:root {
    --green-950: #06231b;
    --green-900: #0b3227;
    --green-800: #124636;
    --green-700: #1b5a46;
    --beige-50: #fbf7ec;
    --beige-100: #f3ead6;
    --beige-200: #e7d6b5;
    --gold-500: #c9a349;
    --gold-600: #a9822d;
    --ink: #1d211d;
    --muted: #62665f;
    --white: #ffffff;
    --shadow: 0 24px 80px rgba(6, 35, 27, 0.18);
    --radius: 8px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Manrope", Arial, sans-serif;
    color: var(--ink);
    background: var(--beige-50);
    line-height: 1.6;
}

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

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

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(6, 35, 27, 0.92);
    color: var(--beige-50);
    border-bottom: 1px solid rgba(201, 163, 73, 0.26);
    backdrop-filter: blur(18px);
}

.header-inner {
    min-height: 92px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.brand {
    display: inline-flex;
    align-items: center;
    font-weight: 800;
    letter-spacing: 0;
    transition: transform 180ms ease, opacity 180ms ease;
}

.brand:hover {
    transform: translateY(-2px) scale(1.015);
    opacity: 0.94;
}

.brand img {
    display: block;
    width: 260px;
    height: auto;
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 28px;
    color: rgba(251, 247, 236, 0.78);
    font-size: 0.92rem;
    font-weight: 700;
}

.site-nav a,
.footer-links a {
    transition: color 180ms ease;
}

.site-nav a:hover,
.footer-links a:hover {
    color: var(--gold-500);
}

.header-cta,
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 22px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-weight: 800;
    line-height: 1;
    transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.header-cta {
    background: var(--beige-50);
    color: var(--green-950);
}

.header-cta:hover,
.btn:hover {
    transform: translateY(-2px);
}

.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    color: var(--beige-50);
    background:
        url("assets/hero-premium-food.jpg") right 7% bottom 10% / min(36vw, 460px) auto no-repeat,
        url("assets/hero-maritime-commerce.jpg") center/cover no-repeat;
    overflow: hidden;
    isolation: isolate;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        linear-gradient(90deg, rgba(6, 35, 27, 0.92) 0%, rgba(6, 35, 27, 0.76) 42%, rgba(6, 35, 27, 0.46) 74%, rgba(6, 35, 27, 0.62) 100%),
        linear-gradient(180deg, rgba(6, 35, 27, 0.24) 0%, rgba(6, 35, 27, 0.72) 100%);
}

.hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 42%;
    z-index: 0;
    background: linear-gradient(0deg, rgba(6, 35, 27, 0.88), transparent);
}

.hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 760px);
    align-items: center;
    padding: 154px 0 124px;
}

.hero-copy {
    animation: fadeUp 760ms ease both;
}

.eyebrow {
    margin: 0 0 14px;
    color: var(--gold-500);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

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

h1,
h2 {
    font-family: "Playfair Display", Georgia, serif;
    letter-spacing: 0;
    line-height: 1.04;
}

h1 {
    max-width: 720px;
    margin-bottom: 24px;
    font-size: clamp(3.4rem, 7vw, 6.7rem);
}

h2 {
    margin-bottom: 18px;
    font-size: clamp(2.2rem, 4vw, 4rem);
    color: var(--green-950);
}

h3 {
    margin-bottom: 12px;
    color: var(--green-950);
    font-size: 1.22rem;
    line-height: 1.25;
}

.hero-lead {
    max-width: 620px;
    margin-bottom: 34px;
    color: rgba(251, 247, 236, 0.82);
    font-size: 1.2rem;
}

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

.btn-primary {
    background: linear-gradient(135deg, var(--gold-500), #efd483);
    color: var(--green-950);
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.18);
}

.btn-secondary {
    border-color: rgba(251, 247, 236, 0.3);
    color: var(--beige-50);
}

.btn-secondary:hover {
    background: rgba(251, 247, 236, 0.1);
}

.proof-band {
    background: var(--beige-100);
    border-bottom: 1px solid rgba(11, 50, 39, 0.1);
}

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

.proof-grid div {
    padding: 34px 28px;
    border-left: 1px solid rgba(11, 50, 39, 0.12);
}

.proof-grid div:last-child {
    border-right: 1px solid rgba(11, 50, 39, 0.12);
}

.proof-grid strong {
    display: block;
    color: var(--green-950);
    font-family: "Playfair Display", Georgia, serif;
    font-size: 3rem;
    line-height: 1;
}

.proof-grid span {
    color: var(--muted);
    font-weight: 700;
}

.why-section {
    padding: 88px 0;
    background: var(--green-950);
    color: var(--beige-50);
}

.why-layout {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 52px;
    align-items: center;
}

.why-copy h2 {
    margin-bottom: 0;
    color: var(--beige-50);
    font-size: clamp(2rem, 3.4vw, 3.4rem);
}

.why-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.why-item {
    min-height: 72px;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 20px;
    border: 1px solid rgba(231, 214, 181, 0.18);
    border-radius: var(--radius);
    background: rgba(251, 247, 236, 0.08);
    color: rgba(251, 247, 236, 0.9);
    font-weight: 800;
}

.why-item span {
    width: 28px;
    height: 28px;
    display: inline-grid;
    flex: 0 0 28px;
    place-items: center;
    border-radius: 50%;
    background: var(--gold-500);
    color: var(--green-950);
    font-size: 0.95rem;
    font-weight: 900;
}

.section {
    padding: 108px 0;
}

.section-heading {
    max-width: 720px;
    margin: 0 auto 42px;
    text-align: center;
}

.section-heading p:not(.eyebrow),
.method-intro p:not(.eyebrow),
.contact-copy p {
    color: var(--muted);
    font-size: 1.04rem;
}

.align-left {
    margin: 0;
    text-align: left;
}

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

.card,
.brand-card,
.step,
.contact-form {
    border-radius: var(--radius);
    border: 1px solid rgba(11, 50, 39, 0.12);
    background: var(--white);
}

.card {
    position: relative;
    min-height: 292px;
    padding: 28px;
    overflow: hidden;
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease, background 220ms ease;
}

.card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(201, 163, 73, 0.14), transparent 46%);
    opacity: 0;
    transition: opacity 220ms ease;
}

