.tier-one-page,
.tier-two-page,
.tier-three-page {
  --tier-gold: #b8792a;
  --tier-button-gold: #bd8739;
  --tier-bg: #f4f0eb;
  --tier-paper: #fbfaf7;
  --tier-soft-blue: #f1f4f8;
  --tier-soft-gold: #f8f3ed;
  --tier-max-width: 1160px;
  --tier-wide-gutter-space: 76px;
  --tier-mobile-gutter-space: 32px;
  --site-max-width: var(--tier-max-width);
  --site-inline-gutter-space: var(--tier-wide-gutter-space);
  background: var(--tier-paper);
}

:is(.tier-one-page, .tier-two-page, .tier-three-page) .topbar {
  font-size: 0.9rem !important;
  line-height: 1.15 !important;
}

:is(.tier-one-page, .tier-two-page, .tier-three-page) .topbar-inner {
  width: min(100%, 1240px);
  max-width: none;
  padding: 0.48rem 1.5rem !important;
}

:is(.tier-one-page, .tier-two-page, .tier-three-page) .site-header {
  width: min(calc(100% - 3rem), 1240px) !important;
  min-height: 82px !important;
  padding: 1.1rem 0 !important;
  gap: 1.25rem !important;
  box-shadow: none !important;
}

:is(.tier-one-page, .tier-two-page, .tier-three-page) .site-header::before {
  box-shadow: 0 2px 12px rgba(21, 34, 53, 0.05);
}

:is(.tier-one-page, .tier-two-page, .tier-three-page) .brand-line1,
:is(.tier-one-page, .tier-two-page, .tier-three-page) .brand-line2 {
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
}

:is(.tier-one-page, .tier-two-page, .tier-three-page) .brand-line1 {
  font-size: 1.18rem !important;
  line-height: 1.05 !important;
}

:is(.tier-one-page, .tier-two-page, .tier-three-page) .brand-line2 {
  font-size: 0.9rem !important;
  line-height: 1.05 !important;
}

:is(.tier-one-page, .tier-two-page, .tier-three-page) .site-nav a,
:is(.tier-one-page, .tier-two-page, .tier-three-page) .nav-more-toggle {
  position: relative;
  font-size: 0.9rem !important;
}

:is(.tier-one-page, .tier-two-page, .tier-three-page) .site-nav ul {
  flex-wrap: nowrap;
  gap: 1rem !important;
}

:is(.tier-one-page, .tier-two-page, .tier-three-page) .site-nav a[aria-current="page"]::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1.08rem;
  height: 2px;
  background: var(--navy);
}

:is(.tier-one-page, .tier-two-page, .tier-three-page) .t-btn-gold {
  background: var(--tier-button-gold) !important;
}

:is(.tier-one-page, .tier-two-page, .tier-three-page) .header-cta {
  min-height: 38px !important;
  padding: 0.72rem 1.1rem !important;
  display: inline-flex !important;
  align-items: center !important;
  background: var(--navy) !important;
  border-radius: 3px !important;
  box-shadow: none !important;
  color: #fff !important;
  font-size: 0.78rem !important;
}

:is(.tier-one-page, .tier-two-page, .tier-three-page) .t-hero {
  display: block;
  overflow: hidden;
  background: var(--tier-bg);
  border-bottom: 0;
}

.tier-one-page .t-hero {
  min-height: 495px;
}

.tier-two-page .t-hero {
  min-height: 469px;
}

.tier-three-page .t-hero {
  min-height: 463px;
}

:is(.tier-one-page, .tier-two-page, .tier-three-page) .t-hero-inner {
  width: min(calc(100% - var(--tier-wide-gutter-space)), var(--tier-max-width));
  margin: 0 auto;
  display: grid;
  overflow: hidden;
}

.tier-one-page .t-hero-inner {
  grid-template-columns: minmax(0, 50.4%) minmax(0, 49.6%);
  min-height: 495px;
}

.tier-two-page .t-hero-inner {
  grid-template-columns: minmax(0, 49.2%) minmax(0, 50.8%);
  min-height: 469px;
}

.tier-three-page .t-hero-inner {
  grid-template-columns: minmax(0, 48.2%) minmax(0, 51.8%);
  min-height: 463px;
}

:is(.tier-one-page, .tier-two-page, .tier-three-page) .t-hero-left {
  padding: 2.05rem 2.4rem 1.55rem clamp(2.4rem, 3.8vw, 3rem);
  background: var(--tier-bg);
  justify-content: center;
}

.tier-one-page .t-hero-left {
  padding-top: 2.3rem;
  padding-bottom: 1.75rem;
}

:is(.tier-one-page, .tier-two-page, .tier-three-page) .t-kicker {
  gap: 0.65rem;
  margin-bottom: 1rem;
  color: var(--tier-gold);
}

.tier-two-page .t-kicker::before,
.tier-three-page .t-kicker::before {
  content: none;
  display: none;
}

:is(.tier-one-page, .tier-two-page, .tier-three-page) .t-kicker::after {
  content: "";
  display: block;
  width: 2rem;
  height: 1px;
  background: var(--tier-gold);
  flex-shrink: 0;
}

