.inner-page {
  background: var(--ivory);
}

.inner-content {
  min-height: 60vh;
}

.inner-content img,
.inner-content svg,
.inner-content .inner-hero-bg,
.inner-content .split-img,
.inner-content .fc-icon,
.inner-content .vc-icon-col,
.inner-content .contact-channels__icon,
.inner-content .super-intro-visual {
  display: none !important;
}

.inner-hero,
.legal-hero,
.super-hero {
  padding: 96px 24px 76px;
  color: var(--navy);
  text-align: center;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.inner-hero-content,
.legal-hero > *,
.super-hero > * {
  width: min(820px, 100%);
  margin-inline: auto;
}

.inner-hero-kicker,
.section-label-mc {
  margin-bottom: 12px;
  color: #936c27;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.inner-hero h1,
.legal-hero h1,
.super-hero h1 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(48px, 7vw, 76px);
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: .95;
}

.inner-hero-sub,
.legal-hero p,
.super-hero p {
  max-width: 720px;
  margin: 22px auto 0;
  color: var(--muted);
  font-size: 16px;
}

.inner-subnav,
.legal-subnav {
  padding: 0 24px;
  overflow-x: auto;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.inner-subnav ul,
.legal-subnav ul {
  width: max-content;
  min-width: min(100%, 780px);
  min-height: 62px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  list-style: none;
}

.inner-subnav a,
.legal-subnav a {
  padding: 20px 0 17px;
  display: block;
  color: var(--muted);
  border-bottom: 3px solid transparent;
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
}

.inner-subnav a:hover,
.inner-subnav a.is-active,
.legal-subnav a:hover,
.legal-subnav a.is-active {
  color: var(--navy);
  border-bottom-color: var(--gold);
}

.content-wrap,
.legal-layout,
.super-intro-grid,
.super-review-grid,
.super-smsf-panel,
.super-faq,
.super-disclaimer {
  width: min(1040px, calc(100% - 48px));
  margin-inline: auto;
}

.section-block,
.legal-section {
  padding: 64px 0;
  border-bottom: 1px solid var(--line);
}

.section-block:last-child,
.legal-section:last-child {
  border-bottom: 0;
}

.split-grid,
.cards-grid,
.pillars-grid,
.team-grid,
.value-cards,
.stat-row,
.process-track,
.super-review-grid {
  display: grid;
  gap: 16px;
}

.split-grid {
  grid-template-columns: 1fr;
}

.about-story-grid {
  grid-template-columns: minmax(0, .9fr) minmax(380px, 1.1fr);
  align-items: center;
  gap: 54px;
}

.inner-content .about-team-visual {
  margin: 0;
}

.inner-content .about-team-visual img {
  width: 100%;
  aspect-ratio: 3 / 2;
  display: block !important;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: var(--shadow);
}

.about-team-visual figcaption {
  margin-top: 9px;
  color: #414b4f;
  font-size: 13px;
}

.cards-grid,
.team-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 32px;
}

.pillars-grid,
.value-cards,
.super-review-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 32px;
}

.about-offer-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.stat-row,
.process-track {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 34px;
}

.section-heading,
.legal-section h2,
.super-intro-grid h2,
.super-smsf-panel h2,
.super-faq h2,
.super-cta h2,
.contact-grid h2 {
  max-width: 780px;
  margin: 0;
  color: var(--navy);
  font-family: var(--serif);
  font-size: clamp(34px, 5vw, 52px);
  font-weight: 500;
  letter-spacing: -.025em;
  line-height: 1;
}

.section-lead {
  max-width: 760px;
  margin: 20px 0 0;
  color: #4e575b;
  font-size: 17px;
}

.section-body {
  max-width: 820px;
  color: var(--muted);
  font-size: 16px;
}

.section-body p,
.legal-section p,
.principle-body p {
  margin: 18px 0 0;
}

.feature-card,
.pillar-card,
.team-card,
.value-card,
.stat-cell,
.process-step,
.super-review-card,
.super-official-card,
.contact-faq-item,
.super-faq-item,
.contact-form-card,
.contact-channels {
  padding: 28px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 10px;
}

.feature-card h3,
.pillar-card h4,
.team-card h3,
.value-card h3,
.process-step h3,
.ps-title,
.super-review-card h3,
.contact-faq-item h3,
.super-faq-item h3 {
  margin: 0 0 9px;
  color: var(--navy);
  font-family: var(--serif);
  font-size: 24px;
  line-height: 1.1;
}

.feature-card p,
.pillar-card p,
.team-card p,
.value-card p,
.process-step p,
.ps-desc,
.super-review-card p,
.contact-faq-item p,
.super-faq-item p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

