.home-section {
  padding: 7rem 0;
}

.hero-home {
  position: relative;
  min-height: 100vh;
  height: 100vh;
  margin-top: calc(-1 * var(--nav-height));
  padding-top: var(--nav-height);
  overflow: hidden;
  background: var(--primary);
  color: var(--inv-foreground);
}
.hero-home .hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.55), transparent 55%), url("/assets/coastal-town.jpg") 35% center/cover no-repeat;
}

.hero-content {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  text-align: right;
  padding: 2rem;
}
.hero-content h1 {
  font-family: var(--font-display);
  font-size: clamp(3rem, 8vw, 6rem);
  font-weight: 400;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  line-height: 0.9;
  margin: 0 0 1rem;
  color: #fff;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.5);
}

.hero-caption {
  margin: 0 0 2rem;
  max-width: 28rem;
  font-family: var(--font-body);
  font-size: 0.625rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.85);
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.6);
}

.hero-caption-mark {
  display: inline-block;
  width: 0.75rem;
  height: 1px;
  margin-left: 0.5rem;
  vertical-align: middle;
  background: var(--accent);
}

.hero-caption-mobile {
  display: block;
}

.hero-caption-desktop {
  display: none;
}

.hero-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.hero-register {
  padding: 0.625rem 1.5rem;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  border-radius: 999px;
}

.hero-secondary-link {
  font-family: var(--font-body);
  font-size: 0.625rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 1px;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.6);
  transition: color 0.2s ease, border-color 0.2s ease;
}

.hero-secondary-link:hover,
.hero-secondary-link:focus-visible {
  color: #fff;
  border-bottom-color: #fff;
}

.kicker-light {
  color: var(--inv-muted);
}

@media (min-width: 768px) {
  .hero-content {
    padding: 3rem;
  }
  .hero-caption-mobile {
    display: none;
  }
  .hero-caption-desktop {
    display: block;
  }
}
@media (min-width: 1024px) {
  .hero-content {
    padding: 4rem;
  }
}
.section-stats {
  padding: clamp(6rem, 12vw, 10rem) var(--margin-page);
  background: var(--background);
}

.stats-inner {
  max-width: 64rem;
  margin: 0 auto;
}

.stats-rule {
  margin: 0 0 2rem;
  border: 0;
  border-top: 1px solid color-mix(in srgb, var(--foreground) 15%, transparent);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
}

@media (min-width: 768px) {
  .stats-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 3rem;
  }
}
.stat-block {
  margin: 0;
}

.stat-number {
  margin: 0;
  display: block;
  font-family: var(--font-mono);
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 400;
  letter-spacing: -0.025em;
  color: var(--foreground);
}

@media (min-width: 768px) {
  .stat-number {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
.stat-label {
  margin: 0.5rem 0 0;
  font-family: var(--font-body);
  font-size: 0.625rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  line-height: 1.4;
  color: var(--muted-foreground);
}

.section-journey {
  padding: clamp(6rem, 12vw, 10rem) var(--margin-page);
  background: var(--background);
}

.journey-inner {
  max-width: 64rem;
  margin: 0 auto;
}

.journey-grid {
  display: grid;
  gap: 4rem;
  align-items: start;
}

@media (min-width: 768px) {
  .journey-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6rem;
  }
}
.section-label-mark {
  display: flex;
  align-items: center;
  margin: 0 0 clamp(1rem, 2vw, 1.5rem);
  font-family: var(--font-body);
  font-size: 0.6875rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted-foreground);
}

.section-label-rule {
  display: inline-block;
  width: 0.625rem;
  height: 1px;
  margin-right: 0.5rem;
  background: var(--accent);
  vertical-align: middle;
}

.journey-copy h2 {
  margin: 0 0 clamp(2rem, 4vw, 3.5rem);
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  letter-spacing: -0.025em;
  line-height: 1.1;
  font-weight: 400;
}

.journey-body {
  max-width: 38rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.journey-body p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.625;
  color: var(--muted-foreground);
}

