:root {
  --cream: #f7f3e8;
  --paper: #fff;
  --forest: #214e34;
  --deep: #143522;
  --moss: #6b7d4e;
  --ink: #1e2922;
  --link: #1b5e3b;
  --line: #a8b2a5;
  --gold: #d6c37a;
  --error: #9b2c2c;

  --bulma-primary: #214e34;
  --bulma-link: #1b5e3b;
  --bulma-info: #214e34;
  --bulma-success: #6b7d4e;
  --bulma-warning: #d6c37a;
  --bulma-danger: #c41e3a;
  --bulma-scheme-main: #f7f3e8;
  --bulma-scheme-main-bis: #f7f3e8;
  --bulma-scheme-main-ter: #f0ecdf;
  --bulma-text: #1e2922;
  --bulma-text-strong: #143522;
  --bulma-body-background-color: #f7f3e8;
  --bulma-body-family: "Source Sans 3", sans-serif;
  --bulma-heading-family: Lora, serif;
  --bulma-family-primary: "Source Sans 3", sans-serif;
  --bulma-family-secondary: Lora, serif;
  --bulma-radius: 0;
  --bulma-radius-small: 0;
  --bulma-radius-large: 0;
  --bulma-arrow-color: #214e34;
  --bulma-control-radius: 0;
}

[x-cloak] {
  display: none !important;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background-color: var(--cream);
}

body {
  background: var(--cream);
  color: var(--ink);
  margin: 0;
  font: 18px/1.6 "Source Sans 3", sans-serif;
}

img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

a {
  color: inherit;
}

h1,
h2,
h3,
.title,
.subtitle {
  color: var(--deep);
  margin: 0;
  font-family: Lora, serif;
  font-weight: 400;
  line-height: 1.08;
}

h2 {
  letter-spacing: -0.035em;
  font-size: clamp(2.5rem, 5vw, 4.75rem);
}

h3 {
  font-size: 1.65rem;
}

em {
  font-weight: 600;
}

.wrap,
.container.wrap {
  width: min(1180px, 100% - 40px);
  max-width: 1180px;
  margin-inline: auto;
  flex-grow: 0;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--forest);
  margin: 0 0 18px;
  font-size: 0.76rem;
  font-weight: 700;
}

.light-eye {
  color: #e9dfb0;
}

/* Buttons — keep original colors on top of Bulma */
.button {
  --bulma-button-border-radius: 0;
  border: 1px solid var(--forest);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  gap: 10px;
  height: auto;
  min-height: 54px;
  padding: 0 22px;
  font: 700 0.94rem "Source Sans 3", sans-serif;
  text-decoration: none;
  box-shadow: none;
  border-radius: 0;
  white-space: nowrap;
  transition: all 0.22s;
  display: inline-flex;
}

.button svg {
  width: 18px;
  height: 18px;
  flex: none;
}

.button.is-primary,
.button.primary {
  background: var(--forest);
  border-color: var(--forest);
  color: #fff;
}

.button.is-primary:hover,
.button.primary:hover,
.button.is-primary:focus-visible,
.button.primary:focus-visible {
  background: var(--deep);
  border-color: var(--deep);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 12px 24px #14352233;
}

.button.gold,
.button.is-warning.gold {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--deep);
}

.button.gold:hover,
.button.gold:focus-visible,
.button.is-warning.gold:hover {
  color: var(--deep);
  background: #eadb9d;
  border-color: #eadb9d;
}

.button.ghost,
.button.is-ghost {
  color: #fff;
  background: #ffffff0f;
  border-color: #ffffff8c;
  text-decoration: none;
}

.button.ghost:hover,
.button.is-ghost:hover {
  color: var(--deep);
  background: #fff;
  border-color: #fff;
}

.button.secondary,
.button.is-outlined {
  color: var(--deep);
  background: transparent;
  border-color: var(--forest);
}

.button.secondary:hover,
.button.is-outlined:hover {
  background: var(--forest);
  color: #fff;
  border-color: var(--forest);
}

.button.is-danger {
  background: var(--bulma-danger);
  border-color: var(--bulma-danger);
  color: #fff;
}

.button.is-danger:hover,
.button.is-danger:focus-visible {
  background: #9b1730;
  border-color: #9b1730;
  color: #fff;
}

.button.is-danger.is-light {
  background: #fde8ec;
  border-color: #f5c2c7;
  color: #6b1220;
}

.button.is-danger.is-light:hover,
.button.is-danger.is-light:focus-visible {
  background: #fff;
  border-color: #fff;
  color: #6b1220;
}

.actions {
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 0;
  display: flex;
}

.centered {
  justify-content: center;
}

.text-arrow {
  color: var(--link);
  text-underline-offset: 4px;
  align-items: center;
  gap: 8px;
  font-size: 0.88rem;
  font-weight: 700;
  display: inline-flex;
}

/* Header / Bulma navbar */
.site-header {
  z-index: 30;
  padding: 22px 28px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: transparent;
}

.nav-shell.navbar {
  --bulma-navbar-background-color: transparent;
  --bulma-navbar-item-color: var(--deep);
  --bulma-navbar-item-hover-background-color: transparent;
  --bulma-navbar-item-hover-color: var(--deep);
  --bulma-navbar-item-active-background-color: transparent;
  background: #f7f3e8f5;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border: 1px solid #ffffffa6;
  align-items: center;
  gap: 30px;
  width: min(1320px, 100%);
  min-height: 88px;
  height: 88px;
  margin: auto;
  padding: 0 18px 0 24px;
  display: flex;
  box-shadow: 0 18px 50px #0a211438;
}

.nav-shell .navbar-brand {
  align-items: center;
  min-height: 0;
  flex: none;
}

