:root {
    color-scheme: light;
    --ink: #172b2a;
    --ink-muted: #50605e;
    --cream: #f5f1e8;
    --paper: #fffdf8;
    --mint: #b7d8c8;
    --orange: #ed7d4a;
    --line: rgba(23, 43, 42, 0.14);
    font-family:
        Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
        sans-serif;
    font-synthesis: none;
}

* {
    box-sizing: border-box;
}

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

body {
    min-width: 320px;
    margin: 0;
    color: var(--ink);
    background:
        radial-gradient(circle at 8% 4%, rgba(183, 216, 200, 0.5), transparent 26rem),
        var(--cream);
}

a {
    color: inherit;
}

main {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    padding: 28px 0 80px;
}

.hero {
    position: relative;
    min-height: 610px;
    padding: 42px 48px 52px;
    overflow: hidden;
    color: var(--paper);
    background: var(--ink);
    border-radius: 32px;
    box-shadow: 0 28px 80px rgba(23, 43, 42, 0.18);
}

.brand-lockup {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 14px;
}

.brand-lockup p {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 750;
    letter-spacing: -0.01em;
}

.brand-mark {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 48px;
    height: 48px;
    overflow: hidden;
    color: var(--ink);
    background: var(--paper);
    border-radius: 14px;
}

.brand-mark span {
    display: grid;
    place-items: center;
    font-size: 0.84rem;
    font-weight: 900;
}

.brand-mark span:last-child {
    color: var(--paper);
    background: var(--orange);
}

.hero-copy {
    position: relative;
    z-index: 2;
    width: min(720px, 76%);
    margin-top: 150px;
}

.eyebrow {
    margin: 0 0 18px;
    color: var(--orange);
    font-size: 0.75rem;
    font-weight: 850;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

h1,
h2,
p {
    text-wrap: balance;
}

h1 {
    max-width: 760px;
    margin: 0;
    font-size: clamp(3rem, 7vw, 6.4rem);
    line-height: 0.92;
    letter-spacing: -0.065em;
}

h1 span {
    display: block;
    color: var(--mint);
}

.introduction {
    max-width: 560px;
    margin: 30px 0 0;
    color: rgba(255, 253, 248, 0.76);
    font-size: clamp(1rem, 1.8vw, 1.3rem);
    line-height: 1.65;
}

.introduction span {
    display: block;
}

.hero-art {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.orbit {
    position: absolute;
    border: 1px solid rgba(255, 253, 248, 0.14);
    border-radius: 999px;
}

.orbit-large {
    top: -190px;
    right: -160px;
    width: 610px;
    height: 610px;
}

.orbit-small {
    top: 42px;
    right: 50px;
    width: 250px;
    height: 250px;
}

.shape {
    position: absolute;
    transform: rotate(18deg);
    border-radius: 28px;
}

.shape-one {
    top: 86px;
    right: 115px;
    width: 118px;
    height: 118px;
    background: var(--orange);
}

.shape-two {
    right: -55px;
    bottom: -80px;
    width: 330px;
    height: 330px;
    background: var(--mint);
    border-radius: 50%;
}

.contact-section {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: clamp(40px, 8vw, 110px);
    padding: 110px 40px 30px;
}

.section-heading h2 {
    margin: 0 0 22px;
    font-size: clamp(2.5rem, 5vw, 4.8rem);
    line-height: 0.98;
    letter-spacing: -0.055em;
}

.section-heading > p:not(.eyebrow) {
    margin: 0 0 8px;
    color: var(--ink-muted);
    font-size: 1rem;
    line-height: 1.65;
}

.section-heading > p[lang="en"] {
    font-size: 0.9rem;
}

.contact-grid {
    display: grid;
    gap: 16px;
    align-content: start;
}

.contact-card {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 20px;
    align-items: center;
    min-height: 150px;
    padding: 28px;
    text-decoration: none;
    background: rgba(255, 253, 248, 0.78);
    border: 1px solid var(--line);
    border-radius: 24px;
    transition:
        transform 180ms ease,
        border-color 180ms ease,
        box-shadow 180ms ease;
}

.contact-card:hover {
    transform: translateY(-3px);
    border-color: rgba(23, 43, 42, 0.28);
    box-shadow: 0 18px 45px rgba(23, 43, 42, 0.08);
}

.contact-card:focus-visible {
    outline: 3px solid var(--orange);
    outline-offset: 4px;
}

.contact-icon {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    color: var(--ink);
    background: var(--mint);
    border-radius: 17px;
}

.contact-icon svg {
    width: 24px;
    height: 24px;
    fill: currentColor;
}

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

.contact-details small {
    margin-bottom: 8px;
    color: var(--ink-muted);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.contact-details strong {
    font-size: clamp(1.05rem, 2vw, 1.3rem);
}

.contact-details span {
    margin-top: 6px;
    color: var(--ink-muted);
    font-size: 0.9rem;
    line-height: 1.5;
}

.arrow {
    align-self: start;
    color: var(--orange);
    font-size: 1.35rem;
    font-weight: 800;
}

footer {
    display: flex;
    justify-content: space-between;
    width: min(1100px, calc(100% - 72px));
    margin: 0 auto;
    padding: 28px 0 34px;
    color: var(--ink-muted);
    border-top: 1px solid var(--line);
}

footer p {
    margin: 0;
    font-size: 0.82rem;
}

@media (max-width: 760px) {
    main {
        width: min(100% - 24px, 1180px);
        padding-top: 12px;
    }

    .hero {
        min-height: 650px;
        padding: 24px;
        border-radius: 24px;
    }

    .hero-copy {
        width: 100%;
        margin-top: 170px;
    }

    h1 {
        font-size: clamp(3.1rem, 16vw, 5rem);
    }

    .shape-one {
        top: 108px;
        right: 42px;
        width: 88px;
        height: 88px;
    }

    .shape-two {
        right: -115px;
        bottom: -125px;
        background: rgba(183, 216, 200, 0.16);
    }

    .contact-section {
        grid-template-columns: 1fr;
        padding: 82px 6px 20px;
    }

    .contact-card {
        grid-template-columns: auto 1fr;
        gap: 16px;
        min-height: 0;
        padding: 22px 18px;
    }

    .arrow {
        display: none;
    }

    footer {
        width: calc(100% - 36px);
    }
}

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

    .contact-card {
        transition: none;
    }
}
