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

html,
body {
    min-height: 100%;
}

body {
    font-family: "Montserrat", sans-serif;
    color: #fff;
    background: #1a1410 url("img/2.jpg") center / cover no-repeat fixed;
}

.page {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.45);
    overflow: hidden;
}

.leaf {
    position: absolute;
    pointer-events: none;
    user-select: none;
    mix-blend-mode: screen;
    z-index: 2;
}

.leaf-left {
    left: -6%;
    top: 34%;
    width: min(380px, 28vw);
    transform: translateY(-50%) rotate(300deg);
}

.leaf-right {
    right: 0;
    bottom: calc(100% + 0.35rem);
    width: min(260px, 22vw);
    transform: rotate(37deg);
    transform-origin: bottom right;
}

.header {
    position: relative;
    z-index: 3;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.85);
    padding-top: 80px;
}

.logo {
    display: block;
    height: 72px;
    height: clamp(52px, 6vw, 80px);
    width: auto;
    margin: 0 auto;
    mix-blend-mode: screen;
}

.main {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: clamp(2rem, 5vh, 4rem) clamp(1.5rem, 4vw, 3rem) clamp(1.5rem, 3vh, 2.5rem);
    text-align: center;
}

h1 {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-size: 3.25rem;
    font-size: clamp(2.1rem, 4.4vw, 4.15rem);
    letter-spacing: 0.01em;
    line-height: 1.2;
    max-width: 16em;
}

.lead {
    margin-top: clamp(1rem, 1.8vh, 1.5rem);
    font-size: 1.2rem;
    font-size: clamp(1.05rem, 1.6vw, 1.35rem);
    font-weight: 400;
    line-height: 1.55;
    max-width: 38em;
    color: rgba(255, 255, 255, 0.95);
}

.cards {
    display: flex;
    gap: clamp(1.25rem, 2.2vw, 2rem);
    justify-content: center;
    flex-wrap: wrap;
    margin-top: clamp(2.25rem, 4.5vh, 3.5rem);
    width: 100%;
    max-width: 1080px;
}

.card {
    flex: 1 1 340px;
    background: rgba(255, 255, 255, 0.95);
    color: #1a1a1a;
    border-radius: 14px;
    padding: 1.85rem 1.6rem 1.5rem;
    padding: clamp(1.6rem, 2.2vw, 2.15rem) clamp(1.4rem, 2vw, 1.85rem) clamp(1.35rem, 1.8vw, 1.7rem);
    text-align: left;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

.card h2 {
    font-family: "Playfair Display", serif;
    font-weight: 500;
    font-size: 1.6rem;
    font-size: clamp(1.4rem, 2vw, 1.85rem);
    color: #222;
}

.meta {
    margin-top: 0.4rem;
    font-size: 0.95rem;
    font-size: clamp(0.85rem, 1.05vw, 1rem);
    color: #888;
}

.btn-download {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-top: clamp(1.15rem, 1.8vh, 1.5rem);
    padding: 0.8rem 1.1rem;
    padding: clamp(0.75rem, 1.1vw, 0.95rem) clamp(1rem, 1.4vw, 1.25rem);
    border: 1.5px solid #222;
    border-radius: 6px;
    background: #fff;
    color: #222;
    font-family: inherit;
    font-size: 0.8rem;
    font-size: clamp(0.7rem, 0.95vw, 0.85rem);
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
}

.btn-download:hover {
    background: #222;
    color: #fff;
}

.arrow {
    font-size: 1.15em;
    line-height: 1;
}

.footer {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.75rem;
    padding: clamp(1.75rem, 3.5vh, 3rem) clamp(2rem, 5vw, 4rem);
    flex-wrap: wrap;
}

.footer-left {
    display: flex;
    align-items: center;
    gap: 1.35rem;
}

.mark {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 72px;
    height: 72px;
    width: clamp(64px, 5.5vw, 88px);
    height: clamp(64px, 5.5vw, 88px);
    flex-shrink: 0;
    border: 1px solid #fff;
    background: #fff;
    color: #1a1a1a;
    font-family: "Playfair Display", serif;
    font-size: 1.25rem;
    font-size: clamp(1.15rem, 1.6vw, 1.5rem);
    line-height: 1;
}

.mark span {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0.5px solid #1a1a1a;
}

address {
    font-style: normal;
    font-size: 1.15rem;
    font-size: clamp(1.05rem, 1.4vw, 1.35rem);
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.95);
}

.footer-right {
    position: relative;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.btn-contact {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    padding: 1.05rem 1.6rem;
    padding: clamp(1rem, 1.4vw, 1.25rem) clamp(1.4rem, 2vw, 1.9rem);
    border-radius: 12px;
    font-size: 1.1rem;
    font-size: clamp(1rem, 1.3vw, 1.2rem);
    font-weight: 500;
    letter-spacing: 0.04em;
    text-decoration: none;
    color: #fff;
    white-space: nowrap;
    transition: opacity 0.2s ease, background 0.2s ease;
}

.btn-contact svg {
    width: 1.2em;
    height: 1.2em;
    flex-shrink: 0;
}

.btn-contact:hover {
    opacity: 0.88;
}

.btn-phone {
    background: #c4a06a;
    color: #fff;
}

.btn-email {
    background: rgba(30, 30, 30, 0.65);
    border: 1px solid rgba(255, 255, 255, 0.85);
}

@media (max-width: 700px) {
    body {
        background-attachment: scroll;
    }

    .header {
        padding-top: 80px;
    }

    .logo {
        height: 48px;
    }

    .main {
        justify-content: flex-start;
        padding: 2.25rem 1.25rem 2rem;
    }

    .cards {
        flex-direction: column;
        margin-top: 2.25rem;
        gap: 1rem;
    }

    .card {
        flex: 1 1 auto;
        width: 100%;
    }

    .footer {
        flex-direction: column;
        align-items: flex-start;
        padding: 1.25rem;
    }

    .leaf-left {
        width: 180px;
        left: -18%;
    }

    .leaf-right {
        width: 140px;
    }

    .footer-right {
        width: 100%;
    }

    .btn-contact {
        flex: 1;
        justify-content: center;
    }
}
