/* =========================================================================
   Klinik Psikolog Begüm Durmuş - demo redesign
   Theme "Açık Oda": porcelain base, slate-indigo ink, deep ink-navy bands,
   one locked iris accent. Newsreader (serif) + Hanken Grotesk (sans).
   ========================================================================= */

:root {
  --porcelain: #f0efea;
  --paper:     #fbfaf6;
  --mist:      #e6e4da;
  --mist-2:    #dcd9cd;

  --ink:       #20283a;   /* primary text */
  --ink-soft:  #4a5266;   /* secondary text */
  --ink-faint: #767d8e;   /* tertiary / captions */

  --night:     #161c2b;   /* dark band */
  --night-2:   #1e2538;   /* dark card */

  --iris:      #5256ab;   /* locked accent (buttons, marks) */
  --iris-deep: #474a9c;   /* link text on light (contrast safe) */
  --iris-soft: #ecedf8;   /* faint accent wash */
  --iris-lite: #b8baf2;   /* accent on dark */

  --line:      rgba(32, 40, 58, .12);
  --line-soft: rgba(32, 40, 58, .07);

  --shadow-sm: 0 1px 2px rgba(22, 28, 43, .05), 0 6px 18px rgba(22, 28, 43, .06);
  --shadow-md: 0 4px 10px rgba(22, 28, 43, .07), 0 22px 48px rgba(22, 28, 43, .11);

  --sans: "Hanken Grotesk", system-ui, -apple-system, "Segoe UI", sans-serif;
  --serif: "Newsreader", Georgia, "Times New Roman", serif;

  --wrap: 1140px;
  --gap: clamp(1rem, 3.4vw, 2.2rem);
  --radius: 16px;
  --radius-lg: 22px;
  --ease: cubic-bezier(.22, .61, .36, 1);
}

* { box-sizing: border-box; }

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

body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--porcelain);
  line-height: 1.68;
  font-size: 1.02rem;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -.01em;
  color: var(--ink);
  margin: 0 0 .5em;
}
h1 { font-size: clamp(2.4rem, 6.2vw, 4.3rem); font-weight: 400; }
h2 { font-size: clamp(1.9rem, 4.4vw, 3rem); }
h3 { font-size: clamp(1.25rem, 2.3vw, 1.55rem); }
p  { margin: 0 0 1.1rem; }
em { font-style: italic; }

a { color: var(--iris-deep); text-decoration: none; }
a:hover { text-decoration: underline; text-underline-offset: 3px; }

img, video { max-width: 100%; display: block; }

/* ---------- layout helpers ---------- */
.wrap { width: min(100% - 2.4rem, var(--wrap)); margin-inline: auto; }
.section { padding: clamp(3.6rem, 8vw, 6.6rem) 0; }
.section--tight { padding: clamp(2.6rem, 5vw, 4rem) 0; }
.lede { font-size: clamp(1.1rem, 1.8vw, 1.32rem); color: var(--ink-soft); max-width: 60ch; }
.measure { max-width: 64ch; }
.center { text-align: center; margin-inline: auto; }

