:root {
    color-scheme: light;
    --page: #f7f4ee;
    --surface: #fffdf9;
    --surface-raised: #ffffff;
    --ink: #132132;
    --muted: #66717d;
    --line: rgba(19, 33, 50, 0.13);
    --brand: #b5262d;
    --brand-strong: #8f171f;
    --brand-surface: #b5262d;
    --brand-surface-strong: #8f171f;
    --on-brand: #ffffff;
    --subtitle-on-blue: #b5262d;
    --brand-on-dark: #f08a8e;
    --accent: #d9a441;
    --navy: #12263a;
    --shadow: 0 24px 64px rgba(26, 39, 52, 0.12);
    --radius-small: 0.75rem;
    --radius: 1.25rem;
    --radius-large: 2rem;
    --shell: min(74rem, calc(100% - 2.5rem));
}

:root[data-theme="dark"] {
    color-scheme: dark;
    --page: #08121c;
    --surface: #0e1b27;
    --surface-raised: #142433;
    --ink: #f3f0e9;
    --muted: #a7b0ba;
    --line: rgba(255, 255, 255, 0.13);
    --brand: #e65c61;
    --brand-strong: #f47d81;
    --brand-surface: #b5262d;
    --brand-surface-strong: #8f171f;
    --on-brand: #ffffff;
    --subtitle-on-blue: #f08a8e;
    --accent: #e6b556;
    --navy: #07111a;
    --shadow: 0 28px 72px rgba(0, 0, 0, 0.34);
}

@media (prefers-color-scheme: dark) {
    :root:not([data-theme]) {
        color-scheme: dark;
        --page: #08121c;
        --surface: #0e1b27;
        --surface-raised: #142433;
        --ink: #f3f0e9;
        --muted: #a7b0ba;
        --line: rgba(255, 255, 255, 0.13);
        --brand: #e65c61;
        --brand-strong: #f47d81;
        --brand-surface: #b5262d;
        --brand-surface-strong: #8f171f;
        --on-brand: #ffffff;
        --subtitle-on-blue: #f08a8e;
        --accent: #e6b556;
        --navy: #07111a;
        --shadow: 0 28px 72px rgba(0, 0, 0, 0.34);
    }

}

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

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body {
    margin: 0;
    background: var(--page);
    color: var(--ink);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 1rem;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}

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

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

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

:focus-visible {
    outline: 0.2rem solid var(--accent);
    outline-offset: 0.22rem;
}

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

.skip-link {
    position: fixed;
    z-index: 1000;
    top: 0.75rem;
    left: 0.75rem;
    padding: 0.75rem 1rem;
    border-radius: var(--radius-small);
    background: var(--ink);
    color: var(--page);
    transform: translateY(-160%);
}

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

.site-header {
    position: sticky;
    z-index: 100;
    top: 0;
    border-bottom: 1px solid var(--line);
    background: color-mix(in srgb, var(--page) 88%, transparent);
    backdrop-filter: blur(18px);
}

.header-contact-bar {
    border-bottom: 1px solid var(--line);
    background: color-mix(in srgb, var(--page) 88%, transparent);
    color: var(--ink);
    backdrop-filter: blur(18px);
}

.header-contact-inner {
    min-height: 2.65rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
}

.header-contact-link {
    display: inline-flex;
    align-items: center;
    gap: 0.48rem;
    color: var(--ink);
    font-size: 0.8rem;
    font-weight: 650;
    line-height: 1rem;
    text-decoration: none;
    transition: color 160ms ease;
}

.header-contact-link > span {
    display: block;
    line-height: inherit;
    transform: translateY(-1px);
}

.header-contact-link:hover {
    color: var(--brand-strong);
}

.header-contact-details,
.header-social-links {
    display: inline-flex;
    align-items: center;
}

.header-contact-details {
    gap: 1.6rem;
}

.header-social-links {
    gap: 0.3rem;
}

.header-social-link {
    width: 1.5rem;
    height: 1.5rem;
    display: grid;
    flex: none;
    place-items: center;
    color: var(--ink);
    text-decoration: none;
    transition: color 160ms ease;
}

.header-social-link svg {
    width: 1rem;
    height: 1rem;
    display: block;
    fill: currentColor;
}

.header-social-link:hover {
    color: var(--brand-strong);
}

.contact-icon {
    width: 1rem;
    height: 1rem;
    display: block;
    flex: none;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.header-contact-icon {
    color: var(--brand-strong);
}

.header-inner {
    min-height: 5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    width: 100%;
    padding-inline: clamp(1.25rem, 3vw, 3.5rem);
}

.brand {
    display: inline-flex;
    align-items: center;
    color: var(--ink);
    text-decoration: none;
}

.brand-logo {
    width: clamp(12rem, 19vw, 17rem);
    display: block;
}

.brand-logo-image {
    width: 100%;
    height: auto;
    display: block;
}

.brand-logo-dark {
    display: none;
}

:root[data-theme="dark"] .brand-logo-light {
    display: none;
}

:root[data-theme="dark"] .brand-logo-dark,
:root[data-theme="light"] .brand-logo-light {
    display: block;
}

:root[data-theme="light"] .brand-logo-dark {
    display: none;
}

@media (prefers-color-scheme: dark) {
    :root:not([data-theme]) .brand-logo-light {
        display: none;
    }

    :root:not([data-theme]) .brand-logo-dark {
        display: block;
    }
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    margin-left: auto;
}

.primary-navigation {
    margin-left: auto;
}

.primary-navigation-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(0.8rem, 1.75vw, 2rem);
    margin: 0;
    padding: 0;
    list-style: none;
}

.primary-navigation-item {
    position: relative;
    display: block;
    padding-block: 0.5rem 0.65rem;
    color: var(--ink);
    font-size: clamp(0.86rem, 0.8vw, 0.95rem);
    font-weight: 800;
    letter-spacing: 0.075em;
    line-height: 1.25;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 160ms ease;
}

.primary-navigation-item::after {
    position: absolute;
    left: 50%;
    bottom: 0.25rem;
    width: 0;
    height: 0.16rem;
    border-radius: 999px;
    background: var(--brand);
    content: "";
    opacity: 0;
    transform: translateX(-50%);
}

@keyframes primary-navigation-underline-expand {
    from {
        width: 0.5rem;
    }

    to {
        width: 100%;
    }
}

.primary-navigation-item:hover,
.primary-navigation a.primary-navigation-item:focus-visible,
.primary-navigation a.primary-navigation-item[aria-current="page"] {
    color: var(--brand-strong);
}

.primary-navigation-item:hover::after,
.primary-navigation a.primary-navigation-item:focus-visible::after,
.primary-navigation a.primary-navigation-item[aria-current="page"]::after {
    width: 100%;
    opacity: 1;
    animation: primary-navigation-underline-expand 180ms ease-out both;
}

.primary-navigation a.primary-navigation-item[aria-current="page"]::after {
    animation: none;
}

.language-nav {
    position: relative;
    z-index: 2;
}

.language-toggle,
.theme-toggle,
.menu-toggle {
    min-width: 2.7rem;
    min-height: 2.7rem;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: var(--surface);
    color: var(--ink);
    cursor: pointer;
    font-weight: 750;
}

.menu-toggle {
    display: none;
    place-items: center;
    padding: 0;
}

.theme-toggle {
    display: grid;
    place-items: center;
    padding: 0;
}

.menu-toggle-icon {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
}

.theme-toggle-icon {
    display: grid;
    place-items: center;
    align-self: center;
    justify-self: center;
    line-height: 1;
    width: 1.25rem;
    height: 1.25rem;
}

