@import url("fonts.css");

/* =========================================================
   DOYSAN TARIM - kurumsal site stil sistemi
   Palet ailesi: Forest (koyu yesil + altin + krem)
   Tek aksan rengi: altin (--gold). Tum sayfada ayni.
   Kose yaricapi kurali: butonlar pill, kartlar 14px, inputlar 10px.
   ========================================================= */

:root {
  --green-900: #0d2418;
  --green-800: #123522;
  --green-700: #1b5132;
  --green-600: #24693f;
  --green-100: #dfe9df;

  --gold: #c8963e;
  --gold-soft: #e3c07a;

  --paper: #fffdf8;
  --cream: #f6f1e5;
  --cream-2: #efe8d7;

  --ink: #16211b;
  --muted: #5c6b61;
  --line: rgba(22, 33, 27, 0.12);

  --surface: var(--paper);
  --surface-2: var(--cream);
  --text: var(--ink);
  --text-muted: var(--muted);
  --brand: var(--green-700);
  --brand-deep: var(--green-900);
  --on-brand: #f4f0e4;

  --r-card: 14px;
  --r-input: 10px;
  --r-pill: 999px;

  --shadow-soft: 0 1px 2px rgba(13, 36, 24, .05), 0 12px 32px rgba(13, 36, 24, .07);
  --shadow-lift: 0 2px 4px rgba(13, 36, 24, .06), 0 20px 48px rgba(13, 36, 24, .12);

  --ok: #1b5132;
  --danger: #a8452f;

  --wrap: 1200px;
  --ease: cubic-bezier(.16, 1, .3, 1);
}

@media (prefers-color-scheme: dark) {
  :root {
    --surface: #0e1a13;
    --surface-2: #14231a;
    --text: #e8efe8;
    --text-muted: #a3b3a7;
    --line: rgba(232, 239, 232, .14);
    --brand: #2c7a4a;
    --brand-deep: #081209;
    --cream: #14231a;
    --cream-2: #1a2c20;
    --paper: #0e1a13;
    --shadow-soft: 0 1px 2px rgba(0, 0, 0, .4), 0 12px 32px rgba(0, 0, 0, .35);
    --shadow-lift: 0 2px 4px rgba(0, 0, 0, .45), 0 20px 48px rgba(0, 0, 0, .5);
    --ok: #6fbf8b;
    --danger: #e08e7a;
  }
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  background: var(--surface);
  color: var(--text);
  font-family: 'Archivo', system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; display: block; }
figure { margin: 0; }
a { color: inherit; }

h1, h2, h3, h4 {
  margin: 0;
  line-height: 1.08;
  letter-spacing: -.022em;
  font-weight: 700;
}
h1 { font-size: clamp(2.3rem, 5.2vw, 3.9rem); }
h2 { font-size: clamp(1.85rem, 3.6vw, 2.75rem); }
h3 { font-size: clamp(1.15rem, 1.8vw, 1.4rem); letter-spacing: -.012em; }
p { margin: 0; }

.wrap { width: min(100% - 2.5rem, var(--wrap)); margin-inline: auto; }
@media (max-width: 767px) { .wrap { width: calc(100% - 2rem); } }

