:root{--bg:#faf9f7;--bg-cream:#f3f0ea;--surface:#fff;--text:#1a1917;--muted:#6b6760;--accent:#3d4f3a;--accent-hover:#2f3e2d;--accent-gold:#9a7b4f;--accent-gold-bg:#e8dfd0;--border:#e5e0d6;--footer-bg:#141412;--trust-bg:#2a2926;--radius:2px;--shadow:0 12px 40px rgba(26,25,23,.06)}*{box-sizing:border-box}body.store-body,html{overflow-x:hidden}body.store-body{margin:0;min-height:100vh;display:flex;flex-direction:column;font-family:var(--font-sans),system-ui,sans-serif;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;max-width:100%}.store-main{flex:1 1;min-width:0;max-width:100%}.store-header{max-width:100%;overflow-x:hidden}a{color:inherit}.store-util{background:var(--text);color:#f5f3ef;font-size:.75rem;letter-spacing:.04em}.store-util__inner{max-width:1280px;margin:0 auto;padding:.5rem max(1.5rem,env(safe-area-inset-right)) .5rem max(1.5rem,env(safe-area-inset-left));display:flex;justify-content:space-between;align-items:center;gap:1rem}.store-util__left,.store-util__right{display:flex;align-items:center;gap:.85rem}.store-util__pill{text-transform:uppercase;font-weight:600}.store-util__divider{width:1px;height:12px;background:hsla(0,0%,100%,.25)}.store-util__muted{opacity:.75}.store-util__icon-link,.store-util__link{color:#f5f3ef;text-decoration:none;text-transform:uppercase;display:inline-flex;align-items:center;gap:.35rem}.store-util__icon-link:hover,.store-util__link:hover{opacity:.85}.store-util__badge{background:var(--accent-gold);color:#fff;font-size:.65rem;min-width:1.1rem;height:1.1rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;padding:0 .25rem}.store-util__account{max-width:7.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.store-util__logout{background:none;border:none;padding:.1rem;margin:0;color:#f5f3ef;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;opacity:.8;line-height:0}.store-util__logout:hover:not(:disabled){opacity:1}.store-util__logout:disabled{opacity:.45;cursor:wait}.store-util__logout svg{width:14px;height:14px}.store-brand{background:var(--surface);border-bottom:1px solid var(--border)}.store-brand__inner{max-width:1280px;margin:0 auto;padding:1.25rem max(1.5rem,env(safe-area-inset-right)) 1rem max(1.5rem,env(safe-area-inset-left));text-align:center}.store-brand__row{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:.85rem}.store-brand__actions{display:none;align-items:center;gap:.35rem;flex-shrink:0}.store-brand__cart-mobile{padding:.35rem .5rem}.store-brand__logo{font-family:var(--font-serif),Georgia,serif;font-size:clamp(1.75rem,4vw,2.35rem);font-weight:600;letter-spacing:.22em;text-decoration:none;color:var(--text);display:inline-block;margin:0;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.store-brand__toolbar{position:relative;display:flex;align-items:center;justify-content:center;gap:1rem;width:100%;min-height:2.25rem;padding-right:0}.store-brand__toolbar--desktop{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;grid-column-gap:1rem;column-gap:1rem}.store-brand__toolbar--desktop .store-nav{grid-column:2;grid-row:1;justify-self:center}.store-brand__toolbar--desktop .shop-search--header{grid-column:3;grid-row:1;justify-self:end;position:static;transform:none;max-width:min(240px,100%)}@media (max-width:980px){.store-brand__toolbar--desktop{grid-template-columns:1fr;row-gap:.65rem;justify-items:center}.store-brand__toolbar--desktop .shop-search--header,.store-brand__toolbar--desktop .store-nav{grid-column:1;grid-row:auto;justify-self:center}.store-brand__toolbar--desktop .shop-search--header{width:100%;max-width:20rem}.store-brand__toolbar--desktop .shop-search--header .shop-search__input{width:auto;flex:1 1;max-width:none}}.store-nav{display:flex;flex-wrap:wrap;justify-content:center;gap:.35rem 1.5rem;font-size:.8rem;text-transform:uppercase;letter-spacing:.12em}.store-nav a{text-decoration:none;color:var(--text);display:inline-flex;align-items:center;gap:.4rem;padding:.25rem 0;border-bottom:1px solid transparent}.store-nav a:hover{border-bottom-color:var(--text)}.store-nav__admin{opacity:.45;font-size:.7rem}.nav-badge{font-size:.6rem;letter-spacing:.06em;padding:.15rem .4rem;border-radius:2px;font-weight:600}.nav-badge--sale{background:#c17f3a;color:#fff}.store-mobile-menu{position:relative}.store-nav-toggle{display:inline-flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;padding:0;border:1px solid var(--border);background:var(--surface);border-radius:var(--radius);cursor:pointer;color:var(--text)}.store-nav-toggle__icon{display:block;width:1.1rem;height:2px;background:currentColor;position:relative;box-shadow:0 -5px 0 currentColor,0 5px 0 currentColor}.store-nav-backdrop{position:fixed;inset:0;z-index:90;border:none;padding:0;margin:0;background:rgba(26,25,23,.45);cursor:pointer}.store-nav-drawer{position:fixed;top:0;right:0;z-index:100;width:min(100%,20rem);max-height:100dvh;overflow-y:auto;padding:1.25rem 1.25rem 1.5rem;background:var(--surface);border-left:1px solid var(--border);box-shadow:-8px 0 32px rgba(26,25,23,.12);transform:translateX(100%);transition:transform .22s ease;visibility:hidden}.store-nav-drawer--open{transform:translateX(0);visibility:visible}.store-nav--drawer{flex-direction:column;align-items:stretch;gap:0;margin-bottom:1.25rem;font-size:.85rem}.store-nav--drawer a{padding:.85rem 0;border-bottom:1px solid var(--border);justify-content:space-between}.store-nav-drawer .shop-search--header{position:static;transform:none;max-width:none;width:100%}.store-nav-drawer .shop-search--header .shop-search__input{width:auto;flex:1 1;max-width:none;font-size:1rem}.announcement,body.store-menu-open{overflow:hidden}.announcement{background:var(--accent-gold-bg);border-bottom:1px solid var(--border);width:100%;max-width:100%;padding:.55rem 0}.announcement__track{display:flex;width:max-content;animation:marquee 40s linear infinite;font-size:.72rem;text-transform:uppercase;letter-spacing:.14em;color:#5c4a32;white-space:nowrap}.announcement__track span{padding-right:2rem}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.hero{background:var(--surface);border-bottom:1px solid var(--border)}.hero__inner{max-width:1280px;margin:0 auto;padding:3rem 1.5rem;display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem;align-items:center}.hero__title{font-family:var(--font-serif),Georgia,serif;font-size:clamp(2.25rem,5vw,3.5rem);font-weight:600;line-height:1.1;margin:.5rem 0 1rem}.hero__text{color:var(--muted);line-height:1.65;max-width:28rem;margin-bottom:1.75rem}.hero__visual{min-height:320px;min-width:0}.hero-carousel{position:relative;width:100%;min-height:320px;border-radius:2px;overflow:hidden;background:var(--bg-cream)}.hero-carousel__track{display:flex;width:100%;min-height:320px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none}.hero-carousel__track::-webkit-scrollbar{display:none}.hero-carousel__track:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.hero-carousel__slide{flex:0 0 100%;scroll-snap-align:start;min-width:0}.hero-carousel__image,.hero-carousel__link{display:block;width:100%;height:100%}.hero-carousel__image{min-height:320px;object-fit:cover;background:var(--bg-cream)}.hero-carousel__btn{position:absolute;top:50%;z-index:2;transform:translateY(-50%);width:2.25rem;height:2.25rem;border:none;border-radius:999px;background:hsla(0,0%,100%,.92);color:var(--text);font-size:1.35rem;line-height:1;cursor:pointer;box-shadow:0 2px 10px rgba(0,0,0,.12)}.hero-carousel__btn:disabled{opacity:.35;cursor:default}.hero-carousel__btn--prev{left:.65rem}.hero-carousel__btn--next{right:.65rem}.hero-carousel__dots{position:absolute;left:0;right:0;bottom:.65rem;display:flex;justify-content:center;gap:.4rem;z-index:2}.hero-carousel__dot{width:.45rem;height:.45rem;padding:0;border:none;border-radius:999px;background:hsla(0,0%,100%,.55);cursor:pointer}.hero-carousel__dot--active{width:1.1rem;background:hsla(0,0%,100%,.95)}.hero__image{width:100%;height:100%;min-height:320px;object-fit:cover;background:var(--bg-cream)}.hero__image--placeholder{background:linear-gradient(135deg,#ebe6dc,#d4cdc0)}.eyebrow{text-transform:uppercase;letter-spacing:.2em;font-size:.72rem;color:var(--muted);margin:0}.section{max-width:1280px;margin:0 auto;padding:3rem 1.5rem}.section--cream{background:var(--bg-cream);max-width:none}.section--cream .product-grid,.section--cream .section__head{max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}.section--cream .product-grid{padding-bottom:3rem}.section__head{display:flex;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:2rem}.section__title{font-family:var(--font-serif),Georgia,serif;font-size:1.85rem;font-weight:600;margin:0}.section__subtitle{color:var(--muted);margin:.35rem 0 0;font-size:.95rem}.section__link{text-transform:uppercase;letter-spacing:.1em;font-size:.78rem;text-decoration:none;border-bottom:1px solid var(--text);padding-bottom:.15rem}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1.25rem;gap:1.25rem}.category-tile{text-decoration:none;color:inherit}.category-tile__image{aspect-ratio:1;background:var(--bg-cream);overflow:hidden;margin-bottom:.85rem}.category-tile__image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.category-tile:hover .category-tile__image img{transform:scale(1.04)}.category-tile__placeholder{display:flex;align-items:center;justify-content:center;height:100%;font-family:var(--font-serif),Georgia,serif;font-size:3rem;color:var(--muted)}.category-tile__name{display:block;font-family:var(--font-serif),Georgia,serif;font-size:1.2rem;font-weight:600}.category-tile__count{font-size:.8rem;color:var(--muted)}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));grid-gap:1.5rem;gap:1.5rem}.product-card{background:var(--surface)}.product-card__media{display:block;position:relative;aspect-ratio:1;background:#eeeae3;overflow:hidden;text-decoration:none}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.product-card:hover .product-card__media img{transform:scale(1.03)}.product-card__no-image{display:flex;align-items:center;justify-content:center;height:100%;color:var(--muted);font-size:.85rem}.product-card__badge{position:absolute;top:.65rem;left:.65rem;z-index:2;font-size:.62rem;text-transform:uppercase;letter-spacing:.08em;padding:.25rem .45rem;font-weight:600}.product-card__badge--new{background:#3d5c4a;color:#fff}.product-card__hover-cta{position:absolute;left:0;right:0;bottom:0;padding:.85rem;background:hsla(0,0%,100%,.95);text-align:center;font-size:.72rem;text-transform:uppercase;letter-spacing:.14em;transform:translateY(100%);transition:transform .25s ease}.product-card:hover .product-card__hover-cta{transform:translateY(0)}.product-card__body{padding:.85rem 0 0}.product-card__brand{font-size:.68rem;letter-spacing:.14em;color:var(--muted)}.product-card__brand,.product-card__title{text-transform:uppercase;margin:0 0 .35rem}.product-card__title{font-size:.82rem;font-weight:600;letter-spacing:.04em;line-height:1.35}.product-card__title a{text-decoration:none}.product-card__title a:hover{text-decoration:underline}.product-card__price{margin:0 0 .5rem;font-size:.9rem;font-weight:500}.product-card__cart{margin-top:.65rem}.product-card__actions{display:flex;gap:.5rem;align-items:stretch}.product-card__qty-label{flex:0 0 auto}.product-card__qty{width:3.25rem;height:100%;min-height:2.25rem;padding:.35rem .4rem;border:1px solid var(--border);border-radius:var(--radius);font:inherit;font-size:.85rem;background:var(--surface);text-align:center}.product-card__add{flex:1 1;min-height:2.25rem;padding:.4rem .65rem;font-size:.68rem;letter-spacing:.06em;text-transform:uppercase}.product-card__cart-msg{margin:.35rem 0 0;font-size:.75rem;color:var(--danger)}.product-card__cart-msg--ok{color:var(--accent)}.product-card__view-cart{display:inline-block;margin-top:.35rem;font-size:.75rem;text-transform:uppercase;letter-spacing:.06em;color:var(--accent);text-decoration:none}.product-card__view-cart:hover{text-decoration:underline}.product-card__stock{margin:.65rem 0 0;font-size:.75rem}.product-card__stock--out{color:var(--muted)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.split-look{display:grid;grid-template-columns:1fr 1fr;min-height:520px;width:100%;max-width:100%;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.split-look--reverse .split-look__visual{order:2}.split-look--reverse .split-look__panel{order:1}.split-look__visual{position:relative;min-height:420px;min-width:0;overflow:hidden}.split-look__image{width:100%;height:100%;min-height:520px;object-fit:cover;display:block}.split-look__image--placeholder{background:linear-gradient(160deg,#3d4f3a,#1a2420);min-height:520px}.split-look__visual-copy{position:absolute;left:0;right:0;bottom:0;padding:2.5rem;background:linear-gradient(0deg,rgba(0,0,0,.72) 0,transparent);color:#fff}.split-look__visual-title{font-family:var(--font-serif),Georgia,serif;font-size:clamp(1.75rem,3vw,2.5rem);margin:.35rem 0 .75rem;font-weight:600}.split-look__visual-text{max-width:22rem;line-height:1.55;opacity:.9;margin:0 0 1.25rem;font-size:.95rem}.split-look__panel{background:var(--surface);padding:2.5rem 2rem;display:flex;flex-direction:column;justify-content:center;min-width:0}.split-look__panel-title{font-family:var(--font-serif),Georgia,serif;font-size:1.75rem;text-align:center;margin:0 0 .35rem;font-weight:600}.split-look__panel-sub{text-align:center;color:var(--muted);font-size:.88rem;max-width:20rem;margin:0 auto 1.75rem}.split-look-carousel{position:relative;padding:0 2.25rem;min-width:0;width:100%;max-width:100%}.split-look-carousel__track{display:flex;gap:1.25rem;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:.5rem}.split-look-carousel__track::-webkit-scrollbar{display:none}.split-look-carousel__arrow{position:absolute;top:50%;transform:translateY(-50%);width:2.25rem;height:2.25rem;border:1px solid var(--border);background:var(--surface);border-radius:50%;cursor:pointer;font-size:1.25rem;line-height:1;color:var(--text);z-index:2}.split-look-carousel__arrow:hover{border-color:var(--text)}.split-look-carousel__arrow--prev{left:0}.split-look-carousel__arrow--next{right:0}.split-look-product{flex:0 0 min(280px,78vw);scroll-snap-align:start;display:grid;grid-template-columns:100px 1fr;grid-gap:1rem;gap:1rem;align-items:start;background:var(--bg);padding:.75rem;border:1px solid var(--border)}.split-look-product__media{display:block;aspect-ratio:1;background:#eeeae3;overflow:hidden}.split-look-product__media img{width:100%;height:100%;object-fit:cover}.split-look-product__placeholder{display:flex;align-items:center;justify-content:center;height:100%;color:var(--muted)}.split-look-product__brand{font-size:.65rem;text-transform:uppercase;letter-spacing:.12em;color:var(--muted);margin:0 0 .25rem}.split-look-product__title{margin:0 0 .35rem;font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;line-height:1.35}.split-look-product__title a{text-decoration:none;color:inherit}.split-look-product__title a:hover{text-decoration:underline}.split-look-product__price{margin:0 0 .5rem;font-size:.9rem}.split-look-product__cta{font-size:.68rem;text-transform:uppercase;letter-spacing:.12em;text-decoration:underline;color:var(--text)}.split-collections{display:grid;grid-template-columns:minmax(0,38%) 1fr;min-height:480px;width:100%;max-width:100%}.split-collections__nav{background:#2f3d32;color:#e8ebe6;padding:3rem 2.5rem;display:flex;flex-direction:column;justify-content:center;min-width:0}.split-collections__title{font-family:var(--font-serif),Georgia,serif;font-size:clamp(1.85rem,3vw,2.35rem);margin:.5rem 0 .75rem;font-weight:600;line-height:1.15}.split-collections__subtitle{opacity:.8;line-height:1.55;margin:0 0 2rem;font-size:.92rem;max-width:16rem}.split-collections__list{list-style:none;padding:0;margin:0 0 2rem}.split-collections__link{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;padding:.65rem 0;border-bottom:1px solid hsla(0,0%,100%,.12);text-decoration:none;color:inherit;opacity:.72;transition:opacity .2s}.split-collections__link--active,.split-collections__link:hover{opacity:1}.split-collections__link--active .split-collections__link-name{font-weight:600}.split-collections__link-name{font-family:var(--font-serif),Georgia,serif;font-size:1.35rem;font-weight:500}.split-collections__link-count{font-size:.72rem;opacity:.55;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.split-collections__all{color:#fff;text-transform:uppercase;letter-spacing:.12em;font-size:.72rem;text-decoration:none;border-bottom:1px solid hsla(0,0%,100%,.5);align-self:flex-start;padding-bottom:.15rem}.split-collections__visual{min-height:480px;background:var(--bg-cream);overflow:hidden;min-width:0}.split-collections__visual img{width:100%;height:100%;min-height:480px;object-fit:cover}.split-collections__placeholder{width:100%;height:100%;min-height:480px;background:linear-gradient(135deg,#e8dfd0,#c9bfb0)}.legal-page{max-width:720px;padding-top:2rem;padding-bottom:4rem}.legal-page__nav{margin-bottom:1.25rem}.legal-page__nav a{font-size:.9rem;text-decoration:none;border-bottom:1px solid var(--text)}.legal-page__title{font-family:var(--font-serif),Georgia,serif;font-size:clamp(1.75rem,4vw,2.25rem);margin:0 0 1rem;font-weight:600;line-height:1.15}.legal-page__intro{color:var(--muted);font-size:.95rem;line-height:1.65;margin-bottom:2rem}.legal-page__intro p{margin:0 0 .75rem}.legal-section{margin-bottom:2rem}.legal-section h2{font-family:var(--font-serif),Georgia,serif;font-size:1.25rem;margin:0 0 .75rem;font-weight:600}.legal-section__h3{font-size:1rem;margin:1.25rem 0 .5rem;font-weight:600}.legal-section li,.legal-section p{font-size:1rem;line-height:1.65;color:#334155;margin:0 0 .75rem}.legal-section ul{margin:0 0 .75rem;padding-left:1.35rem}.legal-link{color:var(--accent);font-weight:600;text-decoration:underline}.legal-callout{margin:1rem 0;padding:1rem 1.15rem;background:var(--bg-cream);border:1px solid var(--border);font-size:.95rem;line-height:1.55}.legal-page__footer-links{margin-top:2.5rem;font-size:.9rem;color:var(--muted)}.legal-page__footer-links a{color:var(--accent);text-decoration:none}.legal-page__footer-links a:hover{text-decoration:underline}.faq-group h2{font-family:var(--font-serif),Georgia,serif;font-size:1.2rem;margin:2rem 0 1rem;font-weight:600}.faq-group:first-of-type h2{margin-top:0}.faq-list{list-style:none;padding:0;margin:0;display:grid;grid-gap:1.25rem;gap:1.25rem}.faq-item__q{font-weight:600;margin:0 0 .5rem;line-height:1.4}.faq-item__a{margin:0;padding-left:.85rem;border-left:3px solid rgba(61,79,58,.25);color:#334155;font-size:1rem;line-height:1.65}.faq-item__a p{margin:0}.faq-item__a a{color:var(--accent);font-weight:600}.container{max-width:1280px;margin:0 auto;padding:2.5rem 1.5rem 4rem}.wholesale-banner{padding:1rem 1.25rem;background:var(--accent-gold-bg);border:1px solid var(--border);border-radius:var(--radius)}.wholesale-banner__list{margin:.5rem 0 0;padding-left:1.25rem;color:var(--muted);font-size:.9rem}.page-intro{text-align:center;max-width:36rem;margin:0 auto 2rem}.page-intro__title{font-family:var(--font-serif),Georgia,serif;font-size:2.25rem;margin:0 0 .5rem}.page-intro__text{color:var(--muted);margin:0 0 .5rem}.filter-chips{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:2.5rem}.filter-chip{text-decoration:none;color:var(--text);font-size:.78rem;text-transform:uppercase;letter-spacing:.1em;padding:.45rem .85rem;border:1px solid var(--border);background:var(--surface);display:inline-flex;align-items:center;gap:.4rem}.filter-chip--active,.filter-chip:hover{border-color:var(--text)}.filter-chip--active{background:var(--text);color:#fff}.filter-chip--accent{border-color:#c17f3a}.filter-chip__count{opacity:.65;font-size:.7rem}.empty-state{text-align:center;color:var(--muted);padding:3rem}.breadcrumbs{font-size:.78rem;color:var(--muted);margin-bottom:2rem;display:flex;flex-wrap:wrap;gap:.35rem;align-items:center}.breadcrumbs a{text-decoration:none}.breadcrumbs a:hover{text-decoration:underline}.pdp{display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem;align-items:start}.pdp__main-image{aspect-ratio:1;background:#eeeae3;overflow:hidden}.pdp__main-image img{width:100%;height:100%;object-fit:cover}.pdp__main-image video,.pdp__video{width:100%;height:100%;object-fit:contain;background:#111;display:block}.pdp__thumbs{display:flex;gap:.5rem;margin-top:.75rem;flex-wrap:wrap}.pdp__thumb{display:block;padding:0;border:2px solid var(--border);background:var(--surface);cursor:pointer;line-height:0;border-radius:2px;overflow:hidden;transition:border-color .15s ease}.pdp__thumb:hover{border-color:var(--muted)}.pdp__thumb--active{border-color:var(--text)}.pdp__thumb img,.pdp__thumb video{width:72px;height:72px;object-fit:cover;display:block}.pdp__thumb video{background:#111}.pdp__thumb--video{position:relative}.pdp__thumb-play{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:1.1rem;color:#fff;background:rgba(0,0,0,.35);pointer-events:none}.pdp__title{font-family:var(--font-serif),Georgia,serif;font-size:2rem;margin:.25rem 0 .75rem}.pdp__price{font-size:1.35rem;font-weight:500;margin:0 0 .35rem}.pdp__stock{font-size:.85rem;color:var(--muted);margin:0 0 .5rem}.pdp__description{margin:1.5rem 0;line-height:1.65;color:var(--muted)}.trust-bar{background:var(--trust-bg);color:#e8e6e1;padding:2.5rem 1.5rem}.trust-bar__inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1.5rem;gap:1.5rem}.trust-bar__item{display:flex;gap:.85rem;align-items:flex-start}.trust-bar__icon{font-size:1.25rem;opacity:.9}.trust-bar__item strong{display:block;font-size:.85rem;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.25rem}.trust-bar__item p{margin:0;font-size:.8rem;opacity:.75;line-height:1.45}.store-footer__main{background:var(--footer-bg);color:#c8c5be;padding:3rem 1.5rem 1.5rem}.store-footer__inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;grid-gap:3rem;gap:3rem}.store-footer__logo{font-family:var(--font-serif),Georgia,serif;font-size:1.5rem;letter-spacing:.2em;color:#fff;margin:0 0 1rem}.store-footer__about{line-height:1.65;font-size:.9rem;max-width:22rem;margin:0}.store-footer__cols{display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem}.store-footer__cols h3{font-size:.72rem;text-transform:uppercase;letter-spacing:.14em;color:#fff;margin:0 0 1rem}.store-footer__cols ul{list-style:none;padding:0;margin:0}.store-footer__cols li{margin-bottom:.5rem}.store-footer__cols a{color:#c8c5be;text-decoration:none;font-size:.88rem}.store-footer__cols a:hover{color:#fff}.store-footer__bottom{max-width:1280px;margin:2rem auto 0;padding-top:1.25rem;border-top:1px solid hsla(0,0%,100%,.1);display:flex;justify-content:space-between;font-size:.78rem;opacity:.6}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;padding:.75rem 1.5rem;border-radius:var(--radius);border:1px solid transparent;font:inherit;font-size:.78rem;text-transform:uppercase;letter-spacing:.12em;cursor:pointer;text-decoration:none;transition:background .2s,color .2s}.btn--primary{background:var(--accent-gold);color:#fff}.btn--primary:hover{background:#826842;color:#fff}.btn--arrow:after{content:"↗";font-size:.9em}.btn--light{background:#fff;color:var(--text);border:1px solid hsla(0,0%,100%,.4)}.btn--light:hover{background:#f5f3ef;color:var(--text)}.eyebrow--light{color:hsla(0,0%,100%,.75)}.btn--secondary{background:var(--surface);border-color:var(--border);color:var(--text)}.btn:disabled{opacity:.55;cursor:not-allowed}.stack{display:flex;flex-direction:column;gap:.75rem}.muted{color:var(--muted)}.card{background:var(--surface);border:1px solid var(--border);overflow:hidden}.card__image{aspect-ratio:4/3;background:#eeeae3;display:flex;align-items:center;justify-content:center}.card__image img{width:100%;height:100%;object-fit:cover}.card__body{padding:1rem}.card__title{margin:0 0 .35rem}.card__price{font-weight:600;margin:0 0 .75rem}.table{width:100%;border-collapse:collapse;background:var(--surface);border:1px solid var(--border)}.table td,.table th{padding:.65rem .85rem;text-align:left;border-bottom:1px solid var(--border)}.table th{background:var(--bg-cream);font-size:.75rem;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}.form-field{display:flex;flex-direction:column;gap:.35rem}.form-field input,.form-field select,.form-field textarea{padding:.55rem .65rem;border:1px solid var(--border);font:inherit;font-size:1rem;max-width:100%}.cart-table-wrap{width:100%;max-width:100%}.cart-qty-input{width:4.5rem;min-height:2.75rem}.form-hint{font-size:.78rem;color:var(--muted);line-height:1.45}.form-hint code{font-size:.85em}.shop-filters{margin-bottom:1.5rem}.shop-search{display:flex;gap:.5rem;max-width:480px;margin-bottom:1.25rem}.shop-search--header{flex:0 0 auto;max-width:min(260px,42vw);margin:0;gap:.35rem;align-items:center}.shop-search__input{flex:1 1;min-width:0;padding:.55rem .75rem;border:1px solid var(--border);font:inherit;font-size:.95rem}.shop-search--header .shop-search__input{width:10.5rem;padding:.35rem .55rem;font-size:.78rem}.shop-search--header .shop-search__submit{padding:.38rem .7rem;font-size:.68rem;letter-spacing:.1em;text-transform:uppercase;white-space:nowrap}.shop-tags__label{display:block;font-size:.72rem;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);margin-bottom:.5rem}.shop-tags__chips{margin-bottom:0}.product-card__tags{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.5rem}.product-tag{font-size:.65rem;text-transform:lowercase;letter-spacing:.04em;padding:.2rem .45rem;border:1px solid var(--border);background:var(--bg);text-decoration:none;color:var(--muted)}.product-tag:hover{border-color:var(--text);color:var(--text)}.tag-picker{display:flex;flex-direction:column;gap:.65rem}.tag-picker__empty{margin:0}.tag-picker__selected{display:flex;flex-wrap:wrap;gap:.35rem}.tag-picker__chip{display:inline-flex;align-items:center;gap:.25rem;font-size:.75rem;padding:.25rem .5rem;border:1px solid var(--text);background:var(--bg);border-radius:999px}.tag-picker__remove{border:none;background:transparent;padding:0 .15rem;line-height:1;cursor:pointer;color:var(--muted);font-size:1rem}.tag-picker__remove:hover{color:var(--danger,#b42318)}.tag-picker__suggestions{display:flex;flex-direction:column;gap:.35rem}.tag-picker__pills{display:flex;flex-wrap:wrap;gap:.35rem}.tag-picker__pill{font-size:.72rem;padding:.25rem .55rem;border:1px dashed var(--border);background:var(--surface,var(--bg));border-radius:999px;cursor:pointer;color:var(--muted)}.tag-picker__pill:hover{border-color:var(--text);border-style:solid;color:var(--text)}.tag-picker__input{width:100%}.admin-shell{display:grid;grid-template-columns:220px 1fr;grid-template-rows:1fr;grid-template-areas:"nav main";min-height:100vh}.admin-shell__topbar{display:none;grid-area:topbar;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem max(1rem,env(safe-area-inset-right)) .75rem max(1rem,env(safe-area-inset-left));background:#1f2d24;color:#e8efe9;border-bottom:1px solid hsla(0,0%,100%,.08);position:-webkit-sticky;position:sticky;top:0;z-index:40}.admin-shell__topbar-brand{display:flex;flex-direction:column;gap:.1rem;min-width:0}.admin-shell__topbar-title{font-weight:700;font-size:.85rem;text-transform:uppercase;letter-spacing:.08em}.admin-shell__topbar-section{font-size:.78rem;opacity:.75}.admin-shell__nav{grid-area:nav;background:#1f2d24;color:#e8efe9;padding:1.25rem 1rem;display:flex;flex-direction:column;min-height:100vh}.admin-shell__nav-heading{margin:0 0 .75rem;font-weight:700}.admin-shell__nav-links{display:flex;flex-direction:column;gap:.15rem;flex:1 1}.admin-shell__nav-links a{color:#c8dccf;display:block;padding:.45rem .5rem;text-decoration:none;border-radius:2px}.admin-shell__nav-links a.active,.admin-shell__nav-links a:hover{background:hsla(0,0%,100%,.08);color:#fff}.admin-shell__nav-footer{margin-top:1.5rem}.admin-nav-toggle{display:inline-flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;padding:0;border:1px solid hsla(0,0%,100%,.2);background:hsla(0,0%,100%,.06);border-radius:var(--radius);cursor:pointer;color:#e8efe9;flex-shrink:0}.admin-nav-toggle__icon{display:block;width:1.1rem;height:2px;background:currentColor;position:relative;box-shadow:0 -5px 0 currentColor,0 5px 0 currentColor}.admin-nav-backdrop{position:fixed;inset:0;z-index:90;border:none;padding:0;margin:0;background:rgba(26,25,23,.45);cursor:pointer}.admin-nav-drawer{position:fixed;top:0;left:0;z-index:100;width:min(100%,16.5rem);max-height:100dvh;overflow-y:auto;padding:1.25rem 1rem 1.5rem;background:#1f2d24;color:#e8efe9;border-right:1px solid hsla(0,0%,100%,.1);box-shadow:8px 0 32px rgba(26,25,23,.2);transform:translateX(-100%);transition:transform .22s ease;visibility:hidden;display:flex;flex-direction:column}.admin-nav-drawer--open{transform:translateX(0);visibility:visible}.admin-nav-drawer__logout{margin-top:1.5rem;padding-top:1rem;border-top:1px solid hsla(0,0%,100%,.12)}body.admin-menu-open{overflow:hidden}.admin-shell__main{grid-area:main;padding:1.5rem;min-width:0;max-width:100%}.admin-login-wrap{padding-top:2rem;padding-bottom:2rem}.admin-login-form{max-width:22rem}.admin-page-head{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem 1rem;margin-bottom:.25rem}.admin-page-head h1{margin:0}.admin-table-wrap{width:100%;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;margin-top:1rem}.admin-table-wrap .table{margin-top:0}.admin-form{width:100%;max-width:40rem}.admin-form-actions{display:flex;flex-wrap:wrap;gap:.75rem}.admin-form-actions .btn{flex:1 1 auto;min-width:min(100%,10rem)}.admin-image-row{display:flex;flex-wrap:wrap;gap:1rem;align-items:flex-start}.admin-image-row__thumb{width:96px;height:72px;object-fit:cover;border:1px solid var(--border);flex-shrink:0}.admin-image-row__video{width:min(100%,12rem);max-height:8rem;object-fit:contain;background:#111;border:1px solid var(--border);flex-shrink:0}.admin-media-preview__video{width:48px;height:48px;object-fit:cover;background:#111}.admin-image-row>div{flex:1 1;min-width:min(100%,12rem)}.admin-wholesale-password{width:100%;min-width:0;max-width:12rem;padding:.55rem .65rem;border:1px solid var(--border);font:inherit;font-size:1rem}.admin-wholesale-actions{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:flex-end}.admin-status{display:flex;flex-direction:column;gap:.35rem;min-width:7rem}.admin-status__pill{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em}.admin-status__pill--published{color:#3d5c4a}.admin-status__pill--draft{color:var(--muted)}.admin-status__pill--archived{color:#9a7b4f}.admin-status__actions{display:flex;flex-wrap:wrap;gap:.35rem}.admin-status__btn{padding:.25rem .45rem;font-size:.68rem}.admin-status__error{margin:0;font-size:.72rem;color:var(--danger)}.collection-list{list-style:none;margin:0;padding:0;display:grid;grid-gap:.75rem;gap:.75rem;max-width:720px}.collection-list__item{border:1px solid var(--border);background:var(--surface)}.collection-list__link{display:block;padding:1rem 1.15rem;text-decoration:none;color:inherit}.collection-list__link:hover{background:var(--bg-cream)}.collection-list__name{display:block;font-weight:600;text-transform:uppercase;letter-spacing:.04em;font-size:.9rem}.collection-list__desc{display:block;margin-top:.35rem;color:var(--muted);font-size:.88rem}.collection-list__count{display:block;margin-top:.5rem;font-size:.78rem;color:var(--accent)}.upload-progress{height:6px;background:var(--border);overflow:hidden}.upload-progress__bar{height:100%;background:var(--accent);transition:width .15s ease}@media (max-width:900px){.hero__inner,.pdp,.split-collections,.split-look{grid-template-columns:1fr}.hero__inner{padding:2rem 1.25rem;gap:2rem}.hero-carousel,.hero-carousel__image,.hero-carousel__track,.hero__image,.hero__visual{min-height:240px}.hero-carousel__btn{width:2rem;height:2rem;font-size:1.2rem}.section{padding:2.25rem 1.25rem}.section--cream .product-grid,.section--cream .section__head{padding-left:1.25rem;padding-right:1.25rem}.section__head{flex-direction:column;align-items:flex-start}.split-look--reverse .split-look__panel,.split-look--reverse .split-look__visual{order:unset}.split-look{min-height:0}.split-look__image,.split-look__image--placeholder,.split-look__visual{min-height:280px}.split-look__visual-copy{padding:1.5rem}.split-look__panel{padding:1.75rem 1.25rem}.split-look-carousel{padding:0 2.75rem}.split-collections__nav{padding:2rem 1.5rem}.split-collections__placeholder,.split-collections__visual img{min-height:240px}.category-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.product-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1.15rem}.trust-bar__inner{grid-template-columns:1fr 1fr}.store-footer__inner{grid-template-columns:1fr;gap:2rem}.store-footer__cols{grid-template-columns:1fr 1fr}.container{padding:2rem 1.25rem 3rem}.page-intro__title{font-size:1.85rem}.pdp{gap:2rem}.pdp__title{font-size:1.65rem}}@media (max-width:720px){.store-brand__inner{text-align:left;padding:1rem 1rem .75rem}.store-brand__row{margin-bottom:0;justify-content:space-between}.store-brand__actions{display:flex}.store-brand__toolbar--desktop,.store-util .store-util__cart,.store-util__link--hide-mobile{display:none}.store-util__inner{padding-left:1rem;padding-right:1rem}.filter-chips{flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:.35rem;margin-left:-.25rem;margin-right:-.25rem;padding-left:.25rem;padding-right:.25rem}.filter-chips::-webkit-scrollbar{display:none}.filter-chip{flex-shrink:0}.shop-collections{margin-bottom:2rem}.admin-shell{grid-template-columns:1fr;grid-template-rows:auto 1fr;grid-template-areas:"topbar" "main"}.admin-shell__topbar{display:flex}.admin-shell__nav--desktop{display:none}.admin-shell__main{padding:1rem max(1rem,env(safe-area-inset-right)) 1.5rem max(1rem,env(safe-area-inset-left))}.admin-page-head .btn{width:100%;justify-content:center}.admin-table-wrap--scroll .table{min-width:36rem}.admin-table thead{display:none}.admin-table tbody tr{display:block;padding:1rem 0;border-bottom:1px solid var(--border)}.admin-table tbody tr:last-child,.admin-table td{border-bottom:none}.admin-table td{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem 1rem;padding:.4rem 0;text-align:right}.admin-table td:before{content:attr(data-label);font-size:.72rem;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);text-align:left;flex-shrink:0;max-width:42%}.admin-table td[data-label=""]:before{content:none}.admin-table td[data-label=""]{justify-content:flex-end;padding-top:.65rem}.admin-table td[data-label=Company],.admin-table td[data-label=Item],.admin-table td[data-label=Title]{flex-direction:column;align-items:flex-start;text-align:left;padding-bottom:.5rem}.admin-table td[data-label=Company]:before,.admin-table td[data-label=Item]:before,.admin-table td[data-label=Title]:before{content:none}.admin-table .admin-status{align-items:flex-end;min-width:0}.admin-media-library__grid{grid-template-columns:repeat(auto-fill,minmax(96px,1fr))}.admin-form-actions .btn{width:100%;flex:1 1 100%}.admin-wholesale-password{max-width:none}.admin-wholesale-actions{flex-direction:column;width:100%;align-items:stretch}.admin-wholesale-actions .btn{width:100%;justify-content:center}.admin-settings-panel{border:1px solid var(--border);background:var(--surface);padding:1rem 1.15rem}.admin-settings-panel__title{margin:0 0 .65rem;font-size:.95rem;font-weight:600}.admin-settings-panel__list{margin:0;padding-left:1.2rem;color:var(--muted);font-size:.88rem;line-height:1.55}.admin-settings-panel__list li+li{margin-top:.35rem}.admin-favicon-preview{display:flex;align-items:center;gap:.85rem;margin-bottom:.75rem}.admin-favicon-preview img{width:48px;height:48px;object-fit:contain;border:1px solid var(--border);border-radius:8px;background:#fff}.admin-table td[data-label=Password]{flex-direction:column;align-items:stretch;text-align:left}.admin-table td[data-label=Password]:before{margin-bottom:.25rem}}@media (max-width:560px){.store-util__divider,.store-util__muted{display:none}.store-util__inner{gap:.5rem;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.store-util__inner::-webkit-scrollbar{display:none}.store-util__right{flex-shrink:0}.store-brand__logo{font-size:clamp(1.15rem,5.5vw,1.5rem);letter-spacing:.14em}.category-grid,.trust-bar__inner{grid-template-columns:1fr}.trust-bar{padding:2rem 1rem}.store-footer__main{padding:2.25rem 1rem 1.25rem}.store-footer__cols{grid-template-columns:1fr;gap:1.5rem}.store-footer__bottom{flex-direction:column;gap:.5rem;align-items:flex-start}.container{padding:1.5rem 1rem 2.5rem}.page-intro__title{font-size:1.55rem}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}.product-card__hover-cta{transform:none;position:static;padding:.5rem 0 0;background:transparent;font-size:.65rem}.btn{min-height:2.75rem;padding:.65rem 1.1rem}.split-look-product{flex:0 0 min(260px,88vw)}.split-collections__link-name{font-size:1.15rem}.cart-table thead{display:none}.cart-table tbody tr{display:block;padding:1rem 0;border-bottom:1px solid var(--border)}.cart-table tbody tr:last-child,.cart-table td{border-bottom:none}.cart-table td{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.45rem 0;text-align:right}.cart-table td:before{content:attr(data-label);font-size:.72rem;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);text-align:left;flex-shrink:0}.cart-table td[data-label=""]:before{content:none}.cart-table td[data-label=""]{justify-content:flex-end;padding-top:.75rem}.cart-table td[data-label=Item]{flex-direction:column;align-items:flex-start;text-align:left;padding-bottom:.75rem}.cart-table td[data-label=Item]:before{content:none}.table,.table td:first-child:last-child,.table th{border:none}}.walrus-upload-progress-track{position:relative;margin-top:12px;height:12px;border-radius:9999px;overflow:hidden;background:transparent;border:.5px solid rgba(15,23,42,.14);box-shadow:inset 0 1px 2px rgba(15,23,42,.06)}.walrus-upload-progress-gradient{--walrus-progress-fill:linear-gradient(90deg,#fde047,#f9d423 10%,#ff8f4e 24%,#ff4e50 38%,#f472b6 52%,#a960ee 68%,#8b5cf6 82%,#f9d423);position:absolute;left:0;top:0;bottom:0;width:0;border-radius:9999px;background-image:linear-gradient(180deg,hsla(0,0%,100%,.32) 0,transparent 48%),var(--walrus-progress-fill);background-size:100% 100%,100% 100%;transition:width .45s ease-out;box-shadow:inset 0 1px 2px hsla(0,0%,100%,.45),0 1px 4px rgba(255,78,80,.28)}.walrus-upload-progress-gradient--indeterminate{width:40%;animation:walrus-upload-progress-gradient-shift 2.6s linear infinite,walrus-upload-progress-indeterminate 1.35s ease-in-out infinite}.walrus-upload-progress-gradient--determinate{background-size:100% 100%,var(--walrus-progress-spectrum-size,240%) 100%;animation:walrus-upload-progress-gradient-shift 2.6s linear infinite}@keyframes walrus-upload-progress-gradient-shift{0%{background-position:0 0,0 50%}to{background-position:0 0,100% 50%}}@keyframes walrus-upload-progress-indeterminate{0%{left:0}50%{left:58%}to{left:0}}.walrus-upload-progress-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:4px}.walrus-upload-progress-pct{margin:0;font-size:12px;color:var(--muted);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.walrus-product-upload__previews{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.walrus-product-upload__previews li{display:flex;align-items:center;gap:.75rem;font-size:.85rem}.walrus-product-upload__previews img{width:48px;height:48px;object-fit:cover;border-radius:4px;border:1px solid var(--border)}.walrus-product-upload__progress-list{display:flex;flex-direction:column;gap:.35rem}.admin-media-library__grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));grid-gap:.75rem;gap:.75rem}.admin-media-library__item{display:flex;flex-direction:column;gap:.35rem;width:100%;padding:.35rem;border:1px solid var(--border);border-radius:8px;background:var(--surface,#fff);cursor:pointer;text-align:left}.admin-media-library__item:hover:not(:disabled){border-color:var(--accent,#1a1a1a)}.admin-media-library__item--selected{border-color:var(--accent,#1a1a1a);box-shadow:inset 0 0 0 1px var(--accent,#1a1a1a)}.admin-media-library__item:disabled{cursor:default;opacity:.85}.admin-media-library__item img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:4px;background:var(--surface-muted,#f3f0eb)}.admin-media-library__label{font-size:.8rem;font-weight:600}.admin-media-library__label,.admin-media-library__meta{line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-media-library__meta{font-size:.72rem;color:var(--muted)}@font-face{font-family:__Cormorant_Garamond_30721a;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Cormorant_Garamond_30721a;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Cormorant_Garamond_30721a;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Cormorant_Garamond_30721a;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Cormorant_Garamond_30721a;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Cormorant_Garamond_30721a;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Cormorant_Garamond_30721a;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Cormorant_Garamond_30721a;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Cormorant_Garamond_30721a;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Cormorant_Garamond_30721a;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Cormorant_Garamond_30721a;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Cormorant_Garamond_30721a;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Cormorant_Garamond_30721a;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Cormorant_Garamond_30721a;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Cormorant_Garamond_30721a;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Cormorant_Garamond_Fallback_30721a;src:local("Times New Roman");ascent-override:95.27%;descent-override:29.59%;line-gap-override:0.00%;size-adjust:96.98%}.__className_30721a{font-family:__Cormorant_Garamond_30721a,__Cormorant_Garamond_Fallback_30721a;font-style:normal}.__variable_30721a{--font-serif:"__Cormorant_Garamond_30721a","__Cormorant_Garamond_Fallback_30721a"}@font-face{font-family:__DM_Sans_d541e6;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/7ab938503e4547a1-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__DM_Sans_d541e6;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/13971731025ec697-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__DM_Sans_d541e6;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/7ab938503e4547a1-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__DM_Sans_d541e6;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/13971731025ec697-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__DM_Sans_d541e6;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/7ab938503e4547a1-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__DM_Sans_d541e6;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/13971731025ec697-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__DM_Sans_Fallback_d541e6;src:local("Arial");ascent-override:94.90%;descent-override:29.66%;line-gap-override:0.00%;size-adjust:104.53%}.__className_d541e6{font-family:__DM_Sans_d541e6,__DM_Sans_Fallback_d541e6;font-style:normal}.__variable_d541e6{--font-sans:"__DM_Sans_d541e6","__DM_Sans_Fallback_d541e6"}