html {
  scroll-behavior: smooth;
}

body {
  overflow-x: clip;
}

.footer-mark::before {
  background-image: url("/assets/mini-logo-symbol-footer.png");
}

.entry-header-bar {
  grid-template-columns: auto 1fr auto;
  gap: 1rem 2rem;
}

.entry-header-bar .brand-wordmark {
  width: clamp(220px, 20vw, 270px);
}

.entry-header-nav {
  justify-self: center;
}

.entry-header-contact {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  justify-self: end;
  gap: 0.5rem;
  min-width: min(22rem, 40vw);
  text-align: center;
}

.entry-contact-link {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.22rem;
  min-height: 3.65rem;
  padding: 0.5rem 0.75rem;
  border: 1px solid rgba(16, 22, 23, 0.1);
  border-radius: 999px;
  background: rgba(16, 22, 23, 0.06);
  color: var(--ink);
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-weight: 700;
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease;
}

.entry-contact-link:hover,
.entry-contact-link:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(16, 22, 23, 0.16);
  background: rgba(16, 22, 23, 0.1);
}

.entry-contact-link:focus-visible {
  position: relative;
  z-index: 1;
  outline: 2px solid var(--accent);
  outline-offset: -2px;
}

.entry-contact-label {
  color: var(--ink-soft);
  font-size: 0.61rem;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
}

.entry-contact-value {
  color: var(--ink);
  font-size: 0.76rem;
  letter-spacing: 0.01em;
  line-height: 1.2;
}

.entry-header-bar .entry-header-contact {
  justify-self: end;
}

.entry-hero {
  isolation: isolate;
  min-height: calc(100svh - 82px);
}

.entry-hero-layout {
  position: relative;
  z-index: 3;
  display: flex;
  min-height: calc(100svh - 150px);
  align-items: center;
  justify-content: center;
}

.entry-hero-copy {
  width: min(76rem, 100%);
  max-width: none;
  margin-inline: auto;
  padding-right: 0;
  text-align: center;
}

.entry-hero-copy h1 {
  max-width: 20ch;
  margin: 0 auto;
  font-size: clamp(2.8rem, 5vw, 4.8rem);
}

.entry-site-drawing {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  color: rgba(151, 177, 194, 0.095);
  pointer-events: none;
}

