/* =========================================================
   {{BUSINESS_NAME}} — boutique {{CATEGORY}} site
   Palette: deep violet #7C3AED · soft lavender · warm gold
   Type: Cormorant Garamond (display) + Manrope (body/UI)
   ========================================================= */

:root {
  --violet:        #7C3AED;
  --violet-deep:   #5B21B6;
  --violet-press:  #4C1D95;
  --ink:           #211633;   /* warm violet-black text */
  --ink-soft:      #5a4f6b;
  --gold:          #BF9A47;
  --gold-soft:     #E2C883;
  --lav-50:        #FAF8FE;
  --lav-100:       #F4EFFB;
  --lav-200:       #ECE3F8;
  --lav-300:       #DECFF3;
  --cream:         #FBF9F4;
  --white:         #FFFFFF;
  --line:          rgba(124, 58, 237, 0.16);

  --maxw: 1200px;
  --pad: clamp(20px, 5vw, 64px);
  --radius: 4px;
  --ease: cubic-bezier(.16, 1, .3, 1);
  --shadow-sm: 0 2px 10px rgba(43, 18, 84, 0.06);
  --shadow-md: 0 18px 50px -20px rgba(43, 18, 84, 0.30);
  --shadow-lg: 0 40px 90px -40px rgba(43, 18, 84, 0.45);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.7;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

.container {
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  padding-left: var(--pad);
  padding-right: var(--pad);
}

/* ---------- Shared typography ---------- */
.eyebrow {
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  margin: 0 0 1.1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.7em;
}
.eyebrow-violet { color: var(--violet); }
.eyebrow-gold   { color: var(--gold); }
.eyebrow .dot {
  width: 5px; height: 5px; border-radius: 50%;
  background: currentColor; display: inline-block; opacity: .7;
}

.section-title {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: clamp(2.3rem, 5.4vw, 3.7rem);
  line-height: 1.04;
  letter-spacing: -0.01em;
  margin: 0;
  color: var(--ink);
}
.section-title em {
  font-style: italic;
  color: var(--violet);
}

.section { padding: clamp(64px, 11vh, 140px) 0; }

.section-head { max-width: 640px; margin-bottom: 8px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }

/* ---------- Divider ---------- */
.divider {
  display: flex; align-items: center; justify-content: center;
  gap: 0; margin: clamp(34px, 5vw, 56px) 0;
  position: relative;
}
.divider::before, .divider::after {
  content: ""; height: 1px; flex: 1;
  background: linear-gradient(90deg, transparent, var(--line), transparent);
}
.divider .diamond {
  width: 9px; height: 9px; margin: 0 18px;
  background: var(--gold);
  transform: rotate(45deg);
  box-shadow: 0 0 0 5px rgba(191,154,71,.12);
  flex: none;
}

/* ---------- Buttons ---------- */
.btn {
  --b-bg: var(--violet);
  display: inline-flex; align-items: center; justify-content: center;
  gap: 0.55em;
  font-family: "Manrope", sans-serif;
  font-size: 0.82rem; font-weight: 700;
  letter-spacing: 0.13em; text-transform: uppercase;
  padding: 1.05em 1.9em;
  border-radius: var(--radius);
  border: 1px solid transparent;
  cursor: pointer;
  position: relative;
  transition: transform .45s var(--ease), background .35s var(--ease),
              color .35s var(--ease), box-shadow .45s var(--ease), border-color .35s var(--ease);
  will-change: transform;
}
.btn-primary {
  background: var(--violet);
  color: #fff;
  box-shadow: 0 12px 26px -12px rgba(124,58,237,.7);
}
.btn-primary:hover {
  background: var(--violet-deep);
  transform: translateY(-2px);
  box-shadow: 0 18px 34px -12px rgba(124,58,237,.75);
}
.btn-primary:active { transform: translateY(0); background: var(--violet-press); }

.btn-ghost {
  background: transparent;
  color: var(--violet);
  border-color: var(--line);
}
.btn-ghost:hover {
  border-color: var(--violet);
  background: rgba(124,58,237,.05);
  transform: translateY(-2px);
}

.btn-gold {
  background: transparent;
  color: var(--gold);
  border-color: rgba(191,154,71,.5);
}
.btn-gold:hover { background: var(--gold); color: #fff; border-color: var(--gold); transform: translateY(-2px); }

/* =========================================================
   HEADER
   ========================================================= */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  transition: background .5s var(--ease), box-shadow .5s var(--ease),
              padding .5s var(--ease), backdrop-filter .5s var(--ease);
  padding: 10px 0;
}
.site-header.scrolled {
  background: rgba(251, 249, 244, 0.88);
  backdrop-filter: saturate(160%) blur(14px);
  -webkit-backdrop-filter: saturate(160%) blur(14px);
  box-shadow: 0 1px 0 var(--line);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
}
.wordmark { display: flex; flex-direction: column; line-height: 1; }
.wordmark-name {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600; font-size: 1.5rem; letter-spacing: 0.01em;
  color: var(--ink);
}
.wordmark-sub {
  font-size: 0.6rem; font-weight: 700; letter-spacing: 0.28em;
  text-transform: uppercase; color: var(--violet); margin-top: 5px;
}

.nav { display: flex; align-items: center; gap: clamp(18px, 2.4vw, 36px); }
.nav > a:not(.btn) {
  font-size: 0.82rem; font-weight: 600; letter-spacing: 0.04em;
  color: var(--ink); position: relative; padding: 4px 0;
}
.nav > a:not(.btn)::after {
  content: ""; position: absolute; left: 0; bottom: -2px;
  width: 100%; height: 1.5px; background: var(--gold);
  transform: scaleX(0); transform-origin: left;
  transition: transform .4s var(--ease);
}
.nav > a:not(.btn):hover { color: var(--violet); }
.nav > a:not(.btn):hover::after { transform: scaleX(1); }
.nav-cta { padding: 0.85em 1.4em; }

.nav-toggle {
  display: none; flex-direction: column; gap: 5px;
  width: 44px; height: 44px; align-items: center; justify-content: center;
  background: none; border: none; cursor: pointer;
}
.nav-toggle span {
  width: 24px; height: 2px; background: var(--ink);
  transition: transform .4s var(--ease), opacity .3s var(--ease);
}

/* =========================================================
   HERO
   ========================================================= */
.hero {
  position: relative;
  padding-top: clamp(120px, 17vh, 190px);
  padding-bottom: clamp(60px, 9vh, 110px);
  background:
    radial-gradient(120% 90% at 85% 0%, var(--lav-100) 0%, transparent 60%),
    linear-gradient(180deg, var(--lav-50) 0%, var(--cream) 100%);
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}
.hero-copy { max-width: 600px; }
.hero-title {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: clamp(3.2rem, 9vw, 6.4rem);
  line-height: 0.96;
  letter-spacing: -0.015em;
  margin: 0 0 1.4rem;
  color: var(--ink);
  text-wrap: balance;
}
.hero-rating { display: flex; align-items: center; gap: 12px; margin-bottom: 1.7rem; }
.stars { display: inline-flex; gap: 3px; }
.star { width: 17px; height: 17px; fill: var(--gold); }
.rating-num { font-weight: 800; font-size: 1rem; color: var(--ink); }
.rating-meta { font-size: 0.9rem; color: var(--ink-soft); }
.hero-lead {
  font-size: clamp(1.05rem, 1.6vw, 1.22rem);
  line-height: 1.65; color: var(--ink-soft);
  margin: 0 0 2.2rem; max-width: 30em;
  text-wrap: pretty;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }

.hero-figure {
  position: relative; margin: 0;
  aspect-ratio: 4 / 5;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.hero-figure img { width: 100%; height: 100%; object-fit: cover; }
.hero-figure::after {
  content: ""; position: absolute; inset: 0;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.25);
  pointer-events: none;
}
.hero-figcap {
  position: absolute; left: 16px; bottom: 16px; z-index: 2;
  font-size: 0.66rem; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase;
  color: #fff; padding: 7px 13px;
  background: rgba(33, 22, 51, 0.38);
  backdrop-filter: blur(6px);
  border-radius: 999px;
}

/* =========================================================
   HIGHLIGHTS
   ========================================================= */
.highlights {
  background: var(--violet);
  color: #fff;
  position: relative;
}
.highlights::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(110% 140% at 0% 0%, rgba(255,255,255,.10), transparent 55%);
  pointer-events: none;
}
.highlights-row {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 4vw, 48px);
  padding-top: clamp(34px, 5vw, 52px);
  padding-bottom: clamp(34px, 5vw, 52px);
}
.highlight { display: flex; align-items: center; gap: 16px; }
.highlight + .highlight { position: relative; }
.highlight + .highlight::before {
  content: ""; position: absolute; left: clamp(-24px, -2vw, -10px); top: 50%;
  transform: translateY(-50%); width: 1px; height: 42px;
  background: rgba(255,255,255,.2);
}
.highlight-icon {
  flex: none; width: 42px; height: 42px;
  display: grid; place-items: center; border-radius: 50%;
  background: rgba(255,255,255,.12);
  color: var(--gold-soft);
}
.highlight-icon svg { width: 21px; height: 21px; fill: currentColor; }
.highlight-icon svg[stroke] { fill: none; }
.highlight-stat { margin: 0; font-weight: 700; font-size: 1.02rem; letter-spacing: .005em; }
.highlight-sub { margin: 2px 0 0; font-size: 0.85rem; color: rgba(255,255,255,.72); }

