@font-face{font-family:"Google Sans";src:url("assets/fonts/GoogleSans-Variable.ttf") format("truetype");font-style:normal;font-weight:400 700;font-display:swap}

:root{
  --teal-700:#264b45;--teal-800:#193c37;--teal-100:#dfe9e6;
  --apricot-500:#f2a86a;--apricot-600:#df9155;
  --ivory-50:#faf6ef;--ivory-100:#f5eee4;--ivory-200:#eee6da;--ivory-300:#e5ddce;
  --ink-900:#33291f;--ink-700:#594d42;--ink-500:#75695f;--white:#fffdf9;
  --focus-ring:rgba(38,75,69,.35);
  --shadow-sm:0 12px 30px rgba(51,41,31,.08);
  --shadow-lg:0 26px 70px rgba(51,41,31,.14);
  --shadow-accent:0 14px 32px rgba(242,168,106,.28);
  --ease:cubic-bezier(.22,.61,.36,1);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;max-width:100%;overflow-x:clip}
body{margin:0;max-width:100%;overflow-x:clip;background:var(--ivory-50);color:var(--ink-900);font-family:"Google Sans","Noto Sans Hebrew",Arial,sans-serif;font-size:17px;line-height:1.65;text-rendering:optimizeLegibility}
img{display:block;max-width:100%}
a{color:inherit}
button,input{font:inherit}
button{cursor:pointer}
.container{width:min(1160px,calc(100% - 40px));margin-inline:auto}
.narrow{max-width:920px}
.section{padding:112px 0}
.skip-link{position:fixed;top:12px;right:12px;z-index:1000;transform:translateY(-160%);background:var(--ink-900);color:white;padding:10px 18px;border-radius:999px}.skip-link:focus{transform:none}

.site-header{position:sticky;top:0;z-index:100;background:rgba(250,246,239,.88);border-bottom:1px solid rgba(229,221,206,.72);backdrop-filter:blur(14px)}
.header-inner{min-height:76px;display:flex;align-items:center;gap:24px}
.brand-cluster{display:flex;align-items:center;gap:24px;min-width:0}
.brand{display:inline-flex;align-items:center;text-decoration:none;flex:0 0 auto}
.brand picture{display:flex;align-items:center}.brand-logo{display:block;width:142px;height:auto}.brand-logo-footer{width:168px}
.brand-descriptor{margin:0;color:var(--teal-700);font-size:16px;font-weight:600;line-height:1.35;letter-spacing:-.01em}.header-inner .button{margin-right:auto}
.header-cta{transition:background .2s var(--ease),transform .15s var(--ease),box-shadow .2s var(--ease)}.header-cta-icon{width:28px;height:18px;overflow:visible;flex:0 0 auto}.header-cta-icon path,.header-cta-icon circle{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.header-cta-icon path:first-child{stroke-dasharray:2.5 3}.site-header{box-shadow:0 8px 24px rgba(51,41,31,.04);transition:box-shadow .24s var(--ease)}

.button{border:0;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 24px;text-decoration:none;font-weight:600;transition:background .2s var(--ease),transform .15s var(--ease),box-shadow .2s var(--ease)}
.button:hover{transform:translateY(-1px)}.button:active{transform:scale(.98)}
.button:focus-visible,input:focus-visible,summary:focus-visible,a:focus-visible{outline:3px solid var(--focus-ring);outline-offset:3px}
.button-primary{background:var(--teal-700);color:white}.button-primary:hover{background:var(--teal-800);box-shadow:var(--shadow-sm)}
.button-accent{background:var(--apricot-500);color:var(--ink-900);box-shadow:var(--shadow-accent)}.button-accent:hover{background:var(--apricot-600)}
.button-small{padding:10px 18px;font-size:14px}.button-full{width:100%}

.hero{position:relative;overflow:hidden;padding:48px 0 64px;border-bottom:1px solid var(--ivory-300)}
.hero-wash{position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 78% 18%,rgba(242,168,106,.22),transparent 28%),radial-gradient(circle at 20% 60%,rgba(38,75,69,.09),transparent 32%)}
.hero-grid{position:relative;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(380px,.95fr);gap:72px;align-items:stretch}.hero-grid>*{min-width:0}
.hero-copy{display:flex;flex-direction:column}
.hero-mobile-kicker{display:none}
.hero-audience{align-self:flex-start;margin:0 0 20px;padding:7px 13px;border:1px solid rgba(242,168,106,.48);border-radius:999px;background:rgba(242,168,106,.16);color:var(--ink-700);font-size:14px;font-weight:600;line-height:1.4}
h1,h2,h3,p{margin-top:0}h1,h2,h3{line-height:1.12;letter-spacing:-.035em}
h1{font-size:clamp(50px,5.2vw,72px);margin-bottom:24px}h1 span{color:var(--teal-700)}
.hero-copy h1{font-size:clamp(36px,3vw,40px);max-width:720px;margin-bottom:22px}.hero-copy h1 .headline-line{display:block;color:inherit;white-space:nowrap}.hero-copy h1 .headline-line-accent{color:var(--teal-700)}
.hero-lead{max-width:670px;font-size:19px;line-height:1.6;color:var(--ink-700);margin-bottom:24px}.hero-lead strong{color:var(--ink-900);font-weight:650}
.hero-visual{position:relative;min-height:620px;overflow:hidden;border-radius:18px;background:var(--teal-700);box-shadow:var(--shadow-lg);isolation:isolate}
.hero-carousel-frame{position:absolute;z-index:2;inset:0;width:100%;height:100%;overflow:hidden;border-radius:inherit;background:var(--teal-700)}
.hero-carousel-frame:after{content:"";position:absolute;z-index:2;inset:0;background:linear-gradient(180deg,rgba(25,60,55,.02) 38%,rgba(25,60,55,.79));pointer-events:none}
.hero-slides{position:absolute;z-index:1;inset:0}
.hero-slide{position:absolute;inset:0;width:100%;height:100%;min-height:0;object-fit:cover;object-position:center;opacity:0;transform:scale(1.035);transition:opacity 1.05s var(--ease),transform 6s linear}
.hero-slide-wide{object-position:center}
.hero-slide.is-active{opacity:1;transform:scale(1)}
.hero-slide-life{object-position:center 44%}
.hero-slide-vacation{object-position:center 54%}
.hero-slide-together{object-position:center 48%}
.hero-slide-plans{object-position:center 44%}
.carousel-guide-book{position:absolute;z-index:5;bottom:18px;left:18px;display:block;width:150px;height:auto;filter:drop-shadow(0 16px 16px rgba(16,34,31,.34));pointer-events:none;transition:transform .3s var(--ease)}.hero-carousel-frame:hover .carousel-guide-book{transform:translateY(-3px)}
.visual-note{position:absolute;z-index:4;right:28px;bottom:30px;left:188px;color:white}.visual-note span{display:block;font-size:14px;opacity:.8}.visual-note strong{display:block;font-size:23px;line-height:1.25;white-space:nowrap}

