:root {
  color-scheme: light;
  --ink: #172943;
  --ink-soft: #40516a;
  --cream: #fff9ee;
  --paper: #fffdf8;
  --coral: #ef6f61;
  --coral-dark: #8f2925;
  --aqua: #55b9ad;
  --aqua-pale: #dff4ef;
  --mustard: #f4b84a;
  --lilac: #8e77c8;
  --line: #dce3df;
  --shadow: 0 20px 60px rgb(23 41 67 / 12%);
  --radius-sm: 0.9rem;
  --radius-md: 1.4rem;
  --radius-lg: 2.2rem;
  --page: min(72rem, calc(100% - 2rem));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 6.5rem;
}

body {
  margin: 0;
  min-width: 20rem;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  background-image: radial-gradient(circle at 15% 10%, rgb(244 184 74 / 9%), transparent 24rem), radial-gradient(circle at 88% 30%, rgb(85 185 173 / 8%), transparent 28rem);
  content: "";
  pointer-events: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.max-ch-13 { max-width: 13ch; }
.max-ch-14 { max-width: 14ch; }
.max-ch-15 { max-width: 15ch; }
.max-w-32 { max-width: 32rem; }
.max-w-42 { max-width: 42rem; }
.max-w-54 { max-width: 54rem; }
.mt-1 { margin-top: 1rem; }
.mt-125 { margin-top: 1.25rem; }
.mt-14 { margin-top: 1.4rem; }
.mt-15 { margin-top: 1.5rem; }
.mt-2 { margin-top: 2rem; }
.mb-0 { margin-bottom: 0; }
.flush { margin: 0; }
h2.heading-small { font-size: 2rem; }
.steps-grid.single-column { grid-template-columns: 1fr; }

img,
svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration-thickness: 0.1em;
  text-underline-offset: 0.18em;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button,
input,
textarea,
select {
  font: inherit;
}

:focus-visible {
  outline: 3px solid var(--paper);
  outline-offset: 2px;
  box-shadow: 0 0 0 5px var(--ink);
}

.skip-link {
  position: fixed;
  top: 0.6rem;
  left: 0.6rem;
  z-index: 100;
  transform: translateY(-150%);
  border-radius: 999px;
  background: var(--ink);
  color: white;
  padding: 0.75rem 1rem;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgb(23 41 67 / 8%);
  background: rgb(255 253 248 / 92%);
  backdrop-filter: blur(18px);
}

.header-inner {
  display: flex;
  width: var(--page);
  min-height: 5rem;
  margin-inline: auto;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.72rem;
  text-decoration: none;
}

.brand img {
  width: 2.85rem;
  height: 2.85rem;
}

.brand-copy {
  display: grid;
  line-height: 1.05;
}

.brand-copy strong {
  font-family: ui-rounded, "Arial Rounded MT Bold", "Trebuchet MS", sans-serif;
  font-size: 1.03rem;
  letter-spacing: -0.025em;
}

.brand-copy small {
  margin-top: 0.26rem;
  color: var(--ink-soft);
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav-toggle {
  display: none;
  width: 2.85rem;
  height: 2.85rem;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: white;
  color: var(--ink);
  cursor: pointer;
}

.nav-toggle svg {
  width: 1.25rem;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.35rem;
}

.site-nav a {
  position: relative;
  color: var(--ink-soft);
  font-size: 0.92rem;
  font-weight: 740;
  text-decoration: none;
}

.site-nav a.button {
  color: var(--ink);
}

.site-nav a.button:hover {
  color: white;
}

.site-nav a:not(.button)::after {
  position: absolute;
  right: 0;
  bottom: -0.45rem;
  left: 0;
  height: 0.18rem;
  transform: scaleX(0);
  border-radius: 999px;
  background: var(--coral);
  content: "";
  transition: transform 160ms ease;
}

.site-nav a[aria-current="page"]::after,
.site-nav a:not(.button):hover::after {
  transform: scaleX(1);
}

.site-nav a[aria-current="page"] {
  color: var(--ink);
}

.button {
  display: inline-flex;
  min-height: 3.2rem;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--coral);
  box-shadow: 0 6px 0 var(--ink);
  color: var(--ink);
  padding: 0.72rem 1.25rem;
  font-weight: 830;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform 140ms ease, box-shadow 140ms ease, background 140ms ease;
}

.button:hover {
  transform: translateY(2px);
  box-shadow: 0 4px 0 var(--ink);
  background: var(--coral-dark);
  color: white;
}

.button:active {
  transform: translateY(5px);
  box-shadow: 0 1px 0 var(--ink);
}

.button-secondary {
  background: white;
  color: var(--ink);
}

.button-secondary:hover {
  background: var(--cream);
}

.button-quiet {
  min-height: 2.8rem;
  border-width: 1px;
  box-shadow: none;
  background: transparent;
  color: var(--ink);
}

.button-quiet:hover {
  box-shadow: none;
  background: var(--cream);
}

.container {
  width: var(--page);
  margin-inline: auto;
}

.section {
  padding-block: clamp(4rem, 8vw, 7.5rem);
}

.section-tight {
  padding-block: clamp(2.75rem, 5vw, 4.5rem);
}

.section-aqua {
  background: var(--aqua-pale);
}

.section-ink {
  background: var(--ink);
  color: white;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 1rem;
  color: var(--coral-dark);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 1.6rem;
  height: 0.3rem;
  border-radius: 999px;
  background: currentColor;
  content: "";
}

.section-ink .eyebrow {
  color: var(--mustard);
}

h1,
h2,
h3 {
  margin-top: 0;
  font-family: ui-rounded, "Arial Rounded MT Bold", "Trebuchet MS", sans-serif;
  font-weight: 850;
  letter-spacing: -0.045em;
  line-height: 1.05;
  text-wrap: balance;
}

h1 {
  max-width: 13ch;
  margin-bottom: 1.35rem;
  font-size: clamp(3rem, 7vw, 6.6rem);
}

h2 {
  margin-bottom: 1.2rem;
  font-size: clamp(2.2rem, 4.4vw, 4.2rem);
}

h3 {
  margin-bottom: 0.65rem;
  font-size: clamp(1.25rem, 2.2vw, 1.65rem);
  letter-spacing: -0.03em;
}

p {
  margin-top: 0;
}

.lead {
  max-width: 45rem;
  color: var(--ink-soft);
  font-size: clamp(1.08rem, 2vw, 1.3rem);
  line-height: 1.72;
}

.section-ink .lead,
.section-ink .muted {
  color: rgb(255 255 255 / 75%);
}

.muted {
  color: var(--ink-soft);
}

.microcopy {
  color: var(--ink-soft);
  font-size: 0.86rem;
}

.hero {
  position: relative;
  overflow: hidden;
  padding-block: clamp(3.5rem, 7vw, 7rem) clamp(4.5rem, 8vw, 8rem);
}

.hero::after {
  position: absolute;
  top: 8%;
  right: -6rem;
  z-index: -1;
  width: 27rem;
  height: 27rem;
  border: 2.5rem solid rgb(244 184 74 / 18%);
  border-radius: 50%;
  content: "";
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(22rem, 0.94fr);
  align-items: center;
  gap: clamp(2.5rem, 6vw, 6rem);
}

.hero .lead {
  max-width: 39rem;
}

.hero-actions,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.9rem;
  margin-top: 2rem;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
}

