/* VisitSPI upgraded static build — preserves the original playful coastal theme while adding a fuller visitor-guide structure. */

@font-face {
  font-display: swap;
  font-family: 'Amiko';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/amiko-v15-latin-regular.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Boldonse';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/boldonse-v1-latin-regular.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Changa One';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/changa-one-v22-latin-regular.woff2') format('woff2');
}

:root {
  --deep-teal: #006D77;
  --seafoam: #83C5BE;
  --aqua: #EDF6F9;
  --coral: #E29578;
  --sand: #FFDDD2;
  --slate: #102A31;
  --slate-soft: #41636B;
  --sun: #FFD166;
  --ocean: #004E89;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(16, 42, 49, .20);
  --soft-shadow: 0 10px 24px rgba(16, 42, 49, .14);
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --max: 1120px;
}

* { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  background: var(--aqua);
}
body {
  min-height: 100vh;
  margin: 0;
  color: var(--slate);
  font-family: 'Amiko', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  line-height: 1.65;
  background: transparent;
}
a { color: var(--ocean); }
a:hover { color: var(--coral); }
img { max-width: 100%; height: auto; display: block; }
p { margin: 0 0 1rem; }
ul, ol { margin: 0; padding-left: 1.3rem; }
strong { color: var(--deep-teal); }

.skip-link {
  position: absolute;
  top: -48px;
  left: 16px;
  z-index: 999;
  padding: .75rem 1rem;
  color: var(--slate);
  background: var(--sun);
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
}
.skip-link:focus { top: 16px; }

#backgroundtiles {
  position: fixed;
  inset: 0;
  z-index: -20;
  background-color: var(--seafoam);
  background-image: linear-gradient(rgba(237, 246, 249, .52), rgba(237, 246, 249, .52)), url('images/fixedTreeTile.png');
  background-repeat: repeat;
  background-size: 150px 125px;
  animation: crawlTiles 18s linear infinite alternate;
}
#backgroundtiles::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 10% 0%, rgba(255,209,102,.35), transparent 28%), radial-gradient(circle at 90% 15%, rgba(226,149,120,.24), transparent 30%), linear-gradient(180deg, rgba(237,246,249,.18), rgba(131,197,190,.38));
}
.decor {
  position: fixed;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#wave {
  bottom: -260px;
  left: -1600px;
  width: min(2100px, 145vw);
  height: 900px;
  z-index: -3;
  background-image: url('images/waveslideJETSKI3.png');
  animation: slideWave 7s ease-in-out 1 forwards;
  opacity: .72;
}
#wave2 {
  bottom: -310px;
  right: -1400px;
  width: min(2100px, 145vw);
  height: 900px;
  z-index: -4;
  background-image: url('images/wave.png');
  animation: slideWave2 8s ease-in-out 1 forwards;
  opacity: .5;
}
#girls {
  right: -120px;
  bottom: -190px;
  width: 520px;
  height: 390px;
  z-index: -5;
  background-image: url('images/sandygirls.png');
  animation: girlsUp 6s ease-in-out infinite alternate;
  opacity: .58;
}
#girlsLeft {
  left: -120px;
  bottom: -190px;
  width: 520px;
  height: 390px;
  z-index: -5;
  background-image: url('images/sandygirls.png');
  transform: scaleX(-1);
  animation: girlsUp 7s ease-in-out infinite alternate-reverse;
  opacity: .46;
}
#umbrella {
  top: 18%;
  right: -250px;
  width: 160px;
  height: 160px;
  z-index: -6;
  background-image: url('images/runawayumbrella.png');
  animation: umbrellaFly 14s linear infinite;
  opacity: .7;
}
#bottle {
  top: 48%;
  left: -160px;
  width: 86px;
  height: 180px;
  z-index: -7;
  background-image: url('images/bottle.png');
  animation: bottleFly 16s linear infinite;
  opacity: .42;
}
#plane {
  top: 8%;
  left: -230px;
  width: 210px;
  height: 210px;
  z-index: -6;
  background-image: url('images/airplane.webp');
  animation: planeFly 20s linear infinite;
  opacity: .55;
}
#bird {
  top: 8px;
  right: -170px;
  width: 115px;
  height: 115px;
  z-index: -6;
  background-image: url('images/bird.png');
  animation: birdFly 17s linear infinite;
  opacity: .7;
}
#ball {
  bottom: 18%;
  right: -140px;
  width: 92px;
  height: 92px;
  z-index: -6;
  background-image: url('images/beachball.png');
  animation: ballBounce 13s linear infinite;
  opacity: .7;
}

