.detail-dialog{max-width:none;max-height:none;width:100%;height:100%;padding:30px;border:0;background:transparent;color:var(--ink);overflow-y:auto;overscroll-behavior:contain}.detail-dialog[open]{display:flex;align-items:flex-start;justify-content:center}.detail-dialog::backdrop{background:#082d35a8;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.dialog-surface{background:var(--paper);border-radius:9px;max-width:720px;width:100%;position:relative;margin:auto;box-shadow:0 30px 100px #092b3440;flex-shrink:0;overflow:hidden}.dialog-close{position:absolute;top:15px;right:15px;z-index:2;width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:#fafaf6eb;color:var(--teal);box-shadow:0 2px 15px #0b38371a}.dialog-image{height:245px;position:relative;overflow:hidden;background:var(--teal)}.dialog-image img{height:100%}.dialog-image:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,#073a3980,transparent 80%)}.dialog-image>span{position:absolute;bottom:24px;left:36px;z-index:1;font:italic 39px Playfair Display,serif;color:#fff}.dialog-body{padding:42px}.dialog-body>.eyebrow{font-size:8px;margin-bottom:20px}.dialog-body>h2{font-size:31px;line-height:1.55;padding-right:15px;margin-bottom:20px}.dialog-body>p{font-size:13px;line-height:2;color:#6b7d71}.dialog-cities{display:flex;align-items:center;gap:7px;margin-bottom:17px}.dialog-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:24px}.dialog-tags>span{font-size:10px;border:1px solid #c8d4bc;border-radius:30px;padding:6px 12px}.dialog-actions{display:flex;align-items:center;gap:22px;flex-wrap:wrap;margin-top:30px}.dialog-body .dialog-tagline{font-weight:500;font-size:15px;color:var(--ink);margin-bottom:13px}.dialog-checks{list-style:none;padding:0;margin:24px 0;display:flex;flex-direction:column;gap:15px}.dialog-checks li{display:flex;gap:11px;font-size:13px}.dialog-checks svg{color:#7c9659}.dialog-body .dialog-small{font-size:11px;background:#eef2e6;border-left:2px solid #bacd9f;padding:13px 16px;margin:22px 0}.plan-summary{display:flex;align-items:center;background:#e9eede;border-radius:5px;overflow:hidden;margin-bottom:23px}.plan-summary>img{width:130px;height:120px}.plan-summary>div{padding:18px 22px}.plan-summary span{font-size:10px;color:#879571}.plan-summary h3{font-size:21px;margin-top:9px}.plan-summary p{font-size:11px;color:#83936e;margin-top:5px}.plan-prompts{padding-left:20px;font-size:12px;line-height:2.2;color:#566e5c}.consult-options{display:flex;flex-direction:column;gap:12px;margin-top:27px}.consult-options>a{display:flex;align-items:center;gap:17px;border:1px solid #dbe1d4;padding:20px;border-radius:5px;transition:background .25s,border-color .25s}.consult-options>a:hover{background:#ecf2df;border-color:#abc193}.consult-options>a>svg{margin-left:auto}.consult-icon{width:42px;height:42px;background:#eaf0df;border-radius:50%;display:grid;place-items:center;flex-shrink:0}.consult-icon svg{width:20px}.consult-options strong{display:block;font-size:14px;font-weight:500}.consult-options small{display:block;color:#859378;font-size:10px;margin-top:7px;line-height:1.7}.consult-note{text-align:center;font-size:12px;color:#7d9070;line-height:1.8;margin-top:28px}.dialog-surface[data-phase=closed]{visibility:hidden}.dialog-surface[data-phase=open]{animation:dialog-arrive .32s var(--ease) both}.dialog-surface[data-phase=closing]{animation:dialog-depart var(--dialog-dismiss-time) ease-in both;pointer-events:none}@keyframes dialog-arrive{0%{opacity:.08;translate:0 12px;scale:.985}to{opacity:1;translate:0 0;scale:1}}@keyframes dialog-depart{0%{opacity:1;translate:0 0}to{opacity:.04;translate:0 5px}}@media(max-width:680px){.detail-dialog{padding:15px}.dialog-body{padding:28px 24px}.dialog-body>h2{font-size:26px;margin-bottom:16px}.dialog-image{height:185px}.dialog-image>span{left:24px;font-size:29px}.dialog-body>.eyebrow{margin-top:7px;max-width:calc(100% - 25px);line-height:1.7}.dialog-actions{gap:15px}.dialog-actions>.magnet,.dialog-actions .button{width:100%}.plan-summary>img{width:95px}.plan-summary>div{padding:15px}.plan-summary h3{font-size:17px}.consult-options>a{padding:15px 12px;gap:12px}.consult-icon{width:34px;height:34px}.consult-options strong{font-size:13px}.consult-options small{font-size:9px}.dialog-body>p{font-size:12px}.consult-note{font-size:11px}}@media(prefers-reduced-motion:reduce){.dialog-surface{animation:none!important}}:root{font-family:DM Sans,Noto Sans TC,sans-serif;color:#173f40;background:#fafaf6;font-synthesis:none;font-weight:400;--ink: #173f40;--teal: #0b4548;--lime: #e5f2bc;--paper: #fafaf6;--muted: #73817d;--line: #dce2d9;--ease: cubic-bezier(.22, 1, .36, 1);--dialog-dismiss-time: .16s}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0}button,a,input,select{-webkit-tap-highlight-color:transparent}button,input,select{font:inherit}button,a{touch-action:manipulation}button{cursor:pointer}button{color:inherit}a{color:inherit;text-decoration:none}button{border:0;background:none}img{display:block;width:100%;object-fit:cover}h1,h2,h3,p{margin:0}h2{font-weight:500;font-size:clamp(32px,3.15vw,48px);line-height:1.5;letter-spacing:-.04em}h3{font-weight:500}p{line-height:1.9}::selection{background:#cee5a6;color:#173f40}:focus-visible{outline:2px solid #86ac51;outline-offset:5px}svg{flex-shrink:0}.container{max-width:1320px;width:calc(100% - 120px);margin-inline:auto}.section-pad{padding-block:112px}.muted{color:var(--muted);font-size:14px;line-height:2}.eyebrow{display:flex;align-items:center;gap:9px;color:#637c73;font-size:10px;letter-spacing:.19em;font-weight:500;margin-bottom:25px}.eyebrow>span:not(.eyebrow-dot){margin-right:6px}.eyebrow-dot{width:6px;height:6px;border-radius:50%;background:#829c65}.eyebrow.light{color:#b0c6b7}.eyebrow.light .eyebrow-dot{background:var(--lime)}.serif-accent{color:#728a56}.brand{display:flex;gap:11px;align-items:center;flex-shrink:0}.brand strong{display:block;font-size:18px;font-weight:600;letter-spacing:.11em;line-height:1.3}.brand small{display:block;font-size:9px;letter-spacing:.24em;margin-top:5px}.brand-light{color:#edf0e3}.magnet,.magnet>span{display:inline-block}.magnet>span{transition:transform .5s var(--ease)}.button{display:inline-flex;justify-content:center;align-items:center;gap:25px;min-height:51px;border-radius:4px;padding:14px 24px;font-size:13px;font-weight:500;position:relative;isolation:isolate;overflow:hidden;transition:background-color .25s,color .25s,box-shadow .25s}.button-primary{background:var(--teal);color:#fff}.button-lime{background:var(--lime);color:var(--ink)}.button-secondary{background:#eef0e8;color:var(--ink)}.button svg{transition:transform .3s var(--ease)}.button:hover svg,.button:focus-visible svg{transform:translate(2px,-2px)}.button:before{content:"";position:absolute;inset:0;border-radius:inherit;padding:1px;background:conic-gradient(from var(--beam-angle),transparent 50%,#afd497 76%,transparent 95%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;opacity:.01}.button:hover:before,.button:focus-visible:before{opacity:1;animation:beam-turn 3s linear infinite}.button-primary:hover{background:#146166}.button-lime:hover{background:#f0ffd0}@property --beam-angle{syntax: "<angle>"; initial-value: 0deg; inherits: false;}@keyframes beam-turn{to{--beam-angle: 360deg}}.text-link{display:inline-flex;gap:16px;align-items:center;font-size:13px;padding:9px 0;border-bottom:1px solid #82998b;line-height:1.5;font-weight:500}.text-link svg{transition:transform .25s var(--ease)}.text-link:hover svg{transform:translate(4px)}.skip-link{position:fixed;top:10px;left:20px;transform:translateY(-150%);z-index:1000;background:var(--lime);padding:12px 20px}.skip-link:focus{transform:none}.entry{animation:website-entry .8s var(--ease) both;animation-delay:calc(var(--entry-index, 0) * 90ms)}@keyframes website-entry{0%{opacity:.08;transform:translate3d(0,18px,0);filter:blur(9px)}to{opacity:1;transform:translateZ(0);filter:blur(0)}}.blur-text{display:block;white-space:nowrap}.blur-text>span{display:inline-block}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:30px}.section-heading>p{font-size:14px;line-height:1.9;color:var(--muted);padding-bottom:9px}.mobile-break{display:none}.site-header{position:sticky;top:0;z-index:50;background:#fafaf6f5;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid transparent;transition:box-shadow .25s,border-color .25s}.site-header.is-scrolled{border-color:#d8ded6;box-shadow:0 4px 20px #183c3505}.header-inner{height:94px;max-width:1440px;width:calc(100% - 76px);margin:auto;display:flex;align-items:center;justify-content:space-between;gap:25px}.desktop-nav{display:flex;align-items:center;gap:29px}.desktop-nav a{font-size:13px;white-space:nowrap;position:relative;padding:12px 0}.desktop-nav a:after{content:"";position:absolute;bottom:4px;left:0;right:0;height:1px;background:var(--teal);transform:scaleX(0);transform-origin:left;transition:transform .25s var(--ease)}.desktop-nav a:hover:after{transform:scaleX(1)}.header-actions{display:flex;align-items:center;gap:21px}.header-language{font-size:12px}.header-actions .button{min-height:43px;padding:11px 18px;gap:18px}.menu-toggle{display:none;width:44px;height:44px;align-items:center;justify-content:center}.mobile-menu{display:none}.hero-section{padding:0 18px}.hero-scene{position:relative;min-height:680px;height:calc(100svh - 139px);max-height:940px;overflow:hidden;border-radius:7px;color:#fff;background:#154849}.hero-picture,.hero-shade{position:absolute;inset:0}.hero-picture{transform:translateY(var(--hero-shift, 0px)) scale(1.035);transform-origin:center}.hero-picture img{height:100%;object-position:center 51%}.hero-shade{background:linear-gradient(90deg,#051e20b5,#051e203b 63%,#051e201a),linear-gradient(0deg,rgba(3,36,39,.38),transparent 55%)}.hero-content{position:relative;z-index:2;padding-top:91px}.hero-kicker{display:flex;gap:11px;align-items:center;font-size:10px;letter-spacing:.24em;color:#eef4de}.hero-kicker span{width:6px;height:6px;background:var(--lime);border-radius:50%}.hero-content h1{font-size:clamp(44px,5vw,76px);line-height:1.43;font-weight:500;letter-spacing:.025em;margin-top:25px;text-shadow:0 2px 16px #0c353515}.hero-english{font-family:Playfair Display,Georgia,serif;font-size:26px;letter-spacing:.005em;margin-top:15px;color:#f2f5e8}.hero-english i{color:var(--lime)}.hero-description{font-size:13px;line-height:2.1;color:#ebeee5;margin-top:20px}.hero-actions{display:flex;align-items:center;gap:28px;margin-top:29px}.hero-secondary{display:flex;align-items:center;gap:10px;color:#fff;font-size:13px;padding:14px 0;border-bottom:1px solid #ffffff5e}.hero-side-note{position:absolute;right:28px;top:50%;writing-mode:vertical-rl;letter-spacing:.22em;font-size:9px;color:#edf6e1}.hero-bottom{position:absolute;bottom:67px;left:0;right:0;display:flex;align-items:center;justify-content:space-between}.scroll-cue{display:flex;align-items:center;gap:12px;font-size:9px;letter-spacing:.15em}.scroll-cue>span{width:29px;height:42px;border:1px solid #ffffff80;border-radius:30px;display:flex;align-items:center;justify-content:center}.scroll-cue svg{animation:scroll-cue 2.2s ease-in-out infinite}@keyframes scroll-cue{0%,to{transform:translateY(-3px)}50%{transform:translateY(4px)}}.location-tag{display:flex;align-items:flex-start;gap:8px;font-size:11px}.location-tag small{display:block;font-size:8px;letter-spacing:.07em;opacity:.7;margin-top:6px}.hero-stamp{position:absolute;right:12%;top:35%;width:116px;height:116px;display:grid;place-items:center;color:#edf6d7}.hero-stamp>svg:first-child{position:absolute;inset:0;width:100%;height:100%;animation:stamp-rotate 45s linear infinite}.hero-stamp text{font-size:9.8px;letter-spacing:3.6px;fill:currentColor}@keyframes stamp-rotate{to{transform:rotate(360deg)}}.journey-finder{position:relative;z-index:3;background:var(--paper);margin-top:-42px;display:grid;grid-template-columns:1.2fr 1fr .95fr auto;align-items:center;min-height:102px;border:1px solid #e0e4d7;box-shadow:0 13px 45px #123f3410;border-radius:5px;padding:20px 22px 20px 32px;gap:25px}.finder-intro{display:flex;gap:14px;align-items:center}.finder-intro small{display:block;font-size:8px;letter-spacing:.12em;margin-bottom:8px;color:var(--muted)}.finder-intro strong{font-size:16px;font-weight:500;white-space:nowrap}.finder-field{display:flex;flex-direction:column;gap:8px;border-left:1px solid var(--line);padding-left:25px;min-width:0}.finder-field>span:first-child{font-size:10px;color:var(--muted)}.select-wrap{display:flex;position:relative;align-items:center}.select-wrap select{border:0;background:transparent;color:var(--ink);width:100%;appearance:none;font-size:13px;padding:5px 24px 5px 0;cursor:pointer}.select-wrap svg{position:absolute;right:0;pointer-events:none}.finder-submit{background:var(--teal);color:#fff;border-radius:3px;padding:18px 20px;display:flex;align-items:center;gap:27px;font-size:12px;min-height:54px;transition:background .25s}.finder-submit:hover{background:#176064}.intro{display:grid;grid-template-columns:1fr 1fr;gap:28px 100px;padding-top:110px}.intro-heading h2{position:relative;display:inline-block}.heading-arrow{position:absolute;right:-85px;top:13px;width:54px;height:54px;color:#94a477}.intro-copy{align-self:center;padding-top:34px}.intro-copy>p:first-child{font-size:18px;line-height:1.85;font-weight:500;margin-bottom:20px}.intro-proof{display:flex;gap:23px;flex-wrap:wrap;margin-top:25px}.intro-proof span{display:flex;gap:8px;align-items:center;font-size:11px}.intro-proof svg{color:#789269}.trust-strip{grid-column:1/-1;border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin-top:36px;display:grid;grid-template-columns:1fr 1fr 1fr 1.15fr;padding-block:35px}.trust-strip>div{padding-left:44px;border-left:1px solid var(--line)}.trust-strip>div:first-child{border:0;padding:0}.trust-strip strong{font-weight:400;font-size:43px;line-height:1.2;letter-spacing:-.045em}.trust-strip strong span{font-size:12px;margin-left:7px;letter-spacing:0}.trust-strip p{font-size:11px;color:var(--muted);margin-top:9px}.trust-strip .trust-message{display:flex;align-items:center;gap:23px;font-size:13px;line-height:1.9}.trust-message svg{color:#899c71}.destinations{background:#edf1e9}.destination-controls{display:flex;align-items:center;justify-content:space-between;margin:34px 0 25px;gap:20px}.filter-tabs{display:flex;gap:9px;flex-wrap:wrap}.filter-tabs button{padding:9px 17px;border:1px solid #cbd4c7;border-radius:30px;font-size:12px;min-height:37px;transition:background .25s,color .25s,border-color .25s}.filter-tabs button.active{background:var(--teal);border-color:var(--teal);color:#fff}.filter-tabs button:hover:not(.active){background:#dfe6d7}.tiny-label{font-size:8px;color:#889380;letter-spacing:.16em}.destination-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.destination-card{position:relative;overflow:hidden;height:450px;border-radius:5px;display:block;width:100%;text-align:left;padding:0;color:#fff;background:#315b50;isolation:isolate}.destination-card>img{height:100%;transition:transform 1.1s var(--ease),filter 1s;filter:saturate(.85)}.destination-card:hover>img,.destination-card:focus-visible>img{transform:scale(1.055);filter:saturate(1)}.destination-shade{position:absolute;inset:0;background:linear-gradient(0deg,#082d32d9,#082d3220 60%,#082d3245)}.destination-top{position:absolute;top:24px;left:24px;right:24px;display:flex;justify-content:space-between;align-items:center}.destination-label{border:1px solid #ffffff60;background:#ffffff12;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);font-size:10px;padding:6px 10px;border-radius:2px}.destination-index{font-size:11px;opacity:.8}.destination-content{position:absolute;bottom:24px;left:26px;right:26px}.country-english{display:block;font:italic 32px/1.25 Playfair Display,Georgia,serif;color:#f0f4d9}.destination-content>strong{display:block;font-size:24px;font-weight:500;letter-spacing:.08em;margin-top:7px}.destination-caption{display:block;font-size:11px;color:#eff5e8;margin-top:13px}.destination-bottom{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #ffffff40;margin-top:21px;padding-top:17px;gap:8px}.destination-bottom>span:first-child{display:flex;align-items:center;gap:5px;font-size:9px}.circle-arrow{display:grid;place-items:center;border:1px solid #ffffff60;width:34px;height:34px;border-radius:50%;transition:background .25s,color .25s}.destination-card:hover .circle-arrow{background:var(--lime);border-color:var(--lime);color:var(--teal)}.destination-footer{display:flex;align-items:center;justify-content:space-between;margin-top:28px}.destination-footer>span{font-size:12px;color:var(--muted)}.programs{display:grid;grid-template-columns:1fr 1.28fr;gap:100px}.program-intro>.muted{margin-top:22px}.program-intro>.text-link{margin-top:20px}.program-image{position:relative;width:100%;max-width:375px;margin-top:34px;overflow:hidden;border-radius:4px;aspect-ratio:1.6}.program-image img{height:100%;animation:program-picture .5s var(--ease) both;filter:saturate(.75)}@keyframes program-picture{0%{opacity:.12;transform:scale(1.06)}to{opacity:1;transform:scale(1)}}.program-image:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,#153a3470,transparent 65%)}.image-note{position:absolute;bottom:17px;left:20px;font:italic 17px Playfair Display,serif;color:#fff;z-index:1}.program-list{border-top:1px solid var(--line)}.program-row{position:relative;width:100%;text-align:left;display:flex;gap:19px;align-items:center;padding:31px 5px;border-bottom:1px solid var(--line);min-height:166px;transition:padding .35s var(--ease),background .3s}.program-row.is-active{padding-inline:17px;background:#f0f3e9}.program-number{font-size:10px;color:#829184;align-self:flex-start;padding-top:3px}.program-row-content{display:flex;flex-direction:column;max-width:350px}.program-english{font-size:9px;letter-spacing:.12em;color:#778571}.program-row-content strong{font-size:25px;font-weight:500;letter-spacing:.02em;margin-top:9px}.program-description{font-size:12px;line-height:1.9;color:var(--muted);margin-top:9px}.program-icon{margin-left:auto;color:#8fa37e}.program-arrow{margin-left:10px}.program-row:hover .program-arrow{transform:translate(2px,-2px)}.life-section{background:var(--teal);color:#fff;overflow:hidden;position:relative;padding:118px 0 130px}.life-layout{display:grid;grid-template-columns:.83fr 1.3fr;gap:80px;position:relative}.life-copy h2{font-size:clamp(33px,3.3vw,50px);line-height:1.5}.life-copy h2 span{color:var(--lime)}.life-english{font-family:Playfair Display,serif;font-size:26px;line-height:1.35;margin-top:27px;color:#e9f0dc}.life-english i{color:#b7c49c}.life-description{font-size:13px;line-height:1.9;color:#c2d3c9;margin:26px 0}.life-location{display:flex;gap:7px;align-items:center;font-size:8px;letter-spacing:.1em;margin-top:42px;color:#b1c7b8}.life-location>span{margin-left:18px;opacity:.7}.life-collage{position:relative;min-height:600px;padding-top:32px}.life-photo{position:relative;overflow:hidden;background:#cdd8bb;padding:9px 9px 0;color:var(--ink);box-shadow:0 15px 40px #001b2a40}.life-photo img{height:100%;filter:saturate(.8)}.photo-main{width:87%;margin-left:auto;transform:rotate(4deg);aspect-ratio:1.28}.photo-main img{height:calc(100% - 44px)}.photo-main>div{display:flex;align-items:center;justify-content:space-between;padding:13px 5px;font-size:9px;letter-spacing:.11em}.photo-secondary{width:65%;position:absolute;bottom:7px;left:-15px;transform:rotate(-7deg);aspect-ratio:1.23;padding:8px 8px 0;background:#f3f1e3}.photo-secondary img{height:calc(100% - 43px)}.photo-caption{display:block;text-align:center;padding:14px 0;font-size:11px;letter-spacing:.06em}.life-note{position:absolute;right:0;bottom:-90px;width:30%;color:var(--lime)}.note-spark{display:block;font-size:54px;font-weight:300;line-height:1;margin-bottom:20px}.life-note p{font-family:Playfair Display,serif;font-size:21px;line-height:1.4}.life-note i{font-size:17px;color:#b5c797}.life-orbit{position:absolute;left:-380px;top:120px;width:1100px;height:1100px;border:1px solid #9ab5a01b;border-radius:50%;box-shadow:0 0 0 75px #9ab5a009,0 0 0 155px #9ab5a008;pointer-events:none}.journey-title{text-align:center}.journey-title .eyebrow{justify-content:center}.journey-title .muted{margin-top:16px}.journey-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:54px;margin-top:59px}.journey-step{position:relative}.step-icon{position:relative;width:72px;height:72px;background:#ecf0e5;display:grid;place-items:center;border-radius:50%;margin-bottom:24px}.step-icon>span{position:absolute;right:-6px;top:0;background:var(--paper);border:1px solid #cad6bd;border-radius:50%;height:22px;width:22px;display:grid;place-items:center;font-size:8px}.step-subtitle{font-size:9px;color:#879378;letter-spacing:.13em}.journey-step h3{font-size:20px;margin-top:9px}.journey-step p{font-size:12px;color:var(--muted);line-height:1.9;margin-top:12px;max-width:220px}.step-connector{position:absolute;top:25px;right:30px;color:#9aab8e}.journal-section{background:#eff1e9}.journal-filter{display:flex;gap:24px;border-bottom:1px solid #d4ddcd;margin-top:32px}.journal-filter button{font-size:12px;color:#8b9684;padding:10px 0 16px;border-bottom:2px solid transparent;min-height:44px}.journal-filter button.active{color:var(--teal);border-bottom-color:var(--teal)}.journal-row{display:flex;align-items:center;gap:38px;border-bottom:1px solid #d4ddcd;padding:29px 7px;transition:padding .35s var(--ease),background .35s}.journal-row:hover{padding-left:20px;background:#e4eada}.journal-row time{width:70px;flex-shrink:0;text-align:center;display:flex;flex-direction:column}.journal-row time>span{font-size:10px;letter-spacing:.15em}.journal-row time>strong{font-size:40px;font-weight:400;line-height:1.35;letter-spacing:-.06em}.journal-row time>small{font-size:9px;color:#929c8b;letter-spacing:.13em}.journal-content>div{display:flex;align-items:center;gap:13px}.journal-category{font-size:9px;background:#e1e8d4;padding:3px 8px;border-radius:2px}.journal-format{display:flex;gap:5px;align-items:center;font-size:10px;color:#77866e}.journal-content h3{font-size:20px;margin-top:11px;line-height:1.6}.journal-content>p{font-size:12px;color:var(--muted);margin-top:6px}.journal-arrow{margin-left:auto;width:47px;height:47px;border:1px solid #cbd5c3;border-radius:50%;display:grid;place-items:center;transition:background .25s}.journal-row:hover .journal-arrow{background:var(--teal);color:#fff}.journal-footnote{font-size:10px;color:#7a8770;margin-top:20px}.faq-section{display:grid;grid-template-columns:.9fr 1.3fr;gap:85px}.faq-section .text-link{margin-top:25px}.faq-list{border-top:1px solid var(--line)}.faq-item{border-bottom:1px solid var(--line)}.faq-item h3 button{font-size:14px;display:flex;gap:20px;align-items:center;justify-content:space-between;text-align:left;width:100%;padding:23px 0;line-height:1.7}.faq-item h3 svg{transition:transform .25s var(--ease);color:#8d9d7d}.faq-item.is-open h3 svg{transform:rotate(45deg)}.faq-answer{display:grid;grid-template-rows:0fr;transition:grid-template-rows .25s var(--ease)}.faq-answer>div{overflow:hidden}.faq-answer p{padding:0 30px 23px 0;font-size:12px;color:var(--muted);line-height:1.9}.faq-item.is-open .faq-answer{grid-template-rows:1fr}.contact-cta{position:relative;overflow:hidden;background:#e5edcc;text-align:center;padding:94px 0 118px}.cta-content{position:relative;z-index:1}.cta-content .eyebrow{justify-content:center}.cta-content h2{font-size:45px;line-height:1.5}.cta-content h2>span{color:#6b8451}.cta-content p{font-size:13px;color:#70835f;margin:24px 0}.cta-note{display:block;font-size:10px;color:#7c8c6a;margin-top:20px}.cta-word{position:absolute;font:italic clamp(95px,15vw,230px) "Playfair Display",serif;bottom:-66px;left:50%;transform:translate(-50%);white-space:nowrap;color:#bbcda073;line-height:1;pointer-events:none}.cta-contour{position:absolute;border:1px solid #afc39470;border-radius:50%;width:850px;height:450px;transform:rotate(-34deg);pointer-events:none}.contour-one{right:-600px;top:90px;box-shadow:0 0 0 35px #afc39416,0 0 0 70px #afc39416,0 0 0 105px #afc39416}.contour-two{left:-600px;top:-40px;box-shadow:0 0 0 40px #afc39416,0 0 0 80px #afc39416,0 0 0 120px #afc39416}.site-footer{background:#103c3e;color:#d9e1d3;padding-top:66px}.footer-main{display:grid;grid-template-columns:1.4fr 1.1fr 1.1fr .9fr;gap:42px;padding-bottom:50px}.footer-brand p{font-size:12px;margin-top:23px;color:#b3c5b7}.footer-brand>span{display:block;font-size:7px;letter-spacing:.11em;color:#819f90;margin-top:17px}.footer-label{font-size:10px;letter-spacing:.1em;display:block;margin:5px 0 20px;color:#d6e4c2}.footer-office p{font-size:11px;line-height:1.9;margin-bottom:13px;color:#bacbbd}.footer-office a{display:flex;align-items:center;gap:8px;font-size:11px;margin-top:10px}.footer-office small{display:block;font-size:9px;color:#89a18e;margin-top:15px}.footer-links{padding-top:4px;display:flex;flex-direction:column;gap:19px}.footer-links a{display:flex;align-items:center;justify-content:space-between;gap:16px;font-size:11px}.footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid #98b79826;padding:21px 0 25px;color:#7f9c8c;font-size:9px}.footer-bottom>a{letter-spacing:.12em;color:#c0d2b6}.floating-line{position:fixed;bottom:25px;right:25px;background:#f5f7ed;border:1px solid #dce4d2;color:var(--teal);display:flex;gap:9px;align-items:center;z-index:40;padding:13px 17px;border-radius:40px;box-shadow:0 4px 20px #163e4020;transition:transform .25s}.floating-line span{font-size:11px}.floating-line:hover{transform:translateY(-3px)}@media(min-width:1600px){.hero-content{padding-top:120px}.hero-content h1{font-size:79px}.hero-description{font-size:15px}.hero-bottom{bottom:85px}.hero-actions{margin-top:38px}.hero-stamp{right:19%}}@media(max-width:1250px){.container{width:calc(100% - 80px)}.header-inner{width:calc(100% - 48px);gap:18px}.desktop-nav{gap:19px}.desktop-nav a{font-size:12px}.brand strong{font-size:16px}.brand-mark{width:37px;height:37px}.header-language{display:none}.header-actions .button{font-size:11px;gap:10px}.intro{gap:28px 70px}.programs{gap:60px}.destination-card{height:415px}.destination-content,.destination-top{left:20px;right:20px}.life-layout{gap:55px}.life-collage{min-height:575px}.photo-main{margin-top:25px}.photo-secondary{bottom:20px}.life-note{bottom:15px}.trust-strip>div{padding-left:30px}.journey-finder{padding-left:22px;gap:18px}.finder-intro strong{font-size:14px}.finder-field{padding-left:18px}.finder-submit{gap:15px;padding-inline:17px}.footer-main{gap:26px}.program-icon{display:none}}@media(max-width:1050px){.header-inner{height:82px}.desktop-nav{display:none}.header-actions{margin-left:auto}.menu-toggle{display:flex}.mobile-menu{position:absolute;display:flex;flex-direction:column;left:0;right:0;top:100%;padding:8px 35px 26px;background:var(--paper);border-bottom:1px solid var(--line);box-shadow:0 18px 20px #143b3412;transform:translateY(-10px);opacity:.01;visibility:hidden;pointer-events:none;transition:transform .3s var(--ease),opacity .2s,visibility .2s}.mobile-menu.is-open{transform:translateY(0);opacity:1;visibility:visible;pointer-events:auto}.mobile-menu>a{display:flex;align-items:center;gap:20px;padding:18px 0;font-size:15px;border-bottom:1px solid var(--line)}.mobile-menu>a>small{font-size:10px;color:#8a987c}.mobile-menu>a>svg{margin-left:auto}.mobile-menu>button{display:flex;justify-content:space-between;background:var(--teal);color:#fff;margin-top:21px;padding:16px;font-size:13px}.hero-scene{min-height:680px;height:calc(100svh - 123px)}.hero-content{padding-top:95px}.hero-content h1{font-size:59px}.hero-stamp{right:10%;top:47%;width:97px;height:97px}.hero-description{font-size:13px}.journey-finder{grid-template-columns:1fr 1fr auto;gap:17px;padding:20px}.finder-intro{grid-column:1/-1;padding-bottom:15px;border-bottom:1px solid var(--line)}.finder-intro>span{display:flex;align-items:center;flex-direction:row-reverse;gap:20px}.finder-intro small{margin:0}.finder-intro svg{width:23px}.finder-field{border:0;padding:0}.finder-field:nth-of-type(2){border-left:1px solid var(--line);padding-left:20px}.section-pad{padding-block:85px}.intro{gap:25px 65px}.intro-heading h2{font-size:33px}.heading-arrow{right:-43px;top:15px;width:32px;height:32px}.intro-copy{padding-top:26px}.intro-copy>p:first-child{font-size:16px}.intro-copy .muted{font-size:12px}.intro-proof{gap:15px}.intro-proof span{font-size:10px}.trust-strip>div{padding-left:20px}.trust-strip strong{font-size:35px}.trust-strip .trust-message{font-size:11px;gap:14px}.trust-strip p{font-size:10px}.destination-grid{gap:15px}.destination-card{height:370px}.destination-content>strong{font-size:21px}.country-english{font-size:26px}.destination-caption{font-size:10px}.destination-bottom>span:first-child{font-size:8px}.destination-bottom{gap:5px}.circle-arrow{width:29px;height:29px;flex-shrink:0}.destination-top{top:18px;left:17px;right:17px}.destination-label{font-size:8px;padding:5px 7px}.destination-content{left:17px;right:17px;bottom:19px}.programs{gap:50px;grid-template-columns:.9fr 1.1fr}.program-row{gap:13px;padding-block:24px}.program-row-content strong{font-size:23px}.program-arrow{width:20px}.program-description{font-size:11px}.program-english{font-size:8px}.life-section{padding-block:90px 110px}.life-layout{gap:40px;grid-template-columns:.9fr 1.1fr}.life-collage{min-height:565px}.photo-main{width:100%;margin-top:40px}.photo-secondary{width:83%;bottom:55px;left:-10px}.life-note{display:none}.life-copy h2{font-size:35px}.life-description{font-size:12px}.life-location{font-size:7px}.life-location>span{display:none}.life-english{font-size:25px}.journey-steps{gap:27px}.step-connector{right:5px}.journey-step h3{font-size:18px}.journey-step p{font-size:11px}.faq-section{gap:45px;grid-template-columns:.8fr 1.2fr}.faq-section h2{font-size:34px}.faq-item h3 button{font-size:13px}.footer-main{grid-template-columns:1.3fr 1fr 1fr;gap:25px}.footer-links{grid-column:1/-1;flex-direction:row;gap:45px;border-top:1px solid #ffffff20;padding-top:25px}.tiny-label{display:none}.cta-content h2{font-size:41px}}@media(max-width:760px){.container{width:calc(100% - 48px)}.header-inner{height:76px}.header-actions .button{min-height:40px;font-size:11px;padding:10px 14px}.header-actions .button svg{width:14px}.header-actions{gap:0}.header-inner{gap:12px}.menu-toggle{width:35px}.brand{gap:8px}.brand strong{font-size:15px}.brand small{font-size:7px}.brand-mark{width:34px;height:34px}.hero-section{padding-inline:10px}.hero-scene{min-height:650px;max-height:770px;height:calc(100svh - 89px);border-radius:5px}.hero-content{padding-top:76px}.hero-content h1{font-size:clamp(35px,6.7vw,52px);margin-top:24px}.hero-description{font-size:12px}.hero-english{font-size:22px;margin-top:17px}.hero-kicker{font-size:8px;letter-spacing:.2em}.hero-actions{gap:22px;margin-top:27px}.hero-actions .button{padding:13px 19px;gap:18px;font-size:12px;min-height:49px}.hero-secondary{font-size:11px}.hero-stamp{width:80px;height:80px;right:8%;top:auto;bottom:132px}.hero-stamp>svg:last-child{width:28px}.hero-side-note{right:12px;font-size:7px}.hero-bottom{bottom:59px}.location-tag{font-size:9px}.location-tag small{font-size:7px}.scroll-cue{font-size:8px}.hero-picture img{object-position:60% center}.hero-shade{background:linear-gradient(90deg,#062f35a1,#062f3540),linear-gradient(0deg,#06333769,transparent 65%)}.journey-finder{width:calc(100% - 28px);grid-template-columns:1fr 1fr;gap:18px 15px;margin-top:-28px;padding:20px 22px}.finder-intro{gap:10px;padding-bottom:16px}.finder-intro>span{display:block}.finder-intro small{font-size:7px;margin-bottom:6px}.finder-intro strong{font-size:14px}.finder-field{gap:6px}.finder-field>span:first-child{font-size:9px}.select-wrap select{font-size:12px}.finder-field:nth-of-type(2){padding-left:15px}.finder-submit{grid-column:1/-1;justify-content:space-between;min-height:45px;padding:14px 16px;font-size:12px}.section-pad{padding-block:73px}.intro{grid-template-columns:1fr;gap:27px;padding-top:75px}.intro-heading h2{font-size:36px}.intro-heading .eyebrow{margin-bottom:20px}.heading-arrow{right:-65px;width:40px;height:40px}.intro-copy{padding-top:0}.intro-copy>p:first-child{font-size:17px}.intro-copy .muted{font-size:13px}.intro-proof{gap:20px;margin-top:24px}.intro-proof span{font-size:10px}.trust-strip{grid-template-columns:1fr 1fr;padding-block:29px;gap:30px;margin-top:8px}.trust-strip>div{padding-left:24px}.trust-strip>div:nth-child(3){padding:0;border:0}.trust-strip strong{font-size:37px}.trust-strip .trust-message{font-size:11px;gap:12px}.trust-strip p{font-size:10px}.section-heading{display:block}.section-heading h2{font-size:32px;line-height:1.55}.section-heading>p{margin-top:16px;font-size:12px;padding:0}.section-heading .eyebrow{font-size:9px;margin-bottom:20px}.destination-controls{margin:27px 0 22px}.filter-tabs{gap:7px}.filter-tabs button{font-size:10px;padding:8px 14px;min-height:35px}.destination-grid{grid-template-columns:1fr;gap:18px}.destination-card{height:410px}.destination-card>img{object-position:center 50%}.destination-top{top:23px;left:25px;right:25px}.destination-label{font-size:10px;padding:6px 10px}.destination-content{bottom:23px;left:25px;right:25px}.country-english{font-size:35px}.destination-content>strong{font-size:27px}.destination-caption{font-size:12px}.destination-bottom>span:first-child{font-size:10px}.circle-arrow{width:35px;height:35px}.destination-footer{margin-top:25px;gap:15px}.destination-footer>span{font-size:10px}.destination-footer .text-link{font-size:11px;gap:8px}.programs{grid-template-columns:1fr;gap:35px}.program-intro h2{font-size:35px}.program-intro>.muted{font-size:13px;margin-top:20px}.program-image{display:none}.program-row{padding:26px 2px;min-height:156px;gap:18px}.program-row.is-active{padding-inline:13px}.program-row-content strong{font-size:25px}.program-description{font-size:12px}.program-english{font-size:9px}.program-row-content{max-width:calc(100% - 65px)}.program-arrow{margin-left:auto}.life-section{padding:73px 0 82px}.life-layout{grid-template-columns:1fr;gap:16px}.life-copy h2{font-size:37px}.life-description{font-size:13px;margin:22px 0 27px}.life-english{font-size:28px}.life-location{font-size:8px;margin-top:30px}.life-collage{min-height:490px;padding:18px 7px 0}.photo-main{width:90%;margin-top:0;margin-right:0}.photo-secondary{width:70%;left:0;bottom:12px}.life-note{display:block;right:0;bottom:14px;width:23%}.life-note p{font-size:16px}.life-note i{font-size:13px}.note-spark{font-size:40px;margin-bottom:10px}.journey-title{text-align:left}.journey-title .eyebrow{justify-content:flex-start;font-size:9px}.journey-title h2{font-size:28px;letter-spacing:-.055em}.journey-title .muted{font-size:12px}.journey-steps{grid-template-columns:1fr 1fr;gap:38px 28px;margin-top:40px}.step-icon{width:62px;height:62px;margin-bottom:20px}.step-icon>svg{width:26px}.step-connector{display:none}.journey-step h3{font-size:18px}.journey-step p{font-size:12px}.step-subtitle{font-size:8px}.journal-section .section-heading h2{font-size:29px}.journal-section .section-heading>.text-link{margin-top:20px;font-size:12px}.journal-filter{margin-top:25px}.journal-row{gap:19px;padding:25px 0}.journal-row time{width:46px}.journal-row time>strong{font-size:34px}.journal-row time>span{font-size:8px}.journal-content h3{font-size:16px;line-height:1.65;margin-top:9px}.journal-content>p{display:none}.journal-content>div{gap:8px}.journal-format{font-size:9px}.journal-category{font-size:8px;padding:3px 6px}.journal-format svg{display:none}.journal-arrow{width:31px;height:31px;flex-shrink:0;border:0}.journal-arrow svg{width:21px}.journal-footnote{font-size:9px;line-height:1.8}.faq-section{grid-template-columns:1fr;gap:34px}.faq-section h2{font-size:34px}.faq-section .eyebrow{margin-bottom:19px}.faq-section .text-link{margin-top:20px;font-size:12px}.faq-item h3 button{font-size:13px;padding:20px 0}.contact-cta{padding:73px 0 95px}.cta-content h2{font-size:35px}.cta-content p{font-size:12px;line-height:1.9;margin:21px 0 25px}.cta-content .eyebrow{font-size:9px}.cta-word{font-size:100px;bottom:-22px}.site-footer{padding-top:51px}.footer-main{grid-template-columns:1fr 1fr;gap:38px 18px;padding-bottom:28px}.footer-brand{grid-column:1/-1}.footer-brand .brand strong{font-size:18px}.footer-brand .brand-mark{width:40px;height:40px}.footer-brand .brand small{font-size:8px}.footer-brand p{margin-top:15px}.footer-brand>span{font-size:8px}.footer-label{font-size:9px;margin-bottom:17px}.footer-office p{font-size:10px}.footer-office a{font-size:10px;gap:6px}.footer-office a svg{width:12px}.footer-office small{font-size:8px;line-height:1.8}.footer-links{gap:23px;flex-wrap:wrap}.footer-links a{font-size:10px;gap:8px}.footer-bottom{flex-wrap:wrap;font-size:8px;gap:17px;padding-bottom:31px}.footer-bottom>span:first-child{width:100%}.floating-line{right:16px;bottom:18px;padding:12px}.floating-line span{display:none}.floating-line svg{width:23px;height:23px}}@media(max-width:400px){.container{width:calc(100% - 40px)}.header-inner{width:calc(100% - 30px);gap:9px}.brand strong{font-size:13px}.brand small{font-size:6px}.brand-mark{width:31px}.header-actions .button{font-size:10px;padding-inline:10px;gap:7px}.menu-toggle{width:28px}.hero-content{padding-top:67px}.hero-content h1{font-size:34px}.hero-english{font-size:20px}.hero-description{font-size:11px}.hero-kicker{font-size:7px}.hero-actions{gap:17px}.hero-secondary{font-size:10px}.hero-actions .button{font-size:11px;padding-inline:16px}.hero-scene{min-height:625px}.hero-stamp{bottom:125px}.journey-finder{width:calc(100% - 20px);padding-inline:17px}.finder-intro strong{font-size:13px}.select-wrap select{font-size:11px}.intro-heading h2{font-size:32px}.heading-arrow{right:-52px;width:33px}.trust-strip{gap:27px}.trust-strip .trust-message{gap:9px;font-size:10px}.trust-message svg{width:23px}.destination-card{height:390px}.destination-footer>span{max-width:150px;line-height:1.8}.filter-tabs button{font-size:9px;padding:8px 12px}.life-collage{min-height:425px}.life-note p{font-size:14px}.life-note i{font-size:12px}.photo-secondary{bottom:15px}.journey-title h2,.journal-section .section-heading h2{font-size:26px}.journal-row{gap:13px}.journal-content h3{font-size:14px}.journal-format{font-size:8px}.cta-content h2{font-size:32px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.hero-picture{transform:none}.blur-text>span{opacity:1!important;transform:none!important;filter:none!important}.magnet>span{transform:none!important}.entry{opacity:1;transform:none;filter:none}}
