:root {
  --ink: #edf0e8;
  --muted: #a7b0ae;
  --night: #07111d;
  --deep: #091923;
  --pine: #122724;
  --gold: #d5b985;
  --gold-bright: #f1dab0;
  --line: rgba(232, 231, 214, 0.17);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--night);
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
a { color: inherit; }
button, input { font: inherit; }
button { color: inherit; }
::selection { color: #101b1a; background: var(--gold); }

.skip-link {
  position: fixed;
  top: -60px;
  left: 20px;
  z-index: 100;
  padding: 10px 16px;
  color: #07111d;
  background: var(--gold-bright);
}
.skip-link:focus { top: 12px; }
.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;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 88px;
  padding: 0 clamp(24px, 5vw, 76px);
  border-bottom: 1px solid transparent;
  transition: background .4s, border-color .4s, height .4s;
}
.site-header.scrolled {
  height: 72px;
  background: rgba(7, 17, 29, .86);
  border-color: var(--line);
  backdrop-filter: blur(16px);
}
.wordmark {
  display: flex;
  gap: 12px;
  align-items: center;
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 500;
  letter-spacing: .03em;
  text-decoration: none;
}
.wordmark-mark { color: var(--gold); font-size: 13px; }
.site-nav { display: flex; align-items: center; gap: clamp(14px, 2vw, 32px); }
.site-nav a {
  color: #dfe4df;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .16em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color .25s;
}
.site-nav a:hover { color: var(--gold-bright); }
.site-nav .nav-contact { padding: 9px 18px; border: 1px solid rgba(213, 185, 133, .55); }
.nav-toggle { display: none; background: none; border: 0; }