.lead-form{position:relative;min-width:0;max-width:100%;background:rgba(255,253,249,.94);border:1px solid var(--ivory-300);border-radius:18px;padding:24px;box-shadow:var(--shadow-sm)}#guide-form{scroll-margin-top:104px}
.hero-copy>.lead-form{margin-top:auto}
.form-heading{display:block;min-height:30px;margin:-2px 0 14px}.form-heading-copy{min-width:0}.form-heading h2{font-size:21px;margin:0}.form-heading span{font-size:13px;color:var(--ink-500)}
.field-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:10px 12px}.field-grid>*{min-width:0}.field-grid>label{position:relative}.field-wide{grid-column:1/-1}
.lead-form label>span{display:block;font-size:13px;font-weight:600;margin-bottom:5px;color:var(--ink-700)}
.lead-form .field-grid>label>span{position:absolute;z-index:1;top:8px;right:14px;margin:0;font-size:11px;font-weight:600;line-height:1;color:var(--ink-700);pointer-events:none}.lead-form input:not([type=checkbox]){display:block;min-width:0;max-width:100%;width:100%;height:54px;border:1px solid var(--ivory-300);border-radius:10px;background:white;color:var(--ink-900);padding:23px 13px 7px;transition:border .18s var(--ease),box-shadow .18s var(--ease)}.lead-form input:not([type=checkbox])::placeholder{color:var(--ink-500);font-size:14px;opacity:.78}
.lead-form input:not([type=checkbox]):focus{border-color:var(--teal-700);box-shadow:0 0 0 4px var(--focus-ring);outline:0}
.consent{display:flex;align-items:flex-start;gap:9px;margin:14px 0;color:var(--ink-500);font-size:12px;line-height:1.5}.consent input{margin-top:3px;accent-color:var(--teal-700)}.consent span{font-weight:400!important;margin:0!important}.consent a{color:var(--teal-700);text-decoration:underline;text-underline-offset:3px}.consent a:hover{color:var(--teal-800)}
.form-note,.form-success{text-align:center;font-size:12px;color:var(--ink-500);margin:10px 0 0}.form-success{color:var(--teal-700);font-weight:600}.form-honeypot{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important;white-space:nowrap!important}

