:root {
  --night: #07111d;
  --night-2: #0d1c2d;
  --night-3: #14273a;
  --pearl: #f3f7f8;
  --white: #ffffff;
  --ink: #112333;
  --muted: #5a6973;
  --chrome: #afc5cc;
  --cyan: #52d8e8;
  --violet: #a96cff;
  --amber: #ffd166;
  --line-light: rgba(255, 255, 255, 0.14);
  --line-dark: rgba(17, 35, 51, 0.15);
  --shadow: 0 26px 70px rgba(7, 17, 29, 0.18);
  --display: "Syne", "Arial Black", sans-serif;
  --body: "Manrope", Arial, sans-serif;
  --mono: "IBM Plex Mono", monospace;
  --shell: min(1180px, calc(100vw - 48px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--pearl);
  font-family: var(--body);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

button {
  color: inherit;
  font: inherit;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--amber);
  outline-offset: 4px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 200;
  top: -90px;
  left: 12px;
  padding: 10px 16px;
  color: var(--night);
  background: var(--amber);
  font-weight: 800;
  transition: top 160ms ease;
}

.skip-link:focus {
  top: 12px;
}

.section-shell {
  width: var(--shell);
  margin-inline: auto;
}

.site-header {
  position: absolute;
  z-index: 50;
  top: 18px;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: var(--shell);
  min-height: 78px;
  padding: 10px 12px 10px 16px;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(7, 17, 29, 0.96);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(16px) saturate(125%);
  -webkit-backdrop-filter: blur(16px) saturate(125%);
  transform: translateX(-50%);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  text-decoration: none;
}

.brand img {
  width: 52px;
  height: 52px;
}

.brand-copy {
  display: grid;
  line-height: 1;
}

.brand-copy strong {
  font-family: var(--display);
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.brand-copy small {
  margin-top: 8px;
  color: var(--chrome);
  font-family: var(--mono);
  font-size: 0.57rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.site-nav > a {
  position: relative;
  font-size: 0.77rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
}

.site-nav > a::after {
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--cyan), var(--violet));
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.site-nav > a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-actions {
  display: flex;
  gap: 8px;
}

.menu-toggle {
  display: none;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 11px 19px;
  border: 1px solid transparent;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button span,
.button strong {
  display: block;
}

.button-large {
  display: grid;
  min-width: 232px;
  min-height: 64px;
  line-height: 1.2;
}

.button-large span {
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.button-large strong {
  margin-top: 4px;
  font-family: var(--mono);
  font-size: 0.89rem;
}

.button-small {
  min-height: 43px;
  padding: 8px 13px;
  font-family: var(--mono);
  font-size: 0.67rem;
  font-weight: 700;
}

.button-call {
  color: var(--night);
  background: var(--amber);
  box-shadow: 0 14px 34px rgba(255, 209, 102, 0.2);
}

.button-call:hover {
  background: #ffe49b;
}

.button-book {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.03);
}

.button-book:hover {
  color: var(--night);
  background: var(--white);
}

.button-book.light {
  border-color: rgba(255, 255, 255, 0.72);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  min-height: 850px;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 18% 72%, rgba(82, 216, 232, 0.11), transparent 25%),
    radial-gradient(circle at 54% 15%, rgba(169, 108, 255, 0.1), transparent 24%),
    var(--night);
}

.hero::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 56px 56px;
  content: "";
  mask-image: linear-gradient(90deg, black, transparent 72%);
}

.hero-copy {
  position: relative;
  z-index: 4;
  align-self: center;
  width: min(700px, calc(100vw - 48px));
  padding: 170px 3vw 105px max(24px, calc((100vw - 1180px) / 2));
}

.eyebrow,
.section-label,
.service-code {
  margin: 0 0 24px;
  color: var(--cyan);
  font-family: var(--mono);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.eyebrow span {
  margin-inline: 8px;
  color: var(--violet);
}

.eyebrow.dark,
.section-label,
.service-code {
  color: #197d8e;
}

h1,
h2,
h3 {
  margin-top: 0;
  font-family: var(--display);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

h1 {
  max-width: 760px;
  margin-bottom: 30px;
  font-size: clamp(4rem, 6.9vw, 7.2rem);
  font-weight: 700;
}

h1 em,
h2 em {
  color: transparent;
  font-style: normal;
  -webkit-text-stroke: 1.5px rgba(255, 255, 255, 0.78);
}

.hero-lede {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1rem, 1.45vw, 1.18rem);
}

.action-pair {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 36px;
}

.action-pair.centered {
  justify-content: center;
}

.scope-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin: 28px 0 0;
  padding: 0;
  color: var(--chrome);
  font-family: var(--mono);
  font-size: 0.66rem;
  letter-spacing: 0.04em;
  list-style: none;
  text-transform: uppercase;
}

.scope-list li::before {
  margin-right: 8px;
  color: var(--amber);
  content: "◆";
  font-size: 0.55rem;
}

.hero-art {
  position: relative;
  z-index: 2;
  min-height: 850px;
  overflow: hidden;
  clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%);
  background: var(--night-2);
}

