/* ===== RESET & BASE ===== */
* { margin: 0; padding: 0; box-sizing: border-box; }
body { position: relative; isolation: isolate; overflow-x: hidden; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); background: #dff3f0; color: var(--navy); line-height: 1.6; cursor: url("../images/marlin-cursor.svg") 4 4, auto; }
body::before, body::after { content: ""; position: fixed; inset: 0; pointer-events: none; z-index: -1; }
body::before {
  background: linear-gradient(115deg, rgba(255, 255, 255, .34), transparent 28%, rgba(76, 183, 171, .14) 52%, transparent 76%), linear-gradient(25deg, #dff3f0 0%, #b9e4df 48%, #f7edc9 100%);
  background-size: 180% 180%, 140% 140%;
  animation: tropical-drift 18s ease-in-out infinite alternate;
}
body::after {
  opacity: .38;
  background-image: repeating-linear-gradient(168deg, transparent 0 34px, rgba(255, 255, 255, .5) 35px 36px, transparent 37px 76px), repeating-linear-gradient(12deg, transparent 0 88px, rgba(31, 78, 121, .1) 90px 91px, transparent 93px 146px);
  background-size: 100% 100%, 100% 100%;
  animation: wave-shift 22s linear infinite;
}
main { position: relative; z-index: 0; background: transparent; }
@keyframes tropical-drift { from { background-position: 0% 20%, 0% 50%; } to { background-position: 100% 80%, 100% 50%; } }
@keyframes wave-shift { from { transform: translateX(-1.5%) translateY(0); } to { transform: translateX(1.5%) translateY(1%); } }
h1, h2, h3 { font-family: var(--font-head); line-height: 1.2; }
a { color: var(--steel); text-decoration: none; }
img { max-width: 100%; display: block; }
.container { max-width: var(--container); margin-inline: auto; padding-inline: var(--s2); }
.muted { color: var(--gray); }
.section { padding-block: clamp(3.25rem, 7vw, 5rem); background: rgba(244, 247, 250, .72); }
.section.alt { background-color: rgba(255, 255, 255, .9); background-image: linear-gradient(105deg, transparent 0 47%, rgba(31, 78, 121, .035) 47.2% 47.5%, transparent 47.7% 100%); background-size: 320px 100%; }
.section-head { margin-bottom: var(--s4); }
.section-head h2 { font-size: 2rem; }
.section-head p { max-width: 520px; margin-top: .5rem; }

/* ===== NAVBAR ===== */
.navbar { position: sticky; top: 0; z-index: 50; background: var(--navy); min-height: var(--nav-h); }
.navbar .nav-inner { width: 100%; max-width: none; padding-inline: clamp(2rem, 5vw, 5rem); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; min-height: var(--nav-h); padding-block: .6rem; }
.brand { display: inline-flex; align-items: center; }
.brand-mark { display: flex; flex-direction: column; align-items: center; gap: .35rem; }
.brand-tagline { color: var(--gold); font-family: var(--font-head); font-size: .72rem; letter-spacing: .02em; text-align: center; line-height: 1.2; }
.nav-links { display: flex; align-items: center; gap: var(--s3); }
.nav-links a { color: var(--cloud); font-weight: 500; }
.nav-links a:hover, .nav-links a.active { color: var(--gold); }
.nav-toggle { display: none; background: none; border: 0; color: var(--cloud); font-size: 1.4rem; cursor: pointer; }
.lang-switch { display: inline-flex; align-items: center; justify-content: center; min-width: 3rem; text-align: center; border: 1px solid rgba(244, 247, 250, .45); border-radius: 999px; padding: .25rem .55rem; font-size: .72rem; letter-spacing: .08em; }
.lang-switch:hover { border-color: var(--gold); }

/* ===== TOMBOL ===== */
.btn { display: inline-block; border-radius: 8px; font-weight: 600; padding: .65rem 1.4rem; transition: .2s; border: 0; cursor: url("../images/marlin-cursor.svg") 4 4, pointer; }
.btn-gold  { background: var(--gold); color: var(--navy); }   /* teks navy: kontras 6.4:1 */
.btn-gold:hover  { background: var(--gold-hover); }
.btn-steel { background: var(--steel); color: var(--white); }
.btn-steel:hover { background: var(--steel-hover); }
.btn-outline { border: 1px solid rgba(244, 247, 250, .55); color: var(--cloud); background: transparent; }
.btn-outline:hover { border-color: var(--gold); color: var(--gold); }
.btn-sm { padding: .4rem 1rem; }
.btn-lg { padding: .85rem 2rem; font-size: 1.05rem; }

/* ===== HERO & HEAD ===== */
.hero { background: var(--navy); color: var(--cloud); min-height: 100svh; display: flex; align-items: center; padding-block: clamp(4rem, 5vw, 6rem); overflow: visible; }
.hero-inner { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: clamp(2rem, 6vw, 5.5rem); align-items: center; width: 100%; }
.hero-copy { max-width: 560px; }
.eyebrow { color: var(--gold); font-size: .72rem; font-weight: 700; letter-spacing: .16em; margin-bottom: var(--s2); }
.hero h1 { font-size: clamp(2.6rem, 5vw, 4.4rem); max-width: 620px; }
.hero .accent { color: var(--gold); }
.hero-copy > p:not(.eyebrow) { max-width: 500px; margin: var(--s3) 0 var(--s4); color: var(--gray); font-size: 1.05rem; }
.hero-actions { display: flex; gap: var(--s2); flex-wrap: wrap; }
.hero-visual { position: relative; }
.hero-visual img { width: 100%; aspect-ratio: 1.08; object-fit: cover; border-radius: var(--radius); box-shadow: 18px 18px 0 rgba(201, 162, 39, .16); }
.hero-caption { position: absolute; left: 1rem; bottom: 1rem; background: rgba(10, 37, 64, .9); color: var(--cloud); border-left: 3px solid var(--gold); padding: .7rem 1rem; font-size: .82rem; }
.status-dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: #72c58b; margin-right: .45rem; }
.hero-facts { display: flex; gap: clamp(1.5rem, 4vw, 3rem); margin-top: clamp(2.5rem, 5vw, 4rem); }
.hero-facts div { border-left: 1px solid rgba(244, 247, 250, .25); padding-left: .8rem; }
.hero-facts dt { color: var(--gold); font: 700 1.35rem var(--font-head); }
.hero-facts dd { color: var(--gray); font-size: .75rem; margin-top: .15rem; }
.page-head { background: var(--navy); color: var(--cloud); padding: var(--s4) 0; }
.page-head h1 { font-size: 2.2rem; }

/* ===== KARTU & GRID ===== */
.grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: var(--s3); }
.card { background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); padding: clamp(1.25rem, 3vw, 1.75rem); border-top: 4px solid var(--gold); transition: transform .2s ease, box-shadow .2s ease; }
.card:hover { transform: translateY(-4px); box-shadow: 0 16px 34px rgba(10, 37, 64, .13); }
.card h3 { margin-bottom: .25rem; }
.price { margin-top: var(--s2); font-weight: 700; color: var(--steel); }
.price small { color: var(--gray); font-weight: 400; }