/* =========================================================
   GALLERY
   ========================================================= */
.gallery-section { background: var(--cream); }
.gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 220px;
  gap: 16px;
}
.g-tile {
  position: relative; margin: 0; overflow: hidden;
  border-radius: var(--radius);
  background: var(--lav-100);
  box-shadow: var(--shadow-sm);
}
.g-tile img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 1.1s var(--ease), filter .6s var(--ease);
}
.g-tile::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(43,18,84,.42));
  opacity: 0; transition: opacity .5s var(--ease);
}
.g-tile:hover img { transform: scale(1.06); }
.g-tile:hover::after { opacity: 1; }
.g-index {
  position: absolute; left: 16px; bottom: 14px; z-index: 2;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.5rem; font-weight: 600; color: #fff;
  opacity: 0; transform: translateY(8px);
  transition: opacity .5s var(--ease), transform .5s var(--ease);
}
.g-tile:hover .g-index { opacity: 1; transform: translateY(0); }
.g-tile-tall { grid-row: span 2; }
.g-tile-wide { grid-column: span 2; }

/* =========================================================
   SERVICES
   ========================================================= */
.services-section { background: var(--lav-50); }
.services-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(36px, 6vw, 90px);
  align-items: start;
}
.services-intro { position: sticky; top: 110px; }
.services-note {
  color: var(--ink-soft); font-size: 1.02rem; margin: 1.4rem 0 2rem;
  max-width: 30em; text-wrap: pretty;
}
.services-list { list-style: none; margin: 0; padding: 0; }
.service {
  padding: clamp(26px, 3vw, 38px) 0;
  border-top: 1px solid var(--line);
  transition: padding-left .5s var(--ease);
}
.service:last-child { border-bottom: 1px solid var(--line); }
.service:hover { padding-left: 14px; }
.service-head { display: flex; align-items: baseline; gap: 18px; margin-bottom: 0.5rem; }
.service-num {
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.18em;
  color: var(--gold); flex: none; padding-top: 4px;
}
.service-name {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500; font-size: clamp(1.7rem, 3vw, 2.3rem);
  margin: 0; line-height: 1.1; color: var(--ink);
  transition: color .4s var(--ease);
}
.service:hover .service-name { color: var(--violet); }
.service-desc { margin: 0 0 0 36px; color: var(--ink-soft); max-width: 38em; text-wrap: pretty; }

