:root {
    --bg: #001810;
    --bg-alt: #00271d;
    --surface: #f8f0e8;
    --surface-soft: #90e898;
    --surface-green: #98f098;
    --surface-green-2: #b2f2b4;
    --surface-dark: #001810;
    --surface-dark-2: #004838;
    --text: #f8f0e8;
    --text-muted: rgba(248, 240, 232, 0.82);
    --text-light: #f8f0e8;
    --ink: #001810;
    --ink-muted: #0d4a38;
    --accent: #90e898;
    --accent-strong: #00c88c;
    --border: rgba(144, 232, 152, 0.18);
    --shadow: 0 24px 60px rgba(0, 24, 16, 0.32);
    --shadow-strong: 0 30px 70px rgba(0, 24, 16, 0.42);
    --font-heading: 'Bebas Neue', 'Oswald', sans-serif;
    --font-body: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --nav-height: 88px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    background: var(--bg);
}

body {
    margin: 0;
    font-family: var(--font-body);
    color: var(--text);
    background:
        radial-gradient(circle at top right, rgba(144, 232, 152, 0.08), transparent 24%),
        radial-gradient(circle at 14% 20%, rgba(0, 200, 140, 0.06), transparent 18%),
        linear-gradient(180deg, #001810 0%, #001f16 100%);
    line-height: 1.6;
    overflow-x: hidden;
}

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

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

button,
input,
textarea {
    font: inherit;
}

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

.container {
    width: min(1540px, calc(100% - 48px));
    margin: 0 auto;
}

.skip-link {
    position: absolute;
    left: 16px;
    top: 16px;
    z-index: 3000;
    padding: 12px 16px;
    border-radius: 999px;
    background: var(--text);
    color: #fff;
    transform: translateY(-180%);
    transition: transform 0.2s ease;
}

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

.site-header {
    position: sticky;
    top: 0;
    z-index: 2000;
    min-height: var(--nav-height);
    backdrop-filter: blur(18px);
    background: rgba(0, 24, 16, 0.86);
    border-bottom: 1px solid rgba(144, 232, 152, 0.12);
}

.nav-shell {
    min-height: var(--nav-height);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}

.brand img {
    width: 70px;
    height: auto;
    flex: none;
}

.brand span {
    font-family: var(--font-heading);
    font-size: 1.35rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--text);
    line-height: 1;
    white-space: nowrap;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 26px;
    flex-wrap: wrap;
}

.nav-links a {
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(248, 240, 232, 0.76);
    transition: color 0.2s ease, transform 0.2s ease;
}

.nav-links a:hover,
.nav-links a:focus-visible {
    color: var(--accent);
}

.menu-toggle {
    display: none;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(144, 232, 152, 0.16);
    border-radius: 12px;
    background: rgba(0, 24, 16, 0.68);
    color: var(--text);
    box-shadow: 0 10px 24px rgba(17, 32, 26, 0.08);
    cursor: pointer;
}

.menu-toggle i {
    font-size: 1.05rem;
}

.page {
    position: relative;
    padding: clamp(88px, 7.2vw, 112px) 0;
    scroll-margin-top: calc(var(--nav-height) + 20px);
}

.page-paper,
.page-alt,
.page-contact {
    background:
        radial-gradient(circle at 92% 8%, rgba(144, 232, 152, 0.08), transparent 20%),
        radial-gradient(circle at 10% 90%, rgba(0, 200, 140, 0.05), transparent 18%),
        linear-gradient(180deg, #001810 0%, #001f16 100%);
}

.page-alt {
    background:
        radial-gradient(circle at 92% 8%, rgba(144, 232, 152, 0.06), transparent 20%),
        radial-gradient(circle at 10% 90%, rgba(0, 200, 140, 0.04), transparent 18%),
        linear-gradient(180deg, #001410 0%, #002418 100%);
}

.page::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 92% 8%, rgba(144, 232, 152, 0.05), transparent 20%),
        radial-gradient(circle at 10% 90%, rgba(0, 200, 140, 0.04), transparent 18%);
}

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

