/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap');
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .relative {
    position: relative;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .table {
    display: table;
  }
}
:root {
  --navy: #142b49;
  --ink: #24364a;
  --ivory: #f6f1e7;
  --paper: #fffcf7;
  --gold: #b39a61;
  --gold-dark: #665222;
  --line: rgba(20,43,73,.18);
  --font: "Montserrat",Arial,sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 130px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font);
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
button,input,select,textarea {
  font: inherit;
}
button,a,input,select,textarea {
  -webkit-tap-highlight-color: transparent;
}
a,button {
  transition: background .2s,color .2s,border-color .2s;
}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 5px;
}
::selection {
  background: var(--gold);
  color: var(--navy);
}
h1,h2,h3,blockquote {
  font-family: var(--font);
  color: var(--navy);
  text-wrap: balance;
}
h1 {
  font-size: clamp(46px,5.6vw,86px);
  font-weight: 800;
  letter-spacing: -.055em;
  line-height: 1.04;
  margin: 0;
}
h2 {
  font-size: clamp(32px,3.6vw,54px);
  font-weight: 700;
  letter-spacing: -.045em;
  line-height: 1.14;
  margin: 0;
}
h3 {
  font-size: 27px;
  font-weight: 700;
  letter-spacing: -.035em;
  line-height: 1.2;
  margin: 0;
}
p {
  line-height: 1.8;
}
em {
  font-style: normal;
}
img {
  max-width: 100%;
}
.eyebrow,.section-index {
  color: var(--gold-dark);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  line-height: 1.7;
  text-transform: uppercase;
  margin: 0 0 24px;
}
.eyebrow.light {
  color: var(--gold);
}
.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding: 12px clamp(24px,5vw,80px);
  min-height: 124px;
  background: var(--ivory);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 20;
}
.brand {
  flex-shrink: 0;
  display: block;
  line-height: 0;
}
.brand img {
  width: 108px;
  height: 108px;
  object-fit: contain;
}
.site-header nav {
  display: flex;
  align-items: center;
  gap: clamp(18px,2.6vw,40px);
  font-size: 13px;
  font-weight: 600;
}
.site-header nav a:not(.nav-cta) {
  padding: 12px 0;
  border-bottom: 1px solid transparent;
}
.site-header nav a:not(.nav-cta):hover {
  border-color: var(--gold-dark);
}
.nav-cta,.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .055em;
  line-height: 1.6;
  padding: 17px 23px;
}
.nav-cta,.button-primary {
  background: var(--navy);
  color: var(--ivory);
  border: 1px solid var(--navy);
}
.nav-cta:hover,.button-primary:hover {
  background: #234366;
}
.button-light {
  background: var(--ivory);
  color: var(--navy);
  margin-top: 24px;
}
.button-light:hover {
  background: var(--gold);
}
.text-link {
  display: inline-block;
  border-bottom: 1px solid currentColor;
  font-size: 12px;
  font-weight: 600;
  padding: 9px 0;
}
.text-link span {
  margin-left: 15px;
}
.text-link:hover {
  color: var(--gold-dark);
}
.hero {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  background: var(--navy);
  color: var(--ivory);
  min-height: 680px;
  overflow: hidden;
}
.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 76px clamp(28px,5.5vw,88px);
  position: relative;
}
.hero-copy:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 32%;
  height: 3px;
  background: var(--gold);
}
.hero .eyebrow {
  color: var(--gold);
  max-width: 360px;
}
.hero h1 {
  color: var(--ivory);
  font-weight: 800;
  font-size: clamp(54px,6.4vw,100px);
  line-height: 1.03;
  letter-spacing: -.06em;
}
.hero h1 span {
  display: block;
}
.hero h1 em {
  color: var(--gold);
}
.hero-lead {
  font-size: 17px;
  line-height: 1.85;
  margin: 28px 0 0;
  max-width: 550px;
  color: #e0e3e5;
}
.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 32px;
}
.hero .button-primary {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--navy);
}
.hero .button-primary:hover {
  background: #c9b37f;
}
.hero .text-link:hover {
  color: var(--gold);
}
.hero-note {
  display: block;
  border-top: 1px solid #ffffff30;
  margin-top: 40px;
  padding-top: 20px;
}
.hero-note span {
  font-size: 11px;
  color: var(--gold);
}
.hero-note p {
  font-size: 11px;
  line-height: 1.8;
  margin: 0;
  color: #c0cad4;
  max-width: 420px;
}
.hero-portrait {
  background: #203b58;
  min-height: 680px;
  position: relative;
  overflow: hidden;
  border-left: 1px solid #ffffff20;
}
.hero.hero-no-photo {
  grid-template-columns: 1fr;
}
.hero.hero-no-photo .hero-copy {
  max-width: 980px;
  padding-right: clamp(24px,12vw,190px);
}
.portrait-frame {
  position: absolute;
  inset: 48px 34px 70px;
}
.portrait-frame:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg,#142b4955,transparent 38%);
}
.portrait-frame img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 50% 28%;
}
.portrait-caption {
  position: absolute;
  bottom: 29px;
  left: 34px;
  color: var(--ivory);
  border-left: 2px solid var(--gold);
  padding-left: 16px;
}
.portrait-caption p {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -.025em;
  margin: 0 0 2px;
}
.portrait-caption span {
  font-size: 9px;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.growth-mark,.color-orbit {
  display: none;
}
.growth-ticker {
  background: var(--ivory);
  border-bottom: 1px solid var(--line);
  padding: 22px 24px;
  color: var(--navy);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .17em;
  overflow: hidden;
}
.growth-ticker div {
  display: flex;
  justify-content: space-evenly;
  gap: 25px;
  white-space: nowrap;
}
.growth-ticker b {
  color: var(--gold);
}
.statement,.services,.expertise,.about,.assessment,.offer-section,.outcomes,.page-cta,.about-story,.values,.form-section,.testimonials {
  padding: clamp(65px,7vw,112px) clamp(24px,7vw,112px);
}
.action-hub {
  padding: clamp(65px,7vw,112px) clamp(24px,7vw,112px);
  background: #f4f0e8;
}
.action-hub h2 {
  max-width: 720px;
  margin-bottom: 14px;
}
.action-hub>p:not(.eyebrow) {
  max-width: 760px;
}
.action-hub-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 16px;
  margin-top: 38px;
}
.action-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px 18px;
  padding: 26px;
  background: #fff;
  border: 1px solid var(--line);
  color: var(--navy);
  text-decoration: none;
}
.action-card span {
  grid-row: 1 / 3;
  color: var(--gold);
  font-weight: 700;
}
.action-card strong {
  font-size: 18px;
}
.action-card small {
  font-size: 14px;
  line-height: 1.5;
  color: #526171;
}
.action-card:hover,.action-card:focus-visible {
  border-color: var(--gold);
  transform: translateY(-2px);
}
.statement {
  display: grid;
  grid-template-columns: .65fr 2.35fr;
  gap: 40px;
  background: var(--ivory);
}
.section-index {
  margin-top: 10px;
}
blockquote {
  font-weight: 500;
  font-size: clamp(28px,3.6vw,54px);
  line-height: 1.35;
  letter-spacing: -.04em;
  margin: 0;
}
.statement em {
  color: var(--gold-dark);
}
.services {
  background: var(--paper);
}
.section-heading {
  display: grid;
  grid-template-columns: 1.45fr .8fr;
  gap: 70px;
  align-items: end;
  margin-bottom: 48px;
}
.section-heading>p {
  font-size: 14px;
  line-height: 1.9;
  margin: 0;
}
.service-list {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  border: 1px solid var(--line);
}
.service-row {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 22px;
  padding: 34px 28px;
  border-right: 1px solid var(--line);
  min-width: 0;
  background: var(--ivory);
}
.service-row:last-child {
  border: 0;
  background: var(--navy);
  color: var(--ivory);
}
.service-row:nth-child(2) {
  background: var(--paper);
}
.service-number {
  color: var(--gold-dark);
  font-size: 11px;
  font-weight: 600;
}
.service-row:last-child .service-number {
  color: var(--gold);
}
.service-row h3 {
  color: inherit;
  font-size: clamp(23px,2.1vw,32px);
}
.service-row p {
  font-size: 13px;
  margin: 0;
  line-height: 1.9;
}
.service-row ul {
  list-style: none;
  margin: 0 0 8px;
  padding: 0;
  width: 100%;
  border-top: 1px solid var(--line);
}
.service-row li {
  font-size: 11px;
  font-weight: 500;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
  line-height: 1.7;
}
.service-row:last-child ul,.service-row:last-child li {
  border-color: #ffffff30;
}
.service-row a {
  margin-top: auto;
  font-size: 11px;
  font-weight: 700;
  padding-top: 16px;
}
.service-row a span {
  margin-left: 8px;
  color: var(--gold-dark);
}
.service-row:last-child a span {
  color: var(--gold);
}
.expertise {
  background: var(--navy);
  color: var(--ivory);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8vw;
  border-top: 4px solid var(--gold);
}
.expertise h2 {
  color: var(--ivory);
}
.expertise-intro>p:not(.eyebrow) {
  font-size: 14px;
  color: #d7dfe6;
  margin-top: 25px;
}
.expertise-grid {
  border-top: 1px solid #ffffff30;
}
.expertise-grid div {
  display: block;
  padding: 26px 0;
  border-bottom: 1px solid #ffffff30;
}
.expertise-grid span {
  font-size: 10px;
  color: var(--gold);
}
.expertise-grid p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
  letter-spacing: -.025em;
}
.expertise-grid .industry-note {
  font-size: 11px;
  line-height: 1.8;
  color: #bfcbd6;
  margin-top: 24px;
  font-weight: 400;
  letter-spacing: 0;
}
.about {
  display: grid;
  grid-template-columns: .7fr 2fr;
  gap: 70px;
  background: var(--ivory);
}
.about-aside {
  border-right: 1px solid var(--line);
  padding-right: 40px;
}
.about-aside p,.about-story aside p {
  border-bottom: 1px solid var(--line);
  padding: 17px 0;
  margin: 0;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.about-copy>p:not(.eyebrow) {
  font-size: 15px;
  margin-top: 24px;
  max-width: 760px;
}
.text-link.dark {
  margin-top: 12px;
}
.testimonials {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 18px;
}
.testimonial-heading {
  padding: 28px 40px 28px 0;
}
.testimonial-heading>p:not(.eyebrow) {
  font-size: 14px;
  margin-top: 24px;
}
.testimonial-feature {
  background: var(--navy);
  color: var(--ivory);
  padding: 44px;
  display: flex;
  flex-direction: column;
  border-top: 3px solid var(--gold);
}
.testimonial-mark {
  color: var(--gold);
  font-size: 76px;
  line-height: 1;
}
.testimonial-feature blockquote {
  color: inherit;
  font-size: clamp(22px,2.2vw,32px);
  font-weight: 500;
  letter-spacing: -.025em;
  margin: 0 0 30px;
  line-height: 1.5;
}
.testimonial-feature>p,.testimonial-pair article>p {
  font-size: 11px;
  font-weight: 700;
  margin-top: auto;
}
.testimonial-feature>p span,.testimonial-pair article>p span {
  display: block;
  font-size: 9px;
  font-weight: 400;
  letter-spacing: .05em;
  margin-top: 6px;
}
.testimonial-feature>p span {
  color: #c0cad4;
}
.testimonial-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  grid-column: 1/-1;
}
.testimonial-pair article {
  background: var(--ivory);
  border: 1px solid var(--line);
  padding: 36px;
  display: flex;
  flex-direction: column;
}
.testimonial-pair article:last-child {
  background: #eee5d3;
}
.testimonial-pair blockquote {
  font-size: 23px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: -.025em;
  margin: 0 0 25px;
}
.assessment {
  background: var(--ivory);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7vw;
  border-top: 1px solid var(--line);
}
.assessment-copy>p:not(.eyebrow) {
  font-size: 14px;
}
.assessment-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-top: 3px solid var(--gold);
  padding: 38px;
  min-width: 0;
}
.assessment-progress {
  height: 3px;
  background: #e6dfd2;
  margin-bottom: 28px;
}
.assessment-progress span {
  display: block;
  height: 100%;
  background: var(--gold);
  transition: width .3s;
}
.question-count {
  font-size: 10px;
  color: var(--gold-dark);
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.assessment-card h3 {
  font-size: 26px;
  margin: 18px 0 26px;
}
.answer-grid {
  display: grid;
  gap: 10px;
}
.answer-grid button {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  background: transparent;
  border: 1px solid var(--line);
  padding: 17px;
  text-align: left;
  font-size: 12px;
  line-height: 1.5;
  cursor: pointer;
  color: var(--navy);
}
.answer-grid button:hover {
  background: var(--navy);
  color: var(--ivory);
}
.assessment-result>p:not(.question-count) {
  font-size: 14px;
}
.assessment-result .button {
  margin-top: 18px;
}
.restart {
  background: transparent;
  border: 0;
  padding: 10px 0;
  margin-top: 12px;
  font-size: 11px;
  text-decoration: underline;
  cursor: pointer;
}
footer {
  display: grid;
  grid-template-columns: 1.5fr .7fr .7fr;
  gap: 6vw;
  background: var(--navy);
  color: var(--ivory);
  padding: 60px clamp(24px,7vw,112px) 30px;
  border-top: 3px solid var(--gold);
}
.footer-brand img {
  width: 120px;
  height: 120px;
  object-fit: contain;
}
.footer-brand p {
  font-size: 19px;
  font-weight: 600;
  letter-spacing: -.025em;
  margin-top: 15px;
}
footer>div:not(.footer-brand) {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
footer a,footer>div>p:not(.footer-label) {
  font-size: 13px;
  color: #e6ebef;
  margin: 0;
}
footer a:hover {
  color: var(--gold);
}
.footer-label {
  font-size: 12px;
  color: #c7ad70;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin: 5px 0 10px;
}
.copyright {
  border-top: 1px solid #ffffff30;
  grid-column: 1/-1;
  padding-top: 25px;
  margin: 0;
  color: #d2dae2;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}
.copyright span {
  display: inline-flex;
  gap: 22px;
}
.copyright a {
  font-size: inherit;
}
.inner-hero {
  padding: 80px clamp(24px,7vw,112px);
  display: grid;
  grid-template-columns: 1.5fr .7fr;
  gap: 7vw;
  min-height: 540px;
  background: var(--ivory);
  border-bottom: 1px solid var(--line);
}
.inner-hero>div {
  align-self: center;
}
.inner-hero h1 {
  font-size: clamp(42px,5vw,76px);
}
.inner-hero>div>p:not(.eyebrow) {
  font-size: 16px;
  max-width: 740px;
  margin: 24px 0;
}
.inner-hero aside {
  align-self: end;
  border-top: 2px solid var(--gold);
  padding-top: 24px;
}
.inner-hero aside span {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.inner-hero aside p {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: -.02em;
}
.inner-hero-blue {
  background: var(--navy);
  color: var(--ivory);
}
.inner-hero-blue h1 {
  color: var(--ivory);
}
.inner-hero-blue .eyebrow {
  color: var(--gold);
}
.inner-hero-blue .button-primary {
  background: var(--gold);
  color: var(--navy);
}
.inner-hero-orange {
  background: #eae0cb;
}
.offer-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 16px;
}
.offer-grid article {
  padding: 32px;
  background: var(--ivory);
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.offer-grid article:nth-child(2) {
  background: var(--navy);
  color: var(--ivory);
}
.offer-grid article:nth-child(2) h3 {
  color: inherit;
}
.offer-grid article>span {
  font-size: 11px;
  color: var(--gold-dark);
  margin-bottom: 28px;
}
.offer-grid article:nth-child(2)>span {
  color: var(--gold);
}
.offer-grid h3 {
  font-size: 26px;
}
.offer-grid p,.offer-grid li {
  font-size: 13px;
  line-height: 1.8;
}
.offer-grid ul {
  padding-left: 18px;
  margin-top: auto;
}
.offer-grid li {
  padding: 7px 0;
}
.outcomes {
  background: var(--navy);
  color: var(--ivory);
}
.outcomes h2 {
  color: var(--ivory);
  max-width: 780px;
}
.outcomes>div {
  margin-top: 45px;
}
.outcomes>div p {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 20px;
  border-top: 1px solid #ffffff30;
  padding: 23px 0;
  margin: 0;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -.02em;
}
.outcomes>div span {
  font-size: 11px;
  color: var(--gold);
}
.outcomes.outcomes-plain>div p {
  display: block;
  padding-left: 0;
}
.page-cta {
  background: var(--ivory);
  text-align: center;
}
.page-cta h2 {
  max-width: 850px;
  margin: auto;
}
.page-cta>p:not(.eyebrow) {
  max-width: 680px;
  margin: 24px auto;
  font-size: 15px;
}
.page-cta .text-link {
  margin-top: 2px;
}
.legal-page {
  padding: clamp(64px,8vw,116px) clamp(24px,12vw,190px);
  background: var(--paper);
}
.legal-page header {
  max-width: 900px;
  padding-bottom: 34px;
  border-bottom: 2px solid var(--gold);
}
.legal-page header p:not(.eyebrow) {
  font-size: 16px;
  margin: 22px 0 0;
}
.legal-content {
  max-width: 900px;
  padding-top: 28px;
}
.legal-content h2 {
  font-size: clamp(24px,2.4vw,34px);
  margin: 42px 0 14px;
}
.legal-content p,.legal-content li {
  font-size: 16px;
  line-height: 1.8;
}
.legal-content ul {
  list-style: disc;
  padding-left: 24px;
}
.legal-content a {
  color: var(--navy);
  text-decoration: underline;
}
.about-hero {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  background: var(--navy);
  color: var(--ivory);
}
.about-photo {
  height: 660px;
  overflow: hidden;
}
.about-photo img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 50% 28%;
}
.about-hero>div:last-child {
  align-self: center;
  padding: 65px clamp(28px,5vw,80px);
}
.about-hero h1 {
  color: var(--ivory);
  font-size: clamp(40px,4.5vw,68px);
}
.about-hero .eyebrow {
  color: var(--gold);
}
.about-hero>div:last-child>p:not(.eyebrow) {
  font-size: 15px;
  margin-top: 28px;
  color: #d7dfe6;
}
.about-story {
  display: grid;
  grid-template-columns: .65fr 1.4fr;
  gap: 7vw;
}
.about-story>div>p:not(.eyebrow) {
  font-size: 15px;
  margin-top: 24px;
}
.values {
  background: var(--ivory);
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 26px;
}
.values article {
  border-top: 2px solid var(--gold);
  padding-top: 25px;
}
.values article span {
  font-size: 11px;
  color: var(--gold-dark);
}
.values h3 {
  font-size: 30px;
  margin: 0 0 15px;
}
.values p {
  font-size: 14px;
}
.consultation-hero {
  background: var(--ivory);
  display: grid;
  grid-template-columns: 1.3fr .7fr;
  gap: 7vw;
  padding: 80px clamp(24px,7vw,112px);
}
.consultation-hero h1 {
  font-size: clamp(40px,4.7vw,70px);
}
.consultation-hero>div>p:not(.eyebrow) {
  font-size: 15px;
  margin-top: 28px;
}
.consultation-hero aside {
  align-self: end;
  background: var(--navy);
  color: var(--ivory);
  padding: 30px;
  border-top: 3px solid var(--gold);
}
.consultation-hero aside h2 {
  font-size: 25px;
  color: inherit;
  margin-bottom: 24px;
}
.consultation-hero ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.consultation-hero li {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 16px;
  border-top: 1px solid #ffffff30;
  padding: 16px 0;
  font-size: 12px;
  line-height: 1.7;
}
.consultation-hero li span {
  color: var(--gold);
  font-size: 10px;
}
.form-section {
  display: grid;
  grid-template-columns: .65fr 1.35fr;
  gap: 7vw;
}
.form-section>div>p:not(.eyebrow) {
  font-size: 14px;
}
.lead-form {
  padding: 38px;
  display: grid;
  gap: 22px;
  background: var(--ivory);
  border: 1px solid var(--line);
  border-top: 3px solid var(--gold);
  min-width: 0;
}
.field-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.lead-form label {
  display: grid;
  gap: 9px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.lead-form input,.lead-form select,.lead-form textarea {
  font-family: var(--font);
  font-size: 14px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 0;
  color: var(--navy);
  width: 100%;
  min-width: 0;
  padding: 14px;
}
.lead-form textarea {
  resize: vertical;
}
.lead-form .button {
  cursor: pointer;
}
.lead-form .button:disabled {
  opacity: .55;
}
.form-note {
  font-size: 11px;
  line-height: 1.8;
}
.form-error {
  color: #a52020;
  font-size: 12px;
}
.honeypot {
  position: absolute;
  left: -9999px;
}
.form-success {
  background: var(--ivory);
  border-top: 3px solid var(--gold);
  padding: 40px;
}
.form-success>span {
  color: var(--gold-dark);
  font-size: 55px;
}
.form-success p {
  font-size: 15px;
}
.form-success a {
  text-decoration: underline;
}
@media (min-width:1500px) {
  .hero-portrait {
    min-height: 760px;
  }
  .portrait-frame {
    inset: 48px 50px 75px;
  }
  .portrait-caption {
    left: 50px;
  }
}
@media (max-width:1100px) {
  .hero-copy {
    padding: 60px 30px;
  }
  .hero h1 {
    font-size: 68px;
  }
  .hero-portrait {
    min-height: 690px;
  }
  .portrait-frame {
    inset: 30px 20px 80px;
  }
  .portrait-caption {
    left: 20px;
  }
  .section-heading {
    gap: 40px;
  }
  .service-row {
    padding: 28px 22px;
  }
  .offer-grid {
    grid-template-columns: 1fr;
  }
  .offer-grid article {
    padding: 32px;
  }
  .about-hero h1 {
    font-size: 44px;
  }
}
@media (max-width:850px) {
  .site-header {
    padding: 10px 24px;
    flex-wrap: wrap;
    gap: 8px;
    position: relative;
  }
  .site-header nav {
    gap: 18px;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .brand img {
    width: 82px;
    height: 82px;
  }
  .hero {
    grid-template-columns: 1fr 1fr;
  }
  .hero h1 {
    font-size: 54px;
  }
  .hero-lead {
    font-size: 15px;
  }
  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .hero-portrait {
    min-height: 690px;
  }
  .portrait-frame {
    inset: 28px 14px 100px;
  }
  .portrait-caption {
    left: 14px;
  }
  .portrait-caption p {
    font-size: 17px;
  }
  .portrait-caption span {
    font-size: 8px;
  }
  .statement,.section-heading,.expertise,.about,.assessment,.inner-hero,.about-hero,.about-story,.consultation-hero,.form-section,.testimonials {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .service-list {
    grid-template-columns: 1fr;
  }
  .service-row {
    padding: 32px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .service-row h3 {
    font-size: 28px;
  }
  .service-row ul {
    margin-top: 0;
  }
  .about-aside {
    border-right: 0;
    padding: 0;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
  }
  .testimonial-heading {
    padding: 0 0 10px;
  }
  .testimonial-pair {
    grid-template-columns: 1fr;
  }
  .about-photo {
    height: 580px;
  }
  .inner-hero {
    min-height: auto;
  }
  .inner-hero aside {
    max-width: 650px;
  }
  .inner-hero h1 {
    max-width: 780px;
  }
  .consultation-hero aside {
    max-width: 650px;
  }
  .growth-ticker div span:nth-of-type(n+5),.growth-ticker div b:nth-of-type(n+4) {
    display: none;
  }
  .values {
    gap: 20px;
  }
  .values h3 {
    font-size: 26px;
  }
  footer {
    gap: 35px;
  }
}
@media (max-width:600px) {
  html {
    scroll-padding-top: 20px;
  }
  .site-header {
    display: grid;
    grid-template-columns: 1fr;
    padding: 12px 20px;
  }
  .brand {
    justify-self: center;
  }
  .brand img {
    height: 80px;
    width: 80px;
  }
  .site-header nav {
    justify-content: center;
    gap: 8px 19px;
    font-size: 11px;
  }
  .nav-cta {
    padding: 11px 15px;
    margin-bottom: 3px;
  }
  .hero {
    grid-template-columns: 1fr;
  }
  .hero-copy {
    padding: 54px 24px 44px;
  }
  .hero h1 {
    font-size: clamp(54px,13vw,76px);
  }
  .hero .eyebrow {
    font-size: 10px;
  }
  .hero-actions {
    align-items: start;
    gap: 15px;
  }
  .hero-note {
    margin-top: 28px;
  }
  .hero-portrait {
    min-height: 520px;
  }
  .portrait-frame {
    inset: 24px 24px 74px;
  }
  .portrait-frame img {
    object-position: 50% 25%;
  }
  .portrait-caption {
    left: 24px;
    bottom: 21px;
  }
  .portrait-caption p {
    font-size: 19px;
  }
  .growth-ticker {
    font-size: 8px;
    padding: 18px 16px;
    letter-spacing: .1em;
  }
  .growth-ticker div {
    gap: 12px;
  }
  .statement blockquote {
    font-size: 30px;
  }
  .section-index {
    margin: 0;
  }
  .section-heading {
    margin-bottom: 30px;
  }
  .service-row {
    padding: 30px 24px;
  }
  .expertise-grid p {
    font-size: 18px;
  }
  .testimonial-feature {
    padding: 30px 26px;
  }
  .testimonial-pair article {
    padding: 28px 24px;
  }
  .testimonial-pair blockquote {
    font-size: 21px;
  }
  .assessment-card {
    padding: 28px 22px;
  }
  .assessment-card h3 {
    font-size: 24px;
  }
  .inner-hero,.consultation-hero {
    padding: 55px 24px;
  }
  .inner-hero h1,.consultation-hero h1,.about-hero h1 {
    font-size: 40px;
    letter-spacing: -.045em;
  }
  .about-photo {
    height: 490px;
  }
  .about-hero>div:last-child {
    padding: 40px 24px;
  }
  .values {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .field-pair {
    grid-template-columns: 1fr;
  }
  .lead-form {
    padding: 28px 20px;
  }
  .lead-form input,.lead-form select,.lead-form textarea {
    font-size: 16px;
  }
  .outcomes>div p {
    font-size: 18px;
  }
  .form-success {
    padding: 28px 24px;
  }
  footer {
    grid-template-columns: 1fr 1fr;
    padding: 42px 24px 25px;
  }
  .footer-brand {
    grid-column: 1/-1;
  }
  .copyright {
    font-size: 12px;
  }
}
@media (max-width:700px) {
  .action-hub-grid {
    grid-template-columns: 1fr;
  }
  .hero.hero-no-photo .hero-copy {
    padding-right: 24px;
  }
}
@media (prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto;
  }
  *,*:before,*:after {
    animation: none !important;
    transition: none !important;
  }
}