.entry-site-drawing::before {
  content: "";
  position: absolute;
  inset: 6% 3% 7%;
  border: 1px solid rgba(171, 196, 211, 0.05);
  background:
    repeating-linear-gradient(90deg, transparent 0 95px, rgba(171, 196, 211, 0.038) 95px 96px),
    repeating-linear-gradient(0deg, transparent 0 71px, rgba(171, 196, 211, 0.034) 71px 72px);
  mask-image: linear-gradient(180deg, transparent 0, #000 14%, #000 87%, transparent 100%);
}

.entry-site-drawing::after {
  content: "";
  position: absolute;
  left: 3%;
  right: 2%;
  bottom: 8%;
  height: 28%;
  border-block: 1px solid rgba(171, 196, 211, 0.07);
  background:
    repeating-linear-gradient(90deg, transparent 0 8.25%, rgba(171, 196, 211, 0.065) 8.25% calc(8.25% + 1px)),
    repeating-linear-gradient(0deg, transparent 0 24%, rgba(171, 196, 211, 0.052) 24% calc(24% + 1px));
  opacity: 0.72;
  mask-image: linear-gradient(90deg, transparent, #000 12%, #000 92%, transparent);
}

.entry-crane {
  position: absolute;
  top: 13%;
  right: 4%;
  width: min(68rem, 78vw);
  height: min(37rem, 62vh);
  opacity: 0.88;
}

.entry-crane-mast,
.entry-crane-jib,
.entry-crane-brace,
.entry-crane-hook,
.entry-crane-trolley,
.entry-crane-cab,
.entry-crane-counterweight,
.entry-crane-base {
  position: absolute;
  display: block;
}

.entry-crane-mast {
  right: 16%;
  bottom: 5%;
  width: 5.5%;
  height: 82%;
  border: 1px solid currentColor;
  background:
    repeating-linear-gradient(145deg, transparent 0 22px, currentColor 23px 24px, transparent 25px 47px),
    repeating-linear-gradient(35deg, transparent 0 22px, currentColor 23px 24px, transparent 25px 47px),
    repeating-linear-gradient(0deg, transparent 0 47px, currentColor 48px 49px);
}

.entry-crane-jib {
  top: 14%;
  right: 0;
  width: 98%;
  height: 8%;
  border-block: 1px solid currentColor;
  background:
    repeating-linear-gradient(135deg, transparent 0 34px, currentColor 35px 36px, transparent 37px 70px),
    linear-gradient(0deg, transparent 47%, currentColor 48% 50%, transparent 51%);
}

.entry-crane-brace {
  top: 5%;
  right: 15.5%;
  width: 52%;
  height: 1px;
  background: currentColor;
  transform: rotate(10deg);
  transform-origin: right center;
}

.entry-crane-hook {
  top: 22%;
  left: 29%;
  width: 1px;
  height: 31%;
  background: currentColor;
}

.entry-crane-trolley {
  top: 19%;
  left: 27.8%;
  width: 2.4%;
  height: 2.5%;
  border: 1px solid currentColor;
}

.entry-crane-cab {
  top: 23%;
  right: 12.2%;
  width: 5.2%;
  height: 6.5%;
  border: 1px solid currentColor;
  background: linear-gradient(135deg, transparent 48%, currentColor 49% 51%, transparent 52%);
}

.entry-crane-counterweight {
  top: 16.5%;
  right: 0.5%;
  width: 5.5%;
  height: 7%;
  border: 1px solid currentColor;
  background: repeating-linear-gradient(0deg, transparent 0 5px, currentColor 6px 7px);
}

.entry-crane-base {
  right: 12.7%;
  bottom: 2%;
  width: 12%;
  height: 3.5%;
  border: 1px solid currentColor;
  background: repeating-linear-gradient(135deg, transparent 0 8px, currentColor 9px 10px);
}

.entry-crane-hook::after {
  content: "";
  position: absolute;
  bottom: -0.8rem;
  left: -0.35rem;
  width: 0.7rem;
  height: 0.8rem;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  border-radius: 0 0 0.6rem;
}

.entry-buildings {
  position: absolute;
  right: 4%;
  bottom: 6%;
  display: flex;
  align-items: flex-end;
  gap: clamp(0.8rem, 1.6vw, 1.5rem);
  width: min(46rem, 52vw);
  height: min(27rem, 44vh);
  opacity: 0.72;
}

.entry-buildings > span {
  position: relative;
  display: block;
  flex: 1;
  height: 52%;
  border: 1px solid currentColor;
  background:
    repeating-linear-gradient(90deg, transparent 0 24%, currentColor 24.5% 25%, transparent 25.5% 49%),
    repeating-linear-gradient(0deg, transparent 0 19%, currentColor 19.5% 20%, transparent 20.5% 39%);
}

.entry-buildings > span::before,
.entry-buildings > span::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.entry-buildings > span::before {
  inset: -0.65rem -0.45rem;
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  opacity: 0.72;
}

.entry-buildings > span::after {
  top: -1.05rem;
  left: 0;
  width: 100%;
  height: 0.35rem;
  border-inline: 1px solid currentColor;
  background: linear-gradient(90deg, currentColor 0 1px, transparent 1px calc(100% - 1px), currentColor calc(100% - 1px));
}

.entry-buildings > span:nth-child(2) {
  height: 78%;
}

.entry-buildings > span:nth-child(3) {
  height: 100%;
}

.entry-blueprint-axes {
  position: absolute;
  left: 4%;
  bottom: 9%;
  width: 31%;
  height: 31%;
  border: 1px solid currentColor;
  background:
    linear-gradient(currentColor 0 0) 31% 0 / 1px 100% no-repeat,
    linear-gradient(currentColor 0 0) 70% 0 / 1px 100% no-repeat,
    linear-gradient(currentColor 0 0) 0 42% / 100% 1px no-repeat,
    linear-gradient(currentColor 0 0) 0 76% / 100% 1px no-repeat;
  opacity: 0.48;
}

.entry-blueprint-axes::before,
.entry-blueprint-axes::after {
  content: "";
  position: absolute;
}

.entry-blueprint-axes::before {
  inset: 8%;
  border: 2px solid currentColor;
  background:
    linear-gradient(currentColor 0 0) 38% 0 / 2px 62% no-repeat,
    linear-gradient(currentColor 0 0) 73% 38% / 2px 62% no-repeat,
    linear-gradient(currentColor 0 0) 0 62% / 73% 2px no-repeat,
    linear-gradient(currentColor 0 0) 38% 38% / 62% 2px no-repeat;
}

.entry-blueprint-axes::after {
  left: -0.34rem;
  top: -0.34rem;
  width: 0.55rem;
  height: 0.55rem;
  border: 1px solid currentColor;
  border-radius: 50%;
  box-shadow:
    9.6vw 0 0 -1px currentColor,
    21.7vw 0 0 -1px currentColor;
}

.entry-choices {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 1rem;
  margin-top: clamp(2rem, 4vw, 3rem);
  isolation: isolate;
  width: 100%;
  container-type: inline-size;
}

.entry-choice {
  --entry-visual-scale: 0.78;
  position: relative;
  display: grid;
  flex: 1 1 calc(50% - 0.5rem);
  min-width: min(22rem, 100%);
  min-height: clamp(18rem, 28vw, 22rem);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(145deg, rgba(23, 32, 36, 0.98), rgba(12, 18, 20, 0.98));
  color: var(--white);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(16px);
  isolation: isolate;
  transform: translateZ(0);
  transition:
    flex-grow 620ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 540ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 420ms ease,
    box-shadow 540ms ease,
    opacity 420ms ease;
}

.entry-choice-visual {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(47.5rem, 92cqw);
  aspect-ratio: 76 / 33;
  overflow: hidden;
  border-radius: calc(var(--radius-lg) - 1px);
  isolation: isolate;
  transform: translate(-50%, -50%) scale(var(--entry-visual-scale));
  transform-origin: center;
  will-change: transform;
  transition: transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
}

.entry-choice-visual::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(11, 17, 19, 0.28), rgba(11, 17, 19, 0.74)),
    linear-gradient(90deg, rgba(11, 17, 19, 0.72), rgba(11, 17, 19, 0.16));
  pointer-events: none;
}