:is(.tier-one-page, .tier-two-page, .tier-three-page) .t-hero-title {
  font-size: clamp(2.75rem, 4.35vw, 4.35rem);
  line-height: 0.98;
  letter-spacing: 0;
  color: var(--navy);
}

:is(.tier-one-page, .tier-two-page, .tier-three-page) .t-hero-title {
  max-width: none;
}

:is(.tier-one-page, .tier-two-page, .tier-three-page) .t-hero-sub {
  margin-top: 0.75rem;
  max-width: 27rem;
  font-size: 0.95rem;
  line-height: 1.56;
  color: rgba(21, 34, 53, 0.9);
}

:is(.tier-one-page, .tier-two-page, .tier-three-page) .t-hero-note {
  margin-top: 0.75rem;
  max-width: 27rem;
  gap: 0.7rem;
  font-size: 0.9rem;
  line-height: 1.55;
  color: rgba(21, 34, 53, 0.9);
}

:is(.tier-one-page, .tier-two-page, .tier-three-page) .t-hero-note svg {
  color: var(--tier-gold);
}

:is(.tier-one-page, .tier-two-page, .tier-three-page) .t-hero-actions {
  gap: 0.8rem;
  margin-top: 1.05rem;
}

:is(.tier-one-page, .tier-two-page, .tier-three-page) .t-btn-primary,
:is(.tier-one-page, .tier-two-page, .tier-three-page) .t-btn-outline,
:is(.tier-one-page, .tier-two-page, .tier-three-page) .t-btn-gold {
  min-height: 45px;
  padding: 0 1.72rem;
  border-radius: 2px;
  justify-content: center;
  line-height: 1;
}

:is(.tier-one-page, .tier-two-page, .tier-three-page) .t-proof {
  margin-top: 1.1rem;
  padding-top: 0.65rem;
}

:is(.tier-one-page, .tier-two-page, .tier-three-page) .t-proof-item {
  gap: 0.5rem;
  padding-right: 0.95rem;
}

:is(.tier-one-page, .tier-two-page, .tier-three-page) .t-proof-item:nth-child(2),
:is(.tier-one-page, .tier-two-page, .tier-three-page) .t-proof-item:last-child {
  padding-left: 0.95rem;
}

:is(.tier-one-page, .tier-two-page, .tier-three-page) .t-proof-icon {
  width: 34px;
  height: 34px;
  border-color: var(--tier-gold);
  color: var(--tier-gold);
}

:is(.tier-one-page, .tier-two-page, .tier-three-page) .t-proof-text strong {
  font-size: 0.72rem;
}

:is(.tier-one-page, .tier-two-page, .tier-three-page) .t-proof-text span {
  font-size: 0.68rem;
  line-height: 1.25;
  color: rgba(21, 34, 53, 0.76);
}

@media (max-width: 900px) {
  :is(.tier-one-page, .tier-two-page, .tier-three-page) .t-hero-left {
    min-width: 0;
  }

  :is(.tier-one-page, .tier-two-page, .tier-three-page) .t-hero-sub,
  :is(.tier-one-page, .tier-two-page, .tier-three-page) .t-hero-note {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  :is(.tier-one-page, .tier-two-page, .tier-three-page) .t-proof {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
    width: 100%;
    min-width: 0;
  }

  :is(.tier-one-page, .tier-two-page, .tier-three-page) .t-proof-item,
  :is(.tier-one-page, .tier-two-page, .tier-three-page) .t-proof-item:nth-child(2),
  :is(.tier-one-page, .tier-two-page, .tier-three-page) .t-proof-item:last-child {
    min-width: 0;
    padding-left: 0;
    padding-right: 0;
    border-right: 0;
  }

  :is(.tier-one-page, .tier-two-page, .tier-three-page) .t-proof-text {
    min-width: 0;
  }

  :is(.tier-one-page, .tier-two-page, .tier-three-page) .t-proof-text strong,
  :is(.tier-one-page, .tier-two-page, .tier-three-page) .t-proof-text span {
    overflow-wrap: anywhere;
  }
}

@media (max-width: 1100px) {
  :is(.tier-one-page, .tier-two-page, .tier-three-page) .header-cta {
    display: none !important;
  }
}

@media (max-width: 760px) {
  :is(.tier-one-page, .tier-two-page, .tier-three-page) .site-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 100 !important;
    width: 100% !important;
    min-height: 72px !important;
    margin: 0 !important;
    padding: 0.9rem 1.15rem !important;
    gap: 0.75rem !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
  }

  :is(.tier-one-page, .tier-two-page, .tier-three-page) .brand-wrap {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    max-width: none !important;
  }

  :is(.tier-one-page, .tier-two-page, .tier-three-page) .brand-line1 {
    font-size: 1.35rem !important;
    letter-spacing: 0.075em !important;
    line-height: 0.92 !important;
  }

  :is(.tier-one-page, .tier-two-page, .tier-three-page) .brand-line2 {
    font-size: 0.72rem !important;
    letter-spacing: 0.18em !important;
  }

  :is(.tier-one-page, .tier-two-page, .tier-three-page) .nav-toggle {
    display: grid !important;
    flex: 0 0 42px !important;
    width: 42px !important;
    height: 42px !important;
  }
}

