:root {
  --navy: #031d3a;
  --navy-2: #07385f;
  --ocean: #00617f;
  --aqua: #24d9c4;
  --foam: #e3faf6;
  --sand: #f6dfba;
  --coral: #ff6848;
  --paper: #f7f9fc;
  --ink: #111c29;
  --muted: #435365;
  --line: rgba(3, 29, 58, 0.19);
  --serif: "Iowan Old Style", Baskerville, Georgia, serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shadow: 0 24px 80px rgba(6, 26, 47, 0.12);
}

* { box-sizing: border-box; }
html, body, body * { cursor: url("../images/cursor/kleos-pointer-exact.png") 2 2, default !important; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 1rem; line-height: 1.65; }
body.menu-is-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 0.2em; }
button, input, select, textarea { font: inherit; }
:focus-visible { outline: 3px solid var(--coral); outline-offset: 4px; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; }
.screen-reader-text:focus { z-index: 99999; top: 1rem; left: 1rem; width: auto; height: auto; clip: auto; margin: 0; padding: 0.8rem 1rem; background: white; color: var(--navy); }
.scroll-flight { position: fixed; z-index: 70; inset: 0; overflow: hidden; opacity: 0; pointer-events: none; transition: opacity 500ms ease; }
.scroll-flight.is-active { opacity: 1; }
.scroll-flight.is-idle { opacity: .22; }
.scroll-flight__trail { position: absolute; inset: 0; width: 100%; height: 100%; }
.scroll-flight__plane { position: absolute; top: 0; left: 0; color: var(--flight-color, var(--coral)); font-family: Arial, sans-serif; font-size: 2rem; line-height: 1; text-shadow: 0 0 .7rem var(--flight-shadow, rgba(255,255,255,.8)), 0 .2rem .6rem rgba(6,26,47,.22); transform-origin: center; transition: color 420ms ease, opacity 180ms ease, text-shadow 420ms ease; will-change: transform; }
.testimonial-card, .service-detail-grid article, .source-pillars article, .heritage__rail, .heritage__copy, .strategy-current, .visa-detail__grid, .destination-globe__visual, .destination-globe__countries, .testimonial-sphere-modal__shell { position: relative; z-index: 75; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; color: white; transition: background 250ms ease, box-shadow 250ms ease, color 250ms ease; }
.site-header.is-scrolled, body:not(.kleos-home) .site-header { background: rgba(248, 250, 252, 0.94); color: var(--navy); box-shadow: 0 1px 0 var(--line); backdrop-filter: blur(14px); }
.site-header__inner { display: flex; align-items: center; justify-content: space-between; width: min(100% - 2rem, 1420px); min-height: 6.25rem; margin: auto; }
.brand { display: inline-flex; align-items: center; padding: .18rem .55rem; border-radius: .55rem; background: rgba(248,250,252,.94); color: inherit; text-decoration: none; box-shadow: 0 1px 0 rgba(6,26,47,.08); }
.brand__logo { display: block; width: clamp(13.5rem, 16vw, 16.5rem); height: 4.45rem; object-fit: contain; object-position: left center; }
.brand--footer { width: fit-content; margin-bottom: 1rem; }
.site-navigation { display: flex; align-items: center; gap: 1.5rem; }
.site-navigation .menu { display: flex; gap: clamp(0.8rem, 2vw, 1.8rem); margin: 0; padding: 0; list-style: none; }
.site-navigation .menu a { font-size: 0.88rem; font-weight: 650; text-decoration: none; }
.site-navigation .menu a:hover { color: var(--aqua); }
.menu-toggle { display: none; border: 0; background: transparent; color: inherit; }
.button { display: inline-flex; min-height: 3.25rem; align-items: center; justify-content: center; padding: 0.75rem 1.45rem; border: 1px solid var(--coral); border-radius: 999px; background: var(--coral); color: var(--navy); font-weight: 750; text-decoration: none; transition: transform 180ms ease, background 180ms ease, color 180ms ease; }
.button:hover { transform: translateY(-2px); background: #ff846b; }
.button--small { min-height: 2.75rem; padding-inline: 1rem; font-size: 0.84rem; }
.button--ghost { border-color: rgba(255, 255, 255, 0.45); background: rgba(255, 255, 255, 0.06); color: white; backdrop-filter: blur(8px); }
.button--ghost:hover { background: white; color: var(--navy); }
.eyebrow { margin: 0 0 1.35rem; color: var(--ocean); font-size: clamp(1.05rem, 1.18vw, 1.3rem); font-weight: 850; letter-spacing: 0.18em; line-height: 1.4; text-transform: uppercase; }
.text-link { display: inline-block; color: var(--ocean); font-weight: 750; text-decoration: none; }
.text-link span { display: inline-block; transition: transform 180ms ease; }
.text-link:hover span { transform: translateX(0.3rem); }
.content-shell, .section-shell { width: min(100% - 2rem, 1240px); margin-inline: auto; }
.content-shell--narrow { max-width: 820px; }

.kleos-water-hero { position: relative; display: grid; min-height: min(920px, 100svh); place-items: center; overflow: hidden; background: var(--navy); color: white; isolation: isolate; }
.kleos-water-hero::before { position: absolute; z-index: -3; inset: 0; background-color: #052d50; background-image: url("../images/maps/world-map-preview.webp"), linear-gradient(rgba(129,235,238,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(129,235,238,.08) 1px, transparent 1px), radial-gradient(ellipse at 75% 92%, rgba(18,181,202,.38), transparent 54%); background-repeat: no-repeat, repeat, repeat, no-repeat; background-position: right 4% center, 0 0, 0 0, center; background-size: min(48vw, 760px) auto, 100% 48px, 64px 100%, cover; content: ""; }
.kleos-water-hero::after { position: absolute; z-index: -1; inset: 0; background: linear-gradient(110deg, rgba(2, 11, 19, .04), rgba(4, 33, 57, .1) 45%, rgba(4, 30, 52, .27)); content: ""; pointer-events: none; }
.kleos-water-hero__canvas { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; opacity: 0; transition: opacity 420ms ease; }
.kleos-water-hero.is-water-ready .kleos-water-hero__canvas { opacity: 1; }
.kleos-water-hero__glow { position: absolute; z-index: -1; inset: auto -8% 1% 24%; height: 34%; border-radius: 50%; background: linear-gradient(90deg, transparent, rgba(24,151,216,.2), rgba(67,235,220,.25), transparent); filter: blur(54px); opacity: .76; transform: rotate(-6deg); }
.kleos-water-hero__content { width: min(100% - 2rem, 1240px); padding-top: 8rem; }
.kleos-water-hero .eyebrow { color: var(--aqua); }
.kleos-water-hero h1 { max-width: 900px; margin: 0; font-family: var(--serif); font-size: clamp(4rem, 9.2vw, 9rem); font-weight: 400; letter-spacing: -0.055em; line-height: 0.86; text-wrap: balance; }
.kleos-water-hero__lede { max-width: 680px; margin: 2rem 0; color: rgba(255, 255, 255, 0.76); font-size: clamp(1.1rem, 2vw, 1.4rem); line-height: 1.55; }
.kleos-water-hero__actions { display: flex; flex-wrap: wrap; gap: 0.8rem; }
.kleos-water-hero__trust { display: flex; flex-wrap: wrap; gap: 0.8rem 2rem; margin: 3.8rem 0 0; padding: 0; color: rgba(255, 255, 255, 0.72); font-size: 0.82rem; list-style: none; }
.kleos-water-hero__trust li::before { display: inline-block; width: 0.45rem; height: 0.45rem; margin-right: 0.65rem; border-radius: 50%; background: var(--aqua); content: ""; }
.kleos-water-hero__scroll { position: absolute; right: 2rem; bottom: 2rem; display: flex; align-items: center; gap: 0.7rem; color: rgba(255, 255, 255, 0.62); font-size: 0.68rem; letter-spacing: 0.14em; text-transform: uppercase; }
.kleos-water-hero__scroll span { width: 2.7rem; height: 1px; background: currentColor; }
.kleos-water-hero.has-map-hover { cursor: pointer; }
.kleos-water-hero__map-label { position: absolute; z-index: 2; padding: .35rem .55rem; border: 1px solid rgba(153,240,230,.32); border-radius: 999px; background: rgba(3,17,29,.86); color: white; font-size: .68rem; font-weight: 700; opacity: 0; pointer-events: none; transform: translate(12px, 12px); transition: opacity 520ms ease; }
.kleos-water-hero__map-label.is-visible { opacity: 1; }
.anchor-section { scroll-margin-top: 6.5rem; }
.source-pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-block: clamp(5rem, 9vw, 8rem); background: var(--line); }
.source-pillars article { padding: clamp(1.5rem, 4vw, 3rem); background: var(--paper); }
.source-pillars span { color: var(--ocean); font-size: .84rem; font-weight: 850; letter-spacing: .16em; }
.source-pillars h2 { margin: .8rem 0; font-family: var(--serif); font-size: clamp(1.8rem, 3vw, 2.8rem); font-weight: 400; line-height: 1; }
.source-pillars p { margin: 0; color: var(--muted); }

.manifesto { display: grid; grid-template-columns: 1.25fr 0.75fr; gap: clamp(2rem, 8vw, 9rem); padding-block: clamp(6rem, 12vw, 11rem); }
.manifesto h2, .section-heading h2, .site-footer__cta h2, .page-hero h1, .archive-intro h1, .single-hero h1, .error-page h1 { margin: 0; font-family: var(--serif); font-size: clamp(2.9rem, 6vw, 6.3rem); font-weight: 400; letter-spacing: -0.045em; line-height: 0.98; text-wrap: balance; }
.manifesto > div:last-child { align-self: end; max-width: 470px; color: var(--muted); font-size: 1.12rem; }
.heritage { display: grid; grid-template-columns: .65fr 1.35fr; gap: clamp(2rem, 8vw, 8rem); padding-bottom: clamp(6rem, 11vw, 10rem); }
.heritage__rail { min-width: 0; }
.heritage__year { align-self: start; padding: 2rem; border-radius: 1.5rem; background: var(--foam); }
.heritage__year strong { display: block; color: var(--navy); font-family: var(--serif); font-size: clamp(4rem, 8vw, 7rem); font-weight: 400; line-height: .9; }
.heritage__year span { color: var(--ocean); font-size: .72rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.heritage-artwork { --far-x: 0px; --far-y: 0px; --mid-x: 0px; --mid-y: 0px; --near-x: 0px; --near-y: 0px; --card-x: 0px; --card-y: 0px; --spot-x: 50%; --spot-y: 50%; position: sticky; top: 7.5rem; height: clamp(39rem, 55vw, 47rem); margin-top: 1.25rem; overflow: hidden; border: 1px solid var(--line); border-radius: 1.5rem; background: radial-gradient(circle 11rem at var(--spot-x) var(--spot-y), rgba(80,212,196,.26), transparent 72%), linear-gradient(155deg, #fff 0%, #eef9f7 50%, #e4eff5 100%); box-shadow: 0 1.25rem 4rem rgba(6,26,47,.1); color: var(--navy); isolation: isolate; }
.heritage-artwork::after { position: absolute; inset: 0; border-radius: inherit; box-shadow: inset 0 0 0 1px rgba(255,255,255,.7); content: ""; pointer-events: none; }
.heritage-artwork__meta, .heritage-artwork__caption { position: absolute; z-index: 3; right: 1.2rem; left: 1.2rem; display: flex; justify-content: space-between; margin: 0; color: var(--ocean); font-size: .61rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.heritage-artwork__meta { top: 1.1rem; }
.heritage-artwork__caption { bottom: 1.1rem; }
.heritage-artwork__layer { transform-box: fill-box; transform-origin: center; transition: transform 650ms cubic-bezier(.2,.75,.2,1); will-change: transform; }
.heritage-artwork__layer--far { transform: translate3d(var(--far-x), var(--far-y), 0); }
.heritage-artwork__layer--mid { transform: translate3d(var(--mid-x), var(--mid-y), 0); }
.heritage-artwork__layer--card { transform: translate3d(var(--card-x), var(--card-y), 0); }
.heritage-artwork__orbit { position: absolute; z-index: -1; top: 13%; left: 50%; width: 22rem; max-width: 92%; aspect-ratio: 1; border: 1px solid rgba(11,110,142,.2); border-radius: 50%; background: radial-gradient(circle, rgba(80,212,196,.2), rgba(80,212,196,.04) 42%, transparent 43%); transform: translate3d(calc(-50% + var(--far-x)), var(--far-y), 0); }
.heritage-artwork__orbit::before, .heritage-artwork__orbit::after, .heritage-artwork__orbit i { position: absolute; inset: 14%; border: 1px solid rgba(11,110,142,.16); border-radius: 50%; content: ""; }
.heritage-artwork__orbit::after { inset: 29%; border-style: dashed; }
.heritage-artwork__orbit i:nth-child(1) { inset: 48% -5%; border-radius: 50%; }
.heritage-artwork__orbit i:nth-child(2) { inset: -5% 48%; border-radius: 50%; }
.heritage-artwork__orbit i:nth-child(3) { inset: 50% auto auto 50%; width: .65rem; height: .65rem; border: 0; background: var(--coral); box-shadow: 8.5rem -3.8rem 0 -.08rem var(--aqua), -7.4rem 4.7rem 0 -.08rem var(--ocean); transform: translate(-50%,-50%); }
.heritage-artwork__student { position: absolute; z-index: 1; bottom: -2.2%; left: 50%; width: auto; max-width: none; height: 94%; object-fit: contain; filter: drop-shadow(0 1.5rem 1.4rem rgba(6,26,47,.2)); transform: translate3d(calc(-50% + var(--near-x)), var(--near-y), 0) scale(1.015); transform-origin: center bottom; transition: filter 500ms ease, transform 650ms cubic-bezier(.2,.75,.2,1); will-change: transform; }
.heritage-artwork.is-pointer-active .heritage-artwork__student { filter: drop-shadow(0 2rem 1.6rem rgba(6,26,47,.26)); transform: translate3d(calc(-50% + var(--near-x)), var(--near-y), 0) scale(1.035); }
.heritage-artwork__chip { position: absolute; z-index: 2; display: flex; max-width: 13rem; align-items: center; gap: .55rem; padding: .72rem .9rem; border: 1px solid rgba(255,255,255,.72); border-radius: 999px; background: rgba(248,250,252,.78); box-shadow: 0 .8rem 2rem rgba(6,26,47,.1); color: var(--navy); font-size: .68rem; font-weight: 750; line-height: 1.2; backdrop-filter: blur(10px); }
.heritage-artwork__chip span { display: grid; width: 1.65rem; height: 1.65rem; flex: 0 0 auto; place-items: center; border-radius: 50%; background: var(--navy); color: var(--aqua); font-size: .56rem; letter-spacing: .08em; }
.heritage-artwork__chip--one { bottom: 34%; left: 5%; }
.heritage-artwork__chip--two { right: 5%; bottom: 18%; }
.heritage__copy h2, .strategy-current h2, .testimonials h2 { margin: 0 0 1.5rem; font-family: var(--serif); font-size: clamp(2.7rem, 5vw, 5rem); font-weight: 400; letter-spacing: -.04em; line-height: 1; }
.heritage__copy > p { max-width: 760px; color: var(--muted); font-size: 1.1rem; }
.mission-card { margin-top: 2.5rem; padding: clamp(1.5rem, 4vw, 3rem); border-left: .4rem solid var(--coral); background: white; box-shadow: var(--shadow); }
.mission-card h3 { margin: 0 0 1rem; font-family: var(--serif); font-size: clamp(2rem, 4vw, 3.5rem); font-weight: 400; line-height: 1; }
.mission-card p:not(.eyebrow) { color: var(--muted); }
.psychometric-feature { position: relative; display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(1.5rem, 4vw, 3rem); align-items: center; margin-top: 2.5rem; padding: clamp(1.6rem, 4vw, 3rem); overflow: hidden; border: 1px solid rgba(36,217,196,.42); border-radius: 1.5rem; background: linear-gradient(135deg, var(--navy) 0%, #073e68 58%, #075b78 100%); box-shadow: 0 1.8rem 5rem rgba(3,29,58,.2); color: white; isolation: isolate; }
.psychometric-feature::before { position: absolute; z-index: -1; top: -8rem; right: -5rem; width: 22rem; height: 22rem; border: 1px solid rgba(36,217,196,.25); border-radius: 50%; box-shadow: inset 0 0 6rem rgba(36,217,196,.08); content: ""; }
.psychometric-feature .eyebrow { margin-bottom: .8rem; color: var(--aqua); }
.psychometric-feature h3 { max-width: 11ch; margin: 0 0 1rem; font-family: var(--serif); font-size: clamp(2.25rem, 4.2vw, 4.15rem); font-weight: 400; letter-spacing: -.035em; line-height: .96; }
.psychometric-feature__copy > p:not(.eyebrow) { max-width: 58rem; margin: 0; color: rgba(255,255,255,.82); }
.psychometric-feature ul { display: flex; flex-wrap: wrap; gap: .5rem; margin: 1.3rem 0 1.5rem; padding: 0; list-style: none; }
.psychometric-feature li { padding: .42rem .7rem; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: rgba(255,255,255,.07); color: white; font-size: .76rem; font-weight: 750; letter-spacing: .04em; }
.button--psychometric { border-color: var(--aqua); background: var(--aqua); color: var(--navy); }
.button--psychometric:hover { border-color: white; background: white; }
.psychometric-feature__visual { display: grid; min-height: 18rem; place-items: center; }
.psychometric-orbit { position: relative; display: grid; width: min(100%, 18rem); aspect-ratio: 1; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; background: radial-gradient(circle, rgba(36,217,196,.23), transparent 60%); transition: transform 650ms cubic-bezier(.2,.75,.2,1); }
.psychometric-orbit::before, .psychometric-orbit::after { position: absolute; border: 1px solid rgba(36,217,196,.32); border-radius: 50%; content: ""; }
.psychometric-orbit::before { inset: 17%; }
.psychometric-orbit::after { inset: 34%; border-style: dashed; }
.psychometric-orbit b { display: grid; width: 4.4rem; height: 4.4rem; place-items: center; border-radius: 50%; background: var(--aqua); color: var(--navy); font-size: .78rem; letter-spacing: .15em; box-shadow: 0 0 0 .8rem rgba(36,217,196,.1); }
.psychometric-orbit span { position: absolute; top: 8%; color: white; font-size: .66rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.psychometric-orbit i { position: absolute; width: .75rem; height: .75rem; border: 3px solid var(--navy); border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 .25rem rgba(255,104,72,.16); }
.psychometric-orbit i:nth-of-type(1) { top: 24%; right: 11%; }
.psychometric-orbit i:nth-of-type(2) { right: 22%; bottom: 12%; background: var(--aqua); }
.psychometric-orbit i:nth-of-type(3) { bottom: 25%; left: 8%; background: white; }
.psychometric-feature:hover .psychometric-orbit { transform: rotate(4deg) scale(1.025); }
.heritage__values { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; margin-top: 2.5rem; }
.heritage__values article { padding: 1.4rem; border-top: 1px solid var(--line); }
.heritage__values h3 { margin: 0 0 .5rem; font-family: var(--serif); font-size: 1.45rem; font-weight: 400; }
.heritage__values p { margin: 0; color: var(--muted); font-size: .92rem; }
.strategy-current { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 8vw, 8rem); padding-block: clamp(6rem, 11vw, 10rem); }
.strategy-current__copy > p { color: var(--muted); font-size: 1.08rem; }
.strategy-current__list { margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; counter-reset: strategy; }
.strategy-current__list li { display: flex; gap: 1rem; padding: 1.35rem 0; border-bottom: 1px solid var(--line); counter-increment: strategy; }
.strategy-current__list li::before { color: var(--ocean); content: "0" counter(strategy); font-size: .72rem; font-weight: 800; letter-spacing: .12em; }
.testimonials { padding-block: clamp(6rem, 11vw, 10rem); }
.testimonial-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 1rem; margin-top: 3rem; }
.testimonial-card { display: flex; min-height: 18rem; flex-direction: column; justify-content: space-between; padding: clamp(1.5rem, 4vw, 3rem); border-radius: 1.5rem; background: var(--foam); }
.testimonial-card:first-child { grid-row: span 2; background: var(--navy); color: white; }
.testimonial-avatar { position: relative; width: 4.2rem; height: 4.2rem; flex: 0 0 auto; overflow: hidden; border-radius: 50%; background: #dff7f2; }
.testimonial-avatar::before { position: absolute; top: .85rem; left: 50%; width: 1.35rem; height: 1.35rem; border-radius: 50%; background: var(--ocean); content: ""; transform: translateX(-50%); }
.testimonial-avatar::after { position: absolute; bottom: -.35rem; left: 50%; width: 3rem; height: 2.4rem; border-radius: 50% 50% 0 0; background: var(--ocean); content: ""; transform: translateX(-50%); }
.testimonial-avatar.has-photo::before, .testimonial-avatar.has-photo::after { display: none; }
.testimonial-avatar img { width: 100%; height: 100%; object-fit: cover; }
.testimonial-card blockquote { margin: 0; font-family: var(--serif); font-size: clamp(1.5rem, 3vw, 2.5rem); line-height: 1.18; }
.testimonial-card:first-child blockquote { font-size: clamp(2rem, 4vw, 4rem); }
.testimonial-card p { margin: 2rem 0 0; color: var(--ocean); font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.testimonial-card:first-child p { color: var(--aqua); }
.testimonial-show-more { margin-top: 2rem; }
.testimonial-sphere-modal { width: min(94vw, 1480px); max-width: none; height: min(90vh, 900px); max-height: none; padding: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 2rem; background: #03111d; color: white; box-shadow: 0 3rem 9rem rgba(0,0,0,.48); }
.testimonial-sphere-modal::backdrop { background: rgba(2,11,19,.78); backdrop-filter: blur(10px); }
.testimonial-sphere-modal__shell { position: relative; display: grid; height: 100%; grid-template-columns: .34fr .66fr; }
.testimonial-sphere-modal__shell > header { z-index: 2; align-self: center; padding: clamp(2rem, 5vw, 5rem); }
.testimonial-sphere-modal__shell > header h2 { margin: 0 0 1.5rem; font-family: var(--serif); font-size: clamp(2.8rem, 5vw, 5.5rem); font-weight: 400; line-height: .9; }
.testimonial-sphere-modal__shell > header > p:last-child { color: rgba(255,255,255,.66); }
.testimonial-sphere-modal__close { position: absolute; z-index: 8; top: 1rem; right: 1rem; display: grid; width: 3rem; height: 3rem; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; background: rgba(3,17,29,.76); color: white; cursor: pointer; font-size: 2rem; line-height: 1; }
.testimonial-sphere-controls { position: absolute; z-index: 7; top: 1.15rem; right: 5rem; display: flex; gap: .4rem; padding: .35rem; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; background: rgba(3,17,29,.78); backdrop-filter: blur(12px); }
.testimonial-sphere-controls button { min-width: 2.35rem; height: 2.35rem; padding: 0 .8rem; border: 0; border-radius: 999px; background: transparent; color: rgba(255,255,255,.78); cursor: pointer; font: 700 .72rem var(--sans); }
.testimonial-sphere-controls button:hover, .testimonial-sphere-controls button:focus-visible { background: rgba(80,212,196,.14); color: white; }
.testimonial-sphere-stage { position: relative; min-width: 0; overflow: hidden; background: radial-gradient(circle at 52% 46%, rgba(11,110,142,.28), transparent 52%); }
.testimonial-sphere-canvas { display: block; width: 100%; height: 100%; cursor: grab; touch-action: none; }
.testimonial-sphere-canvas.is-dragging { cursor: grabbing; }
.testimonial-sphere-canvas.is-card-hovered { cursor: pointer; }
.testimonial-sphere__selected { position: absolute; z-index: 6; width: min(31rem, calc(100% - 2.4rem)); padding: 1.65rem; border: 1px solid color-mix(in srgb, var(--story-accent, var(--ocean)) 22%, transparent); border-left: .45rem solid var(--story-accent, var(--coral)); border-radius: .35rem; background: linear-gradient(145deg, #fff 0%, var(--story-soft, #f8fafc) 170%); color: var(--navy); box-shadow: 0 2.2rem 6rem rgba(0,0,0,.38); opacity: 0; transform: translate(-50%, -50%) scale(.25) rotate(-4deg); transform-origin: center; transition: left .48s cubic-bezier(.2,.85,.25,1), top .48s cubic-bezier(.2,.85,.25,1), opacity .22s ease, transform .48s cubic-bezier(.2,.85,.25,1); }
.testimonial-sphere__selected.is-open { opacity: 1; transform: translate(-50%, -50%) scale(1) rotate(0); }
.testimonial-sphere__selected[hidden] { display: none; }
.testimonial-sphere-modal:fullscreen { width: 100vw; height: 100vh; border: 0; border-radius: 0; }
.testimonial-sphere-modal.is-expanded { inset: 0; width: 100vw; max-width: none; height: 100dvh; max-height: none; margin: 0; border: 0; border-radius: 0; }
.testimonial-sphere__identity { display: flex; gap: .9rem; align-items: center; }
.testimonial-sphere__identity .testimonial-avatar { width: 3.2rem; height: 3.2rem; }
.testimonial-sphere__identity h3 { margin: 0; color: var(--navy); font-family: var(--serif); font-size: 1.75rem; font-weight: 400; }
.testimonial-sphere__identity p { margin: .15rem 0 0; color: var(--story-accent, var(--aqua)); font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
.testimonial-sphere__selected blockquote { margin: 1.25rem 0 0; color: #40505c; font-family: var(--serif); font-size: 1.18rem; line-height: 1.5; }
.testimonial-sphere__details { display: grid; grid-template-columns: auto 1fr; gap: .35rem 1rem; margin: 1rem 0 0; padding-top: .85rem; border-top: 1px solid rgba(255,255,255,.14); font-size: .75rem; }
.testimonial-sphere__details { border-top-color: rgba(11,110,142,.16); }
.testimonial-sphere__details dt { color: rgba(23,32,42,.48); font-weight: 700; text-transform: uppercase; }
.testimonial-sphere__details dd { margin: 0; color: #40505c; text-align: right; }
.testimonial-sphere__selected-close { position: absolute; top: .65rem; right: .65rem; display: grid; width: 2rem; height: 2rem; place-items: center; border: 1px solid rgba(11,110,142,.18); border-radius: 50%; background: white; color: var(--navy); cursor: pointer; font-size: 1.25rem; line-height: 1; }
.testimonial-sphere__selected-close:hover, .testimonial-sphere__selected-close:focus-visible { background: var(--foam); }
.journey { padding-bottom: clamp(6rem, 11vw, 10rem); }
.section-heading { display: grid; grid-template-columns: 0.55fr 1.45fr; align-items: start; margin-bottom: clamp(3rem, 7vw, 6rem); }
.section-heading .eyebrow { padding-top: 0.9rem; }
.section-heading > p:last-child { grid-column: 2; max-width: 620px; color: var(--muted); }
.journey__steps { margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.journey__steps li { display: grid; grid-template-columns: 0.45fr 1.55fr; padding: 2rem 0; border-bottom: 1px solid var(--line); }
.journey__steps > li > span { color: var(--ocean); font-size: 0.78rem; font-weight: 800; letter-spacing: 0.1em; }
.journey__steps h3 { margin: 0 0 0.4rem; font-family: var(--serif); font-size: clamp(1.7rem, 3vw, 2.5rem); font-weight: 400; }
.journey__steps p { max-width: 680px; margin: 0; color: var(--muted); }

.services-showcase { position: relative; overflow: hidden; padding-block: clamp(6rem, 11vw, 10rem); background: var(--navy); color: white; }
.services-showcase .eyebrow { color: var(--aqua); }
.services-showcase::before { position: absolute; top: -18rem; right: -14rem; width: 42rem; height: 42rem; border: 1px solid rgba(80, 212, 196, 0.22); border-radius: 50%; box-shadow: inset 0 0 120px rgba(80, 212, 196, 0.06); content: ""; }
.services-showcase--detailed::before { opacity: .55; }
.service-detail-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.service-detail-grid > article { padding: clamp(1.5rem, 3vw, 2.5rem); border: 1px solid rgba(255,255,255,.17); border-radius: 1.5rem; background: rgba(255,255,255,.035); }
.service-detail-grid h3 { margin: 0 0 1.2rem; font-family: var(--serif); font-size: clamp(1.8rem, 3vw, 2.7rem); font-weight: 400; line-height: 1.05; }
.service-detail-grid p, .service-detail-grid li { color: rgba(255,255,255,.7); }
.service-detail-grid ul { padding-left: 1.15rem; }
.visa-detail { position: relative; display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(2rem, 6vw, 5rem); margin-top: clamp(4rem, 8vw, 7rem); padding-top: clamp(3rem, 6vw, 5rem); border-top: 1px solid rgba(255,255,255,.18); }
.visa-detail > div:first-child h2 { margin: 0 0 1.5rem; font-family: var(--serif); font-size: clamp(2.5rem, 5vw, 4.7rem); font-weight: 400; line-height: .96; }
.visa-detail > div:first-child > p:last-child { color: rgba(255,255,255,.7); }
.visa-detail__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.visa-detail__grid article { padding: 1.3rem; border-top: 1px solid rgba(80,212,196,.35); background: rgba(255,255,255,.025); }
.visa-detail__grid h3 { margin: 0 0 .5rem; font-size: 1rem; }
.visa-detail__grid p { margin: 0; color: rgba(255,255,255,.65); font-size: .9rem; }
.section-heading--light .eyebrow { color: var(--aqua); }
.service-list { position: relative; border-top: 1px solid rgba(255, 255, 255, 0.2); }
.service-list a { display: grid; grid-template-columns: 0.8fr 1fr auto; gap: 2rem; align-items: center; min-height: 6.4rem; border-bottom: 1px solid rgba(255, 255, 255, 0.17); color: white; text-decoration: none; }
.service-list span { font-family: var(--serif); font-size: clamp(1.5rem, 2.5vw, 2.35rem); }
.service-list em { color: rgba(255, 255, 255, 0.62); font-size: 0.92rem; font-style: normal; }
.service-list b { color: var(--aqua); font-size: 1.3rem; transition: transform 180ms ease; }
.service-list a:hover b { transform: translate(0.2rem, -0.2rem); }

.destinations { padding-block: clamp(6rem, 11vw, 10rem); }
.destination-orbit { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.destination-orbit__map { position: relative; aspect-ratio: 1; border: 1px solid var(--line); border-radius: 50%; background: radial-gradient(circle, rgba(80, 212, 196, 0.16), transparent 54%); }
.destination-orbit__map::before, .destination-orbit__map::after, .destination-orbit__map span { position: absolute; inset: 12%; border: 1px solid rgba(11, 110, 142, 0.2); border-radius: 50%; content: ""; }
.destination-orbit__map::after { inset: 28%; }
.destination-orbit__map span { inset: 43%; background: var(--navy); box-shadow: 0 0 0 0.6rem rgba(80, 212, 196, 0.18); }
.destination-orbit__map i { position: absolute; width: 0.85rem; height: 0.85rem; border: 3px solid var(--paper); border-radius: 50%; background: var(--coral); box-shadow: 0 2px 12px rgba(6, 26, 47, 0.25); }
.destination-orbit__map i:nth-of-type(1) { top: 21%; left: 36%; }
.destination-orbit__map i:nth-of-type(2) { top: 42%; right: 15%; }
.destination-orbit__map i:nth-of-type(3) { right: 34%; bottom: 12%; }
.destination-orbit__map i:nth-of-type(4) { bottom: 32%; left: 12%; }
.destination-orbit__list { border-top: 1px solid var(--line); }
.destination-orbit__list a { display: flex; justify-content: space-between; gap: 2rem; padding: 1.2rem 0; border-bottom: 1px solid var(--line); text-decoration: none; }
.destination-orbit__list span { font-family: var(--serif); font-size: 1.45rem; }
.destination-orbit__list small { align-self: center; color: var(--muted); }
.destination-orbit__list a:hover span { color: var(--ocean); }
.destination-globe { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(2rem, 6vw, 6rem); align-items: center; }
.destination-globe__countries { border-top: 1px solid var(--line); }
.destination-globe__country { position: relative; display: grid; width: 100%; grid-template-columns: .65fr 1.35fr; gap: 1rem; align-items: center; padding: 1.2rem 0; border: 0; border-bottom: 1px solid var(--line); background: transparent; color: var(--ink); text-align: left; cursor: pointer; transition: padding 180ms ease, color 180ms ease; }
.destination-globe__country span { font-family: var(--serif); font-size: 1.35rem; }
.destination-globe__country small { color: var(--muted); line-height: 1.45; }
.destination-globe__country::before { position: absolute; width: .5rem; height: .5rem; border-radius: 50%; background: var(--coral); content: ""; opacity: 0; transform: translateX(-1rem); transition: opacity 180ms ease; }
.destination-globe__country:hover, .destination-globe__country.is-active { padding-left: 1.3rem; color: var(--ocean); }
.destination-globe__country.is-active::before { opacity: 1; }
.destination-globe__visual { position: relative; min-width: 0; min-height: 520px; overflow: hidden; border-radius: 2rem; background: linear-gradient(145deg, #061a2f, #03111d); box-shadow: var(--shadow); }
.destination-globe__canvas { display: block; width: 100%; height: auto; cursor: grab; touch-action: none; }
.destination-globe__canvas:active { cursor: grabbing; }
.destination-globe__canvas.is-country-hovered { cursor: pointer; }
.destination-globe__hover-label { position: absolute; z-index: 4; padding: .34rem .55rem; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: rgba(3,17,29,.9); color: white; font-size: .68rem; font-weight: 750; opacity: 0; pointer-events: none; transform: translate(12px, 12px); transition: opacity 120ms ease; }
.destination-globe__hover-label.is-visible { opacity: 1; }
.destination-globe__hint { position: absolute; top: 1.2rem; left: 1.4rem; margin: 0; color: rgba(255,255,255,.58); font-size: .66rem; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.destination-globe__hint span { margin-right: .45rem; color: var(--aqua); font-size: 1rem; }
.destination-globe__bubble { position: absolute; right: 1rem; bottom: 1rem; width: min(21rem, calc(100% - 2rem)); padding: 1.15rem 1.2rem; border: 1px solid rgba(255,255,255,.18); border-radius: 1.1rem; background: rgba(3, 17, 29, .78); color: white; box-shadow: 0 18px 54px rgba(0,0,0,.22); opacity: 0; backdrop-filter: blur(14px); transform: translateY(.8rem); transition: opacity 220ms ease, transform 220ms ease; }
.destination-globe__bubble.is-visible { opacity: 1; transform: translateY(0); }
.destination-globe__bubble-label { margin: 0 0 .2rem; color: var(--aqua); font-size: .62rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.destination-globe__bubble h3 { margin: 0 0 .65rem; font-family: var(--serif); font-size: 1.55rem; font-weight: 400; }
.destination-globe__bubble-title { display: flex; align-items: center; gap: .65rem; }
.destination-globe__flag { flex: 0 0 auto; width: 2rem; height: 1.34rem; border: 1px solid rgba(255,255,255,.24); border-radius: .16rem; box-shadow: 0 3px 10px rgba(0,0,0,.24); overflow: hidden; }
.destination-globe__overview { margin: 0 0 .85rem; color: rgba(255,255,255,.82); font-size: .78rem; line-height: 1.5; }
.destination-globe__bubble ul { display: flex; flex-wrap: wrap; gap: .45rem; margin: 0 0 .7rem; padding: 0; list-style: none; }
.destination-globe__bubble li a { display: inline-flex; padding: .42rem .65rem; border: 1px solid rgba(80,212,196,.3); border-radius: 999px; color: white; font-size: .76rem; text-decoration: none; }
.destination-globe__bubble li a:hover { border-color: var(--aqua); background: rgba(80,212,196,.12); }
.destination-globe__empty { margin: 0 0 .7rem; color: rgba(255,255,255,.67); font-size: .82rem; }
.destination-globe__guide { color: var(--aqua); font-size: .8rem; font-weight: 750; text-decoration: none; }
.destination-globe--fallback .destination-globe__visual::before { position: absolute; inset: 12%; border: 1px solid rgba(80,212,196,.35); border-radius: 50%; background: repeating-radial-gradient(circle, transparent 0 2rem, rgba(80,212,196,.08) 2.05rem 2.1rem); content: ""; }

.independence { margin-bottom: clamp(6rem, 11vw, 10rem); padding: clamp(2rem, 6vw, 5rem); border-radius: 2rem; background: var(--sand); }
.independence blockquote { max-width: 920px; margin: 0; }
.independence blockquote p { margin: 0; font-family: var(--serif); font-size: clamp(2.3rem, 5vw, 5rem); letter-spacing: -0.04em; line-height: 1; }
.independence__points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; margin-top: 4rem; padding-top: 2rem; border-top: 1px solid rgba(6, 26, 47, 0.2); color: #40505c; }
.independence__points p { margin: 0; }
.independence__points strong { display: block; margin-bottom: 0.5rem; color: var(--navy); }
.independence > .button { margin-top: 2.5rem; }
.faq-preview { padding-bottom: clamp(6rem, 11vw, 10rem); }
.faq-list { max-width: 900px; margin-left: auto; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; gap: 2rem; padding: 1.5rem 0; cursor: pointer; font-size: 1.12rem; font-weight: 750; list-style: none; }
.faq-list summary::after { color: var(--ocean); content: "+"; font-size: 1.4rem; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 720px; margin: 0 0 1.5rem; color: var(--muted); }
.contact-landing { padding-block: clamp(6rem, 11vw, 10rem); background: var(--foam); }
.contact-landing__grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.contact-landing h2 { margin: 0 0 1.5rem; font-family: var(--serif); font-size: clamp(3rem, 6vw, 5.5rem); font-weight: 400; line-height: .95; }
.contact-landing p { color: var(--muted); }
.contact-landing a { color: var(--ocean); font-weight: 750; }
.contact-artwork { --far-x: 0px; --far-y: 0px; --near-x: 0px; --near-y: 0px; --student-tilt: 0deg; --orbit-tilt: 0deg; --spot-x: 50%; --spot-y: 50%; position: relative; height: 34rem; margin-top: 3rem; overflow: hidden; border: 1px solid rgba(128,54,78,.14); border-radius: 1.5rem; background: radial-gradient(circle 11rem at var(--spot-x) var(--spot-y), rgba(255,255,255,.92), transparent 72%), linear-gradient(155deg, #fff8fa 0%, #fdebef 48%, #f6dfe7 100%); box-shadow: 0 1.5rem 4rem rgba(93,42,61,.12); isolation: isolate; }
.contact-artwork::after { position: absolute; z-index: 4; inset: 0; border-radius: inherit; box-shadow: inset 0 0 0 1px rgba(255,255,255,.68); content: ""; pointer-events: none; }
.contact-artwork__orbit { position: absolute; z-index: -1; top: 11%; left: 50%; width: 24rem; max-width: 94%; aspect-ratio: 1; border: 1px solid rgba(176,91,119,.24); border-radius: 50%; background: radial-gradient(circle, rgba(255,173,197,.25), transparent 62%); transform: translate3d(calc(-50% + var(--far-x)), var(--far-y), 0) rotate(var(--orbit-tilt)); transition: transform 750ms cubic-bezier(.2,.75,.2,1); }
.contact-artwork__orbit::before, .contact-artwork__orbit::after, .contact-artwork__orbit i { position: absolute; inset: 16%; border: 1px solid rgba(11,110,142,.16); border-radius: 50%; content: ""; }
.contact-artwork__orbit::after { inset: 33%; border-style: dashed; }
.contact-artwork__orbit i:first-child { inset: 49% -8%; }
.contact-artwork__orbit i:last-child { inset: -8% 49%; }
.contact-artwork__student { position: absolute; z-index: 1; bottom: -2%; left: 50%; width: auto; max-width: none; height: 96%; filter: drop-shadow(0 1.4rem 1.3rem rgba(72,36,52,.2)); transform: translate3d(calc(-50% + var(--near-x)), var(--near-y), 0) rotate(var(--student-tilt)) scale(1.015); transform-origin: center bottom; transition: filter 500ms ease, transform 650ms cubic-bezier(.2,.75,.2,1); will-change: transform; }
.contact-artwork.is-pointer-active .contact-artwork__student { filter: drop-shadow(0 2.1rem 1.6rem rgba(72,36,52,.3)); transform: translate3d(calc(-50% + var(--near-x)), calc(var(--near-y) - 7px), 0) rotate(var(--student-tilt)) scale(1.045); }
.contact-artwork__caption { position: absolute; z-index: 3; right: 1.1rem; bottom: 1rem; left: 1.1rem; display: flex; align-items: flex-end; justify-content: space-between; gap: 1rem; margin: 0; padding: .8rem .95rem; border: 1px solid rgba(255,255,255,.72); border-radius: .9rem; background: rgba(255,248,250,.82); color: var(--navy) !important; font-size: .65rem; line-height: 1.25; backdrop-filter: blur(10px); transform: translateY(0); transition: box-shadow 420ms ease, transform 420ms ease; }
.contact-artwork.is-pointer-active .contact-artwork__caption { box-shadow: 0 .8rem 2rem rgba(93,42,61,.13); transform: translateY(-6px); }
.contact-artwork__caption span { color: var(--ocean); font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.contact-artwork__caption strong { max-width: 8rem; font-family: var(--serif); font-size: 1.15rem; font-weight: 400; text-align: right; }

.site-footer { padding: clamp(4rem, 8vw, 7rem) max(1rem, calc((100vw - 1240px) / 2)); background: var(--navy); color: white; }
.site-footer__cta { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 3rem; padding-bottom: clamp(4rem, 8vw, 7rem); border-bottom: 1px solid rgba(255,255,255,.18); }
.site-footer__cta .eyebrow { grid-column: 1 / -1; margin-bottom: 0; color: var(--aqua); }
.site-footer__cta h2 { max-width: 900px; }
.site-footer__grid { display: grid; grid-template-columns: 1.6fr 0.7fr 0.7fr; gap: 4rem; padding-block: 4rem; }
.site-footer__grid > div:first-child p { max-width: 420px; color: rgba(255,255,255,.62); }
.site-footer__grid h3 { margin: 0 0 1rem; color: var(--aqua); font-family: var(--sans); font-size: .7rem; letter-spacing: .16em; text-transform: uppercase; }
.site-footer__grid a, .site-footer__grid p { display: block; margin: 0 0 .7rem; color: rgba(255,255,255,.72); text-decoration: none; }
.site-footer__grid ul { margin: 0; padding: 0; list-style: none; }
.site-footer__legal { display: flex; justify-content: space-between; gap: 2rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.5); font-size: .78rem; }
.site-footer__legal nav { display: flex; gap: 1.5rem; }

.page-hero, .archive-intro, .single-hero, .error-page { padding-top: clamp(10rem, 18vw, 15rem); padding-bottom: clamp(4rem, 9vw, 8rem); }
.entry-content > *:not(.alignwide):not(.alignfull) { width: min(100% - 2rem, 760px); margin-inline: auto; }
.entry-content > .alignwide { width: min(100% - 2rem, 1240px); margin-inline: auto; }
.entry-content > .alignfull { width: 100%; }
.entry-content { padding-bottom: 6rem; }
.entry-content h2 { margin-top: 3rem; font-family: var(--serif); font-size: clamp(2rem, 4vw, 3.7rem); line-height: 1.05; }
.archive-description { max-width: 680px; color: var(--muted); font-size: 1.12rem; }
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.3rem; padding-bottom: 6rem; }
.post-card { padding: 1.5rem; border: 1px solid var(--line); border-radius: 1.3rem; background: white; }
.post-card__image { display: block; margin: -1.5rem -1.5rem 1.5rem; overflow: hidden; border-radius: 1.3rem 1.3rem 0 0; }
.post-card__image img { width: 100%; aspect-ratio: 1.4; object-fit: cover; }
.post-card__meta { color: var(--ocean); font-size: .7rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.post-card h2 { font-family: var(--serif); font-size: 1.8rem; line-height: 1.1; }
.post-card h2 a { text-decoration: none; }
.single-featured { margin: 0 0 4rem; }
.single-featured img { border-radius: 1.5rem; }
.error-page { min-height: 75vh; }
.destination-page__hero { overflow: hidden; background: var(--navy); color: white; }
.destination-page__hero-media { position: relative; width: 100%; aspect-ratio: 2.51 / 1; overflow: hidden; background: var(--navy-2); }
.destination-page__hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.destination-page--united-states .destination-page__hero-media img { object-position: center 29%; }
.destination-page--united-kingdom .destination-page__hero-media img { object-position: center 35%; }
.destination-page--australia .destination-page__hero-media img { object-position: center 48%; }
.destination-page--canada .destination-page__hero-media img { object-position: center 52%; }
.destination-page--germany .destination-page__hero-media img { object-position: center 46%; }
.destination-page--ireland .destination-page__hero-media img { object-position: center 50%; }
.destination-page--new-zealand .destination-page__hero-media img { object-position: center 52%; }
.destination-page--switzerland .destination-page__hero-media img { object-position: center 45%; }
.destination-page__hero-copy { display: grid; width: min(100% - 2rem, 1240px); grid-template-columns: 1fr 1fr; gap: clamp(2rem, 8vw, 8rem); align-items: end; margin: 0 auto; padding: clamp(2.4rem, 5vw, 4.5rem) 0; }
.destination-page__hero-copy h1 { max-width: 12ch; margin: .55rem 0 0; font-family: var(--serif); font-size: clamp(3.8rem, 7vw, 6.5rem); font-weight: 400; letter-spacing: -.052em; line-height: .88; }
.destination-page__hero-copy > p:last-child { max-width: 38rem; margin: 0 0 .4rem; color: rgba(255,255,255,.72); font-size: clamp(1rem, 1.6vw, 1.2rem); line-height: 1.55; }
.destination-page__credit { position: absolute; right: .75rem; bottom: .75rem; margin: 0; padding: .35rem .55rem; border-radius: 999px; background: rgba(3,17,29,.7); color: rgba(255,255,255,.8); font-size: .62rem; backdrop-filter: blur(8px); }
.destination-page__intro { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 8vw, 9rem); padding-block: clamp(6rem, 11vw, 10rem); }
.destination-page__intro h2, .destination-page__facts h2, .destination-page__cta h2 { margin: .7rem 0 0; font-family: var(--serif); font-size: clamp(3rem, 6vw, 5.8rem); font-weight: 400; letter-spacing: -.045em; line-height: .94; }
.destination-page__prose { color: var(--muted); font-size: 1.12rem; line-height: 1.75; }
.destination-page__prose > :first-child { margin-top: 0; color: var(--ink); font-size: 1.35rem; }
.destination-page__facts { padding-block: clamp(5rem, 9vw, 8rem); border-radius: 2rem; background: var(--navy); color: white; }
.destination-page__facts > header { max-width: 56rem; margin-bottom: 3rem; }
.destination-fact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 1.2rem; background: rgba(255,255,255,.14); }
.destination-fact-grid article { min-height: 13rem; padding: 1.6rem; background: var(--navy); }
.destination-fact-grid article > p:last-child { color: rgba(255,255,255,.7); line-height: 1.65; }
.destination-page__universities { padding-block: clamp(6rem, 11vw, 10rem); }
.destination-university-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; margin-top: 3rem; }
.destination-university-card { display: flex; min-height: 25rem; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: 1.3rem; background: white; transition: transform 220ms ease, box-shadow 220ms ease; }
.destination-university-card:hover { transform: translateY(-.35rem); box-shadow: 0 1.5rem 4rem rgba(6,26,47,.12); }
.destination-university-card__image img { width: 100%; aspect-ratio: 2.51 / 1; object-fit: cover; }
.destination-university-card__mark { display: grid; aspect-ratio: 2.51 / 1; place-items: center; background: linear-gradient(135deg, var(--navy), var(--ocean)); color: var(--aqua); font-family: var(--serif); font-size: 5rem; }
.destination-university-card > div:last-child { display: flex; flex: 1; flex-direction: column; align-items: flex-start; padding: 1.5rem; }
.destination-university-card h3 { margin: .35rem 0 .8rem; font-family: var(--serif); font-size: 2rem; font-weight: 400; line-height: 1.05; }
.destination-university-card > div:last-child > p:not(.eyebrow) { color: var(--muted); line-height: 1.6; }
.destination-university-card .text-link { margin-top: auto; padding-top: 1.5rem; }
.destination-page__empty { margin-top: 3rem; padding: 2rem; border: 1px dashed var(--line); border-radius: 1.2rem; background: var(--foam); }
.destination-page__cta { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; margin-bottom: clamp(5rem, 10vw, 9rem); padding-block: clamp(3rem, 6vw, 5rem); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.destination-page__cta h2 { max-width: 13ch; font-size: clamp(2.8rem, 5vw, 5rem); }

.kleos-form { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; padding: clamp(1.5rem, 4vw, 3.5rem); border-radius: 1.5rem; background: var(--foam); }
.kleos-form__field { display: grid; gap: .4rem; }
.kleos-form__field--wide { grid-column: 1 / -1; }
.kleos-form label { font-size: .83rem; font-weight: 750; }
.kleos-form input, .kleos-form select, .kleos-form textarea { width: 100%; min-height: 3.2rem; padding: .75rem .9rem; border: 1px solid rgba(6,26,47,.25); border-radius: .65rem; background: white; color: var(--ink); }
.kleos-form textarea { min-height: 8rem; resize: vertical; }
.kleos-form__consent { display: flex; grid-column: 1 / -1; gap: .7rem; align-items: flex-start; }
.kleos-form__consent input { width: 1.3rem; min-height: 1.3rem; margin-top: .2rem; }
.kleos-form__notice { grid-column: 1 / -1; padding: .85rem 1rem; border-radius: .7rem; background: white; }

@media (max-width: 1000px) {
  body.menu-is-open { overflow: hidden; }
  body.menu-is-open .site-header { height: 100dvh; overflow: hidden; background: var(--paper); color: var(--navy); box-shadow: none; backdrop-filter: none; }
  body.menu-is-open .site-header__inner { position: relative; height: 100%; align-items: flex-start; }
  .menu-toggle { display: inline-flex; align-items: center; gap: .65rem; padding: .6rem; }
  .menu-toggle__icon, .menu-toggle__icon::before, .menu-toggle__icon::after { display: block; width: 1.4rem; height: 1px; background: currentColor; content: ""; transition: transform 180ms ease; }
  .menu-toggle__icon { position: relative; }
  .menu-toggle__icon::before { position: absolute; top: -.4rem; }
  .menu-toggle__icon::after { position: absolute; top: .4rem; }
  .menu-is-open .menu-toggle__icon { background: transparent; }
  .menu-is-open .menu-toggle__icon::before { top: 0; transform: rotate(45deg); }
  .menu-is-open .menu-toggle__icon::after { top: 0; transform: rotate(-45deg); }
  .site-navigation { position: absolute; inset: 5.4rem 0 0; display: none; overflow-y: auto; flex-direction: column; align-items: stretch; padding: 2rem max(1rem, calc((100vw - 38rem) / 2)) max(2rem, env(safe-area-inset-bottom)); background: var(--paper); color: var(--navy); overscroll-behavior: contain; }
  .menu-is-open .site-navigation { display: flex; }
  .site-navigation .menu { flex-direction: column; gap: 0; }
  .site-navigation .menu a { display: block; padding: .8rem 0; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 1.8rem; }
  .site-navigation .button { margin-top: 1rem; }
  .manifesto, .section-heading, .destination-orbit, .destination-globe, .heritage, .strategy-current, .visa-detail, .contact-landing__grid { grid-template-columns: 1fr; }
  .heritage__rail { display: grid; grid-template-columns: minmax(12rem,.36fr) minmax(0,.64fr); gap: 1rem; }
  .heritage-artwork { position: relative; top: auto; height: 28rem; margin-top: 0; }
  .contact-artwork { width: min(100%, 34rem); height: 38rem; }
  .source-pillars, .service-detail-grid { grid-template-columns: 1fr; }
  .section-heading > p:last-child { grid-column: 1; }
  .service-list a { grid-template-columns: 1fr auto; gap: .75rem; padding: 1rem 0; }
  .service-list em { grid-row: 2; grid-column: 1; }
  .service-list b { grid-row: 1; grid-column: 2; }
  .independence__points { grid-template-columns: 1fr; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .testimonial-card:first-child { grid-row: auto; }
  .testimonial-sphere-modal { width: min(96vw, 900px); height: min(94vh, 920px); }
  .testimonial-sphere-modal__shell { grid-template-columns: 1fr; grid-template-rows: auto 1fr; }
  .testimonial-sphere-modal__shell > header { align-self: auto; padding: 2.2rem 5rem 1rem 2rem; }
  .testimonial-sphere-modal__shell > header h2 { margin-bottom: .7rem; font-size: clamp(2.4rem, 8vw, 4rem); }
  .testimonial-sphere-modal__shell > header > p:last-child { max-width: 46rem; margin: 0; }
  .testimonial-sphere-stage { min-height: 0; }
  .site-footer__cta, .site-footer__grid { grid-template-columns: 1fr; }
  .site-footer__cta .eyebrow { grid-column: 1; }
  .post-grid { grid-template-columns: repeat(2, 1fr); }
  .destination-page__intro { grid-template-columns: 1fr; gap: 2rem; }
  .destination-fact-grid, .destination-university-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  .scroll-flight { display: none !important; }
}

@media (max-width: 640px) {
  .site-header__inner { min-height: 4.7rem; }
  .brand__logo { width: 11.5rem; height: 3.2rem; }
  .site-navigation { inset-block-start: 4.7rem; padding-top: 1.25rem; }
  .menu-toggle__label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
  .kleos-water-hero { min-height: 780px; place-items: start center; }
  .kleos-water-hero::before { background-position: center calc(100% - 1.75rem), 0 0, 0 0, center; background-size: 90vw auto, 100% 48px, 64px 100%, cover; }
  .kleos-water-hero__content { padding-top: 6.5rem; padding-bottom: clamp(17rem, 67vw, 21rem); }
  .kleos-water-hero h1 { font-size: clamp(3.7rem, 18vw, 5.8rem); }
  .kleos-water-hero__actions { align-items: stretch; flex-direction: column; }
  .kleos-water-hero__trust { display: grid; gap: .6rem; margin-top: 2rem; }
  .kleos-water-hero__scroll { display: none; }
  .manifesto { gap: 1.5rem; }
  .heritage__values { grid-template-columns: 1fr; }
  .heritage__rail { grid-template-columns: 1fr; }
  .heritage-artwork { height: 31rem; }
  .contact-artwork { height: 31rem; margin-top: 2rem; }
  .psychometric-feature, .visa-detail__grid { grid-template-columns: 1fr; }
  .psychometric-feature__visual { min-height: 14rem; }
  .journey__steps li { grid-template-columns: 3rem 1fr; gap: .5rem; }
  .destination-orbit__map { max-width: 420px; }
  .destination-globe__visual { min-height: 460px; }
  .destination-globe__country { grid-template-columns: .8fr 1.2fr; }
  .testimonial-sphere-modal { width: 100vw; height: 100dvh; border: 0; border-radius: 0; }
  .testimonial-sphere-modal__shell > header { padding: 1.5rem 4.5rem .5rem 1.2rem; }
  .testimonial-sphere-controls { top: .75rem; right: 4.25rem; left: .75rem; justify-content: center; }
  .testimonial-sphere-controls button { min-width: 2rem; height: 2rem; padding-inline: .55rem; font-size: .66rem; }
  .testimonial-sphere-modal__shell > header { padding-top: 4.25rem; }
  .testimonial-sphere-modal__shell > header h2 { font-size: 2.3rem; }
  .testimonial-sphere-modal__shell > header > p:last-child { display: none; }
  .testimonial-sphere__selected { width: calc(100% - 1.4rem); padding: 1.1rem; }
  .testimonial-sphere__selected blockquote { max-height: 9rem; overflow: auto; font-size: .95rem; }
  .site-footer__legal { flex-direction: column; }
  .post-grid { grid-template-columns: 1fr; }
  .destination-page__hero-copy { grid-template-columns: 1fr; gap: 1.2rem; }
  .destination-page__credit { display: none; }
  .destination-fact-grid, .destination-university-grid { grid-template-columns: 1fr; }
  .destination-page__cta { align-items: stretch; flex-direction: column; }
  .kleos-form { grid-template-columns: 1fr; }
  .kleos-form__field--wide, .kleos-form__consent, .kleos-form__notice { grid-column: 1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .kleos-water-hero__canvas { opacity: .35; }
  .scroll-flight { display: none !important; }
}