.eyebrow {
  display: inline-flex; align-items: baseline; gap: .5rem;
  font-family: var(--sans); font-weight: 600;
  font-size: .9rem; color: var(--ink-soft);
  margin-bottom: 1rem;
}
.eyebrow .num {
  font-family: var(--serif); font-style: italic;
  color: var(--iris); font-size: 1.05rem; font-weight: 500;
}

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: .55rem;
  font-family: var(--sans); font-weight: 600; font-size: .98rem;
  padding: .82rem 1.5rem; border-radius: 999px;
  border: 1px solid transparent; cursor: pointer;
  transition: transform .25s var(--ease), background .25s var(--ease), box-shadow .25s var(--ease), color .2s;
  text-decoration: none; line-height: 1;
}
.btn:hover { text-decoration: none; transform: translateY(-2px); }
.btn-primary { background: var(--iris); color: #fff; box-shadow: 0 8px 20px rgba(82, 86, 171, .28); }
.btn-primary:hover { background: #474a9c; box-shadow: 0 12px 26px rgba(82, 86, 171, .34); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--iris); color: var(--iris-deep); }
.btn-on-dark { background: #fff; color: var(--night); }
.btn-on-dark:hover { background: var(--iris-lite); }
.btn .ico { width: 1.05em; height: 1.05em; }

/* ---------- header ---------- */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 60;
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; padding: .85rem clamp(1.1rem, 3vw, 2.2rem);
  transition: background .3s var(--ease), box-shadow .3s var(--ease), padding .3s var(--ease);
}
.site-header.scrolled {
  background: rgba(240, 239, 234, .86);
  backdrop-filter: saturate(140%) blur(12px);
  -webkit-backdrop-filter: saturate(140%) blur(12px);
  box-shadow: 0 1px 0 var(--line-soft);
}
.brand { display: flex; align-items: center; gap: .6rem; text-decoration: none; color: var(--ink); }
.brand:hover { text-decoration: none; }
.brand .mark {
  width: 38px; height: 38px; border-radius: 50%;
  display: grid; place-items: center; flex: none;
  background: var(--iris); color: #fff;
  font-family: var(--serif); font-size: 1.15rem; font-weight: 500;
  box-shadow: inset 0 0 0 3px rgba(255, 255, 255, .18);
}
.brand .bn { display: flex; flex-direction: column; line-height: 1.05; }
.brand .bn strong { font-family: var(--serif); font-weight: 500; font-size: 1.06rem; letter-spacing: -.01em; }
.brand .bn span { font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-soft); }

.nav { display: flex; align-items: center; gap: .3rem; }
.nav a {
  color: var(--ink); font-weight: 500; font-size: .96rem;
  padding: .5rem .8rem; border-radius: 8px; position: relative;
}
.nav a:hover { color: var(--iris-deep); text-decoration: none; background: var(--iris-soft); }
.nav a.active { color: var(--iris-deep); }
.nav a.active::after {
  content: ""; position: absolute; left: .8rem; right: .8rem; bottom: .26rem;
  height: 2px; border-radius: 2px; background: var(--iris);
}

.header-tools { display: flex; align-items: center; gap: .7rem; }

/* language toggle */
.lang-toggle { display: inline-flex; background: var(--mist); border-radius: 999px; padding: 3px; }
.lang-toggle button {
  border: 0; background: transparent; cursor: pointer;
  font-family: var(--sans); font-weight: 600; font-size: .8rem;
  color: var(--ink-soft); padding: .32rem .62rem; border-radius: 999px;
  transition: background .2s, color .2s;
}
.lang-toggle button[aria-pressed="true"] { background: var(--paper); color: var(--ink); box-shadow: var(--shadow-sm); }
.site-header.scrolled .lang-toggle { background: rgba(32,40,58,.08); }

.nav-toggle {
  display: none; width: 42px; height: 42px; border-radius: 10px;
  border: 1px solid var(--line); background: var(--paper); cursor: pointer;
  align-items: center; justify-content: center; flex-direction: column; gap: 4px;
}
.nav-toggle span { width: 18px; height: 2px; background: var(--ink); border-radius: 2px; transition: transform .3s, opacity .2s; }

/* ---------- hero ---------- */
.hero { position: relative; padding: clamp(7rem, 14vw, 9.5rem) 0 clamp(2.6rem, 6vw, 4.4rem); }
.hero-grid { display: grid; grid-template-columns: 1.04fr .96fr; gap: clamp(1.6rem, 4vw, 3.4rem); align-items: center; }
.hero-kicker {
  display: inline-flex; align-items: center; gap: .55rem;
  font-weight: 600; font-size: .92rem; color: var(--ink-soft);
  padding: .42rem .9rem; border: 1px solid var(--line); border-radius: 999px;
  background: var(--paper); margin-bottom: 1.4rem;
}
.hero-kicker .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--iris); }
.hero h1 { margin-bottom: 1rem; }
.hero h1 em { color: var(--iris); }
.hero .lede { margin-bottom: 1.8rem; }
.hero-cta { display: flex; flex-wrap: wrap; gap: .7rem; margin-bottom: 1.9rem; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 1.5rem; padding-top: 1.4rem; border-top: 1px solid var(--line); }
.trust-item { display: flex; flex-direction: column; gap: .1rem; }
.trust-item b { font-family: var(--serif); font-size: 1.32rem; font-weight: 500; color: var(--ink); }
.trust-item .stars { color: var(--iris); letter-spacing: .06em; }
.trust-item span { font-size: .82rem; color: var(--ink-faint); }

.hero-figure { position: relative; }
.hero-figure .frame {
  position: relative; border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow-md); border: 1px solid var(--line-soft);
  aspect-ratio: 4 / 5;
}
.hero-figure .frame img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 22%; }
.hero-figure .badge {
  position: absolute; left: -14px; bottom: 26px; z-index: 2;
  background: var(--paper); border-radius: 14px; padding: .8rem 1.05rem;
  box-shadow: var(--shadow-md); border: 1px solid var(--line-soft);
  display: flex; align-items: center; gap: .7rem; max-width: 75%;
}
.hero-figure .badge .ic { width: 38px; height: 38px; border-radius: 10px; background: var(--iris-soft); color: var(--iris); display: grid; place-items: center; flex: none; }
.hero-figure .badge .ic svg { width: 20px; height: 20px; }
.hero-figure .badge b { font-family: var(--serif); font-weight: 500; font-size: .98rem; display: block; line-height: 1.15; }
.hero-figure .badge span { font-size: .78rem; color: var(--ink-faint); }
.hero-figure::after {
  content: ""; position: absolute; inset: auto -22px -22px auto; width: 60%; height: 60%;
  border: 1.5px solid var(--iris); border-radius: var(--radius-lg); z-index: -1; opacity: .35;
}

