@font-face{font-family:Manrope;src:url('../fonts/manrope-400.ttf');font-weight:400;font-display:swap}@font-face{font-family:Manrope;src:url('../fonts/manrope-500.ttf');font-weight:500;font-display:swap}@font-face{font-family:Manrope;src:url('../fonts/manrope-600.ttf');font-weight:600;font-display:swap}@font-face{font-family:Manrope;src:url('../fonts/manrope-700.ttf');font-weight:700;font-display:swap}@font-face{font-family:Manrope;src:url('../fonts/manrope-800.ttf');font-weight:800;font-display:swap}
/* Shared system: 16px media, 8px controls. Header layer 20, mobile navigation 21, skip link 50. */
:root{--bg:#fbfcff;--surface:#f1f5fb;--surface-alt:#eaf0fa;--ink:#14223b;--muted:#57667c;--line:#dce3ee;--accent:#275be8;--accent-hover:#1846c7;--accent-soft:#e8efff;--button-ink:#fff;--header:#fbfcfff5;--shadow:0 14px 40px #23395c1a;--ease:cubic-bezier(.16,1,.3,1);color-scheme:light}
:root[data-theme=dark]{--bg:#101a2b;--surface:#162339;--surface-alt:#1b2b45;--ink:#edf3ff;--muted:#aebed6;--line:#2d3c54;--accent:#84a6ff;--accent-hover:#a9c0ff;--accent-soft:#24395d;--button-ink:#0c1933;--header:#101a2bf5;--shadow:0 14px 40px #070e1b55;color-scheme:dark}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;background:var(--bg);color:var(--ink);font-family:Manrope,sans-serif;font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}button,a{touch-action:manipulation;-webkit-tap-highlight-color:transparent}button{font:inherit;color:inherit}a{color:inherit;text-decoration:none}button:enabled,a{cursor:pointer}img{display:block;max-width:100%}svg{display:block;width:100%;height:100%}h1,h2,h3,p{margin:0}h1,h2,h3{font-weight:800;line-height:1.12;letter-spacing:-.035em;text-wrap:balance}h2{font-size:clamp(32px,3.4vw,48px)}h3{font-size:23px;letter-spacing:-.025em}p{color:var(--muted)}ul,ol{padding:0;margin:0;list-style:none}::selection{color:var(--bg);background:var(--accent)}:focus-visible{outline:3px solid var(--accent);outline-offset:5px}::-webkit-scrollbar{width:10px;height:7px}::-webkit-scrollbar-track{background:var(--surface)}::-webkit-scrollbar-thumb{background:var(--line);border-radius:9px}button:disabled{opacity:.45;cursor:default}[hidden]{display:none!important}.container{width:min(1280px,calc(100% - 96px));margin-inline:auto}.icon{display:inline-flex;width:22px;height:22px;flex:0 0 auto}.icon svg{fill:currentColor}.button{min-height:54px;display:inline-flex;gap:18px;align-items:center;justify-content:center;padding:14px 23px;border:1px solid transparent;border-radius:8px;font-size:14px;font-weight:700;line-height:1.3;white-space:nowrap;transition:background .2s,color .2s,transform .3s var(--ease)}.button .icon{width:20px;height:20px}.button:hover{transform:translateY(-2px)}.button-primary{background:var(--accent);color:var(--button-ink)}.button-primary:hover{background:var(--accent-hover)}.button-secondary{border-color:var(--line);background:var(--bg)}.button-secondary:hover{border-color:var(--accent);color:var(--accent)}.text-link{display:inline-flex;gap:13px;align-items:center;font-size:14px;font-weight:700}.text-link:hover{color:var(--accent)}.text-link .icon,.circle-arrow .icon,.button .icon{transition:transform .3s var(--ease)}.text-link:hover .icon,.button:hover .icon{transform:translate(2px,-2px)}.icon-button{display:grid;place-items:center;width:42px;height:42px;border:0;border-radius:50%;background:transparent}.icon-button:hover{background:var(--surface-alt)}.icon-button .icon{width:21px;height:21px}.skip-link{position:fixed;top:10px;left:10px;padding:12px 20px;z-index:50;background:var(--accent);color:var(--button-ink);transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}
.site-header{position:sticky;top:0;z-index:20;background:var(--header);border-bottom:1px solid var(--line)}.header-inner{height:96px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:inline-flex;gap:12px;align-items:center;flex-shrink:0}.brand img{width:58px;height:58px;object-fit:contain;border-radius:50%;background:#fff}.brand strong{font-size:18px;font-weight:800;line-height:1.2;letter-spacing:-.025em;display:block}.brand-second{display:block;font-size:13px;font-weight:600;letter-spacing:.08em;margin-top:4px}.desktop-nav{display:flex;gap:27px;align-items:center;margin-left:auto}.desktop-nav a{font-size:12px;font-weight:600;white-space:nowrap;padding:10px 0;position:relative}.desktop-nav a:hover,.desktop-nav a[aria-current]{color:var(--accent)}.desktop-nav a[aria-current]:after{content:'';position:absolute;bottom:1px;left:0;right:0;height:2px;background:var(--accent)}.header-actions{display:flex;align-items:center;gap:12px}.header-contact{min-height:44px;padding:12px 18px;font-size:12px}.menu-toggle,.mobile-nav,.sun-icon{display:none}html[data-theme=dark] .sun-icon{display:inline-flex}html[data-theme=dark] .moon-icon{display:none}
.hero{display:grid;grid-template-columns:1fr 1.12fr;gap:46px;align-items:center;padding-block:47px 45px}.hero-copy{padding-bottom:15px}.hero h1{font-size:clamp(52px,5.4vw,78px);line-height:1.1;letter-spacing:-.04em}.hero h1 span,.service-hero h1 span{color:var(--accent)}.hero-copy>p{font-size:17px;line-height:1.8;max-width:400px;margin-top:24px}.hero-actions{display:flex;gap:25px;align-items:center;margin-top:33px;flex-wrap:wrap}.hero-visual{position:relative;min-width:0}.world-image{width:100%;height:530px;object-fit:cover;border-radius:16px;object-position:52% 50%}.journey-tag{position:absolute;bottom:33px;left:-27px;display:flex;align-items:center;gap:15px;background:var(--bg);border-radius:12px;padding:17px 22px;box-shadow:var(--shadow)}.journey-symbol{display:grid;place-items:center;width:42px;height:42px;color:var(--accent);background:var(--accent-soft);border-radius:50%}.journey-symbol .icon{width:23px;height:23px}.journey-tag div>span{font-size:9px;letter-spacing:.12em;font-weight:700;color:var(--muted);display:block;margin-bottom:5px}.journey-tag strong{font-size:13px;display:flex;align-items:center;gap:20px;font-weight:700}.journey-tag strong .icon{width:17px;height:17px;color:var(--accent)}.image-caption{position:absolute;bottom:12px;right:14px;color:#fff;font-size:9px;text-shadow:0 1px 5px #14223b}.world-strip{display:grid;grid-template-columns:210px 1fr;align-items:center;gap:36px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding-block:28px}.world-strip-title{font-size:16px;color:var(--muted);line-height:1.65}.world-strip-title strong{color:var(--ink);font-weight:700}.flag-line{display:grid;grid-template-columns:repeat(6,1fr);gap:15px}.flag-item{display:grid;justify-items:center;gap:3px;min-width:0}.flag-item>span{font-size:11px;font-weight:600;color:var(--muted)}.flag-stage{position:relative;width:96px;height:64px;perspective:500px;transition:transform .4s var(--ease)}.flag-stage:hover{transform:rotateY(-12deg) rotateX(7deg) scale(1.09)}.flag-stage>img{position:absolute;width:70px;height:45px;object-fit:fill;left:13px;top:10px;filter:drop-shadow(0 5px 5px #0c203322)}.flag-canvas{position:absolute;inset:0;width:100%;height:100%;opacity:0;pointer-events:none}.flag-stage.ready .flag-canvas{opacity:1}.flag-stage.ready>img{visibility:hidden}
.section{padding-block:92px}.section-heading{margin-bottom:40px}.section-heading p{margin-top:18px;font-size:15px;max-width:610px}.service-list{border-top:1px solid var(--line)}.service-row{display:grid;grid-template-columns:70px 1fr 1.17fr 48px;gap:25px;align-items:center;padding:32px 8px;border-bottom:1px solid var(--line);transition:padding .3s var(--ease),color .3s}.service-symbol{display:grid;place-items:center;width:55px;height:55px;color:var(--accent)}.service-symbol .icon{width:37px;height:37px}.service-row h3{font-size:22px;line-height:1.35}.service-row p{font-size:14px;line-height:1.8;max-width:390px}.circle-arrow{display:grid;place-items:center;width:43px;height:43px;border:1px solid var(--line);border-radius:50%;transition:background .3s,border-color .3s,color .3s}.service-row:hover{padding-left:18px;color:var(--accent)}.service-row:hover .circle-arrow{background:var(--accent);color:var(--button-ink);border-color:transparent}.service-row:hover .circle-arrow .icon{transform:rotate(45deg)}.destinations-section{background:var(--surface)}.destination-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:23px}.destination-card{min-width:0}.destination-image{position:relative;overflow:hidden;border-radius:16px;height:310px;background:var(--line)}.destination-image>img{width:100%;height:100%;object-fit:cover;transition:transform .8s var(--ease)}.destination-image:after{content:'';position:absolute;inset:45% 0 0;background:linear-gradient(transparent,#08152b88);pointer-events:none}.destination-card:hover .destination-image>img{transform:scale(1.06)}.destination-city{position:absolute;left:19px;bottom:21px;z-index:1;color:#fff;display:flex;align-items:center;gap:7px;font-size:11px;font-weight:600}.destination-city .icon{width:15px;height:15px}.destination-open{position:absolute;right:14px;top:14px;width:33px;height:33px;display:grid;place-items:center;border-radius:50%;background:#fbfcff;color:#14223b;transition:transform .3s}.destination-open .icon{width:18px;height:18px}.destination-card:hover .destination-open{transform:rotate(45deg)}.destination-info{padding:20px 1px 0}.destination-info h3{font-size:20px}.destination-info p{font-size:12px;margin-top:9px;line-height:1.7}.journey-section{display:grid;grid-template-columns:.95fr 1fr;gap:125px}.journey-intro>p{max-width:340px;font-size:15px;margin:23px 0 28px}.journey-note{display:flex;gap:14px;align-items:center;color:var(--muted);font-size:12px;line-height:1.7;margin-top:38px}.journey-note .icon{width:31px;height:31px;color:var(--accent)}.journey-steps li{display:grid;grid-template-columns:48px 1fr;gap:23px;position:relative;padding-bottom:33px}.journey-steps li:not(:last-child):after{content:'';position:absolute;left:22px;top:53px;bottom:7px;border-left:1px dashed var(--line)}.step-number{width:45px;height:45px;display:grid;place-items:center;background:var(--accent-soft);color:var(--accent);border-radius:50%;font-size:13px;font-weight:700;font-variant-numeric:tabular-nums}.journey-steps h3{font-size:19px;margin:10px 0 11px}.journey-steps p{font-size:13px;line-height:1.8;max-width:375px}.consultation-section{position:relative;display:grid;grid-template-columns:1.1fr 1fr;min-height:390px;background:var(--surface-alt);border-radius:16px;overflow:hidden;margin-bottom:90px}.consultation-content{padding:55px 0 55px 55px;position:relative;z-index:1}.consultation-content h2{font-size:42px}.consultation-content p{font-size:14px;margin:21px 0 28px;max-width:330px}.consultation-art{overflow:hidden;position:relative}.consultation-art img{width:100%;height:100%;object-fit:cover;object-position:55% 18%}.consultation-art:before{content:'';position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,var(--surface-alt),transparent 30%)}
.site-footer{border-top:1px solid var(--line);padding-top:56px}.footer-grid{display:grid;grid-template-columns:1.3fr .8fr 1.1fr;gap:60px;padding-bottom:47px}.footer-intro>p{font-size:13px;margin-top:23px;line-height:1.9}.office-hours{font-size:11px;color:var(--muted);display:block;margin-top:15px}.footer-grid h3{font-size:12px;letter-spacing:0;font-weight:800;margin-bottom:23px}.footer-grid>div:not(:first-child)>a{font-size:12px;display:flex;align-items:center;gap:6px;margin-block:11px;color:var(--muted);width:fit-content}.footer-grid>div:not(:first-child)>a:hover{color:var(--accent)}.footer-grid .icon{width:14px;height:14px}.footer-contact p{font-size:11px;line-height:1.9;margin-top:19px}.footer-bottom{display:flex;justify-content:space-between;gap:20px;align-items:center;min-height:74px;border-top:1px solid var(--line);font-size:10px;color:var(--muted)}.footer-bottom>a,.text-button{display:flex;align-items:center;gap:7px}.footer-bottom .icon{width:14px;height:14px}.text-button{font-size:10px;background:none;border:none;padding:10px}.text-button:hover,.footer-bottom>a:hover{color:var(--accent)}
.breadcrumb{display:flex;gap:12px;align-items:center;font-size:11px;padding-top:32px;color:var(--muted)}.breadcrumb a:hover{color:var(--accent)}.breadcrumb .icon{width:14px;height:14px}.service-hero{display:grid;grid-template-columns:1.15fr .85fr;gap:60px;align-items:center;padding-top:30px;padding-bottom:65px}.service-hero h1{font-size:clamp(38px,4.5vw,62px);line-height:1.12}.service-hero>div>p{font-size:16px;max-width:470px;margin:25px 0 30px}.service-hero-image{position:relative;border-radius:16px;overflow:hidden;height:420px}.service-hero-image>img{width:100%;height:100%;object-fit:cover}.service-image-mark{position:absolute;bottom:23px;left:23px;width:64px;height:64px;display:grid;place-items:center;background:var(--bg);color:var(--accent);border-radius:12px;box-shadow:var(--shadow)}.service-image-mark .icon{width:32px;height:32px}.service-tags{display:flex;flex-wrap:wrap;gap:12px 20px;margin-top:27px;max-width:550px}.service-tags li{display:flex;gap:6px;align-items:center;font-size:10px;color:var(--muted)}.service-tags .icon{width:14px;height:14px;color:var(--accent)}.support-section{display:grid;grid-template-columns:1fr 1fr;gap:100px}.support-intro p{font-size:15px;max-width:405px;margin-top:24px}.support-items article{display:grid;grid-template-columns:30px 1fr;gap:19px;padding-block:24px;border-bottom:1px solid var(--line)}.support-items article:first-child{padding-top:0}.support-items h3{font-size:20px;margin-bottom:12px}.support-items p{font-size:13px;line-height:1.8}.support-check{color:var(--accent);margin-top:2px}.support-check .icon{width:24px;height:24px}.checklist-section{background:var(--surface)}.checklist-layout{display:grid;grid-template-columns:1fr 1fr;gap:100px}.checklist-layout>div>p{font-size:15px;margin:24px 0;max-width:350px}.checklist-layout .text-link{font-size:13px}.checklist{padding:35px;background:var(--bg);border-radius:16px}.checklist h3{font-size:22px;margin-bottom:20px}.checklist li{display:flex;gap:13px;padding:14px 0;border-bottom:1px solid var(--line);font-size:13px;align-items:start}.checklist li .icon{width:18px;height:18px;color:var(--accent);margin-top:2px}.checklist .checklist-note{font-size:11px;line-height:1.8;margin:20px 0;max-width:none}.checklist .button{font-size:12px}.simple-cta{padding-block:90px;max-width:900px;text-align:center}.simple-cta p{font-size:15px;margin:23px 0 30px}.destination-explorer{background:var(--surface)}.destination-tabs{display:flex;gap:9px;flex-wrap:wrap;margin-bottom:30px}.destination-tab{display:inline-flex;gap:9px;align-items:center;background:var(--bg);border:1px solid var(--line);padding:13px 18px;border-radius:8px;font-size:12px;font-weight:600}.destination-tab[aria-selected=true]{background:var(--accent);border-color:var(--accent);color:var(--button-ink)}.destination-tab img{width:24px;height:16px;object-fit:fill}.destination-panel{display:grid;grid-template-columns:1fr 1.1fr;gap:55px;align-items:center;scroll-margin-top:110px;padding-block:20px}.explorer-image{height:340px;width:100%;object-fit:cover;border-radius:16px}.destination-panel h3{font-size:37px}.destination-panel p{font-size:15px;margin:22px 0 25px;max-width:490px}.error-page{padding-block:150px;min-height:60vh}.error-page h1{font-size:60px}.error-page p{margin:25px 0 30px}
@media(prefers-reduced-motion:no-preference){.hero-copy{animation:copy-arrive .85s var(--ease) both}.hero-visual{animation:visual-arrive 1s var(--ease) both}.journey-tag{animation:tag-float 7s ease-in-out 1s infinite}@keyframes copy-arrive{from{transform:translateY(16px);opacity:.7}to{transform:none;opacity:1}}@keyframes visual-arrive{from{transform:translateY(20px);opacity:.7}to{transform:none;opacity:1}}@keyframes tag-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}}
html[data-motion=paused] *,html[data-motion=paused] *:before,html[data-motion=paused] *:after{animation-play-state:paused!important;scroll-behavior:auto!important}html[data-motion=paused] .flag-stage{transition:none}html[data-motion=paused] .flag-stage:hover{transform:none}
@media(min-width:1500px){.hero{padding-block:60px}.world-image{height:555px}.hero h1{font-size:82px}}
@media(max-width:1180px){.container{width:calc(100% - 64px)}.desktop-nav{gap:18px}.desktop-nav a{font-size:11px}.header-inner{gap:18px}.hero{gap:35px}.hero h1{font-size:62px}.world-image{height:480px}.hero-actions{gap:19px}.hero-actions .button{font-size:12px;padding-inline:17px}.hero-actions .text-link{font-size:12px}.journey-tag{left:-15px}.world-strip{grid-template-columns:160px 1fr;gap:20px}.flag-line{gap:7px}.flag-stage{width:85px;height:60px}.flag-stage>img{width:64px;height:42px;left:10px;top:9px}.service-row{grid-template-columns:55px 1fr 1.1fr 44px;gap:20px}.destination-image{height:280px}.destination-grid{gap:18px}.journey-section,.support-section,.checklist-layout{gap:60px}.consultation-content{padding:45px 0 45px 40px}.consultation-content h2{font-size:36px}.footer-grid{gap:35px}.service-hero{gap:40px}.service-hero h1{font-size:49px}}
@media(max-width:1023px){.desktop-nav{display:none}.header-actions{margin-left:auto}.menu-toggle{display:grid}.header-inner{height:83px}.mobile-nav:not([hidden]){display:grid;padding:16px 32px 28px;border-top:1px solid var(--line);background:var(--bg);box-shadow:var(--shadow);position:absolute;left:0;right:0;top:82px;z-index:21}.mobile-nav a{padding:13px 0;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;font-size:14px}.mobile-nav a[aria-current]{color:var(--accent)}.close-icon{display:none}.menu-toggle[aria-expanded=true] .open-icon{display:none}.menu-toggle[aria-expanded=true] .close-icon{display:inline-flex}.hero{grid-template-columns:1fr 1fr;gap:30px}.hero h1{font-size:52px}.hero-copy>p{font-size:15px}.hero-actions{flex-direction:column;align-items:flex-start;margin-top:25px;gap:20px}.world-image{height:455px}.journey-tag{padding:13px 15px;gap:9px}.journey-tag strong{font-size:11px;gap:9px}.journey-tag div>span{font-size:8px}.journey-symbol{width:33px;height:33px}.world-strip{grid-template-columns:1fr;gap:12px;padding-block:20px}.world-strip-title{display:flex;gap:6px;font-size:13px}.world-strip-title br{display:none}.flag-stage{width:98px;height:63px}.flag-stage>img{left:14px;width:70px;height:45px}.section{padding-block:70px}.service-row{grid-template-columns:48px 1fr 40px;gap:18px}.service-row h3{font-size:21px}.service-row p{grid-column:2;grid-row:2;margin-top:-14px;max-width:480px}.service-row .circle-arrow{grid-column:3;grid-row:1/3}.service-symbol{grid-row:1/3}.destination-grid{grid-template-columns:repeat(2,1fr);gap:32px 22px}.destination-image{height:330px}.journey-section{gap:45px;grid-template-columns:1fr 1.1fr}.journey-steps li{grid-template-columns:40px 1fr;gap:15px}.step-number{width:39px;height:39px}.journey-steps li:not(:last-child):after{left:19px}.journey-steps h3{font-size:17px}.consultation-content{padding:40px 0 40px 30px}.consultation-content h2{font-size:32px}.footer-grid{grid-template-columns:1fr 1fr;gap:40px}.footer-intro{grid-column:1/-1}.footer-intro p{margin-top:17px}.footer-bottom{flex-wrap:wrap;padding-block:20px;gap:10px}.service-hero h1{font-size:42px}.service-hero-image{height:400px}.service-tags{gap:10px}.support-section,.checklist-layout{gap:40px}.destination-panel{gap:35px}.destination-panel h3{font-size:30px}.destination-panel p{font-size:14px}}
@media(max-width:767px){.container{width:calc(100% - 40px)}.header-inner{height:76px;gap:10px}.brand{gap:9px}.brand img{width:47px;height:47px}.brand strong{font-size:15px}.brand-second{font-size:10px;margin-top:3px}.header-actions{gap:2px}.header-contact{display:none}.icon-button{width:37px;height:40px}.mobile-nav:not([hidden]){top:75px;padding-inline:22px}.hero{display:flex;flex-direction:column;align-items:stretch;padding-block:41px 32px;gap:32px}.hero-copy{padding:0}.hero h1{font-size:clamp(49px,9vw,64px);letter-spacing:-.04em}.hero-copy>p{font-size:15px;margin-top:21px;line-height:1.8;max-width:400px}.hero-actions{flex-direction:row;align-items:center;gap:20px;margin-top:26px}.hero-actions .button{min-height:50px;font-size:12px;padding-inline:15px;gap:10px}.hero-actions .text-link{font-size:11px;gap:8px}.hero-actions .text-link .icon{width:17px;height:17px}.world-image{height:auto;max-height:520px;aspect-ratio:1.2;object-fit:cover}.journey-tag{left:14px;bottom:24px;padding:12px 15px;gap:12px}.journey-tag strong{font-size:12px;gap:15px}.journey-tag div>span{font-size:8px}.image-caption{font-size:8px;bottom:5px}.world-strip{padding-block:23px;gap:13px}.flag-line{grid-template-columns:repeat(3,1fr);row-gap:13px;column-gap:8px}.flag-stage{width:95px;height:61px}.flag-item>span{font-size:10px}.world-strip-title{justify-content:center}.section{padding-block:60px}.section-heading{margin-bottom:31px}.section-heading h2{font-size:34px}.section-heading p{font-size:13px;margin-top:17px}.service-row{padding:25px 0;grid-template-columns:34px 1fr 33px;column-gap:13px;row-gap:13px}.service-row:hover{padding-left:0}.service-row h3{font-size:18px}.service-row p{font-size:12px;margin-top:-2px;line-height:1.75}.service-symbol{width:32px;height:40px}.service-symbol .icon{width:29px;height:29px}.circle-arrow{width:32px;height:32px}.circle-arrow .icon{width:18px;height:18px}.destination-grid{gap:28px 15px}.destination-image{height:230px;border-radius:12px}.destination-city{font-size:9px;left:12px;bottom:14px;gap:3px}.destination-city .icon{width:12px;height:12px}.destination-open{width:27px;height:27px;right:10px;top:10px}.destination-open .icon{width:16px;height:16px}.destination-info{padding-top:16px}.destination-info h3{font-size:17px}.destination-info p{font-size:11px;line-height:1.7;margin-top:8px}.journey-section{display:block}.journey-intro>p{font-size:14px;margin:20px 0 25px}.journey-note{margin-top:25px}.journey-steps{margin-top:42px}.journey-steps li{grid-template-columns:40px 1fr;gap:19px;padding-bottom:29px}.journey-steps h3{font-size:18px;margin-top:8px}.journey-steps p{font-size:12px;max-width:none}.consultation-section{grid-template-columns:1fr;margin-bottom:60px}.consultation-content{padding:35px 27px}.consultation-content h2{font-size:32px}.consultation-content p{font-size:13px;margin-top:19px;max-width:320px}.consultation-content .button{font-size:12px}.consultation-art{height:235px}.consultation-art img{object-position:center 25%}.consultation-art:before{background:linear-gradient(var(--surface-alt),transparent 30%)}.site-footer{padding-top:38px}.footer-grid{gap:33px 23px;padding-bottom:31px;grid-template-columns:.8fr 1.2fr}.footer-grid h3{font-size:11px;margin-bottom:17px}.footer-grid>div:not(:first-child)>a{font-size:11px;overflow-wrap:anywhere}.footer-contact p{font-size:10px}.footer-intro>p{font-size:12px}.office-hours{font-size:10px}.footer-bottom{font-size:9px;gap:4px 15px}.footer-bottom>span{width:100%;margin-bottom:7px}.text-button{font-size:9px;padding-left:0}.footer-bottom>a{margin-left:auto}.breadcrumb{padding-top:25px;font-size:10px;gap:9px}.service-hero{grid-template-columns:1fr;gap:30px;padding-block:25px 45px}.service-hero h1{font-size:43px}.service-hero>div>p{font-size:14px;margin:23px 0 25px}.service-hero .button{font-size:12px}.service-hero-image{height:330px}.service-tags{margin-top:23px;gap:10px 15px}.service-tags li{font-size:9px}.support-section,.checklist-layout{grid-template-columns:1fr;gap:34px}.support-intro h2,.checklist-layout h2{font-size:33px}.support-intro p,.checklist-layout>div>p{font-size:14px;margin-top:20px}.support-items h3{font-size:19px}.support-items p{font-size:12px}.support-items article{gap:13px;grid-template-columns:25px 1fr;padding-block:22px}.checklist{padding:25px 22px}.checklist h3{font-size:21px}.checklist li{font-size:12px}.checklist .button{font-size:11px;gap:10px;padding-inline:16px}.simple-cta{padding-block:60px;text-align:left}.simple-cta h2{font-size:35px}.simple-cta p{font-size:14px}.simple-cta .button{font-size:12px}.destination-tabs{gap:8px}.destination-tab{font-size:10px;padding:11px 12px;gap:7px}.destination-tab img{width:20px;height:14px}.destination-panel{grid-template-columns:1fr;gap:25px}.explorer-image{height:280px}.destination-panel h3{font-size:30px}.destination-panel p{font-size:13px;margin:17px 0 20px}.error-page{padding-block:95px}.error-page h1{font-size:45px}}
@media(max-width:375px){.container{width:calc(100% - 32px)}.hero h1{font-size:47px}.hero-actions{gap:14px}.hero-actions .button{font-size:11px;padding-inline:12px;gap:6px}.hero-actions .text-link{font-size:10px}.destination-grid{gap:24px 13px}.destination-image{height:205px}.destination-info h3{font-size:15px}.service-row h3{font-size:16px}.service-hero h1{font-size:37px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.flag-stage:hover{transform:none}}

/* Keep landmark silhouettes inside the deliberately cropped destination photos. */
.destination-card[href$="#us"] .destination-image>img{object-position:23% center}
.destination-card[href$="#gb"] .destination-image>img{object-position:center top}
.destination-card[href$="#ca"] .destination-image>img{object-position:34% center}
.destination-card[href$="#fr"] .destination-image>img{object-position:center top}
#gb .explorer-image,#fr .explorer-image{object-position:center 15%}
