/* ==========================================================================
   Sanyuan Herbs — P001 homepage redesign, ported verbatim from
   structure/page-visualizations/sanyuan-herbs-p001-homepage-redesign.html
   (main <style> lines 24–492 + #editorial-images lines 539–566).
   Scope: .herbal-page (front page <main> wrapper only — no .syh-* conflicts,
   no :root tokens). Chrome rules (.utility/.site-header/.footer/.skip-link)
   are inert under WordPress: the live header/footer use .syh-* markup and
   are skinned by syh-skin.css instead. Kept verbatim for fidelity.
   ========================================================================== */

.herbal-page{
  --paper:#f5f0e5;
  --paper-light:#fbf8f1;
  --paper-deep:#e7dece;
  --ink:#202a24;
  --ink-soft:#59645c;
  --green-980:#17251d;
  --green-950:#203128;
  --green-900:#273c32;
  --green-820:#304839;
  --green-760:#3f5c49;
  --green-650:#58725d;
  --green-520:#718a73;
  --green-300:#a3b4a2;
  --green-180:#d2ddd0;
  --green-100:#e7ede4;
  --clay:#a56448;
  --rose:#b77970;
  --gold:#9b8158;
  --line:rgba(32,49,40,.15);
  --line-strong:rgba(32,49,40,.28);
  --white-line:rgba(255,255,255,.22);
  --shadow:0 24px 74px rgba(31,47,38,.11);
  --radius-xl:38px;
  --radius-lg:28px;
  --radius-md:18px;
  --container:1350px;
  --ease:cubic-bezier(.2,.7,.2,1);

  color:var(--ink);
  background:
    radial-gradient(circle at 10% 3%,rgba(112,138,114,.13),transparent 30rem),
    radial-gradient(circle at 90% 22%,rgba(165,100,72,.07),transparent 25rem),
    linear-gradient(180deg,var(--paper-light),var(--paper) 70%,#efe8dc);
  font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  font-size:16px;
  line-height:1.65;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
  overflow:clip;
  isolation:isolate;
}
.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 button,.herbal-page input{font:inherit}
.herbal-page img,.herbal-page svg,.herbal-page video{display:block;max-width:100%}
.herbal-page .container{width:min(calc(100% - 32px),var(--container));margin-inline:auto}
.herbal-page .skip-link{
  position:fixed;z-index:9999;top:10px;left:10px;padding:10px 14px;
  transform:translateY(-160%);border:2px solid var(--green-900);border-radius:8px;background:#fff;color:var(--ink)
}
.herbal-page .skip-link:focus{transform:none}
.herbal-page :focus-visible{outline:3px solid #c47b58;outline-offset:3px}

.herbal-page .utility{
  position:relative;z-index:100;background:var(--green-980);color:#edf3ed;font-size:12px;letter-spacing:.025em
}
.herbal-page .utility-inner{
  min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:20px
}
.herbal-page .utility-links{display:flex;gap:18px;white-space:nowrap}
.herbal-page .utility a{text-decoration:none;opacity:.84}
.herbal-page .utility a:hover{opacity:1;text-decoration:underline}

.herbal-page .site-header{
  position:absolute;z-index:90;top:34px;left:0;right:0;color:white;border-bottom:1px solid rgba(255,255,255,.16)
}
.herbal-page .site-header.is-scrolled{
  position:fixed;top:0;color:var(--ink);background:rgba(251,248,241,.93);
  border-bottom:1px solid rgba(39,60,50,.10);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);
  box-shadow:0 8px 30px rgba(30,47,38,.05)
}
.herbal-page .nav-wrap{
  min-height:76px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px
}
.herbal-page .brand{
  display:inline-flex;align-items:center;gap:11px;text-decoration:none;white-space:nowrap
}
.herbal-page .brand-mark{
  width:34px;height:34px;position:relative;border:1px solid currentColor;border-radius:54% 46% 62% 38% / 43% 56% 44% 57%;
  transform:rotate(-16deg)
}
.herbal-page .brand-mark::after{
  content:"";position:absolute;left:16px;top:4px;width:1px;height:25px;background:currentColor;opacity:.8;transform:rotate(16deg)
}
.herbal-page .brand-name{font-family:Georgia,"Times New Roman",serif;font-size:21px}
.herbal-page .desktop-nav{display:flex;justify-content:center;align-items:center;gap:25px}
.herbal-page .desktop-nav a,.herbal-page .header-actions a{
  text-decoration:none;font-size:13px;font-weight:700;letter-spacing:.01em
}
.herbal-page .desktop-nav a{opacity:.88}
.herbal-page .desktop-nav a:hover{opacity:1}
.herbal-page .header-actions{display:flex;align-items:center;gap:14px}
.herbal-page .header-shop{
  min-height:43px;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;
  border:1px solid rgba(255,255,255,.5);border-radius:999px;background:rgba(255,255,255,.10)
}
.herbal-page .site-header.is-scrolled .header-shop{background:var(--green-900);border-color:var(--green-900);color:#fff}
.herbal-page .menu-btn{
  display:none;width:44px;height:44px;padding:0;border:1px solid currentColor;border-radius:50%;
  color:inherit;background:transparent;align-items:center;justify-content:center;cursor:pointer
}
.herbal-page .mobile-panel{
  display:none;padding:0 16px 18px;background:rgba(251,248,241,.97);color:var(--ink);border-top:1px solid var(--line)
}
.herbal-page .mobile-panel[hidden]{display:none!important}
.herbal-page .mobile-panel a{
  display:block;padding:13px 4px;border-bottom:1px solid var(--line);font-weight:700;text-decoration:none
}

.herbal-page .hero{
  position:relative;min-height:100svh;display:flex;align-items:flex-end;color:#fff;background:var(--green-950);overflow:hidden
}
.herbal-page .hero-video{
  position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 48%;z-index:0
}
.herbal-page .hero::before{
  content:"";position:absolute;z-index:1;inset:0;background:
    linear-gradient(90deg,rgba(20,35,26,.88) 0%,rgba(24,40,30,.70) 36%,rgba(25,42,31,.28) 68%,rgba(21,36,27,.23) 100%),
    linear-gradient(180deg,rgba(18,31,24,.28) 0%,rgba(18,31,24,.06) 44%,rgba(18,31,24,.58) 100%)
}
.herbal-page .hero::after{
  content:"";position:absolute;z-index:1;inset:0;pointer-events:none;opacity:.20;
  background-image:repeating-linear-gradient(0deg,rgba(255,255,255,.025) 0 1px,transparent 1px 4px)
}
.herbal-page .hero-inner{
  position:relative;z-index:2;width:100%;padding:160px 0 clamp(56px,8vw,105px)
}
.herbal-page .hero-grid{
  display:grid;grid-template-columns:minmax(0,1fr) minmax(310px,.52fr);gap:60px;align-items:end
}
.herbal-page .eyebrow{
  margin:0 0 16px;color:var(--green-760);font-size:12px;font-weight:800;letter-spacing:.16em;text-transform:uppercase
}
.herbal-page .hero .eyebrow{color:#d3dfd1}
.herbal-page h1,.herbal-page h2,.herbal-page h3{
  margin:0;font-family:Georgia,"Times New Roman",serif;font-weight:500;line-height:1.04;letter-spacing:-.03em;text-wrap:balance
}
.herbal-page h1{font-size:clamp(54px,7.7vw,108px);max-width:8.8ch}
.herbal-page h2{font-size:clamp(36px,4.5vw,64px)}
.herbal-page h3{font-size:clamp(23px,2.3vw,33px)}
.herbal-page p{margin:0 0 1em}
.herbal-page .lead{font-size:clamp(18px,1.8vw,22px);color:var(--ink-soft)}
.herbal-page .hero-copy .lead{
  max-width:670px;margin-top:26px;color:#edf3ed;font-size:clamp(19px,2vw,24px);line-height:1.55
}
.herbal-page .hero-actions{display:flex;flex-wrap:wrap;gap:11px;margin-top:32px}
.herbal-page .btn{
  min-height:50px;padding:0 22px;display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:999px;
  border:1px solid transparent;text-decoration:none;font-size:14px;font-weight:800;
  transition:transform .25s var(--ease),background .25s var(--ease),color .25s var(--ease),border-color .25s var(--ease)
}
.herbal-page .btn:hover{transform:translateY(-2px)}
.herbal-page .btn-light{background:#f7f4eb;color:var(--green-950)}
.herbal-page .btn-ghost{border-color:rgba(255,255,255,.48);color:#fff;background:rgba(255,255,255,.06)}
.herbal-page .btn-green{background:var(--green-900);color:#fff}
.herbal-page .btn-outline{border-color:var(--line-strong);background:rgba(255,255,255,.32)}

.herbal-page .hero-facts{
  display:grid;gap:1px;background:rgba(255,255,255,.22);border:1px solid rgba(255,255,255,.20);
  border-radius:24px;overflow:hidden;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)
}
.herbal-page .hero-fact{padding:18px 20px;background:rgba(22,40,29,.24)}
.herbal-page .hero-fact span{display:block;font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#cbd9ce}
.herbal-page .hero-fact strong{display:block;margin-top:4px;font-family:Georgia,serif;font-size:18px;font-weight:500;color:#fff}
.herbal-page .hero-note{
  margin-top:15px;color:#c9d6cc;font-size:12px
}
.herbal-page .video-control{
  position:absolute;z-index:4;right:max(18px,calc((100vw - var(--container))/2));bottom:22px;
  min-height:40px;padding:0 14px;display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(255,255,255,.42);
  border-radius:999px;background:rgba(18,34,25,.36);color:#fff;cursor:pointer;
  backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)
}
.herbal-page .video-control span:last-child{font-size:12px;font-weight:700}

.herbal-page .trust-strip{background:var(--paper-light);border-bottom:1px solid var(--line)}
.herbal-page .trust-grid{display:grid;grid-template-columns:1.25fr repeat(3,1fr)}
.herbal-page .trust-item{min-height:104px;padding:22px 26px;border-right:1px solid var(--line);display:flex;flex-direction:column;justify-content:center}
.herbal-page .trust-item:first-child{padding-left:0}
.herbal-page .trust-item:last-child{border-right:0}
.herbal-page .trust-item strong{font-family:Georgia,serif;font-size:19px;font-weight:500}
.herbal-page .trust-item span{margin-top:4px;color:var(--ink-soft);font-size:13px}

.herbal-page .section{padding:clamp(78px,8.5vw,130px) 0}
.herbal-page .section-tight{padding:clamp(56px,6vw,90px) 0}
.herbal-page .section-heading{
  display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,500px);align-items:end;gap:48px;margin-bottom:44px
}
.herbal-page .section-heading .lead{margin:0}

.herbal-page .short-answer-inner{
  display:grid;grid-template-columns:190px 1fr;gap:40px;padding-top:30px;border-top:1px solid var(--line)
}
.herbal-page .short-answer-label{
  color:var(--green-760);font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase
}
.herbal-page .short-answer-copy{
  max-width:1050px;font-family:Georgia,"Times New Roman",serif;font-size:clamp(24px,2.8vw,41px);line-height:1.27;letter-spacing:-.018em
}
.herbal-page .short-answer-next{margin-top:22px;color:var(--ink-soft);font-family:ui-sans-serif,sans-serif;font-size:15px;letter-spacing:0}

.herbal-page .offer-layout{
  display:grid;grid-template-columns:minmax(0,.7fr) minmax(0,1.3fr);gap:18px
}
.herbal-page .offer-intro{
  min-height:620px;padding:38px;border-radius:var(--radius-xl);background:var(--green-900);color:#eef4ed;display:flex;flex-direction:column;justify-content:space-between
}
.herbal-page .offer-intro .eyebrow{color:#a9c0ad}
.herbal-page .offer-intro p{max-width:43ch;color:#c8d5cb}
.herbal-page .botanical-ring{
  width:min(330px,80%);aspect-ratio:1;border:1px solid rgba(255,255,255,.22);border-radius:50%;position:relative;margin:25px auto 45px
}
.herbal-page .botanical-ring::before,.herbal-page .botanical-ring::after{
  content:"";position:absolute;width:30%;height:52%;border:1px solid rgba(255,255,255,.28);background:rgba(255,255,255,.05);
  border-radius:80% 12% 78% 15%
}
.herbal-page .botanical-ring::before{left:20%;top:15%;transform:rotate(-22deg)}
.herbal-page .botanical-ring::after{right:17%;bottom:12%;transform:rotate(30deg)}
.herbal-page .offer-stack{display:grid;gap:18px}
.herbal-page .offer-row{
  min-height:190px;padding:30px;border:1px solid var(--line);border-radius:var(--radius-lg);background:rgba(255,255,255,.38);
  display:grid;grid-template-columns:80px 1fr auto;gap:24px;align-items:center
}
.herbal-page .offer-row:nth-child(2){background:linear-gradient(145deg,#e0e8dd,#c6d4c4)}
.herbal-page .offer-row:nth-child(3){background:linear-gradient(145deg,#eee0d5,#dec0af)}
.herbal-page .offer-index{
  width:64px;height:64px;display:grid;place-items:center;border:1px solid var(--line-strong);border-radius:50%;
  font-family:Georgia,serif;font-size:18px;color:var(--green-650)
}
.herbal-page .offer-row p{margin-top:8px;color:var(--ink-soft);max-width:58ch}
.herbal-page .offer-link{font-weight:800;text-decoration:none;white-space:nowrap}

.herbal-page .type-strip{
  display:grid;grid-template-columns:repeat(6,minmax(0,1fr));list-style:none;margin:0;padding:0;
  border-top:1px solid var(--line);border-bottom:1px solid var(--line)
}
.herbal-page .type-strip li{border-right:1px solid var(--line)}
.herbal-page .type-strip li:last-child{border-right:0}
.herbal-page .type-strip a{
  min-height:175px;padding:24px 18px;display:flex;flex-direction:column;justify-content:space-between;text-decoration:none;
  transition:background .25s var(--ease),color .25s var(--ease)
}
.herbal-page .type-strip a:hover{background:var(--green-900);color:#fff}
.herbal-page .type-strip span{font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;opacity:.58}
.herbal-page .type-strip strong{font-family:Georgia,serif;font-size:20px;line-height:1.14;font-weight:500}
.herbal-page .text-cta{display:inline-flex;margin-top:28px;font-weight:800}

.herbal-page .concern{
  color:#eef3ed;background:var(--green-980);position:relative;overflow:hidden
}
.herbal-page .concern::after{
  content:"養";position:absolute;right:2vw;top:50%;transform:translateY(-50%);
  font-family:Georgia,serif;font-size:min(34vw,470px);line-height:.8;color:rgba(255,255,255,.03);pointer-events:none
}
.herbal-page .concern-grid{
  position:relative;z-index:1;display:grid;grid-template-columns:.75fr 1.25fr;gap:clamp(52px,8vw,115px);align-items:center
}
.herbal-page .concern .eyebrow{color:#a7bca9}
.herbal-page .concern h2{max-width:9ch}
.herbal-page .concern-copy{max-width:760px}
.herbal-page .concern-copy p{color:#c4d0c7;font-size:19px}
.herbal-page .concern-link{display:inline-flex;margin-top:10px;color:#fff;font-weight:800}

.herbal-page .transparency-grid{
  display:grid;grid-template-columns:minmax(0,.92fr) minmax(420px,1.08fr);gap:clamp(54px,8vw,115px);align-items:start
}
.herbal-page .transparency-copy .lead{margin-top:24px}
.herbal-page .quality-list{margin:38px 0 0;padding:0;list-style:none;border-top:1px solid var(--line)}
.herbal-page .quality-list li{
  display:grid;grid-template-columns:52px 1fr;gap:17px;padding:22px 0;border-bottom:1px solid var(--line)
}
.herbal-page .quality-list b{font-family:Georgia,serif;font-size:19px;font-weight:500;color:var(--green-650)}
.herbal-page .record-panel{
  position:sticky;top:110px;min-height:555px;padding:32px;border-radius:var(--radius-xl);
  background:linear-gradient(145deg,#dce5d8,#c4d2c2);border:1px solid var(--line);box-shadow:var(--shadow)
}
.herbal-page .record-paper{
  min-height:440px;padding:34px;background:var(--paper-light);border:1px solid rgba(39,60,50,.14);
  box-shadow:0 15px 40px rgba(34,50,41,.08);transform:rotate(1.1deg)
}
.herbal-page .record-paper .rule{height:1px;background:var(--line);margin:21px 0}
.herbal-page .record-paper small{color:var(--ink-soft)}
.herbal-page .record-stamp{
  width:86px;height:86px;margin:32px 0 0 auto;display:grid;place-items:center;border:2px solid rgba(165,100,72,.58);
  border-radius:50%;color:var(--clay);font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;text-align:center;transform:rotate(-9deg)
}

.herbal-page .founders{background:#ece3d7}
.herbal-page .founder-header{max-width:880px}
.herbal-page .founder-header .lead{margin-top:22px}
.herbal-page .founder-row{
  display:grid;grid-template-columns:repeat(3,1fr);margin-top:48px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)
}
.herbal-page .founder{padding:34px;border-right:1px solid var(--line)}
.herbal-page .founder:last-child{border-right:0}
.herbal-page .founder-mark{
  width:96px;height:96px;margin-bottom:42px;display:grid;place-items:center;border:1px solid var(--line-strong);
  border-radius:52% 48% 58% 42% / 47% 59% 41% 53%;font-family:Georgia,serif;font-size:27px;color:var(--green-700);background:rgba(255,255,255,.25)
}
.herbal-page .founder-role{
  margin:9px 0 14px;color:var(--green-700);font-size:11px;font-weight:800;letter-spacing:.09em;text-transform:uppercase
}
.herbal-page .founder p{color:var(--ink-soft)}
.herbal-page .founder-cta{margin-top:32px}

.herbal-page .ai-grid{
  display:grid;grid-template-columns:minmax(360px,.85fr) minmax(0,1.15fr);gap:clamp(52px,8vw,110px);align-items:center
}
.herbal-page .ai-visual{
  min-height:540px;border-radius:190px 34px 34px 34px;position:relative;overflow:hidden;
  background:
    radial-gradient(circle at 50% 32%,rgba(255,255,255,.23),transparent 25%),
    linear-gradient(160deg,#cbd7ca,#708b73)
}
.herbal-page .ai-small{
  position:absolute;left:27px;bottom:26px;padding:8px 11px;border:1px solid rgba(255,255,255,.42);border-radius:999px;
  color:#fff;font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase
}
.herbal-page .ai-copy .lead{margin-top:24px}
.herbal-page .ai-reminder{
  margin:28px 0;padding:17px 19px;border-left:3px solid var(--clay);background:rgba(165,100,72,.08);font-weight:800
}
.herbal-page .ai-links{display:grid;gap:9px;margin-bottom:28px}
.herbal-page .ai-links a{color:var(--green-700);font-weight:700}

.herbal-page .learn-grid{
  display:grid;grid-template-columns:.72fr 1.28fr;gap:60px;align-items:start
}
.herbal-page .learn-list{border-top:1px solid var(--line)}
.herbal-page .learn-item{
  min-height:104px;display:grid;grid-template-columns:48px 1fr auto;gap:18px;align-items:center;padding:16px 0;border-bottom:1px solid var(--line);text-decoration:none
}
.herbal-page .learn-no{font-family:Georgia,serif;font-size:18px;color:var(--green-520)}
.herbal-page .learn-item strong{font-family:Georgia,serif;font-size:clamp(20px,2vw,27px);font-weight:500}
.herbal-page .learn-arrow{font-size:24px}
.herbal-page .learn-item:hover strong{text-decoration:underline}

.herbal-page .support-panel{
  border:1px solid var(--line);border-radius:var(--radius-xl);overflow:hidden;background:rgba(255,255,255,.36)
}
.herbal-page .support-row{
  min-height:98px;padding:20px 28px;display:grid;grid-template-columns:.72fr 1.28fr auto;gap:22px;align-items:center;border-bottom:1px solid var(--line)
}
.herbal-page .support-row:last-child{border-bottom:0}
.herbal-page .support-row strong{font-family:Georgia,serif;font-size:21px;font-weight:500}
.herbal-page .support-row span{color:var(--ink-soft)}
.herbal-page .support-row a{font-weight:800}

.herbal-page .faq-wrap{max-width:1050px;margin-inline:auto}
.herbal-page .faq-heading{text-align:center;margin-bottom:36px}
.herbal-page details{border-top:1px solid var(--line)}
.herbal-page details:last-child{border-bottom:1px solid var(--line)}
.herbal-page summary{
  cursor:pointer;list-style:none;position:relative;padding:24px 58px 24px 0;
  font-family:Georgia,serif;font-size:clamp(20px,2.15vw,28px);line-height:1.25
}
.herbal-page summary::-webkit-details-marker{display:none}
.herbal-page summary::after{
  content:"+";position:absolute;right:8px;top:50%;transform:translateY(-50%);
  width:32px;height:32px;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;font-family:ui-sans-serif,sans-serif
}
.herbal-page details[open] summary::after{content:"–"}
.herbal-page .faq-answer{max-width:850px;padding:0 0 26px;color:var(--ink-soft)}

.herbal-page .related{padding:44px 0;border-top:1px solid var(--line)}
.herbal-page .related-grid{display:grid;grid-template-columns:.68fr 1.32fr;gap:42px;align-items:start}
.herbal-page .related-links{display:grid;grid-template-columns:repeat(2,1fr);gap:10px 28px}
.herbal-page .related-links a{padding:10px 0;border-bottom:1px solid var(--line);font-weight:700}

.herbal-page .footer{padding:66px 0 28px;background:var(--green-980);color:#e6ede6}
.herbal-page .footer-grid{display:grid;grid-template-columns:1.25fr .75fr .75fr 1.1fr;gap:42px}
.herbal-page .footer p{color:#b6c4b9}
.herbal-page .footer h3{
  margin-bottom:17px;font-family:ui-sans-serif,sans-serif;font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#d9e3da
}
.herbal-page .footer-links{display:grid;gap:9px}
.herbal-page .footer-links a{color:#c3cec6;text-decoration:none;font-size:14px}
.herbal-page .footer-bottom{
  display:grid;grid-template-columns:1fr auto;gap:30px;margin-top:48px;padding-top:22px;border-top:1px solid rgba(255,255,255,.12);
  color:#9cad9f;font-size:12px
}
.herbal-page .footer-bottom .disclaimer{max-width:900px}

.herbal-page .reveal{opacity:0;transform:translateY(18px);transition:opacity .6s var(--ease),transform .6s var(--ease)}
.herbal-page .reveal.is-visible{opacity:1;transform:none}

@media(max-width:1120px){
  .herbal-page .desktop-nav{display:none}
  .herbal-page .nav-wrap{grid-template-columns:1fr auto}
  .herbal-page .menu-btn{display:inline-flex}
  .herbal-page .mobile-panel{display:block}
  .herbal-page .hero-grid,.herbal-page .offer-layout,.herbal-page .transparency-grid,.herbal-page .ai-grid,.herbal-page .learn-grid{grid-template-columns:1fr}
  .herbal-page .hero-grid{gap:38px}
  .herbal-page .hero-facts{max-width:640px;grid-template-columns:repeat(2,1fr)}
  .herbal-page .hero-fact:nth-child(odd){border-right:1px solid rgba(255,255,255,.16)}
  .herbal-page .type-strip{grid-template-columns:repeat(3,1fr)}
  .herbal-page .type-strip li:nth-child(3){border-right:0}
  .herbal-page .type-strip li:nth-child(-n+3){border-bottom:1px solid var(--line)}
  .herbal-page .record-panel{position:relative;top:auto}
  .herbal-page .footer-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:820px){
  .herbal-page .utility-inner{justify-content:center}
  .herbal-page .utility-links{display:none}
  .herbal-page .site-header{top:34px}
  .herbal-page .site-header.is-scrolled{top:0}
  .herbal-page .hero-inner{padding-top:150px}
  .herbal-page .hero::before{
    background:
      linear-gradient(180deg,rgba(18,32,24,.53),rgba(20,35,26,.46) 32%,rgba(19,33,25,.82) 100%)
  }
  .herbal-page .short-answer-inner,.herbal-page .section-heading,.herbal-page .concern-grid,.herbal-page .related-grid{grid-template-columns:1fr}
  .herbal-page .trust-grid{grid-template-columns:repeat(2,1fr)}
  .herbal-page .trust-item{border-bottom:1px solid var(--line)}
  .herbal-page .trust-item:nth-child(2){border-right:0}
  .herbal-page .trust-item:nth-child(n+3){border-bottom:0}
  .herbal-page .founder-row{grid-template-columns:1fr}
  .herbal-page .founder{border-right:0;border-bottom:1px solid var(--line)}
  .herbal-page .founder:last-child{border-bottom:0}
  .herbal-page .support-row{grid-template-columns:1fr;gap:5px}
}
@media(max-width:620px){
  .herbal-page .container{width:min(calc(100% - 24px),var(--container))}
  .herbal-page .nav-wrap{min-height:66px}
  .herbal-page .header-actions .search-link{display:none}
  .herbal-page .header-shop{min-height:40px;padding:0 14px}
  .herbal-page h1{font-size:clamp(48px,14vw,70px)}
  .herbal-page h2{font-size:clamp(34px,10vw,49px)}
  .herbal-page .hero{min-height:920px}
  .herbal-page .hero-inner{padding-bottom:80px}
  .herbal-page .hero-actions{display:grid}
  .herbal-page .btn{width:100%}
  .herbal-page .hero-facts{grid-template-columns:1fr}
  .herbal-page .hero-fact:nth-child(odd){border-right:0}
  .herbal-page .video-control{right:12px;bottom:12px}
  .herbal-page .trust-grid{grid-template-columns:1fr}
  .herbal-page .trust-item,.herbal-page .trust-item:nth-child(n+3){padding:16px 0;border-right:0;border-bottom:1px solid var(--line)}
  .herbal-page .trust-item:last-child{border-bottom:0}
  .herbal-page .offer-row{grid-template-columns:58px 1fr;gap:16px}
  .herbal-page .offer-link{grid-column:2}
  .herbal-page .offer-index{width:52px;height:52px}
  .herbal-page .type-strip{grid-template-columns:repeat(2,1fr)}
  .herbal-page .type-strip li{border-bottom:1px solid var(--line)}
  .herbal-page .type-strip li:nth-child(odd){border-right:1px solid var(--line)}
  .herbal-page .type-strip li:nth-child(even){border-right:0}
  .herbal-page .type-strip li:nth-last-child(-n+2){border-bottom:0}
  .herbal-page .record-panel{padding:18px;min-height:auto}
  .herbal-page .record-paper{padding:24px;min-height:430px}
  .herbal-page .ai-visual{min-height:420px}
  .herbal-page .learn-item{grid-template-columns:36px 1fr 20px}
  .herbal-page .related-links{grid-template-columns:1fr}
  .herbal-page .footer-grid,.herbal-page .footer-bottom{grid-template-columns:1fr}
}
@media(prefers-reduced-motion:reduce){
  .herbal-page *,.herbal-page *::before,.herbal-page *::after{
    transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important
  }
  .herbal-page .hero-video{display:none}
  .herbal-page .video-control{display:none}
  .herbal-page .hero{
    background:
      radial-gradient(circle at 72% 16%,rgba(255,255,255,.12),transparent 25%),
      linear-gradient(145deg,#506d57,#203128)
  }
  .herbal-page .reveal{opacity:1;transform:none}
}

/* ---- #editorial-images (prototype lines 539–566, verbatim) ---- */
/* Editorial imagery layer (assets per P001_image_asset_map.md) */
.herbal-page .type-strip a{position:relative;overflow:hidden;color:#fff}
.herbal-page .type-bg{
  position:absolute;inset:0;width:100%;height:100%;object-fit:cover;
  transform:scale(1.02);transition:transform .5s var(--ease)
}
.herbal-page .type-strip a::after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(16,30,25,.16) 30%,rgba(16,30,25,.82))
}
.herbal-page .type-strip span,.herbal-page .type-strip strong{position:relative;z-index:1}
.herbal-page .type-strip a:hover .type-bg{transform:scale(1.07)}
.herbal-page .panel-photo{
  margin:0 0 20px;padding:12px 12px 14px;background:#fff;
  border:1px solid rgba(39,60,50,.14);box-shadow:0 12px 30px rgba(34,50,41,.10)
}
.herbal-page .panel-photo img{display:block;width:100%;object-fit:cover}
.herbal-page .panel-photo figcaption{margin-top:10px;font-size:11px;letter-spacing:.05em;color:var(--ink-soft)}
.herbal-page .founder-mark{overflow:hidden}
.herbal-page .founder-mark img{width:100%;height:100%;object-fit:cover;display:block}
.herbal-page .ai-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.herbal-page .ai-visual::after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(200deg,rgba(112,139,115,.22),rgba(24,40,30,.34))
}
.herbal-page .ai-visual .ai-small{z-index:2}
