:root {
  --black: #050607;
  --black-soft: #0a0d11;
  --white: #f7f7f5;
  --muted: #a8abb0;
  --blue: #274380;
  --blue-bright: #315dc0;
  --gold: #c9ab45;
  --gold-light: #f0dfa9;
  --line: rgba(255, 255, 255, .28);
  --display: "Barlow Condensed", sans-serif;
  --body: "Manrope", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; background: var(--black); }
body {
  margin: 0;
  overflow-x: clip;
  color: var(--white);
  background: var(--black);
  font-family: var(--body);
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
section[id] { scroll-margin-top: 80px; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.skip-link {
  position: fixed;
  z-index: 999;
  left: 14px;
  top: 10px;
  padding: 9px 12px;
  color: var(--black);
  background: var(--white);
  transform: translateY(-150%);
}
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 82px;
  padding: 0 clamp(28px, 5vw, 76px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,.58);
  transition: height 180ms, background 180ms;
}
.site-header.scrolled {
  height: 68px;
  background: rgba(5,6,7,.94);
  backdrop-filter: blur(12px);
}
.brand { display: flex; align-items: center; gap: 13px; width: max-content; color: var(--gold-light); font-size: .72rem; font-weight: 700; letter-spacing: .06em; }
.brand img { width: 47px; height: 47px; object-fit: contain; }
.main-nav { display: flex; gap: clamp(25px, 4vw, 62px); font-size: .78rem; font-weight: 600; }
.main-nav a { position: relative; padding: 12px 0; }
.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3px;
  height: 2px;
  background: var(--gold);
  transform: scaleX(0);
  transition: transform 180ms;
}
.main-nav a:hover::after, .main-nav a.active::after { transform: scaleX(1); }
.header-cta { justify-self: end; padding: 9px 18px; border: 1px solid rgba(255,255,255,.7); border-radius: 999px; font-size: .72rem; font-weight: 600; transition: background 180ms, color 180ms; }
.header-cta:hover { color: var(--black); background: var(--white); }
.menu-toggle, .mobile-nav { display: none; }

