:root {
  /* Mid blues between logo navy and pale sky (see brand art) */
  --bg: #6e9bc9;
  --bg-soft: #5d89b8;
  --panel: rgba(255, 255, 255, 0.78);
  --panel-strong: rgba(240, 249, 255, 0.94);
  --text: #061018;
  --muted: #133141;
  --line: rgba(70, 130, 190, 0.22);
  --lime: #8bc419;
  --emerald: #12a86a;
  --teal: #129eb0;
  --accent: #14532d;
  --shadow: 0 24px 60px rgba(40, 100, 150, 0.14);
  --radius-xl: 28px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --radius-sm: 12px;
  --max-width: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--text);
  font-family: "Avenir Next", "Trebuchet MS", "Segoe UI", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

.contact-tel {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.32em;
  padding: 0.58em 1.18em;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(228, 243, 255, 0.88));
  border: 1.5px solid rgba(50, 120, 185, 0.42);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.65),
    0 10px 28px rgba(40, 100, 150, 0.16),
    0 3px 10px rgba(20, 83, 45, 0.07);
  text-decoration: none;
  color: var(--text);
  font-weight: 700;
  font-size: 1.06rem;
  line-height: 1.25;
  vertical-align: middle;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
  font-variant-numeric: tabular-nums;
}

.contact-tel-label {
  font-size: 0.76em;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

.contact-tel-sep {
  opacity: 0.45;
  font-weight: 500;
}

.contact-tel-digits {
  font-weight: 900;
  font-size: 1.08em;
  color: var(--accent);
  letter-spacing: 0.02em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
}

.contact-tel:hover {
  transform: translateY(-2px);
  border-color: rgba(20, 83, 45, 0.45);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.75),
    0 14px 36px rgba(40, 100, 150, 0.22),
    0 5px 14px rgba(20, 83, 45, 0.12);
  background: linear-gradient(180deg, #fff, rgba(206, 235, 252, 0.95));
}

.contact-tel:focus-visible {
  outline: 2px solid rgba(20, 83, 45, 0.45);
  outline-offset: 3px;
}

/* Inline / prose: larger tap target read, still not a full pill */
.contact-tel.contact-tel--text {
  display: inline;
  padding: 0.06em 0.08em;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.55), rgba(220, 240, 255, 0.35));
  border: none;
  box-shadow: none;
  border-radius: 0.25em;
  font-weight: 800;
  font-size: clamp(1.07rem, 2.5vw, 1.22rem);
  line-height: 1.35;
  border-bottom: 3px solid rgba(20, 83, 45, 0.32);
}

.contact-tel.contact-tel--text:hover {
  transform: none;
  border-bottom-color: var(--accent);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: none;
}

.contact-tel.contact-tel--text .contact-tel-label {
  font-size: 0.9em;
  letter-spacing: 0.12em;
  font-weight: 800;
  color: var(--muted);
}

.contact-tel.contact-tel--text .contact-tel-sep {
  margin: 0 0.06em;
}

.contact-tel.contact-tel--text .contact-tel-digits {
  font-size: 1.12em;
}

/* Action phone pill: green gradient, one line, no split backgrounds */
.contact-tel.contact-tel--warm {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  white-space: nowrap;
  gap: 0.3em;
  margin: 0 0.08em;
  min-height: 52px;
  padding: 0.52em 1.08em;
  vertical-align: middle;
  max-width: 100%;
  font-size: clamp(0.98rem, 2vw, 1.08rem);
  font-weight: 800;
  color: #04100e;
  line-height: 1;
  border-radius: 999px;
  border: 1.5px solid rgba(20, 83, 45, 0.34);
  background: linear-gradient(135deg, #a8df33 0%, #45c552 48%, #12a86a 100%);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.5),
    0 12px 28px rgba(24, 201, 123, 0.24),
    0 2px 8px rgba(20, 83, 45, 0.1);
}

.contact-tel.contact-tel--warm .contact-tel-label {
  display: inline-flex;
  align-items: center;
  font-size: 0.7em;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1;
  text-transform: uppercase;
  color: #04100e;
}

.contact-tel.contact-tel--warm .contact-tel-sep {
  display: inline-flex;
  align-items: center;
  opacity: 0.62;
  color: #04100e;
  line-height: 1;
}

.contact-tel.contact-tel--warm .contact-tel-digits {
  display: inline-flex;
  align-items: center;
  font-size: 1.04em;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1;
  color: #04100e;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.28);
}

.contact-tel.contact-tel--warm:hover {
  transform: translateY(-1px);
  border-color: rgba(20, 83, 45, 0.48);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.58),
    0 16px 34px rgba(24, 201, 123, 0.3),
    0 4px 12px rgba(20, 83, 45, 0.14);
  background: linear-gradient(135deg, #b6ea42 0%, #50d05b 46%, #13b371 100%);
}

.contact-tel.contact-tel--warm:focus-visible {
  outline: 2px solid rgba(20, 83, 45, 0.55);
  outline-offset: 3px;
}

.contact-tel.contact-tel--large {
  font-size: clamp(1.08rem, 2.4vw, 1.26rem);
  padding: 0.62em 1.2em;
}

.site-nav a.contact-tel {
  padding: 10px 16px;
  font-size: 0.95rem;
  gap: 0.26em;
}

.site-nav a.contact-tel--warm {
  padding: 9px 15px;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.5),
    0 8px 20px rgba(24, 201, 123, 0.18),
    0 2px 8px rgba(20, 83, 45, 0.1);
}

