:root {
  --ink: #17191c;
  --muted: #666b70;
  --paper: #f6f5f2;
  --white: #fff;
  --red: #c9252a;
  --red-dark: #a7191e;
  --line: #d8d6d0;
  --serif: "Source Serif 4", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.65; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea, select { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header { position: absolute; z-index: 20; top: 0; left: 0; width: 100%; height: 92px; padding: 0 clamp(24px, 5vw, 80px); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.13); color: white; }
.brand { width: 155px; height: 70px; overflow: hidden; display: grid; place-items: center; }
.brand img { width: 150px; transform: scale(1.55); }
.main-nav { display: flex; align-items: center; gap: 34px; font-size: 13px; font-weight: 600; letter-spacing: .05em; }
.main-nav a:not(.nav-cta) { transition: color .2s; }
.main-nav a:not(.nav-cta):hover { color: #ef777b; }
.nav-cta { padding: 12px 18px; border: 1px solid rgba(255,255,255,.35); }
.menu-toggle { display: none; border: 0; background: none; color: inherit; }

.hero { min-height: 830px; position: relative; overflow: hidden; color: white; background: #151719; display: grid; align-items: center; padding: 150px clamp(24px, 8vw, 130px) 125px; }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 78% 45%, rgba(201,37,42,.20), transparent 28%), linear-gradient(110deg, transparent 0 60%, rgba(255,255,255,.025) 60% 60.15%, transparent 60.15%); }
.hero-grid { position: absolute; inset: 0; opacity: .15; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to right, transparent 40%, black); }
.hero-copy { position: relative; z-index: 2; width: min(710px, 65vw); }
.eyebrow { margin: 0 0 20px; color: var(--red); text-transform: uppercase; letter-spacing: .18em; font-size: 11px; font-weight: 700; }
.eyebrow.light { color: #ff8c90; }
h1, h2, h3, p { margin-top: 0; }
.hero h1 { max-width: 700px; margin-bottom: 25px; font: 600 clamp(55px, 7.2vw, 105px)/.95 var(--serif); letter-spacing: -.04em; }
.hero h1 em { color: #e14a4f; font-weight: 500; }
.hero-lead { max-width: 610px; margin-bottom: 38px; color: #c3c5c6; font-size: 18px; }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.button { border: 0; display: inline-flex; align-items: center; justify-content: space-between; gap: 34px; padding: 15px 20px; font-weight: 700; font-size: 12px; letter-spacing: .04em; text-transform: uppercase; cursor: pointer; transition: background .2s, color .2s, transform .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--red); }
.button-primary:hover { background: var(--red-dark); }
.button-light { color: var(--ink); background: white; }
.text-link { padding-bottom: 4px; border-bottom: 1px solid rgba(255,255,255,.35); font-size: 13px; }
.hero-mark { position: absolute; right: clamp(5vw, 10vw, 160px); top: 28%; width: clamp(270px, 28vw, 430px); aspect-ratio: 1; opacity: .82; transform: rotate(-5deg); }
.measure { position: absolute; border: 1px solid rgba(255,255,255,.42); color: rgba(255,255,255,.5); font-size: 10px; }
.measure span { position: absolute; top: -24px; right: 0; letter-spacing: .2em; }
.measure-a { inset: 10% 12% 36% 5%; clip-path: polygon(0 100%, 45% 0, 100% 100%); background: linear-gradient(140deg, rgba(201,37,42,.7) 0 38%, transparent 38%); }
.measure-b { inset: 38% 0 15% 15%; clip-path: polygon(0 100%, 25% 0, 100% 100%); background: rgba(201,37,42,.5); }
.measure-c { inset: 68% 10% 0 0; }
.trust-strip { position: absolute; z-index: 3; left: clamp(24px, 8vw, 130px); right: clamp(24px, 8vw, 130px); bottom: 0; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.16); }
.trust-strip div { padding: 25px 0; display: grid; gap: 2px; }
.trust-strip div + div { border-left: 1px solid rgba(255,255,255,.16); padding-left: 30px; }
.trust-strip strong { font-size: 13px; color: white; }
.trust-strip span { color: #949899; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }

.section { padding: 120px clamp(24px, 8vw, 130px); }
.section-heading { display: grid; grid-template-columns: 1.5fr 1fr; gap: 80px; align-items: end; margin-bottom: 60px; }
.section-heading h2, .about-copy h2, .contact-intro h2 { max-width: 760px; margin: 0; font: 600 clamp(40px, 5vw, 68px)/1.04 var(--serif); letter-spacing: -.035em; }
.section-heading > p { max-width: 470px; color: var(--muted); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 330px; position: relative; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.35); transition: color .25s, background .25s, transform .25s; }
.service-card:nth-child(1), .service-card:nth-child(2) { grid-column: span 1; }
.service-card:hover { z-index: 2; color: white; background: var(--ink); transform: translateY(-5px); }
.service-number { color: var(--red); font-size: 11px; font-weight: 700; letter-spacing: .15em; }
.service-card h3 { max-width: 320px; margin: 65px 0 12px; font: 600 27px/1.12 var(--serif); letter-spacing: -.02em; }
.service-card p { max-width: 330px; color: var(--muted); font-size: 13px; }
.service-card:hover p { color: #b5b8ba; }
.card-arrow { position: absolute; top: 25px; right: 28px; font-size: 20px; font-weight: 400; }
.service-card:hover .card-arrow { color: #ef676c; }

.about-section { position: relative; display: grid; grid-template-columns: .65fr 1.3fr 1fr; gap: 70px; color: white; background: #202326; }
.about-section::before { content: ""; position: absolute; inset: 0; opacity: .1; background-image: linear-gradient(rgba(255,255,255,.2) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.2) 1px, transparent 1px); background-size: 80px 80px; }
.about-section > * { position: relative; z-index: 1; }
.about-index { color: #737779; font-size: 11px; letter-spacing: .15em; }
.about-copy h2 { margin-bottom: 32px; }
.about-copy p { color: #b4b8ba; }
.about-copy .large-copy { color: white; font: 500 23px/1.5 var(--serif); }
.editable-note { padding-left: 14px; border-left: 2px solid var(--red); font-size: 11px; }
.about-principles { padding-top: 70px; }
.about-principles div { padding: 24px 0; border-top: 1px solid rgba(255,255,255,.15); }
.about-principles span { float: right; color: #7c8082; font-size: 11px; }
.about-principles strong { display: block; margin-bottom: 8px; font-family: var(--serif); font-size: 20px; }
.about-principles p { margin: 0; color: #aeb1b2; font-size: 12px; }

.contact-section { display: grid; grid-template-columns: 1fr 1.1fr; gap: 100px; color: white; background: var(--red); }
.contact-intro h2 { margin-bottom: 25px; }
.contact-intro p { max-width: 520px; color: #f5c5c7; }
.contact-intro > a { display: block; width: fit-content; margin-top: 10px; border-bottom: 1px solid rgba(255,255,255,.3); font-weight: 600; }
.contact-form { display: grid; gap: 21px; }
.form-status { padding: 13px 15px; border: 1px solid rgba(255,255,255,.45); color: white; font-size: 13px; }
.form-status.success { background: rgba(18,80,53,.24); }
.form-status.error { background: rgba(85,15,18,.25); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form label { display: grid; gap: 6px; color: #ffdfe0; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.contact-form input:not([type="checkbox"]), .contact-form textarea, .contact-form select { width: 100%; padding: 13px 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.45); border-radius: 0; outline: none; color: white; background: transparent; }
.contact-form textarea { resize: vertical; }
.contact-form option { color: var(--ink); }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: white; }
.contact-form .consent { display: flex; grid-template-columns: auto 1fr; align-items: start; gap: 10px; text-transform: none; letter-spacing: 0; font-weight: 500; }
.consent input { margin-top: 4px; accent-color: var(--ink); }
.contact-form .button { justify-self: start; margin-top: 8px; }

.site-footer { padding: 50px clamp(24px, 8vw, 130px) 30px; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 30px; color: #aeb1b2; background: #151719; font-size: 12px; }
.footer-brand { width: 150px; height: 70px; overflow: hidden; display: grid; place-items: center; }
.footer-brand img { transform: scale(1.55); }
.site-footer p { margin: 0; }
.site-footer div { display: flex; justify-content: flex-end; gap: 20px; color: white; }
.site-footer small { grid-column: 1 / -1; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); }

.detail-page .site-header { position: absolute; }
.detail-hero { min-height: 660px; position: relative; overflow: hidden; display: grid; align-items: center; padding: 155px clamp(24px, 8vw, 130px) 80px; color: white; background: #181a1d; }
.detail-title { position: relative; z-index: 2; max-width: 900px; }
.back-link { display: inline-block; margin-bottom: 70px; color: #b4b7b8; font-size: 12px; }
.detail-number { display: block; margin-bottom: 18px; color: #e15b60; font-size: 11px; font-weight: 700; letter-spacing: .15em; }
.detail-title h1 { max-width: 850px; margin-bottom: 24px; font: 600 clamp(54px, 7vw, 100px)/.95 var(--serif); letter-spacing: -.04em; }
.detail-title p { max-width: 680px; color: #bdc0c1; font-size: 17px; }
.detail-blueprint { position: absolute; right: -3%; bottom: -28%; width: 48vw; height: 48vw; border: 1px solid rgba(255,255,255,.12); transform: rotate(45deg); }
.detail-blueprint::before, .detail-blueprint::after { content: ""; position: absolute; inset: 12%; border: 1px solid rgba(201,37,42,.5); }
.detail-blueprint::after { inset: 26%; }
.detail-blueprint span { position: absolute; left: 45%; top: 45%; color: rgba(255,255,255,.07); font: 600 130px var(--serif); transform: rotate(-45deg); }
.detail-layout { display: grid; grid-template-columns: 280px 1fr; gap: 100px; padding: 110px clamp(24px, 8vw, 130px); }
.detail-layout aside { align-self: start; position: sticky; top: 35px; padding-top: 22px; border-top: 2px solid var(--red); }
.detail-layout aside p { color: var(--muted); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.detail-layout aside strong { display: block; margin: 20px 0; font: 600 22px/1.2 var(--serif); }
.content-section { max-width: 850px; padding: 0 0 70px; border-bottom: 1px solid var(--line); margin-bottom: 70px; }
.content-section:last-child { border: 0; margin-bottom: 0; }
.content-section h2 { margin-bottom: 25px; font: 600 40px/1.1 var(--serif); letter-spacing: -.025em; }
.content-section p { color: #50555a; font-size: 16px; }
.content-section ul { display: grid; grid-template-columns: 1fr 1fr; gap: 0 30px; padding: 0; list-style: none; }
.content-section li { position: relative; padding: 14px 0 14px 20px; border-bottom: 1px solid var(--line); color: #3d4145; font-size: 13px; }
.content-section li::before { content: ""; position: absolute; left: 0; top: 24px; width: 6px; height: 6px; background: var(--red); transform: rotate(45deg); }
.document-groups { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; margin-top: 35px; }
.document-groups > div { padding: 25px; border: 1px solid var(--line); background: white; }
.document-groups h3 { margin-bottom: 12px; font: 600 20px var(--serif); }
.document-groups ul { display: block; }

.reveal { opacity: 0; transform: translateY(14px); transition: opacity .5s ease, transform .5s ease, color .25s, background .25s; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .hero-mark { opacity: .25; right: -12%; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .about-section { grid-template-columns: 1fr 1.5fr; }
  .about-index { display: none; }
  .contact-section { grid-template-columns: 1fr; gap: 60px; }
  .detail-layout { grid-template-columns: 1fr; gap: 55px; }
  .detail-layout aside { position: static; }
}

@media (max-width: 700px) {
  .site-header { height: 78px; padding: 0 20px; }
  .brand { width: 125px; }
  .menu-toggle { display: grid; gap: 6px; padding: 12px; z-index: 30; }
  .menu-toggle span:not(.sr-only) { display: block; width: 24px; height: 1px; background: white; }
  .main-nav { display: none; position: fixed; inset: 0; padding: 120px 30px 30px; align-items: stretch; flex-direction: column; gap: 20px; color: white; background: #17191c; font-size: 18px; }
  .main-nav.is-open { display: flex; }
  .nav-cta { margin-top: 15px; text-align: center; }
  .hero { min-height: 760px; padding: 125px 24px 150px; }
  .hero-copy { width: 100%; }
  .hero h1 { font-size: 54px; }
  .hero-lead { font-size: 15px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-mark { width: 320px; right: -50%; top: 24%; }
  .trust-strip { left: 24px; right: 24px; grid-template-columns: 1fr; }
  .trust-strip div { padding: 10px 0; }
  .trust-strip div + div { border-left: 0; padding-left: 0; }
  .trust-strip span { display: none; }
  .section { padding: 80px 24px; }
  .section-heading { display: block; margin-bottom: 40px; }
  .section-heading h2, .about-copy h2, .contact-intro h2 { font-size: 41px; }
  .section-heading > p { margin-top: 22px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 280px; }
  .service-card h3 { margin-top: 48px; }
  .about-section { display: block; }
  .about-principles { padding-top: 40px; }
  .form-row { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr; }
  .site-footer div { justify-content: flex-start; }
  .detail-hero { min-height: 620px; padding: 120px 24px 70px; }
  .back-link { margin-bottom: 50px; }
  .detail-title h1 { font-size: 51px; }
  .detail-blueprint { width: 80vw; height: 80vw; opacity: .4; }
  .detail-layout { padding: 75px 24px; }
  .content-section { padding-bottom: 50px; margin-bottom: 50px; }
  .content-section h2 { font-size: 33px; }
  .content-section ul, .document-groups { grid-template-columns: 1fr; }
}

/* Visual direction v2 */
:root {
  --ink: #191a1b;
  --muted: #737373;
  --paper: #f3f1ee;
  --white: #fff;
  --red: #cf211f;
  --red-dark: #ad1717;
  --line: #e8e4df;
  --serif: "Barlow Condensed", Arial, sans-serif;
  --display: "Barlow Condensed", Arial, sans-serif;
}

body { background: var(--paper); }
.site-header { height: 108px; background: #191a1b; border-color: #323334; }
.brand { width: 175px; height: 76px; }
.brand img { width: 165px; }
.main-nav { font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.nav-cta { border: 0; border-radius: 4px; background: var(--red); }

.hero {
  min-height: 780px;
  grid-template-columns: minmax(0, .95fr) minmax(480px, 1.05fr);
  gap: clamp(60px, 10vw, 170px);
  padding: 160px clamp(24px, 6vw, 110px) 90px;
  border-bottom: 4px solid #ed3833;
  background:
    radial-gradient(circle at 84% 32%, rgba(207,33,31,.14), transparent 25%),
    #191a1b;
}
.hero::before { display: none; }
.hero-copy { width: auto; }
.hero-badge {
  display: inline-block;
  margin: 0 0 34px;
  padding: 8px 22px;
  border-radius: 3px;
  color: white;
  background: var(--red);
  font: 800 13px/1 var(--display);
  letter-spacing: .22em;
  text-transform: uppercase;
}
.hero h1 {
  max-width: 620px;
  margin-bottom: 27px;
  font: 900 clamp(70px, 7vw, 112px)/.91 var(--display);
  letter-spacing: -.025em;
  text-transform: none;
}
.hero h1 em { color: #ed302d; font-style: normal; font-weight: 900; }
.hero-lead { max-width: 620px; margin-bottom: 34px; color: #a8a8a8; font-size: 17px; line-height: 1.85; }
.hero-actions { gap: 15px; }
.button { min-height: 49px; border-radius: 4px; padding: 14px 25px; font-size: 12px; justify-content: center; text-transform: none; }
.button-outline { color: #d8d8d8; border: 2px solid #505153; background: transparent; }
.button-outline:hover { color: white; border-color: #777; }
.hero-stats { display: grid; gap: 22px; }
.stat-card {
  min-height: 126px;
  padding: 28px 38px;
  display: flex;
  align-items: center;
  gap: 24px;
  border: 1px solid #3b3c3d;
  border-radius: 12px;
  background: linear-gradient(110deg, #252627, #252526 70%, #332322);
  box-shadow: inset 0 1px rgba(255,255,255,.025);
}
.stat-icon {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  flex: 0 0 64px;
  border-radius: 13px;
  color: #ef302d;
  background: #492824;
  font: 800 29px var(--display);
}
.stat-card p { margin: 0; display: grid; }
.stat-card strong { color: white; font: 900 45px/.9 var(--display); }
.stat-card strong span { color: #ed302d; }
.stat-card small { margin-top: 8px; color: #969696; font: 800 13px var(--sans); letter-spacing: .08em; text-transform: uppercase; }

.section { padding: 110px clamp(24px, 5vw, 85px); }
.services-section { background: var(--paper); }
.section-heading { display: block; margin-bottom: 55px; }
.section-heading .eyebrow, .about-copy .eyebrow, .contact-intro .eyebrow { margin-bottom: 14px; color: var(--red); font: 800 12px var(--display); letter-spacing: .24em; }
.section-heading h2, .about-copy h2, .contact-intro h2 {
  max-width: none;
  font: 900 clamp(49px, 5vw, 75px)/.95 var(--display);
  letter-spacing: -.02em;
}
.services-grid { gap: 28px; grid-template-columns: repeat(3, 1fr); border: 0; }
.service-card {
  min-height: 335px;
  padding: 38px;
  border: 0;
  border-radius: 13px;
  background: white;
  box-shadow: 0 1px 0 rgba(0,0,0,.02);
}
.service-card:hover { color: var(--ink); background: white; transform: translateY(-7px); box-shadow: 0 15px 40px rgba(35,25,20,.09); }
.service-icon {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: var(--red);
  background: #fbefed;
  font: 800 29px var(--display);
}
.service-icon svg { width: 29px; height: 29px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { margin: 40px 0 13px; font: 800 27px/1.05 var(--display); }
.service-card p, .service-card:hover p { color: #747474; font-size: 13px; line-height: 1.75; }
.service-card .card-arrow {
  width: 38px;
  height: 38px;
  top: 38px;
  right: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #333;
  background: #f4f2ef;
  font-size: 17px;
}
.service-card:hover .card-arrow { color: white; background: var(--red); }

.about-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(60px, 9vw, 150px);
  align-items: center;
  color: var(--ink);
  background: white;
}
.about-section::before { display: none; }
.about-card {
  position: relative;
  overflow: hidden;
  min-height: 390px;
  padding: 70px;
  border-radius: 14px;
  color: white;
  background: #191a1b;
}
.about-card::after {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -120px;
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: rgba(207,33,31,.14);
}
.about-card h3 { margin-bottom: 22px; font: 800 38px var(--display); }
.about-card p { max-width: 600px; color: #b0b0b0; font-size: 14px; line-height: 1.8; }
.about-tags { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 10px; margin-top: 38px; }
.about-tags span { padding: 7px 15px; border-radius: 20px; color: #eee; background: #502421; font-size: 11px; font-weight: 700; }
.about-copy h2 { margin-bottom: 28px; }
.about-copy p { color: #555; font-size: 14px; line-height: 1.9; }
.about-list { padding: 10px 0 18px; list-style: none; }
.about-list li { position: relative; margin: 13px 0; padding-left: 34px; color: #555; font-size: 13px; }
.about-list li::before { content: "✓"; position: absolute; left: 0; top: -2px; width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; color: var(--red); background: #fbe7e5; font-weight: 800; }

.contact-section {
  grid-template-columns: 1fr 1fr;
  gap: clamp(60px, 10vw, 170px);
  align-items: start;
  color: white;
  background: #191a1b;
}
.contact-intro h2 { margin-bottom: 30px; color: white; }
.contact-intro > p:not(.eyebrow) { max-width: 650px; margin-bottom: 45px; color: #989898; font-size: 14px; line-height: 1.9; }
.contact-item { display: flex; align-items: center; gap: 20px; margin: 24px 0; }
.contact-item > span { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 8px; color: #bbb; background: #28292a; }
.contact-item p { margin: 0; display: grid; gap: 2px; }
.contact-item small { color: #888; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact-item a { border: 0; color: #ddd; font-size: 14px; }
.contact-item p > span { color: #ddd; font-size: 13px; }
.consent a { color: white; text-decoration: underline; text-underline-offset: 2px; }
.contact-form { padding: 45px; border: 1px solid #3c3d3e; border-radius: 14px; background: #242526; }
.contact-form h3 { margin-bottom: 12px; font: 800 32px var(--display); }
.contact-form label { gap: 7px; color: #999; font-size: 10px; }
.contact-form input:not([type="checkbox"]), .contact-form textarea, .contact-form select {
  padding: 13px 15px;
  border: 1px solid #505152;
  border-radius: 7px;
  color: white;
  background: #303132;
}
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #777; }
.contact-form .button { width: 100%; }
.site-footer { background: #111213; }

.detail-title h1, .content-section h2, .document-groups h3, .detail-layout aside strong { font-family: var(--display); }
.detail-title h1 { font-weight: 900; }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; gap: 55px; }
  .hero-stats { grid-template-columns: repeat(3, 1fr); }
  .stat-card { padding: 22px; display: block; }
  .stat-icon { margin-bottom: 20px; }
  .stat-card strong { font-size: 36px; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .about-section { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  .site-header { height: 76px; }
  .hero { min-height: auto; display: block; padding: 125px 24px 70px; }
  .hero-badge { margin-bottom: 28px; font-size: 10px; }
  .hero h1 { font-size: 66px; }
  .hero-actions { flex-direction: row; flex-wrap: wrap; }
  .hero-stats { grid-template-columns: 1fr; margin-top: 55px; }
  .stat-card { min-height: auto; padding: 20px; display: flex; }
  .stat-icon { margin: 0; width: 54px; height: 54px; flex-basis: 54px; }
  .stat-card strong { font-size: 32px; }
  .stat-card small { font-size: 10px; }
  .section { padding: 75px 22px; }
  .services-grid { grid-template-columns: 1fr; gap: 18px; }
  .service-card { min-height: 300px; padding: 30px; }
  .service-card .card-arrow { top: 30px; right: 30px; }
  .about-card { min-height: auto; padding: 38px 28px; }
  .about-card h3 { font-size: 32px; }
  .contact-section { display: block; }
  .contact-form { margin-top: 55px; padding: 28px 20px; }
}

.services-section .reveal { opacity: 1; transform: none; }
.services-grid .service-card:first-child,
.services-grid .service-card:last-child { grid-column: span 2; }

/* Editorial hero */
.hero {
  min-height: 850px;
  display: block;
  position: relative;
  padding: 0;
  border-bottom: 0;
  background: #171819;
}
.hero-image {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(17,18,19,.96) 0%, rgba(17,18,19,.82) 38%, rgba(17,18,19,.3) 70%, rgba(17,18,19,.38) 100%),
    linear-gradient(0deg, rgba(185,22,22,.18), rgba(185,22,22,.03) 55%),
    url("assets/hero-building.png");
  background-size: cover;
  background-position: center bottom;
  filter: saturate(.7) contrast(1.05);
}
.hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 55%, rgba(15,16,17,.82) 100%);
}
.hero-copy {
  position: relative;
  z-index: 2;
  width: min(650px, 50vw);
  padding: 175px 0 190px clamp(24px, 7vw, 120px);
}
.hero-kicker {
  margin: 0 0 30px;
  padding-left: 42px;
  position: relative;
  color: #d9d9d9;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.hero-kicker::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 28px;
  height: 2px;
  background: var(--red);
}
.hero h1 {
  max-width: 650px;
  margin-bottom: 28px;
  font: 500 clamp(68px, 6.5vw, 102px)/.9 var(--display);
  letter-spacing: -.02em;
}
.hero h1 em { color: #e43b37; font-weight: 500; }
.hero-lead {
  max-width: 540px;
  margin-bottom: 34px;
  color: #c4c4c4;
  font-size: 14px;
  line-height: 1.8;
}
.hero-actions { display: flex; align-items: center; gap: 25px; }
.hero-text-link {
  padding: 6px 0;
  color: #e4e4e4;
  border-bottom: 1px solid rgba(255,255,255,.35);
  font-size: 11px;
  font-weight: 600;
}
.hero-text-link span { margin-left: 10px; color: #ed4a46; }
.hero-note {
  position: absolute;
  z-index: 3;
  right: clamp(24px, 6vw, 100px);
  top: 165px;
  width: 235px;
  padding: 25px 28px;
  border-left: 3px solid var(--red);
  color: white;
  background: rgba(20,21,22,.7);
  backdrop-filter: blur(8px);
}
.hero-note span { display: block; margin-bottom: 4px; font: 600 52px/.9 var(--display); }
.hero-note p { margin: 0; color: #aaa; font-size: 10px; line-height: 1.7; }
.hero-note strong { color: white; font-weight: 600; }
.hero-facts {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 0 clamp(24px, 7vw, 120px);
  background: rgba(18,19,20,.88);
  backdrop-filter: blur(10px);
  border-top: 1px solid rgba(255,255,255,.12);
}
.hero-facts > div {
  min-height: 128px;
  padding: 30px 34px;
  display: flex;
  align-items: flex-start;
  gap: 18px;
}
.hero-facts > div + div { border-left: 1px solid rgba(255,255,255,.12); }
.hero-facts span { margin-top: 3px; color: #e94a46; font-size: 11px; font-weight: 700; letter-spacing: .1em; }
.hero-facts p { margin: 0; color: #a2a2a2; font-size: 12px; line-height: 1.65; }
.hero-facts strong { display: block; margin-bottom: 5px; color: #f0f0f0; font-size: 15px; font-weight: 600; }

/* Refinements */
.brand,
.footer-brand {
  overflow: visible;
}
.brand img,
.footer-brand img {
  object-fit: contain;
  transform: none;
}
.brand img { width: 170px; height: auto; max-width: none; }
.footer-brand img { width: 230px; height: auto; max-width: none; }
.hero h1 { font-weight: 600; }
.hero h1 em { font-weight: 600; }
.stat-card {
  align-items: center;
  justify-content: center;
  text-align: center;
}
.stat-card p { justify-items: center; }
.stat-card strong { font-weight: 700; }
.stat-card small { font-weight: 600; }
.section-heading h2,
.about-copy h2,
.contact-intro h2 { font-weight: 600; }
.service-card h3 { font-weight: 600; }
.about-card h3,
.contact-form h3 { font-weight: 600; }
.button { font-weight: 600; }

.site-footer {
  grid-template-columns: 1fr;
  justify-items: center;
  text-align: center;
}
.site-footer div { justify-content: center; }
.site-footer small { width: 100%; }
.site-footer .company-data { color: #7f8284; font-size: 10px; letter-spacing: .04em; }
.site-footer .footer-details { color: #a2a4a5; font-size: 10px; }

.privacy-page { background: #f4f2ef; }
.privacy-page .site-header { position: absolute; }
.privacy-hero {
  padding: 175px clamp(24px, 13vw, 220px) 85px;
  color: white;
  background: #1b1c1d;
}
.privacy-hero .back-link { display: inline-block; margin-bottom: 55px; color: #aaa; font-size: 11px; }
.privacy-hero h1 { margin-bottom: 18px; font: 600 clamp(58px, 7vw, 96px)/.95 var(--display); }
.privacy-hero > p:last-child { max-width: 600px; color: #b5b5b5; font-size: 14px; }
.privacy-content {
  max-width: 920px;
  margin: 0 auto;
  padding: 90px 24px 110px;
}
.privacy-content section {
  padding: 0 0 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #ddd9d3;
}
.privacy-content section:last-child { margin-bottom: 0; border: 0; }
.privacy-content h2 { margin-bottom: 15px; font: 600 32px/1.1 var(--display); }
.privacy-content p { margin: 0; color: #5c6063; font-size: 13px; line-height: 1.9; }
.privacy-content a { color: var(--red); text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 700px) {
  .privacy-hero { padding: 140px 24px 65px; }
  .privacy-hero .back-link { margin-bottom: 40px; }
  .privacy-hero h1 { font-size: 55px; }
  .privacy-content { padding: 65px 22px 80px; }
  .privacy-content h2 { font-size: 29px; }
}

@media (min-width: 981px) {
  .services-grid > .service-card:first-child,
  .services-grid > .service-card:last-child { grid-column: span 2; }
}
.footer-brand { width: 230px; height: 150px; }
.brand { width: 170px; height: 108px; }

.detail-page { background: #f4f2ef; }
.detail-page .site-header { background: #191a1b; }
.detail-hero {
  min-height: 600px;
  padding-top: 145px;
  background: #1b1c1d;
}
.detail-title { max-width: 850px; }
.detail-title h1 {
  max-width: 800px;
  font-size: clamp(58px, 7vw, 94px);
  font-weight: 600;
  line-height: .98;
  letter-spacing: -.025em;
}
.detail-title p {
  max-width: 720px;
  color: #b5b5b5;
  line-height: 1.8;
}
.detail-number { color: #e85a57; font-weight: 600; }
.detail-blueprint { opacity: .45; }
.detail-layout {
  grid-template-columns: 300px minmax(0, 850px);
  justify-content: center;
  gap: clamp(60px, 8vw, 130px);
  padding-top: 100px;
}
.detail-layout aside {
  padding: 28px;
  border: 1px solid #e0ddd8;
  border-radius: 10px;
  background: white;
}
.aside-label {
  display: block;
  color: var(--red);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.detail-layout aside strong {
  margin: 15px 0 10px;
  font-size: 28px;
  font-weight: 600;
}
.detail-layout aside p {
  color: #747474;
  font-size: 12px;
  line-height: 1.7;
  text-transform: none;
  letter-spacing: 0;
}
.detail-layout aside .button { width: 100%; margin-top: 12px; }
.content-section {
  max-width: none;
  padding: 42px;
  margin-bottom: 24px;
  border: 1px solid #e4e1dc;
  border-radius: 11px;
  background: white;
}
.content-section:last-child { border: 1px solid #e4e1dc; margin-bottom: 0; }
.content-section h2 {
  font-size: 38px;
  font-weight: 600;
}
.content-section p { color: #5f6265; font-size: 14px; line-height: 1.85; }
.content-section li { font-size: 12px; }
.document-groups > div { border-radius: 8px; background: #f7f5f2; }
.document-groups h3 { font-weight: 600; }

.related-services {
  padding: 85px clamp(24px, 8vw, 130px);
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 80px;
  color: white;
  background: #1b1c1d;
}
.related-services h2 {
  max-width: 480px;
  margin-top: 14px;
  font: 600 clamp(38px, 4vw, 58px)/1 var(--display);
}
.related-links { display: grid; }
.related-links a {
  position: relative;
  padding: 22px 48px 22px 40px;
  border-top: 1px solid #3b3c3d;
  color: #dedede;
  font-size: 13px;
  transition: color .2s, background .2s;
}
.related-links a:last-child { border-bottom: 1px solid #3b3c3d; }
.related-links a:hover { color: white; background: #242526; }
.related-links span { margin-right: 22px; color: #e65a57; font-size: 10px; }
.related-links b { position: absolute; right: 18px; font-weight: 400; }

@media (max-width: 980px) {
  .stat-card { display: flex; }
  .services-grid .service-card:first-child,
  .services-grid .service-card:last-child { grid-column: span 1; }
  .detail-layout { grid-template-columns: 1fr; }
  .related-services { grid-template-columns: 1fr; gap: 35px; }
}

@media (max-width: 700px) {
  .site-header { height: 94px; }
  .brand { width: 145px; height: 94px; }
  .brand img { width: 145px; }
  .hero h1 { font-size: 62px; }
  .stat-card { justify-content: center; text-align: center; }
  .stat-card p { justify-items: center; }
  .detail-hero { min-height: 560px; padding-top: 120px; }
  .detail-title h1 { font-size: 51px; }
  .detail-layout { padding: 65px 20px; }
  .content-section { padding: 28px 22px; }
  .content-section h2 { font-size: 31px; }
  .related-services { padding: 60px 22px; }
  .footer-brand { width: 200px; height: 130px; }
  .footer-brand img { width: 200px; }
}

/* Editorial hero responsive overrides */
@media (max-width: 980px) {
  .hero {
    min-height: 900px;
    display: block;
    padding: 0;
  }
  .hero-copy { width: min(660px, 75vw); padding-bottom: 270px; }
  .hero-note { top: auto; right: 24px; bottom: 135px; }
  .hero-facts { grid-template-columns: repeat(3, 1fr); }
  .hero-facts > div { padding: 20px 15px; }
}

@media (max-width: 700px) {
  .hero {
    min-height: 920px;
    padding: 0;
  }
  .hero-image {
    background-image:
      linear-gradient(180deg, rgba(17,18,19,.84) 0%, rgba(17,18,19,.82) 42%, rgba(17,18,19,.7) 65%, rgba(17,18,19,.94) 100%),
      linear-gradient(0deg, rgba(185,22,22,.17), transparent 58%),
      url("assets/hero-building.png");
    background-position: 62% bottom;
  }
  .hero-copy {
    width: auto;
    padding: 130px 24px 0;
  }
  .hero-kicker { max-width: 270px; margin-bottom: 26px; font-size: 8px; line-height: 1.6; }
  .hero h1 { font-size: 59px; line-height: .92; }
  .hero-lead { max-width: 340px; color: #d0d0d0; font-size: 12px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 15px; }
  .hero-note {
    top: 555px;
    left: 24px;
    right: auto;
    bottom: auto;
    width: 205px;
    padding: 18px 20px;
  }
  .hero-note span { font-size: 42px; }
  .hero-facts {
    grid-template-columns: 1fr;
    padding: 0 24px;
  }
  .hero-facts > div { min-height: auto; padding: 12px 0; }
  .hero-facts > div + div { border-left: 0; border-top: 1px solid rgba(255,255,255,.12); }
  .hero-facts span { font-size: 10px; }
  .hero-facts p { font-size: 10px; }
  .hero-facts strong { font-size: 13px; }
}
