/* ============================================================
   AKCANLAR — İç Mimarlık & Tadilat
   Modern, cool-gray system. Geist throughout. No italics, no
   colored emphasis. Image-led, icon-led.
   ============================================================ */

:root {
  --bg: #f6f7f8;
  --surface: #ffffff;
  --surface-2: #eceef1;   /* cool gray section / hover */
  --surface-3: #e3e6ea;
  --border: #e4e7ec;
  --border-2: #d4d9df;
  --ink: #0b0d10;
  --ink-2: #41464f;
  --ink-3: #6c727c;
  --ink-4: #9ba1aa;
  --dark: #0c0e11;
  --dark-2: #16191e;
  --dark-line: rgba(255, 255, 255, 0.1);

  --r: 16px;
  --r-sm: 10px;
  --shadow-sm: 0 1px 2px rgba(16, 18, 22, 0.05);
  --shadow: 0 1px 2px rgba(16, 18, 22, 0.04), 0 12px 28px -16px rgba(16, 18, 22, 0.22);
  --shadow-lg: 0 2px 4px rgba(16, 18, 22, 0.04), 0 24px 48px -20px rgba(16, 18, 22, 0.28);

  --font: "Geist", system-ui, -apple-system, "Segoe UI", sans-serif;
  --gutter: clamp(1.25rem, 4vw, 4rem);
  --section: clamp(4.5rem, 9vw, 8rem);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

body {
  font-family: var(--font);
  font-size: 1.0625rem;
  line-height: 1.6;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

::selection { background: var(--ink); color: #fff; }

img, svg { display: block; max-width: 100%; }
a { color: inherit; }
ul, ol { list-style: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }

.wrap { max-width: 82rem; margin: 0 auto; padding-inline: var(--gutter); }

/* ---------- typography ---------- */
h1, h2, h3, h4 { font-weight: 600; letter-spacing: -0.022em; line-height: 1.1; text-wrap: balance; }
.h-hero { font-size: clamp(2.5rem, 5.6vw, 4.4rem); letter-spacing: -0.035em; line-height: 1.03; }
.h-xl   { font-size: clamp(2rem, 4vw, 3.1rem); letter-spacing: -0.03em; line-height: 1.06; }
.h-lg   { font-size: clamp(1.55rem, 2.7vw, 2.1rem); letter-spacing: -0.025em; }
.h-md   { font-size: clamp(1.2rem, 1.9vw, 1.45rem); }

.eyebrow {
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-3);
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 1.3rem;
}
.eyebrow::before { content: ""; width: 0.45rem; height: 0.45rem; border-radius: 50%; background: var(--ink); }

.lead { font-size: clamp(1.1rem, 1.5vw, 1.28rem); line-height: 1.55; color: var(--ink-2); max-width: 46rem; }
.muted { color: var(--ink-2); }
.small { font-size: 0.9rem; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.85rem 1.5rem;
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: -0.01em;
  text-decoration: none;
  border-radius: 100px;
  border: 1px solid transparent;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.btn svg { width: 1.05rem; height: 1.05rem; }
.btn .arr { transition: transform 0.2s ease; }
.btn:hover .arr { transform: translateX(3px); }
.btn--solid { background: var(--ink); color: #fff; }
.btn--solid:hover { background: #25282e; box-shadow: var(--shadow); }
.btn--ghost { background: var(--surface); color: var(--ink); border-color: var(--border-2); }
.btn--ghost:hover { background: var(--surface-2); }
.btn--paper { background: #fff; color: var(--ink); }
.btn--paper:hover { background: var(--surface-2); }
.btn--outline-light { background: transparent; color: #fff; border-color: var(--dark-line); }
.btn--outline-light:hover { background: rgba(255,255,255,0.08); }

.textlink {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-weight: 500;
  font-size: 0.95rem;
  text-decoration: none;
  color: var(--ink);
  transition: gap 0.2s ease, color 0.2s ease;
}
.textlink svg { width: 1rem; height: 1rem; }
.textlink:hover { gap: 0.7rem; color: var(--ink-2); }

.icon { width: 1.5rem; height: 1.5rem; stroke: currentColor; stroke-width: 1.6; fill: none; stroke-linecap: round; stroke-linejoin: round; }

/* ---------- media ---------- */
.media { position: relative; overflow: hidden; border-radius: var(--r); background: var(--surface-2); }
.media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.6s cubic-bezier(.2,.6,.2,1); }
.ar-43 { aspect-ratio: 4 / 3; }
.ar-32 { aspect-ratio: 3 / 2; }
.ar-11 { aspect-ratio: 1 / 1; }
.ar-169 { aspect-ratio: 16 / 9; }

/* ---------- header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: color-mix(in srgb, var(--bg) 82%, transparent);
  backdrop-filter: blur(16px) saturate(1.4);
  -webkit-backdrop-filter: blur(16px) saturate(1.4);
  border-bottom: 1px solid var(--border);
}
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; gap: 2rem; height: 4.5rem; }
.logo { display: flex; align-items: center; text-decoration: none; }
.logo img { height: 1.85rem; width: auto; }

.nav { display: flex; align-items: center; gap: 0.35rem; }
.nav > a, .nav-item > a {
  text-decoration: none;
  font-size: 0.93rem;
  font-weight: 500;
  color: var(--ink-2);
  padding: 0.5rem 0.85rem;
  border-radius: 100px;
  transition: color 0.2s, background 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}
.nav > a:hover, .nav-item > a:hover { color: var(--ink); background: var(--surface-2); }
.nav a[aria-current="page"] { color: var(--ink); }
.nav-item { position: relative; }
.nav-item .caret { width: 0.7rem; height: 0.7rem; opacity: 0.6; }

.dropdown {
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  width: 22rem;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r-sm);
  box-shadow: var(--shadow-lg);
  padding: 0.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.1rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
}
.nav-item:hover .dropdown, .nav-item:focus-within .dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown a { display: block; padding: 0.55rem 0.7rem; font-size: 0.88rem; color: var(--ink-2); text-decoration: none; border-radius: 8px; transition: background 0.15s, color 0.15s; }
.dropdown a:hover { background: var(--surface-2); color: var(--ink); }
.dropdown .dropdown-all { grid-column: 1 / -1; margin-top: 0.2rem; border-top: 1px solid var(--border); padding-top: 0.7rem; font-weight: 600; color: var(--ink); }

.header-cta { display: flex; align-items: center; gap: 0.7rem; }
.header-cta .btn { padding: 0.6rem 1.15rem; font-size: 0.9rem; }

.menu-toggle { display: none; flex-direction: column; gap: 5px; padding: 0.5rem; }
.menu-toggle span { width: 22px; height: 2px; background: var(--ink); border-radius: 2px; transition: transform 0.3s, opacity 0.3s; }

@media (max-width: 60rem) {
  .nav, .header-cta .btn--ghost { display: none; }
  .menu-toggle { display: flex; }
  body.menu-open { overflow: hidden; }
  body.menu-open .menu-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  body.menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
  body.menu-open .menu-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
}

.mobile-menu { display: none; position: fixed; inset: 4.5rem 0 0 0; z-index: 99; background: var(--bg); overflow-y: auto; padding: 1.5rem var(--gutter) 4rem; }
body.menu-open .mobile-menu { display: block; }
.mobile-menu > a, .mobile-menu summary { display: block; font-size: 1.25rem; font-weight: 500; padding: 0.85rem 0; border-bottom: 1px solid var(--border); text-decoration: none; cursor: pointer; }
.mobile-menu details ul { padding: 0.4rem 0 0.8rem 0.8rem; }
.mobile-menu details ul a { display: block; padding: 0.4rem 0; font-size: 0.98rem; color: var(--ink-2); text-decoration: none; }
.mobile-menu .btn { margin-top: 1.4rem; width: 100%; justify-content: center; }

/* ---------- hero ---------- */
.hero { border-bottom: 1px solid var(--border); }
.hero .wrap { padding-block: clamp(2.5rem, 5vw, 4.5rem) 0; }
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: center;
}
.hero-copy { padding-bottom: clamp(2rem, 4vw, 3.5rem); }
.hero-copy .h-hero { margin-bottom: 1.5rem; }
.hero-copy .lead { margin-bottom: 2rem; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-bottom: 1.5rem; }
.hero-trust { display: inline-flex; align-items: center; gap: 0.55rem; font-size: 0.9rem; color: var(--ink-3); }
.hero-trust svg { width: 1.05rem; height: 1.05rem; color: var(--ink); }
.hero-media { position: relative; align-self: stretch; }
.hero-media .media { height: 100%; min-height: clamp(20rem, 42vw, 33rem); border-radius: var(--r) var(--r) 0 0; }
.hero-badge {
  position: absolute;
  left: 1.25rem;
  bottom: 1.25rem;
  background: color-mix(in srgb, var(--surface) 90%, transparent);
  backdrop-filter: blur(8px);
  border: 1px solid var(--border);
  border-radius: 100px;
  padding: 0.5rem 1rem;
  font-size: 0.82rem;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  box-shadow: var(--shadow-sm);
}
.hero-badge svg { width: 1rem; height: 1rem; }
@media (max-width: 60rem) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-media .media { min-height: 18rem; border-radius: var(--r); }
  .hero-media { margin-bottom: clamp(2rem, 5vw, 3rem); }
}

/* feature bar */
.feature-bar { border-top: 1px solid var(--border); }
.feature-bar .wrap { display: grid; grid-template-columns: repeat(4, 1fr); }
.feature-bar .fb {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 1.4rem 1.6rem 1.4rem 0;
  border-right: 1px solid var(--border);
}
.feature-bar .fb:last-child { border-right: 0; }
.feature-bar .fb:not(:first-child) { padding-left: 1.6rem; }
.feature-bar .ic { flex: none; width: 2.4rem; height: 2.4rem; border-radius: 10px; background: var(--surface-2); display: grid; place-items: center; color: var(--ink); }
.feature-bar .ic svg { width: 1.25rem; height: 1.25rem; }
.feature-bar strong { display: block; font-size: 0.95rem; font-weight: 600; }
.feature-bar span { font-size: 0.82rem; color: var(--ink-3); }
@media (max-width: 60rem) {
  .feature-bar .wrap { grid-template-columns: 1fr 1fr; }
  .feature-bar .fb:nth-child(2) { border-right: 0; }
  .feature-bar .fb:nth-child(-n+2) { border-bottom: 1px solid var(--border); }
}
@media (max-width: 34rem) { .feature-bar .wrap { grid-template-columns: 1fr; } .feature-bar .fb { border-right: 0; border-bottom: 1px solid var(--border); padding-left: 0 !important; } }

/* ---------- sections ---------- */
.section { padding-block: var(--section); }
.section--gray { background: var(--surface-2); }
.section--dark { background: var(--dark); color: #fff; }
.section-head { max-width: 50rem; margin-bottom: clamp(2.5rem, 5vw, 3.5rem); }
.section-head .h-xl { margin-bottom: 1rem; }
.section-head--split { max-width: none; display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
.section-head--split > div { max-width: 44rem; }

/* ---------- cards w/ icon (strengths, values) ---------- */
.card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.card-grid--2 { grid-template-columns: repeat(2, 1fr); }
.icard {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r);
  padding: 1.6rem;
  transition: background 0.25s, border-color 0.25s, transform 0.25s, box-shadow 0.25s;
}
.icard:hover { background: var(--bg); border-color: var(--border-2); transform: translateY(-3px); box-shadow: var(--shadow); }
.icard .ic { width: 2.8rem; height: 2.8rem; border-radius: 12px; background: var(--surface-2); display: grid; place-items: center; color: var(--ink); margin-bottom: 1.4rem; transition: background 0.25s, color 0.25s; }
.icard:hover .ic { background: var(--ink); color: #fff; }
.icard .ic svg { width: 1.4rem; height: 1.4rem; }
.icard h3 { font-size: 1.15rem; margin-bottom: 0.55rem; }
.icard p { font-size: 0.93rem; color: var(--ink-2); }
@media (max-width: 60rem) { .card-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 34rem) { .card-grid, .card-grid--2 { grid-template-columns: 1fr; } }

/* ---------- service grid (with images) ---------- */
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; }
.svc-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r);
  overflow: hidden;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  transition: border-color 0.25s, transform 0.25s, box-shadow 0.25s;
}
.svc-card:hover { border-color: var(--border-2); transform: translateY(-4px); box-shadow: var(--shadow); }
.svc-card .media { border-radius: 0; }
.svc-card:hover .media img { transform: scale(1.05); }
.svc-card .body { padding: 1.4rem 1.5rem 1.5rem; display: flex; flex-direction: column; gap: 0.55rem; flex: 1; }
.svc-card h3 { font-size: 1.22rem; }
.svc-card p { font-size: 0.92rem; color: var(--ink-2); flex: 1; }
.svc-card .go { display: inline-flex; align-items: center; gap: 0.45rem; font-size: 0.88rem; font-weight: 500; color: var(--ink); margin-top: 0.3rem; }
.svc-card .go svg { width: 1rem; height: 1rem; transition: transform 0.2s; }
.svc-card:hover .go svg { transform: translateX(3px); }
@media (max-width: 60rem) { .svc-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 34rem) { .svc-grid { grid-template-columns: 1fr; } }

/* ---------- process timeline ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.step {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r);
  padding: 1.5rem;
  position: relative;
  transition: background 0.25s, transform 0.25s;
}
.step:hover { background: var(--bg); transform: translateY(-3px); }
.step .ic { width: 2.6rem; height: 2.6rem; border-radius: 12px; background: var(--surface-2); display: grid; place-items: center; color: var(--ink); margin-bottom: 1.1rem; }
.step .ic svg { width: 1.3rem; height: 1.3rem; }
.step .sn { position: absolute; top: 1.5rem; right: 1.5rem; font-size: 0.8rem; font-weight: 600; color: var(--ink-4); }
.step h3 { font-size: 1.05rem; }
@media (max-width: 60rem) { .steps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 34rem) { .steps { grid-template-columns: 1fr; } }

/* big steps (process page) */
.bigsteps { display: grid; gap: 1rem; }
.bigstep {
  display: grid;
  grid-template-columns: 3.5rem 1fr;
  gap: 1.4rem;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r);
  padding: 1.6rem 1.8rem;
  align-items: start;
  transition: border-color 0.25s, background 0.25s;
}
.bigstep:hover { border-color: var(--border-2); background: var(--bg); }
.bigstep .ic { width: 3rem; height: 3rem; border-radius: 12px; background: var(--surface-2); display: grid; place-items: center; color: var(--ink); }
.bigstep .ic svg { width: 1.45rem; height: 1.45rem; }
.bigstep .sn { font-size: 0.78rem; font-weight: 600; color: var(--ink-4); letter-spacing: 0.1em; }
.bigstep h3 { font-size: 1.25rem; margin: 0.15rem 0 0.5rem; }
.bigstep p { color: var(--ink-2); max-width: 46rem; }
@media (max-width: 40rem) { .bigstep { grid-template-columns: 1fr; gap: 0.9rem; } }

/* ---------- two-col feature ---------- */
.feature { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.feature--flip .feat-media { order: -1; }
.feature .h-xl { margin-bottom: 1.1rem; }
.feature .body { color: var(--ink-2); display: grid; gap: 0.9rem; margin-bottom: 1.5rem; }
.feat-media .media { box-shadow: var(--shadow); }
@media (max-width: 60rem) {
  .feature { grid-template-columns: 1fr; }
  .feature--flip .feat-media { order: 0; }
}

.checklist { display: grid; gap: 0.7rem; margin-block: 1.4rem; }
.checklist li { display: flex; gap: 0.7rem; align-items: flex-start; font-size: 0.98rem; color: var(--ink-2); }
.checklist li svg { flex: none; width: 1.15rem; height: 1.15rem; margin-top: 0.18rem; color: var(--ink); }

/* ---------- audience ---------- */
.aud-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
@media (max-width: 60rem) { .aud-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 34rem) { .aud-grid { grid-template-columns: 1fr; } }

/* ---------- FAQ ---------- */
.faq { max-width: 52rem; display: grid; gap: 0.7rem; }
.faq details { background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-sm); overflow: hidden; transition: border-color 0.2s; }
.faq details[open] { border-color: var(--border-2); }
.faq summary { list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 1.5rem; padding: 1.15rem 1.4rem; cursor: pointer; font-size: 1.05rem; font-weight: 500; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary .ic { flex: none; width: 1.5rem; height: 1.5rem; display: grid; place-items: center; color: var(--ink-3); transition: transform 0.3s; }
.faq summary .ic svg { width: 1.2rem; height: 1.2rem; }
.faq details[open] summary .ic { transform: rotate(45deg); color: var(--ink); }
.faq .ans { padding: 0 1.4rem 1.3rem; color: var(--ink-2); max-width: 46rem; }

/* ---------- CTA band ---------- */
.cta-band { background: var(--dark); color: #fff; }
.cta-band .inner {
  border-radius: var(--r);
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
}
.cta-band .text { padding: clamp(2.5rem, 5vw, 4.5rem); display: grid; gap: 1.3rem; align-content: center; justify-items: start; }
.cta-band .eyebrow { color: rgba(255,255,255,0.6); }
.cta-band .eyebrow::before { background: #fff; }
.cta-band .h-xl { max-width: 22ch; }
.cta-band p { color: rgba(255,255,255,0.66); max-width: 46rem; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 0.8rem; align-items: center; }
.cta-band .whatsapp { color: rgba(255,255,255,0.78); font-size: 0.92rem; text-decoration: none; display: inline-flex; gap: 0.4rem; align-items: center; }
.cta-band .whatsapp svg { width: 1.05rem; height: 1.05rem; }
.cta-band .whatsapp:hover { color: #fff; }
.cta-band .cta-media { min-height: 18rem; }
.cta-band .cta-media img { width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 56rem) { .cta-band .inner { grid-template-columns: 1fr; } .cta-band .cta-media { order: -1; min-height: 14rem; } }

/* ---------- footer ---------- */
.site-footer { background: var(--dark); color: rgba(255,255,255,0.62); }
.footer-top { display: grid; grid-template-columns: 2.2fr 1fr 1fr 1.2fr; gap: clamp(2rem, 4vw, 4rem); padding-block: clamp(3.5rem, 6vw, 5rem) 3rem; }
.footer-brand img { height: 1.8rem; width: auto; filter: invert(1) brightness(1.6); margin-bottom: 1.2rem; }
.footer-brand p { font-size: 0.92rem; max-width: 27rem; line-height: 1.6; }
.site-footer h4 { font-size: 0.72rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.5); margin-bottom: 1.05rem; }
.site-footer ul { display: grid; gap: 0.5rem; }
.site-footer ul a { font-size: 0.92rem; text-decoration: none; transition: color 0.2s; }
.site-footer ul a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid var(--dark-line); padding-block: 1.4rem; display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; font-size: 0.82rem; color: rgba(255,255,255,0.4); }
@media (max-width: 56rem) { .footer-top { grid-template-columns: 1fr 1fr; } }
@media (max-width: 34rem) { .footer-top { grid-template-columns: 1fr; } }

/* ---------- page hero (inner) ---------- */
.page-hero { border-bottom: 1px solid var(--border); }
.page-hero .wrap { padding-block: clamp(2.5rem, 5vw, 4rem) 0; }
.page-hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr); gap: clamp(2rem, 5vw, 4rem); align-items: end; }
.page-hero-copy { padding-bottom: clamp(2.5rem, 5vw, 4rem); }
.page-hero .h-hero { margin-bottom: 1.3rem; }
.page-hero .lead { max-width: 42rem; }
.page-hero .ph-media { align-self: stretch; }
.page-hero .ph-media .media { height: 100%; min-height: clamp(16rem, 30vw, 24rem); border-radius: var(--r) var(--r) 0 0; }
.crumbs { display: flex; flex-wrap: wrap; gap: 0.55rem; font-size: 0.82rem; color: var(--ink-3); margin-bottom: 1.8rem; }
.crumbs a { text-decoration: none; color: inherit; }
.crumbs a:hover { color: var(--ink); }
.crumbs li:not(:last-child)::after { content: "/"; margin-left: 0.55rem; color: var(--border-2); }
@media (max-width: 56rem) {
  .page-hero-grid { grid-template-columns: 1fr; }
  .page-hero .ph-media .media { min-height: 15rem; border-radius: var(--r); }
  .page-hero .ph-media { margin-bottom: clamp(2rem, 5vw, 3rem); }
}
.page-hero--plain .page-hero-grid { display: block; }
.page-hero--plain .page-hero-copy { padding-bottom: clamp(2.5rem, 5vw, 4rem); }

/* ---------- service detail ---------- */
.svc-layout { display: grid; grid-template-columns: minmax(0, 1fr) 19rem; gap: clamp(2.5rem, 6vw, 5rem); align-items: start; }
@media (max-width: 64rem) { .svc-layout { grid-template-columns: 1fr; } }
.svc-main > section + section { margin-top: clamp(2.5rem, 5vw, 4rem); }
.svc-main .h-lg { margin-bottom: 1.1rem; }
.svc-main .body-copy { display: grid; gap: 1rem; color: var(--ink-2); max-width: 46rem; }

.scope { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.6rem; }
.scope li { display: flex; gap: 0.6rem; align-items: flex-start; font-size: 0.95rem; color: var(--ink-2); background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-sm); padding: 0.75rem 0.95rem; }
.scope li svg { flex: none; width: 1.05rem; height: 1.05rem; margin-top: 0.18rem; color: var(--ink); }
@media (max-width: 34rem) { .scope { grid-template-columns: 1fr; } }

.sidebar { position: sticky; top: 6rem; display: grid; gap: 1.2rem; }
.side-card { border: 1px solid var(--border); background: var(--surface); border-radius: var(--r); padding: 1.5rem; box-shadow: var(--shadow-sm); }
.side-card h3 { font-size: 1.12rem; margin-bottom: 0.55rem; }
.side-card p { font-size: 0.9rem; color: var(--ink-2); margin-bottom: 1.2rem; }
.side-card .btn { width: 100%; justify-content: center; }
.side-label { font-size: 0.72rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 0.8rem; }
.side-links { display: grid; gap: 0.4rem; }
.side-links a { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 0.7rem 0.9rem; background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-sm); font-size: 0.9rem; font-weight: 500; text-decoration: none; transition: background 0.2s, border-color 0.2s; }
.side-links a svg { width: 0.95rem; height: 0.95rem; color: var(--ink-3); transition: transform 0.2s; }
.side-links a:hover { background: var(--surface-2); border-color: var(--border-2); }
.side-links a:hover svg { transform: translateX(2px); color: var(--ink); }

