:root {
  --white: #ffffff;
  --ink: #101117;
  --muted: #68696e;
  --line: #d9d9d9;
  --accent: #1379c8;
  --max: 1440px;
  --gutter: clamp(1.25rem, 4.25vw, 4.75rem);
  font-family: "Manrope", "Helvetica Neue", Arial, sans-serif;
  color: var(--ink);
  background: var(--white);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: #fff; }
body { margin: 0; overflow-x: clip; background: #fff; color: var(--ink); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
::selection { background: #f3c64d; color: #111; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; }

.skip-link { position: fixed; top: .5rem; left: .5rem; z-index: 100; padding: .7rem 1rem; transform: translateY(-150%); background: #111; color: #fff; }
.skip-link:focus { transform: none; }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 20; min-height: 4.5rem;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 var(--gutter); border-bottom: 1px solid transparent;
  transition: background-color 180ms ease, border-color 180ms ease;
}
.site-header.is-scrolled { background: rgba(255,255,255,.94); border-color: var(--line); backdrop-filter: blur(12px); }
.header-nav { display: flex; gap: clamp(1rem, 2vw, 2.5rem); }
.header-nav a, .header-contact { font-size: .64rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.header-nav a { position: relative; }
.header-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.35rem; height: 1px; background: #111; transition: right 180ms ease; }
.header-nav a:hover::after { right: 0; }
.header-contact { padding: .68rem 1rem; border-radius: 10rem; background: var(--ink); color: #fff; transition: transform 180ms ease; }
.header-contact:hover { transform: translateY(-2px); }

.hero { padding-top: 4.5rem; background: #fff; }
.hero-content {
  min-height: clamp(30rem, 50vw, 37rem); display: flex; flex-direction: column; align-items: center; justify-content: center;
  padding: 4rem var(--gutter) 3rem; text-align: center;
}
.hero-wordmark { display: inline-flex; align-items: center; margin: -2rem 0 -.2rem; }
.hero-wordmark img { width: clamp(9.5rem, 14vw, 12rem); height: auto; }
.hero h1 { margin: 0; font-size: clamp(2.85rem, 4.45vw, 4.4rem); font-weight: 600; letter-spacing: -.07em; line-height: .94; text-wrap: balance; }
.hero-content > p { max-width: 32rem; margin: 1.5rem 0 0; font-size: .94rem; line-height: 1.6; text-wrap: balance; }
.hero-stats { display: flex; gap: clamp(2rem, 4.5vw, 5rem); margin: 2.25rem 0 0; }
.hero-stats div { display: grid; grid-template-columns: auto auto; gap: .55rem; align-items: center; text-align: left; }
.hero-stats dt { font-size: 1.55rem; font-weight: 400; letter-spacing: -.05em; font-variant-numeric: tabular-nums; }
.hero-stats dd { margin: 0; color: #444; font-size: .6rem; font-weight: 700; letter-spacing: .08em; line-height: 1.35; text-transform: uppercase; }
.service-pills { display: flex; justify-content: center; flex-wrap: wrap; gap: .42rem; padding: 0 var(--gutter) 1.1rem; }
.service-pills a { padding: .43rem .82rem; border: 1px solid #929292; border-radius: 10rem; font-size: .6rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; transition: background 160ms ease, color 160ms ease; }
.service-pills a:hover { background: #111; color: #fff; }
.hero-media { max-width: var(--max); margin: 0 auto; }
.hero-media img { width: 100%; height: clamp(24rem, 42vw, 38rem); object-fit: cover; object-position: center 52%; }
.hero-media figcaption { margin: .55rem var(--gutter) 0; font-size: .52rem; letter-spacing: .08em; text-transform: uppercase; }

.section-shell { max-width: var(--max); margin: 0 auto; padding-inline: var(--gutter); background: #fff; }
.intro { padding-top: clamp(3.5rem, 5.5vw, 5.5rem); padding-bottom: clamp(6.5rem, 11vw, 12.5rem); }
.intro-grid { display: grid; grid-template-columns: 1.1fr 1fr; align-items: start; gap: clamp(3rem, 8vw, 8.5rem); padding-top: clamp(4.5rem, 9vw, 9.5rem); padding-left: clamp(0rem, 3vw, 3rem); }
.intro h2 { margin: 0; font-size: clamp(2.35rem, 3.85vw, 3.9rem); font-weight: 600; letter-spacing: -.05em; line-height: 1.05; }
.intro-copy { max-width: 21rem; margin: 0; color: var(--ink); font-size: clamp(.92rem, 1.08vw, 1.05rem); line-height: 1.72; }

.section-label { display: flex; justify-content: space-between; padding-bottom: .95rem; border-bottom: 1px solid var(--line); color: #666; font-size: .8rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.impact { min-height: clamp(55rem, 76vw, 70rem); padding-top: 4rem; padding-bottom: 6rem; }
.impact-heading { display: grid; grid-template-columns: 1fr .62fr; gap: 12vw; padding-top: clamp(4rem, 6.5vw, 6.5rem); }
.impact-heading h2 { margin: 0; font-size: clamp(1.8rem, 2.65vw, 2.7rem); font-weight: 600; letter-spacing: -.055em; line-height: 1.02; }
.impact-heading p { max-width: 31rem; margin: 0; font-size: .92rem; line-height: 1.72; }
.metric-stage { min-height: clamp(25rem, 34vw, 32rem); display: grid; grid-template-columns: repeat(12,1fr); align-items: end; gap: 5rem; padding-top: clamp(5rem, 8vw, 7rem); }
.metric { display: grid; align-content: start; }
.metric-a { grid-column: 3 / span 3; }
.metric-b { grid-column: 6 / span 3; }
.metric-c { grid-column: 9 / span 3; }
.metric > div { margin-bottom: 1rem; background: repeating-linear-gradient(100deg, transparent 0 8px, rgba(16,17,23,.55) 8px 9px); }
.metric-a > div { height: clamp(8rem, 12vw, 12rem); }
.metric-b > div { height: clamp(12rem, 18vw, 18rem); }
.metric-c > div { height: clamp(16rem, 24vw, 24rem); }
.metric strong { font-size: clamp(2.4rem, 3.7vw, 3.8rem); font-weight: 400; letter-spacing: -.065em; line-height: 1; font-variant-numeric: tabular-nums; }
.metric p { max-width: 14rem; margin: .4rem 0 0; color: #555; font-size: .82rem; line-height: 1.45; }

.services { padding-top: clamp(3.5rem, 5.5vw, 5.5rem); padding-bottom: clamp(6.5rem, 11vw, 12rem); }
.services-gallery { display: grid; grid-template-columns: 1fr 1.28fr 1fr; align-items: center; gap: clamp(1.8rem, 3.5vw, 4rem); padding-top: clamp(3rem, 5vw, 5rem); }
.gallery-col { display: flex; flex-direction: column; gap: clamp(1.2rem, 2.2vw, 2.2rem); }
.gallery-photo { margin: 0; overflow: hidden; background: #f4f4f6; }
.gallery-photo img { width: 100%; aspect-ratio: 1.18 / 1; object-fit: cover; filter: saturate(.82) contrast(1.02); transition: transform 450ms cubic-bezier(.2,.8,.2,1), filter 300ms ease; }
.gallery-photo:hover img { transform: scale(1.035); filter: saturate(1); }
.services-heading { text-align: center; padding: 0 clamp(.25rem, 1vw, 1.25rem); }
.services-heading h2 { margin: 0; font-size: clamp(1.85rem, 2.75vw, 2.85rem); font-weight: 600; letter-spacing: -.05em; line-height: 1.08; text-wrap: balance; }
.services-rule { display: block; width: 2.1rem; height: 1px; background: #969696; margin: 1.5rem auto 1.35rem; }
.services-heading p { max-width: 22rem; margin: 0 auto 1.85rem; color: #444; font-size: clamp(.84rem, 1.02vw, .96rem); line-height: 1.62; }
.outline-link { display: inline-flex; align-items: center; justify-content: center; gap: .55rem; padding: .68rem 1.4rem; border: 1px solid #101117; color: var(--ink); font-size: .62rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; transition: background 180ms ease, color 180ms ease, border-color 180ms ease; }
.outline-link:hover { background: #101117; color: #fff; }
.outline-link .link-arrow { font-size: .85rem; line-height: 1; transition: transform 180ms ease; }
.outline-link:hover .link-arrow { transform: translateX(3px); }
.service-list { display: grid; grid-template-columns: repeat(4,1fr); gap: 2.5rem; margin-top: clamp(6rem, 10vw, 10rem); }
.service-item { position: relative; min-height: 18rem; padding-top: 1.5rem; border-top: 1px solid #222; }
.service-item > span { color: #777; font-size: .75rem; }
.service-item h3 { margin: 2rem 0 1rem; font-size: 1.28rem; font-weight: 500; letter-spacing: -.035em; }
.service-item p { max-width: 18rem; margin: 0; color: #555; font-size: .88rem; line-height: 1.65; }
.service-item a { position: absolute; bottom: 0; left: 0; font-size: .74rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }

.statement { background: #0c0d13; color: #fff; }
.statement-inner { max-width: var(--max); margin: 0 auto; padding: clamp(5.5rem, 9.5vw, 10rem) var(--gutter); display: grid; grid-template-columns: 1fr 1.35fr; gap: clamp(2rem, 5vw, 5rem); align-items: start; }
.statement-label { padding-top: .45rem; }
.statement-kicker { display: block; color: #a9aaae; font-size: clamp(.72rem, .9vw, .82rem); font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.statement-rule { display: block; width: 1.6rem; height: 1px; background: rgba(255, 255, 255, .32); margin-top: 1.25rem; }
.statement-copy { max-width: 44rem; }
.statement-copy h2 { margin: 0; color: #f6f6f7; font-size: clamp(2.2rem, 3.5vw, 3.75rem); font-weight: 400; letter-spacing: -.04em; line-height: 1.16; }
.statement-copy p { max-width: 32rem; margin: clamp(2rem, 3.5vw, 3rem) 0 0; color: #a2a4ab; font-size: clamp(.95rem, 1.15vw, 1.15rem); line-height: 1.58; }

.proof { background: #fff; }
.testimonial { max-width: 46rem; margin: 0 auto; padding: clamp(6rem, 8.5vw, 8.5rem) var(--gutter); text-align: center; }
.testimonial > span { font-family: Georgia, serif; font-size: 4rem; line-height: .5; }
.testimonial blockquote { margin: 2.25rem 0 0; font-size: clamp(1.2rem, 1.7vw, 1.75rem); letter-spacing: -.035em; line-height: 1.42; text-wrap: balance; }
.testimonial figcaption { display: grid; gap: .25rem; margin-top: 2.2rem;}
.testimonial small { color: #666; }
.logo-strip { display: grid; grid-template-columns: repeat(8,1fr); max-width: var(--max); margin: 0 auto; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.logo-strip div { min-width: 0; min-height: 7.5rem; display: grid; place-items: center; padding: 1.4rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.logo-strip img { width: min(7rem,100%); max-height: 3.5rem; object-fit: contain; }

.contact { position: relative; min-height: 42rem; display: grid; place-items: center; overflow: hidden; padding: 4rem var(--gutter); }
.contact-background { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.contact-card { position: relative; z-index: 2; width: min(100%, 33rem); padding: clamp(2rem, 3.4vw, 3rem); background: #fff; text-align: center; }
.contact-card h2 { margin: 0; font-size: clamp(1.65rem, 2.2vw, 2.25rem); font-weight: 600; letter-spacing: -.05em; }
.contact-card > p { max-width: 27rem; margin: 1rem auto 2.4rem; color: #555; font-size: .8rem; line-height: 1.6; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.3rem; }
form label { display: grid; gap: .35rem; margin-bottom: 1rem; color: #777; font-size: .7rem; letter-spacing: .08em; text-align: left; text-transform: uppercase; }
input, textarea { width: 100%; border: 0; border-bottom: 1px solid #bdbdbd; border-radius: 0; outline: 0; box-shadow: none; padding: .55rem 0; background: transparent; color: #111; font-size: .84rem; resize: vertical; appearance: none; }
input:focus, textarea:focus { border-color: #111; }
form input:focus-visible, form textarea:focus-visible { outline: none; box-shadow: none; }
label.has-error input, label.has-error textarea { border-color: #b33f34; }
.form-status { min-height: 1rem; margin: 0 0 .55rem; color: #b33f34; font-size: .64rem; text-align: left; }
form button { width: 100%; min-height: 2.8rem; border: 1px solid #111; background: #111; color: #fff; font-size: .65rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; cursor: pointer; transition: background 160ms ease, color 160ms ease; }
form button:hover { background: #fff; color: #111; }

.site-footer { display: grid; grid-template-columns: 1fr .8fr .5fr .5fr; gap: 4rem; padding: 4.5rem var(--gutter); background: #0c0d13; color: #fff; }
.footer-wordmark { align-self: start; display: block; width: 8rem; margin: -2.5rem 0; }
.footer-wordmark img { width: 100%; height: auto; }
.site-footer address, .site-footer nav { display: flex; flex-direction: column; gap: .7rem; font-size: .72rem; font-style: normal; }
.site-footer address strong { margin-bottom: .6rem; font-size: .52rem; letter-spacing: .13em; text-transform: uppercase; }
.site-footer > p { margin: 0; align-self: end; color: #96979d; font-size: .65rem; line-height: 1.7; }

.reveal { opacity: 0; transform: translateY(1.5rem); transition: opacity 700ms cubic-bezier(.2,.75,.2,1), transform 700ms cubic-bezier(.2,.75,.2,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 800px) {
  .site-header { min-height: 3.75rem; padding-inline: 1rem; }
  .header-nav { gap: .8rem; }
  .header-nav a, .header-contact { font-size: .43rem; letter-spacing: .08em; }
  .header-contact { padding: .55rem .7rem; }
  .hero { padding-top: 3.75rem; }
  .hero-content { min-height: 29rem; padding-top: 3.5rem; }
  .hero-wordmark { margin-bottom: 2rem; font-size: 1rem; }
  .hero h1 { font-size: clamp(2.7rem, 11.8vw, 3.8rem); }
  .hero-content > p { max-width: 20rem; font-size: .76rem; }
  .hero-stats { gap: 1.3rem; }
  .hero-stats div { grid-template-columns: 1fr; gap: .1rem; text-align: center; }
  .hero-stats dt { font-size: 1.35rem; }
  .hero-stats dd { font-size: .4rem; }
  .service-pills { padding-inline: 1rem; }
  .service-pills a { font-size: .41rem; padding: .38rem .6rem; }
  .hero-media img { height: 24rem; object-position: 52% center; }
  .intro { padding-top: 3.5rem; padding-bottom: 5.5rem; }
  .intro-grid { grid-template-columns: 1fr; gap: 2rem; padding-top: 3.5rem; padding-left: 0; }
  .intro h2 { font-size: clamp(2rem, 4.5vw, 2.5rem); }
  .intro-copy { max-width: 32rem; font-size: .9rem; }
  .impact-heading { grid-template-columns: 1fr; gap: 2.5rem; }
  .metric-stage { grid-template-columns: repeat(3,1fr); gap: .8rem; padding-top: 6rem; }
  .metric-a, .metric-b, .metric-c { grid-column: auto; }
  .metric-a > div { height: 6rem; }
  .metric-b > div { height: 9rem; }
  .metric-c > div { height: 12rem; }
  .metric > div { background: repeating-linear-gradient(100deg,transparent 0 6px,rgba(16,17,23,.55) 6px 7px); }
  .metric strong { font-size: 2.25rem; }
  .metric p { font-size: .52rem; }
  .services { padding-top: 3.5rem; padding-bottom: 5.5rem; }
  .services-gallery { grid-template-columns: 1fr 1fr; gap: 1.8rem; padding-top: 2.5rem; }
  .services-heading { grid-column: 1 / -1; order: -1; margin-bottom: 1.5rem; padding: 0; }
  .services-heading h2 { font-size: clamp(1.9rem, 4.5vw, 2.5rem); }
  .gallery-col { gap: 1.5rem; }
  .gallery-photo img { aspect-ratio: 1.2 / 1; }
  .service-list { margin-top: 5rem; grid-template-columns: 1fr 1fr; gap: 4rem 1.5rem; }
  .statement-inner { grid-template-columns: 1fr; gap: 2.5rem; padding: 5rem var(--gutter); }
  .statement-copy h2 { font-size: clamp(2rem, 5.5vw, 2.85rem); }
  .logo-strip { grid-template-columns: repeat(2,1fr); }
  .site-footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 480px) {
  .hero-content { min-height: 28rem; }
  .hero h1 { font-size: 2.85rem; }
  .hero-media img { height: 22rem; }
  .hero-media figcaption { margin-inline: 1rem; }
  .intro { padding-top: 2.5rem; padding-bottom: 4rem; }
  .intro-grid { padding-top: 2.25rem; gap: 1.5rem; }
  .intro h2 { font-size: 1.85rem; }
  .intro-copy { max-width: 100%; font-size: .88rem; line-height: 1.65; }
  .impact { min-height: 53rem; }
  .metric-stage { gap: .45rem; }
  .metric-a > div { height: 5.5rem; }
  .metric-b > div { height: 8.5rem; }
  .metric-c > div { height: 11.5rem; }
  .metric strong { font-size: 2rem; }
  .services-gallery { grid-template-columns: 1fr; gap: 2rem; }
  .services-heading { grid-column: auto; margin-bottom: .5rem; }
  .services-heading h2 { font-size: 1.85rem; }
  .services-rule { margin: 1.25rem auto 1.15rem; }
  .services-heading p { font-size: .86rem; margin-bottom: 1.5rem; }
  .gallery-col { gap: 1.25rem; }
  .gallery-photo img { aspect-ratio: 4 / 3; }
  .service-list { margin-top: 4rem; grid-template-columns: 1fr; gap: 3.5rem; }
  .service-item { min-height: 15rem; }
  .statement-inner { padding: 4.25rem 1.25rem; gap: 2rem; }
  .statement-copy h2 { font-size: 1.95rem; line-height: 1.2; }
  .statement-copy p { margin-top: 1.5rem; font-size: .95rem; }
  .form-grid { grid-template-columns: 1fr; gap: 0; }
  .contact { padding-inline: 1rem; }
  .contact-card { padding: 2rem 1.3rem; }
  .site-footer { grid-template-columns: 1fr; gap: 2.5rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1; transform: none; }
}
