/* ============================================================
   Vadi Saati — Kapadokya Balon Turu Operatörü
   Art direction: "Şafak Vakti" — cinematic Cappadocia dawn.
   Display: Fraunces (editorial serif, italic accents) ·
   Body: Libre Franklin · Times & fares: JetBrains Mono (uçuş
   çizelgesi tınısı). Palette: peribacası taşı + brülör alevi +
   şafak göğü → teal + terracotta + sıcak krem.
   ============================================================ */

@import url("https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,500;0,9..144,600;1,9..144,400;1,9..144,500;1,9..144,600&family=Libre+Franklin:wght@400;500;600;700&family=JetBrains+Mono:wght@500;600;700&display=swap");

:root {
  --bg: #FCFBF7;
  --surface: #FFFFFF;
  --surface-2: #F4F1E9;
  --surface-warm: #FBF3EA;
  --ink: #1C2321;
  --ink-soft: #4A544F;
  --ink-faint: #7C857F;
  --accent: #0F7A6B;
  --accent-strong: #0B5B50;
  --accent-2: #E86A33;
  --accent-2-soft: #F4A06E;
  --accent-2-deep: #B64D1F;
  --line: rgba(28, 35, 33, 0.12);
  --line-strong: rgba(28, 35, 33, 0.22);
  --hair: rgba(28, 35, 33, 0.10);
  --sky-night: #1a2b3d;
  --sky-dawn: #f0a56b;
  --sky-gold: #ffd9a0;
  --font-display: "Fraunces", Georgia, "Times New Roman", serif;
  --font-body: "Libre Franklin", "Segoe UI", system-ui, -apple-system, sans-serif;
  --font-mono: "JetBrains Mono", "Consolas", "Courier New", monospace;
  --header-h: 74px;
  --maxw: 1320px;
  --radius: 14px;
  --shadow-sm: 0 4px 14px -10px rgba(28, 35, 33, 0.35);
  --shadow-md: 0 14px 40px -22px rgba(28, 35, 33, 0.45);
  --shadow-warm: 0 22px 48px -26px rgba(232, 106, 51, 0.5);
  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-body);
  font-weight: 400;
  font-size: 17px;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* Editorial hierarchy: serif display headlines (h1/h2), sans
   sub-heads (h3/h4). Fraunces optical sizing tuned for large. */
h1, h2 {
  font-family: var(--font-display);
  font-weight: 500;
  font-optical-sizing: auto;
  line-height: 1.06;
  color: var(--ink);
  margin: 0 0 0.4em;
  letter-spacing: -0.018em;
}
h3, h4 {
  font-family: var(--font-body);
  font-weight: 700;
  line-height: 1.15;
  color: var(--ink);
  margin: 0 0 0.4em;
  letter-spacing: -0.012em;
}
/* Italic accent inside a display headline — the terracotta flame note. */
h1 em, h2 em {
  font-style: italic;
  font-weight: 500;
  color: var(--accent-2);
}

p { margin: 0 0 1em; }
a { color: inherit; text-decoration: none; }

img { max-width: 100%; height: auto; display: block; }

.mono {
  font-family: var(--font-mono);
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.01em;
}

.container {
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  padding-inline: clamp(16px, 4vw, 32px);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
}
.eyebrow::before {
  content: "";
  width: 28px; height: 2px;
  background: var(--accent-2);
  display: inline-block;
  transform-origin: left center;
}
.reveal.is-in .eyebrow::before,
html.no-js .eyebrow::before { animation: eyebrowDraw 620ms cubic-bezier(.2,.7,.2,1) both; }
@keyframes eyebrowDraw { from { transform: scaleX(0); } to { transform: scaleX(1); } }

.section { padding: clamp(58px, 8.5vw, 116px) 0; position: relative; }
.section-head { max-width: 660px; margin-bottom: clamp(34px, 5vw, 60px); }
.section-head .eyebrow { margin-bottom: 0.9rem; }
.section-head h2 {
  font-size: clamp(1.85rem, 5vw, 3rem);
  margin-top: 0;
}
.section-head p { color: var(--ink-soft); font-size: 1.08rem; max-width: 56ch; }
.section--band { background: var(--surface-2); position: relative; }

/* Hairline rule between stacked light sections keeps a quiet rhythm. */
.section + .section:not(.section--band):not(.stats-band)::before {
  content: "";
  position: absolute;
  top: 0; left: 50%;
  transform: translateX(-50%);
  width: min(var(--maxw), calc(100% - clamp(32px, 8vw, 64px)));
  height: 1px;
  background: var(--hair);
}

/* Faint Cappadocia contour motif on warm band sections. */
.section--band::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.5;
  background-image:
    radial-gradient(120% 90% at 92% -10%, rgba(232,106,51,.06), transparent 55%),
    radial-gradient(90% 80% at 4% 108%, rgba(15,122,107,.06), transparent 52%);
}
.section--band > .container { position: relative; z-index: 1; }

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--ink);
  color: #fff;
  padding: 12px 18px;
  z-index: 2000;
  border-radius: 0 0 8px 0;
}
.skip-link:focus { left: 0; }

:where(a, button, input, select, textarea, summary):focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
  border-radius: 4px;
}

