/* ═══════════════════════════════════════════════════════════════
   Patricia Turse, Harpist — Look Book
   Three visual directions on identical content.
   ═══════════════════════════════════════════════════════════════ */

/* ── 1. THEMES ─────────────────────────────────────────────── */

:root[data-look="sanctuary"] {
  --paper:        #FBF7EE;   /* warm cream          */
  --paper-2:      #F4EEE1;   /* tinted panel        */
  --deep:         #1F3128;   /* deep forest green   */
  --deep-2:       #16241D;
  --ink:          #23291F;
  --ink-soft:     #55574A;
  --gold:         #AE8C55;   /* antique gold        */
  --gold-lift:    #C7A876;
  --blue:         #8CA6B8;   /* her soft blue       */
  --rule:         rgba(174,140,85,.34);
  --on-deep:      #EDE5D4;
  --on-deep-soft: #B4B79F;

  --gold-text:    #7E6234;   /* small type on paper — 4.9:1 */
  --on-gold:      #1B2A22;   /* dark ink on gold — 5.2:1 */

  --f-display: "Cormorant Garamond", Georgia, serif;
  --f-script:  "Pinyon Script", cursive;
  --f-body:    "Jost", "Helvetica Neue", sans-serif;
  --display-w: 300;
  --script-lift: 0.06em;
  --h1-max:    6.2rem;       /* Cormorant runs narrow */
  --hero-src: url("img/hero-window.jpg");
  --hero-pos: 58% 42%;
  --hero-dim: .52;
  --close-src: url("img/detail-gold.jpg");
}

:root[data-look="meadow"] {
  --paper:        #F4F1E8;   /* soft stone / oat    */
  --paper-2:      #EBE6D9;
  --deep:         #3D4739;   /* muted moss          */
  --deep-2:       #2F382C;
  --ink:          #3A392F;
  --ink-soft:     #6A6759;
  --gold:         #C3A491;   /* dried flower / clay */
  --gold-lift:    #D6BCA9;
  --blue:         #9CB4C2;
  --rule:         rgba(122,124,96,.34);
  --on-deep:      #EFEDE0;
  --on-deep-soft: #B6BBA4;

  --gold-text:    #7A5442;   /* small type on stone — 5.3:1 */
  --on-gold:      #2B331F;   /* dark ink on clay — 5.0:1 */

  --f-display: "EB Garamond", Georgia, serif;
  --f-script:  "Parisienne", cursive;
  --f-body:    "Karla", "Helvetica Neue", sans-serif;
  --display-w: 400;
  --script-lift: 0.02em;
  --h1-max:    5.7rem;
  /* Patty chose Meadow's palette but the Sanctuary hero photograph.
     That image is already dark, so the scrim comes down accordingly. */
  --hero-src: url("img/hero-window.jpg");
  --hero-pos: 58% 42%;
  --hero-dim: .52;
  --close-src: url("img/atmos-mist.jpg");
}

:root[data-look="firstlight"] {
  --paper:        #FDFBF5;   /* ivory               */
  --paper-2:      #F6F0E4;
  --deep:         #2C3742;   /* dusk slate blue     */
  --deep-2:       #212A33;
  --ink:          #2E2A24;
  --ink-soft:     #5D584E;
  --gold:         #C6A165;   /* warm gold           */
  --gold-lift:    #DCBC84;
  --blue:         #A8C0D2;   /* dawn blue           */
  --rule:         rgba(198,161,101,.36);
  --on-deep:      #F1EADC;
  --on-deep-soft: #A9B6C0;

  --gold-text:    #7D5F2C;   /* small type on ivory — 5.2:1 */
  --on-gold:      #26211A;   /* dark ink on warm gold — 5.6:1 */

  --f-display: "Playfair Display", Georgia, serif;
  --f-script:  "Pinyon Script", cursive;
  --f-body:    "Mulish", "Helvetica Neue", sans-serif;
  --display-w: 400;
  --script-lift: 0.06em;
  --h1-max:    5.0rem;       /* Playfair runs wide — pull it back */
  --hero-src: url("img/atmos-mist.jpg");
  --hero-pos: 50% 58%;
  --hero-dim: .66;
  --close-src: url("img/venue-garden.jpg");
}

/* ── 2. RESET & BASE ───────────────────────────────────────── */

*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--f-body);
  font-weight: 300;
  font-size: clamp(1.06rem, 1rem + .3vw, 1.15rem);
  line-height: 1.75;
  letter-spacing: .006em;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  transition: background-color .7s ease, color .7s ease;
}

img { max-width: 100%; display: block; }
a { color: inherit; }

.shell {
  width: min(1180px, 100% - 3rem);
  margin-inline: auto;
}
@media (max-width: 600px) { .shell { width: min(1180px, 100% - 2.25rem); } }

.center { text-align: center; }

/* Film grain — gives the flat colour fields some tooth */
.grain {
  position: fixed; inset: 0; z-index: 9998; pointer-events: none;
  opacity: .04; mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ── 3. TYPE ───────────────────────────────────────────────── */

.h2 {
  font-family: var(--f-display);
  font-weight: var(--display-w);
  font-size: clamp(2.15rem, 1.4rem + 3vw, 3.5rem);
  line-height: 1.1;
  letter-spacing: -.012em;
  margin: 0 0 1.1rem;
  color: var(--ink);
  text-wrap: balance;
}
.h2 em {
  font-family: var(--f-script);
  font-style: normal;
  font-size: 1.28em;
  line-height: .8;
  color: var(--gold);
  padding-inline: .04em;
  position: relative;
  top: var(--script-lift);
}

.eyebrow {
  font-size: .75rem;
  font-weight: 500;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--gold-text);
  margin: 0 0 1.1rem;
}

