:root {
  --ink: #111315;
  --ink-soft: #1a1d20;
  --paper: #f4f0e9;
  --paper-2: #e8e1d8;
  --white: #ffffff;
  --muted: #aeb2b4;
  --text-dark: #17191b;
  --red: #c8322b;
  --red-dark: #9f2621;
  --line-dark: rgba(255,255,255,.14);
  --line-light: rgba(17,19,21,.16);
  --max: 1240px;
  --header: 76px;
  --radius: 10px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #ffb0ab; outline-offset: 3px; }
.skip {
  position: absolute;
  left: -9999px;
  top: 10px;
  z-index: 500;
  padding: 12px 16px;
  background: #fff;
  color: #111;
  font-weight: 800;
}
.skip:focus { left: 10px; }
.shell { width: min(calc(100% - 44px), var(--max)); margin: 0 auto; min-width: 0; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: var(--header);
  background: rgba(17,19,21,.96);
  border-bottom: 1px solid var(--line-dark);
  backdrop-filter: blur(14px);
}
.nav {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 28px;
}
.brand {
  display: inline-flex;
  flex-direction: column;
  gap: 1px;
  text-decoration: none;
  line-height: .95;
  min-width: 210px;
}
.brand strong {
  font-size: .98rem;
  letter-spacing: .055em;
  text-transform: uppercase;
  font-weight: 950;
}
.brand span {
  color: #d5d7d8;
  font-size: .67rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-weight: 800;
}
.nav-links {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 21px;
}
.nav-links a {
  text-decoration: none;
  font-weight: 800;
  font-size: .84rem;
}
.nav-links a:not(.btn):hover,
.nav-links a:not(.btn):focus-visible { color: #ff817a; }
.menu {
  display: none;
  margin-left: auto;
  min-height: 44px;
  min-width: 50px;
  border: 1px solid var(--line-dark);
  background: transparent;
  color: #fff;
  font: inherit;
  font-weight: 850;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 21px;
  border: 1px solid transparent;
  border-radius: 4px;
  background: var(--red);
  color: #fff;
  text-decoration: none;
  font-size: .88rem;
  font-weight: 900;
  letter-spacing: .01em;
}
.btn:hover { background: var(--red-dark); }
.btn.ghost {
  background: transparent;
  border-color: rgba(255,255,255,.34);
}
.btn.ghost:hover { background: rgba(255,255,255,.08); }
.btn.dark { background: var(--ink); color: #fff; }
.btn.dark:hover { background: #272b2e; }

.eyebrow {
  margin: 0 0 14px;
  color: #f1847e;
  font-size: .69rem;
  font-weight: 950;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.eyebrow.dark { color: #8a2823; }
.lead {
  max-width: 660px;
  margin: 25px 0 0;
  color: #d2d5d6;
  font-size: clamp(1.04rem, 1.5vw, 1.28rem);
}
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 44%) minmax(0, 56%);
  min-height: calc(100svh - var(--header));
  border-bottom: 1px solid var(--line-dark);
}
.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 88px max(28px, calc((100vw - var(--max))/2)) 76px max(22px, calc((100vw - var(--max))/2));
}
.hero h1,
.page-hero h1 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(3.45rem, 7.1vw, 7.4rem);
  line-height: .88;
  letter-spacing: -.064em;
  font-weight: 950;
  overflow-wrap: break-word;
}
.hero h1 em,
.page-hero h1 em { color: #ef554d; font-style: normal; }
.hero-media {
  position: relative;
  min-height: 600px;
  overflow: hidden;
  background: #25292c;
}
.hero-media img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center;
}
.hero-tag {
  position: absolute;
  left: 22px;
  bottom: 22px;
  max-width: calc(100% - 44px);
  padding: 11px 13px;
  background: #111315;
  border: 1px solid #73787b;
  color: #fff;
  font-size: .7rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.proof-strip {
  border-bottom: 1px solid var(--line-dark);
}
.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.proof-item {
  min-height: 132px;
  padding: 26px 24px;
  border-right: 1px solid var(--line-dark);
}
.proof-item:last-child { border-right: 0; }
.proof-item strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.1rem;
  letter-spacing: -.025em;
}
.proof-item span { color: var(--muted); font-size: .9rem; }

.section { padding: 94px 0; }
.section.paper { background: var(--paper); color: var(--text-dark); }
.section.paper-2 { background: var(--paper-2); color: var(--text-dark); }
.section-head {
  display: grid;
  grid-template-columns: .34fr 1fr;
  gap: 52px;
  align-items: start;
  margin-bottom: 46px;
}
.section-head > *,
.split > *,
.service-family > *,
.contact-grid > *,
.fact-grid > * { min-width: 0; }
.section-head h2 {
  margin: 0;
  max-width: 850px;
  font-size: clamp(2.55rem, 5vw, 5rem);
  line-height: .94;
  letter-spacing: -.056em;
}
.section-head p:last-child {
  max-width: 700px;
  margin: 18px 0 0;
  color: #5a6063;
}
.section:not(.paper):not(.paper-2) .section-head p:last-child { color: #b8bdc0; }

.pathways {
  border-top: 1px solid var(--line-light);
}
.pathway {
  display: grid;
  grid-template-columns: .72fr 1fr auto;
  gap: 34px;
  align-items: center;
  padding: 26px 0;
  border-bottom: 1px solid var(--line-light);
  text-decoration: none;
  min-width: 0;
}
.pathway strong {
  font-size: clamp(1.35rem, 2.5vw, 2.2rem);
  letter-spacing: -.035em;
}
.pathway span { color: #5c6265; max-width: 620px; min-width: 0; }
.pathway b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  min-height: 46px;
  border: 1px solid rgba(17,19,21,.48);
  background: #fff;
  color: #111315;
  font-size: 1.2rem;
}
.pathway:hover strong,
.pathway:focus-visible strong { color: #a92d27; }

.split {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 20px;
  align-items: stretch;
}
.split.reverse { grid-template-columns: .92fr 1.08fr; }
.media-block {
  position: relative;
  min-height: 540px;
  overflow: hidden;
  background: #222629;
}
.media-block img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.copy-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 540px;
  padding: 54px;
  background: var(--ink-soft);
}
.copy-block.light { background: #fff; color: var(--text-dark); }
.copy-block h2,
.copy-block h3 {
  margin: 0;
  font-size: clamp(2.5rem, 4.6vw, 4.8rem);
  line-height: .92;
  letter-spacing: -.055em;
}
.copy-block h3 { font-size: clamp(2.2rem, 4vw, 4rem); }
.copy-block p { max-width: 610px; color: #c0c4c6; }
.copy-block.light p { color: #555d60; }
.copy-block .actions { margin-top: 20px; }

.service-families { display: grid; gap: 0; border-top: 1px solid var(--line-light); }
.service-family {
  display: grid;
  grid-template-columns: .48fr 1fr;
  gap: 52px;
  padding: 42px 0;
  border-bottom: 1px solid var(--line-light);
}
.service-family h2,
.service-family h3 {
  margin: 0;
  font-size: clamp(2rem, 3.5vw, 3.5rem);
  line-height: .98;
  letter-spacing: -.045em;
}
.service-family ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.service-family li {
  padding: 12px 0;
  border-bottom: 1px solid rgba(17,19,21,.1);
  font-weight: 750;
}
.service-family p { color: #5c6265; max-width: 650px; }

.gallery-strip {
  display: grid;
  grid-template-columns: 1.3fr .85fr .85fr;
  gap: 12px;
}
.gallery-strip figure {
  margin: 0;
  min-height: 360px;
  position: relative;
  overflow: hidden;
  background: #23272a;
}
.gallery-strip img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
}

.page-hero {
  padding: 92px 0 70px;
  border-bottom: 1px solid var(--line-dark);
}
.page-hero .lead { max-width: 760px; }
.page-intro-media {
  margin-top: 44px;
  height: min(58vw, 650px);
  min-height: 420px;
  overflow: hidden;
  position: relative;
}
.page-intro-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line-light);
  border-left: 1px solid var(--line-light);
}
.fact {
  padding: 28px;
  border-right: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
  overflow-wrap: anywhere;
}
.fact strong { display: block; margin-bottom: 8px; font-size: 1.2rem; }
.fact p { margin: 0; color: #5b6265; }

.contact-grid {
  display: grid;
  grid-template-columns: 1fr .82fr;
  gap: 70px;
  align-items: start;
}
.contact-grid h2 {
  margin: 0;
  font-size: clamp(3rem, 6vw, 6.4rem);
  line-height: .9;
  letter-spacing: -.062em;
}
.contact-method {
  display: block;
  padding: 22px 0;
  border-top: 1px solid var(--line-light);
  text-decoration: none;
}
.contact-method:last-of-type { border-bottom: 1px solid var(--line-light); }
.contact-method span { display: block; color: #666d70; font-size: .75rem; font-weight: 850; text-transform: uppercase; letter-spacing: .12em; }
.contact-method strong { display: block; margin-top: 5px; font-size: clamp(1.4rem, 2.8vw, 2.6rem); letter-spacing: -.04em; overflow-wrap: anywhere; }
.hours-note { margin-top: 26px; color: #555d60; }

.footer {
  padding: 60px 0 104px;
  background: #090b0c;
  border-top: 1px solid var(--line-dark);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr .7fr .85fr;
  gap: 42px;
}
.footer h3 { margin: 0 0 10px; font-size: 1.65rem; letter-spacing: -.035em; }
.footer p { color: #9ea4a7; }
.footer a { display: block; margin: 8px 0; color: #c9cdcf; text-decoration: none; }
.footer a:hover { color: #ff817a; }
.footnote {
  margin-top: 38px;
  padding-top: 18px;
  border-top: 1px solid var(--line-dark);
  color: #81898d;
  font-size: .79rem;
  max-width: 920px;
}
.mobile-call { display: none; }
.center-404 { min-height: 62svh; display: flex; align-items: center; }

@media (max-width: 920px) {
  .menu { display: inline-flex; align-items: center; justify-content: center; }
  .nav-links {
    position: fixed;
    inset: var(--header) 0 auto 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 24px;
    background: #111315;
    border-bottom: 1px solid var(--line-dark);
  }
  .nav-links.open { display: flex; }
  .hero { grid-template-columns: 1fr; min-height: 0; }
  .hero-copy { padding: 70px 24px 46px; }
  .hero-media { min-height: 560px; }
  .section-head { grid-template-columns: 1fr; gap: 14px; }
  .split,
  .split.reverse,
  .contact-grid { grid-template-columns: 1fr; }
  .split.reverse .media-block { order: 1; }
  .split.reverse .copy-block { order: 2; }
  .gallery-strip { grid-template-columns: 1fr 1fr; }
  .gallery-strip figure:first-child { grid-column: 1 / -1; min-height: 500px; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-item:nth-child(2) { border-right: 0; }
  .proof-item:last-child { grid-column: 1 / -1; border-top: 1px solid var(--line-dark); }
}

@media (max-width: 640px) {
  :root { --header: 72px; }
  .shell { width: min(calc(100% - 28px), var(--max)); }
  .brand { min-width: 0; }
  .brand strong { font-size: .82rem; }
  .brand span { font-size: .56rem; }
  .hero-copy { padding: 54px 14px 34px; }
  .hero h1,
  .page-hero h1 { font-size: clamp(3rem, 15vw, 4.45rem); line-height: .91; }
  .hero-media { min-height: 350px; }
  .hero-tag { left: 14px; bottom: 14px; max-width: calc(100% - 28px); font-size: .62rem; }
  .actions { display: grid; grid-template-columns: 1fr; }
  .actions .btn { width: 100%; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-item { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line-dark); padding: 21px 0; }
  .proof-item:nth-child(2) { border-right: 0; }
  .proof-item:last-child { grid-column: auto; border-top: 0; border-bottom: 0; }
  .section { padding: 70px 0; }
  .section-head { margin-bottom: 32px; }
  .section-head h2 { font-size: clamp(2.55rem, 12vw, 3.65rem); }
  .pathway { grid-template-columns: 1fr auto; gap: 12px 18px; padding: 22px 0; }
  .pathway span { grid-column: 1 / -1; grid-row: 2; }
  .pathway b { grid-column: 2; grid-row: 1; }
  .media-block { min-height: 340px; }
  .copy-block { min-height: 0; padding: 40px 20px; }
  .service-family { grid-template-columns: 1fr; gap: 20px; padding: 34px 0; }
  .service-family ul { grid-template-columns: 1fr; gap: 0; }
  .gallery-strip { grid-template-columns: 1fr; gap: 10px; }
  .gallery-strip figure,
  .gallery-strip figure:first-child { grid-column: auto; min-height: 310px; }
  .page-hero { padding: 64px 0 48px; }
  .page-intro-media { min-height: 330px; height: 82vw; margin-top: 32px; }
  .fact-grid { grid-template-columns: 1fr; }
  .contact-grid { gap: 38px; }
  .contact-method strong { font-size: clamp(1.28rem, 7.1vw, 2rem); }
  .footer-grid { grid-template-columns: 1fr; }
  body { padding-bottom: 76px; }
  .mobile-call {
    position: fixed;
    right: 14px;
    bottom: calc(14px + env(safe-area-inset-bottom));
    z-index: 80;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 17px;
    background: var(--red);
    color: #fff;
    text-decoration: none;
    font-size: .84rem;
    font-weight: 950;
    border-radius: 4px;
    box-shadow: 0 12px 32px rgba(0,0,0,.36);
    transform: translateY(110px);
    opacity: 0;
    transition: transform .2s ease, opacity .2s ease;
  }
  .mobile-call.show { transform: none; opacity: 1; }
  .menu-open .mobile-call { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .mobile-call { transition: none; }
}