.site-nav a.contact-tel .contact-tel-label {
  letter-spacing: 0.12em;
}

@media (max-width: 1080px) {
  .site-nav a.contact-tel {
    font-size: 0.88rem;
    padding: 9px 14px;
  }

  .site-nav a.contact-tel--warm {
    padding: 8px 12px;
  }
}

.site-nav a.contact-tel:hover,
.site-nav a.contact-tel:focus-visible {
  color: var(--text);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(210, 234, 250, 0.92));
}

.site-nav a.contact-tel--warm:hover,
.site-nav a.contact-tel--warm:focus-visible {
  color: #04100e;
  background: linear-gradient(135deg, #b6ea42 0%, #50d05b 46%, #13b371 100%);
}

img {
  display: block;
  max-width: 100%;
}

.page-shell {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 32px), var(--max-width));
  margin: 0 auto;
  padding-bottom: 48px;
}

.site-header {
  position: relative;
  top: auto;
  z-index: 40;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  margin-top: 14px;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(16px);
  box-shadow: 0 14px 38px rgba(50, 110, 160, 0.12);
  animation: headerDrop 820ms ease 1 both;
}

body.has-scrolled .site-header {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 42px rgba(50, 110, 160, 0.16);
  border-color: rgba(70, 130, 190, 0.28);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-logo-image {
  width: clamp(145px, 16vw, 210px);
  height: auto;
  object-fit: contain;
  padding: 6px 8px;
  border-radius: 16px;
  border: 1px solid rgba(70, 130, 190, 0.2);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(232, 245, 255, 0.88));
  box-shadow: 0 12px 30px rgba(40, 100, 150, 0.12);
}

.brand-lockup {
  display: grid;
  gap: 5px;
  max-width: 220px;
}

.brand-badge {
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.brand-caption {
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.35;
  font-weight: 600;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px;
  grid-column: 1 / -1;
  grid-row: 2;
  justify-self: stretch;
  min-width: 0;
  max-width: 100%;
  padding: 6px;
  border: 1px solid rgba(70, 130, 190, 0.22);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.55);
  color: var(--muted);
  font-weight: 500;
  overflow: visible;
}

.site-nav a {
  padding: 10px 14px;
  border-radius: 999px;
  white-space: nowrap;
  transition:
    color 180ms ease,
    background-color 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--text);
  background: rgba(180, 220, 245, 0.65);
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  min-width: 0;
  grid-column: 2;
  grid-row: 1;
}

.header-chat-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 20px;
  border: 1.5px solid rgba(20, 83, 45, 0.34);
  border-radius: 999px;
  background: linear-gradient(135deg, #a8df33 0%, #45c552 48%, #12a86a 100%);
  color: #04100e;
  font-weight: 800;
  white-space: nowrap;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.5),
    0 12px 28px rgba(24, 201, 123, 0.22);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease;
}

.header-chat-trigger:hover,
.header-chat-trigger:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(20, 83, 45, 0.48);
  background: linear-gradient(135deg, #b6ea42 0%, #50d05b 46%, #13b371 100%);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.58),
    0 16px 34px rgba(24, 201, 123, 0.28);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease;
}

.header-cta,
.button-primary {
  color: #04100e;
  background: linear-gradient(135deg, var(--lime), var(--emerald));
  box-shadow: 0 12px 28px rgba(24, 201, 123, 0.28);
}

.header-cta {
  min-height: 52px;
  padding-inline: 20px;
  white-space: nowrap;
}

.header-cta:hover,
.button:hover,
.header-cta:focus-visible,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-secondary {
  border-color: rgba(70, 130, 190, 0.35);
  background: rgba(255, 255, 255, 0.65);
  color: var(--text);
}

.section {
  padding: 88px 0;
  scroll-margin-top: 120px;
}

.hero {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 38px;
  padding-top: 74px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--accent);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.hero .eyebrow {
  margin-bottom: 18px;
  display: inline-block;
  padding: 0;
  font-size: clamp(1.42rem, 2.65vw, 1.9rem);
  line-height: 1.25;
  letter-spacing: 0.1em;
  color: #02070c;
  background: none;
  text-shadow: none;
}

.hero h1,
.section-heading h2,
.booking-copy h2,
.promise-panel h2 {
  margin: 0;
  line-height: 0.98;
  letter-spacing: -0.03em;
  font-size: clamp(2.8rem, 6vw, 5.4rem);
}

.section-heading h2,
.booking-copy h2,
.promise-panel h2 {
  font-size: clamp(2rem, 4vw, 3.3rem);
}

.hero h1 {
  max-width: 860px;
  line-height: 1.06;
  letter-spacing: -0.035em;
  font-size: clamp(2.45rem, 4.65vw, 4.25rem);
}

.lede,
.section-heading p,
.booking-copy p,
.story-grid p,
.service-card p,
.process-step p,
.trust-strip p,
.promise-list li,
.form-note,
.medical-note {
  color: var(--muted);
  line-height: 1.75;
  font-size: 1.03rem;
  font-weight: 500;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 34px 0 24px;
}

.hero-points,
.contact-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-points span,
.contact-pills span {
  padding: 10px 14px;
  border: 1px solid rgba(18, 80, 145, 0.46);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(168, 211, 239, 0.98) 0%, rgba(84, 143, 194, 0.9) 100%);
  color: #04172a;
  font-size: 0.95rem;
  font-weight: 750;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.78) inset,
    0 9px 20px rgba(18, 80, 145, 0.2);
}

.hero-visual {
  display: grid;
  gap: 18px;
}

