/* ============================================================
   Metta Denture Clinic — stylesheet
   Warm, hand-crafted, loving-kindness inspired design system
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,300;0,9..144,400;0,9..144,500;0,9..144,600;0,9..144,700;1,9..144,400;1,9..144,500&family=Karla:wght@400;500;600;700&family=Caveat:wght@500;600;700&display=swap');

:root{
  /* palette — pulled from the Metta lotus mark */
  --indigo: #303c64;
  --indigo-deep: #212a4a;
  --mauve: #8c4a5c;
  --mauve-deep: #6d3549;
  --terracotta: #c17a45;
  --gold: #cf9f4d;
  --sage: #7c8a68;

  --ink: #2c2620;
  --ink-soft: #55503fcc;
  --paper: #faf6ee;
  --paper-alt: #f2e9d8;
  --paper-deep: #ecdfc7;
  --cream-line: #e4d5b7;

  --shadow-soft: 0 18px 40px -22px rgba(43, 33, 24, 0.35);
  --shadow-card: 0 14px 30px -18px rgba(48, 60, 100, 0.35);

  --radius-blob-1: 62% 38% 55% 45% / 45% 55% 45% 55%;
  --radius-blob-2: 42% 58% 61% 39% / 55% 42% 58% 45%;
  --radius-blob-3: 55% 45% 40% 60% / 40% 55% 45% 60%;

  --font-display: 'Fraunces', 'Georgia', serif;
  --font-body: 'Karla', 'Segoe UI', sans-serif;
  --font-hand: 'Caveat', cursive;
}

*, *::before, *::after{ box-sizing: border-box; }
html{ scroll-behavior: smooth; }
body{
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.65;
  overflow-x: hidden;
}
img{ max-width: 100%; display: block; }
a{ color: inherit; text-decoration: none; }
ul{ margin: 0; padding: 0; list-style: none; }
h1,h2,h3,h4{
  font-family: var(--font-display);
  color: var(--indigo-deep);
  line-height: 1.12;
  margin: 0 0 0.5em;
  font-weight: 600;
  letter-spacing: -0.01em;
}
h1{ font-size: clamp(2.6rem, 5vw, 4.4rem); font-weight: 500; }
h2{ font-size: clamp(2rem, 3.4vw, 2.9rem); }
h3{ font-size: 1.4rem; }
p{ margin: 0 0 1em; }
.container{
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 6vw;
}
section{ position: relative; }

/* texture: subtle paper grain everywhere */
body::before{
  content:"";
  position: fixed; inset:0;
  pointer-events: none;
  z-index: 999;
  opacity: 0.05;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%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");
}

/* ---------- eyebrow / handwritten labels ---------- */
.eyebrow{
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  font-family: var(--font-hand);
  font-size: 1.5rem;
  color: var(--mauve-deep);
  transform: rotate(-2deg);
  margin-bottom: 0.3em;
}
.eyebrow::before{
  content:"";
  width: 26px; height: 2px;
  background: var(--gold);
  display: inline-block;
  border-radius: 2px;
}

.underline-scribble{
  position: relative;
  display: inline-block;
}
.underline-scribble svg{
  position: absolute;
  left: -2%; right: -2%; bottom: -0.18em;
  width: 104%; height: 0.3em;
  color: var(--gold);
}

/* ---------- buttons ---------- */
.btn{
  display: inline-flex;
  align-items: center;
  gap: 0.6em;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.98rem;
  padding: 0.95em 1.7em;
  border-radius: 100px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color .25s ease;
  white-space: nowrap;
}
.btn-primary{
  background: var(--mauve);
  color: var(--paper);
  box-shadow: var(--shadow-card);
}
.btn-primary:hover{ transform: translateY(-3px) rotate(-0.6deg); background: var(--mauve-deep); }
.btn-ghost{
  background: transparent;
  border-color: var(--indigo);
  color: var(--indigo);
}
.btn-ghost:hover{ background: var(--indigo); color: var(--paper); transform: translateY(-3px) rotate(0.6deg); }
.btn-light{
  background: var(--paper);
  color: var(--indigo-deep);
}
.btn-light:hover{ transform: translateY(-3px) rotate(-0.6deg); box-shadow: var(--shadow-card); }

