:root {
    --navy: #061f3d;
    --navy-deep: #03172d;
    --navy-soft: #0b3158;
    --red: #d10b17;
    --red-dark: #a8050e;
    --ink: #071b35;
    --text: #405064;
    --muted: #738094;
    --line: #dfe5ec;
    --surface: #f4f7fa;
    --white: #fff;
    --shadow: 0 18px 50px rgba(8, 31, 59, .12);
    --shell: min(1440px, calc(100% - 80px));
    --ease: cubic-bezier(.2, .7, .2, 1);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 92px;
}

body {
    margin: 0;
    overflow-x: hidden;
    color: var(--text);
    background: var(--white);
    font-family: "Manrope", sans-serif;
    -webkit-font-smoothing: antialiased;
}

body.menu-open {
    overflow: hidden;
}

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

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

button,
input {
    font: inherit;
}

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

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

.section {
    padding: 100px 0;
}

.skip-link {
    position: fixed;
    z-index: 1000;
    top: 12px;
    left: 12px;
    padding: 12px 18px;
    color: var(--white);
    background: var(--red);
    transform: translateY(-160%);
    transition: transform .2s;
}

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

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

.page-progress {
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    pointer-events: none;
}

.page-progress span {
    display: block;
    width: 100%;
    height: 100%;
    background: var(--red);
    transform: scaleX(0);
    transform-origin: left;
}

.eyebrow {
    margin-bottom: 12px;
    color: var(--red);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.eyebrow.light {
    color: #ff3442;
}

.button {
    display: inline-flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    gap: 22px;
    padding: 0 24px;
    border: 1px solid transparent;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    transition: color .25s, background-color .25s, border-color .25s, transform .25s;
}

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

.button span {
    transition: transform .25s;
}

.button:hover span {
    transform: translateX(4px);
}

.button-red {
    color: var(--white);
    background: var(--red);
    box-shadow: 0 12px 26px rgba(209, 11, 23, .2);
}

.button-red:hover {
    background: var(--red-dark);
}

.button-outline {
    color: var(--ink);
    border-color: var(--ink);
    background: rgba(255, 255, 255, .72);
    backdrop-filter: blur(12px);
}

.button-outline:hover {
    color: var(--white);
    background: var(--ink);
}

.button-light-outline {
    color: var(--white);
    border-color: rgba(255, 255, 255, .72);
    background: rgba(3, 23, 45, .28);
    backdrop-filter: blur(12px);
}

.button-light-outline:hover {
    color: var(--ink);
    background: var(--white);
}

.button-white {
    color: var(--ink);
    background: var(--white);
}

.button-ghost {
    color: var(--white);
    border-color: rgba(255, 255, 255, .55);
}

.utility-bar {
    position: relative;
    z-index: 30;
    color: rgba(255, 255, 255, .94);
    background: var(--navy-deep);
    font-size: 11px;
}

.utility-inner {
    display: flex;
    min-height: 38px;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.utility-inner p {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 0;
    white-space: nowrap;
}

.zambia-flag {
    width: 25px;
    height: 14px;
    background: linear-gradient(90deg, #198447 0 68%, #e45a2c 68% 79%, #111 79% 90%, #e53630 90%);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .15);
}

.utility-links {
    display: flex;
    align-items: center;
}

.utility-links a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 18px;
    border-left: 1px solid rgba(255, 255, 255, .13);
    transition: color .2s;
}

.utility-links a:hover {
    color: #ff4752;
}

.site-header {
    position: sticky;
    z-index: 100;
    top: 0;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 4px 20px rgba(4, 28, 56, .07);
    backdrop-filter: blur(18px);
}

.nav-shell {
    display: grid;
    min-height: 88px;
    grid-template-columns: 210px 1fr auto;
    align-items: center;
    gap: 28px;
    transition: min-height .3s;
}

.site-header.is-scrolled .nav-shell {
    min-height: 72px;
}

.brand,
.footer-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--ink);
}

.brand img {
    width: 58px;
    height: 58px;
    object-fit: contain;
    mix-blend-mode: multiply;
}

.brand::after,
.footer-logo::after {
    width: 100px;
    color: currentColor;
    content: "HAZIDA\A MOTORS";
    font-family: "Barlow Condensed", sans-serif;
    font-size: 25px;
    font-weight: 800;
    line-height: .78;
    letter-spacing: .06em;
    white-space: pre;
}

.desktop-nav {
    display: flex;
    height: 100%;
    align-items: stretch;
    justify-content: center;
    gap: clamp(20px, 2.2vw, 38px);
}

.nav-link {
    position: relative;
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--ink);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.nav-link::after {
    position: absolute;
    right: 50%;
    bottom: 0;
    left: 50%;
    height: 4px;
    background: var(--red);
    content: "";
    transition: right .25s, left .25s;
}

.nav-link:hover::after,
.nav-link.is-active::after {
    right: 0;
    left: 0;
}

.nav-cue {
    position: relative;
    display: inline-grid;
    width: 17px;
    height: 17px;
    place-items: center;
    margin-left: 2px;
    border: 1px solid rgba(6, 31, 61, .18);
    border-radius: 50%;
    transition: border-color .25s, background-color .25s, transform .25s;
}

.nav-cue::before {
    width: 4px;
    height: 4px;
    border-right: 1.5px solid var(--red);
    border-bottom: 1.5px solid var(--red);
    content: "";
    transform: translateY(-1px) rotate(45deg);
    transition: border-color .25s, transform .25s;
}

.has-menu:hover .nav-cue,
.has-menu:focus-visible .nav-cue {
    border-color: var(--red);
    background: var(--red);
    transform: translateY(2px);
}

.has-menu:hover .nav-cue::before,
.has-menu:focus-visible .nav-cue::before {
    border-color: var(--white);
    transform: translateY(-2px) rotate(45deg);
}

