/* Falling into Place — Massage & Skincare
   Upscale, serene spa aesthetic */

@font-face {
  font-family: "Brittany";
  src: url("https://db.onlinewebfonts.com/t/fb9b63cd5bfad970c5b831b707166c31.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  --cream: #f8f6f2;
  --cream-dark: #efeae3;
  --ivory: #fdfcfa;
  --sand: #e8e2d8;
  --sage: #9a9b82;
  --sage-light: #b8b9a8;
  --charcoal: #2c2a26;
  --warm-gray: #5c5954;
  --gold: #b8a47a;
  --gold-light: #d4c9a8;
  --white: #fff;
  --shadow-soft: 0 4px 24px rgba(44, 42, 38, 0.06);
  --shadow-medium: 0 8px 40px rgba(44, 42, 38, 0.08);
  --transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

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

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  width: 100%;
  max-width: 100vw;
  box-sizing: border-box;
}

body {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--charcoal);
  background: var(--ivory);
  overflow-x: hidden;
  width: 100%;
  max-width: 100vw;
  box-sizing: border-box;
}

h1, h2, h3 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  line-height: 1.2;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color var(--transition), opacity var(--transition);
}

a:hover {
  color: var(--sage);
}

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

ul {
  list-style: none;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 1.5rem;
  box-sizing: border-box;
}

/* Header & Nav */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 1.25rem 1.5rem;
  background: rgba(253, 252, 250, 0.95);
  backdrop-filter: blur(12px);
  border-bottom: 2px solid transparent;
  box-shadow: 0 2px 8px rgba(44, 42, 38, 0.05);
  transition: border-color var(--transition), padding var(--transition), box-shadow var(--transition);
}

.header.scrolled {
  border-bottom-color: var(--gold);
  box-shadow: 0 4px 16px rgba(44, 42, 38, 0.1);
}

.nav {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.logo-wrap {
  flex: 0 0 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
}

.logo {
  font-family: "Brittany", cursive;
  font-size: clamp(1.5rem, 4vw, 2.75rem);
  font-weight: 400;
  letter-spacing: 0.02em;
  color: var(--gold);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9), 0 2px 6px rgba(0, 0, 0, 0.6);
  white-space: nowrap;
}

.logo:hover {
  color: var(--gold-light);
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
  flex-wrap: nowrap;
  min-width: 0;
  flex: 1 1 auto;
}

.nav-links a {
  font-size: clamp(0.75rem, 1.2vw, 0.9rem);
  font-weight: 500;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.btn-nav {
  flex-shrink: 0;
  padding: 0.6rem 1.25rem;
  background: var(--charcoal);
  color: var(--cream) !important;
  border-radius: 2px;
  white-space: nowrap;
}

.btn-nav:hover {
  background: var(--sage);
  color: var(--white) !important;
}

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}

.nav-toggle span {
  width: 24px;
  height: 2px;
  background: var(--charcoal);
  transition: var(--transition);
}

/* Hero */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 8rem 1.5rem 4rem;
  overflow: hidden;
}

.hero-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}

.hero-bg-image,
.hero-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(0.95);
}

.hero-bg-video {
  pointer-events: none;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  background: #000;
}

.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(165deg, rgba(239, 234, 227, 0.7) 0%, rgba(248, 246, 242, 0.6) 40%, rgba(232, 226, 216, 0.65) 100%);
  z-index: 2;
}

.hero-content {
  position: relative;
  z-index: 3;
  max-width: 720px;
}

.hero-tagline {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(0.85rem, 2vw, 1.1rem);
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #000000 !important;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0 0 rgba(0, 0, 0, 1);
  margin-top: 0;
  margin-bottom: 1rem;
  white-space: nowrap;
}

.hero-title {
  font-family: "Brittany", cursive;
  font-size: clamp(3.5rem, 10vw, 6rem);
  font-weight: 400;
  letter-spacing: 0.02em;
  color: var(--gold);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9), 0 2px 6px rgba(0, 0, 0, 0.6);
  margin-top: 4rem;
  margin-bottom: 1.5rem;
  white-space: nowrap;
}

.hero-subtitle {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.1rem, 2.5vw, 1.5rem);
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #000000 !important;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0 0 rgba(0, 0, 0, 1);
  margin-top: 1.5rem;
  margin-bottom: 4rem;
  white-space: nowrap;
}

.btn {
  display: inline-block;
  padding: 0.9rem 2rem;
  font-family: "Outfit", sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-radius: 2px;
  transition: background var(--transition), color var(--transition), transform var(--transition);
}

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

.btn-primary {
  background: var(--charcoal);
  color: var(--cream);
  border: 2px solid var(--charcoal);
  box-shadow: 0 4px 12px rgba(44, 42, 38, 0.2);
}

.btn-primary:hover {
  background: var(--sage);
  border-color: var(--sage);
  color: var(--white);
  box-shadow: 0 6px 20px rgba(154, 155, 130, 0.3);
}

