:root {
    --navy-950: #06131f;
    --navy-900: #081927;
    --navy-800: #0d2637;
    --navy-700: #16384c;
    --slate-600: #526875;
    --slate-400: #8fa0a9;
    --cream-100: #f5f2eb;
    --cream-50: #fbfaf7;
    --white: #ffffff;
    --teal-500: #28b5a6;
    --teal-600: #139786;
    --amber-400: #f0b45a;
    --red-500: #b0222b;
    --shadow-sm: 0 12px 32px rgba(6, 19, 31, 0.08);
    --shadow-lg: 0 32px 80px rgba(4, 15, 24, 0.18);
    --radius-sm: 0.5rem;
    --radius-md: 1rem;
    --radius-lg: 1.5rem;
    --container: 74rem;
    --header-height: 6rem;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: calc(var(--header-height) + 1rem);
}

body {
    margin: 0;
    color: var(--navy-900);
    background: var(--cream-50);
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 1rem;
    line-height: 1.7;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

body.nav-open {
    overflow: hidden;
}

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

a {
    color: inherit;
    text-decoration-thickness: 0.08em;
    text-underline-offset: 0.18em;
}

button,
input,
textarea {
    font: inherit;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

:focus-visible {
    outline: 3px solid var(--amber-400);
    outline-offset: 4px;
}

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

h1,
h2,
h3 {
    color: var(--navy-950);
    font-weight: 720;
    line-height: 1.08;
    letter-spacing: -0.035em;
}

h1 {
    font-size: clamp(3.15rem, 7vw, 5.25rem);
}

h2 {
    font-size: clamp(2.25rem, 4.5vw, 3.75rem);
}

h3 {
    font-size: clamp(1.25rem, 2.5vw, 1.65rem);
}

.container {
    width: min(calc(100% - 2rem), var(--container));
    margin-inline: auto;
}

.section {
    padding-block: clamp(3.5rem, 6vw, 5.5rem);
}

.section--compact {
    padding-block: clamp(2.75rem, 5vw, 4.25rem);
}

.section--navy {
    color: rgba(255, 255, 255, 0.78);
    background: var(--navy-900);
}

.section--navy h2,
.section--navy h3 {
    color: var(--white);
}

.section-heading {
    max-width: 45rem;
    margin-bottom: clamp(2rem, 3.5vw, 3rem);
}

.section-heading--split {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(18rem, 0.7fr);
    gap: 2rem;
    max-width: none;
    align-items: end;
}

.section-heading p:last-child {
    margin-bottom: 0;
    color: var(--slate-600);
    font-size: 1.08rem;
}

.section--navy .section-heading p:last-child {
    color: rgba(255, 255, 255, 0.68);
}

.eyebrow {
    display: block;
    margin-bottom: 0.75rem;
    color: var(--teal-600);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    line-height: 1.4;
    text-transform: uppercase;
}

.eyebrow--light {
    color: var(--amber-400);
}

.lead {
    max-width: 43rem;
    color: var(--slate-600);
    font-size: clamp(1.08rem, 2vw, 1.25rem);
}

.skip-link {
    position: fixed;
    z-index: 1000;
    top: 0.75rem;
    left: 0.75rem;
    padding: 0.75rem 1rem;
    color: var(--white);
    background: var(--navy-950);
    border-radius: var(--radius-sm);
    transform: translateY(-150%);
}

.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;
}

.button {
    display: inline-flex;
    min-height: 3.35rem;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    padding: 0.85rem 1.35rem;
    border: 1px solid transparent;
    border-radius: var(--radius-sm);
    color: var(--white);
    background: var(--navy-900);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1.2;
    text-decoration: none;
    text-transform: uppercase;
    transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

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

.button--accent {
    color: var(--navy-950);
    background: var(--amber-400);
}

.button--accent:hover {
    background: #f5c16f;
}

.button--outline {
    border-color: rgba(255, 255, 255, 0.38);
    background: rgba(6, 19, 31, 0.14);
    backdrop-filter: blur(8px);
}

.button--outline:hover {
    border-color: var(--white);
    background: rgba(6, 19, 31, 0.4);
}

.button--small {
    min-height: 2.7rem;
    padding: 0.7rem 1rem;
    font-size: 0.72rem;
}

.text-link {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    color: var(--navy-900);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-decoration: none;
    text-transform: uppercase;
}

.text-link::after {
    content: "\2192";
    transition: transform 180ms ease;
}

.text-link:hover::after {
    transform: translateX(0.3rem);
}

.site-header {
    position: fixed;
    z-index: 100;
    inset: 0 0 auto;
    min-height: var(--header-height);
    color: var(--white);
    background: rgba(6, 19, 31, 0.92);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(16px);
    transition: min-height 200ms ease, background-color 200ms ease, box-shadow 200ms ease;
}

.home .site-header:not(.is-scrolled) {
    background: linear-gradient(to bottom, rgba(6, 19, 31, 0.8), rgba(6, 19, 31, 0));
    border-bottom-color: transparent;
    backdrop-filter: none;
}

.site-header.is-scrolled {
    min-height: 4.9rem;
    box-shadow: 0 12px 36px rgba(4, 15, 24, 0.15);
}

.site-header__inner {
    display: flex;
    min-height: inherit;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.brand {
    display: inline-flex;
    width: 10.5rem;
    min-width: 10.5rem;
    height: 4rem;
    align-items: center;
}

.brand img {
    width: 100%;
    height: auto;
}

.site-nav {
    display: flex;
    align-items: center;
    gap: clamp(1rem, 2vw, 1.85rem);
}

.site-nav > a:not(.button) {
    position: relative;
    padding-block: 0.7rem;
    font-size: 0.78rem;
    font-weight: 750;
    letter-spacing: 0.08em;
    text-decoration: none;
    text-transform: uppercase;
}

.site-nav > a:not(.button)::after {
    position: absolute;
    right: 0;
    bottom: 0.35rem;
    left: 0;
    height: 2px;
    content: "";
    background: var(--amber-400);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 180ms ease;
}

.site-nav > a:not(.button):hover::after,
.site-nav > a.is-active::after {
    transform: scaleX(1);
    transform-origin: left;
}

.nav-toggle {
    display: none;
    width: 3rem;
    height: 3rem;
    padding: 0.7rem;
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: var(--white);
    background: transparent;
    border-radius: var(--radius-sm);
    cursor: pointer;
}

.nav-toggle__line {
    display: block;
    width: 100%;
    height: 2px;
    margin-block: 0.25rem;
    background: currentColor;
    transition: transform 180ms ease, opacity 180ms ease;
}

.hero {
    position: relative;
    display: grid;
    min-height: min(54rem, 92svh);
    align-items: center;
    overflow: hidden;
    color: var(--white);
    background: var(--navy-950);
}

.hero__media,
.hero__media::after {
    position: absolute;
    inset: 0;
}

.hero__media {
    margin: 0;
}

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

.hero__media::after {
    content: "";
    background:
        linear-gradient(90deg, rgba(4, 15, 24, 0.94) 0%, rgba(4, 15, 24, 0.76) 34%, rgba(4, 15, 24, 0.08) 72%),
        linear-gradient(0deg, rgba(4, 15, 24, 0.56) 0%, transparent 38%);
}

.hero__content {
    position: relative;
    z-index: 1;
    max-width: 43rem;
    padding-top: calc(var(--header-height) + 4rem);
    padding-bottom: 5rem;
}

.hero h1 {
    margin-bottom: 1.5rem;
    color: var(--white);
}

.hero__lead {
    max-width: 38rem;
    margin-bottom: 2rem;
    color: rgba(255, 255, 255, 0.82);
    font-size: clamp(1.1rem, 2vw, 1.3rem);
}

.hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
}

.hero__route {
    display: flex;
    width: max-content;
    max-width: 100%;
    align-items: center;
    justify-content: flex-start;
    gap: 0.9rem;
    margin-top: 2rem;
    padding: 0.75rem 1.15rem;
    color: var(--white);
    background: rgba(6, 19, 31, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    box-shadow: 0 12px 34px rgba(4, 15, 24, 0.26);
    backdrop-filter: blur(12px);
}

.hero__route-label {
    padding-right: 0.9rem;
    color: var(--amber-400);
    border-right: 1px solid rgba(255, 255, 255, 0.22);
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.hero__route-place {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.8rem;
    font-weight: 750;
    letter-spacing: 0.04em;
}

.route-flag {
    font-size: 1.25rem;
    line-height: 1;
}

.hero__route-arrow {
    color: var(--teal-500);
    font-weight: 800;
}

.trust-bar {
    position: relative;
    z-index: 2;
    margin-top: -5rem;
}

.trust-bar__inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    overflow: hidden;
    background: var(--white);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-lg);
}

.trust-item {
    position: relative;
    padding: 2rem 2.25rem;
}

.trust-item + .trust-item::before {
    position: absolute;
    top: 1.5rem;
    bottom: 1.5rem;
    left: 0;
    width: 1px;
    content: "";
    background: #e5e9e9;
}

.trust-item__index {
    display: block;
    margin-bottom: 0.55rem;
    color: var(--teal-600);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.14em;
}

.trust-item strong {
    display: block;
    margin-bottom: 0.25rem;
    color: var(--navy-950);
    font-size: 1.05rem;
}

.trust-item p {
    margin-bottom: 0;
    color: var(--slate-600);
    font-size: 0.9rem;
    line-height: 1.5;
}

.story-grid {
    display: grid;
    grid-template-columns: minmax(15rem, 0.75fr) minmax(0, 1.25fr);
    gap: clamp(3rem, 8vw, 7rem);
    align-items: start;
}

.year-mark {
    position: sticky;
    top: 8rem;
    padding: 2rem;
    color: var(--white);
    background: var(--navy-900);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-sm);
}

.year-mark__number {
    display: block;
    color: var(--amber-400);
    font-size: clamp(4rem, 9vw, 7.25rem);
    font-weight: 800;
    letter-spacing: -0.08em;
    line-height: 0.9;
}

.year-mark__label {
    display: block;
    margin-top: 1rem;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.story-copy h2 {
    margin-bottom: 1.75rem;
}

.story-copy > p {
    color: var(--slate-600);
    font-size: 1.06rem;
}

.route-line {
    display: flex;
    align-items: center;
    margin-block: 2.5rem;
}

.route-line__point {
    display: grid;
    flex: 0 0 auto;
    min-width: 7rem;
    min-height: 7rem;
    place-content: center;
    padding: 1rem;
    text-align: center;
    background: var(--white);
    border: 1px solid #dfe5e6;
    border-radius: 50%;
    box-shadow: var(--shadow-sm);
}

.route-line__point strong,
.route-line__point span {
    display: block;
}

.route-line__point strong {
    color: var(--navy-950);
    font-size: 0.85rem;
}

.route-line__point span {
    color: var(--slate-600);
    font-size: 0.68rem;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.route-line__track {
    position: relative;
    flex: 1;
    height: 2px;
    background: #cfdadb;
}

.route-line__track::after {
    position: absolute;
    top: 50%;
    right: -1px;
    width: 0.55rem;
    height: 0.55rem;
    content: "";
    border-top: 2px solid var(--teal-600);
    border-right: 2px solid var(--teal-600);
    transform: translateY(-50%) rotate(45deg);
}

.route-line__track span {
    position: absolute;
    top: 50%;
    left: 10%;
    width: 52%;
    height: 2px;
    background: var(--teal-600);
    transform: translateY(-50%);
}

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

.service-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 14rem;
    justify-content: flex-start;
    padding: 1.75rem;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-md);
    transition: border-color 200ms ease, transform 200ms ease, background-color 200ms ease;
}

.service-card:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(40, 181, 166, 0.55);
    transform: translateY(-4px);
}

