/* Gezgin Zihin — Hi-Fi styles */

:root {
  /* Type */
  --serif: "Fraunces", Georgia, serif;
  --sans: "Quicksand", system-ui, sans-serif;
  --mono: "JetBrains Mono", ui-monospace, monospace;

  /* Krem (default) */
  --paper: #faf6ee;
  --paper-2: #f3ecdd;
  --ink: #1c2230;
  --ink-mute: #5a5f6a;
  --line: rgba(28, 34, 48, 0.12);
  --line-strong: rgba(28, 34, 48, 0.32);

  /* Accents */
  --accent: #d97847;
  --accent-soft: rgba(217, 120, 71, 0.12);
  --green: #5e8a6a;
  --earth: #a07a4f;
  --blue: #2f4a7a;
  --rose: #c25b5b;

  /* Layout */
  --shell: 1180px;
  --shell-narrow: 760px;
  --r-sm: 6px;
  --r: 10px;
  --r-lg: 16px;
}

/* Theme: Koyu */
body.theme-dark {
  --paper: #15171c;
  --paper-2: #1c1f26;
  --ink: #ece7da;
  --ink-mute: #9aa0ab;
  --line: rgba(236, 231, 218, 0.12);
  --line-strong: rgba(236, 231, 218, 0.3);
}

/* Theme: Beyaz */
body.theme-white {
  --paper: #ffffff;
  --paper-2: #f7f5f1;
  --ink: #14171e;
  --ink-mute: #6a7080;
  --line: rgba(20, 23, 30, 0.1);
}

/* Theme: Gece */
body.theme-night {
  --paper: #0d1220;
  --paper-2: #131929;
  --ink: #e8ecf5;
  --ink-mute: #8a95b0;
  --line: rgba(232, 236, 245, 0.1);
  --line-strong: rgba(232, 236, 245, 0.25);
}

/* Theme: Kum */
body.theme-sand {
  --paper: #f5efe4;
  --paper-2: #ede4d4;
  --ink: #2c2418;
  --ink-mute: #6e5e48;
  --line: rgba(44, 36, 24, 0.12);
  --line-strong: rgba(44, 36, 24, 0.28);
}

/* Theme: Adacayi */
body.theme-sage {
  --paper: #eef2ec;
  --paper-2: #e2e9de;
  --ink: #1e2a1e;
  --ink-mute: #5a7058;
  --line: rgba(30, 42, 30, 0.12);
  --line-strong: rgba(30, 42, 30, 0.28);
}

/* Theme: Tas */
body.theme-stone {
  --paper: #f0eff0;
  --paper-2: #e6e5e8;
  --ink: #1e1e24;
  --ink-mute: #62626e;
  --line: rgba(30, 30, 36, 0.11);
  --line-strong: rgba(30, 30, 36, 0.26);
}

/* Theme: Gul */
body.theme-rosetheme {
  --paper: #f8f0f0;
  --paper-2: #f0e4e4;
  --ink: #2a1818;
  --ink-mute: #7a5050;
  --line: rgba(42, 24, 24, 0.11);
  --line-strong: rgba(42, 24, 24, 0.26);
}

/* Gezgin — Crimson + Terracotta + Fildişi */
body.theme-gezgin {
  --paper: #fdfcf0;
  --paper-2: #f5edda;
  --ink: #1e100a;
  --ink-mute: #6b4838;
  --line: rgba(30, 16, 10, 0.10);
  --line-strong: rgba(30, 16, 10, 0.26);
  --accent: #a51c30;
  --accent-soft: rgba(165, 28, 48, 0.12);
  --green: #e2725b;
  --earth: #c85a44;
}

/* Neşeli / Sıcak temalar */

/* Safran — derin sarı-turuncu */
body.theme-saffron {
  --paper: #fef3dc;
  --paper-2: #fae8c0;
  --ink: #2e1f04;
  --ink-mute: #7a5c20;
  --line: rgba(46, 31, 4, 0.12);
  --line-strong: rgba(46, 31, 4, 0.28);
  --accent: #c8720a;
  --accent-soft: rgba(200, 114, 10, 0.14);
}

/* Limon — parlak, neşeli sarı */
body.theme-lemon {
  --paper: #fafcd4;
  --paper-2: #f2f5b0;
  --ink: #1e2208;
  --ink-mute: #5a6028;
  --line: rgba(30, 34, 8, 0.12);
  --line-strong: rgba(30, 34, 8, 0.26);
  --accent: #7a8c00;
  --accent-soft: rgba(122, 140, 0, 0.14);
}

