html.home-page-doc {
  scroll-behavior: smooth;
  scroll-snap-type: none;
}

html.home-page-doc body {
  scroll-snap-type: none;
}

body.home-page {
  --home-ink: #19161d;
  --home-ink-soft: #6e6874;
  --home-line: #ddd6ca;
  --home-white: #ffffff;
  --home-burgundy: #082f23;
  --home-burgundy-dark: #082f23;
  --home-green: #0a3424;
  --home-green-soft: #1b5d46;
  --home-gold: #c8a35a;
  --home-burgundy-rgb: 8, 47, 35;
  --home-burgundy-dark-rgb: 8, 47, 35;
  --home-gold-rgb: 200, 163, 90;
  --home-surface-green: #082f23;
  --home-surface-green-deep: #082f23;
  --home-shadow: 0 14px 32px rgba(8, 23, 17, 0.06);
  --header-height: 136px;
  --header-height-compact: 78px;
  background: #ffffff;
  color: var(--home-ink);
  font-family: var(--font-ui);
}

body.home-page .section-inner {
  width: min(1240px, 92vw);
}

body.home-page .site-header.home-header {
  height: var(--header-height);
  background:
    linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.98) 0,
      rgba(255, 255, 255, 0.98) 54px,
      rgba(var(--home-burgundy-rgb), 1) 54px,
      rgba(var(--home-burgundy-rgb), 1) 100%
    );
  border-bottom: none;
  box-shadow: 0 18px 38px rgba(var(--home-burgundy-rgb), 0.08);
  overflow: hidden;
  top: 0;
}

body.home-page .site-header.home-header.is-scrolled {
  background:
    linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.98) 0,
      rgba(255, 255, 255, 0.98) 54px,
      rgba(var(--home-burgundy-rgb), 1) 54px,
      rgba(var(--home-burgundy-rgb), 1) 100%
    );
  box-shadow: 0 18px 38px rgba(var(--home-burgundy-rgb), 0.1);
}

body.home-page .site-header.home-header.is-compact {
  background: rgba(var(--home-burgundy-rgb), 0.98);
  box-shadow: 0 18px 38px rgba(var(--home-burgundy-rgb), 0.1);
}

body.home-page .home-header.is-compact {
  height: var(--header-height-compact);
}

body.home-page .home-contact-strip {
  position: absolute;
  inset: 0 0 auto 0;
  z-index: 1;
  height: 54px;
  background: rgba(255, 255, 255, 0.98);
  opacity: 1;
  transition: transform 0.28s ease, opacity 0.28s ease;
}

body.home-page .home-header.is-compact .home-contact-strip {
  transform: translateY(-100%);
  opacity: 0;
}

body.home-page .home-contact-inner {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px 28px;
  flex-wrap: wrap;
}

body.home-page .home-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.86rem;
  color: var(--home-ink);
  transition: color var(--interactive-duration) var(--interactive-ease);
}

body.home-page .home-meta-icon {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: rgba(var(--home-burgundy-rgb), 0.08);
  color: var(--home-burgundy);
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  transition:
    transform var(--interactive-duration) var(--interactive-ease),
    background-color var(--interactive-duration) var(--interactive-ease),
    color var(--interactive-duration) var(--interactive-ease);
}