.theme-toggle-icon::before {
    content: "";
    display: block;
    width: 1rem;
    height: 1rem;
    border: 0.12rem solid currentColor;
    border-radius: 50%;
    background: linear-gradient(90deg, currentColor 50%, transparent 50%);
}

@media (max-width: 1100px) {
    .header-inner {
        gap: 0.8rem;
        padding-inline: 0.75rem;
    }

    .brand-logo {
        width: min(13rem, 48vw);
    }

    .primary-navigation {
        position: absolute;
        z-index: 1;
        top: 100%;
        right: 0.75rem;
        left: 0.75rem;
        margin: 0;
        padding: 0.65rem;
        border: 1px solid var(--line);
        border-radius: 1rem;
        background: var(--surface-raised);
        box-shadow: var(--shadow);
        opacity: 0;
        pointer-events: none;
        transform: translateY(-0.45rem);
        visibility: hidden;
        transition: opacity 160ms ease, transform 160ms ease, visibility 0s linear 160ms;
    }

    .primary-navigation.is-open {
        opacity: 1;
        pointer-events: auto;
        transform: none;
        visibility: visible;
        transition-delay: 0s;
    }

    .primary-navigation-list {
        display: grid;
        gap: 0;
    }

    .primary-navigation-list > li:not(:last-child) {
        border-bottom: 0.18rem solid color-mix(in srgb, var(--brand) 42%, var(--line));
    }

    .primary-navigation-item {
        padding: 0.8rem 0.5rem;
        font-size: 0.95rem;
    }

    .primary-navigation-item::after {
        content: none;
    }

    .menu-toggle {
        display: grid;
    }
}

@media (min-width: 1101px) {
    .header-contact-details,
    .header-social-links {
        transform: translateY(0.5px);
    }

    .header-contact-bar {
        position: sticky;
        z-index: 101;
        top: 0;
    }

    .site-header {
        top: 2.65rem;
    }

    .primary-navigation {
        align-self: stretch;
        display: flex;
        align-items: center;
    }

    .primary-navigation-item {
        padding-block: 0.575rem;
    }
}

.language-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    padding-inline: 0.8rem;
    line-height: 1;
}

.language-toggle-label {
    display: block;
    min-width: 2ch;
    line-height: 1;
    text-align: center;
}

.language-icon {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    flex: none;
    color: var(--ink);
}

.language-list {
    position: absolute;
    z-index: 2;
    top: calc(100% + 0.65rem);
    right: 0;
    min-width: 10rem;
    margin: 0;
    padding: 0.5rem;
    border: 1px solid var(--line);
    border-radius: 1rem;
    background: var(--surface-raised);
    box-shadow: var(--shadow);
    list-style: none;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-0.4rem);
    visibility: hidden;
    transition: opacity 160ms ease, transform 160ms ease, visibility 0s linear 160ms;
}

.language-list.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: none;
    visibility: visible;
    transition-delay: 0s;
}

.language-list a {
    display: block;
    padding: 0.55rem 0.7rem;
    border-radius: 0.65rem;
    text-decoration: none;
}

.language-list a:hover,
.language-list a[aria-current="page"] {
    background: color-mix(in srgb, var(--brand) 12%, transparent);
    color: var(--brand-strong);
}

.button {
    display: inline-flex;
    min-height: 3.1rem;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.2rem;
    border: 1px solid transparent;
    border-radius: 999px;
    background: var(--brand-surface);
    color: var(--on-brand);
    font-weight: 750;
    text-decoration: none;
    transition: background 160ms ease, transform 160ms ease;
}

.button:hover {
    background: var(--brand-surface-strong);
    transform: translateY(-0.1rem);
}

.button-contact {
    border-color: rgba(255, 255, 255, 0.24);
    background: #05070a;
    color: #fff;
}

.button-contact:hover {
    background: #1a1d21;
}

.button-quiet {
    border-color: var(--line);
    background: var(--surface);
    color: var(--ink);
}

.button-quiet:hover {
    background: var(--surface-raised);
    color: var(--brand-strong);
}

.hero-slider {
    position: relative;
    min-height: clamp(35rem, 70vh, 52rem);
    display: grid;
    align-items: end;
    overflow: hidden;
    background: #0c1722;
    color: #fff;
}

.hero-slider-image,
.hero-slider-shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.hero-slider-image {
    object-fit: cover;
    object-position: center center;
}

.hero-slider > picture,
.service-hero > picture,
.contact-hero > picture,
.booking-hero > picture {
    display: contents;
}

.hero-slider-shade {
    background:
        linear-gradient(90deg, rgba(5, 13, 21, 0.9) 0%, rgba(5, 13, 21, 0.64) 43%, rgba(5, 13, 21, 0.08) 76%),
        linear-gradient(0deg, rgba(5, 13, 21, 0.52) 0%, transparent 45%);
}

.hero-slider-inner {
    position: relative;
    z-index: 1;
    padding-block: clamp(4.5rem, 9vw, 8rem);
}

.hero-slider-copy {
    max-width: 44rem;
}

.eyebrow {
    margin: 0 0 0.9rem;
    color: var(--brand-strong);
    font-size: calc(0.84rem + 3pt);
    font-weight: 800;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

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

h1,
h2,
h3 {
    font-family: Georgia, "Times New Roman", serif;
    line-height: 1.06;
    text-wrap: balance;
}

h1 {
    max-width: 12ch;
    margin-bottom: 1.4rem;
    font-size: clamp(3.2rem, 7vw, 6.8rem);
    font-weight: 500;
    letter-spacing: -0.055em;
}

h2 {
    margin-bottom: 1rem;
    font-size: clamp(2.4rem, 5vw, 4.6rem);
    font-weight: 500;
    letter-spacing: -0.045em;
}

h3 {
    font-size: 1.5rem;
    font-weight: 500;
}

.hero-lead {
    max-width: 39rem;
    color: rgba(255, 255, 255, 0.82);
    font-size: clamp(1.08rem, 1.6vw, 1.3rem);
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    margin-top: 2rem;
}

.text-link {
    color: #fff;
    font-weight: 750;
}

.trust-strip {
    border-block: 1px solid var(--line);
    background: var(--surface);
}

.quality-list {
    min-height: 5.2rem;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: center;
}

.quality-item {
    min-height: 5.2rem;
    display: grid;
    place-items: center;
    padding: 0.5rem 1rem;
    border-right: 1px solid var(--line);
    background: var(--surface);
    color: var(--muted);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-align: center;
    text-transform: uppercase;
}

.quality-item.is-highlighted {
    background: var(--brand-surface);
    color: var(--on-brand);
    animation: quality-highlight-in 350ms ease-out both;
}

.quality-item:last-child {
    border-right: 0;
}

@keyframes quality-highlight-in {
    from {
        background: var(--surface);
        color: var(--muted);
    }

    to {
        background: var(--brand-surface);
        color: var(--on-brand);
    }
}

.section {
    padding: clamp(5rem, 9vw, 8rem) 0;
}

.section-heading {
    max-width: 50rem;
    margin-bottom: 3rem;
}

.section-heading > p:last-child {
    max-width: 42rem;
    color: var(--muted);
    font-size: 1.1rem;
}

.services-heading {
    max-width: none;
    margin-inline: auto;
    text-align: center;
}

.services-heading h2 {
    font-size: clamp(3rem, 6vw, 5.6rem);
}

.services-heading h1 {
    font-size: clamp(3rem, 6vw, 5.6rem);
}

.services-heading > p:last-child {
    max-width: none;
    margin-inline: auto;
    font-size: clamp(0.86rem, 1.3vw, 1.1rem);
    white-space: nowrap;
}

.services-index-hero {
    min-height: clamp(20rem, 40vw, 31rem);
    align-items: center;
}

.services-index-hero .hero-slider-shade {
    background:
        linear-gradient(90deg, rgba(5, 13, 21, 0.72), rgba(5, 13, 21, 0.28)),
        linear-gradient(0deg, rgba(5, 13, 21, 0.52), rgba(5, 13, 21, 0.14));
}

.services-index-hero-inner {
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: inherit;
    display: grid;
    place-items: center;
    text-align: center;
}

.services-index-hero h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(3.4rem, 7vw, 6.5rem);
}

