/* =========================================================
   Erarslanlar v2 — "Orchard & Earth"
   Calm, premium, agricultural corporate identity
   ========================================================= */
:root {
  --green: #1F4A2C;        /* primary */
  --green-deep: #143420;
  --leaf: #3B7A4B;         /* links / icons */
  --sage: #8A9A5B;         /* accent */
  --sage-soft: #cdd5b4;
  --cream: #F7F3EA;        /* page bg */
  --sand: #ECE3D2;         /* alt band */
  --sand-deep: #e0d4bd;
  --pom: #A8324A;          /* CTA accent (sparingly) */
  --pom-deep: #862740;
  --gold: #C9A24B;         /* premium hairline */
  --ink: #211E19;
  --ink-soft: #5b554c;
  --paper: #ffffff;
  --line: rgba(33,30,25,.12);
  --shadow-sm: 0 2px 10px rgba(31,74,44,.06);
  --shadow-md: 0 16px 44px rgba(31,74,44,.12);
  --shadow-lg: 0 34px 80px rgba(20,52,32,.18);
  --radius: 18px;
  --radius-sm: 12px;
  --container: 1240px;
  --serif: "Fraunces", "Cormorant Garamond", Georgia, serif;
  --sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --ease: cubic-bezier(.22,.61,.36,1);
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--sans); color: var(--ink); background: var(--cream); line-height: 1.7; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
::selection { background: var(--green); color: #fff; }
.container { width: min(100% - 48px, var(--container)); margin-inline: auto; }
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 500; line-height: 1.08; letter-spacing: -.015em; color: var(--green); }
.eyebrow { font-family: var(--sans); font-size: .76rem; letter-spacing: .24em; text-transform: uppercase; font-weight: 600; color: var(--sage); display: inline-block; margin-bottom: 16px; }
.eyebrow::before { content: ""; display: inline-block; width: 24px; height: 1px; background: var(--gold); vertical-align: middle; margin-right: 10px; }
.section { padding: clamp(72px, 10vw, 132px) 0; position: relative; }
.section--sand { background: var(--sand); }
.section--green { background: var(--green); }
.section--green h2, .section--green h3, .section--green .eyebrow { color: #fff; }
.section--green .lead { color: rgba(255,255,255,.78); }
.section-head { max-width: 720px; margin-bottom: 56px; }
.section-head.center { margin-inline: auto; text-align: center; }
h1 { font-size: clamp(2.4rem, 5.2vw, 4rem); }
h2.title { font-size: clamp(2rem, 4.2vw, 3.2rem); }
h3 { font-size: 1.4rem; }
.lead { font-family: var(--sans); font-size: 1.12rem; color: var(--ink-soft); font-weight: 400; }

/* ---------- Buttons ---------- */
.btn { display: inline-flex; align-items: center; gap: 10px; padding: 14px 28px; border-radius: 100px; font-weight: 600; font-size: .96rem; cursor: pointer; border: 1.5px solid transparent; transition: all .35s var(--ease); font-family: var(--sans); }
.btn svg { width: 18px; height: 18px; transition: transform .35s var(--ease); }
.btn-primary { background: var(--pom); color: #fff; box-shadow: 0 12px 26px rgba(168,50,74,.28); }
.btn-primary:hover { background: var(--pom-deep); transform: translateY(-3px); }
.btn-primary:hover svg { transform: translateX(4px); }
.btn-green { background: var(--green); color: #fff; }
.btn-green:hover { background: var(--green-deep); transform: translateY(-3px); }
.btn-outline { background: transparent; color: var(--green); border-color: var(--line); }
.btn-outline:hover { border-color: var(--green); background: var(--green); color: #fff; }
.btn-ghost { background: rgba(255,255,255,.1); color: #fff; border-color: rgba(255,255,255,.4); backdrop-filter: blur(6px); }
.btn-ghost:hover { background: rgba(255,255,255,.2); transform: translateY(-3px); }

/* ---------- Header ---------- */
.header { position: fixed; inset: 0 0 auto 0; z-index: 100; padding: 16px 0; transition: all .4s var(--ease); }
.header.scrolled { background: rgba(247,243,234,.9); backdrop-filter: blur(16px) saturate(1.3); box-shadow: var(--shadow-sm); padding: 8px 0; border-bottom: 1px solid var(--line); }
.header__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; flex-shrink: 0; }
.brand img { height: 68px; width: auto; flex-shrink: 0; filter: drop-shadow(0 2px 8px rgba(0,0,0,.35)); transition: height .4s var(--ease); }
.header.scrolled .brand img { height: 52px; filter: none; }
.nav { display: flex; align-items: center; gap: 2px; }
.nav a { padding: 8px 12px; border-radius: 100px; font-weight: 500; font-size: .89rem; color: rgba(255,255,255,.92); transition: all .25s; white-space: nowrap; }
.header.scrolled .nav a { color: var(--ink-soft); }
.nav a:hover, .nav a.active { color: #fff; background: rgba(255,255,255,.16); }
.header.scrolled .nav a:hover, .header.scrolled .nav a.active { color: var(--green); background: rgba(31,74,44,.08); }
.header__right { display: flex; align-items: center; gap: 12px; }
.lang { position: relative; }
.lang__btn { display: flex; align-items: center; gap: 7px; padding: 8px 13px; border-radius: 100px; font-weight: 600; font-size: .86rem; cursor: pointer; color: #fff; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.3); transition: all .3s; }
.header.scrolled .lang__btn { color: var(--ink); background: var(--paper); border-color: var(--line); }
.lang__btn svg { width: 14px; height: 14px; }
.lang__menu { position: absolute; top: calc(100% + 10px); right: 0; min-width: 172px; background: var(--paper); border-radius: 14px; box-shadow: var(--shadow-md); border: 1px solid var(--line); padding: 8px; opacity: 0; visibility: hidden; transform: translateY(-8px); transition: all .28s var(--ease); z-index: 50; }
.lang.open .lang__menu { opacity: 1; visibility: visible; transform: translateY(0); }
.lang__menu a { display: flex; align-items: center; gap: 10px; padding: 10px 12px; border-radius: 9px; font-size: .9rem; font-weight: 500; color: var(--ink-soft); transition: all .2s; }
.lang__menu a:hover { background: var(--cream); color: var(--green); }
.lang__menu a.active { color: var(--green); font-weight: 700; }
.lang__menu .flag { font-size: 1.1rem; }
.burger { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 8px; }
.burger span { width: 24px; height: 2px; background: #fff; border-radius: 2px; transition: all .3s; }
.header.scrolled .burger span { background: var(--ink); }

/* ---------- Media placeholder (for AI images to be dropped in) ---------- */
.media { position: relative; overflow: hidden; border-radius: var(--radius); background: linear-gradient(135deg, var(--sand), var(--sage-soft)); }
.media img { width: 100%; height: 100%; object-fit: cover; position: relative; z-index: 1; }
/* Reliable media fill: flex stretch avoids percentage-height pitfalls (sticky/absolute parents) */
.split__media, .variety__media, .product__photo, .post__media, .pagehero__bg { display: flex; }
.split__media > .media, .variety__media > .media, .product__photo > .media, .post__media > .media, .pagehero__bg > .media { flex: 1 1 auto; width: 100%; min-width: 0; min-height: 0; }
.media__ph { position: absolute; inset: 0; z-index: 0; display: grid; place-items: center; text-align: center; padding: 20px; color: var(--green); }
.media__ph svg { width: 46px; height: 46px; opacity: .5; margin-bottom: 10px; }
.media__ph span { font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 600; opacity: .65; max-width: 220px; }

/* ---------- Hero (home) ---------- */
.hero { position: relative; min-height: 100svh; display: flex; align-items: center; color: #fff; overflow: hidden; background: var(--green-deep); }
.hero__bg { position: absolute; inset: 0; z-index: 0; }
.hero__bg img, .hero__video { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero__bg .media__ph { background: linear-gradient(135deg, var(--green-deep), var(--green)); color: rgba(255,255,255,.6); }
.hero__bg .media__ph svg, .hero__bg .media__ph span { color: rgba(255,255,255,.6); }
.hero::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(15,30,18,.5) 0%, rgba(15,30,18,.28) 40%, rgba(15,30,18,.82) 100%); }
.hero__inner { position: relative; z-index: 2; padding-top: 90px; max-width: 760px; }
.hero__badge { display: inline-flex; align-items: center; gap: 9px; padding: 8px 16px; border-radius: 100px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.28); backdrop-filter: blur(8px); font-size: .8rem; font-weight: 600; margin-bottom: 26px; }
.hero__badge .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--gold); }
.hero h1 { color: #fff; font-size: clamp(2.6rem, 6vw, 4.8rem); margin-bottom: 22px; text-shadow: 0 4px 30px rgba(0,0,0,.3); font-weight: 400; }
.hero h1 .accent { font-style: italic; color: var(--gold); }
.hero__sub { font-size: clamp(1.05rem, 1.7vw, 1.28rem); color: rgba(255,255,255,.9); max-width: 560px; margin-bottom: 34px; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 14px; }
.hero__certs { position: absolute; bottom: 28px; left: 0; right: 0; z-index: 2; }
.hero__certs .container { display: flex; flex-wrap: wrap; gap: 22px; align-items: center; font-size: .82rem; color: rgba(255,255,255,.8); border-top: 1px solid rgba(255,255,255,.18); padding-top: 16px; }
.hero__certs b { color: #fff; font-weight: 600; }
.hero__certs .sep { width: 4px; height: 4px; border-radius: 50%; background: var(--gold); }

/* ---------- Page hero (interior pages) ---------- */
.pagehero { position: relative; padding: 180px 0 84px; color: #fff; overflow: hidden; background: var(--green); }
.pagehero__bg { position: absolute; inset: 0; z-index: 0; }
.pagehero__bg img { width: 100%; height: 100%; object-fit: cover; }
.pagehero::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(20,52,32,.7), rgba(20,52,32,.85)); }
.pagehero__inner { position: relative; z-index: 2; max-width: 760px; }
.pagehero h1 { color: #fff; font-weight: 400; margin-bottom: 14px; }
.pagehero p { color: rgba(255,255,255,.85); font-size: 1.15rem; }
.breadcrumb { font-family: var(--sans); font-size: .82rem; color: rgba(255,255,255,.7); margin-bottom: 18px; letter-spacing: .04em; }
.breadcrumb a:hover { color: #fff; }

/* ---------- Stats band ---------- */
.stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(130px, 1fr)); gap: 24px; }
.stat { text-align: center; padding: 20px; }
.stat__value { font-family: var(--serif); font-size: clamp(2.4rem, 4vw, 3.2rem); font-weight: 500; color: var(--pom); line-height: 1; }
.section--green .stat__value { color: var(--gold); }
.stat__label { font-size: .9rem; color: var(--ink-soft); margin-top: 8px; font-weight: 500; }
.section--green .stat__label { color: rgba(255,255,255,.78); }

/* ---------- Split (image + text) ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 6vw, 84px); align-items: center; }
.split.rev .split__media { order: 2; }
.split__media { height: 440px; box-shadow: var(--shadow-md); }
.split__body p { color: var(--ink-soft); margin-bottom: 16px; font-size: 1.06rem; }
.certs { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.cert { display: inline-flex; align-items: center; gap: 8px; padding: 9px 16px; border-radius: 100px; background: var(--paper); border: 1px solid var(--line); font-size: .86rem; font-weight: 600; color: var(--green); box-shadow: var(--shadow-sm); }
.cert svg { width: 16px; height: 16px; color: var(--leaf); }

/* ---------- Cards grid (values / export / sustainability) ---------- */
.cards { display: grid; gap: 22px; }
.cards.c3 { grid-template-columns: repeat(3, 1fr); }
.cards.c4 { grid-template-columns: repeat(4, 1fr); }
.card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 34px 30px; transition: all .4s var(--ease); }
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.section--green .card { background: rgba(255,255,255,.05); border-color: rgba(255,255,255,.12); }
.card__icon { width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center; background: linear-gradient(135deg, var(--green), var(--leaf)); margin-bottom: 20px; }
.card__icon svg { width: 26px; height: 26px; color: #fff; }
.section--green .card__icon { background: linear-gradient(135deg, var(--gold), #a9842f); }
.card h3 { margin-bottom: 10px; }
.section--green .card h3 { color: #fff; }
.card p { color: var(--ink-soft); font-size: .96rem; }
.section--green .card p { color: rgba(255,255,255,.75); }
.card__num { font-family: var(--serif); font-size: 2.4rem; color: var(--sage); line-height: 1; margin-bottom: 12px; }

/* ---------- Product grid ---------- */
.product-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 22px; }
.product { position: relative; border-radius: var(--radius); overflow: hidden; background: var(--paper); border: 1px solid var(--line); transition: all .45s var(--ease); display: flex; flex-direction: column; }
.product:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); }
.product__photo { height: 210px; }
.product__photo .media { height: 100%; border-radius: 0; }
.product__content { padding: 22px 24px 24px; display: flex; flex-direction: column; flex: 1; }
.product h3 { font-size: 1.35rem; margin-bottom: 8px; }
.product__desc { font-size: .93rem; color: var(--ink-soft); flex: 1; }
.product__season { margin-top: 16px; display: inline-flex; align-items: center; gap: 7px; font-size: .82rem; font-weight: 600; color: var(--leaf); }
.product__season::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--sage); }
.product__link { position: absolute; inset: 0; z-index: 3; }

/* ---------- Variety detail ---------- */
.variety { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 5vw, 70px); align-items: start; }
.variety__media { height: 460px; box-shadow: var(--shadow-md); position: sticky; top: 100px; }
.variety__body h2 { margin-bottom: 16px; }
.variety__body p { color: var(--ink-soft); font-size: 1.08rem; margin-bottom: 24px; }
.spec-table { width: 100%; border-collapse: collapse; margin-top: 8px; }
.spec-table th, .spec-table td { text-align: left; padding: 16px 4px; border-bottom: 1px solid var(--line); font-size: .98rem; }
.spec-table th { color: var(--ink-soft); font-weight: 500; width: 40%; }
.spec-table td { color: var(--green); font-weight: 600; font-family: var(--sans); }

/* ---------- Certifications row ---------- */
.logos { display: flex; flex-wrap: wrap; justify-content: center; gap: 18px; }
.logo-chip { display: inline-flex; align-items: center; gap: 10px; padding: 16px 26px; border-radius: 14px; background: var(--paper); border: 1px solid var(--line); font-weight: 700; color: var(--green); box-shadow: var(--shadow-sm); }
.logo-chip svg { width: 22px; height: 22px; color: var(--leaf); }

/* ---------- Certificate placeholder grid (Quality page) ---------- */
.cert-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.cert-grid .media { height: 300px; }
@media (max-width: 760px) { .cert-grid { grid-template-columns: 1fr; } }

/* In-page sub-nav (Corporate one-page) */
.subnav { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 44px; }
.subnav a { padding: 9px 18px; border-radius: 100px; background: var(--paper); border: 1px solid var(--line); font-weight: 600; font-size: .9rem; color: var(--green); transition: all .25s; box-shadow: var(--shadow-sm); }
.subnav a:hover { background: var(--green); color: #fff; transform: translateY(-2px); }

/* ---------- News ---------- */
.news-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(290px, 1fr)); gap: 22px; }
.post { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--paper); transition: all .4s var(--ease); display: flex; flex-direction: column; }
.post:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.post__media { height: 170px; position: relative; }
.post__media .media { height: 100%; border-radius: 0; }
.post__date { position: absolute; top: 14px; left: 14px; z-index: 4; background: rgba(20,52,32,.55); color: #fff; padding: 5px 12px; border-radius: 100px; font-size: .78rem; font-weight: 600; backdrop-filter: blur(4px); }
.post__body { padding: 22px 24px 26px; flex: 1; display: flex; flex-direction: column; }
.post h3 { font-size: 1.18rem; line-height: 1.2; margin-bottom: 10px; }
.post__excerpt { font-size: .92rem; color: var(--ink-soft); flex: 1; }

/* ---------- Contact ---------- */
.contact__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(36px, 5vw, 66px); }
.contact__info { display: flex; flex-direction: column; gap: 8px; }
.cinfo { display: flex; gap: 16px; padding: 20px; border-radius: var(--radius-sm); background: var(--paper); border: 1px solid var(--line); transition: all .35s var(--ease); box-shadow: var(--shadow-sm); }
.cinfo:hover { transform: translateX(6px); box-shadow: var(--shadow-md); }
.cinfo__icon { width: 46px; height: 46px; flex-shrink: 0; border-radius: 12px; display: grid; place-items: center; background: linear-gradient(135deg, var(--green), var(--leaf)); }
.cinfo__icon svg { width: 22px; height: 22px; color: #fff; }
.cinfo__label { font-size: .76rem; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-soft); font-weight: 700; margin-bottom: 3px; }
.cinfo__value { font-weight: 500; color: var(--ink); }
.csocial { display: flex; gap: 10px; margin-top: 8px; }
.csocial a { width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; background: var(--paper); border: 1px solid var(--line); transition: all .3s; box-shadow: var(--shadow-sm); }
.csocial a:hover { background: var(--green); transform: translateY(-4px); }
.csocial a:hover svg { color: #fff; }
.csocial svg { width: 20px; height: 20px; color: var(--ink-soft); transition: color .3s; }
.contact__brand { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 44px 36px; box-shadow: var(--shadow-md); text-align: center; }
.contact__logo { height: 150px; width: auto; max-width: 100%; margin: 0 auto 20px; object-fit: contain; }
.contact__brand-tag { font-family: var(--serif); font-style: italic; font-size: 1.5rem; color: var(--green); margin-bottom: 26px; }
.contact__actions { display: flex; flex-direction: column; gap: 12px; }
.contact__actions .btn { width: 100%; justify-content: center; }
.map { margin-top: 22px; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.map iframe { width: 100%; height: 260px; border: 0; display: block; filter: grayscale(.15); }

/* ---------- Legal / prose pages ---------- */
.prose { max-width: 760px; margin-inline: auto; }
.prose h2 { margin: 32px 0 14px; font-size: 1.5rem; }
.prose p { color: var(--ink-soft); margin-bottom: 16px; }
.prose .updated { font-size: .85rem; color: var(--sage); margin-bottom: 24px; }
.prose .disclaimer { background: var(--sand); border-left: 3px solid var(--gold); padding: 16px 20px; border-radius: 10px; font-size: .9rem; color: var(--ink-soft); margin-top: 28px; }

/* ---------- Footer ---------- */
.footer { background: var(--green-deep); color: rgba(255,255,255,.7); padding: 72px 0 28px; }
.footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 48px; }
.footer .brand img { height: 64px; margin-bottom: 16px; }
.footer__about { font-size: .94rem; max-width: 320px; }
.footer h4 { color: #fff; font-family: var(--sans); font-size: .8rem; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 18px; font-weight: 700; }
.footer__col a { display: block; padding: 6px 0; font-size: .94rem; transition: color .25s; }
.footer__col a:hover { color: var(--gold); }
.footer__bottom { border-top: 1px solid rgba(255,255,255,.12); padding-top: 24px; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 14px; font-size: .85rem; }
.footer__bottom a:hover { color: var(--gold); }

/* ---------- Cookie consent ---------- */
.cookie { position: fixed; left: 24px; right: 24px; bottom: 24px; z-index: 200; max-width: 480px; background: var(--cream); border: 1px solid var(--line); border-top: 3px solid var(--gold); border-radius: 16px; box-shadow: var(--shadow-lg); padding: 24px; transform: translateY(150%); transition: transform .5s var(--ease); }
.cookie.show { transform: translateY(0); }
.cookie h4 { font-family: var(--serif); font-size: 1.2rem; margin-bottom: 8px; }
.cookie p { font-size: .9rem; color: var(--ink-soft); margin-bottom: 16px; }
.cookie__actions { display: flex; flex-wrap: wrap; gap: 10px; }
.cookie__actions .btn { padding: 11px 20px; font-size: .9rem; }
.cookie__link { background: none; border: 0; color: var(--leaf); font-weight: 600; cursor: pointer; font-family: var(--sans); font-size: .9rem; text-decoration: underline; }
.cookie-modal { position: fixed; inset: 0; z-index: 210; display: none; place-items: center; padding: 20px; background: rgba(20,52,32,.5); backdrop-filter: blur(4px); }
.cookie-modal.show { display: grid; }
.cookie-modal__box { background: var(--paper); border-radius: 18px; max-width: 540px; width: 100%; padding: 32px; box-shadow: var(--shadow-lg); max-height: 86vh; overflow-y: auto; }
.cookie-modal h3 { margin-bottom: 18px; }
.ctoggle { display: flex; justify-content: space-between; align-items: start; gap: 16px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.ctoggle h5 { font-family: var(--sans); font-size: .98rem; color: var(--green); margin-bottom: 4px; }
.ctoggle p { font-size: .85rem; color: var(--ink-soft); margin: 0; }
.switch { position: relative; width: 46px; height: 26px; flex-shrink: 0; }
.switch input { opacity: 0; width: 0; height: 0; }
.switch .slider { position: absolute; inset: 0; background: var(--line); border-radius: 26px; transition: .3s; cursor: pointer; }
.switch .slider::before { content: ""; position: absolute; height: 20px; width: 20px; left: 3px; top: 3px; background: #fff; border-radius: 50%; transition: .3s; }
.switch input:checked + .slider { background: var(--leaf); }
.switch input:checked + .slider::before { transform: translateX(20px); }
.switch input:disabled + .slider { opacity: .55; cursor: not-allowed; }
.cookie-modal__actions { display: flex; gap: 10px; margin-top: 22px; }

/* ---------- Reveal ---------- */
.reveal { opacity: 0; transform: translateY(36px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal[data-d="1"] { transition-delay: .08s; }
.reveal[data-d="2"] { transition-delay: .16s; }
.reveal[data-d="3"] { transition-delay: .24s; }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .split, .variety, .contact__grid { grid-template-columns: 1fr; }
  .split.rev .split__media { order: 0; }
  .variety__media { position: static; height: 360px; }
  .cards.c3, .cards.c4 { grid-template-columns: 1fr 1fr; }
  .stats { grid-template-columns: 1fr 1fr; gap: 30px; }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 30px; }
}
@media (max-width: 1024px) {
  .nav, .header__right .btn { display: none; }
  .burger { display: flex; }
  .nav.mobile-open { display: flex; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0; background: var(--paper); padding: 16px; gap: 4px; box-shadow: var(--shadow-md); border-top: 1px solid var(--line); }
  .nav.mobile-open a { color: var(--ink-soft); }
  .cards.c3, .cards.c4 { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr; }
  .cookie { left: 14px; right: 14px; bottom: 14px; }
}
@media (prefers-reduced-motion: reduce) { * { animation: none !important; transition-duration: .01ms !important; } .reveal { opacity: 1; transform: none; } }
