@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,500;0,9..144,600;0,9..144,700;1,9..144,400;1,9..144,500;1,9..144,600&display=swap');

/* ============================================================
   Mor Sıralar — Isparta Lavanta Tarları
   Art-direction: "Provençal harvest editorial"
   Fraunces display serif · lavender + gold + warm chalk
   ============================================================ */

:root {
  --bg: #F3EFE6;
  --surface: #FBFAF6;
  --surface-2: #ECE7DA;
  --lav-mist: #F1ECF6;
  --ink: #2A2531;
  --ink-soft: #574F5E;
  --ink-faint: #877F90;
  --accent: #7C6BA8;
  --accent-deep: #574282;
  --accent-2: #C9A227;
  --accent-2-deep: #9E7C13;
  --line: rgba(46, 42, 51, 0.13);
  --line-strong: rgba(46, 42, 51, 0.26);
  --hairline: rgba(87, 66, 130, 0.22);
  --sky-1: #EAD9E6;
  --sky-2: #C7B6D8;
  --shadow-accent: 34px -30px 60px rgba(87, 66, 130, 0.5);
  --font-display: "Fraunces", "Palatino Linotype", Palatino, "Book Antiqua", Georgia, serif;
  --font-sans: "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
  --header-h: 74px;
  --maxw: 1180px;
  interpolate-size: allow-keywords;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

html, body {
  overflow-x: hidden;
  max-width: 100vw;
  margin: 0;
}

body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-sans);
  font-weight: 400;
  font-size: 17px;
  line-height: 1.68;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, .display {
  font-family: var(--font-display);
  font-optical-sizing: auto;
  font-weight: 600;
  letter-spacing: -0.015em;
  color: var(--ink);
  line-height: 1.1;
  margin: 0 0 0.5em;
  text-wrap: balance;
}

h1 { font-size: clamp(2.15rem, 6vw, 4.35rem); line-height: 1.04; letter-spacing: -0.025em; }
h2 { font-size: clamp(1.78rem, 3.8vw, 2.9rem); letter-spacing: -0.02em; }
h3 { font-size: clamp(1.2rem, 2.2vw, 1.55rem); }

/* Fraunces italic accent inside headings — signature editorial touch */
h1 em, h2 em, h3 em, .ital {
  font-style: italic;
  font-weight: 500;
  color: var(--accent-deep);
}
.band h2 em, .hero h1 em { color: var(--accent-2); }

p { margin: 0 0 1.1em; overflow-wrap: anywhere; }
a { color: var(--accent-deep); text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }

.container {
  width: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 64px);
}

.eyebrow {
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 0.76rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent-deep);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
}
.eyebrow::before {
  content: "";
  width: 26px; height: 1px;
  background: var(--accent-2);
}
/* signature lavender sprig closes every eyebrow */
.eyebrow::after {
  content: ""; width: 15px; height: 15px; flex: 0 0 auto;
  background: var(--accent);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 22V9' stroke='%23000' stroke-width='1.6' fill='none' stroke-linecap='round'/%3E%3Cpath d='M12 9.5l-3-2.2M12 12.5l3-2.2M12 15.5l-3-2.2' stroke='%23000' stroke-width='1.4' fill='none' stroke-linecap='round'/%3E%3Ccircle cx='12' cy='6.4' r='2.3' fill='%23000'/%3E%3C/svg%3E") center/contain no-repeat;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 22V9' stroke='%23000' stroke-width='1.6' fill='none' stroke-linecap='round'/%3E%3Cpath d='M12 9.5l-3-2.2M12 12.5l3-2.2M12 15.5l-3-2.2' stroke='%23000' stroke-width='1.4' fill='none' stroke-linecap='round'/%3E%3Ccircle cx='12' cy='6.4' r='2.3' fill='%23000'/%3E%3C/svg%3E") center/contain no-repeat;
}
.band .eyebrow::after, .hero-eyebrow::after { background: var(--accent-2); }

.lead { font-size: clamp(1.02rem, 1.6vw, 1.18rem); color: var(--ink-soft); }
.section-sub { max-width: 60ch; color: var(--ink-soft); }

.skip-link {
  position: absolute; left: 12px; top: -60px;
  background: var(--ink); color: var(--surface);
  padding: 10px 16px; border-radius: 8px; z-index: 2000;
  transition: top 160ms ease;
}
.skip-link:focus { top: 12px; }

:where(a, button, input, select, textarea, summary, [tabindex]):focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
  border-radius: 4px;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: "Segoe UI", sans-serif;
  font-weight: 600; font-size: 0.98rem;
  padding: 13px 24px; border-radius: 999px;
  border: 1px solid transparent; cursor: pointer;
  transition: background 220ms cubic-bezier(.2,.7,.2,1), color 220ms, transform 220ms, box-shadow 220ms;
  line-height: 1; text-align: center;
}
.btn svg { width: 17px; height: 17px; }
.btn-primary { background: var(--ink); color: var(--surface); }
.btn-primary:hover, .btn-primary:focus-visible {
  background: var(--accent); color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 14px 30px -14px rgba(124, 107, 168, 0.7);
}
.btn-primary .arr { transition: transform 220ms; }
.btn-primary:hover .arr { transform: translateX(4px); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line-strong); }
.btn-ghost:hover, .btn-ghost:focus-visible {
  background: var(--surface); color: var(--accent-deep);
  border-color: var(--accent); transform: translateY(-2px);
}
.btn-gold { background: var(--accent-2); color: #34290a; }
.btn-gold:hover, .btn-gold:focus-visible { background: var(--accent-2-deep); color: #fff; transform: translateY(-2px); }

/* ---------- Header ---------- */
.site-header {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 1080;
  height: var(--header-h);
  display: flex; align-items: center;
  background: rgba(243, 239, 230, 0.86);
  -webkit-backdrop-filter: saturate(1.4) blur(10px);
  backdrop-filter: saturate(1.4) blur(10px);
  border-bottom: 1px solid transparent;
  transition: background 240ms ease, box-shadow 240ms ease, height 240ms ease, border-color 240ms ease;
}
.site-header.is-scrolled {
  background: rgba(243, 239, 230, 0.97);
  box-shadow: 0 8px 24px -16px rgba(46, 42, 51, 0.4);
  border-bottom-color: var(--line);
  height: 64px;
}
.header-inner {
  width: 100%; max-width: var(--maxw); margin-inline: auto;
  padding-inline: clamp(16px, 4vw, 40px);
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
}
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--ink); }
.brand-mark { width: 34px; height: 34px; flex: 0 0 auto; }
.brand-name {
  font-family: var(--font-display); font-weight: 600;
  font-size: 1.16rem; letter-spacing: -0.01em; line-height: 1;
}
.brand-name small {
  display: block; font-family: "Segoe UI", sans-serif; font-weight: 600;
  font-size: 0.58rem; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--accent-deep); margin-top: 3px;
}

