/*
  Tatile.net — Anadolu Design System
  Paylaşımlı stil dosyası, tüm sayfalarda kullanılır.
  Tipografi: Fraunces (editorial serif) + Manrope (modern sans) + JetBrains Mono
*/

:root {
  /* Anadolu Paleti */
  --tuff: #C8A788;
  --tuff-deep: #A88560;
  --tuff-soft: #E8D7BC;
  --bosphorus: #1B4D5C;
  --bosphorus-deep: #0E3038;
  --bosphorus-light: #2F6B7D;
  --pomegranate: #A23B2D;
  --pomegranate-soft: #C45442;
  --saffron: #D4912A;
  --saffron-soft: #E6A843;
  --parchment: #F5F0E6;
  --parchment-warm: #EDE3D0;
  --parchment-deep: #E5D9BF;
  --ink: #1A1815;
  --ink-soft: #3A352D;
  --ink-muted: #6B655A;
  --line: rgba(26, 24, 21, 0.12);
  --line-strong: rgba(26, 24, 21, 0.25);

  /* Tipografi */
  --serif: 'Fraunces', Georgia, 'Times New Roman', serif;
  --sans: 'Manrope', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  --mono: 'JetBrains Mono', 'Menlo', 'Courier New', monospace;

  /* Layout */
  --max-content: 1400px;
  --max-article: 760px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--sans);
  background: var(--parchment);
  color: var(--ink);
  line-height: 1.65;
  font-feature-settings: "kern", "liga", "calt";
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  background-image:
    radial-gradient(at 15% 20%, rgba(212, 145, 42, 0.04) 0px, transparent 50%),
    radial-gradient(at 85% 80%, rgba(27, 77, 92, 0.04) 0px, transparent 50%);
}

img { max-width: 100%; height: auto; display: block; }

/* — Page Load Animations — */
@keyframes rise {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes drift {
  from { opacity: 0; transform: translateX(-20px); }
  to { opacity: 1; transform: translateX(0); }
}
@keyframes fade {
  from { opacity: 0; }
  to { opacity: 1; }
}
.animate { opacity: 0; animation: rise 0.9s cubic-bezier(0.16, 1, 0.3, 1) forwards; }
.animate-drift { opacity: 0; animation: drift 1.1s cubic-bezier(0.16, 1, 0.3, 1) forwards; }
.animate-fade { opacity: 0; animation: fade 1.2s cubic-bezier(0.16, 1, 0.3, 1) forwards; }
.delay-1 { animation-delay: 0.1s; }
.delay-2 { animation-delay: 0.2s; }
.delay-3 { animation-delay: 0.3s; }
.delay-4 { animation-delay: 0.4s; }
.delay-5 { animation-delay: 0.5s; }
.delay-6 { animation-delay: 0.6s; }

@keyframes slideReveal {
  from { clip-path: inset(0 100% 0 0); }
  to { clip-path: inset(0 0 0 0); }
}
@keyframes pulseLine {
  0%, 100% { transform: scaleX(1); opacity: 1; }
  50% { transform: scaleX(1.05); opacity: 0.7; }
}
.animate-reveal { animation: slideReveal 1.4s cubic-bezier(0.77, 0, 0.175, 1) forwards; }

@media (prefers-reduced-motion: reduce) {
  .animate, .animate-drift, .animate-fade, .animate-reveal {
    opacity: 1;
    animation: none;
    clip-path: none;
  }
}

/* — Atmospheric Background Elements — */
.topo-bg {
  position: absolute;
  inset: 0;
  opacity: 0.05;
  pointer-events: none;
  background-image:
    radial-gradient(ellipse at 20% 30%, transparent 30%, var(--bosphorus) 30.5%, transparent 31%),
    radial-gradient(ellipse at 60% 70%, transparent 40%, var(--pomegranate) 40.3%, transparent 40.6%),
    radial-gradient(ellipse at 80% 20%, transparent 25%, var(--saffron) 25.3%, transparent 25.6%);
  background-size: 600px 400px, 800px 500px, 500px 350px;
  mix-blend-mode: multiply;
}

/* — Ornamental Divider (Ottoman-inspired) — */
.ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 80px auto;
  max-width: 320px;
  color: var(--pomegranate);
}
.ornament::before,
.ornament::after {
  content: "";
  flex: 1;
  height: 1px;
  background: currentColor;
  opacity: 0.4;
}
.ornament svg {
  width: 40px;
  height: 40px;
}

