:root {
  --bg: #0f0c09;
  --bg-soft: #1a1410;
  --paper: rgba(255, 244, 224, 0.08);
  --paper-strong: rgba(255, 244, 224, 0.14);
  --text: #f4ead8;
  --muted: #c7ad8a;
  --accent: #d99a4e;
  --accent-deep: #8e4f24;
  --line: rgba(255, 255, 255, 0.14);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
  --radius: 24px;
  --max-width: 1120px;
  --parallax-shift: 0px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  background:
    radial-gradient(120% 80% at 10% 0%, #2d1d13 0%, transparent 55%),
    radial-gradient(120% 90% at 90% 0%, #1b130d 0%, transparent 60%),
    linear-gradient(170deg, #0f0c09 0%, #120d09 40%, #0b0907 100%);
  color: var(--text);
  font-family: "Manrope", "Inter", system-ui, Arial, sans-serif;
  line-height: 1.7;
  overflow-x: clip;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.smooth-bg-stage {
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
}

.smooth-bg-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(130% 95% at 50% -28%, rgba(255, 220, 165, 0.05), transparent 58%),
    linear-gradient(180deg, rgba(8, 6, 5, 0.52), rgba(8, 6, 5, 0.34) 45%, rgba(8, 6, 5, 0.56));
}

.smooth-bg-layer {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.05);
  filter: blur(2.5px) saturate(0.92) contrast(0.95) brightness(1.03);
  animation: smooth-bg-drift 30s ease-in-out infinite alternate;
}

.smooth-bg-layer.is-current {
  opacity: 1;
}

.smooth-bg-layer.is-next {
  opacity: 0;
  transition: opacity 1500ms cubic-bezier(0.25, 0.1, 0.15, 1);
}

body.has-smooth-section-bg .visual-bg-section::before {
  opacity: 0;
}

body.has-smooth-section-bg #songs.visual-bg-section::before {
  opacity: 0.5;
  filter: blur(0.9px) saturate(1.02) contrast(1.02);
  transform: scale(1.02);
}

body.has-smooth-section-bg .visual-bg-section::after {
  background: transparent;
}

body.has-smooth-section-bg .project-notes-section.visual-bg-section::before {
  opacity: 0.42;
  filter: blur(1.1px) saturate(1.04) contrast(1.03);
  transform: scale(1.02);
}

body.has-smooth-section-bg .project-notes-section.visual-bg-section::after {
  background: linear-gradient(145deg, rgba(9, 6, 5, 0.52), rgba(9, 6, 5, 0.24) 50%, rgba(9, 6, 5, 0.56));
}

body.has-smooth-section-bg .final-cta-section.visual-bg-section::before {
  opacity: 0.48;
  filter: blur(0.95px) saturate(1.06) contrast(1.05);
  transform: scale(1.015);
}

body.has-smooth-section-bg .final-cta-section.visual-bg-section::after {
  background:
    radial-gradient(120% 120% at 50% 0%, rgba(217, 154, 78, 0.14), transparent 62%),
    linear-gradient(170deg, rgba(9, 6, 5, 0.5), rgba(9, 6, 5, 0.26) 48%, rgba(9, 6, 5, 0.56));
}

@keyframes smooth-bg-drift {
  0% {
    transform: scale(1.04) translate3d(-0.8%, -0.5%, 0);
    background-position: 46% 48%;
  }
  50% {
    transform: scale(1.08) translate3d(0.5%, 0.1%, 0);
    background-position: 54% 52%;
  }
  100% {
    transform: scale(1.06) translate3d(0.9%, 0.7%, 0);
    background-position: 51% 49%;
  }
}

.grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  opacity: 0.15;
  background-image: radial-gradient(rgba(255, 255, 255, 0.08) 0.6px, transparent 0.6px);
  background-size: 4px 4px;
}

.content-wrap {
  width: min(100% - 2rem, var(--max-width));
  margin-inline: auto;
}

.section {
  position: relative;
  padding: clamp(5rem, 10vw, 8.5rem) 0;
}

.visual-bg-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  min-height: clamp(54svh, 62svh, 74svh);
  display: flex;
  align-items: center;
}

