.family-movie-page,
.family-movie-page * {
  box-sizing: border-box;
}

body,
.seeda-home:has(.family-movie-page) .seeda-home__nav,
.seeda-home:has(.family-movie-page) .seeda-home__nav *,
.seeda-home:has(.family-movie-page) .seeda-home__cta,
.seeda-home:has(.family-movie-page) .seeda-home__cta *,
.seeda-home:has(.family-movie-page) .seeda-home__menu,
.seeda-home:has(.family-movie-page) .seeda-home__menu *,
.seeda-home:has(.family-movie-page) .seeda-header-cta,
.seeda-home:has(.family-movie-page) .seeda-mobile-menu,
.seeda-home:has(.family-movie-page) .seeda-mobile-menu *,
.family-movie-page,
.family-movie-page * {
  font-family: "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, sans-serif !important;
}

.family-movie-page {
  --family-movie-bg: #fffaf0;
  --family-movie-ink: #2f2a25;
  --family-movie-muted: #746b61;
  --family-movie-main: #f47b45;
  --family-movie-main-dark: #cf5f2d;
  --family-movie-accent: #ffd166;
  --family-movie-green: #78b7a3;
  --family-movie-blue: #4f8fc0;
  --family-movie-card: #ffffff;
  --family-movie-border: #eadfce;
  width: 100%;
  margin: 0;
  padding: 0 0 48px;
  background: var(--family-movie-bg);
  color: var(--family-movie-ink);
}

.family-movie-page.is-theater-mode {
  padding-bottom: 0;
}

.family-movie-page + .seeda-section--footer .seeda-footer {
  margin-top: 0;
}

.family-movie-hero {
  position: relative;
  z-index: 5;
  min-height: 680px;
  padding: 128px max(24px, calc((100vw - 1180px) / 2 + 24px)) 34px;
  background: url("../img/renewal/family-movie-hero-cinema.webp") center / cover no-repeat;
  overflow: visible;
}

.family-movie-hero__inner {
  display: grid;
  justify-items: center;
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.family-movie-ribbon {
  position: relative;
  z-index: 1;
  isolation: isolate;
  margin: 0 0 18px;
  padding: 10px 34px;
  background: #c98552;
  color: #fffaf0;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.35;
  box-shadow: 0 8px 18px rgba(94, 54, 30, .18);
}

.family-movie-ribbon::before,
.family-movie-ribbon::after {
  content: "";
  position: absolute;
  top: 8px;
  z-index: -1;
  border: 17px solid #b87546;
}

.family-movie-ribbon::before {
  left: -26px;
  border-left-color: transparent;
}

.family-movie-ribbon::after {
  right: -26px;
  border-right-color: transparent;
}

.family-movie-hero h1 {
  margin: 0;
  color: #4a3328;
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-size: clamp(34px, 5.6vw, 66px);
  font-weight: 900;
  line-height: 1.28;
  letter-spacing: 0;
  text-shadow: 0 2px 0 rgba(255, 255, 255, .72);
}

.family-movie-hero h1 span {
  display: inline-block;
  margin: 0 .06em;
  color: var(--family-movie-main-dark);
  font-family: inherit !important;
  font-size: 1.08em;
  line-height: .95;
}

.family-movie-lead {
  max-width: 720px;
  margin: 16px 0 0;
  color: #5c4336;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.9;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .85);
}

.family-movie-hero__form {
  position: relative;
  z-index: 20;
  bottom: auto;
  left: auto;
  width: min(100%, 1060px);
  margin: 30px auto 0;
  transform: none;
}

.family-movie-form {
  position: relative;
  z-index: 20;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(150px, 190px);
  gap: 14px;
  align-items: end;
  padding: 20px;
  border: 1px solid rgba(234, 223, 206, .94);
  border-radius: 8px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 16px 38px rgba(47, 42, 37, .1);
}

.family-movie-form label {
  display: grid;
  gap: 8px;
  color: var(--family-movie-muted);
  font-size: 13px;
  font-weight: 800;
}

.family-movie-select-wrap {
  position: relative;
  display: block;
  z-index: 10;
  border: 1px solid rgba(244, 123, 69, .24);
  border-radius: 8px;
  background: #fffdf8;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .82);
}

.family-movie-select-wrap:focus-within {
  border-color: rgba(244, 123, 69, .52);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .82),
    0 0 0 4px rgba(244, 123, 69, .12);
}

.family-movie-select-wrap:has(.family-movie-custom-select.is-open) {
  z-index: 80;
}

