/* ===========================================================================
   Bowline Charters Co. — Open-water adventure
   Bright ocean blue + sea-foam aqua + sunset coral on sand & white.
   Manrope (display+body) + Caveat (hand-painted accent). Wave dividers,
   rounded photo cards, sun-glint, a sticky "book a charter" throughline.
   =========================================================================== */

:root {
  --blue:    #0A8FC2;   /* bright ocean blue — primary */
  --blue-dk: #0773a0;
  --aqua:    #45C9B8;   /* sea-foam aqua — secondary */
  --aqua-dk: #2fae9d;
  --coral:   #FF7A59;   /* sunset coral — accent */
  --coral-dk:#ef6240;
  --sand:    #F6E9D2;   /* warm sand — surface */
  --sand-dk: #ecdcbe;
  --navy:    #0B2A3A;   /* deep navy ink */
  --white:   #ffffff;

  --ink:     #0B2A3A;
  --muted:   #4d6675;
  --line:    rgba(11,42,58,.12);

  --wrap: 1160px;
  --r:    22px;          /* big rounded cards */
  --r-sm: 14px;
  --shadow:    0 18px 44px -22px rgba(11,42,58,.40);
  --shadow-sm: 0 8px 22px -14px rgba(11,42,58,.34);

  --sans: 'Manrope', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --script: 'Caveat', 'Comic Sans MS', cursive;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
  font-size: 17px;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: var(--blue-dk); }
h1, h2, h3, h4 { font-family: var(--sans); line-height: 1.1; letter-spacing: -.02em; margin: 0 0 .5em; color: var(--navy); font-weight: 800; }
p { margin: 0 0 1em; }

.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: 22px; }

.script { font-family: var(--script); font-weight: 700; color: var(--coral); letter-spacing: 0; line-height: .9; }