.logo-card,
.assurance-card,
.service-card,
.booking-form,
.contact-panel,
.promise-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(226, 242, 252, 0.82));
  box-shadow: var(--shadow);
}

.logo-card {
  position: relative;
  padding: 18px;
}

.logo-card-live {
  overflow: hidden;
}

.logo-frame {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 390px;
  padding: 18px;
  border-radius: calc(var(--radius-xl) - 10px);
  background:
    radial-gradient(circle at 15% 20%, rgba(22, 95, 58, 0.22), transparent 32%),
    radial-gradient(circle at 85% 85%, rgba(22, 182, 201, 0.28), transparent 28%),
    linear-gradient(160deg, #e4f3fc 0%, #cfe6f5 50%, #b9daf0 100%);
  overflow: hidden;
}

.logo-stage::before,
.logo-stage::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.logo-stage::before {
  left: -8%;
  right: -8%;
  bottom: 16%;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(22, 95, 58, 0.12) 18%,
    rgba(34, 110, 72, 0.62) 42%,
    rgba(22, 182, 201, 0.7) 66%,
    transparent 100%
  );
  filter: blur(0.2px);
  opacity: 0.74;
  animation: ribbonSweep 7s ease-in-out infinite;
}

.logo-stage::after {
  width: 220px;
  height: 220px;
  right: -40px;
  top: -30px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(22, 182, 201, 0.16), transparent 70%);
  animation: haloPulse 8s ease-in-out infinite;
}

.hero-logo {
  position: relative;
  z-index: 2;
  width: 100%;
  border-radius: 24px;
  filter: drop-shadow(0 24px 36px rgba(40, 90, 130, 0.22));
  animation:
    logoFloat 8.5s ease-in-out infinite,
    logoBreath 7.2s ease-in-out infinite;
}

.logo-halo {
  position: absolute;
  border-radius: 50%;
  filter: blur(8px);
  opacity: 0.45;
}

.logo-halo-one {
  width: 180px;
  height: 180px;
  left: -36px;
  top: 26px;
  background: radial-gradient(circle, rgba(22, 95, 58, 0.28), transparent 72%);
  animation: haloDrift 10s ease-in-out infinite;
}

.logo-halo-two {
  width: 150px;
  height: 150px;
  right: 16px;
  bottom: 34px;
  background: radial-gradient(circle, rgba(22, 182, 201, 0.24), transparent 72%);
  animation: haloDrift 12s ease-in-out infinite reverse;
}

.logo-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
}

.logo-meta span {
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(70, 130, 190, 0.22);
  background: rgba(255, 255, 255, 0.75);
  color: var(--text);
  font-size: 0.94rem;
  font-weight: 500;
}

.assurance-card {
  padding: 24px;
  background: linear-gradient(180deg, rgba(220, 239, 252, 0.98), rgba(200, 230, 245, 0.9));
  animation: cardBreath 10s ease-in-out infinite;
}

.assurance-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 24px;
}

.mini-label {
  margin: 0 0 6px;
  color: var(--accent);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.assurance-grid strong {
  line-height: 1.45;
  color: var(--text);
  font-weight: 700;
}

.assurance-card blockquote {
  margin: 0;
  color: var(--text);
  font-family: "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 600;
}

.scripture-ref {
  margin: 12px 0 0;
  color: var(--accent);
  font-family: "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-size: 1rem;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.trust-strip article {
  padding: 24px;
  border: 1px solid rgba(180, 95, 30, 0.38);
  border-radius: var(--radius-xl);
  background: linear-gradient(155deg, #ffe8d0 0%, #ffb86b 48%, #f2891a 100%);
  box-shadow: var(--shadow);
}

.trust-strip p {
  color: #1f1408;
}

.trust-strip strong {
  display: block;
  margin-bottom: 10px;
  font-size: 1.08rem;
  color: #140c08;
  font-weight: 700;
}

.section-heading {
  max-width: 740px;
  margin-bottom: 30px;
}

.about-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 34px;
  align-items: center;
  margin-bottom: 34px;
}

.about-copy {
  padding: 32px;
  border: 1px solid rgba(70, 130, 190, 0.24);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at top right, rgba(22, 182, 201, 0.16), transparent 34%),
    linear-gradient(145deg, rgba(240, 249, 255, 0.96), rgba(212, 236, 250, 0.88));
  box-shadow: var(--shadow);
}

.about-copy h2 {
  margin: 0;
  color: var(--text);
  line-height: 1;
  letter-spacing: -0.03em;
  font-size: clamp(2.1rem, 4.4vw, 3.55rem);
}

.about-copy p:not(.eyebrow) {
  margin: 18px 0 0;
  color: var(--muted);
  line-height: 1.75;
  font-size: 1.04rem;
  font-weight: 500;
}

.about-story-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.about-story-points span {
  padding: 10px 14px;
  border: 1px solid rgba(18, 80, 145, 0.46);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(168, 211, 239, 0.98) 0%, rgba(84, 143, 194, 0.9) 100%);
  color: #04172a;
  font-size: 0.95rem;
  font-weight: 750;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.78) inset,
    0 9px 20px rgba(18, 80, 145, 0.2);
}

.about-photo-wall {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
  min-height: 0;
}

.about-photo-wall::before {
  content: "";
  position: absolute;
  inset: 7% 4%;
  border-radius: 42px;
  background:
    radial-gradient(circle at 20% 10%, rgba(245, 158, 11, 0.28), transparent 34%),
    radial-gradient(circle at 88% 88%, rgba(20, 83, 45, 0.2), transparent 34%),
    linear-gradient(145deg, rgba(180, 220, 245, 0.58), rgba(84, 128, 184, 0.22));
  filter: blur(0.2px);
}