.hero-art::before,
.hero-art::after {
  position: absolute;
  z-index: 2;
  inset: 0;
  background: url("/assets/hero-reflection.jpg") 48% 50% / cover no-repeat;
  content: "";
  pointer-events: none;
}

.hero-art::before {
  clip-path: polygon(22% 0, 30% 0, 67% 100%, 58% 100%);
  filter: saturate(1.25) hue-rotate(18deg);
  opacity: 0.5;
  transform: translateX(-9px);
}

.hero-art::after {
  clip-path: polygon(57% 0, 62% 0, 84% 100%, 78% 100%);
  filter: saturate(1.6) hue-rotate(235deg);
  opacity: 0.38;
  transform: translateX(8px);
}

.hero-art > img {
  width: 100%;
  height: 100%;
  min-height: 850px;
  object-fit: cover;
  object-position: 48% 50%;
  filter: contrast(1.05) saturate(0.85);
}

.hero-art > .prism-slice {
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  width: 3px;
  box-shadow: 0 0 25px currentColor;
  opacity: 0.7;
  transform: rotate(-14deg) scaleY(1.15);
}

.prism-slice-cyan {
  left: 33%;
  color: var(--cyan);
  background: var(--cyan);
}

.prism-slice-violet {
  left: 64%;
  color: var(--violet);
  background: var(--violet);
}

.hero-note {
  position: absolute;
  z-index: 4;
  right: 34px;
  bottom: 42px;
  display: grid;
  max-width: 255px;
  padding: 17px 19px;
  color: var(--white);
  border-top: 3px solid var(--amber);
  background: rgba(7, 17, 29, 0.82);
  backdrop-filter: blur(12px);
}

.hero-note small {
  color: var(--cyan);
  font-family: var(--mono);
  font-size: 0.61rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-note strong {
  margin-top: 5px;
  font-family: var(--display);
  font-size: 1.06rem;
}

.spectrum-rail {
  position: absolute;
  z-index: 7;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
}

.spectrum-rail span {
  display: block;
  width: 32%;
  height: 100%;
  background: linear-gradient(90deg, transparent, var(--cyan), var(--white), var(--violet), var(--amber), transparent);
  filter: blur(0.2px);
  animation: spectrum 6s ease-in-out infinite alternate;
}

@keyframes spectrum {
  from { transform: translateX(-20%); }
  to { transform: translateX(280%); }
}

.manifesto {
  display: grid;
  grid-template-columns: 0.48fr 1.52fr;
  gap: 70px;
  padding-block: 145px;
}

.manifesto-copy h2 {
  max-width: 920px;
  margin-bottom: 38px;
  font-size: clamp(3.2rem, 6.2vw, 6.5rem);
  font-weight: 700;
}

.manifesto-copy h2 em {
  color: #197d8e;
  -webkit-text-stroke: 0;
}

.manifesto-copy p {
  max-width: 690px;
  margin: 0 0 0 auto;
  color: var(--muted);
  font-size: 1.1rem;
}

.services {
  padding-bottom: 150px;
}

.section-heading {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: 80px;
  align-items: end;
  padding-bottom: 50px;
  border-bottom: 1px solid var(--line-dark);
}

.section-heading h2 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(3rem, 5vw, 5.4rem);
}

.section-heading > p {
  margin: 0;
  color: var(--muted);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 24px;
}

.service-card {
  display: grid;
  min-height: 610px;
  overflow: hidden;
  border: 1px solid rgba(17, 35, 51, 0.08);
  background: var(--white);
  box-shadow: 0 12px 45px rgba(17, 35, 51, 0.07);
}

.service-card-wide {
  grid-column: 1 / -1;
  grid-template-columns: 1.28fr 0.72fr;
  min-height: 540px;
}

.service-image {
  position: relative;
  min-height: 330px;
  overflow: hidden;
}

.service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 650ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.service-card:hover .service-image img {
  transform: scale(1.035);
}

.service-image::after {
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(transparent, rgba(7, 17, 29, 0.58));
  content: "";
}

