:root {
      --navy: #05275d;
      --blue: #0876d1;
      --cyan: #13b8dc;
      --sky: #e9f8fc;
      --orange: #ff9d13;
      --yellow: #ffc928;
      --ink: #10213c;
      --muted: #637087;
      --white: #ffffff;
      --line: rgba(5, 39, 93, .12);
      --shadow: 0 22px 55px rgba(5, 39, 93, .16);
      --shadow-soft: 0 12px 35px rgba(5, 39, 93, .10);
      --radius: 26px;
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      color: var(--ink);
      background: #fff;
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      line-height: 1.55;
      overflow-x: hidden;
    }
    img { display: block; max-width: 100%; }
    a { color: inherit; text-decoration: none; }
    button, a { -webkit-tap-highlight-color: transparent; }

    .container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
    .section { padding: 96px 0; }
    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      margin-bottom: 14px;
      color: var(--blue);
      font-size: .78rem;
      font-weight: 900;
      letter-spacing: .16em;
      text-transform: uppercase;
    }
    .eyebrow::before {
      content: "";
      width: 32px;
      height: 3px;
      border-radius: 999px;
      background: linear-gradient(90deg, var(--orange), var(--yellow));
    }
    h1, h2, h3, p { margin-top: 0; }
    h1, h2, h3 { line-height: 1.05; letter-spacing: -.03em; }
    h2 { font-size: clamp(2.1rem, 4.4vw, 4rem); margin-bottom: 18px; }
    .lead { max-width: 680px; color: var(--muted); font-size: 1.08rem; }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      min-height: 52px;
      padding: 14px 22px;
      border: 0;
      border-radius: 999px;
      font-weight: 900;
      transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
      cursor: pointer;
    }
    .btn:hover { transform: translateY(-2px); }
    .btn-primary {
      color: white;
      background: linear-gradient(135deg, var(--orange), #ff7608);
      box-shadow: 0 14px 30px rgba(255, 124, 10, .28);
    }
    .btn-secondary {
      color: var(--navy);
      background: white;
      box-shadow: 0 14px 30px rgba(5, 39, 93, .14);
    }
    .btn-outline {
      color: var(--navy);
      background: transparent;
      border: 1px solid rgba(5, 39, 93, .18);
    }
    .icon { width: 20px; height: 20px; flex: 0 0 auto; }

    .topbar {
      background: var(--navy);
      color: rgba(255,255,255,.9);
      font-size: .83rem;
    }
    .topbar .container {
      min-height: 38px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 20px;
    }
    .topbar strong { color: var(--yellow); }
    .header {
      position: sticky;
      top: 0;
      z-index: 50;
      background: rgba(255,255,255,.92);
      backdrop-filter: blur(16px);
      border-bottom: 1px solid rgba(5,39,93,.08);
    }
    .nav {
      min-height: 88px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 28px;
    }
    .brand { display: flex; align-items: center; min-width: 180px; }
    .brand img { width: 154px; height: 70px; object-fit: contain; object-position: left center; }
    .nav-links { display: flex; align-items: center; gap: 26px; font-size: .93rem; font-weight: 800; }
    .nav-links a { position: relative; }
    .nav-links a::after {
      content: "";
      position: absolute;
      left: 0; right: 100%; bottom: -8px;
      height: 2px;
      background: var(--orange);
      transition: right .2s ease;
    }
    .nav-links a:hover::after { right: 0; }
    .menu-btn { display: none; background: none; border: 0; padding: 8px; color: var(--navy); }

    .hero {
      position: relative;
      min-height: 720px;
      display: grid;
      align-items: center;
      isolation: isolate;
      color: white;
      overflow: hidden;
      background: var(--navy);
    }
    .hero::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -3;
      background: url('hero-escuna.webp') center center / cover no-repeat;
      transform: scale(1.02);
    }
    .hero::after {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -2;
      background:
        radial-gradient(circle at 78% 20%, rgba(19,184,220,.24), transparent 36%),
        linear-gradient(90deg, rgba(3,24,62,.95) 0%, rgba(4,39,92,.82) 42%, rgba(4,39,92,.22) 76%, rgba(4,39,92,.08) 100%),
        linear-gradient(0deg, rgba(3,24,62,.50), transparent 55%);
    }
    .hero .container { padding-top: 54px; padding-bottom: 64px; }
    .hero-content { max-width: 690px; }
    .hero-badge {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      padding: 9px 13px;
      margin-bottom: 18px;
      border: 1px solid rgba(255,255,255,.25);
      border-radius: 999px;
      background: rgba(255,255,255,.12);
      backdrop-filter: blur(10px);
      font-size: .82rem;
      font-weight: 900;
      letter-spacing: .08em;
      text-transform: uppercase;
    }
    .hero h1 { font-size: clamp(3.1rem, 7vw, 6.5rem); margin-bottom: 22px; max-width: 860px; }
    .hero h1 span { color: var(--yellow); }
    .hero p { max-width: 620px; margin-bottom: 30px; font-size: clamp(1rem, 1.8vw, 1.24rem); color: rgba(255,255,255,.88); }
    .hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
    .hero-stats {
      display: grid;
      grid-template-columns: repeat(3, minmax(0,1fr));
      gap: 12px;
      max-width: 690px;
      margin-top: 38px;
    }
    .hero-stat {
      padding: 15px 17px;
      border: 1px solid rgba(255,255,255,.18);
      border-radius: 18px;
      background: rgba(2,27,67,.48);
      backdrop-filter: blur(10px);
    }
    .hero-stat strong { display: block; font-size: 1.18rem; color: var(--yellow); }
    .hero-stat span { font-size: .82rem; color: rgba(255,255,255,.78); }
    .hero-wave {
      position: absolute;
      left: 0; right: 0; bottom: -1px;
      height: 88px;
      z-index: -1;
      background: url('hero-wave.svg') bottom center / cover no-repeat;
    }

    .trust { padding: 30px 0 0; }
    .trust-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 14px;
    }
    .trust-card {
      display: flex;
      align-items: center;
      gap: 14px;
      padding: 18px;
      border: 1px solid var(--line);
      border-radius: 18px;
      background: white;
      box-shadow: var(--shadow-soft);
    }
    .trust-icon {
      width: 46px; height: 46px;
      display: grid; place-items: center;
      border-radius: 14px;
      color: var(--blue);
      background: var(--sky);
      font-size: 1.3rem;
    }
    .trust-card strong { display: block; font-size: .95rem; }
    .trust-card span { color: var(--muted); font-size: .78rem; }

    .featured-tours {
      position: relative;
      background:
        radial-gradient(circle at 12% 12%, rgba(19,184,220,.12), transparent 30%),
        linear-gradient(180deg, #ffffff 0%, #eef9fd 100%);
    }
    .featured-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 26px;
      margin-top: 40px;
    }
    .featured-card {
      position: relative;
      display: grid;
      grid-template-rows: minmax(520px, 1fr) auto;
      overflow: hidden;
      border: 1px solid rgba(5,39,93,.10);
      border-radius: 32px;
      background: white;
      box-shadow: var(--shadow);
    }
    .featured-media {
      position: relative;
      min-height: 520px;
      overflow: hidden;
      background: #061d44;
    }
    .featured-media img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform .55s ease;
    }
    .featured-card:hover .featured-media img { transform: scale(1.035); }
    .featured-card.jeep .featured-media {
      background: #171717;
    }
    .featured-card.jeep .featured-media img {
      object-fit: contain;
      transform: none;
    }
    .featured-card.jeep:hover .featured-media img { transform: scale(1.015); }
    .featured-badge {
      position: absolute;
      z-index: 2;
      top: 20px;
      left: 20px;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 9px 13px;
      border-radius: 999px;
      color: var(--navy);
      background: var(--yellow);
      box-shadow: 0 10px 25px rgba(3,24,62,.20);
      font-size: .76rem;
      font-weight: 950;
      text-transform: uppercase;
      letter-spacing: .07em;
    }
    .featured-content { padding: 28px; }
    .featured-kicker {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-bottom: 13px;
    }
    .featured-content h3 { font-size: clamp(1.9rem, 3vw, 2.65rem); margin-bottom: 12px; }
    .featured-content > p { color: var(--muted); margin-bottom: 19px; }
    .featured-points {
      display: grid;
      gap: 9px;
      margin: 0 0 24px;
      padding: 0;
      list-style: none;
      color: #3d4b62;
      font-size: .91rem;
    }
    .featured-points li { display: flex; align-items: flex-start; gap: 9px; }
    .featured-points li::before { content: "✓"; color: var(--blue); font-weight: 950; }
    .featured-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
    .featured-price { margin-left: auto; text-align: right; }
    .featured-price strong { display: block; color: var(--navy); font-size: 1.45rem; line-height: 1; }
    .featured-price span { color: var(--muted); font-size: .74rem; }

    .experiences { background: linear-gradient(180deg, #fff 0%, #f7fbfe 100%); }
    .section-head {
      display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 30px;
      margin-bottom: 38px;
    }
    .section-head .lead { margin-bottom: 0; }
    .cards {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 22px;
    }
    .tour-card {
      position: relative;
      display: flex;
      flex-direction: column;
      min-height: 100%;
      overflow: hidden;
      border: 1px solid rgba(5,39,93,.10);
      border-radius: var(--radius);
      background: white;
      box-shadow: var(--shadow-soft);
      transition: transform .25s ease, box-shadow .25s ease;
    }
    .tour-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
    .tour-media { position: relative; aspect-ratio: 4/3; overflow: hidden; background: #dceffc; }
    .tour-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
    .tour-card:hover .tour-media img { transform: scale(1.05); }
    .tour-price {
      position: absolute;
      left: 16px; bottom: 16px;
      padding: 8px 12px;
      color: var(--navy);
      background: rgba(255,255,255,.94);
      border-radius: 999px;
      font-size: .82rem;
      font-weight: 950;
      box-shadow: 0 8px 20px rgba(3,24,62,.18);
    }
    .tour-price.highlight { background: var(--yellow); }
    .tour-body { display: flex; flex: 1; flex-direction: column; padding: 23px; }
    .tour-meta { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 13px; }
    .pill {
      padding: 6px 9px;
      border-radius: 999px;
      color: var(--blue);
      background: var(--sky);
      font-size: .72rem;
      font-weight: 900;
    }
    .tour-card h3 { font-size: 1.42rem; margin-bottom: 10px; }
    .tour-card p { color: var(--muted); font-size: .93rem; margin-bottom: 20px; }
    .route-list { display: grid; gap: 8px; margin: 0 0 22px; padding: 0; list-style: none; }
    .route-list li { display: flex; align-items: start; gap: 9px; color: #3d4b62; font-size: .87rem; }
    .route-list li::before { content: "•"; color: var(--orange); font-weight: 950; }
    .tour-card .card-link {
      margin-top: auto;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: var(--blue);
      font-weight: 950;
    }

    .highlight-section { background: var(--navy); color: white; overflow: hidden; }
    .highlight-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 54px; align-items: center; }
    .highlight-photo {
      position: relative;
      min-height: 570px;
      border-radius: 34px;
      overflow: hidden;
      box-shadow: 0 30px 70px rgba(0,0,0,.28);
    }
    .highlight-photo img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
    .highlight-photo::after {
      content: "";
      position: absolute; inset: 0;
      background: linear-gradient(0deg, rgba(3,24,62,.46), transparent 45%);
    }
    .highlight-tag {
      position: absolute;
      z-index: 2;
      left: 24px; bottom: 24px;
      max-width: 300px;
      padding: 16px 18px;
      border-radius: 18px;
      background: rgba(255,255,255,.92);
      color: var(--navy);
      box-shadow: var(--shadow);
    }
    .highlight-tag strong { display: block; font-size: 1.1rem; }
    .highlight-tag span { font-size: .84rem; color: var(--muted); }
    .highlight-copy h2 { margin-bottom: 18px; }
    .highlight-copy p { color: rgba(255,255,255,.76); }
    .included {
      display: grid;
      grid-template-columns: repeat(2, minmax(0,1fr));
      gap: 12px;
      margin: 28px 0 30px;
    }
    .included div {
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 12px;
      border: 1px solid rgba(255,255,255,.14);
      border-radius: 14px;
      background: rgba(255,255,255,.06);
      color: rgba(255,255,255,.88);
      font-size: .86rem;
    }
    .included b { color: var(--yellow); }
    .price-line { display: flex; align-items: center; gap: 14px; margin-bottom: 25px; }
    .price-line strong { font-size: 2.2rem; color: var(--yellow); }
    .price-line span { color: rgba(255,255,255,.68); font-size: .86rem; }

    .stays-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 38px; }
    .stay-card {
      position: relative;
      min-height: 480px;
      overflow: hidden;
      border-radius: 30px;
      color: white;
      box-shadow: var(--shadow);
    }
    .stay-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
    .stay-card:hover img { transform: scale(1.04); }
    .stay-card .stay-thumb {
      z-index: 3;
      top: 22px;
      right: 22px;
      left: auto;
      bottom: auto;
      width: 122px;
      height: 154px;
      object-fit: cover;
      border: 4px solid rgba(255,255,255,.96);
      border-radius: 18px;
      box-shadow: 0 16px 35px rgba(3,24,62,.30);
    }
    .stay-card:hover .stay-thumb { transform: scale(1.03); }
    .stay-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3,24,62,.92) 0%, rgba(3,24,62,.12) 68%); }
    .stay-content { position: absolute; z-index: 2; left: 28px; right: 28px; bottom: 28px; }
    .stay-content h3 { font-size: 2rem; margin-bottom: 9px; }
    .stay-content p { max-width: 520px; color: rgba(255,255,255,.82); }

    .why { background: #f7fbfe; }
    .why-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 68px; align-items: center; }
    .why-visual {
      position: relative;
      min-height: 560px;
      border-radius: 34px;
      overflow: hidden;
      background: var(--sky);
      box-shadow: var(--shadow);
    }
    .why-visual img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
    .why-logo {
      position: absolute;
      z-index: 3;
      right: 22px; top: 22px;
      width: 155px;
      padding: 9px;
      border-radius: 18px;
      background: rgba(255,255,255,.93);
      box-shadow: var(--shadow-soft);
    }
    .why-logo img { position: static; width: 100%; height: auto; object-fit: contain; }
    .why-list { display: grid; gap: 16px; margin-top: 28px; }
    .why-item { display: grid; grid-template-columns: 52px 1fr; gap: 15px; align-items: start; }
    .why-number {
      width: 52px; height: 52px;
      display: grid; place-items: center;
      border-radius: 16px;
      color: var(--navy);
      background: linear-gradient(135deg, var(--yellow), var(--orange));
      font-weight: 950;
    }
    .why-item h3 { margin-bottom: 6px; font-size: 1.15rem; }
    .why-item p { color: var(--muted); margin-bottom: 0; font-size: .92rem; }

    .steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 38px; }
    .step {
      padding: 28px;
      border: 1px solid var(--line);
      border-radius: 24px;
      background: white;
      box-shadow: var(--shadow-soft);
    }
    .step strong { display: inline-block; margin-bottom: 16px; font-size: 2.5rem; line-height: 1; color: rgba(8,118,209,.18); }
    .step h3 { font-size: 1.25rem; margin-bottom: 9px; }
    .step p { color: var(--muted); margin-bottom: 0; font-size: .92rem; }

    .faq { background: var(--sky); }
    .faq-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 68px; align-items: start; }
    details {
      border-bottom: 1px solid rgba(5,39,93,.15);
      padding: 18px 0;
    }
    summary {
      list-style: none;
      display: flex;
      justify-content: space-between;
      gap: 20px;
      cursor: pointer;
      font-weight: 900;
    }
    summary::-webkit-details-marker { display: none; }
    summary::after { content: "+"; color: var(--blue); font-size: 1.35rem; }
    details[open] summary::after { content: "−"; }
    details p { margin: 12px 0 0; color: var(--muted); }

    .cta-wrap { padding: 80px 0; background: white; }
    .cta {
      position: relative;
      overflow: hidden;
      padding: 58px;
      border-radius: 36px;
      color: white;
      background:
        radial-gradient(circle at 85% 20%, rgba(19,184,220,.65), transparent 28%),
        linear-gradient(135deg, var(--navy), #075fae);
      box-shadow: var(--shadow);
    }
    .cta::after {
      content: "";
      position: absolute;
      width: 260px; height: 260px;
      right: -60px; bottom: -130px;
      border-radius: 50%;
      border: 42px solid rgba(255,255,255,.08);
    }
    .cta-content { position: relative; z-index: 2; display: flex; justify-content: space-between; gap: 30px; align-items: center; }
    .cta h2 { max-width: 700px; margin-bottom: 10px; }
    .cta p { max-width: 680px; margin-bottom: 0; color: rgba(255,255,255,.76); }

    footer { color: rgba(255,255,255,.78); background: #031b43; }
    .footer-grid { display: grid; grid-template-columns: 1.2fr .7fr .9fr; gap: 50px; padding: 58px 0 35px; }
    .footer-logo { width: 170px; height: 85px; object-fit: contain; background: white; border-radius: 18px; padding: 8px; margin-bottom: 16px; }
    footer h3 { color: white; font-size: 1rem; letter-spacing: .03em; }
    footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; font-size: .9rem; }
    footer a:hover { color: var(--yellow); }
    .footer-bottom { padding: 20px 0; border-top: 1px solid rgba(255,255,255,.1); font-size: .78rem; display: flex; justify-content: space-between; gap: 20px; }

    .whatsapp-float {
      position: fixed;
      z-index: 90;
      right: 20px;
      bottom: 20px;
      width: 62px; height: 62px;
      display: grid; place-items: center;
      border-radius: 50%;
      color: white;
      background: #20b959;
      box-shadow: 0 15px 35px rgba(13,126,61,.35);
      transition: transform .2s ease;
    }
    .whatsapp-float:hover { transform: scale(1.06); }
    .whatsapp-float svg { width: 30px; height: 30px; fill: currentColor; }

    .escuna-showcase { background: linear-gradient(180deg, #f7fbfe 0%, #ffffff 100%); }
    .escuna-grid {
      display: grid;
      grid-template-columns: 1.05fr .95fr;
      gap: 28px;
      align-items: stretch;
      margin-top: 40px;
    }
    .escuna-main, .escuna-side .media-box {
      overflow: hidden;
      border-radius: 30px;
      border: 1px solid rgba(5,39,93,.10);
      background: white;
      box-shadow: var(--shadow);
    }
    .escuna-main img { width: 100%; height: 100%; min-height: 540px; object-fit: cover; }
    .escuna-side {
      display: block;
    }
    .media-box img, .media-box video { width: 100%; height: 100%; min-height: 540px; object-fit: cover; display: block; }
    .media-caption {
      position: relative;
      margin-top: -76px;
      margin-left: 18px;
      margin-right: 18px;
      padding: 15px 16px;
      border-radius: 18px;
      background: rgba(255,255,255,.95);
      color: var(--navy);
      box-shadow: var(--shadow-soft);
      z-index: 2;
    }
    .media-caption strong { display: block; font-size: 1rem; }
    .media-caption span { font-size: .84rem; color: var(--muted); }
    .escuna-copy {
      margin-top: 30px;
      display: grid;
      grid-template-columns: 1.1fr .9fr;
      gap: 24px;
      align-items: start;
    }
    .escuna-copy-card {
      padding: 28px;
      border-radius: 26px;
      border: 1px solid var(--line);
      background: white;
      box-shadow: var(--shadow-soft);
    }
    .escuna-copy-card h3 { font-size: 1.5rem; margin-bottom: 10px; }
    .escuna-copy-card p { color: var(--muted); }
    .escuna-copy-card ul { margin: 16px 0 0; padding: 0; list-style: none; display: grid; gap: 9px; }
    .escuna-copy-card li { display: flex; align-items: flex-start; gap: 9px; color: #3d4b62; font-size: .91rem; }
    .escuna-copy-card li::before { content: "✓"; color: var(--blue); font-weight: 900; }

    @media (max-width: 980px) {
      .nav-links { display: none; position: absolute; left: 20px; right: 20px; top: 84px; padding: 20px; flex-direction: column; align-items: stretch; background: white; border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow); }
      .nav-links.open { display: flex; }
      .nav-links .btn { width: 100%; }
      .menu-btn { display: block; }
      .cards { grid-template-columns: repeat(2, minmax(0,1fr)); }
      .featured-grid { grid-template-columns: 1fr; }
      .featured-card { grid-template-rows: minmax(480px, 1fr) auto; }
      .trust-grid { grid-template-columns: repeat(2,1fr); }
      .highlight-grid, .why-grid, .faq-grid { grid-template-columns: 1fr; }
      .highlight-photo, .why-visual { min-height: 500px; }
      .steps { grid-template-columns: 1fr; }
      .escuna-grid, .escuna-copy { grid-template-columns: 1fr; }
      .escuna-main img { min-height: 460px; }
      .footer-grid { grid-template-columns: 1fr 1fr; }
      .footer-grid > :first-child { grid-column: 1 / -1; }
    }

    @media (max-width: 720px) {
      .container { width: min(100% - 28px, 1160px); }
      .topbar .container { min-height: 42px; justify-content: center; text-align: center; }
      .topbar span:last-child { display: none; }
      .nav { min-height: 78px; }
      .brand img { width: 130px; height: 62px; }
      .hero { min-height: 680px; }
      .hero::after { background: linear-gradient(0deg, rgba(3,24,62,.92), rgba(3,24,62,.28)), linear-gradient(90deg, rgba(3,24,62,.82), rgba(3,24,62,.1)); }
      .hero .container { padding-top: 58px; padding-bottom: 74px; }
      .hero h1 { font-size: clamp(2.7rem, 13vw, 4.5rem); }
      .hero-stats { grid-template-columns: 1fr; max-width: 420px; }
      .hero-stat { display: flex; justify-content: space-between; align-items: center; }
      .section { padding: 72px 0; }
      .section-head { display: block; }
      .cards, .stays-grid { grid-template-columns: 1fr; }
      .featured-media { min-height: 430px; }
      .featured-content { padding: 23px; }
      .featured-price { margin-left: 0; text-align: left; width: 100%; }
      .tour-media { aspect-ratio: 16/11; }
      .included { grid-template-columns: 1fr; }
      .escuna-main img, .media-box img, .media-box video { min-height: 320px; }
      .highlight-photo, .why-visual { min-height: 430px; }
      .stay-card { min-height: 430px; }
      .cta { padding: 38px 25px; }
      .cta-content { display: block; }
      .cta .btn { margin-top: 24px; }
      .footer-grid { grid-template-columns: 1fr; }
      .footer-grid > :first-child { grid-column: auto; }
      .footer-bottom { flex-direction: column; }
    }

    @media (prefers-reduced-motion: reduce) {
      * { scroll-behavior: auto !important; transition: none !important; }
    }

.tour-media-dark { background: #171717; }
.tour-media img.object-contain { object-fit: contain; }
.tour-media img.object-cover { object-fit: cover; }
.choice-media {
  background: linear-gradient(135deg, #05275d, #13b8dc);
  display: grid;
  place-items: center;
  color: #fff;
  padding: 36px;
  text-align: center;
}
.choice-icon { font-size: 3.5rem; }
.choice-title { font-size: 1.45rem; }
.choice-description { margin: 10px 0 0; color: rgba(255,255,255,.78); }
.eyebrow-yellow { color: var(--yellow); }
.pill-yellow { background: var(--yellow); color: var(--navy); }
