:root{
  --clay:#7A4B3A;
  --clay-deep:#5F382D;
  --dusty:#8FA9B5;
  --sand:#D8BE91;
  --milk:#F5EFE3;
  --ink:#2C2421;
  --ink-soft:#564842;
  --line:rgba(44,36,33,.24);
  --paper-line:rgba(245,239,227,.34);
  --radius:34px;
  --radius-sm:18px;
  --pill:999px;
  --shadow:0 24px 60px rgba(60,40,30,.14);
  --step-1:clamp(.8rem,.75rem + .2vw,.95rem);
  --step-2:clamp(1rem,.94rem + .35vw,1.2rem);
  --step-3:clamp(1.35rem,1.1rem + .9vw,2rem);
  --step-4:clamp(2rem,1.45rem + 2.5vw,4.4rem);
  --step-5:clamp(3rem,2rem + 4.8vw,7.8rem);
  --space:clamp(1rem,.75rem + 1vw,2rem);
  --gutter:clamp(1.25rem,3vw,4.25rem);
  --ease:240ms cubic-bezier(.2,.7,.2,1);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--milk)}
body{margin:0;color:var(--ink);background:var(--milk);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;font-size:16px;line-height:1.6;text-rendering:optimizeLegibility;overflow-x:hidden}
body::before{content:"";position:fixed;inset:0;pointer-events:none;opacity:.18;mix-blend-mode:multiply;background-image:radial-gradient(circle at 20% 10%,rgba(80,50,35,.18) 0 1px,transparent 1px),radial-gradient(circle at 70% 40%,rgba(80,50,35,.12) 0 1px,transparent 1px);background-size:15px 17px,23px 19px;z-index:100}
a{color:inherit;text-decoration-thickness:1px;text-underline-offset:.2em}
img{max-width:100%;display:block;height:auto}
button,input,textarea{font:inherit}
button,a,input,textarea,summary{outline-offset:4px}
:focus-visible{outline:3px solid var(--clay);outline-offset:4px}
.skip-link{position:fixed;left:1rem;top:1rem;z-index:9999;background:var(--ink);color:var(--milk);padding:.7rem 1rem;border-radius:var(--pill);transform:translateY(-180%);transition:transform var(--ease)}
.skip-link:focus{transform:translateY(0)}
.sr-only{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}
.eyebrow,.section-index,.product-category,.reviewed{font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;font-weight:700}
.eyebrow,.section-index{margin:0 0 1rem}
h1,h2,h3{font-family:Georgia,"Times New Roman",serif;font-weight:500;line-height:.98;letter-spacing:-.035em;margin:0}
h1{font-size:var(--step-5)} h2{font-size:var(--step-4)} h3{font-size:var(--step-3)}
p{margin:0 0 1rem}
.button{min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:var(--pill);padding:.78rem 1.35rem;text-decoration:none;border:1px solid transparent;font-weight:700;cursor:pointer;transition:transform var(--ease),background var(--ease),color var(--ease),border-color var(--ease)}
.button:hover{transform:translateY(-2px)}
.button--clay{background:var(--clay);color:#fff}.button--clay:hover{background:var(--clay-deep)}
.button--milk{background:var(--milk);color:var(--clay-deep)}
.button--outline{border-color:currentColor;background:transparent;color:inherit}
.button--wide{width:100%}
.text-link{font-weight:700;text-decoration:none;border-bottom:1px solid currentColor;padding-bottom:.12rem}
.text-button{background:none;border:0;padding:.65rem 0;text-decoration:underline;cursor:pointer;color:inherit}
.site-header{position:fixed;z-index:500;top:0;left:0;right:0;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1.5rem;padding:1rem var(--gutter);transition:background var(--ease),backdrop-filter var(--ease),box-shadow var(--ease)}
.site-header.is-scrolled{background:rgba(245,239,227,.82);backdrop-filter:blur(16px);box-shadow:0 1px 0 rgba(44,36,33,.08)}
.brand{font-family:Georgia,"Times New Roman",serif;font-size:clamp(1rem,2.8vw,3rem);font-weight:700;text-decoration:none;line-height:1}
.site-nav{justify-self:center;display:flex;align-items:center;gap:clamp(.7rem,1.8vw,1.6rem);font-size:.92rem}
.site-nav a,.cart-link{text-decoration:none}
.site-nav a[aria-current="page"]{border-bottom:1px solid currentColor}
.cart-link{display:flex;align-items:center;gap:.55rem;font-weight:700;min-height:44px}
.cart-count{display:grid;place-items:center;min-width:1.8rem;height:1.8rem;border-radius:50%;background:var(--clay);color:#fff;font-size:.8rem;padding:0 .35rem}
/* HERO — owner Terra Wave override */
.terra-hero{position:relative;min-height:100svh;background:var(--sand);isolation:isolate;overflow:hidden;display:grid;grid-template-columns:minmax(0,1.03fr) minmax(420px,.97fr);align-items:center;padding:clamp(7.5rem,13vh,10rem) var(--gutter) clamp(8rem,14vh,12rem)}
.terra-hero::before{content:"";position:absolute;inset:0;z-index:-4;background:linear-gradient(110deg,rgba(245,239,227,.45),transparent 52%),repeating-linear-gradient(16deg,rgba(122,75,58,.04) 0 1px,transparent 1px 18px)}
.hero-copy{position:relative;z-index:5;max-width:850px;align-self:center}
.hero-copy h1{font-size:clamp(3.4rem,7.2vw,8.6rem);max-width:9.2ch}
.hero-copy h1 em{font-style:italic;color:var(--clay)}
.hero-copy h1 span{position:relative;z-index:7}
.hero-lead{font-size:var(--step-2);max-width:42rem;margin:2rem 0 1.6rem}
.hero-actions{display:flex;flex-wrap:wrap;gap:1rem;align-items:center}
.hero-art{position:absolute;z-index:2;right:-7vw;bottom:-3vh;width:min(62vw,980px);height:min(84vh,850px);display:grid;place-items:end;pointer-events:none}
.hero-art img{width:100%;height:100%;object-fit:cover;object-position:center;border-radius:52% 34% 18% 48% / 42% 40% 28% 52%;box-shadow:0 34px 80px rgba(69,42,30,.22);clip-path:path("M 70 70 C 250 10 620 0 890 140 C 1020 270 1000 650 850 780 C 650 880 230 820 80 650 C -10 490 0 180 70 70 Z")}
.hero-orbit{position:absolute;width:42%;aspect-ratio:1;border-radius:50%;background:var(--dusty);top:7%;right:25%;z-index:-1;opacity:.95}
.hero-clay-wave{position:absolute;left:-7%;right:-7%;bottom:-17%;height:48%;background:var(--clay);z-index:1;border-radius:48% 54% 0 0 / 42% 58% 0 0;transform:rotate(-2deg)}
.woven-turn{position:absolute;height:12px;background:var(--milk);opacity:.65;border-radius:var(--pill);transform-origin:left center;z-index:4}
.woven-turn--one{width:48%;left:2%;top:63%;transform:rotate(14deg)}
.woven-turn--two{width:42%;left:37%;top:70%;transform:rotate(-19deg)}
.hero-side-note{position:absolute;z-index:7;right:var(--gutter);bottom:2.2rem;color:var(--milk);width:min(34rem,38vw);font-size:.92rem;margin:0}
.day-route{position:sticky;top:68px;z-index:120;display:flex;justify-content:center;gap:.4rem;background:rgba(245,239,227,.9);backdrop-filter:blur(10px);padding:.55rem var(--gutter);border-bottom:1px solid var(--line)}
.day-route a{display:flex;align-items:center;gap:.45rem;text-decoration:none;padding:.45rem .75rem;border-radius:var(--pill);font-size:.82rem}
.day-route a:hover{background:rgba(122,75,58,.08)}
.day-route span{font-family:Georgia,serif;color:var(--clay);font-weight:700}
/* Open wave sections */
.wave-section{position:relative;isolation:isolate;padding:clamp(7rem,12vw,13rem) var(--gutter);display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.72fr);gap:10vw;overflow:hidden}
.wave-surface{position:absolute;inset:0;z-index:-2;background:var(--milk)}
.wave-surface--sand::after{content:"";position:absolute;left:-8vw;right:-8vw;bottom:-28%;height:52%;background:var(--sand);border-radius:50% 45% 0 0 / 100% 100% 0 0;transform:rotate(2deg)}
.philosophy-heading h2{max-width:11ch}.philosophy-copy{align-self:end;max-width:40rem;font-size:1.08rem}.pull-quote{font-family:Georgia,serif;font-size:var(--step-3);line-height:1.14;color:var(--clay);margin-top:2.5rem}
.almanac-marker{position:absolute;right:8vw;top:19%;width:9rem;height:9rem;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;font-family:Georgia,serif;font-size:1.25rem;transform:rotate(8deg)}
.joint-river{position:relative;background:var(--clay);color:var(--milk);padding:clamp(7rem,11vw,12rem) var(--gutter) clamp(10rem,16vw,16rem);overflow:hidden;display:grid;grid-template-columns:repeat(12,1fr);gap:var(--space);counter-reset:joint}
.joint-river::before{content:"";position:absolute;left:-10%;top:-9%;width:120%;height:18%;background:var(--sand);border-radius:0 0 50% 44% / 0 0 100% 80%;transform:rotate(-1.4deg)}
.joint-river::after{content:"";position:absolute;left:-8%;bottom:-11%;width:116%;height:22%;background:var(--dusty);border-radius:50% 47% 0 0 / 100% 100% 0 0;transform:rotate(1deg)}
.joint-river__intro{grid-column:1/7;margin-bottom:4rem}.joint-river__intro h2{max-width:10ch}.joint-river__intro p:last-child{max-width:42rem;margin-top:1.5rem}
.joint-note{display:grid;grid-template-columns:auto 1fr;gap:1.5rem;align-items:start;position:relative;z-index:3;padding:2.5rem 0;border-top:1px solid var(--paper-line)}
.joint-note--knees{grid-column:2/9}.joint-note--hips{grid-column:5/12}.joint-note--elbows{grid-column:1/8}
.joint-note h3{max-width:18ch;margin-bottom:1rem}.joint-note p{max-width:38rem}.joint-number{font-family:Georgia,serif;font-size:1rem;width:2.5rem;height:2.5rem;border:1px solid currentColor;border-radius:50%;display:grid;place-items:center;flex:0 0 auto}
.microbreak-band{position:relative;background:var(--dusty);color:var(--ink);padding:clamp(8rem,13vw,14rem) var(--gutter);display:grid;grid-template-columns:.8fr 1.2fr;gap:8vw;overflow:hidden;isolation:isolate}
.microbreak-band__wave{position:absolute;inset:auto -10% -24% -10%;height:47%;background:var(--milk);border-radius:50% 50% 0 0 / 100% 100% 0 0;z-index:-1;transform:rotate(-2deg)}
.microbreak-intro{position:sticky;top:150px;align-self:start}.microbreak-intro h2{max-width:12ch}.microbreak-timeline{list-style:none;margin:0;padding:0;counter-reset:breakstep}
.microbreak-timeline li{position:relative;padding:1.3rem 0 3rem 4rem;border-left:1px solid rgba(44,36,33,.4)}
.microbreak-timeline li::before{counter-increment:breakstep;content:counter(breakstep,decimal-leading-zero);position:absolute;left:-1.25rem;top:1rem;width:2.5rem;height:2.5rem;border-radius:50%;background:var(--clay);color:#fff;display:grid;place-items:center;font-size:.8rem}
.microbreak-timeline .time{display:block;font-family:Georgia,serif;font-size:1.15rem;color:var(--clay-deep);margin-bottom:.4rem}.microbreak-timeline strong{display:block;font-family:Georgia,serif;font-size:var(--step-3);font-weight:500}.microbreak-band>.button{grid-column:2;justify-self:start;position:relative;z-index:3}
.home-office-guide{display:grid;grid-template-columns:minmax(360px,.9fr) minmax(0,1.1fr);gap:7vw;padding:clamp(7rem,12vw,12rem) var(--gutter);background:var(--milk);align-items:center}
.guide-image{position:relative}.guide-image::before{content:"";position:absolute;inset:-8% 12% 8% -6%;background:var(--sand);border-radius:48% 42% 52% 38% / 42% 58% 38% 62%;z-index:0}.guide-image img{position:relative;z-index:1;border-radius:45% 28% 44% 34% / 35% 48% 30% 50%;box-shadow:var(--shadow)}
.guide-copy h2{max-width:11ch}.guide-list{list-style:none;padding:0;margin:2.5rem 0}.guide-list li{display:grid;grid-template-columns:3rem 1fr;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--line)}.guide-list span{font-family:Georgia,serif;color:var(--clay)}
.shop-wave{position:relative;background:var(--sand);padding:clamp(9rem,14vw,15rem) var(--gutter) clamp(8rem,12vw,12rem);overflow:hidden}
.shop-wave__top{position:absolute;left:-8%;right:-8%;top:-10%;height:18%;background:var(--milk);border-radius:0 0 48% 54% / 0 0 100% 100%;transform:rotate(1deg)}
.shop-heading{display:grid;grid-template-columns:1fr 1fr;gap:6vw;align-items:end;margin-bottom:5rem}.shop-heading h2{max-width:10ch}.shop-heading p:last-child{max-width:38rem}
.featured-products{display:grid;grid-template-columns:repeat(12,1fr);gap:clamp(1rem,2vw,2rem);align-items:start}
.product-card{background:var(--milk);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);container-type:inline-size}
.product-card--1{grid-column:1/6;transform:translateY(2rem)}.product-card--2{grid-column:6/10}.product-card--3{grid-column:9/13;transform:translateY(7rem)}
.product-card__media{aspect-ratio:4/3;overflow:hidden}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .55s ease}.product-card:hover .product-card__media img{transform:scale(1.025)}
.product-card__body{padding:clamp(1.2rem,3cqw,2rem)}.product-card h3{margin-bottom:1rem}.product-price{font-family:Georgia,serif;font-size:1.35rem;font-weight:700;margin:1.2rem 0}
.product-form{display:flex;gap:.65rem;align-items:stretch}.qty-label input{width:4.5rem;min-height:48px;border:1px solid var(--line);border-radius:var(--pill);background:#fff;padding:.65rem;text-align:center}.stock-state--off{font-weight:700;color:var(--clay-deep)}
.shop-more{margin-top:10rem;display:flex;justify-content:center}
.after-work{background:var(--dusty);padding:clamp(8rem,13vw,13rem) var(--gutter);display:grid;grid-template-columns:1.2fr .8fr;gap:8vw;position:relative;overflow:hidden}
.after-work::after{content:"";position:absolute;bottom:-45%;left:-10%;width:120%;height:62%;background:var(--clay);border-radius:50% 50% 0 0 / 100% 100% 0 0}
.after-work__copy{position:relative;z-index:2}.after-work__copy h2{max-width:11ch;margin-bottom:1.5rem}.after-work__copy p:last-child{max-width:42rem}
.after-work__facts{position:relative;z-index:2;padding-top:5rem}.after-work__facts p{display:grid;grid-template-columns:5rem 1fr;gap:1rem;border-bottom:1px solid rgba(44,36,33,.25);padding:1rem 0}.after-work__facts span{font-family:Georgia,serif;color:var(--clay-deep)}
.about-wave{background:var(--clay);color:var(--milk);padding:clamp(9rem,14vw,14rem) var(--gutter);position:relative;overflow:hidden}.about-wave::before{content:"";position:absolute;top:-12%;left:-8%;width:116%;height:25%;background:var(--dusty);border-radius:0 0 48% 52% / 0 0 100% 100%;transform:rotate(-1deg)}
.about-wave__inner{max-width:68rem;margin-left:8vw;position:relative;z-index:2}.about-wave__inner h2{max-width:12ch;margin-bottom:1.5rem}.medical-note{border-left:2px solid var(--sand);padding-left:1.2rem;max-width:48rem;margin:2rem 0}
.faq-section{background:var(--milk);padding:clamp(7rem,12vw,12rem) var(--gutter);display:grid;grid-template-columns:.7fr 1.3fr;gap:8vw}.faq-heading{position:sticky;top:140px;align-self:start}.faq-heading h2{max-width:10ch}.faq-list{display:grid;gap:.8rem}.faq-item{border:1px solid var(--line);border-radius:28px;background:rgba(216,190,145,.14);padding:0 1.2rem}.faq-item summary{min-height:60px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:1rem;cursor:pointer;font-family:Georgia,serif;font-size:1.18rem;list-style:none}.faq-item summary::-webkit-details-marker{display:none}.faq-item p{padding:0 2rem 1.2rem 0}.faq-item[open] summary span{transform:rotate(45deg)}.faq-item summary span{transition:transform var(--ease)}
.quick-order{position:relative;background:var(--clay);padding:clamp(8rem,12vw,12rem) var(--gutter);overflow:hidden}.quick-order__clay{position:absolute;inset:0;background:linear-gradient(30deg,var(--clay-deep),var(--clay));opacity:.25}.quick-order__sand{position:relative;z-index:2;background:var(--sand);border-radius:48% 28% 36% 20% / 18% 38% 18% 42%;padding:clamp(2.5rem,6vw,6rem);max-width:1180px;margin:auto}.quick-order__sand>h2{max-width:15ch;margin-bottom:3rem}.quick-order__product{display:grid;grid-template-columns:minmax(240px,.8fr) minmax(0,1.2fr);gap:4vw;align-items:center}.quick-order__product img{border-radius:44% 30% 38% 24% / 38% 44% 28% 42%}.microcopy{font-size:.86rem;color:var(--ink-soft);margin-top:1rem}
/* Footer: dusty-blue wave into clay */
.site-footer{position:relative;background:var(--clay-deep);color:var(--milk);padding:10rem var(--gutter) 2rem;overflow:hidden}.footer-wave{position:absolute;left:-8%;right:-8%;top:-7rem;height:12rem;background:var(--dusty);border-radius:0 0 50% 48% / 0 0 100% 100%;transform:rotate(1deg)}
.footer-inner{display:grid;grid-template-columns:1fr 1fr;gap:8vw;align-items:end}.footer-checkpoint{max-width:42rem}.footer-checkpoint h2{font-size:clamp(2rem,4vw,4rem);margin-bottom:1rem}.timeline-dot{width:1rem;height:1rem;border-radius:50%;background:var(--sand);display:block;margin-bottom:1rem}.footer-colophon{font-size:.86rem}.brand--footer{display:inline-block;margin-bottom:1rem}.legal-links{display:flex;flex-wrap:wrap;gap:.55rem 1rem;margin-top:1rem}.legal-links a{color:inherit}
/* inner pages */
.inner-shell{min-height:80vh;background:var(--milk);padding-top:7rem}.page-intro{padding:clamp(5rem,9vw,9rem) var(--gutter) clamp(4rem,7vw,7rem);max-width:110rem;margin:auto}.page-intro h1{max-width:11ch}.page-intro>p:last-child{font-size:1.08rem;max-width:52rem;margin-top:1.6rem}.disclosure{border-left:2px solid var(--clay);padding-left:1rem;color:var(--ink-soft)}
.page-intro--catalog{background:var(--sand);max-width:none;position:relative;overflow:hidden}.page-intro--catalog::after{content:"";position:absolute;right:-8%;bottom:-38%;width:58%;height:72%;background:var(--dusty);border-radius:50% 50% 0 0 / 100% 100% 0 0}
.category-filter{display:flex;flex-wrap:wrap;gap:.6rem;padding:1rem var(--gutter) 2.5rem;background:var(--sand);position:sticky;top:66px;z-index:90}.filter-chip{min-height:44px;border:1px solid var(--ink);background:transparent;border-radius:var(--pill);padding:.55rem 1rem;cursor:pointer}.filter-chip.is-active{background:var(--ink);color:var(--milk)}
.catalog-river{display:grid;grid-template-columns:repeat(12,1fr);gap:clamp(1rem,2vw,2rem);padding:5rem var(--gutter) 10rem;background:linear-gradient(180deg,var(--sand) 0 12%,var(--milk) 12% 100%)}
.catalog-product{display:grid;background:var(--milk);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);align-self:start}.catalog-product--1{grid-column:1/7}.catalog-product--2{grid-column:8/13;margin-top:6rem}.catalog-product--3{grid-column:2/6;margin-top:2rem}.catalog-product--4{grid-column:6/12;margin-top:8rem}.catalog-product__media{aspect-ratio:4/3;overflow:hidden}.catalog-product__media img{width:100%;height:100%;object-fit:cover}.catalog-product__copy{padding:clamp(1.4rem,3vw,2.4rem)}.catalog-product__copy h2{font-size:clamp(1.8rem,3vw,3rem);margin-bottom:1rem}.catalog-product[hidden]{display:none}
.cart-layout,.checkout-layout{display:grid;grid-template-columns:1.25fr .75fr;gap:5vw;padding:0 var(--gutter) 9rem}.cart-lines{min-width:0}.cart-line{display:grid;grid-template-columns:110px minmax(0,1fr) auto;gap:1.3rem;align-items:center;border-top:1px solid var(--line);padding:1.3rem 0}.cart-line img{width:110px;aspect-ratio:1;object-fit:cover;border-radius:24px}.cart-line h3{font-size:1.35rem;margin-bottom:.35rem}.cart-line__price{font-family:Georgia,serif}.cart-line__controls{display:flex;align-items:center;gap:.35rem}.cart-line__controls button{width:44px;height:44px;border-radius:50%;border:1px solid var(--line);background:var(--milk);cursor:pointer}.cart-line__controls input{width:60px;height:44px;border:1px solid var(--line);border-radius:var(--pill);text-align:center}.cart-line__remove{border:0;background:none;text-decoration:underline;cursor:pointer;padding:.7rem}.cart-summary{background:var(--sand);border-radius:var(--radius);padding:2rem;position:sticky;top:120px;align-self:start}.cart-total,.checkout-total{display:flex;justify-content:space-between;gap:1rem;border-top:1px solid var(--line);padding-top:1rem;font-family:Georgia,serif;font-size:1.4rem}.cart-empty,.empty-state{padding:4rem 0;max-width:50rem}.empty-state{padding:9rem var(--gutter);margin:auto}.empty-state h1,.empty-state h2{margin-bottom:1.5rem}
.checkout-order{align-self:start;position:sticky;top:120px}.checkout-line{display:flex;justify-content:space-between;gap:1rem;padding:.85rem 0;border-bottom:1px solid var(--line)}.checkout-form-wrap{background:var(--sand);border-radius:44px 44px 44px 18px;padding:clamp(1.5rem,4vw,3rem)}.checkout-form{display:grid;gap:1rem;margin-top:2rem}.checkout-form label:not(.consent-row){display:grid;gap:.35rem;font-weight:700}.checkout-form input[type="text"],.checkout-form input[type="tel"],.checkout-form input[type="email"],.checkout-form textarea{width:100%;border:1px solid rgba(44,36,33,.35);background:var(--milk);border-radius:18px;min-height:50px;padding:.78rem}.checkout-form textarea{min-height:110px;resize:vertical}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.optional{font-size:.75rem;font-weight:400}.consent-row{display:grid;grid-template-columns:auto 1fr;gap:.7rem;align-items:start}.consent-row input{width:22px;height:22px;margin-top:.12rem}.field-error{color:#7c211d;font-size:.82rem;min-height:.2rem}.global-error{background:#fff2ef;color:#6a211e;border-radius:16px;padding:.85rem}.success-shell{background:var(--sand);padding-bottom:7rem}.success-wave{max-width:900px;margin:4rem auto;padding:5rem var(--gutter);position:relative}.success-wave::after{content:"";position:absolute;right:-12%;top:-8%;width:240px;height:240px;background:var(--dusty);border-radius:50%;z-index:0}.success-wave>*{position:relative;z-index:1}.order-number{font-family:Georgia,serif;font-size:1.6rem;margin:2rem 0}
.page-intro--articles{background:var(--dusty);max-width:none}.article-archive{padding:6rem var(--gutter) 10rem}.archive-entry{display:grid;grid-template-columns:minmax(320px,.9fr) minmax(0,1.1fr);gap:5vw;align-items:center;padding:4rem 0;border-top:1px solid var(--line)}.archive-entry--2{grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr)}.archive-entry--2 .archive-entry__image{order:2}.archive-entry__image img{border-radius:40% 18% 38% 22% / 22% 42% 20% 40%;box-shadow:var(--shadow)}.archive-entry__copy h2{font-size:clamp(2rem,4vw,4rem);margin-bottom:1rem}.archive-entry__copy h2 a{text-decoration:none}.reviewed{color:var(--ink-soft);margin-top:1.4rem}
.article-hero{padding:clamp(5rem,9vw,9rem) var(--gutter) 4rem;max-width:1100px}.article-hero h1{max-width:13ch}.article-dek{font-size:1.25rem;max-width:48rem;margin:2rem 0}.article-lead-image{margin:0 var(--gutter) 5rem}.article-lead-image img{width:100%;max-height:760px;object-fit:cover;border-radius:48% 20% 42% 18% / 18% 38% 22% 42%}.article-layout{display:grid;grid-template-columns:.65fr 1.35fr;gap:6vw;padding:0 var(--gutter) 7rem}.article-context{position:sticky;top:120px;align-self:start;border-top:1px solid var(--line);padding-top:1rem;max-width:22rem}.article-body{max-width:760px}.article-opening{font-family:Georgia,serif;font-size:1.45rem;line-height:1.45}.article-body section{padding:3rem 0;border-bottom:1px solid var(--line)}.article-body section h2{font-size:clamp(2rem,4vw,3.6rem);margin-bottom:1.2rem}.warning-block{background:var(--sand);border-radius:40px 16px 40px 40px;padding:2rem;margin-top:4rem}.warning-block li+li{margin-top:.8rem}.article-commerce{background:var(--clay);color:var(--milk);padding:7rem var(--gutter)}.article-commerce>h2{max-width:11ch;margin-bottom:1rem}.article-commerce>p{max-width:48rem}.article-products{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem;margin-top:3rem}.article-products article{background:var(--milk);color:var(--ink);border-radius:var(--radius);padding:1.2rem}.article-products img{border-radius:24px;margin-bottom:1rem}
.generic-shell{padding-bottom:8rem}.generic-river{padding:0 var(--gutter);display:grid;grid-template-columns:repeat(12,1fr);gap:1.5rem}.generic-note{grid-column:2/10;display:grid;grid-template-columns:auto 1fr;gap:1.5rem;border-top:1px solid var(--line);padding:2rem 0}.generic-note:nth-child(even){grid-column:5/13}.generic-note h2{font-size:clamp(2rem,4vw,3.8rem);margin-bottom:1rem}.cookie-settings-wave{max-width:900px;margin:0 auto;background:var(--sand);border-radius:46px 18px 46px 46px;padding:3rem}.cookie-settings-wave h2{margin-bottom:1rem}.cookie-form{display:grid;gap:1rem;margin-top:2rem}.cookie-form label{display:grid;grid-template-columns:auto 1fr;gap:.8rem}.cookie-form input{width:22px;height:22px}
/* reveal motion */
.reveal{opacity:0;transform:translateY(18px);transition:opacity var(--ease),transform var(--ease)}.reveal.is-visible{opacity:1;transform:none}
@container (max-width:430px){.product-form{flex-direction:column}.qty-label input{width:100%}}
@media (max-width:980px){
  .site-header{grid-template-columns:auto 1fr auto}.site-nav{display:none}.brand{font-size:1.4rem}
  .terra-hero{grid-template-columns:1fr;min-height:960px;padding-top:7rem;align-content:start}.hero-copy{max-width:680px}.hero-copy h1{font-size:clamp(3.5rem,11vw,7rem)}.hero-art{right:-20%;bottom:3%;width:95vw;height:55vh;opacity:.92}.hero-clay-wave{height:38%;bottom:-8%}.hero-side-note{width:58vw;bottom:1.5rem}
  .wave-section,.microbreak-band,.home-office-guide,.after-work,.faq-section,.footer-inner,.cart-layout,.checkout-layout,.article-layout{grid-template-columns:1fr}.philosophy-copy{max-width:52rem}.almanac-marker{right:4vw;top:9%}
  .joint-river__intro{grid-column:1/11}.joint-note--knees{grid-column:1/11}.joint-note--hips{grid-column:3/13}.joint-note--elbows{grid-column:1/10}
  .microbreak-intro,.faq-heading,.checkout-order{position:static}.microbreak-band>.button{grid-column:1}.home-office-guide{gap:4rem}.guide-image{max-width:650px}.shop-heading{grid-template-columns:1fr}.featured-products{grid-template-columns:1fr 1fr}.product-card--1,.product-card--2,.product-card--3{grid-column:auto;transform:none}.product-card--3{grid-column:1/3;max-width:560px;justify-self:center}.shop-more{margin-top:5rem}.after-work__facts{padding-top:0}.quick-order__product{grid-template-columns:1fr 1fr}
  .cart-summary{position:static}.checkout-layout{gap:3rem}.article-context{position:static;max-width:none}.article-products{grid-template-columns:1fr 1fr}.generic-note,.generic-note:nth-child(even){grid-column:1/13}.archive-entry,.archive-entry--2{grid-template-columns:1fr}.archive-entry--2 .archive-entry__image{order:0}
}
@media (max-width:680px){
  :root{--gutter:1.15rem}
  .site-header{padding:.8rem 1rem}.cart-link span:first-child{display:none}.day-route{justify-content:flex-start;overflow-x:auto;top:58px}.day-route a{white-space:nowrap}
  .terra-hero{min-height:900px;padding-top:6.5rem;padding-bottom:13rem}.hero-copy h1{font-size:clamp(3rem,15vw,5.6rem);max-width:8ch}.hero-lead{font-size:1rem}.hero-art{width:115vw;right:-48%;height:48vh;bottom:4%}.hero-side-note{left:1.15rem;right:auto;width:76vw;font-size:.8rem}.hero-clay-wave{height:35%;bottom:-3%;border-radius:60% 70% 0 0 / 50% 60% 0 0}
  .wave-section{padding-top:7rem;padding-bottom:9rem;gap:3rem}.almanac-marker{display:none}.joint-river{grid-template-columns:1fr;padding-top:8rem}.joint-river__intro,.joint-note--knees,.joint-note--hips,.joint-note--elbows{grid-column:1}.joint-note{grid-template-columns:auto 1fr;gap:1rem}.joint-note h3{font-size:1.8rem}
  .microbreak-band{padding-top:8rem;padding-bottom:9rem}.microbreak-timeline li{padding-left:3rem}.home-office-guide{grid-template-columns:1fr;padding-top:7rem}.guide-image{order:2}.shop-wave{padding-top:9rem}.featured-products{grid-template-columns:1fr}.product-card--3{grid-column:auto;max-width:none}.shop-more{margin-top:3rem}.after-work{padding-bottom:10rem}.about-wave__inner{margin-left:0}.faq-section{gap:3rem}.quick-order{padding:6rem 1rem}.quick-order__sand{border-radius:34px 34px 34px 14px;padding:1.4rem}.quick-order__product{grid-template-columns:1fr}.product-form{flex-direction:column}.qty-label input{width:100%}.product-form .button{width:100%}
  .footer-inner{gap:4rem}.legal-links{display:grid;grid-template-columns:1fr 1fr}.page-intro{padding-top:4rem}.category-filter{top:58px;overflow-x:auto;flex-wrap:nowrap}.filter-chip{white-space:nowrap}.catalog-river{grid-template-columns:1fr;padding-top:3rem}.catalog-product--1,.catalog-product--2,.catalog-product--3,.catalog-product--4{grid-column:1;margin-top:0}.cart-line{grid-template-columns:78px 1fr}.cart-line img{width:78px}.cart-line__controls{grid-column:2;flex-wrap:wrap}.form-row{grid-template-columns:1fr}.article-products{grid-template-columns:1fr}.article-archive{padding-top:3rem}.archive-entry{padding:2.5rem 0}.article-lead-image{margin-left:0;margin-right:0}.article-lead-image img{border-radius:0}.generic-river{display:block}.generic-note{margin-bottom:1rem}.cookie-settings-wave{margin:0 1rem;padding:1.5rem}
}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.reveal{opacity:1;transform:none}.hero-art img{transform:none!important}}
