﻿/* =========================
   RESET / BASE
========================= */
@font-face {
  font-family: "Oceanus Variable";
  src: url("./fonts/oceanus/Oceanus_Variable.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Oswald Variable";
  src: url("./fonts/Oswald/Oswald-VariableFont_wght.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Antonio Variable";
  src: url("./fonts/Antonio/Antonio-VariableFont_wght.ttf") format("truetype");
  font-display: swap;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

html {
  scroll-behavior: smooth;
}

/*
:root {
  --edge-inset: 1cm;
}

body {
  margin: 0;
  font-family: "Trebuchet MS", "Gill Sans", "Segoe UI", sans-serif;
  line-height: 1.5;
  color: #f6f2f3;
  background: var(--bg-page);
}

body.modal-open {
  overflow: hidden;
}

/* =========================
   FOOTER
========================= */
.site-footer {
  height: 1cm;
  display: flex;
  align-items: center;
  padding: 0 calc((100% - min(1100px, calc(100% - 40px))) / 2);
}

.site-footer__content {
  width: 100%;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: none;
  color: var(--text);
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* =========================
   LAYOUT HELPERS
========================= */
.wrap {
  width: min(1100px, calc(100% - 40px));
  margin: 0 auto;
}


/* =========================
   HEADER
========================= */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background: transparent;
  backdrop-filter: none;
  transition: background 0.3s ease;
}

.site-header--solid {
  background: var(--bg-nav);
}

.site-header--solid .brand-mark {
  opacity: 0;
  pointer-events: none;
}
body {
  padding-top: 0;
}

.header-row {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding: 8px 0 6px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 16px;
  text-transform: none;
  font-size: 21px;
  letter-spacing: 0.2em;
  font-family: "Antonio Variable", "Trebuchet MS", "Gill Sans", "Segoe UI",
    sans-serif;
  margin-left: 0;
}

.brand-name {
  font-weight: 500;
  font-size: 24px;
  line-height: 40px;
  color: inherit;
  text-decoration: none;
  position: fixed;
  top: 2px;
  left: calc((100% - min(1100px, calc(100% - 40px))) / 2 - 266px + var(--edge-inset));
  z-index: 15;
  line-height: 1.05;
  transform: scaleY(1.1);
  transform-origin: top;
  text-transform: uppercase;
}

.brand-divider {
  width: 2px;
  height: calc(100% + 14px);
  margin-top: -8px;
  margin-bottom: -6px;
  background: rgba(255, 255, 255, 0.35);
  align-self: stretch;
}

.nav a {
  color: #f3fdff;
  text-decoration: none;
  margin-left: 19px;
  font-size: 16px;
  line-height: 40px;
  letter-spacing: 0.15em;
  opacity: 0.85;
  display: inline-block;
  transform: scaleY(1.1);
  transform-origin: top;
}

.nav a:hover {
  opacity: 1;
}

.brand-mark {
  width: auto;
  height: auto;
  border: none;
  border-radius: 0;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Oceanus Variable", "Trebuchet MS", "Gill Sans", "Segoe UI",
    sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 1;
  transform: rotate(90deg) scale(1.2);
  align-self: flex-start;
  margin-top: 45px;
  right: calc((100% - min(1100px, calc(100% - 40px))) / 2 - 265px + var(--edge-inset));
  top: -16px;
  z-index: 15;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s ease;
}


/* =========================
   HERO
========================= */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 140px 0 140px;
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 12% 30%, rgba(255, 120, 70, 0.85), transparent 48%),
    radial-gradient(circle at 62% 38%, rgba(90, 150, 255, 0.85), transparent 52%),
    radial-gradient(circle at 78% 72%, rgba(120, 255, 220, 0.5), transparent 48%),
    linear-gradient(to bottom, rgba(7, 7, 12, 0) 0%, #1a1a1d 100%),
    #07070c;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(9, 9, 12, 0.5);
  backdrop-filter: blur(12px);
  z-index: 0;
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 320px;
  background: linear-gradient(to bottom, rgba(7, 7, 12, 0), var(--bg-page));
  pointer-events: none;
  z-index: 0;
}

.hero-bg-letters {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  display: block;
}

.hero-bg-letters span {
  position: absolute;
  font-family: "Oceanus Variable", "Trebuchet MS", "Gill Sans", "Segoe UI",
    sans-serif;
  font-size: clamp(520px, 70vw, 1200px);
  font-weight: 200;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.3);
  text-shadow: none;
  opacity: 0.1;
  white-space: nowrap;
}

.hero-bg-letters span:nth-child(1) {
  top: -18%;
  left: -28%;
  transform: rotate(-10deg);
}

.hero-bg-letters span:nth-child(2) {
  bottom: -30%;
  right: -24%;
  transform: rotate(8deg);
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  justify-items: center;
  gap: 40px;
  z-index: 1;
}

.hero-center {
  text-align: center;
}

.hero-title {
  margin: 0;
  font-family: "Oceanus Variable", "Trebuchet MS", "Gill Sans", "Segoe UI",
    sans-serif;
  font-size: clamp(40px, 8vw, 96px);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 300;
  color: transparent;
  -webkit-text-stroke: 1.5px #f3fdff;
  text-shadow: 0 0 18px rgba(255, 255, 255, 0.2);
}

.hero-subtitle {
  margin: 12px 0 0;
  font-family: "Oswald Variable", "Trebuchet MS", "Gill Sans", "Segoe UI",
    sans-serif;
  font-size: 28px;
  letter-spacing: 0.2em;
  text-transform: lowercase;
  color: rgba(245, 240, 242, 0.85);
}

.hero-stat {
  position: absolute;
  left: calc((100% - min(1100px, calc(100% - 40px))) / 2 - 266px + var(--edge-inset));
  bottom: -336px;
  max-width: 220px;
  text-align: left;
  font-family: "Oswald Variable", "Trebuchet MS", "Gill Sans", "Segoe UI",
    sans-serif;
  color: #f3fdff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}

.stat-value {
  font-size: 30px;
  font-weight: 600;
  color: #f3fdff;
}

.stat-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
  opacity: 1;
  color: #f3fdff;
}

.stat-copy {
  margin: 0;
  font-size: 12px;
  color: #f3fdff;
}

/* =========================
   SECTION
========================= */
.section {
  padding: 70px 0 90px;
  background: var(--bg-page);
  scroll-margin-top: 90px;
}

.section.dark {
  background: var(--bg-page);
}

#about {
  background: var(--bg-page);
  color: #f3fdff;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-bottom: 5.5cm;
}

#films .wrap {
  padding-top: 0cm;
}

#films {
  background: var(--bg-page);
  min-height: 100vh;
}

.films-feature {
  margin-top: 36px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  justify-items: stretch;
  text-align: left;
}

.films-feature--nexum {
  gap: 100px;
}

.films-feature--reaktion {
  gap: 100px;
}

.films-feature__image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0;
}

.films-feature__image {
  width: calc(100vw - 2.4cm);
  max-width: calc(100vw - 2.4cm);
  margin-left: calc(50% - 50vw + 1.2cm);
}

.films-feature__meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
  font-family: "Oswald Variable", "Trebuchet MS", "Gill Sans", "Segoe UI",
    sans-serif;
  color: rgba(245, 240, 242, 0.9);
}

.films-feature__meta-left {
  align-items: flex-start;
}

.films-feature__title {
  font-family: "Oswald Variable", "Trebuchet MS", "Gill Sans", "Segoe UI",
    sans-serif;
  font-size: 34px;
  letter-spacing: 0.02em;
  text-transform: none;
}

.films-feature__year {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(245, 240, 242, 0.7);
}

.films-details {
  margin-top: 100px;
  display: grid;
  gap: 50px;
  font-family: "Oswald Variable", "Trebuchet MS", "Gill Sans", "Segoe UI",
    sans-serif;
  color: rgba(245, 240, 242, 0.9);
}

.films-details__lead {
  letter-spacing: 0.02em;
  text-transform: none;
  color: rgba(245, 240, 242, 0.9);
}

.films-lead-small {
  font-size: 18px;
}

.films-lead-large {
  font-size: 24px;
}

.films-details__lead div + div {
  margin-top: 8px;
}

.films-details__body {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5cm;
}

.films-details:first-of-type .films-details__body {
  max-width: none;
  width: 200%;
  margin-left: auto;
  margin-right: auto;
}

.films-details__body p {
  margin: 0 0 18px;
  font-size: 20px;
  line-height: 1.8;
  color: rgba(245, 240, 242, 0.85);
  text-align: justify;
  text-align-last: left;
}

.films-details__body p:last-child {
  margin-bottom: 0;
}

.films-details__trailer img,
.films-details__trailer video {
  width: 100%;
  display: block;
}

.films-details__trailer video {
  width: 200%;
  max-width: none;
  margin-left: -48%;
  border-radius: 0;
  background: #000;
}

.films-details__trailer {
  max-width: 520px;
  margin: 0 auto;
}

.films-details {
  margin-bottom: 1cm;
}



#contact {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-bottom: 0;
}

#contact .wrap {
  width: min(1100px, calc(100% - 40px));
}

.section-title {
  margin: 0 0 22px;
  font-family: "Oswald Variable", "Trebuchet MS", "Gill Sans", "Segoe UI",
    sans-serif;
  font-size: 36px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section-title-split {
  font-size: 48px;
  letter-spacing: 0.05em;
  text-transform: none;
  margin-left: 2.4cm;
}

.section-title-oceanus {
  font-family: "Oceanus Variable", "Trebuchet MS", "Gill Sans", "Segoe UI",
    sans-serif;
  font-size: 64px;
  font-weight: 400;
}

.section-title-oswald {
  font-family: "Oswald Variable", "Trebuchet MS", "Gill Sans", "Segoe UI",
    sans-serif;
  font-size: 42px;
  font-weight: 400;
  text-transform: none;
}

.section-subtitle {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  opacity: 0.85;
}

.about-layout {
  margin-top: 28px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 360px);
  column-gap: 24px;
  row-gap: 32px;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-top: 5cm;
}

.about-layout > * {
  min-width: 0;
}

.about-text {
  max-width: 1000px;
  grid-column: 1 / 2;
  z-index: 2;
}

.about-title {
  font-size: 48px;
  letter-spacing: 0.05em;
  color: rgba(245, 240, 242, 0.9);
  margin-top: 0;
  margin-left: 2cm;
  transform: translateY(-3cm);
}

.about-title-a {
  font-family: "Oceanus Variable", "Trebuchet MS", "Gill Sans", "Segoe UI",
    sans-serif;
  font-size: 64px;
}

