:root {
    --ink: #080506;
    --paper: #EFE2CF;
    --blush: #E7D2B9;
    --rose: #C6A07A;
    --bone: #F6E9D8;
    --muted: #6A5848;
    --line: rgba(8, 5, 6, 0.16);
    --line-light: rgba(239, 226, 207, 0.34);
    --white: #ffffff;
    --light-text: #fff7fa;
    --light-muted: rgba(255, 247, 250, 0.78);
    --accent: #d8aa4e;
    --accent-bright: #ffe09b;
    --accent-shine: #fff4c8;
    --gold-on-pink: #8f5f22;
    --gold-on-pink-bright: #b98431;
    --gold-on-pink-gradient: linear-gradient(115deg, #6d4618 0%, #9a6926 34%, #c9953f 56%, #7a4f1d 100%);
    --gold-gradient: linear-gradient(115deg, #9a6d2d 0%, var(--accent) 28%, var(--accent-shine) 48%, var(--accent-bright) 58%, #b17c32 100%);
    --gold-glow: 0 0 14px rgba(255, 224, 155, 0.42), 0 1px 0 rgba(255, 255, 255, 0.28);
    --gold-on-pink-shadow: 0 1px 0 rgba(255, 244, 200, 0.24);
    --header-h: 88px;
    --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    margin: 0;
    background: linear-gradient(180deg, var(--paper), #e7d2b9 54%, #f8ecd9);
    color: var(--ink);
    font-family: Inter, Arial, sans-serif;
    overflow-x: hidden;
}

body.menu-open {
    overflow: hidden;
}

img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

section[id],
footer[id] {
    scroll-margin-top: var(--header-h);
}

button {
    color: inherit;
    font: inherit;
}

.site-loader {
    position: fixed;
    inset: 0;
    z-index: 100;
    display: grid;
    place-items: center;
    background: var(--ink);
    color: var(--accent-bright);
    pointer-events: none;
    transition: opacity 320ms var(--ease), visibility 320ms var(--ease);
}

.site-loader span {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(3.5rem, 10vw, 10rem);
    font-weight: 600;
    text-transform: uppercase;
    transition: opacity 120ms var(--ease);
}

body.is-loaded .site-loader {
    opacity: 0;
    visibility: hidden;
}

body.is-loaded .site-loader span {
    opacity: 0;
}

.site-loader,
.menu-panel__meta,
.menu-panel__contact,
.intro__stamp span,
.project-card__caption span,
.project-card__caption em,
.section-more .section-kicker,
.section-dark .section-kicker,
.process-list span {
    color: var(--accent-bright);
    text-shadow: var(--gold-glow);
}

.site-loader span {
    background: var(--gold-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

@supports ((background-clip: text) or (-webkit-background-clip: text)) {
    .menu-panel__meta span,
    .menu-panel__contact span,
    .menu-panel__contact a,
    .intro__stamp span,
    .project-card__caption span,
    .project-card__caption em,
    .section-more .section-kicker,
    .section-dark .section-kicker,
    .process-list span {
        background: var(--gold-gradient);
        background-clip: text;
        -webkit-background-clip: text;
        color: transparent;
    }

    .section-kicker {
        background: var(--gold-on-pink-gradient);
        background-clip: text;
        -webkit-background-clip: text;
        color: transparent;
    }

    .section-dark .section-kicker {
        background: var(--gold-gradient);
        background-clip: text;
        -webkit-background-clip: text;
        color: transparent;
    }

    .section-more .section-kicker {
        background: var(--gold-gradient);
        background-clip: text;
        -webkit-background-clip: text;
        color: transparent;
    }
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    min-height: var(--header-h);
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 24px;
    padding: 18px clamp(18px, 4vw, 58px);
    color: var(--ink);
    background: rgba(239, 226, 207, 0.92);
    border-bottom: 1px solid rgba(8, 5, 6, 0.08);
    backdrop-filter: blur(18px);
}

.brand-mark {
    position: relative;
    display: inline-grid;
    align-content: center;
    gap: 0;
    justify-self: start;
    width: max-content;
    min-width: 154px;
    min-height: 52px;
    padding: 8px 16px 8px 18px;
    border: 1px solid rgba(8, 5, 6, 0.28);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(255, 250, 242, 0.42), rgba(239, 226, 207, 0.2)),
        rgba(239, 226, 207, 0.28);
    color: var(--ink);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 0.9;
    box-shadow: 0 12px 30px rgba(8, 5, 6, 0.08), inset 0 0 0 1px rgba(8, 5, 6, 0.06);
    overflow: hidden;
}

.brand-mark::before {
    content: "";
    position: absolute;
    inset: 5px;
    border: 1px solid rgba(8, 5, 6, 0.18);
    border-radius: 5px;
    pointer-events: none;
}

.brand-mark::after {
    content: "";
    position: absolute;
    top: 9px;
    bottom: 9px;
    left: 9px;
    width: 2px;
    background: var(--ink);
    box-shadow: none;
    pointer-events: none;
}

.brand-mark__name {
    position: relative;
    z-index: 1;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 1.16rem;
    font-weight: 600;
    text-transform: none;
}

.brand-mark__line {
    position: relative;
    z-index: 1;
    color: #111;
    font-size: 0.72rem;
    font-weight: 900;
    text-transform: uppercase;
}

.brand-mark__subline {
    position: relative;
    z-index: 1;
    margin-top: 3px;
    color: var(--ink);
    font-size: 0.54rem;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    text-shadow: none;
}

.desktop-nav {
    justify-self: center;
    display: flex;
    gap: clamp(16px, 2.4vw, 34px);
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
}

.desktop-nav a,
.menu-panel a,
.text-link,
.view-link {
    position: relative;
}

.desktop-nav a::after,
.menu-panel a::after,
.text-link::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4px;
    height: 1px;
    background: linear-gradient(90deg, var(--gold-on-pink), var(--gold-on-pink-bright), var(--gold-on-pink));
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 360ms var(--ease);
}

.desktop-nav a:hover::after,
.menu-panel a:hover::after,
.text-link:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

.menu-panel a::after,
.section-dark .text-link::after {
    background: linear-gradient(90deg, var(--accent), var(--accent-shine), var(--accent));
}

.menu-toggle {
    width: 42px;
    height: 42px;
    border: 1px solid rgba(8, 5, 6, 0.18);
    border-radius: 50%;
    background: rgba(255, 250, 242, 0.26);
    display: grid;
    place-items: center;
    cursor: pointer;
    color: var(--ink);
}

.menu-toggle span {
    grid-area: 1 / 1;
    width: 24px;
    height: 2px;
    background: currentColor;
    transition: transform 320ms var(--ease);
}

.menu-toggle span:first-child {
    transform: translateY(-5px);
}

.menu-toggle span:last-child {
    transform: translateY(5px);
}

body.menu-open .menu-toggle span:first-child {
    transform: rotate(45deg);
}

body.menu-open .menu-toggle span:last-child {
    transform: rotate(-45deg);
}

.menu-panel {
    position: fixed;
    inset: 0;
    z-index: 40;
    background:
        radial-gradient(circle at 80% 12%, rgba(199, 163, 90, 0.18), transparent 24rem),
        rgba(8, 5, 6, 0.96);
    color: var(--light-text);
    opacity: 0;
    visibility: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    transition: opacity 420ms var(--ease), visibility 420ms var(--ease);
}

body.menu-open .menu-panel {
    opacity: 1;
    visibility: visible;
}

.menu-panel__inner {
    min-height: 100svh;
    display: grid;
    grid-template-rows: auto 1fr auto;
    gap: clamp(24px, 4vw, 42px);
    padding: calc(var(--header-h) + 34px) clamp(22px, 7vw, 96px) 44px;
}

.menu-panel__meta,
.menu-panel__contact {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    color: var(--accent-bright);
    font-size: clamp(0.68rem, 1.2vw, 0.8rem);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.menu-panel__contact a {
    overflow-wrap: anywhere;
}

.menu-panel nav {
    display: grid;
    align-content: center;
    gap: clamp(10px, 1.7vw, 18px);
    width: min(760px, 100%);
}

.menu-panel nav a {
    width: 100%;
    max-width: 100%;
    padding: clamp(8px, 1.2vw, 14px) 0;
    border-bottom: 1px solid rgba(255, 247, 250, 0.12);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(2.4rem, 7vw, 6.8rem);
    line-height: 0.95;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0;
    overflow-wrap: anywhere;
}

.section-dark {
    background: linear-gradient(135deg, #080506 0%, #1a1315 100%);
    color: var(--light-text);
}

.hero {
    position: relative;
    min-height: 94svh;
    display: grid;
    align-items: end;
    overflow: hidden;
    isolation: isolate;
}

.hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(180deg, rgba(8, 5, 6, 0.12), rgba(8, 5, 6, 0.24) 44%, rgba(8, 5, 6, 0.78));
}

.hero__media {
    position: absolute;
    inset: 0;
    z-index: -2;
    display: grid;
    place-items: center;
    background: #080506;
    overflow: hidden;
}

.hero__media::before {
    content: "";
    position: absolute;
    inset: -24px;
    background:
        linear-gradient(180deg, rgba(8, 5, 6, 0.14), rgba(8, 5, 6, 0.42)),
        var(--hero-poster) center / cover no-repeat;
    filter: blur(18px) saturate(0.92);
    opacity: 0.72;
    transform: scale(1.04);
}

.hero__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 50% 42%, transparent 0 32%, rgba(8, 5, 6, 0.28) 72%, rgba(8, 5, 6, 0.58) 100%),
        linear-gradient(90deg, rgba(8, 5, 6, 0.46), transparent 24%, transparent 76%, rgba(8, 5, 6, 0.46));
    pointer-events: none;
}

.hero__media .hero__video {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    filter: saturate(0.98) contrast(1.03);
}

.hero__media img:not(.hero__video) {
    transform: scale(1.04);
}

.hero__topline {
    position: absolute;
    top: calc(var(--header-h) + 20px);
    left: clamp(18px, 4vw, 58px);
    right: clamp(18px, 4vw, 58px);
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    font-size: clamp(0.78rem, 1.4vw, 1rem);
    font-weight: 700;
    text-transform: none;
    color: var(--ink);
    text-shadow: 0 1px 12px rgba(255, 255, 255, 0.32);
}

.hero__topline span {
    color: inherit;
    -webkit-text-stroke: 0.45px rgba(255, 255, 255, 0.95);
    text-shadow: 0 1px 10px rgba(255, 255, 255, 0.55), 0 0 2px rgba(255, 255, 255, 0.72);
}

.hero__topline span:not(:last-child)::after {
    content: " -";
}

.hero__content {
    width: min(980px, calc(100% - 36px));
    margin: 0 auto clamp(34px, 7vw, 92px);
    display: grid;
    gap: 22px;
    min-width: 0;
}

.hero h1,
.intro h2,
.statement h2,
.destination h2,
.process h2 {
    margin: 0;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-weight: 600;
    line-height: 0.95;
    text-transform: uppercase;
    min-width: 0;
    overflow-wrap: break-word;
}

.hero h1 {
    max-width: 980px;
    font-size: clamp(3.1rem, 7.4vw, 7.9rem);
    min-width: 0;
    overflow-wrap: break-word;
}

@media (min-width: 981px) {
    .hero {
        grid-template-rows: auto 1fr;
        align-items: stretch;
        padding: calc(var(--header-h) + clamp(42px, 5.2vw, 86px)) clamp(18px, 4vw, 58px) clamp(34px, 7vw, 92px);
    }

    .hero__topline {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        z-index: 1;
        align-self: start;
        max-width: 100%;
    }

    .hero__content {
        align-self: end;
        width: min(980px, 100%);
        margin: clamp(96px, 18svh, 220px) auto 0;
        z-index: 1;
    }
}

.view-link {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.74rem;
    font-weight: 800;
    text-transform: uppercase;
}

.view-link i,
.text-link span {
    display: inline-grid;
    place-items: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    font-style: normal;
    line-height: 1;
}

.view-link i {
    border: 1px solid var(--accent-bright);
    color: var(--accent-bright);
    box-shadow: inset 0 0 0 1px rgba(255, 244, 200, 0.18), 0 0 18px rgba(255, 224, 155, 0.22);
    text-shadow: var(--gold-glow);
}

.text-link span {
    border: 1px solid var(--gold-on-pink-bright);
    color: var(--gold-on-pink);
    box-shadow: inset 0 0 0 1px rgba(255, 244, 200, 0.1), 0 0 10px rgba(143, 95, 34, 0.16);
    text-shadow: var(--gold-on-pink-shadow);
}

.intro {
    display: grid;
    grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1fr);
    gap: clamp(34px, 6vw, 88px);
    padding: clamp(78px, 10vw, 132px) clamp(18px, 5vw, 72px);
    align-items: center;
    background:
        linear-gradient(180deg, rgba(255, 227, 236, 0.34), transparent 58%),
        var(--paper);
}

.section-kicker {
    color: var(--gold-on-pink);
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
    text-shadow: var(--gold-on-pink-shadow);
}

.intro__media {
    position: relative;
    min-height: 660px;
}

.intro__image {
    margin: 0;
    overflow: hidden;
    background: #120b0d;
}

.intro__image--primary {
    width: 72%;
    height: 560px;
}

.intro__image--secondary {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 52%;
    height: 330px;
    border: 12px solid var(--paper);
}

.intro__stamp {
    position: absolute;
    left: clamp(16px, 3vw, 34px);
    bottom: clamp(22px, 4vw, 54px);
    display: grid;
    gap: 4px;
    min-width: 164px;
    padding: 18px 20px;
    background: rgba(8, 5, 6, 0.86);
    color: var(--light-text);
}

.intro__stamp span {
    color: var(--accent-bright);
    font-size: 0.68rem;
    font-weight: 800;
    text-transform: uppercase;
}

.intro__stamp strong {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 1.9rem;
    font-weight: 600;
    line-height: 0.92;
    text-transform: uppercase;
}

.intro__copy {
    display: grid;
    align-content: center;
    gap: 22px;
    min-width: 0;
}

.intro h2 {
    max-width: 780px;
    font-size: clamp(2.7rem, 5.2vw, 5.8rem);
    line-height: 1;
}

.intro p,
.statement p,
.destination p,
.process p {
    max-width: 760px;
    margin: 0;
    color: #4d313a;
    font-size: clamp(0.98rem, 1.25vw, 1.12rem);
    line-height: 1.7;
}

.intro blockquote {
    max-width: 560px;
    margin: 4px 0 2px;
    padding-left: 18px;
    border-left: 2px solid var(--accent);
    color: #1b1114;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(1.55rem, 2.7vw, 2.8rem);
    font-weight: 600;
    line-height: 1.06;
}

.service-strip {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 18px;
    max-width: 780px;
    padding-top: 14px;
    font-size: 0.78rem;
    font-weight: 800;
    line-height: 1.5;
    text-transform: uppercase;
    color: #1b1114;
}

.service-strip span {
    padding-top: 12px;
    border-top: 1px solid var(--line);
}

.contact-card {
    display: grid;
    gap: 18px;
    max-width: 780px;
    padding: clamp(18px, 2.4vw, 28px);
    border: 1px solid rgba(143, 95, 34, 0.24);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.08)),
        rgba(239, 226, 207, 0.62);
    box-shadow: 0 18px 44px rgba(143, 95, 34, 0.08);
}