.family-movie-select-wrap::after,
.family-movie-custom-select__button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 9px;
  height: 9px;
  border-right: 2px solid var(--family-movie-main-dark);
  border-bottom: 2px solid var(--family-movie-main-dark);
  pointer-events: none;
  transform: translateY(-68%) rotate(45deg);
}

.family-movie-select-wrap::after {
  display: none;
}

.family-movie-form select {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  min-height: 50px;
  padding: 10px 44px 10px 15px;
  border: 0;
  background: transparent;
  color: var(--family-movie-ink);
  font: inherit;
  font-size: 15px;
  font-weight: 900;
  cursor: pointer;
}

.family-movie-native-select {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}

.family-movie-custom-select {
  position: relative;
}

.family-movie-custom-select__button {
  position: relative;
  width: 100%;
  min-height: 50px;
  padding: 10px 44px 10px 15px;
  border: 0;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(255, 250, 240, .96));
  color: var(--family-movie-ink);
  font: inherit;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.45;
  text-align: left;
  cursor: pointer;
}

.family-movie-custom-select.is-open .family-movie-custom-select__button {
  color: var(--family-movie-main-dark);
}

.family-movie-custom-select__menu {
  position: absolute;
  top: calc(100% + 8px);
  right: -1px;
  left: -1px;
  z-index: 90;
  overflow: hidden;
  padding: 6px;
  border: 1px solid rgba(234, 223, 206, .96);
  border-radius: 8px;
  background: rgba(255, 253, 248, .98);
  box-shadow: 0 18px 42px rgba(47, 42, 37, .16);
}

.family-movie-custom-select__menu[hidden] {
  display: none;
}

.family-movie-custom-select__option {
  display: block;
  width: 100%;
  min-height: 42px;
  padding: 9px 12px;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: var(--family-movie-ink);
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
  text-align: left;
  cursor: pointer;
}

.family-movie-custom-select__option:hover,
.family-movie-custom-select__option:focus-visible {
  outline: 0;
  background: rgba(255, 209, 102, .22);
}

.family-movie-custom-select__option.is-selected {
  background: rgba(244, 123, 69, .12);
  color: var(--family-movie-main-dark);
}

.family-movie-form select:focus-visible,
.family-movie-custom-select__button:focus-visible,
.family-movie-submit:focus-visible,
.family-movie-share-button:focus-visible {
  outline: 3px solid rgba(244, 123, 69, .28);
  outline-offset: 3px;
}

.family-movie-submit {
  min-height: 50px;
  border: 0;
  border-radius: 999px;
  background: var(--family-movie-main);
  color: #fff;
  font: inherit;
  font-size: 16px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 12px 24px rgba(244, 123, 69, .22);
  transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.family-movie-submit:hover,
.family-movie-submit:focus-visible {
  background: var(--family-movie-main-dark);
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(244, 123, 69, .26);
}

.family-movie-results,
.family-movie-note {
  width: min(100% - 40px, 1180px);
  margin-right: auto;
  margin-left: auto;
}

.family-movie-results {
  position: relative;
  z-index: 1;
  margin-top: 34px;
  padding-top: 2px;
  padding-bottom: 22px;
  isolation: isolate;
  transition: color .28s ease;
}

.family-movie-results::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -34px;
  bottom: -18px;
  left: 50%;
  width: 100vw;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(8, 11, 18, .96), rgba(13, 13, 18, .98));
  opacity: 0;
  transform: translateX(-50%);
  transition: opacity .28s ease;
}

.family-movie-results::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 112px;
  left: 50%;
  width: min(720px, 76vw);
  height: min(520px, 58vw);
  pointer-events: none;
  background: radial-gradient(ellipse at 50% 48%, rgba(255, 231, 174, .36), rgba(255, 209, 102, .16) 34%, transparent 68%);
  opacity: 0;
  transform: translateX(-50%);
  transition: opacity .28s ease;
}

.family-movie-results.is-theater-mode {
  color: #fff7e3;
}

.family-movie-results.is-theater-mode::before,
.family-movie-results.is-theater-mode::after {
  opacity: 1;
}

.family-movie-section-head {
  position: relative;
  z-index: 3;
  display: flex;
  gap: 16px;
  align-items: end;
  justify-content: space-between;
}

.family-movie-section-head__text {
  display: grid;
  gap: 6px;
}

.family-movie-section-kicker {
  margin: 0;
  color: var(--family-movie-main-dark);
  font-size: 13px;
  font-weight: 900;
}

.family-movie-section-head h2 {
  margin: 0;
  color: var(--family-movie-ink);
  font-size: clamp(23px, 3.4vw, 34px);
  line-height: 1.35;
  letter-spacing: 0;
  transition: color .28s ease, text-shadow .28s ease;
}

