:root {
  --ink: #111210;
  --warm: #eee9df;
  --paper: #f7f5ef;
  --accent: #ef5a30;
  --muted: #72746d;
  --line: rgba(17, 18, 16, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; }

.site-header {
  position: absolute; z-index: 30; top: 0; left: 0; right: 0; height: 96px;
  display: grid; grid-template-columns: 220px 1fr 220px; align-items: center;
  padding: 0 4vw; color: #fff; border-bottom: 1px solid rgba(255,255,255,.2);
}
.brand { width: 158px; height: 64px; display: flex; align-items: center; overflow: hidden; }
.brand img { width: 100%; height: auto; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: clamp(22px, 3.2vw, 52px); }
.main-nav a { font-size: 11px; text-transform: uppercase; letter-spacing: .16em; font-weight: 700; opacity: .72; transition: opacity .2s, color .2s; }
.main-nav a:hover { opacity: 1; color: var(--accent); }
.header-call { justify-self: end; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; font-weight: 750; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.55); }
.menu-button { display: none; }

.hero { position: relative; min-height: 100svh; height: max(730px, 100svh); color: #fff; overflow: hidden; background: #171813; }
.hero-photo { position: absolute; inset: -3%; width: 106%; height: 106%; object-fit: cover; object-position: center 58%; transform: scale(1.02); }
.hero-shade { position: absolute; z-index: 2; inset: 0; background: linear-gradient(90deg, rgba(7,8,7,.9) 0%, rgba(7,8,7,.67) 43%, rgba(7,8,7,.1) 76%), linear-gradient(0deg, rgba(7,8,7,.68), transparent 50%); }
.hero-content { position: relative; z-index: 3; width: min(910px, 67vw); padding: clamp(180px, 22vh, 245px) 0 120px 7vw; }
.hero-kicker, .section-label { display: flex; align-items: center; gap: 14px; margin: 0 0 30px; font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; font-size: 10px; text-transform: uppercase; letter-spacing: .2em; font-weight: 700; }
.hero-kicker { color: rgba(255,255,255,.68); }
.hero-kicker span { width: 37px; height: 1px; background: var(--accent); }
.hero h1 { margin: 0; font-size: clamp(59px, 7.2vw, 116px); line-height: .83; letter-spacing: -.067em; font-weight: 520; text-wrap: balance; }
.hero h1 em { display: inline-block; color: var(--accent); font-family: Georgia, serif; font-weight: 400; }
.hero-copy { max-width: 560px; margin: 33px 0 37px 4px; color: rgba(255,255,255,.68); font-size: clamp(15px, 1.25vw, 18px); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.button { min-height: 54px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: space-between; gap: 35px; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; font-weight: 800; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-3px); }
.button-light { background: #fff; color: var(--ink); min-width: 245px; }
.button-light:hover { background: var(--accent); color: #fff; }
.text-link { font-size: 11px; text-transform: uppercase; letter-spacing: .1em; font-weight: 750; display: flex; gap: 25px; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.35); }
.text-link:hover { border-color: var(--accent); color: var(--accent); }
.hero-footer { position: absolute; z-index: 3; left: 4vw; right: 4vw; bottom: 30px; display: flex; align-items: center; justify-content: space-between; }
.hero-footer > p { margin: 0; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.5); }
.scroll-cue { display: flex; align-items: center; gap: 18px; color: rgba(255,255,255,.6); font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; font-size: 9px; text-transform: uppercase; letter-spacing: .14em; }
.scroll-cue b { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.34); font-size: 13px; animation: cue 1.8s ease-in-out infinite; }