.trust-row li,
.pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid rgb(23 41 67 / 14%);
  border-radius: 999px;
  background: white;
  padding: 0.5rem 0.78rem;
  color: var(--ink);
  font-size: 0.83rem;
  font-weight: 760;
}

.trust-row li::before {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--aqua);
  box-shadow: 0 0 0 0.2rem var(--aqua-pale);
  content: "";
}

.hero-collage {
  position: relative;
  min-height: 34rem;
}

.hero-photo {
  position: absolute;
  overflow: hidden;
  border: 0.5rem solid white;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-photo-main {
  top: 0;
  right: 0;
  width: 79%;
  height: 80%;
  transform: rotate(2deg);
}

.hero-photo-small {
  bottom: 0;
  left: 0;
  width: 50%;
  height: 43%;
  transform: rotate(-4deg);
}

.hero-note {
  position: absolute;
  right: -0.3rem;
  bottom: 1.1rem;
  z-index: 2;
  max-width: 13rem;
  transform: rotate(3deg);
  border: 2px solid var(--ink);
  border-radius: 1.2rem;
  background: var(--mustard);
  box-shadow: 0 6px 0 var(--ink);
  padding: 0.9rem 1rem;
  font-family: ui-rounded, "Arial Rounded MT Bold", sans-serif;
  font-size: 0.92rem;
  font-weight: 850;
  line-height: 1.35;
}

.intro-grid,
.split-grid,
.contact-grid,
.booking-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(2rem, 6vw, 6rem);
  align-items: start;
}

.intro-grid h2,
.split-grid h2 {
  max-width: 11ch;
}

.activity-grid,
.trust-grid,
.steps-grid,
.footer-grid {
  display: grid;
  gap: 1.2rem;
}

.activity-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 2.5rem;
}

.activity-card,
.trust-card,
.step-card,
.info-card,
.booking-panel,
.policy-card {
  border: 1px solid rgb(23 41 67 / 10%);
  border-radius: var(--radius-md);
  background: white;
  box-shadow: 0 12px 36px rgb(23 41 67 / 7%);
}

.activity-card {
  overflow: hidden;
}

.activity-card img {
  width: 100%;
  height: clamp(13rem, 20vw, 18rem);
  object-fit: cover;
}

