/* Kaashi Wellness — Misty Rose design system */

/* Cinzel subset (KASHI glyphs only, 1.2KB) — self-hosted for the wordmark */
@font-face {
  font-family: 'Cinzel';
  font-style: normal;
  font-weight: 700;
  src: url(data:font/woff2;base64,d09GMgABAAAAAATEAA8AAAAACTAAAARrAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGhYbgRgcKAZgP1NUQVQqAFQRCAqHSIYhCxAAATYCJAMcBCAFg2QHIBt2B8jEf2Jr/+fCoMuA2Zj1MnHNbHg/KhP/n/1mBQ9JqngIDS74w72KWCISEqczr79N7XTTvFAXct0DdsNqtdgMAqBCiAkgliT3LgBHBLZA0O05JXDuaRzpI/xgTSx/RV1361AfbKHR1mUQYAMlBKSASlnYAwZf/hvGnJQV0wXflM4QxLnAILEMcxJFIYrvDsoyL2OcF8aFewcbEgyhAkC2vwfVYQsljGu7kCz/cAhadvqMvPy8NFwIDcXii/8fI/rEF2lEA04pz9Gvwr2US5sb1pkAPN3RQAjj7R0jJKwEAjEg0pg3QC4RnGA4tOPYpcMYNBxGJrJRPG+keBnHWJ9bD1p3W3dZN6/eYjQSyLLgEpJjHrQ0FKC0EK0AXAy5IEGBhHMsGGMunDkzxrhhDBIezIn5iS2sctppsslJVrs7eV3FmWddpijgtGiS+UxId2kN7z7jghsuoEqo1Khcd5eyaJJ4rWLeMM64pDIutUKlCvDrPBBQz8++ny8aREqtctZ9yqKpgEukwDDIuNe3E5xMCIs4i0LOI+7idnQzLtUO9zHtrVfdFQluPP7463GnX//www9fT+0tens5uPFkTNk5Z3NOijqU2DQVj4G7YJIOTv7f5mOP3eZVwhdf58argWfeF1t612vaq69y4/Wn486+5JYA5cLXXkt/4w1afHhP2dOvh1/yxhuNvpxShyHpJ0LSa1MTPkxA4wv2p259wXbWY8PnzKkyf51Dho/6U+CaOPlHUaaQGfmh/Loy+FFcVNy2S2+gf31gAz/AZc8X8fk9955+r37v6fd+nBlfHr8Rk1nA4QR/XRZiRVn3hxN4wQlDoqz7QyVeMJxZwEmFvy7bY6PmEn8hVvQvqXOe0AwdQJr68UMdYSXCUOawn4xzr5faev//kBcpof8dCpu3vzF+dXEDuroSWl5z7zrPQWahxvYCuvE/Ty5/9BwhIYUipEzEGHmG634PPJ/yvOTzz5eVNb4t58ChPfadPk7TH98//VZScTRrNHsmEoqc/w4bDXJ5VN6SUFa25cbDSD+UFHL49OuHc5Nr7Ue35lXFS7LnmNe1p3+fDEs40C+p4kC9y77fbKL4ZWH+mbrzfclL39m5hVnv/39MyhVfBMHhmRq/MtPDZ8SKrff/+1bKfXoPAxzpV2wRnrM+FesQR8uIE35DnHAEqfj7K2TmiD64Ygyu3UgcPs4x9xH4mEynzseTsYqg4l58o65bSZWIBGyoGLwxpJLgjwqVA7xxROmMHVBtRJKKCIrYcIeVoxWdaEcHRuzeEQxgGHuQzO03jGYMoRMDGKHtSaqefNseJKEfQ2hHMvJhRw6OohN9mEIrepCII+hHD1pQhlYMgQ/rRx80bEESUswZRahN1f2VvchDPvKQhr3DWvyZGvtRLjGAybmaVgI8SrGZaShBB1qh4cYKMMQXutCKZmjiMEZ3AGtbPwwNMbuRaEdn7X1H0YQkNKMfvUhGHnRkohhHyb3LkIYiJKNQ7GdvEDeyzsUWGAA=) format('woff2');
  unicode-range: U+41, U+48-49, U+4B, U+53;
}

:root {
  --grad: linear-gradient(140deg, #f2d9de 0%, #e9d9e8 48%, #dce0ee 100%);
  --grad-soft: linear-gradient(140deg, #f7e7ea, #e8ebf5);
  --ground: #f6f4f7;
  --panel: #ffffff;
  --ink: #3c4356;
  --ink-soft: #6f7488;
  --accent: #b57e93;
  --accent-ink: #96617a;
  --line: #e4e2ec;
  --display-face: "Baskerville", "Big Caslon", "Hoefler Text", Georgia, serif;
  --body-face: "Seravek", "Trebuchet MS", "Segoe UI", "Helvetica Neue", sans-serif;
  --card-radius: 28px;
  --btn-radius: 999px;
  --logo-green: #1e4d3b;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ground);
  color: var(--ink);
  font-family: var(--body-face);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; }
a { color: inherit; }

.wrap { max-width: 1120px; margin: 0 auto; padding: 0 28px; }
.eyebrow {
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent-ink);
  margin: 0 0 14px;
  font-weight: 600;
}
h1, h2, h3 { font-family: var(--display-face); font-weight: 500; text-wrap: balance; margin: 0; }

.btn {
  display: inline-block;
  padding: 14px 30px;
  border-radius: var(--btn-radius);
  background: var(--ink);
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  letter-spacing: 0.02em;
  transition: transform .25s ease, box-shadow .25s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(80,50,60,0.22); }
.btn:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
.btn.ghost { background: transparent; color: var(--ink); border: 1px solid var(--ink); }
.btn.ghost:hover { box-shadow: none; background: rgba(255,255,255,0.45); }

/* ============ offer bar ============ */
.offer-bar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 55;
  display: block;
  background: var(--logo-green);
  color: #fff;
  text-align: center;
  font-size: 13.5px;
  letter-spacing: 0.04em;
  padding: 10px 16px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.offer-bar b { font-weight: 600; }
.offer-bar:hover { filter: brightness(1.1); }
.offer-bar:focus-visible { outline: 2px solid var(--accent); outline-offset: -3px; }

/* ============ nav ============ */
nav.site {
  position: fixed;
  top: 39px; left: 0; right: 0;
  z-index: 50;
  transition: background .3s ease, box-shadow .3s ease;
}
nav.site.scrolled {
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(12px);
  box-shadow: 0 2px 18px rgba(60,67,86,0.08);
}
nav.site .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 18px;
  padding-bottom: 18px;
}
.wordmark {
  display: flex;
  align-items: center;
  gap: 11px;
  color: var(--logo-green);
  text-decoration: none;
}
.logo-mark { width: 38px; height: auto; flex-shrink: 0; }
.logo-text {
  font-family: "Cinzel", "Trajan Pro", "Baskerville", Georgia, serif;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.1;
  text-transform: uppercase;
}
.logo-text small {
  display: block;
  font-family: var(--body-face);
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-top: 2px;
}
.navlinks { display: flex; gap: 30px; align-items: center; }
.navlinks a {
  text-decoration: none;
  font-size: 14.5px;
  letter-spacing: 0.03em;
  color: var(--ink);
  opacity: 0.85;
}
.navlinks a:hover { opacity: 1; }
.navlinks a:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
.navlinks .btn { padding: 10px 22px; font-size: 14px; color: #fff; opacity: 1; }

/* menu strip: a fine rose-to-lilac underline draws in on hover; a small
   petal dot marks the page you are on; the strip itself gains a gradient
   hairline once it lifts off the top */
nav.site::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 5%, rgba(181,126,147,0.55), rgba(154,163,205,0.55), transparent 95%);
  opacity: 0;
  transition: opacity .4s ease;
  pointer-events: none;
}
nav.site.scrolled::after { opacity: 1; }
@media (min-width: 761px) {
  .navlinks a:not(.btn) { position: relative; padding: 5px 0; }
  .navlinks a:not(.btn)::after {
    content: "";
    position: absolute;
    left: 0; right: 0; bottom: 0;
    height: 1.5px;
    border-radius: 2px;
    background: linear-gradient(90deg, var(--accent), #9aa3cd);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .32s ease;
  }
  .navlinks a:not(.btn):hover::after,
  .navlinks a:not(.btn):focus-visible::after { transform: scaleX(1); }
  .navlinks a[aria-current="page"] { opacity: 1; }
  .navlinks a[aria-current="page"]::before {
    content: "";
    position: absolute;
    top: -3px;
    left: 50%;
    transform: translateX(-50%);
    width: 4px; height: 4px;
    border-radius: 50%;
    background: var(--accent);
  }
  @media (prefers-reduced-motion: reduce) {
    .navlinks a:not(.btn)::after { transition: none; }
  }
}
@media (max-width: 760px) {
  .navlinks a[aria-current="page"]:not(.btn) { color: var(--accent-ink); }
}

/* mobile menu */
.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  cursor: pointer;
  flex-direction: column;
  gap: 5px;
  padding: 10px;
}
.menu-toggle span {
  width: 24px;
  height: 2px;
  background: var(--ink);
  border-radius: 2px;
  transition: transform .25s ease, opacity .25s ease;
}
.menu-toggle:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; border-radius: 6px; }
nav.site.menu-open .menu-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
nav.site.menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
nav.site.menu-open .menu-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
@media (max-width: 760px) {
  .menu-toggle { display: flex; }
  nav.site.menu-open {
    background: rgba(255,255,255,0.97);
    backdrop-filter: blur(14px);
  }
  .navlinks {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    background: rgba(255,255,255,0.97);
    backdrop-filter: blur(14px);
    padding: 6px 28px 24px;
    box-shadow: 0 24px 40px rgba(60,67,86,0.16);
  }
  nav.site.menu-open .navlinks { display: flex; }
  .navlinks a:not(.btn) {
    display: block;
    width: 100%;
    padding: 14px 0;
    font-size: 17px;
    border-bottom: 1px solid var(--line);
  }
  .navlinks a:last-of-type:not(.btn) { border-bottom: 0; }
  .navlinks .btn { margin-top: 16px; width: 100%; text-align: center; padding: 14px 22px; }
}

