
:root {
  --green: #1B451F;
  --green-dark: #102f18;
  --gold: #C6A64D;
  --cream: #f5f1e8;
  --ink: #18311f;
  --white: #ffffff;
  --muted: #657066;
  --shadow: 0 20px 60px rgba(16, 47, 24, .14);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Inter", sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.65;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.section { padding: 92px 0; }
.topbar {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 max(24px, calc((100vw - 1120px)/2));
  background: rgba(16, 47, 24, .88);
  backdrop-filter: blur(14px);
  color: white;
  border-bottom: 1px solid rgba(198,166,77,.35);
}
.brand { text-decoration: none; display: flex; flex-direction: column; line-height: 1.05; }
.brand span { font-family: "Cormorant Garamond", serif; font-size: 1.5rem; letter-spacing: .08em; }
.brand small { color: var(--gold); font-size: .68rem; letter-spacing: .18em; text-transform: uppercase; margin-top: 5px; }
nav { display: flex; align-items: center; gap: 26px; }
nav a { text-decoration: none; font-size: .92rem; }
.nav-cta { border: 1px solid var(--gold); padding: 9px 16px; border-radius: 999px; color: var(--gold); }

.hero {
  min-height: 92vh;
  display: grid;
  place-items: center;
  position: relative;
  background-image: url("assets/hero-guriezo.webp");
  background-size: cover;
  background-position: center;
  color: white;
  padding: 130px 20px 80px;
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(8,35,17,.88), rgba(8,35,17,.48) 55%, rgba(8,35,17,.18));
}
.hero-content { position: relative; width: min(1080px, 100%); }
.eyebrow { color: var(--gold); text-transform: uppercase; letter-spacing: .22em; font-size: .78rem; font-weight: 700; }
.eyebrow.dark { color: #9b7c22; }
h1, h2 { font-family: "Cormorant Garamond", serif; line-height: .98; margin: 0 0 24px; }
h1 { font-size: clamp(4.2rem, 11vw, 8.5rem); letter-spacing: .02em; max-width: 900px; }
h2 { font-size: clamp(2.6rem, 5vw, 4.3rem); }
.hero-subtitle { max-width: 680px; font-size: clamp(1.05rem, 2vw, 1.35rem); color: rgba(255,255,255,.9); }
.actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 34px; }
.button {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 52px; padding: 0 24px; border-radius: 999px;
  text-decoration: none; font-weight: 700; transition: .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--gold); color: var(--green-dark); }
.button.secondary { border: 1px solid rgba(255,255,255,.7); color: white; }
.button.gold { background: var(--gold); color: var(--green-dark); }