/* ============================================================
   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(252, 251, 247, 0.92);
  border-bottom: 1px solid transparent;
  transition: background 240ms ease, box-shadow 240ms ease, height 240ms ease, border-color 240ms ease;
}
.site-header.scrolled {
  background: rgba(252, 251, 247, 0.98);
  box-shadow: 0 8px 24px -16px rgba(0, 0, 0, 0.18);
  border-bottom-color: var(--line);
  height: 64px;
}
.header-inner {
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  padding-inline: clamp(16px, 4vw, 32px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-weight: 700;
  font-size: 1.14rem;
  letter-spacing: -0.01em;
  color: var(--ink);
}
.brand .brand-mark { width: 30px; height: 30px; flex: 0 0 auto; color: var(--accent); }
.brand .brand-mark .flame { color: var(--accent-2); }
.brand small {
  display: block;
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-faint);
  margin-top: 1px;
}

.nav-desktop {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 26px);
}
.nav-desktop a {
  position: relative;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--ink-soft);
  padding: 6px 2px;
  transition: color 200ms ease;
}
.nav-desktop a::after {
  content: "";
  position: absolute;
  left: 0; bottom: -2px;
  width: 0; height: 2px;
  background: var(--accent);
  transition: width 220ms cubic-bezier(.2,.7,.2,1);
}
.nav-desktop a:hover { color: var(--ink); }
.nav-desktop a.is-active { color: var(--ink); }
.nav-desktop a.is-active::after,
.nav-desktop a:hover::after { width: 100%; }

.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--ink);
  color: var(--surface) !important;
  padding: 10px 20px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.92rem;
  transition: background 200ms ease, transform 200ms ease, color 200ms ease;
}
.nav-desktop .nav-cta::after { display: none; }
.nav-desktop .nav-cta:hover,
.nav-cta:hover,
.nav-cta:focus-visible {
  background: var(--accent-2);
  color: #fff !important;
  transform: translateY(-2px);
}

.nav-toggle {
  display: none;
  position: relative;
  z-index: 1100;
  width: 46px; height: 46px;
  border: 1px solid var(--line-strong);
  border-radius: 10px;
  background: var(--surface);
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.nav-toggle span {
  width: 22px; height: 2px;
  background: var(--ink);
  border-radius: 2px;
  transition: transform 260ms cubic-bezier(.2,.7,.2,1), opacity 200ms ease;
}
.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 {
  position: fixed;
  top: 0; right: 0; bottom: 0;
  width: min(360px, 92vw);
  background: var(--surface);
  z-index: 1050;
  transform: translateX(100%);
  transition: transform 320ms cubic-bezier(.2,.7,.2,1);
  padding: calc(var(--header-h) + 20px) 28px 32px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  box-shadow: -20px 0 50px -30px rgba(0,0,0,.5);
  overflow-y: auto;
}
.drawer.is-open { transform: translateX(0); }
.drawer a {
  padding: 14px 4px;
  border-bottom: 1px solid var(--line);
  font-size: 1.06rem;
  font-weight: 500;
  color: var(--ink);
}
.drawer a.is-active { color: var(--accent); }
.drawer .drawer-cta,
.drawer a.nav-cta {
  margin-top: 18px;
  border-bottom: none;
  justify-content: center;
  background: var(--ink);
  color: #fff !important;
  border-radius: 999px;
}
.drawer .drawer-cta:hover,
.drawer a.nav-cta:hover { background: var(--accent-2); color: #fff !important; }
.drawer-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.55);
  z-index: 1040;
  opacity: 0;
  visibility: hidden;
  transition: opacity 240ms ease, visibility 240ms ease;
}
.drawer-backdrop.is-open { opacity: 1; visibility: visible; }

@media (max-width: 1024px) {
  .nav-desktop { display: none; }
  .nav-toggle { display: flex; }
}

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 14px 26px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  border: 1px solid transparent;
  transition: background 200ms ease, color 200ms ease, transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
  text-align: center;
}
.btn svg { width: 18px; height: 18px; }
.btn-primary { background: var(--accent-2); color: #fff; box-shadow: 0 12px 30px -14px rgba(232,106,51,.7); }
.btn-primary:hover, .btn-primary:focus-visible { background: var(--accent); color: #fff; transform: translateY(-2px); box-shadow: 0 18px 40px -14px rgba(15,122,107,.6), 0 0 0 1px rgba(255,233,201,.25); }
.btn-primary:active { transform: translateY(0); box-shadow: 0 8px 20px -12px rgba(15,122,107,.5); }
.btn-primary svg { transition: transform 220ms cubic-bezier(.2,.7,.2,1); }
.btn-primary:hover svg { transform: translateX(4px); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line-strong); }
.btn-ghost:hover, .btn-ghost:focus-visible { background: var(--ink); color: var(--surface); transform: translateY(-2px); }
.btn-dark { background: var(--ink); color: var(--surface); }
.btn-dark:hover, .btn-dark:focus-visible { background: var(--accent); color: var(--surface); transform: translateY(-2px); }

main { padding-top: var(--header-h); }

/* Anchor targets clear the fixed header (full /index.html#id links) */
:where(section[id], [id]) { scroll-margin-top: calc(var(--header-h) + 16px); }

/* ============================================================
   HERO — sunrise timeline
   ============================================================ */
/* ============================================================
   CINEMATIC PHOTO HERO — Kapadokya şafak vakti
   ============================================================ */
.hero {
  position: relative;
  min-height: 88vh;
  max-height: 1040px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  isolation: isolate;
  background: #0d1319;
}
.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
}
.hero-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 52%;
  transform: scale(1.06);
  animation: heroKen 20s ease-in-out infinite alternate;
  will-change: transform;
}
@keyframes heroKen {
  from { transform: scale(1.06) translate3d(0, 0, 0); }
  to   { transform: scale(1.17) translate3d(-1.8%, -2.4%, 0); }
}
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(8,12,18,.52) 0%, rgba(8,12,18,.08) 30%, rgba(8,12,18,.50) 66%, rgba(8,12,18,.92) 100%),
    linear-gradient(90deg, rgba(8,12,18,.74) 0%, rgba(8,12,18,.30) 46%, rgba(8,12,18,0) 80%);
}

