:root {
  --ink: #102533;
  --ink-soft: #3f5161;
  --pine: #004b73;
  --pine-dark: #002f4b;
  --teal: #0b638c;
  --sage: #dfe8ec;
  --mist: #f0f4f6;
  --paper: #fbfaf7;
  --copper: #b9a16a;
  --gold: #b9a16a;
  --line: #d8dfe2;
  --white: #ffffff;
  --shadow: 0 22px 60px rgba(0, 47, 75, 0.12);
  --radius: 8px;
  --container: min(1180px, calc(100vw - 40px));
  color-scheme: light;
}

*,
*::before,
*::after {
  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(--paper);
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

img,
svg {
  max-width: 100%;
}

a {
  color: inherit;
}

button,
input,
textarea,
select {
  font: inherit;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 100;
  transform: translateY(-160%);
  background: var(--ink);
  color: var(--white);
  padding: 10px 14px;
  border-radius: 6px;
}

.skip-link:focus {
  transform: translateY(0);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.container {
  width: var(--container);
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(251, 251, 247, 0.92);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(0, 75, 115, 0.12);
}

.site-utility {
  border-bottom: 1px solid rgba(0, 75, 115, 0.1);
}

.utility-shell {
  width: min(1240px, calc(100vw - 32px));
  min-height: 36px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.utility-contact {
  color: var(--pine);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.utility-contact:hover,
.utility-contact:focus-visible,
.utility-contact[aria-current="page"] {
  color: var(--teal);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.nav-shell {
  width: min(1240px, calc(100vw - 32px));
  min-height: 96px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-weight: 750;
  color: var(--ink);
}

.brand-logo {
  display: block;
  width: auto;
  height: 68px;
  max-width: min(340px, 42vw);
  object-fit: contain;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 0.94rem;
  color: var(--ink-soft);
}

.site-nav a {
  text-decoration: none;
  transition: color 160ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a[aria-current="page"] {
  color: var(--pine);
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  color: var(--white) !important;
  background: var(--pine);
  box-shadow: 0 12px 28px rgba(0, 75, 115, 0.22);
}

.nav-toggle {
  display: none;
  width: 44px;
  aspect-ratio: 1;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  padding: 10px;
  cursor: pointer;
}

.nav-toggle span:not(.sr-only) {
  display: block;
  height: 2px;
  background: var(--ink);
  margin: 5px 0;
  border-radius: 2px;
}

.hero {
  min-height: clamp(520px, 78svh, 760px);
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(0, 32, 52, 0.94), rgba(0, 47, 75, 0.72) 48%, rgba(0, 47, 75, 0.28)),
    url("assets/jw-advisory-photo.png");
  background-size: cover;
  background-position: center;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 120px;
  background: linear-gradient(180deg, rgba(251, 251, 247, 0), var(--paper));
}

.hero-content {
  position: relative;
  z-index: 1;
  width: var(--container);
  margin-inline: auto;
  padding-block: 78px 116px;
  max-width: 780px;
  margin-left: max(20px, calc((100vw - 1180px) / 2));
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--copper);
  font-size: 0.78rem;
  font-weight: 780;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.hero .eyebrow,
.process-section .eyebrow {
  color: #d7c187;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.08;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(3.1rem, 8vw, 6.9rem);
  max-width: 10ch;
}

h2 {
  font-size: clamp(2rem, 4vw, 4.2rem);
}

h3 {
  font-size: clamp(1.14rem, 2vw, 1.45rem);
}

.hero-copy {
  max-width: 670px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.08rem, 2vw, 1.34rem);
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 760;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button-primary {
  background: var(--gold);
  color: var(--pine-dark);
  box-shadow: 0 18px 36px rgba(92, 75, 38, 0.22);
}

.button-ghost {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.46);
  background: rgba(255, 255, 255, 0.08);
}

.intro-band {
  padding: 34px 0 56px;
  background: var(--paper);
}

.intro-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: start;
  border-bottom: 1px solid var(--line);
  padding-bottom: 44px;
}

.intro-grid > p {
  margin: 12px 0 0;
  color: var(--ink-soft);
  font-size: 1.08rem;
}

.intro-proof {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.intro-proof span {
  display: flex;
  align-items: center;
  min-height: 62px;
  padding: 14px 18px;
  border: 1px solid var(--line);
  border-left: 4px solid var(--gold);
  border-radius: var(--radius);
  background: var(--white);
  font-weight: 700;
  color: var(--pine-dark);
}

.section {
  padding: clamp(72px, 9vw, 118px) 0;
}

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

.section-heading {
  max-width: 760px;
  margin-bottom: 42px;
}

.section-heading.compact {
  margin-bottom: 0;
}

.section-heading p:not(.eyebrow) {
  margin: 18px 0 0;
  color: var(--ink-soft);
  font-size: 1.05rem;
}

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

.service-card,
.insight-card,
.client-list article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 16px 44px rgba(20, 32, 32, 0.07);
}

.service-card {
  min-height: 252px;
  padding: 26px;
}

@media (min-width: 981px) {
  .service-grid .service-card:last-child {
    grid-column: 2;
  }
}

.card-number {
  color: var(--copper);
  font-weight: 800;
  font-size: 0.8rem;
}

.service-card h3,
.client-list h3,
.insight-card h3,
.process-grid h3 {
  margin-top: 20px;
}

.service-card p,
.client-list p,
.insight-card p,
.process-grid p {
  margin: 14px 0 0;
  color: var(--ink-soft);
}

.split-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 46px;
  align-items: start;
}

.client-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.client-list article {
  padding: 26px;
}

.client-list article:last-child {
  grid-column: 1 / -1;
}

.client-list h3 {
  margin-top: 0;
}

.circle-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(360px, 0.9fr);
  gap: 52px;
  align-items: center;
}

.circle-copy p:not(.eyebrow) {
  margin: 20px 0;
  color: var(--ink-soft);
  font-size: 1.06rem;
}

.text-link {
  color: var(--pine);
  font-weight: 800;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.partnership-link {
  display: inline-block;
  margin-top: 6px;
}

.advice-wheel {
  position: relative;
  min-height: 510px;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.94) 0 24%, transparent 25%),
    conic-gradient(from 20deg, rgba(0, 75, 115, 0.18), rgba(185, 161, 106, 0.34), rgba(11, 99, 140, 0.18), rgba(0, 75, 115, 0.18));
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.advice-wheel::before,
.advice-wheel::after {
  content: "";
  position: absolute;
  inset: 16%;
  border: 1px solid rgba(0, 75, 115, 0.22);
  border-radius: 50%;
}

.advice-wheel::after {
  inset: 31%;
}

.wheel-center,
.wheel-item {
  position: absolute;
  display: grid;
  place-items: center;
  text-align: center;
  border-radius: 999px;
}

.wheel-center {
  inset: 33%;
  background: var(--pine-dark);
  color: var(--white);
  padding: 22px;
  box-shadow: 0 16px 40px rgba(20, 32, 32, 0.24);
}

.wheel-center img {
  width: min(150px, 72%);
  padding: 6px;
  border-radius: 6px;
  background: var(--white);
}

.wheel-center small {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.78);
}

