:root {
  --ink: #5d463d;
  --ink-soft: #8f6f64;
  --card: #fff7f4;
  --card-soft: #fffdf9;
  --linen: #ead9cc;
  --taupe: #bda89b;
  --gold: #c48f9a;
  --text: #5d463d;
  --deep-text: #4a342f;
  --muted: #846c65;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(144, 103, 95, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  color: var(--deep-text);
  background:
    radial-gradient(circle at top right, rgba(244, 196, 205, 0.42), transparent 34%),
    radial-gradient(circle at top left, rgba(232, 217, 204, 0.55), transparent 32%),
    linear-gradient(180deg, #fff8f4 0%, #f7e8e5 46%, #ead9cc 100%);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 7vw;
  background: rgba(255, 247, 244, 0.88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(196, 143, 154, 0.20);
}
.logo {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: var(--deep-text);
  text-decoration: none;
  letter-spacing: 0.02em;
}
nav { display: flex; gap: 22px; }
nav a, footer a, .text-link {
  color: rgba(74, 52, 47, 0.72);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.92rem;
}
nav a:hover, .text-link:hover { color: var(--gold); }

.hero {
  min-height: 82vh;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 34px;
  align-items: center;
  padding: 86px 7vw 64px;
}
.hero-copy, .no-photo-card, .about-copy, .location-card, .solution-grid article, .menu-card, .quick-menu, .booking-cta, .gallery-grid figure {
  background: var(--card);
  color: var(--deep-text);
  border: 1px solid rgba(196, 143, 154, 0.22);
  border-radius: 34px;
  box-shadow: var(--shadow);
}
.hero-copy {
  padding: clamp(34px, 5vw, 66px);
}
.no-photo-card {
  padding: 34px;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 420px;
}
.eyebrow {
  margin: 0 0 12px;
  text-transform: uppercase;
  letter-spacing: 0.17em;
  font-size: 0.72rem;
  font-weight: 900;
  color: var(--gold);
}
h1, h2 {
  font-family: "Playfair Display", serif;
  line-height: 1.02;
  margin: 0;
  color: var(--deep-text);
  font-weight: 700;
}
h1 { font-size: clamp(3.1rem, 7.4vw, 7rem); max-width: 820px; letter-spacing: -0.045em; }
h2 { font-size: clamp(2rem, 4vw, 4.15rem); letter-spacing: -0.035em; }
h3 { margin: 0 0 10px; font-size: 1.15rem; color: var(--deep-text); }
p { color: var(--muted); line-height: 1.72; }
.hero-text { font-size: 1.15rem; max-width: 610px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin: 28px 0 12px; }
.hero-actions.center { justify-content: center; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn.primary { background: var(--ink); color: var(--card-soft); box-shadow: 0 14px 34px rgba(144,103,95,.18); }
.btn.secondary { background: transparent; color: var(--ink); border: 1px solid rgba(93, 70, 61, 0.20); }
.trust-note { font-size: 0.9rem; }

.hero-card { position: relative; }
.main-photo, .photo-placeholder, .floating-card { display: none; }

section { padding: 78px 7vw; }
.about-owner {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 26px;
  align-items: stretch;
  background: transparent;
}
.about-image-wrap img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  object-position: center top;
  border-radius: 34px;
  box-shadow: var(--shadow);
  display: block;
  border: 1px solid rgba(196, 143, 154, 0.20);
}
.about-copy {
  padding: clamp(30px, 5vw, 58px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about-copy p { margin: 14px 0 0; }
.signature-line {
  color: var(--deep-text);
  font-weight: 900;
  font-family: "Playfair Display", serif;
  font-size: 1.35rem;
}
.problem-solution, .offer {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 26px;
  align-items: start;
}
.problem-solution > div:first-child h2,
.section-heading h2,
.location-menu-heading h2,
.booking-cta h2 { color: var(--deep-text); }
.problem-solution > div:first-child p,
.section-heading p,
.location-menu-heading p { color: var(--muted); }
.solution-grid, .service-cards, .menu-groups {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.location-select { background: rgba(255, 253, 249, 0.32); }
.booking-selector {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.selector-card {
  background: var(--card);
  color: var(--deep-text);
  border: 1px solid rgba(196, 143, 154, 0.22);
  border-radius: 34px;
  box-shadow: var(--shadow);
  padding: 30px;
  position: relative;
  overflow: hidden;
}
.selector-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(244, 196, 205, 0.35), transparent 48%);
  pointer-events: none;
}
.selector-card > * { position: relative; }
.selector-card span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--ink);
  color: var(--card-soft);
  font-weight: 900;
  margin-bottom: 18px;
}
.selector-card h3 {
  font-family: "Playfair Display", serif;
  font-size: clamp(2rem, 4vw, 3.4rem);
  letter-spacing: -0.04em;
}
.schedule-list {
  display: grid;
  gap: 7px;
  margin: 20px 0 22px;
  padding: 16px;
  border-radius: 20px;
  background: rgba(196, 143, 154, 0.10);
  color: var(--deep-text);
}
.schedule-list strong {
  font-family: "Playfair Display", serif;
  font-size: 1.2rem;
}
.schedule-list span {
  color: var(--muted);
  font-weight: 800;
}
.selector-links {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}
.selector-links a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 52px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(196, 143, 154, 0.10);
  color: var(--deep-text);
  text-decoration: none;
  font-weight: 900;
}
.selector-links a::after { content: "→"; }
.selector-links a:hover { background: var(--ink); color: var(--card-soft); }
.category-strip {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 16px 2px 4px;
  margin-top: 18px;
}
.category-strip a {
  flex: 0 0 auto;
  text-decoration: none;
  color: var(--deep-text);
  border: 1px solid rgba(196, 143, 154, 0.20);
  border-radius: 999px;
  padding: 12px 16px;
  font-weight: 800;
  background: rgba(255,255,255,0.46);
}
.location-menu-block {
  margin-top: 42px;
  padding-top: 34px;
  border-top: 1px solid rgba(196, 143, 154, 0.20);
}
.location-menu-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  margin-bottom: 24px;
}
.location-menu-heading p { margin-bottom: 0; }
.goodyear-block { margin-top: 62px; }
.solution-grid article, .service-cards article, .menu-card, .quick-menu, .booking-cta { padding: 28px; }
.services { background: transparent; }
.menu-card { position: relative; overflow: hidden; }
.service-image {
  width: calc(100% + 56px);
  height: 270px;
  object-fit: cover;
  object-position: center;
  display: block;
  margin: -28px -28px 24px;
  border-radius: 34px 34px 0 0;
  filter: saturate(0.92) contrast(0.98);
}
.compact-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.add-on-menu { margin-top: 18px; }
.menu-card::after { display: none; }
.menu-label {
  margin: 0 0 12px;
  color: #b97886;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.menu-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid rgba(196, 143, 154, 0.22);
  color: var(--deep-text);
  font-weight: 900;
}
.quick-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-top: 20px;
  background: linear-gradient(135deg, #fff7f4, #efd9d5);
  color: var(--deep-text);
  border-color: rgba(196, 143, 154, 0.22);
}
.quick-menu h3 { color: var(--deep-text); }
.quick-menu p { color: var(--muted); margin-bottom: 0; }
.quick-menu .btn.primary { background: var(--ink); color: var(--card-soft); flex: 0 0 auto; }
.quick-menu.mini { margin-top: 18px; }
.gallery-section { background: rgba(255, 253, 249, 0.28); }
.section-heading { max-width: 760px; margin-bottom: 28px; }
.location-subheading { margin-top: 58px; }
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.gallery-grid figure {
  margin: 0;
  overflow: hidden;
}
.gallery-grid img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
  filter: saturate(0.9) contrast(0.98);
}
.gallery-grid figcaption {
  padding: 14px 16px 16px;
  color: var(--deep-text);
  font-weight: 800;
}
.offer {
  background: var(--card);
  color: var(--deep-text);
  margin: 38px 7vw 0;
  border-radius: 34px;
  box-shadow: var(--shadow);
}
.offer h2, .offer p { color: var(--deep-text); }
.offer p { opacity: .74; }
.offer .eyebrow { color: #b97886; }
.offer .btn.primary { background: var(--ink); color: var(--card-soft); }
.booking-cta { text-align: center; margin: 72px 7vw 70px; }
.booking-cta h2 { color: var(--deep-text); }
footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 28px 7vw;
  border-top: 1px solid rgba(196, 143, 154, 0.20);
}
.location-page-hero {
  min-height: auto;
  grid-template-columns: 1fr;
  padding-bottom: 34px;
}
.location-page-hero .hero-copy { max-width: 980px; }
.location-page-section { padding-top: 24px; }
.policy-section {
  display: grid;
  gap: 18px;
  padding-top: 24px;
}
.policy-card {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  padding: 30px;
  border-radius: 30px;
  background: var(--card);
  color: var(--deep-text);
  box-shadow: var(--shadow);
  border: 1px solid rgba(196, 143, 154, 0.22);
}
.policy-card h2 { font-size: clamp(1.8rem, 3vw, 2.8rem); }
.policy-card ul { color: var(--muted); line-height: 1.8; padding-left: 22px; }
.policy-card li { margin: 8px 0; }
.policy-thank-you { background: var(--card-soft); }
.back-link {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--gold);
  text-decoration: none;
  font-weight: 900;
}
.page-schedule {
  max-width: 760px;
  margin: 0 7vw 28px;
}
.footer-links { display: flex; gap: 16px; flex-wrap: wrap; }
footer p { margin: 0; color: rgba(74,52,47,.68); }