.services-heading--minimal {
    max-width: none;
    margin-bottom: 2.5rem;
    text-align: center;
}

.services-heading--minimal h2 {
    margin: 0;
    font-size: clamp(1.45rem, 5vw, 4.5rem);
    letter-spacing: -0.045em;
    white-space: nowrap;
}

.about-home {
    background: var(--surface);
}

.about-home-intro {
    max-width: 58rem;
    margin: 0 auto clamp(3rem, 6vw, 5rem);
    color: var(--ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.55rem, 3vw, 2.45rem);
    line-height: 1.18;
    letter-spacing: -0.03em;
    text-align: center;
}

.about-home-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    align-items: center;
    gap: clamp(3rem, 8vw, 8rem);
}

.about-visual {
    position: relative;
    padding: 0 0 2rem 2rem;
}

.about-visual::before {
    position: absolute;
    inset: 2rem 2rem 0 0;
    border: 1px solid color-mix(in srgb, var(--brand) 48%, var(--line));
    border-radius: var(--radius-large);
    content: "";
}

.about-visual img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    display: block;
    border-radius: var(--radius-large);
    box-shadow: var(--shadow);
}

.about-visual picture,
.about-story-media-frame picture,
.service-media picture,
.fleet-gallery-item picture {
    width: 100%;
    height: 100%;
    display: block;
}

.about-stamp {
    position: absolute;
    z-index: 2;
    right: -1.2rem;
    bottom: -0.3rem;
    width: 7.5rem;
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    border: 0.45rem solid var(--surface);
    border-radius: 50%;
    background: var(--brand-surface);
    color: var(--on-brand);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.05rem;
    line-height: 1.05;
    text-align: center;
}

.about-copy > p:not(.eyebrow) {
    max-width: 42rem;
    color: var(--muted);
}

.about-copy .button {
    margin-top: 1rem;
}

.about-hero {
    min-height: clamp(25rem, 47vw, 37rem);
    align-items: center;
}

.about-hero .hero-slider-image {
    object-position: center;
}

.about-hero .hero-slider-shade {
    background:
        linear-gradient(90deg, rgba(5, 13, 21, 0.72), rgba(5, 13, 21, 0.28)),
        linear-gradient(0deg, rgba(5, 13, 21, 0.52), rgba(5, 13, 21, 0.14));
}

.about-hero-inner {
    min-height: inherit;
    display: grid;
    place-items: center;
}

.about-hero-copy {
    max-width: 54rem;
    text-align: center;
}

.about-hero-copy h1 {
    max-width: none;
    margin-bottom: 1rem;
    font-size: clamp(3.4rem, 7vw, 6.5rem);
}

.fleet-hero {
    min-height: clamp(25rem, 47vw, 37rem);
    align-items: center;
}

.fleet-hero .hero-slider-image {
    object-position: center 62%;
}

.fleet-hero .hero-slider-shade {
    background:
        linear-gradient(90deg, rgba(5, 13, 21, 0.72), rgba(5, 13, 21, 0.28)),
        linear-gradient(0deg, rgba(5, 13, 21, 0.52), rgba(5, 13, 21, 0.14));
}

.fleet-hero-inner {
    min-height: inherit;
    display: grid;
    place-items: center;
}

.fleet-hero-copy {
    max-width: 60rem;
    text-align: center;
}

.fleet-hero-copy h1 {
    max-width: none;
    margin: 0;
    font-size: clamp(3.4rem, 7vw, 6.5rem);
}

.fleet-gallery-section {
    background: var(--page);
}

.fleet-gallery-heading {
    max-width: none;
    margin-inline: auto;
    text-align: center;
}

.fleet-gallery-heading h2 {
    margin-bottom: 0.65rem;
    font-size: clamp(2.1rem, 4vw, 3.75rem);
}

.fleet-gallery-heading .fleet-gallery-subtitle {
    max-width: none;
    margin-inline: auto;
}

.fleet-gallery-heading .fleet-gallery-description {
    max-width: 52rem;
    margin: 0 auto;
    color: var(--muted);
    font-size: clamp(1.05rem, 1.6vw, 1.2rem);
}

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

.photo-gallery-section {
    background: var(--page);
}

.photo-gallery-introduction {
    max-width: 52rem;
    margin: 0 auto clamp(2rem, 4vw, 3.5rem);
    color: var(--muted);
    font-size: clamp(1.05rem, 1.6vw, 1.2rem);
    text-align: center;
}

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

.photo-gallery-item {
    grid-column: span 4;
}

.photo-gallery-item:nth-child(n + 10) {
    grid-column: span 3;
}

.fleet-gallery-item {
    margin: 0;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius-large);
    background: var(--surface);
    box-shadow: var(--shadow-soft);
}

.fleet-gallery-item img {
    width: 100%;
    height: 100%;
    aspect-ratio: 4 / 3;
    display: block;
    object-fit: cover;
    transition: transform 300ms ease;
}

@media (max-width: 600px) {
    .fleet-gallery,
    .photo-gallery {
        grid-template-columns: 1fr;
    }

    .photo-gallery-item,
    .photo-gallery-item:nth-child(n + 10) {
        grid-column: auto;
    }
}

@media (hover: hover) {
    .fleet-gallery-item:hover img {
        transform: scale(1.025);
    }
}

.about-story {
    background: var(--surface);
}

.about-story-heading {
    max-width: 58rem;
    padding-top: clamp(3.5rem, 7vw, 6.5rem);
    padding-bottom: clamp(0.5rem, 1vw, 1rem);
    text-align: center;
}

.about-story-heading h2 {
    margin-bottom: 0;
    color: var(--ink);
    font-size: clamp(2rem, 4.2vw, 3.75rem);
}

.about-story-heading + .about-story-section {
    padding-top: clamp(2.5rem, 4vw, 4rem);
}

.about-story-section + .about-story-section {
    border-top: 1px solid var(--line);
}

.about-story-row {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(16rem, 0.9fr);
    align-items: center;
    gap: clamp(3rem, 8vw, 8rem);
}

.about-story-row--reverse .about-story-copy {
    order: 2;
}

.about-story-row--reverse .about-story-visual {
    order: 1;
    padding: 0 2rem 2rem 0;
}

.about-story-row--reverse .about-story-visual::before {
    inset: 2rem 0 0 2rem;
}

.about-story-copy {
    max-width: 45rem;
}

.about-story-copy p {
    color: var(--muted);
    font-size: clamp(1.04rem, 1.4vw, 1.18rem);
}

.about-story-copy p + p {
    margin-top: 1.4rem;
}

.about-story-copy strong {
    color: var(--ink);
    font-weight: 780;
}

.about-story-copy em {
    color: var(--brand-strong);
}

.about-story-visual {
    position: relative;
    align-self: center;
    margin: 0;
    padding: 0 0 2rem 2rem;
}

.about-story-visual::before {
    position: absolute;
    inset: 2rem 2rem 0 0;
    border: 1px solid color-mix(in srgb, var(--brand) 48%, var(--line));
    border-radius: var(--radius-large);
    content: "";
}

.about-story-media-frame {
    position: relative;
    z-index: 1;
    width: 100%;
    aspect-ratio: 4 / 3;
    display: block;
    overflow: hidden;
    border-radius: var(--radius-large);
    box-shadow: var(--shadow);
}

