@import url('https://fonts.googleapis.com/css2?family=Courier+Prime:wght@400;700&family=Waterfall&display=swap');

:root {
  --bg: #181818;
  --panel: #3d3d3d;
  --ink: #fff;
  --muted: #d4d4d4;
  --yellow: #ffe109;
  --line: #707070;
  --content: 1200px;
}

* { box-sizing: border-box; }
html { background: var(--bg); scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--bg); color: var(--ink); font-family: 'Courier Prime', 'Courier New', monospace; -webkit-font-smoothing: antialiased; }
button, input, textarea { font: inherit; }
button { color: inherit; cursor: pointer; }
a { color: inherit; }
img { display: block; width: 100%; object-fit: cover; }

.site-header {
  position: fixed;
  top: 42px;
  left: 50%;
  z-index: 40;
  width: min(var(--content), calc(100% - 64px));
  height: 68px;
  padding: 10px 27px 10px 16px;
  transform: translateX(-50%);
  border: 1px solid rgba(255, 255, 255, .36);
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(88, 88, 88, .42);
  backdrop-filter: blur(12px);
}

.brand { width: 52px; height: 52px; flex: 0 0 52px; overflow: hidden; border-radius: 50%; }
.brand img { height: 100%; object-fit: contain; }
.nav-links { display: flex; align-items: center; gap: 44px; }
.nav-links a, .download-header .nav-links span { font-size: 16px; letter-spacing: .7px; text-decoration: none; }
.nav-active { color: var(--yellow) !important; }

