@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@400;500;600;700&display=swap");

:root {
  --ink: #102c52;
  --ink-soft: #25486f;
  --teal: #61d8c1;
  --gold: #f4b556;
  --coral: #ef705d;
  --paper: #f4f7f8;
  --white: #fff;
  --line: #d5e0e5;
  --muted: #607286;
  --heading: "Space Grotesk", sans-serif;
  --body: "DM Sans", sans-serif;
  --shadow: 0 18px 55px rgba(16, 44, 82, .12);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, audio { font: inherit; }
button { cursor: pointer; }
img { max-width: 100%; display: block; }
.container { width: min(1160px, calc(100% - 64px)); margin: 0 auto; }
.narrow { width: min(850px, calc(100% - 64px)); margin: 0 auto; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: absolute; z-index: 10; left: 16px; top: -100px;
  padding: 10px 16px; color: var(--white); background: var(--ink); border-radius: 0 0 8px 8px;
}
.skip-link:focus { top: 0; }

/* Header */
.site-header { background: var(--ink); color: var(--white); }
.header-shell {
  width: min(1160px, calc(100% - 64px)); min-height: 88px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between; gap: 32px;
}
.brand { display: inline-flex; align-items: center; gap: 13px; }
.brand-mark { position: relative; width: 45px; height: 45px; display: block; }
.brand-orbit { position: absolute; inset: 5px; border: 2px solid var(--teal); border-radius: 50%; transform: rotate(-35deg); }
.brand-orbit-one { border-right-color: transparent; }
.brand-orbit-two { inset: 9px 1px; border-color: var(--gold); border-left-color: transparent; transform: rotate(42deg); }
.brand-dot { position: absolute; width: 7px; height: 7px; top: 2px; right: 6px; background: var(--coral); border-radius: 50%; }
.brand-copy { display: grid; gap: 0; }
.brand-name { font: 600 1.25rem/1.1 var(--heading); letter-spacing: -.04em; }
.brand-name strong, .footer-brand strong { color: var(--teal); font-weight: 600; }
.brand-tagline { color: #a9c1d5; font-size: .63rem; letter-spacing: .16em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav a {
  position: relative; padding: 32px 0 28px; color: #d9e6ed; font-size: .81rem; font-weight: 600;
  letter-spacing: .01em; transition: color .2s ease;
}
.site-nav a::after {
  position: absolute; content: ""; left: 0; right: 0; bottom: 20px; height: 2px;
  background: var(--teal); transform: scaleX(0); transform-origin: left; transition: transform .2s ease;
}
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--white); }
.site-nav a:hover::after, .site-nav a[aria-current="page"]::after { transform: scaleX(1); }
.nav-toggle { display: none; border: 0; padding: 6px; color: var(--white); background: transparent; }
.nav-toggle > span:not(.sr-only) { display: block; width: 23px; height: 2px; margin: 5px; background: currentColor; }

/* Shared typography */
.eyebrow {
  margin: 0 0 18px; color: var(--teal); font-size: .72rem; font-weight: 700;
  letter-spacing: .18em; line-height: 1.2; text-transform: uppercase;
}
.eyebrow-dark { color: var(--ink-soft); }
.eyebrow-light { color: var(--gold); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--heading); line-height: 1.05; letter-spacing: -.06em; }
h1 { max-width: 800px; margin-bottom: 25px; font-size: clamp(3.3rem, 7vw, 6.8rem); font-weight: 500; }
h1 em, h2 em { color: var(--coral); font-style: normal; }
h2 { margin-bottom: 22px; font-size: clamp(2rem, 3.5vw, 3.5rem); font-weight: 500; }
h3 { margin-bottom: 8px; font-size: 1.5rem; font-weight: 600; }
.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 49px;
  padding: 13px 21px; border: 1px solid transparent; border-radius: 3px;
  font-size: .82rem; font-weight: 700; transition: transform .2s ease, background .2s ease, color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--ink); background: var(--teal); }