/* — Folio Number (editorial page marker) — */
.folio {
  font-family: var(--serif);
  font-style: italic;
  font-size: 0.85rem;
  color: var(--ink-muted);
  letter-spacing: 0.05em;
  font-variation-settings: "opsz" 24;
}
.folio::before { content: "§ "; color: var(--pomegranate); font-style: normal; }

/* — Drop Cap — */
.prose .dropcap::first-letter,
.prose p.dropcap::first-letter {
  font-family: var(--serif);
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 0.85;
  float: left;
  margin: 8px 14px 0 0;
  color: var(--pomegranate);
  font-variation-settings: "opsz" 144, "SOFT" 30, "WONK" 1;
  font-style: italic;
}

/* — Marginalia / Side Note — */
.marginalia {
  position: relative;
  padding: 20px 24px;
  margin: 32px 0;
  background: transparent;
  border-left: 2px solid var(--saffron);
  font-family: var(--serif);
  font-style: italic;
  font-size: 1rem;
  color: var(--ink-soft);
  font-variation-settings: "opsz" 24;
}
.marginalia::before {
  content: "note.";
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--saffron);
  display: block;
  margin-bottom: 8px;
}

/* — Numbered Rule (section separator with number) — */
.numbered-rule {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 64px 0 32px;
  font-family: var(--serif);
  font-style: italic;
  color: var(--bosphorus);
}
.numbered-rule::before {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--line);
}
.numbered-rule::after {
  content: "";
  flex: 3;
  height: 1px;
  background: var(--line);
}
.numbered-rule-num {
  font-size: 1.5rem;
  font-variation-settings: "opsz" 144, "SOFT" 80;
}

/* — Hero Large Numeral (for destination pages) — */
.big-numeral {
  font-family: var(--serif);
  font-weight: 200;
  font-size: clamp(8rem, 20vw, 18rem);
  line-height: 0.8;
  color: var(--pomegranate);
  opacity: 0.08;
  font-variation-settings: "opsz" 144, "SOFT" 100, "WONK" 1;
  font-style: italic;
  letter-spacing: -0.08em;
  pointer-events: none;
  user-select: none;
}

/* — Parallax Caption — */
.caption {
  font-family: var(--serif);
  font-style: italic;
  font-size: 0.9rem;
  color: var(--ink-muted);
  text-align: center;
  margin-top: 12px;
  font-variation-settings: "opsz" 24;
}

/* — Tag/Pill — */
.tag {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 6px 12px;
  border: 1px solid var(--line-strong);
  color: var(--ink-soft);
  text-decoration: none;
  margin-right: 8px;
  margin-bottom: 8px;
  transition: all 0.25s;
}
.tag:hover {
  background: var(--ink);
  color: var(--parchment);
  border-color: var(--ink);
}
.tag-pomegranate { border-color: var(--pomegranate); color: var(--pomegranate); }
.tag-bosphorus { border-color: var(--bosphorus); color: var(--bosphorus); }

