
    :root{
      --bg:#FFF9F3;
      --bg-2:#FFFDFC;
      --card:#FFFFFF;
      --text:#352A27;
      --muted:#6E605B;
      --line:rgba(53,42,39,.12);
      --line-strong:rgba(53,42,39,.18);
      --berry:#8A4353;
      --berry-dark:#6F3240;
      --clay:#C77F73;
      --sage:#77866B;
      --blush:#EED8D2;
      --gold:#C9A45C;
      --shadow:0 18px 45px rgba(53,42,39,.08);
      --shadow-soft:0 8px 24px rgba(53,42,39,.06);
      --radius-xl:32px;
      --radius-lg:25px;
      --radius-md:18px;
      --radius-sm:12px;
      --max:1200px;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;background:var(--bg);color:var(--text);line-height:1.55;-webkit-font-smoothing:antialiased}
    img{display:block;max-width:100%}
    a{text-decoration:none;color:inherit}
    button,input,textarea{font:inherit}
    h1,h2,h3,p{margin:0}

    .announcement{background:var(--berry);color:#fff;text-align:center;padding:10px 16px;font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
    .topbar{background:var(--bg-2);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:40}
    .topbar .inner{width:min(calc(100% - 32px),var(--max));margin:auto;display:flex;align-items:center;justify-content:space-between;gap:22px;min-height:112px}
    .brand{font-size:26px;font-weight:800;letter-spacing:-.03em}
    .brand small{display:block;font-size:10px;font-weight:700;color:var(--sage);letter-spacing:.16em;text-transform:uppercase;margin-top:2px}

    .brand-logo-link{display:inline-flex;align-items:center;gap:12px;min-width:0}
    .brand-logo{display:block;height:auto;width:auto;max-width:100%}
    .topbar .brand-logo{max-height:92px}
    .footer .brand-logo{max-height:92px;filter:none}
    .footer .brand-logo-link{margin-bottom:14px}
    @media (max-width: 768px){
      .topbar .brand-logo{max-height:72px}
      .footer .brand-logo{max-height:72px}
    }
    .nav-links{display:flex;align-items:center;gap:22px;font-size:14px;font-weight:700}
    .nav-links a{opacity:.88}
    .btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:999px;padding:16px 26px;border:1px solid transparent;font-size:15px;font-weight:800;cursor:pointer;transition:.2s ease;text-align:center}
    .btn-primary{background:var(--berry);color:#fff;box-shadow:0 12px 28px rgba(138,67,83,.18)}
    .btn-primary:hover{transform:translateY(-2px);background:var(--berry-dark)}
    .btn-secondary{background:#fff;color:var(--text);border-color:var(--line-strong)}
    .btn-full{width:100%}

    .container{width:min(calc(100% - 32px),var(--max));margin:auto}
    .section{padding:86px 0}
    .section-sm{padding:64px 0}
    .eyebrow{display:inline-block;padding:8px 12px;border-radius:999px;background:rgba(199,127,115,.12);color:var(--berry);font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;margin-bottom:16px}
    .section-title{font-size:48px;line-height:1.03;letter-spacing:-.04em;font-weight:800;margin-bottom:18px}
    .section-sub{font-size:18px;color:var(--muted);max-width:760px}
    .center{text-align:center}

    .hero{padding:34px 0 72px;background:linear-gradient(180deg,var(--bg-2) 0%, var(--bg) 100%)}
    .hero-grid{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);gap:42px;align-items:start}
    .gallery{display:grid;grid-template-columns:92px minmax(0,1fr);gap:18px;align-items:start}
    .thumbs{display:grid;gap:12px}
    .thumb{background:#fff;border:1px solid var(--line);border-radius:16px;padding:8px;box-shadow:var(--shadow-soft)}
    .thumb.active{border-color:var(--berry);box-shadow:0 0 0 3px rgba(138,67,83,.12)}
    .thumb img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:10px}
    .hero-main{background:#fff;border:1px solid var(--line);border-radius:28px;padding:18px;box-shadow:var(--shadow)}
    .hero-main img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:20px}
    .hero-info{padding-top:8px}
    .starline{display:flex;align-items:center;gap:10px;font-size:13px;font-weight:700;color:var(--muted);margin-bottom:16px}
    .starline .stars{color:var(--gold);letter-spacing:1.5px}
    .hero-title{font-size:56px;line-height:1.02;letter-spacing:-.05em;font-weight:800;margin-bottom:18px}
    .hero-lead{font-size:18px;color:var(--muted);margin-bottom:20px}
    .price-row{display:flex;align-items:flex-end;gap:12px;flex-wrap:wrap;margin-bottom:16px}
    .price{font-size:46px;line-height:1;font-weight:800;letter-spacing:-.04em;color:var(--text)}
    .compare{font-size:20px;color:#9C8F88;text-decoration:line-through;font-weight:700}
    .save{display:inline-flex;align-items:center;justify-content:center;background:rgba(119,134,107,.12);color:var(--sage);font-size:13px;font-weight:800;padding:8px 12px;border-radius:999px}
    .hero-bullets{display:grid;gap:10px;margin:20px 0 24px}
    .hero-bullets li,.offer-list li,.faq-card li{list-style:none;position:relative;padding-left:30px;color:var(--text);font-size:15px}
    .hero-bullets li::before,.offer-list li::before,.faq-card li::before{content:"✓";position:absolute;left:0;top:0;width:20px;height:20px;border-radius:50%;background:rgba(119,134,107,.12);color:var(--sage);display:grid;place-items:center;font-size:12px;font-weight:900}
    .hero-actions{display:grid;gap:12px;margin-bottom:18px}
    .pay-note{font-size:13px;color:var(--muted);font-weight:600}
    .micro-points{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}
    .micro-points span{padding:8px 11px;background:#fff;border:1px solid var(--line);border-radius:999px;font-size:12px;font-weight:800;color:var(--text)}

    .as-seen{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:18px}
    .mini-stat{background:#fff;border:1px solid var(--line);border-radius:22px;padding:22px;text-align:center;box-shadow:var(--shadow-soft)}
    .mini-stat b{display:block;font-size:26px;letter-spacing:-.03em;margin-bottom:6px}
    .mini-stat span{font-size:13px;color:var(--muted);font-weight:700}

    .reviews-wrap{background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
    .reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:32px}
    .review-ugc-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;margin-top:32px}
    .review-ugc-card{background:var(--bg);border:1px solid var(--line);border-radius:22px;padding:8px;box-shadow:var(--shadow-soft);overflow:hidden}
    .review-ugc-card img{width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:15px}
    .review{background:var(--bg);border:1px solid var(--line);border-radius:25px;padding:26px}
    .review .stars{color:var(--gold);font-size:13px;letter-spacing:1.5px;margin-bottom:12px}
    .review p{color:var(--text);font-size:15px;margin-bottom:14px}
    .review strong{display:block;font-size:13px;color:var(--sage)}

    .offer-block{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:28px;align-items:stretch;background:#fff;border:1px solid var(--line);border-radius:32px;padding:26px;box-shadow:var(--shadow)}
    .offer-media{background:linear-gradient(180deg,#F8F1ED 0%, #FDF8F6 100%);border-radius:28px;padding:26px;display:grid;place-items:center}
    .offer-stack{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;width:100%;max-width:520px}
    .offer-stack .stack-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:10px;box-shadow:var(--shadow-soft)}
    .offer-stack img{width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:12px}
    .offer-copy{padding:10px 6px 10px 2px}
    .offer-copy h2{font-size:44px;line-height:1.04;letter-spacing:-.04em;font-weight:800;margin-bottom:14px}
    .offer-copy > p{font-size:17px;color:var(--muted);margin-bottom:16px}
    .offer-list{display:grid;gap:11px;margin:20px 0 24px;padding:0}
    .included-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:24px}
    .included-card{background:var(--bg);border:1px solid var(--line);border-radius:22px;padding:20px}
    .included-card b{display:block;font-size:18px;letter-spacing:-.02em;margin-bottom:5px}
    .included-card span{font-size:13px;color:var(--muted)}

    .inside-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:32px;align-items:center}
    .inside-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
    .inside-gallery .img-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:12px;box-shadow:var(--shadow-soft)}
    .inside-gallery img{width:100%;height:280px;object-fit:cover;border-radius:16px}
    .inside-list{display:grid;gap:14px;margin-top:22px}
    .inside-item{background:#fff;border:1px solid var(--line);border-radius:18px;padding:17px 18px}
    .inside-item b{display:block;margin-bottom:4px;font-size:16px}
    .inside-item span{font-size:14px;color:var(--muted)}

    .category-grid{display:grid;gap:28px}
    .category{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);background:#fff;border:1px solid var(--line);border-radius:32px;overflow:hidden;box-shadow:var(--shadow-soft)}
    .category.reverse{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr)}
    .category.reverse .category-copy{order:1}
    .category.reverse .category-visual{order:2}
    .category-visual{padding:12px;background:#FBF4F0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;align-items:stretch}
    .category-visual img{width:100%;height:100%;min-height:220px;object-fit:cover;border-radius:20px}
    .category-copy{padding:38px 34px;display:flex;flex-direction:column;justify-content:center}
    .category-copy .count{font-size:54px;line-height:1;letter-spacing:-.05em;font-weight:800;color:var(--berry);margin-bottom:10px}
    .category-copy h3{font-size:34px;line-height:1.06;letter-spacing:-.03em;font-weight:800;margin-bottom:12px}
    .category-copy p{font-size:16px;color:var(--muted);margin-bottom:16px}
    .tag-row{display:flex;flex-wrap:wrap;gap:10px}
    .tag-row span{padding:9px 12px;border:1px solid var(--line);background:var(--bg);border-radius:999px;font-size:12px;font-weight:800}

    .bonus-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}
    .bonus-card{background:#fff;border:1px solid var(--line);border-radius:32px;padding:26px;box-shadow:var(--shadow)}
    .bonus-image{background:#FBF4F0;border-radius:24px;padding:18px;margin-bottom:20px}
    .bonus-image img{width:100%;max-width:340px;margin:auto;border-radius:16px;box-shadow:0 20px 44px rgba(53,42,39,.12)}
    .bonus-label{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:rgba(201,164,92,.16);color:#725A21;font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;margin-bottom:14px}
    .bonus-card h3{font-size:34px;line-height:1.06;letter-spacing:-.03em;font-weight:800;margin-bottom:12px}
    .bonus-card p{font-size:15px;color:var(--muted);margin-bottom:16px}
    .bonus-card ul{display:grid;gap:10px;padding:0;margin:0;list-style:none}
    .bonus-card li{padding-left:28px;position:relative;font-size:14px}
    .bonus-card li:before{content:"•";position:absolute;left:10px;top:-1px;color:var(--berry);font-weight:900}

    .steps-wrap{background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
    .steps-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin-top:34px}
    .step{background:var(--bg);border:1px solid var(--line-strong);border-radius:25px;padding:28px;box-shadow:var(--shadow-soft)}
    .step-num{font-size:60px;line-height:1;font-weight:800;color:var(--blush);letter-spacing:-.05em;margin-bottom:16px}
    .step h3{font-size:24px;line-height:1.08;letter-spacing:-.03em;font-weight:800;margin-bottom:10px;text-transform:lowercase}
    .step p{font-size:15px;color:var(--muted)}

    .cta-band{background:linear-gradient(135deg,var(--berry) 0%, var(--berry-dark) 100%);color:#fff}
    .cta-layout{display:grid;grid-template-columns:minmax(0,.94fr) minmax(0,1.06fr);gap:34px;align-items:center}
    .cta-media{display:flex;justify-content:center;gap:0;align-items:flex-end}
    .cta-media img{width:190px;border-radius:12px;border:1px solid rgba(255,255,255,.16);box-shadow:0 16px 35px rgba(0,0,0,.22)}
    .cta-media img:nth-child(1){transform:rotate(-8deg) translateX(28px)}
    .cta-media img:nth-child(2){width:220px;z-index:2}
    .cta-media img:nth-child(3){transform:rotate(8deg) translateX(-28px)}
    .cta-copy h2{font-size:46px;line-height:1.04;letter-spacing:-.04em;font-weight:800;margin-bottom:16px}
    .cta-copy p{font-size:18px;color:rgba(255,255,255,.82);margin-bottom:18px}
    .cta-copy .price{color:#fff}
    .cta-copy .compare{color:rgba(255,255,255,.65)}

    .faq-layout{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:28px;align-items:start}
    .faq-list{display:grid;gap:14px}
    .faq-item{background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;box-shadow:var(--shadow-soft)}
    .faq-btn{width:100%;border:0;background:#fff;padding:18px 20px;text-align:left;display:flex;align-items:center;justify-content:space-between;gap:20px;font-weight:800;color:var(--text);cursor:pointer}
    .faq-btn span:last-child{font-size:20px;color:var(--berry)}
    .faq-content{display:none;padding:0 20px 20px;color:var(--muted);font-size:15px}
    .faq-item.open .faq-content{display:block}
    .faq-card{background:#fff;border:1px solid var(--line);border-radius:32px;padding:28px;box-shadow:var(--shadow)}
    .faq-card h3{font-size:32px;line-height:1.08;letter-spacing:-.03em;font-weight:800;margin-bottom:12px}
    .faq-card p{color:var(--muted);font-size:15px;margin-bottom:16px}
    .faq-card ul{padding:0;margin:0 0 18px;display:grid;gap:12px}
    .contact-mini{display:grid;gap:12px}
    .contact-mini input,.contact-mini textarea{width:100%;background:var(--bg);border:1px solid var(--line-strong);border-radius:14px;padding:13px 14px;color:var(--text)}
    .contact-mini textarea{min-height:120px;resize:vertical}

    .footer{padding:44px 0 72px;background:var(--text);color:#fff}
    .footer-grid{display:flex;justify-content:space-between;gap:24px;align-items:flex-start}
    .footer p{max-width:560px;color:rgba(255,255,255,.72);font-size:13px;margin-top:8px}
    .footer-links{display:flex;flex-wrap:wrap;gap:16px;font-size:13px;color:rgba(255,255,255,.82)}

    .mobile-bar{display:none;position:fixed;left:10px;right:10px;bottom:10px;z-index:55;background:rgba(53,42,39,.96);color:#fff;border-radius:18px;padding:10px;border:1px solid rgba(255,255,255,.12);align-items:center;gap:12px;box-shadow:0 18px 40px rgba(0,0,0,.22)}
    .mobile-bar .meta{flex:1;font-size:11px;color:rgba(255,255,255,.72)}
    .mobile-bar .meta b{display:block;color:#fff;font-size:18px}
    .mobile-bar .btn{padding:13px 18px}

    @media (max-width: 990px){
      .hero-grid,.offer-block,.inside-layout,.bonus-grid,.cta-layout,.faq-layout{grid-template-columns:1fr}
      .gallery{grid-template-columns:1fr}
      .thumbs{grid-template-columns:repeat(4,1fr);order:2}
      .hero-info{padding-top:0}
      .as-seen,.reviews-grid,.steps-grid{grid-template-columns:repeat(2,1fr)}
      .review-ugc-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
      .category,.category.reverse{grid-template-columns:1fr}
      .category.reverse .category-copy,.category.reverse .category-visual{order:initial}
      .footer-grid{display:grid}
    }
    @media (max-width: 720px){
      .announcement{font-size:10px;padding:10px 12px;letter-spacing:.09em}
      .topbar .inner{min-height:64px}
      .nav-links a:not(.btn){display:none}
      .brand{font-size:22px}
      .container,.topbar .inner{width:min(calc(100% - 24px),var(--max))}
      .section{padding:68px 0}
      .hero{padding:24px 0 56px}
      .hero-title,.section-title,.offer-copy h2,.cta-copy h2{font-size:38px}
      .price{font-size:38px}
      .hero-lead,.section-sub,.cta-copy p{font-size:16px}
      .as-seen,.reviews-grid,.steps-grid,.included-grid{grid-template-columns:1fr}
      .review-ugc-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
      .inside-gallery img{height:220px}
      .category-copy{padding:28px 24px}
      .category-copy .count{font-size:44px}
      .category-copy h3{font-size:28px}
      .bonus-card h3,.faq-card h3{font-size:28px}
      .cta-media img{width:135px}.cta-media img:nth-child(2){width:160px}
      .mobile-bar{display:flex}
    }
  
/* Crafted Rituals — Botanical line icon system */
.cr-icon{width:18px;height:18px;display:block;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}
.cr-icon-chip{width:31px;height:31px;border-radius:999px;display:inline-grid;place-items:center;flex:0 0 31px;background:rgba(119,134,107,.11);color:var(--sage);border:1px solid rgba(119,134,107,.14)}
.cr-icon-chip .cr-icon{width:16px;height:16px}
.cr-icon-chip.berry{background:rgba(138,67,83,.09);color:var(--berry);border-color:rgba(138,67,83,.12)}
.hero-bullets li,.offer-list li,.faq-card li,.bonus-card li{padding-left:0!important;display:flex;align-items:flex-start;gap:11px}
.hero-bullets li::before,.offer-list li::before,.faq-card li::before,.bonus-card li::before{content:none!important;display:none!important}
.hero-bullets li .cr-icon-chip,.offer-list li .cr-icon-chip,.faq-card li .cr-icon-chip,.bonus-card li .cr-icon-chip{margin-top:-3px}
.micro-points span{display:inline-flex!important;align-items:center;gap:7px}
.micro-points .cr-icon{width:15px;height:15px;color:var(--sage)}
.mini-stat{position:relative}
.mini-stat .cr-icon-chip{margin:0 auto 12px}
.included-card{position:relative}
.included-card .cr-icon-chip{margin-bottom:12px}
.inside-item{position:relative;padding-left:62px!important;min-height:70px}
.inside-item>.cr-icon-chip{position:absolute;left:17px;top:17px}
.tag-row span{display:inline-flex!important;align-items:center;gap:7px}
.tag-row .cr-icon{width:14px;height:14px;color:var(--sage)}
.step .cr-icon-chip{margin-bottom:13px;background:rgba(199,127,115,.10);color:var(--berry);border-color:rgba(199,127,115,.15)}
.bonus-card li .cr-icon-chip{background:rgba(201,164,92,.11);color:#8A6B2B;border-color:rgba(201,164,92,.18)}
@media(max-width:720px){
  .cr-icon-chip{width:29px;height:29px;flex-basis:29px}
  .inside-item{padding-left:58px!important}
}


/* Final visual integration — user-supplied The Crafted Rituals assets */
.gallery-single{display:block}
.hero-main-single{
  background:transparent;
  border:0;
  border-radius:0;
  padding:0;
  box-shadow:none;
}
.hero-main-single img{
  width:100%;
  height:auto;
  aspect-ratio:1/1;
  object-fit:contain;
  border-radius:0;
}
.section-square-image{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:1/1;
  object-fit:contain;
}
.offer-media-single{
  padding:18px;
  background:linear-gradient(180deg,#F8F1ED 0%,#FDF8F6 100%);
}
.offer-media-single > img{
  width:100%;
  max-width:600px;
  margin:auto;
  border-radius:22px;
}
.inside-gallery-single{display:block}
.inside-gallery-single .inside-single-card{
  padding:0;
  overflow:hidden;
  background:transparent;
  border:0;
  box-shadow:none;
}
.inside-gallery-single img{
  width:100%;
  height:auto;
  aspect-ratio:1/1;
  object-fit:contain;
  border-radius:24px;
}
.category-visual-single{
  display:block;
  padding:12px;
}
.category-visual-single img{
  width:100%;
  height:auto;
  min-height:0;
  aspect-ratio:1/1;
  object-fit:contain;
  border-radius:20px;
}
.bonus-image-final{
  padding:0;
  overflow:hidden;
  background:transparent;
}
.bonus-image-final img{
  width:100%;
  max-width:none;
  height:auto;
  aspect-ratio:1/1;
  object-fit:contain;
  margin:0;
  border-radius:22px;
  box-shadow:none;
}
.cta-media-single{
  display:flex;
  align-items:center;
  justify-content:center;
}
.cta-media-single img,
.cta-media-single img:nth-child(1),
.cta-media-single img:nth-child(2),
.cta-media-single img:nth-child(3){
  width:100%;
  max-width:580px;
  height:auto;
  aspect-ratio:1/1;
  object-fit:contain;
  transform:none;
  border:0;
  border-radius:22px;
  box-shadow:0 16px 35px rgba(0,0,0,.18);
}
@media (max-width:720px){
  .offer-media-single{padding:10px}
  .category-visual-single{padding:8px}
  .hero-main-single img,
  .inside-gallery-single img,
  .bonus-image-final img,
  .cta-media-single img{border-radius:16px}
}


/* CR-MOTION-SYSTEM — premium editorial motion layer */
:root{
  --cr-ease:cubic-bezier(.22,1,.36,1);
  --cr-ease-soft:cubic-bezier(.16,1,.3,1);
  --cr-motion-fast:360ms;
  --cr-motion:760ms;
  --cr-motion-slow:1100ms;
  --scroll-progress:0;
}
body{overflow-x:hidden}
main{overflow:clip}

/* Announcement: subtle living gradient + light sweep */
.announcement{
  position:relative;
  overflow:hidden;
  isolation:isolate;
  background:linear-gradient(100deg,var(--berry-dark),var(--berry),#9a5866,var(--berry-dark));
  background-size:240% 100%;
  animation:crAnnouncementFlow 10s ease-in-out infinite;
}
.announcement::after{
  content:"";
  position:absolute;
  inset:-40% auto -40% -30%;
  width:28%;
  pointer-events:none;
  z-index:-1;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.16),transparent);
  transform:skewX(-18deg) translateX(-180%);
  animation:crAnnouncementShine 7.5s ease-in-out infinite;
}
@keyframes crAnnouncementFlow{0%,100%{background-position:0% 50%}50%{background-position:100% 50%}}
@keyframes crAnnouncementShine{0%,58%{transform:skewX(-18deg) translateX(-180%)}78%,100%{transform:skewX(-18deg) translateX(650%)}}

/* Header depth + scroll progress */
.topbar{
  transition:background-color var(--cr-motion-fast) ease,box-shadow var(--cr-motion-fast) ease,backdrop-filter var(--cr-motion-fast) ease;
  position:sticky;
}
.topbar::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-1px;
  width:calc(var(--scroll-progress) * 1%);
  max-width:100%;
  height:2px;
  background:linear-gradient(90deg,var(--sage),var(--gold),var(--berry));
  box-shadow:0 0 12px rgba(201,164,92,.22);
  transition:width 80ms linear;
}
.topbar.header-scrolled{
  background:rgba(255,253,252,.90);
  backdrop-filter:blur(18px) saturate(1.15);
  -webkit-backdrop-filter:blur(18px) saturate(1.15);
  box-shadow:0 10px 34px rgba(53,42,39,.08);
}
.brand,.nav-links a{transition:opacity .25s ease,transform .25s ease,color .25s ease}
.nav-links a:not(.btn):hover{color:var(--berry);transform:translateY(-1px)}

/* Hero atmosphere + mockup motion */
.hero{position:relative;isolation:isolate;overflow:hidden}
.hero::before{
  content:"";
  position:absolute;
  inset:-15%;
  z-index:-1;
  pointer-events:none;
  opacity:.68;
  background:
    radial-gradient(circle at var(--hero-x,22%) var(--hero-y,28%),rgba(238,216,210,.52),transparent 26%),
    radial-gradient(circle at 78% 22%,rgba(119,134,107,.10),transparent 24%),
    radial-gradient(circle at 52% 88%,rgba(201,164,92,.09),transparent 28%);
  transition:background-position .3s ease;
}
.hero-main-single{
  --tilt-x:0deg;
  --tilt-y:0deg;
  --tilt-z:0px;
  transform:perspective(1100px) translateZ(var(--tilt-z)) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
  transform-style:preserve-3d;
  transition:transform 520ms var(--cr-ease),filter 520ms var(--cr-ease);
  will-change:transform;
}
.hero-main-single.hero-tilt{transition:transform 150ms ease-out,filter 300ms ease}
.hero-main-single img{
  animation:crHeroFloat 7.2s ease-in-out infinite;
  filter:drop-shadow(0 26px 28px rgba(53,42,39,.12));
  transform-origin:50% 52%;
}
@keyframes crHeroFloat{0%,100%{transform:translate3d(0,0,0) rotate(.15deg)}50%{transform:translate3d(0,-10px,0) rotate(-.15deg)}}

/* Scroll reveal system: active only when JS confirms motion support */
body.motion-ready [data-reveal]{
  opacity:0;
  filter:blur(3px);
  transform:translate3d(0,24px,0);
  transition:
    opacity var(--cr-motion) var(--cr-ease),
    transform var(--cr-motion) var(--cr-ease),
    filter var(--cr-motion) var(--cr-ease);
  transition-delay:var(--reveal-delay,0ms);
  will-change:opacity,transform,filter;
}
body.motion-ready [data-reveal="left"]{transform:translate3d(-30px,0,0)}
body.motion-ready [data-reveal="right"]{transform:translate3d(30px,0,0)}
body.motion-ready [data-reveal="scale"]{transform:scale(.955) translate3d(0,12px,0)}
body.motion-ready [data-reveal="pop"]{transform:scale(.82);filter:blur(2px)}
body.motion-ready [data-reveal].is-visible{
  opacity:1;
  filter:blur(0);
  transform:none;
}

/* Premium card tactility */
.mini-stat,.review,.review-ugc-card,.included-card,.inside-item,.category,.bonus-card,.step,.faq-item,.faq-card,.offer-block{
  transition:transform 460ms var(--cr-ease),box-shadow 460ms var(--cr-ease),border-color 360ms ease,background-color 360ms ease;
  transform-origin:center;
}
.review-ugc-card{overflow:hidden}
.review-ugc-card img,.category-visual img,.inside-gallery img,.bonus-image img,.offer-media img,.cta-media img{
  transition:transform 700ms var(--cr-ease),filter 700ms var(--cr-ease);
  will-change:transform;
}
@media (hover:hover) and (pointer:fine){
  .mini-stat:hover,.included-card:hover,.inside-item:hover,.step:hover,.faq-item:hover{
    transform:translateY(-6px);
    box-shadow:0 18px 38px rgba(53,42,39,.10);
    border-color:rgba(138,67,83,.18);
  }
  .review:hover,.review-ugc-card:hover,.bonus-card:hover,.faq-card:hover{
    transform:translateY(-7px);
    box-shadow:0 24px 48px rgba(53,42,39,.12);
  }
  .category:hover,.offer-block:hover{
    transform:translateY(-5px);
    box-shadow:0 25px 55px rgba(53,42,39,.11);
  }
  .review-ugc-card:hover img,.category:hover .category-visual img,.inside-gallery .img-card:hover img,.bonus-card:hover .bonus-image img{
    transform:scale(1.025);
    filter:saturate(1.035) contrast(1.01);
  }
  .offer-block:hover .offer-media img,.cta-layout:hover .cta-media img{transform:scale(1.018) translateY(-3px)}
}

/* Category numbers + botanical icons */
.category-copy .count{
  display:inline-block;
  text-shadow:0 8px 24px rgba(138,67,83,.10);
  transform-origin:left center;
}
.cr-icon{
  transition:transform 420ms var(--cr-ease),color 320ms ease,filter 320ms ease;
  transform-origin:center;
}
@media (hover:hover){
  li:hover .cr-icon,.inside-item:hover .cr-icon,.included-card:hover .cr-icon,.mini-stat:hover .cr-icon,.step:hover .cr-icon{
    transform:translateY(-2px) rotate(-5deg) scale(1.08);
    filter:drop-shadow(0 5px 8px rgba(119,134,107,.18));
  }
}

/* Buttons: soft premium sheen and tactile response */
.btn{position:relative;overflow:hidden;isolation:isolate;transition:transform 280ms var(--cr-ease),box-shadow 280ms ease,background-color 280ms ease}
.btn::after{
  content:"";
  position:absolute;
  inset:-30% auto -30% -25%;
  width:22%;
  z-index:-1;
  pointer-events:none;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.26),transparent);
  transform:skewX(-18deg) translateX(-250%);
  animation:crButtonSheen 6.8s ease-in-out infinite;
}
.btn:hover{transform:translateY(-2px) scale(1.012)}
.btn:active{transform:translateY(0) scale(.99)}
.btn-primary:hover{box-shadow:0 16px 35px rgba(138,67,83,.27)}
@keyframes crButtonSheen{0%,62%{transform:skewX(-18deg) translateX(-250%)}80%,100%{transform:skewX(-18deg) translateX(750%)}}

/* Section atmosphere */
.section{position:relative;isolation:isolate}
.section::before{
  content:"";
  position:absolute;
  width:260px;
  height:260px;
  border-radius:50%;
  right:-170px;
  top:12%;
  z-index:-1;
  pointer-events:none;
  background:radial-gradient(circle,rgba(119,134,107,.055),transparent 68%);
}
.section:nth-of-type(even)::before{left:-180px;right:auto;background:radial-gradient(circle,rgba(199,127,115,.055),transparent 68%)}
.section-title{position:relative}
.section-title::after{
  content:"";
  display:block;
  width:54px;
  height:2px;
  margin-top:18px;
  border-radius:99px;
  background:linear-gradient(90deg,var(--berry),var(--gold));
  transform-origin:left center;
  opacity:.72;
}
.center .section-title::after{margin-left:auto;margin-right:auto}

/* CTA motion without becoming flashy */
.cta-band{position:relative;overflow:hidden;isolation:isolate}
.cta-band::before{
  content:"";
  position:absolute;
  inset:-40%;
  z-index:-1;
  pointer-events:none;
  background:radial-gradient(circle at 28% 45%,rgba(255,255,255,.09),transparent 24%),radial-gradient(circle at 78% 55%,rgba(201,164,92,.14),transparent 25%);
  animation:crCtaDrift 12s ease-in-out infinite alternate;
}
@keyframes crCtaDrift{from{transform:translate3d(-1.5%,0,0) scale(1)}to{transform:translate3d(1.5%,-1%,0) scale(1.035)}}
.cta-media-single img{animation:crCtaFloat 8.5s ease-in-out infinite}
@keyframes crCtaFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}

/* Mobile motion stays lighter */
@media (max-width:720px){
  body.motion-ready [data-reveal]{transform:translate3d(0,16px,0);filter:blur(2px)}
  body.motion-ready [data-reveal="left"],body.motion-ready [data-reveal="right"]{transform:translate3d(0,16px,0)}
  .hero-main-single img{animation-duration:8.5s}
  .section::before{opacity:.65}
}

/* Accessibility: no hidden content and no continuous motion when reduced motion is requested */
@media (prefers-reduced-motion: reduce){
  html{scroll-behavior:auto!important}
  *,*::before,*::after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}
  body [data-reveal]{opacity:1!important;filter:none!important;transform:none!important}
  .hero-main-single,.hero-main-single img,.cta-media-single img{transform:none!important}
}


/* CR-EDITORIAL-APOTHECARY */
:root{
  --cr-paper:#fffaf5;
  --cr-paper-deep:#f8eee7;
  --cr-sage-wash:rgba(119,134,107,.13);
  --cr-clay-wash:rgba(199,127,115,.12);
  --cr-gold-wash:rgba(201,164,92,.11);
  --cr-soft-ring:rgba(53,42,39,.09);
}
body{position:relative;isolation:isolate;background:
  radial-gradient(circle at 12% 8%,rgba(238,216,210,.42),transparent 30%),
  radial-gradient(circle at 88% 32%,rgba(119,134,107,.10),transparent 31%),
  radial-gradient(circle at 14% 78%,rgba(201,164,92,.08),transparent 24%),
  var(--bg);}
body::after{content:"";position:fixed;inset:0;z-index:-5;pointer-events:none;opacity:.22;background-image:
  linear-gradient(115deg,rgba(53,42,39,.018) 1px,transparent 1px),
  linear-gradient(25deg,rgba(53,42,39,.012) 1px,transparent 1px);background-size:42px 42px,56px 56px;mix-blend-mode:multiply;}
.editorial-apothecary-layer{position:fixed;inset:0;z-index:-3;pointer-events:none;overflow:hidden;}
.botanical-orb{position:absolute;border-radius:999px;filter:blur(1px);opacity:.7;animation:crOrbDrift 16s ease-in-out infinite alternate;}
.orb-one{width:340px;height:340px;left:-130px;top:16vh;background:radial-gradient(circle at 35% 35%,rgba(238,216,210,.50),rgba(199,127,115,.09) 58%,transparent 72%);}
.orb-two{width:420px;height:420px;right:-190px;top:46vh;background:radial-gradient(circle at 50% 50%,rgba(119,134,107,.16),rgba(119,134,107,.04) 58%,transparent 72%);animation-delay:-5s;}
.orb-three{width:280px;height:280px;left:10%;bottom:-130px;background:radial-gradient(circle,rgba(201,164,92,.11),transparent 70%);animation-delay:-9s;}
.botanical-leaf{position:absolute;width:72px;height:150px;border:1px solid rgba(119,134,107,.16);border-radius:100% 0 100% 0;transform:rotate(28deg);opacity:.45;}
.leaf-one{right:4vw;top:18vh}.leaf-two{left:4vw;top:64vh;transform:rotate(-34deg) scale(.78)}
@keyframes crOrbDrift{from{transform:translate3d(0,0,0) scale(1)}to{transform:translate3d(18px,-22px,0) scale(1.06)}}

/* Softer image language across the full funnel. */
.hero-main,.hero-main-single,.offer-media,.offer-gallery-stage,.inside-gallery-single,.category-visual-single,.bonus-image,.bonus-image-final,.cta-media-single,.review-ugc-card{border-radius:38px!important;}
.hero-main img,.hero-main-single img,.offer-gallery-main,.inside-gallery-single img,.category-visual-single img,.bonus-image img,.bonus-image-final img,.cta-media-single img,.review-ugc-card img,.section-square-image{border-radius:32px!important;}
.review-ugc-card{overflow:hidden;border:8px solid rgba(255,255,255,.72)!important;background:rgba(255,255,255,.72)!important;box-shadow:0 18px 44px rgba(53,42,39,.10)!important;}
.review-ugc-card:nth-child(odd){transform:rotate(-.35deg)}
.review-ugc-card:nth-child(even){transform:rotate(.35deg)}
.review-ugc-card:hover{transform:translateY(-8px) rotate(0deg)!important;}
.hero-main-single{padding:12px!important;background:linear-gradient(145deg,rgba(255,255,255,.94),rgba(255,249,243,.78))!important;border:1px solid rgba(201,164,92,.20)!important;box-shadow:0 26px 70px rgba(53,42,39,.12),0 0 0 9px rgba(255,255,255,.45)!important;}
.hero-main-single::after{content:"";position:absolute;inset:18px;border:1px solid rgba(255,255,255,.45);border-radius:28px;pointer-events:none;}

/* Editorial cards: softer, tactile and more apothecary. */
.offer-block,.category,.bonus-card,.faq-card,.step,.included-card,.inside-item,.mini-stat,.review{border-color:rgba(53,42,39,.09)!important;box-shadow:0 18px 50px rgba(53,42,39,.075)!important;}
.offer-block,.category,.bonus-card,.faq-card{background:linear-gradient(145deg,rgba(255,255,255,.96),rgba(255,250,246,.91))!important;}
.offer-block{position:relative;overflow:visible!important;border-radius:38px!important;box-shadow:0 28px 80px rgba(53,42,39,.105)!important;}
.offer-block::before{content:"";position:absolute;width:96px;height:96px;left:-20px;top:-24px;border:1px solid rgba(119,134,107,.16);border-radius:100% 0 100% 0;transform:rotate(18deg);pointer-events:none;}
.offer-block::after{content:"";position:absolute;width:120px;height:120px;right:-35px;bottom:-45px;border-radius:50%;background:radial-gradient(circle,rgba(238,216,210,.32),transparent 70%);pointer-events:none;}
.category{border-radius:38px!important;}
.category-visual{background:linear-gradient(145deg,rgba(238,216,210,.26),rgba(255,249,243,.65))!important;padding:18px!important;}
.category-visual-single{border-radius:34px!important;overflow:hidden;}
.bonus-card{border-radius:38px!important;position:relative;overflow:hidden;}
.bonus-card::after{content:"";position:absolute;right:-36px;top:-36px;width:110px;height:110px;border-radius:50%;background:radial-gradient(circle,rgba(119,134,107,.12),transparent 70%);pointer-events:none;}
.bonus-image-final{padding:12px!important;background:linear-gradient(145deg,rgba(255,255,255,.9),rgba(238,216,210,.30))!important;}
.inside-gallery-single{padding:12px!important;background:linear-gradient(145deg,rgba(255,255,255,.9),rgba(238,216,210,.28))!important;box-shadow:0 22px 60px rgba(53,42,39,.10)!important;}
.cta-media-single{padding:10px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.16);box-shadow:0 24px 60px rgba(0,0,0,.16);}

/* Headings get an editorial underline without altering copy. */
.section-title{position:relative;display:inline-block;}
.section-title::after{content:"";display:block;width:72px;height:3px;border-radius:999px;margin:16px auto 0;background:linear-gradient(90deg,var(--clay),var(--gold));opacity:.72;transform-origin:left center;}
.inside-layout .section-title,.offer-copy .section-title,.faq-layout .section-title{text-align:left;}
.inside-layout .section-title::after,.offer-copy .section-title::after,.faq-layout .section-title::after{margin-left:0;margin-right:0;}

/* Full-offer gallery. */
.offer-media-single{display:flex!important;flex-direction:column!important;align-items:stretch!important;justify-content:flex-start!important;gap:18px!important;padding:20px!important;background:
  radial-gradient(circle at 18% 12%,rgba(238,216,210,.42),transparent 34%),
  radial-gradient(circle at 90% 86%,rgba(119,134,107,.12),transparent 34%),
  linear-gradient(145deg,#fbf4ef,#fffaf7)!important;position:relative;overflow:hidden;}
.offer-gallery-stage{position:relative;display:grid;place-items:center;aspect-ratio:1/1;overflow:hidden;background:rgba(255,255,255,.66);border:1px solid rgba(53,42,39,.08);box-shadow:inset 0 1px 0 rgba(255,255,255,.86),0 20px 55px rgba(53,42,39,.09);padding:10px;isolation:isolate;}
.offer-gallery-stage::before{content:"";position:absolute;inset:5%;border-radius:50%;background:radial-gradient(circle,rgba(201,164,92,.11),transparent 67%);z-index:-1;}
.offer-gallery-main{width:100%;height:100%;object-fit:cover;transition:opacity .24s ease,transform .42s cubic-bezier(.2,.8,.2,1);box-shadow:0 16px 38px rgba(53,42,39,.08);}
.offer-gallery-stage.is-switching .offer-gallery-main{opacity:.25;transform:scale(.97)}
.stage-ring{position:absolute;border:1px solid rgba(119,134,107,.13);border-radius:50%;pointer-events:none;z-index:-1;}
.ring-a{width:72%;height:72%;left:-32%;top:6%;}.ring-b{width:58%;height:58%;right:-25%;bottom:-18%;border-color:rgba(199,127,115,.16)}
.offer-thumb-rail{display:flex;gap:10px;overflow-x:auto;padding:5px 3px 10px;scroll-snap-type:x mandatory;scrollbar-width:thin;scrollbar-color:rgba(138,67,83,.28) transparent;}
.offer-thumb-rail::-webkit-scrollbar{height:5px}.offer-thumb-rail::-webkit-scrollbar-track{background:transparent}.offer-thumb-rail::-webkit-scrollbar-thumb{background:rgba(138,67,83,.25);border-radius:999px}
.offer-thumb{flex:0 0 72px;width:72px;height:72px;padding:5px;border-radius:22px;border:1px solid rgba(53,42,39,.11);background:rgba(255,255,255,.78);cursor:pointer;scroll-snap-align:start;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease,background .22s ease;box-shadow:0 7px 18px rgba(53,42,39,.06)}
.offer-thumb:hover,.offer-thumb:focus-visible{transform:translateY(-4px);border-color:rgba(138,67,83,.34);box-shadow:0 12px 24px rgba(53,42,39,.10);outline:none;}
.offer-thumb.is-active{border-color:var(--berry);background:#fff;box-shadow:0 0 0 3px rgba(138,67,83,.10),0 12px 24px rgba(53,42,39,.10)}
.offer-thumb-media{display:block;width:100%;height:100%;overflow:hidden;border-radius:17px;background:linear-gradient(145deg,var(--blush),#fff);}
.offer-thumb-media img{width:100%;height:100%;object-fit:cover;border-radius:17px!important;transition:transform .25s ease;}
.offer-thumb:hover .offer-thumb-media img{transform:scale(1.06)}

/* More feminine/editorial tactile polish. */
.eyebrow{border:1px solid rgba(138,67,83,.10);box-shadow:inset 0 1px 0 rgba(255,255,255,.75);backdrop-filter:blur(8px);}
.cr-icon-chip{box-shadow:inset 0 0 0 1px rgba(53,42,39,.05),0 5px 14px rgba(53,42,39,.05);}
.btn{letter-spacing:-.01em;}
.btn-primary{box-shadow:0 14px 34px rgba(138,67,83,.23),inset 0 1px 0 rgba(255,255,255,.16)!important;}
.mini-stat,.included-card,.inside-item,.step{background:linear-gradient(145deg,rgba(255,255,255,.91),rgba(255,249,243,.86))!important;backdrop-filter:blur(8px);}
.mini-stat:hover,.included-card:hover,.inside-item:hover{transform:translateY(-5px);box-shadow:0 20px 44px rgba(53,42,39,.10)!important;}

@media (max-width:720px){
  .hero-main,.hero-main-single,.offer-media,.offer-gallery-stage,.inside-gallery-single,.category-visual-single,.bonus-image,.bonus-image-final,.cta-media-single,.review-ugc-card{border-radius:30px!important;}
  .hero-main img,.hero-main-single img,.offer-gallery-main,.inside-gallery-single img,.category-visual-single img,.bonus-image img,.bonus-image-final img,.cta-media-single img,.review-ugc-card img,.section-square-image{border-radius:25px!important;}
  .offer-block,.category,.bonus-card,.faq-card{border-radius:30px!important;}
  .offer-thumb{flex-basis:64px;width:64px;height:64px;border-radius:19px}.offer-thumb-media,.offer-thumb-media img{border-radius:14px!important;}
  .botanical-leaf{display:none}.orb-one{opacity:.45}.orb-two{opacity:.38}
  .review-ugc-card:nth-child(n){transform:none}
}
@media (prefers-reduced-motion:reduce){
  .botanical-orb{animation:none!important}.offer-gallery-main,.offer-thumb,.offer-thumb-media img{transition:none!important}
}


/* === Bonus section: more magical + visually separated === */
#bonuses{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 12% 16%, rgba(201,164,92,.16), transparent 24%),
    radial-gradient(circle at 86% 14%, rgba(138,67,83,.12), transparent 22%),
    radial-gradient(circle at 50% 100%, rgba(119,134,107,.10), transparent 28%),
    linear-gradient(180deg,#fff8f3 0%,#fffdfa 18%,#fff5ee 100%);
  border-top:1px solid rgba(53,42,39,.08);
  border-bottom:1px solid rgba(53,42,39,.08);
}
#bonuses::before,
#bonuses::after{
  content:"";
  position:absolute;
  inset:auto;
  pointer-events:none;
}
#bonuses::before{
  left:-100px;
  top:34px;
  width:280px;
  height:280px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(255,255,255,.92) 0%, rgba(255,255,255,0) 72%);
  filter:blur(6px);
  opacity:.85;
}
#bonuses::after{
  right:-110px;
  bottom:10px;
  width:320px;
  height:320px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(201,164,92,.12) 0%, rgba(201,164,92,0) 70%);
}
#bonuses .container.center{
  position:relative;
  z-index:2;
  padding:26px 28px;
  border-radius:34px;
  background:linear-gradient(180deg,rgba(255,255,255,.82),rgba(255,252,249,.62));
  border:1px solid rgba(53,42,39,.08);
  box-shadow:0 18px 54px rgba(53,42,39,.06), inset 0 1px 0 rgba(255,255,255,.65);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}
#bonuses .container.center .eyebrow{
  background:rgba(201,164,92,.14);
  color:#7b6329;
}
#bonuses .bonus-grid{
  position:relative;
  z-index:2;
  padding:24px;
  border-radius:40px;
  background:linear-gradient(180deg,rgba(255,255,255,.5),rgba(255,250,246,.35));
  border:1px solid rgba(53,42,39,.06);
  box-shadow:0 18px 60px rgba(53,42,39,.05);
}
#bonuses .bonus-card{
  position:relative;
  overflow:hidden;
  padding:28px;
  border-radius:36px;
  background:linear-gradient(155deg,rgba(255,255,255,.98),rgba(255,249,243,.96));
  border:1px solid rgba(201,164,92,.14);
  box-shadow:0 24px 70px rgba(53,42,39,.09);
}
#bonuses .bonus-card::before{
  content:"";
  position:absolute;
  left:18px;
  right:18px;
  top:0;
  height:4px;
  border-radius:999px;
  background:linear-gradient(90deg, rgba(119,134,107,.65), rgba(201,164,92,.9), rgba(138,67,83,.65));
  opacity:.9;
}
#bonuses .bonus-card::after{
  content:"";
  position:absolute;
  right:-42px;
  top:-42px;
  width:140px;
  height:140px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(255,255,255,.9) 0%, rgba(255,255,255,0) 70%);
  opacity:.75;
  pointer-events:none;
}
#bonuses .bonus-image-final{
  padding:10px;
  border-radius:30px;
  background:linear-gradient(145deg,rgba(255,255,255,.95),rgba(244,231,225,.75));
  border:1px solid rgba(201,164,92,.14);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.75), 0 14px 30px rgba(53,42,39,.06);
}
#bonuses .bonus-image-final img{
  border-radius:24px !important;
}
#bonuses .bonus-label{
  background:linear-gradient(180deg,rgba(201,164,92,.18),rgba(201,164,92,.10));
  color:#73591d;
  border:1px solid rgba(201,164,92,.18);
  box-shadow:0 8px 16px rgba(201,164,92,.10);
}
#bonuses .bonus-card h3{
  max-width:12ch;
}
#bonuses .bonus-card li .cr-icon-chip{
  background:rgba(201,164,92,.11);
  border-color:rgba(201,164,92,.16);
}