.wheel-item {
  min-width: 124px;
  min-height: 46px;
  padding: 8px 16px;
  background: var(--white);
  border: 1px solid var(--line);
  color: var(--pine-dark);
  font-weight: 790;
  box-shadow: 0 12px 32px rgba(20, 32, 32, 0.1);
}

.item-one {
  top: 9%;
  left: 50%;
  transform: translateX(-50%);
}

.item-two {
  top: 27%;
  right: 5%;
}

.item-three {
  right: 10%;
  bottom: 20%;
}

.item-four {
  bottom: 9%;
  left: 50%;
  transform: translateX(-50%);
}

.item-five {
  left: 8%;
  bottom: 20%;
}

.item-six {
  top: 27%;
  left: 5%;
}

.process-section {
  color: var(--white);
  background: linear-gradient(135deg, var(--pine-dark), #004b73 58%, #826e43);
}

.section-heading.light p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.78);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.process-grid article {
  min-height: 250px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
}

.process-grid span {
  display: grid;
  place-items: center;
  width: 40px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--gold);
  color: var(--ink);
  font-weight: 860;
}

.process-grid p {
  color: rgba(255, 255, 255, 0.78);
}

.insight-card {
  min-height: 232px;
  padding: 26px;
  display: flex;
  flex-direction: column;
}