.about-story-media-frame img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: inherit;
    object-fit: cover;
}

.about-services-link-section {
    padding-bottom: clamp(3.5rem, 6vw, 6rem);
    text-align: center;
}

.about-services-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4em;
    padding-bottom: 0.14em;
    border-bottom: 0.08em solid var(--brand);
    color: var(--ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.45rem, 5vw, 4.6rem);
    font-weight: 500;
    letter-spacing: -0.045em;
    line-height: 1.06;
    text-decoration: none;
    transition: border-color 180ms ease, color 180ms ease;
}

.about-services-link-arrow {
    color: var(--brand-strong);
    font-family: inherit;
    transition: transform 180ms ease;
}

.about-services-link:hover,
.about-services-link:focus-visible {
    border-color: var(--brand-strong);
    color: var(--brand-strong);
}

.about-services-link:hover .about-services-link-arrow,
.about-services-link:focus-visible .about-services-link-arrow {
    transform: translateX(0.16em);
}

.service-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
}

.service-card {
    width: calc((100% - 2rem) / 3);
    min-height: 19rem;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--surface);
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.service-card--featured {
    position: relative;
    width: 100%;
    min-height: 33rem;
}

.service-card--featured .service-card-inner {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    min-height: inherit;
}

.service-card--featured .service-media {
    min-height: 100%;
    aspect-ratio: auto;
}

.service-featured-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(2rem, 4vw, 3.5rem) clamp(2rem, 4vw, 3.5rem) clamp(6.5rem, 8vw, 8rem);
}

.service-card--featured .service-card-copy {
    min-height: 0;
    flex: none;
    padding: 0 0 1.5rem;
}

.service-card--featured h3 {
    font-size: clamp(1.7rem, 3vw, 2.6rem);
}

.service-featured-body p {
    color: var(--muted);
    font-size: 1rem;
    line-height: 1.65;
}

.service-featured-booking-slot {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: clamp(2rem, 4vw, 3.5rem);
    width: 54%;
    display: flex;
    justify-content: center;
    pointer-events: none;
}

.service-featured-booking {
    width: fit-content;
    display: flex;
    pointer-events: auto;
}

.service-featured-booking:hover {
    transform: translateY(-0.1rem);
}

.service-card--linked:hover {
    border-color: color-mix(in srgb, var(--brand) 58%, var(--line));
    box-shadow: 0 18px 44px rgba(26, 39, 52, 0.1);
    transform: translateY(-0.2rem);
}

.service-card-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    color: inherit;
    text-decoration: none;
}

.service-media {
    aspect-ratio: 675 / 296;
    overflow: hidden;
}

.service-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.service-card-copy {
    position: relative;
    min-height: 8.25rem;
    display: grid;
    grid-template-columns: clamp(3.5rem, 5vw, 4.5rem) minmax(0, 1fr) 1.5rem;
    align-items: center;
    gap: 1rem;
    flex: 1;
    padding: 1.35rem;
}

.service-number {
    inline-size: 1ch;
    display: grid;
    place-items: center;
    place-self: center;
    color: var(--brand-strong);
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
    font-size: clamp(3rem, 4.5vw, 4.5rem);
    font-weight: 500;
    line-height: 0.9;
    letter-spacing: 0;
    text-align: center;
    font-variant-numeric: lining-nums tabular-nums;
    font-feature-settings: "lnum" 1, "tnum" 1;
}

.service-card h3 {
    margin-bottom: 0;
    font-size: clamp(1.2rem, 1.8vw, 1.55rem);
}

.service-arrow {
    justify-self: end;
    color: var(--brand-strong);
    font-size: 1.25rem;
}

.service-hero {
    position: relative;
    min-height: clamp(32rem, 63vh, 47rem);
    display: grid;
    align-items: center;
    overflow: hidden;
    background: #0c1722;
    color: #fff;
}

.service-hero-image,
.service-hero-shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.service-hero-image {
    object-fit: cover;
    object-position: center;
}

.service-hero-shade {
    background:
        linear-gradient(90deg, rgba(5, 13, 21, 0.54), rgba(5, 13, 21, 0.54)),
        linear-gradient(0deg, rgba(5, 13, 21, 0.46), rgba(5, 13, 21, 0.08));
}

.service-hero-inner {
    position: relative;
    z-index: 1;
    width: 100%;
    display: grid;
    place-items: center;
    padding-block: clamp(5.5rem, 11vw, 9rem);
    text-align: center;
}

.service-hero-copy {
    max-width: 54rem;
}

.service-hero-copy h1 {
    max-width: none;
    margin-bottom: 1.25rem;
    margin-inline: auto;
    color: #fff;
    font-size: clamp(3rem, 6.2vw, 6rem);
}

.service-hero-lead {
    max-width: 40rem;
    margin-bottom: 1.75rem;
    margin-inline: auto;
    color: rgba(255, 255, 255, 0.85);
    font-size: clamp(1.05rem, 1.7vw, 1.25rem);
    line-height: 1.7;
}

.service-hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.9rem;
}

.service-article {
    background: var(--surface);
}

.service-article-inner {
    max-width: 62rem;
}

.service-article h2 {
    margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
    font-size: clamp(2.2rem, 4.5vw, 4rem);
}

.service-article p {
    color: var(--muted);
    font-size: clamp(1.04rem, 1.35vw, 1.16rem);
    line-height: 1.8;
}

.service-article p + p {
    margin-top: 1.35rem;
}

.service-prose p {
    color: var(--muted);
    font-size: 1.06rem;
    line-height: 1.75;
}

.service-prose {
    max-width: 48rem;
}

.service-prose--intro {
    max-width: 52rem;
}

.service-prose--original {
    max-width: 62rem;
}

.service-prose h2,
.service-benefits h2,
.service-final-cta h2 {
    max-width: 18ch;
}

.service-original-article {
    border-block: 1px solid var(--line);
    background: var(--surface);
}

.service-detail--raised {
    background: var(--surface);
}

.service-detail-list,
.service-benefits ul {
    display: grid;
    gap: 0.75rem;
    margin: 1.5rem 0 0;
    padding: 0;
    list-style: none;
}

.service-detail-list li,
.service-benefits li {
    position: relative;
    padding-left: 1.5rem;
    color: var(--muted);
    line-height: 1.5;
}

.service-detail-list li::before,
.service-benefits li::before {
    content: "↗";
    position: absolute;
    left: 0;
    color: var(--brand-strong);
    font-weight: 700;
}

.service-benefits {
    background: var(--surface);
}

.service-benefits-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: clamp(2rem, 7vw, 6rem);
    align-items: start;
}

.service-benefits ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 0.5rem;
}

.faq-list {
    display: grid;
    gap: 0.75rem;
    margin-top: 1.75rem;
}

.faq-list details {
    border: 1px solid var(--line);
    border-radius: var(--radius-small);
    background: var(--surface);
    padding: 1rem 1.15rem;
}

.faq-list summary {
    cursor: pointer;
    color: var(--ink);
    font-weight: 700;
}

.faq-list summary::marker {
    color: var(--brand-strong);
}

.faq-list p {
    margin: 0.9rem 0 0;
}

.text-link--on-dark {
    color: var(--on-brand);
    text-decoration-color: color-mix(in srgb, var(--on-brand) 50%, transparent);
}

.related-services {
    background: var(--surface);
}

.related-services-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.9rem;
    margin-top: 2rem;
}

.related-services-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: 5rem;
    padding: 1.1rem 1.2rem;
    border: 1px solid var(--line);
    border-radius: var(--radius-small);
    color: var(--ink);
    background: var(--surface-raised);
    font-weight: 700;
    text-decoration: none;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.related-services-list a:hover {
    border-color: color-mix(in srgb, var(--brand) 58%, var(--line));
    box-shadow: 0 14px 32px rgba(26, 39, 52, 0.1);
    transform: translateY(-0.15rem);
}

