/* AHC Connect: local service, considered design. */
@font-face {
  font-family: Inter;
  src: url("../fonts/inter-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}
:root {
  --navy: #091a2b;
  --ink: #10263b;
  --blue: #245dff;
  --blue-light: #82a5ff;
  --paper: #fff;
  --muted: #546271;
  --soft: #f3f5f7;
  --line: #dde3e9;
  --font: Inter, Arial, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 112px;
}
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font: 15px/1.65 var(--font);
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
p,
figure {
  margin: 0;
}
h1,
h2,
h3 {
  line-height: 1.12;
  letter-spacing: -0.045em;
  font-weight: 600;
}
h1 {
  font-size: clamp(44px, 5.1vw, 76px);
}
h2 {
  font-size: clamp(32px, 3.2vw, 46px);
}
h3 {
  font-size: 22px;
  letter-spacing: -0.035em;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a,
input,
select,
textarea,
summary {
  -webkit-tap-highlight-color: transparent;
}
button,
a,
summary {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
img {
  display: block;
  max-width: 100%;
}
svg {
  display: block;
}
.icon {
  width: 23px;
  height: 23px;
  flex: none;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 5px;
}
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 2px;
}
[hidden] {
  display: none !important;
}
.wrap {
  width: calc(100% - 112px);
  max-width: 1320px;
  margin-inline: auto;
}
.section {
  padding: 104px 0;
}
.soft {
  background: var(--soft);
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 10px;
  font-weight: 650;
  color: var(--blue);
  margin-bottom: 22px;
  line-height: 1.5;
}
.body-lede {
  font-size: 17px;
  line-height: 1.85;
  color: var(--muted);
  margin-top: 27px;
  max-width: 540px;
}
.small {
  font-size: 12px;
  color: var(--muted);
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  font-size: 13px;
  font-weight: 600;
  color: var(--blue);
  line-height: 1.6;
}
.text-link:hover {
  gap: 19px;
}
.text-link .icon {
  width: 18px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  padding: 16px 22px;
  min-height: 53px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 600;
  transition:
    background 0.2s,
    transform 0.2s;
  white-space: normal;
}
.button .icon {
  width: 18px;
  height: 18px;
}
.button:hover {
  transform: translateY(-2px);
}
.button--primary {
  color: white;
  background: var(--blue);
}
.button--primary:hover {
  background: #1747d5;
}
.button--outline {
  border-color: #c8d2dc;
  background: transparent;
}
.button--outline:hover {
  background: var(--soft);
  border-color: var(--ink);
}
.button--white {
  background: white;
  color: var(--ink);
}
.button--white:hover {
  background: #eaf0ff;
}
.skip-link {
  position: fixed;
  top: -80px;
  left: 20px;
  z-index: 100;
  background: white;
  padding: 14px 20px;
}
.skip-link:focus {
  top: 10px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}
/* Navigation */
.topbar {
  background: var(--navy);
  color: #ccd5df;
  font-size: 10px;
  letter-spacing: 0.025em;
}
.topbar .wrap {
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.topbar span,
.topbar a {
  display: flex;
  align-items: center;
  gap: 9px;
}
.topbar .icon {
  width: 12px;
  height: 12px;
}
.topbar .wrap > a:first-of-type {
  margin-left: auto;
  margin-right: 24px;
}
.topbar a:hover {
  color: white;
}
.site-header {
  background: #fffffff5;
  backdrop-filter: blur(14px);
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid var(--line);
}
.site-header > .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  height: 95px;
}
.brand {
  display: flex;
  align-items: center;
  flex: none;
}
.brand > img {
  width: auto;
  height: 67px;
  display: block;
}
.site-header nav {
  display: flex;
  align-items: center;
  gap: 27px;
  margin-left: auto;
}
.site-header nav > a {
  font-size: 11px;
  font-weight: 500;
  padding: 35px 0;
  position: relative;
}
.site-header nav > a:hover,
.site-header nav > a[aria-current] {
  color: var(--blue);
}
.site-header nav > a[aria-current]:after {
  content: "";
  position: absolute;
  height: 2px;
  bottom: 23px;
  background: var(--blue);
  width: 15px;
  left: 0;
}
.site-header .button {
  margin-left: 16px;
  font-size: 11px;
  padding: 13px 19px;
  min-height: 44px;
  gap: 20px;
}
.menu-toggle {
  display: none;
  background: none;
  border: 0;
  width: 44px;
  height: 44px;
  padding: 10px;
}
.menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--ink);
  margin: 6px 0;
  transition: transform 0.2s;
}
/* Home */
.hero {
  background: var(--navy);
  color: white;
  overflow: hidden;
}
.hero-layout {
  display: grid;
  grid-template-columns: 1fr 1.03fr;
  min-height: 635px;
  gap: 36px;
}
.hero-copy {
  padding: 64px 0 44px;
  position: relative;
}
.hero .eyebrow {
  color: #a9bef9;
  margin-bottom: 28px;
}
.hero h1 {
  font-size: clamp(48px, 5.4vw, 80px);
  line-height: 1.03;
  letter-spacing: -0.055em;
  font-weight: 550;
}
.hero h1 > span {
  color: var(--blue-light);
}
.hero-copy > p:not(.eyebrow) {
  font-size: 15px;
  line-height: 1.8;
  color: #bdc8d5;
  margin-top: 25px;
  max-width: 365px;
}
.hero-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  margin-top: 29px;
}
.hero-secondary {
  display: flex;
  gap: 15px;
  align-items: center;
  font-size: 11px;
  color: #e0e7f2;
}
.hero-secondary .icon {
  width: 17px;
  height: 17px;
}
.hero-secondary:hover {
  color: var(--blue-light);
}
.hero-location {
  display: flex;
  gap: 11px;
  border-top: 1px solid #ffffff1c;
  margin-top: 35px;
  padding-top: 21px;
  max-width: 330px;
  font-size: 10px;
  line-height: 1.65;
  color: #93a6ba;
}
.hero-location .icon {
  width: 19px;
  height: 19px;
  color: #91b1ff;
}
.hero-location strong {
  font-weight: 400;
  color: #d2dce7;
}
.hero-visual {
  position: relative;
  margin-right: calc((min(1320px, 100vw - 112px) - 100vw) / 2);
  overflow: hidden;
}
.hero-visual:after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, #061320ba, transparent 45%),
    linear-gradient(90deg, #091a2b25, transparent 50%);
  pointer-events: none;
}
.hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% 50%;
  position: absolute;
  inset: 0;
}
.hero-visual figcaption {
  position: absolute;
  z-index: 1;
  bottom: 43px;
  left: 34px;
  color: white;
}
.hero-visual figcaption > span {
  display: block;
  font-size: 22px;
  letter-spacing: -0.025em;
}
.image-index {
  position: absolute;
  right: 25px;
  top: 30px;
  font-size: 8px;
  letter-spacing: 0.2em;
  color: #d7e1f6;
  writing-mode: vertical-rl;
  z-index: 1;
}
.promise-strip {
  border-bottom: 1px solid var(--line);
  background: #f6f7f9;
}
.promise-strip .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 77px;
  gap: 20px;
}
.promise-strip span {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  color: #546474;
}
.promise-strip span:first-child {
  font-size: 12px;
  font-weight: 600;
  color: var(--ink);
}
.promise-strip .icon {
  color: var(--blue);
  width: 18px;
  height: 18px;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 50px;
  margin-bottom: 43px;
}
.section-heading > p {
  max-width: 330px;
  font-size: 13px;
  color: var(--muted);
  padding-bottom: 3px;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line);
  border-radius: 5px;
  overflow: hidden;
}
.service-tile {
  padding: 30px 25px 25px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--line);
  transition: background 0.2s;
}
.service-tile:last-child {
  border: 0;
}
.service-tile:hover {
  background: #f0f4ff;
}
.tile-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
}
.tile-top .icon {
  width: 31px;
  height: 31px;
  color: var(--blue);
}
.tile-top > span {
  color: #607080;
  font-size: 10px;
}
.service-tile h3 {
  font-size: 19px;
  letter-spacing: -0.035em;
}
.service-tile p {
  font-size: 12px;
  line-height: 1.85;
  color: var(--muted);
  margin-top: 14px;
  margin-bottom: 30px;
}
.tile-link {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  font-weight: 600;
  font-size: 10px;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}
