/* HeARTS Spotlight Cabaret Society — Homepage Prototype v0.1 */

:root {
  --ink: #2d1805;
  --rust: #792f21;
  --red: #811f1d;
  --gold: #e3a152;
  --cream: #fbf7f1;
  --paper: #fffdfa;
  --muted: #6e6258;
  --line: #e8ddd1;
  --max: 1180px;
  --radius: 24px;
  --shadow: 0 18px 50px rgba(45, 24, 5, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
}

img { max-width: 100%; display: block; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.sr-only,
.skip-link:not(:focus) {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  background: white;
  border: 2px solid var(--red);
}

.shell {
  width: min(calc(100% - 40px), var(--max));
  margin: 0 auto;
}

.section { padding: 88px 0; }
.section-soft { background: var(--cream); }
.section-dark { background: var(--ink); color: white; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 253, 250, .94);
  border-bottom: 1px solid rgba(45, 24, 5, .08);
  backdrop-filter: blur(12px);
}

.header-inner {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand img {
  width: 164px;
  height: auto;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: .95rem;
  font-weight: 700;
}

.primary-nav a {
  text-decoration: none;
}

.primary-nav a:not(.nav-cta):hover,
.primary-nav a:not(.nav-cta):focus-visible {
  color: var(--red);
}

.nav-cta,
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 20px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
}

.nav-cta {
  color: white;
  background: var(--red);
  padding-inline: 18px;
}

.menu-toggle { display: none; }

.hero {
  position: relative;
  overflow: hidden;
  padding-top: 72px;
  padding-bottom: 84px;
}

.hero::before {
  content: "";
  position: absolute;
  width: 540px;
  height: 540px;
  border-radius: 50%;
  top: -260px;
  left: -220px;
  background: radial-gradient(circle, rgba(227,161,82,.18), rgba(227,161,82,0) 68%);
  pointer-events: none;
}

.hero-grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 64px;
  align-items: center;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--rust);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.eyebrow.light { color: #f2c787; }

h1, h2, h3 {
  margin-top: 0;
  line-height: 1.08;
  letter-spacing: -.03em;
}

h1 {
  max-width: 760px;
  margin-bottom: 24px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.35rem, 4vw, 4.4rem);
  font-weight: 700;
}

h2 {
  margin-bottom: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3.5vw, 3.5rem);
}

h3 { font-size: 1.35rem; }

.hero-lede {
  max-width: 630px;
  margin: 0 0 28px;
  color: #55473d;
  font-size: clamp(1.08rem, 1.7vw, 1.3rem);
}

.button-primary {
  color: white;
  background: var(--red);
  box-shadow: 0 10px 28px rgba(129, 31, 29, .22);
}

.button-primary:hover,
.button-primary:focus-visible,
.nav-cta:hover,
.nav-cta:focus-visible {
  background: #651715;
}

.placeholder-note {
  margin-top: 16px;
  color: var(--muted);
  font-size: .78rem;
  font-style: italic;
}

.hero-visual {
  min-height: 560px;
}

.hero-placeholder {
  position: relative;
  min-height: 560px;
  height: 100%;
  overflow: hidden;
  border-radius: 40% 4% 34% 4%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,.88);
  text-align: center;
  background:
    linear-gradient(135deg, rgba(45,24,5,.62), rgba(129,31,29,.58)),
    radial-gradient(circle at 72% 24%, var(--gold), transparent 24%),
    linear-gradient(145deg, #9a5540 0%, #532514 55%, #281607 100%);
  box-shadow: var(--shadow);
}

.hero-placeholder::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0 52%, rgba(255,255,255,.07) 53% 55%, transparent 56%);
}

.hero-placeholder span {
  position: relative;
  z-index: 1;
  font-size: 1.3rem;
  font-weight: 800;
}

.hero-placeholder small {
  position: relative;
  z-index: 1;
  margin-top: 4px;
  opacity: .8;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 44px;
}