.related-services-list a span:last-child {
    color: var(--brand-strong);
    font-size: 1.25rem;
}

.contact-hero {
    position: relative;
    min-height: clamp(24rem, 47vw, 37rem);
    display: grid;
    overflow: hidden;
    background: #0c1722;
    color: #fff;
}

.contact-hero-image,
.contact-hero-shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.contact-hero-image {
    object-fit: cover;
    object-position: center;
}

.contact-hero-shade {
    background:
        linear-gradient(90deg, rgba(5, 13, 21, 0.74), rgba(5, 13, 21, 0.3)),
        linear-gradient(0deg, rgba(5, 13, 21, 0.6), rgba(5, 13, 21, 0.12));
}

.contact-hero-inner {
    position: relative;
    z-index: 1;
    min-height: inherit;
    display: grid;
    place-items: center;
    padding-block: clamp(4rem, 8vw, 7rem);
}

.contact-hero-copy {
    max-width: 55rem;
    text-align: center;
}

.contact-hero-copy h1 {
    max-width: none;
    margin-bottom: 0;
    font-size: clamp(3.4rem, 7vw, 6.5rem);
}

.contact-intro {
    border-bottom: 1px solid var(--line);
    background: var(--surface);
}

.contact-intro-inner {
    min-height: 10rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding-block: clamp(2rem, 4vw, 3.2rem);
}

.contact-intro-copy {
    max-width: 32rem;
}

.contact-intro h2 {
    max-width: none;
    margin-bottom: 0.5rem;
    font-size: clamp(2rem, 3.5vw, 3rem);
}

.contact-intro p {
    max-width: none;
    margin-bottom: 0;
    color: var(--muted);
}

.contact-intro-actions {
    display: flex;
    flex: none;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.75rem;
}

.contact-intro-call {
    display: none;
}

.contact-intro-whatsapp {
    border-color: transparent;
    background: var(--brand-surface);
    color: var(--on-brand);
}

.contact-intro-whatsapp:hover {
    background: var(--brand-surface-strong);
    color: var(--on-brand);
}

.contact-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.28fr) minmax(16rem, 0.72fr);
    align-items: start;
    gap: clamp(2rem, 7vw, 7rem);
}

.contact-details {
    order: 2;
    padding-top: clamp(0.5rem, 2vw, 2rem);
}

.contact-details h2 {
    margin-bottom: 1.4rem;
    color: var(--ink);
    font-family: inherit;
    font-size: calc(0.84rem + 3pt);
    font-weight: 800;
    letter-spacing: 0.15em;
    text-align: left;
    text-transform: uppercase;
}

.contact-form-panel h2 {
    font-size: clamp(2.35rem, 4vw, 4rem);
}

.contact-details-list {
    width: fit-content;
    display: grid;
    gap: 1rem;
    margin: 0;
    font-style: normal;
}

.contact-detail {
    display: block;
}

.contact-detail > div {
    display: grid;
    min-width: 0;
}

.contact-detail strong {
    color: var(--ink);
}

.contact-detail > div > span,
.contact-detail > div > a {
    overflow-wrap: anywhere;
}

.contact-address-city {
    white-space: nowrap;
}

.contact-detail a {
    color: var(--ink);
    text-decoration-color: color-mix(in srgb, var(--brand) 50%, transparent);
}

.contact-detail a:hover {
    color: var(--brand-strong);
}

.contact-detail div a:last-child {
    width: fit-content;
    margin-top: 0.38rem;
    color: var(--brand-strong);
    font-size: 0.82rem;
    font-weight: 750;
}

.contact-form-panel {
    order: 1;
    padding: clamp(1.5rem, 4vw, 3rem);
    border: 1px solid var(--line);
    border-radius: var(--radius-large);
    background: var(--surface-raised);
    box-shadow: var(--shadow);
}

