/* Yazı tipleri <head> içinde <link> ile yükleniyor (render-blocking @import yerine). */

/* ============================================================
   DİDİM TADİLAT — Key İnşaat & İç Mimarlık alt markası
   Tasarım sistemi · v1.0
   ============================================================ */

:root {
  --black: #090909;
  --soft-black: #121212;
  --espresso: #18110d;
  --paper: #eee5d7;
  --paper-2: #f6f0e6;
  --white: #ffffff;
  --muted: #6f6a62;
  --muted-light: #aaa59d;
  --line: rgba(10, 10, 10, .14);
  --line-soft: rgba(10, 10, 10, .08);
  --line-white: rgba(255, 255, 255, .18);
  --orange: #c85c32;
  --orange-deep: #9f4122;
  --sage: #69705a;
  --clay: #a66b4e;
  --sand: #d8c7af;
  --ok: #4b7f52;
  --ease: cubic-bezier(.2, .8, .2, 1);
  --pad: clamp(20px, 5vw, 88px);
  --maxw: 1320px;
  --radius: 2px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
[id] { scroll-margin-top: 104px; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--black);
  font-family: "DM Sans", -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }
::selection { background: var(--orange); color: #fff; }
h1, h2, h3, h4 { font-family: "Manrope", "DM Sans", sans-serif; font-weight: 300; margin: 0; }
p { margin: 0 0 1em; }
figure { margin: 0; }
hr { border: 0; border-top: 1px solid var(--line); margin: 0; }

.skip-link { position: fixed; left: 16px; top: -90px; z-index: 9999; background: #fff; padding: 12px 18px; transition: top .2s; }
.skip-link:focus { top: 16px; }

.scroll-progress { position: fixed; top: 0; left: 0; width: 100%; height: 3px; z-index: 1200; pointer-events: none; }
.scroll-progress span { display: block; width: 0; height: 100%; background: var(--orange); }

/* ---------- Layout helpers ---------- */
.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 var(--pad); }
.section { padding: clamp(64px, 9vw, 140px) 0; position: relative; }
.section--tight { padding: clamp(48px, 6vw, 90px) 0; }
.section--dark { background: var(--black); color: #fff; }
.section--espresso { background: var(--espresso); color: #fff; }
.section--paper2 { background: var(--paper-2); }
.section--line { border-top: 1px solid var(--line); }

.eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: 11px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase;
  color: var(--orange); margin-bottom: 22px;
}
.eyebrow::before { content: ""; width: 34px; height: 1px; background: currentColor; opacity: .55; }
.section--dark .eyebrow, .section--espresso .eyebrow { color: var(--orange); }

h1, .h1 { font-size: clamp(38px, 6.4vw, 76px); line-height: .96; letter-spacing: -.045em; }
h2, .h2 { font-size: clamp(30px, 4.4vw, 56px); line-height: 1.02; letter-spacing: -.04em; }
h3, .h3 { font-size: clamp(20px, 2.2vw, 27px); line-height: 1.18; letter-spacing: -.025em; font-weight: 400; }
h4 { font-size: 17px; font-weight: 600; letter-spacing: -.01em; }
.accent { font-family: "Instrument Serif", Georgia, serif; font-style: italic; font-weight: 400; color: var(--orange); letter-spacing: -.02em; }
.section--dark .accent, .hero .accent { color: var(--sand); }

.lead { font-size: clamp(16px, 1.35vw, 19px); color: var(--muted); max-width: 62ch; line-height: 1.7; }
.section--dark .lead, .section--espresso .lead { color: rgba(255, 255, 255, .72); }
.mono { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; font-weight: 600; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: space-between; gap: 26px;
  padding: 15px 22px; border: 1px solid var(--black); background: var(--black); color: #fff;
  font-size: 14px; font-weight: 500; letter-spacing: .01em; cursor: pointer;
  transition: background .28s var(--ease), color .28s var(--ease), border-color .28s var(--ease), transform .28s var(--ease);
}
.btn i { font-style: normal; color: var(--orange); transition: transform .3s var(--ease); }
.btn:hover { background: var(--orange); border-color: var(--orange); color: #fff; }
.btn:hover i { color: #fff; transform: translateX(5px); }
.btn--primary { background: var(--orange); border-color: var(--orange); }
.btn--primary i { color: rgba(255, 255, 255, .8); }
.btn--primary:hover { background: var(--orange-deep); border-color: var(--orange-deep); }
.btn--ghost { background: transparent; color: var(--black); border-color: var(--line); }
.btn--ghost:hover { background: var(--black); border-color: var(--black); color: #fff; }
.btn--light { background: transparent; color: #fff; border-color: rgba(255, 255, 255, .45); }
.btn--light:hover { background: #fff; color: var(--black); border-color: #fff; }
.btn--wa { background: #1f8f4e; border-color: #1f8f4e; }
.btn--wa:hover { background: #16733e; border-color: #16733e; }
.btn--block { width: 100%; }

.txtlink { display: inline-flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 500; border-bottom: 1px solid var(--line); padding-bottom: 4px; transition: border-color .25s, gap .25s; }
.txtlink i { font-style: normal; color: var(--orange); }
.txtlink:hover { border-color: var(--orange); gap: 15px; }

/* ---------- Header ---------- */
.site-header {
  position: fixed; z-index: 1000; left: 0; right: 0; top: 0; height: 92px;
  display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px;
  color: #fff; padding: 0 clamp(18px, 3.5vw, 56px);
  border-bottom: 1px solid var(--line-white);
  transition: background .35s var(--ease), height .35s var(--ease), box-shadow .35s, border-color .35s;
}
.site-header.scrolled, .site-header.solid {
  height: 74px; background: rgba(9, 9, 9, .95); backdrop-filter: blur(18px);
  box-shadow: 0 10px 35px rgba(0, 0, 0, .22); border-color: rgba(255, 255, 255, .1);
}
.brand { display: flex; align-items: center; gap: 13px; }
.brand-mark {
  width: 46px; height: 46px; flex: none; display: grid; place-items: center;
  border: 1px solid rgba(255, 255, 255, .35); border-radius: 50%;
  font-family: "Manrope"; font-weight: 300; font-size: 17px; letter-spacing: .06em;
}
.brand-txt { display: flex; flex-direction: column; line-height: 1.05; }
.brand-txt b { font-family: "Manrope"; font-weight: 400; font-size: 19px; letter-spacing: .2em; }
.brand-txt small { font-size: 7.5px; font-weight: 600; letter-spacing: .26em; margin-top: 6px; opacity: .72; }

.site-nav { display: flex; justify-content: center; gap: clamp(14px, 2vw, 34px); }
.site-nav a { font-size: 13px; letter-spacing: .03em; position: relative; padding: 8px 0; white-space: nowrap; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 2px; height: 1px; background: var(--orange); transition: right .3s var(--ease); }
.site-nav a:hover::after, .site-nav a.active::after { right: 0; }

.header-actions { display: flex; align-items: center; gap: 10px; }
.header-tel { display: inline-flex; flex-direction: column; line-height: 1.1; text-align: right; }
.header-tel small { font-size: 8.5px; letter-spacing: .2em; opacity: .6; font-weight: 600; }
.header-tel b { font-family: "Manrope"; font-weight: 500; font-size: 15px; letter-spacing: .01em; }
.header-cta { border: 1px solid rgba(255, 255, 255, .5); padding: 11px 16px; font-size: 12.5px; display: inline-flex; align-items: center; gap: 16px; transition: background .25s, color .25s, border-color .25s; }
.header-cta i { font-style: normal; color: var(--orange); }
.header-cta:hover { background: #fff; color: var(--black); border-color: #fff; }
.header-cta:hover i { color: var(--orange-deep); }
.menu-button { display: none; background: transparent; border: 1px solid rgba(255, 255, 255, .35); color: #fff; width: 44px; height: 44px; cursor: pointer; align-items: center; justify-content: center; }
.menu-button span { display: block; width: 18px; height: 1px; background: currentColor; position: relative; }
.menu-button span::before, .menu-button span::after { content: ""; position: absolute; left: 0; width: 18px; height: 1px; background: currentColor; }
.menu-button span::before { top: -6px; } .menu-button span::after { top: 6px; }

.mobile-nav { position: fixed; inset: 0; z-index: 999; background: var(--black); color: #fff; display: none; flex-direction: column; padding: 108px clamp(20px, 6vw, 48px) 40px; overflow-y: auto; }
.mobile-nav.open { display: flex; }
.mobile-nav a { font-family: "Manrope"; font-weight: 300; font-size: 27px; letter-spacing: -.03em; padding: 14px 0; border-bottom: 1px solid rgba(255, 255, 255, .12); }
.mobile-nav .btn { margin-top: 26px; }

/* ---------- Hero ---------- */
.hero { position: relative; color: #fff; background: #0d0a08; overflow: hidden; min-height: 640px; height: max(700px, 96svh); display: flex; align-items: flex-end; }
.hero--inner { height: auto; min-height: 0; padding-top: 168px; padding-bottom: clamp(48px, 7vw, 92px); }
.hero-media { position: absolute; inset: 0; background-size: cover; background-position: center; transform: scale(1.04); }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(9, 9, 9, .78) 0%, rgba(9, 9, 9, .35) 38%, rgba(9, 9, 9, .82) 100%); }
.hero-inner { position: relative; z-index: 2; width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 var(--pad) clamp(46px, 6vw, 84px); }
.hero .eyebrow { color: rgba(255, 255, 255, .78); }
.hero h1 { max-width: 16ch; margin-bottom: 26px; }
.hero .lead { color: rgba(255, 255, 255, .8); max-width: 56ch; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }

.hero-stats { position: relative; z-index: 2; border-top: 1px solid rgba(255, 255, 255, .16); background: rgba(9, 9, 9, .5); backdrop-filter: blur(10px); }
.hero-stats ul { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); max-width: var(--maxw); margin: 0 auto; }
.hero-stats li { padding: 22px var(--pad); border-left: 1px solid rgba(255, 255, 255, .12); }
.hero-stats li:first-child { border-left: 0; }
.hero-stats b { display: block; font-family: "Manrope"; font-weight: 300; font-size: clamp(22px, 2.4vw, 32px); letter-spacing: -.03em; }
.hero-stats small { font-size: 9.5px; letter-spacing: .2em; text-transform: uppercase; opacity: .62; font-weight: 600; }

/* Fallback dekoratif arka planlar (gerçek foto eklenene kadar) */
.bg-a { background-image: linear-gradient(140deg, #2b1c12 0%, #6b4028 40%, #c85c32 78%, #e0a06d 100%); }
.bg-b { background-image: linear-gradient(160deg, #14181a 0%, #3c4a3f 45%, #69705a 100%); }
.bg-c { background-image: linear-gradient(150deg, #1a1512 0%, #4a3628 50%, #a66b4e 100%); }
.bg-noise { position: absolute; inset: 0; opacity: .16; mix-blend-mode: overlay; background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)'/%3E%3C/svg%3E"); }

/* ---------- Breadcrumb ---------- */
.crumbs { font-size: 12px; letter-spacing: .04em; color: rgba(255, 255, 255, .6); margin-bottom: 26px; }
.crumbs a { border-bottom: 1px solid rgba(255, 255, 255, .25); }
.crumbs a:hover { border-color: var(--orange); }
.crumbs span { margin: 0 8px; opacity: .5; }

/* ---------- Grid heading block ---------- */
.head-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); gap: clamp(24px, 4vw, 72px); align-items: end; margin-bottom: clamp(38px, 5vw, 70px); }
.head-grid .lead { margin: 0; }

/* ---------- Answer box (AEO) ---------- */
.answer {
  border: 1px solid var(--line); border-left: 3px solid var(--orange);
  background: var(--paper-2); padding: clamp(20px, 3vw, 32px); margin: 0 0 34px;
}
.answer .mono { color: var(--orange); display: block; margin-bottom: 10px; }
.answer p { font-size: clamp(16px, 1.5vw, 19px); line-height: 1.6; margin: 0; color: var(--black); }
.answer p + p { margin-top: 12px; }
.section--dark .answer { background: rgba(255, 255, 255, .04); border-color: rgba(255, 255, 255, .14); border-left-color: var(--orange); }
.section--dark .answer p { color: rgba(255, 255, 255, .88); }

/* ---------- Service cards ---------- */
.cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.card { background: var(--paper); padding: clamp(24px, 2.6vw, 36px); display: flex; flex-direction: column; gap: 12px; transition: background .3s var(--ease), transform .3s var(--ease); position: relative; min-height: 230px; }
.card:hover { background: var(--paper-2); }
.card .num { font-family: "Manrope"; font-size: 12px; letter-spacing: .16em; color: var(--orange); font-weight: 600; }
.card .glyph { font-size: 26px; line-height: 1; color: var(--clay); margin-bottom: 2px; }
.card h3 { font-weight: 400; }
.card p { font-size: 14.5px; color: var(--muted); margin: 0; line-height: 1.62; }
.card .txtlink { margin-top: auto; padding-top: 14px; }
a.card::after { content: ""; position: absolute; inset: 0; }
a.card:hover h3 { color: var(--orange-deep); }

/* ---------- Feature list ---------- */
.ticks { list-style: none; margin: 22px 0 0; padding: 0; display: grid; gap: 11px; }
.ticks li { position: relative; padding-left: 28px; font-size: 15px; line-height: 1.6; }
.ticks li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--orange); font-size: 13px; font-weight: 700; }
.section--dark .ticks li { color: rgba(255, 255, 255, .82); }

.chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 22px 0 0; padding: 0; list-style: none; }
.chips li { font-size: 12.5px; letter-spacing: .01em; border: 1px solid var(--line); padding: 7px 13px; color: var(--muted); background: var(--paper-2); }
.section--dark .chips li { border-color: rgba(255, 255, 255, .18); background: rgba(255, 255, 255, .04); color: rgba(255, 255, 255, .78); }

/* ---------- Split blocks ---------- */
.split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(28px, 5vw, 80px); align-items: center; }
.split--wide { grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); }
.media-box { position: relative; aspect-ratio: 4 / 3.1; overflow: hidden; background: #241a14; }
.media-box img { width: 100%; height: 100%; object-fit: cover; }
.media-box .badge { position: absolute; left: 0; bottom: 0; background: var(--orange); color: #fff; padding: 12px 18px; font-size: 11px; letter-spacing: .18em; font-weight: 600; text-transform: uppercase; }

/* ---------- Process ---------- */
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 1px; background: var(--line); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.step { background: var(--paper); padding: clamp(26px, 3vw, 40px) clamp(20px, 2.4vw, 32px); }
.step b { display: block; font-family: "Manrope"; font-size: 34px; font-weight: 200; color: var(--orange); letter-spacing: -.04em; margin-bottom: 14px; }
.step h4 { margin-bottom: 8px; }
.step p { font-size: 14px; color: var(--muted); margin: 0; }
.section--dark .step { background: var(--black); }
.section--dark .steps { background: rgba(255, 255, 255, .14); border-color: rgba(255, 255, 255, .14); }
.section--dark .step p { color: rgba(255, 255, 255, .65); }

/* ---------- Tables ---------- */
.table-wrap { overflow-x: auto; border: 1px solid var(--line); background: var(--paper-2); }
table { border-collapse: collapse; width: 100%; min-width: 560px; font-size: 14.5px; }
th, td { text-align: left; padding: 14px 18px; border-bottom: 1px solid var(--line-soft); vertical-align: top; }
thead th { background: var(--black); color: #fff; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; font-weight: 600; border-bottom: 0; }
tbody tr:last-child td { border-bottom: 0; }
tbody tr:nth-child(even) { background: rgba(255, 255, 255, .45); }
td b { font-weight: 600; }
.table-note { font-size: 12.5px; color: var(--muted); margin-top: 14px; line-height: 1.6; }

/* ---------- FAQ ---------- */
.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary {
  list-style: none; cursor: pointer; padding: 22px 44px 22px 0; position: relative;
  font-family: "Manrope"; font-weight: 400; font-size: clamp(16px, 1.7vw, 20px); letter-spacing: -.02em;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "＋"; position: absolute; right: 6px; top: 50%; transform: translateY(-50%); color: var(--orange); font-size: 17px; transition: transform .3s var(--ease); }
.faq details[open] summary::after { content: "－"; }
.faq .faq-body { padding: 0 44px 24px 0; color: var(--muted); font-size: 15px; max-width: 80ch; }
.faq .faq-body p:last-child { margin-bottom: 0; }
.section--dark .faq, .section--dark .faq details { border-color: rgba(255, 255, 255, .14); }
.section--dark .faq .faq-body { color: rgba(255, 255, 255, .68); }

/* ---------- Marquee ---------- */
.marquee { overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 20px 0; background: var(--paper-2); }
.marquee-track { display: flex; gap: 56px; width: max-content; animation: slide 38s linear infinite; }
.marquee-track div { display: flex; flex-direction: column; line-height: 1.15; white-space: nowrap; }
.marquee-track b { font-family: "Manrope"; font-weight: 400; font-size: 18px; letter-spacing: -.01em; }
.marquee-track small { font-size: 9px; letter-spacing: .2em; color: var(--orange); font-weight: 600; }
@keyframes slide { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .marquee-track { animation: none; } }

/* ---------- Areas ---------- */
.areas { display: flex; flex-wrap: wrap; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.areas span { background: var(--paper); padding: 13px 20px; font-size: 13.5px; flex: 1 1 auto; text-align: center; min-width: 130px; }
.section--dark .areas { background: rgba(255, 255, 255, .14); border-color: rgba(255, 255, 255, .14); }
.section--dark .areas span { background: var(--black); }

/* ---------- Quote / CTA band ---------- */
.cta-band { background: var(--orange); color: #fff; }
.cta-band .wrap { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 30px; align-items: center; padding-top: clamp(38px, 5vw, 62px); padding-bottom: clamp(38px, 5vw, 62px); }
.cta-band h2 { color: #fff; }
.cta-band p { color: rgba(255, 255, 255, .85); margin: 12px 0 0; max-width: 54ch; }
.cta-band .btn { background: #fff; color: var(--black); border-color: #fff; }
.cta-band .btn i { color: var(--orange); }
.cta-band .btn:hover { background: var(--black); color: #fff; border-color: var(--black); }

/* ---------- Form ---------- */
.form-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: clamp(30px, 5vw, 80px); align-items: start; }
.field { display: block; margin-bottom: 18px; }
.field span { display: block; font-size: 10.5px; letter-spacing: .18em; text-transform: uppercase; font-weight: 600; color: var(--muted-light); margin-bottom: 8px; }
.field input, .field select, .field textarea {
  width: 100%; background: transparent; border: 0; border-bottom: 1px solid rgba(255, 255, 255, .28);
  padding: 11px 0; color: #fff; font-size: 15px; outline: none; transition: border-color .25s;
}
.field textarea { resize: vertical; min-height: 88px; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--orange); }
.field select option { background: var(--black); color: #fff; }
.form-note { font-size: 12px; color: rgba(255, 255, 255, .5); margin-top: 14px; line-height: 1.6; }
.contact-card { border: 1px solid rgba(255, 255, 255, .16); padding: clamp(22px, 3vw, 34px); }
.contact-card + .contact-card { margin-top: 16px; }
.contact-card .mono { color: var(--orange); }
.contact-card b { display: block; font-family: "Manrope"; font-weight: 300; font-size: clamp(22px, 2.4vw, 30px); letter-spacing: -.03em; margin: 8px 0 6px; }
.contact-card p { color: rgba(255, 255, 255, .62); font-size: 14px; margin: 0; }

/* ---------- Footer ---------- */
.site-footer { background: var(--espresso); color: #fff; padding: clamp(52px, 6vw, 88px) 0 0; }
.footer-top { display: grid; grid-template-columns: minmax(0, 1.4fr) repeat(3, minmax(0, 1fr)); gap: clamp(24px, 3vw, 54px); padding-bottom: 52px; }
.footer-top h4 { font-size: 10.5px; letter-spacing: .2em; text-transform: uppercase; color: var(--orange); margin-bottom: 18px; font-weight: 600; }
.footer-top ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.footer-top a, .footer-top li { font-size: 14px; color: rgba(255, 255, 255, .68); }
.footer-top a:hover { color: #fff; }
.footer-brand p { font-size: 14px; color: rgba(255, 255, 255, .6); max-width: 42ch; margin-top: 18px; }
.footer-parent { margin-top: 20px; border: 1px solid rgba(255, 255, 255, .16); padding: 16px 18px; font-size: 13px; color: rgba(255, 255, 255, .7); }
.footer-parent b { display: block; color: #fff; font-family: "Manrope"; font-weight: 400; font-size: 15px; letter-spacing: .01em; margin-bottom: 4px; }
.footer-bottom { border-top: 1px solid rgba(255, 255, 255, .12); padding: 22px 0 30px; display: flex; flex-wrap: wrap; gap: 14px; justify-content: space-between; font-size: 12.5px; color: rgba(255, 255, 255, .5); }

/* ---------- Floating actions ---------- */
.floaters { position: fixed; right: 18px; bottom: 18px; z-index: 900; display: flex; flex-direction: column; gap: 10px; }
.floaters a {
  display: inline-flex; align-items: center; gap: 10px; padding: 13px 18px; color: #fff;
  font-size: 13.5px; font-weight: 600; box-shadow: 0 12px 30px rgba(0, 0, 0, .25);
  transition: transform .25s var(--ease);
}
.floaters a:hover { transform: translateY(-2px); }
.f-wa { background: #1f8f4e; }
.f-tel { background: var(--orange); }

/* ---------- Prose (blog) ---------- */
.prose { max-width: 74ch; }
.prose h2 { font-size: clamp(24px, 3vw, 36px); margin: 46px 0 16px; }
.prose h3 { font-size: clamp(19px, 2vw, 24px); margin: 34px 0 12px; font-weight: 500; }
.prose p, .prose li { font-size: 16.5px; line-height: 1.78; color: #2a2622; }
.prose ul, .prose ol { padding-left: 22px; margin: 0 0 20px; }
.prose li { margin-bottom: 9px; }
.prose blockquote { margin: 30px 0; padding: 18px 24px; border-left: 3px solid var(--orange); background: var(--paper-2); font-family: "Instrument Serif", Georgia, serif; font-style: italic; font-size: 20px; line-height: 1.5; }
.prose .table-wrap { margin: 26px 0; }
.prose strong { font-weight: 600; }

.post-list { display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.post-item { background: var(--paper); padding: clamp(24px, 3vw, 38px); display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 24px; align-items: center; transition: background .3s; }
.post-item:hover { background: var(--paper-2); }
.post-item h3 { font-weight: 400; margin-bottom: 8px; }
.post-item p { font-size: 14.5px; color: var(--muted); margin: 0; max-width: 68ch; }

/* ---------- Reveal ---------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } .hero-media { transform: none; } }

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .site-nav { display: none; }
  .menu-button { display: inline-flex; }
  .header-tel { display: none; }
  .header-cta { display: none; }
  .site-header { grid-template-columns: auto 1fr; }
  .head-grid, .split, .split--wide, .form-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .cta-band .wrap { grid-template-columns: 1fr; }
  .hero-stats ul { grid-template-columns: 1fr 1fr; }
  .hero-stats li:nth-child(3) { border-left: 0; }
  .hero-stats li:nth-child(n+3) { border-top: 1px solid rgba(255, 255, 255, .12); }
}
@media (max-width: 620px) {
  .footer-top { grid-template-columns: 1fr; }
  .post-item { grid-template-columns: 1fr; }
  .floaters a span { display: none; }
  .floaters a { padding: 15px; }
  .hero { height: auto; min-height: 0; padding-top: 150px; padding-bottom: 40px; }
  .hero-inner { padding-bottom: 0; }
}
@media print {
  .site-header, .floaters, .mobile-nav, .scroll-progress { display: none !important; }
  body { background: #fff; }
}