.contact-card__header {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(143, 95, 34, 0.18);
}

.contact-card__header span,
.site-footer__brand span,
.site-footer__contact > span,
.site-footer__social > span {
    color: var(--gold-on-pink);
    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-shadow: var(--gold-on-pink-shadow);
}

.contact-card__header strong {
    color: #1b1114;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(1.7rem, 2.6vw, 2.6rem);
    font-weight: 600;
    line-height: 0.96;
    text-transform: uppercase;
}

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

.contact-link {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    min-width: 0;
    padding: 12px;
    border: 1px solid rgba(143, 95, 34, 0.18);
    border-radius: 8px;
    background: rgba(255, 247, 250, 0.34);
    transition: border-color 260ms var(--ease), transform 260ms var(--ease), background 260ms var(--ease);
}

.contact-link:hover {
    border-color: rgba(185, 132, 49, 0.54);
    background: rgba(255, 247, 250, 0.56);
    transform: translateY(-2px);
}

.contact-link__icon,
.site-footer__contact i {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(185, 132, 49, 0.32);
    border-radius: 50%;
    color: var(--gold-on-pink);
    background: rgba(255, 244, 200, 0.12);
    box-shadow: inset 0 0 0 1px rgba(255, 244, 200, 0.16);
}

.contact-link svg,
.social-links svg,
.site-footer__contact svg,
.floating-whatsapp svg {
    display: block;
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.85;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.contact-link small {
    display: block;
    margin-bottom: 3px;
    color: #7d5360;
    font-size: 0.64rem;
    font-weight: 900;
    text-transform: uppercase;
}

.contact-link strong {
    display: block;
    min-width: 0;
    color: #1b1114;
    font-size: clamp(0.76rem, 0.96vw, 0.9rem);
    font-weight: 850;
    line-height: 1.25;
    overflow-wrap: anywhere;
}

.social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.social-links a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    padding: 9px 12px;
    border: 1px solid rgba(143, 95, 34, 0.22);
    border-radius: 999px;
    color: #1b1114;
    font-size: 0.72rem;
    font-weight: 900;
    text-transform: uppercase;
    transition: border-color 260ms var(--ease), color 260ms var(--ease), transform 260ms var(--ease);
}