.hero {
  position: relative;
  display: grid;
  align-items: center;
  min-height: 100svh;
  isolation: isolate;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -3;
  background-image: linear-gradient(90deg, rgba(4, 13, 23, .9) 0%, rgba(5, 15, 25, .55) 42%, rgba(5, 15, 25, .08) 74%), linear-gradient(0deg, rgba(7, 17, 29, .75), transparent 30%), url("assets/hero-awakening.png");
  background-position: center;
  background-size: cover;
  transform: scale(1.02);
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: radial-gradient(circle at 75% 68%, rgba(221, 169, 93, .09), transparent 24%);
}
.hero-content {
  width: min(700px, 88vw);
  margin-left: clamp(24px, 9vw, 150px);
  padding-top: 70px;
}
.eyebrow, .section-kicker {
  margin: 0 0 22px;
  color: var(--gold);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .34em;
  text-transform: uppercase;
}
.eyebrow span { margin: 0 10px; opacity: .45; }
h1, h2, h3 { margin-top: 0; font-family: var(--serif); font-weight: 400; line-height: .98; }
h1 { margin-bottom: 28px; font-size: clamp(60px, 7.2vw, 112px); letter-spacing: -.035em; }
h1 em, h2 em { color: var(--gold-bright); font-weight: 400; }
.hero-intro { max-width: 570px; margin: 0 0 38px; color: #c5ceca; font-size: clamp(16px, 1.4vw, 19px); }
.hero-actions { display: flex; align-items: center; gap: 32px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 26px;
  border: 1px solid transparent;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .16em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .25s, color .25s, background .25s, border-color .25s;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: #0d1719; background: var(--gold-bright); }
.button-primary:hover { background: #fff0d2; }
.button-outline { border-color: rgba(213, 185, 133, .55); }
.button-outline:hover { color: #07111d; background: var(--gold-bright); border-color: var(--gold-bright); }
.text-link { color: #e1e6e1; font-size: 12px; letter-spacing: .08em; text-decoration: none; }
.text-link span { display: inline-block; margin-left: 7px; color: var(--gold); transition: transform .25s; }
.text-link:hover span { transform: translate(3px, 3px); }
.hero-note {
  position: absolute;
  right: clamp(20px, 4vw, 64px);
  bottom: 55px;
  margin: 0;
  color: rgba(255, 255, 255, .55);
  font-size: 9px;
  letter-spacing: .25em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}
.hero-note::after { content: ""; display: inline-block; width: 1px; height: 55px; margin-top: 14px; background: var(--gold); }

.section-pad { padding: clamp(90px, 12vw, 180px) clamp(24px, 9vw, 150px); }
.manifesto { position: relative; text-align: center; background: #091720; }
.orbit-mark { position: relative; width: 82px; height: 82px; margin: 0 auto 42px; }
.orbit-mark span { position: absolute; inset: 10px 0; border: 1px solid rgba(213, 185, 133, .45); border-radius: 50%; transform: rotate(-35deg); }
.orbit-mark i { position: absolute; inset: 0; display: grid; place-items: center; color: var(--gold); font-style: normal; }
.manifesto-text { max-width: 910px; margin: 0 auto; font-family: var(--serif); font-size: clamp(37px, 4vw, 65px); line-height: 1.15; }
.manifesto-credit { margin: 26px 0 0; color: var(--gold); font-family: var(--serif); font-size: 18px; font-style: italic; }

.book-section { display: grid; grid-template-columns: minmax(280px, .9fr) minmax(400px, 1fr); gap: clamp(70px, 11vw, 170px); align-items: center; background: linear-gradient(125deg, #0a1c21 0%, #0e2825 60%, #122d28 100%); }
.book-visual { position: relative; display: grid; place-items: center; min-height: 610px; perspective: 1000px; }
.book-halo { position: absolute; width: 120%; aspect-ratio: 1; border: 1px solid rgba(213, 185, 133, .15); border-radius: 50%; box-shadow: 0 0 90px rgba(202, 169, 101, .08) inset; }
.book-halo::before, .book-halo::after { content: ""; position: absolute; border: 1px solid rgba(213,185,133,.11); border-radius: 50%; }
.book-halo::before { inset: 12%; }.book-halo::after { inset: 28%; }
.book-cover {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(330px, 80%);
  aspect-ratio: .68;
  padding: 28px;
  color: #ebe9df;
  background: linear-gradient(170deg, #13282f, #07131b 62%, #0e2320);
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: -18px 25px 55px rgba(0, 0, 0, .5), inset -10px 0 20px rgba(0,0,0,.35);
  transform: rotateY(-8deg) rotateZ(-1deg);
  overflow: hidden;
}
.book-cover::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 70% 38%, rgba(187, 154, 102, .28), transparent 24%), radial-gradient(circle at 35% 55%, rgba(66, 121, 115, .24), transparent 35%); }
.book-cover-sky { position: absolute; inset: 0; opacity: .55; background-image: radial-gradient(#d9d3bc 0.6px, transparent .8px); background-size: 22px 22px; mask-image: linear-gradient(to bottom, #000 0 65%, transparent 85%); }
.book-author { position: relative; z-index: 1; font-size: 8px; letter-spacing: .3em; text-transform: uppercase; }
.book-symbol { position: relative; z-index: 1; width: 145px; height: 145px; margin-top: 74px; }
.book-symbol i { position: absolute; inset: 20px 0; border: 1px solid rgba(215,188,138,.65); border-radius: 50%; transform: rotate(36deg); }
.book-symbol i:nth-child(2) { transform: rotate(-36deg); }
.book-symbol b { position: absolute; inset: 0; display: grid; place-items: center; color: var(--gold-bright); font-weight: 400; }
.book-cover-title { position: relative; z-index: 1; margin-top: 38px; font-family: var(--serif); font-size: 42px; letter-spacing: .15em; line-height: 1; text-transform: uppercase; }
.book-cover-subtitle { position: relative; z-index: 1; margin-top: 15px; color: #c7c4b8; font-family: var(--serif); font-size: 14px; font-style: italic; line-height: 1.2; text-align: center; }
.actual-book-cover { position: relative; z-index: 2; width: min(330px, 80%); aspect-ratio: 419.528 / 595.276; object-fit: cover; border: 1px solid rgba(255,255,255,.16); box-shadow: -18px 25px 55px rgba(0,0,0,.5); transform: rotateY(-8deg) rotateZ(-1deg); }
.book-shadow { position: absolute; bottom: 26px; width: 65%; height: 30px; background: #000; border-radius: 50%; filter: blur(18px); opacity: .5; }
.book-copy { max-width: 620px; }
.book-copy h2, .section-heading h2, .poetry-intro h2, .about-copy h2, .connect-section h2 { margin-bottom: 34px; font-size: clamp(47px, 5vw, 78px); }
.book-copy > p:not(.section-kicker), .about-copy > p, .section-heading > p:last-child, .poetry-intro > p:last-child { color: #aebbb7; }
.lead { color: #d8ded8 !important; font-family: var(--serif); font-size: clamp(22px, 2.1vw, 29px); line-height: 1.35; }
.detail-row { display: flex; gap: 60px; margin: 38px 0; padding: 20px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.detail-row div { display: flex; flex-direction: column; }
.detail-row span { color: #7f908d; font-size: 9px; letter-spacing: .2em; text-transform: uppercase; }
.detail-row strong { font-family: var(--serif); font-size: 18px; font-weight: 400; }
.book-purchase { display: flex; align-items: center; gap: 25px; }
.book-purchase p { margin: 0; color: #aebbb7; font-size: 12px; }
.book-purchase p a { color: var(--gold-bright); }

.pointers-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 9vw, 140px); align-items: start; background: radial-gradient(circle at 78% 20%, rgba(80,111,104,.16), transparent 33%), #0a171d; }
.pointers-heading h2 { margin: 0; font-size: clamp(45px, 5vw, 76px); }
.pointers-list { display: grid; gap: 18px; margin: 0; }
.pointer-card { padding: clamp(28px, 4vw, 48px); border: 1px solid var(--line); background: rgba(19,42,42,.42); }
.pointer-card dt { margin-bottom: 18px; color: var(--gold-bright); font-size: clamp(14px, 1.25vw, 17px); font-weight: 600; letter-spacing: .1em; line-height: 1.45; text-transform: uppercase; }
.pointer-card dd { margin: 0; color: #e5e8e2; font-family: var(--serif); font-size: clamp(27px, 3vw, 42px); font-style: italic; line-height: 1.25; }

/* Poems from the book */
.book-poems-section { padding: 120px clamp(24px, 9vw, 150px); background: linear-gradient(135deg, #102520, #081820); }
.book-poems-heading { display: grid; grid-template-columns: 1fr .6fr; gap: 60px; align-items: end; max-width: 1180px; margin: 0 auto 70px; }
.book-poems-heading h2 { margin: 0; font-size: clamp(48px, 6vw, 82px); }
.book-poems-heading p:last-child { margin: 0 0 10px; color: #9daca7; }
.book-poems-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 1180px; margin: auto; }
.book-poem { position: relative; min-height: 540px; padding: clamp(35px, 4vw, 55px); background: rgba(7,17,25,.58); border: 1px solid var(--line); }
.book-poem::after { content: "✦"; position: absolute; right: 28px; bottom: 24px; color: rgba(213,185,133,.45); font-size: 9px; }
.book-poem-number { color: var(--gold); font-size: 8px; letter-spacing: .2em; text-transform: uppercase; }
.book-poem h3 { margin: 24px 0 32px; font-size: 34px; font-style: italic; }
.book-poem-text { margin: 0; color: #d8ddd6; font-family: var(--serif); font-size: clamp(20px, 1.8vw, 26px); font-style: italic; line-height: 1.58; white-space: pre-line; }
.book-poem-source { margin: 35px 0 0; color: #73827e; font-size: 8px; letter-spacing: .14em; text-transform: uppercase; }

.music-section { background: #08141e; }
.section-heading { display: grid; grid-template-columns: .25fr 1fr .7fr; gap: 50px; align-items: end; margin-bottom: 80px; }
.section-heading .section-kicker { align-self: start; }
.section-heading h2, .section-heading p { margin-bottom: 0; }
.home-music-list { display: grid; gap: 18px; max-width: 1050px; margin-left: auto; }
.home-music-list .player { width: 100%; margin-left: 0; }
.home-music-loading { margin: 0; padding: 34px; color: #aab7b3; border: 1px solid var(--line); text-align: center; }
.player { display: grid; grid-template-columns: 165px 1fr auto; grid-template-rows: 1fr auto; gap: 20px 34px; align-items: center; max-width: 1050px; margin-left: auto; padding: 24px 34px 24px 24px; background: linear-gradient(110deg, rgba(27, 53, 62, .75), rgba(15, 31, 42, .8)); border: 1px solid var(--line); }
.album-art { position: relative; grid-row: 1/3; display: grid; place-items: center; width: 165px; aspect-ratio: 1; background: radial-gradient(circle at 55% 44%, #d2c2a2 0 2%, transparent 3%), radial-gradient(circle at 50% 50%, #263c48 0 20%, #101e2a 21% 52%, #0b1721 53%); overflow: hidden; }
.album-art::after { content: ""; position: absolute; width: 120%; height: 42%; bottom: -5%; background: #09151c; transform: rotate(-9deg); }
.album-art span { position: absolute; left: 12px; bottom: 8px; z-index: 1; color: rgba(255,255,255,.45); font-size: 7px; letter-spacing: .25em; }
.album-moon { width: 60px; height: 60px; background: #d8cdb5; border-radius: 50%; box-shadow: 0 0 32px rgba(224,203,160,.28); }
.track-info p { margin: 0; color: #81918f; font-size: 12px; }
.track-info .now-playing { margin-bottom: 7px; color: var(--gold); font-size: 8px; letter-spacing: .22em; text-transform: uppercase; }
.track-info h3 { margin: 0 0 4px; font-size: 31px; }
.play-button { display: grid; place-items: center; width: 60px; height: 60px; color: #0c1719; background: var(--gold-bright); border: 0; border-radius: 50%; cursor: pointer; transition: transform .25s, background .25s; }
.play-button:hover { transform: scale(1.06); background: #fff0d2; }
.play-button:disabled { cursor: not-allowed; filter: grayscale(1); opacity: .45; }
.play-icon { margin-left: 3px; font-size: 15px; }
.progress-wrap { display: grid; grid-template-columns: auto 1fr auto; gap: 14px; align-items: center; }
.time { color: #71807e; font-size: 9px; }
.progress { height: 1px; background: rgba(255,255,255,.15); }
.progress i { display: block; width: 19%; height: 100%; background: var(--gold); transition: width .3s linear; }
.home-progress { --seek-progress: 0%; width: 100%; height: 20px; margin: 0; padding: 0; appearance: none; -webkit-appearance: none; background: transparent; cursor: pointer; }
.home-progress::-webkit-slider-runnable-track { height: 3px; background: linear-gradient(to right, var(--gold) 0 var(--seek-progress), rgba(255,255,255,.16) var(--seek-progress) 100%); border-radius: 2px; }
.home-progress::-moz-range-track { height: 3px; background: rgba(255,255,255,.16); border: 0; border-radius: 2px; }
.home-progress::-moz-range-progress { height: 3px; background: var(--gold); border-radius: 2px; }
.home-progress::-webkit-slider-thumb { width: 14px; height: 14px; margin-top: -5.5px; appearance: none; -webkit-appearance: none; background: var(--gold-bright); border: 0; border-radius: 50%; box-shadow: 0 0 0 4px rgba(213,185,133,.12); }
.home-progress::-moz-range-thumb { width: 14px; height: 14px; background: var(--gold-bright); border: 0; border-radius: 50%; box-shadow: 0 0 0 4px rgba(213,185,133,.12); }
.home-progress:focus-visible { outline: 1px solid var(--gold-bright); outline-offset: 6px; }
.music-note { margin: 35px 0 0; color: #6f7d7b; font-size: 11px; letter-spacing: .08em; text-align: center; }
.music-note a { color: var(--gold); text-decoration: none; }
.home-music-more { max-width: 1050px; margin: 42px 0 0 auto; text-align: center; }
.player audio { display: none; }

/* Music collection */
.music-hero::before { background-position: center 40%; filter: hue-rotate(12deg); }
.music-library { max-width: 1180px; margin: 0 auto; padding: 100px 24px 150px; }
.music-process-note { padding: 55px max(24px, calc((100vw - 880px) / 2)); background: #0d1d22; border-bottom: 1px solid var(--line); text-align: center; }
.music-process-note > p:not(.section-kicker) { max-width: 760px; margin: 0 auto 14px; color: #aab7b3; font-family: var(--serif); font-size: clamp(19px, 2vw, 25px); line-height: 1.65; }
.music-process-note > p:last-child { margin-bottom: 0; color: var(--gold); font-size: clamp(16px, 1.7vw, 21px); font-style: italic; }
.music-list { display: grid; gap: 24px; }
.music-track { display: grid; grid-template-columns: 150px 1fr auto; grid-template-rows: auto auto; gap: 16px 30px; align-items: center; padding: 22px; background: rgba(18, 39, 43, .55); border: 1px solid var(--line); }
.music-track-continuing { border-color: rgba(213,185,133,.72); box-shadow: 0 0 38px rgba(213,185,133,.1); }
.music-track-image { grid-row: 1 / 3; width: 150px; aspect-ratio: 1; object-fit: cover; background: radial-gradient(circle, #314957, #0e1b25 66%); }
.music-track-placeholder { display: grid; place-items: center; color: var(--gold); font-family: var(--serif); font-size: 30px; }
.music-track-copy h2 { margin: 0 0 8px; font-size: clamp(30px, 4vw, 44px); }
.music-track-copy p { max-width: 620px; margin: 0; color: #92a09d; font-size: 13px; }
.music-track-copy .track-play-count { margin-top: 10px; color: var(--gold); font-size: 9px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.music-track-copy .continue-listening-note { display: block; margin: 0 0 7px; color: var(--gold-bright); font-size: 9px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.continue-playback-prompt { position: fixed; right: 24px; bottom: 24px; z-index: 50; display: flex; gap: 28px; align-items: center; max-width: calc(100vw - 48px); padding: 18px 20px 18px 24px; color: #eef0e9; background: #132b2d; border: 1px solid rgba(213,185,133,.7); box-shadow: 0 18px 55px rgba(0,0,0,.45); }
.continue-playback-prompt p { margin: 0; font-family: var(--serif); font-size: 20px; }
.continue-playback-prompt strong { color: var(--gold-bright); font-weight: 500; }
.continue-playback-prompt button { flex: 0 0 auto; padding: 12px 17px; color: #101a1b; background: var(--gold-bright); border: 0; cursor: pointer; font: 600 10px/1 var(--sans); letter-spacing: .08em; text-transform: uppercase; }
.continue-playback-prompt button:hover { background: #fff0d2; }
.continue-playback-prompt button:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }
.track-share-button { display: inline-flex; align-items: center; margin-top: 14px; padding: 8px 12px; color: var(--gold-bright); background: transparent; border: 1px solid rgba(213,185,133,.42); cursor: pointer; font: 600 8px/1 var(--sans); letter-spacing: .12em; text-transform: uppercase; }
.track-share-button:hover { color: #08141e; background: var(--gold-bright); }
.track-share-button:focus-visible { outline: 1px solid #fff; outline-offset: 3px; }
.track-share-page { min-height: 100vh; background: radial-gradient(circle at 50% 15%, rgba(64,91,90,.28), transparent 32%), #08141e; }
.shared-track-shell { display: grid; grid-template-columns: minmax(220px, 420px) minmax(280px, 650px); gap: clamp(45px, 8vw, 110px); align-items: center; min-height: calc(100vh - 76px); max-width: 1250px; margin: auto; padding: 130px clamp(24px, 7vw, 100px) 80px; }
.shared-track-art { width: 100%; aspect-ratio: 1; object-fit: cover; background: radial-gradient(circle, #314957, #0e1b25 66%); border: 1px solid var(--line); }
.shared-track-copy h1 { margin: 12px 0 22px; font-size: clamp(48px, 7vw, 92px); }
.shared-track-description { margin-bottom: 35px; color: #aebbb7; font-size: 15px; line-height: 1.75; }
.shared-track-audio { width: 100%; margin-bottom: 30px; accent-color: var(--gold); }
.shared-track-back { color: var(--gold-bright); font-size: 9px; letter-spacing: .14em; text-decoration: none; text-transform: uppercase; }
.track-play { display: grid; place-items: center; width: 54px; height: 54px; color: #101a1b; background: var(--gold-bright); border: 0; border-radius: 50%; cursor: pointer; }
.track-progress { grid-column: 2 / 4; display: grid; grid-template-columns: auto 1fr auto; gap: 13px; align-items: center; }
.track-progress input { width: 100%; accent-color: var(--gold); }
.track-progress span { min-width: 30px; color: #74827f; font-size: 9px; }

/* Classes */
.classes-section { background: linear-gradient(135deg, #112723, #0a1b20 72%); }
.classes-heading { display: grid; grid-template-columns: 1.25fr .6fr; gap: clamp(50px, 10vw, 150px); align-items: end; margin-bottom: 65px; }
.classes-heading h2 { margin: 0; font-size: clamp(48px, 5.5vw, 82px); }
.classes-heading > p { margin: 0 0 10px; color: #a7b5b0; }
.classes-list { border-top: 1px solid var(--line); }
.class-row { display: grid; grid-template-columns: 90px 1fr auto; gap: 30px; align-items: center; min-height: 125px; padding: 22px 10px; border-bottom: 1px solid var(--line); transition: background .25s, padding .25s; }
.class-row.has-thumb { grid-template-columns: 90px 112px 1fr auto; }
.class-thumb { width: 112px; aspect-ratio: 3 / 2; object-fit: cover; border: 1px solid rgba(213,185,133,.22); }
.class-row:hover { padding-left: 22px; padding-right: 22px; background: rgba(255,255,255,.025); }
.class-row time { display: flex; flex-direction: column; align-items: center; width: 62px; padding: 9px 0; color: var(--gold); border: 1px solid rgba(213,185,133,.35); line-height: 1; }
.class-row time strong { font-family: var(--serif); font-size: 30px; font-weight: 400; }
.class-row time span { margin-top: 5px; font-size: 8px; letter-spacing: .16em; text-transform: uppercase; }
.class-row h3 { margin: 0 0 8px; font-size: clamp(27px, 3vw, 38px); }
.class-row p { margin: 0; color: #899b96; font-size: 11px; }
.class-tagline { margin-top: 8px !important; color: #c4cdc8 !important; font-family: var(--serif); font-size: 16px !important; font-style: italic; }
.class-room { color: var(--gold) !important; font-size: 9px !important; letter-spacing: .13em; text-transform: uppercase; }
.class-actions { display: grid; justify-items: end; gap: 10px; }
.class-actions a { color: var(--gold-bright); font-size: 9px; font-weight: 600; letter-spacing: .13em; text-decoration: none; text-transform: uppercase; }
.classes-empty { padding: 60px 20px; color: #84938f; border-bottom: 1px solid var(--line); text-align: center; }
.classes-foot { display: flex; justify-content: space-between; gap: 25px; margin-top: 24px; }
.classes-foot > p { margin: 0; color: #667873; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.classes-links { display: flex; gap: 28px; }

/* Class experiences */
.class-page-hero::before { background-position: center 58%; filter: saturate(.7) hue-rotate(18deg); }
.class-page-hero .hero-booking { margin-top: 35px; }
.studio-address { margin-top: 18px; font-style: normal; }
.studio-address a { color: var(--gold-bright); font-size: 10px; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.class-experiences { max-width: 1180px; margin: 0 auto; padding: 120px 24px; }
.experience { display: grid; grid-template-columns: minmax(220px, .55fr) minmax(460px, 1fr); gap: clamp(55px, 10vw, 150px); padding: 100px 0; border-top: 1px solid var(--line); }
.experience:first-child { padding-top: 0; border-top: 0; }
.experience-aside { position: sticky; top: 120px; align-self: start; }
.experience-number { color: var(--gold); font-size: 9px; letter-spacing: .2em; text-transform: uppercase; }
.experience-image { width: 100%; margin-bottom: 28px; aspect-ratio: 3 / 2; object-fit: cover; border: 1px solid var(--line); box-shadow: 0 25px 60px rgba(0,0,0,.28); }
.experience h2 { margin: 20px 0 16px; font-size: clamp(46px, 5vw, 72px); }
.experience-tagline { color: var(--gold-bright); font-family: var(--serif); font-size: 25px; font-style: italic; }
.experience-body { color: #b4bfbb; }
.experience-body > p:first-child { color: #d6dcd7; font-family: var(--serif); font-size: 25px; line-height: 1.45; }
.experience-body .experience-highlight { margin: 30px 0 38px; padding: 24px 28px; color: #e4e7df; background: rgba(213,185,133,.07); border-left: 2px solid var(--gold); font-family: var(--serif); font-size: clamp(20px, 2vw, 27px); line-height: 1.55; }
.experience-body h3 { margin: 48px 0 20px; color: var(--gold-bright); font-family: var(--sans); font-size: 10px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.experience-body ul { display: grid; gap: 12px; padding: 0; list-style: none; }
.experience-body li { position: relative; padding-left: 22px; }
.experience-body li::before { content: "✦"; position: absolute; left: 0; top: 1px; color: var(--gold); font-size: 8px; }
.experience-note { margin-top: 35px; padding: 25px; color: #95a49f; background: rgba(255,255,255,.025); border-left: 1px solid var(--gold); }
.experience-note strong { color: #d8ddd8; font-weight: 500; }
.class-booking-band { padding: 100px 24px; background: linear-gradient(120deg, #17312c, #0a1920); text-align: center; }
.class-booking-band h2 { margin-bottom: 20px; font-size: clamp(45px, 6vw, 75px); }
.class-booking-band p { max-width: 540px; margin: 0 auto 35px; color: #a9b6b1; }
.classes-page-schedule { max-width: 1180px; margin: 0 auto; padding: 120px 24px; }
.classes-page-schedule h2 { margin-bottom: 55px; font-size: clamp(48px, 6vw, 78px); }

/* Classes admin */
.schedule-upload { max-width: 760px; margin: 80px auto; padding: clamp(35px, 6vw, 75px); background: #f3f1e9; border: 1px solid #d1d1c8; }
.schedule-drop { min-height: 210px; }
.schedule-summary { display: none; margin-top: 30px; padding: 25px; color: #33423f; background: #e4e4dc; }
.schedule-summary.visible { display: block; }
.schedule-summary strong { display: block; font-family: var(--serif); font-size: 26px; font-weight: 500; }
.schedule-preview { display: grid; gap: 8px; margin-top: 18px; }
.schedule-preview-row { display: flex; justify-content: space-between; gap: 20px; padding-top: 8px; border-top: 1px solid #c7c8bf; font-size: 11px; }

.poetry-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 10vw, 160px); align-items: center; background: linear-gradient(120deg, #132825, #0c1d21); }
.poetry-intro { max-width: 520px; }
.poem-card { position: relative; max-width: 650px; padding: clamp(45px, 6vw, 85px); background: rgba(8, 19, 24, .52); border: 1px solid var(--line); box-shadow: 0 35px 80px rgba(0,0,0,.18); }
.poem-card::before, .poem-card::after { content: "✦"; position: absolute; color: rgba(213, 185, 133, .5); font-size: 10px; }
.poem-card::before { top: 22px; right: 25px; }.poem-card::after { bottom: 22px; left: 25px; }
.poem-number { color: var(--gold); font-size: 8px; letter-spacing: .24em; text-transform: uppercase; }
.poem-card h3 { margin: 23px 0 35px; font-size: 38px; font-style: italic; }
.poem { color: #dde0d8; font-family: var(--serif); font-size: clamp(25px, 2.5vw, 36px); font-style: italic; line-height: 1.55; }
.poem-meta { margin: 35px 0 0; color: #71817e; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.poem-archive-link { display: inline-block; margin-top: 28px; color: var(--gold); font-size: 9px; font-weight: 600; letter-spacing: .16em; text-decoration: none; text-transform: uppercase; }
.poem-archive-link span { margin-left: 8px; font-size: 15px; }

/* Poetry archive */
.inner-page { min-height: 100vh; background: #08141d; }
.inner-header { background: rgba(7, 17, 29, .9); border-color: var(--line); }
.journal-hero { position: relative; display: grid; place-items: center; min-height: 600px; padding: 150px 24px 100px; text-align: center; overflow: hidden; }
.journal-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, #08141d, transparent 50%), linear-gradient(90deg, rgba(5,14,22,.7), rgba(5,14,22,.25)), url("assets/hero-awakening.png") center 28% / cover; opacity: .58; }
.journal-hero::after { content: ""; position: absolute; top: 22%; left: 50%; width: 440px; aspect-ratio: 1; border: 1px solid rgba(213,185,133,.15); border-radius: 50%; transform: translateX(-50%); }
.journal-hero-content { position: relative; z-index: 1; max-width: 820px; }
.journal-hero h1 { margin-bottom: 25px; font-size: clamp(60px, 8vw, 115px); }
.journal-hero p:last-child { max-width: 560px; margin: auto; color: #c3ccc8; }
.journal-shell { max-width: 1180px; margin: 0 auto; padding: 100px 24px 150px; }
.journal-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-bottom: 65px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.journal-count { color: #869592; font-size: 10px; letter-spacing: .2em; text-transform: uppercase; }
.journal-admin-link { color: var(--gold); font-size: 9px; letter-spacing: .17em; text-decoration: none; text-transform: uppercase; }
.journal-list { display: grid; gap: 100px; }
.journal-entry { display: grid; grid-template-columns: 160px 1fr; gap: clamp(35px, 8vw, 110px); }
.journal-entry-date { padding-top: 12px; color: var(--gold); font-size: 9px; letter-spacing: .17em; text-transform: uppercase; }
.journal-entry-body { max-width: 760px; }
.journal-entry-body h2 { margin-bottom: 32px; font-size: clamp(42px, 5vw, 70px); font-style: italic; }
.journal-entry-image { width: 100%; max-height: 620px; margin-bottom: 42px; object-fit: cover; border: 1px solid var(--line); }
.journal-entry-text { margin: 0; color: #d9ddd7; font-family: var(--serif); font-size: clamp(23px, 2.2vw, 31px); line-height: 1.65; white-space: pre-wrap; }
.journal-divider { width: 70px; height: 1px; margin-top: 48px; background: rgba(213,185,133,.4); }
.journal-context { padding: clamp(85px, 11vw, 150px) max(24px, calc((100vw - 900px) / 2)); background: radial-gradient(circle at 50% 25%, rgba(58,88,83,.18), transparent 40%), #0a171d; text-align: center; }
.journal-context h2 { margin: 0 auto 38px; font-size: clamp(44px, 6vw, 78px); }
.journal-context > p:not(.section-kicker) { max-width: 720px; margin: 0 auto 20px; color: #adb9b5; font-family: var(--serif); font-size: clamp(20px, 2vw, 27px); line-height: 1.65; }
.journal-load { display: flex; justify-content: center; margin-top: 90px; }
.journal-load button[hidden] { display: none; }
.empty-state { padding: 80px 30px; color: #879693; border: 1px solid var(--line); text-align: center; }

/* Entrepreneur journal */
.entrepreneur-hero::before { background: linear-gradient(0deg, #08141d, transparent 52%), linear-gradient(90deg, rgba(5,14,22,.72), rgba(5,14,22,.2)), url("assets/gabriel-von-post-portrait.jpg") center 38% / cover; opacity: .5; filter: sepia(.12) contrast(1.05); }
.entrepreneur-context { background: radial-gradient(circle at 50% 20%, rgba(117,92,54,.16), transparent 42%), #0c191d; }
.entrepreneur-shell { max-width: 1100px; }
.entrepreneur-entry-text { font-family: var(--sans); font-size: clamp(17px, 1.5vw, 21px); font-weight: 300; line-height: 1.85; }
.about-links { display: flex; flex-wrap: wrap; gap: 18px 30px; align-items: center; }

/* Admin */
.admin-page { min-height: 100vh; color: #182422; background: #e8e7df; }
.admin-header { display: flex; align-items: center; justify-content: space-between; min-height: 76px; padding: 0 clamp(22px, 5vw, 70px); color: #e9ece6; background: #0b1920; }
.admin-header-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 13px 25px; }
.admin-header-links a { color: #c6cfcb; font-size: 9px; letter-spacing: .14em; text-decoration: none; text-transform: uppercase; }
.admin-header-links a.active { color: var(--gold-bright); }
.admin-shell { display: grid; grid-template-columns: minmax(360px, .88fr) minmax(420px, 1.12fr); max-width: 1400px; min-height: calc(100vh - 76px); margin: auto; }
.editor-panel, .library-panel { padding: clamp(45px, 6vw, 85px); }
.editor-panel { background: #f3f1e9; border-right: 1px solid #d3d2ca; }
.library-panel { background: #e8e7df; }
.admin-kicker { margin: 0 0 16px; color: #89714b; font-size: 9px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.admin-title { margin-bottom: 12px; color: #142522; font-size: clamp(43px, 5vw, 66px); }
.admin-intro { max-width: 540px; margin-bottom: 42px; color: #68726f; font-size: 13px; line-height: 1.65; }
.post-form { display: grid; gap: 23px; }
.form-field { display: grid; gap: 8px; }
.form-field label, .image-label { color: #5d6865; font-size: 9px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.form-field input, .form-field textarea { width: 100%; padding: 13px 0; color: #182522; background: transparent; border: 0; border-bottom: 1px solid #b9b9b1; border-radius: 0; outline: 0; }
.form-field input:focus, .form-field textarea:focus { border-color: #826b46; }
.form-field textarea { min-height: 220px; line-height: 1.65; resize: vertical; }
.image-drop { position: relative; display: grid; place-items: center; min-height: 150px; padding: 20px; border: 1px dashed #aeb0a9; text-align: center; cursor: pointer; overflow: hidden; }
.image-drop:hover { border-color: #826b46; }
.image-drop input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.image-drop-copy strong { display: block; color: #46514e; font-family: var(--serif); font-size: 20px; font-weight: 500; }
.image-drop-copy span { color: #7b8582; font-size: 10px; }
.image-preview { display: none; max-width: 100%; max-height: 260px; object-fit: contain; }
.image-drop.has-image .image-preview { display: block; }
.image-drop.has-image .image-drop-copy { display: none; }
.image-tools { display: none; justify-content: flex-end; }
.image-tools.visible { display: flex; }
.text-button { padding: 0; color: #786241; background: none; border: 0; font-size: 9px; letter-spacing: .13em; text-decoration: underline; text-transform: uppercase; cursor: pointer; }
.publish-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.check-field { display: flex; align-items: center; gap: 10px; color: #596461; font-size: 11px; }
.check-field input { accent-color: #243d37; }
.admin-button { min-height: 48px; padding: 0 24px; color: #f0efe8; background: #18302d; border: 0; font-size: 9px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; cursor: pointer; }
.admin-button:hover { background: #29453f; }
.admin-button.secondary { color: #20302d; background: transparent; border: 1px solid #aeb0a9; }
.admin-actions { display: flex; gap: 10px; }
.admin-message { min-height: 26px; margin: 5px 0 0; color: #6f5a3c; font-family: var(--serif); font-style: italic; }
.library-heading { display: flex; align-items: end; justify-content: space-between; gap: 25px; margin-bottom: 36px; }
.library-heading h2 { margin: 0; color: #142522; font-size: 37px; }
.library-actions { display: flex; gap: 18px; }
.import-label { cursor: pointer; }
.import-label input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.admin-search { display: grid; gap: 7px; margin: -8px 0 24px; color: #6a7471; font-size: 8px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.admin-search input { width: 100%; padding: 12px 0; color: #182522; background: transparent; border: 0; border-bottom: 1px solid #b9b9b1; border-radius: 0; outline: 0; }
.admin-search input:focus { border-color: #826b46; }
.post-list { display: grid; gap: 12px; }
.admin-post { display: grid; grid-template-columns: 70px 1fr auto; gap: 18px; align-items: center; padding: 17px; background: rgba(255,255,255,.48); border: 1px solid #d2d2cb; }
.admin-post-thumb { width: 70px; aspect-ratio: 1; background: #d6d7cf; object-fit: cover; }
.admin-post-placeholder { display: grid; place-items: center; color: #9b9c94; font-family: var(--serif); font-size: 21px; }
.admin-post h3 { margin: 0 0 4px; color: #1a2c29; font-size: 22px; line-height: 1.1; }
.admin-post p { margin: 0; color: #76807d; font-size: 9px; letter-spacing: .09em; text-transform: uppercase; }
.draft-badge { color: #936b3b; }
.post-actions { display: flex; gap: 12px; }
.post-actions button { padding: 5px 0; color: #596662; background: none; border: 0; font-size: 8px; letter-spacing: .12em; text-transform: uppercase; cursor: pointer; }
.post-actions .delete-post { color: #945f57; }
.storage-note { margin: 32px 0 0; padding: 18px; color: #68726f; background: rgba(255,255,255,.35); font-size: 11px; line-height: 1.6; }
.audio-file { padding: 18px; border: 1px dashed #aeb0a9; }
.audio-file input { border: 0; }
.audio-current { margin: 3px 0 0; color: #66716d; font-size: 10px; }
.reorder-actions { display: flex; gap: 4px; }
.reorder-actions button { display: grid; place-items: center; width: 28px; height: 28px; color: #43504c; background: transparent; border: 1px solid #bfc0b9; cursor: pointer; }
.reorder-actions button:disabled { opacity: .3; cursor: default; }
.order-number { color: #8a744f; font-size: 9px; letter-spacing: .1em; }

.about-section { display: grid; grid-template-columns: 1fr .9fr; gap: clamp(60px, 10vw, 150px); align-items: center; background: #0a1720; }
.about-landscape { position: relative; width: 100%; min-height: 0; aspect-ratio: 4 / 5; margin: 0; background: #0a1114; border: 1px solid var(--line); overflow: hidden; }
.about-landscape::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,17,25,.42), transparent 35%), linear-gradient(90deg, rgba(9,23,27,.18), transparent 45%); pointer-events: none; }
.about-portrait { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; object-position: center; filter: contrast(1.04); }
.mountain { position: absolute; left: -15%; right: -15%; bottom: -10%; height: 55%; clip-path: polygon(0 100%, 16% 58%, 27% 70%, 45% 23%, 56% 53%, 70% 10%, 100% 100%); }
.mountain-back { bottom: 5%; background: #183133; opacity: .8; }
.mountain-front { background: #09181d; transform: scale(1.2); }
.about-copy { max-width: 570px; }

.connect-section { position: relative; overflow: hidden; background: radial-gradient(circle at 50% 110%, rgba(89,111,104,.18), transparent 40%), #07121c; text-align: center; }
.connect-section::before { content: ""; position: absolute; left: 50%; top: 40px; width: min(800px, 90vw); aspect-ratio: 2; border: 1px solid rgba(213,185,133,.11); border-radius: 50%; transform: translateX(-50%); }
.connect-section h2 { margin-bottom: 25px; }
.connect-section > p:not(.section-kicker):not(.form-message) { max-width: 530px; margin: 0 auto 45px; color: var(--muted); }
.signup-form { display: flex; max-width: 610px; margin: 0 auto; border-bottom: 1px solid rgba(213,185,133,.6); }
.signup-form input { flex: 1; min-width: 0; padding: 17px 5px; color: #fff; background: transparent; border: 0; outline: 0; }
.signup-form input::placeholder { color: #71807d; }
.signup-form button { padding: 0 5px 0 20px; color: var(--gold-bright); background: transparent; border: 0; font-size: 10px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; cursor: pointer; }
.signup-form button span { margin-left: 8px; font-size: 17px; }
.form-message { min-height: 28px; margin: 15px 0 0; color: var(--gold); font-family: var(--serif); font-style: italic; }

.site-footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 35px; padding: 35px clamp(24px, 5vw, 76px); color: #6f7e7b; background: #060e16; border-top: 1px solid var(--line); }
.site-footer .wordmark { color: #b7c0bc; font-size: 18px; }
.site-footer p { font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.social-links { display: flex; justify-content: flex-end; gap: 24px; }
.social-links a { font-size: 9px; letter-spacing: .14em; text-decoration: none; text-transform: uppercase; }
.social-links a:hover { color: var(--gold); }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.hero .reveal:nth-child(2) { transition-delay: .12s; }
.hero .reveal:nth-child(3) { transition-delay: .22s; }
.hero .reveal:nth-child(4) { transition-delay: .32s; }

@media (max-width: 900px) {
  .site-header { height: 72px; }
  .nav-toggle { position: relative; z-index: 2; display: block; width: 42px; height: 42px; padding: 10px; }
  .nav-toggle span { display: block; width: 22px; height: 1px; margin: 7px 0; background: #fff; transition: transform .3s; }
  .menu-open .nav-toggle span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-open .nav-toggle span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; flex-direction: column; justify-content: center; gap: 30px; background: rgba(7,17,29,.98); opacity: 0; pointer-events: none; transition: opacity .3s; }
  .site-nav a { font-family: var(--serif); font-size: 30px; letter-spacing: .03em; text-transform: none; }
  .site-nav .nav-contact { padding: 4px 20px; }
  .menu-open .site-nav { opacity: 1; pointer-events: auto; }
  .book-section, .pointers-section, .poetry-section, .about-section { grid-template-columns: 1fr; }
  .shared-track-shell { grid-template-columns: 1fr; max-width: 700px; }
  .book-section { gap: 20px; }
  .book-visual { min-height: 550px; }
  .section-heading { grid-template-columns: 1fr; gap: 16px; }
  .section-heading .section-kicker { margin-bottom: 5px; }
  .section-heading > p:last-child { max-width: 500px; }
  .poetry-intro { max-width: 650px; }
  .about-landscape { min-height: 0; max-width: 650px; }
  .about-copy { max-width: 650px; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .site-footer p { order: 3; grid-column: 1/3; text-align: center; }
  .admin-shell { grid-template-columns: 1fr; }
  .editor-panel { border-right: 0; border-bottom: 1px solid #d3d2ca; }
  .classes-heading { grid-template-columns: 1fr; gap: 20px; }
  .experience { grid-template-columns: 1fr; }
  .experience-aside { position: static; }
  .book-poems-heading { grid-template-columns: 1fr; gap: 20px; }
  .book-poems-grid { grid-template-columns: 1fr; }
  .book-poem { min-height: 0; }
}

@media (max-width: 620px) {
  .wordmark { font-size: 19px; }
  .hero { min-height: 780px; align-items: end; }
  .hero-bg { background-image: linear-gradient(0deg, rgba(5,14,23,.98) 0%, rgba(5,14,23,.45) 58%, rgba(5,14,23,.1) 100%), url("assets/hero-awakening.png"); background-position: 66% center; }
  .hero-content { width: auto; margin: 0; padding: 0 24px 100px; }
  h1 { font-size: clamp(51px, 15vw, 72px); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .hero-note { display: none; }
  .section-pad { padding-left: 24px; padding-right: 24px; }
  .book-visual { min-height: 480px; }
  .book-cover-title { font-size: 32px; }
  .book-symbol { margin-top: 48px; }
  .detail-row { gap: 30px; }
  .detail-row { flex-wrap: wrap; }
  .book-purchase { align-items: flex-start; flex-direction: column; }
  .player { grid-template-columns: 85px 1fr auto; padding: 14px; gap: 12px 16px; }
  .album-art { width: 85px; }
  .album-moon { width: 35px; height: 35px; }
  .track-info h3 { font-size: 23px; }
  .play-button { width: 45px; height: 45px; }
  .progress-wrap { grid-column: 2/4; }
  .poem-card { padding: 48px 30px; }
  .about-landscape { min-height: 0; }
  .signup-form { align-items: stretch; flex-direction: column; border: 0; }
  .signup-form input { border-bottom: 1px solid rgba(213,185,133,.6); text-align: center; }
  .signup-form button { min-height: 55px; padding: 0; }
  .site-footer { display: flex; flex-direction: column; }
  .site-footer p { order: initial; }
  .social-links { gap: 18px; }
  .journal-entry { grid-template-columns: 1fr; gap: 12px; }
  .journal-list { gap: 75px; }
  .journal-toolbar { align-items: flex-start; flex-direction: column; }
  .admin-header .wordmark { font-size: 17px; }
  .admin-header-links { gap: 13px; }
  .editor-panel, .library-panel { padding: 45px 22px; }
  .publish-row, .library-heading { align-items: stretch; flex-direction: column; }
  .admin-actions { flex-direction: column-reverse; }
  .admin-post { grid-template-columns: 50px 1fr; }
  .admin-post-thumb { width: 50px; }
  .post-actions { grid-column: 2; }
  .music-track { grid-template-columns: 78px 1fr auto; padding: 13px; gap: 12px; }
  .music-track-image { width: 78px; }
  .music-track-copy p { display: none; }
  .continue-playback-prompt { right: 12px; bottom: 12px; left: 12px; flex-direction: column; gap: 13px; align-items: stretch; max-width: none; padding: 18px; text-align: center; }
  .continue-playback-prompt p { display: block; font-size: 18px; }
  .track-progress { grid-column: 1 / 4; }
  .class-row { grid-template-columns: 65px 1fr; gap: 18px; }
  .class-row.has-thumb { grid-template-columns: 55px 78px 1fr; }
  .class-thumb { width: 78px; }
  .class-row time { width: 55px; }
  .class-actions { grid-column: 2; justify-items: start; }
  .class-row.has-thumb .class-actions { grid-column: 3; }
  .classes-foot { align-items: flex-start; flex-direction: column; }
  .classes-links { align-items: flex-start; flex-direction: column; gap: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