.entry-choice-media {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.54) saturate(0.82) contrast(1.02);
  transform: scale(1.01);
  transition: filter 420ms ease, transform 560ms cubic-bezier(0.22, 1, 0.36, 1);
}

.entry-choice-oversight .entry-choice-media {
  object-position: center 22%;
}

.entry-choice-execution .entry-choice-media {
  object-position: center;
}

.entry-choice-content {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: clamp(1.35rem, 2.3vw, 2rem);
  text-align: center;
}

.entry-choice-index {
  color: rgba(255, 255, 255, 0.7);
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: clamp(0.8rem, 0.8vw, 0.9rem);
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.entry-choice h2 {
  max-width: 20ch;
  margin-top: 0.8rem;
  font-size: clamp(1.85rem, 2.85vw, 2.55rem);
  line-height: 1.08;
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.entry-choice-copy {
  max-width: 54ch;
  margin-top: 0.9rem;
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(1.04rem, 1.18vw, 1.16rem);
  line-height: 1.52;
}

.entry-footer .footer-links {
  gap: 0.7rem 1.5rem;
}

.entry-footer .footer-links a {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.93rem;
}

.entry-choice:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 4px;
}

@media (min-width: 761px) {
  .entry-choices {
    flex-wrap: nowrap;
  }

  .entry-choice {
    flex: 1 1 0;
    min-width: 0;
  }

  .entry-choices:has(.entry-choice:is(:hover, :focus-visible))
    .entry-choice:not(:is(:hover, :focus-visible)) {
    --entry-visual-scale: 0.52;
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.14);
    opacity: 0.9;
  }

  .entry-choices:has(.entry-choice:is(:hover, :focus-visible))
    .entry-choice:not(:is(:hover, :focus-visible)) .entry-choice-media {
    filter: brightness(0.45) saturate(0.72) contrast(1.01);
  }

  .entry-choice:is(:hover, :focus-visible) {
    --entry-visual-scale: 1;
    flex-grow: 2;
    z-index: 2;
    border-color: rgba(225, 138, 86, 0.72);
    box-shadow: 0 24px 56px rgba(0, 0, 0, 0.28), 0 0 0 1px rgba(225, 138, 86, 0.14);
    transform: translateY(-2px);
  }

  .entry-choice:is(:hover, :focus-visible) .entry-choice-media {
    filter: brightness(0.64) saturate(0.9) contrast(1.06);
  }
}