.form-success-notification {
    position: fixed;
    z-index: 200;
    top: 8.4rem;
    left: 50%;
    width: min(calc(100% - 2rem), 42rem);
    padding: 1rem 1.2rem;
    border: 1px solid color-mix(in srgb, #16713d 62%, var(--line));
    border-radius: var(--radius-small);
    background: color-mix(in srgb, #e3f8e9 90%, var(--surface));
    box-shadow: var(--shadow);
    color: #0d542b;
    font-weight: 700;
    text-align: center;
    transform: translateX(-50%);
    animation:
        form-success-notification-enter 260ms ease-out both,
        form-success-notification-exit 180ms 2.5s ease-in forwards;
}

.form-success-notification p {
    margin: 0;
}

.form-success-notification--error {
    border-color: color-mix(in srgb, #b42318 62%, var(--line));
    background: color-mix(in srgb, #f8d7da 90%, var(--surface));
    color: #842029;
}

@keyframes form-success-notification-enter {
    from {
        opacity: 0;
        transform: translate(-50%, -0.8rem);
    }

    to {
        opacity: 1;
        transform: translate(-50%, 0);
    }
}

@keyframes form-success-notification-exit {
    to {
        opacity: 0;
        transform: translate(-50%, -0.8rem);
    }
}

@media (prefers-reduced-motion: reduce) {
    .form-success-notification {
        animation: none;
    }
}

.contact-form {
    margin-top: 1.8rem;
}

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

.form-field {
    display: grid;
    gap: 0.42rem;
}

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

.form-field label,
.form-checkbox {
    color: var(--ink);
    font-size: 0.88rem;
    font-weight: 750;
}

.form-field label span,
.form-checkbox strong {
    color: var(--brand-strong);
}

.form-field input,
.form-field textarea,
.form-field select {
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    border: 1px solid var(--line);
    border-radius: var(--radius-small);
    background: var(--surface);
    color: var(--ink);
    line-height: 1.4;
}

.form-field input,
.form-field select {
    min-height: 3rem;
    padding: 0.65rem 0.8rem;
}

.form-field textarea {
    min-height: 10rem;
    padding: 0.8rem;
    resize: vertical;
}

.form-field input:focus,
.form-field textarea:focus,
.form-field select:focus {
    border-color: var(--brand-strong);
    border-width: 3px;
    outline: none;
}

.form-checkbox {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    margin-block: 1.3rem 1.5rem;
    font-weight: 600;
    line-height: 1.5;
}

.form-checkbox input {
    width: 1.15rem;
    height: 1.15rem;
    flex: none;
    margin-top: 0;
    accent-color: var(--brand-surface);
}

.form-checkbox a {
    color: var(--brand-strong);
}

.contact-form > .button {
    display: flex;
    width: fit-content;
    margin-inline: auto;
}

.contact-form-honeypot {
    position: absolute;
    inline-size: 1px;
    block-size: 1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
}

.booking-hero {
    position: relative;
    min-height: clamp(25rem, 47vw, 37rem);
    display: grid;
    overflow: hidden;
    background: #0c1722;
    color: #fff;
}

.booking-hero-image,
.booking-hero-shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.booking-hero-image {
    object-fit: cover;
    object-position: center;
}

.booking-hero-shade {
    background:
        linear-gradient(90deg, rgba(5, 13, 21, 0.72), rgba(5, 13, 21, 0.28)),
        linear-gradient(0deg, rgba(5, 13, 21, 0.52), rgba(5, 13, 21, 0.14));
}

.booking-hero-inner {
    position: relative;
    z-index: 1;
    min-height: inherit;
    display: grid;
    place-items: center;
    padding-block: clamp(4rem, 8vw, 7rem);
    text-align: center;
}

.booking-hero h1 {
    max-width: none;
    margin: 0;
    font-size: clamp(3.4rem, 7vw, 6.5rem);
}

.booking-main {
    background: var(--surface);
}

.booking-form-panel {
    max-width: 68rem;
    margin-inline: auto;
    padding: clamp(1.5rem, 4vw, 3rem);
    border: 1px solid var(--line);
    border-radius: var(--radius-large);
    background: var(--surface-raised);
    box-shadow: var(--shadow);
}

.booking-form {
    display: grid;
    gap: clamp(2.2rem, 4vw, 3.5rem);
}

.booking-form-group {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

.booking-form-group + .booking-form-group {
    padding-top: 0;
    border-top: 0;
}

.booking-form-group legend {
    width: 100%;
    margin-bottom: 0.85rem;
    color: var(--ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.75rem, 3.2vw, 2.75rem);
    font-weight: 500;
    letter-spacing: -0.035em;
    line-height: 1.08;
}

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

.booking-form .form-field textarea {
    min-height: 11rem;
}

.booking-form-consent {
    align-items: center;
    margin: 0;
}

.booking-form-consent input {
    align-self: center;
    margin-block: 0;
}

.booking-form-consent span {
    display: block;
}

.booking-form-submit {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 1rem;
}

.booking-form .button {
    width: fit-content;
}

.guarantee-section {
    overflow: hidden;
    padding-block: clamp(4rem, 6vw, 5.5rem);
    background: var(--brand-surface);
    color: var(--on-brand);
}

.guarantee-section .eyebrow {
    color: var(--on-brand);
}

.guarantee-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    align-items: center;
    gap: clamp(2.5rem, 6vw, 6rem);
}

.guarantee-intro {
    align-self: center;
}

.guarantee-title {
    max-width: 13ch;
    margin-bottom: 0;
    font-size: clamp(2.55rem, 4vw, 4.4rem);
    line-height: 1.08;
    letter-spacing: -0.035em;
    text-wrap: pretty;
    color: #fff;
}

.guarantee-words {
    border-top: 1px solid rgba(255, 255, 255, 0.28);
}

.guarantee-words > span {
    display: grid;
    grid-template-columns: clamp(4rem, 7vw, 6rem) minmax(0, 1fr);
    align-items: center;
    gap: clamp(1rem, 2.5vw, 2.5rem);
    min-height: 5.2rem;
    padding-block: 0.45rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.28);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.65rem, 3vw, 2.8rem);
    line-height: 1.12;
    letter-spacing: -0.035em;
}

.guarantee-number {
    inline-size: 1ch;
    display: grid;
    place-items: center;
    place-self: center;
    color: rgba(255, 255, 255, 0.55);
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
    font-size: clamp(2.8rem, 5vw, 4.5rem);
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    font-variant-numeric: lining-nums tabular-nums;
    font-feature-settings: "lnum" 1, "tnum" 1;
}

.route-matrix {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
    margin-top: clamp(3rem, 5vw, 4.5rem);
}

.route-matrix > div {
    min-height: 17rem;
    padding: clamp(2rem, 4vw, 3.2rem);
    border: 0;
    border-radius: var(--radius);
    background: #fffdf9;
    color: #132132;
    box-shadow: 0 22px 58px rgba(80, 8, 13, 0.22);
}

.route-matrix h3 {
    margin-bottom: 2rem;
    color: #132132;
    font-size: clamp(1.8rem, 3vw, 2.5rem);
}

.route-matrix ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.2rem 1.8rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.route-matrix li {
    color: #52606d;
    font-size: 1.04rem;
}

.route-panel-airports li {
    display: grid;
    grid-template-columns: 3.5rem minmax(0, 1fr);
    align-items: center;
    gap: 0.75rem;
}

.route-panel-airports .airport-code {
    inline-size: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-self: stretch;
    margin: 0;
    padding: 0;
    color: #8f171f;
    font-family: inherit;
    font-size: 1.12rem;
    line-height: 1.4;
    letter-spacing: 0;
    text-align: center;
}

.route-panel-airports li span {
    min-width: 0;
}

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

.testimonials-heading {
    margin-inline: auto;
    text-align: center;
}

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

.testimonial-card {
    min-height: 27rem;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: clamp(1.6rem, 3vw, 2.4rem);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--page);
}

.quote-mark {
    height: 3.2rem;
    color: var(--brand);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 5.5rem;
    line-height: 1;
}

.testimonial-card blockquote {
    flex: 1;
    margin: 1.5rem 0 2rem;
}

.testimonial-card blockquote p {
    color: var(--ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.1rem, 1.5vw, 1.3rem);
    line-height: 1.5;
}

.testimonial-card figcaption {
    color: var(--brand-strong);
    font-size: 0.78rem;
    font-weight: 850;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.why-section {
    background:
        radial-gradient(circle at 100% 0%, color-mix(in srgb, var(--brand) 12%, transparent), transparent 34%),
        var(--page);
}

.why-heading {
    max-width: 52rem;
    margin-bottom: 3rem;
    text-align: center;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(1.5rem, 5vw, 5rem);
}

.why-grid article {
    padding-top: 1.5rem;
    border-top: 1px solid var(--line);
}

.why-grid article > span {
    display: block;
    margin-bottom: 2rem;
    color: var(--brand-strong);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(3.5rem, 6vw, 5.5rem);
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.04em;
    text-align: center;
}

.why-grid p {
    color: var(--muted);
    font-size: clamp(1.08rem, 1.7vw, 1.3rem);
}

.section-contrast {
    background: var(--navy);
    color: #f7f4ee;
}

.section-contrast .eyebrow {
    color: var(--subtitle-on-blue);
}

.home-cta-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
    align-items: center;
    gap: clamp(2rem, 4vw, 4rem);
}

.home-cta-grid > div {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.home-cta-grid > div:last-child {
    align-self: center;
    justify-content: center;
}

.home-cta {
    padding-block: clamp(3.5rem, 5vw, 5rem);
}

.home-cta h2 {
    max-width: 13ch;
    margin-bottom: 0;
    margin-inline: auto;
    font-size: clamp(2.7rem, 4.5vw, 4.5rem);
    line-height: 1.03;
    text-wrap: pretty;
}

.home-cta .eyebrow {
    margin-bottom: 0.65rem;
}

.home-cta .large-copy {
    max-width: none;
    margin-bottom: 1.65rem;
    margin-inline: auto;
    font-size: clamp(1.1rem, 1.7vw, 1.35rem);
}

.large-copy {
    max-width: 42rem;
    color: rgba(247, 244, 238, 0.72);
    font-size: clamp(1.15rem, 2vw, 1.45rem);
}

.home-cta .button {
    margin-top: 0.35rem;
    background: var(--brand-surface);
    color: var(--on-brand);
}

.home-cta .button:hover {
    background: var(--brand-surface-strong);
}

.site-footer {
    padding: clamp(3rem, 5vw, 4rem) 0 1.25rem;
    background: var(--navy);
    color: #fff;
}

.footer-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.75fr) minmax(18rem, 1.25fr);
    align-items: center;
    justify-items: center;
    gap: clamp(2rem, 4vw, 4rem);
}

.footer-intro {
    width: min(100%, 32rem);
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-self: center;
    text-align: left;
}

.brand-footer {
    width: 100%;
    justify-content: flex-start;
    margin-bottom: 1.3rem;
    color: #fff;
}

.brand-footer .brand-logo {
    width: min(27rem, 100%);
}

.footer-brand-logo {
    display: block;
}

.footer-grid p {
    max-width: 34rem;
    color: rgba(255, 255, 255, 0.7);
}

.footer-intro > p {
    max-width: 28rem;
}

.footer-contact {
    width: min(100%, 32rem);
    justify-self: end;
}