@media (max-width: 900px) {
  .hero, .about-owner, .problem-solution, .offer { grid-template-columns: 1fr; }
  .solution-grid, .service-cards, .menu-groups, .gallery-grid, .booking-selector { grid-template-columns: 1fr 1fr; }
  .quick-menu, .location-menu-heading { align-items: flex-start; flex-direction: column; }
  .no-photo-card { min-height: auto; }
  .about-image-wrap img { min-height: 420px; }
  .service-image { height: 230px; }
  .about-copy { padding: 26px; }
}
@media (max-width: 620px) {
  .site-header { align-items: flex-start; gap: 12px; flex-direction: column; }
  nav { gap: 14px; font-size: 0.9rem; flex-wrap: wrap; }
  .hero { padding-top: 46px; }
  .hero-copy, .no-photo-card, .about-copy, .location-card, .solution-grid article, .menu-card, .quick-menu, .booking-cta { border-radius: 26px; }
  .solution-grid, .service-cards, .menu-groups, .gallery-grid, .booking-selector { grid-template-columns: 1fr; }
  .about-image-wrap img { min-height: 380px; border-radius: 26px; }
  footer { flex-direction: column; }
}

/* Simple centered version requested by Ayden */
body.simple-home {
  min-height: 100vh;
  text-align: center;
}
.simple-header {
  justify-content: center;
  flex-direction: column;
  gap: 12px;
  text-align: center;
}
.simple-header nav {
  justify-content: center;
  flex-wrap: wrap;
}
.simple-hero {
  min-height: calc(100vh - 148px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 48px 7vw 70px;
}
.simple-hero h1 {
  max-width: 900px;
  font-size: clamp(3rem, 12vw, 7rem);
}
.simple-hero .hero-text {
  max-width: 680px;
  margin: 22px auto 10px;
  font-size: clamp(1rem, 3vw, 1.2rem);
}
.big-button-stack {
  width: min(100%, 620px);
  display: grid;
  gap: 14px;
  margin: 30px auto 0;
}
.big-accessible-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-height: 76px;
  width: 100%;
  padding: 18px 22px;
  border-radius: 24px;
  border: 2px solid rgba(93, 70, 61, 0.18);
  background: rgba(255, 253, 249, 0.78);
  color: var(--deep-text);
  text-decoration: none;
  box-shadow: 0 14px 36px rgba(144, 103, 95, 0.13);
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}
.big-accessible-button span {
  font-size: 1.12rem;
  font-weight: 900;
}
.big-accessible-button small {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.35;
}
.big-accessible-button.primary {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--card-soft);
}
.big-accessible-button.primary small {
  color: rgba(255, 253, 249, 0.82);
}
.big-accessible-button.muted {
  background: rgba(244, 196, 205, 0.22);
}
.big-accessible-button:hover,
.big-accessible-button:focus-visible {
  transform: translateY(-2px);
  border-color: var(--gold);
  outline: 3px solid rgba(196, 143, 154, 0.35);
  outline-offset: 3px;
}
.simple-footer {
  justify-content: center;
  text-align: center;
}

