@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=DM+Serif+Display:ital@0;1&display=swap');

:root {
  --ink: #17322d;
  --ink-2: #23473f;
  --cream: #f7f3eb;
  --paper: #fffdf8;
  --sage: #dce8dc;
  --lime: #c9e96c;
  --sun: #f4c75d;
  --coral: #ef8f72;
  --blue: #9fcad3;
  --muted: #68756f;
  --line: rgba(23,50,45,.13);
  --shadow: 0 24px 70px rgba(20,46,40,.12);
  --radius: 28px;
  --serif: "DM Serif Display", Georgia, serif;
  --sans: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--sans); color: var(--ink); background: var(--paper); line-height: 1.65; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { max-width: 100%; display: block; }

.skip-link { position: fixed; top: 8px; left: 8px; z-index: 999; transform: translateY(-150%); padding: 10px 14px; border-radius: 10px; background: white; color: var(--ink); }
.skip-link:focus { transform: translateY(0); }
.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; }

.site-header { position: absolute; inset: 0 0 auto 0; z-index: 20; color: white; }
.nav-shell, .section-shell, .hero-shell { width: min(1180px, calc(100% - 36px)); margin-inline: auto; }
.nav-shell { min-height: 88px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.18); }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { width: 45px; aspect-ratio: 1; border-radius: 14px; display: grid; place-items: center; background: var(--lime); color: var(--ink); font-weight: 800; letter-spacing: -.03em; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.1; }
.brand-copy strong { font-size: .98rem; }
.brand-copy span { margin-top: 4px; font-size: .69rem; text-transform: uppercase; letter-spacing: .13em; opacity: .78; }
.site-nav { display: flex; gap: 28px; align-items: center; }
.site-nav a { text-decoration: none; font-size: .9rem; font-weight: 600; opacity: .85; }
.site-nav a:hover, .site-nav a:focus-visible { opacity: 1; }
.menu-toggle { display: none; width: 44px; height: 44px; border-radius: 13px; border: 1px solid rgba(255,255,255,.25); background: rgba(255,255,255,.08); padding: 10px; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: white; border-radius: 2px; }

.hero { position: relative; min-height: 780px; display: flex; align-items: center; overflow: hidden; background: var(--ink); color: white; }
.hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: radial-gradient(rgba(255,255,255,.14) .65px, transparent .65px); background-size: 14px 14px; opacity: .25; mask-image: linear-gradient(to bottom, black, transparent 72%); }
.hero-shell { position: relative; z-index: 3; padding-top: 112px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 70px; }
.hero-copy { max-width: 660px; }
.eyebrow { margin: 0 0 18px; font-size: .74rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; color: var(--lime); }
.eyebrow.dark { color: #41685f; }
.hero h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; line-height: .98; }
.hero h1 { margin: 0; font-size: clamp(3.5rem, 7vw, 6.7rem); }
.hero h1 em { color: var(--lime); font-weight: 400; }
.hero-intro { max-width: 620px; margin: 26px 0 0; color: rgba(255,255,255,.8); font-size: clamp(1.04rem, 1.6vw, 1.2rem); }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button-row.compact { margin-top: 0; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 0 20px; border-radius: 999px; border: 1px solid transparent; text-decoration: none; font-weight: 800; font-size: .88rem; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--lime); color: var(--ink); }
.button-secondary { background: white; color: var(--ink); }
.button-ghost { border-color: rgba(255,255,255,.35); color: white; background: rgba(255,255,255,.06); }
.button-dark { background: var(--ink); color: white; }
.button-outline-dark { border-color: rgba(23,50,45,.28); color: var(--ink); }