body.home-page .home-meta-icon svg {
  width: 15px;
  height: 15px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.home-page .header-inner {
  width: min(1360px, calc(100vw - 40px));
  max-width: none;
  height: calc(100% - 54px);
  margin: 0 auto;
  margin-top: 54px;
  padding: 0 clamp(20px, 2.6vw, 36px);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  column-gap: clamp(16px, 1.8vw, 24px);
  background: transparent;
  color: #ffffff;
  border-radius: 0;
  position: relative;
  z-index: 2;
  transition: height 0.28s ease, margin-top 0.28s ease, background 0.28s ease, color 0.28s ease, box-shadow 0.28s ease;
}

body.home-page .home-header.is-scrolled .header-inner {
  background: transparent;
  color: #ffffff;
  box-shadow: none;
}

body.home-page .home-header.is-compact .header-inner {
  height: 100%;
  margin-top: 0;
}

body.home-page .brand {
  grid-column: 1;
  justify-self: start;
  color: inherit;
  gap: 14px;
  font-size: var(--type-nav-size);
  font-weight: 600;
  letter-spacing: var(--type-nav-track);
  text-transform: uppercase;
}

body.home-page .brand:hover {
  opacity: 0.88;
}

body.home-page .brand-mark {
  width: auto;
  height: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 0;
  background: transparent;
  border: none;
  overflow: visible;
}

body.home-page .home-header.is-scrolled .brand-mark {
  background: transparent;
  border-color: transparent;
}

body.home-page .brand-logo {
  width: 40px;
  height: 40px;
}

body.home-page .brand-text {
  display: inline-block;
  white-space: nowrap;
}

body.home-page .main-nav {
  grid-column: 2;
  min-width: 0;
  width: max-content;
  max-width: 100%;
  justify-self: center;
  flex: 0 1 auto;
}

body.home-page .nav-list {
  justify-content: center;
  gap: 18px;
}

body.home-page .nav-link {
  color: inherit;
  font-size: var(--type-nav-size);
  font-weight: 500;
  letter-spacing: var(--type-nav-track);
  text-transform: uppercase;
}

body.home-page .nav-link:hover {
  color: var(--home-gold);
}

body.home-page .home-meta-item:hover {
  color: var(--home-burgundy);
}

body.home-page .home-meta-item:hover .home-meta-icon {
  color: var(--home-burgundy);
  background: rgba(var(--home-burgundy-rgb), 0.14);
  transform: translateY(-1px);
}

body.home-page .btn {
  min-height: 46px;
  padding: 12px 22px;
  border-radius: 999px;
  font-size: var(--type-nav-size);
  font-weight: 600;
  letter-spacing: var(--type-button-track);
  font-family: inherit;
}

body.home-page .contact-btn,
body.home-page .mobile-toggle {
  grid-column: 3;
  justify-self: end;
}

body.home-page .site-header .btn-solid {
  color: var(--home-green);
  background: #ffffff;
  border-color: #ffffff;
  box-shadow: none;
}

body.home-page .home-header.is-scrolled .btn-solid {
  background: #ffffff;
  border-color: #ffffff;
  color: var(--home-green);
}

body.home-page .site-header .btn-outline {
  color: inherit;
  background: transparent;
}

body.home-page .mobile-toggle span {
  background: currentColor;
}

body.home-page .mobile-menu {
  background: rgba(8, 23, 17, 0.42);
}

body.home-page .mobile-menu-inner {
  background: #ffffff;
  color: var(--home-green);
}

body.home-page .mobile-menu-header {
  background: #ffffff;
  color: var(--home-green);
  border-bottom: 1px solid rgba(var(--home-burgundy-rgb), 0.1);
}

body.home-page .mobile-close {
  border-color: rgba(var(--home-burgundy-rgb), 0.14);
  color: var(--home-green);
}

body.home-page .mobile-nav a {
  color: var(--home-green);
  border-bottom: 1px solid rgba(var(--home-burgundy-rgb), 0.1);
  padding: 14px 0;
}

body.home-page .mobile-menu .btn {
  width: 100%;
  background: var(--home-burgundy);
  border-color: var(--home-burgundy);
  color: #ffffff;
}

body.home-page .home-hero,
body.home-page .home-section {
  scroll-margin-top: 92px;
}

.home-hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  padding: var(--header-height) 0 0;
  color: #ffffff;
  overflow: hidden;
  background: #081711;
}

.home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at center, rgba(5, 15, 11, 0.18) 0%, rgba(5, 15, 11, 0.36) 54%, rgba(5, 15, 11, 0.56) 100%),
    linear-gradient(180deg, rgba(8, 23, 17, 0.34) 0%, rgba(8, 23, 17, 0.5) 42%, rgba(8, 23, 17, 0.68) 100%),
    linear-gradient(120deg, rgba(8, 23, 17, 0.2) 0%, rgba(10, 52, 36, 0.08) 100%);
  z-index: 1;
}

