/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: Arial, sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-slate-600: oklch(44.6% 0.043 257.281);
    --color-slate-900: oklch(20.8% 0.042 265.755);
    --color-black: #000;
    --spacing: 0.25rem;
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --font-weight-bold: 700;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-brand-dark: #0f2236;
    --color-brand-navy: #17324d;
    --color-brand-blue: #2a537d;
    --color-brand-light-blue: #204261;
    --color-brand-gold: #b8924f;
    --color-brand-gold-hover: #9b773a;
    --color-brand-gold-light: #d7ba7d;
    --color-bg-main: #f8f7f4;
    --color-bg-alt: #e8edf2;
    --color-border-alt: #d6dce2;
    --color-text-charcoal: #2c2c2c;
    --color-text-muted: #eef3f8;
  }
}
@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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, 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:where(:not(iframe)) {
    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;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .top-0 {
    top: 0px;
  }
  .z-50 {
    z-index: 50;
  }
  .container {
    width: 100%;
    @media (width >= 600px) {
      max-width: 600px;
    }
    @media (width >= 900px) {
      max-width: 900px;
    }
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1150px;
    padding-left: env(safe-area-inset-left, 0px);
    padding-right: env(safe-area-inset-right, 0px);
    width: 90%;
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .nav-logo {
    filter: brightness(0) invert(1);
    margin-bottom: 0;
    max-width: 180px;
    @media (max-width: 900px) {
      max-width: 150px;
    }
  }
  .mb-0 {
    margin-bottom: 0px;
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .button-gold {
    background: var(--color-brand-gold);
    border: 0;
    border-radius: 4px;
    color: white !important;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    padding: 14px 28px;
    text-decoration: none;
    transition: background-color 0.2s;
    &:hover {
      background: var(--color-brand-gold-hover);
    }
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .table {
    display: table;
  }
  .grow {
    flex-grow: 1;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  :where(.space-y-2 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .text-brand-gold-light {
    color: var(--color-brand-gold-light);
  }
  .text-slate-900 {
    color: var(--color-slate-900);
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-black\/20 {
    --tw-shadow-color: color-mix(in srgb, #000 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-black) 20%, transparent) var(--tw-shadow-alpha), transparent);
    }
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  @media (hover: hover) {
    .hover\:underline:hover {
      text-decoration-line: underline;
    }
  }
}
h2 {
  color: var(--color-brand-navy);
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 25px;
}
h3 {
  color: var(--color-brand-navy);
  font-weight: 700;
  margin-bottom: 12px;
}
p {
  font-size: 18px;
  margin-bottom: 18px;
}
section {
  display: block;
  padding: 75px 0;
  width: 100%;
}
html {
  background-color: var(--color-brand-dark);
}
body {
  -webkit-text-size-adjust: 100%;
  background: var(--color-bg-main);
  color: var(--color-text-charcoal);
  line-height: 1.7;
  max-width: 100vw;
  min-height: 100vh;
  overflow-x: hidden;
  position: relative;
  width: 100vw;
}
@media (max-width: 600px) {
  h2 {
    font-size: 30px;
  }
  p {
    font-size: 16px;
  }
  section {
    padding: 50px 0;
  }
}
.site-navigation {
  background: var(--color-brand-gold);
  box-shadow: 0 2px 8px rgb(15 34 54 / 12%);
  padding: 12px 0;
}
.site-navigation-inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.site-navigation-brand {
  display: inline-flex;
  flex: 0 0 auto;
}
.site-navigation-menu {
  align-items: center;
  display: flex;
  gap: clamp(12px, 1.7vw, 24px);
}
.site-navigation-link, .site-navigation-contact, .site-navigation-dropdown a {
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
.site-navigation-link {
  color: white;
  white-space: nowrap;
}
.site-navigation-link:hover, .site-navigation-link:focus-visible {
  color: var(--color-brand-navy);
}
.site-navigation-group {
  position: relative;
}
.site-navigation-group-heading {
  align-items: center;
  display: flex;
  gap: 5px;
}
.site-navigation-dropdown-toggle {
  align-items: center;
  background: transparent;
  border: 0;
  color: white;
  cursor: pointer;
  display: inline-flex;
  height: 28px;
  justify-content: center;
  padding: 0;
  width: 20px;
}
.site-navigation-dropdown-toggle > span:last-child {
  border-bottom: 2px solid currentColor;
  border-right: 2px solid currentColor;
  display: block;
  height: 7px;
  transform: rotate(45deg) translate(-1px, 1px);
  transition: transform 0.2s ease;
  width: 7px;
}
.site-navigation-group.is-open .site-navigation-dropdown-toggle > span:last-child {
  transform: rotate(225deg) translate(-1px, 1px);
}
.site-navigation-dropdown {
  background: var(--color-brand-navy);
  border-radius: 4px;
  box-shadow: 0 12px 28px rgb(15 34 54 / 22%);
  display: none;
  left: 0;
  min-width: 230px;
  padding: 8px;
  position: absolute;
  top: calc(100% + 10px);
}
.site-navigation-dropdown::before {
  content: "";
  height: 12px;
  left: 0;
  position: absolute;
  right: 0;
  top: -10px;
}
.site-navigation-group:hover .site-navigation-dropdown, .site-navigation-group:focus-within .site-navigation-dropdown, .site-navigation-group.is-open .site-navigation-dropdown {
  display: grid;
}
.site-navigation-dropdown a {
  color: white;
  padding: 8px 10px;
  white-space: nowrap;
}
.site-navigation-dropdown a:hover, .site-navigation-dropdown a:focus-visible {
  background: rgb(255 255 255 / 9%);
  color: var(--color-brand-gold-light);
}
.site-navigation-contact {
  background: var(--color-brand-navy);
  border-radius: 4px;
  color: white;
  padding: 8px 13px;
}
.site-navigation-contact:hover, .site-navigation-contact:focus-visible {
  background: var(--color-brand-dark);
}
.site-navigation-toggle {
  align-items: center;
  background: var(--color-brand-navy);
  border: 0;
  border-radius: 4px;
  color: white;
  cursor: pointer;
  display: none;
  font-size: 14px;
  font-weight: 700;
  gap: 9px;
  padding: 9px 12px;
}
.site-navigation-toggle-icon, .site-navigation-toggle-icon::before, .site-navigation-toggle-icon::after {
  background: currentColor;
  content: "";
  display: block;
  height: 2px;
  position: relative;
  width: 18px;
}
.site-navigation-toggle-icon::before {
  position: absolute;
  top: -6px;
}
.site-navigation-toggle-icon::after {
  position: absolute;
  top: 6px;
}
@media (max-width: 1100px) {
  .site-navigation-toggle {
    display: inline-flex;
  }
  .site-navigation-menu {
    align-items: stretch;
    background: var(--color-brand-gold);
    box-shadow: 0 12px 20px rgb(15 34 54 / 18%);
    display: none;
    gap: 0;
    left: -5.6%;
    padding: 10px 5.6% 18px;
    position: absolute;
    right: -5.6%;
    top: calc(100% + 12px);
  }
  .site-navigation.is-menu-open .site-navigation-menu {
    display: grid;
  }
  .site-navigation-link, .site-navigation-contact {
    display: block;
    padding: 10px 8px;
  }
  .site-navigation-group-heading {
    justify-content: space-between;
  }
  .site-navigation-group-heading .site-navigation-link {
    flex: 1;
  }
  .site-navigation-dropdown-toggle {
    height: 42px;
    width: 42px;
  }
  .site-navigation-group:hover .site-navigation-dropdown, .site-navigation-group:focus-within .site-navigation-dropdown {
    display: none;
  }
  .site-navigation-group.is-open .site-navigation-dropdown {
    display: grid;
  }
  .site-navigation-dropdown {
    background: rgb(23 50 77 / 12%);
    border-radius: 0;
    box-shadow: none;
    min-width: 0;
    padding: 4px 12px 8px;
    position: static;
  }
  .site-navigation-dropdown::before {
    display: none;
  }
  .site-navigation-dropdown a {
    padding: 7px 10px;
  }
  .site-navigation-contact {
    margin-top: 8px;
    text-align: center;
  }
}
.section-main {
  background: var(--color-bg-main);
}
.section-alt {
  background: var(--color-bg-alt);
}
.section-white {
  background: white;
}
.section-process {
  background: var(--color-brand-navy);
}
.page-section-copy p:last-child {
  margin-bottom: 0;
}
.curved-bottom-section {
  margin-bottom: 100px;
  padding-bottom: 25px;
  position: relative;
  z-index: 0;
}
.curved-bottom-section::after {
  background: inherit;
  border-radius: 0 0 50% 50%;
  bottom: -100px;
  content: "";
  height: 270px;
  left: -5%;
  position: absolute;
  width: 110%;
  z-index: -1;
}
.mountain-watermark {
  overflow: hidden;
  position: relative;
}
.mountain-watermark > .container {
  position: relative;
  z-index: 1;
}
.mountain-watermark::before {
  background: url("/images/mountains-gold.svg") center / contain no-repeat;
  bottom: -120px;
  content: "";
  height: min(58vw, 540px);
  opacity: 0.075;
  pointer-events: none;
  position: absolute;
  right: -100px;
  width: min(88vw, 780px);
  z-index: 0;
}
.topographic-texture {
  overflow: hidden;
  position: relative;
}
.topographic-texture > .container {
  position: relative;
  z-index: 1;
}
.topographic-texture::before {
  background-image: url("/images/topography.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  inset: 0;
  opacity: 0.05;
  pointer-events: none;
  position: absolute;
  width: 125%;
  z-index: 0;
}
.feature-card-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 35px;
}
.feature-card {
  background: white;
  position: relative;
  text-align: center;
}
.feature-card-grid-count-4 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.feature-card-accent {
  border-radius: 6px;
  border-top: 5px solid var(--color-brand-gold);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  padding: 30px;
}
.feature-card-bordered {
  border: 1px solid rgba(202, 213, 226, 0.8);
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  padding: 28px;
  transition: box-shadow 180ms ease, transform 180ms ease;
}
.feature-card-bordered:hover {
  box-shadow: 0 10px 25px rgba(23, 50, 77, 0.1);
  transform: translateY(-2px);
}
.feature-card-grid-icon-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.feature-card-icon-list {
  align-items: center;
  border: 1px solid rgba(202, 213, 226, 0.75);
  border-left: 4px solid var(--color-brand-gold);
  border-radius: 7px;
  box-shadow: 0 5px 18px rgba(23, 50, 77, 0.07);
  display: grid;
  gap: 22px;
  grid-template-columns: 64px 1fr;
  min-height: 112px;
  padding: 22px 26px;
  text-align: left;
}
.feature-card-icon-list .feature-card-icon {
  height: 54px;
  margin: 0;
  width: 54px;
}
.feature-card-icon-list h3 {
  margin: 0;
}
.feature-card-icon {
  display: block;
  height: 80px;
  margin: 0 auto 22px;
  width: 80px;
}
.feature-card p {
  color: var(--color-slate-600);
  font-size: 16px;
  margin-bottom: 0;
}
.feature-card-action {
  margin-top: 24px;
}
.feature-card-grid-callout {
  font-size: 20px;
  margin: 34px 0 0;
}
.content-eyebrow {
  color: var(--color-brand-gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  margin-bottom: 14px;
  text-transform: uppercase;
}
.content-split, .criteria-layout {
  align-items: start;
  display: grid;
  gap: clamp(36px, 7vw, 100px);
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
}
.content-split h2, .criteria-layout h2, .process-panel h2, .content-cta h2 {
  margin-bottom: 0;
}
.criteria-copy h2 + p {
  margin-top: 24px;
}
.content-split-copy p:last-child, .content-split-heading-copy p:last-child, .criteria-copy p:last-child {
  margin-bottom: 0;
}
.content-split-heading-copy {
  margin-top: 24px;
}
.content-split-action {
  margin-top: 28px;
}
.content-note {
  border-left: 3px solid var(--color-brand-gold);
  color: var(--color-brand-navy);
  font-weight: 700;
  padding-left: 18px;
}
.content-item-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.content-split-copy > .content-item-list {
  margin-top: 34px;
}
.content-item-list li {
  align-items: start;
  border-bottom: 1px solid var(--color-border-alt);
  display: grid;
  gap: 16px;
  grid-template-columns: 36px 1fr;
  padding: 18px 0;
}
.content-item-list li:first-child {
  padding-top: 0;
}
.content-item-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.content-item-list h3 {
  font-size: 18px;
  margin-bottom: 4px;
}
.content-item-list p {
  color: var(--color-slate-600);
  margin: 0;
}
.content-item-marker {
  color: var(--color-brand-gold);
  font-size: 13px;
  font-weight: 700;
  padding-top: 4px;
}
.content-item-list-checked .content-item-marker {
  font-size: 18px;
  padding-top: 0;
}
.content-item-list-plain .content-item-marker {
  display: none;
}
.content-item-list-plain li {
  grid-template-columns: 1fr;
}
.section-navigation {
  background: white;
  border-bottom: 1px solid var(--color-border-alt);
  box-shadow: 0 5px 16px rgba(15, 34, 54, 0.07);
}
.section-navigation ul {
  align-items: stretch;
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.section-navigation li {
  display: flex;
}
.section-navigation a {
  border-bottom: 4px solid transparent;
  color: var(--color-brand-navy);
  display: block;
  font-size: 16px;
  font-weight: 700;
  padding: 20px clamp(18px, 3vw, 42px) 16px;
  text-align: center;
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}
.section-navigation a:hover {
  background: var(--color-bg-alt);
  border-bottom-color: var(--color-brand-gold);
  color: var(--color-brand-blue);
}
.section-navigation a:focus-visible {
  outline: 2px solid var(--color-brand-blue);
  outline-offset: -4px;
}
.page-section[id] {
  scroll-margin-top: 80px;
}
@media (max-width: 600px) {
  .section-navigation ul {
    align-items: stretch;
    flex-direction: column;
  }
  .section-navigation li, .section-navigation a {
    width: 100%;
  }
  .section-navigation a {
    border-bottom: 1px solid var(--color-border-alt);
    border-left: 4px solid transparent;
    padding: 14px 20px;
  }
  .section-navigation a:hover {
    border-bottom-color: var(--color-border-alt);
    border-left-color: var(--color-brand-gold);
  }
}
.tabbed-content {
  margin-top: 34px;
}
.content-split-has-content > .content-split-copy > .tabbed-content {
  margin-top: 26px;
}
.tab-list {
  display: flex;
  gap: 8px;
}
.tab-button {
  background: var(--color-bg-alt);
  border: 0;
  border-radius: 4px;
  color: var(--color-slate-600);
  cursor: pointer;
  flex: 1;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  padding: 15px 18px;
  position: relative;
  text-align: center;
  transition: background-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
}
.tab-button::after {
  background: var(--color-brand-gold);
  border-radius: 0 0 4px 4px;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  transition: opacity 160ms ease;
}
.tab-button:hover:not([aria-selected="true"]) {
  background: var(--color-bg-alt);
  color: var(--color-brand-navy);
}
.tab-button[aria-selected="true"] {
  background: var(--color-brand-navy);
  color: white;
}
.tab-button[aria-selected="true"]::after {
  opacity: 1;
}
.tab-button:focus-visible {
  outline: 2px solid var(--color-brand-blue);
  outline-offset: -4px;
}
.tab-panel {
  padding-top: 26px;
}
.tab-panel + .tab-panel {
  border-top: 1px solid var(--color-border-alt);
  margin-top: 30px;
}
.tabs-ready .tab-panel + .tab-panel {
  border-top: 0;
  margin-top: 0;
}
.tabs-ready .tab-panel[hidden] {
  display: none;
}
.disclosure-list {
  margin-top: 34px;
}
.disclosure-item {
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--color-border-alt);
}
.disclosure-item:first-child {
  border-radius: 6px 6px 0 0;
}
.disclosure-item:last-child {
  border-bottom: 0;
  border-radius: 0 0 6px 6px;
}
.disclosure-item summary {
  align-items: center;
  cursor: pointer;
  display: grid;
  gap: 18px;
  grid-template-columns: 38px 1fr 24px;
  list-style: none;
  padding: 22px 26px;
}
.disclosure-list-unnumbered .disclosure-item summary {
  grid-template-columns: 1fr 24px;
}
.disclosure-item summary::-webkit-details-marker {
  display: none;
}
.disclosure-item summary:focus-visible {
  outline: 2px solid var(--color-brand-blue);
  outline-offset: -4px;
}
.disclosure-number {
  color: var(--color-brand-gold);
  font-size: 13px;
  font-weight: 700;
}
.disclosure-title {
  color: var(--color-brand-navy);
  font-size: 19px;
  font-weight: 700;
}
.disclosure-toggle {
  height: 18px;
  position: relative;
  width: 18px;
}
.disclosure-toggle::before, .disclosure-toggle::after {
  background: var(--color-brand-navy);
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.disclosure-toggle::before {
  height: 2px;
  width: 16px;
}
.disclosure-toggle::after {
  height: 16px;
  transition: transform 160ms ease;
  width: 2px;
}
.disclosure-item[open] .disclosure-toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.disclosure-content {
  padding: 0 68px 26px 82px;
}
.disclosure-list-unnumbered .disclosure-content {
  padding-left: 26px;
}
.disclosure-content p {
  color: var(--color-slate-600);
}
.disclosure-question {
  border-left: 3px solid var(--color-brand-gold);
  color: var(--color-brand-navy) !important;
  margin: 24px 0 0;
  padding-left: 18px;
}
.pillar-grid, .process-step-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.pillar-grid-count-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.pillar-grid-count-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.process-step-grid-count-4 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  row-gap: 38px;
}
.pillar-grid {
  row-gap: 24px;
}
.page-section-copy + .pillar-grid {
  margin-top: 32px;
}
.pillar-item {
  border-left: 2px solid var(--color-brand-gold);
  padding: 0 24px;
}
.pillar-item h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
.pillar-item p {
  color: var(--color-slate-600);
  font-size: 15px;
  margin: 0;
}
.section-process .pillar-item h3 {
  color: white;
}
.section-process .pillar-item p {
  color: var(--color-text-muted);
}
.section-process > .container > h2 {
  color: white;
}
.section-process .page-section-copy {
  color: var(--color-text-muted);
  font-size: 19px;
  line-height: 1.75;
  margin-top: 24px;
  max-width: 920px;
}
.section-process .feature-card-grid-callout {
  color: white;
}
.referral-email-template {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--color-border-alt);
  border-radius: 8px;
  border-top: 5px solid var(--color-brand-gold);
  box-shadow: 0 16px 40px rgba(15, 34, 54, 0.1);
  margin-top: 34px;
  max-width: 900px;
  overflow: hidden;
}
.referral-email-subject {
  background: var(--color-bg-alt);
  border-bottom: 1px solid var(--color-border-alt);
  color: var(--color-brand-navy);
  margin: 0;
  padding: 20px clamp(24px, 4vw, 42px);
}
.referral-email-body {
  padding: clamp(28px, 5vw, 48px);
}
.referral-email-body p:last-child {
  margin-bottom: 0;
}
.pillar-grid-footer {
  border-top: 1px solid var(--color-border-alt);
  color: var(--color-slate-600);
  margin: 38px 0 0;
  padding-top: 24px;
}
.process-panel {
  color: white;
}
.process-panel .content-eyebrow {
  color: var(--color-brand-gold-light);
}
.process-panel-heading {
  align-items: center;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  margin-bottom: 42px;
}
.process-panel h2, .process-panel h3 {
  color: white;
}
.process-step {
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  display: grid;
  gap: 14px;
  grid-template-columns: 28px 1fr;
  padding: 0 24px;
}
.process-step:first-child {
  border-left: 0;
  padding-left: 0;
}
.process-step-grid-count-4 .process-step:nth-child(odd) {
  border-left: 0;
  padding-left: 0;
}
.process-step > span {
  color: var(--color-brand-gold-light);
  font-size: 12px;
  font-weight: 700;
}
.process-step h3 {
  font-size: 16px;
  margin-bottom: 8px;
}
.process-step p {
  color: var(--color-text-muted);
  font-size: 14px;
  margin: 0;
}
.process-panel-light {
  color: var(--color-brand-navy);
}
.process-panel-light .content-eyebrow, .process-panel-light .process-step > span {
  color: var(--color-brand-gold);
}
.process-panel-light h2, .process-panel-light h3 {
  color: var(--color-brand-navy);
}
.process-panel-light .process-step {
  border-left-color: var(--color-border-alt);
}
.process-panel-light .process-step p {
  color: var(--color-slate-600);
}
.button-outline-light, .button-outline-dark {
  border: 1px solid currentColor;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  padding: 11px 18px;
  text-decoration: none;
}
.button-outline-light {
  color: white;
}
.button-outline-dark {
  color: var(--color-brand-navy);
  text-align: center;
}
.criteria-card {
  background: white;
  box-shadow: 0 10px 30px rgba(23, 50, 77, 0.1);
  padding: 30px;
}
.criteria-metrics {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 26px;
}
.criteria-metrics strong {
  color: var(--color-brand-navy);
  display: block;
  font-size: 25px;
}
.criteria-metrics span {
  color: var(--color-slate-600);
  display: block;
  font-size: 13px;
  margin-top: 5px;
}
.criteria-card .button-outline-dark {
  display: block;
}
.content-cta {
  margin: 0 auto;
  max-width: 760px;
}
.content-cta-center {
  text-align: center;
}
.content-cta > p:not(.content-eyebrow) {
  margin: 18px auto 0;
  max-width: 680px;
}
.content-cta-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  justify-content: inherit;
  margin-top: 28px;
}
.content-cta-center .content-cta-actions {
  justify-content: center;
}
.text-link {
  color: var(--color-brand-navy);
  font-weight: 700;
  text-underline-offset: 4px;
}
@media (max-width: 900px) {
  .content-split, .criteria-layout {
    gap: 32px;
    grid-template-columns: 1fr;
  }
  .pillar-grid, .process-step-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 34px;
  }
  .process-step:nth-child(odd) {
    border-left: 0;
    padding-left: 0;
  }
}
.section-contact {
  background: linear-gradient( 135deg, var(--color-brand-navy) 0%, var(--color-brand-light-blue) 100% );
  color: white;
  text-align: center;
}
.section-contact h2 {
  color: white;
}
.section-contact p {
  color: var(--color-text-muted);
}
.site-footer {
  background: var(--color-bg-alt);
  color: var(--color-text-charcoal);
  padding: 28px 0 12px;
}
.site-footer-inner {
  align-items: start;
  display: grid;
  gap: clamp(24px, 4vw, 48px);
  grid-template-columns: minmax(0, 1.3fr) minmax(300px, 1.1fr) minmax(200px, 0.7fr);
}
.site-footer-summary p {
  color: var(--color-brand-navy);
  font-size: 15px;
  line-height: 1.55;
  margin: 0;
  max-width: 480px;
}
.site-footer-navigation {
  display: grid;
  gap: 5px 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.site-footer a {
  color: var(--color-brand-navy);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
.site-footer a:hover {
  color: var(--color-brand-gold-hover);
}
.site-footer-contact {
  color: var(--color-text-charcoal);
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-style: normal;
  gap: 3px;
}
.site-footer-contact span:first-child {
  color: var(--color-brand-navy);
  font-weight: 700;
}
.site-footer-legal {
  border-top: 1px solid color-mix(in srgb, #17324d 14%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    border-top: 1px solid color-mix(in srgb, var(--color-brand-navy) 14%, transparent);
  }
  margin-top: 22px;
  padding-top: 10px;
  text-align: center;
}
.site-footer-legal p {
  color: var(--color-text-charcoal);
  font-size: 12px;
  margin: 0;
}
.privacy-policy-content {
  max-width: 860px;
}
.privacy-policy-effective {
  color: var(--color-slate-600);
  font-size: 15px;
  margin-bottom: 36px;
}
.privacy-policy-content h2 {
  font-size: 28px;
  margin: 38px 0 14px;
}
.privacy-policy-content h2:first-of-type {
  margin-top: 0;
}
.privacy-policy-content a {
  color: var(--color-brand-navy);
  font-weight: 700;
}
.section-disclaimer {
  padding: 24px 0 0;
}
.educational-disclaimer {
  align-items: flex-start;
  background: var(--color-bg-alt);
  border-left: 4px solid var(--color-brand-gold);
  border-radius: 4px;
  display: flex;
  gap: 14px;
  margin: 0 auto;
  padding: 0 20px;
}
.educational-disclaimer-mark {
  align-items: center;
  background: var(--color-brand-navy);
  border-radius: 50%;
  color: white;
  display: flex;
  flex: 0 0 30px;
  font-family: Georgia, serif;
  font-size: 18px;
  font-weight: 700;
  height: 30px;
  justify-content: center;
  line-height: 1;
}
.educational-disclaimer h2 {
  font-size: 19px;
  margin: 0 0 5px;
}
.educational-disclaimer p {
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
}
.educational-disclaimer-review {
  border-top: 1px solid var(--color-border-alt);
  color: var(--color-brand-navy);
  font-weight: 700;
  margin-top: 14px !important;
  padding-top: 12px;
}
@media (max-width: 600px) {
  .educational-disclaimer {
    gap: 14px;
  }
}
@media (max-width: 900px) {
  .site-footer-inner {
    grid-template-columns: 1fr 1fr;
  }
  .site-footer-summary {
    grid-column: 1 / -1;
  }
}
@media (max-width: 640px) {
  .site-footer-inner {
    grid-template-columns: 1fr;
  }
  .site-footer-summary {
    grid-column: auto;
  }
}
.error-page {
  align-items: center;
  display: flex;
  min-height: calc(100vh - 142px);
}
.error-page-inner {
  max-width: 780px;
  text-align: center;
}
.error-code {
  color: rgba(184, 146, 79, 0.18);
  font-size: clamp(110px, 18vw, 220px);
  font-weight: 800;
  letter-spacing: -0.08em;
  line-height: 0.75;
  margin: 0 0 30px;
}
.error-page h1 {
  color: var(--color-brand-navy);
  font-size: clamp(40px, 5vw, 62px);
  line-height: 1.08;
  margin-bottom: 22px;
  text-wrap: balance;
}
.error-page-inner > p:not(.error-code, .content-eyebrow, .error-development-message) {
  color: var(--color-slate-600);
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
}
.error-page-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  margin-top: 30px;
}
.error-development-message {
  border-top: 1px solid var(--color-border-alt);
  color: var(--color-slate-600);
  font-family: monospace;
  font-size: 13px;
  margin: 40px auto 0;
  max-width: 650px;
  padding-top: 20px;
}
@media (max-width: 900px) {
  .feature-card-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {
  .tab-list {
    gap: 4px;
  }
  .tab-button {
    font-size: 13px;
    padding: 13px 9px;
  }
  .disclosure-item summary {
    gap: 12px;
    grid-template-columns: 28px 1fr 20px;
    padding: 18px;
  }
  .disclosure-list-unnumbered .disclosure-item summary {
    grid-template-columns: 1fr 20px;
  }
  .disclosure-title {
    font-size: 16px;
  }
  .disclosure-content {
    padding: 0 18px 22px 58px;
  }
  .disclosure-list-unnumbered .disclosure-content {
    padding-left: 18px;
  }
  .pillar-grid, .process-step-grid {
    grid-template-columns: 1fr;
  }
  .pillar-item {
    padding-right: 0;
  }
  .process-panel-heading {
    align-items: flex-start;
    flex-direction: column;
  }
  .process-step {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    padding: 22px 0 0;
  }
  .process-panel-light .process-step {
    border-top-color: var(--color-border-alt);
  }
  .process-step:first-child {
    border-top: 0;
    padding-top: 0;
  }
  .criteria-metrics {
    grid-template-columns: 1fr;
  }
  .content-cta-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .error-page-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .mountain-watermark::before {
    bottom: 20px;
    height: 150px;
    opacity: 0.055;
    right: -100px;
    width: 420px;
  }
  .topographic-texture::before {
    opacity: 0.035;
  }
}
.interior-hero {
  background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.08), transparent 35%), linear-gradient( 135deg, var(--color-brand-dark) 0%, var(--color-brand-navy) 55%, var(--color-brand-blue) 100% );
  color: white;
  text-align: center;
}
.interior-hero-layout {
  margin: 0 auto;
}
.interior-hero-has-media .interior-hero-layout {
  align-items: center;
  display: grid;
  gap: clamp(48px, 7vw, 92px);
  grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
  text-align: left;
}
.interior-hero-has-media .interior-hero-intro {
  margin-left: 0;
}
.interior-hero-has-media .interior-hero-actions {
  justify-content: flex-start;
}
.interior-hero-media img {
  aspect-ratio: 1;
  border: 4px solid var(--color-brand-gold);
  border-radius: 50%;
  display: block;
  object-fit: cover;
  width: 100%;
}
.interior-hero h1 {
  font-size: clamp(40px, 4vw, 48px);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 18px;
  text-wrap: balance;
}
.interior-hero-intro {
  margin: 0 auto;
  max-width: 780px;
}
.interior-hero-intro p {
  color: var(--color-text-muted);
  font-size: 21px;
  margin-bottom: 0;
  text-wrap: pretty;
}
.interior-hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: center;
  margin-top: 28px;
}
.interior-hero-actions .button-outline-light {
  color: white;
}
.interior-section-heading {
  margin-bottom: 32px;
}
.interior-section-heading p {
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .interior-hero h1 {
    font-size: 36px;
  }
  .interior-hero-intro p {
    font-size: 18px;
  }
  .interior-hero-actions {
    align-items: stretch;
    flex-direction: column;
  }
}
@media (max-width: 900px) {
  .interior-hero-has-media .interior-hero-layout {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .interior-hero-has-media .interior-hero-intro {
    margin-left: auto;
  }
  .interior-hero-has-media .interior-hero-actions {
    justify-content: center;
  }
  .interior-hero-media {
    margin: 0 auto;
    max-width: 280px;
    order: -1;
  }
}
.interior-hero-intro .home-hero-reassurance {
  border-top: 3px solid var(--color-brand-gold);
  color: white;
  font-size: 15px;
  margin: 28px auto 0;
  max-width: 720px;
  padding-top: 18px;
}
.home-guide-photo img {
  aspect-ratio: 1;
  border: 4px solid var(--color-brand-gold);
  border-radius: 50%;
  box-shadow: 0 18px 42px rgba(15, 34, 54, 0.16);
  display: block;
  margin: 0 auto;
  max-width: 380px;
  object-fit: cover;
  width: 100%;
}
.home-guide-photo + .content-split-action {
  text-align: center;
}
.accordion {
  display: grid;
  gap: 14px;
}
.page-section > .container > h2 + .accordion {
  margin-top: 34px;
}
.accordion-item {
  background: white;
  border: 1px solid var(--color-border-alt);
  border-left: 5px solid var(--color-brand-gold);
  border-radius: 6px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.accordion-item summary {
  align-items: center;
  color: var(--color-brand-navy);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 22px 26px;
}
.accordion-item summary::-webkit-details-marker {
  display: none;
}
.accordion-item summary::after {
  color: var(--color-brand-gold-hover);
  content: "+";
  flex: 0 0 auto;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  margin-left: 24px;
}
.accordion-item[open] summary::after {
  content: "−";
}
.accordion-item summary strong, .accordion-item summary small {
  display: block;
}
.accordion-item summary strong {
  font-size: 20px;
}
.accordion-item summary small {
  color: var(--color-brand-gold-hover);
  font-size: 15px;
  font-weight: 700;
  margin-top: 3px;
}
.accordion-content {
  border-top: 1px solid var(--color-border-alt);
  padding: 24px 26px 26px;
}
.accordion-content p:last-child {
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .accordion-item summary, .accordion-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.contact-page {
  background: radial-gradient(circle at 8% 12%, rgba(184, 146, 79, 0.08), transparent 26%), var(--color-bg-main);
}
.contact-layout {
  align-items: start;
  display: grid;
  gap: clamp(42px, 6vw, 82px);
  grid-template-columns: minmax(380px, 1fr) minmax(440px, 1.1fr);
}
.contact-intro > .tabbed-content {
  margin-top: 20px;
}
.contact-eyebrow {
  color: var(--color-brand-gold-hover);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.contact-intro h1 {
  color: var(--color-brand-navy);
  font-size: 46px;
  font-weight: 700;
  line-height: 1.12;
  margin-bottom: 24px;
  text-wrap: balance;
}
.contact-intro > p:not(.contact-eyebrow) {
  color: #4b5560;
  font-size: 19px;
  line-height: 1.75;
}
.contact-direct {
  border-left: 5px solid var(--color-brand-gold);
  margin-top: 60px;
  padding-left: 22px;
}
.contact-direct h2 {
  font-size: 21px;
  margin-bottom: 12px;
}
.contact-direct a {
  color: var(--color-brand-navy);
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin-top: 6px;
  text-decoration: none;
}
.contact-direct a:hover {
  color: var(--color-brand-gold-hover);
  text-decoration: underline;
}
.contact-form-card {
  background: white;
  border: 1px solid rgba(23, 50, 77, 0.1);
  border-radius: 10px;
  border-top: 5px solid var(--color-brand-gold);
  box-shadow: 0 18px 45px rgba(15, 34, 54, 0.1);
  padding: clamp(26px, 4vw, 42px);
}
.contact-form-heading {
  border-bottom: 1px solid var(--color-border-alt);
  margin-bottom: 28px;
  padding-bottom: 22px;
}
.contact-form-heading h2 {
  font-size: 28px;
  margin-bottom: 7px;
}
.contact-form-heading p {
  color: #66717c;
  font-size: 15px;
  margin: 0;
}
.form-row {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.form-field {
  margin-bottom: 20px;
}
.form-field label {
  color: var(--color-brand-navy);
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 7px;
}
.form-field label span {
  color: #9a3c34;
}
.form-field input, .form-field select, .form-field textarea {
  appearance: none;
  background: white;
  border: 1px solid #aeb9c4;
  border-radius: 6px;
  color: var(--color-text-charcoal);
  display: block;
  font-size: 16px;
  font: inherit;
  line-height: 1.5;
  min-height: 50px;
  padding: 12px 14px;
  transition: border-color 0.2s, box-shadow 0.2s;
  width: 100%;
}
.form-field select {
  appearance: auto;
}
.form-field textarea {
  min-height: 170px;
  resize: vertical;
}
.form-field input::placeholder, .form-field textarea::placeholder {
  color: #87919b;
  opacity: 1;
}
.form-field input:hover, .form-field select:hover, .form-field textarea:hover {
  border-color: #7b8996;
}
.form-field input:focus, .form-field select:focus, .form-field textarea:focus {
  border-color: var(--color-brand-blue);
  box-shadow: 0 0 0 3px rgba(42, 83, 125, 0.15);
  outline: none;
}
.form-field input[aria-invalid="true"], .form-field select[aria-invalid="true"], .form-field textarea[aria-invalid="true"] {
  border-color: #a12622;
}
.field-error {
  color: #a12622;
  font-size: 14px;
  margin: 5px 0 0;
}
.field-hint {
  color: #66717c;
  font-size: 13px;
  margin: 5px 0 0;
}
.form-alert {
  border-radius: 4px;
  font-weight: 700;
  margin-bottom: 24px;
  padding: 14px 16px;
}
.form-alert-success {
  background: #e8f4ec;
  color: #245d37;
}
.form-alert-error {
  background: #fbeceb;
  color: #8b211e;
}
.contact-submit {
  border: 0;
  cursor: pointer;
  font-size: 17px;
  margin-top: 0;
  min-width: 170px;
}
.form-privacy {
  color: #5f6973;
  font-size: 14px;
  margin: 14px 0 0;
}
.form-consent {
  align-items: flex-start;
  display: flex;
  gap: 11px;
  margin: 4px 0 22px;
}
.form-consent input {
  accent-color: var(--color-brand-navy);
  flex: 0 0 auto;
  height: 18px;
  margin-top: 3px;
  width: 18px;
}
.form-consent label {
  color: var(--color-text-charcoal);
  font-size: 14px;
  line-height: 1.55;
}
.blocked-request {
  background: radial-gradient(circle at 15% 10%, rgba(184, 146, 79, 0.1), transparent 28%), var(--color-bg-main);
  min-height: 65vh;
}
.blocked-request-card {
  background: white;
  border-radius: 10px;
  border-top: 5px solid var(--color-brand-gold);
  box-shadow: 0 18px 45px rgba(15, 34, 54, 0.1);
  margin: 0 auto;
  max-width: 720px;
  padding: clamp(32px, 6vw, 58px);
  text-align: center;
}
.blocked-request-eyebrow {
  color: var(--color-brand-gold-hover);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.blocked-request-card h1 {
  color: var(--color-brand-navy);
  font-size: clamp(34px, 5vw, 46px);
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 20px;
}
.blocked-request-card > p:not(.blocked-request-eyebrow) {
  color: #4b5560;
  font-size: 18px;
  margin: 0 auto;
  max-width: 580px;
}
.blocked-request-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-top: 30px;
}
.blocked-request-actions .button-gold {
  margin-top: 0;
}
.blocked-request-link {
  color: var(--color-brand-navy);
  font-weight: 700;
  text-decoration: none;
}
.blocked-request-link:hover {
  color: var(--color-brand-gold-hover);
  text-decoration: underline;
}
.guide-request-layout {
  align-items: start;
  display: grid;
  gap: clamp(42px, 7vw, 88px);
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1fr);
}
.guide-request-copy h2 {
  font-size: clamp(34px, 4vw, 48px);
  margin-bottom: 20px;
}
.guide-request-copy > p:not(.content-eyebrow) {
  color: var(--color-text-charcoal);
  font-size: 18px;
  line-height: 1.7;
}
.guide-request-benefits {
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
}
.guide-request-benefits li {
  border-top: 1px solid var(--color-border-alt);
  color: var(--color-brand-navy);
  font-weight: 700;
  padding: 14px 0 14px 30px;
  position: relative;
}
.guide-request-benefits li::before {
  color: var(--color-brand-gold-hover);
  content: "✓";
  left: 2px;
  position: absolute;
}
.guide-request-form-card {
  max-width: 600px;
  width: 100%;
}
.guide-thank-you {
  min-height: 62vh;
}
.guide-thank-you-card {
  background: white;
  border-radius: 10px;
  border-top: 5px solid var(--color-brand-gold);
  box-shadow: 0 18px 45px rgba(15, 34, 54, 0.1);
  margin: 0 auto;
  max-width: 760px;
  padding: clamp(34px, 6vw, 64px);
  text-align: center;
}
.guide-thank-you-card h1 {
  font-size: clamp(34px, 5vw, 52px);
  margin-bottom: 20px;
  line-height: 1.25;
}
.guide-thank-you-card > p:not(.content-eyebrow, .guide-thank-you-note) {
  font-size: 18px;
  line-height: 1.7;
  margin: 0 auto 28px;
  max-width: 620px;
}
.guide-thank-you-note {
  color: var(--color-text-muted);
  font-size: 13px;
  margin: 18px 0 0;
}
@media (max-width: 900px) {
  .contact-layout {
    gap: 42px;
    grid-template-columns: 1fr;
  }
  .contact-intro {
    max-width: 720px;
  }
  .guide-request-layout {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {
  .contact-intro h1 {
    font-size: 36px;
  }
  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .contact-submit {
    width: 100%;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}
