:root{--navy:#142844;--navy-dark:#0d1b2d;--blue:#2ea7ff;--turquoise:#18d2c3;--orange:#ff7a1a;--ink:#142033;--muted:#64748b;--line:#e2e8f0;--surface:#fff;--soft:#f6f8fb;--radius:20px;--shadow:0 18px 55px rgba(13,27,45,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff}a{color:inherit;text-decoration:none}.shell{width:min(1180px,calc(100% - 40px));margin:auto}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}.header-row{height:72px;display:flex;align-items:center;gap:30px}.brand{display:flex;align-items:center;gap:12px;white-space:nowrap}.brand-main{font-weight:850;color:var(--navy);font-size:21px;letter-spacing:-.7px}.brand-divider{width:1px;height:24px;background:var(--line)}.brand-section{font-weight:700;color:#475569}.desktop-nav{display:flex;align-items:center;gap:22px;margin-left:auto}.desktop-nav a{font-weight:650;font-size:14px;padding:26px 0 23px;border-bottom:3px solid transparent}.desktop-nav a:hover,.desktop-nav a.is-current{color:#176fb2;border-bottom-color:var(--blue)}.account-link{border:1px solid var(--line);padding:10px 14px;border-radius:999px;font-size:13px;font-weight:700}.mobile-menu-button{display:none;appearance:none;border:0;background:transparent;font-size:24px;color:var(--navy);cursor:pointer}.hero{background:radial-gradient(circle at 85% 15%,rgba(24,210,195,.25),transparent 34%),linear-gradient(135deg,var(--navy-dark),var(--navy));color:#fff;padding:68px 0 54px}.hero-copy{max-width:760px}.eyebrow{display:inline-flex;font-size:12px;letter-spacing:.13em;text-transform:uppercase;font-weight:800;color:var(--turquoise)}.eyebrow.dark{color:var(--blue)}.hero h1,.page-hero h1{font-size:clamp(36px,5.4vw,66px);line-height:1.02;letter-spacing:-2.4px;margin:10px 0 16px}.hero-copy p,.page-hero p{max-width:720px;color:#d7e1ee;font-size:18px;line-height:1.65;margin:0}.search-panel{margin-top:42px;background:#fff;color:var(--ink);border-radius:24px;box-shadow:var(--shadow);padding:10px}.product-tabs{display:flex;gap:6px;overflow:auto;padding:2px 2px 10px}.product-tab{appearance:none;border:0;background:transparent;display:flex;align-items:center;gap:7px;border-radius:12px;padding:12px 16px;font-weight:750;color:#475569;white-space:nowrap;cursor:pointer}.product-tab.is-active{background:#edf7ff;color:#176fb2}.search-form{display:none;grid-template-columns:1.5fr 1fr 1fr 1fr auto;gap:8px;align-items:stretch}.search-form[data-panel=flight]{grid-template-columns:1.2fr 1.2fr 1fr 1fr .8fr auto}.search-form.is-active{display:grid}.field{border:1px solid var(--line);border-radius:14px;padding:10px 14px;display:flex;flex-direction:column;justify-content:center;min-width:0;background:#fff}.field span{font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);font-weight:800;margin-bottom:3px}.field input,.field select{font:inherit;border:0;outline:0;min-width:0;background:transparent;color:var(--ink);height:28px}.search-button{border:0;border-radius:14px;padding:0 28px;background:var(--orange);color:#fff;font-weight:850;font-size:15px;cursor:pointer;box-shadow:0 10px 25px rgba(255,122,26,.24)}.search-button:hover{filter:brightness(.96)}.section{padding:72px 0}.section-soft{background:var(--soft)}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:24px}.section h2{font-size:34px;letter-spacing:-1.2px;margin:5px 0 0}.section-note{font-size:14px;color:var(--muted)}.destination-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.destination-card{position:relative;min-height:160px;border-radius:var(--radius);padding:20px;overflow:hidden;display:flex;align-items:end;gap:12px;border:1px solid rgba(20,40,68,.08);transition:.2s transform,.2s box-shadow;background:linear-gradient(145deg,#e7f6ff,#fff)}.destination-card:nth-child(2n){background:linear-gradient(145deg,#e9fbf8,#fff)}.destination-card:nth-child(3n){background:linear-gradient(145deg,#fff1e7,#fff)}.destination-card:hover{transform:translateY(-3px);box-shadow:0 14px 35px rgba(20,40,68,.1)}.destination-index{position:absolute;right:16px;top:10px;font-size:50px;font-weight:900;color:rgba(20,40,68,.07)}.destination-content{display:flex;flex-direction:column;gap:5px}.destination-content strong{font-size:23px}.destination-content small{color:var(--muted)}.destination-arrow{margin-left:auto;font-size:25px}.promise-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.promise-grid article{display:flex;gap:14px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px}.promise-icon{width:40px;height:40px;border-radius:12px;background:#edf7ff;display:grid;place-items:center;font-size:20px;flex:0 0 auto}.promise-grid strong{display:block;margin-bottom:5px}.promise-grid p{margin:0;color:var(--muted);font-size:14px;line-height:1.5}.page-hero{background:linear-gradient(135deg,var(--navy-dark),var(--navy));color:#fff;padding:54px 0}.page-hero.compact{padding:46px 0}.page-hero h1{font-size:44px}.inline-search{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr auto;gap:8px;background:var(--soft);border:1px solid var(--line);border-radius:20px;padding:10px;margin-bottom:24px}.result-summary{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);padding:0 2px 18px;margin:0 0 18px}.result-summary>div{display:flex;align-items:baseline;gap:5px}.summary-label,.result-summary>span{color:var(--muted)}.empty-state{border:1px dashed #cbd5e1;background:var(--soft);border-radius:20px;padding:48px;text-align:center}.empty-state strong{font-size:22px}.empty-state p{color:var(--muted);margin:9px auto 20px;max-width:600px;line-height:1.6}.empty-state a{display:inline-flex;background:var(--navy);color:#fff;border-radius:12px;padding:12px 18px;font-weight:750}.hotel-results{display:grid;gap:16px}.hotel-card{display:grid;grid-template-columns:240px 1fr 220px;min-height:190px;border:1px solid var(--line);border-radius:20px;overflow:hidden;background:#fff;box-shadow:0 8px 30px rgba(20,40,68,.06)}.hotel-media{background:#edf2f7;min-height:190px;display:grid;place-items:center;overflow:hidden}.hotel-media img{width:100%;height:100%;object-fit:cover}.media-placeholder{font-size:46px;opacity:.55}.hotel-body{padding:22px}.hotel-heading{display:flex;justify-content:space-between;gap:16px}.hotel-heading h2{font-size:22px;letter-spacing:-.5px;margin:0 0 6px}.stars{font-size:12px;color:#f59e0b;letter-spacing:1px}.favorite-button{width:38px;height:38px;border:1px solid var(--line);border-radius:50%;background:#fff;font-size:22px;cursor:pointer;color:var(--navy)}.hotel-location{color:var(--muted);font-size:14px;margin:13px 0}.amenity-row{display:flex;flex-wrap:wrap;gap:7px}.amenity-row span{background:#f0f7ff;color:#315b82;border-radius:999px;padding:6px 9px;font-size:12px;font-weight:650}.hotel-action{border-left:1px solid var(--line);padding:22px;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end;text-align:right;gap:7px}.hotel-action small,.provider-note{color:var(--muted);font-size:12px}.hotel-action strong{font-size:18px}.primary-action{border:0;background:var(--orange);color:#fff;border-radius:12px;padding:11px 15px;font-weight:800}.destination-list-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.destination-list-card{border:1px solid var(--line);border-radius:20px;padding:26px;background:linear-gradient(145deg,#fff,#f8fbff);min-height:210px;display:flex;flex-direction:column;transition:.2s transform,.2s box-shadow}.destination-list-card:hover{transform:translateY(-3px);box-shadow:0 14px 35px rgba(20,40,68,.09)}.destination-type{font-size:11px;text-transform:uppercase;letter-spacing:.1em;font-weight:850;color:#176fb2}.destination-list-card h2{font-size:27px;margin:18px 0 7px}.destination-list-card p{color:var(--muted);line-height:1.55;margin:0}.destination-cta{margin-top:auto;padding-top:22px;font-weight:800;color:var(--navy)}.site-footer{background:var(--navy-dark);color:#dce6f2;padding:44px 0}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px}.footer-grid div{display:flex;flex-direction:column;gap:8px}.footer-grid p,.footer-grid a{color:#9fb1c6;font-size:14px;margin:0}@media(max-width:1040px){.desktop-nav{gap:14px}.desktop-nav a{font-size:13px}.inline-search,.search-form,.search-form[data-panel=flight]{grid-template-columns:1fr 1fr}.search-button{min-height:54px}.hotel-card{grid-template-columns:200px 1fr}.hotel-action{grid-column:1/-1;border-left:0;border-top:1px solid var(--line);flex-direction:row;align-items:center;text-align:left;justify-content:flex-end}.destination-grid,.destination-list-grid{grid-template-columns:repeat(2,1fr)}.promise-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){.header-row{height:64px;position:relative}.mobile-menu-button{display:block;margin-left:auto}.desktop-nav{display:none;position:absolute;left:0;right:0;top:64px;background:#fff;border:1px solid var(--line);border-radius:0 0 16px 16px;box-shadow:var(--shadow);padding:8px 14px;flex-direction:column;align-items:stretch;gap:0}.desktop-nav.is-open{display:flex}.desktop-nav a{padding:12px 4px;border-bottom:1px solid #edf2f7}.account-link{margin-left:0}.search-form,.search-form[data-panel=flight],.inline-search{grid-template-columns:1fr}.destination-grid,.destination-list-grid,.promise-grid{grid-template-columns:1fr}.hotel-card{grid-template-columns:1fr}.hotel-media{min-height:220px}.hotel-action{grid-column:auto;align-items:flex-start;justify-content:flex-start;flex-direction:column;text-align:left}.section{padding:50px 0}}@media(max-width:640px){.shell{width:min(100% - 24px,1180px)}.brand-main{font-size:18px}.brand-section{font-size:14px}.account-link{font-size:0;padding:9px}.account-link:after{content:'↗';font-size:16px}.hero{padding:42px 0 32px}.hero h1{letter-spacing:-1.5px}.hero-copy p{font-size:16px}.search-panel{margin-top:28px;border-radius:18px;padding:8px}.product-tab{padding:10px 12px}.section-head{align-items:start;flex-direction:column}.section h2{font-size:28px}.destination-card{min-height:130px}.footer-grid{grid-template-columns:1fr;gap:28px}.result-summary{align-items:flex-start;flex-direction:column;gap:6px}.result-summary>div{display:block}.empty-state{padding:34px 18px}.page-hero h1{font-size:36px;letter-spacing:-1.3px}.hotel-body{padding:18px}.destination-list-card{min-height:180px}}