.nav-desktop { display: none; align-items: center; gap: 4px; }
.nav-desktop a {
  position: relative; color: var(--ink-soft); font-weight: 600; font-size: 0.92rem;
  padding: 9px 12px; border-radius: 8px; transition: color 200ms;
}
.nav-desktop a::after {
  content: ""; position: absolute; left: 12px; right: 12px; bottom: 3px; height: 2px;
  background: var(--accent-2); transform: scaleX(0); transform-origin: left;
  transition: transform 240ms cubic-bezier(.2,.7,.2,1);
}
.nav-desktop a:hover { color: var(--ink); }
.nav-desktop a:hover::after, .nav-desktop a.is-active::after { transform: scaleX(1); }
.nav-desktop a.is-active { color: var(--ink); }
.nav-desktop .nav-cta {
  margin-left: 10px; background: var(--ink); color: var(--surface);
  padding: 10px 20px; border-radius: 999px;
}
.nav-desktop .nav-cta::after { display: none; }
.nav-desktop .nav-cta:hover { background: var(--accent); color: #fff; }

.nav-toggle {
  position: relative; z-index: 1100;
  width: 44px; height: 44px; border: 1px solid var(--line-strong);
  background: var(--surface); border-radius: 10px; cursor: pointer;
  display: inline-flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px;
}
.nav-toggle span {
  display: block; width: 21px; height: 2px; background: var(--ink); border-radius: 2px;
  transition: transform 260ms cubic-bezier(.2,.7,.2,1), opacity 200ms;
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- Drawer ---------- */
.drawer-backdrop {
  position: fixed; inset: 0; background: rgba(28, 22, 34, 0.55);
  opacity: 0; visibility: hidden; z-index: 1040;
  transition: opacity 240ms ease, visibility 240ms ease;
}
.drawer-backdrop.is-open { opacity: 1; visibility: visible; }
.drawer {
  position: fixed; top: 0; right: 0; bottom: 0;
  width: min(360px, 92vw); z-index: 1050;
  background: var(--surface); border-left: 1px solid var(--line);
  transform: translateX(100%);
  transition: transform 320ms cubic-bezier(.2,.7,.2,1);
  display: flex; flex-direction: column;
  padding: calc(var(--header-h) + 18px) 26px 30px;
  overflow-y: auto;
}
.drawer.is-open { transform: translateX(0); }
.drawer .drawer-label {
  font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--accent-deep); font-weight: 700; margin-bottom: 14px;
}
.drawer a {
  display: block; padding: 14px 4px; font-family: var(--font-display);
  font-size: 1.28rem; color: var(--ink); border-bottom: 1px solid var(--line);
  transition: color 200ms, padding-left 200ms;
}
.drawer a:hover, .drawer a.is-active { color: var(--accent-deep); padding-left: 10px; }
.drawer .drawer-cta {
  margin-top: 22px; text-align: center; background: var(--ink); color: var(--surface) !important;
  border-radius: 999px; border-bottom: 0; font-family: "Segoe UI", sans-serif;
  font-size: 1rem; font-weight: 700; padding: 15px;
}
.drawer .drawer-cta:hover { background: var(--accent); color: #fff !important; padding-left: 0; }
.drawer .drawer-contact { margin-top: auto; padding-top: 24px; font-size: 0.88rem; color: var(--ink-soft); }
.drawer .drawer-contact a { display: inline; font-size: 0.88rem; border: 0; padding: 0; }

main { padding-top: var(--header-h); }

/* Anchor targets clear the fixed header on jump (works without JS too) */
:where(main section[id], #main, [id]:target) { scroll-margin-top: calc(var(--header-h) + 16px); }

/* ---------- Section scaffolding ---------- */
.section { padding-block: clamp(60px, 8.5vw, 120px); position: relative; }
.section-head { max-width: 60ch; margin-bottom: clamp(32px, 5vw, 60px); }
.section-head h2 { margin-bottom: 0.42em; }
.section-head .section-sub { font-size: clamp(1rem, 1.5vw, 1.12rem); }
.band { background: var(--ink); color: #E8E3EF; overflow: hidden; }
.band::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(60% 90% at 15% 0%, rgba(124,107,168,0.30), transparent 60%),
    radial-gradient(50% 80% at 92% 100%, rgba(201,162,39,0.14), transparent 60%);
}
.band .container { position: relative; z-index: 1; }
.band h2, .band h3 { color: #fff; }
.band .eyebrow { color: var(--accent-2); }
.band .section-sub, .band p { color: #C6BFCF; }

/* Hairline rule between stacked light sections — quiet editorial rhythm */
.section + .section:not(.band)::before {
  content: ""; position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  width: min(var(--maxw), calc(100% - clamp(40px, 10vw, 128px)));
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--hairline) 18%, var(--hairline) 82%, transparent);
}

/* ---------- Reveal ---------- */
.reveal {
  opacity: 0; transform: translateY(28px);
  transition: opacity 700ms cubic-bezier(.2,.7,.2,1), transform 700ms cubic-bezier(.2,.7,.2,1);
  transition-delay: calc(var(--i, 0) * 90ms);
}
.reveal.is-in { opacity: 1; transform: none; }
html.no-js .reveal { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
}

/* ============================================================
   HERO — cinematic lavender field
   ============================================================ */
.hero {
  position: relative;
  /* Capped viewport height: min() clamps the vh/svh value so full-page
     screenshot viewports (and mobile URL-bar quirks) can't inflate the
     hero to several screens tall, while min-height still lets the content
     push it taller if needed (no clipping). */
  min-height: min(90vh, 1000px);
  min-height: min(90svh, 1000px);
  display: flex; align-items: flex-end;
  overflow: hidden; isolation: isolate;
  padding-bottom: clamp(40px, 7vw, 90px);
}
.hero-scene { position: absolute; inset: 0; z-index: -3; }
.hero-photo {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: center 60%;
  filter: saturate(1.02) brightness(1.02);
}
.hero-scene::after {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(120% 80% at 68% 18%, rgba(255,244,214,0.42), transparent 46%),
    linear-gradient(180deg, rgba(234,217,230,0.30) 0%, rgba(244,241,233,0.05) 30%, rgba(46,42,51,0.10) 60%, rgba(46,42,51,0.62) 100%);
}
.hero-canvas { position: absolute; inset: 0; z-index: -2; pointer-events: none; }
/* animated SVG stalks layer */
.hero-stalks { position: absolute; left: 0; right: 0; bottom: 0; z-index: -1; height: 34%; width: 100%; pointer-events: none; }
.hero-stalk { transform-origin: bottom center; animation: sway 6s ease-in-out infinite; animation-delay: calc(var(--i, 0) * -0.7s); }
@keyframes sway {
  0%, 100% { transform: rotate(-2.2deg); }
  50% { transform: rotate(2.4deg); }
}
.hero-sun {
  position: absolute; top: 12%; right: 16%; width: clamp(120px, 20vw, 260px); aspect-ratio: 1; z-index: -2;
  background: radial-gradient(circle, rgba(255,246,220,0.9) 0%, rgba(255,240,196,0.45) 38%, transparent 70%);
  border-radius: 50%; filter: blur(2px);
  animation: sunbreathe 12s ease-in-out infinite;
}
@keyframes sunbreathe { 0%,100% { transform: scale(1); opacity: 0.9; } 50% { transform: scale(1.08); opacity: 1; } }

.hero-inner { position: relative; z-index: 2; width: 100%; }
.hero-eyebrow { color: #fff; }
.hero-eyebrow::before { background: var(--accent-2); }
.hero h1 {
  color: #FCFBF7; max-width: 15ch; font-weight: 600;
  letter-spacing: -0.03em; line-height: 1.02;
  text-shadow: 0 2px 24px rgba(40, 30, 54, 0.5);
}
.hero h1 em { font-weight: 500; }
.hero-sub {
  color: #F3EEE7; max-width: 46ch; font-size: clamp(1.04rem, 1.7vw, 1.26rem);
  text-shadow: 0 1px 10px rgba(40, 30, 54, 0.5); margin-bottom: 26px;
}
.hero-word { display: inline-block; }
.hero-cta-row { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.hero-trust {
  display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 28px;
  list-style: none; padding: 0;
}
.hero-trust li {
  display: inline-flex; align-items: center; gap: 7px;
  color: #EDE7DE; font-size: 0.84rem; font-weight: 600;
}
.hero-trust svg { width: 16px; height: 16px; color: var(--accent-2); flex: 0 0 auto; }

/* hero stats */
.hero-stats {
  display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px 26px;
  margin-top: 34px; max-width: 460px;
  padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.28);
}
.hero-stats .num {
  font-family: var(--font-display); font-weight: 600; font-size: clamp(1.7rem, 4vw, 2.3rem);
  color: #fff; line-height: 1; display: block;
  font-variant-numeric: tabular-nums;
}
.hero-stats .lbl { font-size: 0.78rem; color: #E1DAE7; letter-spacing: 0.02em; }

/* ============================================================
   SEASON STRIP (takvim) — signature animated progress
   ============================================================ */
.season { background: linear-gradient(180deg, var(--surface) 0%, var(--bg) 100%); }
.season-progress { margin-top: 8px; }
.season-svg { width: 100%; height: auto; display: block; }
.season-fill {
  stroke: var(--accent);
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  transition: none;
}
.season.is-in .season-fill { animation: fillLine 2.4s cubic-bezier(.4,0,.2,1) forwards; }
@keyframes fillLine { to { stroke-dashoffset: 0; } }
.season-dot { opacity: 0; transform: scale(0); transform-box: fill-box; transform-origin: center; }
.season.is-in .season-dot { animation: popDot 500ms cubic-bezier(.2,.9,.3,1.4) forwards; animation-delay: calc(0.4s + var(--d) * 0.28s); }
@keyframes popDot { to { opacity: 1; transform: scale(1); } }

.season-badges {
  display: flex; gap: 14px; margin-top: 30px;
  overflow-x: auto; scroll-snap-type: x mandatory;
  padding-bottom: 10px; -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}
.season-badge {
  scroll-snap-align: start; flex: 0 0 auto;
  width: min(242px, 76vw);
  background: var(--surface); border: 1px solid var(--line); border-radius: 16px;
  padding: 22px 22px 24px; position: relative; overflow: hidden;
  box-shadow: 0 2px 3px rgba(42,37,49,0.03);
  transition: transform 240ms cubic-bezier(.2,.7,.2,1), box-shadow 240ms, border-color 240ms;
}
.season-badge::before {
  content: ""; position: absolute; inset: 0 0 auto 0; height: 3px;
  background: var(--accent-2); opacity: 0; transition: opacity 240ms;
}
.season-badge:hover { transform: translateY(-5px); box-shadow: 0 22px 40px -24px rgba(87,66,130,0.6); border-color: var(--accent); }
.season-badge.is-peak { background: linear-gradient(180deg, var(--lav-mist), var(--surface)); border-color: var(--accent); }
.season-badge.is-peak::before, .season-badge:hover::before { opacity: 1; }
.season-badge .b-month { font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--accent-deep); font-weight: 700; }
.season-badge .b-title { font-family: var(--font-display); font-weight: 600; font-size: 1.3rem; margin: 8px 0 5px; letter-spacing: -0.01em; }
.season-badge .b-desc { font-size: 0.9rem; color: var(--ink-soft); margin: 0; }
.season-badge .b-tag {
  position: absolute; top: 14px; right: 14px; font-size: 0.64rem; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent-2-deep);
  background: rgba(201,162,39,0.14); padding: 3px 8px; border-radius: 999px;
}
.sun-clock { width: 20px; height: 20px; color: var(--accent-2-deep); }

/* ============================================================
   ROTA — dotted route timeline (3 stops)
   ============================================================ */
.rota-track { position: relative; display: grid; gap: clamp(26px, 4vw, 44px); }
.rota-stop {
  display: grid; grid-template-columns: 56px 1fr; gap: clamp(16px, 3vw, 30px);
  align-items: start; position: relative;
}
.rota-marker { position: relative; display: flex; flex-direction: column; align-items: center; }
.rota-num {
  width: 52px; height: 52px; border-radius: 50%; flex: 0 0 auto;
  background: var(--surface); border: 1.5px solid var(--accent);
  display: grid; place-items: center; color: var(--accent-deep);
  font-family: var(--font-display); font-weight: 600; font-size: 1.3rem; z-index: 2;
}
.rota-stop.is-in .rota-num { animation: popDot 460ms cubic-bezier(.2,.9,.3,1.4) both; }
.rota-line {
  position: absolute; top: 52px; bottom: -44px; left: 50%; width: 0;
  border-left: 2px dashed var(--line-strong); transform: translateX(-50%);
}
.rota-stop:last-child .rota-line { display: none; }
.rota-body {
  background: var(--surface); border: 1px solid var(--line); border-radius: 18px;
  padding: clamp(18px, 3vw, 32px); display: grid; gap: 18px; min-width: 0;
  box-shadow: 0 2px 3px rgba(42,37,49,0.03);
  transition: box-shadow 260ms, border-color 260ms;
}
.rota-stop:hover .rota-body { box-shadow: 0 24px 44px -30px rgba(87,66,130,0.55); border-color: var(--hairline); }
/* alternate the media/text order for editorial asymmetry on wide screens */
@media (min-width: 760px) {
  .rota-body { grid-template-columns: 1.25fr 1fr; align-items: center; column-gap: clamp(22px, 3vw, 40px); }
  .rota-stop:nth-child(even) .rota-body > div { order: 2; }
}
.rota-body img { border-radius: 14px; width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.rota-body .r-time { font-size: 0.74rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent-2-deep); display: inline-flex; align-items: center; gap: 8px; }
.rota-body h3 { margin: 10px 0 8px; }
.rota-body p { margin: 0 0 12px; color: var(--ink-soft); }
.rota-feats { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.rota-feats li { font-size: 0.8rem; background: var(--surface-2); padding: 5px 11px; border-radius: 999px; color: var(--ink-soft); }

/* ============================================================
   DENEYIM — experience cards
   ============================================================ */
.grid-3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); gap: clamp(18px, 2.6vw, 28px); }
.exp-card {
  background: var(--surface); border: 1px solid var(--line); border-radius: 20px;
  overflow: hidden; display: flex; flex-direction: column;
  box-shadow: 0 2px 4px rgba(42,37,49,0.035);
  transition: transform 260ms cubic-bezier(.2,.7,.2,1), box-shadow 260ms, border-color 260ms;
}
.exp-card:hover { transform: translateY(-7px); box-shadow: 0 30px 52px -30px rgba(87,66,130,0.6); border-color: var(--accent); }
.exp-media { position: relative; aspect-ratio: 4/3; overflow: hidden; }
.exp-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 700ms cubic-bezier(.2,.7,.2,1); }
.exp-card:hover .exp-media img { transform: scale(1.06); }
.exp-icon {
  position: absolute; left: 16px; bottom: 16px; width: 46px; height: 46px;
  background: var(--surface); border-radius: 12px; display: grid; place-items: center;
  color: var(--accent-deep); box-shadow: 0 8px 20px -10px rgba(46,42,51,0.5);
}
.exp-icon svg { width: 24px; height: 24px; }
.exp-body { padding: 22px 22px 26px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.exp-body h3 { margin: 0; }
.exp-body p { margin: 0; color: var(--ink-soft); font-size: 0.96rem; flex: 1; }
.exp-body .e-meta { font-size: 0.8rem; color: var(--accent-2-deep); font-weight: 700; letter-spacing: 0.04em; }

/* ============================================================
   UCRET — packages
   ============================================================ */
.pkg-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: clamp(18px, 2.6vw, 26px); align-items: stretch; }
.pkg {
  background: var(--surface); border: 1px solid var(--line); border-radius: 22px;
  padding: clamp(24px, 3vw, 34px); display: flex; flex-direction: column; gap: 16px;
  position: relative; box-shadow: 0 2px 4px rgba(42,37,49,0.035);
  transition: transform 260ms cubic-bezier(.2,.7,.2,1), box-shadow 260ms, border-color 260ms;
}
.pkg:hover { transform: translateY(-7px); box-shadow: 0 32px 56px -32px rgba(87,66,130,0.55); border-color: var(--hairline); }
.pkg.is-featured { border-color: var(--accent); background: linear-gradient(180deg, var(--lav-mist), var(--surface)); box-shadow: 0 26px 50px -30px rgba(87,66,130,0.4); }
@media (min-width: 940px) { .pkg.is-featured { transform: translateY(-10px); } .pkg.is-featured:hover { transform: translateY(-16px); } }
.pkg-flag {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  background: var(--accent); color: #fff; font-size: 0.7rem; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase; padding: 6px 16px; border-radius: 999px;
  white-space: nowrap;
}
.pkg-name { font-family: var(--font-display); font-weight: 600; font-size: 1.4rem; margin: 0; }
.pkg-for { font-size: 0.86rem; color: var(--ink-soft); margin: -8px 0 0; }
.pkg-price {
  font-family: var(--font-display); font-weight: 600; font-size: clamp(2rem, 5vw, 2.6rem);
  color: var(--ink); line-height: 1; font-variant-numeric: tabular-nums;
}
.pkg-price span { font-family: "Segoe UI", sans-serif; font-size: 0.9rem; font-weight: 600; color: var(--ink-soft); }
.pkg-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.pkg-list li { display: grid; grid-template-columns: 20px 1fr; gap: 10px; font-size: 0.92rem; align-items: start; color: var(--ink-soft); }
.pkg-list li svg { width: 18px; height: 18px; margin-top: 3px; flex: 0 0 auto; }
.pkg-list li.yes svg { color: var(--accent-deep); }
.pkg-list li.no { color: var(--ink-faint); }
.pkg-list li.no svg { color: var(--ink-faint); }
.pkg-deliver { font-size: 0.82rem; color: var(--ink-soft); border-top: 1px solid var(--line); padding-top: 14px; margin: 0; }
.pkg .btn { margin-top: auto; justify-content: center; }
.pkg-note { font-size: 0.8rem; color: var(--ink-faint); margin-top: 20px; text-align: center; }

/* ============================================================
   PROCESS — vertical steps
   ============================================================ */
.steps { display: grid; gap: clamp(14px, 2vw, 20px); counter-reset: step; }
.steps { max-width: 940px; }
.step {
  display: grid; grid-template-columns: auto 1fr; gap: clamp(16px, 3vw, 26px);
  background: var(--surface); border: 1px solid var(--line); border-radius: 18px;
  padding: clamp(18px, 2.6vw, 28px); align-items: start;
  box-shadow: 0 2px 3px rgba(42,37,49,0.03);
  transition: border-color 240ms, transform 240ms, box-shadow 240ms;
}
.step:hover { border-color: var(--accent); transform: translateX(6px); box-shadow: -18px 12px 34px -26px rgba(87,66,130,0.55); }
/* odd steps nudge the opposite way for a woven timeline rhythm */
@media (min-width: 720px) { .step:nth-child(even) { margin-left: clamp(24px, 5vw, 64px); } }
.step-idx {
  width: 46px; height: 46px; border-radius: 12px; flex: 0 0 auto;
  background: var(--ink); color: var(--surface); display: grid; place-items: center;
  font-family: var(--font-display); font-weight: 600; font-size: 1.2rem;
}
.step.is-featured .step-idx { background: var(--accent); }
.step-body { min-width: 0; }
.step-body h3 { margin: 0 0 4px; font-size: 1.12rem; }
.step-time { font-size: 0.74rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--accent-2-deep); }
.step-body p { margin: 6px 0 0; color: var(--ink-soft); font-size: 0.94rem; }