/* ============ HEADER ============ */
.site-header{
  position: sticky; top: 0; z-index: 500;
  background: rgba(250, 246, 238, 0.9);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--cream-line);
}
.site-header .container{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
}
.brand{
  display: flex;
  align-items: center;
  gap: 0.7rem;
}
.brand img{ height: 52px; width: auto; }
.brand-text{
  display: flex;
  flex-direction: column;
  font-family: var(--font-display);
  color: var(--indigo-deep);
  line-height: 1.05;
}
.brand-text strong{ font-size: 1.25rem; font-weight: 700; letter-spacing: 0.02em; }
.brand-text span{ font-size: 0.72rem; font-family: var(--font-body); font-weight: 600; letter-spacing: 0.14em; color: var(--mauve-deep); text-transform: uppercase; }

.main-nav ul{ display: flex; align-items: center; gap: 2.1rem; }
.main-nav a{
  font-weight: 600;
  font-size: 0.98rem;
  color: var(--ink);
  position: relative;
  padding: 0.3em 0;
}
.main-nav a::after{
  content:"";
  position: absolute; left: 0; bottom: -2px;
  width: 0%; height: 2px;
  background: var(--terracotta);
  transition: width 0.25s ease;
  border-radius: 2px;
}
.main-nav a:hover::after, .main-nav a.active::after{ width: 100%; }
.main-nav a.active{ color: var(--mauve-deep); }

.header-cta{ display: flex; align-items: center; gap: 1.1rem; }
.header-phone{
  font-family: var(--font-display);
  font-weight: 600;
  color: var(--indigo-deep);
  font-size: 1.02rem;
}
.header-phone small{ display:block; font-family: var(--font-body); font-weight: 600; font-size: 0.68rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-soft); }

.nav-toggle{
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none; border: none; cursor: pointer;
  padding: 8px;
}
.nav-toggle span{ width: 26px; height: 2.5px; background: var(--indigo-deep); border-radius: 2px; transition: all .3s ease; }

/* mobile nav */
@media (max-width: 900px){
  .main-nav{
    position: fixed; inset: 0 0 0 auto;
    height: 100vh; width: min(78vw, 340px);
    background: var(--paper);
    transform: translateX(100%);
    transition: transform .35s ease;
    box-shadow: -20px 0 40px -20px rgba(0,0,0,0.25);
    padding: 6.5rem 2.2rem 2rem;
    z-index: 400;
  }
  .main-nav.open{ transform: translateX(0); }
  .main-nav ul{ flex-direction: column; align-items: flex-start; gap: 1.6rem; }
  .main-nav a{ font-size: 1.2rem; }
  .nav-toggle{ display: flex; }
  .header-phone{ display: none; }
}

/* ============ HERO ============ */
.hero{
  padding: 5rem 0 7rem;
  position: relative;
  overflow: hidden;
}
.hero .container{
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 3rem;
  align-items: center;
}
.hero-copy{ position: relative; z-index: 3; padding-top: 1rem; }
.hero-copy h1{ margin-bottom: 0.4em; }
.hero-copy h1 em{ font-style: italic; color: var(--mauve); }
.hero-lede{ font-size: 1.18rem; max-width: 46ch; color: var(--ink-soft); }
.hero-actions{ display: flex; gap: 1rem; margin-top: 2rem; flex-wrap: wrap; }
.hero-trust{ display:flex; gap: 1.6rem; margin-top: 2.6rem; flex-wrap: wrap; }
.hero-trust div{ font-family: var(--font-display); font-weight: 600; color: var(--indigo-deep); font-size: 1.6rem; }
.hero-trust span{ display:block; font-family: var(--font-body); font-weight: 600; font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--ink-soft); margin-top: 0.15em; }

