:root{
  --green:#073f31; --green-2:#0e5b45; --cream:#f7f0df; --cream-2:#fffaf0;
  --ink:#171714; --muted:#6f6b60; --gold:#c98a21; --line:#dfc997; --white:#fff;
  --shadow:0 24px 70px rgba(29,42,33,.16); --radius:28px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream-2);color:var(--ink);font-family:"DM Sans",Arial,sans-serif;line-height:1.55}button,a{font:inherit}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.announcement{background:var(--green);color:#f7e8bf;text-align:center;padding:8px 16px;font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.site-header{height:82px;position:sticky;top:0;z-index:40;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px;padding:0 clamp(18px,4vw,72px);background:rgba(255,250,240,.92);backdrop-filter:blur(16px);border-bottom:1px solid rgba(201,138,33,.22)}.brand{display:flex;align-items:center;gap:12px;color:var(--green);font-family:"Playfair Display",Georgia,serif;font-weight:700;letter-spacing:.04em}.brand-crown{width:38px;height:25px;color:var(--gold)}.main-nav{justify-self:center;display:flex;gap:28px;font-size:14px;font-weight:700}.main-nav a{position:relative}.main-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-8px;height:2px;background:var(--gold);transition:.25s}.main-nav a:hover:after{right:0}.cart-button,.menu-toggle{border:0;background:transparent;font-weight:800;cursor:pointer}.cart-button span{display:inline-grid;place-items:center;min-width:24px;height:24px;border-radius:50%;background:var(--green);color:white;font-size:12px;margin-left:6px}.menu-toggle{display:none}.section-shell{max-width:1240px;margin:auto;padding-left:clamp(22px,5vw,72px);padding-right:clamp(22px,5vw,72px)}.hero{min-height:720px;display:grid;grid-template-columns:1.03fr .97fr;align-items:center;gap:42px;padding-top:72px;padding-bottom:84px;overflow:hidden}.eyebrow{margin:0 0 14px;color:var(--gold);font-weight:800;font-size:12px;letter-spacing:.17em;text-transform:uppercase}.hero h1,.section-heading h2,.story-copy h2,.closing-cta h2{font-family:"Playfair Display",Georgia,serif;color:var(--green);line-height:1.02;margin:0}.hero h1{font-size:clamp(54px,6.2vw,92px);letter-spacing:-.045em}.hero h1 em{font-weight:600;color:var(--gold)}.hero-lede{font-size:19px;color:#4c4b44;max-width:620px;margin:24px 0 30px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.btn{border:1px solid transparent;border-radius:999px;padding:13px 22px;font-weight:800;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:transform .2s,box-shadow .2s,background .2s}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--green);color:white;box-shadow:0 10px 24px rgba(7,63,49,.18)}.btn-ghost{border-color:#b4a77e;color:var(--green);background:rgba(255,255,255,.4)}.btn-gold{background:var(--gold);color:#1e241f}.btn-outline-light{border-color:rgba(255,255,255,.55);color:white;background:transparent}.hero-price-note{margin-top:22px;font-size:14px;color:#6f684f}.hero-stage{position:relative;height:590px;perspective:1200px}.hero-stage:before{content:"";position:absolute;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,#ead8a3 0%,rgba(234,216,163,.28) 48%,transparent 72%);inset:40px auto auto 60px}.hero-label{position:absolute;background:#fffaf0;border:1px solid rgba(201,138,33,.26);box-shadow:var(--shadow);border-radius:24px;overflow:hidden}.hero-label img{width:100%;height:100%;object-fit:cover;object-position:left top}.hero-label span{position:absolute;right:14px;bottom:14px;background:var(--green);color:white;border-radius:999px;padding:7px 11px;font-weight:800;font-size:13px}.hero-label-daily{width:248px;height:475px;left:135px;top:55px;z-index:3;transform:rotate(-1deg)}.hero-label-recovery{width:330px;height:300px;right:-25px;top:215px;z-index:4;transform:rotate(4deg)}.hero-label-cloud{width:225px;height:420px;left:0;top:105px;z-index:2;transform:rotate(-8deg)}.value-strip{display:grid;grid-template-columns:repeat(4,1fr);background:#efe2bf;border-block:1px solid #ddc791}.value-strip div{padding:24px 20px;text-align:center;border-right:1px solid #ddc791}.value-strip div:last-child{border:0}.value-strip strong,.value-strip span{display:block}.value-strip strong{color:var(--green);font-family:"Playfair Display",Georgia,serif;font-size:18px}.value-strip span{font-size:12px;color:#6b6454;margin-top:4px}.shop-section,.ritual-section,.faq-section{padding-top:110px;padding-bottom:120px}.section-heading{max-width:760px;margin-bottom:48px}.section-heading h2{font-size:clamp(40px,4.6vw,64px);letter-spacing:-.035em}.section-heading>p:last-child{font-size:18px;color:var(--muted)}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.product-card{background:white;border:1px solid #e8dfc7;border-radius:var(--radius);overflow:hidden;box-shadow:0 16px 40px rgba(51,48,38,.07);display:flex;flex-direction:column}.product-art{height:410px;background:linear-gradient(160deg,#f0e0b3,#fffaf0);padding:28px;display:grid;place-items:center;overflow:hidden}.product-art img{height:100%;width:100%;object-fit:contain;filter:drop-shadow(0 16px 18px rgba(42,43,34,.18));transition:transform .35s}.product-card:hover .product-art img{transform:scale(1.025)}.product-card-body{padding:25px;display:flex;flex-direction:column;gap:12px;flex:1}.product-kicker{font-size:11px;text-transform:uppercase;letter-spacing:.14em;color:var(--gold);font-weight:800}.product-card h3,.duo-card h3,.bundle-feature h3,.ritual-step h3{font-family:"Playfair Display",Georgia,serif;color:var(--green);margin:0;line-height:1.1}.product-card h3{font-size:28px}.product-card p{margin:0;color:#5d5a50}.product-sub{font-weight:700;color:var(--green)!important;font-size:13px}.product-meta{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:8px}.product-meta strong{font-size:24px}.text-link{border:0;background:none;padding:0;color:var(--green);font-weight:800;text-decoration:underline;text-decoration-color:var(--gold);text-underline-offset:4px;cursor:pointer}.text-link.strong{font-size:15px}.bundle-section{background:var(--green);color:white;padding:110px 0 120px;position:relative;overflow:hidden}.bundle-section:before{content:"";position:absolute;width:520px;height:520px;border:1px solid rgba(201,138,33,.3);border-radius:50%;right:-170px;top:-140px}.section-heading.light h2{color:white}.section-heading.light>p:last-child{color:#d7ddda}.bundle-feature{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;background:#0c4c3b;border:1px solid rgba(255,255,255,.1);border-radius:34px;padding:clamp(28px,5vw,58px);overflow:hidden}.bundle-feature h3{font-size:clamp(38px,4vw,58px);color:white}.bundle-feature-copy>p{color:#d9e1de}.bundle-tagline{font-size:18px;font-style:italic;border-left:3px solid var(--gold);padding-left:18px}.bundle-badge{display:inline-block;background:var(--gold);color:#18251f;border-radius:999px;padding:7px 12px;font-size:12px;font-weight:800;margin-bottom:16px}.bundle-price{display:flex;align-items:baseline;gap:18px;margin:24px 0}.bundle-price span{text-decoration:line-through;color:#9fb0a9}.bundle-price strong{font-size:36px;color:#f5dda0}.bundle-stack{height:440px;position:relative}.bundle-stack img{position:absolute;border-radius:16px;border:1px solid rgba(255,255,255,.18);box-shadow:0 22px 50px rgba(0,0,0,.28);object-fit:cover;object-position:left top}.bundle-stack img:nth-child(1){width:185px;height:360px;left:30px;top:42px;transform:rotate(-7deg)}.bundle-stack img:nth-child(2){width:250px;height:210px;right:0;top:100px;transform:rotate(5deg)}.bundle-stack img:nth-child(3){width:175px;height:330px;left:185px;top:22px;transform:rotate(3deg)}.duo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:24px}.duo-card{padding:28px;border:1px solid rgba(255,255,255,.18);border-radius:24px;background:rgba(255,255,255,.05)}.duo-icon{font-size:28px}.duo-label{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:#bfcfc9;font-weight:800}.duo-card h3{font-size:28px;color:white}.duo-card>p:not(.duo-label){color:#d5dfdb;min-height:86px}.duo-pricing{display:flex;justify-content:space-between;align-items:end;margin:20px 0}.duo-pricing span{font-size:12px;color:#aebdb7}.duo-pricing strong{font-size:25px;color:#f4d98d}.ritual-steps{display:grid;gap:16px}.ritual-step{display:grid;grid-template-columns:100px 1fr;gap:30px;align-items:start;padding:28px 0;border-top:1px solid #dccb9e}.ritual-step:last-child{border-bottom:1px solid #dccb9e}.ritual-step>span{font-family:"Playfair Display",Georgia,serif;font-size:52px;color:#d1a54b}.ritual-step h3{font-size:29px}.ritual-step p{color:var(--muted);max-width:720px;margin-bottom:0}.story-section{display:grid;grid-template-columns:1fr 1fr;background:#efe2bf;min-height:620px}.story-visual{display:grid;place-items:center;padding:70px;background:linear-gradient(135deg,#e8d49d,#f7f0df)}.story-visual img{max-height:530px;width:auto;border-radius:26px;box-shadow:var(--shadow)}.story-copy{padding:clamp(56px,7vw,110px);display:flex;flex-direction:column;justify-content:center}.story-copy h2{font-size:clamp(42px,4.5vw,66px);letter-spacing:-.035em}.story-copy p{font-size:17px;color:#5e5a4f}.faq-list{max-width:900px}.faq-list details{border-top:1px solid #d7c79b;padding:22px 0}.faq-list details:last-child{border-bottom:1px solid #d7c79b}.faq-list summary{font-family:"Playfair Display",Georgia,serif;color:var(--green);font-size:24px;font-weight:700;cursor:pointer}.faq-list p{color:var(--muted);max-width:720px}.closing-cta{display:flex;align-items:end;justify-content:space-between;gap:30px;padding:70px clamp(22px,7vw,110px);background:#0a4938;color:white}.closing-cta h2{color:white;font-size:clamp(38px,4.2vw,60px);max-width:760px}.site-footer{background:#042d23;color:#dce8e3;padding:70px clamp(22px,6vw,90px) 28px;display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:34px}.site-footer>div{display:flex;flex-direction:column;gap:9px}.site-footer strong{color:white}.site-footer a,.site-footer span{font-size:13px;color:#b9cac3}.footer-brand{font-family:"Playfair Display",Georgia,serif}.footer-brand .brand-crown{width:44px}.footer-note{grid-column:1/-1;border-top:1px solid rgba(255,255,255,.12);padding-top:24px;margin-top:20px;font-size:11px;color:#839b91}.cart-drawer{position:fixed;right:0;top:0;bottom:0;width:min(440px,92vw);background:#fffaf0;z-index:70;transform:translateX(105%);transition:.3s;display:flex;flex-direction:column;box-shadow:-30px 0 70px rgba(0,0,0,.2)}.cart-drawer.open{transform:none}.cart-head{padding:24px 26px;border-bottom:1px solid #e1d6b7;display:flex;justify-content:space-between;align-items:center}.cart-head h2{font-family:"Playfair Display",Georgia,serif;color:var(--green);margin:0}.cart-close,.dialog-close{border:0;background:transparent;font-size:30px;cursor:pointer}.cart-items{padding:20px 26px;overflow:auto;flex:1}.cart-line{display:grid;grid-template-columns:1fr auto;gap:10px;padding:16px 0;border-bottom:1px solid #e1d6b7}.cart-line strong{color:var(--green)}.cart-line button{border:0;background:transparent;color:#9b6f20;cursor:pointer;font-size:12px;padding:0}.cart-empty{color:var(--muted)}.cart-footer{padding:20px 26px;border-top:1px solid #e1d6b7;display:grid;gap:12px}.cart-footer>div{display:flex;justify-content:space-between;font-size:18px}.cart-footer small{color:#8a8579}.drawer-backdrop{position:fixed;inset:0;background:rgba(5,28,21,.46);z-index:60;opacity:0;pointer-events:none;transition:.3s}.drawer-backdrop.open{opacity:1;pointer-events:auto}.label-dialog{width:min(1180px,94vw);max-height:92vh;border:0;border-radius:28px;padding:0;background:#fffaf0;box-shadow:0 30px 100px rgba(0,0,0,.35);overflow:auto}.label-dialog::backdrop{background:rgba(5,28,21,.72)}.dialog-close{position:sticky;float:right;top:14px;right:16px;z-index:2;background:#fffaf0;border-radius:50%;width:42px;height:42px}.dialog-copy{padding:28px 30px 12px}.dialog-copy h2{font-family:"Playfair Display",Georgia,serif;color:var(--green);margin:0 0 8px}.label-dialog img{width:100%;max-height:72vh;object-fit:contain;background:#f7f0df}.reveal{opacity:0;transform:translateY(18px);transition:opacity .6s ease,transform .6s ease}.reveal.visible{opacity:1;transform:none}@media(max-width:980px){.main-nav{display:none;position:absolute;left:18px;right:18px;top:74px;background:#fffaf0;border:1px solid #e3d8ba;border-radius:18px;padding:18px;flex-direction:column;box-shadow:var(--shadow)}.main-nav.open{display:flex}.menu-toggle{display:block;justify-self:end}.site-header{grid-template-columns:1fr auto auto;gap:12px}.hero{grid-template-columns:1fr;padding-top:56px}.hero-stage{height:540px;max-width:700px;width:100%;margin:auto}.value-strip{grid-template-columns:repeat(2,1fr)}.product-grid,.duo-grid{grid-template-columns:1fr}.product-card{display:grid;grid-template-columns:.9fr 1.1fr}.product-art{height:460px}.bundle-feature{grid-template-columns:1fr}.bundle-stack{height:400px}.story-section{grid-template-columns:1fr}.site-footer{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}}@media(max-width:680px){.announcement{font-size:10px}.site-header{height:68px;padding:0 16px}.brand span{font-size:13px}.brand-crown{width:30px}.hero{padding-top:42px;padding-bottom:60px}.hero h1{font-size:52px}.hero-stage{height:430px}.hero-label-daily{width:180px;height:350px;left:92px}.hero-label-cloud{width:155px;height:300px;left:0}.hero-label-recovery{width:240px;height:190px;right:-10px;top:205px}.value-strip{grid-template-columns:1fr}.value-strip div{border-right:0;border-bottom:1px solid #ddc791}.product-card{display:flex}.product-art{height:380px}.section-heading h2{font-size:42px}.bundle-stack{height:330px}.bundle-stack img:nth-child(1){width:145px;height:280px;left:0}.bundle-stack img:nth-child(2){width:205px;height:165px;right:-10px}.bundle-stack img:nth-child(3){width:140px;height:265px;left:125px}.ritual-step{grid-template-columns:62px 1fr;gap:16px}.ritual-step>span{font-size:38px}.story-visual{padding:36px}.closing-cta{align-items:flex-start;flex-direction:column}.site-footer{grid-template-columns:1fr}.footer-brand{grid-column:auto}}


/* === Refined product imagery + straight deck carousel === */
.product-art{
  height:430px;
  padding:24px;
  overflow:hidden;
  background:linear-gradient(160deg,#f1e4bd,#fffaf0);
}
.product-art img{
  width:auto;
  height:auto;
  max-width:100%;
  max-height:100%;
  object-fit:contain;
  object-position:center;
  transform:none !important;
  filter:drop-shadow(0 14px 18px rgba(42,43,34,.14));
}
.product-card:hover .product-art img{transform:none !important}
.daily-art img,.cloud-art img{max-height:100%}
.recovery-art img{width:100%;max-width:100%;height:auto;max-height:100%}

.hero-stage{
  position:relative;
  height:590px;
  display:grid;
  place-items:center;
  perspective:none;
  overflow:visible;
}
.hero-stage:before{
  width:500px;
  height:500px;
  inset:45px auto auto 50%;
  transform:translateX(-50%);
}
.hero-deck{
  position:relative;
  width:min(560px,100%);
  height:540px;
}
.hero-label{
  position:absolute;
  left:50%;
  top:50%;
  overflow:hidden;
  background:#fffaf0;
  border:1px solid rgba(201,138,33,.28);
  border-radius:24px;
  box-shadow:0 24px 58px rgba(32,44,37,.18);
  transform-origin:center;
  transition:transform .42s ease,opacity .42s ease,filter .42s ease,z-index .01s linear;
}
.hero-label img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
  background:#fffaf0;
}
.hero-label-cloud,.hero-label-daily,.hero-label-recovery{
  left:50%;
  top:50%;
  right:auto;
}
.hero-label-cloud{width:250px;height:470px}
.hero-label-daily{width:225px;height:485px}
.hero-label-recovery{width:390px;height:248px}

.hero-label.is-active{
  z-index:5;
  opacity:1;
  filter:none;
}
.hero-label.is-prev{
  z-index:3;
  opacity:.78;
  filter:saturate(.88);
}
.hero-label.is-next{
  z-index:3;
  opacity:.78;
  filter:saturate(.88);
}
.hero-label.is-hidden{
  z-index:1;
  opacity:0;
  pointer-events:none;
}

.hero-label-cloud.is-active,
.hero-label-daily.is-active,
.hero-label-recovery.is-active{
  transform:translate(-50%,-50%) scale(1);
}
.hero-label-cloud.is-prev,
.hero-label-daily.is-prev,
.hero-label-recovery.is-prev{
  transform:translate(calc(-50% - 150px),-50%) scale(.82);
}
.hero-label-cloud.is-next,
.hero-label-daily.is-next,
.hero-label-recovery.is-next{
  transform:translate(calc(-50% + 150px),-50%) scale(.82);
}

.deck-arrow{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:10;
  width:46px;
  height:46px;
  border-radius:50%;
  border:1px solid rgba(7,63,49,.16);
  background:rgba(255,250,240,.94);
  color:var(--green);
  display:grid;
  place-items:center;
  font-size:34px;
  line-height:1;
  cursor:pointer;
  box-shadow:0 10px 28px rgba(32,44,37,.13);
  transition:transform .2s ease,background .2s ease;
}
.deck-arrow:hover{background:white;transform:translateY(-50%) scale(1.06)}
.deck-arrow-left{left:-8px}
.deck-arrow-right{right:-8px}

.deck-dots{
  position:absolute;
  left:50%;
  bottom:0;
  transform:translateX(-50%);
  z-index:10;
  display:flex;
  gap:8px;
}
.deck-dots button{
  width:8px;height:8px;border:0;border-radius:999px;
  padding:0;background:#cbbf9e;cursor:pointer;transition:.25s;
}
.deck-dots button.active{width:24px;background:var(--green)}

@media(max-width:980px){
  .product-art{height:440px}
  .hero-stage{height:540px}
  .hero-deck{height:495px;width:min(590px,100%)}
  .deck-arrow-left{left:0}.deck-arrow-right{right:0}
}
@media(max-width:680px){
  .product-art{height:420px;padding:18px}
  .hero-stage{height:455px}
  .hero-deck{height:420px;width:100%}
  .hero-label-cloud{width:188px;height:352px}
  .hero-label-daily{width:169px;height:365px}
  .hero-label-recovery{width:292px;height:186px}
  .hero-label-cloud.is-prev,.hero-label-daily.is-prev,.hero-label-recovery.is-prev{
    transform:translate(calc(-50% - 90px),-50%) scale(.76);
  }
  .hero-label-cloud.is-next,.hero-label-daily.is-next,.hero-label-recovery.is-next{
    transform:translate(calc(-50% + 90px),-50%) scale(.76);
  }
  .deck-arrow{width:40px;height:40px;font-size:29px}
  .deck-arrow-left{left:-4px}.deck-arrow-right{right:-4px}
}

.shipping-choice{display:grid;gap:7px;padding:14px 0;border-top:1px solid rgba(7,63,49,.12);border-bottom:1px solid rgba(7,63,49,.12);margin:12px 0}.shipping-choice label{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--green)}.shipping-choice select{width:100%;padding:11px 12px;border:1px solid #cfc7b4;border-radius:11px;background:white;font:inherit}.shipping-choice small{opacity:.72;line-height:1.4}
.site-footer a{display:block;text-decoration:none;margin:7px 0;color:inherit}.site-footer a:hover{text-decoration:underline}
@media(max-width:760px){
 .site-header{padding-inline:14px;gap:9px}.brand span{font-size:12px}.account-link{font-size:12px}.cart-button{padding:8px 10px}.hero{padding-top:45px}.hero-copy{text-align:center}.hero-actions{justify-content:center;flex-wrap:wrap}.hero-price-note{text-align:center}
 .product-grid,.duo-grid{grid-template-columns:1fr}.bundle-feature{grid-template-columns:1fr}.bundle-stack{min-height:330px}.value-strip{grid-template-columns:1fr 1fr}.site-footer{grid-template-columns:1fr 1fr}
 .cart-drawer{width:min(94vw,420px)}.section-shell{padding-inline:18px}.closing-cta{padding-inline:20px}
}
@media(max-width:480px){.value-strip{grid-template-columns:1fr}.site-footer{grid-template-columns:1fr}.main-nav.open{left:12px;right:12px}.hero h1{font-size:clamp(40px,13vw,58px)}}
