/*
Theme Name: Travel4
Description: Tema propio de Travel4 sin Elementor Pro.
Version: 0.6.3
Text Domain: travel4
*/

@font-face {
  font-family: "Newsreader";
  src: url("assets/newsreader.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("assets/manrope.woff2") format("woff2");
  font-display: swap;
}

:root {
  --t4-orange: #ef502b;
  --t4-adventure: #033537;
  --t4-culture: #3c1f06;
  --t4-family: #b24556;
  --t4-paper: #f3efe7;
  --t4-ink: #102221;
  --t4-muted: #65706c;
  --t4-serif: "Newsreader", Georgia, serif;
  --t4-sans: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
body { margin: 0; background: var(--t4-paper); color: var(--t4-ink); font-family: var(--t4-sans); }
a { color: inherit; }
.t4-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.t4-header { padding: 24px 0; border-bottom: 1px solid rgb(16 34 33 / 16%); }
.t4-header .t4-shell { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.t4-brand { font-weight: 800; text-decoration: none; }
.t4-content { padding-block: 80px; }
.t4-content h1 { font-family: var(--t4-serif); font-size: clamp(54px, 8vw, 110px); font-weight: 500; line-height: .9; }
.t4-content img { max-width: 100%; height: auto; }
.t4-footer { padding: 55px 0; background: var(--t4-ink); color: white; }

html { scroll-behavior: smooth; }
body { overflow-x: hidden; }
a { text-decoration: none; }
img { display: block; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--t4-serif); font-weight: 500; letter-spacing: -.045em; }
h2 { font-size: clamp(44px, 5.2vw, 76px); line-height: .98; }
.t4-section { padding-block: clamp(76px, 9vw, 140px); }
.t4-kicker { margin: 0 0 22px; color: var(--t4-orange); font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.t4-button { display: inline-flex; align-items: center; gap: 42px; padding: 18px 24px; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.t4-button.primary { background: var(--t4-orange); color: #fff; }
.t4-button.dark { background: var(--t4-ink); color: #fff; }
.t4-text-link { display: inline-block; padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: 14px; font-weight: 700; }
.t4-text-link.light { color: #fff; }

.t4-header { height: 84px; position: relative; z-index: 20; padding: 0; background: var(--t4-paper); border-bottom: 1px solid rgb(16 34 33 / 16%); }
.t4-header.overlay { position: absolute; inset: 0 0 auto; background: transparent; color: #fff; border-color: rgb(255 255 255 / 30%); }
.t4-header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.t4-brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 900; letter-spacing: .06em; }
.t4-brand > span { width: 34px; height: 34px; display: inline-grid; place-items: center; background: var(--t4-orange); color: #fff; font-size: 12px; }
.t4-brand > .t4-brand-mark { width: 22px; height: 38px; position: relative; display: block; flex: 0 0 22px; overflow: hidden; background: transparent; }
.t4-brand-mark img { width: auto; max-width: none; height: 38px; position: absolute; inset: 0 auto auto 0; }
.t4-nav, .t4-menu { display: flex; align-items: center; gap: 32px; margin: 0; padding: 0; list-style: none; font-size: 13px; font-weight: 700; }
.t4-nav a:hover, .t4-nav a.is-current { color: var(--t4-orange); }
.t4-header-contact { font-size: 13px; font-weight: 800; }
.t4-menu-toggle { display: none; border: 0; background: transparent; color: inherit; font: inherit; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; cursor: pointer; }

.t4-home-hero { min-height: 800px; height: 100svh; position: relative; overflow: hidden; background: var(--t4-adventure); color: #fff; }
.t4-home-hero > img, .t4-hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.t4-home-hero > img { object-fit: cover; }
.t4-hero-shade { background: linear-gradient(90deg, rgb(16 34 33 / 88%), rgb(16 34 33 / 46%) 52%, rgb(16 34 33 / 16%)), rgb(239 80 43 / 8%); }
.t4-home-hero-copy { height: 100%; position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding-top: 60px; }
.t4-home-hero h1 { max-width: 880px; margin-bottom: 30px; font-size: clamp(62px, 7vw, 112px); line-height: .88; }
.t4-home-hero h1 em { display: block; color: var(--t4-orange); font-weight: 400; }
.t4-home-hero-copy > p:not(.t4-kicker) { max-width: 520px; font-family: var(--t4-serif); font-size: 20px; line-height: 1.5; }
.t4-actions { display: flex; align-items: center; gap: 34px; margin-top: 22px; }
.t4-manifesto { display: grid; grid-template-columns: 1.4fr .7fr; gap: 12vw; align-items: end; }
.t4-manifesto h2 { max-width: 700px; margin: 0; }
.t4-manifesto > p { margin-bottom: 8px; color: #48524f; font-family: var(--t4-serif); font-size: 20px; line-height: 1.6; }
.t4-category-cards { display: grid; grid-template-columns: repeat(3, 1fr); }
.t4-category-card { min-height: 330px; padding: 30px; display: flex; flex-direction: column; justify-content: space-between; position: relative; color: #fff; transition: transform .25s ease; }
.t4-category-card:hover { transform: translateY(-8px); }
.t4-category-card.adventure { background: var(--t4-adventure); }
.t4-category-card.culture { background: var(--t4-culture); }
.t4-category-card.family { background: var(--t4-family); }
.t4-category-card > span { opacity: .65; font-size: 12px; letter-spacing: .16em; }
.t4-category-card > b { position: absolute; top: 26px; right: 30px; color: var(--t4-orange); font-size: 26px; font-weight: 400; }
.t4-category-card h3 { margin-bottom: 14px; font-family: var(--t4-serif); font-size: 42px; font-weight: 500; }
.t4-category-card p { max-width: 250px; margin: 0; color: rgb(255 255 255 / 72%); line-height: 1.5; }
.t4-latest { background: #fff; }
.t4-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 54px; }
.t4-section-heading h2 { margin: 0; }
.t4-trip-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.t4-trip-image { height: 420px; position: relative; overflow: hidden; margin-bottom: 22px; background: #d6d4cc; }
.t4-trip-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.t4-trip-card:hover img { transform: scale(1.04); }
.t4-trip-image span { position: absolute; top: 0; right: 0; padding: 13px 16px; background: var(--t4-orange); color: #fff; font-weight: 800; }
.t4-trip-meta { margin-bottom: 10px; color: var(--t4-orange); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.t4-trip-card h3 { margin-bottom: 8px; font-family: var(--t4-serif); font-size: 36px; font-weight: 500; }
.t4-trip-card > p:last-child { color: var(--t4-muted); line-height: 1.55; }
.t4-map-block { display: grid; grid-template-columns: .65fr 1.35fr; min-height: 640px; padding-block: clamp(76px, 9vw, 140px); }
.t4-map-block > div:first-child { padding: 70px 54px; background: var(--t4-orange); color: #fff; }
.t4-map-block > div:first-child .t4-kicker { color: var(--t4-ink); }
.t4-map-block > div:first-child p:not(.t4-kicker) { line-height: 1.65; }
.t4-map-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; }
.t4-map-preview { position: relative; overflow: hidden; background: var(--t4-adventure); color: #fff; }
.t4-world-map { width: 90%; aspect-ratio: 2; position: absolute; top: 48%; left: 50%; background: url("assets/images/world-map.svg") center/contain no-repeat; transform: translate(-50%, -50%); }
.t4-world-map > span { position: absolute; padding-top: 20px; font-family: var(--t4-serif); transform: translateX(-50%); }
.t4-world-map > span::before { content: ""; position: absolute; top: 0; left: 50%; width: 9px; height: 9px; border: 4px solid var(--t4-orange); border-radius: 50%; background: #fff; transform: translateX(-50%); }
.t4-world-map .bolivia { left: 32%; top: 59%; }.t4-world-map .philippines { left: 84%; top: 43%; }.t4-world-map .japan { left: 88%; top: 30%; }
.t4-map-preview > strong { position: absolute; right: 38px; bottom: 34px; color: var(--t4-orange); font-family: var(--t4-serif); font-size: 88px; line-height: .8; text-align: right; }
.t4-map-preview > strong small { display: block; margin-top: 10px; color: #fff; font-family: var(--t4-sans); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.t4-about { padding: 90px 0; border-top: 1px solid rgb(16 34 33 / 16%); }
.t4-about > div { display: grid; grid-template-columns: .15fr 1fr .7fr; gap: 60px; }
.t4-about > div > span { color: var(--t4-orange); font-weight: 800; }
.t4-about h2 { margin: 0; }
.t4-about > div > div:last-child p { color: var(--t4-muted); font-family: var(--t4-serif); font-size: 20px; line-height: 1.6; }

.t4-about-page { background: #fff; }
.t4-about-hero { min-height: 760px; height: 100svh; position: relative; overflow: hidden; color: #fff; }
.t4-about-hero > img, .t4-about-shade { width: 100%; height: 100%; position: absolute; inset: 0; }
.t4-about-hero > img { object-fit: cover; object-position: center 42%; }
.t4-about-shade { background: linear-gradient(90deg, rgb(10 32 31 / 91%), rgb(10 32 31 / 50%) 60%, rgb(10 32 31 / 16%)), rgb(239 80 43 / 8%); }
.t4-about-hero-copy { height: 100%; position: relative; z-index: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding-top: 70px; }
.t4-about-hero-copy h1 { max-width: 940px; margin: 0 0 30px; font-size: clamp(68px, 9vw, 132px); line-height: .82; }
.t4-about-hero-copy > p:last-child { max-width: 620px; font-family: var(--t4-serif); font-size: 24px; line-height: 1.5; }
.t4-about-story { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(65px, 10vw, 150px); align-items: start; }
.t4-about-story header { position: sticky; top: 105px; }
.t4-about-story h2 { margin: 0; color: var(--t4-adventure); }
.t4-about-story > div { padding-top: 42px; }
.t4-about-story > div p { color: var(--t4-muted); font-family: var(--t4-serif); font-size: clamp(21px, 1.8vw, 25px); line-height: 1.72; }
.t4-about-gallery { height: 720px; display: grid; grid-template-columns: 1.35fr .65fr; grid-template-rows: 1fr 1fr; gap: 16px; }
.t4-about-gallery figure { min-width: 0; min-height: 0; margin: 0; overflow: hidden; }
.t4-about-gallery figure.featured { grid-row: 1 / 3; }
.t4-about-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.t4-about-gallery figure:hover img { transform: scale(1.025); }
.t4-about-details { display: grid; grid-template-columns: .8fr 1.2fr; gap: 1px; }
.t4-about-details article { min-height: 420px; padding: clamp(42px, 5vw, 72px); background: var(--t4-paper); }
.t4-about-details article:first-child { background: var(--t4-adventure); color: #fff; }
.t4-about-details strong { display: block; color: var(--t4-orange); font-family: var(--t4-serif); font-size: 110px; font-weight: 500; line-height: .75; }
.t4-about-details h2 { margin: 14px 0 32px; }
.t4-about-details article:last-child h2 { color: var(--t4-adventure); }
.t4-about-details article > p:not(.t4-kicker) { max-width: 610px; color: var(--t4-muted); font-family: var(--t4-serif); font-size: 21px; line-height: 1.65; }

.t4-contact-page { background: #fff; }
.t4-contact-hero { min-height: 660px; display: flex; align-items: end; padding-block: 130px 90px; background: var(--t4-adventure); color: #fff; }
.t4-contact-hero h1 { max-width: 1000px; margin: 0 0 34px; font-size: clamp(80px, 11vw, 158px); line-height: .75; }
.t4-contact-hero h1 em { color: var(--t4-orange); font-weight: 400; }
.t4-contact-hero .t4-shell > p:last-child { max-width: 610px; margin: 0; color: rgb(255 255 255 / 72%); font-family: var(--t4-serif); font-size: 22px; line-height: 1.55; }
.t4-contact-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(70px, 10vw, 150px); align-items: start; }
.t4-contact-layout aside { position: sticky; top: 115px; }
.t4-contact-layout aside h2 { margin-bottom: 30px; color: var(--t4-adventure); }
.t4-contact-layout aside > p:not(.t4-kicker) { max-width: 510px; color: var(--t4-muted); font-family: var(--t4-serif); font-size: 20px; line-height: 1.65; }
.t4-contact-layout aside nav { display: grid; margin-top: 45px; border-top: 1px solid rgb(16 34 33 / 16%); }
.t4-contact-layout aside nav a { display: flex; justify-content: space-between; gap: 20px; padding: 18px 0; border-bottom: 1px solid rgb(16 34 33 / 16%); }
.t4-contact-layout aside nav span { color: var(--t4-muted); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.t4-contact-layout aside nav strong { color: var(--t4-orange); font-size: 13px; }
.t4-contact-form-wrap { padding: clamp(38px, 5vw, 70px); background: var(--t4-paper); }
.t4-contact-form-wrap h2 { margin: 0 0 38px; color: var(--t4-adventure); }
.t4-contact-form { display: grid; gap: 24px; }
.t4-contact-form > label:not(.t4-contact-consent, .t4-contact-honeypot) { display: grid; gap: 10px; color: var(--t4-muted); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.t4-contact-form input[type="text"], .t4-contact-form input[type="email"], .t4-contact-form textarea { width: 100%; padding: 15px 0; border: 0; border-bottom: 1px solid rgb(16 34 33 / 28%); border-radius: 0; outline: 0; background: transparent; color: var(--t4-ink); font: 18px/1.5 var(--t4-serif); }
.t4-contact-form textarea { min-height: 170px; resize: vertical; }
.t4-contact-form input:focus, .t4-contact-form textarea:focus { border-color: var(--t4-orange); }
.t4-contact-consent { display: flex; gap: 12px; align-items: start; color: var(--t4-muted); font-size: 12px; line-height: 1.5; }
.t4-contact-consent input { margin-top: 3px; accent-color: var(--t4-orange); }
.t4-contact-form .t4-button { width: max-content; margin-top: 10px; border: 0; cursor: pointer; }
.t4-contact-honeypot { position: absolute; left: -9999px; }
.t4-contact-notice { margin-bottom: 28px; padding: 15px 18px; border-left: 4px solid var(--t4-orange); background: #fff; font-size: 13px; line-height: 1.5; }
.t4-contact-notice.success { border-color: var(--t4-adventure); }

.t4-category-page { background: #fff; }
.t4-category-hero { min-height: 720px; position: relative; display: flex; align-items: end; overflow: hidden; color: #fff; }
.t4-category-hero > img, .t4-category-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.t4-category-hero > img { object-fit: cover; }
.t4-category-shade { background: linear-gradient(90deg, rgb(16 34 33 / 82%), rgb(16 34 33 / 34%)), color-mix(in srgb, var(--t4-category) 30%, transparent); }
.t4-category-hero > .t4-shell { z-index: 2; padding-bottom: 70px; }
.t4-category-hero p { margin-bottom: 32px; color: var(--t4-orange); font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.t4-category-hero h1 { margin: 0 0 20px; font-size: clamp(86px, 13vw, 180px); line-height: .78; }
.t4-category-hero span { max-width: 600px; display: block; font-family: var(--t4-serif); font-size: 21px; }
.t4-category-intro { display: grid; grid-template-columns: 1.25fr .75fr; gap: 10vw; align-items: end; }
.t4-category-intro h2 { margin: 0; color: var(--t4-category); }
.t4-category-intro > div:last-child p { color: var(--t4-muted); font-family: var(--t4-serif); font-size: 20px; line-height: 1.6; }
.t4-category-intro > div:last-child span { color: var(--t4-orange); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.t4-category-list { padding-bottom: 130px; }
.t4-category-trips { display: grid; gap: 1px; background: rgb(16 34 33 / 16%); }
.t4-category-trip { min-height: 260px; display: grid; grid-template-columns: .75fr 1.25fr; background: #fff; }
.t4-category-trip > div:first-child { position: relative; overflow: hidden; background: var(--t4-category); }
.t4-category-trip img { width: 100%; height: 100%; object-fit: cover; }
.t4-category-trip > div:first-child span { position: absolute; top: 18px; left: 18px; color: var(--t4-orange); font-size: 11px; font-weight: 800; }
.t4-category-trip > div:last-child { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 45px 60px; }
.t4-category-trip p { margin-bottom: 12px; color: var(--t4-orange); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.t4-category-trip h3 { margin: 0 0 20px; color: var(--t4-category); font-family: var(--t4-serif); font-size: clamp(48px, 5vw, 72px); font-weight: 500; }
.t4-category-trip .t4-category-summary { max-width: 540px; margin: -4px 0 24px; color: var(--t4-muted); font-size: 15px; font-weight: 400; letter-spacing: 0; line-height: 1.65; text-transform: none; }
.t4-category-trip > div:last-child span { color: var(--t4-muted); font-size: 12px; font-weight: 700; }
.t4-category-map { margin-bottom: 130px; padding: 70px; display: grid; grid-template-columns: 1.1fr .9fr; gap: 8vw; align-items: end; background: var(--t4-paper); }
.t4-category-map h2 { margin: 0; color: var(--t4-category); }
.t4-category-map > div:last-child p { color: var(--t4-muted); line-height: 1.6; }

.t4-trip-page { --t4-category: var(--t4-adventure); background: #fff; }
.t4-trip-hero { min-height: 760px; height: 100svh; position: relative; overflow: hidden; color: #fff; }
.t4-trip-hero > img, .t4-trip-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.t4-trip-hero > img { object-fit: cover; }
.t4-trip-shade { background: linear-gradient(90deg, rgb(16 34 33 / 84%), rgb(16 34 33 / 38%)), color-mix(in srgb, var(--t4-category) 18%, transparent); }
.t4-trip-hero-copy { height: 100%; position: relative; z-index: 2; display: grid; grid-template-rows: auto 1fr auto; padding-block: 115px 46px; }
.t4-trip-hero-copy > a { font-size: 12px; font-weight: 800; }
.t4-trip-hero-copy > div { align-self: center; }
.t4-trip-hero-copy > div > p { margin-bottom: 30px; color: var(--t4-orange); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.t4-trip-hero-copy h1 { max-width: 100%; margin: 0 0 22px; font-size: clamp(76px, 12vw, 170px); line-height: .78; overflow-wrap: anywhere; }
.t4-trip-hero-copy > div > span { max-width: 620px; display: block; font-family: var(--t4-serif); font-size: 21px; line-height: 1.45; }
.t4-trip-hero-copy dl { display: flex; gap: 55px; margin: 0; }
.t4-trip-hero-copy dl div { display: flex; flex-direction: column-reverse; }
.t4-trip-hero-copy dt { color: rgb(255 255 255 / 66%); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.t4-trip-hero-copy dd { margin: 0; font-family: var(--t4-serif); font-size: 33px; }
.t4-trip-subnav { position: sticky; top: 0; z-index: 15; background: var(--t4-paper); border-bottom: 1px solid rgb(16 34 33 / 16%); }
.t4-trip-subnav .t4-shell { height: 68px; display: flex; align-items: center; justify-content: center; gap: 48px; }
.t4-trip-subnav a { font-size: 12px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.t4-trip-subnav a:hover { color: var(--t4-orange); }
.t4-trip-intro { display: grid; grid-template-columns: 1fr; gap: 46px; }
.t4-trip-intro h2 { margin: 0; color: var(--t4-category); }
.t4-reading-copy { width: 100%; }
.t4-reading-copy p { color: var(--t4-muted); font-family: var(--t4-serif); font-size: clamp(18px, 1.35vw, 21px); line-height: 1.7; }
.t4-trip-content { padding-bottom: 130px; }
.t4-trip-content-heading { padding: 90px 0 50px; border-top: 1px solid rgb(16 34 33 / 16%); }
.t4-trip-content-heading h2 { color: var(--t4-category); }
.t4-reading { max-width: 900px; margin-inline: auto; }
.t4-reading > p, .t4-reading li { font-family: var(--t4-serif); font-size: 20px; line-height: 1.75; }
.t4-reading img { max-width: 100%; height: auto; }

.t4-reading-copy section { color: var(--t4-muted); font-family: var(--t4-serif); font-size: clamp(18px, 1.35vw, 21px); line-height: 1.7; }
.t4-transport { padding-bottom: 70px; scroll-margin-top: 68px; }
.t4-transport > header { padding: 38px; display: grid; grid-template-columns: 1fr; background: var(--t4-paper); }
.t4-transport > header h2 { margin: 8px 0 0; color: var(--t4-category); font-size: 48px; }
.t4-transport > header > p { margin: 0; color: var(--t4-muted); font-size: 13px; line-height: 1.55; }
.t4-transport > article { min-width: 0; padding: 38px; display: grid; grid-template-columns: .55fr 1.45fr; gap: 6vw; background: var(--t4-category); color: #fff; }
.t4-transport article h3 { margin: 10px 0 0; color: #fff; font-family: var(--t4-serif); font-size: 42px; font-weight: 500; }
.t4-flight-paths { display: grid; align-content: center; gap: 22px; }
.t4-flight-path { min-width: 0; display: flex; align-items: center; gap: 12px; overflow-x: auto; padding-bottom: 4px; }
.t4-flight-label { width: 62px; flex: 0 0 62px; }
.t4-flight-label strong { color: var(--t4-orange); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.t4-airport { width: 76px; flex: 0 0 76px; display: grid; gap: 4px; }
.t4-airport small { color: rgb(255 255 255 / 43%); font-size: 8px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.t4-airport strong { font-family: var(--t4-serif); font-size: 25px; font-weight: 500; line-height: .9; }
.t4-airport span { overflow: hidden; color: rgb(255 255 255 / 70%); font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.t4-airport.escala { text-align: center; }
.t4-airport.llegada { text-align: right; }
.t4-flight-segment { min-width: 45px; height: 42px; position: relative; flex: 1 1 120px; display: grid; place-items: center; font-style: normal; }
.t4-flight-segment::before { content: ""; position: absolute; right: 0; left: 0; top: 50%; height: 1px; background: rgb(255 255 255 / 48%); }
.t4-flight-segment::after { content: ""; position: absolute; right: -1px; top: 50%; border-top: 4px solid transparent; border-bottom: 4px solid transparent; border-left: 7px solid var(--t4-orange); transform: translateY(-50%); }
.t4-flight-segment span { z-index: 1; padding: 2px 8px; background: var(--t4-category); color: var(--t4-orange); font-size: 19px; line-height: 1; transform: rotate(5deg); }
.t4-transport > article.t4-cruise { grid-template-columns: .42fr 1.58fr; background: #172a29; }
.t4-cruise-meta { display: flex; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid rgb(255 255 255 / 20%); color: rgb(255 255 255 / 55%); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.t4-cruise ol { margin: 24px 0 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); row-gap: 32px; list-style: none; }
.t4-cruise li { min-width: 0; position: relative; display: grid; gap: 5px; padding-inline: 5px; text-align: center; }
.t4-cruise li:not(:last-child)::before { content: ""; position: absolute; top: 31px; right: -50%; left: 50%; height: 1px; background: rgb(255 255 255 / 28%); }
.t4-cruise li:not(:last-child)::after { content: "⛴ →"; position: absolute; z-index: 1; top: 23px; right: -18px; padding: 1px 4px; background: #172a29; color: var(--t4-orange); font-size: 10px; letter-spacing: 2px; white-space: nowrap; }
.t4-cruise ol.is-long li:nth-child(4n)::before { display: none; }
.t4-cruise li > span { color: var(--t4-orange); font-size: 8px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.t4-cruise li > div { min-width: 0; position: relative; display: grid; gap: 3px; padding-top: 24px; }
.t4-cruise li > div::before { content: ""; position: absolute; top: 8px; left: 50%; width: 7px; height: 7px; border: 2px solid #172a29; border-radius: 50%; background: var(--t4-orange); box-shadow: 0 0 0 1px rgb(255 255 255 / 42%); transform: translateX(-50%); }
.t4-cruise li small { color: rgb(255 255 255 / 42%); font-size: 7px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.t4-cruise li strong { overflow: hidden; font-family: var(--t4-serif); font-size: clamp(13px, 1.25vw, 17px); font-weight: 500; line-height: 1; text-overflow: ellipsis; white-space: nowrap; }
.t4-cruise li em { color: rgb(255 255 255 / 50%); font-size: 9px; font-style: normal; }
.t4-cruise li.navigation strong { font-style: italic; }
.t4-cruise-continuation { position: absolute; top: 31px; right: 50%; left: -11px; display: block; height: 1px; background: rgb(255 255 255 / 28%); }
.t4-cruise-continuation::before { content: "→"; position: absolute; top: -8px; left: -2px; padding: 1px 4px; background: #172a29; color: var(--t4-orange); font-size: 13px; font-style: normal; line-height: 1; }
.t4-route-block { display: grid; grid-template-columns: 1fr; background: var(--t4-category); color: #fff; }
.t4-route-block > header { padding: 54px 58px 42px; }
.t4-route-block > header h2 { max-width: 880px; margin: 0; }
.t4-route-map { min-height: 520px; background: #e6e1d8; }
.t4-route-map iframe { width: 100%; height: 100%; border: 0; }
.t4-route-block .t4-kicker { color: var(--t4-orange); }
.t4-practical-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.t4-practical-grid article { min-width: 0; background: var(--t4-paper); }
.t4-practical-grid article > img { width: 100%; height: 240px; object-fit: cover; }
.t4-practical-grid article > div { padding: 28px; }
.t4-practical-grid article > div > span { color: var(--t4-orange); font-size: 10px; font-weight: 800; }
.t4-practical-grid h3 { min-height: 76px; margin: 13px 0 22px; color: var(--t4-category); font-family: var(--t4-serif); font-size: 31px; font-weight: 500; line-height: 1; }
.t4-practical-grid ul { margin: 0; padding: 0; list-style: none; }
.t4-practical-grid li { padding: 10px 0; border-top: 1px solid rgb(16 34 33 / 16%); font-size: 13px; line-height: 1.45; }
.t4-timeline-heading { display: block; padding: 115px 0 70px; border-top: 1px solid rgb(16 34 33 / 16%); }
.t4-timeline-heading h2 { margin: 0; color: var(--t4-category); }
.t4-vt-layout { display: grid; grid-template-columns: 300px minmax(0, 1fr); gap: clamp(55px, 7vw, 100px); align-items: start; padding-bottom: 120px; }
.t4-vt-mobile { display: none; }
.t4-vt-sidebar { position: sticky; top: 92px; padding: 22px 20px 18px; background: var(--t4-paper); }
.t4-vt-sidebar > header { display: flex; align-items: end; justify-content: space-between; gap: 20px; padding-bottom: 17px; border-bottom: 1px solid rgb(16 34 33 / 16%); }
.t4-vt-sidebar header div { display: grid; }
.t4-vt-sidebar header span, .t4-vt-sidebar header small { color: var(--t4-muted); font-size: 9px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.t4-vt-sidebar header strong { margin-top: 4px; font-family: var(--t4-serif); font-size: 24px; font-weight: 500; }
.t4-vt-sidebar nav { position: relative; display: grid; margin-top: 12px; }
.t4-vt-sidebar nav::before { content: ""; position: absolute; top: 14px; bottom: 14px; left: 13px; width: 2px; background: linear-gradient(to bottom, var(--t4-category) var(--t4-progress, 0%), #c4ccce var(--t4-progress, 0%)); }
.t4-vt-link { min-height: 38px; position: relative; z-index: 1; display: grid; grid-template-columns: 27px 1fr; gap: 10px; align-items: start; padding: 3px 0; }
.t4-vt-link i { width: 25px; height: 25px; display: grid; place-items: center; border: 3px solid var(--t4-paper); border-radius: 50%; background: #aeb9bd; color: #fff; font-size: 8px; font-style: normal; font-weight: 800; box-shadow: 0 0 0 1px #c4ccce; }
.t4-vt-link > span { display: grid; padding-top: 3px; }
.t4-vt-link strong { font-family: var(--t4-serif); font-size: 13px; line-height: 1; }
.t4-vt-link small { margin-top: 3px; color: var(--t4-muted); font-family: var(--t4-serif); font-size: 12px; line-height: 1.2; }
.t4-vt-link.active i { background: var(--t4-orange); box-shadow: 0 0 0 4px rgb(239 80 43 / 18%); }
.t4-vt-link.active strong { color: var(--t4-orange); }
.t4-vt-link.past i { background: var(--t4-category); }
.t4-vt-day { display: none; padding-bottom: 100px; scroll-margin-top: 90px; }
.t4-vt-day.active { display: block; }
.t4-vt-day > header { margin-bottom: 45px; }
.t4-vt-day > header h2 { max-width: 760px; margin: 0; color: var(--t4-category); font-size: clamp(58px, 6vw, 92px); }
.t4-vt-lead figure { margin: 0 0 45px; }
.t4-vt-lead img { width: 100%; max-height: 560px; object-fit: cover; }
.t4-vt-lead figcaption { padding-top: 10px; color: var(--t4-muted); font-family: var(--t4-serif); font-size: 14px; text-align: right; }
.t4-vt-story { max-width: 760px; }
.t4-vt-story > p, .t4-vt-story > section p { font-family: var(--t4-serif); font-size: 20px; line-height: 1.75; }
.t4-vt-story > ul { margin: 0 0 42px; padding: 24px 28px; border-left: 5px solid var(--t4-category); background: var(--t4-paper); list-style: none; }
.t4-vt-story > ul li { padding: 6px 0; font-size: 14px; line-height: 1.5; }
.t4-vt-story figure { margin: 45px 0; }
.t4-vt-story figure img { width: 100%; max-height: 520px; object-fit: cover; }
.t4-vt-day img { cursor: zoom-in; }
.t4-vt-story figure figcaption { margin-top: 8px; color: var(--t4-muted); font-family: var(--t4-serif); text-align: center; }
.t4-vt-story > a { display: inline-block; margin: 7px 10px 7px 0; padding: 9px 12px; border: 1px solid rgb(16 34 33 / 16%); color: var(--t4-category); font-size: 12px; font-weight: 700; }
.t4-vt-story > svg { display: none; }
.t4-back-to-route { display: none; }
.t4-vt-current { position: sticky; top: 68px; z-index: 7; display: grid; grid-template-columns: 58px 1fr 58px; align-items: stretch; margin-bottom: 46px; border-bottom: 1px solid rgb(16 34 33 / 16%); background: rgb(255 255 255 / 96%); box-shadow: 0 8px 24px rgb(16 34 33 / 8%); }
.t4-vt-current button { border: 0; background: transparent; color: var(--t4-orange); font-size: 24px; cursor: pointer; }
.t4-vt-current button:disabled { color: #b9c0c2; }
.t4-vt-current a { display: grid; justify-items: center; gap: 2px; padding: 14px 5px 13px; border-inline: 1px solid rgb(16 34 33 / 16%); text-align: center; }
.t4-vt-current small { color: var(--t4-orange); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.t4-vt-current strong { font-family: var(--t4-serif); font-size: 18px; font-weight: 600; }
.t4-day-nav { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; margin-top: 65px; padding-top: 24px; border-top: 1px solid rgb(16 34 33 / 16%); }
.t4-day-nav button { padding: 10px 0; border: 0; background: transparent; color: var(--t4-orange); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.t4-day-nav button:first-child { text-align: left; }
.t4-day-nav button:last-child { text-align: right; }
.t4-day-nav button:disabled { color: #aeb9bd; cursor: default; }
.t4-day-nav span { color: var(--t4-muted); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.t4-trip-fallback { padding-bottom: 120px; }
.t4-photo-carousel { margin: 44px 0; padding: 18px; background: var(--t4-paper); }
.t4-photo-carousel > header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.t4-photo-carousel > header > span { color: var(--t4-category); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.t4-photo-carousel > header div { display: flex; gap: 6px; }
.t4-photo-carousel button { width: 34px; height: 34px; border: 1px solid rgb(16 34 33 / 18%); background: #fff; color: var(--t4-category); cursor: pointer; }
.t4-photo-carousel button:hover { border-color: var(--t4-orange); color: var(--t4-orange); }
.t4-photo-track { display: grid; grid-auto-columns: calc((100% - 42px) / 4); grid-auto-flow: column; gap: 14px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-behavior: smooth; scroll-snap-type: inline mandatory; scrollbar-width: none; }
.t4-photo-track::-webkit-scrollbar { display: none; }
.t4-photo-track > a { min-width: 0; scroll-snap-align: start; }
.t4-photo-track figure { height: 100%; margin: 0; display: grid; grid-template-rows: 175px auto; background: #fff; }
.t4-photo-track img { width: 100%; height: 175px; object-fit: cover; cursor: zoom-in; }
.t4-photo-track figcaption { padding: 10px 8px 9px; overflow: hidden; color: var(--t4-category); font-family: var(--t4-serif); font-size: 13px; text-align: center; text-overflow: ellipsis; white-space: nowrap; }
.t4-lightbox { width: min(94vw, 1500px); height: min(92vh, 1000px); margin: auto; padding: 0; overflow: visible; background: transparent; border: 0; color: #fff; }
.t4-lightbox::backdrop { background: rgb(4 12 12 / 92%); backdrop-filter: blur(5px); }
.t4-lightbox > button { width: 42px; height: 42px; position: absolute; z-index: 2; top: 12px; right: 12px; border: 1px solid rgb(255 255 255 / 28%); border-radius: 50%; background: rgb(8 18 18 / 76%); color: #fff; font-size: 28px; line-height: 1; cursor: pointer; }
.t4-lightbox figure { width: 100%; height: 100%; margin: 0; display: grid; grid-template-rows: minmax(0, 1fr) auto; place-items: center; }
.t4-lightbox img { width: auto; height: auto; max-width: 100%; max-height: calc(92vh - 42px); object-fit: contain; }
.t4-lightbox figcaption { min-height: 28px; padding-top: 10px; color: rgb(255 255 255 / 72%); font-family: var(--t4-serif); font-size: 15px; text-align: center; }

.t4-map-page { min-height: 100vh; background: var(--t4-paper); color: var(--t4-ink); }
.t4-map-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 10vw; align-items: end; padding-block: 90px 66px; }
.t4-map-heading h1 { margin: 0; font-size: clamp(66px, 8vw, 126px); line-height: .84; }
.t4-map-heading h1 em { display: block; color: var(--t4-orange); font-weight: 400; }
.t4-map-heading > div:last-child p { color: var(--t4-muted); font-family: var(--t4-serif); font-size: 20px; line-height: 1.55; }
.t4-map-explorer { min-height: 720px; position: relative; overflow: hidden; background: #000; border: 1px solid rgb(16 34 33 / 18%); box-shadow: 0 22px 65px rgb(16 34 33 / 12%); }
.t4-map-toolbar { position: absolute; z-index: 5; top: 22px; left: 22px; display: flex; padding: 4px; background: rgb(26 31 30 / 92%); }
.t4-map-toolbar button { padding: 10px 16px; border: 0; background: transparent; color: rgb(255 255 255 / 60%); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.t4-map-toolbar button.active { background: var(--t4-orange); color: #fff; }
.t4-map-toolbar i { width: 1px; margin: 7px 4px; background: rgb(255 255 255 / 20%); }
.t4-map-help { position: absolute; z-index: 5; top: 28px; right: 28px; color: rgb(255 255 255 / 60%); font-size: 11px; }
.t4-silhouette-map-frame { position: absolute; inset: 0; touch-action: none; }
.t4-silhouette-svg { width: 100%; height: 100%; cursor: grab; }
.t4-silhouette-svg:active { cursor: grabbing; }
.t4-silhouette-svg svg { width: 100%; height: 100%; }
.t4-silhouette-svg .country { fill: #d7d9d8 !important; stroke: #111; stroke-width: .12; transition: fill .18s ease; }
.t4-silhouette-svg .country.visited { fill: var(--t4-orange) !important; cursor: pointer; }
.t4-silhouette-svg .country.visited:hover { fill: #f47612 !important; }
.t4-silhouette-svg .country.selected { fill: #ffb000 !important; stroke: #fff; stroke-width: .18px; vector-effect: non-scaling-stroke; }
.t4-country-card { position: absolute; z-index: 6; right: 28px; bottom: 28px; width: 370px; min-height: 265px; padding: 32px; background: rgb(24 29 28 / 96%); border: 1px solid rgb(255 255 255 / 18%); box-shadow: 0 24px 70px rgb(0 0 0 / 45%); color: #fff; }
.t4-country-card[hidden] { display: none; }
.t4-country-card > button { position: absolute; top: 15px; right: 15px; width: 32px; height: 32px; border: 0; border-radius: 50%; background: rgb(255 255 255 / 10%); color: #fff; font-size: 22px; cursor: pointer; }
.t4-country-card > p { margin-bottom: 12px; color: var(--t4-orange); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.t4-country-card h2 { margin-bottom: 25px; font-size: 48px; }
.t4-country-card dl { margin: 0; border-top: 1px solid rgb(255 255 255 / 17%); }
.t4-country-card dl div { display: grid; grid-template-columns: 90px 1fr; padding: 11px 0; border-bottom: 1px solid rgb(255 255 255 / 17%); }
.t4-country-card dt { color: rgb(255 255 255 / 50%); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.t4-country-card dd { margin: 0; font-size: 13px; }
.t4-country-card > a { display: inline-block; margin-top: 22px; color: var(--t4-orange); font-size: 12px; font-weight: 800; }
.t4-country-card > a[hidden] { display: none; }
.t4-country-list { display: grid; grid-template-columns: 180px 1fr; gap: 40px; padding: 45px 0 110px; }
.t4-country-list > div:first-child { display: flex; flex-direction: column; gap: 7px; }
.t4-country-list > div:first-child span { color: var(--t4-muted); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.t4-country-list > div:first-child strong { font-family: var(--t4-serif); font-size: 26px; font-weight: 500; }
.t4-country-list > div:last-child { display: flex; flex-wrap: wrap; gap: 8px; }
.t4-country-list button { padding: 9px 12px; border: 1px solid rgb(16 34 33 / 20%); background: rgb(255 255 255 / 38%); color: var(--t4-muted); font-size: 12px; cursor: pointer; }
.t4-country-list button:hover, .t4-country-list button.active { border-color: var(--t4-orange); background: var(--t4-orange); color: #fff; }

.t4-trip-highlight { margin-bottom: 120px; padding: clamp(55px, 7vw, 95px); display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(45px, 8vw, 120px); background: var(--t4-category); color: #fff; }
.t4-trip-highlight h2 { margin: 12px 0 0; color: #fff; font-size: clamp(62px, 8vw, 112px); }
.t4-trip-highlight > div:last-child { align-self: end; }
.t4-trip-highlight > div:last-child p { color: rgb(255 255 255 / 78%); font-family: var(--t4-serif); font-size: 20px; line-height: 1.7; }

.t4-gps-page { min-height: 100vh; padding-bottom: 120px; background: var(--t4-paper); color: var(--t4-ink); }
.t4-gps-hero { min-height: 590px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 11vw; align-items: end; padding-block: 105px 85px; }
.t4-gps-hero h1 { margin: 12px 0 0; font-size: clamp(90px, 12vw, 170px); line-height: .68; }
.t4-gps-hero h1 em { color: var(--t4-orange); font-weight: 400; }
.t4-gps-hero > div:last-child > p { max-width: 520px; margin: 0 0 55px; color: var(--t4-muted); font-family: var(--t4-serif); font-size: 23px; line-height: 1.55; }
.t4-gps-hero .t4-text-link { margin: -28px 0 45px; color: var(--t4-orange); }
.t4-gps-hero dl { display: flex; gap: clamp(35px, 5vw, 78px); margin: 0; }
.t4-gps-hero dl div { display: flex; flex-direction: column-reverse; }
.t4-gps-hero dt { color: var(--t4-muted); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.t4-gps-hero dd { margin: 0; color: var(--t4-orange); font-family: var(--t4-serif); font-size: 46px; line-height: 1; }
.t4-gps-explorer { width: min(1680px, calc(100% - 32px)); min-height: 820px; display: grid; grid-template-columns: 360px minmax(0, 1fr); background: #101d1c; border: 1px solid rgb(255 255 255 / 14%); }
.t4-gps-index { padding: 34px 28px; border-right: 1px solid rgb(255 255 255 / 14%); }
.t4-gps-index header { padding-bottom: 28px; border-bottom: 1px solid rgb(255 255 255 / 14%); }
.t4-gps-index h2 { margin: 8px 0 0; color: #fff; font-size: 38px; }
.t4-gps-index > nav { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; padding: 22px 0; }
.t4-gps-index > nav button { display: flex; justify-content: space-between; padding: 11px 12px; border: 1px solid rgb(255 255 255 / 15%); background: transparent; color: rgb(255 255 255 / 62%); cursor: pointer; }
.t4-gps-index > nav button.active { border-color: var(--t4-orange); background: var(--t4-orange); color: #fff; }
.t4-gps-index > nav span { font-size: 11px; font-weight: 800; text-transform: uppercase; }
.t4-gps-index > nav b { font-family: var(--t4-serif); font-weight: 500; }
.t4-gps-route-list { display: grid; gap: 9px; }
.t4-gps-route-list > button { width: 100%; min-height: 96px; display: grid; grid-template-columns: 36px 1fr 18px; gap: 10px; align-items: center; padding: 14px; border: 1px solid rgb(255 255 255 / 13%); background: rgb(255 255 255 / 4%); color: #fff; text-align: left; cursor: pointer; transition: border-color .2s, background .2s; }
.t4-gps-route-list > button:hover, .t4-gps-route-list > button.active { border-color: var(--t4-orange); background: rgb(239 80 43 / 13%); }
.t4-gps-route-list > button[hidden] { display: none; }
.t4-gps-route-list i { font-size: 24px; font-style: normal; }
.t4-gps-route-list span { min-width: 0; display: grid; gap: 3px; }
.t4-gps-route-list small { color: var(--t4-orange); font-size: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.t4-gps-route-list strong { font-family: var(--t4-serif); font-size: 19px; font-weight: 500; }
.t4-gps-route-list em { color: rgb(255 255 255 / 48%); font-size: 10px; font-style: normal; }
.t4-gps-route-list > button > b { color: var(--t4-orange); font-size: 17px; font-weight: 400; }
.t4-gps-stage { min-width: 0; position: relative; min-height: 820px; }
.t4-gps-world { min-height: 820px; position: relative; overflow: hidden; background: #07100f; }
.t4-gps-stage.is-map-transition { overflow: hidden; }
.t4-gps-stage.is-map-transition .t4-gps-world { position: absolute; z-index: 2; inset: 0; opacity: 1; transition: opacity .28s ease-in-out; }
.t4-gps-stage.is-map-transition .t4-gps-detail { position: absolute; z-index: 1; inset: 0; opacity: 0; transition: opacity .28s ease-in-out; }
.t4-gps-stage.is-map-transition.is-map-blending .t4-gps-world { opacity: 0; }
.t4-gps-stage.is-map-transition.is-map-blending .t4-gps-detail { opacity: 1; }
.t4-gps-world[hidden], .t4-gps-detail[hidden] { display: none; }
.t4-gps-country-map { min-height: 820px; position: absolute; inset: 0; background: #07100f; }
.t4-gps-map-marker { width: 100px; display: grid; justify-items: center; gap: 5px; border: 0; background: transparent; color: #fff; cursor: pointer; }
.t4-gps-map-marker span { width: 43px; height: 43px; display: grid; place-items: center; border: 5px solid #07100f; border-radius: 50%; background: var(--t4-orange); font-family: var(--t4-serif); font-size: 18px; box-shadow: 0 0 0 1px rgb(255 255 255 / 60%); }
.t4-gps-map-marker.cluster span { background: #ffb000; box-shadow: 0 0 0 5px rgb(255 176 0 / 20%); }
.t4-gps-map-marker.active span { background: #ffb000; box-shadow: 0 0 0 5px rgb(255 176 0 / 28%), 0 0 0 7px #fff; }
.t4-gps-map-marker.active b { background: var(--t4-orange); }
.t4-gps-map-marker b { padding: 4px 7px; background: rgb(7 16 15 / 84%); font-size: 10px; letter-spacing: .05em; text-transform: uppercase; white-space: nowrap; }
.t4-gps-world-map { width: 118%; height: 100%; position: absolute; inset: 0 -9%; }
.t4-gps-world-map > svg { width: 100%; height: 100%; }
.t4-gps-world-map .country { fill: #313b3a !important; stroke: #07100f; stroke-width: .15; }
.t4-gps-world-map > button { position: absolute; display: grid; justify-items: center; gap: 7px; border: 0; background: transparent; color: #fff; cursor: pointer; transform: translate(-50%, -50%); }
.t4-gps-world-map > button.bolivia { top: 61%; left: 31.5%; }
.t4-gps-world-map > button.vietnam { top: 43%; left: 78%; }
.t4-gps-world-map > button span { width: 43px; height: 43px; display: grid; place-items: center; border: 5px solid #07100f; border-radius: 50%; background: var(--t4-orange); font-family: var(--t4-serif); font-size: 18px; box-shadow: 0 0 0 1px rgb(255 255 255 / 60%); }
.t4-gps-world-map > button.active span { background: #ffb000; box-shadow: 0 0 0 5px rgb(255 176 0 / 20%); }
.t4-gps-world-map > button b { padding: 4px 7px; background: rgb(7 16 15 / 82%); font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }
.t4-gps-world-copy { z-index: 800; width: 310px; position: absolute; right: 28px; bottom: 28px; padding: 25px; background: rgb(13 25 24 / 94%); border: 1px solid rgb(255 255 255 / 15%); }
.t4-gps-world-copy span { color: var(--t4-orange); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.t4-gps-world-copy strong { display: block; margin: 12px 0; color: #fff !important; font-family: var(--t4-serif); font-size: 27px; font-weight: 500; line-height: 1.05; }
.t4-gps-world-copy p { margin: 0; color: rgb(255 255 255 / 70%); font-size: 12px; line-height: 1.5; }
.t4-gps-detail { min-height: 760px; display: grid; grid-template-rows: auto minmax(420px, 1fr) auto; background: #e8e4da; color: var(--t4-ink); }
.t4-gps-detail > header { display: grid; grid-template-columns: 145px minmax(0, 1fr) auto; gap: 28px; align-items: end; padding: 28px 30px; background: var(--t4-paper); border-bottom: 1px solid rgb(16 34 33 / 15%); }
.t4-gps-detail > header > button { align-self: start; padding: 0; border: 0; background: transparent; color: var(--t4-orange); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-align: left; text-transform: uppercase; cursor: pointer; }
.t4-gps-detail h2 { margin: 5px 0 8px; color: var(--t4-adventure); font-size: 48px; }
.t4-gps-detail header div > p:last-child { max-width: 500px; margin: 0; color: var(--t4-muted); font-family: var(--t4-serif); line-height: 1.45; }
.t4-gps-detail dl { display: flex; gap: 22px; margin: 0; }
.t4-gps-detail dl div { min-width: 72px; display: flex; flex-direction: column-reverse; }
.t4-gps-detail dl div[hidden] { display: none; }
.t4-gps-detail dt { color: var(--t4-muted); font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.t4-gps-detail dd { margin: 0; color: var(--t4-orange); font-family: var(--t4-serif); font-size: 23px; }
.t4-gps-map { min-height: 430px; background: #d8d5cb; }
.t4-gps-map .leaflet-control-layers { border: 0; border-radius: 0; box-shadow: 0 4px 18px rgb(0 0 0 / 16%); font: 700 10px var(--t4-sans); letter-spacing: .05em; text-transform: uppercase; }
.t4-gps-map .leaflet-interactive { cursor: pointer; }
.t4-gps-map .leaflet-control-attribution { font-size: 8px; }
.t4-gps-detail > footer { padding: 18px 25px 22px; background: #152826; color: #fff; }
.t4-gps-detail > footer > div { display: flex; justify-content: space-between; margin-bottom: 12px; }
.t4-gps-detail > footer span { color: rgb(255 255 255 / 55%); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.t4-gps-detail > footer button { border: 0; background: transparent; color: var(--t4-orange); font-size: 9px; font-weight: 800; text-transform: uppercase; cursor: pointer; }
.t4-gps-detail > footer nav { display: flex; gap: 8px; }
.t4-gps-detail > footer nav button { padding: 9px 12px; border: 1px solid rgb(255 255 255 / 18%); color: #fff; font-size: 10px; }
.t4-gps-detail > footer nav button.active { border-color: var(--t4-orange); background: var(--t4-orange); }
.t4-stage-stats { margin: 0 0 16px; padding: 18px; background: rgb(255 255 255 / 7%); border-left: 3px solid var(--t4-orange); }
.t4-stage-stats > strong { display: block; margin-bottom: 12px; color: #fff; font-family: var(--t4-serif); font-size: 21px; font-weight: 500; }
.t4-stage-stats dl { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; margin: 0; }
.t4-stage-stats dl div { min-width: 0; display: flex; flex-direction: column-reverse; }
.t4-stage-stats dt { color: rgb(255 255 255 / 48%); font-size: 7px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.t4-stage-stats dd { margin: 0; color: #fff; font-family: var(--t4-serif); font-size: 17px; white-space: nowrap; }

.t4-camino-page { overflow-x: hidden; padding-bottom: 120px; background: var(--t4-paper); }
.t4-camino-hero { min-height: 610px; display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; align-items: end; padding-block: 110px 80px; }
.t4-camino-hero h1 { margin: 0; font-size: clamp(76px, 9.5vw, 142px); line-height: .72; }
.t4-camino-hero h1 em { color: var(--t4-orange); font-weight: 400; }
.t4-camino-hero > div:last-child > p { max-width: 540px; margin-bottom: 42px; color: var(--t4-muted); font-family: var(--t4-serif); font-size: 22px; line-height: 1.55; }
.t4-camino-hero dl { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin: 0; }
.t4-camino-hero dl div { display: flex; flex-direction: column-reverse; }
.t4-camino-hero dt { color: var(--t4-muted); font-size: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.t4-camino-hero dd { margin: 0; color: var(--t4-orange); font-family: var(--t4-serif); font-size: clamp(24px, 2.4vw, 36px); line-height: 1; white-space: nowrap; }
.t4-camino-explorer { width: min(1680px, calc(100% - 32px)); height: 780px; display: grid; grid-template-columns: 340px minmax(0, 1fr); overflow: hidden; background: #07100f; border: 1px solid rgb(16 34 33 / 18%); }
.t4-camino-panel { width: 100%; min-width: 0; min-height: 0; display: flex; flex-direction: column; padding: 28px 24px; border-right: 1px solid rgb(255 255 255 / 14%); background: #101d1c; color: #fff; }
.t4-camino-panel > header { display: flex; align-items: start; justify-content: space-between; gap: 18px; padding-bottom: 20px; border-bottom: 1px solid rgb(255 255 255 / 14%); }
.t4-camino-panel h2 { margin: 0; color: #fff; font-size: 31px; }
.t4-camino-panel > header button { flex: 0 0 auto; padding: 8px 10px; border: 1px solid var(--t4-orange); background: transparent; color: var(--t4-orange); font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.t4-camino-stage-stats { padding: 18px 0; border-bottom: 1px solid rgb(255 255 255 / 14%); }
.t4-camino-stage-stats > strong { display: block; margin-bottom: 14px; color: var(--t4-orange); font-family: var(--t4-serif); font-size: 18px; font-weight: 500; line-height: 1.2; }
.t4-camino-stage-stats dl { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; margin: 0; }
.t4-camino-stage-stats dl div { display: flex; flex-direction: column-reverse; }
.t4-camino-stage-stats dl div:last-child { grid-column: 1 / 3; }
.t4-camino-stage-stats dt { color: rgb(255 255 255 / 45%); font-size: 7px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.t4-camino-stage-stats dd { margin: 0; color: #fff; font-family: var(--t4-serif); font-size: 19px; }
.t4-camino-panel > nav { width: 100%; min-width: 0; max-width: 100%; min-height: 0; display: grid; gap: 7px; margin-top: 18px; overflow-y: auto; padding-right: 5px; scrollbar-color: var(--t4-orange) transparent; }
.t4-camino-panel > nav button { min-height: 62px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 11px 13px; border: 1px solid rgb(255 255 255 / 12%); background: rgb(255 255 255 / 4%); color: #fff; cursor: pointer; }
.t4-camino-panel > nav button:hover, .t4-camino-panel > nav button.active { border-color: var(--t4-orange); background: rgb(239 80 43 / 14%); }
.t4-camino-panel > nav button > span { min-width: 0; display: grid; gap: 4px; text-align: left; }
.t4-camino-panel > nav button strong { color: #fff; font-size: 9px; letter-spacing: .06em; text-transform: uppercase; }
.t4-camino-panel > nav button small { overflow: hidden; color: rgb(255 255 255 / 58%); font-family: var(--t4-serif); font-size: 13px; line-height: 1.2; text-overflow: ellipsis; white-space: nowrap; }
.t4-camino-panel > nav button em { flex: 0 0 auto; color: rgb(255 255 255 / 55%); font-family: var(--t4-serif); font-size: 14px; font-style: normal; }
.t4-camino-map { width: 100%; min-width: 0; max-width: 100%; height: 100%; background: #d8d5cb; }
.t4-camino-map .leaflet-interactive { cursor: pointer; }

.t4-footer { padding: 72px 0 32px; background: #081f20; }
.t4-footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr auto; gap: 60px; }
.t4-footer p, .t4-footer a { display: block; color: rgb(255 255 255 / 65%); font-size: 13px; line-height: 2; }
.t4-footer .t4-brand { display: inline-flex; color: #fff; }
.t4-footer strong { display: block; margin-bottom: 10px; color: #fff; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.t4-footer small { align-self: end; color: rgb(255 255 255 / 48%); }

@media (max-width: 820px) {
  .t4-shell { width: min(100% - 32px, 1180px); }
  .t4-nav, .t4-header-contact { display: none; }
  .t4-menu-toggle { display: inline-flex; margin-left: auto; }
  .t4-header.menu-open, .t4-header.overlay.menu-open { background: #081f20; color: #fff; }
  .t4-header.menu-open .t4-nav { position: absolute; top: 84px; right: 0; left: 0; display: grid; gap: 0; padding: 22px 16px 28px; background: #081f20; border-top: 1px solid rgb(255 255 255 / 16%); }
  .t4-header.menu-open .t4-menu { align-items: stretch; flex-direction: column; gap: 0; }
  .t4-header.menu-open .t4-nav > a, .t4-header.menu-open .t4-menu a { display: block; padding: 13px 0; color: #fff; border-bottom: 1px solid rgb(255 255 255 / 12%); }
  .t4-header.menu-open .t4-nav > a.is-current, .t4-header.menu-open .t4-menu a.is-current { color: var(--t4-orange); }
  .t4-home-hero { height: auto; min-height: 940px; }
  .t4-hero-shade { background: linear-gradient(0deg, rgb(16 34 33 / 90%), rgb(16 34 33 / 22%)), rgb(239 80 43 / 7%); }
  .t4-home-hero-copy { min-height: 940px; justify-content: flex-start; padding-top: 140px; padding-bottom: 70px; }
  .t4-home-hero h1 { font-size: clamp(54px, 15vw, 82px); }
  .t4-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .t4-manifesto, .t4-map-block, .t4-category-intro, .t4-category-map, .t4-trip-intro { grid-template-columns: 1fr; gap: 40px; }
  .t4-category-cards, .t4-trip-grid { grid-template-columns: 1fr; }
  .t4-category-card { min-height: 250px; }
  .t4-trip-grid { gap: 56px; }
  .t4-trip-image { height: 380px; }
  .t4-map-preview { min-height: 500px; }
  .t4-about > div, .t4-footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .t4-about > div > span { display: none; }
  .t4-about-hero { min-height: 720px; }
  .t4-about-hero-copy h1 { font-size: 17vw; }
  .t4-about-story, .t4-about-details { grid-template-columns: 1fr; gap: 48px; }
  .t4-about-story header { position: static; }
  .t4-about-story > div { padding-top: 0; }
  .t4-about-gallery { width: calc(100% - 32px); height: auto; grid-template-columns: 1fr 1fr; grid-template-rows: 400px 230px; }
  .t4-about-gallery figure.featured { grid-column: 1 / 3; grid-row: auto; }
  .t4-about-details { gap: 1px; }
  .t4-contact-hero { min-height: 610px; padding-block: 120px 70px; }
  .t4-contact-hero h1 { font-size: 22vw; }
  .t4-contact-hero .t4-shell > p:last-child { font-size: 19px; }
  .t4-contact-layout { grid-template-columns: 1fr; gap: 70px; }
  .t4-contact-layout aside { position: static; }
  .t4-contact-form-wrap { width: calc(100% + 32px); margin-left: -16px; padding: 42px 24px; }
  .t4-category-hero { min-height: 680px; }
  .t4-category-hero h1 { font-size: 22vw; }
  .t4-category-trip { grid-template-columns: 1fr; }
  .t4-category-trip > div:first-child { height: 270px; }
  .t4-category-trip > div:last-child { padding: 35px 26px; }
  .t4-category-map { padding: 45px 28px; }
  .t4-trip-hero { min-height: 700px; }
  .t4-trip-hero-copy h1 { font-size: clamp(62px, 22vw, 110px); }
  .t4-trip-hero-copy dl { gap: 28px; }
  .t4-trip-subnav { overflow-x: auto; }
  .t4-trip-subnav .t4-shell { width: max-content; padding-inline: 20px; gap: 26px; }
  .t4-transport { padding-bottom: 45px; }
  .t4-transport > header, .t4-transport > article, .t4-transport > article.t4-cruise { grid-template-columns: 1fr; gap: 34px; padding: 30px 24px; }
  .t4-transport > header { gap: 20px; }
  .t4-transport > header h2, .t4-transport article h3 { font-size: 38px; }
  .t4-flight-path { display: grid; grid-template-columns: 48px minmax(0, 1fr); gap: 0 14px; overflow: visible; padding-bottom: 0; }
  .t4-flight-label { width: 48px; grid-row: 1 / span 99; flex-basis: auto; padding-top: 12px; }
  .t4-flight-path > :not(.t4-flight-label) { grid-column: 2; }
  .t4-airport { width: auto; min-height: 54px; display: grid; grid-template-columns: 70px 54px minmax(0, 1fr); gap: 10px; align-items: center; text-align: left; }
  .t4-airport small { font-size: 8px; }
  .t4-airport strong { font-size: 22px; }
  .t4-airport span { font-size: 11px; }
  .t4-airport.escala, .t4-airport.llegada { text-align: left; }
  .t4-flight-segment { width: 100%; min-width: 0; height: 30px; display: block; }
  .t4-flight-segment::before { right: auto; left: 96px; top: 0; bottom: 0; width: 1px; height: auto; }
  .t4-flight-segment::after { right: auto; left: 93px; top: auto; bottom: -1px; border-top: 7px solid var(--t4-orange); border-right: 4px solid transparent; border-bottom: 0; border-left: 4px solid transparent; transform: none; }
  .t4-flight-segment span { position: absolute; top: 4px; left: 84px; padding: 2px 4px; font-size: 14px; transform: rotate(90deg); }
  .t4-cruise ol, .t4-cruise ol.is-long { grid-template-columns: 1fr; row-gap: 0; }
  .t4-cruise li { min-height: 58px; grid-template-columns: 54px 1fr; gap: 16px; align-items: start; padding: 7px 0 22px; text-align: left; }
  .t4-cruise li:not(:last-child)::before { top: 35px; right: auto; bottom: 1px; left: 26px; width: 1px; height: auto; display: block; }
  .t4-cruise li:not(:last-child)::after { top: auto; right: auto; bottom: -2px; left: 10px; content: "⛴  ↓"; font-size: 11px; letter-spacing: 4px; }
  .t4-cruise li > span { padding-top: 3px; }
  .t4-cruise li > div { padding-top: 0; }
  .t4-cruise li > div::before, .t4-cruise-continuation { display: none; }
  .t4-cruise li strong { font-size: 19px; white-space: normal; }
  .t4-route-block, .t4-timeline-heading, .t4-map-heading { grid-template-columns: 1fr; }
  .t4-route-block > div:last-child { padding: 48px 28px; }
  .t4-practical-grid { grid-template-columns: 1fr; }
  .t4-practical-grid h3 { min-height: 0; }
  .t4-timeline-heading { gap: 30px; padding-block: 80px 52px; }
  .t4-vt-layout { display: block; padding-bottom: 80px; }
  .t4-vt-sidebar { display: none; }
  .t4-vt-mobile { display: block; margin-bottom: 55px; padding: 25px 18px 32px; background: var(--t4-paper); scroll-margin-top: 15px; }
  .t4-vt-mobile > header { display: flex; align-items: end; justify-content: space-between; gap: 20px; padding-bottom: 22px; border-bottom: 1px solid rgb(16 34 33 / 16%); }
  .t4-vt-mobile header div { display: grid; }
  .t4-vt-mobile header span, .t4-vt-mobile header small { color: var(--t4-muted); font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
  .t4-vt-mobile header strong { font-family: var(--t4-serif); font-size: 24px; font-weight: 500; }
  .t4-vt-mobile nav { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px 8px; margin-top: 28px; }
  .t4-vt-mobile nav a { min-width: 0; display: grid; justify-items: center; gap: 9px; text-align: center; }
  .t4-vt-mobile nav span { width: 72px; height: 72px; display: grid; place-items: center; padding: 7px; border-radius: 50%; background: #aeb9bd; color: #fff; font-family: var(--t4-serif); font-size: 14px; line-height: 1.1; }
  .t4-vt-mobile nav strong { max-width: 96px; font-family: var(--t4-serif); font-size: 13px; font-weight: 500; line-height: 1.15; }
  .t4-vt-mobile nav a.past span { background: var(--t4-category); }
  .t4-vt-mobile nav a.active span { background: var(--t4-orange); box-shadow: 0 0 0 5px rgb(239 80 43 / 15%); }
  .t4-vt-day { padding-bottom: 70px; }
  .t4-vt-current { grid-template-columns: 42px 1fr 42px; }
  .t4-vt-current button { font-size: 20px; }
  .t4-vt-current a { padding: 12px 5px 11px; }
  .t4-vt-current small { font-size: 8px; }
  .t4-vt-current strong { font-size: 15px; }
  .t4-vt-day > header h2 { font-size: 16vw; }
  .t4-vt-story > p { font-size: 19px; }
  .t4-back-to-route { display: inline-block; margin-top: 35px; color: var(--t4-orange); font-size: 11px; font-weight: 800; text-transform: uppercase; }
  .t4-day-nav { grid-template-columns: 1fr 1fr; }
  .t4-day-nav span { display: none; }
  .t4-photo-carousel { width: calc(100% + 16px); margin-left: -8px; padding: 12px; }
  .t4-photo-track { grid-auto-columns: 72%; gap: 10px; }
  .t4-photo-track figure { grid-template-rows: 220px auto; }
  .t4-photo-track img { height: 220px; }
  .t4-trip-highlight { grid-template-columns: 1fr; margin-bottom: 80px; padding: 45px 25px; }
  .t4-trip-highlight h2 { font-size: 18vw; }
  .t4-gps-page { padding-bottom: 70px; }
  .t4-gps-hero { min-height: 560px; grid-template-columns: 1fr; gap: 60px; padding-block: 80px 60px; }
  .t4-gps-hero h1 { font-size: 27vw; }
  .t4-gps-hero > div:last-child > p { margin-bottom: 35px; font-size: 19px; }
  .t4-gps-hero .t4-text-link { margin: -12px 0 35px; }
  .t4-gps-explorer { width: 100vw; max-width: 100vw; grid-template-columns: minmax(0, 1fr); margin-left: calc(50% - 50vw); }
  .t4-gps-index { min-width: 0; border-right: 0; border-bottom: 1px solid rgb(255 255 255 / 14%); }
  .t4-gps-route-list { display: flex; overflow-x: auto; }
  .t4-gps-route-list > button { min-width: 245px; }
  .t4-gps-stage, .t4-gps-world { min-height: 620px; }
  .t4-gps-country-map { min-height: 620px; }
  .t4-gps-world-map { width: 180%; inset-inline: -40%; }
  .t4-gps-world-map > button.bolivia { left: 31.5%; }
  .t4-gps-world-map > button.vietnam { left: 78%; }
  .t4-gps-world-copy { right: 16px; bottom: 16px; left: 16px; width: auto; }
  .t4-gps-detail { grid-template-rows: auto 510px auto; }
  .t4-gps-detail > header { grid-template-columns: 1fr; gap: 18px; padding: 24px 20px; }
  .t4-gps-detail h2 { font-size: 42px; }
  .t4-gps-detail dl { flex-wrap: wrap; }
  .t4-gps-map { min-height: 510px; }
  .t4-gps-detail > footer nav { overflow-x: auto; }
  .t4-gps-detail > footer nav button { min-width: 110px; }
  .t4-stage-stats dl { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .t4-camino-page { padding-bottom: 70px; }
  .t4-camino-hero { min-height: 590px; grid-template-columns: 1fr; gap: 55px; padding-block: 85px 60px; }
  .t4-camino-hero h1 { font-size: 20vw; }
  .t4-camino-hero dl { gap: 12px; }
  .t4-camino-hero dd { font-size: 22px; }
  .t4-camino-explorer { width: 100vw; max-width: 100vw; height: auto; grid-template-columns: minmax(0, 1fr); margin-left: calc(50% - 50vw); overflow: hidden; }
  .t4-camino-panel { width: 100%; min-width: 0; max-width: 100vw; min-height: 0; overflow: hidden; border-right: 0; border-bottom: 1px solid rgb(255 255 255 / 14%); }
  .t4-camino-panel > nav { width: 100%; min-width: 0; max-width: 100%; display: flex; flex-wrap: nowrap; overflow-x: auto; overflow-y: hidden; overscroll-behavior-inline: contain; -webkit-overflow-scrolling: touch; padding: 0 0 8px; }
  .t4-camino-panel > nav button { min-width: 0; flex: 0 0 170px; }
  .t4-camino-map { width: 100%; max-width: 100vw; height: 620px; }
  .t4-map-heading { gap: 42px; padding-block: 72px 48px; }
  .t4-map-heading h1 { font-size: 18vw; }
  .t4-map-explorer { width: calc(100% + 32px); min-height: 0; margin-left: -16px; padding-top: 520px; }
  .t4-silhouette-map-frame { height: 520px; bottom: auto; }
  .t4-map-help { display: none; }
  .t4-country-card { position: relative; right: auto; bottom: auto; width: 100%; min-height: 195px; padding: 25px; border-width: 1px 0 0; box-shadow: none; }
  .t4-country-card h2 { font-size: 38px; }
  .t4-country-list { grid-template-columns: 1fr; gap: 22px; padding: 30px 0 80px; }
}

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

/* Ficha compacta reutilizable para registros de inmersiones. */
.t4-dive-log {
  margin: 20px 0;
  overflow: hidden;
  border: 1px solid rgb(16 34 33 / 16%);
  border-left: 4px solid var(--t4-category, var(--t4-adventure));
  background: #fff;
}

.t4-dive-log__heading {
  padding: 15px 20px 13px;
  border-bottom: 1px solid rgb(16 34 33 / 13%);
}

.t4-dive-log__heading span {
  display: block;
  margin-bottom: 2px;
  color: var(--t4-orange);
  font: 800 9px/1.2 var(--t4-sans);
  letter-spacing: .16em;
  text-transform: uppercase;
}

.t4-dive-log__heading h3 {
  margin: 0;
  color: var(--t4-category, var(--t4-adventure));
  font: 500 25px/1.05 var(--t4-serif);
  letter-spacing: -.025em;
}

.t4-dive-log__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
}

.t4-dive-log__grid > div {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(118px, .85fr) minmax(0, 1fr);
  gap: 14px;
  align-items: baseline;
  padding: 11px 20px;
  border-bottom: 1px solid rgb(16 34 33 / 11%);
}

.t4-dive-log__grid > div:nth-child(odd) {
  border-right: 1px solid rgb(16 34 33 / 11%);
}

.t4-dive-log__grid > div:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.t4-dive-log__grid dt {
  color: var(--t4-muted);
  font: 800 11px/1.25 var(--t4-sans);
  letter-spacing: .04em;
  text-transform: uppercase;
}

.t4-dive-log__grid dd {
  min-width: 0;
  margin: 0;
  color: var(--t4-ink);
  font: 500 17px/1.25 var(--t4-serif);
}

.t4-dive-log__grid .is-start { background: rgb(3 53 55 / 4%); }
.t4-dive-log__grid .is-end { background: rgb(178 69 86 / 5%); }

/* Enlaces incluidos en textos, listas y datos editoriales. */
:where(.t4-reading-copy, .t4-vt-story, .t4-vt-lead, .t4-practical-grid, .t4-trip-highlight, .t4-reading)
  :where(p, li, blockquote, dd) a {
  color: var(--t4-orange);
  font-weight: 650;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: .18em;
  transition: text-decoration-thickness .15s ease;
}

:where(.t4-reading-copy, .t4-vt-story, .t4-vt-lead, .t4-practical-grid, .t4-trip-highlight, .t4-reading)
  :where(p, li, blockquote, dd) a:hover {
  text-decoration-thickness: 2px;
}

:where(.t4-reading-copy, .t4-vt-story, .t4-vt-lead, .t4-practical-grid, .t4-trip-highlight, .t4-reading)
  :where(p, li, blockquote, dd) a:focus-visible {
  border-radius: 2px;
  outline: 2px solid var(--t4-orange);
  outline-offset: 3px;
}

@media (max-width: 820px) {
  .t4-dive-log { margin-block: 16px; }
  .t4-dive-log__heading { padding: 14px; }
  .t4-dive-log__heading h3 { font-size: 22px; }
  .t4-dive-log__grid > div {
    grid-template-columns: minmax(0, 1fr);
    gap: 3px;
    padding: 10px;
  }
  .t4-dive-log__grid dt { font-size: 9px; }
  .t4-dive-log__grid dd { font-size: 15px; }
}