.section-label { color: var(--accent); }
.section-label.light { color: #ff7954; }
.statement { padding: clamp(95px, 11vw, 175px) 7vw; }
.statement > h2, .services-heading h2, .contact h2 { max-width: 1080px; margin: 0; font-size: clamp(52px, 7.3vw, 112px); line-height: .9; letter-spacing: -.066em; font-weight: 520; }
.statement > h2 em, .contact h2 em { font-family: Georgia, serif; color: var(--accent); font-weight: 400; }
.statement-grid { display: grid; grid-template-columns: .73fr 1.27fr; gap: clamp(60px, 10vw, 150px); margin-top: clamp(75px, 9vw, 130px); }
.statement-lede { margin: 0; font-size: clamp(22px, 2.2vw, 34px); line-height: 1.25; letter-spacing: -.035em; }
.statement-points { border-top: 1px solid var(--line); }
.statement-points article { min-height: 145px; display: grid; grid-template-columns: 65px 1fr 1.25fr; align-items: center; gap: 30px; border-bottom: 1px solid var(--line); }
.statement-points span { font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; font-size: 9px; color: var(--accent); }
.statement-points h3 { margin: 0; font-size: 17px; letter-spacing: -.02em; }
.statement-points p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }

.story { position: relative; height: 400vh; min-height: 2800px; background: #10110f; }
.story-sticky { position: sticky; top: 0; height: 100svh; min-height: 680px; overflow: hidden; color: #fff; }
.story-frames, .story-frame, .story-shade { position: absolute; inset: 0; }
.story-frame { width: 100%; height: 100%; object-fit: cover; opacity: 0; transform: scale(1.08); transition: opacity .9s ease, transform 1.25s cubic-bezier(.2,.7,.2,1); }
.story-frame.stage-0 { object-position: center 54%; }
.story-frame.stage-1, .story-frame.stage-2 { object-position: center 58%; }
.story-frame.stage-3 { object-position: center 55%; }
.story-frame.active { opacity: 1; transform: scale(1); }
.story-shade { z-index: 2; background: linear-gradient(90deg, rgba(5,6,5,.87), rgba(5,6,5,.2) 68%), linear-gradient(0deg, rgba(5,6,5,.68), transparent 55%); }
.story-heading { position: absolute; z-index: 3; left: 7vw; top: 13vh; }
.story-heading h2 { margin: 0; font-size: clamp(58px, 7.6vw, 118px); line-height: .84; letter-spacing: -.067em; font-weight: 520; }
.story-detail { position: absolute; z-index: 3; left: 7vw; bottom: 10vh; width: min(500px, 42vw); display: grid; grid-template-columns: 55px 1fr; column-gap: 20px; animation: detailIn .7s ease both; }
.story-number { grid-row: 1 / 4; font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; color: var(--accent); font-size: 11px; padding-top: 5px; }
.story-detail p { margin: 0 0 10px; color: rgba(255,255,255,.55); font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; font-size: 9px; text-transform: uppercase; letter-spacing: .18em; }
.story-detail h3 { margin: 0; font-size: clamp(28px, 3.2vw, 48px); letter-spacing: -.04em; font-weight: 540; }
.story-detail small { margin-top: 13px; max-width: 390px; color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.6; }
.story-progress { position: absolute; z-index: 3; right: 4vw; top: 50%; transform: translateY(-50%); display: flex; flex-direction: column; gap: 11px; }
.story-progress span { width: 2px; height: 50px; background: rgba(255,255,255,.25); transition: background .45s, height .45s; }
.story-progress span.active { height: 74px; background: var(--accent); }
.story-triggers { position: absolute; inset: 0; z-index: 4; pointer-events: none; }
.story-trigger { height: 100vh; min-height: 700px; }

.case-study { padding: clamp(95px, 11vw, 170px) 7vw; background: var(--warm); }
.case-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 55px; align-items: end; margin-bottom: clamp(65px, 8vw, 115px); }
.case-heading .section-label { grid-column: 1 / -1; margin-bottom: 0; }
.case-heading h2 { margin: 0; font-size: clamp(60px, 7vw, 108px); line-height: .85; letter-spacing: -.067em; font-weight: 520; }
.case-heading > p:last-child { max-width: 470px; margin: 0 0 5px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.case-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: clamp(18px, 3vw, 48px); align-items: start; }
.case-grid figure { margin: 0; }
.case-grid figure > div { position: relative; overflow: hidden; background: #d7d2c8; }
.case-grid figure img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s cubic-bezier(.2,.7,.2,1); }
.case-grid figure:hover img { transform: scale(1.025); }
.case-before { padding-top: 9vw; }
.case-before > div { aspect-ratio: 4 / 3; }
.case-after > div { aspect-ratio: 3 / 4; max-height: 820px; }
.case-grid figcaption { display: grid; grid-template-columns: 70px 1fr; gap: 7px 12px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.case-grid figcaption span { grid-row: 1 / 3; color: var(--accent); font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; font-size: 9px; text-transform: uppercase; letter-spacing: .15em; padding-top: 4px; }
.case-grid figcaption strong { font-size: 17px; }
.case-grid figcaption small { color: var(--muted); font-size: 11px; }
.detail-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: clamp(75px, 8vw, 120px); }
.detail-strip figure { margin: 0; position: relative; height: clamp(340px, 42vw, 610px); overflow: hidden; background: #ccc; }
.detail-strip img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s ease, filter .5s; filter: saturate(.78); }
.detail-strip figure:hover img { transform: scale(1.035); filter: saturate(1); }
.detail-strip figcaption { position: absolute; left: 22px; bottom: 20px; color: #fff; background: rgba(12,13,11,.78); padding: 10px 13px; font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; font-size: 9px; text-transform: uppercase; letter-spacing: .15em; }

.services { padding: clamp(95px, 11vw, 170px) 7vw; display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(70px, 10vw, 160px); }
.services-heading { position: sticky; top: 60px; align-self: start; }
.services-heading h2 { font-size: clamp(50px, 5.4vw, 83px); }
.services-heading > p:last-child { max-width: 440px; margin: 30px 0 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.service-list { border-top: 1px solid var(--line); }
.service-list article { min-height: 165px; display: grid; grid-template-columns: 55px 1fr 1.35fr 35px; gap: 25px; align-items: center; border-bottom: 1px solid var(--line); transition: padding .3s, background .3s; }
.service-list article:hover { padding: 0 20px; background: var(--warm); }
.service-list article > span { font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; color: var(--accent); font-size: 9px; }
.service-list h3 { margin: 0; font-size: clamp(19px, 1.7vw, 26px); letter-spacing: -.035em; }
.service-list p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.service-list a { width: 34px; height: 34px; border: 1px solid var(--line); display: grid; place-items: center; font-size: 12px; transition: .2s; }
.service-list a:hover { background: var(--accent); color: #fff; border-color: var(--accent); }

.reviews { background: #1b1c19; color: #fff; padding: clamp(85px, 10vw, 150px) 7vw; }
.reviews-heading { display: flex; justify-content: space-between; align-items: flex-end; border-bottom: 1px solid rgba(255,255,255,.14); padding-bottom: 50px; }
.review-score { display: grid; grid-template-columns: auto auto; align-items: baseline; gap: 12px; }
.review-score strong { font-size: 60px; letter-spacing: -.06em; }.review-score span { color: var(--accent); letter-spacing: 4px; }.review-score small { grid-column: 1 / -1; justify-self: end; color: rgba(255,255,255,.4); text-transform: uppercase; letter-spacing: .12em; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.review-grid blockquote { margin: 0; min-height: 370px; padding: 48px 38px 35px 0; display: flex; flex-direction: column; border-right: 1px solid rgba(255,255,255,.14); }
.review-grid blockquote + blockquote { padding-left: 38px; }
.review-grid .stars { font-size: 10px; color: var(--accent); letter-spacing: 3px; }
.review-grid blockquote > p { max-width: 360px; font-family: Georgia, serif; font-size: clamp(26px, 2.5vw, 40px); line-height: 1.1; letter-spacing: -.035em; }
.review-grid blockquote footer { margin-top: auto; display: flex; flex-direction: column; gap: 5px; }
.review-grid blockquote footer strong { font-size: 12px; }.review-grid blockquote footer small { color: rgba(255,255,255,.4); font-size: 10px; }

.contact { padding: clamp(95px, 12vw, 180px) 7vw; background: var(--accent); color: #fff; }
.contact .section-label { color: rgba(255,255,255,.67); }
.contact h2 { font-size: clamp(70px, 10vw, 150px); }
.contact h2 em { color: var(--ink); }
.contact-bottom { margin-top: clamp(65px, 9vw, 125px); display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; align-items: end; }
.contact-bottom > p { max-width: 400px; margin: 0; font-size: 16px; line-height: 1.6; color: rgba(255,255,255,.72); }
.contact-actions { border-top: 1px solid rgba(255,255,255,.38); }
.contact-actions a { min-height: 100px; display: grid; grid-template-columns: 1fr auto; align-content: center; gap: 6px 25px; border-bottom: 1px solid rgba(255,255,255,.38); transition: padding .2s, color .2s; }
.contact-actions a:hover { padding-left: 18px; color: var(--ink); }
.contact-actions small { text-transform: uppercase; letter-spacing: .14em; font-size: 9px; opacity: .7; }
.contact-actions strong { grid-row: 2; font-size: clamp(15px, 1.6vw, 23px); letter-spacing: -.025em; overflow-wrap: anywhere; }
.contact-actions span { grid-column: 2; grid-row: 1 / 3; align-self: center; font-size: 20px; }

.site-footer { padding: 55px 7vw 32px; background: var(--ink); color: #fff; display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 35px; }
.site-footer > img { width: 160px; height: auto; }.site-footer > p { max-width: 330px; color: rgba(255,255,255,.42); font-size: 11px; line-height: 1.6; justify-self: end; margin: 0; }
.site-footer > div { grid-column: 1 / -1; display: flex; justify-content: space-between; padding-top: 27px; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.38); font-size: 9px; text-transform: uppercase; letter-spacing: .11em; }
.site-footer a:hover { color: var(--accent); }
.mobile-contact { display: none; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(45px); transition: opacity .85s ease, transform .85s cubic-bezier(.2,.72,.2,1); }
.reveal.in-view { opacity: 1; transform: translateY(0); }
.detail-strip .reveal:nth-child(2), .review-grid .reveal:nth-child(2) { transition-delay: .12s; }
.detail-strip .reveal:nth-child(3), .review-grid .reveal:nth-child(3) { transition-delay: .24s; }

@keyframes cue { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(5px); } }
@keyframes detailIn { from { opacity: 0; transform: translateY(25px); } to { opacity: 1; transform: translateY(0); } }

@supports (animation-timeline: scroll()) {
  .hero-photo { animation: heroDrift linear both; animation-timeline: scroll(root); animation-range: 0 100vh; }
  @keyframes heroDrift { from { transform: scale(1.02) translateY(0); } to { transform: scale(1.1) translateY(4%); } }
}

@media (max-width: 900px) {
  .site-header { height: 78px; grid-template-columns: 1fr auto; padding: 0 22px; }
  .brand { width: 135px; height: 58px; }
  .header-call { display: none; }
  .menu-button { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; gap: 7px; width: 43px; height: 43px; border: 1px solid rgba(255,255,255,.32); background: transparent; padding: 0 10px; }
  .menu-button span { height: 1px; width: 100%; background: #fff; transition: .25s; }
  .menu-button.open span:first-child { transform: translateY(4px) rotate(45deg); }.menu-button.open span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .main-nav { position: absolute; inset: 0 0 auto 0; min-height: 100svh; background: var(--ink); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 26px; padding: 80px 10vw; opacity: 0; pointer-events: none; transition: opacity .3s; }
  .main-nav.open { opacity: 1; pointer-events: auto; }
  .main-nav a { font-size: 32px; text-transform: none; letter-spacing: -.04em; }
  .hero { height: max(700px, 100svh); }
  .hero-photo { object-position: 58% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(7,8,7,.88), rgba(7,8,7,.25)), linear-gradient(0deg, rgba(7,8,7,.78), transparent 55%); }
  .hero-content { width: auto; padding: 160px 24px 125px; }
  .hero h1 { font-size: clamp(53px, 13vw, 84px); }
  .hero-copy { max-width: 470px; }
  .hero-footer { left: 24px; right: 24px; bottom: 22px; }.hero-footer > p { display: none; }
  .statement, .case-study, .services, .reviews, .contact { padding-inline: 24px; }
  .statement-grid { grid-template-columns: 1fr; gap: 55px; }
  .statement-points article { grid-template-columns: 40px 1fr; gap: 18px; padding: 25px 0; }.statement-points article p { grid-column: 2; }
  .story-heading { left: 24px; top: 12vh; }.story-heading h2 { font-size: clamp(56px, 13vw, 88px); }
  .story-detail { left: 24px; bottom: 10vh; width: calc(100% - 80px); }
  .story-progress { right: 20px; }
  .case-heading { grid-template-columns: 1fr; gap: 30px; }.case-heading .section-label { grid-column: auto; }.case-heading h2 { font-size: 72px; }
  .case-grid { gap: 18px; }.case-before { padding-top: 14vw; }
  .services { grid-template-columns: 1fr; gap: 70px; }.services-heading { position: static; }
  .service-list article { grid-template-columns: 35px 1fr 35px; padding: 28px 0; }.service-list article p { grid-column: 2; }.service-list article a { grid-column: 3; grid-row: 1 / 3; }
  .review-grid { grid-template-columns: 1fr; }.review-grid blockquote { min-height: 280px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); padding: 38px 0; }.review-grid blockquote + blockquote { padding-left: 0; }
  .contact-bottom { grid-template-columns: 1fr; gap: 55px; }
}

@media (max-width: 560px) {
  body { padding-bottom: 62px; }
  .hero-kicker { margin-bottom: 23px; line-height: 1.5; }
  .hero-content { padding-top: 140px; }.hero h1 { font-size: clamp(50px, 15.5vw, 72px); }.hero-copy { font-size: 14px; margin: 26px 0; }
  .hero-actions { flex-direction: column; align-items: flex-start; gap: 10px; }.button-light { width: 100%; }.text-link { width: 100%; justify-content: space-between; }
  .scroll-cue span { display: none; }
  .statement > h2, .services-heading h2 { font-size: 51px; }.statement-grid { margin-top: 65px; }.statement-lede { font-size: 24px; }
  .story { min-height: 2600px; }.story-sticky { min-height: 620px; }.story-heading { top: 13vh; }.story-heading h2 { font-size: 56px; }
  .story-shade { background: linear-gradient(90deg, rgba(5,6,5,.82), rgba(5,6,5,.08)), linear-gradient(0deg, rgba(5,6,5,.82), transparent 58%); }
  .story-detail { grid-template-columns: 35px 1fr; bottom: 9vh; }.story-detail h3 { font-size: 31px; }.story-detail small { font-size: 12px; }
  .story-progress span { height: 36px; }.story-progress span.active { height: 52px; }
  .case-heading h2 { font-size: 57px; }.case-heading > p:last-child { font-size: 14px; }
  .case-grid { grid-template-columns: 1fr; }.case-before { padding-top: 0; }.case-after > div { max-height: none; }
  .detail-strip { display: flex; overflow-x: auto; margin-inline: -24px; padding-inline: 24px; scroll-snap-type: x mandatory; scrollbar-width: none; }.detail-strip::-webkit-scrollbar { display: none; }
  .detail-strip figure { flex: 0 0 78vw; height: 470px; scroll-snap-align: center; }
  .reviews-heading { align-items: flex-start; flex-direction: column; gap: 30px; }.review-score strong { font-size: 52px; }
  .contact h2 { font-size: 78px; }.contact-actions strong { font-size: 14px; }
  .site-footer { grid-template-columns: 1fr; padding: 42px 24px 28px; }.site-footer > p { justify-self: start; }.site-footer > div { flex-direction: column; gap: 14px; }
  .mobile-contact { position: fixed; z-index: 60; left: 0; right: 0; bottom: 0; height: 62px; display: grid; grid-template-columns: .7fr 1.3fr; box-shadow: 0 -6px 24px rgba(0,0,0,.2); }
  .mobile-contact a { display: grid; place-items: center; background: #fff; color: var(--ink); font-size: 12px; font-weight: 800; }.mobile-contact a:last-child { background: var(--accent); color: #fff; }
}

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