:root {
  --pink: #f5afe1;
  --pink-soft: #fff3fb;
  --pink-pale: #ffe4f5;
  --purple: #a4006a;
  --purple-dark: #5f1847;
  --red: #e71919;
  --red-dark: #b90f16;
  --ink: #281322;
  --muted: #68445a;
  --white: #ffffff;
  --line: #efb9dc;
  --shadow: 0 12px 28px rgba(95, 24, 71, 0.14);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--pink-soft);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: var(--purple);
}

a:hover,
a:focus {
  color: var(--red-dark);
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  z-index: 100;
  padding: 0.75rem 1rem;
  color: var(--white);
  background: var(--purple-dark);
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255, 243, 251, 0.97);
  border-bottom: 1px solid var(--line);
}

.nav-wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0.7rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.logo {
  display: inline-flex;
  width: 138px;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 5px 16px rgba(164, 0, 106, 0.14);
}

.logo img {
  display: block;
  width: 100%;
}

.nav-list {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0;
  padding: 0;
  overflow-x: auto;
  list-style: none;
}

.nav-list a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0.55rem 0.72rem;
  border-radius: 999px;
  color: var(--ink);
  text-decoration: none;
  white-space: nowrap;
  font-size: 0.95rem;
  font-weight: 700;
}

.nav-list a:hover,
.nav-list a:focus {
  background: var(--pink-pale);
}

.nav-list .book-small {
  color: var(--white);
  background: var(--red);
}

main {
  overflow: hidden;
}

.container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 1rem;
}

.hero {
  padding: 3rem 0 2.3rem;
  background: var(--pink);
}

.hero-grid,
.split {
  display: grid;
  align-items: center;
  gap: 1.4rem;
}

.eyebrow {
  margin: 0 0 0.5rem;
  color: var(--purple-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0 0 1rem;
  color: var(--purple-dark);
  line-height: 1.15;
  letter-spacing: 0;
}

h1 {
  max-width: 850px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.45rem;
}

h2 {
  font-size: 1.85rem;
}

h3 {
  font-size: 1.28rem;
}

p {
  margin-top: 0;
}

.lede {
  max-width: 720px;
  color: #51223e;
  font-size: 1.12rem;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.35rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0.85rem 1.18rem;
  border-radius: 999px;
  color: var(--white);
  background: var(--red);
  box-shadow: var(--shadow);
  font-weight: 800;
  text-align: center;
  text-decoration: none;
}

.button:hover,
.button:focus {
  color: var(--white);
  background: var(--purple);
}

.button.secondary {
  color: var(--purple-dark);
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: none;
}

.button.secondary:hover,
.button.secondary:focus {
  color: var(--white);
  background: var(--purple-dark);
}

.card,
.hero-card {
  padding: 1.2rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.hero-card {
  border-top: 5px solid var(--red);
}

.hero-logo {
  display: block;
  width: 100%;
  max-width: 360px;
  margin: 0 auto 1rem;
  border-radius: var(--radius);
  border: 1px solid var(--line);
}

.review-badge {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0.35rem 0.7rem;
  color: var(--purple-dark);
  background: var(--pink-pale);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-weight: 800;
}

.price-note {
  color: var(--purple-dark);
  font-weight: 800;
}

.section {
  padding: 3rem 0;
}

.section.alt {
  background: var(--white);
}

.grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.card {
  border-top: 4px solid var(--pink);
}

.card.accent {
  border-top-color: var(--red);
}

.card p,
.muted {
  color: var(--muted);
}

.card-link {
  font-weight: 800;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.18em;
}

.callout {
  padding: 1.5rem;
  color: var(--white);
  background: var(--purple-dark);
  border-radius: var(--radius);
}

.callout h2,
.callout h3 {
  color: var(--white);
}

.callout a:not(.button) {
  color: var(--pink-pale);
}

.check-list {
  margin: 0;
  padding-left: 1.2rem;
}

.check-list li {
  margin: 0.4rem 0;
}

.faq-item {
  padding: 1rem 0;
  border-bottom: 1px solid var(--line);
}

.faq-item:last-child {
  border-bottom: 0;
}

.address {
  font-style: normal;
}

.hours-list,
.service-facts {
  display: grid;
  gap: 0.45rem;
  margin: 0;
}

.hours-list div,
.service-facts div {
  display: grid;
  grid-template-columns: minmax(9rem, 1fr) auto;
  gap: 0.75rem;
  align-items: baseline;
  padding-bottom: 0.45rem;
  border-bottom: 1px solid rgba(164, 0, 106, 0.16);
}

.hours-list dt,
.service-facts dt {
  font-weight: 800;
}

.hours-list dd,
.service-facts dd {
  margin: 0;
  color: var(--muted);
  text-align: right;
}

.table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.service-table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
}

.service-table th,
.service-table td {
  padding: 0.85rem;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.service-table th {
  color: var(--purple-dark);
  background: var(--pink-pale);
  font-size: 0.92rem;
  text-transform: uppercase;
}

.service-table tr:last-child td {
  border-bottom: 0;
}

.site-footer {
  padding: 2.2rem 0;
  color: var(--white);
  background: var(--purple-dark);
}

.footer-grid {
  display: grid;
  gap: 1.2rem;
}

.site-footer h2,
.site-footer h3 {
  color: var(--white);
}

.site-footer a {
  color: var(--pink-pale);
}

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

.footer-logo {
  width: 160px;
  margin-bottom: 0.85rem;
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.footer-hours div {
  border-color: rgba(255, 255, 255, 0.2);
}

.footer-hours dd {
  color: var(--pink-pale);
}

.sticky-cta {
  position: sticky;
  bottom: 0;
  z-index: 9;
  padding: 0.7rem 1rem;
  background: rgba(255, 243, 251, 0.98);
  border-top: 1px solid var(--line);
}

.sticky-cta .button {
  width: 100%;
}

@media (min-width: 760px) {
  .nav-wrap {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .logo {
    width: 154px;
    flex: 0 0 auto;
  }

  .hero {
    padding: 4.2rem 0 3.4rem;
  }

  .hero-grid,
  .split {
    grid-template-columns: 1.2fr 0.8fr;
  }

  h1 {
    font-size: 4rem;
  }

  h2 {
    font-size: 2.35rem;
  }

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

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

  .footer-grid {
    grid-template-columns: 1.2fr 1fr 1fr 1fr;
  }

  .sticky-cta {
    display: none;
  }
}

/* SEO audit mobile and CTA refinements */
.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.8rem 1.1rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
}

.cta-panel {
  margin: 2rem 0;
  padding: 1.5rem;
  border-radius: 1.25rem;
}

.service-grid,
.link-grid {
  display: grid;
  gap: 1rem;
}

@media (min-width: 720px) {
  .service-grid,
  .link-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 719px) {
  nav {
    gap: 0.6rem;
  }

  nav a,
  .button,
  .nav-cta {
    width: 100%;
  }

  .hero,
  .section {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