/* =========================================================
   ABOUT
   ========================================================= */
.about-section { background: var(--violet-deep); color: #fff; position: relative; }
.about-section::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(120% 120% at 100% 0%, rgba(124,58,237,.55), transparent 55%);
  pointer-events: none;
}
.about-grid {
  display: grid; grid-template-columns: 0.5fr 1.5fr;
  gap: clamp(30px, 5vw, 70px); align-items: start; position: relative;
}
.about-label .eyebrow-gold { color: var(--gold-soft); }
.about-rule { display: block; width: 56px; height: 2px; background: var(--gold); margin-top: 10px; }
.about-lead {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: clamp(1.6rem, 3.2vw, 2.5rem);
  line-height: 1.32; letter-spacing: -0.005em;
  margin: 0 0 1.6rem; color: #fff; text-wrap: pretty;
}
.about-sign {
  font-size: 0.78rem; font-weight: 700; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--gold-soft); margin: 0;
}

/* =========================================================
   TESTIMONIALS
   ========================================================= */
.testimonials-section { background: var(--cream); }
.testimonials {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(20px, 3vw, 32px);
}
.quote-card {
  position: relative; margin: 0;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(30px, 4vw, 48px);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  transition: transform .55s var(--ease), box-shadow .55s var(--ease);
}
.quote-card::before {
  content: ""; position: absolute; left: 0; top: 0; bottom: 0;
  width: 3px; background: linear-gradient(var(--violet), var(--gold));
  transform: scaleY(0); transform-origin: top;
  transition: transform .6s var(--ease);
}
.quote-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.quote-card:hover::before { transform: scaleY(1); }
.quote-mark {
  font-family: "Cormorant Garamond", serif;
  font-size: 4.5rem; line-height: 0.6; color: var(--lav-300);
  display: block; height: 38px;
}
.quote-stars { display: flex; gap: 3px; margin: 6px 0 18px; }
.quote-stars .star { width: 16px; height: 16px; fill: var(--gold); }
.stars-text {
  color: var(--gold); font-size: 1.05rem; letter-spacing: 0.18em; font-weight: 700;
}
.quote-text {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400; font-style: italic;
  font-size: clamp(1.25rem, 2.2vw, 1.6rem);
  line-height: 1.45; margin: 0 0 1.6rem; color: var(--ink);
  text-wrap: pretty;
}
.quote-author {
  font-size: 0.78rem; font-weight: 700; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--violet);
}