.route-map-wrap {
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.route-map-home {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.route-map-svg {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.route-map-marker {
  opacity: 0;
  transform-origin: center;
  transform: scale(0);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.route-map-svg.is-animated .route-map-marker {
  opacity: 1;
  transform: scale(1);
}

.route-map-pulse {
  transform-origin: center;
  transform-box: fill-box;
  animation: route-map-pulse 2.5s ease-out infinite;
  animation-delay: 3.1s;
}

@keyframes route-map-pulse {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  100% {
    transform: scale(3.5);
    opacity: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .route-map-marker {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .route-map-pulse {
    animation: none;
  }
}
.pull-quote {
  position: relative;
  padding: clamp(6rem, 12vw, 10rem) var(--margin-page);
  color: var(--foreground);
}

.pull-quote-inner {
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
}

.pull-quote p {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.025em;
}

.pull-quote .char-word {
  display: inline-block;
  white-space: nowrap;
  margin-right: 0.28em;
}

.pull-quote .char {
  display: inline-block;
  opacity: 0.08;
}

.pull-quote-dark {
  background: var(--foreground);
  color: var(--inv-foreground);
}

@media (min-width: 768px) {
  .pull-quote p {
    font-size: 2.25rem;
  }
}
@media (min-width: 1024px) {
  .pull-quote p {
    font-size: 3rem;
  }
}
.section-how {
  padding: clamp(6rem, 12vw, 10rem) var(--margin-page);
  background: var(--background);
}

.how-inner {
  max-width: 64rem;
  margin: 0 auto;
}

.how-intro {
  margin-bottom: clamp(2rem, 4vw, 3.5rem);
}

.how-intro h2 {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
  letter-spacing: -0.025em;
}

@media (min-width: 768px) {
  .how-intro h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.how-rule {
  margin: 0 0 2rem;
  border: 0;
  border-top: 1px solid color-mix(in srgb, var(--foreground) 15%, transparent);
}

.how-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  margin-bottom: clamp(2rem, 4vw, 3.5rem);
}

@media (min-width: 768px) {
  .how-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4rem;
  }
}
.how-grid article {
  margin: 0;
}

.how-step-number {
  display: block;
  margin-bottom: 0.75rem;
  font-family: var(--font-body);
  font-size: 0.625rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  line-height: 1.4;
  color: var(--accent);
}

.how-grid h3 {
  margin: 0 0 0.5rem;
  font-family: var(--font-body);
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  letter-spacing: 0;
}

.how-grid p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.625;
  color: var(--muted-foreground);
}

.how-support-label {
  margin: 0 0 1rem;
  font-family: var(--font-body);
  font-size: 0.6875rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted-foreground);
}

.how-support ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.how-support li {
  display: flex;
  gap: 0.35rem;
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--foreground);
}

.how-support li + li {
  margin-top: 0.5rem;
}

.how-support li::before {
  content: "-";
  color: var(--accent);
  flex-shrink: 0;
}

.home-interstitial {
  margin: 0;
  width: 100%;
}

.home-interstitial-frame {
  width: 100%;
  aspect-ratio: 21/9;
  overflow: hidden;
}

.home-interstitial-frame--16-9 {
  aspect-ratio: 16/9;
}

.home-interstitial-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-label {
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  color: var(--muted-foreground);
}

.section-stages {
  padding: clamp(6rem, 12vw, 10rem) var(--margin-page);
  background: var(--background);
}

.stages-inner {
  max-width: 64rem;
  margin: 0 auto;
}

.stages-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: clamp(2rem, 4vw, 3.5rem);
}

@media (min-width: 768px) {
  .stages-head {
    flex-direction: row;
    align-items: flex-end;
  }
}
.stages-head h2 {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
  letter-spacing: -0.025em;
}

@media (min-width: 768px) {
  .stages-head h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.stages-all-link {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  font-family: var(--font-body);
  font-size: 0.625rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  line-height: 1.4;
  color: var(--muted-foreground);
  text-decoration: none;
  transition: color 0.2s ease;
}

.stages-all-link img {
  display: block;
  width: 11px;
  height: 11px;
}

.stages-all-link:hover,
.stages-all-link:focus-visible {
  color: var(--foreground);
}

.stages-rule {
  margin: 0;
  border: 0;
  border-top: 1px solid var(--foreground);
}

.stages-list {
  margin: 0;
}

.stages-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid color-mix(in srgb, var(--foreground) 15%, transparent);
  color: inherit;
  text-decoration: none;
}

@media (min-width: 768px) {
  .stages-row {
    padding: 2rem 0;
  }
}
.stages-row h3 {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  letter-spacing: 0;
  transition: color 0.5s ease;
}

@media (min-width: 768px) {
  .stages-row h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.stages-row:hover h3,
.stages-row:focus-visible h3 {
  color: var(--accent);
}

.stages-row p {
  margin: 0.125rem 0 0;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--muted-foreground);
}

.stages-row-detail {
  display: none;
  flex-shrink: 0;
  font-family: var(--font-body);
  font-size: 0.625rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  line-height: 1.4;
  color: var(--muted-foreground);
}

@media (min-width: 640px) {
  .stages-row-detail {
    display: block;
  }
}
.stages-footnote {
  margin: 1.5rem 0 0;
  font-size: 0.75rem;
  line-height: 1rem;
  color: var(--muted-foreground);
}

.stages-footnote a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.125rem;
  transition: color 0.2s ease;
}

