/* Identity Lab — V2 "First Class HUD" */

@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/IBMPlexMono-400-latin-ext.woff2") format("woff2");
}

@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/IBMPlexMono-400-latin.woff2") format("woff2");
}

@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/IBMPlexMono-500-latin-ext.woff2") format("woff2");
}

@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/IBMPlexMono-500-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Instrument Serif";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/InstrumentSerif-400i-latin-ext.woff2") format("woff2");
}

@font-face {
  font-family: "Instrument Serif";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/InstrumentSerif-400i-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Instrument Serif";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/InstrumentSerif-400-latin-ext.woff2") format("woff2");
}

@font-face {
  font-family: "Instrument Serif";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/InstrumentSerif-400-latin.woff2") format("woff2");
}

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

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

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/Inter-500-latin-ext.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/Inter-500-latin.woff2") format("woff2");
}

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

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

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/Inter-700-latin-ext.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/Inter-700-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("fonts/Inter-800-latin-ext.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("fonts/Inter-800-latin.woff2") format("woff2");
}

/* Alte Haas Grotesk — Freeware von Yann Le Coroller.
   Weitergabe nur zusammen mit fonts/Alte_Haas_Grotesk_licence.txt. */
@font-face {
  font-family: "Alte Haas Grotesk";
  src: url("fonts/AlteHaasGroteskRegular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Alte Haas Grotesk";
  src: url("fonts/AlteHaasGroteskBold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}

:root {
  --cream: #f4efe8;
  --ink: #141414;
  --cherry: #c8102e;
  --chrome: #b9b9b6;
  --max: 1280px;
  --pad: clamp(20px, 4vw, 56px);
  --font-display: "Inter", "Helvetica Neue", sans-serif;
  --font-body: "Alte Haas Grotesk", "Helvetica Neue", "Inter", sans-serif;
  --font-serif: "Instrument Serif", serif;
  --font-mono: "IBM Plex Mono", monospace;
  --dot-gap: 26px;
}

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

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  color: var(--ink);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;

  /* Dot-Pattern als Grundraster der hellen Flächen */
  background-color: var(--cream);
  background-image: radial-gradient(rgb(20 20 20 / 16%) 1px, transparent 1px);
  background-size: var(--dot-gap) var(--dot-gap);
  background-position: center top;
}

img { display: block; max-width: 100%; }

em { font-family: var(--font-serif); font-style: italic; font-weight: 400; }

.mono {
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
}

/* ---------- Preloader ---------- */

.loader {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: #fff;
  background-image: url("assets/butterfly-poster.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: min(34vw, 320px) auto;
  color: var(--ink);
  display: grid;
  place-items: center;
  transition: clip-path 0.9s cubic-bezier(0.76, 0, 0.24, 1);
  clip-path: inset(0 0 0 0);
}

.loader.is-done { clip-path: inset(0 0 100% 0); }

/* Schmetterling — multiply blendet das Weiß des Videos weg.
   Die Aufhellung drückt den leicht grauen Videohintergrund auf reines Weiß,
   damit kein Rechteck sichtbar bleibt. */
.loader__morph {
  grid-area: 1 / 1;
  width: min(46vw, 400px);
  aspect-ratio: 1;
  object-fit: contain;
  mix-blend-mode: multiply;
  filter: brightness(1.08) contrast(1.06);
}

/* Ladebalken im Apple-Stil: schmale graue Kapsel, dunkle Füllung */
.loader__inner {
  position: absolute;
  bottom: clamp(56px, 12vh, 110px);
  width: min(200px, 46vw);
}

.loader__bar {
  width: 100%;
  height: 4px;
  border-radius: 999px;
  background: rgb(20 20 20 / 12%);
  overflow: hidden;
}

.loader__bar i {
  display: block;
  height: 100%;
  width: 0%;
  border-radius: inherit;
  background: var(--ink);
  transition: width 0.25s cubic-bezier(0.3, 0, 0.2, 1);
}

.loader__pct { display: none; }

/* ---------- Custom Cursor ---------- */

.cursor, .cursor-ring {
  position: fixed;
  top: 0; left: 0;
  z-index: 150;
  pointer-events: none;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.cursor {
  width: 8px; height: 8px;
  background: var(--cherry);
}

.cursor-ring {
  width: 36px; height: 36px;
  border: 1px solid rgb(200 16 46 / 55%);
  transition: width 0.25s ease, height 0.25s ease, background 0.25s ease;
}

.cursor-ring.is-hover {
  width: 64px; height: 64px;
  background: rgb(200 16 46 / 8%);
}

@media (hover: none), (pointer: coarse) {
  .cursor, .cursor-ring { display: none; }
}

/* ---------- HUD ---------- */

.hud { position: fixed; inset: 0; z-index: 40; pointer-events: none; }

.hud__item {
  position: absolute;
  bottom: 16px;
  color: rgb(20 20 20 / 55%);
  font-size: 11px;
}

.hud__bl { left: var(--pad); }
.hud__bc { left: 50%; transform: translateX(-50%); }
.hud__br { right: var(--pad); }

.hud__spinner {
  display: inline-block;
  color: var(--cherry);
  animation: spin 6s linear infinite;
}

@keyframes spin { to { transform: rotate(360deg); } }

@media (max-width: 900px) {
  .hud__bc { display: none; }
}

/* ---------- Header ---------- */

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px var(--pad);
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

.site-header.is-scrolled {
  background: color-mix(in srgb, var(--cream) 88%, transparent);
  backdrop-filter: blur(12px);
  box-shadow: 0 1px 0 rgb(20 20 20 / 8%);
}

.wordmark {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.035em;
  color: var(--ink);
  text-decoration: none;
  white-space: nowrap;
}

.wordmark sup { font-size: 0.5em; font-weight: 500; }

.site-nav { display: flex; gap: clamp(16px, 3vw, 40px); }

.site-nav a {
  color: var(--ink);
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  display: inline-block;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0; bottom: -4px;
  width: 100%; height: 1px;
  background: var(--ink);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.35s cubic-bezier(0.65, 0, 0.35, 1);
}

.site-nav a:hover::after { transform: scaleX(1); transform-origin: left; }

/* ---------- Buttons ---------- */

.btn {
  display: inline-block;
  background: var(--ink);
  color: var(--cream);
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  padding: 14px 28px;
  border-radius: 999px;
  transition: background 0.25s ease;
  white-space: nowrap;
}

.btn:hover { background: var(--cherry); }

.btn--small { padding: 10px 20px; font-size: 14px; }
.btn--big { padding: 18px 36px; font-size: clamp(16px, 1.8vw, 20px); }

/* ---------- Floating objects ---------- */

.float-obj {
  position: absolute;
  pointer-events: none;
  will-change: transform;
  filter: drop-shadow(0 24px 40px rgb(20 20 20 / 18%));
  animation: bob 7s ease-in-out infinite;
}

.float-obj:nth-of-type(2) { animation-delay: -2.5s; animation-duration: 8.5s; }
.float-obj:nth-of-type(3) { animation-delay: -5s; animation-duration: 6s; }

@keyframes bob {
  0%, 100% { margin-top: 0; }
  50% { margin-top: -18px; }
}

/* ---------- Hero ---------- */

.hero {
  position: relative;
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(90px, 13vh, 140px) var(--pad) 0;
  min-height: 92vh;
}

.hero__kicker {
  color: rgb(20 20 20 / 60%);
  margin-bottom: clamp(24px, 4vw, 48px);
}

.hero__stage {
  position: relative;
  /* Platz für den frei sichtbaren 8genzy-Schriftzug über der Headline */
  padding-top: clamp(150px, 21vw, 300px);
}

.obj-brand {
  top: -4%;
  left: 50%;
  translate: -50% 0;
  width: min(58vw, 700px);
  z-index: 0;
}

.obj-plane {
  top: 4%;
  right: -1%;
  width: clamp(110px, 14vw, 200px);
  z-index: 2;
  rotate: -8deg;
}

.obj-bubble {
  top: 34%;
  left: 2%;
  width: clamp(80px, 9vw, 140px);
  z-index: 2;
  rotate: 8deg;
}

.obj-star {
  width: clamp(36px, 4.5vw, 72px);
  z-index: 2;
}

.obj-star--hero1 { top: 2%; left: 12%; }
.obj-star--hero2 { top: 46%; right: 8%; width: clamp(60px, 7vw, 110px); rotate: 18deg; }
.obj-star--approach { top: 12%; right: 8%; width: clamp(50px, 6vw, 96px); }
.obj-star--contact { top: 4%; right: 6%; }

.obj-plane--approach {
  bottom: 6%;
  left: 4%;
  width: clamp(80px, 9vw, 140px);
  rotate: 12deg;
  opacity: 0.9;
}

.obj-eight {
  top: -6%;
  right: 2%;
  width: clamp(90px, 11vw, 180px);
  rotate: 12deg;
  z-index: 2;
}

.obj-arrow {
  position: absolute;
  right: 24%;
  top: -55%;
  width: clamp(56px, 6vw, 96px);
  z-index: 3;
  rotate: -10deg;
}

.hero__title {
  position: relative;
  z-index: 1;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(44px, 8.5vw, 118px);
  line-height: 1.02;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

.hero__title em { text-transform: none; letter-spacing: -0.02em; }

.hero__row {
  position: relative;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-top: clamp(32px, 6vw, 72px);
}

.hero__sub { max-width: 520px; font-size: clamp(17px, 1.6vw, 21px); }

/* ---------- Marquee ---------- */

.marquee {
  margin-top: clamp(56px, 9vw, 110px);
  padding: 18px 0;
  border-block: 1px solid rgb(20 20 20 / 15%);
  overflow: hidden;
}

.marquee__track {
  display: flex;
  align-items: center;
  gap: 40px;
  width: max-content;
  animation: marquee 22s linear infinite;
  font-family: var(--font-display);
  font-size: clamp(18px, 2.2vw, 28px);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  will-change: transform;
}

.marquee__track i { font-style: normal; color: var(--cherry); font-size: 0.7em; }

@keyframes marquee {
  from { translate: 0 0; }
  to { translate: -50% 0; }
}

/* ---------- Sections shared ---------- */

section { position: relative; }

.section-tag {
  display: inline-block;
  color: var(--cherry);
  margin-bottom: 16px;
}

.section-head h2 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(32px, 5vw, 64px);
  letter-spacing: -0.035em;
  line-height: 1.05;
}

/* ---------- Services: Card Stack ---------- */

.services {
  background-color: var(--ink);
  background-image: radial-gradient(rgb(244 239 232 / 14%) 1px, transparent 1px);
  background-size: var(--dot-gap) var(--dot-gap);
  color: var(--cream);
  margin-top: clamp(64px, 9vw, 120px);
  padding: clamp(80px, 11vw, 150px) var(--pad) clamp(80px, 11vw, 150px);
}

.services__head {
  max-width: var(--max);
  margin: 0 auto clamp(48px, 7vw, 100px);
  text-align: center;
}

.services__head h2 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(32px, 5vw, 64px);
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.deck {
  max-width: min(1400px, 100%);
  margin: 0 auto;
}

.panel {
  position: sticky;
  top: clamp(84px, 12vh, 110px);
  min-height: min(74vh, 640px);
  margin-bottom: clamp(48px, 10vh, 110px);
  border-radius: 20px;
  padding: clamp(28px, 4vw, 64px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  overflow: clip;
  will-change: transform;
  transform-origin: center 20%;
  box-shadow: 0 -20px 80px rgb(0 0 0 / 35%);
}

.deck .panel:last-child { margin-bottom: 0; }

.panel--cream { background: var(--cream); color: var(--ink); }
.panel--cherry { background: var(--cherry); color: var(--cream); }
.panel--sand { background: #e7ddcf; color: var(--ink); }
/* Kein Rand: die Karte hebt sich über den eigenen Ton und den Schatten ab */
.panel--ink { background: #262626; color: var(--cream); }

.panel__num {
  position: absolute;
  top: clamp(24px, 3vw, 48px);
  right: clamp(24px, 3vw, 48px);
  font-size: clamp(24px, 3vw, 44px);
  opacity: 0.55;
}

.panel--cream .panel__num, .panel--sand .panel__num { color: var(--cherry); opacity: 1; }

.panel__main h3 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(30px, 4.6vw, 68px);
  letter-spacing: -0.035em;
  line-height: 1.04;
  max-width: 16ch;
}

.panel__sub {
  margin-top: 14px;
  font-size: clamp(16px, 1.5vw, 20px);
  opacity: 0.85;
}

.panel__obj {
  position: absolute;
  right: clamp(24px, 6vw, 100px);
  top: 50%;
  translate: 0 -42%;
  width: clamp(130px, 20vw, 300px);
  filter: drop-shadow(0 30px 50px rgb(20 20 20 / 30%));
  animation: bob 7s ease-in-out infinite;
  pointer-events: none;
}

.panel__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}

.panel__bottom p {
  max-width: 46ch;
  font-size: clamp(15px, 1.3vw, 18px);
  opacity: 0.85;
}

.panel--cherry .btn--light,
.panel--ink .btn--light { background: var(--cream); color: var(--ink); }

.panel--cherry .btn--light:hover,
.panel--ink .btn--light:hover { background: var(--ink); color: var(--cream); }

.panel--cherry .btn:not(.btn--light):hover { background: var(--cream); color: var(--ink); }


/* ---------- Approach ---------- */

.approach {
  background-color: var(--ink);
  background-image: radial-gradient(rgb(244 239 232 / 14%) 1px, transparent 1px);
  background-size: var(--dot-gap) var(--dot-gap);
  color: var(--cream);
  margin-top: 0;
  padding: clamp(100px, 14vw, 180px) var(--pad);
  overflow: clip;
}

.approach__bgword {
  position: absolute;
  top: clamp(16px, 3vw, 40px);
  left: 0;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(70px, 12vw, 170px);
  letter-spacing: -0.035em;
  white-space: nowrap;
  color: transparent;
  -webkit-text-stroke: 1px rgb(244 239 232 / 14%);
  will-change: transform;
  user-select: none;
}

.approach > .section-tag { display: block; max-width: var(--max); margin-inline: auto; }

.approach__statement {
  font-family: var(--font-display);
  font-size: clamp(26px, 4vw, 52px);
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: -0.03em;
  max-width: min(var(--max), 24ch);
  margin-inline: auto;
  width: 100%;
  position: relative;
  z-index: 1;
}

.approach__statement .word { opacity: 0.18; transition: opacity 0.4s ease; }
.approach__statement .word.is-lit { opacity: 1; }

.approach__points {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(24px, 4vw, 56px);
  margin-top: clamp(48px, 7vw, 96px);
  max-width: var(--max);
  margin-inline: auto;
}

.approach__points li { border-top: 1px solid rgb(244 239 232 / 25%); padding-top: 20px; }

.approach__points strong {
  display: block;
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 8px;
}

.approach__points span { font-size: 15px; color: rgb(244 239 232 / 70%); }

/* ---------- About ---------- */

.about {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(80px, 12vw, 160px) var(--pad) 0;
}

.about__grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(20px, 3vw, 40px);
  margin-top: clamp(32px, 5vw, 64px);
}

/* Das durchfallende Objekt — liegt über beiden Frames */
.dropper {
  position: absolute;
  top: 0;
  left: 0;
  width: clamp(54px, 6vw, 92px);
  z-index: 5;
  pointer-events: none;
  opacity: 0;
  filter: drop-shadow(0 14px 22px rgb(20 20 20 / 30%));
  will-change: transform, opacity;
}

.person {
  border-radius: 16px;
  overflow: clip;
  background: var(--cream);
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.35s ease, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.person:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgb(20 20 20 / 14%);
}

/* Bühne: transparenter Rahmen, das Dot-Pattern läuft durch */
.person__stage {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: visible;
}


/* Freigestellte Person — steht auf der Stage, kein Kasten drumherum */
.person__cut {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 62%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  z-index: 1;
}

/* Personen-Foto: liegt fest hinter den fallenden Objekten */
.person__photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  z-index: 0;
}


.person__badge {
  position: absolute;
  left: 16px;
  bottom: 16px;
  background: var(--ink);
  color: var(--cream);
  font-size: 11px;
  padding: 7px 12px;
  border-radius: 999px;
}

.person__body { padding: clamp(20px, 2.5vw, 32px); }

.person__body h3 {
  font-family: var(--font-display);
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 600;
  margin-bottom: 10px;
}

.person__body p { font-size: 16px; opacity: 0.78; max-width: 40ch; }

/* ---------- Contact ---------- */

.contact {
  position: relative;
  max-width: var(--max);
  margin: clamp(80px, 12vw, 160px) auto 0;
  padding: 0 var(--pad) clamp(100px, 14vw, 180px);
  display: grid;
  grid-template-columns: minmax(240px, 440px) 1fr;
  gap: clamp(32px, 5vw, 80px);
  align-items: center;
  min-height: 70vh;
}

.obj-phone {
  position: relative;
  width: min(38vw, 440px);
  justify-self: center;
  rotate: -6deg;
}

.contact__body h2 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(48px, 8vw, 110px);
  letter-spacing: -0.045em;
  line-height: 1;
  text-transform: uppercase;
  margin: 10px 0 0;
}

.contact__title .ltr {
  display: inline-block;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), color 0.3s ease;
}

.contact__title .ltr:hover { transform: translateY(-14px) rotate(-6deg); color: var(--cherry); }

.contact__title .word-serif {
  font-family: var(--font-serif);
  text-transform: none;
  color: var(--cherry);
}

.contact__sub {
  margin: 24px 0 32px;
  font-size: clamp(17px, 1.6vw, 20px);
  max-width: 44ch;
}

/* ---------- Footer ---------- */

.site-footer {
  position: relative;
  z-index: 45;
  border-top: 1px solid rgb(20 20 20 / 15%);
  padding: 24px var(--pad) 48px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
}

.site-footer nav { display: flex; gap: 24px; }

.site-footer a { color: var(--ink); text-decoration: none; display: inline-block; }
.site-footer a:hover { color: var(--cherry); }

/* ---------- Rechtsseiten ---------- */

.legal__wrap {
  max-width: 760px;
  margin: 0 auto;
  padding: clamp(120px, 18vh, 180px) var(--pad) clamp(64px, 10vw, 120px);
}

.legal__wrap h1 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(36px, 6vw, 68px);
  letter-spacing: -0.045em;
  margin-bottom: clamp(24px, 4vw, 40px);
}

