:root {
  --green: #bbcc37;
  --green-dim: rgba(187, 204, 55, .45);
  --green-faint: rgba(187, 204, 55, .14);
  --bg: #17181a;
  --bg2: #1d1f21;
  --bg-card: #25272a;
  --ink: #f0f1ec;
  --ink-dim: #b7bab0;
  --black: #0e0f10;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}
body { background: var(--bg); color: var(--ink); font-family: 'Lato', sans-serif; font-weight: 400; line-height: 1.7; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: absolute;
  left: 16px;
  top: 16px;
  z-index: 200;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link:focus,
.skip-link:focus-visible {
  width: auto;
  height: auto;
  clip: auto;
  overflow: visible;
  padding: 12px 20px;
  background: var(--green);
  color: #14150c;
  font: 700 13px 'Montserrat', sans-serif;
  letter-spacing: .06em;
  text-transform: uppercase;
  border-radius: 99px;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--green);
  outline-offset: 3px;
}
.wrap { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
h1, h2, h3, h4 { font-family: 'Montserrat', sans-serif; font-weight: 600; }
.label { color: var(--green); letter-spacing: .22em; text-transform: uppercase; font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 12.5px; }
.topbar { background: var(--black); font-size: 12.5px; letter-spacing: .04em; padding: 8px 0; color: #cfd2c9; }
.topbar .wrap { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.topbar b { color: var(--green); font-weight: 700; }

nav.site { background: rgba(14,15,16,.96); border-bottom: 1px solid var(--green-faint); position: sticky; top: 0; z-index: 50; backdrop-filter: blur(8px); }
nav.site .wrap { display: flex; align-items: center; justify-content: space-between; padding: 12px 24px; gap: 18px; }
.nav-logo img { height: 46px; width: auto; }
.nav-links { display: flex; gap: 24px; align-items: center; font-family: 'Montserrat', sans-serif; font-size: 13.5px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.nav-links a { color: var(--ink); }
.nav-links a:hover { color: var(--green); }

.mobile-menu-toggle {
  display: none;
  min-width: 54px;
  min-height: 42px;
  border: 1px solid var(--green-dim);
  border-radius: 99px;
  background: transparent;
  color: var(--green);
  font: 700 10px 'Montserrat', sans-serif;
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
}
.mobile-menu-toggle:hover,
.mobile-menu-toggle:focus-visible {
  border-color: var(--green);
}
.btn { display: inline-block; border: 2px solid var(--green); color: var(--green); padding: 11px 26px; border-radius: 99px; font-family: 'Montserrat', sans-serif; font-weight: 700; letter-spacing: .08em; font-size: 13px; text-transform: uppercase; transition: .25s; }
.btn:hover { background: var(--green); color: #14150c; }
.btn.solid { background: var(--green); color: #14150c; }
.btn.solid:hover { background: #d3e35a; border-color: #d3e35a; }

section { padding: 46px 0; }
.alt { background: var(--bg2); }
.sec-head { text-align: center; margin-bottom: 28px; }
.sec-head h2 { font-size: 32px; color: var(--ink); margin-top: 12px; }
.sec-head h2 .g { color: var(--green); }

/* hero */
.hero { position: relative; text-align: left; padding: 56px 0 20px; background: linear-gradient(rgba(14,15,16,.72), rgba(23,24,26,.94)), var(--hero-img, none) center/cover; }
.hero h1 { font-size: 42px; line-height: 1.2; max-width: 720px; color: #fff; margin-bottom: 18px; }
.hero h1 .g { color: var(--green); }
.hero p { max-width: 620px; color: var(--ink-dim); font-size: 17.5px; margin-bottom: 28px; }
.hero .cta-row { display: flex; gap: 14px; flex-wrap: wrap; }
.why-section { padding-top: 0; }

/* page hero (interior) */
.page-hero { text-align: center; padding: 40px 0 0; }
.page-hero .label { display: block; margin-bottom: 14px; }
.page-hero h1 { font-size: 38px; color: #fff; line-height: 1.2; max-width: 860px; margin: 0 auto 14px; }
.page-hero p.lead { max-width: 740px; margin: 0 auto; color: var(--ink-dim); font-size: 17px; }
.services-hero + section { padding-top: 24px; }
.facility-hero h1 { margin-bottom: 0; }
.facility-hero + section { padding-top: 24px; }

/* cards */
.grid3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.grid4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.card { background: var(--bg-card); border: 1px solid rgba(255,255,255,.06); border-radius: 12px; padding: 28px; }
.card.greentop { border-top: 3px solid var(--green); }
.card h2,
.card h3 { color: var(--green); font-size: 16px; letter-spacing: .04em; margin-bottom: 12px; }
.card p, .card li { color: var(--ink-dim); font-size: 15px; }
.card p a { text-decoration: underline; text-underline-offset: 3px; }
.service-brand { color: var(--green); }

/* photo cards */
.ph-card { background: var(--bg-card); border: 1px solid rgba(255,255,255,.06); border-radius: 12px; overflow: hidden; transition: .25s; display: block; }
.ph-card:hover { border-color: var(--green-dim); transform: translateY(-4px); }
.ph-card .ph { height: 210px; overflow: hidden; }
.ph-card .ph img { width: 100%; height: 100%; object-fit: cover; }
.ph-card .body { padding: 18px 20px; display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.ph-card h3 { font-size: 15.5px; color: var(--ink); }
.ph-card .more { color: var(--green); font-family: 'Montserrat', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; white-space: nowrap; }

/* benefits */
.benefits { list-style: none; }
.benefits li { padding: 9px 0 9px 30px; position: relative; color: var(--ink); font-size: 16px; border-bottom: 1px solid rgba(255,255,255,.06); }
.benefits li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 700; }

/* split */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: center; }
.split img { border-radius: 12px; border: 1px solid var(--green-faint); }
.split h2 { font-size: 30px; color: #fff; margin: 12px 0 18px; }
.split p { color: var(--ink-dim); font-size: 16px; margin-bottom: 12px; }

/* pricing */
.price-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; align-items: stretch; }
.price-card { background: var(--bg-card); border: 1px solid rgba(255,255,255,.06); border-radius: 12px; padding: 34px 26px; text-align: center; display: flex; flex-direction: column; }
.price-card.featured { border: 1px solid var(--green); box-shadow: 0 0 30px rgba(187,204,55,.10); }
.price-card h2,
.price-card h3 { color: var(--ink); font-size: 15px; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 6px; }
.price-card .price { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 40px; color: var(--green); margin: 10px 0 2px; }
.price-card .price small { font-size: 14px; color: var(--ink-dim); font-weight: 400; }
.price-card .tag { font-size: 12.5px; color: var(--ink-dim); letter-spacing: .06em; text-transform: uppercase; }
.price-card ul { list-style: none; margin: 18px 0; text-align: left; flex: 1; }
.price-card li { padding: 6px 0; border-bottom: 1px solid rgba(255,255,255,.06); font-size: 14px; color: var(--ink); }
.price-card li:last-child { border-bottom: 0; }
.price-card li::before { content: "— "; color: var(--green); }
.fine-note { text-align: center; margin-top: 26px; font-size: 13px; color: var(--ink-dim); }
.fine-note a { color: var(--green); }

/* manage membership */
.manage-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.manage-grid .btn { width: 100%; text-align: center; margin-top: 12px; }

/* native membership request forms */
.membership-form-page { background: var(--bg); }
.membership-form-section { padding-top: 26px; }
.form-page-wrap { max-width: 760px; }
.policy-callout {
  background: var(--black);
  border: 1px solid var(--green-dim);
  border-left: 4px solid var(--green);
  border-radius: 12px;
  padding: 22px 24px;
  margin-bottom: 20px;
}
.policy-callout .label { display: block; margin-bottom: 7px; }
.policy-callout p { color: var(--green); font-size: 17px; line-height: 1.55; }
.policy-callout ul { margin: 10px 0 0; padding-left: 20px; }
.policy-callout li {
  color: var(--green);
  font-size: 15px;
  line-height: 1.55;
  margin-bottom: 9px;
  padding-left: 3px;
}
.policy-callout li:last-child { margin-bottom: 0; }
.member-request-form {
  background: var(--black);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 12px;
  padding: 30px;
}
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 20px; }
.form-span { grid-column: 1 / -1; }
.member-request-form label {
  display: block;
  color: var(--ink);
  font-family: 'Montserrat', sans-serif;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: .05em;
  margin-bottom: 18px;
}
.member-request-form input:not([type="checkbox"]),
.member-request-form select,
.member-request-form textarea {
  display: block;
  width: 100%;
  margin-top: 7px;
  background: var(--bg2);
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 8px;
  color: var(--ink);
  font: 16px 'Lato', sans-serif;
  padding: 12px 13px;
}
.member-request-form textarea { resize: vertical; min-height: 110px; }
.member-request-form input:focus,
.member-request-form select:focus,
.member-request-form textarea:focus {
  outline: 2px solid var(--green);
  outline-offset: 1px;
  border-color: var(--green);
}
.member-request-form small {
  display: block;
  color: var(--ink-dim);
  font: 12px 'Lato', sans-serif;
  letter-spacing: 0;
  margin-top: 5px;
}
.member-request-form .optional {
  color: var(--ink-dim);
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}
.member-request-form .check-row {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  color: var(--ink-dim);
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
}
.check-row input { accent-color: var(--green); width: 18px; height: 18px; margin-top: 3px; flex: 0 0 auto; }
.form-submit { border: 0; cursor: pointer; width: 100%; }
.form-status { display: none; color: var(--green); text-align: center; margin-top: 16px; font-size: 14px; }
.form-status.visible { display: block; }
.back-link {
  display: block;
  width: max-content;
  margin: 24px auto 0;
  color: var(--green);
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.back-link:hover { text-decoration: underline; text-underline-offset: 3px; }

/* offer page */
.offer-hero { text-align: center; padding: 64px 24px 30px; }
.offer-hero .label { display: block; margin-bottom: 14px; }
.offer-hero h1 { font-size: 46px; color: #fff; max-width: 800px; margin: 0 auto 14px; line-height: 1.15; }
.offer-hero h1 .g { color: var(--green); }
.offer-hero p.lead { max-width: 640px; margin: 0 auto; color: var(--ink-dim); font-size: 17px; }
.steps { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin: 32px auto 0; max-width: 860px; }
.step { font-family: 'Montserrat', sans-serif; font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-dim); border: 1px solid rgba(255,255,255,.12); border-radius: 99px; padding: 8px 16px; }
.step b { color: var(--green); margin-right: 6px; }
.form-embed { max-width: 720px; margin: 0 auto; background: var(--bg-card); border: 1px solid rgba(255,255,255,.06); border-radius: 12px; padding: 10px; }
.form-embed iframe { width: 100%; min-height: 860px; border: 0; border-radius: 8px; background: transparent; }
.membership-ghl-form-embed { max-width: none; width: 100%; padding: 0; }
.membership-ghl-form-embed iframe {
  display: block;
  width: 100%;
  background: var(--black);
}
@media (max-width: 560px) {
  .membership-ghl-form-embed { padding: 0; }
}

/* CTA band */
.cta-band { background: var(--green); text-align: center; }
.cta-band h2 { color: #14150c; font-size: 30px; margin-bottom: 10px; }
.cta-band p { color: #2c2e18; max-width: 620px; margin: 0 auto 22px; font-size: 16.5px; }
.cta-band .btn { border-color: #14150c; color: #14150c; }
.cta-band .btn:hover { background: #14150c; color: var(--green); }
.cta-band .btn:focus-visible {
  outline: 3px solid #14150c;
  outline-offset: 3px;
}

/* testimonials */
.rev-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.rev { background: var(--bg-card); border: 1px solid rgba(255,255,255,.06); border-radius: 12px; padding: 26px; }
.stars { color: var(--green); letter-spacing: 3px; font-size: 14px; margin-bottom: 12px; }
.rev p { font-size: 15px; margin-bottom: 12px; color: var(--ink); }
.rev span { font-family: 'Montserrat', sans-serif; font-size: 12.5px; font-weight: 600; letter-spacing: .08em; color: var(--green); text-transform: uppercase; }

/* reputation reviews widget + location */
.reviews-widget {
  padding: 40px 0 42px;
  border-top: 1px solid var(--green-faint);
  background: var(--bg);
}
.reviews-widget-heading { margin-bottom: 24px; text-align: center; }
.reviews-widget-heading h2 {
  margin-top: 8px;
  color: var(--ink);
  font-size: clamp(26px, 3vw, 34px);
}
.reviews-widget-embed {
  max-width: 1120px;
  margin: 0 auto;
}
.reviews-widget-embed iframe.lc_reviews_widget {
  display: block;
  width: 100%;
  min-width: 100%;
  border: 0;
}

.location-band {
  padding: 44px 0;
  border-top: 1px solid var(--green-faint);
  background: var(--bg2);
}
.location-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 320px);
  gap: 54px;
  align-items: center;
}
.location-copy h2 {
  margin: 12px 0 16px;
  color: var(--ink);
  font-size: clamp(28px, 3vw, 38px);
}
.location-copy p { max-width: 520px; color: var(--ink-dim); font-size: 17px; }
.location-address { margin-bottom: 10px; }
.location-address strong { color: var(--ink); }
.location-phone { color: var(--green); font-weight: 700; }
.location-copy .btn { margin-top: 22px; }
.location-map {
  position: relative;
  width: min(100%, 320px);
  aspect-ratio: 1 / 1;
  justify-self: end;
  overflow: hidden;
  border: 1px solid var(--green-dim);
  border-radius: 12px;
  background: var(--bg-card);
}
.location-map iframe { display: block; width: 100%; height: 100%; border: 0; pointer-events: none; }
.location-map-link { position: absolute; inset: 0; border-radius: inherit; }
.location-map-link:focus-visible { outline: 3px solid var(--green); outline-offset: -4px; }

/* footer */
footer.site { background: var(--black); padding: 48px 0 0; }
.foot-grid { display: grid; grid-template-columns: 1.2fr 1fr 1.1fr 1fr; gap: 44px; padding-bottom: 34px; }
footer.site img.logo { height: 44px; margin-bottom: 18px; }
footer.site .footer-heading { color: var(--green); font-family: 'Montserrat', sans-serif; font-weight: 600; letter-spacing: .16em; font-size: 12.5px; margin-bottom: 14px; text-transform: uppercase; }
footer.site li { list-style: none; padding: 4px 0; font-size: 14px; color: var(--ink-dim); }
footer.site li a:hover { color: var(--green); }
footer.site .fine { border-top: 1px solid rgba(187,204,55,.14); padding: 22px 24px; text-align: center; font-size: 11.5px; color: #8f948a; line-height: 1.8; }
footer.site .fine a:hover { color: var(--green); }
.hours { font-size: 14px; color: var(--ink-dim); line-height: 2; }
.footer-pass { display: block; width: max-content; margin-top: 4px; padding: 10px 20px; font-size: 11px; background: var(--green); color: #14150c; }
.footer-pass:hover { background: #d3e35a; border-color: #d3e35a; color: #14150c; }
.footer-connect .social-media-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 2px;
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}
.footer-connect .social-media-wrapper li { padding: 0; }
.footer-connect .social-media-wrapper a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  padding: 8px;
}
.footer-connect .footer-icon { width: 28px; height: 28px; object-fit: contain; }
.footer-connect .aps { display: flex; flex-wrap: nowrap; align-items: center; gap: 10px; }
.footer-connect .aps a { display: inline-flex; flex: 0 0 auto; }
.footer-connect .footer-store-badge { width: 110px; max-width: 100%; height: auto; }

@media (max-width: 1000px) {
  .price-grid, .grid4 { grid-template-columns: repeat(2, 1fr); }
  .grid3, .rev-grid, .manage-grid { grid-template-columns: 1fr; }
  .split, .grid2, .foot-grid { grid-template-columns: 1fr; }
  footer.site .foot-grid { text-align: center; }
  footer.site .foot-grid ul { padding-left: 0; }
  footer.site .foot-brand,
  footer.site .footer-pass { margin-inline: auto; }
  footer.site .footer-connect .social-media-wrapper,
  footer.site .footer-connect .aps { justify-content: center; }
  .benefits-grid { gap: 0; }
  .hero h1 { font-size: 32px; }
  nav.site .wrap { position: relative; }
  nav.site .nav-links {
    display: none;
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px 24px 16px;
    background: rgba(14,15,16,.99);
    border-bottom: 1px solid var(--green-dim);
    box-shadow: 0 16px 28px rgba(0,0,0,.34);
  }
  nav.site.menu-open .nav-links { display: flex; }
  nav.site .nav-links a {
    padding: 10px 2px;
    border-bottom: 1px solid rgba(255,255,255,.07);
  }
  nav.site .nav-links a:last-child { border-bottom: 0; }
  .mobile-menu-toggle { display: inline-flex; align-items: center; justify-content: center; }


}
@media (max-width: 900px) {
  .location-grid { grid-template-columns: 1fr; gap: 30px; }
  .location-map { width: min(100%, 270px); justify-self: center; }
}
@media (max-width: 560px) {
  .price-grid, .grid4 { grid-template-columns: 1fr; }
  .topbar { padding: 6px 0; font-size: 10.5px; letter-spacing: .025em; }
  .topbar .wrap {
    display: grid;
    justify-content: stretch;
    gap: 3px;
    padding: 0 12px;
    text-align: center;
  }
  .topbar .wrap > span { white-space: nowrap; }
  .topbar .wrap > span:last-child {
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 8px;
  }
  .topbar .wrap > span:last-child b { white-space: nowrap; }
  nav.site .wrap { padding: 9px 15px; gap: 9px; }
  nav.site .wrap > .brand { margin-right: auto; }
  nav.site .wrap > .btn.solid {
    padding: 9px 14px;
    border-width: 1px;
    font-size: 10px;
    letter-spacing: .06em;
    white-space: nowrap;
  }
  .mobile-menu-toggle {
    min-width: 49px;
    min-height: 38px;
    font-size: 9px;
  }
  nav.site .nav-links { padding: 9px 16px 15px; }
  .offer-hero h1 { font-size: 32px; }
  .form-grid { grid-template-columns: 1fr; gap: 0; }
  .member-request-form { padding: 22px 18px; }
  .policy-callout { padding: 19px 18px; }
  .policy-callout p { font-size: 15.5px; }
}

/* homepage hero with lounge photo */
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 44px; align-items: center; }
.hero-photo { border-radius: 14px; border: 1px solid var(--green-faint); box-shadow: 0 18px 50px rgba(0,0,0,.45); width: 100%; object-fit: cover; max-height: 420px; }

/* v2: mindbody schedule embed */
.schedule-embed { max-width: 940px; margin: 0 auto; background: #17181a; border: 0; border-radius: 12px; padding: 0; min-height: 420px; }
.classes-schedule { padding-bottom: 24px; }
.classes-schedule-panel { padding: 0 0 64px; }
.classes-schedule-panel .schedule-embed { text-align: left; }

/* v2: staff grid */
.staff-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.staff { background: var(--bg-card); border: 1px solid rgba(255,255,255,.06); border-radius: 12px; overflow: hidden; }
.staff .ph { aspect-ratio: 1; padding: 16px; display: grid; place-items: center; overflow: hidden; background: #1e1e1e; }
.staff .ph img { display: block; width: 100%; height: 100%; min-height: 0; object-fit: contain; object-position: center; border-radius: 50%; }
.staff .body { padding: 16px 18px 20px; }
.staff h3 { color: var(--ink); font-size: 15.5px; margin-bottom: 2px; }
.founders-grid { max-width: 680px; margin: 0 auto; gap: 18px; }
.founders-grid .staff .ph img { width: 75%; height: auto; }
.staff .role { color: var(--green); font-family: 'Montserrat', sans-serif; font-size: 11.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; display: block; margin-bottom: 8px; }
.staff p { color: var(--ink-dim); font-size: 13.5px; line-height: 1.55; }

/* v2: photo grid (facility / gallery) */
.photo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.photo-grid img { width: 100%; height: 250px; object-fit: cover; border-radius: 10px; border: 1px solid rgba(255,255,255,.07); }

/* v2: exhibition list */
.exh-list { max-width: 880px; margin: 0 auto; list-style: none; }
.exh-list li { display: grid; grid-template-columns: 150px minmax(0, 1fr) auto; gap: 18px; align-items: center; padding: 15px 4px; border-bottom: 1px solid rgba(255,255,255,.07); font-size: 15px; }
.exh-list .when { color: var(--green); font-family: 'Montserrat', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; min-width: 150px; }
.exh-list .who { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.exh-list .exh-title { color: var(--ink); font-family: 'Montserrat', sans-serif; font-size: 14px; line-height: 1.35; font-weight: 600; }
.exh-list .exh-artists { color: var(--ink-dim); font-size: 13px; line-height: 1.4; }
.exh-list a.view { color: var(--green); font-family: 'Montserrat', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.exh-list a.view:hover { text-decoration: underline; }

@media (max-width: 700px) {
  .exh-list li { grid-template-columns: 1fr; gap: 5px; padding: 15px 2px; }
  .exh-list .when { min-width: 0; }
  .exh-list .who { gap: 3px; }
  .exh-list .exh-title { font-size: 14px; }
  .exh-list a.view { margin-top: 3px; }
}

/* v2: contact layout */
.contact-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: start; }
.info-card { background: var(--bg-card); border: 1px solid rgba(255,255,255,.06); border-radius: 12px; padding: 28px; }
.info-card h3 { color: var(--green); font-size: 14px; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 12px; }
.info-card p, .info-card li { color: var(--ink-dim); font-size: 15px; }
.info-card ul { list-style: none; }
.info-card li { padding: 5px 0; border-bottom: 1px solid rgba(255,255,255,.06); display: flex; justify-content: space-between; gap: 14px; }
.info-card li:last-child { border-bottom: 0; }
.info-card li b { color: var(--ink); font-weight: 700; }
.contact-form-card { padding: 28px 10px 10px; overflow: hidden; }
.contact-form-card > h3 { margin: 0 18px 12px; }
.contact-form-embed { width: 100%; overflow: hidden; border-radius: 8px; background: var(--black); }
.contact-form-embed iframe { display: block; width: 100%; height: 957px; min-height: 957px; margin-top: -72px; border: 0; background: var(--black); }

@media (max-width: 1000px) {
  .hero-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 26px; }
  .staff-grid { grid-template-columns: repeat(2, 1fr); }
  .photo-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .hero { padding: 36px 0 24px; }
  .hero-grid { gap: 24px; }
  .why-section { padding-top: 12px; }
  .hero .cta-row .btn.solid { display: none; }
  .staff-grid, .photo-grid { grid-template-columns: 1fr; }
  .contact-grid { gap: 20px; }
  .contact-form-card { padding: 20px 6px 6px; }
  .contact-form-card > h3 { margin: 0 12px 8px; }
  .contact-form-embed iframe { height: 957px; min-height: 957px; }
}

/* v3: gallery banner (photo spans the top, like the live gallery page) */
.gal-banner { text-align: center; padding: 108px 0; background: linear-gradient(rgba(20,19,20,.62), rgba(23,24,26,.78)), var(--hero-img, none) center/cover; }
.gal-banner h1 { margin: 14px auto 14px; max-width: 860px; }
.gal-banner p.lead { max-width: 700px; margin: 0 auto; color: var(--ink-dim); font-size: 17px; }

/* v4: tighter, equal-height pricing tiles */
.price-card { padding: 24px 20px 22px; }
.price-card .price { font-size: 36px; margin: 8px 0 2px; }
.price-card ul { margin: 14px 0 16px; }
.price-card li { padding: 5px 0; font-size: 13.5px; }
.price-card .btn { margin-top: auto; width: 100%; text-align: center; padding: 11px 8px; font-size: 12.5px; }

/* v5: badge + lowercase wordmark lockup */
.brand { display: inline-flex; align-items: center; }
.brand-wordmark { display: block; width: auto; height: 42px; object-fit: contain; }
.foot-brand { margin-bottom: 18px; }
.foot-brand .brand-wordmark { height: 40px; }

/* v5: article / blog */
.post-hero { text-align: center; padding: 48px 0 8px; }
.post-hero .label { display:block; margin-bottom: 12px; }
.post-hero h1 { font-size: 34px; color:#fff; max-width: 800px; margin: 0 auto 14px; line-height: 1.22; }
.post-meta { color: var(--ink-dim); font-size: 13.5px; font-family: 'Montserrat', sans-serif; letter-spacing: .04em; }
.article { max-width: 760px; margin: 0 auto; }
.article p { color: var(--ink); font-size: 16.5px; margin: 0 0 18px; }
.article h2 { color: #fff; font-size: 24px; margin: 32px 0 12px; }
.article h3 { color: var(--green); font-size: 17px; margin: 24px 0 10px; }
.article h4 { color: #fff; font-size: 16px; margin: 26px 0 10px; line-height: 1.45; }
.article a { color: var(--green); text-decoration: underline; text-underline-offset: 3px; }
.article ul { margin: 0 0 18px 22px; }
.article ol { margin: 0 0 18px 22px; }
.article li { color: var(--ink); font-size: 16.5px; margin-bottom: 8px; }
.article .lede { font-size: 18.5px; color: var(--ink); line-height: 1.6; }
.legacy-post-section { padding: 30px 0 70px; }
.legacy-article figure { margin: 28px 0; }
.legacy-article figure img { display: block; width: 100%; height: auto; border-radius: 12px; }
.legacy-article figcaption { color: var(--ink-dim); font-size: 13px; margin-top: 8px; }
.legacy-article blockquote { margin: 24px 0; padding: 18px 20px; border-left: 3px solid var(--green); background: var(--bg-card); color: var(--ink); }
.archive-note { margin: 0 0 30px; padding: 18px 20px; border: 1px solid rgba(190,214,46,.35); border-radius: 10px; background: var(--bg-card); color: var(--ink-dim); line-height: 1.6; }
.archive-note strong { color: var(--green); }
.archive-note p { margin: 0; }
.archive-note p + p { margin-top: 12px; }
.archive-card-date { color: var(--ink-dim); font-size: .875rem; margin-top: 12px; }
.archive-back { margin-top: 38px !important; }
.blog-archive-section { padding: 58px 0 70px; background: var(--bg-alt); }
.blog-archive-section h2 { color: #fff; margin: 10px 0 8px; }
.archive-intro { color: var(--ink-dim); margin: 0 0 28px; }
.callout { background: var(--bg-card); border-left: 3px solid var(--green); border-radius: 8px; padding: 18px 22px; margin: 22px 0; }
.callout p { margin: 0; color: var(--ink-dim); font-size: 15.5px; }
.refs { margin-top: 40px; border-top: 1px solid rgba(255,255,255,.1); padding-top: 20px; }
.refs h3 { color: var(--ink-dim); font-size: 12.5px; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 12px; }
.refs ol { margin: 0 0 0 18px; }
.refs li { font-size: 13px; color: var(--ink-dim); margin-bottom: 8px; line-height: 1.5; }
.refs a { color: var(--green); word-break: break-word; }
.disclaimer { font-size: 12.5px; color: #8f948a; font-style: italic; margin-top: 24px; }
.post-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.post-card { background: var(--bg-card); border: 1px solid rgba(255,255,255,.06); border-top: 3px solid var(--green); border-radius: 12px; padding: 26px 24px; display: flex; flex-direction: column; transition: .25s; }
.post-card:hover { border-color: var(--green-dim); transform: translateY(-4px); }
.post-card .cat { color: var(--green); font-family:'Montserrat',sans-serif; font-size: 11.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 10px; }
.post-card h3 { color: var(--ink); font-size: 18px; margin-bottom: 8px; line-height: 1.3; }
.post-card p { color: var(--ink-dim); font-size: 14.5px; flex: 1; }
.post-card .more { color: var(--green); font-family:'Montserrat',sans-serif; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; margin-top: 14px; }
@media (max-width: 1000px) { .post-grid { grid-template-columns: 1fr; } }
@media (max-width: 700px) {
  nav.site .brand-wordmark { height: 34px; }
}

/* v5: hero nickname aside */
.nickname { color: var(--green); font-style: italic; white-space: nowrap; }
@media (max-width: 560px) { .nickname { white-space: normal; display: inline; } }

/* v7: Astro service detail pages */
.service-detail-page { background: var(--bg); }
.service-detail-hero { padding-bottom: 12px; }
.service-hero-free-pass { margin-top: 28px; }
.service-hero-free-pass iframe { display: block; height: 620px; min-height: 0; background: var(--black); }
.service-content-section { padding: 34px 0 54px; }
.service-detail-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 46px; align-items: center; }
.service-detail-grid--text { grid-template-columns: 1.15fr .85fr; max-width: 960px; }
.service-copy h2,
.service-topic-wrap > h2,
.glucosezone-card h2 { color: #fff; font-size: 28px; line-height: 1.25; margin: 10px 0 16px; }
.service-copy p { color: var(--ink-dim); font-size: 16px; margin-bottom: 14px; }
.service-media { overflow: hidden; border: 1px solid var(--green-faint); border-radius: 12px; background: var(--black); }
.service-media img { width: 100%; min-height: 330px; max-height: 440px; object-fit: cover; }
.service-media--contain { padding: 24px; }
.service-media--contain img { object-fit: contain; min-height: 280px; }
.service-media--light { background: #fff; }
.service-media-stack { display: grid; gap: 16px; justify-items: center; }
.service-appointment-button { min-width: 230px; text-align: center; }
.service-brand-logo { width: 220px; max-height: 92px; object-fit: contain; object-position: left center; margin-bottom: 22px; }
.service-text-link { color: var(--green); font-family: 'Montserrat', sans-serif; font-weight: 700; }
.service-text-link:hover { text-decoration: underline; text-underline-offset: 3px; }
.service-disclaimer { margin-top: 22px; padding-left: 16px; border-left: 3px solid var(--green); color: #9da195 !important; font-size: 13.5px !important; }
.service-fact-card ul { list-style: none; }
.service-fact-card li { padding: 9px 0; border-bottom: 1px solid rgba(255,255,255,.07); }
.service-fact-card li:last-child { border-bottom: 0; }
.service-overview-card { display: flex; min-height: 260px; flex-direction: column; }
.service-overview-card p:last-child { margin-top: auto; padding-top: 18px; }
.glucosezone-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.glucosezone-card img { width: 100%; height: 210px; object-fit: contain; margin-bottom: 18px; }
.glucosezone-card p { color: var(--ink-dim); }
.glucosezone-card--wide { grid-column: 1 / -1; }
.glucosezone-disclaimer { max-width: 850px; margin: 26px auto 0; }
.service-topic-wrap { max-width: 920px; }
.service-topic-card { display: grid; grid-template-columns: 1.05fr .95fr; align-items: stretch; margin-top: 22px; overflow: hidden; background: var(--bg-card); border: 1px solid rgba(255,255,255,.07); border-radius: 12px; transition: .2s ease; }
.service-topic-card:hover,
.service-topic-card:focus-visible { border-color: var(--green); transform: translateY(-3px); }
.service-topic-card img { width: 100%; height: 100%; min-height: 280px; object-fit: cover; }
.service-topic-card > div { display: flex; flex-direction: column; justify-content: center; padding: 34px; }
.service-topic-card h3 { color: #fff; font-size: 24px; line-height: 1.3; margin: 12px 0 22px; }
.service-topic-more { color: var(--green); font-family: 'Montserrat', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

@media (max-width: 760px) {
  .service-detail-grid,
  .service-detail-grid--text,
  .glucosezone-grid,
  .service-topic-card { grid-template-columns: 1fr; }
  .service-detail-hero h1 { font-size: 32px; }
  .service-content-section { padding: 26px 0 42px; }
  .service-media img { min-height: 230px; max-height: 340px; }
  .service-media--contain img { min-height: 190px; }
  .service-copy h2,
  .service-topic-wrap > h2,
  .glucosezone-card h2 { font-size: 24px; }
  .glucosezone-card--wide { grid-column: auto; }
  .service-topic-card img { min-height: 220px; }
  .service-topic-card > div { padding: 24px; }
  .service-topic-card h3 { font-size: 21px; }
  .service-overview-card { min-height: 0; }
  .service-hero-free-pass { margin-top: 22px; }
  .service-hero-free-pass iframe { height: 760px; }
}

/* v8: legal and gallery exhibition pages */
.content-page { background: var(--bg); }
.content-page-hero { padding-bottom: 12px; }
.content-page-section { padding: 30px 0 60px; }
.legal-copy { max-width: 860px; }
.legal-copy h2 { scroll-margin-top: 92px; }
.legal-copy strong { color: var(--ink); }
.legal-copy address { color: var(--ink-dim); font-style: normal; }
.legal-copy address strong { display: inline-block; margin-bottom: 5px; }

.faq-list { max-width: 860px; display: grid; gap: 12px; }
.faq-item {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--panel);
  overflow: hidden;
}
.faq-item summary {
  position: relative;
  padding: 18px 48px 18px 20px;
  color: var(--ink);
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  color: var(--green);
  font-size: 22px;
  line-height: 1;
}
.faq-item[open] summary::after { content: "−"; }
.faq-answer { padding: 0 20px 18px; }
.faq-answer p { margin: 0; }
.faq-answer a { color: var(--green); }

.gallery-exhibition-section { padding: 28px 0 58px; }
.gallery-exhibition-wrap { max-width: 1060px; }
.gallery-back-link { display: inline-block; margin-bottom: 22px; color: var(--green); font: 700 12px 'Montserrat', sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.gallery-back-link:hover { text-decoration: underline; text-underline-offset: 3px; }
.gallery-exhibition-grid { display: grid; grid-template-columns: minmax(0, 1fr) 280px; gap: 42px; align-items: start; }
.gallery-exhibition-main > h2 { color: #fff; font-size: 28px; line-height: 1.3; margin-bottom: 20px; }
.gallery-exhibition-copy { max-width: none; }
.gallery-exhibition-meta { position: sticky; top: 96px; }
.gallery-exhibition-meta .label { display: block; margin: 0 0 7px; }
.gallery-exhibition-meta p { margin: 0 0 22px; color: var(--ink); font-size: 16px; }
.gallery-exhibition-meta .gallery-date { color: var(--green); font-family: 'Montserrat', sans-serif; font-weight: 600; }
.gallery-exhibition-meta .gallery-date span { display: block; }
.gallery-exhibition-meta .gallery-date strong { display: block; margin-top: 3px; color: var(--ink); font-size: 30px; line-height: 1; }
.gallery-exhibition-meta .btn { width: 100%; padding-inline: 12px; text-align: center; }
.gallery-artwork-section { padding: 48px 0 60px; }
.gallery-artwork-grid { columns: 3 260px; column-gap: 20px; }
.gallery-artwork { break-inside: avoid; margin: 0 0 20px; overflow: hidden; border: 1px solid rgba(255,255,255,.07); border-radius: 12px; background: var(--black); }
.gallery-artwork img { width: 100%; height: auto; }

@media (max-width: 760px) {
  .content-page-hero h1 { font-size: 31px; }
  .content-page-section { padding: 24px 0 44px; }
  .legal-copy p,
  .legal-copy li { font-size: 15.5px; }
  .faq-item summary { padding: 16px 44px 16px 16px; }
  .faq-answer { padding: 0 16px 16px; }
  .gallery-exhibition-grid { grid-template-columns: 1fr; gap: 28px; }
  .gallery-exhibition-main > h2 { font-size: 23px; }
  .gallery-exhibition-meta { position: static; }
  .gallery-artwork-section { padding: 34px 0 44px; }
  .gallery-artwork-grid { columns: 1; }
}

.legal-copy a,
.info-card a:not(.btn),
.fine-note a,
.service-copy a:not(.btn),
.gallery-exhibition-copy a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .btn, .ph-card, .post-card, .service-topic-card {
    transition: none;
  }
  .ph-card:hover,
  .post-card:hover,
  .service-topic-card:focus-visible {
    transform: none;
  }
}