/* ============================================================
   GALLERY — asymmetric editorial grid
   ============================================================ */
.gallery {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px;
}
@media (min-width: 720px) { .gallery { grid-template-columns: repeat(4, 1fr); grid-auto-rows: 172px; gap: 16px; } }
.g-tile { position: relative; overflow: hidden; border-radius: 16px; border: 1px solid var(--line); box-shadow: 0 2px 4px rgba(42,37,49,0.04); }
.g-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform 900ms cubic-bezier(.2,.7,.2,1); }
.g-tile:hover img { transform: scale(1.07); }
.g-tile figcaption {
  position: absolute; inset: auto 0 0 0; padding: 28px 16px 13px;
  background: linear-gradient(180deg, transparent, rgba(30,22,40,0.78));
  color: #fff; font-family: var(--font-display); font-style: italic; font-size: 0.92rem; font-weight: 500;
  opacity: 0; transform: translateY(8px);
  transition: opacity 320ms, transform 320ms;
}
.g-tile:hover figcaption, .g-tile:focus-within figcaption { opacity: 1; transform: none; }
@media (min-width: 720px) {
  .g-tile.tall { grid-row: span 2; }
  .g-tile.wide { grid-column: span 2; }
}

/* ============================================================
   TESTIMONIALS — editorial grid
   ============================================================ */
