:root {
  --color-rose: #d63362;
  --color-rose-dark: #b8244f;
  --color-blush: #fbe7ea;
  --color-blush-light: #fff6f5;
  --color-cream: #fffaf3;
  --color-gold: #c89b3c;
  --color-gold-dark: #9b7430;
  --color-gold-soft: #e5c77a;
  --color-plum: #35272f;
  --color-white: #ffffff;
  --color-background: #fff6f5;
  --color-background-soft: #fffaf7;
  --color-surface: #ffffff;
  --color-surface-pink: #fff0f3;
  --color-text: #3d3438;
  --color-muted: #75676d;
  --color-accent: var(--color-rose);
  --color-accent-dark: var(--color-rose-dark);
  --color-accent-deep: var(--color-plum);
  --color-border: #f0ccd4;
  --color-border-soft: #f8dde3;
  --shadow-soft: 0 18px 44px rgba(88, 45, 58, 0.12);
  --shadow-card: 0 10px 26px rgba(88, 45, 58, 0.09);
  --container-width: 1180px;
  --header-width: 1480px;
  --font-heading: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --font-body: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-script: "Allura", "Brush Script MT", cursive;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at top left, rgba(255, 231, 235, 0.68), transparent 34rem),
    linear-gradient(180deg, var(--color-background) 0%, #fffbf8 44%, #fff4f7 100%);
  color: var(--color-text);
  font-family: var(--font-body);
  line-height: 1.6;
}

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

a {
  color: inherit;
}

a,
button {
  -webkit-tap-highlight-color: transparent;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(141, 36, 80, 0.32);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 100;
  transform: translateY(-160%);
  padding: 0.65rem 0.9rem;
  border-radius: 999px;
  background: var(--color-accent-deep);
  color: #ffffff;
  font-weight: 800;
  text-decoration: none;
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.announcement-bar {
  padding: 0.42rem 1rem;
  background: linear-gradient(180deg, #f7dfae, #f3d49d);
  border-top: 1px solid rgba(200, 155, 60, 0.55);
  color: #916525;
  text-align: center;
}

.announcement-bar p {
  margin: 0;
  font-size: clamp(0.72rem, 1.4vw, 0.9rem);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: clamp(2rem, 4vw, 4.25rem);
  width: 100%;
  margin: 0;
  padding: 0.9rem max(2rem, calc((100vw - var(--header-width)) / 2));
  background: rgba(255, 253, 249, 0.96);
  border-bottom: 1px solid rgba(240, 204, 212, 0.76);
  box-shadow: 0 10px 28px rgba(88, 45, 58, 0.07);
  backdrop-filter: blur(18px);
}

.site-logo {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: clamp(8.8rem, 13vw, 11.8rem);
  color: var(--color-rose);
  font-family: var(--font-script);
  font-size: clamp(2.6rem, 4vw, 4rem);
  font-style: normal;
  font-weight: 400;
  line-height: 0.72;
  text-decoration: none;
}

.site-logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.site-nav {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(2rem, 3vw, 3.5rem);
  min-width: 0;
}

.site-nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  gap: clamp(1.75rem, 2.4vw, 2.5rem);
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-nav a {
  text-decoration: none;
}

.site-nav ul a {
  display: inline-flex;
  align-items: center;
  min-height: 2.8rem;
  padding: 0.35rem clamp(0.3rem, 0.65vw, 0.65rem);
  border-bottom: 2px solid transparent;
  border-radius: 0;
  color: var(--color-text);
  font-size: clamp(0.72rem, 0.86vw, 0.84rem);
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.site-nav ul a:hover,
.site-nav ul a:focus-visible,
.site-nav ul a.active {
  background: transparent;
  border-bottom-color: var(--color-rose);
  color: var(--color-rose);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: clamp(0.75rem, 1.2vw, 1rem);
  flex: 0 0 auto;
}

.nav-phone {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--color-rose);
  font-size: clamp(0.82rem, 1vw, 1rem);
  font-weight: 900;
  white-space: nowrap;
  text-decoration: none;
}

.nav-phone svg {
  width: 1.08rem;
  height: 1.08rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.nav-toggle {
  display: none;
  width: 3.25rem;
  height: 3.25rem;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex: 0 0 auto;
  gap: 0.3rem;
  padding: 0;
  border: 1px solid var(--color-border);
  border-radius: 999px;
  background: var(--color-cream);
  color: var(--color-rose-dark);
  cursor: pointer;
  line-height: 1;
}

.nav-toggle-bar {
  width: 1.25rem;
  height: 2px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: currentColor;
}

.nav-booking {
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.nav-booking.active {
  box-shadow: 0 12px 30px rgba(184, 36, 79, 0.24), inset 0 0 0 1px rgba(255, 255, 255, 0.32);
}

.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;
}

main {
  width: min(100% - 1.5rem, var(--container-width));
  margin: 0 auto;
}

.home-page main {
  display: grid;
  gap: clamp(2.5rem, 5vw, 4.25rem);
  padding-top: clamp(1.6rem, 3.2vw, 2.8rem);
}

h1,
h2,
h3 {
  color: var(--color-text);
  line-height: 1.08;
}

h1,
h2 {
  font-family: var(--font-heading);
  font-weight: 700;
  letter-spacing: 0;
}

h1 {
  max-width: 11.5ch;
  margin: 0;
  font-size: clamp(2.8rem, 7vw, 5.35rem);
}

h2 {
  margin: 0;
  font-size: clamp(1.85rem, 4vw, 3rem);
}

h3 {
  margin: 0;
  font-size: 1.05rem;
}

p {
  margin-top: 0;
}

.mobile-copy {
  display: none;
}

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

.script-eyebrow {
  margin: 0 0 0.35rem;
  color: var(--color-gold-dark);
  font-family: var(--font-script);
  font-size: clamp(2rem, 5vw, 2.8rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.9;
  text-transform: none;
}

.section-heading-centered {
  max-width: 760px;
  margin: 0 auto clamp(1.5rem, 4vw, 2.4rem);
  text-align: center;
}

.section-heading-centered p:not(.script-eyebrow) {
  margin: 0 auto;
  color: var(--color-muted);
  font-size: 1.04rem;
}

.gold-section-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(15rem, 72%);
  margin: 1rem auto 1.2rem;
  color: var(--color-gold);
}

.gold-section-divider::before,
.gold-section-divider::after {
  content: "";
  height: 1px;
  flex: 1;
  background: linear-gradient(90deg, transparent, rgba(200, 155, 60, 0.7), transparent);
}

.gold-section-divider span {
  width: 0.48rem;
  height: 0.48rem;
  margin: 0 0.65rem;
  border: 1px solid currentColor;
  background: rgba(255, 250, 243, 0.92);
  transform: rotate(45deg);
}

.gold-section-divider-wide {
  width: min(44rem, 84%);
  margin-block: -0.55rem -0.45rem;
}

.button,
.text-link {
  font-weight: 800;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.95rem;
  padding: 0.78rem 1.18rem;
  border: 1px solid transparent;
  border-radius: 999px;
  text-decoration: none;
  line-height: 1;
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

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

.button-primary {
  background: linear-gradient(135deg, var(--color-rose), var(--color-rose-dark));
  color: #ffffff;
  box-shadow: 0 12px 24px rgba(184, 36, 79, 0.22);
}

.button-secondary {
  background: #ffffff;
  border-color: var(--color-border);
  color: var(--color-accent-dark);
}

.button-light {
  background: #ffffff;
  color: var(--color-accent-dark);
}

.button-ghost-light {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.45);
  color: #ffffff;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  align-items: center;
}

.text-link {
  color: var(--color-accent-dark);
  text-decoration-color: rgba(159, 40, 91, 0.35);
  text-underline-offset: 0.25em;
}

.hero-section {
  position: relative;
  display: flex;
  align-items: center;
  min-height: clamp(560px, 42vw, 660px);
  overflow: hidden;
  margin-inline: calc(50% - 50vw);
  padding: 0 max(1rem, calc((100vw - var(--container-width)) / 2));
  background:
    linear-gradient(90deg, rgba(255, 250, 243, 0.96) 0%, rgba(255, 246, 245, 0.88) 34%, rgba(255, 246, 245, 0.42) 52%, rgba(255, 246, 245, 0) 66%),
    url("assets/images/hero-cover.png") center right / cover no-repeat,
    linear-gradient(105deg, #fff4f3 0%, #fff7f2 38%, #f9cbd5 100%);
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 3% 58%, rgba(255, 255, 255, 0.8) 0 0.18rem, transparent 0.22rem),
    radial-gradient(circle at 6% 66%, rgba(229, 199, 122, 0.45) 0 0.15rem, transparent 0.19rem),
    radial-gradient(circle at 22% 28%, rgba(255, 255, 255, 0.48) 0 0.26rem, transparent 0.32rem);
  opacity: 0.8;
}

.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min(46%, 620px);
  max-width: 620px;
  min-width: 480px;
  padding: clamp(3rem, 6vw, 5.6rem) 0 clamp(5.5rem, 7vw, 7rem);
  background: transparent;
}

.hero-particles {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}

.hero-particles span {
  position: absolute;
  width: var(--particle-size);
  height: var(--particle-size);
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.86) 0%, rgba(249, 196, 211, 0.52) 38%, rgba(214, 51, 98, 0) 72%);
  opacity: var(--particle-opacity);
  filter: blur(5px);
  transform: translate3d(0, 0, 0);
  animation: heroParticleDrift var(--particle-duration) ease-in-out infinite;
  animation-delay: var(--particle-delay);
  will-change: transform, opacity;
}

.hero-particles span:nth-child(1) {
  --particle-size: 12px;
  --particle-opacity: 0.12;
  --particle-duration: 18s;
  --particle-delay: -2s;
  left: 7%;
  top: 30%;
}

.hero-particles span:nth-child(2) {
  --particle-size: 22px;
  --particle-opacity: 0.08;
  --particle-duration: 22s;
  --particle-delay: -11s;
  left: 17%;
  top: 64%;
}

.hero-particles span:nth-child(3) {
  --particle-size: 8px;
  --particle-opacity: 0.15;
  --particle-duration: 14s;
  --particle-delay: -5s;
  left: 28%;
  top: 24%;
}

.hero-particles span:nth-child(4) {
  --particle-size: 32px;
  --particle-opacity: 0.06;
  --particle-duration: 24s;
  --particle-delay: -15s;
  left: 39%;
  top: 42%;
}

.hero-particles span:nth-child(5) {
  --particle-size: 16px;
  --particle-opacity: 0.1;
  --particle-duration: 19s;
  --particle-delay: -8s;
  left: 12%;
  top: 80%;
}

.hero-particles span:nth-child(6) {
  --particle-size: 26px;
  --particle-opacity: 0.07;
  --particle-duration: 21s;
  --particle-delay: -3s;
  left: 46%;
  top: 18%;
}

.hero-particles span:nth-child(7) {
  --particle-size: 10px;
  --particle-opacity: 0.13;
  --particle-duration: 16s;
  --particle-delay: -9s;
  left: 4%;
  top: 55%;
}

.hero-particles span:nth-child(8) {
  --particle-size: 38px;
  --particle-opacity: 0.05;
  --particle-duration: 24s;
  --particle-delay: -18s;
  left: 33%;
  top: 72%;
}

.hero-particles span:nth-child(9) {
  --particle-size: 14px;
  --particle-opacity: 0.09;
  --particle-duration: 17s;
  --particle-delay: -6s;
  left: 52%;
  top: 57%;
}

.hero-particles span:nth-child(10) {
  --particle-size: 20px;
  --particle-opacity: 0.06;
  --particle-duration: 23s;
  --particle-delay: -13s;
  left: 24%;
  top: 12%;
}

@keyframes heroParticleDrift {
  0%,
  100% {
    opacity: calc(var(--particle-opacity) * 0.55);
    transform: translate3d(0, 12px, 0) scale(0.92);
  }

  45% {
    opacity: var(--particle-opacity);
    transform: translate3d(12px, -18px, 0) scale(1);
  }

  72% {
    opacity: calc(var(--particle-opacity) * 0.75);
    transform: translate3d(-8px, -30px, 0) scale(1.04);
  }
}

.hero-script {
  margin: 0 0 0.15rem;
  color: var(--color-gold);
  font-family: var(--font-script);
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1;
}

.hero-section h1 {
  max-width: 17ch;
  color: var(--color-plum);
  font-size: clamp(3.65rem, 5.15vw, 5rem);
  line-height: 0.9;
}

