/* ==========================================================================
   La Gracia by WEFA — Global Stylesheet
   Botanical Luxury: warm, editorial, boutique-spa aesthetic
   ========================================================================== */

:root {
  --burgundy: #7B2D36;
  --burgundy-dark: #5E2129;
  --olive: #708238;
  --olive-dark: #566327;
  --olive-tint: #EEF1E4;
  --rose: #B76E79;
  --rose-tint: #F6E9EA;
  --gold: #C9A227;
  --cream: #FBF4EE;
  --cream-deep: #F3E7DC;
  --ink: #2B2320;
  --ink-soft: #5C534E;
  --white: #FFFFFF;

  --font-serif: 'Playfair Display', Georgia, 'Times New Roman', serif;
  --font-sans: 'Jost', 'Segoe UI', Helvetica, Arial, sans-serif;

  --container: 1200px;
  --radius-lg: 28px;
  --radius-md: 16px;
  --shadow-soft: 0 20px 45px rgba(123, 45, 54, 0.10);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-sans);
  color: var(--ink);
  background: linear-gradient(180deg, var(--cream) 0%, var(--cream-deep) 100%);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

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

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

h1, h2, h3, h4 {
  font-family: var(--font-serif);
  font-weight: 500;
  color: var(--ink);
  margin: 0 0 0.4em;
  line-height: 1.2;
}

p { line-height: 1.7; color: var(--ink-soft); margin: 0 0 1em; }

.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}

.eyebrow {
  display: inline-block;
  font-family: var(--font-sans);
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--olive);
  font-weight: 600;
  margin-bottom: 0.75em;
}

.section { padding: 96px 0; }
.section--tight { padding: 64px 0; }
.section--cream { background: var(--cream); }
.section--tint { background: var(--rose-tint); }
.section--burgundy {
  background: linear-gradient(135deg, var(--burgundy) 0%, var(--burgundy-dark) 100%);
  color: var(--white);
}
.section--burgundy h2, .section--burgundy p { color: var(--white); }

.divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 1.2em;
}
.divider::before, .divider::after {
  content: '';
  width: 40px;
  height: 1px;
  background: var(--gold);
}
.divider svg { width: 18px; height: 18px; stroke: var(--olive); }

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

/* ---- Placeholder image blocks (until real photography is supplied) ---- */
.ph {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.ph svg { width: 15%; min-width: 26px; max-width: 56px; stroke: var(--white); opacity: 0.85; }
.ph::after {
  content: 'La Gracia';
  position: absolute;
  bottom: 14px;
  left: 0; right: 0;
  text-align: center;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 0.78rem;
  color: var(--white);
  opacity: 0.7;
  letter-spacing: 0.04em;
}
.ph--a { background: linear-gradient(135deg, var(--burgundy) 0%, var(--rose) 100%); }
.ph--b { background: linear-gradient(135deg, var(--olive) 0%, #9CAE5C 100%); }
.ph--c { background: linear-gradient(135deg, var(--gold) 0%, var(--rose) 100%); }
.ph--d { background: linear-gradient(135deg, var(--rose) 0%, var(--burgundy-dark) 100%); }

.ph-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--burgundy) 0%, var(--rose) 100%);
  color: var(--white);
  font-family: var(--font-serif);
  font-size: 1rem;
  font-weight: 600;
}

