:root {
  --navy: #073b4c;
  --navy-deep: #042b38;
  --turquoise: #17a8a4;
  --aqua: #a9e6df;
  --sand: #f5eddd;
  --sun: #ffcf67;
  --coral: #f06f55;
  --cream: #fffaf0;
  --white: #fff;
  --ink: #12323b;
  --muted: #587078;
  --max-width: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
svg { display: block; }
button, select { font: inherit; }
.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;
}
.skip-link {
  position: fixed;
  z-index: 100;
  top: 8px;
  left: 8px;
  padding: 10px 16px;
  background: var(--white);
  color: var(--navy);
  transform: translateY(-160%);
}
.skip-link:focus { transform: none; }

.site-header {
  height: 88px;
  padding: 0 clamp(20px, 5vw, 72px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 32px;
  background: rgba(255, 250, 240, .97);
  border-bottom: 1px solid rgba(7, 59, 76, .1);
  position: relative;
  z-index: 10;
}
.brand {
  display: inline-flex;
  width: max-content;
  align-items: center;
  gap: 11px;
  color: var(--navy);
  text-decoration: none;
  line-height: 1;
}
.brand-mark { width: 48px; height: 48px; }
.brand strong {
  display: block;
  font-family: "Shrikhand", Georgia, serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: .15px;
}
.brand small {
  display: block;
  margin-top: 6px;
  color: var(--coral);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .28em;
  text-transform: uppercase;
}
nav { display: flex; align-items: center; gap: 36px; }
nav a {
  color: var(--navy);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
nav a:hover { color: var(--coral); }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 14px; }
.language-control {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 6px 8px;
  border: 1px solid rgba(7, 59, 76, .16);
  border-radius: 999px;
}
.language-control svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.language-control select {
  appearance: none;
  padding: 0 12px 0 2px;
  color: var(--navy);
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='m1 1 4 4 4-4' fill='none' stroke='%23073b4c' stroke-width='1.5'/%3E%3C/svg%3E") no-repeat right center;
  border: 0;
  outline: 0;
  font-size: 12px;
  font-weight: 700;
}
.button {
  min-height: 50px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 0 20px; color: var(--white); background: var(--navy); font-size: 14px; }

.hero {
  min-height: calc(100svh - 88px);
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: var(--white);
  background: var(--navy);
}
.hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(2, 29, 40, .85) 0%, rgba(4, 47, 60, .58) 38%, rgba(4, 47, 60, .08) 72%), linear-gradient(0deg, rgba(3, 35, 44, .35), transparent 45%);
}
.hero-content {
  position: relative;
  width: min(700px, calc(100% - 40px));
  margin-left: max(20px, calc((100vw - var(--max-width)) / 2));
  padding: 80px 0 120px;
}
.eyebrow {
  margin: 0 0 18px;
  color: var(--sun);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.eyebrow.coral { color: var(--coral); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 {
  font-family: "Shrikhand", Georgia, serif;
  font-weight: 400;
  line-height: 1.06;
}
h1 { margin-bottom: 24px; font-size: clamp(54px, 6.5vw, 92px); letter-spacing: -.025em; }
h2 { margin-bottom: 22px; color: var(--navy); font-size: clamp(38px, 5vw, 65px); }
.hero-copy { max-width: 570px; margin-bottom: 32px; font-size: clamp(17px, 2vw, 21px); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.button-primary { color: var(--navy); background: var(--sun); box-shadow: 0 12px 28px rgba(0,0,0,.18); }
.button-primary:hover { background: #ffd983; }
.button-primary svg, .mobile-call svg { width: 20px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.text-link { font-weight: 700; text-underline-offset: 5px; }
.location-pill {
  position: absolute;
  right: max(20px, calc((100vw - var(--max-width)) / 2));
  bottom: 34px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 18px;
  color: var(--navy);
  background: rgba(255, 250, 240, .92);
  border-radius: 12px;
  backdrop-filter: blur(8px);
}
.location-pill svg { width: 24px; fill: none; stroke: var(--coral); stroke-width: 1.8; }
.location-pill strong, .location-pill small { display: block; }
.location-pill strong { font-size: 14px; }
.location-pill small { color: var(--muted); font-size: 11px; }

.section { padding: 110px max(20px, calc((100vw - var(--max-width)) / 2)); }
.intro { background: var(--cream); }
.section-heading { max-width: 650px; margin-bottom: 55px; }
.section-heading > p:last-child { max-width: 560px; color: var(--muted); font-size: 18px; }
.offer-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.offer-card {
  min-height: 365px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  transition: transform .25s ease, box-shadow .25s ease;
}
.offer-card:hover { transform: translateY(-6px); box-shadow: 0 18px 35px rgba(7,59,76,.12); }
.offer-card.chairs { background: #d7f2ee; }
.offer-card.umbrellas { background: #ffde94; }
.offer-card.gear { background: #f8b3a3; }
.offer-card.souvenirs { background: #a7dae4; }
.offer-icon { height: 175px; display: grid; place-items: center; }
.offer-icon svg { width: 112px; fill: none; stroke: var(--navy); stroke-linecap: round; stroke-linejoin: round; stroke-width: 2.7; }
.card-kicker { margin: auto 0 7px; color: var(--coral); font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.offer-card h3 { margin-bottom: 8px; color: var(--navy); font-size: 22px; line-height: 1.2; }
.offer-card > p:last-child { margin-bottom: 0; color: #3f646c; font-size: 14px; line-height: 1.5; }
.offer-price { margin-top: 12px; color: var(--navy); font-size: 14px; }
.unavailable-label { width: max-content; margin-top: 12px; padding: 4px 9px; color: #7b382c; background: rgba(255,255,255,.58); border-radius: 999px; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.offer-card.is-unavailable { filter: saturate(.72); }
.inventory-empty { grid-column: 1 / -1; padding: 45px; color: var(--muted); background: var(--white); border-radius: 18px; text-align: center; }
.availability-banner {
  margin-top: 22px;
  padding: 26px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: var(--navy);
  color: var(--white);
  border-radius: 18px;
}
.availability-banner > div { display: flex; align-items: center; gap: 18px; }
.availability-banner p { margin: 0; }
.availability-banner p span { color: #bed1d5; }
.sun-icon { color: var(--sun); font-size: 34px; }
.availability-banner > a { color: var(--sun); font-size: 19px; font-weight: 700; text-decoration: none; white-space: nowrap; }

.about {
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--turquoise);
}
.about-art {
  min-height: 600px;
  margin-left: max(-20px, calc((var(--max-width) - 100vw) / 2));
  position: relative;
  overflow: hidden;
  background: #f7d885;
}
.about-art .sun { position: absolute; width: 230px; height: 230px; top: 80px; left: 50%; border-radius: 50%; background: var(--coral); transform: translateX(-50%); }
.wave { position: absolute; left: -10%; width: 120%; height: 150px; border-radius: 50% 50% 0 0; }
.wave-one { bottom: 190px; background: #72d2cf; transform: rotate(3deg); }
.wave-two { bottom: 95px; background: #168fa2; transform: rotate(-2deg); }
.wave-three { bottom: -10px; background: var(--navy); transform: rotate(2deg); }
.about-stamp {
  position: absolute;
  z-index: 2;
  top: 120px;
  left: 50%;
  color: var(--cream);
  font-family: "Shrikhand", Georgia, serif;
  font-size: 60px;
  line-height: .8;
  text-align: center;
  transform: translateX(-50%) rotate(-5deg);
  text-shadow: 3px 4px 0 rgba(7,59,76,.25);
}
.about-stamp small { font-family: "DM Sans", sans-serif; font-size: 13px; letter-spacing: .2em; }
.about-copy { align-self: center; max-width: 530px; padding: 80px 0 80px 80px; color: var(--navy); }
.about-copy .eyebrow { color: var(--navy); opacity: .72; }
.about-copy h2 { color: var(--white); }
.about-copy p:not(.eyebrow) { font-size: 17px; }
.button-light { margin-top: 14px; color: var(--navy); background: var(--white); }

.partner {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  align-items: center;
  gap: 80px;
  background: #fffaf0;
}
.partner-mark {
  aspect-ratio: 1;
  max-width: 360px;
  justify-self: center;
  display: grid;
  place-content: center;
  color: var(--sun);
  background: var(--navy);
  border-radius: 50%;
  text-align: center;
  box-shadow: 18px 18px 0 var(--aqua);
}
.partner-mark span { font-size: 17px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.partner-mark strong { color: var(--white); font: 400 clamp(62px, 8vw, 108px)/.9 "Shrikhand", Georgia, serif; }
.partner-copy { max-width: 610px; }
.partner-copy > p:not(.eyebrow) { max-width: 570px; color: var(--muted); font-size: 18px; }
.button-partner { margin-top: 14px; color: var(--white); background: var(--coral); }
.button-partner:hover { background: #dc5e47; }

.privacy { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; background: var(--sand); }
.privacy-page { min-height: calc(100vh - 88px); background: var(--sand); }
.privacy-page .privacy { min-height: calc(100vh - 88px); align-items: start; }
.privacy-page .privacy-heading h1 { margin-bottom: 18px; color: var(--navy); font-family: "Shrikhand", Georgia, serif; font-size: clamp(45px,6vw,72px); font-weight: 400; line-height: 1.05; }
.privacy-back { display: inline-block; margin-top: 16px; color: var(--coral); font-weight: 700; text-underline-offset: 4px; }
.privacy-heading { position: sticky; top: 40px; align-self: start; }
.privacy-heading h2 { font-size: clamp(38px, 5vw, 57px); }
.updated { color: var(--muted); font-size: 13px; }
.privacy-content > p { margin-bottom: 28px; color: var(--muted); font-size: 17px; }
details { border-top: 1px solid rgba(7,59,76,.2); }
details:last-child { border-bottom: 1px solid rgba(7,59,76,.2); }
summary { padding: 20px 32px 20px 0; position: relative; cursor: pointer; color: var(--navy); font-size: 17px; font-weight: 700; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 4px; font-size: 25px; font-weight: 400; line-height: 1; }
details[open] summary::after { content: "–"; }
details p { padding: 0 36px 22px 0; color: var(--muted); }

footer {
  padding: 70px max(20px, calc((100vw - var(--max-width)) / 2)) 28px;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 70px;
  color: var(--white);
  background: var(--navy-deep);
}
.footer-brand { color: var(--white); }
.footer-location strong, .footer-location span, .footer-phone span, .footer-phone strong { display: block; }
.footer-location span, .footer-phone span { color: #9eb7bd; font-size: 12px; }
.footer-phone { text-decoration: none; }
.footer-phone strong { color: var(--sun); font-size: 21px; }
.footer-bottom {
  grid-column: 1 / -1;
  padding-top: 25px;
  display: flex;
  justify-content: space-between;
  color: #829fa6;
  border-top: 1px solid rgba(255,255,255,.12);
  font-size: 12px;
}
.mobile-call { display: none; }

.contact-dialog {
  width: min(760px, calc(100% - 28px));
  max-height: 92vh;
  padding: 0;
  color: var(--ink);
  background: var(--cream);
  border: 0;
  border-radius: 20px;
  box-shadow: 0 26px 90px rgba(2,29,40,.35);
}
.contact-dialog::backdrop { background: rgba(2,29,40,.72); backdrop-filter: blur(4px); }
.contact-shell { padding: clamp(24px,5vw,42px); }
.contact-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 25px; }
.contact-top h2 { margin-bottom: 12px; font-size: clamp(35px,5vw,53px); }
.contact-top > div > p:last-child { color: var(--muted); }
.dialog-close { width: 42px; height: 42px; flex: 0 0 auto; color: var(--navy); background: var(--sand); border: 0; border-radius: 50%; font-size: 27px; line-height: 1; cursor: pointer; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-grid label { display: grid; gap: 7px; color: var(--navy); font-size: 13px; font-weight: 700; }
.contact-grid input,.contact-grid select,.contact-grid textarea { width: 100%; padding: 12px 13px; color: var(--ink); background: var(--white); border: 1px solid #c9d3d1; border-radius: 8px; font: inherit; outline: 0; }
.contact-grid input:focus,.contact-grid select:focus,.contact-grid textarea:focus { border-color: var(--turquoise); box-shadow: 0 0 0 3px rgba(23,168,164,.14); }
.contact-grid textarea { min-height: 120px; resize: vertical; }
.contact-grid .wide { grid-column: 1 / -1; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.contact-status { min-height: 22px; margin: 13px 0 0; color: #a2382e; font-size: 13px; }
.contact-actions { display: flex; justify-content: flex-end; gap: 10px; }
.button-ghost { color: var(--navy); background: var(--white); border: 1px solid #c9d3d1; }
.contact-success { padding: 35px 10px 10px; text-align: center; }
.contact-success > span { width: 66px; height: 66px; margin: 0 auto 18px; display: grid; place-items: center; color: var(--white); background: var(--turquoise); border-radius: 50%; font-size: 34px; }
.contact-success h2 { margin-bottom: 8px; }
.contact-success p { color: var(--muted); }
.contact-success .button { margin-top: 10px; }

.call-dialog {
  width: min(610px, calc(100% - 28px));
  max-height: none;
  overflow: hidden;
}
.call-shell {
  min-height: 350px;
  padding: 0;
  position: relative;
  display: grid;
  grid-template-columns: 205px 1fr;
}
.call-shell > .dialog-close { position: absolute; z-index: 5; top: 16px; right: 16px; }
.call-art { min-height: 350px; position: relative; overflow: hidden; background: #f8db8e; }
.call-sun { width: 180px; height: 180px; position: absolute; top: 32px; left: 50%; background: var(--sun); border-radius: 50%; transform: translateX(-50%); }
.call-wave { width: 135%; height: 105px; position: absolute; left: -18%; border-radius: 50% 50% 0 0; }
.call-wave-one { bottom: 108px; background: #72d2cf; transform: rotate(5deg); }
.call-wave-two { bottom: 48px; background: #168fa2; transform: rotate(-3deg); }
.call-wave-three { bottom: -28px; background: var(--navy); transform: rotate(3deg); }
.call-brand-mark { width: 76px; height: 76px; position: absolute; z-index: 3; top: 87px; left: 50%; padding: 5px; background: var(--cream); border-radius: 50%; transform: translateX(-50%); box-shadow: 0 10px 24px rgba(7,59,76,.18); }
.call-brand-mark svg { width: 100%; }
.call-copy { align-self: center; padding: 48px 38px 38px; }
.call-copy h2 { margin-bottom: 13px; font-size: 36px; }
.call-copy > p:not(.eyebrow) { margin-bottom: 18px; color: var(--muted); font-size: 15px; }
.call-number { display: block; margin-bottom: 17px; color: var(--navy); font-size: 27px; font-weight: 800; text-decoration: none; }
.call-cta { width: 100%; }
.call-cta svg { width: 20px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.call-copy > small { margin-top: 11px; display: block; color: var(--muted); font-size: 11px; text-align: center; }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; height: 78px; }
  nav { display: none; }
  .header-actions { gap: 8px; }
  .button-small { display: none; }
  .brand-mark { width: 42px; height: 42px; }
  .brand strong { font-size: 18px; }
  .hero { min-height: calc(100svh - 78px); }
  .hero-content { padding-top: 60px; }
  .offer-grid { grid-template-columns: repeat(2, 1fr); }
  .about { grid-template-columns: 1fr; padding: 0; }
  .about-art { min-height: 420px; margin: 0; }
  .about-copy { max-width: none; padding: 70px max(20px, calc((100vw - var(--max-width)) / 2)); }
  .privacy { grid-template-columns: 1fr; gap: 30px; }
  .partner { grid-template-columns: 1fr; gap: 55px; }
  .partner-mark { width: min(330px, 80vw); }
  .privacy-heading { position: static; }
}

@media (max-width: 600px) {
  body { padding-bottom: 72px; }
  .site-header { padding: 0 16px; }
  .brand strong { font-size: 16px; }
  .brand small { font-size: 8px; }
  .hero { min-height: 700px; align-items: flex-start; }
  .hero > img { object-position: 62% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(2,29,40,.88), rgba(3,39,51,.45)), linear-gradient(0deg, rgba(3,35,44,.55), transparent); }
  .hero-content { padding: 90px 0 130px; }
  h1 { font-size: clamp(44px, 12vw, 54px); }
  .hero-copy { max-width: 320px; font-size: 17px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .location-pill { left: 20px; right: auto; bottom: 24px; }
  .section { padding-top: 78px; padding-bottom: 78px; }
  .section-heading { margin-bottom: 35px; }
  .offer-grid { grid-template-columns: 1fr; }
  .offer-card { min-height: 285px; }
  .offer-icon { height: 115px; }
  .availability-banner { align-items: flex-start; flex-direction: column; padding: 24px; }
  .about-art { min-height: 340px; }
  .about-art .sun { width: 180px; height: 180px; top: 46px; }
  .about-stamp { top: 82px; font-size: 49px; }
  .wave { height: 100px; }
  .wave-one { bottom: 125px; }
  .wave-two { bottom: 60px; }
  .privacy { gap: 10px; }
  .partner { text-align: center; }
  .partner-copy > p:not(.eyebrow) { margin-left: auto; margin-right: auto; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-grid .wide { grid-column: auto; }
  .contact-actions { flex-direction: column-reverse; }
  .contact-actions .button { width: 100%; }
  .call-dialog { width: min(390px, calc(100% - 24px)); }
  .call-shell { grid-template-columns: 1fr; }
  .call-art { min-height: 140px; }
  .call-sun { width: 120px; height: 120px; top: 9px; }
  .call-wave { height: 55px; }
  .call-wave-one { bottom: 42px; }
  .call-wave-two { bottom: 14px; }
  .call-wave-three { bottom: -22px; }
  .call-brand-mark { width: 58px; height: 58px; top: 39px; }
  .call-copy { padding: 28px 24px 25px; text-align: center; }
  .call-copy h2 { font-size: 31px; }
  footer { grid-template-columns: 1fr; gap: 28px; padding-top: 55px; }
  .footer-bottom { flex-direction: column; gap: 4px; }
  .mobile-call {
    position: fixed;
    z-index: 20;
    left: 12px;
    right: 12px;
    bottom: 10px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: var(--navy);
    background: var(--sun);
    border-radius: 999px;
    box-shadow: 0 8px 26px rgba(0,0,0,.22);
    font-weight: 800;
    text-decoration: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
