:root{--navy: #1e2235;--navy-deep: #13162a;--amber: #e8a020;--amber-dark: #c8880e;--cream: #faf8f4;--cream-warm: #fdf6e8;--text: #1e2235;--muted: #6b6f80;--border: #e8e4dc;--white: #ffffff;--font-serif: "Playfair Display", Georgia, serif;--font-sans: "Inter", system-ui, sans-serif;--ease-out: cubic-bezier(.16, 1, .3, 1);--shadow-sm: 0 1px 3px rgba(30, 34, 53, .07);--shadow-md: 0 4px 20px rgba(30, 34, 53, .1);--shadow-lg: 0 8px 40px rgba(30, 34, 53, .14);--shadow-xl: 0 20px 60px rgba(30, 34, 53, .18);--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 20px;--radius-full: 9999px;--container-max: 1280px;--container-pad: 1.5rem;--nav-h: 70px;--logo-size: 170px;--logo-left: 24px;--logo-nudge-y: -15px}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-sans);color:var(--text);background:var(--cream);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{border:0;background:none;cursor:pointer}h1,h2,h3,h4,h5,h6{margin:0;font-family:var(--font-serif);color:var(--text);line-height:1.4;letter-spacing:.02em}p{margin:0;color:var(--muted)}ul{margin:0;padding:0;list-style:none}.container{width:min(100%,calc(var(--container-max) + (var(--container-pad) * 2)));margin:0 auto;padding-inline:var(--container-pad)}.section{padding:5rem 0}.eyebrow{display:inline-flex;align-items:center;gap:.75rem;font-size:.68rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--amber)}.eyebrow:before{content:"";width:36px;height:1px;background:currentColor}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:.95rem 1.6rem;border-radius:var(--radius-sm);border:1px solid transparent;font-size:.875rem;font-weight:600;letter-spacing:.03em;transition:transform .25s var(--ease-out),box-shadow .25s var(--ease-out),background .25s ease,color .25s ease,border-color .25s ease}.btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #1e223533}.btn--primary{background:var(--navy);color:var(--white);border-color:var(--navy)}.btn--outline{background:transparent;color:var(--white);border-color:#ffffffa6}.btn--outline-dark{background:transparent;color:var(--navy);border-color:var(--navy)}.btn--amber{background:var(--amber);color:var(--navy);border-color:var(--amber)}.btn--full{width:100%}.btn--lg{min-height:54px;font-size:.95rem}.badge{display:inline-flex;align-items:center;padding:.25rem .65rem;border-radius:var(--radius-full);font-size:.62rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.badge--bestseller{background:var(--amber);color:var(--navy)}.badge--new{background:var(--navy);color:var(--white)}.announcement-bar{position:relative;z-index:250;display:flex;align-items:center;justify-content:center;padding:.65rem 4rem;background:var(--navy);color:var(--white);font-size:.8rem;font-weight:600;text-align:center;transform:translateY(-100%);animation:announcementSlide .55s var(--ease-out) forwards}.announcement-bar.is-hidden{display:none}.announcement-bar__close{position:absolute;right:1rem;top:50%;transform:translateY(-50%);padding:.25rem .45rem;font-size:1rem;color:#ffffffb3;opacity:1;transition:opacity .2s ease}.announcement-bar__close:hover{opacity:1;color:var(--white)}.nav{position:fixed;top:var(--announcement-h, 0);left:0;width:100%;z-index:1000;background:var(--white);border-bottom:1px solid var(--border);transition:top .3s ease,transform .4s cubic-bezier(.16,1,.3,1),background .3s ease,border-color .3s ease,box-shadow .3s ease;will-change:transform}.nav--hidden{transform:translateY(calc(-100% - var(--announcement-h, 40px)));pointer-events:none}.nav--homepage{position:fixed;background:var(--white);border-bottom-color:var(--border)}.nav--homepage .nav__menu-link{color:var(--navy)}.nav--homepage .nav__logo-img{filter:brightness(0)}.nav--homepage .cart-btn{color:var(--navy)}.nav--homepage .currency-toggle__btn{color:var(--navy);border-color:var(--border)}.nav--homepage .nav__hamburger span{background:var(--navy)}.nav.scrolled{background:var(--white);box-shadow:0 4px 20px #0000000d;border-bottom-color:transparent}.nav.scrolled .nav__logo-img{filter:brightness(0)}.nav__logo{display:inline-flex;align-items:center;gap:.8rem;font-family:var(--font-serif);font-size:1.25rem;color:var(--white);transition:color .3s ease,transform .3s var(--ease-out)}.nav__logo img{width:140px;height:auto;object-fit:contain;transition:width .3s var(--ease-out),filter .3s ease}.nav__inner{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;padding:10px 20px;height:auto;width:100%}.nav__logo-img{width:140px;max-height:44px;height:auto;object-fit:contain}.nav__logo-spacer{display:flex;align-items:center;flex-shrink:0}.nav__logo-hidden{visibility:hidden;pointer-events:none;display:block}.nav__logo-spacer-link{pointer-events:none;display:block}.nav__logo-overlay{position:fixed;top:0;left:var(--logo-left);z-index:9999;display:flex;align-items:flex-start;pointer-events:none}.nav__logo-overlay img{height:var(--logo-size);width:auto;pointer-events:auto;display:block;transform:translateY(var(--logo-nudge-y))}.nav__logo-overlay.nav--hidden{transform:translateY(-150%);pointer-events:none}.nav__menu{position:absolute;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:32px}.nav__menu-link{color:var(--navy);font-size:16px;font-weight:500;letter-spacing:.02em;position:relative;transition:color .3s ease;display:flex;align-items:center;height:100%}.nav__menu-link:hover,.nav__menu-link.is-active{color:var(--amber)}.nav__menu-link:after{content:"";position:absolute;left:0;bottom:-.1rem;width:0;height:1.5px;background:var(--amber);transition:width .3s var(--ease-out)}.nav__menu-link:hover:after,.nav__menu-link.is-active:after{width:100%}.nav.scrolled .nav__menu-link,.nav.nav--solid .nav__menu-link{color:var(--text)}.nav.scrolled .nav__menu-link:hover,.nav.scrolled .nav__menu-link.is-active,.nav.nav--solid .nav__menu-link:hover,.nav.nav--solid .nav__menu-link.is-active{color:var(--amber)}.nav__actions{display:flex;align-items:center;gap:.9rem}.nav__dropdown-parent{position:relative}.nav__dropdown{position:absolute;top:100%;left:50%;width:min(460px,88vw);padding:2.4rem 1.4rem 1.4rem;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--white);box-shadow:var(--shadow-lg);opacity:0;pointer-events:none;transform:translate(-50%) translateY(0);transition:opacity .25s ease}.nav__dropdown-parent:hover .nav__dropdown,.nav__dropdown-parent:focus-within .nav__dropdown{opacity:1;pointer-events:auto;transform:translate(-50%)}.nav__dropdown-grid{display:grid;grid-template-columns:1fr 180px;gap:1.25rem}.nav__dropdown-label{margin-bottom:.8rem;font-size:.68rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--muted)}.nav__dropdown-links{display:grid;gap:.7rem}.nav__dropdown-links a{font-size:.92rem;font-weight:500;color:var(--text)}.nav__dropdown-card{overflow:hidden;border-radius:var(--radius-md);background:var(--cream-warm)}.nav__dropdown-card img{width:100%;height:145px;object-fit:cover}.nav__dropdown-card span{display:block;padding:.7rem .85rem .9rem;font-size:.82rem;font-weight:600;color:var(--navy)}.currency-toggle{display:inline-flex;padding:.2rem;border:1px solid rgba(255,255,255,.24);border-radius:var(--radius-full);background:#ffffff1a;transition:background .25s ease,border-color .25s ease}.currency-toggle__btn{min-width:58px;padding:.38rem .8rem;border-radius:var(--radius-full);font-size:.72rem;font-weight:600;color:#ffffffad}.currency-toggle__btn.active{background:var(--navy);color:var(--white)}.nav.scrolled .currency-toggle,.nav.nav--solid .currency-toggle{border-color:var(--border);background:var(--cream)}.nav.scrolled .currency-toggle__btn,.nav.nav--solid .currency-toggle__btn{color:var(--muted)}.cart-btn,.nav__hamburger{position:relative;width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;border:1px solid rgba(255,255,255,.2);background:#ffffff1a;color:var(--white);transition:all .25s ease}.nav.scrolled .cart-btn,.nav.scrolled .nav__hamburger,.nav.nav--solid .cart-btn,.nav.nav--solid .nav__hamburger{border-color:var(--border);background:var(--cream);color:var(--navy)}.cart-count{position:absolute;right:-3px;top:-3px;min-width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;padding:0 4px;border-radius:999px;background:var(--amber);color:var(--navy);font-size:.62rem;font-weight:700;border:2px solid var(--white)}.cart-count.is-hidden{display:none}.nav__hamburger{display:none;flex-direction:column;gap:4px}.nav__hamburger span{display:block;width:18px;height:2px;border-radius:2px;background:currentColor}.hero{position:relative;min-height:unset!important;padding-top:0!important;background:#1e2235;color:var(--white);overflow:hidden}.hero__slide,.hero-section,[class*=hero__slide]{padding-top:0!important;margin-top:0!important}.slideshow{background:#1e2235}.slideshow,.slideshow__container{position:relative}.slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;pointer-events:none;transition:opacity .5s ease-in-out,transform .5s ease-in-out;transform:translateY(10px);z-index:1}.slide--active{position:relative;opacity:1;pointer-events:auto;transform:translateY(0);z-index:2}.slide__bg{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 18% 30%,rgba(232,160,32,.12),transparent 38%),radial-gradient(circle at 78% 80%,rgba(232,160,32,.08),transparent 32%)}.slide__bg--alt{background:radial-gradient(circle at 75% 25%,rgba(232,160,32,.13),transparent 35%),radial-gradient(circle at 22% 85%,rgba(255,255,255,.06),transparent 28%)}.hero:before,.hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.hero:before{background:radial-gradient(circle at 18% 30%,rgba(232,160,32,.12),transparent 38%),radial-gradient(circle at 78% 80%,rgba(232,160,32,.08),transparent 32%)}.hero.slideshow:before{display:none}.hero__inner,.slideshow__inner,[class*=hero__inner]{position:relative;z-index:1;display:grid!important;grid-template-columns:55% 45%!important;align-items:flex-start!important;padding:20px 40px 48px!important;gap:0!important}.hero__eyebrow,.slideshow__eyebrow{display:flex!important;flex-direction:row!important;align-items:center!important;white-space:nowrap!important;overflow:visible!important;writing-mode:horizontal-tb!important;font-size:9px!important;letter-spacing:.12em!important;text-transform:uppercase;color:#ffffffb3;margin-bottom:20px!important;gap:8px;width:100%!important;position:relative!important;left:unset!important;top:unset!important;opacity:0;transform:translateY(20px);animation:heroFadeUp .8s .2s ease forwards}.hero__eyebrow:before,.slideshow__eyebrow:before{content:"\2014";color:#e8a020;font-weight:700;margin-right:8px;flex-shrink:0;letter-spacing:0}.hero__eyebrow-dash{color:#e6a817!important;font-weight:700;font-size:16px;letter-spacing:-4px;margin-right:8px}.hero__title,.slideshow__title,[class*=hero] h1{margin-top:1.35rem;color:var(--white);font-size:clamp(28px,3.5vw,44px)!important;font-weight:800!important;line-height:1.12!important;letter-spacing:-.03em!important;margin-bottom:20px!important;width:100%!important;opacity:0;transform:translateY(24px);animation:heroFadeUp .9s .35s ease forwards}.hero__title em,.hero__title i{color:#e8a33a!important;font-style:italic;font-weight:400}.hero__subtitle,.hero__body,[class*=hero] p{font-size:14px!important;line-height:1.7!important;max-width:420px!important;margin-top:16px!important;color:#fff9;opacity:0;transform:translateY(20px);animation:heroFadeUp .8s .5s ease forwards}.hero__left,.hero__content,.hero__text,[class*=hero__content]{display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:flex-start!important;max-width:100%!important;width:100%!important;padding-top:20px!important;padding-right:48px!important}.hero__ctas,.hero__buttons{display:flex!important;gap:16px!important;align-items:center!important;flex-wrap:wrap!important;margin-top:32px!important;opacity:0;transform:translateY(16px);animation:heroFadeUp .7s .65s ease forwards}.hero__image-side,.hero__right,[class*=hero__image]{width:100%!important;max-width:100%!important;opacity:0;transform:translate(40px);animation:heroSlideLeft 1s .4s ease forwards}.hero__image-frame{position:relative;overflow:hidden;border-radius:24px;border:1px solid rgba(255,255,255,.08);box-shadow:var(--shadow-xl)}.hero__image-frame>img{width:100%;height:520px;object-fit:cover;animation:kenBurns 14s infinite alternate}.hero__image-caption{position:absolute!important;bottom:0!important;left:0!important;right:0!important;background:#0f0f1ec7!important;backdrop-filter:blur(8px)!important;-webkit-backdrop-filter:blur(8px)!important;padding:14px 20px!important;border-radius:0 0 16px 16px!important}.hero__image-caption h4,.hero__image-caption-title{color:#fff!important;font-size:15px!important;font-weight:700!important;margin:0 0 3px!important;font-family:serif!important;letter-spacing:-.01em!important;line-height:1.3!important}.hero__image-caption p,.hero__image-caption-origin{color:#fff9!important;font-size:12px!important;margin:0!important;line-height:1.3!important;letter-spacing:.01em!important;max-width:100%!important;white-space:normal!important;text-align:left!important}.hero__image-price{color:var(--amber);font-size:1.1rem;font-weight:700}.slideshow__dots{position:absolute;left:50%;bottom:1.5rem;z-index:3;display:flex;gap:.5rem;transform:translate(-50%)}.dot{width:10px;height:10px;border-radius:50%;background:#ffffff59}.dot.active{background:var(--amber)}.hero__btn--primary,.hero__ctas .btn--primary{background:#ffffff26!important;color:#fff!important;border:1.5px solid rgba(255,255,255,.4)!important;padding:14px 28px!important;font-size:14px!important;font-weight:600!important;text-decoration:none!important;border-radius:4px!important;cursor:pointer!important;display:inline-flex;align-items:center}.hero__btn--secondary,.hero__ctas .btn--outline{background:transparent!important;color:#fff!important;border:1.5px solid rgba(255,255,255,.6)!important;padding:14px 28px!important;font-size:14px!important;font-weight:600!important;text-decoration:none!important;border-radius:4px!important;cursor:pointer!important;display:inline-flex;align-items:center}.hero__btn--primary:hover,.hero__ctas .btn--primary:hover{background:#ffffff40!important}.hero__btn--secondary:hover,.hero__ctas .btn--outline:hover{border-color:#fff!important}.hero__image-side,.hero__image-frame{height:100%}.hero__image-frame{height:100%;position:relative;overflow:hidden;opacity:1!important;visibility:visible!important}.marquee-strip{overflow:hidden;background:var(--amber);padding:.7rem 0}.marquee-track{display:flex;width:max-content;animation:marquee 30s linear infinite;will-change:transform}.marquee-track:hover{animation-play-state:paused}.marquee-track span{padding:0 2.5rem;white-space:nowrap;color:currentColor;font-size:.72rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.section-header{max-width:640px;margin:0 auto 3.25rem;text-align:center}.section-header h2{margin-top:.8rem;font-size:clamp(2rem,3.4vw,3rem)}.section-header p{margin-top:.85rem}.products-section{background:var(--cream)}.filter-tabs{display:flex;justify-content:center;gap:.6rem;flex-wrap:wrap;margin-bottom:2.5rem}.filter-tab{padding:.55rem 1.15rem;border:1px solid var(--border);border-radius:var(--radius-full);background:var(--white);color:var(--muted);font-size:.78rem;font-weight:600}.filter-tab.active{background:var(--navy);color:var(--white);border-color:var(--navy)}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.5rem}.product-card{position:relative;display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--border);border-radius:12px;background:var(--white);transition:transform .6s cubic-bezier(.165,.84,.44,1),box-shadow .6s cubic-bezier(.165,.84,.44,1),border-color .4s ease}.product-card:hover{transform:translateY(-8px);box-shadow:0 15px 45px #1e22351f;border-color:transparent}.product-card__image-wrap{position:relative;display:block;overflow:hidden;aspect-ratio:1;background:var(--cream-warm)}.product-card__slider{display:flex;width:200%;transition:transform .75s cubic-bezier(.165,.84,.44,1)}.product-card__slider .product-card__img{width:50%;flex-shrink:0;aspect-ratio:1;object-fit:cover;display:block}.product-card__img--solo{display:block;width:100%;height:100%;object-fit:cover}.product-card:hover .product-card__slider{transform:translate(-50%)}.product-card__badges{position:absolute;left:.8rem;top:.8rem;z-index:3;display:flex;gap:.4rem;flex-wrap:wrap}.card__choose-btn{position:absolute;bottom:12px;right:12px;z-index:10;padding:10px 18px;border-radius:var(--radius-full);background:var(--white);color:#1a1a1a;border:none;font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;display:flex;align-items:center;gap:8px;opacity:0;transform:translateY(8px);transition:opacity .25s ease,transform .25s ease;pointer-events:none;box-shadow:0 2px 12px #00000026;cursor:pointer}.product-card:hover .card__choose-btn,.product-card__image-wrap:hover .card__choose-btn{opacity:1;transform:translateY(0);pointer-events:auto}.product-card__body{display:flex;flex:1;flex-direction:column;padding:1.1rem}.product-card__name{font-size:1.05rem}.product-card__meta{margin-top:.3rem;font-size:.73rem;color:var(--muted)}.product-card__footer{margin-top:auto;padding-top:.95rem}.product-card__price-main{font-size:1.08rem;font-weight:700;color:var(--navy)}.product-card__price-alt{display:block;margin-top:.15rem;font-size:.68rem;color:var(--muted)}.story-block{display:grid!important;grid-template-columns:1fr 1fr!important;align-items:stretch!important;gap:0!important;min-height:unset!important}.story-block--reverse{direction:rtl}.story-block--reverse>*{direction:ltr}.story-block__image{overflow:hidden;min-height:480px}.story-block__image img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.story-block:hover .story-block__image img{transform:scale(1.05)}.story-block__content{display:flex!important;flex-direction:column!important;justify-content:flex-start!important;align-items:flex-start!important;gap:1.25rem;padding:60px 80px;padding-top:60px!important;background:var(--cream-warm)}.story-block__content h2{font-size:clamp(2rem,3vw,3rem)}.story-block__content p{max-width:34rem;font-size:.95rem;line-height:1.85}.trust-bar{background:var(--navy);padding:4.5rem 0}.trust-bar__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.trust-bar__item{padding:0 1.8rem;text-align:center;border-right:1px solid rgba(255,255,255,.08)}.trust-bar__item:last-child{border-right:0}.trust-bar__icon{width:52px;height:52px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:.9rem;border:1px solid rgba(232,160,32,.25);border-radius:50%;background:#e8a0201a;font-size:1.3rem}.trust-bar__title{color:var(--white);font-size:1.05rem}.trust-bar__desc{margin-top:.55rem;color:#ffffff85;font-size:.75rem;line-height:1.55}.philosophy-section{background:var(--cream-warm);border-top:1px solid var(--border)}.philosophy-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;gap:4rem}.philosophy-copy h2{margin-top:.85rem;font-size:clamp(2rem,3vw,3rem)}.philosophy-copy p{margin-top:1.1rem;max-width:34rem;line-height:1.85}.philosophy-card{display:grid;gap:1.5rem;padding:2.5rem;border:1px solid var(--border);border-radius:var(--radius-xl);background:var(--white)}.philosophy-feature{display:grid;grid-template-columns:auto 1fr;gap:1rem;align-items:start}.philosophy-feature__icon{font-size:1.35rem}.philosophy-feature h4{font-size:.98rem}.philosophy-feature p{margin-top:.25rem;font-size:.82rem;line-height:1.6}.newsletter-section{position:relative;overflow:hidden;padding:6rem 0;background:var(--cream-warm);border-top:1px solid var(--border);text-align:center}.newsletter-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 50% 50%,rgba(232,160,32,.07),transparent 55%);pointer-events:none}.newsletter-section__inner{position:relative;max-width:540px;margin:0 auto}.newsletter-section h2{margin-top:.8rem;color:var(--navy);font-size:clamp(2rem,3vw,2.8rem)}.newsletter-section p{margin-top:.95rem;color:var(--muted)}.newsletter-form{display:flex;gap:.8rem;margin-top:2rem}.newsletter-form__input{flex:1;min-height:50px;padding:.9rem 1rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--white);color:var(--text)}.newsletter-form__input::placeholder{color:var(--muted)}.newsletter-form__note{margin-top:.8rem;color:var(--muted);font-size:.72rem}.footer{padding:5.5rem 0 2rem;background:var(--navy-deep)}.footer__grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:4rem;margin-bottom:4rem}.footer__brand{color:var(--white)}.footer__brand .footer__logo{color:var(--white);display:block}.footer__brand .footer__logo img{filter:none!important;width:160px!important;max-width:100%!important;height:auto!important;object-fit:contain!important;display:block!important}.footer__tagline{margin-top:.9rem;color:#ffffff61;font-size:.82rem;line-height:1.8;max-width:18rem}.footer__title{margin-bottom:1.1rem;color:var(--amber);font-size:.66rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.footer__links{display:grid;gap:.7rem}.footer__links a{color:#ffffff73;font-size:.83rem;transition:color .2s ease}.footer__links a:hover{color:var(--white)}.footer__bottom{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.07)}.footer__copy{color:#ffffff47;font-size:.75rem}.footer__payments{display:flex;flex-wrap:wrap;gap:.45rem}.payment-icon{display:inline-flex;align-items:center;justify-content:center;min-height:22px;padding:0 .45rem;border:1px solid rgba(255,255,255,.08);border-radius:3px;background:#ffffff0f;color:#ffffff85;font-size:.58rem;font-weight:700}.collection-hero,.collection-banner,[class*=collection-hero],[class*=collection-banner]{padding-top:24px!important;padding-bottom:24px!important;min-height:unset!important;height:auto!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important}.collection-banner--navy{background:var(--navy);color:var(--white)}.collection-banner--amber{background:var(--amber);color:var(--navy)}.collection-banner__inner{text-align:center}.collection-hero h1,.collection-banner h1,.collection__title,.collection-hero__title,.collection-banner__title,[class*=collection] h1,.page-banner h1,.page-banner__title,.page-hero h1,.page-hero__title{font-size:clamp(40px,5vw,56px)!important;font-weight:600!important;letter-spacing:-.02em!important;line-height:1.15!important;display:block!important;visibility:visible!important;opacity:1!important;color:#fff!important;font-family:Playfair Display,Georgia,serif!important;text-align:center!important;margin:0 0 12px!important}.collection-hero h1,.collection-banner h1,.collection-hero__title,[class*=collection-banner] h1{margin-bottom:12px!important;position:relative!important;z-index:1!important}.collection-banner p{max-width:38rem;margin:0 auto}.collection-hero__eyebrow,.collection-banner .eyebrow,.collection-banner__eyebrow{margin-bottom:16px!important}.collection-banner .eyebrow:before{display:none!important}.collection-hero__subtitle,.collection-banner__subtitle,[class*=collection-banner] p{margin-top:0!important;margin-bottom:0!important;font-size:13px!important;color:#fff9!important}.collection-banner--navy p{color:#ffffff9e}.collection-banner--amber p{color:#1e2235b8}.collection-hero+*,.collection-banner+*,.collection-hero~.collection-grid,.collection-banner~.collection-grid,.collection-hero+.shopify-section,.collection-banner+.shopify-section,#shopify-section-collection-product-grid,.collection-product-grid,[id*=collection-product-grid]{margin-top:32px!important;padding-top:0!important}.collection-products{padding:3rem 0 6rem;background:var(--cream)}.breadcrumb{padding:.9rem 0;border-bottom:1px solid var(--border);background:var(--cream)}.breadcrumb__inner{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem;font-size:.78rem;color:var(--muted)}.breadcrumb__inner .sep{color:#c5c1b8}.breadcrumb__inner .current{color:var(--text);font-weight:500}.product-page{padding:3rem 0 5rem}.product-page__inner{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4rem}.product-page__gallery{display:grid;align-content:start;gap:1rem}.product-page__image-wrap{overflow:hidden;border:1px solid var(--border);border-radius:20px;aspect-ratio:1;background:var(--cream-warm)}.product-page__image-wrap img{width:100%;height:100%;object-fit:cover}.pp-slider__thumbs{display:flex;flex-wrap:wrap;gap:.9rem}.pp-slider__thumb{width:84px;height:84px;overflow:hidden;border:2px solid transparent;border-radius:12px;background:var(--cream-warm)}.pp-slider__thumb.active{border-color:var(--amber)}.pp-slider__thumb img{width:100%;height:100%;object-fit:cover}.product-page__info{display:grid;gap:1.15rem}.product-page__badges{display:flex;gap:.5rem;flex-wrap:wrap}.product-page__title{font-size:clamp(2rem,3vw,3rem)}.product-page__stars{display:flex;align-items:center;gap:.6rem}.stars{color:var(--amber);letter-spacing:1px}.stars-count{color:var(--muted);font-size:.8rem}.product-page__meta{color:var(--muted);font-size:.84rem}.stock-counter{display:inline-flex;align-items:center;gap:6px;color:#b33a2b;font-size:.8rem}.stock-dot{width:7px;height:7px;border-radius:50%;background:#b33a2b;animation:pulseDot 1.8s infinite}.product-page__price-wrapper{margin:1rem 0 1.2rem}.pp-price__discount-badge{display:inline-block;background:#cc0c39;color:#fff;font-size:.75rem;font-weight:700;padding:.2rem .55rem;border-radius:3px;margin-bottom:.4rem}.pp-price__offer-row{display:flex;align-items:baseline;gap:.6rem;flex-wrap:wrap}.pp-price__label{font-size:.8rem;font-weight:600;color:#cc0c39;text-transform:uppercase;letter-spacing:.04em}.pp-price__current{font-size:1.85rem;font-weight:800;color:var(--navy);letter-spacing:-.02em;line-height:1.1}.pp-price__mrp-row{display:flex;align-items:baseline;gap:.35rem;margin-top:.15rem}.pp-price__mrp-label{font-size:.8rem;color:var(--muted)}.pp-price__mrp{font-size:.9rem;color:var(--muted);text-decoration:line-through}.product-page__price-alt{display:block;color:var(--muted);font-size:.85rem;margin-top:.2rem}.pp-price__tax-note{font-size:.72rem;color:var(--muted);margin-top:.35rem}.product-page__variants{display:grid;gap:1.2rem;margin-bottom:1.5rem;margin-top:.5rem}.variant-option{display:grid;gap:.6rem}.variant-option__label{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--navy)}.variant-option__values{display:flex;flex-wrap:wrap;gap:.8rem}.variant-box{display:flex;flex-direction:column;align-items:center;gap:.2rem;padding:.7rem 1rem;font-size:.85rem;font-weight:600;border:1px solid var(--border);background:var(--white);border-radius:4px;color:var(--navy);cursor:pointer;text-align:center;transition:all .15s ease;min-width:80px;box-shadow:none;outline:none;font-family:inherit}.variant-box__name{font-size:.82rem;font-weight:600;line-height:1.2}.variant-box__price{font-size:.72rem;font-weight:700;color:#cc0c39;line-height:1}.variant-box:hover{border-color:var(--navy)}.variant-box.active{border:2px solid var(--navy);color:var(--navy);padding:calc(.7rem - 1px) calc(1rem - 1px);background:var(--cream)}.variant-box.active .variant-box__price{color:var(--navy)}.product-page__qty-row{display:flex;align-items:center;gap:1rem}.qty-selector{display:inline-flex;align-items:center;overflow:hidden;border:1px solid var(--border);border-radius:10px}.qty-selector__btn{width:42px;height:42px;background:var(--cream);color:var(--navy)}.qty-selector__val{min-width:48px;text-align:center;font-weight:600}.payment-info-box{padding:1rem 1.1rem;border:1px solid var(--border);border-radius:12px;background:var(--cream);font-size:.8rem;line-height:1.7}.accordion-group{border-top:1px solid var(--border)}.accordion-item{border-bottom:1px solid var(--border)}.accordion-item__header{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1rem 0;text-align:left;font-size:.9rem;font-weight:600;color:var(--text)}.accordion-item__body{max-height:0;overflow:hidden;transition:max-height .38s ease}.accordion-item.open .accordion-item__body{max-height:400px}.accordion-item__icon{transition:transform .3s ease;font-size:1.3rem;color:var(--muted)}.accordion-item.open .accordion-item__icon{transform:rotate(45deg)}.accordion-item__content{padding:0 0 1rem;font-size:.85rem;line-height:1.8;color:var(--muted)}.related-products,.reviews-section{padding:0 0 5rem}.reviews-box{padding:2rem;border:1px solid var(--border);border-radius:var(--radius-xl);background:var(--white)}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:500;background:#0000006b;opacity:0;pointer-events:none;transition:opacity .35s ease}.cart-overlay.open{opacity:1;pointer-events:auto}.cart-drawer{position:fixed;top:0;right:0;z-index:600;width:400px;max-width:100vw;height:100vh;display:flex;flex-direction:column;background:var(--white);box-shadow:var(--shadow-xl);transform:translate(100%);transition:transform .4s cubic-bezier(.16,1,.3,1)}.cart-drawer.open{transform:translate(0)}.cart-drawer__header,.cart-drawer__footer{padding:1.4rem 1.5rem}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border)}.cart-drawer__close,.mobile-menu__close,.quickview-modal__close{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--border);border-radius:50%;background:var(--cream);color:var(--navy)}.shipping-progress{padding:.95rem 1.5rem;background:var(--cream);border-bottom:1px solid var(--border)}.shipping-progress__label{margin-bottom:.45rem;color:var(--navy);font-size:.78rem}.shipping-progress__bar{overflow:hidden;height:4px;border-radius:999px;background:#e6e1d8}.shipping-progress__fill{height:100%;width:0;background:var(--amber)}.cart-drawer__body{flex:1;overflow:auto}.cart-empty{display:grid;place-items:center;gap:.75rem;height:100%;padding:2rem;color:var(--muted);text-align:center}.cart-item{display:grid;grid-template-columns:64px 1fr auto;gap:1rem;align-items:start;padding:1rem 1.5rem;border-bottom:1px solid var(--border)}.cart-item__img{overflow:hidden;width:64px;height:64px;border:1px solid var(--border);border-radius:10px;background:var(--cream-warm)}.cart-item__img img{width:100%;height:100%;object-fit:cover}.cart-item__name{color:var(--text);font-size:.88rem;font-weight:600}.cart-item__variant{margin-top:.18rem;color:var(--muted);font-size:.72rem}.cart-item__controls{display:flex;align-items:center;gap:.4rem;margin-top:.6rem}.cart-qty-btn{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--border);border-radius:50%;background:var(--cream)}.cart-item__remove{padding-left:.4rem;color:var(--muted);font-size:.78rem}.cart-item__price{color:var(--navy);font-size:.92rem;font-weight:700}.cart-drawer__footer{border-top:1px solid var(--border);background:var(--cream)}.cart-subtotal{display:flex;align-items:center;justify-content:space-between;margin-bottom:.95rem}.mobile-menu{position:fixed;top:var(--nav-h, 70px);left:0;width:100%;height:calc(100% - var(--nav-h, 70px));z-index:950;display:flex;flex-direction:column;gap:1.5rem;padding:1.5rem;background:var(--white);transform:translate(-100%);transition:transform .4s var(--ease-out);overflow-y:auto}.mobile-menu.open{transform:translate(0)}.mobile-menu__header{display:flex;align-items:center;justify-content:space-between}.mobile-menu__links{display:grid;gap:.2rem}.mobile-menu__links a{padding:.8rem 0;border-bottom:1px solid var(--border);font-family:var(--font-serif);font-size:1.35rem;font-weight:600}.quickview-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:700;background:#0000008c;opacity:0;pointer-events:none;transition:opacity .3s ease}.quickview-overlay.open{opacity:1;pointer-events:auto}.quickview-modal{position:fixed;left:50%;top:50%;z-index:800;width:min(860px,94vw);max-height:90vh;overflow:auto;border-radius:var(--radius-xl);background:var(--white);box-shadow:var(--shadow-xl);transform:translate(-50%,-46%) scale(.96);opacity:0;pointer-events:none;transition:transform .3s var(--ease-out),opacity .3s ease}.quickview-modal.open{opacity:1;pointer-events:auto;transform:translate(-50%,-50%) scale(1)}.quickview-modal__inner{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.quickview-modal__image{min-height:360px;background:var(--cream-warm)}.quickview-modal__image img{width:100%;height:100%;object-fit:cover}.quickview-modal__content{display:grid;align-content:start;gap:.95rem;padding:2.2rem}.quickview-modal__price-main{color:var(--navy);font-size:1.6rem;font-weight:700}.quickview-modal__price-alt{font-size:.82rem;color:var(--muted)}.quickview-modal__qty{display:inline-flex;align-items:center;gap:.85rem;padding:.35rem .9rem;border:1px solid var(--border);border-radius:10px}.quickview-modal__paybox{padding:.8rem .95rem;border:1px solid var(--border);border-radius:10px;background:var(--cream);color:var(--muted);font-size:.76rem;line-height:1.7}.about-values{padding:5rem 0;background:var(--cream-warm)}.about-values h2{margin-bottom:3rem;text-align:center;color:var(--text)}.contact-page{padding:9rem 0 5rem;background:var(--cream)}.contact-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.2fr);gap:4rem}.contact-info__item{display:grid;grid-template-columns:44px 1fr;gap:1rem;margin-top:1.6rem}.contact-info__icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border:1px solid var(--border);border-radius:12px;background:var(--cream-warm)}.contact-info__label{color:var(--muted);font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.contact-info__value{margin-top:.2rem;color:var(--text);font-size:.95rem}.contact-form{padding:2rem;border:1px solid var(--border);border-radius:var(--radius-xl);background:var(--white)}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.form-group{display:grid;gap:.45rem;margin-bottom:1.1rem}.form-group label{color:var(--text);font-size:.78rem;font-weight:600}.form-input{width:100%;min-height:48px;padding:.85rem 1rem;border:1px solid var(--border);border-radius:10px;background:var(--cream);color:var(--text)}textarea.form-input{min-height:150px;resize:vertical}.toast-container{position:fixed;right:1.5rem;bottom:1.5rem;z-index:1000;display:grid;gap:.5rem}.toast{min-width:220px;padding:.9rem 1rem;border-left:3px solid var(--amber);border-radius:10px;background:var(--navy);color:var(--white);box-shadow:var(--shadow-lg);transform:translate(120%);transition:transform .3s var(--ease-out)}.toast.show{transform:translate(0)}.announcement-bar{background:#e8a020!important;color:#1e2235!important;font-weight:600;font-size:.85rem;height:30px;display:flex;align-items:center;justify-content:center;padding:0;position:fixed;top:0;left:0;width:100%;z-index:1001}:root{--announcement-h: 0px;--nav-total-h: 70px}#MainContent{margin-top:var(--nav-total-h)!important;scroll-padding-top:100px}.hero{margin-top:0}.template-index #MainContent{margin-top:var(--nav-total-h)!important}section:not(.hero){scroll-margin-top:100px}section:not(.hero):not(.story-block){padding-top:40px!important}@keyframes heroFadeUp{to{opacity:1;transform:translateY(0)}}@keyframes heroSlideLeft{to{opacity:1;transform:translate(0)}}@keyframes kenBurns{0%{transform:scale(1.03)}to{transform:scale(1.08) translate(-1%)}}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes pulseDot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.45;transform:scale(.82)}}@keyframes announcementSlide{to{transform:translateY(0)}}@media(max-width:1024px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.hero__inner{gap:3rem}.footer__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:2.5rem}}@media(max-width:860px){.nav__menu,.currency-toggle{display:none}.nav__hamburger{display:inline-flex}.hero__inner,.philosophy-grid,.product-page__inner,.contact-grid,.quickview-modal__inner{grid-template-columns:1fr}.hero__image-side{display:none}.story-block,.story-block--reverse{grid-template-columns:1fr;direction:ltr}.story-block__image{min-height:320px}.story-block__content{padding:3rem 1.75rem}.trust-bar__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem 0}.trust-bar__item:nth-child(2n){border-right:0}.newsletter-form{flex-direction:column}}@media(max-width:640px){:root{--container-pad: 1rem}.section{padding:4rem 0}.product-grid,.values-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footer__grid,.trust-bar__grid,.form-grid{grid-template-columns:1fr}.trust-bar__item{border-right:0;padding-inline:0}.hero__ctas{flex-direction:column}.hero__ctas .btn{width:100%}.product-grid.collection-grid{grid-template-columns:1fr}.cart-drawer{width:100%}.quickview-modal__content{padding:1.4rem}.quickview-modal__image{min-height:260px}.values-grid{grid-template-columns:1fr}}[data-aos],[data-aos=fade-up]{opacity:0;transform:translateY(30px);transition-property:transform,opacity;transition-duration:.6s;transition-timing-function:ease-out}[data-aos].aos-animate,[data-aos=fade-up].aos-animate{opacity:1!important;transform:translateY(0)!important}.shopify-design-mode [data-aos]{transition:opacity .1s ease-out,transform .1s ease-out!important}.story__heading,.story__text h2,.image-with-text__heading,[class*=story] h2{font-size:clamp(32px,4vw,48px)!important;font-family:Playfair Display,Georgia,serif!important;font-weight:700!important;line-height:1.15!important;letter-spacing:-.02em!important;color:#1a1a2e!important;max-width:420px!important;margin-bottom:24px!important}.story__eyebrow,.image-with-text__eyebrow,[class*=story] [class*=eyebrow]{font-size:11px!important;font-weight:600!important;letter-spacing:.12em!important;text-transform:uppercase!important;color:#1a1a2e!important;opacity:.5!important;margin-bottom:16px!important;display:block!important}.story__body,.story__text p,.image-with-text__text p,[class*=story] p{font-size:16px!important;line-height:1.75!important;color:#4a4a4a!important;max-width:480px!important;margin-bottom:16px!important}.story__text,.image-with-text__content,.story-block__content{padding:60px 64px!important;display:flex!important;flex-direction:column!important;justify-content:center!important}.values-section{background:#fdf6e8;padding:100px 24px}.values-container{max-width:1200px;margin:0 auto;text-align:center}.values-eyebrow{color:#e6a817;font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;margin-bottom:16px;display:block}.values-heading{font-family:Playfair Display,Georgia,serif;font-size:clamp(40px,5vw,56px);font-weight:700;color:#1a1a2e;letter-spacing:-.02em;line-height:1.1;margin-bottom:60px}.values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.value-item{background:#fff;border-radius:20px;padding:32px;text-align:center;box-shadow:none;border:1px solid var(--border)}.value-item__emoji{font-size:40px;display:block;margin-bottom:28px}.value-item__title{font-size:18px;font-weight:700;color:#1a1a2e;margin-bottom:12px;font-family:sans-serif}.value-item__desc{font-size:14px;color:#666;line-height:1.65;text-align:center}@media(max-width:768px){.nav__logo-overlay img{height:90px!important}.nav__actions{gap:8px!important}.hero__inner,.slideshow__inner,[class*=hero__inner]{grid-template-columns:1fr!important;padding:24px 20px 40px!important}.hero__left,.hero__content,.hero__text,[class*=hero__content]{width:100%!important;padding-right:0!important;padding-top:12px!important}.hero__image-side,.hero__right,[class*=hero__image]{display:none!important}.hero__buttons{flex-direction:column!important;width:100%!important}.hero__btn--primary,.hero__btn--secondary,.hero__ctas .btn--primary,.hero__ctas .btn--outline{width:100%!important;text-align:center!important;justify-content:center!important}.marquee-strip{padding:.45rem 0!important}.marquee-track{font-size:9px!important;letter-spacing:.08em!important}.product-grid{grid-template-columns:repeat(2,1fr)!important;gap:16px!important}.story-block__content{padding:32px 24px!important}.story__heading,[class*=story] h2{font-size:clamp(22px,5vw,30px)!important}.values-grid{grid-template-columns:repeat(2,1fr)}.newsletter-form{flex-direction:column!important}.newsletter-form__input,.newsletter-section .btn{width:100%!important}.newsletter-section{padding:4rem 0!important}.footer__title{font-size:.75rem!important}.footer__link{font-size:.875rem!important}body,.page-width,.container,[class*=container],[class*=page-width]{overflow-x:hidden!important;max-width:100vw!important;box-sizing:border-box!important}.hero__inner,.slideshow__inner{display:flex!important;flex-direction:column!important;width:100%!important;box-sizing:border-box!important;padding:32px 20px!important}.hero__eyebrow,.slideshow__eyebrow{white-space:normal!important;word-break:break-word!important;overflow:hidden!important;text-overflow:ellipsis!important;font-size:9px!important}.hero__left,.hero__content,.hero__text{max-width:100%!important}.hero__title,[class*=hero] h1{font-size:28px!important;line-height:1.15!important}.hero__subtitle,[class*=hero] p{max-width:100%!important;font-size:13px!important}.hero__btn{width:100%!important;text-align:center!important}.featured-collection__heading,.collection__heading,[class*=collection] h2,[class*=featured] h2{font-size:clamp(24px,6vw,36px)!important;word-break:break-word!important;padding:0 20px!important}.featured-collection,[class*=featured-collection]{padding:40px 16px!important;overflow-x:hidden!important}.nav__hamburger{display:flex!important}.nav__menu{display:none!important}html,body{overflow-x:hidden;width:100%;max-width:100vw}img,video,iframe{max-width:100%}.shopify-section,section,.section{overflow-x:hidden;width:100%}.hero,.hero__slide,.slideshow,[class*=slideshow]{width:100%!important;overflow:hidden!important}.hero__inner,.slideshow__inner{padding:28px 16px!important}.hero__subtitle,.slideshow__subtitle,[class*=hero] p{width:100%!important;white-space:normal!important;word-wrap:break-word!important;overflow-wrap:break-word!important}.featured-collection,[class*=featured-collection],[class*=collection-section]{overflow:hidden!important;width:100%!important}[class*=featured-collection] h2,[class*=collection-section] h2,.section__heading{font-size:26px!important;line-height:1.2!important;word-break:break-word!important;white-space:normal!important}.currency-toggle{display:none!important}.hero__eyebrow,.slideshow__eyebrow{font-size:8px!important;letter-spacing:.08em!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;width:100%!important}.hero__left,.hero__content,.hero__text{text-align:center!important;align-items:center!important}.hero__title,[class*=hero] h1{text-align:center!important;font-size:26px!important}.hero__subtitle,[class*=hero] p{text-align:center!important;font-size:13px!important}.hero__buttons{align-items:center!important;gap:12px!important}.hero__btn,.hero__btn--primary,.hero__btn--secondary{width:100%!important;text-align:center!important;padding:14px 20px!important;display:block!important}.hero__image-side,.hero__right,[class*=hero__image]{display:block!important;width:100%!important;margin-top:24px!important;border-radius:12px!important;overflow:hidden!important}.hero__image-side img,.hero__right img{width:100%!important;height:auto!important;object-fit:cover!important}.announcement-bar{display:flex!important;align-items:center!important;justify-content:center!important;font-size:11px!important;min-height:44px!important;padding:6px 52px 6px 16px!important;white-space:normal!important;text-align:center!important;position:fixed!important;top:0!important;left:0!important;right:0!important;width:100%!important;box-sizing:border-box!important;z-index:1002!important}#shopify-section-announcement-bar{display:block!important}.hero__eyebrow-dash,.hero__hide-mobile,.hero__eyebrow-brand{display:none!important}.hero__eyebrow,.slideshow__eyebrow{font-size:9px!important;white-space:nowrap!important;letter-spacing:.06em!important}.nav__hamburger,.header__icon--menu,.header__menu-toggle,details[class*=menu],summary[class*=menu]{display:flex!important;visibility:visible!important}.header__inline-menu{display:none!important}html,body{margin:0!important;padding:0!important}.shopify-section,#shopify-section-header,#shopify-section-hero,[id*=shopify-section]{margin:0!important;padding-left:0!important;padding-right:0!important;width:100%!important}.hero,.slideshow,[class*=slideshow],[class*=hero]{margin-left:0!important;margin-right:0!important}.hero__eyebrow,.slideshow__eyebrow{font-size:7.5px!important;letter-spacing:.06em!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;max-width:100%!important}.nav__hamburger,.header__icon--menu,.mobile-nav-toggle,.menu-drawer-toggle,[class*=menu-toggle],[class*=nav-toggle],[aria-label=Menu]{display:flex!important;visibility:visible!important;opacity:1!important}.nav__logo-overlay{display:none!important}.nav__logo-hidden{visibility:visible!important;pointer-events:auto!important}.nav__logo-spacer-link{pointer-events:auto!important}.nav__logo-img,.nav__logo-spacer .nav__logo-img{height:110px!important;max-height:110px!important;width:auto!important;max-width:150px!important;display:block!important}.nav__inner{height:56px!important;overflow:visible!important}.header__heading,.header__heading-logo,.header__logo,.nav__logo,[class*=header__heading],[class*=header__logo]{display:flex!important;visibility:visible!important;opacity:1!important}.header__heading-logo img,.header__logo img,.nav__logo img{display:block!important;visibility:visible!important;opacity:1!important;max-height:40px!important;width:auto!important}.header-wrapper,.header,.nav{padding-top:8px!important;padding-bottom:8px!important;height:auto!important;min-height:unset!important}.hero__inner,.slideshow__inner{padding-top:24px!important;padding-bottom:24px!important}.hero__image-side,.hero__right,[class*=hero__image]{min-height:unset!important;height:auto!important}.hero__image-side svg,.hero__right svg,.placeholder-svg{display:none!important}.header__heading-logo img,.header__logo img,.nav__logo img,[class*=logo] img{filter:none!important;-webkit-filter:none!important;opacity:1!important;mix-blend-mode:normal!important}.hero__eyebrow-dash{display:inline!important;color:#e6a817!important;margin-right:6px!important}.product-grid,.card-grid,[class*=product-grid],[class*=card-grid],.collection-grid{grid-template-columns:repeat(3,1fr)!important;gap:10px!important;padding:0 10px!important}.card-wrapper,.product-card,[class*=card-wrapper],[class*=product-card]{width:100%!important;max-width:100%!important}.product-card__body{padding:6px!important}.product-card__name{font-size:.7rem!important;line-height:1.1!important;height:2.2em!important;overflow:hidden!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important}.product-card__price-main{font-size:.75rem!important;margin-top:4px!important}.product-card__meta{font-size:.6rem!important;margin-top:2px!important;line-height:1.2!important;display:block!important}.product-card__price-alt{display:none!important}.card__media,.card__image,[class*=card__media]{aspect-ratio:4/3!important;width:100%!important}.card__choose-btn{bottom:6px!important;right:6px!important;width:28px!important;height:28px!important;padding:0!important;justify-content:center!important;font-size:0!important;border-radius:50%!important;box-shadow:0 4px 10px #0003!important}.card__choose-btn svg{width:14px!important;height:14px!important;margin:0!important}.product-card:active .card__choose-btn,.product-card__image-wrap:active .card__choose-btn{opacity:1!important;transform:translateY(0) scale(1.1)!important}.filter-tabs,.collection-filters,[class*=filter]{display:flex!important;flex-wrap:wrap!important;gap:8px!important;justify-content:center!important;padding:0 16px!important}.filter-btn,[class*=filter-btn]{font-size:12px!important;padding:6px 14px!important}body,.main-content,main{background-color:#faf9f6!important}.slideshow__controls,.hero__dots,.slider__dots,#hero-dots,[class*=slideshow__control],[class*=slider-counter],[class*=hero__dot]{display:flex!important;justify-content:center!important;align-items:center!important;width:100%!important;left:0!important;right:0!important;margin:0 auto!important;position:relative!important;text-align:center!important}.hero,.slideshow,[class*=slideshow],#shopify-section-hero,[id*=hero]{margin-left:0!important;margin-right:0!important;padding-left:0!important;padding-right:0!important;width:100%!important;left:0!important;position:relative!important}.header,.header-wrapper,.nav{overflow:visible!important}.header__heading-logo,.header__logo,.nav__logo{display:flex!important;overflow:visible!important;max-width:140px!important}.header__heading-logo img,.header__logo img{max-height:40px!important;width:auto!important;object-fit:contain!important;display:block!important;overflow:visible!important}.hero__inner,.slideshow__inner{padding-top:32px!important;overflow:visible!important}.hero__eyebrow,.slideshow__eyebrow{overflow:visible!important;margin-bottom:16px!important}body{padding:0!important;margin:0!important}.page-width,.container,[class*=page-width]{padding-left:12px!important;padding-right:12px!important;max-width:100%!important}main,#MainContent{padding:0!important;margin:0!important}body.template-policy #MainContent,body.template-page #MainContent,body.template-product #MainContent,body.template-collection #MainContent{margin-top:calc(var(--announcement-h, 50px) + var(--nav-h, 56px) + 10px)!important}.slider__buttons,.slideshow__controls,.slider-buttons,[class*=slider__button],[class*=slideshow__button],.hero__pagination{position:relative!important;display:flex!important;justify-content:center!important;width:100%!important;left:unset!important;transform:none!important;margin:12px auto 0!important}.card__variant,[class*=card__variant],.product-card__variant{display:none!important}.marquee-strip{width:100vw!important;overflow:hidden!important;margin-left:0!important;margin-right:0!important}.philosophy-grid{grid-template-columns:1fr;gap:2rem}.philosophy-copy h2{font-size:clamp(1.6rem,6vw,2.2rem)}.philosophy-card{padding:1.5rem}.story-block{grid-template-columns:1fr!important;direction:ltr!important}.story-block--reverse{direction:ltr!important}.story-block__image{min-height:260px}.story-block__content{padding:2rem 1.25rem}.slideshow__dots,#hero-dots{position:absolute!important;bottom:1.5rem!important;left:50%!important;top:auto!important;right:auto!important;transform:translate(-50%)!important;width:auto!important;margin:0!important;display:flex!important;gap:6px!important;justify-content:center!important}.hero__content,.hero__left,.hero__text,[class*=hero__content]{text-align:left!important;align-items:flex-start!important}.hero__title,.slideshow__title,[class*=hero] h1{text-align:left!important;font-size:28px!important;line-height:1.15!important}.hero__subtitle,.hero__body,[class*=hero] p{text-align:left!important;font-size:13px!important;line-height:1.65!important;max-width:100%!important}.hero__eyebrow,.slideshow__eyebrow{text-align:left!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important;font-size:8px!important;letter-spacing:.1em!important;margin-bottom:12px!important}.hero__ctas,.hero__buttons{flex-direction:column!important;width:100%!important;gap:10px!important;margin-top:20px!important;align-items:stretch!important}.hero__ctas .btn,.hero__btn,.hero__btn--primary,.hero__btn--secondary{width:100%!important;text-align:center!important;padding:14px 20px!important;display:block!important;box-sizing:border-box!important}.hero__image-side,.hero__right,[class*=hero__image]{display:block!important;width:100%!important;margin-top:0!important;border-radius:0!important}.hero__image-frame{border-radius:0!important}}@media(max-width:480px){.nav__logo-overlay img{height:80px!important}.hero__inner,.slideshow__inner{padding:16px 16px 32px!important}.hero__title,.slideshow__title,[class*=hero] h1{font-size:clamp(22px,7vw,30px)!important;line-height:1.15!important;margin-bottom:14px!important}.hero__subtitle,.hero__body,[class*=hero] p{font-size:13px!important;margin-top:12px!important}.hero__eyebrow,.slideshow__eyebrow{font-size:7px!important;letter-spacing:.07em!important}.marquee-track{font-size:8px!important;animation-duration:80s!important}.story-block__content{padding:24px 16px!important}.story-block__image{min-height:200px!important}.values-grid{grid-template-columns:1fr}.footer{padding:3rem 0 1.5rem!important}.footer__grid{gap:1.5rem!important}}.about-hero,.page-hero{background:#faf9f6!important;text-align:center!important;padding:180px 24px 80px!important;min-height:auto!important;display:block!important}.about-hero__inner{max-width:700px;width:100%;margin:0 auto;display:flex!important;flex-direction:column!important;align-items:center!important}.about-hero__eyebrow,.page-hero__eyebrow{font-size:11px!important;font-weight:600!important;letter-spacing:.14em!important;text-transform:uppercase!important;color:#e6a817!important;opacity:1!important;margin-bottom:20px!important;display:block!important}.about-hero__title,.page-hero__title,[class*=about-hero] h1{font-family:Playfair Display,Georgia,serif!important;font-size:clamp(48px,6vw,72px)!important;font-weight:700!important;color:#1a1a2e!important;letter-spacing:-.02em!important;margin-bottom:24px!important}.about-hero__subtitle,.page-hero__subtitle,[class*=about-hero] p{font-size:18px!important;line-height:1.7!important;color:#4a4a4a!important;max-width:580px!important;margin:0 auto 36px!important}.about-hero__ctas{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.product-card__name a:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.about-cta{background:#1a1a2e;padding:100px 24px;text-align:center}.about-cta__inner{max-width:700px;margin:0 auto}.about-cta__eyebrow{color:#e6a817;font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;margin-bottom:20px;display:block}.about-cta__heading{font-family:Playfair Display,Georgia,serif;font-size:clamp(36px,5vw,52px);font-weight:700;color:#fff;letter-spacing:-.02em;line-height:1.1;margin-bottom:20px}.about-cta__subtext{font-size:16px;color:#ffffffa6;line-height:1.7;margin-bottom:40px}.about-cta__buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.about-cta__btn{padding:15px 36px;font-size:15px;font-weight:600;border-radius:4px;cursor:pointer;text-decoration:none;transition:opacity .2s ease}.about-cta__btn--filled{background:#ffffff26;color:#fff;border:1.5px solid rgba(255,255,255,.3)}.about-cta__btn--outline{background:transparent;color:#fff;border:1.5px solid rgba(255,255,255,.6)}.about-cta__btn:hover{opacity:.8}.our-story__hero,.our-story-hero,.page-our-story .hero,.page-our-story .page-hero,[class*=our-story] .hero-inner,[class*=our-story] .hero__inner{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important;padding:100px 24px 80px!important;background:#faf9f6!important;grid-template-columns:unset!important}.our-story__hero>*,.page-our-story .hero>*,[class*=our-story] .hero__inner>*{width:100%!important;max-width:680px!important;margin-left:auto!important;margin-right:auto!important;grid-column:unset!important;writing-mode:horizontal-tb!important;text-orientation:mixed!important;position:relative!important;left:unset!important;top:unset!important;transform:none!important}.our-story__eyebrow,.page-our-story .hero__eyebrow{display:block!important;writing-mode:horizontal-tb!important;white-space:nowrap!important;font-size:12px!important;letter-spacing:.14em!important;text-transform:uppercase!important;color:#1a1a2e!important;opacity:.5!important;margin-bottom:20px!important}.page-our-story h1,.our-story__hero h1,.our-story__title{font-family:Playfair Display,Georgia,serif!important;font-size:clamp(48px,6vw,72px)!important;font-weight:700!important;color:#1a1a2e!important;text-align:center!important;margin-bottom:24px!important;writing-mode:horizontal-tb!important}.page-our-story .hero p,.our-story__subtitle{font-size:18px!important;line-height:1.7!important;color:#4a4a4a!important;text-align:center!important;max-width:580px!important;margin:0 auto 36px!important;writing-mode:horizontal-tb!important}.collection-hero__eyebrow,.page-hero__eyebrow,.page-banner__eyebrow,.our-story__eyebrow{font-size:12px!important;font-weight:600!important;letter-spacing:.15em!important;text-transform:uppercase!important;color:#e6a817!important}.collection-banner__eyebrow{text-transform:none!important;font-size:14px!important;font-style:italic!important;letter-spacing:.03em!important;color:#e6a817!important}.collection-banner--amber .collection-banner__eyebrow{color:#fff!important;opacity:.9!important}.our-story__btn,.page-our-story .btn,.page-our-story button,.page-our-story a.button,.about-hero__ctas .btn{padding:14px 48px!important;font-size:14px!important;font-weight:600!important;letter-spacing:.04em!important;min-width:220px!important}@media(max-width:768px){:root{--nav-h: 56px;--announcement-h: 50px}.hero.slideshow{height:100vh!important;height:100svh!important;min-height:unset!important;overflow:hidden!important;position:relative!important;width:100%!important;contain:layout paint!important}.hero-slider__inner,.slide.slide--active{height:100%!important;width:100%!important}.slide.slide--active .container{height:100%!important;width:100%!important;padding-left:0!important;padding-right:0!important;max-width:100%!important}.hero__inner,.slideshow__inner{height:100%!important;display:flex!important;flex-direction:column!important;padding:0!important;gap:0!important;overflow:hidden!important;box-sizing:border-box!important}.hero__content,.hero__left,.hero__text{flex-shrink:0!important;width:100%!important;box-sizing:border-box!important;padding:calc(var(--announcement-h, 0px) + var(--nav-h, 56px) - 45px) 20px 14px!important;text-align:center!important;align-items:center!important;display:flex!important;flex-direction:column!important}.hero__image-side,.hero__right{display:flex!important;flex-direction:column!important;flex:1 1 0!important;min-height:0!important;width:100%!important;margin:0!important;border-radius:0!important;overflow:visible!important}.hero__image-frame{position:relative!important;flex:1 1 0!important;min-height:0!important;width:100%!important;border-radius:0!important;overflow:hidden!important}.hero__image-frame>img{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center center!important}.hero__image-caption{position:absolute!important;bottom:0!important;left:0!important;right:0!important;padding:10px 16px!important;z-index:2!important;border-radius:0!important;backdrop-filter:blur(8px)!important;-webkit-backdrop-filter:blur(8px)!important}.hero__image-caption-title,.hero__image-caption h4{font-size:13px!important;margin-bottom:2px!important;letter-spacing:-.01em!important;text-align:center!important}.hero__image-caption-origin,.hero__image-caption p{font-size:11px!important;margin:0!important;line-height:1.3!important;max-width:100%!important;text-align:center!important}.hero__image-caption{text-align:center!important}.hero__eyebrow,.slideshow__eyebrow{font-size:8px!important;letter-spacing:.1em!important;margin-top:0!important;margin-bottom:24px!important;text-align:center!important;width:100%!important}.slideshow__dots,#hero-dots{position:absolute!important;bottom:20px!important;left:50%!important;transform:translate(-50%)!important;z-index:10!important;display:flex!important}.hero__title,.slideshow__title,[class*=hero] h1{font-size:26px!important;line-height:1.12!important;margin-top:0!important;margin-bottom:8px!important;text-align:center!important;width:100%!important}.hero__subtitle,.hero__body,[class*=hero] p:not(.hero__image-caption-title):not(.hero__image-caption-origin){font-size:13px!important;line-height:1.5!important;margin-top:0!important;max-width:100%!important;text-align:center!important}.hero__ctas,.hero__buttons{flex-direction:column!important;width:100%!important;gap:8px!important;margin-top:12px!important;align-items:stretch!important}.hero__ctas .btn,.hero__btn,.hero__btn--primary,.hero__btn--secondary{padding:11px 20px!important;width:100%!important;text-align:center!important;box-sizing:border-box!important;display:block!important}.slideshow__dots,#hero-dots{display:none!important}.marquee-track{animation-duration:100s!important}.mobile-menu{top:calc(var(--announcement-h, 50px) + var(--nav-h, 56px) + 16px)!important;height:calc(100svh - (var(--announcement-h, 50px) + var(--nav-h, 56px) + 16px))!important}.footer__payments{display:none!important}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.product-card__image-wrap{overflow:hidden!important;position:relative!important}.product-card__slider{display:block!important;width:100%!important;height:100%!important}.product-card__slider .product-card__img:nth-child(1){position:absolute!important;top:0!important;left:0!important;width:100%!important;height:100%!important;transition:transform .4s cubic-bezier(.165,.84,.44,1)!important}.product-card__slider .product-card__img:nth-child(2){position:absolute!important;top:0!important;left:100%!important;width:100%!important;height:100%!important;transition:transform .4s cubic-bezier(.165,.84,.44,1)!important}.product-card:hover .product-card__slider{transform:none!important}.product-card.is-scrolled .product-card__slider .product-card__img:nth-child(1),.product-card.is-scrolled .product-card__slider .product-card__img:nth-child(2){transform:translate(-100%)!important}}[data-aos=fade-up]{opacity:0;transform:translateY(30px);transition:opacity .8s cubic-bezier(.165,.84,.44,1),transform .8s cubic-bezier(.165,.84,.44,1);will-change:opacity,transform}[data-aos=fade-up].is-visible{opacity:1;transform:translateY(0)}[data-aos-delay="80"]{transition-delay:80ms}[data-aos-delay="100"]{transition-delay:.1s}[data-aos-delay="160"]{transition-delay:.16s}[data-aos-delay="200"]{transition-delay:.2s}[data-aos-delay="240"]{transition-delay:.24s}[data-aos-delay="300"]{transition-delay:.3s}[data-aos-delay="320"]{transition-delay:.32s}[data-aos-delay="400"]{transition-delay:.4s}[data-aos-delay="500"]{transition-delay:.5s}[data-aos-delay="600"]{transition-delay:.6s}.product-gallery__slides{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;width:100%;height:100%;scrollbar-width:none;-ms-overflow-style:none}.product-gallery__slides::-webkit-scrollbar{display:none}.product-gallery__slide{flex:0 0 100%;width:100%;height:100%;scroll-snap-align:start}.product-gallery__slide img{width:100%;height:100%;object-fit:cover;display:block}.product-gallery__dots{display:none;justify-content:center;gap:.5rem;margin-top:1rem}.product-gallery__dot{width:8px;height:8px;border-radius:50%;background:var(--border, #e8e4dc);cursor:pointer;transition:background .25s ease,transform .25s ease}.product-gallery__dot.active{background:var(--amber, #e8a020);transform:scale(1.2)}@media(max-width:860px){.product-page__gallery,.product-page__info{display:contents!important}.product-page__inner{display:flex!important;flex-direction:column!important;gap:1.25rem!important}.product-page__badges{order:1!important}.product-page__title{order:2!important;font-size:1.75rem!important;margin-bottom:0!important;line-height:1.3!important}.product-page__stars{order:3!important;margin-top:-.25rem!important}.product-page__meta{order:4!important;margin-top:-.25rem!important}.product-page__image-wrap{order:5!important;width:100%!important;aspect-ratio:1!important;border-radius:16px!important}.product-gallery__dots{display:flex!important;order:6!important;margin-top:.25rem!important}.pp-slider__thumbs{display:none!important}.product-page__variants{order:7!important;margin-top:.5rem!important}.variant-option__values{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:.6rem!important;width:100%!important}.variant-box{width:100%!important;min-width:unset!important;padding:.6rem .8rem!important}.product-page__price-wrapper{order:8!important}.stock-counter{order:9!important}.product-page__qty-row{order:10!important}.product-page__inner .btn[data-add-to-cart]{order:11!important}.product-page__inner .btn[data-buy-now]{order:12!important}.payment-info-box{order:13!important}.accordion-group{order:14!important;margin-top:1rem!important}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/style.css.map */