.service-image span {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 16px;
  color: var(--white);
  font-family: var(--mono);
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.service-copy {
  padding: 40px;
}

.service-copy h3 {
  margin-bottom: 19px;
  font-size: clamp(2.1rem, 3vw, 3.5rem);
}

.service-copy > p:not(.service-code) {
  color: var(--muted);
}

.service-copy ul {
  display: grid;
  gap: 12px;
  margin: 25px 0 0;
  padding: 23px 0 0;
  border-top: 1px solid var(--line-dark);
  list-style: none;
}

.service-copy li {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 0.9rem;
  font-weight: 600;
}

.service-copy li::before {
  width: 7px;
  height: 7px;
  background: linear-gradient(135deg, var(--cyan), var(--violet));
  content: "";
  transform: rotate(45deg);
}

.stock-note {
  margin: 21px 0 0;
  color: #73818a;
  font-family: var(--mono);
  font-size: 0.64rem;
}

.mid-cta {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  overflow: hidden;
  padding: 78px max(24px, calc((100vw - 1180px) / 2));
  color: var(--white);
  background: var(--night-2);
}

.mid-cta > *:not(.mid-cta-cut) {
  position: relative;
  z-index: 2;
}

.mid-cta-cut {
  position: absolute;
  top: -110%;
  left: 42%;
  width: 22%;
  height: 320%;
  border-inline: 1px solid rgba(82, 216, 232, 0.34);
  background: linear-gradient(90deg, transparent, rgba(82, 216, 232, 0.1), rgba(169, 108, 255, 0.12), transparent);
  transform: rotate(18deg);
}

.mid-cta h2 {
  max-width: 640px;
  margin: 0;
  font-size: clamp(2.8rem, 4.8vw, 5.2rem);
}

.mid-cta .action-pair {
  flex: 0 0 auto;
  margin-top: 0;
}

.process {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  min-height: 820px;
  color: var(--white);
  background: var(--night);
}

.process-media {
  position: relative;
  min-height: 760px;
  overflow: hidden;
}

.process-media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 70%, var(--night)), linear-gradient(0deg, rgba(7, 17, 29, 0.7), transparent 45%);
  content: "";
}

.process-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.process-media-label {
  position: absolute;
  z-index: 2;
  bottom: 28px;
  left: 28px;
  display: grid;
  padding-left: 15px;
  border-left: 3px solid var(--cyan);
}

.process-media-label span {
  font-family: var(--mono);
  font-size: 0.67rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.process-media-label small {
  color: rgba(255, 255, 255, 0.55);
}

.process-copy {
  align-self: center;
  max-width: 760px;
  padding: 100px max(24px, calc((100vw - 1180px) / 2)) 100px 7vw;
}

.process-copy h2 {
  margin-bottom: 50px;
  font-size: clamp(3rem, 5.1vw, 5.6rem);
}

.process-copy ol {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-copy li {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 22px;
  padding: 26px 0;
  border-top: 1px solid var(--line-light);
}

.process-copy li:last-child {
  border-bottom: 1px solid var(--line-light);
}

.process-copy li > span {
  color: var(--cyan);
  font-family: var(--mono);
  font-size: 0.69rem;
}

.process-copy h3 {
  margin-bottom: 8px;
  font-size: 1.55rem;
  letter-spacing: -0.035em;
}

.process-copy li p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
}

.inspection {
  padding-block: 145px;
}

.inspection-heading {
  display: grid;
  grid-template-columns: 0.48fr 1.52fr;
  gap: 70px;
  margin-bottom: 58px;
}

.inspection-heading h2 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(3.1rem, 5.6vw, 6rem);
}

.inspection-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 22px;
}

.inspection-photo {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  background: var(--night);
}

.inspection-photo img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
}

.inspection-photo p {
  position: absolute;
  right: 20px;
  bottom: 18px;
  left: 20px;
  margin: 0;
  padding: 13px 15px;
  color: var(--white);
  background: rgba(7, 17, 29, 0.78);
  font-family: var(--mono);
  font-size: 0.65rem;
  text-transform: uppercase;
}

.inspection-list {
  display: grid;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line-dark);
  list-style: none;
}

.inspection-list li {
  display: grid;
  grid-template-columns: 60px 1fr;
  align-items: center;
  gap: 20px;
  padding: 31px 20px;
  border-bottom: 1px solid var(--line-dark);
}

.inspection-list li > span {
  color: #197d8e;
  font-family: var(--mono);
  font-size: 0.68rem;
}

.inspection-list li div {
  display: grid;
}

.inspection-list strong {
  font-family: var(--display);
  font-size: 1.45rem;
  letter-spacing: -0.035em;
}