.hero-content {
  position: relative;
  padding-top: clamp(130px, 22vh, 240px);
  padding-bottom: clamp(42px, 7vh, 80px);
}
.hero-content .eyebrow { color: #ffe1bc; }
.hero-content .eyebrow::before { background: var(--accent-2); }
.hero-title {
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-weight: 400;
  color: #fff;
  font-size: clamp(2.1rem, 6.4vw, 4.5rem);
  line-height: 1.04;
  letter-spacing: -0.012em;
  max-width: 16ch;
  text-shadow: 0 4px 44px rgba(0,0,0,.5);
}
.hero-title .word-span { white-space: nowrap; }
.hero-title .accent {
  font-style: italic;
  font-weight: 500;
  color: #ffcf8f;
}
.hero-sub {
  color: rgba(255,255,255,0.93);
  font-size: clamp(1.02rem, 2.2vw, 1.28rem);
  max-width: 48ch;
  margin-top: 0.6rem;
  text-shadow: 0 2px 20px rgba(0,0,0,.5);
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}
.btn-on-photo {
  color: #fff;
  border-color: rgba(255,255,255,.55);
  background: rgba(255,255,255,.06);
  backdrop-filter: blur(2px);
}
.btn-on-photo:hover, .btn-on-photo:focus-visible {
  background: #fff;
  color: var(--ink);
  border-color: #fff;
}
.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 34px;
  margin-top: clamp(26px, 4.4vh, 44px);
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.20);
  max-width: 660px;
}
.hero-stat { color: #fff; }
.hero-stat .n {
  display: block;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.35rem, 3.4vw, 1.95rem);
  font-weight: 500;
  line-height: 1.05;
  text-shadow: 0 2px 18px rgba(0,0,0,.45);
}
.hero-stat .k {
  display: block;
  font-size: 0.78rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.82);
  margin-top: 4px;
}
@media (prefers-reduced-motion: reduce) {
  .hero-photo { animation: none !important; transform: scale(1.02); }
}

/* Sunrise-flight timeline strip (standalone band below hero) */
.strip-band { position: relative; }
.hero-strip {
  position: relative;
  z-index: 2;
  background: rgba(28, 35, 33, 0.72);
  backdrop-filter: blur(3px);
  border-top: 1px solid rgba(255,255,255,.14);
}
.hero-strip-inner {
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 26px clamp(16px, 4vw, 32px) 30px;
  position: relative;
}
.strip-track {
  position: relative;
  height: 3px;
  margin: 40px 0 8px;
  background-image: linear-gradient(90deg, rgba(255,255,255,.5) 0 8px, transparent 8px 16px);
  background-size: 16px 3px;
}
.strip-progress {
  position: absolute;
  top: 0; left: 0; height: 3px;
  width: var(--strip, 8%);
  background: var(--accent-2);
  box-shadow: 0 0 12px rgba(232,106,51,.8);
  transition: width 120ms linear;
}
.strip-balloon {
  position: absolute;
  top: -20px;
  left: var(--strip, 8%);
  transform: translateX(-50%);
  width: 30px; height: 40px;
  color: var(--accent-2);
  transition: left 120ms linear;
  filter: drop-shadow(0 4px 8px rgba(0,0,0,.4));
}
.strip-points {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.strip-point {
  flex: 1 1 0;
  text-align: center;
  color: #fff;
}
.strip-point .t {
  font-family: "JetBrains Mono", "Consolas", monospace;
  font-size: 1.02rem;
  font-weight: 700;
  color: #ffe9c9;
}
.strip-point .l {
  display: block;
  font-size: 0.76rem;
  color: rgba(255,255,255,.78);
  margin-top: 2px;
}
.strip-point:first-child { text-align: left; }
.strip-point:last-child { text-align: right; }

/* ============================================================
   DAY FLOW TIMELINE
   ============================================================ */
.flow-wrap { position: relative; }
.flow-line {
  position: absolute;
  left: 27px; top: 8px; bottom: 8px;
  width: 2px;
  background-image: linear-gradient(180deg, var(--line-strong) 0 8px, transparent 8px 16px);
  background-size: 2px 16px;
}
.flow-item {
  position: relative;
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 20px;
  padding: 14px 0 30px;
  align-items: start;
}
.flow-dot {
  position: relative;
  z-index: 1;
  width: 56px; height: 56px;
  border-radius: 50%;
  background: var(--surface);
  border: 2px solid var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
}
.flow-dot svg { width: 26px; height: 26px; }
.flow-time {
  display: inline-block;
  font-family: "JetBrains Mono", "Consolas", monospace;
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--accent-2);
  background: rgba(232,106,51,.1);
  padding: 3px 10px;
  border-radius: 999px;
  margin-bottom: 6px;
}
.flow-card h3 { font-size: 1.16rem; margin-bottom: 4px; }
.flow-card p { color: var(--ink-soft); margin: 0; font-size: 0.98rem; }
.flow-card .flow-meta {
  margin-top: 8px;
  font-size: 0.82rem;
  color: var(--ink-faint);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* ============================================================
   SEASON CALENDAR
   ============================================================ */
.season-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 14px;
}
.month-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 18px 16px;
  transition: transform 220ms cubic-bezier(.2,.7,.2,1), box-shadow 220ms ease, border-color 220ms ease;
  position: relative;
  overflow: hidden;
}
.month-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--accent); }
.month-card .m-name { font-weight: 700; font-size: 1.04rem; }
.month-card .m-badge {
  display: inline-block;
  margin-top: 8px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 3px 9px;
  border-radius: 999px;
}
.m-badge.best { background: rgba(15,122,107,.14); color: var(--accent-strong); }
.m-badge.good { background: rgba(232,106,51,.14); color: #b64d1f; }
.m-badge.low  { background: rgba(28,35,33,.08); color: var(--ink-soft); }
.month-card .m-note { font-size: 0.82rem; color: var(--ink-faint); margin: 8px 0 0; }
.month-card .m-rate {
  margin-top: 10px;
  height: 5px;
  border-radius: 999px;
  background: var(--surface-2);
  overflow: hidden;
}
.month-card .m-rate i { display: block; height: 100%; background: var(--accent); border-radius: 999px; }

/* ============================================================
   PREP TIPS
   ============================================================ */
.tips-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 18px;
}
.tip-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px 22px;
  transition: transform 220ms cubic-bezier(.2,.7,.2,1), box-shadow 220ms ease;
}
.tip-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.tip-icon {
  width: 46px; height: 46px;
  border-radius: 12px;
  background: var(--surface-2);
  color: var(--accent);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 14px;
}
.tip-icon svg { width: 24px; height: 24px; }
.tip-card h3 { font-size: 1.1rem; }
.tip-card p { color: var(--ink-soft); font-size: 0.95rem; margin: 0; }