/* eyebrow */
.eyebrow {
  display: inline-block;
  font-size: .8rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase;
  color: var(--blue); margin-bottom: .9rem;
}
.eyebrow-light { color: rgba(255,255,255,.92); }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: .55em; justify-content: center;
  font-family: var(--sans); font-weight: 800; font-size: .98rem;
  padding: .82em 1.5em; border-radius: 999px; border: 2px solid transparent;
  cursor: pointer; text-decoration: none; transition: transform .15s ease, box-shadow .15s ease, background .15s ease, color .15s ease;
  white-space: nowrap;
}
.btn .ic { width: 1.1em; height: 1.1em; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.btn-primary { background: var(--coral); color: #fff; box-shadow: 0 10px 22px -10px rgba(255,122,89,.7); }
.btn-primary:hover { background: var(--coral-dk); transform: translateY(-2px); }
.btn-ocean { background: var(--blue); color: #fff; box-shadow: 0 10px 22px -10px rgba(10,143,194,.7); }
.btn-ocean:hover { background: var(--blue-dk); transform: translateY(-2px); }
.btn-line { background: transparent; color: var(--navy); border-color: var(--navy); }
.btn-line:hover { background: var(--navy); color: #fff; transform: translateY(-2px); }
.btn-line-light { background: rgba(255,255,255,.1); color: #fff; border-color: rgba(255,255,255,.7); }
.btn-line-light:hover { background: #fff; color: var(--navy); transform: translateY(-2px); }
.btn-lg { padding: .95em 1.8em; font-size: 1.05rem; }
.btn-block { width: 100%; }

/* ---------- topbar ---------- */
.topbar { background: var(--navy); color: #fff; font-size: .82rem; }
.topbar-in { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 38px; }
.tb-item { display: inline-flex; align-items: center; gap: .45em; color: rgba(255,255,255,.92); text-decoration: none; }
.tb-tag { font-weight: 600; }
.tb-phone { font-weight: 800; color: #fff; }
.tb-phone:hover { color: var(--aqua); }
.tb-item .ic, .tb-item .ic-sun { width: 15px; height: 15px; fill: none; stroke: var(--aqua); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
@media (max-width: 720px) { .tb-tag { display: none; } .topbar-in { justify-content: center; } }

/* ---------- header ---------- */
.site-head { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); backdrop-filter: blur(8px); border-bottom: 1px solid var(--line); transition: box-shadow .2s ease; }
.site-head.scrolled { box-shadow: 0 8px 26px -18px rgba(11,42,58,.5); }
.head-in { display: flex; align-items: center; gap: 1.2rem; min-height: 74px; }

.brand { display: inline-flex; align-items: center; gap: .6rem; text-decoration: none; }
.brand-mark svg, .foot-mark svg { width: 38px; height: 38px; }
.brand-mark svg circle, .foot-mark svg circle { fill: none; stroke: var(--blue); stroke-width: 2; }
.brand-mark svg .cr-rose, .foot-mark svg .cr-rose { fill: var(--coral); stroke: none; }
.brand-words { display: flex; flex-direction: column; line-height: 1; }
.brand-name { font-weight: 800; font-size: 1.32rem; color: var(--navy); letter-spacing: -.02em; }
.brand-sub { font-family: var(--script); font-size: 1.15rem; color: var(--blue); margin-top: -2px; }

.nav { display: flex; gap: .3rem; margin-left: auto; }
.nav a { text-decoration: none; color: var(--navy); font-weight: 700; font-size: .98rem; padding: .5em .85em; border-radius: 999px; transition: background .15s ease, color .15s ease; }
.nav a:hover { background: var(--sand); }
.nav a.active { color: var(--blue-dk); background: rgba(69,201,184,.18); }
.head-cta .btn { padding: .65em 1.25em; }

.menu-btn { display: none; margin-left: auto; background: none; border: 0; padding: .35rem; cursor: pointer; color: var(--navy); }
.menu-btn svg { width: 30px; height: 30px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; }

@media (max-width: 920px) {
  .nav, .head-cta { display: none; }
  .menu-btn { display: inline-flex; }
  .site-head.open .nav {
    display: flex; flex-direction: column; gap: .25rem;
    position: absolute; top: 100%; left: 0; right: 0;
    background: #fff; padding: 1rem 22px 1.3rem; border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow-sm); margin: 0;
  }
  .site-head.open .nav a { padding: .7em .85em; }
  /* "Book a charter" stays out of the open menu on mobile — the sticky FAB covers booking */
}

/* ---------- wave dividers ---------- */
.wave-div { display: block; width: 100%; height: 52px; }
.wave-top   { fill: var(--white); }
.wave-sand  { fill: var(--sand); }
.wave-blue  { fill: var(--blue); }
.wave-navy  { fill: var(--navy); }
.wave-foot  { fill: var(--navy); position: relative; margin-bottom: -1px; height: 56px; transform: rotate(180deg); }

/* ---------- hero ---------- */
.hero { position: relative; color: #fff; isolation: isolate; }
.hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; z-index: -2; }
.hero-veil { position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(105deg, rgba(11,42,58,.74) 0%, rgba(10,143,194,.40) 46%, rgba(11,42,58,.12) 100%); }
.hero-in { padding: clamp(3.4rem, 9vw, 6.6rem) 22px clamp(4.6rem, 9vw, 7rem); max-width: 760px; }
.hero .eyebrow { color: var(--aqua); }
.hero-script { display: block; font-family: var(--script); color: var(--coral); font-size: clamp(2.2rem, 7vw, 3.4rem); line-height: .85; margin-bottom: -.1em; transform: rotate(-3deg); }
.hero h1 { color: #fff; font-size: clamp(2.3rem, 5.6vw, 3.7rem); margin: .1em 0 .5em; text-shadow: 0 2px 18px rgba(11,42,58,.4); }
.hero-sub { font-size: clamp(1.08rem, 2.2vw, 1.32rem); color: rgba(255,255,255,.95); font-weight: 600; max-width: 600px; }
.hero-body { color: rgba(255,255,255,.9); max-width: 560px; }
.hero-btns { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.6rem; }

/* ---------- trust strip ---------- */
.trust { background: var(--sand); }
.trust-in { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1rem; padding: 1.8rem 22px; }
.trust-item { text-align: center; padding: .2rem .4rem; position: relative; }
.trust-item + .trust-item::before { content: ""; position: absolute; left: -.5rem; top: 14%; bottom: 14%; width: 1px; background: rgba(11,42,58,.14); }
.trust-item b { display: block; font-size: 1.5rem; font-weight: 800; color: var(--blue-dk); letter-spacing: -.02em; line-height: 1.05; }
.trust-item span { font-size: .82rem; color: var(--muted); font-weight: 600; }
@media (max-width: 820px) {
  .trust-in { grid-template-columns: repeat(2, 1fr); gap: 1.2rem 1rem; }
  .trust-item:nth-child(5) { grid-column: 1 / -1; }
  .trust-item + .trust-item::before { display: none; }
}

/* ---------- sections ---------- */
.section { padding: clamp(3.4rem, 7vw, 5.6rem) 0; }
.section-sand { background: var(--sand); }
.section-blue { background: var(--blue); color: #fff; }
.section-blue h2, .section-blue h3 { color: #fff; }
.section-tight { padding: clamp(2.6rem, 5vw, 4rem) 0; }
.sec-head { max-width: 680px; margin: 0 auto 2.6rem; text-align: center; }
.sec-head.left { margin-inline: 0; text-align: left; }
.sec-head h2 { font-size: clamp(1.8rem, 4vw, 2.7rem); }
.sec-head .script-h { display: block; font-family: var(--script); color: var(--coral); font-size: clamp(1.7rem, 4vw, 2.4rem); line-height: .9; transform: rotate(-2deg); margin-bottom: .1rem; }
.section-blue .sec-head .script-h { color: var(--sand); }
.sec-sub { color: var(--muted); font-size: 1.08rem; }
.section-blue .sec-sub { color: rgba(255,255,255,.9); }
.section-blue .eyebrow { color: var(--aqua); }

/* ---------- trip cards (big rounded photo cards) ---------- */
.trip-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
@media (max-width: 900px) { .trip-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 580px) { .trip-grid { grid-template-columns: 1fr; } }

.trip-card {
  background: #fff; border-radius: var(--r); overflow: hidden; box-shadow: var(--shadow-sm);
  display: flex; flex-direction: column; border: 1px solid var(--line);
  transition: transform .18s ease, box-shadow .18s ease;
}
.trip-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.trip-img { aspect-ratio: 1 / 1; overflow: hidden; position: relative; }
.trip-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.trip-card:hover .trip-img img { transform: scale(1.05); }
.trip-badge {
  position: absolute; top: .8rem; left: .8rem; background: var(--coral); color: #fff;
  font-size: .76rem; font-weight: 800; padding: .35em .8em; border-radius: 999px; letter-spacing: .02em;
  box-shadow: 0 6px 14px -8px rgba(11,42,58,.6);
}
.trip-body { padding: 1.3rem 1.4rem 1.5rem; display: flex; flex-direction: column; flex: 1; }
.trip-body h3 { font-size: 1.28rem; margin-bottom: .3rem; }
.trip-meta { display: flex; flex-wrap: wrap; gap: .4rem .9rem; font-size: .82rem; font-weight: 700; color: var(--blue-dk); margin-bottom: .7rem; }
.trip-meta span { display: inline-flex; align-items: center; gap: .35em; }
.trip-meta svg { width: 14px; height: 14px; fill: none; stroke: var(--aqua-dk); stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.trip-body p { color: var(--muted); font-size: .96rem; }
.trip-link { margin-top: auto; padding-top: .8rem; font-weight: 800; color: var(--coral); text-decoration: none; display: inline-flex; align-items: center; gap: .35em; }
.trip-link:hover { color: var(--coral-dk); gap: .6em; }

/* ---------- expanded trip rows (trips page) ---------- */
.triprow {
  display: grid; grid-template-columns: 1fr 1.1fr; gap: 2.4rem; align-items: center;
  padding: clamp(2.2rem, 5vw, 3.4rem) 0; border-bottom: 1px dashed var(--line); scroll-margin-top: 110px;
}
.triprow:last-child { border-bottom: 0; }
.triprow.alt { grid-template-columns: 1.1fr 1fr; }
.triprow.alt .triprow-media { order: 2; }
.triprow-media { border-radius: var(--r); overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 4 / 3; }
.triprow-media img { width: 100%; height: 100%; object-fit: cover; }
.triprow h3 { font-size: clamp(1.5rem, 3vw, 2rem); margin-bottom: .2rem; }
.triprow .price { font-family: var(--script); color: var(--coral); font-size: 1.7rem; line-height: 1; margin-bottom: .7rem; }
.triprow-tags { display: flex; flex-wrap: wrap; gap: .5rem; margin: .9rem 0 1.1rem; }
.triprow-tags li { list-style: none; }
.tag { background: rgba(69,201,184,.16); color: var(--blue-dk); font-size: .8rem; font-weight: 700; padding: .35em .8em; border-radius: 999px; display: inline-flex; align-items: center; gap: .4em; }
.triprow .incl { font-size: .95rem; color: var(--muted); }
.triprow .incl b { color: var(--navy); }
.triprow .whofor { margin-top: .6rem; font-size: .92rem; color: var(--navy); font-weight: 600; }
@media (max-width: 800px) {
  .triprow, .triprow.alt { grid-template-columns: 1fr; gap: 1.3rem; }
  .triprow.alt .triprow-media { order: 0; }
}

/* ---------- feature / why grid ---------- */
.feat-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.4rem; }
@media (max-width: 700px) { .feat-grid { grid-template-columns: 1fr; } }
.feat {
  background: #fff; border-radius: var(--r); padding: 1.6rem 1.6rem; border: 1px solid var(--line);
  box-shadow: var(--shadow-sm); display: flex; gap: 1rem; align-items: flex-start;
}
.section-blue .feat { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.2); box-shadow: none; }
.feat-ic { flex: none; width: 46px; height: 46px; border-radius: 14px; background: rgba(69,201,184,.18); display: grid; place-items: center; }
.feat-ic svg { width: 24px; height: 24px; fill: none; stroke: var(--blue); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.section-blue .feat-ic { background: rgba(255,255,255,.16); }
.section-blue .feat-ic svg { stroke: var(--sand); }
.feat h3 { font-size: 1.15rem; margin-bottom: .25rem; }
.feat p { margin: 0; color: var(--muted); font-size: .96rem; }
.section-blue .feat p { color: rgba(255,255,255,.9); }

/* ---------- how it works (steps) ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; }
@media (max-width: 820px) { .steps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 460px) { .steps { grid-template-columns: 1fr; } }
.step { text-align: center; padding: .5rem; }
.step-num {
  width: 64px; height: 64px; margin: 0 auto .9rem; border-radius: 50%;
  background: #fff; color: var(--coral); display: grid; place-items: center;
  font-weight: 800; font-size: 1.5rem; box-shadow: var(--shadow-sm); border: 2px solid var(--coral);
  font-family: var(--script);
}
.section-blue .step-num { background: rgba(255,255,255,.12); }
.step h3 { font-size: 1.1rem; margin-bottom: .25rem; }
.step p { color: var(--muted); font-size: .94rem; margin: 0; }
.section-blue .step p { color: rgba(255,255,255,.9); }

/* ---------- fleet cards ---------- */
.fleet-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem; }
@media (max-width: 900px) { .fleet-grid { grid-template-columns: 1fr; max-width: 480px; margin-inline: auto; } }
.boat-card { background: #fff; border-radius: var(--r); overflow: hidden; box-shadow: var(--shadow-sm); border: 1px solid var(--line); }
.boat-img { aspect-ratio: 1/1; overflow: hidden; }
.boat-img img { width: 100%; height: 100%; object-fit: cover; }
.boat-body { padding: 1.4rem 1.5rem 1.6rem; }
.boat-body h3 { font-size: 1.3rem; margin-bottom: .15rem; }
.boat-capt { font-family: var(--script); color: var(--blue); font-size: 1.25rem; line-height: 1; margin-bottom: .6rem; }
.boat-body p { color: var(--muted); font-size: .96rem; margin: 0; }

/* ---------- about ---------- */
.about-grid { display: grid; grid-template-columns: 1fr .85fr; gap: 2.6rem; align-items: center; }
@media (max-width: 820px) { .about-grid { grid-template-columns: 1fr; } }
.about-media { border-radius: var(--r); overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 3/4; }
.about-media img { width: 100%; height: 100%; object-fit: cover; }
.about-copy h2 { font-size: clamp(1.8rem, 4vw, 2.6rem); }
.about-copy .body-lead { font-size: 1.08rem; color: var(--navy); }
.about-copy p { color: var(--muted); }
.about-points { list-style: none; padding: 0; margin: 1.4rem 0 0; display: grid; gap: 1rem; }
.about-points li { display: flex; gap: .8rem; align-items: flex-start; }
.about-points .ap-ic { flex: none; width: 32px; height: 32px; border-radius: 10px; background: var(--coral); display: grid; place-items: center; }
.about-points .ap-ic svg { width: 18px; height: 18px; fill: none; stroke: #fff; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.about-points b { color: var(--navy); display: block; }
.about-points span { color: var(--muted); font-size: .94rem; }

/* ---------- testimonials ---------- */
.testi { position: relative; color: #fff; isolation: isolate; }
.testi-bg { position: absolute; inset: 0; background-size: cover; background-position: center; z-index: -2; }
.testi-veil { position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(11,42,58,.82), rgba(7,115,160,.72)); }
.testi .sec-head h2 { color: #fff; }
.testi .eyebrow { color: var(--aqua); }
.testi-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.4rem; }
@media (max-width: 760px) { .testi-grid { grid-template-columns: 1fr; } }
.testi-card { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.22); border-radius: var(--r); padding: 1.6rem 1.7rem; backdrop-filter: blur(3px); }
.testi-stars { color: var(--coral); font-size: 1.05rem; letter-spacing: .1em; margin-bottom: .6rem; }
.testi-card p { font-size: 1.03rem; color: #fff; }
.testi-who { font-weight: 800; color: var(--aqua); font-size: .95rem; }

/* ---------- FAQ ---------- */
.faq-list { max-width: 800px; margin: 0 auto; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: var(--r-sm); margin-bottom: .9rem; overflow: hidden; box-shadow: var(--shadow-sm); }
.faq-item summary { cursor: pointer; list-style: none; padding: 1.15rem 1.4rem; font-weight: 800; color: var(--navy); display: flex; justify-content: space-between; align-items: center; gap: 1rem; font-size: 1.05rem; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; font-size: 1.5rem; color: var(--coral); font-weight: 700; flex: none; transition: transform .2s ease; line-height: 1; }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item .faq-a { padding: 0 1.4rem 1.3rem; color: var(--muted); }
.faq-item .faq-a p { margin: 0; }

/* ---------- CTA band ---------- */
.cta { position: relative; color: #fff; isolation: isolate; text-align: center; }
.cta-bg { position: absolute; inset: 0; background-size: cover; background-position: center; z-index: -2; }
.cta-veil { position: absolute; inset: 0; z-index: -1; background: linear-gradient(120deg, rgba(11,42,58,.78), rgba(10,143,194,.46)); }
.cta-in { padding: clamp(3.6rem, 8vw, 6rem) 22px; max-width: 720px; margin-inline: auto; }
.cta .script-h { display: block; font-family: var(--script); color: var(--coral); font-size: clamp(1.7rem, 5vw, 2.6rem); transform: rotate(-2deg); margin-bottom: .2rem; }
.cta h2 { color: #fff; font-size: clamp(1.9rem, 4.5vw, 3rem); }
.cta p { color: rgba(255,255,255,.92); font-size: 1.1rem; }
.cta-btns { display: flex; flex-wrap: wrap; gap: .8rem; justify-content: center; margin-top: 1.5rem; }

/* ---------- page hero (interior) ---------- */
.page-hero { position: relative; color: #fff; isolation: isolate; }
.page-hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; z-index: -2; }
.page-hero-veil { position: absolute; inset: 0; z-index: -1; background: linear-gradient(110deg, rgba(11,42,58,.78), rgba(10,143,194,.40)); }
.page-hero-in { padding: clamp(2.8rem, 6vw, 4.4rem) 22px clamp(3rem, 6vw, 4.6rem); max-width: 720px; }
.page-hero .script-h { display: block; font-family: var(--script); color: var(--coral); font-size: clamp(1.6rem, 4vw, 2.3rem); transform: rotate(-2deg); }
.page-hero h1 { color: #fff; font-size: clamp(2.1rem, 5vw, 3.2rem); margin: .1em 0 .4em; }
.page-hero p { color: rgba(255,255,255,.94); font-size: 1.12rem; font-weight: 500; max-width: 600px; }
.crumbs { font-size: .85rem; color: rgba(255,255,255,.8); margin-bottom: .6rem; }
.crumbs a { color: var(--aqua); text-decoration: none; }
.crumbs a:hover { text-decoration: underline; }

/* ---------- gallery ---------- */
.gal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
@media (max-width: 760px) { .gal-grid { grid-template-columns: repeat(2, 1fr); } }
.gal-tile { border-radius: var(--r-sm); overflow: hidden; cursor: pointer; aspect-ratio: 1/1; box-shadow: var(--shadow-sm); border: 0; padding: 0; background: var(--sand); }
.gal-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.gal-tile:hover img { transform: scale(1.06); }
.gal-tile:focus-visible { outline: 3px solid var(--coral); outline-offset: 2px; }
.gal-tile.tall { aspect-ratio: auto; grid-row: span 2; }
@media (max-width: 760px) { .gal-tile.tall { grid-row: span 1; aspect-ratio: 1/1; } }

/* lightbox */
.lightbox { position: fixed; inset: 0; z-index: 100; background: rgba(11,42,58,.94); display: none; align-items: center; justify-content: center; }
.lightbox.open { display: flex; }
.lb-img { max-width: 90vw; max-height: 82vh; border-radius: 12px; box-shadow: 0 30px 80px -30px #000; }
.lb-close, .lb-prev, .lb-next { position: absolute; background: rgba(255,255,255,.14); border: 0; color: #fff; width: 50px; height: 50px; border-radius: 50%; cursor: pointer; display: grid; place-items: center; font-size: 1.5rem; transition: background .15s ease; }
.lb-close:hover, .lb-prev:hover, .lb-next:hover { background: var(--coral); }
.lb-close { top: 1.2rem; right: 1.2rem; }
.lb-prev { left: 1.2rem; top: 50%; transform: translateY(-50%); }
.lb-next { right: 1.2rem; top: 50%; transform: translateY(-50%); }
.lb-count { position: absolute; bottom: 1.2rem; left: 0; right: 0; text-align: center; color: rgba(255,255,255,.8); font-weight: 700; font-size: .9rem; }

/* ---------- booking form ---------- */
.book-grid { display: grid; grid-template-columns: 1.5fr .9fr; gap: 2.4rem; align-items: start; }
@media (max-width: 860px) { .book-grid { grid-template-columns: 1fr; } }
.book-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: clamp(1.6rem, 3vw, 2.4rem); box-shadow: var(--shadow-sm); }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
@media (max-width: 560px) { .field-grid { grid-template-columns: 1fr; } }
.field { display: flex; flex-direction: column; gap: .35rem; margin-bottom: 1.1rem; }
.field.full { grid-column: 1 / -1; }
.field-l { font-weight: 700; font-size: .92rem; color: var(--navy); }
.req { color: var(--coral); }
.field input, .field select, .field textarea {
  font-family: var(--sans); font-size: 1rem; padding: .8em .9em; border: 1.5px solid var(--line);
  border-radius: var(--r-sm); background: #fcfdfe; color: var(--ink); width: 100%;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(10,143,194,.18); }
.field.has-err input, .field.has-err select { border-color: var(--coral); }
.field-err { color: var(--coral-dk); font-size: .85rem; font-weight: 600; }
.c-note { font-size: .85rem; color: var(--muted); margin: .9rem 0 0; }

.form-success { text-align: center; padding: 1.5rem 1rem; }
.fs-check { width: 70px; height: 70px; border-radius: 50%; background: var(--aqua); display: grid; place-items: center; margin: 0 auto 1.2rem; }
.fs-check svg { width: 38px; height: 38px; fill: none; stroke: #fff; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.form-success h2 { font-size: 1.7rem; }
.fs-btns { display: flex; flex-wrap: wrap; gap: .8rem; justify-content: center; margin-top: 1.4rem; }

.book-side { display: grid; gap: 1.1rem; }
.side-card { background: var(--sand); border-radius: var(--r); padding: 1.4rem 1.5rem; }
.side-card.ocean { background: var(--blue); color: #fff; }
.side-card.ocean h3, .side-card.ocean a { color: #fff; }
.side-card h3 { font-size: 1.1rem; margin-bottom: .4rem; }
.side-card p { margin: 0; font-size: .94rem; color: var(--muted); }
.side-card.ocean p { color: rgba(255,255,255,.92); }
.side-phone { font-size: 1.5rem; font-weight: 800; text-decoration: none; color: #fff; display: inline-block; margin-bottom: .2rem; }

/* ---------- sticky mobile book FAB ---------- */
.book-fab {
  position: fixed; right: 16px; bottom: 16px; z-index: 60;
  display: none; align-items: center; gap: .5em; background: var(--coral); color: #fff;
  font-weight: 800; padding: .85em 1.5em; border-radius: 999px; text-decoration: none;
  box-shadow: 0 14px 30px -12px rgba(255,122,89,.8);
}
.book-fab .ic { width: 1.2em; height: 1.2em; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
@media (max-width: 920px) { .book-fab { display: inline-flex; } body { padding-bottom: 76px; } }

/* ---------- footer ---------- */
.foot { background: var(--navy); color: rgba(255,255,255,.82); padding-top: 0; position: relative; }
.foot-in { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.4fr; gap: 2rem; padding: 1rem 22px 2.6rem; }
@media (max-width: 860px) { .foot-in { grid-template-columns: 1fr 1fr; gap: 1.8rem; } .foot-brand { grid-column: 1 / -1; } }
@media (max-width: 520px) { .foot-in { grid-template-columns: 1fr; } }
.foot-mark svg { width: 44px; height: 44px; margin-bottom: .6rem; }
.foot-mark svg circle { stroke: var(--aqua); }
.foot-tag { font-family: var(--script); color: var(--aqua); font-size: 1.6rem; line-height: 1; margin: 0 0 .5rem; }
.foot-brand p { font-size: .94rem; max-width: 34ch; }
.foot-col h4 { color: #fff; font-size: 1rem; margin-bottom: .8rem; }
.foot-nav { display: flex; flex-direction: column; gap: .5rem; }
.foot-nav a { color: rgba(255,255,255,.8); text-decoration: none; font-size: .94rem; }
.foot-nav a:hover { color: var(--aqua); }
.foot-phone { display: inline-block; font-size: 1.35rem; font-weight: 800; color: #fff; text-decoration: none; margin-bottom: .4rem; }
.foot-phone:hover { color: var(--aqua); }
.foot-col p { font-size: .92rem; margin: 0 0 .4rem; }
.foot-mail { color: var(--aqua); text-decoration: none; }
.foot-towns { color: rgba(255,255,255,.6); font-size: .85rem !important; }
.foot-bottom { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; padding: 1.3rem 22px; border-top: 1px solid rgba(255,255,255,.12); font-size: .84rem; color: rgba(255,255,255,.6); }

/* utility */
.center { text-align: center; }
.mt-2 { margin-top: 2rem; }
.lead { font-size: 1.12rem; color: var(--navy); }
:focus-visible { outline: 3px solid var(--coral); outline-offset: 2px; border-radius: 4px; }