/* =========================================================
   VISIT
   ========================================================= */
.visit-section { background: var(--lav-100); }
.visit-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 18px; margin-top: clamp(30px, 4vw, 48px);
}
.visit-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(28px, 3vw, 40px);
  box-shadow: var(--shadow-sm);
  display: flex; flex-direction: column;
}
.card-title {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600; font-size: 1.6rem; margin: 0 0 1.1rem; color: var(--ink);
}
.hours-text { margin: 0; color: var(--ink-soft); white-space: pre-line; line-height: 1.9; }
.contact-phone {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.9rem; font-weight: 500; color: var(--violet);
  transition: color .35s var(--ease); margin-bottom: 6px;
}
.contact-phone:hover { color: var(--violet-deep); }
.contact-loc { color: var(--ink-soft); margin: 0 0 auto; padding-bottom: 1.6rem; }
.contact-card .btn { align-self: flex-start; }

.map-card {
  position: relative; overflow: hidden; min-height: 220px;
  color: #fff; justify-content: flex-end;
  background: linear-gradient(135deg, var(--violet) 0%, var(--violet-deep) 100%);
  transition: transform .55s var(--ease), box-shadow .55s var(--ease);
}
.map-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.map-texture {
  position: absolute; inset: 0; opacity: .5;
  background-image:
    linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 64px 64px, 64px 64px, 16px 16px, 16px 16px;
}
.map-texture::after {
  content: ""; position: absolute; left: 18%; top: 30%; right: 12%; bottom: 36%;
  border: 1px dashed rgba(226,200,131,.55); border-radius: 3px;
  transform: rotate(-6deg);
}
.map-pin {
  position: absolute; left: 50%; top: 42%; transform: translate(-50%, -50%);
  color: var(--gold-soft);
}
.map-pin svg { width: 38px; height: 38px; }
.map-cta {
  position: relative; z-index: 2;
  font-size: 0.82rem; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase;
  display: inline-flex; align-items: center; gap: 8px;
}
.map-cta .arrow { transition: transform .4s var(--ease); }
.map-card:hover .arrow { transform: translateX(5px); }

/* =========================================================
   FOOTER
   ========================================================= */