/* ============================================================
   PRICING
   ============================================================ */
.price-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 22px;
  align-items: stretch;
}
.price-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 30px 26px;
  display: flex;
  flex-direction: column;
  transition: transform 220ms cubic-bezier(.2,.7,.2,1), box-shadow 220ms ease, border-color 220ms ease;
  position: relative;
}
.price-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.price-card.featured { border-color: var(--accent-2); box-shadow: 0 24px 60px -34px rgba(232,106,51,.55); }
.price-card.featured::before {
  content: "En çok tercih edilen";
  position: absolute;
  top: -12px; left: 26px;
  background: var(--accent-2);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 5px 12px;
  border-radius: 999px;
}
.price-card .p-name { font-weight: 700; font-size: 1.2rem; }
.price-card .p-tag { font-size: 0.86rem; color: var(--ink-faint); margin-top: 2px; }
.price-card .p-amount {
  font-family: "JetBrains Mono", "Consolas", monospace;
  font-size: 2.3rem;
  font-weight: 700;
  color: var(--ink);
  margin: 16px 0 2px;
  letter-spacing: -0.02em;
}
.price-card .p-amount small { font-size: 0.95rem; color: var(--ink-faint); font-weight: 500; }
.price-card .p-list { list-style: none; padding: 0; margin: 18px 0; display: grid; gap: 9px; }
.price-card .p-list li { display: flex; gap: 9px; font-size: 0.93rem; color: var(--ink-soft); align-items: flex-start; }
.price-card .p-list li svg { width: 17px; height: 17px; flex: 0 0 auto; margin-top: 3px; }
.price-card .p-list li.incl svg { color: var(--accent); }
.price-card .p-list li.excl { color: var(--ink-faint); }
.price-card .p-list li.excl svg { color: var(--ink-faint); }
.price-card .btn { margin-top: auto; width: 100%; }
.price-disclaimer { margin-top: 20px; font-size: 0.84rem; color: var(--ink-faint); }

.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: 10px;
}
.table-scroll > table { margin: 0 !important; min-width: 480px; width: 100%; border-collapse: collapse; }
:where(*:has(> .table-scroll), *:has(> * > .table-scroll), *:has(> * > * > .table-scroll)) { min-width: 0; }
table th, table td { padding: 13px 16px; text-align: left; border-bottom: 1px solid var(--line); font-size: 0.94rem; }
table th { background: var(--surface-2); font-weight: 700; }
table tr:last-child td { border-bottom: none; }

/* ============================================================
   STATS BAND
   ============================================================ */
.stats-band { background: var(--ink); color: #fff; }
.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 26px;
}
.stat { text-align: center; }
.stat .num {
  font-family: "JetBrains Mono", "Consolas", monospace;
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 700;
  color: var(--accent-2-soft);
  line-height: 1;
}
.stat .lbl { font-size: 0.9rem; color: rgba(255,255,255,.75); margin-top: 8px; }

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.testi-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}
.testi-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px 24px;
  transition: transform 220ms cubic-bezier(.2,.7,.2,1), box-shadow 220ms ease;
}
.testi-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.testi-card .stars { color: var(--accent-2); letter-spacing: 2px; font-size: 0.9rem; }
.testi-card blockquote { margin: 12px 0 16px; font-size: 1rem; color: var(--ink); line-height: 1.6; }
.testi-card .who { font-weight: 700; font-size: 0.95rem; }
.testi-card .meta { font-size: 0.82rem; color: var(--ink-faint); margin-top: 2px; }

/* ============================================================
   FAQ
   ============================================================ */
.faq-list { max-width: 820px; }
.faq-item {
  border-bottom: 1px solid var(--line);
}
.faq-item > summary {
  list-style: none;
  cursor: pointer;
  padding: 22px 44px 22px 4px;
  font-weight: 600;
  font-size: 1.06rem;
  position: relative;
  color: var(--ink);
}
.faq-item > summary::-webkit-details-marker { display: none; }
.faq-item > summary::after {
  content: "";
  position: absolute;
  right: 8px; top: 26px;
  width: 12px; height: 12px;
  border-right: 2px solid var(--accent);
  border-bottom: 2px solid var(--accent);
  transform: rotate(45deg);
  transition: transform 300ms cubic-bezier(.4,0,.2,1);
}
.faq-item[open] > summary::after { transform: rotate(-135deg); }
.faq-item > .answer {
  height: 0;
  padding: 0 44px 0 4px;
  overflow: hidden;
  transition: height 360ms cubic-bezier(.4,0,.2,1), padding-block-end 360ms cubic-bezier(.4,0,.2,1);
}
.faq-item[open] > .answer {
  height: auto;
  padding-block-end: 24px;
}
.faq-item > .answer p { color: var(--ink-soft); margin: 0; }
@media (prefers-reduced-motion: reduce) {
  .faq-item > .answer { transition: none; }
}

/* ============================================================
   CTA / CONTACT PREVIEW
   ============================================================ */