/* ---------- pricing factors ---------- */
.factors { display: grid; gap: 1rem; }
.factor { display: grid; grid-template-columns: 3rem 1fr; gap: 1.3rem; background: var(--surface); border: 1px solid var(--border); border-radius: var(--r); padding: 1.5rem 1.7rem; align-items: start; transition: border-color 0.2s, background 0.2s; }
.factor:hover { border-color: var(--border-2); background: var(--bg); }
.factor .ic { width: 2.6rem; height: 2.6rem; border-radius: 12px; background: var(--surface-2); display: grid; place-items: center; color: var(--ink); }
.factor .ic svg { width: 1.3rem; height: 1.3rem; }
.factor h3 { font-size: 1.15rem; margin-bottom: 0.4rem; }
.factor p { color: var(--ink-2); font-size: 0.96rem; max-width: 44rem; }

.note-block { border: 1px solid var(--border); background: var(--surface); border-left: 3px solid var(--ink); border-radius: var(--r-sm); padding: 1.4rem 1.6rem; max-width: 48rem; color: var(--ink-2); }
.note-block a { color: var(--ink); font-weight: 500; }

/* ---------- contact ---------- */
.contact-layout { display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr); gap: clamp(2.5rem, 6vw, 5rem); align-items: start; }
@media (max-width: 56rem) { .contact-layout { grid-template-columns: 1fr; } }
.form-card { border: 1px solid var(--border); background: var(--surface); border-radius: var(--r); padding: clamp(1.6rem, 3vw, 2.4rem); box-shadow: var(--shadow-sm); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-grid .full { grid-column: 1 / -1; }
@media (max-width: 34rem) { .form-grid { grid-template-columns: 1fr; } }
.field { display: grid; gap: 0.4rem; }
.field label { font-size: 0.82rem; font-weight: 500; color: var(--ink-2); }
.field input, .field select, .field textarea { font: inherit; font-size: 0.96rem; color: var(--ink); background: var(--bg); border: 1px solid var(--border-2); padding: 0.75rem 0.9rem; border-radius: var(--r-sm); width: 100%; transition: border-color 0.2s, box-shadow 0.2s, background 0.2s; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--ink); background: var(--surface); box-shadow: 0 0 0 3px rgba(11,13,16,0.08); }
.field textarea { min-height: 8rem; resize: vertical; }
.form-card .btn { margin-top: 1.3rem; width: 100%; justify-content: center; }
.form-note { font-size: 0.84rem; color: var(--ink-3); margin-top: 0.85rem; }