.lede {
  font-family: var(--f-display);
  font-size: clamp(1.25rem, 1.05rem + .7vw, 1.6rem);
  line-height: 1.5;
  color: var(--ink);
  font-weight: 400;
}
.lede em { font-style: italic; color: var(--ink-soft); }

p { margin: 0 0 1.15rem; color: var(--ink-soft); }
.measure p:last-child { margin-bottom: 0; }

/* Left heads stay narrow (3 lines reads as a column);
   centred heads get room so balance resolves them to 2. */
.sec-head { max-width: 24rem; margin-bottom: clamp(2.75rem, 5vw, 4.25rem); }
.sec-head--center { max-width: 40rem; margin-inline: auto; text-align: center; }
.sec-head .h2 { margin-bottom: 0; }

/* ── 4. BUTTONS ────────────────────────────────────────────── */

.btn {
  --pad: 1.05rem 2.3rem;
  display: inline-block;
  padding: var(--pad);
  font-family: var(--f-body);
  font-size: .8rem;
  font-weight: 500;
  letter-spacing: .2em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 2px;
  cursor: pointer;
  transition: background-color .4s, color .4s, border-color .4s, transform .4s, box-shadow .4s;
}
/* Dark ink on gold, not white — white on these golds is ~2.2–3.0:1
   and fails WCAG AA. Dark ink clears 5:1 in all three themes. */
.btn--solid {
  background: var(--gold);
  color: var(--on-gold);
  box-shadow: 0 12px 30px -14px color-mix(in srgb, var(--gold) 75%, black);
}
.btn--solid:hover {
  background: var(--gold-lift);
  transform: translateY(-2px);
  box-shadow: 0 18px 38px -16px color-mix(in srgb, var(--gold) 75%, black);
}
.btn--ghost {
  background: none;
  border-color: currentColor;
  color: inherit;
  opacity: .82;
}
.btn--ghost:hover { opacity: 1; transform: translateY(-2px); }

/* ── 5. HEADER ─────────────────────────────────────────────── */

.site-head {
  position: fixed; inset: 0 0 auto; z-index: 900;
  padding: 1.5rem 0;
  transition: padding .5s, background-color .5s, box-shadow .5s;
}
.site-head::before {
  content: ""; position: absolute; inset: 0;
  background: var(--paper);
  opacity: 0; transition: opacity .5s;
}
.site-head.is-stuck { padding: .8rem 0; box-shadow: 0 1px 0 var(--rule); }
.site-head.is-stuck::before { opacity: .97; }

.head-inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; position: relative; }

.wordmark { text-decoration: none; line-height: 1; display: grid; gap: .3rem; }
.wordmark__name {
  font-family: var(--f-display);
  font-weight: var(--display-w);
  font-size: 1.42rem;
  letter-spacing: .02em;
  color: var(--on-deep);
  transition: color .5s;
}
.wordmark__role {
  font-size: .66rem; letter-spacing: .34em; text-transform: uppercase;
  color: var(--gold);
}
.site-head.is-stuck .wordmark__name { color: var(--ink); }

.nav { display: flex; gap: 2.1rem; }
.nav a {
  font-size: .85rem; letter-spacing: .18em; text-transform: uppercase;
  text-decoration: none; color: var(--on-deep); opacity: .8;
  position: relative; padding-bottom: 3px; transition: opacity .35s, color .5s;
}
.nav a::after {
  content: ""; position: absolute; left: 0; bottom: 0; height: 1px; width: 100%;
  background: var(--gold); transform: scaleX(0); transform-origin: right;
  transition: transform .45s cubic-bezier(.4,0,.2,1);
}
.nav a:hover { opacity: 1; }
.nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.site-head.is-stuck .nav a { color: var(--ink); }

/* min-height keeps a real tap target once the number itself is hidden
   on small screens — otherwise this collapses to the 15px icon. */
.head-phone {
  display: inline-flex; align-items: center; justify-content: center;
  gap: .55rem;
  min-height: 44px; min-width: 44px;
  text-decoration: none; color: var(--on-deep);
  font-size: .95rem; letter-spacing: .08em;
  transition: color .5s;
}
.head-phone svg { width: 15px; height: 15px; fill: var(--gold); }
.site-head.is-stuck .head-phone { color: var(--ink); }

.head-right { display: flex; align-items: center; gap: 1.1rem; }

/* ── Mobile menu ───────────────────────────────────────────
   Below 900px the desktop nav is hidden, so without this the
   page has no navigation at all on phone or iPad portrait.
   ──────────────────────────────────────────────────────── */