/* — Fact Strip (stats in horizontal row) — */
.fact-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  padding: 48px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  margin: 48px 0;
}
.fact-strip .fact {
  padding: 0 32px;
  border-right: 1px solid var(--line);
}
.fact-strip .fact:last-child { border-right: none; }
.fact-strip .fact-num {
  font-family: var(--serif);
  font-size: 2.75rem;
  font-weight: 300;
  color: var(--bosphorus);
  line-height: 1;
  margin-bottom: 8px;
  font-variation-settings: "opsz" 144, "SOFT" 30;
  letter-spacing: -0.03em;
}
.fact-strip .fact-label {
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--ink-muted);
  font-weight: 600;
}

@media (max-width: 720px) {
  .fact-strip { grid-template-columns: repeat(2, 1fr); gap: 24px 0; }
  .fact-strip .fact { padding: 16px; border-right: none; border-bottom: 1px solid var(--line); }
  .big-numeral { font-size: 6rem; }
}

/* — Index/Table of Contents — */
.toc {
  background: var(--parchment-warm);
  padding: 32px 40px;
  margin: 48px 0;
  border-top: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
}
.toc h4 {
  font-family: var(--serif);
  font-style: italic;
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--pomegranate);
  margin-bottom: 20px;
  font-style: normal;
  font-variation-settings: "opsz" 24;
}
.toc ol {
  list-style: none;
  counter-reset: toc;
  padding: 0;
}
.toc li {
  counter-increment: toc;
  padding: 10px 0;
  border-bottom: 1px dotted var(--line-strong);
  display: flex;
  align-items: baseline;
  gap: 16px;
}
.toc li::before {
  content: counter(toc, decimal-leading-zero);
  font-family: var(--mono);
  font-size: 0.75rem;
  color: var(--pomegranate);
  font-weight: 500;
}
.toc li a {
  flex: 1;
  color: var(--ink);
  text-decoration: none;
  font-family: var(--serif);
  font-size: 1.05rem;
  transition: color 0.2s;
}
.toc li a:hover { color: var(--pomegranate); }

/* — Map-inspired coordinate mark — */
.coord {
  font-family: var(--mono);
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  color: var(--ink-muted);
  text-transform: uppercase;
}

/* — Destination Page Components — */
.dest-hero {
  padding: 100px 48px 60px;
  max-width: var(--max-content);
  margin: 0 auto;
  position: relative;
}
.dest-hero .folio {
  position: absolute;
  top: 40px;
  right: 48px;
}
.dest-hero .big-numeral {
  position: absolute;
  right: 48px;
  bottom: -40px;
  z-index: 0;
}
.dest-hero-grid {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 80px;
  align-items: end;
  position: relative;
  z-index: 1;
}
.dest-hero h1 {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(3.5rem, 9vw, 8rem);
  line-height: 0.88;
  letter-spacing: -0.04em;
  font-variation-settings: "opsz" 144, "SOFT" 30, "WONK" 1;
  margin-bottom: 24px;
}
.dest-hero h1 em {
  font-style: italic;
  color: var(--bosphorus);
  font-variation-settings: "opsz" 144, "SOFT" 80, "WONK" 1;
}
.dest-hero .subtitle {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.25rem;
  color: var(--ink-muted);
  font-variation-settings: "opsz" 24;
  margin-top: 8px;
}
.dest-hero .tagline {
  font-family: var(--serif);
  font-size: 1.2rem;
  line-height: 1.5;
  color: var(--ink-soft);
  font-weight: 300;
  max-width: 420px;
  margin-bottom: 40px;
  font-variation-settings: "opsz" 24;
}

.dest-body {
  padding: 80px 48px 120px;
  max-width: var(--max-content);
  margin: 0 auto;
}
.dest-body-grid {
  display: grid;
  grid-template-columns: 1fr 2.5fr;
  gap: 80px;
  align-items: start;
}
.dest-sidebar {
  position: sticky;
  top: 40px;
}
.dest-sidebar h4 {
  font-family: var(--serif);
  font-style: italic;
  font-size: 0.95rem;
  color: var(--pomegranate);
  margin-bottom: 16px;
  font-variation-settings: "opsz" 24;
}
.dest-sidebar dl {
  font-size: 0.9rem;
  line-height: 1.7;
}
.dest-sidebar dt {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--ink-muted);
  margin-top: 20px;
}
.dest-sidebar dt:first-child { margin-top: 0; }
.dest-sidebar dd {
  color: var(--ink);
  margin-left: 0;
  margin-top: 2px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}

