:root {
  --bg: #ffffff;
  --bg-soft: #f4f4f4;
  --ink: #050505;
  --muted: #6a6a6a;
  --line: rgba(5, 5, 5, 0.14);
  --red: #b00020;
  --red-dark: #680012;
  --stone: #111111;
  --white: #ffffff;
  --max: 1180px;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { display: block; max-width: 100%; object-fit: cover; }
a { color: inherit; text-decoration: none; }
.page { overflow: hidden; }

.nav {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 20;
  display: flex;
  justify-content: center;
  padding: 18px;
  pointer-events: none;
}

.nav-inner {
  width: min(var(--max), calc(100vw - 28px));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 12px 16px;
  border: 1px solid rgba(5, 5, 5, 0.12);
  background: rgba(255, 255, 255, 0.86);
  color: var(--ink);
  backdrop-filter: blur(18px);
  border-radius: 999px;
  pointer-events: auto;
}

.brand {
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.92rem;
  font-weight: 650;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
  color: rgba(5, 5, 5, 0.62);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav-links a:hover { color: var(--red); }

.hero {
  min-height: 100vh;
  position: relative;
  display: grid;
  align-items: end;
  padding: 132px 24px 44px;
  color: var(--white);
  background:
    linear-gradient(180deg, rgba(5, 5, 5, 0.12), rgba(5, 5, 5, 0.52)),
    linear-gradient(90deg, rgba(5, 5, 5, 0.50), rgba(5, 5, 5, 0.04)),
    url("../images/ava-hero.jpg") center / cover no-repeat;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 34vh;
  background: linear-gradient(180deg, transparent, var(--bg));
  pointer-events: none;
  opacity: 0.92;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(var(--max), 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
  gap: 48px;
  align-items: end;
}

.eyebrow {
  margin: 0 0 18px;
  font-size: 0.74rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
}

h1, h2, h3, p { margin-top: 0; }

h1 {
  margin-bottom: 22px;
  font-size: clamp(4.2rem, 13vw, 11rem);
  line-height: 0.82;
  font-weight: 700;
  letter-spacing: -0.08em;
}

.hero-statement {
  max-width: 760px;
  font-size: clamp(1.75rem, 4vw, 4.8rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
  font-weight: 650;
}

.hero-copy {
  border-left: 2px solid var(--red);
  padding-left: 24px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
}

.hero-copy strong {
  color: var(--white);
  font-weight: 650;
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid currentColor;
  font-size: 0.78rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}
.button:hover { transform: translateY(-2px); }

.section {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding: 110px 0;
}

.voice-strip {
  padding: 84px 24px;
  background: var(--white);
  color: var(--ink);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  text-align: center;
}

.voice-strip p {
  width: min(980px, 100%);
  margin: 0 auto;
  font-size: clamp(2rem, 5vw, 5.7rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
  font-weight: 700;
}

.two-col {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: clamp(34px, 8vw, 110px);
  align-items: start;
}

.section-label {
  position: sticky;
  top: 112px;
  border-top: 1px solid var(--line);
  padding-top: 18px;
  color: var(--muted);
  font-size: 0.76rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.section-title {
  font-size: clamp(3rem, 8vw, 8rem);
  line-height: 0.9;
  letter-spacing: -0.07em;
  font-weight: 700;
  margin-bottom: 32px;
}

.lead {
  font-size: clamp(1.22rem, 2vw, 1.72rem);
  line-height: 1.35;
  color: #171717;
  max-width: 820px;
}

.split-lines {
  margin-top: 36px;
  display: grid;
  gap: 12px;
  font-size: clamp(1.6rem, 3.2vw, 3.2rem);
  line-height: 1;
  letter-spacing: -0.045em;
  font-weight: 700;
}

.image-card {
  position: relative;
  min-height: 680px;
  border-radius: 32px;
  overflow: hidden;
  background: var(--stone);
  box-shadow: 0 32px 90px rgba(5, 5, 5, 0.15);
}
.image-card img { width: 100%; height: 100%; position: absolute; inset: 0; }

.image-caption {
  position: absolute;
  inset: auto 20px 20px 20px;
  padding: 16px 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.84);
  backdrop-filter: blur(16px);
  color: var(--ink);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.movement { background: var(--bg-soft); padding: 1px 0; }

.movement-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px;
  align-items: stretch;
}

.movement-copy {
  padding: clamp(30px, 5vw, 68px);
  border-radius: 32px;
  background: var(--white);
}

.movement-copy h2 {
  font-weight: 700;
  font-size: clamp(2.8rem, 7vw, 7.5rem);
  line-height: 0.9;
  letter-spacing: -0.07em;
  margin-bottom: 32px;
}

.movement-copy p {
  font-size: clamp(1.08rem, 1.8vw, 1.45rem);
  color: #171717;
  max-width: 740px;
}

.tag-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.tag {
  padding: 8px 12px;
  border: 1px solid rgba(176, 0, 32, 0.34);
  border-radius: 999px;
  color: var(--red);
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.movement-image {
  border-radius: 32px;
  overflow: hidden;
  min-height: 640px;
  background: var(--stone);
}
.movement-image img { width: 100%; height: 100%; }

.gallery-section {
  padding: 116px 0 92px;
  background: var(--white);
  color: var(--ink);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.gallery-inner { width: min(1380px, calc(100% - 40px)); margin: 0 auto; }
.gallery-title {
  margin: 0 auto 56px;
  max-width: 920px;
  text-align: center;
  font-size: clamp(2.8rem, 7vw, 8rem);
  line-height: 0.92;
  letter-spacing: -0.07em;
  font-weight: 700;
}
.gallery { display: grid; grid-template-columns: repeat(12, 1fr); gap: 16px; }
.gallery figure {
  margin: 0;
  min-height: 360px;
  overflow: hidden;
  border-radius: 26px;
  background: #111111;
}
.gallery img { width: 100%; height: 100%; transition: transform 600ms ease; }
.gallery figure:hover img { transform: scale(1.04); }
.g1 { grid-column: span 5; min-height: 520px; }
.g2 { grid-column: span 3; }
.g3 { grid-column: span 4; min-height: 520px; }
.g4 { grid-column: span 4; }
.g5 { grid-column: span 4; }
.g6 { grid-column: span 4; }

.contact {
  padding: 120px 24px;
  background:
    radial-gradient(circle at 18% 20%, rgba(176, 0, 32, 0.10), transparent 34%),
    radial-gradient(circle at 80% 10%, rgba(5, 5, 5, 0.05), transparent 30%),
    var(--bg);
}
.contact-inner { width: min(980px, 100%); margin: 0 auto; text-align: center; }
.contact h2 {
  font-weight: 700;
  font-size: clamp(3.1rem, 9vw, 9rem);
  line-height: 0.88;
  letter-spacing: -0.075em;
  margin-bottom: 28px;
}
.contact p { margin: 0 auto 34px; max-width: 680px; color: var(--muted); font-size: 1.16rem; }
.red-text { color: var(--red) !important; }
.button-red { background: var(--red); color: var(--white); border-color: var(--red); }

footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding: 34px 0 48px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.reveal { animation: rise 900ms ease both; }
@keyframes rise {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 900px) {
  .nav-links { display: none; }
  .hero-content, .two-col, .movement-grid { grid-template-columns: 1fr; }
  .hero { min-height: 880px; padding-left: 20px; padding-right: 20px; }
  .hero-copy { border-left: 0; padding-left: 0; max-width: 560px; }
  .section { padding: 78px 0; }
  .section-label { position: static; }
  .image-card, .movement-image { min-height: 520px; }
  .gallery { grid-template-columns: 1fr; }
  .gallery figure, .g1, .g2, .g3, .g4, .g5, .g6 { grid-column: auto; min-height: 420px; }
  footer { flex-direction: column; }
}

@media (max-width: 560px) {
  .hero { min-height: 780px; }
  .voice-strip { padding: 64px 20px; }
  .movement-copy, .image-card, .movement-image, .gallery figure { border-radius: 22px; }
}

.character-image-quote {
  position: relative;
  margin-top: 56px;
  height: 680px;
  border-radius: 28px;
  overflow: hidden;
  background: #111111;
}

.character-image-quote img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.character-image-quote::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.18),
    rgba(0, 0, 0, 0.48)
  );
}

.character-image-quote-text {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  width: min(820px, calc(100% - 48px));
  transform: translate(-50%, -50%);
  color: #ffffff;
  text-align: center;
  font-size: clamp(2rem, 5vw, 5.4rem);
  line-height: 0.98;
  letter-spacing: -0.06em;
  font-weight: 500;
}


/* Legal / Imprint page */
.legal-page {
  background: var(--bg);
  color: var(--ink);
}

.legal-hero {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding: 150px 0 70px;
}

.legal-hero .eyebrow {
  color: var(--red);
}

.legal-hero h1 {
  margin: 0 0 24px;
  font-size: clamp(4rem, 11vw, 10rem);
  line-height: 0.86;
  letter-spacing: -0.075em;
  font-weight: 700;
}

.legal-hero p {
  max-width: 760px;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
}

.legal-content {
  width: min(900px, calc(100% - 40px));
  margin: 0 auto 120px;
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid var(--line);
  border-radius: 28px;
  background: #ffffff;
}

.legal-content h2 {
  margin: 48px 0 14px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
  font-size: 1rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.legal-content h2:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.legal-content p,
.legal-content li {
  color: #222222;
  font-size: 1rem;
}

.legal-content .placeholder {
  display: inline-block;
  padding: 1px 6px;
  border-radius: 6px;
  background: rgba(176, 0, 32, 0.08);
  color: var(--red);
}

.legal-note {
  margin-top: 42px;
  padding: 18px;
  border-left: 3px solid var(--red);
  background: #f7f7f7;
  color: var(--muted);
}

footer a {
  color: inherit;
  text-decoration: none;
}

footer a:hover {
  color: var(--red);
}