.home-hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-hero-inner {
  position: relative;
  z-index: 2;
  min-height: calc(100vh - var(--header-height));
  min-height: calc(100svh - var(--header-height));
  padding: clamp(28px, 4vw, 56px) 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-hero-copy {
  max-width: 820px;
  display: grid;
  justify-items: center;
  gap: 16px;
  text-align: center;
  text-shadow: 0 8px 28px rgba(4, 12, 9, 0.55);
}

.home-hero-logo {
  width: clamp(92px, 10vw, 124px);
  height: auto;
  filter: drop-shadow(0 10px 24px rgba(4, 12, 9, 0.42));
}

.home-kicker,
.home-eyebrow {
  text-transform: uppercase;
  letter-spacing: var(--type-kicker-track);
  font-size: var(--type-kicker-size);
  font-weight: var(--type-kicker-weight);
  line-height: 1.12;
}

.home-kicker {
  color: rgba(255, 255, 255, 0.88);
}

.home-eyebrow {
  color: var(--home-gold);
  margin-bottom: 10px;
}

.home-hero-title {
  font-family: var(--font-display);
  max-width: none;
  font-size: var(--type-display-xl);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -0.025em;
}

.home-hero-text {
  max-width: 52ch;
  color: rgba(255, 255, 255, 0.92);
  font-size: var(--type-body-size);
  line-height: var(--type-body-line);
}

.home-hero-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 6px;
}

.home-hero-actions .btn-solid {
  background: var(--home-burgundy);
  border-color: var(--home-burgundy);
}

.home-hero-actions .btn-outline {
  border-color: rgba(255, 255, 255, 0.22);
  color: #ffffff;
}

.home-section {
  padding: var(--space-section-tight) 0;
}

.home-section-heading {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.home-section-heading h2,
.home-contact-card h2 {
  font-family: var(--font-display);
  font-size: var(--type-display-lg);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.025em;
}

.home-section-heading h2 {
  color: var(--home-ink);
  margin-bottom: 14px;
}

.home-section-heading > p:not(.home-eyebrow) {
  max-width: var(--measure-copy);
  margin-left: auto;
  margin-right: auto;
  color: var(--home-ink-soft);
  font-size: var(--type-body-size);
  line-height: var(--type-body-line);
}

.home-services {
  background: #ffffff;
}

.home-services .home-eyebrow {
  color: var(--home-gold);
  margin-bottom: 18px;
}

.home-services .home-section-heading h2 {
  color: var(--home-ink);
  font-family: var(--font-display);
  font-weight: 600;
  font-size: var(--type-display-lg);
  line-height: 1;
  letter-spacing: -0.025em;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.home-services .home-section-heading > p:not(.home-eyebrow):last-child {
  max-width: var(--measure-copy);
  margin-left: auto;
  margin-right: auto;
  font-size: var(--type-body-size);
  line-height: var(--type-body-line);
}

.home-services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(1180px, 100%);
  margin: 0 auto;
  gap: var(--space-grid);
  align-items: stretch;
}

.home-service-card {
  position: relative;
  min-height: 100%;
  padding: 0 6px;
  border-radius: 0;
  border: none;
  background: transparent;
  color: var(--home-ink);
  box-shadow: none;
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr) auto;
  justify-items: center;
  align-content: start;
  text-align: center;
  gap: 12px;
  overflow: visible;
  transition:
    transform var(--interactive-duration) var(--interactive-ease),
    opacity var(--interactive-duration) var(--interactive-ease);
}

.home-service-card:hover {
  background: transparent;
  transform: translateY(-3px);
}

.home-service-icon {
  width: auto;
  height: auto;
  color: var(--home-burgundy-dark);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  flex: 0 0 auto;
  line-height: 0;
  margin-top: 0;
  transition:
    transform var(--interactive-duration) var(--interactive-ease),
    color var(--interactive-duration) var(--interactive-ease);
}

