:root {
  --charcoal: #151619;
  --charcoal-mid: #1b1d21;
  --charcoal-soft: #2c2e32;
  --pink: #e87898;
  --pink-hot: #f06a96;
  --pink-deep: #c45d74;
  --blush: #e8c4c8;
  --blush-soft: #f3d6d8;
  --pearl: #fff7f8;
  --gold: #c4a574;
  --ink: #24181c;
  --ink-soft: #5c454c;
  --muted: #9a7f86;
  --line: rgba(232, 120, 152, 0.22);
  --glass: rgba(255, 247, 248, 0.9);
  --glass-border: rgba(255, 255, 255, 0.18);
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
  --radius: 20px;
  --font-display: "Playfair Display", Georgia, serif;
  --font-body: "Outfit", "Segoe UI", sans-serif;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--pearl);
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.55;
  background: var(--charcoal);
  position: relative;
}

.atmosphere {
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(ellipse 70% 45% at 50% -5%, rgba(240, 106, 150, 0.22), transparent 55%),
    radial-gradient(ellipse 50% 35% at 100% 30%, rgba(196, 165, 116, 0.08), transparent 45%),
    linear-gradient(180deg, #101115 0%, var(--charcoal) 45%, #1a1216 100%);
}

.atmosphere::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background:
    url("/assets/hero-silk.jpg") center top / min(1200px, 140%) no-repeat;
  filter: blur(28px) saturate(1.1);
  pointer-events: none;
}

.atmosphere::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(21, 22, 25, 0.35) 0%, rgba(21, 22, 25, 0.82) 40%, var(--charcoal) 75%);
  pointer-events: none;
}

.topnav {
  width: min(820px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 1.1rem 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  animation: rise 0.6s ease both;
}

.topnav.links-only {
  justify-content: flex-end;
  flex-wrap: wrap;
}

.topnav-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: #fff;
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.topnav-logo {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 0 1px rgba(240, 106, 150, 0.45);
}

.topnav-actions {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.topnav-link {
  color: #fff;
  text-decoration: none;
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 999px;
  padding: 0.55rem 1rem;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.topnav-link.subtle {
  border-color: rgba(255, 255, 255, 0.35);
  color: rgba(255, 247, 248, 0.85);
}

.topnav-link.is-soon {
  opacity: 0.55;
  cursor: default;
  pointer-events: none;
  text-decoration: none;
}

.topnav-link.is-soon .soon-note {
  display: block;
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.85;
  margin-top: 0.15rem;
}

.btn.book-soon {
  cursor: default;
  pointer-events: none;
  opacity: 0.72;
  filter: grayscale(0.15);
}

.btn.book-soon:hover,
.btn.book-soon:active {
  transform: none;
  filter: grayscale(0.15);
}

.topnav-link:hover {
  background: #fff;
  color: var(--charcoal);
}

.hub-main {
  width: min(440px, calc(100% - 2rem));
  margin: 0.25rem auto 3rem;
}

.hub-actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: 1.1rem;
  width: 100%;
  animation: rise 0.7s ease both;
}

.hub-actions .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border-radius: 18px;
  padding: 1.35rem 1.5rem;
  font-size: clamp(0.95rem, 3.6vw, 1.1rem);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.25;
  min-height: 4.25rem;
}

.hub-actions .hub-book {
  min-height: 5.75rem;
  padding: 1.7rem 1.6rem;
  font-size: clamp(1.15rem, 4.4vw, 1.45rem);
  font-weight: 600;
  letter-spacing: 0.1em;
  border-radius: 22px;
  box-shadow: 0 16px 36px rgba(240, 106, 150, 0.38);
}

.hub-actions .hub-book-soon {
  flex-direction: column;
  gap: 0.35rem;
  cursor: default;
  pointer-events: none;
  opacity: 0.72;
  filter: grayscale(0.15);
  box-shadow: 0 10px 22px rgba(240, 106, 150, 0.18);
}

.hub-actions .hub-book-soon:hover,
.hub-actions .hub-book-soon:active {
  transform: none;
  filter: grayscale(0.15);
}

.hub-book-label {
  display: block;
}

.hub-book-soon-note {
  display: block;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.9;
}

.hub-actions .hub-form {
  min-height: 3.85rem;
  padding: 1.1rem 1.35rem;
  font-size: clamp(0.88rem, 3.2vw, 1rem);
  letter-spacing: 0.07em;
  opacity: 0.96;
}

.field.tight-top {
  margin-top: 0.75rem;
}

.chips.stack {
  flex-direction: column;
  align-items: stretch;
}

.chips.stack label {
  border-radius: 14px;
  justify-content: flex-start;
}

.hero {
  width: min(820px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 2.4rem 0 1.6rem;
  text-align: center;
  position: relative;
  animation: rise 0.8s ease both;
}

.hero-glow {
  position: absolute;
  left: 50%;
  top: 1.2rem;
  width: min(420px, 90%);
  height: 260px;
  transform: translateX(-50%);
  background:
    radial-gradient(circle at center, rgba(240, 106, 150, 0.28), transparent 68%);
  filter: blur(8px);
  pointer-events: none;
  z-index: 0;
}

.hero-logo {
  position: relative;
  z-index: 1;
  width: 148px;
  height: 148px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 1.1rem;
  display: block;
  box-shadow:
    0 0 0 1px rgba(240, 106, 150, 0.55),
    0 18px 40px rgba(240, 106, 150, 0.22);
  animation: softPulse 5.5s ease-in-out infinite;
}

.brand {
  position: relative;
  z-index: 1;
  margin: 0;
  font-family: var(--font-body);
  font-size: clamp(1.55rem, 4.5vw, 2.15rem);
  font-weight: 300;
  letter-spacing: 0.28em;
  line-height: 1.15;
  color: #fff;
  text-transform: uppercase;
}

.tagline {
  position: relative;
  z-index: 1;
  margin: 0.7rem 0 1.35rem;
  font-size: 0.72rem;
  font-weight: 300;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold);
}

.hero h1 {
  position: relative;
  z-index: 1;
  margin: 0 0 0.7rem;
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 3.4vw, 1.95rem);
  font-weight: 500;
  color: var(--blush-soft);
}

