/* ============================================================
   Harp for Joy — "Clear Morning"
   Chosen by Patricia, Sept 2026. Built for an activity director
   on a phone: big type, high contrast, rate and number always
   one tap away.
   ============================================================ */
:root{
  /* Sampled from Patricia's own photographs. Her harp is the palette:
     honey soundboard, rosewood body, brass hardware -- and the C strings,
     which are red on every harp so the player can find their place. */
  --paper:#FBF6EC;      /* warm ivory ground */
  --sand:#F1E5D0;       /* alternating panel -- a real step, not 4% */
  --clay:#E4D3B6;       /* third ground; fills the missing mid-value */
  --ink:#2A1F17;        /* warm brown-black, not blue-black */
  --muted:#6E5B4A;      /* warm mid -- body copy */
  --ember:#A55A33;      /* burnt sienna -- the harp's own wood, intensified.
                           Actions, eyebrows, "Joy". Warm, not alarm-red. */
  --ember-deep:#8A4726;
  --brass:#C08A3E;      /* decorative + string motif. 2.8:1 -- never small text */
  --pine:#1F5A56;       /* Patricia's colour, kept as the cool anchor */
  --pine-deep:#123B38;
  --rule:#E0D0B4;
  --bone:#F3EADB;

  --wrap:1180px;
  --pad:34px;
  --r:3px;
}

*{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *{animation:none!important;transition:none!important}
}
body{
  margin:0;background:var(--paper);color:var(--ink);
  font-family:"Public Sans","Segoe UI",system-ui,sans-serif;
  font-size:17.5px;line-height:1.62;-webkit-font-smoothing:antialiased;
}
img{max-width:100%}
img[width]{height:auto}
a{color:var(--ember)}
:focus-visible{outline:3px solid var(--ember);outline-offset:3px;border-radius:2px}

.wrap{max-width:var(--wrap);margin:0 auto;padding:0 var(--pad)}
/* The signature device: a field of strings with every seventh in C-string red,
   which is how a harp actually looks. Red is painted over the brass. */

.stringmark{
  width:30px;height:42px;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='48' viewBox='0 0 34 48' fill='none'%3E%3Cpath d='M5 9 Q19 2 29 21' stroke='%23C08A3E' stroke-width='2.2' stroke-linecap='round'/%3E%3Cline x1='5' y1='9' x2='5' y2='44' stroke='%23C08A3E' stroke-width='2.2' stroke-linecap='round'/%3E%3Cline x1='5' y1='44' x2='28' y2='28' stroke='%23C08A3E' stroke-width='2.2' stroke-linecap='round'/%3E%3Cline x1='7.8' y1='7.9' x2='7.8' y2='42.1' stroke='%23C08A3E' stroke-width='1.1' opacity='.72'/%3E%3Cline x1='10.4' y1='7.2' x2='10.4' y2='40.2' stroke='%23C08A3E' stroke-width='1.1' opacity='.72'/%3E%3Cline x1='13.0' y1='7.1' x2='13.0' y2='38.4' stroke='%23A55A33' stroke-width='1.7' opacity='1'/%3E%3Cline x1='15.6' y1='7.6' x2='15.6' y2='36.7' stroke='%23C08A3E' stroke-width='1.1' opacity='.72'/%3E%3Cline x1='18.0' y1='8.5' x2='18.0' y2='35.0' stroke='%23C08A3E' stroke-width='1.1' opacity='.72'/%3E%3Cline x1='20.4' y1='10.0' x2='20.4' y2='33.3' stroke='%23C08A3E' stroke-width='1.1' opacity='.72'/%3E%3Cline x1='22.6' y1='11.9' x2='22.6' y2='31.7' stroke='%23C08A3E' stroke-width='1.1' opacity='.72'/%3E%3Cline x1='24.8' y1='14.4' x2='24.8' y2='30.2' stroke='%23C08A3E' stroke-width='1.1' opacity='.72'/%3E%3Cline x1='27.0' y1='17.5' x2='27.0' y2='28.7' stroke='%23C08A3E' stroke-width='1.1' opacity='.72'/%3E%3C/svg%3E");
  background-repeat:no-repeat;background-size:contain;background-position:left top;
}

.skip{
  position:absolute;left:-9999px;top:0;background:var(--pine);color:#fff;
  padding:12px 20px;z-index:200;text-decoration:none;font-weight:600;
}
.skip:focus{left:0}