.insight-card p {
  margin: 0;
  color: var(--copper);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.insight-card a {
  margin-top: auto;
  color: var(--pine);
  font-weight: 800;
  text-underline-offset: 5px;
}

.source-note {
  margin-top: 32px;
  padding: 24px;
  border-left: 4px solid var(--gold);
  border-radius: 0 var(--radius) var(--radius) 0;
  background: var(--mist);
}

.source-note h2 {
  margin-top: 0;
}

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

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
  gap: 50px;
  align-items: start;
}

.contact-layout > div > p:not(.eyebrow) {
  margin: 20px 0;
  color: var(--ink-soft);
}

.contact-details {
  display: grid;
  gap: 10px;
  margin-top: 26px;
}

.contact-details a {
  color: var(--pine);
  font-weight: 760;
}

.contact-hero {
  background:
    linear-gradient(90deg, rgba(0, 36, 57, 0.96), rgba(0, 47, 75, 0.78) 52%, rgba(0, 47, 75, 0.38)),
    url("assets/jw-advisory-photo.png");
  background-position: center;
}

.contact-hero h1 {
  max-width: 16ch;
}

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

.contact-page-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
  gap: 50px;
  align-items: start;
}

.contact-page-intro > p:not(.eyebrow) {
  margin: 20px 0 0;
  color: var(--ink-soft);
}

.contact-channel-list {
  display: grid;
  gap: 14px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.contact-channel-list li {
  display: grid;
  gap: 4px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.contact-channel-list span {
  color: var(--copper);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-channel-list a {
  color: var(--pine);
  font-weight: 760;
  overflow-wrap: anywhere;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--ink-soft);
  font-size: 0.92rem;
  font-weight: 760;
}

.contact-form .full {
  grid-column: 1 / -1;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  border: 1px solid #c9d3ce;
  border-radius: 6px;
  background: #fbfcfa;
  color: var(--ink);
  padding: 12px 13px;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  outline: 3px solid rgba(0, 75, 115, 0.2);
  border-color: var(--teal);
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: var(--pine);
  font-weight: 760;
}

.page-hero {
  padding: clamp(80px, 11vw, 132px) 0 clamp(54px, 7vw, 84px);
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(0, 47, 75, 0.96), rgba(0, 32, 52, 0.92)),
    url("assets/jw-advisory-photo.png");
  background-size: cover;
  background-position: center;
}

.page-hero h1 {
  max-width: 13ch;
}

.page-hero p:not(.eyebrow) {
  max-width: 760px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.12rem;
}

.disclosure-section {
  padding-top: 64px;
}

.prose {
  max-width: 900px;
}

.prose article {
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
}

.prose h2 {
  font-size: clamp(1.45rem, 2.4vw, 2.2rem);
}

.prose p {
  color: var(--ink-soft);
}

.prose a {
  color: var(--pine);
  font-weight: 760;
}

.link-panel {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.link-panel a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  background: var(--mist);
  text-decoration: none;
}

.portal-section {
  padding-top: 70px;
}

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

.portal-card {
  display: flex;
  min-height: 244px;
  flex-direction: column;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 16px 44px rgba(20, 32, 32, 0.07);
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.portal-card:hover,
.portal-card:focus-visible {
  border-color: rgba(0, 75, 115, 0.32);
  box-shadow: 0 22px 54px rgba(0, 47, 75, 0.13);
  transform: translateY(-2px);
}

.portal-card h3 {
  margin-top: 20px;
}

.portal-card p {
  margin: 14px 0 26px;
  color: var(--ink-soft);
}

.portal-action {
  margin-top: auto;
  color: var(--pine);
  font-weight: 800;
}

.portal-note {
  max-width: 820px;
  margin: 28px 0 0;
  color: var(--ink-soft);
  font-size: 0.94rem;
}

.about-hero {
  background:
    linear-gradient(90deg, rgba(0, 36, 57, 0.96), rgba(0, 47, 75, 0.78) 52%, rgba(0, 47, 75, 0.38)),
    url("assets/jw-advisory-photo.png");
  background-position: center;
}

.about-hero h1 {
  max-width: 15ch;
}

.about-intro {
  padding-bottom: clamp(56px, 7vw, 88px);
}

.about-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 52px;
  align-items: start;
  padding-bottom: clamp(56px, 7vw, 88px);
  border-bottom: 1px solid var(--line);
}

.about-intro-copy {
  color: var(--ink-soft);
  font-size: 1.1rem;
}

.about-intro-copy p {
  margin: 0;
}

.about-intro-copy p + p {
  margin-top: 22px;
}

.founders-section {
  padding-top: clamp(48px, 7vw, 88px);
}

.founders-heading {
  max-width: 820px;
}

.founder-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  align-items: start;
}

