:root {
  --ink: #142037;
  --muted: #647084;
  --paper: #f8f5ef;
  --white: #fff;
  --plum: #651338;
  --plum-deep: #3f0a25;
  --plum-soft: #f6e9ef;
  --green: #075f45;
  --green-deep: #043e30;
  --gold: #e5b84d;
  --gold-bright: #f6d477;
  --navy: #071a33;
  --line: rgba(20, 32, 55, .13);
  --shadow: 0 24px 70px rgba(7, 26, 51, .14);
  --shadow-soft: 0 12px 36px rgba(7, 26, 51, .09);
  --radius: 24px;
  --shell: min(1180px, calc(100% - 40px));
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, Aptos, "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; min-width: 320px; color: var(--ink); background: var(--paper); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select { font: inherit; }
button { cursor: pointer; }
p { color: var(--muted); line-height: 1.75; }
h1, h2, h3, p, blockquote { margin-top: 0; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 1000; top: -80px; left: 16px; padding: 12px 18px; border-radius: 0 0 12px 12px; background: var(--gold); color: var(--navy); font-weight: 900; }
.skip-link:focus { top: 0; }

.announcement { position: relative; z-index: 80; background: var(--green); color: white; }
.announcement-inner { min-height: 38px; display: flex; align-items: center; justify-content: center; gap: 16px; font-size: .82rem; }
.announcement p { margin: 0; color: rgba(255,255,255,.88); line-height: 1.35; }
.announcement a { color: white; font-weight: 900; text-underline-offset: 3px; }

.site-header { position: sticky; z-index: 70; top: 0; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); transition: box-shadow .25s ease; }
.site-header.is-scrolled { box-shadow: 0 10px 32px rgba(7, 26, 51, .1); }
.header-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 13px; text-decoration: none; min-width: 0; }
.brand-marks { display: flex; align-items: center; gap: 7px; flex: 0 0 auto; }
.brand-marks img { width: 47px; height: 54px; object-fit: contain; }
.brand-marks img + img { width: 49px; height: 49px; }
.brand-name { display: grid; line-height: 1.08; }
.brand-name strong { color: var(--plum); font-family: var(--serif); font-size: 1.18rem; letter-spacing: -.02em; }
.brand-name span { margin-top: 5px; color: var(--green); font-size: .67rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.primary-nav { display: flex; align-items: center; gap: 5px; }
.primary-nav a { padding: 11px 12px; border-radius: 999px; color: #344056; font-size: .88rem; font-weight: 800; text-decoration: none; white-space: nowrap; transition: color .2s ease, background .2s ease, transform .2s ease; }
.primary-nav a:hover, .primary-nav a:focus-visible { color: var(--plum); background: var(--plum-soft); transform: translateY(-1px); }
.primary-nav .nav-celebrate { color: var(--plum); }
.primary-nav .nav-portal { padding-inline: 17px; background: var(--plum); color: white; }
.primary-nav .nav-portal:hover, .primary-nav .nav-portal:focus-visible { color: white; background: var(--green); }
.menu-toggle { display: none; width: 46px; height: 46px; border: 0; border-radius: 50%; background: var(--plum-soft); padding: 12px; }
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--plum); transition: .2s ease; }