/* ---- Buttons ---- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 34px;
  border-radius: 999px;
  font-family: var(--font-sans);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.25s ease;
}
.btn--primary {
  background: var(--burgundy);
  color: var(--white);
}
.btn--primary:hover { background: var(--burgundy-dark); transform: translateY(-2px); }
.btn--outline {
  background: transparent;
  border-color: var(--burgundy);
  color: var(--burgundy);
}
.btn--outline:hover { background: var(--burgundy); color: var(--white); }
.btn--light {
  background: var(--white);
  color: var(--burgundy);
}
.btn--light:hover { background: var(--cream); transform: translateY(-2px); }
.btn--on-dark {
  background: rgba(255,255,255,0.14);
  color: var(--white);
  border-color: rgba(255,255,255,0.5);
}
.btn--on-dark:hover { background: var(--white); color: var(--burgundy); }
.btn--olive {
  background: var(--olive);
  color: var(--white);
}
.btn--olive:hover { background: var(--olive-dark); transform: translateY(-2px); }
.btn--olive-outline {
  background: transparent;
  border-color: var(--olive);
  color: var(--olive-dark);
}
.btn--olive-outline:hover { background: var(--olive); color: var(--white); }

/* ---- Men's / olive theming overrides ---- */
.section--olive-tint { background: var(--olive-tint); }
.arch-olive.hero-image,
.arch-olive.card-image,
.arch-olive.feature-banner-image,
.arch-olive.story-image,
.arch-olive .card-image,
.arch-olive .mens-card-image { border-color: var(--olive) !important; }
.arch-olive .eyebrow { color: var(--olive-dark); }
.arch-olive .divider svg { stroke: var(--olive-dark); }
.arch-olive .divider::before, .arch-olive .divider::after { background: var(--olive); }

/* ---- Men's horizontal cards (Home page "For Him") ---- */
.mens-cards { display: flex; flex-direction: column; gap: 24px; }
.mens-card {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 32px;
  align-items: center;
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 20px;
  box-shadow: 0 10px 30px rgba(43,35,32,0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.mens-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-soft); }
.mens-card-image {
  border-radius: 130px 24px 24px 130px;
  overflow: hidden;
  height: 190px;
  border: 3px solid var(--olive);
}
.mens-card-image img { width: 100%; height: 100%; object-fit: cover; }
.mens-card-content h3 { font-size: 1.35rem; margin-bottom: 0.35em; }
.mens-card-content p { margin-bottom: 16px; }

/* ---- Header / Nav ---- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(251, 244, 238, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(123,45,54,0.08);
  transition: box-shadow 0.25s ease;
}
.site-header.is-scrolled { box-shadow: 0 8px 24px rgba(43,35,32,0.08); }

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 24px;
  max-width: var(--container);
  margin: 0 auto;
}

.brand img { height: 115px; width: auto; }

.nav-links {
  display: flex;
  align-items: center;
  gap: 34px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-links a {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  letter-spacing: 0.04em;
  color: var(--ink);
  padding: 6px 2px;
  border-bottom: 2px solid transparent;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.nav-links a:hover,
.nav-links a.is-active {
  color: var(--burgundy);
  border-color: var(--gold);
}

/* ---- Nav dropdown (Services submenu) ---- */
.nav-dropdown { position: relative; }
.nav-dropdown-trigger { display: flex; align-items: center; gap: 5px; cursor: pointer; }
.nav-dropdown-trigger svg { width: 11px; height: 11px; stroke: currentColor; transition: transform 0.2s ease; }
.nav-dropdown:hover .nav-dropdown-trigger svg,
.nav-dropdown.is-open .nav-dropdown-trigger svg { transform: rotate(180deg); }
.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 14px);
  left: 50%;
  transform: translateX(-50%);
  background: var(--white);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
  padding: 10px;
  min-width: 220px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%) translateY(6px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s;
  z-index: 50;
}
.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown.is-open .nav-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.nav-dropdown-menu a {
  padding: 10px 14px;
  border-radius: 10px;
  border-bottom: none !important;
  font-size: 0.85rem;
  color: var(--ink);
  white-space: nowrap;
}
.nav-dropdown-menu a:hover { background: var(--rose-tint); color: var(--burgundy); }
.nav-dropdown-menu .nav-dropdown-divider { height: 1px; background: var(--cream-deep); margin: 6px 4px; }

.nav-cta { display: flex; align-items: center; gap: 18px; }
.nav-cta .btn { padding: 12px 26px; }

.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
}
.nav-toggle span {
  display: block;
  width: 26px;
  height: 2px;
  background: var(--burgundy);
  margin: 5px 0;
  transition: 0.25s ease;
}