.hero-section h1 span {
  display: block;
  color: var(--color-rose);
}

.hero-divider {
  display: flex;
  align-items: center;
  width: min(16rem, 70%);
  margin: 1.1rem 0 1.25rem;
  color: var(--color-gold-soft);
}

.hero-divider::before,
.hero-divider::after {
  content: "";
  height: 1px;
  flex: 1;
  background: currentColor;
}

.hero-divider span {
  width: 0.62rem;
  height: 0.62rem;
  margin: 0 0.8rem;
  background: currentColor;
  transform: rotate(45deg);
}

.hero-copy {
  max-width: 31rem;
  margin: 0 0 1.55rem;
  color: var(--color-muted);
  font-size: clamp(1rem, 1.35vw, 1.12rem);
  font-weight: 700;
}

.hero-actions {
  gap: 0.9rem 1rem;
}

.hero-primary-button,
.hero-call-button {
  min-height: 3.2rem;
  padding-inline: 1.35rem;
  font-size: 0.86rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.hero-primary-button span {
  margin-left: 0.55rem;
  font-size: 1.2rem;
  line-height: 0;
}

.hero-call-button {
  border-color: rgba(200, 155, 60, 0.48);
  background: rgba(255, 250, 243, 0.82);
  color: var(--color-gold-dark);
  box-shadow: 0 10px 22px rgba(155, 116, 48, 0.09);
}

.hero-call-button svg {
  width: 1rem;
  height: 1rem;
  margin-right: 0.45rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.service-strip {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(9, minmax(0, 1fr));
  overflow: hidden;
  margin-top: -2.65rem;
  margin-inline: clamp(0.5rem, 4vw, 2.25rem);
  background: rgba(255, 253, 249, 0.96);
  border: 1px solid rgba(240, 204, 212, 0.78);
  border-radius: 0.7rem;
  box-shadow: 0 18px 42px rgba(88, 45, 58, 0.13);
  backdrop-filter: blur(14px);
}

.service-strip a {
  display: flex;
  min-width: 0;
  min-height: 5.85rem;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.52rem;
  padding: 0.82rem 0.45rem;
  border-right: 1px solid rgba(240, 204, 212, 0.78);
  color: var(--color-plum);
  text-align: center;
  text-decoration: none;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.service-strip a:last-child {
  border-right: 0;
}

.service-strip a:hover,
.service-strip a:focus-visible {
  background: linear-gradient(180deg, rgba(255, 240, 243, 0.68), rgba(255, 255, 255, 0.36));
  color: var(--color-rose-dark);
  transform: translateY(-2px);
}

.service-shortcut-badge {
  display: grid;
  width: 2.65rem;
  height: 2.65rem;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 240, 243, 0.88);
  color: var(--color-rose);
  transition: background-color 180ms ease, color 180ms ease;
}

.service-strip a:hover .service-shortcut-badge,
.service-strip a:focus-visible .service-shortcut-badge {
  background: rgba(251, 231, 234, 0.98);
  color: var(--color-gold-dark);
}

.service-shortcut-icon {
  width: 1.48rem;
  height: 1.48rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.85;
}

.service-shortcut-label {
  display: block;
  max-width: 8.25rem;
  color: currentColor;
  font-size: clamp(0.63rem, 0.72vw, 0.74rem);
  font-weight: 800;
  letter-spacing: 0.035em;
  line-height: 1.18;
  text-transform: uppercase;
  overflow-wrap: normal;
}

.service-note {
  display: block;
  color: var(--color-muted);
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1.2;
}

.section-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: start;
  padding: clamp(2rem, 5vw, 3.5rem);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--color-border-soft);
  border-radius: 1.15rem;
}

.welcome-section p:not(.eyebrow) {
  color: var(--color-muted);
  font-size: 1.08rem;
}

.decorative-section {
  position: relative;
  overflow: hidden;
}

.decorative-section > * {
  position: relative;
  z-index: 1;
}

.decorative-section::before,
.decorative-section::after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
  border-radius: 62% 38% 54% 46%;
}

.decorative-section::before {
  width: clamp(10rem, 24vw, 18rem);
  height: clamp(8rem, 18vw, 14rem);
  top: -4rem;
  right: -5rem;
  background: radial-gradient(circle, rgba(214, 51, 98, 0.12), transparent 68%);
}

.decorative-section::after {
  width: clamp(8rem, 20vw, 15rem);
  height: clamp(7rem, 16vw, 12rem);
  left: -5rem;
  bottom: -4rem;
  background: radial-gradient(circle, rgba(229, 199, 122, 0.15), transparent 70%);
}

.why-everest-section,
.stats-section,
.testimonials-section {
  padding: clamp(2.25rem, 5vw, 4rem);
  border: 1px solid rgba(240, 204, 212, 0.72);
  border-radius: 1.15rem;
  box-shadow: var(--shadow-card);
}

.why-everest-section {
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 255, 255, 0.78), transparent 13rem),
    linear-gradient(135deg, rgba(255, 250, 243, 0.94), rgba(255, 239, 243, 0.92));
}

.why-everest-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.why-feature {
  display: grid;
  align-content: start;
  gap: 0.8rem;
  min-height: 100%;
  padding: 1.25rem;
  border: 1px solid rgba(229, 199, 122, 0.26);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.74);
}

.why-icon {
  display: grid;
  width: 3.1rem;
  height: 3.1rem;
  place-items: center;
  border: 1px solid rgba(229, 199, 122, 0.48);
  border-radius: 999px;
  background: rgba(255, 250, 243, 0.92);
  color: var(--color-gold-dark);
}

.why-icon svg {
  width: 1.55rem;
  height: 1.55rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
}

.why-feature h3 {
  color: var(--color-plum);
}

.why-feature p {
  margin: 0;
  color: var(--color-muted);
}

.stats-section {
  background:
    radial-gradient(circle at 82% 12%, rgba(229, 199, 122, 0.18), transparent 15rem),
    linear-gradient(135deg, rgba(255, 250, 243, 0.96), rgba(255, 244, 247, 0.94));
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
  align-items: stretch;
}

.stat-card {
  display: grid;
  min-width: 0;
  min-height: 100%;
  align-content: center;
  justify-items: center;
  gap: 0.35rem;
  padding: clamp(1.15rem, 2.2vw, 1.55rem) clamp(1.05rem, 1.7vw, 1.35rem);
  border: 1px solid rgba(229, 199, 122, 0.34);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.72);
  text-align: center;
}

.stat-card strong {
  color: var(--color-rose-dark);
  font-family: var(--font-heading);
  max-width: 100%;
  font-size: clamp(2.6rem, 4vw, 4rem);
  line-height: 0.95;
  overflow-wrap: normal;
  word-break: normal;
}

.stat-card .stat-value--word {
  font-size: clamp(2rem, 2.8vw, 3rem);
  line-height: 0.95;
  white-space: nowrap;
}

.stat-card span {
  color: var(--color-muted);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.25;
  text-transform: uppercase;
}

.testimonials-section {
  background:
    radial-gradient(circle at 14% 8%, rgba(255, 255, 255, 0.86), transparent 14rem),
    radial-gradient(ellipse at 92% 0%, rgba(229, 199, 122, 0.16), transparent 18rem),
    linear-gradient(135deg, rgba(255, 246, 245, 0.94), rgba(255, 235, 241, 0.9));
}

.testimonials-section::before {
  width: clamp(13rem, 28vw, 22rem);
  height: clamp(7rem, 15vw, 12rem);
  top: auto;
  right: -6rem;
  bottom: 1.5rem;
  border: 1px solid rgba(200, 155, 60, 0.16);
  border-radius: 100% 0 0 0;
  background: transparent;
}

.testimonial-carousel {
  --carousel-gap: 1rem;
  --marquee-card-width: clamp(21.25rem, 28vw, 24rem);
  max-width: 1020px;
  margin: 0 auto;
}

.testimonial-viewport {
  overflow: visible;
}

.testimonial-track {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 17rem), 1fr));
  gap: var(--carousel-gap);
}

.testimonial-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 100%;
  flex-direction: column;
  padding: clamp(1.35rem, 3vw, 1.85rem);
  border: 1px solid rgba(229, 199, 122, 0.26);
  border-radius: 1rem;
  background:
    linear-gradient(180deg, rgba(229, 199, 122, 0.42) 0 0.22rem, transparent 0.22rem),
    rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow-card);
}

.quote-mark {
  position: absolute;
  top: 0.5rem;
  right: 1.1rem;
  color: rgba(200, 155, 60, 0.24);
  font-family: var(--font-heading);
  font-size: 4.25rem;
  line-height: 1;
}

.testimonial-card blockquote {
  display: flex;
  height: 100%;
  flex-direction: column;
  margin: 0;
}

.testimonial-card blockquote p,
.testimonial-card footer {
  position: relative;
  z-index: 1;
}

.testimonial-card blockquote p {
  color: var(--color-plum);
  font-family: var(--font-heading);
  font-size: clamp(1.24rem, 2.15vw, 1.52rem);
  line-height: 1.22;
}

.testimonial-card footer {
  display: grid;
  gap: 0.28rem;
  margin-top: auto;
  padding-top: 1.1rem;
}

.testimonial-card footer::before {
  content: "";
  width: 3.5rem;
  height: 1px;
  margin-bottom: 0.35rem;
  background: linear-gradient(90deg, rgba(214, 51, 98, 0.54), rgba(200, 155, 60, 0.52), transparent);
}

.testimonial-card cite {
  color: var(--color-rose-dark);
  font-style: normal;
  font-weight: 900;
}

.testimonial-card footer span {
  color: var(--color-gold-dark);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.testimonial-carousel-controls {
  display: none;
}

.js .testimonial-carousel.is-marquee {
  max-width: min(100%, 1080px);
}

.js .testimonial-carousel.is-marquee .testimonial-viewport,
.js .testimonial-carousel.is-slideshow .testimonial-viewport {
  overflow: hidden;
  touch-action: pan-y;
}

.js .testimonial-carousel.is-marquee .testimonial-viewport {
  position: relative;
  mask-image: linear-gradient(90deg, transparent 0, #000 5%, #000 95%, transparent 100%);
}

.js .testimonial-carousel.is-marquee .testimonial-viewport::before,
.js .testimonial-carousel.is-marquee .testimonial-viewport::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  width: clamp(1.5rem, 6vw, 4.5rem);
  pointer-events: none;
}

.js .testimonial-carousel.is-marquee .testimonial-viewport::before {
  left: 0;
  background: linear-gradient(90deg, rgba(255, 244, 247, 0.96), rgba(255, 244, 247, 0));
}

.js .testimonial-carousel.is-marquee .testimonial-viewport::after {
  right: 0;
  background: linear-gradient(270deg, rgba(255, 244, 247, 0.96), rgba(255, 244, 247, 0));
}

.js .testimonial-carousel.is-marquee .testimonial-track {
  display: flex;
  width: max-content;
  gap: 0;
  animation: testimonials-marquee 58s linear infinite;
  will-change: transform;
}

.js .testimonial-carousel.is-marquee.is-paused .testimonial-track {
  animation-play-state: paused;
}

.js .testimonial-carousel.is-marquee .testimonial-card {
  width: var(--marquee-card-width);
  flex: 0 0 var(--marquee-card-width);
  margin-right: var(--carousel-gap);
}

.js .testimonial-carousel.is-slideshow .testimonial-track {
  display: flex;
  gap: var(--carousel-gap);
  transform: translate3d(0, 0, 0);
  transition: transform 650ms ease;
  will-change: transform;
}

.js .testimonial-carousel.is-slideshow .testimonial-card {
  flex: 0 0 100%;
}

.js .testimonial-carousel.is-marquee .testimonial-carousel-controls,
.js .testimonial-carousel.is-slideshow .testimonial-carousel-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  align-items: center;
  justify-content: center;
  margin-top: 1.25rem;
}

.js .testimonial-carousel.is-marquee .testimonial-carousel-controls {
  justify-content: flex-end;
}

.js .testimonial-carousel.is-marquee [data-carousel-prev],
.js .testimonial-carousel.is-marquee [data-carousel-next],
.js .testimonial-carousel.is-marquee .testimonial-dots {
  display: none;
}