.activity-card:nth-child(3) img {
  object-position: 50% 22%;
}

.activity-card-copy {
  padding: 1.25rem;
}

.activity-card-copy p:last-child {
  margin-bottom: 0;
}

.trust-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 2.4rem;
}

.trust-card,
.step-card,
.info-card,
.policy-card {
  padding: clamp(1.3rem, 3vw, 2rem);
}

.card-icon,
.step-number {
  display: grid;
  width: 3rem;
  height: 3rem;
  margin-bottom: 1.3rem;
  place-items: center;
  border: 2px solid var(--ink);
  border-radius: 0.9rem;
  background: var(--mustard);
  color: var(--ink);
  font-weight: 900;
}

.trust-card:nth-child(2) .card-icon {
  background: var(--aqua-pale);
}

.trust-card:nth-child(3) .card-icon {
  background: #eee8ff;
}

.section-ink .trust-card {
  color: var(--ink);
}

.section-ink .trust-card .muted {
  color: var(--ink-soft);
}

.steps-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 2.4rem;
}

.step-number {
  border-radius: 50%;
  background: var(--coral);
  color: var(--ink);
}

.gallery-strip {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 0.9fr;
  min-height: 31rem;
  gap: 1rem;
}

.gallery-strip figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: var(--radius-md);
}

.gallery-strip figure:nth-child(2) {
  transform: translateY(2rem);
}

.gallery-strip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-strip figcaption {
  position: absolute;
  right: 0.7rem;
  bottom: 0.7rem;
  left: 0.7rem;
  border-radius: 0.75rem;
  background: rgb(23 41 67 / 87%);
  color: white;
  padding: 0.62rem 0.8rem;
  font-size: 0.78rem;
  font-weight: 740;
  backdrop-filter: blur(8px);
}

.feature-list,
.check-list,
.plain-list {
  display: grid;
  gap: 0.8rem;
  margin: 1.6rem 0 0;
  padding: 0;
  list-style: none;
}

.feature-list li,
.check-list li {
  position: relative;
  padding-left: 2rem;
}

.feature-list li::before,
.check-list li::before {
  position: absolute;
  top: 0.2rem;
  left: 0;
  display: grid;
  width: 1.4rem;
  height: 1.4rem;
  place-items: center;
  border-radius: 50%;
  background: var(--aqua-pale);
  color: var(--ink);
  content: "✓";
  font-size: 0.82rem;
  font-weight: 900;
}

.page-hero {
  padding-block: clamp(3.6rem, 7vw, 6rem);
  background: linear-gradient(135deg, var(--cream), var(--aqua-pale));
}

.page-hero .container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.65fr);
  align-items: end;
  gap: 2rem;
}

.page-hero h1 {
  max-width: 12ch;
  font-size: clamp(2.8rem, 6vw, 5.5rem);
}

.page-hero .lead {
  margin-bottom: 0;
}

.breadcrumb {
  margin-bottom: 1.2rem;
  color: var(--ink-soft);
  font-size: 0.86rem;
  font-weight: 700;
}

.breadcrumb a {
  color: var(--ink-soft);
}

.booking-panel {
  position: sticky;
  top: 7rem;
  overflow: hidden;
}

.booking-panel-header {
  background: var(--ink);
  color: white;
  padding: 1.5rem;
}

.booking-panel-header p {
  margin-bottom: 0;
  color: rgb(255 255 255 / 75%);
}

.booking-panel-body {
  padding: 1.5rem;
}

.booking-panel .button {
  width: 100%;
}

.booking-panel .button + .button {
  margin-top: 0.9rem;
}

.notice {
  border-left: 0.35rem solid var(--mustard);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  background: var(--cream);
  padding: 1rem 1.1rem;
  color: var(--ink-soft);
  font-size: 0.92rem;
}

.faq-list {
  display: grid;
  max-width: 52rem;
  gap: 0.75rem;
  margin-top: 2rem;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: white;
  padding: 0 1.15rem;
}

.faq-list summary {
  position: relative;
  cursor: pointer;
  list-style: none;
  padding: 1.2rem 2.4rem 1.2rem 0;
  font-family: ui-rounded, "Arial Rounded MT Bold", sans-serif;
  font-weight: 840;
  line-height: 1.3;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: "+";
  color: var(--coral-dark);
  font-size: 1.5rem;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  color: var(--ink-soft);
  padding-right: 1.5rem;
}

.contact-list {
  display: grid;
  gap: 1rem;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}

.contact-list a {
  font-weight: 780;
}

.contact-item {
  display: grid;
  grid-template-columns: 2.8rem 1fr;
  align-items: start;
  gap: 0.9rem;
}

.contact-item-icon {
  display: grid;
  width: 2.8rem;
  height: 2.8rem;
  place-items: center;
  border-radius: 0.85rem;
  background: var(--aqua-pale);
  font-size: 1.15rem;
}

