:root {
  --ink: #17171b;
  --paper: #f5f3ef;
  --white: #fff;
  --magenta: #a94f7d;
  --magenta-dark: #783452;
  --steel: #7d858a;
  --line: rgba(23, 23, 27, .18);
  --display: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  --body: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }

.skip-link { position: fixed; top: 8px; left: 8px; z-index: 999; padding: 12px 18px; background: var(--white); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
:focus-visible { outline: 2px solid var(--magenta); outline-offset: 4px; }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; height: 88px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 clamp(22px, 4vw, 68px); color: var(--white); transition: background .35s ease, color .35s ease, height .35s ease; }
.site-header.scrolled { height: 72px; color: var(--ink); background: rgba(245, 243, 239, .9); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.brand { width: 180px; filter: brightness(0) invert(1); transition: filter .3s; }
.site-header.scrolled .brand { filter: none; }
.main-nav { display: flex; gap: 34px; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.main-nav a, .header-cta { position: relative; }
.main-nav a::after { content: ""; position: absolute; left: 0; bottom: -8px; width: 100%; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .25s; }
.main-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-cta { justify-self: end; padding: 12px 0; border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.header-cta span { margin-left: 18px; }
.menu-button, .mobile-menu { display: none; }

.scroll-world { height: 500vh; background: #151619; }
.world-stage { position: sticky; top: 0; height: 100vh; min-height: 600px; overflow: hidden; color: var(--white); background: #151619; }
#world-video, .world-poster { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
#world-video { z-index: 1; opacity: 0; transition: opacity .4s ease; }
#world-video.ready { opacity: 1; }
.world-poster { z-index: 0; background: radial-gradient(circle at 75% 25%, #d3b37e 0, #3e4b50 30%, #17171b 70%); }
.video-shade { position: absolute; z-index: 2; inset: 0; background: linear-gradient(90deg, rgba(9,10,12,.76) 0%, rgba(9,10,12,.35) 42%, rgba(9,10,12,.05) 72%), linear-gradient(0deg, rgba(9,10,12,.44), transparent 45%); pointer-events: none; }
.heat-lines { position: absolute; z-index: 3; inset: 0; opacity: .12; pointer-events: none; mix-blend-mode: screen; transition: opacity .5s; }
.heat-lines i { position: absolute; bottom: -20%; width: 1px; height: 75%; background: linear-gradient(transparent, rgba(255,255,255,.7), transparent); transform: rotate(18deg); animation: heat 4s ease-in-out infinite; }
.heat-lines i:nth-child(1) { left: 64%; }
.heat-lines i:nth-child(2) { left: 76%; animation-delay: -1.3s; }
.heat-lines i:nth-child(3) { left: 88%; animation-delay: -2.4s; }
@keyframes heat { 0%,100% { transform: translateY(8%) rotate(18deg); opacity: .2; } 50% { transform: translateY(-8%) rotate(18deg); opacity: .9; } }

.world-topline { position: absolute; z-index: 4; top: 115px; left: clamp(24px, 6vw, 110px); right: clamp(24px, 6vw, 110px); display: flex; justify-content: space-between; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.45); font-size: 10px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.chapter { position: absolute; z-index: 4; left: clamp(24px, 8vw, 145px); top: 50%; width: min(780px, 76vw); opacity: 0; transform: translateY(-42%) translateX(-24px); pointer-events: none; transition: opacity .55s ease, transform .55s ease; }
.chapter.active { opacity: 1; transform: translateY(-50%) translateX(0); pointer-events: auto; }
.eyebrow, .section-kicker { margin: 0 0 24px; color: var(--magenta); font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.chapter .eyebrow { color: #efb8d3; }
.chapter h1, .chapter h2 { margin: 0; font-family: var(--display); font-size: clamp(3.3rem, 7.7vw, 8.3rem); line-height: .83; letter-spacing: -.07em; text-transform: uppercase; text-wrap: balance; }
.chapter-copy { max-width: 510px; margin: 28px 0 0; font-size: clamp(1rem, 1.25vw, 1.3rem); line-height: 1.5; }
.primary-button { display: inline-flex; gap: 50px; align-items: center; margin-top: 32px; padding: 18px 22px; background: var(--magenta); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; transition: background .25s, transform .25s; }
.primary-button:hover { background: var(--magenta-dark); transform: translateY(-2px); }
.world-progress { position: absolute; z-index: 4; right: clamp(24px, 4vw, 70px); bottom: 42px; display: grid; grid-template-columns: auto 130px auto; align-items: center; gap: 16px; font: 700 10px/1 var(--body); letter-spacing: .13em; text-transform: uppercase; }
.progress-track { display: block; height: 2px; background: rgba(255,255,255,.3); }
.progress-track i { display: block; width: 0; height: 100%; background: var(--white); }
.scroll-cue { position: absolute; z-index: 4; left: clamp(24px, 6vw, 110px); bottom: 40px; display: flex; align-items: center; gap: 16px; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.scroll-cue i { width: 42px; height: 1px; background: var(--white); animation: cue 1.8s ease-in-out infinite; transform-origin: left; }
@keyframes cue { 0%,100% { transform: scaleX(.35); } 50% { transform: scaleX(1); } }

.section-pad { padding: clamp(90px, 11vw, 180px) clamp(24px, 6vw, 110px); }
.intro { background: var(--paper); }
.intro-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 8vw; align-items: end; }
.intro h2, .section-head h2, .process h2, .contact h2 { margin: 0; font-family: var(--display); font-size: clamp(3.2rem, 6.8vw, 7.5rem); line-height: .87; letter-spacing: -.07em; text-transform: uppercase; }
.intro h2 em { color: var(--magenta); font-style: normal; }
.intro-copy { max-width: 520px; padding-bottom: 8px; }
.intro-copy p { margin: 0 0 20px; font-size: clamp(1.1rem, 1.45vw, 1.45rem); line-height: 1.55; }
.trust-strip { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 100px; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.trust-strip span { padding: 22px 12px 22px 0; font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; border-right: 1px solid var(--line); }
.trust-strip span:last-child { border: 0; }
.trust-strip b { margin-right: 18px; color: var(--magenta); font-size: 10px; }

.projects { background: #d8d3c9; }
.projects-head { display: grid; grid-template-columns: 1fr .42fr; gap: 10vw; align-items: end; margin-bottom: 80px; }
.projects-head h2 { margin: 0; font-family: var(--display); font-size: clamp(3.2rem, 6.5vw, 7.3rem); line-height: .87; letter-spacing: -.07em; text-transform: uppercase; }
.projects-head > p { margin: 0 0 8px; font-size: 1.05rem; line-height: 1.65; }
.project-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(20px, 3vw, 48px); min-width: 0; }
.project { min-width: 0; margin: 0; }
.project-wide { grid-row: span 2; }
.project-image { position: relative; width: 100%; min-width: 0; overflow: hidden; aspect-ratio: 4 / 3; background: #b6b3ad; }
.project-wide .project-image { height: 100%; min-height: 680px; aspect-ratio: auto; }
.project-image::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.24); pointer-events: none; }
.project-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.6,.2,1), filter .5s; }
.project:hover .project-image img { transform: scale(1.035); filter: contrast(1.04); }
.project figcaption { display: flex; justify-content: space-between; gap: 20px; padding: 16px 0 28px; border-bottom: 1px solid rgba(23,23,27,.35); }
.project figcaption span { font-size: 12px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.project figcaption small { color: #646469; font-size: 11px; }

.solutions { background: var(--white); }
.section-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 40px; margin-bottom: 80px; }
.section-head .section-kicker { padding-top: 14px; }
.section-head h2 { font-size: clamp(3rem, 5.5vw, 6.4rem); }
.solution-list { border-top: 1px solid var(--ink); }
.solution-card { display: grid; grid-template-columns: 80px 1fr 60px; gap: 30px; align-items: center; min-height: 170px; border-bottom: 1px solid var(--ink); transition: background .35s, padding .35s; }
.solution-card:hover { padding: 0 22px; background: #f0e7eb; }
.solution-number { color: var(--magenta); font-size: 11px; font-weight: 800; }
.solution-card > div { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 7vw; }
.solution-card h3 { margin: 0; font-family: var(--display); font-size: clamp(1.8rem, 3vw, 3.5rem); letter-spacing: -.045em; text-transform: uppercase; }
.solution-card p { max-width: 480px; margin: 0; color: #56565b; line-height: 1.6; }
.solution-mark { justify-self: end; font-size: 28px; transition: transform .3s; }
.solution-card:hover .solution-mark { transform: rotate(45deg); }

.process { display: grid; grid-template-columns: .8fr 1.2fr; gap: 10vw; background: #202126; color: var(--white); }
.process-sticky { align-self: start; position: sticky; top: 120px; }
.process h2 { font-size: clamp(3rem, 5.5vw, 6.3rem); }
.process-sticky > p:last-child { max-width: 420px; margin-top: 32px; color: #bcbcc0; font-size: 1.1rem; line-height: 1.6; }
.process-steps { margin: 0; padding: 0; list-style: none; }
.process-steps li { display: grid; grid-template-columns: 70px 1fr; gap: 28px; min-height: 220px; padding: 42px 0; border-top: 1px solid rgba(255,255,255,.25); }
.process-steps li:last-child { border-bottom: 1px solid rgba(255,255,255,.25); }
.process-steps li > span { color: #d992b4; font-size: 11px; font-weight: 800; }
.process-steps h3 { margin: 0 0 16px; font-family: var(--display); font-size: clamp(2.2rem, 4vw, 4.5rem); letter-spacing: -.05em; text-transform: uppercase; }
.process-steps p { max-width: 520px; margin: 0; color: #bcbcc0; line-height: 1.65; }

.other-services { position: relative; display: grid; grid-template-columns: .9fr 1fr .55fr; gap: 7vw; align-items: start; background: var(--paper); }
.other-services-intro h2 { margin: 0 0 28px; font-family: var(--display); font-size: clamp(2.8rem, 4.5vw, 5.3rem); line-height: .9; letter-spacing: -.06em; text-transform: uppercase; }
.other-services-intro > p:last-child { max-width: 500px; color: #606066; line-height: 1.65; }
.other-services-list { border-top: 1px solid var(--ink); }
.other-services-list span { display: block; padding: 22px 0; border-bottom: 1px solid var(--line); font-family: var(--display); font-size: clamp(1.2rem, 2vw, 2rem); letter-spacing: -.02em; text-transform: uppercase; }
.technical-detail { margin: 0; }
.technical-detail img { width: 100%; aspect-ratio: 3/4; object-fit: cover; filter: saturate(.7) contrast(1.06); }
.technical-detail figcaption { padding-top: 12px; color: #66666b; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }

.statement { position: relative; min-height: 94vh; display: flex; flex-direction: column; justify-content: center; align-items: center; overflow: hidden; padding: 100px 24px; background: #d8d3c9; text-align: center; }
.statement-sun { position: absolute; top: 50%; left: 50%; width: min(57vw, 780px); aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle at 40% 35%, #fff 0%, #efd5a1 31%, #c78669 67%, #a94f7d 100%); filter: blur(.2px); transform: translate(-50%, -50%); box-shadow: 0 0 130px rgba(255,212,135,.45); }
.statement > *:not(.statement-sun) { position: relative; z-index: 1; }
.statement .section-kicker { color: var(--ink); }
.statement h2 { margin: 0; font-family: var(--display); font-size: clamp(3rem, 6.4vw, 7.2rem); line-height: .9; letter-spacing: -.065em; text-transform: uppercase; }
.statement h2 span { color: var(--white); }
.statement > p:last-child { max-width: 580px; margin: 34px auto 0; font-size: 1.05rem; line-height: 1.6; }

.contact { display: grid; grid-template-columns: .72fr 1.28fr; gap: 8vw; background: var(--magenta); color: var(--white); }
.contact .section-kicker { color: #f2c8dc; }
.contact-panel { align-self: start; }
.contact-panel > p { max-width: 500px; margin: 0 0 48px; font-size: 1.2rem; line-height: 1.55; }
.contact-form { display: grid; gap: 25px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.6); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.contact-form label { display: grid; gap: 9px; }
.contact-form label > span { font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 11px 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.55); border-radius: 0; outline: 0; background: transparent; color: var(--white); font: 400 1rem/1.4 var(--body); }
.contact-form select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, white 50%), linear-gradient(135deg, white 50%, transparent 50%); background-position: calc(100% - 8px) 55%, calc(100% - 3px) 55%; background-size: 5px 5px; background-repeat: no-repeat; }
.contact-form select option { color: var(--ink); }
.contact-form textarea { resize: vertical; min-height: 90px; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--white); box-shadow: 0 1px 0 var(--white); }
.contact-form .consent { display: flex; grid-template-columns: none; align-items: flex-start; gap: 12px; }
.consent input { width: 16px; height: 16px; margin: 1px 0 0; accent-color: var(--ink); }
.consent span { font-size: 10px !important; font-weight: 500 !important; line-height: 1.5; letter-spacing: .04em !important; text-transform: none !important; }
.form-honey { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden; }
.form-submit { display: flex; justify-content: space-between; align-items: center; width: 100%; margin-top: 8px; padding: 19px 22px; border: 1px solid var(--white); background: var(--white); color: var(--magenta-dark); font-size: 12px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; cursor: pointer; transition: background .25s, color .25s; }
.form-submit:hover { background: transparent; color: var(--white); }
.contact-direct { display: flex; flex-wrap: wrap; gap: 18px 34px; align-items: end; margin-top: 42px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.35); }
.contact-direct > a { border-bottom: 1px solid rgba(255,255,255,.55); font-size: .9rem; }
.contact-direct address { margin-left: auto; font-size: .78rem; font-style: normal; line-height: 1.55; text-align: right; }

.site-footer { display: grid; grid-template-columns: .7fr 1fr 1fr; align-items: end; gap: 40px; padding: 52px clamp(24px, 6vw, 110px); background: var(--paper); }
.site-footer img { width: 170px; }
.site-footer p { margin: 0; font-size: .85rem; }
.site-footer > div { display: flex; justify-content: space-between; gap: 26px; font-size: .72rem; letter-spacing: .06em; text-transform: uppercase; }
.footer-meta { flex-wrap: wrap; }
.footer-meta a:last-child { color: var(--magenta-dark); }
.thanks-page { min-height: 100vh; display: grid; place-items: center; padding: 28px; background: var(--paper); }
.thanks-card { width: min(900px, 100%); padding: clamp(42px, 7vw, 90px); border: 1px solid var(--line); }
.thanks-card > img { width: 180px; margin-bottom: clamp(70px, 10vw, 130px); }
.thanks-card h1 { margin: 0; font-family: var(--display); font-size: clamp(3.5rem, 8vw, 8rem); line-height: .84; letter-spacing: -.07em; text-transform: uppercase; }
.thanks-card > p:not(.section-kicker) { max-width: 570px; margin: 30px 0; font-size: 1.1rem; line-height: 1.6; }
.noscript { position: fixed; z-index: 1000; bottom: 0; left: 0; right: 0; margin: 0; padding: 16px; background: var(--white); text-align: center; }

.reveal { opacity: 0; transform: translateY(32px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.65,.2,1); }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .site-header { height: 70px; grid-template-columns: 1fr auto; padding: 0 22px; }
  .brand { width: 145px; }
  .main-nav, .header-cta { display: none !important; visibility: hidden; }
  .menu-button { position: relative; z-index: 102; display: grid; gap: 6px; width: 42px; height: 42px; place-content: center; padding: 0; border: 0; color: currentColor; background: transparent; }
  .menu-button span { display: block; width: 22px; height: 1px; background: currentColor; transition: transform .25s; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .mobile-menu { position: fixed; z-index: 101; inset: 0; display: flex; visibility: hidden; opacity: 0; flex-direction: column; justify-content: center; align-items: center; gap: 28px; background: var(--paper); color: var(--ink); font-family: var(--display); font-size: 2rem; text-transform: uppercase; transform: translateY(-105%); transition: transform .4s cubic-bezier(.7,0,.2,1), opacity .2s, visibility 0s .4s; }
  .mobile-menu.open { visibility: visible; opacity: 1; transform: none; transition: transform .4s cubic-bezier(.7,0,.2,1), opacity .2s; }
  .world-topline { top: 92px; }
  .chapter { top: auto; bottom: 15vh; width: calc(100vw - 48px); transform: translateY(18px); }
  .chapter.active { transform: none; }
  .chapter h1, .chapter h2 { font-size: clamp(3.2rem, 15vw, 6rem); line-height: .86; }
  .chapter-copy { max-width: 86vw; font-size: 1rem; }
  .world-progress { right: 22px; bottom: 24px; grid-template-columns: 90px auto; }
  .progress-label { display: none; }
  .scroll-cue { display: none; }
  .video-shade { background: linear-gradient(0deg, rgba(9,10,12,.82) 0%, rgba(9,10,12,.2) 65%, rgba(9,10,12,.2) 100%); }
  .intro-grid, .process, .contact { grid-template-columns: 1fr; }
  .projects-head { grid-template-columns: 1fr; }
  .projects-head > p { max-width: 600px; }
  .project-wide .project-image { min-height: 520px; }
  .intro-copy { margin-top: 50px; }
  .trust-strip { grid-template-columns: 1fr 1fr; margin-top: 65px; }
  .trust-strip span:nth-child(2) { border-right: 0; }
  .trust-strip span:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section-head { display: block; }
  .section-head .section-kicker { padding: 0; }
  .solution-card { grid-template-columns: 40px 1fr 24px; gap: 10px; padding: 28px 0; }
  .solution-card > div { grid-template-columns: 1fr; gap: 14px; }
  .process-sticky { position: static; margin-bottom: 70px; }
  .other-services { grid-template-columns: 1fr 1fr; }
  .other-services-intro { grid-column: 1 / -1; }
  .statement { min-height: 80vh; }
  .statement-sun { width: 90vw; }
  .contact-panel { margin-top: 40px; }
  .site-footer { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .scroll-world { height: 440vh; }
  .world-stage { min-height: 520px; }
  #world-video { object-position: center center; }
  .world-time { display: none; }
  .eyebrow { margin-bottom: 16px; }
  .chapter-copy { margin-top: 20px; }
  .final-chapter { bottom: 10vh; }
  .primary-button { margin-top: 22px; }
  .section-pad { padding-top: 90px; padding-bottom: 90px; }
  .trust-strip { grid-template-columns: 1fr; }
  .project-grid { grid-template-columns: minmax(0, 1fr); }
  .project-wide { grid-row: auto; }
  .project-wide .project-image { min-height: 0; aspect-ratio: 4/3; }
  .project figcaption { flex-wrap: wrap; }
  .other-services { grid-template-columns: 1fr; }
  .other-services-intro { grid-column: auto; }
  .technical-detail { display: none; }
  .field-row { grid-template-columns: 1fr; }
  .contact-direct { display: grid; }
  .contact-direct address { margin: 12px 0 0; text-align: left; }
  .trust-strip span { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-strip span:nth-child(3) { border-bottom: 1px solid var(--line); }
  .site-footer > div { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .scroll-world { height: 100vh; }
  #world-video { display: none; }
  .chapter { display: none; }
  .chapter:first-of-type { display: block; opacity: 1; transform: translateY(-50%); }
}
