:root {
  --bg: #f6f2e8;
  --bg-2: #ece4d3;
  --surface: rgba(255, 255, 255, 0.76);
  --surface-strong: #ffffff;
  --text: #112e33;
  --muted: #617878;
  --line: rgba(17, 46, 51, 0.12);
  --teal: #0d6f70;
  --teal-deep: #0a4145;
  --mint: #d9f1ea;
  --gold: #c79b5c;
  --shadow: 0 26px 80px rgba(17, 46, 51, 0.14);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --container: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  font-family: "Manrope", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(13, 111, 112, 0.18), transparent 26%),
    radial-gradient(circle at right, rgba(199, 155, 92, 0.22), transparent 18%),
    linear-gradient(180deg, #fcfaf5 0%, var(--bg) 100%);
}
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
.page-backdrop {
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 20% 10%, rgba(255,255,255,0.55), transparent 22%),
    radial-gradient(circle at 80% 0%, rgba(13,111,112,0.08), transparent 18%);
}
.container { width: min(calc(100% - 32px), var(--container)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 40; padding: 18px 0; }
.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 18px;
  border: 1px solid rgba(255,255,255,0.72);
  border-radius: 999px;
  background: rgba(255,255,255,0.72);
  backdrop-filter: blur(18px);
  box-shadow: 0 14px 50px rgba(17,46,51,0.08);
}
.brand { display: inline-flex; align-items: center; gap: 14px; }
.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 144px;
  min-width: 144px;
}
.brand-mark img {
  display: block;
  width: 100%;
  height: auto;
}
.brand-text { display: flex; flex-direction: column; }
.brand-text strong, h1, h2, h3 { font-family: "Syne", sans-serif; }
.brand-text small { color: var(--muted); }
.site-nav, .hero-actions, .cta-actions, .tour-actions { display: flex; align-items: center; gap: 10px; }
.site-nav a {
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--muted);
}
.site-nav a:hover, .site-nav a.is-current { color: var(--text); background: rgba(13,111,112,0.1); }
.nav-toggle {
  display: none;
  border: 0;
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(13,111,112,0.1);
  color: var(--text);
  font: inherit;
  font-weight: 700;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 18px;
  border: 0;
  border-radius: 999px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}
