:root {
  --ink: #17191b;
  --ink-soft: #25282c;
  --paper: #f4f3ef;
  --white: #ffffff;
  --muted: #666b70;
  --line: #d7d7d2;
  --orange: #ef6a22;
  --red: #c81f32;
  --yellow: #f2b928;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Manrope", Arial, sans-serif; font-size: 16px; line-height: 1.55; letter-spacing: 0; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1, h2, h3 { margin: 0; font-family: "Barlow Condensed", Arial, sans-serif; font-weight: 700; line-height: .96; letter-spacing: 0; text-transform: uppercase; }
h2 { font-size: 62px; }
.page-shell { width: min(1220px, calc(100% - 56px)); margin-inline: auto; }
.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; }
.eyebrow, .section-index, small { letter-spacing: 0; text-transform: uppercase; }
.eyebrow { margin: 0; font-size: 11px; font-weight: 800; }
.eyebrow.accent { color: var(--orange); }
.section-index { color: var(--muted); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.section-index.light { color: #92979c; }

.site-header { position: sticky; top: 0; z-index: 50; display: grid; grid-template-columns: 270px 1fr auto; align-items: center; min-height: 78px; padding: 8px max(28px, calc((100vw - 1220px) / 2)); border-bottom: 1px solid #deded9; background: rgba(255,255,255,.97); backdrop-filter: blur(12px); }
.brand { display: block; width: 220px; }
.brand img { height: 57px; object-fit: contain; object-position: left center; }
.desktop-nav { display: flex; justify-content: flex-end; gap: 31px; margin-right: 34px; font-size: 13px; font-weight: 700; }
.desktop-nav a { padding: 11px 0; border-bottom: 3px solid transparent; }
.desktop-nav a:hover { border-color: var(--orange); }
.header-call, .button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 13px 19px; border: 1px solid transparent; border-radius: 2px; font-weight: 800; line-height: 1.1; cursor: pointer; }
.header-call { color: var(--white); background: var(--ink); font-size: 13px; }
.header-call svg, .button svg { width: 18px; height: 18px; flex: 0 0 auto; }
.menu-toggle { display: none; width: 48px; height: 48px; border: 1px solid var(--ink); border-radius: 2px; color: var(--ink); background: var(--white); cursor: pointer; }
.mobile-nav { position: absolute; top: 70px; left: 0; right: 0; padding: 17px 22px 27px; border-bottom: 1px solid var(--line); background: var(--white); }
.mobile-nav a { display: block; padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 18px; font-weight: 800; }

.hero { position: relative; height: min(780px, calc(100vh - 78px)); min-height: 610px; overflow: hidden; color: var(--white); background: var(--ink); }
.hero-image { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center; opacity: 0; transform: scale(1.025); transition: opacity .5s ease, transform 5s ease; }
.hero-image.is-active { opacity: 1; transform: scale(1); }
.hero-shade { position: absolute; inset: 0; background: rgba(16,17,19,.2); }
.hero-shade::after { content: ""; position: absolute; inset: 0 43% 0 0; background: rgba(16,17,19,.72); }
.hero-content { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; height: 100%; padding-bottom: 38px; }
.hero-content .eyebrow { color: #e6e6e2; }
.hero h1 { max-width: 760px; margin-top: 22px; font-size: 92px; }
.hero h1 span { color: var(--orange); }
.hero-lead { max-width: 590px; margin: 26px 0 0; color: #e6e5e0; font-size: 19px; font-weight: 600; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 32px; }
.button-accent { color: var(--white); background: var(--orange); }
.button-ghost { color: var(--white); border-color: rgba(255,255,255,.55); background: rgba(20,21,23,.36); }
.button-light { color: var(--ink); border-color: var(--line); background: var(--white); }
.hero-switch { position: absolute; z-index: 3; right: max(28px, calc((100vw - 1220px) / 2)); bottom: 30px; display: flex; padding: 4px; background: rgba(20,21,23,.72); backdrop-filter: blur(7px); }
.hero-switch button, .result-toggle button { min-height: 39px; padding: 8px 13px; border: 0; color: #cfd0d1; background: transparent; font-size: 11px; font-weight: 800; text-transform: uppercase; cursor: pointer; }
.hero-switch button.is-active { color: var(--ink); background: var(--white); }
.hero-location { position: absolute; z-index: 3; right: max(28px, calc((100vw - 1220px) / 2)); top: 38px; display: flex; gap: 11px; align-items: center; padding: 11px 14px; border-left: 3px solid var(--orange); background: rgba(20,21,23,.72); font-size: 11px; line-height: 1.3; text-transform: uppercase; backdrop-filter: blur(7px); }
.hero-location svg { width: 19px; color: var(--orange); }
.hero-location strong { color: var(--orange); }

.proof-strip { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--line); background: var(--white); }
.proof-strip > div { display: flex; align-items: center; justify-content: center; gap: 13px; min-height: 94px; padding: 18px; border-right: 1px solid var(--line); text-align: center; }
.proof-strip > div:last-child { border-right: 0; }
.proof-strip strong { color: var(--orange); font-family: "Barlow Condensed", sans-serif; font-size: 35px; }
.proof-strip svg { width: 26px; color: var(--red); }
.proof-strip span { max-width: 150px; font-size: 12px; font-weight: 800; text-transform: uppercase; }

.services { padding: 118px 0 0; }
.services-intro { display: grid; grid-template-columns: 150px minmax(0, 1.3fr) minmax(240px, .7fr); gap: 48px; align-items: end; margin-bottom: 66px; }
.services-intro h2 { max-width: 710px; margin-top: 16px; }
.services-intro > p { margin: 0; color: var(--muted); font-size: 17px; }
.service-list { border-top: 1px solid var(--ink); }
.service-list article { display: grid; grid-template-columns: 45px 62px minmax(0, 1fr) 50px; gap: 22px; align-items: center; padding: 28px max(28px, calc((100vw - 1220px) / 2)); border-bottom: 1px solid var(--line); background: var(--paper); transition: background .2s ease; }
.service-list article:hover { background: var(--white); }
.service-list article > span { color: var(--orange); font-size: 11px; font-weight: 800; }
.service-list article > svg { width: 30px; height: 30px; color: var(--red); }
.service-list h3 { font-size: 29px; }
.service-list p { max-width: 760px; margin: 7px 0 0; color: var(--muted); }
.service-list article > a { display: grid; place-items: center; width: 46px; height: 46px; border: 1px solid var(--line); background: var(--white); }
.service-list article > a svg { width: 18px; }

.results { padding: 112px 0 70px; color: var(--white); background: var(--ink); }
.results-heading { display: grid; grid-template-columns: 150px 1fr auto; gap: 48px; align-items: end; margin-bottom: 52px; }
.results-heading h2 { margin-top: 16px; }
.result-toggle { display: flex; padding: 4px; border: 1px solid #45494e; }
.result-toggle button.is-active { color: var(--ink); background: var(--yellow); }
.comparison { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.comparison figure { position: relative; aspect-ratio: 4 / 3; margin: 0; overflow: hidden; background: var(--ink-soft); }
.comparison img { height: 100%; object-fit: cover; }
.comparison figcaption { position: absolute; left: 18px; bottom: 18px; padding: 8px 11px; color: var(--ink); background: var(--white); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.comparison figure:last-child figcaption { color: var(--white); background: var(--orange); }
.results-cta { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-top: 34px; }
.results-cta p { margin: 0; color: #c6c8ca; font-size: 18px; font-weight: 600; }

.work { padding: 118px 0; background: var(--white); }
.work-heading { display: grid; grid-template-columns: 150px 1fr; gap: 48px; margin-bottom: 62px; }
.work-heading h2 { margin-top: 16px; }
.work-grid { display: grid; grid-template-columns: 1.3fr .85fr .85fr; grid-auto-rows: 330px; gap: 8px; }
.work-grid figure { position: relative; margin: 0; overflow: hidden; background: #e3e3df; }
.work-grid .work-wide { grid-row: span 2; }
.work-grid img { height: 100%; object-fit: cover; transition: transform .5s ease; }
.work-grid figure:hover img { transform: scale(1.035); }
.work-grid figcaption { position: absolute; left: 14px; bottom: 14px; padding: 8px 10px; color: var(--white); background: rgba(20,21,23,.78); font-size: 10px; font-weight: 800; text-transform: uppercase; }

.about { color: var(--white); background: #24272b; }
.about-copy { display: grid; grid-template-columns: 150px minmax(0, 1.25fr) minmax(260px, .75fr); gap: 48px; padding-block: 112px; }
.about-copy h2 { margin-top: 16px; }
.about-copy > div:nth-child(2) > p:last-child { max-width: 690px; margin: 30px 0 0; color: #c1c3c5; font-size: 19px; }
.about-facts { align-self: end; border-top: 1px solid #55595e; }
.about-facts span { display: block; padding: 16px 0; border-bottom: 1px solid #55595e; }
.about-facts strong { display: block; color: var(--yellow); font-family: "Barlow Condensed", sans-serif; font-size: 28px; text-transform: uppercase; }
.about-facts small { color: #a9adb0; font-size: 9px; }
.partner-band { display: grid; grid-template-columns: 250px 1fr; align-items: center; gap: 40px; padding: 28px max(28px, calc((100vw - 1220px) / 2)); border-top: 1px solid #44484c; background: #1a1c1f; }
.partner-band p { margin: 0; color: #c8c9c9; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.partner-band > div { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; align-items: center; }
.partner-band img { height: 54px; padding: 7px 12px; object-fit: contain; background: var(--white); filter: grayscale(1); }

.contact { background: var(--paper); }
.contact-top { display: grid; grid-template-columns: .95fr 1.05fr; gap: 90px; padding-block: 118px; }
.contact-copy .eyebrow { margin-top: 53px; }
.contact-copy h2 { margin-top: 15px; }
.contact-links { margin-top: 42px; border-top: 1px solid var(--line); }
.contact-links a { display: grid; grid-template-columns: 1fr auto; gap: 4px 20px; align-items: center; padding: 17px 0; border-bottom: 1px solid var(--line); }
.contact-links small { color: var(--muted); font-size: 9px; }
.contact-links strong { font-size: 15px; }
.contact-links svg { grid-row: 1 / 3; grid-column: 2; width: 19px; color: var(--orange); }
form { align-self: start; padding: 32px; border-top: 5px solid var(--orange); background: var(--white); box-shadow: 0 18px 45px rgba(20,21,23,.08); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
label { display: block; margin-bottom: 18px; color: #34373a; font-size: 12px; font-weight: 800; }
input, select, textarea { width: 100%; margin-top: 8px; padding: 13px 12px; border: 1px solid #cdd0d1; border-radius: 2px; outline: 0; color: var(--ink); background: #fafafa; }
input:focus, select:focus, textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 2px rgba(239,106,34,.12); }
textarea { min-height: 125px; resize: vertical; }
::placeholder { color: #8c9094; }
.form-note { min-height: 21px; margin: 14px 0 0; color: var(--muted); font-size: 12px; }
.form-note.is-success { color: #237044; font-weight: 700; }
.contact iframe { display: block; width: 100%; height: 480px; border: 0; filter: saturate(.7) contrast(.98); }

footer { display: grid; grid-template-columns: 1fr 1.2fr 1fr auto; gap: 45px; align-items: center; padding: 45px max(28px, calc((100vw - 1220px) / 2)); border-top: 1px solid #3a3d41; color: #b8babc; background: #111315; font-size: 12px; }
footer > img { width: 190px; padding: 10px; background: var(--white); }
footer p { margin: 0; }
footer > div { display: flex; flex-direction: column; gap: 6px; }
footer > div a { width: fit-content; color: var(--white); border-bottom: 1px solid #55585c; }
.to-top { display: grid; place-items: center; width: 46px; height: 46px; border: 1px solid #55585c; color: var(--white); }
.to-top svg { width: 18px; }

@media (max-width: 1020px) {
  h2 { font-size: 52px; }
  .site-header { grid-template-columns: 240px 1fr auto; }
  .desktop-nav { display: none; }
  .menu-toggle { display: grid; place-items: center; margin-left: 9px; }
  .services-intro, .about-copy { grid-template-columns: 120px 1fr; }
  .services-intro > p, .about-facts { grid-column: 2; }
  .results-heading { grid-template-columns: 120px 1fr; }
  .result-toggle { grid-column: 2; width: fit-content; }
  .work-grid { grid-auto-rows: 280px; }
  .contact-top { gap: 55px; }
  footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  .page-shell { width: calc(100% - 40px); }
  h2 { font-size: 39px; }
  .site-header { grid-template-columns: 1fr 46px 46px; min-height: 70px; padding: 7px 14px; }
  .brand { width: 175px; }
  .brand img { height: 52px; }
  .header-call { width: 46px; min-width: 46px; padding: 0; }
  .header-call span { display: none; }
  .menu-toggle { width: 46px; height: 46px; }
  .hero { height: 700px; min-height: 0; }
  .hero-image { object-position: 60% center; }
  .hero-shade { background: rgba(15,16,18,.67); }
  .hero-content { justify-content: flex-end; padding-bottom: 145px; }
  .hero h1 { margin-top: 18px; font-size: 56px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; margin-top: 25px; }
  .hero-actions .button { width: 100%; }
  .hero-location { top: 18px; right: 20px; }
  .hero-switch { left: 20px; right: 20px; bottom: 24px; }
  .hero-switch button { flex: 1; }
  .proof-strip { grid-template-columns: 1fr 1fr; }
  .proof-strip > div { min-height: 84px; border-bottom: 1px solid var(--line); }
  .proof-strip > div:nth-child(2) { border-right: 0; }
  .services { padding-top: 78px; }
  .services-intro, .results-heading, .work-heading, .about-copy { grid-template-columns: 1fr; gap: 25px; }
  .services-intro { margin-bottom: 43px; }
  .services-intro > p, .result-toggle, .about-facts { grid-column: 1; }
  .service-list article { grid-template-columns: 32px 40px minmax(0, 1fr); gap: 13px; padding: 24px 20px; }
  .service-list article > a { display: none; }
  .service-list h3 { font-size: 25px; }
  .service-list p { font-size: 14px; }
  .results { padding: 78px 0 55px; }
  .results-heading { margin-bottom: 38px; }
  .result-toggle { width: 100%; }
  .result-toggle button { flex: 1; }
  .comparison { grid-template-columns: 1fr; gap: 6px; }
  .comparison figure { aspect-ratio: 4 / 3; }
  .results-cta { align-items: stretch; flex-direction: column; }
  .results-cta .button { width: 100%; }
  .work { padding: 78px 0; }
  .work-heading { margin-bottom: 40px; }
  .work-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 230px; }
  .work-grid .work-wide { grid-row: auto; grid-column: span 2; }
  .about-copy { padding-block: 78px; }
  .about-copy > div:nth-child(2) > p:last-child { font-size: 16px; }
  .partner-band { grid-template-columns: 1fr; padding: 27px 20px; }
  .partner-band > div { grid-template-columns: repeat(2, 1fr); }
  .partner-band img:last-child { grid-column: 1 / 3; }
  .contact-top { grid-template-columns: 1fr; gap: 48px; padding-block: 78px; }
  .contact-copy .eyebrow { margin-top: 37px; }
  form { padding: 25px 20px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  form .button { width: 100%; }
  .contact iframe { height: 370px; }
  footer { grid-template-columns: 1fr; gap: 26px; padding: 40px 20px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-image, .work-grid img { transition: none; }
}