.quotes { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: clamp(16px, 2.4vw, 24px); }
.quote {
  background: var(--surface); border: 1px solid var(--line); border-radius: 20px;
  padding: clamp(24px, 3vw, 32px); display: flex; flex-direction: column; gap: 14px;
  position: relative; box-shadow: 0 2px 4px rgba(42,37,49,0.035);
  transition: transform 260ms cubic-bezier(.2,.7,.2,1), box-shadow 260ms, border-color 260ms;
}
.quote:hover { transform: translateY(-5px); box-shadow: 0 26px 46px -30px rgba(87,66,130,0.5); border-color: var(--hairline); }
.quote::before {
  content: "\201C"; position: absolute; top: 6px; right: 20px;
  font-family: var(--font-display); font-size: 5rem; line-height: 1; color: var(--accent);
  opacity: 0.12; pointer-events: none;
}
.quote .stars { color: var(--accent-2); letter-spacing: 2px; font-size: 0.9rem; }
.quote blockquote { margin: 0; font-size: 1.03rem; color: var(--ink); line-height: 1.62; position: relative; }
.quote .q-by { margin-top: auto; font-size: 0.86rem; color: var(--ink-soft); }
.quote .q-by strong { color: var(--ink); display: block; font-weight: 700; }

/* Big manifesto quote */
.manifesto .container { position: relative; }
.manifesto blockquote {
  font-family: var(--font-display); font-style: italic; font-weight: 500;
  font-size: clamp(1.55rem, 4.2vw, 2.85rem); line-height: 1.28; max-width: 20ch; margin: 0;
  color: #fff; letter-spacing: -0.01em;
}
.manifesto blockquote::first-letter { color: var(--accent-2); }
.manifesto cite { display: block; margin-top: 22px; font-style: normal; font-size: 0.9rem; color: var(--accent-2); letter-spacing: 0.08em; text-transform: uppercase; }

