@font-face {
  font-family: "Figtree";
  src: url("assets/fonts/figtree-latin.woff2") format("woff2");
  font-weight: 400 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Jost";
  src: url("assets/fonts/jost-latin.woff2") format("woff2");
  font-weight: 400 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Jost";
  src: url("assets/fonts/jost-italic-latin.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Tenor Sans";
  src: url("assets/fonts/tenor-sans-latin.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --scroll: 0;
  --back-x: 0px;
  --back-y: 0px;
  --scene-scale: 1.04;
  --scene-blur: 0px;
  --close-opacity: 0;
  --close-x: 0px;
  --close-y: 0px;
  --close-scale: 1.23;
  --close-blur: 0px;
  --split-left-x: 0vw;
  --split-right-x: 0vw;
  --slice-y: 0px;
  --slice-scale: 1.05;
  --arch-opacity: 1;
  --arch-x: 0px;
  --arch-y: 0px;
  --grid-opacity: .65;
  --title-opacity: 1;
  --title-y: 0px;
  --title-scale: 1;
  --intro-opacity: 1;
  --intro-y: 0px;
  --panel1-opacity: 0;
  --panel1-y: 70px;
  --panel2-opacity: 0;
  --panel2-y: 75px;
  --cards-opacity: 0;
  --cards-x: 145vw;
  --cards-shift: 0vw;
  --shade-opacity: 0;
  --ink: #0b2422;
  --paper: #f5f2e9;
  --signal: #24665f;
  --accent: #91c9bb;
  --acid: #d8c68b;
  --sans: "Figtree", Arial, sans-serif;
  --serif: "Tenor Sans", Arial, sans-serif;
  --ui: "Jost", Arial, sans-serif;
  color: var(--paper);
  background: var(--ink);
  font-family: var(--sans);
}

* { box-sizing: border-box; }

html {
  min-height: 100%;
  scroll-behavior: smooth;
  background: var(--ink);
  overflow-x: clip;
}

body {
  min-height: 100%;
  margin: 0;
  width: 100%;
  overflow-x: clip;
  background: var(--ink);
  -webkit-font-smoothing: antialiased;
}

.site-nav,
.header-mail,
.hero-promise,
.chapter,
.intro-copy a,
.cards-track article > span,
.scroll-progress,
.visual-heading > p,
.seo-kicker,
.seo-label,
.place-line,
.contact-band > p {
  font-family: var(--ui);
}

.brand i,
.hero-city,
.story-panel h2 em,
.cards-heading h2 em,
.visual-heading h2 em,
.contact-band h2 em {
  font-family: var(--serif);
  font-style: normal;
  font-weight: 400;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: 100;
  pointer-events: none;
  content: "";
  opacity: 0.13;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.88' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.32'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
main, section, article { min-width: 0; }

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 200;
  padding: 12px 16px;
  background: var(--acid);
  color: var(--ink);
  transform: translateY(-160%);
}

.skip-link:focus { transform: translateY(0); }
.site-shell {
  min-height: 100vh;
  overflow-x: clip;
}

.cinema-scroll {
  position: relative;
  height: calc(100svh + 3600px);
}

.stage {
  position: sticky;
  top: 0;
  height: 100svh;
  min-height: 620px;
  overflow: hidden;
  isolation: isolate;
  background: #928b7c;
}

.world {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: var(--ink);
}

.scene-layer,
.scene-slice {
  position: absolute;
  inset: -4%;
  background-image: url("assets/images/augsburg-hero.webp");
  background-position: 50% 50%;
  background-size: cover;
  will-change: transform, opacity, filter;
}

.scene-back {
  z-index: 0;
  filter: brightness(0.62) saturate(0.68) sepia(0.12) blur(var(--scene-blur));
  transform: translate3d(var(--back-x), var(--back-y), 0) scale(var(--scene-scale));
}

.scene-back::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11, 36, 34, 0.2), rgba(11, 36, 34, 0.04) 48%, rgba(11, 36, 34, 0.68));
  content: "";
}

.scene-close {
  z-index: 1;
  opacity: var(--close-opacity);
  background-position: 58% 72%;
  filter: brightness(0.48) saturate(0.72) sepia(0.16) blur(var(--close-blur));
  transform: translate3d(var(--close-x), var(--close-y), 0) scale(var(--close-scale));
}

.scene-slice {
  z-index: 5;
  bottom: -7%;
  filter: brightness(0.48) saturate(0.65) sepia(0.15);
  transform-origin: 50% 75%;
}