/* ============ hero ============ */
header.hero {
  position: relative;
  background: var(--grad);
  min-height: 88vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
.hero .wrap { position: relative; z-index: 2; padding-top: 110px; padding-bottom: 110px; }
.hero h1 {
  font-size: clamp(38px, 6vw, 72px);
  line-height: 1.08;
  max-width: 16ch;
}
.hero p.lede {
  max-width: 50ch;
  font-size: clamp(16px, 1.6vw, 19px);
  opacity: 0.85;
  margin: 26px 0 38px;
}
.hero .cta-row { display: flex; gap: 14px; flex-wrap: wrap; }
.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.55;
  pointer-events: none;
}
.orb.one { width: 420px; height: 420px; background: #ffffff; top: -120px; right: 6%; }
.orb.two { width: 340px; height: 340px; background: var(--accent); opacity: 0.18; bottom: -80px; left: 42%; }
.hero .moon {
  position: absolute;
  right: 10%;
  top: 22%;
  width: clamp(160px, 24vw, 300px);
  height: clamp(160px, 24vw, 300px);
  border-radius: 50%;
  background: radial-gradient(circle at 42% 38%, rgba(255,255,255,0.95), rgba(255,255,255,0.28) 58%, transparent 74%);
  z-index: 1;
  animation: breathe 9s ease-in-out infinite;
}
@keyframes breathe {
  0%, 100% { transform: scale(1); opacity: 0.9; }
  50% { transform: scale(1.06); opacity: 1; }
}
@media (prefers-reduced-motion: reduce) {
  .hero .moon { animation: none; }
  .btn { transition: none; }
}

/* ============ shared sections ============ */
section { padding: 90px 0; }
section.tight { padding: 50px 0; }

/* breathing ambience — every section carries a soft orb that swells and
   fades like a slow breath; rhythms are staggered so the page never pulses
   in lockstep */
section, .page-head { position: relative; overflow: hidden; }
section > .wrap, .page-head > .wrap { position: relative; z-index: 1; }
section::before, .page-head::before {
  content: "";
  position: absolute;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(181,126,147,0.16), transparent 68%);
  filter: blur(46px);
  top: -160px;
  right: -140px;
  pointer-events: none;
  animation: breathe-soft 11s ease-in-out infinite;
}
section:nth-of-type(even)::before {
  right: auto;
  left: -140px;
  top: auto;
  bottom: -160px;
  background: radial-gradient(circle, rgba(154,163,205,0.16), transparent 68%);
  animation-duration: 13s;
  animation-delay: -4s;
}
section:nth-of-type(3n)::before {
  animation-duration: 9s;
  animation-delay: -2s;
}
.page-head::before {
  background: radial-gradient(circle, rgba(255,255,255,0.5), transparent 68%);
  animation-duration: 12s;
}
@keyframes breathe-soft {
  0%, 100% { transform: scale(1); opacity: 0.55; }
  50% { transform: scale(1.22); opacity: 1; }
}
@media (prefers-reduced-motion: reduce) {
  section::before, .page-head::before { animation: none; }
}
.center { text-align: center; }
.center h2 { max-width: 24ch; margin-left: auto; margin-right: auto; }
h2 { font-size: clamp(28px, 3.6vw, 44px); margin-bottom: 20px; }
.prose { max-width: 68ch; color: var(--ink); }
.prose.dim { color: var(--ink-soft); }
.center .prose { margin: 0 auto; }
.prose p { margin: 0 0 18px; }