.lede { font-size: 1.08rem; color: var(--text-muted); max-width: 62ch; }
.section { padding: clamp(4rem, 8vw, 7rem) 0; }
section[id] { scroll-margin-top: 92px; }
.section-head { max-width: 60ch; display: grid; gap: 1rem; }
.eyebrow {
  font-size: .74rem; font-weight: 700; letter-spacing: .18em;
  text-transform: uppercase; color: var(--gold);
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  white-space: nowrap;
  padding: .85rem 1.6rem;
  border-radius: var(--r-pill);
  border: 1.5px solid transparent;
  font: inherit; font-weight: 600; font-size: .98rem;
  text-decoration: none; cursor: pointer;
  transition: transform .18s var(--ease), background-color .18s var(--ease), border-color .18s var(--ease), color .18s var(--ease);
}
.btn i { font-size: 1.15em; }
.btn-primary { background: var(--gold); color: #22190a; border-color: var(--gold); }
.btn-primary:hover { background: var(--gold-soft); border-color: var(--gold-soft); }
.btn-outline { background: transparent; color: var(--text); border-color: var(--line); }
.btn-outline:hover { border-color: var(--brand); color: var(--brand); }
.on-dark .btn-outline, .page-head .btn-outline, .band .btn-outline { color: var(--on-brand); border-color: rgba(244, 240, 228, .38); }
.on-dark .btn-outline:hover, .page-head .btn-outline:hover, .band .btn-outline:hover { border-color: var(--gold-soft); color: var(--gold-soft); }
.btn:active { transform: translateY(1px) scale(.99); }
.btn:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible {
  outline: 3px solid var(--gold); outline-offset: 3px; border-radius: var(--r-input);
}

/* ---------- Logo (gercek marka kilidinin vektor karsiligi) ---------- */
.logo { --logo-ink: var(--brand); display: inline-flex; align-items: center; text-decoration: none; color: var(--logo-ink); }
.logo-lockup { display: grid; gap: 2px; line-height: 1; }

.logo-top { display: flex; align-items: baseline; gap: .55rem; }
.logo-city { font-size: .56rem; font-weight: 800; letter-spacing: .26em; color: currentColor; }
.logo-slogan {
  font-size: .58rem; font-style: italic; font-weight: 500; letter-spacing: .01em;
  color: var(--gold); white-space: nowrap;
}
.logo-slogan::before { content: "\201C"; }
.logo-slogan::after { content: "\201D"; }

.logo-word { display: flex; align-items: center; gap: 1px; font-size: 1.72rem; font-weight: 800; letter-spacing: -.045em; }
.logo-do { color: currentColor; }
.logo-san { color: currentColor; }
@supports (-webkit-text-stroke: 1px red) {
  /* Gercek logoda SAN ici bos: kontur rengi ayri degiskenden gelir,
     currentColor kullanilamaz cunku color transparent'a cekiliyor. */
  .logo-san { -webkit-text-stroke: 1.7px var(--logo-ink); color: transparent; }
}
.logo-ear { width: .62em; height: 1.42em; margin: 0 -.02em; flex: none; color: var(--gold); fill: var(--gold); align-self: flex-end; }

.logo-sub {
  display: flex; align-items: center; gap: .34em;
  font-size: .5rem; font-weight: 700; letter-spacing: .17em; color: currentColor; opacity: .82;
}
.logo-sub i { font-style: normal; color: var(--gold); opacity: .9; }

.site-footer .logo, .on-dark .logo, .page-head .logo { --logo-ink: var(--on-brand); }
.site-footer .logo-slogan, .on-dark .logo-slogan { color: var(--gold-soft); }
.page-head .btn-outline { background: transparent; }
.site-footer .logo-ear, .on-dark .logo-ear { color: var(--gold-soft); fill: var(--gold-soft); }
.site-footer .logo-sub i, .on-dark .logo-sub i { color: var(--gold-soft); }

@media (max-width: 420px) {
  .logo-word { font-size: 1.45rem; }
  .logo-slogan { display: none; }
}

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 40;
  background: color-mix(in srgb, var(--surface) 88%, transparent);
  backdrop-filter: saturate(160%) blur(12px);
  border-bottom: 1px solid var(--line);
}
.header-inner { height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 1.25rem; }
.nav { display: flex; align-items: center; gap: .35rem; }
.nav a {
  padding: .5rem .8rem; border-radius: var(--r-pill);
  font-size: .96rem; font-weight: 500; text-decoration: none; color: var(--text);
  transition: background-color .18s var(--ease), color .18s var(--ease);
}
.nav a:hover { background: var(--cream-2); }
.nav a[aria-current="page"] { color: var(--brand); font-weight: 700; }
.header-cta { display: flex; align-items: center; gap: .75rem; }
.header-phone { display: inline-flex; align-items: center; gap: .45rem; font-weight: 700; text-decoration: none; font-size: .98rem; }
.nav-toggle { display: none; background: none; border: 1.5px solid var(--line); border-radius: var(--r-pill); padding: .5rem .7rem; color: var(--text); cursor: pointer; }