.founder-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 16px 44px rgba(20, 32, 32, 0.07);
}

.founder-portrait {
  position: relative;
  display: block;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #2b2b2b;
  line-height: 0;
}

.founder-portrait img {
  position: static;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.founder-jeff img {
  transform: none;
}

.founder-wade {
  box-sizing: border-box;
  padding-top: 8%;
}

.founder-wade img {
  transform: none;
}

.founder-content {
  flex: 1;
  padding: 34px;
}

.founder-role {
  margin: 0;
  color: var(--copper);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.founder-content h3 {
  margin-top: 10px;
  font-size: clamp(1.55rem, 2.4vw, 2.05rem);
}

.founder-content p:not(.founder-role) {
  margin: 18px 0 0;
  color: var(--ink-soft);
}

.founder-link {
  display: inline-block;
  margin-top: 22px;
}

.family-why {
  margin-top: clamp(56px, 7vw, 88px);
  padding-top: clamp(48px, 6vw, 72px);
  border-top: 1px solid var(--line);
}

.family-why-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 52px;
  align-items: end;
  margin-bottom: 28px;
}

.family-why-intro h3 {
  font-size: clamp(2rem, 3.3vw, 3.4rem);
}

.family-why-intro > p {
  max-width: 670px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 1.08rem;
}

.family-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 22px;
  align-items: start;
}

.family-card {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 16px 44px rgba(20, 32, 32, 0.07);
}

.family-card img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.family-wade img {
  aspect-ratio: 3 / 2;
}

.family-jeff img {
  aspect-ratio: 1 / 1;
  object-position: center 50%;
}

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

.partnership-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1fr);
  gap: 64px;
  align-items: center;
}

.partnership-layout h2 {
  max-width: 14ch;
}

.partnership-layout p:not(.eyebrow) {
  max-width: 700px;
  margin: 20px 0 0;
  color: var(--ink-soft);
  font-size: 1.06rem;
}

.partnership-mark {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 14px;
  min-height: 180px;
  padding: 20px;
  border: 1px solid rgba(0, 75, 115, 0.18);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.partner-logo {
  position: relative;
  display: block;
  width: 50%;
  aspect-ratio: 1;
  min-height: 0;
  justify-self: center;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--paper);
}

.partner-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.partner-logo-jw img {
  position: absolute;
  top: 0;
  left: 0;
  width: 314.2857%;
  height: 100%;
  max-width: none;
}

.partner-logo-ryfs img {
  padding: 12px;
}

.partnership-mark i {
  position: relative;
  display: block;
  width: 28px;
  height: 28px;
}

.partnership-mark i::before,
.partnership-mark i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 2px;
  background: var(--gold);
  transform: translate(-50%, -50%);
}

.partnership-mark i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.about-cta-section {
  padding: clamp(56px, 8vw, 92px) 0;
  color: var(--white);
  background: var(--pine-dark);
}

.about-cta-layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}

.about-cta-layout .eyebrow {
  color: #d7c187;
}

.about-cta-layout h2 {
  max-width: 17ch;
}

.site-footer {
  color: rgba(255, 255, 255, 0.82);
  background: #082334;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 0.72fr);
  gap: 40px;
  padding: 58px 0 38px;
}

.footer-brand {
  display: inline-flex;
  max-width: 330px;
  padding: 10px;
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
}

