/* ============================================================
   Bonita Boat Rentals — "Sandbar" design system
   Warm sand · lagoon teal · bright coral · rounded & friendly
   Fonts: Nunito (headings) + DM Sans (body)
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@700;800;900&family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,700;1,9..40,400&display=swap');

:root {
  /* Color tokens — edit here to re-theme the whole site */
  --sand:        #FBF5EB;   /* page background, warm sand */
  --sand-deep:   #F4E8D3;   /* alternate section band */
  --shell:       #FFFFFF;   /* cards */
  --teal:        #0F766E;   /* primary — lagoon teal */
  --teal-deep:   #115E59;
  --teal-ink:    #0E3F3A;   /* headings */
  --teal-soft:   #D7EEE9;   /* tinted chips / icon plates */
  --coral:       #E8543F;   /* CTA */
  --coral-deep:  #C93A26;
  --coral-soft:  #FDE5DF;
  --sun:         #F4A93C;   /* star / highlight gold-sun */
  --ink:         #2B2622;   /* near-black warm */
  --body:        #57534E;   /* body text, warm stone */
  --line:        #EADFCB;   /* borders on sand */
  --sky:         #E8F6F4;   /* pale lagoon tint */

  --font-head: 'Nunito', system-ui, sans-serif;
  --font-body: 'DM Sans', system-ui, sans-serif;

  --r-sm: 12px; --r-md: 18px; --r-lg: 26px; --r-pill: 999px;
  --shadow-sm: 0 2px 10px rgba(43,38,34,.06);
  --shadow-md: 0 10px 30px rgba(43,38,34,.10);
  --shadow-lg: 0 24px 60px rgba(43,38,34,.16);
  --container: 1180px;
  --ease: cubic-bezier(.22,.8,.32,1);
}

/* ---------- Reset & base ---------- */
*,*::before,*::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0; font-family: var(--font-body); font-size: 16.5px; line-height: 1.65;
  color: var(--body); background: var(--sand);
  -webkit-font-smoothing: antialiased; overflow-x: hidden;
}
img, video, svg { max-width: 100%; display: block; }
a { color: var(--teal); text-decoration: none; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--teal); outline-offset: 3px; border-radius: 6px; }
h1,h2,h3,h4 { font-family: var(--font-head); color: var(--teal-ink); line-height: 1.12; margin: 0 0 .5em; font-weight: 900; letter-spacing: -.01em; }
h1 { font-size: clamp(2.4rem, 6.5vw, 4.2rem); }
h2 { font-size: clamp(1.9rem, 4vw, 2.8rem); }
h3 { font-size: 1.3rem; }
p { margin: 0 0 1em; }
.container { max-width: var(--container); margin-inline: auto; padding-inline: clamp(18px, 4vw, 32px); }
.section { padding-block: clamp(64px, 9vw, 110px); }
.section--shell { background: var(--shell); }
.section--deep { background: var(--sand-deep); }
.section--sky { background: var(--sky); }
.center { text-align: center; }
.icon, .nav svg, .btn svg { width: 1.15em; height: 1.15em; flex: none; }