.dest-prose {
  max-width: var(--max-article);
}
.dest-prose .lede-paragraph {
  font-family: var(--serif);
  font-size: 1.35rem;
  line-height: 1.6;
  color: var(--ink);
  font-weight: 300;
  margin-bottom: 32px;
  font-variation-settings: "opsz" 24, "SOFT" 30;
}
.dest-prose h2 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 2.25rem;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin-top: 64px;
  margin-bottom: 16px;
  font-variation-settings: "opsz" 144, "SOFT" 50;
}
.dest-prose h2 em { font-style: italic; color: var(--pomegranate); }
.dest-prose h3 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 1.35rem;
  color: var(--ink);
  margin-top: 36px;
  margin-bottom: 10px;
  letter-spacing: -0.01em;
}
.dest-prose p {
  color: var(--ink-soft);
  line-height: 1.8;
  margin-bottom: 20px;
  font-size: 1.02rem;
}
.dest-prose p strong { color: var(--ink); font-weight: 600; }
.dest-prose ul, .dest-prose ol {
  padding-left: 24px;
  color: var(--ink-soft);
  margin-bottom: 20px;
}
.dest-prose li { margin-bottom: 10px; line-height: 1.7; }
.dest-prose a {
  color: var(--bosphorus);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.dest-prose a:hover { color: var(--pomegranate); }
.dest-prose blockquote {
  border-left: 3px solid var(--pomegranate);
  padding: 16px 0 16px 24px;
  font-family: var(--serif);
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 300;
  color: var(--ink);
  margin: 32px 0;
  font-variation-settings: "opsz" 24;
}

/* Related destinations strip */
.related-strip {
  background: var(--parchment-warm);
  padding: 80px 48px;
  margin-top: 0;
}
.related-strip .inner {
  max-width: var(--max-content);
  margin: 0 auto;
}
.related-strip h3 {
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 32px;
  font-variation-settings: "opsz" 144, "SOFT" 50;
}
.related-strip h3 em { font-style: italic; color: var(--pomegranate); }
.related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

@media (max-width: 960px) {
  .dest-hero { padding: 60px 24px 40px; }
  .dest-hero .folio { position: static; display: block; margin-bottom: 24px; }
  .dest-hero .big-numeral { position: static; margin: 20px 0; font-size: 5rem; }
  .dest-hero-grid { grid-template-columns: 1fr; gap: 32px; }
  .dest-body { padding: 48px 24px 80px; }
  .dest-body-grid { grid-template-columns: 1fr; gap: 40px; }
  .dest-sidebar { position: static; }
  .dest-prose h2 { font-size: 1.75rem; margin-top: 48px; }
  .related-strip { padding: 60px 24px; }
  .related-grid { grid-template-columns: 1fr; }
}

/* — Top Navigation — */
.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 32px 48px;
  border-bottom: 1px solid var(--line);
  max-width: var(--max-content);
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.brand {
  text-decoration: none;
  display: flex;
  align-items: center;
}
.brand img {
  height: 150px;
  width: auto;
}
.nav {
  display: flex;
  gap: 36px;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.nav a {
  color: var(--ink-soft);
  text-decoration: none;
  transition: color 0.2s;
  position: relative;
  padding-bottom: 2px;
}
.nav a:hover, .nav a.active { color: var(--pomegranate); }
.nav a.active::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--pomegranate);
}
.nav-meta {
  font-family: var(--serif);
  font-style: italic;
  font-size: 0.95rem;
  color: var(--ink-soft);
  text-transform: none;
  letter-spacing: 0;
}

