.about-page{--about-text: #4a3f35;--about-heading: #2a2018;--about-gold: #b8976a;--about-muted: #9a9088;--about-line: #d8cfc2;color:var(--about-text);font-family:"Karla","Inter",sans-serif;font-weight:300;font-size:16px;line-height:1.85}.about-page~.page-width{display:none}.about-hero{position:relative;height:100vh;overflow:hidden;display:flex;align-items:flex-end;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);width:100vw}.about-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:brightness(0.5)}.about-hero__content{position:relative;z-index:2;padding:80px;max-width:800px}.about-hero__content h1{font-weight:400;font-size:clamp(52px,7vw,90px);color:#fff;line-height:1.05}.about-timeline{position:relative;max-width:900px;margin:0 auto;padding:60px 32px 80px}.about-timeline::before{content:"";position:absolute;top:0;bottom:0;left:50%;width:1px;background:var(--about-line);transform:translateX(-50%)}.about-tl{display:grid;grid-template-columns:1fr 1fr;gap:48px;padding:40px 0;position:relative}.about-tl::before{content:"";position:absolute;top:70px;left:50%;width:10px;height:10px;border-radius:50%;background:var(--about-gold);transform:translateX(-50%);z-index:2}.about-tl--left .about-tl__content{grid-column:1;text-align:right}.about-tl--left .about-tl__media{grid-column:2}.about-tl--right .about-tl__media{grid-column:1;grid-row:1}.about-tl--right .about-tl__content{grid-column:2}.about-tl__content h2{font-family:"Libre Baskerville",serif;font-weight:400;font-size:24px;color:var(--about-heading);margin-bottom:14px;line-height:1.35}.about-tl__content p{margin-bottom:12px}.about-tl__content p:last-child{margin-bottom:0}.about-tl__media img{width:100%;aspect-ratio:2/3;object-fit:cover;border-radius:6px;display:block}.about-photo-row{display:grid;grid-template-columns:repeat(3, 1fr);gap:8px;max-width:900px;margin:0 auto;padding:0 32px}.about-photo-row img{width:100%;aspect-ratio:2/3;object-fit:cover;border-radius:6px;display:block}.about-quote{padding:80px 32px;text-align:center;margin:48px 0}.about-quote blockquote{font-family:"Libre Baskerville",serif;font-style:italic;font-size:clamp(20px,2.8vw,30px);color:var(--about-text);max-width:540px;margin:0 auto;line-height:1.6}.about-wide-photo{margin:48px 0;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);width:100vw}.about-wide-photo img{width:100%;height:55vh;object-fit:cover;display:block}.about-closing{text-align:center;padding:72px 32px}.about-closing h2{font-family:"Libre Baskerville",serif;font-weight:400;font-size:28px;color:var(--about-heading);margin-bottom:18px}.about-closing p{max-width:480px;margin:0 auto 14px}@media(max-width: 768px){.about-hero{height:60vh}.about-hero__content{padding:32px}.about-hero__content h1{font-size:clamp(36px,10vw,48px)}.about-timeline{padding:32px 20px 48px}.about-timeline::before{display:none}.about-tl{grid-template-columns:1fr;padding:20px 0;gap:14px}.about-tl::before{display:none}.about-tl--left .about-tl__content,.about-tl--right .about-tl__content{grid-column:1;text-align:left}.about-tl--left .about-tl__media,.about-tl--right .about-tl__media{grid-column:1;grid-row:1}.about-tl__content h2{font-size:22px;margin-bottom:10px}.about-tl__content p{font-size:15px}.about-quote{padding:40px 20px;margin:24px 0}.about-quote blockquote{font-size:18px}.about-photo-row{grid-template-columns:repeat(2, 1fr);padding:0 20px;gap:6px}.about-photo-row img:nth-child(3){display:none}.about-closing{padding:48px 20px}.about-closing h2{font-size:22px}.about-closing p{font-size:15px}.about-wide-photo{margin:32px 0}.about-wide-photo img{height:35vh}}
.contacts-page{--about-text: #5a5047;--about-heading: #2a2420;--about-gold: #b8976a;--about-muted: #9a9088;--about-light: #e8e0d4;color:var(--about-text);font-family:"Inter",sans-serif;font-weight:300}.contacts-page~.page-width{display:none}.contacts-intro{max-width:800px;margin:0 auto;padding:80px 40px 48px;text-align:center}.contacts-intro__bar{width:40px;height:2px;background:var(--about-gold);margin:0 auto 32px}.contacts-intro h1{font-weight:400;font-size:clamp(40px,6vw,72px);color:var(--about-heading);line-height:1.1;margin-bottom:20px}.contacts-intro p{font-size:19px;line-height:1.75;color:var(--about-text);max-width:560px;margin:0 auto}.contacts-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:2px;max-width:1100px;margin:48px auto;padding:0 40px}.contacts-card{display:flex;flex-direction:column;padding:48px 40px;background:#faf8f5;text-decoration:none;color:inherit;transition:background .2s ease}.contacts-card:hover{background:#f3ede5}.contacts-card__name{font-weight:400;font-size:32px;color:var(--about-heading);margin-bottom:12px}.contacts-card__desc{font-size:17px;line-height:1.7;color:var(--about-text);flex:1;margin-bottom:24px}.contacts-card__email{display:block;font-family:"Inter",monospace;font-size:15px;color:var(--about-heading);letter-spacing:.02em;margin-bottom:20px;word-break:break-all}.contacts-card__link{font-size:14px;letter-spacing:1px;color:var(--about-gold);text-transform:uppercase}.contacts-closing{text-align:center;padding:64px 40px 80px}.contacts-closing__sig{font-style:italic;font-size:clamp(22px,3vw,30px);color:var(--about-gold)}@media(max-width: 768px){.contacts-intro{padding:48px 24px 32px}.contacts-grid{grid-template-columns:1fr;padding:0 24px;margin:32px auto}.contacts-card{padding:36px 28px}.contacts-card__name{font-size:28px}.contacts-closing{padding:48px 24px 64px}}@media(max-width: 480px){.contacts-intro{padding:40px 20px 28px}.contacts-intro p{font-size:17px}.contacts-card{padding:28px 20px}.contacts-card__name{font-size:26px}.contacts-card__desc{font-size:16px}.contacts-closing{padding:40px 20px 56px}}
.loading-bar{background:#058c8c;height:4px;display:block;position:fixed;top:0;left:0;-webkit-transition:width 1.5s;-moz-transition:width 1.5s;-o-transition:width 1.5s;transition:width 1.5s;width:0%;z-index:1001}
:root{--ot-bg: #FAF8F5;--ot-surface: #FFFFFF;--ot-text: #1C1C1C;--ot-muted: #888480;--ot-border: #E8E0D8;--ot-control-radius: 10px}body{background-color:var(--ot-bg);color:var(--ot-text);font-family:"Inter",sans-serif;font-weight:400;-webkit-font-smoothing:antialiased;margin:0;overflow-x:hidden}*,*::before,*::after{box-sizing:border-box}.page-width{max-width:1200px;margin:0 auto;padding:0 24px}@media(min-width: 769px){.page-width{padding:0 25px}.ot-content{padding:0 25px}.ot-content .page-width{padding:0}}button,input[type=button],input[type=submit],input[type=reset],.button{border-radius:var(--ot-control-radius)}button.loading,.button.loading{position:relative}button.loading>svg,.button.loading>svg{position:absolute !important;top:50% !important;left:50% !important;margin:0 !important;transform:translate(-50%, -50%) !important;pointer-events:none}.ot-header{background:var(--ot-bg);position:sticky;top:0;z-index:100;box-shadow:0 10px 18px -18px rgba(28,28,28,.55)}.ot-header__inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;height:60px}.ot-header__nav{display:flex;align-items:center;gap:1.25rem;justify-self:start}.ot-header__nav a{text-decoration:none;color:var(--ot-text);transition:color .2s}.ot-header__brand{justify-self:center;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;min-height:36px}.ot-header__logo{display:block;height:45px;width:auto;max-width:min(52vw,260px);object-fit:contain}.ot-header__nav a{font-size:11px;font-weight:400;letter-spacing:.15em;text-transform:uppercase}.ot-header__nav a:hover{color:var(--ot-muted)}.ot-header__icons{display:flex;gap:.9rem;align-items:center;justify-self:end}.ot-header__icons a{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px}.ot-header__icons svg{width:20px !important;height:20px !important;stroke-width:1.5;color:var(--ot-text)}.ot-header__icons .mini-cart-icon svg,.ot-header__icons .self-center:not(.mini-cart-wrapper)>a>svg{width:22px !important;height:22px !important}.ot-header__icons .mini-cart-icon{position:relative}.ot-header__icons .mini-cart-icon .mini-cart-badge{position:absolute;top:-5px;right:-6px;min-width:16px;height:16px;padding:0 4px;background:var(--ot-text);color:var(--ot-surface);font-size:9px;font-weight:500;letter-spacing:0;line-height:16px;text-align:center;border-radius:8px;pointer-events:none}.ot-currency{position:relative}.ot-currency__trigger{display:inline-flex;align-items:center;justify-content:center;gap:4px;background:rgba(0,0,0,0);border:1px solid var(--ot-border);border-radius:var(--ot-control-radius);color:var(--ot-text);cursor:pointer;font-family:inherit;font-size:13px;font-weight:400;line-height:1;width:34px;height:34px;padding:0;transition:border-color .2s ease}.ot-currency__trigger:hover:not(:disabled){border-color:var(--ot-muted)}.ot-currency__trigger:disabled{cursor:wait;opacity:.7}.ot-currency__trigger:focus-visible{outline:2px solid var(--ot-text);outline-offset:2px}.ot-currency__dropdown{position:absolute;top:calc(100% + 5px);left:50%;transform:translateX(-50%);width:40px;background:var(--ot-surface);border:1px solid var(--ot-border);border-radius:var(--ot-control-radius);box-shadow:0 4px 16px rgba(28,28,28,.1);list-style:none;margin:0;padding:4px 0;z-index:200}.ot-currency__option{cursor:pointer;font-size:13px;padding:.45rem .75rem;text-align:center;transition:background .15s}.ot-currency__option:hover{background:var(--ot-bg)}.ot-currency__option--active{font-weight:500;color:var(--ot-text)}.ot-content{min-height:60vh}.ot-footer{border-top:1px solid var(--ot-border);padding:2.5rem 0;margin-top:5rem;text-align:center}.ot-footer__inner{display:flex;flex-direction:column;align-items:center;gap:.75rem}.ot-footer__nav{display:flex;align-items:center;flex-wrap:wrap;justify-content:center;gap:.5rem 1rem}.ot-footer__nav a{font-size:11px;letter-spacing:.15em;text-transform:uppercase;text-decoration:none;color:var(--ot-muted);transition:color .2s}.ot-footer__nav a:hover{color:var(--ot-text)}.ot-footer__sep{color:var(--ot-border);font-size:14px}.ot-footer__copy{font-size:11px;letter-spacing:.1em;color:var(--ot-muted);margin:0}@media(max-width: 768px){.ot-footer--desktop-only{display:none}}@media(min-width: 769px){.ot-header__inner{height:60px}.ot-header__logo{height:60px;max-width:min(70vw,420px)}}.ot-price-tag{position:relative;display:inline-flex;align-items:center}.ot-price-tag__btn{background:none;border:none;border-bottom:1px dashed var(--ot-muted);color:inherit;cursor:pointer;font:inherit;padding:0 0 1px;text-decoration:none}.ot-price-tag__btn:hover{border-color:var(--ot-text)}.ot-price-tag__popover{position:absolute;bottom:calc(100% + 5px);left:50%;transform:translateX(-50%);background:var(--ot-text);color:var(--ot-surface);font-family:var(--ot-font, system-ui, sans-serif);font-size:13px;font-weight:400;font-style:normal;letter-spacing:0;padding:5px 10px;border-radius:4px;white-space:nowrap;z-index:200;pointer-events:none}@media(max-width: 768px){.ot-header__icons{gap:.55rem}.ot-currency__trigger{font-size:12px;width:30px;height:30px}}
.Toastify__toast-container{z-index:9999;position:fixed;width:min(420px,100vw - 2rem);padding:0;background-color:rgba(0,0,0,0)}.Toastify__toast-container--top-center{top:1.5rem;left:50%;transform:translateX(-50%)}.Toastify__toast{position:relative;background:radial-gradient(circle at top right, rgba(205, 183, 162, 0.14), transparent 36%),var(--ot-bg, #faf8f5);border:1px solid var(--ot-border, #e8e0d8);border-radius:16px;box-shadow:0 18px 40px -30px rgba(54,35,20,.32);color:var(--ot-text, #1c1c1c);font-family:"Inter",sans-serif;font-size:13px;line-height:1.5;padding:14px 40px 14px 18px;margin-bottom:.75rem;min-height:auto;cursor:default;overflow:visible;border-left:4px solid var(--ot-border, #e8e0d8)}.Toastify__toast--error{border-left-color:#b56456}.Toastify__toast--success{border-left-color:#4d9470}.Toastify__toast--warning{border-left-color:#c09033}.Toastify__toast--info{border-left-color:var(--ot-muted, #888480)}.Toastify__toast-body{margin:0;padding:0;flex:1}.Toastify__toast-body>div{word-break:break-word}.Toastify__close-button{position:absolute;top:8px;right:10px;color:var(--ot-muted, #888480);opacity:.6;background:rgba(0,0,0,0);border:none;padding:0;cursor:pointer;transition:opacity .2s;line-height:1}.Toastify__close-button:hover{opacity:1}.Toastify__close-button>svg{fill:currentColor;width:12px;height:12px}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}100%{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:0;opacity:0;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__slide-enter--top-center{animation-name:ot-toast-slide-in}.Toastify__slide-exit--top-center{animation-name:ot-toast-slide-out}@keyframes ot-toast-slide-in{from{transform:translate3d(0, -110%, 0);opacity:0}to{transform:translate3d(0, 0, 0);opacity:1}}@keyframes ot-toast-slide-out{from{transform:translate3d(0, 0, 0);opacity:1}to{transform:translate3d(0, -110%, 0);opacity:0}}@media(max-width: 480px){.Toastify__toast-container{width:calc(100% - 2rem);left:1rem;right:1rem;transform:none}}
.ot-drawer-overlay{position:fixed;inset:0;background:rgba(28,24,20,.35);z-index:999;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;backdrop-filter:blur(2px)}.ot-drawer-overlay--open{opacity:1;visibility:visible}.ot-drawer{position:fixed;top:0;right:0;bottom:0;width:400px;max-width:100vw;background:var(--ot-surface);z-index:1000;display:flex;flex-direction:column;transform:translateX(100%);transition:transform .35s cubic-bezier(0.22, 1, 0.36, 1);box-shadow:-8px 0 32px rgba(28,24,20,.08)}.ot-drawer--open{transform:translateX(0)}.ot-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--ot-border);flex-shrink:0}.ot-drawer__title{font-weight:300;font-style:italic;font-size:22px;letter-spacing:.02em;margin:0;color:var(--ot-text)}.ot-drawer__close{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border:none;background:rgba(0,0,0,0);cursor:pointer;color:var(--ot-muted);border-radius:50%;transition:color .2s,background .2s;padding:0}.ot-drawer__close:hover{color:var(--ot-text);background:rgba(0,0,0,.04)}.ot-drawer__body{flex:1;overflow-y:auto;padding:8px 0;overscroll-behavior:contain}.ot-drawer__body::-webkit-scrollbar{width:4px}.ot-drawer__body::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.ot-drawer__body::-webkit-scrollbar-thumb{background:var(--ot-border);border-radius:2px}.ot-drawer__item{display:flex;gap:16px;padding:20px 24px;border-bottom:1px solid var(--ot-border)}.ot-drawer__item-img{flex-shrink:0;width:96px;height:144px;border-radius:8px;overflow:hidden;background:#ede9e3;display:flex;align-items:center;justify-content:center}.ot-drawer__item-img img{width:100%;height:100%;object-fit:cover;transition:opacity .35s ease}.ot-drawer__item-img:hover img{opacity:.85}.ot-drawer__item-body{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:space-between;padding:6px 0}.ot-drawer__item-top{display:flex;justify-content:space-between;align-items:flex-start;gap:8px}.ot-drawer__item-name{font-weight:300;font-size:17px;line-height:1.35;color:var(--ot-text);text-decoration:none}.ot-drawer__item-name:hover{text-decoration:underline}.ot-drawer__item-remove{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;background:rgba(0,0,0,0);cursor:pointer;color:var(--ot-border);padding:0;border-radius:50%;transition:color .2s,background .2s;margin-top:-2px}.ot-drawer__item-remove:hover{color:var(--ot-text);background:rgba(0,0,0,.04)}.ot-drawer__item-remove:disabled{opacity:.4;cursor:default}.ot-drawer__item-pricing{display:flex;flex-direction:column;align-items:flex-start;gap:2px}.ot-drawer__item-unit-price{font-size:11px;color:var(--ot-muted);letter-spacing:.02em}.ot-drawer__item-total{font-size:15px;font-weight:400;color:var(--ot-text);letter-spacing:.01em}.ot-drawer__qty{display:inline-flex;align-self:flex-start;align-items:center;border:1px solid var(--ot-border);border-radius:var(--ot-control-radius);height:36px;overflow:hidden}.ot-drawer__qty-btn{width:32px;height:100%;display:flex;align-items:center;justify-content:center;border:none;background:rgba(0,0,0,0);cursor:pointer;color:var(--ot-text);font-size:15px;transition:background .15s;padding:0}.ot-drawer__qty-btn:hover{background:rgba(0,0,0,.04)}.ot-drawer__qty-btn:disabled{opacity:.35;cursor:default}.ot-drawer__qty-value{width:28px;text-align:center;font-size:13px;font-weight:400;color:var(--ot-text)}.ot-drawer__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:16px;padding:40px 24px}.ot-drawer__empty-text{font-weight:300;font-style:italic;font-size:18px;color:var(--ot-muted);margin:0}.ot-drawer__empty-link{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--ot-text);text-decoration:none;border-bottom:1px solid var(--ot-border);padding-bottom:2px;transition:border-color .2s}.ot-drawer__empty-link:hover{border-color:var(--ot-text)}.ot-drawer__footer{flex-shrink:0;padding:20px 24px 24px;border-top:1px solid var(--ot-border);display:flex;flex-direction:column;gap:10px}.ot-drawer__total{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:6px}.ot-drawer__total span:first-child{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--ot-muted)}.ot-drawer__total-price{font-family:inherit;font-style:normal;font-weight:400;font-size:24px;line-height:1.1;letter-spacing:0;color:var(--ot-text)}.ot-drawer__btn{display:flex;align-items:center;justify-content:center;height:44px;border-radius:var(--ot-control-radius);font-size:12px;font-weight:400;letter-spacing:.12em;text-transform:uppercase;text-decoration:none;transition:background .2s,color .2s,border-color .2s;cursor:pointer}.ot-drawer__btn--secondary{border:1px solid var(--ot-border);background:rgba(0,0,0,0);color:var(--ot-text)}.ot-drawer__btn--secondary:hover{border-color:var(--ot-text)}.ot-drawer__btn--primary{border:1px solid var(--ot-text);background:var(--ot-text);color:var(--ot-surface)}.ot-drawer__btn--primary:hover{background:rgba(0,0,0,0);color:var(--ot-text)}@media(max-width: 768px){.ot-drawer,.ot-drawer-overlay{display:none !important}}
.product-thumbnail-listing{background-color:#f6f6f6;color:rgba(51,17,51,.0666666667);min-height:250px;display:flex;justify-content:center;flex-direction:column;align-items:center}
.button{display:inline-block;position:relative;border:1px solid #babfc3;border-radius:3px;padding:.7rem 1.6rem;font-weight:600;color:inherit;background-color:#fff;border-top-color:#c9cccf;border-bottom-color:#babfc4}.button:hover{text-decoration:none;background-color:rgba(201,204,207,.05)}.button.primary{background-color:var(--primary);border:0;color:#fff;box-shadow:0 1px 0 rgba(0,0,0,.05),inset 0 -1px 0 rgba(0,0,0,.2)}.button.primary:hover{background-color:#006e52}.button.critical{background-color:var(--critical);border:0;color:#fff;box-shadow:0 1px 0 rgba(0,0,0,.05),inset 0 -1px 0 rgba(0,0,0,.2)}.button.critical:hover{background-color:#bc2200}.button.outline.interactive{border-color:var(--interactive);color:var(--interactive)}.button.outline.interactive:hover{background-color:#e6eef9}.button.outline.critical{background-color:rgba(0,0,0,0);box-shadow:none;border-color:var(--critical);color:var(--critical)}.button.outline.critical:hover{background-color:#fff4f4}.button.loading{background-color:var(--divider)}.button.loading:hover{background-color:var(--divider)}.button.loading span{opacity:0}.button.loading svg{position:absolute;top:50%;left:50%;margin:0;transform:translate(-50%, -50%)}
.modal-overlay{position:fixed;top:100%;left:0;bottom:0;right:0;display:flex;justify-content:center;z-index:1001;background-color:rgba(17,18,19,.3);-webkit-animation-duration:.25s;animation-duration:.25s}.modal-overlay .modal-wrapper{max-height:calc(100vh - 4rem)}.modal-overlay .modal-wrapper .modal{max-height:calc(100vh - 4rem)}.modal-overlay .modal-wrapper .modal-content{max-height:calc(100vh - 18rem);overflow-y:auto}.modal-overlay.fadeIn{top:0;-webkit-animation-name:fadeIn;animation-name:fadeIn}.modal-overlay.fadeOut{top:100%;-webkit-animation-name:fadeOut;animation-name:fadeOut}.modal-overlay .modal{min-width:50rem;max-width:50%;position:relative}.modal-overlay .modal .modal-close-button{position:absolute;top:1.5rem;right:1.5rem}@-webkit-keyframes fadeIn{0%{top:100%;opacity:0}100%{top:0%;opacity:100}}@keyframes fadeIn{0%{top:100%;opacity:0}100%{top:0%;opacity:100}}@-webkit-keyframes fadeOut{0%{opacity:100;top:0%}100%{opacity:0;top:100%}}@keyframes fadeOut{0%{opacity:100;top:0%}100%{opacity:0;top:100%}}
.card{background-color:#fff;border-radius:6px}.card.subdued{background-color:#fafbfb}.card-title{font-size:1.6rem;font-weight:600}.card-header{padding:2rem}.card-section{border-color:var(--divider);padding:2rem}.card-section>.card-section{padding:0}.card .card-section:last-child{border-bottom:none}.card-header+.card-section{padding-top:0}.card-session-title{font-size:1.2rem;text-transform:uppercase;font-weight:600}.card-session-title+.card-session-content{padding-top:.85rem}.card-action a:hover{text-decoration:underline}
