/** Shopify CDN: Minification failed

Line 38:419 Expected ":"
Line 82:125 Expected ":"

**/
/* ATELIER / KINETIC 0.5 — editorial commerce system */
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:auto;background:#090909}
body{margin:0;min-height:100%;font-family:var(--font-body);font-style:var(--font-body-style);font-weight:var(--font-body-weight);font-size:calc(16px * var(--body-scale));line-height:1.45;color:#0a0a0a;background:#f2efe8;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
body.is-locked{overflow:hidden}
img,svg,video,canvas{display:block;max-width:100%}
img{object-fit:cover}
a{color:inherit}
button,input,textarea,select{font:inherit;color:inherit}
button{appearance:none;background:none;border:0;padding:0;cursor:pointer}
ul,ol{margin:0;padding:0;list-style:none}
h1,h2,h3,h4,p,figure{margin:0}
[hidden]{display:none!important}
::selection{background:var(--acid);color:#090909}
.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.skip-link{position:fixed;left:1rem;top:1rem;z-index:10000;padding:.75rem 1rem;background:#fff;color:#000;transform:translateY(-200%)}
.skip-link:focus{transform:none}
.main-content{min-height:60vh;overflow:clip}
.atelier-container{width:min(calc(100% - (var(--gutter-mobile) * 2)),var(--page-width));margin-inline:auto}
@media(min-width:750px){.atelier-container{width:min(calc(100% - (var(--gutter-desktop) * 2)),var(--page-width))}}
[data-scheme]{background:var(--surface,#f2efe8);color:var(--ink,#0a0a0a)}
[data-scheme][style*="background"]{background:var(--surface)}
.micro-label{font-size:.68rem;line-height:1;letter-spacing:.14em;text-transform:uppercase;font-weight:700}
.text-link{display:inline-flex;align-items:center;gap:.6rem;text-decoration:none;text-transform:uppercase;letter-spacing:.1em;font-size:.72rem;font-weight:700;border-bottom:1px solid currentColor;padding-bottom:.25rem}
.text-link i{font-style:normal;transition:transform .35s var(--ease-out-expo)}
.text-link:hover i{transform:translate(3px,-3px)}
.icon-button{width:42px;height:42px;display:grid;place-items:center;border:1px solid color-mix(in srgb,currentColor 18%,transparent);border-radius:50%;transition:background .3s,color .3s,transform .3s}
.icon-button:hover{background:currentColor;color:var(--surface);transform:rotate(4deg)}
.icon-button svg{width:18px;height:18px}

/* Global button */
.atelier-button{position:relative;isolation:isolate;display:inline-flex;align-items:center;justify-content:space-between;gap:1.5rem;min-height:var(--button-height);padding:0 1.35rem;border-radius:var(--button-radius);text-decoration:none;text-transform:uppercase;letter-spacing:.11em;font-size:.72rem;font-weight:700;overflow:hidden;transition:transform .35s var(--ease-out-expo),color .35s,border-color .35s;background .35s}
.atelier-button span,.atelier-button i{font-style:normal}
.atelier-button--dark{background:var(--button-bg,#090909);color:var(--button-ink,#fff);border:1px solid var(--button-bg,#090909)}
.atelier-button--outline{background:transparent;color:inherit;border:1px solid color-mix(in srgb,currentColor 45%,transparent)}
.atelier-button--full{width:100%}
body[data-button-hover="wipe"] .atelier-button::before{content:"";position:absolute;inset:-2px;z-index:-1;background:var(--acid);transform:translateY(102%);transition:transform .55s var(--ease-out-expo)}
body[data-button-hover="wipe"] .atelier-button:hover{color:#090909;border-color:var(--acid)}
body[data-button-hover="wipe"] .atelier-button:hover::before{transform:none}
body[data-button-hover="lift"] .atelier-button:hover{transform:translateY(-4px)}
body[data-button-hover="invert"] .atelier-button:hover{filter:invert(1)}

/* motion primitives */
[data-reveal],[data-split-reveal],[data-reveal-word]{will-change:transform,opacity}
html.js[data-motion]:not([data-motion="off"]):not([data-design-mode="true"]) [data-reveal]{opacity:0;transform:translateY(28px)}
html.js[data-motion]:not([data-motion="off"]):not([data-design-mode="true"]) [data-reveal].is-revealed{opacity:1;transform:none;transition:opacity .8s var(--ease-out-expo),transform .9s var(--ease-out-expo)}
html[data-motion="calm"] [data-reveal]{transform:translateY(12px)}
html[data-design-mode="true"] [data-reveal],html[data-design-mode="true"] [data-reveal-word]{opacity:1!important;transform:none!important}

/* page intro */
.page-intro{position:fixed;inset:0;z-index:9999;pointer-events:none;color:#f2efe8;display:grid;place-items:center;overflow:hidden}
.page-intro__panel{position:absolute;left:0;width:100%;height:52%;background:#090909;transition:transform 1s var(--ease-out-expo)}
.page-intro__panel--top{top:0;transform-origin:top}
.page-intro__panel--bottom{bottom:0;transform-origin:bottom}
.page-intro__mark{position:relative;z-index:2;font-family:var(--font-heading);font-size:clamp(1.4rem,3vw,2.8rem);letter-spacing:-.06em;font-weight:700}
.page-intro__mark span{color:var(--acid)}
.page-intro__counter{position:absolute;z-index:2;right:2rem;bottom:1.5rem;font-size:.75rem;letter-spacing:.12em}
.page-intro.is-opening .page-intro__panel--top{transform:translateY(-101%)}
.page-intro.is-opening .page-intro__panel--bottom{transform:translateY(101%)}
.page-intro.is-opening .page-intro__mark,.page-intro.is-opening .page-intro__counter{opacity:0;transition:opacity .25s ease}
.scroll-progress{position:fixed;left:0;top:0;width:100%;height:2px;z-index:9000;pointer-events:none}
.scroll-progress span{display:block;width:100%;height:100%;background:var(--acid);transform:scaleX(0);transform-origin:left center}

/* announcement */
.announcement-section{position:relative;z-index:91}
.announcement{height:28px;display:flex;align-items:center;border-bottom:1px solid color-mix(in srgb,currentColor 16%,transparent);overflow:hidden}
.announcement__track{width:100%}
.announcement__inner{padding:0 var(--gutter-mobile);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;font-size:.57rem;letter-spacing:.13em;text-transform:uppercase;font-weight:800;white-space:nowrap}
.announcement__inner>span:last-child{text-align:right}
@media(max-width:749px){.announcement__inner{display:flex;width:max-content;gap:3rem;animation:announcement-scroll 18s linear infinite}.announcement__center{display:inline}.announcement__track{overflow:hidden}@keyframes announcement-scroll{to{transform:translateX(-33.333%)}}}
@media(min-width:750px){.announcement__inner{padding:0 var(--gutter-desktop)}}

/* header */
.header-section{position:relative;z-index:90}
.template-index .header-section{position:absolute;left:0;right:0;top:28px}
.site-header{position:relative;width:100%;transition:transform .6s var(--ease-out-expo),background .4s,color .4s;border-color .4s;border-bottom:1px solid color-mix(in srgb,currentColor 14%,transparent)}
.site-header[data-sticky="always"]{position:sticky;top:0}
.site-header.is-fixed{position:fixed;left:0;right:0;top:0;background:color-mix(in srgb,var(--surface) 92%,transparent);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}
.site-header.is-hidden{transform:translateY(-110%)}
.template-index .site-header--transparent:not(.is-fixed){background:#FFFFFF;color:#121212;border-color:color-mix(in srgb,currentColor 14%,transparent)}
.site-header__inner{height:72px;padding-inline:var(--gutter-mobile);display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1.2rem}
.site-header__brand{display:flex;align-items:center;text-decoration:none;position:relative;z-index:2}
.site-header__logo{width:auto;height:auto;max-height:42px}
.site-header__wordmark{font-family:var(--font-heading);font-weight:700;font-size:1.12rem;letter-spacing:-.045em}
.site-header__wordmark::after{content:"";display:inline-block;width:7px;height:7px;background:var(--acid);margin-left:4px;border-radius:50%}
.site-header__nav{display:none;align-items:center;justify-content:center;height:100%;gap:1.6rem}
.nav-item{height:100%;display:flex;align-items:center}
.nav-link{position:relative;text-decoration:none;text-transform:uppercase;font-size:.66rem;letter-spacing:.1em;font-weight:700;padding:.7rem 0;overflow:hidden}
.nav-link i{position:absolute;left:0;bottom:.35rem;width:100%;height:1px;background:currentColor;transform:scaleX(0);transform-origin:right;transition:transform .4s var(--ease-out-expo)}
.nav-link:hover i,.nav-link.is-active i{transform:scaleX(1);transform-origin:left}
.site-header__actions{display:flex;align-items:center;justify-content:flex-end;gap:.9rem}
.site-header__action{display:flex;align-items:center;gap:.3rem;text-decoration:none;text-transform:uppercase;font-size:.65rem;letter-spacing:.09em;font-weight:700;white-space:nowrap}
.site-header__action svg{width:16px;height:16px}
.site-header__cart-count{min-width:17px;height:17px;display:grid;place-items:center;background:var(--acid);color:#090909;border-radius:50%;font-size:.55rem}
.site-header__edition{display:none;font-size:.57rem;letter-spacing:.12em;opacity:.58}
.site-header__mobile-trigger{border:0;width:32px;height:32px;justify-self:start}
.menu-glyph{display:grid;gap:5px;width:18px}.menu-glyph i{display:block;height:1px;background:currentColor}.menu-glyph i:last-child{width:11px}
.site-header__account{display:none}
@media(min-width:990px){.site-header__inner{height:78px;padding-inline:var(--gutter-desktop);grid-template-columns:minmax(150px,1fr) auto minmax(280px,1fr)}.site-header__nav{display:flex}.site-header__mobile-trigger{display:none}.site-header__edition{display:inline}.site-header__account{display:flex}}

/* mega menu */
.mega-menu{position:absolute;left:0;right:0;top:100%;visibility:hidden;opacity:0;transform:translateY(-10px);pointer-events:none;border-top:1px solid color-mix(in srgb,currentColor 14%,transparent);transition:opacity .35s ease,transform .45s var(--ease-out-expo),visibility .35s;background:var(--surface);color:var(--ink)}
.nav-item--has-dropdown:hover .mega-menu,.nav-item--has-dropdown:focus-within .mega-menu{visibility:visible;opacity:1;transform:none;pointer-events:auto}
.mega-menu__inner{min-height:380px;padding:2rem var(--gutter-desktop);display:grid;grid-template-columns:.8fr 2fr 1.1fr;gap:3rem}
.mega-menu__title strong{display:block;font-family:var(--font-display);font-size:clamp(1.16rem,2.1vw,2.52rem);line-height:.9;font-weight:400;margin-top:1rem}
.mega-menu__links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem}
.mega-menu__column{display:flex;flex-direction:column;gap:.5rem}.mega-menu__column a{text-decoration:none;font-size:.84rem;opacity:.68}.mega-menu__column a:hover{opacity:1}.mega-menu__parent{font-size:1rem!important;font-weight:700;opacity:1!important;margin-bottom:.55rem}
.mega-menu__visual{position:relative;min-height:290px;overflow:hidden;text-decoration:none}.mega-menu__visual img{width:100%;height:100%;position:absolute;inset:0;transition:transform 1s var(--ease-out-expo)}.mega-menu__visual:hover img{transform:scale(1.04)}.mega-menu__visual::after{content:"";position:absolute;inset:0;background:linear-gradient(transparent 55%,rgba(0,0,0,.65))}.mega-menu__visual span{position:absolute;left:1rem;right:1rem;bottom:1rem;z-index:2;color:#fff;display:flex;justify-content:space-between;font-size:.7rem;letter-spacing:.1em;text-transform:uppercase}

/* mobile menu */
.mobile-menu{position:fixed;inset:0;z-index:300;background:var(--surface);color:var(--ink);padding:1rem var(--gutter-mobile) 1.4rem;display:flex;flex-direction:column;visibility:hidden;opacity:0;transform:translateY(-12px);pointer-events:none;transition:opacity .35s,transform .55s var(--ease-out-expo),visibility .35s}
.mobile-menu.is-open{visibility:visible;opacity:1;transform:none;pointer-events:auto}
.mobile-menu__top{display:flex;align-items:center;justify-content:space-between;padding-bottom:1.2rem;border-bottom:1px solid color-mix(in srgb,currentColor 18%,transparent)}
.mobile-menu__nav{flex:1;display:flex;flex-direction:column;justify-content:center}
.mobile-menu__item>a{display:grid;grid-template-columns:2rem 1fr auto;align-items:end;text-decoration:none;padding:.65rem 0;border-bottom:1px solid color-mix(in srgb,currentColor 15%,transparent)}
.mobile-menu__item sup{font-size:.58rem;align-self:start;margin-top:.4rem}.mobile-menu__item>a span{font-family:var(--font-display);font-size:clamp(1.17rem,5.85vw,2.68rem);line-height:.92}.mobile-menu__item>a i{font-style:normal;font-size:1.2rem}.mobile-menu__children{display:flex;gap:1rem;overflow:auto;padding:.6rem 0 1rem 2rem}.mobile-menu__children a{text-decoration:none;font-size:.75rem;white-space:nowrap;text-transform:uppercase;letter-spacing:.08em}
.mobile-menu__bottom{display:flex;justify-content:space-between;border-top:1px solid color-mix(in srgb,currentColor 18%,transparent);padding-top:1rem}.mobile-menu__bottom a{text-decoration:none;text-transform:uppercase;font-size:.65rem;letter-spacing:.08em}

/* hero */
.hero-kinetic-section{position:relative}
.hero-kinetic{position:relative;min-height:calc(100svh - 28px);overflow:hidden;background:#090909;color:#f4f1ea}
.hero-kinetic__media{position:absolute;inset:0;overflow:hidden}.hero-kinetic__image{width:100%;height:100%;object-fit:cover;object-position:center 32%;transform:scale(1.06);will-change:transform}.hero-kinetic__veil{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.78) 0%,rgba(0,0,0,.26) 54%,rgba(0,0,0,.34) 100%),linear-gradient(0deg,rgba(0,0,0,.58),transparent 48%)}
.hero-kinetic__frame{position:relative;z-index:2;min-height:calc(100svh - 28px);padding:calc(92px + 2.4rem) var(--gutter-mobile) 1.3rem;display:flex;flex-direction:column}
.hero-kinetic__topline{display:flex;justify-content:space-between;gap:1rem;font-size:.58rem;letter-spacing:.13em;text-transform:uppercase;font-weight:700;opacity:.8}
.hero-kinetic__title{margin-top:auto;width:min(100%,980px);font-family:var(--font-display);font-weight:700;letter-spacing:-.02em;text-transform:none;font-size:calc(clamp(2.1rem,8vw,2.9rem) * var(--heading-scale));line-height:1.02}.hero-line{overflow:hidden;padding:.09em 0}.hero-line span{display:block;transform:translateY(115%);will-change:transform}.hero-kinetic.is-ready .hero-line span{transform:none;transition:transform 1.05s var(--ease-out-expo)}.hero-kinetic.is-ready .hero-line:nth-child(2) span{transition-delay:.08s}.hero-kinetic.is-ready .hero-line:nth-child(3) span{transition-delay:.16s}
.hero-kinetic__bottom{margin-top:1.6rem;display:flex;align-items:flex-end;justify-content:space-between;gap:1rem}.hero-kinetic__copy{display:grid;grid-template-columns:auto 1fr;gap:1rem;max-width:520px}.hero-kinetic__index{font-size:.62rem;letter-spacing:.12em;color:var(--acid)}.hero-kinetic__copy p{font-size:.88rem;line-height:1.45;max-width:36ch}
.hero-orbit{display:none;position:relative;width:148px;height:148px;border-radius:50%;place-items:center;text-align:center;color:#f4f1ea;text-decoration:none;font-size:.58rem;letter-spacing:.1em;font-weight:700}.hero-orbit svg{position:absolute;inset:0;width:100%;height:100%;transform:rotate(-90deg)}.hero-orbit circle{fill:none;stroke:currentColor;stroke-width:.7;stroke-dasharray:352;stroke-dashoffset:40;transition:stroke-dashoffset .7s var(--ease-out-expo)}.hero-orbit:hover circle{stroke-dashoffset:0}.hero-orbit i{position:absolute;right:22px;top:26px;font-style:normal;color:var(--acid)}
.hero-kinetic__stamp{position:absolute;right:var(--gutter-mobile);top:32%;display:none;flex-direction:column;align-items:center;text-transform:uppercase;letter-spacing:.12em;font-size:.54rem}.hero-kinetic__stamp b{font-family:var(--font-display);font-size:4.8rem;line-height:.86;letter-spacing:-.07em;font-weight:400}.hero-kinetic__secondary{display:none;position:absolute;right:10vw;bottom:4rem;width:min(17vw,250px);aspect-ratio:3/4;overflow:hidden;border:1px solid rgba(255,255,255,.28)}.hero-kinetic__secondary img{width:100%;height:100%;filter:grayscale(.15);transition:transform 1s var(--ease-out-expo)}.hero-kinetic__secondary:hover img{transform:scale(1.05)}.hero-kinetic__secondary span{position:absolute;left:.7rem;bottom:.7rem;color:#fff;font-size:.5rem;letter-spacing:.09em;text-transform:uppercase;background:#090909;padding:.3rem .45rem}
.hero-kinetic__scroll{position:absolute;right:var(--gutter-mobile);bottom:1.25rem;display:flex;align-items:center;gap:.6rem;font-size:.5rem;letter-spacing:.12em}.hero-kinetic__scroll i{display:block;width:38px;height:1px;background:currentColor;position:relative;overflow:hidden}.hero-kinetic__scroll i::after{content:"";position:absolute;inset:0;background:var(--acid);transform:translateX(-100%);animation:scroll-line 1.8s ease-in-out infinite}@keyframes scroll-line{50%,100%{transform:translateX(100%)}}
@media(min-width:750px){.hero-kinetic__frame{padding:calc(78px + 3.6rem) var(--gutter-desktop) 2rem}.hero-kinetic__title{font-size:calc(clamp(2.6rem,4.5vw,3.4rem) * var(--heading-scale));width:76%}.hero-orbit{display:grid}.hero-kinetic__stamp{display:flex}.hero-kinetic__scroll{right:var(--gutter-desktop);bottom:2rem}}
@media(min-width:1200px){.hero-kinetic__secondary{display:block}.hero-kinetic__title{width:69%;font-size:calc(clamp(2.8rem,3.6vw,3.8rem) * var(--heading-scale))}}

/* ticker */
.kinetic-ticker{overflow:hidden;border-block:1px solid color-mix(in srgb,currentColor 25%,transparent);transform:rotate(-1.1deg);margin:-1.1rem -1rem 0;position:relative;z-index:4}.kinetic-ticker__track{display:flex;width:max-content;align-items:center;animation:ticker var(--ticker-speed,28s) linear infinite}.kinetic-ticker__track span{display:flex;align-items:center;gap:1.2rem;padding:.9rem 1.2rem;font-family:var(--font-heading);font-size:clamp(.85rem,1.2vw,1.2rem);letter-spacing:.08em;font-weight:700;white-space:nowrap}.kinetic-ticker__track b{font-size:.8rem}@keyframes ticker{to{transform:translateX(-50%)}}

/* editorial collage */
.editorial-collage{padding:clamp(1.8rem,3.6vw,3.6rem) var(--gutter-mobile);overflow:hidden;position:relative}.editorial-collage__intro{max-width:var(--page-width);margin:auto;display:grid;gap:1.5rem}.editorial-collage__intro h2{white-space:pre-line;font-family:var(--font-display);font-size:clamp(1.27rem,3.78vw,3.61rem);font-weight:400;line-height:.78;letter-spacing:-.07em}.editorial-collage__intro-bottom{display:grid;gap:1rem;max-width:38rem;margin-left:auto}.editorial-collage__intro-bottom p{font-size:clamp(1rem,1.5vw,1.35rem);max-width:32ch}.editorial-collage__stage{position:relative;max-width:var(--page-width);margin:5rem auto 0;min-height:110vh}.editorial-collage__image{position:absolute;overflow:visible}.editorial-collage__image img{width:100%;height:100%;object-fit:cover;transition:filter .5s}.editorial-collage__image figcaption{position:absolute;left:0;top:calc(100% + .55rem);font-size:.56rem;letter-spacing:.11em;text-transform:uppercase}.editorial-collage__image--a{left:0;top:8%;width:52%;height:66%}.editorial-collage__image--b{right:0;top:0;width:35%;height:47%}.editorial-collage__image--c{right:8%;bottom:0;width:29%;height:36%}.editorial-collage__ghost{position:absolute;left:36%;top:52%;font-family:var(--font-display);font-size:clamp(1.25rem,3.76vw,3.76rem);line-height:.7;letter-spacing:-.08em;color:transparent;-webkit-text-stroke:1px color-mix(in srgb,currentColor 24%,transparent);transform:rotate(-90deg);transform-origin:center;pointer-events:none}
@media(min-width:750px){.editorial-collage{padding-inline:var(--gutter-desktop)}.editorial-collage__intro{grid-template-columns:1fr 2.4fr;align-items:start}.editorial-collage__intro h2{grid-column:1/-1}.editorial-collage__intro-bottom{grid-column:2}.editorial-collage__stage{min-height:125vh}}

/* collection shift */
.collection-shift{padding:clamp(1.55rem,3.1vw,3.1rem) var(--gutter-mobile);overflow:hidden}.collection-shift__head{max-width:var(--page-width);margin:0 auto 2.4rem;display:flex;justify-content:space-between;align-items:center}.collection-shift__note{font-size:.58rem;letter-spacing:.11em;text-transform:uppercase;opacity:.58}.collection-shift__grid{max-width:var(--page-width);margin:auto;display:grid;gap:2.5rem}.collection-shift__list{position:relative;z-index:2;display:flex;flex-direction:column}.collection-shift__item{display:grid;grid-template-columns:2rem 1fr auto;gap:.8rem;align-items:end;padding:.75rem 0;border-bottom:1px solid color-mix(in srgb,currentColor 22%,transparent);text-decoration:none;transition:opacity .3s}.collection-shift__item sup{font-size:.55rem;align-self:start;margin-top:.5rem}.collection-shift__item>span{font-family:var(--font-display);font-size:clamp(1.36rem,3.1vw,3.1rem);letter-spacing:-.065em;line-height:.86}.collection-shift__item small{display:none;font-size:.55rem;letter-spacing:.12em;text-transform:uppercase;opacity:.6;align-self:center}.collection-shift__item i{font-style:normal;font-size:1.2rem;align-self:center;transition:transform .45s var(--ease-out-expo)}.collection-shift__item:hover i,.collection-shift__item.is-active i{transform:rotate(-45deg)}.collection-shift__list:has(.collection-shift__item:hover) .collection-shift__item:not(:hover){opacity:.28}
.collection-shift__visuals{position:relative;aspect-ratio:4/5;overflow:hidden}.collection-shift__visual{position:absolute;inset:0;opacity:0;clip-path:inset(100% 0 0 0);transform:scale(1.04);transition:opacity .01s .65s,clip-path .72s var(--ease-out-expo),transform .9s var(--ease-out-expo)}.collection-shift__visual.is-active{opacity:1;clip-path:inset(0);transform:scale(1);transition-delay:0s}.collection-shift__visual img{width:100%;height:100%;object-fit:cover}.collection-shift__visual>span{position:absolute;left:1rem;bottom:1rem;background:#090909;color:#fff;padding:.45rem .65rem;font-size:.55rem;letter-spacing:.1em;text-transform:uppercase}.collection-shift__counter{position:absolute;right:1rem;bottom:1rem;z-index:3;display:flex;align-items:center;gap:.5rem;color:#fff;font-size:.55rem}.collection-shift__counter i{width:28px;height:1px;background:#fff}
@media(min-width:900px){.collection-shift{padding-inline:var(--gutter-desktop)}.collection-shift__grid{grid-template-columns:1.15fr .85fr;align-items:stretch}.collection-shift__visuals{aspect-ratio:auto;min-height:710px}.collection-shift__item{grid-template-columns:2.5rem 1fr 8rem auto}.collection-shift__item small{display:block}}

/* featured collection */
.featured-collection{padding:clamp(1.81rem,3.25vw,3.25rem) var(--gutter-mobile);overflow:hidden}.featured-collection__header{max-width:var(--page-width);margin:0 auto 3rem;display:grid;gap:1.5rem;border-top:1px solid color-mix(in srgb,currentColor 22%,transparent);padding-top:1rem}.featured-collection__header h2{font-family:var(--font-display);font-weight:400;font-size:clamp(1.23rem,3.1vw,3.17rem);letter-spacing:-.07em;line-height:.86;margin-top:1.2rem}.featured-collection__meta{display:grid;gap:1.2rem;align-content:end}.featured-collection__meta p{max-width:34ch;font-size:.9rem}.featured-collection__grid{max-width:var(--page-width);margin:auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2.2rem .7rem}.product-card{min-width:0}.product-card__media{position:relative;overflow:hidden;background:color-mix(in srgb,currentColor 5%,transparent);aspect-ratio:3/4}.product-card__media-link{display:block;width:100%;height:100%;overflow:hidden}.product-card__image{width:100%;height:100%;object-fit:cover;transition:opacity .6s,transform .9s var(--ease-out-expo)}.product-card__image--secondary{position:absolute;inset:0;opacity:0}.product-card:hover .product-card__image--primary{transform:scale(1.025)}.product-card:hover .product-card__image--secondary{opacity:1;transform:scale(1.025)}.product-card__index{position:absolute;top:.7rem;left:.7rem;background:var(--surface);color:var(--ink);width:28px;height:28px;display:grid;place-items:center;font-size:.52rem;letter-spacing:.08em}.product-card__badge{position:absolute;top:.7rem;right:.7rem;background:var(--acid);color:#090909;padding:.35rem .55rem;font-size:.5rem;letter-spacing:.08em;font-weight:800}.product-card__quick{position:absolute;left:.65rem;right:.65rem;bottom:.65rem;min-height:42px;background:#090909;color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 .9rem;text-decoration:none;font-size:.58rem;letter-spacing:.1em;font-weight:700;transform:translateY(calc(100% + 1rem));transition:transform .55s var(--ease-out-expo)}.product-card:hover .product-card__quick,.product-card__quick:focus-visible{transform:none}.product-card__info{display:flex;justify-content:space-between;align-items:start;gap:1rem;padding-top:.7rem;font-size:.78rem}.product-card__title{text-decoration:none;font-weight:600}.product-card__vendor{display:block;font-size:.6rem;opacity:.55;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.2rem}.product-card__price{white-space:nowrap;text-align:right}.product-card__price s{opacity:.45;margin-right:.35rem}.product-card__placeholder{width:100%;height:100%;background:#ddd}.product-card--feature{grid-column:1/-1}.product-card--feature .product-card__media{aspect-ratio:4/5}
@media(min-width:750px){.featured-collection{padding-inline:var(--gutter-desktop)}.featured-collection__header{grid-template-columns:2fr 1fr}.featured-collection__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:4rem 1rem}.product-card--feature{grid-column:span 2;grid-row:span 2}.product-card--feature .product-card__media{aspect-ratio:4/5}.product-card--feature .product-card__info{font-size:.9rem}.featured-collection__grid>.product-card:nth-child(4){margin-top:5rem}}

/* object focus */
.object-focus{padding:clamp(1.55rem,3.1vw,3.1rem) var(--gutter-mobile);overflow:hidden}.object-focus__index{max-width:var(--page-width);margin:0 auto 2rem;display:flex;align-items:center;gap:1rem;font-size:.55rem;letter-spacing:.1em;text-transform:uppercase}.object-focus__index i{height:1px;background:currentColor;flex:1;opacity:.25}.object-focus__layout{max-width:var(--page-width);margin:auto;display:grid;gap:2rem}.object-focus__copy h2{font-family:var(--font-display);font-size:clamp(1.26rem,3.6vw,3.6rem);font-weight:400;line-height:.8;letter-spacing:-.07em;margin:1.4rem 0 2rem;max-width:8ch}.object-focus__details{display:grid;gap:2rem}.object-focus__details>p{max-width:35ch;font-size:1rem}.object-focus__specs{display:grid;border-top:1px solid color-mix(in srgb,currentColor 22%,transparent)}.object-focus__specs>div{display:flex;justify-content:space-between;gap:1rem;padding:.75rem 0;border-bottom:1px solid color-mix(in srgb,currentColor 22%,transparent);font-size:.63rem;letter-spacing:.08em;text-transform:uppercase}.object-focus__specs span{opacity:.55}.object-focus__media{position:relative;overflow:hidden;aspect-ratio:4/5;display:block;color:#fff}.object-focus__media img{width:100%;height:100%;object-fit:cover;transition:transform 1.1s var(--ease-out-expo)}.object-focus__media:hover img{transform:scale(1.035)}.object-focus__lens{position:absolute;left:50%;top:50%;width:88px;height:88px;border-radius:50%;background:var(--acid);color:#090909;display:grid;place-items:center;transform:translate(-50%,-50%) scale(.4);opacity:0;transition:opacity .3s,transform .5s var(--ease-out-expo);font-size:.55rem;letter-spacing:.1em}.object-focus__media:hover .object-focus__lens{opacity:1;transform:translate(-50%,-50%) scale(1)}.object-focus__buy{display:flex;justify-content:space-between;align-items:end;gap:1rem}.object-focus__buy strong{display:block;font-family:var(--font-display);font-size:2rem;font-weight:400;margin-top:.25rem}
@media(min-width:900px){.object-focus{padding-inline:var(--gutter-desktop)}.object-focus__layout{grid-template-columns:.78fr 1.15fr;grid-template-rows:1fr auto;gap:2rem 5vw}.object-focus__copy{align-self:start;position:sticky;top:8rem}.object-focus__media{grid-column:2;grid-row:1;min-height:790px}.object-focus__buy{grid-column:2;grid-row:2}.object-focus__details{grid-template-columns:1fr 1fr}.object-focus__copy h2{font-size:clamp(1.81rem,2.78vw,3.25rem)}}

/* horizontal story */
.horizontal-story{position:relative;height:320vh;background:var(--surface);color:var(--ink)}.horizontal-story__sticky{position:sticky;top:0;height:100svh;overflow:hidden;padding:1.2rem var(--gutter-mobile)}.horizontal-story__header{height:48px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:3}.horizontal-story__progress{display:flex;align-items:center;gap:.55rem;font-size:.55rem}.horizontal-story__progress>i{width:90px;height:1px;background:color-mix(in srgb,currentColor 25%,transparent);position:relative;overflow:hidden}.horizontal-story__progress b{position:absolute;inset:0;background:currentColor;transform:scaleX(0);transform-origin:left}.horizontal-story__track{display:flex;height:calc(100% - 48px);will-change:transform}.horizontal-story__panel{width:calc(100vw - var(--gutter-mobile)*2);height:100%;flex:0 0 auto;display:grid;grid-template-rows:1.25fr .75fr;gap:1rem;padding-right:1rem}.horizontal-story__media{overflow:hidden;min-height:0}.horizontal-story__media img{width:100%;height:100%;object-fit:cover}.horizontal-story__copy{display:grid;grid-template-columns:2rem 1fr;align-content:center;gap:.5rem 1rem}.horizontal-story__copy>span{font-size:.55rem}.horizontal-story__copy h2{font-family:var(--font-display);font-size:clamp(1.05rem,3.23vw,3.02rem);font-weight:400;line-height:.83;letter-spacing:-.06em}.horizontal-story__copy p,.horizontal-story__copy a{grid-column:2;max-width:34ch}.horizontal-story__copy p{font-size:.82rem;margin-top:.6rem}.horizontal-story__copy a{justify-self:start;margin-top:.6rem}.horizontal-story__ghost{position:absolute;right:-.04em;bottom:-.13em;font-family:var(--font-display);font-size:28vw;line-height:.7;letter-spacing:-.08em;color:transparent;-webkit-text-stroke:1px color-mix(in srgb,currentColor 12%,transparent);pointer-events:none;z-index:-1}
@media(min-width:900px){.horizontal-story__sticky{padding-inline:var(--gutter-desktop)}.horizontal-story__panel{width:84vw;grid-template-columns:1.35fr .65fr;grid-template-rows:1fr;gap:3.5rem;padding-right:8vw}.horizontal-story__copy{align-content:end;padding-bottom:4rem}.horizontal-story__copy h2{font-size:clamp(1.69rem,2.53vw,2.95rem)}.horizontal-story__media{height:calc(100svh - 92px)}.horizontal-story__track{gap:0}}
@media(max-width:899px){html[data-design-mode="true"] .horizontal-story{height:auto}.horizontal-story__sticky{height:auto;position:relative;overflow:visible}.horizontal-story__track{display:grid;height:auto;gap:4rem}.horizontal-story__panel{width:auto;min-height:85svh;padding-right:0}.horizontal-story__ghost{display:none}}

/* lookbook */
.lookbook-mosaic{padding:clamp(1.81rem,3.25vw,3.25rem) var(--gutter-mobile);overflow:hidden}.lookbook-mosaic__head{max-width:var(--page-width);margin:auto;display:grid;gap:1.5rem;border-top:1px solid color-mix(in srgb,currentColor 22%,transparent);padding-top:1rem}.lookbook-mosaic__head h2{font-family:var(--font-display);font-weight:400;font-size:clamp(1.26rem,3.25vw,3.25rem);line-height:.84;letter-spacing:-.07em;margin-top:1.1rem}.lookbook-mosaic__head-meta{align-self:end}.lookbook-mosaic__head-meta>span{font-size:.58rem;letter-spacing:.1em}.lookbook-mosaic__head-meta p{max-width:32ch;margin-top:1rem;font-size:.86rem}.lookbook-mosaic__grid{max-width:var(--page-width);margin:4rem auto 0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:3rem .7rem;align-items:start}.lookbook-card{text-decoration:none;display:block}.lookbook-card__media{position:relative;overflow:hidden;aspect-ratio:3/4}.lookbook-card__media img{width:100%;height:110%;object-fit:cover;transition:transform 1s var(--ease-out-expo),filter .5s}.lookbook-card:hover .lookbook-card__media img{transform:scale(1.035)}.lookbook-card__number,.lookbook-card__arrow{position:absolute;top:.7rem;background:#090909;color:#fff;width:28px;height:28px;display:grid;place-items:center;font-size:.52rem}.lookbook-card__number{left:.7rem}.lookbook-card__arrow{right:.7rem;transform:translateY(-45px);transition:transform .5s var(--ease-out-expo)}.lookbook-card:hover .lookbook-card__arrow{transform:none}.lookbook-card__caption{display:flex;justify-content:space-between;gap:1rem;margin-top:.6rem;font-size:.6rem;letter-spacing:.08em;text-transform:uppercase}.lookbook-card__caption span{opacity:.55}.lookbook-card--3,.lookbook-card--6{grid-column:1/-1}.lookbook-card--3 .lookbook-card__media,.lookbook-card--6 .lookbook-card__media{aspect-ratio:16/10}.lookbook-mosaic__end{max-width:var(--page-width);margin:5rem auto 0;padding-top:1rem;border-top:1px solid color-mix(in srgb,currentColor 22%,transparent);display:flex;justify-content:space-between;align-items:center;gap:1rem}.lookbook-mosaic__end>span{font-size:.58rem;letter-spacing:.1em;text-transform:uppercase}
@media(min-width:750px){.lookbook-mosaic{padding-inline:var(--gutter-desktop)}.lookbook-mosaic__head{grid-template-columns:2.1fr .9fr}.lookbook-mosaic__grid{grid-template-columns:repeat(12,1fr);gap:6rem 1rem}.lookbook-card--1{grid-column:1/span 5}.lookbook-card--2{grid-column:8/span 5;margin-top:9rem}.lookbook-card--3{grid-column:3/span 8}.lookbook-card--4{grid-column:1/span 4;margin-top:7rem}.lookbook-card--5{grid-column:6/span 4}.lookbook-card--6{grid-column:10/span 3;margin-top:13rem}.lookbook-card--3 .lookbook-card__media{aspect-ratio:16/10}.lookbook-card--6 .lookbook-card__media{aspect-ratio:3/4}}

/* manifesto */
.manifesto-kinetic{position:relative;padding:4rem var(--gutter-mobile) 3rem;overflow:hidden;min-height:88svh;display:flex;flex-direction:column;justify-content:space-between}.manifesto-kinetic__meta{display:flex;justify-content:space-between;gap:1rem}.manifesto-kinetic__meta>span:last-child{font-size:.55rem;letter-spacing:.1em}.manifesto-kinetic__statement{position:relative;z-index:2;margin:4rem 0;display:flex;flex-wrap:wrap;gap:0 .16em;font-family:var(--font-display);font-size:clamp(1.27rem,3.64vw,3.64rem);font-weight:400;line-height:.78;letter-spacing:-.075em;text-transform:uppercase}.manifesto-word{overflow:hidden;display:inline-block;padding:.06em 0}.manifesto-word i{display:block;font-style:normal}.manifesto-kinetic__bottom{position:relative;z-index:2;display:grid;grid-template-columns:auto 1fr;gap:1rem;align-items:end}.manifesto-kinetic__bottom>span{font-size:.55rem;letter-spacing:.1em}.manifesto-kinetic__bottom p{max-width:34ch;font-size:.9rem}.manifesto-kinetic__bottom a{grid-column:2;justify-self:start;margin-top:1rem}.manifesto-kinetic__orbit{position:absolute;right:-80px;bottom:-80px;width:260px;height:260px;border:1px solid color-mix(in srgb,currentColor 25%,transparent);border-radius:50%;display:grid;place-items:center;animation:orbit-spin 18s linear infinite}.manifesto-kinetic__orbit span{font-size:.5rem;letter-spacing:.13em}@keyframes orbit-spin{to{transform:rotate(360deg)}}
@media(min-width:900px){.manifesto-kinetic{padding:5rem var(--gutter-desktop) 4rem;min-height:100svh}.manifesto-kinetic__bottom{grid-template-columns:1fr 1fr 1fr}.manifesto-kinetic__bottom p{grid-column:2}.manifesto-kinetic__bottom a{grid-column:3;grid-row:1;justify-self:end;margin:0}.manifesto-kinetic__orbit{width:420px;height:420px;right:-120px;bottom:-120px}}

/* footer */
.site-footer{padding:5rem var(--gutter-mobile) 1.2rem;overflow:hidden}.site-footer__newsletter{max-width:var(--page-width);margin:auto;display:grid;gap:2rem;padding-bottom:4rem;border-bottom:1px solid color-mix(in srgb,currentColor 18%,transparent)}.site-footer__newsletter-title h2{font-family:var(--font-display);font-size:clamp(1.37rem,3.6vw,3.6rem);line-height:.8;letter-spacing:-.07em;font-weight:400;margin-top:1rem}.site-footer__newsletter-form{align-self:end}.site-footer__newsletter-form>p{max-width:32ch;font-size:.82rem;opacity:.7;margin-bottom:1.3rem}.newsletter-line{display:grid;grid-template-columns:1fr auto;border-bottom:1px solid currentColor;align-items:center}.newsletter-line input{background:transparent;border:0;outline:0;padding:.8rem 0;font-size:.82rem;letter-spacing:.08em}.newsletter-line button{font-size:1.3rem;padding:.5rem}.form-status{font-size:.7rem;margin-top:.7rem}.site-footer__middle{max-width:var(--page-width);margin:3rem auto;display:grid;gap:3rem}.site-footer__manifesto{display:grid;grid-template-columns:3rem 1fr;gap:1rem}.site-footer__index{font-size:.55rem;letter-spacing:.1em;color:var(--acid)}.site-footer__manifesto p{font-family:var(--font-display);font-size:clamp(1.7rem,3.5vw,3.3rem);line-height:.98;max-width:17ch}.site-footer__columns{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem 1rem}.site-footer__column{display:flex;flex-direction:column;align-items:flex-start;gap:.55rem}.site-footer__column .micro-label{opacity:.5;margin-bottom:.55rem}.site-footer__column a{text-decoration:none;font-size:.78rem;display:flex;gap:.7rem;align-items:center}.site-footer__column a i{font-style:normal;opacity:0;transform:translate(-4px,4px);transition:.3s}.site-footer__column a:hover i{opacity:1;transform:none}.site-footer__text{font-size:.78rem;opacity:.72;max-width:20ch}.site-footer__wordmark{display:block;width:100%;text-align:left;color:inherit;overflow:hidden;border-block:1px solid color-mix(in srgb,currentColor 18%,transparent);padding:.5rem 0 .2rem}.site-footer__wordmark span{display:block;font-family:var(--font-heading);font-size:clamp(1.14rem,3.61vw,3.8rem);font-weight:700;letter-spacing:-.085em;line-height:.72;white-space:nowrap;transform-origin:center bottom;transition:transform .8s var(--ease-out-expo)}.site-footer__wordmark:hover span{transform:scaleX(.96) translateY(-.04em)}.site-footer__bottom{max-width:var(--page-width);margin:1rem auto 0;display:flex;flex-wrap:wrap;align-items:center;gap:.8rem 1.4rem;font-size:.54rem;letter-spacing:.08em;text-transform:uppercase}.site-footer__legal{display:flex;gap:1rem;flex-wrap:wrap}.site-footer__legal a{text-decoration:none;opacity:.6}.site-footer__payments{display:flex;gap:.25rem;margin-left:auto}.site-footer__payments svg{width:32px;height:auto}.site-footer__top-link{font-size:inherit;letter-spacing:inherit}
@media(min-width:800px){.site-footer{padding-inline:var(--gutter-desktop)}.site-footer__newsletter{grid-template-columns:1.5fr .5fr}.site-footer__middle{grid-template-columns:1fr 1.25fr}.site-footer__columns{grid-template-columns:repeat(3,1fr)}.site-footer__bottom{flex-wrap:nowrap}}

/* drawers */
.drawer-scrim{position:absolute;inset:0;width:100%;height:100%;background:rgba(0,0,0,.56);backdrop-filter:blur(4px);opacity:0;transition:opacity .35s}
.cart-drawer,.search-drawer{position:fixed;inset:0;z-index:500;visibility:hidden;pointer-events:none}.cart-drawer.is-open,.search-drawer.is-open{visibility:visible;pointer-events:auto}.cart-drawer.is-open .drawer-scrim,.search-drawer.is-open .drawer-scrim{opacity:1}
.cart-drawer__panel{position:absolute;right:0;top:0;width:min(100%,520px);height:100%;background:var(--surface);color:var(--ink);transform:translateX(102%);transition:transform .65s var(--ease-out-expo);display:flex;flex-direction:column}.cart-drawer.is-open .cart-drawer__panel{transform:none}.cart-drawer__header{padding:1.2rem 1.3rem 1rem;display:flex;justify-content:space-between;align-items:start;border-bottom:1px solid color-mix(in srgb,currentColor 16%,transparent)}.cart-drawer__header h2{font-family:var(--font-display);font-size:2.5rem;font-weight:400;letter-spacing:-.05em;margin-top:.25rem}.cart-drawer__body{flex:1;overflow:auto}.cart-drawer__empty{min-height:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:2rem;gap:1.5rem}.cart-drawer__empty-index{font-family:var(--font-display);font-size:7rem;line-height:.8;color:color-mix(in srgb,currentColor 12%,transparent)}.cart-drawer__empty p{max-width:20ch;font-family:var(--font-display);font-size:2rem;line-height:1}.cart-drawer__items{padding:1.2rem}.cart-item{display:grid;grid-template-columns:96px 1fr;gap:1rem;padding:0 0 1.2rem;margin-bottom:1.2rem;border-bottom:1px solid color-mix(in srgb,currentColor 14%,transparent)}.cart-item__image{aspect-ratio:3/4;overflow:hidden}.cart-item__image img{width:100%;height:100%;object-fit:cover}.cart-item__info{display:flex;flex-direction:column;justify-content:space-between}.cart-item__top,.cart-item__bottom{display:flex;justify-content:space-between;gap:1rem}.cart-item__title{text-decoration:none;font-size:.82rem;font-weight:700}.cart-item__variant{font-size:.68rem;opacity:.55;margin-top:.2rem}.cart-item__remove{font-size:.6rem;text-decoration:underline;text-underline-offset:3px;opacity:.55}.cart-item__price{font-size:.75rem;align-self:center}.qty{display:inline-flex;border:1px solid color-mix(in srgb,currentColor 25%,transparent)}.qty button{width:28px;height:28px}.qty input{width:34px;text-align:center;border:0;background:transparent;font-size:.68rem;-moz-appearance:textfield}.qty input::-webkit-outer-spin-button,.qty input::-webkit-inner-spin-button{-webkit-appearance:none}.cart-drawer__footer{padding:1rem 1.3rem 1.3rem;border-top:1px solid color-mix(in srgb,currentColor 16%,transparent)}.shipping-meter p{font-size:.68rem;margin-bottom:.5rem}.shipping-meter__track{height:2px;background:color-mix(in srgb,currentColor 20%,transparent);margin-bottom:1rem}.shipping-meter__track span{display:block;height:100%;background:var(--acid);transition:width .5s}.cart-drawer__subtotal{display:flex;justify-content:space-between;margin:1rem 0;font-size:.8rem}.cart-drawer__view-cart{display:block;text-align:center;margin-top:.8rem;font-size:.65rem;text-transform:uppercase;letter-spacing:.08em;text-underline-offset:3px}
.search-drawer__panel{position:absolute;top:0;left:0;right:0;background:#f2efe8;color:#090909;transform:translateY(-102%);transition:transform .7s var(--ease-out-expo);padding:1rem var(--gutter-mobile) 2.5rem;min-height:min(78vh,720px)}.search-drawer.is-open .search-drawer__panel{transform:none}.search-drawer__header{display:flex;justify-content:space-between;align-items:center}.search-drawer__input-wrap{position:relative;margin:3rem 0 2rem;border-bottom:2px solid #090909}.search-drawer__input{width:100%;border:0;background:transparent;outline:0;font-family:var(--font-display);font-size:clamp(1.16rem,3.1vw,3.1rem);line-height:1;padding:.15em 2.5rem .15em 0;letter-spacing:-.06em}.search-drawer__input::placeholder{color:#090909;opacity:.22}.search-drawer__arrow{position:absolute;right:0;bottom:.5rem;font-size:2rem}.search-drawer__suggestions{display:grid;grid-template-columns:1fr 3fr;gap:1rem}.search-drawer__quick-links{display:flex;flex-wrap:wrap;gap:.7rem 1.4rem}.search-drawer__quick-links a{text-decoration:none;font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;border-bottom:1px solid currentColor}.search-drawer__results{margin-top:1.5rem;max-height:44vh;overflow:auto}
@media(min-width:750px){.search-drawer__panel{padding-inline:var(--gutter-desktop)}.search-drawer__input-wrap{margin-top:4rem}.search-drawer__suggestions{grid-template-columns:1fr 4fr}}

/* predictive result compatibility */
.atelier-predictive-search__grid,.predictive-search__results{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.atelier-predictive-search__item{display:flex;gap:.8rem;text-decoration:none}.atelier-predictive-search__item img{width:72px;aspect-ratio:3/4;object-fit:cover}.atelier-predictive-search__heading{font-size:.65rem;letter-spacing:.1em;text-transform:uppercase;margin:1rem 0}.atelier-predictive-search__title{font-size:.76rem}.atelier-predictive-search__price{font-size:.7rem;opacity:.6}

/* generic form */
.atelier-field{width:100%;min-height:46px;padding:.7rem .8rem;background:transparent;border:1px solid color-mix(in srgb,currentColor 28%,transparent);outline:0}.atelier-field:focus{border-color:currentColor}.atelier-field-error{font-size:.72rem;color:#b3261e;margin-top:.5rem}
.atelier-btn{min-height:var(--button-height);display:inline-flex;align-items:center;justify-content:center;padding:0 1.25rem;border:1px solid currentColor;background:var(--button-bg);color:var(--button-ink);text-transform:uppercase;letter-spacing:.08em;font-size:.72rem;text-decoration:none;cursor:pointer}
.atelier-ratio{overflow:hidden}.atelier-ratio img{width:100%;height:100%;object-fit:cover}
.atelier-link{color:inherit;background:none;border:0}.atelier-overlay{position:fixed;inset:0;background:rgba(0,0,0,.55);opacity:0;pointer-events:none}

/* quick add popover */
.atelier-quick-add-popover{position:absolute;z-index:8;left:.65rem;right:.65rem;bottom:.65rem;background:#f2efe8;color:#090909;padding:.8rem;box-shadow:0 12px 40px rgba(0,0,0,.18)}.atelier-quick-add-popover__label{font-size:.6rem;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.5rem}.atelier-quick-add-popover__pills{display:flex;gap:.35rem;flex-wrap:wrap}.atelier-quick-add-popover__pills button{border:1px solid #aaa;padding:.4rem .55rem;font-size:.65rem}.atelier-quick-add-popover__pills button:disabled{text-decoration:line-through;opacity:.4}

/* compatibility product UI */
.atelier-swatch-group,.atelier-pill-group{display:flex;gap:.5rem;flex-wrap:wrap}.atelier-swatch-btn{width:32px;height:32px;border-radius:50%;background:var(--swatch-color,#ddd);border:1px solid color-mix(in srgb,currentColor 25%,transparent);box-shadow:inset 0 0 0 3px var(--surface);transition:box-shadow .2s}.atelier-swatch-btn.is-selected{box-shadow:0 0 0 1px currentColor,inset 0 0 0 3px var(--surface)}.atelier-pill-btn{min-width:44px;min-height:40px;border:1px solid color-mix(in srgb,currentColor 24%,transparent);padding:.4rem .7rem}.atelier-pill-btn.is-selected{background:currentColor;color:var(--surface)}.atelier-pill-btn.is-unavailable,.atelier-swatch-btn.is-unavailable{opacity:.3;text-decoration:line-through}.atelier-qty-stepper{display:inline-flex;border:1px solid color-mix(in srgb,currentColor 22%,transparent)}.atelier-qty-stepper button{width:38px;height:38px;display:grid;place-items:center}.atelier-qty-stepper__input{width:42px;border:0;background:transparent;text-align:center}.atelier-sticky-atc{position:fixed;left:0;right:0;bottom:0;z-index:60;background:var(--surface);color:var(--ink);border-top:1px solid color-mix(in srgb,currentColor 18%,transparent);transform:translateY(110%);transition:transform .45s var(--ease-out-expo)}.atelier-sticky-atc.is-visible{transform:none}.atelier-sticky-atc__inner{display:flex;justify-content:space-between;align-items:center;padding:.6rem 0}.atelier-sticky-atc__info{display:flex;gap:.7rem;align-items:center}.atelier-sticky-atc__info img{width:42px;height:52px;object-fit:cover}.atelier-sticky-atc__title{font-size:.72rem;font-weight:700}.atelier-sticky-atc__price{font-size:.65rem;opacity:.6}

/* custom liquid */
.custom-liquid-section{padding:var(--section-space) var(--gutter-mobile)}.custom-liquid-section__inner{max-width:var(--page-width)}
@media(min-width:750px){.custom-liquid-section{padding-inline:var(--gutter-desktop)}}

/* mobile motion safety */
@media(max-width:749px){.product-card__quick{transform:none}.site-header__actions .site-header__action>span:first-child{display:none}.site-header__edition{display:none}.site-header__actions{gap:.55rem}.hero-kinetic__copy p{font-size:.78rem}.editorial-collage__stage{min-height:82vh}.editorial-collage__image--a{width:64%;height:60%}.editorial-collage__image--b{width:44%;height:42%}.editorial-collage__image--c{width:36%;height:31%}.site-footer__payments{width:100%;margin-left:0}}

/* reduced motion */
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto!important}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}[data-reveal],[data-reveal-word]{opacity:1!important;transform:none!important}.page-intro{display:none!important}.horizontal-story{height:auto!important}.horizontal-story__sticky{position:relative!important;height:auto!important}.horizontal-story__track{display:grid!important;transform:none!important;height:auto!important}.horizontal-story__panel{width:auto!important;min-height:80vh!important}.kinetic-ticker__track{animation:none!important}}

/* 0.3 motion refinements */
[data-parallax]{transform:translate3d(0,var(--parallax-y,0),0);will-change:transform}
.hero-kinetic__image{transform:translate3d(var(--mx,0),var(--my,0),0) scale(1.075)}
.hero-kinetic__stamp{transform:translate3d(var(--fx,0),var(--fy,0),0)}
.split-word{display:inline-block;overflow:hidden;vertical-align:bottom;margin-right:.12em}
.split-word__inner{display:inline-block;transform:translateY(112%);opacity:.25}
[data-split-reveal].is-revealed{opacity:1!important;transform:none!important}
[data-split-reveal].is-revealed .split-word__inner{transform:none;opacity:1;transition:transform 1s var(--ease-out-expo) var(--word-delay),opacity .55s ease var(--word-delay)}
html[data-design-mode="true"] .split-word__inner{transform:none!important;opacity:1!important}
.object-focus__lens.is-visible{opacity:1}
html[data-design-mode="true"] .horizontal-story{height:auto!important}
html[data-design-mode="true"] .horizontal-story__sticky{position:relative!important;height:auto!important;overflow:visible!important}
html[data-design-mode="true"] .horizontal-story__track{display:grid!important;height:auto!important;transform:none!important;gap:3rem!important}
html[data-design-mode="true"] .horizontal-story__panel{width:auto!important;min-height:80vh!important;padding-right:0!important}
html[data-design-mode="true"] .horizontal-story__ghost{display:none!important}

/* predictive search / deliberately editorial, not an app-like dropdown */
.predictive-grid{display:grid;gap:2rem;padding-top:1.4rem;border-top:1px solid rgba(0,0,0,.18)}
.predictive-heading{display:flex;justify-content:space-between;gap:1rem;margin-bottom:1rem;font-size:.58rem;letter-spacing:.11em;text-transform:uppercase}
.predictive-heading span:last-child{opacity:.45}
.predictive-products{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.4rem .7rem}
.predictive-product{text-decoration:none;min-width:0}.predictive-product__media{position:relative;aspect-ratio:3/4;background:#dedbd4;overflow:hidden}.predictive-product__media img{width:100%;height:100%;object-fit:cover;transition:transform .8s var(--ease-out-expo)}.predictive-product:hover img{transform:scale(1.035)}.predictive-product__media>span{position:absolute;top:.55rem;left:.55rem;display:grid;place-items:center;width:26px;height:26px;background:#090909;color:#fff;font-size:.5rem}.predictive-product__meta{display:flex;justify-content:space-between;gap:.7rem;margin-top:.55rem;font-size:.64rem;text-transform:uppercase;letter-spacing:.055em}.predictive-product__meta strong{font-weight:650}.predictive-product__meta em{font-style:normal;opacity:.55}.predictive-grid__aside{display:flex;flex-direction:column;gap:2rem}.predictive-links{display:flex;flex-direction:column;align-items:flex-start;gap:.55rem}.predictive-links .micro-label{opacity:.45;margin-bottom:.4rem}.predictive-links a{text-decoration:none;font-family:var(--font-display);font-size:clamp(1.4rem,3vw,2.4rem);line-height:1;letter-spacing:-.035em}.predictive-links a i{font-family:var(--font-body);font-style:normal;font-size:.7rem;opacity:0;transition:.3s}.predictive-links a:hover i{opacity:1}.predictive-empty{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:1.2rem;padding:3rem 0}.predictive-empty span{font-family:var(--font-display);font-size:4.5rem;opacity:.15}.predictive-empty p{font-family:var(--font-display);font-size:1.5rem;max-width:24ch}.search-drawer.is-searching .search-drawer__arrow{animation:search-spin .8s linear infinite}@keyframes search-spin{to{transform:rotate(360deg)}}
@media(min-width:750px){.predictive-grid{grid-template-columns:minmax(0,3fr) minmax(220px,1fr);gap:3rem}.predictive-products{grid-template-columns:repeat(3,minmax(0,1fr))}}

/* Product / Object page */
.product-kinetic{background:var(--surface);color:var(--ink);position:relative;padding-bottom:0}.product-kinetic__rail{min-height:34px;padding:0 var(--gutter-mobile);display:flex;align-items:center;justify-content:space-between;gap:1rem;border-bottom:1px solid color-mix(in srgb,currentColor 16%,transparent);font-size:.54rem;letter-spacing:.09em;text-transform:uppercase}.product-kinetic__rail>span:not(.micro-label){opacity:.45}.product-kinetic__layout{display:grid}.product-gallery{display:flex;flex-direction:column;gap:.7rem}
.product-gallery__stage{position:relative;width:100%;aspect-ratio:4/5;overflow:hidden;background:color-mix(in srgb,currentColor 6%,transparent);border-radius:var(--media-radius)}
.product-gallery__slide{position:absolute;inset:0;opacity:0;transform:scale(1.02);transition:opacity .5s var(--ease-out-expo),transform .6s var(--ease-out-expo);pointer-events:none}
.product-gallery__slide.is-active{opacity:1;transform:scale(1);pointer-events:auto}
.product-gallery__image,.product-gallery__slide video,.product-gallery__slide iframe,.product-gallery__slide model-viewer{width:100%;height:100%;object-fit:cover;border:0;display:block}
.product-gallery__nav{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,.92);color:#090909;border:0;font-size:1.1rem;line-height:1;cursor:pointer;display:grid;place-items:center;opacity:0;transition:opacity .25s ease,background .25s ease}
.product-gallery__stage:hover .product-gallery__nav{opacity:1}
.product-gallery__nav--prev{left:.8rem}.product-gallery__nav--next{right:.8rem}
.product-gallery__nav:hover{background:#fff}
.product-gallery__counter{position:absolute;right:.8rem;bottom:.8rem;z-index:2;background:rgba(9,9,9,.72);color:#fff;font-size:.62rem;letter-spacing:.06em;padding:.3rem .55rem;border-radius:999px}
.product-gallery__thumbs{display:flex;gap:.55rem;overflow-x:auto;scrollbar-width:none;padding-bottom:2px}
.product-gallery__thumbs::-webkit-scrollbar{display:none}
.product-gallery__thumb{position:relative;flex:0 0 auto;width:64px;height:80px;border-radius:calc(var(--media-radius) * .5);overflow:hidden;border:2px solid transparent;padding:0;cursor:pointer;opacity:.55;transition:opacity .25s ease,border-color .25s ease;background:color-mix(in srgb,currentColor 6%,transparent)}
.product-gallery__thumb img{width:100%;height:100%;object-fit:cover;display:block}
.product-gallery__thumb.is-active{opacity:1;border-color:var(--terracotta)}
.product-gallery__thumb:hover{opacity:.85}
.product-gallery__thumb-play{position:absolute;inset:0;display:grid;place-items:center;color:#fff;font-size:.7rem;background:rgba(9,9,9,.28)}.product-panel{padding:2rem var(--gutter-mobile) 4rem}.product-panel__sticky{display:flex;flex-direction:column}.product-block{padding:1rem 0;border-bottom:1px solid color-mix(in srgb,currentColor 16%,transparent)}.product-block:first-child{padding-top:0}.product-eyebrow{display:flex;align-items:center;justify-content:space-between;gap:1rem}.product-status{font-size:.55rem;letter-spacing:.1em;text-transform:uppercase;display:flex;align-items:center;gap:.45rem}.product-status i{width:6px;height:6px;border-radius:50%;background:#43a047;box-shadow:0 0 0 4px color-mix(in srgb,#43a047 16%,transparent)}.product-status.is-sold{opacity:.55}.product-title{font-family:var(--font-display);font-size:clamp(1.43rem,3.37vw,2.95rem);font-weight:400;letter-spacing:-.065em;line-height:.82;text-transform:uppercase;max-width:9ch}.product-price{display:flex;gap:.8rem;align-items:center;font-size:.82rem;letter-spacing:.06em}.product-price s{opacity:.4}.product-copy{font-size:.9rem;max-width:42ch;line-height:1.6}.product-option{border:0;padding:0;margin:0 0 1.4rem}.product-option:last-child{margin-bottom:0}.product-option legend{width:100%;display:flex;justify-content:space-between;gap:1rem;margin-bottom:.8rem;font-size:.62rem;letter-spacing:.09em;text-transform:uppercase}.product-option legend em{font-style:normal;opacity:.5}.product-options .atelier-pill-btn{min-width:52px;height:44px;border-color:color-mix(in srgb,currentColor 24%,transparent);font-size:.66rem;letter-spacing:.06em}.product-options .atelier-pill-btn.is-selected{background:var(--ink);color:var(--surface)}.product-options .atelier-swatch-btn{width:36px;height:36px;box-shadow:inset 0 0 0 4px var(--surface)}.product-buy__row{display:grid;grid-template-columns:auto 1fr;gap:.55rem}.product-buy__row .atelier-qty-stepper{height:var(--button-height)}.product-buy__row .atelier-qty-stepper button{height:100%;width:34px}.product-buy__row .atelier-qty-stepper__input{height:100%;width:34px}.product-atc{width:100%;border:0}.shopify-payment-button{margin-top:.55rem}.shopify-payment-button__button{border-radius:var(--button-radius)!important;min-height:var(--button-height)!important}.product-accordion summary{display:flex;justify-content:space-between;gap:1rem;cursor:pointer;font-size:.63rem;letter-spacing:.09em;text-transform:uppercase;list-style:none}.product-accordion summary::-webkit-details-marker{display:none}.product-accordion summary span{font-size:1rem;font-weight:300;transition:transform .35s}.product-accordion[open] summary span{transform:rotate(45deg)}.product-accordion__content{padding:1rem 0 .25rem;font-size:.85rem;line-height:1.65;max-width:48ch}.product-accordion__content table{width:100%;border-collapse:collapse}.product-accordion__content td,.product-accordion__content th{border-bottom:1px solid color-mix(in srgb,currentColor 14%,transparent);padding:.55rem;text-align:left}.product-related-shell{margin-top:4rem}.atelier-recommendations{padding:5rem var(--gutter-mobile);background:var(--ivory);color:#090909}.atelier-recommendations__heading{font-family:var(--font-display);font-size:clamp(1.17rem,3.27vw,2.8rem);font-weight:400;letter-spacing:-.06em;line-height:.85;text-transform:uppercase;margin-bottom:2rem}.atelier-recommendations__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem .7rem}
@media(min-width:990px){.product-kinetic__rail{padding-inline:var(--gutter-desktop)}.product-kinetic__layout{grid-template-columns:minmax(0,1.15fr) minmax(380px,1fr);align-items:start}.product-gallery__stage{aspect-ratio:4/5}.product-gallery{position:sticky;top:108px}.product-panel{padding:3rem var(--gutter-desktop) 6rem 3rem;min-height:auto}.product-panel__sticky{position:static}.product-title{font-size:clamp(1.9rem,2.6vw,3.2rem)}.atelier-recommendations{padding-inline:var(--gutter-desktop)}.atelier-recommendations__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:560px){.product-buy__row{grid-template-columns:1fr}.product-buy__row .atelier-qty-stepper{width:max-content}.atelier-recommendations__grid{grid-template-columns:1fr 1fr}}

.product-block__heading{font-family:var(--font-heading);font-weight:700;font-size:var(--type-h4);margin:0 0 .8rem;letter-spacing:-.01em}
.product-quicknav__list{display:flex;flex-wrap:wrap;gap:.5rem}
.product-quicknav__list a{padding:.5rem .9rem;border-radius:999px;border:1px solid color-mix(in srgb,currentColor 22%,transparent);font-size:.72rem;letter-spacing:.03em;text-decoration:none;color:inherit;transition:background .2s,border-color .2s;scroll-behavior:smooth}
.product-quicknav__list a:hover{background:color-mix(in srgb,currentColor 6%,transparent);border-color:var(--terracotta)}
.product-vet-quote__badge{display:inline-block;font-size:.6rem;letter-spacing:.1em;text-transform:uppercase;color:var(--terracotta);font-weight:700;margin-bottom:.6rem}
.product-vet-quote blockquote{margin:0 0 1rem;font-size:1rem;line-height:1.55;font-style:italic}
.product-vet-quote__person{display:flex;align-items:center;gap:.7rem}
.product-vet-quote__person img{width:44px;height:44px;border-radius:50%;object-fit:cover}
.product-vet-quote__person strong{display:block;font-size:.85rem}
.product-vet-quote__person span{font-size:.72rem;opacity:.6}
.product-ingredients__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}
.product-ingredients__item{display:flex;gap:.7rem;align-items:flex-start}
.product-ingredients__icon{font-size:1.4rem;line-height:1}
.product-ingredients__item strong{display:block;font-size:.82rem;margin-bottom:.2rem}
.product-ingredients__item p{margin:0;font-size:.76rem;opacity:.68;line-height:1.4}
.product-benefits__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}
.product-benefits__list li{position:relative;padding-left:1.3rem;font-size:.85rem;line-height:1.4}
.product-benefits__list li::before{content:'✓';position:absolute;left:0;color:var(--terracotta);font-weight:700}
.product-dosage__table{width:100%;border-collapse:collapse;font-size:.82rem;margin-bottom:.7rem}
.product-dosage__table th,.product-dosage__table td{text-align:left;padding:.55rem .3rem;border-bottom:1px solid color-mix(in srgb,currentColor 14%,transparent)}
.product-dosage__table th{font-size:.62rem;letter-spacing:.08em;text-transform:uppercase;opacity:.6}
.product-dosage__tip{font-size:.76rem;opacity:.65;margin:0}
.product-symptoms p{font-size:.85rem;line-height:1.5;margin:0 0 .7rem}
.product-symptoms__list{list-style:none;margin:0 0 .8rem;padding:0;display:flex;flex-direction:column;gap:.45rem}
.product-symptoms__list li{position:relative;padding-left:1.3rem;font-size:.85rem;line-height:1.4}
.product-symptoms__list li::before{content:'•';position:absolute;left:.2rem;color:var(--terracotta)}
.product-symptoms__closing{font-size:.85rem;font-weight:600;margin:0}
.product-tiers__grid{display:grid;gap:.6rem}
.product-tiers__card{position:relative;display:flex;flex-direction:column;gap:.25rem;padding:.85rem 1rem;border:1.5px solid color-mix(in srgb,currentColor 20%,transparent);border-radius:calc(var(--card-radius) * .6);background:transparent;cursor:pointer;text-align:left;transition:border-color .2s,background .2s}
.product-tiers__card:hover{border-color:var(--terracotta)}
.product-tiers__card.is-selected{border-color:var(--terracotta);background:color-mix(in srgb,var(--terracotta) 8%,transparent)}
.product-tiers__card:disabled{opacity:.4;cursor:not-allowed}
.product-tiers__title{font-weight:700;font-size:.88rem}
.product-tiers__price{font-size:.8rem}
.product-tiers__price s{opacity:.45;margin-right:.35rem}
.product-tiers__save{position:absolute;top:-.6rem;right:.8rem;background:var(--terracotta);color:#fff;font-size:.58rem;letter-spacing:.05em;padding:.2rem .5rem;border-radius:999px;font-weight:700}
@media(min-width:560px){.product-ingredients__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-tiers__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}

.product-timeline__track{position:relative;padding-left:1.7rem;display:flex;flex-direction:column;gap:1.7rem}
.product-timeline__track::before{content:'';position:absolute;left:4px;top:6px;bottom:6px;width:1px;background:color-mix(in srgb,currentColor 18%,transparent)}
.product-timeline__marker{position:absolute;left:0;top:0;width:9px;height:9px;border-radius:50%;background:var(--terracotta);box-shadow:0 0 0 4px color-mix(in srgb,var(--terracotta) 20%,transparent);transition:top .5s var(--ease-out-expo);z-index:2}
.product-timeline__stage{position:relative;opacity:.35;transition:opacity .5s ease}
.product-timeline__stage.is-active{opacity:1}
.product-timeline__dot{position:absolute;left:-1.7rem;top:.16rem;width:9px;height:9px;border-radius:50%;background:color-mix(in srgb,currentColor 25%,transparent);transition:background .3s ease}
.product-timeline__stage.is-active .product-timeline__dot{background:var(--terracotta)}
.product-timeline__content h4{margin:0 0 .3rem;font-size:.86rem;font-weight:700}
.product-timeline__content p{margin:0;font-size:.8rem;line-height:1.5;opacity:.85}
.product-timeline__closing{display:flex;gap:.6rem;align-items:flex-start;margin-top:1.3rem;padding:.9rem 1rem;border:1px solid color-mix(in srgb,currentColor 16%,transparent);border-radius:calc(var(--card-radius) * .5);font-size:.8rem}
.product-timeline__check{flex:0 0 auto;width:22px;height:22px;border-radius:50%;background:color-mix(in srgb,var(--terracotta) 16%,transparent);color:var(--terracotta);display:grid;place-items:center;font-size:.68rem;font-weight:700}

/* shared utility layer for native page / collection / cart templates */
:root{--grid-gap:1rem;--z-header:90;--z-modal:450}
.atelier-section:not(.atelier-recommendations){padding:clamp(1.74rem,3.1vw,3.1rem) 0;background:var(--surface);color:var(--ink)}
.atelier-container--narrow{max-width:900px}
.atelier-page h1,.atelier-blog h1,.atelier-article h1,.atelier-collection__header h1,.atelier-search h1,.atelier-collection-list h1{font-family:var(--font-display);font-size:clamp(1.36rem,3.49vw,3.1rem);font-weight:400;line-height:.84;letter-spacing:-.065em;text-transform:uppercase;margin-bottom:2rem}
.atelier-page__content,.atelier-article__content{font-size:clamp(1rem,1.25vw,1.18rem);line-height:1.75}.atelier-page__content h2,.atelier-article__content h2{font-family:var(--font-display);font-weight:400;font-size:clamp(1.17rem,2.34vw,2.34rem);letter-spacing:-.045em;line-height:.95;margin:2em 0 .7em}.atelier-page__content p,.atelier-article__content p{margin:1em 0}.atelier-page__content img,.atelier-article__content img{margin:2rem auto;width:100%;height:auto}
.atelier-drawer{position:fixed;top:0;bottom:0;width:min(92vw,470px);background:var(--surface,#f2efe8);color:var(--ink,#090909);transform:translateX(105%);transition:transform .6s var(--ease-out-expo);z-index:var(--z-modal);display:flex;flex-direction:column;box-shadow:0 0 60px rgba(0,0,0,.18)}.atelier-drawer--left{left:0;right:auto;transform:translateX(-105%)}.atelier-drawer.is-open{transform:none}.atelier-drawer__header{display:flex;justify-content:space-between;align-items:center;padding:1.2rem;border-bottom:1px solid color-mix(in srgb,currentColor 16%,transparent)}.atelier-header__icon-btn{width:38px;height:38px;display:grid;place-items:center;border:1px solid color-mix(in srgb,currentColor 18%,transparent);border-radius:50%}.atelier-header__icon-btn svg{width:16px}.atelier-overlay.is-open{opacity:1;pointer-events:auto;z-index:calc(var(--z-modal) - 1)}
.atelier-collection__header{text-align:left!important;display:grid;grid-template-columns:1fr auto;align-items:end;gap:1rem 2rem;border-bottom:1px solid color-mix(in srgb,currentColor 18%,transparent);padding-bottom:1rem}.atelier-collection__header h1{grid-column:1/-1;margin:0}.atelier-collection__description{max-width:45ch;line-height:1.5}.atelier-collection__count{align-self:end;text-transform:uppercase;letter-spacing:.08em;font-size:.6rem!important}.atelier-collection__toolbar{justify-content:space-between;margin:2rem 0!important}.atelier-collection__grid{row-gap:3.5rem!important}.atelier-collection__pagination{border-top:1px solid color-mix(in srgb,currentColor 14%,transparent);padding-top:2rem}.atelier-blog__grid,.atelier-collection-list__grid{row-gap:4rem!important}.atelier-blog__card a,.atelier-collection-list__card a{text-decoration:none}.atelier-blog__card h2,.atelier-collection-list__card h2{font-family:var(--font-display);font-weight:400;font-size:clamp(1.4rem,2.4vw,2.4rem);letter-spacing:-.04em;line-height:.95;margin-top:.8rem}.atelier-search__form{display:grid;grid-template-columns:1fr auto;gap:.5rem;max-width:760px;margin-bottom:3rem}

/* contact */
.contact-editorial{padding:clamp(1.8rem,3.6vw,3.6rem) var(--gutter-mobile);min-height:85vh;background:var(--surface);color:var(--ink)}.contact-editorial__head{max-width:var(--page-width);margin:auto;border-top:1px solid color-mix(in srgb,currentColor 18%,transparent);padding-top:1rem;display:grid;gap:1.4rem}.contact-editorial__head h1{font-family:var(--font-display);font-size:clamp(1.21rem,3.94vw,3.64rem);font-weight:400;line-height:.77;letter-spacing:-.075em;text-transform:uppercase}.contact-editorial__head p{max-width:34ch;margin-left:auto;font-size:1rem}.contact-editorial__grid{max-width:var(--page-width);margin:5rem auto 0;display:grid;gap:4rem}.contact-editorial__aside{display:flex;flex-direction:column;align-items:flex-start;gap:1rem}.contact-editorial__index{font-size:.58rem;letter-spacing:.1em;opacity:.5}.contact-editorial__aside a{font-family:var(--font-display);font-size:1.8rem;text-decoration:none;border-bottom:1px solid currentColor}.contact-editorial__aside p{font-size:.78rem;max-width:24ch;opacity:.6}.contact-editorial__form form{display:grid;gap:1.1rem}.contact-field{display:grid;gap:.55rem;border-bottom:1px solid color-mix(in srgb,currentColor 22%,transparent);padding-bottom:.55rem}.contact-field label{font-size:.56rem;letter-spacing:.1em}.contact-field input,.contact-field textarea{width:100%;border:0;outline:0;background:transparent;padding:.4rem 0;font-family:var(--font-display);font-size:clamp(1.4rem,2.4vw,2.4rem);resize:vertical}.contact-field textarea{font-family:var(--font-body);font-size:1rem;min-height:120px}.contact-editorial__form .atelier-button{justify-self:start;margin-top:1rem}.contact-status{font-size:.78rem;padding:.8rem;border:1px solid color-mix(in srgb,currentColor 20%,transparent)}
@media(min-width:900px){.contact-editorial{padding-inline:var(--gutter-desktop)}.contact-editorial__grid{grid-template-columns:.8fr 1.2fr}.contact-editorial__head{grid-template-columns:1fr 2fr}.contact-editorial__head h1{grid-column:1/-1}.contact-editorial__head p{grid-column:2}}

/* password / launch page */
.template-password{background:#090909}.password-kinetic{position:relative;min-height:100svh;overflow:hidden;background:#090909;color:#f5f1e9}.password-kinetic__media{position:absolute;inset:0}.password-kinetic__media img{width:100%;height:100%;object-fit:cover;object-position:center 35%}.password-kinetic__veil{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.82),rgba(0,0,0,.12) 65%),linear-gradient(0deg,rgba(0,0,0,.55),transparent 60%)}.password-kinetic__content{position:relative;z-index:2;min-height:100svh;padding:1.2rem var(--gutter-mobile);display:flex;flex-direction:column}.password-kinetic__top{display:flex;justify-content:space-between;gap:1rem;border-bottom:1px solid rgba(255,255,255,.25);padding-bottom:.8rem;font-size:.58rem;letter-spacing:.11em;text-transform:uppercase}.password-kinetic__top strong{font-size:1rem}.password-kinetic__main{margin:auto 0;width:min(720px,100%)}.password-kinetic__main h1{font-family:var(--font-display);font-weight:400;font-size:clamp(1.48rem,4.28vw,3.62rem);letter-spacing:-.075em;line-height:.76;margin:1rem 0 1.5rem;white-space:pre-line}.password-kinetic__main>p{max-width:34ch;font-size:.88rem}.password-newsletter{margin-top:2rem;display:grid;grid-template-columns:1fr auto;border-bottom:1px solid #fff;max-width:520px}.password-newsletter input{border:0;background:transparent;color:#fff;outline:0;padding:.75rem 0;font-size:.68rem;letter-spacing:.08em}.password-newsletter input::placeholder{color:rgba(255,255,255,.6)}.password-newsletter button{color:#fff;display:flex;gap:.5rem;align-items:center;font-size:.65rem;letter-spacing:.08em}.password-newsletter p{grid-column:1/-1;font-size:.68rem;padding:.5rem 0}.password-access{align-self:flex-end;position:absolute;right:var(--gutter-mobile);bottom:1.2rem;width:min(320px,calc(100% - 36px))}.password-access summary{font-size:.56rem;letter-spacing:.1em;text-align:right;cursor:pointer;list-style:none}.password-access form{margin-top:.8rem;display:grid;grid-template-columns:1fr auto;background:rgba(9,9,9,.72);backdrop-filter:blur(10px);padding:.6rem}.password-access input{min-width:0;background:transparent;border:0;outline:0;color:#fff;font-size:.68rem}.password-access button{color:var(--acid);font-size:.6rem;letter-spacing:.08em}
@media(min-width:750px){.password-kinetic__content{padding:1.5rem var(--gutter-desktop)}.password-access{right:var(--gutter-desktop);bottom:1.5rem}}

/* ==========================================================================\n   ATELIER / KINETIC 0.4 — merchant essentials\n   ========================================================================== */

/* service promises */
.trust-rail{padding:1.25rem 0 0;border-top:1px solid color-mix(in srgb,currentColor 22%,transparent);border-bottom:1px solid color-mix(in srgb,currentColor 22%,transparent);overflow:hidden}
.trust-rail__top{display:flex;justify-content:space-between;align-items:flex-end;gap:2rem;padding-bottom:1.1rem}
.trust-rail__top p{font-size:.65rem;letter-spacing:.08em;text-transform:uppercase;opacity:.55;text-align:right}
.trust-rail__grid{display:grid;border-top:1px solid color-mix(in srgb,currentColor 22%,transparent)}
.trust-rail__item{position:relative;min-height:220px;padding:1.15rem var(--gutter-mobile) 1.4rem;display:grid;grid-template-columns:auto 1fr;align-content:space-between;gap:1.5rem;border-bottom:1px solid color-mix(in srgb,currentColor 22%,transparent);overflow:hidden}
.trust-rail__item::after{content:"";position:absolute;inset:auto 0 0;height:100%;background:var(--acid);transform:translateY(101%);transition:transform .7s var(--ease-out-expo);z-index:0}
.trust-rail__item>*{position:relative;z-index:1}
.trust-rail__item:hover::after{transform:none}
.trust-rail__item:hover{color:#090909}
.trust-rail__index{font-size:.55rem;letter-spacing:.1em;opacity:.5}
.trust-rail__icon{justify-self:end;font-family:var(--font-display);font-size:2.2rem;line-height:1}
.trust-rail__item>div:last-child{grid-column:1/-1;align-self:end}
.trust-rail__item h3{font-family:var(--font-heading);font-size:clamp(1rem,1.5vw,1.35rem);letter-spacing:-.035em;margin-bottom:.55rem}
.trust-rail__item p{font-size:.72rem;max-width:32ch;opacity:.67}
@media(min-width:750px){.trust-rail__grid{grid-template-columns:repeat(2,1fr)}.trust-rail__item{padding-inline:var(--gutter-desktop);border-right:1px solid color-mix(in srgb,currentColor 22%,transparent)}}
@media(min-width:1100px){.trust-rail__grid{grid-template-columns:repeat(4,1fr)}.trust-rail__item{min-height:250px}.trust-rail__item:last-child{border-right:0}}

/* editorial reviews */
.editorial-reviews{padding:clamp(1.99rem,3.25vw,3.25rem) 0;overflow:hidden}
.editorial-reviews__head{display:grid;gap:2.5rem;align-items:end;margin-bottom:3.5rem}
.editorial-reviews__head h2{font-family:var(--font-display);font-size:clamp(1.44rem,3.78vw,3.61rem);font-weight:400;line-height:.77;letter-spacing:-.075em;margin-top:1.15rem}
.editorial-reviews__score{display:flex;align-items:flex-end;gap:1.15rem;justify-content:flex-start}
.editorial-reviews__score>strong{font-family:var(--font-display);font-weight:400;font-size:clamp(1.87rem,3.36vw,3.17rem);line-height:.72;letter-spacing:-.075em}
.editorial-reviews__score>div{padding-bottom:.25rem}.editorial-reviews__stars,.review-card__stars{letter-spacing:.13em;font-size:.72rem}.editorial-reviews__score p{font-size:.58rem;letter-spacing:.1em;text-transform:uppercase;margin-top:.45rem;opacity:.58}
.editorial-reviews__editor-note{font-size:.55rem;letter-spacing:.09em;text-transform:uppercase;opacity:.55;margin-top:-2rem;margin-bottom:1.5rem}
.editorial-reviews__viewport{overflow-x:auto;scrollbar-width:none;scroll-snap-type:x mandatory;padding-left:var(--gutter-mobile)}
.editorial-reviews__viewport::-webkit-scrollbar{display:none}
.editorial-reviews__track{display:flex;width:max-content;gap:1px;background:color-mix(in srgb,currentColor 18%,transparent);border-block:1px solid color-mix(in srgb,currentColor 18%,transparent)}
.review-card{width:min(86vw,510px);min-height:480px;background:var(--surface);padding:1.2rem;display:flex;flex-direction:column;justify-content:space-between;scroll-snap-align:start}
.review-card__top,.review-card__person{display:flex;justify-content:space-between;gap:1rem}.review-card__number{font-size:.55rem;letter-spacing:.09em;opacity:.45}
.review-card blockquote{font-family:var(--font-display);font-size:clamp(1.21rem,2.84vw,2.52rem);font-weight:400;line-height:.95;letter-spacing:-.055em;margin:3.4rem 0}
.review-card__person{align-items:flex-end;border-top:1px solid color-mix(in srgb,currentColor 22%,transparent);padding-top:1rem}.review-card__person>div{display:grid;gap:.25rem}.review-card__person strong{font-size:.68rem;letter-spacing:.08em}.review-card__person span{font-size:.54rem;letter-spacing:.08em;opacity:.55}.review-card__product{text-align:right;max-width:16ch}
.editorial-reviews__app{width:min(86vw,650px);background:var(--surface);padding:1.5rem;scroll-snap-align:start}
.editorial-reviews__controls{display:flex;justify-content:space-between;align-items:center;padding-top:1rem}.editorial-reviews__controls>span{font-size:.55rem;letter-spacing:.1em;opacity:.55}.editorial-reviews__controls>div{display:flex}.editorial-reviews__controls button{width:54px;height:54px;border:1px solid color-mix(in srgb,currentColor 26%,transparent);font-size:1.1rem;transition:background .3s,color .3s}.editorial-reviews__controls button+button{border-left:0}.editorial-reviews__controls button:hover{background:currentColor;color:var(--surface)}
@media(min-width:750px){.editorial-reviews__head{grid-template-columns:1.4fr .6fr}.editorial-reviews__score{justify-content:flex-end}.editorial-reviews__viewport{padding-left:var(--gutter-desktop)}.review-card{width:min(43vw,620px);padding:1.5rem;min-height:560px}}

/* materials story */
.materials-story{padding:clamp(1.98rem,3.6vw,3.6rem) 0;overflow:hidden}
.materials-story__grid{display:grid;gap:4rem;align-items:center}
.materials-story__media{position:relative;min-height:620px;padding-bottom:4rem}
.materials-story__main{width:86%;height:min(75vh,850px);overflow:hidden}.materials-story__main img{width:100%;height:112%;object-fit:cover;margin-top:-6%;transform:scale(1.015)}
.materials-story__main span{position:absolute;left:1rem;top:1rem;background:#090909;color:#fff;padding:.45rem .6rem;font-size:.5rem;letter-spacing:.1em;text-transform:uppercase}
.materials-story__detail{position:absolute;right:0;bottom:0;width:42%;height:43%;border:8px solid var(--surface);overflow:hidden}.materials-story__detail img{width:100%;height:100%;object-fit:cover;transition:transform .8s var(--ease-out-expo)}.materials-story__detail:hover img{transform:scale(1.05)}
.materials-story__content{max-width:650px}.materials-story__content h2{font-family:var(--font-display);font-weight:400;font-size:clamp(1.39rem,2.86vw,3.05rem);line-height:.82;letter-spacing:-.067em;margin:1.4rem 0 2rem}
.materials-story__copy{font-size:clamp(1rem,1.45vw,1.3rem);max-width:39ch}.materials-story__facts{margin:2.7rem 0;border-top:1px solid color-mix(in srgb,currentColor 23%,transparent)}
.materials-story__fact{display:grid;grid-template-columns:.8fr 1.2fr;gap:1rem;padding:.9rem 0;border-bottom:1px solid color-mix(in srgb,currentColor 23%,transparent);text-transform:uppercase}.materials-story__fact span{font-size:.55rem;letter-spacing:.1em;opacity:.5}.materials-story__fact strong{font-size:.68rem;letter-spacing:.08em;font-weight:600}
@media(min-width:900px){.materials-story__grid{grid-template-columns:1.12fr .88fr;gap:clamp(1.44rem,2.88vw,3.6rem)}.materials-story--reverse .materials-story__media{order:2}.materials-story__media{min-height:760px}.materials-story__detail{width:40%;height:46%}}

/* community / UGC */
.community-grid{padding:clamp(1.99rem,3.25vw,3.25rem) 0;overflow:hidden}
.community-grid__head{display:grid;gap:1.6rem;align-items:end;margin-bottom:3rem}.community-grid__head h2{font-family:var(--font-display);font-size:clamp(1.4rem,3.5vw,3.32rem);font-weight:400;line-height:.78;letter-spacing:-.075em;margin-top:1rem}.community-grid__head p{max-width:36ch;font-size:.82rem;opacity:.7}
.community-grid__rail{display:flex;gap:.8rem;overflow-x:auto;scroll-snap-type:x mandatory;padding:0 var(--gutter-mobile) 1rem;scrollbar-width:none}.community-grid__rail::-webkit-scrollbar{display:none}
.community-card{flex:0 0 min(76vw,430px);color:inherit;text-decoration:none;scroll-snap-align:start}.community-card__media{position:relative;aspect-ratio:3/4;overflow:hidden;background:#111}.community-card__media img{width:100%;height:100%;object-fit:cover;transition:transform 1s var(--ease-out-expo),filter .5s}.community-card:hover img{transform:scale(1.055);filter:saturate(1.1)}.community-card__arrow{position:absolute;right:.75rem;top:.75rem;width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:var(--acid);color:#090909;transform:scale(0) rotate(-25deg);transition:transform .55s var(--ease-out-expo)}.community-card:hover .community-card__arrow{transform:scale(1) rotate(0)}
.community-card__meta{display:flex;justify-content:space-between;gap:1rem;padding:.75rem 0;text-transform:uppercase}.community-card__meta span{font-size:.54rem;letter-spacing:.09em;opacity:.55}.community-card__meta strong{font-size:.57rem;letter-spacing:.08em;text-align:right}
.community-grid__foot{display:flex;justify-content:space-between;align-items:center;gap:2rem;margin-top:1rem}.community-grid__foot>span{font-size:.55rem;letter-spacing:.09em;opacity:.5}
@media(min-width:750px){.community-grid__head{grid-template-columns:1.4fr .6fr}.community-grid__rail{padding-inline:var(--gutter-desktop);gap:1rem}.community-card{flex-basis:min(31vw,500px)}.community-card:nth-child(even){padding-top:6rem}.community-card:nth-child(3n){padding-top:2rem}}

/* press / logo wall */
.press-editorial{padding:clamp(1.94rem,3.1vw,3.1rem) 0;border-block:1px solid color-mix(in srgb,currentColor 20%,transparent)}
.press-editorial__head{display:flex;justify-content:space-between;gap:2rem;align-items:center}.press-editorial__head p{font-size:.55rem;letter-spacing:.08em;text-transform:uppercase;opacity:.5;max-width:38ch;text-align:right}
.press-editorial__logos{display:grid;grid-template-columns:repeat(2,1fr);margin:2.8rem 0 4rem;border-block:1px solid color-mix(in srgb,currentColor 20%,transparent)}
.press-logo{min-height:130px;display:grid;place-items:center;padding:1.5rem;border-right:1px solid color-mix(in srgb,currentColor 20%,transparent);border-bottom:1px solid color-mix(in srgb,currentColor 20%,transparent);overflow:hidden}.press-logo span{font-family:var(--font-heading);font-size:clamp(1.25rem,2.4vw,2.7rem);font-weight:700;letter-spacing:-.06em;transition:transform .5s var(--ease-out-expo)}.press-logo:hover span{transform:scale(.92)}.press-logo img{max-width:160px;max-height:48px;object-fit:contain;filter:grayscale(1)}
.press-editorial__quote{display:grid;grid-template-columns:auto 1fr;gap:1.2rem;align-items:start}.press-editorial__quote>span{font-family:var(--font-display);font-size:5rem;line-height:.6}.press-editorial__quote blockquote{font-family:var(--font-display);font-size:clamp(1.04rem,2.48vw,2.84rem);line-height:.9;letter-spacing:-.06em;max-width:19ch}.press-editorial__quote cite{grid-column:2;font-size:.57rem;letter-spacing:.1em;text-transform:uppercase;font-style:normal;opacity:.55;margin-top:1rem}
@media(min-width:800px){.press-editorial__logos{grid-template-columns:repeat(5,1fr)}.press-logo{min-height:170px;border-bottom:0}.press-logo:last-child{border-right:0}}

/* FAQ */
.faq-atelier{padding:clamp(1.98rem,3.6vw,3.6rem) 0}
.faq-atelier__grid{display:grid;gap:4rem}.faq-atelier__sticky h2{font-family:var(--font-display);font-size:clamp(1.44rem,3.25vw,3.25rem);font-weight:400;line-height:.79;letter-spacing:-.07em;margin:1.2rem 0 1.7rem}.faq-atelier__sticky p{max-width:34ch;font-size:.8rem;opacity:.65;margin-bottom:2rem}
.faq-atelier__list{border-top:1px solid color-mix(in srgb,currentColor 25%,transparent)}.faq-item{border-bottom:1px solid color-mix(in srgb,currentColor 25%,transparent)}.faq-item summary{list-style:none;display:grid;grid-template-columns:52px 1fr auto;align-items:center;gap:1rem;min-height:94px;cursor:pointer}.faq-item summary::-webkit-details-marker{display:none}.faq-item__number{font-size:.52rem;letter-spacing:.09em;opacity:.45}.faq-item summary>span:nth-child(2){font-family:var(--font-heading);font-size:clamp(1rem,1.6vw,1.35rem);font-weight:700;letter-spacing:-.025em}.faq-item summary i{width:22px;height:22px;position:relative}.faq-item summary i::before,.faq-item summary i::after{content:"";position:absolute;left:50%;top:50%;width:16px;height:1px;background:currentColor;transform:translate(-50%,-50%);transition:transform .35s var(--ease-out-expo)}.faq-item summary i::after{transform:translate(-50%,-50%) rotate(90deg)}.faq-item[open] summary i::after{transform:translate(-50%,-50%) rotate(0)}
.faq-item__answer{padding:0 0 2rem 68px;max-width:720px;font-size:.9rem;line-height:1.65;opacity:.72}.faq-item__answer p+p{margin-top:1rem}
@media(min-width:900px){.faq-atelier__grid{grid-template-columns:.76fr 1.24fr;gap:clamp(1.52rem,3.03vw,3.64rem)}.faq-atelier__sticky{position:sticky;top:120px;align-self:start}.faq-atelier__sticky h2{font-size:clamp(1.68rem,2.56vw,3.04rem)}}

.atelier-app-wrapper{padding-block:var(--section-space)}

@media(prefers-reduced-motion:reduce){.trust-rail__item::after,.community-card__media img,.community-card__arrow,.press-logo span{transition:none!important}}

/* campaign video */
.video-campaign{position:relative;min-height:92svh;overflow:hidden;color:#f5f1e9;background:#090909}.video-campaign__media,.video-campaign__media>video,.video-campaign__media>iframe,.video-campaign__poster{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.video-campaign__media iframe{border:0;transform:scale(1.15);pointer-events:none}.video-campaign__veil{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,var(--video-overlay,.35)))}.video-campaign__frame{position:relative;z-index:2;min-height:92svh;padding:1.25rem var(--gutter-mobile);display:flex;flex-direction:column;justify-content:space-between}.video-campaign__top{display:flex;justify-content:space-between;gap:1rem;border-bottom:1px solid rgba(255,255,255,.32);padding-bottom:.8rem;font-size:.56rem;letter-spacing:.11em}.video-campaign__content h2{font-family:var(--font-display);font-size:clamp(1.34rem,3.52vw,3.62rem);font-weight:400;line-height:.76;letter-spacing:-.075em;max-width:10.8ch}.video-campaign__bottom{display:grid;gap:1.5rem;align-items:end;margin-top:2rem}.video-campaign__bottom p{max-width:36ch;font-size:.84rem;line-height:1.55}.video-campaign .atelier-button--outline{color:#fff;border-color:rgba(255,255,255,.6);justify-self:start}
@media(min-width:800px){.video-campaign__frame{padding:1.5rem var(--gutter-desktop) 2rem}.video-campaign__bottom{grid-template-columns:1fr auto}.video-campaign__bottom .atelier-button{justify-self:end}}

/* statement newsletter */
.newsletter-statement{position:relative;padding:clamp(1.82rem,3.64vw,3.64rem) 0;overflow:hidden}.newsletter-statement__inner{position:relative;z-index:2}.newsletter-statement h2{font-family:var(--font-display);font-size:clamp(1.38rem,3.62vw,3.62rem);font-weight:400;line-height:.75;letter-spacing:-.08em;max-width:10ch;margin:1.4rem 0 3rem}.newsletter-statement__lower{display:grid;gap:2.5rem;align-items:end}.newsletter-statement__lower>p{max-width:36ch;font-size:.9rem}.newsletter-statement__form{display:grid;grid-template-columns:1fr auto;border-bottom:2px solid currentColor;min-width:0}.newsletter-statement__form input{min-width:0;border:0;background:transparent;outline:0;padding:.9rem 0;font-size:clamp(1rem,2vw,1.4rem);letter-spacing:.04em}.newsletter-statement__form input::placeholder{color:currentColor;opacity:.55}.newsletter-statement__form button{display:flex;align-items:center;gap:1rem;font-size:.68rem;letter-spacing:.1em;font-weight:700}.newsletter-statement__status{grid-column:1/-1;font-size:.68rem;padding:.5rem 0}.newsletter-statement__fineprint{display:block;margin-top:.7rem;font-size:.5rem;letter-spacing:.1em;opacity:.55}.newsletter-statement__orbit{position:absolute;right:-4rem;top:3rem;width:18rem;height:18rem;border:1px solid color-mix(in srgb,currentColor 35%,transparent);border-radius:50%;display:grid;place-items:center;font-size:.58rem;letter-spacing:.12em;transform:rotate(-22deg);opacity:.35}
@media(min-width:850px){.newsletter-statement__lower{grid-template-columns:.8fr 1.2fr;gap:8vw}.newsletter-statement__orbit{width:28rem;height:28rem;right:-6rem;top:2rem}}

/* editorial image + text */
.image-text-editorial{overflow:hidden}.image-text-editorial__grid{display:grid;min-height:760px}.image-text-editorial__media{position:relative;min-height:62svh;overflow:hidden}.image-text-editorial__media img{width:100%;height:100%;object-fit:cover;transition:transform 1s var(--ease-out-expo)}.image-text-editorial__media:hover img{transform:scale(1.025)}.image-text-editorial__caption{position:absolute;left:1rem;bottom:1rem;background:#090909;color:#fff;padding:.45rem .6rem;font-size:.5rem;letter-spacing:.1em}.image-text-editorial__content{padding:clamp(1.55rem,3.1vw,3.1rem) var(--gutter-mobile);display:flex;flex-direction:column;justify-content:center}.image-text-editorial__content h2{font-family:var(--font-display);font-size:clamp(1.47rem,2.91vw,3.1rem);font-weight:400;line-height:.8;letter-spacing:-.07em;margin:1.4rem 0 2rem}.image-text-editorial__copy{max-width:37ch;font-size:clamp(.95rem,1.3vw,1.2rem);margin-bottom:2.5rem}.image-text-editorial__content .atelier-button{align-self:flex-start}
@media(min-width:900px){.image-text-editorial__grid{grid-template-columns:1.12fr .88fr}.image-text-editorial--reverse .image-text-editorial__media{order:2}.image-text-editorial__media{min-height:88svh}.image-text-editorial__content{padding-inline:clamp(1.16rem,2.32vw,3.1rem)}}


/* v0.5 merchant-controlled global system */
body{letter-spacing:var(--body-letter-spacing)}
h1,h2,h3,h4,h5,h6{letter-spacing:var(--heading-letter-spacing)}
body[data-uppercase-ui="false"] .micro-label,body[data-uppercase-ui="false"] .text-link,body[data-uppercase-ui="false"] .atelier-button{text-transform:none;letter-spacing:.03em}
.atelier-button{border-width:var(--button-border-thickness);box-shadow:var(--button-shadow-x) var(--button-shadow-y) var(--button-shadow-blur) rgba(0,0,0,var(--button-shadow-opacity))}
.atelier-button--dark{border-color:color-mix(in srgb,var(--button-bg,#090909) var(--button-border-opacity),transparent)}
.atelier-button--outline{border-width:var(--button-border-thickness);border-color:color-mix(in srgb,currentColor var(--button-border-opacity),transparent)}
.atelier-field,.field input,.field textarea,.newsletter-line,input[type="text"],input[type="email"],input[type="search"],input[type="number"],input[type="tel"],select,textarea{border-radius:var(--input-radius)}
.input-style-box .atelier-field,.input-style-box input[type="text"],.input-style-box input[type="email"],.input-style-box input[type="search"],.input-style-box input[type="number"],.input-style-box input[type="tel"],.input-style-box select,.input-style-box textarea{min-height:var(--input-height);border:var(--input-border-thickness) solid color-mix(in srgb,currentColor var(--input-border-opacity),transparent);padding-inline:1rem;background:transparent}
.input-style-soft .atelier-field,.input-style-soft input[type="text"],.input-style-soft input[type="email"],.input-style-soft input[type="search"],.input-style-soft input[type="number"],.input-style-soft input[type="tel"],.input-style-soft select,.input-style-soft textarea{min-height:var(--input-height);border:0;padding-inline:1rem;background:color-mix(in srgb,currentColor 6%,transparent)}
.product-card__media{border-radius:var(--card-radius);overflow:hidden}
.product-card__info{gap:var(--card-gap)}
.product-card[data-card-align="center"] .product-card__info{text-align:center;align-items:center}
.product-card[data-card-ratio="square"] .product-card__media{aspect-ratio:1/1}
.product-card[data-card-ratio="landscape"] .product-card__media{aspect-ratio:4/3}
.product-card[data-card-ratio="portrait"] .product-card__media{aspect-ratio:3/4}
.product-card[data-card-ratio="adapt"] .product-card__media{aspect-ratio:auto}
.product-card__badge{border-radius:var(--badge-radius)}
body[data-card-hover="none"] .product-card__media img{transition:none!important}
body[data-card-hover="zoom"] .product-card:hover .product-card__media img:first-child,body[data-card-hover="swap_zoom"] .product-card:hover .product-card__media img:last-child{transform:scale(1.035)}
body[data-card-hover="zoom"] .product-card__media img:nth-child(2){display:none!important}
body[data-card-hover="swap"] .product-card:hover .product-card__media img:last-child,body[data-card-hover="swap_zoom"] .product-card:hover .product-card__media img:last-child{opacity:1}
body[data-card-hover="none"] .product-card__media img:nth-child(2){display:none!important}
.hero-kinetic__secondary,.lookbook-card__media,.community-card__media,.materials-story__main,.materials-story__detail,.image-text-editorial__media{border-radius:var(--media-radius)}
.image-loading-fade img[loading="lazy"]{transition:opacity .45s ease}
html[data-motion="off"] .scroll-progress{display:none}
html[data-motion]:not([data-motion="off"]) [data-reveal].is-revealed{transition-duration:calc(.8s * var(--motion-speed)),calc(.9s * var(--motion-speed))}
:focus-visible{outline:2px solid var(--accent);outline-offset:3px}

.site-header__logo{width:var(--logo-width);max-width:var(--logo-width);}
.site-header__logo--mobile,.site-header__logo--inverse{display:none}
@media(max-width:749px){.site-header__logo{width:var(--logo-width-mobile);max-width:var(--logo-width-mobile)}.site-header__logo--mobile{display:block}.site-header__logo--mobile~.site-header__logo--primary{display:none}}
.template-index .site-header--transparent:not(.is-fixed) .site-header__logo--inverse{display:block}.template-index .site-header--transparent:not(.is-fixed) .site-header__logo--inverse~.site-header__logo--primary{display:none}

.cart-drawer__note{border-top:1px solid color-mix(in srgb,currentColor 16%,transparent);border-bottom:1px solid color-mix(in srgb,currentColor 16%,transparent);padding:.8rem 0}.cart-drawer__note summary{display:flex;justify-content:space-between;cursor:pointer;font-size:.58rem;letter-spacing:.1em;font-weight:700;list-style:none}.cart-drawer__note summary::-webkit-details-marker{display:none}.cart-drawer__note textarea{width:100%;margin-top:.8rem;background:transparent;border:1px solid color-mix(in srgb,currentColor 20%,transparent);padding:.8rem;resize:vertical}.cart-drawer__note[open] summary span{transform:rotate(45deg)}
@media(max-width:749px){.template-index .site-header--transparent:not(.is-fixed) .site-header__logo--inverse{display:none}}


/* ==========================================================================\n   ATELIER / KINETIC 0.6 — Shopify-grade merchant controls\n   ========================================================================== */
body[data-button-case="normal"] .atelier-button{text-transform:none;letter-spacing:.035em}
body[data-menu-case="normal"] .atelier-header__nav a,body[data-menu-case="normal"] .mobile-menu a{text-transform:none;letter-spacing:.035em}

/* inputs */
.atelier-field,.contact-field input,.contact-field textarea,.newsletter-field input{
  border-radius:var(--input-radius);
  box-shadow:var(--input-shadow-x) var(--input-shadow-y) var(--input-shadow-blur) rgba(0,0,0,var(--input-shadow-opacity));
}
body.input-style-box .atelier-field,body.input-style-box input:not([type="checkbox"]):not([type="radio"]),body.input-style-box textarea{
  border:var(--input-border-thickness) solid color-mix(in srgb,currentColor var(--input-border-opacity),transparent);
}
body.input-style-soft .atelier-field,body.input-style-soft input:not([type="checkbox"]):not([type="radio"]),body.input-style-soft textarea{
  background:color-mix(in srgb,currentColor var(--input-background-opacity),transparent);
  border-color:transparent;
}

/* variant pills */
.atelier-pill-group{gap:var(--variant-pill-gap)}
.atelier-pill-btn,.product-options .atelier-pill-btn{
  min-height:var(--variant-pill-min-height);
  border-width:var(--variant-pill-border-thickness);
  border-style:solid;
  border-color:color-mix(in srgb,currentColor var(--variant-pill-border-opacity),transparent);
  border-radius:var(--variant-pill-radius);
  box-shadow:var(--variant-pill-shadow-x) var(--variant-pill-shadow-y) var(--variant-pill-shadow-blur) rgba(0,0,0,var(--variant-pill-shadow-opacity));
}

/* product cards */
.product-card{
  border:var(--card-border-thickness) solid color-mix(in srgb,currentColor var(--card-border-opacity),transparent);
  box-shadow:var(--card-shadow-x) var(--card-shadow-y) var(--card-shadow-blur) rgba(0,0,0,var(--card-shadow-opacity));
}
.product-card[data-card-style="card"]{padding:var(--card-image-padding,0px);background:var(--surface)}

/* global media behavior */
body[data-media-hover="zoom"] .atelier-ratio img,body[data-media-hover="zoom"] .product-card__media img{transition:transform .8s var(--ease-out-expo)}
body[data-media-hover="zoom"] .atelier-ratio:hover img,body[data-media-hover="zoom"] .product-card__media:hover img{transform:scale(1.025)}

/* drawers + popups */
.atelier-drawer,.cart-drawer__panel,.search-overlay__panel,.quick-add__panel{width:min(94vw,var(--drawer-width))}
.atelier-overlay,.cart-drawer__overlay,.search-overlay__backdrop{backdrop-filter:blur(var(--drawer-blur))}

/* collection and blog card geometry */
.atelier-collection-list__item .atelier-ratio{border-radius:var(--collection-card-radius);overflow:hidden}
.atelier-blog__card .atelier-ratio{border-radius:var(--blog-card-radius);overflow:hidden}

/* optional atmosphere */
body::after{pointer-events:none}

.atelier-drawer,.cart-drawer__panel,.search-overlay__panel,.quick-add__panel{border-left:var(--drawer-border-thickness) solid color-mix(in srgb,currentColor var(--drawer-border-opacity),transparent);box-shadow:var(--drawer-shadow-x) var(--drawer-shadow-y) var(--drawer-shadow-blur) rgba(0,0,0,var(--drawer-shadow-opacity))}


/* ATELIER / KINETIC v1 commerce hardening */
.unit-price{display:block;font-size:.72rem;opacity:.68;margin-top:.25rem}.product-tax-note{font-size:.72rem;opacity:.62;margin:.35rem 0 0}.selling-plans,.gift-recipient{border:1px solid rgb(var(--color-text)/.18);padding:1rem;margin:0 0 1rem}.selling-plans legend,.gift-recipient legend{font-size:.72rem;letter-spacing:.08em;padding:0 .4rem}.selling-plans label{display:flex;gap:.6rem;align-items:flex-start;padding:.55rem 0;font-size:.82rem}.gift-recipient{display:grid;gap:.55rem}.gift-recipient label{font-size:.72rem;text-transform:uppercase;letter-spacing:.05em}.product-payment-terms{margin-top:.85rem;font-size:.75rem}.pickup-availability{margin-top:1rem}.pickup-details ul{list-style:none;margin:1rem 0 0;padding:0}.pickup-details li{display:flex;justify-content:space-between;gap:1rem;padding:.65rem 0;border-top:1px solid rgb(var(--color-text)/.15);font-size:.75rem}.pickup-details li span{opacity:.65;text-align:right}.atelier-swatch-btn{background:var(--swatch-image,none) center/cover no-repeat,var(--swatch-color,#ddd)!important}.site-header__account-component{display:flex;align-items:center}.site-header__account-component shopify-account{--shopify-account-signed-in-avatar-size:28px;color:inherit}.site-header__account-component [slot="signed-out-avatar"]{display:grid;place-items:center;width:28px;height:28px}.site-header__account-component [slot="signed-out-avatar"] svg{width:18px;height:18px}.site-header__account-component--mobile{min-height:32px}.site-footer__zoave-credit{color:inherit;text-decoration:none;font-size:.72rem;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap}.site-footer__zoave-credit:hover{text-decoration:underline}.site-footer__follow,.site-footer__localization{padding-inline:var(--gutter-desktop);margin-top:1.5rem}.cart-drawer__discounts,.cart-drawer__tax{font-size:.72rem}.cart-drawer__discounts p{display:flex;justify-content:space-between;color:var(--accent)}.cart-item__price s{opacity:.55;margin-right:.25rem}.cart-drawer__accelerated{margin-top:.8rem}shopify-accelerated-checkout,shopify-accelerated-checkout-cart{--shopify-accelerated-checkout-button-border-radius:var(--button-radius)}@media(max-width:749px){.site-header__account-component--desktop{display:none}.site-footer__follow,.site-footer__localization{padding-inline:var(--gutter-mobile)}}@media(min-width:750px){.site-header__account-component--mobile{display:none}}
/* RIVERGOODS / NATURAL MOTION ------------------------------------------ */
:root{
  --rg-cream:#FCF7F1;
  --rg-sand:#E9D3BB;
  --rg-terracotta:#B67436;
  --rg-rust:#A05D2F;
  --rg-black:#000;
  --rg-radius:22px;
}
html{scroll-behavior:smooth}
body{background:var(--rg-cream)}
.micro-label{font-weight:700;letter-spacing:.14em}
.atelier-button{border-radius:999px}
.atelier-button i,.atelier-link i{font-style:normal}

.page-intro{background:var(--rg-black)}
.page-intro__panel{background:var(--rg-black)}
.page-intro__brand{position:relative;z-index:2;display:grid;justify-items:center;gap:1.1rem;color:#fff}
.page-intro__mark-icon{width:clamp(60px,6.5vw,92px);height:auto;opacity:0;transform:translateY(14px) scale(.92);animation:introMarkIn 900ms var(--ease-out-expo) 120ms forwards}
.page-intro__wordmark{display:flex;font-family:var(--font-display);font-weight:400;font-size:clamp(1.25rem,3.18vw,2.38rem);letter-spacing:-.01em;line-height:1}
.page-intro__wordmark i{font-style:normal;display:inline-block;opacity:0;transform:translateY(.6em);animation:introLetterIn 640ms var(--ease-out-expo) forwards;animation-delay:calc(280ms + var(--i) * 45ms)}
.page-intro.is-opening .page-intro__brand{opacity:0;transition:opacity .3s ease}
@keyframes introMarkIn{to{opacity:1;transform:translateY(0) scale(1)}}
@keyframes introLetterIn{to{opacity:1;transform:translateY(0)}}

.site-header__logo--rivergoods{width:48px!important;max-width:48px!important;max-height:48px!important;object-fit:contain}
.site-header__inner{min-height:74px}
.site-header__nav{gap:1.6rem}
.nav-link,.site-header__action{font-weight:700}
.mega-menu__visual img{border-radius:var(--rg-radius)}

.hero-kinetic__veil{background:linear-gradient(90deg,rgba(0,0,0,.68) 0%,rgba(0,0,0,.26) 55%,rgba(0,0,0,.12) 100%)}
.hero-kinetic__image{object-position:center 38%}
.hero-kinetic__title{font-family:var(--font-display);letter-spacing:-.035em;text-transform:none;line-height:.84;text-shadow:0 3px 30px rgba(0,0,0,.14)}
.hero-kinetic__secondary{border-radius:18px;overflow:hidden}
.hero-kinetic__secondary span{background:var(--rg-cream);color:var(--rg-black);padding:.55rem .75rem}
.hero-orbit{background:var(--rg-terracotta);color:#fff;border-color:#fff}
.hero-kinetic__stamp{border-radius:50%;background:rgba(252,247,241,.92);color:var(--rg-black);backdrop-filter:blur(10px)}
.hero-kinetic__stamp b{font-family:var(--font-display);color:var(--rg-rust);font-weight:400}

.product-card__media{border-radius:var(--rg-radius);background:var(--rg-sand)}
.product-card__badge{border-radius:999px;background:var(--rg-terracotta);color:#fff}
.product-card__quick{border-radius:999px;background:var(--rg-black);left:.8rem;right:.8rem;bottom:.8rem}
.product-card__title{font-size:.9rem}
.product-card__benefits{list-style:none;margin:.4rem 0 0;padding:0;display:flex;flex-direction:column;gap:.25rem}
.product-card__benefits li{font-size:.68rem;line-height:1.3;opacity:.72;padding-left:1.1rem;position:relative}
.product-card__benefits li::before{content:'✓';position:absolute;left:0;color:var(--rg-terracotta);font-weight:700}
.product-card__image--secondary{will-change:opacity,transform}

/* Product page conversion layout: compact media, focused purchase panel, full-width education. */
.product-kinetic__layout{
  width:min(100%,1280px);
  margin:0 auto;
  padding:clamp(1.4rem,4vw,4.25rem) var(--gutter-mobile) clamp(3rem,6vw,6rem);
  gap:clamp(1.75rem,5vw,5rem);
  align-items:start;
}
.product-gallery{min-width:0}
.product-gallery__stage{
  width:100%;
  max-width:560px;
  aspect-ratio:1/1;
  margin:0 auto;
  background:color-mix(in srgb,var(--surface) 88%,var(--ink));
  border-radius:max(var(--media-radius),18px);
}
.product-gallery__image,
.product-gallery__slide video,
.product-gallery__slide iframe,
.product-gallery__slide model-viewer{object-fit:contain}
.product-gallery__thumbs{max-width:560px;width:100%;margin:.2rem auto 0}
.product-gallery__thumb{width:68px;height:68px;border-width:1px;border-radius:max(calc(var(--media-radius) * .5),10px)}
.product-gallery__thumb img{object-fit:cover}
.product-panel{padding:0;min-width:0}
.product-panel__sticky{gap:0}
.product-block{padding:.9rem 0}
.product-title{
  max-width:16ch;
  font-size:clamp(2rem,3.2vw,3.35rem);
  line-height:1;
  letter-spacing:-.045em;
  text-transform:none;
  font-weight:700;
}
.product-price{font-size:1.05rem;font-weight:700}
.product-copy{font-size:.96rem;line-height:1.58}
.product-vet-quote{
  margin:.35rem 0;
  padding:1.1rem!important;
  border:1px solid color-mix(in srgb,currentColor 15%,transparent)!important;
  border-radius:max(var(--content-box-radius),14px);
  background:color-mix(in srgb,currentColor 3%,transparent);
}
.product-vet-quote blockquote{font-size:.9rem;line-height:1.5;margin-bottom:.75rem}
.product-tiers__grid{grid-template-columns:1fr!important}
.product-tiers__card{min-height:62px;padding:.85rem 1rem  .8rem 1.05rem;border-radius:max(var(--card-radius),12px)}
.product-buy__row{grid-template-columns:112px minmax(0,1fr)}
.product-atc{min-height:54px;border-radius:999px}
.product-assurances{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:.45rem;
  padding:1rem 0 0;
  font-size:.66rem;
  line-height:1.35;
  color:color-mix(in srgb,currentColor 72%,transparent);
}
.product-assurances span{display:flex;align-items:center;gap:.25rem}

.product-details{
  padding:clamp(3.5rem,7vw,7rem) var(--gutter-mobile);
  background:color-mix(in srgb,var(--surface) 94%,var(--ink));
  border-top:1px solid color-mix(in srgb,currentColor 12%,transparent);
}
.product-details__header,
.product-details__grid{width:min(100%,1180px);margin-inline:auto}
.product-details__header{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(260px,.8fr);gap:1rem 3rem;align-items:end;margin-bottom:clamp(2rem,4vw,3.5rem)}
.product-details__header .micro-label{grid-column:1/-1;color:var(--terracotta)}
.product-details__header h2{font-family:var(--font-display);font-size:clamp(2rem,4.4vw,4.7rem);line-height:.95;letter-spacing:-.055em;max-width:14ch;margin:0}
.product-details__header p{font-size:.95rem;line-height:1.6;max-width:40ch;margin:0;opacity:.72}
.product-details__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}
.product-detail-card{
  padding:clamp(1.25rem,2.7vw,2.5rem);
  border:1px solid color-mix(in srgb,currentColor 13%,transparent);
  border-radius:max(var(--content-box-radius),16px);
  background:var(--surface);
  min-width:0;
  scroll-margin-top:120px;
}
.product-detail-card--wide{grid-column:1/-1}
.product-detail-card .product-block__heading{font-size:clamp(1.2rem,2vw,1.8rem);margin-bottom:1.25rem}
.product-detail-card .product-ingredients__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}
.product-detail-card .product-ingredients__item{padding:1rem;border-radius:12px;background:color-mix(in srgb,currentColor 4%,transparent)}
.product-detail-card .product-ingredients__item strong{font-size:.9rem}
.product-detail-card .product-ingredients__item p{font-size:.8rem;line-height:1.5}
.product-detail-card .product-benefits__list,
.product-detail-card .product-symptoms__list{gap:.75rem}
.product-detail-card .product-benefits__list li,
.product-detail-card .product-symptoms__list li{font-size:.92rem}
.product-detail-card .product-dosage__table{font-size:.9rem}
.product-detail-card .product-timeline__track{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;padding:0}
.product-detail-card .product-timeline__track::before{left:4%;right:4%;top:5px;bottom:auto;width:auto;height:1px}
.product-detail-card .product-timeline__marker{display:none}
.product-detail-card .product-timeline__stage{padding-top:1.25rem}
.product-detail-card .product-timeline__dot{left:0;top:0}
.product-detail-card .product-timeline__content h4{font-size:.95rem}
.product-detail-card .product-timeline__content p{font-size:.84rem}
.product-detail-card .product-timeline__closing{margin-top:1.75rem}
.product-detail-card .product-accordion__content{max-width:72ch}

/* The hero now reacts subtly to scroll as well as pointer movement. */
.hero-kinetic__image{transform:translate3d(var(--mx,0),calc(var(--my,0) + var(--hero-scroll-y,0px)),0) scale(1.09)}
.hero-kinetic__title,.hero-kinetic__bottom{transform:translate3d(0,var(--hero-copy-y,0px),0);opacity:var(--hero-copy-opacity,1);will-change:transform,opacity}

@media(min-width:990px){
  .product-kinetic__layout{grid-template-columns:minmax(420px,560px) minmax(380px,520px);justify-content:center;padding-inline:var(--gutter-desktop)}
  .product-gallery{position:sticky;top:110px}
  .product-gallery__stage{aspect-ratio:1/1}
  .product-panel{padding:0}
  .product-details{padding-inline:var(--gutter-desktop)}
}
@media(max-width:989px){
  .product-kinetic__layout{grid-template-columns:1fr}
  .product-panel{width:min(100%,620px);margin-inline:auto}
}
@media(max-width:749px){
  .product-kinetic__rail>span:nth-child(2),.product-kinetic__rail>span:nth-child(3){display:none}
  .product-gallery__stage{max-width:100%;border-radius:max(var(--media-radius),14px)}
  .product-gallery__thumb{width:58px;height:58px}
  .product-title{font-size:clamp(2rem,10vw,2.8rem)}
  .product-buy__row{grid-template-columns:1fr}
  .product-buy__row .atelier-qty-stepper{width:100%;justify-content:space-between}
  .product-buy__row .atelier-qty-stepper__input{flex:1}
  .product-assurances{grid-template-columns:1fr;gap:.35rem}
  .product-details__header,.product-details__grid{grid-template-columns:1fr}
  .product-details__header .micro-label{grid-column:auto}
  .product-detail-card--wide{grid-column:auto}
  .product-detail-card .product-ingredients__grid{grid-template-columns:1fr}
  .product-detail-card .product-timeline__track{grid-template-columns:1fr;padding-left:1.7rem;gap:1.7rem}
  .product-detail-card .product-timeline__track::before{left:4px;right:auto;top:6px;bottom:6px;width:1px;height:auto}
  .product-detail-card .product-timeline__dot{left:-1.7rem;top:.16rem}
}
@media(prefers-reduced-motion:reduce){
  .hero-kinetic__image,.hero-kinetic__title,.hero-kinetic__bottom{transform:none!important;opacity:1!important;will-change:auto}
}

.product-timeline__journey{position:relative;height:250px;margin:0 0 2rem;border:1px solid color-mix(in srgb,currentColor 12%,transparent);border-radius:16px;background:color-mix(in srgb,currentColor 4%,transparent);overflow:hidden}
.product-timeline__journey-line{position:absolute;left:8%;right:8%;top:50%;height:2px;background:color-mix(in srgb,currentColor 16%,transparent)}
.product-timeline__journey-line::after{content:"";display:block;width:var(--timeline-line,0%);height:100%;background:var(--terracotta)}
.product-timeline__journey-product{position:absolute;z-index:3;left:var(--timeline-x,8%);top:50%;width:clamp(90px,12vw,145px);aspect-ratio:1;transform:translate(-50%,-54%) rotate(var(--timeline-rotate,-8deg));filter:drop-shadow(0 16px 18px rgba(0,0,0,.18));transition:left .12s linear,transform .12s linear}
.product-timeline__journey-product img{width:100%;height:100%;object-fit:contain}
.product-timeline__journey-result{position:absolute;right:2.5%;top:50%;width:clamp(150px,22vw,245px);height:82%;transform:translateY(-50%) scale(var(--timeline-result-scale,.84));opacity:var(--timeline-result-opacity,0);transition:opacity .16s linear,transform .16s linear}
.product-timeline__journey-result img{width:100%;height:100%;object-fit:cover;border-radius:14px}
.product-timeline__journey-result figcaption{position:absolute;left:.55rem;right:.55rem;bottom:.55rem;display:flex;align-items:center;gap:.4rem;padding:.45rem .6rem;border-radius:999px;background:rgba(252,247,241,.92);color:#090909;font-size:.6rem;font-weight:700}
.product-timeline__journey-result figcaption span{display:grid;place-items:center;width:19px;height:19px;border-radius:50%;background:var(--terracotta);color:#fff}
@media(max-width:749px){.product-timeline__journey{height:220px}.product-timeline__journey-result{right:2%;width:42%;height:78%}}
@media(prefers-reduced-motion:reduce){.product-timeline__journey-product{left:56%;transform:translate(-50%,-54%)}.product-timeline__journey-line::after{width:70%}.product-timeline__journey-result{opacity:1;transform:translateY(-50%) scale(1)}}

/* Homepage pacing: cinematic, but no section should consume several screens. */
.video-campaign,.video-campaign__frame{min-height:var(--video-height-desktop,600px);height:var(--video-height-desktop,600px)}
.video-campaign__content h2{font-size:clamp(2.2rem,4.8vw,4.8rem);line-height:.9;max-width:12ch}
.editorial-reviews__head{margin-bottom:2rem}
@media(min-width:750px){.review-card{min-height:350px;width:min(38vw,520px)}.rivergoods-story__gallery{grid-auto-columns:min(32vw,420px)}.rivergoods-story__frame img{aspect-ratio:4/3}.hero-kinetic,.hero-kinetic__frame{min-height:clamp(580px,82svh,760px)}}
@media(max-width:749px){.video-campaign,.video-campaign__frame{min-height:var(--video-height-mobile,520px);height:var(--video-height-mobile,520px)}.video-campaign__content h2{font-size:clamp(2rem,10vw,3rem)}.review-card{min-height:330px}.rivergoods-story__gallery{grid-auto-columns:min(82vw,390px)}.rivergoods-story__frame img{aspect-ratio:4/3}.hero-kinetic,.hero-kinetic__frame{min-height:clamp(600px,82svh,720px)}}
.pet-advice__visual{min-height:440px}

/* Keep navigation visible: solid bar in normal flow, above every hero/media layer. */
.header-section,.template-index .header-section{position:sticky!important;left:auto;right:auto;top:0!important;z-index:1000!important}
.announcement-section{z-index:1001}
.site-header,.template-index .site-header--transparent:not(.is-fixed){background:var(--surface)!important;color:var(--ink)!important;border-bottom:1px solid color-mix(in srgb,currentColor 14%,transparent)!important}
.site-header[data-sticky="always"],.site-header.is-fixed{position:relative;top:auto}
.site-header.is-hidden{transform:none!important}
.site-header__inner{position:relative;z-index:2}

/* Guaranteed layout-level navigation (independent of Shopify section-group state). */
.global-announcement{min-height:30px;padding:0 var(--gutter-mobile);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;background:var(--surface);color:var(--ink);font-size:.56rem;letter-spacing:.09em;font-weight:700;text-transform:uppercase;position:relative;z-index:1002}
.global-announcement>span:last-child{text-align:right}
.global-site-header{position:sticky!important;top:0!important;z-index:1000!important;background:var(--surface)!important;color:var(--ink)!important;transform:none!important}
.global-site-header__brand{display:flex;align-items:center;gap:.65rem;color:inherit;text-decoration:none;min-width:150px}
.global-site-header__brand img{width:38px;height:38px;object-fit:contain}
.global-site-header__brand strong{font-family:var(--font-heading);font-size:1.15rem;letter-spacing:-.04em}
.global-site-header__nav>a{display:flex;align-items:center;height:100%}
@media(max-width:989px){.global-announcement{grid-template-columns:1fr;text-align:center;min-height:28px}.global-announcement>span{display:none}.global-site-header__brand{position:absolute;left:50%;transform:translateX(-50%);min-width:0}.global-site-header__brand strong{font-size:1rem}.global-site-header__brand img{width:32px;height:32px}}
.template-index .hero-kinetic__frame{padding-top:clamp(2rem,4vw,3.5rem)}

.pet-need-finder{padding:clamp(1.81rem,3.25vw,3.25rem) var(--gutter-mobile)}
.pet-need-finder__head{display:grid;gap:2rem;border-top:1px solid color-mix(in srgb,currentColor 20%,transparent);padding-top:1rem;margin-bottom:3rem}
.pet-need-finder__head h2{font:400 clamp(1.26rem,2.98vw,3.13rem)/.88 var(--font-display);letter-spacing:-.045em;max-width:12ch;margin-top:1rem}
.pet-need-finder__intro{max-width:34rem;align-self:end;font-size:clamp(1rem,1.5vw,1.25rem)}
.pet-need-finder__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2.4rem .8rem}
.pet-need-card{color:inherit;text-decoration:none;min-width:0}
.pet-need-card__media{position:relative;aspect-ratio:4/5;overflow:hidden;border-radius:var(--rg-radius);background:var(--rg-sand)}
.pet-need-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .9s var(--ease-out-expo),filter .5s ease}
.pet-need-card:hover .pet-need-card__media img{transform:scale(1.045);filter:saturate(1.05)}
.pet-need-card__number{position:absolute;top:.8rem;left:.8rem;display:grid;place-items:center;width:34px;height:34px;background:var(--rg-cream);color:var(--rg-black);border-radius:50%;font-size:.6rem;font-weight:700}
.pet-need-card__body{padding:1rem .25rem 0}
.pet-need-card__body>span{font-size:.6rem;letter-spacing:.12em;font-weight:700;opacity:.6}
.pet-need-card__body h3{font:400 clamp(1.8rem,3vw,3.3rem)/1 var(--font-display);margin:.45rem 0}
.pet-need-card__body p{font-size:.82rem;opacity:.72;max-width:32ch;min-height:2.8em}
.pet-need-card__body strong{display:flex;align-items:center;justify-content:space-between;border-top:1px solid color-mix(in srgb,currentColor 18%,transparent);padding-top:.8rem;margin-top:1rem;font-size:.64rem;letter-spacing:.1em}
.pet-need-card__body i{font-style:normal;transition:transform .35s ease}
.pet-need-card:hover .pet-need-card__body i{transform:translate(3px,-3px)}
.pet-need-finder__foot{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-top:3rem;padding-top:1rem;border-top:1px solid color-mix(in srgb,currentColor 20%,transparent);font-size:.8rem}

.pet-advice{padding:clamp(1.81rem,3.25vw,3.25rem) var(--gutter-mobile)}
.pet-advice__layout{display:grid;gap:3rem}
.pet-advice__visual{position:relative;min-height:520px;border-radius:calc(var(--rg-radius) * 1.25);overflow:hidden;background:var(--rg-sand)}
.pet-advice__visual>img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}
.pet-advice__seal{position:absolute;right:1rem;bottom:1rem;width:128px;height:128px;border-radius:50%;display:grid;place-items:center;background:var(--rg-cream);color:var(--rg-black);text-align:center;font-size:.55rem;line-height:1.35;font-weight:800;letter-spacing:.1em}
.pet-advice__seal img{width:52px;height:auto;margin-bottom:-.75rem}
.pet-advice__content h2{font:400 clamp(1.37rem,2.58vw,2.92rem)/.88 var(--font-display);letter-spacing:-.04em;margin:1rem 0 1.5rem}
.pet-advice__intro{max-width:42rem;font-size:1.05rem}
.pet-advice__form{margin-top:2.5rem}
.pet-advice__fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}
.pet-advice__field{display:grid;gap:.45rem;min-width:0}
.pet-advice__field--wide{grid-column:1/-1}
.pet-advice__field>span{font-size:.62rem;letter-spacing:.1em;font-weight:700;text-transform:uppercase}
.pet-advice__field input,.pet-advice__field select,.pet-advice__field textarea{width:100%;min-height:52px;border:1px solid color-mix(in srgb,currentColor 24%,transparent);border-radius:12px;background:color-mix(in srgb,var(--surface) 90%,transparent);color:inherit;padding:.8rem 1rem;font:inherit}
.pet-advice__field textarea{resize:vertical;min-height:150px}
.pet-advice__field input:focus,.pet-advice__field select:focus,.pet-advice__field textarea:focus{outline:2px solid var(--rg-terracotta);outline-offset:2px}
.pet-advice__consent{display:flex;align-items:flex-start;gap:.7rem;font-size:.72rem;margin:1rem 0}
.pet-advice__consent input{margin-top:.2rem;accent-color:var(--rg-rust)}
.pet-advice__submit{margin-top:.5rem}
.pet-advice__fineprint{font-size:.65rem;opacity:.62;max-width:65ch;margin-top:1rem}
.pet-advice__status{padding:1rem 1.2rem;border-radius:12px;margin-bottom:1.5rem}
.pet-advice__status--success{background:#e3f1e6;color:#173b22}
.pet-advice__status--error{background:#f9e1dc;color:#5c1e16}

.rivergoods-story{padding:clamp(1.81rem,3.25vw,3.25rem) 0;overflow:hidden}
.rivergoods-story__top{display:grid;gap:3rem;align-items:end;padding-inline:var(--gutter-mobile)}
.rivergoods-story__brand img{width:min(100%,580px);height:auto}
.rivergoods-story__brand>span{display:block;font-size:.58rem;letter-spacing:.13em;margin-top:1rem;opacity:.62}
.rivergoods-story__copy h2{font:400 clamp(1.26rem,2.65vw,2.95rem)/.9 var(--font-display);letter-spacing:-.04em;margin:1rem 0 1.5rem}
.rivergoods-story__copy .rte{max-width:48rem}
.rivergoods-story__copy .atelier-link{display:inline-flex;margin-top:1.5rem}
.rivergoods-story__gallery{display:grid;grid-auto-flow:column;grid-auto-columns:min(78vw,520px);gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;padding:clamp(1.26rem,2.95vw,2.95rem) var(--gutter-mobile) 1rem;scrollbar-width:none}
.rivergoods-story__gallery::-webkit-scrollbar{display:none}
.rivergoods-story__frame{scroll-snap-align:center}
.rivergoods-story__frame img{width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:var(--rg-radius)}
.rivergoods-story__frame figcaption{display:flex;justify-content:space-between;gap:1rem;margin-top:.8rem;font-size:.62rem;letter-spacing:.1em}

.ingredient-standards{padding:clamp(1.81rem,3.25vw,3.25rem) var(--gutter-mobile)}
.ingredient-standards__layout{display:grid;gap:3rem}
.ingredient-standards__head h2{font:400 clamp(1.31rem,2.7vw,2.95rem)/.9 var(--font-display);letter-spacing:-.04em;margin:1rem 0 1.5rem}
.ingredient-standards__head .rte{max-width:35rem}
.ingredient-standards__head .atelier-button{margin-top:2rem}
.ingredient-standards__list{border-top:1px solid color-mix(in srgb,currentColor 25%,transparent)}
.ingredient-standard{display:grid;grid-template-columns:3rem 1fr auto;gap:1rem;align-items:center;padding:1.4rem 0;border-bottom:1px solid color-mix(in srgb,currentColor 25%,transparent)}
.ingredient-standard__index{font-size:.58rem;letter-spacing:.1em;opacity:.55}
.ingredient-standard h3{font:400 clamp(1.6rem,2.8vw,2.8rem)/1 var(--font-display);margin-bottom:.45rem}
.ingredient-standard p{font-size:.78rem;opacity:.7;max-width:44ch}
.ingredient-standard>i{font:400 2rem/1 var(--font-display);font-style:normal}
.ingredient-standards__note{font-size:.62rem;opacity:.62;margin-top:2rem;max-width:78rem}

.site-footer__wordmark--logo{padding:clamp(1.5rem,3vw,3rem) 0;text-align:center}
.site-footer__wordmark--logo img{display:block;width:min(100%,1200px);height:auto;margin:auto;transition:transform .8s var(--ease-out-expo)}
.site-footer__wordmark--logo:hover img{transform:scale(.98)}
.site-footer__company{opacity:.55}

@media(min-width:750px){
  .pet-need-finder__head{grid-template-columns:minmax(0,1.5fr) minmax(280px,.5fr)}
  .pet-need-finder__grid{grid-template-columns:repeat(4,minmax(0,1fr))}
  .pet-need-card:nth-child(even){transform:translateY(2.5rem)}
  .rivergoods-story__top{grid-template-columns:minmax(0,1fr) minmax(380px,.85fr);padding-inline:var(--gutter-desktop)}
}
@media(min-width:990px){
  .pet-advice__layout{grid-template-columns:minmax(0,.9fr) minmax(520px,1.1fr);align-items:start}
  .pet-advice__visual{position:sticky;top:110px;height:calc(100vh - 145px);max-height:900px}
  .ingredient-standards__layout{grid-template-columns:minmax(0,.85fr) minmax(480px,1.15fr);gap:clamp(1.44rem,2.88vw,3.6rem)}
  .ingredient-standards__head{position:sticky;top:120px;align-self:start}
}
@media(max-width:749px){
  .site-header__logo--rivergoods{width:40px!important;max-width:40px!important;max-height:40px!important}
  .hero-kinetic__title{font-size:calc(clamp(2rem,10vw,2.6rem) * var(--heading-scale));line-height:1.04}
  .pet-need-finder__foot{align-items:flex-start;flex-direction:column}
  .pet-advice__fields{grid-template-columns:1fr}
  .pet-advice__field--wide{grid-column:auto}
  .pet-advice__visual{min-height:62vh}
}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .pet-need-card__media img,.site-footer__wordmark--logo img{transition:none}
}