/* ---------- type ---------- */
/* Zilla Slab carries the headlines; Public Sans keeps everything you have to
   read fast -- rates, FAQ, nav, body. Numerals stay Public Sans for tabular figures. */
h1,h2,h3{font-family:"Zilla Slab",Georgia,serif;margin:0;letter-spacing:-.015em;text-wrap:balance;font-weight:600;line-height:1.08}
h1{font-size:clamp(36px,4.9vw,55px)}
h2{font-size:clamp(28px,3.4vw,41px)}
h3{font-size:22px;letter-spacing:-.01em;line-height:1.22}
p{margin:0}
.eyebrow{
  font-size:12.5px;letter-spacing:.17em;text-transform:uppercase;
  color:var(--ember-deep);font-weight:600;margin:0;
}
.lede{font-size:19.5px;line-height:1.58;color:var(--muted);max-width:56ch}
.stack{display:flex;flex-direction:column}
.stack.g8{gap:8px} .stack.g14{gap:14px} .stack.g20{gap:20px}
.stack.g16{gap:16px} .stack.g26{gap:26px} .stack.g36{gap:36px}

/* ---------- buttons ---------- */
.btn{
  display:inline-block;text-decoration:none;font-weight:600;font-size:16.5px;
  background:var(--ember);color:#fff;padding:16px 32px;border-radius:var(--r);
  transition:background .16s ease,transform .16s ease,box-shadow .16s ease;
}
.btn:hover{background:var(--ember-deep);transform:translateY(-1px);box-shadow:0 10px 22px -12px rgba(20,60,57,.7)}
.btn:active{transform:translateY(0)}
.btn.ghost{background:transparent;color:var(--bone);border:1px solid rgba(237,242,240,.42)}
.btn.ghost:hover{background:rgba(237,242,240,.1);box-shadow:none}
.telblock{
  text-decoration:none;color:var(--ink);font-weight:700;font-size:19px;line-height:1.2;
  display:inline-block;font-variant-numeric:tabular-nums;
}
.telblock small{display:block;font-weight:400;font-size:13px;color:var(--muted);letter-spacing:.05em;padding-top:5px}
.telblock:hover{color:var(--ember)}
.ctarow{display:flex;flex-wrap:wrap;align-items:center;gap:26px}

/* ---------- header ---------- */
.site-header{
  position:sticky;top:0;z-index:100;background:rgba(252,252,250,.94);
  backdrop-filter:saturate(180%) blur(10px);border-bottom:1px solid var(--rule);
}
.nav{display:flex;align-items:center;gap:26px;padding:16px 0}
.wm{
  font-family:"Zilla Slab",Georgia,serif;
  font-size:26px;font-weight:600;letter-spacing:-.005em;line-height:1;
  text-decoration:none;color:var(--ink);white-space:nowrap;
  padding:9px 0;display:inline-block;
}
.wm em{font-style:normal;color:var(--ember)}
.navlinks{display:flex;gap:26px;margin:0 0 0 auto;padding:0;list-style:none;align-items:center}
.navlinks a{
  color:var(--muted);font-size:15px;white-space:nowrap;padding:11px 0;
  text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:5px;
  text-decoration-color:rgba(110,91,74,.40);transition:color .16s,text-decoration-color .16s;
}
.navlinks a:hover{color:var(--ember-deep);text-decoration-color:var(--ember)}
.navlinks a[aria-current="page"]{color:var(--ink);text-decoration-color:var(--ember)}
.navcall{
  background:var(--ember);color:#fff;padding:12px 20px;border-radius:var(--r);
  text-decoration:none;font-weight:700;font-size:15.5px;white-space:nowrap;
  font-variant-numeric:tabular-nums;
}
.navcall:hover{background:var(--ember-deep)}

/* ---------- hero ---------- */
.hero-body{
  display:grid;grid-template-columns:minmax(0,1.08fr) minmax(0,1fr);
  gap:60px;align-items:end;padding:62px 0 44px;
}
.hero-band{display:block;width:100%;aspect-ratio:24/7;max-height:340px;min-height:190px;object-fit:cover;object-position:58% 22%}
/* ---------- downlight ----------
   A recessed fixture in the ceiling of each dark section: a hot core at the
   top edge and a broad spill under it. Peak alpha is held at .20 because
   anything stronger drops light copy below 4.5:1 where the pool is brightest. */
