:root {
  --background: hsl(30 25% 97%);
  --surface: hsl(0 0% 100% / 0.9);
  --surface-strong: hsl(30 25% 98%);
  --foreground: hsl(20 15% 15%);
  --muted: hsl(20 10% 45%);
  --line: hsl(30 20% 88%);
  --brand: hsl(350 45% 55%);
  --brand-deep: hsl(350 40% 48%);
  --accent: hsl(350 35% 62%);
  --shadow-soft: 0 8px 20px rgba(0, 0, 0, 0.08);
  --shadow-card: 0 1px 2px rgba(0, 0, 0, 0.05);
  --radius-lg: 28px;
  --radius-md: 20px;
  --font-display: "Cormorant Garamond", serif;
  --font-body: "Manrope", sans-serif;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--foreground);
  font-family: var(--font-body);
  background: var(--background);
}

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

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

button {
  font: inherit;
}

.container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.narrow {
  width: min(980px, calc(100% - 40px));
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  background: color-mix(in srgb, var(--background) 80%, transparent);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
}

.brand,
.footer-brand,
.hero h1,
.section-heading h2,
.service-card h3,
.hours-panel h3 {
  font-family: var(--font-display);
}

.brand,
.footer-brand {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.nav-links {
  display: none;
  align-items: center;
  gap: 1.4rem;
}

.nav-links a:not(.button),
.mobile-menu a:not(.button) {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
}

.menu-toggle {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
  padding: 0;
  border: 0;
  background: transparent;
}

.menu-toggle span {
  width: 24px;
  height: 2px;
  background: var(--foreground);
  border-radius: 999px;
}

.mobile-menu {
  display: grid;
  gap: 1rem;
  padding: 0 20px 20px;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 250, 244, 0.96);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 48px;
  padding: 0.95rem 1.5rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: transform 180ms ease, opacity 180ms ease, background-color 180ms ease;
}

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

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

.button-primary {
  background: var(--brand);
  color: #fff9f3;
}

.button-outline {
  border-color: color-mix(in srgb, #fff9f3 30%, transparent);
  color: #fff9f3;
}

.button-small {
  min-height: 42px;
  padding-inline: 1.15rem;
}

.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}

.hero-media,
.hero-media img,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  background: color-mix(in srgb, var(--foreground) 50%, transparent);
}

.hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 7rem;
  padding-bottom: 4rem;
}

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

.eyebrow {
  margin: 0 0 1rem;
  color: var(--brand);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.hero-eyebrow {
  color: rgba(255, 249, 243, 0.76);
}

.hero h1 {
  margin: 0;
  color: #fff9f3;
  font-size: clamp(3.4rem, 7vw, 6.4rem);
  font-weight: 600;
  line-height: 0.94;
}

.hero h1 span {
  display: block;
  color: #fff0f3;
}

.hero-text,
.section-copy,
.service-summary,
.footer-copy,
.hours-note {
  color: var(--muted);
  line-height: 1.7;
}

.hero-text {
  max-width: 34rem;
  margin: 1.4rem 0 2rem;
  color: rgba(255, 249, 243, 0.86);
  font-size: 1.06rem;
}

.hero-actions {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  margin-bottom: 1.5rem;
}

.hero-address {
  margin: 0;
  color: rgba(255, 249, 243, 0.72);
}

.section {
  padding: 4.5rem 0;
}

.section-soft {
  background: hsl(350 30% 92%);
}

.section-contact {
  background: hsl(350 30% 92%);
}

.section-heading {
  margin-bottom: 2.5rem;
  text-align: center;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(2.6rem, 5vw, 4rem);
  font-weight: 600;
  line-height: 0.95;
}

.section-copy {
  max-width: 44rem;
  margin: 1rem auto 0;
}

.service-stack {
  display: grid;
  gap: 2rem;
}

.service-card {
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--brand) 8%, transparent);
  border-radius: 16px;
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.service-card-detailed {
  display: grid;
}

.service-body {
  padding: 1.4rem;
}

.service-body-full {
  background: transparent;
}

.service-heading {
  margin-bottom: 1.6rem;
}

.service-card h3 {
  margin: 0;
  font-size: 1.9rem;
  line-height: 1;
}

.service-summary {
  max-width: 36rem;
  margin: 0.85rem 0 0;
}

.service-groups {
  display: grid;
  gap: 1.2rem;
}

.service-group {
  padding: 1.1rem 1.2rem;
  border: 1px solid color-mix(in srgb, var(--brand) 10%, transparent);
  border-radius: 18px;
  background: hsl(30 25% 99%);
}

.service-group h4 {
  margin: 0 0 0.8rem;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--brand);
}

.price-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.price-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.8rem 0.1rem;
  border-bottom: 1px solid color-mix(in srgb, var(--brand) 10%, transparent);
  background: transparent;
}

.price-row span {
  color: var(--foreground);
}

.price-row strong {
  color: var(--brand-deep);
  text-align: right;
  white-space: nowrap;
}

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

.hours-grid {
  display: grid;
  gap: 1.4rem;
}

.hours-panel,
.map-card,
.contact-card {
  border: 1px solid color-mix(in srgb, var(--brand) 8%, transparent);
  border-radius: 16px;
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.hours-panel {
  padding: 1.6rem;
}

.hours-panel h3 {
  margin: 0 0 1rem;
  font-size: 2rem;
}

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

.hour-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 1rem;
  border-radius: 16px;
  background: hsl(30 25% 99%);
}

.hour-row span:last-child {
  color: var(--muted);
}

.hour-row-featured {
  background: color-mix(in srgb, var(--brand) 10%, transparent);
}

.map-card {
  overflow: hidden;
  min-height: 320px;
}

.map-card iframe {
  width: 100%;
  height: 100%;
  min-height: 320px;
  border: 0;
}

.contact-wrap {
  text-align: center;
}

.contact-grid {
  display: grid;
  gap: 1rem;
  margin-bottom: 1.2rem;
}

.contact-card {
  display: grid;
  gap: 0.5rem;
  padding: 1.4rem;
}

.contact-label {
  color: var(--accent);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.contact-card strong {
  font-size: 1.05rem;
}

.meta-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem 1.2rem;
}

.meta-links {
  margin-bottom: 0;
}

.meta-links a {
  color: var(--muted);
}

.site-footer {
  padding: 1.6rem 0 2.5rem;
}

.footer-inner {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  align-items: center;
  padding-top: 1.4rem;
  border-top: 1px solid var(--line);
  text-align: center;
}

.footer-brand {
  margin: 0;
}

.footer-copy {
  margin: 0;
}

@media (min-width: 720px) {
  .hero-actions,
  .contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-body {
    padding: 1.8rem;
  }
}

@media (min-width: 900px) {
  .nav-links {
    display: flex;
  }

  .menu-toggle,
  .mobile-menu {
    display: none;
  }

  .container {
    width: min(1180px, calc(100% - 72px));
  }

  .narrow {
    width: min(980px, calc(100% - 72px));
  }

  .hero-actions {
    display: flex;
    grid-template-columns: none;
    max-width: 28rem;
  }

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

  .service-stack {
    grid-template-columns: minmax(0, 1fr);
  }

  .hours-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
  }

  .footer-inner {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
}

@media (min-width: 1100px) {
  .section {
    padding: 6rem 0;
  }

  .service-body {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 1.2rem 1.4rem;
    align-items: start;
  }

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