/* Nane — taze, canlı yeşil */
body.theme-mint {
  --paper: #e8faf2;
  --paper-2: #d0f2e4;
  --ink: #082818;
  --ink-mute: #2e6e50;
  --line: rgba(8, 40, 24, 0.12);
  --line-strong: rgba(8, 40, 24, 0.26);
  --accent: #0a7a50;
  --accent-soft: rgba(10, 122, 80, 0.14);
}

/* Şeftali — sıcak, pembe-turuncu */
body.theme-peach {
  --paper: #fef0e8;
  --paper-2: #fce0d0;
  --ink: #2e1408;
  --ink-mute: #7a4030;
  --line: rgba(46, 20, 8, 0.12);
  --line-strong: rgba(46, 20, 8, 0.26);
  --accent: #c84820;
  --accent-soft: rgba(200, 72, 32, 0.14);
}

/* Lavanta — hafif, mor-lila */
body.theme-lavender {
  --paper: #f4f0fc;
  --paper-2: #ece4f8;
  --ink: #1c1030;
  --ink-mute: #5a4880;
  --line: rgba(28, 16, 48, 0.11);
  --line-strong: rgba(28, 16, 48, 0.26);
  --accent: #6040b0;
  --accent-soft: rgba(96, 64, 176, 0.14);
}

