:root {
  --black: #080b0d;
  --black-soft: #101416;
  --ink: #151a1c;
  --paper: #ecefe9;
  --white: #f7f9f5;
  --teal: #32e2b2;
  --teal-dark: #18b88d;
  --muted-dark: #9aa39e;
  --muted-light: #5a625e;
  --line-dark: rgba(247, 249, 245, 0.2);
  --line-light: rgba(8, 11, 13, 0.22);
  --display: "Barlow Condensed", "Arial Narrow", sans-serif;
  --body: "Manrope", Arial, sans-serif;
  --mono: "Space Mono", monospace;
  --shell: 1240px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; min-width: 320px; overflow-x: hidden; color: var(--white); background: var(--black); font-family: var(--body); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--teal); outline-offset: 4px; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 1000; padding: 10px 15px; color: var(--black); background: var(--teal); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }

.utility-bar { position: relative; z-index: 110; min-height: 32px; color: var(--black); background: var(--teal); font-family: var(--mono); font-size: 9px; font-weight: 700; letter-spacing: .12em; line-height: 1; text-transform: uppercase; }
.utility-inner { display: grid; min-height: 32px; grid-template-columns: 1fr auto 1fr; align-items: center; }
.utility-center { display: flex; align-items: center; gap: 12px; }
.utility-center i { width: 3px; height: 3px; background: currentColor; }
.utility-inner a { justify-self: end; }

.site-header { position: sticky; top: 0; z-index: 100; height: 84px; color: var(--white); background: var(--black); border-bottom: 1px solid var(--line-dark); }
.header-inner { display: flex; height: 100%; align-items: center; }
.brand { display: flex; min-width: 132px; min-height: 76px; align-items: center; }
.brand-crop { display: block; width: 114px; }
.brand-crop img { width: 114px; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: 34px; margin-left: auto; margin-right: 34px; }
.desktop-nav a { display: inline-flex; min-height: 44px; align-items: center; color: #bec6c1; font-family: var(--display); font-size: 14px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; transition: color 180ms ease; }
.desktop-nav a:hover { color: var(--teal); }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 16px; padding: 0 22px; border: 1px solid transparent; border-radius: 0; cursor: pointer; font-family: var(--display); font-size: 14px; font-weight: 800; letter-spacing: .08em; line-height: 1; text-transform: uppercase; transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease; }
.button svg, .text-link svg, .service-list svg { width: 19px; height: 19px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-linecap: square; stroke-linejoin: miter; stroke-width: 1.8; }
.button-teal { color: var(--black); background: var(--teal); }
.button-teal:hover { color: var(--white); background: var(--teal-dark); }
.menu-toggle, .mobile-menu { display: none; }