.cta-band {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--mustard);
  padding: clamp(2rem, 6vw, 4.6rem);
}

.cta-band::after {
  position: absolute;
  right: -4rem;
  bottom: -7rem;
  width: 20rem;
  height: 20rem;
  border: 2rem solid rgb(255 255 255 / 30%);
  border-radius: 50%;
  content: "";
}

.cta-band > * {
  position: relative;
  z-index: 1;
}

.cta-band h2 {
  max-width: 13ch;
  margin-bottom: 0.8rem;
}

.footer {
  background: #101f34;
  color: white;
  padding-block: 4rem 2rem;
}

.footer-grid {
  grid-template-columns: 1.5fr 0.8fr 0.9fr;
}

.footer .brand-copy small,
.footer .muted,
.footer a {
  color: rgb(255 255 255 / 70%);
}

.footer h2 {
  margin-bottom: 1rem;
  font-size: 1rem;
  letter-spacing: 0;
}

.footer-links {
  display: grid;
  gap: 0.55rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-links a:hover {
  color: white;
}

.footer-meta {
  display: flex;
  margin-top: 3rem;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.8rem;
  border-top: 1px solid rgb(255 255 255 / 12%);
  padding-top: 1.5rem;
  color: rgb(255 255 255 / 58%);
  font-size: 0.78rem;
}

.mobile-cta {
  display: none;
}

@media (max-width: 58rem) {
  .nav-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 0.5rem);
    right: 1rem;
    left: 1rem;
    display: none;
    align-items: stretch;
    border: 1px solid var(--line);
    border-radius: 1.25rem;
    background: white;
    box-shadow: var(--shadow);
    padding: 0.8rem;
  }

  .site-nav[data-open="true"] {
    display: grid;
  }

  .site-nav a {
    padding: 0.75rem;
  }

  .site-nav a:not(.button)::after {
    display: none;
  }

  .site-nav .button {
    margin-top: 0.2rem;
  }

  .hero-grid,
  .page-hero .container {
    grid-template-columns: 1fr;
  }

  .hero-collage {
    min-height: 30rem;
  }

  .activity-grid,
  .trust-grid,
  .steps-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .activity-grid > :last-child,
  .trust-grid > :last-child,
  .steps-grid > :last-child {
    grid-column: 1 / -1;
  }

  .gallery-strip {
    min-height: 24rem;
  }

  .footer-grid {
    grid-template-columns: 1.2fr 0.8fr;
  }

  .footer-grid > :last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 42rem) {
  :root {
    --page: min(100% - 1.25rem, 72rem);
  }

  body {
    padding-bottom: 4.8rem;
  }

  .brand-copy small {
    display: none;
  }

  .hero {
    padding-top: 2.7rem;
  }

  h1 {
    font-size: clamp(2.7rem, 14vw, 4.4rem);
  }

  .hero-actions .button,
  .cta-actions .button {
    width: 100%;
  }

  .hero-collage {
    min-height: 24rem;
  }

  .hero-photo-main {
    width: 84%;
    height: 77%;
  }

  .hero-photo-small {
    width: 48%;
    height: 42%;
  }

  .hero-note {
    right: 0;
    bottom: 0.4rem;
    max-width: 10.5rem;
    font-size: 0.78rem;
  }

  .intro-grid,
  .split-grid,
  .contact-grid,
  .booking-grid,
  .activity-grid,
  .trust-grid,
  .steps-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .activity-grid > :last-child,
  .trust-grid > :last-child,
  .steps-grid > :last-child,
  .footer-grid > :last-child {
    grid-column: auto;
  }

  .activity-card img {
    height: 14rem;
  }

  .gallery-strip {
    grid-template-columns: 1fr 1fr;
    min-height: auto;
  }

  .gallery-strip figure {
    aspect-ratio: 4 / 5;
  }

  .gallery-strip figure:first-child {
    grid-column: 1 / -1;
    aspect-ratio: 16 / 10;
  }

  .gallery-strip figure:nth-child(2) {
    transform: none;
  }

  .booking-panel {
    position: static;
  }

  .mobile-cta {
    position: fixed;
    right: 0.65rem;
    bottom: 0.65rem;
    left: 0.65rem;
    z-index: 45;
    display: flex;
    min-height: 3.4rem;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--ink);
    border-radius: 999px;
    background: var(--coral);
    box-shadow: 0 5px 0 var(--ink), 0 12px 30px rgb(23 41 67 / 20%);
    color: var(--ink);
    font-weight: 850;
    text-decoration: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media print {
  .site-header,
  .mobile-cta,
  .hero-actions,
  .cta-band,
  .footer {
    display: none !important;
  }

  body {
    background: white;
    color: black;
  }

  a {
    color: black;
  }
}