/* ============================================================
   FAQ — pure CSS accordion
   ============================================================ */
.faq { display: grid; gap: 12px; max-width: 820px; }
.faq-item {
  background: var(--surface); border: 1px solid var(--line); border-radius: 16px;
  overflow: hidden; box-shadow: 0 2px 3px rgba(42,37,49,0.028);
  transition: border-color 240ms, box-shadow 240ms;
}
.faq-item:hover { border-color: var(--hairline); }
.faq-item[open] { border-color: var(--accent); box-shadow: 0 16px 34px -26px rgba(87,66,130,0.5); }
.faq-item summary {
  list-style: none; cursor: pointer; padding: clamp(16px, 2.4vw, 22px) clamp(18px, 3vw, 28px);
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  font-family: var(--font-display); font-weight: 600; font-size: clamp(1rem, 2vw, 1.16rem);
  color: var(--ink);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary .faq-plus { width: 22px; height: 22px; flex: 0 0 auto; color: var(--accent-deep); transition: transform 300ms cubic-bezier(.4,0,.2,1); }
.faq-item[open] summary .faq-plus { transform: rotate(45deg); }
.faq-item .answer {
  height: 0; padding: 0 clamp(18px, 3vw, 28px); overflow: hidden;
  transition: height 360ms cubic-bezier(.4,0,.2,1), padding-block-end 360ms cubic-bezier(.4,0,.2,1);
  color: var(--ink-soft);
}
.faq-item[open] .answer { height: auto; padding-block-end: 24px; }
.faq-item .answer p { margin: 0 0 0.8em; }
.faq-item .answer p:last-child { margin-bottom: 0; }
@media (prefers-reduced-motion: reduce) { .faq-item .answer { transition: none; } }

/* ============================================================
   CTA band
   ============================================================ */
.cta-band { text-align: center; }
.cta-band .container > * { margin-inline: auto; }
.cta-band h2 { max-width: 18ch; }
.cta-band p { max-width: 52ch; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-top: 24px; }

/* ============================================================
   CONTACT page
   ============================================================ */
.contact-hero { padding-block: clamp(46px, 8vw, 90px) clamp(20px, 3vw, 30px); }
.channels { display: grid; grid-template-columns: repeat(auto-fit, minmax(258px, 1fr)); gap: clamp(14px, 2vw, 20px); }
.channel {
  background: var(--surface); border: 1px solid var(--line); border-radius: 18px; padding: 24px;
  display: grid; grid-template-columns: 48px 1fr; gap: 15px; align-items: start;
  box-shadow: 0 2px 3px rgba(42,37,49,0.03);
  transition: transform 240ms cubic-bezier(.2,.7,.2,1), box-shadow 240ms, border-color 240ms;
}
.channel:hover { transform: translateY(-4px); box-shadow: 0 24px 42px -26px rgba(87,66,130,0.5); border-color: var(--accent); }
.channel-ic {
  width: 48px; height: 48px; border-radius: 12px; background: rgba(124,107,168,0.12);
  display: grid; place-items: center; color: var(--accent-deep);
  transition: background 240ms, transform 240ms;
}
.channel:hover .channel-ic { background: var(--accent); color: #fff; transform: scale(1.06); }
.channel-ic svg { width: 22px; height: 22px; }
.channel h3 { font-size: 1.02rem; margin: 0 0 4px; font-family: "Segoe UI", sans-serif; letter-spacing: 0; }
.channel a, .channel .c-val { color: var(--ink); font-weight: 600; word-break: break-word; }
.channel a:hover { color: var(--accent-deep); }
.channel .c-sub { display: block; font-size: 0.82rem; color: var(--ink-soft); font-weight: 400; margin-top: 4px; }

.hours-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 10px; }
.hours-cell {
  background: var(--surface); border: 1px solid var(--line); border-radius: 12px; padding: 14px 16px;
  display: flex; justify-content: space-between; gap: 10px; font-variant-numeric: tabular-nums;
}
.hours-cell.today { border-color: var(--accent); background: linear-gradient(180deg, var(--lav-mist), var(--surface)); box-shadow: 0 12px 26px -20px rgba(87,66,130,0.5); }
.hours-cell .d { font-weight: 700; color: var(--ink); }
.hours-cell .h { color: var(--ink-soft); font-size: 0.9rem; }

/* Forms */
.form-card { background: var(--surface); border: 1px solid var(--line); border-radius: 22px; padding: clamp(22px, 3.4vw, 42px); box-shadow: 0 20px 50px -34px rgba(87,66,130,0.4); }
.form-grid { display: grid; gap: 18px; }
@media (min-width: 620px) { .form-grid .row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; } }
.field { display: flex; flex-direction: column; gap: 7px; }
.field label, .field > span { font-size: 0.86rem; font-weight: 600; color: var(--ink); }
.field label .opt { font-weight: 400; color: var(--ink-faint); font-size: 0.82em; }
.field input, .field select, .field textarea {
  font-family: inherit; font-size: 1rem; color: var(--ink);
  background: var(--bg); border: 1px solid var(--line-strong); border-radius: 10px;
  padding: 12px 14px; width: 100%; transition: border-color 200ms, box-shadow 200ms;
}
.field textarea { min-height: 130px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(124,107,168,0.16);
}
.field.kvkk { flex-direction: row; align-items: flex-start; gap: 10px; }
.field.kvkk label { font-weight: 400; font-size: 0.88rem; color: var(--ink-soft); line-height: 1.5; }
.field input[type="checkbox"] {
  appearance: auto; -webkit-appearance: auto;
  width: 18px; height: 18px; min-width: 18px; min-height: 18px;
  padding: 0; border: 0; margin: 3px 0 0; accent-color: var(--accent);
}
.form-submit { display: flex; }
.form-submit .btn { width: 100%; justify-content: center; }
@media (min-width: 620px) { .form-submit .btn { width: auto; } }