@media (max-width: 520px) {
  :is(.tier-one-page, .tier-two-page, .tier-three-page) .t-proof {
    grid-template-columns: 1fr;
  }

  :is(.tier-one-page, .tier-two-page, .tier-three-page) .t-proof-item {
    align-items: flex-start;
  }
}

:is(.tier-one-page, .tier-two-page, .tier-three-page) .t-hero-right {
  min-height: 0;
  height: auto;
  border-bottom-left-radius: 16px;
  background-color: #e5dbcd;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.tier-one-page .t-hero-right {
  background-image: url("https://images.unsplash.com/photo-1618221195710-dd6b41faaea6?auto=format&fit=crop&w=1800&q=85");
}

.tier-two-page .t-hero-right {
  background-image: url("https://images.unsplash.com/photo-1616486338812-3dadae4b4ace?auto=format&fit=crop&w=1800&q=85");
}

.tier-three-page .t-hero-right {
  background-image: url("https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&fit=crop&w=1800&q=85");
}

:is(.tier-one-page, .tier-two-page, .tier-three-page) .t-hero-right > img,
:is(.tier-one-page, .tier-two-page, .tier-three-page) .t-hero-photo,
:is(.tier-one-page, .tier-two-page, .tier-three-page) .t-clipboard,
:is(.tier-one-page, .tier-two-page, .tier-three-page) .t-hero-badge {
  display: none !important;
}

:is(.tier-one-page, .tier-two-page, .tier-three-page) .t-cards,
:is(.tier-one-page, .tier-two-page, .tier-three-page) .t-process,
:is(.tier-one-page, .tier-two-page, .tier-three-page) .t-services,
:is(.tier-one-page, .tier-two-page, .tier-three-page) .t-scope {
  background: var(--tier-paper);
  border: 0;
}

:is(.tier-one-page, .tier-two-page, .tier-three-page) .t-cards-inner,
:is(.tier-one-page, .tier-two-page, .tier-three-page) .t-process-inner,
:is(.tier-one-page, .tier-two-page, .tier-three-page) .t-services-inner,
:is(.tier-one-page, .tier-two-page, .tier-three-page) .t-scope-inner,
:is(.tier-one-page, .tier-two-page, .tier-three-page) .t-bridge-wrap,
:is(.tier-one-page, .tier-two-page, .tier-three-page) .t-cta-inner {
  width: min(calc(100% - var(--tier-wide-gutter-space)), var(--tier-max-width));
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

:is(.tier-one-page, .tier-two-page, .tier-three-page) .t-cards-inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 2.65rem 0 1.2rem;
  gap: 1.2rem;
}

:is(.tier-one-page, .tier-two-page, .tier-three-page) .t-card {
  position: relative;
  min-height: 240px;
  padding: 2.35rem 1.75rem 1.15rem;
  border: 1px solid rgba(21, 34, 53, 0.12);
  border-radius: 8px;
  background: #fff;
}

:is(.tier-one-page, .tier-two-page, .tier-three-page) .t-card-icon {
  position: absolute;
  top: -19px;
  left: 50%;
  display: grid;
  width: 44px;
  height: 44px;
  margin: 0;
  place-items: center;
  border: 1.5px solid var(--tier-gold);
  background: #fff;
  color: var(--tier-gold);
  transform: translateX(-50%);
}

:is(.tier-one-page, .tier-two-page, .tier-three-page) .t-card-icon svg {
  width: 22px !important;
  height: 22px !important;
}

:is(.tier-one-page, .tier-two-page, .tier-three-page) .t-card h3 {
  margin-bottom: 0.6rem;
  font-size: 0.76rem;
  letter-spacing: 0.1em;
}

:is(.tier-one-page, .tier-two-page, .tier-three-page) .t-card p,
:is(.tier-one-page, .tier-two-page, .tier-three-page) .t-card ul li {
  font-size: 0.8rem;
  line-height: 1.38;
  color: rgba(21, 34, 53, 0.92);
}

:is(.tier-one-page, .tier-two-page, .tier-three-page) .t-card ul {
  gap: 0.32rem;
}

:is(.tier-one-page, .tier-two-page, .tier-three-page) .t-card ul li::before {
  color: var(--tier-gold);
}

.tier-two-page .t-process {
  padding-bottom: 0.65rem;
}

.tier-two-page .t-process-inner {
  padding: 1.05rem 2.15rem 1.15rem;
  border-radius: 10px;
  background: var(--tier-soft-gold);
}

.tier-two-page .t-process-inner h2 {
  margin: 0 0 1rem;
  text-align: left;
  font-size: 0.82rem;
  letter-spacing: 0.12em;
}

.tier-two-page .t-process-steps {
  align-items: flex-start;
}

.tier-two-page .t-process-step {
  padding: 0;
}

.tier-two-page .t-process-circle {
  width: 64px;
  height: 64px;
  margin-bottom: 0.45rem;
}

.tier-two-page .t-process-arrow {
  padding-top: 2rem;
}

.tier-two-page .t-step-num {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1;
}

