:root {
  --ink: #2c345e;
  --ink-soft: #58627f;
  --blue: #224f9e;
  --purple: #5b39ad;
  --purple-dark: #3d368f;
  --pink: #f56f98;
  --pink-deep: #e85382;
  --cream: #fff8e8;
  --cream-deep: #fff0cb;
  --leaf: #2c8d58;
  --border: rgba(202, 168, 106, .52);
  --shadow: 0 24px 64px rgba(35, 66, 82, .18);
  --shadow-soft: 0 14px 36px rgba(46, 66, 102, .13);
  --container: 1180px;
  --header-height: 76px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 10%, rgba(255, 221, 130, .34), transparent 18rem),
    radial-gradient(circle at 92% 2%, rgba(245, 109, 154, .18), transparent 22rem),
    linear-gradient(180deg, #eef9ff 0%, #fff9e8 48%, #f6ffe5 100%);
  font-family: ui-rounded, "Avenir Next", "Trebuchet MS", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
:focus-visible { outline: 4px solid rgba(245, 109, 154, .52); outline-offset: 4px; border-radius: 12px; }

.skip-link {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 3000;
  transform: translateY(-180%);
  padding: .8rem 1rem;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  text-decoration: none;
  font-weight: 900;
}
.skip-link:focus { transform: translateY(0); }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

.floating-header {
  position: fixed;
  top: 12px;
  left: 50%;
  z-index: 1800;
  transform: translate(-50%, -120%);
  width: min(1160px, calc(100% - 24px));
  min-height: var(--header-height);
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 12px 18px;
  border: 2px solid rgba(255,255,255,.76);
  border-radius: 999px;
  background: rgba(255, 250, 236, .90);
  box-shadow: 0 18px 44px rgba(38, 62, 91, .18);
  backdrop-filter: blur(15px);
  opacity: 0;
  pointer-events: none;
  transition: transform .25s ease, opacity .25s ease;
}
.floating-header.is-visible {
  transform: translate(-50%, 0);
  opacity: 1;
  pointer-events: auto;
}
.floating-brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--purple);
  text-decoration: none;
  font-weight: 1000;
  letter-spacing: -.025em;
  white-space: nowrap;
}
.floating-brand img { width: 42px; height: 42px; }
.site-nav {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: clamp(14px, 2.2vw, 32px);
  color: var(--blue);
  font-weight: 1000;
}
.site-nav a {
  text-decoration: none;
  white-space: nowrap;
  padding: .45rem .05rem;
  border-bottom: 3px solid transparent;
}
.site-nav a:hover,
.site-nav a.is-active { color: var(--purple-dark); border-bottom-color: var(--pink); }
.menu-toggle { display: none; }