.button-solid {
  color: #fff;
  background: linear-gradient(135deg, var(--teal) 0%, var(--teal-deep) 100%);
  box-shadow: 0 18px 36px rgba(13,111,112,0.24);
}
.button-ghost { color: var(--text); background: rgba(13,111,112,0.1); }
.button-ncl {
  color: #fff;
  background: linear-gradient(135deg, rgba(255,255,255,0.14), rgba(255,255,255,0.08));
  border: 1px solid rgba(255,255,255,0.28);
  box-shadow: 0 18px 36px rgba(6, 21, 24, 0.14);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.button-ncl:hover {
  background: linear-gradient(135deg, rgba(255,255,255,0.2), rgba(255,255,255,0.1));
}
.button:hover { transform: translateY(-1px); }

.hero { position: relative; margin: 0 0 26px; }
.hero-home { min-height: 88vh; display: grid; align-items: end; padding: 70px 0 32px; }
.hero-home::before,
.hero-subpage::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 42px;
  box-shadow: var(--shadow);
}
.hero-home::before {
  background:
    linear-gradient(90deg, rgba(6,23,28,0.68) 0%, rgba(6,23,28,0.3) 42%, rgba(6,23,28,0.15) 100%),
    url("assets/home/hero-boat.jpg") center 42%/cover;
}
.hero-subpage { padding: 100px 0 52px; }
.hero-subpage::before {
  background:
    linear-gradient(90deg, rgba(7,24,28,0.7) 0%, rgba(7,24,28,0.26) 100%),
    var(--hero-image) center/cover;
}
.hero-grid, .hero-subcopy, .split-section, .image-text-grid, .contact-grid, .inquiry-layout { position: relative; z-index: 1; }
.hero-grid { display: grid; grid-template-columns: minmax(0,1fr) 360px; gap: 28px; align-items: end; }
.hero-copy, .hero-subcopy { color: #fff; padding: 0 18px 18px 26px; max-width: 760px; }
.eyebrow {
  margin: 0 0 14px;
  font-size: .8rem;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-weight: 800;
  color: var(--teal-deep);
}
.hero-copy .eyebrow, .hero-subcopy .eyebrow { color: #d9f1ea; }
h1 {
  margin: 0;
  font-size: clamp(3rem, 5vw, 5.6rem);
  line-height: .95;
  letter-spacing: -.05em;
}
h2 {
  margin: 0 0 10px;
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: .98;
  letter-spacing: -.04em;
}
.hero-text,
.hero-subcopy p,
.section-copy p,
.section-heading p,
.value-card p,
.info-card p,
.text-panel p,
.tour-card p,
.contact-card p,
.contact-sidecard p,
.info-panel p,
.site-footer p { line-height: 1.75; color: var(--muted); }
.hero-text, .hero-subcopy p { color: rgba(255,255,255,0.86); }
.hero-action-note {
  margin: 12px 0 0;
  color: rgba(255,255,255,0.78);
  font-size: 0.92rem;
  line-height: 1.5;
}
.hero-stats, .value-stack, .three-up, .footer-grid, .contact-grid, .tour-grid { display: grid; gap: 18px; }
.hero-stats { grid-template-columns: repeat(3, minmax(0,1fr)); margin-top: 34px; gap: 14px; }
.hero-stats article,
.value-card,
.info-card,
  .contact-card,
  .tour-card,
  .text-panel,
  .info-panel,
  .inquiry-panel,
  .contact-sidecard,
  .filter-chip {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: 0 18px 44px rgba(17, 46, 51, 0.09);
}
.hero-stats article, .value-card, .info-card, .contact-card, .tour-card, .text-panel, .info-panel, .inquiry-panel, .contact-sidecard { padding: 24px; }
.hero-stats article {
  padding: 18px 20px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.2), rgba(255,255,255,0.08)),
    linear-gradient(135deg, rgba(11,43,48,0.26), rgba(11,43,48,0.14));
  border: 1px solid rgba(255,255,255,0.18);
  box-shadow: 0 18px 45px rgba(6, 21, 24, 0.16);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.hero-stats strong {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-family: "Syne", sans-serif;
  font-size: 1.2rem;
  line-height: 1.05;
  letter-spacing: -0.03em;
}
.hero-stats article:first-child strong {
  font-size: 1.5rem;
}
.hero-stats span {
  display: block;
  color: rgba(255,255,255,0.9);
  font-size: 0.92rem;
  line-height: 1.45;
}
.hero-visual {
  display: grid;
  gap: 20px;
  align-content: center;
  min-height: 440px;
}
.brand-panel,
.hero-side-card {
  position: relative;
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.985), rgba(247,244,236,0.95)),
    linear-gradient(135deg, rgba(13,111,112,0.12), rgba(199,155,92,0.1));
  border: 1px solid rgba(255,255,255,0.98);
  border-radius: 30px;
  box-shadow:
    0 28px 70px rgba(8, 24, 27, 0.28),
    inset 0 1px 0 rgba(255,255,255,0.8);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.brand-panel::before,
.hero-side-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 6px;
  border-radius: 30px 30px 0 0;
  background: linear-gradient(90deg, rgba(13,111,112,0.88), rgba(199,155,92,0.7));
  opacity: 0.95;
}
.brand-panel {
  display: grid;
  gap: 18px;
  padding: 22px;
}
.brand-panel img {
  width: min(100%, 340px);
  height: auto;
  border-radius: 22px;
  background: rgba(255,255,255,0.99);
  padding: 12px 14px;
  box-shadow: inset 0 0 0 1px rgba(17,46,51,0.07);
}
.brand-panel-copy small,
.hero-side-card small,
.gallery-copy small,
.tour-meta span,
.contact-card small {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.brand-panel-copy small,
.hero-side-card small {
  color: var(--teal-deep);
  background: linear-gradient(135deg, rgba(217,241,234,0.96), rgba(245,234,213,0.92));
  box-shadow: inset 0 0 0 1px rgba(13,111,112,0.08);
}
.brand-panel-copy strong,
.hero-side-card strong {
  display: block;
  margin-bottom: 10px;
  font-family: "Syne", sans-serif;
  font-size: 1.22rem;
  line-height: 1.12;
  color: #10292d;
}
.brand-panel-copy p,
.hero-side-card p {
  margin: 0;
  color: #385359;
  line-height: 1.68;
}
.hero-card-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.hero-side-card {
  min-height: 100%;
}
.hero-side-card:first-child {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.99), rgba(240,249,246,0.95)),
    linear-gradient(135deg, rgba(13,111,112,0.2), rgba(13,111,112,0.06));
}
.hero-side-card:last-child {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.99), rgba(251,245,235,0.95)),
    linear-gradient(135deg, rgba(199,155,92,0.22), rgba(199,155,92,0.07));
}