.tier-two-page .t-step-title {
  margin: 0.3rem 0 0.4rem;
  font-size: 0.7rem;
  line-height: 1.25;
}

.tier-two-page .t-step-desc {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.42;
  color: rgba(21, 34, 53, 0.92);
}

.tier-three-page .t-services {
  padding-bottom: 0.65rem;
}

.tier-three-page .t-services-inner {
  padding: 1rem 2.1rem 1.25rem;
  border-radius: 10px;
  background: var(--tier-soft-gold);
}

.tier-three-page .t-services-inner h2 {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin: 0 0 1.05rem;
  padding: 0;
  border: 0;
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  white-space: nowrap;
}

.tier-three-page .t-services-inner h2::before,
.tier-three-page .t-services-inner h2::after {
  content: "";
  height: 1px;
  background: rgba(184, 121, 42, 0.65);
  flex: 1;
}

.tier-three-page .t-services-grid {
  gap: 0;
}

.tier-three-page .t-service-item {
  padding: 0 1rem;
  border-left: 1px solid rgba(21, 34, 53, 0.18);
}

.tier-three-page .t-service-item:first-child {
  border-left: 0;
}

.tier-three-page .t-service-circle {
  width: 58px;
  height: 58px;
  margin-bottom: 0.7rem;
}

.tier-three-page .t-service-title {
  margin-bottom: 0.35rem;
  font-size: 0.72rem;
}

.tier-three-page .t-service-desc {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.42;
  color: rgba(21, 34, 53, 0.92);
}

:is(.tier-one-page, .tier-two-page, .tier-three-page) .t-scope {
  padding: 0 0 0.7rem;
}

:is(.tier-one-page, .tier-two-page, .tier-three-page) .t-scope-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  padding: 0;
}

:is(.tier-one-page, .tier-two-page, .tier-three-page) .t-scope-col {
  position: relative;
  padding: 2rem 2rem 0.85rem;
  border-radius: 10px;
}

:is(.tier-one-page, .tier-two-page, .tier-three-page) .t-scope-col--dark {
  background: var(--tier-soft-blue);
}

:is(.tier-one-page, .tier-two-page, .tier-three-page) .t-scope-col--light {
  background: var(--tier-soft-gold);
  border: 0;
}

:is(.tier-one-page, .tier-two-page, .tier-three-page) .t-scope-head {
  min-height: 1.5rem;
  margin-bottom: 0.55rem;
  padding-left: 2.9rem;
}

:is(.tier-one-page, .tier-two-page, .tier-three-page) .t-scope-head-icon--check,
:is(.tier-one-page, .tier-two-page, .tier-three-page) .t-scope-head-icon--x {
  position: absolute;
  top: -11px;
  left: 1.95rem;
  width: 32px;
  height: 32px;
}

:is(.tier-one-page, .tier-two-page, .tier-three-page) .t-scope-head-icon--check svg,
:is(.tier-one-page, .tier-two-page, .tier-three-page) .t-scope-head-icon--x svg {
  width: 18px !important;
  height: 18px !important;
}

:is(.tier-one-page, .tier-two-page, .tier-three-page) .t-scope-head-icon--check {
  background: var(--navy);
  color: #fff;
}

:is(.tier-one-page, .tier-two-page, .tier-three-page) .t-scope-head-icon--x {
  background: var(--tier-gold);
  color: #fff;
}

:is(.tier-one-page, .tier-two-page, .tier-three-page) .t-scope-head span {
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  color: var(--navy);
}

:is(.tier-one-page, .tier-two-page, .tier-three-page) .t-scope-col--light .t-scope-head span {
  color: var(--tier-gold);
}

:is(.tier-one-page, .tier-two-page, .tier-three-page) .t-scope-list li {
  padding: 0.3rem 0;
  gap: 0.8rem;
  border-color: rgba(21, 34, 53, 0.14);
  font-size: 0.8rem;
  line-height: 1.3;
  color: rgba(21, 34, 53, 0.92);
}

:is(.tier-one-page, .tier-two-page, .tier-three-page) .t-si {
  width: 19px;
  height: 19px;
  color: var(--navy);
}

:is(.tier-one-page, .tier-two-page, .tier-three-page) .t-scope-col--light .t-si {
  color: var(--tier-gold);
}

:is(.tier-one-page, .tier-two-page, .tier-three-page) .t-bridge-wrap {
  padding: 0.45rem 0 1rem;
}

:is(.tier-one-page, .tier-two-page, .tier-three-page) .t-bridge-inner {
  min-height: 88px;
  padding: 1rem 2.1rem;
  border: 1px solid rgba(21, 34, 53, 0.28);
  border-radius: 8px;
  background: #fff;
}

:is(.tier-one-page, .tier-two-page, .tier-three-page) .t-bridge-icon {
  color: var(--navy);
}

:is(.tier-one-page, .tier-two-page, .tier-three-page) .t-bridge-icon svg {
  width: 32px !important;
  height: 32px !important;
}

:is(.tier-one-page, .tier-two-page, .tier-three-page) .t-bridge-body strong {
  font-size: 0.9rem;
  letter-spacing: 0.08em;
}

