:root {
  --blue: #1677ff;
  --blue-deep: #0759c7;
  --blue-soft: #dcecff;
  --ink: #090d14;
  --ink-soft: #101722;
  --charcoal: #171d27;
  --paper: #f5f7fa;
  --white: #ffffff;
  --muted-dark: #aab5c5;
  --muted-light: #5b6574;
  --line-dark: rgba(255, 255, 255, 0.14);
  --line-light: #d9dee7;
  --display: "Barlow Condensed", Arial, sans-serif;
  --body: "Inter", Arial, sans-serif;
  --shell: 1240px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--white); background: var(--ink); font-family: var(--body); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, summary { font: inherit; }
a, button, summary { cursor: pointer; }
img { display: block; max-width: 100%; }
svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
::selection { color: var(--white); background: var(--blue); }
.shell { width: min(calc(100% - 64px), var(--shell)); margin-inline: auto; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; padding: 12px 16px; color: var(--white); background: var(--blue-deep); transform: translateY(-160%); transition: transform 180ms ease; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; box-shadow: 0 0 0 6px var(--white); }

.utility-bar { color: #d7deea; background: #05070b; border-bottom: 1px solid var(--line-dark); }
.utility-inner { display: grid; min-height: 34px; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; font-size: 10px; font-weight: 600; letter-spacing: 0.09em; text-transform: uppercase; }
.utility-note { color: #7f8a99; }
.utility-inner a { justify-self: end; color: var(--white); transition: color 180ms ease; }
.utility-inner a:hover { color: #65a9ff; }

.site-header { position: relative; z-index: 20; height: 88px; background: rgba(9, 13, 20, 0.98); border-bottom: 1px solid var(--line-dark); }
.header-inner { display: flex; height: 100%; align-items: center; gap: 42px; }
.brand { display: flex; width: 128px; height: 78px; flex: 0 0 128px; align-items: center; overflow: hidden; }
.brand img { width: 128px; height: 98px; object-fit: cover; }
.desktop-nav { display: flex; align-items: center; gap: 35px; margin-left: auto; }
.desktop-nav a { position: relative; padding-block: 10px; color: #c9d1dc; font-family: var(--display); font-size: 15px; font-weight: 700; letter-spacing: 0.075em; text-transform: uppercase; transition: color 180ms ease; }
.desktop-nav a::after { position: absolute; right: 0; bottom: 2px; left: 0; height: 2px; background: var(--blue); content: ""; transform: scaleX(0); transform-origin: right; transition: transform 220ms var(--ease); }
.desktop-nav a:hover { color: var(--white); }
.desktop-nav a:hover::after { transform: scaleX(1); transform-origin: left; }

.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 22px; padding: 0 24px; border: 1px solid transparent; font-family: var(--display); font-size: 15px; font-weight: 800; letter-spacing: 0.075em; line-height: 1; text-transform: uppercase; transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--blue-deep); border-color: var(--blue-deep); }
.button-primary:hover { background: #06479f; border-color: #06479f; }
.button-primary svg { transition: transform 180ms ease; }
.button-primary:hover svg { transform: translateX(4px); }
.header-cta { min-height: 48px; margin-left: 4px; }
.text-link { display: inline-flex; min-height: 44px; align-items: center; gap: 12px; color: var(--white); font-family: var(--display); font-size: 14px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; }
.text-link svg { width: 18px; transition: transform 180ms ease; }
.text-link:hover svg { transform: translateX(5px); }
.menu-toggle, .mobile-menu { display: none; }

.hero { display: grid; min-height: 740px; grid-template-columns: 47% 53%; background: var(--ink); border-bottom: 1px solid var(--line-dark); }
.hero-copy { position: relative; display: flex; min-width: 0; align-items: center; overflow: hidden; }
.hero-copy::before { position: absolute; inset: 0; opacity: 0.23; background-image: linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px); background-size: 56px 56px; content: ""; mask-image: linear-gradient(to right, black, transparent 90%); }
.hero-copy::after { position: absolute; top: 0; right: -80px; width: 180px; height: 100%; background: var(--blue); content: ""; clip-path: polygon(63% 0, 100% 0, 37% 100%, 0 100%); opacity: 0.96; }
.hero-copy-inner { position: relative; z-index: 2; width: min(100%, 620px); margin-left: max(32px, calc((100vw - var(--shell)) / 2)); padding: 88px 66px 78px 0; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 24px; color: #9dcaff; font-size: 10px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; }
.eyebrow > span { width: 27px; height: 2px; background: var(--blue); }
h1, h2 { margin: 0; font-family: var(--display); text-transform: uppercase; }
h1 { max-width: 680px; font-size: clamp(78px, 7.7vw, 128px); font-weight: 900; letter-spacing: -0.045em; line-height: 0.79; }
h1 em, h2 em { color: var(--blue); font-style: italic; font-weight: 800; }
.hero-intro { max-width: 560px; margin: 34px 0 0; color: #bdc7d4; font-size: 15px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.hero-points { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 58px; border-top: 1px solid var(--line-dark); }
.hero-points div { padding: 18px 14px 0 0; border-right: 1px solid var(--line-dark); }
.hero-points div:not(:first-child) { padding-left: 17px; }
.hero-points div:last-child { border-right: 0; }
.hero-points strong, .hero-points span { display: block; }
.hero-points strong { font-family: var(--display); font-size: 19px; font-weight: 800; letter-spacing: 0.045em; text-transform: uppercase; }
.hero-points span { margin-top: 4px; color: #7f8b9b; font-size: 9px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }

.hero-media { position: relative; min-width: 0; overflow: hidden; background: #1a202a; }
.hero-photo { width: 100%; height: 100%; object-fit: cover; object-position: 50% 49%; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,12,18,.22), transparent 45%), linear-gradient(0deg, rgba(8,12,18,.78), transparent 46%); pointer-events: none; }
.hero-badge { position: absolute; top: 34px; right: 34px; display: grid; min-width: 210px; grid-template-columns: 35px 1fr; padding: 15px 17px; background: rgba(6,9,14,.88); border: 1px solid rgba(255,255,255,.22); border-left: 4px solid var(--blue); backdrop-filter: blur(10px); }
.hero-badge > span { grid-row: 1 / 3; color: var(--blue); font-family: var(--display); font-size: 22px; font-weight: 900; }
.hero-badge strong { font-family: var(--display); font-size: 15px; letter-spacing: .06em; text-transform: uppercase; }
.hero-badge small { margin-top: 3px; color: #9ba5b3; font-size: 8px; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }
.hero-inset { position: absolute; right: 34px; bottom: 34px; display: grid; width: 208px; margin: 0; padding: 7px; background: var(--white); box-shadow: 0 20px 60px rgba(0,0,0,.42); transform: rotate(1.4deg); }
.hero-inset img { width: 100%; height: 142px; object-fit: cover; object-position: center 66%; }
.hero-inset figcaption { padding: 8px 4px 2px; color: var(--ink); font-family: var(--display); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.service-ticker { overflow: hidden; color: var(--white); background: var(--blue-deep); border-block: 1px solid #86baff; }
.ticker-track { display: flex; width: max-content; min-width: 100%; min-height: 58px; align-items: center; justify-content: space-around; gap: 28px; padding-inline: 30px; font-family: var(--display); font-size: 15px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.ticker-track i { width: 6px; height: 6px; flex: 0 0 auto; background: var(--white); transform: rotate(45deg); }

.section { padding: 120px 0; }
.services { color: var(--ink); background: var(--paper); }
.section-heading { display: grid; grid-template-columns: 1fr 390px; align-items: end; gap: 70px; margin-bottom: 58px; }
.eyebrow-dark { color: var(--blue-deep); }
.section-heading h2, .results-heading h2, .promise-copy h2, .contact-heading h2 { font-size: clamp(64px, 6.2vw, 96px); font-weight: 900; letter-spacing: -.04em; line-height: .84; }
.section-heading > p { margin: 0 0 4px; color: var(--muted-light); font-size: 14px; line-height: 1.75; }
.service-stack { display: grid; gap: 13px; }
.service-card { overflow: hidden; background: var(--white); border: 1px solid var(--line-light); box-shadow: 0 8px 24px rgba(20,35,55,.04); transition: border-color 200ms ease, box-shadow 200ms ease; }
.service-card:hover, .service-card[open] { border-color: #93bfee; box-shadow: 0 16px 38px rgba(16,63,117,.09); }
.service-card summary { display: grid; min-height: 118px; grid-template-columns: 82px 1fr 54px; align-items: center; gap: 24px; padding: 18px 25px; list-style: none; }
.service-card summary::-webkit-details-marker { display: none; }
.service-icon { display: grid; width: 76px; height: 76px; place-items: center; color: var(--blue); background: var(--blue-soft); border-radius: 50%; }
.service-icon svg { width: 48px; height: 48px; stroke-width: 2; }
.service-main { display: grid; grid-template-columns: minmax(250px, .8fr) 1fr; align-items: center; gap: 35px; }
.service-main > strong { font-family: var(--display); font-size: 31px; font-weight: 800; letter-spacing: .01em; text-transform: uppercase; }
.service-meta { display: flex; align-items: center; gap: 34px; color: #6b7481; font-size: 18px; }
.service-meta b { color: var(--blue-deep); font-weight: 700; }
.service-meta span { position: relative; padding-left: 26px; }
.service-meta span::before { position: absolute; top: 2px; left: 0; width: 15px; height: 15px; border: 2px solid var(--blue); border-radius: 50%; content: ""; }
.service-meta span::after { position: absolute; top: 5px; left: 7px; width: 1px; height: 5px; background: var(--blue); box-shadow: 3px 4px 0 -0.2px var(--blue); content: ""; transform-origin: bottom; }
.expand-icon { display: grid; width: 48px; height: 48px; place-items: center; color: #9099a7; border: 1px solid var(--line-light); border-radius: 50%; transition: color 200ms ease, background 200ms ease, transform 240ms var(--ease); }
.service-card[open] .expand-icon { color: var(--white); background: var(--blue); border-color: var(--blue); transform: rotate(180deg); }
.service-description { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 30px; margin: 0 25px 0 131px; padding: 0 2px 25px; border-top: 1px solid #e4e8ee; }
.service-description p { max-width: 690px; margin: 21px 0 0; color: var(--muted-light); font-size: 13px; line-height: 1.7; }
.service-description a { display: inline-flex; align-items: center; gap: 10px; margin-top: 20px; color: var(--blue-deep); font-family: var(--display); font-size: 14px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.service-description a svg { width: 18px; transition: transform 180ms ease; }
.service-description a:hover svg { transform: translateX(4px); }

.results { background: var(--ink-soft); border-block: 1px solid var(--line-dark); }
.results-heading { display: grid; grid-template-columns: 1fr 1fr 300px; align-items: end; gap: 50px; margin-bottom: 55px; }
.results-heading .eyebrow { align-self: start; }
.results-heading h2 { grid-column: 1 / 3; }
.results-heading > p { margin: 0 0 4px; color: var(--muted-dark); font-size: 13px; line-height: 1.75; }
.work-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); grid-template-rows: repeat(4, 295px) 380px; gap: 12px; }
.work-photo { position: relative; min-width: 0; margin: 0; overflow: hidden; background: #202936; }
.work-photo:nth-child(1) { grid-column: 1 / 8; grid-row: 1 / 3; }
.work-photo:nth-child(2) { grid-column: 8 / 13; grid-row: 1; }
.work-photo:nth-child(3) { grid-column: 8 / 13; grid-row: 2; }
.work-photo:nth-child(4) { grid-column: 1 / 5; grid-row: 3; }
.work-photo:nth-child(5) { grid-column: 5 / 13; grid-row: 3; }
.work-photo:nth-child(6) { grid-column: 1 / 5; grid-row: 4; }
.work-photo:nth-child(7) { grid-column: 5 / 9; grid-row: 4; }
.work-photo:nth-child(8) { grid-column: 9 / 13; grid-row: 4; }
.work-photo:nth-child(9) { grid-column: 1 / 13; grid-row: 5; }
.work-photo::after { position: absolute; inset: 0; background: linear-gradient(to top, rgba(5,8,12,.84), transparent 47%); content: ""; pointer-events: none; }
.work-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform 600ms var(--ease), filter 350ms ease; }
.work-photo:nth-child(1) img { object-position: 50% 58%; }
.work-photo:nth-child(2) img, .work-photo:nth-child(4) img { object-position: center 67%; }
.work-photo:nth-child(3) img { object-position: center 63%; }
.work-photo:nth-child(5) img, .work-photo:nth-child(9) img { object-position: center 52%; }
.work-photo:hover img { transform: scale(1.025); filter: contrast(1.04); }
.work-photo figcaption { position: absolute; right: 20px; bottom: 18px; left: 20px; z-index: 2; display: grid; grid-template-columns: 35px 1fr auto; align-items: end; }
.work-photo figcaption span { color: #74b5ff; font-family: var(--display); font-size: 15px; font-weight: 800; }
.work-photo figcaption strong { font-family: var(--display); font-size: 21px; letter-spacing: .04em; text-transform: uppercase; }
.work-photo figcaption small { color: #c0cad6; font-size: 8px; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }

.promise { display: grid; min-height: 760px; grid-template-columns: 47% 53%; background: #06090d; border-bottom: 1px solid var(--line-dark); }
.promise-logo { position: relative; display: grid; min-width: 0; place-items: center; overflow: hidden; padding: 80px; background: radial-gradient(circle at 50% 45%, rgba(22,119,255,.23), transparent 41%), #06090d; border-right: 1px solid var(--line-dark); }
.promise-logo::before { position: absolute; inset: 28px; border: 1px solid rgba(255,255,255,.09); content: ""; }
.promise-logo::after { position: absolute; inset: auto 0 0; height: 7px; background: var(--blue); content: ""; }
.promise-logo img { position: relative; z-index: 1; width: min(100%, 560px); height: auto; mix-blend-mode: screen; }
.promise-copy { display: flex; flex-direction: column; justify-content: center; padding: 95px max(36px, calc((100vw - var(--shell)) / 2)) 95px 84px; }
.promise-copy > p:not(.eyebrow) { max-width: 630px; margin: 31px 0 38px; color: var(--muted-dark); font-size: 14px; line-height: 1.78; }
.promise-list { margin: 0; padding: 0; border-top: 1px solid var(--line-dark); list-style: none; }
.promise-list li { display: grid; grid-template-columns: 54px 1fr; gap: 14px; padding: 19px 0; border-bottom: 1px solid var(--line-dark); }
.promise-list > li > span { padding-top: 2px; color: #75b5ff; font-family: var(--display); font-size: 13px; font-weight: 800; }
.promise-list strong { font-family: var(--display); font-size: 20px; letter-spacing: .035em; text-transform: uppercase; }
.promise-list p { margin: 5px 0 0; color: #8995a5; font-size: 12px; line-height: 1.65; }

.contact { padding: 125px 0; background: linear-gradient(135deg, #06479f, var(--blue-deep) 62%, #0b63d7); border-bottom: 1px solid rgba(255,255,255,.28); }
.contact .eyebrow { color: var(--white); }
.contact .eyebrow > span { background: var(--white); }
.contact-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: end; gap: 105px; }
.contact-heading h2 em { color: var(--ink); }
.contact-details > p { max-width: 550px; margin: 0 0 25px; color: #e4efff; font-size: 14px; line-height: 1.75; }
.contact .button-primary { color: var(--ink); background: var(--white); border-color: var(--white); }
.contact .button-primary:hover { color: var(--white); background: var(--ink); border-color: var(--ink); }
.button-wide { width: 100%; justify-content: space-between; }
.contact-lines { margin-top: 25px; border-top: 1px solid rgba(255,255,255,.38); }
.contact-lines a { display: grid; min-height: 64px; grid-template-columns: 100px 1fr 22px; align-items: center; gap: 15px; border-bottom: 1px solid rgba(255,255,255,.38); }
.contact-lines a > span { font-size: 8px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.contact-lines strong { overflow-wrap: anywhere; font-family: var(--display); font-size: 16px; letter-spacing: .025em; }
.contact-lines svg { width: 17px; transition: transform 180ms ease; }
.contact-lines a:hover svg { transform: translateX(4px); }

.site-footer { padding: 62px 0; color: #aeb8c5; background: #030507; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .7fr .85fr 1fr; gap: 60px; }
.footer-brand { display: block; width: 180px; height: 120px; overflow: hidden; }
.footer-brand img { width: 180px; height: 137px; object-fit: cover; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-label { margin-bottom: 9px; color: #6faeff; font-size: 8px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.footer-grid a:not(.footer-brand) { font-family: var(--display); font-size: 14px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; transition: color 180ms ease; }
.footer-grid a:hover { color: var(--white); }
.footer-note { justify-content: space-between; }
.footer-note p { margin: 0; color: var(--white); font-family: var(--display); font-size: 17px; font-weight: 700; letter-spacing: .04em; line-height: 1.25; text-transform: uppercase; }
.footer-note > span { font-size: 8px; letter-spacing: .09em; text-transform: uppercase; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity 520ms var(--ease), transform 520ms var(--ease); }
.reveal-delay { transition-delay: 90ms; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1100px) {
  .desktop-nav { display: none; }
  .header-cta { margin-left: auto; }
  .hero-copy-inner { padding-right: 42px; }
  .hero-inset { width: 180px; }
  .service-main { grid-template-columns: 230px 1fr; }
  .promise-copy { padding-left: 58px; }
}

@media (max-width: 900px) {
  .utility-inner { grid-template-columns: 1fr 1fr; }
  .utility-note { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 650px; }
  .hero-copy-inner { width: min(calc(100% - 64px), var(--shell)); margin-inline: auto; padding-right: 0; }
  .hero-copy::after { right: -130px; }
  .hero-media { min-height: 690px; }
  .section-heading, .results-heading, .contact-grid { grid-template-columns: 1fr; gap: 30px; }
  .results-heading h2 { grid-column: auto; }
  .results-heading > p { max-width: 500px; }
  .service-main { grid-template-columns: 1fr; gap: 8px; }
  .work-grid { grid-template-rows: repeat(4, 250px) 330px; }
  .promise { grid-template-columns: 1fr; }
  .promise-logo { min-height: 580px; border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .promise-copy { padding: 90px 32px; }
  .contact-details { max-width: 680px; }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-note { grid-column: 2 / -1; min-height: 100px; }
}

@media (max-width: 720px) {
  .shell { width: min(calc(100% - 32px), var(--shell)); }
  .utility-inner { min-height: 36px; font-size: 8px; }
  .utility-inner > span { max-width: 170px; }
  .site-header { height: 76px; }
  .brand { width: 103px; height: 70px; flex-basis: 103px; }
  .brand img { width: 103px; height: 79px; }
  .header-cta { display: none; }
  .menu-toggle { display: flex; width: 48px; height: 48px; flex-direction: column; align-items: center; justify-content: center; gap: 5px; margin-left: auto; padding: 0; color: var(--white); background: transparent; border: 1px solid var(--line-dark); }
  .menu-toggle span { width: 19px; height: 1px; background: currentColor; transition: transform 180ms ease, opacity 180ms ease; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .mobile-menu { display: grid; max-height: 0; overflow: hidden; padding: 0 16px; color: var(--white); background: var(--ink); transition: max-height 240ms var(--ease), padding 240ms var(--ease); }
  .mobile-menu.is-open { max-height: 430px; padding-top: 12px; padding-bottom: 16px; border-bottom: 1px solid var(--line-dark); }
  .mobile-menu > a:not(.button) { display: grid; min-height: 58px; grid-template-columns: 34px 1fr; align-items: center; border-top: 1px solid var(--line-dark); font-family: var(--display); font-size: 21px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
  .mobile-menu > a > span { color: #73b4ff; font-size: 9px; }
  .mobile-menu .button { margin-top: 12px; }
  .hero-copy { min-height: 610px; }
  .hero-copy-inner { width: calc(100% - 32px); padding-block: 70px 60px; }
  h1 { font-size: clamp(68px, 22vw, 100px); }
  .hero-actions { display: grid; justify-items: start; gap: 13px; }
  .hero-actions .button { width: 100%; }
  .hero-points { margin-top: 42px; }
  .hero-media { min-height: 520px; }
  .hero-badge { top: 16px; right: 16px; min-width: 190px; }
  .hero-inset { right: 16px; bottom: 16px; width: 155px; }
  .hero-inset img { height: 105px; }
  .ticker-track { justify-content: flex-start; min-height: 52px; white-space: nowrap; }
  .ticker-track span:nth-of-type(n+4), .ticker-track i:nth-of-type(n+4) { display: none; }
  .section { padding: 82px 0; }
  .section-heading h2, .results-heading h2, .promise-copy h2, .contact-heading h2 { font-size: clamp(54px, 16vw, 76px); }
  .service-card summary { min-height: 104px; grid-template-columns: 60px 1fr 42px; gap: 13px; padding: 15px; }
  .service-icon { width: 58px; height: 58px; }
  .service-icon svg { width: 39px; height: 39px; }
  .service-main > strong { font-size: 25px; }
  .service-meta { flex-wrap: wrap; gap: 10px 22px; font-size: 14px; }
  .expand-icon { width: 40px; height: 40px; }
  .service-description { grid-template-columns: 1fr; gap: 0; margin-left: 88px; padding-bottom: 20px; }
  .work-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: none; grid-auto-rows: 290px; }
  .work-photo:nth-child(n) { grid-column: auto; grid-row: auto; }
  .work-photo:nth-child(1), .work-photo:nth-child(5), .work-photo:nth-child(9) { grid-column: 1 / -1; }
  .work-photo figcaption { right: 13px; bottom: 13px; left: 13px; grid-template-columns: 26px 1fr; }
  .work-photo figcaption small { display: none; }
  .work-photo figcaption strong { font-size: 17px; }
  .promise-logo { min-height: 480px; padding: 48px; }
  .promise-copy { padding: 82px 16px; }
  .contact { padding: 82px 0; }
  .contact-lines a { grid-template-columns: 78px 1fr 18px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 42px 24px; }
  .footer-brand, .footer-note { grid-column: 1 / -1; }
  .footer-note { min-height: 95px; }
}

@media (max-width: 440px) {
  .utility-inner { grid-template-columns: 1fr; }
  .utility-inner > span { display: none; }
  .utility-inner a { justify-self: center; }
  .hero-points strong { font-size: 16px; }
  .hero-points span { font-size: 7px; }
  .service-card summary { grid-template-columns: 50px 1fr 36px; gap: 10px; padding: 13px 11px; }
  .service-icon { width: 48px; height: 48px; }
  .service-icon svg { width: 33px; height: 33px; }
  .service-meta span { padding-left: 22px; }
  .service-description { margin-left: 72px; }
  .work-grid { grid-template-columns: 1fr; grid-auto-rows: 330px; }
  .work-photo:nth-child(n) { grid-column: 1; }
  .promise-logo { min-height: 400px; padding: 38px; }
  .contact-lines a { grid-template-columns: 1fr 18px; align-content: center; gap: 4px 10px; }
  .contact-lines a > span { grid-column: 1; }
  .contact-lines a strong { grid-column: 1; }
  .contact-lines a svg { grid-column: 2; grid-row: 1 / 3; }
}

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