@media (min-width: 761px) and (max-width: 899px) {
  .entry-choice {
    --entry-visual-scale: 0.52;
  }

  .entry-choice:is(:hover, :focus-visible) {
    --entry-visual-scale: 0.69;
  }

  .entry-choices:has(.entry-choice:is(:hover, :focus-visible))
    .entry-choice:not(:is(:hover, :focus-visible)) {
    --entry-visual-scale: 0.34;
  }
}

@media (min-width: 900px) and (max-width: 1099px) {
  .entry-choice {
    --entry-visual-scale: 0.64;
  }

  .entry-choice:is(:hover, :focus-visible) {
    --entry-visual-scale: 0.84;
  }

  .entry-choices:has(.entry-choice:is(:hover, :focus-visible))
    .entry-choice:not(:is(:hover, :focus-visible)) {
    --entry-visual-scale: 0.42;
  }
}

@media (min-width: 1100px) and (max-width: 1199px) {
  .entry-choice {
    --entry-visual-scale: 0.69;
  }

  .entry-choice:is(:hover, :focus-visible) {
    --entry-visual-scale: 0.91;
  }

  .entry-choices:has(.entry-choice:is(:hover, :focus-visible))
    .entry-choice:not(:is(:hover, :focus-visible)) {
    --entry-visual-scale: 0.46;
  }
}

.route-forward {
  display: grid;
  min-height: 100svh;
  place-items: center;
  padding: 2rem;
}