.hero-art{ position: relative; z-index: 2; }
.hero-art svg{ width: 100%; height: auto; }
.hero-blob-bg{
  position: absolute;
  top: -12%; right: -18%;
  width: 62%; aspect-ratio: 1;
  background: var(--paper-alt);
  border-radius: var(--radius-blob-1);
  z-index: 1;
}
.hero-dots{ position:absolute; left: 2%; bottom: 6%; width: 90px; opacity: 0.5; z-index: 1;}

/* ============ SECTION WRAPPERS ============ */
.section{ padding: 6rem 0; }
.section-alt{ background: var(--paper-alt); }
.section-deep{ background: var(--indigo-deep); color: var(--paper); }
.section-deep h2, .section-deep h3{ color: var(--paper); }
.section-deep .ink-soft-inverse{ color: #f0e9dbb0; }

.section-head{ max-width: 720px; margin-bottom: 3rem; }
.section-head.center{ margin-left: auto; margin-right: auto; text-align: center; }

/* torn / wavy divider between sections */
.divider{
  display:block; width: 100%; height: 46px;
  margin-top: -1px;
}
.divider path{ fill: var(--paper); }
.divider.to-alt path{ fill: var(--paper-alt); }
.divider.from-alt path{ fill: var(--paper); }
.divider.to-deep path{ fill: var(--indigo-deep); }
.divider.from-deep-to-paper path{ fill: var(--paper); }

/* ============ PULL QUOTE / WELCOME ============ */
.welcome-block{
  display: grid;
  grid-template-columns: 0.9fr 1.4fr;
  gap: 3.5rem;
  align-items: start;
}
.welcome-mark{
  font-family: var(--font-display);
  font-size: 7rem;
  color: var(--mauve);
  line-height: 0.7;
  opacity: 0.85;
  transform: rotate(-4deg);
}
.pali-word{
  font-family: var(--font-hand);
  font-size: 2.4rem;
  color: var(--mauve-deep);
}
.welcome-copy p{ font-size: 1.12rem; }
.welcome-copy .lede{ font-family: var(--font-display); font-size: 1.5rem; color: var(--indigo-deep); font-weight: 500; }

/* ============ SERVICE / VALUE CARDS ============ */
.card-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.tilt-card{
  background: var(--paper);
  border: 1px solid var(--cream-line);
  border-radius: 26px 8px 26px 8px;
  padding: 2.2rem 2rem;
  box-shadow: var(--shadow-card);
  transition: transform .3s ease, box-shadow .3s ease;
  position: relative;
}
.tilt-card:nth-child(2n){ transform: rotate(-1deg); }
.tilt-card:nth-child(3n){ transform: rotate(1.1deg); }
.tilt-card:nth-child(3n+1){ transform: rotate(-0.6deg); }
.tilt-card:hover{ transform: translateY(-6px) rotate(0deg) !important; box-shadow: var(--shadow-soft); }
.tilt-card .icon{
  width: 54px; height: 54px;
  margin-bottom: 1.1rem;
  color: var(--mauve);
}
.tilt-card h3{ margin-bottom: 0.4em; }
.tilt-card p{ color: var(--ink-soft); font-size: 0.98rem; margin-bottom: 0.8em; }
.tilt-card a.learn{ font-weight: 700; color: var(--indigo); font-size: 0.9rem; }

/* pin / tape decoration */
.tape{
  position: absolute; top: -14px; left: 50%;
  width: 70px; height: 26px;
  background: linear-gradient(180deg, #f6e6c7cc, #edd8adcc);
  transform: translateX(-50%) rotate(-3deg);
  box-shadow: 0 4px 8px -4px rgba(0,0,0,0.25);
  opacity: 0.9;
}

/* ============ ABOUT TEASER / SPLIT ============ */
.split{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
.split.reverse .split-media{ order: 2; }
.split.reverse .split-copy{ order: 1; }
.split-media{ position: relative; }
.split-media .frame{
  border-radius: var(--radius-blob-2);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  transform: rotate(-2deg);
}
.split-media .frame img{ width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.split-media .frame.sq img{ aspect-ratio: 4/3; }
.split-copy .stat-row{ display:flex; gap: 2.4rem; margin-top: 2rem; }
.split-copy .stat-row div{ font-family: var(--font-display); font-size: 2rem; color: var(--mauve-deep); font-weight: 600; }
.split-copy .stat-row span{ display:block; font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--ink-soft); font-weight: 600;}

/* ============ TESTIMONIAL / COMING SOON CARDS ============ */
.testimonial-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.8rem;
}
.testimonial-card{
  border: 2px dashed var(--cream-line);
  border-radius: 22px;
  padding: 2rem 1.8rem;
  background: var(--paper);
  text-align: center;
  color: var(--ink-soft);
}
.testimonial-card .quote-mark{
  font-family: var(--font-display);
  font-size: 2.6rem;
  color: var(--gold);
  display: block;
  margin-bottom: 0.2em;
}
.testimonial-card em{ font-style: italic; font-size: 0.95rem; }

/* ============ CTA BANNER ============ */
.cta-banner{
  background: var(--mauve);
  color: var(--paper);
  border-radius: 32px;
  padding: 3.5rem 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}
.cta-banner h2{ color: var(--paper); margin-bottom: 0.2em; }
.cta-banner p{ color: #fbeee2cc; margin: 0; }
.cta-banner .actions{ display:flex; gap: 1rem; flex-wrap: wrap; }
.cta-banner::after{
  content:"";
  position: absolute; right: -60px; bottom: -60px;
  width: 220px; height: 220px;
  border: 2px solid #ffffff22;
  border-radius: 50%;
}

/* ============ FOOTER ============ */
.site-footer{
  background: var(--indigo-deep);
  color: #efe6d3;
  padding: 4.5rem 0 2rem;
  position: relative;
}
.footer-grid{
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.1fr;
  gap: 2.5rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #ffffff1f;
}
.footer-brand{ display:flex; gap: 0.8rem; align-items: center; margin-bottom: 1rem; }
.footer-brand img{ height: 44px; filter: brightness(0) invert(1); opacity: 0.92; }
.footer-brand strong{ font-family: var(--font-display); font-size: 1.15rem; color: #fff; }
.site-footer h4{ color: #f3ead6; font-family: var(--font-body); font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 1.1rem; }
.site-footer p, .site-footer a{ color: #cfc4aa; font-size: 0.95rem; }
.site-footer ul li{ margin-bottom: 0.6rem; }
.site-footer a:hover{ color: #fff; }
.footer-pali{ font-family: var(--font-hand); font-size: 1.4rem; color: var(--gold); margin-top: 1rem; }
.footer-bottom{
  display:flex; justify-content: space-between; align-items:center;
  padding-top: 1.6rem; font-size: 0.85rem; color: #a99f88; flex-wrap: wrap; gap: 0.6rem;
}

/* ============ PAGE HERO (interior pages) ============ */
.page-hero{
  padding: 4rem 0 3.5rem;
  position: relative;
}
.page-hero .container{ position: relative; z-index: 2; }
.page-hero h1{ margin-bottom: 0.3em; }
.breadcrumb{ font-size: 0.88rem; color: var(--ink-soft); margin-bottom: 1rem; font-weight: 600; }
.breadcrumb a{ color: var(--mauve-deep); }

/* ============ ACCORDION (services / faq) ============ */
.accordion-item{
  border-bottom: 1px solid var(--cream-line);
  padding: 1.6rem 0;
}
.accordion-item:first-child{ border-top: 1px solid var(--cream-line); }
.accordion-trigger{
  display:flex; align-items: center; justify-content: space-between;
  gap: 1.5rem;
  width: 100%;
  background:none; border:none; text-align:left;
  cursor: pointer;
  font-family: var(--font-display);
  font-size: 1.28rem;
  color: var(--indigo-deep);
  padding: 0;
}
.accordion-icon{
  flex-shrink: 0;
  width: 34px; height: 34px;
  border-radius: 50%;
  border: 2px solid var(--terracotta);
  display:flex; align-items:center; justify-content:center;
  position: relative;
  transition: transform .3s ease, background .3s ease;
}
.accordion-icon::before, .accordion-icon::after{
  content:"";
  position: absolute;
  background: var(--terracotta);
  transition: transform .3s ease, background .3s ease;
}
.accordion-icon::before{ width: 14px; height: 2px; }
.accordion-icon::after{ width: 2px; height: 14px; }
.accordion-item.open .accordion-icon{ background: var(--terracotta); transform: rotate(180deg); }
.accordion-item.open .accordion-icon::after{ transform: scaleY(0); }
.accordion-item.open .accordion-icon::before, .accordion-item.open .accordion-icon::after{ background: var(--paper); }
.accordion-panel{
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s ease;
}
.accordion-panel-inner{ padding-top: 1.1rem; color: var(--ink-soft); font-size: 1rem; max-width: 68ch; }

/* service item extra: icon + number */
.service-block{
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 1.6rem;
}
.service-num{
  font-family: var(--font-display);
  font-size: 1.6rem;
  color: var(--mauve);
  opacity: 0.55;
  margin-bottom: 0.3rem;
}

/* ============ PLACEHOLDER GALLERY (clinic interior) ============ */
.gallery-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 150px;
  gap: 1.2rem;
}
.gallery-grid figure{
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  box-shadow: var(--shadow-card);
}
.gallery-grid figure:nth-child(1){ grid-column: span 2; grid-row: span 2; }
.gallery-grid figure:nth-child(4){ grid-row: span 2; }
.gallery-grid figure:nth-child(6){ grid-column: span 2; }
.gallery-grid img{ width:100%; height:100%; object-fit: cover; }
.gallery-grid figcaption{
  position:absolute; bottom: 10px; left: 12px;
  background: rgba(43,33,24,0.55);
  color: #fff; font-size: 0.72rem; font-weight: 600;
  padding: 0.25em 0.7em; border-radius: 100px;
  letter-spacing: 0.03em;
}

/* ============ TEAM ============ */
.team-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.2rem;
}
.team-card{ text-align: center; position: relative; }
.team-card .portrait-wrap{
  width: 200px; height: 220px;
  margin: 0 auto 1.4rem;
  position: relative;
}
.team-card:nth-child(1) .portrait-wrap{ transform: rotate(-1.4deg); }
.team-card:nth-child(2) .portrait-wrap{ transform: rotate(2deg); }
.team-card:nth-child(3) .portrait-wrap{ transform: rotate(-2deg); }
.team-card:nth-child(4) .portrait-wrap{ transform: rotate(1.6deg); }
.team-card .portrait-wrap img{
  width: 100%; height: 100%; object-fit: cover;
  border-radius: var(--radius-blob-3);
  box-shadow: var(--shadow-soft);
}
.team-card h3{ margin-bottom: 0.1em; }
.team-card .role{ font-family: var(--font-hand); color: var(--mauve-deep); font-size: 1.3rem; display:block; margin-bottom: 0.7em; }
.team-card p{ color: var(--ink-soft); font-size: 0.95rem; text-align: left; }

/* ============ VALUES ============ */
.values-grid{ display:grid; grid-template-columns: repeat(4,1fr); gap: 1.8rem; }
.value-item{ text-align:center; padding: 1rem; }
.value-item .icon{ width: 60px; height: 60px; margin: 0 auto 1rem; color: var(--indigo); }
.value-item h4{ font-family: var(--font-display); font-size: 1.15rem; color: var(--indigo-deep); margin-bottom: 0.3em; }
.value-item p{ font-size: 0.92rem; color: var(--ink-soft); }

/* ============ LOCATIONS ============ */
.locations-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
.location-card{
  background: var(--paper);
  border: 1px solid var(--cream-line);
  border-radius: 30px 8px 30px 8px;
  padding: 2.4rem;
  box-shadow: var(--shadow-card);
  position: relative;
}
.location-card:nth-child(2){ transform: rotate(0.6deg); }
.location-card:nth-child(1){ transform: rotate(-0.6deg); }
.location-card .pin{
  width: 46px; height: 46px;
  border-radius: 50%;
  background: var(--mauve);
  color: var(--paper);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1.1rem;
}
.location-card .pin svg{ width: 22px; height: 22px; }
.location-card h3{ margin-bottom: 0.2em; }
.location-card .tag{
  display: inline-block;
  font-family: var(--font-hand);
  color: var(--mauve-deep);
  font-size: 1.2rem;
  margin-bottom: 0.6em;
}
.location-card address{ font-style: normal; color: var(--ink-soft); margin-bottom: 1em; }
.location-card a.btn{ margin-top: 0.4em; }

.maps-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem;
}
.maps-grid .map-wrap{ margin: 0; }
.maps-grid figcaption{
  margin-top: 0.7rem;
  font-family: var(--font-display);
  font-weight: 600;
  color: var(--indigo-deep);
  text-align: center;
}

/* ============ CONTACT PAGE ============ */
.contact-grid{ display: grid; grid-template-columns: 1fr 1fr; gap: 3.5rem; }
.info-card{
  background: var(--paper);
  border: 1px solid var(--cream-line);
  border-radius: 24px 6px 24px 6px;
  padding: 2.2rem;
  box-shadow: var(--shadow-card);
  margin-bottom: 1.4rem;
}
.info-card h4{ font-family: var(--font-display); color: var(--indigo-deep); margin-bottom: 0.5em; font-size: 1.2rem; }
.info-card a{ color: var(--mauve-deep); font-weight: 700; }
.map-wrap{ border-radius: 24px; overflow: hidden; box-shadow: var(--shadow-soft); border: 6px solid var(--paper); }
.map-wrap iframe{ width: 100%; height: 100%; min-height: 340px; border: 0; display:block; }

.contact-form{ display: grid; gap: 1.1rem; }
.contact-form label{ font-weight: 700; font-size: 0.88rem; color: var(--indigo-deep); display:block; margin-bottom: 0.4em; }
.contact-form input, .contact-form textarea{
  width: 100%;
  border: 1.5px solid var(--cream-line);
  background: var(--paper);
  border-radius: 14px;
  padding: 0.9em 1.1em;
  font-family: var(--font-body);
  font-size: 1rem;
  color: var(--ink);
}
.contact-form input:focus, .contact-form textarea:focus{ outline: none; border-color: var(--mauve); }
.form-note{ font-size: 0.82rem; color: var(--ink-soft); }

.hours-table{ width: 100%; border-collapse: collapse; }
.hours-table td{ padding: 0.5em 0; border-bottom: 1px dashed var(--cream-line); font-size: 0.95rem; }
.hours-table td:last-child{ text-align: right; font-weight: 700; color: var(--indigo-deep); }

/* ============ MISC UTILITIES ============ */
.reveal{ opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in{ opacity: 1; transform: translateY(0); }
.text-center{ text-align: center; }
.mt-lg{ margin-top: 3rem; }

/* ============ RESPONSIVE ============ */
@media (max-width: 980px){
  .hero .container{ grid-template-columns: 1fr; }
  .hero-art{ order: -1; max-width: 340px; margin: 0 auto; }
  .welcome-block{ grid-template-columns: 1fr; }
  .split{ grid-template-columns: 1fr; }
  .split.reverse .split-media, .split.reverse .split-copy{ order: initial; }
  .card-grid, .testimonial-grid{ grid-template-columns: repeat(2, 1fr); }
  .team-grid{ grid-template-columns: repeat(2, 1fr); gap: 1.4rem; }
  .values-grid{ grid-template-columns: repeat(2, 1fr); }
  .contact-grid{ grid-template-columns: 1fr; }
  .locations-grid, .maps-grid{ grid-template-columns: 1fr; }
  .footer-grid{ grid-template-columns: 1fr 1fr; }
  .gallery-grid{ grid-template-columns: repeat(2, 1fr); }
  .gallery-grid figure:nth-child(1){ grid-column: span 2; }
}
@media (max-width: 640px){
  .card-grid, .testimonial-grid, .team-grid, .values-grid{ grid-template-columns: 1fr; }
  .footer-grid{ grid-template-columns: 1fr; }
  .cta-banner{ padding: 2.4rem 1.6rem; flex-direction: column; align-items: flex-start; }
  .service-block{ grid-template-columns: 1fr; }
  .service-num{ display:none; }
}
