@font-face {
  font-family: "Montserrat";
  src: url("assets/fonts/montserrat-regular.ttf") format("truetype");
  font-display: block;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Montserrat";
  src: url("assets/fonts/montserrat-bold.ttf") format("truetype");
  font-display: block;
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "Gill Sans";
  src: url("assets/fonts/gill-sans-regular.ttf") format("truetype");
  font-display: block;
  font-style: normal;
  font-weight: 400;
}

:root {
  --navy: #112373;
  --blue: #2b5fd9;
  --slate: #475569;
  --ice: #7ecfea;
  --sky: #7ecfea;
  --snow: #ffffff;
  --white: #ffffff;
  --ink: #000000;
  --muted: #475569;
  --gray-50: #f8fafc;
  --gray-100: #f1f5f9;
  --line: #f1f5f9;
  --panel: #f8fafc;
  --success: #3dd455;
  --warning: #2b5fd9;
  --shadow: 0 22px 70px rgba(0, 0, 0, 0.12);
  --display: "Montserrat";
  --body: "Gill Sans";
  --radius: 8px;
  --max: 1180px;
  --header-height: 78px;
}

@media (max-width: 980px) {
  .boss-hero-shell,
  .boss-split,
  .boss-section-head,
  .boss-menu-board article {
    grid-template-columns: 1fr;
  }

  .boss-hero {
    min-height: auto;
  }

  .boss-hero-shell {
    width: min(100% - 36px, 760px);
    padding: 46px 0 62px;
  }

  .boss-hero h1 {
    font-size: clamp(3.9rem, 14vw, 7rem);
    line-height: 1.03;
  }

  .boss-hero-photo {
    min-height: auto;
  }

  .boss-hero-photo img {
    height: auto;
    aspect-ratio: 16 / 11;
  }

  .boss-menu,
  .boss-split {
    padding-right: 22px;
    padding-left: 22px;
  }

  .boss-proof {
    grid-template-columns: 1fr;
  }

  .boss-proof-card {
    border-right: 0;
    border-bottom: 4px solid var(--ice);
  }

  .boss-proof-card:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 680px) {
  .boss-hero-shell {
    width: min(100% - 28px, 540px);
    padding: 34px 0 42px;
  }

  .boss-kicker {
    min-height: auto;
    padding: 10px 12px;
    font-size: 0.68rem;
    line-height: 1.25;
  }

  .boss-hero h1 {
    font-size: clamp(2.65rem, 12.5vw, 3.7rem);
    line-height: 1.03;
  }

  .boss-hero-copy p:not(.boss-kicker) {
    font-size: 1rem;
  }

  .boss-actions {
    display: grid;
    gap: 14px;
  }

  .boss-button {
    width: 100%;
    min-height: 54px;
    padding: 0 18px;
  }

  .boss-hero-photo::before {
    inset: 18px -8px 18px 24px;
  }

  .boss-hero-photo::after {
    display: none;
  }

  .boss-hero-photo img {
    border-width: 7px;
    transform: rotate(1.2deg);
  }

  .boss-stamp {
    top: 18px;
    left: 12px;
    max-width: calc(100% - 24px);
    padding: 10px;
    box-shadow: 6px 6px 0 var(--ice);
  }

  .boss-stamp span {
    width: 38px;
    height: 38px;
  }

  .boss-marquee div {
    min-height: 74px;
  }

  .boss-menu,
  .boss-split {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .boss-menu h2,
  .boss-split h2,
  .boss-cta h2 {
    font-size: clamp(3rem, 16vw, 5rem);
  }

  .boss-menu-board {
    box-shadow: 8px 8px 0 var(--ice);
  }

  .boss-menu-board article {
    gap: 12px;
    min-height: auto;
    padding: 20px;
  }

  .boss-callouts p {
    padding: 18px;
  }

  .boss-proof-card {
    min-height: 180px;
    padding: 28px 22px;
  }

  .boss-cta {
    padding: 68px 22px;
  }
}

/* Final hero photo staging: each page gets its own scrapbook angle and weight. */
.boss-home .boss-hero-photo {
  transform: translate(14px, -8px) rotate(-1.15deg);
  transform-origin: 54% 44%;
}

.boss-home .boss-hero-photo::before {
  transform: rotate(1.4deg);
}

.boss-home .boss-hero-photo::after {
  transform: translate(12px, 10px) rotate(2.4deg);
}

.boss-home .boss-hero-photo img {
  transform: rotate(3deg) translateY(5px);
}

.page-hero-media.page-hero-media-services {
  width: min(100%, 560px);
  transform: translate(18px, -16px) rotate(-3.1deg);
  transform-origin: 36% 62%;
}

.page-hero-media.page-hero-media-services::before {
  inset: 20px 28px -18px -28px;
}

.page-hero-media.page-hero-media-services::after {
  inset: 60px 70px -46px -42px;
}

.page-hero-media.page-hero-media-services img {
  aspect-ratio: 6 / 5;
  object-position: 48% center;
}

.page-hero-media.page-hero-media-process {
  justify-self: center;
  width: min(100%, 455px);
  margin-top: 32px;
  transform: translate(-18px, 16px) rotate(4.2deg);
  transform-origin: 68% 38%;
}

.page-hero-media.page-hero-media-process::before {
  inset: -18px -20px 42px 34px;
}

.page-hero-media.page-hero-media-process::after {
  inset: 24px -34px 78px 86px;
}

.page-hero-media.page-hero-media-process img {
  aspect-ratio: 4 / 5;
  object-position: 58% center;
}

.page-hero-media.page-hero-media-maintenance {
  width: min(100%, 535px);
  transform: translate(34px, 14px) rotate(1.1deg);
  transform-origin: 44% 42%;
}

.page-hero-media.page-hero-media-maintenance::before {
  inset: 42px -30px -16px 16px;
}

.page-hero-media.page-hero-media-maintenance::after {
  inset: 78px -52px -46px 58px;
}

.page-hero-media.page-hero-media-maintenance img {
  aspect-ratio: 7 / 6;
  object-position: 54% center;
}

.page-hero-media.page-hero-media-about {
  justify-self: center;
  width: min(100%, 430px);
  transform: translate(-32px, -8px) rotate(-4.4deg);
  transform-origin: 35% 35%;
}

.page-hero-media.page-hero-media-about::before {
  inset: 34px 24px -28px -24px;
}

.page-hero-media.page-hero-media-about::after {
  inset: 70px 62px -54px -48px;
}

.page-hero-media.page-hero-media-about img {
  aspect-ratio: 4 / 5;
  object-position: 52% center;
}

.page-hero-media.page-hero-media-contact {
  width: min(100%, 505px);
  transform: translate(22px, 20px) rotate(3.4deg);
  transform-origin: 64% 58%;
}

.page-hero-media.page-hero-media-contact::before {
  inset: -22px -18px 36px 44px;
}

.page-hero-media.page-hero-media-contact::after {
  inset: 18px -38px 86px 86px;
}

.page-hero-media.page-hero-media-contact img {
  aspect-ratio: 1 / 1;
  object-position: 58% center;
}

.page-hero-media.page-hero-media-request {
  width: min(100%, 475px);
  transform: translate(-12px, 18px) rotate(-2.2deg);
  transform-origin: 42% 56%;
}

.page-hero-media.page-hero-media-request::before {
  inset: 24px -26px -18px 28px;
}

.page-hero-media.page-hero-media-request::after {
  inset: 62px -48px -48px 80px;
}

.page-hero-media.page-hero-media-request img {
  aspect-ratio: 5 / 6;
  object-position: 54% center;
}

.page-hero-media-request figcaption {
  top: 34px;
  right: -6px;
  left: auto;
  max-width: 310px;
  box-shadow: -9px 9px 0 var(--ice);
  transform: rotate(2.1deg);
}

@media (max-width: 980px) {
  .boss-home .boss-hero-photo {
    transform: translate(0, 4px) rotate(-0.8deg);
  }

  .boss-home .boss-hero-photo img {
    transform: rotate(1.8deg);
  }

  .page-hero-media.page-hero-media-services {
    width: min(100%, 520px);
    transform: translate(2px, 8px) rotate(-2.2deg);
  }

  .page-hero-media.page-hero-media-process {
    justify-self: end;
    margin-top: 18px;
    transform: translate(-10px, 12px) rotate(3.2deg);
  }

  .page-hero-media.page-hero-media-maintenance {
    width: min(100%, 520px);
    transform: translate(8px, 14px) rotate(1deg);
  }

  .page-hero-media.page-hero-media-about {
    justify-self: start;
    transform: translate(6px, 8px) rotate(-3.2deg);
  }

  .page-hero-media.page-hero-media-contact {
    width: min(100%, 500px);
    transform: translate(4px, 16px) rotate(2.4deg);
  }

  .page-hero-media.page-hero-media-request {
    transform: translate(4px, 14px) rotate(-1.8deg);
  }
}

@media (max-width: 680px) {
  .boss-home .boss-hero-photo {
    transform: translate(0, 0) rotate(-0.45deg);
  }

  .boss-home .boss-hero-photo::before {
    transform: rotate(0.8deg);
  }

  .boss-home .boss-hero-photo img {
    transform: rotate(1.2deg);
  }

  .page-hero-media.page-hero-media-services {
    transform: translate(0, 6px) rotate(-1.5deg);
  }

  .page-hero-media.page-hero-media-process {
    justify-self: start;
    margin-top: 10px;
    transform: translate(0, 8px) rotate(2.1deg);
  }

  .page-hero-media.page-hero-media-maintenance {
    transform: translate(0, 8px) rotate(0.8deg);
  }

  .page-hero-media.page-hero-media-about {
    transform: translate(0, 6px) rotate(-2.3deg);
  }

  .page-hero-media.page-hero-media-contact {
    transform: translate(0, 10px) rotate(1.6deg);
  }

  .page-hero-media.page-hero-media-request {
    transform: translate(0, 8px) rotate(-1.3deg);
  }

  .page-hero-media-request figcaption {
    top: 26px;
    right: 4px;
    left: auto;
    max-width: 260px;
    box-shadow: -6px 6px 0 var(--ice);
  }
}

/* Final display rhythm: keep every major headline using the same spacing language. */
.boss-hero h1,
.boss-menu h2,
.boss-split h2,
.boss-cta h2,
.page-title h1,
.section-head h2,
.standard-intro h2,
.ops-copy h2,
.close-grid h2,
.copy h2 {
  letter-spacing: 0.01em;
  line-height: 0.94;
  word-spacing: 0.06em;
}

.boss-menu-board h3,
.boss-proof-card strong,
.property-panel-head strong {
  letter-spacing: 0.01em;
  line-height: 0.96;
  word-spacing: 0.04em;
}

@media (max-width: 680px) {
  .boss-hero h1,
  .boss-menu h2,
  .boss-split h2,
  .boss-cta h2,
  .page-title h1,
  .section-head h2,
  .standard-intro h2,
  .ops-copy h2,
  .close-grid h2,
  .copy h2 {
    letter-spacing: 0.008em;
    line-height: 0.96;
    word-spacing: 0.04em;
  }
}

/* Final display rhythm: keeps every large headline using the same word and line spacing. */
.boss-hero h1,
.boss-menu h2,
.boss-split h2,
.boss-cta h2,
.page-title h1,
.section-head h2,
.standard-intro h2,
.ops-copy h2,
.close-grid h2,
.copy h2 {
  letter-spacing: 0.01em;
  line-height: 0.94;
  word-spacing: 0.06em;
}

.boss-menu-board h3,
.boss-proof-card strong,
.property-panel-head strong {
  letter-spacing: 0.01em;
  line-height: 0.96;
  word-spacing: 0.04em;
}

@media (max-width: 680px) {
  .boss-hero h1,
  .boss-menu h2,
  .boss-split h2,
  .boss-cta h2,
  .page-title h1,
  .section-head h2,
  .standard-intro h2,
  .ops-copy h2,
  .close-grid h2,
  .copy h2 {
    letter-spacing: 0.008em;
    line-height: 0.96;
    word-spacing: 0.04em;
  }
}

.boss-hero h1,
.boss-menu h2,
.boss-split h2,
.boss-cta h2,
.page-title h1,
.section-head h2,
.standard-intro h2,
.ops-copy h2,
.close-grid h2,
.copy h2 {
  letter-spacing: 0.01em;
  line-height: 0.94;
  word-spacing: 0.06em;
}

.boss-menu-board h3,
.boss-proof-card strong,
.property-panel-head strong {
  letter-spacing: 0.01em;
  line-height: 0.96;
  word-spacing: 0.04em;
}

@media (max-width: 680px) {
  .boss-hero h1,
  .boss-menu h2,
  .boss-split h2,
  .boss-cta h2,
  .page-title h1,
  .section-head h2,
  .standard-intro h2,
  .ops-copy h2,
  .close-grid h2,
  .copy h2 {
    letter-spacing: 0.008em;
    line-height: 0.96;
    word-spacing: 0.04em;
  }
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--snow);
  font-family: var(--body);
  font-synthesis: none;
  line-height: 1.55;
  letter-spacing: 0;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  right: 0;
  left: 0;
  height: var(--header-height);
  background: rgba(17, 35, 115, 0.96);
  border-bottom: 1px solid rgba(126, 207, 234, 0.72);
  box-shadow: 0 3px 0 rgba(71, 85, 105, 0.08);
  backdrop-filter: blur(14px);
}