/* — Common Heading Styles — */
.eyebrow {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--pomegranate);
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.eyebrow::before {
  content: "";
  width: 48px;
  height: 1px;
  background: var(--pomegranate);
}

h1.display {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(3rem, 7vw, 6rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
  color: var(--ink);
  font-variation-settings: "opsz" 144, "SOFT" 30, "WONK" 1;
}
h1.display em, h2.section-title em {
  font-style: italic;
  color: var(--bosphorus);
  font-variation-settings: "opsz" 144, "SOFT" 80, "WONK" 1;
}

h2.section-title {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  line-height: 1;
  letter-spacing: -0.03em;
  font-variation-settings: "opsz" 144, "SOFT" 30;
  margin-bottom: 32px;
}

h3.card-title {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 1.75rem;
  letter-spacing: -0.02em;
  font-variation-settings: "opsz" 144, "SOFT" 50;
  margin-bottom: 16px;
}

.lede {
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 300;
  line-height: 1.5;
  color: var(--ink-soft);
  max-width: 560px;
  font-variation-settings: "opsz" 24;
}

/* — Breadcrumbs — */
.breadcrumbs {
  display: flex;
  gap: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-muted);
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.breadcrumbs a {
  color: var(--ink-muted);
  text-decoration: none;
  transition: color 0.2s;
}
.breadcrumbs a:hover { color: var(--pomegranate); }
.breadcrumbs span { color: var(--line-strong); }
.breadcrumbs [aria-current="page"] { color: var(--ink); }

/* — Buttons — */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 18px 32px;
  border-radius: 0;
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  border: 1px solid var(--ink);
  cursor: pointer;
  font-family: var(--sans);
}
.btn::after { content: "→"; transition: transform 0.3s; }
.btn:hover::after { transform: translateX(4px); }
.btn-primary { background: var(--ink); color: var(--parchment); }
.btn-primary:hover {
  background: var(--pomegranate);
  border-color: var(--pomegranate);
  transform: translateY(-2px);
}
.btn-ghost { background: transparent; color: var(--ink); }
.btn-ghost:hover { background: var(--ink); color: var(--parchment); }
.btn-light { background: transparent; color: var(--parchment); border-color: var(--parchment); }
.btn-light:hover { background: var(--parchment); color: var(--ink); }

/* — Container — */
.container {
  max-width: var(--max-content);
  margin: 0 auto;
  padding: 0 48px;
}
.container-narrow {
  max-width: var(--max-article);
  margin: 0 auto;
  padding: 0 48px;
}

/* — Section Spacing — */
.section {
  padding: 100px 0;
}
.section-dark {
  background: var(--ink);
  color: var(--parchment);
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}
.section-dark::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--saffron), transparent);
}
.section-dark h2.section-title em { color: var(--saffron); }
.section-dark .lede { color: rgba(245, 240, 230, 0.75); }

/* — Card Grid — */
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}
.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.grid-cards-3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 32px;
}

/* — Article Prose — */
.prose {
  max-width: var(--max-article);
  margin: 0 auto;
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--ink-soft);
}
.prose > * + * { margin-top: 24px; }
.prose h2 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 2.25rem;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin-top: 64px;
  margin-bottom: 16px;
  font-variation-settings: "opsz" 144, "SOFT" 50;
}
.prose h2 em { font-style: italic; color: var(--pomegranate); }
.prose h3 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 1.5rem;
  color: var(--ink);
  margin-top: 40px;
  margin-bottom: 12px;
  letter-spacing: -0.01em;
}
.prose p { color: var(--ink-soft); }
.prose p strong { color: var(--ink); font-weight: 600; }
.prose ul, .prose ol { padding-left: 24px; color: var(--ink-soft); }
.prose li { margin-bottom: 8px; }
.prose a {
  color: var(--bosphorus);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color 0.2s;
}
.prose a:hover { color: var(--pomegranate); }
.prose blockquote {
  border-left: 3px solid var(--pomegranate);
  padding: 16px 0 16px 24px;
  font-family: var(--serif);
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 300;
  color: var(--ink);
  margin: 32px 0;
  font-variation-settings: "opsz" 24;
}

