:root {
  --ink: #0f1a2a;
  --paper: #fbfaf6;
  --accent: #1f548a;
  --accent-warm: #d93b30;
  --night: #081423;
  --night-2: #0d1e33;
  --night-3: #132a45;
  --night-line: rgba(184, 211, 238, 0.18);
  --night-text: #f4f8fc;
  --night-muted: #b9c9d9;
  --night-accent: #8bc4ff;
  --container: 1280px;
  --reading: 780px;
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--night-text);
  background:
    radial-gradient(circle at 12% 0, rgba(31, 84, 138, 0.32) 0, rgba(31, 84, 138, 0) 32rem),
    linear-gradient(180deg, var(--night) 0, #0a1728 48%, #07111e 100%);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

a {
  color: var(--night-text);
  text-underline-offset: 0.2em;
  text-decoration-color: rgba(185, 201, 217, 0.48);
}

a:hover,
a:focus {
  color: var(--night-accent);
  text-decoration-color: var(--night-accent);
}

.skip-link {
  position: absolute;
  left: 0;
  top: -100px;
  z-index: 1000;
  background: var(--ink);
  color: var(--paper);
  padding: 0.75rem 1rem;
  border-radius: 0 0 var(--radius) 0;
  font-weight: 700;
}

.skip-link:focus {
  top: 0;
}

.container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: 1.5rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(15, 26, 42, 0.96);
  color: var(--paper);
  border-bottom: 1px solid rgba(232, 229, 221, 0.16);
  box-shadow: 0 10px 28px rgba(15, 26, 42, 0.14);
  backdrop-filter: saturate(160%) blur(10px);
}

.site-header__inner {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  align-items: center;
  padding-block: 0.8125rem;
}

.site-header__brand-group {
  display: flex;
  align-items: center;
  gap: clamp(0.75rem, 2vw, 1.25rem);
  min-width: 0;
}

.brand,
.site-header__brand {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  min-width: max-content;
  color: var(--paper);
  text-decoration: none;
  font-weight: 800;
  line-height: 1;
}

.brand::after,
.site-header__brand::after {
  content: "";
  position: absolute;
  left: 3.25rem;
  right: 0;
  bottom: -0.5rem;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent-warm), var(--accent));
  opacity: 0.82;
  transform: scaleX(0.72);
  transform-origin: left;
}

.brand:hover,
.site-header__brand:hover {
  color: var(--paper);
  text-decoration: none;
}

.brand__mark,
.site-header__brand-mark {
  display: grid;
  width: 2.5rem;
  height: 2.5rem;
  place-items: center;
  border-radius: 999px;
  background: linear-gradient(125deg, var(--accent-warm) 0, #8b456b 62%, var(--accent) 100%);
  color: var(--paper);
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.32), 0 6px 16px rgba(217,59,48,0.28);
}

.brand__text,
.site-header__brand-text {
  display: grid;
  gap: 0.05rem;
  line-height: 1;
  font-size: 1.1875rem;
}

.site-header__brand-name {
  color: var(--paper);
  font-weight: 800;
}

.brand__sub,
.site-header__brand-sub {
  color: rgba(251, 250, 246, 0.78);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.site-header__booking-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  max-width: 15rem;
  padding: 0.42rem 0.65rem;
  border: 1px solid rgba(251, 250, 246, 0.18);
  border-radius: 999px;
  background: linear-gradient(120deg, rgba(255,255,255,0.12), rgba(139,196,255,0.08) 48%, rgba(217,59,48,0.13)), rgba(8,20,35,0.42);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.12), 0 5px 14px rgba(0,0,0,0.14);
  color: var(--paper);
  font-size: 0.75rem;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.site-header__booking-badge span:last-child {
  color: rgba(251, 250, 246, 0.72);
  font-weight: 700;
}

.site-header__booking-dot {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--accent-warm);
  box-shadow: 0 0 0 0.24rem rgba(217,59,48,0.15), 0 0 14px rgba(217,59,48,0.65);
}