.stages-footnote a:hover,
.stages-footnote a:focus-visible {
  color: var(--foreground);
}

.section-gallery h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  margin: 0 0 2rem;
}

.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 2rem;
}

.muted-link {
  color: var(--muted-foreground);
  text-decoration: none;
  font-size: 0.9rem;
}

.section-gallery {
  overflow: hidden;
}

.gallery-row {
  display: flex;
  gap: 1rem;
  width: max-content;
  padding: 0 4%;
  transform: translate3d(var(--gallery-shift, -18%), 0, 0);
  will-change: transform;
}

.gallery-row-wrap {
  width: 100%;
  overflow: hidden;
}

.gallery-row a {
  display: block;
  flex: 0 0 clamp(280px, 36vw, 500px);
  aspect-ratio: 3/2;
}

.gallery-row img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-row-wrap,
.gallery-row {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.gallery-row-wrap::-webkit-scrollbar,
.gallery-row::-webkit-scrollbar {
  display: none;
}

#books .books-inner {
  background: var(--background);
}

.books-content {
  max-width: 64rem;
  margin: 0 auto;
}

.books-rule {
  margin: 0 0 2rem;
  border: 0;
  border-top: 1px solid color-mix(in srgb, var(--foreground) 15%, transparent);
}

.books-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}

@media (min-width: 768px) {
  .books-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6rem;
  }
}
.books-action {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

#books .books-inner h2 {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
  letter-spacing: -0.025em;
}

@media (min-width: 768px) {
  #books .books-inner h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.books-explore-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  padding: 0.625rem 1.5rem;
  border: 0;
  border-radius: 999px;
  background: var(--accent);
  color: var(--accent-foreground);
  font-family: var(--font-body);
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.025em;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.books-explore-btn:hover,
.books-explore-btn:focus-visible {
  opacity: 0.8;
}

.section-events {
  padding: clamp(6rem, 12vw, 10rem) var(--margin-page);
  background: var(--background);
}

.events-intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: clamp(2rem, 4vw, 3.5rem);
}

@media (min-width: 768px) {
  .events-intro {
    flex-direction: row;
    align-items: flex-end;
  }
}
.events-intro h2 {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
  letter-spacing: -0.025em;
}