.scene-slice-left {
  clip-path: polygon(0 26%, 37% 20%, 51% 100%, 0 100%);
  transform: translate3d(var(--split-left-x), var(--slice-y), 0) scale(var(--slice-scale));
}

.scene-slice-right {
  clip-path: polygon(63% 20%, 100% 25%, 100% 100%, 49% 100%);
  transform: translate3d(var(--split-right-x), var(--slice-y), 0) scale(var(--slice-scale));
}

.scene-arch {
  position: absolute;
  top: 8vh;
  right: 7vw;
  z-index: 2;
  width: min(42vw, 650px);
  height: 80vh;
  border: 1px solid rgba(244, 238, 226, 0.34);
  border-bottom: 0;
  border-radius: 50% 50% 0 0;
  opacity: var(--arch-opacity);
  transform: translate3d(var(--arch-x), var(--arch-y), 0);
}

.scene-grid {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  opacity: var(--grid-opacity);
  background: repeating-linear-gradient(90deg, transparent 0, transparent calc(25% - 1px), rgba(244, 238, 226, 0.1) 25%);
}

.site-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(240px, 1fr) auto minmax(240px, 1fr);
  align-items: center;
  gap: 30px;
  padding: 25px clamp(22px, 4vw, 62px);
  color: rgba(244, 238, 226, 0.88);
}

.brand {
  display: inline-flex;
  align-items: center;
  width: max-content;
  gap: 10px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.025em;
}

.brand i { font-weight: 400; }
.brand-mark { width: 29px; height: 29px; fill: currentColor; }
.brand-wave { fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }

.site-nav {
  display: flex;
  justify-content: center;
  gap: clamp(22px, 2.5vw, 42px);
}

.site-nav a,
.header-mail {
  font-size: 12px;
  font-weight: 500;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.25);
}

.site-nav a { color: rgba(244, 238, 226, 0.7); }
.site-nav a:hover { color: var(--paper); }

.header-mail {
  justify-self: end;
  padding: 12px 16px;
  background: var(--acid);
  color: var(--ink);
  text-shadow: none;
}

.header-mail span { margin-left: 16px; }

.hero-title,
.intro-copy,
.story-panel,
.cinema-cards,
.shade,
.scroll-progress {
  position: absolute;
}

.hero-title {
  top: 16vh;
  left: 50%;
  z-index: 6;
  width: min(94vw, 1680px);
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.035em;
  text-align: center;
  text-shadow: 0 12px 40px rgba(0, 0, 0, 0.24);
  opacity: var(--title-opacity);
  transform: translate3d(-50%, var(--title-y), 0) scale(var(--title-scale));
  will-change: transform, opacity;
}

.hero-title span { display: block; }
.hero-main { font-size: clamp(8rem, 16vw, 16rem); line-height: 0.68; }
.hero-city { margin-top: 0.14em; color: var(--accent); font-size: clamp(3.2rem, 6.3vw, 6.6rem); line-height: 0.88; letter-spacing: -0.035em; }
.hero-promise { margin-top: 0.85em; font-size: clamp(11px, 1vw, 15px); font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; }

.intro-copy {
  bottom: clamp(82px, 13vh, 142px);
  left: 50%;
  z-index: 9;
  width: min(560px, calc(100vw - 40px));
  color: var(--paper);
  text-align: center;
  opacity: var(--intro-opacity);
  transform: translate3d(-50%, var(--intro-y), 0);
}

.intro-copy p {
  margin: 0 auto;
  max-width: 550px;
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.45;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.5);
}

.intro-copy a {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  gap: 20px;
  margin-top: 23px;
  padding: 0 22px;
  background: var(--paper);
  color: var(--ink);
  font-size: 12px;
  font-weight: 600;
  box-shadow: 0 15px 34px rgba(0, 0, 0, 0.2);
}

.story-panel {
  left: 50%;
  z-index: 10;
  width: min(920px, calc(100vw - 42px));
  color: var(--paper);
  text-align: center;
  pointer-events: none;
  will-change: transform, opacity;
}

.story-panel-one {
  top: 52%;
  opacity: var(--panel1-opacity);
  transform: translate3d(-50%, calc(-50% + var(--panel1-y)), 0);
}

.story-panel-two {
  top: 46%;
  opacity: var(--panel2-opacity);
  transform: translate3d(-50%, calc(-50% + var(--panel2-y)), 0);
}