.nav-shell .navbar-item {
  padding: 0;
  background: transparent;
}

.brand {
  color: var(--deep);
  align-items: center;
  gap: 12px;
  min-width: 245px;
  font: 700 18px/1.05 Lora, serif;
  text-decoration: none;
  display: flex;
}

.brand em {
  color: var(--forest);
  font-size: 0.68em;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.015em;
}

.brand-mark {
  background: var(--forest);
  color: #fff;
  border-radius: 50% 50% 50% 8px;
  place-items: center;
  width: 44px;
  height: 44px;
  display: grid;
}

.logo-image-mark {
  background: none;
  border-radius: 0;
  overflow: visible;
}

.brand .logo-image-mark {
  width: 36px;
  height: 46px;
  flex: 0 0 36px;
}

.logo-image-mark img {
  object-fit: contain;
  object-position: center;
}

.nav-shell .navbar-item img {
  max-height: none;
}

.nav-shell .navbar-menu.desktop-nav,
.desktop-nav {
  align-items: center;
  gap: 34px;
  margin-left: auto;
  display: flex;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.desktop-nav .navbar-end {
  display: flex;
  align-items: center;
  gap: 34px;
  background: transparent;
}

.desktop-nav a,
.desktop-nav .navbar-item {
  padding: 30px 0;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  color: var(--deep);
  background: transparent;
}

.desktop-nav a::after,
.desktop-nav .navbar-item::after {
  content: "";
  background: var(--moss);
  height: 2px;
  transition: all 0.25s;
  position: absolute;
  bottom: 22px;
  left: 0;
  right: 100%;
}

.desktop-nav a:hover::after,
.desktop-nav a.is-active::after,
.desktop-nav a.active::after,
.desktop-nav .navbar-item:hover::after,
.desktop-nav .navbar-item.is-active::after {
  right: 0;
}

.nav-call {
  background: #c41e3a;
  color: #fff;
  align-items: center;
  gap: 9px;
  min-height: 50px;
  padding: 0 18px;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s;
  display: flex;
  border: 0;
  border-radius: 0;
  height: auto;
}

.nav-call:hover,
.nav-call:focus-visible {
  background: #9b1730;
  color: #fff;
  transform: translateY(-2px);
}

.button.mobile-toggle {
  display: none;
  margin-left: auto;
  width: auto;
  min-height: 44px;
  padding: 8px 10px;
  background: transparent;
  border: 0;
  color: var(--deep);
  box-shadow: none;
  transform: none;
  font: 700 0.9rem "Source Sans 3", sans-serif;
}

.button.mobile-toggle:hover,
.button.mobile-toggle:focus-visible,
.button.mobile-toggle.is-active {
  background: transparent;
  color: var(--deep);
  box-shadow: none;
  transform: none;
  border-color: transparent;
}

.mobile-panel {
  background: var(--cream);
  width: min(320px, 100vw - 40px);
  padding: 22px;
  display: grid;
  position: absolute;
  top: 86px;
  right: 0;
  z-index: 40;
  box-shadow: 0 25px 50px #0a211440;
}

.mobile-panel a {
  border-bottom: 1px solid #d7d9cb;
  padding: 12px 5px;
  font-weight: 700;
  text-decoration: none;
  color: var(--deep);
}

/* Home hero */
.home-hero,
.home-hero.hero {
  color: #fff;
  height: max(780px, 100svh);
  min-height: 720px;
  position: relative;
  overflow: hidden;
  display: block;
  background: transparent;
}

.home-hero .hero-body {
  padding: 0;
  display: block;
  flex-grow: 0;
}

.home-hero > img {
  animation: 1.2s ease-out both heroIn;
  position: absolute;
  inset: 0;
}

.hero-wash {
  background:
    linear-gradient(90deg, #0b2718eb 0%, #10311dbd 43%, #14352221 76%),
    linear-gradient(#0000 45%, #081f127a);
  position: absolute;
  inset: 0;
}

.hero-grain {
  opacity: 0.22;
  background-image: radial-gradient(#ffffff52 0.7px, #0000 0.7px);
  background-size: 5px 5px;
  position: absolute;
  inset: 0;
}

.hero-content {
  z-index: 2;
  padding-top: 160px;
  position: relative;
}

.location-pill {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  background: #ffffff14;
  border: 1px solid #ffffff61;
  border-radius: 30px;
  align-items: center;
  gap: 9px;
  padding: 8px 15px;
  font-size: 0.77rem;
  display: inline-flex;
}

.location-pill span {
  background: var(--gold);
  border-radius: 50%;
  width: 7px;
  height: 7px;
}

.hero-kicker {
  letter-spacing: 0.08em;
  color: #f0e7c9;
  margin: 28px 0 5px;
  font: 600 1.25rem Lora, serif;
}

.home-hero h1 {
  color: #fff;
  letter-spacing: -0.055em;
  max-width: 820px;
  font-size: clamp(3.8rem, 7.2vw, 7rem);
}

.home-hero h1 em {
  color: #e9dfb0;
}

.hero-copy {
  color: #f4f1e9;
  max-width: 610px;
  margin-bottom: 38px;
  font-size: 1.16rem;
  line-height: 1.6;
}

.hero-card {
  z-index: 3;
  width: 260px;
  color: var(--ink);
  border-top: 4px solid var(--gold);
  background: #f7f3e8f2;
  padding: 27px;
  position: absolute;
  bottom: 76px;
  right: 5vw;
  box-shadow: 0 24px 55px #081c1047;
}

.hero-card > span {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--forest);
  font-size: 0.72rem;
  font-weight: 700;
}

.hero-card strong {
  margin-top: 8px;
  font: 600 1.25rem Lora, serif;
  display: block;
}

.hero-card p {
  margin: 2px 0 15px;
}

.hero-card a {
  color: var(--link);
  text-underline-offset: 4px;
  align-items: center;
  gap: 8px;
  font-size: 0.88rem;
  font-weight: 700;
  display: inline-flex;
}

.scroll-note {
  z-index: 3;
  writing-mode: vertical-rl;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.72rem;
  position: absolute;
  bottom: 32px;
  left: 28px;
}

.scroll-note span {
  margin-top: 8px;
  font-size: 1.2rem;
}

@keyframes heroIn {
  0% {
    opacity: 0.8;
    transform: scale(1.05);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* Intro + film + gallery */
.intro-story {
  padding: 130px 0 80px;
}

.intro-grid {
  display: grid;
  grid-template-columns: 70px 1.2fr 1fr;
  align-items: start;
  gap: 45px;
}

.section-number,
.program-number,
.option-number {
  color: var(--moss);
  border-top: 1px solid var(--moss);
  padding-top: 12px;
  font: 600 1rem Lora, serif;
}

.intro-grid .lead {
  margin: 10px 0 25px;
  font-size: 1.16rem;
  line-height: 1.75;
}

.film-section {
  grid-template-columns: 0.7fr 1.3fr;
  align-items: center;
  gap: 70px;
  padding: 20px 0 130px;
  display: grid;
}

.film-copy p:not(.eyebrow) {
  max-width: 460px;
}

.film-cue {
  color: var(--forest);
  align-items: center;
  gap: 11px;
  margin-top: 28px;
  font-weight: 700;
  display: flex;
}

.film-cue svg {
  background: var(--forest);
  color: #fff;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  padding: 12px;
}

.film-frame {
  background: var(--deep);
  border: 1px solid var(--gold);
  box-sizing: border-box;
  overflow: hidden;
  padding: 12px;
  position: relative;
  box-shadow: 0 28px 65px #14352238;
}

.film-frame video {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #0d2819;
  width: 100%;
  display: block;
}

.story-gallery {
  grid-template-rows: 580px auto;
  grid-template-columns: 1.4fr 0.8fr;
  gap: 16px;
  padding-bottom: 130px;
  display: grid;
  position: relative;
}

.gallery-main,
.gallery-stack > div {
  position: relative;
  overflow: hidden;
}

.gallery-main img,
.gallery-stack img {
  transition: transform 0.7s;
}

.gallery-main:hover img,
.gallery-stack > div:hover img {
  transform: scale(1.025);
}

.gallery-stack {
  grid-template-rows: 1fr 1fr;
  gap: 16px;
  display: grid;
}

.photo-tag {
  background: var(--cream);
  color: var(--deep);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  padding: 8px 12px;
  font-size: 0.75rem;
  font-weight: 700;
  position: absolute;
  bottom: 18px;
  left: 18px;
}

.gallery-note {
  z-index: 2;
  background: var(--deep);
  color: #fff;
  grid-column: 1 / -1;
  grid-template-columns: auto 1fr;
  gap: 0 18px;
  width: min(570px, 90%);
  margin: -62px auto 0;
  padding: 24px 30px;
  display: grid;
  box-shadow: 0 20px 40px #14352233;
}

.gallery-note svg {
  color: var(--gold);
  grid-row: 1 / 3;
}

.gallery-note p {
  margin: 0;
  font: 600 1.15rem Lora, serif;
}

.gallery-note small {
  color: #d9e0d8;
}

/* Services */
.services {
  background: var(--deep);
  color: #fff;
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}

.services::after {
  content: "";
  border: 1px solid #ffffff14;
  border-radius: 50%;
  width: 500px;
  height: 500px;
  position: absolute;
  top: -190px;
  right: -180px;
}

.section-head {
  justify-content: space-between;
  align-items: end;
  gap: 60px;
  margin-bottom: 54px;
  display: flex;
}

.services h2,
.services h3 {
  color: #fff;
}

.services .section-head > p {
  color: #d8ded8;
  max-width: 440px;
  margin: 0;
}

.service-cards {
  z-index: 1;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  display: grid;
  align-items: stretch;
  position: relative;
}

.service-cards.four {
  grid-template-columns: repeat(4, 1fr);
}

.service-cards.four .service-card {
  min-height: 390px;
  padding: 30px;
}

.card.service-card,
.service-card {
  min-height: 365px;
  height: 100%;
  color: var(--ink);
  border: 0;
  border-bottom: 5px solid var(--moss);
  background: #f0ecdf;
  flex-direction: column;
  padding: 34px;
  transition: all 0.25s;
  display: flex;
  border-radius: 0;
  box-shadow: none;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 45px #00000040;
}

.service-card.featured {
  background: var(--moss);
  color: #fff;
  border-color: var(--gold);
}

.service-card.featured h3,
.service-card.featured a {
  color: #fff;
}

.service-card:not(.featured) h3 {
  color: #0b1f14;
}

.service-card > span {
  opacity: 0.58;
  margin-left: auto;
  font: 600 1rem Lora, serif;
}

.service-icon {
  width: 56px;
  height: 56px;
  color: var(--forest);
  background: #214e341f;
  border-radius: 50%;
  place-items: center;
  margin-bottom: 35px;
  display: grid;
}

.featured .service-icon {
  color: #fff;
  background: #ffffff29;
}

.service-card p {
  line-height: 1.65;
  margin-top: 14px;
}

.service-card a {
  color: var(--link);
  align-items: center;
  gap: 8px;
  margin-top: auto;
  font-size: 0.9rem;
  font-weight: 700;
  display: flex;
}

/* Trust */
.trust-section {
  background: #fff;
  grid-template-columns: 1.08fr 0.92fr;
  min-height: 850px;
  display: grid;
}

.trust-image {
  min-height: 620px;
  position: relative;
}

.trust-quote {
  background: var(--gold);
  color: var(--deep);
  padding: 25px 35px;
  font: 600 1.4rem Lora, serif;
  position: absolute;
  bottom: 80px;
  right: -55px;
  box-shadow: 0 16px 35px #1435222e;
}

.trust-quote span {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-top: 5px;
  font: 600 0.7rem "Source Sans 3", sans-serif;
  display: block;
}

.trust-copy {
  padding: 115px clamp(40px, 7vw, 115px);
}

.trust-copy > p:not(.eyebrow) {
  max-width: 590px;
  line-height: 1.75;
}

.trust-badges {
  gap: 14px;
  margin: 34px 0;
  display: flex;
}

.trust-badges > div,
.trust-badges > a {
  min-width: 190px;
  color: var(--forest);
  border: 1px solid #d9ddce;
  align-items: center;
  gap: 14px;
  padding: 18px;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
  display: flex;
}

.trust-badges > a:hover,
.trust-badges > a:focus-visible {
  border-color: var(--forest);
  background: var(--cream);
}

.trust-facts {
  gap: 10px;
  max-width: 620px;
  display: grid;
}

.trust-facts p {
  border-left: 3px solid var(--gold);
  background: var(--cream);
  color: var(--deep);
  margin: 0;
  padding: 11px 14px;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.4;
}

.candid-mark strong {
  font: 700 1.15rem Lora, serif;
}

/* Closing CTA */
.closing-cta {
  text-align: center;
  background: var(--forest);
  color: #fff;
  padding: 130px 20px;
  position: relative;
  overflow: hidden;
}

.closing-cta h2 {
  color: #fff;
  font-size: clamp(3rem, 7vw, 6rem);
}

.closing-cta > div.wrap {
  z-index: 1;
  position: relative;
}

.closing-cta p:not(.eyebrow) {
  max-width: 570px;
  margin: 20px auto;
}

.cta-ring {
  border: 1px solid #ffffff1f;
  border-radius: 50%;
  width: 670px;
  height: 670px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Inner page heroes */
.page-hero,
.page-hero.hero {
  color: #fff;
  align-items: end;
  height: 700px;
  padding-top: 160px;
  display: flex;
  position: relative;
  background: transparent;
}

.page-hero > img,
.page-hero-shade {
  position: absolute;
  inset: 0;
}

.page-hero-shade {
  background:
    linear-gradient(90deg, #0b2818e0, #0b281840),
    linear-gradient(#0000, #0a2113a6);
}

.page-hero-content {
  z-index: 2;
  padding-bottom: 115px;
  position: relative;
  max-height: 100%;
}

.page-hero h1 {
  color: #fff;
  letter-spacing: -0.045em;
  max-width: 950px;
  font-size: clamp(3.3rem, 7vw, 6.7rem);
}

.page-hero-content > p:last-of-type {
  max-width: 640px;
  font-size: 1.15rem;
}

.page-hero-content .button {
  margin-top: 28px;
}

.program-intro .button {
  margin-top: 28px;
}

.page-hero-ribbon {
  z-index: 3;
  background: var(--cream);
  color: var(--deep);
  gap: 28px;
  padding: 22px 4vw;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
}

.page-hero-ribbon span {
  align-items: center;
  gap: 8px;
  font-size: 0.84rem;
  font-weight: 700;
  display: flex;
}

/* Programs */
.program-intro {
  grid-template-columns: 70px 1.2fr 0.8fr;
  align-items: start;
  gap: 44px;
  padding: 120px 0 90px;
  display: grid;
}

.program-summary,
.happenings-summary {
  border-left: 4px solid var(--gold);
  background: #fff;
  padding: 32px;
  box-shadow: 0 18px 50px #14352217;
}

.program-summary > svg,
.happenings-summary svg {
  color: var(--forest);
  width: 34px;
  height: 34px;
}

.program-summary p,
.happenings-summary p {
  line-height: 1.7;
  margin-bottom: 0;
}

.program-gallery {
  padding-bottom: 130px;
}

.photo-wall {
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 280px;
  gap: 14px;
  display: grid;
}

.photo-wall figure {
  background: #d7ded2;
  margin: 0;
  position: relative;
  overflow: hidden;
}

.photo-wall figure.tall {
  grid-row: span 2;
}

.photo-wall figure.wide {
  grid-column: span 2;
}

.photo-wall img {
  transition: transform 0.65s;
}

.photo-wall figure:hover img {
  transform: scale(1.035);
}

.photo-wall figcaption {
  background: var(--cream);
  color: var(--deep);
  text-transform: uppercase;
  letter-spacing: 0.11em;
  padding: 8px 12px;
  font-size: 0.72rem;
  font-weight: 700;
  position: absolute;
  bottom: 18px;
  left: 18px;
}

.program-details {
  background: var(--forest);
  color: #fff;
  padding: 110px 0;
  position: relative;
  overflow: hidden;
}

.program-details::after {
  content: "";
  border: 1px solid #ffffff1a;
  border-radius: 50%;
  width: 620px;
  height: 620px;
  position: absolute;
  top: -270px;
  right: -250px;
}

.detail-grid {
  z-index: 1;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 90px;
  display: grid;
  position: relative;
}

.detail-grid h2 {
  color: #fff;
}

.detail-grid > div:first-child > p:not(.eyebrow) {
  max-width: 590px;
}

.details-panel {
  background: #ffffff14;
  padding: 25px;
}

.details-panel .ask-owner {
  background: #ffffff14;
}

.details-panel .ask-owner p,
.details-panel .ask-owner span {
  color: #fff;
}

.ask-owner {
  border-left: 3px solid var(--gold);
  background: #f7f3e8cc;
  max-width: 620px;
  margin: 12px 0;
  padding: 8px 13px;
}

.ask-owner span {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--moss);
  font-size: 0.65rem;
  font-weight: 700;
  display: block;
}

.ask-owner p {
  color: var(--deep);
  margin: 3px 0;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.35;
}

.detail-answer p {
  font-size: 0.95rem;
  line-height: 1.5;
}

.split-program {
  background: #fff;
  padding: 105px 0;
}

.split-program.alt {
  background: var(--cream);
}

.split-heading {
  align-items: center;
  gap: 24px;
  margin-bottom: 45px;
  display: flex;
}

.split-heading > svg {
  background: var(--forest);
  color: #fff;
  border-radius: 50%;
  width: 58px;
  height: 58px;
  padding: 15px;
}

.split-heading .eyebrow {
  margin-bottom: 8px;
}

.split-heading h2 {
  font-size: clamp(2.4rem, 4.5vw, 4.2rem);
}

.repair-story {
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
  padding-bottom: 120px;
  display: grid;
}

.need-image {
  height: 560px;
  position: relative;
}

.need-image span {
  background: var(--deep);
  color: #fff;
  padding: 14px 20px;
  font-weight: 700;
  position: absolute;
  bottom: 0;
  left: 0;
}

.repair-copy {
  background: #fff;
  margin-left: -65px;
  padding: 65px;
  position: relative;
  box-shadow: 0 25px 65px #14352229;
}

.repair-copy p:last-child {
  line-height: 1.75;
}

/* Thrift store */
.store-gallery {
  padding: 120px 0;
}

.store-gallery > .ask-owner {
  margin-top: 25px;
}

.merchandise-note p {
  font-size: 1rem;
  line-height: 1.6;
}

.visit-strip {
  background: var(--deep);
  color: #fff;
  padding: 50px 0;
}

.visit-strip > .wrap {
  grid-template-columns: 1.1fr repeat(3, 1fr);
  gap: 35px;
  display: grid;
}

.visit-strip .wrap > div {
  grid-template-columns: 32px 1fr;
  gap: 3px 8px;
  display: grid;
}

.visit-strip svg {
  color: var(--gold);
  grid-row: 1 / 3;
}

.visit-strip span {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #bbc8bd;
  font-size: 0.7rem;
}

.visit-strip strong,
.visit-strip strong a {
  color: #fff;
  font: 600 0.95rem Lora, serif;
}

.visit-title {
  align-content: center;
}

.visit-title span {
  color: #fff;
  text-transform: none;
  letter-spacing: 0;
  font: 600 1.5rem Lora, serif;
}

.store-details {
  grid-template-columns: 1.08fr 0.92fr;
  align-items: center;
  gap: 90px;
  padding: 130px 0;
  display: grid;
}

.donation-image {
  height: 680px;
  position: relative;
}

.reuse-badge {
  background: var(--gold);
  color: var(--deep);
  text-align: center;
  border-radius: 50%;
  place-content: center;
  width: 190px;
  height: 190px;
  display: grid;
  position: absolute;
  bottom: 45px;
  right: -45px;
  box-shadow: 0 18px 45px #14352240;
}

.reuse-badge svg {
  margin: auto;
}

.reuse-badge span {
  margin-top: 9px;
  font: 600 0.93rem Lora, serif;
}

.donation-copy > p:not(.eyebrow) {
  line-height: 1.7;
}

.store-purpose {
  background: var(--forest);
  color: #fff;
  padding: 120px 0 55px;
  position: relative;
  overflow: hidden;
}

.store-purpose::before {
  content: "";
  border: 1px solid #ffffff1a;
  border-radius: 50%;
  width: 700px;
  height: 700px;
  position: absolute;
  top: -350px;
  left: -300px;
}

.purpose-grid {
  grid-template-columns: 1.25fr 0.75fr;
  align-items: end;
  gap: 100px;
  display: grid;
  position: relative;
}

.purpose-grid h2 {
  color: #fff;
}

.purpose-grid p {
  font-size: 1.1rem;
  line-height: 1.7;
}

.purpose-meta {
  border-top: 1px solid #fff3;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 25px;
  margin-top: 75px;
  padding-top: 28px;
  display: flex;
  position: relative;
}

.purpose-meta > span {
  align-items: center;
  gap: 8px;
  display: flex;
}

.purpose-meta .ask-owner {
  border-color: var(--gold);
  background: #ffffff14;
  margin: 0;
}

.purpose-meta .ask-owner p,
.purpose-meta .ask-owner span {
  color: #fff;
}

/* Contact */
.contact-band {
  background: var(--deep);
  padding: 35px 0;
}

.contact-cards {
  background: #ffffff26;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  display: grid;
}

.contact-cards > a,
.contact-cards > div {
  background: var(--deep);
  color: #fff;
  grid-template-columns: 35px 1fr;
  gap: 2px 10px;
  padding: 24px 30px;
  text-decoration: none;
  display: grid;
}

.contact-cards svg {
  color: var(--gold);
  grid-row: 1 / 3;
}

.contact-cards span {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #becbbe;
  font-size: 0.7rem;
}

.contact-cards strong {
  color: #fff;
  font: 600 1rem Lora, serif;
}

.contact-cards > a > svg:last-child {
  grid-area: 1 / 3 / 3;
  align-self: center;
}

.contact-form-section {
  background: #fff;
  padding: 120px 0;
}

.form-layout {
  grid-template-columns: 0.8fr 1.2fr;
  gap: 80px;
  display: grid;
}

.form-intro > p:not(.eyebrow) {
  line-height: 1.7;
}

.request-form {
  background: var(--cream);
  border-top: 5px solid var(--moss);
  padding: 42px;
  box-shadow: 0 24px 60px #1435221f;
}

.field-row {
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  display: grid;
}

.request-form .label,
.request-form label {
  color: var(--deep);
  gap: 7px;
  margin-bottom: 20px;
  font-size: 0.85rem;
  font-weight: 700;
  display: grid;
}

.request-form .input,
.request-form .textarea,
.request-form input,
.request-form textarea {
  width: 100%;
  color: var(--ink);
  background: #fff;
  border: 1px solid #bac4b6;
  border-radius: 0;
  box-shadow: none;
  height: auto;
  padding: 15px;
  font: 1rem "Source Sans 3", sans-serif;
}

.request-form .input:focus,
.request-form .textarea:focus,
.request-form input:focus,
.request-form textarea:focus {
  border-color: var(--forest);
  outline: 3px solid #214e342e;
  box-shadow: none;
}

.request-form small,
.form-note {
  color: #5c685f;
  margin-top: 14px;
  display: block;
}

.form-note.is-notice {
  color: var(--forest);
  font-weight: 700;
}

.visit-section {
  padding: 120px 0;
}

.visit-grid {
  grid-template-columns: 1fr 1.1fr;
  align-items: stretch;
  display: grid;
}

.visit-card {
  background: var(--deep);
  color: #fff;
  padding: 70px;
}

.visit-card h2 {
  color: #fff;
}

.visit-card > p:not(.eyebrow) {
  margin: 25px 0;
}

.visit-card .secondary,
.visit-card .button.is-outlined {
  color: #fff;
  border-color: #fff;
}

.visit-card .secondary:hover,
.visit-card .button.is-outlined:hover {
  background: #fff;
  color: var(--deep);
}

.building-photo {
  min-height: 640px;
}

/* Happenings */
.happenings-intro {
  grid-template-columns: 70px 1fr 1fr;
  align-items: start;
  gap: 55px;
  padding: 110px 0 75px;
  display: grid;
}

.happenings-intro h2 {
  font-size: clamp(2.4rem, 4vw, 4.6rem);
}

.happenings-summary {
  color: var(--deep);
  grid-template-columns: auto 1fr;
  gap: 18px;
  line-height: 1.7;
  display: grid;
}

.happenings-feed {
  padding-bottom: 120px;
}

.happening-card {
  border-top: 1px solid #d9ddce;
  padding-top: 55px;
  background: transparent;
  box-shadow: none;
  display: block;
}

.happening-copy {
  max-width: 800px;
  margin-bottom: 38px;
  padding: 0;
}

.happening-copy h2 {
  margin: 10px 0 18px;
  font-size: clamp(2.5rem, 5vw, 5.4rem);
}

.happening-copy > p:last-child {
  max-width: 680px;
  font-size: 1.08rem;
  line-height: 1.75;
}

.happening-meta {
  color: var(--moss);
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 28px;
  font-size: 0.82rem;
  font-weight: 700;
  display: flex;
}

.happening-meta span {
  align-items: center;
  gap: 7px;
  display: inline-flex;
}

.happening-gallery {
  display: block;
  overflow: hidden;
  background: #143522;
}

.carousel-viewport {
  overflow: hidden;
}

.carousel-track {
  display: flex;
  gap: 14px;
  transition: transform 0.55s ease;
  will-change: transform;
}

.carousel-slide {
  flex: 0 0 calc((100% - 56px) / 5);
  height: 250px;
  margin: 0;
  background: var(--cream);
  overflow: hidden;
}

.carousel-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.happening-carousel-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 16px;
}

.happening-carousel-controls .button {
  min-width: 44px;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid #214e34;
  background: #f7f3e8;
  color: #143522;
  font: 700 0.78rem/1 "Source Sans 3", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.happening-carousel-controls .button:hover,
.happening-carousel-controls .button:focus-visible {
  background: #214e34;
  color: #fff;
  outline: 0;
  transform: none;
  box-shadow: none;
}

.happening-carousel-count {
  min-width: 82px;
  color: #143522;
  font: 700 0.78rem/1 "Source Sans 3", sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
}

.happenings-contact {
  background: var(--forest);
  color: #fff;
  padding: 90px 0;
}

.happenings-contact-grid {
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 70px;
  display: grid;
}

.happenings-contact h2 {
  color: #fff;
}

.happenings-contact-grid > div:last-child p {
  margin-bottom: 25px;
  line-height: 1.7;
}

.happenings-contact .button {
  margin-top: 18px;
}

/* Photo options */
.options-hero {
  color: #fff;
  align-items: end;
  height: 740px;
  padding-top: 160px;
  display: flex;
  position: relative;
}

.options-hero > img,
.options-hero-shade {
  position: absolute;
  inset: 0;
}

.options-hero-shade {
  background:
    linear-gradient(90deg, #0b2818eb, #0b28184d),
    linear-gradient(#0000, #0a2113b3);
}

.options-hero-content {
  z-index: 2;
  padding-bottom: 95px;
  position: relative;
}

.options-hero h1 {
  color: #fff;
  letter-spacing: -0.045em;
  font-size: clamp(3.3rem, 7vw, 6.5rem);
}

.options-hero-content > p:not(.eyebrow) {
  max-width: 690px;
  font-size: 1.15rem;
}

.options-jumps {
  gap: 14px;
  margin-top: 30px;
  display: flex;
}

.photo-option {
  padding-top: 120px;
  padding-bottom: 130px;
  scroll-margin-top: 30px;
}

.selected-option {
  background: #fff;
}

.option-heading {
  grid-template-columns: 70px 1.15fr 0.85fr;
  align-items: start;
  gap: 44px;
  margin-bottom: 65px;
  display: grid;
}

.option-summary {
  background: var(--cream);
  border-left: 4px solid var(--gold);
  padding: 28px;
  box-shadow: 0 18px 50px #14352217;
}

.selected-option .option-summary {
  background: #f3efe4;
}

.option-summary > svg {
  width: 34px;
  height: 34px;
  color: var(--forest);
}

.option-summary p {
  line-height: 1.65;
}

.option-summary span {
  color: var(--forest);
  align-items: center;
  gap: 8px;
  font-size: 0.88rem;
  font-weight: 700;
  display: flex;
}

.photo-option .photo-wall {
  grid-auto-rows: 235px;
}

.photo-option .photo-wall figure {
  box-shadow: 0 10px 28px #1435221a;
}

/* Footer */
.site-footer,
footer.footer {
  color: #fff;
  background: #0d2819;
  padding: 85px 0 25px;
}

.footer-top {
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 80px;
  display: grid;
}

.footer-brand {
  position: relative;
}

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

.footer-brand-lockup .brand-mark {
  background: none;
  flex: 0 0 36px;
  width: 36px;
  height: 46px;
  position: static;
}

.footer-brand-lockup h2 {
  padding-left: 0;
  font-size: 1.55rem;
  line-height: 1.05;
  color: #fff;
}

.footer-brand-lockup h2 em {
  color: #b8d9cf;
  font-size: 0.55em;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.015em;
}

.footer-brand p {
  color: #becbbe;
  margin-top: 22px;
}

.footer-label {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #95aa99;
  font-size: 0.7rem;
  font-weight: 700;
}

.footer-top > div > p:not(.footer-label) {
  line-height: 1.65;
}

.footer-link {
  color: #eadfbd;
  text-underline-offset: 4px;
  align-items: center;
  gap: 6px;
  font-size: 0.88rem;
  font-weight: 700;
  display: inline-flex;
}

.footer-bottom {
  color: #95aa99;
  border-top: 1px solid #ffffff24;
  justify-content: space-between;
  gap: 20px;
  margin-top: 65px;
  padding-top: 22px;
  font-size: 0.72rem;
  display: flex;
}

.footer-social {
  color: #e1d6a9;
  text-underline-offset: 4px;
  align-items: center;
  gap: 5px;
  font-weight: 700;
  display: inline-flex;
}

@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }

  .carousel-track {
    transition: none;
  }
}

@media (max-width: 1180px) {
  .desktop-nav,
  .desktop-nav .navbar-end {
    gap: 14px;
  }

  .desktop-nav a,
  .desktop-nav .navbar-item {
    font-size: 0.75rem;
  }

  .brand {
    min-width: 205px;
  }

  .nav-call {
    padding: 0 15px;
  }
}

@media (max-width: 900px) {
  .site-header {
    padding: 14px;
  }

  .nav-shell.navbar {
    height: 72px;
    min-height: 72px;
    flex-wrap: nowrap;
  }

  .nav-shell .navbar-brand {
    flex: 1 1 0;
    min-width: 0;
    min-height: 0;
    overflow: hidden;
  }

  .brand {
    min-width: 0;
    max-width: 100%;
  }

  .brand em {
    display: none;
  }

  .brand span:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .nav-call svg {
    display: none;
  }

  .desktop-nav {
    display: none !important;
  }

  .navbar-brand .brand {
    width: 100%;
  }

  .brand span:last-child {
    flex: 1;
    min-width: 0;
  }

  .nav-call {
    margin-left: 8px;
    min-height: 44px;
    padding: 0 12px;
    flex: none;
  }

  .button.mobile-toggle {
    margin-left: 6px;
    flex: none;
    padding: 8px;
  }

  .button.mobile-toggle > span {
    display: none;
  }

  .button.mobile-toggle {
    display: inline-flex;
  }

  .home-hero {
    min-height: 760px;
  }

  .hero-content {
    padding-top: 140px;
  }

  .hero-card,
  .scroll-note {
    display: none;
  }

  .intro-grid {
    grid-template-columns: 45px 1fr;
  }

  .intro-grid > div:last-child {
    grid-column: 2;
  }

  .story-gallery {
    grid-template-rows: 440px 500px auto;
    grid-template-columns: 1fr;
  }

  .gallery-stack {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .service-cards,
  .service-cards.four {
    grid-template-columns: 1fr 1fr;
  }

  .service-card {
    min-height: 300px;
  }

  .trust-section {
    grid-template-columns: 1fr;
  }

  .trust-copy {
    padding: 80px 30px;
  }

  .trust-quote {
    right: 20px;
  }

  .form-layout,
  .visit-grid,
  .store-details,
  .purpose-grid,
  .contact-cards,
  .film-section,
  .detail-grid,
  .repair-story,
  .happenings-contact-grid {
    grid-template-columns: 1fr;
  }

  .film-section {
    gap: 42px;
  }

  .contact-cards > a,
  .contact-cards > div {
    padding: 18px;
  }

  .visit-card {
    padding: 50px 35px;
  }

  .visit-strip > .wrap {
    grid-template-columns: 1fr 1fr;
  }

  .visit-title {
    grid-column: 1 / 3;
  }

  .store-details {
    gap: 70px;
  }

  .donation-image {
    height: 560px;
  }

  .reuse-badge {
    right: 20px;
  }

  .footer-top {
    grid-template-columns: 1fr 1fr;
  }

  .footer-brand {
    grid-column: 1 / 3;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .page-hero-ribbon {
    justify-content: center;
    left: 0;
    right: 0;
  }

  .section-head {
    flex-direction: column;
    align-items: start;
  }

  .program-intro,
  .happenings-intro,
  .option-heading {
    grid-template-columns: 45px 1fr;
  }

  .program-summary,
  .happenings-summary,
  .option-summary {
    grid-column: 2;
  }

  .repair-copy {
    margin: -50px 35px 0;
  }

  .photo-wall {
    grid-template-columns: 1fr 1fr;
  }

  .photo-wall figure.wide {
    grid-column: span 2;
  }

  .page-hero,
  .page-hero.hero {
    height: 660px;
    padding-top: 130px;
  }

  .options-hero {
    height: 700px;
    padding-top: 130px;
  }

  .carousel-slide {
    flex-basis: calc((100% - 28px) / 3);
    height: 230px;
  }
}

@media (max-width: 600px) {
  body {
    font-size: 16px;
  }

  .wrap,
  .container.wrap {
    width: min(100% - 28px, 1180px);
  }

  .site-header {
    padding: 8px;
  }

  .nav-shell.navbar {
    padding: 0 13px;
  }

  .brand {
    font-size: 13px;
    gap: 8px;
  }

  .brand span:last-child {
    display: none;
  }

  .nav-call {
    padding: 0 10px;
    font-size: 0.82rem;
    min-height: 40px;
  }

  .brand-mark {
    width: 39px;
    height: 39px;
  }

  .home-hero {
    height: 820px;
  }

  .hero-content {
    padding-top: 120px;
  }

  .home-hero h1 {
    font-size: 3.45rem;
  }

  .hero-copy {
    font-size: 1.02rem;
  }

  .actions {
    flex-direction: column;
    align-items: stretch;
  }

  .button:not(.mobile-toggle) {
    width: 100%;
  }

  .intro-story {
    padding: 80px 0 55px;
  }

  .intro-grid {
    display: block;
  }

  .section-number,
  .program-number,
  .option-number {
    width: 45px;
    margin-bottom: 30px;
  }

  .story-gallery {
    grid-template-rows: 350px 520px auto;
    padding-bottom: 85px;
  }

  .gallery-stack {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr;
  }

  .gallery-note {
    margin: -35px auto 0;
    padding: 20px;
  }

  .services {
    padding: 80px 0;
  }

  .section-head {
    gap: 15px;
    margin-bottom: 35px;
  }

  .service-cards,
  .service-cards.four {
    grid-template-columns: 1fr;
  }

  .service-card {
    padding: 28px;
  }

  .trust-image {
    min-height: 480px;
  }

  .trust-quote {
    bottom: 20px;
    left: 14px;
    right: 14px;
  }

  .trust-badges {
    flex-direction: column;
  }

  .closing-cta {
    padding: 90px 10px;
  }

  .page-hero,
  .page-hero.hero {
    height: 640px;
    padding-top: 120px;
  }

  .page-hero-content {
    padding-bottom: 140px;
  }

  .page-hero h1 {
    font-size: 3.2rem;
  }

  .page-hero-ribbon {
    flex-direction: column;
    gap: 12px;
    padding: 17px;
  }

  .contact-form-section,
  .visit-section,
  .store-gallery {
    padding: 80px 0;
  }

  .form-layout {
    gap: 45px;
  }

  .request-form {
    padding: 25px 20px;
  }

  .field-row {
    grid-template-columns: 1fr;
  }

  .building-photo {
    min-height: 440px;
  }

  .visit-strip > .wrap {
    grid-template-columns: 1fr;
  }

  .visit-title {
    grid-column: auto;
  }

  .store-details {
    padding: 85px 0;
  }

  .donation-image {
    height: 450px;
  }

  .reuse-badge {
    width: 155px;
    height: 155px;
  }

  .store-purpose {
    padding: 85px 0 35px;
  }

  .purpose-grid {
    gap: 35px;
  }

  .purpose-meta {
    margin-top: 50px;
  }

  .footer-top {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .footer-brand {
    grid-column: auto;
  }

  .footer-bottom {
    margin-top: 45px;
  }

  .film-section {
    padding-bottom: 85px;
  }

  .film-copy h2 {
    font-size: 2.7rem;
  }

  .film-frame {
    padding: 7px;
  }

  .program-intro {
    padding: 80px 0 60px;
    display: block;
  }

  .program-summary,
  .happenings-summary,
  .option-summary {
    margin-top: 35px;
  }

  .program-gallery {
    padding-bottom: 85px;
  }

  .photo-wall {
    grid-template-columns: 1fr;
    grid-auto-rows: 240px;
  }

  .photo-wall figure.tall {
    grid-row: span 1;
  }

  .photo-wall figure.wide {
    grid-column: span 1;
  }

  .photo-wall figure:first-child {
    grid-row: span 2;
  }

  .split-program {
    padding: 75px 0;
  }

  .split-heading {
    align-items: flex-start;
  }

  .split-heading > svg {
    flex: none;
    width: 46px;
    height: 46px;
    padding: 12px;
  }

  .repair-story {
    padding-bottom: 85px;
  }

  .need-image {
    height: 390px;
  }

  .repair-copy {
    margin: -35px 14px 0;
    padding: 35px 25px;
  }

  .program-details {
    padding: 80px 0;
  }

  .detail-grid {
    gap: 45px;
  }

  .happenings-intro {
    padding: 80px 0 55px;
    display: block;
  }

  .happenings-contact {
    padding: 75px 0;
  }

  .carousel-slide {
    flex-basis: 100%;
    height: 360px;
  }

  .happening-carousel-controls {
    justify-content: space-between;
  }

  .options-hero {
    height: 720px;
    padding-top: 120px;
  }

  .options-hero-content {
    padding-bottom: 70px;
  }

  .options-hero h1 {
    font-size: 3.25rem;
  }

  .options-jumps {
    flex-direction: column;
  }

  .photo-option {
    padding-top: 80px;
    padding-bottom: 85px;
  }

  .option-heading {
    margin-bottom: 45px;
    display: block;
  }

  .photo-option .photo-wall {
    grid-auto-rows: 230px;
  }
}