body.home-page .home-service-icon svg {
  width: 92px;
  height: 92px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.home-service-card h3 {
  font-size: var(--type-heading-sm);
  line-height: 1.28;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-transform: none;
  margin: 0;
  transition: color var(--interactive-duration) var(--interactive-ease);
}

.home-service-card p {
  color: var(--home-ink-soft);
  font-size: var(--type-body-size);
  line-height: var(--type-body-line);
  max-width: var(--measure-copy-tight);
  margin: 0;
}

.home-service-link {
  margin-top: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 26px;
  border-radius: 4px;
  background: var(--home-gold);
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: var(--type-button-track);
  font-size: var(--type-nav-size);
  font-weight: 600;
  transition:
    transform var(--interactive-duration) var(--interactive-ease),
    background-color var(--interactive-duration) var(--interactive-ease),
    box-shadow var(--interactive-duration) var(--interactive-ease);
}

.home-service-card:hover .home-service-link {
  background: #b89149;
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(8, 23, 17, 0.14);
}

.home-service-card:hover .home-service-icon {
  color: var(--home-gold);
  transform: translateY(-2px);
}

.home-service-card:hover h3 {
  color: var(--home-burgundy-dark);
}

.home-stats {
  position: relative;
  isolation: isolate;
  padding: var(--space-section-tight) 0;
  color: #ffffff;
  background:
    linear-gradient(180deg, rgba(var(--home-burgundy-rgb), 0.5) 0%, rgba(var(--home-burgundy-rgb), 0.5) 100%),
    linear-gradient(90deg, rgba(var(--home-burgundy-rgb), 0.26) 0%, rgba(var(--home-burgundy-rgb), 0.34) 100%),
    url("../images/content/client-meeting.png") center 56% / cover no-repeat;
}

.home-stats::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 19, 14, 0.1) 0%, rgba(5, 19, 14, 0.04) 100%),
    radial-gradient(circle at 18% 18%, rgba(var(--home-gold-rgb), 0.08), transparent 26%);
  opacity: 0.74;
  transform: none;
  pointer-events: none;
}

.home-stats::after {
  display: none;
}

.home-stats .section-inner {
  position: relative;
  z-index: 1;
}

.home-stats .home-section-heading {
  max-width: 900px;
  margin-bottom: 24px;
}

.home-stats .home-section-heading h2 {
  color: #ffffff;
}

.home-stats .home-eyebrow {
  color: var(--home-gold);
  opacity: 1;
}

.home-stats .home-section-heading h2 {
  color: #ffffff;
  font-size: var(--type-display-lg);
  line-height: 1;
}

.home-stats .home-section-heading p:not(.home-eyebrow) {
  color: rgba(255, 255, 255, 0.82);
  max-width: 50ch;
  margin-left: auto;
  margin-right: auto;
  font-size: var(--type-body-size);
  line-height: var(--type-body-line);
}

.home-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(1040px, 100%);
  margin: 0 auto;
  gap: var(--space-grid);
  align-items: stretch;
}

.home-stat-card {
  position: relative;
  display: grid;
  align-content: start;
  height: 100%;
  gap: 8px;
  padding: 20px 20px 18px;
  border-radius: 12px;
  background: rgba(249, 247, 242, 0.97);
  border: 1px solid rgba(var(--home-gold-rgb), 0.22);
  backdrop-filter: none;
  box-shadow: 0 10px 24px rgba(8, 23, 17, 0.1);
  text-align: left;
}

.home-stat-card::before {
  content: "";
  width: 52px;
  height: 2px;
  border-radius: 999px;
  background: var(--home-gold);
}

.home-stat-value {
  display: block;
  font-size: clamp(2.35rem, 3.9vw, 3.35rem);
  font-weight: 700;
  line-height: 0.96;
  color: var(--home-gold);
}