.about-photo-card {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 10px solid rgba(255, 255, 255, 0.78);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow:
    0 24px 60px rgba(40, 100, 150, 0.2),
    0 0 0 1px rgba(70, 130, 190, 0.18);
  z-index: 2;
}

.about-photo-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #d8ecf7;
}

.about-photo-card figcaption {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  padding: 10px 12px;
  border-radius: 18px;
  color: #061018;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(10px);
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.35;
}

.about-photo-card--tall {
  min-height: 360px;
  transform: rotate(-0.8deg);
}

.about-photo-card--wide {
  min-height: 360px;
  transform: rotate(0.8deg);
}

.about-photo-card--staff {
  min-height: 360px;
  transform: rotate(-0.4deg);
}

.about-photo-card--support {
  min-height: 360px;
  transform: rotate(0.4deg);
}

.shirt-logo {
  position: absolute;
  left: 22%;
  top: 46%;
  width: min(22%, 96px);
  padding: 0;
  background: transparent;
  box-shadow: none;
  z-index: 3;
  transform: rotate(1deg);
  opacity: 0.88;
  mix-blend-mode: screen;
  pointer-events: none;
}

.shirt-logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
  background: transparent;
  filter:
    saturate(1.1)
    contrast(1.08)
    drop-shadow(0 1px 1px rgba(0, 0, 0, 0.28));
}

.story-grid,
.team-grid,
.review-grid,
.service-grid,
.process-grid,
.booking {
  display: grid;
  gap: 20px;
}

.story-grid,
.team-grid,
.review-grid {
  grid-template-columns: repeat(3, 1fr);
}

.story-grid .feature-card {
  border: 1px solid rgba(25, 110, 100, 0.35);
  border-radius: var(--radius-xl);
  background: linear-gradient(155deg, #e8faf8 0%, #a8e6e0 45%, #3db8a8 100%);
  box-shadow: var(--shadow);
}

.story-grid .feature-card::after {
  background: radial-gradient(circle, rgba(30, 140, 125, 0.24), transparent 65%);
}

.story-grid .feature-card h3 {
  color: #0a2522;
}

.story-grid .feature-card p {
  color: #123330;
  font-weight: 500;
}

.team-card {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border: 1px solid rgba(70, 130, 190, 0.28);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 90% 12%, rgba(245, 158, 11, 0.2), transparent 30%),
    linear-gradient(155deg, rgba(240, 249, 255, 0.98), rgba(201, 229, 247, 0.9));
  box-shadow: var(--shadow);
}

.team-card::after {
  content: "";
  position: absolute;
  inset: auto -42px -62px auto;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(20, 83, 45, 0.16), transparent 65%);
}

.team-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin-bottom: 18px;
  border-radius: 18px;
  color: #1a0f06;
  background: linear-gradient(145deg, #ffd4a8 0%, #f59e0b 42%, #c04a0a 100%);
  border: 1px solid rgba(122, 45, 10, 0.32);
  font-weight: 900;
  letter-spacing: 0.08em;
  box-shadow: 0 10px 22px rgba(120, 48, 8, 0.18);
}

.team-card h3 {
  margin: 0 0 12px;
  color: var(--text);
  font-size: 1.35rem;
  font-weight: 800;
}

.team-card p:not(.mini-label) {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
  font-size: 1.02rem;
  font-weight: 500;
}

.review-card {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border: 1px solid rgba(70, 130, 190, 0.28);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 90% 10%, rgba(139, 196, 25, 0.22), transparent 32%),
    linear-gradient(155deg, rgba(240, 249, 255, 0.98), rgba(210, 236, 250, 0.9));
  box-shadow: var(--shadow);
}

.review-card::after {
  content: "";
  position: absolute;
  inset: auto -42px -62px auto;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(20, 83, 45, 0.16), transparent 65%);
}

.review-stars {
  display: inline-flex;
  margin-bottom: 16px;
  color: var(--accent);
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.review-card p {
  margin: 0 0 18px;
  color: var(--muted);
  line-height: 1.7;
  font-size: 1.04rem;
  font-weight: 600;
}

.review-card strong {
  color: var(--text);
  font-weight: 900;
}

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

.service-area-panel {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 24px;
  align-items: center;
  padding: 30px;
  border: 1px solid rgba(70, 130, 190, 0.24);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 90% 10%, rgba(22, 182, 201, 0.2), transparent 34%),
    radial-gradient(circle at 0% 100%, rgba(20, 83, 45, 0.16), transparent 34%),
    linear-gradient(145deg, rgba(238, 247, 255, 0.98), rgba(203, 231, 247, 0.92));
  box-shadow: var(--shadow);
}

.service-area-copy h3 {
  margin: 0 0 12px;
  color: var(--text);
  font-size: clamp(1.35rem, 2.5vw, 2rem);
  line-height: 1.1;
}

.service-area-copy p {
  margin: 0 0 20px;
  color: var(--muted);
  line-height: 1.7;
  font-size: 1.03rem;
  font-weight: 500;
}

.service-area-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-content: start;
}

.service-area-list span {
  padding: 12px 16px;
  border: 1px solid rgba(25, 110, 100, 0.26);
  border-radius: 999px;
  background: linear-gradient(155deg, rgba(232, 250, 248, 0.96), rgba(168, 230, 224, 0.78));
  color: #0a2522;
  font-size: 0.98rem;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(40, 100, 150, 0.08);
}