.social-links a:hover {
    border-color: rgba(185, 132, 49, 0.58);
    color: var(--gold-on-pink);
    transform: translateY(-2px);
}

.text-link {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-size: 0.8rem;
    font-weight: 800;
    text-transform: uppercase;
    color: #1a0f12;
}

.project-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: clamp(12px, 1.6vw, 22px);
    padding: 0 clamp(12px, 2vw, 32px) clamp(80px, 12vw, 160px);
}

.project-card {
    min-height: 360px;
    grid-column: span 3;
}

.project-card--wide {
    grid-column: span 6;
    min-height: 620px;
}

.project-card a,
.project-card figure {
    position: relative;
    height: 100%;
    min-height: inherit;
    margin: 0;
    overflow: hidden;
    background: #120b0d;
}

.project-card img {
    transform: scale(1.01);
    transition: transform 900ms var(--ease), filter 900ms var(--ease);
}

.project-card a:hover img {
    filter: saturate(0.82) contrast(1.05);
    transform: scale(1.06);
}

.project-card__caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: auto 1fr auto auto;
    align-items: end;
    gap: 16px;
    padding: clamp(16px, 3vw, 34px);
    color: var(--light-text);
    background: linear-gradient(180deg, transparent, rgba(8, 5, 6, 0.78));
    min-width: 0;
    overflow: hidden;
}

