:root {
    --ink: #071c25;
    --ink-soft: #0d2b36;
    --paper: #f4f0e8;
    --paper-deep: #e8dfd0;
    --white: #fffdf9;
    --gold: #dba842;
    --gold-light: #f1c66f;
    --muted: #647376;
    --line: rgba(7, 28, 37, .16);
    --shell: min(1180px, calc(100% - 40px));
    --serif: "Newsreader", Georgia, serif;
    --sans: "DM Sans", Arial, sans-serif;
    --display: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 76px; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.6; }
body.menu-open { overflow: hidden; }
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 88px 0; }
.section--ink { background: var(--ink); color: var(--white); }
.section--sand { background: var(--paper-deep); }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; padding: 10px 14px; background: var(--white); color: var(--ink); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--gold-light); outline-offset: 4px; }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 72px; padding: 12px 20px; border-bottom: 1px solid transparent; color: var(--white); transition: background .25s ease, border-color .25s ease, padding .25s ease; }
.site-header.is-scrolled { padding-block: 8px; border-color: rgba(255,255,255,.12); background: rgba(7, 28, 37, .94); backdrop-filter: blur(16px); }
.site-header.menu-active { border-color: rgba(255,255,255,.1); background: transparent; backdrop-filter: none; }
.brand { position: relative; z-index: 102; display: block; width: 144px; }
.brand img { width: 100%; height: auto; filter: drop-shadow(0 2px 10px rgba(0,0,0,.35)); }
.desktop-nav { display: none; }
.menu-toggle { position: relative; z-index: 102; display: flex; align-items: center; gap: 10px; min-height: 44px; border: 0; padding: 8px 0 8px 8px; background: transparent; color: inherit; cursor: pointer; font-size: .66rem; letter-spacing: .12em; text-transform: uppercase; }
.menu-toggle__icon { display: grid; gap: 5px; width: 25px; }
.menu-toggle__icon i { display: block; width: 100%; height: 1px; background: currentColor; transition: transform .25s ease; }
.menu-toggle[aria-expanded="true"] .menu-toggle__icon i:first-child { transform: translateY(3px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] .menu-toggle__icon i:last-child { transform: translateY(-3px) rotate(-45deg); }

.mobile-nav { position: fixed; z-index: 90; inset: 0; display: grid; grid-template-rows: 1fr auto; min-height: 100dvh; padding: 104px 20px 26px; overflow-y: auto; overscroll-behavior: contain; background: var(--ink); color: var(--white); visibility: hidden; opacity: 0; pointer-events: none; transform: translateY(-10px); transition: opacity .25s ease, transform .25s ease, visibility .25s ease; }
.mobile-nav.is-open { visibility: visible; opacity: 1; pointer-events: auto; transform: none; }
.mobile-nav nav { display: flex; flex-direction: column; justify-content: center; width: 100%; max-width: 620px; margin-inline: auto; border-top: 1px solid rgba(255,255,255,.14); }
.mobile-nav nav a { display: grid; grid-template-columns: 36px 1fr; align-items: baseline; min-height: 58px; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.14); font-family: var(--serif); font-size: clamp(1.55rem, 8vw, 2.5rem); line-height: 1; }
.mobile-nav nav a span { color: var(--gold-light); font-family: var(--sans); font-size: .55rem; letter-spacing: .12em; }
.mobile-nav__footer { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; width: 100%; max-width: 620px; margin: 36px auto 0; }
.mobile-nav__footer p { max-width: 160px; margin: 0; color: rgba(255,255,255,.45); font-size: .58rem; letter-spacing: .12em; text-transform: uppercase; }
.language-switch { display: inline-flex; align-items: center; gap: 7px; font-family: var(--display); font-size: .64rem; letter-spacing: .12em; }
.language-switch span { opacity: .35; }
.language-switch a { color: rgba(255,255,255,.5); transition: color .2s ease; }
.language-switch a:hover, .language-switch a[aria-current="page"] { color: var(--gold-light); }
.language-switch a[aria-current="page"] { text-decoration: underline; text-underline-offset: 5px; }
.language-switch--mobile { font-size: .86rem; }

