:root {
  color-scheme: light;
  --ink: #10130f;
  --muted: #5d6259;
  --paper: #f5f1e8;
  --paper-deep: #e6dfd2;
  --card: rgba(255, 255, 255, .76);
  --green: #315c49;
  --green-dark: #173c2e;
  --lime: #dce9a5;
  --sun: #f5ba31;
  --line: rgba(16, 19, 15, .11);
  --shadow: 0 24px 80px rgba(31, 45, 36, .12);
  --radius: 28px;
  --max: 1180px;
  font: 100%/1.5 -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); overflow-x: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #1b6f52; outline-offset: 4px; }
.skip-link { position: fixed; z-index: 100; top: .75rem; left: .75rem; padding: .75rem 1rem; background: white; border-radius: 12px; transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.wrap { width: min(calc(100% - 2rem), var(--max)); margin-inline: auto; }
.eyebrow { margin: 0 0 .75rem; color: var(--green); font-size: .76rem; line-height: 1.2; font-weight: 780; letter-spacing: .11em; text-transform: uppercase; }
.display { margin: 0; font-size: clamp(3rem, 7.8vw, 7rem); line-height: .92; letter-spacing: -.065em; font-weight: 760; }
.section-title { margin: 0; max-width: 17ch; font-size: clamp(2.25rem, 4.7vw, 4.4rem); line-height: 1; letter-spacing: -.05em; font-weight: 730; }
.lede { color: var(--muted); font-size: clamp(1.05rem, 1.4vw, 1.25rem); line-height: 1.6; }
.muted { color: var(--muted); }
.section { padding: clamp(5.5rem, 10vw, 9rem) 0; }
.section-tight { padding: clamp(4rem, 7vw, 6.5rem) 0; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2.25rem; }

.site-header { position: fixed; z-index: 50; inset: 1rem 0 auto; pointer-events: none; }
.nav-shell { position: relative; min-height: 64px; display: flex; align-items: center; gap: 1rem; padding: .55rem .65rem .55rem 1rem; border: 1px solid rgba(255,255,255,.48); border-radius: 22px; background: rgba(248,247,241,.78); box-shadow: 0 12px 40px rgba(16,19,15,.1); backdrop-filter: blur(22px) saturate(160%); -webkit-backdrop-filter: blur(22px) saturate(160%); pointer-events: auto; }
.brand { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; font-size: .84rem; line-height: 1.05; font-weight: 750; letter-spacing: -.01em; flex: 0 0 auto; }
.brand img { width: 35px; height: 40px; object-fit: contain; }
.nav-links { display: flex; align-items: center; gap: .05rem; margin: 0 0 0 auto; padding: 0; list-style: none; }
.nav-links a { display: grid; place-items: center; min-height: 44px; padding: 0 .68rem; border-radius: 13px; color: #343831; text-decoration: none; font-size: .86rem; font-weight: 620; white-space: nowrap; }
.nav-links a:hover, .nav-links a[aria-current="page"] { background: rgba(49,92,73,.09); color: var(--green-dark); }
.nav-cta { display: inline-grid; place-items: center; min-height: 46px; padding: 0 1.15rem; border-radius: 15px; color: white; background: var(--green-dark); text-decoration: none; font-size: .88rem; font-weight: 700; white-space: nowrap; }
.menu-button { display: none; margin-left: auto; width: 46px; height: 46px; border: 0; border-radius: 15px; color: white; background: var(--green-dark); cursor: pointer; }
.menu-button svg { width: 22px; vertical-align: middle; }

.hero { position: relative; min-height: min(900px, 100svh); display: grid; align-items: end; isolation: isolate; color: white; background: #1a322a; }
.hero-media, .hero-media::after { position: absolute; inset: 0; z-index: -2; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 42%; }
.hero-media::after { content: ""; z-index: 1; background: linear-gradient(90deg, rgba(5,16,13,.84) 0%, rgba(5,16,13,.45) 48%, rgba(5,16,13,.08) 75%), linear-gradient(0deg, rgba(5,16,13,.72), transparent 58%); }
.hero-content { padding-block: clamp(9rem, 18vh, 13rem) clamp(4rem, 9vh, 7rem); }
.hero-copy { max-width: 840px; }
.hero .eyebrow, .dark-band .eyebrow, .page-hero .eyebrow { color: var(--lime); }
.hero-sub { max-width: 650px; margin: 1.6rem 0 2rem; color: rgba(255,255,255,.83); font-size: clamp(1.05rem,1.5vw,1.3rem); line-height: 1.55; }
.hero-note { display: flex; align-items: center; gap: .7rem; margin-top: 2.25rem; color: rgba(255,255,255,.72); font-size: .9rem; }
.hero-note::before { content: ""; width: 38px; height: 1px; background: rgba(255,255,255,.45); }
.actions { display: flex; flex-wrap: wrap; gap: .75rem; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: .55rem; padding: 0 1.3rem; border: 1px solid transparent; border-radius: 17px; text-decoration: none; font-weight: 720; cursor: pointer; transition: transform 180ms cubic-bezier(.2,.8,.2,1), box-shadow 180ms ease, background 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button:active { transform: scale(.97); transition-duration: 100ms; }
.button-primary { color: var(--ink); background: var(--sun); box-shadow: 0 14px 34px rgba(245,186,49,.22); }
.button-secondary { color: white; border-color: rgba(255,255,255,.4); background: rgba(255,255,255,.1); backdrop-filter: blur(12px); }
.button-dark { color: white; background: var(--green-dark); }
.button-outline { color: var(--green-dark); border-color: rgba(23,60,46,.28); background: transparent; }
.arrow { font-size: 1.15em; transition: transform 180ms ease; }
.button:hover .arrow, .text-link:hover .arrow { transform: translateX(3px); }
.text-link { display: inline-flex; align-items: center; gap: .45rem; color: var(--green-dark); font-weight: 700; text-decoration-thickness: 1px; text-underline-offset: 4px; white-space: nowrap; }

.intro-grid { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(280px,.65fr); gap: clamp(3rem,8vw,8rem); align-items: end; }
.intro-grid .lede { max-width: 650px; margin: 1.5rem 0 0; }
.quote { margin: 0; padding-left: 1.4rem; border-left: 2px solid var(--green); color: #343a33; font-size: clamp(1.25rem,2.1vw,1.65rem); line-height: 1.42; letter-spacing: -.02em; }
.quote cite { display: block; margin-top: .75rem; color: var(--muted); font-size: .82rem; font-style: normal; font-weight: 650; letter-spacing: .04em; text-transform: uppercase; }
.pillars { display: grid; grid-template-columns: 1.08fr .92fr; grid-template-rows: 1fr 1fr; gap: 1rem; min-height: 620px; }
.pillar { position: relative; overflow: hidden; padding: clamp(1.5rem,3vw,2.5rem); border: 1px solid rgba(255,255,255,.7); border-radius: var(--radius); background: var(--card); box-shadow: var(--shadow); }
.pillar:first-child { grid-row: 1 / 3; display: flex; flex-direction: column; justify-content: end; color: white; background: #24483a; }
.pillar:first-child::before { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg,rgba(9,28,21,.92),rgba(9,28,21,.06) 65%), url("../images/hero-surf-1200.webp") center/cover; transition: transform 600ms cubic-bezier(.2,.8,.2,1); }
.pillar:first-child:hover::before { transform: scale(1.025); }
.pillar > * { position: relative; }
.pillar-index { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: auto; border-radius: 50%; color: var(--green-dark); background: var(--lime); font-size: .76rem; font-weight: 800; }
.pillar h3, .info-card h3 { margin: 1rem 0 .5rem; font-size: clamp(1.65rem,3vw,2.5rem); line-height: 1; letter-spacing: -.04em; }
.pillar p, .info-card p { max-width: 47ch; margin: 0; color: var(--muted); }
.pillar:first-child p { color: rgba(255,255,255,.78); }
.pillar:not(:first-child) { display: grid; grid-template-columns: auto 1fr; gap: 1.25rem; align-items: start; }
.pillar:not(:first-child) .pillar-index { margin: 0; }

.event-card { position: relative; overflow: hidden; display: grid; grid-template-columns: .8fr 1.2fr; min-height: 520px; border-radius: 36px; color: white; background: var(--green-dark); box-shadow: 0 34px 90px rgba(23,60,46,.22); }
.event-date { display: flex; flex-direction: column; justify-content: space-between; padding: clamp(2rem,5vw,4.5rem); background: linear-gradient(145deg,#3e7059,#224938); }
.event-month { font-size: 1rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.event-day { margin-left: -.06em; font-size: clamp(7rem,16vw,12rem); line-height: .75; letter-spacing: -.09em; font-weight: 750; }
.event-year { font-size: clamp(1.5rem,3vw,2.35rem); line-height: 1; letter-spacing: -.04em; }
.event-copy { align-self: center; padding: clamp(2rem,6vw,5rem); }
.event-copy .eyebrow { color: var(--lime); }
.event-copy h2 { margin: 0; max-width: 10ch; font-size: clamp(2.5rem,5.5vw,5rem); line-height: .97; letter-spacing: -.055em; }
.event-copy p { max-width: 520px; margin: 1.4rem 0 2rem; color: rgba(255,255,255,.75); font-size: 1.08rem; }
.event-meta { display: flex; gap: 1.5rem; margin-bottom: 1.8rem; font-size: .9rem; font-weight: 650; }
.creed-feature { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2rem,6vw,6rem); align-items: center; }
.mark-card { min-height: 560px; display: grid; place-items: center; padding: 3rem; border-radius: 36px; background: var(--paper-deep); box-shadow: inset 0 1px rgba(255,255,255,.7); }
.mark-card img { max-width: 74%; mix-blend-mode: multiply; filter: contrast(1.04); }
.creed-lines { margin: 1.75rem 0 2rem; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.creed-lines li { padding: .65rem 0; border-bottom: 1px solid var(--line); font-weight: 650; }
.join-inner { display: grid; grid-template-columns: 1.1fr .9fr; gap: 2rem; align-items: end; padding: clamp(2rem,6vw,5rem); border-radius: 36px; background: var(--lime); }
.join-inner h2 { margin: 0; max-width: 14ch; font-size: clamp(2.4rem,5vw,4.5rem); line-height: 1; letter-spacing: -.05em; }
.join-actions { justify-self: end; text-align: right; }
.join-actions p { margin: 0 0 1.25rem; color: #3e463b; }

.page-hero { position: relative; overflow: hidden; padding: clamp(10rem,18vw,14rem) 0 clamp(5rem,10vw,8rem); color: white; background: radial-gradient(circle at 85% 20%,rgba(220,233,165,.16),transparent 30%), linear-gradient(145deg,#315c49,#112e23); }
.page-hero::after { content: ""; position: absolute; right: -8vw; bottom: -15vw; width: 42vw; height: 42vw; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; box-shadow: 0 0 0 7vw rgba(255,255,255,.025),0 0 0 14vw rgba(255,255,255,.018); }
.page-hero .wrap { position: relative; z-index: 1; }
.page-hero h1 { margin: 0; max-width: 10ch; font-size: clamp(3.6rem,8vw,7.4rem); line-height: .91; letter-spacing: -.065em; }
.page-hero .lede { max-width: 720px; margin: 1.5rem 0 0; color: rgba(255,255,255,.78); }
.story-grid { display: grid; grid-template-columns: 1fr .82fr; gap: clamp(2.5rem,7vw,7rem); align-items: center; }
.story-copy p:not(.eyebrow) { color: var(--muted); font-size: 1.08rem; line-height: 1.72; }
.portrait { overflow: hidden; aspect-ratio: 1 / 1.08; border-radius: 36px; background: var(--paper-deep); box-shadow: var(--shadow); }
.portrait img { width: 100%; height: 100%; object-fit: cover; }
.alt-section { background: #ebe5da; }
.photo-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 1rem; }
.photo-grid figure { position: relative; overflow: hidden; min-height: 460px; margin: 0; border-radius: var(--radius); background: var(--green-dark); box-shadow: var(--shadow); }
.photo-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform 600ms cubic-bezier(.2,.8,.2,1); }
.photo-grid figure:hover img { transform: scale(1.025); }
.photo-grid figcaption { position: absolute; inset: auto 1rem 1rem; padding: .85rem 1rem; border: 1px solid rgba(255,255,255,.26); border-radius: 15px; color: white; background: rgba(13,32,24,.66); backdrop-filter: blur(14px); font-size: .88rem; font-weight: 650; }
.statement-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.statement { min-height: 360px; display: flex; flex-direction: column; justify-content: end; padding: clamp(2rem,4vw,4rem); border-radius: 36px; background: rgba(255,255,255,.65); box-shadow: var(--shadow); }
.statement:nth-child(2) { background: var(--lime); }
.statement .section-title { max-width: 12ch; }
.statement .lede { margin-bottom: 0; }
.dark-band { padding: clamp(5rem,9vw,8rem) 0; color: white; background: var(--green-dark); }
.dark-band .section-title, .dark-band .lede { margin-inline: auto; }
.dark-band .lede { max-width: 650px; color: rgba(255,255,255,.72); }
.center { text-align: center; }
.center .actions { justify-content: center; }

.creed-list { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin: 0; padding: 0; list-style: none; counter-reset: creed; }
.creed-list li { counter-increment: creed; min-height: 210px; display: flex; flex-direction: column; justify-content: space-between; padding: 1.75rem; border: 1px solid rgba(255,255,255,.8); border-radius: var(--radius); background: var(--card); box-shadow: var(--shadow); font-size: clamp(1.55rem,3vw,2.65rem); line-height: 1.08; letter-spacing: -.04em; font-weight: 700; }
.creed-list li::before { content: "0" counter(creed); display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; color: var(--green-dark); background: var(--lime); font-size: .72rem; line-height: 1; letter-spacing: 0; }
.creed-list li:nth-child(5) { grid-column: 1 / -1; min-height: 260px; color: white; background: var(--green-dark); }
.creed-list li:nth-child(5)::before { background: var(--sun); }
.creed-list li:last-child { grid-column: 1 / -1; min-height: 300px; justify-content: end; color: white; background: linear-gradient(0deg,rgba(7,24,17,.82),rgba(7,24,17,.12)),url("../images/hero-surf-1600.webp") center 42%/cover; }
.creed-list li:last-child::before { margin-bottom: auto; }

.event-overview { display: grid; grid-template-columns: .75fr 1.25fr; overflow: hidden; min-height: 560px; border-radius: 36px; color: white; background: var(--green-dark); box-shadow: var(--shadow); }
.event-overview .event-date { min-height: 100%; }
.event-body { align-self: center; padding: clamp(2rem,6vw,5rem); }
.event-body .section-title { max-width: 12ch; }
.event-body .lede { color: rgba(255,255,255,.74); }
.detail-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1rem; margin-top: 2rem; }
.detail { min-height: 150px; padding: 1.4rem; border: 1px solid rgba(255,255,255,.12); border-radius: 22px; background: rgba(255,255,255,.08); }
.detail span { display: block; color: var(--lime); font-size: .72rem; font-weight: 780; letter-spacing: .1em; text-transform: uppercase; }
.detail strong { display: block; margin-top: .55rem; font-size: 1.1rem; }
.info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.info-card { min-height: 250px; padding: clamp(1.6rem,3vw,2.5rem); border: 1px solid rgba(255,255,255,.75); border-radius: var(--radius); background: var(--card); box-shadow: var(--shadow); }
.info-card .pillar-index { margin: 0; }
.status { display: inline-flex; align-items: center; gap: .5rem; padding: .55rem .8rem; border-radius: 999px; color: #48513b; background: rgba(220,233,165,.7); font-size: .82rem; font-weight: 700; }
.status::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--green); }
.support-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
.support-card { min-height: 390px; display: flex; flex-direction: column; padding: clamp(1.6rem,3vw,2.4rem); border: 1px solid rgba(255,255,255,.8); border-radius: var(--radius); background: var(--card); box-shadow: var(--shadow); }
.support-card:nth-child(1) { background: var(--lime); }
.support-card h2 { margin: auto 0 .75rem; font-size: clamp(2rem,4vw,3.4rem); line-height: .95; letter-spacing: -.05em; }
.support-card p { color: #485047; }
.support-card .button { align-self: flex-start; margin-top: 1rem; }

.contact-grid { display: grid; grid-template-columns: 1.05fr .7fr; gap: clamp(2rem,7vw,7rem); }
.contact-form { padding: clamp(1.5rem,4vw,3.5rem); border: 1px solid rgba(255,255,255,.78); border-radius: 36px; background: var(--card); box-shadow: var(--shadow); }
.contact-form h2, .contact-aside h2 { margin: 0 0 1.5rem; font-size: clamp(2rem,4vw,3.2rem); line-height: 1; letter-spacing: -.045em; }
.field + .field { margin-top: 1.15rem; }
.field label { display: block; margin-bottom: .45rem; font-size: .88rem; font-weight: 700; }
.field input, .field textarea { width: 100%; border: 1px solid rgba(16,19,15,.16); border-radius: 15px; padding: .9rem 1rem; color: var(--ink); background: rgba(255,255,255,.8); }
.field textarea { min-height: 170px; resize: vertical; }
.contact-form .button { margin-top: 1.25rem; }
.contact-aside { align-self: start; padding: clamp(1.5rem,3vw,2.5rem); border-radius: var(--radius); color: white; background: var(--green-dark); }
.contact-aside a { color: var(--lime); text-underline-offset: 4px; }
.contact-aside .eyebrow { color: var(--lime); }
.contact-item { padding: 1.2rem 0; border-top: 1px solid rgba(255,255,255,.14); }
.contact-item strong { display: block; margin-bottom: .3rem; }
.form-note { margin: 1rem 0 0; color: var(--muted); font-size: .82rem; }

footer { padding: 4rem 0 2rem; color: rgba(255,255,255,.68); background: #0e1511; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 2rem; }
.footer-brand { display: flex; align-items: center; gap: .8rem; color: white; font-weight: 750; }
.footer-brand img { width: 36px; }
footer h2 { margin: 0 0 1rem; color: white; font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; }
footer ul { margin: 0; padding: 0; list-style: none; }
footer li + li { margin-top: .65rem; }
footer a { text-decoration: none; }
footer a:hover { color: white; }
.footer-bottom { margin-top: 3.5rem; padding-top: 1.25rem; border-top: 1px solid rgba(255,255,255,.12); font-size: .8rem; }

@media (max-width: 900px) {
  .nav-links a { padding-inline: .48rem; font-size: .8rem; }
  .support-grid { grid-template-columns: 1fr; }
  .support-card { min-height: 300px; }
  .detail-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .wrap { width: min(calc(100% - 1.25rem),var(--max)); }
  .site-header { inset-block-start: .6rem; }
  .nav-shell { min-height: 58px; border-radius: 19px; }
  .nav-cta { display: none; }
  .menu-button { display: block; }
  .nav-links { position: absolute; top: calc(100% + .5rem); right: .65rem; left: .65rem; display: grid; gap: .25rem; padding: .55rem; border: 1px solid rgba(255,255,255,.6); border-radius: 19px; background: rgba(248,247,241,.96); box-shadow: var(--shadow); backdrop-filter: blur(22px); transform-origin: top right; transform: translateY(-8px) scale(.98); opacity: 0; visibility: hidden; transition: opacity 180ms ease, transform 240ms cubic-bezier(.2,.8,.2,1), visibility 180ms; }
  .nav-links[data-open="true"] { transform: none; opacity: 1; visibility: visible; }
  .nav-links a { justify-content: start; padding-inline: 1rem; font-size: .9rem; }
  .hero { min-height: 780px; }
  .hero-media::after { background: linear-gradient(0deg,rgba(5,16,13,.92) 0%,rgba(5,16,13,.45) 70%,rgba(5,16,13,.16)); }
  .hero-media img { object-position: 57% center; }
  .hero-content { padding-bottom: 3rem; }
  .display { font-size: clamp(3.3rem,16vw,5rem); }
  .actions { display: grid; }
  .button { width: 100%; }
  .intro-grid, .creed-feature, .join-inner, .story-grid, .statement-grid, .contact-grid { grid-template-columns: 1fr; }
  .quote { margin-top: 1rem; }
  .section-head { display: block; }
  .section-head .text-link { margin-top: 1rem; }
  .pillars { display: grid; grid-template: 430px auto auto / 1fr; min-height: auto; }
  .pillar:first-child { grid-row: auto; }
  .pillar:not(:first-child) { min-height: 190px; padding: 1.5rem; }
  .event-card, .event-overview { grid-template-columns: 1fr; }
  .event-date { min-height: 260px; padding: 2rem; }
  .event-day { font-size: 8rem; }
  .event-copy, .event-body { padding: 2.25rem 1.5rem 2.5rem; }
  .event-meta { flex-direction: column; gap: .4rem; }
  .mark-card { min-height: 420px; order: 2; }
  .join-actions { justify-self: start; text-align: left; }
  .photo-grid { grid-template-columns: 1fr; }
  .photo-grid figure { min-height: 430px; }
  .creed-list, .info-grid { grid-template-columns: 1fr; }
  .creed-list li:nth-child(5), .creed-list li:last-child { grid-column: auto; }
  .detail-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
@media (prefers-reduced-transparency: reduce) {
  .nav-shell, .nav-links, .button-secondary { background: #f8f7f1; backdrop-filter: none; }
  .button-secondary { color: var(--ink); }
}
@media (prefers-contrast: more) {
  .nav-shell, .pillar, .info-card, .contact-form { border: 2px solid currentColor; }
  .nav-shell { background: #fff; }
}