.footer-contact-inner {
    width: fit-content;
    max-width: 100%;
    margin-inline: 0;
    transform: translateY(-2px);
}

.footer-contact h2 {
    margin-bottom: 1.4rem;
    color: var(--subtitle-on-blue);
    font-family: inherit;
    font-size: calc(0.84rem + 3pt);
    font-weight: 800;
    letter-spacing: 0.15em;
    text-align: left;
    text-transform: uppercase;
}

.footer-contact address {
    width: fit-content;
    display: grid;
    gap: 1rem;
    row-gap: 1rem;
    margin-inline: auto;
    font-style: normal;
}

.footer-contact address p {
    display: grid;
    grid-template-columns: 1.5rem minmax(0, 1fr);
    align-items: center;
    gap: 0.7rem;
    margin: 0;
    line-height: 1.5rem;
}

.footer-contact-icon {
    width: 1.5rem;
    height: 1.5rem;
    display: grid;
    place-items: center;
    align-self: center;
    color: var(--brand-on-dark);
}

.footer-contact address strong {
    color: rgba(255, 255, 255, 0.9);
}

.footer-social-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.85rem;
    margin-top: 1.4rem;
}

.footer-social-link {
    width: 2.5rem;
    height: 2.5rem;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    transition: border-color 160ms ease, background 160ms ease, color 160ms ease;
}

.footer-social-link svg {
    width: 1.05rem;
    height: 1.05rem;
    fill: currentColor;
}

.footer-social-link--whatsapp svg {
    transform: translate(1px, 0);
}

.footer-social-link--facebook svg {
    transform: translate(-1px, 0);
}

.footer-social-link:hover {
    border-color: #f08a8e;
    background: rgba(240, 138, 142, 0.12);
    color: #f7b0b3;
}

.footer-contact a,
.footer-bottom a {
    color: #fff;
    text-decoration-color: rgba(240, 138, 142, 0.65);
}

.footer-contact a:hover,
.footer-bottom a:hover {
    color: #f7b0b3;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.58);
}

.footer-bottom small,
.footer-bottom > a,
.footer-bottom > span {
    font-size: 0.875rem;
}

.privacy-page {
    background: var(--surface);
}

.privacy-page-inner {
    max-width: 62rem;
}

.privacy-page h1 {
    max-width: none;
    margin-bottom: clamp(3rem, 6vw, 5rem);
    color: var(--ink);
    font-size: clamp(2.6rem, 6vw, 5.5rem);
    text-align: center;
}

.privacy-page p {
    color: var(--muted);
    font-size: clamp(1rem, 1.25vw, 1.1rem);
    line-height: 1.8;
}

.privacy-section {
    margin-top: clamp(2.5rem, 5vw, 4rem);
}

.privacy-section h2 {
    margin-bottom: 1.25rem;
    color: var(--ink);
    font-size: clamp(1.75rem, 3.5vw, 2.7rem);
}

.privacy-list {
    padding-left: clamp(1rem, 3vw, 2rem);
}

.privacy-list p {
    margin-bottom: 0.65rem;
}

.error-page {
    min-height: 65vh;
    padding-block: 8rem;
}

.error-page h1 {
    font-size: clamp(3rem, 7vw, 6rem);
}

/* Internal page heroes follow the About page's shared visual frame. */
.about-hero,
.services-index-hero,
.fleet-hero,
.service-hero,
.contact-hero,
.booking-hero {
    min-height: clamp(25rem, 47vw, 37rem);
}

.about-hero .hero-slider-shade,
.services-index-hero .hero-slider-shade,
.fleet-hero .hero-slider-shade,
.service-hero-shade,
.contact-hero-shade,
.booking-hero-shade {
    background:
        linear-gradient(90deg, rgba(5, 13, 21, 0.72), rgba(5, 13, 21, 0.28)),
        linear-gradient(0deg, rgba(5, 13, 21, 0.52), rgba(5, 13, 21, 0.14));
}

@media (max-width: 800px) {
    :root {
        --shell: min(100% - 1.5rem, 45rem);
    }

    .header-inner {
        min-height: 4.4rem;
    }

    .home-cta-grid,
    .about-home-grid,
    .about-story-row,
    .guarantee-layout,
    .why-grid,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .hero-slider {
        min-height: 38rem;
    }

    .hero-slider-image {
        object-position: 63% center;
    }

    .hero-slider-shade {
        background: linear-gradient(90deg, rgba(5, 13, 21, 0.88), rgba(5, 13, 21, 0.4));
    }

    .about-hero {
        min-height: clamp(24rem, 84vw, 32rem);
    }

    .about-hero .hero-slider-image {
        object-position: 58% center;
    }

    .about-hero .hero-slider-shade {
        background: linear-gradient(90deg, rgba(5, 13, 21, 0.78), rgba(5, 13, 21, 0.42));
    }

    main p:not(.eyebrow) {
        text-align: justify;
        text-justify: inter-word;
    }

    main .about-home-intro {
        text-align: center;
        text-justify: auto;
    }

    main .home-cta p:not(.eyebrow),
    main .contact-intro-copy p {
        text-align: center;
        text-justify: auto;
    }

    .testimonial-card blockquote p {
        text-align: start;
        text-justify: auto;
    }

    .hero-slider-copy {
        margin-inline: auto;
        text-align: center;
    }

    .hero-slider-copy h1,
    .hero-slider-copy .hero-lead {
        text-align: center;
    }

    .quality-list {
        grid-template-columns: repeat(2, 1fr);
        padding-block: 0.7rem;
    }

    .quality-item {
        min-height: 3rem;
        display: grid;
        place-items: center;
        border: 0;
    }

    .quality-item:last-child {
        display: none;
    }

    .hero-actions {
        justify-content: center;
    }

    .about-home-grid {
        gap: 4rem;
    }

    .about-copy {
        display: flex;
        align-items: center;
        flex-direction: column;
        text-align: center;
    }

    .about-copy > p:not(.eyebrow) {
        width: 100%;
    }

    .about-visual {
        max-width: 38rem;
        margin-inline: auto;
    }

    .about-story-row {
        gap: 2.5rem;
    }

    .about-story-row--reverse .about-story-copy,
    .about-story-row--reverse .about-story-visual {
        order: initial;
    }

    .about-story-visual {
        max-width: 38rem;
        margin-inline: auto;
    }

    .service-card {
        width: calc(50% - 0.5rem);
    }

    .services-heading > p:last-child {
        white-space: normal;
        text-align: center;
        text-justify: auto;
    }

    .service-card--featured h3 {
        font-size: clamp(2.1rem, 7vw, 2.65rem);
        line-height: 1.12;
    }

    .service-card--featured .service-card-copy {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
        justify-items: center;
        gap: 0.8rem;
        text-align: center;
    }

    .service-card--featured {
        width: 100%;
        min-height: 0;
    }

    .service-card--featured .service-card-inner {
        grid-template-columns: 1fr;
    }

    .service-featured-booking-slot {
        right: 0;
        left: 0;
        width: 100%;
    }

    .service-card--featured .service-media {
        min-height: 0;
        aspect-ratio: 675 / 296;
    }

    .service-card--featured .service-featured-body p:first-child {
        display: none;
    }

    .service-hero-grid,
    .service-benefits-grid,
    .contact-grid {
        grid-template-columns: 1fr;
    }

    .contact-details {
        order: initial;
        max-width: 34rem;
        margin-inline: auto;
    }

    .contact-intro-copy {
        margin-inline: auto;
    }

    .contact-intro h2,
    .contact-details h2,
    .contact-form-panel h2,
    .contact-details > .eyebrow,
    .contact-form-panel > .eyebrow {
        text-align: center;
    }

    .contact-intro-call {
        display: inline-flex;
    }

    .contact-intro-whatsapp {
        border-color: var(--line);
        background: var(--surface);
        color: var(--ink);
    }

    .contact-intro-whatsapp:hover {
        background: var(--surface-raised);
        color: var(--brand-strong);
    }

    .contact-form-panel {
        order: initial;
        max-width: 44rem;
        margin-inline: auto;
    }

    .booking-form-panel {
        max-width: 44rem;
    }

    .booking-hero {
        min-height: clamp(24rem, 84vw, 32rem);
    }

    .booking-hero-image {
        object-position: 58% center;
    }

    .booking-hero-shade {
        background: linear-gradient(90deg, rgba(5, 13, 21, 0.78), rgba(5, 13, 21, 0.42));
    }

    .service-hero-copy {
        text-align: center;
    }

    .service-hero-copy h1,
    .service-hero-lead {
        margin-inline: auto;
    }

    .service-hero-actions {
        justify-content: center;
    }

    .service-hero-visual {
        max-width: 42rem;
        margin-inline: auto;
    }

    .related-services-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .route-matrix {
        grid-template-columns: 1fr;
    }

    .guarantee-title {
        max-width: 13ch;
    }

    .guarantee-intro {
        align-self: start;
    }

    .home-cta-grid {
        gap: 2rem;
    }

    .closing-desktop-break {
        display: none;
    }

    .home-cta h2 {
        max-width: 14ch;
        margin-inline: auto;
    }

    .footer-contact {
        justify-self: center;
    }

    .footer-contact-inner {
        width: 100%;
        margin-inline: auto;
    }

    .footer-contact h2 {
        text-align: center;
    }

    .footer-grid {
        justify-items: center;
        text-align: center;
    }

    .footer-intro {
        display: flex;
        align-items: center;
        flex-direction: column;
        text-align: center;
    }

    .brand-footer {
        width: 100%;
        justify-content: center;
    }

    .brand-footer .brand-logo {
        width: min(27rem, 85vw);
    }

    .footer-contact address p {
        display: grid;
        grid-template-columns: 1.5rem minmax(0, 1fr);
        align-items: center;
        justify-content: initial;
        width: 100%;
        text-align: left;
    }

    .footer-contact address p > span:last-child {
        max-width: none;
        overflow-wrap: anywhere;
    }

    .footer-contact address {
        width: fit-content;
        max-width: 100%;
        margin-inline: auto;
    }

    .footer-address-locality {
        display: block;
        white-space: nowrap;
    }

    .footer-contact-icon {
        align-self: center;
    }

    .footer-contact address p:first-child .footer-location-icon {
        align-self: start;
    }

    .footer-bottom {
        align-items: center;
        flex-direction: column;
        text-align: center;
    }

    .testimonial-track {
        grid-auto-columns: min(84vw, 26rem);
        grid-auto-flow: column;
        grid-template-columns: none;
        padding: 0.2rem 0.2rem 1rem;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        scroll-snap-type: inline mandatory;
        scrollbar-color: var(--brand) transparent;
    }

    .testimonial-card {
        min-height: 24rem;
        scroll-snap-align: start;
    }
}