/* ===== KAPAL ===== */
.boat-section { position: relative; overflow: hidden; }
.boat-section::before,
.boat-section::after { content: ""; position: absolute; pointer-events: none; }
.boat-section::before {
  width: 180px; height: 180px; right: -62px; top: 1.5rem;
  border: 1px solid rgba(31, 78, 121, .16); border-radius: 50%;
  box-shadow: 0 0 0 16px rgba(31, 78, 121, .035), 0 0 0 32px rgba(31, 78, 121, .025);
}
.boat-section::after {
  width: 110px; height: 28px; left: -12px; bottom: 2.5rem;
  border-top: 2px solid rgba(201, 162, 39, .5);
  border-radius: 50%; transform: rotate(-8deg);
  box-shadow: 0 9px 0 -1px rgba(201, 162, 39, .28), 0 18px 0 -2px rgba(201, 162, 39, .16);
}
.boat-kicker { display: flex; align-items: center; gap: .6rem; color: var(--gold); font-size: .72rem; font-weight: 700; letter-spacing: .18em; margin-bottom: .7rem; }
.boat-kicker i { display: block; width: 42px; height: 1px; background: var(--gold); opacity: .7; }
.boat-kicker b { font-size: 1rem; font-weight: 400; line-height: 1; }
.boat-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: var(--s4); align-items: start; }
.spec { list-style: none; }
.spec li { display: flex; justify-content: space-between; padding: .6rem 0; border-bottom: 1px solid var(--cloud); }
.chips { display: flex; flex-wrap: wrap; gap: .5rem; list-style: none; }
.chip { border: 1px solid var(--steel); color: var(--steel); border-radius: 999px; padding: .15rem .8rem; font-size: .85rem; }
.chips.big .chip { padding: .4rem 1rem; }