@media (min-width: 768px) {
  .events-intro h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.section-partners-home {
  background: var(--background);
}

.partners-home-inner {
  max-width: 64rem;
  margin: 0 auto;
}

.partners-home-rule {
  margin: 0 0 2rem;
  border: 0;
  border-top: 1px solid color-mix(in srgb, var(--foreground) 15%, transparent);
}

.partners-home-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .partners-home-head {
    flex-direction: row;
    align-items: center;
  }
}
.partners-home-label {
  margin: 0;
  font-family: var(--font-body);
  font-size: 0.6875rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted-foreground);
  text-decoration: none;
  transition: color 0.2s ease;
}

.partners-home-label:hover,
.partners-home-label:focus-visible {
  color: var(--foreground);
}

.section-partners-home .partners-current-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  font-family: var(--font-body);
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--muted-foreground);
}
.section-partners-home .partners-current-list a {
  display: inline;
  flex: none;
  width: auto;
  gap: 0;
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}
.section-partners-home .partners-current-list a:hover,
.section-partners-home .partners-current-list a:focus-visible {
  color: var(--foreground);
}

@media (min-width: 768px) {
  .section-partners-home .partners-current-list {
    gap: 3rem;
  }
}
.section-partners-home .partners-gallery {
  margin: 0;
}

.section-newsletter {
  background: var(--background);
}
.section-newsletter .section-label-mark {
  margin-bottom: clamp(1rem, 2vw, 1.5rem);
}

.newsletter-inner {
  max-width: 38rem;
  margin: 0 auto;
}
.newsletter-inner h2 {
  margin: 0 0 1rem;
  font-family: var(--font-body);
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
  letter-spacing: -0.025em;
}
@media (min-width: 768px) {
  .newsletter-inner h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.newsletter-lede {
  margin: 0 0 2rem;
  max-width: 38rem;
  font-family: var(--font-body);
  font-size: 0.875rem;
  line-height: 1.625;
  color: var(--muted-foreground);
}

.newsletter-form {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.75rem;
  max-width: 38rem;
  margin: 0 0 1.5rem;
}
@media (min-width: 640px) {
  .newsletter-form {
    flex-direction: row;
    align-items: flex-end;
  }
}
.newsletter-form input {
  flex: 1;
  min-width: 0;
  border: 0;
  border-bottom: 1px solid color-mix(in srgb, var(--foreground) 20%, transparent);
  border-radius: 0;
  padding: 0.75rem 0;
  background: transparent;
  color: var(--foreground);
  font-family: var(--font-body);
  font-size: 0.875rem;
  line-height: 1.25rem;
  transition: border-color 0.2s ease;
}
.newsletter-form input::placeholder {
  color: var(--muted-foreground);
}
.newsletter-form input:focus {
  outline: none;
  border-bottom-color: var(--foreground);
}
.newsletter-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  flex-shrink: 0;
  border: 0;
  border-radius: 999px;
  padding: 0.75rem 1.5rem;
  background: var(--accent);
  color: var(--accent-foreground);
  font-family: var(--font-body);
  font-size: 0.625rem;
  line-height: 1.4;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: opacity 0.2s ease;
}
.newsletter-form button img {
  display: block;
  width: 11px;
  height: 11px;
  filter: brightness(0) invert(1);
}
.newsletter-form button:hover, .newsletter-form button:focus-visible {
  opacity: 0.8;
}

.newsletter-honeypot {
  position: absolute;
  left: -5000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.newsletter-privacy {
  margin: 0;
  max-width: 38rem;
  font-family: var(--font-body);
  font-size: 0.625rem;
  line-height: 1rem;
  color: var(--muted-foreground);
}

.newsletter-privacy a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.125rem;
  transition: color 0.2s ease;
}

.newsletter-privacy a:hover,
.newsletter-privacy a:focus-visible {
  color: var(--foreground);
}

@media (max-width: 900px) {
  .how-grid {
    grid-template-columns: 1fr;
  }
  .newsletter-form input {
    width: 100%;
  }
  .newsletter-form button {
    align-self: flex-start;
  }
}