.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  width: min(var(--max), calc(100% - 40px));
  height: 100%;
  margin: 0 auto;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
}

.brand-mark {
  display: inline-flex;
  width: auto;
  height: auto;
  align-items: baseline;
  color: var(--snow);
  background: transparent;
  border: 0;
  border-radius: 0;
  font-family: var(--display);
  font-size: 1.9rem;
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: 0;
}

.brand-copy {
  display: block;
}

.brand-name {
  color: var(--snow);
  font-family: var(--display);
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: 0.01em;
}

.brand-logo {
  display: block;
  width: auto;
  height: 56px;
  max-width: 90px;
  object-fit: contain;
  border-radius: 10px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
}

.nav-links a {
  display: inline-flex;
  align-items: center;
  min-height: 52px;
  padding: 0 18px;
  color: rgba(255, 255, 255, 0.82);
  border: 2px solid transparent;
  border-radius: 12px;
  font-size: 0.92rem;
  font-weight: 800;
  transition:
    color 160ms ease,
    background 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.nav-links a:hover,
.nav-links a:focus-visible,
.nav-links a[aria-current="page"] {
  color: var(--navy);
  background: var(--snow);
  border-color: var(--snow);
  box-shadow: 8px 8px 0 var(--ice);
  transform: translateY(-2px);
  outline: none;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--navy);
  background: var(--snow);
  border: 2px solid var(--ice);
  border-radius: 8px;
  cursor: pointer;
}