.cta-band {
  background: linear-gradient(135deg, var(--accent-strong), var(--accent));
  color: #fff;
  border-radius: 24px;
  padding: clamp(34px, 6vw, 60px);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-band h2 { color: #fff; font-size: clamp(1.7rem, 4.5vw, 2.6rem); }
.cta-band p { color: rgba(255,255,255,.9); max-width: 48ch; margin: 0 auto 24px; }
.cta-band .btn-primary { background: #fff; color: var(--accent-strong); }
.cta-band .btn-primary:hover { background: var(--ink); color: #fff; }
.cta-band .cta-balloon {
  position: absolute;
  right: -20px; bottom: -30px;
  width: 180px;
  opacity: .18;
  color: #fff;
}

/* ============================================================
   CONTACT PAGE
   ============================================================ */
.contact-hero {
  background: var(--surface-2);
  padding: clamp(60px, 10vh, 110px) 0 clamp(40px, 6vw, 70px);
  min-height: 240px;
}
.contact-hero h1 { font-size: clamp(2rem, 6vw, 3.2rem); }
.contact-hero p { color: var(--ink-soft); max-width: 52ch; font-size: 1.08rem; }

.channel-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
}
.channel-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 22px;
  transition: transform 240ms cubic-bezier(.4,0,.2,1), box-shadow 240ms ease, border-color 240ms ease;
}
.channel-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--accent); }
.channel-ico {
  width: 48px; height: 48px;
  border-radius: 12px;
  background: rgba(15,122,107,.1);
  color: var(--accent);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 14px;
}
.channel-ico svg { width: 24px; height: 24px; }
.channel-card h3 { font-size: 1.02rem; margin-bottom: 4px; }
.channel-card a, .channel-card .val { font-weight: 600; color: var(--ink); word-break: break-word; overflow-wrap: anywhere; }
.channel-card a:hover { color: var(--accent); }
.channel-card .sub { font-size: 0.82rem; color: var(--ink-faint); 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: 10px;
  padding: 12px 14px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-variant-numeric: tabular-nums;
}
.hours-cell.today { border-color: var(--accent); background: rgba(15,122,107,.06); }
.hours-cell .d { font-weight: 600; }
.hours-cell .h { color: var(--ink-soft); font-family: "JetBrains Mono", "Consolas", monospace; font-size: 0.9rem; }

/* ============================================================
   FORM
   ============================================================ */
.form-wrap {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: clamp(24px, 4vw, 40px);
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.field { display: flex; flex-direction: column; gap: 6px; }
.field.full { grid-column: 1 / -1; }
.field label { font-weight: 600; font-size: 0.9rem; }
.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;
  padding: 12px 14px;
  border: 1px solid var(--line-strong);
  border-radius: 10px;
  background: var(--bg);
  color: var(--ink);
  transition: border-color 200ms ease, box-shadow 200ms ease;
  width: 100%;
}
.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(15,122,107,.15);
}
.field textarea { min-height: 140px; resize: vertical; }
.field.kvkk { flex-direction: row; align-items: flex-start; gap: 10px; }
.field.kvkk label { font-weight: 400; font-size: 0.9rem; color: var(--ink-soft); }
.field input[type="checkbox"] {
  appearance: auto;
  -webkit-appearance: auto;
  width: 18px; height: 18px;
  min-width: 18px; min-height: 18px;
  padding: 0; border: 0; margin: 2px 0 0;
  accent-color: var(--accent);
}
.form-wrap button[type="submit"] { margin-top: 8px; width: 100%; }
@media (min-width: 720px) { .form-wrap button[type="submit"] { width: auto; } }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  background: var(--ink);
  color: rgba(255,255,255,.8);
  padding: clamp(46px, 7vw, 72px) 0 30px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 34px;
}
.site-footer h4 { color: #fff; font-size: 0.95rem; letter-spacing: 0.04em; text-transform: uppercase; margin-bottom: 14px; }
.site-footer a { color: rgba(255,255,255,.78); transition: color 200ms ease; }
.site-footer a:hover { color: var(--accent-2-soft); }
.footer-links { list-style: none; padding: 0; margin: 0; display: grid; gap: 9px; font-size: 0.94rem; }
.footer-brand .brand { color: #fff; margin-bottom: 12px; }
.footer-brand p { font-size: 0.92rem; color: rgba(255,255,255,.72); max-width: 34ch; }
.footer-contact { font-size: 0.92rem; display: grid; gap: 9px; }
.footer-contact div { display: flex; gap: 9px; align-items: flex-start; }
.footer-contact svg { width: 16px; height: 16px; flex: 0 0 auto; margin-top: 4px; color: var(--accent-2-soft); }
.footer-bottom {
  margin-top: 40px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.12);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  font-size: 0.82rem;
  color: rgba(255,255,255,.6);
}
.footer-bottom a { font-size: 0.82rem; }

/* ============================================================
   COOKIE
   ============================================================ */
.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;
  box-shadow: 0 24px 60px -20px rgba(0,0,0,.4);
  padding: 22px;
  z-index: 9999;
  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; }
.cookie-banner h3 { font-size: 1.05rem; margin-bottom: 6px; }
.cookie-banner p { font-size: 0.88rem; color: var(--ink-soft); margin: 0 0 16px; }
.cookie-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.cookie-actions button {
  flex: 1 1 auto;
  min-height: 44px;
  padding: 11px 16px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
  border: 1px solid var(--line-strong);
  background: var(--surface);
  color: var(--ink);
  transition: background 200ms, color 200ms, border-color 200ms;
}
.cookie-actions button[data-consent="accept"] { background: var(--accent); color: #fff; border-color: var(--accent); }
.cookie-actions button[data-consent="accept"]:hover { background: var(--accent-strong); }
.cookie-actions button[data-consent="reject"]:hover,
.cookie-actions button[data-consent="settings"]:hover { background: var(--surface-2); border-color: var(--accent); }
@media (min-width: 640px) {
  .cookie-banner { left: 24px; right: auto; max-width: 420px; }
}

.cookie-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(0,0,0,.5);
}
.cookie-modal.is-open { display: flex; }
.cookie-modal-inner {
  background: var(--surface);
  border-radius: 16px;
  padding: 28px;
  max-width: 460px;
  width: 100%;
  max-height: 88vh;
  overflow-y: auto;
}
.cookie-modal h3 { font-size: 1.2rem; margin-bottom: 12px; }
.toggle-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}
.toggle-row .tr-txt strong { display: block; font-size: 0.96rem; }
.toggle-row .tr-txt span { font-size: 0.82rem; color: var(--ink-faint); }
.switch { position: relative; width: 46px; height: 26px; flex: 0 0 auto; }
.switch input { opacity: 0; width: 0; height: 0; }
.switch .track {
  position: absolute; inset: 0;
  background: var(--line-strong);
  border-radius: 999px;
  transition: background 200ms;
  cursor: pointer;
}
.switch .track::before {
  content: ""; position: absolute;
  left: 3px; top: 3px;
  width: 20px; height: 20px;
  background: #fff; border-radius: 50%;
  transition: transform 200ms;
}
.switch input:checked + .track { background: var(--accent); }
.switch input:checked + .track::before { transform: translateX(20px); }
.switch input:disabled + .track { opacity: .55; cursor: not-allowed; }
.cookie-modal .btn { width: 100%; margin-top: 18px; }

