:root {
  --bg: #ffffff;
  --text: #1d1f23;
  --line: #d7d7d7;
  --accent: #121212;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  min-height: 100%;
  overflow-x: hidden;
}

body {
  font-family: "Montserrat", sans-serif;
  background: radial-gradient(circle at top right, #ffffff 0%, var(--bg) 60%, #f5f5f5 100%);
  color: var(--text);
  line-height: 1.3;
}

body.hero-scroll-lock {
  overflow: hidden;
  touch-action: none;
}

.section {
  width: min(1500px, calc(100% - 40px));
  margin: 0 auto;
}

.top-nav {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: min(1500px, calc(100% - 12px));
  margin: 0;
  padding: 6px 12px;
  border-radius: 0 0 14px 14px;
  background: rgba(255, 255, 255, 0.44);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(200, 204, 214, 0.7);
  border-top: 0;
  box-shadow: 0 10px 20px rgba(17, 21, 32, 0.08);
}

main {
  padding-top: 62px;
}

.top-nav a {
  text-decoration: none;
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  padding: 8px 0;
}

.hero {
  position: relative;
  min-height: 420vh;
  perspective: 1200px;
}

.hero-stage {
  position: sticky;
  top: 0;
  height: 100vh;
  width: 100%;
  padding-top: 36px;
  overflow: visible;
}

.hero-title,
.about h2 {
  font-family: "Anton", sans-serif;
  font-size: clamp(5.2rem, 20vw, 15rem);
  letter-spacing: 0.01em;
  line-height: 0.6;
  color: #202227;
  text-transform: uppercase;
}

.about h2 {
  line-height: 0.84;
}

.hero-title {
  position: absolute;
  margin: 0;
  width: 100%;
  z-index: 1;
  will-change: transform;
}

.hero-title-top {
  top: 64px;
  left: 0;
  text-align: left;
}

.hero-title-bottom {
  bottom: 80px;
  right: 0;
  text-align: right;
}

.hero-image-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 195px;
  width: min(360px, 58vw);
  aspect-ratio: 4 / 5;
  border-radius: 34px;
  overflow: hidden;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.08);
  transform-origin: center center;
  will-change: transform;
  z-index: 3;
}

.hero-image-side {
  position: absolute;
  width: min(210px, 26vw);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.08);
  z-index: 0;
}

.hero-image-top-right {
  top: 56px;
  right: 0;
}

.hero-image-bottom-left {
  bottom: 26px;
  left: 0;
}

.hero-image-side img {
  width: 100%;
  height: auto;
  display: block;
}

.hero-image-wrap img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: opacity 250ms ease;
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 250ms ease;
}

.film-tv,
.books {
  padding-top: 180px;
}

.books {
  padding-top: 256px;
}

h2 {
  font-family: "Anton", sans-serif;
  font-size: clamp(3rem, 9vw, 6rem);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
  line-height: 0.9;
}

.film-tv ul,
.books ul {
  list-style: none;
  border-top: 1px solid var(--line);
}

.film-tv li,
.books li {
  font-size: clamp(1.05rem, 2.1vw, 2rem);
  font-weight: 900;
  padding: 8px 0;
  border-bottom: 1px solid var(--line);
}

.film-tv li::before,
.books li::before {
  content: "• ";
  margin-right: 2px;
}

.books-layout {
  margin-top: 8px;
}

.book-copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
  column-gap: 28px;
  row-gap: 0;
  align-items: start;
}

.book-copy h3 {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.7rem, 3vw, 2.8rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: 0.01em;
  margin-bottom: 14px;
  grid-column: 1 / 2;
}

.book-copy p {
  font-size: 0.74rem;
  line-height: 1.45;
  max-width: 64ch;
  grid-column: 1 / 2;
}

.book-copy p + p {
  margin-top: 16px;
}

.book-actions {
  margin-top: 22px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  grid-column: 1 / 2;
}

.book-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid #252525;
  background: #252525;
  color: #fff;
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.book-btn-amazon {
  background: #fff;
  color: #111;
}