.tile-link .icon {
  width: 17px;
  height: 17px;
  color: var(--blue);
}
.about-home {
  background: var(--soft);
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 85px;
  align-items: center;
}
.brand-panel {
  background: #e7ecf2;
  position: relative;
  min-height: 510px;
  overflow: hidden;
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.panel-top {
  position: absolute;
  top: 30px;
  left: 32px;
  font-size: 9px;
  letter-spacing: 0.12em;
}
.brand-panel-mark {
  font-size: 400px;
  font-weight: 700;
  line-height: 0.8;
  color: #d0dae8;
  position: absolute;
  right: -40px;
  top: 20px;
  letter-spacing: -0.12em;
}
.brand-panel-mark > span {
  font-size: 130px;
  position: absolute;
  right: 25px;
  top: 45px;
  color: var(--blue);
  line-height: 1;
}
.brand-panel > p {
  position: relative;
  font-size: 40px;
  line-height: 1.15;
  font-weight: 600;
  letter-spacing: -0.055em;
}
.brand-panel > p > span {
  color: var(--blue);
}
.panel-bottom {
  position: relative;
  font-size: 8px;
  letter-spacing: 0.18em;
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid #10263b33;
}
.about-grid .body-lede {
  font-size: 14px;
  margin-top: 22px;
}
.value-list {
  margin: 25px 0 28px;
}
.value-list > div {
  display: flex;
  gap: 17px;
  padding: 19px 0;
  border-bottom: 1px solid #d9e0e7;
}
.value-list .icon {
  color: var(--blue);
  width: 22px;
  height: 22px;
}
.value-list h3 {
  font-size: 14px;
  letter-spacing: -0.01em;
  margin-bottom: 7px;
}
.value-list p {
  font-size: 12px;
  color: var(--muted);
}
.about-grid .button {
  min-height: 48px;
  font-size: 11px;
}
.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px;
}
.process-grid article {
  border-top: 1px solid var(--line);
  padding-top: 27px;
}
.step-number {
  font-size: 12px;
  color: var(--blue);
  font-weight: 500;
  display: block;
  margin-bottom: 25px;
}
.process-grid h3 {
  font-size: 20px;
  margin-bottom: 16px;
}
.process-grid p {
  font-size: 13px;
  color: var(--muted);
  max-width: 330px;
}
.area-section {
  background: #f0f3f7;
}
.area-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: center;
}
.area-grid .body-lede {
  font-size: 14px;
}
.towns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 20px;
  list-style: none;
  margin: 28px 0;
  padding: 0;
  max-width: 380px;
}
.towns li {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 11px;
}
.towns .icon {
  color: var(--blue);
  width: 14px;
  height: 14px;
}
.area-art {
  background: #e3eaf4;
  min-height: 410px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.area-coordinate {
  position: absolute;
  top: 22px;
  left: 24px;
  font-size: 8px;
  letter-spacing: 0.12em;
  color: #4c6180;
}
.area-orbit {
  border: 1px solid #6489d739;
  border-radius: 50%;
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.orbit-one {
  width: 180px;
  height: 180px;
  background: #3269f40b;
}
.orbit-two {
  width: 310px;
  height: 310px;
}
.orbit-three {
  width: 445px;
  height: 445px;
}
.area-center {
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
}
.area-center > .icon {
  width: 38px;
  height: 38px;
  color: var(--blue);
  margin-bottom: 9px;
}
.area-center > span {
  font-size: 9px;
  color: var(--muted);
  margin-top: 3px;
}
.area-town {
  position: absolute;
  font-size: 10px;
  color: #45618a;
}
.town-one {
  top: 27%;
  left: 22%;
}
.town-two {
  top: 18%;
  right: 23%;
}
.town-three {
  bottom: 22%;
  left: 25%;
}
.town-four {
  bottom: 35%;
  right: 15%;
}
.area-footnote {
  position: absolute;
  bottom: 20px;
  left: 24px;
  font-size: 9px;
  line-height: 1.7;
  color: #4c6180;
}
.faq-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 85px;
}
.faq-grid .text-link {
  margin-top: 27px;
}
.faq-grid details {
  border-top: 1px solid var(--line);
  padding: 21px 0;
}
.faq-grid details:last-child {
  border-bottom: 1px solid var(--line);
}
summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 13px;
  font-weight: 550;
  line-height: 1.6;
}
summary::-webkit-details-marker {
  display: none;
}
summary > span {
  font-size: 22px;
  color: var(--blue);
  font-weight: 400;
  flex: none;
}
details[open] summary > span {
  transform: rotate(45deg);
}
.faq-grid details p {
  padding-top: 15px;
  font-size: 13px;
  color: var(--muted);
  max-width: 550px;
}
/* Inner pages */
.inner-hero {
  background: var(--soft);
  padding: 76px 0;
}
.inner-hero h1 {
  font-size: clamp(44px, 4.7vw, 68px);
}
.inner-hero h1 > span {
  color: var(--blue);
}
.inner-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
  gap: 85px;
}
.inner-grid .button {
  margin-top: 28px;
}
.wide-heading {
  max-width: 900px;
}
.wide-heading .body-lede {
  max-width: 600px;
}
.about-card {
  background: #e1e8f2;
  border: 1px solid #d4deeb;
  border-radius: 5px;
  padding: 35px;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.monogram {
  font-size: 115px;
  line-height: 1.1;
  font-weight: 550;
  letter-spacing: -0.08em;
  color: #6582b3;
  position: relative;
}
.monogram span {
  font-size: 44px;
  vertical-align: top;
  margin-left: 25px;
  color: var(--blue);
}
.about-card h2 {
  font-size: 30px;
}
.about-card .eyebrow {
  margin-bottom: 13px;
}
.about-card p:not(.eyebrow) {
  color: var(--muted);
  font-size: 13px;
  margin: 13px 0;
}
.story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 85px;
}
.story-grid .body-lede {
  margin: 0 0 20px;
  color: var(--ink);
}
.story-grid p + p {
  margin-top: 20px;
  font-size: 14px;
  color: var(--muted);
}
.three-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.value-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}
.card-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 28px;
}
.purpose-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.purpose-card {
  background: white;
  border: 1px solid var(--line);
  border-left: 3px solid var(--blue);
  border-radius: 5px;
  padding: 40px;
}
.purpose-card > p {
  font-size: 16px;
  line-height: 1.85;
  color: var(--ink);
}
.photo-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}
.photo-split--reverse .work-photo {
  order: 2;
}
.work-photo {
  border-radius: 5px;
  overflow: hidden;
  background: var(--soft);
}
.work-photo img {
  width: 100%;
  height: auto;
}
.work-photo figcaption {
  padding: 14px 18px;
  background: var(--navy);
  color: #a9b8c9;
  font-size: 9px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.value-card {
  background: white;
  border: 1px solid var(--line);
  padding: 33px;
  border-radius: 5px;
}
.value-card > .icon {
  color: var(--blue);
  width: 34px;
  height: 34px;
  margin-bottom: 30px;
}
.value-card h3 {
  margin-bottom: 15px;
}
.value-card p {
  color: var(--muted);
  font-size: 14px;
}
.anchor-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 44px;
}
.anchor-nav a {
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 12px 18px;
  border: 1px solid #ccd6e0;
  border-radius: 3px;
  font-size: 12px;
  background: white;
}
.anchor-nav a:hover {
  border-color: var(--blue);
  color: var(--blue);
}
.anchor-nav .icon {
  width: 16px;
  height: 16px;
  transform: rotate(90deg);
  color: var(--blue);
}
.service-detail {
  display: grid;
  grid-template-columns: 0.2fr 1fr 0.9fr;
  gap: 45px;
  padding: 60px 0;
  border-bottom: 1px solid var(--line);
  scroll-margin-top: 12px;
}
.service-detail:first-child {
  padding-top: 0;
}
.service-detail:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.detail-index {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--blue);
  font-size: 11px;
}
.detail-index .icon {
  width: 29px;
  height: 29px;
}
.service-detail h2 {
  font-size: 38px;
}
.service-detail p:not(.eyebrow) {
  font-size: 14px;
  color: var(--muted);
  margin: 22px 0;
  max-width: 400px;
}
.service-detail .button {
  margin-top: 8px;
}
.check-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.check-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}
.check-list .icon {
  color: var(--blue);
  width: 17px;
  height: 17px;
}
.service-detail > .check-list {
  padding: 10px 28px;
  background: var(--soft);
  align-self: center;
  border-radius: 5px;
}
.check-list li:last-child {
  border: 0;
}
.maintenance-panel {
  background: var(--navy);
  color: white;
  position: relative;
  padding: 100px 35px 36px;
  border-radius: 5px;
  overflow: hidden;
}
.maintenance-panel > .icon {
  position: absolute;
  right: -38px;
  top: 85px;
  width: 240px;
  height: 300px;
  color: #83a4ff16;
  stroke-width: 0.5;
}
.maintenance-panel > div {
  position: relative;
}
.maintenance-panel h2 {
  font-size: 56px;
}
.maintenance-panel h2 > span {
  color: var(--blue-light);
}
.maintenance-panel p {
  margin-top: 25px;
  font-size: 13px;
  color: #a9b7ca;
}
.maintenance-panel .panel-top {
  color: #9db2d6;
  font-size: 8px;
}
.maintenance-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.maintenance-grid .check-list {
  margin-top: 20px;
}
.maintenance-grid .value-card {
  padding: 35px;
}
.inspiration-feature {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 65px;
  align-items: center;
  margin-bottom: 75px;
}
.concept-photo {
  position: relative;
  min-height: 350px;
  border-radius: 5px;
  overflow: hidden;
}
.concept-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.inspiration-feature p:not(.eyebrow) {
  margin: 24px 0;
  color: var(--muted);
  font-size: 14px;
}
.filter-bar {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}
.filter-bar button {
  border: 1px solid var(--line);
  border-radius: 30px;
  background: white;
  padding: 11px 22px;
  font-size: 12px;
  color: var(--muted);
  min-height: 44px;
}
.filter-bar button[aria-pressed="true"] {
  background: var(--navy);
  color: white;
  border-color: var(--navy);
}
.filter-bar button:hover {
  border-color: var(--blue);
}
.idea-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.idea-card {
  border: 1px solid var(--line);
  border-radius: 5px;
  padding: 28px;
  display: flex;
  flex-direction: column;
}
.idea-icon {
  display: flex;
  justify-content: space-between;
  margin-bottom: 45px;
  color: var(--blue);
}
.idea-icon > .icon {
  width: 32px;
  height: 32px;
}
.idea-icon > span {
  font-size: 10px;
  color: var(--muted);
}
.idea-card .eyebrow {
  font-size: 8px;
  margin-bottom: 14px;
}
.idea-card h3 {
  font-size: 24px;
}
.idea-card p:not(.eyebrow) {
  font-size: 13px;
  color: var(--muted);
  margin: 17px 0 25px;
}
.idea-card .text-link {
  font-size: 11px;
  margin-top: auto;
}
/* Contact */
.contact-section {
  background: var(--navy);
  color: white;
  padding: 75px 0 85px;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.03fr;
  gap: 75px;
  align-items: start;
}
.contact-copy {
  padding-top: 25px;
}
.contact-copy .eyebrow {
  color: var(--blue-light);
}
.contact-copy h1 > span {
  color: var(--blue-light);
}
.contact-copy .body-lede {
  font-size: 16px;
  color: #b3c0d2;
  max-width: 420px;
}
.direct-contact {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-top: 35px;
}
.direct-contact > .icon {
  color: var(--blue-light);
  width: 22px;
  height: 22px;
}
.direct-contact span {
  font-size: 10px;
  color: #a0b0c5;
  display: block;
  margin-bottom: 5px;
}
.direct-contact a,
.direct-contact strong {
  font-size: 13px;
  line-height: 1.6;
  display: block;
  font-weight: 450;
  overflow-wrap: anywhere;
}
.direct-contact a:hover {
  color: var(--blue-light);
}
.contact-note {
  border-top: 1px solid #ffffff26;
  margin-top: 35px;
  padding-top: 25px;
  font-size: 12px;
  line-height: 1.9;
  color: #a0b0c5;
}
.quote-card {
  padding: 35px;
  background: white;
  color: var(--ink);
  border-radius: 6px;
}
.quote-card .eyebrow {
  margin-bottom: 14px;
}
.quote-card h2 {
  font-size: 30px;
}
.form-intro {
  font-size: 12px;
  color: var(--muted);
  margin: 16px 0 25px;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
form {
  display: grid;
  gap: 18px;
}
form label {
  display: block;
  font-size: 11px;
  font-weight: 550;
  line-height: 1.5;
}
form label > span {
  color: var(--blue);
}
form label .optional {
  color: var(--muted);
  font-weight: 400;
  font-size: 9px;
}
input,
select,
textarea {
  display: block;
  min-width: 0;
  width: 100%;
  margin-top: 7px;
  border: 1px solid #d4dde6;
  border-radius: 3px;
  color: var(--ink);
  background: #fafbfc;
  padding: 12px 13px;
  min-height: 45px;
  font-size: 12px;
  line-height: 1.6;
}
textarea {
  resize: vertical;
}
input::placeholder,
textarea::placeholder {
  color: #7b8796;
}
form > .button {
  width: 100%;
}
.form-fine {
  font-size: 10px;
  color: var(--muted);
  line-height: 1.8;
}
.email-ready {
  border-top: 1px solid var(--line);
  padding-top: 25px;
}
.email-ready h3 {
  font-size: 20px;
}
.email-ready p {
  font-size: 12px;
  margin: 12px 0;
  color: var(--muted);
}
.email-ready .button {
  width: 100%;
  margin: 6px 0;
}
.copy-button {
  width: 100%;
  padding: 12px;
  background: white;
  border: 1px solid var(--line);
  font-size: 12px;
  border-radius: 3px;
  color: var(--ink);
  margin-top: 8px;
}
.copy-button:hover {
  background: var(--soft);
}
.email-ready summary {
  font-size: 11px;
  color: var(--blue);
}
.email-ready textarea {
  font-size: 11px;
}
/* Footer */
.cta {
  background: var(--blue);
  color: white;
  padding: 66px 0;
}
.cta .wrap {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 80px;
  align-items: center;
}
.cta .eyebrow {
  color: #fff;
}
.cta h2 {
  font-size: 44px;
}
.cta .wrap > div:last-child {
  justify-self: end;
}
.cta .wrap > div > p:not(.eyebrow) {
  font-size: 14px;
  color: #fff;
  line-height: 1.9;
  margin-bottom: 22px;
}
footer {
  background: var(--navy);
  color: #c3cddd;
  padding: 68px 0 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.7fr 1.2fr;
  gap: 75px;
  padding-bottom: 55px;
}
.footer-grid .brand {
  color: white;
  width: max-content;
}
.footer-grid .brand > img {
  height: 66px;
}
.footer-grid > div:first-child > p {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: white;
  margin: 26px 0 14px;
}
.footer-local {
  color: #91a1b7;
  font-size: 10px;
}
.footer-grid h2 {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #91a1b7;
  margin: 4px 0 23px;
}
.footer-grid > div:not(:first-child) > a {
  display: flex;
  font-size: 12px;
  margin-bottom: 10px;
  gap: 10px;
  align-items: center;
}
.footer-grid > div:not(:first-child) > a:hover {
  color: white;
}
.footer-email {
  overflow-wrap: anywhere;
}
.footer-email .icon,
.footer-phone .icon {
  width: 17px;
  height: 17px;
}
.footer-phone {
  font-weight: 600;
  color: white;
}
.footer-grid > div:last-child > p {
  font-size: 12px;
  margin-top: 25px;
  line-height: 1.9;
  color: #91a1b7;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  padding: 23px 0;
  border-top: 1px solid #ffffff20;
  font-size: 9px;
  color: #91a1b7;
}
.mobile-action {
  display: none;
}
@media (min-width: 1500px) {
  .hero-layout {
    min-height: 700px;
  }
  .hero-copy {
    padding-top: 80px;
  }
}
@media (max-width: 1150px) {
  .wrap {
    width: calc(100% - 64px);
  }
  .site-header nav {
    gap: 20px;
  }
  .site-header > .wrap {
    gap: 18px;
  }
  .site-header .button {
    margin-left: 0;
    padding-inline: 13px;
    gap: 10px;
  }
  .hero-visual {
    margin-right: -32px;
  }
  .hero-layout {
    gap: 25px;
    min-height: 620px;
  }
  .hero h1 {
    font-size: 62px;
  }
  .about-grid,
  .area-grid,
  .inner-grid,
  .contact-grid {
    gap: 45px;
  }
  .hero-copy {
    padding-top: 62px;
  }
  .service-tile {
    padding: 25px 19px;
  }
  .footer-grid {
    gap: 40px;
  }
  .contact-grid {
    grid-template-columns: 1fr 1.1fr;
    gap: 35px;
  }
  .contact-copy h1 {
    font-size: 58px;
  }
  .quote-card {
    padding: 28px;
  }
  .service-detail {
    gap: 25px;
    grid-template-columns: 0.15fr 1fr 0.9fr;
  }
  .service-detail h2 {
    font-size: 32px;
  }
  .hero-actions .button {
    gap: 18px;
  }
}
@media (max-width: 940px) {
  .site-header nav {
    gap: 16px;
  }
  .site-header > .wrap > .button {
    display: none;
  }
  .site-header > .wrap {
    height: 84px;
  }
  .site-header nav > a {
    font-size: 11px;
  }
  .hero-layout {
    grid-template-columns: 1fr 1fr;
    min-height: 590px;
  }
  .value-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .hero h1 {
    font-size: 54px;
  }
  .hero-copy {
    padding-top: 48px;
  }
  .hero-visual img {
    object-position: 65%;
  }
  .promise-strip span:first-child {
    display: none;
  }
  .promise-strip .wrap {
    justify-content: space-between;
  }
  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .service-tile:nth-child(2) {
    border-right: 0;
  }
  .service-tile:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }
  .service-tile {
    padding: 28px;
  }
  .service-tile p {
    max-width: 300px;
  }
  .section {
    padding: 80px 0;
  }
  .about-grid {
    gap: 35px;
  }
  .brand-panel {
    min-height: 480px;
    padding: 25px;
  }
  .brand-panel > p {
    font-size: 34px;
  }
  .brand-panel-mark {
    font-size: 330px;
  }
  .process-grid {
    gap: 28px;
  }
  .area-grid {
    gap: 35px;
  }
  .area-art {
    min-height: 390px;
  }
  .faq-grid {
    gap: 40px;
  }
  .inner-grid {
    gap: 30px;
  }
  .inner-hero h1 {
    font-size: 50px;
  }
  .about-card {
    padding: 28px;
    min-height: 400px;
  }
  .three-grid {
    gap: 16px;
  }
  .value-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .purpose-grid,
  .photo-split {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .photo-split--reverse .work-photo {
    order: 0;
  }
  .value-card {
    padding: 25px;
  }
  .contact-grid {
    grid-template-columns: 1fr;
    max-width: 690px;
    gap: 40px;
  }
  .contact-copy {
    padding: 0;
  }
  .contact-copy h1 {
    font-size: 64px;
  }
  .contact-copy .body-lede {
    max-width: 560px;
  }
  .contact-copy .contact-note {
    max-width: 500px;
  }
  .quote-card {
    padding: 40px;
  }
  .footer-grid {
    grid-template-columns: 1fr 0.7fr;
    gap: 40px;
  }
  .footer-grid > div:last-child {
    grid-column: 1/-1;
  }
  .footer-grid > div:last-child h2 {
    margin-bottom: 16px;
  }
  .footer-grid > div:last-child > p {
    margin-top: 15px;
  }
  .idea-grid {
    grid-template-columns: 1fr 1fr;
  }
  .inspiration-feature {
    gap: 35px;
  }
  .service-detail {
    grid-template-columns: 1fr 1fr;
  }
  .detail-index {
    grid-column: 1/-1;
  }
  .service-detail > .check-list {
    padding-inline: 20px;
  }
  .cta h2 {
    font-size: 38px;
  }
  .cta .wrap {
    gap: 35px;
  }
  .section-heading > p {
    max-width: 280px;
  }
}
@media (max-width: 700px) {
  html {
    scroll-padding-top: 90px;
  }
  .wrap {
    width: calc(100% - 40px);
  }
  .topbar .wrap {
    height: 31px;
    justify-content: center;
  }
  .topbar {
    font-size: 8px;
  }
  .topbar .wrap > a {
    display: none;
  }
  .topbar .icon {
    width: 11px;
    height: 11px;
  }
  .site-header > .wrap {
    height: 77px;
  }
  .brand > img {
    height: 44px;
  }
  .menu-toggle {
    display: block;
    margin-left: auto;
  }
  .site-header nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
    padding: 10px 0;
  }
  .site-header:has(.menu-toggle:not([hidden])) nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border-bottom: 1px solid var(--line);
    padding: 14px 20px 22px;
    box-shadow: 0 20px 25px #091a2b14;
  }
  .site-header nav.is-open {
    display: flex !important;
    flex-direction: column;
    align-items: stretch;
  }
  .site-header nav > a {
    font-size: 15px;
    padding: 13px 7px;
    border-bottom: 1px solid #ecf0f5;
  }
  .site-header nav > a[aria-current]:after {
    display: none;
  }
  .menu-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(4px) rotate(45deg);
  }
  .menu-toggle[aria-expanded="true"] span:last-child {
    transform: translateY(-4px) rotate(-45deg);
  }
  .hero-layout {
    display: flex;
    flex-direction: column;
    gap: 0;
    min-height: 0;
  }
  .hero-copy {
    padding: 43px 0 34px;
  }
  .hero .eyebrow {
    font-size: 9px;
    margin-bottom: 23px;
  }
  .hero h1 {
    font-size: clamp(46px, 10.9vw, 70px);
    line-height: 1.04;
  }
  .hero-copy > p:not(.eyebrow) {
    font-size: 14px;
    margin-top: 23px;
    max-width: 340px;
  }
  .hero-actions {
    margin-top: 25px;
    gap: 18px;
  }
  .hero-actions .button {
    min-height: 53px;
    padding: 16px 20px;
    gap: 30px;
    font-size: 12px;
  }
  .hero-secondary {
    font-size: 11px;
  }
  .hero-location {
    display: none;
  }
  .hero-visual {
    height: 320px;
    flex: none;
    margin: 0 -20px;
    width: calc(100% + 40px);
  }
  .hero-visual img {
    object-position: center 61%;
    height: 100%;
  }
  .hero-visual figcaption {
    left: 23px;
    bottom: 24px;
  }
  .hero-visual figcaption > span {
    font-size: 23px;
  }
  .image-index {
    right: 17px;
    top: 19px;
  }
  .promise-strip .wrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 13px;
    padding-block: 22px;
  }
  .promise-strip span {
    font-size: 11px;
  }
  .promise-strip span:first-child {
    display: block;
    margin-bottom: 4px;
  }
  .promise-strip .icon {
    width: 16px;
    height: 16px;
  }
  .section {
    padding: 63px 0;
  }
  .eyebrow {
    font-size: 9px;
    margin-bottom: 18px;
  }
  h2 {
    font-size: 34px;
  }
  .section-heading {
    display: block;
    margin-bottom: 30px;
  }
  .section-heading > p {
    max-width: 100%;
    margin-top: 20px;
    font-size: 13px;
  }
  .service-grid {
    grid-template-columns: 1fr 1fr;
  }
  .service-tile {
    padding: 23px 17px 20px;
  }
  .tile-top {
    margin-bottom: 26px;
  }
  .tile-top .icon {
    width: 28px;
    height: 28px;
  }
  .service-tile h3 {
    font-size: 18px;
  }
  .service-tile p {
    font-size: 11px;
    line-height: 1.85;
    margin-top: 14px;
    margin-bottom: 24px;
  }
  .tile-link {
    font-size: 9px;
    gap: 4px;
  }
  .tile-link .icon {
    width: 15px;
  }
  .about-grid,
  .area-grid,
  .faq-grid,
  .inner-grid,
  .story-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .brand-panel {
    min-height: 350px;
  }
  .brand-panel-mark {
    font-size: 330px;
    right: 0;
    top: 7px;
  }
  .brand-panel > p {
    font-size: 37px;
  }
  .panel-top {
    font-size: 8px;
    top: 24px;
    left: 25px;
  }
  .about-grid .body-lede {
    font-size: 14px;
  }
  .process-grid {
    grid-template-columns: 1fr;
    gap: 29px;
  }
  .process-grid article {
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 0 12px;
    padding-top: 23px;
  }
  .process-grid .step-number {
    grid-row: 1/3;
    margin: 3px 0 0;
  }
  .process-grid h3 {
    font-size: 21px;
    margin-bottom: 12px;
  }
  .process-grid p {
    grid-column: 2;
    max-width: none;
  }
  .area-grid {
    gap: 35px;
  }
  .area-art {
    min-height: 350px;
  }
  .faq-grid {
    gap: 30px;
  }
  .faq-grid h2 br {
    display: none;
  }
  .faq-grid .text-link {
    margin-top: 20px;
  }
  .faq-grid details {
    padding: 20px 0;
  }
  .faq-grid summary {
    font-size: 13px;
  }
  .faq-grid details p {
    font-size: 12px;
  }
  .cta {
    padding: 52px 0;
  }
  .cta .wrap {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .cta h2 {
    font-size: 36px;
  }
  .cta .wrap > div:last-child {
    justify-self: start;
  }
  .cta .wrap > div > p:not(.eyebrow) {
    font-size: 13px;
  }
  .cta .button {
    font-size: 12px;
  }
  footer {
    padding-top: 50px;
    padding-bottom: 75px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 35px 22px;
    padding-bottom: 35px;
  }
  .footer-grid > div:first-child > p {
    font-size: 19px;
  }
  .footer-local {
    font-size: 9px;
  }
  .footer-grid > div:nth-child(2) {
    padding-left: 10px;
  }
  .footer-grid > div:not(:first-child) > a {
    font-size: 11px;
    min-height: 29px;
  }
  .footer-grid > div:last-child {
    padding-top: 15px;
    border-top: 1px solid #ffffff20;
  }
  .footer-grid > div:last-child > p {
    font-size: 11px;
  }
  .footer-bottom {
    font-size: 8px;
    flex-direction: column;
    gap: 9px;
    padding: 20px 0;
  }
  .mobile-action {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fffffff5;
    backdrop-filter: blur(12px);
    z-index: 15;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 11px 20px calc(11px + env(safe-area-inset-bottom));
    border-top: 1px solid var(--line);
    box-shadow: 0 -3px 20px #091a2b0b;
  }
  .mobile-action .button {
    flex: 1;
    justify-content: center;
    font-size: 11px;
    min-height: 43px;
    padding: 12px 14px;
    gap: 8px;
  }
  .mobile-action .button .icon {
    width: 15px;
    height: 15px;
  }
  .page-contact .mobile-action {
    display: none;
  }
  .page-contact footer {
    padding-bottom: 0;
  }
  .inner-hero {
    padding: 49px 0;
  }
  .inner-hero h1 {
    font-size: clamp(40px, 10vw, 58px);
  }
  .inner-hero .body-lede {
    font-size: 15px;
    margin-top: 24px;
  }
  .about-card {
    min-height: 350px;
    padding: 27px;
  }
  .monogram {
    font-size: 90px;
  }
  .about-card h2 {
    font-size: 29px;
  }
  .three-grid,
  .value-grid,
  .maintenance-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .purpose-card {
    padding: 28px;
  }
  .purpose-card > p {
    font-size: 15px;
  }
  .value-card {
    padding: 28px;
  }
  .value-card > .icon {
    margin-bottom: 25px;
  }
  .value-card h3 {
    font-size: 23px;
  }
  .value-card p {
    font-size: 13px;
  }
  .anchor-nav {
    gap: 9px;
    margin-top: 30px;
  }
  .anchor-nav a {
    font-size: 10px;
    padding: 11px 13px;
    gap: 15px;
    flex: 1 1 42%;
  }
  .anchor-nav .icon {
    margin-left: auto;
  }
  .service-detail {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 40px 0;
  }
  .detail-index {
    grid-column: auto;
  }
  .service-detail h2 {
    font-size: 32px;
  }
  .service-detail p:not(.eyebrow) {
    font-size: 13px;
    margin: 19px 0;
  }
  .service-detail .eyebrow {
    margin-bottom: 12px;
  }
  .service-detail > .check-list {
    width: 100%;
    padding: 12px 20px;
  }
  .service-detail .check-list li {
    font-size: 12px;
  }
  .maintenance-panel {
    padding: 85px 28px 35px;
  }
  .maintenance-panel h2 {
    font-size: 52px;
  }
  .maintenance-grid .value-card {
    padding: 28px;
  }
  .inspiration-feature {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 45px;
  }
  .concept-photo {
    min-height: 300px;
  }
  .inspiration-feature h2 {
    font-size: 33px;
  }
  .inspiration-feature p:not(.eyebrow) {
    margin: 20px 0;
  }
  .filter-bar {
    gap: 8px;
  }
  .filter-bar button {
    font-size: 11px;
    padding: 10px 16px;
  }
  .idea-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .idea-card {
    padding: 26px;
  }
  .idea-icon {
    margin-bottom: 28px;
  }
  .idea-card p:not(.eyebrow) {
    font-size: 13px;
  }
  .contact-section {
    padding: 45px 0 55px;
  }
  .contact-grid {
    gap: 35px;
  }
  .contact-copy h1 {
    font-size: 58px;
  }
  .contact-copy .body-lede {
    font-size: 14px;
  }
  .direct-contact {
    margin-top: 25px;
    gap: 12px;
  }
  .direct-contact a,
  .direct-contact strong {
    font-size: 12px;
  }
  .contact-note {
    font-size: 11px;
    margin-top: 25px;
    padding-top: 23px;
  }
  .quote-card {
    padding: 25px 20px;
  }
  .quote-card h2 {
    font-size: 29px;
  }
  .form-row {
    gap: 14px;
    grid-template-columns: 1fr;
  }
  .form-intro {
    font-size: 12px;
  }
  input,
  select,
  textarea {
    font-size: 16px;
    padding: 11px 12px;
  }
  form label {
    font-size: 12px;
  }
  .form-fine {
    font-size: 10px;
  }
  .email-ready textarea {
    font-size: 13px;
  }
  .topbar .wrap > span {
    white-space: nowrap;
  }
}
@media (max-width: 360px) {
  .wrap {
    width: calc(100% - 32px);
  }
  .hero-visual {
    margin-inline: -16px;
    width: calc(100% + 32px);
  }
  .hero h1 {
    font-size: 44px;
  }
  .service-grid {
    grid-template-columns: 1fr;
  }
  .service-tile {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .service-tile p {
    font-size: 12px;
  }
  .tile-link {
    font-size: 10px;
  }
  .hero-actions .button {
    gap: 18px;
  }
  .contact-copy h1 {
    font-size: 50px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition: none !important;
    animation: none !important;
  }
}
@media print {
  .site-header,
  .topbar,
  .mobile-action,
  .cta,
  .filter-bar,
  .hero-actions,
  .menu-toggle {
    display: none !important;
  }
  body {
    font-size: 11pt;
  }
  .section {
    padding: 24px 0;
  }
  .wrap {
    width: 100%;
  }
  .hero,
  .inner-hero,
  .contact-section,
  footer {
    background: white;
    color: black;
  }
  .hero-visual {
    margin: 0;
  }
  .hero-copy {
    padding: 24px 0;
  }
  a {
    color: inherit;
  }
  .hero h1,
  .contact-copy h1 {
    font-size: 36pt;
  }
  .quote-card {
    border: 1px solid #ccc;
  }
  footer {
    padding-bottom: 0;
  }
  details p {
    display: block;
  }
}
@media (max-width: 700px) {
  .site-header:has(.menu-toggle[hidden]) > .wrap {
    height: auto;
    min-height: 77px;
    flex-wrap: wrap;
    padding-block: 12px;
  }
  .site-header:has(.menu-toggle[hidden]) nav {
    width: 100%;
    padding: 0;
  }
  .site-header:has(.menu-toggle[hidden]) nav > a {
    padding: 7px 0;
    font-size: 12px;
  }
  .site-header:has(.menu-toggle[hidden]) nav > a[aria-current]:after {
    display: none;
  }
}
.button:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  transform: none;
}