/* === Recipe quality section: better structure, especially on mobile === */
#recipes .included-grid{
  gap:16px;
}
#recipes .included-card{
  background:linear-gradient(160deg,rgba(255,255,255,.98),rgba(255,250,246,.95));
  border:1px solid rgba(53,42,39,.08);
  box-shadow:0 14px 38px rgba(53,42,39,.06);
}
#recipes .included-card .cr-icon-chip.berry{
  background:rgba(138,67,83,.08);
  border-color:rgba(138,67,83,.12);
}
#recipes .included-card > span:last-child{
  line-height:1.55;
}

@media (max-width: 990px){
  #recipes .included-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
}

@media (max-width: 720px){
  #bonuses{
    padding:78px 0;
  }
  #bonuses .container.center{
    padding:22px 18px;
    border-radius:28px;
  }
  #bonuses .bonus-grid{
    padding:0;
    background:transparent;
    border:0;
    box-shadow:none;
    gap:18px;
  }
  #bonuses .bonus-card{
    padding:20px;
    border-radius:28px;
  }
  #bonuses .bonus-card h3{
    max-width:none;
    font-size:26px;
  }
  #bonuses .bonus-image-final{
    padding:8px;
    border-radius:24px;
  }

  #recipes .container{
    width:min(calc(100% - 20px),var(--max));
  }
  #recipes .section-title{
    font-size:34px;
    line-height:1.06;
  }
  #recipes .section-sub{
    font-size:15px;
    max-width:34ch;
  }
  #recipes .included-grid{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:14px !important;
    margin-top:4px;
  }
  #recipes .included-card{
    padding:18px 18px 18px 16px;
    border-radius:24px;
    display:grid;
    grid-template-columns:42px 1fr;
    grid-template-areas:
      "icon title"
      "icon text";
    column-gap:14px;
    row-gap:2px;
    align-items:start;
  }
  #recipes .included-card .cr-icon-chip{
    grid-area:icon;
    margin:2px 0 0 0;
  }
  #recipes .included-card b{
    grid-area:title;
    margin:0;
    font-size:17px;
    line-height:1.2;
  }
  #recipes .included-card > span:last-child{
    grid-area:text;
    display:block;
    font-size:13px;
  }
}