.menu-toggle:focus-visible {
  border-color: rgba(17, 35, 115, 0.32);
  box-shadow: 0 0 0 4px rgba(126, 207, 234, 0.42);
  outline: none;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    background 160ms ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-1px);
  outline: none;
}

.btn-primary {
  color: var(--ink);
  background: var(--success);
  border-color: var(--success);
  box-shadow: 9px 9px 0 var(--white);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  color: var(--white);
  background: var(--blue);
  box-shadow: 6px 6px 0 var(--white);
}

.btn-secondary {
  color: var(--snow);
  background: transparent;
  border-color: rgba(255, 255, 255, 0.72);
}

.btn-secondary:hover,
.btn-secondary:focus-visible {
  color: var(--navy);
  background: var(--snow);
}

.btn-quiet {
  color: var(--snow);
  background: transparent;
  border-color: rgba(255, 255, 255, 0.44);
}

.btn svg,
.menu-toggle svg,
.service-icon svg,
.metric-icon svg {
  width: 18px;
  height: 18px;
  stroke-width: 2.2;
}

main {
  padding-top: var(--header-height);
}

.hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.7)),
    linear-gradient(135deg, rgba(126, 207, 234, 0.45), rgba(71, 85, 105, 0.16));
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: 46px;
  align-items: center;
  width: min(var(--max), calc(100% - 40px));
  min-height: min(650px, calc(100vh - var(--header-height) - 120px));
  max-height: 850px;
  margin: 0 auto;
  padding: 30px 0 32px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  min-height: 34px;
  padding: 0 12px;
  color: var(--navy);
  background: rgba(126, 207, 234, 0.38);
  border: 1px solid rgba(17, 35, 115, 0.12);
  border-radius: 8px;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.eyebrow::before {
  width: 8px;
  height: 8px;
  background: var(--success);
  border-radius: 999px;
  content: "";
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 22px;
  color: var(--navy);
  font-family: var(--display);
  font-size: clamp(2.9rem, 5.6vw, 5.15rem);
  font-weight: 900;
  line-height: 0.96;
  letter-spacing: 0;
}

.page-title h1 {
  max-width: 880px;
  color: var(--snow);
  font-size: clamp(2.8rem, 6vw, 5.4rem);
  font-weight: 400;
}

.lead {
  max-width: 660px;
  margin-bottom: 30px;
  color: var(--muted);
  font-size: clamp(1.08rem, 2vw, 1.3rem);
}

.page-hero .lead {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 800;
}

.hero-actions,
.section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 26px;
}

.proof-card,
.metric-card,
.service-card,
.risk-card,
.step-card,
.faq-card,
.contact-card,
.value-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.06);
}

.proof-card {
  min-height: 96px;
  padding: 16px;
}

.proof-card strong {
  display: block;
  color: var(--navy);
  font-size: 1.2rem;
  line-height: 1.1;
}

.proof-card span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 700;
}

.hero-visual {
  position: relative;
}

.photo-frame {
  overflow: hidden;
  min-height: 450px;
  background: var(--navy);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.photo-frame img {
  width: 100%;
  height: 100%;
  min-height: 450px;
  object-fit: cover;
  opacity: 0.86;
}

.hero-panel {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  display: grid;
  gap: 14px;
  padding: 22px;
  color: var(--white);
  background: rgba(17, 35, 115, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  backdrop-filter: blur(12px);
}

.hero-panel strong {
  font-size: 1.35rem;
  line-height: 1.1;
}

.hero-panel p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.82);
}

.content-band {
  padding: 76px 0;
  background: var(--snow);
}

.content-band.alt {
  background: var(--panel);
}

.content-band.deep {
  color: var(--white);
  background: var(--navy);
}

.content-shell {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(300px, 0.45fr);
  gap: 44px;
  align-items: end;
  margin-bottom: 34px;
}

.section-head.center {
  display: block;
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-kicker {
  margin-bottom: 12px;
  color: var(--navy);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.deep .section-kicker {
  color: var(--ice);
}

h2 {
  margin-bottom: 14px;
  color: var(--navy);
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: 0;
  font-family: var(--display);
}

h3 {
  margin-bottom: 10px;
  color: var(--navy);
  font-size: 1.22rem;
  line-height: 1.2;
  font-family: var(--display);
  font-weight: 400;
}

.section-head p,
.copy p,
.service-card p,
.risk-card p,
.step-card p,
.faq-card p,
.value-card p {
  color: var(--muted);
}

.deep .section-head p,
.deep .copy p {
  color: rgba(255, 255, 255, 0.76);
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.service-card,
.risk-card,
.value-card {
  position: relative;
  display: grid;
  gap: 14px;
  min-height: 100%;
  overflow: hidden;
  padding: 24px;
}

.service-card::before,
.risk-card::before,
.value-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--navy), var(--blue));
  content: "";
}

.service-icon,
.metric-icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: var(--blue);
  background: rgba(126, 207, 234, 0.4);
  border: 1px solid rgba(43, 95, 217, 0.18);
  border-radius: 8px;
}

.service-card p,
.risk-card p,
.value-card p,
.step-card p,
.faq-card p {
  margin-bottom: 0;
}

.feature-split {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(340px, 0.64fr);
  gap: 48px;
  align-items: center;
}

.media-stack {
  display: grid;
  gap: 16px;
}