.lede {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  max-width: 34rem;
  color: rgba(255, 247, 248, 0.72);
  font-size: 1.02rem;
  font-weight: 300;
}

main {
  width: min(820px, calc(100% - 2rem));
  margin: 0 auto 4rem;
}

.panel {
  background: var(--glass);
  color: var(--ink);
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 1.6rem 1.5rem 1.75rem;
  margin-bottom: 1.15rem;
  backdrop-filter: blur(16px);
  animation: rise 0.7s ease both;
}

.panel:nth-of-type(1) { animation-delay: 0.05s; }
.panel:nth-of-type(2) { animation-delay: 0.1s; }
.panel:nth-of-type(3) { animation-delay: 0.15s; }
.panel:nth-of-type(4) { animation-delay: 0.2s; }
.panel:nth-of-type(5) { animation-delay: 0.25s; }

.panel h2 {
  margin: 0 0 1.15rem;
  font-family: var(--font-body);
  font-size: 0.86rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--pink-deep);
  border-bottom: 1px solid rgba(232, 120, 152, 0.2);
  padding-bottom: 0.75rem;
}

.optional,
.hint {
  font-size: 0.72rem;
  font-weight: 400;
  color: var(--muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section-note,
.consent-copy {
  margin: -0.35rem 0 1rem;
  color: var(--ink-soft);
  font-weight: 400;
}

.field-help {
  margin: 0.55rem 0 0;
  font-size: 0.68rem;
  line-height: 1.4;
  color: var(--muted);
  font-weight: 400;
}

.field-help strong {
  color: var(--ink-soft);
  font-weight: 600;
}

.choice-group.fitzpatrick {
  gap: 0.45rem;
}

.choice-group.fitzpatrick .chips {
  margin: 0;
}

.grid {
  display: grid;
  gap: 1rem;
}

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

.grid.one {
  grid-template-columns: 1fr;
}

.span-2 {
  grid-column: span 2;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

/* Google Places suggestions must sit above panels/modals */
.pac-container {
  z-index: 10000 !important;
  border-radius: 12px;
  border: 1px solid rgba(196, 93, 116, 0.22);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
  font-family: inherit;
}

.address-places {
  width: 100%;
  min-width: 0;
}

.address-places-widget,
gmp-place-autocomplete {
  width: 100% !important;
  display: block;
  color-scheme: light;
}

/* Keep #address for form submit; Places widget is the only visible box. */
.address-field.places-on #address {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.field > span,
.sig-field > span,
fieldset legend {
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

input[type="number"][readonly],
input[type="date"][readonly] {
  background: rgba(255, 255, 255, 0.45);
  color: var(--ink-soft);
  cursor: default;
  pointer-events: none;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="number"],
select,
textarea {
  width: 100%;
  border: 1px solid rgba(196, 93, 116, 0.2);
  border-radius: 14px;
  background-color: rgba(255, 255, 255, 0.78);
  color: var(--ink);
  padding: 0.8rem 0.9rem;
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.35;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

select {
  -webkit-appearance: none;
  appearance: none;
  min-height: 2.95rem;
  padding-right: 2.4rem;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 6l4 4 4-4' stroke='%235c454c' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.85rem center;
  background-size: 1rem;
}

select:invalid {
  color: var(--muted);
}

select option {
  color: var(--ink);
  font-family: var(--font-body);
  font-weight: 400;
}

textarea {
  resize: vertical;
  min-height: 4.5rem;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: rgba(240, 106, 150, 0.65);
  box-shadow: 0 0 0 3px rgba(240, 106, 150, 0.15);
  background-color: #fff;
}

select:focus {
  color: var(--ink);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 6l4 4 4-4' stroke='%235c454c' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.85rem center;
  background-size: 1rem;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

.choice-row,
.choice-group {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.choice-row label,
.chips label,
.check-ack {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  cursor: pointer;
  color: var(--ink);
  font-weight: 400;
}

.choice-row {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem 1.25rem;
  padding-top: 0.35rem;
}

.choice-row legend {
  width: 100%;
  margin-bottom: 0.15rem;
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.chips label {
  border: 1px solid rgba(196, 93, 116, 0.22);
  border-radius: 999px;
  padding: 0.45rem 0.9rem;
  background: rgba(255, 255, 255, 0.55);
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease, color 0.2s ease;
}

.chips label:has(input:checked) {
  background: rgba(240, 106, 150, 0.14);
  border-color: rgba(240, 106, 150, 0.55);
  color: var(--pink-deep);
  transform: translateY(-1px);
}

.chips.tight label {
  min-width: 2.6rem;
  justify-content: center;
}

.chips input,
.check-ack input,
.choice-row input {
  accent-color: var(--pink-hot);
}

.consent-block {
  border-left: 2px solid rgba(240, 106, 150, 0.45);
  padding: 0.15rem 0 0.15rem 1rem;
  margin-bottom: 1.1rem;
  color: var(--ink-soft);
}

.consent-block p {
  margin: 0 0 0.75rem;
}

.consent-block p:last-child {
  margin-bottom: 0;
}

.check-ack {
  margin-bottom: 1.25rem;
  font-weight: 500;
}

.check-ack input {
  width: 1.05rem;
  height: 1.05rem;
  flex-shrink: 0;
  margin-top: 0.15rem;
}

.check-ack.sms-optin {
  align-items: flex-start;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--ink-soft);
}

.check-ack.sms-optin a {
  color: var(--pink-deep);
  text-decoration: underline;
  text-underline-offset: 0.12em;
}

.check-ack.sms-optin strong {
  color: var(--ink);
  font-weight: 600;
}

.sig-block,
.sig-grid {
  display: grid;
  gap: 1rem;
}

.sig-grid {
  grid-template-columns: 1fr;
}

.sig-field canvas {
  width: 100%;
  height: 160px;
  display: block;
  border: 1px dashed rgba(240, 106, 150, 0.4);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(255, 247, 248, 0.95));
  touch-action: none;
  cursor: crosshair;
}

.sig-actions {
  margin-top: 0.45rem;
}

.form-footer,
.success {
  text-align: center;
  padding: 0.5rem 0 1rem;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.7rem;
  margin: 0.85rem 0;
}

.btn {
  appearance: none;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0.85rem 1.4rem;
  font: inherit;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.78rem;
  cursor: pointer;
  max-width: 100%;
  box-sizing: border-box;
  text-align: center;
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, color 0.18s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn:active {
  transform: translateY(0);
}

.btn.primary {
  background: linear-gradient(180deg, var(--pink-hot), var(--pink-deep));
  color: #fff;
  box-shadow: 0 12px 28px rgba(240, 106, 150, 0.3);
}

.btn.primary:hover {
  filter: brightness(1.05);
}

.btn.ghost {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.45);
  color: #fff;
}

.panel .btn.ghost,
.sig-actions .btn.ghost {
  border-color: rgba(196, 93, 116, 0.35);
  color: var(--pink-deep);
}

.btn.ghost:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.panel .btn.ghost:hover,
.sig-actions .btn.ghost:hover {
  background: rgba(240, 106, 150, 0.08);
  border-color: var(--pink-hot);
}

.fine-print {
  margin: 0;
  font-size: 0.85rem;
  color: rgba(255, 247, 248, 0.55);
}

.form-error {
  color: #ffd5d5;
  background: rgba(139, 58, 58, 0.28);
  border: 1px solid rgba(255, 160, 160, 0.35);
  border-radius: 12px;
  padding: 0.75rem 1rem;
  margin: 0 auto 0.75rem;
  max-width: 34rem;
}

.success {
  background: var(--glass);
  color: var(--ink);
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 2rem 1.5rem;
  animation: rise 0.5s ease both;
}

.success h2 {
  margin: 0 0 0.5rem;
  font-family: var(--font-display);
  font-size: 2rem;
  color: var(--pink-deep);
}

.success .btn.ghost {
  border-color: rgba(196, 93, 116, 0.35);
  color: var(--pink-deep);
}

.fb-reviews {
  width: min(420px, calc(100% - 2rem));
  margin: 0.5rem auto 2.5rem;
  text-align: center;
  animation: rise 0.75s ease both;
}

.fb-reviews h2 {
  margin: 0 0 0.35rem;
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 4vw, 2rem);
  font-weight: 600;
  color: #fff7f8;
  letter-spacing: 0.04em;
}

.fb-reviews-lede {
  margin: 0 0 1.1rem;
  color: rgba(255, 247, 248, 0.72);
  font-size: 0.95rem;
  letter-spacing: 0.02em;
}

.fb-reco-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.45rem;
  width: 100%;
  box-sizing: border-box;
  padding: 1.6rem 1.35rem 1.45rem;
  border-radius: 22px;
  text-decoration: none;
  color: #fff7f8;
  background:
    radial-gradient(120% 90% at 50% 0%, rgba(240, 106, 150, 0.28), transparent 55%),
    rgba(255, 247, 248, 0.06);
  border: 1px solid rgba(255, 247, 248, 0.16);
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.fb-reco-panel:hover {
  transform: translateY(-2px);
  border-color: rgba(240, 106, 150, 0.55);
}

.fb-reco-stars {
  color: var(--gold);
  letter-spacing: 0.18em;
  font-size: 1.05rem;
  line-height: 1;
}

.fb-reco-title {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 600;
}

.fb-reco-copy {
  max-width: 28ch;
  color: rgba(255, 247, 248, 0.72);
  font-size: 0.92rem;
  line-height: 1.45;
}

.fb-reco-cta {
  margin-top: 0.55rem;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #fff;
}

.fb-reviews-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
  margin-top: 1.1rem;
}

.fb-reviews-actions .btn {
  text-decoration: none;
}

.fb-reviews-actions .fb-reviews-ghost {
  border-color: rgba(255, 255, 255, 0.45);
  color: #fff;
  background: transparent;
}

.fb-reviews-actions .fb-reviews-ghost:hover {
  background: #fff;
  color: var(--charcoal);
}

.fb-feed {
  width: 100%;
  text-align: left;
}

.fb-feed-status {
  margin: 0;
  text-align: center;
  color: rgba(255, 247, 248, 0.65);
  font-size: 0.9rem;
}

.fb-feed-list {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.fb-feed-item {
  display: block;
  padding: 1rem 1.05rem 1.05rem;
  border-radius: 16px;
  background: rgba(255, 247, 248, 0.06);
  border: 1px solid rgba(255, 247, 248, 0.12);
  color: #fff7f8;
  text-decoration: none;
}

a.fb-feed-item:hover {
  border-color: rgba(240, 106, 150, 0.45);
}

.fb-feed-pic {
  width: 100%;
  max-height: 180px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 0.7rem;
}

.fb-feed-meta {
  margin: 0 0 0.35rem;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 247, 248, 0.55);
}

.fb-feed-quote {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.05rem;
  line-height: 1.4;
  color: #fff7f8;
}

.fb-feed-by {
  margin: 0.45rem 0 0;
  font-size: 0.85rem;
  color: rgba(255, 247, 248, 0.7);
}

.hero-compact .hero-logo {
  width: 120px;
  height: 120px;
}

.hero-compact h1 {
  font-size: clamp(1.75rem, 4vw, 2.35rem);
}

.legal-main {
  width: min(820px, calc(100% - 2rem));
  margin: 0 auto 2.5rem;
}

.legal-doc {
  color: var(--ink);
}

.legal-doc p,
.legal-doc li {
  font-size: 0.98rem;
  line-height: 1.65;
  color: var(--ink-soft);
}

.legal-doc strong {
  color: var(--ink);
  font-weight: 600;
}

.legal-doc a {
  color: var(--pink-deep);
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.legal-doc a:hover {
  color: var(--pink-hot);
}

.legal-doc h2 {
  margin-top: 1.75rem;
  scroll-margin-top: 1.25rem;
}

.legal-doc ul {
  margin: 0.6rem 0 1rem;
  padding-left: 1.2rem;
}

.legal-doc li + li {
  margin-top: 0.4rem;
}

.site-footer {
  text-align: center;
  padding: 0 1rem 2.5rem;
  color: rgba(255, 247, 248, 0.55);
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.site-footer p {
  margin: 0 0 0.35rem;
}

.site-footer a {
  color: var(--blush-soft);
  text-decoration: none;
}

.site-footer a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-meta {
  letter-spacing: 0.08em;
  text-transform: none;
  font-size: 0.85rem;
  color: var(--gold);
}

.footer-meta a {
  color: var(--blush-soft);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes softPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.03); }
}

@media (max-width: 680px) {
  html,
  body {
    overflow-x: clip;
  }

  body {
    font-size: 16px;
  }

  .topnav {
    width: calc(100% - 1rem);
    max-width: 100%;
    padding-top: 0.75rem;
    gap: 0.45rem;
  }

  .topnav-link {
    min-height: 2.5rem;
    padding: 0.5rem 0.7rem;
    font-size: 0.64rem;
    letter-spacing: 0.1em;
  }

  .btn {
    letter-spacing: 0.06em;
    padding-left: 1rem;
    padding-right: 1rem;
    white-space: normal;
    word-break: break-word;
  }

  .btn.primary {
    box-shadow: 0 6px 14px rgba(240, 106, 150, 0.22);
  }

  main,
  .hero {
    width: calc(100% - 1rem);
    max-width: 100%;
  }

  .panel,
  .success {
    max-width: 100%;
    overflow: hidden;
  }

  .grid.two {
    grid-template-columns: 1fr;
  }

  .span-2 {
    grid-column: span 1;
  }

  .hero {
    padding: 1.2rem 0 1rem;
  }

  .hero-logo {
    width: 96px;
    height: 96px;
  }

  .brand {
    letter-spacing: 0.16em;
    font-size: clamp(1.25rem, 7vw, 1.7rem);
  }

  .tagline,
  .lede {
    font-size: 0.92rem;
  }

  h1 {
    font-size: clamp(1.35rem, 6.2vw, 1.75rem);
    line-height: 1.2;
  }

  .panel {
    padding: 1.1rem 0.95rem 1.25rem;
    border-radius: 18px;
  }

  .panel h2 {
    font-size: 0.95rem;
  }

  .field > span,
  .sig-field > span,
  fieldset legend {
    font-size: 0.68rem;
  }

  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="date"],
  input[type="number"],
  input[type="search"],
  input[type="time"],
  select,
  textarea {
    font-size: 16px; /* prevents iOS zoom on focus */
    min-height: 3rem;
    padding: 0.85rem 0.9rem;
  }

  .chips {
    gap: 0.45rem;
  }

  .chips label {
    min-height: 2.5rem;
    padding: 0.55rem 0.85rem;
  }

  .check-ack {
    gap: 0.7rem;
  }

  .check-ack input {
    width: 1.2rem;
    height: 1.2rem;
  }

  .actions {
    gap: 0.65rem;
  }

  .actions .btn,
  .form-footer .btn {
    width: 100%;
    min-height: 3.1rem;
    justify-content: center;
  }

  .sig-field canvas {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .form-footer {
    position: sticky;
    bottom: 0;
    z-index: 4;
    margin: 0 -0.15rem;
    padding: 0.75rem 0.15rem calc(0.75rem + env(safe-area-inset-bottom));
    background: linear-gradient(180deg, rgba(21,22,25,0), rgba(21,22,25,0.92) 28%, rgba(21,22,25,0.98));
  }

  .hub-main {
    width: min(100%, calc(100% - 1rem));
    margin-bottom: 2.25rem;
  }

  .hub-actions {
    gap: 0.95rem;
  }

  .hub-actions .btn {
    min-height: 4.6rem;
    padding: 1.25rem 1.15rem;
    letter-spacing: 0.06em;
    white-space: normal;
  }

  .hub-actions .hub-book {
    min-height: 5.9rem;
    padding: 1.55rem 1.2rem;
  }

  .hub-actions .hub-form {
    min-height: 4.1rem;
  }
}

@media print {
  .atmosphere,
  .topnav,
  .form-footer,
  .site-footer,
  .sig-actions,
  .btn,
  #success,
  .hero-glow {
    display: none !important;
  }

  body {
    background: #fff;
    color: #000;
  }

  main,
  .hero {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
  }

  .hero-logo {
    box-shadow: none;
    animation: none;
  }

  .brand,
  .tagline,
  .hero h1,
  .lede {
    color: #24181c !important;
  }

  .panel {
    break-inside: avoid;
    box-shadow: none;
    border: 1px solid #ccc;
    margin-bottom: 0.75rem;
    background: #fff;
  }

  .sig-field canvas {
    border: 1px solid #999;
  }
}