.home-stat-label {
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: var(--type-kicker-track);
  font-size: var(--type-kicker-size);
  font-weight: var(--type-kicker-weight);
  color: var(--home-burgundy);
}

.home-stat-card p {
  margin-top: 2px;
  max-width: 36ch;
  color: #5f5864;
  font-size: var(--type-body-size);
  line-height: var(--type-body-line);
}

.home-articles {
  background: #ffffff;
}

.home-articles .home-eyebrow {
  color: var(--home-gold);
}

.home-article-index {
  color: var(--home-ink-soft);
}

.home-articles .home-section-heading h2 {
  color: var(--home-ink);
  font-family: var(--font-display);
  font-weight: 600;
  font-size: var(--type-display-lg);
  line-height: 1;
  letter-spacing: -0.025em;
  text-transform: none;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.home-articles .home-section-heading > p:not(.home-eyebrow):last-child {
  max-width: var(--measure-copy);
  margin-left: auto;
  margin-right: auto;
}

.home-articles-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(1180px, 100%);
  margin: 0 auto;
  gap: var(--space-grid);
}

.home-article-card {
  overflow: visible;
  border-radius: 0;
  border: none;
  background: transparent;
  color: var(--home-ink);
  display: grid;
  grid-template-rows: auto auto auto 1fr auto;
  align-content: start;
  gap: 14px;
  height: 100%;
  transition:
    transform var(--interactive-duration) var(--interactive-ease),
    opacity var(--interactive-duration) var(--interactive-ease);
}

.home-article-card:hover {
  background: transparent;
  transform: translateY(-4px);
}

.home-article-thumb {
  display: block;
  height: 236px;
  overflow: hidden;
  border: 1px solid rgba(25, 22, 29, 0.12);
  background: #ffffff;
  padding: 14px;
}

.home-article-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform calc(var(--interactive-duration) + 0.08s) var(--interactive-ease);
}

.home-article-card > :not(.home-article-thumb) {
  margin-left: 0;
  margin-right: 0;
}

.home-article-card strong {
  margin-top: 6px;
  margin-bottom: 0;
  justify-self: center;
  width: min(214px, 100%);
  min-height: 54px;
  padding: 8px 18px;
  border-radius: 4px;
  background: var(--home-gold);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.18;
  white-space: normal;
  transition:
    transform var(--interactive-duration) var(--interactive-ease),
    background-color var(--interactive-duration) var(--interactive-ease),
    box-shadow var(--interactive-duration) var(--interactive-ease);
}

.home-article-index {
  text-transform: uppercase;
  letter-spacing: var(--type-kicker-track);
  font-size: var(--type-kicker-size);
  font-weight: var(--type-kicker-weight);
}

.home-article-card strong {
  text-transform: uppercase;
  letter-spacing: var(--type-button-track);
  font-size: var(--type-nav-size);
  font-weight: 600;
}

.home-article-card h3 {
  font-size: var(--type-heading-sm);
  line-height: 1.28;
  font-weight: 600;
  letter-spacing: -0.01em;
  transition: color var(--interactive-duration) var(--interactive-ease);
}

.home-article-card p {
  color: var(--home-ink-soft);
  font-size: var(--type-body-size);
  line-height: var(--type-body-line);
  max-width: 40ch;
}

.home-article-card:hover .home-article-thumb img {
  transform: scale(1.03);
}

.home-article-card:hover h3 {
  color: var(--home-burgundy);
}

.home-article-card:hover strong {
  transform: translateY(-2px);
  background: #b89149;
  box-shadow: 0 16px 28px rgba(8, 23, 17, 0.14);
}

.home-contact {
  background: var(--home-surface-green);
}

.home-contact-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-grid);
  align-items: start;
}

.home-contact-card,
.home-contact-form-shell {
  height: auto;
  border-radius: 20px;
}

.home-contact-card {
  padding: var(--space-card-lg);
  background: var(--home-burgundy);
  color: #ffffff;
  display: grid;
  align-content: start;
  gap: 16px;
}

.home-contact-card .home-eyebrow {
  color: var(--home-gold);
}