@media (max-width: 1023px) {
  .nav {
    position: fixed; inset: 74px 0 auto 0;
    flex-direction: column; align-items: stretch; gap: 0;
    background: var(--surface); border-bottom: 1px solid var(--line);
    padding: .75rem 1rem 1.25rem;
    transform: translateY(-8px); opacity: 0; pointer-events: none;
    transition: opacity .2s var(--ease), transform .2s var(--ease);
  }
  .nav[data-open="true"] { transform: none; opacity: 1; pointer-events: auto; }
  .nav a { padding: .85rem .6rem; border-radius: var(--r-input); }
  .nav-toggle { display: inline-flex; }
  .header-phone span { display: none; }
}

/* ---------- Hero (asymmetric split) ---------- */
.hero { position: relative; background: var(--brand-deep); color: var(--on-brand); overflow: hidden; }
.hero::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(120% 90% at 78% 8%, rgba(200, 150, 62, .20), transparent 58%),
    radial-gradient(90% 80% at 0% 100%, rgba(36, 105, 63, .45), transparent 60%);
}
.hero-inner {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
  min-height: min(80dvh, 720px);
  padding-top: clamp(3rem, 6vw, 6rem); padding-bottom: clamp(3.5rem, 7vw, 6rem);
}
.hero h1 { color: var(--on-brand); }
.hero h1 em { font-style: italic; color: var(--gold-soft); line-height: 1.1; padding-bottom: .06em; display: inline-block; }
.hero-copy { display: grid; gap: 1.6rem; justify-items: start; }
.hero-copy p { color: rgba(244, 240, 228, .82); max-width: 46ch; font-size: 1.1rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; }
.hero-figure {
  position: relative; border-radius: var(--r-card); overflow: hidden;
  aspect-ratio: 4 / 4.4; background: linear-gradient(150deg, var(--green-700), var(--green-900) 70%);
  box-shadow: var(--shadow-lift);
}
/* Fotograf yerlesene kadar marka isareti filigran olarak durur */
.hero-figure::before, .split-media::before {
  content: ""; position: absolute; inset: 0;
  background: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Cpath d='M20 37V16' stroke='%23c8963e' stroke-width='2.4' stroke-linecap='round'/%3E%3Cpath d='M20 16c0-5 2.6-9.4 7-12 1.2 5-.4 9.9-4.2 12.6-1 .7-2.1.6-2.8-.6Z' fill='%23c8963e'/%3E%3Cpath d='M20 24c0-5-2.6-9.4-7-12-1.2 5 .4 9.9 4.2 12.6 1 .7 2.1.6 2.8-.6Z' fill='%23c8963e'/%3E%3Cpath d='M20 31c0-4.6 2.4-8.7 6.4-11.1 1.1 4.6-.3 9.1-3.8 11.6-.9.7-1.9.6-2.6-.5Z' fill='%23c8963e'/%3E%3C/svg%3E") center / 38% no-repeat;
  opacity: .14; pointer-events: none;
}
.split-media { position: relative; }
.hero-figure img, .split-media img { position: relative; z-index: 1; }
.hero-figure img { width: 100%; height: 100%; object-fit: cover; }
.hero-figure figcaption {
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 2;
  padding: 2.4rem 1.4rem 1.2rem;
  background: linear-gradient(to top, rgba(13, 36, 24, .88), transparent);
  color: var(--on-brand); font-size: .95rem; font-weight: 600;
}
@media (max-width: 1023px) {
  .hero-inner { grid-template-columns: 1fr; min-height: 0; gap: 2rem; }
  .hero-figure { aspect-ratio: 16 / 11; }
  .hero-figure figcaption { font-size: .82rem; padding: 1.8rem 1rem .9rem; }
}