.contact-list { display: grid; gap: 0.7rem; margin-top: 1.8rem; }
.contact-list > div { display: flex; align-items: center; gap: 1rem; padding: 1rem 1.15rem; background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-sm); }
.contact-list .ic { flex: none; width: 2.3rem; height: 2.3rem; border-radius: 10px; background: var(--surface-2); display: grid; place-items: center; color: var(--ink); }
.contact-list .ic svg { width: 1.15rem; height: 1.15rem; }
.contact-list dt { font-size: 0.78rem; color: var(--ink-3); }
.contact-list dd { font-size: 0.98rem; font-weight: 500; }
.contact-list a { color: var(--ink); text-decoration: none; }
.contact-list a:hover { text-decoration: underline; }

/* ---------- blog ---------- */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; }
@media (max-width: 60rem) { .blog-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 34rem) { .blog-grid { grid-template-columns: 1fr; } }
.post-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--r); overflow: hidden; text-decoration: none; display: flex; flex-direction: column; transition: border-color 0.25s, transform 0.25s, box-shadow 0.25s; }
.post-card:hover { border-color: var(--border-2); transform: translateY(-4px); box-shadow: var(--shadow); }
.post-card .media { border-radius: 0; }
.post-card:hover .media img { transform: scale(1.05); }
.post-card .body { padding: 1.4rem 1.5rem 1.5rem; display: flex; flex-direction: column; gap: 0.6rem; flex: 1; }
.post-card .cat { font-size: 0.72rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-3); }
.post-card h3 { font-size: 1.18rem; }
.post-card p { font-size: 0.91rem; color: var(--ink-2); flex: 1; }
.post-card .go { font-size: 0.86rem; font-weight: 500; display: inline-flex; gap: 0.45rem; align-items: center; }
.post-card .go svg { width: 1rem; height: 1rem; transition: transform 0.2s; }
.post-card:hover .go svg { transform: translateX(3px); }