.home-contact-card h2 {
  color: #ffffff;
  font-size: var(--type-display-lg);
  line-height: 1;
  max-width: none;
}

.home-contact-lead {
  max-width: 46ch;
  color: rgba(255, 255, 255, 0.78);
  font-size: var(--type-body-size);
  line-height: var(--type-body-line);
}

.home-contact-list {
  display: grid;
  gap: 12px;
}

.home-contact-item {
  padding: 16px 18px;
  border-radius: 14px;
  border: 1px solid rgba(var(--home-gold-rgb), 0.16);
  background: rgba(255, 255, 255, 0.03);
}

.home-contact-item strong {
  display: block;
  margin-bottom: 6px;
  color: var(--home-gold);
  text-transform: uppercase;
  letter-spacing: var(--type-kicker-track);
  font-size: var(--type-kicker-size);
  font-weight: var(--type-kicker-weight);
}

.home-contact-item p,
.home-contact-item a {
  color: rgba(255, 255, 255, 0.9);
  font-size: var(--type-body-size);
  line-height: var(--type-body-line);
}

.home-inline-link {
  color: var(--home-gold);
  font-size: var(--type-body-size);
  line-height: var(--type-body-line);
  transition: color var(--interactive-duration) var(--interactive-ease);
}

.home-inline-link:hover {
  color: #ffffff;
}

.home-contact-form-shell {
  display: block;
  align-self: center;
  padding: 22px 24px 18px;
  background: #ffffff;
  border: 1px solid rgba(var(--home-burgundy-rgb), 0.12);
  box-shadow: var(--home-shadow);
}

.home-contact-form-shell .contact-form {
  width: 100%;
  height: auto;
  padding: 0;
  border: none;
  background: transparent;
  box-shadow: none;
  gap: 10px;
}

.home-contact-form-shell .contact-form .form-row {
  gap: 10px;
}

.home-contact-form-shell .contact-form label {
  gap: 6px;
  color: var(--home-burgundy);
  font-size: var(--type-kicker-size);
  font-weight: var(--type-kicker-weight);
  letter-spacing: var(--type-label-track);
}

.home-contact-form-shell .contact-form input,
.home-contact-form-shell .contact-form textarea,
.home-contact-form-shell .contact-form select {
  min-height: 52px;
  padding: 0 22px;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid #d8d1c8;
  color: var(--home-ink);
  box-shadow: none;
  transition:
    border-color var(--interactive-duration) var(--interactive-ease),
    box-shadow var(--interactive-duration) var(--interactive-ease),
    transform var(--interactive-duration) var(--interactive-ease),
    background-color var(--interactive-duration) var(--interactive-ease);
}

.home-contact-form-shell .contact-form textarea {
  min-height: 140px;
  padding: 16px 22px;
}

.home-contact-form-shell .contact-form input::placeholder,
.home-contact-form-shell .contact-form textarea::placeholder {
  color: rgba(25, 22, 29, 0.38);
}

.home-contact-form-shell .contact-form input:hover,
.home-contact-form-shell .contact-form textarea:hover,
.home-contact-form-shell .contact-form select:hover {
  border-color: rgba(var(--home-burgundy-rgb), 0.26);
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(var(--home-burgundy-dark-rgb), 0.05);
}

.home-contact-form-shell .contact-form input:focus,
.home-contact-form-shell .contact-form textarea:focus,
.home-contact-form-shell .contact-form select:focus {
  border-color: rgba(var(--home-burgundy-rgb), 0.38);
  box-shadow: 0 0 0 3px rgba(var(--home-burgundy-rgb), 0.08);
  transform: translateY(-1px);
}

.home-contact-form-shell .contact-form .consent {
  align-items: center;
  max-width: 58ch;
  color: var(--home-ink-soft);
  font-weight: 500;
  margin-top: 2px;
  letter-spacing: 0;
  text-transform: none;
  font-size: var(--type-body-size);
  line-height: 1.42;
  transition: color var(--interactive-duration) var(--interactive-ease);
}

