/* Everything is sized in rem; 1rem = 16px at the prototype's 1208px width,
   so the whole page scales exactly like the source design. */
html{font-size:clamp(12px,1.3245vw,22px)}

:root{
  --coral:#EA7476; --coral-d:#e05f62;
  --ink:#333418; --ink2:#4a453c; --ink3:#8a857c;
  --gold:#FBB612;
  --cream:#F8F4EE; --pink:#FCEEEE; --pink2:#FBF3F2; --white:#FEFDFC;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
/* the nav is sticky, so anchor targets must clear its height or the section
   heading lands underneath it */
section[id]{scroll-margin-top:5.6rem}
body{margin:0;background:var(--white);color:var(--ink);
  font-family:"Nunito Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-size:1.0625rem;line-height:1.55;-webkit-font-smoothing:antialiased}
h1,h2,h3{font-family:"Baloo 2","Nunito Sans",sans-serif;font-weight:800;letter-spacing:-.025em;margin:0}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
.wrap{max-width:68.75rem;margin:0 auto;padding:0 1.5rem}

.btn{display:inline-flex;align-items:center;gap:.6rem;background:var(--coral);color:#fff;border:0;
  border-radius:999px;font-family:"Nunito Sans",sans-serif;font-weight:700;cursor:pointer;
  box-shadow:0 .2rem .6rem rgba(234,116,118,.3);transition:.18s;white-space:nowrap}
.btn:hover{background:var(--coral-d);transform:translateY(-1px)}
.btn-sm{padding:.53rem 1.2rem;font-size:.94rem}
.btn-lg{padding:.68rem 1.7rem;font-size:1.12rem}
.btn-md{padding:.8rem 1.5rem;font-size:1.06rem}

/* ---------- NAV ---------- */
.nav{position:sticky;top:0;z-index:60;background:#FDFAF6;border-bottom:1px solid #f1e8e3}
.nav-in{max-width:76rem;margin:0 auto;padding:.3rem 3rem;display:flex;align-items:center}
.logo{display:block;line-height:0;flex:none}
.logo img{width:9.6rem;height:auto;transition:transform .18s}
.logo:hover img{transform:scale(1.02)}
.nav-links{display:flex;gap:2.1rem;margin-left:2.6rem;font-size:.97rem;font-weight:600;color:#413f2d}
.nav-links a:hover{color:var(--coral)}
.nav-right{display:flex;align-items:center;gap:1.15rem;margin-left:auto}
.icn{width:1.4rem;height:1.4rem;stroke:#413f2d;stroke-width:1.7;fill:none;stroke-linecap:round;stroke-linejoin:round}
.icn-btn{position:relative;display:flex;align-items:center;background:none;border:0;padding:.15rem;cursor:pointer;border-radius:.4rem}
.icn-btn:hover .icn{stroke:var(--coral)}
.icn-btn:focus-visible{outline:2px solid var(--coral);outline-offset:2px}
.cart-count{position:absolute;top:-.15rem;right:-.3rem;min-width:1.05rem;height:1.05rem;padding:0 .2rem;
  border-radius:999px;background:var(--coral);color:#fff;font-size:.68rem;font-weight:800;line-height:1.05rem;text-align:center}

/* ---------- SEARCH ---------- */
.search-panel{border-top:1px solid #f1e8e3;background:#FDFAF6;max-height:0;overflow:hidden;transition:max-height .2s ease}
.search-panel.open{max-height:5rem}
.search-in{max-width:76rem;margin:0 auto;padding:.7rem 3rem;display:flex;align-items:center;gap:.7rem}
.search-in input{flex:1;border:0;background:none;font:inherit;font-size:1.02rem;color:var(--ink);padding:.2rem 0}
.search-in input:focus{outline:none}
.search-close{background:none;border:0;font-size:1.5rem;line-height:1;color:var(--ink3);cursor:pointer;padding:0 .2rem}
.search-close:hover{color:var(--coral)}
.kits-empty{text-align:center;color:var(--ink3);font-size:1.05rem;margin:2.5rem 0 1rem}

/* ---------- CART DRAWER ---------- */
.scrim{position:fixed;inset:0;background:rgba(51,52,24,.32);opacity:0;transition:opacity .22s;z-index:80}
body.drawer-open .scrim{opacity:1}
.drawer{position:fixed;top:0;right:0;z-index:90;width:min(24rem,92vw);height:100%;
  background:var(--white);display:flex;flex-direction:column;
  box-shadow:-.4rem 0 1.6rem rgba(80,70,50,.13);
  transform:translateX(100%);transition:transform .22s ease}
body.drawer-open .drawer{transform:none}
.drawer-head{display:flex;align-items:center;justify-content:space-between;padding:1.2rem 1.4rem;border-bottom:1px solid #f1e8e3}
.drawer-head h2{font-size:1.5rem}
.drawer-x{background:none;border:0;font-size:1.8rem;line-height:1;color:var(--ink3);cursor:pointer}
.drawer-x:hover{color:var(--coral)}
.drawer-items{flex:1;overflow-y:auto;padding:.6rem 1.4rem}
.drawer-empty{color:var(--ink3);text-align:center;margin:3rem 0;line-height:1.7}
.line{display:grid;grid-template-columns:1fr auto auto auto;align-items:center;gap:.8rem;padding:.95rem 0;border-bottom:1px solid #f6f0e8}
.line-main{display:flex;flex-direction:column;min-width:0}
.line-nm{font-weight:700}
.line-pr{font-size:.87rem;color:var(--ink3)}
.qty{display:flex;align-items:center;gap:.5rem}
.qty-b{width:1.5rem;height:1.5rem;border:1px solid #e9dfd2;border-radius:999px;background:none;
  color:var(--ink2);font-size:.95rem;line-height:1;cursor:pointer}
.qty-b:hover{border-color:var(--coral);color:var(--coral)}
.qty-n{min-width:1rem;text-align:center;font-weight:700;font-size:.95rem}
.line-tot{font-weight:700;min-width:3rem;text-align:right}
.line-x{background:none;border:0;color:var(--ink3);font-size:1.2rem;line-height:1;cursor:pointer;padding:0 .1rem}
.line-x:hover{color:var(--coral)}
.drawer-foot{border-top:1px solid #f1e8e3;padding:1.1rem 1.4rem 1.4rem}
.drawer-sub{display:flex;justify-content:space-between;align-items:baseline;font-size:1.1rem;margin-bottom:.5rem}
.drawer-sub strong{font-size:1.35rem}
.drawer-note{font-size:.87rem;color:var(--ink3);line-height:1.5;margin:0 0 .9rem}
.drawer-checkout{width:100%;justify-content:center}
.drawer-checkout:disabled{background:#e3d9cc;box-shadow:none;cursor:not-allowed;transform:none}
.cart.added{background:var(--coral);border-color:var(--coral)}
.cart.added svg{stroke:#fff}
.arw:disabled{opacity:.3;cursor:not-allowed}
.drawer-note{color:#b4534f}

/* ---------- ORDER CONFIRMATION ---------- */
.thanks{max-width:34rem;margin:0 auto;padding:5rem 1.5rem 6rem;text-align:center}
.thanks-heart{width:3.2rem;height:2.9rem;fill:var(--coral);margin:0 auto 1.4rem;display:block}
.thanks h1{font-size:3rem;margin-bottom:.9rem}
.thanks .lead{font-size:1.15rem;color:var(--ink2);line-height:1.6;margin:0 0 .8rem}
.thanks-small{color:var(--ink3);margin:0 0 2rem}

/* ---------- HERO ---------- */
.hero{position:relative;overflow:hidden;aspect-ratio:941/444;min-height:31rem;
  background:
    linear-gradient(100deg,rgba(226,197,160,0) 50%,rgba(226,197,160,.30) 74%,rgba(211,178,138,.48) 100%),
    linear-gradient(180deg,#fdfaf8 0%,#fefbf9 34%,#fcf8f3 66%,#faf5ed 84%,#f9f4ec 100%)}
.hero-photo{position:absolute;right:0;top:0;height:100%;width:auto;max-width:none;
  -webkit-mask-image:linear-gradient(90deg,rgba(0,0,0,0) 0%,rgba(0,0,0,.35) 12%,#000 33%);
  mask-image:linear-gradient(90deg,rgba(0,0,0,0) 0%,rgba(0,0,0,.35) 12%,#000 33%)}
.hero-in{position:relative;z-index:3;max-width:68.75rem;margin:0 auto;padding:4.5rem 1.5rem 0}
.eyebrow{font-size:.81rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:#494733}
.hero h1{font-size:4.5rem;line-height:1.1;margin-top:.15rem}
.hero .lead{font-size:1.25rem;color:var(--ink2);max-width:30rem;line-height:1.5;margin:1.05rem 0 0}
.hero .btn{margin-top:1.3rem}
.feats{display:flex;gap:1.4rem;margin-top:1.65rem}
.feat{width:8rem;text-align:center;font-size:.84rem;line-height:1.4;color:#494733}
.feat svg{display:block;width:1.95rem;height:1.95rem;stroke:#333418;stroke-width:1.6;fill:none;margin:0 auto .8rem}

/* ---------- SECTIONS ---------- */
.sec{padding:2.9rem 0 4.2rem}
.sec-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.3rem}
.sec-head h2{font-size:2.4rem}
.seeall{color:var(--coral);font-weight:700;font-size:1rem;display:inline-flex;align-items:center;gap:.45rem}
.seeall:hover{gap:.75rem}

.kits{display:grid;grid-template-columns:repeat(6,1fr);gap:.55rem}
.kit img{width:100%;border-radius:.7rem;aspect-ratio:138/157;object-fit:cover}
.kit .meta{display:flex;justify-content:space-between;align-items:center;gap:.5rem;margin-top:.9rem}
.kit .nm{font-weight:600;font-size:1rem}
.kit .pr{color:#6d685f;font-size:1rem;margin-top:.1rem}
.cart{width:2.2rem;height:2.2rem;border-radius:50%;border:1px solid #e6ded6;background:#fff;
  display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.18s;flex:none}
.cart svg{width:.95rem;height:.95rem;stroke:#413f2d;stroke-width:1.6;fill:none;stroke-linecap:round;stroke-linejoin:round}
.cart:hover{border-color:var(--coral);background:var(--coral)}
.cart:hover svg{stroke:#fff}

/* ---------- MINDFUL ---------- */
.mindful{position:relative;aspect-ratio:845/297;min-height:24rem;
  background:#eadfcb url("img/mindful.jpg") center/cover no-repeat}
.mindful-copy{position:absolute;left:5.3%;top:24%;width:26rem}
.mindful-copy h2{font-size:2.6rem;line-height:1.13}
.mindful-copy p{font-size:1.06rem;color:var(--ink2);max-width:22.5rem;margin:1.1rem 0 0;line-height:1.55}
.mindful-copy .btn{margin-top:1.5rem}

/* ---------- TAGLINE ---------- */
.tagline{background:var(--cream);display:flex;align-items:center;justify-content:center;gap:2.6rem;
  padding:1.35rem 1.5rem;border-bottom:1px solid #f0ebe1}
.tagline span{display:inline-flex;align-items:center;gap:.9rem;font-size:1.02rem;font-weight:700;
  letter-spacing:.19em;text-transform:uppercase;color:#5b5348}
.tagline .tick{width:1.05rem;height:.95rem;fill:#8a6a52}
.sprig{width:1.9rem;height:1.75rem}
.sprig .stem{fill:none;stroke:#6f8a4e;stroke-width:2.2;stroke-linecap:round}
.sprig .leaf{fill:#6f8a4e}
.sprig.flip{transform:scaleX(-1)}

/* ---------- EVERYTHING YOU NEED ---------- */
.everything{background:var(--cream);padding:3.4rem 0 0;text-align:center}
.everything h2{font-size:3.1rem;line-height:1.16}
.everything .sub{max-width:41rem;margin:1.05rem auto 0;color:var(--ink2);font-size:1.19rem;line-height:1.5}
.flatlay{width:100%;max-width:75.5rem;margin:.6rem auto 0}

/* ---------- STEPS ---------- */
.steps{background:var(--pink);padding:3.3rem 0 4.4rem}
.steps h2{font-size:2.5rem;line-height:1.15;display:inline-block}
.squig{display:block;margin-top:.5rem}
.step-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.2rem;margin-top:2.6rem}
.step{text-align:center}
.shot{position:relative}
.shot img{width:100%;border-radius:50%;aspect-ratio:1/1;object-fit:cover}
.num{position:absolute;left:8%;bottom:-1.55rem;width:3.1rem;height:3.1rem;border-radius:50%;
  background:var(--coral);color:#fff;font-size:1.5rem;font-weight:700;
  display:flex;align-items:center;justify-content:center;
  box-shadow:0 .15rem .5rem rgba(234,116,118,.35)}
.step h3{font-size:1.55rem;margin-top:2.5rem}
.step p{margin:.35rem 0 0;font-size:1.06rem;color:#514b40;line-height:1.4}

/* ---------- COLLECTIONS ---------- */
.colls{display:grid;grid-template-columns:repeat(4,1fr);gap:.55rem}
.coll{display:block;border:1px solid #f2ece3;border-radius:.85rem;overflow:hidden;
  background:#fff;text-align:center;padding-bottom:1.1rem;transition:.18s}
.coll:hover{border-color:#e9dfd2;box-shadow:0 .3rem .9rem rgba(80,70,50,.07)}
.coll img{width:100%;aspect-ratio:140/79;object-fit:cover}
.coll .nm{font-weight:700;font-size:1.15rem;margin:.95rem 0 .3rem}
.coll .shop{color:var(--coral);font-weight:600;font-size:.97rem;display:inline-flex;gap:.4rem;align-items:center}
.coll:hover .shop{gap:.7rem}

/* ---------- TESTIMONIAL ---------- */
.testi-row{display:flex;align-items:center;gap:2.4rem;padding:1.8rem 0 5.2rem}
.testi{flex:1;background:var(--pink2);border-radius:1.9rem;padding:1.6rem 1.4rem;
  display:flex;align-items:center;gap:1.5rem}
.testi-heart{width:3rem;height:2.75rem;fill:var(--coral);flex:none;margin:0 .4rem}
.testi-body{flex:1}
.testi .kicker{font-weight:700;font-size:1.18rem;margin-bottom:.3rem}
.stars{color:var(--gold);font-size:1.25rem;letter-spacing:.1em;margin-bottom:.5rem}
.testi q{display:block;font-size:1rem;color:#4a453c;line-height:1.5}
.testi .by{margin-top:.6rem;font-size:.88rem;color:var(--ink3)}
.arw{flex:none;width:2.5rem;height:2.5rem;border-radius:50%;border:0;background:#f2ebe6;
  display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.18s}
.arw svg{width:.95rem;height:.95rem;stroke:#5b5348;stroke-width:2.2;fill:none;stroke-linecap:round;stroke-linejoin:round}
.arw:hover{background:var(--coral)} .arw:hover svg{stroke:#fff}
.lockup{flex:none;width:11rem;text-align:center;font-size:.95rem;font-weight:700;
  letter-spacing:.17em;text-transform:uppercase;color:#5b5348;line-height:1.85}
.lockup svg{width:1.9rem;height:1.75rem;fill:var(--coral);margin:0 auto .5rem}

@media(max-width:820px){
  html{font-size:14px}
  .hero{aspect-ratio:auto;padding-bottom:2rem}
  .hero-photo{opacity:.28;height:100%;right:-6rem}
  .logo img{width:7.4rem}
  .nav-in{padding:.3rem 1.2rem}
  .search-in{padding:.7rem 1.2rem}
  .drawer{width:100%}
  .nav-links{display:none}
  .kits,.step-grid,.colls{grid-template-columns:repeat(2,1fr)}
  .mindful{aspect-ratio:845/560}
  .mindful-copy{width:auto;right:6%;top:8%}
  .tagline{gap:1.2rem}
  .tagline span{font-size:.85rem;letter-spacing:.12em}
  .step-grid{gap:1.2rem 1.6rem}
  .testi-row{flex-direction:column;gap:1.6rem}
  .testi{flex-direction:column;text-align:center}
  .lockup{width:auto}
}