:is(.tier-one-page, .tier-two-page, .tier-three-page) .t-bridge-body p {
  font-size: 0.88rem;
  line-height: 1.42;
  color: rgba(21, 34, 53, 0.86);
}

:is(.tier-one-page, .tier-two-page, .tier-three-page) .t-bridge-inner .t-btn-outline {
  min-width: 265px;
}

:is(.tier-one-page, .tier-two-page, .tier-three-page) .t-cta-band,
:is(.tier-one-page, .tier-two-page, .tier-three-page) .kw-footer {
  background: var(--navy);
}

:is(.tier-one-page, .tier-two-page, .tier-three-page) .t-cta-inner {
  padding: 1.35rem 0;
  grid-template-columns: 112px minmax(0, 1fr) 300px;
  gap: 1.75rem;
}

:is(.tier-one-page, .tier-two-page, .tier-three-page) .t-cta-icon {
  width: 64px;
  height: 52px;
  border-radius: 8px;
  color: var(--tier-button-gold);
  justify-self: center;
}

:is(.tier-one-page, .tier-two-page, .tier-three-page) .t-cta-icon svg {
  width: 34px !important;
  height: 34px !important;
}

:is(.tier-one-page, .tier-two-page, .tier-three-page) .t-cta-inner h2 {
  font-size: clamp(1.45rem, 2vw, 1.8rem);
}

:is(.tier-one-page, .tier-two-page, .tier-three-page) .t-cta-inner p {
  max-width: 42rem;
  margin-top: 0.55rem;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.9rem;
  line-height: 1.45;
}

:is(.tier-one-page, .tier-two-page, .tier-three-page) .t-cta-inner .t-btn-gold {
  grid-column: auto;
  min-width: 300px;
  justify-self: stretch;
  color: #fff;
}

:is(.tier-one-page, .tier-two-page, .tier-three-page) .kw-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

:is(.tier-one-page, .tier-two-page, .tier-three-page) .kw-footer-bottom {
  width: min(calc(100% - var(--tier-wide-gutter-space)), var(--tier-max-width));
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 0 1.25rem;
  border-top: 0;
  color: rgba(255, 255, 255, 0.92);
}

@media (max-width: 900px) {
  .tier-one-page,
  .tier-two-page,
  .tier-three-page {
    --site-inline-gutter-space: var(--tier-mobile-gutter-space);
  }

  :is(.tier-one-page, .tier-two-page, .tier-three-page) .site-header {
    min-height: auto;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  :is(.tier-one-page, .tier-two-page, .tier-three-page) .site-nav a[aria-current="page"]::after {
    bottom: -0.38rem;
  }

  :is(.tier-one-page, .tier-two-page, .tier-three-page) .topbar-inner {
    flex-wrap: nowrap;
    text-align: center;
    line-height: 1.15;
  }

  :is(.tier-one-page, .tier-two-page, .tier-three-page) .topbar-inner span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .tier-one-page .t-hero,
  .tier-two-page .t-hero,
  .tier-three-page .t-hero {
    min-height: 0;
  }

  :is(.tier-one-page, .tier-two-page, .tier-three-page) .t-hero-inner {
    width: 100%;
    grid-template-columns: 1fr;
    min-height: 0;
  }

  :is(.tier-one-page, .tier-two-page, .tier-three-page) .t-hero-left {
    padding: 3rem 1.5rem 2.25rem;
  }

  :is(.tier-one-page, .tier-two-page, .tier-three-page) .t-hero-title {
    max-width: 9.5ch;
    font-size: clamp(2.35rem, 10vw, 3rem);
  }

  :is(.tier-one-page, .tier-two-page, .tier-three-page) .t-hero-right {
    min-height: 420px;
    border-bottom-left-radius: 0;
    background-size: cover;
  }

  :is(.tier-one-page, .tier-two-page, .tier-three-page) .t-cards-inner,
  :is(.tier-one-page, .tier-two-page, .tier-three-page) .t-process-inner,
  :is(.tier-one-page, .tier-two-page, .tier-three-page) .t-services-inner,
  :is(.tier-one-page, .tier-two-page, .tier-three-page) .t-scope-inner,
  :is(.tier-one-page, .tier-two-page, .tier-three-page) .t-bridge-wrap,
  :is(.tier-one-page, .tier-two-page, .tier-three-page) .t-cta-inner {
    width: min(calc(100% - var(--tier-mobile-gutter-space)), var(--tier-max-width));
  }

  :is(.tier-one-page, .tier-two-page, .tier-three-page) .topbar-inner,
  :is(.tier-one-page, .tier-two-page, .tier-three-page) .kw-footer-bottom {
    width: min(calc(100% - var(--tier-mobile-gutter-space)), var(--tier-max-width));
  }

  :is(.tier-one-page, .tier-two-page, .tier-three-page) .t-cards-inner,
  :is(.tier-one-page, .tier-two-page, .tier-three-page) .t-scope-inner {
    grid-template-columns: 1fr;
  }

  .tier-two-page .t-process-steps,
  .tier-three-page .t-services-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }

  .tier-two-page .t-process-arrow {
    display: none;
  }

  .tier-three-page .t-service-item {
    border-left: 0;
    border-top: 1px solid rgba(21, 34, 53, 0.14);
    padding-top: 1rem;
  }

  .tier-three-page .t-service-item:first-child {
    border-top: 0;
    padding-top: 0;
  }

  :is(.tier-one-page, .tier-two-page, .tier-three-page) .t-bridge-inner,
  :is(.tier-one-page, .tier-two-page, .tier-three-page) .t-cta-inner {
    grid-template-columns: 1fr;
  }

  :is(.tier-one-page, .tier-two-page, .tier-three-page) .t-bridge-inner {
    flex-direction: column;
    align-items: stretch;
  }

  :is(.tier-one-page, .tier-two-page, .tier-three-page) .t-cta-inner .t-btn-gold,
  :is(.tier-one-page, .tier-two-page, .tier-three-page) .t-bridge-inner .t-btn-outline {
    min-width: 0;
    width: 100%;
  }
}