.menu-btn {
  display: none;
  width: 42px; height: 42px;
  align-items: center; justify-content: center;
  flex-direction: column; gap: 6px;
  background: none; border: 1px solid rgba(255,255,255,.28);
  border-radius: 2px; cursor: pointer; padding: 0;
  transition: border-color .4s, background-color .4s;
}
.menu-btn span {
  display: block; width: 17px; height: 1px;
  background: var(--on-deep);
  transition: transform .4s cubic-bezier(.2,.7,.3,1), opacity .3s, background-color .5s;
}
.site-head.is-stuck .menu-btn { border-color: var(--rule); }
.site-head.is-stuck .menu-btn span { background: var(--ink); }
.menu-btn[aria-expanded="true"] span { background: var(--on-deep); }
.menu-btn[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
.menu-btn[aria-expanded="true"] span:last-child  { transform: translateY(-3.5px) rotate(-45deg); }

.mobile-nav {
  position: fixed; inset: 0; z-index: 890;
  background: var(--deep-2);
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 2.5rem;
  padding: 6rem 2rem 3rem;
  opacity: 0; transition: opacity .38s ease;
}
.mobile-nav[hidden] { display: none; }
.mobile-nav.is-open { opacity: 1; }
.mobile-nav nav { display: grid; gap: 1.6rem; text-align: center; }
.mobile-nav nav a {
  font-family: var(--f-display);
  font-weight: var(--display-w);
  font-size: clamp(1.9rem, 1.3rem + 3vw, 2.6rem);
  line-height: 1;
  color: var(--on-deep);
  text-decoration: none;
  transition: color .3s;
}
.mobile-nav nav a:hover { color: var(--gold-lift); }
.mobile-nav__foot {
  display: grid; gap: 1.1rem; justify-items: center; text-align: center;
  padding-top: 2rem; width: 100%;
  border-top: 1px solid rgba(255,255,255,.14);
}
.mobile-nav__foot a[href^="mailto"] {
  color: var(--on-deep-soft); font-size: .85rem; text-decoration: none;
  word-break: break-word;
}
body.nav-open { overflow: hidden; }

@media (max-width: 900px) {
  .nav { display: none; }
  .menu-btn { display: flex; }
}
@media (max-width: 460px) {
  .head-phone span { display: none; }
  .head-right { gap: .65rem; }
}

/* ── 6. HERO ───────────────────────────────────────────────── */

.hero {
  position: relative;
  min-height: 100svh;
  height: auto;                      /* grow past the fold rather than collide */
  display: flex; align-items: flex-end;
  padding: clamp(8.5rem, 17vh, 12rem) 0 clamp(3.5rem, 7vw, 6rem);
  overflow: hidden;
  isolation: isolate;
}
.hero__media { position: absolute; inset: 0; z-index: -2; }
.hero__img {
  position: absolute; inset: -8% 0 -8%;
  background-image: var(--hero-src);
  background-size: cover;
  background-position: var(--hero-pos);
  will-change: transform;
  transition: background-image .6s ease;
}
.hero__scrim {
  position: absolute; inset: 0;
  background:
    linear-gradient(to top,
      color-mix(in srgb, var(--deep-2) 94%, transparent) 0%,
      color-mix(in srgb, var(--deep-2) 72%, transparent) 34%,
      color-mix(in srgb, var(--deep-2) 30%, transparent) 68%,
      color-mix(in srgb, var(--deep-2) 46%, transparent) 100%),
    linear-gradient(to right,
      color-mix(in srgb, var(--deep-2) 62%, transparent) 0%,
      transparent 62%);
  opacity: calc(.55 + var(--hero-dim) * .8);
}

.hero__inner { position: relative; width: min(1180px, 100% - 3rem); }
.hero__copy { max-width: 44rem; color: var(--on-deep); }
.hero__copy .eyebrow { color: var(--gold-lift); }
/* Wide, soft shadow — invisible as a shadow, but keeps copy legible
   wherever the photograph runs bright behind it. */
.hero__copy .eyebrow,
.hero__title,
.hero__sub { text-shadow: 0 1px 22px rgba(0,0,0,.5), 0 1px 3px rgba(0,0,0,.25); }

.hero__title {
  font-family: var(--f-display);
  font-weight: var(--display-w);
  font-size: clamp(2.7rem, 1.4rem + 5.6vw, var(--h1-max));
  line-height: 1.03;
  letter-spacing: -.02em;
  margin: 0 0 1.6rem;
  color: #fff;
  text-wrap: balance;
}
.hero__title em {
  font-family: var(--f-script);
  font-style: normal;
  font-size: 1.16em;
  color: var(--gold-lift);
  padding-inline: .05em;
}

.hero__sub {
  max-width: 34rem;
  color: var(--on-deep);
  opacity: .9;
  font-size: clamp(1.06rem, 1rem + .32vw, 1.21rem);
  margin-bottom: 2.2rem;
}

.hero__actions { display: flex; flex-wrap: wrap; gap: .9rem; margin-top: 2.4rem; }
.hero__actions .btn--ghost { color: var(--on-deep); }

/* Mini player in the hero */
.mini-player {
  display: inline-flex; align-items: center; gap: 1rem;
  padding: .7rem 1.5rem .7rem .7rem;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 100px;
  background: rgba(255,255,255,.07);
  backdrop-filter: blur(10px);
  transition: border-color .4s, background-color .4s;
}
.mini-player:hover { border-color: rgba(255,255,255,.42); background: rgba(255,255,255,.11); }
.mini-player__btn {
  flex: none;
  width: 42px; height: 42px; border-radius: 50%;
  border: none; cursor: pointer;
  background: var(--gold); color: #fff;
  display: grid; place-items: center;
  transition: background-color .35s, transform .35s;
}
.mini-player__btn { color: var(--on-gold); }
.mini-player__btn:hover { background: var(--gold-lift); transform: scale(1.06); }
.mini-player__body { display: grid; gap: .45rem; }
.mini-player__label {
  font-size: .72rem; letter-spacing: .22em; text-transform: uppercase;
  color: var(--on-deep); opacity: .85;
}

/* play / pause glyphs */
.ico-play, .ico-pause { display: block; }
.ico-play {
  width: 0; height: 0;
  border-left: 9px solid currentColor;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  margin-left: 3px;
}
.ico-pause {
  display: none;
  width: 9px; height: 11px;
  border-left: 3px solid currentColor;
  border-right: 3px solid currentColor;
}
.is-playing .ico-play { display: none; }
.is-playing .ico-pause { display: block; }

/* animated equaliser bars */
.bars { display: flex; align-items: center; gap: 3px; height: 18px; }
.bars i {
  width: 2px;
  background: var(--on-deep); opacity: .45;
  border-radius: 1px;
  transition: height .35s ease, opacity .3s;
}
/* a static waveform at rest, so it doesn't read as a dotted rule */
.bars i:nth-child(1),  .bars i:nth-child(11) { height: 26%; }
.bars i:nth-child(2),  .bars i:nth-child(12) { height: 52%; }
.bars i:nth-child(3),  .bars i:nth-child(13) { height: 88%; }
.bars i:nth-child(4),  .bars i:nth-child(14) { height: 60%; }
.bars i:nth-child(5),  .bars i:nth-child(15) { height: 34%; }
.bars i:nth-child(6),  .bars i:nth-child(16) { height: 70%; }
.bars i:nth-child(7),  .bars i:nth-child(17) { height: 100%; }
.bars i:nth-child(8),  .bars i:nth-child(18) { height: 44%; }
.bars i:nth-child(9),  .bars i:nth-child(19) { height: 66%; }
.bars i:nth-child(10), .bars i:nth-child(20) { height: 30%; }
.is-playing .bars i {
  opacity: .95;
  animation: eq 1.05s ease-in-out infinite alternate;
}
.bars i:nth-child(3n)   { animation-delay: -.15s; }
.bars i:nth-child(3n+1) { animation-delay: -.42s; }
.bars i:nth-child(4n)   { animation-delay: -.68s; }
.bars i:nth-child(5n)   { animation-delay: -.9s;  }
@keyframes eq {
  0%   { height: 12%; }
  30%  { height: 72%; }
  60%  { height: 34%; }
  100% { height: 100%; }
}

/* Capture mode (?shot=1) — pins the hero to a fixed height so a
   tall render window produces a true full-page screenshot. */
html[data-shot] .hero { min-height: 820px; }
html[data-shot] .site-head { position: absolute; }

/* ── 7. STRINGS DIVIDER ────────────────────────────────────── */

.strings {
  position: relative;
  height: 92px;
  overflow: hidden;
  background-image: repeating-linear-gradient(90deg,
    var(--rule) 0 1px, transparent 1px 15px);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 22%, #000 78%, transparent),
                       linear-gradient(180deg, #000 6%, transparent 92%);
  -webkit-mask-composite: source-in;
          mask-image: linear-gradient(90deg, transparent, #000 22%, #000 78%, transparent),
                      linear-gradient(180deg, #000 6%, transparent 92%);
          mask-composite: intersect;
}
.strings span {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--gold) 55%, transparent), transparent);
  width: 34%;
  animation: shimmer 9s ease-in-out infinite;
}
@keyframes shimmer {
  0%, 100% { transform: translateX(-40%); opacity: 0; }
  40%      { opacity: .85; }
  50%      { transform: translateX(220%); opacity: .5; }
  60%      { opacity: 0; }
}

/* ── 8. RECOGNITION ────────────────────────────────────────── */

.recognition {
  background: var(--paper-2);
  padding-bottom: clamp(6rem, 12vw, 10rem);
  position: relative;
  transition: background-color .7s ease;
}
.recognition__inner { position: relative; }
.measure {
  max-width: 39rem;
  margin-inline: auto;
  text-align: center;
  padding-top: 1rem;
}
.measure .h2 { margin-bottom: 1.8rem; }
.measure .lede { margin-bottom: 1.6rem; }

/* ── PLATE ─────────────────────────────────────────────────
   Framed-print treatment. A photograph with only a soft ambient
   shadow reads as a cut-out floating over the page; a mat gives it
   an edge, the French line inside the mat gives it craft, and a
   tight contact shadow under a wide ambient one sits it down on
   the paper. Used for every standalone photograph.
   ──────────────────────────────────────────────────────── */
.plate {
  position: relative;
  background: var(--paper);
  padding: clamp(10px, 1.05vw, 15px);
  border: 1px solid var(--rule);
  border-radius: 2px;
  box-shadow:
    0 1px 2px rgba(0,0,0,.11),
    0 4px 8px -3px rgba(0,0,0,.13),
    0 26px 46px -22px rgba(0,0,0,.40);
  transition: transform .6s cubic-bezier(.2,.7,.3,1), box-shadow .6s;
}
/* the French line, sitting in the mat just outside the image */
.plate::after {
  content: "";
  position: absolute;
  inset: clamp(4px, .45vw, 6px);
  border: 1px solid var(--rule);
  opacity: .75;
  pointer-events: none;
}
.plate > img {
  display: block;
  width: 100%;
  position: relative;
}
.plate:hover {
  transform: translateY(-4px);
  box-shadow:
    0 1px 2px rgba(0,0,0,.11),
    0 6px 12px -4px rgba(0,0,0,.14),
    0 40px 64px -26px rgba(0,0,0,.46);
}

.recognition__detail {
  margin: 0 auto clamp(3rem, 6vw, 4.5rem);
  width: min(392px, 66%);
}
.recognition__detail img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

/* ── 9. LISTEN (dark panel) ────────────────────────────────── */

.listen {
  background: var(--deep);
  color: var(--on-deep);
  padding: clamp(5.5rem, 11vw, 9rem) 0;
  position: relative;
  overflow: hidden;
  transition: background-color .7s ease;
}
.listen::before {
  content: ""; position: absolute; inset: 0;
  background-image: repeating-linear-gradient(90deg,
    rgba(255,255,255,.07) 0 1px, transparent 1px 26px);
  -webkit-mask-image: radial-gradient(ellipse at 82% 8%, #000, transparent 62%);
          mask-image: radial-gradient(ellipse at 82% 8%, #000, transparent 62%);
  pointer-events: none;
}
.listen .h2, .listen .lede { color: var(--on-deep); }
.listen .eyebrow { color: var(--gold-lift); }

.listen__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 21rem) minmax(0, 1fr);
  gap: clamp(2.5rem, 6vw, 5rem);
  align-items: start;
}
.listen__inner .sec-head { max-width: none; margin-bottom: 0; }
.listen__aside {
  margin: 1.6rem 0 0;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255,255,255,.16);
  font-size: .99rem;
  line-height: 1.7;
  color: var(--on-deep-soft);
  max-width: 30ch;
}
@media (max-width: 900px) {
  .listen__inner { grid-template-columns: 1fr; }
  .listen__inner .sec-head { margin-bottom: 2.5rem; }
  .listen__aside { display: none; }
}

