:root {
  --black: #080808;
  --panel: #101010;
  --panel-deep: #0c0c0c;
  --white: #f5f5f2;
  --muted: #a9a9a7;
  --line: #323232;
  --red: #ef3340;
  --shell: 1440px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body { margin: 0; overflow-x: hidden; background: var(--black); color: var(--white); font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
body::before { content: ""; position: fixed; inset: 0; z-index: -1; pointer-events: none; opacity: .15; background-image: linear-gradient(to right, rgba(255,255,255,.055) 1px, transparent 1px); background-size: 25% 100%; }
::selection { color: var(--black); background: var(--red); }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.shell { width: min(calc(100% - 88px), var(--shell)); margin-inline: auto; }
.mono { font-family: "Courier New", Courier, monospace; font-size: .72rem; line-height: 1.5; letter-spacing: .11em; text-transform: uppercase; }
.period, .wordmark > span, .footer-brand span, .signature-mark span { color: var(--red); }
.red-dot { display: inline-block; width: 7px; height: 7px; margin-right: 12px; border-radius: 50%; vertical-align: 1px; background: var(--red); box-shadow: 0 0 16px rgba(239,51,64,.7); }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 100; padding: 12px 18px; background: var(--white); color: var(--black); }
.skip-link:focus { top: 12px; }
:focus-visible { outline: 2px solid var(--red); outline-offset: 5px; }

/* Navigation */
.site-header { position: relative; z-index: 30; background: var(--black); border-bottom: 1px solid var(--line); }
.header-inner { height: 82px; display: flex; justify-content: space-between; align-items: center; }
.wordmark { display: inline-flex; align-items: baseline; gap: 13px; font-size: 1.75rem; font-weight: 900; line-height: 1; letter-spacing: -.075em; }
.wordmark > span { margin-left: -12px; }
.wordmark small { font-size: .65rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; color: var(--muted); }
.site-nav { display: flex; align-items: center; gap: clamp(22px, 3.2vw, 52px); font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .095em; }
.site-nav a { transition: color .2s ease; }
.site-nav a:hover { color: var(--red); }
.site-nav .nav-contact { padding: 13px 18px; border: 1px solid var(--white); }
.site-nav .nav-contact:hover { color: var(--black); background: var(--white); }
.nav-contact span { margin-left: 14px; font-size: 1rem; }
.menu-toggle { display: none; }

/* Hero */
.hero { display: flex; flex-direction: column; min-height: min(810px, calc(100svh - 82px)); padding-top: clamp(28px, 4.5vw, 68px); padding-bottom: 25px; }
.hero-topline, .hero-foot { display: flex; align-items: center; justify-content: space-between; color: var(--muted); }
.hero-topline > span:first-child { color: var(--white); }
.hero-title { position: relative; margin: clamp(60px, 8vh, 120px) 0 clamp(45px, 7vh, 95px); font-size: clamp(4.65rem, 10.75vw, 11.75rem); font-weight: 900; line-height: .79; letter-spacing: -.102em; text-transform: uppercase; white-space: nowrap; }
.hero-title > span { display: block; }
.hero-title > span:nth-child(2) { margin-top: .075em; margin-left: 23%; }
.hero-title .period { margin-left: -.035em; }
.hero-bottom { display: grid; grid-template-columns: minmax(0, 1fr) minmax(325px, .74fr); gap: clamp(50px, 9vw, 150px); align-items: end; margin-top: auto; }
.hero-thesis { max-width: 770px; margin: 0; font-size: clamp(2.25rem, 4.2vw, 5.2rem); font-weight: 700; line-height: 1.08; letter-spacing: -.067em; }
.hero-thesis em, .contact-inner h2 em { color: var(--red); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.hero-aside { padding-left: 28px; border-left: 1px solid var(--red); }
.hero-aside > p { max-width: 480px; margin: 0 0 32px; color: #c7c7c5; font-size: clamp(1rem, 1.25vw, 1.16rem); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; padding: 17px 19px; font-size: .74rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; transition: background .2s ease, color .2s ease, transform .2s ease; }
.button:hover { transform: translateY(-3px); }
.button-primary { background: var(--white); color: var(--black); }
.button-primary:hover { background: var(--red); color: var(--white); }
.button span { font-size: 1rem; }
.text-link { font-size: .74rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; border-bottom: 1px solid var(--muted); padding-bottom: 5px; transition: border-color .2s ease, color .2s ease; }
.text-link:hover { color: var(--red); border-color: var(--red); }
.text-link span { margin-left: 5px; }
.hero-foot { margin-top: clamp(62px, 9vh, 130px); padding-top: 20px; border-top: 1px solid var(--line); }
.hero-foot a:hover { color: var(--white); }

.marquee-line { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--panel-deep); }
.marquee-line .shell { min-height: 77px; display: flex; align-items: center; justify-content: space-between; gap: 24px; font-size: clamp(.8rem, 1.4vw, 1.2rem); font-weight: 800; letter-spacing: .12em; }
.marquee-line i { width: 6px; height: 6px; flex: 0 0 auto; transform: rotate(45deg); background: var(--red); }

/* Shared section typography */
.section { padding-top: clamp(100px, 12vw, 185px); padding-bottom: clamp(110px, 12vw, 185px); }
.section-head { display: flex; justify-content: space-between; align-items: start; gap: 30px; padding-top: 20px; border-top: 1px solid var(--line); }
.eyebrow { color: var(--red); font-weight: 700; }
.section-head p { width: 250px; margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.55; }
.section-title { max-width: 1110px; margin: clamp(60px, 7vw, 105px) 0 clamp(70px, 8vw, 115px); font-size: clamp(3.4rem, 7vw, 8.6rem); line-height: .97; letter-spacing: -.085em; font-weight: 800; }
.outline { color: transparent; -webkit-text-stroke: 1px rgba(245,245,242,.7); }

/* Proof */
.proof-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.proof-item { display: flex; flex-direction: column; min-height: 310px; padding: 30px 32px 25px 0; }
.proof-item + .proof-item { border-left: 1px solid var(--line); padding-left: 34px; }
.proof-item strong { font-size: clamp(3.3rem, 6.1vw, 7.4rem); font-weight: 800; letter-spacing: -.105em; line-height: 1; white-space: nowrap; }
.proof-item p { max-width: 305px; margin: 24px 0 20px; font-size: 1rem; line-height: 1.55; color: #c7c7c5; }
.proof-source { margin-top: auto; color: var(--muted); }

/* Work */
.work-section { background: var(--panel); }
.work-row { display: grid; grid-template-columns: 25% 75%; border-top: 1px solid var(--line); }
.work-row:last-child { border-bottom: 1px solid var(--line); }
.work-index { padding-top: 34px; color: var(--red); font-weight: 700; }
.work-main { padding: 30px 0 42px; }
.work-heading { display: flex; justify-content: space-between; gap: 25px; align-items: start; }
.work-heading h3 { margin: 0; font-size: clamp(2.3rem, 4.25vw, 5.25rem); font-weight: 750; line-height: 1.05; letter-spacing: -.075em; }
.work-arrow { font-size: 1.75rem; color: var(--red); transition: transform .2s ease; }
.work-row:hover .work-arrow { transform: translate(4px, -4px); }
.work-main > p { max-width: 650px; margin: 25px 0 32px; color: #c7c7c5; font-size: clamp(1rem, 1.25vw, 1.16rem); line-height: 1.68; }
.work-main > p a { color: var(--white); text-decoration: underline; text-decoration-color: var(--red); text-underline-offset: 4px; }
.work-meta { display: flex; gap: 30px; color: var(--muted); }

/* About */
.about-grid { display: grid; grid-template-columns: 1.06fr .94fr; gap: clamp(55px, 8vw, 150px); margin-top: 85px; }
.about-heading h2 { margin: 0 0 65px; font-size: clamp(3.5rem, 6.3vw, 7.8rem); font-weight: 800; line-height: .98; letter-spacing: -.085em; }
.about-portrait { position: relative; width: min(100%, 500px); height: clamp(440px, 48vw, 610px); margin: 0; overflow: hidden; background: #191919; border: 1px solid var(--line); }
.about-portrait::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(to top, rgba(0,0,0,.8), transparent 36%); }
.about-portrait::before { content: ""; position: absolute; top: 0; right: 0; width: 8px; height: 25%; z-index: 1; background: var(--red); }
.about-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: 54% 45%; filter: grayscale(1) contrast(1.13); }
.about-portrait figcaption { position: absolute; bottom: 23px; left: 24px; z-index: 2; color: var(--white); }
.about-copy { padding-top: 7px; }
.about-copy p { max-width: 610px; margin: 0 0 27px; color: #c6c6c4; font-size: clamp(1.07rem, 1.4vw, 1.24rem); line-height: 1.8; }
.about-copy .lead { margin-bottom: 36px; color: var(--white); font-size: clamp(1.7rem, 2.35vw, 2.5rem); font-weight: 700; line-height: 1.3; letter-spacing: -.04em; }
.underlined-link { display: inline-block; margin-top: 17px; padding-bottom: 7px; border-bottom: 1px solid var(--red); font-size: .77rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.underlined-link:hover { color: var(--red); }
.underlined-link span { margin-left: 8px; }

/* Approach */
.approach-section { background: var(--panel-deep); }
.approach-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.approach-grid article { min-height: 355px; padding: clamp(25px, 3vw, 48px); background: var(--panel-deep); transition: background .25s ease; }
.approach-grid article:hover { background: #171717; }
.approach-grid .mono { color: var(--red); }
.approach-grid h3 { margin: 85px 0 18px; font-size: clamp(1.75rem, 2.3vw, 2.6rem); letter-spacing: -.06em; }
.approach-grid p { max-width: 370px; margin: 0; color: #c1c1bf; font-size: 1rem; line-height: 1.65; }

/* Contact and footer */
.contact-section { padding: clamp(130px, 15vw, 225px) 0; border-top: 1px solid var(--line); }
.contact-inner { text-align: center; }
.contact-overline { color: var(--muted); }
.contact-inner h2 { max-width: 1150px; margin: 42px auto 30px; font-size: clamp(4.25rem, 9vw, 10rem); font-weight: 800; line-height: .94; letter-spacing: -.09em; }
.contact-inner h2 em { white-space: nowrap; }
.contact-inner > p { max-width: 520px; margin: 0 auto 40px; color: #bdbdbb; font-size: 1.09rem; line-height: 1.65; }
.contact-cta { display: inline-flex; justify-content: space-between; align-items: center; gap: 70px; min-width: 285px; padding: 21px 25px; background: var(--red); color: var(--white); font-size: .8rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; transition: background .2s ease, color .2s ease, transform .2s ease; }
.contact-cta:hover { transform: translateY(-4px); background: var(--white); color: var(--black); }
.contact-cta span { font-size: 1.2rem; }
.site-footer { background: var(--panel); border-top: 1px solid var(--line); }
.footer-top { display: flex; justify-content: space-between; align-items: end; gap: 40px; min-height: 200px; padding-top: 50px; padding-bottom: 50px; }
.footer-brand { font-size: clamp(2.3rem, 5vw, 5rem); font-weight: 800; letter-spacing: -.085em; line-height: 1; }
.footer-links { display: flex; gap: 30px; flex-wrap: wrap; font-size: .75rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.footer-links a:hover { color: var(--red); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 19px; padding-bottom: 25px; color: var(--muted); border-top: 1px solid var(--line); }
.footer-bottom a:hover { color: var(--white); }

@media (max-width: 1050px) {
  .shell { width: min(calc(100% - 56px), var(--shell)); }
  .hero { min-height: auto; }
  .hero-title { margin-top: 110px; font-size: 11vw; }
  .hero-bottom { grid-template-columns: 1fr 1fr; gap: 45px; }
  .hero-thesis { font-size: clamp(2.1rem, 4vw, 3.6rem); }
  .hero-foot { margin-top: 80px; }
  .proof-item { min-height: 280px; }
  .proof-item strong { font-size: 5.8vw; }
  .about-grid { gap: 50px; }
  .about-heading h2 { font-size: 6vw; }
  .about-portrait { height: 540px; }
}

@media (max-width: 720px) {
  html { scroll-padding-top: 68px; }
  .shell { width: calc(100% - 36px); }
  .header-inner { height: 68px; }
  .wordmark { font-size: 1.55rem; }
  .wordmark small { font-size: .58rem; }
  .menu-toggle { display: flex; position: relative; z-index: 31; flex-direction: column; align-items: center; justify-content: center; gap: 6px; width: 42px; height: 42px; padding: 0; border: 1px solid var(--line); color: var(--white); background: transparent; cursor: pointer; }
  .menu-toggle span { width: 19px; height: 1px; background: currentColor; transition: transform .2s ease; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .site-nav { display: none; position: absolute; top: 67px; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0; padding: 18px; background: var(--black); border-bottom: 1px solid var(--line); box-shadow: 0 20px 30px rgba(0,0,0,.45); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 17px 7px; font-size: .84rem; border-bottom: 1px solid var(--line); }
  .site-nav .nav-contact { margin-top: 14px; padding: 15px; border: 1px solid var(--white); }
  .hero { padding-top: 28px; min-height: auto; }
  .hero-topline { font-size: .62rem; }
  .hero-location { display: none; }
  .hero-title { margin: 82px 0 74px; font-size: clamp(3.37rem, 12.8vw, 6.3rem); letter-spacing: -.099em; }
  .hero-title > span:nth-child(2) { margin-left: 9%; }
  .hero-bottom { display: block; }
  .hero-thesis { max-width: 490px; font-size: clamp(2.5rem, 9vw, 4.6rem); }
  .hero-aside { margin-top: 48px; }
  .hero-aside > p { font-size: 1.04rem; }
  .hero-actions { gap: 23px; }
  .hero-foot { margin-top: 80px; font-size: .63rem; }
  .marquee-line .shell { min-height: 64px; font-size: .69rem; letter-spacing: .04em; gap: 10px; }
  .marquee-line i { width: 4px; height: 4px; }
  .section { padding-top: 95px; padding-bottom: 105px; }
  .section-head p { width: 150px; font-size: .7rem; }
  .section-title { margin: 70px 0 70px; font-size: clamp(3.5rem, 11vw, 5.5rem); }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-item, .proof-item + .proof-item { min-height: 0; padding: 27px 0 30px; border-left: 0; }
  .proof-item + .proof-item { border-top: 1px solid var(--line); }
  .proof-item strong { font-size: clamp(4.8rem, 16vw, 7rem); }
  .proof-item p { max-width: 450px; margin-top: 16px; }
  .proof-source { margin-top: 8px; }
  .work-row { grid-template-columns: 1fr; }
  .work-index { padding-top: 28px; }
  .work-main { padding: 15px 0 35px; }
  .work-heading h3 { font-size: clamp(2.5rem, 8vw, 4rem); }
  .work-main > p { font-size: 1rem; }
  .work-meta { flex-wrap: wrap; gap: 8px 25px; font-size: .63rem; }
  .about-grid { grid-template-columns: 1fr; margin-top: 70px; gap: 45px; }
  .about-heading h2 { font-size: clamp(3.45rem, 10vw, 5rem); }
  .about-portrait { width: 100%; height: clamp(400px, 115vw, 590px); }
  .about-copy .lead { font-size: 1.7rem; }
  .approach-grid { grid-template-columns: 1fr; }
  .approach-grid article { min-height: 245px; padding: 30px; }
  .approach-grid h3 { margin: 58px 0 14px; }
  .contact-section { padding: 125px 0; }
  .contact-inner h2 { font-size: clamp(4rem, 11.4vw, 6.5rem); }
  .contact-inner h2 em { white-space: normal; }
  .footer-top { display: block; min-height: 0; padding-top: 55px; padding-bottom: 50px; }
  .footer-links { margin-top: 40px; gap: 20px; }
  .footer-bottom { flex-wrap: wrap; font-size: .6rem; }
}

@media (max-width: 390px) {
  .hero-title { font-size: 12.3vw; }
  .hero-actions { align-items: start; flex-direction: column; }
  .marquee-line .shell span:nth-of-type(2) { display: none; }
  .marquee-line i:first-of-type { display: none; }
  .section-head p { width: 120px; }
}

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