/* ---- Hero ---- */
.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 48px;
  padding: 72px 0 96px;
}
.hero-image { border-radius: 260px 260px 24px 24px; overflow: hidden; box-shadow: var(--shadow-soft); height: 560px; border: 3px solid var(--gold); }
.hero-image img, .hero-image .ph { width: 100%; height: 100%; object-fit: cover; }
.hero h1 { font-size: clamp(2.4rem, 4vw, 3.4rem); }
.hero h1 .accent { color: var(--burgundy); display: block; }
.hero p.lead { font-size: 1.05rem; max-width: 480px; }
.hero-actions { display: flex; gap: 16px; margin-top: 8px; flex-wrap: wrap; }

/* ---- Page header (inner pages) ---- */
.page-header { padding: 64px 0 40px; text-align: center; }
.breadcrumb { font-size: 0.78rem; color: var(--ink-soft); margin-bottom: 1em; letter-spacing: 0.04em; }
.breadcrumb a { color: var(--burgundy); }
.page-header h1 { font-size: clamp(2rem, 3.4vw, 2.8rem); }
.page-header .lead { max-width: 620px; margin: 0 auto; }

/* ---- Grids & Cards ---- */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; }
.grid-3-centered-4th { grid-column: 2; }

.card {
  background: var(--white);
  border-radius: 120px 120px var(--radius-md) var(--radius-md);
  box-shadow: 0 10px 30px rgba(43,35,32,0.06);
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-soft); }
.card-image { border-radius: 120px 120px 0 0; overflow: hidden; height: 220px; border: 3px solid var(--gold); border-bottom: none; }
.card-image img, .card-image .ph { width: 100%; height: 100%; object-fit: cover; }
.card-body { padding: 26px 26px 30px; }
.card-body h3 { font-size: 1.25rem; margin-bottom: 0.4em; }
.card-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--burgundy);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-top: 14px;
}
.card-link svg { width: 14px; height: 14px; }

/* ---- Feature / Bridal Banner ---- */
.feature-banner {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 56px;
  align-items: center;
  background: var(--rose-tint);
  border-radius: var(--radius-lg);
  padding: 20px;
}
.feature-banner-image { border-radius: 200px 200px 20px 20px; overflow: hidden; height: 480px; border: 3px solid var(--gold); }
.feature-banner-image img, .feature-banner-image .ph { width: 100%; height: 100%; object-fit: cover; }
.feature-banner-content { padding: 20px 32px 20px 0; }
.feature-banner-content h2 { font-size: clamp(1.8rem, 3vw, 2.4rem); }

/* ---- Testimonials ---- */
.testimonial-card {
  background: var(--white);
  border-radius: var(--radius-md);
  padding: 30px 28px;
  box-shadow: 0 10px 30px rgba(43,35,32,0.06);
}
.stars { color: var(--gold); letter-spacing: 3px; margin-bottom: 12px; font-size: 1rem; }
.testimonial-card p.quote { font-style: italic; color: var(--ink); margin-bottom: 20px; }
.testimonial-person { display: flex; align-items: center; gap: 12px; }
.avatar {
  width: 44px; height: 44px; border-radius: 50%; object-fit: cover;
  border: 2px solid var(--rose-tint);
}
.testimonial-person strong { display: block; font-size: 0.92rem; }
.testimonial-person span { font-size: 0.72rem; color: var(--olive); letter-spacing: 0.06em; text-transform: uppercase; }

