:root {
  --ink: #111714;
  --ink-2: #1b2420;
  --paper: #f0eee7;
  --paper-2: #e3e0d6;
  --yellow: #f1bd38;
  --line: rgba(17, 23, 20, .18);
  --light-line: rgba(255, 255, 255, .18);
  --white: #f8f7f2;
  --max: 1540px;
  --side: clamp(22px, 4vw, 72px);
  --display: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  --body: Inter, "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { display: block; width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 999; left: 12px; top: 12px; transform: translateY(-140%); background: var(--yellow); padding: 12px 16px; font-weight: 800; }
.skip-link:focus { transform: none; }

.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto 0;
  height: 92px;
  padding: 0 var(--side);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid transparent;
  color: var(--white);
  transition: background .25s ease, color .25s ease, border .25s ease, height .25s ease;
}
.site-header.is-scrolled { height: 76px; background: rgba(240, 238, 231, .94); color: var(--ink); border-color: var(--line); backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: 13px; text-decoration: none; }
.brand-mark { width: 46px; height: 46px; position: relative; display: grid; place-items: center; background: var(--yellow); color: var(--ink); font-size: 13px; font-weight: 900; letter-spacing: -.06em; }
.brand-mark i { position: absolute; height: 4px; width: 14px; background: var(--ink); right: -5px; bottom: 8px; }
.brand-copy { display: flex; flex-direction: column; line-height: 1; gap: 6px; }
.brand-copy strong { font-family: var(--display); font-size: 17px; letter-spacing: .08em; }
.brand-copy small { font-size: 8px; letter-spacing: .2em; opacity: .68; }
.main-nav { display: flex; align-items: center; gap: clamp(18px, 2.2vw, 40px); }
.main-nav a { text-decoration: none; text-transform: uppercase; font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.main-nav a:not(.nav-contact) { position: relative; }
.main-nav a:not(.nav-contact)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--yellow); transition: right .2s ease; }
.main-nav a:not(.nav-contact):hover::after { right: 0; }
.nav-contact { padding: 12px 18px; border: 1px solid currentColor; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; color: inherit; }
.menu-toggle > span:not(.sr-only) { display: block; width: 26px; height: 2px; background: currentColor; margin: 5px 0; transition: transform .2s ease, opacity .2s ease; }

.hero {
  min-height: 880px;
  height: 100svh;
  max-height: 1080px;
  background: var(--ink);
  color: var(--white);
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(440px, .98fr);
  overflow: hidden;
}
.hero-copy { min-width: 0; padding: clamp(150px, 17vh, 210px) var(--side) 54px; display: flex; flex-direction: column; justify-content: center; }
.eyebrow { margin: 0 0 26px; font-size: 11px; font-weight: 900; letter-spacing: .2em; color: var(--yellow); }
.hero h1, .statement h2, .mobile-title-row h2, .systems-heading h2, .workshop h2, .documents h2, .contact h2 {
  margin: 0;
  font-family: var(--display);
  font-weight: 900;
  letter-spacing: -.055em;
  line-height: .91;
  text-transform: uppercase;
}
.hero h1 { max-width: 900px; font-size: clamp(58px, 5.5vw, 104px); }
.hero h1 em { color: var(--yellow); font-style: normal; }
.hero-intro { max-width: 670px; margin: 38px 0 0; font-size: clamp(18px, 1.55vw, 27px); line-height: 1.45; color: rgba(248,247,242,.72); }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 40px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 30px; padding: 18px 20px; min-width: 270px; text-decoration: none; text-transform: uppercase; font-size: 11px; font-weight: 900; letter-spacing: .11em; }
.button-primary { color: var(--ink); background: var(--yellow); }
.button-primary:hover { background: #ffd262; }
.text-link { text-underline-offset: 7px; text-transform: uppercase; font-size: 11px; font-weight: 900; letter-spacing: .11em; }
.hero-facts { margin: auto 0 0; padding: 28px 0 0; border-top: 1px solid var(--light-line); display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.hero-facts div { display: grid; grid-template-columns: 28px 1fr; gap: 10px; align-items: start; }
.hero-facts dt { color: var(--yellow); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 10px; }
.hero-facts dd { margin: 0; text-transform: uppercase; font-size: 10px; font-weight: 800; letter-spacing: .08em; color: rgba(248,247,242,.7); }
.hero-media { margin: 0; position: relative; overflow: hidden; }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(17,23,20,.35), transparent 35%), linear-gradient(0deg, rgba(17,23,20,.45), transparent 45%); }
.hero-media img { height: 100%; object-fit: cover; filter: saturate(.62) contrast(1.08); }
.hero-media figcaption { position: absolute; z-index: 2; inset: auto 28px 28px; display: flex; justify-content: space-between; padding-top: 12px; border-top: 1px solid rgba(255,255,255,.5); font-size: 9px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }

