:root {
  --ink: #0b2630;
  --ink-2: #163842;
  --paper: #f7f6f1;
  --white: #fff;
  --mist: #e5eeec;
  --sea: #b9d4cf;
  --line: #cad7d4;
  --muted: #5d7074;
  --accent: #3457d5;
  --accent-dark: #24399e;
  --success: #1c7c8c;
  --shadow: 0 16px 44px rgba(11,38,48,.12);
  --radius: 18px;
  --shell: min(1180px, calc(100% - 40px));
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.dialog-open { overflow: hidden; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #9fb3ef; outline-offset: 3px; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; top: 8px; left: 8px; transform: translateY(-150%); z-index: 100; background: var(--white); padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { transform: none; }
.utility { min-height: 32px; background: var(--ink); color: #d9e7e4; font-size: 12px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.utility .shell { display: flex; align-items: center; justify-content: space-between; min-height: 32px; }
.utility span:last-child { color: #fff; }
.site-header { position: sticky; top: 0; z-index: 40; background: rgba(247,246,241,.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.nav { min-height: 72px; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: max-content; font-weight: 850; letter-spacing: -.02em; }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; color: var(--paper); background: var(--ink); border-radius: 12px; font-size: 13px; letter-spacing: .04em; }
.brand small { display: block; color: var(--muted); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 27px; margin-left: auto; font-size: 14px; font-weight: 700; }
.nav-links a { padding-block: 8px; }
.nav-links a:hover { color: var(--accent-dark); }
.menu-toggle { display: none; margin-left: auto; border: 1px solid var(--line); background: var(--white); border-radius: 10px; padding: 9px 12px; font-weight: 800; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 0 20px; border: 1px solid transparent; border-radius: 12px; cursor: pointer; font-weight: 800; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: var(--accent); box-shadow: 0 8px 20px rgba(52,87,213,.24); }
.btn-primary:hover { background: var(--accent-dark); }
.btn-secondary { color: var(--ink); background: var(--white); border-color: var(--line); }
.btn-secondary:hover { border-color: var(--ink); }
.btn-compact { min-height: 42px; padding-inline: 16px; font-size: 14px; }
.eyebrow { margin: 0 0 12px; color: var(--success); font-size: 12px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow.light { color: #c6ded9; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 20px; font-size: clamp(42px, 6vw, 72px); line-height: .98; letter-spacing: -.055em; }
h2 { margin-bottom: 14px; font-size: clamp(32px, 4vw, 50px); line-height: 1.04; letter-spacing: -.045em; }
h3 { margin-bottom: 8px; line-height: 1.16; letter-spacing: -.025em; }
.lead { color: var(--ink-2); font-size: clamp(18px, 2vw, 22px); line-height: 1.45; }
.muted { color: var(--muted); }
.section { padding: 88px 0; }
.section-sm { padding: 58px 0; }
.section-tint { background: var(--mist); }
.section-dark { background: var(--ink); color: #fff; }
.section-heading { display: grid; grid-template-columns: 1fr minmax(280px, .65fr); gap: 48px; align-items: end; margin-bottom: 34px; }
.section-heading > p { margin-bottom: 4px; color: var(--muted); }
.section-dark .section-heading > p { color: #bfd0cd; }
.hero { padding: 34px 0 56px; }
.hero-grid { display: grid; grid-template-columns: .82fr 1.18fr; min-height: 620px; border: 1px solid var(--line); border-radius: 26px; overflow: hidden; background: var(--white); box-shadow: var(--shadow); }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(30px, 5vw, 64px); }
.hero-copy .lead { max-width: 620px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 12px; }
.hero-media { position: relative; min-height: 430px; background: var(--ink); }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 52%, rgba(5,29,38,.6)); pointer-events: none; }
.media-badge { position: absolute; z-index: 2; right: 20px; bottom: 20px; display: flex; gap: 16px; align-items: center; max-width: calc(100% - 40px); padding: 15px 17px; color: #fff; background: rgba(9,37,47,.9); border: 1px solid rgba(255,255,255,.22); border-radius: 14px; backdrop-filter: blur(10px); }
.media-badge b { display: block; font-size: 14px; }
.media-badge span { color: #d1e2df; font-size: 12px; }
.hero-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 28px; }
.metric { padding: 14px; background: var(--paper); border: 1px solid var(--line); border-radius: 12px; }
.metric span { display: block; color: var(--muted); font-size: 11px; font-weight: 750; letter-spacing: .05em; text-transform: uppercase; }
.metric strong { display: block; margin-top: 3px; font-size: 17px; }
.trust-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 16px; overflow: hidden; }
.trust-item { min-height: 108px; padding: 22px; background: var(--white); }
.trust-item span { display: grid; place-items: center; width: 30px; height: 30px; margin-bottom: 12px; background: var(--mist); border-radius: 9px; color: var(--success); font-weight: 900; }
.trust-item b { display: block; font-size: 14px; }
.trust-item small { color: var(--muted); }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card { display: flex; flex-direction: column; min-width: 0; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.card:hover { transform: translateY(-4px); border-color: #aabfbb; box-shadow: var(--shadow); }
.card-media { position: relative; height: 214px; overflow: hidden; }
.card-media img { transition: transform .45s ease; }
.card:hover .card-media img { transform: scale(1.035); }
.tag { display: inline-flex; align-items: center; gap: 6px; width: max-content; padding: 6px 9px; color: var(--ink); background: var(--mist); border-radius: 999px; font-size: 11px; font-weight: 850; letter-spacing: .035em; text-transform: uppercase; }
.tag-accent { color: #fff; background: var(--accent); }
.card-media .tag { position: absolute; top: 14px; left: 14px; }
.card-body { display: flex; flex: 1; flex-direction: column; padding: 21px; }
.card-head { display: flex; align-items: start; justify-content: space-between; gap: 14px; }
.price { white-space: nowrap; text-align: right; }
.price strong { display: block; font-size: 22px; line-height: 1; }
.price small { color: var(--muted); }
.meta-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; margin: 16px 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.meta-grid > div { padding: 10px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.meta-grid span, .spec-row span { display: block; color: var(--muted); font-size: 10px; font-weight: 750; text-transform: uppercase; letter-spacing: .06em; }
.meta-grid strong { font-size: 14px; }
.included-list { display: flex; flex-wrap: wrap; gap: 6px; margin: 0 0 20px; padding: 0; list-style: none; }
.included-list li { padding: 5px 8px; background: var(--paper); border-radius: 7px; color: var(--ink-2); font-size: 12px; }
.card .btn { margin-top: auto; }
.selector { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; padding: 14px; background: var(--ink); border-radius: 16px; color: #fff; }
.selector label { font-size: 12px; font-weight: 800; }
.selector select { width: 100%; min-height: 45px; margin-top: 7px; padding: 0 12px; color: var(--ink); background: var(--white); border: 0; border-radius: 9px; }
.selector .btn { align-self: end; }
.route-layout { display: grid; grid-template-columns: 1.2fr .8fr; gap: 20px; }
.route-map { position: relative; min-height: 430px; padding: 30px; overflow: hidden; color: #fff; background: var(--ink-2); border-radius: var(--radius); }
.route-map::before { content: ""; position: absolute; width: 340px; height: 340px; right: -90px; top: 46px; border: 1px solid rgba(255,255,255,.17); border-radius: 48% 52% 57% 43%; transform: rotate(12deg); box-shadow: 0 0 0 54px rgba(255,255,255,.035), 0 0 0 108px rgba(255,255,255,.025); }
.route-line { position: absolute; left: 15%; right: 12%; top: 55%; height: 2px; background: repeating-linear-gradient(90deg, #ef8064 0 10px, transparent 10px 18px); transform: rotate(-10deg); }
.route-point { position: absolute; z-index: 2; width: 13px; height: 13px; background: var(--accent); border: 3px solid #fff; border-radius: 50%; box-shadow: 0 0 0 4px rgba(52,87,213,.25); }
.route-point::after { content: attr(data-label); position: absolute; left: 16px; top: -7px; min-width: max-content; font-size: 12px; font-weight: 800; }
.route-point.p1 { left: 14%; top: 65%; }
.route-point.p2 { left: 42%; top: 50%; }
.route-point.p3 { right: 18%; top: 35%; }
.route-notes { display: grid; gap: 10px; }
.route-note { padding: 20px; background: var(--white); border: 1px solid var(--line); border-radius: 14px; }
.route-note b { display: block; margin-bottom: 3px; }
.route-note p { margin: 0; color: var(--muted); font-size: 14px; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; align-items: center; }
.split-media { height: 500px; border-radius: var(--radius); overflow: hidden; }
.check-list { display: grid; gap: 12px; margin: 24px 0; padding: 0; list-style: none; }
.check-list li { display: flex; gap: 11px; align-items: start; }
.check-list li::before { content: "✓"; flex: 0 0 24px; display: grid; place-items: center; width: 24px; height: 24px; color: var(--success); background: var(--mist); border-radius: 50%; font-size: 12px; font-weight: 900; }
.boat-hero .hero-grid { grid-template-columns: 1fr 1fr; }
.boat-hero .hero-copy { background: var(--ink); color: #fff; }
.boat-hero .lead { color: #ccdcda; }
.boat-hero .metric { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.16); }
.boat-hero .metric span { color: #aac0bd; }
.spec-bar { position: sticky; top: 105px; z-index: 20; background: var(--white); border-block: 1px solid var(--line); box-shadow: 0 10px 24px rgba(11,38,48,.06); }
.spec-bar .shell { display: grid; grid-template-columns: repeat(5, 1fr) auto; align-items: stretch; }
.spec-row { padding: 15px 18px; border-left: 1px solid var(--line); }
.spec-row strong { font-size: 15px; }
.spec-bar .btn { align-self: center; margin-left: 14px; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.feature { min-height: 190px; padding: 23px; background: var(--white); border: 1px solid var(--line); border-radius: 15px; }
.feature .number { display: grid; place-items: center; width: 38px; height: 38px; margin-bottom: 38px; color: var(--success); background: var(--mist); border-radius: 11px; font-weight: 900; }
.suitability { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.suit-card { padding: 22px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.15); border-radius: 14px; }
.suit-card .rating { display: flex; gap: 4px; margin: 15px 0 4px; }
.suit-card .rating i { width: 18px; height: 6px; background: rgba(255,255,255,.2); border-radius: 4px; }
.suit-card .rating i.on { background: var(--accent); }
.fleet-hero .hero-grid { min-height: 560px; grid-template-columns: 1fr .88fr; }
.fleet-hero h1 { max-width: 710px; }
.filter-panel { margin-top: -30px; position: relative; z-index: 4; }
.filter-panel .selector { box-shadow: var(--shadow); }
.fleet-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.boat-card { display: grid; grid-template-columns: 44% 56%; min-height: 330px; }
.boat-card.hidden { display: none; }
.boat-card .card-media { height: auto; min-height: 100%; }
.boat-card[data-name="Brisa"] .card-media img { object-position: center 78%; }
.boat-card[data-name="Nómada"] .card-media img { object-position: center 92%; }
.boat-card .card-body { padding: 22px; }
.boat-card .compare { display: flex; align-items: center; gap: 8px; margin-top: 10px; font-size: 13px; font-weight: 750; }
.boat-card .compare input { width: 18px; height: 18px; accent-color: var(--accent); }
.compare-tray { position: fixed; z-index: 35; left: 50%; bottom: 18px; display: flex; gap: 16px; align-items: center; min-width: min(520px, calc(100% - 28px)); padding: 12px 14px 12px 20px; color: #fff; background: var(--ink); border-radius: 15px; box-shadow: 0 18px 50px rgba(0,0,0,.28); transform: translate(-50%, 140%); transition: transform .25s ease; }
.compare-tray.show { transform: translate(-50%, 0); }
.compare-tray span { margin-right: auto; }
.empty-state { display: none; padding: 32px; border: 1px dashed var(--line); border-radius: 16px; text-align: center; }
.empty-state.show { display: block; }
.compat-wrap, .comparison-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 15px; background: var(--white); }
.compat-table, .comparison-table { width: 100%; min-width: 680px; border-collapse: collapse; text-align: left; }
.compat-table th, .compat-table td, .comparison-table th, .comparison-table td { padding: 16px 18px; border-bottom: 1px solid var(--line); }
.compat-table thead th, .comparison-table thead th { color: var(--muted); background: var(--paper); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
.compat-table tbody tr:last-child > *, .comparison-table tbody tr:last-child > * { border-bottom: 0; }
.compat-table td strong { color: var(--success); }
.compare-dialog-body { padding: 26px 28px 30px; }
.process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: var(--line); }
.process article { padding: 24px; background: var(--white); }
.process span { color: var(--accent-dark); font-size: 12px; font-weight: 900; }
.process h3 { margin-top: 28px; }
.faq { display: grid; gap: 8px; max-width: 860px; margin-inline: auto; }
.faq article { background: var(--white); border: 1px solid var(--line); border-radius: 12px; }
.faq button { display: flex; width: 100%; justify-content: space-between; padding: 18px 20px; text-align: left; color: var(--ink); background: none; border: 0; cursor: pointer; font-weight: 800; }
.faq button span:last-child { color: var(--accent-dark); }
.faq .answer { display: none; padding: 0 20px 18px; color: var(--muted); }
.faq article.open .answer { display: block; }
.cta-band { padding: 40px; color: #fff; background: var(--ink); border-radius: 22px; }
.cta-band-grid { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 30px; }
.cta-band p { margin-bottom: 0; color: #c4d6d2; }
footer { padding: 48px 0 92px; color: #c5d4d2; background: #071d25; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 36px; }
.footer-grid h3 { color: #fff; }
.footer-grid h4 { margin: 0 0 14px; color: #fff; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.footer-grid a, .footer-grid p { display: block; margin: 0 0 8px; font-size: 14px; }
.footer-note { grid-column: 1 / -1; padding-top: 28px; margin-top: 18px; border-top: 1px solid rgba(255,255,255,.12); font-size: 12px; }
.mobile-cta { display: none; }
.dialog { width: min(920px, calc(100% - 28px)); max-height: min(820px, calc(100vh - 28px)); padding: 0; color: var(--ink); background: var(--paper); border: 0; border-radius: 22px; box-shadow: 0 30px 80px rgba(0,0,0,.35); }
.dialog::backdrop { background: rgba(3,19,25,.72); backdrop-filter: blur(5px); }
.dialog-header { position: sticky; top: 0; z-index: 2; display: flex; justify-content: space-between; align-items: start; gap: 20px; padding: 24px 28px; color: #fff; background: var(--ink); }
.dialog-header p { margin: 3px 0 0; color: #bfd0cd; font-size: 14px; }
.dialog-close { display: grid; place-items: center; width: 40px; height: 40px; flex: 0 0 40px; color: #fff; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.25); border-radius: 10px; cursor: pointer; font-size: 22px; }
.enquiry-form { padding: 26px 28px 30px; }
.form-intro { display: flex; align-items: center; gap: 10px; margin-bottom: 22px; padding: 11px 13px; background: var(--mist); border-radius: 10px; font-size: 13px; }
.form-intro span { color: var(--success); font-weight: 900; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.form-field { display: grid; gap: 7px; color: var(--ink-2); font-size: 13px; font-weight: 750; }
.form-field.full { grid-column: 1 / -1; }
.form-field input, .form-field select, .form-field textarea { width: 100%; min-height: 48px; padding: 11px 13px; color: var(--ink); background: var(--white); border: 1px solid #afbfbc; border-radius: 10px; }
.form-field textarea { min-height: 90px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(52,87,213,.14); outline: 0; }
.form-submit { display: flex; align-items: center; gap: 20px; margin-top: 22px; }
.form-submit p { margin: 0 auto 0 0; color: var(--muted); font-size: 12px; }
.success-state { display: none; padding: 50px 28px 58px; text-align: center; }
.success-state.show { display: block; }
.success-icon { display: grid; place-items: center; width: 58px; height: 58px; margin: 0 auto 18px; color: #fff; background: var(--success); border-radius: 18px; font-size: 26px; }
@media (max-width: 960px) {
  :root { --shell: min(100% - 28px, 760px); }
  .nav { min-height: 64px; }
  .nav-links { position: absolute; display: none; left: 14px; right: 14px; top: calc(100% + 8px); flex-direction: column; align-items: stretch; gap: 4px; padding: 14px; background: var(--white); border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); }
  .nav-links.open { display: flex; }
  .nav-links .btn { margin-top: 6px; }
  .menu-toggle { display: block; }
  .hero-grid, .boat-hero .hero-grid, .fleet-hero .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding: 42px 32px; }
  .hero-media { min-height: 430px; }
  .section-heading { grid-template-columns: 1fr; gap: 8px; }
  .cards { grid-template-columns: 1fr; }
  .card { display: grid; grid-template-columns: .8fr 1.2fr; }
  .card-media { height: auto; min-height: 280px; }
  .selector { grid-template-columns: 1fr 1fr; }
  .route-layout, .split { grid-template-columns: 1fr; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .spec-bar { position: static; }
  .spec-bar .shell { grid-template-columns: repeat(3, 1fr); padding-block: 10px; }
  .spec-bar .btn { grid-column: 1 / -1; margin: 8px 0 0; }
  .fleet-grid { grid-template-columns: 1fr; }
  .process { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  body { font-size: 15px; }
  .utility .shell { justify-content: center; text-align: center; }
  .utility span:last-child { display: none; }
  .nav > .btn { display: none; }
  .section { padding: 64px 0; }
  .section-sm { padding: 42px 0; }
  .hero { padding-top: 18px; }
  .hero-grid { min-height: 0; border-radius: 18px; }
  .hero-copy { padding: 34px 22px; }
  .hero-media { min-height: 310px; }
  .hero-actions .btn { width: 100%; }
  .hero-metrics { grid-template-columns: 1fr; }
  .media-badge { left: 14px; right: 14px; bottom: 14px; }
  .trust-row { grid-template-columns: 1fr 1fr; }
  .trust-item { min-height: 90px; padding: 16px; }
  .card, .boat-card { display: flex; }
  .card-media, .boat-card .card-media { min-height: 220px; height: 220px; }
  .selector { grid-template-columns: 1fr; }
  .route-map { min-height: 360px; padding: 22px; }
  .split-media { height: 360px; }
  .feature-grid, .suitability { grid-template-columns: 1fr; }
  .feature { min-height: 150px; }
  .feature .number { margin-bottom: 22px; }
  .spec-bar .shell { grid-template-columns: 1fr 1fr; }
  .spec-row:nth-of-type(5) { display: none; }
  .process { grid-template-columns: 1fr; }
  .cta-band { padding: 28px 22px; }
  .cta-band-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .mobile-cta { position: fixed; z-index: 30; display: flex; left: 12px; right: 12px; bottom: 10px; min-height: 52px; align-items: center; justify-content: center; color: #fff; background: var(--accent); border-radius: 13px; box-shadow: 0 10px 30px rgba(0,0,0,.25); font-weight: 850; }
  .dialog { max-height: calc(100vh - 12px); width: calc(100% - 12px); border-radius: 16px; }
  .dialog-header { padding: 20px; }
  .enquiry-form { padding: 20px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-field.full { grid-column: auto; }
  .form-submit { align-items: stretch; flex-direction: column; }
  .form-submit .btn { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