.page-shell {
  width: min(var(--max), calc(100% - 32px));
  margin: 24px auto 40px;
  background: rgba(237, 246, 249, .94);
  border: 3px solid var(--deep-teal);
  border-radius: 34px;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.site-header {
  padding: 22px clamp(16px, 3vw, 34px) 18px;
  background: linear-gradient(145deg, rgba(0,78,137,.96), rgba(0,109,119,.95));
  color: var(--aqua);
  border-bottom: 7px solid var(--sun);
}
.brand-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: end;
}
#logo,
.logo-link {
  display: inline-block;
  color: var(--sun);
  font-family: 'Boldonse', 'Changa One', Impact, sans-serif;
  font-size: clamp(2.55rem, 7vw, 5.8rem);
  line-height: .92;
  letter-spacing: -1px;
  font-style: italic;
  text-decoration: none;
  text-shadow: 0 5px 0 rgba(16, 42, 49, .35);
  animation: slideSPI 1.3s ease-out 1 forwards;
}
.header-kicker {
  max-width: 360px;
  color: rgba(237,246,249,.9);
  font-size: .95rem;
  text-align: right;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 22px 0 0;
  padding: 12px;
  list-style: none;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(237,246,249,.25);
  border-radius: 999px;
}
.nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 16px;
  color: var(--aqua);
  background: var(--coral);
  border: 2px solid rgba(255,255,255,.45);
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 4px 0 rgba(16,42,49,.28);
  transition: transform .18s ease, background-color .18s ease, color .18s ease;
}
.nav a:hover,
.nav a[aria-current='page'] {
  color: var(--slate);
  background: var(--sun);
  transform: translateY(-2px);
}

main { padding: clamp(18px, 4vw, 42px); }
.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(300px, .96fr);
  gap: clamp(20px, 4vw, 42px);
  align-items: center;
  padding: clamp(18px, 3vw, 30px);
  background: linear-gradient(135deg, rgba(255,221,210,.92), rgba(237,246,249,.95));
  border: 2px solid rgba(0,109,119,.2);
  border-radius: var(--radius-lg);
  box-shadow: var(--soft-shadow);
}
.eyebrow {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 12px;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--sun);
  color: var(--slate);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .78rem;
}
h1, h2, h3, h4 { margin: 0; line-height: 1.05; }
h1 {
  font-family: 'Changa One', 'Berkshire Swash', Georgia, serif;
  color: var(--deep-teal);
  font-size: clamp(2.6rem, 6vw, 5.1rem);
  letter-spacing: .01em;
  text-transform: uppercase;
  text-shadow: 0 3px 0 rgba(255,209,102,.9);
}
.hero p.lede {
  margin: 18px 0 0;
  color: var(--slate);
  font-size: clamp(1.02rem, 1.7vw, 1.25rem);
}
.hero-media {
  position: relative;
}
.photo-frame {
  border: 7px solid var(--white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  overflow: hidden;
  background: var(--white);
}
.photo-frame img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.photo-caption {
  margin: 0;
  padding: 10px 14px;
  color: var(--slate-soft);
  background: var(--white);
  font-size: .92rem;
}
.badge-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
.badge,
.pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 12px;
  color: var(--slate);
  background: var(--white);
  border: 2px solid var(--seafoam);
  border-radius: 999px;
  font-size: .9rem;
  font-weight: 900;
}
.cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  color: var(--aqua);
  background: var(--deep-teal);
  border: 2px solid var(--deep-teal);
  border-radius: 999px;
  box-shadow: 0 5px 0 rgba(16,42,49,.22);
  font-weight: 900;
  text-decoration: none;
}
.button:hover { color: var(--slate); background: var(--sun); border-color: var(--sun); }
.button.secondary { color: var(--deep-teal); background: var(--white); border-color: var(--seafoam); }
.button.coral { color: var(--white); background: var(--coral); border-color: var(--coral); }