.hero, .page-hero, .detail-hero, .download-hero, .contact-page { position: relative; z-index: 0; background-size: cover; background-position: center; isolation: isolate; }
.hero::after, .page-hero::after, .detail-hero::after, .download-hero::after, .contact-page::after { content: ''; position: absolute; inset: 0; z-index: -1; background: rgba(0, 0, 0, .36); }
.hero { min-height: 810px; }
.home-hero { overflow: hidden; }
.hero-background-video { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; }
.hero-statement { position: absolute; right: 0; bottom: 52px; left: 0; margin: 0; text-align: center; font-size: 30px; line-height: 1.3; }
.scroll-note { position: absolute; right: max(67px, calc((100vw - var(--content)) / 2)); bottom: 70px; display: grid; justify-items: center; gap: 6px; padding: 0; border: 0; background: transparent; }
.scroll-note > span { display: grid; place-items: center; width: 34px; height: 44px; }
.scroll-mouse svg { width: 28px; height: 38px; color: #fff; overflow: visible; }
.scroll-note small { font-size: 7px; }
.scroll-mouse svg path:first-of-type { animation: scroll-wheel 1.5s ease-in-out infinite; }

.page-hero, .detail-hero, .download-hero { min-height: 480px; display: grid; place-items: center; }
.films-hero { min-height: 580px; }
.hero-kicker { position: absolute; top: 250px; left: 50%; margin: 0; transform: translateX(-50%); color: rgba(255, 225, 9, .13); font-family: Waterfall, cursive; font-size: 70px; line-height: .55; text-align: center; white-space: nowrap; }
.page-hero h1, .detail-hero p, .download-hero h1 { position: relative; margin: 105px 24px 0; text-align: center; font-size: 25px; font-weight: 700; line-height: 1.25; }
.download-hero-copy { position: relative; margin: 105px 24px 0; text-align: center; }
.download-hero-copy h1 { margin: 0; }
.download-hero-copy p { max-width: 820px; margin: 20px auto 0; color: var(--muted); font-size: 16px; line-height: 1.6; }

@media (min-width: 901px) {
  .films-hero .hero-kicker { top: 313px; }
  .films-hero h1 { margin-top: 131px; }
}

.section-title { position: relative; min-height: 66px; margin-bottom: 45px; }
.section-title span { position: absolute; top: 0; left: -8px; color: rgba(255, 225, 9, .16); font-family: Waterfall, cursive; font-size: 54px; line-height: .56; }
.section-title h2 { position: absolute; top: 21px; left: 12px; margin: 0; font-size: 20px; text-transform: uppercase; }
.section-title.center { text-align: center; }
.section-title.center span { left: 50%; transform: translateX(-50%); }
.section-title.center h2 { position: relative; top: 22px; left: auto; }

.service-wrap, .about-lead, .category-wrap, .stories, .home-contact { width: 100%; padding-inline: max(calc((100% - var(--content)) / 2), 40px); }
.service-wrap { min-height: 760px; padding-top: 74px; padding-bottom: 78px; }
.steps { display: grid; grid-template-columns: 1fr; margin: 38px 0 64px; }
.steps article { display: grid; grid-template-columns: 82px minmax(220px, .8fr) minmax(0, 2fr); align-items: center; column-gap: 32px; padding: 24px 0; text-align: left; border-top: 1px solid rgba(255, 255, 255, .18); }
.steps article:last-child { border-bottom: 1px solid rgba(255, 255, 255, .18); }
.steps span { color: rgba(255, 225, 9, .32); font-size: 48px; line-height: .9; }
.steps h3 { position: relative; z-index: 1; margin: 0; font-size: 17px; }
.steps p { margin: 0; color: #ededed; font-size: 13px; line-height: 1.55; }
.outline-button, .pill-button { border: 1px solid var(--yellow); border-radius: 999px; padding: 15px 34px; background: transparent; color: var(--yellow); font-size: 12px; text-decoration: none; transition: background-color .2s ease; }
.outline-button:hover, .pill-button:hover { background: rgba(126, 111, 0, .28); }
.outline-button:focus-visible, .pill-button:focus-visible { outline: 2px solid #fff; outline-offset: 4px; }
.service-wrap .outline-button { display: block; width: 205px; height: 48px; margin: auto; padding: 0; }

@media (min-width: 901px) {
  .service-wrap {
    min-height: 713px;
    padding: 91px max(calc((100% - var(--content)) / 2), 32px) 25px;
  }

  .service-wrap .section-title {
    margin-bottom: 59px;
  }

  .service-wrap .section-title span {
    left: 0;
    font-size: 45px;
  }

  .service-wrap .section-title h2 {
    top: 23px;
    left: 45px;
    font-size: 24px;
  }

  .service-wrap .steps {
    max-width: 1080px;
    margin-inline: auto;
  }

  .service-wrap .steps span {
    display: inline-block;
    color: rgba(255, 225, 9, .17);
    font-family: 'Courier New', Courier, monospace;
    font-size: 60px;
    font-weight: 600;
    transform: none;
  }

  .service-wrap .steps h3 {
    margin: 0;
    font-size: 24px;
  }

  .service-wrap .steps p {
    max-width: none;
    margin: 0;
    color: var(--muted);
    font-family: 'Courier New', Courier, monospace;
    font-size: 18px;
    line-height: 1.52;
  }

  .service-wrap .outline-button {
    width: 328px;
    height: 74px;
    font-size: 16px;
  }

  .about-lead {
    padding-inline: max(calc((100% - var(--content)) / 2), 32px);
  }

}

.about-lead { padding-top: 25px; padding-bottom: 45px; text-align: center; }
.since { margin: 0 0 26px; color: var(--yellow); font-size: 18px; }
.lead-line { margin: 25px 0; font-size: 26px; line-height: 1.45; }
.about-card { position: relative; max-width: var(--content); height: 410px; margin: 42px auto 52px; overflow: hidden; text-align: left; isolation: isolate; }
.about-card::after { content: ''; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, transparent 38%, rgba(0, 0, 0, .1) 54%, rgba(0, 0, 0, .58) 100%); }
.about-card img { height: 100%; }
.about-copy { position: absolute; z-index: 2; top: 0; right: 0; bottom: 0; display: flex; flex-direction: column; justify-content: center; width: 52%; padding: 52px; }
.about-copy p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.6; }
.about-copy p + p { margin-top: 24px; }

.category-wrap { padding-top: 50px; padding-bottom: 55px; }
.category-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.category-grid--1 { grid-template-columns: 1fr; }
.category-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.category-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.category-grid--5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.category-grid a { min-height: 430px; position: relative; padding: 292px 28px 26px; overflow: hidden; background-size: cover; background-position: center; isolation: isolate; text-decoration: none; }
.category-grid a::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(transparent 42%, rgba(0, 0, 0, .7)); }
.category-grid span { display: block; font-size: 42px; }
.category-grid--3 span, .category-grid--5 span { font-size: clamp(28px, 2vw, 36px); }
.category-grid small { display: block; max-width: 460px; margin-top: 14px; color: rgba(255, 255, 255, .65); font-size: 15px; line-height: 1.55; word-spacing: .12em; }

