    .herbal-page {
      --mugwort-950:#1d2d26;
      --mugwort-900:#273c32;
      --mugwort-800:#334a3d;
      --mugwort-700:#405b49;
      --mugwort-600:#55705b;
      --mugwort-500:#667f68;
      --mugwort-300:#9caf9d;
      --mugwort-200:#c7d2c7;
      --mugwort-100:#e5ebe3;
      --paper:#f6f1e7;
      --paper-light:#fbf8f2;
      --paper-deep:#eee5d6;
      --tea:#8b6746;
      --tea-deep:#684a35;
      --amber:#b38c56;
      --clay:#a5654b;
      --ink:#24312a;
      --muted:#667169;
      --line:rgba(39,60,50,.16);
      --line-strong:rgba(39,60,50,.28);
      --white:#fffdf8;
      --shadow:0 28px 72px rgba(36,49,42,.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);
      position:relative;
      isolation:isolate;
      overflow-x:clip;
      color:var(--ink);
      background:
        radial-gradient(circle at 7% 1%,rgba(156,175,157,.19),transparent 30rem),
        radial-gradient(circle at 93% 12%,rgba(179,140,86,.12),transparent 27rem),
        linear-gradient(180deg,var(--paper-light),var(--paper));
      font-family:var(--sans);
      font-size:16px;
      line-height:1.65;
      -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,.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:-.026em;color:var(--ink);text-wrap:balance}
    .herbal-page [hidden]{display:none!important}
    .herbal-page :focus-visible{outline:3px solid rgba(165,101,75,.5);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:.73rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
    .herbal-page .kicker::before{content:"";width:29px;height:1px;background:currentColor}
    .herbal-page .section-title{font-size:clamp(2.25rem,4.1vw,4.25rem);line-height:1.04;margin:12px 0 18px}
    .herbal-page .section-head{display:grid;grid-template-columns:minmax(0,.82fr) minmax(320px,1fr);gap:50px;align-items:end;margin-bottom:42px}
    .herbal-page .section-head>p{max-width:680px;justify-self:end;margin-bottom:4px}
    .herbal-page .btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:0 20px;border:1px solid var(--mugwort-900);border-radius:999px;text-decoration:none;font-weight:760;font-size:.87rem;transition:transform .2s ease,background .2s ease,color .2s ease,border-color .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,.48);color:var(--mugwort-900)}
    .herbal-page .btn-text{min-height:auto;padding:0;border:0;border-radius:0;color:var(--mugwort-800);font-weight:800}
    .herbal-page .skip{position:fixed;top:10px;left:16px;z-index:200;transform:translateY(-180%);background:#fff;padding:10px 14px;border-radius:8px;font-weight:800}
    .herbal-page .skip:focus{transform:none}

    /* Shared brand header */
    .herbal-page .site-header{position:sticky;top:0;z-index:90;background:rgba(251,248,242,.90);backdrop-filter:blur(16px);border-bottom:1px solid rgba(39,60,50,.10)}
    .herbal-page .nav-wrap{width:var(--container);min-height:76px;margin-inline:auto;display:flex;align-items:center;gap:27px}
    .herbal-page .brand{display:inline-flex;align-items:center;gap:12px;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.22rem;color:var(--mugwort-900)}
    .herbal-page .brand-copy{display:grid;line-height:1.04}
    .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:.61rem;letter-spacing:.15em;text-transform:uppercase}
    .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:.84rem;font-weight:680;color:#35483d}
    .herbal-page .primary-nav a[aria-current="page"]{color:var(--clay)}
    .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;color:var(--ink)}

    .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:#7a817c}
    .herbal-page .breadcrumb li+li::before{content:"/";margin-right:8px;color:#a0a49f}
    .herbal-page .breadcrumb a{text-decoration:none}

    /* Compact commerce hero */
    .herbal-page .tea-hero{padding:clamp(44px,5vw,72px) 0 clamp(52px,6vw,86px)}
    .herbal-page .tea-hero-grid{display:grid;grid-template-columns:minmax(0,1.03fr) minmax(380px,.97fr);gap:clamp(38px,6vw,90px);align-items:center}
    .herbal-page .tea-hero h1{font-size:clamp(3.4rem,6.4vw,6.75rem);line-height:.91;letter-spacing:-.052em;margin:16px 0 22px;max-width:890px}
    .herbal-page .tea-hero h1 em{font-weight:400;font-style:italic;color:var(--tea)}
    .herbal-page .hero-lede{max-width:760px;font-size:clamp(1rem,1.35vw,1.17rem);margin-bottom:16px}
    .herbal-page .hero-actions{display:flex;flex-wrap:wrap;gap:11px;margin-top:28px}
    .herbal-page .hero-art{min-height:520px;position:relative;border-radius:52% 48% 46% 54% / 44% 54% 46% 56%;background:
      radial-gradient(circle at 52% 44%,rgba(255,255,255,.78),transparent 18%),
      radial-gradient(circle at 52% 49%,rgba(179,140,86,.25),rgba(156,175,157,.16) 52%,transparent 53%);}
    .herbal-page .hero-art::before{content:"";position:absolute;inset:8% 12% 10% 9%;border:1px solid rgba(39,60,50,.19);border-radius:48% 52% 44% 56% / 55% 44% 56% 45%;transform:rotate(-7deg)}
    .herbal-page .tea-cup{position:absolute;left:12%;bottom:10%;width:64%;filter:drop-shadow(0 25px 25px rgba(39,60,50,.11))}
    .herbal-page .tea-branch{position:absolute;right:2%;top:0;width:58%;filter:drop-shadow(0 16px 18px rgba(39,60,50,.07))}
    .herbal-page .hero-label{position:absolute;right:1%;bottom:13%;width:min(250px,46%);padding:17px 18px;background:rgba(251,248,242,.92);border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);backdrop-filter:blur(10px)}
    .herbal-page .hero-label small{display:block;color:var(--clay);font-weight:800;letter-spacing:.12em;text-transform:uppercase;margin-bottom:6px}
    .herbal-page .hero-label strong{font-family:var(--serif);font-size:1.18rem;font-weight:500}
    .herbal-page .tea-seal{position:absolute;left:3%;top:10%;width:76px;aspect-ratio:1;border:1px solid rgba(165,101,75,.55);display:grid;place-items:center;text-align:center;color:var(--clay);font-family:var(--serif);font-size:.62rem;letter-spacing:.09em;line-height:1.25;transform:rotate(-5deg);background:rgba(246,241,231,.55)}

    .herbal-page .short-answer-wrap{padding:0 0 72px}
    .herbal-page .short-answer{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.16rem;margin:0}
    .herbal-page .short-answer p{font-size:clamp(1.05rem,1.5vw,1.3rem);margin:0;max-width:1040px;color:var(--ink)}

    /* Catalog */
    .herbal-page .catalog-section{padding-top:54px}
    .herbal-page .catalog-toolbar{display:flex;align-items:end;justify-content:space-between;gap:24px;padding-bottom:22px;border-bottom:1px solid var(--line)}
    .herbal-page .catalog-toolbar h2{font-size:clamp(2rem,3.2vw,3.25rem);margin:9px 0 0}
    .herbal-page .catalog-status{display:flex;align-items:center;gap:13px;color:var(--muted);font-size:.82rem}
    .herbal-page .filters{display:grid;grid-template-columns:repeat(5,minmax(0,1fr)) auto;gap:9px;padding:18px 0 26px}
    .herbal-page .field{display:grid;gap:6px}
    .herbal-page .field label{font-size:.68rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase;color:#69736c}
    .herbal-page .field select{min-height:43px;border:1px solid var(--line-strong);border-radius:10px;padding:0 34px 0 12px;background:rgba(255,255,255,.55);color:var(--ink)}
    .herbal-page .filter-clear{align-self:end;min-height:43px;padding:0 14px;border:1px solid var(--line-strong);border-radius:10px;background:transparent;color:var(--mugwort-800);font-weight:750;cursor:pointer}
    .herbal-page .product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
    .herbal-page .product-card{min-width:0;border:1px solid var(--line);background:rgba(255,255,255,.33);overflow:hidden;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
    .herbal-page .product-card:nth-child(4n+1){border-radius:28px 8px 22px 8px}
    .herbal-page .product-card:nth-child(4n+2){border-radius:8px 28px 8px 22px}
    .herbal-page .product-card:nth-child(4n+3){border-radius:22px 8px 28px 8px}
    .herbal-page .product-card:nth-child(4n+4){border-radius:8px 22px 8px 28px}
    .herbal-page .product-card:hover{transform:translateY(-4px);box-shadow:0 18px 42px rgba(39,60,50,.10);border-color:rgba(39,60,50,.28)}
    .herbal-page .product-link{display:block;text-decoration:none;height:100%}
    .herbal-page .product-image{aspect-ratio:1/.92;background:linear-gradient(145deg,#e9e6da,#f9f5ec);overflow:hidden;position:relative}
    .herbal-page .product-image img{width:100%;height:100%;object-fit:cover}
    .herbal-page .product-image::after{content:"";position:absolute;inset:0;box-shadow:inset 0 0 0 1px rgba(255,255,255,.2);pointer-events:none}
    .herbal-page .product-body{padding:19px 18px 20px}
    .herbal-page .product-type{font-size:.68rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--tea)}
    .herbal-page .product-body h3{font-size:1.27rem;margin:7px 0 10px}
    .herbal-page .product-attrs{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:14px}
    .herbal-page .product-attr{font-size:.69rem;padding:5px 8px;border:1px solid var(--line);border-radius:999px;color:#59665e;background:rgba(255,255,255,.5)}
    .herbal-page .product-commerce{display:flex;justify-content:space-between;align-items:baseline;gap:12px;padding-top:13px;border-top:1px solid var(--line)}
    .herbal-page .product-price{font-family:var(--serif);font-size:1.15rem;color:var(--ink)}
    .herbal-page .product-stock{font-size:.72rem;color:var(--muted)}
    .herbal-page .product-market{font-size:.72rem;color:var(--muted);margin:8px 0 0}
    .herbal-page .view-tea{display:inline-block;margin-top:13px;font-size:.79rem;font-weight:800;color:var(--mugwort-800)}
    .herbal-page .empty-state{margin-top:18px;padding:clamp(32px,5vw,56px);border:1px solid var(--line);border-radius:30px 12px 30px 12px;background:
      radial-gradient(circle at 88% 15%,rgba(179,140,86,.15),transparent 17rem),rgba(255,255,255,.31);display:grid;grid-template-columns:minmax(0,1fr) auto;gap:40px;align-items:center}
    .herbal-page .empty-state h3{font-size:clamp(1.7rem,2.7vw,2.6rem);margin:0 0 9px}
    .herbal-page .empty-state p{max-width:760px;margin-bottom:0}
    .herbal-page .empty-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}

    /* Decision strip */
    .herbal-page .decision-section{background:linear-gradient(180deg,rgba(229,235,227,.66),rgba(246,241,231,.18))}
    .herbal-page .decision-grid{display:grid;grid-template-columns:1.15fr .85fr .85fr;gap:1px;background:var(--line);border:1px solid var(--line);border-radius:38px 12px 38px 12px;overflow:hidden}
    .herbal-page .decision-card{min-height:330px;padding:clamp(28px,4vw,44px);background:var(--paper-light);display:flex;flex-direction:column;position:relative;overflow:hidden}
    .herbal-page .decision-card:first-child{min-height:400px}
    .herbal-page .decision-index{font-family:var(--serif);font-size:2.6rem;color:rgba(64,91,73,.24)}
    .herbal-page .decision-card h3{font-size:clamp(1.5rem,2.4vw,2.25rem);margin:14px 0 12px}
    .herbal-page .decision-card p{flex:1}
    .herbal-page .decision-art{position:absolute;right:-20px;bottom:-18px;width:160px;opacity:.18}

    .herbal-page .definition-section{background:var(--mugwort-950);color:#f4f1e9}
    .herbal-page .definition-section h2,.herbal-page .definition-section h3{color:#fff}
    .herbal-page .definition-section p{color:#d2dad4}
    .herbal-page .definition-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:70px;align-items:start}
    .herbal-page .definition-copy .kicker{color:#b5c2b8}
    .herbal-page .definition-points{border-top:1px solid rgba(255,255,255,.16)}
    .herbal-page .definition-point{display:grid;grid-template-columns:42px 1fr;gap:20px;padding:25px 0;border-bottom:1px solid rgba(255,255,255,.14)}
    .herbal-page .definition-point span{font-family:var(--serif);color:#9eb0a1}
    .herbal-page .definition-point h3{font-size:1.35rem;margin:0 0 7px}
    .herbal-page .definition-point p{margin:0}
    .herbal-page .definition-section .btn-soft{color:#fff;border-color:rgba(255,255,255,.35);background:rgba(255,255,255,.05);margin-top:20px}

    /* Conditional subcollections */
    .herbal-page .collections-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
    .herbal-page .collection-card{min-height:300px;padding:26px;border:1px solid var(--line);background:rgba(255,255,255,.30);display:flex;flex-direction:column;position:relative;overflow:hidden}
    .herbal-page .collection-card:nth-child(1){border-radius:30px 8px 18px 8px}.herbal-page .collection-card:nth-child(2){border-radius:8px 30px 8px 18px}.herbal-page .collection-card:nth-child(3){border-radius:18px 8px 30px 8px}.herbal-page .collection-card:nth-child(4){border-radius:8px 18px 8px 30px}
    .herbal-page .collection-card h3{font-size:1.42rem;margin:13px 0 10px}.herbal-page .collection-card p{flex:1;font-size:.9rem}.herbal-page .collection-no{font-size:.68rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--clay)}
    .herbal-page .collections-note{padding:22px;border:1px dashed var(--line-strong);border-radius:14px;color:var(--muted);font-size:.88rem}

    .herbal-page .facts-shell{display:grid;grid-template-columns:.88fr 1.12fr;border:1px solid var(--line);border-radius:20px 44px 20px 44px;overflow:hidden;background:rgba(255,255,255,.34)}
    .herbal-page .facts-visual{min-height:590px;position:relative;background:
      linear-gradient(rgba(39,60,50,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(39,60,50,.035) 1px,transparent 1px),#e9e5d8;background-size:27px 27px;display:grid;place-items:center;padding:55px}
    .herbal-page .facts-copy{padding:clamp(38px,6vw,72px);display:flex;flex-direction:column;justify-content:center}
    .herbal-page .facts-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 24px;margin:21px 0 28px}
    .herbal-page .facts-list span{padding:10px 0;border-bottom:1px solid var(--line);font-size:.88rem;color:var(--muted);display:flex;gap:9px}.herbal-page .facts-list span::before{content:"•";color:var(--clay)}

    .herbal-page .guides-section{background:#eee8da}
    .herbal-page .guides-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1px;background:var(--line);border:1px solid var(--line)}
    .herbal-page .guide-card{min-height:260px;padding:25px;background:var(--paper-light);display:flex;flex-direction:column}
    .herbal-page .guide-card span{font-size:.66rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--tea)}
    .herbal-page .guide-card h3{font-size:1.2rem;margin:12px 0 9px}.herbal-page .guide-card p{font-size:.85rem;flex:1}.herbal-page .guide-card a{font-size:.79rem;font-weight:800}

    .herbal-page .support-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}
    .herbal-page .support-card{padding:31px;border-top:1px solid var(--line-strong);border-bottom:1px solid var(--line);min-height:230px}
    .herbal-page .support-card h3{font-size:1.45rem;margin:10px 0}.herbal-page .support-card p{font-size:.9rem}.herbal-page .support-card .support-mark{font-family:var(--serif);font-size:2rem;color:var(--mugwort-300)}

    .herbal-page .faq-grid{display:grid;grid-template-columns:.68fr 1.32fr;gap:72px;align-items:start}.herbal-page .faq-intro{position:sticky;top:112px}.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;padding:22px 48px 22px 0;position:relative;font-family:var(--serif);font-size:1.08rem}.herbal-page summary::-webkit-details-marker{display:none}.herbal-page summary::after{content:"+";position:absolute;right:2px;top:18px;width:29px;height:29px;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 44px 22px 0;margin-bottom:0}

    .herbal-page .review-section{background:#253129;color:#edf1ed}.herbal-page .review-section h2{color:#fff}.herbal-page .review-section p{color:#cbd4cd}.herbal-page .review-grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:65px}.herbal-page .source-list{border-top:1px solid rgba(255,255,255,.15)}.herbal-page .source-list a{display:block;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.12);color:#eef1ed;text-decoration-color:rgba(255,255,255,.38);font-size:.9rem}.herbal-page .review-note{margin-top:24px;padding-left:15px;border-left:2px solid #b59a67;color:#cbd4cd;font-size:.88rem}

    .herbal-page .footer{background:#17211c;color:#dce3dd;padding:48px 0 30px}.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:420px;font-size:.88rem}.herbal-page .footer-col h2{font-family:var(--sans);font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:#8fa293;margin:0 0 14px}.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:25px;color:#8fa293;font-size:.74rem}.herbal-page .footer-bottom span:first-child{max-width:950px}

    /* Editorial photography integration */
    .herbal-page .hero-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border-radius:inherit}
    .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-photo figcaption{margin-top:8px;font-size:.72rem;color:var(--muted);text-align:right}
    .herbal-page .section-head:has(.section-photo){align-items:center}
    .herbal-page .section-head:has(.section-photo)>p{grid-column:1;justify-self:start}
    .herbal-page .facts-photo{width:min(430px,92%);padding:12px;background:#FBF8F2;border:1px solid rgba(39,60,50,.22);border-radius:16px;box-shadow:0 20px 45px rgba(39,60,50,.11);transform:rotate(-2deg)}
    .herbal-page .facts-photo img{width:100%;height:auto;aspect-ratio:3/2;object-fit:cover;border-radius:8px;display:block}
    .herbal-page .facts-photo figcaption{padding:10px 6px 2px;font-size:.72rem;color:#5d6b62}

    @media (max-width:1120px){
      .herbal-page .primary-nav{gap:13px}.herbal-page .primary-nav a{font-size:.76rem}.herbal-page .nav-cta{display:none}
      .herbal-page .tea-hero-grid{grid-template-columns:1fr .78fr;gap:34px}.herbal-page .hero-art{min-height:470px}
      .herbal-page .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.herbal-page .collections-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.herbal-page .guides-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
    }
    @media (max-width:860px){
      .herbal-page .nav-wrap{min-height:70px}.herbal-page .menu-toggle{display:grid;place-items:center;margin-left:auto}.herbal-page .primary-nav{position:absolute;left:16px;right:16px;top:70px;display:none;flex-direction:column;align-items:stretch;gap:0;background:var(--paper-light);border:1px solid var(--line);border-radius:16px;padding:12px;box-shadow:var(--shadow)}.herbal-page .primary-nav[data-open="true"]{display:flex}.herbal-page .primary-nav a{padding:11px;font-size:.9rem}.herbal-page .nav-cta{display:none}
      .herbal-page .tea-hero-grid,.herbal-page .section-head,.herbal-page .definition-grid,.herbal-page .facts-shell,.herbal-page .faq-grid,.herbal-page .review-grid{grid-template-columns:1fr}.herbal-page .section-head>p{justify-self:start}.herbal-page .section-photo{grid-column:auto;grid-row:auto;justify-self:start}.herbal-page .hero-art{min-height:450px;max-width:650px;width:100%;margin-inline:auto}.herbal-page .short-answer{grid-template-columns:1fr;gap:12px}.herbal-page .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.herbal-page .filters{grid-template-columns:repeat(2,minmax(0,1fr))}.herbal-page .decision-grid{grid-template-columns:1fr}.herbal-page .decision-card,.herbal-page .decision-card:first-child{min-height:280px}.herbal-page .facts-visual{min-height:450px}.herbal-page .guides-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.herbal-page .faq-intro{position:static}.herbal-page .footer-grid{grid-template-columns:1.2fr 1fr 1fr}.herbal-page .footer-brand{grid-column:1/-1}
    }
    @media (max-width:580px){
      .herbal-page .container,.herbal-page .nav-wrap{width:min(calc(100% - 24px),1350px)}.herbal-page .brand-copy small{display:none}.herbal-page .tea-hero{padding-top:34px}.herbal-page .tea-hero h1{font-size:clamp(3rem,15vw,4.5rem)}.herbal-page .hero-art{min-height:380px}.herbal-page .hero-label{right:0;bottom:9%;width:61%}.herbal-page .tea-seal{width:62px;font-size:.52rem}.herbal-page .hero-actions .btn{width:100%}.herbal-page .catalog-toolbar{align-items:start;flex-direction:column}.herbal-page .filters{grid-template-columns:1fr}.herbal-page .filter-clear{width:100%}.herbal-page .product-grid{grid-template-columns:1fr}.herbal-page .empty-state{grid-template-columns:1fr}.herbal-page .empty-actions{justify-content:flex-start}.herbal-page .collections-grid,.herbal-page .guides-grid,.herbal-page .support-grid{grid-template-columns:1fr}.herbal-page .facts-list{grid-template-columns:1fr}.herbal-page .facts-visual{min-height:390px;padding:32px}.herbal-page .footer-grid{grid-template-columns:1fr 1fr}.herbal-page .footer-brand{grid-column:1/-1}.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 .section{padding:55px 0}}
  