.project-card__caption > * {
    min-width: 0;
}

.project-card__caption span,
.project-card__caption em {
    font-size: 0.72rem;
    font-style: normal;
    font-weight: 800;
    text-transform: uppercase;
    color: var(--accent-bright);
}

.project-card__caption strong {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(1.9rem, 4.6vw, 5.4rem);
    font-weight: 600;
    line-height: 0.94;
    text-transform: uppercase;
    overflow-wrap: anywhere;
}

.project-card__caption i {
    display: inline-grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border: 1px solid var(--accent-bright);
    color: var(--accent-bright);
    border-radius: 50%;
    font-style: normal;
}

.statement {
    display: grid;
    grid-template-columns: minmax(0, 1.03fr) minmax(320px, 0.97fr);
    min-height: 100svh;
}

.statement__media {
    min-height: 620px;
}

.statement__copy {
    display: grid;
    align-content: center;
    gap: 24px;
    padding: clamp(44px, 7vw, 92px);
    min-width: 0;
}

.statement h2 {
    max-width: 780px;
    font-size: clamp(3rem, 7vw, 7rem);
}

.statement p,
.process p {
    color: var(--light-muted);
}

.section-dark .section-kicker {
    color: var(--accent-bright);
}

.destination {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.72fr);
    gap: clamp(28px, 6vw, 86px);
    padding: clamp(84px, 12vw, 170px) clamp(18px, 5vw, 72px);
    align-items: center;
}

.destination__gallery {
    display: grid;
    grid-template-columns: 1fr 0.76fr;
    gap: clamp(12px, 1.6vw, 22px);
    align-items: end;
}

.destination__gallery img:first-child {
    aspect-ratio: 0.78;
}

.destination__gallery img:last-child {
    aspect-ratio: 0.76;
    margin-bottom: 18%;
}

.destination__copy {
    display: grid;
    gap: 24px;
    min-width: 0;
}

.destination h2 {
    font-size: clamp(3.2rem, 8vw, 8.6rem);
}

.image-ribbon {
    display: grid;
    grid-template-columns: repeat(6, minmax(220px, 1fr));
    gap: 12px;
    padding: 0 12px 12px;
    overflow: hidden;
}

.image-ribbon figure {
    margin: 0;
    min-height: 420px;
    background: #120b0d;
}

.image-ribbon figure:nth-child(even) {
    margin-top: 72px;
}

.locations {
    position: relative;
    display: grid;
    grid-template-columns: minmax(280px, 0.42fr) minmax(0, 0.92fr);
    gap: clamp(28px, 5vw, 76px);
    min-height: 100svh;
    padding: clamp(78px, 10vw, 136px) clamp(18px, 5vw, 72px);
    align-items: center;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(8, 5, 6, 0.94), rgba(7, 9, 13, 0.96)),
        #080506;
}

.locations::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 74% 42%, rgba(255, 224, 155, 0.1), transparent 34rem),
        radial-gradient(circle at 18% 72%, rgba(239, 226, 207, 0.06), transparent 24rem);
    opacity: 0.9;
    pointer-events: none;
}

.locations__intro {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 24px;
    min-width: 0;
}

.locations h2 {
    margin: 0;
    color: var(--light-text);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(2.9rem, 5.1vw, 5.3rem);
    font-weight: 600;
    line-height: 0.96;
    text-transform: uppercase;
    overflow-wrap: break-word;
}