/* ============================================================
   Simple content / policy pages
   ============================================================ */
.page-hero { position: relative; padding-block: clamp(48px, 8vw, 92px) clamp(24px, 3vw, 40px); background: linear-gradient(180deg, var(--lav-mist), var(--bg)); overflow: hidden; }
.page-hero::after {
  content: ""; position: absolute; top: -20%; right: -6%; width: clamp(180px, 30vw, 380px); aspect-ratio: 1;
  background: radial-gradient(circle, rgba(124,107,168,0.16), transparent 68%); pointer-events: none;
}
.page-hero .container { position: relative; }
.page-hero h1 { max-width: 18ch; }
.prose { max-width: 760px; line-height: 1.75; font-size: 1.02rem; }
.prose p { overflow-wrap: anywhere; }
.prose > p:first-of-type { font-size: 1.12rem; color: var(--ink); }
.prose h2 { margin-top: 1.9em; padding-top: 0.2em; }
.prose h2::before { content: ""; display: block; width: 34px; height: 2px; background: var(--accent-2); margin-bottom: 0.7em; }
.prose h3 { margin-top: 1.6em; }
.prose a { text-decoration: underline; text-underline-offset: 2px; }
.prose ul, .prose ol { padding-left: 1.3em; color: var(--ink-soft); }
.prose li { margin-bottom: 0.5em; }
.prose table { border-collapse: collapse; width: 100%; font-size: 0.92rem; }
.prose th, .prose td { border: 1px solid var(--line); padding: 10px 12px; text-align: left; vertical-align: top; }
.prose th { background: var(--surface-2); font-weight: 700; }

