/*
Theme Name: Fisa Food – ARABAN Authentic
Theme URI: https://www.fisa-food.at
Author: Fisa Food
Description: Pixelgenaues, responsives One-Page-Theme für Araban Sarımsağı mit gesperrtem Layout und vollständig editierbaren Inhalten und Bildern.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 7.0
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fisa-food-araban
*/

:root {
  --blue: #83c9df;
  --blue-pale: #e9f6fa;
  --blue-deep: #244d7f;
  --blue-night: #173757;
  --green: #b5d75d;
  --green-deep: #88ad2d;
  --paper: #fffefa;
  --paper-cool: #f5fafb;
  --warm: #f1e4cd;
  --ink: #2f3235;
  --muted: #687177;
  --line: rgba(36, 77, 127, 0.15);
  --white-line: rgba(255, 255, 255, 0.16);
  --shadow: 0 28px 74px rgba(36, 77, 127, 0.14);
  --shadow-soft: 0 16px 42px rgba(36, 77, 127, 0.08);
  --radius-xl: 42px;
  --radius-lg: 30px;
  --radius-md: 20px;
  --header-height: 82px;
  --max-width: 1280px;
}

* { box-sizing: border-box; }
html { max-width: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 12px); overflow-x: clip; }
body { max-width: 100%; margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, Aptos, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.62; overflow-x: clip; text-rendering: optimizeLegibility; }
body.menu-is-open { overflow: hidden; }
h1, h2, h3, h4, h5, h6, p, figure, blockquote, dl, dd { margin: 0; }
ul, ol { margin: 0; padding: 0; }
img, picture, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { color: inherit; font: inherit; }
button { cursor: pointer; }
::selection { background: var(--green); color: #23351a; }
:focus-visible { outline: 3px solid var(--green-deep); outline-offset: 4px; }

/* A branded pointer for precise pointing devices only. Text fields keep their native caret. */
@media (hover: hover) and (pointer: fine) {
  html, body { cursor: url("assets/images/garlic-cursor.svg") 2 2, auto; }
  a, button, select, summary, label[for], [role="button"], [role="link"] { cursor: url("assets/images/garlic-cursor-pointer.svg") 2 2, pointer; }
  a:active, button:active, select:active, summary:active, label[for]:active, [role="button"]:active, [role="link"]:active { cursor: url("assets/images/garlic-cursor-active.svg") 2 2, pointer; }
  input:not([type="button"]):not([type="submit"]):not([type="reset"]), textarea, [contenteditable="true"] { cursor: text; }
}

.shell { width: min(var(--max-width), calc(100% - 64px)); margin-inline: auto; }
.section-space { padding-block: clamp(84px, 9vw, 142px); }
.section-dark { color: #fff; background: var(--blue-deep); }
.eyebrow { margin: 0; color: var(--blue-deep); font-size: 0.72rem; font-weight: 900; letter-spacing: 0.18em; line-height: 1.35; text-transform: uppercase; }
.eyebrow--light { color: #cbeef6; }
.display-title, .section-title, .garlic-stage h2, .garlic-stage h3, .comparison h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -0.052em; line-height: 0.99; }
.section-title { max-width: 980px; margin: 12px 0 22px; font-size: clamp(2.65rem, 5.2vw, 5.4rem); }
.section-title--light { color: #fff; }
.section-intro { max-width: 700px; color: var(--muted); font-size: 1.05rem; }
.section-heading { max-width: 900px; margin-bottom: clamp(38px, 5vw, 66px); }
.section-heading > p:last-child { color: var(--muted); font-size: 1.05rem; }
.section-heading--split { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr); align-items: end; gap: clamp(32px, 6vw, 90px); max-width: none; }
.section-heading--split > p { margin: 0 0 7px; }
.section-heading--center { margin-inline: auto; text-align: center; }
.section-heading--center p { max-width: 740px; margin-inline: auto; }
.skip-link { position: fixed; z-index: 999; top: 10px; left: 10px; padding: 10px 14px; border-radius: 10px; background: var(--blue-deep); color: #fff; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 13px 22px; border: 1px solid transparent; border-radius: 999px; font-size: 0.9rem; font-weight: 850; line-height: 1.2; transition: transform 180ms ease, background 180ms ease, color 180ms ease, box-shadow 180ms ease; }
.button svg, .partner-grid a svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; transition: transform 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button:hover svg, .partner-grid a:hover svg { transform: translateX(3px); }
.button--primary { background: var(--blue-deep); color: #fff; box-shadow: 0 14px 32px rgba(36, 77, 127, 0.18); }
.button--primary:hover { background: var(--blue-night); box-shadow: 0 18px 38px rgba(36, 77, 127, 0.24); }
.button--quiet { border-color: var(--line); background: rgba(255, 255, 255, 0.72); color: var(--blue-deep); }
.button--quiet:hover { background: #fff; }

/* Header */
.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: var(--header-height); border-bottom: 1px solid rgba(36, 77, 127, 0.1); background: rgba(255, 254, 250, 0.9); backdrop-filter: blur(18px) saturate(1.25); }
body.admin-bar .site-header { top: 32px; }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { flex: 0 0 auto; }
.brand-lockup { display: inline-flex; align-items: center; gap: 11px; }
.brand-mark { width: 86px; height: 45px; display: grid; place-items: center; flex: 0 0 auto; }
.brand-mark img { width: 100%; height: auto; object-fit: contain; }
.brand-copy { display: grid; line-height: 1.04; }
.brand-copy strong { font-family: Georgia, "Times New Roman", serif; color: var(--blue-deep); font-size: 1.25rem; letter-spacing: -0.025em; }
.brand-copy small { margin-top: 5px; color: var(--muted); font-size: 0.6rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; justify-content: flex-end; gap: clamp(14px, 1.5vw, 24px); font-size: 0.82rem; font-weight: 780; }
.site-nav > a:not(.button) { position: relative; padding-block: 10px; white-space: nowrap; }
.site-nav > a:not(.button)::after { content: ""; position: absolute; right: 100%; bottom: 4px; left: 0; height: 2px; background: var(--green-deep); transition: right 180ms ease; }
.site-nav > a:not(.button):hover::after { right: 0; }
.header-cta { min-height: 42px; padding: 10px 17px; }
.menu-toggle { display: none; width: 48px; height: 48px; padding: 0; border: 1px solid var(--line); border-radius: 15px; background: #fff; }
.menu-toggle span { position: absolute; width: 20px; height: 2px; border-radius: 2px; background: var(--blue-deep); transition: transform 180ms ease; }
.menu-toggle span:first-child { transform: translateY(-4px); }
.menu-toggle span:last-child { transform: translateY(4px); }
.menu-toggle.is-open span:first-child { transform: rotate(45deg); }
.menu-toggle.is-open span:last-child { transform: rotate(-45deg); }

/* Hero */
.hero { position: relative; min-height: 100svh; display: grid; align-items: center; padding: calc(var(--header-height) + 48px) 0 70px; overflow: hidden; background: linear-gradient(140deg, #fffefa 4%, #f3fafc 57%, #eef7e4 100%); }
.hero-orb { position: absolute; border-radius: 50%; pointer-events: none; }
.hero-orb--blue { width: min(44vw, 690px); aspect-ratio: 1; left: -18vw; bottom: -20%; background: rgba(131, 201, 223, 0.38); }
.hero-orb--green { width: min(35vw, 540px); aspect-ratio: 1; right: -9vw; top: 5%; background: rgba(181, 215, 93, 0.72); }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr); align-items: center; gap: clamp(44px, 7vw, 104px); }
.hero-copy-block { position: relative; z-index: 2; padding-block: 24px; }
.display-title { margin: 18px 0 24px; font-size: clamp(4rem, 7.8vw, 8.15rem); }
.display-title em { color: var(--blue-deep); font-style: normal; }
.hero-lead { max-width: 690px; margin: 0; color: #535e64; font-size: clamp(1.02rem, 1.25vw, 1.17rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero-facts { display: flex; flex-wrap: wrap; gap: 0; margin: 36px 0 0; padding: 0; list-style: none; }
.hero-facts li { display: flex; align-items: center; gap: 9px; padding: 6px 18px; border-left: 1px solid var(--line); color: var(--muted); font-size: 0.75rem; font-weight: 760; }
.hero-facts li:first-child { padding-left: 0; border-left: 0; }
.hero-facts span { color: var(--green-deep); font-size: 0.62rem; font-weight: 950; letter-spacing: 0.08em; }
.hero-media { position: relative; width: min(100%, 580px); justify-self: end; }
.hero-media picture { display: block; height: min(70svh, 730px); min-height: 580px; overflow: hidden; border-radius: var(--radius-xl); background: #ecebea; box-shadow: var(--shadow); }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 56%; }
.hero-route { position: absolute; z-index: 2; top: 22px; left: 22px; display: flex; align-items: center; gap: 8px; padding: 10px 13px; border: 1px solid rgba(255, 255, 255, 0.7); border-radius: 999px; background: rgba(255, 255, 255, 0.82); color: var(--blue-deep); box-shadow: 0 8px 24px rgba(36, 77, 127, 0.1); backdrop-filter: blur(10px); font-size: 0.68rem; font-weight: 850; }
.hero-route i { width: 20px; height: 1px; background: var(--green-deep); }
.hero-note { position: absolute; z-index: 2; right: -24px; bottom: 30px; width: min(280px, 66%); padding: 18px 20px; border: 1px solid rgba(255, 255, 255, 0.74); border-radius: 22px; background: rgba(255, 255, 255, 0.92); box-shadow: var(--shadow-soft); backdrop-filter: blur(12px); }
.hero-note small { display: block; color: var(--green-deep); font-size: 0.65rem; font-weight: 900; letter-spacing: 0.12em; text-transform: uppercase; }
.hero-note strong { display: block; margin-top: 5px; color: var(--blue-deep); font-family: Georgia, "Times New Roman", serif; font-size: 1.18rem; line-height: 1.16; }
.hero-scroll { position: absolute; bottom: 22px; left: 50%; display: flex; align-items: center; gap: 9px; color: var(--muted); font-size: 0.68rem; font-weight: 850; letter-spacing: 0.1em; text-transform: uppercase; transform: translateX(-50%); }
.hero-scroll span { width: 8px; height: 8px; border-radius: 50%; background: var(--green-deep); box-shadow: 0 0 0 6px rgba(181, 215, 93, 0.2); animation: pulse 2s ease-in-out infinite; }
@keyframes pulse { 50% { box-shadow: 0 0 0 12px rgba(181, 215, 93, 0); } }

/* Origin */
.origin { position: relative; padding-block: clamp(92px, 10vw, 154px); overflow: hidden; }
.origin::after { content: ""; position: absolute; width: min(50vw, 720px); aspect-ratio: 1; right: -18%; top: -38%; border-radius: 50%; background: var(--green); opacity: 0.95; }
.origin-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(380px, 0.98fr); align-items: center; gap: clamp(44px, 7vw, 96px); }
.origin-media { position: relative; min-height: 610px; margin: 0; overflow: hidden; border-radius: var(--radius-xl); background: #476b4a; box-shadow: 0 32px 78px rgba(0, 0, 0, 0.24); }
.origin-media picture, .origin-media img { width: 100%; height: 100%; }
.origin-media img { position: absolute; inset: 0; object-fit: cover; object-position: center; }
.origin-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 58%, rgba(10, 33, 49, 0.72)); }
.origin-media figcaption { position: absolute; z-index: 2; right: 24px; bottom: 22px; left: 24px; color: #fff; font-size: 0.72rem; font-weight: 850; letter-spacing: 0.1em; text-transform: uppercase; }
.origin-copy { position: relative; z-index: 2; }
.origin-copy > p { color: #dbe9f2; }
.origin-copy .origin-intro { max-width: 650px; color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.35rem, 2.1vw, 2rem); line-height: 1.34; }
.origin-facts { display: grid; grid-template-columns: repeat(3, 1fr); margin: 34px 0 0; border-top: 1px solid var(--white-line); }
.origin-facts div { padding: 22px 14px 0 0; }
.origin-facts dt { color: var(--green); font-size: 0.68rem; font-weight: 900; letter-spacing: 0.13em; text-transform: uppercase; }
.origin-facts dd { margin: 6px 0 0; color: #e4edf4; font-size: 0.8rem; line-height: 1.4; }

/* Garlic scroll story */
.garlic-story { --story-progress: 0; position: relative; height: 230svh; padding: 0; isolation: isolate; background: linear-gradient(180deg, var(--paper) 0%, var(--paper-cool) 45%, var(--paper) 100%); }
.garlic-story::before, .garlic-story::after { content: ""; position: absolute; z-index: -1; border-radius: 50%; pointer-events: none; }
.garlic-story::before { width: min(46vw, 680px); aspect-ratio: 1; left: -18vw; top: 13%; background: rgba(131, 201, 223, 0.16); }
.garlic-story::after { width: min(42vw, 620px); aspect-ratio: 1; right: -15vw; bottom: 9%; background: rgba(181, 215, 93, 0.18); }
.garlic-sticky { position: sticky; top: var(--header-height); height: calc(100svh - var(--header-height)); display: grid; align-items: center; overflow: hidden; }
.garlic-layout { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(370px, 0.92fr); align-items: center; gap: clamp(36px, 7vw, 104px); }
.garlic-visual { position: relative; min-height: 650px; display: grid; place-items: center; }
.garlic-kicker { position: absolute; z-index: 6; top: 28px; left: 8px; display: flex; align-items: center; gap: 12px; color: var(--blue-deep); font-size: 0.68rem; font-weight: 900; letter-spacing: 0.17em; text-transform: uppercase; }
.garlic-kicker::before { content: ""; width: 34px; height: 2px; background: var(--green-deep); }
.garlic-halo { position: absolute; width: min(610px, 92%); aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, #fff 0 43%, rgba(255, 255, 255, 0.78) 44% 60%, rgba(131, 201, 223, 0.12) 61% 70%, transparent 71%); box-shadow: 0 46px 110px rgba(36, 77, 127, 0.09); }
.garlic-rings { position: absolute; width: min(525px, 79%); aspect-ratio: 1; border: 1px solid rgba(36, 77, 127, 0.1); border-radius: 50%; transform: rotate(calc(var(--story-progress) * 18deg)); }
.garlic-rings::before, .garlic-rings::after { content: ""; position: absolute; border-radius: 50%; }
.garlic-rings::before { top: 12%; right: 14%; width: 10px; height: 10px; background: var(--green); box-shadow: 0 0 0 8px rgba(181, 215, 93, 0.14); }
.garlic-rings::after { bottom: 17%; left: 8%; width: 7px; height: 7px; background: var(--blue); box-shadow: 0 0 0 7px rgba(131, 201, 223, 0.13); }
.garlic-bulb { position: relative; z-index: 3; width: min(650px, 100%); overflow: visible; filter: drop-shadow(0 24px 26px rgba(92, 66, 38, 0.12)); transform: scaleY(0.93); transform-origin: center; }
.animated-clove { transform-box: fill-box; transform-origin: center; will-change: transform; transition: filter 180ms ease; }
.animated-clove.is-current { filter: drop-shadow(0 5px 7px rgba(136, 173, 45, 0.24)); }
.outer-husk { will-change: opacity; }
.stem, .root-group, .rear-cloves, .bulb-ground { will-change: opacity; }
.garlic-vein, .husk-line { fill: none; stroke: rgba(127, 93, 55, 0.25); stroke-width: 2.4; stroke-linecap: round; }
.garlic-vein--dark { stroke: rgba(94, 65, 36, 0.42); }
.clove-shine { fill: none; stroke: rgba(255, 255, 255, 0.72); stroke-width: 7; stroke-linecap: round; opacity: 0.52; }
.husk-line { stroke: rgba(145, 106, 65, 0.34); stroke-width: 3; }
.husk-fiber { fill: none; stroke: rgba(136, 102, 66, 0.18); stroke-width: 1.8; stroke-linecap: round; stroke-dasharray: 3 7; }
.root-thread { fill: none; stroke: rgba(105, 72, 43, 0.48); stroke-width: 2.1; stroke-linecap: round; }
.root-group ellipse { opacity: 0.38 !important; }
.bulb-ground { fill: rgba(99, 72, 48, 0.11); filter: blur(12px); }
.bulb-light { pointer-events: none; mix-blend-mode: screen; opacity: 0.72; }
.garlic-content { position: relative; min-height: 520px; display: flex; align-items: center; padding-bottom: 52px; }
.garlic-stage { position: absolute; z-index: 0; top: 50%; inset-inline: 0; opacity: 0; pointer-events: none; transform: translateY(calc(-50% + 24px)); transition: opacity 320ms ease, transform 320ms ease; }
.garlic-stage.is-active { z-index: 2; opacity: 1; pointer-events: auto; transform: translateY(-50%); }
.stage-label { display: flex; align-items: center; gap: 11px; margin: 0 0 18px; color: var(--green-deep) !important; font-size: 0.72rem !important; font-weight: 900; letter-spacing: 0.15em; text-transform: uppercase; }
.stage-label b { width: 39px; height: 39px; display: grid; place-items: center; border-radius: 50%; background: var(--green); color: #26351b; font-size: 0.67rem; letter-spacing: 0; }
.garlic-stage h2, .garlic-stage h3 { margin: 0 0 20px; color: var(--ink); }
.garlic-stage h2 { font-size: clamp(3rem, 5.3vw, 5.7rem); }
.garlic-stage h3 { font-size: clamp(2.65rem, 4.4vw, 4.65rem); }
.garlic-stage--final h3 em { color: var(--blue-deep); font-style: normal; }
.garlic-stage > p:not(.stage-label) { max-width: 620px; margin: 0; color: var(--muted); font-size: 1.04rem; }
.stage-proof { display: inline-flex; align-items: center; gap: 9px; margin-top: 24px; padding: 9px 13px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--blue-deep); box-shadow: var(--shadow-soft); font-size: 0.76rem; font-weight: 820; }
.stage-proof::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--green-deep); box-shadow: 0 0 0 5px rgba(181, 215, 93, 0.18); }
.stage-progress { position: absolute; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.stage-progress span { display: grid; gap: 8px; color: var(--muted); font-size: 0.58rem; font-weight: 850; letter-spacing: 0.08em; text-transform: uppercase; }
.stage-progress i { height: 3px; overflow: hidden; border-radius: 999px; background: rgba(36, 77, 127, 0.12); }
.stage-progress i::after { content: ""; display: block; width: 100%; height: 100%; background: var(--green-deep); transform: scaleX(0); transform-origin: left; transition: transform 220ms ease; }
.stage-progress .is-on i::after { transform: scaleX(1); }
.garlic-fallback { display: none; padding-block: 92px; }
.fallback-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.fallback-grid article { padding: 26px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; }
.fallback-grid span { color: var(--green-deep); font-size: 0.7rem; font-weight: 900; letter-spacing: 0.12em; text-transform: uppercase; }
.fallback-grid h3 { margin: 10px 0 8px; font-family: Georgia, "Times New Roman", serif; font-size: 1.55rem; }
.fallback-grid p { margin: 0; color: var(--muted); font-size: 0.9rem; }

/* Harvest */
.harvest { background: #fff; }
.harvest-gallery { display: grid; grid-template-columns: 1.16fr 0.84fr; grid-template-rows: 340px 340px; gap: 18px; }
.harvest-card { position: relative; margin: 0; overflow: hidden; border-radius: var(--radius-lg); background: #d8d2c7; box-shadow: var(--shadow-soft); }
.harvest-card--wide { grid-row: 1 / 3; }
.harvest-card picture, .harvest-card img { width: 100%; height: 100%; }
.harvest-card img { object-fit: cover; transition: transform 700ms cubic-bezier(0.2, 0.65, 0.3, 1); }
.harvest-card--wide img { object-position: center; }
.harvest-card--tall img { object-position: center 48%; }
.harvest-card:hover img { transform: scale(1.025); }
.harvest-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 52%, rgba(14, 28, 34, 0.68)); pointer-events: none; }
.harvest-card figcaption { position: absolute; z-index: 2; right: 22px; bottom: 20px; left: 22px; display: grid; grid-template-columns: 36px 1fr; column-gap: 12px; color: #fff; }
.harvest-card figcaption span { grid-row: 1 / 3; color: var(--green); font-size: 0.68rem; font-weight: 900; }
.harvest-card figcaption strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.36rem; line-height: 1.1; }
.harvest-card figcaption small { margin-top: 4px; color: rgba(255, 255, 255, 0.78); font-size: 0.73rem; }

/* Value and comparison */
.value { background: var(--paper-cool); }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.value-grid article { min-height: 280px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow-soft); }
.value-grid span { color: var(--green-deep); font-size: 0.68rem; font-weight: 900; letter-spacing: 0.13em; }
.value-grid h3 { margin: 42px 0 14px; color: var(--blue-deep); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.55rem, 2.2vw, 2.15rem); line-height: 1.1; }
.value-grid p { margin: 0; color: var(--muted); font-size: 0.92rem; }
.comparison { display: grid; grid-template-columns: 0.9fr 1.1fr; align-items: center; gap: clamp(34px, 6vw, 86px); margin-top: 22px; padding: clamp(36px, 5vw, 70px); border-radius: var(--radius-xl); background: linear-gradient(145deg, var(--blue-deep), var(--blue-night)); color: #fff; box-shadow: var(--shadow); }
.comparison .eyebrow { color: #cbeef6; }
.comparison h3 { margin: 12px 0 20px; color: #fff; font-size: clamp(2.4rem, 4vw, 4.2rem); }
.comparison-copy > p:last-child { color: #d8e6ef; }
.comparison-table { border-top: 1px solid var(--white-line); }
.comparison-table > div { display: grid; grid-template-columns: 0.9fr 0.9fr 1.2fr; gap: 16px; padding: 15px 0; border-bottom: 1px solid var(--white-line); font-size: 0.8rem; }
.comparison-table span:first-child { color: #bcd3e1; font-weight: 700; }
.comparison-table span:nth-child(2) { color: #e0e6ea; }
.comparison-table strong { position: relative; padding-left: 17px; color: #fff; }
.comparison-table strong::before { content: ""; position: absolute; left: 0; top: 0.48em; width: 7px; height: 7px; border-radius: 50%; background: var(--green); }

/* Fisa Food system */
.system { position: relative; overflow: hidden; background: linear-gradient(155deg, #fffefa 0%, #f4fafb 54%, #edf5df 100%); }
.system::before { content: ""; position: absolute; width: min(38vw, 560px); aspect-ratio: 1; right: -14%; bottom: -26%; border-radius: 50%; background: rgba(181, 215, 93, 0.28); pointer-events: none; }
.system-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 0.94fr) minmax(500px, 1.06fr); align-items: start; gap: clamp(48px, 7vw, 100px); }
.system-copy .section-title { max-width: 680px; }
.system-lead { max-width: 680px; margin: 0; color: #526168; font-size: 1.04rem; }
.system-steps { display: grid; margin-top: 36px; border-top: 1px solid var(--line); }
.system-steps article { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.system-steps article > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--green); color: #263a19; font-size: 0.7rem; font-weight: 900; }
.system-steps small { display: block; color: var(--green-deep); font-size: 0.64rem; font-weight: 900; letter-spacing: 0.13em; text-transform: uppercase; }
.system-steps h3 { margin: 3px 0 6px; color: var(--blue-deep); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.25rem, 1.8vw, 1.65rem); line-height: 1.15; }
.system-steps p { margin: 0; color: var(--muted); font-size: 0.86rem; }
.system-gallery { position: sticky; top: calc(var(--header-height) + 26px); height: min(76svh, 760px); min-height: 640px; display: grid; grid-template-columns: minmax(0, 1.14fr) minmax(190px, 0.86fr); grid-template-rows: 1fr 1fr; gap: 14px; }
.system-photo { position: relative; margin: 0; overflow: hidden; border-radius: 28px; background: #eee9df; box-shadow: var(--shadow-soft); }
.system-photo--main { grid-row: 1 / 3; }
.system-photo picture, .system-photo img { width: 100%; height: 100%; }
.system-photo img { object-fit: cover; transition: transform 700ms cubic-bezier(0.2, 0.65, 0.3, 1); }
.system-photo--main img { object-position: center 48%; }
.system-photo:hover img { transform: scale(1.025); }
.system-photo::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(180deg, transparent, rgba(23, 55, 87, 0.72)); pointer-events: none; }
.system-photo figcaption { position: absolute; z-index: 2; right: 18px; bottom: 16px; left: 18px; display: grid; color: #fff; line-height: 1.2; }
.system-photo figcaption strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.15rem; }
.system-photo figcaption span { margin-top: 4px; color: rgba(255, 255, 255, 0.78); font-size: 0.68rem; }
.system-proof { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 54px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.system-proof span { position: relative; padding: 18px 16px 18px 28px; border-right: 1px solid var(--line); color: var(--blue-deep); font-size: 0.7rem; font-weight: 850; letter-spacing: 0.06em; text-transform: uppercase; }
.system-proof span:last-child { border-right: 0; }
.system-proof span::before { content: ""; position: absolute; left: 10px; top: 50%; width: 8px; height: 8px; border-radius: 50%; background: var(--green-deep); transform: translateY(-50%); }

/* Partner segments */
.partners { color: #fff; background: var(--blue-deep); }
.partners .section-heading > p:last-child { color: #d9e8f1; }
.partner-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.partner-grid article { min-height: 310px; display: flex; flex-direction: column; padding: 26px; border: 1px solid var(--white-line); border-radius: 26px; background: rgba(255, 255, 255, 0.055); transition: background 180ms ease, transform 180ms ease; }
.partner-grid article:hover { background: rgba(255, 255, 255, 0.09); transform: translateY(-3px); }
.partner-grid article > span { color: var(--green); font-size: 0.7rem; font-weight: 900; letter-spacing: 0.13em; }
.partner-grid h3 { margin: 52px 0 14px; font-family: Georgia, "Times New Roman", serif; font-size: 1.55rem; line-height: 1.1; }
.partner-grid p { margin: 0 0 24px; color: #d7e4ed; font-size: 0.88rem; }
.partner-grid a { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; color: var(--green); font-size: 0.75rem; font-weight: 850; }

/* Inquiry */
.inquiry { background: var(--green); }
.inquiry-grid { display: grid; grid-template-columns: 0.82fr 1.18fr; align-items: start; gap: clamp(46px, 8vw, 112px); }
.inquiry-copy .section-title { font-size: clamp(2.8rem, 5vw, 5rem); }
.inquiry-copy > p:not(.eyebrow) { color: #3f4a31; }
.direct-contact { display: grid; gap: 10px; margin-top: 30px; }
.direct-contact a { display: grid; width: fit-content; }
.direct-contact small { color: #4b5d37; font-size: 0.62rem; font-weight: 850; letter-spacing: 0.12em; text-transform: uppercase; }
.direct-contact strong { color: var(--blue-deep); font-size: 1.05rem; }
.inquiry-form { display: grid; gap: 17px; padding: clamp(28px, 4vw, 48px); border: 1px solid rgba(255, 255, 255, 0.54); border-radius: var(--radius-xl); background: rgba(255, 255, 255, 0.88); box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.inquiry-form label { display: grid; gap: 7px; color: var(--blue-deep); font-size: 0.73rem; font-weight: 850; }
.inquiry-form label small { color: var(--muted); font-weight: 650; }
.inquiry-form input, .inquiry-form select, .inquiry-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 13px; background: #fff; font-size: 0.9rem; font-weight: 500; outline: 0; transition: border 180ms ease, box-shadow 180ms ease; }
.inquiry-form input, .inquiry-form select { height: 48px; padding: 0 13px; }
.inquiry-form textarea { min-height: 120px; resize: vertical; padding: 12px 13px; }
.inquiry-form input:focus, .inquiry-form select:focus, .inquiry-form textarea:focus { border-color: var(--blue-deep); box-shadow: 0 0 0 4px rgba(131, 201, 223, 0.22); }
.inquiry-form .button { width: fit-content; margin-top: 3px; border: 0; }
.form-note { margin: -4px 0 0; color: var(--muted); font-size: 0.7rem; }

/* Footer */
.site-footer { padding-top: 54px; background: var(--blue-night); color: #fff; }
.brand-lockup--footer .brand-mark { width: 94px; height: 49px; }
.brand-lockup--footer .brand-copy strong { color: #fff; }
.brand-lockup--footer .brand-copy small { color: #bdd0dc; }
.footer-top { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 40px; padding-bottom: 42px; }
.footer-top > p { margin: 0; color: #cbdbe5; font-family: Georgia, "Times New Roman", serif; font-size: 1.15rem; line-height: 1.35; }
.footer-top > div { display: grid; gap: 3px; color: #e7f0f5; font-size: 0.82rem; font-weight: 700; text-align: right; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding-block: 18px; border-top: 1px solid var(--white-line); color: #9fb7c6; font-size: 0.68rem; }

/* WordPress fallback pages; the front page keeps the exact one-page layout. */
.wp-content-page { min-height: 100svh; padding: calc(var(--header-height) + 62px) 0 92px; }
.wp-content-page article { max-width: 860px; margin-inline: auto; }
.wp-content-page h1, .wp-content-page h2 { color: var(--blue-deep); font-family: Georgia, "Times New Roman", serif; line-height: 1.05; }
.wp-content-page h1 { font-size: clamp(2.8rem, 6vw, 5.4rem); }
.wp-content-page .entry-meta { color: var(--muted); font-size: .78rem; }
.wp-content-page .entry-content a { color: var(--blue-deep); text-decoration: underline; text-underline-offset: 3px; }

body.admin-bar .garlic-sticky { top: calc(var(--header-height) + 32px); height: calc(100svh - var(--header-height) - 32px); }
body.admin-bar .system-gallery { top: calc(var(--header-height) + 58px); }

/* Responsive */
@media (max-width: 1120px) {
  :root { --header-height: 76px; }
  .shell { width: min(var(--max-width), calc(100% - 44px)); }
  .menu-toggle { position: relative; display: grid; place-items: center; z-index: 2; }
  .site-nav { position: fixed; top: calc(var(--header-height) + 10px); right: 22px; left: 22px; max-height: calc(100svh - var(--header-height) - 26px); display: grid; align-items: stretch; justify-content: stretch; gap: 0; padding: 12px; overflow-y: auto; border: 1px solid var(--line); border-radius: 24px; background: rgba(255, 255, 255, 0.98); box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: opacity 180ms ease, transform 180ms ease, visibility 180ms; }
  body.admin-bar .site-nav { top: calc(var(--header-height) + 42px); }
  .site-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .site-nav > a:not(.button) { padding: 13px 14px; border-bottom: 1px solid var(--line); }
  .site-nav > a:not(.button)::after { display: none; }
  .header-cta { width: 100%; margin-top: 10px; }
  .hero-grid { grid-template-columns: 1fr 0.86fr; gap: 40px; }
  .hero-media picture { min-height: 540px; }
  .garlic-layout { grid-template-columns: minmax(0, 1fr) minmax(340px, 0.92fr); gap: 28px; }
  .partner-grid { grid-template-columns: repeat(2, 1fr); }
  .partner-grid article { min-height: 260px; }
}

@media (max-width: 782px) {
  body.admin-bar .site-header { top: 46px; }
  body.admin-bar .site-nav { top: calc(var(--header-height) + 56px); }
  body.admin-bar .garlic-sticky { top: calc(var(--header-height) + 46px); height: calc(100svh - var(--header-height) - 46px); }
}

@media (max-width: 900px) {
  .shell { width: min(var(--max-width), calc(100% - 32px)); }
  .section-heading--split { grid-template-columns: 1fr; gap: 12px; }
  .hero { min-height: auto; padding-top: calc(var(--header-height) + 62px); }
  .hero-grid, .origin-grid, .system-grid, .inquiry-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 48px; }
  .hero-copy-block { max-width: 760px; }
  .hero-media { width: 100%; max-width: none; justify-self: stretch; }
  .hero-media picture { height: 640px; min-height: 0; }
  .hero-media img { object-position: center 56%; }
  .hero-note { right: 18px; }
  .hero-scroll { display: none; }
  .origin-grid { gap: 48px; }
  .origin-media { min-height: 500px; }
  .origin-facts { grid-template-columns: repeat(3, 1fr); }
  .garlic-story { height: 250svh; }
  .garlic-layout { height: 100%; grid-template-columns: 1fr; grid-template-rows: minmax(330px, 54%) minmax(280px, 46%); gap: 0; }
  .garlic-visual { min-height: 0; }
  .garlic-bulb { width: min(560px, 88%); }
  .garlic-halo { width: min(530px, 82%); }
  .garlic-rings { width: min(470px, 72%); }
  .garlic-content { min-height: 0; height: 100%; align-self: stretch; align-items: flex-start; padding: 4px 12px 52px; }
  .garlic-stage { top: 4px; transform: translateY(24px); }
  .garlic-stage.is-active { transform: translateY(0); }
  .garlic-stage h2 { font-size: clamp(2.7rem, 7.5vw, 4.4rem); }
  .garlic-stage h3 { font-size: clamp(2.3rem, 6.7vw, 3.7rem); }
  .garlic-kicker { top: 14px; }
  .harvest-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 420px 300px; }
  .harvest-card--wide { grid-row: auto; grid-column: 1 / 3; }
  .value-grid { grid-template-columns: 1fr; }
  .value-grid article { min-height: 220px; }
  .value-grid h3 { margin-top: 28px; }
  .comparison { grid-template-columns: 1fr; }
  .system-gallery { position: relative; top: auto; height: 640px; min-height: 0; grid-template-columns: 1.18fr 0.82fr; }
  .system-proof { grid-template-columns: repeat(2, 1fr); }
  .system-proof span:nth-child(2) { border-right: 0; }
  .system-proof span:nth-child(-n + 2) { border-bottom: 1px solid var(--line); }
  .inquiry-grid { gap: 50px; }
}

@media (max-width: 640px) {
  :root { --header-height: 70px; --radius-xl: 28px; --radius-lg: 22px; }
  .shell { width: calc(100% - 24px); }
  .section-space { padding-block: 76px; }
  .section-title { font-size: clamp(2.5rem, 12vw, 3.65rem); }
  .brand-lockup { gap: 9px; }
  .brand-mark { width: 72px; height: 38px; }
  .brand-copy strong { font-size: 1.08rem; }
  .brand-copy small { display: none; }
  .menu-toggle { width: 44px; height: 44px; }
  .site-nav { right: 12px; left: 12px; }
  .hero { padding: calc(var(--header-height) + 48px) 0 56px; }
  .display-title { margin-top: 13px; font-size: clamp(3.55rem, 18.2vw, 5rem); }
  .hero-lead { font-size: 0.98rem; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; white-space: normal; text-align: center; }
  .hero-facts { display: grid; gap: 8px; }
  .hero-facts li, .hero-facts li:first-child { padding: 0; border: 0; }
  .hero-media picture { height: 500px; border-radius: 28px; }
  .hero-route { top: 12px; left: 12px; max-width: calc(100% - 24px); gap: 6px; font-size: 0.6rem; }
  .hero-route i { width: 13px; }
  .hero-note { right: 12px; bottom: 12px; left: 12px; width: auto; }
  .origin { padding-block: 78px; }
  .origin-media { min-height: 360px; }
  .origin-facts { grid-template-columns: 1fr; }
  .origin-facts div { display: grid; grid-template-columns: 82px 1fr; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--white-line); }
  .origin-facts dd { margin: 0; }
  .garlic-story { height: 250svh; }
  .garlic-layout { width: calc(100% - 18px); grid-template-rows: minmax(0, 45%) minmax(0, 55%); }
  .garlic-bulb { width: min(430px, 90%, calc(42svh - 30px)); }
  .garlic-halo { width: min(95%, calc(44svh - 30px)); }
  .garlic-rings { width: min(82%, calc(39svh - 27px)); }
  .garlic-kicker { top: 8px; left: 0; font-size: 0.58rem; }
  .garlic-kicker::before { width: 22px; }
  .garlic-content { padding: 7px 3px 46px; }
  .garlic-stage h2 { font-size: clamp(2.4rem, 11.3vw, 3.25rem); }
  .garlic-stage h3 { font-size: clamp(2.05rem, 9.5vw, 2.85rem); }
  .garlic-stage > p:not(.stage-label) { font-size: 0.9rem; line-height: 1.52; }
  .stage-label { margin-bottom: 11px; font-size: 0.63rem !important; }
  .stage-label b { width: 34px; height: 34px; }
  .stage-proof { max-width: 100%; margin-top: 14px; padding: 8px 10px; font-size: 0.66rem; line-height: 1.3; }
  .stage-progress span { font-size: 0; }
  .stage-progress { bottom: 14px; }
  .stage-progress i { margin-top: 7px; }
  .harvest-gallery { display: grid; grid-template-columns: 1fr; grid-template-rows: none; }
  .harvest-card, .harvest-card--wide { grid-column: auto; height: 330px; }
  .harvest-card--tall { height: 390px; }
  .value-grid article { min-height: 0; padding: 24px; }
  .comparison { padding: 28px 20px; }
  .comparison-table > div { grid-template-columns: 1fr 1fr; gap: 8px; }
  .comparison-table span:first-child { grid-column: 1 / 3; padding-top: 4px; }
  .comparison-table strong { padding-left: 14px; text-align: right; }
  .system-grid { gap: 40px; }
  .system-steps article { grid-template-columns: 42px 1fr; gap: 13px; }
  .system-steps article > span { width: 38px; height: 38px; }
  .system-gallery { height: auto; grid-template-columns: 1fr 1fr; grid-template-rows: 420px 250px; }
  .system-photo--main { grid-row: auto; grid-column: 1 / 3; }
  .system-photo { border-radius: 22px; }
  .system-photo figcaption { right: 14px; bottom: 13px; left: 14px; }
  .system-photo figcaption strong { font-size: 1rem; }
  .system-proof { margin-top: 38px; }
  .system-proof span { padding: 15px 10px 15px 25px; font-size: 0.61rem; line-height: 1.3; }
  .partner-grid { grid-template-columns: 1fr; }
  .partner-grid article { min-height: 240px; }
  .partner-grid h3 { margin-top: 36px; }
  .form-row { grid-template-columns: 1fr; }
  .inquiry-form { padding: 22px 16px; border-radius: 25px; }
  .inquiry-form .button { width: 100%; white-space: normal; text-align: center; }
  .footer-top { grid-template-columns: 1fr; gap: 24px; }
  .footer-top > div { text-align: left; }
  .footer-bottom { flex-wrap: wrap; }
}

@media (max-width: 370px) {
  .shell { width: calc(100% - 18px); }
  .brand-copy { display: none; }
  .hero-media picture { height: 430px; }
  .hero-route { display: none; }
  .garlic-layout { width: calc(100% - 12px); grid-template-rows: minmax(0, 42%) minmax(0, 58%); }
  .garlic-stage h3 { font-size: 1.92rem; }
  .garlic-stage > p:not(.stage-label) { font-size: 0.84rem; }
  .stage-proof { font-size: 0.61rem; }
  .harvest-card { height: 300px; }
  .comparison-table > div { font-size: 0.72rem; }
  .system-gallery { grid-template-rows: 350px 210px; gap: 9px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .garlic-story { height: auto; }
  .garlic-sticky { display: none; }
  .garlic-fallback { display: block; }
}

@media (max-height: 690px) and (orientation: landscape) {
  .garlic-story { height: auto; }
  .garlic-sticky { display: none; }
  .garlic-fallback { display: block; }
}

@media (max-width: 640px) and (prefers-reduced-motion: reduce), (max-height: 690px) and (orientation: landscape) and (max-width: 900px) {
  .fallback-grid { grid-template-columns: 1fr; }
}