.section { margin-bottom: 26px; }
.split-section,
.soft-wrap,
.image-text-grid,
.contact-grid,
.inquiry-layout,
.cta-panel {
  padding: 30px;
  background: rgba(255,255,255,0.64);
  border: 1px solid rgba(255,255,255,0.78);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
}
.trust-panel {
  padding: 30px;
  background:
    linear-gradient(180deg, rgba(10,65,69,0.96), rgba(9,47,50,0.98)),
    linear-gradient(135deg, rgba(199,155,92,0.12), rgba(13,111,112,0.08));
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
}
.compact-heading {
  margin-bottom: 18px;
}
.trust-panel .eyebrow,
.trust-panel h2,
.trust-panel p,
.trust-card strong,
.trust-card p {
  color: #fff;
}
.trust-panel .section-heading p,
.trust-card p {
  color: rgba(255,255,255,0.78);
}
.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.trust-actions {
  display: flex;
  gap: 12px;
  margin-top: 22px;
}
.trust-card {
  padding: 22px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 22px;
  background: rgba(255,255,255,0.07);
  backdrop-filter: blur(10px);
}
.trust-card strong {
  display: block;
  margin-bottom: 8px;
  font-family: "Syne", sans-serif;
}
.split-section { display: grid; grid-template-columns: minmax(0,1fr) minmax(320px,430px); gap: 24px; }
.section-heading { max-width: 760px; margin-bottom: 22px; }

.gallery-grid { display: grid; grid-template-columns: 1.05fr .95fr .95fr; gap: 18px; grid-auto-rows: 280px; }
.gallery-card, .image-panel, .tour-image {
  position: relative;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}
