/* Northern Light Studio. Load after the shared site and variant styles. */
.theme-astra-prairie {
  --paper: #f4f7f8;
  --ink: #202c32;
  --muted: #505e65;
  --accent: #89502f;
  --line: #cbd3d6;
  --display: 'Fraunces', Georgia, serif;
  --body: 'Manrope', Arial, sans-serif;
  --radius: 2px;
  background: var(--paper);
  color: var(--ink);
  font: 400 16px/1.75 var(--body);
}
.theme-astra-prairie .site-header {
  max-width: 1440px;
  padding: 26px 5%;
  gap: 20px 36px;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--line);
  align-items: center;
}
.theme-astra-prairie .wordmark {
  font: 500 25px/1.25 var(--display);
  letter-spacing: -.035em;
  flex-shrink: 0;
}
.theme-astra-prairie .brand-symbol { display: none; }
.theme-astra-prairie .site-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 22px;
  font: 600 13px/1.5 var(--body);
  min-width: 0;
}
.theme-astra-prairie .site-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 9px 0;
  border-bottom: 2px solid transparent;
}
.theme-astra-prairie .site-nav a.current {
  color: var(--accent);
  border-bottom-color: var(--accent);
  padding-bottom: 9px;
}
.theme-astra-prairie .site-main { padding: 0 5% 72px; }
.theme-astra-prairie .site-main > .block {
  margin: 0;
  padding: 64px 0;
  border-bottom: 1px solid var(--line);
}
.theme-astra-prairie .site-main > .block:last-child { border-bottom: 0; }
.theme-astra-prairie .site-main > .block-hero { padding: 56px 0 0; }
.theme-astra-prairie .hero-grid {
  grid-template-columns: minmax(0, 1.45fr) minmax(0, .8fr);
  gap: clamp(32px, 6vw, 86px);
  align-items: start;
}
.theme-astra-prairie .hero-copy { padding-top: 8px; min-width: 0; }
.theme-astra-prairie h1 {
  font: 500 clamp(56px, 6.7vw, 96px)/1.04 var(--display);
  letter-spacing: -.04em;
  margin: 16px 0 25px;
  overflow-wrap: anywhere;
}
.theme-astra-prairie .hero-kicker {
  font: 500 clamp(22px, 2.15vw, 30px)/1.4 var(--body);
  letter-spacing: -.035em;
  max-width: 540px;
  margin: 0 0 24px;
}
.theme-astra-prairie .hero-copy > .prose {
  max-width: 620px;
  font-size: 16px;
  line-height: 1.8;
}
.theme-astra-prairie .hero-actions { margin-top: 30px; gap: 16px 24px; }
.theme-astra-prairie .hero-art {
  position: relative;
  padding: 12px 12px 0;
  margin: 12px 0 0;
  border: 1px solid var(--accent);
  background: #e6ecee;
  width: 100%;
}
.theme-astra-prairie .hero-art::before {
  content: '';
  display: block;
  position: absolute;
  inset: -13px 22px auto;
  height: 5px;
  background: var(--accent);
}
.theme-astra-prairie .hero-image {
  height: clamp(330px, 34vw, 480px);
  width: 100%;
  object-fit: cover;
  object-position: 50% 24%;
  border-radius: 0;
  box-shadow: none;
}
.theme-astra-prairie .art-caption {
  color: var(--muted);
  opacity: 1;
  font: 500 12px/1.5 var(--body);
  letter-spacing: 0;
  margin: 0;
  padding: 12px 0;
}
.theme-astra-prairie .hero-meta {
  padding: 20px 0;
  margin-top: 44px;
  border-top: 3px double var(--accent);
  border-bottom: 0;
  color: var(--muted);
  font-size: 13px;
  letter-spacing: 0;
  text-transform: none;
}
.theme-astra-prairie h2 {
  font: 400 clamp(31px, 3.25vw, 48px)/1.15 var(--display);
  letter-spacing: -.035em;
  margin-bottom: 24px;
  overflow-wrap: anywhere;
}
.theme-astra-prairie h3 {
  font: 500 clamp(23px, 2.3vw, 32px)/1.3 var(--display);
  letter-spacing: -.025em;
  overflow-wrap: anywhere;
}
.theme-astra-prairie .prose,
.theme-astra-prairie .section-description { color: var(--muted); line-height: 1.85; }
.theme-astra-prairie .eyebrow {
  color: var(--accent);
  font: 600 12px/1.7 var(--body);
  text-transform: none;
  letter-spacing: 0;
}
.theme-astra-prairie .section-heading > .eyebrow,
.theme-astra-prairie .eyebrow:empty,
.theme-astra-prairie .timeline:empty { display: none; }
.theme-astra-prairie .button {
  background: var(--accent);
  color: var(--paper) !important;
  border: 1px solid var(--accent);
  border-radius: 2px;
  min-height: 46px;
  padding: 12px 18px;
  font: 600 14px/1.5 var(--body);
  white-space: normal;
  justify-content: space-between;
}
.theme-astra-prairie .quiet-link,
.theme-astra-prairie .text-link {
  color: var(--accent);
  font: 600 14px/1.6 var(--body);
  min-height: 44px;
  align-items: center;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
  border-bottom: 0;
}
.theme-astra-prairie .button:hover { background: var(--ink); border-color: var(--ink); }
.theme-astra-prairie a:focus-visible,
.theme-astra-prairie button:focus-visible,
.theme-astra-prairie input:focus-visible,
.theme-astra-prairie select:focus-visible,
.theme-astra-prairie textarea:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }
.theme-astra-prairie .page-intro { padding: 48px 0 28px; margin-bottom: 0; }
.theme-astra-prairie .page-intro h1 { font-size: clamp(44px, 6vw, 80px); margin: 0 0 16px; }
.theme-astra-prairie .page-intro > .eyebrow { margin-bottom: 18px; }
.theme-astra-prairie .block-about.variant-wide .about-grid {
  display: grid;
  grid-template-columns: minmax(0, .7fr) minmax(0, 1.3fr);
  gap: 6vw;
  max-width: none;
}
.theme-astra-prairie .bio-photo { width: min(100%, 420px); height: 370px; object-position: 50% 24%; }
.theme-astra-prairie .block-sermons.variant-featured .sermon-list { grid-template-columns: minmax(0, 1fr); gap: 0; }
.theme-astra-prairie .block-sermons.variant-featured .sermon-card,
.theme-astra-prairie .block-sermons.variant-featured .sermon-card:first-child {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: 36px;
  grid-column: auto;
  padding: 30px 0;
  border-top: 1px solid var(--line);
  align-items: start;
}
.theme-astra-prairie .sermon-visual { height: auto; aspect-ratio: 16 / 9; background: var(--ink); }
.theme-astra-prairie .sermon-visual:has(.sermon-thumb)::after { display: none; }
.theme-astra-prairie .sermon-visual .video-link {
  position: absolute;
  inset: auto auto 12px 12px;
  margin: 0;
  max-width: calc(100% - 24px);
  min-height: 44px;
  background: var(--paper);
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 2px;
  font: 600 13px/1.5 var(--body);
}
.theme-astra-prairie .sermon-content { padding: 0; min-width: 0; }
.theme-astra-prairie .sermon-card h3 { font: 500 clamp(23px, 2.2vw, 32px)/1.3 var(--display); }
.theme-astra-prairie .sermon-content p { font-size: 15px; }
.theme-astra-prairie .sermon-content > .eyebrow { font-size: 12px; }
.theme-astra-prairie .sermon-content > p:empty { display: none; }
.theme-astra-prairie .message-search { max-width: 560px; font-size: 14px; }
.theme-astra-prairie .message-search input { background: #fff; border-color: var(--muted); font-size: 16px; }
.theme-astra-prairie .article-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 48px; }
.theme-astra-prairie .article-card { padding: 28px 0 0; }
.theme-astra-prairie .article-card h3 { font: 500 clamp(25px, 2.5vw, 36px)/1.3 var(--display); }
.theme-astra-prairie .article-bottom { flex-wrap: wrap; font-size: 13px; }
.theme-astra-prairie .book-card { grid-template-columns: minmax(160px, .65fr) minmax(0, 1.35fr); gap: 5vw; }
.theme-astra-prairie .book-card h3 { font: 400 clamp(27px, 3vw, 42px)/1.25 var(--display); }
.theme-astra-prairie .book-cover { height: 360px; padding: 22px; background: #e6ecee; object-fit: contain; }
.theme-astra-prairie .small-note { color: var(--muted); font-size: 13px; }
.theme-astra-prairie .resource-grid,
.theme-astra-prairie .ministry-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 36px; }
.theme-astra-prairie .ministry-grid > article { padding-top: 25px; border-top: 1px solid var(--line); }
.theme-astra-prairie .ministry-grid h3 { font: 500 28px/1.3 var(--display); }
.theme-astra-prairie .note-card { padding: 28px; background: #fff; }
.theme-astra-prairie .resource-icon { display: none; }
.theme-astra-prairie .topics-layout { grid-template-columns: minmax(0, .7fr) minmax(0, 1.3fr); gap: 6vw; }
.theme-astra-prairie .topic-list article { display: block; }
.theme-astra-prairie .topic-number,
.theme-astra-prairie .pathway-number { display: none; }
.theme-astra-prairie .topic-list h3 { font: 500 28px/1.3 var(--display); }
.theme-astra-prairie .channel-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 44px; }
.theme-astra-prairie .channel-card {
  background: none;
  padding: 30px 0;
  border-top: 1px solid var(--line);
}
.theme-astra-prairie .channel-mark { display: none; }
.theme-astra-prairie .channel-card h3 { font: 500 29px/1.3 var(--display); }
.theme-astra-prairie .channel-card .button { margin-top: 12px; }
.theme-astra-prairie .podcast-list article { grid-template-columns: 48px minmax(0, 1fr); gap: 24px; }
.theme-astra-prairie .podcast-icon { height: 48px; font-size: 24px; background: var(--accent); }
.theme-astra-prairie .podcast-list h3 { font: 500 29px/1.3 var(--display); }
.theme-astra-prairie .pathway-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); border: 0; gap: 0 36px; }
.theme-astra-prairie .pathway { border: 0; border-top: 1px solid var(--line); padding: 24px 0; }
.theme-astra-prairie .pathway h3 { margin: 0 0 12px; font: 400 31px/1.25 var(--display); }
.theme-astra-prairie .pathway-arrow { margin-top: 12px; color: var(--accent); }
.theme-astra-prairie .ministry-gallery,
.theme-astra-prairie .gallery-masonry { display: grid; columns: auto; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.theme-astra-prairie .ministry-gallery figure { min-width: 0; margin: 0; }
.theme-astra-prairie .gallery-open { height: auto; display: block; background: #e6ecee; }
.theme-astra-prairie .block-gallery .ministry-gallery img { height: 330px; object-fit: contain; padding: 12px; }
.theme-astra-prairie .ministry-gallery figcaption { font-size: 13px; line-height: 1.7; }
.theme-astra-prairie .ministry-gallery figcaption small { font-size: 12px; }
.theme-astra-prairie .site-main > .block-booking { padding: 42px; margin-top: 40px; background: #e6ecee; border-top: 3px double var(--accent); }
.theme-astra-prairie .invitation-ribbon { grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr); gap: 40px; }
.theme-astra-prairie .invitation-ribbon h2 { font: 400 44px/1.15 var(--display); }
.theme-astra-prairie .invitation-ribbon > div > .eyebrow { display: none; }
.theme-astra-prairie .ribbon-actions small { font-size: 13px; }
.theme-astra-prairie .request-layout { grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 5vw; }
.theme-astra-prairie .request-intro .section-heading h2 { font-size: 39px; }
.theme-astra-prairie .request-note { border: 1px solid var(--line); padding: 20px; font-size: 14px; background: #fff; }
.theme-astra-prairie .engagement-form { padding: 30px; background: #e6ecee; min-width: 0; }
.theme-astra-prairie .request-fields { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.theme-astra-prairie .request-fields label { font-size: 14px; }
.theme-astra-prairie .request-fields input,
.theme-astra-prairie .request-fields textarea,
.theme-astra-prairie .request-fields select,
.theme-astra-prairie .request-review textarea { font: 400 16px/1.5 var(--body); background: #fff; color: var(--ink); border-color: var(--muted); }
.theme-astra-prairie input::placeholder,
.theme-astra-prairie textarea::placeholder { color: var(--muted); opacity: 1; }
.theme-astra-prairie .request-fineprint,
.theme-astra-prairie .request-steps p { font-size: 13px; }
.theme-astra-prairie .request-error { color: #923719; }
.theme-astra-prairie .engagement-list article { grid-template-columns: 150px minmax(0, 1fr) auto; gap: 28px; }
.theme-astra-prairie .date-tile { background: #e6ecee; padding: 20px; font: 500 19px/1.5 var(--body); }
.theme-astra-prairie .contact-desk { grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 6vw; }
.theme-astra-prairie .contact-person > img { width: 160px; height: 190px; }
.theme-astra-prairie .contact-person > .eyebrow,
.theme-astra-prairie .contact-option > span { display: none; }
.theme-astra-prairie .contact-location > span { font-size: 12px; letter-spacing: 0; }
.theme-astra-prairie .network-row { grid-template-columns: 48px minmax(0, 1fr) auto; gap: 22px; }
.theme-astra-prairie .network-row:hover { padding-left: 0; color: var(--accent); }
.theme-astra-prairie .network-row small { font-size: 13px; }
.theme-astra-prairie .network-monogram { border-radius: 0; }
.theme-astra-prairie .site-footer { grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); padding: 42px 5%; border-top: 3px double var(--accent); }
.theme-astra-prairie .site-footer div { text-align: left; }
.theme-astra-prairie .site-footer nav { gap: 8px 22px; }
.theme-astra-prairie .site-footer p,
.theme-astra-prairie .site-footer > small { color: var(--muted); font-size: 13px; }
.theme-astra-prairie .hero-grid > *,
.theme-astra-prairie .about-grid > *,
.theme-astra-prairie .request-layout > *,
.theme-astra-prairie .contact-desk > *,
.theme-astra-prairie .book-card > *,
.theme-astra-prairie .channel-card,
.theme-astra-prairie .article-card { min-width: 0; }
.theme-astra-prairie .prose,
.theme-astra-prairie a,
.theme-astra-prairie .request-review { overflow-wrap: anywhere; }
@media (max-width: 1000px) {
  .theme-astra-prairie .site-header { flex-direction: column; align-items: flex-start; }
  .theme-astra-prairie .hero-grid { grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr); gap: 32px; }
  .theme-astra-prairie .request-layout { grid-template-columns: minmax(0, 1fr); gap: 32px; }
  .theme-astra-prairie .request-intro { max-width: 700px; }
  .theme-astra-prairie .engagement-list article { grid-template-columns: 140px minmax(0, 1fr); }
  .theme-astra-prairie .engagement-list article > a { grid-column: 2; justify-self: start; }
}
@media (max-width: 800px) {
  .theme-astra-prairie .site-header { padding: 20px 6%; gap: 14px; }
  .theme-astra-prairie .site-nav { width: 100%; gap: 0 18px !important; }
  .theme-astra-prairie .site-main { padding: 0 6% 48px; }
  .theme-astra-prairie .site-main > .block { padding: 42px 0; margin-bottom: 0; }
  .theme-astra-prairie .hero-copy { order: 0; padding-top: 0; }
  .theme-astra-prairie .hero-copy h1 { font-size: clamp(48px, 12vw, 74px); line-height: 1.06; }
  .theme-astra-prairie .hero-art { order: 1; max-width: 460px; padding: 10px 10px 0; }
  .theme-astra-prairie .hero-image { height: min(390px, 62vh) !important; max-height: 70vh; }
  .theme-astra-prairie .hero-kicker { font-size: 23px; }
  .theme-astra-prairie .hero-meta { margin-top: 28px; font-size: 12px; gap: 8px 18px; }
  .theme-astra-prairie .block-about.variant-wide .about-grid,
  .theme-astra-prairie .topics-layout,
  .theme-astra-prairie .contact-desk,
  .theme-astra-prairie .invitation-ribbon { grid-template-columns: minmax(0, 1fr); gap: 24px; }
  .theme-astra-prairie .block-about.variant-wide .section-heading { margin-bottom: 0; }
  .theme-astra-prairie .article-grid,
  .theme-astra-prairie .resource-grid,
  .theme-astra-prairie .channel-grid,
  .theme-astra-prairie .ministry-grid { grid-template-columns: minmax(0, 1fr); gap: 28px; }
  .theme-astra-prairie .block-sermons.variant-featured .sermon-card,
  .theme-astra-prairie .block-sermons.variant-featured .sermon-card:first-child { grid-template-columns: minmax(0, 1fr); gap: 22px; }
  .theme-astra-prairie .book-card { grid-template-columns: minmax(0, 1fr); gap: 28px; }
  .theme-astra-prairie .book-cover { max-width: 360px; height: 300px; }
  .theme-astra-prairie .ministry-gallery,
  .theme-astra-prairie .gallery-masonry { grid-template-columns: minmax(0, 1fr); gap: 36px; }
  .theme-astra-prairie .block-gallery .ministry-gallery img { height: auto; max-height: 420px; }
  .theme-astra-prairie .gallery-open:hover img { transform: none; }
  .theme-astra-prairie .site-main > .block-booking { padding: 28px 22px; margin-top: 30px; }
  .theme-astra-prairie .invitation-ribbon h2 { font-size: 35px; }
  .theme-astra-prairie .site-footer { grid-template-columns: minmax(0, 1fr); padding: 32px 6%; }
  .theme-astra-prairie .site-footer nav { justify-content: flex-start; }
}
@media (max-width: 520px) {
  .theme-astra-prairie .hero-actions { align-items: flex-start; flex-direction: column; gap: 10px; }
  .theme-astra-prairie .hero-art { max-width: 100%; }
  .theme-astra-prairie .hero-image { height: min(330px, 62vh) !important; }
  .theme-astra-prairie .request-fields,
  .theme-astra-prairie .pathway-grid { grid-template-columns: minmax(0, 1fr); }
  .theme-astra-prairie .request-fields .span-two { grid-column: auto; }
  .theme-astra-prairie .request-fields .flexible-date { padding-top: 0; }
  .theme-astra-prairie .engagement-form { padding: 22px 16px; }
  .theme-astra-prairie .engagement-list article { grid-template-columns: minmax(0, 1fr); gap: 18px; }
  .theme-astra-prairie .engagement-list article > a { grid-column: auto; }
  .theme-astra-prairie .date-tile { justify-self: start; }
  .theme-astra-prairie .network-row { grid-template-columns: 40px minmax(0, 1fr) 24px; gap: 14px; }
  .theme-astra-prairie .network-row strong { font-size: 24px; }
  .theme-astra-prairie .podcast-list article { grid-template-columns: minmax(0, 1fr); gap: 16px; }
}
@media (prefers-reduced-motion: reduce) {
  .theme-astra-prairie .gallery-open img,
  .theme-astra-prairie .pathway,
  .theme-astra-prairie .network-row { transition: none; transform: none; }
}