.media-stack img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.metric-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 26px;
}

.metric-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: center;
  padding: 18px;
}

.metric-card strong {
  display: block;
  color: var(--navy);
  line-height: 1.2;
}

.metric-card span {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
}

.page-hero {
  position: relative;
  overflow: hidden;
  padding: 86px 0 58px;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 112px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 112px),
    var(--navy);
}

.page-hero::after {
  position: absolute;
  right: max(20px, calc((100vw - var(--max)) / 2));
  bottom: -0.08em;
  color: rgba(255, 255, 255, 0.06);
  font-size: clamp(4.5rem, 10vw, 10rem);
  font-weight: 900;
  line-height: 0.8;
  content: "System";
  pointer-events: none;
}

.page-title {
  position: relative;
  z-index: 1;
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

.media-page-title {
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(340px, 0.38fr);
  gap: clamp(34px, 4vw, 70px);
  align-items: center;
  width: min(1480px, calc(100% - 56px));
}

.media-page-copy {
  min-width: 0;
}

.page-hero-media {
  position: relative;
  justify-self: end;
  width: min(100%, 500px);
  margin: 0;
  transform: rotate(2deg);
}

.page-hero-media::before,
.page-hero-media::after {
  position: absolute;
  border-radius: 8px;
  content: "";
}

.page-hero-media::before {
  inset: 26px -22px -20px 34px;
  z-index: 0;
  background: var(--ice);
}

.page-hero-media::after {
  inset: 54px -36px -44px 76px;
  z-index: 0;
  background: var(--slate);
  opacity: 0.46;
}

.page-hero-media img {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 5 / 6;
  object-fit: cover;
  border: 10px solid var(--snow);
  border-radius: 8px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.26);
}

.page-hero-media figcaption {
  position: absolute;
  z-index: 2;
  top: 28px;
  left: -14px;
  max-width: calc(100% - 26px);
  padding: 14px 18px;
  color: var(--navy);
  background: var(--snow);
  border: 4px solid var(--navy);
  border-radius: 8px;
  box-shadow: 9px 9px 0 var(--ice);
  font-size: clamp(0.95rem, 1.3vw, 1.22rem);
  font-weight: 900;
  line-height: 1.05;
  transform: rotate(-2.3deg);
}

.page-hero-media-services figcaption {
  top: 26px;
  left: -18px;
  right: auto;
  transform: rotate(-2.6deg);
}

.page-hero-media-process figcaption {
  top: 76px;
  right: 8px;
  left: auto;
  max-width: 285px;
  box-shadow: -9px 9px 0 var(--ice);
  transform: rotate(3.2deg);
}

.page-hero-media-maintenance figcaption {
  top: auto;
  right: 22px;
  bottom: 44px;
  left: auto;
  max-width: 330px;
  box-shadow: -10px 10px 0 var(--ice);
  transform: rotate(-1.8deg);
}

.page-hero-media-about figcaption {
  top: auto;
  bottom: 78px;
  left: -26px;
  max-width: 330px;
  transform: rotate(2.4deg);
}

.page-hero-media-contact figcaption {
  top: auto;
  right: auto;
  bottom: 30px;
  left: 50%;
  max-width: 315px;
  box-shadow: 8px 8px 0 var(--ice);
  transform: translateX(-50%) rotate(-1.4deg);
}

.boss-hero-photo {
  transform: translate(14px, -8px) rotate(-1.15deg);
  transform-origin: 54% 44%;
}

.boss-hero-photo::before {
  transform: rotate(1.4deg);
}

.boss-hero-photo::after {
  transform: translate(12px, 10px) rotate(2.4deg);
}

.boss-hero-photo img {
  transform: rotate(3deg) translateY(5px);
}

.page-hero-media.page-hero-media-services {
  width: min(100%, 560px);
  transform: translate(18px, -16px) rotate(-3.1deg);
  transform-origin: 36% 62%;
}

.page-hero-media.page-hero-media-services::before {
  inset: 20px 28px -18px -28px;
}

.page-hero-media.page-hero-media-services::after {
  inset: 60px 70px -46px -42px;
}

.page-hero-media.page-hero-media-services img {
  aspect-ratio: 6 / 5;
  object-position: 48% center;
}

.page-hero-media.page-hero-media-process {
  justify-self: center;
  width: min(100%, 455px);
  margin-top: 32px;
  transform: translate(-18px, 16px) rotate(4.2deg);
  transform-origin: 68% 38%;
}

.page-hero-media.page-hero-media-process::before {
  inset: -18px -20px 42px 34px;
}

.page-hero-media.page-hero-media-process::after {
  inset: 24px -34px 78px 86px;
}

.page-hero-media.page-hero-media-process img {
  aspect-ratio: 4 / 5;
  object-position: 58% center;
}

.page-hero-media.page-hero-media-maintenance {
  width: min(100%, 535px);
  transform: translate(34px, 14px) rotate(1.1deg);
  transform-origin: 44% 42%;
}

.page-hero-media.page-hero-media-maintenance::before {
  inset: 42px -30px -16px 16px;
}

.page-hero-media.page-hero-media-maintenance::after {
  inset: 78px -52px -46px 58px;
}

.page-hero-media.page-hero-media-maintenance img {
  aspect-ratio: 7 / 6;
  object-position: 54% center;
}

.page-hero-media.page-hero-media-about {
  justify-self: center;
  width: min(100%, 430px);
  transform: translate(-32px, -8px) rotate(-4.4deg);
  transform-origin: 35% 35%;
}

.page-hero-media.page-hero-media-about::before {
  inset: 34px 24px -28px -24px;
}

.page-hero-media.page-hero-media-about::after {
  inset: 70px 62px -54px -48px;
}

.page-hero-media.page-hero-media-about img {
  aspect-ratio: 4 / 5;
  object-position: 52% center;
}

.page-hero-media.page-hero-media-contact {
  width: min(100%, 505px);
  transform: translate(22px, 20px) rotate(3.4deg);
  transform-origin: 64% 58%;
}

.page-hero-media.page-hero-media-contact::before {
  inset: -22px -18px 36px 44px;
}

.page-hero-media.page-hero-media-contact::after {
  inset: 18px -38px 86px 86px;
}

.page-hero-media.page-hero-media-contact img {
  aspect-ratio: 1 / 1;
  object-position: 58% center;
}

.page-hero-media.page-hero-media-request {
  width: min(100%, 475px);
  transform: translate(-12px, 18px) rotate(-2.2deg);
  transform-origin: 42% 56%;
}

.page-hero-media.page-hero-media-request::before {
  inset: 24px -26px -18px 28px;
}

.page-hero-media.page-hero-media-request::after {
  inset: 62px -48px -48px 80px;
}

.page-hero-media.page-hero-media-request img {
  aspect-ratio: 5 / 6;
  object-position: 54% center;
}