.inspection-list small {
  margin-top: 5px;
  color: var(--muted);
}

.questions {
  display: grid;
  grid-template-columns: 0.73fr 1.27fr;
  gap: 90px;
  padding-bottom: 150px;
}

.questions-heading {
  position: sticky;
  top: 40px;
  align-self: start;
}

.questions-heading h2 {
  max-width: 520px;
  font-size: clamp(3rem, 4.8vw, 5rem);
}

.accordion {
  border-top: 1px solid var(--line-dark);
}

.accordion details {
  border-bottom: 1px solid var(--line-dark);
}

.accordion summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 27px 0;
  cursor: pointer;
  font-family: var(--display);
  font-size: 1.34rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  list-style: none;
}

.accordion summary::-webkit-details-marker {
  display: none;
}

.accordion summary span {
  color: #197d8e;
  font-family: var(--mono);
  font-size: 1.1rem;
  transition: transform 180ms ease;
}

.accordion details[open] summary span {
  transform: rotate(45deg);
}

.accordion details p {
  max-width: 720px;
  margin: -5px 0 28px;
  color: var(--muted);
}

.final-cta {
  position: relative;
  overflow: hidden;
  padding: 135px 24px 145px;
  color: var(--white);
  text-align: center;
  background:
    radial-gradient(circle at 50% 120%, rgba(82, 216, 232, 0.2), transparent 36%),
    var(--night-2);
}

.final-cta > *:not(.final-spectrum) {
  position: relative;
  z-index: 2;
}

.final-cta h2 {
  max-width: 920px;
  margin: 0 auto 24px;
  font-size: clamp(3.5rem, 7vw, 7.5rem);
}

.final-cta > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.66);
}

.final-spectrum {
  position: absolute;
  top: -170%;
  left: 47%;
  width: 15%;
  height: 450%;
  background: linear-gradient(90deg, transparent, rgba(82, 216, 232, 0.12), rgba(169, 108, 255, 0.16), rgba(255, 209, 102, 0.1), transparent);
  transform: rotate(19deg);
}

.site-footer {
  display: grid;
  grid-template-columns: 1.15fr 1fr auto;
  gap: 42px;
  align-items: center;
  padding: 50px max(24px, calc((100vw - 1180px) / 2)) 42px;
  color: var(--white);
  border-top: 1px solid var(--line-light);
  background: var(--night);
}

.site-footer > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.87rem;
}

.footer-actions {
  display: flex;
  gap: 8px;
}

.footer-actions a {
  padding: 10px 12px;
  border: 1px solid var(--line-light);
  font-family: var(--mono);
  font-size: 0.65rem;
  text-decoration: none;
}

.footer-actions a:first-child {
  color: var(--night);
  border-color: var(--amber);
  background: var(--amber);
}

.site-footer > small {
  grid-column: 1 / -1;
  padding-top: 22px;
  color: rgba(255, 255, 255, 0.4);
  border-top: 1px solid var(--line-light);
  font-family: var(--mono);
  font-size: 0.59rem;
}

.mobile-actions {
  display: none;
}

.js .reveal {
  opacity: 1;
  transform: none;
}

@media (max-width: 1100px) {
  .site-nav {
    gap: 18px;
  }

  .site-nav > a {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr 0.92fr;
  }

  .hero-copy {
    padding-right: 2vw;
  }

  .mid-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .mid-cta .action-pair {
    width: 100%;
  }

  .process-copy {
    padding-left: 5vw;
  }

  .site-footer {
    grid-template-columns: 1fr 1fr;
  }

  .footer-actions {
    justify-self: end;
  }
}