.button-primary:hover { background: #83e6d2; }
.button-secondary { color: var(--ink); border-color: var(--line); background: transparent; }
.button-secondary:hover { background: var(--white); }
.text-link {
  display: inline-flex; align-items: center; gap: 8px; color: var(--ink-soft);
  font-size: .79rem; font-weight: 700; transition: color .2s ease, gap .2s ease;
}
.text-link span { font-size: 1rem; }
.text-link:hover { gap: 12px; color: var(--coral); }
.muted-copy { max-width: 420px; color: var(--muted); font-size: .95rem; }

/* Home */
.hero { position: relative; overflow: hidden; color: var(--white); background: var(--ink); }
.hero::after {
  position: absolute; content: ""; left: 0; right: 0; bottom: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(97, 216, 193, .65), transparent);
}
.hero-glow { position: absolute; width: 38vw; height: 38vw; border-radius: 50%; filter: blur(85px); opacity: .14; }
.hero-glow-left { top: 10%; left: -22%; background: var(--teal); }
.hero-glow-right { right: -15%; bottom: -40%; background: var(--coral); }
.hero-grid { position: relative; z-index: 1; min-height: 625px; display: grid; grid-template-columns: 1fr .92fr; align-items: center; gap: 50px; padding-top: 65px; padding-bottom: 75px; }
.hero-copy { padding-bottom: 8px; }
.hero-intro { max-width: 500px; margin-bottom: 33px; color: #c0d1dd; font-size: 1.1rem; line-height: 1.7; }
.hero-art { position: relative; min-height: 405px; display: grid; place-items: center; }
.globe-grid {
  position: relative; width: min(410px, 80vw); height: 300px; border: 1px solid rgba(97, 216, 193, .38);
  border-radius: 50%; background: radial-gradient(ellipse at 50% 45%, rgba(97,216,193,.22), rgba(97,216,193,.03) 56%, transparent 57%);
  box-shadow: 0 0 100px rgba(97, 216, 193, .12), inset 0 0 60px rgba(97, 216, 193, .08);
  transform: perspective(550px) rotateY(-14deg) rotateX(5deg);
}
.globe-line { position: absolute; border: 1px solid rgba(97,216,193,.32); border-radius: 50%; }
.globe-line-one { inset: 0 30%; border-top-color: transparent; border-bottom-color: transparent; }
.globe-line-two { inset: 0 15%; border-top-color: transparent; border-bottom-color: transparent; }
.globe-line-three { inset: 22% 0; border-left-color: transparent; border-right-color: transparent; }
.globe-line-four { inset: 39% 0; border-left-color: transparent; border-right-color: transparent; }
.globe-land { position: absolute; background: var(--teal); opacity: .65; filter: blur(.2px); }
.land-one { left: 13%; top: 32%; width: 97px; height: 52px; border-radius: 72% 34% 56% 38%; transform: rotate(-18deg); }
.land-two { right: 13%; top: 27%; width: 73px; height: 66px; border-radius: 48% 65% 35% 58%; transform: rotate(21deg); }
.land-three { left: 42%; bottom: 13%; width: 42px; height: 76px; border-radius: 55% 39% 63% 45%; transform: rotate(16deg); }
.music-wave { position: absolute; width: 390px; height: 120px; left: 50%; top: 50%; display: flex; align-items: center; justify-content: space-evenly; transform: translate(-50%, -50%) rotate(-10deg); }
.music-wave span { display: block; width: 3px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 15px rgba(244,181,86,.7); }
.music-wave span:nth-child(1) { height: 37px; } .music-wave span:nth-child(2) { height: 88px; } .music-wave span:nth-child(3) { height: 120px; } .music-wave span:nth-child(4) { height: 64px; } .music-wave span:nth-child(5) { height: 102px; }
.hero-art-caption { position: absolute; left: 50%; bottom: 8px; width: 390px; display: flex; justify-content: space-between; color: #abc0cf; font-size: .68rem; letter-spacing: .18em; text-transform: uppercase; transform: translateX(-50%); }
.statement-section { padding: 100px 0 96px; background: var(--white); }
.statement-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 90px; align-items: end; }
.statement-section h2 { max-width: 560px; font-size: clamp(2.6rem, 5vw, 4.7rem); }
.statement-copy { margin-bottom: 20px; color: var(--coral); font: 500 clamp(1.25rem, 2vw, 1.7rem)/1.2 var(--heading); letter-spacing: -.045em; }
.catalog-section { padding: 100px 0; background: var(--paper); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 45px; }
.section-heading h2 { margin-bottom: 0; }
.catalog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.catalog-card { overflow: hidden; border: 1px solid var(--line); background: var(--white); transition: transform .25s ease, box-shadow .25s ease; }
.catalog-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.catalog-image-wrap { aspect-ratio: 1; padding: 20px; background: #eef2f4; }
.catalog-image { width: 100%; height: 100%; object-fit: cover; }
.catalog-card-body { padding: 25px 25px 27px; }
.card-kicker { margin-bottom: 8px; color: var(--coral); font-size: .7rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.catalog-card-body h3 { margin-bottom: 12px; }
.catalog-card-body p:not(.card-kicker) { min-height: 52px; margin-bottom: 21px; color: var(--muted); font-size: .88rem; }
.catalog-card--feature .catalog-card-body { padding-top: 20px; }
.catalog-feature-art { position: relative; aspect-ratio: 1; overflow: hidden; background: linear-gradient(135deg, #102c52 0%, #234e6e 58%, #ef705d 100%); }
.catalog-feature-art::before { position: absolute; content: ""; width: 80%; height: 80%; left: 10%; top: 10%; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; }
.feature-orbit { position: absolute; left: 16%; top: 28%; width: 68%; height: 42%; border: 2px solid var(--teal); border-radius: 50%; transform: rotate(-31deg); }
.feature-note { position: absolute; top: 12%; right: 17%; color: var(--gold); font: 5rem/1 var(--heading); transform: rotate(12deg); }
.feature-label { position: absolute; bottom: 15%; left: 15%; color: var(--white); font: 600 2.2rem/1 var(--heading); letter-spacing: -.08em; }
.pathways-section { padding: 100px 0 110px; color: var(--white); background: var(--ink); }
.section-heading-light { align-items: end; }
.section-heading-light h2 { max-width: 580px; margin: 0; }
.section-heading-light > p { max-width: 235px; margin: 0; color: #a9c1d5; font-size: .9rem; }
.pathways-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #376080; }
.pathway-card { position: relative; min-height: 180px; display: flex; flex-direction: column; justify-content: space-between; padding: 23px 22px 19px; border-right: 1px solid #376080; transition: background .2s ease; }
.pathway-card:first-child { border-left: 1px solid #376080; }
.pathway-card:hover { background: #183b62; }
.pathway-number { color: var(--gold); font-size: .75rem; letter-spacing: .12em; }
.pathway-copy { display: block; max-width: 270px; }
.pathway-title { display: block; max-width: 220px; font: 500 1.28rem/1.15 var(--heading); }
.pathway-description { display: block; margin-top: 12px; color: #a9c1d5; font-size: .8rem; line-height: 1.45; }
.pathway-arrow { align-self: flex-end; color: var(--teal); font-size: 1.25rem; }

/* Interior pages */
.page-hero { position: relative; overflow: hidden; padding: 115px 0 120px; color: var(--white); background: var(--ink); }
.page-hero::after { position: absolute; content: ""; width: 540px; height: 540px; right: -180px; bottom: -360px; border: 1px solid rgba(97,216,193,.28); border-radius: 50%; box-shadow: 0 0 0 55px rgba(97,216,193,.05), 0 0 0 110px rgba(97,216,193,.03); }
.page-hero .narrow { position: relative; z-index: 1; }
.page-hero h1 { max-width: 760px; }
.page-intro { max-width: 620px; margin-bottom: 0; color: #c0d1dd; font-size: 1.15rem; line-height: 1.7; }
.page-hero--catalogs { background: linear-gradient(135deg, var(--ink), #245276); }
.page-hero--specialty { background: linear-gradient(135deg, var(--ink), #4e5265); }
.page-hero--audio { background: linear-gradient(135deg, var(--ink), #275e67); }
.page-hero--mri { background: linear-gradient(135deg, var(--ink), #642f47); }
.page-hero--tetragrammaton { background: linear-gradient(135deg, var(--ink), #4d315c); }
.page-hero--404 { padding-bottom: 145px; background: linear-gradient(135deg, var(--ink), #47375e); }
.page-hero--404 .button { margin-top: 27px; }
.page-content { padding: 110px 0; background: var(--white); }
.page-content--airy { min-height: 450px; }
.content-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 85px; }
.content-lead { display: flex; align-items: start; gap: 20px; }
.content-index { color: var(--coral); font: 600 1rem/1 var(--heading); }
.content-lead h2 { max-width: 370px; margin-top: -8px; font-size: clamp(2.1rem, 4vw, 3.4rem); }
.content-body { max-width: 600px; color: var(--muted); font-size: 1.05rem; }
.content-body p { margin-bottom: 30px; }
.external-resource { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 20px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--ink); }
.external-resource > span:last-child { color: var(--coral); font-size: 1.3rem; }
.external-resource strong, .external-resource small { display: block; }
.external-resource strong { font-family: var(--heading); }
.external-resource small { color: var(--muted); font-size: .78rem; }
.button-row { display: flex; flex-wrap: wrap; gap: 13px; }
.section-support { max-width: 270px; margin: 0; color: var(--muted); font-size: .84rem; }
.catalog-section--page { background: var(--white); }
.audio-section { padding: 30px 0 110px; background: var(--white); }
.audio-list { border-top: 1px solid var(--line); }
.audio-row { display: grid; grid-template-columns: 70px 1fr 1fr; align-items: center; gap: 30px; padding: 38px 0; border-bottom: 1px solid var(--line); }
.audio-row-number { align-self: start; color: var(--coral); font: 600 1rem/1 var(--heading); }
.audio-row-copy h2 { margin-bottom: 8px; font-size: 2rem; }
.audio-row-copy p:last-child { margin: 0; color: var(--muted); font-size: .88rem; }
.audio-player-wrap { display: grid; gap: 13px; justify-items: end; }
audio { width: min(100%, 380px); height: 39px; }
.feature-audio-section { padding: 100px 0 140px; background: var(--white); }
.feature-audio { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: center; }
.feature-audio-art { position: relative; aspect-ratio: 1; overflow: hidden; background: linear-gradient(140deg, var(--ink), #285a72 60%, var(--coral)); }
.feature-audio-art::before, .feature-audio-art::after { position: absolute; content: ""; border: 1px solid rgba(255,255,255,.32); border-radius: 50%; }
.feature-audio-art::before { inset: 13%; }
.feature-audio-art::after { inset: 23%; }
.feature-orbit-large { left: 13%; top: 37%; width: 74%; height: 32%; border-color: var(--teal); transform: rotate(-25deg); }
.feature-note-large { top: 20%; right: 19%; font-size: 5.5rem; }
.feature-label-large { bottom: 17%; left: 14%; font-size: 3.2rem; }
.feature-audio-copy h2 { margin-bottom: 15px; font-size: clamp(2.4rem, 5vw, 4.5rem); }
.feature-audio-copy > p:not(.eyebrow) { max-width: 420px; margin-bottom: 28px; color: var(--muted); }
.feature-audio-copy audio { display: block; width: min(100%, 470px); margin-bottom: 16px; }

/* Current public directories */
.directory-section { padding: 105px 0 125px; background: var(--white); }
.offering-list { border-top: 1px solid var(--line); }
.offering-row { display: grid; grid-template-columns: 55px minmax(0, 1.3fr) minmax(240px, .7fr); gap: 32px; align-items: start; padding: 38px 0 42px; border-bottom: 1px solid var(--line); }
.offering-number, .directory-number { color: var(--coral); font: 600 .88rem/1 var(--heading); letter-spacing: .04em; }
.offering-copy h3 { margin: -7px 0 12px; font-size: clamp(1.8rem, 3vw, 2.7rem); }
.offering-copy > p:last-child { max-width: 660px; margin: 0; color: var(--muted); font-size: .96rem; }
.offering-qualifier { display: inline-block; padding: 5px 9px; margin: 0 0 14px; color: #8a402f; border: 1px solid #edc9bf; border-radius: 999px; background: #fff5f1; font: 600 .67rem/1.2 var(--body); letter-spacing: .06em; text-transform: uppercase; }
.offering-links { display: grid; gap: 10px; }
.resource-link { display: flex; justify-content: space-between; align-items: center; gap: 18px; padding: 15px 0; color: var(--ink); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.resource-link strong, .resource-link small { display: block; }
.resource-link strong { font-family: var(--heading); font-size: .83rem; line-height: 1.3; }
.resource-link small { margin-top: 4px; color: var(--muted); font-size: .68rem; }
.resource-link > span:last-child { color: var(--coral); }
.catalog-introduction { padding: 80px 0 60px; background: var(--paper); }
.catalog-introduction--specialty { padding-bottom: 80px; }
.anniversary-callout { display: grid; grid-template-columns: 64px 1fr; gap: 26px; align-items: center; max-width: 850px; padding: 30px 32px; margin-bottom: 75px; color: var(--white); background: var(--ink); box-shadow: var(--shadow); }
.catalog-introduction--specialty .anniversary-callout { margin-bottom: 0; }
.anniversary-callout img { width: 64px; height: 64px; }
.anniversary-callout h2 { margin: 0 0 8px; font-size: clamp(1.7rem, 3vw, 2.65rem); }
.anniversary-callout p:last-child { margin: 0; color: #c0d1dd; }
.catalog-overview { display: grid; grid-template-columns: .45fr 1.15fr; column-gap: 70px; align-items: start; }
.catalog-overview .eyebrow { grid-column: 1 / -1; }
.catalog-overview h2 { margin: 0; font-size: clamp(2.6rem, 5vw, 4.8rem); }
.catalog-overview > p:last-child { max-width: 720px; margin: 5px 0 0; color: var(--muted); font-size: 1rem; }
.catalog-directory { padding: 70px 0 130px; background: var(--white); }
.catalog-directory-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.directory-card { display: grid; grid-template-columns: 36px 1fr; align-content: start; min-height: 315px; padding: 32px 34px; scroll-margin-top: 100px; border: 1px solid var(--line); background: var(--white); }
.directory-copy h2 { margin: -7px 0 12px; font-size: 2rem; }
.directory-copy > p:last-child { margin: 0; color: var(--muted); font-size: .86rem; }
.directory-links, .resource-note { grid-column: 2; }
.directory-links { display: flex; flex-wrap: wrap; gap: 12px 24px; align-self: end; margin-top: 25px; }
.directory-links .text-link { font-size: .76rem; }
.resource-note { align-self: end; margin: 25px 0 0; color: #7e8b95; font-size: .73rem; font-style: italic; }
.specialty-directory { padding-top: 40px; }
.licensing-panel { max-width: 850px; padding: 48px 52px; margin-top: 75px; color: #c0d1dd; background: var(--ink); }
.licensing-panel h2 { margin-bottom: 24px; color: var(--white); font-size: clamp(2.5rem, 5vw, 4.3rem); }
.licensing-panel p:not(.eyebrow) { max-width: 710px; margin: 0 0 14px; }
.eyebrow-light { color: var(--teal); }
.tetragrammaton-directory { padding-top: 95px; }
.album-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.album-card { padding: 30px 32px 34px; border: 1px solid var(--line); background: var(--paper); }
.album-card h2 { margin: 0 0 22px; font-size: 2rem; }
.track-list { columns: 2; column-gap: 34px; padding: 0; margin: 0; list-style-position: inside; color: var(--muted); font-size: .79rem; }
.track-list li { break-inside: avoid; padding: 4px 0; }

/* Footer */
.site-footer { color: #c0d1dd; background: #0b2341; }
.footer-shell { width: min(1160px, calc(100% - 64px)); display: grid; grid-template-columns: .45fr 1fr; gap: 50px; padding: 45px 0; margin: 0 auto; }
.footer-brand { color: var(--white); font: 600 1.15rem/1 var(--heading); letter-spacing: -.04em; }
.footer-note { margin: 9px 0 0; color: #829bb2; font-size: .75rem; }
.copyright { max-width: 590px; justify-self: end; margin: 0; color: #829bb2; font-size: .69rem; line-height: 1.6; text-align: right; }

@media (max-width: 800px) {
  .container, .narrow, .header-shell, .footer-shell { width: min(100% - 40px, 600px); }
  .header-shell { min-height: 76px; }
  .nav-toggle { display: block; }
  .site-nav { position: absolute; z-index: 5; top: 76px; left: 0; right: 0; display: none; padding: 12px 20px 20px; background: var(--ink); box-shadow: 0 15px 20px rgba(0,0,0,.15); }
  .site-nav.is-open { display: grid; }
  .site-nav a { padding: 12px 0; border-bottom: 1px solid #294969; }
  .site-nav a::after { bottom: 0; }
  .hero-grid, .statement-grid, .content-grid, .feature-audio { grid-template-columns: 1fr; gap: 45px; }
  .hero-grid { min-height: auto; padding-top: 75px; padding-bottom: 60px; }
  .hero-art { min-height: 330px; }
  .statement-section, .catalog-section, .pathways-section, .page-content, .feature-audio-section, .directory-section { padding: 75px 0; }
  .statement-grid { gap: 15px; }
  .section-heading { align-items: start; flex-direction: column; margin-bottom: 30px; }
  .catalog-grid, .pathways-grid { grid-template-columns: 1fr; }
  .pathway-card { min-height: 130px; border-right: 1px solid #376080; border-bottom: 1px solid #376080; }
  .pathway-card:first-child { border-left: 1px solid #376080; }
  .page-hero { padding: 82px 0 88px; }
  .audio-section { padding-top: 10px; }
  .audio-row { grid-template-columns: 35px 1fr; gap: 18px; }
  .audio-player-wrap { grid-column: 2; justify-items: start; }
  .feature-audio { gap: 50px; }
  .feature-audio-art { width: min(100%, 390px); }
  .offering-row { grid-template-columns: 38px 1fr; gap: 20px; }
  .offering-links { grid-column: 2; }
  .catalog-overview { grid-template-columns: 1fr; gap: 22px; }
  .catalog-directory-grid, .album-grid { grid-template-columns: 1fr; }
  .directory-card { min-height: 0; }
  .anniversary-callout { margin-bottom: 55px; }
  .licensing-panel { padding: 38px 35px; margin-top: 55px; }
  .footer-shell { grid-template-columns: 1fr; gap: 25px; }
  .copyright { justify-self: start; text-align: left; }
}

@media (max-width: 480px) {
  .container, .narrow, .header-shell, .footer-shell { width: calc(100% - 32px); }
  h1 { font-size: 3rem; }
  .hero-intro, .page-intro { font-size: 1rem; }
  .hero-art-caption, .music-wave { width: 300px; }
  .globe-grid { width: min(340px, 94vw); height: 255px; }
  .music-wave { height: 105px; }
  .audio-row { grid-template-columns: 1fr; }
  .audio-row-number { margin-bottom: -10px; }
  .audio-player-wrap { grid-column: auto; }
  .offering-row { grid-template-columns: 1fr; }
  .offering-number, .offering-links { grid-column: auto; }
  .anniversary-callout { grid-template-columns: 1fr; padding: 26px 24px; }
  .directory-card { grid-template-columns: 1fr; padding: 27px 24px; }
  .directory-number, .directory-links, .resource-note { grid-column: auto; }
  .directory-number { margin-bottom: 20px; }
  .track-list { columns: 1; }
  .licensing-panel { padding: 32px 25px; }
}