/* Variables de color */
:root {
  --bg: #F6F3EE;
  --text: #111;
  --muted: #7a756f;
  --border: #e8e0d6;
  --dog: #FF6B2B;
  --bird: #1a5c3a;
}
* { margin: 0; padding: 0; box-sizing: border-box; font-family: Inter, system-ui, sans-serif; }
body { background: var(--bg); color: var(--text); }

/* páginas internas sin fondo */
.hotel-page, .bird-page {
  background: var(--bg);
}

/* Nav */
.nav { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 8px 5%; background: rgba(23, 59, 42, 0.96); border-bottom: 1px solid rgba(255,255,255,0.08); position: sticky; top: 0; z-index: 50; }
.logo { flex-shrink: 0; display: flex; align-items: center; height: 58px; }
.logo img { width: 185px; height: auto; max-height: 58px; object-fit: contain; display: block; }
.home-logo { height: 58px; }
.home-logo img { width: 185px; }
.nav-links { display: flex; align-items: center; gap: 4px; }
.nav-links a { padding: 8px 12px; text-decoration: none; color: rgba(217,234,217,0.88); font-weight: 600; font-size: 13px; border-radius: 8px; }
.nav-links a:hover { background: rgba(255,255,255,0.06); color: #fff; }
.nav-toggle { display: none; background: #2d5b38; color: #fff; border: 0; width: 40px; height: 40px; border-radius: 10px; font-size: 20px; cursor: pointer; }

/* Hero Home */
.hero-main { position: relative; overflow: hidden; text-align: center; padding: 90px 6% 62px; min-height: 470px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #fff; background-image: linear-gradient(180deg, rgba(11, 25, 19, 0.58), rgba(11, 25, 19, 0.7)), url('../images/hero-ranch.png'); background-size: cover; background-position: center; box-shadow: inset 0 -1px 0 rgba(255,255,255,0.08); }
.hero-main::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at center, rgba(255,255,255,0.08), transparent 48%); }
.hero-main > * { position: relative; z-index: 1; }
.hero-main h1 { font-size: clamp(38px, 6.4vw, 80px); line-height: .82; letter-spacing: -2.8px; text-transform: uppercase; text-shadow: 0 10px 24px rgba(0,0,0,0.28); max-width: 760px; }
.hero-main p { color: rgba(255,255,255,0.88); margin-top: 12px; font-size: clamp(0.9rem, 1.5vw, 1.08rem); text-shadow: 0 4px 12px rgba(0,0,0,0.2); max-width: 560px; letter-spacing: 0.02em; }

/* Split cards */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; padding: 32px 3%; max-width: 1220px; margin: 0 auto; }
.split-card { border-radius: 28px; overflow: hidden; text-decoration: none; background: #fff; border: 1px solid var(--border); display: block; transition: transform .2s ease, box-shadow .2s ease; }
.split-card:hover { transform: translateY(-4px); box-shadow: 0 20px 40px rgba(0,0,0,.08); }
.split-card img { width: 100%; height: 320px; object-fit: cover; display: block; }
.split-content { padding: 28px; background: #fff; color: var(--text); }
.split-content h2 { font-size: 30px; line-height: .95; margin-bottom: 10px; color: #111; }
.split-content p { color: var(--muted); max-width: 340px; line-height: 1.5; }
.tag { font-size: 11px; letter-spacing: 1px; border: 1px solid rgba(0,0,0,.12); padding: 6px 10px; border-radius: 20px; background: #fff; color:#111; display: inline-block; }
.split-content .link { color: var(--bird); font-weight: 800; display: inline-block; margin-top: 16px; }

/* Hero páginas internas */
.hero-sub { padding: 90px 6% 60px; text-align: center; color: #173b2a; background: #f6f1e8; border-bottom: 1px solid var(--border); }
.hero-sub h1{ font-size:52px; line-height:.9; color:#173b2a; }
.hero-sub p { color: var(--muted); max-width: 600px; margin: 16px auto 0; font-size: 18px; line-height: 1.5; }
.dog-bg { background: #f6f1e8; }
.bird-bg { background: #f6f1e8; }
.btn-primary { background: #fff; color: #000; padding: 14px 24px; border-radius: 30px; text-decoration: none; display: inline-block; margin-top: 24px; font-weight: 700; }

.hero-clean { background: #f6f1e8; min-height:auto; padding: 78px 6% 48px; display:grid; grid-template-columns: 1.1fr 0.9fr; gap:36px; align-items:center; border-bottom:1px solid var(--border); text-align:left; color:#173b2a; }
.bird-hero, .dog-hero { background: linear-gradient(180deg, #f8f4ee 0%, #edf4ee 100%); }
.bird-hero .hero-copy, .dog-hero .hero-copy { max-width: 620px; }
.bird-hero .tag, .dog-hero .tag { background: rgba(23,59,42,0.05); border-color: rgba(23,59,42,0.12); color: #173b2a; }
.bird-hero h1, .dog-hero h1 { margin-top: 10px; font-size: clamp(2.4rem, 4vw, 4.8rem); line-height: .92; letter-spacing: -1.6px; color:#173b2a; }
.bird-hero p, .dog-hero p { color: var(--muted); margin: 14px 0 20px; font-size: 1.02rem; line-height: 1.55; }
.bird-hero .subnote, .dog-hero .subnote { font-size: 12px; color: #6d7b70; margin-top: 12px; }
.bird-hero .image-frame, .dog-hero .image-frame { border-radius: 22px; overflow:hidden; aspect-ratio:4/3; background:#d9e6db; border:1px solid var(--border); box-shadow: 0 16px 30px rgba(16,24,19,0.08); display:flex; align-items:center; justify-content:center; }
.bird-hero .image-frame img, .dog-hero .image-frame img { width:100%; height:100%; object-fit:contain; object-position:center; display:block; background:#eaf1ea; }
.ideal-grid { max-width:900px; margin:0 auto; display:grid; grid-template-columns:1fr 1fr; gap:32px; align-items:center; }

.section { padding: 48px 6%; } .grid3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 14px; } .card { background: #fff; border: 1px solid var(--border); padding: 20px 18px; border-radius: 18px; box-shadow: 0 12px 20px rgba(17, 20, 19, 0.03); }
.card h3 { font-size: 1.25rem; margin-bottom: 8px; }
.card p { color: var(--muted); line-height: 1.55; }
.section-title { font-size: clamp(2rem, 3vw, 2.7rem); margin-bottom: 18px; }
.premium-list { margin-top: 16px; color: var(--muted); line-height: 1.8; font-size: 1rem; list-style:none; padding:0; }
.premium-list li { margin-bottom: 6px; }
.info-panel { background:#f6f1e8; border-radius:18px; padding:22px; border:1px solid var(--border); }
.info-panel h3 { font-size: 1.2rem; margin-bottom: 10px; }
.info-panel p { color: var(--muted); margin-top:10px; line-height:1.6; }

.btn-primary { background: #fff; color: #000; padding: 12px 22px; border-radius: 999px; text-decoration: none; display: inline-block; margin-top: 0; font-weight: 700; box-shadow: 0 12px 18px rgba(23,59,42,0.08); }
.btn-primary--dark { background: #173b2a; color: #fff; }
footer { text-align: center; padding: 20px 20px 28px; color: var(--muted); font-size: 12px; }
.location-section { padding: 40px 6% 28px; background: #173b2a; color: #fff; text-align: center; scroll-margin-top: 94px; }
.location-content { max-width: 960px; margin: 0 auto; } .location-section h2 { margin: 10px 0 6px; font-size: clamp(28px, 4.4vw, 46px); } .location-section p { color: #d9ead9; font-size: 15px; }
.map-frame { height: 260px; margin-top: 14px; overflow: hidden; border: 2px solid #dff2df; border-radius: 14px; background: #fff; } .map-frame iframe { width: 100%; height: 100%; border: 0; }
.contact-section { padding: 58px 6%; background: linear-gradient(180deg, #fffaf5 0%, #f4f1ec 100%); scroll-margin-top: 94px; } .contact-content { max-width: 1080px; margin: 0 auto; display: grid; grid-template-columns: .8fr 1.2fr; gap: 42px; padding: 22px 24px; background: rgba(255,255,255,0.72); border: 1px solid rgba(23,59,42,0.08); border-radius: 22px; box-shadow: 0 12px 30px rgba(25, 28, 24, 0.04); backdrop-filter: blur(8px); } .contact-intro h2 { margin: 14px 0 8px; font-size: clamp(30px, 4.8vw, 54px); line-height: .94; letter-spacing: -1.3px; } .contact-intro p { max-width: 320px; color: var(--muted); font-size: 0.96rem; line-height: 1.5; }
.contact-form { display: grid; gap: 14px; } .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; } .contact-form label { display: grid; gap: 7px; color: #31533d; font-size: 12px; font-weight: 700; } .contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid rgba(23,59,42,0.12); border-radius: 12px; padding: 11px 12px; font: inherit; font-size: 14px; background: rgba(255,255,255,0.8); color: #1d2b26; box-shadow: inset 0 1px 2px rgba(0,0,0,0.02); transition: border-color .2s ease, box-shadow .2s ease; } .contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { outline: none; border-color: rgba(23,59,42,0.4); box-shadow: 0 0 0 4px rgba(23,59,42,0.08); } .contact-submit { justify-self: start; border: 0; border-radius: 999px; padding: 12px 20px; background: linear-gradient(135deg, #173b2a 0%, #214d38 100%); color: #fff; font-weight: 700; cursor: pointer; box-shadow: 0 12px 20px rgba(23,59,42,0.12); transition: transform .2s ease, box-shadow .2s ease, filter .2s ease; } .contact-submit:hover { transform: translateY(-1px); box-shadow: 0 14px 24px rgba(23,59,42,0.16); filter: brightness(1.03); }

/* Galería */
.gallery-page { padding: 56px 6% 62px; background: linear-gradient(180deg, #f4f1eb 0%, #edf7ed 100%); scroll-margin-top: 94px; } .gallery-header { text-align: center; max-width: 660px; margin: 0 auto 28px; } .gallery-header .tag { background: rgba(255,255,255,0.7); } .gallery-header h2 { font-size: clamp(36px, 6vw, 62px); letter-spacing: -1.3px; margin: 10px 0 8px; } .gallery-header p { color: var(--muted); font-size: 0.96rem; } .gallery-carousel { max-width: 980px; margin: 0 auto; position: relative; padding: 10px; border-radius: 24px; background: rgba(255,255,255,0.45); box-shadow: 0 12px 32px rgba(24, 37, 30, 0.06); } .gallery-slides { height: min(52vw, 440px); min-height: 260px; background: #fff; border: 1px solid rgba(160,176,166,0.42); border-radius: 18px; overflow: hidden; position: relative; box-shadow: inset 0 0 0 1px rgba(255,255,255,0.35); } .gallery-slide { position: absolute; inset: 0; opacity: 0; visibility: hidden; transition: opacity .45s ease; } .gallery-slide.is-active { opacity: 1; visibility: visible; } .gallery-slide img { width: 100%; height: 100%; display: block; object-fit: cover; } .gallery-slide figcaption { position: absolute; left: 18px; bottom: 14px; color: #fff; font-size: 16px; font-weight: 700; text-shadow: 0 2px 10px #000; } .gallery-control { position: absolute; top: 50%; transform: translateY(-50%); width: 38px; height: 38px; border: 1px solid rgba(24, 37, 30, 0.08); border-radius: 50%; background: rgba(255,255,255,0.84); backdrop-filter: blur(4px); font-size: 18px; cursor: pointer; box-shadow: 0 10px 18px rgba(24, 37, 30, 0.1); transition: transform .2s ease, box-shadow .2s ease; } .gallery-control:hover { transform: translateY(-50%) scale(1.04); box-shadow: 0 12px 20px rgba(24, 37, 30, 0.14); } .gallery-prev { left: 16px; } .gallery-next { right: 16px; } .gallery-dots { display: flex; justify-content: center; gap: 8px; margin-top: 14px; } .gallery-dot { width: 8px; height: 8px; border: 0; border-radius: 50%; background: rgba(23,59,42,0.25); cursor: pointer; transition: transform .2s ease, background .2s ease; } .gallery-dot.is-active { background: #173b2a; transform: scale(1.25); }

/* Móvil */
@media (max-width: 800px) {
  .nav { padding: 8px 4%; } .nav-toggle { display: block; }
  .nav-links { display: none; position: absolute; top: 84px; left: 0; right: 0; background: #173b2a; flex-direction: column; align-items: flex-start; padding: 12px 4% 20px; border-bottom: 1px solid #28563d; }
  .nav-links.is-open { display: flex; } .nav-links a { width: 100%; padding: 12px 14px; }
  .split { grid-template-columns: 1fr; } .logo img { width: 160px; } .gallery-slides { height: 58vw; } .contact-content { grid-template-columns: 1fr; gap: 34px; } .form-row { grid-template-columns: 1fr; } .contact-submit { width: 100%; }
  .hero-clean{ grid-template-columns:1fr; padding:90px 5% 40px; }
  .ideal-grid{ grid-template-columns:1fr; }
}