:root{--font-en: "Playfair Display", Georgia, serif;--font-cn: "Noto Serif SC", serif;--bg: #f4eee8;--bg-2: #f8f4ef;--panel: rgba(255, 255, 255, .68);--text: #1e1814;--muted: #665b54;--line: rgba(29, 22, 18, .12);--line-strong: rgba(29, 22, 18, .18);--accent: #8b3b2f;--dark: #0f0f11;--dark-2: #171719;--dark-line: rgba(255, 255, 255, .12);--dark-text: rgba(255, 255, 255, .92);--dark-muted: rgba(255, 255, 255, .66);--sand: #e9ddd2;--shadow: 0 18px 55px rgba(22, 17, 14, .08)}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{background:linear-gradient(180deg,#efe7df,#e4d7ca);color:var(--text);font-family:var(--font-en);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body,button,input,textarea{font-family:var(--font-en)}a{color:inherit;text-decoration:none}img{display:block;width:100%}.cn{font-family:var(--font-cn)}.eyebrow{margin:0;font-size:.72rem;line-height:1.2;text-transform:uppercase;letter-spacing:.18em}.content-wrap{width:min(100%,1440px);margin:0 auto;padding-inline:clamp(1rem,2vw,2.5rem)}.full-bleed{width:100%}.section-space{padding-block:clamp(3.25rem,5vw,6rem)}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:.85rem 1.25rem;border:1px solid transparent;background:var(--accent);color:#fff;font-size:.74rem;letter-spacing:.16em;text-transform:uppercase;transition:.22s ease}.button:hover{transform:translateY(-1px);filter:brightness(.96)}.button--ghost{background:transparent;color:inherit;border-color:currentColor}.hub-page{padding-block:clamp(2rem,5vw,4rem)}.hub-copy h1,.hero-section h1,.page-hero h1,.lookbook-intro h1,.visit-page h1,.about-page h1,.product-detail-page h1,.section-head h2,.story-split h2,.story-split-home h2,.banner-section h2,.site-footer h3{margin:.35rem 0 1rem;font-weight:500;line-height:.98;letter-spacing:-.02em}.hub-copy h1{max-width:12ch;font-size:clamp(2.7rem,7vw,5.4rem)}.hub-copy p:last-child{max-width:66ch;color:var(--muted);line-height:1.7}.hub-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem;margin-top:2rem}.hub-card{background:#ffffffc7;border:1px solid var(--line);box-shadow:var(--shadow);overflow:hidden}.hub-card img{aspect-ratio:5 / 6;object-fit:cover}.hub-card div{padding:1rem 1rem 1.2rem}.hub-card strong{display:block;margin-top:.3rem;font-size:1.25rem;font-weight:500}.hub-card span{color:var(--muted)}.theme-shell{min-height:100vh}.theme-shell--cream{background:var(--bg-2);color:var(--text)}.theme-shell--sand{background:#f5eee7;color:var(--text)}.theme-shell--dark{background:var(--dark);color:var(--dark-text)}.theme-shell--dark .eyebrow,.theme-shell--dark .breadcrumbs a,.theme-shell--dark .breadcrumbs strong,.theme-shell--dark .site-footer__meta,.theme-shell--dark .section-head p,.theme-shell--dark .story-split__copy p,.theme-shell--dark .story-split-home__copy p:last-child,.theme-shell--dark .product-card__copy p,.theme-shell--dark .collection-sidebar__item span,.theme-shell--dark .visit-page__intro p,.theme-shell--dark .visit-page__cards p,.theme-shell--dark .product-detail-page p{color:var(--dark-muted)}.announcement-bar,.site-header,.breadcrumbs,.site-footer{border-bottom:1px solid var(--line)}.theme-shell--dark .announcement-bar,.theme-shell--dark .site-header,.theme-shell--dark .breadcrumbs,.theme-shell--dark .site-footer{border-color:var(--dark-line)}.announcement-bar{padding:.7rem 1rem;text-align:center;font-size:.72rem;letter-spacing:.18em;text-transform:uppercase}.site-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem clamp(1rem,2vw,2.5rem);position:sticky;top:0;z-index:10;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#f8f3ece6}.theme-shell--dark .site-header{background:#0c0c0ed6}.brand-lockup{display:grid;align-items:center;gap:.05rem}.brand-lockup__mark{font-size:1.3rem;letter-spacing:.12em}.brand-lockup__cn{font-size:.72rem;color:var(--muted)}.site-nav{display:flex;align-items:center;justify-content:center;gap:1.25rem;overflow-x:auto}@media (min-width: 901px){.site-nav--desktop{position:absolute;left:50%;transform:translate(-50%)}}.site-nav__link{display:flex;justify-content:center;align-items:center;white-space:nowrap;text-transform:uppercase;font-weight:600;min-width:11ch}.site-nav__link.is-active,.site-nav__link:hover{opacity:1;color:var(--accent)}.breadcrumbs{position:sticky;top:68px;z-index:9;background:#f8f3eceb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.theme-shell--dark .breadcrumbs{background:#0c0c0ee0}.breadcrumbs__scroll{display:flex;align-items:center;gap:.5rem;overflow-x:auto;white-space:nowrap;padding:.9rem clamp(1rem,2vw,2.5rem);scrollbar-width:none}.breadcrumbs__scroll::-webkit-scrollbar,.site-nav::-webkit-scrollbar{display:none}.breadcrumbs__item{display:inline-flex;align-items:center;gap:.5rem}.breadcrumbs a,.breadcrumbs strong{font-size:.76rem;letter-spacing:.12em;text-transform:uppercase}.hero-section,.page-hero,.banner-section{position:relative;min-height:clamp(520px,82vh,620px);overflow:hidden}.page-hero{min-height:clamp(340px,48vh,500px)}.hero-section__media,.banner-section>img,.page-hero__media{position:absolute;top:0;right:0;bottom:0;left:0;contain:paint;isolation:isolate}.hero-section__media img,.banner-section>img,.page-hero__media img{width:100%;height:100%;object-fit:cover}.page-hero__photo{display:block}.hero-section__overlay,.banner-section__overlay,.page-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#000000ad,#0000003d 48%,#00000014)}.hero-section__content,.banner-section__copy,.page-hero__copy{position:relative;z-index:1;display:grid;align-content:center;min-height:inherit;padding-block:clamp(2rem,6vw,5rem);color:#fff}.hero-section h1,.page-hero h1{font-size:clamp(3rem,8vw,6.5rem)}.hero-section__cn,.hero-section__body,.page-hero p,.banner-section p{max-width:60ch;line-height:1.7}.hero-section__actions{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:1.2rem}.section-head{display:grid;grid-template-columns:1fr;gap:2rem;align-items:end;margin-bottom:2rem}.section-head h2,.story-split h2,.story-split-home h2,.banner-section h2,.product-detail-page h1,.lookbook-intro h1,.visit-page h1,.about-page h1{font-size:clamp(2rem,5vw,4rem)}.section-head p,.story-split p,.story-split-home__copy p,.collection-main__lead p,.visit-page p,.about-page p,.product-detail-page p{line-height:1.75;color:var(--muted)}.category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.category-card,.collection-sidebar,.visit-page__cards article{border:1px solid var(--line);background:var(--panel);padding:1.2rem}.theme-shell--dark .category-card,.theme-shell--dark .collection-sidebar,.theme-shell--dark .visit-page__cards article,.theme-shell--dark .story-split__panel{border-color:var(--dark-line);background:#ffffff08}.category-card__label{margin:0 0 .35rem;font-size:1.05rem}.category-card__note,.panel-kicker,.collection-sidebar__item span,.visit-page__cards p{color:var(--muted);line-height:1.6}.panel-kicker{display:block;margin-bottom:.35rem;text-transform:uppercase;letter-spacing:.16em;font-size:.68rem}.story-split{display:grid;grid-template-columns:1.05fr .95fr;gap:2rem;align-items:start}.story-split__panel{display:grid;gap:1rem;border:1px solid var(--line);padding:1.2rem;background:var(--panel)}.story-split__panel-wrap{display:grid;gap:1rem}.story-split__collage{display:grid;grid-template-columns:1.15fr .85fr;gap:1rem}.story-split__collage-item{margin:0;min-height:260px;overflow:hidden;background:#fff6}.story-split__collage-item img{height:100%;object-fit:cover}.story-split__collage-item--1{min-height:380px}.story-split__panel strong{font-size:1rem;font-weight:500}.collection-editorial-rail{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:1rem}.collection-editorial-rail__item{margin:0;min-height:260px;overflow:hidden;background:#ffffff4d}.collection-editorial-rail__item img{height:100%;object-fit:cover}.product-detail-page__gallery--stacked{display:grid;gap:1rem}.product-detail-page__gallery--stacked img{min-height:280px;object-fit:cover}.product-grid{display:grid;grid-template-columns:repeat(var(--product-grid-cols, 4),minmax(0,1fr));gap:1rem}.product-grid--fade{animation:collection-grid-fade .42s ease both}@keyframes collection-grid-fade{0%{opacity:0}to{opacity:1}}.product-card{display:grid;gap:0;border:1px solid var(--line);background:#ffffff73;overflow:hidden}.theme-shell--dark .product-card{border-color:var(--dark-line);background:#ffffff05}.product-card__media{position:relative;overflow:hidden;background:var(--sand);aspect-ratio:4 / 5}.theme-shell--dark .product-card__media{background:#ffffff0a}.product-card__media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:var(--product-img-pos, center center);transition:transform .4s ease}@media (prefers-reduced-motion: reduce){.product-grid--fade{animation:none}}.product-card:hover .product-card__media img{transform:scale(1.03)}.product-card__copy{padding:1rem}.product-card__copy h3{margin:.35rem 0 .55rem;font-weight:500;font-size:1.2rem}.product-card__copy p:last-child{line-height:1.7}.banner-section{min-height:540px}.banner-section__copy{align-content:center}.collection-layout{display:grid;grid-template-columns:minmax(240px,320px) 1fr;gap:4rem}.collection-layout.section-space-small{padding-top:clamp(.5rem,1.5vw,1.1rem);padding-bottom:clamp(2rem,4vw,3.5rem)}.collection-main-section{min-width:0;padding-top:0;padding-bottom:clamp(2rem,4vw,4.5rem)}.section-head--collection{margin-bottom:clamp(1rem,2vw,1.5rem)}.collection-sidebar{align-self:start;position:sticky;top:122px}.collection-sidebar__item{display:grid;gap:.3rem;padding-block:.9rem;border-top:1px solid var(--line)}.theme-shell--dark .collection-sidebar__item{border-color:var(--dark-line)}.collection-main__lead{max-width:62ch}.product-detail-page{display:grid;grid-template-columns:1.1fr .9fr;gap:2rem}.product-detail-page__gallery img{min-height:640px;object-fit:cover}.detail-meta-list{display:grid;gap:.65rem;margin:1.5rem 0}.detail-meta-list__item{border-top:1px solid var(--line);padding-top:.8rem}.theme-shell--dark .detail-meta-list__item{border-color:var(--dark-line)}.product-detail-page__actions{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:1rem}.product-detail-page--not-found{display:block}.product-not-found{max-width:48ch;margin:0 auto;text-align:center;padding-block:3rem}.product-not-found__icon{width:5rem;height:5rem;margin:0 auto 1.5rem;color:var(--muted);opacity:.7}.product-not-found__icon svg{width:100%;height:100%}.product-not-found .eyebrow{margin-bottom:.5rem}.product-not-found h1{margin:.35rem 0 1rem}.product-not-found__body{margin:0 0 1.5rem;line-height:1.7;color:var(--muted)}.product-not-found .product-detail-page__actions{justify-content:center}.theme-shell--dark .product-not-found__icon,.theme-shell--dark .product-not-found__body{color:var(--dark-muted)}.lookbook-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.lookbook-grid__item{margin:0}.lookbook-grid__item img{height:100%;min-height:340px;object-fit:cover}.lookbook-grid__item--large{grid-column:span 2;grid-row:span 2}.lookbook-grid__item--large img{min-height:680px}.intro-section-default{max-width:86ch}.intro-section-full{max-width:none}.intro-section-center{max-width:86ch;margin-left:auto;margin-right:auto;text-align:center}.intro-section-default h2,.intro-section-full h2,.intro-section-center h1,.intro-section-center h2{margin:.35rem 0 1rem;font-size:clamp(2rem,5vw,4rem);font-weight:500;line-height:.98;letter-spacing:-.02em}.visit-page__split{display:grid;grid-template-columns:1.05fr .95fr;gap:2rem;align-items:start;margin-top:2rem}.visit-page__split--reverse{grid-template-columns:.95fr 1.05fr}.visit-page__figure{margin:0}.visit-page__services{max-width:62ch;margin-top:2.5rem}.visit-page__services h2{margin:.35rem 0 1rem;font-size:clamp(2rem,5vw,4rem);font-weight:500;line-height:.98;letter-spacing:-.02em}.visit-page__services p:last-child{line-height:1.75;color:var(--muted)}.theme-shell--dark .visit-page__services p:last-child{color:var(--dark-muted)}.visit-page__cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:1.5rem}.visit-page__cards strong{display:block;margin-bottom:.4rem;font-size:1.1rem;font-weight:500}.site-footer{display:flex;align-items:end;justify-content:space-between;gap:2rem;padding-block:1.5rem 2.25rem}.site-footer h3{font-size:1.5rem}.site-footer__meta{max-width:40ch;text-align:right;line-height:1.7;color:var(--muted)}.mobile-menu-toggle{display:none;width:44px;height:44px;padding:0;border:1px solid var(--line);background:transparent;align-items:center;justify-content:center;flex-direction:column;gap:5px}.mobile-menu-toggle span{display:block;width:18px;height:1px;background:currentColor;transition:transform .24s ease,opacity .24s ease}.mobile-menu-toggle.is-open span:nth-child(1){transform:translateY(6px) rotate(45deg)}.mobile-menu-toggle.is-open span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.mobile-menu-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a0a0c6b;opacity:0;pointer-events:none;transition:opacity .24s ease;z-index:18}.mobile-menu-drawer{position:fixed;top:0;right:0;width:min(88vw,360px);height:100vh;padding:1.25rem 1rem 1.5rem;background:#f9f4eefa;border-left:1px solid var(--line);transform:translate(100%);transition:transform .28s ease;z-index:19;display:none}.theme-shell--dark .mobile-menu-drawer{background:#0c0c0efa;border-color:var(--dark-line)}.mobile-menu-drawer.is-open{transform:translate(0)}.mobile-menu-drawer__header{display:grid;gap:.45rem;padding-bottom:1rem;border-bottom:1px solid var(--line)}.theme-shell--dark .mobile-menu-drawer__header,.theme-shell--dark .mobile-menu-link{border-color:var(--dark-line)}.mobile-menu-drawer__links{display:grid;margin-top:1rem}.mobile-menu-link{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--line);font-size:1.15rem}.mobile-menu-link__arrow{opacity:.55}.mobile-menu-link.is-active{opacity:1}@media (max-width: 1100px){.hub-grid,.category-grid,.product-grid,.visit-page__cards{grid-template-columns:repeat(2,minmax(0,1fr))}.section-head,.story-split,.visit-page__split,.visit-page__split--reverse,.collection-layout,.product-detail-page,.lookbook-grid{grid-template-columns:1fr}.collection-sidebar{position:static}.lookbook-grid__item--large img{min-height:460px}}@media (max-width: 760px){.site-header{min-height:76px;align-items:center;flex-direction:row}.site-nav--desktop{display:none}.mobile-menu-toggle,.mobile-menu-drawer{display:flex}.breadcrumbs{top:76px}.hero-section,.page-hero,.banner-section{min-height:72vh}.hero-section h1,.page-hero h1{font-size:clamp(2.6rem,12vw,4.4rem)}.hub-grid,.category-grid,.product-grid,.visit-page__cards{grid-template-columns:1fr}.content-wrap{padding-inline:1rem}.site-footer{align-items:start;flex-direction:column}.site-footer__meta{text-align:left}.product-detail-page__gallery img{min-height:380px}.lookbook-grid{padding-inline:0rem}.lookbook-grid__item img,.lookbook-grid__item--large img{min-height:320px}}.mobile-menu-link__text span:first-child{display:block}.site-nav__link-cn{display:block;margin-top:.2rem}.mobile-menu-toggle{display:none;width:48px;height:48px;border:1px solid var(--line);background:transparent;padding:0;position:relative;z-index:14}.mobile-menu-toggle span{position:absolute;left:12px;right:12px;height:1px;background:currentColor;transition:transform .24s ease,opacity .24s ease,top .24s ease}.mobile-menu-toggle span:nth-child(1){top:16px}.mobile-menu-toggle span:nth-child(2){top:23px}.mobile-menu-toggle span:nth-child(3){top:30px}.mobile-menu-toggle.is-open span:nth-child(1){top:23px;transform:rotate(45deg)}.mobile-menu-toggle.is-open span:nth-child(2){opacity:0}.mobile-menu-toggle.is-open span:nth-child(3){top:23px;transform:rotate(-45deg)}.mobile-menu-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0b0a0a85;opacity:0;pointer-events:none;transition:opacity .24s ease;z-index:11}.mobile-menu-backdrop.is-open{opacity:1;pointer-events:auto}.mobile-menu-fullscreen{position:fixed;top:0;right:0;bottom:0;left:0;z-index:12;background:#f7f1eafa;color:var(--text);padding:1.2rem 1.25rem 2rem;display:flex;flex-direction:column;justify-content:space-between;transform:translateY(-100%);opacity:0;pointer-events:none;transition:transform .36s ease,opacity .36s ease}.theme-shell--dark .mobile-menu-fullscreen{background:#0f0f11fa;color:var(--dark-text)}.mobile-menu-fullscreen.is-open{transform:translateY(0);opacity:1;pointer-events:auto}.mobile-menu-fullscreen__top,.mobile-menu-fullscreen__footer{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.mobile-menu-fullscreen__top strong{font-size:1.4rem;letter-spacing:.1em;font-weight:500}.mobile-menu-fullscreen__brand-cn{margin-top:.35rem;color:var(--muted)}.theme-shell--dark .mobile-menu-fullscreen__brand-cn,.theme-shell--dark .mobile-menu-fullscreen__footer .cn{color:var(--dark-muted)}.mobile-menu-close{border:1px solid var(--line);background:transparent;min-width:48px;min-height:48px;font-size:1.8rem;line-height:1}.theme-shell--dark .mobile-menu-close{border-color:var(--dark-line);color:var(--dark-text)}.mobile-menu-fullscreen__body{display:grid;gap:.35rem;padding-block:2rem}.mobile-menu-link{display:grid;grid-template-columns:2.5rem 1fr auto;align-items:center;gap:1rem;padding:1rem 0;border-top:1px solid var(--line)}.mobile-menu-link:last-child{border-bottom:1px solid var(--line)}.theme-shell--dark .mobile-menu-link,.theme-shell--dark .mobile-menu-link:last-child{border-color:var(--dark-line)}.mobile-menu-link__index,.mobile-menu-link__arrow{font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;color:var(--muted)}.theme-shell--dark .mobile-menu-link__index,.theme-shell--dark .mobile-menu-link__arrow{color:var(--dark-muted)}.mobile-menu-link__text{display:flex;flex-direction:column;gap:.3rem}.mobile-menu-link__text span:first-child{font-size:clamp(1.45rem,5vw,2.2rem);line-height:1}.mobile-menu-link .mobile-menu-link__text span:first-child{font-weight:600}.mobile-menu-link.is-active .mobile-menu-link__text span:first-child,.mobile-menu-link.is-active .mobile-menu-link__arrow,.mobile-menu-link:hover .mobile-menu-link__text span:first-child,.mobile-menu-link:hover .mobile-menu-link__arrow{color:var(--accent)}.mobile-menu-fullscreen__footer{border-top:1px solid var(--line);padding-top:1rem;font-size:.8rem;letter-spacing:.14em;text-transform:uppercase}.theme-shell--dark .mobile-menu-fullscreen__footer{border-color:var(--dark-line)}.collection-mosaic{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:1rem;margin-top:1.75rem}.collection-mosaic__item{position:relative;overflow:hidden;min-height:240px;background:#ffffff4d}.collection-mosaic__item img,.collection-filmstrip__item img{width:100%;height:100%;object-fit:cover}.collection-mosaic__item--1{grid-column:span 7;grid-row:span 2;min-height:520px}.collection-mosaic__item--2,.collection-mosaic__item--3{grid-column:span 5;min-height:250px}.collection-mosaic__item--4{grid-column:span 4;min-height:220px}.collection-mosaic__item--5{grid-column:span 8;min-height:220px}.collection-mosaic__copy{position:absolute;left:0;right:0;bottom:0;padding:1rem;color:#fff;background:linear-gradient(180deg,#0000,#00000085)}.collection-filmstrip{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:1rem;padding-bottom:1rem}.collection-filmstrip__item{margin:0;aspect-ratio:4 / 5;overflow:hidden;min-height:220px}.product-card--tall .product-card__media{aspect-ratio:4 / 6}.contact-layout{display:grid;grid-template-columns:minmax(300px,420px) 1fr;gap:2rem;align-items:start}.contact-page__cards{grid-template-columns:1fr}.contact-map{min-height:520px;border:1px solid var(--line);overflow:hidden}.contact-map iframe{width:100%;height:100%;min-height:520px;border:0}.story-split-home{display:grid;grid-template-columns:1.05fr .95fr;gap:2rem;align-items:start}.about-page>.story-split-home{margin-top:2rem}.story-split-home--image-right .story-split-home__figure{order:2}.story-split-home--image-right .story-split-home__copy{order:1}.story-split-home__figure{margin:0;min-height:380px;overflow:hidden;border:1px solid var(--line);background:var(--panel)}.theme-shell--dark .story-split-home__figure{border-color:var(--dark-line);background:#ffffff08}.story-split-home__figure img{width:100%;height:100%;min-height:380px;object-fit:cover}.story-split-home__copy .eyebrow{margin-bottom:.5rem}.story-split-home__copy h2{margin:.35rem 0 1rem;font-size:clamp(2rem,5vw,4rem);font-weight:500;line-height:.98;letter-spacing:-.02em}.story-split-home__copy p:last-child{line-height:1.75;color:var(--muted)}@media (max-width: 1100px){.story-split-home{grid-template-columns:1fr;gap:1.5rem}.story-split-home__figure,.story-split-home__figure img{min-height:260px}.story-split-home--image-left .story-split-home__figure,.story-split-home--image-right .story-split-home__figure{order:1}.story-split-home--image-left .story-split-home__copy,.story-split-home--image-right .story-split-home__copy{order:2}}@media (min-width: 901px){.mobile-menu-fullscreen,.mobile-menu-backdrop,.mobile-menu-toggle{display:none}.site-nav--desktop{display:flex;gap:2rem}.site-header,.breadcrumbs,.announcement-bar,.content-wrap{padding-inline:clamp(1.5rem,3vw,4rem)}.section-space{padding-block:clamp(4rem,7vw,4rem)}.section-space-small{padding-block:clamp(4rem,7vw,2rem)}.collection-layout.section-space-small{padding-top:clamp(.45rem,1.2vw,1rem);padding-bottom:clamp(2rem,5vw,3.5rem)}.hero-section h1,.page-hero h1,.visit-page h1,.about-page h1,.product-detail-page h1{font-size:clamp(3.8rem,7vw,6.4rem)}.hero-section__body,.page-hero__copy p:last-child,.section-head p,.story-split__copy p,.story-split-home__copy p:last-child,.visit-page__intro p:last-child{max-width:58ch;font-size:1.02rem;line-height:1.9}}@media (max-width: 900px){.site-nav--desktop{display:none}.mobile-menu-toggle{display:inline-block}.collection-layout,.contact-layout,.product-grid,.collection-filmstrip,.collection-editorial-rail,.collection-mosaic{grid-template-columns:1fr 1fr}.collection-mosaic__item--1,.collection-mosaic__item--2,.collection-mosaic__item--3,.collection-mosaic__item--4,.collection-mosaic__item--5{grid-column:span 1;min-height:280px}.contact-layout{grid-template-columns:1fr}}@media (max-width: 640px){.product-grid,.collection-filmstrip,.visit-page__cards{grid-template-columns:1fr}.collection-layout{display:block}.collection-sidebar{margin-bottom:2rem}.collection-mosaic,.collection-editorial-rail,.lookbook-grid{grid-template-columns:1fr}.collection-mosaic__item--1,.collection-mosaic__item--2,.collection-mosaic__item--3,.collection-mosaic__item--4,.collection-mosaic__item--5,.lookbook-grid__item--large{grid-column:auto;grid-row:auto;min-height:260px}.site-header,.breadcrumbs,.content-wrap{padding-inline:1rem}}.site-header__controls{display:flex;align-items:center;gap:1rem;margin-left:auto;flex-shrink:0}.site-header__admin-link{font-size:.73rem;text-transform:uppercase;letter-spacing:.14em;font-weight:600;color:inherit;text-decoration:none;opacity:.78;white-space:nowrap}.site-header__admin-link:hover{opacity:1;color:var(--accent)}.theme-shell--dark .site-header__admin-link:hover{color:var(--accent)}.language-switcher{display:inline-flex;align-items:center;gap:.4rem;border:1px solid rgba(17,17,17,.12);padding:.3rem;background:#ffffffb8;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.language-switcher__link{font-size:.82rem;letter-spacing:.08em;text-transform:uppercase;padding:.45rem .7rem;opacity:.65}.language-switcher__link.is-active{opacity:1;background:var(--accent);color:#fff}.hub-toolbar{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem}.mobile-menu-fullscreen__language{margin:1rem 0 2rem}.desktop-only{display:inline-flex}@media (max-width: 900px){.desktop-only{display:none}.hub-toolbar{align-items:flex-start;flex-direction:column}.mobile-menu-fullscreen__language .language-switcher{width:100%;justify-content:flex-start}}.site-footer{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,1.85fr);align-items:start;gap:2.5rem;padding-block:2.2rem 3rem}.site-footer__brand{max-width:32rem}.site-footer__brand h3{font-size:clamp(2rem,4vw,3rem)}.site-footer__brand-cn,.site-footer__intro,.site-footer__contact p{color:var(--muted);line-height:1.75}.theme-shell--dark .site-footer__brand-cn,.theme-shell--dark .site-footer__intro,.theme-shell--dark .site-footer__contact p,.theme-shell--dark .site-footer__links a{color:var(--dark-muted)}.site-footer__grid{display:grid;grid-template-columns:1fr 1fr 1.6fr;gap:1.5rem}.site-footer__heading{margin:0 0 .9rem;font-size:.78rem;letter-spacing:.18em;text-transform:uppercase;color:var(--accent);font-weight:600}.site-footer__links,.site-footer__contact{display:grid;gap:.75rem}.site-footer__contact-col .site-footer__heading{margin-bottom:.5rem}.site-footer__contact-col .site-footer__contact{gap:.4rem}.site-footer__contact-col .site-footer__contact p{line-height:1.4;margin:0}.site-footer__links a{font-size:.98rem}.category-card{min-height:168px;display:flex;flex-direction:column;justify-content:space-between;transition:transform .2s ease,border-color .2s ease}.category-card:hover,.collection-sidebar__item:hover,.collection-mosaic__item:hover,.collection-filmstrip__item:hover,.product-card:hover{transform:translateY(-2px)}.collection-sidebar__item{display:grid;gap:.3rem}.collection-sidebar__item.is-active{border-left:2px solid var(--accent);padding-left:.9rem}.product-card{grid-template-rows:auto 1fr;min-height:100%}.product-card__copy{display:flex;flex-direction:column;min-height:210px}.product-card__copy p:last-child{margin-top:auto}.collection-mosaic__item,.collection-filmstrip__item{display:block}@media (max-width: 900px){.site-footer,.site-footer__grid,.story-split__collage{grid-template-columns:1fr}}.inline-edit{position:relative}.inline-edit__trigger{position:absolute;top:0;right:0;z-index:2;display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;margin:0;padding:0;border:1px solid var(--line-strong);border-radius:999px;background:var(--panel);color:var(--muted);box-shadow:var(--shadow);cursor:pointer;transition:color .2s ease,background .2s ease,transform .15s ease}.inline-edit__trigger:hover{color:var(--accent);background:#fff;transform:scale(1.05)}.inline-edit__trigger:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.inline-edit-modal-root{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;display:flex;align-items:center;justify-content:center;padding:1.25rem;pointer-events:none}.inline-edit-modal-root__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:none;padding:0;margin:0;background:#0f0c0a6b;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);cursor:pointer;pointer-events:auto}.inline-edit-dialog{position:relative;z-index:1;width:min(100%,32rem);max-height:min(90vh,36rem);display:flex;flex-direction:column;background:#fffef9;color:var(--text);border:1px solid var(--line-strong);border-radius:.5rem;box-shadow:0 28px 80px #16110e2e;pointer-events:auto}.inline-edit-dialog__head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1rem 1.1rem;border-bottom:1px solid var(--line)}.inline-edit-dialog__title{margin:0;font-size:1.05rem;font-weight:600;letter-spacing:.02em}.inline-edit-dialog__id{margin:.35rem 0 0;font-size:.72rem;color:var(--muted)}.inline-edit-dialog__id code{font-size:.68rem;padding:.15rem .4rem;background:var(--sand);border-radius:.25rem;word-break:break-all}.inline-edit-dialog__close{flex-shrink:0;width:2.25rem;height:2.25rem;border:none;border-radius:.35rem;background:transparent;color:var(--muted);font-size:1.35rem;line-height:1;cursor:pointer;transition:background .15s ease,color .15s ease}.inline-edit-dialog__close:hover{background:var(--sand);color:var(--text)}.inline-edit-dialog__body{padding:1rem 1.1rem 1.25rem;overflow-y:auto;display:flex;flex-direction:column;gap:.5rem}.inline-edit-dialog__label{font-size:.65rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin-top:.35rem}.inline-edit-dialog__label:first-child{margin-top:0}.inline-edit-dialog__textarea{width:100%;resize:vertical;min-height:5.5rem;padding:.65rem .75rem;border:1px solid var(--line-strong);border-radius:.35rem;background:#fff;color:var(--text);font-size:.9rem;line-height:1.45}.inline-edit-dialog__textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 2px #8b3b2f1f}.inline-edit-dialog__skeleton{display:flex;flex-direction:column;gap:.65rem;padding:.5rem 0}.inline-edit-dialog__skeleton-line{height:.85rem;border-radius:.25rem;background:linear-gradient(90deg,var(--sand) 0%,rgba(233,221,210,.35) 50%,var(--sand) 100%);background-size:200% 100%;animation:inline-edit-shimmer 1.1s ease-in-out infinite}.inline-edit-dialog__skeleton-line--short{width:55%}@keyframes inline-edit-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.inline-edit-dialog__hint{margin:.25rem 0 0;font-size:.8rem;color:var(--accent)}.inline-edit-dialog__foot{display:flex;justify-content:flex-end;gap:.65rem;padding:.85rem 1.1rem 1rem;border-top:1px solid var(--line)}.translations-gate{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:2rem;font-family:var(--font-en);color:var(--text);background:linear-gradient(180deg,#efe7df,#e4d7ca)}.translations-gate--error .translations-gate__message{margin:0}.translations-gate__retry{padding:.5rem 1rem;border:1px solid var(--line-strong);border-radius:6px;background:var(--panel);color:var(--text);cursor:pointer;font:inherit}.translations-gate__retry:hover{border-color:var(--accent)}.editors-pick{padding-top:clamp(3rem,4vw,4.5rem)}.editors-pick__header{max-width:58rem;margin:0 auto 2.5rem;text-align:center}.editors-pick__header h2{margin:.35rem 0 .9rem;font-size:clamp(2.35rem,5vw,4.75rem);line-height:.98;font-weight:500;letter-spacing:-.03em}.editors-pick__header p:last-child{max-width:42rem;margin:0 auto;color:var(--muted);line-height:1.7}.editors-pick__shell{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(280px,.8fr);gap:1.35rem;align-items:start}.editors-pick__featured-shell,.editors-pick__featured-viewport,.editors-pick__mobile-viewport{overflow:hidden}.editors-pick__featured-shell,.editors-pick__featured-viewport,.editors-pick__mobile-viewport{position:relative}.editors-pick__featured-track,.editors-pick__mobile-track{display:flex;width:100%;transition:transform .7s cubic-bezier(.4,0,.2,1);will-change:transform}.editors-pick__featured-slide,.editors-pick__mobile-slide{min-width:100%;position:relative}.editors-pick__mobile-slider{display:none}.editors-pick__arrow,.editors-pick__mobile-arrow{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:2.6rem;height:2.6rem;border-radius:999px;border:1px solid rgba(67,51,42,.08);background:#ffffff3d;color:#43332a85;display:grid;place-items:center;cursor:pointer;transition:transform .28s ease,color .28s ease,background .28s ease,border-color .28s ease,box-shadow .28s ease,opacity .28s ease;padding:0;box-shadow:0 8px 18px #3b2a1e0a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.theme-shell--dark .editors-pick__arrow,.theme-shell--dark .editors-pick__mobile-arrow{background:#ffffff0d;border-color:var(--dark-line);color:#ffffffd1}.editors-pick__arrow svg,.editors-pick__mobile-arrow svg{width:1.15rem;height:1.15rem}.editors-pick__arrow:hover,.editors-pick__mobile-arrow:hover{color:var(--text);background:#ffffff8a;border-color:#43332a1f;box-shadow:0 12px 22px #3b2a1e14}.theme-shell--dark .editors-pick__arrow:hover,.theme-shell--dark .editors-pick__mobile-arrow:hover{background:#ffffff14}.editors-pick__arrow{position:absolute;z-index:4;top:50%;transform:translateY(-50%);opacity:.78}.editors-pick__arrow--prev{left:.9rem}.editors-pick__arrow--next{right:.9rem}.editors-pick__featured-card,.editors-pick__side-card,.editors-pick__mobile-card{border:1px solid var(--line);background:#ffffff6b;overflow:hidden}.theme-shell--dark .editors-pick__featured-card,.theme-shell--dark .editors-pick__side-card,.theme-shell--dark .editors-pick__mobile-card{background:#ffffff08;border-color:var(--dark-line)}.editors-pick__featured-card,.editors-pick__mobile-card{min-height:0;height:auto;display:grid;grid-template-rows:auto auto;align-content:start}.editors-pick__featured-media,.editors-pick__side-media,.editors-pick__mobile-media{display:block;overflow:hidden}.editors-pick__featured-media-shell,.editors-pick__mobile-media-shell{position:relative;overflow:hidden}.editors-pick__featured-media-shell,.editors-pick__featured-media,.editors-pick__side-media,.editors-pick__mobile-media-shell,.editors-pick__mobile-media{aspect-ratio:3 / 4}.editors-pick__featured-media-shell,.editors-pick__featured-media{height:auto;max-height:none}.editors-pick__featured-media picture,.editors-pick__side-media picture,.editors-pick__mobile-media picture,.editors-pick__featured-media img,.editors-pick__side-media img,.editors-pick__mobile-media img{display:block;width:100%;height:100%}.editors-pick__featured-media img,.editors-pick__side-media img,.editors-pick__mobile-media img{object-fit:cover;object-position:center 18%;transition:transform .9s cubic-bezier(.16,1,.3,1),opacity .45s ease}.editors-pick__featured-card{align-content:start}.editors-pick__featured-media-shell{background:#f4efea}.editors-pick__featured-copy{padding:1.15rem 1.35rem 1.35rem}.editors-pick__featured-slide,.editors-pick__mobile-slide{opacity:1;transform:none;height:auto}.editors-pick__featured-card:hover .editors-pick__featured-media img,.editors-pick__side-card:hover .editors-pick__side-media img,.editors-pick__mobile-card:hover .editors-pick__mobile-media img{transform:scale(1.02)}.editors-pick__featured-copy,.editors-pick__side-copy,.editors-pick__mobile-copy{display:flex;flex-direction:column;gap:.5rem}.editors-pick__featured-copy,.editors-pick__mobile-copy{padding:1rem 1rem 1.25rem}.editors-pick__featured-copy h3,.editors-pick__mobile-copy h3{margin:0;font-size:clamp(1.8rem,2.5vw,2.6rem);line-height:1.02;font-weight:500}.editors-pick__featured-copy>p:last-of-type,.editors-pick__side-copy>p:last-of-type,.editors-pick__mobile-copy>p:last-of-type{color:var(--muted);line-height:1.72}.editors-pick__actions,.editors-pick__side-actions{display:flex;flex-wrap:wrap;gap:.95rem 1.5rem;margin-top:.35rem}.editors-pick__link,.editors-pick__text-link{display:inline-flex;align-items:center;gap:.4rem;font-size:.88rem;letter-spacing:.08em;text-transform:uppercase;color:var(--text)}.editors-pick__link:after,.editors-pick__text-link:after{content:"→";transition:transform .22s ease}.editors-pick__link:hover:after,.editors-pick__text-link:hover:after{transform:translate(2px)}.editors-pick__link--muted,.editors-pick__text-link--muted{color:var(--muted)}.editors-pick__side-list{display:grid;gap:.75rem;position:sticky;top:6.5rem;align-self:start}.editors-pick__side-card--fadein{animation:editorsPickFade .35s ease both}@keyframes editorsPickFade{0%{opacity:0}to{opacity:1}}.editors-pick__side-card{display:grid;grid-template-columns:minmax(132px,34%) 1fr;min-height:0}.editors-pick__side-copy{padding:.65rem .85rem .85rem;justify-content:flex-end;gap:.35rem}.editors-pick__side-copy h4{margin:0;font-size:clamp(1.35rem,2vw,2rem);line-height:1.06;font-weight:500}.editors-pick__dots{display:flex;justify-content:center;gap:.65rem;margin-top:1.6rem}.editors-pick__dot{width:11px;height:11px;border:0;border-radius:999px;background:#78635338;padding:0;cursor:pointer;transition:transform .2s ease,background .2s ease}.editors-pick__dot.is-active{background:var(--text);transform:scale(1.05)}.theme-shell--dark .editors-pick__dot.is-active{background:#ffffffd1}@media (max-width: 1120px){.editors-pick__shell{grid-template-columns:1fr}.editors-pick__featured-shell{max-width:860px}.editors-pick__side-list{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:1rem;position:static}.editors-pick__arrow--prev{left:.75rem}.editors-pick__arrow--next{right:.75rem}.editors-pick__side-card{grid-template-columns:1fr;min-height:unset}.editors-pick__side-media,.editors-pick__side-media img{aspect-ratio:3 / 4}}@media (max-width: 720px){.editors-pick__header{text-align:left;margin-bottom:1.8rem}.editors-pick__header p:last-child{margin:0}.editors-pick__shell{display:none}.editors-pick__mobile-slider{display:block;position:relative}.editors-pick__mobile-card{display:block}.editors-pick__mobile-copy{padding:1.1rem 1rem 1.2rem}.editors-pick__mobile-copy h3{font-size:1.9rem}.editors-pick__mobile-media-shell,.editors-pick__mobile-media,.editors-pick__mobile-media img{aspect-ratio:3 / 4}.editors-pick__mobile-media-shell,.editors-pick__mobile-media{height:380px;width:100%}.editors-pick__mobile-media img{max-height:none}.editors-pick__mobile-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:4;background:#f4eee88a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 8px 18px #3b2a1e14}.theme-shell--dark .editors-pick__mobile-arrow{background:#121214b8;border-color:var(--dark-line)}.editors-pick__mobile-arrow--prev{left:.7rem}.editors-pick__mobile-arrow--next{right:.7rem}.editors-pick__mobile-arrow:hover{transform:translateY(-50%)}.editors-pick__actions{gap:.65rem 1rem}.editors-pick__link,.editors-pick__text-link{font-size:.78rem}.editors-pick__dots{margin-top:1.1rem}}