.chapter {
  margin: 0 0 21px;
  color: var(--acid);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.story-panel h2,
.cards-heading h2,
.contact-band h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(3.4rem, 6.2vw, 6.7rem);
  font-weight: 400;
  line-height: 0.88;
  letter-spacing: -0.045em;
}

.story-panel h2 em,
.cards-heading h2 em { color: var(--accent); font-weight: 400; }

.story-copy {
  width: min(610px, 100%);
  margin: 29px auto 0;
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.45;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.48);
}

.facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 70px;
  width: min(530px, 100%);
  margin: 52px auto 0;
}

.facts div { border-top: 1px solid rgba(244, 238, 226, 0.45); padding-top: 17px; }
.facts dt { font-family: var(--serif); font-size: clamp(3rem, 4vw, 4.6rem); line-height: 0.9; }
.facts dd { margin: 12px 0 0; font-size: 12px; line-height: 1.35; }

.story-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px;
  margin-top: 34px;
}

.story-tags span {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 0 21px;
  border: 1px solid rgba(244, 238, 226, 0.5);
  border-radius: 999px;
  background: rgba(11, 36, 34, 0.25);
  font-size: 12px;
  backdrop-filter: blur(10px);
}

.cinema-cards {
  inset: 0;
  z-index: 11;
  padding: clamp(105px, 14vh, 150px) 0 0;
  visibility: hidden;
  opacity: var(--cards-opacity);
  transform: translate3d(var(--cards-x), 0, 0);
  pointer-events: none;
  will-change: transform, opacity;
}

.cinema-cards.is-ready { visibility: visible; pointer-events: auto; }

.cards-heading {
  padding: 0 clamp(22px, 6vw, 92px);
  color: var(--paper);
}

.cards-heading h2 { font-size: clamp(3.2rem, 5.4vw, 5.8rem); }

.cards-track {
  display: flex;
  gap: clamp(14px, 1.5vw, 24px);
  width: max-content;
  margin-top: clamp(45px, 7vh, 75px);
  padding: 0 7vw;
  transform: translate3d(var(--cards-shift), 0, 0);
}

.cards-track article {
  position: relative;
  flex: 0 0 clamp(330px, 28vw, 440px);
  height: 310px;
  overflow: hidden;
  padding: 28px;
  border: 1px solid rgba(11, 36, 34, 0.8);
  border-radius: 28px;
  background: var(--paper);
  color: var(--ink);
  box-shadow: 0 24px 65px rgba(0, 0, 0, 0.2);
  transition: background 260ms ease, transform 260ms ease;
}

.cards-track article:nth-child(2) { background: var(--signal); color: var(--paper); }
.cards-track article:nth-child(3) { background: var(--acid); }
.cards-track article:hover, .cards-track article:focus-visible { transform: translateY(-12px) rotate(-1deg); }
.cards-track article > span { font-size: 11px; font-weight: 600; }
.cards-track h3 { position: absolute; right: 28px; bottom: 98px; left: 28px; margin: 0; font-family: var(--serif); font-size: 34px; font-weight: 400; }
.cards-track p { position: absolute; right: 28px; bottom: 27px; left: 28px; margin: 0; font-size: 13px; line-height: 1.45; }

.shade {
  inset: 0;
  z-index: 8;
  pointer-events: none;
  opacity: var(--shade-opacity);
  background: radial-gradient(circle at 50% 45%, rgba(11, 36, 34, 0.05), rgba(11, 36, 34, 0.76));
}

.scroll-progress {
  right: 24px;
  bottom: 28px;
  z-index: 30;
  display: flex;
  align-items: center;
  gap: 11px;
  color: rgba(244, 238, 226, 0.6);
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.scroll-progress i {
  display: block;
  width: 1px;
  height: 62px;
  background: linear-gradient(to bottom, var(--acid) calc(var(--scroll) * 100%), rgba(244, 238, 226, 0.28) 0);
}

.visual-journal {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 0.9fr 1.05fr;
  gap: clamp(14px, 2vw, 30px);
  overflow: hidden;
  padding: clamp(90px, 11vw, 170px) clamp(22px, 5vw, 76px);
  background: var(--paper);
  color: var(--ink);
}

.visual-heading {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 0.7fr 1.8fr;
  align-items: end;
  gap: 40px;
  margin-bottom: clamp(34px, 5vw, 75px);
}

.visual-heading > p,
.seo-kicker,
.seo-label {
  margin: 0;
  color: var(--signal);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.visual-heading h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(3.5rem, 6.4vw, 7rem);
  font-weight: 400;
  line-height: 0.88;
  letter-spacing: -0.045em;
}

.visual-heading h2 em { color: var(--signal); font-weight: 400; }

.visual-card {
  position: relative;
  margin: 0;
}

.visual-card-two { margin-top: 13vw; }
.visual-card-three { margin-top: 4vw; }

.visual-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  filter: saturate(0.9);
  transition: filter 450ms ease, transform 650ms cubic-bezier(.2, .8, .2, 1);
}

