@font-face {
    font-family: "PF Din Text";
    src: url("../fonts/pf-din-text-regular.woff2") format("woff2");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "PF Din Text";
    src: url("../fonts/pf-din-text-bold.woff2") format("woff2");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

:root {
    color-scheme: light dark;
    --surface: #f7f7f5;
    --ink: #232323;
    --muted: #666762;
    --accent: #c21e41;
    --accent-hover: #a91737;
    --line: #dcded5;
    --lime: #c8dc82;
    --focus: #a91737;
}

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

body {
    margin: 0;
    background: var(--surface);
    color: var(--ink);
    font-family: "PF Din Text", "Arial Narrow", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 2px solid var(--focus); outline-offset: 6px; }
a:active { opacity: .8; }
::selection { background: var(--lime); color: #232323; }

.page {
    width: min(100%, 1536px);
    min-height: 100svh;
    margin-inline: auto;
    padding: 38px 64px 0;
    display: flex;
    flex-direction: column;
}

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

.logo { display: block; width: 233px; height: 58px; }

.social-link {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    min-height: 44px;
    font-size: 18px;
}

.arrow { font-family: Arial, sans-serif; font-size: 20px; line-height: 1; }

.main {
    flex: 1;
    display: grid;
    grid-template-columns: 1.14fr 1fr;
    align-items: center;
    gap: clamp(36px, 5vw, 84px);
    padding-block: 58px 56px;
}

.content { padding-block: 14px; min-width: 0; }

.eyebrow {
    margin: 0 0 27px;
    display: flex;
    align-items: center;
    gap: 13px;
    color: var(--muted);
    font-size: 15px;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.eyebrow::before { content: ""; width: 28px; height: 3px; background: var(--lime); }
.eyebrow-translation { display: block; margin-top: 5px; font-size: 12px; letter-spacing: .06em; text-transform: none; }

h1, .heading-translation { font-size: clamp(56px, 5.6vw, 86px); }

h1 {
    margin: 0;
    line-height: .99;
    letter-spacing: -.025em;
    font-weight: 700;
    text-transform: uppercase;
}

h1 span { display: block; }
.accent { color: var(--accent); }
.heading-translation {
    margin: 16px 0 0;
    line-height: 1.05;
    letter-spacing: -.02em;
    font-weight: 700;
    text-transform: uppercase;
}
.heading-translation span { display: block; }

.description {
    max-width: 490px;
    margin: 22px 0 0;
    font-size: 22px;
    line-height: 1.35;
    text-wrap: pretty;
}

.description p { margin: 0; }
.description .translation { margin-top: 9px; color: inherit; font-size: inherit; font-weight: inherit; line-height: inherit; }
.label-translation { display: block; margin-top: 3px; color: var(--muted); font-size: 14px; line-height: 1.25; }

.contact { margin-top: 26px; }
.contact-label { margin: 0 0 3px; color: var(--muted); font-size: 17px; }
.contact-label .label-translation { display: inline; margin-left: 8px; }

.phone {
    display: inline-flex;
    align-items: center;
    min-height: 48px;
    font-size: 36px;
    line-height: 1.15;
    white-space: nowrap;
}

.phone.whatsapp-phone { display: flex; flex-wrap: wrap; gap: 0 10px; width: fit-content; font-size: 26px; }
.whatsapp-label { color: var(--muted); font-size: 17px; }

.actions { display: flex; align-items: stretch; flex-wrap: wrap; gap: 14px; margin-top: 22px; }

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    min-height: 62px;
    padding: 12px 22px;
    background: var(--accent);
    color: #fff;
    font-size: 19px;
    white-space: nowrap;
    border-radius: 2px;
}

.button.call-button { gap: 12px; background: var(--lime); color: #232323; }
.phone-icon { flex-shrink: 0; }
.button-label { display: block; line-height: 1.15; }
.button-translation { display: block; margin-top: 3px; font-size: 13px; }

.visual {
    position: relative;
    align-self: stretch;
    min-height: 475px;
    max-height: 690px;
    margin: 0;
    isolation: isolate;
}

.visual::before {
    content: "";
    position: absolute;
    inset: -12px -12px 28px 34px;
    background: var(--lime);
    border-top-left-radius: 148px;
    z-index: -1;
}

.photo {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 80% center;
    border-top-left-radius: 138px;
}

.visual::after {
    content: "";
    position: absolute;
    inset: 45% 0 0;
    background: linear-gradient(transparent, rgb(15 21 22 / .83));
    pointer-events: none;
}

.caption {
    position: absolute;
    z-index: 1;
    left: 36px;
    right: 30px;
    bottom: 31px;
    margin: 0;
    color: #fff;
    font-size: clamp(28px, 2.65vw, 38px);
    line-height: 1.15;
    font-weight: 700;
}

.caption span { display: block; font-weight: 400; }
.caption small { display: block; max-width: 310px; margin-top: 12px; font-size: 18px; line-height: 1.3; font-weight: 400; }

.footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px 30px;
    padding-block: 22px 26px;
    border-top: 1px solid var(--line);
    font-size: 17px;
}

.address { font-style: normal; }
.footer-contact { display: flex; align-items: center; gap: 14px; }
.footer-contact span { color: var(--muted); }
.footer-contact a, .email { display: inline-flex; align-items: center; min-height: 44px; }
.email { color: var(--muted); }

@media (hover: hover) {
    .button:hover { background: var(--accent-hover); }
    .call-button:hover { background: #b6ce65; }
    .social-link:hover, .phone:hover,
    .footer a:hover { color: var(--accent); }
}

@media (prefers-reduced-motion: no-preference) {
    a { transition: color 160ms ease, background-color 160ms ease, opacity 160ms ease; }
}

@media (prefers-color-scheme: dark) {
    :root {
        --surface: #202220;
        --ink: #f3f4ef;
        --muted: #b5b9b0;
        --line: #42463f;
        --focus: #c8dc82;
    }
    .accent { color: #f47992; }
    .logo { background: #f7f7f5; outline: 10px solid #f7f7f5; border-radius: 1px; }
    .social-link:hover, .phone:hover, .footer a:hover { color: #f47992; }
}

@media (min-width: 1600px) {
    .main { padding-block: 76px; }
    .visual { min-height: 560px; align-self: center; height: min(64svh, 690px); }
}

@media (max-width: 1100px) {
    .page { padding: 30px 36px 0; }
    .main { gap: 36px; padding-block: 48px; }
    h1, .heading-translation { font-size: clamp(50px, 6.4vw, 70px); }
    .actions { gap: 12px; }
    .button { gap: 18px; padding-inline: 18px; }
    .caption { left: 26px; right: 20px; }
}

@media (min-width: 761px) and (max-height: 800px) {
    .page { padding-top: 26px; }
    .main { padding-block: 24px; }
    .content { padding-block: 6px; }
    .eyebrow { margin-bottom: 12px; }
    h1, .heading-translation { font-size: clamp(46px, 4.7vw, 64px); }
    .heading-translation { margin-top: 14px; }
    .description { margin-top: 16px; font-size: 20px; }
    .description .translation { margin-top: 7px; }
    .contact { margin-top: 18px; }
    .phone { min-height: 42px; font-size: 34px; }
    .whatsapp-phone { min-height: 40px; }
    .actions { margin-top: 12px; }
    .button { min-height: 58px; }
    .visual { min-height: 420px; }
    .footer { padding-block: 12px 16px; }
}

@media (max-width: 760px) {
    .page { padding: 26px 24px 0; }
    .logo { width: 194px; height: auto; }
    .header { min-height: 49px; gap: 14px; }
    .social-link { font-size: 16px; gap: 8px; }
    .main { grid-template-columns: 1fr; padding-block: 48px 36px; gap: 38px; }
    .content { padding: 0; }
    .eyebrow { margin-bottom: 22px; font-size: 13px; letter-spacing: .12em; }
    h1, .heading-translation { font-size: clamp(47px, 10vw, 76px); }
    h1 { line-height: 1.02; }
    .description { margin-top: 22px; max-width: 490px; font-size: 21px; }
    .contact { margin-top: 24px; }
    .phone { font-size: 33px; }
    .actions { margin-top: 17px; }
    .visual { min-height: 0; height: 340px; }
    .visual::before { inset: -8px -8px 22px 24px; border-top-left-radius: 88px; }
    .photo { border-top-left-radius: 80px; object-position: 80% 60%; }
    .caption { font-size: 28px; left: 26px; bottom: 23px; }
    .caption small { font-size: 16px; margin-top: 9px; }
    .footer { align-items: flex-start; gap: 3px; flex-direction: column; padding-block: 22px; }
    .address { margin-bottom: 7px; }
}

@media (max-width: 380px) {
    .page { padding-inline: 20px; }
    .logo { width: 166px; }
    .social-link { font-size: 15px; gap: 5px; }
    .social-link .arrow { font-size: 16px; }
    h1, .heading-translation { font-size: 41px; }
    .button { font-size: 17px; padding-inline: 13px; gap: 10px; }
    .button.call-button { gap: 8px; }
    .actions { gap: 10px; }
}
