:root {
  --ink: #17233b;
  --ink-soft: #26334c;
  --plum: #5f173f;
  --berry: #a51f5c;
  --coral: #e8623f;
  --gold: #e5ad36;
  --teal: #198f8a;
  --sky: #6fc9cf;
  --cream: #f8f2e8;
  --paper: #fffdf9;
  --sage: #e8ebdd;
  --line: #ddd3c3;
  --muted: #68707d;
  --shadow: 0 24px 70px rgba(23, 35, 59, 0.13);
  --display: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
a:focus-visible, summary:focus-visible { outline: 3px solid white; outline-offset: 3px; box-shadow: 0 0 0 6px var(--ink); }
button, input, textarea, select { font: inherit; }
::selection { background: var(--gold); color: var(--ink); }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section-pad { padding: 104px 0; }
.skip-link { position: fixed; z-index: 100; left: 16px; top: 12px; transform: translateY(-160%); background: white; color: var(--ink); padding: 10px 16px; border-radius: 6px; font-weight: 800; }
.skip-link:focus { transform: translateY(0); }

.utility-bar { background: var(--plum); color: #fff; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.utility-inner { min-height: 34px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.utility-inner nav { display: flex; align-items: center; gap: 22px; }
.utility-inner a { opacity: .82; }
.utility-inner a:hover { opacity: 1; text-decoration: underline; }
.language-switcher { display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; }
.language-switcher a { opacity: .72; }
.language-switcher a[aria-current="true"] { opacity: 1; color: var(--gold); font-weight: 900; }
.site-header { background: rgba(255, 253, 249, .97); border-bottom: 1px solid rgba(23, 35, 59, .1); position: sticky; top: 0; z-index: 40; backdrop-filter: blur(14px); }
.header-inner { min-height: 88px; display: flex; align-items: center; gap: 28px; }
.brand { display: flex; align-items: center; gap: 12px; margin-right: auto; }
.brand img { width: 66px; height: 66px; object-fit: cover; border-radius: 50%; }
.brand span { display: grid; line-height: 1.1; }
.brand strong { font-family: var(--display); font-size: 1.3rem; }
.brand small { margin-top: 7px; color: var(--muted); font-size: .62rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 800; }
.desktop-nav { display: flex; align-items: center; gap: 24px; font-size: .86rem; font-weight: 750; }
.desktop-nav a { position: relative; padding: 12px 0; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 6px; height: 2px; background: var(--coral); transition: right .2s ease; }
.desktop-nav a:hover::after { right: 0; }
.mobile-menu { display: none; position: relative; }
.mobile-menu summary { cursor: pointer; list-style: none; font-weight: 850; border: 1px solid var(--ink); padding: 9px 12px; border-radius: 999px; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu nav { position: absolute; right: 0; top: 54px; width: min(300px, calc(100vw - 40px)); background: var(--paper); padding: 16px; border-radius: 10px; box-shadow: var(--shadow); border: 1px solid var(--line); display: grid; }
.mobile-menu nav a { padding: 11px 10px; border-bottom: 1px solid var(--line); font-weight: 750; }
.mobile-menu .language-switcher { padding: 12px 10px 4px; }
.mobile-menu .language-switcher a { border: 0; padding: 0; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 12px 22px; border-radius: 4px; font-size: .82rem; font-weight: 850; letter-spacing: .035em; border: 1px solid transparent; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(23, 35, 59, .17); }
.button-small { min-height: 42px; padding: 9px 17px; }
.button-primary { background: var(--ink); color: white; }
.button-coral { background: var(--coral); color: var(--ink); }
.button-gold { background: var(--gold); color: var(--ink); }
.button-outline { border-color: var(--ink); background: transparent; }
.button-outline-light { border-color: rgba(255,255,255,.7); background: transparent; color: white; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.arrow-link { color: var(--berry); display: inline-flex; align-items: center; gap: 10px; font-weight: 850; font-size: .88rem; }
.arrow-link span { transition: transform .2s ease; }
.arrow-link:hover span { transform: translateX(4px); }
.eyebrow { margin: 0 0 14px; color: var(--berry); font-size: .72rem; font-weight: 900; text-transform: uppercase; letter-spacing: .18em; }
.eyebrow-light { color: #f2c75b; }
.display-title, .section-heading h2 { font-family: var(--display); font-weight: 500; letter-spacing: -.025em; line-height: 1.02; }
.section-heading { max-width: 720px; margin-bottom: 42px; }
.section-heading h2 { margin: 0; font-size: clamp(2.2rem, 4.4vw, 4.2rem); }
.section-heading > p:last-child { color: var(--muted); font-size: 1.05rem; margin: 20px 0 0; max-width: 640px; }
.section-heading.align-center { text-align: center; margin-inline: auto; }
.section-heading.align-center > p:last-child { margin-inline: auto; }
.section-heading.is-light h2, .section-heading.is-light > p:last-child { color: white; }

.home-hero { min-height: 750px; background: var(--ink); color: white; position: relative; overflow: hidden; }
.hero-pattern, .page-hero-pattern { position: absolute; inset: 0; pointer-events: none; opacity: .36; background-image: radial-gradient(circle at 14% 16%, rgba(229,173,54,.5) 0 3px, transparent 4px), radial-gradient(circle at 84% 76%, rgba(111,201,207,.4) 0 2px, transparent 3px), linear-gradient(135deg, transparent 0 48%, rgba(255,255,255,.035) 49% 51%, transparent 52%); background-size: 78px 78px, 52px 52px, 180px 180px; }
.home-hero::after { content: ""; position: absolute; width: 460px; height: 460px; border: 110px solid rgba(165,31,92,.25); border-radius: 50%; left: -250px; bottom: -250px; }
.home-hero-grid { position: relative; z-index: 1; min-height: 750px; display: grid; grid-template-columns: 1.08fr .92fr; gap: 70px; align-items: center; padding-block: 74px; }
.home-hero-copy h1 { font-family: var(--display); font-weight: 500; font-size: clamp(3.2rem, 6vw, 6.25rem); line-height: .92; letter-spacing: -.045em; margin: 0 0 30px; max-width: 760px; }
.hero-lede { color: #dbe0ea; font-size: 1.15rem; max-width: 620px; margin: 0 0 30px; }
.hero-spanish { margin: 28px 0 0; color: #f1c867; font-style: italic; font-family: var(--display); font-size: 1.1rem; }
.hero-visual { position: relative; min-height: 560px; }
.hero-visual > img { width: 100%; height: 560px; object-fit: cover; border-radius: 230px 230px 18px 18px; box-shadow: 0 30px 90px rgba(0,0,0,.35); }
.hero-visual::before { content: ""; position: absolute; inset: -12px; border: 1px solid rgba(229,173,54,.55); border-radius: 240px 240px 24px 24px; transform: rotate(2deg); }
.hero-event-card { position: absolute; left: -56px; bottom: 34px; min-width: 330px; display: grid; grid-template-columns: auto auto 1fr; align-items: center; background: var(--paper); color: var(--ink); padding: 17px 20px; box-shadow: var(--shadow); border-left: 5px solid var(--coral); }
.hero-event-card .event-month { writing-mode: vertical-rl; transform: rotate(180deg); font-size: .62rem; font-weight: 900; letter-spacing: .2em; color: var(--berry); }
.hero-event-card > strong { font-family: var(--display); font-size: 3.4rem; line-height: 1; padding: 0 14px 0 10px; }
.hero-event-card div { display: grid; line-height: 1.25; }
.hero-event-card b { font-size: .86rem; }
.hero-event-card div span { color: var(--muted); font-size: .75rem; margin-top: 5px; }
.hero-seal { position: absolute; width: 110px; height: 110px; right: -28px; top: 50px; padding: 7px; background: white; border-radius: 50%; box-shadow: var(--shadow); transform: rotate(5deg); }
.hero-seal img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; }

.intro-section { background: var(--cream); }
.intro-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 100px; align-items: end; }
.intro-grid .display-title { font-size: clamp(2.8rem, 5vw, 5rem); margin: 0; }
.intro-copy { border-left: 1px solid var(--line); padding-left: 42px; }
.intro-copy p { font-size: 1.15rem; color: var(--ink-soft); margin: 0 0 24px; }
.impact-strip { background: var(--gold); }
.stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat-grid div { padding: 34px 26px; border-left: 1px solid rgba(23,35,59,.2); display: grid; }
.stat-grid div:last-child { border-right: 1px solid rgba(23,35,59,.2); }
.stat-grid strong { font-family: var(--display); font-size: 2.15rem; line-height: 1.1; }
.stat-grid span { margin-top: 7px; font-size: .74rem; text-transform: uppercase; letter-spacing: .09em; font-weight: 800; }

.upcoming-feature { background: var(--paper); }
.feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 92px; align-items: center; }
.feature-image { position: relative; padding: 24px 0 0 28px; }
.feature-image::before { content: ""; position: absolute; inset: 0 30% 35% 0; background: var(--teal); }
.feature-image img { position: relative; width: 100%; min-height: 590px; object-fit: cover; box-shadow: var(--shadow); }
.vertical-label { position: absolute; right: -42px; bottom: 120px; writing-mode: vertical-rl; transform: rotate(180deg); font-size: .68rem; font-weight: 900; text-transform: uppercase; letter-spacing: .2em; color: var(--berry); }
.feature-copy h2 { font-family: var(--display); font-size: clamp(3rem, 5vw, 5rem); font-weight: 500; line-height: .95; margin: 0 0 12px; }
.feature-date { font-weight: 850; color: var(--berry); }
.feature-copy > p:not(.eyebrow):not(.feature-date) { color: var(--muted); font-size: 1.08rem; }
.check-list { list-style: none; margin: 28px 0 34px; padding: 0; display: grid; gap: 11px; }
.check-list li { position: relative; padding-left: 30px; font-weight: 700; }
.check-list li::before { content: ""; position: absolute; left: 0; top: .52em; width: 12px; height: 7px; border-left: 2px solid var(--teal); border-bottom: 2px solid var(--teal); transform: rotate(-45deg); }

.event-section, .archive-section { background: var(--cream); }
.section-topline { display: flex; justify-content: space-between; align-items: end; gap: 30px; }
.event-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.event-grid-featured { grid-template-columns: minmax(0, 760px); }
.event-card { background: var(--paper); border: 1px solid rgba(23,35,59,.1); transition: transform .25s ease, box-shadow .25s ease; }
.event-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.event-card-image { display: block; height: 280px; overflow: hidden; position: relative; }
.event-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.event-card:hover .event-card-image img { transform: scale(1.035); }
.event-card-image > span { position: absolute; left: 16px; top: 16px; background: var(--gold); color: var(--ink); padding: 7px 10px; font-size: .62rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 900; }
.event-card-copy { padding: 26px; }
.card-date { margin: 0 0 8px; color: var(--berry); font-size: .68rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 900; }
.event-card h3 { font-family: var(--display); font-size: 1.9rem; font-weight: 600; line-height: 1.05; margin: 0 0 14px; }
.event-card-copy > p:not(.card-date) { color: var(--muted); font-size: .9rem; }
.home-photo-story { background: var(--paper); }
.home-photo-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 18px; }
.home-photo-grid figure { min-width: 0; margin: 0; position: relative; overflow: hidden; background: var(--ink); }
.home-photo-grid img { display: block; width: 100%; height: 520px; object-fit: cover; transition: transform .5s ease; }
.home-photo-grid figure:hover img { transform: scale(1.025); }
.home-photo-grid figure::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(13,20,35,.86)); pointer-events: none; }
.home-photo-grid figcaption { position: absolute; z-index: 1; left: 0; right: 0; bottom: 0; padding: 26px; color: white; font-family: var(--display); font-size: 1.45rem; line-height: 1.1; }
.sponsor-banner { background: var(--plum); color: white; position: relative; overflow: hidden; padding: 84px 0; }
.sponsor-banner::before { content: ""; position: absolute; inset: 0 42% 0 0; opacity: .18; background: repeating-linear-gradient(45deg, transparent 0 20px, var(--gold) 21px 23px, transparent 24px 44px); }
.sponsor-banner-grid { position: relative; display: grid; grid-template-columns: 1.2fr .8fr; gap: 90px; align-items: center; }
.sponsor-banner h2 { font-family: var(--display); font-size: clamp(3rem, 5vw, 5.4rem); line-height: .94; font-weight: 500; margin: 0 0 24px; }
.sponsor-banner p:not(.eyebrow) { max-width: 680px; color: #eadde4; }
.sponsor-proof { display: grid; border-top: 1px solid rgba(255,255,255,.28); }
.sponsor-proof div { padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.28); display: grid; }
.sponsor-proof strong { font-family: var(--display); color: var(--gold); font-size: 1.7rem; }
.sponsor-proof span { color: #eadde4; font-size: .8rem; }
.latest-section { background: var(--paper); }
.latest-grid { display: grid; grid-template-columns: 1.35fr .8fr .8fr; gap: 22px; }
.latest-card { min-height: 450px; position: relative; overflow: hidden; padding: 34px; display: flex; flex-direction: column; justify-content: flex-end; }
.latest-card h3 { font-family: var(--display); font-size: 2rem; line-height: 1.06; font-weight: 600; margin: 8px 0 16px; }
.latest-photo { color: white; padding: 0; }
.latest-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 25%, rgba(13,20,35,.9)); }
.latest-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.latest-photo > div { position: relative; z-index: 1; padding: 34px; }
.latest-photo .arrow-link { color: var(--gold); }
.latest-color { background: #0d6967; color: white; }
.latest-color .arrow-link { color: var(--gold); }
.latest-social { background: var(--gold); color: var(--ink); }
.latest-kicker, .latest-photo span { text-transform: uppercase; letter-spacing: .12em; font-size: .66rem; font-weight: 900; }
.latest-card p { font-size: .9rem; opacity: .86; }
.social-note { color: var(--muted); font-size: .8rem; text-align: center; margin: 24px 0 0; }
.take-part { background: var(--sage); }
.path-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #c8cdb9; border-left: 1px solid #c8cdb9; }
.path-grid a { padding: 34px 28px; min-height: 270px; border-right: 1px solid #c8cdb9; border-bottom: 1px solid #c8cdb9; transition: background .2s ease, color .2s ease; }
.path-grid a:hover { background: var(--ink); color: white; }
.path-grid span { font-family: var(--display); color: var(--berry); font-size: 1.3rem; }
.path-grid h3 { font-family: var(--display); font-size: 2rem; margin: 34px 0 10px; }
.path-grid p { font-size: .88rem; min-height: 66px; }
.path-grid b { font-size: .78rem; }

.page-hero { background: var(--ink); color: white; position: relative; overflow: hidden; }
.page-hero-grid { position: relative; z-index: 1; min-height: 540px; display: grid; align-items: center; padding: 72px 0; }
.page-hero-grid.has-image { grid-template-columns: 1.02fr .72fr; gap: 90px; }
.page-hero-copy h1 { font-family: var(--display); font-size: clamp(3.4rem, 6vw, 6.8rem); line-height: .92; font-weight: 500; letter-spacing: -.04em; margin: 0 0 26px; }
.page-hero-lede { color: #dbe0ea; font-size: 1.15rem; max-width: 720px; margin: 0 0 28px; }
.page-hero-image { margin: 0; position: relative; }
.page-hero-image img { width: 100%; height: 390px; object-fit: cover; border-radius: 180px 180px 8px 8px; }
.photo-stitch { position: absolute; inset: -10px; border: 1px dashed var(--gold); border-radius: 190px 190px 14px 14px; }
.page-hero-compact .page-hero-grid { min-height: 390px; }
.event-fact-band { background: var(--gold); }
.event-fact-grid { display: grid; grid-template-columns: 1fr .7fr 1.3fr; }
.event-fact-grid > div { min-height: 118px; padding: 24px 30px; border-left: 1px solid rgba(23,35,59,.2); display: grid; align-content: center; }
.event-fact-grid > div:last-child { border-right: 1px solid rgba(23,35,59,.2); }
.event-fact-grid span { text-transform: uppercase; letter-spacing: .14em; font-size: .62rem; font-weight: 900; }
.event-fact-grid strong { font-family: var(--display); font-size: 1.32rem; margin-top: 5px; }
.event-fact-grid small { color: var(--ink-soft); }
.story-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 100px; }
.story-intro h2 { font-family: var(--display); font-size: clamp(2.6rem, 4vw, 4.5rem); line-height: 1.03; font-weight: 500; margin: 0; }
.story-body { padding-left: 50px; border-left: 1px solid var(--line); color: var(--muted); font-size: 1.08rem; }
.story-body p:first-child { margin-top: 0; }
.event-details { background: var(--cream); }
.event-proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); }
.event-proof-grid div { min-height: 145px; padding: 28px; border-right: 1px solid var(--line); display: grid; align-content: center; }
.event-proof-grid div:last-child { border: 0; }
.event-proof-grid span { color: var(--berry); text-transform: uppercase; letter-spacing: .12em; font-size: .62rem; font-weight: 900; }
.event-proof-grid strong { font-family: var(--display); font-size: 1.7rem; margin-top: 12px; }
.highlight-grid { margin-top: 80px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.highlight-grid ul { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--line); }
.highlight-grid li { padding: 22px 10px 22px 42px; border-bottom: 1px solid var(--line); position: relative; font-weight: 700; }
.highlight-grid li::before { content: ""; width: 14px; height: 14px; background: var(--coral); border-radius: 50% 50% 50% 0; transform: rotate(-45deg); position: absolute; left: 10px; top: 28px; }
.guelaguetza-marketing-panel { margin-top: 76px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; padding: 54px; background: var(--teal); color: white; }
.guelaguetza-marketing-panel h2 { margin: 0; font-family: var(--display); font-size: clamp(2.5rem, 4.5vw, 4.8rem); font-weight: 500; line-height: .96; }
.guelaguetza-marketing-panel > div:last-child > p { margin: 0 0 24px; color: #e0f0ed; font-size: 1.05rem; }
.event-gallery { background: var(--paper); }
.event-gallery-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); grid-auto-flow: dense; gap: 18px; align-items: start; }
.event-gallery-item { margin: 0; min-width: 0; overflow: hidden; background: var(--cream); border: 1px solid var(--line); }
.event-gallery-item-wide { grid-column: span 8; }
.event-gallery-item-portrait { grid-column: span 4; }
.event-gallery-item img { display: block; width: 100%; object-fit: cover; background: var(--ink); }
.event-gallery-item-wide img { aspect-ratio: 3 / 2; }
.event-gallery-item-portrait img { aspect-ratio: 2 / 3; }
.event-gallery-item figcaption { min-height: 106px; padding: 18px 20px; display: grid; align-content: space-between; gap: 12px; }
.event-gallery-item figcaption span { color: var(--ink); font-size: .88rem; line-height: 1.45; }
.event-gallery-item figcaption small { color: var(--berry); font-size: .64rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.event-gallery-status { background: var(--ink); color: white; padding: 76px 0; }
.event-gallery-status-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; }
.event-gallery-status h2 { margin: 0; font-family: var(--display); font-size: clamp(2.5rem, 4vw, 4.4rem); line-height: 1; font-weight: 500; }
.event-gallery-status-grid > div:last-child > p { color: #cbd3df; margin: 0 0 24px; }
.coverage-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }
.coverage-links { display: grid; align-content: start; border-top: 1px solid var(--line); }
.coverage-links .arrow-link { padding: 20px 6px; border-bottom: 1px solid var(--line); justify-content: space-between; }
.event-next-cta, .memory-callout { background: var(--plum); color: white; padding: 80px 0; }
.event-next-grid, .memory-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 100px; align-items: center; }
.event-next-cta h2, .memory-callout h2 { font-family: var(--display); font-size: clamp(3rem, 5vw, 5rem); font-weight: 500; line-height: .95; margin: 0 0 18px; }
.event-next-cta p:not(.eyebrow), .memory-callout p { color: #eadde4; }

.site-footer { background: #111a2d; color: white; }
.footer-pattern { height: 14px; background: linear-gradient(90deg, var(--berry) 0 16%, var(--gold) 16% 32%, var(--teal) 32% 48%, var(--coral) 48% 64%, #7e4b99 64% 80%, var(--sky) 80%); }
.footer-grid { display: grid; grid-template-columns: 1.65fr .6fr .6fr .85fr; gap: 60px; padding: 76px 0 60px; }
.footer-intro { display: flex; gap: 24px; }
.footer-intro img { width: 94px; height: 94px; border-radius: 50%; object-fit: cover; }
.footer-intro h2 { font-family: var(--display); font-size: 2.4rem; margin: 0 0 12px; }
.footer-intro p:not(.eyebrow) { color: #aeb7c7; max-width: 430px; font-size: .9rem; }
.site-footer h3 { color: var(--gold); text-transform: uppercase; letter-spacing: .13em; font-size: .68rem; margin: 8px 0 22px; }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 9px; color: #c8ced9; font-size: .84rem; }
.site-footer a:hover { color: var(--gold); }
.footer-contact { display: grid; align-content: start; gap: 9px; color: #c8ced9; font-size: .84rem; }
.footer-contact address { font-style: normal; margin-bottom: 6px; }
.social-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 10px; font-size: .72rem; font-weight: 800; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.15); min-height: 72px; display: flex; justify-content: space-between; align-items: center; gap: 20px; color: #919bae; font-size: .68rem; }
.footer-bottom div { display: flex; gap: 18px; }

@media (max-width: 1080px) {
  .desktop-nav { display: none; }
  .mobile-menu { display: block; }
  .header-cta { margin-left: auto; }
  .home-hero-grid { gap: 36px; }
  .home-hero-copy h1 { font-size: clamp(3.2rem, 7vw, 5.2rem); }
  .hero-event-card { left: -20px; }
  .intro-grid, .feature-grid, .sponsor-banner-grid, .story-grid, .coverage-grid { gap: 58px; }
  .event-grid { grid-template-columns: repeat(2, 1fr); }
  .latest-grid { grid-template-columns: 1fr 1fr; }
  .latest-photo { grid-column: 1 / -1; }
  .path-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.4fr .6fr .6fr; }
  .footer-contact { grid-column: 1 / -1; }
}

@media (max-width: 780px) {
  .shell { width: min(100% - 28px, 1180px); }
  .section-pad { padding: 72px 0; }
  .utility-inner > span { display: none; }
  .utility-inner { justify-content: flex-end; }
  .utility-inner nav { gap: 14px; }
  .header-inner { min-height: 76px; gap: 12px; }
  .brand img { width: 52px; height: 52px; }
  .brand small { display: none; }
  .brand strong { font-size: 1.08rem; }
  .header-cta { display: none; }
  .home-hero { min-height: unset; }
  .home-hero-grid { min-height: unset; grid-template-columns: 1fr; padding: 62px 0 90px; }
  .home-hero-copy h1 { font-size: clamp(3.15rem, 14vw, 5rem); }
  .hero-visual { min-height: 440px; margin-top: 18px; }
  .hero-visual > img { height: 440px; border-radius: 170px 170px 14px 14px; }
  .hero-event-card { left: 8px; right: 8px; bottom: -38px; min-width: 0; }
  .hero-seal { width: 82px; height: 82px; right: 0; }
  .intro-grid, .feature-grid, .sponsor-banner-grid, .story-grid, .coverage-grid, .event-next-grid, .memory-grid, .page-hero-grid.has-image, .highlight-grid, .guelaguetza-marketing-panel { grid-template-columns: 1fr; gap: 38px; }
  .intro-copy, .story-body { border-left: 0; border-top: 1px solid var(--line); padding: 28px 0 0; }
  .stat-grid { grid-template-columns: repeat(2, 1fr); }
  .stat-grid div:nth-child(3) { border-top: 1px solid rgba(23,35,59,.2); }
  .stat-grid div:nth-child(4) { border-top: 1px solid rgba(23,35,59,.2); border-right: 1px solid rgba(23,35,59,.2); }
  .feature-image img { min-height: 440px; }
  .vertical-label { display: none; }
  .section-topline { display: block; }
  .section-topline > .arrow-link { margin: -18px 0 34px; }
  .event-grid, .latest-grid, .home-photo-grid, .footer-grid { grid-template-columns: 1fr; }
  .latest-photo { grid-column: auto; }
  .event-card-image { height: 250px; }
  .home-photo-grid img { height: 430px; }
  .sponsor-banner { padding: 68px 0; }
  .path-grid { grid-template-columns: 1fr; }
  .page-hero-grid { min-height: unset; padding: 62px 0; }
  .page-hero-copy h1 { font-size: clamp(3.2rem, 14vw, 5rem); }
  .page-hero-image img { height: 330px; }
  .event-fact-grid { grid-template-columns: 1fr; }
  .event-fact-grid > div { border-right: 1px solid rgba(23,35,59,.2); border-bottom: 1px solid rgba(23,35,59,.2); }
  .event-proof-grid { grid-template-columns: repeat(2, 1fr); }
  .event-proof-grid div:nth-child(2) { border-right: 0; }
  .event-proof-grid div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .event-gallery-status-grid { grid-template-columns: 1fr; gap: 32px; }
  .guelaguetza-marketing-panel { padding: 34px; }
  .event-gallery-item-wide,
  .event-gallery-item-portrait { grid-column: span 6; }
  .event-gallery-item img { aspect-ratio: 4 / 5; }
  .footer-grid { gap: 36px; padding-top: 60px; }
  .footer-contact { grid-column: auto; }
  .footer-bottom { padding: 22px 0; min-height: unset; align-items: flex-start; flex-direction: column; }
}

@media (max-width: 480px) {
  .button-row { align-items: stretch; }
  .button-row .button { width: 100%; }
  .home-hero-copy h1, .page-hero-copy h1 { overflow-wrap: anywhere; }
  .hero-event-card { grid-template-columns: auto auto 1fr; padding: 14px; }
  .hero-event-card > strong { font-size: 2.8rem; }
  .stat-grid { grid-template-columns: 1fr; }
  .stat-grid div { border-right: 1px solid rgba(23,35,59,.2); border-top: 1px solid rgba(23,35,59,.2); }
  .event-proof-grid { grid-template-columns: 1fr; }
  .event-proof-grid div { border-right: 0; border-bottom: 1px solid var(--line); }
  .event-gallery-item-wide,
  .event-gallery-item-portrait { grid-column: 1 / -1; }
  .event-gallery-item-wide img { aspect-ratio: 4 / 3; }
  .event-gallery-item-portrait img { aspect-ratio: 3 / 4; }
  .footer-intro { display: grid; }
}

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