/* services grid */
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 44px; }
@media (max-width: 900px) { .svc-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .svc-grid { grid-template-columns: 1fr; } }
.svc {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--card-radius);
  padding: 30px 28px 26px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-decoration: none;
  transition: transform .3s ease, box-shadow .3s ease;
}
.svc:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(120,80,90,0.12); }
.svc:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
.svc .swatch { width: 52px; height: 52px; border-radius: 50%; background: var(--grad); margin-bottom: 8px; }
.svc h3 { font-size: 22px; }
.svc p { margin: 0; font-size: 14.5px; color: var(--ink-soft); flex: 1; }
.svc .meta {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  padding-top: 14px;
  margin-top: 8px;
  font-size: 13.5px;
  color: var(--ink-soft);
}
.svc .meta b { color: var(--ink); font-weight: 600; }

/* feature (Shirodhara) */
.feature .wrap { display: grid; grid-template-columns: 1fr 1.1fr; gap: 70px; align-items: center; }
@media (max-width: 860px) { .feature .wrap { grid-template-columns: 1fr; gap: 40px; } }
.feature .visual {
  background: var(--grad);
  border-radius: 50%;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.feature .visual svg { width: 58%; opacity: 0.9; }
.feature ul { list-style: none; padding: 0; margin: 24px 0 34px; }
.feature li { padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 15px; display: flex; gap: 14px; }
.feature li::before { content: "·"; color: var(--accent-ink); font-weight: 700; }

/* quotes */
.quotes { background: var(--grad-soft); }
.quotes .grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-top: 40px; }
@media (max-width: 860px) { .quotes .grid { grid-template-columns: 1fr; } }
.quote { background: rgba(255,255,255,0.72); border-radius: var(--card-radius); padding: 34px 30px; margin: 0; }
.quote p { font-family: var(--display-face); font-size: 19px; line-height: 1.5; margin: 0 0 18px; }
.quote cite { font-style: normal; font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-soft); }

