:root {
  --background: #f4f0e8;
  --paper: #fbfaf7;
  --foreground: #090f2f;
  --muted: #5d5a55;
  --accent: #b8892f;
  --line: rgba(9, 15, 47, .18);
}

* { box-sizing: border-box; }

body {
  margin: 0;
  background: var(--background);
  color: var(--foreground);
  font-family: Arial, Helvetica, sans-serif;
}

main {
  min-height: 100vh;
  overflow: hidden;
}

.site-header {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: .85rem clamp(1.25rem, 6vw, 6rem);
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.brand { display: flex; align-items: center; gap: .8rem; color: inherit; font-weight: 800; letter-spacing: -.02em; text-decoration: none; text-transform: uppercase; }
.brand img { width: 46px; height: 46px; object-fit: contain; }
.header-link { color: inherit; font-size: .82rem; font-weight: 700; text-decoration: none; border-bottom: 1px solid; }

.hero {
  min-height: calc(100vh - 78px);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  align-items: center;
  gap: clamp(2rem, 7vw, 8rem);
  padding: clamp(4rem, 8vw, 8rem) clamp(1.5rem, 8vw, 9rem);
  background: var(--paper);
}

.hero-copy { position: relative; z-index: 1; }
.hero-mark { display: grid; place-items: center; }
.hero-mark img { width: min(520px, 42vw); height: auto; filter: drop-shadow(0 30px 40px rgba(9,15,47,.10)); }

.section { padding: clamp(5rem, 10vw, 10rem) clamp(1.5rem, 8vw, 9rem); border-top: 1px solid var(--line); }
.section-label { margin: 0; font-size: .72rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }

.video-section { background: var(--paper); }
.video-intro { max-width: 850px; margin: 0 auto 3rem; text-align: center; }
.video-intro>p:last-child { max-width: 660px; margin: 0 auto; color: var(--muted); font-size: 1.05rem; line-height: 1.75; }
.video-frame { max-width: 1100px; margin: 0 auto; overflow: hidden; background: #000; border: 1px solid var(--foreground); box-shadow: 0 28px 70px rgba(9,15,47,.14); }
.video-frame .iv-player_responsive_padding { background: #000; }
.video-fallback { margin: 0; padding: 1rem; background: #fff; color: var(--foreground); text-align: center; }

.manifest { display: grid; grid-template-columns: .6fr 1.4fr; gap: 8vw; background: var(--background); }
.manifest>div { max-width: 800px; }
.manifest p:not(.section-label) { max-width: 690px; color: var(--muted); font-size: 1.08rem; line-height: 1.75; }

.themes { display: grid; grid-template-columns: .6fr 1.4fr; gap: 8vw; background: var(--foreground); color: #fff; }
.themes .section-label { color: #d6b66e; }
.theme-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 4rem; border-top: 1px solid rgba(255,255,255,.25); }
.theme-grid article { padding: 2rem 1.25rem 1rem 0; border-right: 1px solid rgba(255,255,255,.25); }
.theme-grid article:not(:first-child) { padding-left: 1.25rem; }
.theme-grid article:last-child { border-right: 0; }
.theme-grid span { color: #d6b66e; font-size: .75rem; font-weight: 800; }
.theme-grid h3 { margin: 1.4rem 0 .7rem; font-size: 1.5rem; }
.theme-grid p { color: rgba(255,255,255,.7); font-size: .9rem; line-height: 1.65; }

.closing { display: grid; grid-template-columns: minmax(180px,.55fr) 1.45fr; align-items: center; gap: 8vw; background: var(--paper); }
.closing img { width: min(240px, 50vw); height: auto; justify-self: center; }
.closing>div { max-width: 760px; }
.closing>div>p:last-child { color: var(--muted); }

footer { display: flex; justify-content: space-between; gap: 1rem; padding: 2rem clamp(1.5rem, 8vw, 9rem); background: var(--paper); border-top: 1px solid var(--line); color: var(--muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }

h1, h2 { font-family: Georgia, "Times New Roman", serif; }
h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(4rem, 10vw, 9rem);
  font-weight: 500;
  letter-spacing: -.065em;
  line-height: .78;
}
h2 { margin: 0 0 2rem; font-size: clamp(2.8rem, 6vw, 5.6rem); font-weight: 500; letter-spacing: -.05em; line-height: .98; }

.button { display: inline-flex; align-items: center; gap: 1rem; padding: .95rem 1.2rem; background: var(--foreground); color: #fff; font-size: .76rem; font-weight: 800; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
.button:hover { background: var(--accent); }

.eyebrow {
  margin: 0 0 1rem;
  color: var(--accent);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.intro {
  max-width: 560px;
  margin: 2.5rem 0 2.75rem;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  line-height: 1.65;
}

@media (max-width: 820px) {
  .hero, .manifest, .themes, .closing { grid-template-columns: 1fr; }
  .hero { min-height: auto; text-align: center; }
  .hero-copy { display: flex; flex-direction: column; align-items: center; }
  .hero-mark img { width: min(340px, 70vw); }
  .theme-grid { grid-template-columns: 1fr; }
  .theme-grid article, .theme-grid article:not(:first-child) { padding: 1.5rem 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.25); }
  .theme-grid article:last-child { border-bottom: 0; }
  .video-intro { text-align: left; }
  .video-intro>p:last-child { margin-left: 0; }
  .video-frame { box-shadow: 0 16px 40px rgba(9,15,47,.12); }
}

@media (max-width: 540px) {
  .brand span { font-size: .82rem; }
  .header-link { display: none; }
  .hero { padding-top: 3.5rem; }
  h1 { font-size: clamp(3.8rem, 19vw, 6rem); }
  footer { flex-direction: column; }
}