/* ---------- Marka serit (bayilikler) ---------- */
.partners { background: var(--surface-2); border-bottom: 1px solid var(--line); }
.partners-inner { padding: 1.6rem 0; display: flex; align-items: center; gap: clamp(1.5rem, 5vw, 3.5rem); flex-wrap: wrap; }
.partners-label { font-size: .9rem; color: var(--text-muted); font-weight: 600; }
.partners-list { display: flex; align-items: center; gap: clamp(1.25rem, 4vw, 3rem); flex-wrap: wrap; }
.partner-mark {
  display: inline-flex; align-items: center; gap: .5rem;
  font-weight: 800; letter-spacing: -.02em; font-size: 1.05rem; color: var(--text);
  opacity: .78;
}
.partner-mark svg { width: 26px; height: 26px; }

/* ---------- Bento: urun gruplari ---------- */
.bento { display: grid; grid-template-columns: repeat(6, 1fr); gap: 1rem; margin-top: 2.75rem; }
.tile {
  position: relative; border-radius: var(--r-card); overflow: hidden;
  display: flex; flex-direction: column; justify-content: flex-end;
  min-height: 260px; padding: 1.5rem; text-decoration: none;
  border: 1px solid var(--line); background: var(--surface-2);
  transition: transform .25s var(--ease), box-shadow .25s var(--ease);
}
.tile:hover { transform: translateY(-3px); box-shadow: var(--shadow-lift); }
.tile-a { grid-column: span 3; min-height: 360px; background: linear-gradient(155deg, var(--green-700), var(--green-900)); color: var(--on-brand); border-color: transparent; }
.tile-b { grid-column: span 3; min-height: 360px; background: linear-gradient(155deg, #3f5230, var(--green-900) 85%); color: var(--on-brand); border-color: transparent; }
.tile-c { grid-column: span 2; background: linear-gradient(155deg, #4a4433, var(--green-900) 88%); color: var(--on-brand); border-color: transparent; }
.tile-d { grid-column: span 2; background: linear-gradient(155deg, #6d5322, var(--gold) 130%); color: #1c1406; border-color: transparent; }
.tile-e { grid-column: span 2; background: linear-gradient(155deg, var(--green-600), var(--green-900) 92%); color: var(--on-brand); border-color: transparent; }
.tile-photo { position: absolute; inset: 0; }
.tile-photo img { width: 100%; height: 100%; object-fit: cover; }
.tile-photo:has(img)::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(13, 36, 24, .9) 8%, rgba(13, 36, 24, .15) 62%); }
.tile-body { position: relative; display: grid; gap: .5rem; }
.tile h3 { font-size: 1.35rem; }
.tile p { font-size: .96rem; opacity: .85; max-width: 34ch; }
.tile-more { margin-top: .6rem; font-weight: 700; font-size: .92rem; display: inline-flex; align-items: center; gap: .4rem; }
.tile:hover .tile-more i { transform: translateX(3px); }
.tile-more i { transition: transform .2s var(--ease); }
@media (max-width: 900px) { .bento { grid-template-columns: 1fr; } .tile, .tile-a, .tile-b, .tile-c, .tile-d, .tile-e { grid-column: span 1; min-height: 240px; } }

/* ---------- Degerler seridi (koyu bant, hairline sutunlar) ---------- */
.band { background: var(--brand-deep); color: var(--on-brand); }
.band-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.band-col { padding: clamp(2rem, 4vw, 3rem) clamp(1.25rem, 3vw, 2.5rem); border-left: 1px solid rgba(244, 240, 228, .14); }
.band-col:first-child { border-left: 0; padding-left: 0; }
.band-col i { font-size: 1.9rem; color: var(--gold-soft); }
.band-col h3 { margin: 1rem 0 .5rem; color: var(--on-brand); }
.band-col p { color: rgba(244, 240, 228, .74); font-size: .98rem; }
@media (max-width: 860px) {
  .band-grid { grid-template-columns: 1fr; }
  .band-col { border-left: 0; border-top: 1px solid rgba(244, 240, 228, .14); padding-inline: 0; }
  .band-col:first-child { border-top: 0; }
}

/* ---------- Split (metin + gorsel) ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.split.reverse .split-media { order: 2; }
.split-copy { display: grid; gap: 1.25rem; justify-items: start; }
.split-media {
  border-radius: var(--r-card); overflow: hidden; aspect-ratio: 5 / 4;
  background: linear-gradient(150deg, var(--cream-2), var(--cream));
  border: 1px solid var(--line);
}
.split-media img { width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 900px) { .split { grid-template-columns: 1fr; } .split.reverse .split-media { order: 0; } }

/* ---------- Danismanlik: gruplanmis kontrol listesi ---------- */
.check-groups { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(1.5rem, 4vw, 3rem); margin-top: 2.5rem; }
.check-group h3 { margin-bottom: .9rem; }
.check-group ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .7rem; }
.check-group li { display: grid; grid-template-columns: 22px 1fr; gap: .7rem; align-items: start; color: var(--text-muted); }
.check-group li i { color: var(--ok); font-size: 1.15rem; line-height: 1.5; }
.check-group.warn li i { color: var(--danger); }
@media (max-width: 760px) { .check-groups { grid-template-columns: 1fr; } }

/* ---------- Urun listesi (kart izgara) ---------- */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 2.5rem; }
.card {
  border: 1px solid var(--line); border-radius: var(--r-card); background: var(--surface-2);
  padding: 1.5rem; display: grid; gap: .55rem; align-content: start;
}
.card i { font-size: 1.7rem; color: var(--brand); }
.card h3 { font-size: 1.18rem; }
.card p { color: var(--text-muted); font-size: .96rem; }
.card ul { margin: .4rem 0 0; padding-left: 1.1rem; color: var(--text-muted); font-size: .94rem; display: grid; gap: .3rem; }
@media (max-width: 900px) { .cards { grid-template-columns: 1fr; } }

/* ---------- Iletisim ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4rem); align-items: start; }
.contact-list { display: grid; gap: 1.4rem; margin-top: 2rem; }
.contact-item { display: grid; grid-template-columns: 46px 1fr; gap: 1rem; align-items: start; }
.contact-item i { font-size: 1.4rem; color: var(--brand); background: var(--surface-2); border-radius: var(--r-pill); width: 46px; height: 46px; display: grid; place-items: center; }
.contact-item strong { display: block; font-size: .82rem; letter-spacing: .1em; text-transform: uppercase; color: var(--text-muted); font-weight: 700; }
.contact-item a, .contact-item span { font-size: 1.08rem; font-weight: 600; text-decoration: none; }
form.contact-form { display: grid; gap: 1rem; background: var(--surface-2); border: 1px solid var(--line); border-radius: var(--r-card); padding: clamp(1.5rem, 3vw, 2.25rem); }
.field { display: grid; gap: .5rem; }
.field label { font-size: .9rem; font-weight: 600; color: var(--text); }
.field input, .field textarea, .field select {
  font: inherit; font-size: 1rem; color: var(--text);
  background: var(--surface); border: 1.5px solid var(--line); border-radius: var(--r-input);
  padding: .8rem .9rem;
}
.field input::placeholder, .field textarea::placeholder { color: var(--text-muted); opacity: 1; }
.field small { font-size: .84rem; color: var(--text-muted); }
.field .err { font-size: .86rem; color: var(--danger); font-weight: 600; display: none; }
.field[data-invalid="true"] .err { display: block; }
.field[data-invalid="true"] input, .field[data-invalid="true"] textarea { border-color: var(--danger); }
.form-note { font-size: .9rem; color: var(--text-muted); }
.map-embed { border-radius: var(--r-card); overflow: hidden; border: 1px solid var(--line); aspect-ratio: 16 / 9; margin-top: 2rem; }
.map-embed iframe { width: 100%; height: 100%; border: 0; }
@media (max-width: 900px) { .contact-grid { grid-template-columns: 1fr; } }

/* ---------- CTA serit ---------- */
.cta-band { background: var(--surface-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.cta-inner { padding: clamp(2.5rem, 5vw, 4rem) 0; display: flex; flex-wrap: wrap; gap: 1.75rem; align-items: center; justify-content: space-between; }
.cta-inner h2 { max-width: 20ch; }
.cta-actions { display: flex; flex-wrap: wrap; gap: .75rem; }

/* ---------- Footer ---------- */
.site-footer { background: var(--brand-deep); color: rgba(244, 240, 228, .72); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: clamp(2rem, 5vw, 4rem); padding: clamp(3rem, 5vw, 4.5rem) 0 2.5rem; }
.footer-grid h4 { color: var(--on-brand); font-size: .82rem; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 1rem; }
.footer-grid ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .6rem; }
.footer-grid a { text-decoration: none; }
.footer-grid a:hover { color: var(--gold-soft); }
.footer-about p { margin-top: 1rem; max-width: 40ch; font-size: .96rem; }
.footer-social { display: flex; gap: .6rem; margin-top: 1.25rem; }
.footer-social a {
  width: 42px; height: 42px; border-radius: var(--r-pill); display: grid; place-items: center;
  border: 1px solid rgba(244, 240, 228, .22); color: var(--on-brand); font-size: 1.2rem;
  transition: background-color .18s var(--ease), border-color .18s var(--ease);
}
.footer-social a:hover { background: rgba(244, 240, 228, .1); border-color: var(--gold-soft); }
.footer-bottom {
  border-top: 1px solid rgba(244, 240, 228, .14); padding: 1.4rem 0 2rem;
  display: flex; flex-wrap: wrap; gap: .75rem; justify-content: space-between; font-size: .9rem;
}
@media (max-width: 860px) { .footer-grid { grid-template-columns: 1fr; } }

/* ---------- WhatsApp yuzen dugme ---------- */
.wa-float {
  position: fixed; right: 18px; bottom: 18px; z-index: 50;
  width: 58px; height: 58px; border-radius: var(--r-pill);
  display: grid; place-items: center; background: #1f9d55; color: #fff;
  box-shadow: var(--shadow-lift); font-size: 1.7rem; text-decoration: none;
  transition: transform .2s var(--ease);
}
.wa-float:hover { transform: translateY(-2px); }

/* ---------- Sayfa basligi (ic sayfalar) ---------- */
.page-head { background: var(--brand-deep); color: var(--on-brand); padding: clamp(3rem, 6vw, 5rem) 0 clamp(3rem, 6vw, 4.5rem); }
.page-head h1 { color: var(--on-brand); max-width: 18ch; }
.page-head p { color: rgba(244, 240, 228, .8); max-width: 56ch; margin-top: 1rem; }
.crumbs { font-size: .9rem; color: rgba(244, 240, 228, .6); margin-bottom: 1.25rem; }
.crumbs a { text-decoration: none; }
.crumbs a:hover { color: var(--gold-soft); }

/* ---------- Kurumsal zaman akisi ---------- */
.story { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--r-card); overflow: hidden; margin-top: 2.75rem; }
.story-step { background: var(--surface); padding: clamp(1.5rem, 3vw, 2.25rem); display: grid; gap: .6rem; align-content: start; }
.story-step i { font-size: 1.7rem; color: var(--gold); }
@media (max-width: 860px) { .story { grid-template-columns: 1fr; } }

/* ---------- Scroll reveal ---------- */
/* JS yoksa icerik her zaman gorunur kalir */
.js [data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.js [data-reveal].is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  [data-reveal] { opacity: 1; transform: none; transition: none; }
  .btn, .tile, .wa-float { transition: none; }
}

.skip-link {
  position: absolute; left: -9999px; top: 0; background: var(--gold); color: #22190a;
  padding: .75rem 1.25rem; border-radius: 0 0 var(--r-input) 0; font-weight: 700; z-index: 100;
}
.skip-link:focus { left: 0; }