/* Make inner pages feel more centered and button-friendly too */
.location-page-hero .hero-copy,
.location-page-section .section-heading,
.policy-card {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.location-page-hero .hero-actions,
.location-page-section .quick-menu,
.policy-section .hero-actions {
  justify-content: center;
}
.location-page-hero .btn,
.location-page-section .btn,
.policy-section .btn,
footer a {
  min-height: 52px;
  padding-left: 24px;
  padding-right: 24px;
}

@media (max-width: 620px) {
  .simple-header { align-items: center; }
  .simple-header nav { width: 100%; }
  .simple-header nav a { padding: 10px 8px; }
  .simple-hero { padding-top: 34px; }
  .big-accessible-button { min-height: 82px; border-radius: 22px; }
}

.simple-about {
  width: min(100% - 32px, 820px);
  margin: 0 auto 70px;
  padding: 28px;
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 24px;
  align-items: center;
  text-align: left;
  background: var(--card);
  border: 1px solid rgba(196, 143, 154, 0.22);
  border-radius: 30px;
  box-shadow: var(--shadow);
}
.simple-about img {
  width: 190px;
  height: 190px;
  object-fit: cover;
  object-position: center top;
  border-radius: 24px;
  border: 1px solid rgba(196, 143, 154, 0.22);
}
.simple-about h2 { font-size: clamp(2rem, 5vw, 3.2rem); }
.simple-about p:last-child { margin-bottom: 0; }
@media (max-width: 620px) {
  .simple-about { grid-template-columns: 1fr; text-align: center; }
  .simple-about img { margin: 0 auto; width: 210px; height: 210px; }
}

.credit-link {
  color: var(--deep-text);
  font-weight: 900;
  text-decoration: none;
}
.credit-link:hover,
.credit-link:focus-visible {
  color: var(--gold);
  text-decoration: underline;
}
.simple-footer {
  flex-direction: column;
  gap: 8px;
}

/* Proportion polish: restore luxury layout while keeping it readable */
.hero {
  min-height: auto;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.75fr);
  gap: clamp(18px, 3vw, 34px);
  padding: clamp(46px, 7vw, 78px) 7vw clamp(40px, 6vw, 64px);
}
.hero-copy {
  padding: clamp(30px, 4.5vw, 54px);
}
.no-photo-card {
  min-height: 340px;
  padding: clamp(26px, 4vw, 38px);
}
h1 {
  font-size: clamp(2.75rem, 6.2vw, 5.85rem);
  max-width: 760px;
}
h2 {
  font-size: clamp(1.9rem, 3.25vw, 3.35rem);
}
.hero-text {
  max-width: 560px;
  font-size: clamp(1rem, 1.45vw, 1.12rem);
}
section {
  padding: clamp(48px, 6vw, 70px) 7vw;
}
.about-owner {
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(18px, 3vw, 28px);
}
.about-image-wrap img {
  min-height: 440px;
  max-height: 620px;
}
.about-copy {
  padding: clamp(28px, 4.5vw, 48px);
}
.problem-solution {
  grid-template-columns: minmax(240px, 0.7fr) minmax(0, 1.3fr);
}
.selector-card h3 {
  font-size: clamp(1.7rem, 3.2vw, 2.75rem);
}
.gallery-grid img {
  height: clamp(210px, 22vw, 270px);
}
.booking-cta {
  max-width: 1060px;
  margin: clamp(48px, 6vw, 68px) auto clamp(48px, 6vw, 70px);
  padding: clamp(28px, 4.5vw, 48px);
}
.booking-cta h2 {
  max-width: 820px;
  margin: 0 auto;
}
footer {
  align-items: center;
}

