@font-face { font-family: "Barlow"; src: url("/assets/barlow-regular.woff2") format("woff2"), url("/assets/barlow-regular.ttf") format("truetype"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "Barlow Condensed"; src: url("/assets/barlow-condensed-bold.woff2") format("woff2"), url("/assets/barlow-condensed-bold.ttf") format("truetype"); font-style: normal; font-weight: 700; font-display: swap; }
:root {
  --ink: #142b3b;
  --paper: #f3f2ed;
  --orange: #ff6b35;
  --muted: #53616a;
  --line: #c9cfcf;
  --gutter: clamp(24px, 4.5vw, 88px);
  --header: 76px;
  --display: "Barlow Condensed", "Arial Narrow", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-family: "Barlow", Arial, sans-serif;
  font-synthesis: none;
  font-size: 17px;
  line-height: 1.5;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header); }
body { margin: 0; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
a { color: inherit; text-decoration: none; }
a, button { touch-action: manipulation; }
.icon { width: 1.25em; height: 1.25em; display: inline-block; flex: 0 0 auto; fill: currentColor; overflow: visible; }
a:focus-visible, button:focus-visible { outline: 3px solid currentColor; outline-offset: 5px; }
::selection { background: var(--orange); color: var(--ink); }
h1, h2, h3, h4, p, figure { margin: 0; }
h1, h2 { font-family: var(--display); font-weight: 700; line-height: .91; letter-spacing: -.025em; }
h2 { font-size: clamp(54px, 6.4vw, 100px); }
h3, h4 { font-weight: 400; line-height: 1.15; }
.skip { position: fixed; top: -100px; left: 16px; z-index: 20; padding: 12px 20px; background: var(--ink); color: white; }
.skip:focus { top: 12px; }
.masthead { height: var(--header); position: sticky; top: 0; z-index: 10; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 0 var(--gutter); background: var(--paper); border-bottom: 1px solid var(--line); }
.wordmark { display: inline-flex; align-items: center; gap: 11px; font-size: 32px; letter-spacing: -1.8px; line-height: 1; min-height: 44px; }
.wordmark img { width: 34px; height: 34px; border-radius: 9px; }
.main-nav { display: flex; align-items: center; gap: 30px; }
.main-nav a { font-size: 15px; padding: 14px 0; position: relative; }
.main-nav a::after { content: ""; position: absolute; left: 0; bottom: 8px; width: 100%; height: 2px; background: var(--ink); transform: scaleX(0); transform-origin: left; transition: transform 180ms ease; }
.main-nav a:hover::after, .main-nav a[aria-current]::after { transform: scaleX(1); }
.portal-link { min-height: 44px; display: inline-flex; align-items: center; gap: 25px; border-left: 1px solid var(--line); padding-left: 24px; font-size: 15px; }
.portal-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.scene { min-height: calc(100svh - var(--header)); padding: 30px var(--gutter) 0; display: flex; flex-direction: column; overflow: clip; }
.section-top, .scene-foot { display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.section-top { margin-bottom: clamp(30px, 5vh, 64px); }
.eyebrow, .edition, .scene-foot, .sample-ref, .next-step > span { font-family: "Courier New", monospace; font-size: 11px; letter-spacing: .055em; line-height: 1.5; }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.scene-foot { margin-top: auto; min-height: 70px; border-top: 1px solid currentColor; padding: 18px 0; }
.scene-foot p { max-width: 70ch; }
.action { background: var(--ink); color: var(--paper); display: inline-flex; justify-content: space-between; align-items: center; gap: 36px; min-height: 56px; padding: 15px 22px; font-size: 16px; transition: background 180ms ease, transform 180ms ease; }
.action .icon { font-size: 22px; transition: transform 180ms ease; }
.action:hover { background: #294c63; }
.action:hover .icon { transform: scale(1.08); }
.action:active { transform: translateY(1px); }
.line-link { display: inline-flex; gap: 20px; align-items: center; min-height: 44px; border-bottom: 1px solid currentColor; }
.line-link:hover { opacity: .75; }
.small-note { font-size: 13px; color: var(--muted); }
.departure { padding: 0; display: grid; grid-template-columns: 1.12fr 1fr; grid-template-rows: 1fr auto; }
.hero-copy { padding: clamp(28px, 4.4vh, 56px) 28px 32px var(--gutter); display: flex; flex-direction: column; justify-content: center; gap: clamp(22px, 4vh, 48px); }
h1 { font-size: clamp(90px, min(9.3vw, 15vh), 168px); }
h1 > span { white-space: nowrap; color: #b9421c; }
.hero-intro { display: flex; flex-direction: column; align-items: flex-start; gap: 20px; }
.hero-intro > p:first-child { max-width: 36ch; font-size: clamp(16px, 1.45vw, 21px); line-height: 1.35; }
.hero-actions { display: flex; align-items: stretch; gap: 10px; }
.hero-whatsapp { min-height: 56px; padding: 14px 20px; display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; border: 1px solid var(--ink); font-size: 16px; transition: color 180ms ease, background 180ms ease, transform 180ms ease; }
.hero-whatsapp .icon { font-size: 22px; transition: transform 180ms ease; }
.hero-whatsapp:hover { color: var(--paper); background: var(--ink); }
.hero-whatsapp:hover .icon { transform: scale(1.08); }
.hero-whatsapp:active { transform: translateY(1px); }
.hero-intro .small-note { margin-top: 12px; }
.whatsapp-icon { color: #1b9a59; }
.hero-whatsapp:hover .whatsapp-icon, .action:hover .whatsapp-icon { color: #7de2a7; }
.footer-route { display: inline-flex; align-items: center; gap: 10px; }
.footer-route .plane-icon { color: var(--orange); }
.hero-visual { position: relative; min-height: 0; background: #9daeb5; }
.hero-visual > img { position: absolute; width: 100%; height: 100%; object-fit: cover; object-position: center 64%; }
.motion-ready [data-reveal] { opacity: 0; transform: translate3d(0, 22px, 0); filter: blur(4px); transition: opacity 580ms cubic-bezier(.22,.8,.24,1), transform 720ms cubic-bezier(.22,.8,.24,1), filter 580ms ease; transition-delay: 0ms; will-change: opacity, transform; }
.motion-ready .scene.is-visible [data-reveal] { opacity: 1; transform: translate3d(0, 0, 0); filter: blur(0); transition-delay: var(--reveal-delay, calc((var(--hero-step, 0) * 170ms) + 80ms)); }
[data-hero-step] { --hero-step: 0; }
[data-hero-step="1"] { --hero-step: 1; }
[data-hero-step="2"] { --hero-step: 2; }
[data-hero-step="3"] { --hero-step: 3; }
[data-hero-step="4"] { --hero-step: 4; }
.motion-ready .hero-visual[data-reveal] { clip-path: inset(7% 0 0); transform: translate3d(0, 12px, 0) scale(.985); filter: saturate(.7); transition-property: opacity, transform, filter, clip-path; transition-duration: 720ms; }
.motion-ready .departure.is-visible .hero-visual[data-reveal] { clip-path: inset(0); transform: none; filter: saturate(1); }
.hero-foot { grid-column: 1 / -1; padding: 16px var(--gutter); border-top: 1px solid var(--line); min-height: 64px; }
.hero-kicker { font-family: "Barlow", sans-serif; font-size: 12px; font-weight: 400; letter-spacing: .17em; }
.scroll-cue { display: flex; gap: 18px; align-items: center; min-height: 44px; font-family: "Barlow", sans-serif; font-size: 15px; font-weight: 400; letter-spacing: .02em; }
.scroll-cue > span:first-child { border-bottom: 1px solid currentColor; padding-bottom: 3px; }
.scroll-orbit { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 20px; transition: color 180ms ease, background 180ms ease, transform 180ms ease; animation: scrollPrompt 1.8s ease-in-out infinite; }
.scroll-cue:hover .scroll-orbit { color: var(--paper); background: var(--ink); transform: translateY(3px); }
@keyframes scrollPrompt { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(5px); } }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .motion-ready [data-reveal] { opacity: 1 !important; transform: none !important; filter: none !important; }
}
