:root {
  --primary: #46745a;
  --primary-bright: #5d8c6b;
  --forest: #173b2b;
  --forest-soft: #244c39;
  --cream: #f8f4eb;
  --paper: #fffdf8;
  --mist: #edf3ee;
  --gold: #c7a45c;
  --gold-soft: #ead7ad;
  --text: #1b3328;
  --muted: #6c7b72;
  --line: rgba(23, 59, 43, .12);
  --shadow: 0 22px 60px rgba(31, 63, 48, .12);
  --shadow-soft: 0 12px 35px rgba(31, 63, 48, .08);
  --radius: 28px;
  --radius-sm: 18px;
  --wrap: min(1180px, calc(100% - 40px));
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--text);
  font: 400 16px/1.72 var(--sans);
  -webkit-font-smoothing: antialiased;
}
body::before {
  background: radial-gradient(circle at 20% 20%, rgba(93, 140, 107, .05), transparent 25%), radial-gradient(circle at 78% 40%, rgba(199, 164, 92, .05), transparent 25%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: fixed;
  z-index: -1;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.045em; }
h1, h2 { font-family: var(--serif); font-weight: 400; }
h1 { font-size: clamp(3.2rem, 7.2vw, 6rem); line-height: .98; }
h2 { font-size: clamp(2.25rem, 4vw, 3.7rem); line-height: 1.04; }
h3 { font-size: 1.18rem; line-height: 1.28; }
.wrap { margin-inline: auto; width: var(--wrap); }
.narrow { max-width: 790px; }
.section { padding-block: 112px; }
.sr-only {
  height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px;
  clip: rect(0, 0, 0, 0); white-space: nowrap;
}
.skip-link {
  background: var(--forest); color: #fff; left: 16px; padding: 10px 16px; position: fixed; top: -100px; z-index: 200;
}
.skip-link:focus { top: 16px; }
.eyebrow {
  align-items: center; color: var(--primary); display: flex; font-size: .69rem; font-weight: 800;
  gap: 10px; letter-spacing: .19em; margin-bottom: 22px; text-transform: uppercase;
}
.eyebrow span { background: var(--gold); border-radius: 50%; height: 7px; width: 7px; }
.site-header {
  background: rgba(255, 253, 248, .88); border-bottom: 1px solid transparent; position: sticky; top: 0;
  transition: border-color .25s ease, box-shadow .25s ease; z-index: 100;
  -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px);
}
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 5px 24px rgba(31, 63, 48, .06); }
.header-inner { align-items: center; display: flex; height: 82px; justify-content: space-between; margin-inline: auto; width: var(--wrap); }
.logo img { height: 44px; width: auto; }
.header-nav, .site-nav { align-items: center; display: flex; }
.header-nav { gap: 22px; }
.site-nav { gap: clamp(14px, 2vw, 26px); }
.site-nav a { color: #3f574b; font-size: .79rem; font-weight: 750; letter-spacing: .04em; transition: color .2s ease; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--primary); }
.language-switcher { position: relative; }
.language-switcher button {
  align-items: center; background: var(--mist); border: 1px solid var(--line); border-radius: 999px; color: var(--forest);
  display: flex; font-size: .73rem; font-weight: 850; gap: 8px; letter-spacing: .1em; padding: 9px 12px;
}
.language-switcher button span { color: var(--gold); font-size: 1rem; line-height: 1; }
.language-menu {
  background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow-soft); display: none;
  min-width: 155px; padding: 8px; position: absolute; right: 0; top: calc(100% + 9px);
}
.language-menu.is-open { display: grid; }
.language-menu a { border-radius: 10px; color: var(--muted); font-size: .82rem; font-weight: 700; padding: 8px 10px; }
.language-menu a:hover, .language-menu a[aria-current="page"] { background: var(--mist); color: var(--forest); }
.menu-toggle { background: none; border: 0; display: none; padding: 0; }
.menu-toggle span { background: var(--forest); display: block; height: 2px; margin: 4px 0; width: 22px; }
.menu-toggle b { display: none; }
.hero { background: linear-gradient(125deg, #f7f4e9 0%, #f8fbf5 55%, #eef4ed 100%); min-height: 755px; overflow: hidden; position: relative; }
.hero::after {
  border: 1px solid rgba(93, 140, 107, .12); border-radius: 50%; content: ""; height: 620px; position: absolute;
  right: -250px; top: -260px; width: 620px;
}
.hero-orb { border-radius: 50%; filter: blur(4px); opacity: .8; position: absolute; }
.hero-orb-one { background: rgba(199, 164, 92, .12); height: 280px; left: -120px; top: 180px; width: 280px; }
.hero-orb-two { background: rgba(93, 140, 107, .11); bottom: -130px; height: 360px; right: 36%; width: 360px; }
.hero-grid { align-items: center; display: grid; gap: 32px; grid-template-columns: minmax(0, 1fr) minmax(390px, .85fr); min-height: 755px; position: relative; z-index: 1; }
.hero-copy { padding-block: 70px; }
.hero-copy h1 { color: var(--forest); margin-bottom: 28px; max-width: 790px; }
.hero-text { color: var(--muted); font-size: 1.04rem; line-height: 1.85; margin-bottom: 32px; max-width: 690px; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button {
  align-items: center; border: 1px solid transparent; border-radius: 999px; display: inline-flex; font-size: .76rem;
  font-weight: 850; justify-content: center; letter-spacing: .09em; min-height: 50px; padding: 12px 22px; text-transform: uppercase;
  transition: box-shadow .25s ease, transform .25s ease, background .25s ease;
}
.button:hover, .button:focus-visible { transform: translateY(-3px); }
.button-primary { background: var(--forest); box-shadow: 0 10px 22px rgba(23, 59, 43, .18); color: #fff; }
.button-primary:hover { box-shadow: 0 16px 32px rgba(23, 59, 43, .24); }
.button-soft { background: rgba(255,255,255,.62); border-color: var(--line); color: var(--forest); }
.button-gold { background: var(--gold); color: var(--forest); }
.trust-row { border-top: 1px solid var(--line); display: flex; gap: 28px; margin-top: 60px; max-width: 570px; padding-top: 22px; }
.trust-row div { border-right: 1px solid var(--line); display: grid; gap: 3px; min-width: 105px; padding-right: 28px; }
.trust-row div:last-child { border: 0; }
.trust-row strong { color: var(--forest); font-family: var(--serif); font-size: 1.55rem; font-weight: 400; }
.trust-row span { color: var(--muted); font-size: .65rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.hero-visual { align-self: end; }
.hero-image-shell { margin-left: auto; max-width: 590px; position: relative; }
.hero-image-shell > img { width: 100%; }
.floating-card {
  align-items: center; background: rgba(255,255,255,.85); border: 1px solid rgba(255,255,255,.8); border-radius: 16px;
  bottom: 46px; box-shadow: var(--shadow); display: flex; gap: 13px; left: -46px; padding: 13px 17px; position: absolute;
  -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px);
}
.floating-card strong, .floating-card small { display: block; }
.floating-card strong { color: var(--forest); font-family: var(--serif); font-size: .95rem; font-weight: 400; }
.floating-card small { color: var(--muted); font-size: .65rem; font-weight: 750; letter-spacing: .04em; margin-top: 2px; }
.mini-mark { background: var(--mist); border-radius: 50%; padding: 8px; }
.mini-mark img { height: 24px; width: 24px; }
.language-band { background: var(--forest); color: #fff; }
.language-band-inner { align-items: center; display: flex; gap: 26px; justify-content: space-between; padding-block: 20px; }
.language-band .eyebrow { color: var(--gold-soft); margin: 0 0 1px; }
.language-band strong { font-family: var(--serif); font-size: 1.3rem; font-weight: 400; }
.language-links { display: flex; flex-wrap: wrap; gap: 8px; }
.language-links a {
  align-items: center; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; color: rgba(255,255,255,.9);
  display: flex; font-size: .72rem; font-weight: 700; gap: 8px; padding: 7px 12px;
}
.language-links span { color: var(--gold-soft); font-size: .63rem; letter-spacing: .08em; }
.section-heading { margin-bottom: 38px; max-width: 720px; }
.section-heading h2 { color: var(--forest); margin-bottom: 17px; }
.section-heading p:not(.eyebrow) { color: var(--muted); margin-bottom: 0; }
.centered { margin-inline: auto; text-align: center; }
.centered .eyebrow { justify-content: center; }
.heading-row { align-items: end; display: flex; justify-content: space-between; max-width: none; }
.heading-row > div { max-width: 720px; }
.text-link, .feature-card a {
  color: var(--primary); font-size: .7rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase;
}
.text-link span, .feature-card a span { color: var(--gold); font-size: 1.15rem; margin-left: 6px; }
.feature-grid { display: grid; gap: 16px; grid-template-columns: repeat(4, 1fr); }
.feature-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); min-height: 320px; padding: 25px;
  position: relative; transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}
.feature-card:hover { border-color: rgba(70, 116, 90, .3); box-shadow: var(--shadow-soft); transform: translateY(-7px); }
.feature-top { align-items: center; display: flex; justify-content: space-between; margin-bottom: 50px; }
.feature-top span, .editorial-grid article > span { color: var(--gold); font-family: var(--serif); font-size: 1.2rem; }
.feature-card h3 { color: var(--forest); font-family: var(--serif); font-size: 1.55rem; font-weight: 400; }
.feature-card p { color: var(--muted); font-size: .88rem; line-height: 1.75; }
.feature-card a { bottom: 23px; position: absolute; }
.icon { border: 1px solid rgba(70,116,90,.24); border-radius: 50%; display: inline-block; height: 39px; position: relative; width: 39px; }
.icon::before, .icon::after { content: ""; position: absolute; }
.icon-leaf::before { border: 2px solid var(--primary); border-radius: 100% 0 100% 0; height: 15px; left: 10px; top: 8px; transform: rotate(-16deg); width: 12px; }
.icon-leaf::after { background: var(--primary); height: 16px; left: 18px; top: 15px; transform: rotate(42deg); width: 1px; }
.icon-cup::before { border: 2px solid var(--primary); border-radius: 2px 2px 8px 8px; height: 11px; left: 9px; top: 14px; width: 15px; }
.icon-cup::after { border: 2px solid var(--primary); border-left: 0; border-radius: 0 7px 7px 0; height: 7px; left: 24px; top: 15px; width: 5px; }
.icon-drop::before { border: 2px solid var(--primary); border-radius: 70% 45% 65% 45%; height: 14px; left: 12px; top: 9px; transform: rotate(45deg); width: 14px; }
.icon-sun::before { border: 2px solid var(--primary); border-radius: 50%; height: 13px; left: 11px; top: 11px; width: 13px; }
.icon-sun::after { border: 1px dashed var(--primary); border-radius: 50%; height: 25px; left: 5px; top: 5px; width: 25px; }
.popular-section { background: var(--cream); }
.herb-grid { display: grid; gap: 16px; grid-template-columns: repeat(3, 1fr); }
.herb-grid-full { grid-template-columns: repeat(4, 1fr); }
.herb-card {
  background: #fff; border: 1px solid rgba(23,59,43,.08); border-radius: var(--radius-sm); min-height: 280px; overflow: hidden;
  transition: box-shadow .25s ease, transform .25s ease;
}
.herb-card:hover { box-shadow: var(--shadow-soft); transform: translateY(-5px); }
.herb-card-art { height: 105px; overflow: hidden; position: relative; }
.tone-sage .herb-card-art { background: #dfeadd; }
.tone-cream .herb-card-art { background: #f2e8ce; }
.tone-mist .herb-card-art { background: #dce9e9; }
.tone-gold .herb-card-art { background: #eee0c3; }
.herb-card-art span {
  color: rgba(23,59,43,.2); font-family: var(--serif); font-size: 7rem; left: 14px; line-height: .82; position: absolute; top: 17px;
}
.herb-card-art i, .article-botanical i {
  border: 2px solid rgba(23,59,43,.36); border-radius: 100% 0 100% 0; height: 56px; position: absolute;
  right: 32px; top: 21px; transform: rotate(-28deg); width: 42px;
}
.herb-card-art i::after, .article-botanical i::after {
  background: rgba(23,59,43,.34); content: ""; height: 70px; left: 24px; position: absolute; top: 19px; transform: rotate(-35deg); width: 2px;
}
.herb-card-copy { min-height: 175px; padding: 19px 20px 20px; position: relative; }
.herb-card-copy > p { color: var(--gold); font-family: var(--serif); font-size: .79rem; font-style: italic; margin-bottom: 5px; }
.herb-card-copy h3 { font-family: var(--serif); font-size: 1.45rem; font-weight: 400; margin-bottom: 7px; }
.herb-card-copy > span { color: var(--muted); display: block; font-size: .76rem; line-height: 1.6; padding-right: 22px; }
.card-link { bottom: 16px; color: var(--primary); font-size: 1.25rem; position: absolute; right: 18px; }
.ethics-panel { background: var(--forest); border-radius: var(--radius); color: #fff; display: grid; grid-template-columns: .8fr 1.2fr; min-height: 430px; overflow: hidden; }
.ethics-image { background: rgba(255,255,255,.04); overflow: hidden; position: relative; }
.ethics-image img { height: 100%; object-fit: cover; opacity: .8; width: 100%; }
.ethics-copy { align-self: center; padding: 56px; }
.ethics-copy .eyebrow { color: var(--gold-soft); }
.ethics-copy h2 { color: #fff; font-size: clamp(2.2rem, 4vw, 3.35rem); margin-bottom: 18px; }
.ethics-copy p { color: rgba(255,255,255,.7); margin-bottom: 28px; }
.ethics-copy .button { background: var(--gold); color: var(--forest); }
.newsletter-section { background: #e3ede4; padding-block: 68px; }
.newsletter-inner { align-items: center; display: grid; gap: 40px; grid-template-columns: 1.2fr .8fr; }
.newsletter-inner .eyebrow { margin-bottom: 12px; }
.newsletter-inner h2 { color: var(--forest); font-size: clamp(2rem, 3vw, 3rem); margin-bottom: 13px; }
.newsletter-inner p { color: var(--muted); margin: 0; max-width: 690px; }
.newsletter-form { display: flex; flex-wrap: wrap; gap: 9px; justify-content: end; }
.newsletter-form label { flex: 1 1 200px; }
.newsletter-form input, .contact-form input, .contact-form textarea {
  background: rgba(255,255,255,.85); border: 1px solid rgba(23,59,43,.14); border-radius: 999px; color: var(--forest);
  outline: 0; padding: 13px 16px; width: 100%;
}
.newsletter-form input:focus, .contact-form input:focus, .contact-form textarea:focus { border-color: var(--primary); box-shadow: 0 0 0 4px rgba(70,116,90,.1); }
.newsletter-form small { color: var(--primary); flex-basis: 100%; font-size: .72rem; font-weight: 700; }
.medical-note {
  align-items: start; background: #fffaf0; border: 1px solid rgba(199,164,92,.3); border-radius: var(--radius-sm);
  display: flex; gap: 16px; margin-block: 34px; padding: 18px 21px;
}
.medical-note .note-icon {
  align-items: center; background: var(--gold); border-radius: 50%; color: #fff; display: flex; flex: 0 0 30px;
  font-size: 1.35rem; height: 30px; justify-content: center; line-height: 1; width: 30px;
}
.medical-note h2 { color: var(--forest); font-family: var(--sans); font-size: .82rem; font-weight: 850; letter-spacing: .1em; margin: 0 0 4px; text-transform: uppercase; }
.medical-note p { color: var(--muted); font-size: .78rem; line-height: 1.7; margin: 0; }
.site-footer { background: #102f22; color: rgba(255,255,255,.72); padding-top: 58px; }
.footer-grid { display: grid; gap: 36px; grid-template-columns: 1.6fr .7fr .7fr .7fr; padding-bottom: 44px; }
.footer-brand img { filter: brightness(0) invert(1); height: 44px; opacity: .95; width: auto; }
.footer-brand p { color: rgba(255,255,255,.56); font-family: var(--serif); font-size: 1rem; margin: 12px 0 0; max-width: 290px; }
.footer-grid nav, .footer-languages { display: grid; align-content: start; gap: 8px; }
.footer-grid strong { color: var(--gold-soft); font-size: .7rem; letter-spacing: .13em; margin-bottom: 7px; text-transform: uppercase; }
.footer-grid a { font-size: .78rem; transition: color .2s ease; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); display: flex; font-size: .68rem; justify-content: space-between; padding-block: 15px; }
.breadcrumbs { align-items: center; color: var(--muted); display: flex; font-size: .69rem; gap: 8px; padding-block: 12px; }
.breadcrumbs a:last-child { color: var(--primary); font-weight: 700; }
.page-hero { background: linear-gradient(125deg, #f7f3e8, #edf4ed); overflow: hidden; }
.page-hero-grid { align-items: center; display: grid; grid-template-columns: 1.15fr .55fr; min-height: 390px; }
.page-hero h1, .simple-hero h1 { color: var(--forest); font-size: clamp(3.15rem, 6vw, 5.6rem); margin-bottom: 19px; }
.page-hero p:not(.eyebrow) { color: var(--muted); font-size: 1.04rem; max-width: 720px; }
.page-hero-grid img { height: 350px; justify-self: end; object-fit: cover; opacity: .7; width: 410px; }
.simple-hero { padding-block: 100px; }
.editorial-grid { display: grid; gap: 15px; grid-template-columns: repeat(3, 1fr); }
.editorial-grid article { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 28px; }
.editorial-grid h2 { color: var(--forest); font-size: 2rem; margin-top: 33px; }
.editorial-grid p { color: var(--muted); font-size: .88rem; }
.article-hero { background: linear-gradient(125deg, #f6f1e5, #edf4ed); }
.article-hero-grid { align-items: center; display: grid; gap: 40px; grid-template-columns: 1fr 310px; min-height: 430px; }
.article-hero h1 { color: var(--forest); font-size: clamp(4rem, 7vw, 6.5rem); margin-bottom: 20px; }
.article-lead { color: var(--muted); font-size: 1.05rem; max-width: 730px; }
.article-meta { align-items: center; color: var(--primary); display: flex; flex-wrap: wrap; font-size: .67rem; font-weight: 800; gap: 9px; letter-spacing: .08em; text-transform: uppercase; }
.article-meta i { background: var(--gold); border-radius: 50%; height: 4px; width: 4px; }
.article-botanical { background: rgba(255,255,255,.5); border: 1px solid rgba(255,255,255,.9); border-radius: 50%; height: 250px; position: relative; width: 250px; }
.article-botanical > span { color: rgba(23,59,43,.16); font-family: var(--serif); font-size: 13rem; left: 22px; line-height: 1; position: absolute; top: 13px; }
.article-botanical i { height: 92px; right: 52px; top: 52px; width: 68px; }
.article-botanical i::after { height: 104px; left: 39px; top: 32px; }
.article-botanical small { bottom: -27px; color: var(--primary); font-family: var(--serif); font-style: italic; position: absolute; text-align: center; width: 100%; }
.article-layout { display: grid; gap: 70px; grid-template-columns: 210px minmax(0, 760px); justify-content: center; padding-block: 92px; }
.article-index { align-self: start; display: grid; gap: 9px; position: sticky; top: 112px; }
.article-index strong { color: var(--forest); font-family: var(--serif); font-size: 1.08rem; font-weight: 400; margin-bottom: 6px; }
.article-index a { color: var(--muted); font-size: .74rem; font-weight: 700; transition: color .2s ease; }
.article-index a:hover { color: var(--primary); }
.article-content > section { margin-bottom: 74px; scroll-margin-top: 110px; }
.article-content h2 { color: var(--forest); font-size: clamp(2.15rem, 4vw, 3rem); margin-bottom: 15px; }
.article-content h3 { color: var(--forest); font-family: var(--serif); font-size: 1.45rem; font-weight: 400; margin: 19px 0 6px; }
.article-content p { color: var(--muted); }
.profile-panel { background: var(--forest); border-radius: var(--radius-sm); padding: 27px; }
.profile-panel .eyebrow { color: var(--gold-soft); }
.profile-panel div { border-top: 1px solid rgba(255,255,255,.1); display: flex; gap: 12px; justify-content: space-between; padding-block: 10px; }
.profile-panel span { color: rgba(255,255,255,.6); font-size: .75rem; }
.profile-panel strong { color: #fff; font-family: var(--serif); font-size: .95rem; font-weight: 400; }
.detail-grid { display: grid; gap: 13px; grid-template-columns: repeat(2, 1fr); margin-top: 26px; }
.detail-grid > div { background: var(--cream); border-radius: var(--radius-sm); padding: 20px; }
.detail-grid .icon { background: #fff; }
.detail-grid h3 { font-size: 1.25rem; }
.detail-grid p { font-size: .84rem; line-height: 1.7; margin-bottom: 0; }
.safety-panel { background: #fffaf0; border: 1px solid rgba(199,164,92,.3); border-radius: var(--radius-sm); padding: 26px; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { color: var(--forest); cursor: pointer; display: flex; font-size: .91rem; font-weight: 750; gap: 18px; justify-content: space-between; list-style: none; padding-block: 17px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--gold); font-size: 1.3rem; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { font-size: .86rem; padding-right: 22px; }
.prose { padding-block: 70px 100px; }
.prose > p { color: var(--muted); font-size: 1rem; line-height: 1.95; }
.email-link { color: var(--primary); display: inline-block; font-family: var(--serif); font-size: 1.5rem; margin-block: 10px 28px; }
.contact-form { background: var(--cream); border-radius: var(--radius-sm); display: grid; gap: 14px; margin-top: 24px; padding: 24px; }
.contact-form label { display: grid; gap: 5px; }
.contact-form label span { color: var(--forest); font-size: .69rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.contact-form textarea { border-radius: 15px; resize: vertical; }
.contact-form .button { justify-self: start; }
.form-note, .form-result { color: var(--muted); font-size: .78rem !important; margin: 0; }
.form-result { color: var(--primary); font-weight: 700; }
.not-found { padding-block: 110px; text-align: center; }
.not-found img { margin: 0 auto 16px; }
.not-found .eyebrow { justify-content: center; }
.not-found h1 { color: var(--forest); font-size: clamp(3.4rem, 7vw, 6rem); margin-bottom: 15px; }
.not-found p:not(.eyebrow) { color: var(--muted); margin-inline: auto; max-width: 560px; }
.centered-actions { justify-content: center; margin-top: 24px; }

@media (max-width: 1020px) {
  .hero-grid { grid-template-columns: 1fr minmax(310px, .75fr); }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .herb-grid-full { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1.3fr repeat(3, .7fr); }
}

@media (max-width: 840px) {
  :root { --wrap: min(100% - 30px, 680px); }
  .header-inner { height: 72px; }
  .menu-toggle { display: block; }
  .header-nav {
    align-items: stretch; background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow-soft);
    display: none; gap: 12px; padding: 16px; position: absolute; right: 15px; top: 66px; width: min(300px, calc(100% - 30px));
  }
  .header-nav.is-open, .site-nav { display: grid; }
  .site-nav { gap: 4px; }
  .site-nav a { border-radius: 9px; padding: 7px 5px; }
  .language-switcher button { justify-content: space-between; width: 100%; }
  .language-menu { left: 0; right: auto; width: 100%; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; min-height: auto; padding-top: 12px; }
  .hero-copy { padding-block: 62px 0; }
  .hero-copy h1 { font-size: clamp(3.35rem, 13vw, 5.2rem); }
  .hero-visual { justify-self: center; max-width: 510px; }
  .floating-card { bottom: 20px; left: 0; }
  .trust-row { margin-top: 42px; }
  .language-band-inner, .heading-row { align-items: start; display: grid; }
  .section { padding-block: 82px; }
  .herb-grid, .herb-grid-full { grid-template-columns: repeat(2, 1fr); }
  .ethics-panel { grid-template-columns: 1fr; }
  .ethics-image { height: 230px; }
  .ethics-copy { padding: 34px 27px; }
  .newsletter-inner { grid-template-columns: 1fr; }
  .newsletter-form { justify-content: start; }
  .footer-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-brand { grid-column: 1 / -1; }
  .page-hero-grid { grid-template-columns: 1fr; padding-block: 70px 0; }
  .page-hero-grid img { height: 220px; justify-self: center; }
  .editorial-grid { grid-template-columns: 1fr; }
  .article-hero-grid { grid-template-columns: 1fr; padding-block: 70px 28px; }
  .article-botanical { display: none; }
  .article-layout { display: block; padding-block: 64px; }
  .article-index { display: none; }
}

@media (max-width: 540px) {
  :root { --wrap: min(100% - 24px, 440px); }
  .logo img { height: 40px; }
  .hero-copy { padding-top: 50px; }
  .hero-copy h1 { font-size: clamp(3.25rem, 15vw, 4.45rem); }
  .hero-text { font-size: .95rem; }
  .actions .button { flex: 1 1 100%; }
  .trust-row { gap: 14px; }
  .trust-row div { min-width: auto; padding-right: 14px; }
  .trust-row strong { font-size: 1.32rem; }
  .trust-row span { font-size: .56rem; }
  .hero-visual { margin-top: -30px; }
  .floating-card { bottom: 15px; padding: 10px 12px; }
  .feature-grid, .herb-grid, .herb-grid-full { grid-template-columns: 1fr; }
  .feature-card { min-height: 276px; }
  .heading-row { gap: 12px; }
  .detail-grid { grid-template-columns: 1fr; }
  .profile-panel div { display: grid; gap: 1px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-languages { grid-column: 1 / -1; grid-template-columns: repeat(2, 1fr); }
  .footer-languages strong { grid-column: 1 / -1; }
  .footer-bottom { display: grid; gap: 4px; }
  .medical-note { gap: 11px; padding: 14px; }
  .language-links { margin-top: 9px; }
  .language-links a { flex: 1 1 calc(50% - 8px); }
  .article-hero h1 { font-size: 4rem; }
}
