:root {
  --blue: #1264e8;
  --blue-dark: #073a91;
  --yellow: #ffd632;
  --red: #ef3434;
  --ink: #14213d;
  --cream: #fffaf0;
  --paper: #f4efe4;
  --white: #ffffff;
  --line: #d7d0c2;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
picture { display: block; }
.skip-link { position: absolute; left: -9999px; top: 0; padding: 12px 18px; background: var(--yellow); color: var(--ink); font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.skip-link:focus-visible { left: 12px; top: 12px; z-index: 100; outline-offset: 0; }
.page-shell { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }

.hero-wrap { background: var(--blue); color: white; overflow: hidden; }
.site-header { width: min(1240px, calc(100% - 48px)); margin: 0 auto; padding: 20px 0; min-height: 104px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.25); }
.brand { display: flex; align-items: center; min-width: 350px; }
.brand img { display: block; width: 340px; height: auto; }
.site-nav { display: flex; gap: 30px; font-size: .84rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.site-nav a, .footer-links a { text-decoration: underline; text-decoration-color: transparent; text-underline-offset: 5px; }
.site-nav a:hover, .site-nav a:focus-visible, .footer-links a:hover, .footer-links a:focus-visible { text-decoration-color: currentColor; }
.mobile-nav { display: none; position: relative; }
.mobile-nav > summary { list-style: none; min-height: 44px; padding: 0 12px; align-items: center; gap: 8px; border: 2px solid rgba(255,255,255,.7); cursor: pointer; font-size: .78rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.mobile-nav > summary::-webkit-details-marker { display: none; }
.mobile-nav > summary span { font-size: 1.1rem; line-height: 1; }
.mobile-nav[open] > summary { background: var(--yellow); border-color: var(--ink); color: var(--ink); }
.mobile-nav-links { position: absolute; top: calc(100% + 10px); right: 0; z-index: 20; width: min(240px, calc(100vw - 32px)); display: grid; gap: 0; background: var(--cream); color: var(--ink); border: 2px solid var(--ink); box-shadow: 5px 5px 0 var(--yellow); font-size: .8rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.mobile-nav-links a { min-height: 48px; padding: 0 18px; display: flex; align-items: center; border-bottom: 1px solid var(--line); }
.mobile-nav-links a:last-child { border-bottom: 0; }

.hero { min-height: 650px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; padding-top: 72px; padding-bottom: 82px; }
.eyebrow, .section-number { margin: 0 0 24px; font-size: .75rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow { color: var(--yellow); }
h1 { margin: 0; font-size: clamp(3.9rem, 7vw, 7rem); line-height: .82; letter-spacing: -.075em; text-transform: uppercase; font-weight: 950; }
h1 em { color: var(--yellow); font-style: normal; }
.hero-lede { max-width: 620px; margin: 34px 0 0; font-size: 1.14rem; line-height: 1.65; color: #eaf1ff; }
.button-row { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 28px; min-height: 52px; padding: 0 22px; border: 2px solid currentColor; font-size: .78rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; box-shadow: 5px 5px 0 rgba(20,33,61,.4); transition: transform .15s, box-shadow .15s; }
.button:hover, .button:focus-visible { transform: translate(3px, 3px); box-shadow: 2px 2px 0 rgba(20,33,61,.4); }
.button-primary { background: var(--yellow); color: var(--ink); border-color: var(--ink); }
.text-link { font-weight: 800; font-size: .85rem; text-transform: uppercase; letter-spacing: .08em; text-decoration: underline; text-underline-offset: 5px; }

.machine-placeholder { justify-self: center; width: min(100%, 430px); padding: 18px; background: #e9e5da; border: 6px solid var(--ink); border-radius: 18px 18px 8px 8px; box-shadow: 15px 18px 0 rgba(7,58,145,.75); transform: rotate(1.5deg); }
.machine-marquee { min-height: 0; padding: 0; display: grid; place-items: center; background: var(--blue-dark); border: 4px solid var(--blue-dark); }
.machine-marquee img { display: block; width: 100%; height: auto; }
.machine-window { height: 330px; margin-top: 14px; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 34px; background: linear-gradient(145deg, #d9efff, #ffffff); border: 5px solid var(--ink); color: var(--blue-dark); font-weight: 900; text-transform: uppercase; font-size: .75rem; letter-spacing: .12em; }
.movie-spines { height: 115px; display: flex; align-items: flex-end; gap: 8px; }
.movie-spines i { display: block; width: 25px; height: 100px; border: 3px solid var(--ink); background: var(--red); }
.movie-spines i:nth-child(2n) { height: 90px; background: var(--yellow); }
.movie-spines i:nth-child(3n) { height: 108px; background: var(--blue); }
.machine-slot { padding: 16px 8px 4px; color: var(--ink); text-align: center; font-size: .72rem; font-weight: 900; letter-spacing: .12em; }
.ticker { min-width: max-content; padding: 13px 0; display: flex; justify-content: center; gap: 34px; background: var(--yellow); color: var(--ink); font-size: .74rem; font-weight: 950; letter-spacing: .16em; }
.ticker b { color: var(--red); }

.about { display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; padding-top: 120px; padding-bottom: 120px; }
.section-number { color: var(--blue); }
h2 { max-width: 670px; margin: 0; font-size: clamp(2.5rem, 5vw, 4.8rem); line-height: .97; letter-spacing: -.06em; text-transform: uppercase; }
.about-copy { padding-top: 35px; }
.about-copy p, .faq-intro > p:not(.section-number) { font-size: 1rem; line-height: 1.8; }
.about-copy .large-copy { margin-top: 0; font-size: 1.45rem; line-height: 1.5; font-weight: 700; }

.principles-section { padding: 100px 0; background: var(--ink); color: white; }
.section-number.light { color: var(--yellow); }
.principles-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin: 52px 0 54px; border-top: 1px solid #5d667b; border-bottom: 1px solid #5d667b; }
.principles-grid article { padding: 40px 46px 44px 0; border-right: 1px solid #5d667b; }
.principles-grid article:not(:first-child) { padding-left: 46px; }
.principles-grid article:last-child { border: 0; }
.principles-grid span { color: var(--yellow); font-size: .73rem; font-weight: 900; }
.principles-grid h3 { margin: 42px 0 12px; color: var(--yellow); font-size: 2.5rem; text-transform: uppercase; letter-spacing: -.05em; }
.principles-grid p { max-width: 250px; margin: 0; color: #d8deeb; line-height: 1.7; }
.button-light { border-color: var(--yellow); color: var(--yellow); box-shadow: 5px 5px 0 #060b17; }

.faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; padding-top: 120px; padding-bottom: 120px; }
.faq-intro h2 { font-size: clamp(2.4rem, 4vw, 4rem); }
.faq-intro > p:not(.section-number) { max-width: 390px; margin: 28px 0 22px; }
.faq-list { border-top: 2px solid var(--ink); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; padding: 28px 4px; display: flex; justify-content: space-between; gap: 20px; cursor: pointer; font-size: 1.12rem; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--blue); font-size: 1.5rem; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 650px; margin: -5px 40px 26px 4px; line-height: 1.7; color: #4e586c; }

footer { background: var(--blue); color: white; }
.footer-inner { min-height: 220px; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 75px; }
.footer-logo { display: block; width: 340px; max-width: 100%; height: auto; margin: 0 0 16px; }
.footer-inner p { line-height: 1.5; }
.footer-links { display: flex; gap: 24px; font-size: .78rem; font-weight: 800; text-transform: uppercase; }
.copyright { font-size: .75rem; color: #dce8ff; text-align: right; }

.inner-page { min-height: 100vh; background: var(--cream); }
.inner-page .site-header { color: white; }
.inner-header { background: var(--blue); }
.inner-hero { padding: 90px 0 80px; color: white; }
.inner-hero .eyebrow { margin-bottom: 18px; }
.inner-hero h1 { max-width: 970px; font-size: clamp(3.6rem, 8vw, 7.5rem); }
.inner-hero:not(.copy-hero) p:last-child { max-width: 690px; margin: 32px 0 0; color: #eaf1ff; font-size: 1.18rem; line-height: 1.65; }
.copy-hero .copy-meta { max-width: 690px; margin: 32px 0 0; color: #eaf1ff; font-size: 1.18rem; line-height: 1.65; }
.copy-hero .copy-genres { max-width: 690px; margin: 12px 0 0; color: #c9d6f5; font-size: 1rem; line-height: 1.6; }
.steps { padding: 100px 0; }
.step { display: grid; grid-template-columns: 120px 1fr; gap: 40px; padding: 42px 0; border-top: 1px solid var(--line); }
.step:last-child { border-bottom: 1px solid var(--line); }
.step-number { color: var(--blue); font-size: .8rem; font-weight: 900; letter-spacing: .15em; }
.step h2 { font-size: clamp(2rem, 4vw, 3.7rem); }
.step-content p { max-width: 760px; font-size: 1.05rem; line-height: 1.75; }
.friendly-note { margin-top: 75px; padding: 45px; background: var(--yellow); border: 3px solid var(--ink); box-shadow: 10px 10px 0 var(--blue); }
.friendly-note h2 { font-size: 2.1rem; }
.friendly-note p { max-width: 850px; margin-bottom: 0; line-height: 1.7; }
.contact-layout { padding: 100px 0 120px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.contact-layout h2 { font-size: clamp(2.5rem, 5vw, 4.5rem); }
.contact-layout p { line-height: 1.75; }
.contact-card { padding: 44px; background: white; border: 2px solid var(--ink); box-shadow: 10px 10px 0 var(--yellow); }
.contact-card label { display: block; margin: 22px 0 8px; font-size: .75rem; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.contact-card input, .contact-card textarea { width: 100%; padding: 14px; border: 1px solid #9da4b1; background: #fffdf8; color: var(--ink); font: inherit; }
.contact-card textarea { min-height: 140px; resize: vertical; }
.contact-card .button { margin-top: 24px; cursor: pointer; }
.form-note { font-size: .8rem; color: #687083; }
.contact-status { margin: 0 0 22px; padding: 16px 20px; background: var(--yellow); border: 2px solid var(--ink); box-shadow: 5px 5px 0 var(--blue); color: var(--ink); font-weight: 800; line-height: 1.5; }
.contact-status[hidden] { display: none; }

:focus-visible { outline: 3px solid var(--red); outline-offset: 4px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }

@media (max-width: 800px) {
  .page-shell, .site-header { width: min(100% - 32px, 620px); }
  .site-header { min-height: 96px; }
  .site-nav--desktop { display: none; }
  .mobile-nav { display: block; }
  .mobile-nav > summary { display: flex; }
  .hero { grid-template-columns: 1fr; gap: 64px; padding-top: 64px; }
  .hero-copy { text-align: left; }
  .machine-placeholder { width: 360px; }
  .about, .faq, .contact-layout { grid-template-columns: 1fr; gap: 45px; padding-top: 78px; padding-bottom: 78px; }
  .about-copy { padding-top: 0; }
  .principles-section { padding: 78px 0; }
  .principles-grid { grid-template-columns: 1fr; }
  .principles-grid article, .principles-grid article:not(:first-child) { padding: 30px 0; border-right: 0; border-bottom: 1px solid #5d667b; }
  .principles-grid article:last-child { border-bottom: 0; }
  .principles-grid h3 { margin-top: 18px; }
  .footer-inner { grid-template-columns: 1fr; gap: 22px; padding: 50px 0; }
  .copyright { text-align: left; }
  .step { grid-template-columns: 1fr; gap: 12px; }
}

@media (max-width: 600px) {
  .site-header { position: relative; }
  .brand { min-width: 0; }
  .brand img { width: 240px; }
}

@media (max-width: 480px) {
  h1 { font-size: 3.5rem; }
  .brand { min-width: 190px; }
  .brand img { width: 190px; }
  .button-row { align-items: flex-start; flex-direction: column; }
  .machine-placeholder { width: 100%; }
  .machine-window { height: 270px; }
  .movie-spines i { width: 20px; }
  .faq-intro h2, h2 { font-size: 2.55rem; }
  .footer-links { flex-wrap: wrap; }
  .contact-card, .friendly-note { padding: 28px 22px; }
}

.copy-hero { padding-bottom: 40px; }
.copy-hero h1 { max-width: none; }
.copy-layout { display: grid; grid-template-columns: minmax(220px, 340px) 1fr; gap: 64px; align-items: start; padding: 60px 0 110px; }
.copy-poster img { display: block; width: 100%; height: auto; border: 6px solid var(--ink); box-shadow: 10px 10px 0 var(--yellow); }
.copy-overview { max-width: 760px; margin: 0 0 30px; font-size: 1.12rem; line-height: 1.75; }
.copy-overview-collapsed { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; line-clamp: 4; overflow: hidden; }
.copy-overview-toggle { display: inline-block; margin: -20px 0 30px; padding: 0; border: 0; background: none; color: var(--blue); cursor: pointer; font: inherit; font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; text-decoration: underline; text-decoration-color: transparent; text-underline-offset: 5px; }
.copy-overview-toggle:hover, .copy-overview-toggle:focus-visible { text-decoration-color: currentColor; }
.copy-overview-toggle[hidden] { display: none; }
.copy-overview-toggle .copy-overview-label-less { display: none; }
.copy-overview-toggle[aria-expanded="true"] .copy-overview-label-more { display: none; }
.copy-overview-toggle[aria-expanded="true"] .copy-overview-label-less { display: inline; }
.copy-section { padding: 34px 0 8px; border-top: 2px solid var(--ink); }
.copy-section h2 { margin: 0 0 22px; font-size: clamp(1.3rem, 2vw, 1.8rem); letter-spacing: -.02em; }
.copy-details { margin: 0; }
.copy-detail { display: grid; grid-template-columns: 130px 1fr; gap: 18px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.copy-detail dt { font-size: .75rem; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; color: var(--blue); }
.copy-detail dd { margin: 0; line-height: 1.6; }
.copy-empty { color: #687083; line-height: 1.7; }
.copy-history { margin: 0; padding: 0; list-style: none; }
.copy-event { display: flex; align-items: baseline; gap: 18px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.copy-event time { min-width: 118px; font-size: .78rem; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; color: var(--blue); }
.copy-event span { line-height: 1.5; }
.copy-note { margin: 0 0 18px; padding: 22px; background: var(--paper); border: 2px solid var(--ink); box-shadow: 6px 6px 0 var(--yellow); }
.copy-note h3 { margin: 0 0 4px; font-size: 1rem; text-transform: uppercase; letter-spacing: .06em; }
.copy-note-date { margin: 0 0 10px; font-size: .75rem; color: #687083; }
.copy-note p:last-child { margin: 0; line-height: 1.7; }
.copy-message { max-width: 720px; padding: 110px 0 140px; }
.copy-message h1 { font-size: clamp(2.6rem, 6vw, 4.6rem); }
.copy-message-body { max-width: 560px; margin: 30px 0 0; font-size: 1.1rem; line-height: 1.75; }
.copy-message .button-row { margin-top: 34px; }

.message-section { scroll-margin-top: 24px; }
.copy-message-lede { max-width: 560px; margin: -6px 0 26px; color: #4e586c; line-height: 1.7; }
.copy-message-form { display: grid; gap: 20px; max-width: 620px; margin: 6px 0 30px; }
.copy-message-form label { display: grid; gap: 8px; font-size: .78rem; font-weight: 900; text-transform: uppercase; letter-spacing: .09em; }
.copy-message-form .copy-field-optional { font-weight: 400; text-transform: none; letter-spacing: 0; color: #687083; }
.copy-message-form input, .copy-message-form textarea { width: 100%; padding: 14px; border: 2px solid var(--ink); background: var(--white); color: var(--ink); font: inherit; text-transform: none; letter-spacing: 0; }
.copy-message-form textarea { min-height: 140px; resize: vertical; }
.copy-message-count { justify-self: start; font-size: .75rem; font-weight: 400; color: #687083; text-transform: none; letter-spacing: 0; }
.copy-message-form .button { cursor: pointer; justify-self: start; }
.copy-message-form .button[disabled] { opacity: .55; cursor: not-allowed; }
.copy-form-notice { max-width: 620px; margin: 0 0 24px; padding: 16px 20px; background: var(--yellow); border: 2px solid var(--ink); box-shadow: 5px 5px 0 var(--blue); font-weight: 800; line-height: 1.5; }
.copy-form-notice.error { background: #ffe4e4; border-color: var(--red); box-shadow: 5px 5px 0 var(--red); }
.cf-turnstile { margin: 2px 0; min-height: 0; }

.message-form-disclosure { margin: 6px 0 30px; }
.message-form-disclosure summary { list-style: none; cursor: pointer; justify-self: start; }
.message-form-disclosure summary::-webkit-details-marker { display: none; }
.message-form-disclosure .copy-message-lede { margin-top: 18px; }
.message-form-label-open { display: none; }
.message-form-disclosure[open] .message-form-label-closed { display: none; }
.message-form-disclosure[open] .message-form-label-open { display: inline; }

@media (max-width: 800px) {
  .copy-layout { grid-template-columns: 1fr; gap: 40px; padding-top: 48px; }
  .copy-poster { max-width: 340px; }
}

@media (max-width: 480px) {
  .copy-detail { grid-template-columns: 1fr; gap: 2px; }
  .copy-event { flex-direction: column; gap: 2px; }
  .copy-event time { min-width: 0; }
  .copy-message { padding: 78px 0 110px; }
  .copy-message-form .button { justify-self: stretch; }
}