/* ============================================================
   PAGE HERO (inner pages)
   ============================================================ */
.page-hero {
  background: var(--surface-2);
  padding: clamp(56px, 9vh, 100px) 0 clamp(34px, 5vw, 56px);
}
.page-hero h1 { font-size: clamp(1.9rem, 5.5vw, 3rem); }
.page-hero p { color: var(--ink-soft); max-width: 56ch; font-size: 1.06rem; }

.prose { max-width: 820px; }
.prose h2 { font-size: clamp(1.4rem, 3.4vw, 1.9rem); margin-top: 2em; }
/* First heading of a legal/prose block sits right under the section top —
   drop the stacked top margin so the vertical rhythm doesn't gap out. */
.prose > h2:first-child { margin-top: 0; }
/* Legal pages: the hero heading and the centered prose column share one
   820px measure so their left edges align on wide desktop viewports. */
.page-hero:has(+ .section .prose) .container { max-width: 820px; }
.prose h3 { font-size: 1.2rem; margin-top: 1.6em; }
.prose p, .prose li { color: var(--ink-soft); }
.prose ul, .prose ol { padding-left: 1.3em; }
.prose li { margin-bottom: 0.5em; }
.prose a { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; }

.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 22px;
}
.team-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  transition: transform 220ms cubic-bezier(.2,.7,.2,1), box-shadow 220ms ease;
}
.team-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.team-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.team-card .tc-body { padding: 20px; }
.team-card h3 { font-size: 1.12rem; margin-bottom: 2px; }
.team-card .role { color: var(--accent); font-weight: 600; font-size: 0.86rem; margin-bottom: 10px; }
.team-card p { font-size: 0.92rem; color: var(--ink-soft); margin: 0; }

.notes-list { display: grid; gap: 14px; max-width: 720px; }
.note-row {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}
.note-row .n-date {
  font-family: "JetBrains Mono", "Consolas", monospace;
  font-size: 0.82rem;
  color: var(--accent-2);
  font-weight: 700;
  white-space: nowrap;
}
.note-row p { margin: 0; font-size: 0.95rem; }

/* ============================================================
   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) * 80ms);
}
.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-photo { animation: none !important; }
  .btn-primary:hover svg { transform: none; }
}

.lead { font-size: 1.14rem; color: var(--ink-soft); max-width: 60ch; }
.center { text-align: center; }
.mt-s { margin-top: 14px; }
.grid-2 { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: clamp(24px, 4vw, 48px); align-items: center; }

.split-media {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--shadow-md);
}
.split-media img { width: 100%; aspect-ratio: 5 / 4; object-fit: cover; }

.thanks-wrap {
  min-height: min(60vh, 560px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: clamp(60px, 12vh, 140px) 0;
}
.thanks-wrap .check {
  width: 76px; height: 76px;
  border-radius: 50%;
  background: rgba(15,122,107,.12);
  color: var(--accent);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 22px;
}
.thanks-wrap .check svg { width: 40px; height: 40px; }
.thanks-wrap h1 { font-size: clamp(2rem, 5vw, 2.8rem); }
.thanks-wrap p { color: var(--ink-soft); max-width: 46ch; }

.err-wrap { text-align: center; padding: clamp(70px, 14vh, 160px) 0; }
.err-wrap .code {
  font-family: "JetBrains Mono", "Consolas", monospace;
  font-size: clamp(4rem, 14vw, 8rem);
  font-weight: 700;
  color: var(--accent);
  line-height: 1;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 900px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
}
@media (max-width: 640px) {
  body { font-size: 16px; }
  .form-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .strip-point .l { font-size: 0.68rem; }
  .strip-point .t { font-size: 0.9rem; }
  .flow-item { grid-template-columns: 48px 1fr; gap: 14px; }
  .flow-dot { width: 48px; height: 48px; }
  .flow-line { left: 23px; }
  .tip-icon { width: 40px; height: 40px; }
  .cta-band { border-radius: 18px; }
}
@media (max-width: 400px) {
  .hero-strip-inner { padding: 20px 18px 24px; }
  .strip-points { font-size: 0.8rem; }
}

.long { word-break: break-word; overflow-wrap: anywhere; }

/* ============================================================
   THEME MICRO-INTERACTIONS — dawn warmth, brülör glow, balloon lift
   (progressive enhancement; all motion disabled under reduced-motion)
   ============================================================ */

/* Warm sunrise-tinted glow replaces the neutral gray hover shadow */
.tip-card:hover,
.testi-card:hover,
.team-card:hover,
.channel-card:hover,
.month-card:hover {
  box-shadow: 0 22px 48px -26px rgba(232, 106, 51, 0.5);
  border-color: var(--accent-2-soft);
}
.price-card:hover { box-shadow: 0 26px 60px -30px rgba(232, 106, 51, 0.5); }

/* Day-flow timeline: the dot lights up like a lit brülör on step hover */
.flow-dot {
  transition: background 260ms cubic-bezier(.2,.8,.2,1),
              color 260ms ease,
              box-shadow 320ms ease,
              transform 320ms cubic-bezier(.2,.8,.2,1);
}
.flow-item:hover .flow-dot {
  background: var(--accent);
  color: #fff;
  transform: translateY(-2px) scale(1.06);
  box-shadow: 0 0 0 6px rgba(15, 122, 107, 0.12),
              0 10px 22px -12px rgba(232, 106, 51, 0.6);
}
.flow-item:hover .flow-time { background: rgba(232, 106, 51, 0.18); }