.visual-bg-section::before {
  content: "";
  position: absolute;
  inset: -4%;
  z-index: -2;
  background-image:
    var(--section-visual, linear-gradient(145deg, #21140e, #120d09));
  background-size: cover;
  background-position: center;
  transform: scale(1.08);
  filter: blur(4px) saturate(0.78) contrast(0.9);
}

.parallax-section::before {
  transform: translateY(var(--parallax-shift)) scale(1.08);
  will-change: transform;
}

.visual-bg-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(140deg, rgba(10, 7, 5, 0.78), rgba(10, 7, 5, 0.44) 45%, rgba(10, 7, 5, 0.82));
}

.section-title,
h1,
h2,
h3 {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  line-height: 1.1;
  letter-spacing: 0.01em;
  margin: 0;
}

h1 {
  font-size: clamp(2.4rem, 8vw, 5.2rem);
  margin-top: 0.35rem;
  margin-bottom: 0.8rem;
}

h1,
.section-title,
.links-cta-title {
  font-family: "Julius Sans One", "Cormorant Garamond", Georgia, "Times New Roman", serif;
  letter-spacing: 0.03em;
}

h2 {
  font-size: clamp(1.9rem, 5vw, 3.2rem);
  margin-bottom: 0.85rem;
}

h3 {
  font-size: clamp(1.4rem, 3.5vw, 2.1rem);
  margin-bottom: 0.65rem;
}

p {
  margin: 0;
  font-size: clamp(1rem, 1.2vw, 1.1rem);
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.95rem 1rem;
  background: rgba(14, 10, 7, 0.75);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}

.logo {
  text-decoration: none;
  font-family: "Julius Sans One", "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 400;
  letter-spacing: 0.04em;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(0.75rem, 2vw, 1.5rem);
}

.main-nav a {
  text-decoration: none;
  color: var(--muted);
  font-weight: 600;
  transition: color 220ms ease;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  color: var(--text);
}

.menu-toggle {
  display: none;
}

.lang-switcher {
  display: flex;
  gap: 0.4rem;
}

.lang-switcher a,
.menu-toggle,
.memory-toggle {
  appearance: none;
  border: 1px solid var(--line);
  background: rgba(255, 244, 224, 0.08);
  color: var(--text);
  border-radius: 999px;
  padding: 0.5rem 0.9rem;
  font: inherit;
  cursor: pointer;
  text-decoration: none;
}

.lang-switcher a[aria-current="page"] {
  border-color: var(--accent);
  background: rgba(217, 154, 78, 0.2);
}

.hero {
  min-height: 100svh;
  padding: clamp(6rem, 10vw, 8rem) 0 clamp(4rem, 8vw, 6rem);
  --section-visual: linear-gradient(145deg, #22140c, #100c09 60%, #28170d);
}

.hero-card {
  max-width: 760px;
}

.eyebrow {
  font-size: 0.92rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--muted);
  margin-bottom: 0.6rem;
}

.hero-subtitle {
  font-size: clamp(1.2rem, 2.2vw, 1.8rem);
  color: var(--accent);
  margin-bottom: 1rem;
}

.hero-formula {
  margin: 0 0 1rem;
  font-size: clamp(1.02rem, 1.35vw, 1.16rem);
  line-height: 1.6;
  font-weight: 600;
  color: color-mix(in srgb, var(--text) 86%, var(--accent) 14%);
}

.hero-text {
  max-width: 65ch;
}

.actions {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0.72rem 1.2rem;
  font-weight: 600;
  background: linear-gradient(135deg, var(--accent) 0%, #b97234 100%);
  color: #140d08;
  transition: transform 240ms ease, filter 240ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  filter: brightness(1.08);
}

.button-ghost {
  background: rgba(255, 244, 224, 0.08);
  border-color: var(--line);
  color: var(--text);
}

.glass-card {
  background: rgba(20, 14, 10, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(14px);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: clamp(1.25rem, 2.8vw, 2.2rem);
}

@supports not (backdrop-filter: blur(10px)) {
  .glass-card,
  .site-header {
    background: rgba(20, 14, 10, 0.88);
  }
}

.intro-section {
  --section-visual: linear-gradient(145deg, #21140e, #120d09);
}

.statement-section {
  background:
    radial-gradient(100% 80% at 0% 20%, rgba(217, 154, 78, 0.12), transparent 55%),
    linear-gradient(180deg, rgba(17, 12, 9, 0.9), rgba(12, 9, 7, 0.8));
}

.statement-card {
  border-left: 2px solid var(--accent);
}

.chapters-section {
  --section-visual: linear-gradient(140deg, #1f130d, #0f0c09);
}

.chapters-grid {
  margin-top: 1.4rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.chapter-card {
  background-size: cover;
  background-position: center;
  isolation: isolate;
  position: relative;
  overflow: hidden;
}

.chapter-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(8, 5, 4, 0.2), rgba(8, 5, 4, 0.82));
  z-index: -1;
}

/* .chapter-war {
  background-image: linear-gradient(140deg, rgba(10, 7, 5, 0.6), rgba(10, 7, 5, 0.6)), url("/assets/img/bg-afghanistan.jpg"), linear-gradient(145deg, #301d13, #130e0a);
}

.chapter-return {
  background-image: linear-gradient(140deg, rgba(10, 7, 5, 0.6), rgba(10, 7, 5, 0.6)), url("/assets/img/bg-old-house.jpg"), linear-gradient(145deg, #2b170f, #120d0a);
}

.chapter-guitar {
  background-image: linear-gradient(140deg, rgba(10, 7, 5, 0.6), rgba(10, 7, 5, 0.6)), url("/assets/img/bg-guitar.jpg"), linear-gradient(145deg, #28180e, #120d0a);
}

.chapter-bar {
  background-image: linear-gradient(140deg, rgba(10, 7, 5, 0.6), rgba(10, 7, 5, 0.6)), url("/assets/img/hero-jonny-bar.jpg"), linear-gradient(145deg, #27180f, #130d0a);
} */

.songs-section {
  background:
    radial-gradient(140% 90% at 10% 15%, rgba(217, 154, 78, 0.1), transparent 50%),
    radial-gradient(130% 80% at 100% 20%, rgba(142, 79, 36, 0.16), transparent 60%),
    linear-gradient(180deg, #120d0a 0%, #0e0a08 100%);
}

.section-lead {
  color: var(--muted);
  max-width: 75ch;
  margin-bottom: 1.4rem;
}

.songs-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.song-card {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  min-height: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.song-single-cover {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid var(--line);
}

.song-card-cover-link {
  display: block;
}

.song-card-title-link {
  color: inherit;
  text-decoration: none;
}

.song-card-title-link:hover,
.song-card-title-link:focus-visible {
  color: var(--accent);
}

.song-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(168deg, rgba(10, 7, 5, 0.18), rgba(10, 7, 5, 0.9));
  z-index: -1;
}

.song-1 {
  background-image: linear-gradient(140deg, rgba(10, 7, 5, 0.56), rgba(10, 7, 5, 0.56)), url("/assets/img/visuals/shores_01.jpg"), linear-gradient(145deg, #2d1a10, #130d09);
}

.song-2 {
  background-image: linear-gradient(140deg, rgba(10, 7, 5, 0.56), rgba(10, 7, 5, 0.56)), url("/assets/img/visuals/house_44.jpg"), linear-gradient(145deg, #2a180f, #120d09);
}

.song-3 {
  background-image: linear-gradient(140deg, rgba(10, 7, 5, 0.56), rgba(10, 7, 5, 0.56)), url("/assets/img/visuals/father_33.jpg"), linear-gradient(145deg, #24150e, #120d09);
}

.song-4 {
  background-image: linear-gradient(140deg, rgba(10, 7, 5, 0.56), rgba(10, 7, 5, 0.56)), url("/assets/img/visuals/becky_32.jpg"), linear-gradient(145deg, #28170f, #120d09);
}

.song-next {
  justify-content: center;
  align-items: center;
  text-align: center;
}

.to-be-continued {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  color: #f0d6ae;
  letter-spacing: 0.03em;
}

.lyric {
  font-style: italic;
  color: #ecd3af;
}

.memory-toggle {
  align-self: flex-start;
  margin-top: 0.4rem;
  transition: border-color 180ms ease, color 180ms ease;
}

.memory-toggle:hover,
.memory-toggle:focus-visible {
  border-color: var(--accent);
  color: var(--accent);
}

.memory-panel {
  margin-top: 0.4rem;
  padding: 1.25rem;
  border-left: 2px solid var(--accent);
  background: rgba(0, 0, 0, 0.22);
  border-radius: 16px;
  color: #f3e2ca;
}

.memory-panel p + p {
  margin-top: 0.8rem;
}

.links-panel {
  margin-top: 1.5rem;
}

.final-cta-section {
  min-height: clamp(72svh, 86svh, 98svh);
  background:
    radial-gradient(120% 140% at 50% 0%, rgba(217, 154, 78, 0.2), transparent 62%),
    linear-gradient(180deg, #16100c, #0f0b08);
}

.final-cta-section .content-wrap {
  width: min(1200px, 94vw);
  min-height: clamp(64svh, 78svh, 90svh);
  display: flex;
  flex-direction: column;
}

.links-panel-final-cta {
  margin-top: 0;
  border: 1px solid rgba(217, 154, 78, 0.46);
  background:
    radial-gradient(120% 120% at 50% 0%, rgba(217, 154, 78, 0.15), transparent 60%),
    rgba(20, 14, 10, 0.72);
  padding: clamp(1.4rem, 3.5vw, 2.6rem);
}

.cta-footer-card {
  margin-top: auto;
  align-self: center;
  width: min(920px, 100%);
}

.links-cta-title {
  margin: 0;
  font-size: clamp(1.45rem, 2.8vw, 2.2rem);
  text-align: center;
  color: #f4dfbf;
}

.links-cta-subtitle {
  margin-top: 0.55rem;
  text-align: center;
  color: #eddab9;
  font-weight: 600;
}

.links-row {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  justify-content: center;
}

.links-panel-final-cta .button {
  min-width: 172px;
  padding: 0.86rem 1.3rem;
}

.visual-section {
  --section-visual: linear-gradient(150deg, #22140d, #100c09);
}

.visual-frames-title {
  margin-top: 1.2rem;
  margin-bottom: 0.75rem;
}

.visual-frames-grid {
  margin-top: 0.85rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.6rem;
}

.visual-frame {
  margin: 0;
  border-radius: 12px;
  overflow: visible;
  position: relative;
  z-index: 0;
  border: 1px solid var(--line);
  background: rgba(8, 6, 5, 0.34);
  aspect-ratio: 4 / 3;
}

.visual-frame-button {
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: zoom-in;
}

.visual-frame-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 12px;
  transition: transform 260ms ease, box-shadow 260ms ease;
  transform-origin: center;
}

.visual-frame-button:focus-visible {
  outline: 2px solid var(--accent-2);
  outline-offset: 3px;
}

@media (hover: hover) and (pointer: fine) {
  .visual-frame:hover,
  .visual-frame:focus-within {
    z-index: 12;
  }

  .visual-frame:hover .visual-frame-image,
  .visual-frame:focus-within .visual-frame-image {
    transform: scale(2);
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.5);
  }
}

.visual-modal {
  position: fixed;
  inset: 0;
  z-index: 240;
  display: grid;
  place-items: center;
  padding: clamp(1rem, 4vw, 2rem);
  background: rgba(8, 6, 5, 0.58);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.visual-modal[hidden] {
  display: none;
}

.visual-modal-dialog {
  position: relative;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
}

.visual-modal-image {
  width: auto;
  height: auto;
  max-width: min(96vw, 2600px);
  max-height: min(92svh, 92vh);
  object-fit: contain;
  border-radius: 10px;
  border: 1px solid var(--line);
  box-shadow: 0 30px 72px rgba(0, 0, 0, 0.64);
  background: rgba(0, 0, 0, 0.24);
}

.visual-modal-close {
  position: absolute;
  top: max(1rem, env(safe-area-inset-top));
  right: max(1rem, env(safe-area-inset-right));
  min-width: 132px;
  z-index: 1;
}

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

body.visual-modal-open .site-header,
body.visual-modal-open main,
body.visual-modal-open .grain {
  pointer-events: none;
}

body.visual-modal-open .visual-modal {
  pointer-events: auto;
}

body.visual-modal-open .visual-frame {
  z-index: 0 !important;
}

body.visual-modal-open .visual-frame-image {
  transform: none !important;
  box-shadow: none !important;
}

.song-story-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.1rem;
  align-items: stretch;
}

.song-story-section {
  min-height: clamp(68svh, 80svh, 96svh);
}

.song-story-image {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  border-radius: 16px;
  border: 1px solid var(--line);
}

.song-story-content {
  display: grid;
  gap: 0.75rem;
}

.song-full-description {
  color: #e8cfab;
  font-weight: 600;
}

.song-full-annotation {
  color: var(--text);
}

.song-story-content p + p {
  margin-top: 0.75rem;
}

.song-full-lyrics {
  border-left: 2px solid var(--accent);
  padding-left: 0.9rem;
}

.song-lyrics-layout {
  display: grid;
  grid-template-columns: minmax(130px, 180px) minmax(0, 1fr);
  gap: 0.9rem;
  align-items: start;
}

.song-single-cover {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid var(--line);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.3);
}

.song-full-lyrics h4 {
  margin: 0 0 0.5rem;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  color: #f2dfc4;
}

.song-lyrics-text {
  margin: 0;
  white-space: normal;
  line-height: 1.8;
}

.song-full-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.song-player-slot {
  margin-top: 0.2rem;
}

.song-player-embed {
  margin-top: 0;
  min-height: 0;
  display: block;
  border: none;
  border-radius: 0;
  background: transparent;
  color: inherit;
}

.song-player-embed-frame {
  display: block;
  width: 100%;
  max-width: 100%;
  border: none;
  border-radius: 12px;
}

.song-trailer-slot {
  margin-top: 0.8rem;
}

.song-trailer-video {
  display: block;
  width: 100%;
  max-width: 100%;
  border-radius: 12px;
  border: 1px solid var(--line);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.32);
}

.project-notes-section {
  background:
    radial-gradient(140% 110% at 90% 15%, rgba(217, 154, 78, 0.13), transparent 60%),
    linear-gradient(180deg, #120d09, #0f0b08);
}

.project-essay-card {
  border-left: 2px solid var(--accent);
}

.project-essay-part + .project-essay-part {
  margin-top: 2rem;
  padding-top: 1.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.project-essay-part h2 {
  margin-bottom: 0.7rem;
}

.project-essay-card p + p {
  margin-top: 0.9rem;
}

.footer-card {
  display: grid;
  gap: 0.2rem;
  padding: 0.55rem 0.8rem;
  font-size: 0.78rem;
  line-height: 1.35;
  text-align: center;
  justify-items: center;
  opacity: 0.88;
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

@media (max-width: 980px) {
  .songs-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .main-nav {
    gap: 0.9rem;
  }

  .song-story-card {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 760px) {
  .site-header {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .main-nav {
    width: 100%;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    border-top: 1px solid var(--line);
    padding-top: 0.8rem;
  }

  .main-nav.is-open {
    display: flex;
  }

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

  .song-lyrics-layout {
    grid-template-columns: 1fr;
  }

  .song-single-cover {
    max-width: 220px;
  }

  .visual-bg-section {
    min-height: clamp(46svh, 54svh, 64svh);
  }

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

  .cta-footer-card {
    margin-top: 1.2rem;
  }
}

@media (max-width: 680px) {
  .songs-grid {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 4rem 0;
  }

  .hero {
    min-height: 92svh;
  }

  .visual-bg-section {
    min-height: clamp(42svh, 50svh, 60svh);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal,
  .reveal.is-visible,
  .button,
  .visual-bg-section::before,
  .smooth-bg-layer.is-next,
  .visual-frame-image {
    transition: none;
    transform: none;
  }

  .smooth-bg-layer {
    animation: none;
  }
}