.family-movie-theater-toggle {
  display: inline-flex;
  flex: 0 0 auto;
  gap: 9px;
  align-items: center;
  min-height: 40px;
  padding: 8px 14px 8px 10px;
  border: 1px solid rgba(244, 123, 69, .26);
  border-radius: 999px;
  background: rgba(255, 253, 248, .92);
  color: var(--family-movie-main-dark);
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.3;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(47, 42, 37, .08);
  transition: background-color .24s ease, border-color .24s ease, color .24s ease, box-shadow .24s ease, transform .24s ease;
}

.family-movie-theater-toggle__track {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 22px;
  border-radius: 999px;
  background: #eadfce;
  box-shadow: inset 0 2px 5px rgba(47, 42, 37, .16);
  transition: background-color .24s ease;
}

.family-movie-theater-toggle__thumb {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fffdf8;
  box-shadow: 0 2px 6px rgba(47, 42, 37, .24);
  transition: transform .24s ease, background-color .24s ease, box-shadow .24s ease;
}

.family-movie-theater-toggle:hover,
.family-movie-theater-toggle:focus-visible {
  border-color: rgba(244, 123, 69, .42);
  transform: translateY(-1px);
}

.family-movie-theater-toggle:focus-visible {
  outline: 3px solid rgba(244, 123, 69, .28);
  outline-offset: 3px;
}

.family-movie-theater-toggle[aria-pressed="true"] {
  border-color: rgba(255, 209, 102, .42);
  background: rgba(15, 18, 27, .94);
  color: #ffe7ae;
  box-shadow: 0 16px 36px rgba(0, 0, 0, .24);
}

.family-movie-theater-toggle[aria-pressed="true"] .family-movie-theater-toggle__track {
  background: #f6b44c;
}

.family-movie-theater-toggle[aria-pressed="true"] .family-movie-theater-toggle__thumb {
  background: #fff7df;
  box-shadow: 0 0 16px rgba(255, 231, 174, .76);
  transform: translateX(16px);
}

.family-movie-results.is-theater-mode .family-movie-section-kicker {
  color: #ffc15c;
}

.family-movie-results.is-theater-mode .family-movie-section-head h2 {
  color: #fff7e3;
  text-shadow: 0 0 24px rgba(255, 209, 102, .22);
}

.family-movie-message {
  margin-top: 18px;
  padding: 18px 20px;
  border: 1px dashed var(--family-movie-border);
  border-radius: 8px;
  background: #fffdf8;
  color: var(--family-movie-muted);
  font-size: 14px;
  line-height: 1.8;
}

.family-movie-message p {
  margin: 0;
}

.family-movie-grid {
  --family-movie-card-width: clamp(270px, 32vw, 360px);
  --family-movie-outer-pad: max(20px, calc((100vw - 1180px) / 2 + 20px));
  --family-movie-edge-space: max(20px, calc((100vw - var(--family-movie-card-width)) / 2 - var(--family-movie-outer-pad) + 24px));
  display: flex;
  position: relative;
  z-index: 2;
  gap: 0;
  margin: 24px calc(50% - 50vw) 0;
  padding: 22px var(--family-movie-outer-pad) 40px;
  overflow-x: auto;
  overflow-y: hidden;
  perspective: 1100px;
  scroll-padding-inline: calc(var(--family-movie-outer-pad) + var(--family-movie-edge-space));
  scroll-snap-type: x mandatory;
  scrollbar-color: rgba(183, 45, 49, .35) rgba(234, 223, 206, .5);
  scrollbar-width: thin;
  transition: filter .28s ease;
}

.family-movie-grid::before,
.family-movie-grid::after {
  content: "";
  flex: 0 0 var(--family-movie-edge-space);
}

.family-movie-grid::-webkit-scrollbar {
  height: 10px;
}

.family-movie-grid::-webkit-scrollbar-track {
  border-radius: 999px;
  background: rgba(234, 223, 206, .55);
}

.family-movie-grid::-webkit-scrollbar-thumb {
  border: 2px solid rgba(234, 223, 206, .55);
  border-radius: 999px;
  background: rgba(183, 45, 49, .45);
}

.family-movie-card {
  --movie-offset: 0;
  --movie-x: 0px;
  --movie-rotate: 0deg;
  --movie-scale: .9;
  --movie-opacity: .72;
  --movie-lift: 12px;
  display: grid;
  grid-template-rows: auto 1fr;
  flex: 0 0 var(--family-movie-card-width);
  overflow: hidden;
  margin-inline: clamp(-18px, -1.6vw, -8px);
  border: 1px solid var(--family-movie-border);
  border-radius: 8px;
  background: var(--family-movie-card);
  box-shadow: 0 14px 32px rgba(47, 42, 37, .08);
  opacity: var(--movie-opacity);
  scroll-snap-align: center;
  transform:
    translateX(var(--movie-x))
    translateY(var(--movie-lift))
    rotateY(var(--movie-rotate))
    scale(var(--movie-scale));
  transform-style: preserve-3d;
  transition: opacity .24s ease, transform .24s ease, box-shadow .24s ease;
}

