:root {
  --paper: #f7edc8;
  --paper-soft: #fff8df;
  --spruce: #123f35;
  --river: #14959c;
  --sun: #f8b916;
  --verm: #df472d;
  --storm: #476c7d;
  --ink: #143d35;
  --muted: #52665f;
  --line: rgba(18, 63, 53, .2);
  --serif: Rockwell, "Roboto Slab", "Courier New", serif;
  --sans: "Avenir Next", Avenir, "Trebuchet MS", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--spruce); }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 4px 4px, rgba(18, 63, 53, .04) 1.2px, transparent 1.3px) 0 0 / 11px 11px,
    var(--paper);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.6;
  overflow-x: hidden;
}
img { display: block; width: 100%; }
a { color: inherit; }
figure { margin: 0; }
code { font: .86em "SFMono-Regular", Consolas, monospace; overflow-wrap: anywhere; }

.skip-link {
  position: fixed;
  z-index: 99;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  color: var(--paper-soft);
  background: var(--spruce);
  border: 2px solid var(--sun);
  transform: translateY(-180%);
}
.skip-link:focus { transform: none; }

.site-header {
  position: relative;
  z-index: 20;
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 14px clamp(24px, 5vw, 80px);
  color: var(--paper-soft);
  background: var(--spruce);
  border-bottom: 8px solid var(--sun);
}
.site-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 8px;
  background: repeating-linear-gradient(90deg, transparent 0 24px, rgba(18,63,53,.8) 24px 42px);
}
.wordmark { display: inline-flex; align-items: center; gap: 13px; text-decoration: none; font-weight: 900; letter-spacing: .18em; }
.wordmark img { width: 46px; height: 46px; border-radius: 12px; }
.site-header nav { display: flex; align-items: center; gap: clamp(16px, 3vw, 42px); font-size: .82rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.site-header nav a { text-decoration: none; }
.site-header nav a:hover, .site-header nav a:focus-visible { color: var(--sun); }
.site-header .nav-policy { padding: 8px 14px; color: var(--spruce); background: var(--sun); border-radius: 999px; }

.hero {
  position: relative;
  min-height: 760px;
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(480px, 1.12fr);
  align-items: center;
  gap: clamp(28px, 5vw, 84px);
  padding: clamp(64px, 8vw, 124px) clamp(24px, 6vw, 96px) 110px;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  top: 16%;
  left: -6%;
  width: 40%;
  height: 54%;
  border: 14px solid rgba(20,149,156,.16);
  border-radius: 52% 48% 45% 55%;
  transform: rotate(-9deg);
}
.hero-copy, .hero-art { position: relative; z-index: 2; }
.kicker, .number-tag {
  margin: 0 0 16px;
  color: var(--verm);
  font-size: .83rem;
  font-weight: 900;
  letter-spacing: .13em;
  line-height: 1.3;
  text-transform: uppercase;
}
h1, h2, h3 { font-family: var(--serif); letter-spacing: -.04em; line-height: .98; }
h1 { max-width: 800px; margin: 0; font-size: clamp(4.1rem, 7vw, 8.4rem); }
h1 em { color: var(--verm); font-style: normal; }
.hero-lede { max-width: 720px; margin: 32px 0 28px; color: var(--muted); font-size: clamp(1.08rem, 1.6vw, 1.42rem); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 11px 20px;
  border: 3px solid var(--spruce);
  border-radius: 999px;
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .055em;
  line-height: 1.1;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .2s ease, box-shadow .2s ease;
}
.button:hover, .button:focus-visible { transform: translate(-2px, -2px); box-shadow: 5px 5px 0 var(--spruce); }
.button.sun { background: var(--sun); }
.button.dark { color: var(--paper-soft); background: var(--spruce); }
.button.outline { background: transparent; }
.site-header .button.outline, .policy-header .button.outline { color: var(--paper-soft); border-color: var(--paper-soft); }
.site-header .button.outline:hover, .site-header .button.outline:focus-visible { box-shadow: 5px 5px 0 var(--sun); }
.micro-note { max-width: 680px; margin: 24px 0 0; color: var(--muted); font-size: .79rem; line-height: 1.55; }
.hero-art { padding: 18px; background: var(--river); border: 5px solid var(--spruce); border-radius: 44px 10px 52px 16px; transform: rotate(1.5deg); box-shadow: 18px 20px 0 var(--sun); }
.hero-art img { aspect-ratio: 4 / 3; object-fit: cover; border-radius: 28px 5px 36px 5px; }
.hero-art figcaption { display: flex; align-items: center; gap: 12px; padding: 16px 6px 0; color: #fff; font-weight: 800; }
.hero-art figcaption span { display: grid; width: 38px; height: 38px; place-items: center; color: var(--spruce); background: var(--sun); border-radius: 50%; }
.course-stitch { position: absolute; z-index: 1; bottom: 34px; left: 4%; right: 4%; display: flex; justify-content: space-between; border-top: 12px solid var(--spruce); transform: rotate(-1.4deg); }
.course-stitch i { width: 32px; height: 32px; margin-top: -22px; background: var(--sun); border: 8px solid var(--spruce); border-radius: 50%; }

.section-heading { max-width: 860px; }
.section-heading h2, .compass-copy h2, .ribbon-intro h2, .team-copy h2, .safety-copy h2, .camp-copy h2 { margin: 0; font-size: clamp(3.1rem, 6vw, 7rem); }
.section-heading > p:last-child { max-width: 780px; color: var(--muted); font-size: 1.14rem; }

.club-context { padding: clamp(72px, 9vw, 145px) clamp(24px, 6vw, 96px); color: var(--paper-soft); background: var(--spruce); }
.club-context .kicker { color: var(--sun); }
.club-grid { display: grid; grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr); gap: clamp(30px, 6vw, 90px); align-items: start; margin-top: 54px; }
.poster { padding: 15px; background: var(--sun); border: 4px solid var(--paper-soft); transform: rotate(-2.5deg); box-shadow: 16px 16px 0 var(--river); }
.poster img { aspect-ratio: 4 / 5; object-fit: cover; }
.fact-board { padding: clamp(28px, 4vw, 58px); color: var(--ink); background: var(--paper-soft); border: 4px solid var(--sun); border-radius: 8px 46px 8px 46px; }
.fact-board p { font-size: clamp(1rem, 1.4vw, 1.22rem); }
.stamp { display: inline-block; margin: 0 0 20px !important; padding: 7px 12px; color: var(--paper-soft); background: var(--verm); transform: rotate(-1deg); font-size: .72rem !important; font-weight: 900; letter-spacing: .12em; }
.source-links { display: flex; flex-wrap: wrap; gap: 10px; margin: 26px 0; }
.source-links a { padding: 8px 12px; color: var(--spruce); border: 2px solid var(--river); border-radius: 999px; font-size: .78rem; font-weight: 800; text-decoration: none; }
.source-links a:hover, .source-links a:focus-visible { color: #fff; background: var(--river); }
.source-links.stacked { align-items: flex-start; flex-direction: column; }
.boundary { margin-top: 28px; padding: 22px; color: var(--paper-soft); background: var(--storm); border-left: 10px solid var(--sun); }

.compass-section { display: grid; grid-template-columns: 1.12fr .88fr; min-height: 680px; }
.wide-scene { min-height: 680px; }
.wide-scene img { height: 100%; object-fit: cover; }
.compass-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(48px, 6vw, 96px); background: var(--sun); }
.compass-copy p:not(.number-tag) { color: var(--ink); font-size: 1.14rem; }
.word-run { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.word-run span { padding: 6px 11px; border: 2px solid var(--spruce); border-radius: 3px; font-weight: 900; transform: rotate(-1deg); }
.word-run span:nth-child(even) { color: #fff; background: var(--spruce); transform: rotate(1deg); }

.deck-section { padding: clamp(72px, 9vw, 145px) clamp(24px, 6vw, 96px); overflow: hidden; }
.deck-layout { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr); gap: clamp(32px, 6vw, 90px); align-items: center; margin-top: 58px; }
.tilt-card { padding: 18px; border: 4px solid var(--spruce); transform: rotate(-1.4deg); }
.tilt-card.yellow { background: var(--sun); box-shadow: 18px 18px 0 var(--verm); }
.tilt-card img { aspect-ratio: 4 / 3; object-fit: cover; }
.tilt-card figcaption { padding: 18px 8px 5px; font-weight: 800; }
.deck-notes { display: grid; gap: 20px; }
.deck-notes article { padding: 25px 27px; border: 3px solid var(--spruce); border-radius: 4px 30px 4px 30px; }
.deck-notes article:nth-child(1) { background: var(--sun); }
.deck-notes article:nth-child(2) { color: #fff; background: var(--river); transform: translateX(28px); }
.deck-notes article:nth-child(3) { color: #fff; background: var(--storm); }
.deck-notes b { font-size: .74rem; letter-spacing: .13em; }
.deck-notes h3 { margin: 10px 0 8px; font-size: 2rem; }
.deck-notes p { margin: 0; }

.ribbon-section { position: relative; padding: clamp(74px, 9vw, 145px) clamp(24px, 6vw, 96px); color: #fff; background: var(--verm); overflow: hidden; }
.ribbon-section::before { content: ""; position: absolute; inset: auto -8% -30% 40%; height: 90%; border: 28px solid rgba(248,185,22,.25); border-radius: 50%; transform: rotate(-12deg); }
.ribbon-section .kicker { color: var(--sun); }
.ribbon-intro { position: relative; z-index: 1; max-width: 920px; }
.ribbon-intro p:last-child { max-width: 760px; font-size: 1.15rem; }
.ribbon-art { position: relative; z-index: 1; margin: 54px 0 38px; padding: 16px; background: var(--paper); border: 4px solid var(--spruce); box-shadow: 18px 18px 0 var(--sun); transform: rotate(.8deg); }
.ribbon-art img { max-height: 600px; object-fit: cover; }
.ribbon-steps { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; padding: 0; list-style: none; }
.ribbon-steps li { min-height: 170px; padding: 20px; color: var(--ink); background: var(--paper-soft); border: 3px solid var(--spruce); }
.ribbon-steps li:nth-child(1) { transform: rotate(-1.5deg); }
.ribbon-steps li:nth-child(2) { background: #d5f2ef; transform: rotate(1deg); }
.ribbon-steps li:nth-child(3) { background: #ffe59a; transform: rotate(-.4deg); }
.ribbon-steps li:nth-child(4) { color: #fff; background: var(--storm); transform: rotate(1.4deg); }
.ribbon-steps span { display: block; color: var(--verm); font-weight: 900; }
.ribbon-steps b { display: block; margin-top: 7px; font-family: var(--serif); font-size: 1.5rem; }
.ribbon-steps p { margin: 8px 0 0; font-size: .9rem; line-height: 1.4; }
.readback { position: relative; z-index: 1; margin: 42px 0 0; padding: 30px; color: var(--ink); background: var(--sun); border-left: 14px solid var(--spruce); font: 700 clamp(1.45rem, 3vw, 2.6rem)/1.25 var(--serif); }

.team-section, .safety-section, .camp-section { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; }
.split-image img, .safety-art img, .camp-art img { height: 100%; min-height: 700px; object-fit: cover; }
.team-copy, .safety-copy, .camp-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(52px, 7vw, 112px); }
.team-copy { background: var(--paper); }
.team-copy p:not(.number-tag), .camp-copy p:not(.number-tag) { color: var(--muted); font-size: 1.12rem; }
.brush-note { padding: 22px; border: 3px solid var(--river); border-radius: 30px 4px 30px 4px; }
.safety-section { color: #fff; background: var(--storm); }
.safety-section .kicker { color: var(--sun); }
.safety-copy li { margin: 12px 0; }
.safety-copy .source-links a { color: #fff; border-color: var(--sun); }
.safety-art { position: relative; }
.safety-art figcaption { position: absolute; left: 24px; right: 24px; bottom: 24px; padding: 18px; color: var(--ink); background: rgba(255,248,223,.93); border-left: 10px solid var(--sun); font-weight: 800; }
.camp-section { background: var(--sun); }
.quiet-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; margin: 24px 0 30px; }
.quiet-grid span { padding: 8px 10px; border: 2px solid var(--spruce); font-size: .76rem; font-weight: 900; text-transform: uppercase; }
.camp-copy .button { align-self: flex-start; }

footer { display: grid; grid-template-columns: 1.5fr .7fr 1fr; gap: 34px; padding: 56px clamp(24px, 6vw, 96px); color: var(--paper-soft); background: var(--spruce); border-top: 8px dashed var(--sun); font-size: .78rem; }
footer > div { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
footer img { width: 48px; height: 48px; border-radius: 12px; }
footer a { text-decoration-color: var(--sun); text-underline-offset: 4px; }

/* Privacy route */
.policy-page { background: var(--paper); }
.policy-header { position: sticky; top: 0; }
.policy-hero { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 6vw, 90px); align-items: center; padding: clamp(62px, 8vw, 126px) clamp(24px, 6vw, 96px) 72px; }
.policy-hero h1 { font-size: clamp(3.8rem, 7vw, 7.4rem); }
.policy-hero > div > p:last-child { max-width: 760px; color: var(--muted); font-size: 1.12rem; }
.policy-hero figure { padding: 14px; background: var(--river); border: 4px solid var(--spruce); border-radius: 46px 6px 46px 6px; transform: rotate(1.5deg); box-shadow: 15px 15px 0 var(--sun); }
.policy-hero figure img { aspect-ratio: 4 / 3; object-fit: cover; border-radius: 32px 3px 32px 3px; }
.policy-hero figcaption { padding: 14px 5px 3px; color: #fff; font-size: .83rem; font-weight: 800; }
.policy-index { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 0 clamp(24px, 6vw, 96px) 90px; padding: 3px; background: var(--spruce); border: 3px solid var(--spruce); }
.policy-index a { display: flex; align-items: center; gap: 13px; min-height: 70px; padding: 12px 16px; background: var(--paper-soft); text-decoration: none; }
.policy-index a:nth-child(3n+2) { background: #d7efea; }
.policy-index a:nth-child(3n) { background: #ffe59a; }
.policy-index b { display: grid; flex: 0 0 36px; height: 36px; place-items: center; color: #fff; background: var(--verm); border-radius: 50%; font-size: .72rem; }
.policy-index span { font-size: .82rem; font-weight: 800; line-height: 1.25; }
.policy-index a:hover, .policy-index a:focus-visible, .policy-index a.active { color: #fff; background: var(--spruce); }
.policy-course { position: relative; max-width: 1280px; margin: 0 auto; padding: 0 clamp(24px, 5vw, 72px) 100px; }
.policy-course::before { content: ""; position: absolute; top: 0; bottom: 0; left: clamp(48px, 8vw, 112px); width: 8px; background: repeating-linear-gradient(to bottom, var(--sun) 0 24px, var(--spruce) 24px 45px); }
.policy-marker { position: relative; display: grid; grid-template-columns: 64px 1fr; gap: 28px; margin: 0 0 26px; padding: 32px 38px 32px 24px; background: var(--paper-soft); border: 3px solid var(--spruce); border-radius: 8px 42px 8px 42px; box-shadow: 8px 8px 0 rgba(18,63,53,.1); scroll-margin-top: 120px; }
.policy-marker:nth-of-type(4n+2) { margin-left: 5%; border-color: var(--river); }
.policy-marker:nth-of-type(4n+3) { margin-left: 2%; border-color: var(--verm); }
.policy-marker:nth-of-type(4n) { margin-left: 7%; border-color: var(--storm); }
.marker-no { position: relative; z-index: 2; display: grid; width: 54px; height: 54px; place-items: center; color: var(--paper-soft); background: var(--verm); border: 5px solid var(--paper); border-radius: 50%; font-weight: 900; }
.policy-marker h2 { margin: 4px 0 12px; font-size: clamp(2rem, 4vw, 3.5rem); }
.policy-marker p { margin: 0; color: var(--muted); }
.policy-scene { margin: 50px 6% 62px 13%; padding: 15px; background: var(--sun); border: 4px solid var(--spruce); transform: rotate(-.8deg); }
.policy-scene:nth-of-type(even) { background: var(--river); transform: rotate(.8deg); }
.policy-scene img { max-height: 590px; object-fit: cover; }
.policy-scene figcaption { padding: 14px 6px 3px; font-weight: 800; }
.policy-scene:nth-of-type(even) figcaption { color: #fff; }
.policy-scene.finish { background: var(--verm); }
.policy-finish { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 14px; padding: 54px clamp(24px, 6vw, 96px); color: var(--paper-soft); background: var(--storm); }
.policy-finish p { flex-basis: 100%; margin: 0 0 12px; text-align: center; }
.policy-finish .outline { color: var(--paper-soft); border-color: var(--paper-soft); }
.policy-footer { grid-template-columns: 1fr 1fr; }

.reveal { opacity: 1; transform: none; }
.js-ready .reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.js-ready .reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .site-header { align-items: flex-start; }
  .site-header nav { flex-wrap: wrap; justify-content: flex-end; gap: 10px 18px; }
  .hero, .club-grid, .deck-layout, .policy-hero { grid-template-columns: 1fr; }
  .hero { min-height: 0; }
  .hero-art { max-width: 760px; }
  .compass-section, .team-section, .safety-section, .camp-section { grid-template-columns: 1fr; }
  .compass-copy { order: -1; }
  .wide-scene, .wide-scene img { min-height: 520px; }
  .split-image img, .safety-art img, .camp-art img { min-height: 520px; }
  .ribbon-steps { grid-template-columns: repeat(2, 1fr); }
  .policy-index { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
  body { font-size: 16px; }
  .site-header { position: relative; flex-direction: column; padding: 13px 18px 18px; }
  .site-header nav { justify-content: flex-start; }
  .site-header nav a:not(.nav-policy) { display: none; }
  .policy-header { position: sticky; flex-direction: row; align-items: center; }
  .wordmark span { font-size: .78rem; }
  .policy-header .button { padding: 8px 12px; font-size: .62rem; }
  .hero { grid-template-columns: minmax(0, 1fr); padding: 54px 18px 88px; }
  h1 { font-size: clamp(3.4rem, 18vw, 5.4rem); }
  .hero-art { padding: 10px; border-width: 3px; border-radius: 26px 5px 30px 7px; box-shadow: 10px 12px 0 var(--sun); }
  .hero-art figcaption { font-size: .78rem; }
  .club-context, .deck-section, .ribbon-section { padding-left: 18px; padding-right: 18px; }
  .club-grid { grid-template-columns: minmax(0, 1fr); }
  .section-heading h2, .compass-copy h2, .ribbon-intro h2, .team-copy h2, .safety-copy h2, .camp-copy h2 { font-size: clamp(2.9rem, 14vw, 4.4rem); }
  .fact-board { padding: 24px 20px; }
  .source-links { align-items: stretch; flex-direction: column; }
  .source-links a { text-align: center; }
  .wide-scene, .wide-scene img, .split-image img, .safety-art img, .camp-art img { min-height: 390px; }
  .compass-copy, .team-copy, .safety-copy, .camp-copy { padding: 54px 20px; }
  .deck-notes article:nth-child(2) { transform: none; }
  .ribbon-steps { grid-template-columns: 1fr; }
  .ribbon-steps li { min-height: 0; }
  .readback { padding: 22px; }
  .quiet-grid { grid-template-columns: 1fr; }
  footer, .policy-footer { grid-template-columns: 1fr; padding: 44px 20px; }
  .policy-hero { padding: 54px 18px 54px; }
  .policy-hero h1 { font-size: clamp(3.15rem, 16vw, 5rem); }
  .policy-index { grid-template-columns: 1fr; margin: 0 18px 68px; }
  .policy-course { padding: 0 18px 70px; }
  .policy-course::before { left: 40px; }
  .policy-marker, .policy-marker:nth-of-type(n) { grid-template-columns: 48px 1fr; gap: 14px; margin-left: 0; padding: 24px 18px 24px 12px; }
  .marker-no { width: 44px; height: 44px; border-width: 4px; }
  .policy-marker h2 { font-size: 1.8rem; }
  .policy-scene { margin: 40px 0 48px 34px; padding: 9px; }
}

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