.about-title-rest {
  font-family: "Oswald Variable", "Trebuchet MS", "Gill Sans", "Segoe UI",
    sans-serif;
  font-size: 42px;
  text-transform: none;
}

.about-kicker {
  margin-top: 28px;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(245, 240, 242, 0.6);
}

.about-body {
  margin: 32px 0 32px;
  font-family: "Oswald Variable", "Trebuchet MS", "Gill Sans", "Segoe UI",
    sans-serif;
  font-size: 28px;
  line-height: 1.55;
  letter-spacing: 0.02em;
  color: rgba(245, 240, 242, 0.9);
  max-width: 720px;
  overflow-wrap: break-word;
}

.films-intro {
  margin: 82px 0 58px;
  font-family: "Oswald Variable", "Trebuchet MS", "Gill Sans", "Segoe UI",
    sans-serif;
  color: rgba(245, 240, 242, 0.9);
  max-width: 100%;
  text-align: left;
}

.films-intro-title {
  font-size: 34px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.films-intro-year {
  margin-top: 8px;
  margin-bottom: 10px;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(245, 240, 242, 0.7);
}

.films-intro-lead {
  margin-top: 18px;
  font-size: 20px;
  letter-spacing: 0.02em;
}

.films-intro-lead + .films-intro-lead {
  margin-top: 6px;
}

.films-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
  width: calc(100vw - 2.4cm);
  max-width: calc(100vw - 2.4cm);
  margin-left: calc(50% - 50vw + 1.2cm);
}

.films-gallery img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 0;
  display: block;
}

.about-cta {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 12px 26px;
  margin-top: 2cm;
  margin-left: 2cm;
  border-radius: 0;
  border: 2px solid rgba(245, 240, 242, 0.8);
  color: rgba(245, 240, 242, 0.9);
  text-decoration: none;
  background: transparent;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  transition: background 0.25s ease, color 0.25s ease,
    border-color 0.25s ease;
  cursor: pointer;
}

.about-cta:hover {
  background: rgba(245, 240, 242, 0.9);
  color: #121216;
  border-color: rgba(245, 240, 242, 0.9);
}

.about-more {
  max-width: 1100px;
  margin-top: calc(24px + 3cm);
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.3s ease;
}

.about-more.is-open {
  opacity: 1;
  max-height: 1200px;
}

.about-more-layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 36px;
  align-items: start;
}

.about-more-images {
  display: grid;
  gap: 22px;
}

.about-more-images img {
  width: 220px;
  height: 220px;
  object-fit: cover;
  display: block;
}

.about-more-image-shift {
  margin-left: 2cm;
}

.about-more-name {
  font-family: "Oswald Variable", "Trebuchet MS", "Gill Sans", "Segoe UI",
    sans-serif;
  font-size: 26px;
  letter-spacing: 0.06em;
  text-transform: none;
}

.about-more-role {
  margin-top: 6px;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: lowercase;
  color: rgba(245, 240, 242, 0.7);
}

.about-more-text {
  margin-left: 5cm;
  max-width: calc(100% - 5cm);
}

.about-more-text p {
  margin: 20px 0 0;
  font-family: "Oswald Variable", "Trebuchet MS", "Gill Sans", "Segoe UI",
    sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(245, 240, 242, 0.85);
  max-width: 460px;
  text-align: justify;
  text-align-last: left;
}

.about-more-text p:first-of-type {
  margin-top: 20px;
}

.about-visual {
  display: flex;
  justify-content: flex-end;
  justify-self: end;
  width: 100%;
  max-width: 18cm;
  grid-column: 2 / 3;
  z-index: 1;
}

.about-visual img {
  width: 18cm;
  height: 18cm;
  object-fit: cover;
  border-radius: 0;
}

.films-list {
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 96px;
}

.film-item {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.film-rect {
  width: min(640px, 88vw);
  aspect-ratio: 3 / 2;
  border-radius: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.12);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.film-text h3 {
  margin: 0 0 6px;
  font-family: "Oswald Variable", "Trebuchet MS", "Gill Sans", "Segoe UI",
    sans-serif;
  font-size: 45px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.film-text p {
  margin: 0;
  font-size: 13px;
  color: rgba(245, 240, 242, 0.7);
}

.tutorials-grid {
  margin-top: 2cm;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  width: calc(100vw - 2.4cm);
  max-width: calc(100vw - 2.4cm);
  margin-left: calc(50% - 50vw + 1.2cm);
}

.shorts-grid {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.short-card {
  text-decoration: none;
  color: inherit;
  background: #15151a;
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
  display: block;
  transition: transform 0.25s ease, border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.short-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
}

.short-thumb {
  aspect-ratio: 3 / 4;
  width: 100%;
  background-color: #1c1c24;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.contact-center {
  margin-top: 40px;
  text-align: center;
  font-family: "Oswald Variable", "Trebuchet MS", "Gill Sans", "Segoe UI",
    sans-serif;
}

.contact-name {
  font-size: 28px;
  letter-spacing: 0.1em;
}

.contact-person {
  margin-top: 8px;
  font-size: 18px;
  color: rgba(245, 240, 242, 0.8);
}

.contact-email {
  display: inline-block;
  margin-top: 18px;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid rgba(245, 240, 242, 0.3);
}

.contact-email:hover {
  border-bottom-color: rgba(245, 240, 242, 0.7);
}

.tutorial-card {
  text-decoration: none;
  color: inherit;
  background: #d8dad0;
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.08);
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  min-height: 180px;
  transition: transform 0.25s ease, border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.tutorial-card:hover {
  background: #121212;
  border-color: transparent;
  box-shadow: none;
}

.tutorial-card--highlight {
  background: #d8dad0;
}

.thumb {
  width: clamp(420px, 30%, 150px);
  height: 100%;
  background-color: #d8dad0;
  background-position: center 30%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  align-self: stretch;
  flex: 0 0 auto;
}

.card-body {
  padding: 18px 20px;
  display: flex;
  align-items: center;
  flex: 1 1 auto;
}

.card-body h3 {
  margin: 10;
  font-family: "Oswald Variable", "Trebuchet MS", "Gill Sans", "Segoe UI",
    sans-serif;
  font-size: 20px;
  line-height: 1.3;
  color: #1a1a1d;
  text-align: left;
}

.card-body p {
  margin: 0;
  font-size: 12px;
  color: rgba(26, 26, 29, 0.7);
}

.orb {
  width: 52px;
  height: 52px;
  margin-top: 16px;
  border-radius: 0;
  background: radial-gradient(circle at 35% 35%, #f6c6ff, #9151ff 55%, #3b1b6e 80%);
  box-shadow: 0 10px 30px rgba(161, 98, 255, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
}

.orb-core {
  width: 26px;
  height: 26px;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.4);
  transform: rotate(10deg);
}

/* =========================
   FOOTER
========================= */
.site-footer {
  background: #101013;
  padding: 20px 0;
  font-size: 12px;
  color: rgba(245, 240, 242, 0.5);
}

.video-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 200;
}

.video-modal.is-open {
  display: flex;
}

.video-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(6, 6, 10, 0.75);
  backdrop-filter: blur(6px);
}

.video-modal__content {
  position: relative;
  width: min(960px, calc(100% - 32px));
  background: #0f0f14;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0;
  padding: 18px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.video-modal__close {
  appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  color: inherit;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 8px 12px;
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 12px;
}

.video-modal__frame {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border-radius: 0;
  overflow: hidden;
  background: #000;
}

.video-modal__frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 900px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .hero-stat {
    position: static;
    text-align: center;
  }

  .brand {
    flex-wrap: wrap;
    gap: 5px;
  }

  .nav a {
    margin-left: 12px;
  }

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

  .about-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .about-text {
    max-width: 100%;
  }

  .about-visual {
    justify-content: flex-start;
  }

  .about-more-layout {
    grid-template-columns: 1fr;
  }

  .about-more-images img {
    width: 100%;
    height: auto;
  }

  .films-gallery {
    grid-template-columns: 1fr;
  }


  .shorts-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .film-item {
    align-items: flex-start;
  }
}

@media (max-width: 600px) {
  .hero {
    padding: 120px 0 60px;
  }

  .brand-divider {
    display: none;
  }

  .nav {
    display: none;
  }

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

  .thumb {
    width: clamp(120px, 40%, 200px);
  }

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

  .film-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .film-rect {
    width: 100%;
  }

  .about-body {
    font-size: 18px;
  }
}

/* =========================
   TEMPLATE OVERRIDES
========================= */
:root {
  --page-pad: 120px;
  --content-pad: 240px;
  --bg-page: #0d0c0d;   /* ← page & section background */
  --bg-nav:  #110f11;   /* ← menu background (solid state) */
  --bg-dark: var(--bg-page);   /* alias — keeps existing references working */
  --bg-darker: #693a77;
  --bg-band: #666666;
  --card-light: #d9d9d9;
  --text: #f3fdff;
  --text-dim: rgba(242, 242, 242, 0.7);
  --text-soft: rgba(242, 242, 242, 0.55);
  --left-text-shift: -0.8cm;
  --radius: 18px;
}

body {
  margin: 0;
  background: var(--bg-dark);
  color: var(--text);
  font-family: "Antonio Variable", "Trebuchet MS", "Gill Sans", "Segoe UI",
    sans-serif;
}

.site-footer {
  height: 1cm;
  background: var(--bg-dark);
  display: flex;
  align-items: center;
  padding: 0 var(--page-pad) 0 calc(var(--page-pad) + var(--left-text-shift));
}

.site-footer__content {
  font-size: 14px;
  letter-spacing: 0.08em;
  color: var(--text);
  white-space: nowrap;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  padding: 0 var(--page-pad) 0 calc(var(--page-pad) + var(--left-text-shift));
  background: transparent;
  z-index: 50;
  overflow: visible;
}

.site-header--solid {
  background: var(--bg-nav);
}

.header-row {
  width: min(1680px, calc(100% - 2 * var(--page-pad)));
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 20px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 18px;
  transform: translateX(-4cm);
  margin-top: 0px;
}

.brand-name {
  position: static;
  font-size: 24px;
  font-weight: 300;
  line-height: 40px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transform: none;
  position: relative;
  top: -1mm;
}

.brand-divider {
  width: 2px;
  height: 100%;
  min-height: 100%;
  margin: 0;
  align-self: stretch;
  display: block;
  background: transparent;
  position: relative;
  opacity: 1;
}

.brand-divider::before {
  content: "";
  position: absolute;
  top: -6px;
  bottom: -6px;
  left: 0;
  right: 0;
  background: #ffffff;
}

.nav {
  display: flex;
  align-items: center;
  align-self: center;
  gap: 28px;
  position: relative;
  top: -1mm;
}

.nav a {
  margin-left: 0;
  font-size: 16px;
  line-height: 40px;
  letter-spacing: 0.12em;
  text-transform: none;
  transform: none;
}

.brand-mark {
  position: fixed;
  top: calc(10px + 0.5cm);
  right: calc(var(--page-pad) - 2cm);
  margin-top: 0;
  transform: rotate(90deg) scale(1.2);
}

.hero {
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 120px;
  background: #050507;
  overflow: hidden;
}

.hero-bg-video {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  min-width: 100vw;
  transform: translateX(-50%) !important;
  object-fit: cover;
  z-index: 0;
}

.hero-title {
  position: relative;
  margin: 0;
  font-family: "Oceanus Variable", "Trebuchet MS", "Gill Sans", "Segoe UI",
    sans-serif;
  font-size: clamp(64px, 8vw, 110px);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 300;
  color: #f3fdff;
  -webkit-text-stroke: 0;
  transform: translateY(-2cm);
}

.hero-title img {
  display: block;
  max-width: 100%;
  height: auto;
  transform: scale(0.66);
  transform-origin: center;
}

.hero-blurb {
  position: absolute;
  left: var(--page-pad);
  bottom: 120px;
  max-width: 800px;
  text-align: left;
  transform: translateY(2.5cm);
  margin-left: var(--left-text-shift);
  color: var(--text);
  opacity: 1;
  z-index: 2;
}

.hero-blurb-title {
  font-size: 40px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.1;
  color: var(--text);
  opacity: 1;
  position: relative;
  z-index: 2;
}

.hero-blurb-text {
  margin-top: 20px;
  font-size: 14px;
  max-width: 300px;
  color: var(--text);
  opacity: 1;
  position: relative;
  z-index: 2;
}

.about-left,
.films-list,
.film-feature-top,
.film-feature-info,
.resources-list,
.contact-title,
.contact-info,
.contact-text,
.contact-impressum {
  margin-left: var(--left-text-shift);
}

.bubble-title {
  opacity: 0;
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.bubble-title.is-visible {
  opacity: 1;
}

#films .bubble-title {
  text-align: left;
  margin-left: var(--left-text-shift);
}

#tutorials .bubble-title {
  text-align: left;
  margin-left: var(--left-text-shift);
}

#contact .bubble-title {
  text-align: left;
  margin-left: var(--left-text-shift);
}