.home-contact-form-shell .contact-form .consent input {
  accent-color: var(--home-burgundy);
}

.home-contact-form-shell .contact-form .consent:hover {
  color: var(--home-ink);
}

.home-contact-form-shell .contact-form .consent:hover input {
  transform: scale(1.06);
}

.home-contact-form-shell .contact-form .btn-solid {
  align-self: start;
  width: max-content;
  min-width: 220px;
  margin-top: 0;
  background: var(--home-burgundy);
  border-color: var(--home-burgundy);
  color: #ffffff;
  box-shadow: none;
  letter-spacing: var(--type-button-track);
}

.home-contact-form-shell .contact-form .btn-solid:hover,
.home-contact-form-shell .contact-form .btn-solid:focus-visible {
  transform: translateY(-2px);
  background: #0d3d2d;
  box-shadow: 0 16px 28px rgba(var(--home-burgundy-dark-rgb), 0.14);
}

.home-contact-form-shell .form-status:empty {
  display: none;
}

.home-contact-form-shell .form-status {
  color: var(--home-burgundy);
}

.home-contact-form-shell .form-note {
  margin-top: 2px;
  line-height: 1.4;
  color: var(--home-ink-soft);
  font-size: 0.9rem;
}

.home-footer {
  background: #081711;
  color: #ffffff;
  padding: 68px 0 28px;
}

.home-footer-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.8fr 0.8fr 0.95fr;
  gap: var(--space-grid);
}

.home-footer-brand {
  display: grid;
  gap: 18px;
}

.home-footer .brand-line {
  display: flex;
  align-items: center;
  gap: 14px;
}

.home-footer .brand-mark {
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  border: none;
  overflow: visible;
}

.home-footer .brand-logo {
  width: 46px;
  height: 46px;
}

.home-footer .brand-text {
  font-size: var(--type-nav-size);
  font-weight: 600;
  letter-spacing: var(--type-nav-track);
  text-transform: uppercase;
}

.home-footer-brand p,
.home-footer-col p,
.home-footer-col li {
  color: rgba(255, 255, 255, 0.72);
  font-size: var(--type-body-size);
  line-height: var(--type-body-line);
}

.home-footer-col h4 {
  color: var(--home-gold);
  text-transform: uppercase;
  letter-spacing: var(--type-kicker-track);
  font-size: var(--type-kicker-size);
  font-weight: var(--type-kicker-weight);
  margin-bottom: 14px;
}

.home-footer-col ul {
  list-style: none;
  display: grid;
  gap: 10px;
}

.home-footer-col a,
.home-footer-brand a,
.home-footer .footer-legal a {
  color: inherit;
}

.home-footer-col a:hover,
.home-footer-brand a:hover,
.home-footer .footer-legal a:hover {
  color: var(--home-gold);
}

.home-footer .footer-cta {
  width: max-content;
  border-color: rgba(255, 255, 255, 0.16);
  color: #ffffff;
}

.home-footer .footer-bottom {
  margin-top: 38px;
  color: rgba(255, 255, 255, 0.48);
}

body.home-page .floating-actions {
  right: 20px;
  bottom: 20px;
}

body.home-page .fab {
  background: #f6f2e9;
  color: var(--home-burgundy);
  border-color: rgba(var(--home-gold-rgb), 0.62);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.28),
    0 18px 36px rgba(var(--home-burgundy-dark-rgb), 0.2);
}

body.home-page .fab:hover {
  background: #ffffff;
  border-color: rgba(var(--home-gold-rgb), 0.82);
  color: var(--home-burgundy-dark);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.34),
    0 20px 34px rgba(var(--home-burgundy-dark-rgb), 0.22);
}

body.home-page .fab--phone::before,
body.home-page .fab--phone::after {
  border-color: rgba(var(--home-gold-rgb), 0.46);
}