.legal__wrap h2 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(18px, 2vw, 22px);
  letter-spacing: -0.02em;
  margin: clamp(32px, 4vw, 48px) 0 12px;
}

.legal__wrap p { margin-bottom: 14px; max-width: 68ch; }
.legal__wrap a { color: var(--cherry); }

.legal__note {
  background: var(--ink);
  color: var(--cream);
  padding: 20px 24px;
  border-radius: 12px;
  font-size: 15px;
}

.legal__note strong { color: #fff; }

.legal__back { margin-top: clamp(40px, 6vw, 72px); }

/* ---------- Animations ---------- */

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1),
              transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal.is-visible { opacity: 1; transform: none; }

.reveal-line { display: block; overflow: hidden; }

.reveal-line > span {
  display: block;
  transform: translateY(110%);
  transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal-line.is-visible > span { transform: none; }

.approach__points li:nth-child(2) { transition-delay: 0.1s; }
.approach__points li:nth-child(3) { transition-delay: 0.2s; }
.about__card:nth-child(2) { transition-delay: 0.1s; }

@media (prefers-reduced-motion: reduce) {
  .reveal, .reveal-line > span { opacity: 1; transform: none; transition: none; }
  .marquee__track { animation: none; }
  .float-obj { animation: none; }
  .hud__spinner { animation: none; }
  .loader { display: none; }
  html { scroll-behavior: auto; }
}

/* ---------- Responsive ---------- */

@media (max-width: 900px) {
  .contact { grid-template-columns: 1fr; min-height: 0; }
  .obj-phone { width: min(60vw, 320px); }
  .approach__points { grid-template-columns: 1fr; }
  .obj-martini { display: none; }
}

@media (max-width: 760px) {
  .panel {
    position: relative;
    top: auto;
    min-height: 0;
    margin-bottom: 24px;
    transform: none !important;
  }
  .panel__obj {
    position: static;
    translate: none;
    width: clamp(90px, 26vw, 140px);
    align-self: flex-end;
    margin: -8px 0;
  }
}

@media (max-width: 640px) {
  .loader { background-size: min(68vw, 270px) auto; }

  .loader__morph {
    width: min(92vw, 360px);
    scale: 1.45;
  }

  .loader__inner { width: min(240px, 64vw); }

  .site-nav { display: none; }
  .about__grid { grid-template-columns: 1fr; }

  .hero {
    min-height: 0;
    padding-top: 92px;
  }

  .hero__kicker {
    margin-bottom: 24px;
    font-size: 11px;
    line-height: 1.5;
  }

  .hero__stage { padding-top: 150px; }

  .hero__title {
    font-size: clamp(40px, 12.2vw, 50px);
    line-height: 0.94;
  }

  .obj-brand {
    top: 4px;
    width: min(78vw, 300px);
    z-index: 1;
  }

  .hero .obj-plane,
  .obj-star--hero1,
  .obj-star--hero2,
  .obj-bubble,
  .obj-arrow { display: none; }

  .hero__row {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 28px;
    gap: 22px;
  }

  .hero__sub {
    font-size: 18px;
    line-height: 1.48;
  }

  .float-obj {
    animation: none;
    filter: drop-shadow(0 14px 24px rgb(20 20 20 / 16%));
  }
}