.locations p {
    max-width: 540px;
    margin: 0;
    color: var(--light-muted);
    font-size: clamp(0.98rem, 1.1vw, 1.08rem);
    line-height: 1.7;
}

.locations__map {
    position: relative;
    z-index: 1;
    aspect-ratio: 16 / 9;
    min-height: 0;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(8, 5, 6, 0.12), rgba(8, 5, 6, 0.24) 66%, rgba(8, 5, 6, 0.4)),
        url("../images/locations-map-gold.png") center / cover no-repeat,
        linear-gradient(145deg, #11141a 0%, #06070b 55%, #150f0b 100%);
    box-shadow: inset 0 0 86px rgba(0, 0, 0, 0.68);
}

.locations__map::before,
.locations__map::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.locations__map::before {
    background:
        radial-gradient(circle at 58% 54%, transparent 0 28%, rgba(8, 5, 6, 0.18) 62%, rgba(8, 5, 6, 0.52) 100%),
        linear-gradient(90deg, rgba(8, 5, 6, 0.44), transparent 24%, transparent 76%, rgba(8, 5, 6, 0.42));
}

.locations__map::after {
    display: none;
}

.location-pin {
    position: absolute;
    left: var(--x);
    top: var(--y);
    --pin-width: 42px;
    --pin-height: 56px;
    --label-gap: 30px;
    z-index: 2;
    display: grid;
    justify-items: center;
    gap: 8px;
    min-width: 104px;
    transform: translate(-50%, -100%);
    color: var(--light-text);
    isolation: isolate;
}

.location-pin::before {
    content: "";
    position: absolute;
    top: calc(100% - 1px);
    left: 50%;
    width: 1px;
    height: 28px;
    background: linear-gradient(180deg, rgba(255, 224, 155, 0.72), transparent);
}

.location-pin::after {
    content: "";
    position: absolute;
    top: calc(100% - 5px);
    left: 50%;
    width: 48px;
    height: 15px;
    border: 1px solid rgba(255, 224, 155, 0.72);
    border-radius: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0 22px rgba(255, 224, 155, 0.32);
}

.location-pin strong {
    position: absolute;
    top: -8px;
    left: 50%;
    width: max-content;
    max-width: 170px;
    padding: 6px 9px;
    border: 1px solid rgba(255, 224, 155, 0.42);
    background: rgba(8, 5, 6, 0.78);
    color: var(--light-text);
    font-size: clamp(0.64rem, 0.86vw, 0.78rem);
    font-weight: 800;
    letter-spacing: 0.12em;
    line-height: 1.25;
    text-align: center;
    text-transform: uppercase;
    transform: translateX(-50%);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.45), 0 0 16px rgba(255, 224, 155, 0.2);
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.95);
    z-index: 3;
}

.location-pin--right strong {
    left: calc(50% + var(--label-gap));
    transform: none;
}

.location-pin--left strong {
    left: auto;
    right: calc(50% + var(--label-gap));
    text-align: center;
    transform: none;
}

.location-pin__marker {
    display: grid;
    place-items: start center;
    width: var(--pin-width);
    height: var(--pin-height);
    padding-top: 10px;
    background: var(--gold-gradient);
    clip-path: polygon(50% 100%, 18% 54%, 12% 28%, 25% 8%, 50% 0, 75% 8%, 88% 28%, 82% 54%);
    filter: drop-shadow(0 0 14px rgba(255, 224, 155, 0.28));
}

.location-pin__marker span {
    display: grid;
    place-items: center;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background: var(--light-text);
    color: #93662d;
    font-size: 0.62rem;
    font-weight: 800;
}

.locations__list {
    position: relative;
    z-index: 1;
    grid-column: 1 / -1;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.locations__list li {
    padding: 9px 12px;
    border: 1px solid rgba(255, 224, 155, 0.28);
    color: var(--light-text);
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
}

.process {
    display: grid;
    grid-template-columns: minmax(0, 0.78fr) minmax(360px, 0.82fr);
    gap: clamp(30px, 6vw, 92px);
    padding: clamp(84px, 11vw, 150px) clamp(18px, 5vw, 72px);
    align-items: center;
}

.process__portrait {
    min-height: 620px;
}

.process__copy {
    display: grid;
    gap: 22px;
    min-width: 0;
}

.process h2 {
    max-width: 820px;
    font-size: clamp(3.1rem, 5.5vw, 6.25rem);
    overflow-wrap: break-word;
}

.process-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 24px;
    max-width: 820px;
    margin: 12px 0 0;
    padding: 0;
    list-style: none;
}

.process-list li {
    display: grid;
    gap: 8px;
    padding-top: 16px;
    border-top: 1px solid var(--line-light);
}

.process-list span {
    color: var(--accent-bright);
    font-size: 0.72rem;
    font-weight: 800;
}

.process-list strong {
    color: var(--light-text);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(1.35rem, 2.2vw, 2.1rem);
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}

.process-list p {
    max-width: none;
    font-size: 0.9rem;
    line-height: 1.55;
}

.text-link--light span {
    border-color: var(--accent-bright);
    color: var(--accent-bright);
    box-shadow: inset 0 0 0 1px rgba(255, 244, 200, 0.18), 0 0 18px rgba(255, 224, 155, 0.22);
    text-shadow: var(--gold-glow);
}

.site-footer {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.86fr) minmax(220px, 0.48fr);
    gap: clamp(28px, 5vw, 76px);
    padding: clamp(62px, 8vw, 112px) clamp(18px, 5vw, 72px);
    border-top: 1px solid rgba(255, 224, 155, 0.2);
    background:
        linear-gradient(135deg, rgba(8, 5, 6, 0.98), rgba(18, 11, 13, 0.96) 58%, rgba(37, 23, 28, 0.94)),
        #080506;
    color: var(--light-text);
    overflow: hidden;
}