/* ---------- breathing-dot divider ---------- */
.divider { display: flex; align-items: center; gap: 1rem; color: var(--line); }
.divider::before, .divider::after { content: ""; height: 1px; flex: 1; background: var(--line); }
.divider .o { width: 9px; height: 9px; border-radius: 50%; border: 1.5px solid var(--iris); flex: none; }

/* ---------- intro / approach band ---------- */
.approach { background: var(--paper); border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); }
.approach .quote {
  font-family: var(--serif); font-weight: 400; font-size: clamp(1.5rem, 3.3vw, 2.35rem);
  line-height: 1.28; letter-spacing: -.01em; color: var(--ink); max-width: 22ch;
}
.approach-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.6rem, 5vw, 4rem); align-items: center; }
.approach .body p { color: var(--ink-soft); }
.sign { font-family: var(--serif); font-style: italic; font-size: 1.5rem; color: var(--iris); margin-top: .4rem; }

/* ---------- modality cards ---------- */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; }
.card {
  position: relative; background: var(--paper); border: 1px solid var(--line-soft);
  border-radius: var(--radius); padding: 1.7rem 1.5rem 1.6rem;
  overflow: hidden; transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s;
}
.card::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 3px; background: var(--iris); transform: scaleX(0); transform-origin: left; transition: transform .35s var(--ease); }
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: transparent; }
.card:hover::before { transform: scaleX(1); }
.card .ic { width: 46px; height: 46px; border-radius: 12px; background: var(--iris-soft); color: var(--iris); display: grid; place-items: center; margin-bottom: 1.1rem; }
.card .ic svg { width: 24px; height: 24px; }
.card .tag { font-family: var(--serif); font-style: italic; color: var(--iris); font-size: .95rem; }
.card h3 { margin: .15rem 0 .55rem; }
.card p { color: var(--ink-soft); font-size: .97rem; margin-bottom: 0; }
.card .more { display: inline-block; margin-top: 1rem; font-weight: 600; font-size: .9rem; color: var(--iris-deep); }

/* ---------- topic chips ---------- */
.chips { display: flex; flex-wrap: wrap; gap: .6rem; }
.chip {
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .55rem 1rem; border-radius: 999px; background: var(--paper);
  border: 1px solid var(--line); font-weight: 500; font-size: .95rem; color: var(--ink);
}
.chip .d { width: 6px; height: 6px; border-radius: 50%; background: var(--iris); flex: none; }

/* ---------- two-column feature ---------- */
.feature { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.6rem, 5vw, 4rem); align-items: center; }
.feature.rev .media { order: -1; }
.feature .media { position: relative; }
.feature .media img { width: 100%; border-radius: var(--radius-lg); box-shadow: var(--shadow-md); border: 1px solid var(--line-soft); aspect-ratio: 4/5; object-fit: cover; }
.feature .media.tall img { aspect-ratio: 3/4; }

/* numbered list (session steps) */
.steps { list-style: none; margin: 1.4rem 0 0; padding: 0; display: grid; gap: 1rem; }
.steps li { display: grid; grid-template-columns: auto 1fr; gap: 1rem; align-items: start; }
.steps .n {
  width: 40px; height: 40px; border-radius: 50%; flex: none;
  border: 1.5px solid var(--iris); color: var(--iris-deep);
  display: grid; place-items: center; font-family: var(--serif); font-weight: 500; font-size: 1.05rem;
}
.steps h4 { font-family: var(--sans); font-weight: 700; font-size: 1.02rem; margin: .35rem 0 .2rem; }
.steps p { color: var(--ink-soft); font-size: .96rem; margin: 0; }