.header-cta {
    display: flex;
    min-height: 50px;
    align-items: center;
    gap: 18px;
    padding: 0 22px;
    color: var(--white);
    background: var(--red);
    box-shadow: 0 10px 24px rgba(209, 11, 23, .22);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    transition: background-color .25s, transform .25s;
}

.header-cta:hover {
    background: var(--red-dark);
    transform: translateY(-2px);
}

.menu-toggle {
    display: none;
    width: 48px;
    height: 48px;
    padding: 12px;
    border: 0;
    background: var(--navy);
    cursor: pointer;
}

.menu-toggle span {
    display: block;
    height: 2px;
    margin: 5px 0;
    background: var(--white);
    transition: transform .25s, opacity .25s;
}

.menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
}

.menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.mobile-menu {
    position: fixed;
    z-index: 99;
    top: var(--mobile-menu-top, 88px);
    right: 0;
    bottom: 0;
    width: min(430px, 100%);
    padding: 38px;
    color: var(--white);
    background: var(--navy-deep);
    visibility: hidden;
    opacity: 0;
    transform: translateX(100%);
    transition: transform .35s var(--ease), opacity .35s, visibility .35s;
}

.mobile-menu.is-open {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
}

.mobile-menu nav {
    display: grid;
}

.mobile-menu nav a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
    font-family: "Barlow Condensed", sans-serif;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
}

.mobile-menu nav span {
    color: #7890aa;
    font-family: "Manrope", sans-serif;
    font-size: 10px;
}

.mobile-contact {
    display: grid;
    gap: 10px;
    margin-top: 34px;
    color: #c7d5e4;
    font-size: 13px;
}

.hero {
    position: relative;
    min-height: 650px;
    overflow: hidden;
    color: var(--ink);
    background: #eaf2f8;
    isolation: isolate;
}

.hero-slider {
    position: absolute;
    inset: 0;
}

.hero-slide {
    position: absolute;
    inset: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    isolation: isolate;
    transition: opacity .6s var(--ease), visibility .6s;
}

.hero-slide.is-active {
    z-index: 2;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.hero-slide .hero-copy > *,
.hero-slide .hero-3d-card {
    transition: opacity .65s var(--ease), transform .65s var(--ease);
}

.hero-slide:not(.is-active) .hero-copy > * {
    opacity: 0;
    transform: translateY(24px);
}

.hero-slide:not(.is-active) .hero-3d-card {
    opacity: 0;
    transform: perspective(800px) rotateY(-18deg) translateX(35px);
}

.hero-art {
    position: absolute;
    z-index: -4;
    inset: 0;
    background: url("assets/images/hero-automotive-partner.png") center center / cover no-repeat;
    transform: scale(1.025) perspective(1400px) rotateY(var(--hero-ry, 0deg)) rotateX(var(--hero-rx, 0deg));
    transition: transform .25s ease-out;
    will-change: transform;
}

.hero-slide-maintenance {
    color: var(--white);
    background: var(--navy-deep);
}

.hero-slide-maintenance .hero-art {
    background-image: url("assets/images/hero-truck-maintenance.png");
    background-position: 70% 52%;
    background-size: cover;
}

.hero-slide-maintenance .hero-wash {
    background:
        linear-gradient(90deg, rgba(3, 23, 45, .98) 0%, rgba(3, 23, 45, .92) 28%, rgba(3, 23, 45, .5) 49%, rgba(3, 23, 45, .08) 72%),
        linear-gradient(0deg, rgba(3, 23, 45, .74), transparent 48%);
}

.hero-slide-maintenance .hero-copy h1,
.hero-slide-maintenance .hero-intro {
    color: var(--white);
}

.hero-slide-maintenance .hero-copy .eyebrow {
    color: #ff3945;
}

.hero-wash {
    position: absolute;
    z-index: -3;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .93) 24%, rgba(255, 255, 255, .58) 41%, rgba(255, 255, 255, .06) 60%, transparent 76%),
        linear-gradient(0deg, rgba(5, 27, 52, .18), transparent 42%);
}

.hero-depth {
    position: absolute;
    z-index: -2;
    border: 1px solid rgba(8, 56, 97, .18);
    border-radius: 50%;
    pointer-events: none;
}

.depth-one {
    top: 50px;
    right: 33%;
    width: 270px;
    height: 270px;
    animation: orbit-float 7s ease-in-out infinite;
}

.depth-two {
    top: 120px;
    right: 28%;
    width: 130px;
    height: 130px;
    border-color: rgba(209, 11, 23, .25);
    animation: orbit-float 5s ease-in-out infinite reverse;
}

.hero-inner {
    position: relative;
    z-index: 2;
    display: flex;
    min-height: 650px;
    align-items: flex-start;
    padding-top: 72px;
}

.hero-copy {
    width: min(590px, 48%);
}

.hero-copy .eyebrow {
    margin-bottom: 6px;
    font-family: "Barlow Condensed", sans-serif;
    font-size: clamp(21px, 2vw, 29px);
    letter-spacing: .05em;
}

.hero h1 {
    margin-bottom: 17px;
    color: var(--navy);
    font-family: "Barlow Condensed", sans-serif;
    font-size: clamp(72px, 7.6vw, 116px);
    font-weight: 800;
    line-height: .78;
    letter-spacing: -.035em;
    text-transform: uppercase;
}

.hero-intro {
    width: min(480px, 100%);
    margin-bottom: 25px;
    color: #243a50;
    font-size: 16px;
    line-height: 1.65;
}

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