.process-grid {
  grid-template-columns: repeat(3, 1fr);
}

.process-grid .process-step {
  border: 1px solid rgba(91, 73, 140, 0.28);
  border-radius: var(--radius-xl);
  background: linear-gradient(160deg, #faf8ff 0%, #e9e0ff 42%, #c4b5fd 100%);
  box-shadow: var(--shadow);
}

.process-grid .process-step::after {
  background: radial-gradient(circle, rgba(120, 90, 180, 0.24), transparent 65%);
}

.process-grid .process-step h3 {
  color: #1e1533;
}

.process-grid .process-step p {
  color: #2d2545;
  font-weight: 500;
}

.process-grid .process-step span {
  background: linear-gradient(135deg, rgba(233, 224, 255, 0.95), rgba(196, 181, 253, 0.85));
  color: #3d2a5c;
  border: 1px solid rgba(91, 73, 140, 0.18);
}

.feature-card,
.service-card,
.process-step {
  position: relative;
  overflow: hidden;
  padding: 28px;
}

.feature-card::after,
.service-card::after,
.process-step::after {
  content: "";
  position: absolute;
  inset: auto -40px -60px auto;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(22, 95, 58, 0.16), transparent 65%);
}

.feature-card h3,
.service-card h3,
.process-step h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 1.35rem;
  color: var(--text);
  font-weight: 700;
}

.service-icon,
.process-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(20, 83, 45, 0.2), rgba(22, 182, 201, 0.28));
  color: var(--accent);
  font-weight: 800;
}

.promise-panel {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 24px;
  padding: 34px;
  background:
    radial-gradient(circle at top right, rgba(22, 95, 58, 0.16), transparent 36%),
    radial-gradient(circle at 10% 80%, rgba(22, 182, 201, 0.18), transparent 40%),
    linear-gradient(145deg, rgba(232, 246, 255, 0.98), rgba(200, 228, 245, 0.92));
}

.promise-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding-left: 22px;
}

.booking {
  grid-template-columns: 0.9fr 1.1fr;
  align-items: start;
}

.medical-note {
  margin-top: 22px;
  padding-left: 16px;
  border-left: 3px solid rgba(20, 83, 45, 0.72);
  color: var(--text);
  font-weight: 600;
}

.booking-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(214, 236, 250, 0.88));
}

.booking-form label {
  display: grid;
  gap: 10px;
  color: var(--text);
  font-weight: 700;
}

.booking-form input,
.booking-form select,
.booking-form textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(70, 130, 190, 0.35);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.85);
  color: var(--text);
  font: inherit;
}

.booking-form input::placeholder,
.booking-form textarea::placeholder {
  color: #3d5f75;
}

.booking-form input:focus,
.booking-form select:focus,
.booking-form textarea:focus {
  outline: none;
  border-color: rgba(20, 83, 45, 0.65);
  box-shadow: 0 0 0 4px rgba(20, 83, 45, 0.12);
}

.full-width {
  grid-column: 1 / -1;
}

.form-note,
.form-message {
  grid-column: 1 / -1;
  margin: 0;
}

.form-message {
  min-height: 1.5em;
  color: var(--accent);
  font-weight: 700;
}

.contact-section {
  padding-top: 40px;
}

.contact-panel {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  align-items: center;
  padding: 34px;
  background:
    radial-gradient(circle at top right, rgba(245, 158, 11, 0.2), transparent 36%),
    radial-gradient(circle at 8% 82%, rgba(20, 83, 45, 0.16), transparent 38%),
    linear-gradient(145deg, rgba(238, 247, 255, 0.98), rgba(205, 231, 246, 0.92));
}

.contact-copy h2 {
  margin: 0;
  max-width: 680px;
  line-height: 1;
  letter-spacing: -0.03em;
  font-size: clamp(2rem, 4vw, 3.25rem);
}