.player { position: relative; }
.player__tabs {
  display: flex; flex-wrap: wrap; gap: 2.1rem;
  border-bottom: 1px solid rgba(255,255,255,.16);
  margin-bottom: .5rem;
}
.player__tabs button {
  appearance: none; background: none; border: 0; cursor: pointer;
  font-family: var(--f-body);
  font-size: .8rem; letter-spacing: .19em; text-transform: uppercase;
  color: var(--on-deep-soft);
  padding: .95rem 0;                 /* ~44px tap target */
  position: relative;
  transition: color .35s;
}
.player__tabs button::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 1px;
  background: var(--gold-lift);
  transform: scaleX(0); transform-origin: left;
  transition: transform .5s cubic-bezier(.4,0,.2,1);
}
.player__tabs button:hover { color: var(--on-deep); }
.player__tabs button.is-active { color: #fff; }
.player__tabs button.is-active::after { transform: scaleX(1); }

.player__panel { display: none; }
.player__panel.is-active { display: block; animation: fadeUp .6s cubic-bezier(.2,.7,.3,1) both; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }

.tracks { list-style: none; margin: 0; padding: 0; }
.tracks li + li { border-top: 1px solid rgba(255,255,255,.1); }

.track {
  position: relative; overflow: hidden;
  width: 100%; display: flex; align-items: center; gap: 1.15rem;
  background: none; border: 0; cursor: pointer;
  padding: 1.12rem .9rem;
  color: var(--on-deep);
  font-family: var(--f-body); font-size: 1rem; text-align: left;
  transition: background-color .35s, padding-left .35s;
}
.track:hover { background: rgba(255,255,255,.045); padding-left: 1.3rem; }
.track__ico {
  flex: none; width: 32px; height: 32px; border-radius: 50%;
  display: grid; place-items: center;
  border: 1px solid rgba(255,255,255,.28);
  color: var(--on-deep);
  transition: background-color .35s, border-color .35s, color .35s;
}
.track:hover .track__ico { border-color: var(--gold-lift); color: var(--gold-lift); }
.track.is-playing .track__ico { background: var(--gold); border-color: var(--gold); color: var(--on-gold); }
.track__name { flex: 1; letter-spacing: .012em; }
.track__len { font-size: .87rem; color: var(--on-deep-soft); letter-spacing: .06em; }
/* driven from audio currentTime in look.js, not a keyframe */
.track__prog {
  position: absolute; left: 0; bottom: 0; height: 2px; width: 100%;
  background: var(--gold-lift);
  transform: scaleX(0); transform-origin: left;
  transition: transform .2s linear;
}

.player__note {
  font-family: var(--f-display);
  font-style: italic;
  font-size: 1.09rem;
  color: var(--on-deep-soft);
  margin: 1.9rem 0 0;
  padding-left: .9rem;
  border-left: 1px solid var(--gold);
  padding-block: .35rem;
  max-width: 42ch;
}

/* ── 9b. WATCH ─────────────────────────────────────────────
   Her thumbnails are unstyled, so the collapsed state shows none —
   just a typographic list, like a recital programme. The player is
   only built on open, which also means no YouTube iframe (and no
   YouTube cookies) load with the page.
   ──────────────────────────────────────────────────────── */

.watch { padding: clamp(5.5rem, 11vw, 9rem) 0; }
.watch .sec-head .h2 { margin-bottom: 1.1rem; }
.watch__intro {
  margin: 0 auto;
  max-width: 46ch;
  font-size: 1.05rem;
}

.vids {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 46rem;
  border-top: 1px solid var(--rule);
}
.vid { border-bottom: 1px solid var(--rule); }

.vid__row {
  width: 100%;
  display: flex; align-items: center; gap: 1.15rem;
  background: none; border: 0; cursor: pointer;
  padding: 1.35rem .4rem;
  text-align: left; color: inherit;
  font-family: var(--f-body);
  transition: padding-left .4s cubic-bezier(.2,.7,.3,1);
}
.vid__row:hover { padding-left: .9rem; }

.vid__ico {
  flex: none; width: 34px; height: 34px; border-radius: 50%;
  display: grid; place-items: center;
  border: 1px solid var(--rule);
  color: var(--gold-text);
  transition: background-color .4s, border-color .4s, color .4s;
}
.vid__row:hover .vid__ico { border-color: var(--gold); }
.vid.is-open .vid__ico {
  background: var(--gold); border-color: var(--gold); color: var(--on-gold);
}

.vid__name {
  flex: 1;
  font-family: var(--f-display);
  font-weight: var(--display-w);
  font-size: clamp(1.2rem, 1.05rem + .5vw, 1.5rem);
  line-height: 1.25;
  color: var(--ink);
}
.vid__name em {
  display: block;
  font-family: var(--f-body);
  font-style: normal;
  font-size: .84rem;
  letter-spacing: .04em;
  color: var(--ink-soft);
  opacity: .8;
  margin-top: .15rem;
}
.vid__tag {
  flex: none;
  font-size: .66rem; letter-spacing: .2em; text-transform: uppercase;
  color: var(--gold-text);
  padding-left: .5rem;
}

/* Height is measured and set in JS, then released to auto.
   The tidier 0fr→1fr grid trick does NOT work here: it sizes the row to
   max-content, and the frame derives its height from aspect-ratio on a
   percentage width — indefinite during intrinsic sizing, so it measures
   as zero and the panel never opens. */
.vid__panel {
  height: 0;
  overflow: hidden;
  transition: height .55s cubic-bezier(.2,.7,.3,1);
}

.vid__frame {
  margin: 0 auto .4rem;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: var(--deep-2);
  border-radius: 2px;
  overflow: hidden;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity .5s .12s, transform .5s .12s;
}
.vid.is-open .vid__frame { opacity: 1; transform: none; }
/* vertical Shorts must be reined in or they run the height of the page */
.vid[data-ratio="9/16"] .vid__frame {
  aspect-ratio: 9 / 16;
  max-width: min(300px, 78%);
}
.vid__frame iframe { width: 100%; height: 100%; border: 0; display: block; }

.watch__note {
  text-align: center;
  margin: clamp(2rem, 4vw, 2.75rem) 0 0;
  font-family: var(--f-display);
  font-style: italic;
  font-size: .95rem;
  color: var(--ink-soft);
  opacity: .78;
}

@media (max-width: 620px) {
  .vid__row { gap: .85rem; padding: 1.15rem .2rem; }
  .vid__row:hover { padding-left: .35rem; }
  .vid__tag { display: none; }
  .vid[data-ratio="9/16"] .vid__frame { max-width: min(260px, 88%); }
}

/* ── 10. OCCASIONS ─────────────────────────────────────────── */

.occasions { padding: clamp(5.5rem, 11vw, 9rem) 0; }

.cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(1.6rem, 3vw, 2.6rem);
}
@media (max-width: 760px) { .cards { grid-template-columns: 1fr; } }