.page-hero-media-request figcaption {
  top: 34px;
  right: -6px;
  left: auto;
  max-width: 310px;
  box-shadow: -9px 9px 0 var(--ice);
  transform: rotate(2.1deg);
}

.breadcrumb {
  margin-bottom: 16px;
  color: var(--ice);
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.breadcrumb a {
  color: var(--snow);
}

.breadcrumb a:hover,
.breadcrumb a:focus-visible {
  color: var(--sky);
}

.page-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(300px, 0.28fr);
  gap: 26px;
  align-items: start;
}

.aside-panel {
  position: sticky;
  top: calc(var(--header-height) + 24px);
  padding: 24px;
  background: var(--navy);
  border-radius: 8px;
  color: var(--white);
}

.aside-panel p {
  color: rgba(255, 255, 255, 0.74);
}

.aside-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}

.aside-list li {
  padding: 11px 12px;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  font-weight: 800;
}

.step-list {
  display: grid;
  gap: 14px;
}

.step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  padding: 22px;
}

.step-number {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--white);
  background: var(--navy);
  border-radius: 8px;
  font-weight: 900;
}

.table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.06);
}

table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}

th,
td {
  padding: 18px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--line);
}

th {
  color: var(--navy);
  background: rgba(126, 207, 234, 0.28);
  font-size: 0.83rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

tr:last-child td {
  border-bottom: 0;
}

td strong {
  color: var(--ink);
}

.check-list,
.plain-list {
  display: grid;
  gap: 11px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.check-list li,
.plain-list li {
  position: relative;
  padding-left: 30px;
  color: var(--muted);
}

.check-list li::before {
  position: absolute;
  top: 0.2rem;
  left: 0;
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  color: var(--white);
  background: var(--success);
  border-radius: 5px;
  font-size: 0.75rem;
  font-weight: 900;
  content: "✓";
}

.plain-list li::before {
  position: absolute;
  top: 0.55rem;
  left: 7px;
  width: 8px;
  height: 8px;
  background: var(--success);
  border: 1px solid var(--success);
  border-radius: 999px;
  content: "";
}

.faq-grid {
  display: grid;
  gap: 14px;
}

.faq-card {
  padding: 22px;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(340px, 0.42fr);
  gap: 24px;
  align-items: start;
}

.contact-card {
  padding: 28px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.field {
  display: grid;
  gap: 7px;
}

.field.full {
  grid-column: 1 / -1;
}

label,
.field-label {
  color: var(--ink);
  font-size: 0.84rem;
  font-weight: 900;
}

input,
select,
textarea {
  width: 100%;
  min-height: 46px;
  padding: 11px 12px;
  color: var(--ink);
  background: var(--snow);
  border: 1px solid var(--line);
  border-radius: 8px;
}

textarea {
  min-height: 128px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--navy);
  box-shadow: 0 0 0 4px rgba(126, 207, 234, 0.42);
  outline: none;
}

.checkbox-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.check-option {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 10px 12px;
  background: var(--snow);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  font-weight: 800;
}

.check-option input {
  width: 16px;
  min-height: 16px;
  accent-color: var(--success);
}

.form-status {
  min-height: 24px;
  margin: 14px 0 0;
  color: var(--success);
  font-weight: 900;
}

.contact-info-card a {
  color: var(--blue);
}

.contact-info-card a:hover,
.contact-info-card a:focus-visible {
  color: var(--navy);
}

.site-footer {
  background: var(--navy);
  color: var(--white);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 36px;
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding: 42px 0;
}

.footer-grid p,
.footer-grid a,
.footer-grid h3 {
  color: var(--white);
  font-size: 0.95rem;
  letter-spacing: 0.08em;
}

.footer-links {
  display: grid;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--sky);
}

.home-hero {
  position: relative;
  overflow: hidden;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 112px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 112px),
    var(--navy);
}

.home-hero::before {
  position: absolute;
  right: max(20px, calc((100vw - var(--max)) / 2));
  bottom: 20px;
  color: rgba(255, 255, 255, 0.055);
  font-size: clamp(5rem, 13vw, 14rem);
  font-weight: 900;
  line-height: 0.8;
  content: "Boss";
  pointer-events: none;
}

.hero-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.82fr);
  gap: 46px;
  align-items: center;
  width: min(1320px, calc(100% - 48px));
  min-height: calc(100vh - var(--header-height) - 32px);
  margin: 0 auto;
  padding: 30px 0 18px;
}

.hero-label {
  display: grid;
  grid-template-columns: auto minmax(180px, 1fr);
  gap: 12px;
  width: fit-content;
  max-width: 100%;
  margin-bottom: 24px;
  padding: 8px;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.12);
  border: 2px solid rgba(255, 255, 255, 0.34);
  border-radius: 8px;
  box-shadow: none;
}

.hero-label span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 6px;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.hero-label span:first-child {
  color: var(--navy);
  background: var(--snow);
}

.hero-label span:last-child {
  color: var(--navy);
  background: var(--ice);
}

.hero-copy h1 {
  max-width: 780px;
  margin-bottom: 22px;
  color: var(--snow);
  font-size: clamp(4.4rem, 8.3vw, 8.4rem);
  font-weight: 400;
  line-height: 0.88;
}

.hero-sub {
  max-width: 690px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.08rem, 1.6vw, 1.28rem);
  font-weight: 800;
}

.service-routes {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  background: var(--snow);
  border: 3px solid var(--snow);
  border-radius: 8px;
  box-shadow: 12px 12px 0 var(--ice);
}

.route-band {
  padding: 46px 0 32px;
  background: var(--snow);
}

.service-routes a {
  display: grid;
  gap: 7px;
  min-height: 118px;
  padding: 16px;
  border-right: 1px solid rgba(17, 35, 115, 0.16);
}

.service-routes a:last-child {
  border-right: 0;
}

.service-routes a:hover,
.service-routes a:focus-visible {
  background: rgba(126, 207, 234, 0.2);
  outline: none;
}

.service-routes span {
  color: var(--slate);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.service-routes strong {
  color: var(--navy);
  font-size: 1.28rem;
  font-family: var(--display);
  font-weight: 400;
  line-height: 1;
}

.service-routes em {
  color: var(--muted);
  font-size: 0.89rem;
  font-style: normal;
  font-weight: 700;
}

.hero-stage {
  position: relative;
  min-height: 590px;
}

.hero-stage::before {
  position: absolute;
  top: 24px;
  right: -18px;
  bottom: 38px;
  left: 58px;
  background: var(--ice);
  border-radius: 8px;
  content: "";
}

.hero-stage img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 560px;
  object-fit: cover;
  object-position: 64% center;
  border: 8px solid var(--snow);
  border-radius: 8px;
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.24);
  transform: rotate(2deg);
}