/* FAQ */
.faq details {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 4px 26px;
  margin-bottom: 12px;
}
.faq summary {
  font-family: var(--display-face);
  font-size: 19px;
  padding: 16px 0;
  cursor: pointer;
  list-style: none;
  position: relative;
  padding-right: 34px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+";
  position: absolute; right: 4px; top: 50%;
  transform: translateY(-50%);
  color: var(--accent-ink);
  font-size: 22px;
  font-family: var(--body-face);
}
.faq details[open] summary::after { content: "–"; }
.faq summary:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 8px; }
.faq details p { color: var(--ink-soft); margin: 0 0 20px; max-width: 72ch; }

/* visit */
.visit .wrap { display: grid; grid-template-columns: 1.1fr 1fr; gap: 70px; align-items: start; }
@media (max-width: 860px) { .visit .wrap { grid-template-columns: 1fr; gap: 44px; } }
.visit .prose { max-width: 48ch; }
.hours { background: var(--panel); border: 1px solid var(--line); border-radius: var(--card-radius); padding: 34px 32px; }
.hours table { width: 100%; border-collapse: collapse; font-size: 15px; font-variant-numeric: tabular-nums; }
.hours td { padding: 10px 0; border-bottom: 1px solid var(--line); }
.hours td:last-child { text-align: right; color: var(--ink-soft); }
.hours tr:last-child td { border-bottom: 0; }
.contact-lines { margin: 26px 0 32px; font-size: 15.5px; }
.contact-lines div { margin-bottom: 6px; }
.contact-lines span {
  color: var(--ink-soft);
  display: inline-block;
  width: 82px;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.contact-lines a { text-decoration: none; }
.contact-lines a:hover { text-decoration: underline; }

/* ============ pricing page ============ */
.page-head {
  background: var(--grad);
  padding: 160px 0 70px;
}
.page-head h1 { font-size: clamp(34px, 5vw, 58px); max-width: 18ch; }
.page-head p { max-width: 56ch; opacity: 0.85; margin-top: 18px; }

.menu-section { padding: 56px 0 8px; }
.menu-section h2 { font-size: clamp(26px, 3vw, 36px); }
.menu-section .note { color: var(--ink-soft); font-size: 15px; max-width: 68ch; margin: 6px 0 26px; }
.price-table { width: 100%; border-collapse: collapse; background: var(--panel); border: 1px solid var(--line); border-radius: 18px; overflow: hidden; }
.price-wrap { overflow-x: auto; border-radius: 18px; }
.price-table th {
  text-align: left;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-soft);
  font-weight: 600;
  padding: 16px 22px;
  border-bottom: 1px solid var(--line);
  background: var(--grad-soft);
}
.price-table td { padding: 15px 22px; border-bottom: 1px solid var(--line); font-size: 15px; vertical-align: top; }
.price-table tr:last-child td { border-bottom: 0; }
.price-table td.price { text-align: right; white-space: nowrap; font-variant-numeric: tabular-nums; font-weight: 600; }
.price-table td .desc { display: block; color: var(--ink-soft); font-size: 13.5px; margin-top: 4px; font-weight: 400; }
.price-table th.price { text-align: right; }