.card {
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: 2px;
  overflow: hidden;
  transition: transform .55s cubic-bezier(.2,.7,.3,1), box-shadow .55s, border-color .55s;
}
.card:hover {
  transform: translateY(-6px);
  box-shadow: 0 44px 70px -44px rgba(0,0,0,.42);
  border-color: color-mix(in srgb, var(--gold) 60%, transparent);
}
.card__img { overflow: hidden; }
.card__img img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  filter: saturate(.82) contrast(1.02);
  transition: transform 1.1s cubic-bezier(.2,.7,.3,1), filter .6s;
}
.card:hover .card__img img { transform: scale(1.055); filter: saturate(.95); }
.card__body { padding: 1.9rem clamp(1.5rem, 3vw, 2.2rem) 2.15rem; }
.card__body h3 {
  font-family: var(--f-display);
  font-weight: var(--display-w);
  font-size: 1.52rem;
  line-height: 1.2;
  margin: 0 0 .75rem;
  color: var(--ink);
}
.card__body p { margin: 0; font-size: 1.03rem; }

/* ── 11. REASSURANCE ───────────────────────────────────────── */

.reassure {
  background: var(--paper-2);
  padding: clamp(5.5rem, 11vw, 9rem) 0;
  transition: background-color .7s ease;
}
.reassure__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2.5rem, 6vw, 5.5rem);
  align-items: center;
}
@media (max-width: 860px) { .reassure__inner { grid-template-columns: 1fr; } }

