:root {
  --ink: #173f3a;
  --ink-deep: #0e2d2a;
  --sage: #6f9386;
  --sage-light: #dce8e2;
  --cream: #f7f3ea;
  --paper: #fffdf9;
  --coral: #d6785c;
  --coral-dark: #bd5f46;
  --muted: #60706d;
  --border: #dfe7e2;
  --shadow: 0 24px 70px rgba(23, 63, 58, .12);
}

html { scroll-behavior: smooth; }

body {
  background: var(--paper);
  color: var(--ink-deep);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.75;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: 1.08;
}

h1 { font-size: clamp(3rem, 6vw, 5.6rem); }
h2 { font-size: clamp(2.25rem, 4vw, 3.7rem); }
h3 { font-size: 1.55rem; }
p { color: var(--muted); margin-bottom: 1.25rem; }
a { color: var(--ink); }
img { max-width: 100%; }

.site-container { max-width: 1200px; }
.section-space { padding: 7rem 0; }
.soft-section { background: var(--cream); }

.skip-link {
  background: var(--ink);
  color: white;
  left: 1rem;
  padding: .65rem 1rem;
  position: fixed;
  top: -5rem;
  z-index: 1100;
}
.skip-link:focus { top: 1rem; color: white; }

.site-header {
  background: rgba(255, 253, 249, .94);
  border-bottom: 1px solid rgba(23, 63, 58, .08);
  backdrop-filter: blur(16px);
}
.header-action-bar {
  background: var(--ink);
  color: white;
  font-size: .82rem;
}
.header-action-bar .container {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
  min-height: 42px;
}
.header-phone {
  align-items: center;
  color: #d7e4df;
  display: inline-flex;
  font-weight: 700;
  gap: .4rem;
  text-decoration: none;
}
.header-phone:hover { color: white; }
.header-action-bar .header-visit-link,
.header-action-bar .header-visit-link:focus {
  background: var(--coral) !important;
  border-color: var(--coral) !important;
  box-shadow: none;
  color: white !important;
  font-size: .84rem;
  line-height: 1;
  padding: .7rem 1.15rem;
}
.header-action-bar .header-visit-link:hover,
.header-action-bar .header-visit-link:active,
.header-action-bar .header-visit-link.active {
  background: var(--coral-dark) !important;
  border-color: var(--coral-dark) !important;
  color: white !important;
}
.navbar { min-height: 104px; overflow: visible; padding-bottom: .35rem; padding-top: .35rem; }
.navbar-brand { margin-bottom: -12px; margin-top: -12px; padding-bottom: 0; padding-top: 0; }
.navbar-brand img { display: block; height: 118px; object-fit: contain; width: auto; }
.navbar-nav { gap: .25rem; }
.navbar .nav-link {
  border-radius: 999px;
  color: #395651;
  font-size: .91rem;
  font-weight: 700;
  letter-spacing: .025em;
  padding: .55rem .85rem !important;
}
.navbar .nav-link:hover, .navbar .nav-link.active { color: var(--coral-dark); }
.navbar-toggler { border: 0; box-shadow: none !important; }

.btn {
  border-radius: 999px;
  font-size: .9rem;
  font-weight: 750;
  letter-spacing: .025em;
  padding: .8rem 1.4rem;
}
.btn-lg { font-size: .98rem; padding: 1rem 1.65rem; }
.btn i, .text-link i, .service-card a i { margin-left: .35rem; transition: transform .2s ease; }
.btn:hover i, .text-link:hover i, .service-card a:hover i { transform: translateX(4px); }
.btn-primary, .btn-primary:focus {
  background: var(--coral);
  border-color: var(--coral);
  box-shadow: none;
}
.btn-primary:hover, .btn-primary:active {
  background: var(--coral-dark) !important;
  border-color: var(--coral-dark) !important;
}
.btn-light { color: var(--ink); }