/* ---------- instagram / authentic media ---------- */
.media-row { display: grid; grid-template-columns: .82fr 1.18fr; gap: 1.4rem; align-items: stretch; }
.reel-card { position: relative; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-md); border: 1px solid var(--line-soft); background: #000; }
.reel-card video { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 9/16; display: block; }
.reel-card .ig-tag {
  position: absolute; top: 12px; left: 12px; z-index: 2;
  display: inline-flex; align-items: center; gap: .4rem; padding: .35rem .7rem;
  background: rgba(22, 28, 43, .55); color: #fff; border-radius: 999px;
  font-size: .78rem; font-weight: 600; backdrop-filter: blur(4px);
}
.reel-thumbs { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
.reel-thumb { position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); border: 1px solid var(--line-soft); }
.reel-thumb img { width: 100%; aspect-ratio: 3/4; object-fit: cover; transition: transform .5s var(--ease); }
.reel-thumb:hover img { transform: scale(1.04); }
.media-note { font-size: .82rem; color: var(--ink-faint); margin-top: 1rem; }

/* ---------- dark CTA band ---------- */
.band-dark { background: var(--night); color: #e7e8f1; position: relative; overflow: hidden; }
.band-dark h2, .band-dark h3 { color: #fff; }
.band-dark .lede { color: #b9bcce; }
.band-dark a { color: var(--iris-lite); }
.band-dark .glow { position: absolute; width: 460px; height: 460px; border-radius: 50%; background: radial-gradient(circle, rgba(82,86,171,.55), transparent 65%); top: -180px; right: -120px; pointer-events: none; }
.cta-band { display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; position: relative; }
.cta-band .btns { display: flex; gap: .7rem; flex-wrap: wrap; }

/* contact rows on dark */
.contact-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 1.2rem; }
.contact-list li { display: grid; grid-template-columns: auto 1fr; gap: .9rem; align-items: start; }
.contact-list .ic { width: 42px; height: 42px; border-radius: 11px; background: rgba(184,186,242,.14); color: var(--iris-lite); display: grid; place-items: center; flex: none; }
.contact-list .ic svg { width: 20px; height: 20px; }
.contact-list b { color: #fff; font-family: var(--sans); font-weight: 700; display: block; font-size: .98rem; }
.contact-list span, .contact-list a { color: #b9bcce; font-size: .96rem; }

/* ---------- about values ---------- */
.values { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.1rem; margin-top: 1.6rem; }
.value { background: var(--paper); border: 1px solid var(--line-soft); border-radius: var(--radius); padding: 1.3rem 1.4rem; }
.value .ic { color: var(--iris); margin-bottom: .7rem; }
.value .ic svg { width: 24px; height: 24px; }
.value h4 { font-family: var(--sans); font-weight: 700; font-size: 1.02rem; margin: 0 0 .35rem; }
.value p { color: var(--ink-soft); font-size: .93rem; margin: 0; }

/* timeline (education) */
.timeline { list-style: none; margin: 1.4rem 0 0; padding: 0 0 0 1.4rem; border-left: 2px solid var(--line); display: grid; gap: 1.5rem; }
.timeline li { position: relative; }
.timeline li::before { content: ""; position: absolute; left: calc(-1.4rem - 6px); top: .35rem; width: 11px; height: 11px; border-radius: 50%; background: var(--porcelain); border: 2px solid var(--iris); }
.timeline .yr { font-family: var(--serif); font-style: italic; color: var(--iris); font-size: .95rem; }
.timeline h4 { font-family: var(--sans); font-weight: 700; font-size: 1.02rem; margin: .1rem 0 .2rem; }
.timeline p { color: var(--ink-soft); font-size: .94rem; margin: 0; }

/* transparency note */
.note {
  background: var(--iris-soft); border: 1px solid rgba(82,86,171,.18);
  border-radius: var(--radius); padding: 1.3rem 1.5rem; display: grid;
  grid-template-columns: auto 1fr; gap: 1rem; align-items: start;
}
.note .ic { width: 38px; height: 38px; border-radius: 10px; background: #fff; color: var(--iris); display: grid; place-items: center; flex: none; }
.note .ic svg { width: 20px; height: 20px; }
.note h4 { font-family: var(--sans); font-weight: 700; font-size: 1rem; margin: 0 0 .3rem; }
.note p { font-size: .92rem; color: var(--ink-soft); margin: 0; }

/* ---------- page hero (inner pages) ---------- */
.page-hero { padding: clamp(7.4rem, 13vw, 9.6rem) 0 clamp(1.6rem, 4vw, 3rem); }
.page-hero h1 { font-size: clamp(2.2rem, 5.2vw, 3.6rem); }
.page-hero .lede { margin-top: .6rem; }
.crumbs { font-size: .85rem; color: var(--ink-faint); margin-bottom: 1.1rem; }
.crumbs a { color: var(--ink-soft); }

/* deep modality block */
.modality { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.4rem, 4vw, 3.2rem); align-items: center; padding: clamp(2rem, 4vw, 3rem) 0; }
.modality:not(:last-child) { border-bottom: 1px solid var(--line-soft); }
.modality.rev .m-media { order: -1; }
.modality .m-media img { width: 100%; border-radius: var(--radius-lg); box-shadow: var(--shadow-md); aspect-ratio: 4/5; object-fit: cover; border: 1px solid var(--line-soft); }
.modality .m-num { font-family: var(--serif); font-style: italic; color: var(--iris); font-size: 1.1rem; }
.modality ul { list-style: none; margin: 1rem 0 0; padding: 0; display: grid; gap: .6rem; }
.modality ul li { display: grid; grid-template-columns: auto 1fr; gap: .6rem; color: var(--ink-soft); font-size: .96rem; }
.modality ul li svg { width: 18px; height: 18px; color: var(--iris); margin-top: .28rem; flex: none; }

/* ---------- contact page ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.6rem, 4vw, 3rem); align-items: start; }
.map-frame { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-md); border: 1px solid var(--line-soft); }
.map-frame iframe { width: 100%; height: 340px; border: 0; display: block; filter: grayscale(.15); }
.form { display: grid; gap: 1rem; }
.field { display: grid; gap: .4rem; }
.field label { font-weight: 600; font-size: .9rem; color: var(--ink-soft); }
.field input, .field textarea {
  font-family: var(--sans); font-size: 1rem; color: var(--ink);
  padding: .8rem 1rem; border-radius: 12px; border: 1px solid var(--line);
  background: var(--paper); transition: border-color .2s, box-shadow .2s;
}
.field input:focus, .field textarea:focus { outline: 0; border-color: var(--iris); box-shadow: 0 0 0 3px var(--iris-soft); }
.field textarea { min-height: 120px; resize: vertical; }
.hours-table { width: 100%; border-collapse: collapse; margin-top: .4rem; }
.hours-table th, .hours-table td { text-align: left; padding: .62rem 0; border-bottom: 1px solid var(--line-soft); font-size: .96rem; }
.hours-table th { font-weight: 600; color: var(--ink); }
.hours-table td { color: var(--ink-soft); text-align: right; }
.hours-table tr.today th, .hours-table tr.today td { color: var(--iris-deep); font-weight: 700; }
.hours-table td.closed { color: var(--ink-faint); }

/* ---------- footer ---------- */
.site-footer { background: var(--night); color: #aeb2c6; padding: clamp(3rem, 6vw, 4.4rem) 0 2rem; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 2rem; }
.site-footer h4 { color: #fff; font-family: var(--sans); font-weight: 700; font-size: .95rem; letter-spacing: .02em; margin: 0 0 1rem; }
.site-footer a { color: #aeb2c6; }
.site-footer a:hover { color: #fff; }
.footer-brand .brand .bn strong { color: #fff; }
.footer-brand .brand .bn span { color: #9398ad; }
.footer-brand p { margin-top: 1rem; font-size: .92rem; max-width: 34ch; color: #9398ad; }
.footer-links { list-style: none; margin: 0; padding: 0; display: grid; gap: .6rem; font-size: .95rem; }
.footer-bottom { margin-top: 2.6rem; padding-top: 1.4rem; border-top: 1px solid rgba(255,255,255,.1); display: flex; flex-wrap: wrap; gap: .6rem 1.4rem; justify-content: space-between; font-size: .82rem; color: #81869b; }
.disclaimer { max-width: 70ch; line-height: 1.5; }

/* ---------- reveal (GSAP sets initial state; reduced-motion shows all) ---------- */
.reveal { will-change: transform, opacity; }

/* ---------- responsive ---------- */
@media (max-width: 920px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-figure { max-width: 460px; }
  .approach-grid, .feature, .modality, .contact-grid { grid-template-columns: 1fr; }
  .feature.rev .media, .modality.rev .m-media { order: 0; }
  .cards { grid-template-columns: 1fr; }
  .media-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  .nav, .header-desktop-cta { display: none; }
  .nav-toggle { display: flex; }
  .nav.open {
    display: flex; flex-direction: column; align-items: stretch;
    position: absolute; top: 100%; left: 0; right: 0;
    background: var(--paper); padding: 1rem 1.4rem 1.4rem; gap: .2rem;
    box-shadow: var(--shadow-md); border-top: 1px solid var(--line-soft);
  }
  .nav.open a { padding: .75rem .4rem; border-bottom: 1px solid var(--line-soft); }
  .nav.open a.active::after { display: none; }
  .values { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .cta-band { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 460px) {
  .hero-trust { gap: 1rem; }
  .reel-thumbs { grid-template-columns: 1fr 1fr; }
}