.btn-light {
  background: var(--white);
  color: var(--charcoal);
  border: 2px solid var(--white);
}

.btn-light:hover {
  background: transparent;
  color: var(--white);
  border-color: var(--white);
}

.btn-outline {
  background: transparent;
  color: var(--charcoal);
  border: 2px solid var(--charcoal);
  box-shadow: 0 2px 8px rgba(44, 42, 38, 0.1);
}

.btn-outline:hover {
  background: var(--charcoal);
  color: var(--cream);
  box-shadow: 0 4px 16px rgba(44, 42, 38, 0.2);
}

.hero-scroll {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  z-index: 3;
}

.hero-scroll span {
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--warm-gray);
}

.scroll-line {
  width: 1px;
  height: 40px;
  background: linear-gradient(to bottom, var(--sage-light), transparent);
  animation: scroll-pulse 2s ease-in-out infinite;
}

@keyframes scroll-pulse {
  0%, 100% { opacity: 0.5; transform: scaleY(0.8); }
  50% { opacity: 1; transform: scaleY(1); }
}

/* Section shared */
.section-label {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 0.75rem;
  position: relative;
  padding-left: 1rem;
}

.section-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 60%;
  background: linear-gradient(180deg, var(--gold) 0%, var(--sage) 100%);
  border-radius: 2px;
}

.section-title {
  font-size: clamp(2rem, 4.5vw, 2.75rem);
  color: var(--charcoal);
  margin-bottom: 1.5rem;
  position: relative;
  text-shadow: 0 2px 4px rgba(44, 42, 38, 0.1);
}

.section-title-center {
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* About */
.about {
  padding: 6rem 0;
  background: linear-gradient(180deg, var(--white) 0%, var(--cream) 100%);
  position: relative;
}

.about::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--gold) 0%, var(--sage) 50%, var(--gold) 100%);
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 4rem;
  align-items: center;
}

.about-visual {
  position: relative;
}

.about-image {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 12px 40px rgba(44, 42, 38, 0.2), 0 4px 12px rgba(184, 164, 122, 0.3);
  border: 4px solid var(--gold);
  display: block;
  transition: transform var(--transition), box-shadow var(--transition);
}

.about-image:hover {
  transform: scale(1.02);
  box-shadow: 0 16px 48px rgba(44, 42, 38, 0.25), 0 6px 16px rgba(184, 164, 122, 0.35);
}

.about-accent {
  position: absolute;
  bottom: -1.5rem;
  right: -1.5rem;
  width: 40%;
  height: 40%;
  border: 2px solid var(--gold-light);
  border-radius: 4px;
  z-index: -1;
}

.about-content {
  border: 4px solid var(--gold);
  border-radius: 8px;
  padding: 2rem;
  background: var(--white);
  box-shadow: 0 8px 32px rgba(44, 42, 38, 0.12), 0 2px 8px rgba(184, 164, 122, 0.2);
  position: relative;
  transition: transform var(--transition), box-shadow var(--transition);
}

.about-content:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(44, 42, 38, 0.15), 0 4px 12px rgba(184, 164, 122, 0.25);
}

.about-content .section-title {
  font-size: clamp(1.5rem, 3.5vw, 2rem);
  margin-bottom: 1.25rem;
}

.about-signoff {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.15rem;
  font-style: italic;
  color: var(--charcoal);
}

.about-text {
  color: var(--warm-gray);
  margin-bottom: 1rem;
}

.about-features {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--sand);
}

.about-features li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
  color: var(--charcoal);
}

.about-features li::before {
  content: "◆";
  position: absolute;
  left: 0;
  font-size: 0.5rem;
  color: var(--gold);
  top: 0.35rem;
}

/* Services */
.services {
  padding: 6rem 0;
  background: linear-gradient(180deg, var(--cream) 0%, var(--cream-dark) 50%, var(--cream) 100%);
  position: relative;
}

.services::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--gold) 0%, var(--sage) 50%, var(--gold) 100%);
}

.services-subnav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin: 2.5rem 0 3rem;
  padding: 0 1rem;
}

.services-subnav-link {
  padding: 0.75rem 1.5rem;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--charcoal);
  background: var(--white);
  border: 2px solid var(--sand);
  border-radius: 2px;
  transition: all var(--transition);
  cursor: pointer;
}

.services-subnav-link:hover {
  background: var(--charcoal);
  color: var(--cream);
  border-color: var(--charcoal);
  transform: translateY(-2px);
  box-shadow: var(--shadow-soft);
}

.services-subnav-link:active,
.services-subnav-link:focus {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}

.services-intro,
.skincare-intro {
  max-width: 640px;
  margin: 0 auto 1.5rem;
  text-align: center;
  color: var(--warm-gray);
  line-height: 1.7;
}