#contact .contact-info,
#contact .contact-text {
  margin-left: calc(var(--left-text-shift) - 1cm);
}

#contact .contact-info {
  margin-left: calc(var(--left-text-shift) + 2cm);
  margin-top: 0.5cm;
}

#contact .contact-text {
  transform: translateY(2mm);
}

.section {
  padding: 110px 0;
  background: var(--bg-dark);
}

.section-wrap {
  width: min(1680px, calc(100% - 2 * var(--content-pad)));
  margin: 0 auto;
}

.bubble-title {
  font-family: "Oceanus Variable", "Trebuchet MS", "Gill Sans", "Segoe UI",
    sans-serif;
  font-size: 100px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.bubble-title img {
  display: block;
  width: auto;
  height: auto;
  transform: scale(0.45);
  transform-origin: left top;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: start;
}

.about-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transform: translate(-15cm, 2cm);
}

.about-stack {
  font-size: 100px;
  line-height: 0.95;
  text-transform: uppercase;
}

.about-rule {
  width: 60px;
  height: 6px;
  border-radius: 0;
  background: var(--text);
  margin: 2.4cm 0;
}

.about-small-text {
  margin-top: 1.2cm;
  font-size: 16px;
  max-width: 380px;
}

.about-paragraph {
  font-size: 22px;
  line-height: 1.6;
  width: 600px;
  max-width: 70vw;
  margin-top: 4.5cm;
}

.about-image {
  display: block;
  width: 600px;
  max-width: 70vw;
  height: auto;
  margin-top: 40px;
  object-fit: cover;
  object-position: 50% 50%;
}


/* About rectangles */
.about-rect {
  background: var(--card-light);
  border-radius: 0;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.about-rect--small {
  width: 390px;
  height: 500px;
  display: block;
  object-fit: cover;
}

.about-rect--large {
  width: 850px;
  height: 740px;
  margin-top: 6cm;
  display: block;
  object-fit: cover;
}

/* Films rectangles */
.films-rect {
  border-radius: 0;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.films-rect--large {
  width: 800px;
  height: 450px;
  transform: translate(1cm, calc(6.8cm - 425px));
}

.films-rect--image {
  display: block;
  object-fit: cover;
  object-position: 50% 50%;
}

.films-rect--video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.video-player {
  position: relative;
  overflow: hidden;
}

.video-poster {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity 0.4s ease;
}

.video-poster.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.video-play-btn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  width: 72px;
  height: 72px;
  opacity: 0.9;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.video-play-btn:hover {
  transform: scale(1.12);
  opacity: 1;
}

.dot {
  display: inline-block;
  width: 22px;
  height: 14px;
  border-radius: 999px;
  transform: translate(2cm, 4.5cm);
  background: var(--card-light);
}

.about-right .dot {
  display: block;
  margin-left: calc((600px) / 2 - 2.5cm);
}

.dot--small {
  width: 22px;
  height: 14px;
}

.statement {
  text-align: center;
  padding: 140px 0 120px;
}

.statement-title {
  margin-top: 200px;
  font-size: 60px;
  font-weight: 300;
}

.statement-subtitle {
  margin-top: 12px;
  font-size: 14px;
  color: var(--text);
  opacity: 1;
  margin-bottom: 200px;
}

.films-list {
  gap: 0;
}

.film-row {
  display: flex;
  align-items: center;
  gap: 26px;
  flex-wrap: wrap;
  margin: 0;
  --film-year-size: 36px;
}

.film-credits-group {
  display: flex;
  align-items: flex-start;
  gap: 26px;
  align-self: flex-end;
}

.film-credits-group .dot {
  transform: none;
  align-self: flex-end;
  margin-bottom: calc((var(--film-year-size) - 8px) / 2);
}

.film-name {
  font-size: 80px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 1;
}



.film-year {
  font-size: var(--film-year-size);
  letter-spacing: 0.08em;
  line-height: 1;
  align-self: flex-end;
}

.film-credits {
  font-size: 20px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text);
  line-height: 1;
  width: 280px;
  max-width: 280px;
  white-space: normal;
  overflow-wrap: break-word;
}

.film-feature {
  padding: 0;
}

.film-feature-band {
  background: var(--bg-band);
  padding: 60px 0 200px;
}

.film-feature--sympoietic .film-feature-band {
  background-image: url("images/Films_SympoieticBodies.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.film-feature--nexum-band .film-feature-band {
  background-image: url("images/Films_Nexum.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.film-feature--reaktion-band .film-feature-band {
  background-image: url("images/Films_ReAktion.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.film-feature-top {
  display: flex;
  align-items: center;
  gap: 40px;
  transform: translate(-0.8cm, 4.5cm);
}

.film-feature-heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}

.film-feature-title {
  font-size: 80px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  transform: translateY(-0.5cm);
}

.film-feature-year {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 36px;
  letter-spacing: 0.08em;
  transform: translateY(-0.5cm);
}

.film-feature-year .dot {
  transform: none;
}

.film-feature-meta {
  margin-left: calc(-40px - 5cm);
  margin-top: calc(24px + 5cm);
}

.film-feature--nexum .film-feature-meta {
  margin-left: calc(-40px + 4.5cm);
}

.film-feature--reaktion .film-feature-meta {
  margin-left: calc(-40px + 1.5cm);
}

.film-feature-meta-line {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 16px;
  color: var(--text);
  text-transform: none;
  letter-spacing: 0.08em;
  transform: translateX(-0.2cm);
}

.film-feature-meta-text {
  display: inline-block;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.film-feature-meta-label {
  font-size: 16px;
  margin-right: 6px;
}

.film-feature-meta-value {
  font-size: 18px;
}

.film-feature-bar {
  width: 4px;
  height: 80px;
  background: var(--text);
  border-radius: 0;
  display: inline-block;
}

.film-feature-body {
  background: var(--bg-dark);
  padding: 20px 0;
}

.film-feature-grid {
  display: grid;
  grid-template-columns: 1fr 820px;
  gap: 60px;
  align-items: start;
}

.film-feature-info {
  color: var(--text);
  margin-left: var(--left-text-shift);
}

.credit-line {
  font-size: 14px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.credit-line span {
  font-size: 22px;
  letter-spacing: 0.02em;
  font-weight: 600;
  line-height: 1;
}

.credit-sep {
  display: inline-block;
  width: 2px;
  height: 1em;
  margin: 0 10px;
  background: var(--text);
  vertical-align: baseline;
}

.credit-link {
  margin-top: 28px;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--text);
}

.film-feature-text {
  margin-top: 80px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--text);
  max-width: 520px;
}


.film-feature-gallery {
  padding: 32px 0 70px;
  padding-bottom: 250px;
  background: var(--bg-dark);
}

.film-feature-carousel {
  display: grid;
  position: relative;
}

.film-feature-track {
  display: flex;
  gap: 5px;
  overflow-x: auto;
  padding: 6px var(--page-pad);
  overflow: hidden;
}

.film-feature-track::-webkit-scrollbar {
  display: none;
}

.film-feature-item {
  flex: 0 0 auto;
  width: 450px;
}

.film-feature-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80px;
  border: none;
  background: transparent;
  color: #fff;
  cursor: pointer;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.film-feature-arrow svg {
  width: 28px;
  height: 28px;
  filter: drop-shadow(0 1px 4px rgba(0,0,0,0.7));
}

.film-feature-arrow--left {
  left: 0;
  background: linear-gradient(to right, rgba(0,0,0,0.45), transparent);
}

.film-feature-arrow--right {
  right: 0;
  background: linear-gradient(to left, rgba(0,0,0,0.45), transparent);
}

.film-feature-arrow:focus-visible {
  outline: 2px solid var(--text);
  outline-offset: 3px;
}

.films-rect--gallery {
  height: 250px;
  width: 450px;
}

.resources-grid {
  margin-top: 20px;
}

.resources-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  --resources-title-size: 80px;
  --resources-meta-size: 20px;
  --resources-meta-lines: 2;
  --resources-pill-height: 45px;
}

.resources-row {
  display: flex;
  align-items: center;
  gap: 26px;
}

.resources-title {
  font-size: var(--resources-title-size);
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 1;
}

.resources-meta {
  font-size: var(--resources-meta-size);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text);
  line-height: 1;
}

.resources-meta--shift {
  margin-left: 1.2cm;
}

.pill {
  width: 52px;
  height: var(--resources-pill-height);
  border-radius: 40px;
  background: var(--card-light);
  margin-top: 0.2cm;
  position: relative;
}

.pill--double {
  width: 52px;
  height: var(--resources-pill-height);
  border-radius: 40px;
  box-shadow: 40px 0 0 var(--card-light);
  position: relative;
}

.pill--wide {
  width: 120px;
  height: var(--resources-pill-height);
}

.pill--link {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 52px;
  height: var(--resources-pill-height);
  display: flex;
  align-items: center;
  justify-content: center;
}

.pill--link img {
  width: 70%;
  height: 70%;
  object-fit: contain;
  display: block;
}

.pill > img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  height: 70%;
  object-fit: contain;
  transform: translate(-50%, -50%);
  display: block;
}