/* Keep tier page chrome matched to the shared site header. */
:is(.tier-one-page, .tier-two-page, .tier-three-page) .topbar {
  font-size: 0.85rem !important;
  line-height: 1.15 !important;
  min-height: 34px !important;
  padding: 0 !important;
  background: #16293d !important;
  color: rgba(255, 255, 255, 0.88) !important;
  font-weight: 600 !important;
  letter-spacing: 0.01em !important;
}

:is(.tier-one-page, .tier-two-page, .tier-three-page) .topbar-inner {
  width: min(100%, 1240px) !important;
  max-width: 1240px !important;
  min-height: 34px !important;
  padding: 0.65rem 1.5rem !important;
}

:is(.tier-one-page, .tier-two-page, .tier-three-page) .site-header {
  width: min(calc(100% - 3rem), 1240px) !important;
  min-height: 82px !important;
  margin: 0 auto !important;
  padding: 1.1rem 0 !important;
  gap: 1.25rem !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
}

:is(.tier-one-page, .tier-two-page, .tier-three-page) .nav-more-current > .nav-more-toggle {
  position: relative !important;
  color: var(--navy) !important;
}

:is(.tier-one-page, .tier-two-page, .tier-three-page) .nav-more-current > .nav-more-toggle::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: -0.78rem !important;
  height: 2px !important;
  background: var(--navy) !important;
}

@media (min-width: 761px) and (max-width: 1100px) {
  :is(.tier-one-page, .tier-two-page, .tier-three-page) .site-header {
    width: 100% !important;
    min-height: 74px !important;
    margin: 0 !important;
    padding: 0.95rem 1.5rem !important;
    gap: 1rem !important;
    background: #fff !important;
    border-bottom: 1px solid rgba(21, 34, 53, 0.12) !important;
    box-shadow: 0 8px 28px rgba(16, 31, 51, 0.08) !important;
  }

  :is(.tier-one-page, .tier-two-page, .tier-three-page) .site-header::before {
    display: none !important;
  }

  :is(.tier-one-page, .tier-two-page, .tier-three-page) .brand-wrap {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    max-width: none !important;
  }

  :is(.tier-one-page, .tier-two-page, .tier-three-page) .nav-toggle {
    display: grid !important;
    flex: 0 0 46px !important;
    width: 46px !important;
    height: 46px !important;
    place-items: center !important;
    padding: 0 !important;
    border: 1px solid rgba(21, 34, 53, 0.16) !important;
    border-radius: 999px !important;
    background: #fff !important;
    color: var(--navy) !important;
    font-size: 0 !important;
  }

  :is(.tier-one-page, .tier-two-page, .tier-three-page) .nav-toggle::before {
    content: "";
    width: 21px;
    height: 14px;
    background:
      linear-gradient(currentColor, currentColor) 0 0 / 100% 2px no-repeat,
      linear-gradient(currentColor, currentColor) 0 50% / 100% 2px no-repeat,
      linear-gradient(currentColor, currentColor) 0 100% / 100% 2px no-repeat;
  }

  :is(.tier-one-page, .tier-two-page, .tier-three-page) .site-nav {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 95 !important;
    width: 100% !important;
    max-height: 0 !important;
    padding: 0 1.5rem !important;
    overflow: hidden !important;
    background: #fff !important;
    border-bottom: 1px solid rgba(21, 34, 53, 0.1) !important;
    box-shadow: 0 22px 34px rgba(16, 31, 51, 0.12) !important;
  }

  :is(.tier-one-page, .tier-two-page, .tier-three-page) .site-nav.open {
    max-height: calc(100vh - 74px) !important;
    overflow-y: auto !important;
    padding-bottom: 1rem !important;
  }

  :is(.tier-one-page, .tier-two-page, .tier-three-page) .site-nav ul {
    display: grid !important;
    gap: 0.35rem !important;
    padding: 0.7rem 0 0.9rem !important;
  }

  :is(.tier-one-page, .tier-two-page, .tier-three-page) .site-nav a,
  :is(.tier-one-page, .tier-two-page, .tier-three-page) .nav-more-toggle {
    width: 100% !important;
    padding: 0.58rem 0 !important;
    font-size: 0.95rem !important;
    white-space: normal !important;
  }

  :is(.tier-one-page, .tier-two-page, .tier-three-page) .nav-more-current > .nav-more-toggle::before {
    display: none !important;
  }
}

