﻿:root {
  --forest:#123b32;
  --forest-2:#092b24;
  --lime:#d9f275;
  --cream:#f5f0e6;
  --paper:#fffdf8;
  --ink:#17221f;
  --muted:#64716d;
  --line:rgba(23,34,31,.14)
}

* {
  box-sizing:border-box
}

html {
  scroll-behavior:smooth
}

body {
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:"DM Sans",sans-serif
}

img {
  display:block;
  width:100%;
  object-fit:cover
}

a {
  color:inherit;
  text-decoration:none
}

.site-header {
  height:82px;
  padding:0 clamp(20px,5vw,72px);
  display:flex;
  align-items:center;
  justify-content:space-between;
  background:rgba(255,253,248,.94);
  backdrop-filter:blur(16px);
  position:sticky;
  top:0;
  z-index:20;
  border-bottom:1px solid var(--line)
}

.brand {
  display:flex;
  align-items:center;
  gap:11px
}

.brand-icon {
  width:44px;
  height:44px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:var(--forest);
  color:var(--lime);
  font-weight:700
}

.brand>span:last-child {
  display:grid;
  line-height:1
}

.brand strong {
  font-family:"Playfair Display",serif;
  font-size:1.25rem
}

.brand small {
  text-transform:uppercase;
  letter-spacing:.15em;
  font-size:.58rem;
  margin-top:5px
}

.main-nav {
  display:flex;
  gap:30px;
  font-weight:600;
  font-size:.92rem
}

.main-nav a:hover {
  color:#34755f
}

.header-cta,.button,.booking-form button {
  font-weight:700;
  border-radius:999px
}

.header-cta {
  background:var(--forest);
  color:#fff;
  padding:12px 20px
}

.menu-toggle {
  display:none;
  border:0;
  background:none;
  font-size:1.5rem
}

.hero {
  min-height:calc(100vh - 82px);
  position:relative;
  display:flex;
  align-items:center;
  padding:80px clamp(20px,8vw,120px);
  color:#fff;
  background:url("Portada/WhatsApp Image 2026-07-13 at 2.47.42 PM.jpeg") center/cover
}

.hero-shade {
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(6,31,25,.88),rgba(6,31,25,.48) 55%,rgba(6,31,25,.1))
}

.hero-content {
  position:relative;
  max-width:780px
}

.kicker {
  margin:0 0 20px;
  color:var(--lime);
  font-size:.76rem;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.18em
}

.kicker.dark {
  color:#39735f
}

.hero h1,.intro h2,.section-title h2,.why h2,.contact h2 {
  font-family:"Playfair Display",serif
}

.hero h1 {
  font-size:clamp(4rem,8.5vw,8rem);
  line-height:.88;
  margin:0 0 28px;
  letter-spacing:-.045em
}

.hero h1 em {
  color:var(--lime);
  font-weight:600
}

.hero-lead {
  font-size:clamp(1rem,2vw,1.25rem);
  line-height:1.7;
  max-width:600px;
  color:rgba(255,255,255,.86)
}

.hero-actions {
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:32px
}

.button {
  padding:15px 23px
}

.button-primary {
  background:var(--lime);
  color:var(--forest-2)
}

.button-ghost {
  border:1px solid rgba(255,255,255,.6)
}

.hero-note {
  position:absolute;
  right:5vw;
  bottom:38px;
  display:grid;
  text-align:right
}

.hero-note span {
  font-size:.72rem;
  text-transform:uppercase;
  letter-spacing:.14em;
  color:var(--lime)
}

.trust-bar {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  background:var(--forest);
  color:#fff;
  padding:0 clamp(20px,5vw,72px)
}

.trust-bar div {
  padding:27px 5vw;
  border-right:1px solid rgba(255,255,255,.13);
  display:grid;
  gap:4px
}

.trust-bar div:last-child {
  border:0
}

.trust-bar span {
  color:rgba(255,255,255,.62);
  font-size:.85rem
}

.intro {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8vw;
  padding:110px clamp(20px,8vw,120px);
  align-items:start
}

.intro h2,.section-title h2,.why h2,.contact h2 {
  font-size:clamp(2.7rem,5vw,5rem);
  line-height:1.02;
  margin:0
}

.intro>div:last-child {
  padding-top:26px;
  color:var(--muted);
  font-size:1.12rem;
  line-height:1.8
}

.text-link {
  display:inline-block;
  color:var(--forest);
  font-weight:700;
  border-bottom:1px solid;
  margin-top:12px
}

.tours {
  background:var(--cream);
  padding:110px clamp(20px,5vw,72px)
}

.section-title {
  text-align:center;
  max-width:760px;
  margin:0 auto 52px
}

.section-title>p:last-child {
  color:var(--muted);
  line-height:1.7
}

.tour-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px
}

.tour-card {
  background:var(--paper);
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 16px 45px rgba(18,59,50,.08)
}