@media (min-width: 1200px) {
  .hero, section, footer { padding-left: max(7vw, calc((100vw - 1180px) / 2)); padding-right: max(7vw, calc((100vw - 1180px) / 2)); }
}

@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
    padding-top: 38px;
  }
  .no-photo-card {
    min-height: auto;
  }
  .about-owner,
  .problem-solution {
    grid-template-columns: 1fr;
  }
  .about-image-wrap img {
    min-height: 360px;
    max-height: 520px;
  }
}

@media (max-width: 620px) {
  .site-header {
    align-items: center;
    text-align: center;
  }
  nav {
    justify-content: center;
  }
  .hero-copy,
  .no-photo-card,
  .about-copy,
  .selector-card,
  .booking-cta {
    border-radius: 24px;
  }
  .hero-actions {
    justify-content: center;
  }
  .hero-copy,
  .no-photo-card,
  .about-copy,
  .section-heading,
  .booking-cta {
    text-align: center;
  }
  h1 {
    font-size: clamp(2.55rem, 13vw, 4.25rem);
  }
}

.single-action {
  justify-content: center;
}
.single-action .btn {
  min-width: 190px;
}

/* Hero right-card proportion fix */
.hero-card.no-photo-card {
  justify-content: flex-end;
  min-height: clamp(300px, 34vw, 430px);
}
.hero-card.no-photo-card .hero-actions {
  margin-top: 22px;
  margin-bottom: 0;
}
.hero-card.no-photo-card h2 {
  max-width: 360px;
}

@media (max-width: 900px) {
  .hero-card.no-photo-card {
    justify-content: center;
    min-height: auto;
    text-align: center;
  }
  .hero-card.no-photo-card h2 {
    margin-left: auto;
    margin-right: auto;
  }
}

/* Keep hero headline to about 2 lines on normal screens */
.hero-copy h1 {
  max-width: 900px;
  font-size: clamp(2.55rem, 5.45vw, 5.15rem);
  line-height: 1.03;
  letter-spacing: -0.05em;
}
.hero-copy {
  padding-left: clamp(30px, 4vw, 48px);
  padding-right: clamp(30px, 4vw, 48px);
}

@media (max-width: 620px) {
  .hero-copy h1 {
    font-size: clamp(2.45rem, 11.5vw, 3.85rem);
    max-width: 100%;
  }
}

/* Header nav: simple brown action boxes */
.site-header .top-actions {
  gap: 10px;
}
.site-header .top-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--card-soft);
  box-shadow: 0 10px 24px rgba(144, 103, 95, 0.16);
}
.site-header .top-actions a:hover,
.site-header .top-actions a:focus-visible {
  background: var(--deep-text);
  color: var(--card-soft);
  outline: 3px solid rgba(196, 143, 154, 0.28);
  outline-offset: 2px;
}

/* Header should scroll normally, not stick, on all devices */
.site-header {
  position: static;
  top: auto;
}