@media (max-width: 760px) {
  :is(.tier-one-page, .tier-two-page, .tier-three-page) .topbar {
    display: none !important;
  }

  :is(.tier-one-page, .tier-two-page, .tier-three-page) .site-header {
    min-height: 72px !important;
    padding: 0.9rem 1.15rem !important;
  }
}

/* Sitewide consistency pass: make the tier pages feel like service pages, not separate proposal microsites. */
:is(.tier-one-page, .tier-two-page, .tier-three-page) .t-hero {
  position: relative !important;
  min-height: 430px !important;
  display: grid !important;
  align-items: center !important;
  overflow: hidden !important;
  background: #fbfaf7 !important;
  border-bottom: 1px solid rgba(21, 34, 53, 0.08) !important;
}

:is(.tier-one-page, .tier-two-page, .tier-three-page) .t-hero::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  pointer-events: none !important;
  background: linear-gradient(90deg, #fbfaf7 0%, #fbfaf7 57%, rgba(251, 250, 247, 0.88) 72%, rgba(251, 250, 247, 0.04) 100%) !important;
}

:is(.tier-one-page, .tier-two-page, .tier-three-page) .t-hero::after {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  z-index: 0 !important;
  width: 46% !important;
  background-position: right center !important;
  background-repeat: no-repeat !important;
  background-size: auto 100% !important;
}

.tier-one-page .t-hero::after {
  background-image: url("https://images.unsplash.com/photo-1618221195710-dd6b41faaea6?auto=format&fit=crop&w=1800&q=85") !important;
}

.tier-two-page .t-hero::after {
  background-image: url("https://images.unsplash.com/photo-1616486338812-3dadae4b4ace?auto=format&fit=crop&w=1800&q=85") !important;
}

.tier-three-page .t-hero::after {
  background-image: url("https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&fit=crop&w=1800&q=85") !important;
}

:is(.tier-one-page, .tier-two-page, .tier-three-page) .t-hero-inner {
  position: relative !important;
  z-index: 2 !important;
  display: block !important;
  width: min(100%, 1240px) !important;
  min-height: 0 !important;
  margin: 0 auto !important;
  overflow: visible !important;
}

.tier-one-page .t-hero-inner,
.tier-two-page .t-hero-inner,
.tier-three-page .t-hero-inner {
  min-height: 0 !important;
}

:is(.tier-one-page, .tier-two-page, .tier-three-page) .t-hero-left {
  position: relative !important;
  z-index: 3 !important;
  width: min(58%, 42rem) !important;
  padding: 3.4rem clamp(1.5rem, 4vw, 3rem) !important;
  background: transparent !important;
}

:is(.tier-one-page, .tier-two-page, .tier-three-page) .t-kicker {
  margin-bottom: 1rem !important;
  color: #b8792a !important;
  font-size: 0.78rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
}

:is(.tier-one-page, .tier-two-page, .tier-three-page) .t-hero-title {
  max-width: 12.5ch !important;
  font-size: clamp(2.8rem, 4.45vw, 4.1rem) !important;
  line-height: 0.98 !important;
  letter-spacing: 0 !important;
}

:is(.tier-one-page, .tier-two-page, .tier-three-page) .t-hero-sub,
:is(.tier-one-page, .tier-two-page, .tier-three-page) .t-hero-note {
  max-width: 36rem !important;
  font-size: 1rem !important;
  line-height: 1.65 !important;
}

:is(.tier-one-page, .tier-two-page, .tier-three-page) .t-hero-note {
  margin-top: 1rem !important;
}

:is(.tier-one-page, .tier-two-page, .tier-three-page) .t-hero-actions {
  margin-top: 1.55rem !important;
}

:is(.tier-one-page, .tier-two-page, .tier-three-page) .t-btn-primary,
:is(.tier-one-page, .tier-two-page, .tier-three-page) .t-btn-outline {
  min-height: 48px !important;
  padding: 0 1.45rem !important;
  border-radius: 3px !important;
}

:is(.tier-one-page, .tier-two-page, .tier-three-page) .t-proof {
  display: none !important;
}

:is(.tier-one-page, .tier-two-page, .tier-three-page) .t-hero-right {
  display: none !important;
}

:is(.tier-one-page, .tier-two-page, .tier-three-page) .t-hero-right > img,
:is(.tier-one-page, .tier-two-page, .tier-three-page) .t-clipboard,
:is(.tier-one-page, .tier-two-page, .tier-three-page) .t-hero-badge {
  display: none !important;
}