.gallery-card { min-height: 240px; border-radius: 28px; box-shadow: var(--shadow); }
.gallery-card,
.service-card,
.tour-card,
.info-card,
.value-card,
  .contact-card,
  .text-panel,
  .contact-sidecard,
  .inquiry-panel {
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}
.gallery-card:hover,
.service-card:hover,
.tour-card:hover,
.info-card:hover,
.value-card:hover,
  .contact-card:hover,
  .text-panel:hover,
  .contact-sidecard:hover,
  .inquiry-panel:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 90px rgba(17, 46, 51, 0.18);
}
.gallery-card::before, .image-panel::before, .tour-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6,24,28,0.05), rgba(6,24,28,0.64));
}
.gallery-card.tall { grid-row: span 2; }
.gallery-card.wide { grid-column: span 2; }
.gallery-copy { position: absolute; inset: auto 18px 18px; z-index: 1; color: #fff; }
.gallery-copy small { color: #fff; background: rgba(255,255,255,0.18); }
.gallery-copy h3 { margin: 0; max-width: 18ch; font-size: 1.35rem; }
.three-up { grid-template-columns: repeat(3, minmax(0,1fr)); }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.service-card {
  padding: 24px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: 0 18px 44px rgba(17, 46, 51, 0.09);
}
.service-card h3 {
  margin: 0 0 10px;
}
.service-card p {
  margin: 0 0 16px;
  line-height: 1.75;
  color: var(--muted);
}
.service-card ul {
  margin: 0 0 18px;
  padding-left: 20px;
  line-height: 1.8;
  color: var(--muted);
}
.service-tag {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--mint);
  color: var(--teal);
  font-size: .78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.info-card span { display: inline-flex; margin-bottom: 12px; color: var(--teal); font-weight: 800; }
.footer-grid { grid-template-columns: 1.3fr .8fr .9fr; padding: 26px 0; border-top: 1px solid rgba(17,46,51,.12); }
.site-footer { padding: 20px 0 40px; }
.statement-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.statement-strip p {
  margin: 0;
  padding: 18px 20px;
  border-top: 1px solid rgba(17,46,51,.12);
  border-bottom: 1px solid rgba(17,46,51,.12);
  color: var(--teal-deep);
  font-family: "Syne", sans-serif;
  font-size: 1.05rem;
  letter-spacing: -.02em;
}
.site-footer strong { display: block; margin-bottom: 12px; }
.site-footer a { display: block; margin-bottom: 10px; color: var(--muted); }

.image-text-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.image-panel { min-height: 460px; border-radius: 30px; }
.text-panel, .info-panel, .inquiry-panel, .contact-sidecard { background: rgba(255,255,255,0.78); }
.feature-list { margin: 18px 0 0; padding-left: 20px; line-height: 1.8; color: var(--muted); }
.info-panel { display: grid; gap: 16px; }
.info-panel article { padding: 18px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,0.7); }
.info-panel strong { display: block; margin-bottom: 8px; }
.filter-bar { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 18px; }
.booking-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px;
  margin-bottom: 18px;
  border: 1px solid rgba(255,255,255,0.78);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.74), rgba(255,255,255,0.62)),
    linear-gradient(135deg, rgba(199,155,92,0.08), rgba(13,111,112,0.05));
  box-shadow: var(--shadow);
}
.booking-banner h2 {
  font-size: clamp(1.5rem, 3vw, 2.2rem);
}
.booking-banner p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}
.booking-note {
  margin-top: 12px;
  color: var(--teal-deep);
  font-weight: 600;
}
.filter-chip {
  padding: 12px 16px;
  color: var(--muted);
  font-weight: 800;
  cursor: pointer;
}
.filter-chip.is-active { color: #fff; background: linear-gradient(135deg, var(--teal) 0%, var(--teal-deep) 100%); border-color: transparent; }
.tour-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
.tour-image {
  min-height: auto;
  aspect-ratio: 4 / 3;
  margin: -24px -24px 20px;
}
.tour-image::after {
  content: "";
  position: absolute;
  inset: auto 18px 18px;
  width: 78px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #fff, rgba(255,255,255,0.2));
}
.tour-meta { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 14px; }
.tour-meta span, .contact-card small { color: var(--teal); background: var(--mint); }
.contact-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
.contact-value {
  margin: 0 0 10px;
  font-size: clamp(1.15rem, 2vw, 1.7rem);
  line-height: 1.1;
  letter-spacing: -0.03em;
  overflow-wrap: anywhere;
}
.inquiry-layout { display: grid; grid-template-columns: 1.2fr .8fr; gap: 22px; }
.inquiry-form { display: grid; gap: 16px; margin-top: 18px; }
.inquiry-form label { display: grid; gap: 8px; font-weight: 700; }
.inquiry-form input, .inquiry-form select, .inquiry-form textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(17,46,51,.14);
  border-radius: 18px;
  font: inherit;
  color: var(--text);
  background: rgba(255,255,255,.92);
}
.inquiry-form textarea { resize: vertical; }
.form-status {
  margin-top: 18px;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid var(--line);
  font-weight: 700;
}
.form-status.is-success {
  background: rgba(217, 241, 234, 0.85);
  color: var(--teal-deep);
  border-color: rgba(13, 111, 112, 0.2);
}
.form-status.is-error {
  background: rgba(199, 86, 86, 0.09);
  color: #8f2f2f;
  border-color: rgba(143, 47, 47, 0.18);
}
.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity 500ms ease, transform 500ms ease; }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1080px) {
  .desktop-cta { display: none; }
  .nav-toggle { display: inline-flex; }
  .site-nav {
    position: absolute;
    top: calc(100% + 10px);
    right: 16px;
    left: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 14px;
    border: 1px solid rgba(255,255,255,.8);
    border-radius: 28px;
    background: rgba(255,255,255,.94);
    box-shadow: var(--shadow);
  }
  .site-nav.is-open { display: flex; }
  .hero-grid, .split-section, .image-text-grid, .inquiry-layout, .contact-grid, .three-up, .footer-grid, .statement-strip, .trust-grid, .hero-card-grid, .service-grid { grid-template-columns: 1fr; }
  .tour-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .gallery-card.tall, .gallery-card.wide { grid-column: auto; grid-row: auto; }
  .hero-home { min-height: auto; padding-top: 36px; }
  .hero-stats { grid-template-columns: 1fr; }
  .booking-banner,
  .trust-actions { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 20px), var(--container)); }
  .nav-shell, .hero-home::before, .hero-subpage::before, .split-section, .soft-wrap, .image-text-grid, .contact-grid, .inquiry-layout, .cta-panel { border-radius: 28px; }
  h1 { font-size: clamp(2.4rem, 12vw, 4rem); }
  h2 { font-size: clamp(1.8rem, 9vw, 2.8rem); }
  .gallery-grid { grid-template-columns: 1fr; }
  .site-nav a, .filter-chip, .button { width: 100%; }
  .hero-actions, .cta-actions, .tour-actions { flex-direction: column; }
  .tour-grid { grid-template-columns: 1fr; }
  .tour-image { aspect-ratio: 16 / 11; }
  .brand {
    gap: 10px;
  }
  .brand-mark {
    width: 110px;
    min-width: 110px;
  }
  .brand-text small {
    display: none;
  }
  .hero-visual {
    min-height: auto;
  }
  .brand-panel,
  .hero-side-card {
    padding: 18px;
  }
}