.site-nav,
.site-header__nav {
  display: flex;
  justify-content: flex-end;
  gap: 0.25rem;
  align-items: center;
  min-width: 0;
}

.site-nav a,
.site-header__nav a {
  color: var(--paper);
  text-decoration: none;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.6875rem 0.875rem;
  border: 1px solid rgba(251, 250, 246, 0.24);
  border-radius: 999px;
  background: linear-gradient(125deg, #18385d 0, #245b94 58%, #7a456d 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 3px 10px rgba(0,0,0,0.16);
  white-space: nowrap;
}

.site-nav a:hover,
.site-nav a:focus,
.site-header__nav a:hover,
.site-header__nav a:focus {
  color: var(--paper);
  border-color: rgba(251, 250, 246, 0.36);
  background: linear-gradient(125deg, #b6383d 0, #824c7d 44%, var(--accent) 100%);
  text-decoration: none;
}

.site-header__menu-button {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 2.5rem;
  padding: 0.55rem 0.75rem;
  border: 1px solid rgba(251, 250, 246, 0.28);
  border-radius: 999px;
  background: rgba(244, 248, 252, 0.08);
  color: var(--paper);
  font: inherit;
  font-size: 0.8125rem;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), 0 4px 14px rgba(0,0,0,0.14);
}

.site-header__menu-button:hover,
.site-header__menu-button:focus-visible {
  border-color: rgba(251, 250, 246, 0.48);
  background: rgba(244, 248, 252, 0.14);
}

.site-header__menu-bars {
  position: relative;
  display: inline-block;
  width: 1.05rem;
  height: 0.75rem;
  border-top: 2px solid currentColor;
}

.site-header__menu-bars::before,
.site-header__menu-bars::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  border-top: 2px solid currentColor;
}

.site-header__menu-bars::before {
  top: 0.25rem;
}

.site-header__menu-bars::after {
  top: 0.55rem;
}

.site-bundle-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.875rem;
  padding: 0.625rem 1.5rem;
  color: var(--paper);
  background: linear-gradient(125deg, #b43134 0, #824c7d 54%, #1d548a 100%);
  border-top: 1px solid rgba(251, 250, 246, 0.14);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.24), 0 8px 22px rgba(15,26,42,0.18);
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
}

.site-bundle-strip:hover {
  color: var(--paper);
  text-decoration: none;
}

.site-bundle-strip__label {
  font-size: 1.0625rem;
}

.site-bundle-strip__copy {
  color: rgba(251, 250, 246, 0.9);
}

.site-bundle-strip__cta {
  padding: 0.375rem 0.625rem;
  border: 1px solid rgba(251, 250, 246, 0.45);
  border-radius: 999px;
  background: rgba(15, 26, 42, 0.16);
  white-space: nowrap;
}

.policy-hero {
  position: relative;
  overflow: hidden;
  padding-block: clamp(4rem, 8vw, 7rem);
  border-bottom: 1px solid var(--night-line);
  background:
    linear-gradient(90deg, rgba(8, 20, 35, 0.94) 0, rgba(8, 20, 35, 0.74) 50%, rgba(8, 20, 35, 0.9) 100%),
    image-set(url("/assets/photos/flamingo-flophouse-26-sm.webp") type("image/webp"), url("/assets/photos/flamingo-flophouse-26.jpg") type("image/jpeg"));
  background-size: cover;
  background-position: center;
}

.eyebrow {
  margin: 0 0 0.75rem;
  color: var(--night-accent);
  font-size: 0.8125rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--night-text);
  line-height: 1.1;
  letter-spacing: 0;
}

h1 {
  max-width: 820px;
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  font-weight: 400;
}

.lede {
  max-width: var(--reading);
  margin: 1rem 0 0;
  color: var(--night-muted);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
}

