.header{position:sticky;top:0;z-index:100;background:var(--color-white);box-shadow:var(--shadow-sm);height:var(--header-height)}.header__inner{display:flex;align-items:center;justify-content:space-between;height:100%;gap:1rem}.header__brand{text-decoration:none;color:inherit;flex-shrink:0}.header__logo{display:block;font-family:var(--font-heading);font-size:1.15rem;font-weight:700;color:var(--color-navy);line-height:1.2}.header__tagline{display:none;font-size:.75rem;color:var(--color-text-muted);font-weight:500}.header__nav-list{display:flex;flex-wrap:wrap;gap:.25rem 1rem;list-style:none;margin:0;padding:0}.header__nav-list a{text-decoration:none;font-size:.9rem;font-weight:500;color:var(--color-navy);padding:.35rem 0}.header__nav-list a:hover{color:var(--color-coral)}@media(min-width:900px){.header__tagline{display:block}.header__logo{font-size:1.25rem}.header__nav-list{gap:.5rem 1.5rem}.header__nav-list a{font-size:.95rem}}@media(max-width:640px){.header__nav-list{gap:.25rem .75rem}.header__nav-list a{font-size:.8rem}}.footer{background:var(--color-navy);color:#ffffffd9;margin-top:auto}.footer__grid{display:grid;gap:2rem;padding:3rem 0 2rem}.footer__title{font-family:var(--font-heading);color:var(--color-white);font-size:1.35rem;margin-bottom:1rem}.footer__about p{margin-bottom:0;line-height:1.7}.footer__links h3{color:var(--color-white);font-family:var(--font-body);font-size:1rem;font-weight:600;margin-bottom:1rem}.footer__links ul{list-style:none;padding:0;margin:0}.footer__links li{margin-bottom:.5rem}.footer__links a{color:#ffffffbf;text-decoration:none;font-size:.95rem}.footer__links a:hover{color:var(--color-turquoise)}.footer__bottom{border-top:1px solid rgba(255,255,255,.15);padding:1.25rem 0}.footer__bottom p{margin:0;font-size:.9rem;opacity:.7;text-align:center}@media(min-width:768px){.footer__grid{grid-template-columns:2fr 1fr 1fr}}:root{--color-turquoise: #1ab8c4;--color-turquoise-dark: #0e8a94;--color-turquoise-light: #e6f9fb;--color-coral: #ff6b5a;--color-coral-dark: #e85545;--color-sand: #f5efe6;--color-sand-dark: #e8dfd3;--color-white: #ffffff;--color-navy: #1a3a4a;--color-navy-light: #2d5a6e;--color-text: #2c3e50;--color-text-muted: #5a6c7d;--font-body: "DM Sans", system-ui, sans-serif;--font-heading: "Fraunces", Georgia, serif;--radius-sm: 8px;--radius-md: 16px;--radius-lg: 24px;--shadow-sm: 0 2px 8px rgba(26, 58, 74, .08);--shadow-md: 0 8px 24px rgba(26, 58, 74, .12);--shadow-lg: 0 16px 48px rgba(26, 58, 74, .16);--max-width: 1120px;--header-height: 72px}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}.layout{display:flex;flex-direction:column;min-height:100vh}.layout main{flex:1}body{margin:0;font-family:var(--font-body);font-size:1rem;line-height:1.6;color:var(--color-text);background:var(--color-sand);-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:var(--color-turquoise-dark);text-decoration-thickness:1px;text-underline-offset:3px}a:hover{color:var(--color-coral)}h1,h2,h3,h4{font-family:var(--font-heading);color:var(--color-navy);line-height:1.2;margin-top:0}h1{font-size:clamp(2rem,5vw,3rem);margin-bottom:1rem}h2{font-size:clamp(1.5rem,3.5vw,2.25rem);margin-bottom:1rem}h3{font-size:clamp(1.15rem,2.5vw,1.4rem);margin-bottom:.75rem}p{margin-top:0;margin-bottom:1rem}ul,ol{margin-top:0;margin-bottom:1rem;padding-left:1.25rem}.container{width:min(100% - 2rem,var(--max-width));margin-inline:auto}.section{padding:4rem 0}.section--white{background:var(--color-white)}.section--sand{background:var(--color-sand)}.section--turquoise{background:linear-gradient(135deg,var(--color-turquoise-light) 0%,var(--color-white) 100%)}.section__header{text-align:center;max-width:720px;margin:0 auto 2.5rem}.section__header p{color:var(--color-text-muted);font-size:1.1rem}.lead{font-size:1.2rem;color:var(--color-text-muted);max-width:640px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.75rem;font-family:var(--font-body);font-size:1rem;font-weight:600;border-radius:999px;border:2px solid transparent;cursor:pointer;text-decoration:none;transition:transform .2s,box-shadow .2s,background .2s}.btn:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.btn--primary{background:var(--color-coral);color:var(--color-white);border-color:var(--color-coral)}.btn--primary:hover{background:var(--color-coral-dark);border-color:var(--color-coral-dark);color:var(--color-white)}.btn--secondary{background:var(--color-white);color:var(--color-navy);border-color:var(--color-navy)}.btn--secondary:hover{background:var(--color-navy);color:var(--color-white)}.btn--outline{background:transparent;color:var(--color-turquoise-dark);border-color:var(--color-turquoise)}.btn--outline:hover{background:var(--color-turquoise);color:var(--color-white)}.btn-group{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1.5rem}.card{background:var(--color-white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);overflow:hidden;transition:transform .2s,box-shadow .2s}.card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.card__image{aspect-ratio:16 / 10;object-fit:cover;width:100%;background:var(--color-turquoise-light)}.card__body{padding:1.5rem}.card__title{font-size:1.25rem;margin-bottom:.5rem}.card__tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.tag{display:inline-block;padding:.25rem .75rem;background:var(--color-turquoise-light);color:var(--color-turquoise-dark);border-radius:999px;font-size:.85rem;font-weight:500}.grid{display:grid;gap:1.5rem}.grid--2{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.grid--3{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.hero{position:relative;min-height:70vh;display:flex;align-items:center;background:linear-gradient(135deg,#1a3a4abf,#1ab8c48c),url(/images/bimini-turquoise-water.jpg) center / cover no-repeat;color:var(--color-white);padding:6rem 0 4rem}.hero__content{max-width:680px}.hero__eyebrow{display:inline-block;padding:.35rem 1rem;background:#fff3;border-radius:999px;font-size:.9rem;font-weight:600;margin-bottom:1rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.hero h1{color:var(--color-white);margin-bottom:1.25rem}.hero p{font-size:1.2rem;opacity:.95;margin-bottom:0}.page-hero{background:linear-gradient(135deg,var(--color-navy) 0%,var(--color-turquoise-dark) 100%);color:var(--color-white);padding:4rem 0 3rem;text-align:center}.page-hero h1{color:var(--color-white)}.page-hero p{max-width:640px;margin:0 auto;opacity:.9;font-size:1.1rem}.split{display:grid;gap:2rem;align-items:center}@media(min-width:768px){.split{grid-template-columns:1fr 1fr}}.split__image{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg)}.feature-list{list-style:none;padding:0;margin:0}.feature-list li{position:relative;padding-left:1.75rem;margin-bottom:.75rem}.feature-list li:before{content:"✓";position:absolute;left:0;color:var(--color-turquoise);font-weight:700}.reassurance{background:var(--color-turquoise-light);border-left:4px solid var(--color-turquoise);border-radius:var(--radius-sm);padding:1.25rem 1.5rem;margin:2rem 0}.reassurance p:last-child{margin-bottom:0}.faq-list{max-width:800px;margin:0 auto}.faq-item{background:var(--color-white);border-radius:var(--radius-md);padding:1.5rem;margin-bottom:1rem;box-shadow:var(--shadow-sm)}.faq-item h3{margin-bottom:.5rem;font-family:var(--font-body);font-weight:600;font-size:1.05rem}.faq-item p{color:var(--color-text-muted);margin-bottom:0}.cta-banner{background:linear-gradient(135deg,var(--color-coral) 0%,var(--color-coral-dark) 100%);color:var(--color-white);text-align:center;padding:4rem 2rem;border-radius:var(--radius-lg);margin:2rem 0}.cta-banner h2{color:var(--color-white)}.cta-banner p{max-width:560px;margin:0 auto 1.5rem;opacity:.95}.content-block{max-width:760px}.content-block--wide{max-width:900px;margin:0 auto}.highlight-box{background:var(--color-white);border-radius:var(--radius-md);padding:2rem;box-shadow:var(--shadow-sm)}.tour-highlights{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin:2rem 0}.tour-highlight{background:var(--color-white);padding:1.25rem;border-radius:var(--radius-sm);border-top:3px solid var(--color-turquoise)}.tour-highlight h3{font-size:1rem;font-family:var(--font-body);font-weight:600}.breadcrumb{font-size:.9rem;margin-bottom:1rem;opacity:.85}.breadcrumb a{color:inherit}.internal-links{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:2rem}.internal-links a{padding:.5rem 1rem;background:var(--color-turquoise-light);border-radius:999px;text-decoration:none;font-size:.9rem;font-weight:500}.internal-links a:hover{background:var(--color-turquoise);color:var(--color-white)}
