@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,500;0,600;1,500&family=Inter:wght@400;500&display=swap');

:root {
  --ink: #13231f;
  --deep: #071612;
  --green: #12382f;
  --gold: #d7ae58;
  --sand: #f3ecdc;
  --paper: #fbf8f0;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Inter", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 17px; line-height: 1.7; }
a { color: inherit; }
.hero { min-height: 100svh; position: relative; display: grid; align-items: center; overflow: hidden; background: var(--deep); color: white; }
.hero-video, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-video { object-fit: cover; }
.hero-shade { background: linear-gradient(180deg, rgba(3,12,10,.54), rgba(3,12,10,.18) 40%, rgba(3,12,10,.7)); }
.nav { position: absolute; z-index: 2; top: 0; left: 0; right: 0; display: flex; justify-content: space-between; align-items: center; padding: 1.5rem clamp(1.25rem, 5vw, 5rem); }
.nav-links { display: flex; align-items: center; gap: clamp(1rem, 3vw, 2.5rem); }
.wordmark { font-family: var(--serif); font-size: 1.45rem; text-decoration: none; letter-spacing: .04em; }
.wordmark span { color: var(--gold); font-size: .7em; }
.nav-link { font-size: .85rem; letter-spacing: .14em; text-transform: uppercase; text-decoration: none; }
.hero-content { position: relative; z-index: 1; width: min(900px, 88vw); margin: 7rem auto 2rem; text-align: center; }
.hero-logo { display: block; width: min(650px, 72vw); max-height: 38vh; object-fit: contain; margin: 0 auto; mix-blend-mode: screen; }
.hero-kicker { margin: 1.5rem auto; font-size: clamp(.8rem, 1.3vw, 1rem); letter-spacing: .16em; text-transform: uppercase; text-shadow: 0 1px 20px #000; }
.sound-toggle { display: flex; align-items: center; gap: .65rem; margin: 0 auto 1rem; padding: .7rem 1.05rem; border: 1px solid rgba(255,255,255,.6); border-radius: 999px; background: rgba(3,12,10,.4); color: white; font: 500 .83rem/1 var(--sans); letter-spacing: .08em; text-transform: uppercase; cursor: pointer; backdrop-filter: blur(8px); transition: background .2s ease, transform .2s ease; }
.sound-toggle:hover, .sound-toggle:focus-visible { background: rgba(3,12,10,.72); transform: translateY(-1px); }
.sound-icon { color: var(--gold); font-family: var(--serif); font-size: 1.25rem; }
.quiet-link { display: inline-block; padding: .65rem 0; border-bottom: 1px solid rgba(255,255,255,.55); text-decoration: none; font-family: var(--serif); font-size: 1.25rem; }
main section { padding: clamp(4.5rem, 9vw, 8rem) clamp(1.25rem, 8vw, 8rem); }
.welcome { max-width: 950px; margin: auto; text-align: center; }
.eyebrow { margin: 0 0 1rem; color: #8b6b2f; font-size: .78rem; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; }
h1, h2 { margin: 0 0 1.4rem; font-family: var(--serif); font-weight: 500; line-height: 1.08; }
h1 { font-size: clamp(3rem, 7vw, 6rem); }
h2 { font-size: clamp(2.5rem, 5vw, 4.5rem); }
.lead { font-family: var(--serif); font-size: clamp(1.35rem, 2.5vw, 1.85rem); line-height: 1.5; }
.welcome > p:not(.eyebrow) { max-width: 760px; margin: 1.5rem auto; }
.night-to-dawn { position: relative; isolation: isolate; overflow: hidden; background: linear-gradient(145deg, #071612 0%, #0d2925 58%, #12382f 100%); color: var(--sand); text-align: center; }
.night-to-dawn-glow { position: absolute; z-index: -1; top: -9rem; left: 50%; width: 30rem; height: 30rem; border-radius: 50%; background: radial-gradient(circle, rgba(215,174,88,.28) 0%, rgba(215,174,88,.08) 35%, transparent 70%); transform: translateX(-50%); }
.night-to-dawn-copy { width: min(760px, 100%); margin: 0 auto; }
.night-to-dawn .eyebrow { color: var(--gold); }
.night-to-dawn h2 { margin-bottom: .3rem; font-size: clamp(3.25rem, 7vw, 6.5rem); }
.night-to-dawn-subtitle { margin: 0 auto 1.5rem; color: #e9d9b6; font-family: var(--serif); font-size: clamp(1.8rem, 4vw, 3rem); line-height: 1.2; }
.night-to-dawn-copy > p:not(.eyebrow):not(.night-to-dawn-subtitle) { max-width: 640px; margin: 0 auto 2rem; }
.night-to-dawn .night-to-dawn-copy > p.night-to-dawn-note { margin-top: 1.5rem; }
.gold-button { display: inline-block; padding: .9rem 1.5rem; border: 1px solid var(--gold); border-radius: 999px; background: var(--gold); color: var(--deep); font-size: .84rem; font-weight: 500; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; transition: background .2s ease, color .2s ease, transform .2s ease; }
.gold-button:hover, .gold-button:focus-visible { background: transparent; color: var(--sand); transform: translateY(-2px); }
.collections { background: var(--deep); color: var(--sand); display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; }
.collections .eyebrow, .coming .eyebrow { color: var(--gold); }
.collection-list { list-style: none; margin: 0; padding: 0; display: grid; gap: .25rem; font-family: var(--serif); font-size: clamp(1.7rem, 3vw, 2.5rem); }
.collection-list li { display: flex; gap: 1rem; align-items: center; border-bottom: 1px solid rgba(255,255,255,.15); padding: .6rem 0; }
.collection-list span { font-size: .65em; }
.nevis-panel { padding: 0; display: grid; grid-template-columns: 58% 42%; background: var(--sand); }
.nevis-panel img { width: 100%; height: 100%; min-height: 570px; object-fit: cover; }
.nevis-copy { align-self: center; padding: clamp(3rem, 7vw, 7rem); }
.about { display: grid; grid-template-columns: 240px minmax(0, 620px); justify-content: center; gap: clamp(2.5rem, 5vw, 4.5rem); align-items: center; padding-top: clamp(4rem, 7vw, 6rem); padding-bottom: clamp(4rem, 7vw, 6rem); background: var(--paper); }
.about-portrait-wrap { width: 220px; justify-self: center; }
.about-portrait { display: block; width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center 24%; box-shadow: 0 1rem 2.5rem rgba(7,22,18,.1); }
.about-copy { max-width: 620px; font-size: 1rem; line-height: 1.65; }
.about-copy h2 { margin-bottom: 1rem; font-size: clamp(2.15rem, 4vw, 3.25rem); }
.about-copy > p:not(.eyebrow) { margin: .85rem 0; }
.tagline { font-family: var(--serif); font-style: italic; white-space: nowrap; }
.coming { background: var(--green); color: white; text-align: center; }
.coming p { max-width: 720px; margin: 1rem auto; }
.coming-note { color: #e9d9b6; }
.connect { text-align: center; }
.social-links { display: flex; justify-content: center; flex-wrap: wrap; gap: .75rem; margin-top: 2rem; }
.social-links a { min-width: 140px; padding: .85rem 1.25rem; border: 1px solid rgba(19,35,31,.35); border-radius: 999px; text-decoration: none; transition: .2s ease; }
.social-links a:hover, .social-links a:focus-visible { background: var(--deep); color: white; transform: translateY(-2px); }
.contact-invitation { width: min(660px, 100%); margin: 4rem auto 0; padding-top: 3rem; border-top: 1px solid rgba(19,35,31,.18); }
.contact-invitation > p:not(.eyebrow) { margin: .5rem auto 1.25rem; }
.email-link { display: inline-block; color: #76571f; font-family: var(--serif); font-size: clamp(1.4rem, 3vw, 2rem); text-underline-offset: .3em; }
footer { background: var(--deep); color: var(--sand); text-align: center; padding: 4rem 1.25rem; }
.blessing { font-family: var(--serif); font-style: italic; font-size: clamp(1.6rem, 3vw, 2.3rem); }
.legal { color: rgba(255,255,255,.55); font-size: .8rem; }
.footer-links { margin: .35rem 0 0; font-size: .8rem; }
.footer-links a { color: rgba(255,255,255,.62); text-underline-offset: .25em; }
.footer-links a:hover, .footer-links a:focus-visible { color: var(--gold); }

/* Privacy */
.privacy-page { min-height: 100vh; background: var(--paper); }
.privacy-nav { display: flex; justify-content: space-between; align-items: center; padding: 1.5rem clamp(1.25rem, 5vw, 5rem); background: var(--deep); color: white; }
.privacy-shell { width: min(780px, calc(100% - 2.5rem)); margin: 0 auto; padding: clamp(4rem, 9vw, 7rem) 0; }
.privacy-shell h1 { font-size: clamp(3rem, 7vw, 5.5rem); }
.privacy-updated { margin: -1rem 0 3rem; color: #6e756f; font-size: .88rem; }
.privacy-section { margin-top: 2.75rem; }
.privacy-section h2 { margin-bottom: .8rem; font-size: clamp(1.8rem, 4vw, 2.5rem); }
.privacy-section p { margin: .75rem 0; }
.privacy-section a { color: #76571f; text-underline-offset: .22em; }
.privacy-note { margin-top: 3.5rem; padding-top: 2rem; border-top: 1px solid rgba(19,35,31,.18); color: #59625d; font-size: .92rem; }

@media (max-width: 760px) {
  .collections, .nevis-panel, .about { grid-template-columns: 1fr; }
  .nevis-panel img { min-height: 380px; }
  .about { gap: 2rem; }
  .about-portrait-wrap { width: 180px; justify-self: center; }
  .about-copy { text-align: left; }
  .hero-video { object-position: 30% center; }
  .hero-logo { max-height: 43vh; width: min(340px, 66vw); }
  .hero-kicker { line-height: 1.8; }
  .night-to-dawn-copy > p:not(.eyebrow):not(.night-to-dawn-subtitle) { max-width: 32rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-video { display: none; }
  .social-links a { transition: none; }
  .sound-toggle { transition: none; }
  .gold-button { transition: none; }
}

/* Night to Dawn subscriber gift */
.gift-page { min-height: 100vh; background: #061511; color: var(--sand); }
.gift-page::before { content: ""; position: fixed; z-index: -1; inset: 0; background: radial-gradient(circle at 50% -12%, rgba(215,174,88,.2), transparent 35%), linear-gradient(180deg, #0b2822 0%, #061511 60%); }
.gift-shell { width: min(980px, calc(100% - 2rem)); margin: 0 auto; padding: clamp(2rem, 6vw, 5rem) 0 3rem; }
.gift-header { width: min(790px, 100%); margin: 0 auto clamp(2rem, 5vw, 3.5rem); text-align: center; }
.gift-wordmark { display: inline-block; margin-bottom: clamp(3rem, 7vw, 5rem); color: white; font-family: var(--serif); font-size: 1.55rem; letter-spacing: .04em; text-decoration: none; }
.gift-wordmark span { color: var(--gold); font-size: .7em; }
.gift-kicker { margin: 0 0 1rem; color: var(--gold); font-size: .78rem; font-weight: 500; letter-spacing: .22em; text-transform: uppercase; }
.gift-header h1 { margin-bottom: .25rem; color: white; font-size: clamp(3.8rem, 10vw, 7.5rem); }
.gift-subtitle { margin: 0 0 2rem; color: #eadab8; font-family: var(--serif); font-size: clamp(1.8rem, 4vw, 3rem); line-height: 1.2; }
.gift-welcome { max-width: 710px; margin: 0 auto; color: rgba(255,255,255,.82); font-size: clamp(1rem, 2vw, 1.15rem); }
.gift-player { width: min(900px, 100%); margin: 0 auto; }
.video-frame { position: relative; overflow: hidden; aspect-ratio: 16 / 9; border: 1px solid rgba(215,174,88,.48); border-radius: 4px; background: #020706; box-shadow: 0 2rem 5rem rgba(0,0,0,.38); }
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.listening-note { max-width: 660px; margin: 1.4rem auto 0; color: rgba(255,255,255,.67); font-size: .9rem; text-align: center; }
.gift-blessing { width: min(720px, 100%); margin: clamp(4rem, 9vw, 7rem) auto 0; padding-top: clamp(3rem, 6vw, 4.5rem); border-top: 1px solid rgba(215,174,88,.25); text-align: center; }
.gift-blessing > p:first-child { color: rgba(255,255,255,.8); }
.gift-blessing .signature { margin: 2rem auto; color: #f1e5cc; font-family: var(--serif); font-size: clamp(1.7rem, 4vw, 2.5rem); font-style: italic; line-height: 1.35; }
.return-link { display: inline-block; padding: .7rem 0; border-bottom: 1px solid var(--gold); color: var(--gold); font-size: .82rem; letter-spacing: .15em; text-decoration: none; text-transform: uppercase; }
.gift-footer { padding: 2rem 1.25rem 3rem; background: transparent; color: rgba(255,255,255,.42); font-size: .78rem; }

@media (max-width: 600px) {
  .gift-shell { width: min(100% - 1.25rem, 980px); }
  .gift-wordmark { margin-bottom: 2.75rem; }
  .gift-welcome { padding: 0 .5rem; }
  .video-frame { border-radius: 2px; }
}

/* Meditation collection */
.meditation-invitation { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(2rem, 5vw, 5rem); background: var(--sand); }
.meditation-invitation h2 { font-size: clamp(2.4rem, 4vw, 4rem); }
.meditation-invitation .gold-button { margin-top: .75rem; }
.meditation-invitation .gold-button:hover, .meditation-invitation .gold-button:focus-visible { color: var(--deep); }
.meditation-image-link img { display: block; width: 100%; height: auto; aspect-ratio: 16/9; object-fit: cover; }
.meditations-page { background: var(--deep); color: var(--sand); }
.meditation-nav { display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; padding: 1.5rem clamp(1.25rem, 5vw, 5rem); border-bottom: 1px solid rgba(215,174,88,.2); }
.meditation-nav .nav-link, .hero .nav-link { font-size: .875rem; letter-spacing: .08em; }
.meditation-nav [aria-current] { color: var(--gold); text-decoration: underline; text-underline-offset: .4em; }
.meditation-shell { width: min(960px, calc(100% - 2.5rem)); margin: auto; padding: clamp(2rem, 5vw, 4rem) 0; }
.meditation-header { text-align: center; margin-bottom: 2.5rem; }
.meditation-header .eyebrow { color: var(--gold); font-size: .875rem; }
.meditation-header h1 { font-size: clamp(3rem, 6vw, 4.5rem); margin-bottom: .75rem; }
.meditation-header > p:last-child { max-width: 600px; margin: auto; }
.meditation-section-title { margin-bottom: 1.5rem; font-size: clamp(2.2rem, 4vw, 3.25rem); }
.meditation-film-heading h3 { margin: 0 0 .4rem; font-family: var(--serif); font-size: clamp(2rem, 4vw, 3rem); font-weight: 500; line-height: 1.08; }
.meditation-duration { color: #ddcba6; font-size: .875rem; margin: 0 0 1.25rem; }
.meditation-video { display: block; width: 100%; aspect-ratio: 16/9; background: #020706; border: 1px solid rgba(215,174,88,.45); }
.meditation-film > p { max-width: 720px; }
.meditation-listening { color: #c6c9bc; font-size: 1rem; }
.meditations-page footer { border-top: 1px solid rgba(215,174,88,.2); padding: 2rem 1.25rem; }
.meditations-page a:focus-visible, .meditation-image-link:focus-visible { outline: 2px solid var(--gold); outline-offset: 5px; }
@media (max-width: 760px) { .meditation-invitation { grid-template-columns: 1fr; } .hero .nav { flex-wrap: wrap; gap: .75rem; } }

#play-meditation { margin-top: 1rem; cursor: pointer; font-family: var(--sans); }
#play-meditation:disabled { opacity: .7; cursor: wait; }
#play-meditation[hidden] { display: none; }
#player-status:empty { display: none; }
.short-pauses { margin-top: clamp(4rem, 9vw, 7rem); padding-top: clamp(3rem, 6vw, 4.5rem); border-top: 1px solid rgba(215,174,88,.25); }
.short-pauses-heading { max-width: 680px; margin-bottom: 2.5rem; }
.short-pauses-heading .eyebrow { color: var(--gold); }
.short-pauses-heading h2 { margin-bottom: .75rem; font-size: clamp(2.4rem, 5vw, 4rem); }
.short-pauses .film-card h3 { margin: 1rem 0 .4rem; font-family: var(--serif); font-size: clamp(1.55rem, 3vw, 2rem); font-weight: 500; line-height: 1.2; }
.short-pauses .meditation-duration { margin-bottom: .35rem; }

/* Films grouped by the island's rhythms */
.collection-list a { flex: 1; padding: .25rem 0; text-decoration: none; text-underline-offset: .2em; }
.collection-list a:hover, .collection-list a:focus-visible { color: var(--gold); text-decoration: underline; }
.collection-shell { width: min(1120px, calc(100% - 2.5rem)); margin: auto; padding: clamp(2rem, 5vw, 4rem) 0 5rem; }
.collection-header { max-width: 760px; margin-bottom: 2rem; }
.collection-header h1 { font-size: clamp(3rem, 6vw, 5rem); margin-bottom: 1rem; }
.collection-header .eyebrow { color: var(--gold); font-size: .875rem; }
.collection-tabs { display: flex; flex-wrap: wrap; gap: .5rem 1.25rem; margin-bottom: 2.5rem; padding-bottom: 1.25rem; border-bottom: 1px solid rgba(215,174,88,.3); }
.collection-tabs a { padding: .35rem 0; text-decoration: none; font-size: 1rem; }
.collection-tabs a[aria-current], .collection-tabs a:hover { color: var(--gold); text-decoration: underline; text-underline-offset: .35em; }
.film-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 3rem 2rem; align-items: start; }
.film-frame { background: #020706; border: 1px solid rgba(215,174,88,.35); aspect-ratio: 16/9; }
.film-frame iframe { display: block; width: 100%; height: 100%; border: 0; }
.film-short .film-frame { aspect-ratio: 9/16; max-width: 320px; margin-inline: auto; }
.film-card h2 { font-size: clamp(1.6rem,3vw,2rem); line-height: 1.2; margin: 1rem 0 .5rem; }
.film-source { color: #ddcba6; font-size: .875rem; text-underline-offset: .25em; }
.collection-shell a:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }
@media(max-width:640px) { .film-grid { grid-template-columns: 1fr; } }