.pill-image--making-of {
  width: 95%;
  height: 95%;
  transform: translate(-50%, -50%) scale(1.25);
}

.pill--link--offset {
  left: 40px;
}

.tutorials-grid-section {
  padding-top: 60px;
}

.section-label {
  text-align: center;
  font-size: 28px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-top: 80px;
  margin-bottom: 40px;
}

.tutorials-load-more {
  font-size: 20px;
  margin-top: 2cm;
  margin-bottom: 0;
  background: none;
  border: none;
  padding: 0;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  line-height: inherit;
  display: block;
  width: 100%;
  cursor: pointer;
}

.tutorials-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  row-gap: 60px;
  column-gap: 5px;
  width: calc(100% + 0.5cm);
  max-width: calc(100% + 0.5cm);
  margin-left: -0.25cm;
  margin-bottom: 40px;
}

.tutorials-grid .tutorial-card[data-youtube] {
  cursor: pointer;
}

.tutorials-load-more.is-hidden {
  display: none;
}

.tutorial-card {
  border: none;
  border-radius: 0;
  overflow: hidden;
  background: #121212;
  height: calc(420px - 0.8cm);
  width: calc(100%);
  margin-left: -0.5cm;
  display: grid;
  grid-template-rows: 1.9fr 1fr;
}

.tutorials-grid .tutorial-card:hover {
  border-color: transparent;
}

.tutorials-grid .tutorial-card--extra {
  display: none;
}

.tutorials-grid-section--expanded .tutorial-card--extra {
  display: grid;
}

.tutorial-thumb {
  background: #121212;
  padding: 0;
  display: flex;
  align-items: stretch;
  height: 100%;
  overflow: hidden;
}

.tutorial-media {
  width: 100%;
  height: 100%;
  background: #ffffff;
  border-radius: 0;
  display: flex;
  align-items: stretch;
  flex: 1 1 auto;
  min-height: 0;
  transform: none;
}

.tutorial-media-inner {
  background: #ffffff;
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.tutorial-media-image {
  display: block;
  object-fit: cover;
  object-position: 50% 50%;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}

.tutorial-card:hover .tutorial-media-image {
  transform: scale(1.08);
}


.tutorial-body {
  padding: calc(10px + 3mm) 16px calc(14px - 3mm);
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex: 1;
  min-height: 0;
}

.tutorial-tags {
  font-size: 18px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-top: 0;
}

.tutorial-text {
  font-size: 13px;
  color: inherit;
  line-height: 1.4;
}

.tutorial-text-row {
  display: flex;
  align-items: center;
  gap: 6px;
}

.tutorial-text-row .dot {
  margin-top: 0;
  align-self: center;
  transform: none;
}

.dot--tiny {
  width: 6mm;
  height: 4mm;
  margin-left: 2cm;
}

.tutorial-body .dot {
  align-self: flex-end;
  margin-top: auto;
}

.tutorial-modal {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(6, 6, 8, 0.78);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 999;
}

.tutorial-modal.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.tutorial-modal__panel {
  width: min(1100px, 90vw);
  background: #0d0d0d;
  border: none;
  position: relative;
  padding: 24px;
  transform: scale(1.2);
  transform-origin: center;
}

.tutorial-modal__frame {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background: #000000;
}

.tutorial-modal__frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.tutorial-modal__close {
  position: absolute;
  top: 14px;
  right: 18px;
  background: none;
  border: none;
  color: #ffffff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.tutorial-modal__backdrop {
  position: absolute;
  inset: 0;
}

body.is-modal-open {
  overflow: hidden;
}

.film-feature-gallery img {
  cursor: pointer;
}

.gallery-modal {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(6, 6, 8, 0.78);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 1000;
}

.gallery-modal.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.gallery-modal__panel {
  width: min(1200px, 92vw);
  background: #0d0d0d;
  border: none;
  position: relative;
  padding: 24px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
}

.gallery-modal__frame {
  position: relative;
  width: 100%;
  max-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000000;
}

.gallery-modal__image {
  max-width: 100%;
  max-height: 80vh;
  object-fit: contain;
  display: block;
}

.gallery-modal__close {
  position: absolute;
  top: 14px;
  right: 18px;
  background: none;
  border: none;
  color: #ffffff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.gallery-modal__arrow {
  appearance: none;
  border: none;
  background: var(--card-light);
  color: #1a1a1d;
  width: 44px;
  height: 44px;
  font-size: 24px;
  cursor: pointer;
}

.gallery-modal__backdrop {
  position: absolute;
  inset: 0;
}

.contact {
  padding: 25px 0 270px;
}

.contact-grid {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 20px;
  row-gap: 0;
  position: relative;
  align-items: center;
}

.contact-title {
  font-size: 80px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 1;
}

.contact-info {
  font-size: 20px;
  letter-spacing: 0.08em;
  text-transform: none;
  color: var(--text);
  line-height: 1;
  margin-bottom: 14px;
}

.contact-text {
  font-size: 20px;
  letter-spacing: 0.08em;
  text-transform: none;
  color: var(--text);
  line-height: 1;
}

.contact-impressum {
  position: absolute;
  right: 0;
  top: calc(140px + 1.5cm - 2mm);
  font-size: 14px;
  color: var(--text);
}

.contact-impressum--footer {
  position: static;
  display: block;
  margin: 0 0 1cm var(--left-text-shift);
}

@media (max-width: 1200px) {
  :root {
    --page-pad: 60px;
    --content-pad: 120px;
  }

  .hero-blurb {
    left: 60px;
    bottom: 80px;
  }

  .about-grid,
  .film-feature-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .about-rect--large,
  .films-rect--large {
    width: 100%;
    max-width: 720px;
  }

  .about-right {
    transform: none;
  }

  .film-feature-meta {
    margin-left: 0;
  }

  .film-feature-item {
    width: 360px;
  }

  .tutorials-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  :root {
    --page-pad: 28px;
    --content-pad: 56px;
  }

  .hero-title {
    font-size: clamp(48px, 10vw, 96px);
  }

  .hero-blurb {
    position: static;
    margin-top: 40px;
  }

  .resources-row {
    flex-direction: column;
    align-items: flex-start;
  }

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

/* =========================
   MOBILE OVERRIDES
========================= */
@media (max-width: 900px) {
  :root {
    --left-text-shift: 0cm;
  }

  .site-header {
    height: auto;
    padding: 10px var(--page-pad);
  }

  .header-row {
    width: 100%;
    height: auto;
    align-items: flex-start;
  }

  .brand {
    transform: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    font-size: 16px;
    letter-spacing: 0.1em;
  }

  .brand-name {
    font-size: 20px;
    line-height: 1.1;
    top: 0;
  }

  .brand-divider {
    display: none;
  }

  .nav {
    flex-wrap: wrap;
    gap: 10px 16px;
    top: 0;
  }

  .nav a {
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0.08em;
  }

  .brand-mark {
    position: static;
    transform: none;
    font-size: 26px;
    margin-left: auto;
  }

  .hero {
    padding: 110px 0 70px;
    flex-direction: column;
    align-items: center;
  }

  .hero-title {
    transform: none;
  }

  .hero-title img {
    transform: scale(0.78);
  }

  .hero-blurb {
    position: static;
    margin-top: 30px;
    transform: none;
    max-width: 100%;
    width: 100%;
  }

  .hero-blurb-title {
    font-size: 36px;
  }

  .hero-blurb-text {
    max-width: none;
  }

  .section {
    padding: 80px 0;
  }

  .section-wrap {
    width: min(1680px, calc(100% - 2 * var(--content-pad)));
  }

  .bubble-title {
    font-size: 54px;
    margin-bottom: 24px;
  }

  .about-grid {
    gap: 40px;
  }

  .about-stack {
    font-size: 54px;
  }

  .about-rule {
    margin: 24px 0;
  }

  .about-small-text {
    margin-top: 16px;
  }

  .about-paragraph {
    transform: none;
    font-size: 18px;
    max-width: 100%;
  }

  .about-right {
    transform: none;
  }

  .about-rect--small,
  .about-rect--large {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
  }

  .about-rect--large {
    margin-top: 24px;
  }

  .dot {
    transform: none;
  }

  .about-right .dot {
    margin: 16px 0;
  }

  .film-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .film-name {
    font-size: 38px;
  }

  .film-year {
    font-size: 18px;
  }

  .film-credits-group {
    gap: 5px;
    flex-wrap: wrap;
  }

  .film-credits {
    width: auto;
    max-width: none;
    font-size: 12px;
    letter-spacing: 0.06em;
  }

  .film-feature-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    transform: none;
  }

  .film-feature-title {
    font-size: 40px;
    transform: none;
  }

  .film-feature-year {
    font-size: 18px;
    transform: none;
  }

  .film-feature-meta {
    margin: 12px 0 0;
  }

  .film-feature-meta-line {
    transform: none;
  }

  .film-feature-bar {
    height: 54px;
  }

  .film-feature-grid {
    gap: 30px;
  }

  .films-rect--large {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    transform: none;
  }

  .film-feature-text {
    margin-top: 24px;
    max-width: 100%;
  }

  .film-feature-gallery {
    padding-bottom: 0;
  }

  .film-feature-track {
    padding: 6px var(--page-pad);
  }

  .film-feature-item {
    flex: 0 0 70vw;
    width: auto;
  }

  .films-rect--gallery {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .film-feature-gallery {
    transform: none;
  }

  .film-feature-item {
    flex: 0 0 80vw;
  }

  .film-feature-arrow {
    width: 24px;
    height: 24px;
    font-size: 14px;
  }

  .resources-list {
    --resources-title-size: 42px;
    --resources-meta-size: 12px;
    --resources-pill-height: 28px;
    gap: 20px;
  }

  .resources-row {
    align-items: flex-start;
    gap: 12px;
  }

  .resources-meta--shift {
    margin-left: 0;
  }

  .pill {
    margin-top: 6px;
  }

  .section-label {
    margin-top: 12px;
  }

  .tutorials-grid {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    row-gap: 30px;
  }

  .tutorial-card {
    height: auto;
    margin-left: 0;
    grid-template-rows: auto auto;
  }

  .tutorial-body {
    padding: 14px 14px 16px;
  }

  .tutorial-tags {
    font-size: 14px;
  }

  .tutorial-text {
    font-size: 12px;
  }

  .dot--tiny {
    margin-left: 0;
  }

  .contact {
    padding: 40px 0 120px;
  }

  .contact-grid {
    row-gap: 16px;
  }

  .contact-title {
    font-size: 38px;
  }

  .contact-info,
  .contact-text {
    font-size: 14px;
    letter-spacing: 0.04em;
  }

  .about-left,
  .films-list,
  .film-feature-top,
  .film-feature-info,
  .resources-list,
  .contact-title,
  .contact-info,
  .contact-text,
  .contact-impressum {
    margin-left: 0;
  }

  #films .bubble-title,
  #tutorials .bubble-title,
  #contact .bubble-title {
    margin-left: 0;
  }

  #contact .contact-info,
  #contact .contact-text {
    margin-left: 0;
    transform: none;
  }
}

