:root {
  --red: #cf0822;
  --red-dark: #a70018;
  --ink: #20252b;
  --ink-soft: #2a3037;
  --muted: #687178;
  --paper: #f4f2ed;
  --mint: #7cc8bc;
  --line: #ddd9d0;
}

* { box-sizing: border-box; }
picture { display: contents; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #fff; color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; }
a:focus-visible, summary:focus-visible { outline: 3px solid var(--mint); outline-offset: 4px; }
.skip-link { background: #fff; left: 12px; padding: 12px 18px; position: fixed; top: -80px; z-index: 100; }
.skip-link:focus { top: 12px; }
.section-shell { margin: 0 auto; max-width: 1500px; padding-left: clamp(24px, 5vw, 76px); padding-right: clamp(24px, 5vw, 76px); }

.site-header { align-items: center; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); display: flex; height: 84px; justify-content: space-between; padding: 0 clamp(24px, 5vw, 76px); position: relative; z-index: 10; }
.brand { align-items: center; display: flex; font-size: 23px; font-weight: 800; gap: 12px; letter-spacing: 0; }
.brand > span:last-child > span { color: var(--red); }
.brand-mark { align-items: center; background: var(--red); clip-path: polygon(50% 0, 94% 25%, 94% 75%, 50% 100%, 6% 75%, 6% 25%); color: white; display: inline-flex; font-size: 15px; height: 41px; justify-content: center; width: 45px; }
nav { align-items: center; display: flex; font-size: 14px; font-weight: 700; gap: clamp(20px, 3vw, 42px); }
nav a { transition: color .2s ease; }
nav a:hover { color: var(--red); }
.nav-cta { background: var(--ink); border-radius: 3px; color: #fff; padding: 14px 19px; }
nav .nav-cta:hover { background: var(--red); color: #fff; }

.hero { background: var(--paper); display: grid; grid-template-columns: minmax(0, 1fr) minmax(430px, .92fr); min-height: calc(100vh - 84px); overflow: hidden; }
.hero-copy { align-self: center; padding: clamp(64px, 8vw, 112px) clamp(30px, 7vw, 112px); padding-right: clamp(40px, 5vw, 80px); }
.eyebrow { align-items: center; color: var(--red); display: flex; font-size: 12px; font-weight: 800; letter-spacing: 1.7px; margin: 0 0 25px; text-transform: uppercase; }
.eyebrow span { background: var(--red); display: inline-block; flex: 0 0 auto; height: 2px; margin-right: 12px; width: 34px; }
h1 { font-size: 61px; font-weight: 800; letter-spacing: 0; line-height: 1.03; margin: 0; max-width: 780px; }
h1 em, h2 em { color: var(--red); font-style: normal; }
h1 em { display: block; }
.hero-intro { color: var(--muted); font-size: 20px; line-height: 1.65; margin: 30px 0 0; max-width: 650px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 36px; }
.button { align-items: center; border-radius: 3px; display: inline-flex; font-size: 14px; font-weight: 800; justify-content: center; min-height: 51px; padding: 0 22px; transition: background .2s ease, color .2s ease, border-color .2s ease; }
.button-primary { background: var(--red); color: #fff; }
.button-primary:hover { background: var(--red-dark); }
.button-secondary { border: 1px solid #b9b6af; }
.button-secondary:hover { border-color: var(--red); color: var(--red); }
.button-secondary span { color: var(--red); font-size: 21px; margin-left: 12px; }
.hero-stats { border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); margin: 52px 0 0; max-width: 640px; padding-top: 25px; }
.hero-stats div { border-right: 1px solid var(--line); padding: 0 24px; }
.hero-stats div:first-child { padding-left: 0; }
.hero-stats div:last-child { border: 0; }
.hero-stats dt { font-size: 38px; font-weight: 800; letter-spacing: 0; }
.hero-stats dd { color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: 1px; margin: 5px 0 0; text-transform: uppercase; }
.hero-visual { background: var(--ink); min-height: 660px; position: relative; }
.image-frame { inset: 0; position: absolute; }
.image-frame::after { background: linear-gradient(180deg, transparent 48%, rgba(12,18,20,.58)); content: ''; inset: 0; position: absolute; }
.image-frame img, .gallery-main img, .gallery-detail img, .process-image img, .result-image img { height: 100%; inset: 0; object-fit: cover; position: absolute; width: 100%; }
.project-badge { background: var(--red); color: #fff; font-size: 12px; font-weight: 800; line-height: 1.5; padding: 17px 22px; position: absolute; right: 0; text-transform: uppercase; top: 0; }
.project-badge span { border: 1px solid rgba(255,255,255,.6); border-radius: 50%; display: inline-grid; height: 20px; margin-right: 8px; place-items: center; width: 20px; }
.image-caption { bottom: 28px; color: #fff; font-size: 13px; font-weight: 700; left: 30px; margin: 0; position: absolute; }
.image-caption span { color: var(--mint); margin-right: 12px; }

.capability-strip { align-items: center; background: var(--red); color: #fff; display: flex; font-size: 11px; font-weight: 800; gap: clamp(15px, 2.6vw, 42px); justify-content: center; letter-spacing: 1.15px; min-height: 64px; overflow: hidden; padding: 15px 25px; text-transform: uppercase; white-space: nowrap; }
.capability-strip i { background: rgba(255,255,255,.46); border-radius: 50%; height: 4px; width: 4px; }

.project-section { padding-bottom: clamp(90px, 10vw, 150px); padding-top: clamp(90px, 10vw, 150px); }
.section-heading { display: grid; gap: 40px; grid-template-columns: .75fr 1.4fr; margin-bottom: clamp(48px, 6vw, 82px); }
.section-heading h2, .process-intro h2, .result-copy h2, .services-heading h2, .faq-heading h2, .contact-inner h2 { font-size: 56px; font-weight: 800; letter-spacing: 0; line-height: 1.05; margin: 0; }
.section-heading .eyebrow { margin-top: 12px; }
.section-heading h2 em { display: block; }
.project-grid { align-items: center; display: grid; gap: clamp(50px, 8vw, 120px); grid-template-columns: .82fr 1.18fr; }
.project-copy .lead { color: var(--ink); font-size: 27px; font-weight: 700; letter-spacing: 0; line-height: 1.45; margin-top: 0; }
.project-copy > p:not(.lead) { color: var(--muted); font-size: 17px; line-height: 1.7; }
.project-note { align-items: flex-start; background: var(--paper); border-left: 3px solid var(--red); display: flex; gap: 15px; margin-top: 35px; padding: 22px; }
.project-note > span { align-items: center; background: var(--red); border-radius: 50%; color: #fff; display: flex; flex: 0 0 25px; font-size: 13px; font-weight: 800; height: 25px; justify-content: center; }
.project-note p { color: var(--muted); font-size: 14px; line-height: 1.55; margin: 0; }
.project-note strong { color: var(--ink); display: block; margin-bottom: 3px; }
.project-gallery { display: grid; gap: 14px; grid-template-columns: 1.5fr .75fr; grid-template-rows: 1fr 155px; min-height: 610px; }
.gallery-main { grid-row: 1 / 3; margin: 0; overflow: hidden; position: relative; }
.gallery-main figcaption { background: rgba(32,37,43,.92); bottom: 18px; color: white; font-size: 11px; font-weight: 800; left: 18px; letter-spacing: 1px; padding: 11px 14px; position: absolute; text-transform: uppercase; }
.gallery-detail { overflow: hidden; position: relative; }
.gallery-stat { align-items: center; background: var(--red); color: #fff; display: flex; gap: 15px; justify-content: center; padding: 22px; }
.gallery-stat strong { font-size: 62px; letter-spacing: 0; line-height: 1; }
.gallery-stat span { font-size: 11px; font-weight: 800; letter-spacing: .8px; line-height: 1.5; text-transform: uppercase; }

.process-section { background: var(--ink); color: #fff; padding: clamp(90px, 10vw, 150px) 0; }
.process-intro { align-items: end; border-bottom: 1px solid rgba(255,255,255,.16); display: grid; gap: 70px; grid-template-columns: 1.4fr .6fr; padding-bottom: 65px; }
.eyebrow-light { color: var(--mint); }
.eyebrow-light span { background: var(--mint); }
.process-intro h2 em { color: var(--mint); }
.process-intro > p { color: #b8bec2; font-size: 17px; line-height: 1.7; margin: 0; max-width: 460px; }
.process-list { list-style: none; margin: 0; padding: 45px 0 0; }
.process-step { align-items: center; border-bottom: 1px solid rgba(255,255,255,.15); display: grid; gap: clamp(45px, 7vw, 110px); grid-template-columns: 1fr 1fr; padding: 50px 0; }
.process-step:nth-child(even) .process-image { order: 2; }
.process-image { aspect-ratio: 16 / 10; overflow: hidden; position: relative; }
.process-image::after { background: linear-gradient(135deg, transparent 60%, rgba(0,0,0,.4)); content: ''; inset: 0; position: absolute; }
.process-image img { transition: transform .5s ease; }
.process-step:hover .process-image img { transform: scale(1.025); }
.process-image > span { bottom: 18px; color: #fff; font-size: 60px; font-weight: 800; letter-spacing: 0; line-height: 1; position: absolute; right: 22px; z-index: 1; }
.process-copy { max-width: 570px; }
.step-label { color: var(--mint); font-size: 11px; font-weight: 800; letter-spacing: 1.5px; margin: 0 0 18px; text-transform: uppercase; }
.process-copy h3 { font-size: 42px; letter-spacing: 0; line-height: 1.05; margin: 0 0 20px; }
.process-copy > p:not(.step-label) { color: #b9bfc3; font-size: 17px; line-height: 1.7; }
.step-meta { border-top: 1px solid rgba(255,255,255,.18); color: #fff; display: block; font-size: 11px; font-weight: 800; letter-spacing: 1px; margin-top: 28px; padding-top: 17px; text-transform: uppercase; }

.result-section { align-items: stretch; display: grid; grid-template-columns: 1fr .86fr; min-height: 690px; padding-bottom: clamp(90px, 10vw, 150px); padding-top: clamp(90px, 10vw, 150px); }
.result-image { min-height: 580px; overflow: hidden; position: relative; }
.result-image::after { background: linear-gradient(180deg, transparent 70%, rgba(15,20,24,.55)); content: ''; inset: 0; position: absolute; }
.result-image > span { bottom: 20px; color: #fff; font-size: 11px; font-weight: 800; left: 20px; letter-spacing: 1.2px; position: absolute; text-transform: uppercase; z-index: 1; }
.result-copy { align-items: flex-start; background: var(--paper); display: flex; flex-direction: column; justify-content: center; padding: clamp(40px, 6vw, 90px); }
.result-copy > p:not(.eyebrow) { color: var(--muted); font-size: 17px; line-height: 1.7; margin: 28px 0; }
.result-copy ul { list-style: none; margin: 0; padding: 0; }
.result-copy li { align-items: center; display: flex; font-size: 14px; font-weight: 700; gap: 12px; margin: 12px 0; }
.result-copy li span { align-items: center; background: var(--red); border-radius: 50%; color: white; display: flex; font-size: 10px; height: 21px; justify-content: center; width: 21px; }

.services-section { background: var(--paper); padding: clamp(90px, 10vw, 140px) 0; }
.services-heading { align-items: end; display: grid; gap: 70px; grid-template-columns: 1.2fr .8fr; margin-bottom: 60px; }
.services-heading > p { color: var(--muted); font-size: 17px; line-height: 1.7; margin: 0; }
.service-grid { border-left: 1px solid var(--line); border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); }
.service-card { background: rgba(255,255,255,.38); border-bottom: 1px solid var(--line); border-right: 1px solid var(--line); min-height: 260px; padding: 34px; transition: background .25s ease, transform .25s ease; }
.service-card:hover { background: #fff; transform: translateY(-3px); }
.service-number { color: var(--red); display: block; font-size: 11px; font-weight: 800; letter-spacing: 1px; margin-bottom: 52px; }
.service-card h3 { font-size: 24px; letter-spacing: 0; margin: 0 0 12px; }
.service-card p { color: var(--muted); font-size: 15px; line-height: 1.65; margin: 0; }

.faq-section { display: grid; gap: clamp(60px, 8vw, 120px); grid-template-columns: .75fr 1.25fr; padding-bottom: clamp(90px, 10vw, 145px); padding-top: clamp(90px, 10vw, 145px); }
.faq-heading h2 { font-size: 52px; }
.faq-heading h2 em { display: block; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { align-items: center; cursor: pointer; display: flex; font-size: 19px; font-weight: 800; justify-content: space-between; list-style: none; padding: 27px 0; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--red); font-size: 28px; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { color: var(--muted); font-size: 16px; line-height: 1.7; margin: -5px 50px 28px 0; }

.contact-section { background: var(--red); color: #fff; padding: clamp(85px, 9vw, 135px) clamp(24px, 5vw, 76px); }
.contact-inner { align-items: end; display: grid; gap: 90px; grid-template-columns: 1.35fr .65fr; margin: 0 auto; max-width: 1350px; }
.eyebrow-contact { color: #fff; }
.eyebrow-contact span { background: #fff; }
.contact-inner h2 { max-width: 820px; }
.contact-inner h2 em { color: #fff; display: block; }
.contact-inner > div:first-child > p:last-child { color: rgba(255,255,255,.78); font-size: 17px; line-height: 1.7; max-width: 760px; }
.contact-actions { align-items: flex-start; display: flex; flex-direction: column; }
.contact-button { background: #fff; color: var(--red); min-height: 58px; padding: 0 27px; }
.contact-button:hover { background: var(--ink); color: #fff; }
.contact-button span { font-size: 22px; margin-left: 16px; }
.contact-actions p { color: rgba(255,255,255,.7); font-size: 12px; font-weight: 700; line-height: 1.65; margin: 20px 0 0; }
.contact-actions p a { color: #fff; }

footer { align-items: center; background: var(--ink); color: #aab0b4; display: grid; font-size: 12px; grid-template-columns: 1fr auto 1fr; min-height: 120px; padding: 30px clamp(24px, 5vw, 76px); }
.footer-brand { color: #fff; font-size: 19px; justify-self: start; }
.footer-brand .brand-mark { height: 34px; width: 37px; }
footer p { margin: 0; text-align: center; }
footer > a:last-child { color: #fff; font-weight: 700; justify-self: end; }

@media (max-width: 1050px) {
  nav a:not(.nav-cta) { display: none; }
  .project-grid, .result-section { gap: 55px; grid-template-columns: 1fr; }
  .project-copy { max-width: 800px; }
  .result-copy { min-height: 520px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .faq-section { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding: 62px 24px; }
  .hero-visual { min-height: 620px; }
  h1 { font-size: 48px; letter-spacing: 0; }
  .section-heading h2, .process-intro h2, .result-copy h2, .services-heading h2, .faq-heading h2, .contact-inner h2 { font-size: 46px; }
  .process-copy h3 { font-size: 36px; }
  .capability-strip { justify-content: flex-start; }
  .section-heading, .process-intro, .services-heading, .contact-inner { align-items: start; grid-template-columns: 1fr; }
  .section-heading { gap: 0; }
  .process-step { grid-template-columns: 1fr; }
  .process-step:nth-child(even) .process-image { order: initial; }
  .process-copy { padding-bottom: 15px; }
  footer { gap: 22px; grid-template-columns: 1fr; text-align: left; }
  footer p, footer > a:last-child { justify-self: start; text-align: left; }
}

@media (max-width: 620px) {
  .site-header { height: 72px; padding: 0 18px; }
  .brand { font-size: 17px; gap: 7px; }
  .brand-mark { height: 35px; width: 38px; }
  .nav-cta { font-size: 11px; padding: 11px 10px; }
  .section-shell { padding-left: 20px; padding-right: 20px; }
  .hero-copy { padding: 52px 22px 58px; }
  h1 { font-size: 36px; }
  .hero-intro { font-size: 17px; }
  .section-heading h2, .process-intro h2, .result-copy h2, .services-heading h2, .faq-heading h2, .contact-inner h2 { font-size: 34px; }
  .project-copy .lead { font-size: 22px; }
  .process-copy h3 { font-size: 30px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .button { width: 100%; }
  .hero-stats { gap: 10px; }
  .hero-stats div { padding: 0 9px; }
  .hero-stats dt { font-size: 25px; }
  .hero-stats dd { font-size: 9px; }
  .hero-visual { min-height: 440px; }
  .project-badge { font-size: 9px; padding: 12px; }
  .image-caption { font-size: 11px; left: 18px; }
  .project-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 410px 125px; min-height: auto; }
  .gallery-main { grid-column: 1 / 3; grid-row: 1; }
  .gallery-detail { grid-column: 1; grid-row: 2; }
  .gallery-stat { grid-column: 2; grid-row: 2; padding: 12px; }
  .gallery-stat strong { font-size: 42px; }
  .gallery-stat span { font-size: 9px; }
  .process-image { aspect-ratio: 4 / 3; }
  .process-step { gap: 28px; padding: 38px 0; }
  .result-image { min-height: 430px; }
  .result-copy { min-height: 500px; padding: 40px 24px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 220px; }
  .service-number { margin-bottom: 35px; }
  .faq-list summary { font-size: 16px; gap: 20px; }
  .contact-inner { gap: 45px; }
  .contact-button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
