:root {
  --navy: #041b42;
  --blue: #0a2a5b;
  --cyan: #59d6e7;
  --violet: #8d5cf6;
  --paper: #f7f5f1;
  --white: #fff;
  --ink: #0a1533;
  --shadow: 0 20px 55px rgb(1 17 48 / .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Montserrat, Arial, sans-serif; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.skip-link { position: fixed; top: -4rem; left: 1rem; z-index: 100; padding: .8rem 1rem; color: white; background: #000; border-radius: .35rem; }
.skip-link:focus { top: 1rem; }
.site-header { position: sticky; top: 0; z-index: 30; min-height: 72px; padding: 8px clamp(1.25rem, 6vw, 5rem); display: flex; align-items: center; justify-content: space-between; background: rgb(247 245 241 / .96); backdrop-filter: blur(12px); box-shadow: 0 5px 18px rgb(0 0 0 / .1); }
.logo-link { width: clamp(170px, 18vw, 230px); }
#main-nav { display: flex; gap: clamp(1.4rem, 3vw, 3rem); }
#main-nav a { text-decoration: none; text-transform: uppercase; font-weight: 800; font-size: .92rem; letter-spacing: .02em; }
#main-nav a:hover, #main-nav a:focus-visible { color: #693ed4; }
.menu-button { display: none; border: 1px solid var(--navy); background: transparent; color: var(--navy); border-radius: 999px; padding: .55rem .9rem; font: 700 .9rem/1 Arial, sans-serif; }
.hero { position: relative; min-height: min(760px, calc(100vh - 72px)); display: flex; align-items: end; overflow: hidden; background: #0f1625; }
.hero-image { position: absolute; inset: 0; background: url('/assets/hero-hitchcock.avif') center 35%/cover no-repeat; transform: scale(1.01); }
.hero-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgb(4 27 66 / .12), rgb(4 27 66 / .05) 55%, rgb(4 27 66 / .55)); }
.hero-copy { position: relative; width: 100%; margin-bottom: clamp(3rem, 8vw, 7rem); padding: clamp(1.4rem, 3vw, 2.6rem) clamp(1.25rem, 6vw, 5rem); color: white; background: linear-gradient(90deg, rgb(10 42 91 / .94), rgb(10 42 91 / .75) 55%, transparent); }
.hero-copy h1 { margin: 0; font-size: clamp(3rem, 7vw, 7.8rem); font-style: italic; line-height: .95; letter-spacing: -.04em; }
.hero-copy p { margin: .8rem 0 0; color: var(--cyan); font-size: clamp(1rem, 2vw, 1.75rem); font-weight: 500; text-transform: uppercase; letter-spacing: .035em; }
.section-pad { padding: clamp(4.5rem, 9vw, 9rem) clamp(1.25rem, 7vw, 8rem); }
.section-title { margin: 0 auto clamp(3rem, 6vw, 6rem); text-align: center; text-transform: uppercase; }
.section-title span, .eyebrow, .channel span { color: #7453d5; font-weight: 800; font-size: .82rem; letter-spacing: .18em; text-transform: uppercase; }
.section-title h2 { margin: .45rem 0 0; color: var(--navy); font-size: clamp(2.8rem, 6vw, 6.5rem); line-height: .9; }
.channels { background: white; }
.channel { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(300px, .7fr); gap: clamp(2rem, 6vw, 7rem); align-items: center; max-width: 1300px; margin: 0 auto clamp(5rem, 10vw, 10rem); }
.channel:last-child { margin-bottom: 0; }
.channel.reverse > img { order: 2; }
.channel > img { width: 100%; min-height: 320px; aspect-ratio: 16/7; object-fit: cover; border-radius: 1.1rem; box-shadow: var(--shadow); }
.channel h3 { margin: .5rem 0 1.2rem; color: var(--navy); font-size: clamp(2rem, 4vw, 4.3rem); line-height: .98; }
.channel p { color: #46516a; font-size: 1rem; line-height: 1.8; }
.roku { width: 116px; height: 44px; margin-top: 1.3rem; object-fit: contain; object-position: left center; }
.about { position: relative; display: grid; grid-template-columns: minmax(260px, .75fr) minmax(0, 1.25fr); gap: clamp(2rem, 8vw, 8rem); align-items: center; overflow: hidden; color: white; background: linear-gradient(90deg, var(--navy), var(--blue)); }
.about::before, .about::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgb(95 214 231 / .22); }
.about::before { width: 500px; height: 500px; left: -200px; top: -250px; }
.about::after { width: 340px; height: 340px; right: -150px; bottom: -170px; }
.about > * { position: relative; z-index: 1; }
.about-visual { display: grid; place-items: center; min-height: 360px; border-radius: 50%; background: radial-gradient(circle, rgb(93 211 231 / .3), transparent 67%); }
.about-visual img { width: min(390px, 100%); image-rendering: auto; }
.about h2, .contact h2 { margin: .55rem 0 1.4rem; font-size: clamp(2.8rem, 6vw, 6.4rem); line-height: .92; text-transform: uppercase; }
.about p { max-width: 800px; color: #e7ebf5; font-size: 1.05rem; line-height: 1.8; }
.contact { display: grid; grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr); gap: clamp(2.5rem, 9vw, 10rem); background: var(--paper); }
.contact > div > p { max-width: 620px; color: #4c566e; font-size: 1.05rem; line-height: 1.8; }
.email-link { display: inline-block; margin-top: 1.4rem; color: var(--blue); font-weight: 800; text-underline-offset: .25em; }
.contact-form { display: grid; gap: 1.15rem; padding: clamp(1.4rem, 3vw, 2.6rem); border-radius: 1.25rem; background: white; box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.contact-form label { display: grid; gap: .45rem; color: var(--blue); font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid #ccd3df; border-radius: .5rem; padding: .85rem; background: #fbfcfe; color: var(--ink); font: 1rem/1.4 Arial, sans-serif; }
.contact-form input:focus, .contact-form textarea:focus { outline: 2px solid var(--cyan); border-color: transparent; }
.contact-form button { justify-self: start; border: 0; border-radius: 999px; padding: .85rem 1.7rem; color: white; background: linear-gradient(90deg, #163e7a, #7954db); font: 800 .95rem/1 Arial, sans-serif; cursor: pointer; }
.form-status { min-height: 1.3em; margin: 0; color: #6542c0; font-size: .9rem; }
footer { padding: 2.7rem clamp(1.25rem, 7vw, 8rem); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 2rem; color: white; background: #021431; }
footer > img { width: 175px; filter: brightness(0) invert(1); }
.footer-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 1rem 2rem; }
.footer-links a { text-decoration: none; font-size: .84rem; font-weight: 700; text-transform: uppercase; }
footer p { margin: 0; color: #aab6cf; font-size: .8rem; }

@media (max-width: 860px) {
  .menu-button { display: block; }
  #main-nav { position: absolute; left: 0; right: 0; top: 100%; display: none; padding: 1rem; flex-direction: column; align-items: stretch; background: var(--paper); box-shadow: 0 12px 22px rgb(0 0 0 / .12); }
  #main-nav.open { display: flex; }
  #main-nav a { padding: .9rem; text-align: center; }
  .hero { min-height: 68vh; }
  .channel, .about, .contact { grid-template-columns: 1fr; }
  .channel.reverse > img { order: 0; }
  .channel { gap: 1.5rem; margin-bottom: 6rem; }
  .about-visual { min-height: 280px; }
  footer { grid-template-columns: 1fr; justify-items: center; text-align: center; }
}

@media (max-width: 520px) {
  .logo-link { width: 155px; }
  .hero-copy { margin-bottom: 2rem; }
  .channel > img { min-height: 210px; }
  .form-row { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

.legal-page { min-height: 72vh; padding: clamp(3.5rem, 8vw, 8rem) clamp(1.25rem, 7vw, 8rem); background: var(--paper); }
.legal-hero { max-width: 980px; margin: 0 auto 3rem; padding-bottom: 2rem; border-bottom: 3px solid var(--cyan); }
.legal-hero h1 { margin: .5rem 0 0; color: var(--navy); font-size: clamp(2.8rem, 7vw, 6.5rem); line-height: .92; text-transform: uppercase; }
.legal-document { max-width: 980px; margin: 0 auto; color: #35415a; font-size: 1rem; line-height: 1.8; }
.legal-document h2 { margin: 2.75rem 0 .9rem; color: var(--navy); font-size: clamp(1.35rem, 2.5vw, 2rem); line-height: 1.2; }
.legal-document p { margin: 0 0 1rem; }
.legal-document a { color: #6542c0; font-weight: 700; text-underline-offset: .2em; }