.tour-card img {
  height:260px
}

.tour-card.featured {
  grid-column:span 2;
  display:grid;
  grid-template-columns:1.12fr .88fr
}

.tour-card.featured img {
  height:100%;
  min-height:430px
}

.card-content {
  padding:28px
}

.card-content>span {
  color:#4c7769;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:.7rem;
  font-weight:700
}

.card-content h3 {
  font-family:"Playfair Display",serif;
  font-size:1.75rem;
  margin:12px 0
}

.card-content p {
  color:var(--muted);
  line-height:1.65
}

.card-content a {
  font-weight:700;
  color:var(--forest);
  display:inline-block;
  margin-top:10px
}

.why {
  display:grid;
  grid-template-columns:1fr 1fr;
  background:var(--forest);
  color:#fff
}

.why-photo {
  position:relative
}

.why-photo>img {
  height:100%;
  min-height:720px
}

.why-photo>div {
  position:absolute;
  bottom:30px;
  right:30px;
  width:150px;
  height:150px;
  border-radius:50%;
  background:var(--lime);
  color:var(--forest);
  display:grid;
  place-content:center;
  text-align:center
}

.why-photo strong {
  font-family:"Playfair Display",serif;
  font-size:2.3rem
}

.why-photo span {
  font-size:.8rem;
  text-transform:uppercase;
  letter-spacing:.1em
}

.why-copy {
  padding:100px clamp(30px,7vw,110px)
}

.why-copy ul {
  list-style:none;
  margin:46px 0 0;
  padding:0
}

.why-copy li {
  display:grid;
  grid-template-columns:45px 1fr;
  gap:18px;
  padding:24px 0;
  border-top:1px solid rgba(255,255,255,.14)
}

.why-copy li>span {
  color:var(--lime)
}

.why-copy strong {
  font-size:1.1rem
}

.why-copy p {
  color:rgba(255,255,255,.62);
  margin:7px 0;
  line-height:1.6
}

.contact {
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:7vw;
  padding:110px clamp(20px,8vw,120px);
  background:#e6edcf
}

.contact-copy>p:not(.kicker) {
  color:#52615c;
  line-height:1.7;
  font-size:1.08rem
}

.contact-details {
  display:grid;
  gap:9px;
  margin-top:34px;
  font-weight:600
}

.booking-form {
  background:var(--paper);
  padding:32px;
  border-radius:20px;
  display:grid;
  gap:17px;
  box-shadow:0 20px 50px rgba(18,59,50,.12)
}

.booking-form label {
  display:grid;
  gap:7px;
  font-weight:600;
  font-size:.86rem
}

.booking-form input,.booking-form select,.booking-form textarea {
  width:100%;
  border:1px solid #ccd5ce;
  background:white;
  padding:13px;
  border-radius:9px;
  font:inherit
}

.booking-form textarea {
  min-height:95px;
  resize:vertical
}

.form-row {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:15px
}

.booking-form button {
  border:0;
  background:var(--forest);
  color:#fff;
  padding:16px;
  cursor:pointer
}

.booking-form button:hover {
  background:#1b5447
}

footer {
  padding:32px clamp(20px,5vw,72px);
  background:var(--forest-2);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
  font-size:.85rem
}

.footer-brand .brand-icon {
  background:var(--lime);
  color:var(--forest)
}

footer p {
  color:rgba(255,255,255,.6)
}

@media(max-width:900px) {
  .main-nav {
  position:absolute;
  top:82px;
  left:0;
  right:0;
  background:var(--paper);
  padding:24px;
  display:none;
  flex-direction:column
}

.main-nav.open {
  display:flex
}

.menu-toggle {
  display:block
}

.header-cta {
  display:none
}

.tour-grid {
  grid-template-columns:1fr 1fr
}

.tour-card.featured {
  grid-column:span 2
}

.why,.contact,.intro {
  grid-template-columns:1fr
}

.why-photo>img {
  min-height:500px
}

.contact {
  gap:50px
}


}

@media(max-width:600px) {
  .site-header {
  height:70px
}

.main-nav {
  top:70px
}

.hero {
  min-height:780px;
  align-items:flex-start;
  padding-top:110px
}

.hero h1 {
  font-size:3.8rem
}

.hero-note {
  left:20px;
  right:auto;
  text-align:left
}

.trust-bar,.tour-grid {
  grid-template-columns:1fr
}

.trust-bar div {
  border-right:0;
  border-bottom:1px solid rgba(255,255,255,.13);
  padding:20px
}

.tour-card.featured {
  grid-column:auto;
  display:block
}

.tour-card.featured img,.tour-card img {
  height:260px;
  min-height:0
}

.intro,.tours,.why-copy,.contact {
  padding:78px 20px
}

.form-row {
  grid-template-columns:1fr
}

footer {
  align-items:flex-start;
  flex-direction:column
}

.footer-brand {
  display:none
}


}

