.site-nav{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--bi-border)}.site-nav__inner{max-width:1200px;margin:0 auto;padding:0 2rem;height:68px;display:flex;align-items:center;justify-content:space-between}.site-nav__logo{display:flex;align-items:center}.site-nav__links{display:flex;gap:2.5rem}.site-nav__links a{font-size:.95rem;font-weight:500;color:var(--bi-navy);transition:color .2s}.site-nav__links a:hover,.site-nav__links a.router-link-active{color:var(--bi-ocean)}.site-footer{background:var(--bi-navy);color:#fff9;padding:3rem 2rem}.site-footer__inner{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}.site-footer__inner p{font-size:.875rem}.bi-container{max-width:1200px;margin:0 auto;padding:0 2rem}.bi-section-title{font-family:Georgia,Times New Roman,serif;font-size:clamp(1.75rem,3vw,2.5rem);color:var(--bi-navy);text-align:center;margin-bottom:.5rem}.bi-section-subtitle{color:var(--bi-text-muted);text-align:center;font-size:1.05rem;margin-bottom:3rem}.hero{position:relative;min-height:88vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(170deg,#084673 0%,#023E8A 55%,#011f4b 100%);overflow:hidden}.hero__content{position:relative;z-index:1;text-align:center;padding:2rem;max-width:720px;color:var(--bi-white)}.hero__eyebrow{font-size:.875rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:#ffffffbf;margin-bottom:1rem}.hero__title{font-family:Georgia,Times New Roman,serif;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:700;line-height:1.15;margin-bottom:1.25rem;color:var(--bi-white);text-shadow:0 2px 16px rgba(2,62,138,.4)}.hero__subtitle{font-size:clamp(1rem,2vw,1.25rem);color:#ffffffd9;max-width:520px;margin:0 auto 2.5rem}.hero__cta{display:inline-block;background:var(--bi-gold);color:var(--bi-navy);font-weight:700;font-size:1rem;padding:.9rem 2.5rem;border-radius:50px;transition:background .2s,transform .15s}.hero__cta:hover{background:var(--bi-gold-dark);transform:translateY(-2px)}.hero__wave{position:absolute;bottom:-1px;left:0;width:100%;height:72px}.destinations{padding:5rem 0;background:var(--bi-white)}.destinations__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.75rem}.dest-card{border-radius:16px;overflow:hidden;box-shadow:0 4px 24px #023e8a1a;transition:transform .2s,box-shadow .2s;display:block}.dest-card:hover:not(.dest-card--soon){transform:translateY(-4px);box-shadow:0 8px 32px #023e8a2e}.dest-card--soon{opacity:.7;cursor:default}.dest-card__img{position:relative;height:180px;display:flex;align-items:flex-start;padding:1rem}.dest-card__state{background:rgba(255,255,255,.2);color:#fff;font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:.25rem .75rem;border-radius:50px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.dest-card__body{padding:1.5rem;background:var(--bi-white);display:flex;flex-direction:column;gap:.5rem}.dest-card__name{font-family:Georgia,Times New Roman,serif;font-size:1.3rem;color:var(--bi-navy)}.dest-card__desc{font-size:.9rem;color:var(--bi-text-muted);line-height:1.55}.dest-card__link{font-size:.9rem;font-weight:600;color:var(--bi-ocean-text);margin-top:.25rem}.dest-card__badge{display:inline-block;font-size:.75rem;font-weight:600;color:var(--bi-text-muted);border:1px solid var(--bi-border);padding:.2rem .65rem;border-radius:50px;margin-top:.25rem;align-self:flex-start}.features{padding:5rem 0;background:var(--bi-sand)}.features__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem}.feature-card{background:var(--bi-white);border-radius:16px;padding:2rem;box-shadow:0 2px 12px #023e8a12;display:flex;flex-direction:column;gap:.75rem}.feature-card__icon{width:48px;height:48px;background:rgba(0,150,199,.1);border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--bi-ocean)}.feature-card__icon svg{width:24px;height:24px}.feature-card h3{font-family:Georgia,Times New Roman,serif;font-size:1.15rem;color:var(--bi-navy)}.feature-card p{font-size:.9rem;color:var(--bi-text-muted);line-height:1.6}:root{--bi-navy: #023E8A;--bi-ocean: #0096C7;--bi-sky: #87CEEB;--bi-gold: #F5A623;--bi-gold-dark: #D4880F;--bi-sand: #FFF8ED;--bi-white: #ffffff;--bi-text: #1a2e4a;--bi-text-muted: #3d6080;--bi-ocean-text: #006FA6;--bi-border: rgba(0, 119, 182, .15)}html{scroll-behavior:smooth}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;color:var(--bi-text);background:var(--bi-white);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}