/* Eyebrow + section heads */
.eyebrow svg { width: 16px; height: 16px; flex: none; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-head); font-weight: 800; font-size: .82rem;
  letter-spacing: .14em; text-transform: uppercase; color: var(--teal);
  background: var(--teal-soft); padding: 7px 16px; border-radius: var(--r-pill);
  margin-bottom: 18px;
}
.sec-head { max-width: 720px; margin-bottom: clamp(30px, 5vw, 54px); }
.sec-head--center { margin-inline: auto; text-align: center; }
.sec-head p { font-size: 1.08rem; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--font-head); font-weight: 800; font-size: 1.02rem;
  padding: 15px 30px; border-radius: var(--r-pill); border: 0; cursor: pointer;
  transition: transform .18s var(--ease), box-shadow .18s var(--ease), background .18s;
  min-height: 48px;
}
.btn:active { transform: scale(.97); }
.btn--coral { background: var(--coral); color: #fff; box-shadow: 0 8px 22px rgba(232,84,63,.35); }
.btn--coral:hover { background: var(--coral-deep); transform: translateY(-2px); }
.btn--teal { background: var(--teal); color: #fff; box-shadow: 0 8px 22px rgba(15,118,110,.28); }
.btn--teal:hover { background: var(--teal-deep); transform: translateY(-2px); }
.btn--ghost { background: rgba(255,255,255,.92); color: var(--teal-ink); box-shadow: var(--shadow-sm); }
.btn--ghost:hover { background: #fff; transform: translateY(-2px); }
.btn--block { width: 100%; }

/* ---------- Topbar ---------- */
.topbar { background: var(--teal-ink); color: #CDE7E2; font-size: .86rem; }
.topbar svg { width: 15px; height: 15px; flex: none; }
.tb-hours { display: inline-flex; align-items: center; gap: 7px; }
.topbar .container { display: flex; justify-content: space-between; align-items: center; gap: 14px; padding-block: 8px; }
.topbar a { color: #fff; display: inline-flex; align-items: center; gap: 7px; font-weight: 500; }
.tb-left, .tb-right { display: flex; align-items: center; gap: 18px; }
.tb-stars { color: var(--sun); letter-spacing: 1px; }

/* ---------- Header / nav ---------- */
.site-head { position: sticky; top: 0; z-index: 100; background: rgba(251,245,235,.92); backdrop-filter: blur(12px); transition: box-shadow .25s; }
.site-head .container { max-width: 1380px; }
.site-head.scrolled { box-shadow: var(--shadow-md); }
.nav { display: flex; align-items: center; gap: 26px; padding-block: 14px; }
.brand { display: flex; align-items: center; gap: 12px; flex: none; }
.brand-txt b, .brand-txt span { white-space: nowrap; }
.brand-badge {
  width: 46px; height: 46px; border-radius: 14px; background: var(--teal); color: #fff;
  display: grid; place-items: center; flex: none;
}
.brand-badge svg { width: 26px; height: 26px; }
.brand-txt { line-height: 1.15; font-family: var(--font-head); }
.brand-txt b { display: block; color: var(--teal-ink); font-size: 1.05rem; font-weight: 900; }
.brand-txt span { font-size: .76rem; color: var(--teal); font-weight: 700; letter-spacing: .04em; }
.nav-links { display: flex; gap: 4px; list-style: none; margin: 0 0 0 auto; padding: 0; }
.nav-links a {
  display: inline-flex; align-items: center; gap: 5px; padding: 10px 14px; border-radius: var(--r-pill);
  color: var(--ink); font-weight: 600; font-size: .98rem; transition: background .15s, color .15s;
  white-space: nowrap;
}
.nav-links a:hover, .nav-links a[aria-current="page"] { background: var(--teal-soft); color: var(--teal-deep); }
.nav-cta { display: flex; align-items: center; gap: 12px; margin-left: auto; }
.nav-cta .btn { white-space: nowrap; }
.drawer svg { width: 20px; height: 20px; flex: none; }
.nav-phone { display: inline-flex; align-items: center; gap: 9px; font-family: var(--font-head); font-weight: 800; color: var(--teal-ink); }
.nav-phone { white-space: nowrap; }
.nav-phone .pi { width: 40px; height: 40px; border-radius: 50%; background: var(--teal-soft); color: var(--teal); display: grid; place-items: center; flex: none; }
.nav-phone .pi svg { width: 19px; height: 19px; }
.nav-phone small { display: block; font-family: var(--font-body); font-weight: 500; color: var(--body); font-size: .72rem; }
.burger { display: none; background: var(--teal-soft); border: 0; border-radius: 12px; width: 46px; height: 46px; place-items: center; color: var(--teal-deep); cursor: pointer; }

/* ---------- Mobile drawer ---------- */
.drawer { position: fixed; inset: 0; z-index: 200; pointer-events: none; }
.drawer-scrim { position: absolute; inset: 0; background: rgba(14,63,58,.5); opacity: 0; transition: opacity .25s; }
.drawer-panel {
  position: absolute; top: 0; right: 0; bottom: 0; width: min(340px, 88vw);
  background: var(--sand); padding: 22px; transform: translateX(105%);
  transition: transform .3s var(--ease); display: flex; flex-direction: column; overflow-y: auto;
  border-radius: 24px 0 0 24px;
}
.drawer.open { pointer-events: auto; }
.drawer.open .drawer-scrim { opacity: 1; }
.drawer.open .drawer-panel { transform: none; }
.dh { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; }
.drawer-close { background: var(--teal-soft); border: 0; border-radius: 12px; width: 44px; height: 44px; display: grid; place-items: center; color: var(--teal-deep); cursor: pointer; }
.dl { display: block; padding: 14px 12px; border-radius: 14px; font-family: var(--font-head); font-weight: 800; font-size: 1.06rem; color: var(--teal-ink); }
.dl:hover { background: var(--teal-soft); }

/* ---------- Cards ---------- */
.card {
  background: var(--shell); border-radius: var(--r-lg); box-shadow: var(--shadow-sm);
  padding: clamp(24px, 3.4vw, 34px); border: 1px solid rgba(234,223,203,.6);
  transition: transform .25s var(--ease), box-shadow .25s var(--ease);
}
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 2.4vw, 28px); }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(16px, 2.4vw, 28px); }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(14px, 2vw, 24px); }
.icon-plate {
  width: 56px; height: 56px; border-radius: 18px; background: var(--teal-soft); color: var(--teal);
  display: grid; place-items: center; margin-bottom: 16px;
}
.icon-plate svg { width: 28px; height: 28px; }
.icon-plate--coral { background: var(--coral-soft); color: var(--coral); }
.icon-plate--sun { background: #FCEFD8; color: #C97E10; }

/* Photo cards */
.photo-card { overflow: hidden; padding: 0; display: flex; flex-direction: column; }
.photo-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.photo-card .pc-body { padding: 22px 24px 26px; display: flex; flex-direction: column; flex: 1; }
.photo-card .pc-body p { flex: 1; font-size: .98rem; }
.pc-link { font-family: var(--font-head); font-weight: 800; display: inline-flex; gap: 7px; align-items: center; color: var(--coral); }
.pc-link svg { width: 18px; height: 18px; flex: none; }
.perks svg { width: 21px; height: 21px; flex: none; }

/* Chips */
.chip {
  display: inline-flex; align-items: center; gap: 8px; padding: 9px 16px;
  border-radius: var(--r-pill); background: rgba(255,255,255,.92); color: var(--teal-ink);
  font-family: var(--font-head); font-weight: 800; font-size: .88rem; box-shadow: var(--shadow-sm);
}
.chip svg { width: 17px; height: 17px; color: var(--teal); }

/* ---------- Rate tables / pricing cards ---------- */
.rate-card { padding: 0; overflow: hidden; }
.rate-card .rc-head { background: var(--teal); color: #fff; padding: 22px 26px; }
.rate-card .rc-head h3 { color: #fff; margin: 0; }
.rate-card .rc-head span { color: #BFE8E0; font-size: .9rem; font-weight: 500; }
.rate-table { width: 100%; border-collapse: collapse; font-variant-numeric: tabular-nums; }
.rate-table th, .rate-table td { padding: 14px 26px; text-align: left; }
.rate-table thead th { font-family: var(--font-head); font-size: .8rem; text-transform: uppercase; letter-spacing: .08em; color: var(--teal); background: var(--sky); }
.rate-table tbody tr { border-top: 1px solid var(--line); }
.rate-table td.price { font-family: var(--font-head); font-weight: 900; color: var(--teal-ink); font-size: 1.12rem; }
.rate-table td:first-child { font-weight: 700; color: var(--ink); }
.rc-foot { padding: 20px 26px 26px; }
.rc-note { display: flex; gap: 9px; align-items: flex-start; font-size: .92rem; margin-bottom: 16px; }
.rc-note svg { width: 18px; height: 18px; color: var(--teal); flex: none; margin-top: 3px; }

/* ---------- Stats / counters ---------- */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.stat { text-align: center; padding: 26px 14px; background: var(--shell); border-radius: var(--r-lg); box-shadow: var(--shadow-sm); }
.stat b { display: block; font-family: var(--font-head); font-weight: 900; font-size: clamp(2rem, 4vw, 2.7rem); color: var(--teal); line-height: 1; }
.stat span { font-size: .9rem; font-weight: 600; color: var(--body); }

/* ---------- Steps ---------- */
.steps { counter-reset: step; display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 2.4vw, 28px); }
.step { position: relative; }
.step-num {
  width: 52px; height: 52px; border-radius: 50%; background: var(--coral); color: #fff;
  font-family: var(--font-head); font-weight: 900; font-size: 1.35rem;
  display: grid; place-items: center; margin-bottom: 16px; box-shadow: 0 8px 18px rgba(232,84,63,.3);
}

/* ---------- FAQ accordion ---------- */
.faq-list { max-width: 820px; margin-inline: auto; display: grid; gap: 14px; }
.faq-item { background: var(--shell); border-radius: var(--r-md); box-shadow: var(--shadow-sm); border: 1px solid rgba(234,223,203,.6); }
.faq-q {
  width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 14px;
  background: none; border: 0; cursor: pointer; text-align: left;
  font-family: var(--font-head); font-weight: 800; font-size: 1.05rem; color: var(--teal-ink);
  padding: 20px 24px;
}
.faq-q svg { width: 22px; height: 22px; color: var(--coral); flex: none; transition: transform .25s var(--ease); }
.faq-item.open .faq-q svg { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s var(--ease); }
.faq-a > div { padding: 0 24px 22px; font-size: .98rem; }
.faq-a a { font-weight: 600; }

/* ---------- Reviews ---------- */
.review { display: flex; flex-direction: column; gap: 14px; }
.review .stars { color: var(--sun); display: flex; gap: 3px; }
.review .stars svg { width: 19px; height: 19px; }
.review blockquote { margin: 0; font-size: 1.02rem; color: var(--ink); flex: 1; }
.review cite { font-style: normal; font-family: var(--font-head); font-weight: 800; color: var(--teal); font-size: .92rem; }

/* ---------- Forms ---------- */
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field--full { grid-column: 1 / -1; }
.field label { font-family: var(--font-head); font-weight: 800; font-size: .9rem; color: var(--teal-ink); }
.field label .req { color: var(--coral); }
.field input, .field select, .field textarea {
  font: inherit; padding: 13px 16px; border-radius: 14px; border: 2px solid var(--line);
  background: #fff; color: var(--ink); min-height: 48px; width: 100%;
}
.field textarea { min-height: 120px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--teal); }
.field small { color: var(--body); font-size: .82rem; }
.form-note {
  display: none; gap: 10px; align-items: flex-start; margin-top: 18px;
  background: var(--teal-soft); color: var(--teal-deep); border-radius: 14px; padding: 16px 18px; font-weight: 600;
}
.form-note svg { width: 22px; height: 22px; flex: none; margin-top: 2px; }

/* ---------- Quick answer (AEO) ---------- */
.quick-answer {
  background: var(--sky); border: 2px solid var(--teal-soft); border-radius: var(--r-lg);
  padding: clamp(22px, 3vw, 30px); margin-bottom: clamp(30px, 4vw, 44px);
}
.quick-answer h2 { font-size: 1.15rem; display: flex; align-items: center; gap: 9px; color: var(--teal); margin-bottom: 10px; }
.quick-answer h2 svg { width: 22px; height: 22px; }
.quick-answer p { margin: 0; color: var(--ink); font-size: 1.04rem; }
.key-facts { width: 100%; border-collapse: collapse; margin-top: 16px; font-size: .95rem; }
.key-facts th, .key-facts td { text-align: left; padding: 9px 12px; border-top: 1px solid rgba(15,118,110,.15); }
.key-facts th { font-family: var(--font-head); color: var(--teal-ink); white-space: nowrap; width: 38%; }

/* ---------- Wave divider ---------- */
.wave { display: block; width: 100%; height: clamp(40px, 7vw, 90px); }
.wave--flip { transform: scaleY(-1); }

/* ---------- CTA band ---------- */
.cta-band {
  background: linear-gradient(135deg, var(--teal-deep), var(--teal));
  border-radius: var(--r-lg); padding: clamp(36px, 6vw, 64px);
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 26px;
  box-shadow: var(--shadow-lg); position: relative; overflow: hidden;
}
.cta-band::after {
  content: ""; position: absolute; right: -60px; top: -60px; width: 260px; height: 260px;
  border-radius: 50%; background: rgba(255,255,255,.08);
}
.cta-band h2 { color: #fff; margin: 0 0 6px; }
.cta-band p { color: #C8EAE3; margin: 0; }
.cta-band .cta-actions { display: flex; gap: 14px; flex-wrap: wrap; position: relative; z-index: 1; }

/* ---------- Footer ---------- */
.site-foot { background: var(--teal-ink); color: #B9D8D2; padding: clamp(50px, 7vw, 80px) 0 0; margin-top: 0; }
.foot-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.3fr; gap: clamp(26px, 4vw, 50px); padding-bottom: 44px; }
.foot-brand p { font-size: .95rem; margin: 16px 0 20px; }
.foot-brand .brand-txt b { color: #fff; }
.foot-brand .brand-txt span { color: #7FCABD; }
.foot-col h4 { color: #fff; font-size: 1rem; margin-bottom: 16px; }
.foot-col a { display: block; color: #B9D8D2; padding: 5px 0; font-size: .95rem; }
.foot-col a:hover { color: #fff; }
.foot-contact { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; font-size: .95rem; }
.foot-contact li { display: flex; gap: 10px; align-items: flex-start; }
.foot-contact svg { width: 18px; height: 18px; color: #7FCABD; flex: none; margin-top: 4px; }
.foot-contact a { color: #fff; font-weight: 600; }
.foot-bottom {
  border-top: 1px solid rgba(255,255,255,.12); padding: 20px 0;
  display: flex; justify-content: space-between; align-items: center; gap: 14px; flex-wrap: wrap; font-size: .86rem;
}
.foot-bottom .badges { display: flex; gap: 16px; }
.foot-bottom .badges span { display: inline-flex; gap: 7px; align-items: center; }
.foot-bottom .badges svg { width: 16px; height: 16px; color: #7FCABD; }

/* ---------- Floating call button (mobile) ---------- */
.fab {
  position: fixed; right: 16px; bottom: 16px; z-index: 90;
  display: none; align-items: center; gap: 9px;
  background: var(--coral); color: #fff; font-family: var(--font-head); font-weight: 800;
  padding: 14px 22px; border-radius: var(--r-pill); box-shadow: 0 12px 30px rgba(232,84,63,.45);
}
.fab svg { width: 19px; height: 19px; }

/* ---------- Reveal animations ---------- */
[data-reveal] { opacity: 0; transform: translateY(26px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
[data-reveal].in { opacity: 1; transform: none; }
[data-reveal="left"] { transform: translateX(-30px); }
[data-reveal="right"] { transform: translateX(30px); }
[data-reveal="left"].in, [data-reveal="right"].in { transform: none; }
html.qa-static [data-reveal] { opacity: 1 !important; transform: none !important; transition: none !important; }

@media (max-width: 440px) {
  .brand-txt { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  [data-reveal] { opacity: 1; transform: none; transition: none; }
  .card:hover, .btn--coral:hover, .btn--teal:hover, .btn--ghost:hover { transform: none; }
}

/* ---------- Responsive ---------- */
@media (max-width: 1380px) {
  .nav-phone { display: none; }
}
@media (max-width: 1160px) {
  .nav-links { display: none; }
  .burger { display: grid; }
}
@media (max-width: 1020px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .foot-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  .brand-txt span { display: none; }
  .brand-txt b { font-size: .98rem; white-space: nowrap; }
  .brand-badge { width: 40px; height: 40px; }
  .brand-badge svg { width: 22px; height: 22px; }
  .grid-3, .grid-2, .steps { grid-template-columns: 1fr; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .form-grid { grid-template-columns: 1fr; }
  .topbar .hide-sm { display: none; }
  .topbar .container { justify-content: center; }
  .nav { gap: 12px; }
  .nav-cta { gap: 10px; margin-left: auto; }
  .nav-cta .btn { padding: 11px 15px; font-size: .88rem; }
  .fab { display: inline-flex; }
  .site-foot { padding-bottom: 76px; } /* clear the fab */
  .foot-grid { grid-template-columns: 1fr; }
  .cta-band { text-align: center; justify-content: center; }
}
