:root{--ink: #0f172a;--text-1: #334155;--text-2: #475569;--text-3: #64748b;--muted: #94a3b8;--bg: #fbfdff;--surface-1: #f8fafc;--surface-2: #eef6ff;--surface-success: #f0fdf4;--blue: #3b5bdb;--indigo: #6366f1;--sky: #38bdf8;--cyan: #22d3ee;--green: #10b981;--green-border: #a7f3d0;--border-1: #dbeafe;--border-2: #eff6ff;--border-3: #dceaf7;--gradient: linear-gradient(90deg, #6366f1 0%, #38bdf8 50%, #22d3ee 100%);--gradient-2: linear-gradient(90deg, #6366f1 0%, #22d3ee 100%);--gradient-diag: linear-gradient(135deg, #6366f1 0%, #38bdf8 50%, #22d3ee 100%);--gradient-badge: linear-gradient(135deg, #6366f1 0%, #22d3ee 100%);--maxw: 1200px;--pad: clamp(1.25rem, 5vw, 5rem);--font-head: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-body: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;font-family:var(--font-body);color:var(--text-2);background:var(--bg);line-height:1.5;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}h1,h2,h3{margin:0;font-family:var(--font-head);color:var(--ink)}.grad-text{background-image:var(--gradient);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent}.grad-text--2{background-image:var(--gradient-2)}.container{width:100%;max-width:var(--maxw);margin-inline:auto;padding-inline:var(--pad)}.site-header{position:sticky;top:0;z-index:50;display:flex;align-items:center;gap:1rem;width:100%;height:72px;padding-inline:var(--pad);background:#fbfdffcc;backdrop-filter:saturate(180%) blur(12px);-webkit-backdrop-filter:saturate(180%) blur(12px)}.site-header__brand{display:flex;flex-shrink:0;align-items:center;gap:10px}.site-header__brand img{width:36px;height:36px;border-radius:9px}.site-header__wordmark{font-family:var(--font-head);font-size:22px;font-weight:800;letter-spacing:-.55px;color:var(--ink)}.site-nav{display:none;flex:1;justify-content:center;align-items:center;gap:36px}.site-nav a{font-size:15px;font-weight:500;color:var(--text-2)}.site-nav a:hover{color:var(--ink)}.btn-app-pill{display:inline-flex;flex-shrink:0;align-items:center;gap:8px;margin-left:auto;height:44px;padding-inline:18px;font-size:14px;font-weight:600;color:#fff;background:var(--ink);border-radius:9999px;box-shadow:0 10px 24px -8px #0f172a73}.btn-app-pill svg{width:18px;height:18px}@media(min-width:880px){.site-nav{display:flex}.btn-app-pill{margin-left:0}}.eyebrow-pill{display:inline-flex;align-items:center;gap:8px;width:fit-content;padding:7px 14px;font-size:13px;font-weight:600;color:var(--blue);background:#fff;border:1px solid var(--border-1);border-radius:9999px;box-shadow:0 6px 16px -8px #38bdf880}.eyebrow-pill svg{width:14px;height:14px}.btn-store{display:inline-flex;align-items:center;gap:12px;padding:12px 22px;color:#fff;background:var(--ink);border-radius:16px;box-shadow:0 18px 40px -12px #0f172a8c}.btn-store svg{width:26px;height:26px;flex-shrink:0}.btn-store__sub{font-size:11px;line-height:1.25;color:#ffffffb3}.btn-store__main{font-family:var(--font-head);font-size:19px;font-weight:700;line-height:1.25}.btn-ghost{display:inline-flex;align-items:center;gap:8px;padding:14px 20px;font-size:15px;font-weight:600;color:var(--blue);background:#fff;border:2px solid var(--border-1);border-radius:16px}.btn-ghost svg{width:16px;height:16px}section{padding-block:clamp(3.5rem,9vw,6.25rem)}.section-title{font-size:clamp(2rem,5vw,2.875rem);font-weight:800;line-height:1.1;letter-spacing:-1.15px}.section-sub{font-size:clamp(1.05rem,2.4vw,1.1875rem);color:var(--text-2)}.two-col{display:grid;grid-template-columns:1fr;align-items:center;gap:clamp(2.5rem,5vw,4rem)}@media(min-width:900px){.two-col{grid-template-columns:1fr 1fr}}.hero{background-image:linear-gradient(#fbfdff,#f2f9ff,#e6f4fe)}.hero__inner{display:grid;grid-template-columns:1fr;align-items:center;gap:clamp(2.5rem,5vw,2.5rem)}@media(min-width:960px){.hero__inner{grid-template-columns:1.05fr .95fr}}.hero__copy{display:flex;flex-direction:column;gap:24px;max-width:620px}.hero__h1{display:flex;flex-direction:column}.hero__h1 span{font-size:clamp(2.5rem,7vw,3.75rem);font-weight:800;line-height:1.05;letter-spacing:-1.5px}.hero__lede{max-width:480px;font-size:clamp(1.05rem,2.4vw,1.1875rem);color:var(--text-2)}.hero__actions{display:flex;flex-wrap:wrap;align-items:center;gap:16px}.phone-stage{position:relative;display:flex;justify-content:center;align-items:center;width:100%;min-height:600px}.phone-stage__glow{position:absolute;width:380px;height:380px;background-image:linear-gradient(135deg,#a5b4fc,#67e8f9);border-radius:9999px;filter:blur(80px)}.phone{position:relative;z-index:1;display:flex;flex-direction:column;width:min(300px,80vw);padding:10px;background:var(--ink);border-radius:46px;box-shadow:0 40px 90px -25px #38bdf899}.phone__screen{display:flex;flex-direction:column;width:100%;overflow:hidden;background:#fff;border-radius:36px}.phone__hero{position:relative;width:100%;height:240px}.phone__hero img{width:100%;height:100%;object-fit:cover}.phone__hero-scrim{position:absolute;inset:0;background-image:linear-gradient(0deg,#0f172a4d,#0000)}.phone__hero-label{position:absolute;left:16px;top:16px}.phone__hero-eyebrow{font-size:11px;font-weight:600;color:#fffc}.phone__hero-title{font-family:var(--font-head);font-size:20px;font-weight:800;color:#fff}.map-pin{position:absolute;display:flex;justify-content:center;align-items:center;width:26px;height:26px;border:3px solid #fff;border-radius:9999px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.map-pin svg{width:12px;height:12px}.phone__stops{display:flex;flex-direction:column;gap:10px;padding:16px;background:var(--bg);flex:1}.stop-card{display:flex;align-items:center;gap:12px;padding:12px;background:#fff;border-radius:16px;box-shadow:0 8px 20px -12px #38bdf880}.stop-card__num{display:flex;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-family:var(--font-head);font-size:13px;font-weight:800;color:#fff;border-radius:9999px}.stop-card__title{font-family:var(--font-head);font-size:14px;font-weight:700;color:var(--ink)}.stop-card__meta{font-size:11px;color:var(--text-3)}.float-tile{position:absolute;z-index:2;display:flex;justify-content:center;align-items:center;color:#fff}.float-tile svg{width:32px;height:32px}.float-tile--cal{left:0;top:40px;width:72px;height:72px;transform:rotate(-12deg);background-image:linear-gradient(135deg,#6366f1,#38bdf8);border-radius:24px;box-shadow:0 18px 34px -10px #6366f1b3}.float-tile--pin{top:150px;right:0;width:64px;height:64px;transform:rotate(10deg);background-image:linear-gradient(135deg,#38bdf8,#22d3ee);border-radius:9999px;box-shadow:0 18px 34px -10px #22d3eeb3}.float-tile--pin svg{width:28px;height:28px}.float-tile--leaf{left:0;bottom:110px;width:68px;height:68px;transform:rotate(8deg);background-image:linear-gradient(135deg,#818cf8,#22d3ee);border-radius:24px;box-shadow:0 18px 34px -10px #38bdf8b3}.float-tile--card{top:300px;right:0;width:58px;height:58px;transform:rotate(14deg);background-image:linear-gradient(135deg,#0ea5e9,#22d3ee);border-radius:16px;box-shadow:0 18px 34px -10px #0ea5e9b3}.float-tile--card svg{width:24px;height:24px}@media(max-width:640px){.float-tile{display:none}}.order{background:var(--bg)}.order__title{font-size:clamp(2rem,5vw,2.625rem);font-weight:800;line-height:1.1;letter-spacing:-1.05px}.order__copy{display:flex;flex-direction:column;gap:18px;max-width:360px}.order__copy .section-sub{font-size:1.125rem}.order__cards{display:flex;flex-direction:column;gap:18px}.order-card{display:flex;align-items:center;gap:18px;padding:14px;background:#fff;border:1px solid var(--border-2);border-radius:24px;box-shadow:0 20px 50px -22px #38bdf88c}.order-card:nth-child(1){transform:rotate(-1.5deg)}.order-card:nth-child(2){transform:rotate(1deg)}.order-card:nth-child(3){transform:rotate(-.5deg)}.order-card img{width:110px;height:110px;flex-shrink:0;object-fit:cover;border-radius:16px}.order-card__body{display:flex;flex-direction:column;gap:8px}.order-card__line{font-family:var(--font-head);font-size:clamp(1.125rem,3vw,1.375rem);font-weight:700;line-height:1.2;color:var(--ink)}.order-card__place{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:500;color:var(--text-3)}.order-card__dot{width:8px;height:8px;flex-shrink:0;background:var(--sky);border-radius:9999px}.adapt{background-image:linear-gradient(#eef6ff,#fbfdff)}.adapt__head{display:flex;flex-direction:column;align-items:center;gap:16px;max-width:680px;margin-inline:auto;text-align:center}.adapt__title{font-size:clamp(2rem,5.5vw,2.875rem);font-weight:800;line-height:1.1;letter-spacing:-1.15px}.adapt__flow{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:24px;margin-top:clamp(2rem,5vw,2.5rem)}@media(min-width:820px){.adapt__flow{flex-direction:row;align-items:stretch}}.adapt-card{display:flex;flex-direction:column;gap:12px;width:300px;max-width:100%;padding:20px;background:#fff;border:1px solid var(--border-2);border-radius:24px;box-shadow:0 24px 60px -26px #38bdf880}.adapt-card--after{border:2px solid var(--green-border);box-shadow:0 24px 60px -22px #34d39980}.adapt-card__label{font-size:12px;font-weight:700;letter-spacing:.3px;color:var(--muted)}.adapt-card__head{display:flex;align-items:center;gap:8px}.adapt-card__head svg{width:14px;height:14px}.adapt-card__head span{font-size:12px;font-weight:700;letter-spacing:.3px;color:var(--green)}.adapt-row{display:flex;align-items:center;gap:12px;padding:8px;background:var(--surface-1);border-radius:16px}.adapt-row--after{background:var(--surface-success)}.adapt-row img{width:44px;height:44px;flex-shrink:0;object-fit:cover;border-radius:12px}.adapt-row span{font-size:14px;font-weight:500;color:var(--text-2)}.adapt-row--after span{font-weight:600;color:var(--ink)}.adapt-action{display:flex;flex-direction:column;align-items:center;gap:10px}.adapt-action__icon{display:flex;justify-content:center;align-items:center;width:72px;height:72px;color:#fff;background-image:var(--gradient-diag);border-radius:9999px;box-shadow:0 18px 40px -10px #38bdf8cc}.adapt-action__icon svg{width:30px;height:30px}.adapt-action__label{font-size:13px;font-weight:700;color:var(--blue)}.adapt-action__arrow{color:var(--sky)}.adapt-action__arrow svg{width:24px;height:24px}@media(min-width:820px){.adapt-action__arrow{transform:rotate(0)}}@media(max-width:819px){.adapt-action__arrow svg{transform:rotate(90deg)}}.feature{background:var(--bg)}.feature__copy,.map-sec__copy,.share__copy{display:flex;flex-direction:column;gap:20px;max-width:460px}.feature__title,.map-sec__title,.share__title{font-size:clamp(2rem,5vw,2.75rem);font-weight:800;line-height:1.1;letter-spacing:-1.1px}.feature__body,.map-sec__body,.share__body{font-size:clamp(1.05rem,2.4vw,1.1875rem);color:var(--text-2)}.bullet-list{display:flex;flex-direction:column;gap:12px;margin:0;padding:0;list-style:none}.bullet-list li{display:flex;align-items:center;gap:12px;font-size:16px;font-weight:500;color:var(--text-1)}.bullet-badge{display:flex;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;color:#fff;background-image:var(--gradient-badge);border-radius:9999px}.bullet-badge svg{width:16px;height:16px}.phone-stage--feature{min-height:480px}.phone-stage--feature .phone__screen{gap:12px;padding:16px;background:var(--bg);border-radius:34px}.phone-stage--feature .phone{width:min(290px,80vw);border-radius:44px}.itin__day{font-family:var(--font-head);font-size:18px;font-weight:800;color:var(--ink)}.itin-card{display:flex;flex-direction:column;gap:10px;padding:12px;background:#fff;border-radius:16px;box-shadow:0 10px 24px -14px #38bdf899}.itin-card__img{width:100%;height:120px;object-fit:cover;border-radius:12px}.itin-card__row{display:flex;justify-content:space-between;align-items:center}.itin-card__name{font-family:var(--font-head);font-size:15px;font-weight:700;color:var(--ink)}.booked-pill{display:flex;align-items:center;gap:5px;padding:5px 10px;background:#ecfdf5;border-radius:9999px}.booked-pill svg{width:12px;height:12px}.booked-pill span{font-size:11px;font-weight:700;color:var(--green)}.bridge-pill{display:flex;align-items:center;gap:10px;padding:8px 12px;background:#fff;border:1px solid var(--border-2);border-radius:9999px}.bridge-pill__icon{display:flex;justify-content:center;align-items:center;width:26px;height:26px;flex-shrink:0;border-radius:9999px}.bridge-pill__icon svg{width:15px;height:15px}.bridge-pill__icon--walk{color:var(--indigo);background:#eef2ff}.bridge-pill__icon--train{color:#0ea5e9;background:#e0f2fe}.bridge-pill span{font-size:12px;font-weight:500;color:var(--text-2)}.itin-nightcap{display:flex;align-items:center;gap:10px;padding:10px;background:#fff;border-radius:16px;box-shadow:0 10px 24px -14px #38bdf899}.itin-nightcap img{width:52px;height:52px;flex-shrink:0;object-fit:cover;border-radius:12px}.itin-nightcap__name{font-family:var(--font-head);font-size:14px;font-weight:700;color:var(--ink)}.itin-nightcap__meta{font-size:11px;color:var(--text-3)}.float-tile--feat-walk{top:60px;right:0;width:60px;height:60px;transform:rotate(10deg);background-image:linear-gradient(135deg,#6366f1,#38bdf8);border-radius:16px;box-shadow:0 16px 30px -8px #6366f1b3}.float-tile--feat-walk svg{width:26px;height:26px}.float-tile--feat-train{left:0;bottom:80px;width:64px;height:64px;transform:rotate(-10deg);background-image:linear-gradient(135deg,#0ea5e9,#22d3ee);border-radius:9999px;box-shadow:0 16px 30px -8px #0ea5e9b3}.float-tile--feat-train svg{width:28px;height:28px}.map-sec{background-image:linear-gradient(#fbfdff,#eef6ff)}.quote-pill{display:flex;align-items:center;gap:12px;padding:16px 20px;background:#fff;border:1px solid var(--border-2);border-radius:24px;box-shadow:0 18px 44px -22px #38bdf880}.quote-pill__icon{display:flex;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;color:#fff;background-image:var(--gradient-badge);border-radius:9999px}.quote-pill__icon svg{width:18px;height:18px}.quote-pill span{font-family:var(--font-head);font-size:18px;font-weight:700;color:var(--ink)}.map-frame{position:relative;z-index:1;width:100%;height:420px;overflow:hidden;border:4px solid #fff;border-radius:36px;box-shadow:0 30px 70px -28px #38bdf899}.map-frame img{width:100%;height:100%;object-fit:cover}.map-frame__scrim{position:absolute;inset:0;background-image:linear-gradient(135deg,#eef6ff66,#22d3ee1a)}.map-overlay-pin{position:absolute;display:flex;flex-direction:column;align-items:center;gap:4px}.map-overlay-pin--vegan{left:80px;top:90px}.map-overlay-pin--heart{right:90px;bottom:120px}.map-overlay-pin--steak{top:180px;right:60px}.map-overlay-pin__marker{display:flex;justify-content:center;align-items:center;width:30px;height:30px;border:3px solid #fff;border-radius:9999px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.map-overlay-pin__marker svg{width:14px;height:14px;color:#fff}.map-overlay-pin__marker--vegan{background:var(--cyan)}.map-overlay-pin__marker--heart{background:var(--indigo)}.map-overlay-pin__marker--steak{background:var(--muted);box-shadow:none}.map-overlay-pin__label{padding:3px 8px;font-size:10px;font-weight:700;color:var(--ink);background:#fff;border-radius:9999px;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a}.map-overlay-pin__label--struck{color:var(--muted);text-decoration:line-through;box-shadow:none}.share{background:var(--bg)}.share__grad{font-family:var(--font-head);font-size:clamp(1.25rem,3vw,1.375rem);font-weight:700}.journey-card{position:relative;z-index:1;display:flex;flex-direction:column;width:min(380px,100%);margin-inline:auto;overflow:hidden;background:#fff;border:1px solid var(--border-2);border-radius:28px;box-shadow:0 30px 70px -26px #38bdf899}.journey-card__hero{position:relative;width:100%;height:200px}.journey-card__hero img{width:100%;height:100%;object-fit:cover}.journey-card__scrim{position:absolute;inset:0;background-image:linear-gradient(0deg,#0f172a99,#0000)}.journey-card__label{position:absolute;left:18px;bottom:16px}.journey-card__title{font-family:var(--font-head);font-size:24px;font-weight:800;color:#fff}.journey-card__by{font-size:13px;color:#ffffffd9}.journey-card__body{display:flex;flex-direction:column;gap:12px;padding:18px}.journey-card__share{display:flex;align-items:center;gap:8px;padding:10px 12px;background:var(--surface-1);border-radius:12px}.journey-card__share svg{width:15px;height:15px;flex-shrink:0;color:var(--sky)}.journey-card__share span{font-size:13px;font-weight:600;color:var(--text-2)}.journey-card__actions{display:flex;align-items:center;gap:10px}.journey-card__adapt{display:flex;flex:1;justify-content:center;align-items:center;gap:8px;padding:12px 16px;font-size:14px;font-weight:700;color:#fff;background-image:var(--gradient-2);border-radius:9999px}.journey-card__adapt svg{width:15px;height:15px}.journey-card__fav{display:flex;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;color:var(--indigo);background:#fff;border:2px solid var(--border-2);border-radius:9999px}.journey-card__fav svg{width:18px;height:18px}.share-glow{position:absolute;z-index:0;width:320px;height:320px;background-image:linear-gradient(135deg,#a5b4fc,#67e8f9);border-radius:9999px;filter:blur(70px)}.share-stage{position:relative;display:flex;justify-content:center;align-items:center;min-height:440px}.creators{padding-block:0}.creators__band{display:flex;flex-direction:column;align-items:flex-start;gap:24px;margin-inline:var(--pad);padding:clamp(2.5rem,5vw,4rem) clamp(1.5rem,5vw,5rem);background:#f1f5f9;border-radius:40px}.creators__copy{display:flex;flex-direction:column;gap:10px}.creators__label{font-size:13px;font-weight:700;letter-spacing:.325px;color:var(--muted)}.creators__title{font-size:clamp(1.625rem,4vw,2.125rem);font-weight:800;line-height:1.15;letter-spacing:-.85px;color:var(--text-1)}.creators__body{max-width:520px;font-size:16px;color:var(--text-3)}.btn-ghost--slate{flex-shrink:0;padding:14px 22px;font-size:15px;font-weight:700;color:var(--text-1);border-color:#cbd5e1}.btn-ghost--slate svg{color:var(--text-1)}@media(min-width:820px){.creators__band{flex-direction:row;justify-content:space-between;align-items:center}}.final-cta{display:flex;flex-direction:column;align-items:center;gap:28px;text-align:center;background-image:linear-gradient(#e6f4fe,#fbfdff)}.final-cta__head{display:flex;flex-direction:column;align-items:center;gap:6px;max-width:760px}.final-cta__head h2 span{font-size:clamp(2.5rem,7vw,3.25rem);font-weight:800;line-height:1.08;letter-spacing:-1.3px}.final-cta__sub{margin-top:8px;font-size:clamp(1.05rem,2.4vw,1.1875rem);color:var(--text-2)}.final-cta__actions{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:16px}.site-footer{display:flex;flex-direction:column;gap:40px;padding-block:64px;padding-inline:var(--pad);background-image:linear-gradient(#fbfdff,#e9f4fe);border-top:1px solid var(--border-3)}.site-footer__top{display:flex;flex-direction:column;justify-content:space-between;gap:48px}.site-footer__contact{display:flex;flex-direction:column;align-items:flex-start;gap:12px}.site-footer__contact-label{font-size:12px;font-weight:700;letter-spacing:.96px;text-transform:uppercase;color:var(--muted)}.site-footer__email{display:inline-flex;align-items:center;gap:8px}.site-footer__email-text{font-family:var(--font-head);font-size:clamp(1.5rem,5vw,1.875rem);font-weight:800;letter-spacing:-.75px}.site-footer__email-icon{display:flex;justify-content:center;align-items:center;width:28px;height:28px;color:var(--blue);background:#eef4ff;border-radius:9999px}.site-footer__email-icon svg{width:16px;height:16px}.site-footer__brand{display:flex;flex-direction:column;gap:14px;max-width:420px}.site-footer__brand-row{display:flex;align-items:center;gap:10px}.site-footer__brand-row img{width:44px;height:44px;border-radius:11px}.site-footer__brand-name{font-family:var(--font-head);font-size:20px;font-weight:800;color:var(--ink)}.site-footer__tagline{max-width:380px;font-size:15px;color:var(--text-2)}.site-footer__cities{font-size:13px;color:var(--muted)}.site-footer__divider{width:100%;height:1px;background:var(--border-3)}.site-footer__bottom{display:flex;justify-content:space-between;align-items:center;gap:1rem}.site-footer__bottom span{font-size:13px;color:var(--muted)}@media(min-width:720px){.site-footer__top{flex-direction:row;align-items:flex-start}}