/* ---- Instagram / Gallery strip ---- */
.insta-strip { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.insta-strip a { border-radius: var(--radius-md); overflow: hidden; aspect-ratio: 1/1; display: block; }
.insta-strip img, .insta-strip .ph { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.insta-strip a:hover img, .insta-strip a:hover .ph { transform: scale(1.08); }

/* ---- CTA Banner ---- */
.cta-banner { text-align: center; padding: 88px 0; }
.cta-banner h2 { color: var(--white); font-size: clamp(1.8rem, 3vw, 2.6rem); }
.cta-banner p { color: rgba(255,255,255,0.85); max-width: 560px; margin: 0 auto 28px; }
.leaf-icon { width: 30px; height: 30px; margin-bottom: 18px; stroke: var(--rose); }

/* ---- Footer ---- */
.site-footer { background: var(--white); padding-top: 64px; }
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 48px;
}
.footer-brand img { height: 100px; margin-bottom: 14px; }
.footer-tag { font-size: 0.75rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--olive); margin-bottom: 14px; }
.footer-brand p { max-width: 320px; font-size: 0.9rem; }
.social-row { display: flex; gap: 12px; margin-top: 16px; }
.social-row a {
  width: 38px; height: 38px; border-radius: 50%;
  background: var(--rose-tint); color: var(--burgundy);
  display: flex; align-items: center; justify-content: center;
  transition: background 0.2s ease, color 0.2s ease;
}
.social-row a:hover { background: var(--burgundy); color: var(--white); }
.social-row svg { width: 16px; height: 16px; }

.footer-col h4 { font-size: 1rem; margin-bottom: 16px; }
.footer-col ul { list-style: none; margin: 0; padding: 0; }
.footer-col li { margin-bottom: 10px; }
.footer-col a, .footer-col p { font-size: 0.9rem; color: var(--ink-soft); }
.placeholder-note { color: var(--rose); font-style: italic; }

.footer-bottom {
  border-top: 1px solid var(--cream-deep);
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 0.78rem;
  color: var(--ink-soft);
}
.footer-bottom a { margin-left: 16px; }

/* ---- Sticky mobile WhatsApp bar ---- */
.mobile-book-bar {
  display: none;
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 200;
  background: var(--burgundy);
  padding: 14px 20px;
  text-align: center;
}
.mobile-book-bar a {
  color: var(--white);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.mobile-book-bar svg { width: 18px; height: 18px; }

/* ---- Category pill nav (Services page) ---- */
.pill-nav-wrap {
  position: sticky;
  top: 132px;
  z-index: 50;
  background: var(--cream);
  padding: 18px 0;
  border-bottom: 1px solid var(--cream-deep);
}
.pill-nav {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scrollbar-width: none;
  padding: 2px 4px;
}
.pill-nav::-webkit-scrollbar { display: none; }
.pill-nav a {
  flex: 0 0 auto;
  padding: 10px 22px;
  border-radius: 999px;
  border: 1px solid var(--rose-tint);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--ink-soft);
  background: var(--white);
  transition: all 0.2s ease;
}
.pill-nav a:hover { border-color: var(--burgundy); color: var(--burgundy); }
.pill-nav a.is-active { background: var(--burgundy); color: var(--white); border-color: var(--burgundy); }

/* ---- Service category blocks ---- */
.service-category { padding: 72px 0; scroll-margin-top: 150px; border-bottom: 1px solid var(--cream-deep); }
.service-category:last-of-type { border-bottom: none; }
.service-category-head { max-width: 640px; margin-bottom: 40px; }
.service-subgroup { margin-bottom: 28px; }
.service-subgroup h4 {
  font-family: var(--font-sans);
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--rose);
  margin-bottom: 14px;
}
.service-rows { display: grid; grid-template-columns: repeat(2, 1fr); gap: 4px 40px; }
.service-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px dashed var(--cream-deep);
}
.service-row .dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--olive); flex: 0 0 auto;
}
.service-row span { font-size: 0.95rem; color: var(--ink); }

/* ---- Elaborate menu cards (service detail pages) ---- */
.menu-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-bottom: 32px; }
.menu-card {
  background: var(--white);
  border-radius: var(--radius-md);
  border-top: 3px solid var(--gold);
  box-shadow: 0 10px 30px rgba(43,35,32,0.06);
  padding: 30px 28px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.menu-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-soft); }