.skip-link {
  position: fixed;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 100;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  background: var(--panel);
  color: var(--white);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.selection-lanes {
  align-items: stretch;
}

.selection-lane {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 36rem;
  flex-direction: column;
  padding: 2rem;
  border: 1px solid rgba(16, 22, 23, 0.08);
  border-top: 3px solid var(--panel);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 92% 8%, rgba(225, 138, 86, 0.18), transparent 27%),
    var(--surface);
  box-shadow: var(--shadow-md);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.selection-lane::after {
  content: "";
  position: absolute;
  right: 1.35rem;
  bottom: 1.35rem;
  width: 4.5rem;
  height: 4.5rem;
  border: 1px solid rgba(16, 22, 23, 0.08);
  border-radius: 50%;
  background: center / 67% no-repeat url("/assets/mini-logo-symbol.png");
  opacity: 0.08;
}

.selection-lane:hover,
.selection-lane:focus-visible {
  transform: translateY(-5px);
  border-color: rgba(225, 138, 86, 0.42);
  box-shadow: var(--shadow-lg);
}

.selection-lane h3 {
  max-width: 19ch;
  font-size: clamp(2rem, 3.5vw, 3.25rem);
}

.selection-lane ul {
  margin-bottom: 1.6rem;
}

.selection-rule {
  display: block;
  margin: 0 0 1.2rem;
  padding: 0.9rem 1rem;
  border-left: 3px solid var(--accent);
  background: rgba(225, 138, 86, 0.12);
  color: var(--ink);
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.45;
}

.selection-cta {
  display: inline-flex;
  align-items: center;
  margin-top: auto;
  color: var(--accent-deep);
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.service-page-hero {
  padding-block: clamp(4.8rem, 8vw, 7rem);
}

.service-page-hero .page-hero-layout {
  position: relative;
  z-index: 2;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.55fr);
  align-items: end;
}

.service-page-hero .page-copy h1 {
  max-width: 18ch;
}

.execution-page-hero {
  background:
    radial-gradient(circle at 18% 22%, rgba(225, 138, 86, 0.34), transparent 25%),
    radial-gradient(circle at 88% 16%, rgba(225, 138, 86, 0.12), transparent 22%),
    linear-gradient(135deg, var(--panel) 0%, var(--panel-soft) 100%);
}

.oversight-page-hero {
  background:
    radial-gradient(circle at 78% 28%, rgba(225, 138, 86, 0.24), transparent 27%),
    radial-gradient(circle at 12% 80%, rgba(225, 138, 86, 0.13), transparent 22%),
    linear-gradient(135deg, #101719 0%, var(--panel-soft) 100%);
}

.page-service-panel {
  padding: 1.6rem;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: var(--radius-lg);
  background: rgba(16, 22, 23, 0.4);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow-lg);
}

.page-service-panel h2 {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
}

.page-service-number {
  margin: 0 0 0.45rem;
  color: rgba(255, 255, 255, 0.2);
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: clamp(3.5rem, 7vw, 6rem);
  font-weight: 700;
  letter-spacing: -0.06em;
  line-height: 0.9;
}

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

.execution-card {
  min-width: 0;
  padding: 1.6rem;
  border: 1px solid rgba(16, 22, 23, 0.08);
  border-radius: var(--radius-lg);
  background: var(--surface);
  box-shadow: var(--shadow-md);
}

.execution-card p:last-child {
  max-width: 56ch;
  margin-top: 0.9rem;
  color: var(--ink-soft);
}

.workflow-four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.role-section {
  background:
    linear-gradient(135deg, rgba(225, 138, 86, 0.13), rgba(255, 251, 245, 0.7)),
    var(--bg);
}

.role-grid {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) minmax(280px, 0.7fr);
  gap: clamp(1.2rem, 3vw, 3rem);
  align-items: center;
}

.role-grid > p:last-child {
  color: var(--ink-soft);
}