.policy { background: var(--panel); border: 1px solid var(--line); border-radius: var(--card-radius); padding: 34px 32px; margin-top: 22px; }
.policy h3 { font-size: 20px; margin-bottom: 12px; }
.policy ul { margin: 0; padding-left: 20px; color: var(--ink-soft); font-size: 15px; }
.policy li { margin-bottom: 8px; }

.sticky-call {
  display: none;
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 60;
  background: var(--ink);
  color: #fff;
  text-align: center;
  padding: 15px;
  text-decoration: none;
  font-size: 15.5px;
  letter-spacing: 0.03em;
}
@media (max-width: 760px) {
  .sticky-call { display: block; }
  body.has-sticky footer { padding-bottom: 130px; }
}

/* ============ floating action buttons ============ */
.fabs {
  position: fixed;
  right: 22px;
  bottom: 26px;
  z-index: 70;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: transform .35s ease, opacity .35s ease;
}
.fabs.hidden { transform: translateY(24px); opacity: 0; pointer-events: none; }
@media (prefers-reduced-motion: reduce) { .fabs { transition: none; } }
.fab {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(60,67,86,0.28);
  transition: transform .2s ease;
}
.fab:hover { transform: scale(1.07); }
.fab:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
.fab svg { width: 26px; height: 26px; fill: #fff; }
.fab.wa { background: #25d366; }
.fab.call { background: var(--logo-green); }
.fab.music {
  background: var(--accent);
  border: 0;
  cursor: pointer;
  position: relative;
}
.fab.music .slash {
  position: absolute;
  width: 30px;
  height: 2.5px;
  background: #fff;
  border-radius: 2px;
  transform: rotate(-45deg);
  transition: opacity .2s ease;
}
.fab.music[aria-pressed="true"] .slash { opacity: 0; }
.fab.music[aria-pressed="true"] { animation: music-pulse 3.2s ease-in-out infinite; }
@keyframes music-pulse {
  0%, 100% { box-shadow: 0 8px 24px rgba(60,67,86,0.28); }
  50% { box-shadow: 0 8px 24px rgba(181,126,147,0.55), 0 0 0 6px rgba(181,126,147,0.12); }
}
@media (prefers-reduced-motion: reduce) { .fab.music[aria-pressed="true"] { animation: none; } }
@media (max-width: 760px) { .fabs { bottom: 86px; right: 16px; } }

/* ============ map ============ */
.map-embed {
  width: 100%;
  height: 440px;
  border: 0;
  border-radius: var(--card-radius);
  display: block;
  box-shadow: 0 18px 40px rgba(120,80,90,0.12);
}
.contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 50px; align-items: start; }
@media (max-width: 860px) { .contact-grid { grid-template-columns: 1fr; } }
.contact-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--card-radius);
  padding: 34px 32px;
  margin-bottom: 22px;
}
.contact-card h3 { font-size: 20px; margin-bottom: 12px; }
.contact-card p { margin: 0 0 10px; color: var(--ink-soft); font-size: 15px; }
.contact-card a.plain { color: var(--ink); text-decoration: none; font-size: 17px; display: block; margin-bottom: 6px; }
.contact-card a.plain:hover { text-decoration: underline; }