/* — Info Box — */
.info-card {
  background: var(--parchment-warm);
  border-left: 3px solid var(--bosphorus);
  padding: 28px 32px;
  margin: 32px 0;
}
.info-card .label {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--bosphorus);
  margin-bottom: 12px;
  display: block;
}

/* — Table — */
table.data-table {
  width: 100%;
  border-collapse: collapse;
  margin: 32px 0;
  font-size: 0.95rem;
}
table.data-table th, table.data-table td {
  text-align: left;
  padding: 18px 16px;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}
table.data-table th {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  color: var(--bosphorus);
  font-size: 1rem;
  border-bottom: 2px solid var(--bosphorus);
}
table.data-table td:first-child { font-weight: 600; color: var(--ink); }

/* — FAQ Accordion — */
.faq-item {
  border-bottom: 1px solid var(--line);
  padding: 28px 0;
}
.faq-item:first-of-type { border-top: 1px solid var(--line); }
.faq-item summary {
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 400;
  color: var(--ink);
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  font-variation-settings: "opsz" 144, "SOFT" 50;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  font-family: var(--serif);
  font-size: 2rem;
  color: var(--pomegranate);
  font-weight: 300;
  line-height: 1;
  transition: transform 0.3s;
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item .answer {
  padding-top: 16px;
  color: var(--ink-soft);
  line-height: 1.7;
}

/* — Destination Card — */
.dest-card {
  display: block;
  padding: 48px 40px;
  border: 1px solid var(--line);
  text-decoration: none;
  color: inherit;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  background: var(--parchment);
  position: relative;
  overflow: hidden;
}
.dest-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 0;
  height: 3px;
  background: var(--pomegranate);
  transition: width 0.4s;
}
.dest-card:hover {
  transform: translateY(-4px);
  border-color: var(--ink);
  box-shadow: 0 20px 40px rgba(26, 24, 21, 0.08);
}
.dest-card:hover::before { width: 100%; }
.dest-card .num {
  font-family: var(--serif);
  font-style: italic;
  font-size: 0.9rem;
  color: var(--pomegranate);
  margin-bottom: 24px;
  font-variation-settings: "opsz" 24;
}
.dest-card h3 {
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
  font-variation-settings: "opsz" 144, "SOFT" 50;
}
.dest-card p {
  font-size: 0.95rem;
  color: var(--ink-muted);
  line-height: 1.6;
  margin-bottom: 24px;
}
.dest-card .meta {
  display: flex;
  gap: 16px;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink);
  font-weight: 600;
}
.dest-card .meta span { display: flex; align-items: center; gap: 6px; }
.dest-card .meta span::before {
  content: "";
  width: 4px;
  height: 4px;
  background: var(--pomegranate);
  border-radius: 50%;
}

/* — Footer — */
footer.site-footer {
  background: var(--ink);
  color: var(--parchment);
  padding: 80px 0 40px;
  margin-top: 0;
}
footer.site-footer .footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 60px;
  max-width: var(--max-content);
  margin: 0 auto;
  padding: 0 48px 60px;
  border-bottom: 1px solid rgba(245, 240, 230, 0.15);
}
footer.site-footer .brand-block h4 {
  font-family: var(--serif);
  font-size: 1.75rem;
  font-weight: 400;
  margin-bottom: 16px;
  font-variation-settings: "opsz" 144, "SOFT" 50;
}
footer.site-footer .brand-block h4 em { font-style: italic; color: var(--saffron); }
footer.site-footer .brand-block p {
  color: rgba(245, 240, 230, 0.65);
  max-width: 360px;
  line-height: 1.6;
  font-size: 0.95rem;
}
footer.site-footer .footer-col h5 {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--saffron);
  margin-bottom: 20px;
}
footer.site-footer .footer-col ul { list-style: none; }
footer.site-footer .footer-col li { margin-bottom: 12px; }
footer.site-footer .footer-col a {
  color: rgba(245, 240, 230, 0.75);
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.2s;
}
footer.site-footer .footer-col a:hover { color: var(--saffron); }
footer.site-footer .footer-bottom {
  max-width: var(--max-content);
  margin: 0 auto;
  padding: 30px 48px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
  color: rgba(245, 240, 230, 0.5);
  flex-wrap: wrap;
  gap: 16px;
}
footer.site-footer .footer-bottom .copy {
  font-family: var(--serif);
  font-style: italic;
}