/* ===== LANGKAH ===== */
.steps { list-style: none; display: grid; gap: var(--s3); max-width: 640px; }
.steps li { display: flex; gap: var(--s2); }
.step-num { flex: 0 0 40px; height: 40px; border-radius: 50%; background: var(--gold); color: var(--navy); font-weight: 700; display: grid; place-items: center; }
.access-options { display: grid; gap: .75rem; max-width: 920px; }
.access-option { background: var(--white); border-left: 4px solid var(--steel); box-shadow: var(--shadow); }
.access-option[open] { border-left-color: var(--gold); }
.access-option summary { display: grid; grid-template-columns: 48px 1fr 28px; align-items: center; gap: var(--s2); padding: 1rem 1.25rem; cursor: pointer; list-style: none; }
.access-option summary::-webkit-details-marker { display: none; }
.access-option summary strong, .access-option summary small { display: block; }
.access-option summary strong { font-size: 1.05rem; }
.access-option summary small { margin-top: .15rem; color: var(--gray); font-size: .78rem; }
.access-option summary b { color: var(--gold); font-size: 1.5rem; font-weight: 400; text-align: center; }
.access-option[open] summary b { transform: rotate(45deg); }
.access-index { color: var(--gold); font: 700 1.1rem var(--font-head); }
.access-content { padding: 0 1.25rem 1.35rem 4.8rem; }
.access-content > .muted { margin-bottom: var(--s2); }
.access-choice { padding: 1rem 0; border-top: 1px solid rgba(31, 78, 121, .14); }
.access-choice h3 { font-size: 1rem; }
.access-facts { display: grid; grid-template-columns: repeat(2, 1fr); gap: .7rem var(--s3); margin: var(--s2) 0; }
.access-facts dt { color: var(--gold); font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.access-facts dd { margin-top: .15rem; color: var(--navy); font-size: .82rem; }
.access-choice h4 { margin-bottom: .4rem; color: var(--steel); font-size: .82rem; }
.access-steps { display: grid; gap: .35rem; padding-left: 1.2rem; color: var(--gray); font-size: .82rem; }
.access-steps li::marker { color: var(--gold); font-weight: 700; }
.access-summary { max-width: 920px; margin-top: var(--s4); padding: 1.25rem; background: var(--navy); color: var(--cloud); box-shadow: var(--shadow); }
.access-summary h3 { color: var(--gold); font-size: 1.15rem; margin-bottom: var(--s2); }
.summary-table-wrap { overflow-x: auto; }
.summary-table { width: 100%; min-width: 700px; border-collapse: collapse; font-size: .76rem; }
.summary-table th { color: var(--gold); font-weight: 600; text-align: left; white-space: nowrap; }
.summary-table th, .summary-table td { padding: .65rem .55rem; border-bottom: 1px solid rgba(244, 247, 250, .16); }
.summary-table td { color: var(--cloud); }
.access-tips { display: grid; gap: .25rem; margin-top: var(--s3); padding-top: var(--s2); border-top: 1px solid rgba(244, 247, 250, .2); font-size: .78rem; }
.access-tips strong { color: var(--gold); }

/* ===== CTA BANNER ===== */
.cta-banner { background: var(--steel); color: var(--white); text-align: center; padding: var(--s4) 0; }
.cta-banner h2 { margin-bottom: var(--s2); }

/* ===== FORM BOOKING ===== */
.booking-grid { display: grid; grid-template-columns: 1.6fr 1fr; gap: var(--s4); align-items: start; }
form { background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); padding: var(--s3); display: grid; gap: var(--s2); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s2); }
.form-group { display: grid; gap: .3rem; }
label { font-weight: 600; font-size: .92rem; }
input, select, textarea { font: inherit; padding: .6rem .8rem; border: 1px solid var(--gray); border-radius: 8px; background: var(--cloud); }
input:focus, select:focus, textarea:focus { outline: 2px solid var(--steel); border-color: var(--steel); }
.radio-row { display: flex; gap: var(--s3); }
.radio-row label { display: flex; align-items: center; gap: .4rem; font-weight: 500; }
.estimate-card { background: var(--navy); color: var(--cloud); border-radius: var(--radius); padding: var(--s3); position: sticky; top: calc(var(--nav-h) + var(--s2)); }
.estimate-value { font-family: var(--font-head); font-size: 1.8rem; color: var(--gold); margin: .5rem 0; }