/* Accent variants */
body.accent-yellow  { --accent: #d4a93a; --accent-soft: rgba(212, 169, 58, 0.14); }
body.accent-earth   { --accent: #a07a4f; --accent-soft: rgba(160, 122, 79, 0.14); }
body.accent-blue    { --accent: #2f4a7a; --accent-soft: rgba(47,  74, 122, 0.12); }
/* Yeni kombinasyonlar */
body.accent-forest  { --accent: #3a6e52; --accent-soft: rgba( 58, 110,  82, 0.13); }
body.accent-wine    { --accent: #7a2840; --accent-soft: rgba(122,  40,  64, 0.13); }
body.accent-teal    { --accent: #22707f; --accent-soft: rgba( 34, 112, 127, 0.13); }
body.accent-violet  { --accent: #62487a; --accent-soft: rgba( 98,  72, 122, 0.13); }
body.accent-copper  { --accent: #b8502a; --accent-soft: rgba(184,  80,  42, 0.13); }
body.accent-slate   { --accent: #3a5268; --accent-soft: rgba( 58,  82, 104, 0.12); }
/* Kırmızı ailesi */
body.accent-coral   { --accent: #c84038; --accent-soft: rgba(200,  64,  56, 0.13); }
body.accent-rose    { --accent: #b83560; --accent-soft: rgba(184,  53,  96, 0.13); }
body.accent-brick   { --accent: #a83520; --accent-soft: rgba(168,  53,  32, 0.13); }

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a { color: inherit; text-decoration: none; }

/* Preview bar (skill UI, not part of site) */
.preview-bar {
  position: sticky; top: 0; z-index: 80;
  display: flex; justify-content: space-between; align-items: center;
  padding: 12px 32px;
  background: var(--paper-2);
  border-bottom: 1px solid var(--line);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.preview-title em {
  font-family: var(--serif); font-style: italic; font-size: 13px;
  color: var(--ink-mute); margin-left: 4px; text-transform: none; letter-spacing: 0;
}
.preview-tabs { display: flex; gap: 4px; }
.preview-tabs button {
  font-family: var(--sans); font-size: 12px; font-weight: 500;
  padding: 6px 14px; border: 1px solid var(--line);
  background: transparent; color: var(--ink-mute); cursor: pointer; border-radius: 999px;
  letter-spacing: 0; text-transform: none;
}
.preview-tabs button:hover { color: var(--ink); border-color: var(--line-strong); }
.preview-tabs button.on {
  background: var(--ink); color: var(--paper); border-color: var(--ink);
}

.showcase { animation: fadeIn 0.3s ease; }
.page-fade { animation: fadeIn 0.4s ease; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }

/* Layout helpers */
.shell { max-width: var(--shell); margin: 0 auto; padding: 0 32px; }
.shell-narrow { max-width: var(--shell-narrow); margin: 0 auto; padding: 0 32px; }
.sec { padding: 100px 0; }
.sec-tight { padding: 60px 0; }
.center { text-align: center; }
.row { display: flex; }
.col { display: flex; flex-direction: column; }
.between { display: flex; justify-content: space-between; }
.items-center { align-items: center; }
.items-end { align-items: flex-end; }
.gap-8 { gap: 8px; } .gap-12 { gap: 12px; } .gap-16 { gap: 16px; }
.gap-24 { gap: 24px; } .gap-32 { gap: 32px; }
.mt-8 { margin-top: 8px; } .mt-16 { margin-top: 16px; } .mt-24 { margin-top: 24px; }
.mt-32 { margin-top: 32px; } .mt-48 { margin-top: 48px; } .mt-64 { margin-top: 64px; }
.mb-8 { margin-bottom: 8px; } .mb-12 { margin-bottom: 12px; } .mb-16 { margin-bottom: 16px; }
.mb-24 { margin-bottom: 24px; } .mb-32 { margin-bottom: 32px; } .mb-48 { margin-bottom: 48px; }
.mw-480 { max-width: 480px; } .mw-560 { max-width: 560px; }
.mw-640 { max-width: 640px; } .mw-720 { max-width: 720px; }

.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }

/* Type */
.h-1 {
  font-family: var(--serif); font-weight: 400;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.12; letter-spacing: -0.025em;
  margin: 0; color: var(--ink);
  text-wrap: balance;
  overflow: visible;
  padding-bottom: 0.12em;
}
.h-1 em {
  font-style: italic; font-weight: 300; color: var(--accent);
}
.h-2 {
  font-family: var(--serif); font-weight: 400;
  font-size: clamp(28px, 3.6vw, 44px);
  line-height: 1.05; letter-spacing: -0.02em;
  margin: 0;
}
.h-3 {
  font-family: var(--serif); font-weight: 500;
  font-size: 22px; line-height: 1.2; letter-spacing: -0.01em;
  margin: 0;
}
.h-display {
  font-family: var(--serif); font-weight: 300;
  line-height: 0.95; letter-spacing: -0.035em;
  margin: 0; text-wrap: balance;
}
.h-display-q {
  font-family: var(--serif); font-style: italic; font-weight: 300;
  line-height: 0.95; letter-spacing: -0.025em;
  color: var(--accent); display: block;
}
.body { font-family: var(--sans); font-size: 15px; line-height: 1.6; color: var(--ink-mute); margin: 0; }
.body-lg { font-family: var(--sans); font-size: 18px; line-height: 1.55; color: var(--ink-mute); margin: 0; }
.eyebrow {
  font-family: var(--mono); font-size: 11px; font-weight: 500;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--accent); display: inline-block;
}
.meta {
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.08em;
  color: var(--ink-mute); text-transform: uppercase;
}
.tag {
  display: inline-flex; align-items: center;
  font-family: var(--mono); font-size: 10px; font-weight: 500;
  text-transform: uppercase; letter-spacing: 0.14em;
  border: 1px solid var(--line-strong); border-radius: 999px;
  padding: 4px 10px; color: var(--ink); width: fit-content;
}

/* Buttons */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--sans); font-weight: 600; font-size: 14px;
  border: 1px solid var(--line-strong); background: transparent;
  color: var(--ink); padding: 12px 22px; border-radius: 999px;
  cursor: pointer; transition: all 0.18s ease;
  letter-spacing: -0.01em;
}
.btn:hover { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.btn .btn-arrow { transition: transform 0.18s ease; display: inline-block; }
.btn:hover .btn-arrow { transform: translateX(4px); }
.btn-primary { background: var(--accent); border-color: var(--accent); color: #fff; }
.btn-primary:hover { background: var(--ink); border-color: var(--ink); }
.btn-ghost { border-color: transparent; padding: 10px 0; color: var(--accent); }
.btn-ghost:hover { background: transparent; border-color: transparent; color: var(--ink); }
.btn-ghost:hover .btn-arrow { transform: translateX(4px); }

/* Nav */
.nav-shell {
  position: sticky; top: 0; z-index: 70;
  padding: 12px 0;
  background: var(--paper);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border-bottom: none;
}
body.theme-dark .nav-shell { background: rgba(21, 23, 28, 0.85); }
body.theme-white .nav-shell { background: var(--paper); }
.nav {
  max-width: var(--shell); margin: 0 auto; padding: 0 32px;
  display: flex; align-items: center; justify-content: space-between; gap: 32px;
  height: 100%;
}
.logo {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--serif); font-weight: 500; font-size: 19px; letter-spacing: -0.02em;
  cursor: pointer;
}
.logo-mark {
  display: inline-block;
  width: 22px; height: 22px; border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, var(--accent), color-mix(in oklab, var(--accent) 60%, var(--ink)));
  border: 1px solid var(--ink);
}
.nav-links {
  display: flex; gap: 28px;
  font-family: var(--sans); font-size: 14px; font-weight: 500;
  color: var(--ink-mute);
}
.nav-links a { cursor: pointer; transition: color 0.15s; }
.nav-links a:hover, .nav-links a.active { color: var(--ink); }
.nav-right { display: flex; align-items: center; gap: 16px; }
.lang {
  display: flex; align-items: center; gap: 2px;
  font-family: var(--mono); font-size: 11px; font-weight: 500;
  border: 1px solid var(--line-strong); border-radius: 999px; padding: 2px;
}
.lang button {
  background: transparent; border: none; color: var(--ink-mute);
  padding: 4px 10px; border-radius: 999px; cursor: pointer; font: inherit;
  transition: all 0.15s;
}
.lang button.on { background: var(--ink); color: var(--paper); }

/* Hero question stage */
.q-stage {
  position: relative;
  display: flex; align-items: center; justify-content: center;
  min-height: 220px;
}
.q-word { display: inline-block; }
.q-fade-enter { animation: qFade 0.6s ease; }
.q-type-enter { animation: qType 0.7s steps(20, end); white-space: nowrap; overflow: hidden; }
@keyframes qFade { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
@keyframes qType { from { max-width: 0; opacity: 0.4; } to { max-width: 100%; opacity: 1; } }

.dots { display: flex; gap: 8px; justify-content: center; }
.dots span {
  width: 6px; height: 6px; border-radius: 50%;
  background: transparent; border: 1px solid var(--line-strong);
  transition: all 0.2s;
}
.dots span.on { background: var(--accent); border-color: var(--accent); transform: scale(1.3); }

/* Pillars (P4C) */
.pillar {
  border-top: 1px solid var(--line-strong);
  padding-top: 20px;
  display: flex; flex-direction: column; gap: 8px;
}
.pillar-num { color: var(--accent); }
.pillar-k {
  font-family: var(--serif); font-weight: 500; font-size: 22px;
  letter-spacing: -0.01em;
}

/* Cards */
.card {
  background: var(--paper); border: 1px solid var(--line);
  border-radius: var(--r-lg); padding: 28px;
  display: flex; flex-direction: column; gap: 14px;
  position: relative;
  transition: all 0.22s ease;
}
.card-hover { cursor: pointer; }
.card-hover:hover {
  transform: translateY(-3px);
  border-color: var(--line-strong);
  box-shadow: 0 12px 28px -16px rgba(0,0,0,0.18);
}
.card-mute { background: var(--paper-2); border-color: transparent; }

/* Service icon */
.svc-icon {
  width: 56px; height: 56px; border-radius: 50%;
  border: 1.5px solid currentColor; display: flex;
  align-items: center; justify-content: center;
  font-size: 24px; align-self: flex-start;
  font-family: var(--serif);
}
.svc-img {
  width: 100%; aspect-ratio: 16/9;
}

/* Watercolor placeholder */
.wc {
  position: relative; width: 100%;
  background:
    radial-gradient(120% 80% at 30% 20%, var(--accent-soft) 0, transparent 60%),
    radial-gradient(100% 70% at 80% 80%, color-mix(in oklab, var(--accent) 18%, transparent) 0, transparent 60%),
    color-mix(in oklab, var(--accent) 8%, var(--paper-2));
  border: 1px solid var(--line);
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.wc-2 {
  background:
    radial-gradient(120% 80% at 70% 30%, color-mix(in oklab, var(--green) 18%, transparent) 0, transparent 60%),
    radial-gradient(100% 70% at 20% 80%, color-mix(in oklab, var(--earth) 16%, transparent) 0, transparent 60%),
    color-mix(in oklab, var(--green) 6%, var(--paper-2));
}
.wc-3 {
  background:
    radial-gradient(120% 80% at 30% 70%, color-mix(in oklab, var(--blue) 16%, transparent) 0, transparent 60%),
    radial-gradient(100% 70% at 80% 20%, color-mix(in oklab, var(--rose) 14%, transparent) 0, transparent 60%),
    color-mix(in oklab, var(--blue) 6%, var(--paper-2));
}
.wc-portrait {
  background:
    radial-gradient(60% 50% at 50% 35%, color-mix(in oklab, var(--earth) 30%, transparent) 0, transparent 70%),
    radial-gradient(120% 80% at 50% 90%, color-mix(in oklab, var(--accent) 18%, transparent) 0, transparent 60%),
    color-mix(in oklab, var(--earth) 8%, var(--paper-2));
}
.wc-label {
  font-family: var(--mono); font-size: 10px; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--ink);
  background: var(--paper); padding: 4px 10px;
  border: 1px solid var(--line-strong); border-radius: 4px;
  opacity: 0.7;
}

/* Fade-up scroll animation */
.fade-up {
  opacity: 0; transform: translateY(20px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.fade-up.in { opacity: 1; transform: none; }

/* Filter bar */
.filter-bar {
  display: flex; gap: 8px; flex-wrap: wrap;
  padding: 24px 0 48px; border-bottom: 1px solid var(--line); margin-bottom: 48px;
}
.filter-pill {
  font-family: var(--sans); font-size: 13px; font-weight: 500;
  padding: 8px 16px; border: 1px solid var(--line-strong);
  background: transparent; color: var(--ink-mute);
  border-radius: 999px; cursor: pointer; transition: all 0.15s;
}
.filter-pill:hover { color: var(--ink); }
.filter-pill.on {
  background: var(--ink); border-color: var(--ink); color: var(--paper);
}

/* Article (blog detail) */
.article-rail {
  position: sticky; top: 120px;
  font-family: var(--mono); font-size: 11px;
  color: var(--ink-mute);
}
.article-rail dl { margin: 0; }
.article-rail dt { letter-spacing: 0.1em; text-transform: uppercase; margin-top: 18px; }
.article-rail dt:first-child { margin-top: 0; }
.article-rail dd {
  margin: 4px 0 0; font-family: var(--sans); font-size: 14px;
  color: var(--ink); letter-spacing: 0; text-transform: none;
}

.prose {
  max-width: 680px;
  font-family: var(--sans); font-size: 18px; line-height: 1.7;
  color: var(--ink);
}
.prose .lede {
  font-family: var(--serif); font-weight: 300; font-size: 26px; line-height: 1.4;
  margin: 0 0 32px; color: var(--ink); letter-spacing: -0.01em;
}
.prose h2 {
  font-family: var(--serif); font-weight: 500; font-size: 32px;
  letter-spacing: -0.02em; line-height: 1.2;
  margin: 56px 0 16px;
}
.prose p { margin: 0 0 24px; color: var(--ink-mute); }
.pull {
  font-family: var(--serif); font-style: italic; font-weight: 300;
  font-size: 32px; line-height: 1.25; color: var(--accent);
  border-left: 2px solid var(--accent); padding: 8px 0 8px 24px;
  margin: 48px 0; max-width: 560px;
}

/* Form */
.form-row { display: flex; flex-direction: column; gap: 8px; margin-bottom: 24px; }
.form-row label {
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--ink-mute);
}
.form-row input, .form-row textarea, .form-row select {
  font-family: var(--sans); font-size: 16px; color: var(--ink);
  border: none; border-bottom: 1.5px solid var(--line-strong);
  background: transparent; padding: 10px 0; outline: none;
  transition: border-color 0.15s;
}
.form-row input:focus, .form-row textarea:focus, .form-row select:focus {
  border-bottom-color: var(--accent);
}
.form-row textarea { min-height: 120px; resize: vertical; font-family: var(--sans); }
.form-consent { font-family: var(--mono); font-size: 11px; color: var(--ink-mute); margin-top: 16px; letter-spacing: 0.04em; }

/* FAQ */
.faq-row {
  border-bottom: 1px solid var(--line);
  padding: 20px 0; cursor: pointer;
}
.faq-row:first-child { border-top: 1px solid var(--line); }
.faq-q { display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.faq-q-text {
  font-family: var(--serif); font-weight: 500; font-size: 22px; line-height: 1.3;
  letter-spacing: -0.01em;
}
.faq-toggle {
  font-family: var(--serif); font-weight: 300; font-size: 28px;
  color: var(--accent); transition: transform 0.25s ease;
  flex-shrink: 0;
}
.faq-row.open .faq-toggle { transform: rotate(45deg); }
.faq-a {
  max-height: 0; overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}
.faq-row.open .faq-a {
  max-height: 400px; padding-top: 16px;
}

/* Footer */
.footer {
  border-top: 1px solid var(--line);
  padding: 80px 0 32px; margin-top: 40px;
  background: var(--paper-2);
}
.footer-grid {
  display: grid; grid-template-columns: 1.4fr 1fr 1.4fr; gap: 64px;
  padding-bottom: 64px; border-bottom: 1px solid var(--line);
}
.footer-bottom {
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 24px;
  font-family: var(--mono); font-size: 11px; color: var(--ink-mute);
  letter-spacing: 0.08em;
}
.newsletter-form {
  display: flex; gap: 8px; border-bottom: 1.5px solid var(--line-strong);
  padding-bottom: 6px;
}
.newsletter-form input {
  flex: 1; border: none; background: transparent; outline: none;
  font-family: var(--sans); font-size: 14px; color: var(--ink); padding: 8px 0;
}

/* Tweaks panel z-index */
.tweaks-panel { z-index: 200 !important; }

/* ============ RESPONSIVE — MOBILE ============ */
@media (max-width: 860px) {

  /* Shell padding */
  .shell, .shell-narrow { padding: 0 20px; }

  /* Sections */
  .sec  { padding: 72px 0; }
  .sec-tight { padding: 48px 0; }

  /* Grids → single column */
  .grid-2, .grid-3, .grid-4 {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  /* Preview bar */
  .preview-bar {
    padding: 10px 16px;
    flex-wrap: wrap;
    gap: 8px;
  }
  .preview-tabs { flex-wrap: wrap; }
  .preview-tabs button { font-size: 11px; padding: 5px 10px; }

  /* Nav */
  .nav { padding: 0 20px; }
  .nav-links { display: none; }
  .nav-right .btn { display: none; }   /* CTA hidden on mobile */
  .nav-right { gap: 10px; }

  /* Hamburger — show only on mobile */
  .hamburger { display: flex !important; }

  /* Mobile menu overlay */
  .mob-menu {
    display: flex !important;
  }

  /* Hero */
  .q-stage { min-height: 130px; }

  /* Blog detail rail hidden */
  .article-rail { display: none; }

  /* Blog detail prose full width */
  .prose { max-width: 100%; }

  /* Blog detail layout */
  .prose-wrap {
    grid-template-columns: 1fr !important;
  }

  /* Footer */
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  /* Service detail grid */
  .svc-detail-grid {
    grid-template-columns: 1fr !important;
    gap: 36px !important;
  }
  /* Contact grid */
  .contact-grid {
    grid-template-columns: 1fr !important;
    gap: 36px !important;
  }

  /* FAQ question text */
  .faq-q-text { font-size: 18px; }

  /* Pull quote */
  .pull { font-size: 24px; }

  /* Buttons */
  .btn { padding: 12px 18px; font-size: 13px; }

  /* Center hero CTAs */
  .hero-cta { justify-content: center !important; }

  /* About section: image first, text below */
  .about-grid {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
  }
  .about-grid .wc { aspect-ratio: 4/3; }
}

/* Hamburger button — hidden on desktop */
.hamburger {
  display: none;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  width: 40px; height: 40px;
  cursor: pointer;
  flex-shrink: 0;
  flex-direction: column;
  gap: 5px;
  padding: 10px;
}
.hamburger span {
  display: block;
  width: 100%;
  height: 1.5px;
  background: var(--ink);
  border-radius: 2px;
  transition: all 0.25s ease;
}
.hamburger.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.hamburger.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* Mobile menu overlay */
.mob-menu {
  display: none;
  position: fixed;
  inset: 0;
  top: 0;
  z-index: 60;
  background: var(--paper);
  flex-direction: column;
  padding: 100px 32px 48px;
  gap: 8px;
  animation: mobMenuIn 0.3s ease;
}
@keyframes mobMenuIn {
  from { opacity: 0; transform: translateY(-12px); }
  to   { opacity: 1; transform: none; }
}
.mob-menu a {
  font-family: "Fraunces", serif;
  font-weight: 300;
  font-size: 40px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--ink);
  cursor: pointer;
  padding: 8px 0;
  border-bottom: 1px solid var(--line);
  display: block;
  transition: color 0.15s;
}
.mob-menu a:hover { color: var(--accent); }
.mob-menu .mob-footer {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 32px;
}