.testimonial-control,
.testimonial-dot {
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(200, 155, 60, 0.42);
  background: rgba(255, 250, 243, 0.88);
  color: var(--color-rose-dark);
  cursor: pointer;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.testimonial-control {
  width: 2.9rem;
  height: 2.9rem;
  border-radius: 999px;
}

.testimonial-control svg {
  width: 1.2rem;
  height: 1.2rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.testimonial-control:hover,
.testimonial-control:focus-visible,
.testimonial-dot:hover,
.testimonial-dot:focus-visible {
  border-color: rgba(214, 51, 98, 0.38);
  background: rgba(255, 246, 245, 0.96);
  color: var(--color-plum);
  transform: translateY(-1px);
}

.testimonial-dots {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  align-items: center;
  justify-content: center;
}

.testimonial-dot {
  width: 0.72rem;
  height: 0.72rem;
  padding: 0;
  border-radius: 999px;
}

.testimonial-dot[aria-current="true"] {
  width: 1.65rem;
  background: var(--color-gold);
  border-color: var(--color-gold);
}

.testimonial-play-toggle .play-icon,
.testimonial-play-toggle.is-paused .pause-icon {
  display: none;
}

.testimonial-play-toggle.is-paused .play-icon {
  display: block;
}

.section-heading-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.35rem;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.service-card,
.info-card {
  border: 1px solid var(--color-border-soft);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-card);
}

.service-card {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  height: 100%;
  overflow: hidden;
  --service-image-height: clamp(12rem, 19vw, 16rem);
}

.service-card img {
  width: 100%;
  height: var(--service-image-height);
  object-fit: cover;
  background: var(--color-surface-pink);
}

.service-icon-badge {
  position: absolute;
  top: calc(var(--service-image-height) - 2rem);
  left: 1.15rem;
  z-index: 2;
  display: inline-grid;
  width: 4rem;
  height: 4rem;
  place-items: center;
  border: 1px solid rgba(244, 205, 218, 0.92);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--color-rose);
  box-shadow: 0 12px 26px rgba(88, 45, 58, 0.12);
  transition: color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.service-icon-badge svg {
  width: 1.65rem;
  height: 1.65rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.75;
}

.service-card:hover .service-icon-badge,
.service-card:focus-within .service-icon-badge {
  color: var(--color-rose-dark);
  box-shadow: 0 16px 30px rgba(88, 45, 58, 0.15);
  transform: translateY(-2px);
}

.service-card div {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 2.35rem 1.15rem 1.15rem;
  background: rgba(255, 255, 255, 0.88);
}

.service-card h3 {
  margin-bottom: 0.4rem;
  color: var(--color-accent-deep);
}

.service-card p,
.info-card p,
.info-card address,
.info-card li {
  color: var(--color-muted);
}

.service-card a {
  margin-top: auto;
  color: var(--color-accent-dark);
  font-weight: 800;
  text-decoration-color: rgba(159, 40, 91, 0.35);
  text-underline-offset: 0.25em;
}

.info-panel {
  padding: clamp(1.35rem, 4vw, 2rem);
  border: 1px solid var(--color-border);
  border-radius: 1.15rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 236, 244, 0.9));
}

.info-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.info-card {
  padding: 1.15rem;
}

.info-card h3 {
  margin-bottom: 0.65rem;
  color: var(--color-accent-dark);
}

.info-card ul {
  display: grid;
  gap: 0.45rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.info-card li {
  display: grid;
  gap: 0.1rem;
}

.info-card strong {
  color: var(--color-text);
}

.about-hours-list {
  display: grid;
  gap: 0.7rem;
  margin: 0;
}

.about-hours-list div {
  display: grid;
  gap: 0.12rem;
}

.about-hours-list dt,
.about-hours-list dd {
  margin: 0;
}

.about-hours-list dt {
  color: var(--color-muted);
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.25;
}

.about-hours-list dd {
  color: var(--color-plum);
  font-weight: 900;
  line-height: 1.25;
}

.info-card address {
  font-style: normal;
}

.info-card a {
  color: var(--color-accent-dark);
  font-weight: 800;
}

.home-visit-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(360px, 1.12fr);
  gap: clamp(1.4rem, 4vw, 3rem);
  align-items: center;
  overflow: hidden;
  padding: clamp(2rem, 5vw, 3.4rem);
  border: 1px solid rgba(229, 199, 122, 0.34);
  border-radius: 1.15rem;
  background:
    radial-gradient(circle at 8% 14%, rgba(255, 255, 255, 0.82), transparent 15rem),
    radial-gradient(circle at 94% 4%, rgba(229, 199, 122, 0.18), transparent 16rem),
    linear-gradient(135deg, rgba(255, 250, 243, 0.96), rgba(255, 231, 235, 0.9) 48%, rgba(255, 246, 245, 0.96));
  box-shadow: var(--shadow-soft);
}

.home-visit-section::before {
  content: "";
  position: absolute;
  inset: 1rem;
  z-index: 0;
  border: 1px solid rgba(200, 155, 60, 0.18);
  border-radius: 0.9rem;
  pointer-events: none;
}

.home-visit-content,
.home-map-card {
  position: relative;
  z-index: 1;
}

.home-visit-content .eyebrow {
  color: var(--color-gold-dark);
}

.home-visit-content h2 {
  max-width: 10ch;
  margin-bottom: 0.45rem;
  color: var(--color-plum);
  font-size: clamp(2.45rem, 5.8vw, 4.35rem);
  line-height: 0.96;
}

.gold-divider {
  display: flex;
  align-items: center;
  width: min(14rem, 58%);
  margin: 1.05rem 0 1.15rem;
  color: var(--color-gold);
}

.gold-divider::before,
.gold-divider::after {
  content: "";
  height: 1px;
  flex: 1;
  background: linear-gradient(90deg, transparent, rgba(200, 155, 60, 0.72), transparent);
}

.gold-divider::after {
  flex: 0 0 0.46rem;
  height: 0.46rem;
  margin-left: 0.55rem;
  border: 1px solid currentColor;
  transform: rotate(45deg);
  background: rgba(255, 250, 243, 0.86);
}

.home-visit-description {
  max-width: 34rem;
  margin: 0 0 1.3rem;
  color: var(--color-muted);
  font-size: 1.04rem;
}

.home-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 0.9rem;
  align-items: center;
  margin-bottom: 1.45rem;
}

.home-phone-link {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  gap: 0.5rem;
  color: var(--color-rose-dark);
  font-weight: 800;
  text-decoration: none;
}

.home-phone-link svg {
  width: 1rem;
  height: 1rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.home-hours-block {
  display: grid;
  max-width: 34rem;
  margin: 0;
  padding: 0.4rem 0 0;
  border-top: 1px solid rgba(200, 155, 60, 0.28);
}

.home-hours-block div {
  display: grid;
  grid-template-columns: minmax(9rem, 1fr) auto;
  gap: 1rem;
  align-items: baseline;
  padding: 0.72rem 0;
  border-bottom: 1px solid rgba(240, 204, 212, 0.74);
}

.home-hours-block dt,
.home-hours-block dd {
  margin: 0;
}

.home-hours-block dt {
  color: var(--color-muted);
  font-weight: 700;
}

.home-hours-block dd {
  color: var(--color-plum);
  font-weight: 800;
  text-align: right;
}

.home-map-card {
  overflow: hidden;
  border: 1px solid rgba(200, 155, 60, 0.34);
  border-radius: 1rem;
  background: rgba(255, 250, 243, 0.92);
  box-shadow: 0 18px 46px rgba(88, 45, 58, 0.13);
}

.home-map-card::before {
  content: "";
  display: block;
  height: 0.28rem;
  background: linear-gradient(90deg, var(--color-gold), var(--color-gold-soft), var(--color-rose));
}

.home-map-frame {
  position: relative;
  min-height: clamp(280px, 28vw, 390px);
  background:
    linear-gradient(135deg, rgba(255, 250, 243, 0.9), rgba(251, 231, 234, 0.86));
}

.home-map-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.home-map-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1rem;
  align-items: center;
  justify-content: space-between;
  padding: 1rem clamp(1rem, 3vw, 1.35rem);
}

.home-map-footer h3 {
  margin: 0;
  color: var(--color-plum);
  font-size: clamp(1.35rem, 3vw, 1.75rem);
}

.home-directions-link {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  justify-content: center;
  padding: 0.72rem 1rem;
  border: 1px solid rgba(200, 155, 60, 0.58);
  border-radius: 999px;
  color: var(--color-gold-dark);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 160ms ease, border-color 160ms ease, color 160ms ease, background 160ms ease;
}

.home-directions-link:hover,
.home-directions-link:focus-visible {
  border-color: var(--color-rose);
  background: rgba(255, 246, 245, 0.9);
  color: var(--color-rose-dark);
  transform: translateY(-1px);
}

.home-page .hero-primary-button {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.home-page .hero-primary-button::after {
  content: "";
  position: absolute;
  inset: -45% -30%;
  z-index: -1;
  background: linear-gradient(105deg, transparent 30%, rgba(229, 199, 122, 0.34) 48%, rgba(255, 255, 255, 0.3) 52%, transparent 70%);
  opacity: 0;
  transform: translateX(-135%) rotate(8deg);
  pointer-events: none;
}

.has-js .home-page .hero-primary-button::after {
  animation: cta-shimmer 12s ease-in-out 1.3s infinite;
}

.has-js .home-page .home-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 760ms ease, transform 760ms ease;
  transition-delay: var(--reveal-delay, 0ms);
}

.has-js .home-page .home-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.has-js .home-page .home-reveal .why-feature,
.has-js .home-page .home-reveal .service-card,
.has-js .home-page .home-reveal .stat-card {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 640ms ease, transform 640ms ease;
  transition-delay: var(--item-delay, 0ms);
}

.has-js .home-page .home-reveal.is-visible .why-feature,
.has-js .home-page .home-reveal.is-visible .service-card,
.has-js .home-page .home-reveal.is-visible .stat-card {
  opacity: 1;
  transform: translateY(0);
}

.has-js .home-page .home-reveal .gold-section-divider::before,
.has-js .home-page .home-reveal .gold-section-divider::after,
.has-js .home-page .home-reveal .gold-divider::before {
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 700ms ease;
  transition-delay: 140ms;
}

.has-js .home-page .home-reveal.is-visible .gold-section-divider::before,
.has-js .home-page .home-reveal.is-visible .gold-section-divider::after,
.has-js .home-page .home-reveal.is-visible .gold-divider::before {
  transform: scaleX(1);
}

.has-js .home-page .home-reveal .gold-section-divider span,
.has-js .home-page .home-reveal .gold-divider::after {
  opacity: 0;
  transition: opacity 420ms ease;
  transition-delay: 420ms;
}

.has-js .home-page .home-reveal.is-visible .gold-section-divider span,
.has-js .home-page .home-reveal.is-visible .gold-divider::after {
  opacity: 1;
}

@media (max-width: 900px) {
  .home-visit-section {
    grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
    gap: 1.25rem;
  }

  .home-visit-content h2 {
    font-size: clamp(2.15rem, 5vw, 3.2rem);
  }
}

@media (max-width: 700px) {
  .home-visit-section {
    grid-template-columns: 1fr;
    padding: 1rem;
  }

  .home-visit-section::before {
    inset: 0.65rem;
  }

  .home-visit-content,
  .home-map-card {
    min-width: 0;
  }

  .home-visit-content h2 {
    max-width: 11ch;
    font-size: clamp(2.05rem, 10vw, 2.85rem);
  }

  .home-contact-actions {
    align-items: stretch;
  }

  .home-contact-actions .button,
  .home-phone-link {
    width: 100%;
    justify-content: center;
  }

  .home-hours-block div {
    grid-template-columns: 1fr;
    gap: 0.1rem;
  }

  .home-hours-block dd {
    text-align: left;
  }

  .home-map-frame {
    min-height: 260px;
  }

  .home-map-footer {
    justify-content: center;
    text-align: center;
  }

  .home-directions-link {
    width: 100%;
  }
}