.visual-card { overflow: hidden; }
.visual-card:hover img { filter: saturate(1.08); transform: scale(1.025); }

.visual-card figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 20px;
  background: rgba(11, 36, 34, 0.88);
  color: var(--paper);
  font-size: 11px;
  backdrop-filter: blur(12px);
}

.visual-card figcaption span { color: var(--acid); }

.seo-content {
  background: var(--paper);
  color: var(--ink);
}

.seo-content h2,
.seo-content h3 {
  overflow-wrap: break-word;
  hyphens: auto;
}

.seo-intro {
  padding: clamp(100px, 13vw, 190px) clamp(22px, 8vw, 130px);
}

.seo-intro h2 {
  max-width: 1100px;
  margin: 22px 0 55px;
  font-family: var(--serif);
  font-size: clamp(4.8rem, 10vw, 11rem);
  font-weight: 400;
  line-height: 0.78;
  letter-spacing: -0.06em;
}

.seo-lead {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(36px, 7vw, 110px);
  max-width: 1120px;
  margin-left: auto;
}

.seo-lead p,
.seo-copy > p,
.region-grid p,
.cost-section > div:last-child > p {
  margin: 0;
  color: rgba(11, 36, 34, 0.76);
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.65;
}

.seo-lead p + p,
.seo-copy > p + p,
.cost-section > div:last-child > p + p { margin-top: 22px; }

.seo-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(90px, 0.45fr) minmax(0, 1.55fr);
  gap: clamp(28px, 7vw, 110px);
  padding: clamp(90px, 11vw, 165px) clamp(22px, 8vw, 130px);
  border-top: 1px solid rgba(11, 36, 34, 0.2);
}

.seo-number {
  color: rgba(11, 36, 34, 0.17);
  font-family: var(--serif);
  font-size: clamp(5rem, 10vw, 10rem);
  line-height: 0.7;
}

.seo-copy { max-width: 820px; }

.seo-copy h2,
.industries-heading h2,
.region-section h2,
.cost-section h2,
.faq-heading h2 {
  margin: 19px 0 37px;
  font-family: var(--serif);
  font-size: clamp(3.4rem, 6vw, 6.5rem);
  font-weight: 400;
  line-height: 0.88;
  letter-spacing: -0.045em;
}

.seo-copy h3 {
  margin: 55px 0 17px;
  font-family: var(--serif);
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 400;
}

.seo-section-dark {
  background: var(--ink);
  color: var(--paper);
  border-color: rgba(244, 238, 226, 0.14);
}

.seo-section-dark .seo-number { color: rgba(244, 238, 226, 0.14); }
.seo-section-dark .seo-copy > p { color: rgba(244, 238, 226, 0.72); }
.seo-section-dark .seo-label { color: var(--acid); }

.seo-split { grid-template-columns: minmax(90px, 0.45fr) minmax(0, 1.25fr) minmax(220px, 0.55fr); }

.seo-aside {
  align-self: stretch;
  display: flex;
  min-height: 380px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px;
  background: var(--acid);
  color: var(--ink);
}

.seo-aside.accent { background: var(--signal); color: var(--paper); }
.seo-aside strong { margin-bottom: auto; font-family: var(--serif); font-size: 32px; font-weight: 400; }
.seo-aside span { padding: 13px 0; border-top: 1px solid currentColor; font-size: 12px; }

.industries {
  padding: clamp(100px, 12vw, 180px) clamp(22px, 6vw, 95px);
  border-top: 1px solid rgba(11, 36, 34, 0.2);
  background: #dfe8e2;
}

.industries-heading {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: 50px;
  align-items: end;
}

.industries-heading .seo-label { grid-column: 1 / -1; }
.industries-heading h2 { margin-block: 0; }
.industries-heading > p:last-child { margin: 0; color: rgba(11, 36, 34, 0.76); font-size: 16px; line-height: 1.55; }

.industry-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: clamp(60px, 8vw, 110px);
  border: 1px solid rgba(11, 36, 34, 0.24);
  background: rgba(11, 36, 34, 0.24);
}

