:root {
  --forest: #006653;
  --forest-deep: #003f35;
  --leaf: #c65b17;
  --gold: #a94710;
  --cream: #f7e9dd;
  --paper: #fffdf8;
  --ink: #153d35;
  --muted: #647a72;
  --line: #d9e2dc;
  --white: #fff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
.shell { width: min(1200px, calc(100% - 44px)); margin: 0 auto; }
.section { padding: 86px 0; }

.language-control { min-width: 142px; height: 34px; padding: 0 7px; display: flex; align-items: center; gap: 6px; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 4px; }
.language-google-mark { font-size: 15px; font-weight: 900; background: linear-gradient(135deg, #4285f4 20%, #34a853 38%, #fbbc05 58%, #ea4335 78%); background-clip: text; -webkit-background-clip: text; color: transparent; }
.language-select { min-width: 112px; height: 28px; overflow: hidden; color: #213a30; }
.language-select select { max-width: 112px; height: 28px; border: 0; border-radius: 3px; padding: 0 2px; font-size: 11px; background: #fff; color: #263b34; }
.goog-logo-link, .goog-te-gadget span { display: none !important; }
.goog-te-gadget { font-size: 0 !important; }

.site-header { position: sticky; top: 0; z-index: 40; background: rgba(255,255,255,.97); border-bottom: 1px solid rgba(11,75,54,.1); backdrop-filter: blur(12px); }
.header-inner { height: 90px; display: flex; align-items: center; gap: 18px; }
.brand { width: 270px; flex: 0 0 270px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; }
.brand img { width: 250px; max-height: 65px; object-fit: contain; }
.brand > span { width: 260px; max-width: 100%; color: var(--forest); font-size: 9.2px; font-weight: 900; letter-spacing: .005em; line-height: 1.15; text-align: center; white-space: nowrap; }
.desktop-nav { flex: 1; display: flex; align-items: center; justify-content: center; gap: 16px; }
.desktop-nav > a, .nav-dropdown > a { position: relative; padding: 34px 0; font-size: 12.5px; font-weight: 800; white-space: nowrap; }
.nav-dropdown > a { display: flex; align-items: center; gap: 7px; }
.desktop-nav > a::after, .nav-dropdown > a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 25px; height: 2px; background: var(--gold); transition: right .2s ease; }
.desktop-nav > a:hover::after, .desktop-nav > a.active::after, .nav-dropdown:hover > a::after, .nav-dropdown > a.active::after { right: 0; }
.nav-dropdown { position: relative; display: flex; align-items: center; }
.nav-chevron { width: 7px; height: 7px; display: inline-block; border-right: 2px solid var(--leaf); border-bottom: 2px solid var(--leaf); transform: rotate(45deg); transform-origin: center; transition: transform .2s ease; }
.nav-dropdown:hover > a .nav-chevron, .nav-dropdown:focus-within > a .nav-chevron { transform: rotate(225deg); }
.nav-dropdown-menu { position: absolute; top: calc(100% - 10px); left: 50%; width: 240px; overflow: visible; padding: 10px; background: #fff; border: 1px solid var(--line); box-shadow: 0 24px 55px rgba(6,52,38,.17); opacity: 0; visibility: hidden; transform: translate(-50%, 10px); transition: opacity .2s ease, transform .2s ease, visibility .2s ease; pointer-events: none; }
.nav-dropdown::after { content: ""; position: absolute; left: -20px; right: -20px; top: 60px; height: 34px; }
.nav-dropdown:hover .nav-dropdown-menu, .nav-dropdown:focus-within .nav-dropdown-menu { opacity: 1; visibility: visible; transform: translate(-50%, 0); pointer-events: auto; }
.nav-dropdown-menu a { display: block; padding: 11px 13px; border-bottom: 1px solid #edf1ee; }
.nav-dropdown-menu a:last-child { border-bottom: 0; }
.nav-dropdown-menu a:hover { background: #f3f7f2; }
.nav-dropdown-menu strong, .nav-dropdown-menu span { display: block; }
.nav-dropdown-menu strong { color: var(--forest); font-size: 12px; }
.nav-dropdown-menu span { margin-top: 3px; color: var(--muted); font-size: 9.5px; font-weight: 500; }
.nav-dropdown-menu .dropdown-category { margin: 0; display: flex; align-items: center; justify-content: space-between; background: var(--cream); border: 0; border-left: 3px solid var(--gold); }
.nav-dropdown-menu .dropdown-category strong { font-size: 13px; text-transform: uppercase; letter-spacing: .04em; }
.category-chevron { width: 7px; height: 7px; flex: 0 0 auto; border-right: 2px solid var(--leaf); border-bottom: 2px solid var(--leaf); transform: rotate(-45deg); }
.nav-category-group { position: relative; }
.nav-category-group::after { content: ""; position: absolute; top: -7px; right: -22px; width: 24px; height: calc(100% + 14px); }
.nav-product-submenu { position: absolute; z-index: 61; top: -10px; left: calc(100% + 10px); width: 335px; padding: 10px; background: #fff; border: 1px solid var(--line); border-radius: 4px; box-shadow: 0 22px 55px rgba(6,52,38,.18); opacity: 0; visibility: hidden; transform: translateX(9px); pointer-events: none; transition: opacity .18s ease, transform .18s ease, visibility .18s ease; }
.nav-category-group:hover .nav-product-submenu, .nav-category-group:focus-within .nav-product-submenu { opacity: 1; visibility: visible; transform: translateX(0); pointer-events: auto; }
.header-cta { background: var(--forest); color: #fff; border-radius: 999px; padding: 13px 18px; display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 900; white-space: nowrap; box-shadow: 0 12px 28px rgba(11,75,54,.16); }
.header-cta:hover { background: var(--forest-deep); transform: translateY(-1px); }
.header-language { flex: 0 0 142px; }
.mobile-language { margin-top: 10px; padding: 12px 10px; display: flex; align-items: center; justify-content: space-between; gap: 10px; background: var(--cream); color: var(--forest); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.mobile-menu { display: none; margin-left: auto; position: relative; }
.mobile-menu > summary { width: 44px; height: 44px; list-style: none; border: 1px solid var(--line); border-radius: 50%; display: grid; align-content: center; gap: 5px; padding: 0 12px; cursor: pointer; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu > summary span { height: 2px; background: var(--forest); border-radius: 2px; }
.mobile-menu > nav { position: absolute; top: 53px; right: 0; width: min(310px, calc(100vw - 30px)); max-height: calc(100vh - 120px); overflow-y: auto; padding: 12px; background: #fff; border: 1px solid var(--line); box-shadow: 0 20px 50px rgba(6,52,38,.14); }
.mobile-menu > nav > a { display: block; padding: 12px 10px; border-bottom: 1px solid #edf1ee; font-size: 14px; font-weight: 700; }
.mobile-product-dropdown { border-bottom: 1px solid #edf1ee; }
.mobile-product-dropdown > summary { width: 100%; height: auto; list-style: none; padding: 12px 10px; border: 0; border-radius: 0; display: flex; align-items: center; justify-content: space-between; color: var(--ink); font-size: 14px; font-weight: 700; cursor: pointer; }
.mobile-product-dropdown > summary::-webkit-details-marker { display: none; }
.mobile-chevron { width: 7px; height: 7px; flex: 0 0 auto; border-right: 2px solid var(--leaf); border-bottom: 2px solid var(--leaf); transform: rotate(45deg); transition: transform .2s ease; }
.mobile-product-dropdown[open] > summary .mobile-chevron, .mobile-category-dropdown[open] > summary .mobile-chevron { transform: rotate(225deg); }
.mobile-product-level1 { padding: 4px 6px 9px 13px; background: #faf8f2; }
.mobile-category-dropdown > summary { width: 100%; height: auto; padding: 11px 10px; list-style: none; border: 0; border-radius: 0; display: flex; align-items: center; justify-content: space-between; color: var(--forest); border-left: 2px solid var(--gold); background: var(--cream); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .04em; cursor: pointer; }
.mobile-category-dropdown > div { padding: 5px 0 2px 10px; }
.mobile-category-dropdown > div a { display: block; padding: 9px 10px; border-left: 2px solid var(--line); color: var(--muted); font-size: 12px; font-weight: 700; }
.mobile-category-dropdown > div a:hover { border-left-color: var(--leaf); color: var(--forest); background: var(--cream); }
.nav-category-group + .nav-category-group { margin-top: 6px; }
.category-filter { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 28px; }
.category-filter a { padding: 10px 15px; border: 1px solid var(--line); border-radius: 999px; color: var(--forest); background: #fff; font-size: 13px; font-weight: 800; }
.category-filter a:hover, .category-filter a.active { color: #fff; background: var(--forest); border-color: var(--forest); }
.empty-products { padding: 44px 22px; background: #fff; border: 1px solid var(--line); text-align: center; color: var(--muted); }

.hero-slider { min-height: 650px; position: relative; overflow: hidden; background: #f0e9dc; }
.hero-slide { position: absolute; inset: 0; display: grid; align-items: center; opacity: 0; visibility: hidden; transform: scale(1.012); transition: opacity .65s ease, transform .85s ease, visibility .65s ease; }
.hero-slide.is-active { opacity: 1; visibility: visible; transform: scale(1); z-index: 1; }
.hero-slide-media { position: absolute; inset: 0; overflow: hidden; }
.hero-slide-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-slide-wash { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(249,247,240,.99) 0%, rgba(249,247,240,.97) 34%, rgba(249,247,240,.72) 48%, rgba(249,247,240,.08) 67%, transparent 78%); }
.hero-inner { position: relative; z-index: 1; padding: 70px 0; }
.hero-copy { max-width: 610px; }
.eyebrow { margin: 0 0 20px; color: var(--forest); text-transform: uppercase; letter-spacing: .16em; font-size: 11px; font-weight: 900; display: flex; align-items: center; gap: 10px; }
.eyebrow span { display: inline-block; width: 30px; height: 2px; background: var(--gold); }
.eyebrow.light { color: #e9f4ee; }
.hero-slider h1, .page-hero h1, .product-detail-copy h1 { margin: 0; color: var(--forest-deep); font-family: Georgia, 'Times New Roman', serif; font-size: clamp(49px, 5.1vw, 76px); line-height: .98; letter-spacing: -.045em; }
.hero-slider h1 em { display: block; color: var(--leaf); font-weight: 500; }
.hero-copy > p:not(.eyebrow) { max-width: 560px; margin: 24px 0 0; color: #566b62; font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; gap: 12px; margin-top: 31px; flex-wrap: wrap; }
.button { min-height: 48px; padding: 0 23px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid transparent; font-size: 12px; font-weight: 900; letter-spacing: .02em; cursor: pointer; }
.button-primary { background: var(--forest); color: #fff; box-shadow: 0 13px 30px rgba(11,75,54,.18); }
.button-primary:hover { background: var(--forest-deep); transform: translateY(-1px); }
.button-outline { border-color: #a8b8b0; background: rgba(255,255,255,.58); color: var(--forest); }
.button-light { background: #fff; color: var(--forest-deep); }
.hero-proof { margin-top: 44px; display: flex; gap: 0; max-width: 600px; }
.hero-proof div { padding: 0 24px; border-left: 1px solid #cbd6d0; }
.hero-proof div:first-child { padding-left: 0; border-left: 0; }
.hero-proof strong { display: block; color: var(--forest); font-family: Georgia, serif; font-size: 25px; }
.hero-proof span { display: block; margin-top: 5px; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .05em; }
.hero-controls { position: absolute; z-index: 5; left: 50%; bottom: 24px; transform: translateX(-50%); display: flex; align-items: center; justify-content: flex-end; gap: 12px; pointer-events: none; }
.hero-controls > button { width: 38px; height: 38px; border: 1px solid rgba(0,63,53,.25); border-radius: 50%; background: rgba(255,255,255,.84); color: var(--forest); cursor: pointer; pointer-events: auto; }
.hero-controls > button:hover { background: var(--forest); color: #fff; }
.hero-dots { display: flex; gap: 7px; padding: 8px 10px; border-radius: 999px; background: rgba(255,255,255,.8); }
.hero-dots button { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 999px; background: #b9c5c0; cursor: pointer; pointer-events: auto; transition: width .2s ease, background .2s ease; }
.hero-dots button.is-active { width: 24px; background: var(--leaf); }

.quality-strip { background: #fff; border-bottom: 1px solid var(--line); }
.quality-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.quality-grid > div { min-height: 96px; padding: 20px 25px; display: flex; align-items: center; border-right: 1px solid var(--line); }
.quality-grid > div:last-child { border-right: 0; }
.quality-grid p { margin: 0; }
.quality-grid strong, .quality-grid small { display: block; }
.quality-grid strong { color: var(--forest); font-size: 14px; }
.quality-grid small { margin-top: 5px; color: var(--muted); font-size: 11px; line-height: 1.45; }

.intro-grid, .about-detail-grid, .packaging-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 88px; align-items: center; }
.intro-media { position: relative; min-height: 500px; padding: 0 55px 45px 0; }
.intro-media::before { content: ""; position: absolute; inset: 45px 0 0 48px; background: var(--forest); border-radius: 4px 110px 4px 4px; }
.intro-media img { position: relative; width: 100%; height: 460px; object-fit: cover; border-radius: 4px 90px 4px 4px; box-shadow: 0 22px 55px rgba(6,52,38,.15); }
.intro-badge { position: absolute; right: 0; bottom: 0; width: 170px; min-height: 130px; background: var(--cream); border: 1px solid #dfd5c4; display: grid; place-content: center; text-align: center; }
.intro-badge strong { color: var(--forest); font-family: Georgia, serif; font-size: 30px; }
.intro-badge span { margin-top: 6px; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.section-copy h2, .section-heading h2, .application-copy h2, .markets-grid h2, .markets-heading h2, .product-pack-grid h2, .quote-band h2, .brochure-copy h2, .contact-panel h2 { margin: 0; color: var(--forest-deep); font-family: Georgia, serif; font-size: clamp(38px, 4vw, 58px); line-height: 1.04; letter-spacing: -.035em; }
.section-copy h2 em, .section-heading h2 em { color: var(--leaf); font-weight: 500; }
.section-copy > p:not(.eyebrow), .section-heading > p, .split-heading > p { color: var(--muted); font-size: 15px; line-height: 1.85; }
.tick-grid { margin: 27px 0 28px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px 20px; }
.tick-grid span { color: #345348; font-size: 13px; font-weight: 700; }
.about-mini-highlights { margin: 27px 0 28px; display: grid; grid-template-columns: 1fr 1fr; gap: 11px 14px; }
.about-mini-highlights > span { min-height: 48px; padding: 10px 12px; display: flex; align-items: center; gap: 9px; background: #fff; border: 1px solid var(--line); color: #243a33; }
.about-mini-highlights svg { width: 22px; height: 22px; flex: 0 0 auto; color: var(--leaf); fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.about-mini-highlights strong { font-size: 12px; line-height: 1.25; }
.text-link { color: var(--forest); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .045em; display: inline-flex; gap: 9px; align-items: center; }
.text-link:hover { color: var(--leaf); }

.products-section, .values-section, .pack-options, .blog-preview { background: #f1ede4; }
.section-heading { margin-bottom: 46px; }
.split-heading { display: flex; justify-content: space-between; align-items: end; gap: 70px; }
.split-heading > div { max-width: 690px; }
.split-heading > p { max-width: 390px; margin: 0; }
.centered { text-align: center; max-width: 790px; margin-left: auto; margin-right: auto; }
.centered .eyebrow { justify-content: center; }
.product-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 22px; }
.product-grid > .product-card { grid-column: span 2; }
.product-grid > .product-card:nth-child(4) { grid-column: 2 / span 2; }
.product-grid > .product-card:nth-child(5) { grid-column: 4 / span 2; }
.product-card { background: #fff; border: 1px solid #e2e7e3; transition: transform .25s ease, box-shadow .25s ease; }
.product-card:hover { transform: translateY(-5px); box-shadow: 0 24px 45px rgba(19,54,41,.11); }
.product-image { height: 270px; overflow: hidden; background: #e9e4da; display: block; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.product-card:hover .product-image img { transform: scale(1.035); }
.product-content { padding: 25px 25px 27px; }
.product-content > span { color: var(--gold); font-size: 10px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.product-content h3 { margin: 10px 0 12px; color: var(--forest); font-family: Georgia, serif; font-size: 24px; line-height: 1.15; }
.product-content p { min-height: 67px; margin: 0 0 20px; color: var(--muted); font-size: 13px; line-height: 1.7; }
.section-action { display: flex; justify-content: center; margin-top: 40px; }

.application-section { padding: 86px 0; background: var(--forest-deep); color: #fff; position: relative; overflow: hidden; }
.application-section::after { content: "∞"; position: absolute; right: -70px; bottom: -150px; color: rgba(255,255,255,.035); font: 430px Georgia, serif; }
.application-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .85fr 1.15fr; gap: 88px; align-items: center; }
.application-copy h2 { color: #fff; }
.application-copy > p:not(.eyebrow) { color: #bcd0c7; font-size: 15px; line-height: 1.8; }
.industry-list { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.15); border-left: 1px solid rgba(255,255,255,.15); }
.industry-list article { min-height: 165px; padding: 27px; display: flex; border-right: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); }
.industry-list h3 { margin: 0 0 10px; font-family: Georgia, serif; font-size: 23px; }
.industry-list p { margin: 0; color: #bcd0c7; font-size: 13px; line-height: 1.65; }

.reasons-section { background: #fff; }
.reasons-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.reasons-grid article { min-height: 176px; padding: 25px 24px; overflow: hidden; display: grid; grid-template-columns: 58px minmax(0, 1fr); grid-template-rows: auto auto; column-gap: 18px; align-content: center; text-align: left; background: var(--paper); border: 1px solid var(--line); }
.icon-badge { width: 58px; height: 58px; margin: 0 auto; display: grid; place-items: center; border-radius: 50%; color: var(--leaf); background: #f8e3d4; border: 1px solid #edc6aa; }
.icon-badge svg { width: 28px; height: 28px; }
.reasons-grid article > .icon-badge { grid-row: 1 / 3; margin: 0; }
.reasons-grid h3 { margin: 0 0 8px; color: var(--forest); font: 18px/1.2 Georgia, serif; }
.reasons-grid p { margin: 0; color: #253b34; font-size: 13px; line-height: 1.55; }
.process-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.process-grid article { min-height: 225px; padding: 28px 22px; background: #fff; border: 1px solid var(--line); }
.process-grid span, .value-grid > article > span, .pack-grid > article > span { color: var(--gold); font: 23px Georgia, serif; }
.process-grid h3 { margin: 38px 0 10px; color: var(--forest); font: 20px Georgia, serif; }
.process-grid p { color: var(--muted); font-size: 13px; line-height: 1.7; }
.markets-section { padding: 68px 0; background: var(--forest-deep); color: #fff; }
.markets-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.markets-grid h2 { font-size: 43px; }
.markets-grid > div > p:not(.eyebrow) { color: var(--muted); line-height: 1.7; }
.markets-heading { margin-bottom: 30px; text-align: center; }
.markets-heading .eyebrow { justify-content: center; }
.markets-heading h2 { color: #fff; font-size: 43px; }
.market-list { display: grid; grid-template-columns: repeat(5, 1fr); gap: 9px; }
.market-list span { min-height: 118px; padding: 16px 10px; display: grid; place-items: center; align-content: center; gap: 10px; background: rgba(255,255,255,.085); border: 1px solid rgba(255,255,255,.18); color: #fff; font-size: 12px; font-weight: 900; text-align: center; }
.market-list img { width: 64px; height: 42px; object-fit: cover; border-radius: 3px; box-shadow: 0 3px 10px rgba(0,0,0,.26); }
.compliance-section { background: #f4efe4; }
.compliance-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.compliance-grid article { min-height: 160px; padding: 25px 18px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; background: #fff; border: 1px solid var(--line); }
.compliance-grid strong { color: var(--forest); font: 28px Georgia, serif; }
.compliance-grid span { margin-top: 10px; color: var(--ink); font-size: 12px; font-weight: 900; }
.compliance-grid small { margin-top: 7px; color: var(--muted); font-size: 9px; line-height: 1.4; }
.compliance-action { margin-top: 28px; text-align: center; }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.blog-grid article { padding: 29px; background: #fff; border-top: 3px solid var(--forest); }
.blog-no { color: #d6dace; font: 45px Georgia, serif; }
.blog-grid small { color: var(--gold); font-size: 10px; text-transform: uppercase; letter-spacing: .09em; }
.blog-grid h3 { min-height: 82px; margin: 14px 0; color: var(--forest); font: 23px/1.25 Georgia, serif; }
.blog-grid p { color: var(--muted); font-size: 13px; line-height: 1.7; }
.blog-grid article > a { color: var(--forest); font-size: 11px; font-weight: 900; text-transform: uppercase; }

.quote-band { padding: 62px 0; background: var(--forest); color: #fff; }
.quote-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 38px; }
.quote-band h2 { color: #fff; font-size: 42px; max-width: 760px; }

.page-hero { min-height: 350px; position: relative; display: grid; align-items: center; overflow: hidden; background: #f3eadc; }
.page-hero-art { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,52,37,.96), rgba(10,75,53,.89) 50%, rgba(10,75,53,.3)), url('../psyllium/psyllium-hero.webp') center right/cover no-repeat; }
.page-hero-inner { position: relative; z-index: 1; padding: 60px 0; }
.page-hero .eyebrow { color: #dcebe3; }
.page-hero h1 { color: #fff; max-width: 820px; font-size: clamp(42px, 4.8vw, 66px); }
.page-hero-inner > p:last-child { max-width: 720px; color: #d0dfd7; font-size: 15px; line-height: 1.75; }

.about-detail-image img, .packaging-grid > div:first-child img { width: 100%; height: 520px; object-fit: cover; border-radius: 4px 80px 4px 4px; }
.section-copy blockquote { margin: 28px 0 0; padding: 24px 27px; background: var(--cream); border-left: 3px solid var(--gold); color: var(--forest); font: italic 24px Georgia, serif; }
.value-grid, .pack-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.value-grid article, .pack-grid article { min-height: 270px; padding: 29px; background: #fff; border: 1px solid #e0e5df; }
.value-grid h3, .pack-grid h3 { margin: 0 0 13px; color: var(--forest); font: 23px Georgia, serif; }
.value-grid p, .pack-grid p { color: var(--muted); font-size: 13px; line-height: 1.7; }
.about-highlights, .about-process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.about-highlights article, .about-process-grid article { min-height: 255px; padding: 30px 24px; background: #fff; border: 1px solid var(--line); text-align: center; }
.about-highlights h3, .about-process-grid h3 { margin: 20px 0 10px; color: var(--forest); font: 23px/1.2 Georgia, serif; }
.about-highlights p, .about-process-grid p { margin: 0; color: #2d423b; font-size: 13px; line-height: 1.7; }
.about-process-section { background: #f5eee7; }
.mission-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.mission-grid article { padding: 50px; border: 1px solid var(--line); background: #fff; }
.mission-grid h2 { margin: 0; color: var(--forest); font: 37px/1.1 Georgia, serif; }
.mission-grid article > p:last-child { color: var(--muted); line-height: 1.8; }
.products-listing { background: #f1ede4; }
.spec-note { padding: 42px 0; background: #fff8e7; border-top: 1px solid #e9d9aa; border-bottom: 1px solid #e9d9aa; }
.spec-note .shell { display: flex; gap: 18px; align-items: flex-start; }
.spec-note strong { color: #856919; }
.spec-note p { margin: 0; color: #6d6348; line-height: 1.7; }

.product-story-section { padding: 76px 0; background: #fff; }
.product-story-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 70px; align-items: center; }
.product-story-image img { width: 100%; height: 550px; object-fit: cover; border-radius: 6px 84px 6px 6px; box-shadow: 0 26px 50px rgba(18,60,44,.14); }
.product-story-kicker { margin: 0 0 18px; color: var(--gold); font-size: 16px; font-weight: 900; letter-spacing: .01em; }
.product-story-copy h1 { margin: 0; color: var(--forest); font: 50px/1.12 Georgia, serif; letter-spacing: -.025em; }
.product-story-copy > p:not(.product-story-kicker) { margin: 20px 0 0; color: #3b4843; font-size: 17px; line-height: 1.75; }
.product-feature-list { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 22px; margin: 28px 0 30px; }
.product-feature-list > div { min-height: 62px; display: flex; align-items: center; gap: 13px; }
.product-feature-list span { width: 44px; height: 44px; flex: 0 0 44px; display: grid; place-items: center; border-radius: 50%; background: var(--cream); color: var(--gold); }
.product-feature-list svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.product-feature-list strong { color: var(--forest); font-size: 15px; line-height: 1.4; }
.product-spec-section { scroll-margin-top: 92px; background: #fff; }
.spec-section-heading { max-width: 820px; margin-bottom: 28px; }
.spec-section-heading h2 { margin: 0; color: var(--forest-deep); font: 44px/1.08 Georgia, serif; letter-spacing: -.025em; }
.spec-section-heading h2 em { color: var(--gold); font-weight: 400; }
.spec-section-heading > p:last-child { margin: 14px 0 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.product-spec-layout { display: grid; grid-template-columns: 1.15fr .85fr; gap: 26px; align-items: start; }
.spec-table-wrap { overflow-x: auto; border: 1px solid var(--line); }
.spec-table-wrap table { width: 100%; border-collapse: collapse; background: #fff; }
.spec-table-wrap th { padding: 16px 18px; background: var(--forest); color: #fff; font-size: 13px; text-align: left; text-transform: uppercase; letter-spacing: .035em; }
.spec-table-wrap td { padding: 14px 18px; border-bottom: 1px solid var(--line); color: #34483f; font-size: 15px; line-height: 1.5; }
.spec-table-wrap td:first-child { width: 38%; color: var(--ink); font-weight: 800; }
.spec-table-wrap tr:last-child td { border-bottom: 0; }
.spec-disclaimer { display: block; margin-top: 12px; color: var(--muted); font-size: 12px; line-height: 1.55; }
.product-overview-card { padding: 35px; background: var(--paper); border: 1px solid var(--line); }
.product-overview-card > p:not(.eyebrow) { color: var(--muted); font-size: 15px; line-height: 1.75; }
.product-overview-card h2 { margin: 27px 0 10px; color: var(--forest); font: 27px Georgia, serif; }
.application-icon-list { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.application-icon-list > div { min-height: 92px; padding: 14px 10px; display: grid; place-items: center; align-content: center; gap: 8px; background: #fff; border: 1px solid var(--line); text-align: center; }
.application-icon-list span { color: var(--leaf); }
.application-icon-list svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.application-icon-list strong { color: #263c35; font-size: 13px; line-height: 1.35; }
.grades-section { background: #f4efe4; }
.grade-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.grade-grid article { min-height: 145px; padding: 25px; display: flex; flex-direction: column; justify-content: center; text-align: center; background: #fff; border: 1px solid var(--line); }
.grade-grid strong { color: var(--forest); font: 20px/1.25 Georgia, serif; }
.grade-grid span { margin-top: 9px; color: var(--muted); font-size: 10px; line-height: 1.45; }
.product-pack-section { background: #fff; }
.product-pack-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.product-pack-grid h2 { font-size: 43px; }
.product-pack-grid > div:last-child { padding: 35px; background: var(--cream); border-left: 3px solid var(--gold); }
.product-pack-grid > div:last-child p { color: var(--muted); line-height: 1.8; }
.product-info-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.product-info-grid article { padding: 36px; border: 1px solid var(--line); background: #fff; }
.product-info-grid h2 { color: var(--forest); font: 31px Georgia, serif; }
.product-info-grid ul { list-style: none; margin: 25px 0 0; padding: 0; }
.product-info-grid li { padding: 12px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 14px; }
.pack-info { background: var(--cream) !important; }
.pack-info > p:not(.eyebrow) { color: var(--muted); line-height: 1.8; }
.buyer-checklist { background: #f2e7d4; }
.buyer-checklist .shell { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; }
.buyer-checklist h2 { margin: 0; color: var(--forest); font: 48px Georgia, serif; }
.buyer-checklist ol { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; margin: 0; padding: 0; list-style-position: inside; }
.buyer-checklist li { padding: 17px; background: rgba(255,255,255,.8); color: #365448; font-size: 13px; font-weight: 700; }

.certificate-notice { margin-bottom: 30px; padding: 30px; background: #fff8e7; border: 1px solid #e7d49f; display: flex; gap: 22px; align-items: flex-start; }
.certificate-notice > span { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: #d9b451; color: #fff; font-weight: 900; flex: 0 0 auto; }
.certificate-notice h2 { margin: 0; color: #6f5718; font: 27px Georgia, serif; }
.certificate-notice p { margin-bottom: 0; color: #71674b; line-height: 1.7; }
.document-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.document-grid article { padding: 30px; border: 1px solid var(--line); background: #fff; }
.document-grid article > span { color: var(--gold); font: 23px Georgia, serif; }
.document-grid h3 { margin: 0 0 10px; color: var(--forest); font: 23px Georgia, serif; }
.document-grid p { color: var(--muted); font-size: 13px; line-height: 1.7; }
.document-grid small { color: #8d7d56; font-size: 10px; text-transform: uppercase; letter-spacing: .06em; }
.quality-process { background: #f2e7d4; }
.process-wide { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; }
.process-wide h2 { margin: 0; color: var(--forest); font: 44px Georgia, serif; }
.mini-steps { display: flex; flex-wrap: wrap; gap: 10px; }
.mini-steps span { padding: 16px; background: #fff; color: var(--forest); font-size: 12px; font-weight: 800; }

.blog-page-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: start; }
.blog-page-grid article { background: #fff; border: 1px solid var(--line); padding-bottom: 26px; }
.article-image { position: relative; height: 260px; overflow: hidden; margin-bottom: 24px; }
.article-image img { width: 100%; height: 100%; object-fit: cover; }
.blog-page-grid article > :not(.article-image) { margin-left: 26px; margin-right: 26px; }
.blog-page-grid small { color: var(--gold); text-transform: uppercase; font-size: 10px; letter-spacing: .07em; }
.blog-page-grid h2 { min-height: 112px; color: var(--forest); font: 27px/1.2 Georgia, serif; }
.blog-page-grid article > p, .article-body { color: var(--muted); font-size: 13px; line-height: 1.7; }
.article-body { border-top: 1px solid var(--line); padding-top: 12px; }
.packing-note { padding-top: 0; }
.packing-note .shell { padding: 40px; background: #fff8e7; border-left: 4px solid var(--gold); }
.packing-note h2 { margin: 0; color: #765c18; font: 30px Georgia, serif; }
.packing-note p { margin-bottom: 0; color: #6f654a; }

.brochure-card { display: grid; grid-template-columns: .9fr 1.1fr; box-shadow: 0 28px 70px rgba(13,55,41,.12); }
.brochure-cover { min-height: 570px; padding: 55px; display: flex; flex-direction: column; justify-content: flex-end; color: #fff; background: linear-gradient(165deg, rgba(6,52,38,.92), rgba(11,75,54,.72)), url('../psyllium/psyllium-hero.webp') center/cover; }
.brochure-cover > span { width: 65px; height: 65px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.5); font: 40px Georgia, serif; }
.brochure-cover p { margin: 25px 0 8px; color: #dceadf; font-size: 11px; font-weight: 900; letter-spacing: .13em; }
.brochure-cover h2 { margin: 0; font: 48px/1 Georgia, serif; }
.brochure-cover small { margin-top: 15px; color: #d7e3dc; }
.brochure-copy { padding: 60px; background: #fff; }
.brochure-copy ul { margin: 30px 0; padding-left: 20px; color: var(--muted); line-height: 2; }
.brochure-products { background: #f4efe4; }
.brochure-product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.brochure-product-grid article { overflow: hidden; background: #fff; border: 1px solid var(--line); }
.brochure-product-grid img { width: 100%; height: 220px; object-fit: cover; }
.brochure-product-grid article > div { padding: 24px; }
.brochure-product-grid h3 { margin: 0 0 10px; color: var(--forest); font: 23px Georgia, serif; }
.brochure-product-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.brochure-spec-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.brochure-spec-grid article { padding: 24px; background: #fff; border: 1px solid var(--line); }
.brochure-spec-grid h3 { margin: 0 0 18px; color: var(--forest); font: 23px Georgia, serif; }
.brochure-spec-grid table { width: 100%; border-collapse: collapse; }
.brochure-spec-grid th, .brochure-spec-grid td { padding: 10px 8px; border-bottom: 1px solid var(--line); font-size: 11px; text-align: left; vertical-align: top; }
.brochure-spec-grid th { width: 38%; color: var(--ink); }
.brochure-spec-grid td { color: var(--muted); }

.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; box-shadow: 0 25px 60px rgba(13,55,41,.1); }
.contact-panel { padding: 54px; background: var(--forest); color: #fff; }
.contact-panel h2 { color: #fff; margin-bottom: 40px; }
.contact-panel > a, .contact-panel > div { display: block; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.17); }
.contact-panel small, .contact-panel strong { display: block; }
.contact-panel small { color: #bcd0c7; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.contact-panel strong { margin-top: 8px; font-size: 16px; }
.contact-panel > p:last-child { margin-top: 30px; color: #cddbd4; }
.enquiry-form { padding: 52px; background: #fff; display: grid; gap: 17px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.enquiry-form label { display: grid; gap: 7px; color: #365248; font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .05em; }
.enquiry-form input, .enquiry-form select, .enquiry-form textarea { width: 100%; border: 1px solid var(--line); background: #fafbf9; padding: 14px; color: var(--ink); font-size: 14px; text-transform: none; letter-spacing: 0; outline: none; }
.enquiry-form input:focus, .enquiry-form select:focus, .enquiry-form textarea:focus { border-color: var(--leaf); box-shadow: 0 0 0 3px rgba(208,123,54,.12); }
.enquiry-form .button { justify-self: start; border: 0; }
.form-intro { margin-bottom: 5px; }
.form-intro .eyebrow { margin-bottom: 12px; }
.form-intro h2 { margin: 0; color: var(--forest-deep); font: 36px/1.08 Georgia, serif; }
.form-intro > p:last-child { margin: 12px 0 0; color: var(--muted); font-size: 13px; line-height: 1.65; text-transform: none; letter-spacing: 0; }
.hp-field { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-alert { padding: 13px 15px; border-radius: 4px; font-size: 13px; line-height: 1.5; }
.form-alert.success { color: #175d3c; background: #e7f6ed; border: 1px solid #bce2ca; }
.form-alert.error { color: #7a3027; background: #fff0ee; border: 1px solid #efc0ba; }
.whatsapp-float { position: fixed; right: 19px; bottom: 19px; z-index: 35; padding: 13px 18px; border-radius: 999px; background: #25d366; color: #fff; font-size: 12px; font-weight: 900; box-shadow: 0 14px 35px rgba(0,0,0,.2); }

footer { background: var(--forest-deep); color: #c6d5ce; }
.footer-main { padding: 70px 0 55px; display: grid; grid-template-columns: 1.45fr .7fr 1fr 1fr; gap: 50px; }
.footer-brand img { width: 250px; max-height: 105px; padding: 9px 12px; object-fit: contain; object-position: left; background: #fff; border-radius: 4px; }
.footer-brand p { max-width: 310px; color: #c8d5cf; font-size: 15px; line-height: 1.7; }
.footer-socials { display: flex; gap: 10px; margin-top: 18px; }
.footer-socials a, .footer-socials .social-pending { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; color: #fff !important; background: rgba(255,255,255,.06); }
.footer-socials a:hover { background: var(--leaf); border-color: var(--leaf); }
.footer-socials .social-pending { opacity: .82; cursor: default; }
.footer-socials svg { width: 22px; height: 22px; }
.footer-main h3 { margin: 0 0 20px; color: #fff; font: 20px Georgia, serif; }
.footer-main > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 11px; }
.footer-main a, .footer-main span { color: #c0d0c8; font-size: 14px; line-height: 1.55; }
.footer-main a:hover { color: #fff; }
.footer-brochure { margin-top: 8px; color: #e6c776 !important; font-weight: 900; }
.footer-bottom { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.1); color: #9fb2a9; font-size: 13px; }

@media (max-width: 1120px) {
  .desktop-nav { gap: 13px; }
  .desktop-nav > a, .nav-dropdown > a { font-size: 11px; }
  .header-cta { display: none; }
  .header-language { display: none; }
  .brand { margin-right: auto; }
  .product-image { height: 250px; }
  .reasons-grid, .process-grid { grid-template-columns: repeat(3, 1fr); }
  .market-list { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 900px) {
  .desktop-nav { display: none; }
  .mobile-menu { display: block; }
  .hero-slider { min-height: 620px; }
  .hero-slide-wash { background: linear-gradient(90deg, rgba(249,247,240,.98) 0%, rgba(249,247,240,.93) 58%, rgba(249,247,240,.45) 100%); }
  .hero-copy { max-width: 570px; }
  .quality-grid { grid-template-columns: 1fr 1fr; }
  .quality-grid > div:nth-child(2) { border-right: 0; }
  .quality-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .intro-grid, .about-detail-grid, .packaging-grid, .application-grid, .markets-grid, .product-story-grid, .product-spec-layout, .product-pack-grid, .brochure-card, .contact-grid { grid-template-columns: 1fr; gap: 48px; }
  .intro-media { max-width: 620px; }
  .product-grid, .document-grid, .blog-page-grid, .brochure-product-grid { grid-template-columns: 1fr 1fr; }
  .product-grid > .product-card, .product-grid > .product-card:nth-child(4), .product-grid > .product-card:nth-child(5) { grid-column: auto; }
  .process-grid, .value-grid, .pack-grid, .about-highlights, .about-process-grid { grid-template-columns: 1fr 1fr; }
  .product-story-image { order: 0; }
  .product-story-copy { order: 1; }
  .reasons-grid { grid-template-columns: repeat(2, 1fr); }
  .compliance-grid, .brochure-spec-grid { grid-template-columns: repeat(3, 1fr); }
  .grade-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid article:nth-child(2) { border-right: 0; }
  .process-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .process-grid article { border: 1px solid var(--line); }
  .blog-grid { grid-template-columns: 1fr; }
  .blog-grid h3 { min-height: auto; }
  .footer-main { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-main > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .shell { width: min(100% - 30px, 1200px); }
  .section { padding: 72px 0; }
  .header-inner { height: 76px; }
  .brand { width: 205px; flex-basis: 205px; align-items: center; }
  .brand img { width: 198px; max-height: 56px; }
  .brand > span { width: 202px; font-size: 7px; letter-spacing: 0; text-align: center; }
  .hero-slider { min-height: 700px; }
  .hero-slide { align-items: end; }
  .hero-slide-media img { object-position: center top !important; }
  .hero-slide-wash { background: linear-gradient(0deg, rgba(249,247,240,1) 0%, rgba(249,247,240,.98) 51%, rgba(249,247,240,.35) 100%); }
  .hero-inner { padding: 210px 0 43px; }
  .hero-slider h1 { font-size: 43px; }
  .hero-copy > p:not(.eyebrow) { font-size: 14px; line-height: 1.65; }
  .hero-proof { margin-top: 30px; display: grid; grid-template-columns: repeat(3, 1fr); }
  .hero-proof div { padding: 0 10px; }
  .hero-proof strong { font-size: 18px; }
  .hero-proof span { font-size: 8px; }
  .hero-controls { bottom: 14px; justify-content: center; }
  .hero-controls > button { width: 34px; height: 34px; }
  .quality-grid { grid-template-columns: 1fr; }
  .quality-grid > div { min-height: 88px; border-right: 0; border-bottom: 1px solid var(--line); }
  .intro-media { min-height: 420px; padding: 0 25px 35px 0; }
  .intro-media img { height: 390px; }
  .intro-badge { width: 135px; min-height: 105px; }
  .split-heading, .quote-band-inner { display: block; }
  .split-heading > p { margin-top: 20px; }
  .quote-band .button { margin-top: 25px; }
  .product-grid, .industry-list, .process-grid, .reasons-grid, .compliance-grid, .grade-grid, .blog-grid, .value-grid, .pack-grid, .document-grid, .blog-page-grid, .mission-grid, .product-info-grid, .brochure-product-grid, .brochure-spec-grid, .about-highlights, .about-process-grid { grid-template-columns: 1fr; }
  .product-story-section { padding: 35px 0 65px; }
  .product-story-grid { gap: 34px; }
  .product-story-image img { height: 340px; border-radius: 4px 45px 4px 4px; }
  .product-story-copy h1 { font-size: 39px; }
  .product-story-copy > p:not(.product-story-kicker) { font-size: 16px; }
  .product-feature-list { grid-template-columns: 1fr; gap: 5px; }
  .market-list { grid-template-columns: 1fr 1fr; }
  .product-image { height: 305px; }
  .product-content p { min-height: auto; }
  .industry-list article, .process-grid article { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15); }
  .process-grid article { border: 1px solid var(--line); }
  .process-grid article:last-child { border-bottom: 0; }
  .application-section { padding: 75px 0; }
  .page-hero { min-height: 320px; }
  .page-hero h1 { font-size: 42px; }
  .about-detail-image img, .packaging-grid > div:first-child img { height: 380px; }
  .buyer-checklist .shell, .process-wide { grid-template-columns: 1fr; gap: 35px; }
  .buyer-checklist ol { grid-template-columns: 1fr; }
  .blog-page-grid h2 { min-height: auto; }
  .brochure-cover { min-height: 480px; padding: 35px; }
  .brochure-copy, .contact-panel, .enquiry-form { padding: 34px 24px; }
  .form-row { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 35px 25px; }
  .footer-brand, .footer-main > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { padding: 20px 0; display: block; }
}
