:root {
  --paper: #f7f1e5;
  --surface: #fdfaf3;
  --ink: #304b3d;
  --body: #485449;
  --muted: #667063;
  --gold: #996026;
  --line: #ddcda9;
  --green: #4d7450;
  --teal: #387a74;
  --orange: #9c601f;
  --radius: 20px;
  font-family: 'DM Sans', sans-serif;
  color: var(--body);
  background: var(--paper);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 104px; }
body { margin: 0; font-size: 1rem; line-height: 1.65; }
/* Hide Netlify's injected public branding badge for every visitor. */
iframe#nl-badge-frame { display: none !important; }
::selection { background: #debf79; color: #22382d; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { color: var(--ink); }
h2 { font-size: clamp(2.1rem, 3.5vw, 3.05rem); line-height: 1.13; font-weight: 450; letter-spacing: -.045em; text-wrap: balance; }
h3 { font-size: 1.3rem; line-height: 1.3; font-weight: 550; letter-spacing: -.022em; }
a { color: inherit; text-underline-offset: .24em; }
button, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible { outline: 3px solid #9b632d; outline-offset: 6px; border-radius: 4px; }
img { display: block; max-width: 100%; }
.wrap { width: min(1160px, calc(100% - 96px)); margin-inline: auto; }
.section { padding-block: 100px; }
.eyebrow, .label, .rule-heading { font-size: .8125rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 650; line-height: 1.5; }
.eyebrow { color: var(--gold); margin-bottom: 20px; }
.eyebrow-separator { margin: 0 12px; color: #ab9971; }
.label { font-size: .75rem; letter-spacing: .075em; }
.muted { color: var(--muted); }
.centered { text-align: center; }
.skip-link { position: fixed; top: -100px; left: 12px; z-index: 100; padding: 12px 20px; background: var(--ink); color: white; }
.skip-link:focus { top: 12px; }
.site-header { background: #fdfaf3f5; border-bottom: 1px solid #ddcda970; position: relative; z-index: 5; }
.nav-shell { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.wordmark { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-family: 'Montserrat', sans-serif; font-weight: 500; font-size: .95rem; line-height: 1.2; letter-spacing: .025em; color: var(--ink); }
.wordmark img { flex-shrink: 0; }
.site-header nav { display: flex; gap: 26px; align-items: center; }
.site-header nav a { font-size: .875rem; text-decoration: none; font-weight: 500; padding-block: 10px; white-space: nowrap; }
.site-header nav a:hover { color: var(--gold); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; min-height: 54px; padding: 14px 24px; border: 1px solid transparent; border-radius: 8px; text-decoration: none; font-size: .9375rem; line-height: 1.4; font-weight: 550; transition: background .18s, border-color .18s, transform .18s; }
.button:hover { transform: translateY(-2px); }
.button-dark { background: var(--ink); color: var(--surface); border-color: var(--ink); }
.button-dark:hover { background: #233d30; border-color: #233d30; }
.button-outline { background: #fdfaf3bd; border-color: #a5aa95; color: var(--ink); }
.button-outline:hover { background: var(--surface); border-color: var(--ink); }
.button-small { min-height: 44px; padding: 10px 18px; font-size: .875rem; }
.button span[aria-hidden] { font-size: 1.1rem; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.hero { position: relative; isolation: isolate; overflow: hidden; background: #f8efdc; }
.hero-art { position: absolute; width: 100%; height: 100%; inset: 0; max-width: none; object-fit: cover; object-position: 65% bottom; z-index: -2; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, #faf2e1eb 0%, #faf2e1d9 23%, #faf2e18c 40%, #faf2e100 63%); z-index: -1; }
.hero-inner { min-height: 680px; display: flex; align-items: center; padding-block: 56px 86px; }
.hero-copy { width: 565px; max-width: 54%; }
.hero h1 { font-family: 'Montserrat', sans-serif; font-weight: 300; font-size: clamp(4rem, 6.55vw, 6.1rem); letter-spacing: -.055em; line-height: .99; margin: 0 0 24px -5px; }
.hero .eyebrow { font-size: .75rem; margin-bottom: 25px; }
.hero-subtitle { font-size: clamp(1.3rem, 2vw, 1.65rem); line-height: 1.35; color: #a26725; font-weight: 450; letter-spacing: -.025em; margin-bottom: 21px; }
.hero-description { max-width: 405px; font-size: 1rem; line-height: 1.6; margin-bottom: 28px; }
.hero-description strong { display: block; color: var(--ink); font-weight: 650; margin-bottom: 10px; }
.event-facts { position: relative; z-index: 2; display: grid; grid-template-columns: 1.16fr 1.05fr 1fr 1fr; border: 1px solid var(--line); border-radius: 16px; margin-top: -29px; padding: 26px 10px; background: #fdfaf3; box-shadow: 0 8px 24px #5e4d2e06; }
.fact { display: flex; align-items: center; gap: 12px; padding: 0 20px; }
.fact + .fact { border-left: 1px solid #ddcda980; }
.fact img { flex-shrink: 0; width: 32px; height: 32px; }
.fact .label { margin-bottom: 7px; font-size: .75rem; color: var(--muted); }
.fact p:not(.label) { font-size: .875rem; line-height: 1.6; color: var(--ink); }
.event-section { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.event-intro h2 { margin-bottom: 25px; }
.event-intro > p:not(.eyebrow) + p { margin-top: 14px; }
.event-stages { border-top: 1px solid var(--line); }
.stage { display: flex; gap: 24px; padding-block: 30px; border-bottom: 1px solid var(--line); }
.stage-number { font-family: 'Montserrat', sans-serif; font-weight: 300; font-size: 2.2rem; line-height: 1.2; color: #af9972; flex-shrink: 0; }
.stage .label { color: var(--gold); margin-bottom: 10px; }
.stage h3 { margin-bottom: 12px; }
.stage p:not(.label) { font-size: 1rem; line-height: 1.7; }
.showcase-section { background: #e9eddf; border-block: 1px solid #c6cdb97a; }
.section-heading { margin-bottom: 45px; }
.section-heading > p:last-child:not(.eyebrow) { margin-top: 18px; }
.split-heading { display: grid; grid-template-columns: 1.15fr 1fr; gap: 80px; align-items: end; }
.section-description { max-width: 445px; padding-bottom: 4px; }
.showcase-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 42px; margin-top: 48px; }
.showcase-grid article { border-top: 1px solid #b5bea7; padding-top: 25px; }
.feature-icon { width: 40px; height: 40px; margin-bottom: 18px; }
.showcase-grid h3 { margin-bottom: 12px; }
.showcase-grid p { font-size: 1rem; }
.showcase-action { display: flex; align-items: center; gap: 22px; margin-top: 40px; flex-wrap: wrap; }
.showcase-participation { flex-basis: 100%; }
.showcase-action p { font-size: .875rem; color: #566450; }
.showcase-action .participation-note { font-size: 1rem; color: var(--ink); font-weight: 600; margin-bottom: 5px; }
.community-section { background: var(--surface); border-bottom: 1px solid var(--line); }
.community-roles { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 48px; }
.community-roles article { display: grid; grid-template-columns: 36px minmax(0, 1fr); gap: 10px 18px; border-top: 1px solid var(--line); padding-top: 24px; align-content: start; }
.community-roles .feature-icon { width: 36px; height: 36px; grid-row: span 2; margin: 0; }
.community-roles p { grid-column: 2; }
.community-action { margin-top: 36px; }
.community-program { display: grid; grid-template-columns: 1fr 2fr; gap: 36px; margin-top: 40px; padding: 28px 32px; background: #edf0e5; border: 1px solid #cbd3bf; border-radius: 12px; align-items: center; }
.community-program h3 { font-size: 1.45rem; font-weight: 500; }
.community-program strong { color: var(--ink); font-weight: 550; }
.support-intro { max-width: 690px; margin-inline: auto; }
.support-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); grid-auto-rows: 1fr; gap: 25px; }
.support-card { grid-column: span 2; --accent: var(--green); --tint: #7d9a7316; --card-border: #7d9a73a1; border: 1px solid var(--card-border); border-radius: var(--radius); background: var(--surface); overflow: hidden; display: flex; flex-direction: column; }
.support-equip { --accent: var(--teal); --tint: #5c918816; --card-border: #5c9188a1; }
.support-award { --accent: var(--orange); --tint: #c9823216; --card-border: #c98232a1; }
.support-share { --accent: #8b6838; --tint: #e5d2a72b; --card-border: #b49667a1; }
.support-guide { --accent: #526c76; --tint: #a5c0c52b; --card-border: #6c8e98a1; }
.support-equip { grid-column: 2 / span 2; }
.support-award { grid-column: 4 / span 2; }
.support-art { position: relative; isolation: isolate; min-height: 340px; border-bottom: 1px solid var(--card-border); }
.support-art > img { position: absolute; inset: 0; width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: left bottom; z-index: -1; }
.support-host .support-art { overflow: hidden; background: url("assets/host-welcome-art.png") left bottom / cover no-repeat; }
.support-host .support-art > img { transform: translateY(1.5rem); mask-image: linear-gradient(to bottom, transparent, #000 12%); }
.support-heading { text-align: center; padding: 23px 26px 64px; }
.support-heading .label { color: var(--accent); }
.support-heading h3 { font-size: 2.65rem; font-weight: 500; color: var(--accent); margin-block: 9px 14px; letter-spacing: -.045em; }
.support-category { font-size: .75rem; letter-spacing: .02em; text-transform: uppercase; color: var(--ink); margin-bottom: 13px; font-weight: 550; }
.support-heading > p:last-child { font-size: 1rem; line-height: 1.5; min-height: 4.5em; max-width: 295px; margin-inline: auto; }
.support-contribution { padding: 24px 27px 27px; flex: 1; }
.support-card .label { color: var(--accent); }
.contribution-list { display: flex; gap: 12px; align-items: center; margin-top: 10px; }
.contribution-list img { flex-shrink: 0; width: 32px; height: 32px; }
.contribution-list ul { padding-left: 18px; margin: 0; font-size: .9375rem; line-height: 1.8; }
.support-benefit { min-height: 7rem; flex-shrink: 0; padding: 18px 27px; background: var(--tint); border-top: 1px solid #ddcda969; }
.support-benefit p:last-child { font-size: .875rem; color: var(--ink); margin-top: 5px; }
.sponsorship-action { margin-top: 34px; }
.benefits-block { margin-top: 70px; }
.rule-heading { display: flex; align-items: center; justify-content: center; gap: 22px; color: var(--ink); font-size: .75rem; text-align: center; }
.rule-heading::before, .rule-heading::after { content: ''; flex: 1; height: 1px; background: var(--line); }
.benefits-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; margin-top: 30px; }
.benefits-grid img { width: 32px; height: 32px; margin-bottom: 14px; }
.benefits-grid h3 { font-size: .9375rem; font-weight: 650; letter-spacing: -.015em; margin-bottom: 8px; }
.benefits-grid p { font-size: .875rem; line-height: 1.55; }
.targets-section { background: #f1ebdd; border-block: 1px solid var(--line); }
.target-explainer { max-width: 440px; }
.status-label { display: inline-flex; border: 1px solid #b99e66; padding: 5px 10px; border-radius: 5px; font-size: .75rem; text-transform: uppercase; letter-spacing: .07em; color: #785020; font-weight: 600; margin-bottom: 13px; }
.target-explainer .target-note { margin-top: 10px; font-size: .875rem; color: #5f594b; }
.targets-columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 60px; margin-top: 48px; }
.target-group + .target-group { margin-top: 30px; }
.target-group h3 { padding-bottom: 14px; border-bottom: 1px solid #d4c6a8; font-size: .9375rem; letter-spacing: .015em; font-weight: 650; margin-bottom: 18px; }
.target-community { margin-top: 34px; }
.target-group-description { max-width: 860px; margin-bottom: 20px; font-size: .9375rem; }
.target-list { list-style: none; display: flex; flex-wrap: wrap; gap: 9px; margin: 0; padding: 0; }
.target-list li { background: #fdfaf3; border: 1px solid #ddd2bc; border-radius: 7px; padding: 8px 12px; font-size: 1rem; line-height: 1.5; color: var(--ink); overflow-wrap: anywhere; max-width: 100%; }
.target-list a { text-decoration: none; }
.target-list a:hover { color: var(--gold); text-decoration: underline; }
.targets-invitation { margin-top: 42px; padding-top: 26px; border-top: 1px solid #d4c6a8; font-size: .9375rem; }
.targets-invitation a { font-weight: 550; color: var(--ink); white-space: normal; }
.connect-banner { text-align: center; background: #f2e6c8; border: 1px solid #d9be85; border-radius: 22px; padding: 58px 30px; }
.connect-banner h2 { font-size: clamp(2.1rem, 4vw, 3.4rem); }
.connect-banner > p:not(.eyebrow) { max-width: 590px; margin: 22px auto 26px; }
.organizers { margin-top: 60px; }
.organizer-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 32px; gap: 64px; }
.organizer-grid article + article { border-left: 1px solid var(--line); padding-left: 45px; }
.organizer-name { text-transform: uppercase; font-size: .8125rem; font-weight: 650; letter-spacing: .1em; color: var(--gold); margin-bottom: 10px; }
.organizer-grid h3 { font-size: 1.2rem; margin-bottom: 10px; }
.organizer-grid h3 span { font-size: .875rem; font-weight: 400; display: inline-block; margin-left: 8px; color: var(--muted); }
.organizer-grid article > p:not(.organizer-name) { font-size: .9375rem; }
.contact-link { display: inline-flex; align-items: center; gap: 14px; font-size: .9375rem; color: var(--ink); font-weight: 550; margin-top: 16px; overflow-wrap: anywhere; }
.site-footer { border-top: 1px solid var(--line); }
.footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding-block: 28px; }
.site-footer .wordmark { font-size: .8125rem; }
.site-footer p, .back-top { font-size: .8125rem; }
.back-top { text-decoration: none; display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; }
@media (min-width: 1600px) {
  .hero-art { width: 1600px; inset-inline: auto 0; }
  .hero-shade { background: linear-gradient(90deg, #faf2e1 0%, #faf2e1 18%, #faf2e1c0 30%, #faf2e100 60%); }
}
@media (max-width: 1120px) {
  .wrap { width: calc(100% - 64px); }
  .nav-shell { gap: 20px; }
  .site-header nav { gap: 17px; }
  .wordmark { font-size: .8125rem; gap: 7px; }
  .hero-copy { max-width: 57%; }
  .fact { padding-inline: 12px; gap: 8px; }
  .fact img { width: 27px; height: 27px; }
  .event-section { gap: 55px; }
  .split-heading { gap: 48px; }
  .support-grid { gap: 18px; }
  .support-heading { padding-inline: 18px; }
  .support-contribution, .support-benefit { padding-inline: 20px; }
  .contribution-list { gap: 5px; }
  .contribution-list ul { font-size: .875rem; }
  .targets-columns { gap: 35px; }
}
@media (max-width: 900px) {
  .section { padding-block: 72px; }
  .nav-shell { flex-wrap: wrap; padding-block: 15px 10px; gap: 8px 20px; }
  .nav-shell .wordmark { font-size: .875rem; }
  .site-header nav { order: 3; width: 100%; justify-content: center; gap: 32px; }
  .hero-inner { min-height: 650px; }
  .hero-copy { max-width: 66%; }
  .hero-description { max-width: 340px; }
  .hero-art { object-position: 60% bottom; }
  .hero-shade { background: linear-gradient(90deg, #faf2e1f0 0%, #faf2e1d9 31%, #faf2e15e 60%, #faf2e100 85%); }
  .event-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 10px 20px; }
  .fact { padding: 16px 12px; }
  .fact:nth-child(3) { border-left: 0; }
  .fact:nth-child(n+3) { border-top: 1px solid #ddcda980; }
  .event-section { gap: 35px; }
  .stage { gap: 16px; }
  .stage-number { font-size: 1.75rem; }
  .showcase-grid { gap: 25px; }
  .community-roles { gap: 26px; }
  .community-program { grid-template-columns: 1fr; gap: 14px; }
  .community-program h3 br { display: none; }
  .support-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
  .support-card { grid-column: span 2; }
  .support-award { grid-column: 2 / span 2; }
  .support-heading { padding: 23px 22px 64px; }
  .support-contribution { padding: 24px 22px 27px; }
  .contribution-list { gap: 8px; }
  .contribution-list img { width: 27px; height: 27px; }
  .support-benefit { padding: 18px 22px; }
  .benefits-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
  .organizer-grid { gap: 32px; }
  .organizer-grid article + article { padding-left: 32px; }
  .organizer-grid h3 span { display: block; margin: 5px 0 0; }
  .footer-inner { flex-wrap: wrap; }
  .site-footer p { order: 3; width: 100%; }
}
@media (max-width: 640px) {
  html { scroll-padding-top: 24px; }
  .wrap { width: calc(100% - 40px); }
  .section { padding-block: 58px; }
  .eyebrow { font-size: .75rem; margin-bottom: 16px; }
  .site-header nav { gap: 12px 22px; flex-wrap: wrap; }
  .site-header nav a { font-size: .875rem; padding-block: 5px; }
  .nav-shell { padding-block: 14px 12px; }
  .nav-cta { min-height: 39px; padding: 9px 13px; font-size: .8125rem; gap: 12px; }
  .nav-shell .wordmark { font-size: .75rem; }
  .wordmark img { width: 27px; height: 27px; }
  .hero-inner { padding-block: 38px 320px; min-height: 0; }
  .hero-copy { max-width: none; width: 100%; }
  .hero h1 { font-size: clamp(3.5rem, 13.5vw, 5rem); line-height: 1; margin-left: -3px; margin-bottom: 19px; }
  .hero .eyebrow { font-size: .75rem; margin-bottom: 22px; }
  .eyebrow-separator { margin-inline: 6px; }
  .hero-subtitle { font-size: 1.35rem; margin-bottom: 17px; }
  .hero-subtitle br { display: none; }
  .hero-description { max-width: 370px; margin-bottom: 24px; }
  .hero-art { height: 370px; top: auto; bottom: 0; width: 100%; object-position: 76% bottom; }
  .hero-shade { background: linear-gradient(180deg, #faf2e1 0%, #faf2e1 53%, #faf2e100 75%); }
  .actions { gap: 10px; }
  .actions .button { padding: 13px 17px; min-height: 49px; font-size: .875rem; gap: 13px; }
  .event-facts { padding: 5px 7px; margin-top: -18px; }
  .fact { gap: 8px; padding: 16px 9px; align-items: flex-start; }
  .fact img { width: 25px; height: 25px; margin-top: 2px; }
  .fact .label { font-size: .75rem; margin-bottom: 5px; }
  .fact p:not(.label) { font-size: .8125rem; line-height: 1.55; }
  .event-section { grid-template-columns: 1fr; gap: 35px; }
  .stage { padding-block: 24px; }
  .split-heading { grid-template-columns: 1fr; gap: 22px; }
  .section-heading { margin-bottom: 30px; }
  .showcase-grid { grid-template-columns: 1fr; gap: 25px; margin-top: 28px; }
  .showcase-grid article { display: grid; grid-template-columns: 42px 1fr; column-gap: 15px; }
  .showcase-grid .feature-icon { grid-row: span 2; margin: 0; }
  .showcase-grid h3 { margin: 3px 0 8px; }
  .showcase-grid p { grid-column: 2; }
  .showcase-action { margin-top: 30px; gap: 12px; }
  .community-roles { grid-template-columns: 1fr; gap: 24px; }
  .community-roles article { gap: 8px 15px; padding-top: 22px; }
  .community-program { margin-top: 30px; padding: 24px; }
  .support-grid { grid-template-columns: 1fr; max-width: 370px; margin-inline: auto; gap: 24px; }
  .support-card { grid-column: auto; }
  .support-heading { padding: 24px 28px 70px; }
  .support-heading > p:last-child { max-width: 270px; }
  .support-contribution { padding: 23px 27px; }
  .contribution-list { gap: 12px; }
  .contribution-list ul { font-size: 1rem; }
  .support-benefit { padding: 18px 27px; }
  .benefits-block { margin-top: 48px; }
  .benefits-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 22px; }
  .rule-heading { gap: 14px; font-size: .75rem; letter-spacing: .09em; }
  .targets-columns { grid-template-columns: 1fr; gap: 30px; margin-top: 30px; }
  .target-list li { padding: 7px 10px; }
  .target-explainer { max-width: none; }
  .targets-invitation a { display: inline; }
  .connect-banner { padding: 36px 20px; }
  .connect-banner h2 { font-size: 2.1rem; }
  .organizer-grid { grid-template-columns: 1fr; gap: 26px; }
  .organizer-grid article + article { border-left: 0; border-top: 1px solid var(--line); padding-left: 0; padding-top: 26px; }
  .footer-inner { gap: 18px; }
  .site-footer p { font-size: .8125rem; }
}
@media (max-width: 360px) {
  .wrap { width: calc(100% - 28px); }
  .site-header nav { gap: 12px; }
  .fact { display: block; }
  .fact img { margin-bottom: 7px; }
  .hero-inner { padding-bottom: 275px; }
  .hero-art { height: 320px; }
  .actions .button { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
  .button:hover { transform: none; }
}