.book-cover {
  grid-column: 2 / 3;
  grid-row: 1 / 5;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--line);
  max-height: 470px;
  margin-top: -170px;
  transform: none;
}

.book-cover img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.film-layout {
  position: relative;
  padding-right: clamp(300px, 34vw, 470px);
}

.film-list {
  margin: 0;
  padding: 0;
}

.film-mobile-deck {
  display: none;
}

.film-list li::before {
  content: none;
}

.film-item {
  width: auto;
  text-align: left;
  border: 0;
  background: transparent;
  font-family: "Montserrat", sans-serif;
  color: var(--text);
  font-size: clamp(1.05rem, 2.1vw, 2rem);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  cursor: pointer;
  padding: 2px 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: transform 180ms ease, color 180ms ease;
}

.film-item::before {
  content: "•";
  display: inline-block;
  transform: translateY(-1px);
}

.film-item.is-active,
.film-item:hover,
.film-item:focus-visible {
  color: #000;
}

.film-item:hover,
.film-item:focus-visible {
  transform: translateY(-4px);
}

.film-preview {
  position: fixed;
  right: clamp(20px, 4vw, 68px);
  top: 50%;
  width: 320px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fff;
  opacity: 0;
  transform: translateY(-50%) scale(0.96);
  transition: opacity 180ms ease, transform 180ms ease;
  pointer-events: none;
  z-index: 50;
}