#recipes .included-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
.faq-intro-copy{margin-top:12px;max-width:620px}
@media(max-width:990px){#recipes .included-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:720px){#recipes .included-grid{grid-template-columns:1fr!important}.faq-intro-copy{font-size:15px;margin-top:10px}}


/* Final copy-mirror refinements */
.offer-pay-note{margin-top:12px;text-align:center}
.category-cta-wrap,.bonus-claim-wrap{margin-top:28px}
.steps-cta{margin-top:30px}
.final-offer-repeat{background:linear-gradient(180deg,rgba(255,255,255,.72),rgba(255,249,243,.95));border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.final-offer-heading{max-width:780px;margin:0 auto 34px}
.contact-only-layout{max-width:760px;display:grid;gap:28px}
.contact-only-copy{max-width:680px;margin:auto}
.contact-only-form{max-width:620px;width:100%;margin:auto;background:#fff;border:1px solid var(--line);border-radius:30px;padding:24px;box-shadow:var(--shadow)}
.newsletter-wrap{background:#fff;border-top:1px solid var(--line)}
.newsletter-box{display:flex;align-items:center;justify-content:space-between;gap:24px;background:var(--bg);border:1px solid var(--line);border-radius:28px;padding:26px 28px}
.newsletter-box h3{font-size:24px;letter-spacing:-.03em;margin:0 0 4px}
.newsletter-box p{color:var(--muted);margin:0}
.newsletter-form{display:flex;gap:10px;min-width:min(100%,430px)}
.newsletter-form input{flex:1;min-width:0;background:#fff;border:1px solid var(--line-strong);border-radius:999px;padding:13px 16px;color:var(--text)}
#recipes .included-card{min-height:120px}
@media(max-width:720px){
  .newsletter-box{display:grid;padding:22px;border-radius:24px}
  .newsletter-form{display:grid;min-width:0;width:100%}
  .contact-only-form{padding:18px;border-radius:24px}
  .reviews-grid{grid-template-columns:1fr!important}
  #recipes .included-card{min-height:0}
}


/* Keep the main and repeated offer sections visibly rendered even if reveal observers lag or an anchor jump lands mid-animation. */
#offer, #final-offer{
  scroll-margin-top:140px;
}
#offer > .container > .center,
#final-offer .final-offer-heading{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
}
body.motion-ready #offer [data-reveal],
body.motion-ready #final-offer [data-reveal]{
  opacity:1!important;
  visibility:visible!important;
  filter:none!important;
  transform:none!important;
}
#offer .section-title,
#offer .section-sub,
#final-offer .section-title,
#final-offer .section-sub{
  visibility:visible!important;
  opacity:1!important;
}
@media (max-width:720px){
  #offer, #final-offer{scroll-margin-top:96px;}
  #offer > .container > .center,
  #final-offer .final-offer-heading{padding-inline:6px;}
}


#final-offer.final-offer-repeat{
  position:relative;
  overflow:hidden;
  isolation:isolate;
  background:linear-gradient(135deg,var(--berry) 0%,var(--berry-dark) 100%) !important;
  border-top:0 !important;
  border-bottom:0 !important;
}
#final-offer.final-offer-repeat::before{
  content:"";
  position:absolute;
  inset:-25% -10%;
  pointer-events:none;
  z-index:-1;
  background:
    radial-gradient(circle at 18% 30%,rgba(255,255,255,.10),transparent 24%),
    radial-gradient(circle at 84% 72%,rgba(201,164,92,.14),transparent 28%);
}
#final-offer .final-offer-heading .section-title{color:#fff !important;}
#final-offer .final-offer-heading .section-sub{color:rgba(255,255,255,.82) !important;}
#final-offer .final-offer-heading{margin-bottom:30px;}
#final-offer #final-offer-mount{position:relative;z-index:1;}
#final-offer #final-offer-mount .offer-block{
  box-shadow:0 26px 70px rgba(31,18,23,.24) !important;
  border-color:rgba(255,255,255,.16) !important;
}
@media(max-width:720px){
  #final-offer .final-offer-heading{margin-bottom:22px;}
}