.section-heading.centered {
  margin-inline: auto;
  text-align: center;
}

.pillar-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.pillar {
  padding: 34px 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
}

.pillar-number {
  display: block;
  margin-bottom: 38px;
  color: var(--gold);
  font-weight: 900;
  letter-spacing: .12em;
}

.pillar h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.75rem;
}

.pillar p {
  margin-bottom: 0;
  color: #62554a;
}

.split-section {
  display: grid;
  grid-template-columns: 1fr .9fr;
  gap: 70px;
  align-items: center;
}

.split-copy { max-width: 630px; }
.split-copy > p:not(.eyebrow):not(.placeholder-note) { font-size: 1.08rem; }

.art-panel {
  position: relative;
  min-height: 410px;
  overflow: hidden;
  border-radius: var(--radius);
  background: #f0e4d5;
  box-shadow: var(--shadow);
}

.art-panel p {
  position: absolute;
  left: 28px;
  bottom: 20px;
  z-index: 4;
  margin: 0;
  color: var(--ink);
  font-size: .83rem;
  font-weight: 800;
}

.art-line {
  position: absolute;
  height: 46px;
  border-radius: 999px;
  transform: rotate(-24deg);
}

.art-line-one {
  width: 72%;
  top: 36%;
  left: -7%;
  background: var(--red);
}

.art-line-two {
  width: 68%;
  top: 52%;
  right: -10%;
  background: var(--gold);
}

.art-spotlight {
  position: absolute;
  width: 320px;
  height: 420px;
  top: -130px;
  left: 26%;
  transform: rotate(18deg);
  clip-path: polygon(40% 0, 60% 0, 100% 100%, 0 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,.86), rgba(255,255,255,.04));
}

.section-intro {
  color: rgba(255,255,255,.76);
  font-size: 1.05rem;
}

.story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.story-card {
  overflow: hidden;
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
}

.story-image {
  min-height: 330px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
}

