:root {
  --ink: #17100d;
  --ink-soft: #24120e;
  --cream: #fff1e6;
  --paper: #fffaf6;
  --red: #d92f1e;
  --red-dark: #9f180f;
  --orange: #ff6a18;
  --orange-light: #ff9a4d;
  --line: #ead7ca;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 84px;
  padding: 0 clamp(24px, 5vw, 76px);
  background: rgba(28, 10, 7, .91);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  backdrop-filter: blur(18px);
}
.brand { display: inline-flex; align-items: center; gap: 12px; color: #fff; }
.brand img { width: 46px; height: 46px; }
.brand span { display: flex; flex-direction: column; line-height: 1; }
.brand strong { font-size: 18px; letter-spacing: .02em; }
.brand small { margin-top: 6px; color: #d8b4a8; font-size: 10px; letter-spacing: .22em; text-transform: uppercase; }
.nav { display: flex; align-items: center; gap: 34px; color: #d2d4d0; font-size: 13px; }
.nav a { transition: color .25s ease; }
.nav a:hover { color: #fff; }
.nav-cta { padding: 13px 20px; border: 1px solid rgba(255, 106, 24, .72); border-radius: 0; color: var(--orange-light) !important; transform: skew(-7deg); }
.menu-button { display: none; }

.hero {
  position: relative;
  min-height: 770px;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(390px, .82fr);
  align-items: center;
  overflow: hidden;
  padding: 150px clamp(24px, 7vw, 108px) 76px;
  color: #fff;
  background:
    linear-gradient(112deg, transparent 0 53%, rgba(217,47,30,.12) 53% 53.3%, transparent 53.3%),
    linear-gradient(115deg, rgba(255,255,255,.025) 1px, transparent 1px) 0 0 / 42px 42px,
    radial-gradient(circle at 76% 40%, #532017 0, #2a120e 28%, #160b08 62%);
}
.hero::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 130px;
  width: 44%; height: 100%; left: auto;
  background: linear-gradient(150deg, transparent 0 17%, rgba(217,47,30,.17) 17% 17.5%, transparent 17.5% 78%, rgba(255,106,24,.16) 78% 78.5%, transparent 78.5%);
  pointer-events: none;
}
.hero-copy { position: relative; z-index: 2; max-width: 720px; }
.eyebrow {
  display: flex; align-items: center; gap: 12px;
  margin: 0 0 25px;
  color: var(--orange-light);
  font-size: 11px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase;
}
.eyebrow span { width: 28px; height: 1px; background: currentColor; }
.eyebrow.dark { color: var(--red); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -.045em;
}
h1 {
  position: relative;
  z-index: 0;
  isolation: isolate;
  max-width: 760px;
  margin-bottom: 28px;
  font-size: clamp(58px, 6.2vw, 96px);
  line-height: .96;
  animation: titlePulse 3.8s ease-in-out infinite;
}
h1::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -12%;
  left: -8%;
  width: 24%;
  height: 124%;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(255,106,24,.58) 0%, rgba(217,47,30,.22) 43%, transparent 72%);
  filter: blur(22px);
  mix-blend-mode: screen;
  pointer-events: none;
  animation: titleGlowSweep 3.8s ease-in-out infinite alternate;
}
h1 em { color: var(--orange); font-weight: 400; text-shadow: 0 0 55px rgba(255,106,24,.18); }
.hero-lede { max-width: 600px; color: #bdc1bb; font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 32px; margin-top: 40px; }
.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 35px;
  min-height: 54px; padding: 0 25px;
  border: 0; border-radius: 2px;
  font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  cursor: pointer; transition: transform .25s ease, background .25s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: linear-gradient(110deg, var(--red), var(--orange)); color: #fff; box-shadow: 12px 12px 0 rgba(217,47,30,.13); }
.button-primary:hover { background: linear-gradient(110deg, #ef3522, #ff7a29); }
.button-dark { background: var(--ink); color: #fff; }
.text-link { display: inline-flex; align-items: center; gap: 12px; font-size: 14px; font-weight: 700; }
.text-link small { display: block; margin-bottom: 3px; color: #848c84; font-size: 10px; font-weight: 400; letter-spacing: .12em; text-transform: uppercase; }
.phone-icon { display: grid; place-items: center; width: 39px; height: 39px; border: 1px solid #70352a; border-radius: 0; color: var(--orange-light); transform: rotate(45deg); }
.phone-icon + span { margin-left: 5px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 23px; margin-top: 52px; color: #8f9690; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.trust-row span::before { content: "↗"; margin-right: 7px; color: var(--orange); }

.hero-word {
  position: absolute; left: -20px; bottom: -35px; z-index: 0;
  color: rgba(255,255,255,.022); font-size: clamp(130px, 18vw, 275px); font-weight: 900;
  letter-spacing: -.09em; line-height: .8; pointer-events: none; user-select: none;
}

.hero-mark { position: relative; z-index: 1; display: grid; place-items: center; min-height: 480px; }
.mark-core {
  position: relative; z-index: 2;
  display: grid; place-items: center;
  width: clamp(250px, 25vw, 365px); aspect-ratio: 1;
  border-radius: 32% 68% 55% 45% / 46% 37% 63% 54%;
  background: radial-gradient(circle at 43% 34%, #5f2217, #260f0b 70%);
  transform: rotate(-4deg);
  box-shadow: 0 35px 80px rgba(0,0,0,.35), inset 0 0 0 1px rgba(255,255,255,.05);
}
.mark-core img { width: 72%; height: 72%; filter: drop-shadow(0 20px 30px rgba(0,0,0,.35)); }
.orbit { position: absolute; border: 1px solid rgba(255,106,24,.31); border-radius: 42% 58% 66% 34% / 54% 34% 66% 46%; animation: rotate 16s linear infinite; }
.orbit-one { width: 430px; height: 430px; }
.orbit-two { width: 505px; height: 505px; animation-duration: 24s; animation-direction: reverse; border-color: rgba(255,255,255,.08); }
.orbit i { position: absolute; top: -4px; left: 50%; width: 8px; height: 8px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 18px var(--orange); }
.orbit-two i { top: auto; bottom: 18px; background: var(--red); box-shadow: none; }
.heat-card {
  position: absolute; z-index: 3; right: 0; bottom: 45px;
  display: flex; align-items: center; gap: 13px;
  padding: 16px 20px; background: rgba(34,12,8,.9); border: 1px solid rgba(255,106,24,.25); backdrop-filter: blur(12px);
  box-shadow: 0 18px 35px rgba(0,0,0,.25);
}
.heat-icon { color: var(--orange); font-size: 28px; }
.heat-card strong, .heat-card small { display: block; }
.heat-card strong { font-size: 12px; }
.heat-card small { margin-top: 4px; color: #828b83; font-size: 10px; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(80px); opacity: .14; }
.glow-one { width: 300px; height: 300px; right: 12%; top: 10%; background: var(--orange); }
.glow-two { width: 240px; height: 240px; left: -80px; bottom: -20px; background: var(--red); }
.weather-badge {
  position: absolute; z-index: 4; left: 2%; top: 8%; width: 108px; min-height: 126px;
  display: flex; flex-direction: column; justify-content: center; padding: 16px;
  background: var(--orange); color: #1c0c07; transform: rotate(-5deg);
  box-shadow: 10px 10px 0 var(--red-dark);
}
.weather-badge strong { font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.weather-badge span { font-family: Georgia, serif; font-size: 34px; line-height: 1.2; }
.weather-badge small { font-size: 9px; line-height: 1.3; }

.section-pad { padding: 110px clamp(24px, 7vw, 108px); }
.intro { position: relative; display: grid; grid-template-columns: 1.05fr .8fr .35fr; gap: 60px; align-items: end; overflow: hidden; background: var(--cream); }
.intro::before { content: ""; position: absolute; left: 0; top: 0; width: 9px; height: 100%; background: linear-gradient(var(--red), var(--orange)); }
.intro h2, .section-heading h2, .process h2, .area-copy h2, .contact h2 { margin-bottom: 0; font-size: clamp(40px, 4vw, 62px); line-height: 1.04; }
.intro > p { max-width: 610px; margin: 0 0 4px; color: #656a64; font-size: 16px; line-height: 1.85; }
.intro-stamp { align-self: stretch; display: flex; flex-direction: column; justify-content: flex-end; padding: 26px 0 4px 24px; border-left: 1px solid #e5bda3; color: var(--red-dark); font-family: Georgia, serif; font-size: 17px; line-height: 1.3; }
.intro-stamp span { margin-bottom: auto; color: var(--orange); font-family: Arial, sans-serif; font-size: 11px; font-weight: 800; }

.services { background: var(--paper); }
.section-heading { position: relative; display: grid; grid-template-columns: .45fr 1.4fr auto; align-items: end; gap: 40px; margin-bottom: 58px; }
.section-index { writing-mode: vertical-rl; color: #ab9185; font-size: 9px; font-weight: 700; letter-spacing: .16em; }
.service-grid { display: grid; grid-template-columns: 1.15fr .85fr .95fr; align-items: start; gap: 18px; }
.service-card { position: relative; min-height: 430px; padding: 34px; border: 1px solid var(--line); background: #fff; transition: background .35s ease, transform .35s ease, color .35s ease; overflow: hidden; }
.service-card:nth-child(2) { margin-top: 54px; background: var(--red); color: #fff; border-color: var(--red); }
.service-card:nth-child(3) { margin-top: 14px; }
.service-card::after { content: ""; position: absolute; right: -45px; top: -45px; width: 105px; height: 105px; background: var(--orange); transform: rotate(45deg); opacity: .11; }
.service-card:hover { z-index: 1; background: var(--ink); color: #fff; transform: translateY(-10px) rotate(-.5deg); box-shadow: 18px 20px 0 rgba(217,47,30,.13); }
.service-number { color: #9c9d98; font-family: Georgia, serif; font-size: 13px; }
.service-icon { display: grid; place-items: center; width: 74px; height: 74px; margin: 50px 0 34px; border-radius: 0; background: #ffe4d2; transform: rotate(-4deg); }
.icon-shape { position: relative; width: 38px; height: 28px; border: 2px solid var(--red); border-top: 0; }
.icon-shape::before { content: ""; position: absolute; width: 26px; height: 26px; left: 4px; top: -14px; border-left: 2px solid var(--red); border-top: 2px solid var(--red); transform: rotate(45deg); }
.shape-02::after { content: ""; position: absolute; left: 4px; right: 4px; bottom: 6px; height: 5px; border-top: 2px solid var(--red); border-bottom: 2px solid var(--red); }
.shape-03 { border-radius: 50%; border-top: 2px solid var(--red); width: 31px; height: 31px; }
.shape-03::before { width: 10px; height: 5px; left: 8px; top: 9px; border: 0; border-left: 2px solid var(--red); border-bottom: 2px solid var(--red); transform: rotate(-45deg); }
.service-card:nth-child(2) .service-icon { background: #fff; }
.service-card h3 { margin-bottom: 17px; font-family: Georgia, serif; font-size: 25px; font-weight: 400; }
.service-card p { color: #72736f; font-size: 14px; line-height: 1.75; }
.service-card:nth-child(2) p { color: #ffd8ca; }
.service-card a { position: absolute; left: 34px; bottom: 32px; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.service-card a span { margin-left: 10px; color: var(--orange); }

.process { position: relative; display: grid; grid-template-columns: .8fr 1.2fr; gap: 10%; color: #fff; background: linear-gradient(135deg, #1c0c08 0 55%, #32100a 55%); }
.process::before { content: "HOW"; position: absolute; left: 4%; bottom: -24px; color: rgba(255,106,24,.07); font-size: 180px; font-weight: 900; line-height: .8; }
.process-title > p:last-child { max-width: 400px; margin-top: 25px; color: #9fa59f; line-height: 1.7; }
.steps { border-top: 1px solid #3b433d; }
.step { display: grid; grid-template-columns: 70px 1fr; gap: 28px; padding: 33px 0; border-bottom: 1px solid #3b433d; }
.step > span { color: var(--orange); font-family: Georgia, serif; font-size: 14px; }
.step h3 { margin-bottom: 9px; font-family: Georgia, serif; font-size: 24px; font-weight: 400; }
.step p { max-width: 550px; margin: 0; color: #929a93; font-size: 14px; line-height: 1.7; }

.gallery { position: relative; overflow: hidden; background: #fff8f3; }
.gallery::before {
  content: "RAW WORK";
  position: absolute; top: 55px; right: -28px;
  color: rgba(217,47,30,.035); font-size: clamp(100px, 15vw, 230px); font-weight: 900; letter-spacing: -.08em;
  pointer-events: none;
}
.gallery-heading {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 8%;
  margin-bottom: 58px;
}
.gallery-heading h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(40px, 4vw, 64px); font-weight: 400; line-height: 1.02; letter-spacing: -.045em; }
.gallery-note { max-width: 390px; padding: 24px 0 5px 25px; border-left: 3px solid var(--orange); }
.gallery-note strong { font-size: 11px; letter-spacing: .13em; text-transform: uppercase; }
.gallery-note p { margin: 12px 0 9px; color: #6d5e57; font-size: 14px; line-height: 1.65; }
.gallery-note small { color: #a08c82; font-size: 10px; }
.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-flow: dense; gap: 12px; }
.gallery-item {
  position: relative; grid-column: span 4; height: 300px; overflow: hidden;
  padding: 0; border: 0; background: #2a120c; cursor: zoom-in; text-align: left;
}
.gallery-item:nth-child(7n + 1), .gallery-item:nth-child(7n + 6) { grid-column: span 7; height: 430px; }
.gallery-item:nth-child(7n + 2), .gallery-item:nth-child(7n + 5) { grid-column: span 5; height: 430px; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.88) contrast(1.03); transition: transform .6s cubic-bezier(.2,.75,.2,1), filter .4s ease; }
.gallery-item::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(23,8,5,.86), transparent 45%);
  transition: opacity .35s ease;
}
.gallery-item > span {
  position: absolute; z-index: 2; left: 20px; right: 20px; bottom: 18px;
  display: flex; align-items: center; gap: 10px; color: #fff;
  font-size: 12px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase;
}
.gallery-item > span small { color: var(--orange-light); font-size: 9px; }
.gallery-item > span i { margin-left: auto; color: var(--orange); font-style: normal; font-size: 16px; }
.gallery-item:hover img { transform: scale(1.045); filter: saturate(1.04) contrast(1.05); }
.lightbox { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 35px; }
.lightbox-backdrop { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: rgba(12,4,2,.94); cursor: zoom-out; }
.lightbox > img { position: relative; z-index: 1; max-width: min(1200px, 94vw); max-height: 88vh; object-fit: contain; box-shadow: 0 30px 100px rgba(0,0,0,.55); }
.lightbox-close {
  position: absolute; z-index: 2; top: 24px; right: 28px; width: 46px; height: 46px;
  border: 1px solid rgba(255,255,255,.35); background: #1f0c08; color: #fff; cursor: pointer;
  font-family: Georgia, serif; font-size: 27px;
}

.service-area { display: grid; grid-template-columns: .72fr 1.28fr; gap: 0; align-items: stretch; padding-right: 0; background: var(--cream); }
.area-copy { align-self: center; padding-right: clamp(35px, 7vw, 110px); }
.area-copy > p:not(.eyebrow) { max-width: 460px; margin: 25px 0 33px; color: #686c66; line-height: 1.75; }
.map-wrap { position: relative; min-height: 540px; overflow: hidden; background: #ead8cc; filter: saturate(.72) sepia(.13) contrast(.96); clip-path: polygon(9% 0,100% 0,100% 100%,0 100%); }
.map-wrap iframe { width: 100%; height: 540px; border: 0; }
.map-label {
  position: absolute; left: 20px; bottom: 20px;
  display: flex; align-items: center; gap: 11px; padding: 13px 16px;
  background: rgba(38,12,8,.94); color: #fff; box-shadow: 10px 10px 0 rgba(217,47,30,.22);
}
.map-label img { width: 36px; height: 36px; }
.map-label strong, .map-label small { display: block; }
.map-label strong { font-size: 12px; }
.map-label small { margin-top: 3px; color: #949b95; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }

.contact { display: grid; grid-template-columns: .85fr 1.15fr; gap: 8%; color: #fff; background: #160a07; border-top: 12px solid var(--red); }
.contact-copy > p:not(.eyebrow) { max-width: 470px; margin: 25px 0 35px; color: #969d97; line-height: 1.75; }
.contact-lines { display: flex; flex-direction: column; gap: 17px; }
.contact-lines a { font-family: Georgia, serif; font-size: 20px; }
.contact-lines small { display: block; margin-bottom: 4px; color: var(--orange); font-family: Arial, sans-serif; font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.quote-form { padding: 36px; background: #28100b; border: 1px solid #603023; box-shadow: 18px 18px 0 var(--red-dark); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.quote-form label { display: block; margin-bottom: 18px; color: #c5c9c5; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.quote-form input, .quote-form textarea {
  width: 100%; margin-top: 9px; padding: 15px 0;
  border: 0; border-bottom: 1px solid #495049; outline: none; resize: vertical;
  background: transparent; color: #fff; font-size: 15px; text-transform: none; letter-spacing: normal;
  transition: border-color .25s ease;
}
.quote-form input:focus, .quote-form textarea:focus { border-color: var(--orange); }
.quote-form input::placeholder, .quote-form textarea::placeholder { color: #687069; }
.quote-form .button { width: 100%; margin-top: 4px; }
.form-note { display: block; margin-top: 13px; color: #6f776f; font-size: 10px; text-align: center; }

footer {
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 25px;
  padding: 32px clamp(24px, 7vw, 108px); color: #a58277; background: #0f0705; border-top: 1px solid #3f1b14;
  font-size: 11px;
}
footer p { margin: 0; }
footer p:last-child { text-align: right; }

@keyframes rotate { to { transform: rotate(360deg); } }
@keyframes rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@keyframes titleGlowSweep {
  0% { left: -8%; opacity: .48; transform: scale(.82); }
  50% { opacity: .95; }
  100% { left: 82%; opacity: .52; transform: scale(1.05); }
}
@keyframes titlePulse {
  0%, 100% { text-shadow: 0 0 0 rgba(255,106,24,0); }
  50% { text-shadow: 0 0 22px rgba(255,106,24,.16), 0 0 48px rgba(217,47,30,.09); }
}
.reveal { animation: rise .85s ease-out both; }

@media (max-width: 1000px) {
  .site-header { padding-inline: 28px; }
  .nav { gap: 18px; }
  .hero { grid-template-columns: 1fr; padding-top: 150px; }
  .hero-copy { max-width: 780px; }
  .hero-mark { min-height: 420px; }
  .heat-card { right: 12%; }
  .intro, .process, .service-area, .contact { grid-template-columns: 1fr; gap: 55px; }
  .gallery-heading { grid-template-columns: 1fr; gap: 30px; }
  .intro-stamp { display: none; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card:last-child { grid-column: 1 / -1; }
  footer { grid-template-columns: 1fr 1fr; }
  footer > p:first-of-type { display: none; }
}

@media (max-width: 760px) {
  .site-header { height: 72px; padding: 0 20px; }
  .brand img { width: 40px; height: 40px; }
  .brand strong { font-size: 16px; }
  .brand small { font-size: 8px; }
  .menu-button {
    display: flex; flex-direction: column; gap: 7px; width: 42px; height: 42px; align-items: center; justify-content: center;
    border: 1px solid #414941; background: transparent;
  }
  .menu-button span { width: 19px; height: 1px; background: #fff; }
  .nav {
    position: absolute; top: 72px; left: 0; right: 0;
    display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px 20px 22px;
    background: #1c0a07; border-bottom: 1px solid #582318;
  }
  .nav.open { display: flex; }
  .nav a { padding: 15px 4px; border-bottom: 1px solid #292f2a; }
  .nav-cta { margin-top: 10px; text-align: center; border: 1px solid rgba(255, 106, 24, .7) !important; transform: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding: 125px 22px 70px; }
  h1 { font-size: clamp(51px, 15vw, 70px); }
  .hero-lede { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 23px; }
  .button { width: 100%; }
  .trust-row { gap: 13px 20px; margin-top: 38px; }
  .hero-mark { min-height: 390px; margin-top: 20px; transform: scale(.84); }
  .orbit-one { width: 355px; height: 355px; }
  .orbit-two { width: 420px; height: 420px; }
  .heat-card { right: -10px; bottom: 20px; }
  .weather-badge { left: -15px; top: 20px; }
  .section-pad { padding: 82px 22px; }
  .intro { gap: 30px; }
  .section-heading { display: block; }
  .section-index { display: none; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card, .service-card:nth-child(2), .service-card:nth-child(3), .service-card:last-child { grid-column: auto; min-height: 400px; margin-top: 0; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .quote-form { padding: 25px 20px; }
  .service-area { padding-right: 22px; }
  .area-copy { padding-right: 0; }
  .map-wrap, .map-wrap iframe { min-height: 380px; height: 380px; }
  .map-wrap { clip-path: none; }
  .gallery-grid { display: grid; grid-template-columns: 1fr; gap: 10px; }
  .gallery-item,
  .gallery-item:nth-child(7n + 1),
  .gallery-item:nth-child(7n + 2),
  .gallery-item:nth-child(7n + 5),
  .gallery-item:nth-child(7n + 6) {
    grid-column: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
  }
  .gallery-item > span { left: 15px; right: 15px; bottom: 14px; font-size: 10px; }
  .lightbox { padding: 15px; }
  .lightbox-close { top: 14px; right: 14px; }
  footer { grid-template-columns: 1fr; text-align: center; }
  .footer-brand { justify-content: center; }
  footer p:last-child { text-align: center; }
}

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