.hero-poster {
  position: relative;
  width: min(1700px, 100%);
  margin: 0 auto;
  overflow: hidden;
  background: #c8ecff;
  box-shadow: 0 8px 28px rgba(30, 72, 96, .16);
  scroll-margin-top: 0;
}
.hero-art {
  width: 100%;
  height: auto;
  user-select: none;
}
.hero-hotspots {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.hotspot {
  position: absolute;
  display: block;
  border: 0;
  background: transparent;
  cursor: pointer;
  pointer-events: auto;
  padding: 0;
  text-decoration: none;
}
.hotspot:hover,
.hotspot:focus-visible {
  background: rgba(255,255,255,.10);
  box-shadow: 0 0 0 2px rgba(255,255,255,.30) inset;
}
.hs-home { left: 33.4%; top: 2.0%; width: 5.7%; height: 4.2%; }
.hs-mission { left: 40.5%; top: 2.0%; width: 8%; height: 4.2%; }
.hs-stay-nav { left: 51%; top: 2.0%; width: 7.0%; height: 4.2%; }
.hs-paradise-nav { left: 59.0%; top: 2.0%; width: 11.5%; height: 4.2%; }
.hs-involved-nav { left: 70.0%; top: 2.0%; width: 12.0%; height: 4.2%; }
.hs-contact-nav { left: 82.0%; top: 2.0%; width: 8.0%; height: 4.2%; }
.hs-airbnb { left: 15.6%; top: 88.0%; width: 29.7%; height: 5.4%; border-radius: 12px; }
.hs-donate { left: 53.4%; top: 88.0%; width: 28.5%; height: 5.4%; border-radius: 12px; }
.hs-airbnb:hover,
.hs-donate:hover,
.hs-airbnb:focus-visible,
.hs-donate:focus-visible {
  background: rgba(255,255,255,.13);
  box-shadow: 0 0 0 4px rgba(255,255,255,.42) inset, 0 12px 28px rgba(199, 55, 102, .18);
}

.section,
.site-footer {
  width: min(1700px, 100%);
  margin: 0 auto;
}
.section {
  background: linear-gradient(180deg, rgba(255,255,255,.94), rgba(255,248,227,.96));
  border-left: 1px solid rgba(55, 90, 122, .10);
  border-right: 1px solid rgba(55, 90, 122, .10);
  scroll-margin-top: calc(var(--header-height) + 36px);
}
.section-inner {
  width: min(var(--container), calc(100% - 42px));
  margin: 0 auto;
  padding: clamp(58px, 7vw, 94px) 0;
}
.two-column,
.contact-grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: clamp(30px, 5vw, 82px);
  align-items: center;
}
.stay-layout,
.involved-layout { grid-template-columns: 1fr 1fr; }
.kicker {
  margin: 0 0 .8rem;
  color: var(--pink-deep);
  font-size: .92rem;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-weight: 1000;
}
.section h2 {
  margin: 0;
  color: var(--purple-dark);
  font-family: "Trebuchet MS", ui-rounded, system-ui, sans-serif;
  font-size: clamp(2.05rem, 4vw, 3.8rem);
  line-height: 1.05;
  letter-spacing: -.04em;
}
.soft-copy,
.center-copy p,
.contact-section p,
.footer-inner p {
  color: var(--ink-soft);
  font-size: clamp(1.05rem, 1.26vw, 1.2rem);
  font-weight: 720;
}
.soft-copy p:last-child { margin-bottom: 0; }
.mission-section {
  background:
    radial-gradient(circle at 15% 18%, rgba(255, 227, 145, .28), transparent 19rem),
    linear-gradient(180deg, #fffef9, #fff5da);
}
.stay-section {
  background:
    radial-gradient(circle at 84% 16%, rgba(191, 223, 255, .36), transparent 18rem),
    linear-gradient(180deg, #fbfff9, #f2fff2 58%, #fff7db);
}
.paradise-section {
  background:
    radial-gradient(circle at 8% 20%, rgba(255, 222, 117, .36), transparent 21rem),
    radial-gradient(circle at 95% 10%, rgba(247, 128, 171, .18), transparent 18rem),
    linear-gradient(180deg, #f7fff3, #fff4d6);
}
.involved-section {
  background:
    radial-gradient(circle at 12% 24%, rgba(204, 232, 255, .34), transparent 20rem),
    linear-gradient(180deg, #fffdfa, #fff6df);
}
.image-card {
  padding: 12px;
  border: 2px solid var(--border);
  border-radius: 30px;
  background: rgba(255,255,255,.72);
  box-shadow: var(--shadow-soft);
}
.image-card img { width: 100%; border-radius: 20px; }
.heart-card { width: min(460px, 100%); justify-self: center; }
.center-copy { text-align: center; max-width: 860px; }
.center-copy h2 { margin-bottom: 1rem; }
.center-copy p { margin: 0 auto; max-width: 760px; }
.step-grid {
  padding-top: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.step-grid article,
.contact-card {
  background: rgba(255,255,255,.78);
  border: 2px solid var(--border);
  border-radius: 24px;
  box-shadow: var(--shadow-soft);
  padding: 28px;
}
.step-grid span { font-size: 2rem; }
.step-grid h3 {
  margin: .6rem 0 .4rem;
  color: var(--blue);
  font-size: 1.35rem;
}
.step-grid p { margin: 0; color: var(--ink-soft); font-weight: 720; }
.section-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  margin-top: 22px;
  padding: .95rem 1.45rem;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(180deg, #ff8fb1 0%, #ee698f 100%);
  color: #fff;
  box-shadow: 0 12px 20px rgba(198, 54, 98, .22), inset 0 2px 0 rgba(255,255,255,.22);
  cursor: pointer;
  font-size: 1.05rem;
  font-weight: 1000;
}
.section-button:hover { transform: translateY(-1px); }
.contact-section {
  background: linear-gradient(180deg, #fffdf6, #fff3d0);
}
.contact-card {
  display: grid;
  gap: 20px;
  font-style: normal;
}
.contact-card div {
  display: grid;
  gap: 4px;
  padding-bottom: 18px;
  border-bottom: 1px dashed rgba(76, 64, 111, .22);
}
.contact-card div:last-child { padding-bottom: 0; border-bottom: 0; }
.contact-card strong {
  color: var(--purple-dark);
  font-size: .92rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.contact-card span,
.contact-card a,
.reveal-email { font-size: 1.15rem; font-weight: 900; }
.reveal-email {
  justify-self: start;
  border: 0;
  background: transparent;
  color: var(--blue);
  padding: 0;
  cursor: pointer;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.email-output { color: var(--ink); }
.site-footer {
  background: linear-gradient(180deg, #fff1c6, #ffe7a8);
  border-left: 1px solid rgba(55, 90, 122, .10);
  border-right: 1px solid rgba(55, 90, 122, .10);
  border-bottom: 1px solid rgba(55, 90, 122, .10);
}
.footer-inner { padding: 22px 0 28px; text-align: center; }
.footer-inner p { margin: 0; font-weight: 800; color: #5d5f74; }

.back-to-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 1700;
  width: 54px;
  height: 54px;
  border: 2px solid rgba(255,255,255,.76);
  border-radius: 999px;
  background: linear-gradient(180deg, #ff8fb1, #ee698f);
  color: #fff;
  box-shadow: 0 16px 36px rgba(64, 77, 116, .24);
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: 1000;
  line-height: 1;
  opacity: 0;
  transform: translateY(16px);
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease;
}
.back-to-top.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.modal[hidden] { display: none; }
.modal {
  position: fixed;
  inset: 0;
  z-index: 2500;
  display: grid;
  place-items: center;
  padding: 24px;
}
.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(36, 48, 74, .44);
  backdrop-filter: blur(8px);
}
.modal-card {
  position: relative;
  width: min(470px, 100%);
  text-align: center;
  background: linear-gradient(180deg, #fffef5, #fff0cc);
  border: 3px solid rgba(202, 168, 106, .65);
  border-radius: 26px;
  padding: 36px 28px 30px;
  box-shadow: 0 40px 90px rgba(28, 41, 72, .34);
}
.modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  background: rgba(245, 109, 154, .12);
  color: var(--pink-deep);
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}
.modal-icon { margin: 0 0 .5rem; font-size: 2.6rem; }
.modal-card h2 { margin: 0 0 .7rem; color: var(--purple-dark); font-size: 2.2rem; }
.modal-card p { color: var(--ink-soft); font-weight: 800; }
.modal-contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: .75rem 1.2rem;
  border-radius: 999px;
  background: var(--pink);
  color: #fff;
  text-decoration: none;
  font-weight: 1000;
}

@media (max-width: 1120px) {
  .floating-header { grid-template-columns: auto auto; width: min(720px, calc(100% - 20px)); border-radius: 28px; }
  .menu-toggle {
    display: inline-grid;
    justify-self: end;
    gap: 6px;
    width: 48px;
    height: 48px;
    place-content: center;
    border: 0;
    border-radius: 999px;
    background: rgba(255,255,255,.72);
    box-shadow: var(--shadow-soft);
    cursor: pointer;
  }
  .menu-toggle span:not(.sr-only) { width: 24px; height: 3px; border-radius: 10px; background: var(--purple-dark); }
  .site-nav {
    grid-column: 1 / -1;
    justify-self: stretch;
    display: none;
    padding: 8px 4px 6px;
  }
  .site-nav.is-open { display: grid; gap: 4px; }
  .site-nav a { padding: .78rem 1rem; border-bottom: 0; border-radius: 16px; }
  .site-nav a.is-active { background: rgba(245, 111, 152, .12); }
}

@media (max-width: 900px) {
  .two-column,
  .contact-grid,
  .step-grid,
  .stay-layout,
  .involved-layout { grid-template-columns: 1fr; }
  .section-inner { width: min(var(--container), calc(100% - 32px)); }
}

@media (max-width: 640px) {
  .floating-header { top: 8px; width: calc(100% - 14px); padding: 10px 12px; }
  .floating-brand span { font-size: .95rem; }
  .floating-brand img { width: 38px; height: 38px; }
  .hero-poster { width: 100%; overflow-x: auto; }
  .hero-art { width: 1700px; max-width: none; }
  .hero-hotspots { width: 1700px; height: 1268px; }
  .section-inner { width: calc(100% - 28px); padding: 52px 0; }
  .section h2 { font-size: clamp(2rem, 10vw, 3rem); }
  .soft-copy,
  .center-copy p,
  .contact-section p { font-size: 1.02rem; }
  .back-to-top { right: 14px; bottom: 14px; width: 50px; height: 50px; }
}