.hero-3d-card {
    position: absolute;
    top: 55px;
    right: 0;
    display: grid;
    width: 235px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, .5);
    color: var(--white);
    background: linear-gradient(135deg, rgba(5, 31, 61, .86), rgba(8, 55, 93, .55));
    box-shadow: 0 20px 45px rgba(3, 23, 45, .22);
    backdrop-filter: blur(12px);
    transform: perspective(800px) rotateY(-8deg) rotateX(3deg);
    transform-style: preserve-3d;
}

.hero-3d-card::before {
    position: absolute;
    inset: -7px 7px 7px -7px;
    z-index: -1;
    border: 1px solid rgba(209, 11, 23, .55);
    content: "";
    transform: translateZ(-25px);
}

.hero-3d-card span {
    color: #9bb1c8;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.hero-3d-card strong {
    margin: 4px 0 12px;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 30px;
    text-transform: uppercase;
}

.hero-3d-card small {
    color: #dbe6f0;
    font-size: 9px;
}

.hero-service-bar {
    position: absolute;
    z-index: 10;
    right: 0;
    bottom: 0;
    left: 0;
    color: var(--white);
    background: rgba(4, 28, 54, .94);
    backdrop-filter: blur(14px);
}

.hero-slider-controls {
    position: absolute;
    z-index: 12;
    right: max(40px, calc((100vw - min(1440px, calc(100vw - 80px))) / 2));
    bottom: 93px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.hero-slider-arrow {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border: 1px solid rgba(6, 31, 61, .35);
    color: var(--navy);
    background: rgba(255, 255, 255, .84);
    backdrop-filter: blur(10px);
    cursor: pointer;
    transition: color .2s, background-color .2s, transform .2s;
}

.hero-slider-arrow:hover {
    color: var(--white);
    background: var(--red);
    transform: translateY(-2px);
}

.hero-slider-dots {
    display: flex;
    gap: 7px;
    padding: 10px 12px;
    background: rgba(255, 255, 255, .78);
    box-shadow: 0 8px 20px rgba(3, 23, 45, .1);
    backdrop-filter: blur(10px);
}

.hero-slider-dots button {
    width: 22px;
    height: 4px;
    padding: 0;
    border: 0;
    background: rgba(6, 31, 61, .3);
    cursor: pointer;
    transition: width .3s, background-color .3s;
}

.hero-slider-dots button.is-active {
    width: 42px;
    background: var(--red);
}

.hero-service-bar .site-shell {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.hero-service-bar .site-shell > div {
    display: flex;
    min-height: 74px;
    align-items: center;
    gap: 14px;
    padding: 0 26px;
    border-right: 1px solid rgba(255, 255, 255, .14);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.hero-service-bar b {
    color: #ff3945;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 22px;
}

.brand-showcase {
    position: relative;
    overflow: hidden;
    color: var(--white);
    background: linear-gradient(115deg, var(--navy-deep), #062b51 58%, #041b34);
}

.brand-showcase::before {
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg, transparent 44%, rgba(255, 255, 255, .035) 44% 52%, transparent 52%);
    content: "";
    pointer-events: none;
}

.brand-showcase-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    scroll-snap-type: x mandatory;
}

.brand-feature {
    position: relative;
    display: grid;
    min-height: 220px;
    grid-template-columns: minmax(155px, 1fr) minmax(145px, .95fr);
    align-items: center;
    gap: 32px;
    padding: 30px 26px 28px 0;
    border-right: 1px solid rgba(255, 255, 255, .22);
    overflow: hidden;
    scroll-snap-align: start;
}

.brand-feature:not(:first-child) {
    padding-left: 30px;
}

.brand-feature:last-child {
    border-right: 0;
}

.brand-identity {
    display: flex;
    align-items: center;
    gap: 12px;
}

.brand-logo-tile {
    display: grid;
    width: 48px;
    height: 48px;
    flex: 0 0 auto;
    place-items: center;
    padding: 5px;
    border-radius: 50%;
    background: var(--white);
    box-shadow: 0 8px 20px rgba(0, 0, 0, .14);
}

.brand-logo-tile img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.brand-identity strong {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 29px;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.brand-feature-copy {
    position: relative;
    z-index: 2;
}

.brand-feature-copy p {
    max-width: 175px;
    margin: 17px 0;
    color: #d7e3ef;
    font-size: 12px;
    line-height: 1.55;
}

.brand-feature-copy a,
.brand-card-body a,
.pathway-card a,
.story-copy > a,
.insight-card a {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding-bottom: 5px;
    border-bottom: 1px solid currentColor;
    color: inherit;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.brand-vehicle {
    position: relative;
    z-index: 1;
    width: 108%;
    max-width: none;
    margin-left: 0;
    justify-self: end;
    filter: drop-shadow(0 20px 18px rgba(0, 0, 0, .4));
    transition: transform .55s var(--ease);
}

.brand-feature:hover .brand-vehicle {
    transform: translateX(9px) scale(1.03);
}

.service-pathways {
    padding: 44px 0;
    background: var(--white);
}

.pathway-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.pathway-card {
    display: grid;
    grid-template-columns: 70px 1fr;
    gap: 23px;
    min-height: 165px;
    padding: 18px 44px;
    border-right: 1px solid var(--line);
}

.pathway-card:first-child {
    padding-left: 10px;
}

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

.pathway-icon {
    display: grid;
    width: 64px;
    height: 64px;
    place-items: center;
    border-radius: 50%;
    color: var(--white);
    background: var(--navy);
    font-size: 29px;
}

.pathway-card h2 {
    margin-bottom: 9px;
    color: var(--ink);
    font-family: "Barlow Condensed", sans-serif;
    font-size: 23px;
    text-transform: uppercase;
}

.pathway-card p {
    margin-bottom: 16px;
    font-size: 12px;
    line-height: 1.65;
}

.pathway-card a,
.brand-card-body a,
.story-copy > a,
.insight-card a {
    color: var(--navy);
}

.brands-section {
    background: var(--surface);
}

.section-heading {
    display: grid;
    grid-template-columns: 1fr minmax(300px, 440px);
    align-items: end;
    gap: 70px;
    margin-bottom: 50px;
}

.section-heading h2,
.maintenance-copy h2,
.story-copy h2,
.insights-intro h2 {
    margin-bottom: 0;
    color: var(--ink);
    font-family: "Barlow Condensed", sans-serif;
    font-size: clamp(48px, 5.4vw, 78px);
    font-weight: 700;
    line-height: .9;
    letter-spacing: -.02em;
    text-transform: uppercase;
}

.section-heading h2 em,
.maintenance-copy h2 em,
.story-copy h2 em {
    color: var(--red);
    font-style: normal;
}

.section-heading > p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.75;
}

.brand-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.brand-card {
    min-width: 0;
    border: 1px solid var(--line);
    background: var(--white);
    box-shadow: 0 14px 36px rgba(8, 31, 59, .06);
    transform-style: preserve-3d;
    transition: box-shadow .35s, transform .16s ease-out;
}

.brand-card:hover {
    box-shadow: var(--shadow);
}

.brand-card-image {
    position: relative;
    height: 270px;
    overflow: hidden;
    background: #dbe5ed;
}

.brand-card-image::after {
    position: absolute;
    inset: auto 0 0;
    height: 50%;
    background: linear-gradient(transparent, rgba(2, 21, 42, .42));
    content: "";
}

.brand-card-image > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .65s var(--ease);
}

.brand-card:hover .brand-card-image > img {
    transform: scale(1.045);
}

.brand-card-image > span {
    position: absolute;
    z-index: 2;
    right: 18px;
    bottom: 16px;
    padding: 7px 10px;
    color: var(--white);
    background: var(--red);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.brand-card-body {
    padding: 28px;
}

.brand-card-title {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 18px;
}

.brand-card-title h3 {
    margin: 0;
    color: var(--ink);
    font-family: "Barlow Condensed", sans-serif;
    font-size: 36px;
    text-transform: uppercase;
}

.brand-card-body p {
    margin-bottom: 13px;
    font-size: 12px;
    line-height: 1.72;
}

.brand-card-body a {
    margin-top: 8px;
}

.maintenance-section {
    position: relative;
    overflow: hidden;
    color: #d9e5ef;
    background:
        radial-gradient(circle at 78% 44%, rgba(27, 95, 150, .42), transparent 34%),
        linear-gradient(125deg, var(--navy-deep), #072c50);
}

.maintenance-section::before {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
    background-size: 50px 50px;
    content: "";
    mask-image: linear-gradient(90deg, transparent, black);
}

.maintenance-layout {
    position: relative;
    display: grid;
    min-height: 620px;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 80px;
}

.maintenance-copy h2 {
    color: var(--white);
}

.maintenance-copy > p:not(.eyebrow) {
    max-width: 590px;
    margin: 25px 0 32px;
    color: #b9cada;
    font-size: 14px;
    line-height: 1.75;
}

.maintenance-steps {
    display: grid;
    gap: 0;
}

.maintenance-steps article {
    display: grid;
    grid-template-columns: 45px 1fr;
    gap: 18px;
    padding: 18px 0;
    border-top: 1px solid rgba(255, 255, 255, .14);
}

.maintenance-steps article > span {
    color: #ff3541;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 22px;
    font-weight: 700;
}

.maintenance-steps h3 {
    margin-bottom: 4px;
    color: var(--white);
    font-size: 14px;
}

.maintenance-steps p {
    margin: 0;
    color: #9eb1c3;
    font-size: 11px;
    line-height: 1.55;
}

.cube-stage {
    position: relative;
    display: grid;
    height: 520px;
    place-items: center;
    perspective: 1200px;
    cursor: grab;
    touch-action: none;
    user-select: none;
}

.cube-stage:active {
    cursor: grabbing;
}

.cube {
    position: relative;
    width: 270px;
    height: 270px;
    transform: rotateX(-13deg) rotateY(28deg);
    transform-style: preserve-3d;
    will-change: transform;
}

.cube-face {
    position: absolute;
    display: flex;
    width: 270px;
    height: 270px;
    flex-direction: column;
    justify-content: flex-end;
    padding: 25px;
    border: 1px solid rgba(255, 255, 255, .43);
    overflow: hidden;
    color: var(--white);
    background:
        linear-gradient(0deg, rgba(3, 19, 37, .96), rgba(3, 19, 37, .1) 72%),
        var(--face-image) center / cover;
    box-shadow: inset 0 0 45px rgba(0, 0, 0, .22), 0 0 30px rgba(13, 84, 143, .18);
    backface-visibility: visible;
}

.cube-face::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, .11), transparent 42%);
    content: "";
    pointer-events: none;
}

.cube-face > * {
    position: relative;
    z-index: 1;
}

.cube-face > span {
    position: absolute;
    top: 20px;
    right: 20px;
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .55);
    border-radius: 50%;
    color: #fff;
    font-size: 11px;
}