.service-card h3 {
    margin-bottom: 1rem;
}

.service-card p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.64);
    font-size: 0.93rem;
}

.service-card--cta {
    justify-content: space-between;
    gap: 1.5rem;
    background: var(--teal-600);
    border-color: transparent;
}

.service-card--cta:hover {
    background: #18a391;
}

.service-card--cta p {
    color: rgba(255, 255, 255, 0.82);
}

.service-card--cta .text-link {
    color: var(--white);
}

.quality-feature {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(20rem, 0.95fr);
    overflow: hidden;
    background: var(--white);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
}

.quality-feature__media {
    min-height: 34rem;
}

.quality-feature__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 63% center;
}

.quality-feature__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(2.5rem, 6vw, 5rem);
}

.quality-feature__content h2 {
    margin-bottom: 1.5rem;
}

.quality-list {
    display: grid;
    gap: 1rem;
    margin: 1.5rem 0 2rem;
    padding: 0;
    list-style: none;
}

.quality-list li {
    position: relative;
    padding-left: 1.85rem;
    color: var(--slate-600);
}

.quality-list li::before {
    position: absolute;
    top: 0.65rem;
    left: 0;
    width: 0.75rem;
    height: 0.75rem;
    content: "";
    background: var(--teal-500);
    border: 3px solid #dff4f1;
    border-radius: 50%;
    box-sizing: content-box;
}

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