.site-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255, 224, 155, 0.08) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255, 224, 155, 0.05) 1px, transparent 1px);
    background-size: 86px 86px;
    mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
    opacity: 0.28;
    pointer-events: none;
}

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

.site-footer__brand,
.site-footer__contact,
.site-footer__social {
    display: grid;
    align-content: start;
    gap: 16px;
    min-width: 0;
}

.site-footer__brand span,
.site-footer__contact > span,
.site-footer__social > span {
    color: var(--accent-bright);
    text-shadow: var(--gold-glow);
}

.site-footer__brand strong {
    color: var(--light-text);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(3rem, 7vw, 7.6rem);
    font-weight: 600;
    line-height: 0.88;
    text-transform: uppercase;
    overflow-wrap: break-word;
}

.site-footer__brand p {
    max-width: 560px;
    margin: 0;
    color: var(--light-muted);
    font-size: clamp(0.9rem, 1.05vw, 1rem);
    font-weight: 750;
    line-height: 1.6;
    text-transform: uppercase;
}

.site-footer__contact a {
    display: grid;
    grid-template-columns: 34px minmax(70px, 0.38fr) minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    min-width: 0;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 224, 155, 0.18);
    color: var(--light-text);
}

.site-footer__contact a:hover strong {
    color: var(--accent-bright);
}

.site-footer__contact i {
    border-color: rgba(255, 224, 155, 0.28);
    color: var(--accent-bright);
    background: rgba(255, 247, 250, 0.04);
}

.site-footer__contact a > span {
    color: rgba(255, 247, 250, 0.64);
    font-size: 0.68rem;
    font-weight: 900;
    text-transform: uppercase;
}

.site-footer__contact a > strong {
    min-width: 0;
    color: var(--light-text);
    font-size: clamp(0.76rem, 0.96vw, 0.92rem);
    font-weight: 800;
    line-height: 1.3;
    overflow-wrap: anywhere;
    transition: color 260ms var(--ease);
}

.social-links--footer a {
    border-color: rgba(255, 224, 155, 0.24);
    color: var(--light-text);
    background: rgba(255, 247, 250, 0.035);
}

.social-links--footer a:hover {
    border-color: rgba(255, 224, 155, 0.56);
    color: var(--accent-bright);
}

.floating-whatsapp {
    position: fixed;
    right: clamp(14px, 2vw, 24px);
    bottom: clamp(14px, 2vw, 24px);
    z-index: 65;
    display: grid;
    gap: 10px;
}

.floating-whatsapp a {
    position: relative;
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border: 1px solid rgba(255, 224, 155, 0.38);
    border-radius: 50%;
    background:
        linear-gradient(135deg, rgba(8, 5, 6, 0.94), rgba(22, 13, 16, 0.9)),
        #080506;
    color: #25d366;
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.32), 0 0 18px rgba(37, 211, 102, 0.16);
    transition: border-color 260ms var(--ease), transform 260ms var(--ease), box-shadow 260ms var(--ease);
}

.floating-whatsapp a:hover {
    border-color: rgba(255, 224, 155, 0.72);
    transform: translateY(-3px);
    box-shadow: 0 22px 44px rgba(0, 0, 0, 0.38), 0 0 22px rgba(37, 211, 102, 0.24);
}

.floating-whatsapp svg {
    width: 26px;
    height: 26px;
    stroke-width: 1.7;
}

.floating-whatsapp__country {
    position: absolute;
    top: -5px;
    right: -5px;
    display: grid;
    place-items: center;
    min-width: 24px;
    height: 24px;
    padding: 0 5px;
    border: 1px solid rgba(8, 5, 6, 0.24);
    border-radius: 999px;
    background: var(--gold-gradient);
    color: #160e10;
    font-size: 0.58rem;
    font-weight: 950;
    line-height: 1;
    text-transform: uppercase;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.26);
}

.section-page-hero {
    position: relative;
    min-height: 94svh;
    display: grid;
    align-items: end;
    overflow: hidden;
    isolation: isolate;
    padding: calc(var(--header-h) + clamp(42px, 6vw, 92px)) clamp(18px, 5vw, 72px) clamp(44px, 8vw, 110px);
}

.section-page-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(180deg, rgba(8, 5, 6, 0.1), rgba(8, 5, 6, 0.34) 44%, rgba(8, 5, 6, 0.84));
}

.section-page-hero__media {
    position: absolute;
    inset: 0;
    z-index: -2;
    background: #120b0d;
}

.section-page-hero__media img {
    transform: scale(1.03);
}

.section-page-hero__content {
    display: grid;
    gap: 18px;
    width: min(940px, 100%);
    min-width: 0;
}

.section-page-hero h1 {
    margin: 0;
    color: var(--light-text);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(3.4rem, 8vw, 8.6rem);
    font-weight: 600;
    line-height: 0.9;
    text-transform: uppercase;
    overflow-wrap: break-word;
}

.section-page-hero p {
    max-width: 760px;
    margin: 0;
    color: var(--light-muted);
    font-size: clamp(1rem, 1.3vw, 1.18rem);
    line-height: 1.7;
}

.section-page-intro {
    display: grid;
    grid-template-columns: minmax(240px, 0.55fr) minmax(0, 0.95fr);
    gap: clamp(28px, 6vw, 92px);
    padding: clamp(72px, 10vw, 140px) clamp(18px, 5vw, 72px);
    align-items: start;
}

