/* Sarah Ring — shared styles
   Palette: midnight navy + antique gold + ivory */

:root{
  color-scheme:light only;
  --ink:#0A1822;
  --marine:#123141;
  --ivory:#F8F3EA;
  --paper:#FFFDF8;
  --rule:#E5DBC9;
  --gold:#B8934F;
  --gold-light:#DCC08A;
  --gold-deep:#8A6A2C;
  --muted:#5A6771;
  --dots:var(--gold);
  --display:'Bodoni Moda',Georgia,'Times New Roman',serif;
  --sans:'Instrument Sans',system-ui,-apple-system,sans-serif;
  --max:1060px;
  --gut:clamp(1.25rem,5vw,3rem);
  --header-h:72px;
}

*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;background:#F8F3EA;color-scheme:light only}
body{
  margin:0;
  background:#F8F3EA;background:var(--ivory);
  color:#0A1822;color:var(--ink);
  font-family:var(--sans);
  font-size:clamp(1rem,0.97rem + 0.15vw,1.0625rem);
  line-height:1.7;font-weight:400;
}
img{max-width:100%;display:block}
a{color:inherit}

.wrap{max-width:var(--max);margin:0 auto;padding-inline:var(--gut)}
.narrow{max-width:660px}

.eyebrow{
  font-size:.6875rem;font-weight:500;
  letter-spacing:.22em;text-transform:uppercase;
  color:#8A6A2C;color:var(--gold-deep);margin:0 0 1.5rem;
}
.on-marine .eyebrow,.on-ink .eyebrow{color:#DCC08A;color:var(--gold-light)}
.on-marine .label,.on-ink .label{color:#DCC08A;color:var(--gold-light)}

h1,h2,h3{font-family:var(--display);font-weight:400;line-height:1.1;margin:0}
h1{font-size:clamp(2.75rem,9vw,5.25rem);letter-spacing:.005em}
h2{font-size:clamp(1.75rem,4vw,2.375rem)}
h3{font-size:1.1875rem;line-height:1.3;letter-spacing:.01em}

p{margin:0 0 1.2em}
.lede{font-size:clamp(1.0625rem,1rem + .45vw,1.25rem);line-height:1.6;color:#123141;color:var(--marine)}

.site-header{
  position:sticky;top:0;z-index:20;
  background:rgba(248,243,234,.95);backdrop-filter:blur(8px);
  border-bottom:1px solid var(--rule);
  box-shadow:0 1px 0 rgba(184,147,79,.28);
}
.site-header .wrap{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-block:1rem;flex-wrap:wrap}
.wordmark{font-family:var(--display);font-size:1.0625rem;letter-spacing:.16em;text-transform:uppercase;text-decoration:none;font-weight:400}
.nav{display:flex;gap:1.5rem;flex-wrap:wrap}
.nav a{
  font-size:.6875rem;letter-spacing:.18em;text-transform:uppercase;
  text-decoration:none;color:#5A6771;color:var(--muted);padding-block:.2rem;
  border-bottom:1px solid transparent;transition:color .2s,border-color .2s;
}
.nav a:hover,.nav a:focus-visible{color:var(--ink);border-bottom-color:var(--gold)}
.nav a[aria-current="page"]{color:var(--ink);border-bottom-color:var(--gold)}

.section{padding-block:clamp(4rem,9vw,7rem)}
.section--tight{padding-block:clamp(2.75rem,5vw,4rem)}
.on-marine{background:#123141;background:var(--marine);color:#F8F3EA;color:var(--ivory);--dots:rgba(220,192,138,.5)}
.on-marine .lede{color:rgba(248,243,234,.84)}
.on-ink{background:#0A1822;background:var(--ink);color:#F8F3EA;color:var(--ivory);--dots:rgba(220,192,138,.45)}

.hero{
  background:#123141;background:var(--marine);
  color:#F8F3EA;color:var(--ivory);
  padding-block:clamp(4.5rem,14vw,9rem);
  border-bottom:1px solid rgba(184,147,79,.45);
}
.hero--home{
  min-height:calc(100vh - var(--header-h));
  min-height:calc(100dvh - var(--header-h));
  display:flex;flex-direction:column;justify-content:space-between;
  align-items:flex-start;
  background:
    linear-gradient(to bottom, rgba(10,24,34,.82) 0%, rgba(10,24,34,.12) 28%, rgba(10,24,34,.05) 62%, rgba(10,24,34,.8) 100%),
    #123141 url("images/hero-field.jpg") center bottom/cover no-repeat;
}
.hero--home>.wrap{width:100%}
.hero--photo{
  padding-bottom:clamp(4rem,10vw,6.5rem);
  background:
    linear-gradient(180deg, rgba(10,24,34,.74) 0%, rgba(10,24,34,.3) 45%, rgba(10,24,34,.76) 100%),
    #123141 url("images/dido-performance.jpg") center 22%/cover no-repeat;
}
.hero--repertoire{
  padding-bottom:clamp(4rem,10vw,6.5rem);
  background:
    linear-gradient(180deg, rgba(10,24,34,.74) 0%, rgba(10,24,34,.3) 45%, rgba(10,24,34,.76) 100%),
    #123141 url("images/repertoire-scores.jpg") center 45%/cover no-repeat;
}
.hero--events{
  padding-bottom:clamp(4rem,10vw,6.5rem);
  background:
    linear-gradient(180deg, rgba(10,24,34,.74) 0%, rgba(10,24,34,.3) 45%, rgba(10,24,34,.76) 100%),
    #123141 url("images/puccinis-toaster-ruin.jpg") 30% 64%/cover no-repeat;
}
.hero--contact{padding-bottom:clamp(4rem,10vw,6.5rem)}
.hero-more{
  display:inline-block;font-size:.6875rem;letter-spacing:.14em;text-transform:uppercase;
  color:#F8F3EA;color:var(--ivory);text-decoration:none;border-bottom:1px solid rgba(248,243,234,.6);padding-bottom:3px;
}
.hero-bottom{display:flex;justify-content:flex-end;padding-bottom:2rem}
.hero h1{color:#F8F3EA;color:var(--ivory)}
.hero--home h1{font-size:clamp(2.125rem,5vw,3.5rem)}
.hero .voice{
  font-family:var(--display);font-style:italic;font-weight:400;
  font-size:clamp(1.1875rem,3vw,1.625rem);
  color:#DCC08A;color:var(--gold-light);
  margin:.75rem 0 2.25rem;letter-spacing:.02em;
}
.hero .lede{max-width:34em;color:var(--ivory)}
.hero-rule{height:1px;background:#B8934F;background:var(--gold);opacity:.7;margin:2.5rem 0;max-width:180px}
.stack h2{margin-bottom:1.15rem}
.section--flush-top{padding-top:1.5rem}

.rise{opacity:0;transform:translateY(12px);animation:rise .65s cubic-bezier(.2,.7,.3,1) forwards}
.rise:nth-child(2){animation-delay:.09s}
.rise:nth-child(3){animation-delay:.18s}
.rise:nth-child(4){animation-delay:.27s}
.rise:nth-child(5){animation-delay:.36s}
@keyframes rise{to{opacity:1;transform:none}}

.actions{display:flex;gap:.85rem;flex-wrap:wrap;margin-top:2.25rem}
.btn{
  display:inline-block;text-decoration:none;
  font-size:.6875rem;letter-spacing:.2em;text-transform:uppercase;font-weight:500;
  padding:.95rem 1.75rem;border:1px solid currentColor;border-radius:0;
  transition:background-color .2s,color .2s,border-color .2s;
}
.btn--solid{background:#0A1822;background:var(--ink);border-color:#B8934F;border-color:var(--gold);color:#DCC08A;color:var(--gold-light)}
.btn--solid:hover,.btn--solid:focus-visible{background:#B8934F;background:var(--gold);color:#0A1822;color:var(--ink)}
.btn--line{background:transparent;border-color:#B8934F;border-color:var(--gold);color:#DCC08A;color:var(--gold-light)}
.btn--line:hover,.btn--line:focus-visible{background:#B8934F;background:var(--gold);color:#0A1822;color:var(--ink)}
.section .btn--line{color:#8A6A2C;color:var(--gold-deep)}
.section .btn--line:hover{color:#0A1822;color:var(--ink)}

.program{margin:0;padding:0;list-style:none}
.program li{display:flex;align-items:baseline;gap:.7rem;padding-block:.85rem;border-top:1px solid var(--rule)}
.on-marine .program li,.on-ink .program li{border-top-color:rgba(220,192,138,.22)}
.program li:first-child{border-top:0}
.program .role{font-family:var(--display);font-style:italic;font-size:1.0625rem;white-space:nowrap;color:#8A6A2C;color:var(--gold-deep)}
.on-marine .program .role,.on-ink .program .role{color:#DCC08A;color:var(--gold-light)}
.program .work{flex:0 1 auto}
.program .dots{flex:1 1 2rem;min-width:1.5rem;border-bottom:1px dotted var(--dots);opacity:.65;transform:translateY(-.3em)}
.program .venue{font-size:.8125rem;letter-spacing:.05em;color:#5A6771;color:var(--muted);text-align:right;flex:0 0 auto;max-width:52%}
.on-marine .program .venue,.on-ink .program .venue{color:rgba(248,243,234,.7)}

.paths{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--rule);
  border-top:1px solid rgba(184,147,79,.5);border-bottom:1px solid rgba(184,147,79,.5)}
.path{background:#F8F3EA;background:var(--ivory);padding:clamp(1.75rem,3.5vw,2.5rem)}
.path h3{margin-bottom:.7rem}
.path p{font-size:.9375rem;color:#5A6771;color:var(--muted);margin-bottom:1.15rem}
.path a{font-size:.6875rem;letter-spacing:.18em;text-transform:uppercase;text-decoration:none;
  color:#8A6A2C;color:var(--gold-deep);border-bottom:1px solid #B8934F;padding-bottom:3px}

.split{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.4fr);gap:clamp(2rem,6vw,5rem);align-items:start}
.split--balanced{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center}
.split--tight{gap:clamp(1.5rem,4vw,2.75rem)}
.stack>*+*{margin-top:2.75rem}
.measure{max-width:65ch}
.toaster-feature{display:grid;grid-template-columns:1.6fr 1fr;gap:1.5rem;align-items:end;margin-top:.75rem}
.repertoire-list>*+*{margin-top:clamp(3rem,7vw,5.5rem)}
.repertoire-row{display:grid;grid-template-columns:240px minmax(0,1fr);gap:2.25rem;align-items:start}
.label{font-size:.6875rem;letter-spacing:.22em;text-transform:uppercase;color:#8A6A2C;color:var(--gold-deep);margin:0 0 1rem;font-weight:500}
.rule{height:1px;background:var(--rule);border:0;margin:0}
.list-plain{margin:0;padding:0;list-style:none}
.list-plain li{padding-block:.5rem;border-top:1px solid var(--rule)}
.list-plain li:first-child{border-top:0}
.pullquote{font-family:var(--display);font-style:italic;font-weight:400;font-size:clamp(1.375rem,3vw,1.875rem);line-height:1.35;max-width:22em;margin:0}
.note{font-size:.875rem;color:#5A6771;color:var(--muted);border-left:2px solid #B8934F;padding-left:1.1rem}
.figure-slot{aspect-ratio:4/5;background:#FFFDF8;background:var(--paper);border:1px solid var(--rule);
  outline:1px solid rgba(184,147,79,.35);outline-offset:-6px;display:grid;place-items:center;
  color:#5A6771;color:var(--muted);font-size:.6875rem;letter-spacing:.18em;text-transform:uppercase;text-align:center;padding:1rem}

.photo-pair{display:grid;grid-template-columns:1.3fr 1fr;gap:1.25rem;margin:2rem 0}
@media (max-width:640px){.photo-pair{grid-template-columns:1fr}}
@media (max-width:640px){.toaster-feature{grid-template-columns:1fr;gap:1rem}}
.photo{aspect-ratio:3/2;overflow:hidden;border:1px solid var(--rule)}
.photo img{width:100%;height:100%;object-fit:cover;display:block}
.photo-caption{font-size:.75rem;letter-spacing:.06em;color:var(--muted);margin-top:.6rem}
.brand-lockup{display:flex;align-items:center;gap:1.5rem;margin:1.5rem 0;flex-wrap:wrap}
.brand-lockup img{height:3.4rem;width:auto}

.marquee{border:1px solid rgba(184,147,79,.55);outline:1px solid rgba(184,147,79,.3);outline-offset:-7px;
  padding:clamp(1.75rem,4vw,2.75rem);text-align:center}
.marquee .eyebrow{margin-bottom:1rem}
.marquee h3{font-size:clamp(1.25rem,2.6vw,1.625rem);margin-bottom:.7rem}
.marquee p{margin-bottom:.4rem}
.marquee .meta{font-size:.875rem;color:rgba(248,243,234,.72)}

.form{max-width:560px}
.field{margin-bottom:1.1rem}
.field label{display:block;font-size:.6875rem;letter-spacing:.18em;text-transform:uppercase;color:#8A6A2C;color:var(--gold-deep);margin-bottom:.4rem;font-weight:500}
.field input,.field select,.field textarea{width:100%;font-family:var(--sans);font-size:1rem;color:var(--ink);
  background:#FFFDF8;background:var(--paper);border:1px solid var(--rule);border-radius:0;padding:.65rem .9rem;min-height:48px;box-sizing:border-box;transition:border-color .2s}
.field input:focus,.field select:focus,.field textarea:focus{outline:1px solid #B8934F;outline-offset:1px;border-color:#B8934F}
.field textarea{min-height:120px;resize:vertical}

.site-footer{background:#0A1822;background:var(--ink);color:rgba(248,243,234,.72);
  padding-block:3.5rem;font-size:.875rem;border-top:1px solid rgba(184,147,79,.4)}
.site-footer a{color:#F8F3EA;color:var(--ivory)}
.site-footer .foot-grid{display:flex;justify-content:space-between;gap:2rem;flex-wrap:wrap;align-items:end}
.site-footer .wordmark{color:#F8F3EA;color:var(--ivory);text-decoration:none}
.site-footer .nav a{color:rgba(248,243,234,.7)}
.site-footer .nav a:hover{color:#DCC08A}

:focus-visible{outline:2px solid #B8934F;outline-offset:3px}

@media (max-width:860px){
  .paths{grid-template-columns:1fr}
  .split{grid-template-columns:1fr;gap:2.25rem}
  .repertoire-row{grid-template-columns:1fr;gap:.85rem}
  .repertoire-list>*+*{margin-top:clamp(3rem,10vw,4rem)}
}
@media (max-width:620px){
  .program li{flex-wrap:wrap;gap:.35rem .6rem}
  .program .dots{display:none}
  .program .venue{text-align:left;max-width:100%;flex-basis:100%;order:3}
  .site-header .wrap{justify-content:center;text-align:center}
  .nav{justify-content:center;gap:1.1rem}
  .hero--home h1{font-size:clamp(1.75rem,9vw,2.5rem)}
  .hero--home .voice{margin-bottom:1.25rem}
  .hero-bottom{padding-bottom:1.25rem}
  .hero--events{background-position:22% 72%}
}
@media (prefers-reduced-motion:reduce){
  .rise{animation:none;opacity:1;transform:none}
  *{transition-duration:.01ms !important}
}