.stories { padding-top: 55px; padding-bottom: 98px; }
.story-filters, .filter-tabs { display: flex; align-items: center; gap: 31px; width: max-content; max-width: 100%; margin: 18px 0 58px; padding: 13px 23px; border-radius: 999px; background: #414141; }
.story-filters button, .filter-tabs button, .download-filter button { border: 0; background: transparent; color: inherit; font-size: 12px; letter-spacing: .6px; }
.story-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 32px; margin: 18px 0 58px; }
.story-toolbar .story-filters { margin: 0; background: rgba(255, 255, 255, .09); }
.story-toolbar .story-filters button { color: rgba(255, 255, 255, .62); font-size: 14px; }
.story-toolbar .story-filters button.nav-active { color: rgba(255, 225, 9, .78) !important; }
.story-more { display: grid; flex: 0 0 220px; place-items: center; width: 220px; height: 50px; padding: 0; border-color: rgba(255, 255, 255, .28); color: rgba(255, 255, 255, .66); font-size: 13px; }
.story-more:hover { border-color: rgba(255, 255, 255, .5); color: #fff; }
.film-rows { display: grid; gap: 72px; }
.film-row-head { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 20px; }
.film-row-head span { font-size: 12px; }
.film-row-head div { height: 1px; background: var(--line); }
.film-title-line { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; }
.film-title-line > div { min-width: 0; }
.watch-film { flex: 0 0 auto; color: rgba(255, 255, 255, .62); font-size: 16px; white-space: nowrap; text-decoration: none; transition: color .2s ease; }
.watch-film:hover { color: #fff; }
.film-row h3, .detail-content h1, .download-video h2 { margin: 16px 0 0; color: var(--yellow); font-size: 48px; font-weight: 400; line-height: 1.08; }
.film-row strong, .detail-content strong, .download-video strong { display: block; margin-top: 10px; color: var(--yellow); font-size: 18px; font-weight: 400; letter-spacing: .5px; }
.film-row p, .detail-content > p, .detail-description, .download-video p { margin: 14px 0 19px; color: var(--muted); font-size: 15px; line-height: 1.5; }
.hero-statement,
.steps p,
.lead-line,
.about-copy p,
.category-grid small,
.film-row p,
.home-contact > p,
.contact-intro {
  letter-spacing: .9px;
  word-spacing: .24em;
}
.film-collage, .film-tiles a { display: block; height: 460px; overflow: hidden; }
.film-collage img, .film-tiles img { height: 100%; }
.film-tiles { display: grid; grid-template-columns: repeat(var(--tile-count, 3), 1fr); gap: 10px; }
.tiles-1 { --tile-count: 1; }
.tiles-2 { --tile-count: 2; }
.tiles-3 { --tile-count: 3; }
.tiles-4 { --tile-count: 4; }
.film-row.filter-enter { animation: filter-enter .42s cubic-bezier(.2, .72, .28, 1) both; }

.home-contact { min-height: 755px; padding-top: 95px; padding-bottom: 38px; text-align: center; }
.home-contact > p { margin: 10px 0 0; color: var(--yellow); font-size: 17px; }
.home-contact form, .contact-page form { max-width: 870px; margin: 48px auto 0; display: grid; grid-template-columns: 1fr 1fr; gap: 22px 90px; text-align: left; }
.home-contact label, .contact-page label { display: grid; gap: 9px; font-size: 13px; }
.home-contact input, .home-contact textarea, .contact-page input, .contact-page textarea { width: 100%; min-height: 52px; padding: 14px 16px; border: 1px solid #8c8c8c; border-radius: 5px; outline: none; color: #fff; background: rgba(78, 78, 78, .65); font-size: 13px; }
.home-contact textarea, .contact-page textarea { min-height: 150px; resize: vertical; }
.wide, .home-contact form > button, .contact-page form > button, .form-success, .form-feedback { grid-column: 1 / -1; }
.home-contact form > button, .contact-page form > button { justify-self: center; border-color: #777; color: #fff; }
.home-contact .section-title h2 { color: rgba(255, 255, 255, .72); }
.home-contact label { color: rgba(255, 255, 255, .68); }
.home-contact .required-mark { color: #ff5a5f; }
.home-contact input, .home-contact textarea { color: rgba(255, 255, 255, .72); }
.home-contact input::placeholder, .home-contact textarea::placeholder { color: rgba(255, 255, 255, .32); opacity: 1; }
.home-contact form > button { border-color: rgba(255, 255, 255, .34); color: rgba(255, 255, 255, .68); }
.home-contact form > button { width: 136px; height: 40px; margin-top: 14px; padding: 0; }
.date-label { position: relative; }
.home-contact .date-field, .contact-page .date-field { padding-right: 60px; cursor: pointer; }
.date-trigger { position: absolute; right: 1px; bottom: 1px; z-index: 2; display: grid; place-items: center; width: 58px; height: 52px; padding: 0; border: 0; background: transparent; }
.contact-page .date-trigger { height: 58px; }
.date-trigger img { width: 24px; height: 24px; opacity: .68; object-fit: contain; }
.date-trigger:focus-visible { outline: 1px solid rgba(255, 255, 255, .82); outline-offset: -8px; border-radius: 5px; }
.date-picker { position: absolute; z-index: 45; top: calc(100% + 8px); left: 0; width: 284px; padding: 14px; border: 1px solid rgba(255, 255, 255, .3); border-radius: 8px; background: #1a1a1a; box-shadow: 0 18px 45px rgba(0, 0, 0, .42); }
.date-picker-head { display: grid; grid-template-columns: 32px 1fr 32px; align-items: center; margin-bottom: 13px; text-align: center; }
.date-picker-head button { width: 32px; height: 30px; padding: 0; border: 0; color: var(--yellow); background: transparent; font-size: 23px; line-height: 1; }
.date-picker-head strong { color: rgba(255, 255, 255, .78); font-size: 13px; }
.date-picker-weekdays, .date-picker-days { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; text-align: center; }
.date-picker-weekdays { margin-bottom: 6px; color: rgba(255, 225, 9, .58); font-size: 10px; }
.date-picker-days span, .date-picker-days button { display: grid; place-items: center; height: 30px; border: 0; color: rgba(255, 255, 255, .68); background: transparent; font: inherit; font-size: 12px; }
.date-picker-days button:hover { border-radius: 4px; color: #111; background: var(--yellow); }
.form-success, .form-feedback { margin: 0; text-align: center; color: var(--yellow); font-size: 13px; }
.form-feedback.is-error { color: #ff8d91; }

.films-page, .detail-content, .download-page, .about-experience { max-width: var(--content); margin: auto; }
.films-page { padding: 58px 0 109px; }
.films-page .filter-tabs { width: 930px; justify-content: space-between; margin: 0 0 62px; }
.films-page .film-rows { gap: 76px; }
.films-page .film-row p { max-width: 1120px; }
.films-page .film-collage, .films-page .film-tiles a { height: 423px; }
.stories .film-collage, .stories .film-tiles a { height: 344px; }

.detail-page { padding: 0; }
.detail-hero p { font-size: 28px; white-space: nowrap; }
.detail-hero::before { content: 'MOMENTARY\A FILMS'; position: absolute; top: 250px; left: 50%; transform: translateX(-50%); color: rgba(255, 225, 9, .13); font-family: Waterfall, cursive; font-size: 70px; line-height: .55; text-align: center; white-space: pre; }
.detail-content { padding: 72px 0 109px; }
.detail-content > p, .detail-description { max-width: 1080px; margin: 15px 0 26px; }
.detail-description p { margin: 0 0 1em; }
.detail-description p:last-child { margin-bottom: 0; }
.detail-description strong, .detail-description b { display: inline; margin-top: 0; color: inherit; font-size: inherit; letter-spacing: normal; }
.detail-description h2, .detail-description h3 { margin: 1.2em 0 .5em; color: var(--yellow); font-weight: 400; line-height: 1.2; }
.detail-description h2 { font-size: 28px; }
.detail-description h3 { font-size: 21px; }
.detail-description ul, .detail-description ol { margin: 0 0 1em 1.5em; padding: 0; }
.detail-description blockquote { margin: 1em 0; padding-left: 1em; border-left: 2px solid var(--yellow); color: rgba(255, 255, 255, .78); }
.detail-description a { color: var(--yellow); text-decoration: underline; text-underline-offset: 3px; }
.detail-content video.player { display: block; width: 100%; height: auto; aspect-ratio: auto; margin: 29px 0 78px; background: #000; object-fit: contain; scroll-margin-top: calc(var(--site-header-bottom, 110px) + 16px); }
.detail-content video.player.is-pending { display: none; }
.detail-content video.player.is-portrait { width: auto; max-width: 100%; max-height: calc(100svh - var(--site-header-bottom, 110px) - 32px); margin-inline: auto; }

.download-header .nav-links { gap: 45px; }
.download-page { padding: 54px 0 0; }
.download-unavailable { min-height: calc(100vh - 132px); display: grid; place-items: center; padding: 48px 24px; text-align: center; }
.download-unavailable-content { max-width: 620px; }
.download-unavailable-kicker { margin: 0 0 18px; color: var(--yellow); font-size: 13px; font-weight: 700; letter-spacing: 1.2px; }
.download-unavailable h1 { margin: 0; color: var(--yellow); font-size: clamp(38px, 5vw, 64px); font-weight: 400; line-height: 1.08; }
.download-unavailable p:last-child { margin: 20px 0 0; color: var(--muted); font-size: 16px; line-height: 1.6; }
.download-toolbar { padding-bottom: 18px; }
.download-filter { display: flex; width: 420px; max-width: 100%; justify-content: space-between; gap: 25px; padding: 13px 24px; border-radius: 999px; background: var(--panel); }
.download-video { margin: 54px 0 44px; }
.download-video[hidden] { display: none; }
.download-video h2 { margin-top: 17px; }
.download-player { display: block; width: 100%; height: auto; aspect-ratio: auto; margin: 20px 0 26px; object-fit: contain; background: #000; }
.download-video > .pill-button { display: block; width: max-content; margin: 0 auto; padding: 13px 27px; border-color: #777; color: #fff; }

.about-experience { padding: 75px 0 181px; }
.about-experience > h1 { margin: 0 0 68px; text-align: center; color: var(--yellow); font-size: 44px; font-weight: 400; }
.about-feature { max-width: 1100px; margin: 75px auto; }
.about-feature h2, .about-memory h2 { margin: 0 0 17px; color: var(--yellow); font-size: 22px; font-weight: 400; }
.about-feature p, .about-memory p, .about-mission p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.58; }
.centered-feature { max-width: 850px; text-align: center; }
.image-left, .image-right { display: grid; grid-template-columns: 260px 1fr; align-items: center; gap: 68px; }
.image-right { grid-template-columns: 1fr 260px; text-align: right; }
.image-left img, .image-right img { height: 320px; }
.image-left div { padding-left: 22px; border-left: 1px solid var(--line); }
.image-right div { padding-right: 22px; border-right: 1px solid var(--line); }
.about-memory { max-width: 1000px; margin: 96px auto; text-align: center; }
.about-memory > div { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; margin-top: 31px; }
.about-memory img { height: 210px; }
.about-mission { display: grid; grid-template-columns: 450px 1fr; align-items: center; gap: 55px; margin: 110px auto 20px; }
.about-mission > img { height: 560px; }
.about-mission h2 { margin: 0 0 28px; color: var(--yellow); font-size: 36px; font-weight: 400; }
.about-mission p + p { margin-top: 18px; }
.about-mission .pill-button { display: block; width: max-content; margin: 30px auto 0; border-color: #777; color: #fff; }

.contact-body { background: #09090b; }
.contact-body .site-header { position: absolute; }
.contact-page { min-height: 810px; padding: 127px 0 0; background-position: center 58%; }
.contact-page::after { background: rgba(0, 0, 0, .28); }
.contact-page::before { content: ''; position: absolute; right: 0; bottom: 0; left: 0; z-index: -1; height: 160px; background: linear-gradient(transparent, rgba(9, 9, 11, .98) 40%); }
.contact-intro { display: grid; place-items: center; height: 58px; margin: 0; color: rgba(255, 225, 9, .58); font-size: 14px; text-align: center; }
.contact-page form { max-width: 1014px; margin-top: 2px; gap: 26px 104px; }
.contact-page label { display: grid; gap: 9px; color: rgba(255, 255, 255, .68); font-size: 13px; }
.contact-page .required-mark { color: #ff5a5f; }
.contact-page input, .contact-page textarea { display: block; margin-top: 0; min-height: 58px; color: rgba(255, 255, 255, .72); background: rgba(82, 82, 82, .62); }
.contact-page input::placeholder, .contact-page textarea::placeholder { color: rgba(255, 255, 255, .32); opacity: 1; }
.contact-page textarea { min-height: 140px; }
.contact-page form > button { width: 136px; height: 40px; margin-top: 14px; padding: 0; border-color: rgba(255, 255, 255, .34); color: rgba(255, 255, 255, .68); }
.contact-footer { display: flex; min-height: 290px; margin-top: 60px; flex-direction: column; align-items: center; text-align: center; }
.contact-email { color: var(--yellow); font-size: 14px; text-decoration: none; }
.contact-footer .socials { gap: 88px; margin: 38px 0 0; }
.contact-footer .socials a { gap: 12px; color: rgba(255, 255, 255, .68); font-size: 15px; }
.contact-footer .socials a:last-child { color: rgba(255, 255, 255, .68); }
.contact-footer .socials img { width: 28px; height: 28px; }
.contact-footer .copyright { width: 100%; margin-top: auto; color: #d0d0d0; font-size: 13px; }

.footer { padding-top: 62px; text-align: center; }
site-footer { display: block; }
.footer-email { display: block; margin-bottom: 18px; color: var(--yellow); font-size: 14px; text-decoration: none; }
.footer-email, .contact-email { color: rgba(255, 225, 9, .58); transition: color .2s ease; }
.footer-email:hover, .contact-email:hover { color: rgba(255, 225, 9, .88); }
.socials { display: flex; justify-content: center; gap: 88px; margin: 0 0 118px; }
.socials a { display: grid; justify-items: center; gap: 8px; color: #fff; font-size: 11px; text-decoration: none; }
.socials a:last-child { color: var(--yellow); }
.socials img { width: 26px; height: 26px; object-fit: contain; }
.standard-footer .footer-email { margin-bottom: 38px; }
.standard-footer .socials a { gap: 12px; color: rgba(255, 255, 255, .68); font-size: 15px; }
.standard-footer .socials a:last-child { color: rgba(255, 255, 255, .68); }
.standard-footer .socials img { width: 28px; height: 28px; }
.download-thank-you { max-width: 860px; margin: 0 auto 86px; padding: 0 30px; color: var(--muted); font-size: 16px; line-height: 1.65; text-align: center; }
.download-thank-you h2 { margin: 0 0 24px; color: var(--yellow); font-size: 26px; font-weight: 400; line-height: 1.2; }
.download-thank-you p { margin: 0; }
.download-thank-you p + p { margin-top: 18px; }
.download-thank-you .pill-button { display: inline-grid; width: 220px; height: 50px; margin-top: 34px; padding: 0; place-items: center; }
.footer-head { max-width: 1340px; margin: auto; padding: 0 30px 27px; display: flex; justify-content: space-between; align-items: end; text-align: left; }
.footer-head.has-top { display: grid; grid-template-columns: 1fr auto auto; gap: 32px; }
.footer-head > div > span { display: block; color: rgba(255, 225, 9, .16); font-family: Waterfall, cursive; font-size: 58px; line-height: .38; }
.footer-head strong { font-size: 25px; }
.footer-head .pill-button { border-color: #777; color: #fff; }
.filmstrip { display: flex; gap: 10px; min-height: 240px; padding: 56px 12px 54px; overflow: hidden; background-color: #050505; background-image: url('/assets/filmstrip-frame-v1.png'); background-repeat: repeat-x; background-position: center; background-size: auto 100%; }
.filmstrip a { position: relative; flex: 1 0 210px; height: 130px; overflow: hidden; border: 1px solid rgba(255, 255, 255, .08); background: #000; }
.filmstrip a > img { height: 100%; }
.filmstrip a b { position: absolute; top: 50%; left: 50%; display: grid; place-items: center; width: 34px; height: 34px; transform: translate(-50%, -50%); border-radius: 50%; background: #fff; }
.filmstrip a b img { width: 18px; height: 18px; object-fit: contain; }
.copyright { margin: 0; padding: 27px; color: #ddd; font-size: 13px; }
.back-to-top { position: relative; display: grid; place-items: center; align-content: center; gap: 0; width: 64px; height: 64px; padding: 0; border: 0; border-radius: 0; background: transparent; color: var(--yellow); font-size: 16px; line-height: 1; }
.back-to-top span:first-child { position: static; font-size: 42px; line-height: .22; transform: none; }
.back-to-top span:last-child { position: static; margin-top: -7px; line-height: 1; }
.floating-top { position: fixed; right: 28px; bottom: 28px; z-index: 35; opacity: 0; pointer-events: none; transform: translateY(15px); transition: opacity .2s ease, transform .2s ease, background-color .2s ease; }
.floating-top.is-visible, #back-to-top.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.back-to-top:hover { background: rgba(126, 111, 0, .3); }

.reveal-item.is-visible { animation: section-reveal .45s ease-out both; }

@keyframes scroll-wheel { 0%, 100% { transform: translateY(0); opacity: 1; } 55% { transform: translateY(5px); opacity: .28; } }
@keyframes filter-enter { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: translateY(0); } }
@keyframes section-reveal { from { opacity: 0; } to { opacity: 1; } }

@media (max-width: 900px) {
  html, body { overflow-x: clip; }
  .site-header { top: 12px; width: calc(100% - 32px); height: 66px; padding: 8px 14px; }
  .brand { width: 40px; height: 40px; flex-basis: 40px; }
  .nav-links, .download-header .nav-links { gap: 12px; }
  .nav-links a, .download-header .nav-links span { font-size: 12px; white-space: nowrap; }
  .hero { min-height: 100svh; }
  .hero-statement { bottom: 145px; padding: 0 22px; font-size: 22px; }
  .hero-statement br { display: none; }
  .scroll-note { right: 20px; bottom: 34px; }
  .page-hero, .detail-hero, .download-hero { min-height: 430px; }
  .hero-kicker { top: 145px; font-size: 60px; }
  .page-hero h1, .detail-hero p, .download-hero h1 { margin-top: 78px; font-size: 22px; white-space: normal; }
  .download-hero-copy { margin-top: 78px; }
  .download-hero-copy h1 { margin: 0; }
  .download-hero-copy p { margin-top: 16px; font-size: 15px; }
  .service-wrap, .about-lead, .category-wrap, .stories, .home-contact { padding: 64px 20px; }
  .section-title { min-height: 72px; margin-bottom: 38px; }
  .section-title span { font-size: 48px; }
  .section-title h2 { top: 23px; left: 13px; font-size: 23px; }
  .section-title.center h2 { top: 24px; }
  .steps { margin: 30px 0 45px; }
  .steps article { grid-template-columns: 58px minmax(0, 1fr); align-items: start; column-gap: 16px; padding: 20px 0; }
  .steps span { grid-row: 1 / span 2; padding-top: 3px; font-size: 58px; }
  .steps h3 { margin: 0 0 12px; font-size: 21px; }
  .steps p { max-width: none; font-size: 16px; }
  .outline-button, .pill-button { max-width: 100%; padding: 15px 25px; font-size: 13px; }
  .category-grid { grid-template-columns: 1fr; }
  .about-card { height: 480px; }
  .about-card::after { background: linear-gradient(180deg, transparent 22%, rgba(0, 0, 0, .82) 100%); }
  .about-card img { height: 100%; }
  .about-copy { top: auto; width: 100%; padding: 80px 22px 24px; }
  .about-copy p { font-size: 16px; }
  .lead-line { font-size: 22px; }
  .category-grid { gap: 20px; }
  .category-grid a { min-height: 330px; padding: 210px 20px 22px; }
  .category-grid span { font-size: 34px; }
  .category-grid small { font-size: 14px; }
  .story-filters, .filter-tabs { width: 100%; gap: 18px; overflow: auto; scrollbar-width: none; }
  .story-filters::-webkit-scrollbar, .filter-tabs::-webkit-scrollbar { display: none; }
  .story-filters button, .filter-tabs button { flex: 0 0 auto; font-size: 12px; }
  .story-toolbar { flex-direction: column; align-items: stretch; }
  .story-more { flex-basis: 50px; width: 100%; }
  .film-row-head { gap: 12px; }
  .film-row-head span { font-size: 11px; white-space: nowrap; }
  .film-title-line { align-items: flex-start; gap: 16px; }
  .watch-film { padding-top: 20px; font-size: 13px; }
  .film-row h3, .detail-content h1, .download-video h2 { font-size: 30px; }
  .film-row strong, .detail-content strong, .download-video strong { font-size: 14px; }
  .film-row p, .detail-content > p, .detail-description, .download-video p { font-size: 16px; }
  .film-tiles { grid-template-columns: repeat(2, 1fr); }
  .film-tiles.tiles-1 { grid-template-columns: 1fr; }
  .film-collage { height: 220px; }
  .film-tiles a { height: 180px; }
  .stories .film-collage, .films-page .film-collage { height: 220px; }
  .stories .film-tiles a, .films-page .film-tiles a { height: 180px; }
  .home-contact form, .contact-page form { width: 100%; grid-template-columns: 1fr; gap: 20px; margin-top: 38px; }
  .wide, .home-contact form > button, .contact-page form > button, .form-success, .form-feedback { grid-column: auto; }
  .home-contact label, .contact-page label { font-size: 15px; }
  .home-contact input, .home-contact textarea, .contact-page input, .contact-page textarea { min-height: 56px; font-size: 15px; }
  .home-contact .date-trigger, .contact-page .date-trigger { height: 56px; }
  .home-contact textarea, .contact-page textarea { min-height: 170px; }
  .films-page, .detail-content, .download-page, .about-experience { padding-inline: 20px; }
  .detail-content { padding-bottom: 65px; }
  .download-page { padding-bottom: 0; }
  .about-experience { padding-bottom: 72px; }
  .films-page .filter-tabs { width: 100%; }
  .detail-content video.player { margin-bottom: 45px; }
  .detail-content video.player.is-portrait { max-height: calc(100svh - var(--site-header-bottom, 78px) - 32px); }
  .download-player { height: auto; aspect-ratio: auto; margin-bottom: 45px; object-fit: contain; }
  .download-filter { min-width: 0; max-width: 100%; overflow: auto; }
  .about-experience > h1 { margin-bottom: 50px; font-size: 30px; line-height: 1.25; }
  .about-feature, .about-memory, .about-mission { margin: 55px 0; }
  .image-left, .image-right, .about-mission { grid-template-columns: 1fr; gap: 24px; text-align: left; }
  .image-right img { grid-row: 1; }
  .image-left img, .image-right img { height: 300px; }
  .image-left div, .image-right div { padding: 0; border: 0; }
  .about-memory > div { grid-template-columns: repeat(2, 1fr); }
  .about-memory img { height: 180px; }
  .about-mission > img { height: 380px; }
  .contact-page { min-height: 100svh; padding: 108px 20px 0; }
  .contact-intro { height: 54px; }
  .contact-page form { margin-top: 0; }
  .contact-page textarea { min-height: 150px; }
  .contact-footer { min-height: 280px; margin-top: 70px; }
  .contact-footer .copyright { margin-top: auto; }
  .footer-head { flex-direction: column; align-items: flex-start; gap: 22px; padding-inline: 20px; }
  .download-thank-you { margin-bottom: 68px; padding-inline: 20px; font-size: 15px; }
  .download-thank-you h2 { margin-bottom: 20px; font-size: 22px; }
  .download-thank-you .pill-button { width: 210px; height: 48px; margin-top: 28px; }
  .footer-head > div { width: 100%; min-width: 0; overflow: hidden; }
  .footer-head > div > span { max-width: 100%; font-size: 44px; }
  .footer-head strong { font-size: 22px; }
  .socials { flex-wrap: wrap; gap: 24px 34px; margin-bottom: 58px; }
  .filmstrip { overflow-x: auto; }
  .filmstrip { min-height: 210px; padding-block: 50px; }
  .filmstrip a { flex-basis: 170px; height: 110px; }
  .floating-top { right: 20px; bottom: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .home-screen.is-visible, .reveal-item.is-visible, .scroll-mouse svg path:first-of-type { animation: none; }
}