/* 3:4 matches the source exactly, so the full harp is never cropped. */
.reassure__media { margin: 0; justify-self: end; width: min(100%, 26rem); }
.reassure__media img {
  aspect-ratio: 3 / 4; object-fit: cover;
  filter: saturate(.92);
}
@media (max-width: 860px) {
  .reassure__media { justify-self: center; width: min(100%, 22rem); }
  .reassure__media img { aspect-ratio: 4 / 5; }
}

.ticks { list-style: none; margin: 2rem 0 0; padding: 0; display: grid; gap: .7rem; }
.ticks li {
  position: relative; padding-left: 1.75rem;
  font-size: 1rem; color: var(--ink-soft);
  letter-spacing: .02em;
}
.ticks li::before {
  content: ""; position: absolute; left: 0; top: .62em;
  width: 11px; height: 1px; background: var(--gold);
}

/* ── 12. VOICES ────────────────────────────────────────────── */

.voices { padding: clamp(5.5rem, 11vw, 9rem) 0; }

/* Five small stars, drawn as a repeated mask so they stay crisp and take
   the theme's gold. Deliberately ~11px — a quiet verification mark, not
   a shop-front rating badge. */
/* Tile is 1.25em wide (star occupies 20 of the 25-unit viewBox, so the
   remainder is the gap) and the box is exactly 5 tiles across. Width and
   mask-size must stay in lockstep or a partial 6th star appears. */
.stars {
  display: block;
  width: 6.25em;                       /* 5 × 1.25em — exactly five */
  height: 1em;
  font-size: 11px;
  background-color: var(--gold);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 20'%3E%3Cpath d='M10 1l2.47 6.35 6.81.36-5.3 4.28 1.77 6.58L10 14.8l-5.75 3.77 1.77-6.58L.72 7.71l6.81-.36z'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 20'%3E%3Cpath d='M10 1l2.47 6.35 6.81.36-5.3 4.28 1.77 6.58L10 14.8l-5.75 3.77 1.77-6.58L.72 7.71l6.81-.36z'/%3E%3C/svg%3E");
  -webkit-mask-size: 1.25em 1em;  mask-size: 1.25em 1em;
  -webkit-mask-repeat: repeat-x;  mask-repeat: repeat-x;
}
.stars--lg { font-size: 13px; margin-inline: auto; }

.rating-strip {
  margin: 1.9rem 0 0;
  display: flex; flex-direction: column; align-items: center; gap: .7rem;
}
.rating-strip__text {
  font-size: .95rem; letter-spacing: .02em; color: var(--ink-soft);
  max-width: 34ch; line-height: 1.6;
}

/* Masonry wall — columns rather than grid so cards of different lengths
   pack tightly and read as abundance instead of a tidy row of three. */
.wall {
  column-count: 3;
  column-gap: clamp(1.1rem, 2vw, 1.6rem);
}
@media (max-width: 980px) { .wall { column-count: 2; } }
@media (max-width: 620px) { .wall { column-count: 1; max-width: 34rem; margin-inline: auto; } }