/* The Crafted Rituals — premium editorial botanical footer */
.footer.cr-footer-premium{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  padding:78px 0 28px;
  color:#fff;
  background:
    radial-gradient(circle at 12% 12%, rgba(138,67,83,.28), transparent 26%),
    radial-gradient(circle at 88% 72%, rgba(119,134,107,.17), transparent 24%),
    radial-gradient(circle at 58% -16%, rgba(201,164,92,.10), transparent 30%),
    linear-gradient(145deg,#241c1f 0%,#352a2d 48%,#2b2225 100%);
  border-top:0;
}
.footer.cr-footer-premium::before{
  content:"";
  position:absolute;
  left:0;right:0;top:0;
  height:3px;
  background:linear-gradient(90deg,transparent 0%,rgba(119,134,107,.72) 18%,rgba(201,164,92,.92) 50%,rgba(138,67,83,.72) 82%,transparent 100%);
  box-shadow:0 0 22px rgba(201,164,92,.16);
  z-index:2;
}
.footer.cr-footer-premium::after{
  content:"";
  position:absolute;
  width:420px;height:420px;
  right:-170px;top:-170px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.04);
  box-shadow:0 0 0 54px rgba(255,255,255,.018),0 0 0 108px rgba(255,255,255,.012);
  pointer-events:none;
  z-index:-1;
}
.footer.cr-footer-premium .footer-shell{position:relative;z-index:1}
.footer.cr-footer-premium .footer-main{
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(340px,.65fr);
  gap:72px;
  align-items:center;
}
.footer.cr-footer-premium .footer-brand-panel{max-width:650px}
.footer.cr-footer-premium .brand-logo-link{
  display:inline-flex;
  margin:0 0 18px;
  max-width:100%;
  border-radius:22px;
  transition:transform .35s cubic-bezier(.22,1,.36,1),opacity .25s ease;
}
.footer.cr-footer-premium .brand-logo-link:hover{transform:translateY(-2px)}
.footer.cr-footer-premium .footer-logo-window{
  display:block;
  position:relative;
  width:min(440px,100%);
  height:150px;
  overflow:hidden;
}
.footer.cr-footer-premium .footer-logo-window .brand-logo{
  position:absolute;
  left:0;
  top:50%;
  width:100%!important;
  max-width:none!important;
  max-height:none!important;
  height:auto!important;
  transform:translateY(-50%);
  filter:drop-shadow(0 10px 28px rgba(0,0,0,.16));
}
.footer.cr-footer-premium .footer-brand-panel p{
  max-width:560px;
  margin:2px 0 0;
  color:rgba(255,255,255,.70);
  font-size:14px;
  line-height:1.75;
}
.footer.cr-footer-premium .footer-links{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  min-width:0;
  font-size:13px;
  color:#fff;
}
.footer.cr-footer-premium .footer-links a{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:space-between;
  min-height:58px;
  padding:15px 16px;
  border-radius:17px;
  border:1px solid rgba(255,255,255,.10);
  background:linear-gradient(145deg,rgba(255,255,255,.075),rgba(255,255,255,.035));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.035);
  color:rgba(255,255,255,.86);
  font-weight:700;
  transition:transform .28s ease,border-color .28s ease,background .28s ease,color .28s ease;
}
.footer.cr-footer-premium .footer-links a::after{
  content:"↗";
  margin-left:14px;
  color:rgba(201,164,92,.88);
  font-size:14px;
  transition:transform .28s ease;
}
.footer.cr-footer-premium .footer-links a:hover{
  transform:translateY(-3px);
  border-color:rgba(201,164,92,.26);
  background:linear-gradient(145deg,rgba(255,255,255,.11),rgba(255,255,255,.05));
  color:#fff;
}
.footer.cr-footer-premium .footer-links a:hover::after{transform:translate(2px,-2px)}
.footer.cr-footer-premium .footer-bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin-top:52px;
  padding-top:22px;
  border-top:1px solid rgba(255,255,255,.09);
  color:rgba(255,255,255,.48);
  font-size:11px;
  letter-spacing:.04em;
}
.footer.cr-footer-premium .footer-bottom span:last-child{
  display:inline-flex;
  align-items:center;
  gap:8px;
}
.footer.cr-footer-premium .footer-bottom span:last-child::before{
  content:"";
  width:6px;height:6px;border-radius:50%;
  background:var(--sage);
  box-shadow:0 0 0 4px rgba(119,134,107,.10);
}
@media(max-width:900px){
  .footer.cr-footer-premium{padding:66px 0 26px}
  .footer.cr-footer-premium .footer-main{grid-template-columns:1fr;gap:34px}
  .footer.cr-footer-premium .footer-brand-panel{max-width:620px}
  .footer.cr-footer-premium .footer-links{max-width:560px}
}
@media(max-width:560px){
  .footer.cr-footer-premium{padding:56px 0 96px}
  .footer.cr-footer-premium .footer-main{gap:26px}
  .footer.cr-footer-premium .footer-logo-window{width:min(330px,100%);height:114px}
  .footer.cr-footer-premium .brand-logo-link{margin-bottom:12px}
  .footer.cr-footer-premium .footer-brand-panel p{font-size:13px;line-height:1.7}
  .footer.cr-footer-premium .footer-links{grid-template-columns:1fr;gap:9px}
  .footer.cr-footer-premium .footer-links a{min-height:52px;padding:13px 15px;border-radius:15px}
  .footer.cr-footer-premium .footer-bottom{margin-top:36px;padding-top:18px;display:grid;gap:8px}
}