.family-movie-card.is-active {
  --movie-scale: 1;
  --movie-opacity: 1;
  z-index: 2;
  box-shadow: 0 22px 44px rgba(47, 42, 37, .14);
}

.family-movie-results.is-theater-mode .family-movie-grid {
  scrollbar-color: rgba(255, 209, 102, .72) rgba(255, 255, 255, .12);
}

.family-movie-results.is-theater-mode .family-movie-grid::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, .12);
}

.family-movie-results.is-theater-mode .family-movie-grid::-webkit-scrollbar-thumb {
  border-color: rgba(255, 255, 255, .12);
  background: rgba(255, 209, 102, .72);
}

.family-movie-results.is-theater-mode .family-movie-card {
  border-color: rgba(255, 231, 174, .18);
  background: #fffaf0;
  box-shadow: 0 20px 46px rgba(0, 0, 0, .42);
}

.family-movie-results.is-theater-mode .family-movie-card:not(.is-active) {
  filter: brightness(.54) saturate(.82);
}

.family-movie-results.is-theater-mode .family-movie-card.is-active {
  box-shadow:
    0 0 0 1px rgba(255, 231, 174, .36),
    0 0 64px rgba(255, 209, 102, .36),
    0 34px 90px rgba(0, 0, 0, .58);
}

.family-movie-poster {
  aspect-ratio: 2 / 3;
  background: #f6eadc;
}

.family-movie-poster img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.family-movie-card__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 18px;
  opacity: .58;
  transition: opacity .24s ease;
}

.family-movie-card.is-active .family-movie-card__body {
  opacity: 1;
}

.family-movie-card h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.45;
  letter-spacing: 0;
}

.family-movie-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  color: var(--family-movie-blue);
  font-size: 13px;
  font-weight: 900;
}

.family-movie-overview {
  margin: 0;
  color: var(--family-movie-muted);
  font-size: 14px;
  line-height: 1.8;
}

.family-movie-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: center;
  margin-top: auto;
}

.family-movie-action-button {
  min-height: 40px;
  padding: 8px 15px;
  border: 1px solid rgba(244, 123, 69, .3);
  border-radius: 999px;
  background: rgba(244, 123, 69, .1);
  color: var(--family-movie-main-dark);
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.45;
  text-decoration: none;
  cursor: pointer;
  transition: background-color .2s ease, color .2s ease, transform .2s ease;
}

.family-movie-action-button:hover,
.family-movie-action-button:focus-visible {
  background: var(--family-movie-main);
  color: #fff;
  transform: translateY(-1px);
}

.family-movie-action-button:focus-visible {
  outline: 3px solid rgba(244, 123, 69, .28);
  outline-offset: 3px;
}

.family-movie-watch-summary {
  margin: 0;
  color: var(--family-movie-muted);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.7;
}

.family-movie-trailer-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.family-movie-trailer-modal.is-open {
  display: flex;
}

.family-movie-trailer-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(47, 42, 37, .58);
}

.family-movie-trailer-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 920px);
  padding: 16px;
  border: 1px solid rgba(234, 223, 206, .82);
  border-radius: 8px;
  background: #fffdf8;
  box-shadow: 0 24px 60px rgba(47, 42, 37, .28);
}

.family-movie-trailer-modal__close {
  position: absolute;
  top: -14px;
  right: -14px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: var(--family-movie-main);
  color: #fff;
  font: inherit;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 10px 20px rgba(47, 42, 37, .18);
}

.family-movie-trailer-modal iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  border-radius: 6px;
  background: #111;
}

.family-movie-trailer-modal__note {
  margin: 12px 2px 0;
  color: var(--family-movie-muted);
  font-size: 12px;
  line-height: 1.7;
}

.family-movie-share-panel {
  display: grid;
  justify-items: center;
  gap: 14px;
  margin-top: 18px;
  padding: 16px;
  border: 1px solid var(--family-movie-border);
  border-radius: 8px;
  background: #fffdf8;
  text-align: center;
  transition: border-color .28s ease, background-color .28s ease, color .28s ease;
}

.family-movie-share-panel p {
  margin: 0;
  color: var(--family-movie-muted);
  font-size: 13px;
  line-height: 1.7;
}

