@font-face {
  font-family: "Source Sans 3";
  src: url("/assets/fonts/source-sans-3-light.woff2") format("woff2");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Source Sans 3";
  src: url("/assets/fonts/source-sans-3-regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Source Sans 3";
  src: url("/assets/fonts/source-sans-3-semibold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

:root {
  color-scheme: light;
  --ink: #263238;
  --muted: #607076;
  --paper: #f5f7f7;
  --surface: #ffffff;
  --line: rgba(38, 50, 56, 0.14);
  --accent: #d94747;
  --accent-dark: #a92828;
  --shadow: 0 18px 50px rgba(28, 40, 45, 0.10);
  --radius: 20px;
  --content: 1160px;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  background: var(--paper);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Source Sans 3", "Segoe UI", sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
}

body.is-leaving {
  opacity: 0;
  transform: translateY(5px);
  transition: opacity .2s ease, transform .2s ease;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration-color: color-mix(in srgb, currentColor 35%, transparent); text-underline-offset: 0.2em; }
a:hover { color: var(--accent-dark); }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.65rem 0.9rem;
  color: #fff;
  background: var(--ink);
  border-radius: 0.5rem;
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }
.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; white-space: nowrap !important; border: 0 !important; }

.shell { width: min(calc(100% - 2rem), var(--content)); margin-inline: auto; }

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  color: #fff;
  background: rgba(19, 55, 110, 0.96);
  border-bottom: 1px solid rgba(255,255,255,0.12);
  backdrop-filter: blur(14px);
}