.stat-cell {
  text-align: center;
}

.stat-cell .val {
  color: var(--navy);
  font-family: var(--serif);
  font-size: 34px;
  font-weight: 700;
}

.stat-cell .lbl {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.principle-list,
.timeline,
.super-check-list,
.super-duty-list,
.vc-examples {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.principle-item,
.tl-item {
  padding: 22px 0;
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 20px;
  border-bottom: 1px solid var(--line);
}

.principle-num,
.tl-year,
.ps-num,
.vc-num {
  color: #9b722c;
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 700;
}

.principle-body h3 {
  margin: 0;
  color: var(--navy);
  font-family: var(--serif);
  font-size: 26px;
}

.pull-quote,
.legal-callout,
.super-warning,
.contact-info-note {
  margin: 30px 0;
  padding: 26px 30px;
  color: var(--navy);
  background: #ebe3d3;
  border-left: 4px solid var(--gold);
}

.pull-quote p,
.pull-quote blockquote {
  margin: 0;
  font-family: var(--serif);
  font-size: 26px;
  line-height: 1.25;
}

.cta-band,
.super-cta {
  margin: 64px 0 0;
  padding: 52px;
  color: white;
  text-align: center;
  border-radius: 12px;
  background: var(--navy);
}

.cta-band h2,
.super-cta h2 {
  margin: 0 auto;
  color: white;
  font-family: var(--serif);
  font-size: clamp(34px, 5vw, 50px);
  font-weight: 500;
}

.cta-band p,
.super-cta p {
  max-width: 700px;
  margin: 15px auto 26px;
  color: rgba(255,255,255,.9);
  font-size: 16px;
}

.btn-gold-lg,
.btn-outline-lg,
.super-hero-actions a,
.super-cta a {
  min-height: 44px;
  margin: 5px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--gold-light);
  border-radius: 5px;
  color: #17140e;
  background: var(--gold-light);
  font-size: 14px;
  font-weight: 700;
}

.btn-outline-lg {
  color: white;
  background: transparent;
  border-color: rgba(255,255,255,.75);
}

.contact-grid,
.legal-layout,
.super-intro-grid {
  padding: 64px 0;
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 32px;
}

.contact-form {
  display: grid;
  gap: 10px;
}

.contact-form label {
  color: var(--navy);
  font-size: 14px;
  font-weight: 700;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 13px 14px;
  color: var(--ink);
  background: white;
  border: 1px solid var(--line);
  border-radius: 5px;
  font: inherit;
}

.contact-form textarea {
  min-height: 150px;
  resize: vertical;
}

.contact-form button {
  min-height: 46px;
  margin-top: 8px;
  color: white;
  background: var(--navy);
  border: 0;
  border-radius: 5px;
  font-weight: 700;
}

.contact-hp {
  position: absolute;
  left: -9999px;
}

.legal-toc {
  align-self: start;
  padding: 26px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 10px;
}

.legal-toc a {
  display: block;
  padding: 7px 0;
  color: var(--muted);
  font-size: 15px;
}

.legal-main {
  min-width: 0;
}

.super-review-grid,
.super-faq,
.super-disclaimer,
.super-smsf-panel {
  margin-top: 50px;
  margin-bottom: 50px;
}

.super-check-list li,
.super-duty-list li,
.vc-examples li {
  padding: 8px 0;
  border-bottom: 1px solid var(--line);
}

@media (max-width: 900px) {
  .cards-grid,
  .team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-offer-grid {
    grid-template-columns: 1fr;
  }

  .stat-row,
  .process-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-grid,
  .legal-layout,
  .super-intro-grid,
  .about-story-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .inner-hero,
  .legal-hero,
  .super-hero {
    padding: 68px 20px 54px;
  }

  .content-wrap,
  .legal-layout,
  .super-intro-grid,
  .super-review-grid,
  .super-smsf-panel,
  .super-faq,
  .super-disclaimer {
    width: min(100% - 32px, 1040px);
  }

  .section-block,
  .legal-section {
    padding: 48px 0;
  }

  .cards-grid,
  .pillars-grid,
  .team-grid,
  .value-cards,
  .super-review-grid,
  .stat-row,
  .process-track {
    grid-template-columns: 1fr;
  }

  .inner-subnav ul,
  .legal-subnav ul {
    justify-content: flex-start;
  }

  .cta-band,
  .super-cta {
    padding: 38px 22px;
    border-radius: 8px;
  }

  .btn-gold-lg,
  .btn-outline-lg,
  .super-hero-actions a,
  .super-cta a {
    width: 100%;
    margin: 5px 0;
  }
}