@media (max-width: 600px) {
  :root {
    --page-pad: 20px;
    --content-pad: 20px;
  }

  .site-header {
    height: 30px;
    padding: 0 var(--page-pad);
  }

  .header-row {
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    transform: translateY(-5px);
  }

  .brand {
    flex-direction: row;
    align-items: center;
    gap: 12px;
    height: 100%;
    margin-top: 0;
  }

  .nav {
    flex-wrap: nowrap;
    gap: 5px;
    height: 100%;
    display: flex;
    align-items: center;
    margin-top: 0;
  }

  .nav a {
    font-size: 11px;
    letter-spacing: 0.06em;
    line-height: 20px;
    margin-top: 0;
  }

  .brand-name {
    position: static;
    transform: none;
    line-height: 20px;
    margin-top: 0;
  }

  .brand-mark {
    margin-left: 12px;
    transform: rotate(90deg) scale(1.2);
  }

  .hero {
    padding: 100px 0 60px;
    position: relative;
  }

  .hero-title {
    width: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 43.333%;
    transform: translate(-50%, -50%);
  }

  .hero-title img {
    transform: none;
    width: calc(100vw - 40px);
    max-width: calc(100vw - 40px);
    margin: 0 auto;
  }

  .bubble-title img {
    height: 35px;
    width: auto;
    max-width: calc(100vw - 40px);
    margin: 0;
    transform: none;
  }

  .hero-blurb-title {
    font-size: 22px;
  }

  .hero-blurb-text {
    font-size: 12px;
  }

  .hero-blurb {
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2cm;
  }

  .hero-blurb-break {
    display: block;
  }

  .bubble-title {
    font-size: 42px;
  }

  .site-footer__content {
    font-size: 10px;
  }

  .statement-title {
    font-size: 40px;
  }

  .statement-subtitle {
    font-size: 12px;
  }

  .about-stack {
    font-size: 42px;
  }

  .film-name {
    font-size: 32px;
  }

  .film-feature-top,
  .film-feature-heading,
  .film-feature-year {
    align-items: flex-start;
    text-align: left;
  }

  .film-feature-top {
    margin-left: 20px;
  }

  .film-feature-meta {
    margin-left: 20px;
  }

  .film-feature--nexum .film-feature-meta,
  .film-feature--sympoietic .film-feature-meta,
  .film-feature--reaktion .film-feature-meta {
    margin-left: 20px;
  }

  .film-feature-year {
    align-items: center;
  }

  .film-credits {
    max-width: 220px;
    white-space: normal;
  }

  .films-list .film-row + .film-row {
    margin-top: 50px;
  }

  .film-year {
    align-self: flex-start;
  }

  .film-credits-group .dot {
    margin-left: 0;
    margin-bottom: 0;
    align-self: center;
    transform: translateX(6px);
  }


  .film-feature-title {
    font-size: 34px;
  }

  .film-feature-meta-label,
  .film-feature-meta-value {
    font-size: 14px;
  }

  .tutorials-load-more {
    font-size: 16px;
    margin-top: 24px;
  }

  .contact-title {
    font-size: 32px;
  }
}
*/