.industry-grid article {
  min-height: 310px;
  padding: 26px;
  background: #ddd5c7;
  transition: background 250ms ease, color 250ms ease;
}

.industry-grid article:hover { background: var(--ink); color: var(--paper); }
.industry-grid article:nth-child(2):hover, .industry-grid article:nth-child(5):hover { background: var(--signal); color: var(--paper); }
.industry-grid span { font-size: 10px; }
.industry-grid h3 { margin: 84px 0 18px; font-family: var(--serif); font-size: 30px; font-weight: 400; line-height: 1; }
.industry-grid p { margin: 0; color: currentColor; opacity: 0.68; font-size: 13px; line-height: 1.55; }

.region-section,
.cost-section,
.faq-section {
  padding: clamp(100px, 12vw, 180px) clamp(22px, 8vw, 130px);
  border-top: 1px solid rgba(11, 36, 34, 0.2);
}

.region-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(36px, 7vw, 100px);
  max-width: 1100px;
  margin-left: auto;
}

.place-line {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 65px;
}

.place-line span {
  padding: 12px 18px;
  border: 1px solid rgba(11, 36, 34, 0.32);
  border-radius: 999px;
  font-size: 12px;
}

.cost-section {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: clamp(50px, 9vw, 140px);
  background: var(--acid);
}

.cost-section h2 { margin-bottom: 0; }
.cost-section > div:last-child { padding-top: 34px; }
.cost-section > div:last-child > a {
  display: inline-flex;
  gap: 18px;
  margin-top: 38px;
  padding-bottom: 7px;
  border-bottom: 1px solid;
  font-size: 13px;
  font-weight: 600;
}

.faq-section {
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  gap: clamp(50px, 9vw, 140px);
}

.faq-heading { align-self: start; position: sticky; top: 100px; }
.faq-heading h2 { margin-bottom: 0; }

.faq-list { border-top: 1px solid rgba(11, 36, 34, 0.28); }
.faq-list details { border-bottom: 1px solid rgba(11, 36, 34, 0.28); }
.faq-list summary {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: center;
  padding: 25px 0;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { font-family: var(--serif); font-size: 28px; font-weight: 400; transition: transform 220ms ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 680px; margin: -4px 45px 26px 0; color: rgba(11, 36, 34, 0.76); font-size: 14px; line-height: 1.6; }

.contact-band {
  position: relative;
  display: grid;
  min-height: 88svh;
  place-content: center;
  overflow: hidden;
  padding: 100px 22px;
  background: var(--ink);
  color: var(--paper);
  text-align: center;
}

.contact-band::before,
.contact-band::after {
  position: absolute;
  width: 44vw;
  height: 44vw;
  border: 1px solid rgba(243, 238, 229, 0.18);
  border-radius: 50%;
  content: "";
}

.contact-band::before { top: -28vw; left: -10vw; }
.contact-band::after { right: -12vw; bottom: -31vw; }
.contact-band > p { margin: 0 0 24px; font-size: 10px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; }
.contact-band h2 { position: relative; z-index: 1; font-size: clamp(4rem, 8vw, 8.5rem); }
.contact-band h2 em { color: var(--acid); font-weight: 400; }
.contact-band > a { position: relative; z-index: 1; display: inline-flex; justify-self: center; gap: 18px; margin-top: 47px; padding-bottom: 8px; border-bottom: 1px solid; font-size: 14px; font-weight: 600; }

footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 20px;
  padding: 28px clamp(22px, 4vw, 62px);
  border-top: 1px solid rgba(244, 238, 226, 0.14);
  color: rgba(244, 238, 226, 0.6);
  font-size: 11px;
}

footer b { font-weight: inherit; }
.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 18px;
}

.footer-links a { white-space: nowrap; }

:focus-visible { outline: 2px solid currentColor; outline-offset: 4px; }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-nav { display: none; }
  .hero-title { top: 20vh; }
  .hero-main { font-size: clamp(6rem, 15.5vw, 9rem); }
  .hero-city { font-size: clamp(3.4rem, 10vw, 5rem); }
  .scene-arch { right: -8vw; width: 68vw; }
  .facts { gap: 24px; }
  .cinema-cards { padding-top: 15vh; }
  .cards-track article { flex-basis: min(74vw, 410px); }
  .visual-heading { grid-template-columns: 1fr; }
  .seo-lead,
  .region-grid { grid-template-columns: 1fr; }
  .seo-section,
  .seo-split { grid-template-columns: 90px 1fr; }
  .seo-aside { grid-column: 2; min-height: 280px; }
  .industries-heading { grid-template-columns: 1fr; }
  .industry-grid { grid-template-columns: repeat(2, 1fr); }
  .cost-section,
  .faq-section { grid-template-columns: 1fr; }
  .faq-heading { position: static; }
}