.accent-card {
  background: linear-gradient(135deg, #c93570, var(--color-accent-dark));
}

.accent-card h3,
.accent-card p {
  color: #ffffff;
}

.booking-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: clamp(2rem, 5vw, 3.25rem);
  border-radius: 1.15rem;
  background:
    radial-gradient(circle at 92% 18%, rgba(255, 255, 255, 0.22), transparent 13rem),
    linear-gradient(135deg, #c93570, var(--color-accent-dark));
  color: #ffffff;
  box-shadow: var(--shadow-soft);
}

.booking-cta h2,
.booking-cta p,
.booking-cta .eyebrow {
  color: #ffffff;
}

.booking-cta p:not(.eyebrow) {
  max-width: 42rem;
  margin-bottom: 0;
}

.page-hero {
  padding: clamp(3rem, 8vw, 6rem) 0 clamp(2rem, 5vw, 4rem);
}

.page-hero p:not(.eyebrow),
.placeholder-section p {
  max-width: 680px;
  color: var(--color-muted);
  font-size: 1.05rem;
}

.placeholder-section {
  margin-bottom: 2rem;
  padding: clamp(1.5rem, 4vw, 2.25rem);
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid var(--color-border-soft);
  border-radius: 1rem;
  box-shadow: var(--shadow-card);
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.info-block h3 {
  margin: 0 0 0.35rem;
  color: var(--color-accent-dark);
  font-size: 1rem;
}

.info-block p,
.info-block ul,
.info-block address {
  margin: 0;
  color: var(--color-muted);
}

.info-block address {
  font-style: normal;
}

.info-block ul,
.service-list {
  padding-left: 1.2rem;
}

.service-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 0.4rem 1rem;
  margin: 1rem 0 0;
  color: var(--color-muted);
}

.promo {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.55rem 0.75rem;
  background: #fde6ee;
  border: 1px solid var(--color-border);
  border-radius: 0.85rem;
  color: var(--color-accent-dark);
  font-weight: 800;
}

.about-page main {
  display: grid;
  gap: clamp(2.5rem, 5vw, 4.25rem);
  padding-top: 0;
}

.interior-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.8fr);
  gap: clamp(1.5rem, 5vw, 3.5rem);
  align-items: center;
  padding: clamp(1.4rem, 3.5vw, 2.6rem);
  background:
    linear-gradient(110deg, rgba(255, 255, 255, 0.97), rgba(255, 241, 247, 0.8)),
    radial-gradient(circle at 82% 18%, rgba(255, 190, 213, 0.38), transparent 18rem);
  border: 1px solid var(--color-border-soft);
  border-radius: 1.55rem;
  box-shadow: var(--shadow-soft);
}

.interior-hero-content p:not(.eyebrow) {
  max-width: 36rem;
  margin: 1rem 0 1.4rem;
  color: var(--color-muted);
  font-size: clamp(1.02rem, 1.5vw, 1.16rem);
}

.interior-hero-image,
.about-photo-card {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--color-border);
  background:
    radial-gradient(circle at 24% 18%, rgba(255, 255, 255, 0.9), transparent 4rem),
    linear-gradient(135deg, #fff, #ffe1ec 48%, #dc5d8b);
  box-shadow: var(--shadow-card);
}

.interior-hero-image {
  min-height: clamp(300px, 34vw, 450px);
  border-radius: 1.4rem;
}

.interior-hero-image img,
.about-photo-card img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.interior-hero-image::before,
.about-photo-card::before {
  content: "";
  position: absolute;
  inset: 14%;
  border-radius: 999px 999px 42% 42%;
  background:
    radial-gradient(circle at 48% 15%, rgba(255, 255, 255, 0.8), transparent 14%),
    linear-gradient(160deg, #ffd8e4 0%, #e96f99 42%, #b93269 100%);
  transform: rotate(-10deg);
}

.interior-hero-image:not(.image-missing)::before,
.about-photo-card:not(.image-missing)::before {
  display: none;
}

.interior-hero-image figcaption,
.about-photo-card figcaption {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  padding: 0.75rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.9);
  color: var(--color-accent-deep);
  font-weight: 800;
}

.story-copy p,
.location-feature p {
  color: var(--color-muted);
  font-size: 1.05rem;
}

.story-copy p:last-child,
.location-feature p:last-child {
  margin-bottom: 0;
}

.approach-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.location-feature {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 0.42fr);
  gap: clamp(1.5rem, 5vw, 3.5rem);
  align-items: start;
  padding: clamp(1.5rem, 4vw, 2.25rem);
  border: 1px solid var(--color-border);
  border-radius: 1.15rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(255, 236, 244, 0.9));
}

.location-feature address {
  padding: 1.15rem;
  border: 1px solid var(--color-border-soft);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.9);
  color: var(--color-muted);
  font-style: normal;
  box-shadow: var(--shadow-card);
}

.location-feature strong {
  color: var(--color-accent-deep);
}

.about-photo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.about-photo-card {
  min-height: clamp(220px, 24vw, 320px);
  border-radius: 1rem;
}

.services-page main {
  display: grid;
  gap: clamp(2.5rem, 5vw, 4.25rem);
  padding-top: 0;
}

.category-nav {
  position: sticky;
  top: 5.5rem;
  z-index: 12;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  overflow: visible;
  padding: 0.75rem;
  border: 1px solid var(--color-border-soft);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow-card);
}

.category-nav a {
  flex: 0 1 auto;
  min-height: 2.6rem;
  padding: 0.62rem 0.9rem;
  border: 1px solid var(--color-border-soft);
  border-radius: 999px;
  background: #ffffff;
  color: var(--color-accent-dark);
  font-size: 0.88rem;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.category-nav a:hover,
.category-nav a:focus-visible {
  background: var(--color-surface-pink);
}

.service-category-section,
.service-anchor-block {
  scroll-margin-top: 8.5rem;
}

.service-category-section {
  padding: clamp(1.5rem, 4vw, 2.25rem);
  border: 1px solid var(--color-border-soft);
  border-radius: 1.15rem;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: var(--shadow-card);
}

.service-category-intro {
  max-width: 760px;
  color: var(--color-muted);
  font-size: 1.05rem;
}

.service-menu-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.25rem;
}

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

.service-group {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 1.15rem;
  border: 1px solid var(--color-border-soft);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.92);
}

.service-group h3 {
  margin-bottom: 0.45rem;
  color: var(--color-accent-deep);
}

.service-group p {
  color: var(--color-muted);
}

.service-group ul,
.service-pill-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-group ul {
  display: grid;
  gap: 0.4rem;
  margin-top: auto;
}

.service-group li {
  color: var(--color-muted);
}

.service-group li::before {
  content: "";
  display: inline-block;
  width: 0.42rem;
  height: 0.42rem;
  margin-right: 0.45rem;
  border-radius: 999px;
  background: var(--color-accent);
  vertical-align: 0.08em;
}

.compact-service {
  min-height: auto;
}

.service-list-panel {
  margin-top: 1.25rem;
  padding: 1rem;
  border: 1px solid var(--color-border-soft);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.68);
}

.service-pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.service-pill-list li {
  padding: 0.5rem 0.72rem;
  border: 1px solid var(--color-border);
  border-radius: 999px;
  background: #ffffff;
  color: var(--color-accent-deep);
  font-size: 0.92rem;
  font-weight: 700;
}

.image-split-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 0.38fr);
  gap: 1.25rem;
  align-items: start;
}

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

