@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

:root{--blue:#0b2c6b;--navy:#081d45;--ink:#172033;--muted:#667085;--soft:#f5f7fa;--line:#e4e8ef;--white:#fff;--max:1280px}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Inter',Arial,sans-serif;color:var(--ink);line-height:1.65;-webkit-font-smoothing:antialiased}
img{display:block;width:100%} a{color:inherit}.wrap{width:min(calc(100% - 48px),var(--max));margin:auto}

.site-header{position:fixed;inset:0 0 auto;z-index:1000;background:rgba(255,255,255,.96);border-bottom:1px solid rgba(11,44,107,.08);backdrop-filter:blur(12px)}
.header-inner{width:min(calc(100% - 48px),1400px);min-height:88px;margin:auto;display:flex;align-items:center;gap:34px}
.brand img{width:190px}.main-nav{display:flex;gap:27px;margin-left:auto}.main-nav a{text-decoration:none;text-transform:uppercase;letter-spacing:.06em;font-size:.77rem;font-weight:700}
.header-cta{text-decoration:none;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:800;color:#fff;background:var(--blue);padding:14px 18px}
.menu-toggle{display:none;border:0;background:transparent;padding:8px}.menu-toggle span{display:block;width:26px;height:2px;background:var(--navy);margin:5px}

.hero{min-height:100svh;position:relative;display:flex;align-items:center;color:#fff;background:url('../img/hero-grimaldi.jpg') center 55%/cover no-repeat;padding-top:88px}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,29,69,.90),rgba(8,29,69,.68) 48%,rgba(8,29,69,.18))}
.hero-content{position:relative;z-index:2;padding-block:100px}.eyebrow,.section-kicker{text-transform:uppercase;letter-spacing:.16em;font-size:.76rem;font-weight:800;color:var(--blue)}
.hero .eyebrow{color:rgba(255,255,255,.8);margin-bottom:20px}.hero h1{max-width:900px;font-size:clamp(3rem,6.2vw,6.4rem);line-height:.97;letter-spacing:-.055em;font-weight:800}
.hero-claim{margin-top:30px;max-width:680px;font-size:clamp(1.15rem,2vw,1.55rem);color:rgba(255,255,255,.92)}
.hero-actions{display:flex;gap:14px;margin-top:38px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 24px;border:0;text-decoration:none;text-transform:uppercase;letter-spacing:.055em;font-size:.78rem;font-weight:800;cursor:pointer}
.btn-primary{background:#fff;color:var(--navy)}.btn-ghost{border:1px solid rgba(255,255,255,.6);color:#fff}.btn-dark{background:var(--navy);color:#fff}

.trust-strip{background:var(--navy);color:#fff}.trust-inner{width:min(100%,1500px);margin:auto;display:grid;grid-template-columns:repeat(5,1fr)}
.trust-inner div{min-height:118px;padding:25px 20px;border-right:1px solid rgba(255,255,255,.14);display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}
.trust-inner strong{font-size:1.15rem}.trust-inner span{margin-top:5px;color:rgba(255,255,255,.68);font-size:.78rem;text-transform:uppercase;letter-spacing:.08em}

.intro-section{padding:120px 0 85px;text-align:center}.intro-section h2,.section-heading h2,.destinations h2,.quote-section h2{margin-top:12px;font-size:clamp(2.2rem,4.2vw,4.4rem);line-height:1.06;letter-spacing:-.045em}
.lead{max-width:760px;margin:25px auto 0;color:var(--muted);font-size:1.12rem}

.editorial-row{min-height:720px;display:grid;grid-template-columns:58% 42%;background:var(--soft)}
.editorial-row.reverse{grid-template-columns:42% 58%}.editorial-row.reverse .editorial-image{order:2}.editorial-row.reverse .editorial-copy{order:1}
.editorial-image{min-height:650px;overflow:hidden}.editorial-image img{height:100%;object-fit:cover}
.editorial-copy{padding:90px clamp(45px,6vw,100px);display:flex;flex-direction:column;justify-content:center;align-items:flex-start;background:#fff}
.section-number{font-size:.8rem;color:#98a2b3;font-weight:700;margin-bottom:28px}.editorial-copy h2{margin:13px 0 24px;font-size:clamp(2.4rem,4vw,4.8rem);line-height:1;letter-spacing:-.05em}
.editorial-copy p:not(.section-kicker){max-width:570px;color:var(--muted);font-size:1.05rem}.text-link{margin-top:34px;text-decoration:none;font-weight:800;color:var(--blue);border-bottom:1px solid rgba(11,44,107,.25);padding-bottom:5px}

.operations{background:var(--navy);color:#fff;padding:120px 0}.section-kicker.light{color:#91a9dc}.operations h2{margin-top:12px;font-size:clamp(2.5rem,5vw,5.2rem);line-height:1;letter-spacing:-.05em}
.operations-grid{margin-top:70px;display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(255,255,255,.18)}
.operations-grid article{min-height:300px;padding:38px 45px 30px;border-right:1px solid rgba(255,255,255,.18)}.operations-grid h3{margin:35px 0 18px;font-size:2.3rem}.operations-grid p{color:rgba(255,255,255,.7)}

.projects{padding:125px 0}.section-heading{display:grid;grid-template-columns:1.4fr .6fr;gap:50px;align-items:end;margin-bottom:55px}.section-heading>p{color:var(--muted)}
.project-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.project-card{position:relative;overflow:hidden;min-height:420px;background:#ddd}.project-card img{height:100%;min-height:420px;object-fit:cover}
.project-card::after{content:"";position:absolute;inset:45% 0 0;background:linear-gradient(transparent,rgba(8,29,69,.78))}
.project-card figcaption{position:absolute;z-index:2;left:30px;right:30px;bottom:25px;color:#fff;display:flex;justify-content:space-between;align-items:end;gap:20px}
.project-card strong{font-size:1.3rem}.project-card span{text-transform:uppercase;letter-spacing:.08em;font-size:.7rem}.project-large,.project-large img{min-height:600px}.project-wide{grid-column:1/-1;min-height:520px}.project-wide img{min-height:520px}

.destinations{padding:120px 0;background:var(--soft)}.destinations-inner{display:grid;grid-template-columns:1.05fr .95fr;gap:100px;align-items:center}
.destinations p:not(.section-kicker){margin-top:25px;color:var(--muted);font-size:1.05rem}.destination-note{padding-left:20px;border-left:3px solid var(--blue);color:var(--navy)!important;font-weight:700}
.regions{display:grid;grid-template-columns:repeat(2,1fr);border-top:1px solid #cdd4df;border-left:1px solid #cdd4df}.regions span{min-height:130px;padding:25px;display:flex;align-items:end;font-size:1.2rem;font-weight:700;border-right:1px solid #cdd4df;border-bottom:1px solid #cdd4df}.regions span:last-child{grid-column:1/-1;background:var(--blue);color:#fff}

.quote-section{padding:125px 0}.quote-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:100px}.quote-intro>p:not(.section-kicker){margin-top:25px;color:var(--muted)}
.direct-contacts{margin-top:38px;display:flex;flex-direction:column;gap:8px}.direct-contacts a{color:var(--navy);font-weight:700;text-decoration:none}
.quote-form{padding:45px;background:var(--soft)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.quote-form label{display:block;margin-bottom:20px;color:var(--navy);font-size:.78rem;text-transform:uppercase;letter-spacing:.06em;font-weight:800}
.quote-form input,.quote-form textarea{width:100%;margin-top:8px;padding:15px 0;border:0;border-bottom:1px solid #c5ccd7;background:transparent;font:inherit;outline:none}

.site-footer{background:var(--navy);color:#fff;padding:75px 0 25px}.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:70px}.footer-brand img{width:200px;background:#fff;padding:10px}
.footer-brand p,.site-footer p{color:rgba(255,255,255,.65);margin-top:18px}.site-footer h3{font-size:.8rem;text-transform:uppercase;letter-spacing:.09em;margin-bottom:18px}.site-footer a{text-decoration:none}
.footer-bottom{margin-top:60px;padding-top:22px;border-top:1px solid rgba(255,255,255,.15);display:flex;justify-content:space-between;color:rgba(255,255,255,.45);font-size:.76rem}
.whatsapp-float{position:fixed;right:20px;bottom:20px;z-index:900;width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#25d366;color:#fff;text-decoration:none;font-size:.72rem;font-weight:800}

@media(max-width:820px){
.wrap,.header-inner{width:min(calc(100% - 32px),var(--max))}.header-inner{min-height:74px}.brand img{width:155px}.menu-toggle{display:block;margin-left:auto}.header-cta{display:none}
.main-nav{display:none;position:absolute;top:74px;left:0;right:0;background:#fff;padding:25px 16px 30px;flex-direction:column;align-items:flex-start}.main-nav.open{display:flex}
.hero{padding-top:74px;min-height:92svh;background-position:62% center}.hero-overlay{background:rgba(8,29,69,.76)}.hero h1{font-size:clamp(2.7rem,12vw,4.5rem)}
.trust-inner{grid-template-columns:1fr 1fr}.trust-inner div:last-child{grid-column:1/-1}
.editorial-row,.editorial-row.reverse{display:flex;flex-direction:column;min-height:auto}.editorial-row.reverse .editorial-image,.editorial-row.reverse .editorial-copy{order:initial}.editorial-image{min-height:0}.editorial-image img{height:auto;aspect-ratio:4/3}.editorial-copy{padding:60px 24px 70px}
.operations-grid{grid-template-columns:1fr}.operations-grid article{min-height:auto;border-right:0;border-bottom:1px solid rgba(255,255,255,.18)}
.section-heading,.destinations-inner,.quote-grid{grid-template-columns:1fr;gap:45px}.project-grid{grid-template-columns:1fr}.project-wide{grid-column:auto}.project-card,.project-card img,.project-large,.project-large img,.project-wide,.project-wide img{min-height:0}.project-card img{aspect-ratio:4/3}
.form-row{grid-template-columns:1fr;gap:0}.footer-grid{grid-template-columns:1fr;gap:40px}
}

@media(max-width:520px){
.hero h1{font-size:2.75rem}.hero-actions{flex-direction:column}.btn{width:100%}.trust-inner{grid-template-columns:1fr}.trust-inner div:last-child{grid-column:auto}
.editorial-copy h2{font-size:2.55rem}.regions{grid-template-columns:1fr}.regions span:last-child{grid-column:auto}.footer-bottom{flex-direction:column;gap:7px}
}