.section { margin-top: clamp(28px, 5vw, 58px); }
.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: end;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 3px dotted var(--seafoam);
}
.section-heading h2 {
  color: var(--ocean);
  font-family: 'Berkshire Swash', Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.4rem);
}
.section-heading p {
  max-width: 470px;
  margin: 0;
  color: var(--slate-soft);
}
.grid { display: grid; gap: 18px; }
.grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid.four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.card {
  position: relative;
  padding: 22px;
  background: rgba(255,255,255,.9);
  border: 2px solid rgba(0,109,119,.18);
  border-radius: var(--radius-md);
  box-shadow: var(--soft-shadow);
  overflow: hidden;
}
.card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 8px;
  background: linear-gradient(90deg, var(--coral), var(--sun), var(--seafoam));
}
.card h3,
.feature h3 {
  color: var(--deep-teal);
  font-family: 'Changa One', Impact, sans-serif;
  font-size: clamp(1.55rem, 2.5vw, 2.25rem);
  letter-spacing: .01em;
}
.card p:last-child { margin-bottom: 0; }
.card ul { margin-top: .7rem; }
.feature {
  display: grid;
  grid-template-columns: minmax(260px, .7fr) minmax(0, 1fr);
  gap: clamp(18px, 4vw, 34px);
  align-items: center;
  padding: clamp(18px, 3vw, 26px);
  background: rgba(255,221,210,.82);
  border: 2px solid rgba(226,149,120,.28);
  border-radius: var(--radius-lg);
  box-shadow: var(--soft-shadow);
}
.feature img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 7px solid var(--white);
  border-radius: 24px;
  box-shadow: var(--soft-shadow);
}
.feature.reverse { grid-template-columns: minmax(0, 1fr) minmax(260px, .7fr); }
.feature.reverse img { order: 2; }

.checklist,
.timeline {
  display: grid;
  gap: 12px;
  margin-top: 14px;
  padding: 0;
  list-style: none;
}
.checklist li,
.timeline li {
  padding: 12px 14px;
  background: rgba(237,246,249,.86);
  border: 1px solid rgba(0,109,119,.18);
  border-radius: 14px;
}
.timeline li strong { display: block; margin-bottom: 2px; }
.callout {
  padding: clamp(20px, 4vw, 34px);
  color: var(--aqua);
  background: linear-gradient(135deg, var(--deep-teal), var(--ocean));
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}
.callout h2,
.callout h3 { color: var(--sun); text-shadow: none; }
.callout p { color: rgba(237,246,249,.92); }
.callout a:not(.button) { color: var(--sun); }
.note {
  padding: 16px 18px;
  background: var(--sand);
  border: 3px solid var(--seafoam);
  border-radius: 16px;
  color: var(--slate);
}

.gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.gallery figure {
  margin: 0;
  background: var(--white);
  border: 2px solid rgba(0,109,119,.2);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--soft-shadow);
}
.gallery img {
  width: 100%;
  aspect-ratio: 1 / .82;
  object-fit: cover;
}
.gallery figcaption {
  padding: 12px 14px 14px;
  color: var(--slate-soft);
  font-size: .94rem;
}

.form-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .6fr);
  gap: 24px;
  align-items: start;
}
form {
  padding: clamp(18px, 3vw, 26px);
  background: var(--white);
  border: 2px solid rgba(0,109,119,.18);
  border-radius: var(--radius-lg);
  box-shadow: var(--soft-shadow);
}
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.field { display: grid; gap: 6px; }
.field.full { grid-column: 1 / -1; }
label { color: var(--deep-teal); font-weight: 900; }
input, select, textarea {
  width: 100%;
  padding: 12px 13px;
  border: 2px solid rgba(0,109,119,.25);
  border-radius: 12px;
  background: rgba(237,246,249,.65);
  color: var(--slate);
  font: inherit;
}
textarea { min-height: 150px; resize: vertical; }
input:focus, select:focus, textarea:focus {
  outline: 4px solid rgba(255,209,102,.42);
  border-color: var(--deep-teal);
}
.bot-field { display: none; }