.service-side-image {
  position: relative;
  min-height: 220px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: 1rem;
  background:
    radial-gradient(circle at 28% 20%, rgba(255, 255, 255, 0.9), transparent 4rem),
    linear-gradient(135deg, #fff, #ffe1ec 48%, #dc5d8b);
  box-shadow: var(--shadow-card);
}

.service-side-image img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.service-side-image::before {
  content: "";
  position: absolute;
  inset: 17%;
  border-radius: 999px 999px 42% 42%;
  background:
    radial-gradient(circle at 48% 15%, rgba(255, 255, 255, 0.8), transparent 14%),
    linear-gradient(160deg, #ffd8e4 0%, #e96f99 42%, #b93269 100%);
  transform: rotate(-10deg);
}

.service-side-image:not(.image-missing)::before {
  display: none;
}

.service-side-image figcaption {
  position: absolute;
  left: 0.85rem;
  right: 0.85rem;
  bottom: 0.85rem;
  padding: 0.65rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.9);
  color: var(--color-accent-deep);
  font-weight: 800;
}

.two-column-services {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(2.5rem, 5vw, 4rem);
}

.two-column-services::after {
  content: "";
  position: absolute;
  top: clamp(1.5rem, 4vw, 2.5rem);
  bottom: clamp(1.5rem, 4vw, 2.5rem);
  left: 50%;
  width: 1px;
  background: var(--color-gold);
  opacity: 0.42;
  pointer-events: none;
  transform: translateX(-50%);
}

.premium-hero {
  background:
    radial-gradient(circle at 86% 16%, rgba(229, 199, 122, 0.2), transparent 13rem),
    radial-gradient(circle at 18% 10%, rgba(255, 255, 255, 0.82), transparent 16rem),
    linear-gradient(135deg, rgba(255, 250, 243, 0.95), rgba(255, 231, 235, 0.88));
}

.premium-hero .eyebrow {
  color: var(--color-gold-dark);
  font-family: var(--font-script);
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.premium-hero h1 {
  max-width: 12ch;
}

.appointment-hero,
.services-hero,
.contact-hero,
.about-hero {
  position: relative;
  display: flex;
  align-items: center;
  width: 100vw;
  min-height: clamp(420px, 34vw, 520px);
  margin-inline: calc(50% - 50vw);
  overflow: hidden;
  padding-block: clamp(2.4rem, 5vw, 4.25rem);
  padding-inline: max(1.5rem, calc((100vw - var(--container-width)) / 2));
  border: 0;
  border-radius: 0;
  background:
    linear-gradient(90deg, rgba(255, 250, 243, 0.98) 0%, rgba(255, 246, 245, 0.94) 34%, rgba(255, 246, 245, 0.52) 52%, rgba(255, 246, 245, 0.08) 68%, rgba(255, 246, 245, 0) 100%),
    url("assets/images/appointment-hero.png") center right / cover no-repeat,
    linear-gradient(135deg, #fffaf3, #fbe7ea);
  box-shadow: none;
}

.services-hero {
  background:
    linear-gradient(90deg, rgba(255, 250, 243, 0.98) 0%, rgba(255, 246, 245, 0.94) 34%, rgba(255, 246, 245, 0.52) 52%, rgba(255, 246, 245, 0.08) 68%, rgba(255, 246, 245, 0) 100%),
    url("assets/images/services-hero.png") center right / cover no-repeat,
    linear-gradient(135deg, #fffaf3, #fbe7ea);
}

.contact-hero {
  background:
    linear-gradient(90deg, rgba(255, 250, 243, 0.98) 0%, rgba(255, 246, 245, 0.94) 34%, rgba(255, 246, 245, 0.52) 52%, rgba(255, 246, 245, 0.08) 68%, rgba(255, 246, 245, 0) 100%),
    url("assets/images/contact-hero.png") center right / cover no-repeat,
    linear-gradient(135deg, #fffaf3, #fbe7ea);
}

.about-hero {
  background:
    linear-gradient(90deg, rgba(255, 250, 243, 0.98) 0%, rgba(255, 246, 245, 0.94) 34%, rgba(255, 246, 245, 0.52) 52%, rgba(255, 246, 245, 0.08) 68%, rgba(255, 246, 245, 0) 100%),
    url("assets/images/about-hero.png") center right / cover no-repeat,
    linear-gradient(135deg, #fffaf3, #fbe7ea);
}

.appointment-hero .interior-hero-content,
.services-hero .interior-hero-content,
.contact-hero .interior-hero-content,
.about-hero .interior-hero-content {
  position: relative;
  z-index: 2;
  max-width: 560px;
}

.appointment-hero .eyebrow,
.services-hero .eyebrow,
.contact-hero .eyebrow,
.about-hero .eyebrow {
  color: var(--color-gold-dark);
  font-family: var(--font-script);
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.appointment-hero h1,
.services-hero h1,
.contact-hero h1,
.about-hero h1 {
  max-width: 10ch;
}

.contact-hero h1,
.about-hero h1 {
  max-width: 13ch;
}

.contact-hero h1 .nowrap,
.about-hero h1 .nowrap {
  white-space: nowrap;
}

.premium-card-grid .info-card {
  border-color: rgba(200, 155, 60, 0.24);
}

.milestone-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 1fr);
  gap: clamp(1.25rem, 4vw, 2rem);
  align-items: stretch;
  padding: clamp(1.5rem, 4vw, 2.25rem);
  border: 1px solid rgba(200, 155, 60, 0.22);
  border-radius: 1.15rem;
  background:
    radial-gradient(circle at 90% 18%, rgba(229, 199, 122, 0.18), transparent 12rem),
    linear-gradient(135deg, rgba(255, 250, 243, 0.96), rgba(255, 244, 247, 0.92));
  box-shadow: var(--shadow-card);
}

.milestone-card,
.milestone-list {
  min-width: 0;
}

.milestone-card h2 {
  margin-bottom: 0.7rem;
  overflow-wrap: normal;
  word-break: normal;
}

.milestone-card p {
  max-width: 48rem;
  color: var(--color-muted);
  overflow-wrap: normal;
  white-space: normal;
  word-break: normal;
}

.milestone-list {
  display: grid;
  gap: 0.8rem;
}

.milestone-list div {
  display: grid;
  grid-template-columns: minmax(6.5rem, auto) minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
  padding: 1rem;
  border: 1px solid var(--color-border-soft);
  border-radius: 0.95rem;
  background: rgba(255, 255, 255, 0.78);
}

.milestone-list strong {
  color: var(--color-gold-dark);
  font-family: var(--font-heading);
  font-size: clamp(1.7rem, 4vw, 2.35rem);
  line-height: 1;
}

.milestone-list span {
  color: var(--color-muted);
  font-weight: 800;
}

.services-page main {
  display: grid;
  gap: clamp(2.5rem, 5vw, 4.25rem);
  padding-top: 0;
}

.price-category-section,
.price-anchor-block {
  scroll-margin-top: 8.5rem;
}

.price-category-section {
  padding: clamp(1.5rem, 4vw, 2.25rem);
  border: 1px solid var(--color-border-soft);
  border-radius: 1.15rem;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: var(--shadow-card);
}

.price-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.price-card {
  padding: 1.15rem;
  border: 1px solid var(--color-border-soft);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.92);
}

.price-card h3,
.price-anchor-block h2,
.price-category-section > div > h2 {
  color: var(--color-accent-deep);
}

.price-card h3 {
  margin-bottom: 0.9rem;
}

.price-subcategory-title {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  align-items: center;
  padding: 0.42rem 0.82rem;
  border: 1px solid rgba(214, 51, 98, 0.18);
  border-radius: 999px;
  background: rgba(251, 231, 234, 0.72);
  color: var(--color-rose-dark);
  font-family: var(--font-body);
  font-size: 0.86rem;
  font-weight: 850;
  letter-spacing: 0.02em;
  line-height: 1.15;
}

.price-list {
  display: grid;
  gap: 0.55rem;
  margin: 0;
}

.price-list div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: baseline;
  padding: 0.65rem 0;
  border-bottom: 1px solid var(--color-border-soft);
}

.price-list div:last-child {
  border-bottom: 0;
}

.price-list dt {
  color: var(--color-text);
  font-weight: 700;
}

.price-list dd {
  margin: 0;
  color: var(--color-accent-dark);
  font-weight: 900;
  text-align: right;
  white-space: nowrap;
}

.price-list-wide {
  position: relative;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(2.5rem, 5vw, 4rem);
}

.price-list-wide::after {
  content: "";
  position: absolute;
  top: 0.75rem;
  bottom: 0.75rem;
  left: 50%;
  width: 1px;
  background: var(--color-gold);
  opacity: 0.38;
  pointer-events: none;
  transform: translateX(-50%);
}

.appointment-page main,
.success-page main {
  display: grid;
  gap: clamp(2.5rem, 5vw, 4.25rem);
  padding-top: clamp(1.6rem, 3.2vw, 2.8rem);
}

.appointment-page main {
  padding-top: 0;
}

.appointment-form-section,
.success-card {
  padding: clamp(1.5rem, 4vw, 2.25rem);
  border: 1px solid var(--color-border-soft);
  border-radius: 1.15rem;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow-card);
}

.appointment-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
  gap: clamp(1.25rem, 4vw, 2rem);
  align-items: start;
}

.appointment-form,
.contact-form {
  display: grid;
  gap: 1.25rem;
}

.form-honeypot {
  display: none;
}

.form-required-note,
.form-hint,
.field-error,
.privacy-note {
  color: var(--color-muted);
  font-size: 0.92rem;
}

.form-required-note {
  margin: 0;
  font-weight: 800;
}

.form-required-note span,
.form-field label span {
  color: var(--color-accent-dark);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.form-field {
  display: grid;
  gap: 0.38rem;
  min-width: 0;
}

.form-field-full {
  grid-column: 1 / -1;
}

.form-field label {
  color: var(--color-accent-deep);
  font-weight: 900;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  min-height: 3rem;
  padding: 0.72rem 0.82rem;
  border: 1px solid var(--color-border);
  border-radius: 0.78rem;
  background: #ffffff;
  color: var(--color-text);
  font: inherit;
}

.form-field textarea {
  min-height: 8rem;
  resize: vertical;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: 3px solid rgba(200, 155, 60, 0.24);
  outline-offset: 2px;
  border-color: var(--color-gold);
}

.form-field input:invalid,
.form-field select:invalid,
.form-field textarea:invalid {
  box-shadow: none;
}

.field-error {
  display: none;
  color: #9b1f4a;
  font-weight: 800;
}

.appointment-form.was-submitted .form-field input:invalid,
.appointment-form.was-submitted .form-field select:invalid,
.appointment-form.was-submitted .form-field textarea:invalid {
  border-color: #b42355;
  background: #fff8fa;
}

.appointment-form.was-submitted .form-field input:invalid ~ .field-error,
.appointment-form.was-submitted .form-field select:invalid ~ .field-error,
.appointment-form.was-submitted .form-field textarea:invalid ~ .field-error {
  display: block;
}

.date-field,
.date-field input[type="date"] {
  cursor: pointer;
}

.privacy-note {
  max-width: 46rem;
  margin: 0;
  padding: 0.9rem 1rem;
  border: 1px solid var(--color-border-soft);
  border-radius: 0.85rem;
  background: rgba(255, 248, 250, 0.85);
}

.form-submit-button {
  position: relative;
  justify-self: start;
}

.form-submit-button .button-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.button-spinner {
  display: none;
  width: 1rem;
  height: 1rem;
  margin-left: 0.55rem;
  border: 2px solid rgba(255, 255, 255, 0.45);
  border-top-color: #ffffff;
  border-radius: 999px;
  animation: buttonSpin 700ms linear infinite;
}

.form-submit-button.is-submitting .button-spinner {
  display: inline-block;
}

.form-submit-button:disabled {
  cursor: wait;
  opacity: 0.82;
}

body.modal-open {
  overflow: hidden;
}

.appointment-modal[hidden] {
  display: none;
}

.appointment-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: clamp(1rem, 4vw, 2rem);
}

.appointment-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(42, 31, 38, 0.48);
  backdrop-filter: blur(8px);
}

.appointment-modal-card {
  position: relative;
  z-index: 1;
  width: min(100%, 620px);
  padding: clamp(1.6rem, 5vw, 2.5rem);
  border: 1px solid rgba(229, 199, 122, 0.38);
  border-radius: 1.5rem;
  background:
    radial-gradient(circle at 82% 8%, rgba(229, 199, 122, 0.22), transparent 9rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(255, 246, 245, 0.9));
  box-shadow: 0 30px 80px rgba(53, 39, 47, 0.28);
  text-align: center;
  transform: translateY(0) scale(1);
  animation: modalReveal 180ms ease-out;
}

.appointment-modal-card:focus {
  outline: none;
}

