:root {
  --black: #080706;
  --panel: #11100f;
  --panel-2: #191310;
  --paper: #f2eee8;
  --muted: #b7aaa1;
  --red: #e92318;
  --red-dark: #8f0906;
  --ember: #ff721c;
  --green: #32bd68;
  --discord: #7c89ff;
  --line: rgba(242, 238, 232, 0.16);
  --display: "Barlow Condensed", sans-serif;
  --body: "Inter", sans-serif;
  --mono: "DM Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--black); }
body { margin: 0; overflow-x: hidden; color: var(--paper); background: var(--black); font-family: var(--body); }
body.menu-open { overflow: hidden; }
button, input, select { font: inherit; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3, p, figure { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); text-transform: uppercase; }

.noise { position: fixed; z-index: 50; inset: 0; pointer-events: none; opacity: .14; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.86' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.4'/%3E%3C/svg%3E"); }

.site-header { position: fixed; z-index: 40; top: 0; left: 0; right: 0; height: 82px; padding: 0 4.8vw; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid transparent; transition: background .25s, border .25s, height .25s; }
.site-header.scrolled { height: 70px; background: rgba(8, 7, 6, .9); border-color: var(--line); backdrop-filter: blur(15px); }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: max-content; }
.brand-tag { display: grid; place-items: center; min-width: 48px; height: 34px; padding: 0 7px; color: var(--paper); background: var(--red); transform: skew(-8deg); font: 800 18px/1 var(--display); letter-spacing: .04em; box-shadow: 5px 5px 0 rgba(255, 114, 28, .22); }
.brand-name { font: 800 23px/.85 var(--display); letter-spacing: .025em; }
.brand-name > span { color: var(--red); }
.main-nav { display: flex; align-items: center; gap: 23px; font: 500 10px var(--mono); letter-spacing: .085em; text-transform: uppercase; }
.main-nav > a { color: #d6ccc6; transition: color .18s; }
.main-nav > a:hover { color: var(--paper); }
.nav-actions { display: flex; gap: 8px; margin-left: 5px; }
.social-button { display: inline-flex; align-items: center; gap: 9px; padding: 10px 12px; border: 1px solid; transition: transform .18s, background .18s; }
.social-button:hover { transform: translateY(-2px); }
.social-discord { color: #c7ceff; border-color: rgba(124, 137, 255, .63); background: rgba(124, 137, 255, .08); }
.social-whatsapp { color: #9ae6b4; border-color: rgba(50, 189, 104, .63); background: rgba(50, 189, 104, .08); }
.menu-toggle, .nav-backdrop { display: none; }

.hero { position: relative; isolation: isolate; min-height: 780px; height: 100svh; max-height: 980px; padding: 142px 9.5vw 86px; display: flex; align-items: center; overflow: hidden; }
.hero-media { position: absolute; z-index: -4; inset: 0; background: url("assets/hero-chili-warrior.png") center/cover no-repeat; transform: scale(1.015); }
.hero::before { content: ""; position: absolute; z-index: -3; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.97) 0%, rgba(0,0,0,.88) 34%, rgba(0,0,0,.26) 71%), linear-gradient(0deg, rgba(0,0,0,.85) 0%, transparent 36%); }
.hero::after { content: ""; position: absolute; z-index: -2; left: -6%; bottom: -210px; width: 72%; height: 430px; background: radial-gradient(ellipse, rgba(233,35,24,.47), transparent 63%); filter: blur(15px); }
.hero-grid { position: absolute; z-index: -1; inset: 0; opacity: .33; background-image: linear-gradient(rgba(233,35,24,.26) 1px, transparent 1px), linear-gradient(90deg, rgba(233,35,24,.26) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg, #000 0, transparent 62%); }
.hero-content { position: relative; z-index: 3; width: min(750px, 68vw); }
.kicker { margin: 0 0 22px; display: flex; align-items: center; gap: 10px; color: #ffb69d; font: 500 10px var(--mono); letter-spacing: .15em; text-transform: uppercase; }
.kicker span { width: 9px; height: 9px; background: var(--red); transform: rotate(45deg); box-shadow: 0 0 13px var(--red); }
.kicker.dark { color: #9f3029; }
.hero h1 { margin: 0; font-weight: 900; letter-spacing: -.035em; line-height: .72; text-shadow: 0 5px 23px #000; }
.hero-line { display: block; }
.hero-line-red { color: var(--red); font-size: clamp(96px, 11.1vw, 171px); }
.hero-line-outline { color: transparent; -webkit-text-stroke: 1.4px var(--paper); font-size: clamp(77px, 8.8vw, 135px); }
.hero-line-white { margin-top: 17px; color: var(--paper); font-size: clamp(40px, 4.9vw, 76px); line-height: .88; letter-spacing: -.015em; }
.hero-line-white em { color: var(--ember); font-style: italic; }
.hero-copy { max-width: 510px; margin: 28px 0 0; color: #d8cdc6; font-size: 15px; line-height: 1.72; text-shadow: 0 2px 8px #000; }
.hero-actions { display: flex; gap: 11px; margin-top: 30px; }
.cta { min-width: 188px; height: 54px; padding: 0 17px; display: inline-flex; align-items: center; justify-content: space-between; gap: 20px; border: 1px solid; font: 600 11px var(--mono); letter-spacing: .055em; text-transform: uppercase; transition: transform .2s, filter .2s; }
.cta:hover { transform: translateY(-3px); filter: brightness(1.13); }
.cta b { font: 400 22px var(--display); }
.cta-discord { color: #e0e3ff; border-color: #7785ff; background: linear-gradient(115deg, rgba(74,85,200,.7), rgba(124,137,255,.25)); }
.cta-whatsapp { color: #e5ffee; border-color: #35ba68; background: linear-gradient(115deg, rgba(20,121,60,.78), rgba(50,189,104,.2)); }
.hero-sticker { position: absolute; z-index: 2; right: 3.5vw; bottom: 7%; width: clamp(150px, 18vw, 290px); max-height: 36vh; object-fit: contain; filter: drop-shadow(0 17px 20px rgba(0,0,0,.76)); transform: rotate(-4deg); }
.hero-footer { position: absolute; z-index: 4; bottom: 0; left: 9.5vw; right: 9.5vw; height: 60px; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; border-top: 1px solid var(--line); color: #c4b7af; font: 500 9px var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.hero-footer span:nth-child(2) { text-align: center; }
.hero-footer a { text-align: right; color: #f1836d; }
.hero-footer i { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 0 rgba(233,35,24,.65); animation: pulse 2s infinite; }

.section { position: relative; padding: 118px 9.5vw; }
.section-number { position: absolute; top: 33px; left: 4.5vw; color: #763029; font: 500 10px var(--mono); letter-spacing: .1em; writing-mode: vertical-rl; }
h2 { margin: 0; font-size: clamp(57px, 6.4vw, 95px); font-weight: 900; line-height: .79; letter-spacing: -.025em; }
h2 em { color: var(--red); font-style: italic; }
.about { display: grid; grid-template-columns: .9fr 1.1fr; gap: 10vw; background: var(--paper); color: var(--black); }
.about-title { align-self: start; }
.about-copy { padding-top: 32px; }
.about-copy > p { max-width: 620px; color: #625a55; font-size: 15px; line-height: 1.8; }
.about-copy .lead { color: #201c19; font-size: 20px; font-weight: 600; line-height: 1.55; }
.values { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 50px; border-top: 1px solid #c8bfb8; }
.values article { min-height: 154px; padding: 20px 18px 0 0; border-right: 1px solid #c8bfb8; }
.values article + article { padding-left: 18px; }
.values article:last-child { border-right: 0; }
.values span { color: var(--red); font: 500 10px var(--mono); }
.values h3 { margin: 15px 0 7px; font-size: 26px; line-height: .9; }
.values p { margin: 0; color: #756c65; font-size: 11px; line-height: 1.55; }

.join { position: relative; isolation: isolate; min-height: 720px; padding: 105px 9.5vw; display: grid; grid-template-columns: 1fr 330px; align-items: center; gap: 10vw; overflow: hidden; }
.join-media { position: absolute; z-index: -3; inset: 0; background: url("assets/recruitment-chili-warrior.png") 78% 56%/cover no-repeat; }
.join::before { content: ""; position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgba(5,4,4,.98), rgba(5,4,4,.87) 46%, rgba(5,4,4,.2)), linear-gradient(0deg, rgba(0,0,0,.48), transparent 40%); }
.join::after { content: ""; position: absolute; z-index: -1; inset: 0; background: radial-gradient(circle at 23% 44%, rgba(233,35,24,.18), transparent 27%); }
.join-content { max-width: 670px; }
.join-content h2 { font-size: clamp(68px, 8vw, 118px); }
.join-content > p:not(.kicker) { max-width: 440px; margin: 27px 0 0; color: #cfc1ba; line-height: 1.7; }
.join-options { max-width: 510px; display: grid; gap: 10px; margin-top: 34px; }
.join-card { min-height: 78px; padding: 13px 16px; display: grid; grid-template-columns: 38px 1fr 25px; gap: 10px; align-items: center; border: 1px solid var(--line); background: rgba(5,5,5,.6); backdrop-filter: blur(6px); transition: transform .2s, background .2s; }
.join-card:hover { transform: translateX(7px); background: rgba(127,17,12,.55); }
.join-index { color: #ff8e6b; font: 500 9px var(--mono); }
.join-card small { display: block; color: #b9aaa1; font: 500 8px var(--mono); letter-spacing: .12em; }
.join-card strong { display: block; margin-top: 2px; font: 800 26px var(--display); letter-spacing: .035em; }
.join-card p { margin: 0; color: #9f928b; font-size: 10px; }
.join-card > b { font: 400 24px var(--display); }
.discord-card { border-left-color: var(--discord); }
.whatsapp-card { border-left-color: var(--green); }
.join-qr { position: relative; padding: 16px; color: var(--black); background: var(--paper); box-shadow: 13px 14px 0 rgba(233,35,24,.68); }
.qr-top { display: flex; justify-content: space-between; margin-bottom: 12px; font: 500 9px var(--mono); letter-spacing: .09em; }
.qr-top i { color: #15713a; font-style: normal; }
.join-qr a, .join-qr img { width: 100%; }
.join-qr img { height: auto; image-rendering: auto; }
.join-qr > p { margin: 11px 0 0; color: #625a55; font: 500 9px/1.4 var(--mono); text-align: center; }

.community { background: linear-gradient(135deg, #0a0908, #17100d 56%, #090807); border-top: 1px solid rgba(233,35,24,.38); }
.community-heading { display: grid; grid-template-columns: 1fr .75fr; column-gap: 7vw; align-items: end; }
.community-heading .kicker { grid-column: 1 / -1; }
.community-heading > p:not(.kicker) { max-width: 450px; margin: 0 0 5px; color: var(--muted); line-height: 1.75; }
.community-cards { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 68px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.community-card { position: relative; min-height: 285px; padding: 21px; overflow: hidden; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: color .25s, background .25s, transform .25s; }
.community-card::after { content: ""; position: absolute; right: -100px; bottom: -115px; width: 210px; height: 210px; border-radius: 50%; background: var(--red); filter: blur(48px); opacity: 0; transition: opacity .25s; }
.community-card:hover { color: var(--black); background: var(--paper); transform: translateY(-5px); }
.community-card:hover::after { opacity: .22; }
.community-card > span { color: #ef7569; font: 500 9px var(--mono); }
.card-icon { margin: 39px 0 20px; color: var(--red); font-size: 29px; }
.community-card h3 { margin: 0 0 12px; font-size: 31px; line-height: .85; }
.community-card p { position: relative; z-index: 1; margin: 0; max-width: 210px; color: inherit; opacity: .67; font-size: 11px; line-height: 1.6; }

.gallery { background: #0d0c0b; }
.gallery-heading { display: grid; grid-template-columns: 1fr .65fr; gap: 8vw; align-items: end; }
.gallery-heading > p { max-width: 430px; margin: 0 0 6px; color: var(--muted); line-height: 1.75; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: clamp(310px, 26vw, 370px) clamp(220px, 18vw, 250px) clamp(280px, 24vw, 340px); grid-template-areas: "feature feature portrait" "night duo portrait" "victory victory command"; gap: 12px; margin-top: 61px; }
.gallery-item { position: relative; min-width: 0; padding: 0; overflow: hidden; border: 0; background: #1c1714; cursor: zoom-in; text-align: left; }
.gallery-feature { grid-area: feature; }
.gallery-portrait { grid-area: portrait; }
.gallery-night { grid-area: night; }
.gallery-duo { grid-area: duo; }
.gallery-wide { grid-area: victory; }
.gallery-command { grid-area: command; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s, filter .55s; }
.gallery-portrait img { object-position: center 32%; }
.gallery-night img, .gallery-duo img, .gallery-command img { object-position: center; }
.gallery-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.78), transparent 45%); pointer-events: none; }
.gallery-item:hover img { transform: scale(1.045); filter: saturate(1.15); }
.gallery-item > span { position: absolute; z-index: 2; left: 17px; right: 17px; bottom: 15px; color: #fff; font: 700 20px var(--display); letter-spacing: .04em; }

.activity { display: grid; grid-template-columns: .73fr 1.27fr; gap: 8vw; color: var(--black); background: var(--paper); }
.activity .section-number { color: #a46b64; }
.activity-heading > p:not(.kicker) { max-width: 430px; margin: 28px 0 0; color: #69605a; line-height: 1.75; }
.activity-board { border-top: 1px solid #c9beb7; }
.activity-board article { position: relative; min-height: 142px; padding: 22px 0; display: grid; grid-template-columns: 125px 1fr 28px; align-items: center; gap: 18px; border-bottom: 1px solid #c9beb7; transition: padding .2s, background .2s; }
.activity-board article:hover { padding-left: 15px; background: #e8dfd8; }
.status { width: fit-content; padding: 6px 8px; color: #a2211a; border: 1px solid #bd7b74; font: 500 8px var(--mono); letter-spacing: .08em; }
.activity-board small { color: #a2211a; font: 500 9px var(--mono); letter-spacing: .11em; }
.activity-board h3 { margin: 5px 0 4px; font-size: 28px; line-height: .9; }
.activity-board p { margin: 0; color: #6d645e; font-size: 11px; line-height: 1.5; }
.activity-board b { color: #a89d96; font: 500 12px var(--mono); }

.final-cta { position: relative; isolation: isolate; min-height: 680px; padding: 105px 9.5vw; display: grid; grid-template-columns: 1fr 260px; gap: 10vw; align-items: center; overflow: hidden; }
.final-media { position: absolute; z-index: -3; inset: 0; background: url("assets/battlefield-reference.png") center/cover no-repeat; }
.final-cta::before { content: ""; position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.97), rgba(0,0,0,.76) 55%, rgba(0,0,0,.35)), linear-gradient(0deg, rgba(0,0,0,.62), transparent 45%); }
.final-cta::after { content: ""; position: absolute; z-index: -1; inset: 0; background: radial-gradient(circle at 32% 52%, rgba(233,35,24,.24), transparent 31%); }
.final-content h2 { font-size: clamp(65px, 8vw, 122px); }
.final-content > p:not(.kicker) { max-width: 520px; margin: 27px 0 0; color: #d1c4bc; line-height: 1.72; }
.final-qr { padding: 14px; color: var(--black); background: var(--paper); transform: rotate(2deg); box-shadow: 11px 12px 0 var(--red); }
.final-qr img { width: 100%; height: auto; }
.final-qr p { margin: 10px 0 0; font: 600 10px var(--mono); letter-spacing: .08em; text-align: center; }

.site-footer { min-height: 130px; padding: 30px 4.8vw; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 25px; border-top: 1px solid var(--line); color: #a99d95; background: #070606; font: 500 9px var(--mono); letter-spacing: .07em; }
.site-footer > p { margin: 0; text-align: center; }
.footer-links { justify-self: end; display: flex; gap: 16px; color: #ec7768; }
.footer-links a:hover { color: var(--paper); }
.site-footer small { grid-column: 1 / -1; text-align: center; color: #766d68; }

.lightbox { width: min(1100px, 92vw); max-height: 90vh; padding: 0; overflow: visible; border: 1px solid rgba(255,255,255,.2); background: #050505; box-shadow: 0 30px 90px #000; }
.lightbox::backdrop { background: rgba(0,0,0,.88); backdrop-filter: blur(8px); }
.lightbox img { width: 100%; max-height: 86vh; object-fit: contain; }
.lightbox-close { position: absolute; z-index: 2; top: -16px; right: -16px; width: 42px; height: 42px; border: 1px solid #fff; border-radius: 50%; color: #fff; background: var(--red); font: 400 28px/1 var(--display); cursor: pointer; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@keyframes pulse { 70% { box-shadow: 0 0 0 9px rgba(233,35,24,0); } 100% { box-shadow: 0 0 0 0 rgba(233,35,24,0); } }

@media (max-width: 1100px) {
  .site-header { padding: 0 4vw; }
  .main-nav { gap: 14px; }
  .main-nav > a { display: none; }
  .hero { padding-left: 7vw; padding-right: 7vw; }
  .hero-content { width: 74vw; }
  .hero-footer { left: 7vw; right: 7vw; }
  .section, .join, .final-cta { padding-left: 7vw; padding-right: 7vw; }
  .about { gap: 7vw; }
  .community-cards { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(5, clamp(190px, 27vw, 260px)); grid-template-areas: "feature feature" "feature feature" "portrait night" "portrait duo" "victory command"; }
  .activity { gap: 6vw; }
}

@media (max-width: 800px) {
  .site-header { height: 70px; padding: 0 6vw; }
  .site-header.scrolled { height: 64px; }
  .brand-name { font-size: 19px; }
  .brand-tag { min-width: 42px; height: 30px; font-size: 16px; }
  .menu-toggle { z-index: 2; display: grid; gap: 5px; width: 31px; padding: 4px 0; border: 0; background: none; cursor: pointer; }
  .menu-toggle span { display: block; width: 100%; height: 1px; background: var(--paper); transition: transform .2s, opacity .2s; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .main-nav { position: fixed; z-index: 1; top: 0; right: 0; bottom: 0; width: min(360px, 88vw); padding: 105px 28px 35px; display: flex; flex-direction: column; align-items: stretch; gap: 0; background: #0d0b0a; border-left: 1px solid rgba(233,35,24,.5); transform: translateX(105%); transition: transform .28s ease; }
  .main-nav.open { transform: none; }
  .main-nav > a { display: block; padding: 16px 0; border-bottom: 1px solid var(--line); font: 700 24px var(--display); }
  .nav-actions { margin: 27px 0 0; display: grid; }
  .social-button { justify-content: space-between; min-height: 50px; }
  .nav-backdrop { position: fixed; inset: 0; border: 0; background: rgba(0,0,0,.7); opacity: 0; pointer-events: none; transition: opacity .25s; }
  .nav-backdrop.visible { display: block; opacity: 1; pointer-events: auto; }

  .hero { min-height: 760px; height: 100svh; max-height: 900px; padding: 112px 6vw 79px; align-items: center; }
  .hero-media { background-position: 66% center; }
  .hero::before { background: linear-gradient(90deg, rgba(0,0,0,.94), rgba(0,0,0,.67) 72%, rgba(0,0,0,.2)), linear-gradient(0deg, rgba(0,0,0,.9), transparent 48%); }
  .hero-grid { background-size: 50px 50px; }
  .hero-content { width: 100%; }
  .hero-line-red { font-size: clamp(72px, 20vw, 112px); }
  .hero-line-outline { font-size: clamp(58px, 15.8vw, 89px); }
  .hero-line-white { max-width: 360px; font-size: clamp(37px, 9.8vw, 56px); }
  .hero-copy { max-width: 430px; font-size: 14px; }
  .hero-sticker { right: -21px; bottom: 76px; width: 155px; opacity: .72; }
  .hero-footer { left: 6vw; right: 6vw; grid-template-columns: 1fr auto; }
  .hero-footer span:nth-child(2) { display: none; }
  .hero-footer a { text-align: right; }

  .section { padding: 82px 6vw; }
  .section-number { display: none; }
  .about, .activity { grid-template-columns: 1fr; gap: 38px; }
  .about-copy { padding-top: 0; }
  .values { margin-top: 37px; }
  .join { min-height: 0; padding: 83px 6vw; grid-template-columns: 1fr; gap: 47px; }
  .join-media { background-position: center bottom; }
  .join::before { background: linear-gradient(180deg, rgba(5,4,4,.96), rgba(5,4,4,.8) 70%, rgba(5,4,4,.42)); }
  .join-content { max-width: 100%; }
  .join-qr { width: min(330px, 100%); }
  .community-heading, .gallery-heading { grid-template-columns: 1fr; gap: 25px; }
  .community-heading > p:not(.kicker), .gallery-heading > p { margin: 0; }
  .community-cards { margin-top: 45px; }
  .gallery-grid { margin-top: 43px; grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(5, clamp(190px, 28vw, 220px)); grid-template-areas: "feature feature" "feature feature" "portrait night" "portrait duo" "victory command"; }
  .activity-board article { grid-template-columns: 110px 1fr 24px; }
  .final-cta { min-height: 0; padding: 86px 6vw; grid-template-columns: 1fr; gap: 42px; }
  .final-qr { width: min(260px, 80vw); }
  .site-footer { padding: 38px 6vw; grid-template-columns: 1fr 1fr; }
  .site-footer > p { display: none; }
  .footer-links { justify-self: end; }
}

@media (max-width: 540px) {
  .hero { min-height: 730px; padding-top: 102px; }
  .kicker { font-size: 8px; }
  .hero-line-red { font-size: 21vw; }
  .hero-line-outline { font-size: 16.4vw; }
  .hero-line-white { margin-top: 13px; font-size: 10.3vw; }
  .hero-copy { max-width: 335px; }
  .hero-actions { flex-direction: column; align-items: flex-start; }
  .cta { width: min(280px, 100%); }
  .hero-sticker { width: 123px; bottom: 70px; }
  .hero-footer { font-size: 7px; }
  h2 { font-size: 15.5vw; }
  .values { grid-template-columns: 1fr; }
  .values article, .values article + article { min-height: 0; padding: 17px 0; border-right: 0; border-bottom: 1px solid #c8bfb8; }
  .values article:last-child { border-bottom: 0; }
  .join-content h2, .final-content h2 { font-size: 18vw; }
  .join-card { grid-template-columns: 30px 1fr 20px; }
  .community-cards { grid-template-columns: 1fr; }
  .community-card { min-height: 225px; }
  .gallery-grid { grid-template-columns: 1fr; grid-template-rows: none; grid-template-areas: none; grid-auto-rows: auto; }
  .gallery-item, .gallery-feature, .gallery-portrait, .gallery-night, .gallery-duo, .gallery-wide, .gallery-command { grid-area: auto; aspect-ratio: 4 / 3; }
  .gallery-feature, .gallery-wide, .gallery-command { aspect-ratio: 16 / 10; }
  .gallery-portrait { aspect-ratio: 4 / 5; }
  .activity-board article { grid-template-columns: 1fr 22px; gap: 10px; }
  .activity-board .status { grid-column: 1 / -1; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-links { justify-self: start; }
  .site-footer small { grid-column: auto; text-align: left; }
}

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