@media (max-width: 1180px) {
  body.home-page .header-inner {
    width: min(1320px, calc(100vw - 28px));
    padding: 0 24px;
  }

  .home-services-grid,
  .home-articles-grid,
  .home-stats-grid,
  .home-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-services-grid .home-service-card:last-child {
    grid-column: auto;
  }

  body.home-page .nav-list {
    gap: 16px;
  }

  body.home-page .nav-link {
    font-size: var(--type-nav-size);
    letter-spacing: var(--type-nav-track);
  }
}

@media (max-width: 1100px) {
  body.home-page .header-inner {
    width: min(1320px, calc(100vw - 24px));
    grid-template-columns: auto 1fr auto;
    padding: 0 20px;
  }

  body.home-page .main-nav,
  body.home-page .contact-btn {
    display: none;
  }

  body.home-page .mobile-toggle {
    display: flex;
  }

  .home-contact-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  body.home-page {
    --header-height: 78px;
    --header-height-compact: 78px;
  }

  body.home-page .site-header.home-header,
  body.home-page .site-header.home-header.is-scrolled,
  body.home-page .site-header.home-header.is-compact {
    background: rgba(var(--home-burgundy-rgb), 0.98);
  }

  body.home-page .home-contact-strip {
    display: none;
  }

  body.home-page .header-inner {
    width: 100%;
    height: 100%;
    margin-top: 0;
    padding: 0 18px;
    border-radius: 0;
    grid-template-columns: auto 1fr auto;
    column-gap: 12px;
  }

  .home-hero {
    padding-top: var(--header-height);
  }

  .home-services-grid,
  .home-articles-grid,
  .home-stats-grid,
  .home-footer-grid,
  .home-contact-layout {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .home-services-grid .home-service-card:last-child {
    grid-column: auto;
  }

  .home-services-grid,
  .home-articles-grid,
  .home-stats-grid {
    gap: 28px;
  }

  .home-service-card,
  .home-article-card {
    min-width: 0;
  }

  .home-contact-form-shell .contact-form .btn-solid {
    width: 100%;
  }
}

@media (max-width: 640px) {
  body.home-page .brand-text {
    font-size: 0.74rem;
    letter-spacing: var(--type-nav-track);
  }

  .home-kicker,
  .home-eyebrow {
    font-size: var(--type-kicker-size);
    letter-spacing: var(--type-kicker-track);
  }

  .home-section {
    padding: 72px 0;
  }

  .home-service-card,
  .home-stat-card,
  .home-contact-card,
  .home-contact-form-shell {
    padding: 24px 20px;
  }

  .home-service-card {
    padding: 0 4px;
    gap: 12px;
  }

  body.home-page .home-service-icon svg {
    width: 82px;
    height: 82px;
  }

  .home-article-card > :not(.home-article-thumb) {
    margin-left: 20px;
    margin-right: 20px;
  }

  .home-article-card strong {
    margin-bottom: 20px;
  }

  .home-article-thumb {
    height: 190px;
  }

  body.home-page .floating-actions {
    right: 16px;
    bottom: 16px;
  }
}

@media (max-width: 420px) {
  body.home-page .brand-text {
    display: none;
  }
}

body.home-page .home-eyebrow {
  display: block;
  width: fit-content;
  margin: 0 0 12px;
  color: var(--home-gold);
  font-family: var(--font-ui);
  font-size: var(--type-kicker-size);
  font-weight: var(--type-kicker-weight);
  letter-spacing: var(--type-kicker-track);
  line-height: 1.1;
  text-transform: uppercase;
}

body.home-page .home-section-heading > .home-eyebrow,
body.home-page .home-contact-card > .home-eyebrow {
  display: block;
  width: fit-content;
  margin: 0 0 12px;
  color: var(--home-gold);
  font-family: var(--font-ui);
  font-size: var(--type-kicker-size);
  font-weight: var(--type-kicker-weight);
  letter-spacing: var(--type-kicker-track);
  line-height: 1.1;
  text-transform: uppercase;
}

body.home-page .home-section-heading > .home-eyebrow {
  margin-left: auto;
  margin-right: auto;
}