.service-category-title {
  font-size: 1.5rem;
  color: var(--white);
  font-weight: 700;
  margin: 2.5rem 0 1rem;
  padding: 1rem 1.5rem;
  background: linear-gradient(135deg, var(--charcoal) 0%, #3d3a34 100%);
  border: 3px solid var(--gold);
  border-radius: 8px;
  text-align: center;
  scroll-margin-top: 100px;
  box-shadow: 0 6px 20px rgba(44, 42, 38, 0.2), 0 2px 6px rgba(184, 164, 122, 0.3);
  position: relative;
  overflow: hidden;
}

.service-category-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(184, 164, 122, 0.2), transparent);
  transition: left 0.6s ease;
}

.service-category-title:hover::before {
  left: 100%;
}

.service-category-title:first-child {
  margin-top: 0;
}

.services-subsections {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-top: 2rem;
}

.service-meta {
  margin-bottom: 1rem;
  font-size: 0.9rem;
  color: var(--gold-light);
}

.service-price {
  font-weight: 600;
  color: var(--white);
}

.service-book {
  margin-top: 0.25rem;
}

.services-cta {
  text-align: center;
  margin-top: 3rem;
}

.service-subsection {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
  background: linear-gradient(135deg, #3d3a34 0%, var(--charcoal) 100%);
  padding: 3rem;
  border-radius: 8px;
  border: 2px solid var(--gold);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3), 0 4px 12px rgba(184, 164, 122, 0.2);
  scroll-margin-top: 100px;
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
  position: relative;
  overflow: hidden;
}

.service-subsection::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold) 0%, var(--sage-light) 50%, var(--gold) 100%);
  transform: scaleX(0);
  transition: transform var(--transition);
  pointer-events: none;
}

.service-subsection:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.4), 0 6px 16px rgba(184, 164, 122, 0.3);
  border-color: var(--gold-light);
}

.service-subsection:hover::before {
  transform: scaleX(1);
}

.service-subsection:target {
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.4), 0 6px 16px rgba(184, 164, 122, 0.3);
  border-color: var(--gold-light);
}

.service-subsection .btn-outline {
  background: transparent;
  color: var(--white);
  border: 2px solid var(--white);
}

.service-subsection .btn-outline:hover {
  background: var(--white);
  color: var(--charcoal);
}

.service-image-wrap {
  flex-shrink: 0;
  width: 220px;
  aspect-ratio: 1;
  border-radius: 8px;
  overflow: hidden;
  background: var(--sand);
  border: 3px solid var(--gold);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4), inset 0 0 20px rgba(184, 164, 122, 0.1);
  transition: transform var(--transition), box-shadow var(--transition);
}

.service-image-wrap:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.5), inset 0 0 20px rgba(184, 164, 122, 0.15);
}

.service-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.service-image-signature {
  object-fit: contain;
  object-position: center;
  background: var(--sand);
}

.service-image-prenatal {
  object-fit: contain;
  object-position: center;
  background: var(--sand);
}

.service-body {
  flex: 1;
  min-width: 0;
}

.service-subsection h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: var(--white);
}

.service-subsection h3 a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.service-subsection h3 a:hover {
  text-decoration: underline;
  color: var(--gold-light);
}

.service-subsection p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 1.25rem;
}

.service-enhancements-list {
  list-style: disc;
  padding-left: 1.25rem;
  margin-bottom: 1.25rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  line-height: 1.8;
}

.service-enhancements-list li {
  margin-bottom: 0.25rem;
}

.service-duration {
  display: inline-block;
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold-light);
  font-weight: 500;
}

/* Skincare */
.skincare {
  padding: 6rem 0;
  background: linear-gradient(180deg, var(--white) 0%, var(--cream) 100%);
  position: relative;
}

.skincare::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--gold) 0%, var(--sage) 50%, var(--gold) 100%);
}

.skincare .section-title-center {
  margin-bottom: 0.5rem;
}

.skincare-subnav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin: 1.5rem 0 2rem;
  padding: 0 1rem;
}

.skincare-subsections {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-top: 1rem;
}

.skincare-subsections .service-subsection {
  scroll-margin-top: 100px;
}

/* Shop */
.shop {
  position: relative;
  padding: 6rem 0;
  background: linear-gradient(180deg, var(--cream) 0%, var(--cream-dark) 50%, var(--cream) 100%);
  overflow: hidden;
}

.shop::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--gold) 0%, var(--sage) 50%, var(--gold) 100%);
  z-index: 1;
}

.shop::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("images/circadia-logo.jpg") center center no-repeat;
  background-size: contain;
  opacity: 0.12;
  z-index: 0;
  pointer-events: none;
}

.shop .container {
  position: relative;
  z-index: 1;
}

.shop-coming-soon {
  font-size: 0.95rem;
  font-style: italic;
  color: var(--sage);
  text-align: center;
  margin: -1rem auto 1.5rem;
  max-width: 560px;
}

.shop-consultation {
  max-width: 640px;
  margin: 2rem auto 0;
  text-align: center;
  color: var(--warm-gray);
  line-height: 1.7;
  font-size: 0.95rem;
}

.shop .section-title-center {
  margin-bottom: 1.25rem;
}