.section-label{--label-route:var(--teal-700);--label-point:var(--apricot-500);display:flex;align-items:center;gap:0;width:max-content;max-width:100%;margin-bottom:20px;color:var(--teal-700);font-size:16px;font-weight:600;line-height:1.35;letter-spacing:.015em}.section-label::after{content:"";order:1;flex:0 0 64px;width:64px;height:2px;margin-right:13px;background:repeating-linear-gradient(to left,var(--label-route) 0 4px,transparent 4px 10px);opacity:.9;transform:scaleX(1);transform-origin:right center;transition:transform .62s var(--ease) .18s}.section-label::before{content:"";order:2;flex:0 0 9px;width:9px;height:9px;margin-right:6px;border-radius:50%;background:var(--label-point);opacity:1;transition:opacity .22s var(--ease) .72s}.reveal:not(.is-visible) .section-label::after{transform:scaleX(0)}.reveal:not(.is-visible) .section-label::before{opacity:0}.section-label-light{--label-route:rgba(250,246,239,.72);color:var(--apricot-500)}
.section h2{font-size:clamp(34px,4vw,48px);margin-bottom:28px}.copy-columns{display:grid;grid-template-columns:1fr 1fr;gap:56px;color:var(--ink-700)}.copy-columns p{margin:0}
.journey-section{position:relative;min-height:900px;overflow:hidden;padding:132px 0 144px;background:var(--ivory-50)}
.empathy-layout{position:relative;z-index:2}.empathy-heading{max-width:1160px}.empathy .empathy-title{max-width:1120px;margin:0;font-size:clamp(64px,7vw,96px);line-height:.98;letter-spacing:-.055em}.empathy-title span{display:block}.empathy-title span:last-child{margin-top:12px;color:var(--teal-700)}
.empathy-flow{width:min(720px,100%);margin-top:90px;color:var(--ink-700)}.empathy-flow p{margin:0;font-size:clamp(20px,2vw,25px);line-height:1.65}.empathy-flow p+p{margin-top:34px;padding-top:34px;border-top:1px solid var(--ivory-300)}
.journey-cap{position:absolute;z-index:1;right:0;left:0;width:100%;height:110px;pointer-events:none;opacity:1;transform:none}.journey-cap-top{top:0}.journey-cap-bottom{bottom:0}.journey-cap path{fill:none;stroke-linecap:round;stroke-linejoin:round}.journey-cap-base{stroke:var(--ivory-300);stroke-width:3}.journey-cap-progress{stroke:var(--teal-700);stroke-width:4;stroke-dasharray:1;stroke-dashoffset:1}.journey-cap.is-visible .journey-cap-progress{animation:draw-journey 1.05s var(--ease) .12s forwards}.journey-cap-point{fill:var(--apricot-500);opacity:0;transform-box:fill-box;transform-origin:center}.journey-cap.is-visible .journey-cap-point-end{animation:arrive-journey .32s var(--ease) 1s forwards}.journey-cap.is-visible .journey-cap-point-start{animation:arrive-journey .32s var(--ease) .08s forwards}
@keyframes draw-journey{to{stroke-dashoffset:0}}@keyframes arrive-journey{from{opacity:0;transform:scale(.4)}to{opacity:1;transform:scale(1)}}
.insight-section{background:var(--teal-700);color:white}.insight-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:90px;align-items:center}.insight-copy p:not(.section-label){color:rgba(255,255,255,.74);max-width:650px}
.journey-insight{position:relative;min-height:900px;overflow:hidden;padding:124px 0 140px}.insight-layout{position:relative;z-index:2}.insight-heading{max-width:1160px}.insight-section .insight-title{max-width:1160px;margin:0;font-size:clamp(58px,6.2vw,84px);line-height:1;letter-spacing:-.052em}.insight-title span{display:block}.insight-title span:last-child{margin-top:12px;color:var(--apricot-500)}.journey-insight .insight-grid{margin-top:82px;grid-template-columns:1.12fr .88fr;gap:100px}.journey-insight .insight-copy{font-size:21px;line-height:1.7}.journey-insight .insight-copy p{margin:0}.journey-insight .insight-copy p+p{margin-top:28px}.journey-cap-dark .journey-cap-base{stroke:rgba(250,246,239,.16)}.journey-cap-dark .journey-cap-progress{stroke:rgba(250,246,239,.88)}
.insight-visual{position:relative;min-height:430px;margin:0;overflow:hidden;border-radius:12px;background:#1d3d38;box-shadow:var(--shadow-lg)}.insight-visual>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 36%}.insight-photo-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(17,40,36,.03) 18%,rgba(17,40,36,.2) 48%,rgba(17,40,36,.84) 100%)}.insight-route-map{position:absolute;right:22px;bottom:84px;left:22px;width:calc(100% - 44px);height:auto;overflow:visible}.insight-route-map path{fill:none;stroke-linecap:round;stroke-linejoin:round}.insight-route-map .route-feeder{stroke:rgba(250,246,239,.72);stroke-width:3;stroke-dasharray:5 9}.insight-route-map .route-home{stroke:var(--apricot-500);stroke-width:4}.insight-route-map circle{fill:var(--ivory-50)}.insight-route-map .merge-point{fill:var(--apricot-500)}.insight-route-map .home-mark{stroke:var(--ivory-50);stroke-width:5}.insight-visual figcaption{position:absolute;z-index:2;right:28px;bottom:25px;left:28px;display:flex;align-items:baseline;justify-content:space-between;gap:18px;color:var(--ivory-50)}.insight-visual figcaption span{font-size:13px;color:rgba(250,246,239,.72)}.insight-visual figcaption strong{font-size:25px;line-height:1.2}
.number-card{margin:0;background:var(--white);color:var(--ink-900);border-radius:12px;padding:36px;box-shadow:var(--shadow-lg)}.number-card>span{font-size:13px;color:var(--ink-500)}.number-card p{font-size:23px;margin:12px 0 0}.number-card strong{display:block;color:var(--teal-700);font-size:28px;line-height:1.3}.number-card svg{width:100%;margin-top:25px}.number-card path{fill:none;stroke:var(--teal-700);stroke-width:3}.number-card circle{fill:var(--apricot-500)}

.section-heading{max-width:760px;margin-bottom:54px}.section-heading>p:not(.section-label){font-size:19px;color:var(--ink-700)}
.destination-section{background:var(--ivory-100)}.journey-destination{position:relative;min-height:1080px;overflow:hidden;padding:132px 0 140px}.destination-layout{position:relative;z-index:2}.destination-heading{max-width:1120px;margin-bottom:76px}.destination-section .destination-title{margin:0;font-size:clamp(58px,6.2vw,84px);line-height:1;letter-spacing:-.052em}.destination-title span{display:block}.destination-title span:last-child{max-width:1080px;margin-top:12px;color:var(--teal-700)}.destination-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.destination-card{position:relative;min-height:290px;padding:34px 34px 32px;background:var(--white);border:1px solid var(--ivory-300);border-radius:12px;box-shadow:var(--shadow-sm)}.destination-card>span{display:block;margin-top:22px;font-size:12px;color:var(--teal-700);font-weight:700}.destination-card h3{max-width:430px;margin:10px 0 12px;font-size:28px;line-height:1.18}.destination-card p{max-width:440px;margin:0;font-size:17px;color:var(--ink-500)}.destination-icon{width:58px;height:58px;color:var(--teal-700)}.destination-icon svg{width:58px;height:58px}.destination-icon path,.destination-icon circle{fill:none;stroke:currentColor;stroke-width:2.7;stroke-linecap:round;stroke-linejoin:round}.destination-accent{background:var(--apricot-500);border-color:var(--apricot-500);color:var(--ink-900)}.destination-accent p{color:rgba(51,41,31,.72)}.destination-accent>span{color:var(--ink-900)}.destination-accent .destination-icon{color:var(--teal-700)}.destination-close{text-align:center;margin:48px 0 0;font-size:26px;font-weight:700;color:var(--teal-700)}

.guide-section{overflow:hidden;background:var(--ivory-50)}.journey-guide{position:relative;padding:132px 0 140px}.guide-layout{position:relative;z-index:2}.guide-heading{max-width:1120px}.guide-section .guide-title{margin:0;font-size:clamp(58px,6.2vw,84px);line-height:1;letter-spacing:-.052em}.guide-title span{display:block}.guide-title span:last-child{margin-top:12px;color:var(--teal-700)}.guide-lead{max-width:760px;margin:30px 0 0;color:var(--ink-700);font-size:21px;line-height:1.65}.guide-journey{position:relative;height:1200px;margin-top:92px}.guide-route{position:absolute;z-index:0;inset:0;width:100%;height:100%;overflow:visible}.guide-route path{fill:none;stroke-linecap:round;stroke-linejoin:round}.guide-route-base{stroke:var(--ivory-300);stroke-width:4}.guide-route-progress{stroke:var(--teal-700);stroke-width:5;stroke-dasharray:1;stroke-dashoffset:1}.guide-stop{position:relative;z-index:1;display:grid;grid-template-columns:1fr 116px 1fr;direction:ltr;min-height:300px;align-items:center}.guide-stop-content{direction:rtl;max-width:470px}.guide-stop-right .guide-stop-content{grid-column:3}.guide-stop-left .guide-stop-content{grid-column:1}.guide-stop-marker{grid-column:2;grid-row:1;justify-self:center;display:grid;place-items:center;width:68px;height:68px;border-radius:50%;background:var(--ivory-50);border:3px solid var(--teal-700);box-shadow:0 0 0 10px var(--ivory-50);color:var(--teal-700);font-size:18px;font-weight:700;opacity:.46;transform:scale(.86);transition:opacity .3s var(--ease),transform .3s var(--ease),background-color .3s var(--ease),color .3s var(--ease)}.guide-stop.is-active .guide-stop-marker{opacity:1;transform:scale(1)}.guide-stop-content>p{margin:0 0 10px;color:var(--teal-700);font-size:14px;font-weight:700}.guide-stop-content h3{margin:0 0 18px;font-size:clamp(36px,4.2vw,52px);line-height:1.05;letter-spacing:-.035em}.guide-stop-content>div{color:var(--ink-500);font-size:19px;line-height:1.65}.guide-stop-final .guide-stop-marker{border-color:var(--apricot-500)}.guide-stop-final.is-active .guide-stop-marker{background:var(--apricot-500);color:var(--ink-900)}.guide-stop-final .guide-stop-content h3{color:var(--teal-700)}.journey-guide .center-action{margin-top:54px;text-align:center}

.quiz-section{background:var(--teal-700);color:var(--ivory-50)}.journey-quiz{position:relative;min-height:900px;overflow:hidden;padding:132px 0 140px}.quiz-layout{position:relative;z-index:2}.quiz-heading{max-width:1120px}.quiz-section .quiz-title{margin:0;font-size:clamp(58px,6.2vw,84px);line-height:1;letter-spacing:-.052em}.quiz-title span{display:block}.quiz-title span:last-child{margin-top:12px;color:var(--apricot-500)}.quiz-body{display:grid;grid-template-columns:.72fr 1.28fr;gap:110px;align-items:center;margin-top:84px}.quiz-number{position:relative;display:grid;place-content:center;width:300px;height:300px;justify-self:center;text-align:center}.quiz-number:before{content:"";position:absolute;inset:8px;border:2px dashed rgba(250,246,239,.42);border-radius:50%;transform:rotate(-14deg)}.quiz-number:after{content:"";position:absolute;top:39px;left:27px;width:16px;height:16px;border-radius:50%;background:var(--apricot-500);box-shadow:0 0 0 8px var(--teal-700)}.quiz-number strong{position:relative;font-size:230px;line-height:.72;letter-spacing:-.1em;color:var(--ivory-50)}.quiz-number span{position:relative;margin-top:28px;color:var(--apricot-500);font-size:18px;font-weight:600;letter-spacing:.02em}.quiz-copy{max-width:660px}.quiz-intro{margin:0;color:rgba(250,246,239,.78);font-size:22px;line-height:1.65}.quiz-signposts{margin:38px 0 0;padding:0;list-style:none;border-top:1px solid rgba(250,246,239,.18)}.quiz-signposts li{display:flex;align-items:center;gap:20px;padding:18px 0;border-bottom:1px solid rgba(250,246,239,.18);font-size:19px;font-weight:600}.quiz-signposts svg{width:44px;height:28px;flex:0 0 44px;color:var(--apricot-500)}.quiz-signposts path,.quiz-signposts circle{fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}

.consolidation-section{background:var(--ivory-100)}.journey-consolidation{position:relative;min-height:1050px;overflow:hidden;padding:132px 0 140px}.consolidation-layout{position:relative;z-index:2}.consolidation-heading{max-width:1160px}.consolidation-section .consolidation-title{margin:0;font-size:clamp(58px,6vw,82px);line-height:1;letter-spacing:-.052em}.consolidation-title span{display:block}.consolidation-title span:last-child{max-width:1120px;margin-top:12px;color:var(--teal-700)}.consolidation-content{display:grid;grid-template-columns:.78fr 1.22fr;gap:88px;align-items:center;margin-top:82px}.consolidation-copy{max-width:470px;color:var(--ink-700);font-size:21px;line-height:1.7}.consolidation-copy p{margin:0}.consolidation-copy p+p{margin-top:28px}.merge-map{position:relative;height:510px;margin:0}.merge-labels{position:absolute;z-index:2;top:0;right:3%;left:3%;display:grid;grid-template-columns:repeat(4,1fr);direction:ltr;text-align:center}.merge-labels span{direction:rtl;color:var(--ink-700);font-size:15px;font-weight:700}.merge-map>svg{position:absolute;inset:28px 0 50px;width:100%;height:calc(100% - 78px);overflow:visible}.merge-map path{fill:none;stroke-linecap:round;stroke-linejoin:round}.merge-paths-base path{stroke:var(--ivory-300);stroke-width:4}.merge-paths-progress path{stroke:var(--teal-700);stroke-width:5;stroke-dasharray:1;stroke-dashoffset:1}.merge-point{fill:var(--apricot-500);opacity:0;transform-box:fill-box;transform-origin:center}.merge-endpoint{fill:var(--ivory-50);stroke:var(--teal-700);stroke-width:4;opacity:0;transform-box:fill-box;transform-origin:center}.merge-map.is-visible .merge-path-1{animation:merge-route .72s var(--ease) .08s forwards}.merge-map.is-visible .merge-path-2{animation:merge-route .72s var(--ease) .18s forwards}.merge-map.is-visible .merge-path-3{animation:merge-route .72s var(--ease) .28s forwards}.merge-map.is-visible .merge-path-4{animation:merge-route .72s var(--ease) .38s forwards}.merge-map.is-visible .merge-path-output{animation:merge-route .65s var(--ease) .94s forwards}.merge-map.is-visible .merge-point{animation:merge-arrive .3s var(--ease) .82s forwards}.merge-map.is-visible .merge-endpoint{animation:merge-arrive .3s var(--ease) 1.45s forwards}@keyframes merge-route{to{stroke-dashoffset:0}}@keyframes merge-arrive{from{opacity:0;transform:scale(.35)}to{opacity:1;transform:scale(1)}}.merge-destination{position:absolute;right:50%;bottom:0;width:min(430px,90%);transform:translateX(50%);text-align:center}.merge-destination span{display:block;margin-bottom:5px;color:var(--apricot-600);font-size:13px;font-weight:700}.merge-destination strong{display:block;color:var(--teal-700);font-size:20px;line-height:1.45}
.community-section{background:#f7e6d4}.journey-community{position:relative;min-height:900px;overflow:hidden;padding:132px 0 140px}.community-layout{position:relative;z-index:2}.community-heading{max-width:1080px}.community-section .community-title{margin:0;font-size:clamp(62px,7vw,94px);line-height:.98;letter-spacing:-.055em;color:var(--teal-700)}.community-brandline{display:flex;align-items:center;gap:20px;margin-top:46px}.whatsapp-mark{width:66px;height:66px;flex:0 0 66px;filter:drop-shadow(0 10px 16px rgba(37,211,102,.18))}.community-brandline h3{max-width:760px;margin:0;font-size:clamp(28px,3.2vw,42px);line-height:1.1}.community-lead{max-width:790px;margin:28px 0 0;color:var(--ink-700);font-size:20px;line-height:1.7}.community-route{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin:88px 0 0;padding:0;list-style:none}.community-route:before{content:"";position:absolute;z-index:0;top:19px;right:12.5%;left:12.5%;height:3px;background:repeating-linear-gradient(to left,var(--teal-700) 0 5px,transparent 5px 13px);opacity:.72}.community-route li{position:relative;z-index:1;text-align:center;padding-inline:14px}.community-waypoint{display:block;width:40px;height:40px;margin:0 auto 20px;border:4px solid var(--teal-700);border-radius:50%;background:#f7e6d4;box-shadow:0 0 0 7px #f7e6d4;transition:background-color .24s var(--ease),transform .24s var(--ease)}.community-route li:last-child .community-waypoint{border-color:var(--apricot-600);background:var(--apricot-500)}.community-route strong{display:block;font-size:18px;line-height:1.35}.community-route.is-visible .community-waypoint{animation:community-arrive .38s var(--ease) both}.community-route.is-visible li:nth-child(2) .community-waypoint{animation-delay:.16s}.community-route.is-visible li:nth-child(3) .community-waypoint{animation-delay:.32s}.community-route.is-visible li:nth-child(4) .community-waypoint{animation-delay:.48s}@keyframes community-arrive{from{opacity:.25;transform:scale(.65)}to{opacity:1;transform:scale(1)}}
.about-section{position:relative;overflow:hidden;padding:72px 0 0}.about-layout{position:relative;z-index:2}.about-grid{position:relative;z-index:2;padding:58px 0;display:grid;grid-template-columns:.8fr 1.2fr;gap:100px;align-items:center}.about-grid h2{margin-bottom:8px}.about-grid .large-copy{margin:0}.about-grid>div:last-child{color:var(--ink-700)}.about-grid strong{color:var(--teal-700);font-size:21px}.about-community-visual{position:relative;z-index:1;display:flex;justify-content:center;align-items:flex-end;width:min(1160px,106%);margin:-58px -3% 0}.about-community-visual img{display:block;width:100%;height:auto;filter:drop-shadow(0 18px 24px rgba(51,41,31,.09))}

.faq-section{overflow:hidden;background:var(--ivory-100)}
.faq-layout{display:flex;flex-direction:column;gap:64px}
.faq-title{max-width:1080px}
.faq-title h2{max-width:980px;margin:0;font-size:clamp(58px,7vw,96px);line-height:.96;letter-spacing:-.055em}
.faq-list{display:grid;gap:10px;width:100%}
.faq-item{position:relative;overflow:hidden;border:1px solid transparent;border-bottom-color:var(--ivory-300);background:transparent;transition:background-color .24s var(--ease),border-color .24s var(--ease),box-shadow .24s var(--ease)}
.faq-item summary{list-style:none;display:grid;grid-template-columns:54px minmax(0,1fr) 44px;align-items:center;gap:22px;padding:26px 24px;cursor:pointer}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary::before{content:"";width:54px;height:14px;background:radial-gradient(circle at calc(100% - 6px) center,var(--apricot-500) 0 5px,transparent 5.5px),repeating-linear-gradient(to left,var(--teal-700) 0 4px,transparent 4px 10px) left center/34px 2px no-repeat;opacity:.74;transition:opacity .24s var(--ease),transform .24s var(--ease)}
.faq-question{color:var(--ink-900);font-size:clamp(20px,2vw,27px);font-weight:700;line-height:1.35}
.faq-toggle{display:grid;place-items:center;width:40px;height:40px;border:1px solid var(--ivory-300);border-radius:50%;color:var(--teal-700);font-size:28px;font-weight:400;line-height:1;transition:transform .24s var(--ease),background-color .24s var(--ease),border-color .24s var(--ease),color .24s var(--ease)}
.faq-item p{max-width:820px;margin:0;padding:0 100px 30px 68px;color:var(--ink-500);font-size:18px;line-height:1.7}
.faq-item[open]{border-color:var(--ivory-300);border-radius:12px;background:#fff;box-shadow:var(--shadow-sm)}
.faq-item[open] summary::before{opacity:1;transform:translateX(-4px)}
.faq-item[open] .faq-toggle{transform:rotate(45deg);border-color:var(--apricot-500);background:var(--apricot-500);color:var(--ink-900)}

.final-cta{position:relative;overflow:hidden;min-height:920px;padding:164px 0 120px;background:var(--teal-700);color:white}
.final-grid{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:58px}
.final-copy{display:flex;flex-direction:column;align-items:center;max-width:1120px;text-align:center}
.final-copy .section-label{margin-inline:auto}
.final-copy h2{max-width:1080px;margin:0;font-size:clamp(58px,6.4vw,88px);line-height:.98;letter-spacing:-.052em}
.final-copy>p:not(.section-label){max-width:760px;margin:28px auto 0;color:rgba(255,255,255,.75);font-size:20px;line-height:1.65}
.final-form{width:min(680px,100%);padding:30px;color:var(--ink-900);box-shadow:0 24px 60px rgba(15,34,31,.25)}
.site-footer{background:#211813;color:rgba(255,255,255,.7);padding:64px 0 30px}
.footer-main{display:flex;align-items:center;justify-content:space-between;gap:48px}
.footer-brand{display:flex;align-items:center;gap:26px}
.brand-footer{margin:0;color:white}
.brand-logo-footer{width:150px}
.footer-brand p{max-width:270px;margin:0;color:rgba(255,255,255,.72);font-size:15px;line-height:1.5}
.footer-back{display:inline-flex;align-items:center;gap:12px;color:var(--ivory-50);font-size:15px;font-weight:600;text-decoration:none;transition:color .2s var(--ease)}
.footer-back svg{width:58px;height:24px;overflow:visible;color:var(--apricot-500)}
.footer-back path{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-dasharray:3 4}
.footer-back circle{fill:currentColor}
.footer-back:hover{color:var(--apricot-500)}
.footer-links-row{margin-top:38px}
.footer-links-row nav{display:flex;flex-wrap:wrap;gap:14px 30px}
.footer-links-row nav a{color:rgba(255,255,255,.78);font-size:14px;text-decoration:none;text-underline-offset:5px;transition:color .2s var(--ease)}
.footer-links-row nav a:hover{color:var(--apricot-500);text-decoration:underline}
.footer-legal{display:flex;align-items:flex-end;justify-content:space-between;gap:52px;margin-top:28px;padding-top:24px;border-top:1px solid rgba(255,255,255,.12);font-size:12px;line-height:1.65}
.footer-legal p{margin:0}
.footer-legal p:first-child{max-width:820px}
.footer-legal p:last-child{flex:0 0 auto;color:rgba(255,255,255,.5)}

.reveal{opacity:0;transform:translateY(18px);transition:opacity .55s var(--ease),transform .55s var(--ease)}.reveal.is-visible{opacity:1;transform:none}
@media (hover:hover) and (pointer:fine){.destination-card.reveal{transition:opacity .55s var(--ease),transform 220ms var(--ease),box-shadow 220ms var(--ease),border-color 220ms var(--ease),background-color 220ms var(--ease)}.destination-icon{transition:transform 220ms var(--ease),color 220ms var(--ease)}.destination-card.is-visible:hover{transform:translateY(-3px);border-color:rgba(242,168,106,.72);box-shadow:0 18px 38px rgba(51,41,31,.12)}.destination-card.is-visible:hover .destination-icon{transform:scale(1.055);color:var(--apricot-600)}.destination-card.destination-accent.is-visible:hover{background:var(--apricot-600);border-color:var(--apricot-600)}.destination-card.destination-accent.is-visible:hover .destination-icon{color:var(--teal-800)}}

@media (max-width:980px){
  .hero-grid,.insight-grid,.quiz-grid,.article-grid,.final-grid{grid-template-columns:1fr;gap:48px}.hero-copy>.lead-form{margin-top:0}.hero-visual{min-height:620px;order:2}.destination-grid,.route-stops{grid-template-columns:1fr 1fr}.route-line{display:none}.stop-dot{margin-bottom:20px}.quiz-number{font-size:120px}.community-card,.about-grid{grid-template-columns:1fr;gap:40px}.section{padding:86px 0}
}
@media (max-width:680px){
  .container{width:calc(100% - 28px)}.site-header{position:sticky}.header-inner{min-height:68px}.brand-descriptor{display:none}.brand{flex-shrink:0}.header-inner .button{font-size:0;width:44px;height:44px;padding:0}.header-inner .button:before{content:"↓";font-size:18px}.header-inner .header-cta{width:auto;height:42px;padding:0 15px;font-size:14px;gap:8px}.header-inner .header-cta:before{content:none}.header-cta-icon{width:24px}.hero{padding:42px 0 56px}.hero-grid{grid-template-columns:minmax(0,1fr)}.hero-copy{min-width:0}h1{font-size:46px;overflow-wrap:anywhere}.hero-copy h1{font-size:34px}.hero-copy h1 .headline-line{white-space:normal}.hero-audience{font-size:13px}.hero-lead{font-size:18px}.field-grid,.copy-columns,.destination-grid,.route-stops,.final-form{grid-template-columns:minmax(0,1fr)}.field-wide{grid-column:auto}.hero-visual{min-height:530px}.carousel-guide-book{bottom:12px;left:12px;width:104px}.visual-note{right:16px;bottom:22px;left:128px}.visual-note strong{font-size:17px;white-space:nowrap}.carousel-dots{top:16px;left:16px}.section{padding:72px 0}.section h2{font-size:34px}.copy-columns{gap:16px}.destination-card{min-height:auto}.destination-card h3{margin-top:24px}.route-stop{border-bottom:1px solid var(--ivory-300);padding:0 0 28px}.quiz-number{font-size:96px}.community-card{padding:32px 24px}.community-card h2{font-size:31px}.about-grid{gap:24px}.final-form>label:nth-child(3),.final-form .consent,.final-form .button,.final-form .form-success{grid-column:auto}.form-heading{display:block;min-height:30px}.form-heading span{display:block;margin-top:0}
}
/* Compact first-screen composition: the full promise, form and changing destination stay visible together. */
.header-inner{min-height:76px;padding-block:10px}
.brand-logo{width:112px}
.hero{padding:28px 0 48px}
.hero-grid{gap:58px;align-items:start}
.hero-audience{display:inline-flex;align-items:center;gap:9px;margin-bottom:16px;padding:0;border:0;border-radius:0;background:transparent;color:var(--teal-700);font-size:13px;letter-spacing:.01em}
.hero-audience:before{content:"";width:7px;height:7px;flex:0 0 7px;border-radius:50%;background:var(--apricot-500)}
.hero-visual{height:clamp(520px,calc(100vh - 148px),580px);min-height:0;align-self:start}
.carousel-guide-book{bottom:8px;left:-13px;width:209px;border-radius:0;filter:drop-shadow(0 14px 16px rgba(16,34,31,.4));transition:none}.hero-carousel-frame:hover .carousel-guide-book{transform:none}
.visual-note{right:28px;bottom:0;left:215px;height:247px;min-height:0;padding:0;border:0;border-radius:0;background:transparent;backdrop-filter:none;display:flex;flex-direction:column;justify-content:center;text-shadow:0 2px 18px rgba(12,30,27,.9)}
.destination-eyebrow{display:flex;align-items:center;gap:10px;margin-bottom:10px}.visual-note .destination-label{flex:0 0 auto;font-size:14px;font-weight:600;opacity:.9}.visual-note .destination-route{position:relative;display:block;width:64px;height:10px;flex:0 0 64px;opacity:1}.destination-route::before{content:"";position:absolute;top:4px;right:0;width:52px;height:2px;background:repeating-linear-gradient(to left,rgba(255,255,255,.94) 0 4px,transparent 4px 10px);transform-origin:right center}.destination-route::after{content:"";position:absolute;top:0;left:0;width:9px;height:9px;border-radius:50%;background:var(--apricot-500);box-shadow:0 0 0 2px rgba(255,255,255,.12)}.visual-note strong{display:flex;flex-direction:column;white-space:normal}.visual-note .destination-primary{font-size:38px;font-weight:700;line-height:1;opacity:1}.visual-note .destination-secondary{margin-top:6px;font-size:29px;font-weight:700;line-height:1.08;white-space:nowrap;opacity:1}.visual-note.is-refreshing .destination-route::before{animation:hero-route-reveal .42s var(--ease) both}.visual-note.is-refreshing .destination-route::after{animation:hero-point-reveal .22s var(--ease) .32s both}.visual-note.is-refreshing .destination-copy{animation:hero-copy-reveal .38s var(--ease) .08s both}@keyframes hero-route-reveal{from{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes hero-point-reveal{from{opacity:0;transform:scale(.45)}to{opacity:1;transform:scale(1)}}@keyframes hero-copy-reveal{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
.hero-copy>.lead-form{padding-bottom:16px}
.hero-copy .form-note{margin-top:7px;margin-bottom:-2px}
.form-success:empty{display:none}
@media (min-width:981px){.hero-copy{padding-top:18px}}
@media (max-width:980px){.hero{padding-top:34px}.hero-grid{gap:40px}.hero-visual{height:560px;min-height:0}.hero-copy>.lead-form{margin-top:0}}
@media (max-width:980px){.journey-section{min-height:820px;padding:104px 0 120px}.empathy .empathy-title{font-size:clamp(54px,8vw,76px)}.empathy-flow{margin-top:70px}}
@media (max-width:980px){.journey-insight{min-height:980px;padding:104px 0 120px}.insight-section .insight-title{font-size:clamp(52px,7.5vw,72px)}.journey-insight .insight-grid{grid-template-columns:1fr;gap:48px;margin-top:64px}.journey-insight .insight-visual{width:min(620px,calc(100% - 52px));min-height:470px}.journey-cap{height:84px}.journey-cap-top{top:0}.journey-cap-bottom{bottom:0}}
@media (max-width:980px){.journey-destination{min-height:1040px;padding:104px 0 120px}.destination-section .destination-title{font-size:clamp(52px,7.5vw,72px)}.destination-heading{margin-bottom:60px}.destination-card{min-height:270px}}
@media (max-width:980px){.journey-guide{padding:104px 0 120px}.guide-section .guide-title{font-size:clamp(52px,7.5vw,72px)}.guide-journey{height:1120px;margin-top:72px}.guide-stop{min-height:280px;grid-template-columns:1fr 100px 1fr}.guide-stop-content h3{font-size:clamp(34px,5vw,46px)}.guide-stop-content>div{font-size:18px}}
@media (max-width:980px){.journey-quiz{min-height:840px;padding:104px 0 120px}.quiz-section .quiz-title{font-size:clamp(52px,7.5vw,72px)}.quiz-body{grid-template-columns:.8fr 1.2fr;gap:54px;margin-top:68px}.quiz-number{width:250px;height:250px}.quiz-number strong{font-size:190px}.quiz-intro{font-size:20px}}
@media (max-width:980px){.journey-consolidation{min-height:1080px;padding:104px 0 120px}.consolidation-section .consolidation-title{font-size:clamp(52px,7.4vw,70px)}.consolidation-content{grid-template-columns:1fr;gap:54px;margin-top:64px}.consolidation-copy{max-width:720px}.merge-map{width:min(680px,100%);height:470px;margin-inline:auto}}
@media (max-width:980px){.journey-community{min-height:820px;padding:104px 0 120px}.community-section .community-title{font-size:clamp(58px,8vw,78px)}.community-route{margin-top:72px}.community-route strong{font-size:16px}}
@media (max-width:680px){.header-inner{padding-block:9px}.brand-logo{width:40px}.brand-logo-footer{width:154px}.hero{padding:30px 0 48px}.hero-visual{height:500px;min-height:0}.carousel-guide-book{bottom:7px;left:-13px;width:141px}.visual-note{right:12px;bottom:0;left:136px;height:167px;min-height:0;padding:0}.destination-eyebrow{gap:7px;margin-bottom:7px}.visual-note .destination-label{font-size:11px}.visual-note .destination-route{width:46px;height:8px;flex-basis:46px}.destination-route::before{top:3px;width:37px}.destination-route::after{width:8px;height:8px}.visual-note .destination-primary{font-size:25px}.visual-note .destination-secondary{font-size:17px}}
@media (max-width:680px){.journey-section{min-height:720px;padding:84px 0 100px}.empathy .empathy-title{font-size:48px;line-height:1.02}.empathy-title span:last-child{margin-top:9px}.empathy-flow{margin-top:52px}.empathy-flow p{font-size:18px;line-height:1.7}.empathy-flow p+p{margin-top:26px;padding-top:26px}}
@media (max-width:680px){.journey-insight{min-height:920px;padding:84px 0 100px}.insight-section .insight-title{font-size:46px;line-height:1.02}.insight-title span:last-child{margin-top:9px}.journey-insight .insight-grid{gap:38px;margin-top:52px}.journey-insight .insight-copy{font-size:18px}.journey-insight .insight-visual{width:calc(100% - 28px);min-height:390px}.insight-route-map{right:14px;bottom:90px;left:14px;width:calc(100% - 28px)}.insight-visual figcaption{right:18px;bottom:20px;left:18px;display:block}.insight-visual figcaption span{display:block;margin-bottom:5px}.insight-visual figcaption strong{font-size:22px}}
@media (max-width:680px){.journey-destination{min-height:0;padding:84px 0 100px}.destination-section .destination-title{font-size:46px;line-height:1.02}.destination-title span:last-child{margin-top:9px}.destination-heading{margin-bottom:48px}.destination-grid{grid-template-columns:1fr;gap:14px}.destination-card{min-height:0;padding:26px}.destination-card>span{margin-top:20px}.destination-card h3{font-size:24px}.destination-icon{width:56px;height:56px}.destination-icon svg{width:40px;height:40px}.destination-close{margin-top:34px;font-size:22px}}
@media (max-width:680px){.journey-guide{padding:84px 0 100px}.guide-section .guide-title{font-size:46px;line-height:1.02}.guide-title span:last-child{margin-top:9px}.guide-lead{margin-top:24px;font-size:18px}.guide-journey{height:auto;margin-top:56px;padding-right:68px}.guide-route{right:0;left:auto;width:58px;height:100%}.guide-stop{display:block;min-height:255px;padding:34px 14px 34px 0;direction:rtl}.guide-stop-marker{position:absolute;top:36px;right:-68px;width:54px;height:54px;box-shadow:0 0 0 7px var(--ivory-50);font-size:15px}.guide-stop-content{max-width:none}.guide-stop-content h3{font-size:34px}.guide-stop-content>div{font-size:17px}.journey-guide .center-action{margin-top:36px}}
@media (max-width:680px){.journey-quiz{min-height:0;padding:84px 0 100px}.quiz-section .quiz-title{font-size:46px;line-height:1.02}.quiz-title span:last-child{margin-top:9px}.quiz-body{grid-template-columns:1fr;gap:50px;margin-top:54px}.quiz-number{width:210px;height:210px}.quiz-number:after{top:28px;left:18px;width:14px;height:14px}.quiz-number strong{font-size:158px}.quiz-number span{margin-top:21px;font-size:16px}.quiz-intro{font-size:18px}.quiz-signposts{margin-top:30px}.quiz-signposts li{padding:16px 0;font-size:17px}}
@media (max-width:680px){.journey-consolidation{min-height:0;padding:84px 0 100px}.consolidation-section .consolidation-title{font-size:44px;line-height:1.02}.consolidation-title span:last-child{margin-top:9px}.consolidation-content{gap:42px;margin-top:50px}.consolidation-copy{font-size:18px}.consolidation-copy p+p{margin-top:22px}.merge-map{height:390px}.merge-labels{right:0;left:0}.merge-labels span{font-size:12px}.merge-map>svg{inset:20px 0 60px;width:100%;height:calc(100% - 80px)}.merge-destination{width:96%}.merge-destination strong{font-size:17px}}
@media (max-width:680px){.journey-community{min-height:0;padding:84px 0 100px}.community-section .community-title{font-size:48px;line-height:1.02}.community-brandline{align-items:flex-start;gap:14px;margin-top:34px}.whatsapp-mark{width:50px;height:50px;flex-basis:50px}.community-brandline h3{font-size:27px}.community-lead{margin-top:22px;font-size:18px}.community-route{grid-template-columns:1fr;gap:0;margin-top:54px;padding-right:26px}.community-route:before{top:20px;right:18px;bottom:20px;left:auto;width:3px;height:auto;background:repeating-linear-gradient(to bottom,var(--teal-700) 0 5px,transparent 5px 13px)}.community-route li{display:flex;align-items:center;gap:18px;min-height:82px;padding:0;text-align:right}.community-waypoint{flex:0 0 36px;width:36px;height:36px;margin:0 -26px 0 0;border-width:4px;box-shadow:0 0 0 6px #f7e6d4}.community-route strong{font-size:17px}}
@media (max-width:680px){.section-label{margin-bottom:17px;font-size:15px}.section-label::after{flex-basis:44px;width:44px;margin-right:10px}.section-label::before{flex-basis:8px;width:8px;height:8px;margin-right:5px}}
@media (max-width:980px){.about-section{padding:70px 0 0}}
@media (max-width:680px){.about-section{padding-top:54px}.about-grid{gap:24px;padding:44px 0 28px}.about-community-visual{width:150%;margin:-18px -25% 0}}
@media (max-width:680px){.faq-layout{gap:42px}.faq-title h2{font-size:42px;line-height:1.04}.faq-list{gap:8px}.faq-item summary{grid-template-columns:42px minmax(0,1fr) 36px;gap:12px;padding:20px 14px}.faq-item summary::before{width:42px;background-size:100% 100%,22px 2px;background-position:center,left center;background-repeat:no-repeat}.faq-question{font-size:19px}.faq-toggle{width:34px;height:34px;font-size:24px}.faq-item p{padding:0 68px 24px 18px;font-size:16px;line-height:1.65}}
@media (max-width:680px){.final-cta{min-height:0;padding:126px 0 84px}.final-grid{gap:40px}.final-copy h2{font-size:46px;line-height:1.02}.final-copy>p:not(.section-label){margin-top:22px;font-size:17px}.final-form{padding:20px}}
@media (max-width:680px){.site-footer{padding:48px 0 26px}.footer-main,.footer-brand,.footer-legal{align-items:flex-start;flex-direction:column}.footer-main{gap:30px}.footer-brand{gap:18px}.brand-logo-footer{width:132px}.footer-brand p{font-size:14px}.footer-back{align-self:flex-start}.footer-links-row{margin-top:30px}.footer-links-row nav{display:grid;grid-template-columns:1fr 1fr;gap:16px 22px}.footer-legal{gap:18px;margin-top:24px}.footer-legal p:last-child{flex-basis:auto}}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.button,summary span,.faq-item,.faq-item summary::before,.hero-slide,.carousel-guide-book,.header-cta,.site-header{transition:none}.journey-cap-progress{stroke-dashoffset:0;animation:none!important}.journey-cap-point{opacity:1;animation:none!important}}
@media (prefers-reduced-motion:reduce){.destination-card.reveal,.destination-icon{transition:none}.destination-card.is-visible:hover,.destination-card.is-visible:hover .destination-icon{transform:none}}
@media (prefers-reduced-motion:reduce){.section-label::after,.section-label::before{transition:none}.reveal:not(.is-visible) .section-label::after{transform:scaleX(1)}.reveal:not(.is-visible) .section-label::before{opacity:1}}
@media (prefers-reduced-motion:reduce){.guide-route-progress{stroke-dashoffset:0}.guide-stop-marker{opacity:1;transform:none;transition:none}}
@media (prefers-reduced-motion:reduce){.merge-paths-progress path{stroke-dashoffset:0;animation:none!important}.merge-point,.merge-endpoint{opacity:1;transform:none;animation:none!important}}
@media (prefers-reduced-motion:reduce){.community-route.is-visible .community-waypoint{animation:none;transform:none}}
@media (prefers-reduced-motion:reduce){.visual-note.is-refreshing .destination-route::before,.visual-note.is-refreshing .destination-route::after,.visual-note.is-refreshing .destination-copy{animation:none}}

.mobile-route-bridge{display:none}

/* Mobile story flow: promise first, then the emotional destination, then explanation and action. */
@media (max-width:680px){
  .header-inner{min-height:68px;gap:12px;padding-block:7px}
  .brand-cluster{flex:0 0 auto;align-items:center;justify-content:flex-start;gap:0}
  .brand-logo{width:94px}
  .brand-descriptor{display:none}
  .header-inner .header-cta{height:40px;margin-right:auto;padding:0 13px;font-size:13px;white-space:nowrap}
  .header-cta-icon{width:22px}

  .hero{padding:26px 0 54px}
  .hero-grid{display:flex;flex-direction:column;gap:0}
  .hero-copy{display:contents}
  .hero-copy.reveal{opacity:1;transform:none}
  .hero-mobile-kicker{display:block;order:0;width:100%;margin:0 0 13px;color:var(--teal-700);font-size:14px;font-weight:600;line-height:1.35;text-align:center}
  .hero-copy h1{order:1;width:100%;margin:0 auto;font-size:clamp(20px,5.7vw,24px);line-height:1.16;letter-spacing:-.025em;text-align:center}
  .hero-copy h1 .headline-line{white-space:nowrap}
  .hero-visual{order:2;width:100%;height:clamp(440px,122vw,525px);margin-top:28px}
  .hero-lead{order:3;margin:28px 0 20px;font-size:18px;line-height:1.65}
  .hero-copy>.lead-form{order:4;width:100%;margin:0;padding-bottom:12px}

  /* Dedicated bridge bands keep the route physically between sections and preserve
     perfectly round waypoints at every phone width. */
  .journey-cap{display:none}
  .mobile-route-bridge{
    --bridge-from:var(--ivory-50);
    --bridge-to:var(--ivory-50);
    --route-ink:var(--teal-700);
    --route-x:50%;
    display:block;
    position:relative;
    height:74px;
    overflow:hidden;
    background:linear-gradient(to bottom,var(--bridge-from) 0 50%,var(--bridge-to) 50% 100%);
  }
  .bridge-to-dark{--bridge-to:var(--teal-700);--route-ink:var(--apricot-500)}
  .bridge-from-dark{--bridge-from:var(--teal-700);--bridge-to:var(--ivory-100);--route-ink:var(--apricot-500)}
  .bridge-sand-ivory{--bridge-from:var(--ivory-100);--bridge-to:var(--ivory-50)}
  .bridge-sand-peach{--bridge-from:var(--ivory-100);--bridge-to:#f7e6d4}
  .bridge-peach-ivory{--bridge-from:#f7e6d4;--bridge-to:var(--ivory-50)}
  .bridge-ivory-sand{--bridge-from:var(--ivory-50);--bridge-to:var(--ivory-100)}
  .mobile-route-bridge::before{
    content:"";
    position:absolute;
    z-index:1;
    top:8px;
    width:38px;
    height:52px;
    border-bottom:3px solid var(--route-ink);
    clip-path:inset(0 0 100% 0);
    pointer-events:none;
  }
  .mobile-route-bridge::after{
    content:"";
    position:absolute;
    z-index:2;
    top:3px;
    width:12px;
    height:12px;
    border-radius:50%;
    background:var(--apricot-500);
    opacity:0;
    transform:translateX(-50%);
    pointer-events:none;
  }
  .route-left::before{
    left:calc(var(--route-x) - 38px);
    border-right:3px solid var(--route-ink);
    border-radius:0 0 30px 0;
  }
  .route-left::after{
    left:var(--route-x);
    box-shadow:-38px 52px 0 var(--apricot-500);
  }
  .route-right::before{
    left:var(--route-x);
    border-left:3px solid var(--route-ink);
    border-radius:0 0 0 30px;
  }
  .route-right::after{
    left:var(--route-x);
    box-shadow:38px 52px 0 var(--apricot-500);
  }
  .mobile-route-bridge.is-visible::before{animation:mobile-route-draw .62s var(--ease) forwards}
  .mobile-route-bridge.is-visible::after{animation:mobile-route-points .24s var(--ease) .5s forwards}
  .bridge-ivory{display:none}
  .about-section + .mobile-route-bridge{display:none}
  .journey-section{padding-top:58px}
  .journey-insight,.journey-destination,.journey-guide,.journey-quiz,.journey-consolidation,.journey-community{padding-top:58px}
  .about-section,.faq-section{padding-top:48px}
  .final-cta{padding-top:72px}
}

@keyframes mobile-route-draw{to{clip-path:inset(0 0 0 0)}}
@keyframes mobile-route-points{to{opacity:1}}

@media (max-width:360px){
  .brand-logo{width:86px}
  .header-inner .header-cta{padding-inline:11px;font-size:12px}
}

@media (prefers-reduced-motion:reduce) and (max-width:680px){
  .mobile-route-bridge::before{clip-path:none;animation:none!important}
  .mobile-route-bridge::after{opacity:1;animation:none!important}
}
