:root{--ink:#18202d;--muted:#5c6675;--paper:#fbfbf7;--line:rgba(24,32,45,0.14);--accent:#0d9488;--accent-dark:#0f766e;--sun:#f7b733}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}.hero{min-height:84vh;padding:28px clamp(18px,4vw,64px) 64px;background:linear-gradient(90deg,rgba(13,24,34,.78),rgba(13,24,34,.34)),url(https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=2200&q=80) 50%/cover;color:white;flex-direction:column}.hero,.nav{display:flex;justify-content:space-between}.nav{width:min(1120px,100%);margin:0 auto;align-items:center;gap:24px}.brand{font-size:1.25rem;font-weight:800}.navLinks{display:flex;align-items:center;gap:clamp(14px,3vw,28px);color:rgba(255,255,255,.9);font-size:.94rem}.heroContent{width:min(1120px,100%);margin:96px auto 0;max-width:720px}.statusBanner{width:-moz-fit-content;width:fit-content;max-width:100%;margin-bottom:28px;padding:14px 18px;border:2px solid rgba(247,183,51,.95);border-radius:8px;background:rgba(24,32,45,.82);box-shadow:0 18px 48px rgba(0,0,0,.26)}.statusBanner span{display:block;color:var(--sun);font-size:clamp(1.15rem,3vw,1.55rem);font-weight:900;letter-spacing:0;text-transform:uppercase}.statusBanner p{margin:6px 0 0;color:rgba(255,255,255,.9);font-size:.98rem;line-height:1.45}.eyebrow{margin:0 0 14px;color:var(--sun);font-size:.78rem;font-weight:800;letter-spacing:0;text-transform:uppercase}h1,h2,h3,p{overflow-wrap:anywhere}h1{margin:0;max-width:760px;font-size:clamp(2.65rem,7vw,5.7rem);line-height:.95;letter-spacing:0}.intro{max-width:610px;margin:24px 0 0;color:rgba(255,255,255,.88);font-size:clamp(1rem,2vw,1.2rem);line-height:1.7}.actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:34px}.primaryButton,.secondaryButton{min-height:48px;padding:14px 20px;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;font-weight:800}.primaryButton{background:var(--accent);color:white}.primaryButton:hover{background:var(--accent-dark)}.secondaryButton{border:1px solid rgba(255,255,255,.58);color:white}.section{width:min(1120px,calc(100% - 36px));margin:0 auto;padding:68px 0}.sectionHeader{max-width:640px;margin-bottom:28px}.infoBand h2,.section h2{margin:0;font-size:clamp(2rem,4vw,3.4rem);line-height:1.05;letter-spacing:0}.tripGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px}.tripCard{min-height:220px;padding:24px;border:1px solid var(--line);border-radius:8px;background:white;display:flex;flex-direction:column;justify-content:space-between}.tripCard h3{margin:0;font-size:1.35rem}.tripCard p{margin:16px 0 24px;color:var(--muted);line-height:1.65}.tripCard span{color:var(--accent-dark);font-weight:800}.infoBand{padding:58px clamp(18px,4vw,64px);background:#17323b;color:white;display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,520px);grid-gap:44px;gap:44px;align-items:center}.infoBand>*{width:min(100%,1120px)}.infoBand p:last-child{margin:0;color:rgba(255,255,255,.82);font-size:1.05rem;line-height:1.8}@media (max-width:760px){.hero{min-height:760px}.nav{align-items:flex-start;flex-direction:column}.navLinks{width:100%;justify-content:space-between;font-size:.88rem}.heroContent{margin-top:72px}.infoBand,.tripGrid{grid-template-columns:1fr}}