.cube-face strong {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 27px;
    line-height: 1;
    text-transform: uppercase;
}

.cube-face small {
    margin-top: 7px;
    color: #d7e5f1;
    font-size: 10px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.cube-front { transform: translateZ(135px); }
.cube-back { transform: rotateY(180deg) translateZ(135px); }
.cube-right { transform: rotateY(90deg) translateZ(135px); }
.cube-left { transform: rotateY(-90deg) translateZ(135px); }
.cube-top { transform: rotateX(90deg) translateZ(135px); }
.cube-bottom { transform: rotateX(-90deg) translateZ(135px); }

.cube-orbit {
    position: absolute;
    border: 1px solid rgba(98, 171, 227, .32);
    border-radius: 50%;
    pointer-events: none;
}

.cube-orbit.orbit-a {
    width: 455px;
    height: 165px;
    transform: rotate(-15deg);
    animation: orbit-spin 10s linear infinite;
}

.cube-orbit.orbit-b {
    width: 390px;
    height: 390px;
    border-color: rgba(209, 11, 23, .27);
    transform: rotateX(70deg);
    animation: orbit-pulse 4s ease-in-out infinite;
}

.cube-hint {
    position: absolute;
    bottom: 25px;
    margin: 0;
    color: #9db4c8;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.cube-hint span {
    margin-left: 8px;
    color: #ff3642;
    font-size: 18px;
}

.why-section {
    position: relative;
    overflow: hidden;
    padding: 76px 0 66px;
    color: var(--white);
    background: #061e39;
}

.why-backdrop {
    position: absolute;
    inset: 0;
    opacity: .17;
    background:
        linear-gradient(90deg, #03172d 12%, transparent 60%, #03172d),
        url("assets/images/service-workshop.jpg") center 48% / cover no-repeat;
}

.why-heading {
    position: relative;
    margin-bottom: 38px;
    text-align: center;
}

.why-heading h2 {
    margin: 0;
    color: var(--white);
    font-family: "Barlow Condensed", sans-serif;
    font-size: clamp(38px, 4vw, 58px);
    text-transform: uppercase;
}

.why-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.why-grid article {
    padding: 0 28px;
    border-right: 1px solid rgba(255, 255, 255, .2);
    text-align: center;
}

.why-grid article:last-child {
    border-right: 0;
}

.why-grid article > span {
    display: grid;
    width: 62px;
    height: 62px;
    place-items: center;
    margin: 0 auto 17px;
    border: 8px solid rgba(255, 255, 255, .15);
    border-radius: 50%;
    color: var(--white);
    background: rgba(255, 255, 255, .18);
    font-family: "Barlow Condensed", sans-serif;
    font-size: 20px;
    font-weight: 700;
}

.why-grid h3 {
    margin-bottom: 8px;
    font-size: 13px;
}

.why-grid p {
    margin: 0;
    color: #d2deea;
    font-size: 10px;
    line-height: 1.55;
}

.workshop-section {
    background: var(--white);
}

.workshop-layout {
    display: grid;
    grid-template-columns: 1.06fr .94fr;
    min-height: 570px;
    box-shadow: var(--shadow);
}

.workshop-photo {
    position: relative;
    min-height: 570px;
    overflow: hidden;
    background: #d8e3eb;
}

.workshop-photo::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(3, 23, 45, .78), transparent 54%);
    content: "";
}