.downlight{
  position:absolute;left:0;right:0;top:0;height:min(52%,380px);
  z-index:1;pointer-events:none;
  background:
    radial-gradient(46% 100% at 50% -4%, rgba(247,220,158,.26) 0%, rgba(247,220,158,.11) 40%, rgba(247,220,158,0) 74%),
    radial-gradient(120% 100% at 50% -16%, rgba(206,158,86,.15) 0%, rgba(206,158,86,.05) 52%, rgba(206,158,86,0) 80%);
}
/* On a light ground the fixture reads as warmth, not brightness -- a golden
   haze on a cream wall rather than a brighter patch. */
.downlight.on-light{
  height:min(46%,330px);
  background:
    radial-gradient(52% 100% at 50% -4%, rgba(233,188,112,.24) 0%, rgba(233,188,112,.10) 40%, rgba(233,188,112,0) 74%),
    radial-gradient(120% 100% at 50% -16%, rgba(206,158,86,.10) 0%, rgba(206,158,86,.03) 52%, rgba(206,158,86,0) 80%);
}
.downlight.on-light::after{background:linear-gradient(90deg,transparent,rgba(198,150,78,.40),transparent)}
#top{position:relative;isolation:isolate;overflow:hidden}
#top > .wrap,#top > .hero-band,#top > .rates-banner{position:relative;z-index:2}

