:root {
  --burgundy: #63142b;
  --burgundy-dark: #2d0713;
  --burgundy-deep: #170309;
  --gold: #d6ad62;
  --gold-light: #f0d9aa;
  --cream: #f5eee3;
  --paper: #fffaf3;
  --ink: #251a1c;
  --muted: #74686a;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, Avenir, "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
.page-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding-block: clamp(84px, 10vw, 150px); }

.site-header {
  position: absolute;
  z-index: 20;
  inset: 0 0 auto;
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 0;
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, .24);
}
.brand { display: flex; gap: 12px; align-items: center; text-decoration: none; }
.brand img { width: 42px; height: 42px; object-fit: contain; }
.brand span { display: flex; flex-direction: column; line-height: 1; }
.brand strong { font-family: Georgia, "Times New Roman", serif; font-size: 22px; font-weight: 500; letter-spacing: .02em; }
.brand small { margin-top: 7px; color: var(--gold-light); font-size: 9px; letter-spacing: .24em; text-transform: uppercase; }
.site-header nav { display: flex; align-items: center; gap: 30px; font-size: 13px; }
.site-header nav a { text-decoration: none; }
.nav-cta { min-height: 42px; padding: 0 18px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid #f6dfaa; border-radius: 12px; background: linear-gradient(145deg, #f3dfa9 0%, #d6ad62 50%, #b98435 100%); color: var(--burgundy-deep); box-shadow: 0 4px 0 #7c5424, 0 9px 20px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.78); font-weight: 800; text-shadow: 0 1px 0 rgba(255,255,255,.34); }

.hero { position: relative; min-height: min(900px, 100svh); display: grid; align-items: center; overflow: hidden; color: white; }
.hero::after { content: ""; position: absolute; z-index: 4; inset: 14px; border: 1px solid rgba(214,173,98,.66); outline: 5px solid rgba(23,3,9,.42); outline-offset: -9px; box-shadow: inset 0 0 0 1px rgba(240,217,170,.2); pointer-events: none; }
.hero-image, .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center 38%; }
.hero-overlay { background: linear-gradient(90deg, rgba(23, 3, 9, .93) 0%, rgba(45, 7, 19, .76) 44%, rgba(45, 7, 19, .2) 100%), radial-gradient(circle at 92% 18%, rgba(99,20,43,.46), transparent 27%), linear-gradient(0deg, rgba(23, 3, 9, .62), transparent 45%); }
.hero-content { position: relative; z-index: 2; padding-top: 90px; }
.eyebrow { margin: 0 0 24px; color: var(--burgundy); font-size: 11px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow.light { color: var(--gold-light); }
h1, h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.035em; }
h1 { max-width: 760px; font-size: clamp(62px, 8vw, 114px); line-height: .91; }
h1 em, h2 em { color: var(--gold); font-weight: 400; }
.hero-copy { max-width: 590px; margin: 34px 0 0; color: #f2e9e6; font-size: clamp(17px, 2vw, 21px); line-height: 1.7; }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-top: 44px; }
.actions .button { width: 260px; }
.button { position: relative; display: inline-flex; align-items: center; justify-content: center; min-height: 56px; padding: 0 28px; border: 1px solid #f6dfaa; border-radius: 14px; background: linear-gradient(145deg, #f3dfa9 0%, #d6ad62 50%, #b98435 100%); color: var(--burgundy-deep); box-shadow: 0 6px 0 #7c5424, 0 13px 28px rgba(45,7,19,.25), inset 0 1px 0 rgba(255,255,255,.8), inset 0 -1px 0 rgba(91,50,12,.34); font-family: inherit; font-size: 13px; font-weight: 800; letter-spacing: .035em; line-height: 1.25; text-align: center; text-decoration: none; text-shadow: 0 1px 0 rgba(255,255,255,.38); }
.button-gold, .button-burgundy, .button-outline-light { background: linear-gradient(145deg, #f3dfa9 0%, #d6ad62 50%, #b98435 100%); color: var(--burgundy-deep); }
.hero-brand-plaque { position: absolute; z-index: 3; top: 112px; right: clamp(30px, 4vw, 58px); bottom: auto; width: clamp(360px, 32vw, 516px); padding: 7px; border: 1px solid rgba(240,217,170,.78); background: rgba(23,3,9,.92); box-shadow: 0 24px 65px rgba(0,0,0,.48), 0 0 0 6px rgba(23,3,9,.58); text-decoration: none; }
.hero-brand-plaque::after { content: ""; position: absolute; inset: 8px; border: 1px solid rgba(240,217,170,.34); pointer-events: none; }
.hero-brand-plaque img { width: 100%; aspect-ratio: 800 / 565; object-fit: cover; }

.facts { background: var(--burgundy-dark); color: white; }
.facts-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.facts article { min-height: 150px; padding: 34px 28px; display: flex; flex-direction: column; justify-content: center; border-left: 1px solid rgba(255,255,255,.12); }
.facts article:last-child { border-right: 1px solid rgba(255,255,255,.12); }
.facts strong { font-family: Georgia, "Times New Roman", serif; color: var(--gold-light); font-size: clamp(30px, 4vw, 48px); font-weight: 400; }
.facts span { margin-top: 8px; color: rgba(255,255,255,.66); font-size: 11px; line-height: 1.4; text-transform: uppercase; letter-spacing: .11em; }

.intro { display: grid; grid-template-columns: .8fr 1fr; gap: 70px 100px; align-items: start; }
h2 { font-size: clamp(46px, 6vw, 76px); line-height: 1.02; }
.intro-copy { padding-top: 32px; max-width: 560px; }
.intro-copy p { color: var(--muted); font-size: 16px; line-height: 1.8; }
.intro-copy .lead { color: var(--ink); font-size: 20px; line-height: 1.65; }
.intro-copy .button { margin-top: 20px; }
.intro-photo { grid-column: 1 / -1; margin: 12px 0 0; position: relative; padding: 10px; background: var(--burgundy-dark); border: 1px solid var(--gold); box-shadow: 0 24px 65px rgba(45,7,19,.15), inset 0 0 0 4px var(--burgundy-dark), inset 0 0 0 5px rgba(240,217,170,.46); }
.intro-photo::before { content: ""; position: absolute; z-index: 2; inset: 5px; border: 1px solid rgba(240,217,170,.52); pointer-events: none; }
.intro-photo img { width: 100%; aspect-ratio: 16 / 7; object-fit: cover; object-position: center; }
.intro-photo figcaption { position: absolute; z-index: 3; right: 18px; bottom: 16px; padding: 9px 12px; background: rgba(23, 3, 9, .78); color: var(--gold-light); font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }

.formats { background: var(--burgundy); color: white; }
.section-heading { max-width: 830px; }
.inverse h2 { color: white; }
.format-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 70px; border-top: 1px solid rgba(255,255,255,.18); }
.format-grid article { min-height: 330px; padding: 32px 34px; border-right: 1px solid rgba(255,255,255,.18); }
.format-grid article:first-child { border-left: 1px solid rgba(255,255,255,.18); }
.format-grid article > span { color: var(--gold-light); font-family: Georgia, serif; font-size: 15px; }
.format-grid h3 { margin: 100px 0 18px; font-family: Georgia, serif; font-size: 29px; font-weight: 400; }
.format-grid p { margin: 0; color: rgba(255,255,255,.7); line-height: 1.75; font-size: 14px; }

.experience { background: var(--burgundy-dark); color: white; overflow: hidden; }
.experience-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(45px, 7vw, 100px); align-items: center; }
.video-frame { position: relative; padding: 10px; background: #0c0105; border: 1px solid var(--gold); box-shadow: 0 32px 80px rgba(0,0,0,.38), inset 0 0 0 4px #0c0105, inset 0 0 0 5px rgba(240,217,170,.46); }
.video-frame::before { content: ""; position: absolute; z-index: 2; inset: 5px; border: 1px solid rgba(240,217,170,.52); pointer-events: none; }
.video-frame::after { content: ""; position: absolute; inset: -18px 18px 18px -18px; border: 1px solid rgba(214,173,98,.32); pointer-events: none; }
.video-frame video { position: relative; z-index: 1; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; background: #090205; }
.experience-copy h2 { color: white; }
.experience-copy > p:not(.eyebrow) { margin: 30px 0; color: rgba(255,255,255,.7); font-size: 16px; line-height: 1.8; }
.experience-copy .button { margin-top: 4px; }

.gallery-section { background: var(--paper); }
.gallery-heading, .practical-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: end; }
.gallery-heading > p, .practical-heading > p { margin: 0 0 6px; color: var(--muted); font-size: 16px; line-height: 1.8; }
.gallery-tabs { display: flex; flex-wrap: wrap; gap: 16px; margin: 64px 0 34px; }
.gallery-tabs button { position: relative; display: inline-flex; align-items: center; justify-content: center; min-width: 180px; min-height: 54px; padding: 0 24px; border: 1px solid #f6dfaa; border-radius: 14px; background: linear-gradient(145deg, #f3dfa9 0%, #d6ad62 50%, #b98435 100%); color: var(--burgundy-deep); box-shadow: 0 5px 0 #7c5424, 0 11px 24px rgba(45,7,19,.2), inset 0 1px 0 rgba(255,255,255,.8); font: inherit; font-size: 13px; font-weight: 800; letter-spacing: .035em; text-shadow: 0 1px 0 rgba(255,255,255,.38); cursor: pointer; }
.gallery-tabs button.active { transform: translateY(3px); outline: 2px solid var(--burgundy); outline-offset: 3px; background: linear-gradient(145deg, #ffe9b7 0%, #dfb765 48%, #bd8735 100%); box-shadow: 0 2px 0 #7c5424, 0 7px 16px rgba(45,7,19,.24), inset 0 1px 0 rgba(255,255,255,.86); }
.gallery-tabs span { margin-left: 10px; padding: 3px 7px; border: 1px solid rgba(45,7,19,.28); border-radius: 999px; background: rgba(99,20,43,.1); color: var(--burgundy-deep); font-family: Georgia, serif; font-weight: 700; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.gallery-item { position: relative; padding: 8px; overflow: hidden; border: 1px solid var(--gold); background: var(--burgundy-dark); box-shadow: inset 0 0 0 3px var(--burgundy-dark), inset 0 0 0 4px rgba(240,217,170,.5), 0 13px 28px rgba(45,7,19,.11); cursor: zoom-in; }
.gallery-item::before { content: ""; position: absolute; z-index: 2; inset: 4px; border: 1px solid rgba(240,217,170,.5); pointer-events: none; }
.gallery-item:nth-child(1), .gallery-item:nth-child(6), .gallery-item:nth-child(11) { grid-column: span 2; }
.gallery-item img { width: 100%; height: 100%; min-height: 230px; aspect-ratio: 4 / 3; object-fit: cover; transition: transform .45s ease, opacity .3s ease; }
.gallery-item:nth-child(1) img, .gallery-item:nth-child(6) img, .gallery-item:nth-child(11) img { aspect-ratio: 2 / 1; }
.gallery-item > span { position: absolute; z-index: 3; right: 12px; bottom: 12px; padding: 8px 10px; background: rgba(23,3,9,.78); color: white; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; opacity: 0; transition: opacity .25s ease; }
.gallery-item:hover img { transform: scale(1.035); opacity: .85; }
.gallery-item:hover > span { opacity: 1; }
.event-grid { grid-template-columns: repeat(2, 1fr); }
.event-grid .gallery-item, .event-grid .gallery-item:nth-child(n) { grid-column: auto; }
.event-grid .gallery-item img, .event-grid .gallery-item:nth-child(n) img { aspect-ratio: 3 / 2; }

.past-events { background: var(--burgundy-deep); color: white; scroll-margin-top: 20px; }
.archive-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 90px; align-items: end; }
.archive-heading h2 { color: white; }
.archive-heading > div:last-child > p { margin: 0 0 30px; color: rgba(255,255,255,.7); font-size: 16px; line-height: 1.8; }
.archive-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 34px 16px; margin-top: 70px; }
.archive-grid figure { margin: 0; }
.archive-grid figure > div { position: relative; display: grid; place-items: center; aspect-ratio: 3 / 4; padding: 13px; overflow: hidden; background: #0c0105; border: 1px solid var(--gold); box-shadow: inset 0 0 0 4px #0c0105, inset 0 0 0 5px rgba(240,217,170,.48), 0 18px 40px rgba(0,0,0,.24); }
.archive-grid figure > div::before { content: ""; position: absolute; z-index: 2; inset: 6px; border: 1px solid rgba(240,217,170,.58); pointer-events: none; }
.archive-grid img { width: 100%; height: 100%; object-fit: contain; transition: transform .35s ease; }
.archive-grid figcaption { padding: 14px 2px 0; color: var(--gold-light); font-family: Georgia, serif; font-size: 18px; }
.archive-grid figure:hover img { transform: scale(1.025); }

.lightbox { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 50px 90px; background: rgba(12,1,5,.94); color: white; }
.lightbox figure { max-width: min(1100px, 90vw); margin: 0; padding: 10px; background: var(--burgundy-dark); border: 1px solid var(--gold); box-shadow: inset 0 0 0 4px var(--burgundy-dark), inset 0 0 0 5px rgba(240,217,170,.48), 0 25px 80px rgba(0,0,0,.55); }
.lightbox figure img { max-width: 100%; max-height: 74vh; margin: auto; object-fit: contain; }
.lightbox figcaption { margin-top: 16px; color: rgba(255,255,255,.72); text-align: center; font-size: 13px; }
.lightbox button { border: 0; background: none; color: white; cursor: pointer; }
.lightbox-close { position: absolute; top: 20px; right: 24px; font-size: 38px; font-weight: 200; }
.lightbox-arrow { position: absolute; top: 50%; translate: 0 -50%; font-family: Georgia, serif; font-size: 58px; }
.lightbox-arrow.previous { left: 24px; }
.lightbox-arrow.next { right: 24px; }

.practical { background: var(--cream); }
.practical-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 70px; }
.practical-grid article { min-height: 390px; padding: 38px; background: var(--paper); border-top: 3px solid var(--burgundy); }
.practical-grid .location-card { background: var(--burgundy-dark); color: white; border-top-color: var(--gold); }
.card-kicker { color: var(--burgundy); font-size: 10px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.location-card .card-kicker { color: var(--gold-light); }
.practical-grid h3 { margin: 84px 0 25px; font-family: Georgia, serif; font-size: 27px; font-weight: 400; }
.practical-grid ul { margin: 0; padding: 0; list-style: none; }
.practical-grid li { padding: 12px 0; border-top: 1px solid #e6d9cf; color: var(--muted); font-size: 14px; }
.practical-grid address { color: rgba(255,255,255,.72); font-style: normal; line-height: 1.7; }
.location-card .button { margin-top: 24px; }
.capacity-note { max-width: 800px; margin: 32px 0 0 auto; color: var(--muted); font-size: 12px; line-height: 1.7; text-align: right; }

.contact { background: var(--burgundy); color: white; }
.contact-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(50px, 8vw, 120px); align-items: start; }
.contact-copy { position: sticky; top: 50px; }
.contact-copy h2 { color: white; }
.contact-copy > p:not(.eyebrow) { margin: 34px 0; color: rgba(255,255,255,.72); line-height: 1.8; }
.contact-copy address { margin: 0 0 20px; color: rgba(255,255,255,.72); font-style: normal; line-height: 1.7; }
.contact-copy address strong { color: var(--gold-light); }
.contact-copy > a { color: white; text-underline-offset: 5px; }
.contact-form { padding: clamp(30px, 5vw, 58px); background: var(--paper); color: var(--ink); }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 25px 22px; }
.field-grid label { display: flex; flex-direction: column; gap: 9px; }
.field-grid label > span, .consent span { color: var(--burgundy-dark); font-size: 11px; font-weight: 800; letter-spacing: .04em; }
.field-grid input, .field-grid select, .field-grid textarea { width: 100%; border: 0; border-bottom: 1px solid #cdbdb2; border-radius: 0; background: transparent; color: var(--ink); font: inherit; font-size: 15px; outline: none; }
.field-grid input, .field-grid select { height: 46px; }
.field-grid textarea { padding-top: 12px; resize: vertical; }
.field-grid input:focus, .field-grid select:focus, .field-grid textarea:focus { border-bottom-color: var(--burgundy); box-shadow: 0 1px 0 var(--burgundy); }
.full-field { grid-column: 1 / -1; }
.hidden-field { display: none; }
.consent { display: flex; gap: 10px; align-items: flex-start; margin: 30px 0 24px; }
.consent input { margin-top: 2px; accent-color: var(--burgundy); }
.consent span { line-height: 1.5; font-weight: 600; }
.submit-button { cursor: pointer; }
.form-note { margin: 18px 0 0; color: var(--muted); font-size: 11px; }

footer { background: var(--burgundy-deep); color: rgba(255,255,255,.65); }
.footer-main { display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); gap: 50px; padding-block: 70px; }
.footer-main > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 10px; font-size: 12px; line-height: 1.6; }
.footer-main > div > strong { color: var(--gold-light); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.footer-main a { text-decoration: none; }
.footer-brand { display: flex; gap: 14px; align-items: flex-start; }
.footer-brand img { width: 54px; height: 54px; object-fit: contain; }
.footer-brand > span { display: flex; flex-direction: column; }
.footer-brand strong { color: white; font-family: Georgia, serif; font-size: 22px; font-weight: 400; }
.footer-brand small { margin-top: 8px; color: var(--gold-light); font-size: 8px; letter-spacing: .22em; text-transform: uppercase; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-block: 24px; border-top: 1px solid rgba(255,255,255,.12); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }

.thank-you-page { min-height: 100svh; display: grid; place-items: center; padding: 30px; background: radial-gradient(circle at 80% 15%, #76243a, var(--burgundy-dark) 45%, var(--burgundy-deep)); }
.thank-you-card { width: min(720px, 100%); padding: clamp(42px, 8vw, 90px); border: 1px solid rgba(214,173,98,.42); background: rgba(23,3,9,.68); color: white; text-align: center; box-shadow: 0 30px 100px rgba(0,0,0,.35); }
.thank-you-card > img { width: 74px; height: 74px; margin: 0 auto 28px; object-fit: contain; }
.thank-you-card h1 { font-size: clamp(48px, 8vw, 76px); }
.thank-you-card > p:not(.eyebrow) { max-width: 520px; margin: 30px auto; color: rgba(255,255,255,.72); line-height: 1.8; }

@media (hover: hover) {
  .button, .nav-cta { transition: transform .18s ease, box-shadow .18s ease, filter .18s ease; }
  .gallery-tabs button { transition: transform .18s ease, box-shadow .18s ease, filter .18s ease; }
  .button:hover, .nav-cta:hover { transform: translateY(-2px); filter: brightness(1.04); }
  .button:hover { box-shadow: 0 8px 0 #7c5424, 0 17px 34px rgba(45,7,19,.3), inset 0 1px 0 rgba(255,255,255,.82), inset 0 -1px 0 rgba(91,50,12,.34); }
  .nav-cta:hover { box-shadow: 0 6px 0 #7c5424, 0 12px 24px rgba(0,0,0,.32), inset 0 1px 0 rgba(255,255,255,.78); }
  .gallery-tabs button:hover:not(.active) { transform: translateY(-2px); filter: brightness(1.04); box-shadow: 0 7px 0 #7c5424, 0 15px 28px rgba(45,7,19,.25), inset 0 1px 0 rgba(255,255,255,.82); }
}
.button:active, .nav-cta:active { transform: translateY(4px); box-shadow: 0 2px 0 #7c5424, 0 6px 12px rgba(45,7,19,.24), inset 0 1px 0 rgba(255,255,255,.7); }
@media (max-width: 1250px) {
  .hero { min-height: 1080px; }
  .hero-content { padding-top: 465px; }
  .hero-brand-plaque { top: 108px; right: 32px; width: min(420px, calc(100vw - 64px)); }
}
@media (max-width: 800px) {
  .page-shell { width: min(100% - 28px, 650px); }
  .site-header { width: calc(100% - 28px); }
  .site-header nav a:not(.nav-cta) { display: none; }
  .brand small { letter-spacing: .16em; }
  .hero { min-height: 960px; }
  .hero::after { inset: 8px; outline-width: 3px; outline-offset: -6px; }
  .hero-overlay { background: linear-gradient(90deg, rgba(23, 3, 9, .9), rgba(45, 7, 19, .46)), radial-gradient(circle at 88% 16%, rgba(99,20,43,.52), transparent 30%), linear-gradient(0deg, rgba(23, 3, 9, .7), transparent 50%); }
  .hero-content { padding-top: 390px; padding-bottom: 50px; }
  .hero-brand-plaque { top: 100px; right: 22px; bottom: auto; width: min(348px, calc(100vw - 44px)); padding: 6px; }
  .hero-brand-plaque::after { inset: 8px; }
  .actions { align-items: flex-start; flex-direction: column; }
  .facts-grid { grid-template-columns: 1fr 1fr; }
  .facts article:nth-child(3) { border-top: 1px solid rgba(255,255,255,.12); }
  .facts article:nth-child(4) { border-top: 1px solid rgba(255,255,255,.12); border-right: 1px solid rgba(255,255,255,.12); }
  .intro, .experience-grid, .gallery-heading, .archive-heading, .practical-heading, .contact-grid { grid-template-columns: 1fr; gap: 34px; }
  .intro-copy { padding-top: 0; }
  .intro-photo { padding: 7px; }
  .intro-photo img { aspect-ratio: 4 / 3; }
  .experience-copy { order: -1; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .gallery-item:nth-child(n) { grid-column: auto; }
  .gallery-item { padding: 6px; }
  .gallery-item:nth-child(n) img { min-height: 180px; aspect-ratio: 4 / 3; }
  .event-grid { grid-template-columns: 1fr; }
  .archive-grid { grid-template-columns: 1fr 1fr; gap: 28px 12px; }
  .lightbox { padding: 58px 45px; }
  .lightbox-arrow.previous { left: 6px; }
  .lightbox-arrow.next { right: 6px; }
  .format-grid { grid-template-columns: 1fr; }
  .format-grid article, .format-grid article:first-child { min-height: auto; border-left: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
  .format-grid h3 { margin-top: 56px; }
  .practical-grid { grid-template-columns: 1fr; }
  .practical-grid article { min-height: auto; }
  .practical-grid h3 { margin-top: 54px; }
  .capacity-note { text-align: left; }
  .contact-copy { position: static; }
  .footer-main { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
  .brand strong { font-size: 18px; }
  .brand img { width: 36px; height: 36px; }
  .nav-cta { padding: 9px 12px; font-size: 11px; }
  h1 { font-size: clamp(52px, 16vw, 70px); }
  .gallery-tabs { gap: 12px; }
  .gallery-tabs button { flex: 1; min-width: 0; padding-inline: 14px; }
  .hero { min-height: 980px; }
  .hero-content { padding-top: 360px; padding-bottom: 50px; }
  .hero-brand-plaque { top: 94px; right: 18px; bottom: auto; width: min(316px, calc(100vw - 36px)); }
  .facts article { min-height: 128px; padding: 24px 18px; }
  .gallery-grid { grid-template-columns: 1fr; }
  .archive-grid { grid-template-columns: 1fr; }
  .field-grid { grid-template-columns: 1fr; }
  .full-field { grid-column: auto; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
