:root {
  --navy: #071f38;
  --navy-soft: #0d3154;
  --green: #123e2a;
  --green-bright: #1d5a3d;
  --gold: #d2a846;
  --gold-dark: #a77d24;
  --cream: #fff9ea;
  --paper: #f4e5bd;
  --sky: #79cdf1;
  --ink: #10263a;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; }
button, input, textarea { font: inherit; }
img { display: block; max-width: 100%; }

.site-header {
  position: sticky; top: 0; z-index: 50; height: 76px; padding: 0 max(24px, calc((100vw - 1180px) / 2));
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  background: rgba(255, 249, 234, .94); border-bottom: 1px solid rgba(7,31,56,.12); backdrop-filter: blur(12px);
}
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; font-family: Georgia, serif; font-weight: 700; font-size: 18px; }
.brand > span:first-child { width: 36px; height: 36px; display: grid; place-items: center; color: var(--gold); background: var(--navy); border-radius: 50%; }
nav { display: flex; align-items: center; gap: 28px; }
nav a { text-decoration: none; font-size: 14px; font-weight: 700; }
.nav-cta { padding: 11px 18px; color: white; background: var(--green); border-radius: 6px; }

.hero {
  min-height: 710px; position: relative; overflow: hidden; display: grid; grid-template-columns: 1.08fr .72fr; gap: 68px;
  align-items: center; padding: 62px max(24px, calc((100vw - 1180px) / 2)) 76px;
  background: linear-gradient(145deg, #55bde8 0%, #a8e9fa 62%, #f8f0d6 100%);
}
.hero::before {
  content: ""; position: absolute; inset: auto 0 0; height: 160px; opacity: .2;
  background: repeating-linear-gradient(90deg, transparent 0 50px, var(--navy) 51px 53px, transparent 54px 92px);
  clip-path: polygon(0 72%, 6% 50%, 12% 65%, 18% 30%, 25% 62%, 34% 41%, 42% 69%, 50% 38%, 58% 62%, 66% 27%, 74% 61%, 83% 39%, 91% 70%, 100% 43%, 100% 100%, 0 100%);
}
.hero-copy, .hero-poster { position: relative; z-index: 2; }
.eyebrow, .overline { margin: 0 0 14px; color: var(--green); font-weight: 800; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow span { display: inline-block; margin-right: 12px; padding: 7px 10px; color: white; background: var(--navy); border-radius: 4px; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; }
h1 { margin: 0; max-width: 710px; color: var(--navy); font-size: clamp(52px, 6.5vw, 90px); line-height: .91; letter-spacing: -.055em; text-transform: uppercase; text-shadow: 0 2px 0 #fff7; }
h1 em { display: block; margin-top: 15px; color: var(--green); font-size: .47em; font-style: normal; letter-spacing: -.02em; }
.hero-lead { max-width: 660px; margin: 26px 0 24px; font-family: Georgia, serif; font-size: 21px; line-height: 1.55; }
.hero-date { display: flex; align-items: center; gap: 16px; margin-bottom: 26px; }
.date-day { display: grid; place-items: center; width: 74px; height: 74px; border-radius: 50%; color: white; background: var(--navy); font: 700 33px/1 Georgia, serif; box-shadow: 0 0 0 5px #fff7, 0 8px 24px #1236; }
.hero-date > span:last-child { display: flex; flex-direction: column; gap: 5px; font-size: 15px; text-transform: uppercase; letter-spacing: .07em; }
.hero-date strong { font-family: Georgia, serif; font-size: 21px; letter-spacing: 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 52px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 7px; text-decoration: none; font-weight: 800; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--green); box-shadow: 0 8px 22px rgba(18,62,42,.23); }
.button-primary:hover { background: var(--green-bright); box-shadow: 0 11px 26px rgba(18,62,42,.3); }
.button-secondary { color: var(--navy); border: 2px solid var(--navy); background: #fff5; }
.hero-note { margin: 15px 0 0; font-size: 13px; font-weight: 700; }
.hero-poster { justify-self: end; width: min(340px, 100%); padding: 12px; background: #f8e7bd; box-shadow: 0 26px 60px rgba(7,31,56,.28); transform: rotate(1.5deg); }
.hero-poster img { width: 100%; aspect-ratio: 1055/1491; object-fit: cover; }
.poster-pin { position: absolute; z-index: 2; top: -8px; left: calc(50% - 11px); width: 22px; height: 22px; border-radius: 50%; background: radial-gradient(circle at 35% 30%, #fff6 0 12%, var(--gold) 16% 55%, var(--gold-dark) 60%); box-shadow: 0 3px 7px #0005; }
.poster-caption { display: block; padding: 12px 4px 2px; text-align: center; font: italic 13px Georgia, serif; }
.hero-cloud { position: absolute; border-radius: 50%; background: #fff8; filter: blur(1px); }
.cloud-one { width: 330px; height: 92px; top: 10%; right: 22%; }
.cloud-two { width: 260px; height: 68px; top: 46%; left: -80px; }

.facts { position: relative; z-index: 4; max-width: 1180px; margin: -28px auto 0; display: grid; grid-template-columns: repeat(4, 1fr); color: white; background: var(--navy); box-shadow: 0 16px 45px rgba(7,31,56,.18); }
.facts article { min-height: 116px; padding: 27px 24px; display: flex; align-items: center; gap: 17px; border-right: 1px solid #ffffff20; }
.facts article:last-child { border: 0; }
.fact-icon { flex: 0 0 auto; width: 42px; height: 42px; display: grid; place-items: center; color: var(--gold); border: 1px solid #d2a84677; border-radius: 50%; font: 24px Georgia, serif; }
.facts small, .facts strong { display: block; }
.facts small { margin-bottom: 5px; color: var(--gold); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.facts strong { font: 700 16px/1.35 Georgia, serif; }

.section { max-width: 1180px; margin: 0 auto; padding: 104px 24px; }
.section-heading { max-width: 720px; margin: 0 auto 50px; text-align: center; }
.section-heading h2, .details h2, .registration h2 { margin: 0 0 18px; color: var(--navy); font-size: clamp(36px, 5vw, 58px); line-height: 1.05; letter-spacing: -.04em; }
.section-heading > p:last-child { margin: 0; font: 18px/1.7 Georgia, serif; }
.adventure-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.story-card { position: relative; min-height: 280px; padding: 34px 31px; background: white; border: 1px solid #d8caa7; border-radius: 4px; box-shadow: 0 12px 30px rgba(7,31,56,.07); }
.story-card.featured { color: white; background: var(--green); border-color: var(--green); transform: translateY(-14px); }
.card-number { color: var(--gold); font: italic 700 40px Georgia, serif; }
.story-card h3 { margin: 34px 0 12px; font-size: 25px; }
.story-card p { margin: 0; line-height: 1.7; }

.details { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.parchment { padding: 48px; background: radial-gradient(circle at 90% 0, #fff8, transparent 30%), repeating-linear-gradient(100deg, #fff0 0 20px, #9b6e1710 21px), var(--paper); border: 1px solid #c5a55f; box-shadow: inset 0 0 28px #a77d241c; }
.address { margin: 25px 0; font: 22px/1.5 Georgia, serif; }
dl { margin: 25px 0; }
dl div { display: flex; justify-content: space-between; gap: 20px; padding: 14px 0; border-bottom: 1px solid #a77d2444; }
dt { font-weight: 800; }
dd { margin: 0; text-align: right; }
.text-link { display: inline-flex; gap: 8px; color: var(--green); font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }
.details-side { display: grid; gap: 24px; }
.bring-card { padding: 38px 40px; color: white; background: var(--navy); }
.bring-card h3, .reward-card h3 { margin: 0 0 20px; font-size: 27px; }
.bring-card .overline, .reward-card .overline { color: var(--gold); }
.bring-card ul { margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 13px 20px; list-style: none; }
.bring-card li { display: flex; align-items: center; gap: 8px; }
.bring-card li span { color: var(--gold); font-size: 22px; }
.reward-card { padding: 32px 38px; display: flex; align-items: center; gap: 26px; color: white; background: var(--green); }
.reward-card h3 { margin-bottom: 9px; }
.reward-card p:last-child { margin: 0; line-height: 1.55; }
.coin { flex: 0 0 auto; width: 92px; height: 92px; display: grid; place-items: center; border: 7px double var(--gold-dark); border-radius: 50%; color: var(--navy); background: radial-gradient(circle at 35% 30%, #fff7, var(--gold) 62%, var(--gold-dark)); font: 700 35px Georgia, serif; box-shadow: 0 5px 15px #0003; }

.registration { max-width: none; padding-left: max(24px, calc((100vw - 1180px) / 2)); padding-right: max(24px, calc((100vw - 1180px) / 2)); display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; background: linear-gradient(135deg, var(--navy), #0e3a5e); color: white; }
.registration h2 { color: white; }
.registration-intro > p:not(.overline) { max-width: 470px; font: 18px/1.7 Georgia, serif; }
.registration .overline { color: var(--gold); }
.contact-box { margin-top: 35px; padding: 25px 0; display: grid; gap: 9px; border-top: 1px solid #ffffff2b; border-bottom: 1px solid #ffffff2b; }
.contact-box span { color: var(--gold); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact-box a { width: fit-content; font-family: Georgia, serif; font-size: 18px; text-decoration: none; }
.registration-form { padding: 38px; color: var(--ink); background: var(--cream); border-top: 5px solid var(--gold); box-shadow: 0 18px 45px #0003; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 19px; }
.registration-form label { display: flex; flex-direction: column; gap: 8px; font-size: 13px; font-weight: 800; }
.registration-form label > span { color: #a33; }
.span-2 { grid-column: span 2; }
.registration-form input, .registration-form textarea { width: 100%; padding: 14px 15px; color: var(--ink); background: white; border: 1px solid #bdaf8d; border-radius: 4px; outline: none; }
.registration-form input:focus, .registration-form textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px #1d5a3d20; }
.registration-form textarea { resize: vertical; }
.submit-button { width: 100%; margin-top: 25px; }
.submit-button:disabled { opacity: .65; cursor: wait; }
.form-privacy { margin: 12px 0 0; color: #65717b; font-size: 12px; text-align: center; }
.form-message { margin: 16px 0 0; padding: 13px; border-radius: 4px; font-weight: 700; text-align: center; }
.form-message.success { color: #18552f; background: #e0f2e6; }
.form-message.error { color: #811f1f; background: #f8dddd; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }

.posters { padding-bottom: 80px; }
.poster-grid { max-width: 900px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: start; }
.poster-grid a { padding: 12px; text-decoration: none; background: white; box-shadow: 0 15px 40px rgba(7,31,56,.14); transition: transform .2s; }
.poster-grid a:hover { transform: translateY(-5px); }
.poster-grid img { width: 100%; aspect-ratio: 1055/1491; object-fit: cover; object-position: top; }
.poster-grid span { padding: 16px 7px 6px; display: flex; justify-content: space-between; gap: 10px; font-family: Georgia, serif; }
.poster-grid b { color: var(--green); }
.paper-option { max-width: 760px; margin: 40px auto 0; padding: 17px 20px; text-align: center; background: var(--paper); border-left: 4px solid var(--gold); font-weight: 700; }

footer { padding: 52px max(24px, calc((100vw - 1180px) / 2)); display: grid; grid-template-columns: 1fr auto; gap: 16px 35px; align-items: center; color: white; background: var(--green); }
.footer-brand { display: flex; align-items: center; gap: 12px; font-family: Georgia, serif; font-size: 18px; }
.footer-brand span { color: var(--gold); font-size: 27px; }
footer p { margin: 0; color: #ffffffb8; font-size: 13px; }
footer > div:last-child { grid-row: 1 / 3; grid-column: 2; display: flex; gap: 20px; }
footer a { color: white; font-size: 13px; font-weight: 700; text-decoration: none; }

@media (max-width: 900px) {
  nav > a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr .55fr; gap: 35px; }
  .facts { margin-left: 18px; margin-right: 18px; grid-template-columns: 1fr 1fr; }
  .facts article:nth-child(2) { border-right: 0; }
  .facts article:nth-child(-n+2) { border-bottom: 1px solid #ffffff20; }
  .adventure-grid { grid-template-columns: 1fr; }
  .story-card { min-height: 0; }
  .story-card.featured { transform: none; }
  .details, .registration { grid-template-columns: 1fr; }
  .registration { gap: 45px; }
}

@media (max-width: 640px) {
  .site-header { height: 66px; padding: 0 18px; }
  .brand { font-size: 15px; }
  .brand > span:first-child { width: 32px; height: 32px; }
  .nav-cta { padding: 10px 13px; font-size: 13px; }
  .hero { min-height: 0; padding: 48px 20px 65px; display: flex; flex-direction: column; align-items: stretch; }
  .eyebrow { line-height: 1.5; }
  .eyebrow span { margin-bottom: 6px; }
  h1 { font-size: clamp(43px, 15vw, 64px); }
  .hero-lead { font-size: 18px; }
  .hero-poster { justify-self: center; width: min(310px, 88vw); margin: 25px auto 0; }
  .button { width: 100%; }
  .facts { margin-top: -20px; grid-template-columns: 1fr; }
  .facts article { min-height: 92px; padding: 20px; border-right: 0; border-bottom: 1px solid #ffffff20; }
  .section { padding: 78px 20px; }
  .section-heading { margin-bottom: 36px; }
  .section-heading h2, .details h2, .registration h2 { font-size: 38px; }
  .story-card, .parchment, .bring-card, .reward-card { padding: 30px 25px; }
  .reward-card { align-items: flex-start; flex-direction: column; }
  .registration { padding-left: 20px; padding-right: 20px; }
  .registration-form { padding: 25px 20px; margin-left: -4px; margin-right: -4px; }
  .form-grid { grid-template-columns: 1fr; }
  .span-2 { grid-column: auto; }
  .poster-grid { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; text-align: center; }
  .footer-brand { justify-content: center; }
  footer > div:last-child { grid-row: auto; grid-column: auto; justify-content: center; flex-wrap: wrap; }
}

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