.table-scroll {
  display: block; width: 100%; max-width: 100%; min-width: 0;
  overflow-x: auto; -webkit-overflow-scrolling: touch; margin: 18px 0;
  border: 1px solid var(--line); border-radius: 8px;
}
.table-scroll > table { margin: 0 !important; min-width: 480px; width: 100%; }
:where(*:has(> .table-scroll), *:has(> * > .table-scroll), *:has(> * > * > .table-scroll)) { min-width: 0; }

/* about */
.about-split { display: grid; gap: clamp(24px, 4vw, 44px); align-items: center; }
@media (min-width: 860px) { .about-split { grid-template-columns: 1.05fr 0.95fr; } }
.about-split img { border-radius: 20px; width: 100%; aspect-ratio: 3/2; object-fit: cover; box-shadow: 0 30px 60px -34px rgba(87,66,130,0.5); }
.stat-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); gap: 16px; margin-top: 28px; }
.stat-row .s { border-left: 2px solid var(--accent-2); padding-left: 14px; }
.stat-row .s .num { font-family: var(--font-display); font-weight: 600; font-size: 1.8rem; display: block; line-height: 1; font-variant-numeric: tabular-nums; }
.stat-row .s .lbl { font-size: 0.8rem; color: var(--ink-soft); }

.team-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: clamp(18px, 2.6vw, 26px); }
.team-card {
  background: var(--surface); border: 1px solid var(--line); border-radius: 20px; overflow: hidden;
  box-shadow: 0 2px 4px rgba(42,37,49,0.035);
  transition: transform 260ms cubic-bezier(.2,.7,.2,1), box-shadow 260ms cubic-bezier(.2,.7,.2,1), border-color 260ms cubic-bezier(.2,.7,.2,1);
}
.team-card:hover { transform: translateY(-7px); box-shadow: 0 30px 52px -30px rgba(87,66,130,0.6); border-color: var(--accent); }
.team-card img { width: 100%; aspect-ratio: 5/6; object-fit: cover; transition: transform 700ms cubic-bezier(.2,.7,.2,1); }
.team-card:hover img { transform: scale(1.05); }
@media (prefers-reduced-motion: reduce) { .team-card, .team-card img { transition: none; } .team-card:hover { transform: none; } .team-card:hover img { transform: none; } }
.team-card .t-body { padding: 20px 22px 24px; }
.team-card h3 { margin: 0 0 2px; font-size: 1.14rem; }
.team-card .t-role { font-size: 0.8rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent-deep); }
.team-card p { margin: 12px 0 0; font-size: 0.9rem; color: var(--ink-soft); }