.hero {
  position: relative;
  min-height: 940px;
  overflow: hidden;
  color: var(--white);
  background: #152035;
}
.hero-image {
  position: absolute;
  inset: 0;
  background: url("assets/hero-espanha.png") center 58% / cover no-repeat;
  transform: scale(1.01);
}
.hero-filter {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(3,4,6,.92) 0%, rgba(3,4,6,.12) 48%, rgba(3,4,6,.32) 100%),
    linear-gradient(90deg, rgba(5,6,7,.5), transparent 68%);
}
.hero-search {
  position: absolute;
  z-index: 2;
  top: 115px;
  left: clamp(28px, 5vw, 76px);
  right: clamp(28px, 5vw, 76px);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hero-search > span { color: var(--gold-light); font-size: .67rem; font-weight: 700; letter-spacing: .12em; }
.hero-search > a { min-width: 210px; min-height: 42px; padding: 0 16px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #24262a; background: rgba(255,255,255,.94); border-radius: 999px; font-size: .72rem; font-weight: 600; }
.hero-search b { color: var(--blue); font-size: 1.2rem; }
.hero-content {
  position: absolute;
  z-index: 2;
  left: clamp(28px, 5vw, 76px);
  right: clamp(28px, 5vw, 76px);
  bottom: 135px;
}
.overline { margin: 0 0 25px; color: rgba(255,255,255,.75); font-size: .68rem; letter-spacing: .11em; text-transform: uppercase; }
.hero h1 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(7rem, 12vw, 12.8rem);
  font-weight: 800;
  line-height: .74;
  letter-spacing: -.045em;
  text-transform: uppercase;
}
.hero h1 span, .hero h1 strong { display: block; }
.hero h1 span { color: var(--gold); }
.hero h1 strong { color: var(--white); font-weight: 800; }
.hero-info {
  max-width: 900px;
  margin-top: 45px;
  display: grid;
  grid-template-columns: 1fr 1.25fr auto;
  align-items: start;
  gap: 55px;
}
.hero-info p { margin: 0; color: rgba(255,255,255,.76); font-size: .76rem; line-height: 1.55; }
.hero-info > a { min-height: 42px; padding: 0 17px; display: flex; align-items: center; gap: 20px; color: var(--black); background: var(--gold); border-radius: 999px; font-size: .75rem; font-weight: 700; white-space: nowrap; }
.hero-menu { position: absolute; z-index: 3; right: clamp(28px, 5vw, 76px); bottom: 142px; display: grid; gap: 11px; justify-items: end; }
.hero-menu a { padding: 5px 13px; font-size: .78rem; font-weight: 600; }
.hero-menu a.selected { color: var(--black); background: var(--gold); border-radius: 999px; }
.hero-line {
  position: absolute;
  z-index: 3;
  left: clamp(28px, 5vw, 76px);
  right: clamp(28px, 5vw, 76px);
  bottom: 36px;
  height: 3px;
  display: grid;
  grid-template-columns: 1.2fr 1.6fr 4fr;
  gap: 0;
}
.hero-line span { background: rgba(255,255,255,.9); }
.hero-line span:nth-child(2) { background: var(--gold); }

.motion-hero {
  height: 240svh;
  min-height: 0;
  overflow: visible;
  background: var(--black);
}
.hero-stage {
  position: sticky;
  top: 0;
  height: 100svh;
  min-height: 680px;
  overflow: hidden;
  cursor: grab;
  user-select: none;
  touch-action: pan-y;
  background:
    radial-gradient(circle at 50% 44%, rgba(39,67,128,.56), transparent 36%),
    linear-gradient(135deg, #050607 0%, #09152a 48%, #050607 100%);
}
.hero-stage.is-dragging { cursor: grabbing; }
.motion-atmosphere {
  position: absolute;
  inset: -12%;
  background:
    radial-gradient(circle at 16% 20%, rgba(201,171,69,.12), transparent 26%),
    radial-gradient(circle at 82% 74%, rgba(49,93,192,.18), transparent 28%);
  filter: blur(30px);
}
.motion-map {
  position: absolute;
  inset: 0;
  opacity: .2;
  background-image:
    linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 70px 70px;
  mask-image: radial-gradient(circle at center, black 20%, transparent 72%);
}
.motion-topline {
  position: absolute;
  z-index: 8;
  top: 108px;
  left: clamp(24px, 5vw, 76px);
  right: clamp(24px, 5vw, 76px);
  display: flex;
  justify-content: space-between;
  padding-top: 13px;
  border-top: 1px solid rgba(255,255,255,.48);
  color: rgba(255,255,255,.62);
  font-size: .6rem;
  font-weight: 600;
  letter-spacing: .13em;
}
.motion-topline,
.brand-intro > span,
.destination-card span,
.planning-copy > p,
.family-frame figcaption,
.drag-control,
.motion-counter {
  display: none !important;
}
.motion-intro,
.motion-final,
.motion-where {
  position: absolute;
  z-index: 6;
  left: 50%;
  top: 49%;
  width: min(900px, calc(100% - 48px));
  text-align: center;
  transform: translate(-50%, -50%);
  will-change: transform, opacity, filter;
}
.motion-where { z-index: 8; top: 40%; opacity: 0; pointer-events: none; }
.motion-where > p { margin: 0; color: var(--gold-light); font-family: var(--display); font-size: clamp(2.4rem, 5vw, 5rem); font-weight: 600; letter-spacing: .12em; }
.motion-where h2 { margin: 0; font-family: var(--display); font-size: clamp(5rem, 9.4vw, 10rem); font-weight: 800; line-height: .9; letter-spacing: -.045em; text-transform: uppercase; }
.motion-where h2 strong { color: var(--gold); font-weight: 800; }
.brand-intro {
  top: 51%;
  width: min(820px, calc(100% - 48px));
}
.hero-brand-mark {
  width: clamp(150px, 14vw, 220px);
  height: auto;
  margin: 0 auto 32px;
  display: block;
  filter: drop-shadow(0 24px 42px rgba(0,0,0,.42));
}
.brand-intro h1 {
  max-width: 780px;
  margin-inline: auto;
  font-size: clamp(3.9rem, 6.6vw, 7rem);
  line-height: .82;
}
.brand-intro > span {
  margin-top: 24px;
  color: rgba(255,255,255,.72);
  letter-spacing: .04em;
}
.motion-intro > p,
.motion-final > p {
  margin: 0 0 17px;
  color: var(--gold-light);
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.motion-intro h1,
.motion-final h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(5rem, 9.4vw, 10rem);
  font-weight: 800;
  line-height: .88;
  letter-spacing: -.02em;
  text-transform: uppercase;
}
.motion-intro h1 strong,
.motion-final h2 strong {
  color: var(--gold);
  font-weight: 800;
}
.motion-intro > span,
.motion-final > span {
  display: block;
  margin-top: 28px;
  color: rgba(255,255,255,.66);
  font-size: .75rem;
}
.motion-final {
  z-index: 7;
  top: 50%;
  width: min(1180px, calc(100% - 120px));
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -42%) scale(.92);
}
.planning-final {
  display: grid;
  grid-template-columns: minmax(0, .93fr) minmax(360px, .72fr);
  align-items: center;
  gap: clamp(48px, 7vw, 100px);
  text-align: left;
}
.planning-copy {
  position: relative;
  z-index: 2;
}
.planning-copy > p {
  margin: 0 0 18px;
  color: var(--gold-light);
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.planning-copy h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(4.7rem, 7.5vw, 8.4rem);
  font-weight: 800;
  line-height: .9;
  letter-spacing: -.045em;
  text-transform: uppercase;
}
.planning-copy h2 strong {
  color: var(--gold);
  font-weight: 800;
}
.planning-copy > span {
  max-width: 480px;
  margin-top: 28px;
  display: block;
  color: rgba(255,255,255,.68);
  font-size: .78rem;
  line-height: 1.65;
}
.planning-copy > a {
  margin-top: 30px;
  min-height: 50px;
  padding: 0 19px;
  display: inline-flex;
  align-items: center;
  gap: 30px;
  color: var(--black);
  background: var(--gold);
  border-radius: 999px;
  font-size: .72rem;
  font-weight: 700;
  pointer-events: auto;
  transition: background 180ms, transform 180ms;
}
.planning-copy > a:hover { background: var(--white); transform: translateY(-2px); }
.family-frame {
  position: relative;
  height: min(58vh, 520px);
  margin: 0;
  overflow: hidden;
  background: #071322;
  box-shadow: 0 28px 80px rgba(0,0,0,.42);
}
.family-frame::before {
  display: none;
}
.family-frame img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 68% center;
  filter: saturate(.95) contrast(1.02);
}
.family-frame figcaption {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 30px 20px 16px;
  color: rgba(255,255,255,.92);
  background: linear-gradient(0deg, rgba(3,8,15,.78), transparent);
  font-size: .61rem;
  font-weight: 600;
  letter-spacing: .02em;
}
.family-frame figcaption span {
  color: var(--gold-light);
  font-weight: 800;
  letter-spacing: .14em;
}
.destination-card {
  position: absolute;
  z-index: 5;
  width: clamp(180px, 18vw, 270px);
  height: clamp(130px, 13vw, 190px);
  overflow: hidden;
  color: var(--white);
  background: #111;
  border: 6px solid rgba(247,247,245,.92);
  box-shadow: 0 18px 50px rgba(0,0,0,.38);
  transform-origin: center;
  will-change: transform, opacity;
}
.destination-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(3,4,6,.82), transparent 54%);
}
.destination-card img { width: 100%; height: 100%; object-fit: cover; pointer-events: none; }
.destination-card > div {
  position: absolute;
  z-index: 2;
  left: 13px;
  right: 13px;
  bottom: 11px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
}
.destination-card span { color: var(--gold-light); font-size: .57rem; font-weight: 700; letter-spacing: .12em; }
.destination-card strong { font-family: var(--display); font-size: 1.45rem; font-weight: 600; line-height: 1; text-transform: uppercase; }
.destination-paris { left: 8%; top: 14%; transform: rotate(-4deg); }
.destination-rome { right: 8%; top: 14%; transform: rotate(4deg); }
.destination-barcelona { left: 11%; bottom: 12%; transform: rotate(3deg); }
.destination-amsterdam { right: 11%; bottom: 12%; transform: rotate(-3deg); }
.destination-santorini { left: 7%; top: 42%; width: clamp(155px, 15vw, 220px); height: clamp(115px, 11vw, 165px); transform: rotate(-5deg); }
.destination-bali { right: 7%; top: 42%; width: clamp(155px, 15vw, 220px); height: clamp(115px, 11vw, 165px); transform: rotate(5deg); }
.route-network {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  width: min(78vw, 1100px);
  height: min(72vh, 700px);
  overflow: visible;
  opacity: 0;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.route-network path {
  fill: none;
  stroke: var(--gold);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 7 9;
}
.route-network circle { fill: var(--gold); filter: drop-shadow(0 0 8px rgba(201,171,69,.7)); }
.route-network .route-origin { fill: var(--white); stroke: var(--gold); stroke-width: 4; }
.origin-marker {
  position: absolute;
  z-index: 7;
  left: 44%;
  top: 55%;
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  color: var(--black);
  background: var(--gold);
  border: 1px solid var(--gold-light);
  outline: 1px solid rgba(201,171,69,.32);
  border-radius: 50%;
  box-shadow: 0 10px 30px rgba(0,0,0,.34), 0 0 0 7px rgba(201,171,69,.08);
  opacity: 0;
  transform: translate(-50%, -50%) scale(.5);
  will-change: transform, opacity;
}
.origin-marker span,
.origin-marker b { position: absolute; }
.origin-marker span { top: 13px; font-family: var(--display); font-size: 1rem; font-weight: 800; line-height: 1; }
.origin-marker b { bottom: 10px; font-size: .38rem; letter-spacing: .1em; }
.drag-control {
  position: absolute;
  z-index: 10;
  left: clamp(24px, 5vw, 76px);
  bottom: 35px;
  display: flex;
  align-items: center;
  gap: 13px;
}
.drag-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--gold-light);
}
.drag-control b { display: block; margin-bottom: 8px; color: rgba(255,255,255,.7); font-size: .56rem; letter-spacing: .13em; }
.drag-control i { width: 170px; height: 2px; display: block; overflow: hidden; background: rgba(255,255,255,.2); }
.drag-control i span { width: 0%; height: 100%; display: block; background: var(--gold); }
.motion-counter {
  position: absolute;
  z-index: 10;
  right: clamp(24px, 5vw, 76px);
  bottom: 36px;
  display: flex;
  align-items: baseline;
  gap: 7px;
  font-family: var(--display);
}
.motion-counter span { color: var(--gold); font-size: 2rem; font-weight: 700; }
.motion-counter i { color: rgba(255,255,255,.35); font-style: normal; }
.motion-counter b { color: rgba(255,255,255,.55); font-size: .85rem; }
.motion-hero.is-complete .drag-control b { color: var(--gold-light); }
.motion-hero.is-complete .motion-final { pointer-events: auto; }

