:root {
  --ink: #111111;
  --paper: #ffffff;
  --off: #f4f1e8;
  --yellow: #f7b900;
  --yellow-dark: #d99e00;
  --muted: #686868;
  --line: #d8d3c7;
  --max: 1220px;
  --shadow: 9px 9px 0 #111;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.55;
}
img, svg { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(var(--max), calc(100% - 40px)); 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; left: 16px; top: -80px; z-index: 999; padding: 12px 16px; background: var(--yellow); font-weight: 900; transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,.96);
  border-bottom: 3px solid var(--ink);
  backdrop-filter: blur(12px);
}
.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; gap: 13px; text-decoration: none; min-width: 276px; }
.brand-mark { width: 60px; height: 60px; }
.brand-copy { display: grid; line-height: .88; }
.brand-copy strong { font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: 27px; letter-spacing: .6px; }
.brand-copy em { margin-top: 5px; color: var(--yellow-dark); font-family: "Arial Black", Impact, sans-serif; font-size: 18px; font-style: italic; letter-spacing: .7px; transform: skew(-7deg); }
.primary-nav { display: flex; align-items: center; justify-content: flex-end; gap: 26px; }
.primary-nav a { position: relative; text-decoration: none; text-transform: uppercase; font-size: 13px; font-weight: 900; letter-spacing: .06em; }
.primary-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 4px; background: var(--yellow); transition: right .2s ease; }
.primary-nav a:not(.nav-cta):hover::after,
.primary-nav a:not(.nav-cta):focus-visible::after { right: 0; }
.nav-cta { padding: 14px 18px; border: 3px solid var(--ink); background: var(--yellow); box-shadow: 4px 4px 0 var(--ink); }
.nav-cta:hover { transform: translate(2px,2px); box-shadow: 2px 2px 0 var(--ink); }
.menu-toggle { display: none; width: 48px; height: 48px; padding: 10px; border: 3px solid var(--ink); background: var(--yellow); }
.menu-toggle span:not(.sr-only) { display: block; height: 3px; margin: 5px 0; background: var(--ink); }