.shop-text {
  max-width: 560px;
  margin: 0 auto 2rem;
  text-align: center;
  color: var(--warm-gray);
  line-height: 1.7;
}

.shop-products {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
  margin: 2.5rem 0 2rem;
}

.shop-product {
  background: var(--white);
  padding: 1.75rem;
  border-radius: 8px;
  border: 2px solid var(--sand);
  box-shadow: 0 4px 16px rgba(44, 42, 38, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
  position: relative;
  overflow: hidden;
}

.shop-product::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold) 0%, var(--sage) 50%, var(--gold) 100%);
  transform: scaleX(0);
  transition: transform var(--transition);
}

.shop-product:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 32px rgba(44, 42, 38, 0.2), 0 4px 12px rgba(184, 164, 122, 0.2);
  border-color: var(--gold);
}

.shop-product:hover::before {
  transform: scaleX(1);
}

.shop-product-info h3 {
  font-size: 1.15rem;
  margin-bottom: 0.35rem;
  color: var(--charcoal);
}

.shop-product-info p {
  color: var(--warm-gray);
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}

.shop-product-price {
  font-weight: 500;
  color: var(--sage) !important;
  font-size: 1rem !important;
}

.shop-add {
  margin-top: 1rem;
  width: 100%;
  cursor: pointer;
}

.shop-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

/* Cart */
.cart-trigger {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 998;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--charcoal);
  color: var(--cream);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-medium);
  transition: transform var(--transition), background var(--transition);
}

.cart-trigger:hover {
  background: var(--sage);
  transform: scale(1.05);
}

.cart-trigger-icon {
  font-size: 1rem;
  position: absolute;
}

.cart-trigger-count {
  position: absolute;
  top: -4px;
  right: -4px;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  font-size: 0.75rem;
  font-weight: 600;
  background: var(--gold);
  color: var(--charcoal);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 98;
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--transition), visibility var(--transition);
}

.cart-backdrop.visible {
  opacity: 1;
  visibility: visible;
}

.cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 380px;
  height: 100vh;
  background: var(--ivory);
  z-index: 99;
  display: flex;
  flex-direction: column;
  box-shadow: -4px 0 24px rgba(0, 0, 0, 0.12);
  transform: translateX(100%);
  transition: transform var(--transition);
}

.cart-drawer.open {
  transform: translateX(0);
}

.cart-drawer[aria-hidden="false"] {
  transform: translateX(0);
}

.cart-drawer-header {
  padding: 1.5rem;
  border-bottom: 1px solid var(--sand);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart-drawer-header h3 {
  font-size: 1.25rem;
  margin: 0;
}

.cart-close {
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: var(--charcoal);
  padding: 0;
  line-height: 1;
  opacity: 0.7;
}

.cart-close:hover {
  opacity: 1;
}

.cart-drawer-body {
  flex: 1;
  overflow-y: auto;
  padding: 1.5rem;
}

.cart-empty {
  color: var(--warm-gray);
  font-size: 0.95rem;
  text-align: center;
  padding: 2rem 0;
}

.cart-empty.hidden {
  display: none;
}

.cart-items {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cart-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--sand);
}

.cart-item:last-child {
  border-bottom: none;
}

.cart-item-name {
  font-weight: 500;
  color: var(--charcoal);
  font-size: 0.95rem;
}

.cart-item-meta {
  font-size: 0.85rem;
  color: var(--warm-gray);
  margin-top: 0.25rem;
}

.cart-item-remove {
  background: none;
  border: none;
  color: var(--sage);
  font-size: 0.85rem;
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
}

.cart-item-remove:hover {
  color: var(--charcoal);
}

.cart-drawer-footer {
  padding: 1.5rem;
  border-top: 1px solid var(--sand);
}

.cart-total {
  margin-bottom: 1rem;
  font-size: 1rem;
  color: var(--charcoal);
}

.cart-checkout {
  width: 100%;
}

.cart-checkout:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Checkout modal */
.checkout-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--transition), visibility var(--transition);
}

.checkout-backdrop.visible {
  opacity: 1;
  visibility: visible;
}

.checkout-modal {
  position: fixed;
  inset: 0;
  z-index: 101;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--transition), visibility var(--transition);
}

.checkout-modal.visible {
  opacity: 1;
  visibility: visible;
}

.checkout-modal-inner {
  background: var(--white);
  max-width: 480px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  border-radius: 4px;
  box-shadow: var(--shadow-medium);
  padding: 2rem;
}

.checkout-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.checkout-modal-header h2 {
  font-size: 1.5rem;
  margin: 0;
}

.checkout-close {
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: var(--charcoal);
  padding: 0;
  line-height: 1;
  opacity: 0.7;
}

.checkout-note {
  font-size: 0.95rem;
  color: var(--warm-gray);
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.checkout-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.checkout-summary {
  background: var(--cream);
  padding: 1rem;
  border-radius: 4px;
  font-size: 0.9rem;
  color: var(--charcoal);
  margin-bottom: 0.5rem;
  white-space: pre-wrap;
}

.checkout-field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--charcoal);
}