.hero { position: relative; min-height: 690px; display: grid; align-items: stretch; overflow: hidden; isolation: isolate; background: var(--navy); }
.hero-media, .hero-media img, .hero-veil { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media { z-index: -2; }
.hero-media img { object-fit: cover; object-position: center 32%; opacity: 1; transform: scale(1.035); transition: opacity .32s ease, transform 3.2s ease; }
.hero-media img.is-changing { opacity: .22; transform: scale(1.07); }
.hero-veil { background: linear-gradient(90deg, rgba(5,20,39,.95) 0%, rgba(5,20,39,.78) 48%, rgba(5,20,39,.32) 76%, rgba(5,20,39,.54) 100%), linear-gradient(0deg, rgba(0,0,0,.38), transparent 48%); }
.hero-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; align-items: end; gap: 70px; padding-top: 118px; padding-bottom: 94px; }
.hero-copy { max-width: 760px; }
.kicker, .section-kicker, .mini-label { margin-bottom: 14px; color: var(--gold-bright); font-size: .74rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.hero h1 { margin-bottom: 22px; color: white; font-family: var(--serif); font-size: clamp(3.2rem, 7vw, 6.35rem); font-weight: 700; letter-spacing: -.055em; line-height: .91; text-wrap: balance; }
.hero h1 span { color: var(--gold-bright); }
.hero-lead { max-width: 660px; color: rgba(255,255,255,.84); font-size: clamp(1rem, 1.8vw, 1.22rem); line-height: 1.7; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 13px 21px; border: 1px solid transparent; border-radius: 999px; font-size: .9rem; font-weight: 900; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-gold { background: var(--gold); color: var(--navy); box-shadow: 0 10px 28px rgba(229,184,77,.23); }
.button-gold:hover { background: var(--gold-bright); box-shadow: 0 14px 34px rgba(229,184,77,.32); }
.button-ghost { border-color: rgba(255,255,255,.35); background: rgba(255,255,255,.08); color: white; backdrop-filter: blur(12px); }
.button-ghost:hover { background: white; color: var(--navy); }
.button-plum { background: var(--plum); color: white; box-shadow: 0 10px 28px rgba(101,19,56,.2); }
.button-plum:hover { background: var(--green); }
.hero-card { align-self: end; padding: 24px; border: 1px solid rgba(255,255,255,.2); border-radius: 24px; background: rgba(7,26,51,.62); color: white; box-shadow: var(--shadow); backdrop-filter: blur(14px); }
.hero-card .mini-label { margin-bottom: 10px; }
.hero-card > strong { display: block; font-family: var(--serif); font-size: 1.35rem; line-height: 1.2; }
.hero-card > span { display: block; margin-top: 10px; color: rgba(255,255,255,.7); font-size: .78rem; }
.hero-controls { display: grid; grid-template-columns: 42px 1fr 42px; gap: 8px; margin-top: 20px; }
.hero-controls button { min-height: 42px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: rgba(255,255,255,.08); color: white; font-size: .75rem; font-weight: 800; }
.hero-controls button:hover { background: var(--gold); color: var(--navy); }
.hero-progress { position: absolute; right: 0; bottom: 0; left: 0; height: 4px; background: rgba(255,255,255,.14); }
.hero-progress span { display: block; width: 0; height: 100%; background: var(--gold); }
.hero-progress span.is-running { animation: heroProgress 3.2s linear forwards; }
@keyframes heroProgress { from { width: 0; } to { width: 100%; } }

.ceremony-strip { background: var(--plum); color: white; }
.ceremony-grid { display: grid; grid-template-columns: repeat(3, 1fr) auto; align-items: center; gap: 24px; min-height: 108px; }
.ceremony-grid > div { display: grid; gap: 5px; padding-left: 19px; border-left: 2px solid rgba(229,184,77,.72); }
.ceremony-grid span { color: rgba(255,255,255,.62); font-size: .69rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.ceremony-grid strong { font-size: .88rem; }
.ceremony-grid > a { color: var(--gold-bright); font-weight: 900; text-decoration: none; }

.section { padding: 105px 0; }
.section-heading { max-width: 640px; }
.section-heading.centered { margin: 0 auto 48px; text-align: center; }
.section-kicker { color: var(--green); }
.section-kicker.light { color: var(--gold-bright); }
.section h2 { margin-bottom: 21px; color: var(--navy); font-family: var(--serif); font-size: clamp(2.4rem, 5vw, 4.35rem); letter-spacing: -.045em; line-height: 1.02; text-wrap: balance; }
.section-heading > p:last-child, .lead { font-size: 1.07rem; }

.welcome { background: white; }
.welcome-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: clamp(44px, 7vw, 90px); align-items: center; }
.welcome-photo { position: relative; }
.welcome-photo > img { width: 100%; min-height: 510px; object-fit: cover; border-radius: 12px 80px 12px 12px; box-shadow: var(--shadow); }
.welcome-photo::before { content: ""; position: absolute; z-index: -1; inset: -22px 45% 44% -22px; border-radius: 30px; background: var(--plum-soft); }
.photo-seal { position: absolute; right: -28px; bottom: -30px; width: 148px; aspect-ratio: 1; display: grid; place-content: center; text-align: center; border: 7px solid white; border-radius: 50%; background: var(--gold); color: var(--navy); box-shadow: var(--shadow-soft); transform: rotate(-6deg); }
.photo-seal span { font-size: .65rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.photo-seal strong { font-family: var(--serif); font-size: 1.35rem; line-height: 1.1; }
.welcome-copy blockquote { margin: 28px 0; padding: 19px 0 19px 24px; border-left: 4px solid var(--gold); color: var(--plum); font-family: var(--serif); font-size: 1.35rem; font-style: italic; line-height: 1.45; }
.welcome-actions { display: flex; flex-wrap: wrap; gap: 22px; }
.text-link { color: var(--plum); font-weight: 900; text-decoration: none; }
.text-link span { color: var(--green); }

.divisions { position: relative; overflow: hidden; background: #f7f3ec; }
.divisions::before { content: ""; position: absolute; width: 500px; height: 500px; right: -220px; top: -220px; border: 80px solid rgba(101,19,56,.035); border-radius: 50%; }
.division-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.division-card { position: relative; min-height: 390px; display: flex; flex-direction: column; padding: 31px 27px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 8px 24px rgba(7,26,51,.045); transition: transform .25s ease, box-shadow .25s ease; }
.division-card:hover { transform: translateY(-7px); box-shadow: var(--shadow-soft); }
.division-number { position: absolute; top: 18px; right: 21px; color: rgba(7,26,51,.09); font-family: var(--serif); font-size: 3rem; font-weight: 900; }
.division-icon { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 40px; border-radius: 18px; color: white; font-size: 1.55rem; }
.division-card.early .division-icon { background: var(--plum); }
.division-card.primary .division-icon { background: var(--green); }
.division-card.junior .division-icon { background: #0a5273; }
.division-card.senior .division-icon { background: var(--navy); }
.division-card .mini-label { margin-bottom: 8px; color: var(--green); font-size: .64rem; }
.division-card h3 { margin-bottom: 9px; font-family: var(--serif); font-size: 1.55rem; }
.division-card p { margin-bottom: 24px; font-size: .9rem; }
.division-card a { margin-top: auto; color: var(--plum); font-size: .85rem; font-weight: 900; text-decoration: none; }

.graduation-feature { position: relative; overflow: hidden; background: var(--navy); color: white; }
.graduation-pattern { position: absolute; inset: 0; opacity: .14; background-image: radial-gradient(circle at 20% 30%, var(--gold) 0 2px, transparent 3px), radial-gradient(circle at 78% 68%, var(--gold) 0 1px, transparent 2px); background-size: 44px 44px, 31px 31px; }
.graduation-layout { position: relative; display: grid; grid-template-columns: minmax(290px, .82fr) minmax(0, 1.18fr); gap: clamp(50px, 8vw, 100px); align-items: center; }
.invitation-wrap { position: relative; max-width: 430px; margin-inline: auto; padding: 13px; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.08); box-shadow: 0 35px 85px rgba(0,0,0,.34); transform: rotate(-2.1deg); }
.invitation-wrap img { width: 100%; }
.invitation-ribbon { position: absolute; z-index: 2; top: 28px; right: -27px; padding: 9px 17px; background: var(--gold); color: var(--navy); font-size: .72rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; box-shadow: var(--shadow-soft); transform: rotate(5deg); }
.graduation-copy h2 { color: white; }
.graduation-copy > p:not(.section-kicker) { color: rgba(255,255,255,.72); font-size: 1.04rem; }
.album-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin: 32px 0; }
.album-stats div { padding: 18px 13px; border-left: 2px solid var(--gold); background: rgba(255,255,255,.06); }
.album-stats strong { display: block; color: var(--gold-bright); font-family: var(--serif); font-size: 2rem; }
.album-stats span { display: block; margin-top: 4px; color: rgba(255,255,255,.67); font-size: .68rem; line-height: 1.35; }

.values { background: white; }
.values-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(50px, 8vw, 100px); align-items: start; }
.value-list { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.value-list article { min-height: 170px; display: flex; gap: 17px; padding: 24px; border: 1px solid var(--line); border-radius: 20px; background: var(--paper); }
.value-list article > span { width: 44px; height: 44px; display: grid; flex: 0 0 44px; place-items: center; border-radius: 50%; background: var(--plum); color: white; font-family: var(--serif); font-weight: 900; }
.value-list article:nth-child(2) > span, .value-list article:nth-child(4) > span { background: var(--green); }
.value-list h3 { margin: 5px 0 8px; font-family: var(--serif); font-size: 1.25rem; }
.value-list p { margin-bottom: 0; font-size: .87rem; line-height: 1.6; }

.curriculum { background: linear-gradient(135deg, #f5eadf, #fbfaf7 52%, #e9f2ed); }
.curriculum-layout { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(50px, 8vw, 100px); align-items: center; }
.curriculum-copy > p:not(.section-kicker) { font-size: 1.04rem; }
.curriculum-steps { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.curriculum-steps > div { min-height: 180px; padding: 25px; border: 1px solid rgba(101,19,56,.13); border-radius: 22px; background: rgba(255,255,255,.78); box-shadow: var(--shadow-soft); }
.curriculum-steps span { color: var(--plum); font-family: var(--serif); font-size: 2.1rem; font-weight: 900; opacity: .28; }
.curriculum-steps strong { display: block; margin-top: 13px; color: var(--navy); }
.curriculum-steps p { margin: 6px 0 0; font-size: .84rem; line-height: 1.55; }

.admissions { background: white; }
.admissions-card { position: relative; display: grid; grid-template-columns: 160px 1fr 290px; gap: 40px; align-items: center; overflow: hidden; padding: 48px; border-radius: 34px; background: linear-gradient(120deg, var(--plum-deep), var(--plum) 56%, #8b2051); color: white; box-shadow: var(--shadow); }
.admissions-card::after { content: ""; position: absolute; width: 310px; height: 310px; right: -90px; top: -180px; border: 55px solid rgba(229,184,77,.13); border-radius: 50%; }
.admission-badge { width: 142px; aspect-ratio: 1; display: grid; place-content: center; text-align: center; border: 2px solid var(--gold); border-radius: 50%; background: rgba(255,255,255,.07); transform: rotate(-6deg); }
.admission-badge span { font-size: .65rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.admission-badge strong { color: var(--gold-bright); font-family: var(--serif); font-size: 2rem; }
.admission-copy h2 { margin-bottom: 15px; color: white; font-size: clamp(2rem, 3.6vw, 3.25rem); }
.admission-copy p { color: rgba(255,255,255,.75); }
.admission-copy ul { display: flex; flex-wrap: wrap; gap: 8px 18px; margin: 20px 0 0; padding: 0; list-style: none; }
.admission-copy li { color: rgba(255,255,255,.87); font-size: .79rem; }
.admission-copy li::before { content: "✓"; margin-right: 6px; color: var(--gold); font-weight: 900; }
.admission-action { position: relative; z-index: 1; display: grid; gap: 8px; padding-left: 28px; border-left: 1px solid rgba(255,255,255,.2); }
.admission-action > span { color: var(--gold-bright); font-size: .67rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.admission-action > a:not(.button) { color: white; font-family: var(--serif); font-size: 1.55rem; font-weight: 900; text-decoration: none; }
.admission-action small { margin-bottom: 10px; color: rgba(255,255,255,.64); line-height: 1.55; }

.portal-preview { background: #f7f3ec; }
.role-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.role-grid article { padding: 27px; border: 1px solid var(--line); border-radius: 22px; background: white; box-shadow: 0 8px 24px rgba(7,26,51,.045); }
.role-grid article > span { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 14px; background: var(--plum-soft); color: var(--plum); font-size: .73rem; font-weight: 900; }
.role-grid h3 { margin: 22px 0 8px; font-family: var(--serif); font-size: 1.35rem; }
.role-grid p { margin: 0; font-size: .84rem; line-height: 1.65; }
.center-action { display: flex; justify-content: center; margin-top: 34px; }

.site-footer { padding: 68px 0 22px; background: var(--navy); color: white; }
.footer-grid { display: grid; grid-template-columns: 1.65fr repeat(3, 1fr); gap: 48px; padding-bottom: 48px; }
.footer-brand { display: flex; gap: 15px; align-items: flex-start; }
.footer-brand img { width: 58px; object-fit: contain; }
.footer-brand strong { display: block; font-family: var(--serif); font-size: 1.3rem; }
.footer-brand span { display: block; margin-top: 5px; color: var(--gold-bright); font-size: .67rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.footer-brand p { max-width: 290px; margin: 15px 0 0; color: rgba(255,255,255,.58); font-size: .83rem; }
.footer-grid h2 { margin-bottom: 17px; color: var(--gold-bright); font-family: var(--sans); font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-grid a { color: rgba(255,255,255,.76); font-size: .82rem; text-decoration: none; }
.footer-grid a:hover { color: var(--gold-bright); }
.footer-grid p { margin: 0; color: rgba(255,255,255,.58); font-size: .79rem; line-height: 1.65; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.45); font-size: .72rem; }

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

@media (max-width: 1080px) {
  .primary-nav a { padding-inline: 9px; font-size: .81rem; }
  .brand-name { display: none; }
  .hero-layout { grid-template-columns: 1fr 260px; gap: 32px; }
  .division-grid, .role-grid { grid-template-columns: 1fr 1fr; }
  .admissions-card { grid-template-columns: 125px 1fr; }
  .admission-action { grid-column: 2; padding: 24px 0 0; border-top: 1px solid rgba(255,255,255,.2); border-left: 0; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 780px) {
  :root { --shell: min(100% - 28px, 1180px); --radius: 19px; }
  html { scroll-padding-top: 82px; }
  .announcement-inner { min-height: 44px; justify-content: space-between; font-size: .7rem; }
  .announcement p { max-width: 72%; }
  .header-inner { min-height: 72px; }
  .brand-marks img { width: 39px; height: 45px; }
  .brand-marks img + img { width: 42px; height: 42px; }
  .brand-name { display: grid; }
  .brand-name strong { font-size: .98rem; }
  .brand-name span { font-size: .56rem; }
  .menu-toggle { display: block; flex: 0 0 auto; }
  .primary-nav { position: absolute; inset: auto 0 auto 0; top: 100%; min-height: calc(100dvh - 72px); max-height: calc(100dvh - 72px); display: grid; align-content: start; gap: 5px; overflow-y: auto; padding: 28px 22px; background: rgba(255,255,255,.99); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: .2s ease; }
  .primary-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .primary-nav a { padding: 14px 16px; border-radius: 12px; font-size: 1rem; }
  .primary-nav .nav-portal { text-align: center; }
  .hero { min-height: 710px; }
  .hero-veil { background: linear-gradient(0deg, rgba(5,20,39,.95) 0%, rgba(5,20,39,.66) 75%, rgba(5,20,39,.45)); }
  .hero-layout { grid-template-columns: 1fr; align-content: end; gap: 30px; padding-top: 92px; padding-bottom: 54px; }
  .hero h1 { font-size: clamp(3.05rem, 15vw, 5.1rem); }
  .hero-card { max-width: 330px; padding: 18px; }
  .ceremony-grid { grid-template-columns: 1fr 1fr; padding-block: 25px; }
  .ceremony-grid > div:nth-child(3), .ceremony-grid > a { grid-column: 1 / -1; }
  .section { padding: 78px 0; }
  .welcome-grid, .graduation-layout, .values-layout, .curriculum-layout { grid-template-columns: 1fr; }
  .welcome-photo { margin-right: 22px; }
  .welcome-photo > img { min-height: 390px; }
  .photo-seal { right: -20px; width: 126px; }
  .graduation-layout { gap: 64px; }
  .invitation-wrap { max-width: 350px; }
  .album-stats { grid-template-columns: 1fr 1fr; }
  .values-layout { gap: 28px; }
  .admissions-card { grid-template-columns: 1fr; padding: 36px 28px; }
  .admission-badge { width: 115px; }
  .admission-action { grid-column: 1; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 520px) {
  .brand-name span { display: none; }
  .hero { min-height: 750px; }
  .hero-layout { padding-top: 66px; }
  .hero-lead { font-size: .95rem; }
  .button-row .button { width: 100%; }
  .ceremony-grid { grid-template-columns: 1fr; gap: 18px; }
  .ceremony-grid > div, .ceremony-grid > div:nth-child(3), .ceremony-grid > a { grid-column: 1; }
  .division-grid, .value-list, .curriculum-steps, .role-grid { grid-template-columns: 1fr; }
  .division-card { min-height: 335px; }
  .album-stats { gap: 8px; }
  .album-stats strong { font-size: 1.65rem; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand, .footer-grid > div:last-child { grid-column: 1; }
  .footer-bottom { flex-direction: column; }
}

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