.page-cover {
    min-height: calc(100vh - var(--nav-height));
    padding-top: 72px;
    padding-bottom: 92px;
    overflow: hidden;
    background:
        radial-gradient(circle at 84% 16%, rgba(144, 232, 152, 0.1), transparent 22%),
        radial-gradient(circle at 14% 18%, rgba(0, 200, 140, 0.07), transparent 18%),
        linear-gradient(180deg, #001810 0%, #001f16 100%);
}

.page-cover::before {
    background:
        radial-gradient(circle at 90% 12%, rgba(47, 141, 104, 0.07), transparent 20%),
        radial-gradient(circle at 18% 16%, rgba(47, 141, 104, 0.04), transparent 16%);
}

.cover-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 54px;
    align-items: center;
    min-height: calc(100vh - var(--nav-height) - 164px);
}

.cover-copy {
    min-width: 0;
}

.cover-wordmark {
    font-family: var(--font-heading);
    font-size: clamp(2.2rem, 4vw, 3.6rem);
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--accent);
    margin-bottom: 8px;
}

.cover-copy h1 {
    font-family: var(--font-heading);
    font-size: clamp(7rem, 15vw, 11.5rem);
    line-height: 0.82;
    letter-spacing: 0.03em;
    color: var(--accent-strong);
    margin-bottom: 18px;
    text-wrap: balance;
}

@supports ((-webkit-background-clip: text) or (background-clip: text)) {
    .cover-copy h1 {
        background: linear-gradient(180deg, #98f098 0%, #00c88c 75%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
    }
}

.cover-subtitle {
    max-width: 680px;
    font-size: clamp(1.12rem, 2vw, 1.5rem);
    line-height: 1.55;
    color: var(--text);
    margin-bottom: 22px;
}

.cover-website {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 20px;
    border-radius: 16px;
    border: 1px solid rgba(144, 232, 152, 0.18);
    background: var(--surface-soft);
    font-family: var(--font-heading);
    font-size: clamp(1rem, 1.3vw, 1.4rem);
    letter-spacing: 0.26em;
    text-transform: uppercase;
    color: var(--ink);
    box-shadow: 0 14px 26px rgba(17, 32, 26, 0.08);
}

.cover-gallery {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-template-rows: repeat(12, minmax(0, 1fr));
    gap: 18px;
    min-height: 760px;
}

.cover-card {
    margin: 0;
    border-radius: 30px;
    overflow: hidden;
    background: #001810;
    box-shadow: var(--shadow-strong);
    transition: transform 0.24s ease, box-shadow 0.24s ease;
}

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

.cover-card--1 {
    grid-column: 1 / span 5;
    grid-row: 1 / span 5;
}

.cover-card--2 {
    grid-column: 6 / span 7;
    grid-row: 1 / span 7;
}

.cover-card--3 {
    grid-column: 1 / span 6;
    grid-row: 6 / span 7;
}

.cover-card--4 {
    grid-column: 7 / span 6;
    grid-row: 8 / span 5;
}

.section-label {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-family: var(--font-heading);
    font-size: 1.35rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--accent);
    margin-bottom: 16px;
}

.section-label::after {
    content: '';
    width: 54px;
    height: 1px;
    background: currentColor;
    opacity: 0.55;
}

.section-label--light {
    color: rgba(255, 255, 255, 0.92);
}

.section-title {
    font-family: var(--font-heading);
    font-size: clamp(3.2rem, 6vw, 6.25rem);
    line-height: 0.88;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: var(--text);
    margin-bottom: 22px;
    max-width: 1000px;
    text-wrap: balance;
}

.section-title--light {
    color: #fff;
}

.page-heading {
    margin-bottom: 44px;
}

.page-heading--center {
    text-align: center;
}