.workshop-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.workshop-photo > div {
    position: absolute;
    z-index: 2;
    right: 35px;
    bottom: 30px;
    left: 35px;
    display: grid;
    color: var(--white);
}

.workshop-photo span {
    color: #ff3a45;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.workshop-photo strong {
    margin-top: 6px;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 32px;
    text-transform: uppercase;
}

.workshop-list {
    background: var(--navy);
}

.workshop-list article {
    display: grid;
    min-height: 142px;
    grid-template-columns: 50px 1fr 32px;
    align-items: center;
    gap: 14px;
    padding: 20px 30px;
    border-bottom: 1px solid rgba(255, 255, 255, .13);
    color: var(--white);
    transition: background-color .25s, padding-left .25s;
}

.workshop-list article:hover {
    padding-left: 38px;
    background: #0c3862;
}

.workshop-list article > span {
    color: #ff3541;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 24px;
}

.workshop-list h3 {
    margin-bottom: 5px;
    font-size: 14px;
}

.workshop-list p {
    margin: 0;
    color: #adbfce;
    font-size: 10px;
    line-height: 1.55;
}

.workshop-list i {
    font-size: 20px;
    font-style: normal;
}

.story-section {
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 80%, rgba(209, 11, 23, .07), transparent 28%),
        var(--surface);
}

.story-layout {
    display: grid;
    grid-template-columns: .72fr 1.28fr;
    align-items: center;
    gap: 100px;
}

.story-year {
    position: relative;
    display: grid;
    min-height: 420px;
    place-content: center;
    border: 1px solid #ccd5df;
    color: var(--navy);
    text-align: center;
    transform: perspective(1000px) rotateY(7deg);
    transform-style: preserve-3d;
}

.story-year::before,
.story-year::after {
    position: absolute;
    border: 1px solid rgba(209, 11, 23, .2);
    content: "";
}

.story-year::before {
    inset: 20px -20px -20px 20px;
    transform: translateZ(-30px);
}

.story-year::after {
    inset: -20px 20px 20px -20px;
    transform: translateZ(-60px);
}

.story-year strong {
    font-family: "Barlow Condensed", sans-serif;
    font-size: clamp(100px, 13vw, 190px);
    line-height: .75;
}