/* Staggered reveal for timeline steps & testimonials (flow-line is child 1) */
.flow-item.reveal:nth-child(3) { transition-delay: 80ms; }
.flow-item.reveal:nth-child(4) { transition-delay: 160ms; }
.flow-item.reveal:nth-child(5) { transition-delay: 240ms; }
.flow-item.reveal:nth-child(6) { transition-delay: 320ms; }
.testi-card.reveal:nth-child(2) { transition-delay: 90ms; }
.testi-card.reveal:nth-child(3) { transition-delay: 180ms; }

/* Faint decorative balloon on the closing CTA drifts gently */
.cta-balloon {
  animation: ctaDrift 9s ease-in-out infinite alternate;
  will-change: transform;
}
@keyframes ctaDrift {
  from { transform: translateY(0) rotate(-1.5deg); }
  to   { transform: translateY(-14px) rotate(1.5deg); }
}

/* Cookie "Reddet" gets visual parity with "Kabul et" (no dark pattern) */
.cookie-actions button[data-consent="reject"] {
  border-color: var(--ink-soft);
  color: var(--ink);
}

@media (prefers-reduced-motion: reduce) {
  .flow-item:hover .flow-dot { transform: none; }
  .cta-balloon { animation: none !important; }
  .flow-item.reveal,
  .testi-card.reveal { transition-delay: 0ms !important; }
}

.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;
}

/* drawer-cta-color-guard v1 */
.drawer a.nav-cta, .drawer .nav-cta, .mobile-menu a.nav-cta, nav[class*=mobile] a.nav-cta {
  color: var(--surface) !important;
}

/* table-scroll ancestor guard v1 */
.table-scroll{max-width:100%;overflow-x:auto}
:where(*:has(> .table-scroll),*:has(> * > .table-scroll),*:has(> * > * > .table-scroll)){min-width:0}
table{max-width:100%}

/* ============================================================
   ▓▓ AWARD-LEVEL UPLIFT — "Şafak Vakti" art direction ▓▓
   Editorial serif display, dawn textures, tuned rhythm & motion.
   transform/opacity/filter only · reduced-motion safe.
   ============================================================ */

/* ---- Display headlines & italic accents everywhere ---- */
.hero-title,
.section-head h2,
.cta-band h2,
.page-hero h1,
.contact-hero h1,
.thanks-wrap h1,
.prose h2 {
  font-family: var(--font-display);
  font-optical-sizing: auto;
}
.section-head h2 { letter-spacing: -0.02em; }
.section-head h2 em,
.cta-band h2 em,
.page-hero h1 em,
.contact-hero h1 em { font-style: italic; font-weight: 500; color: var(--accent-2); }
.cta-band h2 em { color: #ffd9a0; }
.page-hero .eyebrow,
.contact-hero .eyebrow { margin-bottom: 0.9rem; }
.page-hero h1,
.contact-hero h1 { letter-spacing: -0.02em; }

/* Section eyebrow index tick — subtle numbered rhythm on the home page */
.section-head { position: relative; }

/* ---- HERO: refine stat dividers into a hairline flight-log row ---- */
.hero-stats { gap: 18px 0; }
.hero-stat {
  padding: 2px 26px 2px 0;
  margin-right: 26px;
  border-right: 1px solid rgba(255,255,255,.22);
}
.hero-stat:last-child { border-right: none; margin-right: 0; padding-right: 0; }
.hero-stat .n { letter-spacing: -0.01em; }
@media (max-width: 560px) {
  .hero-stats { gap: 14px 0; }
  .hero-stat {
    flex: 1 1 44%;
    padding: 0 14px 0 0;
    margin-right: 0;
  }
  .hero-stat:nth-child(2n) { border-right: none; }
}

/* ---- SUNRISE STRIP: light passed waypoints (uses .is-lit, NOT .is-in) ---- */
.strip-point { transition: transform 300ms cubic-bezier(.2,.7,.2,1); }
.strip-point .t { transition: color 300ms ease, text-shadow 300ms ease; }
.strip-point .l { transition: color 300ms ease; }
.strip-point.is-lit { transform: translateY(-2px); }
.strip-point.is-lit .t { color: #fff; text-shadow: 0 0 16px rgba(232,106,51,.7); }
.strip-point.is-lit .l { color: rgba(255,255,255,.95); }

/* ---- DAY-FLOW: bare steps → editorial cards on a gradient spine ---- */
.flow-line {
  background-image: linear-gradient(180deg, var(--accent) 0%, var(--accent-2) 100%);
  opacity: .28;
  width: 2px;
}
.flow-item { padding-bottom: clamp(20px, 3vw, 34px); }
.flow-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px 22px;
  position: relative;
  transition: transform 260ms cubic-bezier(.2,.7,.2,1), box-shadow 260ms ease, border-color 260ms ease;
}
.flow-card::before {
  content: "";
  position: absolute;
  left: -1px; top: 18px; bottom: 18px;
  width: 3px; border-radius: 3px;
  background: linear-gradient(180deg, var(--accent), var(--accent-2));
  opacity: 0;
  transition: opacity 260ms ease;
}
.flow-item:hover .flow-card {
  transform: translateY(-3px);
  box-shadow: var(--shadow-warm);
  border-color: var(--accent-2-soft);
}
.flow-item:hover .flow-card::before { opacity: 1; }
.flow-card h3 { font-size: 1.18rem; }

/* ---- SEASON: gradient probability bars + numeric readout ---- */
.season-grid { gap: 16px; }
.month-card {
  padding: 20px 18px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
/* keep the pill hugging its text inside the flex column */
.month-card .m-badge { align-self: flex-start; }
.month-card .m-name {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.16rem;
  letter-spacing: -0.01em;
}
.month-card .m-rate { position: relative; height: 6px; margin-top: auto; }
.month-card .m-rate i {
  background: linear-gradient(90deg, var(--accent), var(--accent-2));
}
.month-card .m-rate::after {
  content: attr(data-pct);
  position: absolute;
  right: 0; top: -20px;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--ink-faint);
}
.month-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: inset 0 0 0 0 transparent;
  transition: box-shadow 220ms ease;
}
.month-card:has(.m-badge.best) { background: linear-gradient(180deg, var(--surface), var(--surface-warm)); }
.month-card:has(.m-badge.best)::after { box-shadow: inset 0 2px 0 0 var(--accent-2-soft); }