.hero { display: grid; min-height: 720px; grid-template-columns: 44% 56%; background: var(--black); border-bottom: 1px solid var(--line-dark); }
.hero-copy { position: relative; display: flex; min-width: 0; align-items: center; overflow: hidden; background: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px), var(--black); background-size: 58px 58px; }
.hero-copy-inner { position: relative; z-index: 2; width: min(100%, 610px); padding: 70px clamp(30px, 5.3vw, 92px) 76px max(30px, calc((100vw - var(--shell)) / 2)); }
.eyebrow { margin: 0 0 22px; color: var(--teal); font-family: var(--mono); font-size: 10px; font-weight: 700; letter-spacing: .14em; line-height: 1.4; text-transform: uppercase; }
.eyebrow-dark { color: #08785c; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); text-transform: uppercase; }
h1 { margin-bottom: 27px; font-size: clamp(68px, 6.6vw, 108px); font-weight: 900; letter-spacing: -.045em; line-height: .78; }
h1 em, h2 em { color: var(--teal); font-style: italic; font-weight: 800; }
.hero-intro { max-width: 520px; margin-bottom: 33px; color: #b2bbb6; font-size: 15px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 27px; }
.text-link { display: inline-flex; min-height: 46px; align-items: center; gap: 12px; border-bottom: 1px solid currentColor; color: var(--white); font-family: var(--display); font-size: 14px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; transition: color 180ms ease; }
.text-link:hover { color: var(--teal); }
.text-link-dark { color: var(--ink); }
.hero-index { position: absolute; right: 20px; bottom: 0; left: 0; padding: 13px 0; border-top: 1px solid var(--line-dark); color: #6f7873; font-family: var(--mono); font-size: 8px; letter-spacing: .16em; text-align: right; }
.hero-image { position: relative; min-width: 0; overflow: hidden; background: #121819; }
.hero-image > img { width: 100%; height: 100%; object-fit: cover; object-position: center; transform: scale(1.22); }
.hero-image::after { position: absolute; inset: 0; background: linear-gradient(to top, rgba(8,11,13,.62), transparent 42%); content: ""; pointer-events: none; }
.hero-image-label { position: absolute; right: 36px; bottom: 34px; z-index: 2; width: min(340px, calc(100% - 72px)); padding: 18px 20px; color: var(--white); background: var(--black); border-left: 5px solid var(--teal); }
.hero-image-label span, .hero-image-label strong { display: block; }
.hero-image-label span { color: var(--teal); font-family: var(--mono); font-size: 8px; letter-spacing: .13em; text-transform: uppercase; }
.hero-image-label strong { margin-top: 5px; font-family: var(--display); font-size: 21px; line-height: 1; text-transform: uppercase; }
.hero-image-number { position: absolute; top: 22px; right: 28px; z-index: 2; color: rgba(255,255,255,.68); font-family: var(--mono); font-size: 11px; }

.service-ticker { color: var(--black); background: var(--teal); border-bottom: 1px solid var(--black); }
.ticker-track { display: flex; min-height: 58px; align-items: center; justify-content: space-between; gap: 18px; font-family: var(--display); font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.ticker-track i { width: 5px; height: 5px; flex: 0 0 auto; background: var(--black); }
.section { padding: 120px 0; }

.services { color: var(--ink); background: var(--paper); border-bottom: 1px solid var(--line-light); }
.services-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; }
.section-intro { align-self: start; }
.section-intro h2, .results-heading h2, .work-heading h2, .process-head h2, .contact-head h2 { margin-bottom: 28px; font-size: clamp(56px, 6vw, 88px); font-weight: 900; letter-spacing: -.04em; line-height: .84; }
.section-intro h2 em, .work-heading h2 em { color: #08785c; }
.section-intro > p:not(.eyebrow), .work-heading > p:not(.eyebrow) { max-width: 430px; margin-bottom: 25px; color: var(--muted-light); font-size: 14px; line-height: 1.75; }
.service-list { margin: 0; padding: 0; border-top: 1px solid var(--line-light); list-style: none; }
.service-list li { display: grid; min-height: 142px; grid-template-columns: 54px 1fr 32px; align-items: center; gap: 18px; padding: 21px 0; border-bottom: 1px solid var(--line-light); }
.service-list > li > span { align-self: start; padding-top: 7px; color: #08785c; font-family: var(--mono); font-size: 10px; }
.service-list h3 { margin: 0 0 8px; font-size: 30px; font-weight: 800; line-height: 1; }
.service-list p { max-width: 520px; margin: 0; color: var(--muted-light); font-size: 13px; line-height: 1.65; }
.service-list svg { color: #08785c; transition: transform 180ms ease; }
.service-list li:hover svg { transform: translateX(5px); }

.results { background: var(--black-soft); border-bottom: 1px solid var(--line-dark); }
.results-heading { display: grid; grid-template-columns: 1fr 360px; align-items: end; gap: 80px; margin-bottom: 70px; }
.results-heading h2 { margin-bottom: 0; }
.results-heading > p { margin: 0; color: var(--muted-dark); font-size: 13px; line-height: 1.75; }
.comparison-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 548px)); justify-content: space-between; gap: 48px 28px; }
.comparison-pair { width: 100%; }
.comparison-title { display: flex; align-items: baseline; gap: 16px; padding: 0 0 13px; border-bottom: 1px solid var(--line-dark); }
.comparison-title span { color: var(--teal); font-family: var(--mono); font-size: 9px; }
.comparison-title h3 { margin: 0; font-size: 24px; font-weight: 800; letter-spacing: .01em; }
.pair-images { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; padding-top: 12px; }
.pair-images figure { position: relative; width: 100%; margin: 0; background: #181d1f; }
.pair-images img { width: 100%; height: auto; aspect-ratio: 1; object-fit: cover; }
.pair-images figcaption { position: absolute; bottom: 0; left: 0; padding: 7px 10px; color: var(--black); background: var(--teal); font-family: var(--mono); font-size: 8px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.pair-images figure:first-child figcaption { color: var(--white); background: var(--black); }

.work { color: var(--ink); background: var(--paper); }
.work-heading { display: grid; grid-template-columns: 1fr 360px; align-items: end; gap: 80px; margin-bottom: 62px; }
.work-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -22px; }
.work-heading h2 { margin-bottom: 0; }
.work-heading > p:not(.eyebrow) { margin-bottom: 0; }
.contact-sheet { display: grid; width: min(100%, 1120px); grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 32px 16px; margin-inline: auto; padding: 28px 0 0; border-top: 1px solid var(--line-light); }
.contact-photo { width: 100%; margin: 0; }
.contact-photo img { width: 100%; height: auto; aspect-ratio: 1; object-fit: cover; background: #d6dad4; }
.contact-photo figcaption { display: flex; gap: 10px; padding-top: 11px; color: #313836; font-family: var(--display); font-size: 14px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.contact-photo figcaption span { color: #08785c; font-family: var(--mono); font-size: 9px; }

.process { color: var(--black); background: var(--teal); border-block: 1px solid var(--black); }
.process-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: stretch; }
.process-head { padding: 82px 70px 82px 0; border-right: 1px solid var(--black); }
.process-head .eyebrow { color: var(--black); }
.process-head h2 { margin: 0; font-size: clamp(52px, 5vw, 74px); }
.process-steps { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; padding: 0; list-style: none; }
.process-steps li { display: flex; min-width: 0; flex-direction: column; justify-content: space-between; padding: 82px 25px 70px; border-right: 1px solid var(--black); }
.process-steps li:last-child { border-right: 0; }
.process-steps > li > span { font-family: var(--mono); font-size: 10px; }
.process-steps h3 { margin: 70px 0 8px; font-size: 29px; font-weight: 900; }
.process-steps p { margin: 0; font-size: 12px; line-height: 1.6; }

.contact { padding: 130px 0; background: var(--black); }
.contact-grid { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 100px; }
.contact-head h2 { margin-bottom: 0; }
.contact-details > p { max-width: 520px; margin-bottom: 25px; color: var(--muted-dark); font-size: 14px; }
.contact-lines { margin-top: 34px; border-top: 1px solid var(--line-dark); }
.contact-lines > a, .contact-lines > span { display: grid; min-height: 67px; grid-template-columns: 120px 1fr; align-items: center; border-bottom: 1px solid var(--line-dark); }
.contact-lines span span, .contact-lines a span { color: var(--teal); font-family: var(--mono); font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.contact-lines strong { overflow-wrap: anywhere; font-family: var(--display); font-size: 17px; letter-spacing: .03em; }
.contact-lines a:hover strong { color: var(--teal); }

.site-footer { padding: 65px 0; color: #abb3af; background: #050708; border-top: 1px solid var(--line-dark); }
.footer-grid { display: grid; grid-template-columns: 1.35fr .55fr .65fr 1fr; gap: 70px; }
.footer-logo { width: 220px; }
.footer-logo img { width: 220px; height: auto; }
.footer-grid > div:not(.footer-logo) { display: flex; flex-direction: column; gap: 8px; }
.footer-label { margin-bottom: 10px; color: var(--white); font-family: var(--mono); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid a { font-family: var(--display); font-size: 14px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; transition: color 180ms ease; }
.footer-grid a:hover { color: var(--teal); }
.footer-note { justify-content: space-between; }
.footer-note p { margin: 0; font-size: 12px; line-height: 1.7; }
.footer-note span { font-family: var(--mono); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }

.reveal { opacity: 0; transform: translateY(16px); transition: opacity 480ms var(--ease), transform 480ms var(--ease); }
.reveal-delay { transition-delay: 100ms; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1050px) {
  .desktop-nav { display: none; }
  .header-cta { margin-left: auto; }
  .hero { grid-template-columns: 48% 52%; }
  .hero-copy-inner { padding-left: 34px; padding-right: 28px; }
  .comparison-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 44px 18px; }
  .contact-sheet { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .services-layout { gap: 60px; }
}

@media (max-width: 900px) {
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { min-height: 620px; }
  .hero-copy-inner { width: min(100% - 48px, 690px); margin-inline: auto; padding: 80px 0 100px; }
  .hero-image { min-height: 610px; }
  .services-layout, .contact-grid { grid-template-columns: 1fr; gap: 60px; }
  .results-heading, .work-heading { grid-template-columns: 1fr; gap: 28px; }
  .work-heading .eyebrow { grid-column: auto; margin-bottom: -4px; }
  .comparison-grid { grid-template-columns: minmax(0, 610px); justify-content: center; }
  .contact-sheet { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .process-grid { grid-template-columns: 1fr; }
  .process-head { padding: 68px 0; border-right: 0; border-bottom: 1px solid var(--black); }
  .process-steps li { padding-block: 55px; }
  .footer-grid { grid-template-columns: 1fr 1fr 1fr; }
  .footer-note { grid-column: 2 / -1; }
}

@media (max-width: 720px) {
  .shell { width: min(calc(100% - 32px), var(--shell)); }
  .utility-inner { display: flex; justify-content: space-between; }
  .utility-center { display: none; }
  .site-header { height: 76px; }
  .brand { min-width: 102px; }
  .brand-crop, .brand-crop img { width: 96px; }
  .header-cta { display: none; }
  .menu-toggle { display: flex; width: 48px; height: 48px; flex-direction: column; align-items: center; justify-content: center; gap: 5px; margin-left: auto; padding: 0; color: var(--white); background: transparent; border: 1px solid var(--line-dark); border-radius: 0; cursor: pointer; }
  .menu-toggle span { width: 19px; height: 1px; background: currentColor; transition: transform 180ms ease, opacity 180ms ease; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .mobile-menu { display: grid; max-height: 0; overflow: hidden; padding: 0 16px; color: var(--white); background: var(--black); transition: max-height 240ms var(--ease), padding 240ms var(--ease); }
  .mobile-menu.is-open { max-height: 440px; padding-top: 12px; padding-bottom: 16px; border-bottom: 1px solid var(--line-dark); }
  .mobile-menu > a:not(.button) { display: grid; min-height: 58px; grid-template-columns: 34px 1fr; align-items: center; border-top: 1px solid var(--line-dark); font-family: var(--display); font-size: 21px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
  .mobile-menu > a > span { color: var(--teal); font-family: var(--mono); font-size: 8px; }
  .mobile-menu .button { margin-top: 12px; }
  .section { padding: 84px 0; }
  .hero-copy { min-height: 590px; }
  .hero-copy-inner { width: calc(100% - 32px); padding: 65px 0 90px; }
  h1 { font-size: clamp(68px, 22vw, 104px); }
  .hero-intro { max-width: 530px; font-size: 14px; }
  .hero-image { min-height: 440px; }
  .hero-image > img { object-position: center; }
  .hero-image-label { right: 16px; bottom: 16px; width: calc(100% - 32px); }
  .hero-image-number { top: 16px; right: 16px; }
  .hero-index { right: 16px; }
  .ticker-track { min-height: 52px; justify-content: flex-start; overflow: hidden; white-space: nowrap; }
  .ticker-track span:nth-of-type(n+4), .ticker-track i:nth-of-type(n+4) { display: none; }
  .section-intro h2, .results-heading h2, .work-heading h2, .process-head h2, .contact-head h2 { font-size: clamp(52px, 16vw, 74px); }
  .service-list li { grid-template-columns: 40px 1fr; }
  .service-list svg { display: none; }
  .results-heading { margin-bottom: 48px; }
  .comparison-grid, .comparison-pair { width: 100%; }
  .comparison-grid { display: grid; grid-template-columns: 1fr; gap: 52px; }
  .pair-images { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .pair-images figure, .pair-images img { width: 100%; height: auto; aspect-ratio: 1; }
  .contact-sheet { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 10px; }
  .contact-photo, .contact-photo img { width: 100%; height: auto; aspect-ratio: 1; }
  .process-steps { grid-template-columns: 1fr; }
  .process-steps li { display: grid; grid-template-columns: 42px 1fr; padding: 28px 0; border-right: 0; border-bottom: 1px solid var(--black); }
  .process-steps li:last-child { border-bottom: 0; }
  .process-steps h3 { margin: 0 0 6px; }
  .contact { padding: 86px 0; }
  .contact-grid { gap: 44px; }
  .contact-lines > a, .contact-lines > span { grid-template-columns: 92px 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 45px 28px; }
  .footer-logo { grid-column: 1 / -1; }
  .footer-note { grid-column: 1 / -1; min-height: 100px; }
}

@media (max-width: 430px) {
  .hero-copy { min-height: 560px; }
  .hero-actions { display: grid; align-items: start; justify-items: start; gap: 14px; }
  .hero-actions .button { width: 100%; }
  .hero-image { min-height: 380px; }
  .service-list h3 { font-size: 26px; }
  .contact-lines > a, .contact-lines > span { grid-template-columns: 1fr; align-content: center; gap: 2px; }
}

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