/* =========================
   PHONE LAYOUT PATCH
   Desktop rules above stay unchanged.
========================= */
@media (max-width: 760px) {
  :root {
    --page-pad: 20px;
    --content-pad: 20px;
    --left-text-shift: 0cm;
  }

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

  body {
    min-width: 0;
  }

  .site-header {
    height: auto;
    min-height: 56px;
    padding: 10px var(--page-pad);
    background: rgba(17, 15, 17, 0.86);
    backdrop-filter: blur(14px);
  }

  .header-row {
    width: 100%;
    height: auto;
    margin: 0;
    align-items: flex-start;
  }

  .brand {
    width: calc(100vw - 40px);
    transform: none;
    margin: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    letter-spacing: 0.08em;
  }

  .brand-name {
    position: static;
    top: auto;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.08em;
  }

  .brand-divider,
  .brand-mark {
    display: none;
  }

  .nav {
    width: 100%;
    top: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    align-items: center;
  }

  .nav a {
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0.06em;
    white-space: nowrap;
  }

  .section,
  .statement,
  .contact {
    padding-left: 0;
    padding-right: 0;
  }

  .section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-wrap,
  #contact .wrap {
    width: calc(100vw - 40px);
    max-width: calc(100vw - 40px);
    margin-left: auto;
    margin-right: auto;
  }

  .bubble-title {
    margin: 0 0 28px;
    font-size: 42px;
  }

  .bubble-title img {
    width: auto;
    max-width: 100%;
    height: 38px;
    transform: none;
  }

  #films .bubble-title,
  #tutorials .bubble-title,
  #contact .bubble-title,
  .about-left,
  .films-list,
  .film-feature-top,
  .film-feature-info,
  .resources-list,
  .contact-title,
  .contact-info,
  .contact-text,
  .contact-impressum,
  #contact .contact-info,
  #contact .contact-text {
    margin-left: 0;
    transform: none;
  }

  .hero {
    min-height: 100dvh;
    padding: 96px 20px 42px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    text-align: left;
  }

  .hero-title {
    width: 100%;
    margin: 0 auto;
    transform: none;
    display: flex;
    justify-content: center;
  }

  .hero-title img {
    width: 100%;
    max-width: 420px;
    transform: none;
  }

  .hero-blurb {
    position: static;
    left: auto;
    bottom: auto;
    width: 100%;
    max-width: none;
    margin: 44px 0 0;
    transform: none;
    padding: 0;
  }

  .hero-blurb-title {
    font-size: clamp(24px, 9vw, 38px);
    line-height: 1.05;
  }

  .hero-blurb-text {
    max-width: none;
    font-size: 14px;
    line-height: 1.45;
  }

  .about-grid,
  .film-feature-grid,
  .contact-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .about-right,
  .film-feature-top,
  .film-feature-meta-line,
  .film-feature-gallery {
    transform: none;
  }

  .about-stack {
    font-size: clamp(44px, 15vw, 72px);
    line-height: 0.92;
  }

  .about-rule {
    width: 44px;
    height: 5px;
    margin: 28px 0;
  }

  .about-paragraph {
    width: 100%;
    max-width: none;
    margin-top: 0;
    font-size: 18px;
    line-height: 1.55;
  }

  .about-image,
  .about-rect--small,
  .about-rect--large {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-top: 24px;
  }

  .statement {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .statement-title {
    margin: 0;
    font-size: clamp(34px, 12vw, 52px);
    line-height: 1.05;
  }

  .statement-subtitle {
    margin: 16px 0 0;
  }

  .films-list {
    display: grid;
    gap: 42px;
  }

  .film-row,
  .film-credits-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }

  .film-name {
    font-size: clamp(38px, 13vw, 58px);
    line-height: 0.95;
    overflow-wrap: anywhere;
  }

  .film-year {
    align-self: flex-start;
    font-size: 20px;
  }

  .film-credits {
    width: 100%;
    max-width: 100%;
    font-size: 13px;
    line-height: 1.25;
    letter-spacing: 0.06em;
  }

  .dot,
  .film-credits-group .dot,
  .film-feature-year .dot,
  .tutorial-text-row .dot {
    transform: none;
    margin: 0;
  }

  .film-feature-band {
    min-height: 72vh;
    padding: 38px 0 52px;
    display: flex;
    align-items: flex-end;
    background-position: center center !important;
  }

  .film-feature-top {
    width: calc(100vw - 40px);
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .film-feature-title {
    font-size: clamp(38px, 12vw, 58px);
    line-height: 0.95;
    transform: none;
  }

  .film-feature-year {
    font-size: 20px;
    transform: none;
  }

  .film-feature-meta,
  .film-feature--nexum .film-feature-meta,
  .film-feature--reaktion .film-feature-meta,
  .film-feature--sympoietic .film-feature-meta {
    margin: 4px 0 0;
  }

  .film-feature-meta-line {
    align-items: flex-start;
    gap: 12px;
  }

  .film-feature-bar {
    width: 3px;
    height: 86px;
    flex: 0 0 auto;
  }

  .film-feature-meta-label,
  .film-feature-meta-value,
  .film-feature-meta-text {
    font-size: 14px;
    line-height: 1.35;
  }

  .film-feature-body {
    padding: 36px 0 16px;
  }

  .film-feature-info {
    width: 100%;
  }

  .credit-line,
  .credit-line span,
  .credit-link {
    font-size: 13px;
    line-height: 1.35;
    overflow-wrap: anywhere;
  }

  .film-feature-text {
    max-width: 100%;
    margin-top: 28px;
    font-size: 14px;
    line-height: 1.55;
  }

  .films-rect--large {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    transform: none;
  }

  .film-feature-gallery {
    padding: 20px 0 70px;
  }

  .film-feature-track {
    padding: 6px 20px;
    gap: 5px;
    scroll-snap-type: x proximity;
  }

  .film-feature-item {
    flex: 0 0 82vw;
    width: 82vw;
    scroll-snap-align: center;
  }

  .films-rect--gallery {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .film-feature-arrow {
    display: none;
  }

  .resources-list {
    --resources-title-size: clamp(36px, 12vw, 52px);
    --resources-meta-size: 12px;
    --resources-pill-height: 32px;
    gap: 26px;
  }

  .resources-row {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px 14px;
    align-items: center;
  }

  .resources-title {
    line-height: 0.95;
  }

  .resources-meta,
  .resources-meta--shift {
    grid-column: 1 / -1;
    margin-left: 0;
    line-height: 1.25;
  }

  .pill,
  .pill--double,
  .pill--wide {
    margin-top: 0;
  }

  .tutorials-grid-section {
    padding-top: 24px;
  }

  .section-label {
    margin-top: 24px;
    margin-bottom: 26px;
    font-size: 20px;
  }

  .tutorials-grid {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    row-gap: 28px;
    column-gap: 0;
  }

  .tutorial-card {
    width: 100%;
    height: auto;
    min-height: 0;
    margin-left: 0;
    grid-template-rows: auto auto;
  }

  .tutorial-thumb {
    aspect-ratio: 16 / 10;
  }

  .tutorial-body {
    padding: 16px 14px 18px;
    gap: 8px;
  }

  .tutorial-tags {
    font-size: 16px;
    line-height: 1.15;
  }

  .tutorial-text {
    font-size: 12px;
  }

  .dot--tiny {
    width: 12px;
    height: 8px;
    flex: 0 0 auto;
  }

  .tutorials-load-more {
    margin-top: 28px;
    font-size: 16px;
  }

  .tutorial-modal__panel,
  .gallery-modal__panel {
    width: calc(100vw - 24px);
    padding: 12px;
  }

  .gallery-modal__panel {
    grid-template-columns: 1fr;
  }

  .gallery-modal__arrow {
    display: none;
  }

  .contact {
    padding-top: 72px;
    padding-bottom: 120px;
  }

  .contact-grid {
    gap: 12px;
    align-items: start;
  }

  .contact-title {
    font-size: clamp(34px, 12vw, 52px);
  }

  .contact-info,
  .contact-text {
    font-size: 15px;
    line-height: 1.35;
    letter-spacing: 0.05em;
  }

  .contact-impressum,
  .contact-impressum--footer {
    position: static;
    display: block;
    margin: 36px 0 0;
    font-size: 12px;
  }

  .site-footer {
    height: auto;
    min-height: 44px;
    padding: 12px 20px;
  }

  .site-footer__content {
    width: 100%;
    white-space: normal;
    gap: 12px;
    font-size: 11px;
  }
}

@media (max-width: 390px) {
  :root {
    --page-pad: 14px;
    --content-pad: 14px;
  }

  .site-header {
    padding-left: 14px;
    padding-right: 14px;
  }

  .brand,
  .section-wrap,
  #contact .wrap,
  .film-feature-top {
    width: calc(100vw - 28px);
    max-width: calc(100vw - 28px);
  }

  .nav {
    gap: 7px 10px;
  }

  .nav a {
    font-size: 11px;
    letter-spacing: 0.04em;
  }

  .hero {
    padding-left: 14px;
    padding-right: 14px;
  }

  .hero-blurb-title {
    font-size: 24px;
  }

  .resources-row {
    grid-template-columns: 1fr;
  }

  .pill,
  .pill--double,
  .pill--wide {
    grid-row: auto;
  }
}

@media (max-width: 760px) {
  .hero-title {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
  }

  .hero-title img {
    width: 100% !important;
    max-width: min(420px, calc(100vw - 40px)) !important;
  }

  .section-wrap,
  .about-grid,
  .about-grid > *,
  .about-left,
  .about-right,
  .about-stack,
  .about-paragraph,
  .about-image,
  .films-list,
  .film-feature-grid,
  .film-feature-grid > *,
  .film-feature-info,
  .resources-grid,
  .resources-list,
  .contact-grid,
  .contact-grid > * {
    min-width: 0;
    width: 100%;
    max-width: 100%;
  }

  .bubble-title {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .film-feature-carousel {
    max-width: 100vw;
    overflow: hidden;
  }

  .film-feature-track {
    max-width: 100vw;
    overflow-x: auto;
    overflow-y: hidden;
  }
}

@media (max-width: 390px) {
  .hero-title img {
    max-width: calc(100vw - 28px) !important;
  }
}

@media (max-width: 760px) {
  .section-wrap.film-feature-top {
    width: calc(100vw - 40px);
    max-width: calc(100vw - 40px);
    margin-left: auto;
    margin-right: auto;
  }

  .tutorial-modal__panel {
    transform: none;
    max-width: calc(100vw - 24px);
  }
}

@media (max-width: 390px) {
  .section-wrap.film-feature-top {
    width: calc(100vw - 28px);
    max-width: calc(100vw - 28px);
  }
}

@media (max-width: 760px) {
  :root {
    --phone-gutter: 18px;
  }

  .section-wrap,
  #contact .wrap {
    width: calc(100vw - 32px);
    max-width: calc(100vw - 32px);
    padding-left: var(--phone-gutter);
    padding-right: var(--phone-gutter);
  }

  .hero {
    padding-left: calc(16px + var(--phone-gutter));
    padding-right: calc(16px + var(--phone-gutter));
  }

  .site-header {
    left: 50%;
    width: calc(100vw - 32px);
    transform: translateX(-50%);
    padding-left: var(--phone-gutter);
    padding-right: var(--phone-gutter);
  }

  .brand {
    width: 100%;
  }

  .about-image,
  .films-rect--large,
  .tutorial-card {
    width: calc(100% + (2 * var(--phone-gutter)));
    max-width: calc(100% + (2 * var(--phone-gutter)));
    margin-left: calc(-1 * var(--phone-gutter));
  }

  .about-paragraph,
  .film-feature-info,
  .resources-list,
  .contact-grid,
  .films-list,
  .about-left,
  .about-right {
    padding-left: 0;
    padding-right: 0;
  }

  .section-wrap.film-feature-top {
    width: calc(100vw - 32px);
    max-width: calc(100vw - 32px);
    padding-left: var(--phone-gutter);
    padding-right: var(--phone-gutter);
  }
}

@media (max-width: 390px) {
  :root {
    --phone-gutter: 16px;
  }

  .section-wrap,
  #contact .wrap,
  .section-wrap.film-feature-top {
    width: calc(100vw - 24px);
    max-width: calc(100vw - 24px);
  }

  .site-header {
    width: calc(100vw - 24px);
  }
}

@media (max-width: 760px) {
  .site-header {
    left: 0;
    right: 0;
    width: 100vw;
    transform: none;
    padding-left: max(18px, env(safe-area-inset-left));
    padding-right: max(18px, env(safe-area-inset-right));
  }

  .header-row,
  .brand,
  .nav {
    width: 100%;
    max-width: none;
  }

  .brand-name {
    font-size: clamp(20px, 7vw, 28px);
  }

  .nav {
    gap: 8px 13px;
  }

  .nav a {
    font-size: clamp(11px, 3.2vw, 13px);
  }
}

@media (max-width: 390px) {
  .site-header {
    width: 100vw;
    padding-left: max(14px, env(safe-area-inset-left));
    padding-right: max(14px, env(safe-area-inset-right));
  }
}

@media (max-width: 760px) {
  .site-header {
    min-height: 78px;
    padding-top: 8px;
    padding-bottom: 14px;
  }

  .header-row {
    align-items: stretch;
  }

  .brand {
    gap: 5px;
  }

  .nav {
    padding-bottom: 0;
  }
}

@media (max-width: 390px) {
  .site-header {
    min-height: 76px;
    padding-top: 8px;
    padding-bottom: 13px;
  }
}

@media (max-width: 760px) {
  .site-header {
    height: auto !important;
    min-height: 60px;
    padding-bottom: 0;
  }
}

@media (max-width: 390px) {
  .site-header {
    height: auto !important;
    min-height: 60px;
    padding-bottom: 0;
  }
}




@media (max-width: 760px) {
  .nav {
    column-gap: clamp(18px, 5.2vw, 28px);
    row-gap: 6px;
  }
}

@media (max-width: 390px) {
  .nav {
    column-gap: clamp(14px, 4.4vw, 20px);
    row-gap: 6px;
  }
}

@media (max-width: 760px) {
  .nav {
    column-gap: 45px;
    row-gap: 6px;
  }
}

@media (max-width: 390px) {
  .nav {
    column-gap: 45px;
    row-gap: 6px;
  }
}


@media (max-width: 760px) {
  .statement {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .statement-title {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .statement-subtitle {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media (max-width: 390px) {
  .statement {
    padding-top: 28px;
    padding-bottom: 28px;
  }
}

@media (max-width: 760px) {
  .film-feature-heading {
    gap: 18px;
  }

  .film-feature-title {
    display: block;
    line-height: 1.05;
    margin: 0;
    padding-top: 18px;
    padding-bottom: 6px;
    transform: none !important;
  }

  .film-feature-year {
    margin-top: 0;
    transform: none !important;
  }
}

@media (max-width: 390px) {
  .film-feature-heading {
    gap: 16px;
  }

  .film-feature-title {
    padding-top: 16px;
    padding-bottom: 6px;
  }
}

@media (max-width: 760px) {
  .bubble-title {
    margin-bottom: 42px;
  }

  .bubble-title img {
    display: block;
  }
}

@media (max-width: 390px) {
  .bubble-title {
    margin-bottom: 36px;
  }
}







/* Tablet portrait / small tablet repair: keep the hero cinematic instead of the half-mobile state. */
@media (min-width: 761px) and (max-width: 1100px) {
  :root {
    --page-pad: clamp(44px, 7vw, 76px);
    --content-pad: clamp(72px, 9vw, 108px);
    --left-text-shift: 0cm;
  }

  .site-header {
    left: 0;
    width: 100%;
    height: auto;
    min-height: 66px;
    transform: none;
    padding: 14px var(--page-pad) 0;
  }

  .header-row {
    width: 100%;
    height: auto;
    align-items: flex-start;
  }

  .brand {
    width: auto;
    transform: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .brand-name {
    font-size: 22px;
    line-height: 1.05;
  }

  .brand-divider {
    display: none;
  }

  .nav {
    flex-wrap: wrap;
    gap: 8px 15px;
    top: 0;
  }

  .nav a {
    font-size: 12px;
    line-height: 1.2;
  }

  .brand-mark {
    position: fixed;
    top: 18px;
    right: var(--page-pad);
    margin: 0;
    transform: rotate(90deg) scale(1.05);
  }

  .hero {
    min-height: 100dvh;
    padding: 132px var(--page-pad) 150px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .hero-bg-video {
    inset: 0;
    left: 0;
    width: 100%;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transform: none;
  }

  .hero-title {
    width: min(72vw, 700px);
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }

  .hero-title img {
    width: 100%;
    max-width: 700px;
    transform: none;
  }

  .hero-blurb {
    position: absolute;
    left: var(--page-pad);
    right: auto;
    bottom: clamp(118px, 14vh, 170px);
    width: min(700px, calc(100vw - 2 * var(--page-pad)));
    max-width: 700px;
    margin: 0;
    padding: 0;
    text-align: left;
  }

  .hero-blurb-title {
    font-size: clamp(30px, 4.4vw, 46px);
    line-height: 1.03;
  }

  .hero-blurb-text {
    max-width: 560px;
    font-size: clamp(12px, 1.45vw, 14px);
    line-height: 1.35;
  }

  .section-wrap,
  #contact .wrap {
    width: min(1680px, calc(100% - 2 * var(--content-pad)));
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }
}
/* Final tablet hero correction for iPad / Surface previews. */
@media (min-width: 761px) and (max-width: 1100px) {
  .hero {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow: hidden;
    background: #050507;
  }

  .hero-bg-video {
    position: absolute !important;
    inset: 0 auto auto 0 !important;
    width: 100vw !important;
    max-width: none !important;
    min-width: 100vw !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    transform: none !important;
    z-index: 0;
  }

  .hero-title,
  .hero-blurb {
    z-index: 2;
  }
}
/* Tablet layout reset for iPad / Surface widths. */
@media (min-width: 761px) and (max-width: 1100px) {
  :root {
    --page-pad: clamp(32px, 5vw, 56px);
    --content-pad: clamp(32px, 5vw, 56px);
    --left-text-shift: 0cm;
  }

  .site-header {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: auto !important;
    min-height: 58px !important;
    padding: 14px var(--page-pad) 0 !important;
    transform: none !important;
  }

  .header-row,
  .section-wrap,
  #contact .wrap {
    width: calc(100vw - (2 * var(--page-pad))) !important;
    max-width: calc(100vw - (2 * var(--page-pad))) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .header-row {
    height: auto !important;
    align-items: flex-start !important;
  }

  .brand {
    width: auto !important;
    transform: none !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 5px !important;
  }

  .brand-name {
    font-size: 22px !important;
    line-height: 1.05 !important;
    top: 0 !important;
  }

  .brand-divider {
    display: none !important;
  }

  .nav {
    flex-wrap: wrap !important;
    gap: 8px 15px !important;
    top: 0 !important;
  }

  .nav a {
    font-size: 12px !important;
    line-height: 1.1 !important;
    letter-spacing: 0.08em !important;
  }

  .brand-mark {
    position: fixed !important;
    top: 18px !important;
    right: var(--page-pad) !important;
    margin: 0 !important;
    transform: rotate(90deg) scale(1.05) !important;
  }

  .section {
    padding: clamp(86px, 11vw, 130px) 0 !important;
  }

  .hero {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 100dvh !important;
    margin: 0 !important;
    padding: 120px var(--page-pad) 112px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    overflow: hidden !important;
    background:
      radial-gradient(circle at 34% 28%, rgba(111, 146, 161, 0.68), transparent 34%),
      radial-gradient(circle at 53% 45%, rgba(187, 102, 136, 0.64), transparent 36%),
      radial-gradient(circle at 13% 50%, rgba(38, 74, 118, 0.82), transparent 40%),
      linear-gradient(90deg, #05070b 0%, #111116 100%) !important;
  }

  .hero::before,
  .hero::after {
    display: none !important;
  }

  .hero-bg-video {
    display: none !important;
  }

  .hero-title {
    position: relative !important;
    width: min(70vw, 680px) !important;
    margin: 0 auto !important;
    transform: none !important;
    z-index: 2 !important;
  }

  .hero-title img {
    width: 100% !important;
    max-width: 680px !important;
    transform: none !important;
  }

  .hero-blurb {
    position: absolute !important;
    left: var(--page-pad) !important;
    right: auto !important;
    bottom: clamp(96px, 13vh, 150px) !important;
    width: min(680px, calc(100vw - (2 * var(--page-pad)))) !important;
    max-width: 680px !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
    transform: none !important;
    z-index: 2 !important;
  }

  .hero-blurb-title {
    font-size: clamp(30px, 4.4vw, 46px) !important;
    line-height: 1.03 !important;
  }

  .hero-blurb-text {
    max-width: 560px !important;
    font-size: clamp(12px, 1.45vw, 14px) !important;
    line-height: 1.35 !important;
  }

  .about-grid,
  .film-feature-grid,
  .contact-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 48px !important;
  }

  .about-left,
  .about-right,
  #films .bubble-title,
  .films-list,
  .film-feature-top,
  .film-feature-info,
  .film-feature-meta,
  .film-feature-meta-line,
  .film-feature-gallery,
  .contact-title,
  .contact-info,
  .contact-text,
  .contact-impressum {
    margin-left: 0 !important;
    margin-right: 0 !important;
    transform: none !important;
  }

  .bubble-title {
    margin-bottom: 48px !important;
  }

  .bubble-title img {
    height: clamp(62px, 11vw, 110px) !important;
    width: auto !important;
    max-width: 100% !important;
    transform: none !important;
  }

  .statement-title {
    max-width: 78vw !important;
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: clamp(56px, 8vw, 92px) !important;
    line-height: 1.05 !important;
    text-align: center !important;
  }

  .about-stack,
  .film-name,
  .resources-title {
    font-size: clamp(48px, 8vw, 84px) !important;
    line-height: 0.98 !important;
  }

  .about-rule {
    margin: 36px 0 !important;
  }

  .about-paragraph,
  .about-image,
  .about-rect--large,
  .films-rect--large {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    transform: none !important;
  }

  .about-paragraph {
    margin-top: 0 !important;
    font-size: clamp(18px, 2.5vw, 24px) !important;
    line-height: 1.45 !important;
  }

  .about-image,
  .about-rect--large {
    height: auto !important;
    aspect-ratio: 16 / 10 !important;
    object-fit: cover !important;
  }

  .films-list {
    gap: 24px !important;
  }

  .film-row {
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    gap: 12px 22px !important;
    align-items: end !important;
  }

  .film-credits-group {
    grid-column: 1 / -1 !important;
    align-self: auto !important;
    gap: 18px !important;
  }

  .film-credits {
    width: auto !important;
    max-width: 44ch !important;
    font-size: clamp(12px, 1.6vw, 16px) !important;
  }

  .film-year {
    font-size: clamp(24px, 4vw, 38px) !important;
  }

  .film-feature-band {
    padding: 56px 0 120px !important;
    background-size: cover !important;
    background-position: center !important;
  }

  .film-feature-top {
    display: block !important;
  }

  .film-feature-title {
    font-size: clamp(44px, 7vw, 78px) !important;
    line-height: 1 !important;
    transform: none !important;
  }

  .film-feature-year {
    margin-top: 12px !important;
    transform: none !important;
  }

  .film-feature-meta {
    margin-top: 28px !important;
  }

  .film-feature-body {
    padding: 44px 0 !important;
  }

  .film-feature-text {
    margin-top: 52px !important;
    max-width: 72ch !important;
    font-size: clamp(14px, 1.8vw, 17px) !important;
  }

  .films-rect--large {
    height: auto !important;
    aspect-ratio: 16 / 9 !important;
    margin-top: 32px !important;
  }

  .film-feature-track {
    padding-left: var(--page-pad) !important;
    padding-right: var(--page-pad) !important;
  }

  .film-feature-item,
  .films-rect--gallery {
    width: min(64vw, 520px) !important;
  }

  .resources-row {
    flex-wrap: wrap !important;
    gap: 18px 24px !important;
  }

  .tutorials-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    column-gap: 16px !important;
  }

  .tutorial-card {
    width: 100% !important;
    margin-left: 0 !important;
  }
}

/* Minimal iPad corrections on top of tablet reset. */
@media (min-width: 761px) and (max-width: 1100px) {
  .film-feature-heading,
  .film-feature-meta {
    transform: none !important;
  }

  .film-feature-title {
    margin-bottom: 18px !important;
  }

  .film-feature-meta {
    margin-top: 18px !important;
    clear: both !important;
  }

  .film-feature-gallery {
    padding-top: 28px !important;
    padding-bottom: 70px !important;
  }

  .film-feature-track {
    gap: 8px !important;
    padding-left: var(--page-pad) !important;
    padding-right: var(--page-pad) !important;
  }

  #tutorials .bubble-title,
  #contact .bubble-title {
    margin-bottom: 72px !important;
  }

  #tutorials .resources-grid,
  #contact .contact-grid {
    margin-top: 0 !important;
  }
}
/* Align tablet film-feature header with body copy inset. */
@media (min-width: 761px) and (max-width: 1100px) {
  .section-wrap.film-feature-top {
    padding-left: clamp(28px, 4vw, 44px) !important;
    padding-right: clamp(28px, 4vw, 44px) !important;
  }

  .film-feature-heading,
  .film-feature-meta {
    max-width: 100% !important;
  }
}
/* Center hero title image between menu and blurb on phone/tablet. */
@media (max-width: 760px) {
  .hero {
    position: relative !important;
  }

  .hero-title {
    position: absolute !important;
    left: 50% !important;
    top: 47% !important;
    width: calc(100vw - 44px) !important;
    max-width: 420px !important;
    margin: 0 !important;
    transform: translate(-50%, -50%) !important;
    z-index: 2 !important;
  }

  .hero-title img {
    width: 100% !important;
    max-width: 420px !important;
  }
}

@media (min-width: 761px) and (max-width: 1100px) {
  .hero {
    position: relative !important;
  }

  .hero-title {
    position: absolute !important;
    left: 50% !important;
    top: 42% !important;
    width: min(70vw, 680px) !important;
    max-width: 680px !important;
    margin: 0 !important;
    transform: translate(-50%, -50%) !important;
    z-index: 2 !important;
  }

  .hero-title img {
    width: 100% !important;
    max-width: 680px !important;
  }
}
/* Tighten iPad gap between film list and first film feature. */
@media (min-width: 761px) and (max-width: 1100px) {
  #films.section {
    padding-bottom: clamp(28px, 4vw, 44px) !important;
  }

  #films + .film-feature .film-feature-band {
    padding-top: clamp(32px, 5vw, 56px) !important;
  }
}
/* Stronger iPad tightening between film list and first feature. */
@media (min-width: 761px) and (max-width: 1100px) {
  #films.section {
    padding-bottom: 0 !important;
  }

  #films .films-list {
    margin-bottom: 0 !important;
  }

  #films + .film-feature {
    margin-top: -24px !important;
  }

  #films + .film-feature .film-feature-band {
    padding-top: 24px !important;
  }
}
/* Reduce iPad film-list section height so first feature starts sooner. */
@media (min-width: 761px) and (max-width: 1100px) {
  #films {
    min-height: 62vh !important;
  }
}
/* Tighten iPad film gallery image gaps. */
@media (min-width: 761px) and (max-width: 1100px) {
  .film-feature-track {
    gap: 4px !important;
  }

  .film-feature-item,
  .films-rect--gallery {
    width: min(50vw, 390px) !important;
  }
}
/* Correct iPad film gallery spacing: image fills item, item gap is minimal. */
@media (min-width: 761px) and (max-width: 1100px) {
  .film-feature-track {
    gap: 2px !important;
    column-gap: 2px !important;
  }

  .film-feature-item {
    flex: 0 0 min(44vw, 340px) !important;
    width: min(44vw, 340px) !important;
    max-width: min(44vw, 340px) !important;
  }

  .film-feature-item .films-rect--gallery {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 10 !important;
    object-fit: cover !important;
  }
}
/* Requested iPad film gallery gap. */
@media (min-width: 761px) and (max-width: 1100px) {
  .film-feature-track {
    gap: 5px !important;
    column-gap: 5px !important;
  }
}
/* Requested iPad film gallery gap update. */
@media (min-width: 761px) and (max-width: 1100px) {
  .film-feature-track {
    gap: 10px !important;
    column-gap: 10px !important;
  }
}
/* Separate iPad Resources PNG title from resource rows. */
@media (min-width: 761px) and (max-width: 1100px) {
  #tutorials .bubble-title {
    margin-bottom: clamp(96px, 12vw, 130px) !important;
  }

  #tutorials .resources-grid {
    margin-top: 0 !important;
  }
}
/* Hard-separate iPad Resources title artwork from rows. */
@media (min-width: 761px) and (max-width: 1100px) {
  #tutorials .bubble-title {
    display: block !important;
    height: clamp(120px, 16vw, 170px) !important;
    margin-bottom: 28px !important;
    overflow: visible !important;
  }

  #tutorials .bubble-title img {
    display: block !important;
    height: clamp(82px, 11vw, 118px) !important;
    width: auto !important;
    max-width: 100% !important;
    transform: none !important;
  }

  #tutorials .resources-grid {
    display: block !important;
    margin-top: 0 !important;
    clear: both !important;
  }
}
/* Increase iPad separation below Resources artwork. */
@media (min-width: 761px) and (max-width: 1100px) {
  #tutorials .bubble-title {
    height: clamp(175px, 22vw, 230px) !important;
    margin-bottom: 42px !important;
  }
}
/* Requested iPad Resources artwork bottom margin. */
@media (min-width: 761px) and (max-width: 1100px) {
  #tutorials .bubble-title {
    margin-bottom: 60px !important;
  }
}
/* Requested iPad Resources artwork bottom margin update. */
@media (min-width: 761px) and (max-width: 1100px) {
  #tutorials .bubble-title {
    margin-bottom: 80px !important;
  }
}
/* Requested iPad Contact artwork bottom margin. */
@media (min-width: 761px) and (max-width: 1100px) {
  #contact .bubble-title {
    margin-bottom: 80px !important;
  }
}
/* Hard-separate iPad Contact title artwork from contact rows. */
@media (min-width: 761px) and (max-width: 1100px) {
  #contact .bubble-title {
    display: block !important;
    height: clamp(175px, 22vw, 230px) !important;
    margin-bottom: 80px !important;
    overflow: visible !important;
  }

  #contact .bubble-title img {
    display: block !important;
    height: clamp(82px, 11vw, 118px) !important;
    width: auto !important;
    max-width: 100% !important;
    transform: none !important;
  }

  #contact .contact-grid {
    display: grid !important;
    margin-top: 0 !important;
    clear: both !important;
  }
}
/* Restore animated hero video on iPad/tablet. */
@media (min-width: 761px) and (max-width: 1100px) {
  .hero-bg-video {
    display: block !important;
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    transform: none !important;
    z-index: 0 !important;
  }

  .hero::before {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    inset: 0 !important;
    background: rgba(0, 0, 0, 0.28) !important;
    pointer-events: none !important;
    z-index: 1 !important;
  }

  .hero-title,
  .hero-blurb {
    z-index: 2 !important;
  }
}
/* Move iPad hero title and blurb slightly lower. */
@media (min-width: 761px) and (max-width: 1100px) {
  .hero-title {
    top: 46% !important;
  }

  .hero-blurb {
    bottom: clamp(70px, 9vh, 112px) !important;
  }
}
/* Single iPad header rule: transparent on hero, solid after scroll. */
@media (min-width: 761px) and (max-width: 1100px) {
  .site-header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: auto !important;
    width: 100vw !important;
    min-height: 52px !important;
    padding: 9px var(--page-pad) 8px !important;
    background: transparent !important;
    background-color: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    box-shadow: none !important;
    z-index: 10000 !important;
    overflow: visible !important;
  }

  .site-header.site-header--solid {
    background: var(--bg-nav) !important;
    background-color: var(--bg-nav) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    box-shadow: 0 1px 0 rgba(255,255,255,0.08) !important;
  }

  .site-header .header-row {
    width: calc(100vw - (2 * var(--page-pad))) !important;
    max-width: calc(100vw - (2 * var(--page-pad))) !important;
    height: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .site-header .brand {
    width: auto !important;
    height: auto !important;
    transform: none !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: baseline !important;
    gap: 22px !important;
  }

  .site-header .brand-name {
    font-size: clamp(26px, 3.6vw, 34px) !important;
    line-height: 1 !important;
    letter-spacing: 0.12em !important;
    transform: scaleY(1.08) !important;
    transform-origin: left center !important;
  }

  .site-header .brand-divider {
    display: none !important;
  }

  .site-header .nav {
    display: flex !important;
    align-items: baseline !important;
    flex-wrap: nowrap !important;
    gap: clamp(18px, 2.8vw, 30px) !important;
    margin: 0 !important;
    top: 0 !important;
  }

  .site-header .nav a {
    font-size: clamp(13px, 1.7vw, 16px) !important;
    line-height: 1 !important;
    letter-spacing: 0.08em !important;
  }

  .site-header .brand-mark {
    position: fixed !important;
    top: 16px !important;
    right: var(--page-pad) !important;
    margin: 0 !important;
    transform: rotate(90deg) scale(1.05) !important;
  }
}
/* Dedicated iPad menu background layer behind the header text. */
.tablet-menu-scrim {
  display: none;
}