.section-page-intro h2 {
    margin: 16px 0 0;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(2.7rem, 5.4vw, 6rem);
    font-weight: 600;
    line-height: 0.96;
    text-transform: uppercase;
}

.section-page-intro__copy {
    display: grid;
    gap: 24px;
}

.section-page-intro__copy p {
    max-width: 820px;
    margin: 0;
    color: #4d313a;
    font-size: clamp(1rem, 1.18vw, 1.12rem);
    line-height: 1.72;
}

.section-service-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.section-service-list li {
    padding-top: 12px;
    border-top: 1px solid var(--line);
    color: #1b1114;
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.section-gallery {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: clamp(12px, 1.6vw, 22px);
    padding: 0 clamp(12px, 2vw, 32px) clamp(78px, 10vw, 140px);
}

.section-gallery__item {
    position: relative;
    grid-column: span 3;
    min-height: clamp(360px, 42vw, 560px);
    margin: 0;
    overflow: hidden;
    background: #120b0d;
}

.section-gallery__item--wide {
    grid-column: span 6;
    min-height: clamp(460px, 52vw, 720px);
}

.section-gallery__item img {
    transition: transform 900ms var(--ease), filter 900ms var(--ease);
}

.section-gallery__item:hover img {
    filter: saturate(0.92) contrast(1.04);
    transform: scale(1.045);
}

.section-gallery__item figcaption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: clamp(16px, 3vw, 32px);
    color: var(--light-text);
    background: linear-gradient(180deg, transparent, rgba(8, 5, 6, 0.78));
    font-size: 0.74rem;
    font-weight: 800;
    text-transform: uppercase;
}

.section-gallery__item figcaption span {
    color: var(--accent-bright);
    text-shadow: var(--gold-glow);
}

.section-more {
    display: grid;
    gap: 24px;
    padding: clamp(64px, 8vw, 120px) clamp(18px, 5vw, 72px);
    background: var(--ink);
    color: var(--light-text);
}

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

.section-more__links a {
    display: grid;
    gap: 12px;
    min-height: 160px;
    padding: 18px;
    border: 1px solid rgba(255, 224, 155, 0.24);
    align-content: space-between;
    background: rgba(255, 247, 250, 0.03);
}

.section-more__links span {
    color: var(--accent-bright);
    font-size: 0.68rem;
    font-weight: 800;
    text-transform: uppercase;
    text-shadow: var(--gold-glow);
}

.section-more__links strong {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(1.8rem, 2.6vw, 3rem);
    font-weight: 600;
    line-height: 0.94;
    text-transform: uppercase;
}