.command-panel {
  position: absolute;
  z-index: 2;
  right: 26px;
  bottom: 26px;
  width: min(390px, calc(100% - 52px));
  padding: 22px;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.94);
  border: 3px solid var(--navy);
  border-radius: 8px;
  box-shadow: 8px 8px 0 var(--ice);
  transform: rotate(-1.5deg);
}

.panel-label {
  display: block;
  margin-bottom: 4px;
  color: var(--slate);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.command-panel strong {
  display: block;
  margin-bottom: 16px;
  font-size: 1.55rem;
  line-height: 1.1;
}

.command-panel ul,
.property-panel ul {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.command-panel li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--navy);
  font-weight: 800;
}

.command-panel li span {
  width: 9px;
  height: 9px;
  background: var(--navy);
  border-radius: 999px;
  box-shadow: 0 0 0 5px rgba(126, 207, 234, 0.32);
}

.photo-badge {
  position: absolute;
  z-index: 2;
  top: 34px;
  left: 24px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: center;
  max-width: 320px;
  padding: 12px;
  color: var(--navy);
  background: var(--snow);
  border: 3px solid var(--navy);
  border-radius: 8px;
  box-shadow: 8px 8px 0 var(--slate);
  transform: rotate(-1.5deg);
}

.photo-badge span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: var(--white);
  background: var(--navy);
  border-radius: 8px;
  font-weight: 900;
}

.photo-badge strong {
  font-size: 0.98rem;
  line-height: 1.2;
}

.marquee-strip {
  display: flex;
  overflow: hidden;
  width: 100%;
  color: var(--navy);
  background: var(--snow);
  border-top: 4px solid var(--ice);
  border-bottom: 4px solid var(--ice);
}

.marquee-strip div {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 22px;
  min-width: 100%;
  min-height: 92px;
  padding: 0 22px;
  animation: marquee-slide 26s linear infinite;
  white-space: nowrap;
}

.marquee-strip span,
.marquee-strip b {
  font-family: var(--display);
  font-size: clamp(1.5rem, 3vw, 2.7rem);
  font-weight: 400;
  line-height: 1;
}

.marquee-strip b {
  color: var(--slate);
}

@keyframes marquee-slide {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.standard-band {
  padding: 82px 0;
  background: var(--snow);
}

.standard-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
  gap: 44px;
  align-items: start;
}

.standard-intro {
  position: sticky;
  top: calc(var(--header-height) + 30px);
}

.standard-intro p:not(.section-kicker),
.ops-copy p {
  color: var(--muted);
  font-size: 1.05rem;
}

.standard-board {
  display: grid;
  gap: 12px;
}

.standard-board article {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 24px;
  min-height: 150px;
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.06);
}

.standard-board article span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  color: var(--navy);
  background: rgba(126, 207, 234, 0.36);
  border: 1px solid rgba(17, 35, 115, 0.12);
  border-radius: 8px;
  font-size: 0.77rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.standard-board h3 {
  margin-bottom: 8px;
  color: var(--navy);
  font-size: 1.42rem;
}

.standard-board p {
  margin-bottom: 0;
  color: var(--muted);
}

.ops-band {
  padding: 86px 0;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(17, 35, 115, 0.96), rgba(0, 0, 0, 0.98)),
    var(--navy);
}

.ops-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(360px, 0.42fr);
  gap: 42px;
  align-items: start;
}

.ops-band .section-kicker,
.close-band .section-kicker {
  color: var(--ice);
}

.ops-copy p {
  color: rgba(255, 255, 255, 0.74);
}

.outcome-list {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.outcome-list div {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  align-items: center;
  padding: 16px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
}

.outcome-list svg {
  width: 22px;
  height: 22px;
  color: var(--ice);
  justify-self: center;
}

.outcome-list span {
  color: rgba(255, 255, 255, 0.84);
  font-weight: 800;
}

.property-panel {
  padding: 26px;
  color: var(--ink);
  background: var(--snow);
  border-radius: 8px;
  box-shadow: 0 26px 70px rgba(0, 0, 80, 0.3);
}

.property-panel-head {
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.property-panel-head span {
  display: block;
  margin-bottom: 6px;
  color: var(--slate);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.property-panel-head strong {
  color: var(--navy);
  font-size: 1.45rem;
  line-height: 1.1;
}

.property-panel li {
  display: grid;
  gap: 4px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.property-panel li:last-child {
  border-bottom: 0;
}

.property-panel li strong {
  color: var(--ink);
}

.property-panel li span {
  color: var(--muted);
  font-weight: 700;
}

.close-band {
  padding: 68px 0;
  color: var(--white);
  background: var(--navy);
}

.close-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) auto;
  gap: 28px;
  align-items: center;
}

.close-grid h2 {
  max-width: 760px;
}

.close-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.boss-home {
  background: var(--snow);
}

.boss-hero {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - var(--header-height) - 36px);
  color: var(--snow);
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 112px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 112px),
    var(--navy);
  border-bottom: 5px solid var(--ice);
}

.boss-hero::after {
  position: absolute;
  right: -0.05em;
  bottom: -0.08em;
  color: rgba(255, 255, 255, 0.055);
  font-family: var(--display);
  font-size: clamp(8rem, 18vw, 18rem);
  line-height: 0.8;
  content: "Chute";
  pointer-events: none;
}

.boss-hero-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.82fr);
  gap: clamp(28px, 4vw, 58px);
  align-items: center;
  width: min(1340px, calc(100% - 52px));
  margin: 0 auto;
  padding: 54px 0 64px;
}

.boss-kicker {
  display: inline-flex;
  max-width: 100%;
  min-height: 42px;
  align-items: center;
  padding: 0 16px;
  color: var(--navy);
  background: var(--ice);
  border: 3px solid var(--snow);
  border-radius: 8px;
  box-shadow: 7px 7px 0 rgba(255, 255, 255, 0.2);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.boss-hero h1,
.boss-menu h2,
.boss-split h2,
.boss-cta h2 {
  font-family: var(--display);
  font-weight: 400;
  letter-spacing: 0;
}

.boss-hero h1 {
  max-width: 800px;
  margin: 22px 0 22px;
  color: var(--snow);
  font-size: clamp(4.1rem, 8vw, 8.1rem);
  line-height: 1.02;
}

.boss-hero-copy p:not(.boss-kicker) {
  max-width: 700px;
  margin-bottom: 30px;
  color: #ffffff;
  font-size: clamp(1.08rem, 1.6vw, 1.28rem);
  font-weight: 900;
}

.boss-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.boss-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 58px;
  padding: 0 26px;
  border: 3px solid var(--snow);
  border-radius: 999px;
  font-weight: 900;
  line-height: 1;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    background 160ms ease;
}

