:root { --ink: #132944; --cream: #edf1ee; --paper: #fbfcfa; --rust: #28705f; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Georgia, "Times New Roman", serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.site-header { position: absolute; z-index: 10; inset: 0 0 auto; height: 118px; display: flex; align-items: center; justify-content: space-between; padding: 18px clamp(24px, 5vw, 84px); color: white; border-bottom: 1px solid rgba(255,255,255,.3); }
.brand { display: flex; align-items: center; gap: 14px; }
.brand img { width: 58px; height: 72px; object-fit: contain; }
.brand span { display: grid; gap: 3px; }
.brand b { font: 600 20px/1 Arial, sans-serif; letter-spacing: .18em; }
.brand small { font: 10px/1.2 Arial, sans-serif; letter-spacing: .15em; text-transform: uppercase; }
nav { display: flex; gap: 32px; font: 11px/1 Arial, sans-serif; letter-spacing: .17em; text-transform: uppercase; }
nav a { padding: 10px 0; border-bottom: 1px solid transparent; }
nav a:hover { border-color: currentColor; }
.hero { position: relative; min-height: 94svh; display: grid; align-items: end; overflow: hidden; color: white; }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center 52%; }
.hero-shade { background: linear-gradient(90deg, rgba(5,24,44,.75) 0%, rgba(5,24,44,.34) 48%, rgba(5,24,44,.08) 78%), linear-gradient(0deg, rgba(5,24,44,.62), transparent 48%); }
.hero-copy { position: relative; z-index: 2; max-width: 780px; padding: 190px clamp(24px, 8vw, 130px) 90px; }
.eyebrow, .kicker { margin: 0 0 22px; font: 600 11px/1.4 Arial, sans-serif; letter-spacing: .22em; text-transform: uppercase; }
.hero h1 { margin: 0; font-size: clamp(64px, 9vw, 142px); font-weight: 400; line-height: .82; letter-spacing: -.055em; }
.lead { max-width: 660px; margin: 34px 0 36px; font-size: clamp(18px, 2vw, 26px); line-height: 1.45; }
.button { display: inline-block; padding: 15px 22px; font: 600 11px/1 Arial, sans-serif; letter-spacing: .13em; text-transform: uppercase; transition: .25s ease; }
.button.light { border: 1px solid rgba(255,255,255,.65); }
.button.light:hover { color: var(--ink); background: white; }
.button.dark { color: white; background: var(--ink); }
.button.dark:hover { background: var(--rust); }
.vertical-note { position: absolute; z-index: 2; right: 30px; bottom: 88px; margin: 0; writing-mode: vertical-rl; font: 10px/1 Arial, sans-serif; letter-spacing: .23em; text-transform: uppercase; }
.section { padding: clamp(80px, 10vw, 150px) clamp(24px, 8vw, 130px); }
.intro { display: grid; grid-template-columns: .8fr 1.5fr; gap: clamp(50px, 8vw, 140px); }
h2 { margin: 0; font-size: clamp(42px, 5.5vw, 80px); font-weight: 400; line-height: 1.03; letter-spacing: -.035em; }
.copy-columns { columns: 2; column-gap: 48px; font-size: 18px; line-height: 1.7; }
.copy-columns p { margin: 0 0 1.3em; break-inside: avoid; }
.kicker { color: var(--rust); }
.statement { padding: 72px clamp(24px, 8vw, 130px); background: var(--ink); color: var(--cream); text-align: center; }
.statement p { margin: 7px 0; font-size: clamp(28px, 4vw, 56px); line-height: 1.08; }
.statement p:nth-child(2) { font-style: italic; color: #9fc8bd; }
.heritage { display: grid; grid-template-columns: minmax(280px, .82fr) 1.18fr; gap: clamp(55px, 9vw, 145px); align-items: center; }
.technical-card { margin: 0; background: #fff; padding: clamp(12px, 2vw, 24px); box-shadow: 0 28px 80px rgba(37,31,24,.14); transform: rotate(-1.2deg); }
.technical-card figcaption { padding: 15px 4px 4px; font: 9px/1.4 Arial, sans-serif; letter-spacing: .16em; text-transform: uppercase; text-align: center; }
.heritage-copy > p:not(.kicker):not(.quote) { margin: 26px 0; font-size: 18px; line-height: 1.7; }
.quote { margin: 44px 0 0; padding-left: 28px; border-left: 2px solid var(--rust); font-size: 22px; font-style: italic; line-height: 1.55; }
.join { background: var(--cream); text-align: center; }
.join h2 { max-width: 980px; margin: 0 auto; }
.join > p:not(.kicker) { max-width: 720px; margin: 30px auto 35px; font-size: 19px; line-height: 1.65; }
footer { display: grid; grid-template-columns: 1fr 1.3fr .7fr; gap: 40px; align-items: end; padding: 70px clamp(24px, 8vw, 130px); background: #0d243d; color: white; font: 14px/1.7 Arial, sans-serif; }
.footer-mark { display: flex; align-items: center; gap: 18px; text-transform: uppercase; letter-spacing: .13em; font-size: 10px; }
.footer-mark img { width: 52px; height: 68px; object-fit: contain; }
.footer-contact { display: grid; gap: 7px; }
.footer-contact p { margin: 0 0 8px; }
.footer-contact a:hover { text-decoration: underline; }
.footer-signature { margin: 0; text-align: right; }
@media (max-width: 800px) {
  .site-header { height: 92px; padding: 12px 20px; }
  .brand img { width: 42px; height: 56px; }
  .brand small, nav { display: none; }
  .hero { min-height: 88svh; }
  .hero-copy { padding: 150px 24px 58px; }
  .lead { max-width: 90%; }
  .vertical-note { right: 14px; bottom: 58px; }
  .intro, .heritage { grid-template-columns: 1fr; }
  .copy-columns { columns: 1; }
  .technical-card { max-width: 520px; margin: 0 auto; }
  footer { grid-template-columns: 1fr; align-items: start; }
  .footer-signature { text-align: left; }
}