/* Footer logo: use a tightly-cropped horizontal asset so it is always visible. */
.footer.cr-footer-premium .footer-logo-window{
  width:min(570px,100%);
  height:auto;
  overflow:visible;
}
.footer.cr-footer-premium .footer-logo-window .brand-logo{
  position:static;
  display:block;
  width:100%!important;
  max-width:570px!important;
  height:auto!important;
  max-height:none!important;
  transform:none!important;
  object-fit:contain;
  filter:drop-shadow(0 14px 30px rgba(0,0,0,.18));
}
.footer.cr-footer-premium .brand-logo-link{
  width:min(570px,100%);
  align-items:center;
}
@media(max-width:900px){
  .footer.cr-footer-premium .footer-logo-window,
  .footer.cr-footer-premium .brand-logo-link{width:min(500px,100%)}
}
@media(max-width:560px){
  .footer.cr-footer-premium .footer-logo-window,
  .footer.cr-footer-premium .brand-logo-link{width:min(360px,100%)}
}

/* Unified "What's Included / Inside Each Recipe" editorial composition. */
.recipe-overview-section{
  position:relative;
  padding-top:84px;
  padding-bottom:84px;
}
.recipe-overview-shell{
  display:grid;
  grid-template-columns:minmax(0,.94fr) minmax(0,1.06fr);
  gap:42px;
  align-items:stretch;
  padding:30px;
  border:1px solid rgba(53,42,39,.09);
  border-radius:40px;
  background:
    radial-gradient(circle at 8% 10%,rgba(238,216,210,.28),transparent 28%),
    radial-gradient(circle at 92% 88%,rgba(119,134,107,.10),transparent 24%),
    linear-gradient(145deg,rgba(255,255,255,.98),rgba(255,250,246,.94));
  box-shadow:0 24px 70px rgba(53,42,39,.075);
}
.recipe-overview-left,
.recipe-overview-right{
  min-width:0;
}
.recipe-overview-left{
  display:grid;
  grid-template-rows:auto 1fr;
  gap:22px;
}
.recipe-overview-title{
  padding:8px 8px 0;
}
.recipe-overview-title .section-title{
  max-width:11ch;
  margin:0;
  font-size:46px;
  line-height:1.02;
}
.recipe-overview-visual{
  display:grid;
  place-items:center;
  overflow:hidden;
  border-radius:30px;
  padding:10px;
  background:linear-gradient(145deg,rgba(255,255,255,.92),rgba(238,216,210,.34));
  border:1px solid rgba(53,42,39,.07);
}
.recipe-overview-visual img{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:1/1;
  object-fit:contain;
  border-radius:24px!important;
}
.recipe-overview-right{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:12px 8px 12px 4px;
}
.recipe-overview-right > .section-title{
  margin:0 0 24px;
  font-size:42px;
  line-height:1.04;
  max-width:12ch;
}
.recipe-feature-list{
  display:grid;
  gap:12px;
}
#included .recipe-feature-card{
  min-height:78px;
  margin:0;
  padding:17px 18px;
  border-radius:20px;
  display:grid;
  grid-template-columns:42px minmax(0,1fr);
  align-items:center;
  gap:14px;
  background:rgba(255,255,255,.82);
  border:1px solid rgba(53,42,39,.08);
  box-shadow:0 10px 28px rgba(53,42,39,.045);
}
#included .recipe-feature-card .cr-icon-chip{
  margin:0;
}
#included .recipe-feature-card b{
  display:block;
  margin:0;
  font-size:16px;
  line-height:1.32;
  letter-spacing:-.01em;
}