.menu-card-head { display: flex; align-items: center; gap: 14px; margin-bottom: 20px; }
.menu-icon {
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--rose-tint);
  display: flex; align-items: center; justify-content: center;
  flex: 0 0 auto;
}
.menu-icon svg { width: 19px; height: 19px; stroke: var(--burgundy); }
.menu-card-head h4 {
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: 1.15rem;
  color: var(--ink);
  margin: 0;
  text-transform: none;
  letter-spacing: 0;
}
.menu-card .service-rows { grid-template-columns: 1fr; gap: 0; }
.menu-card .service-row { padding: 11px 0; }
.menu-card .service-row:last-child { border-bottom: none; }

.callout-card {
  background: var(--rose-tint);
  border-radius: var(--radius-lg);
  padding: 48px;
  text-align: center;
  margin: 24px 0 0;
}
.callout-card h3 { font-size: 1.6rem; }
.callout-card p { max-width: 480px; margin: 0 auto 22px; }

/* ---- Gallery page ---- */
.gallery-grid {
  columns: 3 220px;
  column-gap: 20px;
}
.gallery-grid img, .gallery-grid .ph {
  width: 100%;
  border-radius: var(--radius-md);
  margin-bottom: 20px;
  break-inside: avoid;
}
.gallery-grid .ph { display: flex; }

/* ---- Contact page ---- */
.contact-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.contact-info-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 40px;
  box-shadow: 0 10px 30px rgba(43,35,32,0.06);
}
.contact-info-row { display: flex; gap: 16px; margin-bottom: 24px; align-items: flex-start; }
.contact-info-row svg { width: 22px; height: 22px; stroke: var(--burgundy); flex: 0 0 auto; margin-top: 3px; }
.contact-info-row strong { display: block; margin-bottom: 4px; }

.contact-form { display: grid; gap: 18px; }
.contact-form label { font-size: 0.8rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: 6px; display: block; }
.contact-form input, .contact-form textarea, .contact-form select {
  width: 100%;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid var(--cream-deep);
  background: var(--white);
  font-family: var(--font-sans);
  font-size: 0.95rem;
}
.contact-form textarea { resize: vertical; min-height: 120px; }
.map-embed {
  border-radius: var(--radius-md);
  overflow: hidden;
  height: 260px;
  margin-top: 24px;
  background: var(--cream-deep);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ink-soft);
  font-size: 0.85rem;
  text-align: center;
  padding: 20px;
}