/* Mobile proportion pass */
@media (max-width: 620px) {
  body {
    overflow-x: hidden;
  }
  .site-header {
    padding: 16px 18px;
    gap: 14px;
  }
  .logo {
    font-size: 1.18rem;
  }
  .site-header .top-actions {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .site-header .top-actions a {
    width: 100%;
    min-height: 44px;
    padding: 0 12px;
    font-size: 0.88rem;
  }
  .hero {
    padding: 28px 16px 34px;
    gap: 18px;
  }
  .hero-copy,
  .hero-card.no-photo-card {
    width: 100%;
    padding: 26px 20px;
    border-radius: 24px;
  }
  .hero-copy h1 {
    font-size: clamp(2.25rem, 12vw, 3.2rem);
    line-height: 1.04;
    letter-spacing: -0.045em;
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-text {
    font-size: 0.98rem;
    line-height: 1.62;
    max-width: 310px;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-actions {
    width: 100%;
    margin-top: 22px;
  }
  .hero-actions .btn,
  .single-action .btn {
    width: 100%;
    max-width: 280px;
    min-height: 50px;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-card.no-photo-card {
    min-height: 230px;
    justify-content: center;
  }
  .hero-card.no-photo-card h2 {
    font-size: clamp(1.9rem, 10vw, 2.65rem);
    max-width: 290px;
  }
  .hero-card.no-photo-card .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  section {
    padding: 42px 16px;
  }
  .about-owner {
    gap: 16px;
  }
  .about-image-wrap img {
    min-height: 300px;
    max-height: 380px;
    border-radius: 24px;
  }
  .about-copy {
    padding: 24px 20px;
  }
  .about-copy p {
    font-size: 0.96rem;
    line-height: 1.62;
  }
  .problem-solution,
  .location-select,
  .gallery-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .solution-grid,
  .booking-selector,
  .gallery-grid {
    gap: 14px;
  }
  .selector-card,
  .solution-grid article,
  .gallery-grid figure {
    padding: 22px 18px;
    border-radius: 24px;
  }
  .selector-card h3 {
    font-size: clamp(1.65rem, 9vw, 2.35rem);
  }
  .selector-links a {
    min-height: 50px;
    justify-content: center;
    text-align: center;
  }
  .selector-links a::after {
    display: none;
  }
  .gallery-grid img {
    height: 230px;
    margin: -22px -18px 0;
    width: calc(100% + 36px);
    border-radius: 24px 24px 0 0;
  }
  .booking-cta {
    width: calc(100% - 32px);
    margin: 42px auto;
    padding: 26px 20px;
  }
  .booking-cta h2 {
    font-size: clamp(1.9rem, 10vw, 2.6rem);
  }
  footer {
    padding: 24px 16px;
    text-align: center;
    align-items: center;
  }
  .footer-links {
    justify-content: center;
  }
}

/* Tasteful motion: soft premium animations */
@keyframes softFadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes softScaleIn {
  from {
    opacity: 0;
    transform: scale(0.97) translateY(10px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

@keyframes gentleGlow {
  0%, 100% {
    box-shadow: 0 14px 34px rgba(144, 103, 95, 0.18);
  }
  50% {
    box-shadow: 0 18px 44px rgba(144, 103, 95, 0.28);
  }
}

.site-header {
  animation: softFadeUp 0.55s ease both;
}
.hero-copy {
  animation: softFadeUp 0.7s ease 0.08s both;
}
.hero-card.no-photo-card {
  animation: softScaleIn 0.75s ease 0.18s both;
}
.about-image-wrap,
.about-copy,
.problem-solution,
.location-select,
.gallery-section,
.booking-cta {
  animation: softFadeUp 0.75s ease both;
  animation-timeline: view();
  animation-range: entry 0% cover 28%;
}
.selector-card,
.solution-grid article,
.gallery-grid figure,
.menu-card,
.policy-card {
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}
.selector-card:hover,
.solution-grid article:hover,
.gallery-grid figure:hover,
.menu-card:hover,
.policy-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 28px 76px rgba(144, 103, 95, 0.22);
  border-color: rgba(196, 143, 154, 0.38);
}
.btn.primary:hover,
.site-header .top-actions a:hover {
  animation: gentleGlow 1.4s ease infinite;
}
.gallery-grid img,
.service-image,
.about-image-wrap img {
  transition: transform 0.35s ease, filter 0.35s ease;
}
.gallery-grid figure:hover img,
.menu-card:hover .service-image,
.about-image-wrap:hover img {
  transform: scale(1.035);
  filter: saturate(1.02) contrast(1.02);
}
.gallery-grid figure,
.menu-card,
.about-image-wrap {
  overflow: hidden;
}

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

.simple-book-only {
  display: flex;
  justify-content: center;
  align-items: center;
}
.simple-book-only .btn {
  min-width: min(100%, 320px);
  min-height: 58px;
  font-size: 1rem;
}

/* Reliable scroll reveal animations */
.reveal-on-scroll {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.75s ease, transform 0.75s ease;
  will-change: opacity, transform;
}
.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.reveal-on-scroll.reveal-delay-1 { transition-delay: 0.08s; }
.reveal-on-scroll.reveal-delay-2 { transition-delay: 0.16s; }
.reveal-on-scroll.reveal-delay-3 { transition-delay: 0.24s; }

@media (prefers-reduced-motion: reduce) {
  .reveal-on-scroll {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* Mobile: center Jailyne portrait in the Hi, I'm Jailyne section */
@media (max-width: 620px) {
  .about-image-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .about-image-wrap img {
    width: min(100%, 320px);
    height: 360px;
    min-height: 0;
    margin: 0 auto;
    object-position: center top;
  }
}

/* ============================================================
   PREMIUM VISUAL POLISH PASS
   Additive refinements only. Same brand, palette and copy.
   ============================================================ */

/* Selection + scrollbar in-brand */
::selection {
  background: rgba(196, 143, 154, 0.28);
  color: var(--deep-text);
}
html { scrollbar-color: var(--taupe) transparent; }
::-webkit-scrollbar { width: 11px; height: 11px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, var(--taupe), var(--gold));
  border-radius: 999px;
  border: 3px solid transparent;
  background-clip: padding-box;
}
::-webkit-scrollbar-thumb:hover { background: var(--gold); background-clip: padding-box; }

/* Faint tactile grain for depth (sits behind everything, never blocks clicks) */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.site-header, main, footer { position: relative; z-index: 1; }

/* Header: hairline accent + a small brand mark beside the wordmark */
.site-header {
  border-bottom: 1px solid rgba(196, 143, 154, 0.18);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}
.logo {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}
.logo::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #f4c4cd, var(--gold));
  box-shadow: 0 0 0 3px rgba(196, 143, 154, 0.16);
}

/* Eyebrow: a refined leading rule, works left-aligned or centered */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.eyebrow::before {
  content: "";
  width: 26px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--gold), rgba(196, 143, 154, 0.25));
}

/* Buttons: subtle gradient depth + a CTA arrow that nudges on hover */
.btn { gap: 9px; letter-spacing: 0.01em; }
.btn.primary {
  background: linear-gradient(135deg, #6a4f44 0%, var(--ink) 55%, var(--deep-text) 100%);
  box-shadow: 0 14px 32px rgba(144, 103, 95, 0.22), 0 1px 0 rgba(255, 255, 255, 0.18) inset;
}
.btn.primary::after {
  content: "\2192";
  font-weight: 700;
  transition: transform 0.22s ease;
}
.btn.primary:hover::after { transform: translateX(4px); }
.btn.secondary {
  background: rgba(255, 255, 255, 0.4);
  border-color: rgba(93, 70, 61, 0.22);
  backdrop-filter: blur(6px);
}
.btn.secondary:hover { border-color: var(--gold); color: var(--deep-text); }

/* Cards: layered depth + a soft gradient edge that warms up on hover */
.hero-copy, .no-photo-card, .about-copy, .selector-card,
.solution-grid article, .menu-card, .quick-menu,
.booking-cta, .gallery-grid figure, .policy-card {
  box-shadow: 0 22px 60px rgba(144, 103, 95, 0.14), 0 1px 0 rgba(255, 255, 255, 0.55) inset;
}
.solution-grid article, .menu-card, .gallery-grid figure, .policy-card {
  position: relative;
}
.solution-grid article::before,
.menu-card::before,
.policy-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  border-radius: 34px 34px 0 0;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.solution-grid article:hover::before,
.menu-card:hover::before,
.policy-card:hover::before { opacity: 0.85; }

/* Section eyebrow + heading rhythm */
.section-heading .eyebrow { margin-bottom: 14px; }
.section-heading h2 { margin-bottom: 12px; }

/* Imagery: gentle scrim for cohesion + refined gallery caption */
.gallery-grid figure { position: relative; }
.gallery-grid figure::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 56px;
  height: 90px;
  background: linear-gradient(to top, rgba(74, 52, 47, 0.22), transparent);
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}
.gallery-grid figure:hover::after { opacity: 1; }
.gallery-grid figcaption {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}
.gallery-grid figcaption::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
  flex: 0 0 auto;
}

/* Service + portrait images: soft inset ring so they read as framed */
.service-image, .about-image-wrap img {
  box-shadow: 0 0 0 1px rgba(196, 143, 154, 0.16) inset;
}

/* Menu price meta: let the price read as the hero of the row */
.menu-meta span:first-child {
  color: var(--ink);
  font-family: "Playfair Display", serif;
  font-size: 1.05rem;
}
.menu-meta span:last-child {
  color: var(--muted);
  font-weight: 700;
  font-size: 0.86rem;
}

/* Signature line gets a small flourish */
.signature-line { position: relative; padding-top: 18px; }
.signature-line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--gold), transparent);
}