@media (min-width: 761px) and (max-width: 1100px) {
  .tablet-menu-scrim {
    display: block !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 64px !important;
    background: #110f11 !important;
    opacity: 0;
    pointer-events: none !important;
    z-index: 9999 !important;
    box-shadow: 0 1px 0 rgba(255,255,255,0.08) !important;
  }

  .site-header {
    z-index: 10000 !important;
  }
}

/* Final tablet override: transparent on hero, solid only after scrolling. */
@media (min-width: 761px) and (max-width: 1100px) {
  .tablet-menu-scrim {
    display: block !important;
    opacity: 0 !important;
    background: #110f11 !important;
    transition: opacity 160ms linear !important;
  }

  .site-header {
    background: transparent !important;
    box-shadow: none !important;
  }

  .site-header.site-header--solid {
    background: #110f11 !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    box-shadow: 0 1px 0 rgba(255,255,255,0.08) !important;
  }
}

/* Impressum page */
.site-footer__impressum {
  color: inherit;
  text-decoration: none;
}

.site-footer__impressum:hover,
.site-footer__impressum:focus-visible {
  color: #ffffff;
  text-decoration: none;
}

.impressum-page {
  min-height: 100vh;
  background: var(--bg-dark);
  color: var(--text);
}

.impressum-page .site-header {
  background: #110f11 !important;
  box-shadow: none !important;
}

