:root {
  color-scheme: light;
  --ink: #16181d;
  --muted: #5d6470;
  --line: #d8dbe0;
  --paper: #f5f2eb;
  --panel: #ffffff;
  --steel: #2a3038;
  --red: #bd1e26;
  --red-dark: #8f161d;
  --blue: #1f5f8f;
  --green: #24735a;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 14px clamp(16px, 4vw, 48px);
  background: rgba(245, 242, 235, 0.94);
  border-bottom: 1px solid rgba(42, 48, 56, 0.14);
  backdrop-filter: blur(16px);
}
.brand img { width: 172px; height: auto; }
.nav, .header-actions, .hero-actions, .quick-strip, .socials { display: flex; align-items: center; }
.nav { justify-content: center; gap: 8px; }
.nav a, .icon-link, .lang-toggle, .quick-strip a, .socials a, .text-link {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  font-weight: 760;
}
.nav a { padding: 0 12px; color: var(--steel); }
.nav a:hover, .text-link:hover, .socials a:hover { color: var(--red); }
.header-actions { gap: 10px; }
.icon-link, .lang-toggle {
  border: 1px solid var(--line);
  background: var(--panel);
  color: var(--ink);
  padding: 0 13px;
  box-shadow: 0 8px 24px rgba(22, 24, 29, 0.06);
}
.lang-toggle { min-width: 46px; cursor: pointer; }
.hero {
  min-height: calc(100vh - 72px);
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.75fr);
  align-items: stretch;
  background: #111419;
  color: #fff;
}
.hero-media { min-height: 520px; position: relative; overflow: hidden; }
.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(17, 20, 25, 0.08), rgba(17, 20, 25, 0.66));
}
.hero-media img { width: 100%; height: 100%; min-height: inherit; object-fit: cover; }
.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  padding: clamp(28px, 5vw, 72px);
  background: linear-gradient(135deg, rgba(189, 30, 38, 0.12), transparent 36%), #111419;
}
.eyebrow {
  margin: 0;
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}
.hero .eyebrow { color: #ff6e74; }
h1, h2, h3, p { margin-top: 0; }
h1 {
  margin-bottom: 0;
  max-width: 10ch;
  font-size: clamp(3rem, 7vw, 6.8rem);
  line-height: 0.92;
  letter-spacing: 0;
}
h2 { margin-bottom: 18px; font-size: clamp(2rem, 4vw, 4.5rem); line-height: 1; letter-spacing: 0; }
h3 { margin-bottom: 10px; font-size: 1.05rem; }
.hero-lead { max-width: 620px; margin-bottom: 0; color: #d9dde3; font-size: clamp(1.05rem, 1.4vw, 1.35rem); }
.hero-actions { gap: 12px; flex-wrap: wrap; }
.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 6px;
  padding: 0 18px;
  font-weight: 870;
  cursor: pointer;
}
.button.primary { background: var(--red); color: #fff; box-shadow: 0 18px 34px rgba(189, 30, 38, 0.28); }
.button.primary:hover { background: var(--red-dark); }
.button.ghost { border: 1px solid rgba(255,255,255,0.32); color: #fff; background: rgba(255,255,255,0.06); }
.facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin: 12px 0 0; }
.facts div { min-height: 92px; padding: 16px; border: 1px solid rgba(255,255,255,0.14); border-radius: 8px; background: rgba(255,255,255,0.06); }
.facts dt { color: #aeb6c1; font-size: 0.8rem; font-weight: 820; }
.facts dd { margin: 6px 0 0; font-size: 1.1rem; font-weight: 900; }
.quick-strip { justify-content: center; gap: 1px; background: var(--steel); color: #fff; padding: 1px clamp(16px, 4vw, 48px); }
.quick-strip a { flex: 1 1 0; min-width: 0; padding: 16px; background: rgba(255,255,255,0.06); text-align: center; }
.quick-strip span { margin-right: 8px; color: #b7c2cd; }
.section { padding: clamp(56px, 8vw, 110px) clamp(16px, 4vw, 56px); }
.split, .booking, .proof, .contact {
  display: grid;
  grid-template-columns: minmax(260px, 0.62fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}
.split > div:first-child p:not(.eyebrow), .booking-copy p, .workflow-copy p, .proof p { color: var(--muted); font-size: 1.03rem; }
.service-grid, .proof-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.service-card, .proof-grid article, .contact-panel, .intake-form {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: 0 12px 30px rgba(22, 24, 29, 0.07);
}
.service-card { min-height: 214px; padding: 22px; }
.service-card span {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  border-radius: 50%;
  background: #f1e5d4;
  color: var(--red);
  font-size: 0.82rem;
  font-weight: 900;
}
.service-card p, .proof-grid p { color: var(--muted); }
.focus-band {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 0.72fr);
  gap: 0;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  background: var(--steel);
  color: #fff;
}
.workflow-image { min-height: 520px; overflow: hidden; }
.workflow-image img { width: 100%; height: 100%; object-fit: cover; }
.workflow-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(40px, 6vw, 78px); }
.workflow-copy p, .workflow-copy .steps { color: #d7dde4; }
.steps { padding-left: 22px; margin: 10px 0 24px; }
.steps li + li { margin-top: 12px; }
.text-link { justify-content: flex-start; min-height: 0; color: #fff; text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 6px; }
.booking { grid-template-columns: minmax(250px, 0.58fr) minmax(320px, 0.75fr); }
.intake-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; padding: clamp(18px, 3vw, 30px); }
.intake-form label { display: grid; gap: 8px; font-size: 0.9rem; font-weight: 830; }
.intake-form label:nth-last-of-type(1), .intake-form button, .form-note { grid-column: 1 / -1; }
.intake-form input, .intake-form select, .intake-form textarea {
  width: 100%;
  border: 1px solid #c6cad0;
  border-radius: 6px;
  background: #fbfbfa;
  color: var(--ink);
  padding: 12px;
}
.intake-form textarea { resize: vertical; min-height: 130px; }
.intake-form input:focus, .intake-form select:focus, .intake-form textarea:focus { outline: 3px solid rgba(31, 95, 143, 0.2); border-color: var(--blue); }
.form-note { margin: 0; color: var(--muted); font-size: 0.88rem; }
.proof { background: #ebeef1; }
.proof-grid article { min-height: 180px; padding: 22px; }
.contact { grid-template-columns: minmax(250px, 0.6fr) minmax(280px, 0.55fr) minmax(240px, 0.42fr); background: #16181d; color: #fff; }
address { font-style: normal; color: #d9dee5; }
.contact-panel { display: grid; gap: 10px; padding: 22px; background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.16); }
.contact-panel a, .socials a { color: #fff; }
.contact-panel p { margin-bottom: 0; color: #d4d9df; }
.socials { flex-direction: column; align-items: stretch; gap: 8px; }
.socials a { min-height: 48px; border: 1px solid rgba(255,255,255,0.16); background: rgba(255,255,255,0.07); }
.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 26px clamp(16px, 4vw, 56px) 88px;
  background: #0f1115;
  color: #cbd2db;
}
.site-footer p { margin-bottom: 0; }
.mobile-cta { display: none; }
@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  .nav { grid-column: 1 / -1; justify-content: flex-start; overflow-x: auto; padding-bottom: 2px; }
  .hero, .split, .focus-band, .booking, .proof, .contact { grid-template-columns: 1fr; }
  .hero { min-height: 0; }
  .hero-media { min-height: 360px; }
  .hero-media::after { background: linear-gradient(0deg, rgba(17,20,25,0.74), rgba(17,20,25,0.08)); }
  .hero-copy { padding-top: 36px; }
  .service-grid, .proof-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .quick-strip { flex-wrap: wrap; }
  .quick-strip a { flex-basis: calc(50% - 1px); }
}
@media (max-width: 680px) {
  body { padding-bottom: 64px; }
  .site-header { gap: 12px; padding: 12px 14px; }
  .brand img { width: 142px; }
  .header-actions { justify-content: flex-end; }
  .icon-link { display: none; }
  .nav { gap: 4px; }
  .nav a { min-height: 38px; padding: 0 10px; font-size: 0.9rem; white-space: nowrap; }
  .hero-media { min-height: 280px; }
  .hero-copy, .section, .workflow-copy { padding-left: 16px; padding-right: 16px; }
  h1 { max-width: 9ch; font-size: clamp(2.7rem, 16vw, 4.8rem); }
  h2 { font-size: clamp(1.8rem, 10vw, 3rem); }
  .hero-actions .button, .intake-form button { width: 100%; }
  .facts, .service-grid, .proof-grid, .intake-form { grid-template-columns: 1fr; }
  .facts div, .service-card, .proof-grid article { min-height: 0; }
  .quick-strip { display: grid; grid-template-columns: 1fr; }
  .quick-strip a { width: 100%; min-height: 52px; }
  .workflow-image { min-height: 320px; }
  .site-footer { display: block; padding-bottom: 96px; }
  .site-footer a { display: inline-flex; margin-top: 14px; }
  .mobile-cta {
    position: fixed;
    z-index: 30;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-top: 1px solid rgba(255,255,255,0.18);
    background: #111419;
  }
  .mobile-cta a {
    min-height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 900;
  }
  .mobile-cta a:first-child { background: var(--green); }
  .mobile-cta a:last-child { background: var(--red); }
}