.team-card {
    padding: 2rem;
    background: var(--white);
    border: 1px solid #e4e8e8;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-sm);
}

.team-card__initials {
    display: grid;
    width: 3.4rem;
    height: 3.4rem;
    margin-bottom: 2rem;
    place-content: center;
    color: var(--white);
    background: var(--navy-800);
    border-radius: 50%;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.team-card h3 {
    margin-bottom: 0.35rem;
}

.team-card__role {
    min-height: 3.2rem;
    margin-bottom: 1.5rem;
    color: var(--slate-600);
    font-size: 0.9rem;
}

.team-card a {
    color: var(--teal-600);
    font-size: 0.9rem;
    font-weight: 700;
    word-break: break-word;
}

.team-note {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1.5rem;
    align-items: center;
    margin-top: 1.5rem;
    padding: 1.5rem 2rem;
    color: rgba(255, 255, 255, 0.72);
    background: var(--navy-800);
    border-radius: var(--radius-md);
}

.team-note strong {
    display: block;
    margin-bottom: 0.2rem;
    color: var(--white);
    font-size: 1.05rem;
}

.team-note p {
    margin-bottom: 0;
}

.team-note__mark {
    color: var(--amber-400);
    font-size: 2.5rem;
    font-weight: 800;
}

.contact-section {
    background: var(--cream-100);
}

.contact-grid {
    display: grid;
    grid-template-columns: minmax(18rem, 0.8fr) minmax(0, 1.2fr);
    gap: clamp(2rem, 4vw, 3.5rem);
    align-items: start;
}

.contact-copy h2 {
    margin-bottom: 1.4rem;
}

.contact-copy > p {
    color: var(--slate-600);
}

.contact-details {
    display: grid;
    gap: 1.25rem;
    margin-top: 2.25rem;
}

.contact-detail {
    padding-top: 1.25rem;
    border-top: 1px solid #d8deda;
}

.contact-detail span,
.contact-detail strong {
    display: block;
}

.contact-detail span {
    color: var(--slate-600);
    font-size: 0.72rem;
    font-weight: 750;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.contact-detail strong,
.contact-detail a {
    color: var(--navy-950);
    font-size: 1.02rem;
    font-weight: 700;
}

.contact-detail .text-link {
    margin-top: 0.65rem;
    color: var(--teal-600);
    font-size: 0.68rem;
}

.office-map {
    position: relative;
    width: 100%;
    min-height: 17rem;
    margin-top: 1rem;
    overflow: hidden;
    background: #e5e9e9;
    border: 1px solid #d2dada;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-sm);
}

.office-map iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.contact-form {
    padding: clamp(2rem, 5vw, 3.5rem);
    background: var(--white);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
}

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

.form-field {
    margin-bottom: 1.2rem;
}

.form-field label {
    display: block;
    margin-bottom: 0.45rem;
    color: var(--navy-900);
    font-size: 0.78rem;
    font-weight: 750;
    letter-spacing: 0.05em;
}

.form-field input,
.form-field textarea {
    width: 100%;
    padding: 0.9rem 1rem;
    border: 1px solid #cbd5d7;
    color: var(--navy-900);
    background: var(--cream-50);
    border-radius: var(--radius-sm);
    outline: none;
    transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.form-field input:focus,
.form-field textarea:focus {
    border-color: var(--teal-600);
    background: var(--white);
    box-shadow: 0 0 0 4px rgba(40, 181, 166, 0.13);
}

.form-field textarea {
    min-height: 9rem;
    resize: vertical;
}

.form-field--honeypot {
    position: absolute;
    left: -10000px;
}

.form-note,
.form-status {
    margin: 1rem 0 0;
    color: var(--slate-600);
    font-size: 0.82rem;
}

.form-status {
    min-height: 1.5em;
    font-weight: 700;
}

.form-status.is-success {
    color: #147a50;
}

.form-status.is-error {
    color: var(--red-500);
}

.interior-hero {
    position: relative;
    overflow: hidden;
    padding: calc(var(--header-height) + 4.75rem) 0 4.75rem;
    color: var(--white);
    background: var(--navy-900);
}

.interior-hero::before,
.interior-hero::after {
    position: absolute;
    content: "";
    border-radius: 50%;
}

.interior-hero::before {
    top: -16rem;
    right: -7rem;
    width: 35rem;
    height: 35rem;
    border: 1px solid rgba(40, 181, 166, 0.25);
}

.interior-hero::after {
    top: -6rem;
    right: 5rem;
    width: 18rem;
    height: 18rem;
    background: rgba(40, 181, 166, 0.08);
}

.interior-hero__content {
    position: relative;
    z-index: 1;
    max-width: 50rem;
}

.interior-hero h1 {
    margin-bottom: 1.5rem;
    color: var(--white);
}

.interior-hero__content > p:not(.eyebrow) {
    max-width: 42rem;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 1.15rem;
}

.interior-hero__content > .button {
    margin-top: 2rem;
}

.prose-grid {
    display: grid;
    grid-template-columns: minmax(15rem, 0.65fr) minmax(0, 1.35fr);
    gap: clamp(2rem, 5vw, 4.5rem);
    align-items: start;
}

.prose-grid__aside {
    position: sticky;
    top: 8rem;
}

.prose-grid__aside h2 {
    font-size: clamp(2rem, 4vw, 3rem);
}

.prose-grid__body {
    color: var(--slate-600);
    font-size: 1.07rem;
}

.prose-grid__body p {
    margin-bottom: 1.5rem;
}

.mission-panel {
    margin-top: 1.75rem;
    padding: clamp(1.75rem, 4vw, 3rem);
    color: rgba(255, 255, 255, 0.74);
    background: var(--navy-900);
    border-radius: var(--radius-md);
}

.mission-panel h3 {
    color: var(--white);
}

.mission-panel p:last-child {
    margin-bottom: 0;
}

.journey-map {
    margin: 0;
    overflow: hidden;
    background: var(--white);
    border: 1px solid #e1e7e6;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
}

.journey-map > img {
    width: 100%;
    height: auto;
}

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

.fleet-panel {
    display: grid;
    grid-template-columns: minmax(16rem, 0.72fr) minmax(20rem, 1.28fr);
    gap: clamp(1.5rem, 4vw, 3.5rem);
    align-items: stretch;
    margin-bottom: 1rem;
    padding: clamp(2rem, 5vw, 3.5rem);
    color: rgba(255, 255, 255, 0.72);
    background: var(--navy-900);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
}

.fleet-panel h2 {
    margin-bottom: 1rem;
    color: var(--white);
    font-size: clamp(2rem, 4vw, 3rem);
}

.fleet-panel__copy > p:last-child {
    max-width: 28rem;
    margin-bottom: 0;
}

.fleet-panel__placeholder {
    position: relative;
    display: grid;
    min-height: 12rem;
    place-items: center;
    overflow: hidden;
    padding: 2rem;
    background:
        repeating-linear-gradient(
            to bottom,
            transparent 0,
            transparent 2.85rem,
            rgba(255, 255, 255, 0.1) 2.85rem,
            rgba(255, 255, 255, 0.1) 2.9rem
        ),
        rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: var(--radius-md);
}

.fleet-panel__placeholder p {
    position: relative;
    margin: 0;
    padding: 0.7rem 1rem;
    color: var(--amber-400);
    background: var(--navy-900);
    border-radius: var(--radius-sm);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.service-detail {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 4.5rem;
    gap: 1.25rem;
    align-items: center;
    padding: clamp(2rem, 4vw, 3rem);
    background: var(--white);
    border: 1px solid #e1e7e6;
    border-radius: var(--radius-md);
}

.service-detail__content {
    min-width: 0;
}

.service-detail__icon {
    width: 4.5rem;
    height: 4.5rem;
    object-fit: contain;
    justify-self: end;
}

.service-detail h2 {
    margin-bottom: 1rem;
    font-size: clamp(1.5rem, 3vw, 2.05rem);
}

.service-detail p {
    margin-bottom: 0;
    color: var(--slate-600);
}

.commitment-band {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 2rem;
    align-items: center;
    padding: clamp(1.75rem, 4vw, 3rem);
    color: rgba(255, 255, 255, 0.72);
    background: var(--navy-900);
    border-radius: var(--radius-lg);
}

.commitment-band h2 {
    margin-bottom: 0.75rem;
    color: var(--white);
    font-size: clamp(2rem, 4vw, 3rem);
}

.commitment-band p {
    max-width: 43rem;
    margin-bottom: 0;
}

.office-panel {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-bottom: 2.5rem;
}

.office-panel__item {
    padding: 2rem;
    color: rgba(255, 255, 255, 0.7);
    background: var(--navy-900);
    border-radius: var(--radius-md);
}

.office-panel__item span,
.office-panel__item strong {
    display: block;
}

.office-panel__item span {
    margin-bottom: 0.5rem;
    color: var(--amber-400);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.office-panel__item strong,
.office-panel__item a {
    color: var(--white);
}

.cta-strip {
    padding-block: clamp(2.75rem, 5vw, 4rem);
    color: var(--white);
    background: var(--teal-600);
}

.cta-strip__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 2rem;
    align-items: center;
}

.cta-strip h2 {
    margin-bottom: 0.75rem;
    color: var(--white);
    font-size: clamp(2rem, 4vw, 3rem);
}

.cta-strip p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.8);
}

.site-footer {
    color: rgba(255, 255, 255, 0.64);
    background: var(--navy-950);
}

.site-footer__top {
    display: grid;
    grid-template-columns: 1.6fr repeat(3, 0.75fr);
    gap: clamp(2rem, 5vw, 4rem);
    padding-block: clamp(3rem, 5vw, 4.5rem);
}

.site-footer__brand p {
    max-width: 19rem;
    margin: 1.25rem 0 0;
    font-size: 0.9rem;
}

.brand--footer {
    width: 11rem;
    min-width: 0;
}

.footer-heading {
    margin-bottom: 1.25rem;
    color: var(--white);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

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

.footer-links a,
.footer-address a {
    color: rgba(255, 255, 255, 0.72);
    text-decoration: none;
}

.footer-links a:hover,
.footer-address a:hover {
    color: var(--amber-400);
}

.footer-address {
    font-style: normal;
}

.site-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding-block: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.78rem;
}

.site-footer__bottom p {
    margin-bottom: 0;
}

.motion-ready .reveal {
    opacity: 0;
    transform: translateY(1.5rem);
    transition: opacity 600ms ease, transform 600ms ease;
}

.motion-ready .reveal.is-visible {
    opacity: 1;
    transform: none;
}

@media (max-width: 60rem) {
    :root {
        --header-height: 5.25rem;
    }

    .nav-toggle {
        display: block;
    }

    .site-nav {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        display: flex;
        height: calc(100dvh - var(--header-height));
        flex-direction: column;
        align-items: stretch;
        overflow-y: auto;
        padding: 2rem;
        color: var(--white);
        background: var(--navy-950);
        border-top: 1px solid rgba(255, 255, 255, 0.12);
        box-shadow: 0 24px 50px rgba(4, 15, 24, 0.35);
        transform: translateX(100%);
        transition: transform 220ms ease;
    }

    .site-nav.is-open {
        transform: translateX(0);
    }

    .site-nav > a:not(.button) {
        padding: 1rem 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
        font-size: 1rem;
    }

    .site-nav .button {
        margin-top: 1rem;
    }

    .nav-open .nav-toggle__line:nth-child(1) {
        transform: translateY(6px) rotate(45deg);
    }

    .nav-open .nav-toggle__line:nth-child(2) {
        opacity: 0;
    }

    .nav-open .nav-toggle__line:nth-child(3) {
        transform: translateY(-6px) rotate(-45deg);
    }

    .service-grid,
    .team-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .section-heading--split,
    .quality-feature,
    .fleet-panel,
    .prose-grid,
    .contact-grid {
        grid-template-columns: 1fr;
    }

    .quality-feature__media {
        min-height: 26rem;
    }

    .prose-grid__aside,
    .year-mark {
        position: static;
    }

    .site-footer__top {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 44rem) {
    .container {
        width: min(calc(100% - 1.25rem), var(--container));
    }

    .brand {
        width: 8.7rem;
        min-width: 8.7rem;
        height: 3.3rem;
    }

    .hero {
        min-height: 48rem;
        align-items: end;
    }

    .hero__media img {
        object-position: 69% center;
    }

    .hero__media::after {
        background:
            linear-gradient(0deg, rgba(4, 15, 24, 0.96) 0%, rgba(4, 15, 24, 0.68) 67%, rgba(4, 15, 24, 0.28) 100%);
    }

    .hero__content {
        padding-top: 10rem;
        padding-bottom: 4.5rem;
    }

    .hero h1 {
        font-size: clamp(2.9rem, 14vw, 4.25rem);
    }

    .hero__actions,
    .hero__actions .button {
        width: 100%;
    }

    .hero__route {
        width: 100%;
        flex-wrap: wrap;
        gap: 0.45rem 0.7rem;
        margin-top: 1.5rem;
        padding: 0.75rem 1rem;
        border-radius: var(--radius-md);
    }

    .hero__route-label {
        flex-basis: 100%;
        padding-right: 0;
        padding-bottom: 0.4rem;
        text-align: left;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    }

    .hero__route-place {
        font-size: 0.72rem;
    }

    .trust-bar {
        margin-top: -3.5rem;
    }

    .trust-bar__inner,
    .story-grid,
    .service-grid,
    .team-grid,
    .services-detail-grid,
    .office-panel,
    .form-row,
    .site-footer__top {
        grid-template-columns: 1fr;
    }

    .trust-item {
        padding: 1.35rem 1.5rem;
    }

    .service-detail {
        grid-template-columns: minmax(0, 1fr) 4rem;
        gap: 1rem;
        padding: 1.5rem;
    }

    .service-detail__icon {
        width: 4rem;
        height: 4rem;
    }

    .trust-item + .trust-item::before {
        top: 0;
        right: 1.5rem;
        bottom: auto;
        left: 1.5rem;
        width: auto;
        height: 1px;
    }

    .route-line__point {
        min-width: 5.5rem;
        min-height: 5.5rem;
        padding: 0.5rem;
    }

    .route-line__point strong {
        font-size: 0.73rem;
    }

    .service-card {
        min-height: 13rem;
    }

    .quality-feature__media {
        min-height: 20rem;
    }

    .quality-feature__media img {
        object-position: 70% center;
    }

    .commitment-band,
    .cta-strip__inner {
        grid-template-columns: 1fr;
        gap: 1.75rem;
    }

    .commitment-band .button,
    .cta-strip .button {
        width: 100%;
    }

    .interior-hero {
        padding-top: calc(var(--header-height) + 3.5rem);
        padding-bottom: 3.5rem;
    }

    .site-footer__bottom {
        display: grid;
    }
}

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

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

    .motion-ready .reveal {
        opacity: 1;
        transform: none;
    }
}