.film-preview.is-visible {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

.film-preview img {
  width: 100%;
  height: 100%;
  display: block;
}

.film-preview p {
  padding: 10px 12px;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  border-top: 1px solid var(--line);
  white-space: normal;
  line-height: 1.15;
}

.press {
  padding-top: 108px;
}

.press-gallery {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.press-gallery img {
  width: 100%;
  display: block;
  border-radius: 12px;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

.about {
  padding-top: 144px;
}

.about-grid {
  margin-top: 42px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.about-grid p {
  font-size: 0.74rem;
  line-height: 1.45;
}

.footer {
  padding: 48px 0 22px;
}

.footer p {
  font-size: 0.72rem;
  margin-bottom: 10px;
}

.newsletter {
  display: grid;
  grid-template-columns: 1fr 150px;
  gap: 8px;
  align-items: center;
}

.newsletter input {
  height: 40px;
  border-radius: 30px;
  border: 1px solid #c8c8c8;
  background: #ffffff;
  padding: 0 18px;
  font-weight: 500;
}

.newsletter button {
  height: 40px;
  border-radius: 30px;
  border: 0;
  background: #202227;
  color: var(--white);
  font-weight: 800;
  letter-spacing: 0.08em;
  cursor: pointer;
}

.footer-social {
  margin-top: 16px;
  display: flex;
  gap: 10px;
}

.footer-contact-row {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.footer-contact-row .footer-social {
  margin-top: 0;
}

.footer-bookings {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid #1e212a;
  color: #1e212a;
  text-decoration: none;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  transition: background 170ms ease, color 170ms ease;
}

.footer-bookings:hover,
.footer-bookings:focus-visible {
  background: #1e212a;
  color: #fff;
}

.social-link {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid #1e212a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1e212a;
  text-decoration: none;
  transition: background 170ms ease, color 170ms ease;
}

.social-link:hover,
.social-link:focus-visible {
  background: #1e212a;
  color: #fff;
}

.social-link svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.footer-credit {
  margin-top: 12px;
  font-size: 0.72rem;
  text-align: center;
}

.footer-credit a {
  color: #1b1f2a;
  font-weight: 700;
  text-decoration: none;
}

.footer-credit a:hover,
.footer-credit a:focus-visible {
  text-decoration: underline;
}

.footer-bottom {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  font-size: 0.68rem;
}

.mobile-section-nav {
  display: none;
}

@media (hover: none) {
  .film-layout {
    padding-right: 0;
  }

  .film-preview {
    display: none;
  }
}

@media (max-width: 640px) {
  body {
    padding-bottom: calc(124px + env(safe-area-inset-bottom, 0px));
  }

  .mobile-section-nav {
    position: fixed;
    left: 50%;
    bottom: calc(14px + env(safe-area-inset-bottom, 0px));
    transform: translateX(-50%);
    width: min(92vw, 410px);
    z-index: 120;
    display: block;
    pointer-events: none;
    transition: transform 220ms ease, opacity 220ms ease;
  }

  .mobile-section-nav.is-hidden {
    transform: translateX(-50%) translateY(calc(88px + env(safe-area-inset-bottom, 0px)));
    opacity: 0;
  }

  .mobile-section-pill {
    width: 100%;
    min-height: 54px;
    border: 1px solid #cdced3;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.84);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.16);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-family: "Montserrat", sans-serif;
    font-size: 0.83rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: #14161d;
    padding: 0 16px;
    cursor: pointer;
    pointer-events: auto;
    transition: transform 190ms ease, box-shadow 190ms ease;
  }

  .mobile-section-pill:active {
    transform: translateY(1px);
  }

  .mobile-section-pill-icon {
    width: 14px;
    height: 12px;
    position: relative;
    display: inline-block;
  }

  .mobile-section-pill-icon span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1.6px;
    background: #151821;
    border-radius: 999px;
    transition: transform 190ms ease;
  }

  .mobile-section-pill-icon span:nth-child(1) {
    top: 0;
  }

  .mobile-section-pill-icon span:nth-child(2) {
    top: 5px;
  }

  .mobile-section-pill-icon span:nth-child(3) {
    top: 10px;
  }

  .mobile-section-nav.is-open .mobile-section-pill-icon span:nth-child(1) {
    transform: translateY(5px) rotate(45deg);
  }

  .mobile-section-nav.is-open .mobile-section-pill-icon span:nth-child(2) {
    transform: scaleX(0);
  }

  .mobile-section-nav.is-open .mobile-section-pill-icon span:nth-child(3) {
    transform: translateY(-5px) rotate(-45deg);
  }

  .mobile-section-panel {
    position: absolute;
    left: 0;
    right: 0;
    bottom: calc(100% + 10px);
    border: 1px solid #cdced3;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.18);
    padding: 10px;
    display: grid;
    gap: 6px;
    opacity: 0;
    transform: translateY(12px);
    pointer-events: none;
    transition: opacity 220ms ease, transform 220ms ease;
  }

  .mobile-section-nav.is-open .mobile-section-panel {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .mobile-section-panel a {
    display: block;
    border-radius: 12px;
    padding: 12px 14px;
    text-decoration: none;
    color: #14161d;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    background: transparent;
    border: 1px solid transparent;
  }

  .mobile-section-panel .mobile-section-email {
    margin-top: 3px;
    border-top: 1px solid #d8d9de;
    border-radius: 0;
    padding-top: 13px;
    font-size: 0.74rem;
    letter-spacing: 0.04em;
    text-transform: none;
    color: #283045;
  }

  .mobile-section-panel .mobile-section-email:active {
    background: transparent;
  }

  .mobile-section-panel a.is-active {
    background: #1f2330;
    color: #fff;
    border-color: #1f2330;
  }
}

@media (max-width: 900px) {
  .section,
  .top-nav {
    width: min(1500px, calc(100% - 28px));
  }

  .hero {
    min-height: 610px;
  }

  .hero-image-wrap {
    top: 152px;
    width: min(340px, 82vw);
  }

  .hero-image-side {
    width: min(155px, 25vw);
  }

  .hero-image-top-right {
    top: 96px;
  }

  .hero-image-bottom-left {
    bottom: 44px;
  }

  .hero-title-bottom {
    bottom: 54px;
  }

  .film-tv,
  .books {
    padding-top: 28px;
  }

  .books {
    padding-top: 58px;
  }

  .books-layout {
    margin-top: 8px;
  }

  .book-copy {
    grid-template-columns: 1fr 300px;
    column-gap: 18px;
  }

  .book-cover {
    max-height: 420px;
    margin-top: -80px;
    transform: none;
  }

  .film-preview {
    width: 280px;
    right: 16px;
  }

  .film-preview img {
    height: auto;
  }

  .about-grid {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .newsletter input,
  .newsletter button,
  .book-btn {
    min-height: 48px;
  }
}

@media (max-width: 640px) {
  main {
    padding-top: 0;
  }

  .section {
    width: min(1500px, calc(100% - 20px));
  }

  .top-nav {
    display: none;
  }

  .hero {
    min-height: 610px;
    overflow-x: clip;
  }

  .hero-stage {
    overflow-x: clip;
  }

  .hero-image-wrap {
    top: 138px;
    border-radius: 24px;
    width: min(380px, 90vw);
    max-width: calc(100vw - 20px);
  }

  .hero-image-side {
    display: none;
  }

  .hero-title,
  .about h2 {
    font-size: clamp(3.5rem, 23vw, 5.8rem);
  }

  .about h2 {
    line-height: 0.9;
  }

  .hero-title-top {
    top: 58px;
  }

  .hero-title-bottom {
    bottom: 76px;
  }

  .film-tv,
  .books {
    padding-top: 0;
  }

  .books {
    padding-top: 30px;
  }

  .books-layout {
    margin-top: 8px;
  }

  .book-copy {
    display: block;
  }

  .book-copy p {
    font-size: 0.9rem;
    line-height: 1.55;
  }

  .book-actions {
    width: 100%;
  }

  .book-btn {
    width: 100%;
  }

  .book-cover {
    max-height: none;
    margin-top: 6px;
    margin-bottom: 14px;
    transform: none;
  }

  .book-cover img {
    height: auto;
    object-fit: contain;
  }

  .film-layout {
    position: relative;
    padding-right: 0;
  }

  .film-list {
    display: none;
  }

  .film-mobile-deck {
    display: grid;
    gap: 14px;
    margin-top: 14px;
    padding-bottom: 12px;
  }

  .film-mobile-card {
    position: sticky;
    top: 74px;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid var(--line);
    background: #fff;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
    opacity: 0;
    transform: translateY(34px) scale(0.92);
    transition: opacity 220ms ease, transform 220ms ease;
    will-change: transform, opacity;
    pointer-events: none;
    z-index: 1;
  }

  .film-mobile-card.is-depth-0,
  .film-mobile-card.is-depth-1 {
    opacity: 1;
  }

  .film-mobile-card.is-depth-0 {
    transform: translateY(0) scale(1);
    z-index: 10;
  }

  .film-mobile-card.is-depth-1 {
    transform: translateY(12px) scale(0.97);
    z-index: 20;
  }

  .film-mobile-card.is-past {
    opacity: 0;
    transform: translateY(-28px) scale(0.9);
    z-index: 2;
  }

  .film-mobile-card-image {
    width: 100%;
    display: block;
    aspect-ratio: 4 / 5;
    object-fit: contain;
    background: #f3f3f3;
  }

  .film-mobile-card-title {
    padding: 12px 14px;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    line-height: 1.2;
    border-top: 1px solid var(--line);
    text-transform: uppercase;
  }

  .film-preview {
    display: none;
  }

  .film-tv li {
    padding: 10px 0;
  }

  .film-item {
    font-size: clamp(1rem, 6vw, 1.45rem);
    line-height: 1.2;
  }

  .press-gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .about-grid {
    grid-template-columns: 1fr;
    margin-top: 24px;
  }

  .about-grid p {
    font-size: 0.92rem;
    line-height: 1.5;
  }

  .newsletter {
    grid-template-columns: 1fr;
  }

  .newsletter button {
    width: 100%;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 6px;
  }

  .footer-contact-row {
    flex-wrap: wrap;
  }
}

@media (max-width: 420px) {
  .hero {
    min-height: 610px;
  }
}