/* the fixture itself, seen edge-on in the ceiling */
.downlight::after{
  content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);
  width:min(54%,620px);height:2px;
  background:linear-gradient(90deg,transparent,rgba(247,226,176,.60),transparent);
}
.rates-banner{position:relative;isolation:isolate;overflow:hidden;background:var(--pine-deep);border-top:3px solid var(--ember)}
.rates-banner > .wrap{position:relative;z-index:2}
.rates-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}
.rates-strip .cell{padding:30px 30px;position:relative;display:flex;flex-direction:column;gap:4px}
.rates-strip .cell + .cell::before{content:"";position:absolute;left:0;top:20px;bottom:20px;width:1px;background:rgba(224,208,180,.26)}
.rates-strip b{font-family:"Public Sans",sans-serif;font-size:36px;font-weight:700;letter-spacing:-.035em;font-variant-numeric:tabular-nums;color:#FFF7EA;line-height:1.05}
/* The banner is short enough that all of it sits in the pool, so these
   14.5px labels take the full peak. */
.rates-strip span{font-size:14.5px;color:#F2E7D4}

/* ---------- section frame ---------- */
section{padding:88px 0}
section.tight{padding:64px 0}
.sec-head{display:flex;flex-direction:column;gap:16px;max-width:62ch}
.panel{background:var(--sand)}
.dark{background:var(--pine-deep);color:var(--bone);position:relative;isolation:isolate;overflow:hidden}
.dark > .wrap{position:relative;z-index:2}
.dark h2,.dark h3{color:#fff}
.dark p{color:#D3E0DD}
.dark .eyebrow{color:#F0D9A6}
.rule{height:1px;background:var(--rule);border:0;margin:0}

/* ---------- recognition ---------- */
.recognition{max-width:760px;margin:0 auto;text-align:center;display:flex;flex-direction:column;gap:26px;align-items:center}
.recognition p{font-size:19.5px;line-height:1.62;color:var(--muted)}
.recognition .last{color:var(--ink);font-weight:600;font-size:21px}
.hairline{width:64px;height:3px;background:var(--ember);border:0;margin:0}

/* ---------- services ---------- */
.services{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:40px;margin-top:52px}
.svc{display:flex;flex-direction:column;gap:20px}
/* Offset brass frame behind each contained image, the way a print is mounted. */
.framed{position:relative;display:block;margin:0}
.framed::after{
  content:"";position:absolute;left:16px;top:16px;right:-16px;bottom:-16px;
  border:1px solid var(--brass);opacity:.5;z-index:0;pointer-events:none;
}
.framed img{position:relative;z-index:1;border-radius:var(--r);
  box-shadow:0 20px 44px -22px rgba(42,31,23,.55),0 2px 6px rgba(42,31,23,.10)}
.dark .framed::after{border-color:#8FBDB6;opacity:.45}
.svc figure{margin:0 0 18px;background:transparent}
.svc img{display:block;width:100%;aspect-ratio:5/4;object-fit:cover}
.svc img[src*="concert"]{object-position:50% 8%}
.svc img[src*="bedside"]{object-position:50% 30%}
/* The lap-harp shot is a grayscale press scan; a little warmth stops it
   reading as a different site to the colour photo beside it. */
.svc img[src*="bedside"]{filter:sepia(.34) saturate(1.18) contrast(1.05)}
/* One grade over all of it, so four different films read as one shoot. */
.hero-band,.svc img,.why img,.bleed img,.closing img{filter:sepia(.10) saturate(1.07) contrast(1.02)}
.bleed img{filter:sepia(.24) saturate(1.12) contrast(1.03)}
.svc .meta{font-size:14px;color:var(--pine);font-weight:600;letter-spacing:.02em}
.svc p{color:var(--muted);font-size:17px}
.svc .kicker{color:var(--ink);font-weight:600}

.both{
  display:grid;grid-template-columns:minmax(0,.62fr) minmax(0,1fr);gap:44px;align-items:center;
  margin-top:52px;padding-top:52px;border-top:1px solid var(--rule);
}
.both img{display:block;width:100%;aspect-ratio:5/4;object-fit:cover;border-radius:var(--r)}

/* ---------- why ---------- */
.why-head{text-align:center;display:flex;flex-direction:column;gap:14px;align-items:center;margin-bottom:48px}
.why-head h2{max-width:18ch}
.why{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1fr);gap:60px;align-items:center}
.brings-block{margin-top:56px;padding-top:42px;border-top:1px solid rgba(240,217,166,.20);text-align:center}
.brings-label{color:#fff;font-weight:600;font-size:18.5px;margin-bottom:24px}
.why .framed img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover;object-position:52% 40%}
/* A wrapping row left a ragged 3-then-2 that read as an accident. One column,
   centred as a block, items left-aligned so the long repertoire line still scans. */
.brings{list-style:none;margin:0 auto;padding:0;max-width:620px;text-align:left}
.brings li>*{grid-column:2}
.brings li{display:grid;grid-template-columns:20px minmax(0,1fr);gap:14px;font-size:17px;color:#D3E0DD;
  padding:15px 0;border-bottom:1px solid rgba(240,217,166,.14)}
.brings li:last-child{border-bottom:0;padding-bottom:0}
.brings li:first-child{padding-top:0}
.brings li::before{
  content:"";width:7px;height:7px;border-radius:50%;background:#F0D9A6;margin-top:11px;
}

/* ---------- programs ---------- */
.programs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;background:var(--rule);margin-top:48px;border:1px solid var(--rule)}
.prog{background:var(--paper);padding:28px;display:flex;flex-direction:column;gap:9px}
.prog h3{font-size:19px}
.prog p{font-size:15.5px;color:var(--muted);line-height:1.55}
.prog .bar{margin-bottom:6px}
.requests{margin-top:26px;font-size:17px;color:var(--muted)}
.requests b{color:var(--ink);font-weight:600}

/* ---------- steps ---------- */
.steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:38px;margin-top:48px}
.step{display:flex;flex-direction:column;gap:12px;position:relative;padding-top:26px}
.step .n{
  position:absolute;top:0;left:0;font-size:13px;font-weight:700;color:var(--ember);
  letter-spacing:.14em;
}
.step::before{content:"";position:absolute;top:-14px;left:0;right:0;height:3px;background:var(--ember);opacity:.22}
.step:first-child::before{opacity:1}
.step p{color:var(--muted);font-size:16.5px}

/* ---------- rates table ---------- */
.tablewrap{overflow-x:auto;margin-top:44px;border:1px solid var(--rule);border-radius:var(--r)}
table{border-collapse:collapse;width:100%;min-width:520px}
caption{text-align:left;padding:0 0 14px;color:var(--muted);font-size:15px}
th,td{text-align:left;padding:18px 26px;border-bottom:1px solid var(--rule);font-size:17px}
thead th{
  background:var(--pine);color:#fff;font-size:12px;letter-spacing:.15em;text-transform:uppercase;
  font-weight:600;border-bottom:0;
}
tbody tr:last-child td{border-bottom:0}
td.rate{font-family:"Public Sans",sans-serif;font-weight:700;font-variant-numeric:tabular-nums;white-space:nowrap;text-align:right;font-size:19px}
tbody tr:nth-child(odd) td{background:#FDF9F0}
.travel{margin-top:18px;font-size:15.5px;color:var(--muted)}

/* On a phone the table is 541px wide inside a 360px screen, so the most
   important content on the site sat behind a sideways scroll. Below 560px
   each row becomes its own card; the column headers go to screen readers
   only, since "Group Concert — $300" reads fine without them. */
@media (max-width:560px){
  .tablewrap{border:0;border-radius:0;overflow:visible}
  table{min-width:0;width:100%}
  thead{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}
  tbody tr{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:6px 16px;align-items:baseline;
    border:1px solid var(--rule);border-radius:var(--r);background:var(--paper);
    padding:15px 17px;margin-bottom:10px}
  tbody tr:last-child{margin-bottom:0}
  tbody tr:nth-child(odd) td{background:transparent}
  tbody td{border:0;padding:0;font-size:16.5px}
  tbody td.rate{font-size:21px;text-align:right}
}

/* ---------- faq ---------- */
.faq{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:38px 56px;margin-top:48px}
.qa{display:flex;flex-direction:column;gap:9px;padding-top:20px;border-top:1px solid var(--rule)}
.qa h3{font-size:18px;letter-spacing:-.015em}
.qa p{color:var(--muted);font-size:16.5px}

/* ---------- closing ---------- */
.closing{position:relative;isolation:isolate;overflow:hidden}
.closing img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}
.closing .scrim{
  position:absolute;inset:0;z-index:1;
  background:linear-gradient(100deg,#0F2E2C 0%,rgba(15,46,44,.95) 46%,rgba(15,46,44,.72) 76%,rgba(15,46,44,.5) 100%);
}
.closing .wrap{position:relative;z-index:2}
.closing-body{padding:96px 0;display:flex;flex-direction:column;gap:26px;max-width:640px}
.closing h2{color:#fff}
.closing p{color:#D3E0DD;font-size:19px}
.contactline{display:flex;flex-wrap:wrap;gap:14px 40px;padding-top:6px}
.contactline a{
  color:#fff;text-decoration:none;font-weight:700;font-size:21px;
  border-bottom:2px solid rgba(255,255,255,.34);padding-bottom:3px;font-variant-numeric:tabular-nums;
}
.contactline a:hover{border-bottom-color:#fff}
.serving{color:#9FBDB8!important;font-size:15.5px!important;padding-top:8px}

/* ---------- footer ---------- */
body > footer{border-top:1px solid rgba(240,217,166,.16);background:var(--ink);color:#A89887;
  padding:52px 0 40px;font-size:14.5px}
.foot{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.1fr);gap:44px}
.foot .fwm{color:#fff;font-weight:700;font-size:20px;letter-spacing:-.03em;font-family:"Zilla Slab",Georgia,serif}
.foot .fwm em{font-style:normal;color:#E0705E}
.foot-brand{display:flex;flex-direction:column;gap:5px;align-items:flex-start}
.foot-brand a{color:#DCCDB8;padding:6px 0;display:inline-block}
.foot-nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:32px}
.foot-nav h2{font-family:"Public Sans",sans-serif;font-size:11px;letter-spacing:.16em;
  text-transform:uppercase;color:#8B7C6B;font-weight:600;margin:0 0 14px}
.foot-nav ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px}
.foot-nav a{color:#DCCDB8;text-decoration:underline;text-decoration-thickness:1px;
  text-underline-offset:4px;text-decoration-color:rgba(220,205,184,.32);line-height:1.35;
  display:inline-block;padding:8px 0}
.foot-nav a:hover{color:#fff;text-decoration-color:#E0705E}
.foot-ministry{margin-top:34px;padding-top:22px;border-top:1px solid rgba(240,217,166,.14);
  color:#A89887;max-width:62ch;line-height:1.6}
.foot-ministry strong{color:#E8DAC4;font-weight:600}

/* ---------- editorial two-column (recognition) ---------- */
.editorial{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1fr);gap:64px;align-items:start}
.ed-head{display:flex;flex-direction:column;gap:20px}
.ed-body{display:flex;flex-direction:column;gap:20px}
.ed-body p{font-size:19px;color:var(--muted);line-height:1.62}
.ed-body .last{color:var(--ink);font-weight:600;font-size:21px;padding-top:20px;border-top:2px solid var(--ember)}

/* ---------- full-bleed image band ---------- */
.bleed{position:relative;isolation:isolate;overflow:hidden;padding:0}
.bleed img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:50% 58%;z-index:0}
.bleed-scrim{position:absolute;inset:0;z-index:1;
  background:linear-gradient(92deg,rgba(42,31,23,.92) 0%,rgba(42,31,23,.74) 42%,rgba(42,31,23,.30) 74%,rgba(42,31,23,.08) 100%)}
.bleed .wrap{position:relative;z-index:2}
.bleed-body{padding:100px 0;max-width:640px;display:flex;flex-direction:column;gap:18px}
.bleed-body h2{color:#FFF8EC}
.bleed-body p{color:#F0E4D2;font-size:18.5px}
/* Brass is a decorative colour; on the scrim at 11.5px it sat at 4.49:1. */
.bleed-body .eyebrow{color:#D9A55E}

/* ---------- peer endorsement ---------- */
/* One quote, given room. The three cards above are customers; this is a peer
   with the same board certification, so it is set apart rather than filed in
   with them. Clean pine-deep ground, no downlight: the haze lifts the top of
   the ground and takes the eyebrow from 8.89:1 to 5.55:1. Still AA either way
   (measured on the live page), but this section does not need the fixture. */
.peer{padding:104px 0}
.peer-in{margin:0 auto;max-width:790px;display:flex;flex-direction:column;align-items:flex-start;gap:0}
.peer .stringmark{width:38px;height:53px;margin-bottom:22px}
.peer .eyebrow{margin-bottom:22px}
.peer blockquote{margin:0}
.peer blockquote p{
  font-family:"Zilla Slab",Georgia,serif;font-weight:500;
  font-size:clamp(21px,2.3vw,28px);line-height:1.46;
  letter-spacing:-.008em;color:#FFF8EC;
}
.peer figcaption{position:relative;margin-top:34px;padding-top:22px}
.peer figcaption::before{
  content:"";position:absolute;top:0;left:0;width:58px;height:2px;
  background:var(--brass);
}
.peer .who{display:block;font-family:"Zilla Slab",Georgia,serif;
  font-weight:600;font-size:18px;color:#FFF8EC;letter-spacing:-.01em}
.peer .role{display:block;font-size:14.5px;color:#D3E0DD;margin-top:4px}

/* ---------- clay ground: the missing mid-value ---------- */
.clay{background:var(--clay)}
.clay .tablewrap{border-color:#CBB48F;background:var(--paper)}
.clay .travel{color:#584732}
.clay .eyebrow{color:#6E3320}

/* ---------- testimonials ---------- */
.tstm-note{
  display:inline-flex;align-items:center;gap:10px;margin-top:22px;
  font-size:13.5px;color:var(--muted);background:var(--paper);
  border:1px dashed #C9AF86;border-radius:999px;padding:8px 18px;
}
.tstm-note b{color:var(--ink);font-weight:600}
.tstm{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px;margin-top:26px}
.q{
  margin:0;padding:26px;border:1px dashed #C9AF86;border-radius:var(--r);
  background:var(--paper);display:flex;flex-direction:column;gap:18px;
}
.q .mark{flex:none;opacity:.9}
.q p{font-size:17px;line-height:1.55;color:var(--muted);font-style:italic}
.q footer{display:flex;flex-direction:column;gap:2px;margin-top:auto;padding-top:6px}
.q .who{font-weight:700;color:var(--ink);font-size:15px;font-style:normal}
.q .role{font-size:13.5px;color:var(--muted)}
.q .ask{font-size:12.5px;color:var(--ember);font-weight:600;letter-spacing:.02em}
/* A real quote is not a placeholder and should not wear placeholder chrome. */
.q.is-real{border:1px solid var(--rule);box-shadow:0 14px 34px -20px rgba(42,31,23,.35)}
.q.is-real p{font-style:normal;color:var(--ink);font-size:17.5px}
.q.is-real .mark{opacity:1}

/* ---------- recordings ----------
   Same pattern as theharpsound: tabs, one shared <audio>, only one thing
   playing at a time, and a progress rule driven by real currentTime.
   preload="none" so nothing downloads until someone presses play. */
.player{margin-top:40px}
.player__tabs{display:flex;gap:9px;flex-wrap:wrap;margin-bottom:22px}
.player__tabs button{
  font:inherit;font-size:15px;font-weight:600;cursor:pointer;
  background:transparent;color:var(--muted);
  border:1px solid var(--rule);border-radius:999px;padding:10px 22px;
  transition:background .16s,color .16s,border-color .16s;
}
.player__tabs button:hover{color:var(--ember-deep);border-color:var(--ember)}
.player__tabs button.is-active{background:var(--ember);border-color:var(--ember);color:#fff}
.player__panel{display:none}
.player__panel.is-active{display:block}

.tracks{list-style:none;margin:0;padding:0;border:1px solid var(--rule);
  border-radius:var(--r);background:var(--paper);overflow:hidden}
.tracks li + li{border-top:1px solid var(--rule)}
.track{
  position:relative;width:100%;display:grid;grid-template-columns:32px minmax(0,1fr) auto;
  align-items:center;gap:16px;padding:15px 20px;font:inherit;font-size:17px;
  text-align:left;color:var(--ink);background:transparent;border:0;cursor:pointer;
}
.track:hover,.track.is-playing{background:var(--sand)}
.track__ico{width:32px;height:32px;border-radius:50%;background:var(--ember);
  display:grid;place-items:center}
.ico-play{width:0;height:0;border-left:9px solid #fff;
  border-top:6px solid transparent;border-bottom:6px solid transparent;margin-left:3px}
.ico-pause{display:none;width:10px;height:11px;border-left:3px solid #fff;border-right:3px solid #fff}
.track.is-playing .ico-play{display:none}
.track.is-playing .ico-pause{display:block}
.track__name{font-weight:500;line-height:1.3}
.track__by{display:block;font-size:13.5px;color:var(--muted);font-weight:400;margin-top:3px}
.track__len{font-size:14.5px;color:var(--muted);font-variant-numeric:tabular-nums;white-space:nowrap}
.track__prog{position:absolute;left:0;bottom:0;height:2px;width:100%;
  background:var(--ember);transform:scaleX(0);transform-origin:left}
.player__note{margin-top:18px;font-size:15.5px;color:var(--muted)}

/* ---------- section texture ----------
   Kept at ~9% so it reads as grain in the paper, not as a picture behind
   type. Contrast is measured on the live page after any change here. */
.tex{position:relative;isolation:isolate;overflow:hidden}
.tex::before{
  content:"";position:absolute;inset:0;z-index:0;pointer-events:none;
  background-size:cover;background-repeat:no-repeat;
}
.tex > .wrap{position:relative;z-index:1}
#programs::before{background-image:url("assets/img/tex-lights.jpg");background-position:78% 40%;opacity:.10}
#rates::before{background-image:url("assets/img/tex-strings.jpg");background-position:18% 50%;opacity:.07}

/* ---------- responsive ---------- */
@media (max-width:980px){
  .programs,.faq,.services{grid-template-columns:repeat(2,minmax(0,1fr))}
  .why,.both,.editorial{grid-template-columns:1fr;gap:32px}
  /* Three items in a two-column grid leaves a 2-then-1 ragged row. The steps
     are short enough to stay three across; the testimonials are not, so they
     go to one column rather than orphaning the third card. */
  .steps{grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}
  .tstm{grid-template-columns:1fr;max-width:620px;margin-left:auto;margin-right:auto}
  .bleed-body{padding:70px 0}
  .hero-body{grid-template-columns:1fr;gap:30px;padding:40px 0 32px;align-items:start}
}
@media (max-width:720px){
  :root{--pad:20px}
  body{font-size:17px}
  section{padding:58px 0}
  section.tight{padding:44px 0}
  .navlinks{display:none}
  .nav{gap:12px}
  .wm{font-size:21px}
  .navcall{padding:11px 15px;font-size:14.5px}
  .programs,.steps,.faq,.services,.rates-strip,.tstm{grid-template-columns:1fr}
  .peer{padding:72px 0}
  .peer figcaption{margin-top:28px}
  /* The offset frame needs room either side to read as a mount. At phone
     width it lands in the page gutter and looks like a stray rule. */
  .framed::after{display:none}
  .framed img{box-shadow:0 14px 30px -18px rgba(42,31,23,.45)}
  .rates-strip .cell + .cell::before{left:28px;right:28px;top:0;bottom:auto;width:auto;height:1px}
  .closing-body{padding:64px 0}
  .foot{grid-template-columns:1fr;gap:32px}
  .foot-nav{gap:26px}
  .lede{font-size:18px}
  .recognition p{font-size:18px}
}