.checkout-field input {
  padding: 0.65rem 0.9rem;
  border: 2px solid var(--sand);
  border-radius: 2px;
  font-family: inherit;
  font-size: 1rem;
  transition: border-color var(--transition);
}

.checkout-field input:focus {
  outline: none;
  border-color: var(--sage);
}

.checkout-payment-note {
  font-size: 0.85rem;
  color: var(--sage);
  font-style: italic;
  margin: 0;
}

.checkout-submit {
  margin-top: 0.5rem;
  cursor: pointer;
}

/* Phone modal (Call to Book popup) */
.phone-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--transition), visibility var(--transition);
}

.phone-modal-backdrop.visible {
  opacity: 1;
  visibility: visible;
}

.phone-modal {
  position: fixed;
  inset: 0;
  z-index: 101;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--transition), visibility var(--transition);
}

.phone-modal.visible {
  opacity: 1;
  visibility: visible;
}

.phone-modal-inner {
  background: var(--white);
  max-width: 360px;
  width: 100%;
  border-radius: 4px;
  box-shadow: var(--shadow-medium);
  padding: 2rem;
  text-align: center;
}

.phone-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}

.phone-modal-title {
  font-size: 1.25rem;
  margin: 0;
}

.phone-modal-close {
  background: none;
  border: none;
  font-size: 1.75rem;
  line-height: 1;
  cursor: pointer;
  color: var(--charcoal);
  padding: 0;
  opacity: 0.7;
  transition: opacity var(--transition);
}

.phone-modal-close:hover {
  opacity: 1;
}

.phone-modal-number {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--charcoal);
  margin: 0;
  letter-spacing: 0.02em;
}

/* Before & After */
.before-after {
  padding: 6rem 0;
  background: linear-gradient(180deg, var(--cream) 0%, var(--white) 50%, var(--cream) 100%);
  position: relative;
}

.before-after::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--gold) 0%, var(--sage) 50%, var(--gold) 100%);
}

.before-after-content {
  margin-top: 3rem;
}

.before-after-grid-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  max-width: 960px;
  margin: 0 auto;
  align-items: start;
}

.before-after-content .before-after-grid-two + .before-after-grid-two {
  margin-top: 2rem;
}

.before-after-single {
  max-width: 960px;
  margin: 2rem auto 0;
  display: block;
}

.before-after-single .before-after-signature-wrap {
  margin-left: auto;
  margin-right: auto;
}

.before-after-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  max-width: 900px;
  margin: 0 auto;
}

.before-after-item {
  text-align: center;
}

.before-after-label {
  font-size: 1.1rem;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--charcoal);
  margin-bottom: 1rem;
}

.before-after-image-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 8px;
  overflow: hidden;
  background: var(--sand);
  border: 3px solid var(--gold);
  box-shadow: 0 8px 32px rgba(44, 42, 38, 0.15), 0 4px 12px rgba(184, 164, 122, 0.2);
  transition: transform var(--transition), box-shadow var(--transition);
}

.before-after-image-wrap:hover {
  transform: scale(1.03);
  box-shadow: 0 12px 40px rgba(44, 42, 38, 0.2), 0 6px 16px rgba(184, 164, 122, 0.3);
}

.before-after-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.before-after-signature-wrap {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  border-radius: 8px;
  overflow: hidden;
  background: var(--sand);
  border: 3px solid var(--gold);
  box-shadow: 0 8px 32px rgba(44, 42, 38, 0.15), 0 4px 12px rgba(184, 164, 122, 0.2);
  transition: transform var(--transition), box-shadow var(--transition);
}

.before-after-signature-wrap:hover {
  transform: scale(1.02);
  box-shadow: 0 12px 40px rgba(44, 42, 38, 0.2), 0 6px 16px rgba(184, 164, 122, 0.3);
}

.before-after-signature-wrap-single {
  margin-top: 2rem;
}

.before-after-signature-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  object-position: center;
}

/* Testimonials */
.testimonials {
  padding: 6rem 0;
  background: linear-gradient(180deg, var(--white) 0%, var(--cream) 100%);
  position: relative;
}

.testimonials::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--gold) 0%, var(--sage) 50%, var(--gold) 100%);
}

.testimonials .section-title-center {
  margin-bottom: 2.5rem;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 1rem;
}

.testimonial-card {
  background: var(--white);
  padding: 2rem;
  border-radius: 8px;
  margin: 0;
  border: 2px solid var(--sand);
  border-left: 4px solid var(--gold);
  box-shadow: 0 4px 16px rgba(44, 42, 38, 0.08);
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
  position: relative;
}