/* ===== FOOTER ===== */
.footer { background: var(--navy); color: var(--cloud); padding: var(--s4) 0; margin-top: var(--s5); }
.footer-inner { display: flex; justify-content: space-between; gap: var(--s3); flex-wrap: wrap; }
.footer-brand { display: flex; flex-direction: column; align-items: flex-start; }

/* ===== REVEAL ANIMATION ===== */
.reveal { opacity: 0; transform: translateY(16px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: none; }

/* ===== RESPONSIVE ===== */
@media (max-width: 960px) {
  .container { padding-inline: clamp(1.25rem, 4vw, 2rem); }
  .navbar .nav-inner { padding-inline: clamp(1.25rem, 4vw, 2rem); }
  .hero { min-height: 90svh; padding-block: clamp(3rem, 5vw, 4rem); }
  .hero-inner { gap: clamp(2rem, 5vw, 3rem); }
  .hero h1 { font-size: clamp(2.35rem, 5vw, 3.6rem); }
  .nav-links { gap: var(--s2); }
}

@media (max-width: 768px) {
  .nav-toggle { display: block; }
  .nav-links { display: none; position: absolute; top: var(--nav-h); left: 0; right: 0; background: var(--navy); flex-direction: column; padding: var(--s2); gap: var(--s2); }
  .nav-links.open { display: flex; }
  .nav-links .lang-switch { align-self: center; }
  .container { padding-inline: 1.25rem; }
  .hero { min-height: 100svh; padding-block: 2.5rem 3rem; }
  .hero-inner, .boat-grid, .booking-grid, .form-row { grid-template-columns: minmax(0, 1fr); }
  .hero-visual { max-width: 560px; width: 100%; }
  .hero-visual img { aspect-ratio: 1.35; }
  .hero-facts { gap: 1rem; justify-content: space-between; }
  .hero-facts div { flex: 1; }
  .estimate-card { position: static; }
  .access-option summary { grid-template-columns: 36px 1fr 24px; padding-inline: 1rem; }
  .access-content { padding-inline: 1rem; }
  .access-facts { grid-template-columns: 1fr; gap: .6rem; }
}

@media (max-width: 480px) {
  .navbar { height: 68px; }
  .brand-logo { height: 54px; }
  .nav-links { top: 68px; padding: 1.25rem; align-items: stretch; }
  .nav-links a { padding: .35rem 0; }
  .nav-links .btn { text-align: center; }
  .hero { min-height: 100svh; padding-block: 2rem; }
  .eyebrow { font-size: .64rem; letter-spacing: .12em; }
  .hero h1 { font-size: clamp(2.25rem, 11vw, 3.25rem); }
  .hero-copy > p:not(.eyebrow) { font-size: .98rem; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .btn { text-align: center; }
  .hero-facts dt { font-size: 1.15rem; }
  .hero-facts dd { font-size: .68rem; }
  .hero-caption { left: .75rem; right: .75rem; bottom: .75rem; font-size: .74rem; }
  .section-head h2 { font-size: 1.75rem; }
  .boat-section::before { right: -110px; top: 2.5rem; }
  .boat-section::after { bottom: 1.5rem; }
}

/* ===== QUOTE SECTION (full-bleed + parallax) ===== */
.quote-section {
  position: relative;
  min-height: 50vh;
  display: grid;
  place-items: center;
  text-align: center;
  padding-block: clamp(3.5rem, 7vw, 5rem);
  color: var(--white);
  background: url("../images/quote-ocean.jpg") center / cover no-repeat fixed;
}
/* overlay navy: menjaga kontras teks putih tetap lolos aksesibilitas */
.quote-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 37, 64, .45), rgba(10, 37, 64, .75));
}
.quote-inner { position: relative; width: min(100%, 760px); padding-inline: var(--s2); }
.quote-line { display: block; width: 56px; height: 3px; background: var(--gold); margin: 0 auto var(--s3); }
.quote-inner blockquote {
  font-family: var(--font-head);
  font-size: clamp(1.4rem, 3.2vw, 2.3rem);
  line-height: 1.45;
  text-shadow: 0 2px 12px rgba(10, 37, 64, .6);
}
.quote-inner cite {
  display: block;
  margin-top: var(--s2);
  color: var(--gold);
  font-style: normal;
  font-size: .85rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}