@media (max-width: 520px) {
    .header-contact-bar {
        position: static;
    }

    .header-inner {
        grid-template-columns: minmax(0, 1fr) auto;
        display: grid;
        gap: 0.25rem;
        padding-inline: 0.25rem;
        align-items: center;
    }

    .brand-logo {
        width: min(12rem, 100%);
    }

    .brand {
        width: 100%;
        min-width: 0;
        align-self: center;
    }

    .header-actions {
        gap: 0.25rem;
        align-self: center;
    }

    .language-toggle,
    .theme-toggle,
    .menu-toggle {
        min-width: 2.5rem;
        min-height: 2.5rem;
    }

    .language-toggle {
        column-gap: 0.2rem;
        padding-inline: 0.45rem;
    }

    .theme-toggle-icon,
    .menu-toggle-icon {
        align-self: center;
        justify-self: center;
    }

    .header-contact-inner {
        min-height: 3.5rem;
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
        gap: 0.5rem;
        padding-block: 0.45rem;
    }

    .header-contact-details {
        flex-direction: column;
        align-items: flex-start;
        justify-self: start;
        gap: 0.22rem;
        max-width: 100%;
    }

    .header-contact-details .header-contact-link {
        justify-content: flex-start;
        gap: 0.35rem;
        font-size: 0.75rem;
    }

    .header-social-links {
        flex-direction: row;
        align-items: center;
        align-self: center;
        justify-self: end;
        gap: 0.3rem;
    }

    #services {
        scroll-margin-top: calc(4.4rem + 0.25rem);
    }

    .service-card {
        width: 100%;
    }

    .service-hero {
        padding-top: 1.5rem;
    }

    .service-hero-actions .button,
    .service-final-cta .button {
        width: 100%;
        justify-content: center;
    }

    .service-featured-booking-slot {
        left: 1.5rem;
        right: 1.5rem;
        bottom: 1.5rem;
        width: auto;
    }

    .service-featured-booking {
        width: 100%;
        justify-content: center;
    }

    .service-benefits ul,
    .related-services-list,
    .contact-form-grid,
    .booking-form-grid {
        grid-template-columns: 1fr;
    }

    .contact-hero {
        min-height: clamp(22rem, 80vw, 30rem);
    }

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

    .contact-intro-actions {
        width: 100%;
        justify-content: stretch;
    }

    .contact-intro-actions .button {
        flex: 1 1 13rem;
    }

    .form-field--full {
        grid-column: auto;
    }

    .breadcrumb ol {
        gap: 0.35rem;
    }

    .about-visual {
        padding: 0 0 1.3rem 1rem;
    }

    .about-stamp {
        right: -0.4rem;
        width: 6.2rem;
    }

    .route-matrix ul {
        grid-template-columns: 1fr;
    }

    .guarantee-words > span {
        grid-template-columns: 4rem minmax(0, 1fr);
    }

    .hero-actions {
        align-items: center;
        flex-direction: column;
    }

    .hero-slider-inner {
        padding-block: 4rem;
    }

    /* Keep the Home composition, but make its mobile opening more compact. */
    .hero-slider:not(.about-hero):not(.services-index-hero):not(.fleet-hero) {
        min-height: clamp(26rem, 72vw, 31rem);
    }

    .hero-slider:not(.about-hero):not(.services-index-hero):not(.fleet-hero) .hero-slider-inner {
        padding-block: 3rem;
    }

    .about-hero,
    .services-index-hero,
    .fleet-hero,
    .service-hero,
    .contact-hero,
    .booking-hero {
        min-height: clamp(20rem, 62vw, 26rem);
    }

    .about-hero .hero-slider-shade,
    .services-index-hero .hero-slider-shade,
    .fleet-hero .hero-slider-shade,
    .service-hero-shade,
    .contact-hero-shade,
    .booking-hero-shade {
        background:
            linear-gradient(90deg, rgba(5, 13, 21, 0.72), rgba(5, 13, 21, 0.28)),
            linear-gradient(0deg, rgba(5, 13, 21, 0.52), rgba(5, 13, 21, 0.14));
    }

    .about-hero-inner,
    .fleet-hero-inner,
    .service-hero-inner,
    .contact-hero-inner,
    .booking-hero-inner {
        padding-block: 3rem;
    }

    main .fleet-gallery-heading p {
        text-align: center;
        text-justify: auto;
    }

}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }

    .quality-item.is-highlighted {
        animation: none;
    }

    .primary-navigation-item:hover::after,
    .primary-navigation a.primary-navigation-item:focus-visible::after {
        width: 100%;
        animation: none;
    }
}