.quick-services { padding: 105px clamp(28px, 5vw, 76px) 115px; display: grid; grid-template-columns: minmax(260px, .8fr) 1.2fr; gap: clamp(55px, 9vw, 145px); align-items: center; color: var(--black); background: #f4f3ef; }
.path-choice { padding: 92px clamp(28px, 5vw, 76px) 105px; color: var(--white); background: #0b1425; }
.path-choice-head p, .immigration-teaser p { margin: 0 0 16px; color: var(--gold); font-size: .68rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.path-choice-head h2 { margin: 0; font-family: var(--display); font-size: clamp(3.8rem, 6vw, 6.6rem); line-height: .9; letter-spacing: -.015em; text-transform: uppercase; }
.path-choice-head h2 strong { color: var(--gold); }
.path-choice-grid { margin-top: 44px; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.path-card { min-height: 300px; padding: 30px; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; color: var(--white); border: 1px solid rgba(255,255,255,.24); background: #172b50; transition: transform 220ms, border-color 220ms; }
.path-card:hover { transform: translateY(-5px); border-color: var(--gold); }
.path-card-immigration { background: linear-gradient(145deg, #2d4e7a, #182845 65%, #101a2d); }
.path-card-kicker { margin-bottom: auto; color: var(--gold-light); font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.path-card strong { max-width: 430px; font-family: var(--display); font-size: clamp(2.6rem, 4vw, 4.8rem); line-height: .9; text-transform: uppercase; }
.path-card small { max-width: 360px; margin-top: 18px; color: rgba(255,255,255,.68); font-size: .75rem; line-height: 1.6; }
.path-card b { margin-top: 25px; color: var(--gold-light); font-size: .75rem; }
.path-card b i { margin-left: 14px; font-style: normal; }
.immigration-teaser { padding: 82px clamp(28px, 5vw, 76px); color: var(--white); background: #111e36; font-family: var(--body); }
.immigration-teaser h2 { margin: 0; font-family: var(--body); font-size: clamp(2.7rem, 4.2vw, 4.7rem); font-weight: 700; line-height: 1.01; letter-spacing: -.045em; }
.immigration-teaser h2 strong { color: var(--gold); }
.immigration-intro { max-width: 850px; margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1fr) 175px; column-gap: clamp(42px, 7vw, 105px); align-items: start; }
.immigration-intro > p, .immigration-intro > h2, .immigration-intro > span { grid-column: 1; }
.immigration-intro .immigration-flag-figure { grid-column: 2; grid-row: 1 / span 3; }
.immigration-intro > span { max-width: 510px; margin-top: 20px; display: block; color: rgba(255,255,255,.76); font-size: .84rem; line-height: 1.7; }
.immigration-journey { max-width: 850px; margin: 42px auto 0; display: grid; gap: 30px; }
.immigration-story { display: grid; grid-template-columns: minmax(0, 1fr) 175px; align-items: start; gap: clamp(42px, 7vw, 105px); }
.immigration-story-reverse { grid-template-columns: minmax(0, 1fr) 175px; }
.immigration-story-copy p { margin: 0 0 12px; color: var(--gold); font-size: .64rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.immigration-story-copy h3 { max-width: 450px; margin: 0; font-size: clamp(1.75rem, 2.6vw, 2.7rem); font-weight: 700; line-height: 1.08; letter-spacing: -.04em; }
.immigration-story-copy span { max-width: 505px; margin-top: 15px; display: block; color: rgba(255,255,255,.72); font-size: .82rem; line-height: 1.72; }
.immigration-story figure { margin: 0; }
.immigration-story img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; object-position: center; border: 1px solid rgba(240,223,169,.35); box-shadow: 0 14px 30px rgba(0,0,0,.24); }
.immigration-story figcaption { margin-top: 10px; color: var(--gold-light); font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.immigration-flag-figure { margin: 0; }
.immigration-flag-figure img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; object-position: center; border: 1px solid rgba(240,223,169,.35); box-shadow: 0 14px 30px rgba(0,0,0,.24); }
.immigration-flag-figure figcaption { margin-top: 10px; color: var(--gold-light); font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.immigration-teaser > .immigration-care { max-width: 640px; margin: 46px auto 0; color: var(--gold-light); font-size: .78rem; font-weight: 500; letter-spacing: 0; line-height: 1.7; text-align: center; text-transform: none; }
.immigration-cta { margin: 28px auto 0; min-height: 54px; padding: 0 24px; display: flex; width: max-content; align-items: center; gap: 28px; color: var(--black); background: var(--gold); border-radius: 999px; font-size: .78rem; font-weight: 800; }
.quick-services-intro > p { margin: 0 0 18px; color: #8d7424; font-size: .68rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.quick-services-intro h2 { margin: 0; font-family: var(--display); font-size: clamp(4rem, 6.3vw, 7rem); font-weight: 800; line-height: .92; letter-spacing: -.015em; text-transform: uppercase; }
.quick-services-intro h2 strong { color: #b29332; font-weight: 800; }
.quick-services-intro > span { max-width: 390px; margin-top: 25px; display: block; color: rgba(5,6,7,.63); font-size: .76rem; line-height: 1.65; }
.quick-services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.quick-services-grid article { min-height: 185px; padding: 20px 15px 17px; border: 1px solid rgba(22,49,96,.2); border-radius: 0 24px 24px 24px; background: rgba(255,255,255,.45); }
.quick-icon { width: 58px; height: 58px; display: grid; place-items: center; color: #24447e; border: 2px solid #24447e; border-radius: 0 18px 18px 18px; font-family: Arial, sans-serif; font-size: 1.55rem; line-height: 1; }
.quick-services-grid h3 { margin: 24px 0 8px; color: #172f5f; font-family: var(--display); font-size: 1.3rem; font-weight: 700; letter-spacing: .015em; line-height: 1.05; text-transform: uppercase; }
.quick-services-grid p { margin: 0; color: rgba(5,6,7,.62); font-size: .67rem; line-height: 1.7; letter-spacing: .01em; }
.social-proof { padding: 105px 0 120px; overflow: hidden; color: var(--white); background: #080d17; }
.social-proof-head { padding: 0 clamp(28px, 5vw, 76px); display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.social-proof-head p { margin: 0 0 18px; color: var(--gold); font-size: .68rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.social-proof-head h2 { margin: 0; font-family: var(--display); font-size: clamp(4rem, 6.2vw, 7rem); font-weight: 800; line-height: .92; letter-spacing: -.015em; text-transform: uppercase; }
.social-proof-head h2 strong { color: var(--gold); font-weight: 800; }
.social-proof-head > span { max-width: 380px; color: rgba(255,255,255,.68); font-size: .76rem; line-height: 1.8; letter-spacing: .01em; }
.client-marquee { margin-top: 62px; overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.client-track { width: max-content; display: flex; gap: 18px; animation: client-roll 36s linear infinite; }
.client-photo { width: clamp(170px, 18vw, 250px); height: clamp(205px, 22vw, 300px); display: grid; place-items: center; color: rgba(255,255,255,.42); border: 1px dashed rgba(240,223,169,.48); background: linear-gradient(145deg, rgba(39,67,128,.36), rgba(5,6,7,.3)); font-size: .66rem; letter-spacing: .1em; text-transform: uppercase; }
.client-photo img { width: 100%; height: 100%; object-fit: cover; }
@keyframes client-roll { to { transform: translateX(calc(-50% - 9px)); } }

.ranking { display: none; }
.statement { display: none; }
.how-it-works { position: relative; overflow: hidden; padding: 125px clamp(28px, 5vw, 76px); display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .8fr); gap: clamp(45px, 8vw, 120px); align-items: center; color: var(--white); background: #101d35; }
.how-copy { position: relative; z-index: 2; max-width: 720px; }
.how-copy > p { margin: 0 0 20px; color: var(--gold); font-size: .68rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.how-copy h2 { margin: 0; font-family: var(--display); font-size: clamp(4.3rem, 7vw, 8rem); line-height: .9; letter-spacing: -.015em; text-transform: uppercase; }
.how-copy h2 strong { color: var(--gold); font-weight: 800; }
.how-text { max-width: 600px; margin-top: 32px; display: grid; gap: 12px; color: rgba(255,255,255,.7); font-size: .78rem; line-height: 1.75; }
.how-text p { margin: 0; }
.how-text .payment-highlight { margin: 8px 0 4px; color: var(--gold-light); font-family: var(--display); font-size: clamp(2.3rem, 4vw, 4.4rem); font-weight: 600; line-height: .95; letter-spacing: -.01em; text-transform: uppercase; }
.how-text .payment-highlight strong { color: var(--gold); font-weight: 800; }
.how-cta { margin-top: 34px; min-height: 52px; padding: 0 21px; display: inline-flex; align-items: center; gap: 32px; color: var(--black); background: var(--gold); border-radius: 999px; font-size: .72rem; font-weight: 800; transition: background 180ms, transform 180ms; }
.how-cta:hover { background: var(--white); transform: translateY(-2px); }
.how-visual { position: relative; min-height: 340px; display: grid; place-items: center; background: radial-gradient(circle, rgba(49,93,192,.35), transparent 62%); }
.flight-line { display: none; }
.plane { position: relative; z-index: 1; color: var(--gold-light); font-size: clamp(5rem, 10vw, 9rem); filter: drop-shadow(0 16px 24px rgba(0,0,0,.35)); animation: plane-arc 7s cubic-bezier(.45,0,.55,1) infinite; }
.globe { position: absolute; z-index: 0; width: clamp(180px, 18vw, 270px); height: clamp(180px, 18vw, 270px); transform: translateY(46px); filter: drop-shadow(0 0 24px rgba(201,171,69,.28)); }
.globe svg { width: 100%; height: 100%; fill: none; stroke: var(--gold-light); stroke-width: 2; }
.globe .continent { fill: rgba(201,171,69,.82); stroke: none; }
.how-visual > span { position: absolute; right: 0; bottom: 16px; max-width: 190px; color: rgba(255,255,255,.45); font-size: .62rem; line-height: 1.5; text-transform: uppercase; }
@keyframes plane-arc { 0% { transform: translate(-180px, 36px) rotate(-24deg); opacity: 0; } 18% { transform: translate(-120px, -54px) rotate(-16deg); opacity: 1; } 50% { transform: translate(0, -185px) rotate(0deg); opacity: 1; } 82% { transform: translate(120px, -54px) rotate(16deg); opacity: 1; } 100% { transform: translate(180px, 36px) rotate(24deg); opacity: 0; } }
.team-section { padding: 82px clamp(28px, 5vw, 76px) 88px; color: var(--black); background: #f4f3ef; }
.team-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.team-head h2 { margin: 0; font-family: var(--display); font-size: clamp(3.8rem, 6vw, 6.8rem); line-height: .9; letter-spacing: -.015em; text-transform: uppercase; }
.team-head h2 strong { color: #b29332; font-weight: 800; }
.team-head .how-cta { flex: 0 0 auto; margin-top: 0; }
.team-grid { margin-top: 42px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.team-member { min-width: 0; }
.team-photo { height: auto; aspect-ratio: 4 / 5; overflow: hidden; display: grid; place-items: center; background: #dfe1e5; }
.team-photo img { width: 100%; height: 100%; object-fit: contain; object-position: center center; }
.team-member h3 { margin: 16px 0 3px; color: #172f5f; font-family: var(--display); font-size: 1.55rem; line-height: 1; text-transform: uppercase; }
.team-member > span { color: rgba(5,6,7,.62); font-size: .68rem; }
.team-cta { margin: 28px auto 0; min-height: 66px; padding: 0 34px; display: flex; width: max-content; font-family: var(--body); font-size: 1.18rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.services { display: none !important; }
.destinations-showcase { padding: 105px 0 115px; overflow: hidden; color: var(--white); background: #080d17; }
.destinations-showcase-head { padding: 0 clamp(28px, 5vw, 76px); }
.destinations-showcase-head p { margin: 0 0 18px; color: var(--gold); font-size: .68rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.destinations-showcase-head h2 { margin: 0; font-family: var(--display); font-size: clamp(4rem, 6.2vw, 7rem); line-height: .9; letter-spacing: -.015em; text-transform: uppercase; }
.destinations-showcase-head h2 strong { color: var(--gold); }
.destination-marquee { margin-top: 48px; overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.destination-track { width: max-content; display: flex; gap: 16px; animation: destination-roll 38s linear infinite; }
.destination-track article { position: relative; width: clamp(190px, 19vw, 270px); height: clamp(250px, 28vw, 380px); overflow: hidden; }
.destination-track img { width: 100%; height: 100%; object-fit: cover; }
.destination-track article::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3,4,6,.84), transparent 58%); }
.destination-track strong { position: absolute; z-index: 1; left: 16px; bottom: 16px; font-family: var(--display); font-size: 1.8rem; text-transform: uppercase; }
@keyframes destination-roll { to { transform: translateX(calc(-50% - 8px)); } }
.destination-cta-row { margin-top: 52px; padding: 0 clamp(28px, 5vw, 76px); display: flex; flex-direction: column; align-items: center; gap: 22px; text-align: center; }
.destination-cta-row p { margin: 0; color: var(--white); font-family: var(--display); font-size: clamp(2rem, 3.5vw, 3.8rem); font-weight: 600; line-height: .95; letter-spacing: .01em; text-transform: uppercase; }
.destination-cta-row p strong { color: var(--gold); font-size: 1.15em; font-weight: 800; }
.destination-cta-row .how-cta { margin: 0; }
.ranking-head { margin-bottom: 35px; display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.line-detail { flex: 1; height: 3px; display: grid; grid-template-columns: 1fr 1.5fr; }
.line-detail span { background: var(--white); }
.line-detail i { background: var(--gold); }
.ranking-head h2 { margin: 0; padding: 12px 25px; border: 2px solid var(--gold); border-radius: 999px; font-size: .95rem; font-weight: 500; white-space: nowrap; }
.ranking-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.ranking-grid { scrollbar-width: none; }
.ranking-grid::-webkit-scrollbar { display: none; }
.rank-photo { position: relative; height: 340px; overflow: hidden; background: #20242a; }
.rank-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 45%; transition: transform 600ms cubic-bezier(.2,.7,.2,1); }
.rank-card:hover img { transform: scale(1.035); }
.rank-photo b { position: absolute; z-index: 2; left: 8px; top: -4px; color: var(--gold); font-family: var(--display); font-size: 3.4rem; line-height: 1; }
.rank-card > span { display: block; margin-top: 17px; font-size: .82rem; font-weight: 600; }
.rank-card > a { display: inline-block; margin-top: 8px; color: var(--muted); font-size: .67rem; border-bottom: 1px solid var(--muted); }

.statement { padding: 15px clamp(28px, 5vw, 76px) 140px; background: var(--black); }
.statement-copy { display: grid; grid-template-columns: .65fr 1.35fr; align-items: start; gap: 60px; }
.statement-copy > p { margin: 42px 0 0; color: var(--gold); font-size: 1rem; font-weight: 600; }
.statement h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(6rem, 11vw, 12rem);
  font-weight: 800;
  line-height: .72;
  letter-spacing: -.045em;
  text-align: right;
  text-transform: uppercase;
}
.statement h2 span, .statement h2 strong { display: block; }
.statement h2 span { color: var(--white); }
.statement h2 strong { color: var(--gold); font-weight: 800; }
.statement-stage { position: relative; min-height: 720px; margin-top: -10px; overflow: hidden; }
.statement-stage > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 58%; filter: saturate(.86); }
.statement-stage::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,6,7,.88), rgba(5,6,7,.05) 70%); }
.stage-copy { position: absolute; z-index: 2; left: 30px; top: 75px; max-width: 310px; }
.stage-copy p { margin: 0 0 25px; font-size: .8rem; line-height: 1.6; }
.stage-copy a { display: inline-block; padding: 10px 16px; color: var(--black); background: var(--gold); border-radius: 999px; font-size: .72rem; font-weight: 700; }
.stage-gallery { position: absolute; z-index: 2; right: 28px; bottom: 35px; width: 46%; height: 245px; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--white); }
.stage-gallery img { width: 100%; height: 100%; object-fit: cover; border-right: 1px solid var(--white); }
.stage-gallery img:last-child { border-right: 0; }

.services { padding: 130px clamp(28px, 5vw, 76px); display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 10vw, 170px); color: var(--white); background: #0e1c36; }
.services-head > p, .about-copy > p { margin: 0 0 28px; color: var(--gold); font-size: .7rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.services h2, .about h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(5rem, 8vw, 9rem);
  font-weight: 700;
  line-height: .78;
  letter-spacing: -.04em;
  text-transform: uppercase;
}
.service-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.service-grid article { padding: 28px 24px 32px 0; border-bottom: 1px solid var(--line); }
.service-grid article:nth-child(odd) { border-right: 1px solid var(--line); }
.service-grid article:nth-child(even) { padding-left: 24px; }
.service-grid span { color: var(--gold); font-size: .65rem; }
.service-grid h3 { margin: 25px 0 10px; font-family: var(--display); font-size: 1.8rem; font-weight: 600; text-transform: uppercase; }
.service-grid p { margin: 0; color: rgba(255,255,255,.6); font-size: .73rem; line-height: 1.6; }

.about { min-height: 760px; display: grid; grid-template-columns: .9fr 1.1fr; background: var(--black-soft); }
.about-photo { position: relative; overflow: hidden; }
.about-photo::before { display: none; }
.about-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; filter: saturate(.78); }
.about-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,6,7,.62), transparent 50%); }
.about-photo span { position: absolute; z-index: 3; left: 25px; bottom: 25px; color: var(--gold-light); font-size: .65rem; letter-spacing: .1em; }
.about-copy { padding: clamp(80px, 10vw, 150px) clamp(45px, 8vw, 130px); align-self: center; color: var(--white); }
.about-copy > p, .about-copy > h2, .about-copy > .about-text, .about-copy > a { display: none; }
.vision-copy > p { margin: 0 0 28px; color: var(--gold); font-size: .7rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.vision-copy h2 { margin: 0; color: var(--white); font-family: var(--display); font-size: clamp(4rem, 6vw, 7rem); line-height: .9; letter-spacing: -.015em; text-transform: uppercase; }
.vision-copy h2 strong { color: var(--gold); font-weight: 800; }
.vision-copy .about-text { max-width: 600px; margin-top: 40px; display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.vision-copy .about-text p { margin: 0; color: var(--muted); font-size: .98rem; line-height: 1.85; letter-spacing: .01em; }
.about h2 { color: var(--white); }
.about-text { max-width: 600px; margin-top: 40px; display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.about-text p { margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.65; }
.about-copy > a { display: inline-block; margin-top: 38px; padding: 10px 18px; border: 1px solid var(--gold); border-radius: 999px; color: var(--gold-light); font-size: .72rem; }

.final-cta { padding: 120px 24px 130px; text-align: center; background: var(--gold); color: var(--black); }
.final-cta > p { margin: 0 0 25px; font-size: .72rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.final-cta h2 { margin: 0; font-family: var(--display); font-size: clamp(5rem, 10vw, 11rem); font-weight: 800; line-height: .76; letter-spacing: -.045em; }
.final-cta h2 span { color: var(--white); }
.final-cta > a { margin-top: 45px; min-height: 52px; padding: 0 22px; display: inline-flex; align-items: center; gap: 35px; color: var(--white); background: var(--black); border-radius: 999px; font-size: .76rem; font-weight: 700; }

.footer { padding: 0 clamp(28px, 5vw, 76px) 28px; display: grid; grid-template-columns: 1fr 1.1fr .7fr; gap: 50px; background: var(--black); }
.final-cta { display: none !important; }
.footer-invite { grid-column: 1 / -1; padding: 72px 0 34px; color: var(--gold-light); font-family: var(--display); font-size: clamp(3rem, 5vw, 5.8rem); font-weight: 700; line-height: .9; letter-spacing: .01em; text-transform: uppercase; }
.footer-map { grid-column: 1 / -1; height: 260px; margin: 0 calc(clamp(28px, 5vw, 76px) * -1); overflow: hidden; filter: saturate(.7) contrast(1.05); }
.footer-map iframe { width: 100%; height: 100%; border: 0; }
.footer-brand { display: flex; gap: 14px; align-items: center; }
.footer-brand img { width: 58px; height: 58px; object-fit: contain; }
.footer-brand strong { color: var(--gold-light); font-size: .8rem; text-transform: uppercase; }
.footer address { align-self: center; color: var(--muted); font-size: .9rem; font-style: normal; line-height: 1.8; }
.footer-links { display: grid; align-content: center; gap: 8px; font-size: .7rem; }
.footer-links a:hover { color: var(--gold); }
.footer-social { display: flex; align-items: center; gap: 10px; font-size: .78rem; }
.footer-social b { width: 34px; height: 34px; display: block; border: 0; border-radius: 0; color: var(--gold-light); font-size: 0; background-repeat: no-repeat; background-position: center; background-size: 22px; }
.footer-social:first-child b { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f0dfa9' stroke-width='1.8'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M8.5 7.8c.4-.4 1-.2 1.3.3l1 1.8c.2.4.2.8-.1 1.1l-.8.8c.8 1.5 1.9 2.6 3.4 3.4l.8-.8c.3-.3.7-.3 1.1-.1l1.8 1c.5.3.7.9.3 1.3l-.6.7c-.5.6-1.3.8-2 .6-3.7-1.1-6.7-4.1-7.8-7.8-.2-.7 0-1.5.6-2Z'/%3E%3C/svg%3E"); }
.footer-social:nth-child(2) b { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f0dfa9' stroke-width='1.8'%3E%3Crect x='3' y='3' width='18' height='18' rx='5'/%3E%3Ccircle cx='12' cy='12' r='4'/%3E%3Ccircle cx='17.5' cy='6.5' r='1' fill='%23f0dfa9' stroke='none'/%3E%3C/svg%3E"); }
.footer-follow { color: var(--gold-light); font-size: .9rem; font-weight: 700; letter-spacing: .04em; }
.footer-social b { font-size: 0; }
.footer-social b::after { font-size: 1.2rem; line-height: 1; }
.footer-social:first-of-type b::after { content: "◔"; }
.footer-social:nth-of-type(2) b::after { content: "◎"; }
.footer-bottom { grid-column: 1 / -1; margin-top: 24px; padding-top: 20px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.14); color: #676b72; font-size: .61rem; }

.whatsapp { position: fixed; z-index: 80; right: 20px; bottom: 20px; padding: 7px 7px 7px 16px; display: flex; align-items: center; gap: 14px; color: #fff; background: #25d366; border-radius: 999px; box-shadow: 0 10px 30px rgba(0,0,0,.3); font-size: .68rem; font-weight: 700; }
.whatsapp b { width: 32px; height: 32px; display: grid; place-items: center; color: #25d366; background: #fff; border-radius: 50%; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity 650ms ease, transform 650ms ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  .main-nav, .header-cta { display: none; }
  .menu-toggle { z-index: 102; display: grid; gap: 7px; padding: 12px 0 12px 12px; color: var(--white); background: transparent; border: 0; }
  .menu-toggle span { width: 28px; height: 1px; display: block; background: currentColor; transition: transform 180ms; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(-4px) rotate(-45deg); }
  .mobile-nav { position: fixed; z-index: 101; inset: 0; padding: 115px 30px 40px; display: flex; flex-direction: column; background: var(--black); transform: translateX(100%); transition: transform 220ms; }
  .mobile-nav.open { transform: none; }
  .mobile-nav a { padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.18); font-size: 1rem; }
  .hero-menu { display: none; }
  .hero-info { max-width: 720px; grid-template-columns: 1fr 1fr; }
  .hero-info > a { width: max-content; }
  .ranking-grid { grid-template-columns: 1fr 1fr; gap: 45px 20px; }
  .statement-copy { grid-template-columns: 1fr; }
  .statement-copy > p { margin-top: 0; }
  .statement h2 { text-align: left; }
  .services { grid-template-columns: 1fr; }
  .quick-services { grid-template-columns: 1fr; gap: 45px; }
  .path-choice { padding: 72px 18px 82px; }
  .path-choice-head h2 { font-size: clamp(3.6rem, 18vw, 5.6rem); }
  .path-choice-grid { grid-template-columns: 1fr; gap: 10px; }
  .path-card { min-height: 250px; padding: 24px; }
  .immigration-teaser { padding: 78px 18px 88px; grid-template-columns: 1fr; }
  .immigration-teaser h2 { font-size: clamp(3.7rem, 18vw, 5.8rem); }
  .immigration-intro { display: block; }
  .immigration-intro .immigration-flag-figure { margin-top: 28px; max-width: 280px; }
  .immigration-journey { margin-top: 42px; gap: 38px; }
  .immigration-story, .immigration-story-reverse { grid-template-columns: 1fr; gap: 25px; }
  .immigration-story img { max-width: 300px; }
  .immigration-care { margin-top: 50px; font-size: .95rem; }
  .about { grid-template-columns: .8fr 1.2fr; }
}

@media (max-width: 680px) {
  .site-header { height: 70px; padding: 0 18px; }
  .brand img { width: 40px; height: 40px; }
  .brand span { font-size: .58rem; }
  .hero { min-height: 890px; }
  .hero-image { background-position: 39% center; }
  .hero-search { top: 98px; left: 18px; right: 18px; }
  .hero-search > a { min-width: 150px; min-height: 38px; font-size: .63rem; }
  .hero-content { left: 18px; right: 18px; bottom: 95px; }
  .overline { margin-bottom: 20px; font-size: .59rem; }
  .hero h1 { font-size: clamp(5.2rem, 25vw, 7rem); line-height: .78; }
  .hero-info { margin-top: 35px; grid-template-columns: 1fr; gap: 17px; }
  .hero-info p:nth-child(2) { display: none; }
  .hero-info > a { min-height: 40px; }
  .hero-line { left: 18px; right: 18px; bottom: 28px; }
  .ranking { padding: 45px 18px 95px; }
  .ranking-head { display: block; }
  .line-detail { margin-bottom: 22px; }
  .ranking-head h2 { width: max-content; margin-left: auto; font-size: .76rem; }
  .ranking-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: 14px; padding-right: 18px; }
  .rank-card { flex: 0 0 76vw; scroll-snap-align: start; }
  .rank-photo { height: 390px; }
  .statement { padding: 10px 18px 95px; }
  .statement-copy { gap: 25px; }
  .statement h2 { font-size: clamp(4.8rem, 22vw, 6.2rem); }
  .statement-stage { min-height: 650px; margin-top: 28px; }
  .statement-stage::after { background: linear-gradient(0deg, rgba(5,6,7,.9), transparent 70%); }
  .stage-copy { left: 20px; right: 20px; top: auto; bottom: 210px; max-width: none; }
  .stage-gallery { left: 20px; right: 20px; bottom: 25px; width: auto; height: 150px; }
  .services { padding: 90px 18px; gap: 55px; }
  .quick-services { padding: 78px 18px 85px; gap: 42px; }
  .quick-services-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .quick-services-grid article { min-height: 165px; }
  .quick-services-grid h3 { font-size: 1.1rem; }
  .social-proof { padding: 80px 0 90px; }
  .social-proof-head { display: block; padding: 0 18px; }
  .social-proof-head h2 { font-size: clamp(3.8rem, 18vw, 5.8rem); }
  .social-proof-head > span { margin-top: 28px; max-width: 330px; font-size: .68rem; }
  .client-marquee { margin-top: 42px; }
  .client-track { gap: 12px; animation-duration: 30s; }
  .client-photo { width: 145px; height: 185px; }
  .how-it-works { padding: 82px 18px 90px; grid-template-columns: 1fr; gap: 30px; }
  .how-copy h2 { font-size: clamp(3.8rem, 18vw, 5.8rem); }
  .how-text { margin-top: 24px; font-size: .7rem; line-height: 1.7; }
  .how-cta { margin-top: 25px; font-size: .62rem; gap: 18px; }
  .how-visual { min-height: 220px; }
  .team-section { padding: 64px 18px 72px; }
  .team-head { display: block; }
  .team-head h2 { font-size: clamp(3.5rem, 17vw, 5.4rem); }
  .team-head .how-cta { margin-top: 28px; }
  .team-grid { margin-top: 32px; grid-template-columns: 1fr 1fr; gap: 10px; }
  .team-photo { aspect-ratio: 4 / 5; }
  .destinations-showcase { padding: 78px 0 88px; }
  .destinations-showcase-head { padding: 0 18px; }
  .destinations-showcase-head h2 { font-size: clamp(3.8rem, 18vw, 5.8rem); }
  .destination-track { gap: 10px; animation-duration: 30s; }
  .destination-track article { width: 150px; height: 220px; }
  .destination-cta-row { margin-top: 34px; padding: 0 18px; display: flex; }
  .destination-cta-row p { font-size: 2rem; }
  .destination-cta-row p strong { font-size: 1.1rem; }
  .destination-cta-row .how-cta { margin-top: 22px; }
  .services h2, .about h2 { font-size: clamp(4.4rem, 20vw, 6rem); }
  .service-grid { grid-template-columns: 1fr; }
  .service-grid article:nth-child(odd) { border-right: 0; }
  .service-grid article:nth-child(even) { padding-left: 0; }
  .about { grid-template-columns: 1fr; }
  .about-photo { min-height: 500px; }
  .about-copy { padding: 85px 18px 95px; }
  .about-text { grid-template-columns: 1fr; }
  .vision-copy h2 { font-size: clamp(3.8rem, 18vw, 5.8rem); }
  .vision-copy .about-text { grid-template-columns: 1fr; }
  .final-cta { padding: 95px 18px 105px; }
  .final-cta h2 { font-size: clamp(4.6rem, 22vw, 6.4rem); }
  .footer { padding: 0 18px 28px; grid-template-columns: 1fr; gap: 28px; }
  .footer-invite { padding: 58px 0 26px; font-size: clamp(2.8rem, 14vw, 4.5rem); }
  .footer-map { height: 220px; margin: 0 -18px; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .whatsapp span { display: none; }
  .whatsapp { padding: 7px; }
  .whatsapp b { width: 36px; height: 36px; }
}

@media (max-width: 680px) {
  .motion-hero { height: 240svh; min-height: 0; }
  .hero-stage { min-height: 620px; }
  .motion-topline { top: 90px; left: 18px; right: 18px; font-size: .48rem; }
  .motion-intro,
  .motion-final { width: calc(100% - 32px); top: 48%; }
  .motion-intro h1,
  .motion-final h2 { font-size: clamp(4.2rem, 20vw, 5.8rem); }
  .motion-intro > span,
  .motion-final > span { max-width: 280px; margin: 21px auto 0; font-size: .65rem; line-height: 1.5; }
  .brand-intro { top: 49%; }
  .hero-brand-mark { width: 122px; margin-bottom: 24px; }
  .brand-intro h1 { max-width: 360px; font-size: clamp(3.45rem, 16.5vw, 4.65rem); line-height: .84; }
  .brand-intro > span { margin-top: 20px; }
  .planning-final {
    top: 49%;
    grid-template-columns: 1fr;
    gap: 18px;
    text-align: left;
  }
  .planning-copy { order: 2; }
  .planning-copy > p { margin-bottom: 10px; font-size: .5rem; }
  .planning-copy h2 { font-size: clamp(3.25rem, 15.5vw, 4.5rem); line-height: .9; }
  .motion-where { width: calc(100% - 32px); }
  .motion-where h2 { font-size: clamp(4rem, 18vw, 5.7rem); line-height: .92; }
  .motion-where { top: 38%; }
  .motion-where > p { font-size: 1.7rem; letter-spacing: .1em; }
  .planning-copy > span { max-width: 320px; margin-top: 15px; font-size: .62rem; line-height: 1.5; }
  .planning-copy > a { margin-top: 17px; min-height: 43px; gap: 18px; font-size: .62rem; }
  .family-frame {
    order: 1;
    width: min(64vw, 270px);
    height: min(29vh, 230px);
    margin: 0 7vw 0 auto;
    box-shadow: 0 18px 42px rgba(0,0,0,.4);
  }
  .family-frame img { object-position: 68% center; }
  .family-frame figcaption { min-height: 52px; padding: 20px 10px 9px; font-size: .42rem; }
  .family-frame figcaption span { font-size: .42rem; }
  .destination-card {
    width: 145px;
    height: 108px;
    border-width: 4px;
  }
  .destination-card > div { left: 8px; right: 8px; bottom: 7px; }
  .destination-card strong { font-size: 1rem; }
  .destination-card span { font-size: .44rem; }
  .destination-paris { left: -5%; top: 15%; }
  .destination-rome { right: -5%; top: 16%; }
  .destination-barcelona { left: -6%; bottom: 18%; }
  .destination-amsterdam { right: -6%; bottom: 18%; }
  .destination-santorini { left: -10%; top: 42%; }
  .destination-bali { right: -10%; top: 42%; }
  .route-network { width: 120vw; height: 67vh; }
  .origin-marker { left: 44%; top: 55%; width: 48px; height: 48px; }
  .origin-marker span { top: 11px; font-size: .88rem; }
  .origin-marker b { bottom: 8px; font-size: .34rem; }
  .drag-control { left: 18px; bottom: 22px; }
  .drag-icon { width: 36px; height: 36px; }
  .drag-control i { width: 120px; }
  .motion-counter { right: 18px; bottom: 22px; }
  .motion-counter span { font-size: 1.6rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .motion-hero { height: 100svh; }
  .drag-control { display: none; }
  .destination-card,
  .route-network,
  .origin-marker,
  .motion-intro { display: none; }
  .motion-final { opacity: 1 !important; transform: translate(-50%, -50%) scale(1) !important; }
}
