:root{--theme-accent:oklch(52% .19 25);--theme-accent-dark:oklch(43% .17 25);--ink:oklch(20% .025 255);--navy:oklch(27% .045 250);--paper:oklch(98% .008 83);--warm:oklch(94% .018 77);--red:var(--theme-accent);--red-dark:var(--theme-accent-dark);--footer:#292c34;--muted:oklch(50% .018 250);--line:oklch(84% .018 76);--white:oklch(99% .004 80);--serif:"Songti SC","STSong","Noto Serif CJK SC",serif;--sans:"Avenir Next","PingFang SC","Microsoft YaHei",sans-serif;--max:1240px;--r-sm:3px;--r-md:8px;--r-lg:16px}:root[data-theme=ocean]{--theme-accent:oklch(49% .13 245);--theme-accent-dark:oklch(39% .11 245);--navy:oklch(24% .06 248);--footer:oklch(19% .04 248)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;overflow-x:hidden;background:var(--paper);color:var(--ink);font-family:var(--sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.pageShell{min-width:0}a{color:inherit;text-decoration:none}button,input,select{font:inherit}a,button{touch-action:manipulation}h1,h2,h3,p{margin-top:0}.skipLink{position:fixed;top:8px;left:8px;z-index:1000;padding:12px 18px;background:var(--white);color:var(--ink);transform:translateY(-150%)}.skipLink:focus{transform:none}.siteHeader{height:86px;position:-webkit-sticky;position:sticky;z-index:50;top:0;background:var(--paper);border-bottom:1px solid color-mix(in oklch,var(--ink) 10%,transparent);transition:background-color .18s ease,border-color .18s ease,box-shadow .18s ease,color .18s ease}.siteHeaderOverlay{margin-bottom:-86px;background:linear-gradient(180deg,rgba(15,20,25,.72),rgba(15,20,25,.14));border-bottom-color:hsla(0,0%,100%,.24);color:var(--white)}.siteHeaderOverlay.isScrolled{background:var(--paper);border-bottom-color:color-mix(in oklch,var(--ink) 12%,transparent);box-shadow:0 8px 24px rgba(15,20,25,.08);color:var(--ink)}.headerShell{width:min(var(--max),calc(100% - 56px));height:100%;margin:auto;display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:44px;gap:44px}.studyBrand{display:flex;align-items:center;gap:11px;min-height:48px;font-family:var(--serif);font-size:21px;font-weight:700;letter-spacing:.04em}.brandMonogram{width:38px;height:38px;display:grid;place-items:center;flex:0 0 auto;color:var(--white);background:var(--red);font:700 22px/1 Georgia,serif;border-radius:50% 50% 50% 10%}.footerBrand small,.studyBrand small{display:block;margin-top:2px;font-family:var(--sans);font-size:8px;font-weight:600;letter-spacing:.2em;opacity:.68}.desktopNav{display:flex;justify-content:center;gap:clamp(18px,2.2vw,34px)}.desktopNav a{min-height:46px;display:grid;place-items:center;position:relative;font-size:16px;white-space:nowrap}.desktopNav a:after{content:"";position:absolute;left:50%;right:50%;bottom:0;height:2px;background:var(--red);transition:left .18s ease,right .18s ease}.siteHeaderOverlay .desktopNav a:after{background:var(--white)}.siteHeaderOverlay.isScrolled .desktopNav a:after{background:var(--red)}.desktopNav a.active:after{left:8px;right:8px}.headerActions{gap:12px;font-size:14px}.headerActions,.languageLink{display:flex;align-items:center}.languageLink{min-width:62px;min-height:42px;padding:0 14px;justify-content:center;border-left:1px solid color-mix(in oklch,currentColor 22%,transparent);font:700 13px/1 Arial Narrow,Arial,sans-serif;letter-spacing:.08em;transition:color .16s ease,background-color .16s ease}.themeSwitcher{display:inline-flex;gap:2px;padding:3px;color:var(--ink);background:color-mix(in oklch,var(--paper) 82%,transparent);border:1px solid color-mix(in oklch,var(--line) 78%,transparent);border-radius:999px}.themeSwitcher button{min-width:78px;height:34px;padding:0 9px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border:0;border-radius:999px;background:transparent;color:inherit;cursor:pointer}.themeSwitcher button>span{width:11px;height:11px;flex:0 0 auto;border:2px solid var(--white);border-radius:50%;background:var(--swatch);box-shadow:0 0 0 1px rgba(15,20,25,.1)}.themeSwitcher small{font-size:10px;white-space:nowrap}.themeSwitcher button.isActive{background:var(--white);box-shadow:0 2px 8px rgba(15,20,25,.15)}.themeSwitcher button.isActive small{font-weight:800}.siteHeaderOverlay:not(.isScrolled) .themeSwitcher{color:var(--white);background:hsla(0,0%,100%,.13);border-color:hsla(0,0%,100%,.24)}.siteHeaderOverlay:not(.isScrolled) .themeSwitcher button.isActive{color:var(--ink)}.consultLink{min-height:44px;display:flex;align-items:center;gap:18px;padding:0 16px;background:var(--red);color:var(--white);border-radius:var(--r-sm);font-weight:700;transition:transform .16s ease,background-color .16s ease}.mobileMenu{display:none}.studyHero{width:100vw;min-height:520px;height:min(63svh,560px);position:relative;overflow:hidden;background:var(--ink);color:var(--white)}.studyHeroPicture{position:absolute;inset:0;display:block}.studyHeroImage{width:100%;height:100%;display:block;object-fit:cover;object-position:center center}.studyHeroShade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(9,14,19,.76),rgba(9,14,19,.52) 34%,rgba(9,14,19,.08) 67%),linear-gradient(0deg,rgba(9,14,19,.33),transparent 45%)}.studyHeroInner{width:min(var(--max),calc(100% - 56px));height:100%;margin:auto;padding-top:134px;position:relative;z-index:2}.heroEyebrow,.sectionKicker{margin-bottom:18px;color:var(--red);font-size:11px;font-weight:800;letter-spacing:.2em;text-transform:uppercase}.heroEyebrow{color:oklch(87% .07 28)}.studyHero h1{margin-bottom:18px;font-family:var(--serif);font-size:clamp(42px,4.6vw,66px);font-weight:600;line-height:1.12;letter-spacing:-.022em;text-wrap:balance}.studyHero h1 span{display:block}.studyHeroLead{max-width:550px;margin-bottom:25px;color:hsla(0,0%,100%,.82);font-size:17px;line-height:1.8;text-wrap:pretty}.heroActions{display:flex;align-items:center;gap:24px}.heroPrimary,.heroSecondary{min-height:48px;display:flex;align-items:center;gap:22px;font-size:14px;font-weight:700}.heroPrimary{padding:0 18px;background:var(--red);border-radius:var(--r-sm);transition:transform .16s ease,background-color .16s ease}.heroSecondary{border-bottom:1px solid hsla(0,0%,100%,.55)}.destinationFinder{width:min(720px,calc(100% - 56px));min-height:64px;position:absolute;z-index:3;left:50%;bottom:0;transform:translateX(-50%);display:grid;grid-template-columns:auto 1fr auto;align-items:center;background:var(--white);color:var(--ink);box-shadow:0 16px 40px rgba(10,14,18,.2)}.destinationFinder label{padding-left:24px;font-family:var(--serif);font-size:17px;font-weight:700}.destinationFinder select{min-width:0;height:64px;padding:0 20px;border:0;background:transparent;color:var(--muted)}.destinationFinder button{align-self:stretch;min-width:142px;display:flex;justify-content:space-between;align-items:center;padding:0 18px;border:0;background:var(--red);color:var(--white);font-weight:700;cursor:pointer}.destinationSection,.programSection,.routePage{width:min(var(--max),calc(100% - 56px));margin:auto}.destinationSection{padding:100px 0 120px}.sectionHeading{display:grid;grid-template-columns:1.35fr .65fr;grid-gap:70px;gap:70px;align-items:end;margin-bottom:58px}.consultPanel h2,.guideBand h2,.programHeading h2,.sectionHeading h2,.serviceLead h2{margin-bottom:0;font-family:var(--serif);font-size:clamp(32px,3.3vw,48px);font-weight:600;line-height:1.23;letter-spacing:-.022em;text-wrap:balance}.programHeading>p,.sectionHeading>p{margin-bottom:0;color:var(--muted);line-height:1.8;text-wrap:pretty}.destinationList{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:18px;gap:18px}.destinationList a{min-width:0;min-height:230px;position:relative;display:flex;flex-direction:column;align-items:flex-start;padding:24px 22px 20px;border:1px solid color-mix(in oklch,var(--ink) 8%,transparent);border-radius:var(--r-md);background:var(--white);box-shadow:0 6px 18px rgba(15,20,25,.1);transition:border-color .16s ease,box-shadow .16s ease,color .16s ease,transform .16s ease}.destinationList>a>span{width:34px;height:34px;display:grid;place-items:center;margin-bottom:22px;border:1px solid color-mix(in oklch,var(--red) 38%,transparent);border-radius:50%;color:var(--red);font-size:11px;font-weight:800;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.destinationList h3{margin:0 0 6px;font-family:var(--serif);font-size:24px;font-weight:600}.destinationList p{margin:0;color:var(--red);font-size:9px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.destinationList small{margin-top:18px;color:var(--muted);font-size:13px;line-height:1.75;text-wrap:pretty}.destinationList i{margin-top:auto;padding-top:18px;align-self:flex-end;color:var(--red);font-size:18px;font-style:normal}.serviceSection{width:100%;padding:92px 0 72px;overflow:hidden;background:var(--navy);color:var(--white)}.sectionKicker.light{color:oklch(82% .1 28)}.serviceCarouselHeader{width:min(var(--max),calc(100% - 56px));margin:0 auto 46px;text-align:center}.serviceCarouselHeader .sectionKicker{margin-bottom:12px}.serviceCarouselHeader h2{margin:0;font-family:var(--serif);font-size:clamp(34px,3.5vw,50px);font-weight:600;line-height:1.2;letter-spacing:-.022em}.serviceCarouselStage{height:430px;position:relative;touch-action:pan-y}.serviceSlide{width:min(860px,68vw);height:400px;position:absolute;top:0;left:50%;overflow:hidden;border-radius:var(--r-lg);background:var(--ink);box-shadow:0 24px 60px rgba(4,8,12,.36);opacity:0;transform:translateX(-50%) scale(.78);transition:opacity .32s ease,transform .42s cubic-bezier(.22,1,.36,1);pointer-events:none}.serviceSlide.isActive{z-index:3;opacity:1;transform:translateX(-50%) scale(1);pointer-events:auto}.serviceSlide.isPrevious{z-index:1;opacity:.5;transform:translateX(-122%) scale(.82)}.serviceSlide.isNext{z-index:1;opacity:.5;transform:translateX(22%) scale(.82)}.serviceSlide>img{object-fit:cover}.serviceSlideShade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,13,18,.03) 28%,rgba(8,13,18,.88))}.serviceSlideContent{max-width:720px;position:absolute;z-index:2;right:0;bottom:0;left:0;padding:32px 34px}.serviceSlideContent>p{display:flex;align-items:center;gap:12px;margin-bottom:8px;color:oklch(90% .055 28);font-size:11px;font-weight:800;letter-spacing:.16em}.serviceSlideContent>p span{color:var(--white);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.serviceSlideContent h3{margin:0 0 10px;font-family:var(--serif);font-size:clamp(27px,3vw,38px);font-weight:600}.serviceSlideContent small{max-width:62ch;display:block;color:hsla(0,0%,100%,.76);font-size:14px;line-height:1.75}.serviceSlideContent a{min-height:42px;display:inline-flex;align-items:center;margin-top:18px;border-bottom:1px solid hsla(0,0%,100%,.42);font-size:13px;font-weight:700}.serviceCarouselControl{min-width:72px;min-height:44px;position:absolute;z-index:5;top:50%;padding:0 14px;border:1px solid hsla(0,0%,100%,.35);border-radius:var(--r-sm);background:rgba(12,20,27,.7);color:var(--white);font-size:12px;font-weight:700;cursor:pointer;transform:translateY(-50%)}.serviceCarouselControl.previous{left:max(24px,calc((100vw - var(--max)) / 2))}.serviceCarouselControl.next{right:max(24px,calc((100vw - var(--max)) / 2))}.serviceCarouselDots{min-height:28px;display:flex;justify-content:center;align-items:center;gap:12px;margin-top:2px}.serviceCarouselDots button{width:7px;height:7px;padding:0;border:0;border-radius:999px;background:hsla(0,0%,100%,.5);cursor:pointer;transition:width .18s ease,background-color .18s ease}.serviceCarouselDots button.isActive{width:34px;background:var(--red)}.programSection{padding:112px 0 118px;overflow:hidden}.programHeading{max-width:760px;margin-bottom:44px}.programHeading>p{max-width:52ch;margin:20px 0 0;color:var(--muted);line-height:1.8}.programHeading .sectionKicker{margin-top:0}.programCarouselViewport{overflow:hidden;touch-action:pan-y}.programCarouselTrack{display:flex;column-gap:18px;will-change:transform;transition:transform .42s cubic-bezier(.22,1,.36,1)}.programCard{flex-grow:0;flex-shrink:0;flex-basis:calc((100% - 36px) / 3.18);aspect-ratio:1.38;position:relative;overflow:hidden;border-radius:var(--r-md);background:var(--ink);color:var(--white)}.programCard>img{object-fit:cover;transition:transform .42s cubic-bezier(.22,1,.36,1)}.programCardShade{position:absolute;inset:0;background:rgba(8,13,18,.25);transition:background-color .18s ease}.programCardContent{position:absolute;z-index:2;inset:0;display:grid;place-items:center;padding:22px;text-align:center}.programCardContent strong{display:block;font-family:var(--serif);font-size:clamp(24px,2.25vw,31px);font-weight:700;text-shadow:0 2px 14px rgba(0,0,0,.44)}.programCarouselControls{display:flex;justify-content:flex-end;gap:10px;margin-top:18px}.programCarouselControls button{min-width:76px;min-height:42px;padding:0 15px;border:1px solid var(--line);border-radius:999px;background:var(--paper);color:var(--ink);font-size:12px;font-weight:700;cursor:pointer;transition:border-color .16s ease,background-color .16s ease,color .16s ease,transform .16s ease}.guideBand{padding:108px max(28px,calc((100vw - var(--max)) / 2)) 116px;background:var(--paper);color:var(--ink)}.guideBandHeading{margin-bottom:42px;text-align:center}.guideBandHeading .sectionKicker{width:max-content;margin:0 auto 12px}.guideBandHeading h2{font-size:clamp(32px,3.1vw,44px)}.guideGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:16px;gap:16px}.guideCard{min-width:0;overflow:hidden;border:1px solid var(--line);border-radius:var(--r-md);background:var(--white);transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.guideCard>a{height:100%;display:flex;flex-direction:column}.guideCardImage{position:relative;overflow:hidden;aspect-ratio:1.5;background:var(--line)}.guideCardImage img{object-fit:cover;transition:transform .36s ease}.guideCardContent{flex:1 1;padding:18px 17px 20px}.guideCardContent small{display:block;margin-bottom:8px;color:var(--red);font-size:10px;font-weight:800;letter-spacing:.12em}.guideCardContent h3{margin:0 0 9px;font-family:var(--serif);font-size:19px;font-weight:700;line-height:1.42}.guideCardContent p{margin:0;color:var(--muted);font-size:13px;line-height:1.7}.guideMore{width:max-content;min-width:132px;min-height:44px;display:flex;justify-content:center;align-items:center;gap:18px;margin:32px auto 0;padding:0 18px;border:1px solid var(--line);border-radius:var(--r-md);background:var(--white);color:var(--ink);font-size:12px;font-weight:700;transition:border-color .16s ease,color .16s ease,transform .16s ease}.guideMore span{color:var(--red);font-size:18px;line-height:1}@media (hover:hover){.guideCard:hover{border-color:color-mix(in oklch,var(--red) 55%,var(--line));box-shadow:0 14px 34px rgba(15,20,25,.09);transform:translateY(-3px)}.guideCard:hover img{transform:scale(1.035)}.guideMore:hover{border-color:var(--red);color:var(--red)}}.routePage{padding:88px 0 110px}.routeHero{display:grid;grid-template-columns:1fr .8fr;grid-gap:40px 9%;gap:40px 9%;align-items:end;padding-bottom:58px;border-bottom:1px solid var(--line)}.routeHero .sectionKicker{grid-column:1/-1;margin-bottom:-10px}.routeHero h1{margin:0;font-family:var(--serif);font-size:clamp(48px,6vw,76px);font-weight:600;line-height:1.08;letter-spacing:-.022em}.routeHero>p:last-child{margin:0;color:var(--muted);font-size:17px;line-height:1.85}.routeLedger article{min-height:130px;display:grid;grid-template-columns:90px 1fr;grid-gap:22px;gap:22px;align-items:center;border-bottom:1px solid var(--line)}.routeLedger article>span{color:var(--red);font-size:12px}.routeLedger article>div{display:grid;grid-template-columns:150px 250px 1fr;grid-gap:28px;gap:28px;align-items:center}.routeLedger p{margin:0;color:var(--red);font-size:11px;letter-spacing:.1em}.routeLedger h2{margin:0;font-family:var(--serif);font-size:24px;font-weight:600}.routeLedger small{color:var(--muted);font-size:14px;line-height:1.7}.routeAction{min-height:48px;display:inline-flex;align-items:center;gap:26px;margin-top:42px;padding:0 18px;background:var(--red);color:var(--white);border-radius:var(--r-sm);font-weight:700}.consultPanel{padding:96px max(28px,calc((100vw - var(--max)) / 2)) 112px;display:grid;grid-template-columns:.8fr 1.2fr;grid-gap:9%;gap:9%;background:var(--navy);color:var(--white)}.consultPanel>div>p:last-child{max-width:44ch;margin-top:24px;color:hsla(0,0%,100%,.64);line-height:1.8}.consultPanel form{display:grid;grid-template-columns:1fr 1fr;grid-gap:22px;gap:22px}.consultPanel label{display:grid;grid-gap:8px;gap:8px;color:hsla(0,0%,100%,.75);font-size:13px}.consultPanel input,.consultPanel select{width:100%;height:50px;padding:0 13px;border:1px solid hsla(0,0%,100%,.22);border-radius:var(--r-sm);background:hsla(0,0%,100%,.06);color:var(--white)}.consultPanel select option{color:var(--ink)}.consultPanel .consent{grid-column:1/-1;display:flex;align-items:center;gap:10px}.consultPanel .consent input{width:18px;height:18px}.consultPanel button{grid-column:1/-1;min-height:52px;display:flex;align-items:center;justify-content:space-between;padding:0 18px;border:0;border-radius:var(--r-sm);background:var(--red);color:var(--white);font-weight:700;cursor:pointer}.siteFooter{padding:54px max(28px,calc((100vw - var(--max)) / 2)) 26px;background:var(--footer);color:hsla(0,0%,100%,.72)}.siteFooter,.siteFooter a,.siteFooter h2,.siteFooter p,.siteFooter small,.siteFooter strong{font-size:16px}.footerMain{display:grid;grid-template-columns:1.05fr 1fr 1fr 1.35fr;grid-gap:54px;gap:54px;align-items:start;padding-bottom:36px;border-bottom:1px solid hsla(0,0%,100%,.12)}.footerBrandBlock>p{margin:18px 0 0;color:hsla(0,0%,100%,.54);line-height:1.7}.footerBrand{display:flex;align-items:center;gap:13px}.footerBrand strong{display:block;color:var(--white);font-family:var(--serif);font-weight:700;line-height:1.25}.footerBrand small{display:block;margin-top:3px;color:hsla(0,0%,100%,.46);line-height:1.25}.footerChannels h2,.footerColumn h2{margin:0 0 16px;color:var(--white);font-weight:700}.footerColumn p{margin:0 0 7px;color:hsla(0,0%,100%,.6);line-height:1.55}.footerContact{display:flex;flex-direction:column;align-items:flex-start}.footerContact a{min-height:31px;display:flex;align-items:center;color:hsla(0,0%,100%,.62)}.footerQrList{display:grid;grid-template-columns:repeat(3,minmax(72px,1fr));grid-gap:12px;gap:12px}.footerQrItem{min-width:0;text-align:center}.footerQrItem small{display:block;margin-top:7px;color:hsla(0,0%,100%,.58);line-height:1.35}.footerQr{width:76px;aspect-ratio:1;display:block;margin:0 auto;border:5px solid var(--white);background-color:var(--white);background-image:repeating-conic-gradient(from 0deg,#20242b 0 25%,transparent 0 50%);background-position:0 0;background-size:10px 10px;box-shadow:inset 0 0 0 4px var(--white)}.footerQr2{background-position:3px 6px;background-size:9px 9px}.footerQr3{background-position:6px 2px;background-size:11px 11px}.footerNavigation{display:flex;align-items:center;flex-wrap:wrap;gap:11px 28px;padding:24px 0;border-bottom:1px solid hsla(0,0%,100%,.12)}.footerNavigation strong{color:var(--white);margin-right:8px}.footerNavigation a{color:hsla(0,0%,100%,.62)}.footerLegal{padding-top:22px;display:flex;justify-content:space-between;gap:40px;color:hsla(0,0%,100%,.42);font-size:16px;line-height:1.7}.footerLegal p{margin:0}.footerLegal p:first-child{max-width:760px}.footerLegal a{margin-left:16px;color:hsla(0,0%,100%,.64)}.legal,.notFound{min-height:100svh;padding:12vh max(28px,calc((100vw - 900px) / 2));background:var(--paper)}.legal h1,.notFound h1{font:600 clamp(42px,7vw,80px)/1.15 var(--serif);letter-spacing:-.022em}.legal>p:first-child,.notFound p{color:var(--red);font-size:11px;letter-spacing:.2em}.legal p,.notFound span{display:block;color:var(--muted);line-height:1.8}.legal a,.notFound a{display:inline-block;margin-top:40px;padding:12px 0;border-bottom:1px solid var(--red);font-weight:700}.notFound>div{display:flex;flex-wrap:wrap;gap:12px 28px}.backToTop{width:48px;height:48px;display:grid;place-items:center;position:fixed;z-index:90;right:max(20px,env(safe-area-inset-right));bottom:max(20px,env(safe-area-inset-bottom));padding:0;border:0;border-radius:50%;background:var(--red);color:var(--white);box-shadow:0 10px 28px rgba(40,12,12,.24);opacity:0;visibility:hidden;transform:translateY(10px);pointer-events:none;cursor:pointer;transition:background-color .18s ease,opacity .18s ease,transform .18s ease,visibility .18s ease}.backToTop.isVisible{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.backToTop span{width:12px;height:12px;border-top:2px solid;border-left:2px solid;transform:translateY(3px) rotate(45deg)}.backToTop:active{transform:scale(.96)}@media (hover:hover){.desktopNav a:hover:after{left:8px;right:8px}.languageLink:hover{background:color-mix(in oklch,var(--red) 14%,transparent);color:var(--red)}.consultLink:hover,.heroPrimary:hover,.routeAction:hover{background:var(--red-dark);transform:translateY(-2px)}.destinationList a:hover{border-color:color-mix(in oklch,var(--red) 28%,transparent);box-shadow:0 12px 28px rgba(15,20,25,.13);color:var(--red);transform:translateY(-4px)}.programCard:hover>img{transform:scale(1.035)}.programCard:hover .programCardShade{background:rgba(8,13,18,.34)}.programCarouselControls button:hover{border-color:var(--red);background:var(--red);color:var(--white);transform:translateY(-2px)}.footerContact a:hover,.footerLegal a:hover,.footerNavigation a:hover{color:var(--white)}.serviceCarouselControl:hover{border-color:var(--red);background:var(--red)}.backToTop:hover{background:var(--red-dark)}}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid oklch(79% .12 80);outline-offset:3px}.consultLink:active,.consultPanel button:active,.heroPrimary:active,.routeAction:active{transform:scale(.97)}@media (max-width:1120px){.siteHeader{height:64px}.siteHeaderOverlay{margin-bottom:-64px}.desktopNav,.headerActions{display:none}.headerShell{width:100%;height:64px;min-height:64px;padding:0 max(0px,env(safe-area-inset-right)) 0 max(22px,env(safe-area-inset-left));grid-template-columns:1fr auto;gap:0}.studyBrand small{display:none}.mobileMenu{display:block}.menuButton{width:64px;height:64px;position:relative;z-index:70;display:grid;place-content:center;grid-gap:5px;gap:5px;padding:20px;border:0;background:transparent;color:inherit;cursor:pointer;touch-action:manipulation}.menuButton span{width:24px;height:2px;display:block;background:currentColor;transition:transform .16s ease,opacity .16s ease}.mobileMenu.isOpen .menuButton{color:var(--ink)}.mobileMenu.isOpen .menuButton span:first-child{transform:translateY(7px) rotate(45deg)}.mobileMenu.isOpen .menuButton span:nth-child(2){opacity:0}.mobileMenu.isOpen .menuButton span:last-child{transform:translateY(-7px) rotate(-45deg)}.menuButton:focus-visible{outline:2px solid var(--red);outline-offset:-6px}.mobileMenuOverlay{position:fixed;inset:0;z-index:55;border:0;background:color-mix(in oklch,var(--footer) 72%,transparent);cursor:default}.mobileMenuPanel{position:fixed;z-index:60;top:64px;right:max(12px,env(safe-area-inset-right));left:max(12px,env(safe-area-inset-left));max-height:calc(100dvh - 80px);padding:18px 18px max(18px,env(safe-area-inset-bottom));display:grid;grid-gap:4px;gap:4px;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;background:var(--footer);color:var(--white);border:1px solid color-mix(in oklch,var(--red) 35%,transparent);box-shadow:0 24px 70px rgba(5,9,14,.46)}.mobileMenuPanel>p{margin:0 0 4px;padding:4px 8px 16px;display:flex;align-items:baseline;justify-content:space-between;color:var(--red);font-size:14px;font-weight:700;letter-spacing:.08em;border-bottom:1px solid hsla(0,0%,100%,.16)}.mobileMenuPanel>p small{color:hsla(0,0%,100%,.62);font-size:10px;font-weight:500;letter-spacing:.14em}.mobileMenuPanel>a{min-height:54px;padding:0 12px;display:flex;align-items:center;gap:18px;font-family:var(--serif);font-size:18px;font-weight:650;touch-action:manipulation}.mobileMenuPanel>a>span{color:var(--red);font:700 11px/1 Arial Narrow,Arial,sans-serif;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;letter-spacing:.1em}.mobileMenuPanel>a[aria-current=page]{background:var(--red);color:var(--white)}.mobileMenuPanel>a[aria-current=page]>span{color:currentColor}.mobileMenuActions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px;margin-top:8px;padding-top:16px;border-top:1px solid hsla(0,0%,100%,.16)}.mobileMenuActions a{min-height:48px;padding:0 10px;display:grid;place-items:center;border:1px solid hsla(0,0%,100%,.24);font-size:15px;font-weight:700;text-align:center}.mobileMenuActions .mobileContact{border-color:var(--red);background:var(--red);color:var(--white)}.mobileMenuPanel a:focus-visible{outline:2px solid var(--red);outline-offset:-2px}.destinationList{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:1280px) and (min-width:1121px){.headerShell{gap:24px}.themeSwitcher button{width:36px;min-width:36px;padding:0}.themeSwitcher small{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}}@media (max-width:800px){.studyHero{min-height:500px;height:500px}.studyHeroImage{object-position:58% center}.studyHeroShade{background:linear-gradient(90deg,rgba(9,14,19,.82),rgba(9,14,19,.4) 72%)}.studyHeroInner{padding-top:124px}.studyHeroLead{max-width:450px}.destinationFinder{width:calc(100% - 48px)}.consultPanel,.routeHero,.sectionHeading,.serviceSection{grid-template-columns:1fr}.routeHero,.sectionHeading{gap:24px}.consultPanel{gap:52px}.programCard{flex-basis:calc((100% - 18px) / 2.15)}.routeHero .sectionKicker{margin-bottom:0}.routeLedger article>div{grid-template-columns:130px 210px 1fr}.footerMain,.guideGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:600px){.headerShell{padding-left:max(18px,env(safe-area-inset-left))}.destinationSection,.programSection,.routePage,.studyHeroInner{width:calc(100% - 36px)}.studyBrand{font-size:16px}.brandMonogram{width:34px;height:34px;font-size:19px}.mobileMenuPanel{right:max(8px,env(safe-area-inset-right));left:max(8px,env(safe-area-inset-left));max-height:calc(100dvh - 72px)}.studyHero{min-height:500px;height:500px}.studyHeroImage{object-position:center}.studyHeroShade{background:linear-gradient(90deg,rgba(9,14,19,.87),rgba(9,14,19,.48))}.studyHeroInner{padding-top:105px}.studyHero h1{font-size:39px}.pageShell:lang(en-US) .studyHero h1{font-size:35px}.studyHeroLead{max-width:30ch;font-size:15px;line-height:1.7}.heroActions{gap:16px}.heroSecondary{display:none}.destinationFinder{width:calc(100% - 36px);min-height:58px;grid-template-columns:1fr auto}.destinationFinder label{display:none}.destinationFinder select{height:58px;padding-left:14px}.destinationFinder button{min-width:106px;padding:0 13px}.destinationSection{padding:76px 0 88px}.sectionHeading{margin-bottom:38px}.destinationList{grid-template-columns:1fr;gap:14px}.destinationList a{min-height:210px;padding:22px 20px 18px}.serviceSection{padding:72px 0 58px}.serviceCarouselHeader{width:calc(100% - 36px);margin-bottom:34px}.serviceCarouselStage{height:390px}.serviceSlide{width:calc(100% - 44px);height:360px}.serviceSlide.isPrevious{opacity:.35;transform:translateX(-143%) scale(.9)}.serviceSlide.isNext{opacity:.35;transform:translateX(43%) scale(.9)}.serviceSlideContent{padding:24px 22px}.serviceSlideContent h3{font-size:28px}.serviceSlideContent small{font-size:13px;line-height:1.65}.serviceCarouselControl{min-width:62px;top:auto;bottom:16px}.serviceCarouselControl.previous{left:18px}.serviceCarouselControl.next{right:18px}.consultPanel{padding:78px 18px 86px}.programSection{padding:82px 0 90px}.programHeading{margin-bottom:32px}.programCard{flex-basis:calc((100% - 18px) / 1.1)}.programCardContent{padding:18px}.programCarouselControls button{min-width:70px}.guideBand{padding:78px 18px 84px}.guideBandHeading{margin-bottom:30px}.guideGrid{grid-template-columns:1fr;gap:18px}.guideCardContent{padding:18px 18px 21px}.routePage{padding:66px 0 80px}.routeHero{padding-bottom:40px}.routeHero h1{font-size:46px}.pageShell:lang(en-US) .routeHero h1{font-size:40px}.routeHero>p:last-child{font-size:15px}.routeLedger article{grid-template-columns:38px 1fr;padding:24px 0}.routeLedger article>div{grid-template-columns:1fr;gap:7px}.routeLedger h2{font-size:21px}.consultPanel form{grid-template-columns:1fr}.consultPanel .consent,.consultPanel button{grid-column:1}.siteFooter{padding:48px 18px 24px}.footerMain{grid-template-columns:1fr;gap:34px}.footerBrandBlock,.footerChannels,.footerColumn,.footerContact{align-items:center;text-align:center}.footerChannels{width:100%;display:flex;flex-direction:column;justify-self:center;justify-content:center}.footerQrList{width:min(100%,310px);margin-inline:auto}.footerNavigation{justify-content:center;align-items:center;gap:14px 24px;text-align:center}.footerNavigation strong{width:100%}.footerLegal{flex-direction:column;gap:15px;text-align:center}.footerLegal a{margin-left:0;margin-right:14px}.backToTop{right:max(16px,env(safe-area-inset-right));bottom:max(16px,env(safe-area-inset-bottom))}.notFound>div{flex-direction:column;align-items:flex-start}}@media (max-width:360px){.studyHero h1{font-size:35px}.heroEyebrow{font-size:9px}.destinationFinder button{min-width:94px}.destinationFinder button span{display:none}.footerQr{width:70px}.mobileMenuActions{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}