/* Tablet: keep the editorial split, but make the content denser and balanced. */
@media(min-width:721px) and (max-width:1024px){
  .recipe-overview-section{padding-top:70px;padding-bottom:70px}
  .recipe-overview-shell{
    grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);
    gap:24px;
    padding:22px;
    border-radius:34px;
  }
  .recipe-overview-title .section-title{
    font-size:38px;
    max-width:10ch;
  }
  .recipe-overview-right{
    padding:8px 2px;
  }
  .recipe-overview-right > .section-title{
    font-size:34px;
    margin-bottom:18px;
    max-width:11ch;
  }
  .recipe-feature-list{gap:9px}
  #included .recipe-feature-card{
    min-height:66px;
    padding:13px 14px;
    grid-template-columns:38px minmax(0,1fr);
    gap:11px;
    border-radius:17px;
  }
  #included .recipe-feature-card b{
    font-size:14px;
    line-height:1.28;
  }
}

/* Mobile: preserve the clean stacked reading order. */
@media(max-width:720px){
  .recipe-overview-section{padding-top:62px;padding-bottom:62px}
  .recipe-overview-shell{
    grid-template-columns:1fr;
    gap:28px;
    padding:16px;
    border-radius:30px;
  }
  .recipe-overview-left{gap:18px}
  .recipe-overview-title{padding:8px 6px 0}
  .recipe-overview-title .section-title,
  .recipe-overview-right > .section-title{
    max-width:none;
    font-size:34px;
    line-height:1.06;
  }
  .recipe-overview-right{padding:0 4px 6px}
  .recipe-overview-right > .section-title{margin-bottom:18px}
  .recipe-overview-visual{border-radius:24px;padding:7px}
  .recipe-overview-visual img{border-radius:20px!important}
  #included .recipe-feature-card{
    min-height:0;
    padding:15px 15px;
    border-radius:18px;
  }
}


/* Open editorial layout — no cards/containers in the What's Included section */
#included.recipe-overview-section{
  background:transparent;
}
#included .recipe-overview-shell{
  display:grid;
  grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);
  gap:64px;
  align-items:center;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}
#included .recipe-overview-left{
  gap:24px;
}
#included .recipe-overview-title{
  padding:0;
}
#included .recipe-overview-title .section-title{
  max-width:12ch;
  font-size:48px;
  line-height:1.02;
}
#included .recipe-overview-visual{
  padding:0;
  overflow:visible;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}
#included .recipe-overview-visual img{
  width:100%;
  max-width:560px;
  margin:0 auto;
  border-radius:30px!important;
  box-shadow:0 22px 54px rgba(53,42,39,.10);
}
#included .recipe-overview-right{
  padding:0;
  justify-content:center;
}
#included .recipe-overview-right > .section-title{
  max-width:12ch;
  margin:0 0 24px;
  font-size:42px;
  line-height:1.04;
}
#included .recipe-feature-list{
  display:grid;
  gap:0;
  border-top:1px solid rgba(53,42,39,.11);
}
#included .recipe-feature-card{
  min-height:0;
  margin:0;
  padding:18px 2px;
  border:0;
  border-bottom:1px solid rgba(53,42,39,.11);
  border-radius:0;
  background:transparent;
  box-shadow:none;
  display:grid;
  grid-template-columns:36px minmax(0,1fr);
  align-items:center;
  gap:13px;
}
#included .recipe-feature-card .cr-icon-chip{
  width:30px;
  height:30px;
  flex-basis:30px;
  margin:0;
  background:rgba(138,67,83,.07);
  border-color:rgba(138,67,83,.10);
}
#included .recipe-feature-card b{
  margin:0;
  font-size:17px;
  line-height:1.3;
  letter-spacing:-.01em;
}

@media(min-width:721px) and (max-width:1024px){
  #included .recipe-overview-shell{
    grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
    gap:34px;
    padding:0;
    border:0;
    background:transparent;
    box-shadow:none;
  }
  #included .recipe-overview-title .section-title{
    font-size:39px;
    max-width:11ch;
  }
  #included .recipe-overview-right > .section-title{
    font-size:34px;
    max-width:11ch;
    margin-bottom:18px;
  }
  #included .recipe-feature-card{
    padding:14px 0;
    grid-template-columns:32px minmax(0,1fr);
    gap:10px;
  }
  #included .recipe-feature-card .cr-icon-chip{
    width:28px;
    height:28px;
  }
  #included .recipe-feature-card b{
    font-size:14px;
    line-height:1.28;
  }
}

@media(max-width:720px){
  #included .recipe-overview-shell{
    grid-template-columns:1fr;
    gap:30px;
    padding:0;
    border:0;
    border-radius:0;
    background:transparent;
    box-shadow:none;
  }
  #included .recipe-overview-title .section-title,
  #included .recipe-overview-right > .section-title{
    max-width:none;
    font-size:34px;
    line-height:1.06;
  }
  #included .recipe-overview-visual{
    padding:0;
    border:0;
    background:transparent;
  }
  #included .recipe-overview-visual img{
    border-radius:24px!important;
    box-shadow:0 16px 38px rgba(53,42,39,.09);
  }
  #included .recipe-overview-right{
    padding:0;
  }
  #included .recipe-feature-card{
    padding:15px 0;
    border-radius:0;
    background:transparent;
    box-shadow:none;
  }
}


/* What's Included — structure matched to the previous landing, adapted to The Crafted Rituals. */
#included.legacy-inside-section{
  position:relative;
  overflow:hidden;
  padding-top:82px;
  padding-bottom:92px;
  background:
    radial-gradient(circle at 2% 54%,rgba(119,134,107,.055),transparent 20%),
    radial-gradient(circle at 98% 78%,rgba(201,164,92,.045),transparent 22%),
    linear-gradient(180deg,#fff 0%,#fffdfb 100%);
}
#included.legacy-inside-section::after{
  content:"";
  position:absolute;
  inset:34% -8% 5% -8%;
  pointer-events:none;
  opacity:.32;
  background:
    radial-gradient(ellipse at 6% 78%,rgba(119,134,107,.09),transparent 17%),
    radial-gradient(ellipse at 92% 45%,rgba(119,134,107,.07),transparent 18%);
  filter:blur(2px);
}
#included .container{position:relative;z-index:1}
#included .legacy-inside-heading{
  max-width:880px;
  margin:0 auto 52px;
}
#included .legacy-inside-heading .section-title{
  font-size:42px;
  line-height:1.08;
  margin:0;
}
#included .legacy-inside-heading .section-title span,
#included .legacy-recipe-copy .section-title span{
  color:var(--sage);
}
#included .legacy-inside-row{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  align-items:center;
  gap:68px;
  max-width:1040px;
  margin:0 auto;
}
#included .legacy-inside-row + .legacy-inside-row{
  margin-top:78px;
}
#included .legacy-inside-row--recipe{
  grid-template-columns:minmax(0,1.04fr) minmax(0,.96fr);
  margin-bottom:10px;
}
#included .legacy-inside-row--text-media .legacy-inside-copy{grid-column:1}
#included .legacy-inside-row--text-media .legacy-inside-media{grid-column:2}
#included .legacy-inside-row--media-text .legacy-inside-media{grid-column:1;grid-row:1}
#included .legacy-inside-row--media-text .legacy-inside-copy{grid-column:2;grid-row:1}
#included .legacy-inside-media{
  min-width:0;
  background:none!important;
  border:0!important;
  box-shadow:none!important;
  padding:0!important;
  overflow:visible!important;
}
#included .legacy-inside-media img{
  display:block;
  width:100%;
  height:auto;
  max-width:520px;
  margin:0 auto;
  object-fit:contain;
  border:0!important;
  box-shadow:none!important;
  background:transparent!important;
  border-radius:0!important;
}
#included .legacy-recipe-media img{max-width:510px}
#included .legacy-recipe-copy{padding-right:16px}
#included .legacy-recipe-copy .section-title{
  font-size:38px;
  line-height:1.08;
  margin:0 0 24px;
  max-width:12ch;
}
#included .legacy-recipe-list{
  display:grid;
  gap:13px;
}
#included .legacy-recipe-feature{
  display:flex;
  align-items:center;
  gap:11px;
  padding:0;
  margin:0;
  background:none;
  border:0;
  box-shadow:none;
}
#included .legacy-recipe-feature .cr-icon-chip{
  width:26px;
  height:26px;
  flex:0 0 26px;
  border:0;
  background:transparent;
  color:var(--sage);
}
#included .legacy-recipe-feature .cr-icon{width:16px;height:16px}
#included .legacy-recipe-feature b{
  font-size:15px;
  line-height:1.42;
  letter-spacing:-.01em;
}
#included .legacy-category-copy{
  max-width:455px;
}
#included .legacy-category-copy h3{
  font-size:34px;
  line-height:1.08;
  letter-spacing:-.035em;
  font-weight:800;
  margin:0 0 3px;
}
#included .legacy-count{
  color:var(--sage);
  font-size:31px;
  line-height:1.05;
  letter-spacing:-.035em;
  font-weight:800;
  margin-bottom:18px;
}
#included .legacy-category-copy p{
  color:var(--text);
  font-size:15px;
  line-height:1.65;
  margin:0 0 19px;
}
#included .legacy-category-list{
  display:grid;
  gap:10px;
}
#included .legacy-category-item{
  display:flex;
  align-items:center;
  gap:9px;
  font-size:14px;
  line-height:1.4;
  font-weight:600;
  color:var(--text);
}
#included .legacy-category-item .cr-icon{
  width:15px;
  height:15px;
  color:var(--sage);
  flex:0 0 15px;
}
#included .legacy-category-media img{max-width:500px}
#included .legacy-inside-cta{
  margin-top:72px;
}
#included .legacy-inside-cta .btn{
  min-width:250px;
}

@media (max-width: 990px){
  #included.legacy-inside-section{padding-top:74px;padding-bottom:82px}
  #included .legacy-inside-heading{margin-bottom:44px}
  #included .legacy-inside-heading .section-title{font-size:37px}
  #included .legacy-inside-row{gap:38px;max-width:900px}
  #included .legacy-inside-row + .legacy-inside-row{margin-top:62px}
  #included .legacy-recipe-copy .section-title{font-size:32px}
  #included .legacy-category-copy h3{font-size:29px}
  #included .legacy-count{font-size:27px;margin-bottom:14px}
  #included .legacy-category-copy p{font-size:14px;line-height:1.58}
  #included .legacy-recipe-feature b{font-size:14px}
}