/* ---- TIPS: warm gradient icon chips ---- */
.tips-grid { gap: 20px; }
.tip-card { padding: 26px 24px; }
.tip-icon {
  background: linear-gradient(145deg, rgba(15,122,107,.14), rgba(232,106,51,.14));
  color: var(--accent);
  transition: transform 320ms cubic-bezier(.2,.8,.2,1), color 260ms ease;
}
.tip-card:hover .tip-icon { transform: translateY(-2px) rotate(-4deg); color: var(--accent-strong); }
.tip-card h3 { font-size: 1.12rem; }

/* ---- PRICING: sharper featured hierarchy ---- */
.price-card { border-radius: 20px; }
.price-card.featured {
  background: linear-gradient(180deg, var(--surface), var(--surface-warm));
  transform: translateY(-6px);
}
.price-card.featured:hover { transform: translateY(-12px); }
.price-card .p-name { font-family: var(--font-display); font-weight: 500; font-size: 1.34rem; letter-spacing: -0.01em; }
.price-card .p-amount { font-family: var(--font-mono); }
.price-card .p-amount::first-line { line-height: 1; }
@media (prefers-reduced-motion: reduce) {
  .price-card.featured { transform: none; }
  .price-card.featured:hover { transform: none; }
}

/* ---- TESTIMONIALS: hanging quote mark + editorial quote ---- */
.testi-grid { gap: 22px; }
.testi-card { padding: 30px 26px 26px; position: relative; }
.testi-card::before {
  content: "\201C";
  position: absolute;
  top: 6px; right: 22px;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 4.4rem;
  line-height: 1;
  color: var(--accent-2);
  opacity: .16;
}
.testi-card blockquote {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.08rem;
  line-height: 1.55;
  letter-spacing: -0.005em;
}
.testi-card .who { font-size: 0.96rem; }

/* ---- STATS BAND: contour glow + hairline dividers ---- */
.stats-band { position: relative; overflow: hidden; }
.stats-band::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(60% 120% at 82% 0%, rgba(232,106,51,.16), transparent 60%),
    radial-gradient(50% 120% at 10% 100%, rgba(15,122,107,.18), transparent 60%);
}
.stats-band .container { position: relative; z-index: 1; }
.stats-grid { gap: 0; }
.stat { padding: 8px clamp(14px, 3vw, 34px); border-right: 1px solid rgba(255,255,255,.12); }
.stat:last-child { border-right: none; }
.stat .num { letter-spacing: -0.02em; }
.stat .lbl { font-size: 0.88rem; }
@media (max-width: 640px) {
  .stat { border-right: none; border-bottom: 1px solid rgba(255,255,255,.10); padding-bottom: 22px; padding-top: 18px; }
  .stat:last-child { border-bottom: none; }
}

/* ---- FAQ: roomier editorial rows ---- */
.faq-item > summary { font-size: 1.1rem; }
.faq-item { transition: border-color 220ms ease; }
.faq-item[open] { border-color: var(--line-strong); }
.faq-item > summary:hover { color: var(--accent); }

/* ---- CTA: display italic already; give balloon a warm halo ---- */
.cta-band { box-shadow: 0 40px 80px -40px rgba(15,122,107,.6); }
.cta-band::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(70% 90% at 80% 10%, rgba(255,217,160,.20), transparent 55%);
}
.cta-band > * { position: relative; }

/* ---- CINEMATIC PHOTO MOMENT BAND (home) ---- */
.moment-band {
  position: relative;
  padding: 0;
  overflow: hidden;
}
.moment-band .moment-figure {
  position: relative;
  min-height: clamp(300px, 52vh, 520px);
  display: flex;
  align-items: flex-end;
  isolation: isolate;
}
.moment-band .moment-figure img {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 55%;
  z-index: -2;
}
.moment-band .moment-figure::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(8,12,18,.82) 0%, rgba(8,12,18,.40) 46%, rgba(8,12,18,.06) 82%),
              linear-gradient(0deg, rgba(8,12,18,.60), transparent 55%);
}
.moment-band .moment-figure > .container { width: 100%; }
.moment-band .moment-copy {
  color: #fff;
  padding: clamp(34px, 7vw, 72px) 0;
  max-width: 620px;
}
.moment-band .moment-copy .eyebrow { color: #ffd9a0; }
.moment-band .moment-copy .eyebrow::before { background: var(--accent-2); }
.moment-band .moment-copy h2 {
  font-family: var(--font-display);
  color: #fff;
  font-size: clamp(1.7rem, 4.6vw, 2.8rem);
  margin: 0.6rem 0 0.5rem;
  text-shadow: 0 4px 40px rgba(0,0,0,.5);
}
.moment-band .moment-copy h2 em { color: #ffcf8f; font-style: italic; font-weight: 500; }
.moment-band .moment-copy p {
  color: rgba(255,255,255,.92);
  font-size: clamp(1rem, 2.2vw, 1.18rem);
  margin: 0;
  max-width: 46ch;
  text-shadow: 0 2px 18px rgba(0,0,0,.5);
}
.moment-band .moment-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
.moment-band .moment-tags span {
  font-family: var(--font-mono);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #fff;
  padding: 6px 13px;
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  backdrop-filter: blur(2px);
}

/* ---- Reduced-motion & no-js safety for new decorative motion ---- */
@media (prefers-reduced-motion: reduce) {
  .reveal.is-in .eyebrow::before,
  html.no-js .eyebrow::before { animation: none !important; }
  .tip-card:hover .tip-icon,
  .flow-item:hover .flow-card { transform: none; }
}
html.no-js .flow-card,
html.no-js .month-card,
html.no-js .tip-card,
html.no-js .price-card,
html.no-js .testi-card { transform: none; }

/* ---- Focus-visible polish on cards & summaries ---- */
.faq-item > summary:focus-visible { outline-offset: 4px; }