.reveal {
    opacity: 0;
    transform: translateY(42px);
    transition: opacity 800ms var(--ease), transform 800ms var(--ease);
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 980px) {
    .desktop-nav {
        display: none;
    }

    .site-header {
        grid-template-columns: 1fr auto;
    }

    .intro,
    .statement,
    .destination,
    .locations,
    .section-page-intro,
    .process {
        grid-template-columns: 1fr;
    }

    .intro__media {
        min-height: 560px;
    }

    .intro__image--primary {
        height: 470px;
    }

    .intro__image--secondary {
        height: 280px;
    }

    .project-card,
    .project-card--wide {
        grid-column: span 6;
        min-height: 480px;
    }

    .statement__media,
    .process__portrait {
        min-height: 520px;
    }

    .image-ribbon {
        grid-template-columns: repeat(3, minmax(180px, 1fr));
    }

    .locations__map {
        min-height: 0;
    }

    .locations__intro {
        max-width: 720px;
    }

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

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

    .site-footer__brand {
        grid-column: 1 / -1;
    }

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

@media (max-width: 640px) {
    :root {
        --header-h: 76px;
    }

    .site-header {
        padding: 12px 16px;
    }

    .brand-mark {
        min-width: 138px;
        min-height: 50px;
        padding: 7px 14px 7px 16px;
    }

    .brand-mark::before {
        inset: 4px;
    }

    .brand-mark::after {
        top: 8px;
        bottom: 8px;
        left: 8px;
    }

    .brand-mark__name {
        font-size: 1.02rem;
    }

    .brand-mark__line {
        font-size: 0.66rem;
    }

    .brand-mark__subline {
        font-size: 0.48rem;
    }

    .hero {
        min-height: 92svh;
    }

    .hero__topline {
        display: none;
    }

    .hero__topline span:not(:last-child)::after {
        content: "";
    }

    .hero__content {
        width: calc(100vw - 32px);
        max-width: calc(100vw - 32px);
        margin-bottom: 28px;
        overflow: hidden;
    }

    .hero h1 {
        width: 100%;
        max-width: 100%;
        font-size: clamp(2.25rem, 10vw, 3.1rem);
        line-height: 0.96;
        overflow-wrap: anywhere;
    }

    .section-page-hero {
        min-height: 86svh;
        padding: calc(var(--header-h) + 38px) 16px 42px;
    }

    .section-page-hero h1 {
        font-size: clamp(2.65rem, 14vw, 4.5rem);
        line-height: 0.94;
    }

    .section-page-hero p {
        font-size: 0.98rem;
    }

    .intro,
    .destination,
    .locations,
    .section-page-intro,
    .process {
        padding: 64px 16px;
    }

    .intro {
        gap: 30px;
    }

    .intro__media {
        min-height: 372px;
    }

    .intro__image--primary {
        width: 100%;
        height: auto;
        aspect-ratio: 1;
    }

    .intro__image--secondary {
        width: 64%;
        height: auto;
        aspect-ratio: 1.12;
        border-width: 8px;
    }

    .intro__stamp {
        left: 14px;
        bottom: 22px;
        min-width: 132px;
        padding: 14px 15px;
    }

    .intro__stamp strong {
        font-size: 1.45rem;
    }

    .intro__copy {
        gap: 18px;
    }

    .intro h2 {
        font-size: clamp(1.92rem, 8.9vw, 2.72rem);
        line-height: 1.06;
    }

    .intro p {
        font-size: 0.96rem;
        line-height: 1.74;
    }

    .intro blockquote {
        padding-left: 14px;
        font-size: clamp(1.35rem, 7vw, 2rem);
        line-height: 1.08;
    }

    .service-strip {
        grid-template-columns: 1fr;
        gap: 8px;
        padding-top: 8px;
        font-size: 0.72rem;
    }

    .contact-card {
        gap: 14px;
        padding: 15px;
    }

    .contact-card__header {
        display: grid;
        gap: 6px;
    }

    .contact-card__links {
        grid-template-columns: 1fr;
    }

    .contact-link {
        padding: 11px;
    }

    .social-links a {
        min-height: 38px;
        padding: 8px 10px;
        font-size: 0.68rem;
    }

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

    .section-gallery {
        grid-template-columns: 1fr;
        padding: 0 10px 72px;
    }

    .section-gallery__item,
    .section-gallery__item--wide {
        grid-column: 1;
        min-height: 390px;
    }

    .section-gallery__item figcaption {
        padding: 16px;
        gap: 12px;
    }

    .section-more {
        padding: 56px 16px;
    }

    .section-more__links {
        grid-template-columns: 1fr;
    }

    .service-strip span {
        padding-top: 10px;
    }

    .statement h2,
    .destination h2 {
        font-size: clamp(2.35rem, 11.8vw, 4.3rem);
    }

    .statement__copy {
        padding: 58px 16px 70px;
    }

    .project-grid {
        gap: 12px;
        padding: 0 10px 72px;
    }

    .project-card,
    .project-card--wide {
        min-height: 410px;
    }

    .project-card__caption {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 8px 12px;
        padding: 18px;
    }

    .project-card__caption span,
    .project-card__caption em {
        grid-column: 1 / -1;
    }

    .project-card__caption strong {
        font-size: clamp(2.2rem, 12vw, 3.8rem);
    }

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

    .destination__gallery img:last-child {
        margin-bottom: 0;
    }

    .image-ribbon {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        padding: 0 10px 10px;
    }

    .image-ribbon figure {
        min-height: 260px;
    }

    .image-ribbon figure:nth-child(even) {
        margin-top: 36px;
    }

    .locations {
        gap: 26px;
    }

    .locations h2 {
        font-size: clamp(2.35rem, 12vw, 4.2rem);
    }

    .locations__map {
        min-height: 0;
        width: calc(100vw - 20px);
        max-width: none;
        margin-left: calc(50% - 50vw + 10px);
    }

    .location-pin {
        --pin-width: 22px;
        --pin-height: 32px;
        --label-gap: 8px;
        min-width: var(--pin-width);
    }

    .location-pin strong {
        display: block;
        top: 4px;
        max-width: 66px;
        padding: 2px 4px;
        font-size: clamp(0.34rem, 1.45vw, 0.42rem);
        letter-spacing: 0.03em;
        line-height: 1.08;
        text-align: center;
    }

    .location-pin--right strong {
        left: calc(50% + var(--label-gap));
        right: auto;
        transform: none;
    }

    .location-pin--left strong {
        left: auto;
        right: calc(50% + var(--label-gap));
        transform: none;
    }

    .location-pin__marker {
        width: var(--pin-width);
        height: var(--pin-height);
        padding-top: 5px;
    }

    .location-pin__marker span {
        width: 12px;
        height: 12px;
        font-size: 0.35rem;
    }

    .location-pin::before {
        height: 13px;
    }

    .location-pin::after {
        top: calc(100% - 3px);
        width: 26px;
        height: 8px;
    }

    .locations__list {
        gap: 8px;
    }

    .locations__list li {
        padding: 8px 10px;
        font-size: 0.68rem;
    }

    .process__portrait,
    .statement__media {
        min-height: 430px;
    }

    .process-list {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .menu-panel__inner {
        gap: 20px;
        padding: calc(var(--header-h) + 24px) 18px 30px;
    }

    .menu-panel__meta,
    .menu-panel__contact {
        display: grid;
        justify-content: start;
        gap: 8px;
        font-size: 0.66rem;
    }

    .menu-panel nav {
        gap: 8px;
    }

    .menu-panel nav a {
        padding: 8px 0;
        font-size: clamp(2.05rem, 10.5vw, 3.2rem);
        line-height: 1;
    }

    .site-footer {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 50px 16px 122px;
    }

    .site-footer__brand {
        grid-column: auto;
    }

    .site-footer__brand strong {
        font-size: clamp(2.65rem, 15vw, 4.8rem);
    }

    .site-footer__contact a {
        grid-template-columns: 34px minmax(0, 1fr);
        gap: 4px 10px;
    }

    .site-footer__contact i {
        grid-row: 1 / 3;
    }

    .site-footer__contact a > span,
    .site-footer__contact a > strong {
        grid-column: 2;
    }

    .floating-whatsapp {
        right: 12px;
        bottom: 12px;
        gap: 8px;
    }

    .floating-whatsapp a {
        width: 50px;
        height: 50px;
    }

    .floating-whatsapp svg {
        width: 23px;
        height: 23px;
    }

    .floating-whatsapp__country {
        min-width: 22px;
        height: 22px;
        font-size: 0.54rem;
    }
}

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

    .reveal {
        opacity: 1;
        transform: none;
    }
}
