:root {
  --green-950: #08261d;
  --green-900: #0d3428;
  --green-800: #174b3b;
  --green-700: #24614d;
  --gold-600: #a87b24;
  --gold-500: #c29a4a;
  --gold-300: #dfc888;
  --ivory: #f8f5ed;
  --cream: #eee9de;
  --sage: #e8eee8;
  --white: #fff;
  --ink: #28322e;
  --muted: #68716d;
  --border: rgba(24, 65, 51, .13);
  --shadow: 0 16px 46px rgba(8, 38, 29, .10);
  --serif: "Libre Baskerville", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --container: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--ivory); font-family: var(--sans); line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
svg { fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.narrow { max-width: 990px; }
.center { display: flex; justify-content: center; margin-top: 32px; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 1000; padding: 10px 14px; background: var(--white); color: var(--green-950); border-radius: 4px; }
.skip-link:focus { top: 12px; }

.utility-bar { background: #f6f1e8; border-bottom: 1px solid rgba(168, 123, 36, .2); font-size: 12px; color: #3f4b46; }
.utility-inner { display: flex; align-items: center; justify-content: space-between; min-height: 34px; gap: 16px; }
.utility-contact { display: flex; align-items: center; gap: 23px; }
.utility-contact a { display: inline-flex; align-items: center; gap: 6px; }
.utility-contact svg { width: 14px; height: 14px; color: var(--gold-600); }
.utility-bar a:hover { color: var(--gold-600); }
.broker-link { white-space: nowrap; }

.site-header { position: sticky; z-index: 100; top: 0; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--border); backdrop-filter: blur(12px); }
.nav-wrap { display: flex; align-items: center; min-height: 86px; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 13px; min-width: max-content; }
.brand img { width: 77px; height: 77px; object-fit: contain; }
.brand-wordmark { display: flex; flex-direction: column; color: var(--green-900); line-height: 1; }
.brand-wordmark strong { font: 700 30px/1.05 var(--serif); letter-spacing: .01em; font-variant: small-caps; }
.brand-wordmark small { color: var(--gold-600); font: 600 16px/1 var(--sans); text-transform: uppercase; letter-spacing: .42em; margin: 4px 0 0 2px; }
.main-nav { display: flex; align-items: center; gap: 27px; font: 600 15px/1 var(--sans); }
.main-nav > a:not(.login-button) { position: relative; padding: 36px 0 34px; }
.main-nav > a:not(.login-button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 24px; height: 2px; background: var(--gold-500); transition: right .22s ease; }
.main-nav > a:hover::after, .main-nav > a.active::after { right: 0; }
.login-button { display: inline-flex; align-items: center; gap: 8px; border: 1px solid var(--gold-500); color: var(--gold-600); padding: 12px 15px; border-radius: 3px; transition: .2s ease; }
.login-button svg { width: 15px; height: 15px; }
.login-button:hover { background: var(--gold-500); color: var(--green-950); }
.menu-toggle { display: none; background: none; border: 0; color: var(--green-950); padding: 10px; }
.menu-toggle svg { width: 26px; height: 26px; }
.menu-close { display: none; }

.hero { position: relative; min-height: 560px; display: grid; overflow: hidden; color: var(--white); isolation: isolate; }
.hero-photo, .hero-overlay { position: absolute; inset: 0; }
.hero-photo {
  background-image: url("assets/hero.png");
  background-position: 100% 90%;
  background-size: 77% auto;
  background-repeat: no-repeat;
  background-color: #0d2921;
  z-index: -3;
}
.hero-overlay { z-index: -2; background: linear-gradient(90deg, rgba(8,38,29,.98) 0%, rgba(8,38,29,.88) 42%, rgba(8,38,29,.34) 68%, rgba(8,38,29,.09) 100%); }
.hero-watermark { position: absolute; z-index: -1; width: 650px; height: 650px; object-fit: contain; left: 5px; top: 50%; transform: translateY(-50%); opacity: .11; filter: grayscale(1); }
.hero-inner { display: flex; align-items: center; min-height: 560px; }
.hero-copy { max-width: 610px; padding: 60px 0; }
.eyebrow { margin: 0 0 12px; color: var(--gold-300); font-size: 20px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow.dark { color: var(--gold-600); }
.hero h1 { font: 400 clamp(40px, 5vw, 55px)/1.14 var(--serif); margin: 0; letter-spacing: -.03em; }
.gold-rule { display: block; width: 58px; height: 3px; background: var(--gold-500); margin: 25px 0 22px; }
.hero-copy > p:not(.eyebrow) { max-width: 500px; font-size: 18px; line-height: 1.55; margin: 0 0 30px; color: rgba(255,255,255,.93); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 25px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 8px; padding: 12px 20px; border: 1px solid transparent; border-radius: 2px; font-weight: 700; font-size: 15px; transition: transform .18s ease, background .18s ease, color .18s ease, border-color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 18px; height: 18px; }
.button-gold { background: linear-gradient(135deg, #d7b45c, #ad7d25); color: #102a21; box-shadow: 0 8px 25px rgba(0,0,0,.14); }
.button-gold:hover { background: linear-gradient(135deg, #e1c375, #bd9138); }
.button-outline-light { border-color: rgba(223,200,136,.85); color: var(--white); background: rgba(8,38,29,.2); }
.button-outline-light:hover { background: var(--white); color: var(--green-950); border-color: var(--white); }
.button-outline-dark { border-color: var(--gold-500); color: var(--green-900); background: transparent; }
.button-outline-dark:hover { background: var(--green-900); border-color: var(--green-900); color: var(--white); }
.photo-credit { position: absolute; right: 10px; bottom: 6px; margin: 0; color: rgba(255,255,255,.65); font-size: 9px; }

.trust-strip { position: relative; z-index: 2; background: var(--white); box-shadow: 0 7px 20px rgba(8,38,29,.07); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); min-height: 105px; align-items: center; }
.trust-grid article { display: flex; align-items: center; justify-content: center; gap: 14px; padding: 18px 22px; border-right: 1px solid rgba(168,123,36,.28); }
.trust-grid article:last-child { border-right: 0; }
.round-icon { display: grid; place-items: center; flex: 0 0 48px; width: 48px; height: 48px; color: var(--green-800); border: 1px solid var(--gold-500); border-radius: 50%; }
.round-icon svg { width: 24px; height: 24px; }
.trust-grid div { display: flex; flex-direction: column; line-height: 1.25; }
.trust-grid strong { font: 700 16px var(--serif); color: var(--green-900); }
.trust-grid span { font-size: 15px; color: var(--muted); }

.section { padding: 82px 0; }
.section-heading { text-align: center; max-width: 800px; margin: 0 auto 38px; }
h2 { color: var(--green-900); font: 400 clamp(30px, 3.5vw, 46px)/1.24 var(--serif); letter-spacing: -.025em; margin: 0; }
h3 { color: var(--green-900); font-family: var(--serif); }
.section-mark { display: flex; align-items: center; justify-content: center; gap: 12px; margin-bottom: 17px; }
.section-mark span { width: 70px; height: 2px; background: var(--gold-500); }
.section-mark img { width: 55px; height: 55px; object-fit: contain; }
.intro { text-align: center; background: var(--ivory);  padding-top: 50px; padding-bottom: 50px; }
.intro-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(60px, 7vw, 110px);
  align-items: start;
  margin-top: 35px;
}

.intro-columns p {
  margin: 12;
  font-size: 1.05rem;
  line-height: 1.75;
  color: #3e4a45;
}

.intro-columns p:first-child {
  font-weight: 450;
 
}

.intro-columns p:last-child {
  font-weight: 450;
}

.services-section { background: linear-gradient(135deg, #e9eee8, #f3f0e7 65%, #ebe5d7); }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.service-card { display: flex; flex-direction: column; min-height: 275px; background: rgba(255,255,255,.87); border: 1px solid rgba(255,255,255,.9); border-radius: 7px; padding: 27px 25px 23px; box-shadow: 0 4px 15px rgba(8,38,29,.035); color: inherit; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: rgba(194,154,74,.45); }
.service-card:focus-visible { outline: 3px solid var(--gold-500); outline-offset: 4px; }
.service-card > svg { width: 43px; height: 43px; color: var(--gold-600); margin-bottom: 18px; }
.service-card h3 { font-size: 17px; line-height: 1.35; margin: 0 0 10px; }
.service-card p { color: var(--muted); font-size: 13px; line-height: 1.55; margin: 0 0 15px; }
.service-card-link { margin-top: auto; color: var(--gold-600); font-weight: 700; font-size: 12px; }
.service-card-link span { transition: margin-left .15s ease; }
.service-card:hover .service-card-link span, .service-card:focus-visible .service-card-link span { margin-left: 4px; }

.process-section { background: var(--white); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); position: relative; gap: 28px; margin-top: 55px; }
.process-grid::before { content: ""; position: absolute; left: 12%; right: 12%; top: 40px; height: 1px; background: linear-gradient(90deg, transparent, var(--gold-300) 10%, var(--gold-300) 90%, transparent); }
.process-step { position: relative; text-align: center; padding: 0 15px; }
.process-step .step-number { position: absolute; top: -12px; left: calc(50% - 45px); display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; background: var(--green-900); color: var(--white); font-size: 11px; font-weight: 700; z-index: 2; }
.process-step > svg { position: relative; width: 72px; height: 72px; padding: 13px; background: var(--white); color: var(--green-800); z-index: 1; }
.process-step h3 { font-size: 17px; margin: 11px 0 10px; }
.process-step p { color: var(--muted); font-size: 13px; line-height: 1.55; margin: 0; }

.advisor-section { background: #f9f6ef; border-block: 1px solid rgba(168,123,36,.2); }
.advisor-grid {
  display: grid;
  grid-template-columns: minmax(380px, 47%) 1fr;
  align-items: center;
  min-height: 0;
}

.advisor-photo {
  position: relative;
  width: 80%;
  justify-self: center;
  align-self: center;

  padding: 7px;
  background: #aa873d;
  overflow: hidden;
  min-height: 0;
}


.advisor-photo::before {
  display: none;
}

.advisor-photo img {
  display: block;
  width: 100%;
  height: auto;

  object-fit: initial;
  object-position: center;
  filter: none;
  box-shadow: none;
}

.photo-note { position: absolute; bottom: 8px; left: 10px; right: 10px; color: rgba(255,255,255,.7); text-align: center; font-size: 9px; z-index: 2; }
.advisor-copy {
  padding: 60px 8%;
  align-self: center;
}
.advisor-copy p { color: #505b57; max-width: 700px; }
.advisor-copy .button { margin-top: 12px; }


.commitment-section { padding: 45px 0; background: linear-gradient(90deg, #f7f1e5, #fff, #f7f1e5); }
.commitment-grid { display: grid; grid-template-columns: 1fr 200px 1fr; grid-template-rows: auto auto; align-items: center; gap: 18px 60px; }
.commitment-logo { grid-column: 2; grid-row: 1 / 3; place-self: center; position: relative; }
.commitment-logo::before { content: ""; position: absolute; inset: -25px; border: 1px solid rgba(194,154,74,.25); border-radius: 50%; }
.commitment-logo img { width: 165px; height: 165px; object-fit: contain; filter: drop-shadow(0 12px 22px rgba(8,38,29,.16)); }
.commitment-item { display: flex; align-items: flex-start; gap: 17px; }
.commitment-item:nth-child(1), .commitment-item:nth-child(4) { text-align: right; flex-direction: row-reverse; }
.commitment-item > svg { flex: 0 0 38px; width: 38px; height: 38px; color: var(--gold-600); }
.commitment-item h3 { font-size: 16px; margin: 0 0 4px; }
.commitment-item p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.5; }


.cta-section { position: relative; overflow: hidden; background: linear-gradient(120deg, var(--green-950), var(--green-800)); color: var(--white); padding: 42px 0; }
.cta-section > img { position: absolute; width: 280px; height: 280px; left: -40px; top: -70px; opacity: .065; filter: grayscale(1); }
.cta-inner { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.cta-inner h2 { color: var(--white); font-size: clamp(27px, 3vw, 38px); }
.cta-inner p { max-width: 650px; color: rgba(255,255,255,.82); margin: 8px 0 0; }
.cta-actions { display: flex; gap: 12px; flex: 0 0 auto; }

.site-footer { background: #fbfaf6; }
.footer-grid { display: grid; grid-template-columns: 2.2fr repeat(3, minmax(0, 1fr)); gap: 45px; padding: 55px 0 42px; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; }
.footer-grid h3 { font: 700 13px var(--sans); text-transform: uppercase; letter-spacing: .09em; margin: 5px 0 15px; }
.footer-grid h3.spaced { margin-top: 24px; }
.footer-grid a:not(.brand) { color: #5f6864; font-size: 12px; margin-bottom: 7px; }
.footer-grid a:hover { color: var(--gold-600); }
.footer-brand .brand img { width: 54px; height: 54px; }
.footer-brand .brand-wordmark strong { font-size: 22px; }
.footer-brand address { display: flex; flex-direction: column; gap: 8px; margin-top: 18px; color: #5f6864; font-style: normal; font-size: 11px; line-height: 1.55; }
.footer-brand address > * { display: flex; gap: 8px; align-items: flex-start; }
.footer-brand address svg { width: 14px; height: 14px; flex: 0 0 14px; margin-top: 2px; color: var(--gold-600); }
.disclosures { background: var(--green-950); color: rgba(255,255,255,.62); font-size: 9.5px; line-height: 1.5; text-align: center; padding: 19px 0 16px; }
.disclosures p { max-width: 1050px; margin: 0 auto 7px; }
.disclosure-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 7px; }
.disclosures a { color: rgba(255,255,255,.8); text-decoration: underline; text-underline-offset: 2px; }
.copyright { color: rgba(255,255,255,.45); }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.reveal.visible { opacity: 1; transform: none; }



/* Primary navigation dropdowns */
.nav-dropdown { position: relative; align-self: stretch; display: flex; align-items: center; }
.nav-dropdown-toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 100%;
  padding: 36px 0 34px;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
}
.nav-dropdown-toggle::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 24px;
  height: 2px;
  background: var(--gold-500);
  transition: right .22s ease;
}
.nav-dropdown:hover > .nav-dropdown-toggle::after,
.nav-dropdown:focus-within > .nav-dropdown-toggle::after,
.nav-dropdown-toggle.active::after,
.nav-dropdown.open > .nav-dropdown-toggle::after { right: 0; }
.nav-dropdown-chevron {
  width: 8px;
  height: 8px;
  border-right: 1.7px solid currentColor;
  border-bottom: 1.7px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  transition: transform .18s ease;
}
.nav-dropdown.open .nav-dropdown-chevron,
.nav-dropdown:hover .nav-dropdown-chevron,
.nav-dropdown:focus-within .nav-dropdown-chevron { transform: rotate(225deg) translate(-1px, -1px); }
.nav-dropdown-menu {
  position: absolute;
  z-index: 150;
  top: calc(100% - 17px);
  left: -18px;
  min-width: 205px;
  padding: 8px 0;
  background: var(--white);
  border: 1px solid rgba(24,65,51,.13);
  border-top: 3px solid var(--gold-500);
  box-shadow: 0 16px 34px rgba(8,38,29,.14);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity .18s ease, visibility .18s ease, transform .18s ease;
}
.nav-dropdown:hover > .nav-dropdown-menu,
.nav-dropdown:focus-within > .nav-dropdown-menu,
.nav-dropdown.open > .nav-dropdown-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
.nav-dropdown-menu a {
  display: block;
  padding: 11px 18px;
  color: var(--green-900);
  font-size: 13px;
  line-height: 1.35;
  white-space: nowrap;
}
.nav-dropdown-menu a:hover,
.nav-dropdown-menu a:focus,
.nav-dropdown-menu a.active { background: var(--ivory); color: var(--gold-600); }

/* Footer column groups */
.footer-link-group { display: flex; flex-direction: column; align-items: flex-start; }


@media (max-width: 1120px) {
  .utility-bar { display: none; }
  .nav-wrap { min-height: 74px; }
  .brand img { width: 50px; height: 50px; }
  .brand-wordmark strong { font-size: 21px; }
  .brand-wordmark small { font-size: 9px; }
  .menu-toggle { display: block; z-index: 2; cursor: pointer; }
  .menu-toggle[aria-expanded="true"] .menu-open { display: none; }
  .menu-toggle[aria-expanded="true"] .menu-close { display: block; }
  .main-nav {
    position: fixed;
    left: 0;
    right: 0;
    top: 74px;
    max-height: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: var(--white);
    box-shadow: 0 20px 30px rgba(8,38,29,.12);
    transition: max-height .3s ease;
  }
  .main-nav.open { max-height: calc(100vh - 74px); overflow: auto; padding-bottom: 18px; }
  .main-nav > a:not(.login-button) { padding: 15px 24px; border-bottom: 1px solid var(--border); }
  .main-nav > a:not(.login-button)::after { display: none; }
  .login-button { margin: 17px 24px 0; justify-content: center; }
  .nav-dropdown { display: block; align-self: auto; border-bottom: 1px solid var(--border); }
  .nav-dropdown-toggle { width: 100%; height: auto; justify-content: space-between; padding: 15px 24px; }
  .nav-dropdown-toggle::after { display: none; }
  .nav-dropdown-menu {
    position: static;
    min-width: 0;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    border: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    transition: max-height .25s ease;
  }
  .nav-dropdown.open > .nav-dropdown-menu { max-height: 430px; }
  .nav-dropdown-menu a { padding: 13px 38px; border-top: 1px solid var(--border); background: #fbfaf6; white-space: normal; }
}

@media (max-width: 1050px) {
  .utility-inner { justify-content: center; }
  .broker-link { display: none; }
  .main-nav { gap: 17px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid article:nth-child(2) { border-right: 0; }
  .trust-grid article:nth-child(-n+2) { border-bottom: 1px solid rgba(168,123,36,.22); }
  .commitment-grid { gap: 18px 35px; }
  .cta-inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 860px) {
  .utility-bar { display: none; }
  .nav-wrap { min-height: 74px; }
  .brand img { width: 50px; height: 50px; }
  .brand-wordmark strong { font-size: 21px; }
  .brand-wordmark small { font-size: 9px; }
  .menu-toggle { display: block; z-index: 2; cursor: pointer; }
  .menu-toggle[aria-expanded="true"] .menu-open { display: none; }
  .menu-toggle[aria-expanded="true"] .menu-close { display: block; }
  .main-nav { position: fixed; left: 0; right: 0; top: 74px; max-height: 0; overflow: hidden; display: flex; flex-direction: column; align-items: stretch; gap: 0; background: var(--white); box-shadow: 0 20px 30px rgba(8,38,29,.12); transition: max-height .3s ease; }
  .main-nav.open { max-height: calc(100vh - 74px); overflow: auto; padding-bottom: 18px; }
  .main-nav > a:not(.login-button) { padding: 15px 24px; border-bottom: 1px solid var(--border); }
  .main-nav > a:not(.login-button)::after { display: none; }

  .nav-dropdown { display: block; align-self: auto; border-bottom: 1px solid var(--border); }
  .nav-dropdown-toggle { width: 100%; height: auto; justify-content: space-between; padding: 15px 24px; }
  .nav-dropdown-toggle::after { display: none; }
  .nav-dropdown-menu {
    position: static;
    min-width: 0;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    border: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    transition: max-height .25s ease;
  }
  .nav-dropdown.open > .nav-dropdown-menu { max-height: 430px; }
  .nav-dropdown-menu a { padding: 13px 38px; border-top: 1px solid var(--border); background: #fbfaf6; white-space: normal; }

  .login-button { margin: 17px 24px 0; justify-content: center; }
  .hero, .hero-inner { min-height: 600px; }
  .hero-photo { background-position: 64% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(8,38,29,.96), rgba(8,38,29,.72) 70%, rgba(8,38,29,.45)); }
  .process-grid { grid-template-columns: repeat(2, 1fr); row-gap: 45px; }
  .process-grid::before { display: none; }
  @media (max-width: 860px) {
  .advisor-grid {
    grid-template-columns: minmax(300px, 42%) 1fr;
  }

  .advisor-copy {
    padding: 50px 6%;
  }
}
  .commitment-grid { grid-template-columns: 1fr 150px 1fr; gap: 25px; }
  .commitment-logo img { width: 130px; height: 130px; }
  .footer-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 35px; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 30px), var(--container)); }
  .section { padding: 62px 0; }
  .hero { min-height: 660px; }
  .hero-inner { min-height: 660px; align-items: flex-end; }
  .hero-photo { background-position: 60% center; }
  .hero-overlay { background: linear-gradient(0deg, rgba(8,38,29,.98) 0%, rgba(8,38,29,.9) 52%, rgba(8,38,29,.25) 100%); }
  .hero-copy { padding: 100px 0 58px; }
  .hero h1 { font-size: 39px; }
  .hero-copy > p:not(.eyebrow) { font-size: 16px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid article { padding: 18px 10px; justify-content: flex-start; }
  .round-icon { flex-basis: 40px; width: 40px; height: 40px; }
  .round-icon svg { width: 20px; height: 20px; }
  .intro-columns { grid-template-columns: 1fr; gap: 18px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .process-grid { grid-template-columns: 1fr; }
  @media (max-width: 680px) {
  .advisor-grid {
    grid-template-columns: 1fr;
  }

  .advisor-photo {
    width: min(100%, 520px);
    margin-inline: auto;
  }

  .advisor-photo img {
    width: 100%;
    height: auto;
  }

  .advisor-copy {
    padding: 48px 20px 58px;
  }
}
  .commitment-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
  .commitment-logo { grid-column: 1; grid-row: 1; margin-bottom: 12px; }
  .commitment-item, .commitment-item:nth-child(1), .commitment-item:nth-child(4) { text-align: left; flex-direction: row; }
  .cta-actions { width: 100%; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-brand { grid-column: auto; }
}


@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

.hero,
.hero-inner {
  min-height: calc(100svh - 120px);
}

.hero-photo {
  background-size: cover;
  background-position: center center;
}


/* Home page: personalized firm difference */
.home-difference {
  padding-top: 70px;
  padding-bottom: 78px;
  background:
    radial-gradient(circle at 8% 18%, rgba(223, 200, 136, .13), transparent 23%),
    var(--ivory);
}

.home-difference-heading {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.home-difference-heading .section-mark {
  margin-bottom: 12px;
}

.home-difference-heading .eyebrow {
  margin-bottom: 10px;
  font-size: 13px;
}

.home-difference-lead {
  max-width: 810px;
  margin: 20px auto 0;
  color: #4b5751;
  font-size: 16px;
  line-height: 1.78;
}

.home-difference-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 43px;
}

.home-difference-card {
  min-height: 305px;
  padding: 31px 28px 28px;
  background: rgba(255,255,255,.9);
  border: 1px solid rgba(168,123,36,.2);
  border-top: 3px solid var(--gold-500);
  box-shadow: 0 7px 22px rgba(8,38,29,.05);
  text-align: left;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.home-difference-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
  border-color: rgba(168,123,36,.42);
}

.home-difference-icon {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  margin-bottom: 21px;
  border: 1px solid rgba(168,123,36,.55);
  border-radius: 50%;
  color: var(--green-800);
}

.home-difference-icon svg {
  width: 28px;
  height: 28px;
}

.home-difference-card h3 {
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 1.35;
}

.home-difference-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13.5px;
  line-height: 1.7;
}

.home-difference-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 36px;
  margin-top: 28px;
  padding: 26px 29px;
  background: var(--white);
  border: 1px solid rgba(24,65,51,.12);
  border-left: 4px solid var(--gold-500);
  box-shadow: 0 8px 24px rgba(8,38,29,.055);
  text-align: left;
}

.home-difference-footer p {
  margin: 0;
  color: #4c5852;
  font-size: 13.5px;
  line-height: 1.7;
}

.home-difference-footer strong {
  color: var(--green-900);
  font-family: var(--serif);
  font-size: 15px;
}

.home-difference-footer .button {
  white-space: nowrap;
}

@media (max-width: 900px) {
  .home-difference-grid {
    grid-template-columns: 1fr;
    max-width: 700px;
    margin-inline: auto;
  }

  .home-difference-card {
    min-height: 0;
  }

  .home-difference-footer {
    grid-template-columns: 1fr;
    max-width: 700px;
    margin-inline: auto;
    margin-top: 24px;
  }

  .home-difference-footer .button {
    justify-self: start;
  }
}

@media (max-width: 680px) {
  .home-difference {
    padding-top: 55px;
    padding-bottom: 62px;
  }

  .home-difference-card {
    padding: 27px 23px 25px;
  }

  .home-difference-footer {
    padding: 23px 22px;
  }

  .home-difference-footer .button {
    width: 100%;
  }
}