.boss-button:hover,
.boss-button:focus-visible {
  transform: translateY(-2px);
  outline: none;
}

.boss-button svg {
  width: 19px;
  height: 19px;
}

.boss-button-primary {
  color: var(--ink);
  background: var(--success);
  box-shadow: 10px 10px 0 var(--white);
}

.boss-button-primary:hover,
.boss-button-primary:focus-visible {
  color: var(--white);
  background: var(--blue);
  box-shadow: 7px 7px 0 var(--white);
}

.boss-button-secondary {
  color: var(--snow);
  background: transparent;
  box-shadow: 8px 8px 0 rgba(126, 207, 234, 0.22);
}

.boss-button-secondary:hover,
.boss-button-secondary:focus-visible {
  color: var(--navy);
  background: var(--snow);
}

.boss-hero-photo {
  position: relative;
  min-height: 600px;
}

.boss-hero-photo::before,
.boss-hero-photo::after {
  position: absolute;
  border-radius: 8px;
  content: "";
}

.boss-hero-photo::before {
  inset: 30px -16px 22px 52px;
  background: var(--ice);
}

.boss-hero-photo::after {
  inset: 60px -28px -8px 94px;
  background: var(--slate);
  opacity: 0.52;
}

.boss-hero-photo img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 590px;
  object-fit: cover;
  object-position: 66% center;
  border: 10px solid var(--snow);
  border-radius: 8px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.26);
  transform: rotate(2.5deg);
}

.boss-stamp {
  position: absolute;
  z-index: 2;
  top: 46px;
  left: 20px;
  display: inline-flex;
  align-items: center;
  max-width: 330px;
  padding: 16px 20px;
  color: var(--navy);
  background: var(--snow);
  border: 4px solid var(--navy);
  border-radius: 8px;
  box-shadow: 9px 9px 0 var(--ice);
  transform: rotate(-2deg);
}

.boss-stamp strong {
  line-height: 1.15;
}

.boss-marquee {
  display: flex;
  overflow: hidden;
  max-width: 100vw;
  contain: paint;
  color: var(--navy);
  background: var(--snow);
  border-top: 5px solid var(--ice);
  border-bottom: 5px solid var(--ice);
}

.boss-marquee div {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 24px;
  min-width: 100%;
  min-height: 98px;
  padding: 0 24px;
  animation: marquee-slide 24s linear infinite;
  white-space: nowrap;
}

.boss-marquee span,
.boss-marquee b {
  font-family: var(--display);
  font-size: clamp(1.7rem, 3.3vw, 3.2rem);
  font-weight: 400;
  line-height: 1;
}

.boss-marquee b {
  color: var(--slate);
}

.boss-menu {
  padding: 86px max(26px, calc((100vw - 1180px) / 2));
  color: var(--navy);
  background: var(--snow);
}

.boss-section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(280px, 0.34fr);
  gap: 34px;
  align-items: end;
  margin-bottom: 36px;
}

.boss-section-head .boss-kicker {
  grid-column: 1 / -1;
  width: fit-content;
  color: var(--snow);
  background: var(--navy);
  box-shadow: 7px 7px 0 var(--ice);
}

.boss-menu h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(3.4rem, 7vw, 7rem);
  line-height: 0.9;
}

.boss-menu-board {
  background: var(--navy);
  border: 6px solid var(--navy);
  border-radius: 8px;
  box-shadow: 14px 14px 0 var(--ice);
}

.boss-menu-board article {
  display: grid;
  grid-template-columns: minmax(160px, 0.22fr) minmax(240px, 0.38fr) minmax(260px, 0.4fr);
  gap: 22px;
  align-items: center;
  min-height: 142px;
  padding: 26px;
  color: var(--navy);
  background: var(--snow);
  border-bottom: 4px solid var(--navy);
}

.boss-menu-board article:last-child {
  border-bottom: 0;
}

.boss-menu-board span {
  color: var(--slate);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.boss-menu-board h3 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(1.9rem, 3vw, 3rem);
  line-height: 0.94;
}

.boss-menu-board p {
  margin: 0;
  color: var(--muted);
  font-weight: 800;
}

.boss-split {
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(320px, 0.42fr);
  gap: 42px;
  align-items: center;
  padding: 86px max(26px, calc((100vw - 1180px) / 2));
  color: var(--snow);
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.07) 0 1px, transparent 1px 100px),
    var(--navy);
}

.boss-split .boss-kicker {
  color: var(--navy);
  background: var(--ice);
}

.boss-split h2 {
  margin: 20px 0 0;
  max-width: 780px;
  color: var(--snow);
  font-size: clamp(3.4rem, 7vw, 7.2rem);
  line-height: 0.9;
}

.boss-callouts {
  display: grid;
  gap: 18px;
}

.boss-callouts p {
  margin: 0;
  padding: 24px;
  color: var(--navy);
  background: var(--snow);
  border: 4px solid var(--ice);
  border-radius: 8px;
  box-shadow: 8px 8px 0 rgba(126, 207, 234, 0.35);
  font-size: 1.08rem;
  font-weight: 900;
}

.boss-callouts p:nth-child(2) {
  transform: rotate(-1deg);
}

.boss-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  color: var(--navy);
  background: var(--snow);
  border-top: 5px solid var(--ice);
  border-bottom: 5px solid var(--ice);
}

.boss-proof-card {
  min-height: 230px;
  padding: 36px max(24px, calc((100vw - 1180px) / 2 / 3));
  border-right: 4px solid var(--ice);
}

.boss-proof-card:last-child {
  border-right: 0;
}

.boss-proof-card span {
  display: block;
  margin-bottom: 18px;
  color: var(--slate);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.11em;
}

.boss-proof-card strong {
  display: block;
  font-family: var(--display);
  font-size: clamp(2.2rem, 4vw, 4.5rem);
  font-weight: 400;
  line-height: 0.95;
}

.boss-cta {
  display: grid;
  gap: 26px;
  justify-items: center;
  padding: 96px 26px;
  text-align: center;
  color: var(--snow);
  background: var(--navy);
}

.boss-cta h2 {
  max-width: 1040px;
  margin: 0;
  color: var(--snow);
  font-size: clamp(3.3rem, 8vw, 8rem);
  line-height: 0.88;
}

