:root {
  --ink: #050505;
  --charcoal: #101112;
  --graphite: #1b1c1f;
  --mist: #f5f6f6;
  --pearl: #ffffff;
  --line: rgba(8, 8, 8, 0.12);
  --muted: #686d70;
  --teal: #009ca6;
  --teal-dark: #006f77;
  --silver: #d9dde0;
  --max: 1180px;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--pearl);
}

img,
video {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.nav {
  width: min(var(--max), calc(100% - 40px));
  min-height: 78px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  text-decoration: none;
  min-width: 190px;
}

.brand img {
  width: 176px;
  height: auto;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav-links a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.76);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  background: var(--pearl);
  color: var(--ink);
}

.btn {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}

.btn-primary {
  color: #ffffff;
  background: var(--ink);
}

.btn-teal {
  color: #ffffff;
  background: var(--teal-dark);
}

.btn-light {
  color: var(--ink);
  background: var(--pearl);
  border-color: rgba(255, 255, 255, 0.42);
}

.btn-outline {
  color: var(--ink);
  background: transparent;
  border-color: rgba(0, 0, 0, 0.22);
}

.hero {
  background: var(--ink);
  color: #ffffff;
  min-height: calc(100vh - 78px);
  display: grid;
  align-items: stretch;
}

.hero-grid {
  width: min(100%, 1440px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 0.78fr);
}

.hero-copy {
  padding: clamp(58px, 8vw, 112px) clamp(24px, 7vw, 108px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero h1 {
  max-width: 760px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.4rem, 8.8vw, 8.4rem);
  line-height: 0.91;
  font-weight: 500;
  letter-spacing: 0;
}

.hero p {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  line-height: 1.64;
  margin: 28px 0 0;
}

.hero-actions {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-media {
  position: relative;
  min-height: 620px;
  overflow: hidden;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5, 5, 5, 0.55), rgba(5, 5, 5, 0.04));
}

.quick-strip {
  background: var(--teal);
  color: #ffffff;
}

.quick-strip__inner {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
}

.quick-item {
  padding: 20px 0;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section {
  padding: clamp(64px, 9vw, 120px) 0;
}

.section-dark {
  color: #ffffff;
  background: var(--charcoal);
}

.section-muted {
  background: var(--mist);
}

.wrap {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(320px, 0.64fr);
  gap: clamp(34px, 7vw, 86px);
  align-items: center;
}

.section h2,
.page-title {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: 0;
  font-size: clamp(2.2rem, 5vw, 4.6rem);
  line-height: 0.98;
}

.section h3 {
  margin: 0;
  font-size: 1.12rem;
  line-height: 1.25;
}

.lede {
  margin: 20px 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.22rem);
  line-height: 1.72;
}

.section-dark .lede,
.section-dark p {
  color: rgba(255, 255, 255, 0.74);
}

.copy p,
.copy li {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.75;
}

.copy ul {
  padding-left: 20px;
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 34px;
}

.card {
  min-height: 230px;
  border: 1px solid var(--line);
  background: var(--pearl);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.card-body {
  padding: 22px;
}

.card p {
  color: var(--muted);
  line-height: 1.65;
  margin: 10px 0 0;
}

.card a {
  text-decoration: none;
}

.card-link:hover {
  border-color: rgba(0, 156, 166, 0.55);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.11);
  transform: translateY(-3px);
}

.card-click {
  min-height: 100%;
  color: inherit;
  text-decoration: none;
  display: flex;
  flex-direction: column;
}

.card-click .card-body {
  flex: 1;
}

.text-link {
  display: inline-flex;
  margin-top: 18px;
  color: var(--teal-dark);
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.membership-band {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.56fr);
  gap: clamp(34px, 7vw, 86px);
  align-items: center;
  padding: clamp(34px, 5vw, 58px);
  border: 1px solid var(--line);
  background: linear-gradient(135deg, #ffffff 0%, #f6f8f8 60%, rgba(0, 156, 166, 0.11) 100%);
}

.membership-band__aside {
  border-left: 1px solid rgba(0, 0, 0, 0.14);
  padding-left: clamp(24px, 4vw, 46px);
}

.membership-band__aside p {
  color: var(--muted);
  line-height: 1.65;
}

.mini-price {
  display: grid;
  gap: 3px;
}

.mini-price span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mini-price strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.2rem, 4vw, 3.7rem);
  line-height: 0.95;
  font-weight: 500;
}

.service-list {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.service-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
}

.section-dark .service-row {
  border-color: rgba(255, 255, 255, 0.16);
}

.service-row p {
  margin: 7px 0 0;
  color: var(--muted);
  line-height: 1.58;
}

.section-dark .service-row p {
  color: rgba(255, 255, 255, 0.67);
}

.answer-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 28px;
}

.answer-grid div,
.service-page-nav a {
  display: grid;
  gap: 8px;
  padding: 20px;
  border: 1px solid var(--line);
  background: var(--pearl);
}

.answer-grid span,
.service-page-nav span {
  color: var(--muted);
  line-height: 1.55;
}

.service-page-nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 34px;
}

.service-page-nav a {
  color: inherit;
  text-decoration: none;
  transition: border-color 180ms ease, transform 180ms ease;
}

.service-page-nav a:hover {
  border-color: rgba(0, 156, 166, 0.55);
  transform: translateY(-2px);
}

