@font-face {
  font-family: "Cy Grotesk Wide";
  src: url("assets/cy-grotesk-wide.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
:root {
  --navy: #061324;
  --navy-soft: #0a1b31;
  --ivory: #f4efe5;
  --muted: #aeb5be;
  --gold: #c79a42;
  --line: rgba(244, 239, 229, .15);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--navy); }
body { margin: 0; background: var(--navy); color: var(--ivory); font-family: "Helvetica Neue", "Avenir Next", Avenir, -apple-system, BlinkMacSystemFont, Arial, sans-serif; font-weight: 300; -webkit-font-smoothing: antialiased; }
img { display: block; width: 100%; }
a { color: inherit; }
.nav { position: absolute; z-index: 20; top: 0; left: 0; right: 0; height: 104px; display: flex; align-items: center; justify-content: space-between; padding: 0 5vw; }
.brand img { width: 130px; height: 58px; object-fit: contain; }
.nav-cta { font-family: "Cy Grotesk Wide", "Helvetica Neue", Arial, sans-serif; font-size: .78rem; text-decoration: none; letter-spacing: .04em; border-bottom: 1px solid rgba(244,239,229,.55); padding: .55rem 0; }
.hero { min-height: 100svh; display: grid; grid-template-columns: 55% 45%; position: relative; overflow: hidden; }
.hero-image { min-height: 100svh; position: relative; }
.hero-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 58%, var(--navy)); }
.hero-image img { height: 100%; object-fit: cover; object-position: 52% center; filter: saturate(.85) contrast(1.05); }
.hero-copy { display: flex; position: relative; z-index: 2; justify-content: center; flex-direction: column; padding: 10rem 8vw 7rem 1vw; max-width: 760px; }
.eyebrow { color: var(--gold); text-transform: uppercase; font-family: "Cy Grotesk Wide", "Helvetica Neue", Arial, sans-serif; letter-spacing: .09em; font-size: .7rem; font-weight: 400; margin: 0 0 1.6rem; }
h1, h2 { font-family: "Cy Grotesk Wide", "Helvetica Neue", Arial, sans-serif; font-weight: 400; letter-spacing: -.022em; margin: 0; text-wrap: balance; }
h1 { font-size: clamp(2.625rem, 4.65vw, 5.25rem); line-height: .98; }
h1 em, h2 em { color: var(--gold); font-family: inherit; font-style: normal; font-weight: 400; letter-spacing: inherit; }
.hero-close { font-size: 1.1rem; color: var(--muted); margin: 2rem 0 3.2rem; }
.text-link { width: fit-content; color: var(--ivory); font-family: "Cy Grotesk Wide", "Helvetica Neue", Arial, sans-serif; text-decoration: none; font-size: .78rem; letter-spacing: .03em; border-bottom: 1px solid var(--gold); padding-bottom: .55rem; }
.text-link span { margin-left: .6rem; color: var(--gold); }
.manifesto { min-height: 80vh; padding: 12vh 8vw; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; border-top: 1px solid var(--line); }
.manifesto h2, .visit h2 { font-size: clamp(2.4rem, 5.25vw, 5.25rem); line-height: 1.04; max-width: 980px; }
.manifesto > p:last-child, .visit > p { max-width: 650px; color: var(--muted); font-size: 1.08rem; line-height: 1.8; margin: 2rem auto 0; }
.editorial { min-height: 95vh; display: grid; grid-template-columns: 56% 44%; align-items: stretch; background: var(--navy-soft); }
.editorial.reverse { grid-template-columns: 48% 52%; background: var(--navy); }
.editorial.reverse .editorial-image { order: 2; }
.editorial-image img { height: 100%; object-fit: cover; min-height: 720px; }
.editorial-copy { padding: 12vh 8vw; display: flex; flex-direction: column; justify-content: center; }
.number { font-family: "Cy Grotesk Wide", "Helvetica Neue", Arial, sans-serif; color: var(--gold); font-size: .9rem; margin: 0 0 5rem; }
.editorial-copy h2, .spa-copy h2, .proposal-copy h2 { font-size: clamp(2.25rem, 4.05vw, 4.5rem); line-height: 1.06; }
.editorial-copy > p:last-child, .spa-copy > p:last-child, .proposal-copy > p:last-child { color: var(--muted); line-height: 1.75; max-width: 520px; margin: 2rem 0 0; font-size: 1.05rem; }
.quiet-proof { min-height: 42vh; display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; margin: 0 5vw; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.quiet-proof article { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1.6rem; padding: 3rem 2rem; }
.quiet-proof article + article { border-left: 1px solid var(--line); }
.quiet-proof svg { width: 48px; height: 48px; fill: none; stroke: var(--gold); stroke-width: 1.15; stroke-linecap: round; stroke-linejoin: round; }
.quiet-proof p { text-align: center; font-size: clamp(1.05rem, 1.5vw, 1.45rem); font-weight: 300; letter-spacing: .025em; line-height: 1.4; margin: 0; }
.spa-panel { min-height: 88vh; display: grid; grid-template-columns: 54% 46%; align-items: stretch; overflow: hidden; background: var(--navy-soft); }
.spa-panel::after { display: none; }
.spa-panel > img { position: static; height: 100%; min-height: 680px; object-fit: cover; object-position: center; }
.spa-copy { position: relative; z-index: 2; width: 100%; padding: 12vh 7vw; display: flex; flex-direction: column; justify-content: center; }
.spa-copy h2 { max-width: 650px; }
.proposal-section { min-height: 95vh; display: grid; grid-template-columns: 44% 56%; background: #08182b; align-items: stretch; }
.proposal-copy { padding: 12vh 7vw; display: flex; flex-direction: column; justify-content: center; }
.proposal-image img { height: 100%; min-height: 720px; object-fit: cover; }
.legacy-section { display: grid; grid-template-columns: 54% 46%; align-items: stretch; background: var(--navy-soft); color: var(--ivory); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.legacy-image { min-height: 700px; overflow: hidden; }
.legacy-image img { height: 100%; object-fit: cover; object-position: center 42%; transform: scale(1.1); }
.legacy-copy { padding: 11vh 7vw; display: flex; flex-direction: column; justify-content: center; }
.legacy-copy .eyebrow { color: var(--gold); }
.legacy-copy h2 { font-size: clamp(2.25rem, 4.05vw, 4.5rem); line-height: 1.06; }
.legacy-copy > p:not(.eyebrow) { color: var(--muted); line-height: 1.75; max-width: 560px; margin: 2rem 0 0; font-size: 1.05rem; }
.legacy-facts { display: flex; gap: 2.5rem; margin-top: 3.2rem; padding-top: 2rem; border-top: 1px solid var(--line); }
.legacy-facts span { display: grid; gap: .3rem; color: var(--muted); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.legacy-facts strong { color: var(--ivory); font-family: "Cy Grotesk Wide", "Helvetica Neue", Arial, sans-serif; font-size: 1.55rem; font-weight: 400; letter-spacing: -.02em; }
.visit { min-height: 85vh; padding: 12vh 6vw; text-align: center; display: flex; align-items: center; justify-content: center; flex-direction: column; }
.actions { display: flex; gap: 1rem; margin-top: 3.2rem; justify-content: center; }
.button { appearance: none; border: 1px solid var(--ivory); padding: 1.05rem 1.7rem; font-family: "Cy Grotesk Wide", "Helvetica Neue", Arial, sans-serif; font-size: .78rem; font-weight: 400; letter-spacing: .025em; cursor: pointer; transition: .25s ease; }
.button.primary { background: var(--ivory); color: var(--navy); }
.button.primary:hover { background: var(--gold); border-color: var(--gold); }
.button.secondary { background: transparent; color: var(--ivory); }
.button.secondary:hover { border-color: var(--gold); color: var(--gold); }
footer { min-height: 280px; border-top: 1px solid var(--line); padding: 4rem 5vw; display: flex; align-items: end; justify-content: space-between; color: var(--muted); font-size: .78rem; letter-spacing: .05em; }
footer img { width: 170px; height: 80px; object-fit: contain; }
dialog { background: #081a30; color: var(--ivory); border: 1px solid rgba(199,154,66,.34); width: min(620px, calc(100% - 2rem)); padding: 4.25rem; box-shadow: 0 35px 120px rgba(0,0,0,.72); }
dialog::backdrop { background: rgba(0,7,17,.82); backdrop-filter: blur(6px); }
dialog h2 { font-size: clamp(2.5rem, 5vw, 3.8rem); line-height: .98; margin-bottom: 3rem; }
.dialog-close { position: absolute; right: 1.2rem; top: 1rem; color: var(--ivory); background: none; border: 0; font-size: 2rem; cursor: pointer; }
form { display: grid; gap: 1.55rem; }
label { display: grid; gap: .7rem; color: var(--gold); font-family: "Cy Grotesk Wide", "Helvetica Neue", Arial, sans-serif; font-size: .68rem; text-transform: uppercase; letter-spacing: .08em; }
input { width: 100%; background: rgba(244,239,229,.035); border: 1px solid rgba(244,239,229,.18); color: var(--ivory); padding: 1rem 1.05rem; font: inherit; font-size: 1rem; font-weight: 300; border-radius: 0; color-scheme: dark; }
input::placeholder { color: rgba(244,239,229,.42); }
input:focus { outline: 0; border-color: var(--gold); background: rgba(244,239,229,.055); }
.date-field { position: relative; display: block; }
.date-field svg { position: absolute; right: 1rem; top: 50%; transform: translateY(-50%); width: 20px; height: 20px; fill: none; stroke: var(--gold); stroke-width: 1.25; pointer-events: none; }
.date-field input::-webkit-calendar-picker-indicator { opacity: 0; width: 28px; cursor: pointer; }
.form-note { color: var(--muted); font-size: .72rem; line-height: 1.5; margin: 0; }
.form-result p { color: var(--muted); line-height: 1.6; }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (max-width: 800px) {
  .nav { height: 82px; padding: 0 1.25rem; }
  .brand img { width: 105px; }
  .hero { display: block; min-height: auto; }
  .hero-image { height: 62svh; min-height: 520px; }
  .hero-image::after { background: linear-gradient(0deg, var(--navy), transparent 55%); }
  .hero-copy { margin-top: -8rem; padding: 2rem 1.35rem 7rem; }
  h1 { font-size: clamp(2.625rem, 12vw, 3.75rem); }
  .manifesto { min-height: 70vh; padding: 8rem 1.35rem; }
  .editorial, .editorial.reverse, .proposal-section { display: flex; flex-direction: column; min-height: auto; }
  .editorial.reverse .editorial-image { order: 0; }
  .editorial-image img, .proposal-image img { min-height: 0; height: 68svh; }
  .editorial-copy, .proposal-copy { padding: 6rem 1.35rem; }
  .number { margin-bottom: 3.5rem; }
  .quiet-proof { min-height: 0; display: block; margin: 5rem 1.35rem; }
  .quiet-proof article { padding: 2.8rem .5rem; }
  .quiet-proof article + article { border-left: 0; border-top: 1px solid var(--line); }
  .spa-panel { min-height: 0; display: flex; flex-direction: column; }
  .spa-panel > img { min-height: 0; height: 65svh; }
  .spa-copy { padding: 6rem 1.35rem; }
  .proposal-copy { order: 2; }
  .legacy-section { display: flex; flex-direction: column; }
  .legacy-image { min-height: 0; height: 64svh; }
  .legacy-copy { padding: 6rem 1.35rem; }
  .legacy-facts { gap: 1.5rem; justify-content: space-between; }
  .visit { padding: 8rem 1.35rem; }
  .actions { width: 100%; flex-direction: column; }
  footer { display: block; text-align: center; padding: 4rem 1.35rem; }
  footer img { margin: 0 auto 2rem; }
  dialog { padding: 3rem 1.5rem; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } }
