:root {
  --ink: #0d1011;
  --ink-soft: #181c1e;
  --paper: #ffffff;
  --mist: #eef1f2;
  --line: #cfd4d6;
  --muted: #5b656a;
  --yellow: #ffbd00;
  --yellow-hot: #ffd232;
  --green: #117a45;
  --red: #b7352a;
  --shell: min(1280px, calc(100% - 64px));
  color-scheme: light;
  font-family: Inter, Aptos, "Segoe UI", Arial, sans-serif;
  font-synthesis: none;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 108px; }
body { margin: 0; color: var(--ink); background: var(--paper); line-height: 1.55; }
body, button, input, select, textarea { font: inherit; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { letter-spacing: 0; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
h1, h2, h3, p, figure { margin-top: 0; }
h1, h2, h3 { line-height: 1.04; letter-spacing: 0; }
.shell { width: var(--shell); margin-inline: auto; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
:focus-visible { outline: 3px solid var(--yellow); outline-offset: 3px; }

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  height: 88px;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid rgba(13, 16, 17, 0.16);
  transition: box-shadow 180ms ease;
}
.site-header.is-scrolled { box-shadow: 0 12px 30px rgba(13, 16, 17, 0.09); }
.header-shell { width: min(1440px, calc(100% - 48px)); height: 100%; margin-inline: auto; display: flex; align-items: center; gap: 24px; }
.site-brand { display: grid; flex: 0 0 246px; gap: 1px; text-decoration: none; }
.site-brand img { width: 236px; height: auto; }
.site-brand span { justify-self: end; margin-right: 8px; color: var(--muted); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; justify-content: center; gap: 22px; margin-left: auto; }
.site-nav a { position: relative; padding-block: 31px; font-size: 14px; font-weight: 750; text-decoration: none; white-space: nowrap; }
.site-nav a::after { position: absolute; right: 0; bottom: 20px; left: 0; height: 3px; background: var(--yellow); content: ""; transform: scaleX(0); transform-origin: left; transition: transform 160ms ease; }
.site-nav a:hover::after, .site-nav a[aria-current="page"]::after { transform: scaleX(1); }
.header-call { display: grid; flex: 0 0 auto; color: var(--ink); font-size: 14px; font-weight: 800; line-height: 1.15; text-decoration: none; white-space: nowrap; }
.header-call span { color: var(--muted); font-size: 10px; text-transform: uppercase; }
.header-quote { display: flex; min-height: 46px; align-items: center; gap: 18px; padding: 0 18px; background: var(--ink); color: var(--paper); font-size: 14px; font-weight: 800; text-decoration: none; }
.header-quote span { color: var(--yellow); font-size: 19px; }
.nav-toggle { display: none; width: 46px; height: 46px; padding: 0; border: 0; background: transparent; }
.nav-toggle > span:not(.visually-hidden) { display: block; width: 24px; height: 2px; margin: 6px auto; background: var(--ink); transition: transform 160ms ease; }

.page-hero { position: relative; min-height: 590px; overflow: hidden; background: var(--ink); color: var(--paper); isolation: isolate; }
.page-hero.home-hero { min-height: max(620px, calc(100svh - 180px)); }
.hero-image { position: absolute; z-index: -3; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-shade { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgba(5, 7, 8, 0.92) 0%, rgba(5, 7, 8, 0.78) 42%, rgba(5, 7, 8, 0.18) 78%, rgba(5, 7, 8, 0.1) 100%); }
.home-hero .hero-image { object-position: center 62%; }
.home-hero .hero-shade { background: linear-gradient(270deg, rgba(5, 7, 8, 0.94) 0%, rgba(5, 7, 8, 0.77) 47%, rgba(5, 7, 8, 0.16) 82%, rgba(5, 7, 8, 0.08) 100%); }
.hero-shell { min-height: inherit; display: flex; align-items: center; position: relative; padding-block: 88px; }
.hero-copy { width: min(780px, 72%); }
.home-hero .hero-copy { margin-left: auto; }
.kicker { margin-bottom: 20px; color: var(--yellow); font-size: 12px; font-weight: 850; line-height: 1.25; text-transform: uppercase; }
.content-section:not(.process-section) .kicker, .split-light .kicker { color: #735600; }
.hero-copy h1 { max-width: 760px; margin-bottom: 26px; font-size: 72px; font-weight: 850; }
.hero-summary { max-width: 680px; margin-bottom: 34px; color: #e4e8e9; font-size: 20px; }
.action-row { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: space-between; gap: 28px; padding: 0 20px; border: 2px solid transparent; border-radius: 0; font-size: 14px; font-weight: 850; text-decoration: none; }
.button span { font-size: 20px; font-weight: 500; }
.button-primary { background: var(--yellow); color: var(--ink); }
.button-primary:hover { background: var(--yellow-hot); }
.button-ghost { border-color: rgba(255, 255, 255, 0.52); color: var(--paper); }
.button-ghost:hover { background: var(--paper); color: var(--ink); }
.button-dark { background: var(--ink); color: var(--paper); }
.button-dark span { color: var(--yellow); }
.button-outline { border-color: var(--ink); color: var(--ink); }
.button-outline:hover { background: var(--ink); color: var(--paper); }
.hero-marker { position: absolute; right: 0; bottom: 34px; display: flex; align-items: center; gap: 14px; border-top: 1px solid rgba(255,255,255,.4); padding-top: 10px; }
.hero-marker span { color: var(--yellow); font-size: 14px; font-weight: 900; }
.hero-marker small { font-size: 10px; font-weight: 750; }

.proof-strip { background: var(--yellow); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); min-height: 108px; }
.proof-grid > div { display: flex; flex-direction: column; justify-content: center; border-left: 1px solid rgba(13, 16, 17, 0.24); padding: 18px 24px; }
.proof-grid > div:last-child { border-right: 1px solid rgba(13, 16, 17, 0.24); }
.proof-grid strong { font-size: 21px; line-height: 1.1; }
.proof-grid span { margin-top: 6px; font-size: 12px; font-weight: 650; }

.content-section { padding-block: 112px; }
.section-heading { display: grid; grid-template-columns: minmax(280px, 0.75fr) minmax(420px, 1.25fr); gap: 64px; align-items: end; margin-bottom: 52px; }
.section-heading .kicker { grid-column: 1 / -1; margin-bottom: -28px; }
.section-heading h2, .editorial-grid h2, .split-copy h2, .cta-shell h2, .contact-intro h2 { margin-bottom: 0; font-size: 48px; font-weight: 850; }
.section-heading > p:last-child { margin-bottom: 3px; color: var(--muted); font-size: 18px; }

.service-rows { border-top: 1px solid var(--line); }
.service-rows a { display: grid; grid-template-columns: 72px minmax(320px, 1.2fr) minmax(280px, 1fr) 40px; gap: 24px; align-items: center; min-height: 106px; border-bottom: 1px solid var(--line); color: var(--ink); text-decoration: none; transition: background 150ms ease, padding 150ms ease; }
.service-rows a:hover { padding-inline: 18px; background: var(--mist); }
.service-index { color: var(--muted); font-size: 12px; font-weight: 800; }
.service-rows strong { font-size: 21px; }
.service-rows small { color: var(--muted); font-size: 14px; }
.service-arrow { justify-self: end; color: var(--yellow); font-size: 25px; }

.split-section { display: grid; grid-template-columns: 1fr 1fr; min-height: 640px; }
.split-media { min-width: 0; overflow: hidden; }
.split-media img { width: 100%; height: 100%; object-fit: cover; }
.split-copy { display: flex; flex-direction: column; justify-content: center; padding: 72px max(64px, calc((100vw - 1280px) / 2)); }
.split-copy h2 { max-width: 600px; margin-bottom: 30px; }
.split-copy > p:not(.kicker) { max-width: 620px; margin-bottom: 18px; font-size: 17px; }
.split-yellow { background: var(--yellow); }
.split-yellow .kicker { color: var(--ink); }
.split-dark { background: var(--ink); color: var(--paper); }
.split-dark .split-copy > p:not(.kicker) { color: #c9d0d2; }
.split-light { background: var(--mist); }
.text-link { display: inline-flex; align-items: center; align-self: flex-start; gap: 12px; margin-top: 16px; border-bottom: 2px solid currentColor; padding-bottom: 5px; font-weight: 850; text-decoration: none; }
.text-link span { color: var(--yellow); }
.split-yellow .text-link span { color: var(--ink); }

.audience-section { background: var(--mist); }
.audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.audience-grid a { display: flex; min-height: 300px; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 36px; text-decoration: none; transition: background 160ms ease, color 160ms ease; }
.audience-grid a:hover { background: var(--ink); color: var(--paper); }
.audience-grid h3 { margin-bottom: 22px; font-size: 30px; }
.audience-grid p { color: var(--muted); }
.audience-grid a:hover p { color: #cfd5d7; }
.audience-grid span { margin-top: auto; font-size: 13px; font-weight: 850; }
.audience-grid b { margin-left: 10px; color: var(--yellow); font-size: 18px; }

.process-section { background: var(--ink-soft); color: var(--paper); }
.process-section .section-heading > p:last-child { color: #b8c0c3; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; list-style: none; border-top: 1px solid #3a4144; border-left: 1px solid #3a4144; }
.process-grid li { min-height: 290px; border-right: 1px solid #3a4144; border-bottom: 1px solid #3a4144; padding: 30px; }
.process-grid li > span { display: block; margin-bottom: 70px; color: var(--yellow); font-size: 12px; font-weight: 850; }
.process-grid h3 { margin-bottom: 16px; font-size: 26px; }
.process-grid p { margin-bottom: 0; color: #b8c0c3; font-size: 14px; }

.gallery-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr; gap: 12px; }
.gallery-grid figure { position: relative; height: 480px; margin-bottom: 0; overflow: hidden; background: var(--ink); }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform 400ms ease; }
.gallery-grid figure:hover img { transform: scale(1.025); }
.gallery-grid figcaption { position: absolute; right: 0; bottom: 0; left: 0; padding: 18px 20px; background: rgba(13, 16, 17, 0.86); color: var(--paper); font-size: 13px; font-weight: 800; }

.editorial-section { background: var(--paper); }
.editorial-grid { display: grid; grid-template-columns: minmax(320px, .85fr) minmax(420px, 1.15fr); gap: 96px; }
.editorial-copy > p { color: #374145; font-size: 18px; }
.editorial-copy ul { display: grid; grid-template-columns: 1fr 1fr; margin: 36px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.editorial-copy li { position: relative; border-bottom: 1px solid var(--line); padding: 17px 16px 17px 28px; font-size: 14px; font-weight: 700; }
.editorial-copy li::before { position: absolute; left: 4px; color: var(--yellow); content: "+"; font-size: 20px; line-height: 1; }

.cta-section { background: var(--yellow); padding-block: 88px; }
.cta-shell { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.cta-shell .kicker { color: var(--ink); }
.cta-shell > div:last-child > p { max-width: 560px; margin-bottom: 28px; font-size: 17px; }

.contact-section { background: var(--mist); }
.contact-layout { display: grid; grid-template-columns: minmax(280px, .7fr) minmax(520px, 1.3fr); gap: 84px; align-items: start; }
.contact-intro { position: sticky; top: 124px; }
.contact-intro h2 { margin-bottom: 26px; }
.contact-intro > p:not(.kicker) { color: var(--muted); font-size: 17px; }
.contact-phone { display: grid; gap: 4px; margin-top: 42px; border-top: 3px solid var(--yellow); padding-top: 20px; text-decoration: none; }
.contact-phone small { color: var(--muted); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.contact-phone strong { font-size: 30px; }
.enquiry-form { background: var(--paper); border-top: 6px solid var(--yellow); padding: 38px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.form-grid label { display: grid; min-width: 0; gap: 8px; }
.form-grid label > span { font-size: 12px; font-weight: 800; }
.field-wide { grid-column: 1 / -1; }
input, select, textarea { width: 100%; min-width: 0; border: 1px solid #9fa8ac; border-radius: 0; background: var(--paper); color: var(--ink); padding: 12px 13px; }
input, select { min-height: 48px; }
textarea { resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--ink); outline: 2px solid var(--yellow); outline-offset: 1px; }
.form-actions { display: flex; align-items: center; gap: 22px; margin-top: 28px; }
.form-actions .button { border: 0; }
.text-button { border: 0; border-bottom: 1px solid currentColor; padding: 3px 0; background: transparent; font-size: 13px; font-weight: 800; }
.form-status { margin: 20px 0 0; color: var(--muted); font-size: 13px; }
.form-status.is-success { color: var(--green); font-weight: 800; }
.form-status.is-error { color: var(--red); font-weight: 800; }

.legal-section { background: var(--mist); }
.legal-copy { max-width: 880px; }
.legal-copy section { border-top: 1px solid var(--line); padding-block: 34px; }
.legal-copy h2 { margin-bottom: 14px; font-size: 28px; }
.legal-copy p { margin-bottom: 0; color: #3d474b; font-size: 17px; }

.site-footer { background: var(--ink); color: var(--paper); }
.footer-lead { border-bottom: 1px solid #343a3d; padding-block: 72px; }
.footer-statement { margin-bottom: 0; font-size: 56px; font-weight: 850; line-height: 1.02; }
.footer-statement span { color: var(--yellow); }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 56px; padding-block: 64px; }
.footer-brand img { width: 260px; height: auto; padding: 8px; background: var(--paper); }
.footer-brand p { max-width: 360px; margin-top: 22px; color: #aeb7ba; font-size: 14px; }
.footer-phone { display: inline-block; margin-top: 14px; color: var(--yellow); font-weight: 800; text-decoration: none; }
.footer-phone:hover { color: var(--paper); text-decoration: underline; text-underline-offset: 4px; }
.footer-grid nav { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.footer-grid nav strong { margin-bottom: 9px; color: var(--yellow); font-size: 12px; text-transform: uppercase; }
.footer-grid nav a { color: #cfd5d7; font-size: 13px; text-decoration: none; }
.footer-grid nav a:hover { color: var(--paper); text-decoration: underline; text-underline-offset: 4px; }
.footer-base { display: flex; justify-content: space-between; border-top: 1px solid #343a3d; padding-block: 24px; color: #889397; font-size: 12px; }

[data-reveal] { opacity: 1; transform: none; }

@media (max-width: 1240px) {
  .site-nav { gap: 15px; }
  .site-nav a { font-size: 12px; }
  .header-call { display: none; }
  .split-copy { padding-inline: 56px; }
}

@media (max-width: 1020px) {
  :root { --shell: min(100% - 40px, 900px); }
  .site-header { height: 76px; }
  .header-shell { width: calc(100% - 28px); gap: 12px; }
  .site-brand { flex-basis: 214px; }
  .site-brand img { width: 205px; }
  .nav-toggle { display: block; order: 4; margin-left: 2px; }
  .site-nav { position: fixed; top: 76px; right: 0; left: 0; display: grid; gap: 0; align-content: start; padding: 20px; background: var(--paper); border-bottom: 4px solid var(--yellow); box-shadow: 0 20px 30px rgba(13,16,17,.13); transform: translateY(-130%); transition: transform 200ms ease; }
  .menu-open .site-nav { transform: translateY(0); }
  .site-nav a { border-bottom: 1px solid var(--line); padding: 15px 4px; font-size: 15px; }
  .site-nav a::after { display: none; }
  .menu-open .nav-toggle > span:nth-of-type(2) { transform: translateY(4px) rotate(45deg); }
  .menu-open .nav-toggle > span:nth-of-type(3) { transform: translateY(-4px) rotate(-45deg); }
  .header-quote { margin-left: auto; }
  .page-hero.home-hero { min-height: 660px; }
  .hero-copy { width: 82%; }
  .hero-copy h1 { font-size: 60px; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-grid > div:nth-child(2) { border-right: 1px solid rgba(13,16,17,.24); }
  .proof-grid > div:nth-child(n+3) { border-top: 1px solid rgba(13,16,17,.24); }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .section-heading .kicker { margin-bottom: 0; }
  .service-rows a { grid-template-columns: 52px 1.3fr 1fr 30px; }
  .split-section { min-height: 560px; }
  .split-copy { padding: 52px 40px; }
  .split-copy h2, .section-heading h2, .editorial-grid h2, .cta-shell h2, .contact-intro h2 { font-size: 42px; }
  .audience-grid { grid-template-columns: 1fr; }
  .audience-grid a { min-height: 220px; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .gallery-grid figure:first-child { grid-column: 1 / -1; }
  .editorial-grid, .contact-layout { gap: 52px; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid nav:last-child { grid-column: 2 / -1; }
}

@media (max-width: 720px) {
  :root { --shell: calc(100% - 32px); }
  html { scroll-padding-top: 86px; }
  .site-brand { flex-basis: 174px; }
  .site-brand img { width: 168px; }
  .site-brand span { font-size: 8px; }
  .header-quote { width: 44px; min-height: 44px; justify-content: center; padding: 0; font-size: 0; }
  .header-quote span { font-size: 20px; }
  .page-hero, .page-hero.home-hero { min-height: 620px; }
  .hero-shade { background: linear-gradient(90deg, rgba(5,7,8,.9), rgba(5,7,8,.55)); }
  .home-hero .hero-shade { background: linear-gradient(0deg, rgba(5,7,8,.93), rgba(5,7,8,.35)); }
  .hero-image { object-position: 62% center; }
  .home-hero .hero-image { object-position: 47% 58%; }
  .hero-shell { align-items: flex-end; padding-block: 64px 82px; }
  .hero-copy { width: 100%; }
  .hero-copy h1 { font-size: 46px; }
  .hero-summary { font-size: 17px; }
  .hero-marker { right: auto; bottom: 22px; left: 0; }
  .action-row { align-items: stretch; }
  .button { width: 100%; }
  .proof-grid { width: 100%; grid-template-columns: 1fr 1fr; }
  .proof-grid > div { min-height: 92px; padding: 15px 16px; }
  .proof-grid strong { font-size: 18px; }
  .content-section { padding-block: 76px; }
  .section-heading { margin-bottom: 36px; }
  .section-heading h2, .editorial-grid h2, .split-copy h2, .cta-shell h2, .contact-intro h2 { font-size: 36px; }
  .service-rows a { grid-template-columns: 42px 1fr 28px; gap: 12px; min-height: 114px; padding-block: 14px; }
  .service-rows small { grid-column: 2; }
  .service-arrow { grid-column: 3; grid-row: 1 / 3; }
  .split-section { grid-template-columns: 1fr; min-height: 0; }
  .split-media { height: 380px; }
  .split-copy { padding: 64px 24px; }
  .audience-grid a { min-height: 240px; padding: 28px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid li { min-height: 220px; }
  .process-grid li > span { margin-bottom: 44px; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-grid figure, .gallery-grid figure:first-child { grid-column: auto; height: 360px; }
  .editorial-grid, .cta-shell, .contact-layout { grid-template-columns: 1fr; gap: 38px; }
  .editorial-copy ul { grid-template-columns: 1fr; }
  .cta-section { padding-block: 70px; }
  .contact-intro { position: static; }
  .enquiry-form { padding: 24px 18px; }
  .form-grid { grid-template-columns: 1fr; }
  .field-wide { grid-column: auto; }
  .form-actions { align-items: stretch; flex-direction: column; }
  .text-button { align-self: flex-start; }
  .footer-statement { font-size: 42px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 44px 24px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid nav:last-child { grid-column: auto; }
}

@media (max-width: 430px) {
  .site-brand { flex-basis: 154px; }
  .site-brand img { width: 150px; }
  .header-quote { display: none; }
  .nav-toggle { margin-left: auto; }
  .hero-copy h1 { font-size: 41px; }
  .proof-grid strong { font-size: 16px; }
  .section-heading h2, .editorial-grid h2, .split-copy h2, .cta-shell h2, .contact-intro h2 { font-size: 33px; }
  .footer-grid { grid-template-columns: 1fr; }
}

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

.maintenance-page { min-height: 100svh; background: var(--ink); color: var(--paper); }
.maintenance-layout { min-height: 100svh; display: grid; grid-template-rows: 96px minmax(520px, 1fr) auto; }
.maintenance-header { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 18px max(32px, calc((100vw - 1280px) / 2)); background: var(--paper); color: var(--ink); }
.maintenance-header img { width: 250px; height: auto; }
.maintenance-header span { color: var(--muted); font-size: 11px; font-weight: 850; text-transform: uppercase; }
.maintenance-main { position: relative; display: flex; min-height: 0; align-items: center; overflow: hidden; isolation: isolate; }
.maintenance-image { position: absolute; z-index: -3; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 45%; }
.maintenance-shade { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgba(5, 7, 8, .96) 0%, rgba(5, 7, 8, .84) 42%, rgba(5, 7, 8, .3) 76%, rgba(5, 7, 8, .16) 100%); }
.maintenance-copy { width: min(1280px, calc(100% - 64px)); margin-inline: auto; padding-block: 72px; }
.maintenance-copy h1 { max-width: 780px; margin-bottom: 20px; font-size: 76px; font-weight: 900; }
.maintenance-copy h1 span { color: var(--yellow); }
.maintenance-status { margin-bottom: 18px; font-size: 25px; font-weight: 800; }
.maintenance-summary { max-width: 620px; margin-bottom: 32px; color: #d8dddf; font-size: 18px; }
.maintenance-copy .button { width: fit-content; }
.maintenance-footer { display: flex; justify-content: space-between; gap: 24px; padding: 22px max(32px, calc((100vw - 1280px) / 2)); border-top: 1px solid #343a3d; color: #9ba5a9; font-size: 12px; }

@media (max-width: 720px) {
  .maintenance-layout { grid-template-rows: 78px minmax(560px, 1fr) auto; }
  .maintenance-header { padding-inline: 18px; }
  .maintenance-header img { width: 190px; }
  .maintenance-header span { font-size: 9px; }
  .maintenance-image { object-position: 50% center; }
  .maintenance-shade { background: linear-gradient(0deg, rgba(5, 7, 8, .97) 0%, rgba(5, 7, 8, .76) 58%, rgba(5, 7, 8, .4) 100%); }
  .maintenance-copy { width: calc(100% - 32px); align-self: end; padding-block: 64px; }
  .maintenance-copy h1 { font-size: 48px; }
  .maintenance-status { font-size: 21px; }
  .maintenance-summary { font-size: 16px; }
  .maintenance-copy .button { width: 100%; }
  .maintenance-footer { flex-direction: column; padding: 20px 16px; }
}