/* Schedule card: a touch more structure */
.schedule-list {
  border: 1px solid rgba(196, 143, 154, 0.18);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}

/* Consistent, accessible focus ring across interactive elements */
a:focus-visible, .btn:focus-visible, .selector-links a:focus-visible {
  outline: 3px solid rgba(196, 143, 154, 0.4);
  outline-offset: 3px;
  border-radius: 999px;
}

/* Center the signature flourish where copy is centered */
@media (max-width: 620px) {
  .about-copy .signature-line::before { left: 50%; transform: translateX(-50%); }
}

/* ============================================================
   MINIMALIST HERO (landing)
   Centered cutout portrait over a soft blush glow circle,
   slim nav, oversized serif word, social + location footer.
   Palette tuned to the brand photo: warm cream + blush/peach.
   ============================================================ */
.mhero {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
  padding: clamp(22px, 4vw, 46px);
  transform-origin: center 40%;
  will-change: opacity, transform;
  background:
    radial-gradient(circle at 50% 32%, rgba(255, 252, 249, 0.85), transparent 58%),
    linear-gradient(180deg, #fdf6f1 0%, #f8ebe4 55%, #f1ddd3 100%);
}

/* Header */
.mhero-header {
  position: relative;
  z-index: 30;
  display: flex;
  width: 100%;
  max-width: 1200px;
  align-items: center;
  justify-content: space-between;
  animation: softFadeUp 0.55s ease both;
}
.mhero-logo {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  letter-spacing: 0.04em;
  color: var(--deep-text);
  text-decoration: none;
}
.mhero-nav { display: flex; gap: clamp(20px, 3vw, 38px); }
.mhero-nav a {
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(74, 52, 47, 0.58);
  text-decoration: none;
  transition: color 0.2s ease;
}
.mhero-nav a:hover { color: var(--deep-text); }
.mhero-menu { display: none; flex-direction: column; gap: 5px; }
.mhero-menu span {
  display: block;
  height: 2px;
  width: 24px;
  border-radius: 2px;
  background: var(--deep-text);
}
.mhero-menu span:last-child { width: 18px; }

/* Main grid: left intro / center portrait / right oversized word */
.mhero-main {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1.15fr 1fr;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  flex: 1 1 auto;
  gap: clamp(12px, 2vw, 24px);
  padding: clamp(20px, 3vw, 32px) 0;
}
.mhero-left {
  z-index: 20;
  max-width: 290px;
  animation: softFadeUp 0.6s ease 0.5s both;
}
.mhero-intro {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.7;
  color: rgba(74, 52, 47, 0.82);
}
.mhero-readmore {
  display: inline-block;
  margin-top: 14px;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--deep-text);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.mhero-readmore:hover { color: var(--gold); }

.mhero-center {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.mhero-circle {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: clamp(320px, 34vw, 500px);
  aspect-ratio: 1;
  transform: translate(-50%, -46%);
  border-radius: 50%;
  background: radial-gradient(circle at 50% 38%, #f9ddce 0%, #eebca7 56%, #dc9f8c 100%);
  box-shadow: 0 36px 90px rgba(186, 122, 104, 0.28);
  animation: mheroFade 0.85s ease 0.2s both;
}
@keyframes mheroFade {
  from { opacity: 0; }
  to { opacity: 1; }
}
.mhero-portrait {
  position: relative;
  z-index: 10;
  height: clamp(380px, 66vh, 680px);
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 26px 42px rgba(74, 52, 47, 0.24));
  -webkit-mask-image: linear-gradient(to bottom, #000 78%, transparent 99%);
  mask-image: linear-gradient(to bottom, #000 78%, transparent 99%);
  animation: mheroRise 1s cubic-bezier(0.22, 1, 0.36, 1) 0.4s both;
}
@keyframes mheroRise {
  from { opacity: 0; transform: translateY(48px); }
  to { opacity: 1; transform: translateY(0); }
}

.mhero-right {
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  animation: softFadeUp 0.6s ease 0.6s both;
}
.mhero-title {
  font-family: "Playfair Display", serif;
  font-weight: 800;
  font-size: clamp(2.4rem, 5.4vw, 4.8rem);
  line-height: 0.94;
  letter-spacing: -0.04em;
  color: var(--deep-text);
  margin: 0;
}

/* Footer: socials + location */
.mhero-footer {
  position: relative;
  z-index: 30;
  display: flex;
  width: 100%;
  max-width: 1200px;
  align-items: center;
  justify-content: space-between;
  animation: softFadeUp 0.5s ease 0.65s both;
}
.mhero-social { display: flex; gap: 16px; }
.mhero-social a {
  display: inline-flex;
  color: rgba(74, 52, 47, 0.6);
  transition: color 0.2s ease, transform 0.2s ease;
}
.mhero-social a:hover { color: var(--deep-text); transform: translateY(-2px); }
.mhero-social svg { width: 20px; height: 20px; }
.mhero-location {
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: rgba(74, 52, 47, 0.82);
}

@media (max-width: 860px) {
  .mhero-nav { display: none; }
  .mhero-menu { display: flex; }
  .mhero-main {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    gap: 6px;
  }
  .mhero-center { order: 1; }
  .mhero-left { order: 2; max-width: 340px; }
  .mhero-right { order: 3; justify-content: center; }
  .mhero-title { font-size: clamp(3rem, 17vw, 5.4rem); }
  .mhero-portrait { height: clamp(320px, 44vh, 460px); }
  .mhero-circle { width: clamp(260px, 68vw, 400px); transform: translate(-50%, -46%); }
}
@media (max-width: 620px) {
  .mhero { min-height: auto; padding: 20px 16px 36px; gap: 10px; }
  .mhero-main { padding: 18px 0 8px; }
}

/* BOOM reveal: full-screen "Choose Your Location" that scrolls up over the
   fading hero and pops in once it enters the viewport */
.location-boom {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 18px;
  padding: clamp(48px, 9vw, 110px) 7vw;
  background:
    radial-gradient(circle at 50% 28%, rgba(244, 196, 205, 0.32), transparent 50%),
    linear-gradient(180deg, rgba(255, 248, 244, 0.82) 0%, rgba(247, 232, 229, 0.78) 55%, rgba(234, 217, 204, 0.86) 100%),
    url('assets/choose-location-bg.jpg') center/cover no-repeat;
  background-attachment: scroll, scroll, fixed;
  box-shadow: 0 -30px 60px rgba(144, 103, 95, 0.10);
}
.location-boom .eyebrow { justify-content: center; margin-bottom: 4px; }
.location-boom h2 {
  font-size: clamp(2.6rem, 7.5vw, 6.2rem);
  letter-spacing: -0.04em;
  max-width: 14ch;
}
.boom-sub {
  max-width: 540px;
  margin: 0;
  font-size: 1.05rem;
  color: var(--muted);
}
.boom-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 14px;
}
.boom-actions .btn {
  min-width: 210px;
  min-height: 60px;
  font-size: 1.05rem;
}

/* Pre-BOOM resting state, then the pop when .is-booming is added */
.location-boom .eyebrow,
.location-boom h2,
.location-boom .boom-sub,
.location-boom .boom-actions {
  opacity: 0;
  transform: scale(0.82) translateY(16px);
  transition: opacity 0.55s ease, transform 0.7s cubic-bezier(0.18, 1.25, 0.4, 1);
}
.location-boom.is-booming .eyebrow { transition-delay: 0s; }
.location-boom.is-booming h2 { transition-delay: 0.08s; }
.location-boom.is-booming .boom-sub { transition-delay: 0.2s; }
.location-boom.is-booming .boom-actions { transition-delay: 0.3s; }
.location-boom.is-booming .eyebrow,
.location-boom.is-booming h2,
.location-boom.is-booming .boom-sub,
.location-boom.is-booming .boom-actions {
  opacity: 1;
  transform: scale(1) translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .location-boom .eyebrow,
  .location-boom h2,
  .location-boom .boom-sub,
  .location-boom .boom-actions {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* "Behind the work" feature: tall portrait + wide editorial shot + a short note */
.studio-feature {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(18px, 3vw, 28px);
  align-items: stretch;
  background: transparent;
}
.studio-feature figure { margin: 0; }
.feature-tall, .feature-wide, .feature-note {
  border-radius: 34px;
  overflow: hidden;
  border: 1px solid rgba(196, 143, 154, 0.22);
  box-shadow: 0 22px 60px rgba(144, 103, 95, 0.14), 0 1px 0 rgba(255, 255, 255, 0.55) inset;
}
.feature-tall img,
.feature-wide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.feature-tall img {
  min-height: 480px;
  max-height: 720px;
  object-position: center 18%;
}
.feature-stack {
  display: grid;
  grid-template-rows: 1fr auto;
  gap: clamp(18px, 3vw, 28px);
  min-height: 480px;
}
.feature-wide img {
  min-height: 240px;
  object-position: center 42%;
}
.feature-tall:hover img,
.feature-wide:hover img { transform: scale(1.04); }
.feature-note {
  background: var(--card);
  color: var(--deep-text);
  padding: clamp(22px, 3vw, 34px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: visible;
}
.feature-note h2 {
  font-size: clamp(1.9rem, 3vw, 2.9rem);
  margin: 0 0 12px;
}
.feature-note p { margin: 0; }
.studio-feature {
  animation: softFadeUp 0.75s ease both;
  animation-timeline: view();
  animation-range: entry 0% cover 28%;
}

@media (max-width: 900px) {
  .studio-feature { grid-template-columns: 1fr; }
  .feature-stack { min-height: 0; }
  .feature-tall img { min-height: 420px; }
}
@media (max-width: 620px) {
  .feature-tall, .feature-wide, .feature-note { border-radius: 24px; }
  .feature-tall img { min-height: 360px; }
  .feature-note { padding: 24px 20px; text-align: center; }
}

/* "Choose Your Location" card: brand photo background, proportionate (cover),
   with a blush scrim toward the bottom so the heading and buttons stay readable */
.hero-card.no-photo-card {
  background-image:
    linear-gradient(to top,
      rgba(255, 247, 244, 0.94) 0%,
      rgba(255, 247, 244, 0.62) 42%,
      rgba(255, 247, 244, 0.30) 100%),
    url("assets/location-bg.png");
  background-size: cover;
  background-position: center 28%;
  background-repeat: no-repeat;
}

/* Reviews marquee: infinite auto-scrolling testimonial cards */
.reviews-section {
  padding: clamp(56px, 9vw, 110px) 0;
  overflow: hidden;
}
.reviews-section .section-heading {
  padding: 0 7vw;
  margin-bottom: clamp(28px, 4vw, 48px);
}
.reviews-marquee {
  position: relative;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  cursor: grab;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
}
.reviews-marquee::-webkit-scrollbar { display: none; }
.reviews-marquee.dragging { cursor: grabbing; }
.reviews-track {
  display: flex;
  width: max-content;
  gap: clamp(16px, 2vw, 24px);
  padding: 14px 0;
}
.review-card {
  flex: 0 0 auto;
  width: clamp(280px, 30vw, 380px);
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: clamp(24px, 2.6vw, 32px);
  border-radius: 26px;
  background: rgba(255, 252, 250, 0.78);
  border: 1px solid rgba(196, 143, 154, 0.24);
  box-shadow: 0 18px 46px rgba(144, 103, 95, 0.12), 0 1px 0 rgba(255, 255, 255, 0.6) inset;
  backdrop-filter: blur(6px);
}
.review-stars {
  color: var(--gold);
  font-size: 1rem;
  letter-spacing: 3px;
}
.review-card blockquote {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.65;
  color: var(--deep-text);
}
.review-card figcaption {
  margin-top: auto;
  padding-top: 6px;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  color: var(--muted);
}
@media (max-width: 620px) {
  .review-card { width: 76vw; }
  .reviews-track { animation-duration: 42s; }
}
@media (prefers-reduced-motion: reduce) {
  .reviews-track { animation: none; }
  .reviews-marquee {
    overflow-x: auto;
    -webkit-mask-image: none;
    mask-image: none;
  }
}

/* Instagram reels: watch-her-work grid under the reviews */
.reels-section {
  padding: clamp(44px, 7vw, 86px) 7vw;
}
.reels-section .section-heading {
  margin-bottom: clamp(26px, 4vw, 44px);
}
.reels-marquee {
  position: relative;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  cursor: grab;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%);
}
.reels-marquee::-webkit-scrollbar { display: none; }
.reels-marquee.dragging { cursor: grabbing; }
.reels-track {
  display: flex;
  width: max-content;
  gap: clamp(14px, 2vw, 24px);
  padding: 12px 0;
}
.reel-card {
  position: relative;
  flex: 0 0 auto;
  width: clamp(200px, 22vw, 248px);
  margin: 0;
  aspect-ratio: 9 / 16;
  border-radius: 26px;
  overflow: hidden;
  background: #efe2da;
  border: 1px solid rgba(196, 143, 154, 0.24);
  box-shadow: 0 20px 48px rgba(144, 103, 95, 0.18);
}
.reel-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  background: #efe2da;
}
.reel-play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  cursor: pointer;
  background: linear-gradient(180deg, rgba(74, 52, 47, 0.05), rgba(74, 52, 47, 0.22));
  transition: opacity 0.25s ease;
}
.reel-play svg {
  width: 30px;
  height: 30px;
  margin-left: 4px;
  color: var(--deep-text);
}
.reel-play::before {
  content: "";
  position: absolute;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: rgba(255, 252, 250, 0.92);
  box-shadow: 0 10px 26px rgba(74, 52, 47, 0.28);
  transition: transform 0.25s ease;
}
.reel-play svg { position: relative; z-index: 1; }
.reel-card:hover .reel-play::before { transform: scale(1.08); }
.reel-card.is-playing .reel-play { opacity: 0; pointer-events: none; }
.reels-hint {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 0 clamp(14px, 2vw, 22px);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(74, 52, 47, 0.5);
}
.reels-hint svg {
  width: 15px;
  height: 15px;
}
.reels-hint svg:first-child { animation: hintNudgeL 1.6s ease-in-out infinite; }
.reels-hint svg:last-child { animation: hintNudgeR 1.6s ease-in-out infinite; }
@keyframes hintNudgeL {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(-3px); }
}
@keyframes hintNudgeR {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(3px); }
}
@media (prefers-reduced-motion: reduce) {
  .reels-hint svg { animation: none; }
}
.reels-more {
  text-align: center;
  margin-top: clamp(26px, 4vw, 44px);
}