.story-year span {
    margin-top: 30px;
    color: var(--red);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.story-copy .story-lead {
    margin: 26px 0;
    color: var(--ink);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.65;
}

.story-copy > div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.story-copy > div p {
    font-size: 12px;
    line-height: 1.75;
}

.story-copy > a {
    margin-top: 12px;
}

.insights-section {
    background: var(--white);
}

.insights-layout {
    display: grid;
    grid-template-columns: 270px 1fr;
    gap: 50px;
    align-items: stretch;
}

.insights-intro {
    padding: 18px 0;
}

.insights-intro h2 {
    font-size: 52px;
}

.insights-intro > p:not(.eyebrow) {
    margin: 22px 0 28px;
    font-size: 12px;
    line-height: 1.7;
}

.insights-intro .button {
    min-height: 48px;
}

.insights-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.insight-card {
    border: 1px solid var(--line);
    background: var(--white);
    box-shadow: 0 10px 28px rgba(5, 31, 61, .05);
    transition: transform .3s, box-shadow .3s;
}

.insight-card:hover {
    box-shadow: var(--shadow);
    transform: translateY(-7px);
}

.insight-card > img {
    width: 100%;
    height: 190px;
    object-fit: cover;
}

.insight-card > div {
    padding: 18px;
}

.insight-card small {
    color: var(--muted);
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
}

.insight-card h3 {
    min-height: 53px;
    margin: 8px 0 18px;
    color: var(--ink);
    font-size: 14px;
    line-height: 1.35;
}

.insight-card a {
    color: var(--red);
    font-size: 9px;
}

.contact-section {
    position: relative;
    overflow: hidden;
    padding: 70px 0;
    color: var(--white);
    background: var(--red);
}

.contact-section::after {
    position: absolute;
    top: -160px;
    right: -70px;
    width: 520px;
    height: 520px;
    border: 100px solid rgba(255, 255, 255, .07);
    border-radius: 50%;
    content: "";
}

.contact-inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.contact-inner h2 {
    margin-bottom: 10px;
    color: var(--white);
    font-family: "Barlow Condensed", sans-serif;
    font-size: clamp(42px, 4.5vw, 68px);
    line-height: .95;
    text-transform: uppercase;
}

.contact-inner p:not(.eyebrow) {
    max-width: 620px;
    margin: 0;
    color: #ffe1e3;
    font-size: 13px;
}

.contact-buttons {
    display: flex;
    flex: 0 0 auto;
    gap: 12px;
}

.site-footer {
    color: #c6d3df;
    background: var(--navy-deep);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.35fr .75fr .85fr 1.1fr 1.45fr;
    gap: 38px;
    padding-top: 65px;
    padding-bottom: 50px;
}

.footer-about,
.footer-column,
.footer-newsletter {
    padding-right: 25px;
    border-right: 1px solid rgba(255, 255, 255, .12);
}

.footer-newsletter {
    padding-right: 0;
    border-right: 0;
}

.footer-logo {
    width: fit-content;
    margin-bottom: 20px;
    color: var(--white);
}

.footer-logo img {
    width: 48px;
    height: 48px;
    object-fit: contain;
    border-radius: 2px;
}

.footer-logo::after {
    width: 90px;
    font-size: 22px;
}

.footer-about > p,
.footer-newsletter p {
    font-size: 12px;
    line-height: 1.7;
}

.social-links {
    display: flex;
    gap: 9px;
    margin-top: 18px;
}

.social-links a {
    display: grid;
    width: 29px;
    height: 29px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 50%;
    color: var(--white);
    font-size: 10px;
    font-weight: 700;
    transition: color .2s, background-color .2s;
}

.social-links a:hover {
    color: var(--navy);
    background: var(--white);
}

.footer-column h2,
.footer-newsletter h2 {
    margin-bottom: 20px;
    color: var(--white);
    font-size: 13px;
    text-transform: uppercase;
}

.footer-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.footer-column a,
.footer-column p {
    margin: 0;
    font-size: 12px;
    line-height: 1.65;
}

.footer-column a {
    transition: color .2s, transform .2s;
}

.footer-column a:hover {
    color: var(--white);
    transform: translateX(3px);
}

.footer-contact {
    gap: 12px;
}

.footer-contact span {
    margin-right: 7px;
    color: var(--white);
}

.footer-newsletter form {
    display: grid;
    grid-template-columns: 1fr auto;
    margin-top: 18px;
}

.footer-newsletter input {
    min-width: 0;
    height: 44px;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, .26);
    border-right: 0;
    outline: 0;
    color: var(--white);
    background: transparent;
    font-size: 12px;
}

.footer-newsletter input:focus {
    border-color: rgba(255, 255, 255, .7);
}

.footer-newsletter button {
    padding: 0 15px;
    border: 0;
    color: var(--white);
    background: var(--red);
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    cursor: pointer;
}

.footer-bottom {
    display: flex;
    min-height: 60px;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, .12);
    color: #8fa3b6;
    font-size: 11px;
}

.footer-bottom p {
    margin: 0;
}

.footer-bottom a {
    color: var(--white);
}

.reveal {
    opacity: 0;
    transform: translateY(32px);
}

@keyframes orbit-float {
    0%, 100% { transform: translate3d(0, 0, 0) rotate(0); }
    50% { transform: translate3d(0, 16px, 0) rotate(6deg); }
}

@keyframes orbit-spin {
    to { transform: rotate(345deg); }
}

@keyframes orbit-pulse {
    0%, 100% { opacity: .4; transform: rotateX(70deg) scale(.94); }
    50% { opacity: 1; transform: rotateX(70deg) scale(1.06); }
}

@media (min-width: 1700px) {
    :root {
        --shell: min(1580px, calc(100% - 120px));
    }

    .hero,
    .hero-inner {
        min-height: 720px;
    }

    .hero-inner {
        padding-top: 95px;
    }

    .brand-feature {
        min-height: 250px;
    }

    .hero-slider-controls {
        right: max(60px, calc((100vw - 1580px) / 2));
    }
}

@media (max-width: 1240px) {
    :root {
        --shell: min(calc(100% - 48px), 1180px);
    }

    .nav-shell {
        grid-template-columns: 175px 1fr auto;
        gap: 18px;
    }

    .desktop-nav {
        gap: 17px;
    }

    .nav-link {
        font-size: 10px;
    }

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

    .brand::after {
        width: 88px;
        font-size: 21px;
    }

    .brand-feature {
        min-height: 200px;
        grid-template-columns: minmax(150px, 1fr) minmax(135px, .88fr);
        gap: 24px;
    }

    .brand-vehicle {
        width: 114%;
        margin-left: 0;
    }

    .pathway-card {
        padding-inline: 26px;
    }

    .footer-grid {
        grid-template-columns: 1.2fr .7fr .8fr 1fr;
    }

    .footer-newsletter {
        grid-column: 1 / -1;
        padding-top: 28px;
        border-top: 1px solid rgba(255, 255, 255, .12);
    }

    .footer-newsletter form {
        max-width: 520px;
    }
}