/* notes / news */
.notes { display: grid; gap: 14px; max-width: 720px; }
.note { display: grid; grid-template-columns: auto 1fr; gap: 16px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.note time { font-size: 0.78rem; font-weight: 700; color: var(--accent-2-deep); letter-spacing: 0.04em; white-space: nowrap; }
.note p { margin: 0; color: var(--ink-soft); font-size: 0.94rem; }
.note strong { color: var(--ink); display: block; font-family: var(--font-display); }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer { background: #24202A; color: #C6BFCF; padding-block: clamp(48px, 7vw, 76px) 30px; }
.footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: clamp(28px, 4vw, 48px); }
.footer-brand .brand-name { color: #fff; }
.footer-brand p { margin-top: 14px; font-size: 0.9rem; color: #A79FB2; max-width: 34ch; }
.footer-col h4 { color: #fff; font-size: 0.82rem; letter-spacing: 0.14em; text-transform: uppercase; font-family: "Segoe UI", sans-serif; margin-bottom: 14px; }
.footer-col a, .footer-col p { color: #B6AEC1; font-size: 0.92rem; display: block; margin-bottom: 9px; }
.footer-col a:hover { color: var(--accent-2); }
.footer-bottom {
  margin-top: 40px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,0.12);
  display: flex; flex-wrap: wrap; gap: 10px 24px; justify-content: space-between;
  font-size: 0.8rem; color: #8F8799;
}
.footer-bottom a { color: #8F8799; }
.footer-bottom a:hover { color: var(--accent-2); }
.footer-legal { display: flex; flex-wrap: wrap; gap: 8px 18px; }

/* ============================================================
   Cookie banner
   ============================================================ */
.cookie-banner {
  position: fixed; bottom: 16px; left: 16px; right: 16px; max-width: 520px; margin: 0 auto;
  background: var(--surface); border: 1px solid var(--line-strong); border-radius: 16px;
  padding: 20px 22px; z-index: 9999; box-shadow: 0 24px 60px -24px rgba(30,22,40,0.6);
  transform: translateY(140%); opacity: 0;
  transition: transform 280ms cubic-bezier(.2,.7,.2,1), opacity 240ms;
}
.cookie-banner.is-visible { transform: translateY(0); opacity: 1; }
@media (min-width: 720px) { .cookie-banner { left: 24px; right: auto; max-width: 420px; } }
.cookie-banner h4 { margin: 0 0 8px; font-size: 1.06rem; }
.cookie-banner p { margin: 0 0 16px; font-size: 0.88rem; color: var(--ink-soft); }
.cookie-banner p a { color: var(--accent-deep); text-decoration: underline; }
.cookie-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.cookie-actions .btn { padding: 11px 14px; font-size: 0.9rem; min-height: 44px; justify-content: center; }
.cookie-actions .cookie-settings { grid-column: 1 / -1; }
/* "Reddet" must carry the same visual weight as "Kabul et" (no consent
   dark-pattern): a solid, filled control rather than a faint outline. */
.cookie-actions [data-consent="reject"] {
  background: var(--surface-2); color: var(--ink);
  border-color: var(--line-strong); font-weight: 600;
}
.cookie-actions [data-consent="reject"]:hover,
.cookie-actions [data-consent="reject"]:focus-visible {
  background: var(--ink); color: var(--surface);
  border-color: var(--ink); transform: translateY(-2px);
}
/* "Ayarlar" stays the quieter tertiary option below the two equal choices. */
.cookie-actions .cookie-settings { font-weight: 600; }

/* Cookie settings modal */
.cookie-modal { position: fixed; inset: 0; z-index: 10000; display: none; place-items: center; padding: 20px; }
.cookie-modal.is-open { display: grid; }
.cookie-modal-backdrop { position: fixed; inset: 0; background: rgba(28,22,34,0.6); }
.cookie-modal-card {
  position: relative; background: var(--surface); border-radius: 20px; padding: clamp(22px, 4vw, 34px);
  max-width: 480px; width: 100%; z-index: 1; max-height: 90vh; overflow-y: auto;
  box-shadow: 0 30px 70px -30px rgba(30,22,40,0.7);
}
.cookie-modal-card h3 { margin: 0 0 6px; }
.cookie-modal-card > p { color: var(--ink-soft); font-size: 0.92rem; }
.toggle-row { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; padding: 16px 0; border-top: 1px solid var(--line); }
.toggle-row .t-txt strong { display: block; }
.toggle-row .t-txt span { font-size: 0.85rem; color: var(--ink-soft); }
.switch { position: relative; width: 46px; height: 26px; flex: 0 0 auto; margin-top: 3px; }
.switch input { position: absolute; opacity: 0; width: 100%; height: 100%; margin: 0; cursor: pointer; }
.switch .track { position: absolute; inset: 0; background: var(--line-strong); border-radius: 999px; transition: background 200ms; }
.switch .track::after { content: ""; position: absolute; top: 3px; left: 3px; width: 20px; height: 20px; background: #fff; border-radius: 50%; transition: transform 220ms cubic-bezier(.2,.7,.2,1); }
.switch input:checked + .track { background: var(--accent); }
.switch input:checked + .track::after { transform: translateX(20px); }
.switch input:disabled + .track { background: var(--accent-2); opacity: 0.7; }
.cookie-modal-actions { margin-top: 22px; display: flex; justify-content: flex-end; }

/* ============================================================
   Responsive
   ============================================================ */
@media (min-width: 1024px) {
  :root { --header-h: 82px; }
  .nav-desktop { display: flex; }
  .nav-toggle { display: none; }
}

@media (max-width: 640px) {
  body { font-size: 16px; }
  .hero-stats { grid-template-columns: 1fr 1fr; }
  .exp-icon { width: 40px; height: 40px; }
  .channel { grid-template-columns: 42px 1fr; }
  .channel-ic { width: 42px; height: 42px; }
  .rota-stop { grid-template-columns: 46px 1fr; }
  .rota-num { width: 46px; height: 46px; font-size: 1.15rem; }
}

@media print {
  .site-header, .drawer, .drawer-backdrop, .cookie-banner, .nav-toggle, .hero-canvas, .hero-stalks { display: none !important; }
  body { color: #000; background: #fff; }
}

.scroll-progress{position:fixed;top:0;left:0;height:3px;width:0;background:var(--accent);z-index:9998;transition:width 80ms linear;pointer-events:none}

/* header-cta-padding-guard v1 */
.nav-desktop a.nav-cta, header a.nav-cta, .site-header a.nav-cta {
  padding: 10px 18px;
}
