:root {
  --bg: #8f1624;
  --bg-soft: #fff8f8;
  --ink: #120d0f;
  --muted: #54484c;
  --accent: #cf2338;
  --accent-soft: rgba(207, 35, 56, 0.18);
  --line: rgba(18, 13, 15, 0.14);
  --shadow: 0 24px 60px rgba(18, 13, 15, 0.22);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  background:
    linear-gradient(125deg, #b51f31 0%, #b51f31 32%, #111111 32%, #111111 40%, #ffffff 40%, #ffffff 46%, #111111 46%, #111111 54%, #8f1624 54%, #8f1624 100%);
}

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

.page-shell {
  width: min(1100px, calc(100% - 32px));
  margin: 0 auto;
  padding: 24px 0 64px;
}

.top-photo {
  margin: 0 0 18px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.top-photo img {
  display: block;
  width: 100%;
  height: min(72vh, 760px);
  object-fit: cover;
  border: 1px solid rgba(18, 13, 15, 0.08);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 22px clamp(20px, 3.6vw, 38px) 24px;
  border: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.97), rgba(255, 247, 248, 0.92)),
    var(--bg-soft);
  box-shadow: 0 18px 42px rgba(18, 13, 15, 0.14);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(18, 13, 15, 0.08);
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto -58px -72px auto;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(207, 35, 56, 0.12), transparent 72%);
}

.audio-toggle {
  position: absolute;
  z-index: 1;
  top: 14px;
  right: 14px;
  padding: 8px 12px;
  border: 1px solid rgba(18, 13, 15, 0.12);
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
  font: inherit;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.eyebrow {
  margin: 0 0 10px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--accent);
}

h1,
h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  letter-spacing: -0.02em;
}

h1 {
  max-width: 11ch;
  font-size: clamp(2rem, 4.8vw, 3.4rem);
  line-height: 0.96;
}

h2 {
  font-size: clamp(2.2rem, 6vw, 4rem);
  line-height: 0.96;
}

.hero-copy,
.story-text,
.notes-copy,
figcaption {
  max-width: 44rem;
  font-size: 1.02rem;
  line-height: 1.8;
  color: var(--muted);
}

.hero-copy {
  max-width: 32rem;
  margin: 12px 0 0;
  font-size: 0.98rem;
  line-height: 1.7;
}

.hero-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  padding: 10px 16px;
  border: 1px solid rgba(18, 13, 15, 0.16);
  color: #ffffff;
  text-decoration: none;
  background: #111111;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: transform 180ms ease, background-color 180ms ease;
}

.hero-link:hover {
  transform: translateY(-2px);
  background: #cf2338;
}

.story-card,
.gallery-section,
.notes-section {
  margin-top: 28px;
  padding: clamp(24px, 4vw, 40px);
  border: 1px solid var(--line);
  background: rgba(255, 250, 250, 0.9);
  box-shadow: var(--shadow);
  backdrop-filter: blur(8px);
}

.story-label {
  margin: 0 0 10px;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
}

.story-text,
.notes-copy {
  margin: 0;
}

.section-heading {
  margin-bottom: 24px;
}

.feature-frame {
  margin: 0;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.feature-frame {
  padding: 14px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(18, 13, 15, 0.08);
}

.feature-frame-highlight {
  grid-column: 1 / -1;
  padding: 18px;
  background:
    linear-gradient(135deg, rgba(207, 35, 56, 0.14), rgba(17, 17, 17, 0.08)),
    rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(207, 35, 56, 0.28);
  box-shadow: 0 28px 70px rgba(18, 13, 15, 0.18);
}

.feature-frame img {
  width: 100%;
  height: min(78vh, 720px);
  object-fit: cover;
  border: 1px solid var(--line);
}

figcaption {
  margin-top: 16px;
}

.site-footer {
  margin-top: 24px;
}

.attribution {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.5;
  color: rgba(18, 13, 15, 0.72);
}

@media (max-width: 720px) {
  .page-shell {
    width: min(100% - 20px, 1100px);
    padding-top: 14px;
    padding-bottom: 36px;
  }

  .top-photo {
    margin-bottom: 14px;
    padding: 8px;
  }

  .top-photo img {
    height: auto;
  }

  .hero {
    padding: 20px 16px 22px;
  }

  .audio-toggle {
    top: 10px;
    right: 10px;
    padding: 7px 10px;
    font-size: 0.74rem;
  }

  .story-card,
  .gallery-section,
  .notes-section {
    padding: 20px;
  }

  .hero-copy,
  .story-text,
  .notes-copy,
  figcaption {
    font-size: 0.96rem;
    line-height: 1.65;
  }

  .feature-frame img {
    height: auto;
  }

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

  .feature-frame-highlight {
    grid-column: auto;
  }
}
