:root {
  --ink: #070706;
  --paper: #f4efe5;
  --muted: #aaa49a;
  --gold: #eead4c;
  --orange: #e85b20;
  --red: #b91f13;
  --line: rgba(255,255,255,.16);
  --ease-out: cubic-bezier(.16,1,.3,1);
}

* { box-sizing: border-box; }
html { color-scheme: dark; scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--ink); color: var(--paper); font-family: "Segoe UI Variable", "Segoe UI", Arial, sans-serif; }
body::before { content: ""; position: fixed; z-index: 80; inset: 0; opacity: .032; pointer-events: none; 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='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link { position: fixed; z-index: 99; top: 12px; left: 12px; padding: 10px 14px; background: #fff; color: #000; transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: fixed; z-index: 20; inset: 0 0 auto; display: flex; align-items: center; justify-content: space-between; height: 92px; padding: 18px clamp(22px,4vw,68px); border-bottom: 1px solid rgba(255,255,255,.08); transition: background .4s ease, height .4s ease; }
.site-header.is-scrolled { height: 72px; background: rgba(7,7,6,.86); border-bottom-color: rgba(255,255,255,.11); -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px); }
.brand { width: clamp(230px,24vw,300px); line-height: 0; }
.brand img { display: block; width: 100%; height: auto; }
.site-nav { display: flex; align-items: center; gap: clamp(20px,2.7vw,44px); }
.site-nav a { position: relative; padding: 12px 0; color: rgba(255,255,255,.68); font-size: 11px; font-weight: 650; letter-spacing: .18em; text-decoration: none; text-transform: uppercase; transition: color .25s ease; }
.site-nav a::after { content: ""; position: absolute; right: 0; bottom: 5px; left: 0; height: 1px; background: var(--gold); box-shadow: 0 0 8px var(--gold); transform: scaleX(0); transition: transform .35s var(--ease-out); transform-origin: right; }
.site-nav a:hover, .site-nav a:focus-visible { color: #fff; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.menu-toggle { display: none; }

.hero { position: relative; min-height: 100svh; overflow: hidden; isolation: isolate; background: #070706; }
.hero-photo { position: absolute; z-index: -5; inset: 0; background: url("../pyrotechnics_photos/IMG_5067.jpg") 50% 54% / cover no-repeat; filter: saturate(.75) contrast(1.18) brightness(.57); transform: scale(1.07); animation: hero-breathe 13s ease-out both; }
.hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(0,0,0,.78) 0%,rgba(0,0,0,.25) 48%,rgba(0,0,0,.55) 100%); }
.hero-vignette { position: absolute; z-index: -3; inset: 0; background: radial-gradient(circle at 50% 42%,transparent 0 18%,rgba(0,0,0,.1) 47%,#070706 105%),linear-gradient(180deg,rgba(0,0,0,.52),transparent 25%,transparent 66%,#070706 102%); }
.fireworks-canvas { position: absolute; z-index: -1; inset: 0; width: 100%; height: 100%; mix-blend-mode: screen; pointer-events: none; }
.cursor-light { position: absolute; z-index: -2; width: 42vw; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle,rgba(239,164,65,.15),rgba(226,58,16,.05) 32%,transparent 68%); transform: translate3d(-50%,-50%,0); filter: blur(18px); pointer-events: none; opacity: 0; transition: opacity .35s ease; }

.hero-content { display: flex; flex-direction: column; justify-content: center; min-height: 100svh; padding: 132px clamp(24px,5.5vw,96px) 92px; }
.eyebrow { display: flex; align-items: center; gap: 14px; margin: 0 0 clamp(24px,5vh,56px); color: rgba(255,255,255,.63); font-size: 10px; font-weight: 700; letter-spacing: .28em; text-transform: uppercase; opacity: 0; animation: rise-in 1s .15s var(--ease-out) forwards; }
.eyebrow span { width: 48px; height: 1px; background: linear-gradient(90deg,var(--gold),transparent); box-shadow: 0 0 9px var(--gold); }
.hero h1 { max-width: 1180px; margin: 0; text-transform: uppercase; }
.hero-line { display: block; width: max-content; max-width: 100%; font-weight: 760; line-height: .83; letter-spacing: -.055em; text-shadow: 0 6px 30px rgba(0,0,0,.45); opacity: 0; transform: translateY(75px); animation: title-in 1.2s var(--ease-out) forwards; }
.hero-line-small { font-size: clamp(54px,8.2vw,138px); }
.hero-line-large { margin-left: clamp(10px,8vw,150px); color: transparent; font-size: clamp(58px,10vw,166px); -webkit-text-stroke: 1px rgba(255,255,255,.88); animation-delay: .12s; }
.hero-line-end { margin-left: clamp(38px,25vw,430px); color: #fff; animation-delay: .24s; }
.hero-line-end::after { content: ""; display: inline-block; width: .11em; height: .11em; margin-left: .12em; border-radius: 50%; background: #fff; box-shadow: 0 0 7px #fff,0 0 22px var(--gold),0 0 55px var(--orange); vertical-align: .12em; }
.hero-bottom { display: flex; align-items: end; justify-content: space-between; gap: 36px; margin-top: clamp(32px,6vh,72px); padding-top: 22px; border-top: 1px solid var(--line); opacity: 0; animation: rise-in .9s .6s var(--ease-out) forwards; }
.hero-bottom p { max-width: 660px; margin: 0; color: rgba(255,255,255,.7); font-size: clamp(10px,1vw,13px); font-weight: 600; line-height: 1.7; letter-spacing: .13em; text-transform: uppercase; }
.hero-bottom b { margin: 0 .5em; color: var(--gold); font-weight: 400; }
.hero-cta { display: flex; align-items: center; gap: 20px; color: #fff; font-size: 10px; font-weight: 700; letter-spacing: .2em; text-decoration: none; text-transform: uppercase; white-space: nowrap; }
.hero-cta i { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; color: var(--gold); font-size: 17px; font-style: normal; transition: background .25s ease, color .25s ease, transform .25s ease; }
.hero-cta:hover i { background: #fff; color: #111; transform: translateY(4px); }
.interaction-note { position: absolute; right: clamp(22px,4vw,68px); bottom: 24px; display: flex; align-items: center; gap: 9px; margin: 0; color: rgba(255,255,255,.4); font-size: 9px; font-weight: 650; letter-spacing: .18em; text-transform: uppercase; }
.interaction-note span { width: 5px; height: 5px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 10px var(--gold); animation: pulse 1.8s infinite; }
.interaction-note b { color: rgba(255,255,255,.16); }
.section-pad { padding-right: clamp(24px,6vw,104px); padding-left: clamp(24px,6vw,104px); }
.section-index { display: flex; align-items: center; gap: 13px; color: #837f77; font-size: 10px; font-weight: 700; letter-spacing: .25em; text-transform: uppercase; }
.section-index span { display: inline-block; width: 44px; height: 1px; background: #45423e; }
.reveal { opacity: 0; transform: translateY(42px); transition: opacity .9s var(--ease-out), transform .9s var(--ease-out); }
.reveal.is-visible { opacity: 1; transform: none; }

.manifesto { position: relative; display: grid; grid-template-columns: minmax(150px,.7fr) minmax(0,2.3fr); gap: 6vw; min-height: 92vh; padding-top: clamp(110px,15vw,220px); padding-bottom: clamp(110px,15vw,220px); background: radial-gradient(circle at 85% 35%,rgba(173,65,14,.09),transparent 30%),#070706; }
.manifesto .section-index { align-self: start; margin: 14px 0; }
.manifesto-copy { max-width: 1150px; }
.manifesto-kicker { margin: 0 0 clamp(50px,7vw,100px); color: #77736c; font-size: 11px; font-weight: 650; line-height: 1.8; letter-spacing: .2em; text-transform: uppercase; }
.manifesto h2 { max-width: 1000px; margin: 0; font-size: clamp(48px,7.6vw,132px); font-weight: 660; line-height: .93; letter-spacing: -.06em; }
.manifesto h2 em, .services-heading h2 em, .photo-story h2 em { color: transparent; font-style: normal; font-weight: 430; -webkit-text-stroke: 1px rgba(244,239,229,.7); }
.manifesto-note { max-width: 500px; margin: clamp(50px,7vw,92px) 0 0 auto; color: #9b968d; font-size: clamp(15px,1.3vw,20px); line-height: 1.65; }
.spark-rule { position: absolute; right: clamp(24px,6vw,104px); bottom: 0; left: clamp(24px,6vw,104px); height: 1px; overflow: visible; background: linear-gradient(90deg,transparent,rgba(255,255,255,.22),transparent); }
.spark-rule i { position: absolute; top: -2px; left: 50%; width: 5px; height: 5px; border-radius: 50%; background: #fff; box-shadow: 0 0 11px #fff,0 0 30px var(--gold),0 0 70px var(--orange); }

.services { background: #070706; }
.services-heading { display: grid; grid-template-columns: minmax(150px,.7fr) minmax(0,2.3fr); gap: 6vw; align-items: start; padding-top: 150px; padding-bottom: 100px; }
.services-heading .section-index { margin: 14px 0; }
.services-heading h2 { margin: 0; font-size: clamp(55px,8.5vw,142px); line-height: .91; letter-spacing: -.065em; }
.service-stage { position: relative; display: grid; align-items: end; min-height: min(86vw,900px); overflow: hidden; isolation: isolate; padding: clamp(38px,7vw,110px); border-top: 1px solid rgba(255,255,255,.08); }
.service-photo { position: absolute; z-index: -4; inset: -8%; background-image: var(--image); background-position: center; background-size: cover; filter: saturate(.76) brightness(.65) contrast(1.13); transform: translate3d(0,var(--parallax,0),0) scale(1.07); will-change: transform; }
.service-shade { position: absolute; z-index: -3; inset: 0; background: linear-gradient(90deg,rgba(3,3,3,.9),rgba(3,3,3,.22) 65%,rgba(3,3,3,.4)),linear-gradient(0deg,#080808 0%,transparent 52%); }
.service-stage::before { content: ""; position: absolute; z-index: -2; top: 0; bottom: 0; left: 0; width: 42%; background: linear-gradient(90deg,rgba(239,129,35,.12),transparent); mix-blend-mode: screen; opacity: .55; }
.service-stage--events { justify-items: end; }
.service-stage--events .service-copy { text-align: right; }
.service-stage--events .service-shade { background: linear-gradient(270deg,rgba(3,3,3,.86),rgba(3,3,3,.22) 68%,rgba(3,3,3,.45)),linear-gradient(0deg,#080808 0%,transparent 52%); }
.service-stage--events::before { right: 0; left: auto; background: linear-gradient(270deg,rgba(215,67,35,.13),transparent); }
.service-stage--themed .service-photo { background-position: 54% center; filter: saturate(.72) brightness(.58) contrast(1.12); }
.service-stage--themed::before { background: linear-gradient(90deg,rgba(49,93,151,.14),transparent); }
.service-stage--haunted { min-height: min(92vw,960px); }
.service-stage--haunted .service-photo { filter: saturate(.48) brightness(.4) contrast(1.3) hue-rotate(-7deg); }
.service-stage--haunted .service-shade { background: linear-gradient(90deg,rgba(5,3,3,.94),rgba(8,2,2,.17) 60%,rgba(0,0,0,.65)),linear-gradient(0deg,#050404,transparent 60%); }
.service-stage--haunted::after { content: ""; position: absolute; z-index: 2; inset: 0; pointer-events: none; background: radial-gradient(circle at 70% 45%,transparent 0 8%,rgba(70,0,0,.2) 38%,rgba(0,0,0,.62) 100%); animation: haunted-flicker 7s steps(1,end) infinite; }
.service-number { position: absolute; z-index: -1; top: 4vw; right: 4vw; margin: 0; color: rgba(255,255,255,.055); font-size: clamp(140px,29vw,460px); font-weight: 800; line-height: .75; letter-spacing: -.09em; }
.service-stage--events .service-number { right: auto; left: 2vw; }
.service-copy { position: relative; z-index: 3; width: min(780px,72vw); }
.service-label { margin: 0 0 22px; color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .26em; text-transform: uppercase; }
.service-copy h3 { margin: 0; color: #fff; font-size: clamp(66px,11vw,180px); font-weight: 760; line-height: .75; letter-spacing: -.075em; text-transform: uppercase; }
.service-copy h3 span { display: block; margin-left: clamp(24px,9vw,145px); color: transparent; font-size: .72em; font-weight: 430; -webkit-text-stroke: 1px rgba(255,255,255,.82); }
.service-stage--events h3 span { margin-right: clamp(24px,9vw,145px); margin-left: 0; }
.service-copy > p:not(.service-label) { max-width: 440px; margin: 35px 0 30px; color: rgba(255,255,255,.7); font-size: clamp(14px,1.2vw,18px); line-height: 1.65; }
.service-stage--events .service-copy > p:not(.service-label) { margin-left: auto; }
.text-link { display: inline-flex; align-items: center; gap: 22px; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.32); font-size: 10px; font-weight: 700; letter-spacing: .22em; text-decoration: none; text-transform: uppercase; transition: border-color .3s ease,color .3s ease; }
.text-link span { color: var(--gold); font-size: 16px; transition: transform .3s var(--ease-out); }
.text-link:hover { color: var(--gold); border-bottom-color: var(--gold); }
.text-link:hover span { transform: translate(4px,-4px); }
.fog { position: absolute; z-index: 1; bottom: -28%; left: -15%; width: 95%; height: 55%; border-radius: 50%; background: rgba(177,170,160,.14); filter: blur(85px); opacity: .5; animation: fog-drift 18s ease-in-out infinite alternate; pointer-events: none; }
.fog-two { right: -25%; bottom: -12%; left: auto; opacity: .25; animation-delay: -8s; animation-duration: 24s; }

.photo-story { overflow: hidden; padding-top: clamp(120px,14vw,220px); padding-bottom: clamp(130px,16vw,250px); background: linear-gradient(180deg,#080807,#11100e 55%,#080807); }
.photo-story-heading { display: grid; grid-template-columns: minmax(150px,.7fr) minmax(0,2.3fr); gap: 6vw; }
.photo-story-heading .section-index { margin: 13px 0; }
.photo-story h2 { margin: 0; font-size: clamp(45px,7vw,116px); line-height: .94; letter-spacing: -.06em; }
.photo-montage { position: relative; display: grid; grid-template-columns: repeat(12,1fr); grid-template-rows: repeat(14,minmax(34px,5vw)); max-width: 1550px; margin: clamp(85px,10vw,150px) auto 0; }
.montage-image { position: relative; z-index: 2; margin: 0; overflow: hidden; background: #171513; box-shadow: 0 35px 80px rgba(0,0,0,.48); }
.montage-image::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.14); pointer-events: none; }
.montage-image img { display: block; width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) contrast(1.12); transition: transform 1s var(--ease-out),filter .7s ease; }
.montage-image:hover img { transform: scale(1.045); filter: saturate(1) contrast(1.06); }
.montage-a { grid-column: 1/8; grid-row: 1/8; }
.montage-b { z-index: 3; grid-column: 8/13; grid-row: 3/9; }
.montage-c { z-index: 4; grid-column: 2/6; grid-row: 8/15; }
.montage-d { z-index: 1; grid-column: 6/12; grid-row: 9/14; }
.montage-word { z-index: 5; grid-column: 4/13; grid-row: 7/11; align-self: center; margin: 0; color: transparent; font-size: clamp(78px,15vw,240px); font-weight: 800; line-height: .7; letter-spacing: -.075em; -webkit-text-stroke: 1px rgba(255,255,255,.7); pointer-events: none; }

.gallery-gateway { padding-top: clamp(120px,13vw,210px); padding-bottom: clamp(130px,13vw,210px); background: #080807; }
.gateway-heading { display: grid; grid-template-columns: minmax(150px,.7fr) minmax(0,2.3fr); gap: 6vw; margin-bottom: 75px; }
.gateway-heading .section-index { margin: 13px 0; }
.gateway-heading h2 { margin: 0; font-size: clamp(60px,11vw,190px); line-height: .8; letter-spacing: -.07em; }
.gateway-list { border-top: 1px solid var(--line); }
.gateway-link { position: relative; z-index: 0; display: grid; grid-template-columns: 80px minmax(0,1fr) auto 60px; align-items: center; min-height: clamp(122px,13vw,205px); padding: 25px clamp(24px,6vw,104px); overflow: hidden; border-bottom: 1px solid var(--line); text-decoration: none; isolation: isolate; }
.gateway-link::before { content: ""; position: absolute; z-index: -2; inset: -25% 0; background-image: linear-gradient(90deg,rgba(0,0,0,.84),rgba(0,0,0,.25),rgba(0,0,0,.74)),var(--gateway-image); background-position: center; background-size: cover; opacity: 0; transform: scale(1.07); transition: opacity .45s ease,transform 1.2s var(--ease-out); }
.gateway-link::after { content: ""; position: absolute; z-index: -1; inset: 0; background: rgba(220,94,24,.1); opacity: 0; mix-blend-mode: screen; transition: opacity .4s ease; }
.gateway-link:hover::before, .gateway-link:focus-visible::before { opacity: .78; transform: scale(1); }
.gateway-link:hover::after, .gateway-link:focus-visible::after { opacity: 1; }
.gateway-index { color: #77726a; font-size: 10px; font-weight: 700; letter-spacing: .2em; }
.gateway-link strong { font-size: clamp(44px,7.6vw,122px); font-weight: 650; line-height: .8; letter-spacing: -.055em; text-transform: uppercase; transition: transform .5s var(--ease-out); }
.gateway-link:hover strong, .gateway-link:focus-visible strong { transform: translateX(18px); }
.gateway-meta { color: #8e8981; font-size: 10px; font-weight: 650; letter-spacing: .18em; text-transform: uppercase; }
.gateway-link i { color: var(--gold); font-size: 24px; font-style: normal; text-align: right; transition: transform .4s var(--ease-out); }
.gateway-link:hover i, .gateway-link:focus-visible i { transform: translate(6px,-6px); }

.finale { position: relative; display: grid; place-content: center; min-height: 92vh; padding: 120px 24px; overflow: hidden; text-align: center; background: radial-gradient(circle at 50% 48%,rgba(210,78,15,.14),transparent 28%),#050505; isolation: isolate; }
.finale::before, .finale::after { content: ""; position: absolute; z-index: -1; top: 50%; width: 30vw; height: 1px; background: linear-gradient(90deg,transparent,rgba(239,173,76,.7)); box-shadow: 0 0 12px rgba(239,173,76,.5); }
.finale::before { left: 0; }
.finale::after { right: 0; transform: rotate(180deg); }
.finale-flare { position: absolute; z-index: -1; top: 50%; left: 50%; width: 9px; height: 9px; border-radius: 50%; background: #fff; box-shadow: 0 0 15px #fff,0 0 55px var(--gold),0 0 140px var(--orange); transform: translate(-50%,-50%); }
.finale p { margin: 0 0 22px; color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .3em; text-transform: uppercase; }
.finale h2 { margin: 0 0 55px; font-size: clamp(65px,12vw,190px); font-weight: 750; line-height: .75; letter-spacing: -.075em; text-transform: uppercase; }
.round-link { display: grid; place-items: center; gap: 5px; width: 100px; height: 100px; margin: 0 auto; border: 1px solid rgba(255,255,255,.27); border-radius: 50%; font-size: 9px; font-weight: 700; letter-spacing: .15em; text-decoration: none; text-transform: uppercase; transition: background .3s ease,color .3s ease,transform .3s ease; }
.round-link span { color: var(--gold); font-size: 18px; }
.round-link:hover { background: #fff; color: #080808; transform: scale(1.06); }
.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 150px; padding: 40px clamp(24px,6vw,104px); border-top: 1px solid var(--line); background: #050505; }
.site-footer img { width: min(340px,55vw); height: auto; }
.site-footer p { margin: 0; color: #706c65; font-size: 9px; font-weight: 650; letter-spacing: .14em; text-transform: uppercase; }

@keyframes haunted-flicker { 0%,18%,21%,62%,64%,100% { opacity: .78; } 19%,63% { opacity: .42; } 20% { opacity: .92; } }
@keyframes fog-drift { from { transform: translate3d(-5%,0,0) scale(1); } to { transform: translate3d(24%,-12%,0) scale(1.15); } }

@keyframes title-in { to { opacity: 1; transform: translateY(0); } }
@keyframes rise-in { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
@keyframes hero-breathe { from { transform: scale(1.16); } to { transform: scale(1.07); } }
@keyframes pulse { 50% { opacity: .35; transform: scale(.65); } }

@media (max-width: 780px) {
  .site-header { height: 78px; padding: 14px 20px; }
  .brand { width: 218px; }
  .menu-toggle { display: grid; width: 44px; height: 44px; padding: 10px 7px; border: 0; background: transparent; color: #fff; place-content: center; gap: 5px; }
  .menu-toggle span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .menu-toggle i { display: block; width: 25px; height: 1px; background: currentColor; transition: transform .3s ease; }
  .site-nav { position: fixed; inset: 78px 0 auto; display: grid; gap: 0; padding: 10px 24px 28px; background: rgba(7,7,6,.96); border-bottom: 1px solid var(--line); opacity: 0; pointer-events: none; transform: translateY(-12px); transition: .3s var(--ease-out); }
  .site-nav a { padding: 14px 0; font-size: 12px; }
  .site-header.nav-open .site-nav { opacity: 1; pointer-events: auto; transform: none; }
  .site-header.nav-open .menu-toggle i:first-of-type { transform: translateY(3px) rotate(45deg); }
  .site-header.nav-open .menu-toggle i:last-of-type { transform: translateY(-3px) rotate(-45deg); }
  .hero-content { justify-content: end; padding: 110px 20px 116px; }
  .eyebrow { margin-bottom: 28px; }
  .hero-line { line-height: .9; }
  .hero-line-large { margin-left: 0; font-size: clamp(44px,14vw,72px); }
  .hero-line-end { margin-left: 15vw; }
  .hero-bottom { display: block; margin-top: 32px; }
  .hero-bottom p { font-size: 9px; }
  .hero-cta { display: none; }
  .interaction-note { right: auto; left: 20px; bottom: 24px; }
  .manifesto, .services-heading, .photo-story-heading, .gateway-heading { display: block; }
  .manifesto { min-height: 0; padding-top: 115px; padding-bottom: 120px; }
  .manifesto .section-index, .services-heading .section-index, .photo-story-heading .section-index, .gateway-heading .section-index { margin-bottom: 64px; }
  .manifesto-kicker { margin-bottom: 48px; }
  .manifesto-note { margin-top: 52px; margin-left: 10vw; }
  .services-heading { padding-top: 110px; padding-bottom: 80px; }
  .service-stage { min-height: 86svh; padding: 42px 20px 64px; }
  .service-photo { inset: -4%; }
  .service-copy { width: 100%; }
  .service-copy h3 { font-size: clamp(56px,18vw,95px); }
  .service-copy h3 span { margin-left: 7vw; font-size: .66em; }
  .service-stage--events { justify-items: start; }
  .service-stage--events .service-copy { text-align: left; }
  .service-stage--events h3 span { margin-right: 0; margin-left: 7vw; }
  .service-stage--events .service-copy > p:not(.service-label) { margin-left: 0; }
  .service-number { top: 9vh; right: -2vw; font-size: 56vw; }
  .service-stage--events .service-number { right: -2vw; left: auto; }
  .photo-story { padding-top: 110px; padding-bottom: 130px; }
  .photo-montage { grid-template-rows: repeat(15,12vw); margin-top: 75px; }
  .montage-a { grid-column: 1/10; grid-row: 1/7; }
  .montage-b { grid-column: 7/13; grid-row: 5/10; }
  .montage-c { grid-column: 1/7; grid-row: 8/14; }
  .montage-d { grid-column: 5/13; grid-row: 11/16; }
  .montage-word { grid-column: 2/13; grid-row: 7/11; font-size: 22vw; }
  .gallery-gateway { padding-top: 105px; padding-bottom: 115px; }
  .gateway-heading { margin-bottom: 60px; }
  .gateway-link { grid-template-columns: 34px minmax(0,1fr) 30px; min-height: 120px; padding: 20px; }
  .gateway-link::before { opacity: .28; }
  .gateway-link strong { font-size: clamp(36px,11vw,62px); }
  .gateway-meta { display: none; }
  .gateway-link i { font-size: 18px; }
  .finale { min-height: 78svh; }
  .finale::before, .finale::after { width: 16vw; }
  .round-link { width: 88px; height: 88px; }
  .site-footer { display: block; text-align: center; }
  .site-footer img { margin-bottom: 24px; }
}

@media (max-width: 420px) {
  .brand { width: 200px; }
  .hero-line-small { font-size: 15.5vw; }
  .hero-line-large { font-size: clamp(36px,11.5vw,46px); }
  .hero-bottom p { max-width: 310px; line-height: 1.9; }
  .hero-bottom b { margin: 0 .25em; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .fireworks-canvas, .interaction-note { display: none; }
  .service-photo { transform: scale(1.04); }
  .fog { display: none; }
  .reveal { opacity: 1; transform: none; }
}
