:root {
  --forest: #0b4b2e;
  --deep: #073a24;
  --leaf: #2c7a48;
  --yellow: #f5c626;
  --orange: #ef6b2d;
  --cream: #f5f2e9;
  --paper: #fffdf8;
  --ink: #183128;
  --muted: #68766f;
  --line: rgba(11, 75, 46, .15);
  --shadow: 0 28px 70px rgba(21, 58, 42, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }

#site-header { position: fixed; top: 0; right: 0; left: 0; z-index: 100; border-bottom: 1px solid transparent; transition: background .25s ease, border-color .25s ease, box-shadow .25s ease; }
#site-header.scrolled { border-color: rgba(11,75,46,.08); background: rgba(255,253,248,.96); box-shadow: 0 8px 30px rgba(11,75,46,.08); backdrop-filter: blur(16px); }
.nav-shell { display: flex; align-items: center; justify-content: space-between; width: min(100% - 48px, 1360px); height: 98px; margin: 0 auto; }
.brand { position: relative; z-index: 3; width: 152px; padding: 8px 12px; border-radius: 13px; background: rgba(255,255,255,.96); box-shadow: 0 8px 24px rgba(4,39,23,.12); }
.logo { width: 100%; }
#navbar-menu { display: flex; align-items: center; gap: 30px; }
#navbar-menu > a:not(.cta-link) { position: relative; color: #fff; font-size: 13px; font-weight: 800; }
#navbar-menu > a:not(.cta-link)::after { position: absolute; right: 0; bottom: -11px; left: 0; height: 2px; transform: scaleX(0); transform-origin: left; background: var(--yellow); content: ""; transition: transform .2s ease; }
#navbar-menu > a:hover::after, #navbar-menu > a.active::after { transform: scaleX(1); }
#site-header.scrolled #navbar-menu > a:not(.cta-link) { color: var(--forest); }
#language-select { padding: 10px 30px 10px 13px; border: 1px solid rgba(255,255,255,.45); border-radius: 999px; outline: none; background: rgba(4,39,23,.18); color: #fff; font-size: 12px; font-weight: 800; }
#language-select option { color: var(--ink); }
#site-header.scrolled #language-select { border-color: var(--line); background: #fff; color: var(--forest); }
.cta-button { display: inline-flex; align-items: center; gap: 12px; padding: 14px 19px; border-radius: 999px; background: #fff; color: var(--forest); font-size: 11px; font-weight: 900; transition: transform .18s ease, background .18s ease; }
.cta-button:hover { transform: translateY(-2px); background: var(--yellow); }
#site-header.scrolled .cta-button { background: var(--forest); color: #fff; }
#navbar-toggle, #navbar-close { display: none; }

.hero { position: relative; display: flex; align-items: flex-end; min-height: 760px; height: 92vh; overflow: hidden; background: var(--deep); color: #fff; }
.hero-image, .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; animation: heroReveal 1.2s ease both; }
.hero-overlay { background: linear-gradient(90deg, rgba(4,39,23,.88), rgba(4,39,23,.54) 49%, rgba(4,39,23,.12)), linear-gradient(0deg, rgba(4,39,23,.5), transparent 48%); }
.hero-content { position: relative; z-index: 1; width: min(100% - 48px, 1360px); margin: 0 auto; padding: 180px 0 105px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 24px; color: var(--leaf); font-size: 11px; font-weight: 900; letter-spacing: .19em; }
.eyebrow::before { width: 34px; height: 2px; background: currentColor; content: ""; }
.eyebrow.light { color: #e4efaa; }
.hero h1 { max-width: 950px; margin: 0; font-size: clamp(70px, 9vw, 138px); line-height: .88; letter-spacing: -.07em; }
.hero-content > p:not(.eyebrow) { max-width: 720px; margin: 34px 0 0; color: rgba(255,255,255,.82); font-size: clamp(17px,1.5vw,21px); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 42px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 27px; min-height: 58px; padding: 0 27px; border-radius: 999px; font-size: 13px; font-weight: 900; transition: transform .18s ease, background .18s ease, color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-yellow { background: var(--yellow); color: var(--forest); }
.button-outline { border: 1px solid rgba(255,255,255,.48); color: #fff; }
.button-outline:hover { background: #fff; color: var(--forest); }
.button-white { background: #fff; color: var(--orange); }
.hero-location { position: absolute; right: max(24px, calc((100vw - 1360px)/2)); bottom: 48px; z-index: 1; display: flex; align-items: center; gap: 10px; margin: 0; font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.hero-location span { color: var(--yellow); font-size: 8px; }

.contact-section, .map-section { width: min(100% - 48px, 1360px); margin: 0 auto; }
.contact-section { padding: 140px 0; }
.section-heading, .map-heading { display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 80px; margin-bottom: 60px; }
.section-title, .quick-contact h2 { margin: 0; color: var(--forest); font-size: clamp(48px,5.2vw,76px); line-height: .96; letter-spacing: -.057em; }
.section-heading > p, .map-heading > p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.contact-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 24px; }
.contact-card { display: flex; flex-direction: column; justify-content: space-between; min-height: 670px; padding: 54px; border-radius: 42px; background: var(--forest); color: #fff; box-shadow: var(--shadow); }
.card-label, .form-label { margin: 0 0 22px; color: #dceca2; font-size: 10px; font-weight: 900; letter-spacing: .18em; }
.contact-card h3 { max-width: 460px; margin: 0; font-size: clamp(36px,3.6vw,54px); line-height: 1.02; letter-spacing: -.045em; }
.contact-list { margin: 48px 0; border-top: 1px solid rgba(255,255,255,.18); }
.contact-list a, .contact-list > div { position: relative; display: flex; flex-direction: column; gap: 7px; padding: 23px 36px 23px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.contact-list span { color: rgba(255,255,255,.58); font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.contact-list strong { font-size: 18px; }
.contact-list b { position: absolute; right: 0; top: 30px; }
.availability { display: flex; align-items: center; gap: 12px; margin: 0; color: rgba(255,255,255,.7); font-size: 13px; line-height: 1.6; }
.availability i { flex: 0 0 auto; width: 9px; height: 9px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 0 6px rgba(245,198,38,.14); }
.contact-form { padding: 58px; border: 1px solid var(--line); border-radius: 42px; background: var(--paper); box-shadow: var(--shadow); }
.form-label { color: var(--leaf); }
.contact-form h3 { margin: 0 0 38px; color: var(--forest); font-size: clamp(38px,4vw,56px); letter-spacing: -.05em; }
.contact-form label { display: block; margin-bottom: 21px; }
.contact-form label > span { display: block; margin-bottom: 10px; color: var(--forest); font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid rgba(11,75,46,.17); border-radius: 15px; outline: none; background: #fff; color: var(--ink); transition: border-color .18s ease, box-shadow .18s ease; }
.contact-form input { height: 57px; padding: 0 17px; }
.contact-form textarea { min-height: 145px; padding: 16px 17px; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--leaf); box-shadow: 0 0 0 4px rgba(44,122,72,.1); }
.contact-form form > button { display: flex; align-items: center; justify-content: space-between; width: 100%; height: 62px; margin-top: 28px; padding: 0 24px; border: 0; border-radius: 999px; background: var(--yellow); color: var(--forest); font-weight: 900; transition: transform .18s ease, background .18s ease; }
.contact-form form > button:hover { transform: translateY(-2px); background: #ffdd59; }

.map-section { padding: 15px 0 140px; }
.map-responsive { height: 570px; overflow: hidden; border-radius: 42px; box-shadow: var(--shadow); }
.map-responsive iframe { width: 100%; height: 100%; filter: saturate(.72) contrast(.96); }
.quick-contact { background: var(--orange); color: #fff; }
.quick-contact-inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 50px; width: min(100% - 48px,1360px); margin: 0 auto; padding: 90px 0; }
.quick-contact h2 { max-width: 850px; color: #fff; }

footer { padding: 80px max(24px,calc((100vw - 1360px)/2)) 24px; background: var(--deep); color: #fff; }
.footer-main { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 72px; padding-bottom: 65px; }
.footer-brand img { width: 155px; margin-bottom: 25px; padding: 8px 12px; border-radius: 12px; background: #fff; }
.footer-brand p { max-width: 410px; color: rgba(255,255,255,.61); font-size: 14px; line-height: 1.7; }
.footer-main > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; }
.footer-main h3 { margin: 4px 0 10px; color: #dceca2; font-size: 10px; letter-spacing: .17em; text-transform: uppercase; }
.footer-main a, .footer-main > div > p { margin: 0; color: rgba(255,255,255,.72); font-size: 13px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.5); font-size: 11px; }
.footer-bottom p { margin: 0; }
.whatsapp-float { position: fixed; right: 24px; bottom: 22px; z-index: 90; display: flex; align-items: center; gap: 12px; padding: 8px 8px 8px 17px; border: 1px solid rgba(255,255,255,.5); border-radius: 999px; background: var(--forest); color: #fff; box-shadow: 0 12px 30px rgba(5,58,34,.23); font-size: 11px; font-weight: 900; }
.whatsapp-float strong { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--yellow); color: var(--forest); }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
@keyframes heroReveal { from { transform: scale(1.05); opacity: .65; } to { transform: scale(1); opacity: 1; } }

@media (min-width: 821px) { #navbar-menu { transform: none !important; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *,*::before,*::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } .reveal { opacity: 1; transform: none; } }

@media (max-width: 1020px) {
  #navbar-menu { gap: 20px; }
  .cta-link { display: none; }
  .contact-card, .contact-form { padding: 42px; }
  .footer-main { gap: 40px; }
}

@media (max-width: 820px) {
  .nav-shell { width: calc(100% - 34px); height: 82px; }
  .brand { width: 132px; padding: 7px 10px; }
  #navbar-toggle { position: relative; z-index: 3; display: flex; flex-direction: column; justify-content: center; gap: 5px; width: 43px; height: 43px; padding: 0 11px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; background: rgba(4,39,23,.18); }
  #navbar-toggle span { width: 100%; height: 2px; background: #fff; }
  #site-header.scrolled #navbar-toggle { border-color: var(--line); background: #fff; }
  #site-header.scrolled #navbar-toggle span { background: var(--forest); }
  #navbar-menu { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; gap: 25px; transform: translateY(-100%); padding: 90px 34px; background: var(--deep); transition: transform .3s ease; }
  #navbar-menu > a:not(.cta-link), #site-header.scrolled #navbar-menu > a:not(.cta-link) { color: #fff; font-size: 34px; letter-spacing: -.04em; }
  #navbar-menu > a::after { display: none; }
  #navbar-close { position: absolute; top: 24px; right: 24px; display: grid; place-items: center; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; background: transparent; color: #fff; font-size: 29px; }
  #language-select { width: 170px; margin-top: 8px; }
  .cta-link { display: block; }
  .cta-button { background: var(--yellow); }
  .hero { min-height: 720px; height: 90vh; }
  .hero-content { width: calc(100% - 34px); padding-bottom: 85px; }
  .hero-location { display: none; }
  .contact-section, .map-section { width: calc(100% - 34px); }
  .contact-section { padding: 100px 0; }
  .section-heading, .map-heading { grid-template-columns: 1fr; gap: 26px; margin-bottom: 48px; }
  .contact-layout { grid-template-columns: 1fr; }
  .contact-card { min-height: 590px; }
  .map-section { padding-bottom: 100px; }
  .map-responsive { height: 470px; }
  .quick-contact-inner { grid-template-columns: 1fr; align-items: start; width: calc(100% - 34px); padding: 75px 0; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1/-1; }
}

@media (max-width: 560px) {
  .hero h1 { font-size: clamp(64px,19vw,90px); }
  .hero-content > p:not(.eyebrow) { margin-top: 26px; font-size: 16px; }
  .hero-actions { flex-direction: column; align-items: stretch; margin-top: 32px; }
  .button { width: 100%; }
  .section-title, .quick-contact h2 { font-size: 45px; }
  .contact-card, .contact-form { padding: 34px 24px; border-radius: 30px; }
  .contact-card h3 { font-size: 39px; }
  .contact-form h3 { font-size: 40px; }
  .map-responsive { height: 400px; border-radius: 30px; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .whatsapp-float { padding: 7px; }
  .whatsapp-float span { display: none; }
}