@media (max-width: 820px) {
  :root {
    --shell: min(100% - 32px, 720px);
  }

  body {
    padding-bottom: 70px;
  }

  .site-header {
    top: 10px;
    min-height: 68px;
    padding: 8px 10px 8px 12px;
  }

  .brand img {
    width: 46px;
    height: 46px;
  }

  .brand-copy strong {
    font-size: 1.03rem;
  }

  .brand-copy small {
    font-size: 0.5rem;
  }

  .menu-toggle {
    display: grid;
    place-content: center;
    gap: 7px;
    width: 48px;
    height: 48px;
    padding: 0;
    color: var(--white);
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: transparent;
  }

  .menu-toggle i {
    display: block;
    width: 22px;
    height: 2px;
    background: currentColor;
    transition: transform 180ms ease;
  }

  .menu-toggle[aria-expanded="true"] i:first-of-type {
    transform: translateY(4.5px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] i:last-of-type {
    transform: translateY(-4.5px) rotate(-45deg);
  }

  .site-nav {
    position: fixed;
    top: 86px;
    right: 16px;
    left: 16px;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    padding: 15px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(7, 17, 29, 0.99);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
  }

  .site-nav.open {
    display: flex;
  }

  .site-nav > a {
    display: block;
    padding: 15px 4px;
    border-bottom: 1px solid var(--line-light);
  }

  .site-nav > a::after {
    display: none;
  }

  .nav-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 14px;
  }

  .nav-actions .button {
    text-align: center;
  }

  .hero {
    display: block;
    min-height: 0;
    padding-top: 90px;
  }

  .hero-copy {
    width: var(--shell);
    margin-inline: auto;
    padding: 80px 0 64px;
  }

  h1 {
    font-size: clamp(3.65rem, 15vw, 6.2rem);
  }

  .hero-art {
    width: calc(100% - 16px);
    min-height: 570px;
    margin-left: 16px;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
  }

  .hero-art > img {
    min-height: 570px;
  }

  .manifesto,
  .inspection-heading,
  .questions {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .manifesto {
    padding-block: 100px;
  }

  .manifesto-copy p {
    margin-left: 0;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .service-grid,
  .service-card-wide {
    grid-template-columns: 1fr;
  }

  .service-card-wide {
    grid-column: auto;
  }

  .service-card {
    min-height: 0;
  }

  .service-image {
    min-height: 390px;
  }

  .process {
    grid-template-columns: 1fr;
  }

  .process-media {
    min-height: 570px;
  }

  .process-copy {
    max-width: none;
    padding: 90px 24px;
  }

  .inspection-grid {
    grid-template-columns: 1fr;
  }

  .inspection-photo,
  .inspection-photo img {
    min-height: 520px;
  }

  .questions-heading {
    position: static;
  }

  .site-footer {
    grid-template-columns: 1fr;
    padding-bottom: 52px;
  }

  .footer-actions {
    justify-self: start;
  }

  .mobile-actions {
    position: fixed;
    z-index: 100;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    min-height: 70px;
    color: var(--white);
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    background: var(--night);
    box-shadow: 0 -12px 35px rgba(0, 0, 0, 0.28);
  }

  .mobile-actions a {
    display: grid;
    place-content: center;
    padding: 8px 12px;
    text-align: center;
    text-decoration: none;
  }

  .mobile-actions a:first-child {
    color: var(--night);
    background: var(--amber);
  }

  .mobile-actions a:last-child {
    border-left: 1px solid var(--line-light);
  }

  .mobile-actions span {
    font-size: 0.59rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .mobile-actions strong {
    font-family: var(--mono);
    font-size: 0.74rem;
  }
}

@media (max-width: 560px) {
  :root {
    --shell: calc(100vw - 28px);
  }

  .brand-copy small {
    display: none;
  }

  .hero-copy {
    padding-top: 64px;
  }

  h1 {
    font-size: clamp(3.25rem, 16vw, 5rem);
  }

  .hero-lede {
    font-size: 0.98rem;
  }

  .action-pair {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .button-large {
    width: 100%;
    min-width: 0;
  }

  .scope-list {
    display: grid;
  }

  .hero-art {
    min-height: 460px;
  }

  .hero-art > img {
    min-height: 460px;
  }

  .hero-note {
    right: 16px;
    bottom: 18px;
    left: 48px;
  }

  .manifesto-copy h2,
  .section-heading h2,
  .inspection-heading h2,
  .questions-heading h2 {
    font-size: clamp(2.7rem, 13vw, 4.4rem);
  }

  .services,
  .questions {
    padding-bottom: 105px;
  }

  .service-image {
    min-height: 290px;
  }

  .service-copy {
    padding: 30px 24px 34px;
  }

  .mid-cta {
    padding-block: 68px;
  }

  .mid-cta .action-pair {
    display: grid;
  }

  .process-media {
    min-height: 440px;
  }

  .process-copy {
    padding: 78px 18px;
  }

  .process-copy li {
    grid-template-columns: 42px 1fr;
  }

  .inspection {
    padding-block: 100px;
  }

  .inspection-photo,
  .inspection-photo img {
    min-height: 400px;
  }

  .inspection-list li {
    grid-template-columns: 42px 1fr;
    padding-inline: 8px;
  }

  .accordion summary {
    font-size: 1.12rem;
  }

  .final-cta {
    padding: 105px 16px 115px;
  }

  .final-cta h2 {
    font-size: clamp(3rem, 14vw, 5rem);
  }

  .footer-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .footer-actions a {
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .js .reveal {
    opacity: 1;
    transform: none;
  }
}