.section-grid-bg {
  background-color: var(--off);
  background-image: linear-gradient(rgba(17,17,17,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(17,17,17,.05) 1px, transparent 1px);
  background-size: 24px 24px;
}
.hero { overflow: hidden; border-bottom: 4px solid var(--ink); }
.hero-grid { min-height: 665px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 30px; padding-block: 66px 58px; }
.eyebrow, .kicker { display: inline-flex; align-items: center; gap: 10px; text-transform: uppercase; font-size: 13px; font-weight: 950; letter-spacing: .12em; }
.eyebrow::before, .kicker::before { content: ""; width: 34px; height: 5px; background: var(--yellow); border: 1px solid var(--ink); }
.hero h1 { margin: 17px 0 18px; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: clamp(62px, 7.2vw, 106px); line-height: .84; letter-spacing: 1px; }
.hero h1 span { display: inline-block; margin-top: 13px; color: var(--yellow-dark); font-family: "Arial Black", Impact, sans-serif; font-size: .57em; font-style: italic; letter-spacing: -2px; transform: skew(-7deg); text-shadow: 3px 3px 0 #111; -webkit-text-stroke: 2px #111; }
.hero-lead { max-width: 680px; margin: 0 0 24px; color: #333; font-size: 19px; font-weight: 650; }
.hero-points { display: grid; gap: 10px; margin: 0 0 30px; padding: 0; list-style: none; }
.hero-points li { display: flex; align-items: center; gap: 12px; font-weight: 900; }
.hero-points li::before { content: "✓"; display: grid; place-items: center; width: 25px; height: 25px; border: 2px solid var(--ink); background: var(--yellow); font-size: 14px; box-shadow: 2px 2px 0 var(--ink); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.btn { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 14px 20px; border: 3px solid var(--ink); text-decoration: none; text-transform: uppercase; font-weight: 950; letter-spacing: .04em; transition: transform .16s ease, box-shadow .16s ease, background .16s ease; }
.btn-yellow { background: var(--yellow); box-shadow: 5px 5px 0 var(--ink); }
.btn-dark { color: #fff; background: var(--ink); box-shadow: 5px 5px 0 var(--yellow); }
.btn:hover { transform: translate(2px,2px); box-shadow: 2px 2px 0 var(--ink); }
.btn-dark:hover { box-shadow: 2px 2px 0 var(--yellow); }
.hero-art { position: relative; }
.hero-art svg { width: min(100%, 660px); margin-inline: auto; filter: drop-shadow(15px 18px 0 rgba(17,17,17,.13)); }
.service-ribbon { color: #fff; background: var(--ink); border-top: 4px solid var(--ink); }
.ribbon-grid { min-height: 90px; display: grid; grid-template-columns: repeat(6,1fr); align-items: center; }
.ribbon-grid span { min-height: 90px; display: flex; align-items: center; justify-content: center; gap: 10px; padding: 18px; border-right: 1px solid #383838; text-align: center; text-transform: uppercase; font-size: 13px; font-weight: 900; letter-spacing: .05em; }
.ribbon-grid span:last-child { border-right: 0; }
.ribbon-grid b { color: var(--yellow); font-size: 15px; }

.section { padding-block: 92px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 42px; }
.section-heading h2, .about-panel h2, .reviews-copy h2, .contact-copy h2 { margin: 12px 0 0; max-width: 790px; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: clamp(42px, 5.4vw, 72px); line-height: .95; letter-spacing: .4px; }
.section-heading > p { max-width: 500px; margin: 0; color: var(--muted); font-size: 17px; font-weight: 600; }
.services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.service-card { position: relative; min-height: 310px; padding: 28px; border: 3px solid var(--ink); background: #fff; box-shadow: 7px 7px 0 #111; transition: transform .18s ease, box-shadow .18s ease; }
.service-card:hover { transform: translate(-3px,-3px); box-shadow: 11px 11px 0 #111; }
.service-number { position: absolute; right: 20px; top: 16px; color: #d7d2c7; font-family: Impact, sans-serif; font-size: 48px; }
.service-icon { width: 58px; height: 58px; display: grid; place-items: center; border: 3px solid var(--ink); background: var(--yellow); font-size: 29px; }
.service-card h3 { margin: 24px 0 12px; font-size: 24px; line-height: 1.05; }
.service-card p { margin: 0; color: #505050; font-weight: 600; }
.service-card-dark { color: #fff; background: var(--ink); box-shadow: 7px 7px 0 var(--yellow); }
.service-card-dark .service-number { color: #333; }
.service-card-dark .service-icon { color: #111; background: var(--yellow); }
.service-card-dark p { color: #ddd; }
.service-card-dark a { display: inline-block; margin-top: 20px; color: var(--yellow); font-weight: 950; }

.service-card-featured { grid-column: span 2; background: var(--yellow); }
.service-card-featured .service-icon { background: #fff; }
.service-card-featured p { max-width: 760px; color: #2f2a1e; }
.gallery-card-featured { grid-column: span 2; }
.gallery-j .gallery-placeholder {
  background-image:
    radial-gradient(circle at 78% 28%, rgba(247,185,0,.98), transparent 29%),
    linear-gradient(155deg, #111 0 44%, #2b2b2b 45% 64%, #e7e1d4 65%);
}

.about-section { background: var(--ink); color: #fff; overflow: hidden; }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 54px; align-items: center; }
.about-panel .kicker { color: var(--yellow); }
.about-panel .kicker::before { border-color: #fff; }
.about-panel p { max-width: 670px; color: #d0d0d0; font-size: 17px; font-weight: 600; }
.about-signoff { display: grid; margin-top: 28px; }
.about-signoff strong { color: var(--yellow); font-family: "Arial Black", sans-serif; font-size: 28px; font-style: italic; }
.about-signoff span { color: #aaa; font-weight: 800; }
.experience-board { display: grid; grid-template-columns: .8fr 1.2fr; border: 4px solid #fff; background: #fff; color: var(--ink); box-shadow: 13px 13px 0 var(--yellow); }
.experience-big { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 390px; padding: 30px; background: var(--yellow); border-right: 4px solid var(--ink); text-align: center; }
.experience-big strong { font-family: Impact, sans-serif; font-size: 140px; line-height: .8; }
.experience-big span { margin-top: 20px; font-family: "Arial Black", sans-serif; font-size: 22px; line-height: 1.05; }
.experience-list { display: grid; align-content: center; padding: 25px; }
.experience-list > div { display: grid; grid-template-columns: 34px 1fr; gap: 12px; padding: 15px 0; border-bottom: 2px solid #ddd; }
.experience-list > div:last-child { border-bottom: 0; }
.experience-list span { width: 29px; height: 29px; display: grid; place-items: center; background: var(--yellow); border: 2px solid var(--ink); font-weight: 950; }
.experience-list p { margin: 0; color: #555; font-size: 14px; font-weight: 650; }
.experience-list strong { display: block; color: var(--ink); font-size: 16px; }

.gallery-section { background: var(--off); }
.gallery-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.gallery-card { overflow: hidden; border: 3px solid var(--ink); background: #fff; box-shadow: 7px 7px 0 #111; }
.gallery-placeholder { min-height: 265px; display: grid; place-items: end start; padding: 22px; border-bottom: 3px solid var(--ink); background-color: #e7e1d4; background-image: radial-gradient(circle at 20% 20%, rgba(247,185,0,.95), transparent 38%), linear-gradient(135deg, transparent 48%, rgba(17,17,17,.9) 49%, rgba(17,17,17,.9) 63%, transparent 64%); }
.gallery-b .gallery-placeholder { background-image: radial-gradient(circle at 80% 20%, rgba(247,185,0,.9), transparent 33%), linear-gradient(35deg, transparent 48%, rgba(17,17,17,.88) 49%, rgba(17,17,17,.88) 62%, transparent 63%); }
.gallery-c .gallery-placeholder { background-image: radial-gradient(circle at 45% 40%, rgba(247,185,0,.9), transparent 32%), repeating-linear-gradient(-45deg,#111 0 12px,#272727 12px 24px); }
.gallery-d .gallery-placeholder { background-image: linear-gradient(120deg,#111 0 53%,#f7b900 54% 70%,#e7e1d4 71%); }
.gallery-e .gallery-placeholder { background-image: radial-gradient(circle at 20% 80%,#f7b900 0 18%,transparent 19%), linear-gradient(155deg,#e7e1d4 0 48%,#111 49%); }
.gallery-f .gallery-placeholder { background-image: repeating-linear-gradient(90deg,#f7b900 0 18px,#111 18px 36px); }
.gallery-g .gallery-placeholder { background-image: radial-gradient(circle at 78% 72%, rgba(247,185,0,.95), transparent 28%), repeating-linear-gradient(135deg,#111 0 14px,#2b2b2b 14px 28px); }
.gallery-h .gallery-placeholder { background-image: linear-gradient(145deg,#f7b900 0 34%,#111 35% 64%,#e7e1d4 65%); }
.gallery-i .gallery-placeholder { background-image: repeating-linear-gradient(45deg,#e7e1d4 0 24px,#f7b900 24px 48px,#111 48px 72px); }
.gallery-placeholder span { max-width: 260px; padding: 12px 15px; color: #fff; background: #111; text-transform: uppercase; font-family: "Arial Black", sans-serif; font-size: 18px; line-height: 1.1; transform: rotate(-2deg); }
.gallery-caption { display: flex; justify-content: space-between; gap: 15px; padding: 18px; }
.gallery-caption strong { text-transform: uppercase; font-size: 14px; }
.gallery-caption span { color: var(--muted); font-size: 13px; font-weight: 700; }

.process-section { border-top: 4px solid var(--ink); border-bottom: 4px solid var(--ink); }
.process-grid { display: grid; grid-template-columns: repeat(4,1fr); margin: 0; padding: 0; list-style: none; border: 3px solid var(--ink); box-shadow: 9px 9px 0 var(--yellow); }
.process-grid li { min-height: 265px; padding: 26px; border-right: 3px solid var(--ink); }
.process-grid li:last-child { border-right: 0; }
.process-grid span { display: grid; place-items: center; width: 52px; height: 52px; background: var(--yellow); border: 3px solid var(--ink); font-family: Impact, sans-serif; font-size: 28px; }
.process-grid h3 { margin: 26px 0 10px; font-size: 22px; }
.process-grid p { margin: 0; color: var(--muted); font-weight: 600; }

.reviews-section { background: var(--yellow); border-bottom: 4px solid var(--ink); }
.reviews-grid { display: grid; grid-template-columns: 1fr .85fr; gap: 56px; align-items: center; }
.reviews-copy p { max-width: 650px; font-size: 17px; font-weight: 700; }
.review-card { padding: 38px; border: 4px solid var(--ink); background: #fff; box-shadow: 11px 11px 0 var(--ink); }
.stars { letter-spacing: 7px; font-size: 28px; }
.review-card blockquote { margin: 25px 0; font-family: Georgia, serif; font-size: 26px; font-weight: 700; line-height: 1.25; }
.review-card cite { color: var(--muted); font-style: normal; font-weight: 850; }

.contact-section { background: var(--off); }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 55px; align-items: start; }
.contact-copy > p { max-width: 560px; color: var(--muted); font-size: 17px; font-weight: 650; }
.contact-lines { display: grid; margin-top: 34px; border-top: 3px solid var(--ink); }
.contact-lines > * { display: grid; gap: 4px; padding: 20px 0; border-bottom: 2px solid #cfc8b9; text-decoration: none; }
.contact-lines span { text-transform: uppercase; color: var(--muted); font-size: 12px; font-weight: 950; letter-spacing: .1em; }
.contact-lines strong { overflow-wrap: anywhere; font-size: 18px; }
.quote-form { padding: 32px; border: 4px solid var(--ink); background: #fff; box-shadow: 11px 11px 0 var(--ink); }
.form-heading { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin: -32px -32px 28px; padding: 18px 28px; color: #fff; background: var(--ink); }
.form-heading span { color: var(--yellow); font-weight: 950; letter-spacing: .08em; }
.form-heading strong { font-size: 21px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.quote-form label { display: grid; gap: 7px; margin-bottom: 17px; text-transform: uppercase; font-size: 12px; font-weight: 950; letter-spacing: .05em; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; border: 2px solid var(--ink); border-radius: 0; background: #fff; padding: 13px 14px; color: var(--ink); outline: none; text-transform: none; letter-spacing: normal; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { box-shadow: 4px 4px 0 var(--yellow); }
.checkbox-line { grid-template-columns: 22px 1fr !important; align-items: start; text-transform: none !important; font-size: 13px !important; letter-spacing: 0 !important; }
.checkbox-line input { width: 20px; height: 20px; margin: 0; accent-color: var(--yellow); }
.form-submit { width: 100%; }
.form-note { margin: 15px 0 0; color: var(--muted); font-size: 12px; font-weight: 700; text-align: center; }
.hidden-field { display: none; }

.site-footer { color: #fff; background: var(--ink); border-top: 5px solid var(--yellow); }
.footer-grid { display: grid; grid-template-columns: 1.1fr .8fr .8fr; gap: 35px; padding-block: 45px; }
.footer-brand strong { font-family: Impact, sans-serif; font-size: 29px; letter-spacing: .5px; }
.footer-brand strong span { color: var(--yellow); }
.footer-brand p, .footer-business p { margin: 8px 0; color: #aaa; font-weight: 700; }
.footer-links { display: grid; align-content: start; gap: 10px; }
.footer-links a { color: #fff; text-decoration: none; font-weight: 800; }
.footer-business { text-align: right; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-block: 18px; border-top: 1px solid #444; color: #888; font-size: 12px; font-weight: 700; }
.insured-badge { width: fit-content; display: inline-flex; align-items: center; gap: 9px; margin-top: 8px; padding: 9px 13px; border: 2px solid var(--yellow); background: var(--yellow); color: var(--ink); text-transform: uppercase; font-size: 12px; font-weight: 950; letter-spacing: .06em; box-shadow: 3px 3px 0 #fff; }
.insured-badge span { width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: var(--yellow); }
.footer-credit { color: inherit; }
.sponsor-badge { display: inline-flex; align-items: center; gap: 9px; color: #fff; text-decoration: none; }
.sponsor-badge img { width: 38px; height: 38px; object-fit: contain; filter: drop-shadow(0 0 5px rgba(247,185,0,.28)); }
.sponsor-badge span { display: grid; line-height: 1.05; }
.sponsor-badge small { color: #999; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.sponsor-badge strong { color: var(--yellow); font-size: 13px; letter-spacing: .04em; }
.sponsor-badge:hover strong, .sponsor-badge:focus-visible strong { text-decoration: underline; }
.mobile-actions { display: none; }

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

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

@media (max-width: 1060px) {
  .menu-toggle { display: block; }
  .primary-nav { position: absolute; top: 88px; left: 0; right: 0; display: none; padding: 24px 20px 28px; background: #fff; border-bottom: 4px solid var(--ink); box-shadow: 0 12px 0 rgba(17,17,17,.12); }
  .primary-nav.is-open { display: grid; gap: 5px; }
  .primary-nav a { padding: 13px 0; border-bottom: 1px solid #ddd; }
  .primary-nav .nav-cta { margin-top: 10px; padding-inline: 18px; text-align: center; border-bottom: 3px solid var(--ink); }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-art { max-width: 720px; margin-inline: auto; }
  .ribbon-grid { grid-template-columns: repeat(3,1fr); }
  .ribbon-grid span { border-bottom: 1px solid #383838; }
  .services-grid, .gallery-grid { grid-template-columns: repeat(2,1fr); }
  .about-grid, .reviews-grid, .contact-grid { grid-template-columns: 1fr; }
  .experience-board { max-width: 860px; }
  .process-grid { grid-template-columns: repeat(2,1fr); }
  .process-grid li:nth-child(2) { border-right: 0; }
  .process-grid li:nth-child(-n+2) { border-bottom: 3px solid var(--ink); }
}

@media (max-width: 720px) {
  body { padding-bottom: 67px; }
  .container { width: min(100% - 28px, var(--max)); }
  .header-inner { min-height: 76px; }
  .brand { min-width: 0; }
  .brand-mark { width: 49px; height: 49px; }
  .brand-copy strong { font-size: 22px; }
  .brand-copy em { font-size: 14px; }
  .primary-nav { top: 76px; }
  .hero-grid { min-height: auto; padding-block: 46px 32px; }
  .hero h1 { font-size: clamp(57px, 19vw, 79px); }
  .hero h1 span { -webkit-text-stroke: 1.3px #111; text-shadow: 2px 2px 0 #111; }
  .hero-lead { font-size: 17px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-art { margin-top: 12px; }
  .ribbon-grid { grid-template-columns: 1fr; }
  .ribbon-grid span { min-height: 62px; border-right: 0; }
  .section { padding-block: 65px; }
  .section-heading { display: grid; gap: 18px; }
  .services-grid, .gallery-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 270px; }
  .service-card-featured, .gallery-card-featured { grid-column: span 1; }
  .experience-board { grid-template-columns: 1fr; box-shadow: 8px 8px 0 var(--yellow); }
  .experience-big { min-height: 250px; border-right: 0; border-bottom: 4px solid var(--ink); }
  .experience-big strong { font-size: 110px; }
  .process-grid { grid-template-columns: 1fr; box-shadow: 7px 7px 0 var(--yellow); }
  .process-grid li { min-height: auto; border-right: 0; border-bottom: 3px solid var(--ink) !important; }
  .process-grid li:last-child { border-bottom: 0 !important; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .quote-form { padding: 24px; box-shadow: 7px 7px 0 var(--ink); }
  .form-heading { margin: -24px -24px 24px; padding: 16px 20px; }
  .form-heading strong { display: none; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-business { text-align: left; }
  .footer-bottom { display: grid; }
  .sponsor-badge { width: fit-content; }
  .mobile-actions { position: fixed; left: 0; right: 0; bottom: 0; z-index: 120; display: grid; grid-template-columns: .8fr 1.2fr; border-top: 3px solid var(--ink); }
  .mobile-actions a { display: grid; place-items: center; min-height: 64px; text-decoration: none; text-transform: uppercase; font-weight: 950; }
  .mobile-actions a:first-child { color: #fff; background: var(--ink); }
  .mobile-actions a:last-child { background: var(--yellow); }
}


/* Separate project gallery page */
.primary-nav .active-page { color: var(--yellow); background: var(--ink); padding: 10px 12px; }
.gallery-hero { border-bottom: 5px solid var(--ink); }
.gallery-hero-inner { min-height: 430px; display: grid; align-content: center; justify-items: start; padding-block: 72px; }
.gallery-hero h1 { margin: 12px 0 18px; font-family: Impact, "Arial Black", sans-serif; font-size: clamp(70px, 11vw, 142px); line-height: .82; letter-spacing: -2px; }
.gallery-hero h1 span { color: var(--yellow); -webkit-text-stroke: 2px var(--ink); text-shadow: 4px 4px 0 var(--ink); }
.gallery-hero p { max-width: 760px; margin: 0; color: var(--muted); font-size: 18px; font-weight: 700; line-height: 1.55; }
.gallery-hero .hero-actions { margin-top: 28px; }
.gallery-page-section { padding-top: 78px; }
.gallery-cta { display: flex; justify-content: space-between; align-items: center; gap: 28px; margin-top: 55px; padding: 30px; border: 4px solid var(--ink); background: #fff; box-shadow: 10px 10px 0 var(--yellow); }
.gallery-cta h2 { margin: 8px 0 0; font-size: clamp(29px, 4vw, 48px); }

@media (max-width: 720px) {
  .primary-nav .active-page { padding: 13px 0; color: var(--ink); background: transparent; }
  .gallery-hero-inner { min-height: 360px; padding-block: 48px; }
  .gallery-hero h1 { font-size: clamp(62px, 20vw, 92px); }
  .gallery-hero h1 span { -webkit-text-stroke: 1.3px var(--ink); text-shadow: 2px 2px 0 var(--ink); }
  .gallery-cta { display: grid; box-shadow: 7px 7px 0 var(--yellow); }
}