.quote {
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  margin: 0 0 clamp(1.1rem, 2vw, 1.6rem);
  background: var(--paper-2);
  border: 1px solid var(--rule);
  border-radius: 3px;
  padding: 1.5rem clamp(1.25rem, 2vw, 1.6rem) 1.35rem;
  position: relative;
  box-shadow: 0 22px 40px -34px rgba(0,0,0,.42);
  transition: transform .5s cubic-bezier(.2,.7,.3,1), box-shadow .5s, border-color .5s;
}
.quote:hover {
  transform: translateY(-3px);
  box-shadow: 0 34px 56px -36px rgba(0,0,0,.5);
  border-color: color-mix(in srgb, var(--gold) 55%, transparent);
}
.quote .stars { margin-bottom: .95rem; }
.quote p {
  font-family: var(--f-display);
  font-size: 1.13rem;
  line-height: 1.58;
  color: var(--ink);
  margin: 0 0 1.15rem;
}
.quote cite {
  font-style: normal;
  display: flex; flex-wrap: wrap; align-items: baseline; gap: .55rem;
  font-size: .72rem; letter-spacing: .2em; text-transform: uppercase;
  color: var(--gold-text);
}
.quote cite span {
  letter-spacing: .11em;
  color: var(--ink-soft); opacity: .72;
  font-size: .63rem;
}

.wall-foot { margin-top: clamp(2.2rem, 4vw, 3rem); }
.badge-line {
  text-align: center;
  margin: 0;
  font-size: .74rem; letter-spacing: .2em; text-transform: uppercase;
  color: var(--ink-soft); opacity: .78;
  display: flex; flex-wrap: wrap; justify-content: center; gap: .75rem;
}
.badge-line a {
  color: var(--gold-text); text-decoration: none;
  border-bottom: 1px solid var(--rule);
  display: inline-block; padding: .45rem 0;
}
.badge-line a:hover { border-bottom-color: var(--gold); }

/* ── 12b. ABOUT ────────────────────────────────────────────── */

.about { padding: clamp(5.5rem, 11vw, 9rem) 0; }
.about__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: clamp(2.5rem, 6vw, 5.5rem);
  align-items: center;
}
@media (max-width: 860px) { .about__inner { grid-template-columns: 1fr; } }

.about__media { position: relative; padding-bottom: 4.5rem; padding-right: 3rem; }
.about__main { margin: 0; }
.about__main img { aspect-ratio: 5 / 4; object-fit: cover; }

/* small portrait overlapping the main plate — gives the section depth */
.about__inset {
  position: absolute; right: 0; bottom: 0;
  width: 46%; margin: 0;
  z-index: 2;
}
.about__inset img { aspect-ratio: 4 / 5; object-fit: cover; }
@media (max-width: 520px) {
  .about__media { padding-bottom: 3rem; padding-right: 1.5rem; }
  .about__inset { width: 52%; border-width: 5px; }
}

/* ── 13. INVESTMENT ────────────────────────────────────────── */

.investment {
  background: var(--paper-2);
  padding: clamp(5.5rem, 11vw, 9rem) 0;
  transition: background-color .7s ease;
}
.price-list { max-width: 46rem; margin-inline: auto; }
.price { padding: 1.9rem 0; border-bottom: 1px solid var(--rule); }
.price:first-child { border-top: 1px solid var(--rule); }
.price__main { display: flex; align-items: baseline; gap: .85rem; margin-bottom: .5rem; }
.price__main h3 {
  font-family: var(--f-display);
  font-weight: var(--display-w);
  font-size: clamp(1.35rem, 1.1rem + .7vw, 1.72rem);
  margin: 0; color: var(--ink); white-space: nowrap;
}
.price__dots {
  flex: 1; height: 1px; min-width: 1.5rem;
  background-image: radial-gradient(circle, var(--rule) 1px, transparent 1px);
  background-size: 6px 1px; background-repeat: repeat-x;
  transform: translateY(-.32em);
}
.price__fig {
  font-family: var(--f-display);
  font-size: clamp(1.3rem, 1.1rem + .6vw, 1.6rem);
  color: var(--gold-text); white-space: nowrap;
}
.price p { margin: 0; font-size: 1.02rem; max-width: 46ch; }

.fineprint {
  max-width: 46rem; margin: 2rem auto 2.8rem;
  font-size: .88rem; line-height: 1.7; color: var(--ink-soft); opacity: .8;
  text-align: center;
}

/* ── 14. CLOSING ───────────────────────────────────────────── */

.closing {
  position: relative;
  padding: clamp(5.5rem, 11vw, 9rem) 0;
  isolation: isolate;
  overflow: hidden;
}
.closing__media {
  position: absolute; inset: 0; z-index: -1;
  background-image: var(--close-src);
  background-size: cover; background-position: center;
  filter: saturate(.6);
}
.closing__media::after {
  content: ""; position: absolute; inset: 0;
  background: color-mix(in srgb, var(--deep-2) 74%, transparent);
}

.closing__panel {
  background: var(--paper);
  max-width: 40rem;
  margin-inline: auto;
  padding: clamp(2.4rem, 5vw, 3.8rem);
  border-radius: 2px;
  box-shadow: 0 60px 110px -50px rgba(0,0,0,.7);
  text-align: center;
}
.closing__panel .h2 { margin-bottom: 1rem; }

.form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem 1.1rem;
  margin: 2.2rem 0 1.6rem;
  text-align: left;
}
@media (max-width: 560px) { .form { grid-template-columns: 1fr; } }
.form .wide { grid-column: 1 / -1; }
.form label { display: grid; gap: .45rem; }
.form label span {
  font-size: .69rem; letter-spacing: .2em; text-transform: uppercase;
  color: var(--ink-soft);
}
.form input, .form textarea {
  font-family: var(--f-body); font-size: 1.02rem; color: var(--ink);
  background: transparent;
  border: 0; border-bottom: 1px solid var(--rule);
  padding: .55rem .1rem;
  transition: border-color .4s;
  resize: vertical;
}
.form input:focus, .form textarea:focus {
  outline: none; border-bottom-color: var(--gold);
}
.form input::placeholder, .form textarea::placeholder { color: var(--ink-soft); opacity: .42; }
.form .btn { grid-column: 1 / -1; justify-self: center; margin-top: .6rem; }

