:root {
  --bg: #f4f1e8;
  --text: #111111;
  --muted: #5e5b54;
  --panel: #fffdf7;
  --line: #111111;
  --accent: #547398;
  --shadow: 8px 8px 0 #111111;
}

[data-theme="dark"] {
  --bg: #111111;
  --text: #f7f3e8;
  --muted: #b9b3a5;
  --panel: #1d1d1d;
  --line: #f7f3e8;
  --shadow: 8px 8px 0 #547398;
  color-scheme: dark;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; color-scheme: light; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: Arial, Helvetica, sans-serif; font-weight: 700; line-height: 1.12; transition: background .25s ease, color .25s ease; }
body.menu-is-open { overflow: hidden; }
a { color: inherit; text-decoration-thickness: 3px; text-underline-offset: 4px; }
button { font: inherit; }
img { max-width: 100%; display: block; }
iframe { display: block; width: 100%; height: 100%; border: 0; }
a:focus-visible, button:focus-visible, iframe:focus-visible { outline: 4px solid var(--accent); outline-offset: 4px; }
.wrap { width: min(1224px, calc(100% - 36px)); margin-inline: auto; }

.site-header { position: sticky; z-index: 80; top: 0; background: color-mix(in srgb, var(--bg) 94%, transparent); backdrop-filter: blur(16px); border-bottom: 3px solid var(--line); }
.header-inner { min-height: 92px; display: flex; align-items: center; gap: 28px; }
.brand { flex: 0 0 190px; }
.brand img { width: 178px; max-height: 58px; object-fit: contain; object-position: left center; }
.logo-light { display: none; }
[data-theme="dark"] .logo-dark { display: none; }
[data-theme="dark"] .logo-light { display: block; }
.desktop-nav { display: flex; align-items: center; justify-content: flex-end; gap: clamp(14px, 2vw, 28px); margin-left: auto; }
.desktop-nav span { position: relative; white-space: nowrap; }
.desktop-nav a { font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; text-decoration: none; border-bottom: 2px solid transparent; }
.desktop-nav a:hover { border-color: var(--accent); }
.desktop-nav small { position: absolute; top: -18px; left: 0; color: var(--accent); font-size: .55rem; letter-spacing: .12em; text-transform: uppercase; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.theme-toggle, .menu-toggle { border: 3px solid var(--line); background: var(--panel); color: var(--text); padding: .65rem .75rem; box-shadow: 4px 4px 0 var(--line); cursor: pointer; font-size: .65rem; letter-spacing: .08em; }
.theme-toggle:hover, .menu-toggle:hover { transform: translate(2px,2px); box-shadow: 2px 2px 0 var(--line); }
.menu-toggle { display: none; }

.mobile-menu { position: fixed; z-index: 70; inset: 0; padding: 120px 18px 30px; background: var(--accent); transform: translateY(-105%); visibility: hidden; transition: transform .45s cubic-bezier(.76,0,.24,1), visibility .45s; }
.mobile-menu.open { transform: none; visibility: visible; }
.mobile-menu nav { display: grid; border-top: 3px solid #111; }
.mobile-menu a { display: flex; align-items: baseline; gap: 18px; padding: 15px 4px; border-bottom: 3px solid #111; color: #111; font-size: clamp(2rem, 11vw, 4rem); letter-spacing: -.06em; text-transform: uppercase; text-decoration: none; }
.mobile-menu a span { font-size: .7rem; letter-spacing: .08em; }

.hero { position: relative; min-height: calc(100svh - 95px); background: #0b0b0b; overflow: hidden; display: grid; align-items: end; }
.hero-video, .hero-shade { position: absolute; inset: 0; }
.hero-video { overflow: hidden; }
.hero-video iframe { position: absolute; top: 50%; left: 50%; width: 177.78vh; min-width: 100%; height: 56.25vw; min-height: 100%; transform: translate(-50%, -50%); pointer-events: none; }
.hero-shade { background: linear-gradient(90deg, rgba(0,0,0,.78) 0%, rgba(0,0,0,.25) 58%, rgba(0,0,0,.08) 100%), linear-gradient(0deg, rgba(0,0,0,.55), transparent 45%); }
.hero-copy { position: relative; z-index: 2; padding-block: 70px; color: #f7f3e8; }
.hero h1 { max-width: 900px; margin: 0 0 34px; font-size: clamp(5rem, 14vw, 11.5rem); line-height: .76; letter-spacing: -.09em; text-transform: uppercase; }
.button { display: inline-block; border: 3px solid var(--line); background: var(--accent); color: #111; padding: .78rem 1rem; box-shadow: 5px 5px 0 var(--line); text-transform: uppercase; text-decoration: none; transition: transform .14s ease, box-shadow .14s ease; }
.hero .button { border-color: #f7f3e8; box-shadow: 5px 5px 0 #f7f3e8; }
.button:hover { transform: translate(3px,3px); box-shadow: 2px 2px 0 var(--line); }
.button.secondary { background: var(--panel); color: var(--text); }
.ruled { border-top: 3px solid var(--line); }

.story-section, .aerial-callout, .cta { padding: clamp(70px, 10vw, 130px) 0; }
.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(40px, 7vw, 90px); align-items: center; }
.section-copy h2, .aerial-callout h2, .cta h2 { margin: 0 0 40px; font-size: clamp(3.2rem, 7vw, 7rem); line-height: .82; letter-spacing: -.075em; text-transform: uppercase; }
.section-copy h3 { margin: 34px 0 10px; color: var(--accent); text-transform: uppercase; letter-spacing: .08em; font-size: .86rem; }
.section-copy p { max-width: 610px; color: var(--muted); font-size: clamp(1rem, 1.6vw, 1.25rem); line-height: 1.45; }
.framed-media { aspect-ratio: 16/9; border: 3px solid var(--line); background: #000; box-shadow: var(--shadow); }
.aerial-callout { background: var(--accent); color: #111; }
.aerial-callout .wrap { display: grid; grid-template-columns: 1.45fr .55fr; gap: 45px; align-items: end; }
.aerial-callout h2 { grid-column: 1/-1; max-width: 1100px; }
.large-copy { max-width: 760px; margin: 0; font-size: clamp(1.2rem, 2.5vw, 2rem); line-height: 1.3; }
.aerial-callout .button { justify-self: start; border-color: #111; box-shadow: 5px 5px 0 #111; }
.cta-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 40px; align-items: end; }
.cta h2 { margin: 0; }
.cta p { margin-top: 30px; color: var(--muted); }

.page-main { min-height: 70vh; }
.page-title { padding: clamp(80px, 12vw, 150px) 0 clamp(55px, 8vw, 100px); }
.page-title p { margin: 0 0 8px; color: var(--accent); letter-spacing: .12em; text-transform: uppercase; }
.page-title h1 { margin: 0; font-size: clamp(5rem, 15vw, 12rem); line-height: .76; letter-spacing: -.09em; text-transform: uppercase; }
.gallery-section { padding: 70px 0 120px; }
.video-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 42px 28px; align-items: start; }
.video-card { position: relative; border: 3px solid var(--line); background: var(--panel); padding: 12px; box-shadow: var(--shadow); }
.video-card iframe { aspect-ratio: 16/9; background: #000; }
.video-card.vertical { width: min(72%, 360px); justify-self: center; }
.video-card.vertical iframe { aspect-ratio: 9/16; }
.video-number { position: absolute; z-index: 2; top: -18px; left: -12px; display: grid; place-items: center; width: 46px; height: 36px; border: 3px solid var(--line); background: var(--accent); color: #111; }

.contact-layout, .about-layout { padding: clamp(70px, 9vw, 120px) 0; display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(45px, 8vw, 110px); align-items: center; }
.contact-image, .portrait { border: 3px solid var(--line); background: var(--panel); box-shadow: var(--shadow); overflow: hidden; }
.contact-image img { width: 100%; height: min(68vh, 720px); object-fit: cover; }
.contact-card { min-height: 300px; padding: 36px; border: 3px solid var(--line); background: var(--panel); box-shadow: var(--shadow); display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; }
.contact-card p { font-size: clamp(1.4rem, 3vw, 2.6rem); }
.about-intro { padding: clamp(70px, 9vw, 120px) 0 20px; max-width: 1000px; }
.about-intro p { margin: 0 0 24px; font-size: clamp(1.35rem, 3vw, 2.5rem); line-height: 1.22; letter-spacing: -.03em; }
.portrait img { width: 100%; min-height: 600px; object-fit: cover; }
.bio h2 { margin: 0; font-size: clamp(3rem, 6vw, 6rem); line-height: .86; letter-spacing: -.07em; text-transform: uppercase; }
.bio .role { color: var(--accent); text-transform: uppercase; letter-spacing: .12em; }
.bio p { line-height: 1.5; }
.bio blockquote { margin: 35px 0 0; padding: 28px; border: 3px solid var(--line); background: var(--panel); box-shadow: var(--shadow); font-size: clamp(1rem, 1.8vw, 1.35rem); line-height: 1.45; }
.schedule { padding: 34px 0 80px; }
.schedule iframe { min-height: 700px; border: 3px solid var(--line); background: #fff; box-shadow: var(--shadow); }

.site-footer { padding: 55px 0; background: #111; color: #f7f3e8; border-top: 3px solid var(--accent); }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: end; }
.footer-grid > img { width: min(320px, 70vw); }
.footer-grid p { grid-column: 1/-1; margin: 20px 0 0; }
.social-links { display: flex; gap: 22px; flex-wrap: wrap; text-transform: uppercase; font-size: .78rem; letter-spacing: .08em; }

.reveal { opacity: 0; transform: translateY(34px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.8,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .12s; }

@media (max-width: 1020px) {
  .desktop-nav { display: none; }
  .header-inner { min-height: 78px; }
  .brand { flex-basis: 150px; }
  .brand img { width: 145px; }
  .header-actions { margin-left: auto; }
  .menu-toggle { display: inline-block; }
  .hero { min-height: calc(100svh - 81px); }
  .split, .contact-layout, .about-layout { grid-template-columns: 1fr; }
  .framed-media { order: -1; }
  .aerial-callout .wrap, .cta-grid { grid-template-columns: 1fr; }
  .aerial-callout h2 { grid-column: auto; }
}

@media (max-width: 700px) {
  .wrap { width: min(100% - 28px, 1224px); }
  .theme-toggle, .menu-toggle { padding: .55rem .6rem; box-shadow: 3px 3px 0 var(--line); }
  .hero-copy { padding-block: 48px; }
  .hero h1 { font-size: clamp(4.1rem, 25vw, 7rem); }
  .story-section, .aerial-callout, .cta { padding: 68px 0; }
  .section-copy h2, .aerial-callout h2, .cta h2 { font-size: clamp(3rem, 15vw, 5rem); }
  .video-grid { grid-template-columns: 1fr; gap: 40px; }
  .video-card { order: var(--mobile-order); }
  .video-card.vertical { width: min(80%, 360px); }
  .page-title h1 { font-size: clamp(4.2rem, 24vw, 7rem); }
  .contact-card { min-height: 240px; padding: 24px; }
  .portrait img { min-height: 440px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid p { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}