.card:hover {
    transform: translateY(-10px);
    border-color: rgba(201, 163, 73, 0.72);
    background: #fffdf8;
    box-shadow: 0 28px 60px rgba(11, 50, 39, 0.18);
}

.card:hover::before {
    opacity: 1;
}

.card-number,
.step span,
.brand-card span {
    display: inline-block;
    margin-bottom: 28px;
    color: var(--gold-600);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.card p,
.brand-card p,
.step p {
    margin-bottom: 0;
    color: var(--muted);
}

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

.brands-section h2,
.method-intro h2,
.contact h2 {
    color: var(--beige-50);
}

.brands-section .section-heading p:not(.eyebrow) {
    color: rgba(251, 247, 236, 0.68);
}

.brands-layout {
    display: grid;
    grid-template-columns: 0.78fr 1.22fr;
    gap: 54px;
    align-items: start;
}

.brand-list {
    display: grid;
    gap: 16px;
}

.brand-card {
    position: relative;
    min-height: 244px;
    padding: 0;
    overflow: hidden;
    background: var(--beige-50);
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.brand-card:hover {
    transform: translateY(-8px);
    border-color: rgba(201, 163, 73, 0.72);
    box-shadow: 0 28px 60px rgba(0, 0, 0, 0.24);
}

.brand-media {
    position: relative;
    height: 170px;
    overflow: hidden;
}

.brand-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 35%, rgba(6, 35, 27, 0.62));
}

.brand-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 450ms ease, filter 450ms ease;
}

.brand-card:hover .brand-media img {
    transform: scale(1.06);
    filter: saturate(1.08) contrast(1.04);
}

.brand-card span,
.brand-card h3,
.brand-card p {
    position: relative;
    z-index: 1;
    margin-left: 28px;
    margin-right: 28px;
}

.brand-card span {
    margin-top: 24px;
}

.brand-card p {
    margin-bottom: 28px;
}

.methode {
    background: linear-gradient(180deg, var(--green-900), var(--green-800));
    color: var(--beige-50);
}

.method-layout {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 56px;
}

.method-intro p:not(.eyebrow) {
    color: rgba(251, 247, 236, 0.72);
}

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

.step {
    padding: 26px;
    background: rgba(251, 247, 236, 0.08);
    border-color: rgba(251, 247, 236, 0.16);
}

.step h3 {
    color: var(--beige-50);
}

.step p {
    color: rgba(251, 247, 236, 0.68);
}

.contact {
    padding: 108px 0;
    background: var(--beige-100);
}

.contact-layout {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 54px;
    align-items: start;
}

.contact h2 {
    color: var(--green-950);
}

.contact-details {
    display: grid;
    gap: 10px;
    margin-top: 28px;
    color: var(--green-950);
    font-weight: 800;
}

.contact-details a {
    color: var(--gold-600);
}

.contact-form {
    display: grid;
    gap: 18px;
    padding: 30px;
    box-shadow: var(--shadow);
}

.contact-form label {
    display: grid;
    gap: 8px;
    color: var(--green-950);
    font-weight: 800;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    border: 1px solid rgba(11, 50, 39, 0.16);
    border-radius: var(--radius);
    padding: 14px 16px;
    color: var(--ink);
    background: #fffdf8;
    font: inherit;
}