/* ============ booking chooser ============ */
.book-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(60,67,86,0.45);
  backdrop-filter: blur(6px);
}
.book-modal[hidden] { display: none; }
.book-sheet {
  background: var(--panel);
  border-radius: var(--card-radius);
  padding: 38px 34px 30px;
  max-width: 380px;
  width: 100%;
  text-align: center;
  box-shadow: 0 30px 80px rgba(40,45,60,0.35);
}
.book-sheet h3 { font-size: 26px; margin-bottom: 8px; }
.book-sheet p { color: var(--ink-soft); font-size: 14.5px; margin: 0 0 24px; }
.book-sheet .choice {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  margin-bottom: 12px;
  padding: 15px 20px;
  border-radius: 999px;
  text-decoration: none;
  color: #fff;
  font-size: 15.5px;
}
.book-sheet .choice svg { width: 20px; height: 20px; fill: #fff; flex-shrink: 0; }
.book-sheet .choice.call { background: var(--logo-green); }
.book-sheet .choice.wa { background: #25d366; }
.book-sheet .choice:hover { filter: brightness(1.08); }
.book-sheet .choice:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
.book-sheet .alt-number { font-size: 13px; color: var(--ink-soft); margin: 4px 0 16px; }
.book-sheet .alt-number a { color: var(--ink); }
.book-close {
  border: 0;
  background: transparent;
  color: var(--ink-soft);
  font-family: var(--body-face);
  font-size: 14px;
  cursor: pointer;
  padding: 8px 16px;
}
.book-close:hover { color: var(--ink); }
.book-close:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }

/* ============ footer ============ */
footer { background: var(--ink); color: rgba(255,255,255,0.86); padding: 70px 0; }
footer .wrap { display: flex; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
footer .wordmark { color: #fff; }
footer .logo-text small { color: rgba(255,255,255,0.55); }
footer .cols { display: flex; gap: 70px; flex-wrap: wrap; }
footer h4 { font-size: 12px; letter-spacing: 0.22em; text-transform: uppercase; margin: 0 0 14px; color: rgba(255,255,255,0.55); font-weight: 600; }
footer a { display: block; text-decoration: none; font-size: 14.5px; margin-bottom: 9px; opacity: 0.85; }
footer a:hover { opacity: 1; }
footer a:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
footer .note { width: 100%; margin-top: 40px; font-size: 13px; color: rgba(255,255,255,0.5); max-width: 90ch; line-height: 1.7; }

/* ============ photos ============ */
.svc-photo {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 18px;
  display: block;
  margin-bottom: 8px;
  background: var(--grad);
}
.feature .visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.about-photo {
  width: 100%;
  aspect-ratio: 5 / 2;
  object-fit: cover;
  border-radius: var(--card-radius);
  display: block;
  margin-bottom: 34px;
  background: var(--grad);
}
@media (max-width: 600px) { .about-photo { aspect-ratio: 3 / 2; } }