.faq-list {
  display: grid;
  gap: 12px;
  margin-top: 30px;
}

.faq-list details {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.05);
  padding: 20px;
}

.faq-list summary {
  cursor: pointer;
  color: #ffffff;
  font-weight: 800;
  line-height: 1.4;
}

.faq-list p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.65;
}

.media-frame {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  background: #dfe4e5;
  box-shadow: var(--shadow);
}

.media-frame img,
.media-frame video {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.callout {
  border: 1px solid rgba(0, 156, 166, 0.32);
  padding: 28px;
  background: rgba(0, 156, 166, 0.07);
}

.page-hero {
  background: var(--ink);
  color: #ffffff;
  padding: clamp(62px, 9vw, 118px) 0;
}

.page-hero .lede {
  color: rgba(255, 255, 255, 0.74);
}

.crumb {
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.membership-hero .split {
  align-items: stretch;
}

.hero-panel {
  align-self: center;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(32px, 5vw, 52px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.12), rgba(0, 156, 166, 0.24));
}

.hero-panel p,
.hero-panel span {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.6;
}

.hero-panel p {
  font-size: 0.8rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-panel strong {
  margin: 12px 0 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4rem, 8vw, 7rem);
  line-height: 0.9;
  font-weight: 500;
}

.section-head {
  max-width: 820px;
}

.plan-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 36px;
}

.plan-card {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: clamp(26px, 4vw, 36px);
  border: 1px solid var(--line);
  background: var(--pearl);
}

.plan-card.featured {
  color: #ffffff;
  background: var(--charcoal);
  border-color: var(--charcoal);
  box-shadow: var(--shadow);
}

.plan-top p,
.plan-list {
  color: var(--muted);
}

.plan-card.featured .plan-top p,
.plan-card.featured .plan-list {
  color: rgba(255, 255, 255, 0.7);
}

.price {
  margin: 14px 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 5vw, 5.2rem);
  line-height: 0.88;
  font-weight: 500;
}

.price span {
  font-size: 0.42em;
  vertical-align: super;
}

.price em {
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.18em;
  font-style: normal;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.plan-list {
  flex: 1;
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 18px;
  line-height: 1.55;
}

.included-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 28px;
}

.included-grid a {
  display: grid;
  gap: 8px;
  padding: 20px;
  border: 1px solid var(--line);
  background: var(--pearl);
  text-decoration: none;
  transition: border-color 180ms ease, transform 180ms ease;
}

.included-grid a:hover {
  border-color: rgba(0, 156, 166, 0.55);
  transform: translateY(-2px);
}

.included-grid span {
  color: var(--muted);
  line-height: 1.55;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 36px;
}

.step-card {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.05);
}

.step-card span {
  display: block;
  margin-bottom: 38px;
  color: var(--teal);
  font-size: 0.8rem;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.step-card p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.67);
  line-height: 1.58;
}

.consult-panel {
  background: var(--graphite);
  color: #ffffff;
  padding: clamp(40px, 7vw, 78px);
}

.lead-form {
  margin-top: 24px;
  display: grid;
  gap: 12px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

label {
  display: grid;
  gap: 8px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  border-radius: 0;
  padding: 12px 13px;
  font: inherit;
}

select option {
  color: #000000;
}

textarea {
  min-height: 108px;
  resize: vertical;
}

.form-note {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.84rem;
  line-height: 1.55;
}

.form-status {
  min-height: 24px;
  color: #ffffff;
  font-weight: 700;
}

.map-card {
  border: 1px solid var(--line);
  padding: 28px;
  background: var(--pearl);
}

.footer {
  background: #000000;
  color: rgba(255, 255, 255, 0.68);
  padding: 42px 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  gap: 28px;
}

.footer img {
  width: 178px;
  filter: brightness(0) invert(1);
}

.footer a {
  color: rgba(255, 255, 255, 0.86);
  text-decoration: none;
}

.footer-links {
  display: grid;
  gap: 9px;
}

.owned-links {
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  font-size: 0.82rem;
}

.owned-links a {
  border-bottom: 1px solid rgba(0, 156, 166, 0.55);
}

.fine {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  font-size: 0.82rem;
  line-height: 1.55;
}

@media (max-width: 980px) {
  .nav {
    min-height: 70px;
  }

  .nav-links,
  .nav-actions {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .nav.is-open .nav-links {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 70px;
    display: grid;
    gap: 0;
    padding: 14px;
    background: #ffffff;
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
  }

  .nav.is-open .nav-links a {
    padding: 13px 4px;
  }

  .hero-grid,
  .split,
  .footer-grid,
  .membership-band,
  .plan-grid,
  .steps-grid {
    grid-template-columns: 1fr;
  }

  .membership-band__aside {
    border-left: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.14);
    padding: 26px 0 0;
  }

  .hero-media {
    min-height: 380px;
    order: -1;
  }

  .quick-strip__inner,
  .grid,
  .answer-grid,
  .service-page-nav,
  .included-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .brand img {
    width: 148px;
  }

  .hero-copy {
    padding: 42px 20px 54px;
  }

  .wrap,
  .nav {
    width: calc(100% - 32px);
  }

  .btn {
    width: 100%;
  }

  .service-row {
    grid-template-columns: 1fr;
  }
}
