    .herbal-page{
      --mugwort-950:#17241e;--mugwort-900:#273c32;--mugwort-850:#30463a;--mugwort-800:#375044;
      --mugwort-700:#405b49;--mugwort-600:#55705b;--mugwort-500:#667f68;--mugwort-300:#9caf9d;
      --mugwort-200:#c9d4c9;--mugwort-100:#e5ebe3;
      --paper:#f6f1e7;--paper-light:#fbf8f2;--paper-deep:#eee6db;--paper-skin:#f2e8dd;
      --ink:#213028;--muted:#68736c;--line:rgba(39,60,50,.15);--line-strong:rgba(39,60,50,.28);
      --oil:#b58d52;--oil-dark:#86632f;--oil-soft:#d8bf88;--rose:#b7836f;--rose-dark:#8e604f;
      --botanical:#73866c;--botanical-soft:#a7b59c;--glass:#dbe4df;--charcoal:#292d2a;--cream:#fffdf8;
      --shadow:0 30px 88px rgba(28,40,33,.11);
      --serif:Georgia,"Times New Roman",serif;
      --sans:ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
      --container:min(calc(100% - 32px),1350px);
      color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.65;
      background:
        radial-gradient(circle at 8% 5%,rgba(156,175,157,.18),transparent 30rem),
        radial-gradient(circle at 92% 8%,rgba(183,131,111,.10),transparent 30rem),
        linear-gradient(180deg,var(--paper-light),var(--paper));
      position:relative;isolation:isolate;overflow-x:clip;
      -webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;
    }
    .herbal-page,.herbal-page *,.herbal-page *::before,.herbal-page *::after{box-sizing:border-box}
    .herbal-page a{color:inherit;text-underline-offset:4px}
    .herbal-page img,.herbal-page svg{display:block;max-width:100%}
    .herbal-page button{font:inherit}
    .herbal-page h1,.herbal-page h2,.herbal-page h3,.herbal-page p{margin-top:0}
    .herbal-page h1,.herbal-page h2,.herbal-page h3{font-family:var(--serif);font-weight:500;letter-spacing:-.03em;text-wrap:balance}
    .herbal-page p{color:var(--muted)}
    .herbal-page [hidden]{display:none!important}
    .herbal-page :focus-visible{outline:3px solid rgba(181,141,82,.48);outline-offset:4px}
    .herbal-page .container{width:var(--container);margin-inline:auto}
    .herbal-page .section{padding:75px 0; position:relative}
    .herbal-page .kicker{display:inline-flex;align-items:center;gap:10px;color:var(--mugwort-700);font-size:.7rem;font-weight:800;letter-spacing:.15em;text-transform:uppercase}
    .herbal-page .kicker::before{content:"";width:30px;height:1px;background:currentColor}
    .herbal-page .section-title{font-size:clamp(2.42rem,4.5vw,4.8rem);line-height:1.01;margin:12px 0 18px}
    .herbal-page .section-head{display:grid;grid-template-columns:minmax(0,.96fr) minmax(320px,1.04fr);gap:52px;align-items:end;margin-bottom:46px}
    .herbal-page .section-head>p{max-width:730px;justify-self:end;margin-bottom:4px}
    .herbal-page .btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:49px;padding:0 21px;border:1px solid var(--mugwort-900);border-radius:999px;text-decoration:none;font-size:.86rem;font-weight:780;transition:transform .2s ease,background .2s ease}
    .herbal-page .btn:hover{transform:translateY(-2px)}
    .herbal-page .btn-solid{background:var(--mugwort-900);color:#fff}
    .herbal-page .btn-soft{background:rgba(255,255,255,.58);color:var(--mugwort-900)}
    .herbal-page .skip{position:fixed;left:16px;top:10px;z-index:200;transform:translateY(-180%);background:#fff;padding:10px 14px;border-radius:8px;font-weight:800}
    .herbal-page .skip:focus{transform:none}

    .herbal-page .preview-bar{background:var(--charcoal);color:#fff;font-size:.68rem;letter-spacing:.04em}
    .herbal-page .preview-bar .container{min-height:34px;display:flex;align-items:center;justify-content:center;gap:9px;text-align:center}
    .herbal-page .preview-dot{width:7px;height:7px;border-radius:50%;background:var(--oil)}
    .herbal-page .site-header{position:sticky;top:0;z-index:90;background:rgba(251,248,242,.93);backdrop-filter:blur(15px);border-bottom:1px solid rgba(39,60,50,.09)}
    .herbal-page .nav-wrap{width:var(--container);min-height:76px;margin-inline:auto;display:flex;align-items:center;gap:26px}
    .herbal-page .brand{display:inline-flex;align-items:center;gap:11px;text-decoration:none;flex:0 0 auto}
    .herbal-page .brand-mark{width:38px;aspect-ratio:1;border:1px solid var(--mugwort-500);border-radius:50%;display:grid;place-items:center;font-family:var(--serif);font-size:1.2rem}
    .herbal-page .brand-copy{display:grid;line-height:1.03}
    .herbal-page .brand-copy strong{font-family:var(--serif);font-size:1.08rem;font-weight:600}
    .herbal-page .brand-copy small{margin-top:4px;color:var(--muted);font-size:.6rem;text-transform:uppercase;letter-spacing:.14em}
    .herbal-page .primary-nav{display:flex;align-items:center;justify-content:center;gap:21px;margin-left:auto}
    .herbal-page .primary-nav a{text-decoration:none;font-size:.83rem;font-weight:680;color:#35483d}
    .herbal-page .primary-nav a[aria-current="page"]{color:var(--oil-dark)}
    .herbal-page .nav-cta{margin-left:auto;white-space:nowrap}
    .herbal-page .menu-toggle{display:none;width:42px;height:42px;border:1px solid var(--line);border-radius:50%;background:transparent;cursor:pointer}
    .herbal-page .breadcrumb{padding:19px 0 0}
    .herbal-page .breadcrumb ol{display:flex;flex-wrap:wrap;gap:8px;list-style:none;padding:0;margin:0;font-size:.75rem;color:#7b827d}
    .herbal-page .breadcrumb li+li::before{content:"/";margin-right:8px;color:#a2a8a3}
    .herbal-page .breadcrumb a{text-decoration:none}

    .herbal-page .hero{padding:clamp(36px,5vw,68px) 0 0}
    .herbal-page .hero-grid{display:grid;grid-template-columns:minmax(0,1.03fr) minmax(440px,.97fr);gap:clamp(38px,6vw,88px);align-items:stretch}
    .herbal-page .hero-copy{padding:clamp(34px,4vw,58px) 0 clamp(48px,5vw,76px)}
    .herbal-page .hero h1{font-size:clamp(3.55rem,6.15vw,6.65rem);line-height:.9;letter-spacing:-.06em;margin:16px 0 20px;max-width:940px}
    .herbal-page .hero h1 em{font-style:italic;color:var(--oil-dark)}
    .herbal-page .hero-sub{font-family:var(--serif);font-size:clamp(1.14rem,1.8vw,1.58rem);color:var(--rose-dark);margin-bottom:20px}
    .herbal-page .hero-lede{max-width:820px;font-size:clamp(1rem,1.36vw,1.18rem);margin-bottom:14px}
    .herbal-page .hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}
    .herbal-page .hero-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:21px}
    .herbal-page .chip{display:inline-flex;align-items:center;gap:7px;padding:6px 10px;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.46);font-size:.69rem;color:var(--muted)}
    .herbal-page .chip::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--oil)}
    .herbal-page .oil-stage{position:relative;min-height:615px;overflow:hidden;border-radius:30px 30px 0 0;background:
      radial-gradient(circle at 76% 18%,rgba(216,191,136,.15),transparent 16rem),
      radial-gradient(circle at 26% 68%,rgba(156,175,157,.10),transparent 15rem),
      linear-gradient(145deg,#36463d,#243029 59%,#19211d);}
    .herbal-page .oil-stage::before{content:"";position:absolute;inset:0;background:linear-gradient(rgba(255,255,255,.026) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.026) 1px,transparent 1px);background-size:64px 64px;opacity:.48}
    .herbal-page .stage-label{position:absolute;left:28px;top:26px;color:#dae2dc;font-size:.65rem;font-weight:800;letter-spacing:.15em;text-transform:uppercase}
    .herbal-page .hero-ledger{position:absolute;left:24px;right:24px;bottom:22px;display:grid;grid-template-columns:repeat(4,1fr);border:1px solid rgba(255,255,255,.14);border-radius:16px;background:rgba(21,28,25,.76);backdrop-filter:blur(10px);overflow:hidden}
    .herbal-page .hero-ledger div{padding:13px 14px;border-right:1px solid rgba(255,255,255,.1)}
    .herbal-page .hero-ledger div:last-child{border-right:0}
    .herbal-page .hero-ledger span{display:block;color:#9fac9f;font-size:.55rem;letter-spacing:.09em;text-transform:uppercase}
    .herbal-page .hero-ledger strong{display:block;margin-top:4px;color:#fff;font-family:var(--serif);font-size:.86rem;font-weight:500}
    .herbal-page .hero-ribbon{background:var(--mugwort-900);color:#fff}
    .herbal-page .hero-ribbon-grid{display:grid;grid-template-columns:repeat(4,1fr)}
    .herbal-page .hero-ribbon-cell{min-height:110px;padding:19px 23px;display:grid;align-content:center;border-right:1px solid rgba(255,255,255,.12)}
    .herbal-page .hero-ribbon-cell:last-child{border-right:0}
    .herbal-page .hero-ribbon-cell span{font-size:.61rem;letter-spacing:.12em;text-transform:uppercase;color:#a9b9ad}
    .herbal-page .hero-ribbon-cell strong{margin-top:4px;color:#fff;font-family:var(--serif);font-size:1.02rem;font-weight:500}
    .herbal-page .short-answer{padding:52px 0 72px}
    .herbal-page .short-answer-grid{display:grid;grid-template-columns:220px 1fr;gap:48px;padding:34px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
    .herbal-page .short-answer h2{font-size:1.15rem;margin:0}
    .herbal-page .short-answer p{font-size:clamp(1.05rem,1.48vw,1.27rem);margin:0;color:var(--ink);max-width:1040px}

    .herbal-page .gate{padding-top:48px}
    .herbal-page .gate-layout{display:grid;grid-template-columns:.78fr 1.22fr;gap:40px;align-items:start}
    .herbal-page .gate-card{padding:29px;border:1px solid rgba(181,141,82,.27);border-radius:20px;background:linear-gradient(145deg,rgba(181,141,82,.09),rgba(255,255,255,.48))}
    .herbal-page .gate-card h2{font-size:2rem;margin:10px 0 13px}
    .herbal-page .gate-card p{font-size:.84rem}
    .herbal-page .gate-tags{display:flex;flex-wrap:wrap;gap:8px;margin:18px 0}
    .herbal-page .gate-tag{padding:7px 10px;border:1px solid rgba(181,141,82,.25);border-radius:999px;background:rgba(255,255,255,.44);font-size:.64rem;font-weight:800;color:var(--oil-dark)}
    .herbal-page .gate-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}
    .herbal-page .gate-item{min-height:152px;padding:17px;border:1px solid var(--line);border-radius:14px;background:rgba(255,255,255,.52)}
    .herbal-page .gate-item span{font-size:.58rem;letter-spacing:.11em;text-transform:uppercase;color:var(--oil-dark);font-weight:800}
    .herbal-page .gate-item h3{font-size:1.15rem;margin:11px 0 7px}
    .herbal-page .gate-item p{font-size:.72rem;margin:0}

    .herbal-page .product-area{padding-top:46px}
    .herbal-page .product-toolbar{display:flex;justify-content:space-between;align-items:end;gap:24px;padding-bottom:21px;border-bottom:1px solid var(--line)}
    .herbal-page .product-toolbar h2{font-size:clamp(2rem,3.35vw,3.45rem);margin:9px 0 0}
    .herbal-page .catalog-status{display:flex;align-items:center;gap:9px;max-width:590px;text-align:right;font-size:.81rem;color:var(--muted)}
    .herbal-page .status-dot{width:8px;height:8px;border-radius:50%;background:var(--rose-dark);flex:0 0 auto}
    .herbal-page .product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;padding-top:25px}
    .herbal-page .product-card{border:1px solid var(--line);border-radius:18px;overflow:hidden;background:rgba(255,255,255,.58);transition:transform .2s ease,box-shadow .2s ease}
    .herbal-page .product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
    .herbal-page .product-media{aspect-ratio:4/3;background:linear-gradient(145deg,#e5ddd2,#f8f4ed);overflow:hidden}
    .herbal-page .product-media img{width:100%;height:100%;object-fit:cover}
    .herbal-page .product-body{padding:19px}
    .herbal-page .product-body h3{font-size:1.38rem;margin:10px 0}
    .herbal-page .badge{display:inline-flex;padding:4px 8px;border-radius:999px;background:rgba(64,91,73,.09);color:var(--mugwort-700);font-size:.61rem;font-weight:800;margin-right:4px}
    .herbal-page .badge.fragrance{background:rgba(181,141,82,.12);color:var(--oil-dark)}
    .herbal-page .product-meta{font-size:.74rem;margin:5px 0}
    .herbal-page .price-line{display:flex;justify-content:space-between;gap:12px;align-items:end;margin-top:13px;padding-top:12px;border-top:1px solid var(--line)}
    .herbal-page .price{font-family:var(--serif);font-size:1.18rem}
    .herbal-page .inventory{font-size:.67rem;color:var(--muted);text-align:right}

    .herbal-page .identity{background:linear-gradient(180deg,var(--paper),var(--paper-deep))}
    .herbal-page .identity-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
    .herbal-page .identity-card{min-height:370px;padding:30px;border:1px solid var(--line);border-radius:22px;background:rgba(255,255,255,.54)}
    .herbal-page .identity-card.dark{background:var(--mugwort-900);border-color:var(--mugwort-900);color:#fff}
    .herbal-page .identity-card.dark h3,.herbal-page .identity-card.dark p{color:#fff}
    .herbal-page .identity-card span{font-size:.6rem;letter-spacing:.12em;text-transform:uppercase;color:var(--oil-dark);font-weight:800}
    .herbal-page .identity-card.dark span{color:#c9d5cc}
    .herbal-page .identity-card h3{font-size:2.1rem;margin:13px 0 15px}
    .herbal-page .identity-card p{font-size:.83rem}
    .herbal-page .identity-list{list-style:none;padding:0;margin:18px 0}
    .herbal-page .identity-list li{padding:9px 0;border-bottom:1px solid var(--line);font-size:.76rem;color:var(--muted)}
    .herbal-page .identity-card.dark .identity-list li{border-color:rgba(255,255,255,.12);color:#c8d1ca}
    .herbal-page .identity-rule{margin-top:18px;padding:15px;border-left:2px solid var(--oil);background:rgba(181,141,82,.07);font-size:.79rem;color:var(--muted)}

    .herbal-page .inci{background:var(--mugwort-950);color:#fff}
    .herbal-page .inci .kicker{color:#bdc8c0}
    .herbal-page .inci .section-title{color:#fff}
    .herbal-page .inci .section-head>p{color:#b8c2bb}
    .herbal-page .inci-layout{display:grid;grid-template-columns:.74fr 1.26fr;gap:56px;align-items:start}
    .herbal-page .formula-wheel{min-height:490px;border:1px solid rgba(255,255,255,.13);border-radius:24px;background:rgba(255,255,255,.035);display:grid;place-items:center;position:sticky;top:108px;overflow:hidden}
    .herbal-page .formula-wheel svg{width:90%;height:90%}
    .herbal-page .inci-stack{border-top:1px solid rgba(255,255,255,.16)}
    .herbal-page .inci-row{display:grid;grid-template-columns:190px 1fr;gap:18px;padding:20px 0;border-bottom:1px solid rgba(255,255,255,.11)}
    .herbal-page .inci-row strong{font-family:var(--serif);font-size:1.16rem;color:#fff}
    .herbal-page .inci-row p{font-size:.77rem;color:#b5c0b7;margin:0}
    .herbal-page .inci-note{margin-top:17px;padding:14px;border-left:2px solid var(--oil-soft);background:rgba(181,141,82,.08);color:#d0d7d1;font-size:.77rem}

    .herbal-page .selection{background:#efe7dc}
    .herbal-page .selection-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
    .herbal-page .selection-card{min-height:245px;padding:21px;border:1px solid var(--line);border-radius:16px;background:rgba(255,255,255,.52);display:flex;flex-direction:column}
    .herbal-page .selection-card span{font-size:.59rem;letter-spacing:.12em;text-transform:uppercase;color:var(--oil-dark);font-weight:800}
    .herbal-page .selection-card h3{font-size:1.43rem;margin:14px 0 9px}
    .herbal-page .selection-card p{font-size:.75rem}
    .herbal-page .selection-options{margin-top:auto;padding-top:11px;border-top:1px solid var(--line);font-size:.7rem;color:var(--mugwort-700)}
    .herbal-page .selection-options a{font-weight:800;text-decoration:none}

    .herbal-page .use-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.4fr);gap:clamp(36px,4.5vw,64px);align-items:start}
    .herbal-page .use-copy h2{font-size:clamp(2.6rem,4.55vw,4.85rem);line-height:.98;margin:13px 0 20px}
    .herbal-page .steps{counter-reset:step;display:grid;grid-template-columns:repeat(2,1fr);gap:10px}
    .herbal-page .step{counter-increment:step;min-height:148px;padding:17px;border:1px solid var(--line);border-radius:14px;background:rgba(255,255,255,.5)}
    .herbal-page .step::before{content:counter(step,decimal-leading-zero);display:block;color:var(--oil-dark);font-family:var(--serif);font-size:1.02rem}
    .herbal-page .step h3{font-size:1.15rem;margin:9px 0 6px}
    .herbal-page .step p{font-size:.72rem;margin:0}
    .herbal-page .use-note{margin-top:16px;padding:14px;border-left:2px solid var(--botanical);background:rgba(115,134,108,.08);font-size:.78rem;color:var(--muted)}

    .herbal-page .patch{background:linear-gradient(145deg,#304038,#1e2924);color:#fff}
    .herbal-page .patch .kicker{color:#bdc8c0}
    .herbal-page .patch h2{color:#fff}
    .herbal-page .patch p{color:#b7c2ba}
    .herbal-page .patch-layout{display:grid;grid-template-columns:.84fr 1.16fr;gap:58px;align-items:center}
    .herbal-page .patch-card{padding:28px;border:1px solid rgba(255,255,255,.14);border-radius:20px;background:rgba(255,255,255,.035)}
    .herbal-page .patch-card h3{font-size:1.7rem;color:#fff;margin:10px 0 14px}
    .herbal-page .patch-row{display:grid;grid-template-columns:170px 1fr;gap:18px;padding:12px 0;border-top:1px solid rgba(255,255,255,.1)}
    .herbal-page .patch-row strong{font-size:.66rem;text-transform:uppercase;letter-spacing:.08em;color:#c9d5cc}
    .herbal-page .patch-row span{font-size:.78rem;color:#bdc8c0}
    .herbal-page .patch-warning{margin-top:17px;padding:14px;border-left:2px solid var(--oil-soft);background:rgba(181,141,82,.08);font-size:.76rem;color:#d4d3cd}

    .herbal-page .compare{background:linear-gradient(180deg,var(--paper-light),#eee7dc)}
    .herbal-page .table-wrap{overflow:auto;border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.64)}
    .herbal-page .table-wrap table{border-collapse:collapse;width:100%;min-width:1300px;font-size:.74rem}
    .herbal-page .table-wrap caption{text-align:left;padding:17px 20px;font-weight:800;background:#f7f2e8;border-bottom:1px solid var(--line)}
    .herbal-page .table-wrap th,.herbal-page .table-wrap td{padding:14px 15px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}
    .herbal-page .table-wrap th{font-size:.63rem;letter-spacing:.08em;text-transform:uppercase;color:var(--mugwort-700);background:rgba(229,235,227,.38)}
    .herbal-page .table-wrap td:first-child{font-weight:800}
    .herbal-page .compare-note{margin-top:18px;font-size:.81rem}

    .herbal-page .massage{background:#f0e8de}
    .herbal-page .massage-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:58px;align-items:start}
    .herbal-page .massage-copy h2{font-size:clamp(2.6rem,4.55vw,4.85rem);line-height:.98;margin:13px 0 20px}
    .herbal-page .boundary-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}
    .herbal-page .boundary-card{min-height:200px;padding:19px;border:1px solid var(--line);border-radius:14px;background:rgba(255,255,255,.52)}
    .herbal-page .boundary-card.allowed{border-left:3px solid var(--botanical)}
    .herbal-page .boundary-card.blocked{border-left:3px solid var(--rose-dark)}
    .herbal-page .boundary-card span{font-size:.58rem;letter-spacing:.11em;text-transform:uppercase;font-weight:800;color:var(--mugwort-700)}
    .herbal-page .boundary-card.blocked span{color:var(--rose-dark)}
    .herbal-page .boundary-card h3{font-size:1.22rem;margin:12px 0 7px}
    .herbal-page .boundary-card p{font-size:.73rem;margin:0}

    .herbal-page .claims-layout{display:grid;grid-template-columns:.78fr 1.22fr;gap:60px;align-items:start}
    .herbal-page .claims-copy h2{font-size:clamp(2.6rem,4.55vw,4.85rem);line-height:.98;margin:13px 0 20px}
    .herbal-page .claim-stack{border-top:1px solid var(--line-strong)}
    .herbal-page .claim-row{display:grid;grid-template-columns:160px 1fr;gap:20px;padding:20px 0;border-bottom:1px solid var(--line)}
    .herbal-page .claim-row strong{font-family:var(--serif);font-size:1.18rem;color:var(--oil-dark)}
    .herbal-page .claim-row p{font-size:.79rem;margin:0}

    .herbal-page .clearance{background:var(--charcoal);color:#fff}
    .herbal-page .clearance .kicker{color:#cac4bb}
    .herbal-page .clearance .section-title{color:#fff}
    .herbal-page .clearance .section-head>p{color:#bbb9b3}
    .herbal-page .market-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
    .herbal-page .market-card{min-height:320px;padding:20px;border:1px solid rgba(255,255,255,.12);border-radius:15px;background:rgba(255,255,255,.03);display:flex;flex-direction:column}
    .herbal-page .market-card span{font-size:.58rem;letter-spacing:.11em;text-transform:uppercase;color:#d8b98a;font-weight:800}
    .herbal-page .market-card h3{font-size:1.4rem;color:#fff;margin:13px 0 8px}
    .herbal-page .market-card p{font-size:.73rem;color:#c1bfba}
    .herbal-page .market-card ul{padding-left:18px;color:#c7c5c0;font-size:.7rem}
    .herbal-page .market-card li{margin:5px 0}
    .herbal-page .market-state{margin-top:auto;padding-top:12px;border-top:1px solid rgba(255,255,255,.1);font-size:.67rem;font-weight:800;color:#e0d9cf}
    .herbal-page .reg-note{margin-top:18px;padding:15px;border-left:2px solid var(--oil-soft);background:rgba(181,141,82,.08);color:#d0cdc7;font-size:.78rem}

    .herbal-page .related{background:var(--paper-deep)}
    .herbal-page .related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
    .herbal-page .related-card{min-height:230px;padding:22px;border:1px solid var(--line);border-radius:16px;background:rgba(255,255,255,.52);display:flex;flex-direction:column}
    .herbal-page .related-card span{font-size:.58rem;text-transform:uppercase;letter-spacing:.12em;color:var(--oil-dark);font-weight:800}
    .herbal-page .related-card h3{font-size:1.4rem;margin:14px 0 8px}
    .herbal-page .related-card p{font-size:.76rem}
    .herbal-page .related-card a{margin-top:auto;text-decoration:none;font-size:.76rem;font-weight:800;color:var(--mugwort-700)}

    .herbal-page .faq{max-width:980px;margin-inline:auto;border-top:1px solid var(--line)}
    .herbal-page details{border-bottom:1px solid var(--line)}
    .herbal-page summary{cursor:pointer;list-style:none;padding:21px 44px 21px 0;font-family:var(--serif);font-size:1.22rem;position:relative}
    .herbal-page summary::-webkit-details-marker{display:none}
    .herbal-page summary::after{content:"+";position:absolute;right:5px;top:17px;font-family:var(--sans);font-size:1.4rem;color:var(--mugwort-600)}
    .herbal-page details[open] summary::after{content:"−"}
    .herbal-page details p{padding:0 46px 20px 0;margin:0}

    .herbal-page .review{background:var(--mugwort-950);color:#fff}
    .herbal-page .review .kicker{color:#bdc8c0}
    .herbal-page .review .section-title{color:#fff}
    .herbal-page .review p{color:#b7c1ba}
    .herbal-page .review-layout{display:grid;grid-template-columns:.84fr 1.16fr;gap:56px}
    .herbal-page .review-ledger{border:1px solid rgba(255,255,255,.14);border-radius:20px;overflow:hidden;background:rgba(255,255,255,.035)}
    .herbal-page .review-row{display:grid;grid-template-columns:190px 1fr;gap:18px;padding:13px 18px;border-bottom:1px solid rgba(255,255,255,.1)}
    .herbal-page .review-row:last-child{border-bottom:0}
    .herbal-page .review-row strong{font-size:.66rem;text-transform:uppercase;letter-spacing:.08em;color:#9fb0a3}
    .herbal-page .review-row span{font-size:.79rem;color:#d4ddd6}

    .herbal-page .footer{background:#121c17;color:#fff;padding:64px 0 26px}
    .herbal-page .footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:42px;padding-bottom:42px}
    .herbal-page .footer-brand p{max-width:430px;color:#a9b6ac;font-size:.82rem;margin-top:18px}
    .herbal-page .footer-col h2{font-family:var(--sans);font-size:.68rem;letter-spacing:.13em;text-transform:uppercase;color:#819288;margin-bottom:15px}
    .herbal-page .footer-col a{display:block;text-decoration:none;color:#dbe2dd;font-size:.81rem;margin:8px 0}
    .herbal-page .footer-bottom{display:flex;justify-content:space-between;gap:30px;border-top:1px solid rgba(255,255,255,.1);padding-top:22px;color:#8e9d92;font-size:.69rem}
    .herbal-page .footer-bottom span:first-child{max-width:900px}

    /* Editorial photos (integrated 2026-08-30) */
    .herbal-page .oil-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
    .herbal-page .oil-stage::after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(23,36,30,.5),rgba(23,36,30,.22) 46%,rgba(23,36,30,.55));pointer-events:none}
    .herbal-page .stage-label{z-index:2;text-shadow:0 1px 18px rgba(15,17,14,.65)}
    .herbal-page .hero-ledger{z-index:2}
    .herbal-page .detail-photo{margin:0;display:flex;flex-direction:column;max-width:100%;border:1px solid var(--line);border-radius:16px;overflow:hidden;background:rgba(255,255,255,.5)}
    .herbal-page .detail-photo img{width:100%;height:auto;flex:1;min-height:0;aspect-ratio:4/5;object-fit:cover;object-position:var(--op,50% 50%);display:block}
    .herbal-page .detail-photo figcaption{padding:9px 12px;font-size:.72rem;color:var(--muted)}
    .herbal-page .detail-photo.landscape img{aspect-ratio:3/2}
    .herbal-page .section-photo figcaption{margin-top:8px;font-size:.72rem;color:var(--muted);text-align:right}
    .herbal-page .section-photo{grid-column:2;grid-row:1/3;margin:22px 0 0;justify-self:end;width:100%}
    .herbal-page .section-photo img{width:100%;height:auto;aspect-ratio:3/2;object-fit:cover;border-radius:14px;border:1px solid var(--line);display:block}
    .herbal-page .section-head:has(.section-photo){align-items:center}
    .herbal-page .section-head:has(.section-photo)>p{grid-column:1;justify-self:start}

    @media(max-width:1100px){
      .herbal-page .hero-grid,.herbal-page .gate-layout,.herbal-page .inci-layout,.herbal-page .use-layout,.herbal-page .patch-layout,.herbal-page .massage-layout,.herbal-page .claims-layout,.herbal-page .review-layout{grid-template-columns:1fr}
      .herbal-page .oil-stage{min-height:520px;border-radius:30px}
      .herbal-page .hero-ribbon-grid{grid-template-columns:repeat(2,1fr)}
      .herbal-page .hero-ribbon-cell:nth-child(2){border-right:0}
      .herbal-page .hero-ribbon-cell:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.12)}
      .herbal-page .formula-wheel{position:static}
      .herbal-page .selection-grid,.herbal-page .market-grid{grid-template-columns:repeat(2,1fr)}
      .herbal-page .footer-grid{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:860px){
      .herbal-page .primary-nav{display:none;position:absolute;left:16px;right:16px;top:68px;padding:18px;border:1px solid var(--line);border-radius:16px;background:var(--paper-light);box-shadow:var(--shadow);flex-direction:column;align-items:stretch}
      .herbal-page .primary-nav[data-open="true"]{display:flex}
      .herbal-page .menu-toggle{display:grid;place-items:center}
      .herbal-page .nav-cta{margin-left:auto}
      .herbal-page .section-head{grid-template-columns:1fr;gap:15px}
      .herbal-page .section-head>p{justify-self:start}
      .herbal-page .section-photo{grid-column:auto;grid-row:auto;justify-self:start}
      .herbal-page .short-answer-grid{grid-template-columns:1fr;gap:12px}
      .herbal-page .hero-ledger{grid-template-columns:repeat(2,1fr)}
      .herbal-page .hero-ledger div:nth-child(2){border-right:0}
      .herbal-page .hero-ledger div:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.1)}
      .herbal-page .gate-grid{grid-template-columns:repeat(2,1fr)}
      .herbal-page .product-toolbar{flex-direction:column;align-items:flex-start}
      .herbal-page .catalog-status{text-align:left}
      .herbal-page .product-grid{grid-template-columns:repeat(2,1fr)}
      .herbal-page .identity-grid{grid-template-columns:1fr}
      .herbal-page .related-grid{grid-template-columns:1fr}
    }
    @media(max-width:620px){
      .herbal-page{--container:min(calc(100% - 24px),1350px)}
      .herbal-page .nav-wrap{min-height:68px;gap:12px}
      .herbal-page .brand-copy small,.herbal-page .nav-cta{display:none}
      .herbal-page .hero h1{font-size:clamp(3rem,14vw,4.65rem)}
      .herbal-page .oil-stage{min-height:445px}
      .herbal-page .hero-ledger{grid-template-columns:1fr;left:18px;right:18px;bottom:18px}
      .herbal-page .hero-ledger div{border-right:0!important;border-bottom:1px solid rgba(255,255,255,.1)!important}
      .herbal-page .hero-ledger div:last-child{border-bottom:0!important}
      .herbal-page .hero-ribbon-grid,.herbal-page .gate-grid,.herbal-page .product-grid,.herbal-page .selection-grid,.herbal-page .steps,.herbal-page .boundary-grid,.herbal-page .market-grid,.herbal-page .footer-grid{grid-template-columns:1fr}
      .herbal-page .hero-ribbon-cell{border-right:0!important;border-bottom:1px solid rgba(255,255,255,.12)}
      .herbal-page .hero-ribbon-cell:last-child{border-bottom:0}
      .herbal-page .inci-row,.herbal-page .patch-row,.herbal-page .claim-row,.herbal-page .review-row{grid-template-columns:1fr;gap:5px}
      .herbal-page .footer-bottom{flex-direction:column}
    }
    @media(prefers-reduced-motion:reduce){
      .herbal-page *{animation:none!important;transition:none!important;scroll-behavior:auto!important}
    }
    @media (max-width:760px){.herbal-page .section{padding:55px 0}}
  