.footer-brand .brand-logo {
  width: 100%;
  height: auto;
  max-width: none;
}

.site-footer h2 {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.site-footer a {
  display: block;
  margin: 10px 0;
  color: rgba(255, 255, 255, 0.76);
  text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: var(--white);
}

.site-footer p {
  margin: 16px 0 0;
}

.footer-note {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.9rem;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  padding: 20px 0 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.86rem;
}

.footer-bottom p {
  margin: 0;
}

@media (max-width: 1140px) {
  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: fixed;
    inset: 132px 16px auto;
    display: grid;
    gap: 4px;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--white);
    box-shadow: var(--shadow);
    transform-origin: top right;
    transform: scale(0.98);
    opacity: 0;
    pointer-events: none;
    transition: opacity 160ms ease, transform 160ms ease;
  }

  .site-nav.is-open {
    transform: scale(1);
    opacity: 1;
    pointer-events: auto;
  }

  .site-nav a {
    padding: 12px 10px;
  }

  .nav-cta {
    justify-content: center;
    margin-top: 4px;
  }
}

@media (max-width: 980px) {
  .intro-grid,
  .split-layout,
  .circle-layout,
  .contact-layout,
  .contact-page-layout,
  .footer-grid,
  .about-intro-grid,
  .partnership-layout,
  .family-why-intro {
    grid-template-columns: 1fr;
  }

  .section-heading.compact {
    margin-bottom: 28px;
  }

  .service-grid,
  .insight-grid,
  .portal-grid,
  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .circle-layout {
    gap: 34px;
  }

  .partnership-layout {
    gap: 38px;
  }

  .family-why-intro {
    gap: 20px;
  }

  .advice-wheel {
    max-width: 560px;
    width: 100%;
    margin-inline: auto;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

@media (max-width: 820px) {
  .founder-grid,
  .family-grid {
    grid-template-columns: 1fr;
  }

  .founder-content {
    padding: 28px 24px;
  }
}

@media (max-width: 700px) {
  .nav-shell {
    width: min(100% - 24px, 1240px);
    min-height: 72px;
  }

  .utility-shell {
    width: min(100% - 24px, 1240px);
  }

  .brand-logo {
    height: 46px;
    max-width: 206px;
  }

  .site-nav {
    inset: 108px 12px auto;
  }

  .hero {
    min-height: 680px;
    background-position: 58% center;
  }

  .hero-content {
    width: min(100% - 32px, 1180px);
    margin-left: auto;
    padding-block: 72px 112px;
  }

  .button {
    width: 100%;
  }

  .intro-proof,
  .service-grid,
  .client-list,
  .insight-grid,
  .portal-grid,
  .process-grid,
  .contact-form,
  .founder-grid {
    grid-template-columns: 1fr;
  }

  .founder-content {
    padding: 28px 24px;
  }

  .partnership-mark {
    min-height: 160px;
  }

  .about-cta-layout {
    align-items: flex-start;
    flex-direction: column;
  }

  .about-cta-layout .button {
    width: auto;
  }

  .contact-form .full {
    grid-column: auto;
  }

  .section {
    padding: 68px 0;
  }

  .advice-wheel {
    min-height: 470px;
  }

  .wheel-item {
    min-width: 104px;
    min-height: 42px;
    font-size: 0.86rem;
    padding-inline: 12px;
  }

  .item-two {
    right: 0;
  }

  .item-six {
    left: 0;
  }

  .footer-grid {
    gap: 18px;
  }
}

@media (max-width: 430px) {
  .hero {
    min-height: 650px;
  }

  h1 {
    font-size: clamp(2.72rem, 16vw, 4.5rem);
  }

  .brand-logo {
    height: 46px;
    max-width: 174px;
  }

  .advice-wheel {
    min-height: 420px;
  }

  .wheel-center {
    inset: 32%;
  }

  .wheel-center img {
    width: min(118px, 76%);
  }

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

  .partnership-mark {
    gap: 8px;
    min-height: 140px;
    padding: 12px;
  }

  .partner-logo {
    min-height: 0;
  }

  .partnership-mark i {
    width: 24px;
  }
}