.page-heading--center .section-label,
.page-heading--center .section-title {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.page-heading--center .section-title {
    max-width: 1100px;
}

.page-split {
    display: grid;
    grid-template-columns: minmax(0, 1.03fr) minmax(0, 0.97fr);
    gap: 56px;
    align-items: center;
}

.page-split--reverse {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
}

.page-split--contact {
    grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
}

.page-copy {
    min-width: 0;
}

.page-copy p {
    font-size: 1.06rem;
    color: var(--text-muted);
    line-height: 1.75;
    margin-bottom: 16px;
    max-width: 860px;
}

.page-visual {
    min-width: 0;
    border-radius: 32px;
    overflow: hidden;
    background: #001810;
    box-shadow: var(--shadow-strong);
    transition: transform 0.24s ease, box-shadow 0.24s ease;
}

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

.page-visual--portrait {
    min-height: 760px;
}

.page-visual--portrait img {
    min-height: 760px;
}

.stats-grid {
    margin-top: 34px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.stat-card {
    padding: 26px 24px;
    border-radius: 26px;
    background: var(--surface);
    border: 1px solid rgba(144, 232, 152, 0.18);
    box-shadow: var(--shadow-strong);
    text-align: center;
}

.stat-card__value {
    font-family: var(--font-heading);
    font-size: clamp(2.8rem, 5vw, 4.1rem);
    line-height: 0.92;
    color: var(--ink);
    margin-bottom: 10px;
}

.stat-card__label {
    font-size: 0.9rem;
    color: var(--ink-muted);
    text-transform: uppercase;
    letter-spacing: 0.14em;
    line-height: 1.55;
}

.mini-grid {
    margin-top: 28px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.mini-card {
    padding: 24px 22px;
    border-radius: 24px;
    background: rgba(0, 24, 16, 0.28);
    border: 1px solid rgba(144, 232, 152, 0.18);
    box-shadow: var(--shadow);
}

.mini-card__title {
    font-family: var(--font-heading);
    font-size: 1.9rem;
    letter-spacing: 0.12em;
    color: var(--accent);
    margin-bottom: 10px;
    text-transform: uppercase;
    text-wrap: balance;
}

.mini-card p {
    margin: 0;
    font-size: 0.98rem;
    line-height: 1.7;
    color: var(--text);
}

.page-collage--about {
    display: grid;
    grid-template-columns: 0.92fr 1.08fr;
    grid-template-rows: repeat(2, minmax(220px, 1fr));
    gap: 18px;
    min-height: 620px;
}

.page-collage--about img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 28px;
    box-shadow: var(--shadow);
    transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.page-collage--about .collage-a {
    grid-column: 1;
    grid-row: 1;
}

.page-collage--about .collage-b {
    grid-column: 1;
    grid-row: 2;
}

.page-collage--about .collage-c {
    grid-column: 2;
    grid-row: 1 / span 2;
}

.progress-stack {
    margin-top: 30px;
    display: grid;
    gap: 22px;
}

.progress-item__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 10px;
    font-weight: 700;
    color: var(--text);
}

.progress-item__row span:last-child {
    color: var(--accent-strong);
}

.progress-bar {
    height: 12px;
    border-radius: 999px;
    background: rgba(47, 141, 104, 0.12);
    overflow: hidden;
}

.progress-bar span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #a7d7b8, var(--accent));
}

.feature-grid {
    margin-top: 42px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.feature-card {
    min-width: 0;
    padding: 30px 28px;
    border-radius: 26px;
    background: linear-gradient(180deg, #98f098 0%, #8ce08f 100%);
    box-shadow: var(--shadow);
    color: var(--ink);
    transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.feature-card__title {
    font-family: var(--font-heading);
    font-size: 2rem;
    line-height: 0.9;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--ink);
    margin-bottom: 12px;
    text-wrap: balance;
}

.feature-card p {
    margin: 0;
    font-size: 0.96rem;
    line-height: 1.7;
    color: var(--ink);
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 18px;
}

.service-card {
    min-width: 0;
    min-height: 320px;
    padding: 24px 20px 22px;
    border-radius: 28px;
    background: linear-gradient(180deg, #98f098 0%, #90e898 100%);
    border: 1px solid rgba(144, 232, 152, 0.16);
    box-shadow: var(--shadow-strong);
    display: flex;
    flex-direction: column;
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.service-card__icon {
    height: 118px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    border-radius: 22px;
    background: rgba(0, 24, 16, 0.08);
    border: 1px solid rgba(0, 24, 16, 0.08);
}

.service-card__icon img {
    width: 92px;
    height: 92px;
    object-fit: contain;
}

.service-card__icon i {
    font-size: 3rem;
    color: var(--ink);
}

.service-card__title {
    font-family: var(--font-heading);
    font-size: 1.8rem;
    line-height: 0.95;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--ink);
    margin-bottom: 14px;
    text-wrap: balance;
}

.service-card__text {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.7;
    color: var(--ink);
}

.fleet-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
}

.fleet-card {
    min-width: 0;
    min-height: 170px;
    padding: 24px 20px;
    border-radius: 24px;
    background: var(--surface-soft);
    border: 1px solid rgba(144, 232, 152, 0.16);
    box-shadow: var(--shadow-strong);
    text-align: center;
    transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.fleet-card__count {
    font-family: var(--font-heading);
    font-size: clamp(3rem, 5vw, 4.5rem);
    line-height: 0.92;
    color: var(--ink);
    margin-bottom: 10px;
}

.fleet-card__label {
    font-family: var(--font-heading);
    font-size: 1.45rem;
    line-height: 0.98;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--ink);
    text-wrap: balance;
}

.page-capacity {
    position: relative;
    min-height: 900px;
    padding: 118px 0 110px;
    color: var(--text);
    background:
        linear-gradient(180deg, rgba(0, 24, 16, 0.82), rgba(0, 24, 16, 0.58)),
        url('assets/page7_img1.webp') center center / cover no-repeat;
}

.page-capacity::before {
    content: none;
}

.page-capacity__overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 12%, rgba(255, 255, 255, 0.08), transparent 24%),
        radial-gradient(circle at 88% 18%, rgba(255, 255, 255, 0.06), transparent 20%);
    pointer-events: none;
}

.capacity-shell {
    position: relative;
    z-index: 1;
    min-height: 660px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 34px;
}

.capacity-copy {
    max-width: 760px;
}

.capacity-copy .section-title {
    max-width: 820px;
    margin-bottom: 0;
}

.capacity-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.capacity-card {
    min-width: 0;
    padding: 28px 22px;
    border-radius: 28px;
    background: var(--surface-green);
    border: 1px solid rgba(144, 232, 152, 0.2);
    box-shadow: var(--shadow-strong);
    color: var(--ink);
    transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.capacity-card__value {
    font-family: var(--font-heading);
    font-size: clamp(1.6rem, 2.8vw, 2.6rem);
    line-height: 0.92;
    color: var(--ink);
    margin-bottom: 10px;
    text-wrap: balance;
}

.capacity-card__label {
    font-size: 0.84rem;
    line-height: 1.5;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--ink-muted);
}

.projects-stack {
    display: grid;
    gap: 110px;
}

.project-block {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
    gap: 52px;
    align-items: start;
}

.project-visual {
    min-width: 0;
}

.project-visual--three {
    display: grid;
    grid-template-columns: 0.96fr 1.04fr;
    grid-template-rows: repeat(2, minmax(220px, 1fr));
    gap: 16px;
}

.project-visual--four {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(220px, 1fr));
    gap: 16px;
}