.family-movie-share-panel > p:first-child {
  max-width: 680px;
}

.family-movie-share-actions {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  justify-content: center;
}

.family-movie-share-button {
  min-height: 42px;
  padding: 9px 16px;
  border: 1px solid rgba(244, 123, 69, .28);
  border-radius: 999px;
  background: #fffdf8;
  color: var(--family-movie-main-dark);
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  white-space: nowrap;
  transition: background-color .2s ease, color .2s ease, transform .2s ease;
}

.family-movie-share-button--primary,
.family-movie-share-button:hover,
.family-movie-share-button:focus-visible {
  background: var(--family-movie-main);
  color: #fff;
  transform: translateY(-1px);
}

.family-movie-share-text {
  flex-basis: 100%;
  width: 100%;
  min-height: 160px;
  padding: 12px;
  border: 1px solid var(--family-movie-border);
  border-radius: 8px;
  background: #fffdf8;
  color: var(--family-movie-ink);
  font: inherit;
  font-size: 13px;
  line-height: 1.7;
  resize: vertical;
}

.family-movie-share-text[hidden] {
  display: none;
}

.family-movie-note {
  position: relative;
  z-index: 1;
  isolation: isolate;
  margin-top: 28px;
  padding: 0 4px;
  color: var(--family-movie-muted);
  font-size: 13px;
  line-height: 1.8;
  transition: color .28s ease;
}

.family-movie-page.is-theater-mode .family-movie-note {
  color: var(--family-movie-bg);
}

.family-movie-page.is-theater-mode .family-movie-note::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -22px;
  bottom: -24px;
  left: 50%;
  width: 100vw;
  background: rgba(13, 13, 18, .98);
  transform: translateX(-50%);
}

.family-movie-results.is-theater-mode .family-movie-share-panel {
  border-color: rgba(255, 231, 174, .22);
  background: rgba(255, 250, 240, .08);
}

.family-movie-results.is-theater-mode .family-movie-share-panel p {
  color: var(--family-movie-bg);
}

.family-movie-note p {
  margin: 0;
}

.family-movie-note p + p {
  margin-top: 8px;
}

@media (max-width: 980px) {
  .family-movie-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .family-movie-submit {
    grid-column: 1 / -1;
  }

  .family-movie-grid {
    margin-inline: calc(50% - 50vw);
  }
}

@media (max-width: 640px) {
  .family-movie-page {
    padding-bottom: 36px;
  }

  .family-movie-hero {
    min-height: 0;
    padding: 78px 16px 20px;
    background: url("../img/renewal/family-movie-hero-cinema.webp") center top / cover no-repeat;
  }

  .family-movie-ribbon {
    margin-top: 0;
    padding: 8px 16px;
    font-size: 12px;
  }

  .family-movie-ribbon::before,
  .family-movie-ribbon::after {
    top: 6px;
    border-width: 14px;
  }

  .family-movie-ribbon::before {
    left: -20px;
  }

  .family-movie-ribbon::after {
    right: -20px;
  }

  .family-movie-hero h1 {
    font-size: clamp(28px, 8.4vw, 34px);
    line-height: 1.42;
  }

  .family-movie-lead {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.75;
  }

  .family-movie-hero__form {
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
    margin-top: 22px;
    transform: none;
  }

  .family-movie-form {
    grid-template-columns: 1fr;
  }

  .family-movie-section-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px 12px;
    align-items: center;
  }

  .family-movie-section-head__text {
    display: contents;
  }

  .family-movie-section-kicker {
    grid-column: 1;
    grid-row: 1;
  }

  .family-movie-section-head h2 {
    grid-column: 1 / -1;
    grid-row: 2;
    white-space: nowrap;
    font-size: clamp(23px, 7vw, 30px);
  }

  .family-movie-theater-toggle {
    grid-column: 2;
    grid-row: 1;
    gap: 7px;
    min-height: 34px;
    padding: 6px 10px 6px 8px;
    font-size: 12px;
    white-space: nowrap;
  }

  .family-movie-theater-toggle__track {
    width: 32px;
    height: 18px;
  }

  .family-movie-theater-toggle__thumb {
    top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
  }

  .family-movie-theater-toggle[aria-pressed="true"] .family-movie-theater-toggle__thumb {
    transform: translateX(14px);
  }

  .family-movie-card {
    flex-basis: min(78vw, 310px);
    margin-inline: -10px;
  }

  .family-movie-results,
  .family-movie-note {
    width: min(100% - 32px, 1180px);
  }

  .family-movie-card h3 {
    font-size: 18px;
  }
}