/* Legible small text on tinted surfaces. */
.about-card .eyebrow,
.about-card .text-link {
  color: #1649d6;
}
.service-tile p {
  font-size: 14px;
}
.site-header nav > a {
  font-size: 12px;
}
@media (max-width: 700px) {
  .service-tile p {
    font-size: 13px;
  }
  .site-header nav > a {
    font-size: 15px;
  }
}
/* Frame the full vehicle instead of cropping a landscape ute into a portrait slot. */
.hero-visual--ute {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #142437;
  padding-block: 32px;
}
.hero-visual--ute:after {
  display: none;
}
.vehicle-label {
  padding: 0 32px 24px;
  color: #bccce2;
  font-size: 9px;
  letter-spacing: 0.14em;
}
.hero-visual--ute img {
  position: static;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.hero-visual--ute figcaption {
  position: static;
  padding: 27px 32px 0;
}
.hero-visual--ute figcaption > span {
  font-size: 23px;
}
@media (max-width: 700px) {
  .hero-visual--ute {
    height: auto;
    padding-block: 23px;
  }
  .vehicle-label {
    padding: 0 20px 20px;
    font-size: 8px;
  }
  .hero-visual--ute figcaption {
    padding: 20px 20px 0;
  }
  .hero-visual--ute figcaption > span {
    font-size: 21px;
  }
  html {
    scroll-padding-bottom: 90px;
  }
}
