:root {
  --navy: #102b52;
  --navy-deep: #091d38;
  --blue: #1e4f88;
  --pink: #ec315b;
  --green: #4cad60;
  --peach: #e89475;
  --cream: #f7f5ef;
  --paper: #ffffff;
  --ink: #13223a;
  --muted: #5c6879;
  --line: #dce2e9;
  --radius: 20px;
  --shadow: 0 18px 45px rgba(9, 29, 56, .11);
  --wrap: min(1160px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
:focus-visible { outline: 3px solid #ffbd44; outline-offset: 4px; }
.wrap { width: var(--wrap); margin-inline: auto; }
.narrow { max-width: 810px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; left: 16px; top: -80px; padding: 12px 18px; border-radius: 0 0 10px 10px; color: white; background: var(--pink); font-weight: 800; text-decoration: none; transition: top .2s; }
.skip-link:focus { top: 0; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: 72px; color: white; background: rgba(9, 29, 56, .92); border-bottom: 1px solid rgba(255,255,255,.12); backdrop-filter: blur(12px); }
.nav-shell { width: var(--wrap); height: 100%; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: white; font-size: .95rem; text-decoration: none; letter-spacing: -.01em; }
.brand-mark { position: relative; display: block; flex: 0 0 42px; width: 42px; height: 42px; overflow: hidden; border-radius: 10px; }
.brand-mark img { position: absolute; top: -37%; left: -18.5%; width: 137%; max-width: none; }
.main-nav { display: flex; align-items: center; gap: 30px; }
.main-nav a { position: relative; color: rgba(255,255,255,.82); font-size: .9rem; font-weight: 650; text-decoration: none; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--pink); transition: right .2s ease; }
.main-nav a:hover, .main-nav a[aria-current="true"] { color: white; }
.main-nav a:hover::after, .main-nav a[aria-current="true"]::after { right: 0; }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 11px; border: 0; background: transparent; color: white; cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px auto; background: currentColor; border-radius: 2px; transition: transform .2s, opacity .2s; }

.hero { position: relative; min-height: 710px; padding: 126px 0 72px; overflow: hidden; color: white; background: var(--navy); }
.hero::before { content: ""; position: absolute; width: 570px; height: 570px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; right: -180px; top: 90px; box-shadow: 0 0 0 100px rgba(255,255,255,.025), 0 0 0 210px rgba(255,255,255,.018); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 5px; background: linear-gradient(90deg, var(--pink) 0 25%, var(--green) 25% 50%, var(--blue) 50% 75%, var(--peach) 75%); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: clamp(30px, 6vw, 90px); }
.eyebrow, .section-kicker { margin: 0 0 14px; color: var(--pink); font-size: .77rem; line-height: 1.2; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.hero h1 { margin: 0; font-size: clamp(3.1rem, 7vw, 6rem); line-height: .93; letter-spacing: -.065em; }
.hero h1 span { color: transparent; -webkit-text-stroke: 1.5px rgba(255,255,255,.75); }
.hero-lead { margin: 25px 0 30px; color: rgba(255,255,255,.86); font-size: clamp(1.25rem, 2.2vw, 1.8rem); line-height: 1.25; letter-spacing: -.02em; }
.event-facts { display: grid; gap: 10px; max-width: 520px; }
.fact { display: flex; align-items: center; gap: 13px; color: rgba(255,255,255,.78); font-size: .93rem; line-height: 1.4; }
.fact svg { flex: 0 0 37px; width: 37px; height: 37px; padding: 8px; border: 1px solid rgba(255,255,255,.18); border-radius: 10px; fill: none; stroke: white; stroke-width: 1.6; }
.fact strong { color: white; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 10px; padding: 12px 22px; border: 1px solid transparent; border-radius: 11px; font-size: .94rem; font-weight: 800; text-align: center; text-decoration: none; transition: transform .2s, background-color .2s, border-color .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--pink); box-shadow: 0 8px 22px rgba(236,49,91,.22); }
.button-primary:hover { background: #d9224c; box-shadow: 0 10px 28px rgba(236,49,91,.32); }
.button-ghost { color: white; border-color: rgba(255,255,255,.36); background: rgba(255,255,255,.04); }
.button-ghost:hover { border-color: white; background: rgba(255,255,255,.09); }
.button-light { color: var(--navy-deep); background: white; }
.button-light:hover { background: var(--cream); }
.hero-art { position: relative; justify-self: center; width: min(100%, 450px); aspect-ratio: 1; overflow: hidden; }
.hero-art img { position: absolute; z-index: 1; top: -37%; left: -18.5%; width: 137%; max-width: none; filter: drop-shadow(0 26px 40px rgba(0,0,0,.24)); }
.route-dots { position: absolute; z-index: 2; right: 3px; top: 9%; display: grid; gap: 8px; }
.route-dots i { width: 13px; height: 13px; border: 3px solid white; border-radius: 50%; background: var(--pink); }
.route-dots i:nth-child(2) { background: var(--green); }
.route-dots i:nth-child(3) { background: var(--blue); }
.route-dots i:nth-child(4) { background: var(--peach); }

.section { padding: 100px 0; }
.section h2 { margin: 0; color: var(--navy); font-size: clamp(2.15rem, 4.5vw, 3.65rem); line-height: 1.04; letter-spacing: -.05em; }
.intro { text-align: center; background: var(--cream); }
.intro-copy { margin: 30px auto 15px; color: var(--ink); font-size: clamp(1.14rem, 2vw, 1.42rem); line-height: 1.6; }
.intro p:last-child { max-width: 700px; margin: 0 auto; color: var(--muted); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 46px; }
.section-heading > p { max-width: 330px; margin: 0; color: var(--muted); }

.routes { background: white; }
.route-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.route-card { position: relative; min-height: 470px; padding: 28px 25px 25px; border-right: 1px solid var(--line); }
.route-card:last-child { border: 0; }
.route-card::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 5px; background: var(--accent); }
.route-life { --accent: var(--pink); }
.route-environment { --accent: var(--green); }
.route-peace { --accent: var(--blue); }
.route-health { --accent: var(--peach); }
.route-icon { display: grid; place-items: center; width: 49px; height: 49px; border-radius: 14px; color: var(--accent); background: color-mix(in srgb, var(--accent) 12%, white); }
.route-icon svg { width: 26px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.route-number { position: absolute; right: 24px; top: 23px; margin: 0; color: #b8c0ca; font-size: .75rem; font-weight: 850; letter-spacing: .12em; }
.route-card h3 { margin: 28px 0 16px; color: var(--navy); font-size: 1.55rem; line-height: 1.08; letter-spacing: -.03em; }
.route-card > p:not(.route-number) { color: var(--muted); font-size: .93rem; line-height: 1.55; }
.route-activity { position: absolute; inset: auto 25px 25px; padding-top: 18px; border-top: 1px solid var(--line); }
.route-activity strong, .route-activity span { display: block; }
.route-activity strong { margin-bottom: 4px; color: var(--accent); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.route-activity span { color: var(--ink); font-size: .86rem; line-height: 1.45; }
.team-callout { display: grid; grid-template-columns: 1.3fr .7fr; gap: 60px; margin-top: 30px; padding: 42px; border-radius: var(--radius); color: white; background: var(--navy); }
.team-callout h3 { margin: 0 0 8px; font-size: 1.7rem; }
.team-callout p:not(.section-kicker) { max-width: 610px; margin: 0; color: rgba(255,255,255,.74); }
.deadline { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding-left: 38px; border-left: 1px solid rgba(255,255,255,.18); }
.deadline > span { color: rgba(255,255,255,.66); font-size: .83rem; }
.deadline > strong { margin-bottom: 16px; font-size: 1.16rem; }

.registration { background: var(--cream); }
.registration-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(340px, .8fr); gap: 28px; align-items: stretch; }
.registration-main { padding: 38px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.dates-row, .price-row { display: grid; grid-template-columns: 1fr 1fr; }
.dates-row { padding-bottom: 28px; border-bottom: 1px solid var(--line); }
.dates-row > div + div, .price-row > div + div { padding-left: 30px; border-left: 1px solid var(--line); }
.dates-row span, .dates-row strong, .price-row span, .price-row strong { display: block; }
.dates-row span, .price-row span { color: var(--muted); font-size: .78rem; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.dates-row strong { margin-top: 3px; color: var(--navy); font-size: 1.25rem; }
.price-row { padding: 30px 0; }
.price-row strong { margin: 6px 0 4px; color: var(--navy); font-size: clamp(2rem, 4vw, 3rem); line-height: 1; letter-spacing: -.05em; }
.price-row small, .shirt-price small { font-size: .43em; letter-spacing: 0; }
.price-row p { max-width: 240px; margin: 0; color: var(--muted); font-size: .85rem; }
.included { display: flex; gap: 12px; margin: 0; padding: 20px; border-radius: 13px; color: #334259; background: #eef2f6; font-size: .9rem; }
.included svg { flex: 0 0 25px; width: 25px; height: 25px; padding: 4px; border-radius: 50%; fill: none; stroke: white; stroke-width: 2.2; background: var(--green); }
.payment { padding: 35px; border-radius: var(--radius); color: white; background: var(--navy); box-shadow: var(--shadow); }
.payment h3 { margin: 0 0 22px; font-size: 1.65rem; }
.payment dl { margin: 0 0 22px; }
.payment dl div { display: flex; justify-content: space-between; gap: 20px; padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.payment dt { color: rgba(255,255,255,.62); }
.payment dd { margin: 0; font-weight: 750; }
.copy-field { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 12px 12px 15px; border-radius: 11px; background: rgba(255,255,255,.09); }
.copy-field div { min-width: 0; }
.copy-field span { display: block; color: rgba(255,255,255,.59); font-size: .72rem; }
.copy-field a { display: block; overflow: hidden; font-size: .86rem; font-weight: 700; text-overflow: ellipsis; }
.copy-field button { flex: none; padding: 7px 10px; border: 0; border-radius: 7px; color: var(--navy); background: white; font-size: .72rem; font-weight: 800; cursor: pointer; }
.receipt { margin: 20px 0; color: rgba(255,255,255,.62); font-size: .83rem; }
.receipt a { color: white; font-weight: 700; }
.warning { margin: 0; padding: 13px 15px; border-left: 3px solid var(--peach); color: white; background: rgba(232,148,117,.12); font-size: .8rem; }
.copy-status { min-height: 1.2em; margin: 8px 0 -10px; color: #b7efc0; font-size: .75rem; }

.shirt { overflow: hidden; background: white; }
.shirt-grid { display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: 70px; }
.shirt-art { position: relative; min-width: 0; padding: 35px; border-radius: var(--radius); background: #f0f2f5; }
.shirt-art::before { content: ""; position: absolute; width: 55%; aspect-ratio: 1; left: 22%; top: 16%; border-radius: 50%; background: white; }
.shirt-art img { position: relative; z-index: 1; width: 100%; mix-blend-mode: multiply; }
.shirt-copy h2 { margin-bottom: 30px; }
.shirt-price { padding-bottom: 23px; border-bottom: 1px solid var(--line); }
.shirt-price span, .shirt-price strong { display: block; }
.shirt-price span { color: var(--muted); font-size: .8rem; text-transform: uppercase; letter-spacing: .08em; }
.shirt-price strong { color: var(--pink); font-size: 3.2rem; line-height: 1.1; letter-spacing: -.05em; }
.size-list { display: flex; flex-wrap: wrap; gap: 8px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.size-list span { display: inline-flex; min-width: 42px; min-height: 42px; align-items: center; justify-content: center; padding: 7px 12px; border: 1px solid var(--line); border-radius: 8px; color: var(--navy); font-size: .83rem; font-weight: 800; }
.size-list .size-extra { width: 100%; justify-content: flex-start; border: 0; padding: 4px 0 0; color: var(--muted); font-weight: 650; }
.shirt-deadlines { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; padding-top: 24px; }
.shirt-deadlines p { margin: 0; }
.shirt-deadlines span, .shirt-deadlines strong { display: block; }
.shirt-deadlines span { color: var(--muted); font-size: .76rem; text-transform: uppercase; letter-spacing: .06em; }
.shirt-deadlines strong { color: var(--navy); }

.categories { background: var(--cream); }
.categories h2 { margin-bottom: 38px; }
.category-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.category-grid article { padding: 36px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.category-label { margin: 0; color: var(--pink); font-size: .76rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.category-grid h3 { margin: 10px 0 22px; color: var(--navy); font-size: 1.6rem; }
.check-list { display: grid; gap: 13px; margin: 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 28px; color: var(--muted); }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 1px; display: grid; place-items: center; width: 19px; height: 19px; border-radius: 50%; color: white; background: var(--green); font-size: .7rem; font-weight: 900; }

.rules { background: white; }
.rules-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(50px, 9vw, 120px); align-items: start; }
.rules-intro { position: sticky; top: 110px; }
.rules-intro > p:not(.section-kicker) { color: var(--muted); }
.text-link { display: inline-block; margin-top: 12px; color: var(--navy); font-weight: 800; text-underline-offset: 5px; }
.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 23px 2px; color: var(--navy); font-weight: 800; cursor: pointer; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { position: relative; flex: 0 0 28px; width: 28px; height: 28px; border: 1px solid var(--line); border-radius: 50%; }
.accordion summary span::before, .accordion summary span::after { content: ""; position: absolute; width: 10px; height: 1.5px; left: 8px; top: 12px; background: var(--navy); transition: transform .2s; }
.accordion summary span::after { transform: rotate(90deg); }
.accordion details[open] summary span::after { transform: rotate(0); }
.accordion details p { margin: -6px 45px 23px 2px; color: var(--muted); font-size: .94rem; }

.site-footer { padding: 50px 0; color: white; background: var(--navy-deep); border-top: 5px solid var(--pink); }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr auto; align-items: center; gap: 40px; }
.footer-brand { display: grid; gap: 14px; }
.footer-logos { display: flex; align-items: center; gap: 16px; min-height: 58px; }
.footer-logos span { width: 1px; height: 38px; background: rgba(255,255,255,.2); }
.footer-logos img { height: auto; object-fit: contain; }
.footer-logos .region-logo { width: 88px; }
.footer-logos .servir-logo { width: 92px; }
.footer-brand strong { font-size: .93rem; }
.footer-brand p, .footer-credit p { margin: 4px 0; color: rgba(255,255,255,.6); font-size: .76rem; }
.footer-credit a { color: white; font-weight: 750; }
.social-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px 14px; }
.social-links a { color: rgba(255,255,255,.72); font-size: .78rem; font-weight: 700; text-underline-offset: 4px; }
.social-links a:hover { color: white; }

@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr .8fr; gap: 25px; }
  .route-grid { grid-template-columns: 1fr 1fr; }
  .route-card:nth-child(2) { border-right: 0; }
  .route-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .registration-grid { grid-template-columns: 1fr; }
  .shirt-grid { gap: 35px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .social-links { grid-column: 1 / -1; justify-content: flex-start; }
}

@media (max-width: 760px) {
  :root { --wrap: min(100% - 28px, 620px); }
  html { scroll-padding-top: 70px; }
  .site-header { height: 64px; }
  .menu-toggle { display: block; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 64px 0 auto; display: grid; gap: 0; padding: 12px 20px 22px; background: var(--navy-deep); border-top: 1px solid rgba(255,255,255,.1); transform: translateY(-130%); visibility: hidden; transition: transform .25s, visibility .25s; }
  .main-nav.open { transform: translateY(0); visibility: visible; }
  .main-nav a { padding: 14px 6px; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 1rem; }
  .main-nav a::after { display: none; }
  .hero { min-height: auto; padding: 98px 0 62px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-content { display: contents; }
  .hero .eyebrow { order: 1; }
  .hero h1 { order: 2; font-size: clamp(3.1rem, 15vw, 4.6rem); }
  .hero-lead { order: 3; margin: 16px 0 10px; }
  .hero-art { order: 4; width: min(68vw, 285px); margin: 4px auto 8px; }
  .event-facts { order: 5; }
  .hero-actions { order: 6; display: grid; }
  .hero-actions .button { width: 100%; }
  .section { padding: 72px 0; }
  .section-heading { display: block; margin-bottom: 30px; }
  .section-heading > p { margin-top: 16px; }
  .section-heading > .button { width: 100%; margin-top: 24px; }
  .route-grid { grid-template-columns: 1fr; }
  .route-card, .route-card:nth-child(2), .route-card:last-child { min-height: 415px; border: 0; border-bottom: 1px solid var(--line); }
  .route-card:last-child { border-bottom: 0; }
  .team-callout { grid-template-columns: 1fr; gap: 30px; padding: 30px 24px; }
  .deadline { padding: 25px 0 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.18); }
  .deadline .button { width: 100%; }
  .shirt-grid { grid-template-columns: 1fr; }
  .shirt-art { order: 1; padding: 15px; }
  .shirt-copy { order: 2; }
  .category-grid { grid-template-columns: 1fr; }
  .rules-grid { grid-template-columns: 1fr; gap: 35px; }
  .rules-intro { position: static; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; text-align: center; }
  .footer-logos { justify-content: center; }
  .footer-logos .region-logo { width: 105px; }
  .footer-logos .servir-logo { width: 105px; }
  .social-links { grid-column: auto; justify-content: center; }
}

@media (max-width: 430px) {
  .brand { font-size: .86rem; }
  .hero h1 span { display: block; }
  .dates-row, .price-row { grid-template-columns: 1fr; }
  .dates-row > div + div, .price-row > div + div { margin-top: 18px; padding: 18px 0 0; border-left: 0; border-top: 1px solid var(--line); }
  .registration-main, .payment, .category-grid article { padding: 27px 22px; }
  .copy-field { align-items: flex-end; }
  .copy-field a { max-width: 190px; }
  .shirt-deadlines { grid-template-columns: 1fr; gap: 14px; }
}

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