:root {
  --blue: #071d49;
  --blue-2: #0a2f73;
  --red: #ce1126;
  --red-2: #e42237;
  --white: #ffffff;
  --paper: #f4f1ea;
  --ink: #0b1326;
  --muted: #677086;
  --line: rgba(11,19,38,.13);
  --shadow: 0 24px 70px rgba(4,12,34,.16);
  --radius: 28px;
  --wrap: min(1180px, calc(100vw - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { max-width: 100%; display: block; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.wrap { width: var(--wrap); margin-inline: auto; }

.skip-link { position: fixed; left: 16px; top: -60px; z-index: 9999; background: white; color: var(--ink); padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { top: 16px; }
.scroll-progress { position: fixed; inset: 0 0 auto; height: 3px; z-index: 1200; background: transparent; }
.scroll-progress span { display: block; width: 0; height: 100%; background: linear-gradient(90deg, var(--blue-2), var(--white), var(--red)); }

.site-header {
  position: fixed; top: 16px; left: 50%; transform: translateX(-50%); z-index: 1000;
  width: min(1180px, calc(100vw - 30px)); display: flex; align-items: center; justify-content: space-between;
  padding: 10px 12px 10px 16px; border: 1px solid rgba(255,255,255,.18); border-radius: 20px;
  background: rgba(6,20,49,.58); backdrop-filter: blur(18px) saturate(140%); color: white;
  transition: background .25s ease, box-shadow .25s ease, top .25s ease;
}
.site-header.scrolled { top: 8px; background: rgba(6,20,49,.9); box-shadow: 0 12px 40px rgba(0,0,0,.18); }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; line-height: 1.08; }
.brand strong { display: block; font-size: .93rem; letter-spacing: .02em; }
.brand small { display: block; opacity: .64; font-size: .67rem; margin-top: 3px; }
.brand-mark { width: 34px; height: 34px; display: grid; grid-template-rows: 1fr 1fr 2fr 1fr 1fr; overflow: hidden; border-radius: 50%; box-shadow: inset 0 0 0 1px rgba(255,255,255,.5); }
.brand-mark i:nth-child(1), .brand-mark i:nth-child(5) { background: #0b3d91; }
.brand-mark i:nth-child(2), .brand-mark i:nth-child(4) { background: #fff; }
.brand-mark i:nth-child(3) { background: var(--red); }
.main-nav { display: flex; align-items: center; gap: 4px; }
.main-nav a { text-decoration: none; font-size: .79rem; font-weight: 700; padding: 10px 12px; border-radius: 999px; color: rgba(255,255,255,.78); transition: .2s ease; }
.main-nav a:hover, .main-nav a.active { background: rgba(255,255,255,.1); color: white; }
.menu-toggle { display: none; border: 0; background: rgba(255,255,255,.12); color: white; border-radius: 999px; padding: 9px 14px; font-weight: 700; }

.hero { min-height: 100svh; position: relative; display: grid; align-items: center; color: white; background: var(--blue); isolation: isolate; overflow: hidden; }
.hero-photo, .cinematic-image { position: absolute; inset: 0; background-position: center; background-size: cover; }
.hero-photo { z-index: -4; background-image: linear-gradient(120deg, rgba(3,13,34,.28), rgba(3,13,34,.12)), url("https://lapotentecr.com/wp-content/uploads/2026/09/547753167_1358617998959800_7749342014805634450_n-1024x576.jpg"); transform: scale(1.04); }
.hero-vignette { position: absolute; inset: 0; z-index: -3; background: radial-gradient(circle at 65% 30%, transparent 0 18%, rgba(3,11,29,.14) 48%, rgba(3,11,29,.84) 100%), linear-gradient(90deg, rgba(3,11,29,.85) 0, rgba(3,11,29,.55) 48%, rgba(3,11,29,.15) 80%); }
.hero::after { content:""; position: absolute; inset: auto 0 0; height: 30%; z-index: -2; background: linear-gradient(to top, rgba(3,11,29,.8), transparent); }
.flag-ribbon { position: absolute; inset: 0 0 auto; height: 8px; display: grid; grid-template-rows: 1fr 1fr 2fr 1fr 1fr; z-index: 5; }
.flag-ribbon span:nth-child(1), .flag-ribbon span:nth-child(5) { background:#0b3d91; }
.flag-ribbon span:nth-child(2), .flag-ribbon span:nth-child(4) { background:#fff; }
.flag-ribbon span:nth-child(3) { background:var(--red); }
.flag-ribbon.compact { position: relative; height: 5px; }
.hero-content { padding-top: 90px; padding-bottom: 160px; }
.eyebrow { margin: 0 0 18px; font-size: .73rem; line-height: 1.2; font-weight: 850; letter-spacing: .19em; text-transform: uppercase; color: rgba(255,255,255,.78); }
.eyebrow.red { color: var(--red); }
.eyebrow.blue { color: var(--blue-2); }
.eyebrow.white { color: rgba(255,255,255,.78); }
.hero h1 { margin: 0; max-width: 880px; font-size: clamp(4.2rem, 10.5vw, 9rem); line-height: .78; letter-spacing: -.075em; font-weight: 900; }
.hero h1 em { font-style: normal; color: transparent; -webkit-text-stroke: 1.4px rgba(255,255,255,.92); }
.hero-lead { max-width: 690px; margin: 32px 0 0; font-size: clamp(1rem, 2vw, 1.23rem); line-height: 1.65; color: rgba(255,255,255,.82); }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 0 20px; border-radius: 999px; text-decoration: none; border: 1px solid transparent; font-weight: 800; font-size: .9rem; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--red); color: white; box-shadow: 0 14px 40px rgba(206,17,38,.3); }
.button.ghost { border-color: rgba(255,255,255,.24); color: white; background: rgba(255,255,255,.08); backdrop-filter: blur(8px); }
.button.light { background: white; color: var(--blue); border: none; }
.hero-stats { position: absolute; left: 50%; bottom: 32px; transform: translateX(-50%); display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.18); padding-top: 18px; }
.hero-stats article { border-left: 1px solid rgba(255,255,255,.16); padding: 0 20px; }
.hero-stats article:first-child { border-left: 0; padding-left: 0; }
.hero-stats strong { display: block; font-size: clamp(1.55rem, 3vw, 2.2rem); line-height: 1; }
.hero-stats span { display: block; margin-top: 6px; font-size: .75rem; color: rgba(255,255,255,.62); }
.scroll-cue { position: absolute; right: 24px; bottom: 35px; width: 34px; height: 52px; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; display: grid; place-items: center; }
.scroll-cue span { width: 4px; height: 10px; background: white; border-radius: 999px; animation: cue 1.8s infinite; }
@keyframes cue { 0%,100%{transform:translateY(-6px);opacity:.3} 50%{transform:translateY(7px);opacity:1} }

.section { padding: clamp(80px, 11vw, 150px) 0; }
.section-heading h2, .people-copy h2 { margin: 0; font-size: clamp(2.7rem, 6vw, 5.5rem); line-height: .94; letter-spacing: -.06em; font-weight: 900; }
.section-heading h2 span, .people-copy h2 span { color: var(--muted); font-weight: 600; }
.section-heading > p:last-child { max-width: 660px; color: var(--muted); font-size: 1.05rem; }
.section-heading.centered { text-align: center; max-width: 860px; margin: 0 auto 64px; }
.section-heading.centered > p:last-child { margin-inline: auto; }
.story { background: var(--paper); }
.story-grid { display: grid; grid-template-columns: 1.06fr .94fr; gap: clamp(50px,8vw,120px); align-items: start; }
.story-copy { padding-top: 8px; }
.lead { font-size: clamp(1.3rem, 2.4vw, 1.8rem); line-height: 1.45; letter-spacing: -.02em; }
.story-copy p:not(.lead), .about-grid p:not(.lead), .people-copy p { color: var(--muted); }
blockquote { margin: 42px 0 0; padding: 24px 0 24px 24px; border-left: 4px solid var(--red); font-size: 1.35rem; font-weight: 750; line-height: 1.35; }

.cinematic-break { min-height: 70vh; position: relative; display: flex; align-items: end; color: white; overflow: hidden; background: #081830; }
.cinematic-image { background-image: linear-gradient(to top, rgba(4,13,33,.95), rgba(4,13,33,.08) 70%), url("https://lapotentecr.com/wp-content/uploads/2025/08/bandera.jpg"); background-attachment: fixed; }
.cinematic-copy { position: relative; padding-bottom: 70px; }
.cinematic-copy p { font-size: .75rem; letter-spacing: .2em; font-weight: 850; }
.cinematic-copy h2 { margin: 0; max-width: 950px; font-size: clamp(2.8rem, 6vw, 6rem); line-height: .96; letter-spacing: -.055em; }

.edition { background: #f8f6f1; }
.timeline { max-width: 1000px; margin: 0 auto; position: relative; }
.timeline::before { content:""; position: absolute; left: 66px; top: 0; bottom: 0; width: 1px; background: linear-gradient(var(--blue-2), var(--red)); opacity: .25; }
.timeline-card { display: grid; grid-template-columns: 132px 1fr; gap: 28px; position: relative; padding: 30px 0; }
.timeline-card + .timeline-card { border-top: 1px solid var(--line); }
.date { width: 88px; height: 110px; position: sticky; top: 100px; align-self: start; border-radius: 18px; display: grid; place-items: center; align-content: center; background: white; box-shadow: 0 12px 30px rgba(11,19,38,.08); border: 1px solid var(--line); z-index: 2; }
.date span, .date small { font-size: .63rem; font-weight: 850; letter-spacing: .16em; color: var(--muted); }
.date strong { font-size: 2.4rem; line-height: 1; margin: 5px 0; color: var(--blue); }
.timeline-content { padding: 12px 0 34px; }
.kicker { margin: 0 0 8px; font-size: .68rem; letter-spacing: .16em; font-weight: 850; color: var(--red); }
.timeline-content h3 { margin: 0; font-size: clamp(1.7rem, 3.5vw, 3.15rem); line-height: 1.03; letter-spacing: -.045em; }
.timeline-content > p:not(.kicker) { max-width: 690px; color: var(--muted); font-size: 1.04rem; }
.detail-tags, .chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.detail-tags span, .chips span { padding: 6px 10px; border: 1px solid var(--line); border-radius: 999px; font-size: .72rem; font-weight: 720; color: var(--muted); background: rgba(255,255,255,.5); }
.text-link { display: inline-flex; gap: 10px; text-decoration: none; font-weight: 820; border-bottom: 1px solid currentColor; padding-bottom: 3px; }

.people { background: var(--blue); color: white; overflow: hidden; position: relative; }
.people::after { content:""; position:absolute; width:520px; height:520px; border:1px solid rgba(255,255,255,.08); border-radius:50%; right:-160px; top:-160px; box-shadow:0 0 0 80px rgba(255,255,255,.02),0 0 0 160px rgba(255,255,255,.015); }
.people-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px,8vw,110px); align-items: center; position: relative; z-index: 1; }
.people-visual { aspect-ratio: 1; border-radius: 50%; border: 1px solid rgba(255,255,255,.18); display: grid; place-content: center; text-align: center; position: relative; }
.people-visual::before { content:""; position:absolute; inset:18%; border-radius:50%; border:1px dashed rgba(255,255,255,.18); }
.big-number { font-size: clamp(6rem, 16vw, 12rem); line-height: .7; font-weight: 950; letter-spacing: -.09em; }
.people-visual p { margin: 24px 0 0; color: rgba(255,255,255,.65); font-size: .85rem; text-transform: uppercase; letter-spacing: .13em; }
.people-copy h2 { max-width: 740px; }
.people-copy p { color: rgba(255,255,255,.67); }
.people-copy .chips span { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.14); color: rgba(255,255,255,.75); }

.video-section { background: #050b17; color: white; }
.video-section .section-heading { max-width: 800px; margin-bottom: 52px; }
.video-section .section-heading h2 span { color: rgba(255,255,255,.42); }
.video-section .section-heading > p:last-child { color: rgba(255,255,255,.55); }
.video-shell { position: relative; aspect-ratio: 16/9; border-radius: var(--radius); overflow: hidden; box-shadow: 0 30px 100px rgba(0,0,0,.35); background: #000; border: 1px solid rgba(255,255,255,.1); }
.video-shell iframe { position:absolute; inset:0; width:100%; height:100%; border:0; }

.gallery-section { background: var(--paper); }
.gallery { display:grid; grid-template-columns: repeat(12,1fr); grid-auto-rows: 250px; gap: 14px; }
.gallery-item { padding:0; border:0; background:#ddd; border-radius:22px; overflow:hidden; cursor:zoom-in; grid-column:span 4; position:relative; }
.gallery-item.wide { grid-column:span 8; }
.gallery-item.tall { grid-row:span 2; }
.gallery-item img { width:100%; height:100%; object-fit:cover; transition:transform .55s cubic-bezier(.2,.7,.2,1), filter .3s; }
.gallery-item::after { content:"+"; position:absolute; right:14px; bottom:14px; width:36px; height:36px; display:grid; place-items:center; border-radius:50%; background:rgba(255,255,255,.9); color:var(--blue); font-weight:900; transform:scale(.8); opacity:0; transition:.25s; }
.gallery-item:hover img { transform:scale(1.045); filter:saturate(1.08); }
.gallery-item:hover::after { transform:scale(1); opacity:1; }

.sponsors { background: var(--blue); color: white; position: relative; overflow: hidden; }
.sponsors::before { content:""; position:absolute; inset:0; background: radial-gradient(circle at 15% 20%, rgba(255,255,255,.08), transparent 30%), linear-gradient(135deg, transparent 45%, rgba(206,17,38,.12)); pointer-events:none; }
.sponsors-grid { display:grid; grid-template-columns: 1.05fr .65fr; gap: clamp(30px,6vw,90px); align-items:center; position:relative; }
.sponsors .section-heading h2 span { color:rgba(255,255,255,.43); }
.sponsors .section-heading > p:last-child { color:rgba(255,255,255,.58); }
.sponsor-poster { background:#0a2558; border:1px solid rgba(255,255,255,.12); border-radius:26px; overflow:hidden; width:min(360px,100%); justify-self:end; box-shadow:0 30px 90px rgba(0,0,0,.26); }
.sponsor-poster img { display:block; width:100%; height:auto; object-fit:contain; }
.sponsor-list { grid-column:1 / -1; display:grid; grid-template-columns:repeat(3,1fr); border-top:1px solid rgba(255,255,255,.15); margin-top:12px; }
.sponsor-card { display:block; position:relative; padding:28px 28px 18px 0; border-right:1px solid rgba(255,255,255,.15); color:inherit; text-decoration:none; transition:transform .25s ease, background .25s ease, padding .25s ease; }
.sponsor-card:last-child { border-right:0; padding-left:28px; }
.sponsor-card:nth-child(2) { padding-left:28px; }
.sponsor-card:hover, .sponsor-card:focus-visible { transform:translateY(-4px); background:rgba(255,255,255,.045); }
.sponsor-list span { color:rgba(255,255,255,.35); font-size:.7rem; letter-spacing:.15em; }
.sponsor-list h3 { margin:10px 0 2px; font-size:clamp(1.5rem,3vw,2.7rem); letter-spacing:-.04em; }
.sponsor-list p { margin:0; color:rgba(255,255,255,.48); font-size:.82rem; }
.sponsor-card strong { display:inline-block; margin-top:16px; color:rgba(255,255,255,.82); font-size:.7rem; text-transform:uppercase; letter-spacing:.12em; }

.voices { background:#fff; }
.quotes { position:relative; min-height:260px; max-width:980px; margin:0 auto; }
.quote { position:absolute; inset:0; display:grid; place-content:center; text-align:center; opacity:0; transform:translateY(12px); pointer-events:none; transition:opacity .45s, transform .45s; }
.quote.active { opacity:1; transform:none; pointer-events:auto; }
.quote p { margin:0; font-size:clamp(1.65rem,4vw,3.5rem); line-height:1.16; letter-spacing:-.045em; font-weight:750; }
.quote span { margin-top:24px; color:var(--muted); font-size:.8rem; font-weight:750; }
.quote-controls { display:flex; align-items:center; justify-content:center; gap:18px; margin-top:20px; }
.quote-controls button { width:44px; height:44px; border-radius:50%; border:1px solid var(--line); background:white; cursor:pointer; font-size:1.1rem; }
.quote-controls span { min-width:50px; text-align:center; font-size:.75rem; color:var(--muted); }

.share-section { background: #fff; padding-top: 0; }
.share-card { border-radius: 32px; background: var(--red); color: white; padding: clamp(34px,7vw,76px); display:flex; justify-content:space-between; gap:50px; align-items:center; box-shadow: var(--shadow); position:relative; overflow:hidden; }
.share-card::after { content:""; position:absolute; width:280px; height:280px; border:1px solid rgba(255,255,255,.16); border-radius:50%; right:8%; top:-45%; box-shadow:0 0 0 60px rgba(255,255,255,.04),0 0 0 120px rgba(255,255,255,.03); }
.share-card > * { position:relative; z-index:1; }
.share-card h2 { margin:0; font-size:clamp(2.2rem,5vw,4.8rem); line-height:.95; letter-spacing:-.055em; }
.share-card p { max-width:700px; color:rgba(255,255,255,.78); }
.share-card .button { flex:0 0 auto; }

.about-rock { background: var(--paper); }
.about-grid { display:grid; grid-template-columns:.85fr 1.15fr; gap:clamp(40px,8vw,120px); }
.resource-links { display:flex; flex-direction:column; margin-top:30px; border-top:1px solid var(--line); }
.resource-links a { display:flex; justify-content:space-between; text-decoration:none; font-weight:800; padding:16px 0; border-bottom:1px solid var(--line); }

.site-footer { background:#050b17; color:white; }
.footer-grid { display:flex; justify-content:space-between; gap:40px; padding:64px 0 36px; }
.footer-brand { margin:0; font-size:1.5rem; font-weight:900; letter-spacing:-.03em; }
.footer-grid p:last-child { color:rgba(255,255,255,.5); }
.footer-links { display:flex; flex-wrap:wrap; gap:18px; align-content:flex-start; }
.footer-links a { color:rgba(255,255,255,.72); text-decoration:none; font-weight:700; font-size:.84rem; }
.footer-bottom { display:flex; justify-content:space-between; gap:20px; border-top:1px solid rgba(255,255,255,.1); padding:18px 0 30px; font-size:.7rem; color:rgba(255,255,255,.35); }

.lightbox { width:min(1100px,94vw); max-height:94vh; padding:0; border:0; border-radius:24px; overflow:hidden; background:#050b17; box-shadow:0 30px 100px rgba(0,0,0,.5); }
.lightbox::backdrop { background:rgba(0,0,0,.78); backdrop-filter:blur(8px); }
.lightbox img { width:100%; max-height:90vh; object-fit:contain; }
.lightbox-close { position:absolute; right:12px; top:12px; width:42px; height:42px; border:0; border-radius:50%; background:rgba(255,255,255,.9); color:#111; font-size:1.5rem; cursor:pointer; z-index:2; }
.toast { position:fixed; left:50%; bottom:22px; transform:translate(-50%,20px); background:#081830; color:white; padding:10px 16px; border-radius:999px; z-index:1500; font-size:.8rem; opacity:0; pointer-events:none; transition:.25s; box-shadow:0 10px 30px rgba(0,0,0,.2); }
.toast.show { opacity:1; transform:translate(-50%,0); }
.noscript { position:fixed; inset:auto 12px 12px; z-index:1600; background:#fff; color:#111; padding:10px; border-radius:10px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s cubic-bezier(.2,.7,.2,1), transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  :root { --wrap: min(100% - 28px, 760px); --radius:22px; }
  .site-header { width:calc(100vw - 20px); }
  .menu-toggle { display:block; }
  .main-nav { position:fixed; top:66px; left:10px; right:10px; display:grid; padding:12px; border-radius:20px; background:rgba(6,20,49,.97); transform:translateY(-12px); opacity:0; pointer-events:none; transition:.25s; box-shadow:0 20px 60px rgba(0,0,0,.25); }
  .main-nav.open { transform:none; opacity:1; pointer-events:auto; }
  .main-nav a { padding:14px; }
  .hero-content { padding-top:110px; padding-bottom:220px; }
  .hero-stats { bottom:34px; grid-template-columns:repeat(2,1fr); gap:14px 0; }
  .hero-stats article:nth-child(3) { border-left:0; padding-left:0; }
  .scroll-cue { display:none; }
  .story-grid, .people-grid, .about-grid, .sponsors-grid { grid-template-columns:1fr; }
  .people-visual { max-width:430px; margin:0 auto; width:100%; }
  .sponsor-poster { justify-self:start; width:min(360px,100%); }
  .sponsor-list { grid-template-columns:1fr; }
  .sponsor-card, .sponsor-card:nth-child(2), .sponsor-card:last-child { padding:20px 0; border-right:0; border-bottom:1px solid rgba(255,255,255,.12); }
  .sponsor-card:last-child { border-bottom:0; }
  .gallery { grid-auto-rows:200px; }
  .gallery-item, .gallery-item.wide { grid-column:span 6; }
  .share-card { align-items:flex-start; flex-direction:column; }
  .footer-grid, .footer-bottom { flex-direction:column; }
  .cinematic-image { background-attachment:scroll; }
}

@media (max-width: 620px) {
  .brand small { display:none; }
  .hero h1 { font-size:clamp(4rem,20vw,6.1rem); }
  .hero h1 em { -webkit-text-stroke-width:1px; }
  .hero-lead { font-size:.98rem; }
  .hero-actions .button { width:100%; }
  .hero-stats { font-size:.9rem; }
  .hero-stats article { padding:0 10px; }
  .section { padding:78px 0; }
  .section-heading.centered { margin-bottom:38px; }
  .timeline::before { left:30px; }
  .timeline-card { grid-template-columns:62px 1fr; gap:15px; padding:20px 0; }
  .date { width:60px; height:80px; border-radius:14px; top:82px; }
  .date strong { font-size:1.7rem; }
  .date span, .date small { font-size:.52rem; }
  .timeline-content { padding:5px 0 26px; }
  .gallery { grid-template-columns:1fr; grid-auto-rows:260px; }
  .gallery-item, .gallery-item.wide, .gallery-item.tall { grid-column:1; grid-row:auto; }
  .quotes { min-height:330px; }
  .quote p { font-size:1.7rem; }
  .cinematic-break { min-height:62vh; }
  .cinematic-copy { padding-bottom:42px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior:auto !important; animation-duration:.01ms !important; animation-iteration-count:1 !important; transition-duration:.01ms !important; }
  .reveal { opacity:1; transform:none; }
  .hero-photo { transform:none !important; }
}

/* Hito 2026: fuego de la Independencia en la Piedra */
.independence-fire {
  min-height: min(920px, 100svh);
  position: relative;
  display: flex;
  align-items: end;
  overflow: hidden;
  background: #030915;
  color: #fff;
  isolation: isolate;
}
.independence-fire-photo {
  position: absolute;
  inset: 0;
  z-index: -3;
  background-image: url("../images/fuego-independencia-piedra-aserri-2026.webp");
  background-size: cover;
  background-position: center 42%;
  transform: scale(1.015);
}
.independence-fire-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(2,10,27,.94) 0%, rgba(2,10,27,.74) 43%, rgba(2,10,27,.18) 72%, rgba(2,10,27,.08) 100%),
    linear-gradient(0deg, rgba(2,10,27,.94) 0%, rgba(2,10,27,.18) 55%, rgba(2,10,27,.30) 100%);
}
.independence-fire::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(circle at 53% 17%, rgba(255,207,43,.18), transparent 26%);
  pointer-events: none;
}
.independence-fire-content {
  width: 100%;
  padding-top: clamp(120px, 18vw, 220px);
  padding-bottom: clamp(90px, 12vw, 150px);
}
.independence-fire-content .eyebrow { color: rgba(255,255,255,.78); }
.history-badge {
  display: inline-flex;
  margin: 12px 0 24px;
  padding: 8px 12px;
  border: 1px solid rgba(255,220,87,.42);
  border-radius: 999px;
  background: rgba(255,201,35,.09);
  color: #ffe07a;
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .16em;
}
.independence-fire h2 {
  max-width: 930px;
  margin: 0;
  font-size: clamp(3rem, 7.2vw, 7.2rem);
  line-height: .91;
  letter-spacing: -.065em;
  font-weight: 930;
}
.independence-fire h2 em {
  color: #ffe05f;
  font-style: normal;
  font-weight: 730;
}
.independence-fire-lead {
  max-width: 760px;
  margin: 30px 0 0;
  color: rgba(255,255,255,.82);
  font-size: clamp(1.08rem, 2vw, 1.42rem);
  line-height: 1.55;
}
.independence-fire-note {
  max-width: 630px;
  margin-top: 18px;
  color: rgba(255,255,255,.55);
  font-size: .94rem;
}
.independence-fire-caption {
  position: absolute;
  right: 22px;
  bottom: 20px;
  color: rgba(255,255,255,.42);
  font-size: .64rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}
@media (max-width: 760px) {
  .independence-fire { min-height: 88svh; align-items: end; }
  .independence-fire-photo { background-position: center top; }
  .independence-fire-overlay {
    background:
      linear-gradient(0deg, rgba(2,10,27,.97) 0%, rgba(2,10,27,.76) 48%, rgba(2,10,27,.08) 82%),
      linear-gradient(90deg, rgba(2,10,27,.35), rgba(2,10,27,.05));
  }
  .independence-fire-content { padding-top: 360px; padding-bottom: 72px; }
  .independence-fire h2 { font-size: clamp(2.65rem, 12vw, 4.7rem); }
  .independence-fire-caption { display: none; }
}