/* honeypot — off-screen rather than display:none, which some bots skip */
.hp {
  position: absolute;
  left: -9999px;
  width: 1px; height: 1px;
  overflow: hidden;
}

.form-status {
  margin: 0 0 1.4rem;
  font-size: .99rem;
  line-height: 1.6;
}
.form-status:empty { margin: 0; }
.form-status.is-ok {
  font-family: var(--f-display);
  font-size: 1.12rem;
  color: var(--ink);
}
.form-status.is-error { color: #8C3B2E; }

.closing__alt {
  font-size: .97rem; color: var(--ink-soft); margin: 0;
  line-height: 1.9;
}
.closing__alt a {
  color: var(--gold-text); text-decoration: none;
  border-bottom: 1px solid var(--rule);
  display: inline-block; padding: .3rem 0;
}
.closing__alt a:hover { border-bottom-color: var(--gold); }

/* ── 15. FOOTER ────────────────────────────────────────────── */

.site-foot {
  background: var(--deep-2);
  color: var(--on-deep-soft);
  padding: 3.6rem 0 4.4rem;
  font-size: .92rem;
  transition: background-color .7s ease;
}
.foot-inner {
  display: flex; flex-wrap: wrap; gap: 2rem;
  justify-content: space-between; align-items: flex-start;
}
.site-foot p { margin: 0; color: var(--on-deep-soft); line-height: 1.75; }
.foot-name {
  font-family: var(--f-display);
  font-size: 1.24rem; color: var(--on-deep) !important;
  margin-bottom: .35rem !important;
}
/* wrap matters — five links no longer fit one row at 320px */
.foot-links { display: flex; flex-wrap: wrap; gap: 1.7rem; }
.foot-links a {
  text-decoration: none; color: var(--on-deep-soft);
  font-size: .74rem; letter-spacing: .2em; text-transform: uppercase;
  padding: .55rem 0;                 /* touch room */
  transition: color .35s;
}
.foot-links a:hover { color: var(--gold-lift); }

/* ── 16. SCROLL REVEAL ─────────────────────────────────────── */

/* Gated on .js so that if scripting fails, nothing is ever hidden.
   Without this, one broken observer makes the whole page blank. */
.js .reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 1s cubic-bezier(.2,.7,.3,1), transform 1s cubic-bezier(.2,.7,.3,1);
  transition-delay: calc(var(--d, 0) * 110ms);
}
.js .reveal.is-in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .strings span, .bars i { animation: none !important; }
  .hero__img { transform: none !important; }
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .01ms !important; }
}

/* ── 16b. SMALL SCREENS ────────────────────────────────────
   Tuned against real device viewports (320×568 up). The goal on
   the shortest phone is that the primary CTA still lands on the
   first screen rather than below the fold.
   ──────────────────────────────────────────────────────── */

@media (max-width: 620px) {
  .hero { padding-top: 6.4rem; padding-bottom: 2.75rem; }
  .hero__copy .eyebrow {
    font-size: .66rem; letter-spacing: .17em; margin-bottom: .8rem;
  }
  .hero__title { margin-bottom: 1.05rem; }
  .hero__sub {
    font-size: .96rem; line-height: 1.6; margin-bottom: 1.5rem;
  }
  .mini-player { padding: .45rem 1.1rem .45rem .45rem; gap: .8rem; }
  .mini-player__label { font-size: .66rem; letter-spacing: .18em; }
  .hero__actions { margin-top: 1.5rem; gap: .35rem; width: 100%; }
  .hero__actions .btn--solid { width: 100%; text-align: center; }
  /* secondary CTA drops its box on small screens — saves ~40px of
     vertical space, which is the difference between the primary
     button sitting on the first screen or under it */
  .hero__actions .btn--ghost {
    border: 0; padding: .7rem 0; letter-spacing: .16em;
  }

  /* pricing rows: the nowrap title + figure will not fit one line */
  .price__main { flex-wrap: wrap; gap: .3rem .7rem; }
  .price__main h3 { white-space: normal; flex: 1 1 100%; }
  .price__dots { display: none; }
  .price__fig { flex: 0 0 auto; }

  /* tabs: three long labels do not fit a 320px row */
  .player__tabs { gap: 1.1rem; }
  .player__tabs button { font-size: .72rem; letter-spacing: .12em; }
  .track { padding-left: .2rem; padding-right: .2rem; gap: .85rem; }
  .track:hover { padding-left: .35rem; }
  .track__name { font-size: 1.02rem; line-height: 1.4; }

  .quote p { font-size: 1.07rem; }
  .foot-links { gap: 1.1rem; row-gap: .6rem; }
}

@media (max-width: 380px) {
  .hero__title { font-size: 2.42rem; }
  .hero__sub { font-size: .92rem; }
  .btn { padding: .95rem 1.4rem; font-size: .75rem; letter-spacing: .15em; }
  .h2 { font-size: 2rem; }
  .wordmark__name { font-size: 1.28rem; }
}

/* Short viewports — a 568px-tall phone has no room for the full
   hero rhythm, so tighten rather than push the CTA off-screen. */
@media (max-height: 620px) and (max-width: 900px) {
  .hero { padding-top: 5.6rem; padding-bottom: 2.25rem; }
  .hero__sub { margin-bottom: 1.15rem; }
  .hero__actions { margin-top: 1.15rem; }
  .mini-player { margin-bottom: 0; }
}