.modal-close-button {
  position: absolute;
  top: 0.9rem;
  right: 0.9rem;
  display: inline-flex;
  width: 2.75rem;
  height: 2.75rem;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(200, 155, 60, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--color-accent-deep);
  font: inherit;
  font-size: 1.65rem;
  line-height: 1;
  cursor: pointer;
  transition: border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.modal-close-button:hover,
.modal-close-button:focus-visible {
  border-color: var(--color-gold);
  color: var(--color-rose);
  transform: translateY(-1px);
}

.modal-status-icon {
  display: inline-grid;
  width: 4rem;
  height: 4rem;
  place-items: center;
  margin-bottom: 0.8rem;
  border: 1px solid rgba(200, 155, 60, 0.34);
  border-radius: 999px;
  background:
    radial-gradient(circle at 32% 20%, rgba(255, 255, 255, 0.86), transparent 2rem),
    linear-gradient(135deg, var(--color-rose), var(--color-rose-dark));
  color: #ffffff;
  font-family: var(--font-heading);
  font-size: 2rem;
  box-shadow: 0 18px 38px rgba(184, 36, 79, 0.22);
}

.modal-status-icon.is-error {
  background:
    radial-gradient(circle at 32% 20%, rgba(255, 255, 255, 0.82), transparent 2rem),
    linear-gradient(135deg, #b42355, #7f1d3f);
}

.appointment-modal-card .script-eyebrow {
  margin-bottom: 0.2rem;
  font-size: clamp(2.15rem, 7vw, 3rem);
}

.appointment-modal-card h2 {
  max-width: 12ch;
  margin-inline: auto;
  color: var(--color-accent-deep);
  font-size: clamp(2.05rem, 6vw, 3.2rem);
}

.appointment-modal-card p {
  max-width: 34rem;
  margin: 0.9rem auto 0;
  color: var(--color-muted);
  font-size: clamp(1rem, 2.3vw, 1.12rem);
  line-height: 1.7;
}

.modal-support-text {
  font-weight: 700;
}

.modal-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

@keyframes buttonSpin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes modalReveal {
  from {
    opacity: 0;
    transform: translateY(0.5rem) scale(0.97);
  }

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

.salon-info-panel {
  display: grid;
  gap: 1rem;
}

.salon-info-panel .info-card h2 {
  margin-bottom: 0.65rem;
  color: var(--color-accent-dark);
  font-family: var(--font-body);
  font-size: 1.05rem;
}

.salon-info-panel .info-card address {
  margin-bottom: 0.8rem;
}

.salon-panel-image {
  position: relative;
  min-height: 260px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: 1rem;
  background:
    radial-gradient(circle at 28% 20%, rgba(255, 255, 255, 0.9), transparent 4rem),
    linear-gradient(135deg, #fff, #ffe1ec 48%, #dc5d8b);
  box-shadow: var(--shadow-card);
}

.salon-panel-image img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.salon-panel-image::before {
  content: "";
  position: absolute;
  inset: 17%;
  border-radius: 999px 999px 42% 42%;
  background:
    radial-gradient(circle at 48% 15%, rgba(255, 255, 255, 0.8), transparent 14%),
    linear-gradient(160deg, #ffd8e4 0%, #e96f99 42%, #b93269 100%);
  transform: rotate(-10deg);
}

.salon-panel-image:not(.image-missing)::before {
  display: none;
}

.salon-panel-image figcaption {
  position: absolute;
  left: 0.85rem;
  right: 0.85rem;
  bottom: 0.85rem;
  padding: 0.65rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.9);
  color: var(--color-accent-deep);
  font-weight: 800;
}

.success-card {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.success-card h1 {
  max-width: 13ch;
  margin-inline: auto;
}

.success-card p {
  max-width: 680px;
  margin-inline: auto;
  color: var(--color-muted);
  font-size: 1.05rem;
}

.premium-success {
  background:
    radial-gradient(circle at 82% 18%, rgba(229, 199, 122, 0.22), transparent 12rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 240, 245, 0.9));
}

.contact-page main {
  display: grid;
  gap: clamp(2.5rem, 5vw, 4.25rem);
  padding-top: 0;
}

.contact-message-section {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(360px, 1.12fr);
  gap: clamp(1.25rem, 4vw, 2rem);
  align-items: start;
}

.contact-message-info {
  display: grid;
  gap: 1rem;
}

.contact-form-card {
  position: sticky;
  top: 6rem;
  padding: clamp(1.5rem, 4vw, 2.25rem);
  border: 1px solid rgba(229, 199, 122, 0.34);
  border-radius: 1.15rem;
  background:
    radial-gradient(circle at 88% 8%, rgba(229, 199, 122, 0.16), transparent 12rem),
    linear-gradient(135deg, rgba(255, 250, 243, 0.96), rgba(255, 246, 245, 0.92));
  box-shadow: var(--shadow-soft);
}

.contact-form-card h2 {
  margin-bottom: 0.65rem;
  color: var(--color-plum);
}

.contact-form-card > p:not(.eyebrow) {
  margin-bottom: 1.25rem;
  color: var(--color-muted);
}

.contact-form-card .eyebrow {
  color: var(--color-gold-dark);
}

.contact-form .form-field input,
.contact-form .form-field select,
.contact-form .form-field textarea {
  border-color: rgba(240, 204, 212, 0.92);
  background: rgba(255, 250, 243, 0.92);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.contact-form .form-field input:focus,
.contact-form .form-field select:focus,
.contact-form .form-field textarea:focus {
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(229, 199, 122, 0.16);
}

.contact-form textarea {
  min-height: 180px;
  resize: vertical;
}

.contact-form .button {
  justify-self: start;
  box-shadow: 0 14px 28px rgba(184, 36, 79, 0.22);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.contact-form .button:hover,
.contact-form .button:focus-visible {
  filter: brightness(1.04);
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(184, 36, 79, 0.28);
}

.contact-detail-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.contact-card,
.contact-map-card,
.faq-section {
  padding: clamp(1.5rem, 4vw, 2.25rem);
  border: 1px solid var(--color-border-soft);
  border-radius: 1.15rem;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow-card);
}

.contact-card h2,
.contact-map-card h2,
.faq-section h2,
.contact-detail-grid .info-card h2 {
  color: var(--color-accent-deep);
}

.contact-card address,
.contact-card p,
.contact-map-card p,
.faq-section p,
.contact-detail-grid .info-card p {
  color: var(--color-muted);
}

.contact-card address {
  margin-bottom: 1rem;
  font-style: normal;
}

.hours-list {
  display: grid;
  gap: 0.8rem;
  margin: 0 0 1rem;
}

.hours-list div {
  display: grid;
  gap: 0.1rem;
}

.hours-list dt {
  color: var(--color-text);
  font-weight: 900;
}

.hours-list dd {
  margin: 0;
  color: var(--color-muted);
}

.contact-note {
  margin: 0;
  padding: 0.75rem 0.85rem;
  border: 1px solid var(--color-border-soft);
  border-radius: 0.85rem;
  background: rgba(255, 248, 250, 0.9);
  font-weight: 700;
}

.contact-map-card {
  overflow: hidden;
  padding: 0;
}

.contact-map-frame {
  position: relative;
  min-height: clamp(260px, 28vw, 360px);
  border-bottom: 1px solid var(--color-border-soft);
  background: linear-gradient(135deg, rgba(255, 250, 243, 0.92), rgba(251, 231, 234, 0.86));
}

.contact-map-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.contact-map-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  align-items: center;
  justify-content: space-between;
  padding: 1rem clamp(1rem, 3vw, 1.25rem);
}

.contact-map-footer h2 {
  margin: 0;
  font-size: clamp(1.45rem, 3vw, 1.9rem);
}

.faq-list {
  display: grid;
  gap: 0.75rem;
  margin-top: 1rem;
}

.faq-list details {
  overflow: hidden;
  border: 1px solid var(--color-border-soft);
  border-radius: 0.9rem;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 250, 243, 0.82));
  transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.faq-list details:nth-child(even) {
  background:
    linear-gradient(135deg, rgba(255, 246, 245, 0.94), rgba(255, 255, 255, 0.86));
}

.faq-list details[open] {
  border-color: rgba(200, 155, 60, 0.42);
  box-shadow: 0 12px 28px rgba(88, 45, 58, 0.08);
}

.faq-list summary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 3.25rem;
  padding: 0.95rem 3.1rem 0.95rem 1rem;
  color: var(--color-accent-deep);
  font-weight: 900;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 1rem;
  display: grid;
  width: 1.6rem;
  height: 1.6rem;
  place-items: center;
  border: 1px solid rgba(200, 155, 60, 0.38);
  border-radius: 999px;
  color: var(--color-gold-dark);
  font-size: 1.1rem;
  line-height: 1;
  transform: translateY(-50%);
}

.faq-list details[open] summary::after {
  content: "−";
  border-color: rgba(214, 51, 98, 0.34);
  color: var(--color-rose-dark);
}

.faq-list summary:focus-visible {
  outline: 3px solid rgba(141, 36, 80, 0.26);
  outline-offset: 3px;
}

.faq-list details p {
  margin: 0;
  padding: 0 1rem 1.05rem;
}

.site-footer {
  width: 100%;
  margin: clamp(3rem, 7vw, 5rem) 0 0;
  padding: clamp(3rem, 6vw, 4.75rem) 1.25rem 2rem;
  background:
    radial-gradient(circle at 50% -12%, rgba(200, 155, 60, 0.13), transparent 20rem),
    radial-gradient(circle at 10% 12%, rgba(214, 51, 98, 0.08), transparent 18rem),
    linear-gradient(145deg, #191518 0%, #141214 52%, #20191d 100%);
  color: rgba(255, 250, 243, 0.72);
}

.footer-inner {
  width: min(100%, var(--container-width));
  margin: 0 auto;
}

.site-footer .footer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}

.footer-heading {
  margin: 0 0 1rem;
  color: var(--color-gold-soft);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  line-height: 1.35;
  text-transform: uppercase;
}

.site-footer p,
.site-footer address,
.site-footer dl {
  margin: 0;
}

.site-footer ul {
  display: grid;
  gap: 0.55rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer address {
  font-style: normal;
}

.site-footer a {
  display: inline-block;
  color: var(--color-gold-soft);
  font-weight: 800;
  text-decoration: none;
  transition: color 250ms ease, transform 250ms ease;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: #ffe3a3;
  transform: translateX(2px);
}

.footer-brand p {
  max-width: 18rem;
  margin: 0 0 1rem;
  color: rgba(255, 250, 243, 0.76);
}

.footer-brand address {
  color: rgba(255, 250, 243, 0.66);
}

.footer-brand address {
  margin-bottom: 0.85rem;
}

.footer-links a {
  color: rgba(255, 250, 243, 0.72);
  font-weight: 700;
}

.footer-contact p {
  margin: 0 0 0.55rem;
}

.footer-divider {
  width: min(88%, 960px);
  height: 1px;
  margin: clamp(2rem, 5vw, 3rem) auto 1.15rem;
  background: linear-gradient(90deg, transparent, rgba(229, 199, 122, 0.28), transparent);
}

.floating-booking {
  position: fixed;
  right: max(1rem, env(safe-area-inset-right));
  bottom: max(1rem, env(safe-area-inset-bottom));
  z-index: 30;
  display: inline-flex;
  min-height: 3.25rem;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.85rem 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 999px;
  background: linear-gradient(135deg, var(--color-rose), var(--color-rose-dark));
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 16px 34px rgba(184, 36, 79, 0.3);
  transition: opacity 220ms ease, transform 220ms ease, box-shadow 220ms ease;
}

.floating-booking svg {
  width: 1.1rem;
  height: 1.1rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.floating-booking:hover,
.floating-booking:focus-visible {
  box-shadow: 0 20px 42px rgba(184, 36, 79, 0.36);
  transform: translateY(-2px);
}

.floating-booking.is-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(1rem);
}

.appointment-page .floating-booking {
  display: none;
}

.copyright {
  margin: 0;
  color: rgba(255, 250, 243, 0.5);
  font-size: 0.84rem;
  text-align: center;
}

@media (max-width: 900px) {
  .site-footer .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .milestone-section {
    grid-template-columns: 1fr;
    gap: clamp(1rem, 3vw, 1.5rem);
    padding: clamp(1.35rem, 4vw, 2rem);
  }

  .milestone-card {
    width: 100%;
    max-width: none;
    min-width: 0;
  }

  .milestone-card h2 {
    font-size: clamp(2.15rem, 6vw, 3rem);
    line-height: 1.08;
  }

  .milestone-card p {
    max-width: none;
    font-size: clamp(1rem, 2vw, 1.08rem);
    line-height: 1.7;
  }

  .milestone-list {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 620px) {
  .site-footer {
    padding-inline: 1rem;
  }

  .site-footer .footer-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: center;
  }

  .footer-brand p {
    margin-inline: auto;
  }

  .footer-divider {
    width: 90%;
  }

  .milestone-section {
    padding: clamp(1.25rem, 6vw, 1.5rem);
  }

  .milestone-list {
    gap: 0.9rem;
  }

  .milestone-list div {
    grid-template-columns: 1fr;
    gap: 0.35rem;
    align-items: start;
    padding: 1rem;
  }

  .milestone-list strong {
    font-size: clamp(1.85rem, 8vw, 2.35rem);
  }

  .appointment-modal {
    align-items: end;
    padding: 0.85rem;
  }

  .appointment-modal-card {
    max-height: calc(100svh - 1.7rem);
    overflow-y: auto;
    border-radius: 1.25rem;
  }

  .modal-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .modal-actions .button {
    width: 100%;
  }
}

@media (max-width: 700px) {
  .site-footer {
    margin-top: 2.4rem;
    padding: 2.6rem 1.25rem 1.6rem;
  }

  .site-footer .footer-grid {
    grid-template-columns: 1fr;
    gap: 1.35rem;
    text-align: center;
  }

  .footer-heading {
    margin-bottom: 0.55rem;
    font-size: 0.72rem;
  }

  .footer-brand p {
    margin: 0 auto 0.55rem;
  }

  .footer-brand address {
    margin-bottom: 0.55rem;
    line-height: 1.45;
  }

  .site-footer ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem 0.85rem;
    justify-content: center;
  }

  .site-footer a {
    min-height: 2.15rem;
    align-content: center;
  }

  .footer-contact p {
    margin-bottom: 0;
  }

  .footer-divider {
    width: 82%;
    margin: 1.35rem auto 0.85rem;
  }

  .copyright {
    font-size: 0.76rem;
  }
}

@media (max-width: 1120px) {
  .site-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.85rem 1.5rem;
    padding: 0.9rem 1.5rem;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .site-nav {
    display: none;
    order: 3;
    width: 100%;
    align-items: stretch;
    flex-direction: column;
    gap: 0.75rem;
    padding-top: 0.75rem;
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav.is-open {
    animation: menuReveal 160ms ease;
  }

  .site-nav ul {
    align-items: stretch;
    flex-direction: column;
    gap: 0.25rem;
  }

  .site-nav ul a {
    width: 100%;
    justify-content: center;
  }

  .nav-actions {
    justify-content: center;
    flex-wrap: wrap;
  }

  .nav-phone {
    display: inline-flex;
    justify-content: center;
    min-height: 2.95rem;
    align-items: center;
    padding: 0.78rem 1rem;
    border: 1px solid var(--color-border);
    border-radius: 999px;
    background: #ffffff;
  }

  .service-strip {
    display: flex;
    overflow-x: auto;
    scroll-padding-inline: 0.75rem;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }

  .service-strip a {
    flex: 0 0 7.4rem;
    scroll-snap-align: start;
  }

  .info-card-grid,
  .approach-grid,
  .why-everest-grid,
  .stats-grid,
  .service-menu-grid,
  .contact-detail-grid,
  .price-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stat-card {
    padding-inline: clamp(1.15rem, 3vw, 1.5rem);
  }
}

@media (min-width: 981px) and (max-width: 1120px) {
  .site-header {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    flex-wrap: nowrap;
    gap: 1.5rem;
    padding-inline: 1.5rem;
  }

  .nav-toggle {
    display: none;
  }

  .site-nav,
  .site-nav.is-open {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    width: auto;
    align-items: center;
    gap: 1.35rem;
    padding-top: 0;
    animation: none;
  }

  .site-nav ul {
    align-items: center;
    flex-direction: row;
    justify-self: center;
    gap: clamp(0.8rem, 1.4vw, 1.2rem);
  }

  .site-nav ul a {
    width: auto;
    min-height: 2.5rem;
    justify-content: center;
    padding-inline: 0.34rem;
    font-size: 0.7rem;
  }

  .nav-actions {
    flex-wrap: nowrap;
    gap: 0.4rem;
  }

  .nav-phone {
    min-height: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    font-size: 0.8rem;
  }

  .nav-booking {
    min-height: 2.55rem;
    padding: 0.66rem 0.78rem;
    font-size: 0.72rem;
  }

  .service-strip {
    display: flex;
    overflow-x: auto;
    scroll-padding-inline: 0.75rem;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }

  .service-strip a {
    flex: 0 0 7.2rem;
    min-height: 5.5rem;
    scroll-snap-align: start;
  }

  .service-shortcut-badge {
    width: 2.45rem;
    height: 2.45rem;
  }

  .service-shortcut-icon {
    width: 1.34rem;
    height: 1.34rem;
  }

  .hero-section {
    padding-inline: 2rem;
  }
}

@media (min-width: 1121px) {
  .nav-booking {
    min-height: 2.65rem;
    padding: 0.68rem 0.95rem;
    font-size: 0.86rem;
  }
}

@media (max-width: 860px) {
  .hero-section,
  .interior-hero,
  .location-feature,
  .image-split-section,
  .two-column-services,
  .appointment-layout,
  .contact-message-section,
  .section-grid {
    grid-template-columns: 1fr;
  }

  .two-column-services::after {
    content: none;
  }

  .contact-form-card {
    position: static;
  }

  .hero-section {
    min-height: clamp(520px, 70vw, 620px);
    margin-inline: calc(50% - 50vw);
    background:
      linear-gradient(90deg, rgba(255, 250, 243, 0.98) 0%, rgba(255, 246, 245, 0.92) 44%, rgba(255, 246, 245, 0.54) 70%, rgba(255, 246, 245, 0.2) 100%),
      url("assets/images/hero-cover.png") 68% center / cover no-repeat,
      linear-gradient(105deg, #fff4f3 0%, #fff7f2 38%, #f9cbd5 100%);
  }

  .hero-content {
    width: min(72%, 560px);
    min-width: 0;
    max-width: 560px;
    padding: clamp(2rem, 8vw, 4rem) 1rem clamp(4.2rem, 8vw, 5.5rem);
  }

  .appointment-hero,
  .services-hero,
  .contact-hero,
  .about-hero {
    min-height: clamp(340px, 58vw, 420px);
    padding: clamp(2rem, 6vw, 3rem);
  }

  .appointment-hero {
    background:
      linear-gradient(90deg, rgba(255, 250, 243, 0.99) 0%, rgba(255, 246, 245, 0.96) 45%, rgba(255, 246, 245, 0.66) 68%, rgba(255, 246, 245, 0.18) 100%),
      url("assets/images/appointment-hero.png") 68% center / cover no-repeat,
      linear-gradient(135deg, #fffaf3, #fbe7ea);
  }

  .services-hero {
    background:
      linear-gradient(90deg, rgba(255, 250, 243, 0.99) 0%, rgba(255, 246, 245, 0.96) 45%, rgba(255, 246, 245, 0.66) 68%, rgba(255, 246, 245, 0.18) 100%),
      url("assets/images/services-hero.png") 68% center / cover no-repeat,
      linear-gradient(135deg, #fffaf3, #fbe7ea);
  }

  .contact-hero {
    background:
      linear-gradient(90deg, rgba(255, 250, 243, 0.99) 0%, rgba(255, 246, 245, 0.96) 45%, rgba(255, 246, 245, 0.66) 68%, rgba(255, 246, 245, 0.18) 100%),
      url("assets/images/contact-hero.png") 68% center / cover no-repeat,
      linear-gradient(135deg, #fffaf3, #fbe7ea);
  }

  .about-hero {
    background:
      linear-gradient(90deg, rgba(255, 250, 243, 0.99) 0%, rgba(255, 246, 245, 0.96) 45%, rgba(255, 246, 245, 0.66) 68%, rgba(255, 246, 245, 0.18) 100%),
      url("assets/images/about-hero.png") 68% center / cover no-repeat,
      linear-gradient(135deg, #fffaf3, #fbe7ea);
  }

  .appointment-hero .interior-hero-content,
  .services-hero .interior-hero-content,
  .contact-hero .interior-hero-content,
  .about-hero .interior-hero-content {
    max-width: min(78%, 520px);
  }

  .hero-particles span:nth-child(n+8) {
    display: none;
  }

  .hero-section h1 {
    max-width: 9.5ch;
    font-size: clamp(3.25rem, 13vw, 5.2rem);
  }

  .service-strip {
    display: flex;
    overflow-x: auto;
    margin-top: -1.4rem;
    margin-inline: 0;
    scroll-padding-inline: 0.75rem;
    -webkit-overflow-scrolling: touch;
  }

  .service-strip a {
    flex: 0 0 8.6rem;
    border-bottom: 0;
  }

  .category-nav {
    top: 5rem;
  }

  h1 {
    max-width: 12ch;
  }

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

  .booking-cta,
  .section-heading-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .section-heading-row .button,
  .section-heading-row .text-link {
    align-self: flex-start;
  }
}

@media (max-width: 620px) {
  .site-header {
    width: 100%;
    margin-top: 0.5rem;
    padding-inline: 1.25rem;
    border-radius: 0.9rem;
  }

  main {
    width: min(100% - 1rem, var(--container-width));
  }

  .home-page main,
  .about-page main,
  .services-page main,
  .appointment-page main,
  .success-page main,
  .contact-page main {
    gap: 2rem;
    padding-top: 1.25rem;
  }

  .about-page main,
  .services-page main,
  .appointment-page main,
  .contact-page main {
    padding-top: 0;
  }

  .hero-section,
  .interior-hero,
  .location-feature,
  .service-category-section,
  .price-category-section,
  .why-everest-section,
  .stats-section,
  .testimonials-section,
  .appointment-form-section,
  .success-card,
  .contact-card,
  .contact-form-card,
  .faq-section,
  .section-grid,
  .info-panel,
  .booking-cta {
    padding: 1rem;
    border-radius: 1rem;
  }

  .interior-hero-image {
    min-height: 280px;
    border-radius: 1rem;
  }

  h1 {
    font-size: clamp(2.55rem, 12vw, 3.15rem);
  }

  h2 {
    font-size: clamp(1.7rem, 8vw, 2.15rem);
  }

  .service-strip,
  .card-grid,
  .why-everest-grid,
  .stats-grid,
  .info-card-grid,
  .form-grid,
  .approach-grid,
  .about-photo-grid,
  .service-menu-grid,
  .service-menu-grid.two-card-grid,
  .contact-detail-grid,
  .price-card-grid,
  .price-list-wide {
    grid-template-columns: 1fr;
  }

  .price-list-wide::after {
    content: none;
  }

  .service-strip {
    display: flex;
    border-radius: 0.85rem;
  }

  .price-list div {
    gap: 0.5rem;
  }

  .category-nav {
    position: static;
    top: auto;
    justify-content: center;
    gap: 0.55rem;
    margin-inline: -0.25rem;
    padding: 0.7rem;
    border-radius: 0.85rem;
  }

  .category-nav a {
    min-height: 2.65rem;
    padding: 0.58rem 0.78rem;
    font-size: 0.84rem;
  }

  .price-category-section,
  .price-anchor-block,
  .service-category-section,
  .service-anchor-block {
    scroll-margin-top: 5.5rem;
  }

  .service-pill-list {
    align-items: stretch;
    flex-direction: column;
  }

  .service-pill-list li {
    border-radius: 0.75rem;
  }

  .service-strip a {
    min-height: 5.3rem;
    flex-basis: 8rem;
    border-right: 1px solid rgba(240, 204, 212, 0.78);
  }

  .info-card {
    padding: 1rem;
  }

  .service-card div {
    padding: 2.35rem 1rem 1rem;
  }

  .button,
  .nav-actions .button,
  .nav-phone {
    width: 100%;
  }

  .button-row {
    align-items: stretch;
    flex-direction: column;
  }

  .form-field-full {
    grid-column: auto;
  }

  .floating-booking {
    right: max(1rem, env(safe-area-inset-right));
    bottom: max(1rem, env(safe-area-inset-bottom));
    width: 3.15rem;
    height: 3.15rem;
    min-height: 3.15rem;
    padding: 0;
    border-radius: 999px;
  }

  .floating-booking span {
    display: none;
  }

  .floating-booking svg {
    width: 1.18rem;
    height: 1.18rem;
  }

  .stat-card {
    padding: 1.15rem 1rem;
  }
}

@media (max-width: 520px) {
  .hero-section {
    min-height: 620px;
    align-items: flex-start;
    background:
      linear-gradient(180deg, rgba(255, 250, 243, 0.98) 0%, rgba(255, 246, 245, 0.94) 54%, rgba(255, 246, 245, 0.5) 78%, rgba(255, 246, 245, 0.18) 100%),
      url("assets/images/hero-cover.png") 70% bottom / cover no-repeat,
      linear-gradient(105deg, #fff4f3 0%, #fff7f2 38%, #f9cbd5 100%);
  }

  .appointment-hero,
  .services-hero,
  .contact-hero,
  .about-hero {
    min-height: clamp(390px, 108vw, 480px);
    padding: 1.25rem;
  }

  .appointment-hero {
    background:
      linear-gradient(90deg, rgba(255, 250, 243, 0.99) 0%, rgba(255, 246, 245, 0.97) 62%, rgba(255, 246, 245, 0.72) 82%, rgba(255, 246, 245, 0.28) 100%),
      url("assets/images/appointment-hero.png") 70% center / cover no-repeat,
      linear-gradient(135deg, #fffaf3, #fbe7ea);
  }

  .services-hero {
    background:
      linear-gradient(90deg, rgba(255, 250, 243, 0.99) 0%, rgba(255, 246, 245, 0.97) 62%, rgba(255, 246, 245, 0.72) 82%, rgba(255, 246, 245, 0.28) 100%),
      url("assets/images/services-hero.png") 70% center / cover no-repeat,
      linear-gradient(135deg, #fffaf3, #fbe7ea);
  }

  .contact-hero {
    background:
      linear-gradient(90deg, rgba(255, 250, 243, 0.99) 0%, rgba(255, 246, 245, 0.97) 62%, rgba(255, 246, 245, 0.72) 82%, rgba(255, 246, 245, 0.28) 100%),
      url("assets/images/contact-hero.png") 70% center / cover no-repeat,
      linear-gradient(135deg, #fffaf3, #fbe7ea);
  }

  .about-hero {
    background:
      linear-gradient(90deg, rgba(255, 250, 243, 0.99) 0%, rgba(255, 246, 245, 0.97) 62%, rgba(255, 246, 245, 0.72) 82%, rgba(255, 246, 245, 0.28) 100%),
      url("assets/images/about-hero.png") 70% center / cover no-repeat,
      linear-gradient(135deg, #fffaf3, #fbe7ea);
  }

  .appointment-hero .interior-hero-content,
  .services-hero .interior-hero-content,
  .contact-hero .interior-hero-content,
  .about-hero .interior-hero-content {
    max-width: 100%;
  }

  .appointment-hero h1,
  .services-hero h1,
  .contact-hero h1,
  .about-hero h1 {
    max-width: 9ch;
  }

  .about-hero h1 {
    max-width: 13ch;
  }

  .hero-content {
    width: 100%;
    max-width: none;
    padding: 2.75rem 1rem 7.25rem;
  }

  .hero-particles span:nth-child(n+6) {
    display: none;
  }

  .hero-section h1 {
    max-width: 9.5ch;
    font-size: clamp(2.85rem, 13vw, 3.65rem);
  }

  .hero-copy {
    max-width: 20rem;
  }
}

@media (max-width: 390px) {
  .announcement-bar p {
    font-size: 0.82rem;
  }

  .site-logo {
    width: 7.9rem;
  }

  .nav-toggle {
    width: 2.65rem;
    height: 2.65rem;
  }
}

@media (max-width: 700px) {
  .home-page main {
    gap: 1.45rem;
    padding-top: 1rem;
  }

  .home-page .desktop-copy {
    display: none;
  }

  .home-page .mobile-copy {
    display: block;
  }

  .home-page .hero-section {
    min-height: clamp(640px, 154vw, 720px);
    align-items: flex-start;
    background:
      linear-gradient(90deg, rgba(255, 250, 243, 0.99) 0%, rgba(255, 246, 245, 0.97) 45%, rgba(255, 246, 245, 0.74) 66%, rgba(255, 246, 245, 0.24) 100%),
      url("assets/images/hero-cover.png") 76% center / cover no-repeat,
      linear-gradient(105deg, #fff4f3 0%, #fff7f2 38%, #f9cbd5 100%);
  }

  .home-page .hero-content {
    width: 100%;
    max-width: 22rem;
    padding: clamp(2.25rem, 8vw, 3rem) 1rem clamp(5.25rem, 13vw, 6.25rem);
  }

  .home-page .hero-section h1 {
    max-width: 8.75ch;
    font-size: clamp(2.75rem, 13vw, 3.65rem);
  }

  .home-page .hero-copy {
    max-width: 19rem;
    margin-bottom: 1.35rem;
    font-size: 1rem;
    line-height: 1.55;
  }

  .home-page .hero-actions {
    gap: 0.65rem;
  }

  .home-page .hero-actions .button {
    width: 100%;
    max-width: 19.75rem;
  }

  .home-page .section-grid,
  .home-page .why-everest-section,
  .home-page .stats-section,
  .home-page .testimonials-section,
  .home-page .home-visit-section,
  .home-page .booking-cta {
    padding: clamp(1.1rem, 5vw, 1.45rem);
  }

  .home-page .welcome-section {
    gap: 1rem;
  }

  .home-page .welcome-section h2,
  .home-page .section-heading-centered h2,
  .home-page .section-heading-row h2,
  .home-page .booking-cta h2 {
    font-size: clamp(2rem, 9vw, 2.65rem);
  }

  .home-page .welcome-section p:not(.eyebrow) {
    margin-bottom: 0.75rem;
    font-size: 1rem;
    line-height: 1.6;
  }

  .home-page .script-eyebrow {
    font-size: clamp(2rem, 10vw, 2.45rem);
  }

  .home-page .section-heading-centered {
    margin-bottom: 1.05rem;
  }

  .home-page .section-heading-centered p:not(.script-eyebrow) {
    max-width: 20rem;
    font-size: 0.98rem;
    line-height: 1.55;
  }

  .home-page .gold-section-divider {
    margin: 0.75rem auto 0.9rem;
  }

  .home-page .why-everest-section {
    border-radius: 1rem;
  }

  .home-page .why-everest-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.7rem;
  }

  .home-page .why-feature {
    gap: 0.45rem;
    padding: 0.82rem;
    border-radius: 0.85rem;
  }

  .home-page .why-icon {
    width: 2.35rem;
    height: 2.35rem;
  }

  .home-page .why-icon svg {
    width: 1.18rem;
    height: 1.18rem;
  }

  .home-page .why-feature h3 {
    font-size: 0.95rem;
    line-height: 1.18;
  }

  .home-page .why-feature p {
    font-size: 0.84rem;
    line-height: 1.45;
  }

  .home-page .stats-section {
    padding-block: 1.25rem;
  }

  .home-page .featured-services .section-heading-row {
    gap: 0.5rem;
    margin-bottom: 0.9rem;
  }

  .home-page .featured-services .card-grid {
    gap: 0.85rem;
  }

  .home-page .service-card {
    --service-image-height: clamp(170px, 47vw, 210px);
    border-radius: 0.9rem;
  }

  .home-page .service-icon-badge {
    top: calc(var(--service-image-height) - 1.45rem);
    left: 0.9rem;
    width: 3rem;
    height: 3rem;
  }

  .home-page .service-icon-badge svg {
    width: 1.25rem;
    height: 1.25rem;
  }

  .home-page .service-card div {
    padding: 1.85rem 0.95rem 0.9rem;
  }

  .home-page .service-card h3 {
    margin-bottom: 0.3rem;
    font-size: 1.05rem;
  }

  .home-page .service-card p {
    margin-bottom: 0.7rem;
    font-size: 0.92rem;
    line-height: 1.45;
  }

  .home-page .service-card a {
    font-size: 0.9rem;
  }

  .home-page .home-visit-section {
    gap: 1rem;
    border-color: rgba(200, 155, 60, 0.32);
    border-radius: 1.1rem;
    background:
      radial-gradient(circle at 94% 8%, rgba(214, 51, 98, 0.12), transparent 9rem),
      radial-gradient(circle at 8% 0%, rgba(255, 255, 255, 0.88), transparent 11rem),
      linear-gradient(145deg, rgba(255, 250, 243, 0.98), rgba(255, 237, 241, 0.94));
  }

  .home-page .home-visit-section::before {
    inset: 0.55rem;
    border-color: rgba(200, 155, 60, 0.2);
    border-radius: 0.85rem;
  }

  .home-page .home-visit-content h2 {
    max-width: 9.5ch;
    margin-bottom: 0.35rem;
    font-size: clamp(2.25rem, 11vw, 3rem);
  }

  .home-page .gold-divider {
    width: min(11rem, 60%);
    margin: 0.75rem 0 0.85rem;
  }

  .home-page .home-visit-description {
    margin-bottom: 0.9rem;
    font-size: 0.98rem;
    line-height: 1.55;
  }

  .home-page .home-contact-actions {
    display: block;
    margin-bottom: 0.9rem;
  }

  .home-page .home-phone-link {
    width: 100%;
    min-height: 2.55rem;
    justify-content: center;
    padding-inline: 0.75rem;
    border: 1px solid rgba(214, 51, 98, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    font-size: 0.82rem;
  }

  .home-page .home-hours-block {
    max-width: none;
    padding: 0.75rem 0.85rem;
    border: 1px solid rgba(240, 204, 212, 0.78);
    border-radius: 0.9rem;
    background: rgba(255, 255, 255, 0.72);
  }

  .home-page .home-hours-block div {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.65rem;
    padding: 0.5rem 0;
  }

  .home-page .home-hours-block dd {
    text-align: right;
  }

  .home-page .home-map-card {
    border-color: rgba(200, 155, 60, 0.42);
    border-radius: 0.95rem;
    box-shadow: 0 14px 30px rgba(88, 45, 58, 0.11);
  }

  .home-page .home-map-frame {
    min-height: clamp(240px, 68vw, 300px);
  }

  .home-page .home-map-footer {
    gap: 0.55rem;
    justify-content: center;
    padding: 0.75rem;
    text-align: center;
  }

  .home-page .home-map-footer h3 {
    width: 100%;
    font-size: 1.12rem;
  }

  .home-page .home-directions-link {
    width: auto;
    min-height: 2.55rem;
    padding: 0.68rem 1rem;
  }
}

@media (max-width: 600px) {
  :root {
    --mobile-header-height: clamp(6.25rem, 23.5vw, 6.6rem);
  }

  html:has(.home-page),
  html:has(.about-page),
  body.home-page,
  body.about-page {
    overflow-x: clip;
  }

  .home-page main,
  .about-page main {
    gap: 1rem;
  }

  .home-page .service-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
    min-width: 0;
    max-width: 100%;
    overflow-x: visible;
    overflow-y: hidden;
  }

  .home-page .service-strip a {
    flex: initial;
    min-width: 0;
    min-height: 4.75rem;
  }

  .home-page .why-everest-section,
  .home-page .stats-section,
  .home-page .testimonials-section,
  .home-page .home-visit-section,
  .about-page .mobile-chapter {
    display: flex;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    min-height: calc(100vh - var(--mobile-header-height) - env(safe-area-inset-bottom));
    min-height: calc(100svh - var(--mobile-header-height) - env(safe-area-inset-bottom));
    flex-direction: column;
    justify-content: center;
    overflow: visible;
    scroll-margin-top: 0;
  }

  .home-page .why-everest-section > *,
  .home-page .stats-section > *,
  .home-page .testimonials-section > *,
  .home-page .home-visit-section > *,
  .about-page .mobile-chapter > * {
    align-self: stretch;
    min-width: 0;
    max-width: 100%;
  }

  .home-page .why-everest-section,
  .home-page .stats-section,
  .home-page .testimonials-section,
  .about-page .story-section,
  .about-page .approach-section,
  .about-page .milestone-section,
  .about-page .info-panel {
    gap: clamp(0.85rem, 3.5svh, 1.35rem);
    padding-block: clamp(1.15rem, 4.5svh, 1.7rem);
  }

  .home-page .section-heading-centered,
  .about-page .section-heading-row {
    margin-bottom: 0;
  }

  .home-page .why-everest-grid,
  .home-page .stats-grid,
  .about-page .approach-grid,
  .about-page .info-card-grid {
    align-content: center;
  }

  .about-page .story-section {
    align-items: stretch;
  }

  .about-page .milestone-list,
  .about-page .approach-grid,
  .about-page .info-card-grid {
    gap: clamp(0.65rem, 2.5svh, 0.95rem);
  }

  .about-page .info-card {
    padding-block: clamp(0.9rem, 3svh, 1.15rem);
  }

  .home-page .stats-grid {
    gap: clamp(0.62rem, 2.5svh, 0.95rem);
  }

  .home-page .stat-card {
    padding-block: clamp(0.9rem, 3svh, 1.25rem);
  }

  .home-page .testimonial-carousel {
    width: 100%;
    min-width: 0;
  }

  .home-page .testimonials-section {
    overflow-x: clip;
  }

  .home-page .testimonial-viewport {
    width: 100%;
    min-width: 0;
    overflow: hidden;
    contain: layout paint;
  }

  .has-js .home-page .testimonial-carousel.is-slideshow .testimonial-track {
    display: block;
    transform: none !important;
    transition: none;
  }

  .has-js .home-page .testimonial-carousel.is-slideshow .testimonial-card {
    display: none;
    width: 100%;
  }

  .has-js .home-page .testimonial-carousel.is-slideshow .testimonial-card[aria-hidden="false"] {
    display: flex;
  }

  .home-page .testimonial-card {
    padding: clamp(1.05rem, 3.4svh, 1.35rem);
  }

  .home-page .testimonial-card blockquote p {
    font-size: clamp(1.15rem, 5.2vw, 1.34rem);
  }

  .home-page .testimonial-carousel-controls {
    margin-top: clamp(0.75rem, 2.8svh, 1rem);
  }

  .home-page .home-visit-section {
    gap: clamp(0.85rem, 3svh, 1.2rem);
    align-items: stretch;
    padding-block: clamp(1rem, 3.5svh, 1.35rem);
  }

  .home-page .home-visit-content {
    display: flex;
    width: 100%;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
  }

  .home-page .home-map-frame {
    min-height: clamp(150px, 31svh, 245px);
  }
}

@media (max-width: 600px) and (prefers-reduced-motion: no-preference) {
  html:has(.home-page),
  html:has(.about-page) {
    scroll-padding-top: var(--mobile-header-height);
    scroll-snap-type: y proximity;
  }

  .home-page .why-everest-section,
  .home-page .stats-section,
  .home-page .testimonials-section,
  .home-page .home-visit-section,
  .about-page .mobile-chapter {
    scroll-snap-align: start;
  }
}

@media (max-width: 430px) {
  .home-page main {
    gap: 1.25rem;
  }

  .home-page .hero-section {
    min-height: clamp(635px, 180vw, 700px);
    background:
      linear-gradient(90deg, rgba(255, 250, 243, 0.995) 0%, rgba(255, 246, 245, 0.98) 52%, rgba(255, 246, 245, 0.76) 72%, rgba(255, 246, 245, 0.26) 100%),
      url("assets/images/hero-cover.png") 75% center / cover no-repeat,
      linear-gradient(105deg, #fff4f3 0%, #fff7f2 38%, #f9cbd5 100%);
  }

  .home-page .hero-content {
    max-width: 20rem;
    padding-top: 2.25rem;
  }

  .home-page .hero-section h1 {
    font-size: clamp(2.65rem, 13vw, 3.35rem);
  }

  .home-page .why-everest-grid {
    gap: 0.62rem;
  }

  .home-page .why-feature {
    padding: 0.72rem;
  }

  .home-page .why-feature p {
    font-size: 0.8rem;
  }

  .home-page .home-hours-block div {
    grid-template-columns: 1fr;
    gap: 0.08rem;
  }

  .home-page .home-hours-block dd {
    text-align: left;
  }
}

@media (max-width: 360px) {
  .home-page .why-everest-grid {
    grid-template-columns: 1fr;
  }

  .home-page .floating-booking {
    width: 2.8rem;
    height: 2.8rem;
    min-height: 2.8rem;
  }

  .home-page .floating-booking svg {
    width: 1.05rem;
    height: 1.05rem;
  }
}

@keyframes cta-shimmer {
  0%,
  82% {
    opacity: 0;
    transform: translateX(-135%) rotate(8deg);
  }

  88% {
    opacity: 0.42;
  }

  96%,
  100% {
    opacity: 0;
    transform: translateX(135%) rotate(8deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
  }

  .hero-particles span {
    animation: none !important;
    opacity: 0.07;
    transform: none;
    will-change: auto;
  }

  .home-page .hero-primary-button::after {
    animation: none !important;
  }

  .has-js .home-page .home-reveal,
  .has-js .home-page .home-reveal .why-feature,
  .has-js .home-page .home-reveal .service-card,
  .has-js .home-page .home-reveal .stat-card {
    opacity: 1;
    transform: none;
  }

  .js .testimonial-carousel.is-marquee .testimonial-track {
    animation: none !important;
    transform: none !important;
    will-change: auto;
  }

  .js .testimonial-carousel.is-slideshow .testimonial-track {
    transition: none !important;
    will-change: auto;
  }
}

@keyframes testimonials-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes menuReveal {
  from {
    opacity: 0;
    transform: translateY(-0.25rem);
  }

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