.project-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    border-radius: 26px;
    box-shadow: var(--shadow);
    border: 1px solid rgba(255, 255, 255, 0.72);
    transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.project-visual--three .project-image:nth-child(1) {
    grid-row: 1 / span 2;
    min-height: 520px;
}

.project-visual--three .project-image:nth-child(2),
.project-visual--three .project-image:nth-child(3) {
    min-height: 250px;
}

.project-visual--four .project-image {
    min-height: 240px;
}

.project-copy {
    min-width: 0;
}

.project-copy .section-label {
    margin-bottom: 14px;
}

.project-copy h3 {
    font-family: var(--font-heading);
    font-size: clamp(3.1rem, 5vw, 5.8rem);
    line-height: 0.9;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: var(--text);
    margin-bottom: 18px;
    text-wrap: balance;
}

.project-location {
    display: block;
    margin-top: 8px;
    font-size: 0.44em;
    letter-spacing: 0.16em;
    color: var(--accent);
}

.project-copy p {
    font-size: 1.03rem;
    line-height: 1.78;
    color: rgba(248, 240, 232, 0.84);
    margin-bottom: 0;
    max-width: 720px;
}

.project-facts {
    list-style: none;
    padding: 0;
    margin: 26px 0 0;
    display: grid;
    gap: 10px;
    max-width: 700px;
}

.project-facts li {
    padding: 12px 0 0;
    border-top: 1px solid rgba(144, 232, 152, 0.18);
    font-size: 0.98rem;
    line-height: 1.55;
    color: var(--text);
}