@media (max-width: 720px){
  #included.legacy-inside-section{padding-top:62px;padding-bottom:72px}
  #included .legacy-inside-heading{margin-bottom:34px}
  #included .legacy-inside-heading .section-title{font-size:31px;line-height:1.09}
  #included .legacy-inside-row,
  #included .legacy-inside-row--recipe{
    display:flex;
    flex-direction:column;
    gap:24px;
    align-items:stretch;
  }
  #included .legacy-inside-row + .legacy-inside-row{margin-top:56px}
  #included .legacy-inside-row--recipe .legacy-inside-media{order:1}
  #included .legacy-inside-row--recipe .legacy-inside-copy{order:2}
  #included .legacy-inside-row--text-media .legacy-inside-copy{order:1}
  #included .legacy-inside-row--text-media .legacy-inside-media{order:2}
  #included .legacy-inside-row--media-text .legacy-inside-media{order:1}
  #included .legacy-inside-row--media-text .legacy-inside-copy{order:2}
  #included .legacy-inside-media img,
  #included .legacy-recipe-media img,
  #included .legacy-category-media img{max-width:430px}
  #included .legacy-recipe-copy{padding:0 4px}
  #included .legacy-recipe-copy .section-title{font-size:29px;max-width:none;margin-bottom:20px}
  #included .legacy-recipe-list{gap:12px}
  #included .legacy-recipe-feature{align-items:flex-start}
  #included .legacy-recipe-feature b{font-size:14px}
  #included .legacy-category-copy{max-width:none;padding:0 4px}
  #included .legacy-category-copy h3{font-size:28px}
  #included .legacy-count{font-size:25px;margin-bottom:14px}
  #included .legacy-category-copy p{font-size:14px;margin-bottom:17px}
  #included .legacy-category-item{font-size:13px}
  #included .legacy-inside-cta{margin-top:56px}
  #included .legacy-inside-cta .btn{width:100%;min-width:0}
}


/* The Crafted Rituals — polish only. Structure and copy intentionally unchanged. */
#included.legacy-inside-section{
  background:
    radial-gradient(circle at 4% 34%,rgba(199,127,115,.075),transparent 22%),
    radial-gradient(circle at 96% 76%,rgba(201,164,92,.065),transparent 24%),
    linear-gradient(180deg,#fff 0%,#fffaf6 48%,#fffdfb 100%) !important;
}
#included.legacy-inside-section::after{
  opacity:.42 !important;
  background:
    radial-gradient(ellipse at 5% 74%,rgba(238,216,210,.22),transparent 19%),
    radial-gradient(ellipse at 94% 48%,rgba(138,67,83,.055),transparent 20%) !important;
}

/* Remove the green text treatment and return to the brand's warm palette. */
#included .legacy-inside-heading .section-title span{
  color:var(--berry) !important;
}
#included .legacy-recipe-copy .section-title span{
  color:var(--clay) !important;
}
#included .legacy-count{
  color:var(--clay) !important;
}
#included .legacy-recipe-feature .cr-icon-chip{
  color:var(--berry) !important;
}
#included .legacy-category-item .cr-icon{
  color:var(--clay) !important;
}

/* Editorial heading accent without changing layout. */
#included .legacy-inside-heading{
  position:relative;
  padding-bottom:18px;
}
#included .legacy-inside-heading::after{
  content:"";
  position:absolute;
  left:50%;
  bottom:0;
  width:82px;
  height:3px;
  border-radius:999px;
  transform:translateX(-50%);
  background:linear-gradient(90deg,var(--clay),var(--gold),var(--berry));
  opacity:.78;
}

/* Keep the open old-landing structure, but make the visual assets feel premium. */
#included .legacy-inside-media{
  position:relative;
  isolation:isolate;
}
#included .legacy-inside-media::before{
  content:"";
  position:absolute;
  z-index:-1;
  inset:7% 5% 5%;
  border-radius:42px;
  background:linear-gradient(145deg,rgba(238,216,210,.42),rgba(255,249,243,.52));
  transform:rotate(-1.5deg);
  box-shadow:0 20px 50px rgba(53,42,39,.045);
}
#included .legacy-inside-row:nth-of-type(even) .legacy-inside-media::before{
  background:linear-gradient(145deg,rgba(201,164,92,.10),rgba(238,216,210,.38));
  transform:rotate(1.5deg);
}
#included .legacy-inside-row:nth-of-type(4) .legacy-inside-media::before{
  background:linear-gradient(145deg,rgba(138,67,83,.075),rgba(238,216,210,.34));
}
#included .legacy-inside-media img,
#included .legacy-recipe-media img,
#included .legacy-category-media img{
  border-radius:34px !important;
  box-shadow:0 22px 54px rgba(53,42,39,.11) !important;
  outline:1px solid rgba(53,42,39,.055) !important;
  outline-offset:-1px;
  transition:transform .45s cubic-bezier(.22,1,.36,1),box-shadow .45s cubic-bezier(.22,1,.36,1);
  overflow:hidden;
}
@media (hover:hover){
  #included .legacy-inside-media:hover img{
    transform:translateY(-4px) scale(1.008);
    box-shadow:0 28px 66px rgba(53,42,39,.14) !important;
  }
}

/* Typography and spacing polish: same structure, stronger hierarchy. */
#included .legacy-recipe-copy .section-title{
  color:var(--text);
  letter-spacing:-.045em;
}
#included .legacy-category-copy h3{
  color:var(--text);
  letter-spacing:-.04em;
}
#included .legacy-category-copy p{
  color:#5d514d;
}
#included .legacy-recipe-feature{
  border-bottom:1px solid rgba(53,42,39,.075);
  padding:10px 0;
}
#included .legacy-recipe-feature:last-child{
  border-bottom:0;
}
#included .legacy-category-item{
  position:relative;
  padding:4px 0;
}
#included .legacy-count{
  position:relative;
  display:inline-block;
}
#included .legacy-count::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-7px;
  width:42px;
  height:2px;
  border-radius:999px;
  background:var(--gold);
  opacity:.62;
}

@media (max-width:990px){
  #included .legacy-inside-media img,
  #included .legacy-recipe-media img,
  #included .legacy-category-media img{
    border-radius:30px !important;
  }
  #included .legacy-inside-media::before{border-radius:36px;inset:6% 4% 4%;}
}
@media (max-width:720px){
  #included .legacy-inside-heading{padding-bottom:15px}
  #included .legacy-inside-heading::after{width:62px;height:2px}
  #included .legacy-inside-media img,
  #included .legacy-recipe-media img,
  #included .legacy-category-media img{
    border-radius:26px !important;
    box-shadow:0 16px 38px rgba(53,42,39,.10) !important;
  }
  #included .legacy-inside-media::before{border-radius:30px;inset:5% 3% 3%;}
  #included .legacy-recipe-feature{padding:9px 0}
}


/* Footer logo matches the header logo's visual height. */
.footer.cr-footer-premium .brand-logo-link,
.footer.cr-footer-premium .footer-logo-window{
  width:auto!important;
  max-width:100%!important;
}
.footer.cr-footer-premium .footer-logo-window .brand-logo{
  width:auto!important;
  height:92px!important;
  max-height:92px!important;
  max-width:min(100%,570px)!important;
  object-fit:contain;
  object-position:left center;
}
@media(max-width:768px){
  .footer.cr-footer-premium .footer-logo-window .brand-logo{
    height:72px!important;
    max-height:72px!important;
  }
}


/* Header redesign inspired by the old BeautyCrafts structure, adapted for The Crafted Rituals */
.announcement{position:relative;z-index:50}
.topbar{
  background:rgba(250,246,240,.94);
  backdrop-filter:saturate(160%) blur(14px);
  -webkit-backdrop-filter:saturate(160%) blur(14px);
  border-bottom:1px solid rgba(93,79,71,.12);
  box-shadow:0 8px 30px rgba(77,61,53,.05);
}
.topbar::before{
  content:"";
  position:absolute;
  left:0;right:0;top:0;
  height:3px;
  background:linear-gradient(90deg, rgba(203,174,144,.35), rgba(207,165,153,.55), rgba(156,166,145,.45));
}
.topbar .inner.cr-header-shell{
  width:min(calc(100% - 36px), var(--max));
  min-height:84px;
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:24px;
  position:relative;
}
.cr-header-brand{display:flex;align-items:center;justify-self:start;min-width:0}
.topbar .cr-header-brand .brand-logo{max-height:76px;width:auto;display:block}
.cr-desktop-nav{
  justify-self:center;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:34px;
  font-size:14px;
  font-weight:700;
  letter-spacing:.01em;
}
.cr-desktop-nav a{
  position:relative;
  color:var(--text);
  opacity:.9;
  padding:8px 0;
  transition:opacity .2s ease, color .2s ease;
}
.cr-desktop-nav a::after{
  content:"";
  position:absolute;
  left:0;right:0;bottom:-2px;
  height:2px;
  border-radius:999px;
  background:linear-gradient(90deg, var(--berry), var(--sage));
  transform:scaleX(0);
  transform-origin:center;
  transition:transform .25s ease;
}
.cr-desktop-nav a:hover{opacity:1;color:var(--berry-dark)}
.cr-desktop-nav a:hover::after,.cr-desktop-nav a:focus-visible::after{transform:scaleX(1)}
.cr-header-cart{
  justify-self:end;
  display:inline-flex;
  align-items:center;
  gap:10px;
  min-width:48px;
  height:48px;
  padding:0 16px;
  border-radius:999px;
  border:1px solid rgba(93,79,71,.12);
  background:#fff;
  box-shadow:0 10px 24px rgba(88,68,59,.08);
  color:var(--text);
  position:relative;
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.cr-header-cart:hover{
  transform:translateY(-1px);
  box-shadow:0 14px 28px rgba(88,68,59,.12);
  border-color:rgba(138,67,83,.18);
}
.cr-header-cart svg{width:21px;height:21px;flex:0 0 auto}
.cr-cart-label{font-size:14px;font-weight:700;line-height:1}
.cr-cart-badge{
  width:26px;height:26px;display:inline-flex;align-items:center;justify-content:center;
  border-radius:999px;background:var(--text);color:#fff;font-size:12px;font-weight:800;
  box-shadow:0 8px 18px rgba(53,42,39,.18);
}
.cr-menu-toggle,.cr-menu-close{display:none}
.cr-drawer-backdrop,.cr-mobile-drawer{display:none}

@media (max-width: 1024px){
  .topbar .inner.cr-header-shell{gap:20px}
  .topbar .cr-header-brand .brand-logo{max-height:70px}
  .cr-desktop-nav{gap:26px;font-size:13px}
}

@media (max-width: 860px){
  .topbar .inner.cr-header-shell{
    grid-template-columns:44px 1fr 44px;
    min-height:78px;
  }
  .topbar .cr-header-brand{justify-self:center}
  .topbar .cr-header-brand .brand-logo{max-height:62px}
  .cr-desktop-nav{display:none}
  .cr-cart-label{display:none}
  .cr-header-cart{
    justify-self:end;
    width:44px;height:44px;padding:0;justify-content:center;gap:0;
    border-radius:14px;background:transparent;border:none;box-shadow:none;
  }
  .cr-header-cart:hover{transform:none;box-shadow:none}
  .cr-cart-badge{
    position:absolute;right:-2px;top:-4px;width:24px;height:24px;font-size:11px;
  }
  .cr-menu-toggle{
    justify-self:start;
    display:inline-flex;flex-direction:column;justify-content:center;gap:6px;
    width:44px;height:44px;padding:0;border:none;background:transparent;color:var(--text);cursor:pointer;
  }
  .cr-menu-toggle span{
    width:24px;height:2px;border-radius:999px;background:currentColor;display:block;
    transition:transform .25s ease, opacity .2s ease;
  }
  .cr-drawer-backdrop{
    position:fixed;inset:0;background:rgba(44,33,30,.34);backdrop-filter:blur(2px);z-index:79;
  }
  .cr-mobile-drawer{
    position:fixed;left:0;top:0;bottom:0;width:min(86vw,380px);background:#fcfaf6;color:var(--text);
    z-index:80;padding:24px 22px 26px;border-right:1px solid rgba(93,79,71,.12);
    box-shadow:18px 0 45px rgba(45,36,33,.14);
    transform:translateX(-100%);transition:transform .3s ease;display:block;
  }
  body.cr-menu-open .cr-drawer-backdrop{display:block}
  body.cr-menu-open .cr-mobile-drawer{transform:translateX(0)}
  .cr-mobile-drawer-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:24px;padding-bottom:20px;border-bottom:1px solid rgba(93,79,71,.12)}
  .cr-mobile-drawer-head .brand-logo{max-height:56px}
  .cr-menu-close{
    display:inline-flex;align-items:center;justify-content:center;position:relative;
    width:40px;height:40px;border:none;background:#fff;border-radius:14px;cursor:pointer;box-shadow:0 8px 18px rgba(88,68,59,.08)
  }
  .cr-menu-close span{
    position:absolute;width:18px;height:2px;border-radius:999px;background:currentColor;display:block;
  }
  .cr-menu-close span:first-child{transform:rotate(45deg)}
  .cr-menu-close span:last-child{transform:rotate(-45deg)}
  .cr-mobile-nav{display:grid;gap:10px}
  .cr-mobile-nav a{
    display:flex;align-items:center;justify-content:space-between;gap:12px;padding:15px 14px;
    border-radius:16px;background:#fff;border:1px solid rgba(93,79,71,.08);font-weight:700;
    box-shadow:0 10px 24px rgba(88,68,59,.05)
  }
  .cr-mobile-nav a::after{content:"›";font-size:20px;color:var(--berry)}
  .cr-mobile-drawer-foot{margin-top:auto;padding-top:20px;display:grid;gap:14px}
  .cr-mobile-drawer-foot p{font-size:13px;line-height:1.55;color:var(--muted);margin:0}
}