/* ---- About page ---- */
.story-block { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.story-block.reverse { direction: rtl; }
.story-block.reverse > * { direction: ltr; }
.story-image { border-radius: 220px 220px 20px 20px; overflow: hidden; box-shadow: var(--shadow-soft); height: 440px; border: 3px solid var(--gold); }
.story-image img, .story-image .ph { width: 100%; height: 100%; object-fit: cover; }

.tag-row { display: flex; flex-wrap: wrap; gap: 10px; margin: 20px 0 26px; }
.tag {
  display: inline-block;
  background: var(--rose-tint);
  color: var(--burgundy);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 8px 16px;
  border-radius: 999px;
}
.tag--olive { background: var(--olive-tint); color: var(--olive-dark); }
.story-block .eyebrow + h2 { margin-top: 0; }

.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.value-item { text-align: center; padding: 20px; }
.value-item .icon-circle {
  width: 64px; height: 64px; border-radius: 50%;
  background: var(--rose-tint);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 16px;
}
.value-item svg { width: 26px; height: 26px; stroke: var(--burgundy); }
.value-item h4 { font-size: 1.05rem; }
.value-item p { font-size: 0.88rem; }

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 1024px) {
  .nav-links { gap: 22px; }
  .hero { grid-template-columns: 1fr; }
  .hero-content { text-align: center; }
  .hero-image { order: -1; height: 380px; }
  .hero p.lead { max-width: 100%; margin-left: auto; margin-right: auto; }
  .hero-actions { justify-content: center; }
  .grid-3, .insta-strip { grid-template-columns: repeat(3, 1fr); }
  .insta-strip { grid-template-columns: repeat(3, 1fr); }
  .feature-banner { grid-template-columns: 1fr; }
  .feature-banner-image { height: 340px; }
  .mens-card { grid-template-columns: 1fr; }
  .mens-card-image { border-radius: 24px; height: 220px; }
  .feature-banner-content { padding: 0 8px 24px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .contact-wrap { grid-template-columns: 1fr; }
  .story-block, .story-block.reverse { grid-template-columns: 1fr; direction: ltr; }
  .story-image { height: 340px; }
  .values-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .nav-links, .nav-cta .btn--outline-desktop { display: none; }
  .nav-toggle { display: block; }
  .nav-cta .btn--primary { display: none; }
  .brand img { height: 66px; }
  .nav { padding: 6px 20px; }
  .section { padding: 64px 0; }
  .grid-3, .grid-2 { grid-template-columns: 1fr; }
  .grid-3-centered-4th { grid-column: auto; }
  .insta-strip { grid-template-columns: repeat(2, 1fr); }
  .service-rows { grid-template-columns: 1fr; }
  .menu-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .gallery-grid { columns: 2 160px; }
  .mobile-book-bar { display: block; }
  body { padding-bottom: 64px; }
  .pill-nav-wrap { top: 80px; }
}

@media (max-width: 480px) {
  .hero-image { height: 300px; }
  .story-image { height: 280px; }
  .feature-banner-image { height: 280px; }
  .card-image { height: 190px; }
  .insta-strip { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { columns: 1; }
  .values-grid { grid-template-columns: 1fr; }
}

/* Mobile nav drawer */
.mobile-drawer {
  position: fixed;
  inset: 0;
  background: var(--cream);
  z-index: 300;
  display: none;
  flex-direction: column;
  padding: 24px;
}
.mobile-drawer.is-open { display: flex; }
.mobile-drawer-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 40px; }
.mobile-drawer-top img { height: 90px; }
.mobile-drawer-close { background: none; border: none; font-size: 1.8rem; color: var(--burgundy); cursor: pointer; }
.mobile-drawer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 26px; justify-items: center; text-align: center; }
.mobile-drawer ul a { font-family: var(--font-serif); font-size: 1.6rem; color: var(--ink); }
.mobile-drawer ul a.is-active { color: var(--burgundy); }
.mobile-drawer .btn { color: var(--white); font-family: var(--font-sans); font-size: 0.8rem; }
.mobile-drawer .btn { margin-top: 32px; width: 100%; }

.mobile-drawer-group { display: flex; flex-direction: column; align-items: center; width: 100%; }
.mobile-drawer-group-toggle {
  background: none; border: none; padding: 0; cursor: pointer;
  font-family: var(--font-serif); font-size: 1.6rem; color: var(--ink);
  display: flex; align-items: center; justify-content: center; gap: 10px; text-align: center;
}
.mobile-drawer-group-toggle svg { width: 16px; height: 16px; stroke: currentColor; transition: transform 0.25s ease; }
.mobile-drawer-group.is-open .mobile-drawer-group-toggle svg { transform: rotate(180deg); }
.mobile-drawer-group.is-open .mobile-drawer-group-toggle { color: var(--burgundy); }
.mobile-drawer-group .mobile-drawer-submenu {
  list-style: none; margin: 0; padding: 0;
  display: grid; gap: 16px;
  justify-items: center; text-align: center;
  max-height: 0; overflow: hidden;
  transition: max-height 0.3s ease;
}
.mobile-drawer-group.is-open .mobile-drawer-submenu { max-height: 400px; margin-top: 18px; }
.mobile-drawer-group .mobile-drawer-submenu a { font-family: var(--font-sans); font-size: 1rem; color: var(--ink-soft); }
.mobile-drawer-group .mobile-drawer-submenu a.is-active { color: var(--burgundy); }