.role-index {
  display: grid;
  width: 4.75rem;
  height: 4.75rem;
  margin: 0;
  place-items: center;
  border-radius: 50%;
  background: var(--accent);
  color: var(--ink);
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

.scope-note {
  max-width: 76ch;
  margin: 1.5rem 0 0;
  padding: 1rem 1.1rem;
  border-left: 3px solid var(--accent);
  background: rgba(225, 138, 86, 0.1);
  color: var(--ink-soft);
  font-size: 0.94rem;
}

.appointment-note {
  display: inline-block;
  margin-top: 0.75rem !important;
  padding: 0.55rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 999px;
  color: var(--white) !important;
  font-size: 0.84rem;
  font-weight: 700;
}

.legal-notice {
  border-left: 4px solid var(--accent);
  background: rgba(225, 138, 86, 0.11);
}

.legal-list {
  margin: 1rem 0;
  padding-left: 1.25rem;
}

.legal-list li + li {
  margin-top: 0.35rem;
}

@media (max-width: 1120px) {
  .workflow-four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .role-grid {
    grid-template-columns: auto 1fr;
  }

  .role-grid > p:last-child {
    grid-column: 2;
  }
}

@media (max-width: 980px) {
  .entry-header-bar {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .entry-header-bar .brand,
  .entry-header-nav,
  .entry-header-bar .entry-header-contact {
    justify-self: center;
  }

  .entry-header-nav {
    justify-content: center;
  }

  .service-page-hero .page-hero-layout {
    grid-template-columns: 1fr;
  }

  .page-service-panel {
    max-width: 42rem;
  }
}

@media (max-width: 760px) {
  .entry-header-bar {
    grid-template-columns: 1fr;
  }

  .entry-header-bar .brand {
    justify-content: center;
  }

  .entry-header-bar .brand-wordmark {
    width: min(235px, 74vw);
  }

  .entry-header-nav {
    grid-template-columns: 1fr;
    width: min(100%, 22rem);
  }

  .entry-header-contact {
    grid-template-columns: 1fr;
    justify-self: center;
    width: min(100%, 22rem);
    min-width: 0;
  }

  .entry-contact-link {
    min-width: 0;
    min-height: 3.45rem;
    padding: 0.4rem 0.55rem;
    text-align: center;
  }

  .entry-contact-label {
    font-size: 0.61rem;
  }

  .entry-contact-value {
    font-size: 0.74rem;
  }

  .entry-crane {
    top: 9%;
    right: -62%;
    left: auto;
    width: 180vw;
    height: 30rem;
    opacity: 0.62;
  }

  .entry-buildings {
    right: -19%;
    bottom: 3%;
    width: 86vw;
    height: 22rem;
    opacity: 0.54;
  }

  .entry-blueprint-axes {
    left: -8%;
    bottom: 14%;
    width: 72%;
    height: 26%;
    opacity: 0.42;
  }

  .entry-hero-copy h1 {
    max-width: 14ch;
    font-size: clamp(2.3rem, 11vw, 3.6rem);
    overflow-wrap: anywhere;
    hyphens: auto;
  }

  .entry-choices {
    gap: 0.8rem;
    margin-top: 1.6rem;
  }

  .entry-choice {
    flex-basis: 100%;
    min-width: 0;
    min-height: 19rem;
  }

  .entry-choice-visual {
    inset: 0;
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    border-radius: inherit;
    transform: none;
  }

  .entry-choice-content {
    padding: 1.2rem;
  }

  .entry-choice h2 {
    font-size: clamp(1.7rem, 7.5vw, 2rem);
  }

  .entry-choice-copy {
    font-size: clamp(1rem, 4.2vw, 1.08rem);
  }

  .entry-choice-index {
    font-size: 0.78rem;
  }

  .site-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .site-nav.entry-header-nav {
    grid-template-columns: 1fr;
    width: min(100%, 22rem);
  }

  .site-nav a {
    min-width: 0;
    padding-inline: 0.5rem;
    text-align: center;
  }

  .selection-lane {
    min-height: 0;
    padding: 1.45rem;
  }

  .execution-grid,
  .workflow-four,
  .role-grid {
    grid-template-columns: 1fr;
  }

  .role-grid > p:last-child {
    grid-column: auto;
  }

  .role-index {
    width: 3.75rem;
    height: 3.75rem;
  }

  .service-page-hero .page-copy h1,
  .selection-lane h3 {
    overflow-wrap: anywhere;
    hyphens: auto;
  }
}

@media (hover: none), (pointer: coarse) {
  .entry-choice:focus-visible {
    border-color: rgba(225, 138, 86, 0.72);
    box-shadow: 0 24px 56px rgba(0, 0, 0, 0.28);
  }
}

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

  .entry-choice,
  .entry-choice-media,
  .entry-choice-visual {
    transition: none;
  }

  .entry-choice:is(:hover, :focus-visible),
  .entry-choice-media,
  .entry-choice-visual {
    transform: none;
  }
}