.contact-copy p:not(.eyebrow) {
  margin: 18px 0 0;
  max-width: 680px;
  color: var(--muted);
  line-height: 1.75;
  font-size: 1.04rem;
  font-weight: 500;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.contact-email {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.45em;
  min-height: 52px;
  padding: 0.52em 1.08em;
  border: 1.5px solid rgba(20, 83, 45, 0.34);
  border-radius: 999px;
  background: linear-gradient(135deg, #a8df33 0%, #45c552 48%, #12a86a 100%);
  color: #04100e;
  font-weight: 800;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.5),
    0 12px 28px rgba(24, 201, 123, 0.22);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.contact-email-label {
  color: #04100e;
  font-size: 0.76em;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-email-address {
  color: #04100e;
  font-variant-numeric: tabular-nums;
}

.contact-email:hover,
.contact-email:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(20, 83, 45, 0.48);
  background: linear-gradient(135deg, #b6ea42 0%, #50d05b 46%, #13b371 100%);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.58),
    0 16px 34px rgba(24, 201, 123, 0.28);
}

.contact-highlights {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
}

.contact-highlights li {
  padding: 10px 14px;
  border: 1px solid rgba(70, 130, 190, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  color: var(--text);
  font-size: 0.95rem;
  font-weight: 600;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.chat-nav-trigger {
  /* Matches .site-nav link behavior */
  cursor: pointer;
}

.chat-widget {
  position: fixed;
  top: auto;
  right: max(18px, env(safe-area-inset-right));
  bottom: max(18px, env(safe-area-inset-bottom));
  left: auto;
  z-index: 10000;
  width: max-content;
  height: max-content;
  pointer-events: none;
}

.chat-widget.is-open {
  inset: 0;
  width: auto;
  height: auto;
  pointer-events: auto;
}

.chat-scrim {
  position: fixed;
  inset: 0;
  background: rgba(6, 18, 32, 0.38);
  backdrop-filter: blur(5px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 260ms ease,
    visibility 260ms ease;
}

.chat-widget.is-open .chat-scrim {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.chat-dock {
  position: fixed;
  right: max(18px, env(safe-area-inset-right));
  bottom: max(18px, env(safe-area-inset-bottom));
  top: auto;
  left: auto;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
  gap: 14px;
  pointer-events: none;
}

.chat-dock .chat-launcher,
.chat-dock .chat-panel--popup {
  pointer-events: auto;
}

.chat-launcher {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 22px;
  min-height: 52px;
  border-radius: 999px;
  border: 1px solid rgba(70, 130, 190, 0.4);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(232, 245, 255, 0.88));
  box-shadow:
    0 16px 40px rgba(30, 80, 130, 0.22),
    0 2px 0 rgba(255, 255, 255, 0.65) inset;
  color: var(--text);
  font-family: inherit;
  font-weight: 800;
  font-size: 0.95rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease,
    border-color 180ms ease,
    color 180ms ease;
}

.chat-launcher:hover,
.chat-launcher:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(20, 83, 45, 0.35);
  box-shadow: 0 22px 50px rgba(30, 80, 130, 0.28);
  outline: none;
}

.chat-launcher:focus-visible {
  box-shadow: 0 0 0 4px rgba(20, 83, 45, 0.2);
}

.chat-launcher-icon {
  flex-shrink: 0;
}

.chat-widget.is-open .chat-launcher {
  border-color: transparent;
  color: #04100e;
  background: linear-gradient(135deg, var(--lime), var(--emerald));
  box-shadow: 0 14px 34px rgba(18, 168, 106, 0.35);
}

.chat-panel {
  padding: 0;
  border-radius: var(--radius-xl);
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(226, 242, 252, 0.92));
  box-shadow: var(--shadow);
  overflow: hidden;
}

.chat-panel--popup {
  width: min(420px, calc(100vw - 32px));
  margin: 0;
  max-height: min(72vh, 540px);
  display: flex;
  flex-direction: column;
  transform: translateY(16px) scale(0.96);
  transform-origin: bottom right;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 280ms cubic-bezier(0.16, 0.84, 0.22, 1),
    transform 280ms cubic-bezier(0.16, 0.84, 0.22, 1),
    visibility 280ms;
  box-shadow:
    0 -12px 44px rgba(15, 50, 90, 0.18),
    0 28px 64px rgba(40, 100, 150, 0.22);
}

.chat-widget:not(.is-open) .chat-panel--popup {
  display: none !important;
}

.chat-widget.is-open .chat-panel--popup {
  display: flex;
  transform: translateY(0) scale(1);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.chat-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 18px 16px 20px;
  border-bottom: 1px solid rgba(70, 130, 190, 0.2);
  background: linear-gradient(90deg, rgba(20, 83, 45, 0.09), rgba(22, 182, 201, 0.12));
  flex-shrink: 0;
}

.chat-panel-head-main {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.chat-close {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(70, 130, 190, 0.28);
  background: rgba(255, 255, 255, 0.78);
  color: var(--text);
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  flex-shrink: 0;
  transition:
    background 160ms ease,
    border-color 160ms ease;
}

.chat-close:hover,
.chat-close:focus-visible {
  background: rgba(180, 220, 245, 0.85);
  border-color: rgba(70, 130, 190, 0.45);
  outline: none;
}

.chat-close:focus-visible {
  box-shadow: 0 0 0 3px rgba(20, 83, 45, 0.25);
}

.chat-popup-note {
  margin: 0;
  padding: 10px 20px 12px;
  font-size: 0.96rem;
  font-weight: 600;
  color: var(--muted);
  line-height: 1.5;
  background: rgba(255, 255, 255, 0.55);
  border-bottom: 1px solid rgba(70, 130, 190, 0.12);
  flex-shrink: 0;
}

.chat-popup-note .contact-tel--text,
.chat-bubble .contact-tel--text {
  font-size: clamp(1.05rem, 2.8vw, 1.18rem);
}

.chat-status {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--lime), var(--emerald));
  box-shadow: 0 0 0 4px rgba(20, 83, 45, 0.12);
  flex-shrink: 0;
}

.chat-panel-titles {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.chat-panel-titles strong {
  color: var(--text);
  font-size: 1.05rem;
}

.chat-panel-titles span {
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 500;
}

.chat-log {
  flex: 1 1 auto;
  min-height: 0;
  padding: 16px 18px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: rgba(255, 255, 255, 0.5);
  scroll-behavior: smooth;
}

.chat-bubble {
  margin: 0;
  padding: 12px 16px;
  border-radius: 18px;
  max-width: 94%;
  line-height: 1.55;
  font-size: 0.96rem;
  color: var(--text);
  font-weight: 500;
  box-shadow: 0 4px 18px rgba(40, 100, 150, 0.08);
}

.chat-bubble--team {
  align-self: flex-start;
  border: 1px solid rgba(70, 130, 190, 0.22);
  background: rgba(255, 255, 255, 0.94);
  border-bottom-left-radius: 6px;
}

.chat-bubble--user {
  align-self: flex-end;
  border: 1px solid rgba(20, 83, 45, 0.25);
  background: linear-gradient(145deg, rgba(20, 83, 45, 0.1), rgba(22, 182, 201, 0.12));
  border-bottom-right-radius: 6px;
}

.chat-composer {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: flex-end;
  padding: 14px 16px 16px;
  border-top: 1px solid rgba(70, 130, 190, 0.18);
  background: rgba(255, 255, 255, 0.78);
  flex-shrink: 0;
}

.chat-composer textarea {
  flex: 1 1 200px;
  min-height: 44px;
  max-height: 120px;
  padding: 12px 14px;
  border: 1px solid rgba(70, 130, 190, 0.35);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.96);
  color: var(--text);
  font: inherit;
  resize: vertical;
}

.chat-composer textarea:focus {
  outline: none;
  border-color: rgba(20, 83, 45, 0.65);
  box-shadow: 0 0 0 4px rgba(20, 83, 45, 0.12);
}

.chat-composer textarea::placeholder {
  color: #3d5f75;
}

.chat-send {
  flex: 0 0 auto;
  min-height: 48px;
}

body.chat-is-open {
  overflow: hidden;
}

@media (max-width: 760px) {
  .chat-dock {
    left: auto;
    right: max(14px, env(safe-area-inset-right));
    bottom: max(14px, env(safe-area-inset-bottom));
    transform: none;
    align-items: flex-end;
  }

  .chat-panel--popup {
    width: min(420px, calc(100vw - 28px));
    transform-origin: bottom right;
  }

  .chat-composer {
    flex-direction: column;
    align-items: stretch;
  }

  .chat-send {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .chat-panel--popup,
  .chat-scrim,
  .chat-launcher {
    transition-duration: 0.01ms !important;
  }

  .chat-panel--popup {
    transform: none;
  }

  .chat-widget.is-open .chat-panel--popup {
    transform: none;
  }

  .chat-launcher:hover,
  .chat-launcher:focus-visible {
    transform: none;
  }
}

.site-footer {
  padding: 20px 0 8px;
  color: var(--muted);
  text-align: center;
}

.site-footer-contact {
  margin: 0 0 14px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem 0.75rem;
  font-weight: 500;
  font-size: 1.06rem;
  color: var(--muted);
  line-height: 1.5;
}

.site-footer-contact .contact-tel {
  font-size: 1.08rem;
  padding: 0.62em 1.24em;
}

.site-footer-note {
  text-transform: lowercase;
}

.site-footer-sep {
  margin: 0 0.35em;
  font-weight: 500;
  color: var(--muted);
}

.reveal {
  opacity: 0;
  filter: blur(14px);
  transform: translate3d(0, 72px, 0) scale(0.94);
  will-change: transform, opacity, filter;
  transition:
    opacity 1200ms ease,
    transform 1200ms cubic-bezier(0.16, 0.84, 0.22, 1),
    filter 1200ms ease;
  transition-delay: var(--reveal-delay, 0ms);
}

.reveal[data-reveal="left"] {
  transform: translate3d(-128px, 0, 0) scale(0.94);
}

.reveal[data-reveal="right"] {
  transform: translate3d(128px, 0, 0) scale(0.94);
}

.reveal[data-reveal="up"] {
  transform: translate3d(0, 86px, 0) scale(0.94);
}

.reveal[data-reveal="down"] {
  transform: translate3d(0, -86px, 0) scale(0.94);
}

.reveal.exiting {
  transition-delay: 0ms;
  opacity: 0;
  filter: blur(14px);
}

.reveal.visible {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0) scale(1);
}

@keyframes headerDrop {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes logoFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  35% {
    transform: translate3d(0, -12px, 0);
  }

  68% {
    transform: translate3d(8px, 5px, 0);
  }
}

@keyframes logoBreath {
  0%,
  100% {
    opacity: 0.88;
  }

  45% {
    opacity: 1;
  }

  70% {
    opacity: 0.92;
  }
}

@keyframes haloPulse {
  0%,
  100% {
    opacity: 0.24;
    transform: scale(0.92);
  }

  50% {
    opacity: 0.54;
    transform: scale(1.12);
  }
}

@keyframes haloDrift {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(14px, -16px, 0);
  }
}

@keyframes ribbonSweep {
  0%,
  100% {
    opacity: 0.32;
    transform: translateX(-18px) scaleX(0.97);
  }

  50% {
    opacity: 0.9;
    transform: translateX(18px) scaleX(1.03);
  }
}

@keyframes cardBreath {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-4px);
  }
}