.testimonial-card::before {
  content: """;
  position: absolute;
  top: 1rem;
  left: 1.5rem;
  font-family: "Cormorant Garamond", serif;
  font-size: 4rem;
  color: var(--gold);
  opacity: 0.2;
  line-height: 1;
}

.testimonial-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 32px rgba(44, 42, 38, 0.15), 0 4px 12px rgba(184, 164, 122, 0.2);
  border-color: var(--gold);
}

.testimonial-text {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--charcoal);
  margin-bottom: 1rem;
  font-style: italic;
}

.testimonial-author {
  display: block;
  font-size: 0.9rem;
  color: var(--sage);
  font-style: normal;
  font-weight: 500;
}

/* FAQ Modal */
.faq-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--transition), visibility var(--transition);
}

.faq-modal-backdrop.visible {
  opacity: 1;
  visibility: visible;
}

.faq-modal {
  position: fixed;
  inset: 0;
  z-index: 101;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--transition), visibility var(--transition);
  overflow-y: auto;
}

.faq-modal.visible {
  opacity: 1;
  visibility: visible;
}

.faq-modal-inner {
  background: var(--white);
  max-width: 900px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  border-radius: 4px;
  box-shadow: var(--shadow-medium);
  padding: 2.5rem;
  margin: auto;
}

.faq-modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 2rem;
  position: relative;
  padding-right: 2rem;
}

.faq-modal-header .section-label {
  position: absolute;
  top: 0;
  left: 0;
}

.faq-modal-title {
  font-size: 2rem;
  margin: 2rem 0 0;
  color: var(--charcoal);
}

.faq-modal-close {
  background: none;
  border: none;
  font-size: 1.75rem;
  line-height: 1;
  cursor: pointer;
  color: var(--charcoal);
  padding: 0;
  opacity: 0.7;
  transition: opacity var(--transition);
  position: absolute;
  top: 0;
  right: 0;
}

.faq-modal-close:hover {
  opacity: 1;
}

.faq-modal-body {
  padding-top: 1rem;
}

.faq-content {
  max-width: 800px;
  margin: 3rem auto 0;
}

.faq-category {
  margin-bottom: 3rem;
}

.faq-category:last-child {
  margin-bottom: 0;
}

.faq-category-title {
  font-size: 1.5rem;
  color: var(--charcoal);
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--sand);
}

.faq-items {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.faq-item {
  background: var(--cream);
  border-radius: 4px;
  border: 1px solid var(--sand);
  overflow: hidden;
  transition: box-shadow var(--transition);
}

.faq-item:hover {
  box-shadow: var(--shadow-soft);
}

.faq-question {
  font-family: "Outfit", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: var(--charcoal);
  padding: 1.25rem 1.5rem;
  cursor: pointer;
  list-style: none;
  position: relative;
  padding-right: 3rem;
  transition: color var(--transition);
}

.faq-question:hover {
  color: var(--sage);
}

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

.faq-question::after {
  content: "+";
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
  font-weight: 300;
  color: var(--sage);
  transition: transform var(--transition), color var(--transition);
}

.faq-item[open] .faq-question::after {
  content: "−";
  transform: translateY(-50%) rotate(0deg);
}

.faq-answer {
  padding: 0 1.5rem 1.5rem;
  color: var(--warm-gray);
  line-height: 1.7;
}

.faq-answer p {
  margin-bottom: 1rem;
}

.faq-answer p:last-child {
  margin-bottom: 0;
}

.faq-answer ul {
  list-style: disc;
  padding-left: 1.5rem;
  margin: 1rem 0;
}

.faq-answer li {
  margin-bottom: 0.5rem;
  line-height: 1.7;
}

.faq-answer strong {
  color: var(--charcoal);
  font-weight: 500;
}

/* CTA Banner */
.cta-banner {
  position: relative;
  padding: 5rem 1.5rem;
  text-align: center;
  overflow: hidden;
}

.cta-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--charcoal) 0%, #3d3a34 100%);
  z-index: -1;
}

.cta-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M40 0L40 80M0 40L80 40' stroke='%23b8a47a' stroke-opacity='0.08' stroke-width='0.5'/%3E%3C/svg%3E");
}

.cta-tagline {
  font-size: 0.85rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 0.5rem;
}

.cta-title {
  font-size: clamp(2rem, 4vw, 2.5rem);
  color: var(--white);
  margin-bottom: 1.5rem;
}

/* Visit */
.visit {
  padding: 6rem 0;
  background: linear-gradient(180deg, var(--cream) 0%, var(--cream-dark) 50%, var(--cream) 100%);
  position: relative;
}

.visit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--gold) 0%, var(--sage) 50%, var(--gold) 100%);
}

.visit-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 3rem;
  margin-top: 2.5rem;
}

.visit-info h3 {
  font-size: 1.1rem;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--sage);
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
}

.visit-info h3:first-child {
  margin-top: 0;
}

.visit-info {
  word-wrap: break-word;
  overflow-wrap: break-word;
  max-width: 100%;
  hyphens: none;
  word-break: normal;
}

.visit-info p {
  color: var(--warm-gray);
  margin-bottom: 0.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: none;
  word-break: normal;
}

.visit-info a:hover {
  color: var(--charcoal);
}

.visit-note {
  font-size: 0.9rem;
  font-style: italic;
  color: var(--sage) !important;
  margin-bottom: 0.5rem !important;
}

.visit-visuals {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  background: var(--white);
  padding: 1.5rem;
  border-radius: 8px;
  border: 3px solid var(--gold);
  box-shadow: 0 8px 32px rgba(44, 42, 38, 0.12), 0 4px 12px rgba(184, 164, 122, 0.2);
  transition: transform var(--transition), box-shadow var(--transition);
}

.visit-visuals:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(44, 42, 38, 0.15), 0 6px 16px rgba(184, 164, 122, 0.25);
}

.visit-room {
  position: relative;
  min-height: 280px;
  aspect-ratio: 16 / 10;
  border-radius: 8px;
  overflow: hidden;
  background: var(--sand);
  border: 2px solid var(--gold-light);
  box-shadow: 0 4px 16px rgba(44, 42, 38, 0.1);
  transition: transform var(--transition), box-shadow var(--transition);
}

.visit-room:hover {
  transform: scale(1.02);
  box-shadow: 0 6px 24px rgba(44, 42, 38, 0.15);
}

.visit-room-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 4px;
}

.visit-map {
  position: relative;
  height: 320px;
  min-height: 280px;
  aspect-ratio: 16 / 9;
  border-radius: 4px;
  overflow: hidden;
  background: var(--sand);
  width: 100%;
  max-width: 100%;
}

.visit-map-iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 280px;
  border-radius: 4px;
}

.visit-map-fallback {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--sand);
  color: var(--sage);
  font-weight: 500;
  text-decoration: none;
  border-radius: 4px;
  border: 2px dashed rgba(0,0,0,0.15);
}
.visit-map-fallback:hover {
  background: var(--white);
  color: var(--charcoal);
}

.visit-map-link-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 8px 12px;
  background: linear-gradient(to top, rgba(0,0,0,0.4), transparent);
  text-align: center;
  z-index: 1;
}
.visit-map-open-link {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  font-size: 0.9rem;
}
.visit-map-open-link:hover {
  text-decoration: underline;
}

.visit-address a {
  color: var(--warm-gray);
}

.visit-address a:hover {
  color: var(--charcoal);
}

.visit-directions {
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--sage) !important;
  margin-bottom: 0.5rem !important;
}

.visit-directions:hover {
  color: var(--charcoal) !important;
}

.visit-social {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
}

.visit-social-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.25rem;
  background: var(--white);
  border: 2px solid var(--sand);
  border-radius: 4px;
  color: var(--charcoal);
  font-size: 0.9rem;
  font-weight: 500;
  transition: all var(--transition);
  text-decoration: none;
  flex: 1 1 auto;
  min-width: 0;
  max-width: 100%;
}

.visit-social-link:hover {
  background: var(--charcoal);
  color: var(--cream);
  border-color: var(--charcoal);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(44, 42, 38, 0.15);
}

.visit-social-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.visit-facebook:hover {
  background: #1877f2;
  border-color: #1877f2;
  color: var(--white);
}

.visit-instagram:hover {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  border-color: transparent;
  color: var(--white);
}

.visit-text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.25rem;
  background: var(--white);
  border: 2px solid var(--sand);
  border-radius: 4px;
  color: var(--charcoal);
  font-size: 0.9rem;
  font-weight: 500;
  transition: all var(--transition);
  text-decoration: none;
  margin-top: 1rem;
}

.visit-text-link:hover {
  background: var(--charcoal);
  color: var(--cream);
  border-color: var(--charcoal);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(44, 42, 38, 0.15);
}


/* Book */
.book {
  padding: 6rem 0;
  background: linear-gradient(135deg, var(--charcoal) 0%, #3d3a34 100%);
  position: relative;
  overflow: hidden;
}

.book::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M40 0L40 80M0 40L80 40' stroke='%23b8a47a' stroke-opacity='0.08' stroke-width='0.5'/%3E%3C/svg%3E");
  z-index: 0;
}

.book::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--gold) 0%, var(--sage-light) 50%, var(--gold) 100%);
  z-index: 1;
}

.book-card {
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
  padding: 3rem;
  background: transparent;
  border-radius: 8px;
  position: relative;
  z-index: 1;
}

.book-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(253, 252, 250, 0.95);
  border-radius: 8px;
  border: 3px solid var(--gold);
  z-index: -1;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3), 0 4px 12px rgba(184, 164, 122, 0.3);
}

.book-text {
  color: var(--charcoal);
  margin-bottom: 2rem;
  font-weight: 500;
}

.book-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

.book-actions .btn {
  background: var(--white);
  color: var(--charcoal);
  border: 2px solid var(--white);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.book-actions .btn:hover {
  background: var(--gold);
  color: var(--charcoal);
  border-color: var(--gold);
  transform: translateY(-3px);
  box-shadow: 0 6px 24px rgba(184, 164, 122, 0.4);
}

/* Footer */
.footer {
  padding: 3rem 1.5rem;
  background: var(--charcoal);
  color: var(--cream);
  text-align: center;
}

.footer-logo {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 0.25rem;
}

.footer-tagline {
  font-size: 0.9rem;
  color: var(--sage-light);
  margin-bottom: 1rem;
}

.footer-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  margin-bottom: 1rem;
}

.footer-facebook,
.footer-instagram {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--sage-light);
  transition: color var(--transition), transform var(--transition);
}

.footer-facebook:hover,
.footer-instagram:hover {
  color: var(--gold-light);
  transform: scale(1.1);
}

.footer-facebook-icon,
.footer-instagram-icon {
  width: 28px;
  height: 28px;
}

.footer-visits {
  font-size: 0.8rem;
  color: var(--warm-gray);
  margin-bottom: 0.5rem;
}

/* Hide visitor count from public; only show when you visit with ?v=YOUR_SECRET */
.footer-visits.owner-only-hidden {
  display: none !important;
}

.footer-copy {
  font-size: 0.8rem;
  color: var(--warm-gray);
}

.footer a:hover {
  color: var(--gold-light);
}

/* Responsive */
@media (max-width: 968px) {
  .about-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .about-visual {
    order: -1;
    max-width: 480px;
    margin: 0 auto;
  }

  .services-subnav,
  .skincare-subnav {
    gap: 0.75rem;
  }

  .services-subnav-link {
    padding: 0.65rem 1.25rem;
    font-size: 0.85rem;
  }

  .service-subsection {
    flex-direction: column;
    padding: 2rem;
  }

  .service-image-wrap {
    width: 100%;
    max-width: 320px;
    aspect-ratio: 16 / 10;
  }

  .visit {
    padding: 4rem 0;
    overflow-x: hidden;
  }

  .visit-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .visit-info {
    padding: 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
  }

  .visit-info h3 {
    font-size: 1rem;
    word-wrap: break-word;
  }

  .visit-info p {
    font-size: 0.9rem;
    line-height: 1.6;
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
  }

  .visit-info a {
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
    display: inline-block;
  }

  .visit-visuals {
    padding: 1rem;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
  }

  .visit-map {
    aspect-ratio: 4 / 3;
    min-height: 250px;
    width: 100%;
    max-width: 100%;
  }

  .visit-social {
    gap: 0.5rem;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .visit-social-link {
    flex: 1 1 calc(50% - 0.25rem);
    min-width: 0;
    max-width: calc(50% - 0.25rem);
    font-size: 0.8rem;
    padding: 0.6rem 0.75rem;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .visit-social-link span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .visit .container {
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
  }

  .contact-form {
    margin-top: 1.5rem;
  }

  .contact-form input,
  .contact-form textarea {
    font-size: 16px; /* Prevents zoom on iOS */
    padding: 0.75rem;
  }

  .visit-text-link {
    width: 100%;
    text-align: center;
    justify-content: center;
  }

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

  .shop-products {
    grid-template-columns: 1fr;
  }

  .cart-drawer {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .section-label {
    font-size: 1.1rem;
    letter-spacing: 0.15em;
    line-height: 1.4;
  }

  .hero-video-wrapper {
    z-index: 1;
  }
  
  .hero-bg-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .hero-bg {
    z-index: 2;
  }
  
  .hero-content {
    z-index: 3;
    position: relative;
  }

  .nav-links {
    position: fixed;
    top: 0;
    right: -100%;
    width: 280px;
    height: 100vh;
    background: var(--ivory);
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 5rem 2rem 2rem;
    gap: 1.5rem;
    box-shadow: -4px 0 24px rgba(0,0,0,0.08);
    transition: right var(--transition);
  }

  .nav-links.open {
    right: 0;
  }

  .logo-wrap {
    padding-left: 0.75rem;
    justify-content: flex-start;
  }

  .nav-toggle {
    display: flex;
    z-index: 101;
  }

  .nav-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }

  .nav-toggle.active span:nth-child(2) {
    opacity: 0;
  }

  .nav-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }

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

  .before-after-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .before-after-grid-two {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .before-after-single {
    margin-top: 2.5rem;
  }

  .services-subnav,
  .skincare-subnav {
    flex-direction: column;
    align-items: stretch;
  }

  .services-subnav-link {
    text-align: center;
    width: 100%;
  }

  .service-subsection {
    padding: 1.75rem;
  }

  .service-image-wrap {
    max-width: 100%;
  }

  .book-actions {
    flex-direction: column;
  }

  .book-actions .btn {
    width: 100%;
  }

  .faq-modal-inner {
    padding: 1.5rem;
    max-height: 95vh;
  }

  .faq-modal-title {
    font-size: 1.5rem;
  }

  .faq-question {
    padding: 1rem 1.25rem;
    padding-right: 2.5rem;
    font-size: 0.95rem;
  }

  .faq-answer {
    padding: 0 1.25rem 1.25rem;
  }
}