.info-table {
  width: 100%;
  overflow: hidden;
  border: 2px solid rgba(0,109,119,.18);
  border-radius: 18px;
  background: var(--white);
  box-shadow: var(--soft-shadow);
}
.info-row {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 16px;
  padding: 16px 18px;
  border-bottom: 1px solid rgba(0,109,119,.15);
}
.info-row:last-child { border-bottom: 0; }
.info-row strong { font-family: 'Changa One'; font-size: 1.3rem; }

.site-footer {
  display: grid;
  grid-template-columns: 1.2fr .8fr .8fr;
  gap: 22px;
  padding: clamp(24px, 4vw, 38px);
  color: rgba(237,246,249,.9);
  background: var(--slate);
  border-top: 7px solid var(--sun);
}
.site-footer h2,
.site-footer h3 {
  margin-bottom: 8px;
  color: var(--sun);
  font-family: 'Changa One', Impact, sans-serif;
  font-size: 1.65rem;
}
.site-footer p { margin-bottom: .65rem; }
.site-footer ul { list-style: none; padding: 0; display: grid; gap: 7px; }
.site-footer a { color: var(--aqua); text-decoration-thickness: 2px; }
.footer-small { font-size: .9rem; color: rgba(237,246,249,.74); }

@keyframes slideSPI {
  from { transform: translateY(-115%); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}
@keyframes crawlTiles {
  from { background-position: 0 0; }
  to { background-position: 150px 0; }
}
@keyframes slideWave {
  from { transform: translateX(2500px); }
  to { transform: translateX(-900px); }
}
@keyframes slideWave2 {
  from { transform: translateX(-1800px); }
  to { transform: translateX(600px); }
}
@keyframes girlsUp {
  from { transform: translateY(270px); }
  to { transform: translateY(-40px); }
}
@keyframes umbrellaFly {
  from { transform: translateX(0) rotate(0deg); }
  to { transform: translateX(-180vw) rotate(-35deg); }
}
@keyframes bottleFly {
  from { transform: translateX(0) rotate(0deg); }
  to { transform: translateX(160vw) rotate(720deg); }
}
@keyframes planeFly {
  from { transform: translateX(0) translateY(0); }
  to { transform: translateX(160vw) translateY(28vh); }
}
@keyframes birdFly {
  from { transform: translateX(0) rotate(0deg); }
  to { transform: translateX(-160vw) rotate(-20deg); }
}
@keyframes ballBounce {
  0% { transform: translateX(0) translateY(0) rotate(0deg); }
  50% { transform: translateX(-80vw) translateY(-120px) rotate(-360deg); }
  100% { transform: translateX(-160vw) translateY(0) rotate(-720deg); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; }
}
@media (max-width: 900px) {
  .brand-row,
  .hero,
  .feature,
  .feature.reverse,
  .form-panel,
  .site-footer { grid-template-columns: 1fr; }
  .header-kicker { text-align: left; max-width: none; }
  .feature.reverse img { order: initial; }
  .grid.three, .grid.four, .gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .section-heading { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .page-shell { width: min(100% - 18px, var(--max)); margin-top: 10px; border-radius: 24px; }
  .site-header { padding: 18px 14px; }
  #logo, .logo-link { font-size: clamp(2.1rem, 15vw, 3.5rem); }
  .nav { border-radius: 22px; gap: 8px; }
  .nav a { width: 100%; min-height: 44px; }
  .nav li { flex: 1 1 calc(50% - 8px); }
  main { padding: 14px; }
  .hero { padding: 16px; border-radius: 22px; }
  .grid.two, .grid.three, .grid.four, .gallery, .form-grid { grid-template-columns: 1fr; }
  .info-row { grid-template-columns: 1fr; gap: 2px; }
  #girls, #girlsLeft { width: 320px; opacity: .26; }
  #wave, #wave2 { opacity: .24; }
}