@media (max-width: 1080px) {
  .hero,
  .about-layout,
  .booking,
  .contact-panel,
  .service-area-panel,
  .promise-panel,
  .story-grid,
  .team-grid,
  .review-grid,
  .trust-strip,
  .process-grid {
    grid-template-columns: 1fr;
  }

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

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

  .site-header {
    position: relative;
    top: auto;
    display: flex;
    flex-wrap: wrap;
    border-radius: 26px;
  }

  .header-actions {
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-left: auto;
  }

  .site-nav {
    order: 3;
    width: 100%;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    mask-image: linear-gradient(90deg, #000 0%, #000 calc(100% - 54px), transparent 100%);
    -webkit-mask-image: linear-gradient(90deg, #000 0%, #000 calc(100% - 54px), transparent 100%);
  }

  .site-nav::-webkit-scrollbar,
  .header-actions::-webkit-scrollbar {
    display: none;
  }

  .site-nav::after {
    content: "›";
    position: sticky;
    right: 0;
    display: grid;
    place-items: center;
    flex: 0 0 32px;
    height: 32px;
    margin-left: 2px;
    border-radius: 999px;
    background: linear-gradient(135deg, #a8df33, #12a86a);
    color: #04100e;
    font-size: 1.35rem;
    font-weight: 900;
    box-shadow: 0 8px 18px rgba(24, 201, 123, 0.24);
    pointer-events: none;
  }

  .site-nav a {
    flex: 0 0 auto;
    scroll-snap-align: start;
  }

  .header-actions {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    mask-image: linear-gradient(90deg, #000 0%, #000 calc(100% - 38px), transparent 100%);
    -webkit-mask-image: linear-gradient(90deg, #000 0%, #000 calc(100% - 38px), transparent 100%);
  }

  .contact-actions {
    justify-content: flex-start;
  }

  .about-photo-wall {
    min-height: 620px;
  }
}

@media (max-width: 760px) {
  .page-shell {
    width: min(calc(100% - 20px), var(--max-width));
  }

  .site-header {
    position: relative;
    top: auto;
    flex-wrap: wrap;
    border-radius: 28px;
    gap: 10px;
    padding: 10px;
  }

  .site-nav {
    width: 100%;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 8px;
    padding: 8px 12px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    mask-image: linear-gradient(90deg, #000 0%, #000 calc(100% - 54px), transparent 100%);
    -webkit-mask-image: linear-gradient(90deg, #000 0%, #000 calc(100% - 54px), transparent 100%);
  }

  .site-nav::-webkit-scrollbar,
  .header-actions::-webkit-scrollbar {
    display: none;
  }

  .site-nav::after {
    content: "›";
    position: sticky;
    right: 0;
    display: grid;
    place-items: center;
    flex: 0 0 32px;
    height: 32px;
    margin-left: 2px;
    border-radius: 999px;
    background: linear-gradient(135deg, #a8df33, #12a86a);
    color: #04100e;
    font-size: 1.35rem;
    font-weight: 900;
    box-shadow: 0 8px 18px rgba(24, 201, 123, 0.24);
    pointer-events: none;
  }

  .site-nav a {
    scroll-snap-align: start;
    padding: 9px 12px;
  }

  .header-actions {
    width: 100%;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 2px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    mask-image: linear-gradient(90deg, #000 0%, #000 calc(100% - 38px), transparent 100%);
    -webkit-mask-image: linear-gradient(90deg, #000 0%, #000 calc(100% - 38px), transparent 100%);
  }

  .header-actions .contact-tel,
  .header-actions .header-cta,
  .header-actions .header-chat-trigger {
    flex: 0 0 auto;
    min-height: 46px;
    font-size: 0.92rem;
    padding-inline: 14px;
  }

  .brand {
    flex-basis: 100%;
  }

  .brand-lockup {
    display: none;
  }

  .brand-logo-image {
    width: min(100%, 190px);
  }

  .hero {
    padding-top: 48px;
  }

  .section {
    padding: 66px 0;
  }

  .booking-form {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .contact-panel {
    padding: 24px;
  }

  .about-copy {
    padding: 24px;
  }

  .about-photo-wall {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    min-height: 0;
  }

  .about-photo-wall::before {
    inset: 7% 5%;
  }

  .about-photo-card {
    position: relative;
    width: 100%;
    height: auto;
    transform: none;
  }

  .about-photo-card--tall,
  .about-photo-card--wide,
  .about-photo-card--staff,
  .about-photo-card--support {
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    height: auto;
  }

  .about-photo-card img {
    aspect-ratio: 4 / 3;
  }

  .shirt-logo {
    left: 22%;
    top: 46%;
    width: min(22%, 96px);
  }

  .logo-frame {
    min-height: 260px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .site-header,
  .hero-logo,
  .logo-halo,
  .logo-stage::before,
  .logo-stage::after,
  .assurance-card {
    animation: none;
  }

  .reveal {
    filter: blur(0);
    transition-duration: 520ms;
    transition-delay: 0ms;
  }

  .reveal[data-reveal="left"] {
    transform: translate3d(-28px, 0, 0) scale(0.985);
  }

  .reveal[data-reveal="right"] {
    transform: translate3d(28px, 0, 0) scale(0.985);
  }

  .reveal[data-reveal="up"] {
    transform: translate3d(0, 28px, 0) scale(0.985);
  }

  .reveal[data-reveal="down"] {
    transform: translate3d(0, -28px, 0) scale(0.985);
  }
}

/* Final placement override: keep the floating chat launcher pinned in the bottom-right corner. */
body > .chat-widget,
.chat-widget:not(.is-open) {
  position: fixed !important;
  inset: auto 18px 18px auto !important;
  width: max-content !important;
  height: max-content !important;
  z-index: 10000 !important;
  transform: none !important;
}

.chat-widget .chat-dock {
  position: fixed !important;
  inset: auto max(18px, env(safe-area-inset-right)) max(18px, env(safe-area-inset-bottom)) auto !important;
  width: max-content !important;
  max-width: calc(100vw - 36px) !important;
  transform: none !important;
  align-items: flex-end !important;
  z-index: 10001;
}

@media (max-width: 760px) {
  body > .chat-widget,
  .chat-widget:not(.is-open) {
    inset: auto 12px 12px auto !important;
  }

  .chat-widget .chat-dock {
    inset: auto max(12px, env(safe-area-inset-right)) max(12px, env(safe-area-inset-bottom)) auto !important;
  }

  .chat-launcher {
    min-height: 48px;
    padding: 12px 18px;
  }

  .chat-widget.is-open .chat-dock {
    max-width: calc(100vw - 24px) !important;
  }
}