/* ====================================================
   DESTINATION PAGE STYLES — Alt sayfa nav, hero, grid, table, FAQ
   ==================================================== */

/* — Nav (logo + links variant) — */
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: var(--max-content);
  margin: 0 auto;
  padding: 20px 48px;
}
.nav-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.nav-logo img {
  height: 150px;
  width: auto;
}
.nav-links {
  display: flex;
  gap: 36px;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.nav-links a {
  color: var(--ink-soft);
  text-decoration: none;
  transition: color 0.2s;
}
.nav-links a:hover { color: var(--pomegranate); }

/* — Breadcrumb — */
.breadcrumb {
  display: flex;
  gap: 10px;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-muted);
  max-width: var(--max-content);
  margin: 0 auto;
  padding: 0 48px 20px;
}
.breadcrumb a {
  color: var(--ink-muted);
  text-decoration: none;
  transition: color 0.2s;
}
.breadcrumb a:hover { color: var(--pomegranate); }
.breadcrumb .sep { color: var(--line-strong); }

/* — Destination Hero — */
.dest-hero-inner {
  max-width: var(--max-article);
  margin: 0 auto;
  padding: 80px 48px 60px;
}
.folio-mark {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--pomegranate);
  display: block;
  margin-bottom: 16px;
}
.dest-title {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(3.5rem, 8vw, 7rem);
  line-height: 0.9;
  letter-spacing: -0.04em;
  color: var(--ink);
  font-variation-settings: "opsz" 144, "SOFT" 30, "WONK" 1;
  margin-bottom: 24px;
}
.dest-subtitle {
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 300;
  line-height: 1.6;
  color: var(--ink-soft);
  max-width: 600px;
  font-variation-settings: "opsz" 24;
  margin-bottom: 32px;
}
.dest-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  font-size: 0.85rem;
  color: var(--ink-muted);
}
.dest-meta strong {
  color: var(--ink);
  font-weight: 600;
}

/* — Destination Content Layout — */
.dest-content {
  max-width: var(--max-article);
  margin: 0 auto;
  padding: 0 48px 80px;
}
.dest-section {
  margin-bottom: 64px;
}
.dest-section h2 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  letter-spacing: -0.02em;
  color: var(--ink);
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
  font-variation-settings: "opsz" 72, "SOFT" 40;
}
.dest-section p {
  font-size: 1rem;
  line-height: 1.75;
  color: var(--ink-soft);
  margin-bottom: 16px;
}

/* — Destination Card Grid — */
.dest-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 24px;
  margin-top: 24px;
}

/* — Destination Table — */
.dest-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  font-size: 0.92rem;
}
.dest-table thead th {
  text-align: left;
  padding: 14px 16px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--pomegranate);
  border-bottom: 2px solid var(--line-strong);
  background: transparent;
}
.dest-table tbody td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
  color: var(--ink-soft);
  line-height: 1.5;
}
.dest-table tbody tr:hover {
  background: var(--parchment-warm);
}
.dest-table tbody td:first-child {
  font-weight: 600;
  color: var(--ink);
}

