    .herbal-page {
      --mugwort-950:#1f3028;
      --mugwort-900:#273C32;
      --mugwort-800:#344b3e;
      --mugwort-700:#405B49;
      --mugwort-600:#526c59;
      --mugwort-500:#667F68;
      --mugwort-300:#9CAF9D;
      --mugwort-200:#c7d2c7;
      --mugwort-100:#E5EBE3;
      --paper:#F6F1E7;
      --paper-light:#FBF8F2;
      --paper-deep:#EEE5D6;
      --ink:#24312a;
      --muted:#667169;
      --brown:#765b46;
      --clay:#A5654B;
      --gold:#AD9361;
      --line:rgba(39,60,50,.16);
      --line-strong:rgba(39,60,50,.27);
      --shadow:0 26px 70px rgba(36,49,42,.12);
      --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);
      position:relative;
      isolation:isolate;
      overflow-x:clip;
      color:var(--ink);
      background:
        radial-gradient(circle at 7% 3%,rgba(156,175,157,.18),transparent 28rem),
        radial-gradient(circle at 95% 15%,rgba(173,147,97,.09),transparent 24rem),
        var(--paper-light);
      font-family:var(--sans);
      font-size:16px;
      line-height:1.64;
      -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}
    .herbal-page img,.herbal-page svg{display:block;max-width:100%}
    .herbal-page button,.herbal-page input,.herbal-page select{font:inherit}
    .herbal-page h1,.herbal-page h2,.herbal-page h3,.herbal-page p{margin-top:0}
    .herbal-page p{color:var(--muted)}
    .herbal-page h1,.herbal-page h2,.herbal-page h3{font-family:var(--serif);font-weight:500;letter-spacing:-.025em;color:var(--ink);text-wrap:balance}
    .herbal-page .shop-container{width:var(--container);margin-inline:auto}
    .herbal-page .shop-section{padding:75px 0; position:relative}
    .herbal-page .shop-kicker{display:inline-flex;align-items:center;gap:10px;color:var(--mugwort-700);font-size:.74rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
    .herbal-page .shop-kicker::before{content:"";width:30px;height:1px;background:currentColor}
    .herbal-page .shop-section-title{font-size:clamp(2.2rem,4.1vw,4.3rem);line-height:1.03;margin:12px 0 18px}
    .herbal-page .shop-section-head{display:grid;grid-template-columns:minmax(0,.8fr) minmax(320px,1fr);gap:48px;align-items:end;margin-bottom:38px}
    .herbal-page .shop-section-head p{max-width:660px;justify-self:end;margin-bottom:3px}
    .herbal-page .shop-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:0 20px;border-radius:999px;border:1px solid var(--mugwort-900);text-decoration:none;font-weight:760;font-size:.88rem;transition:transform .2s ease,background .2s ease,color .2s ease}
    .herbal-page .shop-btn:hover{transform:translateY(-2px)}
    .herbal-page .shop-btn--solid{background:var(--mugwort-900);color:#fff}
    .herbal-page .shop-btn--soft{background:rgba(255,255,255,.45);color:var(--mugwort-900)}
    .herbal-page .shop-btn--text{min-height:auto;padding:0;border:0;border-radius:0;color:var(--mugwort-800);font-weight:800}
    .herbal-page :focus-visible{outline:3px solid rgba(165,101,75,.5);outline-offset:4px}
    .herbal-page [hidden]{display:none!important}

    .herbal-page .shop-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 .shop-skip:focus{transform:none}

    .herbal-page .shop-site-header{position:sticky;top:0;z-index:90;border-bottom:1px solid rgba(39,60,50,.10);background:rgba(251,248,242,.90);backdrop-filter:blur(15px)}
    .herbal-page .shop-nav-wrap{width:var(--container);min-height:76px;margin-inline:auto;display:flex;align-items:center;gap:28px}
    .herbal-page .shop-brand{display:inline-flex;align-items:center;gap:12px;text-decoration:none;flex:0 0 auto}
    .herbal-page .shop-brand-mark{width:38px;aspect-ratio:1;border-radius:50%;display:grid;place-items:center;border:1px solid var(--mugwort-500);font-family:var(--serif);font-size:1.22rem;color:var(--mugwort-900)}
    .herbal-page .shop-brand-copy{display:grid;line-height:1.05}
    .herbal-page .shop-brand-copy strong{font-family:var(--serif);font-size:1.08rem;font-weight:600}
    .herbal-page .shop-brand-copy small{margin-top:4px;color:var(--muted);font-size:.66rem;letter-spacing:.12em;text-transform:uppercase}
    .herbal-page .shop-nav{display:flex;align-items:center;gap:24px;margin-left:auto}
    .herbal-page .shop-nav a{text-decoration:none;color:#46524b;font-size:.87rem;font-weight:650;position:relative}
    .herbal-page .shop-nav a[aria-current="page"]{color:var(--mugwort-900)}
    .herbal-page .shop-nav a[aria-current="page"]::after{content:"";position:absolute;left:0;right:0;bottom:-10px;height:1px;background:var(--mugwort-700)}
    .herbal-page .shop-nav-cta{margin-left:4px}
    .herbal-page .shop-menu-btn{display:none;margin-left:auto;border:1px solid var(--line);background:transparent;border-radius:999px;min-width:44px;min-height:44px;padding:0 14px;color:var(--ink);font-weight:800;cursor:pointer}

    .herbal-page .shop-breadcrumb{padding:18px 0 0}
    .herbal-page .shop-breadcrumb ol{display:flex;flex-wrap:wrap;gap:8px;list-style:none;padding:0;margin:0;color:#788078;font-size:.78rem}
    .herbal-page .shop-breadcrumb li+li::before{content:"/";margin-right:8px;color:#a5aaa6}
    .herbal-page .shop-breadcrumb a{text-decoration:none}

    .herbal-page .shop-hero{position:relative;display:flex;align-items:center;min-height:clamp(560px,84vh,830px);padding:clamp(64px,9vh,110px) 0 clamp(150px,20vh,190px);overflow:hidden;background:#e8e0ce}
    .herbal-page .shop-hero::before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(93deg,rgba(246,241,231,.97) 0%,rgba(246,241,231,.88) 26%,rgba(246,241,231,.58) 46%,rgba(246,241,231,.14) 66%,rgba(246,241,231,0) 78%)}
    .herbal-page .shop-hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,640px)}
    .herbal-page .shop-hero h1{font-size:clamp(3.15rem,6vw,6.25rem);line-height:.93;max-width:10.5ch;margin:16px 0 24px}
    .herbal-page .shop-hero .shop-lede{font-size:clamp(1.03rem,1.25vw,1.18rem);max-width:52ch;margin-bottom:0}
    .herbal-page .shop-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}
    .herbal-page .shop-hero-stamp{position:absolute;right:clamp(26px,4vw,58px);top:clamp(26px,6vh,54px);z-index:2;width:78px;aspect-ratio:1;border:1px solid rgba(165,101,75,.55);color:var(--clay);display:grid;place-items:center;text-align:center;font-family:var(--serif);font-size:.7rem;line-height:1.2;letter-spacing:.08em;transform:rotate(-4deg);background:rgba(251,248,242,.55)}
    .herbal-page .shop-hero-facts{position:absolute;left:0;right:0;bottom:0;z-index:2;display:grid;grid-template-columns:repeat(3,1fr);background:rgba(251,248,242,.93);backdrop-filter:blur(10px);border-top:1px solid rgba(39,60,50,.14)}
    .herbal-page .shop-hero-fact{padding:17px 16px;border-right:1px solid var(--line)}
    .herbal-page .shop-hero-fact:last-child{border-right:0}
    .herbal-page .shop-hero-fact b{display:block;color:var(--mugwort-900);font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;margin-bottom:4px}
    .herbal-page .shop-hero-fact span{color:var(--muted);font-size:.78rem;line-height:1.35}

    .herbal-page .shop-answer-wrap{padding:0 0 62px}
    .herbal-page .shop-answer{display:grid;grid-template-columns:220px 1fr;gap:42px;padding:30px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
    .herbal-page .shop-answer h2{font-size:1.18rem;margin:0}
    .herbal-page .shop-answer p{margin:0;font-size:clamp(1.05rem,1.4vw,1.27rem);max-width:1000px}

    .herbal-page .shop-categories{background:var(--paper)}
    .herbal-page .category-wall{display:grid;grid-template-columns:1.15fr .85fr;gap:18px}
    .herbal-page .category-feature{min-height:610px;position:relative;overflow:hidden;border:1px solid var(--line);border-radius:42px 16px 42px 16px;padding:42px;display:flex;align-items:flex-end;background:linear-gradient(155deg,#dfe6dc,#f0e7d8)}
    .herbal-page .category-feature--moxa{background:linear-gradient(155deg,#e8dfcf,#d8ddcf)}
    .herbal-page .category-feature h3{font-size:clamp(2rem,3.3vw,3.6rem);margin:7px 0 12px}
    .herbal-page .category-feature p{max-width:560px}
    .herbal-page .category-micro{font-size:.7rem;font-weight:850;letter-spacing:.13em;text-transform:uppercase;color:var(--clay)}
    .herbal-page .category-art{position:absolute;right:-4%;top:-2%;width:60%;opacity:.58;pointer-events:none}
    .herbal-page .category-copy{position:relative;z-index:2;max-width:700px}
    .herbal-page .category-side{display:grid;grid-template-rows:1fr 1fr;gap:18px}
    .herbal-page .category-side .category-feature{min-height:296px;border-radius:16px 42px 16px 42px;padding:30px}
    .herbal-page .category-side .category-feature h3{font-size:clamp(1.65rem,2.4vw,2.45rem)}
    .herbal-page .category-index{margin-top:18px;border-top:1px solid var(--line)}
    .herbal-page .category-row{display:grid;grid-template-columns:36px minmax(170px,.7fr) 1fr auto;gap:20px;align-items:center;padding:20px 4px;border-bottom:1px solid var(--line);text-decoration:none}
    .herbal-page .category-row .num{font-family:var(--serif);color:var(--clay);font-size:.9rem}
    .herbal-page .category-row strong{font-family:var(--serif);font-size:1.2rem;font-weight:500}
    .herbal-page .category-row span:nth-child(3){color:var(--muted);font-size:.86rem}
    .herbal-page .category-row .arrow{font-weight:800;color:var(--mugwort-700)}
    .herbal-page .category-release-note{margin:22px 0 0;padding-left:14px;border-left:2px solid var(--gold);font-size:.84rem;color:var(--muted)}

    .herbal-page .catalog-section{padding-top:72px}
    .herbal-page .catalog-toolbar{position:sticky;top:76px;z-index:30;background:rgba(251,248,242,.94);backdrop-filter:blur(14px);border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:14px 0}
    .herbal-page .catalog-toolbar-inner{width:var(--container);margin-inline:auto;display:flex;align-items:center;gap:12px;justify-content:space-between}
    .herbal-page .filter-toggle{display:none}
    .herbal-page .result-summary{display:flex;align-items:center;gap:10px;color:var(--muted);font-size:.86rem;white-space:nowrap}
    .herbal-page .result-summary strong{color:var(--ink)}
    .herbal-page .sort-wrap{display:flex;align-items:center;gap:8px}
    .herbal-page .sort-wrap label{font-size:.78rem;color:var(--muted)}
    .herbal-page .sort-wrap select,.herbal-page .filter-group select{min-height:42px;border:1px solid var(--line-strong);border-radius:10px;background:#fffdf8;color:var(--ink);padding:0 34px 0 12px}
    .herbal-page .catalog-layout{display:grid;grid-template-columns:245px 1fr;gap:38px;align-items:start;padding-top:34px}
    .herbal-page .filters{position:sticky;top:150px;border-top:1px solid var(--line)}
    .herbal-page .filters-head{display:flex;align-items:center;justify-content:space-between;padding:17px 0;border-bottom:1px solid var(--line)}
    .herbal-page .filters-head strong{font-family:var(--serif);font-size:1.12rem;font-weight:500}
    .herbal-page .filters-clear{border:0;background:transparent;color:var(--mugwort-700);font-weight:800;font-size:.76rem;cursor:pointer;padding:4px 0}
    .herbal-page .filter-group{padding:17px 0;border-bottom:1px solid var(--line)}
    .herbal-page .filter-group label{display:block;font-size:.74rem;font-weight:850;letter-spacing:.09em;text-transform:uppercase;color:var(--muted);margin-bottom:8px}
    .herbal-page .filter-group select{width:100%;background-color:transparent}
    .herbal-page .filter-note{margin-top:17px;font-size:.74rem;line-height:1.55;color:#788078}
    .herbal-page .product-area-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:24px}
    .herbal-page .product-area-head h2{font-size:clamp(2rem,3vw,3.2rem);margin:0}
    .herbal-page .product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
    .herbal-page .product-card{min-width:0}
    .herbal-page .product-card-link{display:block;text-decoration:none}
    .herbal-page .product-image{position:relative;aspect-ratio:1/1.08;overflow:hidden;background:#ece8dc;border:1px solid var(--line)}
    .herbal-page .product-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
    .herbal-page .product-card-link:hover .product-image img{transform:scale(1.025)}
    .herbal-page .product-meta{padding:15px 2px 8px}
    .herbal-page .product-category{font-size:.67rem;font-weight:850;letter-spacing:.1em;text-transform:uppercase;color:var(--clay)}
    .herbal-page .product-title{font-size:1.22rem;margin:5px 0 7px;line-height:1.2}
    .herbal-page .product-attributes{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:10px}
    .herbal-page .product-attributes span{font-size:.72rem;color:var(--muted);border-bottom:1px solid var(--line)}
    .herbal-page .product-commerce{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;padding-top:9px;border-top:1px solid var(--line)}
    .herbal-page .product-price{font-family:var(--serif);font-size:1.18rem;color:var(--ink)}
    .herbal-page .product-stock{font-size:.7rem;color:var(--mugwort-700);text-align:right}
    .herbal-page .product-market{font-size:.72rem;color:var(--muted);margin:8px 0 0}
    .herbal-page .product-view{display:inline-flex;margin-top:10px;font-size:.78rem;font-weight:850;color:var(--mugwort-800)}
    .herbal-page .catalog-empty{border:1px solid var(--line);background:rgba(255,255,255,.33);padding:clamp(34px,5vw,62px);min-height:350px;display:grid;place-items:center;text-align:center}
    .herbal-page .catalog-empty-inner{max-width:610px}
    .herbal-page .catalog-empty-symbol{width:66px;aspect-ratio:1;border-radius:50%;display:grid;place-items:center;margin:0 auto 18px;border:1px solid var(--mugwort-300);font-family:var(--serif);font-size:1.5rem;color:var(--mugwort-700)}
    .herbal-page .catalog-empty h3{font-size:clamp(1.65rem,2.5vw,2.3rem);margin-bottom:10px}
    .herbal-page .catalog-empty .shop-btn{margin-top:12px}

    .herbal-page .product-info-section{background:var(--mugwort-950);color:#f4f1e9}
    .herbal-page .product-info-section h2,.herbal-page .product-info-section h3{color:#fff}
    .herbal-page .product-info-section .shop-kicker{color:#bdc9bf}
    .herbal-page .product-info-copy{max-width:780px;margin-bottom:clamp(30px,4vh,48px)}
    .herbal-page .product-info-copy p{color:#ccd6ce}
    .herbal-page .product-info-grid{display:grid;grid-template-columns:.94fr 1.06fr;gap:clamp(36px,4.5vw,64px);align-items:stretch}
    .herbal-page .info-list{border-top:1px solid rgba(255,255,255,.16);display:grid;grid-template-columns:1fr 1fr}
    .herbal-page .info-item{display:grid;grid-template-columns:36px 1fr;gap:12px;padding:20px 16px 20px 0;border-bottom:1px solid rgba(255,255,255,.14)}
    .herbal-page .info-item:nth-child(odd){border-right:1px solid rgba(255,255,255,.14);padding-right:24px}
    .herbal-page .info-item:nth-child(even){padding-left:24px}
    .herbal-page .info-item .n{font-family:var(--serif);color:#99ad9e}
    .herbal-page .info-item span:last-child{color:#e2e8e3;font-size:.88rem}
    .herbal-page .product-info-section .shop-btn--soft{color:#fff;border-color:rgba(255,255,255,.35);background:rgba(255,255,255,.06)}

    .herbal-page .routine-section{background:var(--paper-deep)}
    .herbal-page .routine-shell{display:grid;grid-template-columns:1.05fr .95fr;border:1px solid var(--line);min-height:470px;background:rgba(255,255,255,.26)}
    .herbal-page .routine-copy{padding:clamp(36px,6vw,72px);display:flex;flex-direction:column;justify-content:center}
    .herbal-page .routine-copy p{max-width:620px}
    .herbal-page .routine-links{display:grid;background:var(--mugwort-900);color:#fff}
    .herbal-page .routine-link{display:grid;grid-template-columns:42px 1fr auto;gap:16px;align-items:center;padding:24px 26px;border-bottom:1px solid rgba(255,255,255,.17);text-decoration:none}
    .herbal-page .routine-link:last-child{border-bottom:0}
    .herbal-page .routine-link span:first-child{font-family:var(--serif);color:#aebdb2}
    .herbal-page .routine-link strong{font-family:var(--serif);font-size:1.25rem;font-weight:500}
    .herbal-page .routine-link small{display:block;color:#bdc8c0;margin-top:4px}

    .herbal-page .store-grid{display:grid;grid-template-columns:minmax(340px,.46fr) 1fr;gap:clamp(32px,4vw,60px);align-items:stretch;border-top:1px solid var(--line);padding-top:44px}
    .herbal-page .store-stack{display:flex;flex-direction:column}
    .herbal-page .store-card{border-bottom:1px solid var(--line);padding:24px 0 26px;display:grid;grid-template-columns:52px 1fr;column-gap:18px;row-gap:4px;align-content:start}
    .herbal-page .store-card .store-index{font-family:var(--serif);color:var(--clay);font-size:1.3rem}
    .herbal-page .store-card h3{grid-column:2;font-size:1.35rem;margin:0 0 6px}
    .herbal-page .store-card p{grid-column:2;font-size:.88rem;margin:0 0 12px}
    .herbal-page .store-card a{grid-column:2}
    .herbal-page .store-card a{font-size:.8rem;font-weight:850;color:var(--mugwort-800)}

    .herbal-page .faq-layout{display:grid;grid-template-columns:.72fr 1.28fr;gap:68px;align-items:start}
    .herbal-page .faq-copy{position:sticky;top:120px}
    .herbal-page .faq-list{border-top:1px solid var(--line)}
    .herbal-page details{border-bottom:1px solid var(--line)}
    .herbal-page summary{list-style:none;cursor:pointer;position:relative;padding:22px 52px 22px 0;font-family:var(--serif);font-size:1.1rem}
    .herbal-page summary::-webkit-details-marker{display:none}
    .herbal-page summary::after{content:"+";position:absolute;right:2px;top:18px;width:30px;height:30px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;font-family:var(--sans);color:var(--mugwort-700)}
    .herbal-page details[open] summary::after{content:"−"}
    .herbal-page details p{padding:0 48px 22px 0}

    .herbal-page .support-section{background:var(--mugwort-100)}
    .herbal-page .support-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}
    .herbal-page .support-card{background:var(--paper-light);padding:26px;min-height:210px;display:flex;flex-direction:column;text-decoration:none}
    .herbal-page .support-card span{font-size:.68rem;font-weight:850;letter-spacing:.12em;text-transform:uppercase;color:var(--clay)}
    .herbal-page .support-card h3{font-size:1.28rem;margin:12px 0 8px}
    .herbal-page .support-card p{font-size:.84rem;flex:1}
    .herbal-page .support-card b{font-size:.78rem;color:var(--mugwort-800)}
    .herbal-page .data-update{margin-top:28px;padding:22px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:grid;grid-template-columns:210px 1fr;gap:34px}
    .herbal-page .data-update h2{font-size:1.12rem;margin:0}
    .herbal-page .data-update p{font-size:.84rem;margin:0}
    .herbal-page .data-update time{font-weight:800;color:var(--ink)}

    .herbal-page .shop-footer{background:#17211c;color:#dce3dd;padding:48px 0 28px}
    .herbal-page .footer-grid{display:grid;grid-template-columns:1.2fr repeat(3,.6fr);gap:42px}
    .herbal-page .footer-brand p{color:#9fb0a3;max-width:430px;font-size:.88rem}
    .herbal-page .footer-col h2{font-family:var(--sans);font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;margin:0 0 12px;color:#8fa293}
    .herbal-page .footer-col a{display:block;padding:5px 0;color:#dce3dd;text-decoration:none;font-size:.86rem}
    .herbal-page .footer-bottom{margin-top:38px;padding-top:20px;border-top:1px solid rgba(255,255,255,.11);display:flex;justify-content:space-between;gap:20px;color:#8fa293;font-size:.74rem}

    .herbal-page .mobile-filter-backdrop{display:none}

    /* Editorial photography integration */
    .herbal-page .shop-hero-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 62%}
    .herbal-page .category-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
    .herbal-page .category-scrim{position:absolute;inset:0;background:linear-gradient(180deg,rgba(31,48,40,0) 34%,rgba(31,48,40,.82) 88%)}
    .herbal-page .category-feature--photo{background:#2c4237}
    .herbal-page .category-feature--photo .category-micro{color:#d8c69f}
    .herbal-page .category-feature--photo h3{color:#fff}
    .herbal-page .category-feature--photo p{color:#dfe7e0}
    .herbal-page .category-feature--photo .shop-btn--text{color:#fbf8f2}
    .herbal-page .routine-photo{margin:0;position:relative;min-height:200px;overflow:hidden}
    .herbal-page .routine-photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
    .herbal-page .info-figure{margin:0;padding:10px;background:#FBF8F2;border-radius:14px;display:flex;flex-direction:column}
    .herbal-page .info-figure img{width:100%;height:auto;flex:1;min-height:0;aspect-ratio:3/2;object-fit:cover;object-position:42% 50%;border-radius:8px;display:block}
    .herbal-page .info-figure figcaption{padding:8px 8px 2px;font-size:.72rem;color:#5d6b62}
    .herbal-page .store-figure{margin:0;display:flex;flex-direction:column}
    .herbal-page .store-figure img{width:100%;height:auto;flex:1;min-height:280px;aspect-ratio:3/2;object-fit:cover;object-position:8% 50%;border-radius:14px;border:1px solid var(--line);display:block}
    .herbal-page .store-figure figcaption{margin-top:10px;font-size:.72rem;color:var(--muted)}

    @media (max-width:1100px){
      .herbal-page .shop-nav{gap:15px}.herbal-page .shop-nav a{font-size:.79rem}.herbal-page .shop-nav-cta{display:none}
      .herbal-page .shop-hero-grid{grid-template-columns:1fr}
      .herbal-page .category-wall{grid-template-columns:1fr}.herbal-page .category-side{grid-template-columns:1fr 1fr;grid-template-rows:auto}
      .herbal-page .category-side .category-feature{min-height:330px}
      .herbal-page .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
      .herbal-page .support-grid{grid-template-columns:repeat(2,1fr)}
    }

    @media (max-width:860px){
      .herbal-page .shop-nav-wrap{min-height:70px}.herbal-page .shop-menu-btn{display:inline-grid;place-items:center}
      .herbal-page .shop-nav{position:absolute;left:16px;right:16px;top:70px;display:none;flex-direction:column;align-items:stretch;gap:0;margin:0;padding:14px;background:var(--paper-light);border:1px solid var(--line);box-shadow:var(--shadow)}
      .herbal-page .shop-nav[data-open="true"]{display:flex}.herbal-page .shop-nav a{padding:12px 10px;font-size:.92rem}.herbal-page .shop-nav a[aria-current="page"]::after{display:none}
      .herbal-page .shop-hero-grid,.herbal-page .shop-section-head,.herbal-page .product-info-grid,.herbal-page .routine-shell,.herbal-page .faq-layout{grid-template-columns:1fr}
      .herbal-page .shop-section-head p{justify-self:start}
      .herbal-page .shop-hero{flex-direction:column;align-items:stretch;min-height:0;padding:36px 0 0}
      .herbal-page .shop-hero::before{display:none}
      .herbal-page .shop-hero-grid{order:1;padding:10px 0 30px}
      .herbal-page .shop-hero-photo{position:relative;inset:auto;order:2;height:min(64vw,380px)}
      .herbal-page .shop-hero-stamp{display:none}
      .herbal-page .shop-hero-facts{position:static;order:3;grid-template-columns:1fr}
      .herbal-page .shop-answer{grid-template-columns:1fr;gap:10px}
      .herbal-page .category-side{grid-template-columns:1fr}
      .herbal-page .category-row{grid-template-columns:34px 1fr auto}.herbal-page .category-row span:nth-child(3){grid-column:2 / 4}
      .herbal-page .catalog-toolbar{top:70px}.herbal-page .catalog-layout{grid-template-columns:1fr}.herbal-page .filters{display:none;position:fixed;inset:0 0 0 auto;width:min(88vw,360px);z-index:130;background:var(--paper-light);padding:26px 22px;overflow:auto;box-shadow:-20px 0 60px rgba(31,48,40,.18)}
      .herbal-page .filters[data-open="true"]{display:block}.herbal-page .filter-toggle{display:inline-flex}.herbal-page .mobile-filter-backdrop[data-open="true"]{display:block;position:fixed;inset:0;background:rgba(20,29,24,.46);z-index:120;border:0}
      .herbal-page .info-list{grid-template-columns:1fr}.herbal-page .info-item:nth-child(odd){border-right:0;padding-right:0}.herbal-page .info-item:nth-child(even){padding-left:0}
      .herbal-page .routine-links{min-height:320px}.herbal-page .store-grid{grid-template-columns:1fr}.herbal-page .faq-copy{position:static}
      .herbal-page .footer-grid{grid-template-columns:1fr 1fr}.herbal-page .footer-brand{grid-column:1/-1}
      .herbal-page .data-update{grid-template-columns:1fr;gap:10px}
    }

    @media (max-width:580px){
      .herbal-page{--container:min(calc(100% - 24px),1350px)}
      .herbal-page .shop-brand-copy small{display:none}.herbal-page .shop-hero h1{font-size:clamp(3rem,14vw,4.6rem)}
      .herbal-page .shop-hero-photo{height:56vw}.herbal-page .shop-hero-fact{border-right:0;border-bottom:1px solid var(--line);padding:12px 16px}.herbal-page .shop-hero-fact:last-child{border-bottom:0}
      .herbal-page .category-feature{min-height:480px;padding:28px}.herbal-page .category-side .category-feature{min-height:300px}.herbal-page .category-art{width:78%}
      .herbal-page .catalog-toolbar-inner{gap:8px}.herbal-page .result-summary span{display:none}.herbal-page .sort-wrap label{display:none}.herbal-page .sort-wrap select{max-width:165px}
      .herbal-page .product-grid{grid-template-columns:1fr}
      .herbal-page .support-grid{grid-template-columns:1fr}.herbal-page .footer-grid{grid-template-columns:1fr 1fr}.herbal-page .footer-bottom{flex-direction:column}
    }

    @media (prefers-reduced-motion:reduce){
      .herbal-page *,.herbal-page *::before,.herbal-page *::after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}
    }
    @media (max-width:760px){.herbal-page .shop-section{padding:55px 0}}
  