.meta-note {
  display: inline-flex;
  margin-top: 1.25rem;
  padding: 0.55rem 0.75rem;
  border: 1px solid rgba(184, 211, 238, 0.28);
  border-radius: 999px;
  background: rgba(244, 248, 252, 0.08);
  color: var(--night-text);
  font-size: 0.9rem;
}

.policy-body {
  max-width: var(--reading);
  padding-block: clamp(2.5rem, 6vw, 4.5rem);
}

.policy-body section {
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--night-line);
}

.policy-body section:first-child {
  padding-top: 0;
}

.policy-body section:last-child {
  border-bottom: 0;
}

.policy-body h2 {
  margin-bottom: 0.75rem;
  font-size: clamp(1.45rem, 3vw, 2rem);
  font-weight: 700;
}

.policy-body h3 {
  margin-top: 1rem;
  margin-bottom: 0.4rem;
  font-size: 1.05rem;
}

.policy-body p,
.policy-body ul {
  margin: 0.65rem 0 0;
  color: var(--night-muted);
}

.policy-body li + li {
  margin-top: 0.35rem;
}

.policy-body ul {
  padding-left: 1.25rem;
}

.callout {
  margin-top: 1rem;
  padding: 1rem;
  border: 1px solid rgba(184, 211, 238, 0.24);
  border-left: 4px solid var(--accent-warm);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(19, 42, 69, 0.94), rgba(13, 30, 51, 0.98));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.05), 0 12px 28px rgba(0,0,0,0.18);
}

.callout p {
  margin-top: 0;
  color: var(--night-text);
}

.site-footer {
  padding-block: 4rem;
  margin-top: 3rem;
  background: var(--ink);
  color: #e8e5dd;
}

.site-footer__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2rem;
}

.site-footer h2,
.site-footer h3,
.site-footer h6 {
  margin: 0 0 0.6rem;
  color: #e8e5dd;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.site-footer p {
  margin: 0;
  color: #b8b3a8;
}

.site-footer a {
  color: #e8e5dd;
  text-decoration-color: transparent;
}

.site-footer a:hover {
  color: var(--paper);
  text-decoration-color: var(--paper);
}

.site-footer__legal {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(232, 229, 221, 0.15);
  color: #b8b3a8;
  font-size: 0.875rem;
}

@media (max-width: 920px) {
  .site-header__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.55rem;
    padding-block: 0.6rem;
  }

  .site-header__brand-group {
    flex-wrap: wrap;
    gap: 0.55rem 0.8rem;
  }

  .site-header__booking-badge {
    max-width: 100%;
    padding: 0.36rem 0.55rem;
    font-size: 0.6875rem;
  }

  .site-header__menu-button {
    display: inline-flex;
  }

  .site-nav,
  .site-header__nav {
    grid-column: 1 / -1;
    width: 100%;
    grid-template-columns: 1fr;
    gap: 0.4rem;
    padding-top: 0.35rem;
    display: none;
  }

  .site-header.is-menu-open .site-nav,
  .site-header.is-menu-open .site-header__nav {
    display: grid;
  }

  .site-nav a,
  .site-header__nav a {
    padding: 0.75rem 0.85rem;
    font-size: 0.875rem;
    text-align: left;
  }

  .site-bundle-strip {
    gap: 0.45rem;
    padding: 0.375rem 1rem;
    overflow-x: auto;
    font-size: 0.75rem;
  }

  .site-bundle-strip__copy {
    display: none;
  }

  .site-bundle-strip__label {
    font-size: 0.8125rem;
    white-space: nowrap;
  }

  .site-bundle-strip__cta {
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
  }
}

@media (max-width: 480px) {
  .container {
    padding-inline: 1rem;
  }

  .site-header__booking-badge {
    display: none;
  }

  .site-header__menu-text {
    display: none;
  }

  .site-nav a,
  .site-header__nav a {
    font-size: 0.78rem;
  }

  .policy-hero {
    padding-block: 3rem;
  }
}