.blog-filters { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 2.2rem; }
.blog-filters button { font-size: 0.85rem; font-weight: 500; padding: 0.5rem 1rem; border: 1px solid var(--border-2); border-radius: 100px; color: var(--ink-2); background: var(--surface); transition: all 0.2s; }
.blog-filters button:hover { background: var(--surface-2); }
.blog-filters button.active { background: var(--ink); color: #fff; border-color: var(--ink); }

.article { max-width: 46rem; }
.article .article-hero { margin-bottom: 2.5rem; }
.article .h-lg { margin-top: 2.6rem; margin-bottom: 0.85rem; }
.article p { color: var(--ink-2); margin-bottom: 1.05rem; }
.article-links { margin-top: 3rem; border-top: 1px solid var(--border); padding-top: 1.6rem; }
.article-links h4 { font-size: 0.74rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 0.9rem; }
.article-links ul { display: grid; gap: 0.5rem; }
.article-links a { color: var(--ink); font-weight: 500; text-decoration: none; display: inline-flex; align-items: center; gap: 0.4rem; }
.article-links a svg { width: 0.95rem; height: 0.95rem; }
.article-links a:hover { text-decoration: underline; }

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

/* ---------- thank you ---------- */
.thanks { min-height: 60vh; display: grid; place-content: center; text-align: center; gap: 1.3rem; padding-block: var(--section); }
.thanks .check { width: 3.5rem; height: 3.5rem; border-radius: 50%; background: var(--ink); color: #fff; display: grid; place-items: center; margin: 0 auto; }
.thanks .check svg { width: 1.7rem; height: 1.7rem; stroke-width: 2; }
.thanks .h-xl { max-width: 22ch; }
.thanks p { max-width: 40rem; color: var(--ink-2); }
.thanks .actions { display: flex; gap: 0.8rem; justify-content: center; flex-wrap: wrap; }