.placeholder-image {
  color: white;
  background:
    linear-gradient(to top, rgba(45,24,5,.88), rgba(45,24,5,.02) 68%),
    linear-gradient(135deg, #a35c45, #e3a152);
}

.story-card:nth-child(2) .placeholder-image {
  background:
    linear-gradient(to top, rgba(45,24,5,.88), rgba(45,24,5,.02) 68%),
    linear-gradient(135deg, #6f251f, #3c1f11);
}

.story-image span { font-size: 1.25rem; font-weight: 900; }
.story-image small { opacity: .8; }

.story-copy { padding: 28px 28px 32px; }
.story-copy h3 { margin-bottom: 10px; font-family: Georgia, "Times New Roman", serif; font-size: 1.65rem; }
.story-copy p:last-child { margin-bottom: 0; color: #675b51; }

.story-label {
  margin: 0 0 8px;
  color: var(--rust);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.help-section { background: #f3e7da; }

.help-inner {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 80px;
  align-items: start;
}

.help-inner > div:first-child p:last-child {
  max-width: 520px;
  font-size: 1.05rem;
}

.help-links {
  border-top: 1px solid rgba(45,24,5,.18);
}

.help-links a {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 4px;
  border-bottom: 1px solid rgba(45,24,5,.18);
  text-decoration: none;
  font-weight: 800;
}

.help-links a:hover,
.help-links a:focus-visible { color: var(--red); }

.stay-connected { padding-block: 58px; }

.connected-inner {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
}

.connected-inner h2 { margin-bottom: 0; }

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.social-links a {
  padding: 10px 15px;
  border: 1px solid var(--line);
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
}

.social-links a:hover,
.social-links a:focus-visible {
  border-color: var(--red);
  color: var(--red);
}

.site-footer {
  padding: 34px 0;
  color: rgba(255,255,255,.72);
  background: #211205;
  font-size: .82rem;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  align-items: center;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 18px;
}

.footer-brand img {
  width: 110px;
  padding: 5px;
  border-radius: 8px;
  background: white;
}

.footer-brand p, .footer-meta p { margin: 4px 0; }
.footer-meta { text-align: right; }
.footer-meta a { color: inherit; }

@media (max-width: 860px) {
  .section { padding: 66px 0; }

  .menu-toggle {
    width: 46px;
    height: 42px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    padding: 9px;
    border: 0;
    border-radius: 10px;
    background: transparent;
  }

  .menu-toggle span:not(.sr-only) {
    width: 100%;
    height: 2px;
    background: var(--ink);
  }

  .primary-nav {
    position: absolute;
    display: none;
    top: 88px;
    left: 0;
    right: 0;
    padding: 20px;
    border-bottom: 1px solid var(--line);
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    background: var(--paper);
    box-shadow: 0 14px 28px rgba(45,24,5,.08);
  }

  .primary-nav.is-open { display: flex; }
  .primary-nav a { padding: 12px 10px; }
  .nav-cta { margin-top: 8px; }

  .hero-grid,
  .split-section,
  .help-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .hero-visual,
  .hero-placeholder { min-height: 430px; }

  .pillar-grid { grid-template-columns: 1fr; }

  .pillar {
    display: grid;
    grid-template-columns: 48px 1fr;
    column-gap: 14px;
    align-items: start;
  }

  .pillar-number {
    grid-row: 1 / span 2;
    margin: 7px 0 0;
  }

  .pillar p { grid-column: 2; }

  .story-grid { grid-template-columns: 1fr; }
  .connected-inner { align-items: flex-start; flex-direction: column; }

  .footer-inner { align-items: flex-start; flex-direction: column; }
  .footer-meta { text-align: left; }
}

@media (max-width: 560px) {
  .shell { width: min(calc(100% - 28px), var(--max)); }
  .header-inner { min-height: 76px; }
  .brand img { width: 132px; }
  .primary-nav { top: 76px; }

  .hero { padding-top: 48px; }
  h1 { font-size: clamp(2.2rem, 10vw, 3.25rem); }
  h2 { font-size: clamp(2rem, 9vw, 3rem); }

  .hero-visual,
  .hero-placeholder { min-height: 340px; }

  .story-image { min-height: 270px; }
  .art-panel { min-height: 300px; }

  .footer-brand { align-items: flex-start; }
  .footer-brand img { width: 90px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}


/* v0.3 — authentic placeholder photography */
.hero-visual {
  min-height: 560px;
  overflow: hidden;
  border-radius: 40% 4% 34% 4%;
  box-shadow: var(--shadow);
  background: #e9dfd5;
}

.hero-photo,
.section-photo,
.story-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-photo {
  min-height: 560px;
}

/* Keep both people comfortably in frame; bias slightly right. */
.hero-photo-lands {
  object-position: 56% 50%;
}

.art-panel {
  padding: 0;
}

.section-photo {
  position: absolute;
  inset: 0;
}

/* Preserve the studio frontage and signage. */
.section-photo-studio {
  object-position: 50% 43%;
}

.story-image {
  position: relative;
  padding: 0;
  overflow: hidden;
  background: #e9dfd5;
}

.story-photo {
  position: absolute;
  inset: 0;
}

.story-photo-support {
  object-position: 50% 50%;
}

/* Portrait source: keep the performers rather than the stage floor centered. */
.story-photo-event {
  object-position: 50% 34%;
}

@media (max-width: 860px) {
  .hero-photo {
    min-height: 430px;
  }

  .hero-photo-lands {
    object-position: 54% 50%;
  }

  .section-photo-studio {
    object-position: 50% 42%;
  }

  .story-photo-event {
    object-position: 50% 30%;
  }
}

@media (max-width: 560px) {
  .hero-visual {
    min-height: 390px;
    border-radius: 30% 4% 26% 4%;
  }

  .hero-photo {
    min-height: 390px;
  }

  /* Mobile gets a slightly taller crop to avoid sacrificing either person. */
  .hero-photo-lands {
    object-position: 57% 50%;
  }

  .story-image {
    min-height: 300px;
  }

  .story-photo-event {
    object-position: 50% 28%;
  }
}

/* v0.4 — How Can I Help? gateway page */
.page-hero { padding-block: 82px 76px; }
.page-hero-inner { max-width: 850px; }
.page-hero h1 { margin-bottom: 22px; }
.page-lede { max-width: 790px; margin: 0; color: #55473d; font-size: clamp(1.12rem, 1.8vw, 1.35rem); }
.pathways-section .section-heading > p:last-child { max-width: 680px; color: var(--muted); }
.pathway-list { border-top: 1px solid var(--line); }
.pathway-row { display: grid; grid-template-columns: 72px 1fr 44px; gap: 24px; align-items: center; padding: 30px 8px; border-bottom: 1px solid var(--line); text-decoration: none; transition: background .15s ease, padding .15s ease; }
.pathway-row:hover, .pathway-row:focus-visible { padding-inline: 18px; background: var(--cream); outline: none; }
.pathway-number { color: var(--gold); font-size: .82rem; font-weight: 900; letter-spacing: .12em; }
.pathway-copy { display: grid; gap: 7px; }
.pathway-copy strong { font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.45rem, 2.4vw, 2rem); line-height: 1.15; }
.pathway-copy > span { max-width: 760px; color: #675b51; }
.pathway-arrow { color: var(--red); font-size: 1.8rem; font-weight: 700; text-align: right; }
.help-reassurance { background: #f3e7da; }
.reassurance-inner { display: flex; align-items: center; justify-content: space-between; gap: 48px; }
.reassurance-inner h2 { margin-bottom: 12px; }
.reassurance-inner p:last-child { margin-bottom: 0; font-size: 1.08rem; }
@media (max-width: 700px) {
  .page-hero { padding-block: 58px 54px; }
  .pathway-row { grid-template-columns: 42px 1fr 28px; gap: 14px; padding-block: 24px; }
  .pathway-row:hover, .pathway-row:focus-visible { padding-inline: 8px; }
  .pathway-copy > span { font-size: .95rem; }
  .reassurance-inner { align-items: flex-start; flex-direction: column; }
}


/* v0.5 — structural public-beta pass */
.button-light {
  color: var(--ink);
  background: white;
  box-shadow: 0 10px 28px rgba(45,24,5,.16);
}
.button-light:hover,
.button-light:focus-visible { background: var(--cream); }

.resources-callout {
  padding: 58px 0;
  color: white;
  background: linear-gradient(120deg, var(--rust), var(--red));
}
.resources-callout-inner {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 54px;
  align-items: center;
}
.resources-callout h2 { margin-bottom: 14px; font-size: clamp(1.9rem, 3vw, 3rem); }
.resources-callout p:not(.eyebrow) { max-width: 760px; margin-bottom: 0; color: rgba(255,255,255,.84); }
.resources-callout-action { display: grid; justify-items: end; gap: 14px; }
.coming-soon-tag {
  display: inline-flex;
  width: fit-content;
  padding: 7px 11px;
  border: 1px solid rgba(255,255,255,.38);
  border-radius: 999px;
  color: white;
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.coming-soon-tag.dark { border-color: var(--line); color: var(--rust); background: var(--cream); }

.social-placeholder {
  display: inline-flex;
  flex-direction: column;
  gap: 1px;
  padding: 10px 15px;
  border: 1px solid var(--line);
  border-radius: 16px;
  font-weight: 800;
}
.social-placeholder small { color: var(--muted); font-size: .68rem; font-weight: 600; }

.toolkit-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 72px;
  align-items: center;
}
.toolkit-card {
  min-height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 42px;
  border-radius: 36% 5% 28% 5%;
  color: white;
  background:
    radial-gradient(circle at 72% 22%, rgba(227,161,82,.88), transparent 26%),
    linear-gradient(145deg, #9a5540 0%, #792f21 45%, #2d1805 100%);
  box-shadow: var(--shadow);
}
.toolkit-card strong { max-width: 430px; margin: 10px 0 14px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 3.4vw, 3.6rem); line-height: 1.02; }
.toolkit-card > span:last-child { max-width: 360px; color: rgba(255,255,255,.82); }
.toolkit-kicker { color: #f2c787; font-size: .78rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.toolkit-copy h2 { margin: 18px 0; }
.toolkit-copy > p { font-size: 1.06rem; }
.resource-boundary { margin-top: 26px; padding: 18px 20px; border-left: 4px solid var(--gold); background: var(--cream); }
.narrow-copy { max-width: 780px; }
.text-link { display: inline-flex; gap: 9px; margin-top: 14px; color: var(--red); font-weight: 900; text-decoration: none; }
.text-link:hover, .text-link:focus-visible { text-decoration: underline; }

.coming-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.coming-card { scroll-margin-top: 120px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.coming-card:target { border-color: var(--gold); box-shadow: 0 0 0 4px rgba(227,161,82,.15); }
.coming-card h2 { margin: 18px 0 12px; font-size: clamp(1.7rem, 2.8vw, 2.5rem); }
.coming-card p { margin-bottom: 0; color: #675b51; }
.coming-back { margin-top: 38px; }

@media (max-width: 1040px) {
  .primary-nav { gap: 18px; font-size: .9rem; }
}

@media (max-width: 860px) {
  .resources-callout-inner,
  .toolkit-grid { grid-template-columns: 1fr; gap: 36px; }
  .resources-callout-action { justify-items: start; }
  .toolkit-card { min-height: 350px; }
  .coming-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .resources-callout { padding-block: 46px; }
  .toolkit-card { min-height: 300px; padding: 30px; border-radius: 28% 5% 22% 5%; }
}


/* v0.6 — Contact form + live social links */
.contact-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 72px;
  align-items: start;
}
.contact-intro { max-width: 520px; }
.contact-intro > p:not(.eyebrow) { font-size: 1.04rem; }
.inline-link { display: inline; margin-top: 0; }

.contact-form {
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: var(--shadow);
}
.form-row.two-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.form-field { display: grid; gap: 7px; margin-bottom: 20px; }
.form-field label { font-weight: 800; }
.optional-label { color: var(--muted); font-size: .82rem; font-weight: 600; }
.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid #cdbfb2;
  border-radius: 12px;
  color: var(--ink);
  background: white;
  font: inherit;
  line-height: 1.4;
}
.form-field textarea { resize: vertical; min-height: 170px; }
.form-field input:focus-visible,
.form-field select:focus-visible,
.form-field textarea:focus-visible {
  outline: 3px solid rgba(227,161,82,.42);
  outline-offset: 2px;
  border-color: var(--rust);
}
.form-context-note,
.form-privacy-note {
  margin: 0 0 20px;
  padding: 15px 17px;
  border-left: 4px solid var(--gold);
  background: var(--cream);
  color: #55473d;
  font-size: .92rem;
}
.form-privacy-note { border-left-color: var(--rust); }
.form-status { min-height: 1.4em; margin: 14px 0 0; color: var(--rust); font-weight: 800; }
.form-status:empty { display: none; }
.form-status-error { color: var(--red); }
.contact-form button[disabled] { cursor: wait; opacity: .72; }
.form-tech-note { margin: 6px 0 0; color: var(--muted); font-size: .78rem; }
.form-tech-note a { text-underline-offset: 2px; }

@media (max-width: 860px) {
  .contact-grid { grid-template-columns: 1fr; gap: 38px; }
  .contact-intro { max-width: 680px; }
}
@media (max-width: 560px) {
  .contact-form { padding: 24px 18px; }
  .form-row.two-column { grid-template-columns: 1fr; gap: 0; }
}


/* v0.7 — public-beta accessibility hardening, credits, privacy, split-provider structure */
:root {
  --gold-text: #8a4f00;
  --focus-ring: #651715;
}

/* Consistent, high-visibility keyboard focus across interactive elements. */
a:focus-visible,
button:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px var(--focus-ring);
}

/* Preserve form-field shape while using the same high-contrast focus language. */
.form-field input:focus-visible,
.form-field select:focus-visible,
.form-field textarea:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 2px;
  border-color: var(--focus-ring);
  box-shadow: 0 0 0 6px var(--focus-ring);
}

/* Gold remains decorative elsewhere; darker gold is used for small meaningful text. */
.pillar-number,
.pathway-number {
  color: var(--gold-text);
}

/* Do not suppress keyboard focus on pathway links. */
.pathway-row:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px var(--focus-ring);
}

/* Footer links retain a compact appearance while meeting a more comfortable target size. */
.footer-meta a,
.site-credit a {
  display: inline-block;
  padding: 4px 2px;
}

.site-credit {
  margin-top: 8px !important;
  color: rgba(255,255,255,.66);
}
.site-credit a { text-underline-offset: 3px; }

/* Two-provider image treatment for Why the Arts Matter. Final assets replace each panel. */
.provider-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  background: var(--paper);
}
.provider-split-panel {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: #e9dfd5;
}
.provider-split-panel .section-photo {
  position: absolute;
  inset: 0;
}
.provider-split-placeholder {
  background:
    radial-gradient(circle at 68% 28%, rgba(227,161,82,.60), transparent 24%),
    linear-gradient(145deg, #9a5540 0%, #792f21 48%, #2d1805 100%);
}
.provider-split-placeholder::before,
.provider-split-placeholder::after {
  content: "";
  position: absolute;
  height: 38px;
  border-radius: 999px;
  transform: rotate(-24deg);
}
.provider-split-placeholder::before {
  width: 85%;
  left: -18%;
  top: 42%;
  background: rgba(255,255,255,.22);
}
.provider-split-placeholder::after {
  width: 72%;
  right: -16%;
  top: 58%;
  background: rgba(227,161,82,.78);
}

/* Privacy utility page: deliberately restrained, readable measure. */
.policy-copy {
  max-width: 780px;
}
.policy-copy h2 {
  margin-top: 46px;
  font-size: clamp(1.7rem, 2.8vw, 2.5rem);
}
.policy-copy h2:first-child { margin-top: 0; }
.policy-copy p { font-size: 1.04rem; }
.policy-note {
  margin-top: 34px;
  padding: 18px 20px;
  border-left: 4px solid var(--rust);
  background: var(--cream);
}

@media (max-width: 560px) {
  .provider-split { grid-template-columns: 1fr 1fr; }
  .provider-split-panel { min-height: 300px; }
}


/* v0.8 — permission-cleared imagery + consistent image credits */
.hero-photo-blackbox {
  object-position: 50% 50%;
}

.provider-feature {
  margin: 0;
  min-width: 0;
}

.provider-split-panel {
  position: relative;
  min-width: 0;
  overflow: hidden;
}

.section-photo-pinnovate {
  object-position: 50% 50%;
}

.section-photo-doe {
  object-position: 50% 50%;
}

.image-credit {
  margin: 10px 4px 0;
  color: var(--muted);
  font-size: .78rem;
  line-height: 1.45;
}

.story-credit {
  margin: 0;
  padding: 9px 28px 0;
  color: #675b51;
  background: white;
  font-size: .76rem;
}

.story-credit + .story-copy {
  padding-top: 18px;
}

.section-dark .story-credit {
  color: #675b51;
}

@media (max-width: 560px) {
  .hero-photo-blackbox {
    object-position: 50% 50%;
  }

  .image-credit {
    font-size: .75rem;
  }
}

.image-credit a {
  color: inherit;
  text-decoration-thickness: .08em;
  text-underline-offset: .18em;
}

.image-credit a:hover,
.image-credit a:focus-visible {
  color: var(--red);
}
