/* ---------- Inner pages (About / Join Us) ---------- */
.section.mist { background: #f8fafc; }
.page-hero { background: var(--navy); color: #fff; border-bottom: 3px solid var(--gold); }
.page-hero .container { padding-top: 44px; padding-bottom: 52px; }
.crumbs { display: flex; align-items: center; gap: 8px; font-size: 10.5px; font-weight: 700; letter-spacing: .5px; text-transform: uppercase; color: var(--gold); margin-bottom: 14px; }
.crumbs a:hover { text-decoration: underline; color: #f1c56b; }
.crumbs .ico-img { opacity: .85; }
.page-hero h1 { font: 700 clamp(34px, 4vw, 48px)/1.15 var(--font-head); margin-bottom: 10px; color: #fff; }
.page-hero p { font-size: 16px; color: #cbd6e6; margin: 0; }

.about-split { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: 56px; align-items: start; }
.about-split .section-head { margin-bottom: 22px; }
.about-split .copy p { color: var(--muted); font-size: 15.5px; line-height: 1.85; margin-bottom: 26px; }
.about-split img { width: 100%; height: auto; display: block; }

.info-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 40px; }
.info-item { border-left: 2px solid var(--gold); padding: 2px 0 4px 18px; }
.info-item h3 { font: 700 19px/1.35 var(--font-head); color: var(--navy); margin-bottom: 8px; }
.info-item p { font-size: 13.5px; color: var(--muted); line-height: 1.85; }

.narrow { max-width: 720px; margin: 0 auto; }
.narrow .section-head { margin-bottom: 0; max-width: none; }
.narrow .section-head p { line-height: 1.85; }

.check-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px 20px; list-style: none; margin: 0; padding: 0; }
.check-box { display: flex; align-items: center; gap: 12px; background: #fff; border: 1px solid var(--line); padding: 13px 18px; font-size: 12.5px; font-weight: 700; color: var(--navy); }

.plans { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.plan { background: #fff; border: 1px solid var(--line); border-top: 3px solid var(--gold); padding: 24px 26px 30px; }
.plan h3 { font: 700 20px/1.35 var(--font-head); color: var(--navy); margin-bottom: 16px; }
.plan ul { list-style: none; margin: 0; padding: 0; }
.plan li { display: flex; gap: 10px; align-items: flex-start; font-size: 13px; color: var(--muted); margin-bottom: 9px; line-height: 1.5; }
.terms { margin-top: 28px; background: #fff; border: 1px solid var(--line); padding: 24px 28px; }
.terms h3 { font: 700 17px/1.4 var(--font-head); color: var(--navy); margin-bottom: 8px; }
.terms p { font-size: 13px; color: var(--muted); line-height: 1.85; }

.apply { background: #fff; border: 1px solid var(--line); padding: 34px 36px 38px; }
.fs-title { display: flex; align-items: center; gap: 16px; font: 700 20px/1.3 var(--font-head); color: var(--navy); margin: 38px 0 18px; }
.fs-title:first-child { margin-top: 0; }
.fs-title::after { content: ""; flex: 1; height: 1px; background: var(--navy); }
.radios { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px 14px; }
.radio { display: flex; align-items: center; gap: 10px; border: 1px solid var(--line); padding: 12px 14px; font-size: 12.5px; font-weight: 700; color: var(--navy); cursor: pointer; }
.radio:has(input:checked) { border-color: var(--gold); background: var(--gold-soft); }
.radio input, .agree input { accent-color: var(--gold); width: 15px; height: 15px; }
.field { margin-bottom: 16px; }
.field label { display: block; font-size: 12.5px; font-weight: 700; color: var(--navy); }
.field input, .field select, .field textarea {
  display: block; width: 100%; margin-top: 6px; padding: 10px 12px; height: 44px;
  border: 1px solid #d3dae4; background: #fff; font: 400 14px var(--font-body); color: var(--ink); border-radius: 0;
}
.field textarea { height: auto; min-height: 112px; resize: vertical; }
.field .invalid, .apply .invalid { border-color: #c0392b !important; }
.note { font-size: 12px; color: var(--muted); margin: -4px 0 6px; }
.decl { font-size: 13px; color: var(--muted); line-height: 1.85; }
.agree { display: flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 700; color: var(--navy); margin: 16px 0 26px; cursor: pointer; }
.agree.invalid { color: #c0392b; }
.apply .form-note { margin-top: 14px; }

.plan.photo-plan { padding: 0 0 26px; overflow: hidden; height: 100%; }
.plan.photo-plan .card-photo { margin-bottom: 16px; }
.plan.photo-plan .card-photo img { height: 180px; object-fit: cover; }
.plan.photo-plan h3,
.plan.photo-plan ul { padding-left: 26px; padding-right: 26px; }
.plan.photo-plan h3 { margin-top: 4px; }

.copy p { color: var(--muted); font-size: 15.5px; line-height: 1.85; margin-bottom: 18px; }

/* Contact page */
.contact-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 8px; }
.contact-panel { background: #fff; border: 1px solid var(--line); padding: 28px 26px 30px; }
.contact-list { list-style: none; margin: 0 0 22px; padding: 0; }
.contact-list li { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 18px; }
.contact-icon {
  width: 42px; height: 42px; flex: none;
  display: flex; align-items: center; justify-content: center;
  background: var(--gold-soft); border: 1px solid var(--line);
}
.info-label {
  display: block; font-size: 10.5px; font-weight: 700; letter-spacing: .5px;
  text-transform: uppercase; color: var(--gold); margin-bottom: 3px;
}
.info-value { display: block; font-size: 14.5px; font-weight: 600; color: var(--navy); line-height: 1.45; }
a.info-value:hover { color: var(--gold); }
.contact-side-photo { margin-bottom: 18px; }
.map-wrap { border: 1px solid var(--line); overflow: hidden; }
.open-maps {
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
  padding: 12px 14px; background: var(--navy); color: #fff;
  font-size: 12.5px; font-weight: 700; letter-spacing: .3px; text-transform: uppercase;
}
.open-maps:hover { color: var(--gold); }
.map-frame { display: block; width: 100%; height: 220px; border: 0; }
.contact-form-title { font: 700 24px/1.3 var(--font-head); color: var(--navy); margin: 8px 0 22px; }
.contact-form .eyebrow { display: inline-block; }

/* Luxury institutional page accents */
.page-hero-lux { position: relative; }
.page-hero-lux::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 3px;
  background: linear-gradient(90deg, var(--gold) 0%, #d4a84a 40%, var(--gold) 100%);
}
.lux-frame { border: 1px solid var(--line); box-shadow: 0 18px 40px -28px rgba(9, 37, 76, .45); }
.lux-bullets { margin: 18px 0 0; padding: 0; list-style: none; }
.lux-bullets li {
  position: relative; padding: 10px 0 10px 22px; border-bottom: 1px solid var(--line);
  font-size: 14.5px; font-weight: 600; color: var(--navy);
}
.lux-bullets li::before {
  content: ""; position: absolute; left: 0; top: 18px; width: 8px; height: 8px;
  background: var(--gold);
}
.lux-card { transition: border-color .2s ease, transform .2s ease; }
.lux-card:hover { border-color: var(--gold-line); transform: translateY(-2px); }
.lux-card p { font-size: 13px; color: var(--muted); line-height: 1.7; margin: 0 0 10px; padding-left: 18px; padding-right: 18px; }

.service-lux {
  display: grid; grid-template-columns: 180px 1fr; gap: 0;
  background: #fff; border: 1px solid var(--line); height: 100%; overflow: hidden;
}
.service-lux-media { background: var(--bg-soft); min-height: 160px; }
.service-lux-media img { width: 100%; height: 100%; object-fit: cover; min-height: 160px; }
.service-lux-body { padding: 22px 22px 24px; }
.service-num {
  display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: 1px;
  color: var(--gold); margin-bottom: 8px;
}
.service-lux-body h3 { font: 700 20px/1.3 var(--font-head); color: var(--navy); margin-bottom: 8px; }
.service-lux-body p { font-size: 13.5px; color: var(--muted); line-height: 1.75; margin-bottom: 12px; }

.lux-objective {
  display: flex; align-items: flex-start; gap: 12px;
  background: #fff; border: 1px solid var(--line); border-left: 3px solid var(--gold);
  padding: 16px 18px; font-size: 14px; font-weight: 600; color: var(--navy); height: 100%;
}
.empty-lux {
  max-width: 720px; margin: 0 auto; text-align: center;
  border: 1px dashed var(--line); background: var(--bg-soft); padding: 48px 28px;
}
.empty-lux-icon {
  width: 56px; height: 56px; margin: 0 auto 16px;
  display: flex; align-items: center; justify-content: center;
  background: #fff; border: 1px solid var(--line);
}
.empty-lux h3 { font: 700 22px/1.3 var(--font-head); color: var(--navy); margin-bottom: 10px; }
.empty-lux p { color: var(--muted); font-size: 15px; line-height: 1.8; margin-bottom: 22px; }
.empty-note { font-size: 14px; color: var(--muted); }
.empty-note a { color: var(--navy); font-weight: 700; border-bottom: 1px solid var(--gold); }
.empty-inline { color: var(--muted); font-size: 14.5px; line-height: 1.75; margin: 0; }

.lux-chips { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.lux-chip {
  border: 1px solid var(--line); background: #fff; color: var(--navy);
  font-size: 12px; font-weight: 700; padding: 9px 14px; letter-spacing: .2px;
}
.media-card .tag {
  display: inline-block; margin: 0 18px 8px; font-size: 10.5px; font-weight: 700;
  letter-spacing: .4px; text-transform: uppercase; color: var(--gold);
}
.social-lux { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.social-lux-item {
  display: inline-flex; align-items: center; gap: 10px;
  border: 1px solid var(--line); background: #fff; padding: 14px 22px;
  font-size: 13px; font-weight: 700; color: var(--navy); min-width: 150px; justify-content: center;
}
.social-lux-item:hover { border-color: var(--gold); color: var(--navy); }
.schedule-lux {
  background: #fff; border: 1px solid var(--line); border-top: 3px solid var(--gold);
  padding: 28px 26px; height: 100%;
}
.schedule-lux h3 { font: 700 22px/1.3 var(--font-head); color: var(--navy); margin: 8px 0 12px; }

@media (max-width: 992px) {
  .about-split { grid-template-columns: 1fr; gap: 34px; }
  .plans { gap: 18px; }
  .info-grid { gap: 20px 28px; }
  .check-grid, .radios { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-lux { grid-template-columns: 1fr; }
  .service-lux-media img { min-height: 180px; max-height: 200px; }
}
@media (max-width: 620px) {
  .info-grid, .check-grid, .radios, .plans { grid-template-columns: 1fr; }
  .apply { padding: 22px 18px 26px; }
  .contact-panel { padding: 22px 18px; }
}