.hero-art { position: relative; min-height: 470px; }
.hero-card { position: absolute; border-radius: 34px; box-shadow: 0 36px 100px rgba(0,0,0,.32); }
.hero-card-main { inset: 0 10px 35px 55px; padding: 34px; background: var(--coral); color: var(--ink); transform: rotate(2deg); overflow: hidden; }
.hero-card-main::before { content: ""; position: absolute; width: 320px; height: 320px; right: -100px; bottom: -130px; border: 46px solid rgba(255,255,255,.22); border-radius: 50%; }
.hero-card-main::after { content: ""; position: absolute; width: 180px; height: 180px; right: -36px; top: 70px; border: 30px solid rgba(255,255,255,.15); border-radius: 50%; }
.hero-card-topline { display: flex; align-items: center; gap: 10px; font-size: .65rem; font-weight: 900; letter-spacing: .16em; }
.hero-card-topline .dot { width: 5px; height: 5px; border-radius: 50%; background: var(--ink); }
.hero-card-message { position: relative; z-index: 2; margin-top: 62px; font: 400 clamp(4.6rem, 7vw, 7.3rem)/.78 var(--serif); letter-spacing: -.06em; }
.hero-card-footer { position: absolute; left: 34px; bottom: 32px; font-weight: 800; }
.hero-card-small { z-index: 5; left: 0; bottom: 0; width: min(290px, 72%); padding: 22px 24px; background: var(--paper); color: var(--ink); transform: rotate(-3deg); }
.hero-card-small strong { display: block; margin: 7px 0 2px; font-size: 1.2rem; }
.hero-card-small > span:last-child { color: var(--muted); font-size: .87rem; }
.mini-label { font-size: .66rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; color: #53736b; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(4px); opacity: .5; }
.hero-glow-one { width: 550px; height: 550px; top: -250px; right: 10%; background: rgba(159,202,211,.18); }
.hero-glow-two { width: 420px; height: 420px; bottom: -260px; left: 4%; background: rgba(201,233,108,.14); }
.hero-scroll { position: absolute; z-index: 5; left: 50%; bottom: 22px; transform: translateX(-50%); display: flex; align-items: center; gap: 8px; font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; opacity: .62; }
.hero-scroll span { width: 34px; height: 1px; background: currentColor; }

.quick-strip { border-bottom: 1px solid var(--line); background: white; }
.quick-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.quick-grid > a { min-height: 128px; display: grid; grid-template-columns: auto 1fr auto; gap: 16px; align-items: center; padding: 28px 26px; text-decoration: none; border-right: 1px solid var(--line); }
.quick-grid > a:last-child { border-right: 0; }
.quick-grid > a:hover { background: var(--cream); }
.quick-grid strong { display: block; font-size: 1rem; }
.quick-grid small { display: block; margin-top: 4px; color: var(--muted); line-height: 1.45; }
.quick-icon { width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; background: var(--sage); font-size: .7rem; font-weight: 900; }

.section { padding: 112px 0; }
.section-warm { background: var(--cream); }
.section-sage { background: var(--sage); }
.section-dark { background: var(--ink); color: white; }
.section-contact { background: #25463f; color: white; }
.split-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: start; }
.section-heading h2, .feature-copy h2, .section-copy h2, .listen-card h2, .contact-copy h2 { margin: 0; font-size: clamp(2.7rem, 5vw, 5.1rem); }
.section-copy { max-width: 640px; }
.section-copy p, .feature-copy p { color: #53615c; }
.section-copy.light p { color: rgba(255,255,255,.74); }
.lead { font-size: 1.18rem; line-height: 1.65; }
.notice-card { margin: 28px 0; display: grid; grid-template-columns: auto 1fr; gap: 14px; padding: 20px; background: white; border: 1px solid var(--line); border-radius: 20px; box-shadow: 0 14px 50px rgba(25,53,47,.05); }
.notice-icon { width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; background: var(--lime); font-weight: 900; }
.notice-card span { color: var(--muted); }
.text-link { display: inline-flex; gap: 9px; align-items: center; margin-top: 12px; font-weight: 800; text-decoration: none; border-bottom: 1px solid rgba(23,50,45,.25); }
.light-link { color: white; border-color: rgba(255,255,255,.3); }

.section-heading-row { display: flex; align-items: end; justify-content: space-between; gap: 60px; }
.section-heading-row > p { max-width: 440px; color: var(--muted); margin: 0 0 8px; }
.event-grid { margin-top: 48px; display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.event-card { min-height: 310px; padding: 24px; display: flex; flex-direction: column; justify-content: space-between; border-radius: 25px; border: 1px solid var(--line); background: white; transition: transform .2s ease, box-shadow .2s ease; }
.event-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.event-card:nth-child(1) { background: var(--ink); color: white; }
.event-card:nth-child(2) { background: #e8d5c8; }
.event-card:nth-child(3) { background: #f4d867; }
.event-card:nth-child(4) { background: #bed7df; }
.event-card:nth-child(5) { background: #d7e5cf; }
.event-number { font-size: .68rem; font-weight: 900; letter-spacing: .15em; opacity: .65; }
.event-card h3 { margin: 18px 0 8px; font: 400 1.65rem/1.05 var(--serif); letter-spacing: -.025em; }
.event-card p { font-size: .9rem; line-height: 1.5; opacity: .75; }
.event-status { font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.social-prompt { margin-top: 24px; display: flex; justify-content: space-between; gap: 30px; align-items: center; padding: 30px; border-radius: 24px; background: var(--cream); }
.social-prompt h3 { margin: 4px 0 0; font: 400 2rem/1.1 var(--serif); }

.about-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: center; }
.about-stat { min-height: 430px; position: relative; display: flex; flex-direction: column; justify-content: end; padding: 34px; overflow: hidden; border-radius: 30px; background: var(--lime); color: var(--ink); }
.about-stat::before, .about-stat::after { content: ""; position: absolute; border-radius: 50%; border: 46px solid rgba(23,50,45,.13); }
.about-stat::before { width: 380px; height: 380px; top: -210px; right: -150px; }
.about-stat::after { width: 250px; height: 250px; top: -90px; right: -85px; }
.about-stat span { font-size: .7rem; font-weight: 900; letter-spacing: .16em; }
.about-stat strong { margin-top: 8px; font: 400 4.1rem/.86 var(--serif); letter-spacing: -.05em; }
.about-stat small { margin-top: 18px; max-width: 240px; font-weight: 700; }

.feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 85px; align-items: center; }
.feature-grid.reverse .feature-copy { order: 1; }
.feature-grid.reverse .feature-visual { order: 2; }
.feature-copy { max-width: 560px; }
.feature-copy .button { margin-top: 18px; }
.feature-visual { min-height: 540px; position: relative; overflow: hidden; border-radius: 32px; box-shadow: var(--shadow); }
.tots-visual { background: #f1d75f; }
.sun { position: absolute; width: 210px; height: 210px; border-radius: 50%; top: 52px; right: 58px; background: #f38d6f; }
.rainbow { position: absolute; border: 30px solid var(--ink); border-radius: 50% 50% 0 0; border-bottom: 0; opacity: .12; }
.rainbow-one { width: 450px; height: 220px; left: -90px; bottom: -20px; }
.rainbow-two { width: 320px; height: 160px; left: -25px; bottom: 15px; }
.feature-word { position: absolute; z-index: 2; left: 38px; bottom: 38px; font: 400 clamp(3.6rem, 7vw, 6.2rem)/.77 var(--serif); letter-spacing: -.05em; }
.community-visual { min-height: 470px; display: flex; flex-direction: column; justify-content: center; padding: 35px; background: var(--ink); color: var(--lime); }
.community-line { display: block; font: 400 clamp(4rem, 8vw, 7.3rem)/.79 var(--serif); letter-spacing: -.055em; }
.community-line.outline { color: transparent; -webkit-text-stroke: 2px var(--lime); }

.listen-card { display: grid; grid-template-columns: auto 1fr auto; gap: 30px; align-items: center; padding: 40px; border-radius: 30px; background: var(--cream); }
.listen-card h2 { font-size: clamp(2.2rem, 4vw, 4rem); }
.listen-card p { margin-bottom: 0; color: var(--muted); }
.listen-mark { width: 74px; height: 74px; border-radius: 50%; display: grid; place-items: center; background: var(--lime); font-size: 1.35rem; }

.contact-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 80px; align-items: center; }
.contact-copy > p:not(.eyebrow) { max-width: 570px; color: rgba(255,255,255,.74); font-size: 1.08rem; }
.contact-items { margin-top: 36px; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.15); }
.contact-item { padding: 20px 20px 20px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.contact-item span { display: block; margin-bottom: 6px; font-size: .68rem; text-transform: uppercase; letter-spacing: .14em; opacity: .56; }
.contact-item a { text-decoration: none; }
.map-card { min-height: 480px; position: relative; overflow: hidden; display: flex; flex-direction: column; align-items: flex-start; justify-content: end; padding: 36px; border-radius: 32px; background: var(--lime); color: var(--ink); box-shadow: 0 30px 80px rgba(0,0,0,.18); }
.map-card::before { content: ""; position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(25deg, transparent 47%, var(--ink) 48%, var(--ink) 50%, transparent 51%), linear-gradient(-35deg, transparent 47%, var(--ink) 48%, var(--ink) 50%, transparent 51%); background-size: 70px 70px, 110px 110px; }
.map-card > * { position: relative; z-index: 2; }
.map-pin { position: absolute; z-index: 3; top: 72px; right: 72px; width: 74px; height: 74px; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); background: var(--ink); display: grid; place-items: center; box-shadow: 0 20px 50px rgba(0,0,0,.2); }
.map-pin span { width: 22px; height: 22px; border-radius: 50%; background: var(--lime); }
.map-card h3 { margin: 5px 0 5px; font: 400 4.4rem/.9 var(--serif); letter-spacing: -.05em; }
.map-card p { max-width: 330px; margin: 10px 0 24px; }

.site-footer { padding: 60px 0 26px; background: #102722; color: white; }
.footer-grid { display: grid; grid-template-columns: 1.6fr .7fr .7fr; gap: 50px; }
.footer-brand { margin-bottom: 22px; }
.footer-grid > div:first-child > p { max-width: 370px; color: rgba(255,255,255,.58); }
.footer-links { display: flex; flex-direction: column; gap: 10px; }
.footer-links strong { margin-bottom: 5px; font-size: .72rem; text-transform: uppercase; letter-spacing: .14em; color: var(--lime); }
.footer-links a { text-decoration: none; color: rgba(255,255,255,.7); }
.footer-bottom { margin-top: 52px; padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.45); font-size: .78rem; }

.reveal { opacity: 0; transform: translateY(14px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1020px) {
  .site-nav { position: absolute; top: 76px; right: 18px; left: 18px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; border-radius: 20px; background: #fff; color: var(--ink); box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 12px 14px; border-radius: 12px; }
  .site-nav a:hover { background: var(--cream); }
  .menu-toggle { display: block; }
  .hero { min-height: 960px; }
  .hero-shell { grid-template-columns: 1fr; gap: 50px; padding: 155px 0 100px; }
  .hero-art { min-height: 400px; max-width: 600px; width: 100%; margin-inline: auto; }
  .hero-card-main { inset: 0 28px 35px 70px; }
  .hero-card-message { font-size: 6.3rem; }
  .quick-grid { grid-template-columns: 1fr; }
  .quick-grid > a { min-height: 105px; border-right: 0; border-bottom: 1px solid var(--line); }
  .quick-grid > a:last-child { border-bottom: 0; }
  .event-grid { grid-template-columns: repeat(2, 1fr); }
  .event-card:last-child { grid-column: span 2; }
  .split-grid, .about-grid, .feature-grid, .contact-grid { grid-template-columns: 1fr; gap: 52px; }
  .about-stat { min-height: 360px; }
  .feature-grid.reverse .feature-copy, .feature-grid.reverse .feature-visual { order: unset; }
  .feature-visual { min-height: 440px; }
}

@media (max-width: 720px) {
  .nav-shell, .section-shell, .hero-shell { width: min(100% - 28px, 1180px); }
  .nav-shell { min-height: 76px; }
  .brand-copy span { display: none; }
  .hero { min-height: 860px; }
  .hero-shell { padding-top: 122px; gap: 34px; }
  .hero h1 { font-size: clamp(3.35rem, 16vw, 5rem); }
  .hero-intro { font-size: 1rem; }
  .button-row { gap: 9px; }
  .button { min-height: 48px; padding-inline: 17px; font-size: .82rem; }
  .hero-art { min-height: 325px; }
  .hero-card-main { inset: 0 8px 34px 35px; padding: 24px; border-radius: 26px; }
  .hero-card-message { margin-top: 40px; font-size: clamp(4.1rem, 20vw, 5.8rem); }
  .hero-card-footer { left: 24px; bottom: 22px; }
  .hero-card-small { width: 72%; padding: 17px 18px; border-radius: 22px; }
  .hero-scroll { display: none; }
  .section { padding: 78px 0; }
  .split-grid { gap: 28px; }
  .section-heading h2, .feature-copy h2, .section-copy h2, .contact-copy h2 { font-size: clamp(2.55rem, 12vw, 4rem); }
  .section-heading-row { display: block; }
  .section-heading-row > p { margin-top: 18px; }
  .event-grid { grid-template-columns: 1fr; }
  .event-card, .event-card:last-child { grid-column: auto; min-height: 240px; }
  .social-prompt { align-items: flex-start; flex-direction: column; }
  .about-stat { min-height: 330px; }
  .about-stat strong { font-size: 3.4rem; }
  .feature-visual { min-height: 370px; border-radius: 24px; }
  .feature-word { font-size: 4rem; left: 24px; bottom: 25px; }
  .community-line { font-size: 4.2rem; }
  .listen-card { grid-template-columns: 1fr; padding: 28px; }
  .listen-mark { width: 58px; height: 58px; }
  .contact-items { grid-template-columns: 1fr; }
  .map-card { min-height: 430px; padding: 28px; }
  .map-card h3 { font-size: 3.4rem; }
  .map-pin { width: 62px; height: 62px; top: 55px; right: 44px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: span 2; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* ==============================
   V2 — REAL BRANDING + PHOTOGRAPHY
   ============================== */
.brand-logo-wrap {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0,0,0,.12);
}
.brand-logo { width: 100%; height: 100%; object-fit: contain; }
.hero-shell-v2 { grid-template-columns: .9fr 1.1fr; gap: 62px; }
.hero-photo-wrap {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border-radius: 34px;
  box-shadow: 0 38px 100px rgba(0,0,0,.34);
  transform: rotate(1deg);
  background: #294a43;
}
.hero-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-photo-shade { position: absolute; inset: 0; background: linear-gradient(to top, rgba(9,26,22,.7), transparent 55%); }
.hero-photo-badge {
  position: absolute;
  z-index: 2;
  left: 24px;
  bottom: 24px;
  width: min(320px, calc(100% - 48px));
  padding: 21px 22px;
  border-radius: 22px;
  background: rgba(255,253,248,.95);
  color: var(--ink);
  backdrop-filter: blur(10px);
  box-shadow: 0 20px 55px rgba(0,0,0,.2);
}
.hero-photo-badge strong { display: block; margin: 5px 0 2px; font: 400 1.7rem/1.05 var(--serif); }
.hero-photo-badge > span:last-child { color: var(--muted); font-size: .84rem; }
.hero-photo-tag {
  position: absolute;
  z-index: 2;
  top: 22px;
  right: 22px;
  padding: 9px 12px;
  border: 1px solid rgba(255,255,255,.4);
  border-radius: 999px;
  background: rgba(14,40,34,.6);
  color: white;
  font-size: .63rem;
  font-weight: 900;
  letter-spacing: .15em;
  backdrop-filter: blur(8px);
}
.about-photo {
  margin: 0;
  min-height: 430px;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  background: #dce8dc;
  box-shadow: 0 28px 80px rgba(0,0,0,.2);
}
.about-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.about-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(10,28,24,.78), transparent 58%); }
.about-photo figcaption { position: absolute; z-index: 2; left: 28px; right: 28px; bottom: 26px; color: white; }
.about-photo figcaption span { display: block; margin-bottom: 5px; color: var(--lime); font-size: .68rem; font-weight: 900; letter-spacing: .16em; }
.about-photo figcaption strong { display: block; max-width: 390px; font: 400 2rem/1.05 var(--serif); }
.listen-card-v2 { grid-template-columns: 110px 1fr auto; }
.podcast-art { width: 110px; height: 110px; object-fit: cover; border-radius: 22px; box-shadow: 0 14px 40px rgba(23,50,45,.14); }
.photo-credit { margin-top: 14px; color: rgba(255,255,255,.38); font-size: .68rem; }
.photo-credit a { color: rgba(255,255,255,.62); }
.footer-brand .brand-logo-wrap { width: 44px; height: 44px; flex-basis: 44px; }

@media (max-width: 1020px) {
  .hero-shell-v2 { grid-template-columns: 1fr; }
  .hero-photo-wrap { min-height: 500px; max-width: 760px; width: 100%; margin-inline: auto; transform: none; }
}

@media (max-width: 720px) {
  .brand-logo-wrap { width: 43px; height: 43px; flex-basis: 43px; border-radius: 12px; }
  .hero { min-height: auto; }
  .hero-shell-v2 { padding-bottom: 78px; }
  .hero-photo-wrap { min-height: 360px; border-radius: 25px; }
  .hero-photo-badge { left: 16px; bottom: 16px; width: calc(100% - 32px); padding: 17px 18px; }
  .hero-photo-tag { top: 14px; right: 14px; }
  .about-photo { min-height: 350px; }
  .listen-card-v2 { grid-template-columns: 82px 1fr; }
  .podcast-art { width: 82px; height: 82px; border-radius: 17px; }
  .listen-card-v2 .button { grid-column: 1 / -1; justify-self: start; }
  .photo-credit { line-height: 1.5; }
}

/* Alpha and people */
.alpha-grid{display:grid;grid-template-columns:minmax(220px,.8fr) 1.2fr;gap:clamp(2rem,6vw,6rem);align-items:center}.alpha-mark{background:#ed343b;color:#fff;min-height:280px;border-radius:24px;display:flex;justify-content:center;align-items:center;position:relative;overflow:hidden}.alpha-mark span{font-size:clamp(4rem,10vw,9rem);font-weight:850;letter-spacing:-.09em}.alpha-mark b{font-size:5rem;transform:rotate(-18deg);position:absolute;right:10%;top:4%;font-weight:400}.team-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;margin-top:2rem}.team-card{background:#f5f3ed;border-radius:18px;overflow:hidden}.team-card img,.team-initial{width:100%;aspect-ratio:4/3;object-fit:cover;object-position:center 25%}.team-initial{display:grid;place-items:center;background:#dce8de;color:#193d34;font-size:3rem;font-weight:700}.team-card div:last-child{padding:1.2rem}.team-card h3{margin:0 0 .35rem;font-size:1.12rem}.team-card p{margin:0;line-height:1.4}@media(max-width:850px){.team-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:650px){.alpha-grid{grid-template-columns:1fr}.alpha-mark{min-height:210px}}@media(max-width:420px){.team-grid{grid-template-columns:1fr 1fr}.team-card div:last-child{padding:.8rem}.team-card h3{font-size:1rem}}

.pastor-welcome-grid{display:grid;grid-template-columns:minmax(220px,.8fr) 1.2fr;gap:clamp(2rem,6vw,6rem);align-items:center}.pastor-welcome-photo{width:100%;height:clamp(320px,38vw,490px);object-fit:cover;object-position:center 20%;border-radius:22px;display:block}.pastor-welcome .section-copy{max-width:670px}@media(max-width:700px){.pastor-welcome-grid{grid-template-columns:1fr}.pastor-welcome-photo{height:390px;max-width:500px}}

.social-feed-section{background:#f7f6f1}.social-feed-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;margin-top:2rem}.social-feed-card{min-width:0;background:white;padding:clamp(1rem,2vw,1.5rem);border-radius:22px;overflow:hidden}.social-feed-head{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem}.social-feed-head h3{margin:0}.social-feed-head a,.feed-fallback a{color:#173f34;text-decoration:underline}.instagram-feed-wrap{min-height:560px;display:flex;justify-content:center;overflow:hidden}.instagram-feed-wrap .instagram-media{width:100%!important;min-width:0!important}.facebook-feed{display:block;width:100%;max-width:500px;border:0;margin-inline:auto}.feed-fallback{text-align:center;font-size:.87rem;margin:1rem 0 0}@media(max-width:800px){.social-feed-grid{grid-template-columns:1fr}.instagram-feed-wrap{min-height:400px}}