@media (max-width: 980px) {
  :root {
    --header-height: 72px;
  }

  .nav-links {
    position: fixed;
    top: var(--header-height);
    right: 0;
    left: 0;
    display: none;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 12px 20px 18px;
    background: rgba(255, 255, 255, 0.98);
    border-bottom: 1px solid var(--line);
  }

  body.nav-open .nav-links {
    display: grid;
  }

  .nav-links a {
    border-radius: 0;
    border-bottom: 1px solid var(--line);
  }

  .menu-toggle {
    display: grid;
  }

  .nav-actions .btn {
    display: none;
  }

  .hero-grid,
  .hero-shell,
  .feature-split,
  .page-layout,
  .media-page-title,
  .contact-grid,
  .section-head,
  .standard-grid,
  .ops-grid,
  .close-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    min-height: auto;
    max-height: none;
    padding: 42px 0 46px;
  }

  .hero-proof,
  .service-routes,
  .grid-4,
  .grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-shell {
    min-height: auto;
    padding: 42px 0 52px;
  }

  .hero-stage {
    min-height: auto;
  }

  .hero-stage img {
    height: auto;
    aspect-ratio: 16 / 10;
  }

  .standard-intro {
    position: static;
  }

  .close-actions {
    justify-content: flex-start;
  }

  .aside-panel {
    position: static;
  }

  .media-page-title {
    width: min(100% - 36px, 760px);
  }

  .page-hero-media {
    justify-self: start;
    width: min(100%, 520px);
    margin-top: 12px;
    transform: rotate(1.2deg);
  }
}

@media (max-width: 680px) {
  .nav-shell,
  .content-shell,
  .page-title,
  .media-page-title,
  .footer-grid {
    width: min(100% - 28px, var(--max));
  }

  .page-hero-media {
    width: min(100%, 440px);
  }

  .page-hero-media::before {
    inset: 18px -10px -12px 22px;
  }

  .page-hero-media::after {
    display: none;
  }

  .page-hero-media img {
    border-width: 7px;
  }

  .page-hero-media figcaption {
    padding: 11px 13px;
    border-width: 3px;
    box-shadow: 6px 6px 0 var(--ice);
  }

  .page-hero-media-services figcaption {
    top: 18px;
    left: -6px;
    right: auto;
    bottom: auto;
  }

  .page-hero-media-process figcaption {
    top: 46px;
    right: 8px;
    left: auto;
    bottom: auto;
    max-width: 255px;
    box-shadow: -6px 6px 0 var(--ice);
  }

  .page-hero-media-maintenance figcaption {
    top: auto;
    right: 12px;
    bottom: 24px;
    left: auto;
    max-width: 280px;
    box-shadow: -6px 6px 0 var(--ice);
  }

  .page-hero-media-about figcaption {
    top: auto;
    right: auto;
    bottom: 34px;
    left: -4px;
    max-width: 280px;
  }

  .page-hero-media-contact figcaption {
    top: auto;
    right: auto;
    bottom: 22px;
    left: 50%;
    max-width: 270px;
    box-shadow: 6px 6px 0 var(--ice);
  }

  h1 {
    font-size: clamp(2.45rem, 11vw, 3.25rem);
    line-height: 1;
  }

  .hero-copy h1 {
    font-size: clamp(2.85rem, 13vw, 3.45rem);
  }

  .hero-label,
  .service-routes,
  .standard-board article,
  .outcome-list div {
    grid-template-columns: 1fr;
  }

  .home-hero::before {
    display: none;
  }

  .hero-proof,
  .service-routes,
  .grid-4,
  .grid-3,
  .grid-2,
  .metric-row,
  .form-grid,
  .checkbox-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .service-routes {
    display: none;
  }

  .route-band {
    display: none;
  }

  .service-routes a {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .service-routes a:last-child {
    border-bottom: 0;
  }

  .hero-stage::before {
    top: 14px;
    right: -8px;
    bottom: 18px;
    left: 24px;
  }

  .command-panel {
    position: relative;
    right: auto;
    bottom: auto;
    width: auto;
    margin: -48px 14px 0;
  }

  .photo-badge {
    top: 14px;
    left: 14px;
    max-width: calc(100% - 28px);
  }

  .standard-board article span {
    width: 100%;
    height: 46px;
    justify-content: flex-start;
    padding: 0 14px;
  }

  .standard-band,
  .ops-band {
    padding: 62px 0;
  }

  .photo-frame,
  .photo-frame img {
    min-height: 280px;
  }

  .hero-proof {
    display: none;
  }

  .hero-panel {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    margin-top: -58px;
    margin-right: 14px;
    margin-left: 14px;
  }

  .step-card,
  .metric-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .boss-hero-shell,
  .boss-split,
  .boss-section-head,
  .boss-menu-board article {
    grid-template-columns: 1fr;
  }

  .boss-hero {
    min-height: auto;
  }

  .boss-hero-shell {
    width: min(100% - 36px, 760px);
    padding: 46px 0 62px;
  }

  .boss-hero h1 {
    font-size: clamp(4.4rem, 17vw, 8rem);
  }

  .boss-hero-photo {
    min-height: auto;
  }

  .boss-hero-photo img {
    height: auto;
    aspect-ratio: 16 / 11;
  }

  .boss-menu,
  .boss-split {
    padding-right: 22px;
    padding-left: 22px;
  }

  .boss-proof {
    grid-template-columns: 1fr;
  }

  .boss-proof-card {
    border-right: 0;
    border-bottom: 4px solid var(--ice);
  }

  .boss-proof-card:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 680px) {
  .boss-hero-shell {
    width: min(100% - 28px, 540px);
    padding: 34px 0 42px;
  }

  .boss-kicker {
    min-height: auto;
    padding: 10px 12px;
    font-size: 0.68rem;
    line-height: 1.25;
  }

  .boss-hero h1 {
    font-size: clamp(2.65rem, 12.5vw, 3.7rem);
    line-height: 1.03;
  }

  .boss-hero-copy p:not(.boss-kicker) {
    font-size: 1rem;
  }

  .boss-actions {
    display: grid;
    gap: 14px;
  }

  .boss-button {
    width: 100%;
    min-height: 54px;
    padding: 0 18px;
  }

  .boss-hero-photo::before {
    inset: 18px -8px 18px 24px;
  }

  .boss-hero-photo::after {
    display: none;
  }

  .boss-hero-photo img {
    border-width: 7px;
    transform: rotate(1.2deg);
  }

  .boss-stamp {
    top: 18px;
    left: 12px;
    max-width: calc(100% - 24px);
    padding: 10px;
    box-shadow: 6px 6px 0 var(--ice);
  }

  .boss-marquee div {
    min-height: 74px;
  }

  .boss-menu,
  .boss-split {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .boss-menu h2,
  .boss-split h2,
  .boss-cta h2 {
    font-size: clamp(3rem, 16vw, 5rem);
  }

  .boss-menu-board {
    box-shadow: 8px 8px 0 var(--ice);
  }

  .boss-menu-board article {
    gap: 12px;
    min-height: auto;
    padding: 20px;
  }

  .boss-callouts p {
    padding: 18px;
  }

  .boss-proof-card {
    min-height: 180px;
    padding: 28px 22px;
  }

  .boss-cta {
    padding: 68px 22px;
  }
}
