:root {
    --navy: #08243b;
    --navy-2: #0d3655;
    --gold: #d99532;
    --orange: #ef7d28;
    --ink: #10202f;
    --muted: #64717c;
    --line: #dfe7ec;
    --soft: #f4f7f8;
    --white: #ffffff;
    --shadow: 0 18px 45px rgba(8, 36, 59, .14);
}
* { box-sizing: border-box; }
body { margin: 0; font-family: Arial, Helvetica, sans-serif; color: var(--ink); background: var(--white); line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1140px, calc(100% - 32px)); margin: 0 auto; }
[data-lang="en"] { display: none !important; }
body.lang-en [data-lang="es"] { display: none !important; }
body.lang-en [data-lang="en"] { display: inline !important; }
body.lang-en div[data-lang="en"],
body.lang-en p[data-lang="en"],
body.lang-en h1[data-lang="en"],
body.lang-en h2[data-lang="en"],
body.lang-en h3[data-lang="en"],
body.lang-en h4[data-lang="en"],
body.lang-en h5[data-lang="en"],
body.lang-en h6[data-lang="en"],
body.lang-en section[data-lang="en"],
body.lang-en article[data-lang="en"],
body.lang-en li[data-lang="en"],
body.lang-en ul[data-lang="en"],
body.lang-en ol[data-lang="en"] { display: block !important; }
.topbar { background: var(--navy); color: #eaf3f7; font-size: 14px; }
.topbar__inner { min-height: 42px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.topbar__message { font-weight: 700; }
.navbar { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.navbar__inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 800; color: var(--navy); font-size: 20px; }
.brand img { width: 54px; height: 54px; object-fit: contain; }
.nav-links { display: flex; align-items: center; gap: 22px; font-weight: 700; color: var(--navy); }
.nav-links a:not(.btn):hover { color: var(--orange); }
.lang-switcher { display: inline-flex; gap: 6px; padding: 4px; border: 1px solid var(--line); border-radius: 999px; }
.lang-button, .nav-toggle { border: 0; background: transparent; cursor: pointer; font: inherit; color: var(--navy); font-weight: 800; }
.lang-button { min-width: 42px; min-height: 34px; padding: 0 10px; border-radius: 999px; }
.lang-button.is-active { background: var(--navy); color: var(--white); }
.nav-toggle { display: none; width: 42px; height: 42px; padding: 8px; }
.nav-toggle span { display: block; height: 2px; background: var(--navy); margin: 7px 0; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border-radius: 6px; border: 1px solid var(--gold); background: var(--gold); color: #1b160b; font-weight: 800; box-shadow: 0 10px 22px rgba(217,149,50,.24); }
.btn--small { min-height: 40px; padding: 0 16px; }
.btn--ghost { background: transparent; color: var(--white); border-color: rgba(255,255,255,.6); box-shadow: none; }
.hero { min-height: 680px; color: var(--white); display: flex; align-items: center; background: linear-gradient(90deg, rgba(8,36,59,.88), rgba(8,36,59,.42)), var(--hero-image), linear-gradient(135deg, #08243b, #0f5b7a); background-size: cover; background-position: center; }
.hero--compact { min-height: 460px; }
.hero__content { max-width: 780px; padding: 80px 0; }
.eyebrow { color: var(--gold); font-weight: 900; text-transform: uppercase; font-size: 13px; margin: 0 0 10px; }
.hero h1 { font-size: clamp(42px, 7vw, 76px); line-height: 1; margin: 0 0 22px; letter-spacing: 0; }
.hero p { font-size: 19px; max-width: 680px; }
.hero__actions { display: flex; gap: 12px; flex-wrap: wrap; margin: 28px 0; }
.stats { display: grid; grid-template-columns: repeat(3, minmax(130px, 1fr)); max-width: 680px; gap: 12px; }
.stats span { padding: 16px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.18); border-radius: 8px; font-weight: 900; }
.stats small { display: block; font-weight: 600; color: #d7e8ef; }
.section { padding: 82px 0; }
.section--soft { background: var(--soft); }
.section--navy { background: var(--navy); color: var(--white); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 28px; }
.section-head h2, .split h2, .cta h2 { font-size: clamp(30px, 4vw, 48px); line-height: 1.08; margin: 0; letter-spacing: 0; }
.split { display: grid; grid-template-columns: 1.15fr .85fr; gap: 48px; align-items: center; }
.mini-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.mini-grid--wide { grid-template-columns: repeat(4, 1fr); margin-bottom: 30px; }
.mini-card { background: var(--white); border: 1px solid var(--line); border-radius: 8px; padding: 22px; box-shadow: var(--shadow); font-weight: 900; color: var(--navy); }
.mini-card--detail p { margin-bottom: 0; font-weight: 600; color: var(--ink); }
.card-grid, .detail-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.detail-grid { grid-template-columns: repeat(2, 1fr); }
.card { background: var(--white); border: 1px solid var(--line); border-radius: 8px; overflow: hidden; box-shadow: var(--shadow); min-height: 100%; }
.card img, .gallery-item img, .thumb-card img { width: 100%; height: 230px; object-fit: cover; background: linear-gradient(135deg, var(--navy), #19718a 55%, var(--gold)); }
.detail-card img { height: 280px; }
.card__body { padding: 22px; }
.card h3 { margin: 0 0 10px; color: var(--navy); font-size: 24px; }
.card-meta { font-weight: 800; color: var(--navy); }
.card-note { color: var(--muted); }
.detail-list { display: grid; gap: 14px; margin: 18px 0 22px; }
.image-missing::before { content: "Pesca Cambutal"; display: grid; place-items: center; height: 230px; color: var(--white); font-weight: 900; background: linear-gradient(135deg, var(--navy), #19718a 55%, var(--gold)); }
.brand.image-missing::before, .footer__brand.image-missing::before { content: ""; display: none; }
.filters { display: flex; gap: 10px; flex-wrap: wrap; margin: 22px 0 28px; }
.filters a { border: 1px solid var(--line); border-radius: 999px; padding: 10px 16px; font-weight: 800; color: var(--navy); background: var(--white); }
.filters a.is-active, .filters a:hover { border-color: var(--gold); background: #fff4df; }
.season-scroll { overflow-x: auto; border-radius: 8px; box-shadow: var(--shadow); }
.season-table { width: 100%; border-collapse: collapse; min-width: 850px; background: var(--white); color: var(--ink); }
.season-table th, .season-table td { padding: 14px 12px; border-bottom: 1px solid var(--line); text-align: center; }
.season-table th:first-child { text-align: left; color: var(--navy); }
.season-dot { display: inline-flex; min-width: 16px; min-height: 16px; border-radius: 999px; color: transparent; vertical-align: middle; }
.season-peak { background: #e85d32; }
.season-good { background: #d99532; }
.season-possible { background: #3aa6a1; }
.season-variable { background: #97a6b2; }
.legend { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 18px; }
.legend span { display: inline-flex; align-items: center; gap: 8px; }
.gallery-grid, .feature-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.masonry { grid-template-columns: repeat(4, 1fr); }
.gallery-item { position: relative; border: 0; padding: 0; min-height: 220px; border-radius: 8px; overflow: hidden; cursor: pointer; background: var(--navy); box-shadow: var(--shadow); }
.gallery-item img { height: 100%; min-height: 220px; }
.gallery-item span { position: absolute; left: 12px; right: 12px; bottom: 12px; color: var(--white); font-weight: 900; text-align: left; text-shadow: 0 2px 10px rgba(0,0,0,.55); }
.notice { margin-top: 24px; padding: 18px; border-left: 4px solid var(--gold); background: #fff8e8; border-radius: 6px; }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 28px; align-items: start; }
.contact-panel, .contact-form { border: 1px solid var(--line); border-radius: 8px; padding: 28px; box-shadow: var(--shadow); background: var(--white); }
.quick-actions { display: grid; gap: 10px; }
.quick-actions a { padding: 12px; background: var(--soft); border-radius: 6px; font-weight: 800; display: grid; gap: 4px; }
.quick-actions a span { color: var(--muted); font-weight: 600; }
.contact-form label, .form-row label { display: grid; gap: 6px; font-weight: 800; margin-bottom: 14px; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 6px; padding: 12px; font: inherit; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.honeypot { position: absolute; left: -9999px; }
.alert { padding: 12px 14px; border-radius: 6px; margin-bottom: 16px; font-weight: 800; }
.alert--success { background: #e8f7ef; color: #17643a; }
.alert--error { background: #ffe8e0; color: #8b2c15; }
.cta { background: linear-gradient(135deg, var(--navy), var(--navy-2)); color: var(--white); padding: 68px 0; }
.cta__inner { display: flex; justify-content: space-between; align-items: center; gap: 22px; }
.footer { background: #061a2b; color: #c9dce6; padding: 58px 0; }
.footer__grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 28px; }
.footer__brand img { width: 92px; height: 92px; object-fit: contain; margin-bottom: 12px; }
.footer h2, .footer h3 { color: var(--white); margin-top: 0; }
.footer-links { display: grid; gap: 8px; }
.floating-wa { position: fixed; right: 18px; bottom: 18px; z-index: 30; padding: 14px 18px; border-radius: 999px; color: #10200e; background: #54d66b; font-weight: 900; box-shadow: 0 14px 36px rgba(0,0,0,.2); }
.lightbox { position: fixed; inset: 0; z-index: 50; display: none; place-items: center; padding: 28px; background: rgba(0,0,0,.82); }
.lightbox.is-open { display: grid; }
.lightbox img { max-height: 82vh; border-radius: 8px; }
.lightbox button { position: fixed; top: 18px; right: 18px; width: 42px; height: 42px; border: 0; border-radius: 50%; font-size: 20px; cursor: pointer; }
.lightbox p { color: var(--white); font-weight: 800; }
.narrow { width: min(860px, calc(100% - 32px)); margin: 0 auto; }
@media (max-width: 900px) {
    .nav-toggle { display: block; }
    .nav-links { position: absolute; left: 0; right: 0; top: 76px; display: none; flex-direction: column; align-items: stretch; padding: 18px; background: var(--white); border-bottom: 1px solid var(--line); }
    .nav-links.is-open { display: flex; }
    .hero { min-height: 580px; }
    .stats, .split, .contact-grid, .footer__grid, .cta__inner { grid-template-columns: 1fr; display: grid; }
    .card-grid, .gallery-grid, .feature-gallery, .masonry, .mini-grid, .mini-grid--wide, .detail-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
    .topbar__inner { flex-direction: column; align-items: flex-start; padding: 10px 0; }
    .hero h1 { font-size: 42px; }
    .card-grid, .gallery-grid, .feature-gallery, .masonry, .mini-grid, .mini-grid--wide, .form-row, .detail-grid { grid-template-columns: 1fr; }
    .section { padding: 58px 0; }
}