.contact-form textarea {
    min-height: 140px;
    resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
    outline: 2px solid rgba(201, 163, 73, 0.36);
    border-color: var(--gold-500);
}

.contact-form .btn {
    width: fit-content;
    border: 0;
    cursor: pointer;
}

.site-footer {
    padding: 54px 0 26px;
    color: rgba(251, 247, 236, 0.76);
    background: var(--green-950);
}

.footer-inner {
    display: grid;
    grid-template-columns: minmax(260px, 1.2fr) minmax(220px, 0.8fr) minmax(180px, 0.7fr);
    gap: 44px;
    align-items: start;
}

.footer-brand {
    margin-bottom: 16px;
    color: var(--beige-50);
}

.footer-brand img {
    width: 220px;
}

.footer-inner p {
    max-width: 420px;
    margin-bottom: 0;
}

.footer-contact {
    display: grid;
    gap: 6px;
    color: rgba(251, 247, 236, 0.78);
    font-style: normal;
    line-height: 1.55;
}

.footer-contact strong {
    color: var(--beige-50);
    font-weight: 900;
}

.footer-contact a {
    margin-top: 8px;
    color: var(--gold-500);
    font-weight: 800;
}

.footer-links {
    display: grid;
    justify-items: start;
    gap: 10px;
    color: var(--beige-50);
    font-weight: 800;
}

.footer-bottom {
    margin-top: 38px;
    padding-top: 22px;
    border-top: 1px solid rgba(251, 247, 236, 0.12);
    font-size: 0.9rem;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(18px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.card,
.brand-card,
.step,
.why-item,
.proof-grid div,
.contact-form {
    animation: fadeUp 700ms ease both;
}

.card:nth-child(2),
.brand-card:nth-child(2),
.step:nth-child(2),
.why-item:nth-child(2),
.proof-grid div:nth-child(2) {
    animation-delay: 80ms;
}

.card:nth-child(3),
.brand-card:nth-child(3),
.step:nth-child(3),
.why-item:nth-child(3),
.proof-grid div:nth-child(3) {
    animation-delay: 150ms;
}

.card:nth-child(4),
.step:nth-child(4),
.why-item:nth-child(4) {
    animation-delay: 220ms;
}

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

@media (max-width: 980px) {
    .why-layout {
        grid-template-columns: 1fr;
    }

    .header-cta {
        display: none;
    }

    .hero-grid,
    .brands-layout,
    .method-layout,
    .contact-layout {
        grid-template-columns: 1fr;
    }

    .hero {
        min-height: auto;
    }

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

@media (max-width: 720px) {
    .brand img {
        width: 216px;
    }

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

    .why-section {
        padding: 66px 0;
    }

    .hero {
        background: url("assets/hero-maritime-commerce.jpg") center/cover no-repeat;
    }

    .container {
        width: min(100% - 28px, 1120px);
    }

    .header-inner {
        min-height: auto;
        padding: 16px 0;
        align-items: flex-start;
        flex-direction: column;
    }

    .site-nav {
        width: 100%;
        flex-wrap: wrap;
        gap: 10px 16px;
        justify-content: flex-start;
        font-size: 0.84rem;
    }

    .hero-grid {
        gap: 34px;
        padding: 58px 0 48px;
    }

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

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

    .btn {
        width: 100%;
    }
    .proof-grid,
    .cards-grid,
    .timeline {
        grid-template-columns: 1fr;
    }

    .proof-grid div,
    .proof-grid div:last-child {
        border-right: 0;
        border-left: 0;
        border-bottom: 1px solid rgba(11, 50, 39, 0.12);
    }

    .section,
    .contact {
        padding: 72px 0;
    }

    .card {
        min-height: auto;
    }

    .contact-form {
        padding: 22px;
    }
}

.thanks-page {
    min-height: 100vh;
    background:
        linear-gradient(135deg, rgba(6, 35, 27, 0.92), rgba(18, 70, 54, 0.88)),
        url("assets/hero-maritime-commerce.jpg") center/cover no-repeat;
    color: var(--beige-50);
}

.thanks-screen {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 40px 20px;
}

.thanks-brand {
    position: absolute;
    top: 28px;
    left: 28px;
}

.thanks-card {
    width: min(680px, 100%);
    padding: 46px;
    border: 1px solid rgba(201, 163, 73, 0.3);
    border-radius: var(--radius);
    background: rgba(6, 35, 27, 0.72);
    box-shadow: var(--shadow);
    backdrop-filter: blur(16px);
}

.thanks-card h1 {
    margin-bottom: 18px;
    font-size: clamp(2.6rem, 6vw, 4.8rem);
}

.thanks-card p:not(.eyebrow) {
    max-width: 520px;
    margin-bottom: 28px;
    color: rgba(251, 247, 236, 0.78);
}