@media (max-width: 520px){
  .topbar .inner.cr-header-shell{width:min(calc(100% - 24px), var(--max));min-height:74px}
  .topbar .cr-header-brand .brand-logo{max-height:56px}
  .cr-header-cart svg{width:24px;height:24px}
}


/* =========================================================
   WHAT'S INCLUDED — SMOOTH FIXED-LOOK BACKGROUND
   One continuous image. No background-attachment:fixed.
   The sticky GPU layer stays visually still while content scrolls.
   ========================================================= */

#included.legacy-inside-section{
  position:relative !important;
  overflow:clip !important;
  background:#fbf4e8 !important;
  padding-top:0 !important;
  padding-bottom:0 !important;
}

#included.legacy-inside-section::before,
#included.legacy-inside-section::after{
  content:none !important;
  display:none !important;
}

#included .included-continuous-background-block{
  position:relative !important;
  isolation:isolate !important;
  width:100vw !important;
  max-width:none !important;
  margin-left:calc(50% - 50vw) !important;
  padding:82px 0 92px !important;
  overflow:visible !important;

  /* background moved to a real sticky layer */
  background:none !important;
}

/* This is the ONE background image for the whole What's Included block. */
#included .included-fixed-bg{
  position:sticky !important;
  position:-webkit-sticky !important;
  top:0 !important;

  width:100vw !important;
  height:100vh !important;
  min-height:100svh !important;

  margin-top:-82px !important;
  margin-bottom:calc(-100vh + 82px) !important;

  z-index:0 !important;
  pointer-events:none !important;

  background-image:
    linear-gradient(rgba(251,244,232,.58),rgba(251,244,232,.58)),
    url("<?php echo esc_url(get_template_directory_uri()); ?>/assets/images/d8eeefa2256e984f.png") !important;
  background-size:cover, cover !important;
  background-repeat:no-repeat, no-repeat !important;
  background-position:center center, center center !important;

  transform:translate3d(0,0,0) !important;
  backface-visibility:hidden !important;
  -webkit-backface-visibility:hidden !important;
  will-change:transform !important;
  contain:paint !important;
}

/* Content always above the sticky background. */
#included .included-continuous-background-block > .legacy-inside-heading,
#included .included-continuous-background-block > .legacy-inside-row,
#included .included-continuous-background-block > .legacy-inside-cta{
  position:relative !important;
  z-index:2 !important;
}

#included .included-continuous-background-block > .legacy-inside-heading{
  max-width:880px !important;
  margin:0 auto 52px !important;
}

#included .included-continuous-background-block > .legacy-inside-row + .legacy-inside-row{
  margin-top:78px !important;
}

#included .included-continuous-background-block > .legacy-inside-cta{
  margin-top:72px !important;
  margin-bottom:0 !important;
}

@media(max-width:990px){
  #included .included-continuous-background-block{
    padding:74px 0 82px !important;
  }
  #included .included-fixed-bg{
    margin-top:-74px !important;
    margin-bottom:calc(-100vh + 74px) !important;
  }
  #included .included-continuous-background-block > .legacy-inside-row + .legacy-inside-row{
    margin-top:62px !important;
  }
  #included .included-continuous-background-block > .legacy-inside-cta{
    margin-top:62px !important;
  }
}

@media(max-width:720px){
  #included .included-continuous-background-block{
    padding:62px 0 72px !important;
  }
  #included .included-fixed-bg{
    margin-top:-62px !important;
    margin-bottom:calc(-100svh + 62px) !important;
    height:100svh !important;
    min-height:100svh !important;
    background-position:center center, center center !important;
  }
  #included .included-continuous-background-block > .legacy-inside-heading{
    margin-bottom:34px !important;
  }
  #included .included-continuous-background-block > .legacy-inside-row + .legacy-inside-row{
    margin-top:56px !important;
  }
  #included .included-continuous-background-block > .legacy-inside-cta{
    margin-top:56px !important;
  }
}


/* =========================================================
   WHAT'S INCLUDED — content beautification + visibility
   No copy changes. Only improves readability and polish.
   ========================================================= */

/* Heading block */
#included .included-continuous-background-block > .legacy-inside-heading{
  background:rgba(255,250,244,.62) !important;
  backdrop-filter:blur(10px) !important;
  -webkit-backdrop-filter:blur(10px) !important;
  border:1px solid rgba(53,42,39,.08) !important;
  border-radius:28px !important;
  padding:24px 28px 26px !important;
  box-shadow:0 18px 42px rgba(53,42,39,.08) !important;
}
#included .legacy-inside-heading .section-title{
  text-shadow:0 1px 0 rgba(255,255,255,.45) !important;
}
#included .legacy-inside-heading::after{
  bottom:10px !important;
}

/* Each row as a softly elevated editorial card */
#included .included-continuous-background-block > .legacy-inside-row{
  background:rgba(255,250,244,.54) !important;
  backdrop-filter:blur(8px) !important;
  -webkit-backdrop-filter:blur(8px) !important;
  border:1px solid rgba(53,42,39,.08) !important;
  border-radius:34px !important;
  box-shadow:0 20px 48px rgba(53,42,39,.08) !important;
  padding:34px 36px !important;
}

/* Text panels */
#included .legacy-inside-copy{
  background:rgba(255,255,255,.42) !important;
  border:1px solid rgba(53,42,39,.07) !important;
  border-radius:26px !important;
  padding:26px 28px !important;
  box-shadow:0 12px 28px rgba(53,42,39,.05) !important;
}
#included .legacy-recipe-copy .section-title,
#included .legacy-category-copy h3{
  text-shadow:0 1px 0 rgba(255,255,255,.5) !important;
}
#included .legacy-category-copy p,
#included .legacy-recipe-feature b,
#included .legacy-category-item{
  color:#4b403d !important;
}

/* Make feature rows and category lines more visible */
#included .legacy-recipe-list{
  gap:11px !important;
}
#included .legacy-recipe-feature{
  background:rgba(255,255,255,.58) !important;
  border:1px solid rgba(53,42,39,.06) !important;
  border-radius:18px !important;
  padding:12px 14px !important;
  box-shadow:0 6px 18px rgba(53,42,39,.04) !important;
}
#included .legacy-recipe-feature:last-child{
  border-bottom:1px solid rgba(53,42,39,.06) !important;
}

#included .legacy-category-list{
  gap:12px !important;
}
#included .legacy-category-item{
  background:rgba(255,255,255,.56) !important;
  border:1px solid rgba(53,42,39,.06) !important;
  border-radius:16px !important;
  padding:11px 14px !important;
  box-shadow:0 6px 18px rgba(53,42,39,.035) !important;
}

/* Icon / emoji visibility */
#included .legacy-recipe-feature .cr-icon-chip{
  width:34px !important;
  height:34px !important;
  flex:0 0 34px !important;
  border-radius:999px !important;
  display:grid !important;
  place-items:center !important;
  background:linear-gradient(145deg, rgba(138,67,83,.14), rgba(201,164,92,.18)) !important;
  color:var(--berry) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.65), 0 6px 14px rgba(53,42,39,.06) !important;
}
#included .legacy-recipe-feature .cr-icon{
  width:17px !important;
  height:17px !important;
}
#included .legacy-category-item .cr-icon{
  width:18px !important;
  height:18px !important;
  color:var(--berry) !important;
}

/* Images more premium and easier to perceive over the background */
#included .legacy-inside-media::before{
  inset:4% 3% 3% !important;
  border-radius:34px !important;
  opacity:.95 !important;
  box-shadow:0 24px 60px rgba(53,42,39,.08) !important;
}
#included .legacy-inside-media img,
#included .legacy-recipe-media img,
#included .legacy-category-media img{
  border-radius:28px !important;
  box-shadow:0 26px 60px rgba(53,42,39,.14) !important;
  outline:1px solid rgba(53,42,39,.07) !important;
  background:#fffaf7 !important;
}

/* Responsive tuning */
@media(max-width:990px){
  #included .included-continuous-background-block > .legacy-inside-row{
    padding:28px 28px !important;
    border-radius:30px !important;
  }
  #included .legacy-inside-copy{
    padding:22px 22px !important;
    border-radius:22px !important;
  }
}

@media(max-width:720px){
  #included .included-continuous-background-block > .legacy-inside-heading{
    padding:20px 18px 22px !important;
    border-radius:22px !important;
  }
  #included .included-continuous-background-block > .legacy-inside-row{
    padding:22px 18px !important;
    border-radius:24px !important;
  }
  #included .legacy-inside-copy{
    padding:18px 16px !important;
    border-radius:18px !important;
  }
  #included .legacy-recipe-feature,
  #included .legacy-category-item{
    padding:10px 12px !important;
    border-radius:14px !important;
  }
}


/* What's Included CTA — free button, no surrounding card/container. */
#included .included-continuous-background-block > .legacy-inside-cta{
  background:none !important;
  background-color:transparent !important;
  backdrop-filter:none !important;
  -webkit-backdrop-filter:none !important;
  border:0 !important;
  outline:0 !important;
  border-radius:0 !important;
  padding:0 !important;
  box-shadow:none !important;
  overflow:visible !important;
}

#included .included-continuous-background-block > .legacy-inside-cta .btn{
  position:relative !important;
  z-index:2 !important;
  box-shadow:
    0 18px 38px rgba(111,50,64,.26),
    0 6px 14px rgba(53,42,39,.10),
    inset 0 1px 0 rgba(255,255,255,.18) !important;
  transform:translateZ(0);
  backface-visibility:hidden;
  -webkit-backface-visibility:hidden;
}

@media(hover:hover) and (pointer:fine){
  #included .included-continuous-background-block > .legacy-inside-cta .btn:hover{
    box-shadow:
      0 22px 48px rgba(111,50,64,.31),
      0 8px 18px rgba(53,42,39,.12),
      inset 0 1px 0 rgba(255,255,255,.20) !important;
  }
}

/* Persistent storefront header across landing, legal and WooCommerce pages. */
body{padding-top:84px}
.topbar{
  position:fixed !important;
  top:0;left:0;right:0;width:100%;
  z-index:10050 !important;
  background:rgba(250,246,240,.92) !important;
  backdrop-filter:saturate(160%) blur(16px) !important;
  -webkit-backdrop-filter:saturate(160%) blur(16px) !important;
}
body.admin-bar .topbar{top:32px}
@media(max-width:860px){body{padding-top:78px}}
@media(max-width:520px){body{padding-top:74px}}
@media(max-width:782px){body.admin-bar .topbar{top:46px}}