@media (max-width: 560px) {
  .cinema-scroll { height: calc(100svh + 3100px); }
  .stage { min-height: 640px; }
  .site-header { padding: 18px 20px; }
  .brand span { max-width: 125px; line-height: 1.05; }
  .header-mail { padding: 11px 12px; }
  .header-mail span { display: none; }
  .hero-title { top: 24vh; width: calc(100vw - 30px); }
  .hero-main { font-size: clamp(4.2rem, 18vw, 5.8rem); line-height: 0.76; }
  .hero-city { font-size: clamp(2.8rem, 13vw, 4.2rem); }
  .hero-promise { margin-top: 1.25em; font-size: 9px; }
  .intro-copy { bottom: 62px; }
  .intro-copy p { max-width: 340px; font-size: 15px; }
  .scene-layer, .scene-slice { background-position: 59% 50%; }
  .scene-arch { top: 14vh; right: -26vw; width: 102vw; height: 77vh; }
  .scene-grid { background: repeating-linear-gradient(90deg, transparent 0, transparent calc(50% - 1px), rgba(244, 238, 226, 0.09) 50%); }
  .story-panel { width: calc(100vw - 34px); }
  .story-panel h2 { font-size: 2.85rem; line-height: 0.96; }
  .story-copy { font-size: 15px; }
  .facts { margin-top: 36px; }
  .facts dt { font-size: 2.8rem; }
  .facts dd { font-size: 10px; }
  .story-tags { gap: 7px; }
  .story-tags span { min-height: 37px; padding: 0 15px; font-size: 11px; }
  .cinema-cards { padding-top: clamp(72px, 9svh, 86px); }
  .cards-heading { padding-inline: 20px; }
  .cards-heading .chapter { margin-bottom: 12px; }
  .cards-heading h2 { max-width: 330px; margin-top: 0; font-size: 2.45rem; line-height: 0.98; }
  .cards-track {
    display: grid;
    width: auto;
    gap: 9px;
    margin: 18px 34px 0 20px;
    padding: 0;
    transform: none;
  }
  .cards-track article {
    width: 100%;
    height: 135px;
    padding: 15px 17px;
    border-radius: 15px;
  }
  .cards-track article:hover,
  .cards-track article:focus-visible { transform: none; }
  .cards-track h3 {
    position: static;
    margin: 20px 0 6px;
    font-size: 1.35rem;
    line-height: 1;
  }
  .cards-track p {
    position: static;
    margin: 0;
    font-size: 0.7rem;
    line-height: 1.35;
  }
  .cinema-cards { transform: none; }
  .scroll-progress { right: 12px; }
  .contact-band { min-height: 76svh; }
  .contact-band h2 { font-size: 3.7rem; }
  .visual-journal {
    display: block;
    padding: 52px 20px 82px;
  }
  .visual-heading { display: block; margin-bottom: 38px; }
  .visual-heading > p { margin-bottom: 18px; }
  .visual-heading h2 { font-size: 2.8rem; line-height: 0.98; letter-spacing: -0.025em; }
  .visual-card,
  .visual-card-two,
  .visual-card-three { width: 100%; margin: 22px 0 0; }
  .seo-intro h2 { font-size: 3.7rem; line-height: 0.9; letter-spacing: -0.025em; }
  .seo-section,
  .seo-split { grid-template-columns: 1fr; }
  .seo-number { font-size: 4.8rem; }
  .seo-copy h2,
  .industries-heading h2,
  .region-section h2,
  .cost-section h2,
  .faq-heading h2 { font-size: 2.8rem; line-height: 0.98; letter-spacing: -0.025em; }
  .seo-aside { grid-column: auto; min-height: 250px; }
  .industry-grid { grid-template-columns: 1fr; }
  .industry-grid article { min-height: 260px; }
  .industry-grid h3 { margin-top: 62px; }
  .cost-section > div:last-child { padding-top: 0; }
  .faq-list summary { font-size: 15px; }
  footer { grid-template-columns: 1fr; }
  footer span:nth-child(2) { display: none; }
  .footer-links { justify-content: flex-start; text-align: left; }
}

@media (max-width: 410px) {
  .brand span { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
}