/* iOS/mobile tidak mendukung background fixed → fallback scroll */
@media (max-width: 768px) {
  .quote-section { background-attachment: scroll; min-height: 45vh; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  body::before, body::after { animation: none; }
}
.brand-logo {
  height: 126px;
  width: 126px;
  padding: 0;
  background: var(--cloud);
  border-radius: 6px;
  display: block;
  object-fit: cover;
  object-position: center;
}
.brand-logo:hover { opacity: .9; }

@media (max-width: 480px) {
  .navbar { height: 123px; }
  .brand-logo { width: 111px; height: 111px; }
  .nav-links { top: 123px; }
}

.hero-slogan {
  margin-top: .8rem;
  color: var(--gold);
  font-family: var(--font-head);
  font-size: clamp(1rem, 2vw, 1.25rem);
  letter-spacing: .02em;
}

.footer-logo {
  height: 110px;
  width: 110px;
  padding: 0;
  background: var(--cloud);
  border-radius: 7px;
  margin-bottom: var(--s1);
  object-fit: cover;
  object-position: center;
}
.footer-slogan {
  color: var(--gold);
  font-family: var(--font-head);
  font-size: .9rem;
  line-height: 1.4;
  max-width: 270px;
}
.footer-contact {
  display: flex;
  flex-wrap: wrap;
  gap: .35rem 1rem;
  margin-top: .35rem;
  font-size: .82rem;
}
.footer-contact a { color: var(--cloud); }
.footer-contact a:hover { color: var(--gold); }
.footer-credit {
  display: block;
  margin-top: .75rem;
  color: var(--gray);
  font-size: .7rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

/* ===== STORY GALLERY ===== */
.story-section { background: rgba(255, 255, 255, .86); }
.story-inner { max-width: 760px; }
.story-inner h2 { margin-bottom: var(--s3); }
.story-inner p { max-width: 680px; margin-top: 1rem; color: var(--steel); font-size: 1.02rem; }
.story-inner .story-sign { margin-top: var(--s3); color: var(--gold-hover); font-family: var(--font-head); font-size: 1rem; }
.story-gallery { display: grid; grid-template-columns: 1.15fr .85fr; gap: var(--s2); margin-top: var(--s4); }
.story-gallery figure { position: relative; min-height: 250px; overflow: hidden; background: var(--navy); }
.story-gallery figure:first-child { min-height: 390px; }
.story-gallery img { width: 100%; height: 100%; min-height: inherit; object-fit: cover; transition: transform .6s ease; }
.story-gallery figure:hover img { transform: scale(1.04); }
.story-gallery figcaption { position: absolute; right: 0; bottom: 0; left: 0; display: grid; gap: .1rem; padding: 1.15rem; color: var(--white); background: linear-gradient(transparent, rgba(10, 37, 64, .9)); }
.story-gallery figcaption strong { font-family: var(--font-head); }
.story-gallery figcaption span { color: var(--cloud); font-size: .78rem; }

@media (max-width: 768px) {
  .story-gallery { grid-template-columns: 1fr; }
  .story-gallery figure, .story-gallery figure:first-child { min-height: 280px; }
}

/* ===== DESTINATIONS MAP ===== */
.destination-section { background: var(--cloud); }
.map-toolbar { display: flex; align-items: end; justify-content: space-between; gap: var(--s3); margin-bottom: var(--s3); }
.map-label { display: block; color: var(--gold); font-size: .7rem; font-weight: 700; letter-spacing: .16em; }
.map-toolbar strong { display: block; margin-top: .2rem; font-family: var(--font-head); font-size: 1.4rem; }
.filter-group { display: flex; flex-wrap: wrap; justify-content: end; gap: .4rem; }
.filter-btn { border: 1px solid rgba(31, 78, 121, .25); border-radius: 999px; padding: .42rem .8rem; background: var(--white); color: var(--steel); cursor: pointer; font: inherit; font-size: .78rem; transition: .2s; }
.filter-btn:hover, .filter-btn:focus-visible, .filter-btn.active { background: var(--steel); color: var(--white); border-color: var(--steel); }
.destination-layout { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr); gap: var(--s3); align-items: start; }
.map-panel { position: sticky; top: calc(var(--nav-h) + var(--s2)); overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); background: var(--white); }
#destinationMap { height: min(70vh, 620px); min-height: 440px; }
.map-note { padding: .7rem 1rem; color: var(--steel); font-size: .78rem; font-weight: 600; }
.map-dot { display: inline-block; width: 8px; height: 8px; margin-right: .35rem; border-radius: 50%; background: var(--gold); }
.spot-list { display: grid; gap: .75rem; }
.spot-card { display: grid; gap: .9rem; padding: 1.15rem; border-left: 3px solid transparent; background: var(--white); box-shadow: var(--shadow); transition: border-color .2s, transform .2s, opacity .2s; }
.spot-card:hover, .spot-card.selected { border-left-color: var(--gold); transform: translateX(3px); }
.spot-card.hidden { display: none; }
.spot-media { overflow: hidden; border-radius: 10px; }
.spot-gallery { display: grid; gap: .55rem; }
.spot-gallery-track { display: flex; width: 100%; transition: transform .35s ease; }
.spot-gallery-slide { min-width: 100%; width: 100%; height: 180px; object-fit: cover; display: block; }
.spot-gallery-controls { display: flex; align-items: center; justify-content: space-between; gap: .5rem; }
.spot-gallery-btn { width: 28px; height: 28px; border: 1px solid rgba(31, 78, 121, .18); border-radius: 50%; background: rgba(255, 255, 255, .9); color: var(--navy); font-size: 1.15rem; line-height: 1; display: grid; place-items: center; cursor: pointer; }
.spot-gallery-btn:hover { border-color: var(--gold); color: var(--gold); }
.spot-gallery-dots { display: flex; align-items: center; justify-content: center; gap: .35rem; flex: 1; }
.spot-gallery-dot { width: 7px; height: 7px; border-radius: 50%; background: rgba(31, 78, 121, .3); }
.spot-gallery-dot.active { background: var(--gold); }
.spot-content { display: grid; }
.spot-card-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: .55rem; }
.spot-number { color: var(--gold); font: 700 .8rem var(--font-head); letter-spacing: .1em; }
.spot-distance { color: var(--gray); font-size: .72rem; }
.spot-card h2 { font-size: 1.15rem; }
.spot-card p { margin-top: .45rem; color: var(--gray); font-size: .84rem; line-height: 1.55; }
.spot-link { margin-top: .7rem; border: 0; padding: 0; background: transparent; color: var(--steel); cursor: pointer; font: 600 .78rem var(--font-body); }
.spot-link span { color: var(--gold); font-size: 1rem; }
.leaflet-popup-content-wrapper, .leaflet-popup-tip { background: var(--navy); color: var(--cloud); }
.leaflet-popup-content { margin: .8rem 1rem; font-family: var(--font-body); font-size: .82rem; line-height: 1.5; }
.leaflet-popup-content strong { color: var(--gold); font-family: var(--font-head); font-size: 1rem; }
.leaflet-container a.leaflet-popup-close-button { color: var(--cloud); }
.leaflet-control-zoom a { color: var(--navy); }
.port-marker { display: grid; place-items: center; border: 3px solid var(--white); border-radius: 50%; background: var(--navy); box-shadow: 0 3px 10px rgba(10, 37, 64, .35); }
.port-marker span { color: var(--gold); font-size: 1rem; line-height: 1; }

@media (max-width: 768px) {
  .map-toolbar { display: block; }
  .filter-group { justify-content: start; margin-top: var(--s2); }
  .destination-layout { grid-template-columns: 1fr; }
  .map-panel { position: relative; top: auto; }
  #destinationMap { height: 54vh; min-height: 360px; }
}