.rail-strip { overflow: hidden; background: var(--yellow); color: var(--ink); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.rail-strip > div { min-width: max-content; padding: 17px var(--side); display: flex; align-items: center; gap: 24px; font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.rail-strip i { width: 54px; height: 1px; background: currentColor; }
.section-pad { padding: clamp(90px, 10vw, 170px) var(--side); }
.section-index { display: grid; grid-template-columns: 56px 1fr; margin-bottom: clamp(60px, 8vw, 120px); font: 900 10px/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .13em; }
.section-index span:last-child { padding-left: 18px; border-left: 1px solid currentColor; }
.section-index-light { color: var(--white); }
.statement-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: clamp(45px, 9vw, 150px); align-items: start; }
.statement h2 { font-size: clamp(48px, 6.6vw, 116px); }
.statement-copy { padding-top: 8px; }
.statement-copy p { margin: 0 0 28px; font-size: clamp(17px, 1.3vw, 22px); line-height: 1.6; }

.services { padding-top: 0; display: grid; grid-template-columns: 1.12fr .88fr; gap: clamp(38px, 6vw, 100px); align-items: stretch; }
.services-list { border-top: 1px solid var(--line); }
.service-item { position: relative; display: grid; grid-template-columns: 52px 1fr 118px; gap: 22px; padding: 32px 0; border-bottom: 1px solid var(--line); }
.service-no, .service-code { font: 800 10px/1.4 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .08em; }
.service-no { color: #8a8e88; }
.service-code { text-align: right; color: #6f746e; }
.service-item h3 { margin: -6px 0 10px; font-family: var(--display); font-size: clamp(29px, 3vw, 48px); letter-spacing: -.04em; text-transform: uppercase; line-height: 1; }
.service-item p { margin: 0; max-width: 580px; color: #4e554f; }
.services-image { margin: 0; min-height: 660px; position: relative; }
.services-image img { height: 100%; object-fit: cover; filter: saturate(.7); }
.services-image figcaption { position: absolute; right: 0; bottom: 0; width: min(360px, 80%); padding: 18px; background: var(--yellow); text-transform: uppercase; font-size: 10px; font-weight: 900; letter-spacing: .1em; }

.mobile-ops { color: var(--white); background: var(--ink); }
.mobile-ops-head { padding-bottom: clamp(70px, 8vw, 120px); }
.mobile-title-row { display: grid; grid-template-columns: 1.5fr .5fr; gap: 60px; align-items: end; }
.mobile-title-row h2 { color: var(--yellow); font-size: clamp(56px, 7vw, 126px); }
.mobile-title-row p { margin: 0 0 8px; font-size: 18px; color: rgba(248,247,242,.68); }
.process { list-style: none; margin: 0; padding: 0 var(--side) clamp(90px, 10vw, 160px); display: grid; grid-template-columns: repeat(5, 1fr); }
.process li { min-height: 265px; padding: 22px; border-top: 1px solid var(--light-line); border-left: 1px solid var(--light-line); }
.process li:last-child { border-right: 1px solid var(--light-line); }
.process span { display: block; margin-bottom: 70px; color: var(--yellow); font: 800 10px/1 ui-monospace, SFMono-Regular, Menlo, monospace; }
.process strong { display: block; margin-bottom: 13px; text-transform: uppercase; font-family: var(--display); font-size: 24px; }
.process p { margin: 0; color: rgba(248,247,242,.62); font-size: 14px; }

.systems-heading, .documents-heading { display: grid; grid-template-columns: 1.35fr .65fr; gap: 70px; align-items: end; margin-bottom: clamp(65px, 8vw, 110px); }
.systems-heading h2, .documents h2 { font-size: clamp(52px, 7vw, 120px); }
.systems-heading p, .documents-heading p { margin: 0 0 8px; max-width: 520px; font-size: 18px; color: #535a54; }
.systems-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.systems-grid article { min-height: 270px; padding: 25px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .2s ease, color .2s ease; }
.systems-grid article:hover { background: var(--yellow); }
.systems-grid span { color: #777d77; font: 800 10px/1 ui-monospace, SFMono-Regular, Menlo, monospace; }
.systems-grid h3 { margin: 76px 0 14px; font-family: var(--display); font-size: clamp(23px, 2vw, 34px); line-height: 1; text-transform: uppercase; }
.systems-grid p { margin: 0; color: #5a615b; font-size: 14px; }

.workshop { background: var(--ink); color: var(--white); }
.workshop-lead { padding-bottom: clamp(70px, 8vw, 120px); }
.workshop h2 { max-width: 1300px; font-size: clamp(50px, 7vw, 120px); }
.gallery { padding: 0 var(--side) clamp(80px, 9vw, 145px); display: grid; grid-template-columns: .7fr 1.3fr; gap: 12px; }
.gallery figure { margin: 0; position: relative; min-height: 420px; overflow: hidden; }
.gallery .gallery-tall { grid-row: span 2; }
.gallery img { height: 100%; object-fit: cover; filter: saturate(.72); transition: transform .6s ease, filter .6s ease; }
.gallery figure:hover img { transform: scale(1.025); filter: saturate(.95); }
.gallery figcaption { position: absolute; left: 16px; bottom: 16px; padding: 9px 11px; background: rgba(17,23,20,.86); font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }

.documents { background: var(--paper-2); }
.document-list { border-top: 1px solid var(--line); }
.document-list a { display: grid; grid-template-columns: 110px .85fr 1.15fr 60px; gap: 22px; align-items: center; padding: 25px 0; text-decoration: none; border-bottom: 1px solid var(--line); transition: padding .2s ease, background .2s ease; }
.document-list a:hover { padding-left: 14px; padding-right: 14px; background: var(--paper); }
.doc-year { font: 800 10px/1 ui-monospace, SFMono-Regular, Menlo, monospace; color: #666d67; }
.document-list strong { font-family: var(--display); font-size: clamp(22px, 2vw, 34px); text-transform: uppercase; }
.document-list small { font-size: 14px; color: #555c56; }
.document-list b { text-align: right; font-size: 10px; letter-spacing: .12em; }

.contact { display: grid; grid-template-columns: 1.4fr .6fr; background: var(--yellow); color: var(--ink); }
.contact-copy { min-height: 690px; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--ink); }
.eyebrow-light { color: var(--ink); }
.contact h2 { margin: auto 0; font-size: clamp(52px, 7vw, 120px); }
.contact-email { display: flex; justify-content: space-between; align-items: center; padding: 24px 0; border-top: 2px solid var(--ink); border-bottom: 2px solid var(--ink); font-family: var(--display); font-size: clamp(21px, 2.5vw, 42px); font-weight: 900; text-decoration: none; }
.contact-meta { display: flex; flex-direction: column; justify-content: flex-end; gap: 48px; }
.contact-meta > div { padding-top: 14px; border-top: 1px solid rgba(17,23,20,.45); }
.contact-meta span { display: block; margin-bottom: 12px; font: 900 9px/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .13em; }
.contact-meta p, .contact-meta address { margin: 0; font-size: 16px; font-style: normal; }
.site-footer { min-height: 130px; padding: 28px var(--side); display: grid; grid-template-columns: 1fr auto 1fr; gap: 24px; align-items: center; color: var(--white); background: var(--ink); border-top: 1px solid var(--light-line); }
.brand-footer .brand-mark { width: 38px; height: 38px; }
.site-footer p { margin: 0; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; color: rgba(248,247,242,.55); }
.site-footer > div:last-child { justify-self: end; display: flex; gap: 26px; }
.site-footer a { font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; text-underline-offset: 5px; }

.legal-page { min-height: 100vh; padding: 150px var(--side) 100px; background: var(--paper); }
.legal-shell { max-width: 900px; margin: 0 auto; }
.legal-page h1 { margin: 0 0 24px; font-family: var(--display); font-size: clamp(48px, 7vw, 92px); line-height: .95; text-transform: uppercase; letter-spacing: -.045em; }
.legal-page h2 { margin-top: 46px; font-family: var(--display); font-size: 28px; text-transform: uppercase; }
.legal-page p, .legal-page li { color: #434943; line-height: 1.75; }
.legal-back { display: inline-block; margin-bottom: 55px; font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }

[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 1100px) {
  .site-header { height: 76px; }
  .main-nav { position: fixed; inset: 76px 0 0; padding: 36px var(--side); background: var(--ink); color: var(--white); flex-direction: column; align-items: stretch; transform: translateX(100%); transition: transform .25s ease; }
  .main-nav.is-open { transform: none; }
  .main-nav a { padding: 17px 0; border-bottom: 1px solid var(--light-line); font-family: var(--display); font-size: 24px; }
  .nav-contact { border: 0; }
  .menu-toggle { display: block; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { min-height: 900px; height: auto; max-height: none; grid-template-columns: minmax(0, 1fr); }
  .hero-copy { min-height: 720px; padding-top: 140px; }
  .hero-media { height: 68vw; min-height: 500px; }
  .statement-grid, .services, .mobile-title-row, .systems-heading, .documents-heading, .contact { grid-template-columns: 1fr; }
  .services-image { min-height: 600px; }
  .process { grid-template-columns: repeat(2, 1fr); }
  .process li:last-child { border-right: 1px solid var(--light-line); }
  .systems-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-copy { min-height: 600px; border-right: 0; border-bottom: 1px solid var(--ink); }
  .contact-meta { display: grid; grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 700px) {
  [data-reveal] { opacity: 1; transform: none; }
  .brand-copy small { display: none; }
  .brand-mark { width: 40px; height: 40px; }
  .hero-copy { min-height: 720px; }
  .hero h1 { font-size: clamp(36px, 11.8vw, 56px); }
  .hero-intro { font-size: 18px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .button { width: 100%; min-width: 0; }
  .hero-facts { grid-template-columns: 1fr; gap: 12px; }
  .hero-media { min-height: 440px; height: 120vw; }
  .rail-strip > div { min-width: 0; padding: 15px var(--side); display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 9px 16px; line-height: 1.35; }
  .rail-strip span { white-space: normal; }
  .rail-strip span:last-child { grid-column: 1 / -1; }
  .rail-strip i { display: none; }
  .section-index { margin-bottom: 48px; }
  .statement h2, .mobile-title-row h2, .systems-heading h2, .workshop h2, .documents h2, .contact h2 { font-size: clamp(46px, 14vw, 76px); }
  .service-item { grid-template-columns: 35px 1fr; }
  .service-code { display: none; }
  .services-image { min-height: 480px; }
  .process { grid-template-columns: 1fr; }
  .process li { min-height: 0; display: grid; grid-template-columns: 45px 1fr; padding: 22px 0; border-left: 0; border-right: 0 !important; }
  .process li span { grid-row: span 2; margin: 5px 0 0; }
  .process li p { margin-top: 7px; }
  .systems-grid { grid-template-columns: minmax(0, 1fr); }
  .systems-grid article { min-width: 0; min-height: 230px; }
  .systems-grid h3 { overflow-wrap: anywhere; }
  .gallery { grid-template-columns: 1fr; }
  .gallery figure, .gallery .gallery-tall { min-height: 360px; grid-row: auto; }
  .gallery .gallery-tall { min-height: 580px; }
  .document-list a { grid-template-columns: 66px 1fr 40px; gap: 12px; }
  .document-list small { grid-column: 2 / 4; }
  .document-list b { grid-column: 3; grid-row: 1; }
  .contact-copy { min-height: 520px; }
  .contact-email { font-size: 19px; overflow-wrap: anywhere; }
  .contact-meta { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr; justify-items: start; }
  .site-footer > div:last-child { justify-self: start; }
}

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