.eyebrow {
  align-items: center;
  color: var(--coral-dark);
  display: flex;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .16em;
  margin-bottom: 1.3rem;
  text-transform: uppercase;
}
.eyebrow span { background: currentColor; height: 1px; margin-right: .8rem; width: 28px; }
.eyebrow-light { color: #c8ddd3; }
.text-link {
  align-items: center;
  display: inline-flex;
  font-size: .9rem;
  font-weight: 800;
  letter-spacing: .02em;
  text-decoration: none;
}
.text-link:hover { color: var(--coral-dark); }

.hero-section {
  background: linear-gradient(135deg, var(--cream) 0%, #edf3ee 100%);
  overflow: hidden;
  padding: 3.25rem 0 7rem;
  position: relative;
}
.hero-section::after {
  border: 1px solid rgba(111, 147, 134, .2);
  border-radius: 50%;
  content: "";
  height: 520px;
  position: absolute;
  right: -260px;
  top: -250px;
  width: 520px;
}
.hero-copy { position: relative; z-index: 1; }
.hero-copy h1 { margin-bottom: 1.7rem; max-width: 650px; }
.hero-lead { font-size: 1.25rem; line-height: 1.65; max-width: 660px; }
.hero-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 1.5rem; margin: 2.1rem 0 2rem; }
.trust-list { display: flex; flex-wrap: wrap; gap: .7rem 1.25rem; list-style: none; margin: 0; padding: 0; }
.trust-list li { color: #4e6762; font-size: .85rem; font-weight: 650; }
.trust-list i { color: var(--sage); margin-right: .35rem; }
.hero-visual { padding: 0 0 2rem 2rem; position: relative; }
.hero-image-wrap {
  border-radius: 48% 48% 24px 24px;
  box-shadow: var(--shadow);
  height: 590px;
  overflow: hidden;
  position: relative;
}
.hero-image-wrap img { height: 100%; object-fit: cover; object-position: center; width: 100%; }
.hero-note {
  align-items: center;
  background: white;
  border-radius: 14px;
  bottom: 0;
  box-shadow: 0 18px 45px rgba(23, 63, 58, .16);
  display: flex;
  gap: .9rem;
  left: -1rem;
  max-width: 310px;
  padding: 1.1rem 1.3rem;
  position: absolute;
}
.note-icon { align-items: center; background: var(--sage-light); border-radius: 50%; color: var(--ink); display: flex; flex: 0 0 46px; height: 46px; justify-content: center; }
.hero-note strong, .hero-note span { display: block; }
.hero-note strong { color: var(--ink); font-family: Georgia, serif; font-size: 1rem; }
.hero-note div span { color: var(--muted); font-size: .75rem; }

.intro-band { background: var(--ink); padding: 3.4rem 0; }
.intro-band .eyebrow { margin-bottom: 0; }
.intro-statement { color: white; font-family: Georgia, serif; font-size: clamp(1.5rem, 3vw, 2.15rem); line-height: 1.35; margin: 0; }

.section-heading { margin-bottom: 3rem; }
.section-heading h2, .section-heading-centered h2 { margin-bottom: 0; }
.section-heading p { margin-bottom: 0; }
.section-heading-centered { margin: 0 auto 3.5rem; max-width: 700px; }
.section-heading-centered > p:last-child { font-size: 1.05rem; margin: 1.2rem auto 0; max-width: 560px; }
.service-grid { counter-reset: services; }
.service-card {
  background: white;
  border: 1px solid var(--border);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  padding: 2.2rem;
  position: relative;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.service-card:hover { border-color: transparent; box-shadow: 0 20px 50px rgba(23, 63, 58, .11); transform: translateY(-7px); }
.service-number { color: #a4b5af; font-size: .72rem; font-weight: 800; letter-spacing: .12em; position: absolute; right: 1.7rem; top: 1.7rem; }
.service-icon { align-items: center; background: var(--sage-light); border-radius: 50%; color: var(--ink); display: flex; font-size: 1.35rem; height: 58px; justify-content: center; margin-bottom: 2rem; width: 58px; }
.service-card h3 { margin-bottom: 1rem; }
.service-card p { font-size: .94rem; }
.service-card a { color: var(--ink); font-size: .86rem; font-weight: 800; margin-top: auto; text-decoration: none; }
.service-card a:hover { color: var(--coral-dark); }

.rounded-image { border-radius: 24px; box-shadow: var(--shadow); height: 510px; overflow: hidden; }
.rounded-image img { height: 100%; object-fit: cover; width: 100%; }
.image-tall { height: 620px; }
.image-tall img { object-position: 61% center; }
.lead-copy { color: #435f5a; font-size: 1.18rem; line-height: 1.75; }
.benefit-list { margin: 2rem 0; }
.benefit-list > div { align-items: flex-start; border-top: 1px solid rgba(23, 63, 58, .12); display: flex; gap: 1rem; padding: 1.15rem 0; }
.benefit-list > div:last-child { border-bottom: 1px solid rgba(23, 63, 58, .12); }
.benefit-list i { color: var(--coral); font-size: 1.3rem; margin-top: .15rem; }
.benefit-list span, .benefit-list strong { display: block; }
.benefit-list span { color: var(--muted); font-size: .9rem; }
.benefit-list strong { color: var(--ink); font-family: Georgia, serif; font-size: 1.05rem; font-weight: 500; }

.reviews-section { background: var(--paper); }
.review-card {
  background: var(--cream);
  border: 1px solid rgba(23, 63, 58, .08);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 2.2rem;
}
.review-card > i {
  color: var(--coral);
  font-size: 2.2rem;
  line-height: 1;
  margin-bottom: 1.35rem;
}
.review-card blockquote {
  color: #405b56;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
  line-height: 1.7;
  margin: 0 0 1.8rem;
}
.review-card figcaption {
  align-items: center;
  color: var(--ink);
  display: flex;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .05em;
  margin-top: auto;
  text-transform: uppercase;
}
.review-card figcaption::before {
  background: var(--sage);
  content: "";
  height: 1px;
  margin-right: .7rem;
  width: 24px;
}

.steps-section { overflow: hidden; }
.process-row { position: relative; }
.process-row::before { border-top: 1px dashed #afc2ba; content: ""; left: 17%; position: absolute; right: 17%; top: 30px; }
.process-step { padding: 0 1.3rem; position: relative; text-align: center; }
.process-step > span { align-items: center; background: var(--ink); border: 7px solid var(--paper); border-radius: 50%; color: white; display: inline-flex; font-family: Georgia, serif; font-size: 1.1rem; height: 60px; justify-content: center; margin-bottom: 1.5rem; position: relative; width: 60px; z-index: 1; }
.process-step h3 { font-size: 1.3rem; }
.process-step p { font-size: .9rem; }

.cta-section { background: var(--paper); padding: 2rem 0 7rem; }
.cta-card { align-items: center; background: var(--ink); border-radius: 24px; display: flex; gap: 3rem; justify-content: space-between; overflow: hidden; padding: 3.6rem 4rem; position: relative; }
.cta-card::after { border: 1px solid rgba(255,255,255,.1); border-radius: 50%; content: ""; height: 330px; position: absolute; right: -100px; top: -170px; width: 330px; }
.cta-card > * { position: relative; z-index: 1; }
.cta-card h2 { color: white; font-size: clamp(2rem, 4vw, 3.2rem); margin-bottom: .8rem; }
.cta-card p { color: #c8d9d3; margin-bottom: 0; }
.cta-card .eyebrow { margin-bottom: 1rem; }
.cta-card .btn { flex: 0 0 auto; }

.page-hero { background: var(--cream); padding: 7rem 0 6rem; }
.page-hero h1 { font-size: clamp(3rem, 5.5vw, 5rem); margin-bottom: 0; }
.page-hero .hero-lead { margin-top: 1.5rem; }
.page-hero .col-lg-4 > p { margin-bottom: .5rem; }
.page-hero-split { padding: 5rem 0; }
.page-hero-split h1 { margin-bottom: 1.5rem; }
.about-image { box-shadow: none; height: 470px; }
.story-copy p { font-size: 1.05rem; }

.team-section { background: var(--paper); }
.team-list { display: grid; gap: 1.5rem; }
.team-card {
  background: white;
  border: 1px solid var(--border);
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(23,63,58,.08);
  display: grid;
  grid-template-columns: minmax(260px, 34%) 1fr;
  overflow: hidden;
}
.team-photo {
  background: var(--cream);
  min-height: 380px;
  overflow: hidden;
}
.team-photo img {
  height: 100%;
  object-fit: cover;
  object-position: center top;
  width: 100%;
}
.team-card-body {
  align-self: center;
  padding: 2.7rem 3rem;
}
.team-role {
  color: var(--coral-dark);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .14em;
  margin-bottom: .75rem;
  text-transform: uppercase;
}
.team-card h3 { margin-bottom: 1rem; }
.team-card p:last-child { font-size: .98rem; line-height: 1.75; margin-bottom: 0; }

.values-section { background: var(--ink); }
.values-section h2 { color: white; }
.value-card { background: #204c46; border: 1px solid rgba(255,255,255,.08); border-radius: 18px; height: 100%; padding: 2.2rem; }
.value-card i { color: #d3a48f; display: block; font-size: 1.7rem; margin-bottom: 1.6rem; }
.value-card h3 { color: white; }
.value-card p { color: #bfd1ca; font-size: .92rem; margin: 0; }

.service-detail { scroll-margin-top: 80px; }
.service-detail h2 { margin-bottom: 1.6rem; }
.service-detail .rounded-image img { object-position: center; }
.check-list { list-style: none; margin: 1.7rem 0 2rem; padding: 0; }
.check-list li { align-items: flex-start; border-bottom: 1px solid rgba(23,63,58,.1); color: #48625d; display: flex; font-size: .92rem; gap: .7rem; padding: .75rem 0; }
.check-list i { color: var(--coral); font-size: 1.1rem; }

.membership-hero .hero-lead { max-width: 760px; }
.membership-hero .btn { margin-top: 1rem; }
.membership-content h2 { margin-bottom: 2.2rem; }
.included-grid { display: grid; gap: 1.2rem; grid-template-columns: repeat(2, 1fr); }
.included-grid > div { border: 1px solid var(--border); border-radius: 16px; padding: 1.6rem; }
.included-grid i { color: var(--coral); display: block; font-size: 1.4rem; margin-bottom: 1rem; }
.included-grid h3 { font-size: 1.2rem; }
.included-grid p { font-size: .86rem; margin: 0; }
.membership-card, .question-card, .contact-card { background: white; border: 1px solid var(--border); border-radius: 20px; box-shadow: 0 20px 60px rgba(23,63,58,.09); padding: 2.5rem; }
.membership-card { position: sticky; top: 120px; }
.membership-card h2 { font-size: 2.2rem; }
.small-note { background: var(--cream); border-radius: 10px; font-size: .78rem; line-height: 1.55; padding: 1rem; }

.membership-details-hero { background: linear-gradient(135deg, #e5f2f8 0%, var(--cream) 58%, #edf5f1 100%); overflow: hidden; padding: 5.5rem 0 6rem; position: relative; }
.membership-details-hero::after { border: 1px solid rgba(30,139,157,.18); border-radius: 50%; content: ""; height: 480px; position: absolute; right: -250px; top: -230px; width: 480px; }
.membership-details-hero .container { position: relative; z-index: 1; }
.membership-details-hero h1 { font-size: clamp(3rem, 5.5vw, 5.3rem); margin-bottom: 1.5rem; max-width: 820px; }
.membership-details-hero .btn { margin-top: 1rem; }
.detail-back-link { color: var(--ink); display: inline-flex; font-size: .8rem; font-weight: 800; gap: .4rem; margin-bottom: 2.5rem; text-decoration: none; }
.detail-back-link:hover { color: var(--coral-dark); }
.membership-price { align-items: center; aspect-ratio: 1; background: linear-gradient(145deg, #257ca9, #135386); border: 9px solid white; border-radius: 50%; box-shadow: 0 24px 55px rgba(20,75,112,.24); color: white; display: flex; flex-direction: column; justify-content: center; margin: 0 auto; max-width: 330px; outline: 1px dashed rgba(255,255,255,.75); outline-offset: -18px; padding: 2rem; text-align: center; }
.membership-price-label { font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.membership-price div { align-items: flex-start; display: flex; line-height: .9; margin: .65rem 0 .2rem; }
.membership-price sup { font-size: 1.8rem; font-weight: 700; line-height: 1; margin-top: 1.45rem; vertical-align: baseline; }
.membership-price strong { color: white; font-family: Georgia, serif; font-size: clamp(5rem, 9vw, 7.2rem); font-weight: 500; letter-spacing: -.08em; }
.membership-price-period { font-size: 1.05rem; font-weight: 800; text-transform: uppercase; }
.membership-price-note { border-top: 1px solid rgba(255,255,255,.35); font-size: .72rem; margin-top: 1rem; padding-top: .75rem; }
.detail-service-card { background: white; border: 1px solid var(--border); border-radius: 20px; height: 100%; padding: 2.2rem; }
.detail-service-icon, .family-plan-icon { align-items: center; background: #dff1f3; border-radius: 50%; color: #167f91; display: flex; font-size: 1.45rem; height: 60px; justify-content: center; margin-bottom: 1.6rem; width: 60px; }
.detail-service-card h3 { font-size: 1.45rem; }
.detail-service-card p { font-size: .91rem; margin-bottom: 0; }
.detail-pricing-section { background: var(--cream); }
.detail-pricing-section h2 { margin-bottom: 1.4rem; }
.detail-price-table-wrap { background: white; border: 1px solid #bddbe0; border-radius: 16px; margin-top: 2rem; overflow: hidden; }
.detail-price-table { margin: 0; min-width: 620px; }
.detail-price-table thead th { background: #17889a; border-color: rgba(255,255,255,.3); color: white; font-size: .76rem; letter-spacing: .06em; padding: .85rem 1rem; text-transform: uppercase; }
.detail-price-table tbody td { border-color: #dbe8e8; color: #385753; padding: .85rem 1rem; vertical-align: middle; }
.detail-price-table tbody td:last-child { color: var(--ink); white-space: nowrap; }
.detail-fine-print { font-size: .75rem; margin: .8rem 0 0; }
.family-plan-card { background: white; border: 1px solid #b9dce3; border-radius: 24px; box-shadow: 0 20px 60px rgba(23,63,58,.09); padding: 2.7rem; }
.family-plan-card h2 { font-size: 2.55rem; }
.detail-benefits-band { background: white; padding: 2.8rem 0; }
.detail-benefits-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.detail-benefits-grid div { align-items: center; border-right: 1px solid var(--border); color: var(--ink); display: flex; flex-direction: column; font-size: .75rem; font-weight: 800; gap: .65rem; letter-spacing: .04em; padding: .5rem 1rem; text-align: center; text-transform: uppercase; }
.detail-benefits-grid div:last-child { border-right: 0; }
.detail-benefits-grid i { color: #17889a; font-size: 2rem; }
.detail-cta-section { padding-top: 3rem; }

.compact-hero { padding: 6rem 0 5rem; }
.compact-hero h1 { font-size: clamp(3rem, 5vw, 4.5rem); }
.compact-hero .hero-lead { max-width: 650px; }
.custom-accordion .accordion-item { background: transparent; border: 0; border-bottom: 1px solid var(--border); }
.custom-accordion .accordion-button { background: transparent; box-shadow: none; color: var(--ink); font-family: Georgia, serif; font-size: 1.25rem; padding: 1.5rem .25rem; }
.custom-accordion .accordion-button:not(.collapsed) { color: var(--coral-dark); }
.custom-accordion .accordion-button::after { background-size: 1rem; }
.custom-accordion .accordion-body { color: var(--muted); font-size: .95rem; padding: 0 2.5rem 1.7rem .25rem; }
.question-card { background: var(--cream); box-shadow: none; position: sticky; top: 120px; }
.question-card h2 { font-size: 2rem; }

.contact-intro h2 { margin-bottom: 2rem; }
.contact-info-list { display: grid; gap: .9rem; margin: 0 0 3rem; }
.contact-info-item {
  align-items: flex-start;
  background: white;
  border: 1px solid var(--border);
  border-radius: 14px;
  display: flex;
  gap: 1rem;
  padding: 1.1rem;
}
.contact-info-item i {
  align-items: center;
  background: var(--sage-light);
  border-radius: 50%;
  color: var(--ink);
  display: flex;
  flex: 0 0 42px;
  height: 42px;
  justify-content: center;
}
.contact-info-item h3 { font-size: 1.05rem; margin-bottom: .25rem; }
.contact-info-item p { font-size: .9rem; line-height: 1.55; margin: 0; }
.contact-info-item a { color: var(--ink); font-weight: 750; text-decoration: none; }
.contact-info-item a:hover { color: var(--coral-dark); }
.contact-step { display: flex; gap: 1rem; margin: 1.5rem 0; }
.contact-step > span { align-items: center; background: var(--sage-light); border-radius: 50%; color: var(--ink); display: flex; flex: 0 0 38px; font-family: Georgia, serif; height: 38px; justify-content: center; }
.contact-step h3 { font-size: 1.1rem; margin-bottom: .25rem; }
.contact-step p { font-size: .85rem; margin: 0; }
.privacy-note { align-items: flex-start; background: var(--cream); border-radius: 12px; display: flex; gap: .8rem; margin-top: 2rem; padding: 1.1rem; }
.privacy-note i { color: var(--sage); }
.privacy-note p { font-size: .78rem; line-height: 1.55; margin: 0; }
.contact-card { padding: 2.7rem; }
.form-label { color: var(--ink); font-size: .82rem; font-weight: 750; }
.form-label span { color: var(--muted); font-weight: 400; }
.form-control, .form-select { background-color: #fbfcfa; border: 1px solid #cedbd5; border-radius: 10px; color: var(--ink); min-height: 52px; padding: .75rem .9rem; }
textarea.form-control { min-height: 140px; }
.form-control:focus, .form-select:focus { border-color: var(--sage); box-shadow: 0 0 0 .22rem rgba(111,147,134,.15); }
.form-status { border-radius: 8px; display: none; font-size: .83rem; margin-bottom: 1rem; padding: .8rem 1rem; }
.form-status.is-visible { background: #fff4d7; color: #6d5520; display: block; }
.form-setup-note { align-items: flex-start; background: var(--cream); border-radius: 8px; display: flex; font-size: .72rem; gap: .5rem; line-height: 1.45; margin: 1rem 0 0; padding: .75rem; }
.emergency-band { background: #f8e5df; padding: 1.6rem 0; }
.emergency-band .container { align-items: center; display: flex; gap: 1rem; }
.emergency-band i { color: var(--coral-dark); font-size: 1.4rem; }
.emergency-band strong, .emergency-band span { display: block; }
.emergency-band strong { color: var(--ink); font-family: Georgia, serif; }
.emergency-band span { color: var(--muted); font-size: .78rem; }

.site-footer { background: var(--ink-deep); color: white; padding: 5rem 0 2rem; }
.footer-logo { filter: brightness(0) invert(1); height: auto; margin-bottom: 1.7rem; max-width: 360px; opacity: .96; width: 100%; }
.footer-intro { color: #aebfba; font-size: .95rem; max-width: 460px; }
.footer-heading { color: white; font-family: inherit; font-size: .72rem; font-weight: 800; letter-spacing: .15em; margin-bottom: 1.2rem; text-transform: uppercase; }
.footer-links { list-style: none; margin: 0; padding: 0; }
.footer-links li { margin-bottom: .6rem; }
.footer-links a { color: #b8c9c4; font-size: .86rem; text-decoration: none; }
.footer-links a:hover { color: white; }
.footer-bottom { align-items: flex-end; border-top: 1px solid rgba(255,255,255,.1); display: flex; gap: 2rem; justify-content: space-between; margin-top: 4rem; padding-top: 1.5rem; }
.footer-bottom p { color: #829b94; font-size: .7rem; margin: 0; }
.footer-note { max-width: 600px; text-align: right; }

@media (max-width: 991.98px) {
  .section-space { padding: 5rem 0; }
  .navbar-collapse { background: var(--paper); border-radius: 12px; box-shadow: 0 20px 35px rgba(23,63,58,.1); margin-bottom: 1rem; padding: 1rem; }
  .navbar-nav { align-items: stretch !important; }
  .hero-section { padding: 2.75rem 0 5rem; }
  .hero-image-wrap { height: 520px; }
  .hero-visual { margin-top: 1rem; padding-left: 2rem; }
  .page-hero { padding: 5rem 0; }
  .page-hero h1 { margin-bottom: 1rem; }
  .rounded-image { height: 470px; }
  .team-card { grid-template-columns: 1fr; }
  .team-photo { min-height: 460px; }
  .team-card-body { padding: 2.2rem; }
  .membership-card, .question-card { position: static; }
  .membership-details-hero { padding: 4rem 0 5rem; }
  .membership-price { max-width: 285px; }
  .detail-benefits-grid { grid-template-columns: repeat(2, 1fr); row-gap: 2rem; }
  .detail-benefits-grid div:nth-child(2) { border-right: 0; }
}

@media (max-width: 767.98px) {
  body { font-size: 16px; }
  .site-container > .row { --bs-gutter-x: 1.5rem; }
  .section-space { padding: 4rem 0; }
  .header-action-bar .container { justify-content: space-between; min-height: 40px; }
  .header-phone { font-size: .76rem; }
  .header-visit-link { font-size: .76rem; padding: .6rem .85rem; }
  .navbar { min-height: 78px; padding-bottom: .25rem; padding-top: .25rem; }
  .navbar-brand { margin-bottom: -8px; margin-top: -8px; }
  .navbar-brand img { height: 86px; width: auto; }
  .hero-section { padding: 2rem 0 4rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 1.1rem; }
  .hero-image-wrap { border-radius: 100px 100px 18px 18px; height: 430px; }
  .hero-visual { padding-left: 1rem; }
  .hero-note { left: 0; }
  .intro-band { padding: 2.7rem 0; }
  .intro-band .eyebrow { margin-bottom: 1rem; }
  .process-row::before { display: none; }
  .process-step { padding: 0 2rem; }
  .rounded-image, .image-tall, .about-image { height: 400px; }
  .team-list { gap: 1.2rem; }
  .team-photo { min-height: auto; aspect-ratio: 4 / 5; }
  .team-card-body { padding: 1.6rem; }
  .included-grid { grid-template-columns: 1fr; }
  .membership-details-hero { padding: 3rem 0 4rem; }
  .detail-back-link { margin-bottom: 1.7rem; }
  .membership-price { max-width: 260px; }
  .family-plan-card { padding: 2rem 1.5rem; }
  .detail-benefits-grid { gap: 1.5rem 0; }
  .detail-benefits-grid div { font-size: .68rem; padding: .5rem; }
  .cta-section { padding-bottom: 4rem; }
  .cta-card { align-items: flex-start; flex-direction: column; padding: 2.5rem 1.7rem; }
  .contact-card { padding: 1.5rem; }
  .footer-logo { max-width: 285px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-note { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