.site-footer { background: var(--ink); color: rgba(255,255,255,.82); }
.footer-inner {
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 28px;
  padding-top: clamp(48px, 7vw, 80px); padding-bottom: clamp(30px, 4vw, 44px);
}
.footer-name {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.9rem; font-weight: 600; color: #fff; margin: 0;
}
.footer-meta {
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--gold-soft); margin: 6px 0 0; display: inline-flex; align-items: center; gap: 0.7em;
}
.footer-meta .dot { width: 4px; height: 4px; border-radius: 50%; background: currentColor; display: inline-block; }
.footer-nav { display: flex; gap: 26px; }
.footer-nav a { font-size: 0.85rem; font-weight: 600; color: rgba(255,255,255,.78); transition: color .35s var(--ease); }
.footer-nav a:hover { color: var(--gold-soft); }
.footer-contact { display: flex; align-items: center; gap: 20px; }
.footer-phone {
  font-family: "Cormorant Garamond", serif; font-size: 1.4rem; font-weight: 500; color: #fff;
  transition: color .35s var(--ease);
}
.footer-phone:hover { color: var(--gold-soft); }
.footer-base {
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px;
  padding-top: 22px; padding-bottom: 30px;
  border-top: 1px solid rgba(255,255,255,.1);
  font-size: 0.78rem; color: rgba(255,255,255,.55);
}
.footer-rating { margin: 0; color: var(--gold-soft); letter-spacing: 0.05em; }
.footer-base p { margin: 0; }

/* =========================================================
   IMAGE FALLBACK PLACEHOLDERS
   ========================================================= */
[data-img].is-fallback {
  background-color: var(--lav-100);
  background-image: repeating-linear-gradient(
    -45deg,
    rgba(124,58,237,.07) 0px, rgba(124,58,237,.07) 1px,
    transparent 1px, transparent 11px
  );
  display: grid; place-items: center;
  min-height: 220px;
}
.ph-label {
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 0.7rem; letter-spacing: 0.06em;
  color: var(--violet);
  background: rgba(255,255,255,.7);
  padding: 5px 11px; border-radius: 999px;
  border: 1px solid var(--line);
}
.hero-figure.is-fallback { aspect-ratio: 4 / 5; }

/* =========================================================
   SCROLL REVEAL
   ========================================================= */
[data-reveal] {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .9s var(--ease), transform .9s var(--ease);
}
[data-reveal].reveal-in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  [data-reveal] { opacity: 1 !important; transform: none !important; transition: none; }
  html { scroll-behavior: auto; }
  .btn, .g-tile img, .quote-card, .map-card { transition: none !important; }
}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-figure { aspect-ratio: 16 / 11; max-height: 460px; order: -1; }
  .services-grid { grid-template-columns: 1fr; gap: 36px; }
  .services-intro { position: static; }
  .about-grid { grid-template-columns: 1fr; gap: 22px; }
  .visit-grid { grid-template-columns: 1fr 1fr; }
  .map-card { grid-column: span 2; min-height: 200px; }
}

@media (max-width: 720px) {
  body { font-size: 16px; }

  .nav { position: fixed; inset: 0 0 0 auto; width: min(82vw, 340px);
    flex-direction: column; align-items: flex-start; justify-content: center;
    gap: 26px; background: var(--cream); padding: 0 var(--pad);
    transform: translateX(100%); transition: transform .55s var(--ease);
    box-shadow: var(--shadow-lg); z-index: 90;
  }
  .nav.open { transform: translateX(0); }
  .nav > a:not(.btn) { font-size: 1.3rem; font-family: "Cormorant Garamond", serif; }
  .nav-cta { margin-top: 8px; }
  .nav-toggle { display: flex; z-index: 110; }
  body.menu-open .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  body.menu-open .nav-toggle span:nth-child(2) { opacity: 0; }
  body.menu-open .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  body.menu-open { overflow: hidden; }

  .highlights-row { grid-template-columns: 1fr; gap: 24px; }
  .highlight + .highlight::before { display: none; }
  .highlight + .highlight { border-top: 1px solid rgba(255,255,255,.14); padding-top: 24px; }

  .gallery { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 160px; gap: 10px; }
  .g-tile-tall { grid-row: span 2; }
  .g-tile-wide { grid-column: span 2; }
  .g-index { opacity: 1; transform: none; }

  .testimonials { grid-template-columns: 1fr; }
  .visit-grid { grid-template-columns: 1fr; }
  .map-card { grid-column: auto; }
  .service-desc { margin-left: 0; }

  .footer-inner { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 420px) {
  .hero-actions { width: 100%; }
  .hero-actions .btn { flex: 1; }
}