.history-banner {
    margin: 0 0 34px;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: var(--shadow-strong);
    min-height: 340px;
    transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.history-banner img {
    width: 100%;
    height: 100%;
    min-height: 340px;
    object-fit: cover;
    object-position: center center;
}

.timeline-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.timeline-card {
    min-width: 0;
    padding: 28px 24px 30px;
    border-radius: 26px;
    box-shadow: var(--shadow);
    transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.timeline-card--light {
    background: linear-gradient(180deg, #98f098 0%, #90e898 100%);
    color: var(--ink);
}

.timeline-card--dark {
    background: linear-gradient(180deg, #004838 0%, #001810 100%);
    color: var(--text);
}

.timeline-year {
    font-family: var(--font-heading);
    font-size: clamp(3rem, 5vw, 4.2rem);
    line-height: 0.9;
    text-align: center;
    margin-bottom: 12px;
}

.timeline-title {
    font-weight: 800;
    font-size: 1.08rem;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 16px;
    text-transform: none;
    text-wrap: balance;
}

.timeline-card p {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.7;
    text-align: left;
}

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

.team-card {
    min-width: 0;
    padding: 28px 24px 26px;
    border-radius: 30px;
    background: rgba(0, 24, 16, 0.38);
    border: 1px solid rgba(144, 232, 152, 0.16);
    box-shadow: var(--shadow-strong);
    text-align: center;
    transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.team-card__header h3 {
    font-family: var(--font-heading);
    font-size: 2.2rem;
    line-height: 0.92;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--text);
    margin-bottom: 8px;
    text-wrap: balance;
}

.team-card__role {
    font-size: 0.84rem;
    font-weight: 800;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--accent);
}

.team-card__portrait {
    width: min(100%, 290px);
    margin: 20px auto 20px;
    aspect-ratio: 1;
    border-radius: 50%;
    overflow: hidden;
    background: rgba(144, 232, 152, 0.1);
    border: 1px solid rgba(144, 232, 152, 0.16);
    box-shadow: inset 0 0 0 10px rgba(0, 24, 16, 0.18), var(--shadow-strong);
}

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

.team-card__bio {
    margin: 0;
    text-align: left;
    font-size: 0.96rem;
    line-height: 1.75;
    color: rgba(248, 240, 232, 0.82);
}

.team-card--fernando .team-card__portrait img {
    object-position: 50% 14%;
}

.page-contact {
    padding-bottom: 120px;
    color: var(--text);
}

.contact-copy .section-title {
    max-width: 900px;
}

.contact-lines {
    margin-top: 28px;
    display: grid;
    gap: 14px;
    font-family: var(--font-heading);
    font-size: clamp(1.45rem, 2vw, 2.1rem);
    line-height: 1.05;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--text);
    text-wrap: balance;
}

.contact-visuals {
    display: grid;
    gap: 16px;
    align-self: stretch;
}

.contact-visual {
    min-width: 0;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: var(--shadow-strong);
    background: #001810;
    transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.contact-visual--tall {
    min-height: 360px;
}

.contact-visual--tall img {
    min-height: 360px;
}

.contact-visual:last-child {
    min-height: 250px;
}

.contact-visual:last-child img {
    min-height: 250px;
}

@media (hover: hover) and (pointer: fine) {
    .cover-card:hover,
    .page-visual:hover,
    .history-banner:hover,
    .contact-visual:hover,
    .service-card:hover,
    .fleet-card:hover,
    .capacity-card:hover,
    .stat-card:hover,
    .mini-card:hover,
    .feature-card:hover,
    .timeline-card:hover,
    .team-card:hover {
        transform: translateY(-6px);
    }

    .cover-card:hover,
    .page-visual:hover,
    .history-banner:hover,
    .contact-visual:hover,
    .service-card:hover,
    .fleet-card:hover,
    .capacity-card:hover,
    .stat-card:hover,
    .mini-card:hover,
    .feature-card:hover,
    .timeline-card:hover,
    .team-card:hover {
        box-shadow: 0 32px 72px rgba(17, 32, 26, 0.16);
    }

    .page-collage--about img:hover,
    .project-image:hover {
        transform: scale(1.01);
    }

    .project-image:hover {
        box-shadow: 0 30px 64px rgba(17, 32, 26, 0.16);
    }
}

@media (max-width: 1400px) {
    .container {
        width: min(1400px, calc(100% - 40px));
    }

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

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

@media (max-width: 1200px) {
    .cover-grid {
        gap: 34px;
    }

    .cover-copy h1 {
        font-size: clamp(6.2rem, 13vw, 9rem);
    }

    .page-split,
    .page-split--reverse,
    .page-split--contact,
    .project-block {
        grid-template-columns: 1fr;
    }

    .page-visual--portrait,
    .page-visual--portrait img {
        min-height: 620px;
    }

    .page-collage--about {
        min-height: 540px;
    }

    .project-block {
        gap: 28px;
    }

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

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

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

    .contact-visuals {
        max-width: 720px;
    }
}

@media (max-width: 1100px) {
    .menu-toggle {
        display: inline-flex;
    }

    .nav-links {
        position: fixed;
        top: var(--nav-height);
        left: 16px;
        right: 16px;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
        padding: 18px;
        background: rgba(0, 24, 16, 0.98);
        border: 1px solid rgba(144, 232, 152, 0.16);
        border-radius: 20px;
        box-shadow: var(--shadow-strong);
        transform: translateY(-14px);
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.22s ease, transform 0.22s ease;
        max-height: calc(100dvh - var(--nav-height) - 28px);
        overflow: auto;
    }

    .nav-links.active {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }

    .nav-links a {
        padding: 10px 4px;
        border-bottom: 1px solid rgba(144, 232, 152, 0.12);
    }

    body.menu-open {
        overflow: hidden;
    }

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

    .cover-gallery {
        min-height: 620px;
    }

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

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

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

@media (max-width: 860px) {
    :root {
        --nav-height: 74px;
    }

    .page {
        padding: 88px 0;
    }

    .section-title {
        font-size: clamp(2.7rem, 10vw, 4rem);
    }

    .cover-copy h1 {
        font-size: clamp(5.4rem, 20vw, 7.8rem);
    }

    .cover-website {
        font-size: 0.92rem;
        letter-spacing: 0.16em;
        padding: 12px 18px;
    }

    .cover-gallery {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        min-height: auto;
    }

    .cover-card {
        min-height: 220px;
    }

    .cover-card--1,
    .cover-card--2,
    .cover-card--3,
    .cover-card--4 {
        grid-column: auto;
        grid-row: auto;
    }

    .page-collage--about {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        min-height: auto;
    }

    .page-collage--about .collage-a,
    .page-collage--about .collage-b,
    .page-collage--about .collage-c {
        grid-column: auto;
        grid-row: auto;
        min-height: 240px;
    }

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

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

    .services-grid,
    .fleet-grid,
    .capacity-grid,
    .timeline-grid,
    .team-grid {
        grid-template-columns: 1fr;
    }

    .project-visual--three,
    .project-visual--four {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .project-visual--three .project-image:nth-child(1),
    .project-visual--three .project-image:nth-child(2),
    .project-visual--three .project-image:nth-child(3),
    .project-visual--four .project-image {
        min-height: 240px;
        grid-column: auto;
        grid-row: auto;
    }

    .project-copy h3 {
        font-size: clamp(2.7rem, 12vw, 4rem);
    }

    .history-banner,
    .history-banner img {
        min-height: 240px;
    }

    .contact-lines {
        font-size: 1.15rem;
        letter-spacing: 0.08em;
    }

    .contact-visuals {
        gap: 14px;
    }

    .contact-visual,
    .contact-visual--tall,
    .contact-visual--tall img,
    .contact-visual:last-child,
    .contact-visual:last-child img {
        min-height: 220px;
    }

    .team-card__portrait {
        max-width: 250px;
    }

    .team-card--fernando .team-card__portrait img {
        object-position: 50% 14%;
    }
}

@media (max-width: 640px) {
    .container {
        width: min(100% - 28px, 100%);
    }

    .nav-shell {
        gap: 16px;
    }

    .brand span {
        display: none;
    }

    .brand img {
        width: 60px;
    }

    .cover-gallery {
        grid-template-columns: 1fr;
    }

    .cover-card {
        min-height: 210px;
    }

    .page {
        padding: 72px 0;
    }

    .section-label {
        font-size: 1.05rem;
        letter-spacing: 0.18em;
    }

    .page-copy p,
    .project-copy p,
    .service-card__text,
    .timeline-card p,
    .team-card__bio {
        font-size: 0.94rem;
    }

    .stats-grid,
    .services-grid,
    .fleet-grid,
    .capacity-grid,
    .timeline-grid,
    .team-grid {
        gap: 14px;
    }

    .stat-card,
    .mini-card,
    .feature-card,
    .service-card,
    .fleet-card,
    .capacity-card,
    .timeline-card,
    .team-card {
        border-radius: 22px;
    }

    .service-card {
        min-height: 280px;
    }

    .service-card__icon {
        height: 108px;
    }

    .team-card__header h3 {
        font-size: 1.9rem;
    }

    .team-card__portrait {
        width: min(100%, 230px);
    }

    .team-card--fernando .team-card__portrait img {
        object-position: 50% 12%;
    }

    .page-capacity {
        min-height: auto;
        padding: 90px 0;
    }

    .capacity-shell {
        min-height: auto;
    }

    .cover-copy h1 {
        font-size: clamp(4.6rem, 22vw, 6.4rem);
    }

    .cover-subtitle {
        font-size: 1rem;
    }
}

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