@media (max-width: 1040px) {
    .utility-links a:first-child {
        display: none;
    }

    .desktop-nav,
    .header-cta {
        display: none;
    }

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

    .site-header.is-scrolled .nav-shell {
        min-height: 66px;
    }

    .menu-toggle {
        display: block;
    }

    .hero,
    .hero-inner {
        min-height: 610px;
    }

    .hero-art {
        background-position: 56% center;
    }

    .hero-wash {
        background: linear-gradient(90deg, rgba(255, 255, 255, .98), rgba(255, 255, 255, .88) 40%, rgba(255, 255, 255, .12) 72%);
    }

    .hero-copy {
        width: 58%;
    }

    .hero-3d-card {
        top: 35px;
        width: 205px;
    }

    .hero-slider-controls {
        right: 24px;
    }

    .brand-showcase-grid {
        overflow-x: auto;
        grid-template-columns: repeat(3, minmax(360px, 1fr));
        overscroll-behavior-inline: contain;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
    }

    .brand-feature:not(:first-child),
    .brand-feature {
        padding-left: 24px;
    }

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

    .pathway-card,
    .pathway-card:first-child {
        min-height: auto;
        padding: 24px 0;
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .brand-cards {
        grid-template-columns: 1fr 1fr;
    }

    .brand-card:last-child {
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .brand-card:last-child .brand-card-image {
        height: 100%;
        min-height: 330px;
    }

    .maintenance-layout {
        gap: 25px;
    }

    .cube-stage {
        transform: scale(.88);
    }

    .why-grid {
        grid-template-columns: repeat(3, 1fr);
        row-gap: 34px;
    }

    .why-grid article:nth-child(3) {
        border-right: 0;
    }

    .workshop-layout {
        grid-template-columns: 1fr;
    }

    .workshop-photo {
        min-height: 470px;
    }

    .story-layout {
        gap: 55px;
    }

    .insights-layout {
        grid-template-columns: 1fr;
    }

    .insights-intro {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px 50px;
    }

    .insights-intro .eyebrow,
    .insights-intro h2 {
        grid-column: 1;
    }

    .insights-intro > p:not(.eyebrow),
    .insights-intro .button {
        grid-column: 2;
    }

    .insights-intro > p:not(.eyebrow) {
        grid-row: 1 / span 2;
        margin: 10px 0 70px;
    }

    .insights-intro .button {
        grid-row: 2;
        justify-self: start;
        align-self: end;
    }
}

@media (max-width: 780px) {
    :root {
        --shell: calc(100% - 36px);
    }

    .section {
        padding: 76px 0;
    }

    .utility-inner {
        min-height: 34px;
        justify-content: center;
    }

    .utility-links {
        display: none;
    }

    .nav-shell {
        min-height: 74px;
    }

    .mobile-menu {
        padding: 30px 24px;
    }

    .mobile-menu nav a {
        font-size: 24px;
    }

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

    .brand::after {
        font-size: 19px;
    }

    .hero {
        min-height: 720px;
    }

    .hero-inner {
        min-height: 720px;
        padding-top: 45px;
    }

    .hero-art {
        background-position: 63% bottom;
        background-size: auto 73%;
        background-color: #e8f0f6;
    }

    .hero-wash {
        background: linear-gradient(180deg, rgba(255, 255, 255, .99) 0, rgba(255, 255, 255, .93) 35%, rgba(255, 255, 255, .22) 59%, rgba(5, 30, 57, .22));
    }

    .hero-copy {
        width: 100%;
    }

    .hero h1 {
        font-size: clamp(62px, 17vw, 95px);
    }

    .hero-intro {
        max-width: 480px;
        font-size: 14px;
    }

    .hero-3d-card {
        top: auto;
        right: 0;
        bottom: 92px;
        width: 205px;
        padding: 15px;
    }

    .hero-service-bar .site-shell > div {
        min-height: 66px;
        padding: 0 12px;
        font-size: 9px;
    }

    .hero-service-bar b {
        font-size: 18px;
    }

    .hero-slider-controls {
        right: 18px;
        bottom: 82px;
    }

    .hero-slider-arrow {
        width: 34px;
        height: 34px;
    }

    .hero-slider-dots {
        padding: 9px 10px;
    }

    .hero-slider-dots button {
        width: 18px;
    }

    .hero-slider-dots button.is-active {
        width: 34px;
    }

    .section-heading {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 36px;
    }

    .section-heading h2,
    .maintenance-copy h2,
    .story-copy h2 {
        font-size: 54px;
    }

    .brand-cards {
        grid-template-columns: 1fr;
    }

    .brand-card:last-child {
        grid-column: auto;
        display: block;
    }

    .brand-card:last-child .brand-card-image {
        height: 270px;
        min-height: 0;
    }

    .maintenance-layout {
        grid-template-columns: 1fr;
    }

    .cube-stage {
        height: 480px;
        transform: scale(.9);
    }

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

    .why-grid article,
    .why-grid article:nth-child(3) {
        border-right: 1px solid rgba(255, 255, 255, .2);
    }

    .why-grid article:nth-child(2n) {
        border-right: 0;
    }

    .why-grid article:last-child {
        grid-column: 1 / -1;
        border-right: 0;
    }

    .story-layout {
        grid-template-columns: 1fr;
    }

    .story-year {
        min-height: 300px;
        transform: none;
    }

    .story-copy > div {
        grid-template-columns: 1fr;
        gap: 5px;
    }

    .insights-intro {
        display: block;
    }

    .insights-intro > p:not(.eyebrow) {
        margin: 20px 0;
    }

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

    .insight-card {
        display: grid;
        grid-template-columns: 42% 58%;
    }

    .insight-card > img {
        height: 100%;
        min-height: 180px;
    }

    .contact-inner {
        align-items: flex-start;
        flex-direction: column;
    }

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

    .footer-about,
    .footer-newsletter {
        grid-column: 1 / -1;
    }

    .footer-about {
        padding-bottom: 30px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .12);
    }

    .footer-newsletter {
        padding-top: 25px;
    }
}

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

    .section {
        padding: 62px 0;
    }

    .brand::after {
        font-size: 18px;
    }

    .hero {
        min-height: 760px;
    }

    .hero-inner {
        min-height: 760px;
        padding-top: 34px;
    }

    .hero h1 {
        font-size: 65px;
    }

    .hero-copy .eyebrow {
        font-size: 18px;
    }

    .hero-actions {
        align-items: stretch;
        flex-direction: column;
        width: 220px;
    }

    .hero-art {
        background-position: 58% bottom;
        background-size: auto 61%;
    }

    .hero-slide-partner .hero-art {
        background-position: 58% calc(100% - 132px);
        background-size: auto 53%;
        background-repeat: no-repeat;
    }

    .hero-slide-partner .hero-wash {
        background: linear-gradient(180deg, rgba(255, 255, 255, .99) 0, rgba(255, 255, 255, .96) 42%, rgba(255, 255, 255, .28) 62%, rgba(5, 30, 57, .22));
    }

    .hero-slide-maintenance .hero-art {
        background-position: 67% center;
    }

    .hero-3d-card {
        bottom: 174px;
        width: 180px;
    }

    .hero-3d-card strong {
        font-size: 24px;
    }

    .hero-slider-controls {
        right: 14px;
        bottom: 154px;
    }

    .hero-service-bar .site-shell {
        width: 100%;
        grid-template-columns: 1fr;
    }

    .hero-service-bar .site-shell > div {
        min-height: 46px;
        padding-inline: 18px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .12);
    }

    .brand-showcase-grid {
        width: 100%;
        grid-template-columns: repeat(3, minmax(315px, 1fr));
    }

    .brand-feature {
        min-height: 190px;
    }

    .pathway-card {
        grid-template-columns: 56px 1fr;
        gap: 18px;
    }

    .pathway-icon {
        width: 54px;
        height: 54px;
    }

    .section-heading h2,
    .maintenance-copy h2,
    .story-copy h2 {
        font-size: 46px;
    }

    .brand-card-image {
        height: 220px;
    }

    .brand-card-body {
        padding: 22px;
    }

    .maintenance-layout {
        gap: 0;
    }

    .cube-stage {
        height: 410px;
        margin-inline: -35px;
        transform: scale(.76);
    }

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

    .why-grid article,
    .why-grid article:nth-child(2n),
    .why-grid article:nth-child(3) {
        padding: 23px 10px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .16);
    }

    .why-grid article:last-child {
        grid-column: auto;
        border-bottom: 0;
    }

    .workshop-photo {
        min-height: 360px;
    }

    .workshop-list article {
        min-height: 125px;
        grid-template-columns: 40px 1fr 20px;
        padding-inline: 18px;
    }

    .story-year {
        min-height: 240px;
    }

    .story-copy .story-lead {
        font-size: 15px;
    }

    .insight-card {
        display: block;
    }

    .insight-card > img {
        height: 190px;
    }

    .contact-buttons {
        width: 100%;
        flex-direction: column;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .footer-about,
    .footer-column,
    .footer-newsletter {
        grid-column: auto;
        padding: 0 0 28px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .12);
    }

    .footer-newsletter {
        border-bottom: 0;
    }

    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        gap: 5px;
        padding: 18px 0;
    }
}

