:root {
  --green: #0c7a3e;
  --green-dark: #07532d;
  --lime: #c8df00;
  --yellow: #f4d421;
  --ink: #18333a;
  --muted: #687579;
  --cream: #f7f7f1;
  --paper: #fffef9;
  --line: rgba(24, 51, 58, .12);
  --shadow: 0 24px 55px rgba(15, 62, 46, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.55; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1120px, calc(100% - 48px)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(247,247,241,.92); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 78px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-weight: 800; letter-spacing: .08em; color: var(--green-dark); }
.brand img { width: 160px; height: auto; }
.brand span { border-left: 1px solid var(--line); padding-left: 12px; }
.main-nav { display: flex; align-items: center; gap: 22px; font-size: 14px; font-weight: 700; }
.main-nav a { text-decoration: none; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--green); }
.nav-download { color: var(--green); border: 1px solid rgba(12,122,62,.3); padding: 9px 13px; border-radius: 999px; }
.nav-admin { color: var(--green-dark); }
.hero { display: grid; grid-template-columns: 1fr 260px; align-items: end; gap: 64px; padding-block: 100px 88px; }
.eyebrow, .slide-kicker { margin: 0 0 16px; color: var(--green); font-size: 12px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.045em; line-height: 1.02; }
h1 { max-width: 690px; margin-bottom: 24px; font-size: clamp(3.4rem, 7vw, 6.6rem); font-weight: 850; }
.hero-lead { max-width: 680px; margin-bottom: 30px; color: #42565a; font-size: 1.15rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 11px 18px; border: 1px solid transparent; border-radius: 999px; font-weight: 800; text-decoration: none; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { background: var(--green); color: white; }
.button-primary:hover, .button-primary:focus-visible { background: var(--green-dark); }
.button-secondary { border-color: rgba(12,122,62,.28); color: var(--green-dark); }
.button-secondary:hover, .button-secondary:focus-visible { background: white; }
.hero-note { display: grid; gap: 7px; padding: 28px; background: var(--lime); border-radius: 26px 26px 8px 26px; transform: rotate(2deg); box-shadow: var(--shadow); }
.note-number { font-size: 5.5rem; font-weight: 900; line-height: .85; letter-spacing: -.08em; }
.note-label { max-width: 135px; font-weight: 800; line-height: 1.15; }
.note-rule { width: 45px; height: 4px; margin-block: 17px 8px; background: var(--green-dark); }
.note-small { font-size: 13px; }
.viewer-section { padding-block: 86px 98px; background: var(--green-dark); color: white; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 32px; }
.section-heading .eyebrow { color: var(--lime); }
h2 { margin-bottom: 0; font-size: clamp(2.2rem, 4vw, 4rem); }
.section-intro { max-width: 350px; margin-bottom: 4px; color: rgba(255,255,255,.72); }
.viewer { overflow: hidden; background: var(--paper); color: var(--ink); border-radius: 24px; box-shadow: 0 32px 80px rgba(0,0,0,.22); }
.viewer-topbar { display: flex; justify-content: space-between; align-items: center; padding: 14px 22px; background: #f1f2e9; color: var(--muted); font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.slides { display: grid; gap: 18px; padding: 18px; background: #dfe6dd; }
.slide { min-height: 590px; padding: 68px 72px; position: relative; border-radius: 18px; scroll-margin-top: 100px; }
.slide h3 { max-width: 680px; margin-bottom: 20px; font-size: clamp(2.5rem, 5vw, 5rem); }
.slide-copy { max-width: 510px; }
.slide-copy > p:not(.slide-kicker):not(.slide-footnote) { color: #52666a; font-size: 1.12rem; }
.slide-footnote { margin-top: 30px; color: var(--muted); font-size: 13px; }
.slide-cover { display: grid; align-content: space-between; background: radial-gradient(circle at 80% 20%, rgba(200,223,0,.5), transparent 34%), linear-gradient(135deg, #f8f9ef, #e6f0dd); }
.slide-cover h3 { color: var(--green-dark); }
.slide-cover h3 em { color: var(--green); font-style: normal; }
.cover-mark { color: var(--green); font-size: 1.4rem; font-weight: 900; letter-spacing: .15em; }
.slide-summary { max-width: 340px; color: var(--muted); font-size: 1.1rem; }
.slide-index { position: absolute; right: 72px; bottom: 54px; color: var(--green); font-size: 5rem; font-weight: 900; letter-spacing: -.08em; opacity: .18; }
.slide-activities { display: grid; grid-template-columns: .9fr 1.5fr; gap: 54px; align-items: center; background: #fffef9; }
.activity-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; }
.activity-item { min-width: 0; overflow: hidden; border-radius: 12px; background: #eef3e5; }
.activity-item img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.activity-item span { display: block; padding: 8px 9px 10px; font-size: 12px; font-weight: 800; line-height: 1.15; }
.activity-item b { display: inline-block; margin-left: 3px; color: var(--green); font-size: 9px; text-transform: uppercase; }
.slide-uniforms { display: grid; grid-template-columns: .9fr 1.1fr; gap: 50px; align-items: center; background: #f8f9ef; }
.price-row { display: flex; gap: 12px; margin-top: 28px; }
.price-row span { display: grid; gap: 1px; min-width: 112px; padding: 15px 18px; border-radius: 14px; background: var(--lime); }
.price-row strong { font-size: 2rem; line-height: 1; }
.price-row small { font-weight: 700; }
.slide-photo { margin: 0; }
.slide-photo img { width: 100%; height: 360px; object-fit: cover; border-radius: 18px; }
.slide-photo figcaption { margin-top: 10px; color: var(--muted); font-size: 12px; }
.slide-photo-layout { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 64px; background: #fffef9; }
.slide-photo-layout:nth-of-type(even) { background: #f8f9ef; }
.slide-photo-layout .slide-copy ul { display: grid; gap: 10px; padding-left: 20px; color: #42565a; font-weight: 700; }
.slide-thanks { display: grid; place-items: center; align-content: center; text-align: center; background: var(--lime); }
.slide-thanks .slide-kicker { color: var(--green-dark); }
.slide-thanks h3 { max-width: 650px; color: var(--green-dark); }
.slide-thanks p:not(.slide-kicker) { max-width: 430px; margin-bottom: 28px; color: #314c36; font-size: 1.1rem; }
.button-light { background: white; color: var(--green-dark); }
.viewer-controls { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 22px; background: #f1f2e9; }
.control-button { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(24,51,58,.15); border-radius: 50%; background: white; color: var(--green-dark); font-size: 1.2rem; cursor: pointer; }
.control-button:hover, .control-button:focus-visible { border-color: var(--green); background: var(--green); color: white; }
.dots { display: flex; flex-wrap: wrap; justify-content: center; gap: 7px; }
.dot { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 50%; background: #b9c5bc; cursor: pointer; }
.dot[aria-selected="true"] { width: 25px; border-radius: 10px; background: var(--green); }
.closing { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; padding-block: 110px; }
.closing p { max-width: 430px; margin: 0; color: #53666a; font-size: 1.2rem; }
.site-footer { padding-block: 27px; background: #062f20; color: rgba(255,255,255,.75); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 14px; }
.footer-inner div { display: grid; gap: 2px; }
.footer-inner strong { color: white; }
.footer-inner span { font-size: 12px; }
.footer-inner a { color: var(--lime); text-decoration: none; }
@media (max-width: 850px) {
  .container { width: min(100% - 32px, 680px); }
  .header-inner { min-height: 70px; }
  .main-nav a:not(.nav-download) { display: none; }
  .hero { grid-template-columns: 1fr; gap: 40px; padding-block: 70px; }
  .hero-note { width: min(260px, 80%); }
  .section-heading, .closing { grid-template-columns: 1fr; display: grid; gap: 18px; }
  .slide { min-height: 620px; }
  .slide, .slide-activities, .slide-uniforms, .slide-photo-layout { display: grid; grid-template-columns: 1fr; gap: 32px; padding: 42px 28px; align-content: center; }
  .slide-photo img { height: 260px; }
  .activity-grid { grid-template-columns: repeat(4, 1fr); gap: 8px; }
  .slide-index { right: 28px; bottom: 28px; font-size: 3rem; }
  .closing { padding-block: 80px; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 480px) {
  h1 { font-size: 3.1rem; }
  .brand img { width: 132px; }
  .brand span { display: none; }
  .nav-download { padding: 8px 10px; font-size: 12px; }
  .activity-grid { grid-template-columns: repeat(2, 1fr); }
  .slide, .slide-activities, .slide-uniforms, .slide-photo-layout { min-height: 680px; }
  .slide { min-height: 680px; }
  .dots { gap: 5px; }
  .dot { width: 6px; height: 6px; }
}