.split { display: grid; grid-template-columns: 1.05fr .95fr; gap: 64px; align-items: center; }
.copy p { font-size: 1.05rem; color: #415047; }
.text-link { display: inline-block; margin-top: 12px; color: var(--green); font-weight: 700; text-decoration: none; border-bottom: 1px solid var(--gold); }
.logo-card { background: var(--green-dark); padding: 22px; box-shadow: var(--shadow); }
.logo-card img { width: 100%; }
.stats { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; margin-top: 70px; }
.stats article, .phase-stats article {
  padding: 26px 18px; border: 1px solid rgba(198,166,77,.5); background: rgba(255,255,255,.62);
}
.stats strong, .phase-stats strong { display: block; font-family: "Cormorant Garamond", serif; font-size: 2.1rem; color: var(--green); }
.stats span, .phase-stats span { display: block; font-size: .83rem; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; }

.dark-section { background: var(--green-dark); color: white; }
.section-heading { max-width: 760px; margin-bottom: 48px; }
.cards { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.info-card { padding: 30px 24px; border: 1px solid rgba(198,166,77,.38); background: rgba(255,255,255,.035); }
.info-card > span { color: var(--gold); font-weight: 700; font-size: .8rem; }
.info-card h3 { font-size: 1.2rem; margin: 14px 0 10px; }
.info-card p { color: rgba(255,255,255,.72); margin: 0; font-size: .94rem; }

.concept { background: #fffdf8; }
.concept-grid { grid-template-columns: .95fr 1.05fr; }
.concept-image img { box-shadow: var(--shadow); }
.features { list-style: none; padding: 0; margin: 28px 0 0; display: grid; gap: 12px; }
.features li { position: relative; padding-left: 28px; font-weight: 600; }
.features li::before { content: "◆"; position: absolute; left: 0; color: var(--gold); font-size: .75rem; top: 3px; }

.phase { background: var(--cream); }
.phase-stats { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.survey { background: var(--green); color: white; }
.survey-box { display: grid; grid-template-columns: 1.3fr .7fr; gap: 40px; align-items: center; }
.survey-box h2 { margin-bottom: 15px; }
.survey-box p { color: rgba(255,255,255,.8); max-width: 700px; }
.survey-action { display: flex; flex-direction: column; align-items: center; gap: 12px; }
.survey-action small { color: rgba(255,255,255,.7); }

footer { background: #0b2512; color: white; padding: 50px 0 28px; }
.footer-grid { display: flex; justify-content: space-between; gap: 30px; }
.footer-grid > div { display: flex; flex-direction: column; }
.footer-grid strong { color: var(--gold); }
.footer-grid a, .footer-grid span { color: rgba(255,255,255,.76); text-decoration: none; }
.legal { margin-top: 32px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.48); font-size: .76rem; }

.reveal { opacity: 0; transform: translateY(18px); transition: .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  nav a:not(.nav-cta) { display: none; }
  .split, .survey-box { grid-template-columns: 1fr; }
  .stats, .cards { grid-template-columns: repeat(2,1fr); }
  .hero { min-height: 82vh; background-position: 58% center; }
  .section { padding: 70px 0; }
}
@media (max-width: 560px) {
  .topbar { height: 68px; padding: 0 18px; }
  .brand span { font-size: 1.15rem; }
  .brand small { font-size: .56rem; }
  .hero { padding-top: 110px; }
  h1 { font-size: 4.3rem; }
  .stats, .cards, .phase-stats { grid-template-columns: 1fr; }
  .container { width: min(100% - 28px, 1120px); }
  .footer-grid { flex-direction: column; }
  .button { width: 100%; }
}

.menu-button { display:none; background:none; border:0; color:white; font-size:1.5rem; cursor:pointer; }
.microcopy { margin-top:18px; font-size:.8rem; color:rgba(255,255,255,.68); }
.scroll-hint { position:absolute; bottom:22px; color:white; text-decoration:none; font-size:1.7rem; animation:bounce 1.8s infinite; }
@keyframes bounce { 0%,100%{transform:translateY(0)} 50%{transform:translateY(7px)} }
.location .section-heading p:last-child { color:rgba(255,255,255,.72); max-width:760px; }
.distance-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:14px; margin:42px 0 28px; }
.distance-grid article { padding:24px; border:1px solid rgba(198,166,77,.45); text-align:center; }
.distance-grid strong { display:block; color:var(--gold); font-family:"Cormorant Garamond",serif; font-size:2.2rem; }
.distance-grid span { color:rgba(255,255,255,.72); }
.map-button { width:max-content; }
.survey-box { grid-template-columns:1.25fr .75fr; }
.survey-copy { display:flex; flex-direction:column; align-items:flex-start; }
.survey-copy small { margin-top:12px; color:rgba(255,255,255,.65); }
.qr-card { justify-self:end; background:white; color:var(--green-dark); text-decoration:none; padding:16px; border-radius:18px; width:min(300px,100%); box-shadow:0 20px 50px rgba(0,0,0,.22); text-align:center; }
.qr-card img { border-radius:10px; }
.qr-card strong { display:block; margin-top:10px; }
@media (max-width:900px) {
  .menu-button { display:block; }
  nav { position:absolute; top:68px; left:14px; right:14px; background:#102f18; padding:18px; flex-direction:column; align-items:stretch; border:1px solid rgba(198,166,77,.35); display:none; }
  nav.open { display:flex; }
  nav a:not(.nav-cta) { display:block; }
  .distance-grid { grid-template-columns:repeat(2,1fr); }
  .qr-card { justify-self:start; }
}
@media (max-width:560px) {
  .distance-grid { grid-template-columns:1fr 1fr; }
  .map-button { width:100%; }
}

.hero { background: #102f18; overflow: hidden; }
.hero-photo {
  position:absolute; inset:0;
  background-image:url("assets/hero-vista-aerea.webp");
  background-repeat:no-repeat;
  background-position:center;
  background-size:contain;
  background-color:#102f18;
}
.hero-overlay {
  background: linear-gradient(90deg, rgba(8,35,17,.84) 0%, rgba(8,35,17,.58) 46%, rgba(8,35,17,.28) 75%, rgba(8,35,17,.18) 100%);
}
.today { background:#f5f1e8; }
.today-image { width:100%; border-radius:18px; box-shadow:var(--shadow); }
.concept-grid { grid-template-columns:1.15fr .85fr; }
.concept-image img {
  width:100%;
  max-height:720px;
  object-fit:cover;
  border-radius:18px;
  box-shadow:var(--shadow);
}
.gallery-wrap { margin-top:80px; }
.gallery-heading { max-width:760px; margin-bottom:26px; }
.gallery-heading h3 { font-family:"Cormorant Garamond",serif; font-size:2.5rem; margin:0 0 10px; }
.gallery-heading p:last-child { color:#5e6b61; }
.gallery { display:grid; grid-template-columns:repeat(2,1fr); gap:18px; }
.gallery-item { margin:0; overflow:hidden; border-radius:18px; box-shadow:var(--shadow); background:#ddd; }
.gallery-item.wide { grid-column:1 / -1; }
.gallery-item img { width:100%; height:100%; object-fit:cover; aspect-ratio:16/10; transition:transform .35s ease; }
.gallery-item.wide img { aspect-ratio:16/7; }
.gallery-item:hover img { transform:scale(1.02); }
@media (max-width:900px) {
  .hero-photo { background-size:cover; background-position:center; }
  .concept-grid { grid-template-columns:1fr; }
}
@media (max-width:640px) {
  .gallery { grid-template-columns:1fr; }
  .gallery-item.wide { grid-column:auto; }
  .gallery-item.wide img { aspect-ratio:4/3; }
}