@media (max-width: 390px) {
    :root {
        --shell: calc(100% - 22px);
    }

    .utility-inner {
        font-size: 9px;
    }

    .nav-shell {
        min-height: 68px;
    }

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

    .brand::after {
        width: 76px;
        font-size: 16px;
    }

    .menu-toggle {
        width: 44px;
        height: 44px;
    }

    .hero,
    .hero-inner {
        min-height: 790px;
    }

    .hero h1 {
        font-size: 58px;
    }

    .hero-intro {
        font-size: 12px;
        line-height: 1.55;
    }

    .hero-actions {
        width: 210px;
    }

    .hero-actions .button {
        min-height: 49px;
        padding-inline: 17px;
        font-size: 10px;
    }

    .hero-slide-partner .hero-art {
        background-position: 57% calc(100% - 138px);
        background-size: auto 49%;
    }

    .hero-3d-card {
        bottom: 180px;
        width: 164px;
    }

    .hero-3d-card small {
        font-size: 8px;
    }

    .hero-slider-controls {
        bottom: 159px;
        gap: 7px;
    }

    .hero-slider-arrow {
        width: 31px;
        height: 31px;
    }

    .brand-showcase-grid {
        grid-template-columns: repeat(3, minmax(290px, 1fr));
    }

    .brand-feature {
        gap: 20px;
        padding-right: 18px;
    }

    .brand-feature:not(:first-child) {
        padding-left: 18px;
    }

    .brand-identity strong {
        font-size: 25px;
    }

    .cube-stage {
        margin-inline: -55px;
        transform: scale(.68);
    }

    .footer-newsletter form {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .footer-newsletter input {
        border-right: 1px solid rgba(255, 255, 255, .26);
    }

    .footer-newsletter button {
        min-height: 42px;
    }
}

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

    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }

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