.nav-row { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { border: 0; font-size: 1.2rem; font-weight: 600; letter-spacing: 0.08em; text-decoration: none; }
.brand:hover { color: #fff; }
.menu { display: flex; align-items: center; gap: 0.25rem; margin: 0; padding: 0; list-style: none; }
.menu a { display: block; padding: 0.55rem 0.85rem; border: 0; border-radius: 999px; text-decoration: none; }
.menu a:hover, .menu a[aria-current="page"] { color: #fff; background: rgba(255,255,255,0.1); box-shadow: inset 0 0 0 1px rgba(255,255,255,.18); }
.menu-button { display: none; color: #fff; background: transparent; border: 1px solid rgba(255,255,255,0.35); border-radius: 999px; padding: 0.45rem 0.8rem; }

.page-home .site-header {
  position: absolute;
  width: 100%;
  background: transparent;
  border: 0;
  backdrop-filter: none;
}
.page-home .nav-row { min-height: 96px; justify-content: center; }
.page-home .brand { display: none; }
.page-home .menu { position: relative; gap: .35rem; }
.page-home .menu::before,
.page-home .menu::after {
  content: "";
  position: absolute;
  top: 50%;
  width: min(34vw, 600px);
  height: 5px;
  margin-top: -2px;
  border-top: 1px solid rgba(255,255,255,.28);
  border-bottom: 1px solid rgba(255,255,255,.28);
}
.page-home .menu::before { right: calc(100% + 1.4rem); }
.page-home .menu::after { left: calc(100% + 1.4rem); }
.page-home .menu a { padding: .75rem 1rem; font-size: 1.08rem; font-weight: 300; }
.page-home .menu a:hover,
.page-home .menu a[aria-current="page"] { background: transparent; box-shadow: inset 0 0 0 1px rgba(255,255,255,.3); }

.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #fff;
  isolation: isolate;
}
.hero-media {
  position: absolute;
  z-index: -3;
  inset: 0;
  width: 100%;
  height: 100%;
  transform: scale(1.015);
}
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero::after {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  background: linear-gradient(180deg, rgba(15,21,24,.42), rgba(15,21,24,.72));
}
.hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: #13376e;
  animation: hero-curtain 2.5s ease-in-out .5s both;
}
@keyframes hero-curtain {
  from { opacity: 1; }
  to { opacity: 0; }
}
.hero-inner { width: min(90vw, 760px); padding: 8rem 1rem 4rem; text-align: center; }
.hero h1 { margin: 0; color: #fff; font-size: clamp(4rem, 5.5vw, 5.5rem); font-weight: 300; line-height: 1; letter-spacing: -.025em; }
.hero h1::after { content: ""; display: block; width: min(330px, 65vw); height: 5px; margin: 1.5rem auto 1.7rem; border-top: 1px solid rgba(255,255,255,.28); border-bottom: 1px solid rgba(255,255,255,.28); }
.hero p { margin: 0 0 2.1rem; font-size: clamp(1.1rem, 1.7vw, 1.35rem); font-weight: 300; letter-spacing: 0; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.65rem 1.25rem;
  color: #fff;
  background: var(--accent);
  border: 0;
  border-radius: 999px;
  box-shadow: none;
  cursor: pointer;
  font-weight: 700;
  text-decoration: none;
  transition: transform .18s ease, background .18s ease;
}
.button:hover { color: #fff; background: var(--accent-dark); transform: translateY(-2px); box-shadow: 0 10px 24px rgba(169,40,40,.22); }
.button:active { transform: translateY(0) scale(.97); }
.button:disabled { cursor: wait; opacity: .6; }
.hero-cta {
  width: 112px;
  height: 112px;
  min-height: 112px;
  padding: 0;
  color: #13376e;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 12px 35px rgba(3,24,54,.18);
  font-size: 1.15rem;
  font-weight: 300;
  transition: color .35s ease, transform .35s ease, box-shadow .35s ease;
}
.hero-cta:hover { color: #d92323; background: #fff; transform: scale(1.055); box-shadow: 0 18px 42px rgba(3,24,54,.28); }
.hero-cta:active { transform: scale(.97); }

.section { padding: clamp(4rem, 8vw, 7rem) 0; }
.section + .section { border-top: 1px solid var(--line); }
.section-action { margin: 2rem 0 0; text-align: center; }
.section-heading { max-width: 760px; margin: 0 auto 2.5rem; text-align: center; }
.eyebrow { margin: 0 0 .7rem; color: var(--accent-dark); font-size: .78rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3 { color: #483949; font-family: "Source Sans 3", "Segoe UI", sans-serif; font-weight: 400; line-height: 1.2; }
.section-heading h1, .section-heading h2 { margin: 0; font-size: clamp(2.2rem, 5vw, 4.3rem); letter-spacing: -.035em; }
.section-heading > p:last-child { margin: 1rem auto 0; color: var(--muted); }

.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; }
.card {
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  transition: transform .35s cubic-bezier(.22, 1, .36, 1), box-shadow .35s ease, border-color .35s ease;
}
.card > a:first-child { display: block; border: 0; }
.card > a:first-child picture { display: block; overflow: hidden; aspect-ratio: 4 / 3; }
.card img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.card:hover { transform: translateY(-7px); border-color: rgba(38,50,56,.22); box-shadow: 0 24px 65px rgba(28,40,45,.16); }
.card:hover img { transform: scale(1.035); }
.card:active { transform: translateY(-2px) scale(.992); }
.card-body { padding: 1.3rem 1.4rem 1.5rem; }
.card h3 { margin: 0 0 .6rem; font-size: 1.55rem; }
.card h3 a { text-decoration: none; }
.card p { margin: 0; color: var(--muted); font-size: .97rem; line-height: 1.55; }

.horizontal-cards { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(280px, 360px); gap: 1.25rem; overflow-x: auto; padding: .5rem 0 2rem; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; }
.horizontal-cards::-webkit-scrollbar, .country-reel::-webkit-scrollbar { display: none; }
.horizontal-cards .card { scroll-snap-align: start; }

.page-hero { padding: clamp(4rem, 9vw, 8rem) 0 3.5rem; background: #e8eeee; border-bottom: 1px solid var(--line); }
.page-hero .section-heading { margin-bottom: 0; }

.article { width: min(calc(100% - 2rem), 980px); margin: 0 auto; padding: 3rem 0 6rem; }
.article-copy { width: min(100%, 760px); margin-inline: auto; }
.article-copy p { margin: 1.5rem 0; }
.article-media { margin: clamp(2rem, 5vw, 4rem) 0; }
.article-media a { display: block; overflow: hidden; border: 0; border-radius: 12px; background: #dfe5e5; }
.article-media img { width: 100%; height: auto; }
.article-media figcaption { margin-top: .55rem; color: var(--muted); font-size: .85rem; }

.gallery-grid { columns: 3 280px; column-gap: 1rem; }
.gallery-item { margin: 0 0 1rem; break-inside: avoid; }
.gallery-item a { display: block; overflow: hidden; border: 0; border-radius: 10px; background: #dfe5e5; }
.gallery-item img { width: 100%; height: auto; transition: transform .35s ease; }
.gallery-item a:hover img { transform: scale(1.02); }

.travel-section { padding: 0 0 6rem; overflow: hidden; }
.country { padding: clamp(2.5rem, 6vw, 5rem) 0 1rem; }
.country + .country { border-top: 1px solid var(--line); }
.country-heading { display: flex; align-items: center; justify-content: center; gap: 1.2rem; margin: 0 auto 2rem; padding-inline: 1rem; }
.country-heading h2 { margin: 0; font-size: clamp(2.3rem, 5vw, 3.8rem); letter-spacing: -.03em; }
.country-flag, .country-flag-picture img { width: auto; height: clamp(42px, 6vw, 64px); border: 1px solid rgba(38,50,56,.25); box-shadow: 0 7px 22px rgba(28,40,45,.1); }
.country-flag-picture { display: block; line-height: 0; }
.travel-carousel { position: relative; }
.country-reel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 360px;
  gap: 1.4rem;
  overflow-x: auto;
  padding: .5rem max(1rem, calc((100vw - 1600px) / 2)) 2rem;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.journey-card { scroll-snap-align: start; text-align: center; }
.journey-card > a:first-child picture { aspect-ratio: 3 / 2; }
.journey-card .card-body { min-height: 165px; display: grid; align-content: center; }
.journey-card p { text-align: center; }
.reel-control {
  position: absolute;
  z-index: 4;
  top: 50%;
  width: 64px;
  height: 112px;
  margin-top: -56px;
  padding: 0;
  color: #fff;
  background: rgba(38,34,42,.56);
  border: 0;
  cursor: pointer;
  font-size: 2.5rem;
  line-height: 1;
  opacity: .9;
  transition: background .25s ease, opacity .25s ease, transform .25s ease;
}
.reel-control:hover { background: var(--accent); opacity: 1; }
.reel-control:active { transform: scale(.94); }
.reel-control:disabled { opacity: 0; pointer-events: none; }
.reel-back { left: 0; border-radius: 0 999px 999px 0; }
.reel-forward { right: 0; border-radius: 999px 0 0 999px; }

.reveal-ready .reveal-target {
  opacity: 0;
  transition: opacity .9s ease-in-out;
}
.reveal-ready .reveal-target.is-visible { opacity: 1; }
.reveal-ready .card.reveal-target:nth-child(2) { transition-delay: .18s; }
.reveal-ready .card.reveal-target:nth-child(3) { transition-delay: .36s; }
.reveal-ready .card.reveal-target:nth-child(4) { transition-delay: .54s; }
.reveal-ready .card.reveal-target:nth-child(5) { transition-delay: .72s; }
.reveal-ready .card.reveal-target:nth-child(6) { transition-delay: .9s; }
.reveal-ready .gallery-item.reveal-target:nth-child(2) { transition-delay: .06s; }
.reveal-ready .gallery-item.reveal-target:nth-child(3) { transition-delay: .12s; }
.reveal-ready .gallery-item.reveal-target:nth-child(4) { transition-delay: .18s; }
.reveal-ready .gallery-item.reveal-target:nth-child(5) { transition-delay: .24s; }
.reveal-ready .gallery-item.reveal-target:nth-child(6) { transition-delay: .3s; }

.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2rem, 6vw, 5rem); align-items: start; }
.contact-links { padding: 1.6rem; background: #e8eeee; border-radius: var(--radius); }
.contact-links h2 { margin-top: 0; }
.contact-links ul { padding-left: 1.2rem; }
.contact-form { display: grid; gap: 1rem; }
.field { display: grid; gap: .35rem; }
.field label { font-weight: 700; }
.field input, .field textarea {
  width: 100%;
  padding: .75rem .85rem;
  color: var(--ink);
  background: #fff;
  border: 1px solid #afbdc0;
  border-radius: .65rem;
}
.field input:focus, .field textarea:focus { outline: 3px solid rgba(217,71,71,.2); border-color: var(--accent); }
.honeypot { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; white-space: nowrap !important; }
.form-status { min-height: 1.6em; margin: 0; color: var(--muted); }

.site-footer { position: relative; overflow: hidden; padding: clamp(4.5rem, 8vw, 7rem) 0 2rem; color: rgba(255,255,255,.82); background: #13376e; }
.site-footer::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 50% -30%, rgba(255,255,255,.13), transparent 48%); }
.footer-main { position: relative; display: grid; grid-template-columns: 1.15fr .7fr 1fr; gap: clamp(2.5rem, 7vw, 7rem); align-items: start; }
.footer-identity { text-align: center; }
.footer-emblem { display: grid; place-items: center; width: 94px; height: 94px; margin: 0 auto 1.35rem; color: #13376e; background: #fff; border: 0; border-radius: 50%; transition: color .3s ease, transform .3s ease; }
.footer-emblem:hover { color: #d92323; transform: translateY(-4px) rotate(-2deg); }
.footer-emblem svg { width: 48px; height: 48px; fill: currentColor; }
.footer-emblem .icon-cutout { fill: #fff; }
.footer-emblem .icon-cutout-solid { fill: currentColor; }
.footer-identity h2 { margin: 0; color: #fff; font-size: 2.1rem; font-weight: 300; letter-spacing: .04em; }
.footer-identity p { margin: .65rem auto 0; max-width: 310px; }
.footer-kicker { margin: 0 0 1.15rem; color: #fff; font-size: .78rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.footer-navigation { display: grid; gap: .7rem; }
.footer-navigation a { width: fit-content; color: rgba(255,255,255,.82); border: 0; text-decoration: none; transition: color .25s ease, transform .25s ease; }
.footer-navigation a:hover { color: #fff; transform: translateX(4px); }
.footer-connect > p:not(.footer-kicker) { margin: 0 0 1.3rem; }
.social { display: flex; flex-wrap: wrap; gap: .65rem; margin: 0; padding: .38rem; width: fit-content; background: rgba(255,255,255,.07); border-radius: 999px; list-style: none; }
.social a { display: grid; place-items: center; width: 46px; height: 46px; color: #13376e; background: #fff; border: 0; border-radius: 50%; transition: color .25s ease, transform .25s ease, background .25s ease; }
.social a:hover { color: #d92323; background: #fff; transform: translateY(-4px); }
.social svg { width: 21px; height: 21px; fill: currentColor; }
.social .icon-cutout { fill: #fff; }
.social .icon-cutout-solid { fill: currentColor; }
.footer-bottom { position: relative; display: flex; justify-content: center; gap: 1.25rem; margin-top: clamp(3.5rem, 7vw, 6rem); padding-top: 1.7rem; color: rgba(255,255,255,.64); border-top: 1px solid rgba(255,255,255,.2); font-size: .84rem; }
.footer-bottom p { margin: 0; }
.footer-bottom p + p { padding-left: 1.25rem; border-left: 1px solid rgba(255,255,255,.2); }
.copyright { margin: 0; }

.lightbox { position: fixed; inset: 0; width: 100vw; max-width: none; height: 100dvh; max-height: none; margin: 0; padding: 0; overflow: hidden; color: #fff; background: transparent; border: 0; }
.lightbox::backdrop { background: rgba(4,7,8,.88); backdrop-filter: blur(8px); transition: background .55s ease, backdrop-filter .55s ease, overlay .2s allow-discrete, display .2s allow-discrete; }
.lightbox[data-closing]::backdrop { background: rgba(4,7,8,0); backdrop-filter: blur(0); }
@starting-style {
  .lightbox[open]::backdrop { background: transparent; backdrop-filter: blur(0); }
}
.lightbox-inner { position: relative; width: 100%; height: 100%; display: grid; grid-template-rows: 1fr auto; place-items: center; padding: 3.5rem 5rem 1rem; }
.lightbox-frame { position: relative; align-self: center; overflow: hidden; width: 0; height: 0; background: transparent; box-shadow: 0 22px 80px rgba(0,0,0,.48); will-change: width, height; }
.lightbox-frame img { position: absolute; top: 50%; left: 50%; max-width: none; max-height: none; object-fit: contain; transform: translate(-50%, -50%); }
.lightbox p { min-height: 1.6rem; margin: .6rem 0 0; text-align: center; opacity: 0; transition: opacity .25s ease; }
.lightbox-control { position: absolute; z-index: 2; display: grid; place-items: center; width: 44px; height: 44px; padding: 0; color: #fff; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.25); border-radius: 50%; cursor: pointer; font-size: 1.35rem; opacity: 0; transition: opacity .25s ease, background .2s ease, transform .2s ease; }
.lightbox[data-ready] p, .lightbox[data-ready] .lightbox-control { opacity: 1; }
.lightbox-control:hover { background: rgba(255,255,255,.22); transform: scale(1.06); }
.lightbox-close { top: .8rem; right: .8rem; }
.lightbox-prev { left: .8rem; top: 50%; }
.lightbox-next { right: .8rem; top: 50%; }

@media (max-width: 820px) {
  .card-grid { grid-template-columns: 1fr 1fr; }
  .horizontal-cards { grid-auto-columns: minmax(260px, 72%); }
  .contact-layout { grid-template-columns: 1fr; }
  .menu-button { display: inline-flex; }
  .menu { display: none; position: absolute; top: calc(100% + .5rem); right: 1rem; width: min(300px, calc(100vw - 2rem)); padding: .65rem; background: #1e292d; border: 1px solid rgba(255,255,255,.16); border-radius: 14px; box-shadow: var(--shadow); }
  .menu[data-open] { display: block; }
  .menu a { padding: .7rem .85rem; }
  .page-home .site-header { background: linear-gradient(180deg, rgba(8,30,64,.72), transparent); }
  .page-home .nav-row { min-height: 70px; justify-content: space-between; }
  .page-home .brand { display: block; }
  .page-home .menu::before, .page-home .menu::after { display: none; }
  .page-home .menu a { font-size: 1rem; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-identity { grid-column: 1 / -1; }
  .country-reel { grid-auto-columns: minmax(260px, 78vw); }
  .reel-control { display: none; }
}

@media (max-width: 560px) {
  body { font-size: 16px; }
  .card-grid { grid-template-columns: 1fr; }
  .hero { min-height: 66vh; }
  .page-home .hero { min-height: 100vh; min-height: 100svh; }
  .hero h1 { font-size: clamp(3.5rem, 18vw, 5rem); }
  .hero-cta { width: 92px; height: 92px; min-height: 92px; }
  .footer-main { grid-template-columns: 1fr; text-align: center; }
  .footer-identity { grid-column: auto; }
  .footer-navigation { justify-items: center; }
  .footer-connect { display: grid; justify-items: center; }
  .footer-bottom { flex-direction: column; align-items: center; gap: .45rem; }
  .footer-bottom p + p { padding-left: 0; border-left: 0; }
  .lightbox-inner { padding: 3.5rem .6rem 3.6rem; }
  .lightbox-prev, .lightbox-next { top: auto; bottom: .7rem; }
  .lightbox p { padding-inline: 3rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
  .reveal-ready .reveal-target { opacity: 1; transform: none; }
  .hero::before { opacity: 0 !important; }
}