/* — FAQ Accordion — */
.dest-faq details {
  border-bottom: 1px solid var(--line);
}
.dest-faq summary {
  padding: 20px 0;
  font-family: var(--serif);
  font-size: 1.1rem;
  font-weight: 400;
  color: var(--ink);
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-variation-settings: "opsz" 48;
}
.dest-faq summary::-webkit-details-marker { display: none; }
.dest-faq summary::after {
  content: "+";
  font-size: 1.4rem;
  font-weight: 300;
  color: var(--pomegranate);
  transition: transform 0.3s;
  flex-shrink: 0;
  margin-left: 16px;
}
.dest-faq details[open] summary::after { transform: rotate(45deg); }
.dest-faq details p {
  padding: 0 0 20px;
  color: var(--ink-soft);
  line-height: 1.7;
  font-size: 0.95rem;
}

/* — Footer (class-based variant) — */
footer.footer,
.footer {
  background: var(--ink);
  color: var(--parchment);
  padding: 80px 0 40px;
  margin-top: 0;
}
.footer .footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 60px;
  max-width: var(--max-content);
  margin: 0 auto;
  padding: 0 48px 60px;
  border-bottom: 1px solid rgba(245, 240, 230, 0.15);
}
.footer .footer-col h5 {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--saffron);
  margin-bottom: 20px;
}
.footer .footer-col ul { list-style: none; }
.footer .footer-col li { margin-bottom: 12px; }
.footer .footer-col a {
  color: rgba(245, 240, 230, 0.75);
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.2s;
}
.footer .footer-col a:hover { color: var(--saffron); }
.footer .footer-tagline {
  color: rgba(245, 240, 230, 0.65);
  font-size: 0.9rem;
  line-height: 1.5;
}
.footer .footer-bottom {
  max-width: var(--max-content);
  margin: 0 auto;
  padding: 30px 48px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
  color: rgba(245, 240, 230, 0.5);
  flex-wrap: wrap;
  gap: 16px;
}
.footer .footer-bottom .copy {
  font-family: var(--serif);
  font-style: italic;
}

/* — Responsive — */
@media (max-width: 960px) {
  .topbar {
    flex-direction: column;
    align-items: center;
    padding: 24px 24px 16px;
    gap: 16px;
  }
  .brand img { height: 100px; }
  .nav {
    gap: 24px;
    font-size: 0.72rem;
    justify-content: center;
    flex-wrap: wrap;
  }
  .nav-meta { display: none; }
  .breadcrumb { padding: 0 24px 16px; justify-content: center; }
  .container, .container-narrow { padding: 0 24px; }
  .section { padding: 60px 0; }
  .section-dark { padding: 80px 0; }
  .grid-3 { grid-template-columns: 1fr; }
  .grid-2 { grid-template-columns: 1fr; gap: 24px; }
  .dest-hero-inner { padding: 40px 24px 32px; }
  .dest-title { font-size: clamp(2.5rem, 10vw, 4rem); }
  .dest-content { padding: 0 24px 60px; }
  .dest-grid { grid-template-columns: 1fr; }
  .dest-meta { flex-direction: column; gap: 8px; }
  .dest-table { font-size: 0.85rem; }
  .dest-table thead th, .dest-table tbody td { padding: 10px 12px; }
  footer.site-footer .footer-grid,
  .footer .footer-grid { grid-template-columns: 1fr; gap: 40px; padding: 0 24px 40px; }
  footer.site-footer .footer-bottom,
  .footer .footer-bottom { padding: 30px 24px 0; flex-direction: column; align-items: flex-start; }
  .prose { padding: 0 24px; }
  .prose h2 { font-size: 1.75rem; margin-top: 48px; }
}

@media (max-width: 480px) {
  .brand img { height: 80px; }
  .nav { gap: 16px; font-size: 0.65rem; }
  .topbar { padding: 20px 16px 12px; }
}