@media (max-width: 900px) {
  :is(.tier-one-page, .tier-two-page, .tier-three-page) .t-hero {
    min-height: 0 !important;
  }

  :is(.tier-one-page, .tier-two-page, .tier-three-page) .t-hero::before {
    background: linear-gradient(180deg, rgba(251, 250, 247, 0.97) 0%, rgba(251, 250, 247, 0.94) 58%, rgba(251, 250, 247, 0.78) 100%) !important;
  }

  :is(.tier-one-page, .tier-two-page, .tier-three-page) .t-hero::after {
    width: 100% !important;
    opacity: 0.24 !important;
    background-size: cover !important;
    background-position: center !important;
  }

  :is(.tier-one-page, .tier-two-page, .tier-three-page) .t-hero-left {
    width: 100% !important;
    padding: 3.2rem 1.5rem !important;
  }

  :is(.tier-one-page, .tier-two-page, .tier-three-page) .t-hero-title {
    font-size: clamp(2.55rem, 12vw, 3.25rem) !important;
  }
}

/* Final tier page repair: align every tier with the shared centered site rhythm. */
@media (min-width: 901px) {
  :is(.tier-one-page, .tier-two-page, .tier-three-page) {
    --tier-max-width: 1160px;
    --tier-wide-gutter-space: 76px;
  }

  :is(.tier-one-page, .tier-two-page, .tier-three-page) .t-hero {
    min-height: 520px !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    align-items: center !important;
    background: #fbfaf7 !important;
    border-bottom: 1px solid rgba(21, 34, 53, 0.08) !important;
    overflow: hidden !important;
  }

  :is(.tier-one-page, .tier-two-page, .tier-three-page) .t-hero::before,
  :is(.tier-one-page, .tier-two-page, .tier-three-page) .t-hero::after {
    display: none !important;
    content: none !important;
  }

  :is(.tier-one-page, .tier-two-page, .tier-three-page) .t-hero-inner {
    display: grid !important;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr) !important;
    gap: clamp(2rem, 4vw, 4.5rem) !important;
    width: 1160px !important;
    max-width: calc(100% - 76px) !important;
    min-height: 500px !important;
    margin: 0 auto !important;
    overflow: visible !important;
  }

  :is(.tier-one-page, .tier-two-page, .tier-three-page) .t-hero-left {
    align-self: center !important;
    width: 100% !important;
    max-width: none !important;
    padding: 3.2rem 0 !important;
    background: transparent !important;
  }

  :is(.tier-one-page, .tier-two-page, .tier-three-page) .t-hero-title {
    max-width: 12.8ch !important;
    font-size: clamp(3rem, 4.25vw, 4.25rem) !important;
    line-height: 0.98 !important;
  }

  :is(.tier-one-page, .tier-two-page, .tier-three-page) .t-hero-sub,
  :is(.tier-one-page, .tier-two-page, .tier-three-page) .t-hero-note {
    max-width: 30rem !important;
    font-size: 0.98rem !important;
    line-height: 1.62 !important;
  }

  :is(.tier-one-page, .tier-two-page, .tier-three-page) .t-hero-actions {
    margin-top: 1.35rem !important;
  }

  :is(.tier-one-page, .tier-two-page, .tier-three-page) .t-hero-right {
    position: relative !important;
    display: block !important;
    align-self: stretch !important;
    min-height: 380px !important;
    margin: 2rem 0 !important;
    border-radius: 8px !important;
    background-color: #e5dbcd !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    box-shadow: 0 18px 50px rgba(16, 31, 51, 0.08) !important;
    overflow: hidden !important;
  }

  :is(.tier-one-page, .tier-two-page, .tier-three-page) .t-hero-right::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    background: linear-gradient(90deg, rgba(251, 250, 247, 0.72) 0%, rgba(251, 250, 247, 0.18) 45%, rgba(251, 250, 247, 0) 100%) !important;
    pointer-events: none !important;
  }

  :is(.tier-one-page, .tier-two-page, .tier-three-page) .t-hero-right > img,
  :is(.tier-one-page, .tier-two-page, .tier-three-page) .t-hero-photo,
  :is(.tier-one-page, .tier-two-page, .tier-three-page) .t-clipboard,
  :is(.tier-one-page, .tier-two-page, .tier-three-page) .t-hero-badge {
    display: none !important;
  }

  :is(.tier-one-page, .tier-two-page, .tier-three-page) .t-cards-inner,
  :is(.tier-one-page, .tier-two-page, .tier-three-page) .t-process-inner,
  :is(.tier-one-page, .tier-two-page, .tier-three-page) .t-services-inner,
  :is(.tier-one-page, .tier-two-page, .tier-three-page) .t-scope-inner,
  :is(.tier-one-page, .tier-two-page, .tier-three-page) .t-bridge-wrap,
  :is(.tier-one-page, .tier-two-page, .tier-three-page) .t-cta-inner,
  :is(.tier-one-page, .tier-two-page, .tier-three-page) .kw-footer-bottom {
    width: 1160px !important;
    max-width: calc(100% - 76px) !important;
  }

  :is(.tier-one-page, .tier-two-page, .tier-three-page) .t-cards-inner {
    padding-top: 2.75rem !important;
  }
}

@media (min-width: 901px) and (max-width: 1180px) {
  :is(.tier-one-page, .tier-two-page, .tier-three-page) .t-hero-inner {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr) !important;
    gap: 2rem !important;
  }

  :is(.tier-one-page, .tier-two-page, .tier-three-page) .t-hero-title {
    font-size: clamp(2.9rem, 5vw, 4rem) !important;
  }
}
