:root{--bg:#f6f4ef;--bg-soft:#f1ede6;--surface:rgba(255,255,255,0.92);--surface-strong:#ffffff;--surface-muted:#f8f6f1;--ink:#213128;--ink-soft:#33483c;--muted:#67776d;--line:rgba(33,49,40,0.1);--line-strong:rgba(33,49,40,0.18);--shadow-lg:0 32px 70px rgba(45,63,52,0.08);--shadow-md:0 18px 38px rgba(45,63,52,0.07);--shadow-sm:0 12px 24px rgba(45,63,52,0.05);--radius-3xl:34px;--radius-2xl:26px;--radius-xl:20px;--radius-lg:16px;--radius-md:12px;--radius-pill:999px;--accent:#5e7c68;--accent-strong:#405b49;--accent-soft:rgba(94,124,104,0.12);--women-accent:#b67b74;--women-soft:rgba(182,123,116,0.12);--men-accent:#5f7b72;--men-soft:rgba(95,123,114,0.12);--font-display:"Iowan Old Style","Palatino Linotype","Book Antiqua",Palatino,serif;--font-body:"Avenir Next","Segoe UI",Helvetica,Arial,sans-serif;--font-label:"Avenir Next","Segoe UI",Helvetica,Arial,sans-serif;--content-width:1340px;--page-gutter:clamp(1rem,2.4vw,2rem);}*,*::before,*::after{box-sizing:border-box;}html{font-size:16px;scroll-behavior:smooth;}body{--page-accent:var(--accent);--page-soft:var(--accent-soft);margin:0;min-height:100vh;color:var(--ink);font-family:var(--font-body);line-height:1.6;background:radial-gradient(circle at top left,rgba(255,255,255,0.9),transparent 24%),radial-gradient(circle at top right,rgba(229,238,232,0.65),transparent 26%),linear-gradient(180deg,#fbfaf7 0%,var(--bg) 34%,var(--bg-soft) 100%);}body.page-women{--page-accent:var(--women-accent);--page-soft:var(--women-soft);}body.page-men{--page-accent:var(--men-accent);--page-soft:var(--men-soft);}body.page-product.page-women,body.page-product.page-men{background:radial-gradient(circle at top left,rgba(255,255,255,0.92),transparent 24%),linear-gradient(180deg,#faf9f5 0%,var(--bg) 42%,var(--bg-soft) 100%);}a{color:inherit;text-decoration:none;}button,select{font:inherit;}img{display:block;max-width:100%;}main,.site-header__inner,.site-footer__inner,.home-hero,.home-route-grid,.catalog-hero,.catalog-layout,.product-layout,.breadcrumb{width:min(calc(100% - (var(--page-gutter) * 2)),var(--content-width));margin:0 auto;}.site-shell{position:relative;}.site-ambient{position:fixed;inset:0;z-index:-2;pointer-events:none;overflow:hidden;}.site-ambient__orb{position:absolute;border-radius:999px;filter:blur(10px);}.site-ambient__orb--one{top:-5rem;left:-4rem;width:20rem;height:20rem;background:rgba(255,255,255,0.8);}.site-ambient__orb--two{top:14rem;right:-5rem;width:18rem;height:18rem;background:rgba(222,235,227,0.5);}.site-ambient__orb--three{bottom:4rem;left:22%;width:14rem;height:14rem;background:rgba(240,232,224,0.42);}.site-header{position:relative;z-index:40;backdrop-filter:blur(16px);background:rgba(249,248,244,0.78);border-bottom:1px solid rgba(33,49,40,0.08);}.site-header__inner,.site-footer__inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:0.72rem 0;}.site-brand{display:inline-flex;align-items:center;gap:0.95rem;}.site-brand__logo{width:auto;height:58px;flex:none;}.site-brand--footer .site-brand__logo{height:62px;}.site-brand__text{display:grid;gap:0.12rem;}.site-brand__text strong{font-family:var(--font-display);font-size:1.24rem;font-weight:600;line-height:1;letter-spacing:-0.03em;}.site-brand__text span{color:var(--muted);font-family:var(--font-label);font-size:0.64rem;font-weight:700;letter-spacing:0.1em;text-transform:uppercase;}.site-nav,.site-footer__links,.home-hero__actions,.catalog-summary,.card-meta,.chip-row,.product-actions{display:flex;flex-wrap:wrap;gap:0.75rem;}.site-nav{justify-content:flex-end;}.site-footer__links{justify-content:flex-start;}.site-nav a,.site-footer__links a,.button-link,.ghost-link,.product-card__cta{display:inline-flex;align-items:center;justify-content:center;min-height:2.85rem;padding:0.76rem 1.12rem;border-radius:var(--radius-pill);border:1px solid transparent;font-size:0.9rem;font-weight:700;letter-spacing:0.01em;transition:transform 160ms ease,border-color 160ms ease,background-color 160ms ease,box-shadow 160ms ease,color 160ms ease;}.site-nav a,.site-footer__links a,.ghost-link,.product-card__cta{color:var(--ink-soft);background:rgba(255,255,255,0.56);border-color:rgba(33,49,40,0.1);}.button-link{color:#f9f8f4;background:linear-gradient(135deg,var(--accent-strong),var(--page-accent));box-shadow:0 14px 28px rgba(64,91,73,0.18);}.site-nav a:active,.site-footer__links a:active,.button-link:active,.ghost-link:active,.product-card__cta:active{transform:translateY(0) scale(0.985);}.site-nav a:hover,.site-footer__links a:hover,.button-link:hover,.ghost-link:hover,.product-card:hover .product-card__cta,.related-card:hover,.chip:hover{transform:translateY(-1px);}.site-nav a:focus-visible,.site-footer__links a:focus-visible,.button-link:focus-visible,.ghost-link:focus-visible,.product-card__link:focus-visible,.related-card:focus-visible{outline:2px solid var(--page-accent);outline-offset:2px;}.page-home .site-nav a[href="/"],.page-women .site-nav a[href="/women/"],.page-men .site-nav a[href="/men/"],.page-product.page-women .site-nav a[href="/women/"],.page-product.page-men .site-nav a[href="/men/"]{color:var(--ink);background:rgba(255,255,255,0.92);border-color:rgba(33,49,40,0.14);box-shadow:var(--shadow-sm);}.site-main{padding-top:1.3rem;}.page-home .site-main{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(21rem,0.82fr);gap:clamp(1rem,2vw,1.45rem);align-items:stretch;padding-top:clamp(0.9rem,1.8vw,1.2rem);margin-bottom:clamp(5rem,12vh,9rem);}.page-home .site-nav{display:none;}.site-footer{padding:4rem 0 2.5rem;}.site-footer__inner{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(20rem,0.95fr);align-items:start;gap:clamp(2rem,7vw,6rem);padding-top:2rem;border-top:1px solid rgba(33,49,40,0.08);}.site-footer__lead{display:grid;gap:1rem;max-width:40rem;}.site-footer__lead p{margin:0;color:var(--muted);}.site-footer__aside{display:grid;gap:0.85rem;justify-items:start;align-content:start;}.site-footer__caption,.site-footer__domain,.product-copy__caption,.eyebrow,.product-card__eyebrow,.related-card__eyebrow{color:var(--muted);font-family:var(--font-label);font-size:0.72rem;font-weight:700;letter-spacing:0.13em;text-transform:uppercase;}.site-footer__domain{color:var(--page-accent);}.eyebrow{display:inline-flex;align-items:center;gap:0.45rem;}.route-card__label,.catalog-stage__label,.product-copy__label,.badge{display:inline-flex;align-items:center;justify-content:center;width:fit-content;min-height:2rem;padding:0.42rem 0.8rem;border-radius:var(--radius-pill);font-family:var(--font-label);font-size:0.72rem;font-weight:700;letter-spacing:0.12em;text-transform:uppercase;}.badge{color:var(--page-accent);background:rgba(255,255,255,0.88);border:1px solid rgba(33,49,40,0.09);}.route-panel--women .route-card__label,.catalog-hero--women .catalog-stage__label,.page-women .product-copy__label{color:var(--women-accent);background:rgba(182,123,116,0.12);}.route-panel--men .route-card__label,.catalog-hero--men .catalog-stage__label,.page-men .product-copy__label{color:var(--men-accent);background:rgba(95,123,114,0.12);}.home-hero,.home-route-grid,.catalog-layout,.product-layout,.product-main{display:grid;gap:1.2rem;}.home-hero__main,.route-panel,.catalog-hero,.product-media,.product-summary,.content-card,.product-card,.empty-state{position:relative;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius-3xl);background:var(--surface);}.home-hero__main,.product-summary{box-shadow:var(--shadow-lg);}.route-panel,.catalog-hero,.product-media,.content-card,.product-card,.empty-state{box-shadow:var(--shadow-md);}.home-hero__main::before,.catalog-hero::before,.product-summary::before,.content-card::before{content:"";position:absolute;inset:auto auto 0 0;width:15rem;height:15rem;border-radius:999px;background:radial-gradient(circle,var(--page-soft) 0%,transparent 72%);pointer-events:none;}.home-hero{grid-template-columns:1fr;align-items:stretch;padding:0.65rem 0 0;margin-bottom:clamp(0.9rem,1.8vw,1.35rem);}.page-home .home-hero,.page-home .home-route-grid{width:100%;margin:0;}.page-home .home-hero{padding:0;}.home-hero__main,.route-panel,.catalog-hero,.product-media,.product-summary,.content-card{padding:clamp(1.2rem,2.6vw,2rem);}.home-hero__main{display:grid;grid-template-columns:minmax(0,0.64fr) minmax(0,0.36fr);gap:clamp(1.25rem,3.2vw,3rem);isolation:isolate;min-height:clamp(29rem,calc(100svh - 8rem),38rem);align-items:center;background:linear-gradient(135deg,rgba(255,255,255,0.94),rgba(247,243,235,0.82)),linear-gradient(135deg,rgba(94,124,104,0.04),rgba(255,255,255,0));}.home-hero__main::before{z-index:1;}.home-hero__copy{position:relative;z-index:3;grid-column:1 / 2;display:grid;gap:clamp(1rem,2vw,1.3rem);align-content:center;max-width:51rem;}.home-hero__visual{position:absolute;inset:0;z-index:0;margin:0;overflow:hidden;border-radius:inherit;background:#f7f4ed;pointer-events:none;}.home-hero__visual::before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(251,250,247,0.98) 0%,rgba(251,250,247,0.92) 34%,rgba(251,250,247,0.48) 54%,rgba(251,250,247,0.08) 78%,rgba(251,250,247,0.02) 100%),radial-gradient(circle at 18% 78%,rgba(232,240,235,0.66),transparent 36%);pointer-events:none;}.home-hero__visual::after{content:"";position:absolute;inset:0;z-index:2;background:linear-gradient(180deg,rgba(255,255,255,0.08),transparent 32%,rgba(246,242,235,0.22)),radial-gradient(circle at 84% 48%,rgba(255,255,255,0),rgba(247,243,235,0.18) 74%);pointer-events:none;}.home-hero__visual img{width:100%;height:100%;object-fit:cover;object-position:69% center;transform:scale(1.03);transition:transform 900ms ease;}.home-hero__main:hover .home-hero__visual img{transform:scale(1.06);}.home-hero__heading,.product-summary__topline{display:flex;flex-wrap:wrap;align-items:center;gap:0.8rem;}.product-summary__topline{gap:0.55rem;}.product-summary__tag{display:inline-flex;align-items:center;min-height:2rem;width:fit-content;padding:0.42rem 0.75rem;border-radius:var(--radius-pill);border:1px solid rgba(33,49,40,0.09);background:rgba(255,255,255,0.72);color:var(--muted);font-size:0.84rem;line-height:1.15;}a.product-copy__label,a.product-summary__tag{transition:color 180ms ease,background-color 180ms ease,border-color 180ms ease;}a.product-summary__tag:hover,a.product-summary__tag:focus-visible{border-color:rgba(33,49,40,0.16);background:rgba(255,255,255,0.95);color:var(--ink);}.page-women a.product-copy__label:hover,.page-women a.product-copy__label:focus-visible{background:rgba(182,123,116,0.18);color:var(--women-accent);}.page-men a.product-copy__label:hover,.page-men a.product-copy__label:focus-visible{background:rgba(95,123,114,0.18);color:var(--men-accent);}a.product-copy__label:focus-visible,a.product-summary__tag:focus-visible{outline:2px solid rgba(33,49,40,0.18);outline-offset:0.16rem;}.home-hero h1,.catalog-hero h1,.product-summary h1,.section-title,.route-panel h2,.content-card h2{margin:0;font-family:var(--font-display);font-weight:600;letter-spacing:-0.045em;line-height:0.95;text-wrap:balance;}.home-hero h1{max-width:20ch;font-size:clamp(2.35rem,3.25vw,3.75rem);line-height:0.98;}.catalog-hero h1{max-width:none;font-size:clamp(2.35rem,3.6vw,3.95rem);line-height:0.98;}.product-summary h1{font-size:clamp(2.2rem,3.4vw,3.6rem);line-height:0.98;}.section-title{font-size:clamp(2rem,3.6vw,3.3rem);}.route-panel h2{font-size:clamp(1.55rem,2vw,2.15rem);}.content-card h2{font-size:clamp(1.7rem,2.4vw,2.45rem);}.home-hero__lead,.route-panel p,.catalog-hero p,.product-summary p,.content-card p,.related-card__body p{margin:0;color:var(--muted);}.home-hero__lead{max-width:46rem;font-size:1.03rem;text-wrap:pretty;}.home-route-grid{grid-template-columns:minmax(0,1.12fr) minmax(20rem,0.88fr);align-items:stretch;gap:clamp(1rem,2vw,1.35rem);margin-bottom:clamp(1.5rem,3vw,2.6rem);}.page-home .home-route-grid{grid-template-columns:1fr;grid-template-rows:auto auto;align-content:start;gap:clamp(3rem,8vh,4.5rem);}.route-panel{display:grid;gap:clamp(0.95rem,1.5vw,1.15rem);align-items:stretch;min-height:clamp(15.5rem,20vw,19rem);}.route-panel__copy{position:relative;z-index:2;display:grid;grid-template-rows:auto auto minmax(3.2rem,auto) minmax(2.5rem,auto) auto;gap:clamp(0.75rem,1.3vw,1rem);height:100%;}.route-panel .catalog-summary{position:relative;z-index:3;align-content:start;min-height:2.5rem;}.route-panel p{max-width:58ch;text-wrap:pretty;}.route-panel .button-link{align-self:end;justify-self:stretch;}.page-home .route-panel .button-link{justify-self:start;width:auto;min-width:min(100%,16.5rem);padding-inline:1.35rem;}.page-home .site-footer__inner{grid-template-columns:minmax(0,42rem);}.page-home .site-footer__aside{display:none;}.page-home .route-panel{min-height:0;padding:clamp(0.95rem,1.7vw,1.3rem);border-radius:var(--radius-2xl);}.page-home .route-panel::before{content:"";position:absolute;right:-4rem;bottom:-5rem;width:16rem;height:16rem;border-radius:999px;background:radial-gradient(circle,rgba(255,255,255,0.84) 0%,transparent 67%);pointer-events:none;}.page-home .route-panel h2{font-size:clamp(1.42rem,1.7vw,1.85rem);line-height:1;}.page-home .route-panel p{font-size:0.95rem;line-height:1.45;}.page-home .route-card__label{min-height:1.75rem;padding:0.3rem 0.65rem;font-size:0.68rem;}.page-home .catalog-summary{gap:0.45rem;}.page-home .route-chip{min-height:1.85rem;padding:0.32rem 0.58rem;font-size:0.76rem;line-height:1.2;}.route-chip{position:relative;z-index:3;pointer-events:auto;}.route-panel--women{background:radial-gradient(circle at 7% 12%,rgba(255,255,255,0.9),transparent 34%),linear-gradient(180deg,rgba(255,255,255,0.92),rgba(251,240,238,0.94));}.route-panel--men{background:radial-gradient(circle at 88% 10%,rgba(255,255,255,0.9),transparent 34%),linear-gradient(180deg,rgba(255,255,255,0.92),rgba(239,246,242,0.94));}.product-card__media,.related-card__media{overflow:hidden;border-radius:var(--radius-xl);border:1px solid rgba(33,49,40,0.08);background:radial-gradient(circle at top left,rgba(255,255,255,0.95),transparent 48%),linear-gradient(180deg,rgba(255,255,255,0.96),rgba(242,237,230,0.88));}.product-card__media img,.related-card__media img{width:100%;height:100%;object-fit:contain;padding:1rem;}.catalog-hero__copy{display:grid;gap:0.75rem;}.catalog-hero__copy{gap:1rem;}.catalog-hero{display:grid;grid-template-columns:1fr;gap:1rem;margin-top:0.4rem;padding-bottom:3.3rem;background:linear-gradient(135deg,rgba(255,255,255,0.9),rgba(245,242,235,0.92));}.catalog-summary{gap:0.55rem;margin-top:0;}.chip{display:inline-flex;align-items:center;min-height:2.15rem;padding:0.42rem 0.78rem;border-radius:var(--radius-pill);border:1px solid rgba(33,49,40,0.08);background:rgba(255,255,255,0.82);color:var(--muted);font-size:0.82rem;line-height:1.35;transition:transform 160ms ease,border-color 160ms ease,background-color 160ms ease,color 160ms ease,box-shadow 160ms ease;cursor:pointer;}.catalog-chip[aria-pressed="true"]{color:var(--ink);border-color:rgba(94,124,104,0.32);background:linear-gradient(135deg,rgba(233,242,236,1),rgba(247,244,238,0.98));box-shadow:0 10px 22px rgba(64,91,73,0.08);}.catalog-layout{grid-template-columns:1fr;align-items:stretch;margin:0 auto 3rem;}.catalog-summary--inline{margin-top:1rem;row-gap:0.6rem;position:relative;z-index:2;}.catalog-chip{position:relative;z-index:2;pointer-events:auto;}.product-grid{display:grid;gap:1rem;}.product-grid--feature{grid-template-columns:repeat(3,minmax(0,1fr));}.product-grid--catalog{grid-template-columns:repeat(3,minmax(0,1fr));}.product-card{transition:transform 180ms ease,box-shadow 180ms ease,border-color 180ms ease;}.product-card:hover{transform:translateY(-3px);border-color:rgba(33,49,40,0.16);box-shadow:var(--shadow-lg);}.product-card__link{display:flex;flex-direction:column;min-height:100%;}.product-card__media{aspect-ratio:1 / 0.88;border-bottom-left-radius:0;border-bottom-right-radius:0;}.product-card__body{display:flex;flex:1;flex-direction:column;gap:0.75rem;padding:1rem 1rem 1.15rem;min-height:18rem;}.product-card__topline{display:flex;align-items:center;justify-content:space-between;gap:0.75rem;}.product-card__title{margin:0;font-family:var(--font-display);font-size:1.42rem;line-height:1.02;letter-spacing:-0.03em;}.product-card__description{display:-webkit-box;min-height:4.9em;font-size:0.94rem;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;}.card-meta{margin-top:auto;align-items:center;justify-content:space-between;}.product-card__price{font-size:1.12rem;font-weight:700;}.product-card__cta{min-height:2.5rem;padding:0.58rem 0.92rem;font-size:0.82rem;}.chip-row{gap:0.55rem;}.chip-row:empty{display:none;}.breadcrumb{margin-top:0.2rem;color:var(--muted);font-size:0.92rem;}.breadcrumb a{position:relative;color:inherit;transition:color 180ms ease,text-decoration-color 180ms ease;text-decoration:underline;text-decoration-color:transparent;text-underline-offset:0.22em;}.breadcrumb a:hover,.breadcrumb a:focus-visible{color:var(--ink);text-decoration-color:rgba(33,49,40,0.34);}.breadcrumb a:focus-visible{outline:2px solid rgba(33,49,40,0.18);outline-offset:0.18rem;border-radius:0.18rem;}.breadcrumb span{margin:0 0.4rem;}.product-layout{grid-template-columns:1fr;gap:clamp(2rem,4.4vw,3.8rem);padding:1.3rem 0 clamp(2.6rem,5vw,4.2rem);}.product-main{grid-template-columns:minmax(0,0.98fr) minmax(25rem,1.02fr);align-items:start;gap:clamp(1.35rem,2.6vw,2.4rem);}.product-media{display:block;grid-column:1;padding:0;}@media (min-width:1261px){.product-media{position:sticky;top:clamp(1rem,2vw,1.5rem);align-self:start;}}.product-detail{display:grid;grid-column:2;gap:clamp(1.15rem,2vw,1.8rem);align-content:start;}.product-gallery{position:relative;width:100%;height:100%;border-radius:inherit;overflow:hidden;}.product-gallery__track{display:flex;width:100%;overflow:visible;border-radius:inherit;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;overscroll-behavior-x:contain;transition:transform 260ms ease;}.product-gallery__track::-webkit-scrollbar{display:none;}.product-gallery__slide{position:relative;flex:0 0 100%;margin:0;aspect-ratio:1 / 0.86;overflow:hidden;scroll-snap-align:center;scroll-snap-stop:always;background:radial-gradient(circle at top left,rgba(255,255,255,0.95),transparent 48%),linear-gradient(180deg,rgba(255,255,255,0.96),rgba(242,237,230,0.88));}.product-gallery__slide img{display:block;width:100%;height:100%;object-fit:cover;}.product-gallery__state{position:absolute;opacity:0;pointer-events:none;}.product-gallery__state--1:checked ~ .product-gallery__track{transform:translateX(0);}.product-gallery__state--2:checked ~ .product-gallery__track{transform:translateX(-100%);}.product-gallery__state--3:checked ~ .product-gallery__track{transform:translateX(-200%);}.product-gallery__state--4:checked ~ .product-gallery__track{transform:translateX(-300%);}.product-gallery__state--5:checked ~ .product-gallery__track{transform:translateX(-400%);}.product-gallery__state--6:checked ~ .product-gallery__track{transform:translateX(-500%);}.product-gallery__controls{display:none;pointer-events:none;}.product-gallery__state--1:checked ~ .product-gallery__controls--1,.product-gallery__state--2:checked ~ .product-gallery__controls--2,.product-gallery__state--3:checked ~ .product-gallery__controls--3,.product-gallery__state--4:checked ~ .product-gallery__controls--4,.product-gallery__state--5:checked ~ .product-gallery__controls--5,.product-gallery__state--6:checked ~ .product-gallery__controls--6{display:block;}.product-gallery__arrow{position:absolute;z-index:4;top:50%;display:inline-flex;align-items:center;justify-content:center;width:clamp(2.75rem,5vw,3.4rem);height:clamp(2.75rem,5vw,3.4rem);border-radius:999px;border:1px solid rgba(33,49,40,0.18);background:rgba(255,255,255,0.9);color:var(--ink);box-shadow:0 14px 30px rgba(33,49,40,0.18);font-family:"Avenir Next","Segoe UI Symbol","Arial",sans-serif;font-size:clamp(1.7rem,3.4vw,2.05rem);font-weight:800;line-height:0;text-decoration:none;cursor:pointer;pointer-events:auto;user-select:none;transform:translateY(-50%);transition:background-color 180ms ease,border-color 180ms ease,box-shadow 180ms ease,transform 180ms ease;}.product-gallery__arrow:hover,.product-gallery__arrow:focus-visible{border-color:rgba(33,49,40,0.3);background:#fff;box-shadow:0 18px 38px rgba(33,49,40,0.24);transform:translateY(-50%) scale(1.04);}.product-gallery__arrow:focus-visible{outline:2px solid rgba(33,49,40,0.22);outline-offset:0.18rem;}.product-gallery__arrow--prev{left:clamp(0.7rem,1.6vw,1.15rem);padding-right:0.08em;padding-bottom:0.04em;}.product-gallery__arrow--next{right:clamp(0.7rem,1.6vw,1.15rem);padding-left:0.08em;padding-bottom:0.04em;}.product-summary{display:grid;gap:clamp(0.85rem,1.4vw,1.08rem);position:static;align-content:start;background:linear-gradient(180deg,rgba(255,255,255,0.92),rgba(241,246,242,0.92));}.product-summary h1{max-width:none;font-size:clamp(2rem,2.35vw,2.8rem);line-height:1;}.product-summary p,.product-summary__excerpt{max-width:58ch;line-height:1.62;text-wrap:pretty;}.product-summary__description-reveal{display:block;max-width:58ch;}.product-summary__excerpt{display:block;color:var(--muted);margin:0;cursor:pointer;list-style:none;}.product-summary__excerpt::-webkit-details-marker{display:none;}.product-summary__excerpt span{display:inline;color:var(--ink);font-size:0.9em;font-weight:700;white-space:nowrap;text-decoration:underline;text-decoration-color:transparent;text-underline-offset:0.2em;transition:color 180ms ease,text-decoration-color 180ms ease;}.product-summary__excerpt:hover span,.product-summary__excerpt:focus-visible span{color:var(--ink-soft);text-decoration-color:rgba(33,49,40,0.32);}.product-summary__excerpt:focus-visible{outline:2px solid rgba(33,49,40,0.18);outline-offset:0.18rem;border-radius:0.28rem;}.product-summary__full-description{display:none;color:var(--muted);line-height:1.62;text-wrap:pretty;}.product-summary__full-description p + p{margin-top:0.85rem;}.product-summary__description-reveal[open] .product-summary__excerpt{display:none;}.product-summary__description-reveal[open] .product-summary__full-description{display:block;}.product-effect{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;padding:0.72rem 0;border-top:1px solid rgba(33,49,40,0.08);border-bottom:1px solid rgba(33,49,40,0.08);color:var(--ink);}.product-effect span{color:var(--muted);font-family:var(--font-label);font-size:0.7rem;font-weight:800;letter-spacing:0.1em;line-height:1;text-transform:uppercase;}.product-effect strong{color:var(--ink-soft);font-family:var(--font-body);font-size:clamp(0.94rem,1vw,1.02rem);font-weight:500;line-height:1.25;text-align:right;}.product-contact-cta{display:inline-flex;align-items:center;justify-content:center;gap:0.72rem;min-height:3.85rem;padding:0.9rem 1.1rem;border-radius:var(--radius-xl);background:linear-gradient(135deg,var(--accent),#2f5f52);color:#fff;text-decoration:none;box-shadow:0 18px 34px rgba(64,91,73,0.24);transition:box-shadow 180ms ease,transform 180ms ease;}.product-contact-cta:hover,.product-contact-cta:focus-visible{box-shadow:0 22px 42px rgba(64,91,73,0.3);transform:translateY(-2px);}.product-contact-cta:focus-visible{outline:2px solid rgba(33,49,40,0.22);outline-offset:0.18rem;}.product-contact-cta__icon{width:1.55rem;height:1.55rem;flex:none;border-radius:999px;display:block;object-fit:contain;background:#fff;}.product-contact-cta strong{font-size:clamp(1.08rem,1.45vw,1.35rem);line-height:1.12;}.product-return-link{display:inline-flex;align-items:center;justify-content:center;gap:0.55rem;min-height:3.15rem;padding:0.74rem 1rem;border:1px solid rgba(33,49,40,0.12);border-radius:var(--radius-pill);background:rgba(255,255,255,0.76);color:var(--ink-soft);font-weight:800;line-height:1.1;text-decoration:none;box-shadow:0 10px 22px rgba(64,91,73,0.08);transition:background-color 180ms ease,border-color 180ms ease,box-shadow 180ms ease,color 180ms ease,transform 180ms ease;}.product-return-link span{display:inline-flex;align-items:center;justify-content:center;width:1.45rem;height:1.45rem;border-radius:999px;background:rgba(94,124,104,0.12);color:var(--ink);font-family:var(--font-display);font-size:1.55rem;line-height:0.8;padding-bottom:0.12rem;}.product-return-link:hover,.product-return-link:focus-visible{border-color:rgba(33,49,40,0.2);background:#fff;color:var(--ink);box-shadow:0 14px 28px rgba(64,91,73,0.12);transform:translateY(-1px);}.product-return-link:focus-visible{outline:2px solid rgba(33,49,40,0.18);outline-offset:0.18rem;}.price-line{display:flex;flex-wrap:wrap;align-items:end;justify-content:flex-start;gap:1rem;padding-top:0.35rem;}.product-price{font-family:var(--font-display);font-size:clamp(2.6rem,4.1vw,3.45rem);line-height:0.92;font-variant-numeric:tabular-nums;}.price-note{margin-top:0.45rem;color:var(--muted);font-size:0.92rem;}.discount-box{display:grid;gap:0.2rem;min-width:11rem;padding:0.85rem 1rem;border-radius:var(--radius-xl);border:1px solid rgba(33,49,40,0.08);background:rgba(255,255,255,0.82);}.discount-box strong{font-family:var(--font-display);font-size:1.25rem;line-height:1;text-decoration:line-through;text-decoration-thickness:1px;text-decoration-color:rgba(33,49,40,0.35);}.discount-box span:last-child{color:var(--muted);font-size:0.85rem;}.content-grid{display:grid;gap:1.2rem;grid-column:1 / -1;}.content-grid{grid-template-columns:minmax(0,1.34fr) minmax(18rem,0.66fr);align-items:start;}.related-section{grid-column:1 / -1;}.content-card p + p{margin-top:0.85rem;}.product-layout .content-card{padding:clamp(1.25rem,2.2vw,1.8rem);}.product-layout .content-card p{max-width:66ch;line-height:1.68;text-wrap:pretty;}.spec-table{width:100%;border-collapse:collapse;table-layout:auto;}.spec-table tr{border-bottom:1px solid rgba(33,49,40,0.08);}.spec-table tr:last-child{border-bottom:0;}.spec-table td{padding:0.85rem 0;vertical-align:top;}.spec-table td:first-child{width:1%;max-width:clamp(8rem,42vw,15rem);padding-right:clamp(1rem,4vw,2rem);color:var(--muted);white-space:nowrap;}.spec-table td:last-child{width:auto;}.related-stack{display:grid;gap:0.9rem;grid-template-columns:repeat(3,minmax(0,1fr));}.related-section .section-title{margin-bottom:1.35rem;}.related-card{display:grid;grid-template-columns:minmax(6.8rem,8.2rem) 1fr;gap:1rem;padding:0.9rem;border-radius:var(--radius-xl);border:1px solid rgba(33,49,40,0.08);background:rgba(255,255,255,0.78);transition:transform 160ms ease,box-shadow 160ms ease,border-color 160ms ease;}.related-card:hover{border-color:rgba(33,49,40,0.14);box-shadow:var(--shadow-sm);}.related-card__media{aspect-ratio:1 / 1;}.related-card__body{display:grid;gap:0.4rem;align-content:start;}.related-card__body h3{margin:0;font-family:var(--font-display);font-size:clamp(1.05rem,1.25vw,1.18rem);line-height:1.08;text-wrap:balance;}.related-card__meta{display:flex;align-items:baseline;justify-content:space-between;gap:0.75rem;}.related-card__meta strong{font-size:1rem;}.related-card__meta span{color:var(--muted);font-size:0.84rem;}.related-card__cta{display:inline-flex;align-items:center;justify-content:center;min-height:2.7rem;padding:0.65rem 1rem;border-radius:999px;border:1px solid rgba(33,49,40,0.12);background:#fff;color:var(--ink) !important;font-size:0.92rem !important;font-weight:600;white-space:nowrap;transition:border-color 160ms ease,background-color 160ms ease,transform 160ms ease;}.related-card:hover .related-card__cta{border-color:rgba(33,49,40,0.2);background:rgba(246,248,244,0.92);}.empty-state{padding:1.4rem;}.fade-in{opacity:0;transform:translateY(14px);animation:fade-up 520ms ease forwards;}.home-hero.fade-in{opacity:1;transform:none;animation:none;}.page-home .fade-in{opacity:1;transform:none;animation:none;}.delay-1{animation-delay:80ms;}.delay-2{animation-delay:150ms;}.delay-3{animation-delay:220ms;}@keyframes fade-up{from{opacity:0;transform:translateY(20px);}to{opacity:1;transform:translateY(0);}}@media (min-width:881px){.page-home .home-hero__actions{display:none;}.page-home .home-route-grid{gap:clamp(2.25rem,4.8vh,4.75rem);}}@media (max-width:1260px){.home-hero,.catalog-hero,.catalog-layout,.product-layout,.product-main,.content-grid{grid-template-columns:1fr;}.product-media,.product-summary{position:static;top:auto;}.product-media,.product-detail,.product-summary,.content-grid,.related-section{grid-column:1 / -1;grid-row:auto;}.product-media{order:1;}.product-detail{order:2;}.content-grid{order:3;}.related-section{order:4;}.related-stack{grid-template-columns:1fr;}.product-grid--feature,.product-grid--catalog{grid-template-columns:repeat(2,minmax(0,1fr));}}@media (max-width:1024px){.site-nav{justify-content:flex-start;}.home-hero__main{grid-template-columns:1fr;min-height:clamp(30rem,78vw,38rem);}.home-hero__visual{position:absolute;inset:0;min-height:0;margin-top:0;border-radius:inherit;}.home-hero__visual::before{background:linear-gradient(90deg,rgba(251,250,247,0.96) 0%,rgba(251,250,247,0.86) 46%,rgba(251,250,247,0.38) 72%,rgba(251,250,247,0.08) 100%),linear-gradient(180deg,rgba(251,250,247,0.62) 0%,rgba(251,250,247,0.22) 58%,rgba(251,250,247,0.08) 100%);}.home-hero__visual img{object-position:66% center;transform:scale(1.02);}}@media (max-width:880px){.page-home .site-main{grid-template-columns:1fr;}.page-home .home-hero__main{min-height:max(31rem,calc(100svh - 8rem));}}@media (max-width:900px){.site-header__inner,.site-footer__inner,.price-line{flex-direction:column;align-items:flex-start;}.site-nav,.site-footer__links,.home-hero__actions,.product-actions{width:100%;}.home-route-grid{grid-template-columns:1fr;}.route-panel{grid-template-columns:1fr;min-height:0;}.site-footer__inner{grid-template-columns:1fr;}}@media (max-width:640px){main,.site-header__inner,.site-footer__inner,.home-hero,.home-route-grid,.catalog-hero,.catalog-layout,.product-layout,.breadcrumb{width:min(calc(100% - 1rem),var(--content-width));}.site-brand{gap:0.7rem;}.site-brand__logo{height:56px;}.site-brand__text strong{font-size:1.1rem;}.site-brand__text span{font-size:0.62rem;letter-spacing:0.08em;}.site-footer__links a,.button-link,.ghost-link,.product-return-link,.product-card__cta{width:100%;}.site-nav{gap:0.5rem;}.site-nav a{min-height:2.55rem;padding:0.62rem 0.86rem;}.home-hero h1,.catalog-hero h1,.product-summary h1{max-width:none;}.home-hero{margin-bottom:1rem;}.home-hero__main{min-height:31rem;}.home-hero__main,.route-panel,.catalog-hero,.product-summary,.content-card{padding:1.05rem;}.home-hero__copy{gap:0.9rem;}.home-hero h1{font-size:clamp(2rem,9.2vw,2.45rem);line-height:1.02;}.home-hero__lead{font-size:1.06rem;line-height:1.58;}.home-hero__actions .button-link,.home-hero__actions .ghost-link{min-height:3.25rem;font-size:1.03rem;}.page-home .route-panel .button-link{width:100%;min-width:0;}.route-panel__copy{grid-template-rows:auto;}.home-hero__visual{border-radius:var(--radius-xl);}.home-hero__visual::before{background:linear-gradient(180deg,rgba(251,250,247,0.94) 0%,rgba(251,250,247,0.78) 38%,rgba(251,250,247,0.46) 68%,rgba(251,250,247,0.12) 100%),radial-gradient(ellipse at 20% 36%,rgba(251,250,247,0.72),rgba(251,250,247,0.18) 54%,transparent 76%);}.home-hero__visual img{object-position:66% center;transform:scale(1.03);}.product-grid--feature,.product-grid--catalog{grid-template-columns:1fr;}.product-card__topline,.card-meta{flex-direction:column;align-items:flex-start;}.product-card__body{min-height:0;padding:0.9rem;}.product-card__title{font-size:1.18rem;}.product-card__description{min-height:auto;-webkit-line-clamp:3;}.product-layout{padding-top:0.85rem;gap:1rem;}.product-summary h1{font-size:clamp(1.72rem,6.75vw,2.08rem);line-height:1.03;}.product-summary p,.product-layout .content-card p{font-size:1rem;line-height:1.62;}.product-gallery__slide{aspect-ratio:1 / 0.82;}.related-card{grid-template-columns:1fr;padding:0.85rem;}.related-card__media{aspect-ratio:1 / 0.72;}.related-card__body{gap:0.55rem;}.related-card__meta{align-items:center;}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto;}*,*::before,*::after{animation:none !important;transition:none !important;}.fade-in{opacity:1;transform:none;}}