.hero { position: relative; display: flex; align-items: center; height: max(790px, 100svh); max-height: 1040px; overflow: hidden; color: var(--white); }
.hero__media, .hero__veil, .contact__media, .contact__veil { position: absolute; inset: 0; }
.hero__media img, .hero__media video, .contact__media img { width: 100%; height: 100%; object-fit: cover; }
.hero__poster, .hero__video { object-position: 58% center; }
.hero__poster { transform: scale(1.015); animation: hero-drift 16s ease-out both; }
.hero__veil { background: linear-gradient(180deg, rgba(5,18,24,.68) 0%, rgba(5,18,24,.22) 27%, rgba(5,18,24,.6) 70%, rgba(5,18,24,.91) 100%), linear-gradient(90deg, rgba(4,18,25,.78), rgba(4,18,25,.08)); }
.hero__content { position: relative; z-index: 2; padding-top: 90px; padding-bottom: 142px; }
.eyebrow, .section-index { margin: 0 0 18px; font-family: var(--display); font-size: .67rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.hero__eyebrow { margin-bottom: 7px; color: var(--gold-light); }
.hero h1 { max-width: 580px; margin: 0 0 21px; color: rgba(255,255,255,.72); font-family: var(--sans); font-size: clamp(.78rem, 2.8vw, 1rem); font-weight: 500; letter-spacing: .035em; line-height: 1.45; }
.hero__statement, h2 { margin: 0; font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; line-height: .95; }
.hero__statement { max-width: 900px; font-size: clamp(2.85rem, 12.1vw, 7.2rem); text-wrap: balance; }
html[lang="en"] .hero__statement { font-size: clamp(2.55rem, 10.7vw, 6.7rem); }
.hero__statement em, h2 em { color: var(--gold-light); font-weight: 400; }
.hero__intro { max-width: 590px; margin: 24px 0 27px; color: rgba(255,255,255,.86); font-size: clamp(.95rem, 2.4vw, 1.15rem); line-height: 1.58; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 20px; width: min(100%, 340px); min-height: 58px; padding: 0 20px; border: 0; border-radius: 2px; font-family: var(--display); font-weight: 700; font-size: .69rem; letter-spacing: .065em; text-transform: uppercase; transition: transform .2s ease, background .2s ease; }
a.button { cursor: pointer; }
.button svg { flex: 0 0 auto; width: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.button--gold { background: var(--gold); color: var(--ink); }
a.button--gold:hover { background: var(--gold-light); transform: translateY(-2px); }
.hero__footer { position: absolute; z-index: 2; bottom: 27px; left: 50%; transform: translateX(-50%); }
.hero__footer > span { display: block; margin-bottom: 7px; color: rgba(255,255,255,.6); font-size: .55rem; letter-spacing: .14em; text-transform: uppercase; }
.hero__footer ul { display: flex; align-items: center; gap: 4px 10px; margin: 0; padding: 0; list-style: none; font-family: var(--display); font-size: .56rem; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; white-space: nowrap; }
.hero__footer li:not(:last-child)::after { content: "·"; margin-left: 10px; color: var(--gold); }
.hero__scroll { display: none; }

.section-index { color: var(--muted); }
.section--ink .section-index { color: var(--gold-light); }
h2 { font-size: clamp(2.6rem, 7.7vw, 5.3rem); }
.lead { font-size: clamp(1.1rem, 2vw, 1.42rem); line-height: 1.55; }
.value__grid { display: grid; gap: 30px; }
.value__grid h2 { max-width: 800px; }
.value__grid .lead { max-width: 700px; margin: 28px 0 0; }
.value__aside { max-width: 570px; margin: 0; padding-top: 26px; border-top: 1px solid var(--line); color: var(--muted); }

.section-heading { display: grid; gap: 28px; margin-bottom: 54px; }
.section-heading h2 { max-width: 850px; }
.section-heading > p { max-width: 500px; margin: 0; color: rgba(255,255,255,.64); }
.process .section-heading > p { color: var(--muted); }
.work-grid { display: grid; gap: 22px; }
.project { position: relative; overflow: hidden; background: var(--ink-soft); }
.project__media { aspect-ratio: 16/10; overflow: hidden; background: #0a2029; }
.project__media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.86) contrast(1.02); transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .7s ease; }
.project__media--real-estate img { object-position: 58% center; }
.project__media--hospitality img { object-position: 55% center; }
.project__media--experiences img { object-position: 62% center; }
.project:hover .project__media img { transform: scale(1.025); filter: saturate(1); }
.project__body { padding: 24px; }
.project__meta { margin: 0 0 12px; color: var(--gold-light); font-size: .6rem; letter-spacing: .11em; text-transform: uppercase; }
.project h3 { margin: 0; font-family: var(--serif); font-size: clamp(1.7rem, 5vw, 2.65rem); font-weight: 400; line-height: 1.05; }
.project__body > p:last-child { margin: 16px 0 0; color: rgba(255,255,255,.62); }

.capabilities__layout { display: grid; gap: 50px; }
.capabilities__intro h2 { max-width: 680px; }
.capabilities__intro > p:last-child { max-width: 580px; margin: 30px 0 0; color: var(--muted); }
.capability-list { margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.capability-list li { display: grid; grid-template-columns: 42px 1fr; gap: 10px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.capability-list li > span { color: var(--gold); font-size: .7rem; }
.capability-list h3 { margin: 0; font-family: var(--serif); font-size: 1.85rem; font-weight: 400; line-height: 1.1; }
.capability-list p { margin: 8px 0 0; color: var(--muted); font-size: .9rem; }

.local__layout { display: grid; gap: 52px; }
.local__media { position: relative; min-height: 440px; }
.local__media img { width: 90%; height: 100%; min-height: 440px; object-fit: cover; filter: saturate(.8); }
.local__stamp { position: absolute; right: 0; bottom: 30px; display: grid; place-content: center; width: 126px; height: 126px; border: 1px solid var(--ink); border-radius: 50%; background: rgba(244,240,232,.92); text-align: center; transform: rotate(-8deg); }
.local__stamp span { font-size: .5rem; letter-spacing: .13em; text-transform: uppercase; }
.local__stamp b { color: var(--gold); font-family: var(--serif); font-size: 2.2rem; line-height: 1; }
.local__copy h2 { max-width: 760px; }
.local__copy .lead { margin: 30px 0 20px; }
.local__copy > p:not(.section-index):not(.lead) { color: var(--muted); }
.local__notes { display: flex; flex-wrap: wrap; gap: 10px; margin: 30px 0 0; padding: 0; list-style: none; }
.local__notes li { padding: 7px 11px; border: 1px solid var(--line); font-size: .66rem; letter-spacing: .07em; text-transform: uppercase; }

.process-grid { display: grid; margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.process-grid li { padding: 26px 0; border-bottom: 1px solid var(--line); }
.process-grid span { color: var(--gold); font-size: .65rem; }
.process-grid h3 { margin: 15px 0 8px; font-family: var(--serif); font-size: 2.1rem; font-weight: 400; }
.process-grid p { margin: 0; color: var(--muted); }

.proof__layout { display: grid; gap: 30px; }
.proof__layout h2 { max-width: 820px; }
.proof__layout .lead { max-width: 700px; color: rgba(255,255,255,.72); }
.proof__note { max-width: 520px; margin: 0; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.6); }

.contact { position: relative; display: flex; align-items: center; min-height: 650px; overflow: hidden; color: var(--white); }
.contact__media img { object-position: center; }
.contact__veil { background: linear-gradient(90deg, rgba(7,28,37,.95), rgba(7,28,37,.62)), linear-gradient(0deg, rgba(7,28,37,.52), transparent); }
.contact__content { position: relative; z-index: 2; }
.contact h2 { max-width: 930px; }
.contact .button { margin-top: 38px; }
.contact__support { margin: 12px 0 0; color: rgba(255,255,255,.62); font-size: .72rem; letter-spacing: .045em; }
.contact__email { display: inline-block; margin-top: 8px; color: var(--gold-light); font-size: .86rem; text-decoration: underline; text-underline-offset: 4px; }

.whatsapp-float { position: fixed; z-index: 80; right: max(16px, env(safe-area-inset-right)); bottom: max(16px, env(safe-area-inset-bottom)); display: inline-flex; align-items: center; justify-content: center; gap: 10px; width: 52px; min-height: 52px; padding: 0; border: 1px solid rgba(241,198,111,.7); border-radius: 999px; background: rgba(7,28,37,.96); color: var(--white); box-shadow: 0 12px 32px rgba(0,0,0,.28); opacity: 0; pointer-events: none; transform: translateY(12px); backdrop-filter: blur(12px); font-family: var(--display); font-size: .65rem; font-weight: 700; letter-spacing: .045em; line-height: 1.2; transition: border-color .2s ease, background .2s ease, opacity .2s ease, transform .2s ease; }
.whatsapp-float.is-visible { opacity: 1; pointer-events: auto; transform: none; }
.whatsapp-float svg { flex: 0 0 auto; width: 23px; height: 23px; fill: none; stroke: var(--gold-light); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.45; }
.whatsapp-float > span { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.whatsapp-float.is-visible:hover { border-color: var(--gold-light); background: var(--ink-soft); transform: translateY(-2px); }
.whatsapp-float:focus-visible { outline-offset: 3px; }

.footer { padding: 58px 0 104px; background: #041218; color: var(--white); }
.brand--footer { width: 190px; }
.footer__grid { display: grid; gap: 34px; }
.footer__grid p { max-width: 480px; margin: 0; color: rgba(255,255,255,.58); }
.footer__grid > a:last-child { color: var(--gold-light); font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; }
.footer__bottom { display: flex; flex-direction: column; gap: 8px; margin-top: 54px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.42); font-size: .61rem; letter-spacing: .07em; text-transform: uppercase; }
.footer__links { display: flex; flex-wrap: wrap; gap: 8px 18px; align-items: center; }
.footer__links a, .footer__links button { color: inherit; text-decoration: underline; text-underline-offset: 3px; }
.footer__links button { border: 0; padding: 0; background: transparent; cursor: pointer; font: inherit; letter-spacing: inherit; text-transform: inherit; }

.consent-panel[hidden] { display: none; }
.consent-panel { position: fixed; z-index: 500; right: 16px; bottom: 16px; left: 16px; max-width: 620px; border: 1px solid rgba(241,198,111,.55); border-radius: 4px; background: #071c25; color: var(--white); box-shadow: 0 18px 50px rgba(0,0,0,.34); }
.consent-panel__inner { padding: 22px; }
.consent-panel h2 { margin: 0; font-family: var(--serif); font-size: 1.7rem; line-height: 1.1; }
.consent-panel p { margin: 10px 0 0; color: rgba(255,255,255,.74); font-size: .85rem; line-height: 1.55; }
.consent-panel p a { color: var(--gold-light); text-decoration: underline; text-underline-offset: 3px; }
.consent-panel__actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 18px; }
.consent-button { min-height: 46px; border: 1px solid var(--gold); border-radius: 2px; padding: 8px 12px; cursor: pointer; font-family: var(--display); font-size: .66rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.consent-button--primary { background: var(--gold); color: var(--ink); }
.consent-button--secondary { background: transparent; color: var(--gold-light); }

.page-privacy .site-header { border-color: rgba(255,255,255,.12); background: rgba(7,28,37,.97); }
.privacy-hero { padding: 160px 0 80px; background: var(--ink); color: var(--white); }
.privacy-hero .eyebrow { color: var(--gold-light); }
.privacy-hero h1 { max-width: 900px; margin: 0; font-family: var(--serif); font-size: clamp(3.2rem, 9vw, 6.5rem); font-weight: 400; line-height: .95; }
.privacy-hero__intro { max-width: 740px; margin: 28px 0 0; color: rgba(255,255,255,.76); font-size: 1.08rem; }
.privacy-hero__updated { margin: 22px 0 0; color: var(--gold-light); font-size: .72rem; letter-spacing: .06em; text-transform: uppercase; }
.privacy-content { max-width: 900px; padding-top: 80px; padding-bottom: 100px; }
.privacy-section { padding: 0 0 42px; margin: 0 0 42px; border-bottom: 1px solid var(--line); }
.privacy-section h2 { margin: 0 0 20px; font-size: clamp(2rem, 5vw, 3rem); line-height: 1.05; }
.privacy-section p { margin: 0 0 16px; color: #34484e; }
.privacy-section a, .privacy-contact a { color: #875b08; font-weight: 600; text-decoration: underline; text-underline-offset: 4px; }
.privacy-contact { margin: 0; font-size: 1.05rem; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@keyframes hero-drift { from { transform: scale(1.07); } to { transform: scale(1.015); } }

@media (max-width: 350px) {
    :root { --shell: min(1180px, calc(100% - 32px)); }
    .site-header { padding-inline: 16px; }
    .brand { width: 126px; }
    .mobile-nav { padding-inline: 16px; }
    .hero { height: max(770px, 100svh); }
    .hero__content { padding-bottom: 137px; }
    .hero__statement { font-size: 2.65rem; }
    html[lang="en"] .hero__statement { font-size: 2.38rem; }
    .hero__footer ul { gap: 3px 7px; font-size: .5rem; letter-spacing: .025em; }
    .hero__footer li:not(:last-child)::after { margin-left: 7px; }
    .button { font-size: .62rem; }
    .whatsapp-float { right: max(12px, env(safe-area-inset-right)); bottom: max(12px, env(safe-area-inset-bottom)); }
}

@media (min-width: 700px) {
    :root { --shell: min(1180px, calc(100% - 72px)); }
    .section { padding: 120px 0; }
    .site-header { padding: 12px 36px; }
    .brand { width: 170px; }
    .hero__content { padding-bottom: 120px; }
    .button { width: auto; min-width: 300px; padding-inline: 28px; }
    .hero__footer { bottom: 36px; }
    .hero__footer ul { gap: 8px 20px; font-size: .66rem; letter-spacing: .08em; }
    .hero__footer li:not(:last-child)::after { margin-left: 20px; }
    .work-grid { grid-template-columns: repeat(2, 1fr); }
    .project--wide { grid-column: 1 / -1; display: grid; grid-template-columns: 1.35fr 1fr; }
    .project--wide .project__media { aspect-ratio: 16/10; }
    .project--wide .project__body { display: flex; flex-direction: column; justify-content: flex-end; padding: 36px; }
    .capability-list li { grid-template-columns: 60px 1fr; padding: 30px 0; }
    .local__layout { grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); align-items: center; gap: 70px; }
    .process-grid { grid-template-columns: repeat(2, 1fr); }
    .process-grid li { padding: 30px; border-right: 1px solid var(--line); }
    .footer__grid { grid-template-columns: 1fr 1.2fr auto; align-items: start; }
    .footer__bottom { flex-direction: row; justify-content: space-between; gap: 20px; }
    .footer__links { justify-content: flex-end; }
    .consent-panel { right: 24px; bottom: 24px; left: auto; width: calc(100% - 48px); }
    .footer { padding-bottom: 92px; }
    .whatsapp-float { width: auto; min-height: 50px; max-width: calc(100vw - 32px); padding: 10px 16px; }
    .whatsapp-float > span { position: static; width: auto; height: auto; overflow: visible; clip: auto; white-space: normal; }
}

@media (min-width: 1100px) {
    html { scroll-padding-top: 84px; }
    .site-header { padding-inline: max(48px, calc((100vw - 1320px)/2)); }
    .site-header.is-scrolled { padding-block: 7px; }
    .brand { width: 190px; }
    .menu-toggle, .mobile-nav { display: none; }
    .desktop-nav { display: flex; align-items: center; justify-content: flex-end; gap: clamp(16px, 1.8vw, 32px); font-size: .64rem; letter-spacing: .08em; text-transform: uppercase; }
    .desktop-nav > a:not(.desktop-nav__cta) { padding: 10px 0; }
    .desktop-nav__cta { min-width: 154px; padding: 11px 17px; border: 1px solid var(--gold); border-radius: 999px; color: var(--gold-light); text-align: center; }
    .hero__content { padding-top: 135px; padding-bottom: 62px; }
    .hero__poster, .hero__video { object-position: center 58%; }
    .hero__veil { background: linear-gradient(180deg, rgba(5,18,24,.58) 0%, rgba(5,18,24,.12) 31%, rgba(5,18,24,.66) 100%), linear-gradient(90deg, rgba(4,18,25,.83) 0%, rgba(4,18,25,.27) 58%, rgba(4,18,25,.08) 100%); }
    .hero__statement { font-size: clamp(5.35rem, 7.1vw, 7.2rem); }
    html[lang="en"] .hero__statement { font-size: clamp(4.8rem, 6.1vw, 6.7rem); }
    .hero__scroll { position: absolute; z-index: 2; bottom: 38px; left: 50%; display: block; width: 28px; height: 42px; transform: translateX(-50%); }
    .hero__scroll::before, .hero__scroll::after { content: ""; position: absolute; top: 13px; width: 20px; height: 1px; background: white; }
    .hero__scroll::before { left: -2px; transform: rotate(45deg); }
    .hero__scroll::after { right: -2px; transform: rotate(-45deg); }
    .value__grid { grid-template-columns: 150px minmax(0, 1fr); }
    .value__aside { grid-column: 2; margin-left: auto; }
    .section-heading { grid-template-columns: minmax(0, 1.6fr) minmax(280px, .6fr); align-items: end; }
    .capabilities__layout { grid-template-columns: minmax(0, 1fr) minmax(460px, .9fr); gap: 100px; }
    .capabilities__intro { position: sticky; top: 150px; align-self: start; }
    .process-grid { grid-template-columns: repeat(4, 1fr); }
    .process-grid li { min-height: 240px; }
    .proof__layout { grid-template-columns: 150px minmax(0, 1fr); }
    .proof__note { grid-column: 2; margin-left: auto; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .reveal { opacity: 1; transform: none; }
    .hero__video { display: none !important; }
}