.impressum-main {
  min-height: calc(100vh - 1cm);
  padding: clamp(96px, 13vw, 150px) var(--page-pad) clamp(80px, 10vw, 128px)
    calc(var(--page-pad) + var(--left-text-shift));
}

.impressum-section {
  max-width: 980px;
}

.impressum-kicker {
  margin: 0 0 18px;
  font-size: clamp(14px, 1.4vw, 18px);
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.impressum-section h1 {
  margin: 0 0 clamp(44px, 7vw, 76px);
  font-size: 40px;
  line-height: 0.82;
  text-transform: uppercase;
  letter-spacing: 0;
  font-weight: 700;
}

.impressum-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(34px, 6vw, 80px) clamp(28px, 8vw, 112px);
}

.impressum-block h2 {
  margin: 0 0 14px;
  font-size: clamp(22px, 3.2vw, 42px);
  line-height: 0.95;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.impressum-block p {
  margin: 0;
  max-width: 38em;
  font-size: clamp(15px, 1.45vw, 18px);
  line-height: 1.35;
}

.impressum-block a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.22em;
}

@media (max-width: 760px) {
  .impressum-main {
    padding: 108px 22px 72px;
  }

  .impressum-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .impressum-section h1 {
    font-size: 40px;
    margin-bottom: 42px;
  }
}

@media (min-width: 761px) and (max-width: 1100px) {
  .impressum-main {
    padding: 116px 48px 88px;
  }

  .impressum-grid {
    gap: 46px 64px;
  }
}

.impressum-content {
  max-width: 860px;
}

.impressum-content p {
  margin: 0 0 clamp(22px, 3vw, 34px);
  font-size: 15px;
  line-height: 1.45;
}

.impressum-content h2 {
  margin: clamp(42px, 6vw, 72px) 0 14px;
  font-size: 28px;
  line-height: 0.95;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.impressum-content a {
  color: inherit;
  overflow-wrap: anywhere;
  text-decoration: underline;
  text-underline-offset: 0.22em;
}



@media screen and (max-width: 1600px) {
  .film-feature-grid {
    grid-template-columns: 1fr;
  }
  .films-rect--large {
    transform: none;
    margin-left: var(--left-text-shift);
  }
}
.tutorial-modal__panel {
  padding-top: 50px;
}