:root {
  --ink: #1d1e20;
  --muted: #323232;
  --line: rgba(46, 46, 46, 0.72);
  --dark: #2e2e2e;
  --white: #ffffff;
  --practice-strip-left-opacity: 0.68;
  --practice-strip-right-opacity: 0.46;
  --hero-panel-strong-opacity: 0.62;
  --hero-panel-soft-opacity: 0.3;
  --hero-panel-width: 400px;
  --hero-panel-padding-y: 30px;
  --hero-panel-padding-x: 30px;
  --hero-service-min-height: 112px;
  --hero-service-gap: 16px;
  --hero-service-icon-size: 54px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: "Montserrat", Arial, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

.site-header {
  position: relative;
  z-index: 20;
  display: grid;
  grid-template-columns: 310px 1fr;
  align-items: start;
  min-height: 112px;
  padding: 6px 92px 0;
  background: #fff;
}

.brand {
  display: block;
  width: 246px;
  height: 105px;
}

.brand img {
  display: block;
  width: 246px;
  height: 105px;
  object-fit: contain;
}

.menu-toggle {
  display: none;
}

.main-nav {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0 34px;
  padding-top: 43px;
  color: #2e2e2e;
  font-size: 12px;
  line-height: 1.28;
}

.main-nav > a,
.nav-dropdown > a {
  display: inline-block;
  padding: 0 0 18px;
  text-transform: none;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.nav-dropdown {
  position: relative;
}

.dropdown-panel {
  position: absolute;
  top: 28px;
  left: 0;
  z-index: 30;
  display: none;
  min-width: 230px;
  padding: 14px 16px;
  background: #fff;
  border: 1px solid rgba(46, 46, 46, 0.12);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.08);
}

.dropdown-panel a {
  display: block;
  padding: 8px 0;
  font-size: 13px;
}

.nav-dropdown:hover .dropdown-panel,
.nav-dropdown:focus-within .dropdown-panel {
  display: block;
}

.hero {
  position: relative;
  min-height: 687px;
  overflow: hidden;
  background: #f4f5f5;
}

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 687px;
  object-fit: cover;
  object-position: center;
}

.hero-copy {
  position: absolute;
  top: 192px;
  right: 70px;
  width: 270px;
}

.hero h1 {
  margin: 0;
  color: var(--ink);
  font-family: "Prata", Georgia, serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.18;
}

.dark-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 178px;
  min-height: 51px;
  margin-top: 45px;
  padding: 0 25px;
  color: #fff;
  background: var(--dark);
  border: 1px solid var(--dark);
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
}

.dark-button.wide {
  min-width: 194px;
  min-height: 56px;
  margin-top: 24px;
  font-family: Inter, "Montserrat", sans-serif;
  font-size: 16px;
  text-transform: none;
}

.home-page .site-header {
  grid-template-columns: 270px 1fr;
  align-items: center;
  min-height: 102px;
  padding: 0 64px;
  background: #071827;
  border-bottom: 1px solid rgba(199, 154, 78, 0.28);
}

.home-page .brand {
  position: relative;
  width: 250px;
  height: 72px;
  color: #fff;
}

.home-page .brand img {
  display: none;
}

.home-page .brand::before {
  content: "PM & CO.";
  position: absolute;
  top: 8px;
  left: 0;
  color: #fff;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 0.18em;
}

.home-page .brand::after {
  content: "INC.ATTORNEYS";
  position: absolute;
  left: 66px;
  bottom: 2px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.45em;
}

.home-page .main-nav {
  align-items: center;
  gap: 0 24px;
  padding-top: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.home-page .main-nav > a,
.home-page .nav-dropdown > a {
  padding: 38px 0;
}

.home-page .main-nav > a:first-child {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: #c99a4a;
  text-decoration-thickness: 4px;
  text-underline-offset: 14px;
}

.home-page .nav-cta {
  min-width: 164px;
  padding: 16px 20px;
  text-align: center;
  border: 1px solid #c99a4a;
}

.home-page .phone-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 42px;
  padding: 0;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid #c99a4a;
  border-radius: 999px;
}

.home-page .phone-link::before {
  display: none;
}

.home-page .dropdown-panel {
  top: 72px;
  background: #071827;
  border-color: rgba(201, 154, 74, 0.32);
}

.home-page .hero {
  --hero-bg-image: url("assets/hostinger/hero-legal-abstract-h2.png");
  --hero-bg-position: center;
  min-height: 650px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(7, 24, 39, 0.36) 0%, rgba(7, 24, 39, 0.12) 46%, rgba(255, 255, 255, 0.1) 100%),
    var(--hero-bg-image);
  background-size: cover, cover;
  background-position: center, var(--hero-bg-position);
  isolation: isolate;
}

.home-page.hero-bg-h3 .hero {
  --hero-bg-image: url("assets/hostinger/hero-city-h3.png");
  --hero-bg-position: center;
}

.home-page.hero-bg-h4 .hero {
  --hero-bg-image: url("assets/hostinger/hero-city-h4.png");
  --hero-bg-position: center;
}

.home-page .hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  background: linear-gradient(90deg, rgba(7, 24, 39, 0.22) 0%, rgba(7, 24, 39, 0.02) 52%, rgba(255, 255, 255, 0.18) 100%);
  opacity: 1;
  filter: none;
  transition: opacity 1400ms ease;
  pointer-events: none;
}

.home-page .hero::after {
  display: none;
}

.home-page .hero.is-revealing::after {
  display: none;
}

.home-page .hero.is-revealing::before {
  opacity: 0.82;
}

.home-page .hero-rail {
  position: absolute;
  top: 56px;
  left: 34px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 92px;
  height: calc(100% - 112px);
  min-height: 530px;
  padding: 44px 0 36px;
  color: #fff;
  background: #071827;
  border: 1px solid rgba(201, 154, 74, 0.12);
  border-radius: 13px;
  box-shadow: 0 24px 58px rgba(7, 24, 39, 0.3);
}

.home-page .hero-rail-mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: #c99a4a;
  font-family: "Prata", Georgia, serif;
  font-size: 24px;
  line-height: 1;
  border: 2px solid #c99a4a;
  border-radius: 999px;
}

.home-page .hero-rail-text {
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-page .hero-rail-text span {
  display: inline-block;
  margin: 0 8px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.home-page .hero-rail-text span:first-child {
  color: #c99a4a;
}

.home-page .hero-proof {
  position: absolute;
  top: 52px;
  left: clamp(158px, 12vw, 196px);
  z-index: 3;
  width: min(560px, calc(100% - 720px));
  min-width: 460px;
  color: #fff;
  text-shadow: 0 3px 20px rgba(0, 0, 0, 0.36);
}

.home-page .hero-proof-kicker {
  margin: 0 0 18px;
  color: #c99a4a;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-page .hero-proof-kicker::after {
  content: "";
  display: block;
  width: 238px;
  height: 2px;
  margin-top: 20px;
  background: rgba(201, 154, 74, 0.86);
}

.home-page .hero-proof h1 {
  max-width: 560px;
  margin: 0;
  color: #fff;
  font-family: "Prata", Georgia, serif;
  font-size: clamp(54px, 4.4vw, 66px);
  font-weight: 400;
  line-height: 1.05;
}

.home-page .hero-proof h1 em {
  display: block;
  color: #d8ad60;
  font-style: italic;
}

.home-page .hero-proof h1 span {
  display: block;
}

.home-page .hero-proof small {
  display: block;
  max-width: 510px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.65;
}

.home-page .hero-proof-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-width: 282px;
  min-height: 56px;
  margin-top: 22px;
  padding: 0 34px;
  color: #fff;
  background: #071827;
  border: 1px solid #c99a4a;
  border-radius: 0 0 22px 0;
  box-shadow: 0 14px 34px rgba(7, 24, 39, 0.22);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-page .hero-services-panel {
  position: absolute;
  top: 56px;
  right: clamp(42px, 5vw, 72px);
  bottom: 56px;
  z-index: 4;
  display: grid;
  align-content: stretch;
  width: clamp(340px, var(--hero-panel-width), 430px);
  padding: var(--hero-panel-padding-y) var(--hero-panel-padding-x);
  color: #fff;
  background:
    linear-gradient(135deg, rgba(7, 24, 39, var(--hero-panel-strong-opacity)), rgba(7, 24, 39, var(--hero-panel-soft-opacity))),
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.04));
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 18px;
  box-shadow: 0 28px 80px rgba(7, 24, 39, 0.34);
  backdrop-filter: blur(10px) saturate(1.08);
}

.home-page .hero-service {
  display: grid;
  grid-template-columns: var(--hero-service-icon-size) 1fr;
  gap: var(--hero-service-gap);
  align-items: center;
  min-height: var(--hero-service-min-height);
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}

.home-page .hero-service:last-child {
  border-bottom: 0;
}

.home-page .hero-service-icon {
  display: grid;
  place-items: center;
  width: var(--hero-service-icon-size);
  height: var(--hero-service-icon-size);
  color: #c99a4a;
  background: #071827;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 999px;
  box-shadow: 0 10px 26px rgba(7, 24, 39, 0.3);
}

.home-page .hero-service-icon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.home-page .hero-service strong {
  display: block;
  color: #fff;
  font-family: "Prata", Georgia, serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.25;
  text-shadow: 0 2px 14px rgba(7, 24, 39, 0.42);
}

.home-page .hero-service small {
  display: block;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.96);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7;
  text-shadow: 0 2px 12px rgba(7, 24, 39, 0.48);
}

.home-page .hero-trust-strip {
  position: absolute;
  left: clamp(158px, 12vw, 196px);
  bottom: 14px;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(660px, calc(100% - 680px));
  min-height: 86px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(7, 24, 39, 0.58), rgba(7, 24, 39, 0.28)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.04));
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 16px 16px 16px 0;
  box-shadow: 0 24px 54px rgba(7, 24, 39, 0.28);
  backdrop-filter: blur(9px) saturate(1.08);
}

.home-page .hero-trust-strip div {
  position: relative;
  display: grid;
  grid-template-columns: 44px 1fr;
  column-gap: 18px;
  align-items: center;
  padding: 17px 24px;
}

.home-page .hero-trust-strip div + div::before {
  content: "";
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 0;
  width: 1px;
  background: rgba(255, 255, 255, 0.44);
}

.home-page .hero-trust-icon {
  grid-row: span 2;
  width: 34px;
  height: 34px;
  border: 2px solid rgba(255, 255, 255, 0.78);
  border-radius: 50%;
}

.home-page .hero-trust-strip strong {
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-shadow: 0 2px 10px rgba(7, 24, 39, 0.52);
}

.home-page .hero-trust-strip small {
  color: rgba(255, 255, 255, 0.95);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
  text-shadow: 0 2px 10px rgba(7, 24, 39, 0.52);
}

.home-page .hero-command {
  position: relative;
  left: auto;
  bottom: auto;
  z-index: 5;
  display: flex;
  align-items: center;
  width: min(1020px, calc(100% - 128px));
  min-height: 68px;
  margin: 22px auto 0;
  padding: 0 38px;
  color: #fff;
  background: #071827;
  border-radius: 3px;
  box-shadow: 0 22px 54px rgba(7, 24, 39, 0.22);
}

.home-page .hero-command p {
  margin: 0 34px 0 0;
  color: #c99a4a;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  white-space: nowrap;
}

.home-page .hero-command a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 24px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-left: 1px solid rgba(201, 154, 74, 0.42);
}

.home-page .hero-command a::before {
  content: "";
  width: 14px;
  height: 14px;
  margin-right: 12px;
  border: 1px solid #c99a4a;
  transform: rotate(45deg);
}

.hero-value-grid {
  position: relative;
  z-index: 6;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  padding: 32px 92px 74px;
  margin-top: 0;
  background: #fff;
}

.hero-value-card {
  display: grid;
  grid-template-columns: 54px 1fr;
  column-gap: 22px;
  align-items: center;
  min-height: 122px;
  padding: 24px 28px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(7, 24, 39, 0.08);
  box-shadow: 0 18px 42px rgba(7, 24, 39, 0.08);
}

.hero-value-card span {
  grid-row: span 2;
  width: 54px;
  height: 54px;
  border: 2px solid #c99a4a;
  border-radius: 999px;
}

.hero-value-card strong {
  color: #071827;
  font-family: "Prata", Georgia, serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.18;
}

.hero-value-card small {
  color: #555;
  font-size: 13px;
  line-height: 1.45;
}

@keyframes heroWordReveal {
  0% {
    opacity: 0;
    transform: translateY(22px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes strategicGoldPulse {
  0%,
  100% {
    color: #c99a4a;
    text-shadow: none;
  }

  45% {
    color: #d8ad60;
    text-shadow: 0 0 18px rgba(201, 154, 74, 0.18);
  }
}

@keyframes bullBreath {
  0%,
  100% {
    transform: scale(1) translateX(0);
  }

  50% {
    transform: scale(1.008) translateX(4px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-page .hero-word,
  .home-page .hero h1 em,
  .home-page .hero-panel::before,
  .home-page .hero-panel-inner,
  .home-page .hero-image {
    opacity: 1;
    transform: none;
    transition: none;
    animation: none;
  }

  .home-page .hero-panel::after {
    opacity: 0;
    transform: none;
    transition: none;
    animation: none;
  }

  .home-page .hero::after {
    opacity: 0.28;
    transform: none;
    transition: none;
    animation: none;
  }
}

.who-section {
  --who-bg-image: url("assets/hostinger/who-we-are.jpg");
  --who-bg-position: center;
  position: relative;
  display: grid;
  grid-template-columns: minmax(320px, 520px) 1fr;
  align-items: center;
  min-height: 690px;
  padding: 86px clamp(42px, 8vw, 154px) 82px;
  overflow: hidden;
  color: #071827;
  isolation: isolate;
  background-image:
    linear-gradient(90deg, rgba(253, 249, 241, 0.98) 0%, rgba(253, 249, 241, 0.94) 34%, rgba(253, 249, 241, 0.76) 48%, rgba(253, 249, 241, 0.2) 69%, rgba(253, 249, 241, 0) 100%),
    var(--who-bg-image);
  background-position: center, var(--who-bg-position);
  background-size: cover, cover;
  background-repeat: no-repeat;
}

.who-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 52% 42%, rgba(255, 255, 255, 0.52), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.who-rail {
  display: none;
}

.who-panel {
  position: relative;
  z-index: 1;
  width: min(100%, 520px);
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.who-panel .section-kicker {
  position: relative;
  margin: 0 0 34px;
  color: #c99a4a;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.who-panel .section-kicker::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 108px;
  height: 1px;
  background: linear-gradient(90deg, #c99a4a 0 48%, rgba(201, 154, 74, 0.22) 48% 100%);
}

.who-panel h2 {
  margin: 0;
  max-width: 470px;
  color: #071827;
  font-family: "Prata", Georgia, serif;
  font-size: clamp(44px, 4.6vw, 66px);
  font-weight: 400;
  line-height: 1.04;
}

.who-panel h2 em {
  color: #c99a4a;
  font-style: italic;
}

.who-lede {
  max-width: 470px;
  margin: 28px 0 0;
  color: rgba(7, 24, 39, 0.82);
  font-size: 16px;
  line-height: 1.75;
}

.who-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 32px;
  padding-top: 28px;
  border-top: 1px solid rgba(201, 154, 74, 0.34);
}

.who-proof-grid div {
  display: grid;
  justify-items: start;
  gap: 9px;
  min-height: 120px;
  padding: 0 24px 0 0;
  text-align: left;
}

.who-proof-grid div + div {
  padding-left: 24px;
  border-left: 1px solid rgba(201, 154, 74, 0.28);
}

.who-proof-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 4px;
}

.who-proof-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.who-proof-grid strong {
  color: #071827;
  font-family: "Prata", Georgia, serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.18;
}

.who-proof-grid small {
  color: rgba(7, 24, 39, 0.72);
  font-size: 12px;
  line-height: 1.55;
}

.who-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  min-width: 220px;
  margin-top: 34px;
  padding: 16px 28px;
  color: #c99a4a;
  border: 1px solid #c99a4a;
  background: rgba(255, 255, 255, 0.2);
  font-size: 14px;
  font-weight: 800;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.who-cta:hover,
.who-cta:focus-visible {
  color: #fff;
  background: #071827;
  border-color: #071827;
  transform: translateY(-1px);
}

.premium-practice-section {
  padding: 0;
  overflow: hidden;
  background: #fff;
}

.practice-values {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  padding: 56px 92px 64px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(7, 24, 39, var(--practice-strip-left-opacity)), rgba(7, 24, 39, var(--practice-strip-right-opacity))),
    url("assets/mockup-practice/images/practice-values-bg.png") center / cover;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    inset 0 -1px 0 rgba(255, 255, 255, 0.08);
}

.practice-values div {
  position: relative;
  display: grid;
  justify-items: center;
  align-content: start;
  min-height: 180px;
  padding: 0 34px;
  text-align: center;
}

.practice-values div + div::before {
  content: "";
  position: absolute;
  top: 24px;
  bottom: 26px;
  left: 0;
  width: 1px;
  background: rgba(255, 255, 255, 0.42);
}

.practice-value-icon {
  display: grid;
  place-items: center;
  width: 66px;
  height: 66px;
  margin-bottom: 22px;
  color: #c99a4a;
  border: 1px solid #c99a4a;
  border-radius: 999px;
}

.practice-value-icon svg,
.practice-card-icon svg,
.practice-consult-icon svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-service-icon img,
.practice-value-icon img,
.practice-card-icon img,
.practice-consult-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hero-service-icon,
.practice-value-icon,
.practice-card-icon,
.practice-consult-icon {
  overflow: hidden;
  border-color: transparent;
  background: transparent;
}

.practice-values strong {
  display: block;
  color: #fff;
  font-family: "Prata", Georgia, serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.12;
}

.practice-values small {
  display: block;
  max-width: 230px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.94);
  font-size: 15px;
  line-height: 1.55;
}

.design-tune-toggle,
.design-tune-panel {
  position: fixed;
  z-index: 1000;
  font-family: "Montserrat", Arial, sans-serif;
}

.design-tune-toggle {
  right: 18px;
  bottom: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  color: #071827;
  background: #d4a54d;
  border: 1px solid rgba(7, 24, 39, 0.18);
  border-radius: 999px;
  box-shadow: 0 16px 36px rgba(7, 24, 39, 0.28);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.design-tune-panel {
  right: 18px;
  bottom: 72px;
  width: min(330px, calc(100vw - 36px));
  padding: 18px;
  color: #fff;
  background: rgba(7, 24, 39, 0.94);
  border: 1px solid rgba(212, 165, 77, 0.42);
  border-radius: 10px;
  box-shadow: 0 24px 70px rgba(7, 24, 39, 0.38);
}

.design-tune-panel[hidden] {
  display: none;
}

.design-tune-panel strong {
  display: block;
  margin-bottom: 4px;
  color: #fff;
  font-family: "Prata", Georgia, serif;
  font-size: 18px;
  font-weight: 400;
}

.design-tune-panel p {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  line-height: 1.5;
}

.design-tune-control {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}

.design-tune-control label {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 12px;
  font-weight: 700;
}

.design-tune-control span {
  color: #d4a54d;
  font-variant-numeric: tabular-nums;
}

.design-tune-control input {
  width: 100%;
  accent-color: #d4a54d;
}

.design-tune-actions {
  display: flex;
  gap: 10px;
  margin-top: 16px;
}

.design-tune-actions button {
  flex: 1;
  min-height: 38px;
  color: #fff;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
}

.design-tune-actions button:first-child {
  color: #071827;
  background: #d4a54d;
  border-color: #d4a54d;
}

.practice-intro {
  max-width: 820px;
  margin: 0 auto;
  padding: 74px 31px 42px;
  text-align: center;
}

.practice-intro .section-kicker {
  margin-bottom: 18px;
  color: #c99a4a;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.practice-intro h2 {
  margin: 0;
  color: #071827;
  font-family: "Prata", Georgia, serif;
  font-size: clamp(42px, 4.3vw, 66px);
  font-weight: 400;
  line-height: 1.08;
}

.practice-intro h2 em {
  color: #c99a4a;
  font-style: italic;
}

.practice-intro p:not(.section-kicker) {
  max-width: 680px;
  margin: 24px auto 0;
  color: #4b5560;
  font-size: 17px;
  line-height: 1.7;
}

.practice-intro a,
.practice-consult a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  min-width: 254px;
  min-height: 62px;
  margin-top: 32px;
  color: #c99a4a;
  background: #071827;
  border: 1px solid #071827;
  font-size: 15px;
  font-weight: 700;
}

.practice-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 14px;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 72px 70px;
}

.practice-card {
  position: relative;
  grid-column: span 3;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 390px;
  overflow: hidden;
  padding: 30px 30px 34px;
  color: #fff;
  background: #071827;
  border: 1px solid rgba(201, 154, 74, 0.32);
  border-radius: 8px;
  isolation: isolate;
  box-shadow: 0 22px 52px rgba(7, 24, 39, 0.12);
}

.practice-card.large {
  grid-column: span 4;
  min-height: 380px;
}

.practice-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: var(--card-image);
  background-position: var(--card-position, center);
  background-size: cover;
  filter: saturate(0.86) contrast(1.02);
  transition: transform 600ms ease, filter 600ms ease;
}

.practice-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(7, 24, 39, 0.2) 0%, rgba(7, 24, 39, 0.5) 48%, rgba(7, 24, 39, 0.94) 100%),
    linear-gradient(90deg, rgba(7, 24, 39, 0.92), rgba(7, 24, 39, 0.16));
}

.practice-card > * {
  position: relative;
  z-index: 1;
}

.practice-card:hover::before,
.practice-card:focus-visible::before {
  transform: scale(1.045);
  filter: saturate(0.95);
}

.practice-card-number {
  position: absolute;
  top: 28px;
  left: 30px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
}

.practice-card-icon {
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  margin-bottom: 30px;
  color: #c99a4a;
  border: 1px solid #c99a4a;
  border-radius: 999px;
  background: rgba(7, 24, 39, 0.34);
}

.practice-card strong {
  display: block;
  max-width: 260px;
  color: #fff;
  font-family: "Prata", Georgia, serif;
  font-size: 31px;
  font-weight: 400;
  line-height: 1.1;
}

.practice-card small {
  display: block;
  max-width: 270px;
  min-height: 74px;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
  line-height: 1.65;
}

.practice-card-arrow {
  display: block;
  margin-top: 18px;
  color: #c99a4a;
  font-size: 26px;
  line-height: 1;
}

.practice-consult {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  padding: 58px 108px;
  color: #fff;
  background: radial-gradient(circle at 30% 20%, rgba(24, 70, 91, 0.78), transparent 38%), #071827;
}

.practice-consult > div {
  display: flex;
  align-items: center;
  gap: 38px;
}

.practice-consult-icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 88px;
  height: 88px;
  color: #c99a4a;
  border: 1px solid #c99a4a;
  border-radius: 999px;
}

.practice-consult small {
  display: block;
  color: #c99a4a;
  font-size: 16px;
  line-height: 1.5;
}

.practice-consult strong {
  display: block;
  margin-top: 8px;
  color: #fff;
  font-family: "Prata", Georgia, serif;
  font-size: clamp(32px, 3vw, 46px);
  font-weight: 400;
  line-height: 1.1;
}

.practice-consult a {
  min-width: 320px;
  margin-top: 0;
  color: #c99a4a;
  background: transparent;
  border-color: #c99a4a;
}

.help-section {
  display: grid;
  grid-template-columns: minmax(620px, 1fr) minmax(320px, 0.5fr);
  min-height: 500px;
  overflow: hidden;
  color: #071827;
  background: #fbf7ef;
}

.help-copy {
  position: relative;
  z-index: 1;
  align-self: center;
  padding: 42px 48px 38px clamp(48px, 5.8vw, 104px);
}

.help-copy .section-kicker {
  position: relative;
  margin: 0 0 34px;
  color: #ad7d2e;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.help-copy .section-kicker::before {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% + 26px);
  width: 84px;
  height: 1px;
  background: #ad7d2e;
}

.help-copy .section-kicker::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 94px;
  height: 2px;
  background: #ad7d2e;
}

.help-copy h2 {
  margin: 0;
  color: var(--ink);
  font-family: "Prata", Georgia, serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.5;
}

.help-copy h2 {
  max-width: 800px;
  color: #071827;
  font-size: clamp(34px, 3vw, 44px);
  line-height: 1.08;
}

.help-lede {
  max-width: 640px;
  margin: 20px 0 0;
  color: rgba(7, 24, 39, 0.82);
  font-size: 15px;
  line-height: 1.56;
}

.help-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 26px;
}

.help-steps div {
  display: grid;
  justify-items: center;
  align-content: start;
  min-height: 152px;
  padding: 0 18px;
  text-align: center;
}

.help-steps div + div {
  border-left: 1px solid rgba(173, 125, 46, 0.18);
}

.help-step-icon {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}

.help-step-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.help-steps small {
  display: block;
  color: #ad7d2e;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1;
}

.help-steps small::after {
  content: "";
  display: block;
  width: 28px;
  height: 2px;
  margin: 9px auto 11px;
  background: #ad7d2e;
}

.help-steps strong {
  display: block;
  color: #071827;
  font-family: "Prata", Georgia, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.18;
}

.help-steps p {
  max-width: 180px;
  margin: 9px 0 0;
  color: rgba(7, 24, 39, 0.76);
  font-size: 13px;
  line-height: 1.42;
}

.help-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  min-width: 240px;
  min-height: 52px;
  margin-top: 22px;
  padding: 0 28px;
  color: #c99a4a;
  background: #071827;
  border: 1px solid #071827;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.help-cta:hover,
.help-cta:focus-visible {
  color: #071827;
  background: transparent;
  border-color: #c99a4a;
  transform: translateY(-1px);
}

.help-visual {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  border-left: 1px solid rgba(173, 125, 46, 0.54);
  background: #e8ded1;
}

.help-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(251, 247, 239, 0.08), rgba(251, 247, 239, 0) 15%) left center / 100% 100% no-repeat,
    url("assets/heroes/hero-consultation-office.png") right center / auto 106% no-repeat;
  transform: scale(1.015);
}

.consultation-section {
  position: relative;
  overflow: hidden;
  padding: 52px clamp(31px, 5vw, 78px) 48px;
  color: #071827;
  background:
    linear-gradient(90deg, rgba(7, 24, 39, 0.04) 0 1px, transparent 1px 100%) 0 0 / 82px 82px,
    linear-gradient(180deg, #fbf7ef 0%, #f7efe3 100%);
  border-top: 1px solid rgba(173, 125, 46, 0.16);
}

.consultation-section::before,
.consultation-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: none;
  width: 220px;
  height: 168px;
  pointer-events: none;
  opacity: 0.42;
}

.consultation-section::before {
  left: -58px;
  background:
    linear-gradient(106deg, transparent 46%, rgba(173, 125, 46, 0.34) 47%, transparent 49%) 42px 16px / 52px 120px no-repeat,
    linear-gradient(76deg, transparent 47%, rgba(7, 24, 39, 0.18) 48%, transparent 50%) 84px 32px / 62px 118px no-repeat;
}

.consultation-section::after {
  right: -32px;
  background:
    linear-gradient(#071827, #071827) 24px 78px / 168px 28px no-repeat,
    linear-gradient(#101c28, #101c28) 48px 104px / 154px 30px no-repeat,
    linear-gradient(#172435, #172435) 70px 132px / 144px 30px no-repeat;
  border-bottom: 3px solid rgba(173, 125, 46, 0.48);
}

.consultation-shell {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin: 0 auto;
}

.consultation-heading {
  max-width: 1080px;
  margin: 0 auto 26px;
  text-align: center;
}

.consultation-logo {
  display: inline-grid;
  justify-items: center;
  margin-bottom: 14px;
  color: #ad7d2e;
  font-family: "Prata", Georgia, serif;
  font-size: 31px;
  line-height: 0.78;
}

.consultation-logo small {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.consultation-heading h2 {
  margin: 0;
  color: #071827;
  font-family: "Prata", Georgia, serif;
  font-size: clamp(36px, 3.6vw, 52px);
  font-weight: 400;
  line-height: 1.06;
}

.consultation-heading p {
  margin: 13px 0 0;
  color: rgba(7, 24, 39, 0.72);
  font-size: 16px;
  line-height: 1.55;
}

.consultation-layout {
  display: grid;
  grid-template-columns: minmax(190px, 0.7fr) minmax(520px, 1.85fr) minmax(190px, 0.7fr);
  gap: 34px;
  align-items: stretch;
}

.consultation-side-card,
.consultation-form {
  background: rgba(255, 253, 248, 0.9);
  border: 1px solid rgba(173, 125, 46, 0.26);
  box-shadow: 0 24px 54px rgba(7, 24, 39, 0.08);
}

.consultation-side-card {
  display: grid;
  align-content: center;
  justify-items: center;
  min-height: 304px;
  padding: 28px 22px;
  text-align: center;
}

.consultation-trust-card {
  gap: 22px;
}

.consultation-card-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin: 0 auto 14px;
}

.consultation-card-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.consultation-side-card h3 {
  margin: 0;
  color: #071827;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.2em;
  line-height: 1.4;
  text-transform: uppercase;
}

.consultation-side-card h3::after,
.consultation-divider {
  content: "";
  display: block;
  width: 56px;
  height: 1px;
  margin: 15px auto 18px;
  background: #ad7d2e;
}

.consultation-side-card p,
.consultation-side-card a {
  margin: 0 0 12px;
  color: rgba(7, 24, 39, 0.76);
  font-size: 15px;
  line-height: 1.55;
}

.consultation-side-card a {
  text-decoration: none;
}

.consultation-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 17px 22px;
  padding: 28px;
  outline: 7px solid rgba(255, 255, 255, 0.52);
}

.consultation-field {
  display: grid;
  gap: 10px;
}

.consultation-field label {
  color: rgba(7, 24, 39, 0.82);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
}

.consultation-field input,
.consultation-field select,
.consultation-field textarea,
.newsletter input {
  display: block;
  width: 100%;
  color: #071827;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(7, 24, 39, 0.14);
  outline: none;
  font-size: 15px;
}

.consultation-field input,
.consultation-field select {
  min-height: 52px;
  padding: 0 18px;
}

.consultation-field textarea {
  min-height: 96px;
  padding: 16px 18px;
  resize: vertical;
}

.consultation-field input:focus,
.consultation-field select:focus,
.consultation-field textarea:focus {
  border-color: rgba(173, 125, 46, 0.74);
  box-shadow: 0 0 0 3px rgba(173, 125, 46, 0.12);
}

.consultation-message,
.consultation-form button,
.consultation-secure {
  grid-column: 1 / -1;
}

.consultation-form button,
.newsletter button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.consultation-form button {
  gap: 34px;
  min-height: 56px;
  color: #c99a4a;
  background: #071827;
  border: 1px solid #071827;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.consultation-form button:hover,
.consultation-form button:focus-visible {
  color: #071827;
  background: transparent;
  border-color: #ad7d2e;
  transform: translateY(-1px);
}

.consultation-secure {
  margin: -2px 0 0;
  color: rgba(7, 24, 39, 0.58);
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
}

.consultation-signoff {
  position: relative;
  width: fit-content;
  margin: 24px auto 0;
  color: rgba(7, 24, 39, 0.66);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.26em;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
}

.consultation-signoff::before,
.consultation-signoff::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 86px;
  height: 1px;
  background: rgba(173, 125, 46, 0.38);
}

.consultation-signoff::before {
  right: calc(100% + 22px);
}

.consultation-signoff::after {
  left: calc(100% + 22px);
}

.newsletter input {
  min-height: 53px;
  margin-top: 8px;
  padding: 0 18px;
}

.newsletter button {
  width: 136px;
  min-height: 47px;
  color: #fff;
  background: #000;
  border: 1px solid #000;
  font-size: 14px;
}

.consultation-dark {
  padding: 0;
  color: #fff;
  background:
    radial-gradient(circle at 72% 22%, rgba(215, 168, 93, 0.16), transparent 30%),
    radial-gradient(circle at 10% 84%, rgba(215, 168, 93, 0.12), transparent 28%),
    linear-gradient(90deg, #061522 0%, #071827 48%, #081928 100%);
  border-top: 1px solid rgba(201, 154, 74, 0.2);
}

.consultation-dark::before,
.consultation-dark::after {
  pointer-events: none;
}

.consultation-dark::before {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  width: auto;
  height: auto;
  background:
    radial-gradient(circle at 95% 34%, rgba(215, 168, 93, 0.22), transparent 18%),
    linear-gradient(90deg, transparent 0%, transparent 72%, rgba(255, 255, 255, 0.05) 82%, transparent 100%);
  opacity: 1;
}

.consultation-dark::after {
  content: "";
  display: none;
  width: auto;
  height: auto;
  background: none;
  border: 0;
}

.consultation-stage {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(300px, 0.92fr) minmax(430px, 1.08fr) minmax(300px, 0.76fr);
  gap: 16px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 36px clamp(36px, 4.8vw, 72px) 34px;
}

.consultation-intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 0;
  padding-right: clamp(18px, 2vw, 34px);
}

.consultation-intro .section-kicker {
  position: relative;
  margin: 0 0 54px;
  color: #d7a85d;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.consultation-intro .section-kicker::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -26px;
  width: 56px;
  height: 2px;
  background: #d7a85d;
}

.consultation-intro h2 {
  max-width: 430px;
  margin: 0;
  color: #fff;
  font-family: "Prata", Georgia, serif;
  font-size: clamp(46px, 4.25vw, 64px);
  font-weight: 400;
  line-height: 1.04;
}

.consultation-intro h2 em {
  color: #d7a85d;
  font-style: italic;
}

.consultation-intro > p {
  max-width: 410px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  line-height: 1.62;
}

.consultation-promise {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 28px;
  padding-top: 20px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  line-height: 1.55;
  border-top: 1px solid rgba(215, 168, 93, 0.48);
}

.consultation-promise-icon,
.consultation-reach-icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 999px;
}

.consultation-promise-icon {
  width: 54px;
  height: 54px;
}

.consultation-promise-icon img,
.consultation-reach-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.consultation-dark .consultation-form {
  display: grid;
  grid-template-columns: 1fr;
  align-content: start;
  gap: 12px;
  min-height: 0;
  padding: 26px 34px 24px;
  color: #fff;
  background: linear-gradient(180deg, rgba(7, 24, 39, 0.91), rgba(7, 24, 39, 0.82));
  border: 1px solid rgba(215, 168, 93, 0.82);
  border-radius: 8px;
  outline: 0;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
}

.consultation-form h3,
.consultation-reach-card h3 {
  margin: 0;
  color: #d7a85d;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.26em;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
}

.consultation-form h3::after,
.consultation-reach-card h3::after {
  content: "";
  display: block;
  width: 44px;
  height: 1px;
  margin: 9px auto 10px;
  background: #d7a85d;
}

.consultation-dark .consultation-field {
  gap: 9px;
}

.consultation-dark .consultation-field label {
  color: rgba(255, 255, 255, 0.94);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.consultation-dark .consultation-field input,
.consultation-dark .consultation-field select,
.consultation-dark .consultation-field textarea {
  color: #fff;
  background: rgba(3, 18, 31, 0.48);
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 3px;
  font-size: 15px;
}

.consultation-dark .consultation-field input::placeholder,
.consultation-dark .consultation-field textarea::placeholder {
  color: rgba(255, 255, 255, 0.62);
}

.consultation-dark .consultation-field input,
.consultation-dark .consultation-field select {
  min-height: 44px;
}

.consultation-dark .consultation-field textarea {
  min-height: 78px;
}

.consultation-dark .consultation-field select {
  color-scheme: dark;
}

.consultation-dark .consultation-field input:focus,
.consultation-dark .consultation-field select:focus,
.consultation-dark .consultation-field textarea:focus {
  border-color: rgba(215, 168, 93, 0.86);
  box-shadow: 0 0 0 3px rgba(215, 168, 93, 0.14);
}

.consultation-dark .consultation-form button {
  gap: 28px;
  min-height: 50px;
  color: #071827;
  background: linear-gradient(180deg, #e0b76f, #c9933f);
  border: 1px solid rgba(239, 201, 136, 0.88);
  border-radius: 3px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.22);
}

.consultation-dark .consultation-form button:hover,
.consultation-dark .consultation-form button:focus-visible {
  color: #fff;
  background: transparent;
  border-color: #d7a85d;
}

.consultation-dark .consultation-secure {
  margin: 2px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
}

.consultation-reach-card {
  align-self: stretch;
  min-height: 0;
  padding: 26px 26px;
  color: #071827;
  background: linear-gradient(180deg, rgba(255, 252, 246, 0.96), rgba(248, 241, 230, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 8px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
}

.consultation-reach-card h3 {
  color: #ad7d2e;
}

.consultation-reach-card h3::after {
  background: #ad7d2e;
}

.consultation-reach-item {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 16px;
  padding: 14px 0;
  border-top: 1px solid rgba(7, 24, 39, 0.12);
}

.consultation-reach-card h3 + .consultation-reach-item {
  border-top: 0;
}

.consultation-reach-icon {
  width: 46px;
  height: 46px;
  background: #071827;
}

.consultation-reach-item strong,
.consultation-confidential strong {
  display: block;
  margin-bottom: 8px;
  color: #071827;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
}

.consultation-reach-item p,
.consultation-reach-item a,
.consultation-confidential p {
  margin: 0;
  color: rgba(7, 24, 39, 0.82);
  font-size: 14px;
  line-height: 1.46;
  text-decoration: none;
}

.consultation-confidential {
  margin-top: 8px;
  padding: 16px;
  border: 1px solid rgba(7, 24, 39, 0.16);
  background: rgba(255, 255, 255, 0.4);
}

.consultation-confidential strong {
  color: #ad7d2e;
}

.consultation-brand-strip {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto auto auto 1fr;
  align-items: center;
  gap: 24px;
  min-height: 72px;
  padding: 14px clamp(36px, 4.8vw, 72px);
  color: #071827;
  background: linear-gradient(180deg, rgba(255, 252, 246, 0.96), rgba(246, 239, 230, 0.96));
}

.consultation-brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #ad7d2e;
  border: 1px solid rgba(173, 125, 46, 0.66);
  font-family: "Prata", Georgia, serif;
  font-size: 26px;
}

.consultation-brand-strip strong {
  font-family: "Prata", Georgia, serif;
  font-size: 20px;
  font-weight: 400;
}

.consultation-brand-strip > span:not(.consultation-brand-mark) {
  color: #ad7d2e;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.consultation-brand-strip p {
  justify-self: end;
  max-width: 380px;
  margin: 0;
  color: rgba(7, 24, 39, 0.78);
  font-size: 14px;
  line-height: 1.5;
  text-align: right;
}

.site-footer {
  position: relative;
  min-height: 368px;
  overflow: hidden;
  color: #fff;
  background: #1d1e20;
}

.site-footer > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.site-footer::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.46);
}

.footer-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 328px 328px 328px;
  gap: 84px;
  width: 1070px;
  margin: 0 auto;
  padding-top: 70px;
}

.footer-grid h2 {
  margin: 0 0 22px;
  color: #fff;
  font-family: "Prata", Georgia, serif;
  font-size: 20px;
  font-weight: 400;
}

.footer-grid p,
.footer-grid a {
  margin: 0;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
}

.newsletter input {
  min-height: 48px;
  margin: 14px 0 22px;
  color: #565656;
  background: rgba(245, 248, 251, 0.72);
  border: 0;
}

.newsletter button {
  color: #2e2e2e;
  background: #fff;
  border-color: #fff;
}

.inner-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.75fr);
  gap: 72px;
  align-items: center;
  min-height: 520px;
  padding: 76px 92px;
  background: linear-gradient(90deg, #fff 0%, #f6f6f4 56%, #ededeb 100%);
}

.inner-hero.compact {
  min-height: 390px;
}

.inner-hero.no-image {
  grid-template-columns: minmax(0, 900px);
}

.inner-hero .eyebrow,
.section-kicker {
  margin: 0 0 18px;
  color: #666;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.inner-hero h1,
.page-section h2,
.consultation-band h2 {
  margin: 0;
  color: #191b1d;
  font-family: "Prata", Georgia, serif;
  font-weight: 400;
}

.inner-hero h1 {
  max-width: 790px;
  font-size: clamp(38px, 4vw, 66px);
  line-height: 1.08;
}

.inner-hero p {
  max-width: 740px;
  margin: 26px 0 0;
  color: #343434;
  font-size: 18px;
  line-height: 1.78;
}

body:not(.home-page) .inner-hero > div:first-child {
  max-width: 590px;
}

body:not(.home-page) .inner-hero h1 {
  max-width: 620px;
}

body:not(.home-page) .inner-hero p {
  max-width: 510px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.light-button,
.text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 28px;
  color: #1e1f20;
  font-size: 13px;
  font-weight: 600;
  border: 1px solid rgba(30, 31, 32, 0.68);
  background: rgba(255, 255, 255, 0.42);
}

.text-link {
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.inner-hero-image,
.image-panel {
  width: 100%;
  min-height: 360px;
  object-fit: cover;
  box-shadow: 0 26px 58px rgba(20, 20, 20, 0.12);
}

.page-section {
  padding: 86px 92px;
}

.page-section.narrow {
  max-width: 980px;
  margin: 0 auto;
  padding-right: 42px;
  padding-left: 42px;
}

.page-section h2 {
  margin-bottom: 24px;
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1.2;
}

.page-section h3 {
  margin: 0 0 12px;
  color: #222;
  font-family: "Prata", Georgia, serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25;
}

.page-section p,
.page-section li {
  color: #333;
  font-size: 16px;
  line-height: 1.8;
}

.page-section ul,
.page-section ol {
  margin: 0;
  padding-left: 22px;
}

.split-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 62px;
  align-items: start;
}

.copy-stack {
  display: grid;
  gap: 34px;
}

.copy-card,
.side-panel,
.faq-item,
.article-card,
.service-tile {
  border: 1px solid rgba(30, 31, 32, 0.16);
  background: #fff;
  box-shadow: 0 18px 42px rgba(20, 20, 20, 0.06);
}

.copy-card,
.side-panel {
  padding: 34px;
}

.side-panel {
  position: sticky;
  top: 24px;
}

.side-panel .dark-button {
  width: 100%;
  margin-top: 16px;
}

.detail-list {
  display: grid;
  gap: 14px;
}

.detail-list a {
  display: block;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(30, 31, 32, 0.12);
  font-weight: 600;
}

.service-index-grid,
.article-grid,
.quick-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 38px;
}

.service-tile,
.article-card {
  display: grid;
  align-content: start;
  min-height: 100%;
  padding: 0 0 28px;
  overflow: hidden;
}

.service-tile img,
.article-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  background: #f0f0ef;
}

.service-tile div,
.article-card div {
  padding: 26px 28px 0;
}

.article-card .category {
  margin: 0 0 12px;
  color: #727272;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.faq-list {
  display: grid;
  gap: 16px;
}

.faq-item {
  padding: 26px 30px;
}

.faq-item summary {
  cursor: pointer;
  color: #202020;
  font-family: "Prata", Georgia, serif;
  font-size: 21px;
}

.faq-item p {
  margin-bottom: 0;
}

.consultation-band {
  margin: 0 92px 86px;
  padding: 48px 58px;
  color: #fff;
  background: #1f2022;
}

.consultation-band h2 {
  color: #fff;
  font-size: clamp(30px, 3vw, 44px);
}

.consultation-band p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 1.7;
}

.consultation-band .dark-button {
  background: #fff;
  color: #1f2022;
}

body:not(.home-page) .page-section:nth-of-type(odd) {
  background:
    radial-gradient(circle at 100% 0%, rgba(201, 154, 74, 0.09), transparent 34%),
    linear-gradient(135deg, #fff 0%, #fbf7ef 100%);
}

body:not(.home-page) .page-section:nth-of-type(even) {
  background:
    radial-gradient(circle at 0% 100%, rgba(7, 24, 39, 0.05), transparent 30%),
    #f7f1e8;
}

.results-section {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1fr);
  gap: 54px;
  align-items: center;
  padding: 70px 92px;
  color: #fff;
  background:
    radial-gradient(circle at 82% 18%, rgba(201, 154, 74, 0.18), transparent 28%),
    linear-gradient(135deg, #071827 0%, #0d2d43 100%);
}

.results-section .section-kicker,
.results-section h2,
.results-section p {
  color: #fff;
}

.results-section h2 {
  margin: 0;
  font-family: "Prata", Georgia, serif;
  font-size: clamp(32px, 3.4vw, 52px);
  font-weight: 400;
  line-height: 1.14;
}

.results-section p {
  max-width: 760px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 1.78;
}

.results-grid,
.services-proof-grid,
.mini-stat-list {
  display: grid;
  gap: 18px;
  margin: 0;
}

.results-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.results-grid div,
.services-proof-grid div,
.mini-stat-list div {
  padding: 22px;
  border: 1px solid rgba(201, 154, 74, 0.34);
  background: rgba(255, 255, 255, 0.06);
}

.results-grid dt,
.mini-stat-list dt {
  color: #c99a4a;
  font-family: "Prata", Georgia, serif;
  font-size: 34px;
  line-height: 1;
}

.results-grid dd,
.mini-stat-list dd {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.55;
}

.profile-card,
.credential-panel,
.team-method-section .copy-card,
.team-method-section .side-panel {
  border-color: rgba(201, 154, 74, 0.28);
}

.credential-panel {
  color: #fff;
  background:
    radial-gradient(circle at 100% 0%, rgba(201, 154, 74, 0.18), transparent 34%),
    #071827;
}

.credential-panel h3,
.credential-panel p {
  color: #fff;
}

.credential-panel .mini-stat-list div {
  background: rgba(255, 255, 255, 0.05);
}

.credential-panel .dark-button {
  background: #c99a4a;
  border-color: #c99a4a;
  color: #071827;
}

.reported-section,
.services-proof-section,
.practice-proof-section,
.team-section {
  position: relative;
  overflow: hidden;
}

.reported-section::before,
.services-proof-section::before,
.practice-proof-section::before,
.team-section::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(180deg, #c99a4a, rgba(201, 154, 74, 0));
}

.reported-grid,
.team-grid {
  display: grid;
  gap: 22px;
}

.reported-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.reported-grid article,
.team-card {
  border: 1px solid rgba(201, 154, 74, 0.24);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 20px 44px rgba(20, 20, 20, 0.06);
}

.reported-grid article {
  padding: 26px;
}

.reported-grid strong {
  display: block;
  color: #071827;
  font-family: "Prata", Georgia, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.32;
}

.reported-grid p {
  margin-bottom: 0;
}

.section-intro {
  max-width: 780px;
  margin: -8px 0 34px;
}

.team-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
}

.team-card {
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 100%;
  overflow: hidden;
}

.team-card.lead {
  grid-column: span 2;
  grid-template-columns: minmax(230px, 0.82fr) minmax(0, 1fr);
  grid-template-rows: 1fr;
}

.team-card img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: center 18%;
  background: #d8d2c8;
}

.team-card.lead img {
  height: 420px;
}

.team-card.lead .team-portrait-percy {
  height: 100%;
  min-height: 500px;
  object-fit: cover;
  object-position: center top;
  background:
    radial-gradient(circle at 50% 18%, rgba(128, 130, 134, 0.78), transparent 42%),
    linear-gradient(180deg, #707174 0%, #55575b 58%, #4c4d51 100%);
}

.team-card.lead .team-portrait-percy + div {
  align-self: center;
}

.team-card div {
  padding: 26px;
}

.team-card span {
  display: block;
  margin-bottom: 10px;
  color: #b68435;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.team-card h3 {
  margin-bottom: 10px;
}

.team-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
}

.services-proof-section,
.practice-proof-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.7fr);
  gap: 42px;
  align-items: start;
}

.services-proof-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.services-proof-grid dt {
  color: #071827;
  font-family: "Prata", Georgia, serif;
  font-size: 24px;
}

.services-proof-grid dd {
  margin: 8px 0 0;
  color: rgba(7, 24, 39, 0.72);
  font-size: 14px;
  line-height: 1.65;
}

.proof-note-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 24px;
  border: 1px solid rgba(201, 154, 74, 0.28);
  background: rgba(7, 24, 39, 0.96);
  list-style: none;
}

.proof-note-list li {
  position: relative;
  padding-left: 24px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.6;
}

.proof-note-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 8px;
  height: 8px;
  border: 1px solid #c99a4a;
  transform: rotate(45deg);
}

.service-decision-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: 34px;
  align-items: stretch;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(7, 24, 39, 0.97), rgba(11, 38, 55, 0.94)),
    radial-gradient(circle at 86% 16%, rgba(201, 154, 74, 0.18), transparent 34%);
}

.service-decision-section .section-kicker,
.service-pathway-section .section-kicker {
  color: #d8aa5c;
}

.service-decision-intro {
  max-width: 500px;
}

.service-decision-intro h2,
.service-pathway-section h2 {
  color: #fff;
}

.service-decision-intro p,
.service-signal-card p,
.service-pathway-list p {
  color: rgba(255, 255, 255, 0.76);
}

.service-signal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.service-signal-card {
  min-height: 236px;
  padding: 24px;
  border: 1px solid rgba(201, 154, 74, 0.28);
  background: rgba(255, 255, 255, 0.055);
}

.service-signal-card span,
.service-pathway-list span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 22px;
  border: 1px solid rgba(201, 154, 74, 0.72);
  color: #d8aa5c;
  font-size: 12px;
  font-weight: 800;
}

.service-signal-card h3,
.service-pathway-list h3 {
  margin-bottom: 12px;
  color: #fff;
}

.service-signal-card p,
.service-pathway-list p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
}

.service-pathway-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: 36px;
  align-items: start;
  color: #fff;
  background: #071827;
}

.service-pathway-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-pathway-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  padding: 22px;
  border: 1px solid rgba(201, 154, 74, 0.24);
  background: rgba(255, 255, 255, 0.055);
}

.service-pathway-list span {
  margin: 0;
}

.issue-search {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  margin-top: 30px;
}

.issue-search input {
  min-height: 58px;
  padding: 0 18px;
  border: 1px solid rgba(30, 31, 32, 0.22);
  background: #fff;
}

.issue-search button {
  min-width: 150px;
}

.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.pill-row a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid rgba(30, 31, 32, 0.28);
  font-size: 12px;
  font-weight: 600;
}

.legal-note {
  color: #5d5d5d;
  font-size: 13px;
  line-height: 1.6;
}

/* Premium inner-page alignment */
body:not(.home-page) {
  background:
    linear-gradient(180deg, rgba(245, 247, 248, 0.92) 0%, rgba(255, 255, 255, 1) 520px),
    #fff;
}

body:not(.home-page) .site-header {
  grid-template-columns: 270px 1fr;
  align-items: center;
  min-height: 96px;
  padding: 0 64px;
  background: #071827;
  border-bottom: 1px solid rgba(201, 154, 74, 0.28);
}

body:not(.home-page) .brand {
  position: relative;
  width: 250px;
  height: 72px;
  color: #fff;
}

body:not(.home-page) .brand img {
  display: none;
}

body:not(.home-page) .brand::before {
  content: "PM & CO.";
  position: absolute;
  top: 8px;
  left: 0;
  color: #fff;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 0.18em;
}

body:not(.home-page) .brand::after {
  content: "INC.ATTORNEYS";
  position: absolute;
  left: 66px;
  bottom: 2px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.45em;
}

body:not(.home-page) .main-nav {
  align-items: center;
  gap: 0 24px;
  padding-top: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

body:not(.home-page) .main-nav > a,
body:not(.home-page) .nav-dropdown > a {
  padding: 36px 0;
}

body:not(.home-page) .main-nav a[aria-current="page"] {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: #c99a4a;
  text-decoration-thickness: 3px;
  text-underline-offset: 12px;
}

body:not(.home-page) .dropdown-panel {
  top: 70px;
  background: #071827;
  border-color: rgba(201, 154, 74, 0.32);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
}

body:not(.home-page) .dropdown-panel a {
  color: rgba(255, 255, 255, 0.88);
}

body:not(.home-page) .nav-cta {
  min-width: 164px;
  padding: 16px 20px;
  text-align: center;
  border: 1px solid #c99a4a;
}

body:not(.home-page) .phone-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 42px;
  padding: 0;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid #c99a4a;
  border-radius: 999px;
}

body:not(.home-page) .inner-hero {
  position: relative;
  grid-template-columns: minmax(0, 560px) minmax(320px, 1fr);
  gap: 72px;
  min-height: 452px;
  padding: 58px 92px;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 12%, rgba(201, 154, 74, 0.2), rgba(201, 154, 74, 0) 28%),
    linear-gradient(120deg, #071827 0%, #0a2435 58%, #071827 100%);
  isolation: isolate;
}

body:not(.home-page) .inner-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(7, 24, 39, 0.97) 0%, rgba(7, 24, 39, 0.88) 43%, rgba(7, 24, 39, 0.44) 58%, rgba(7, 24, 39, 0.12) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
  pointer-events: none;
}

body:not(.home-page) .inner-hero > * {
  position: relative;
  z-index: 2;
}

body:not(.home-page) .inner-hero.compact {
  min-height: 440px;
}

body:not(.home-page) .contact-hero {
  grid-template-columns: minmax(0, 620px) minmax(360px, 1fr);
  gap: 42px;
  min-height: 0;
  padding-top: 42px;
  padding-bottom: 42px;
  background:
    linear-gradient(120deg, #071827 0%, #0a2435 50%, rgba(7, 24, 39, 0.9) 50.1%, rgba(7, 24, 39, 0.34) 64%, rgba(7, 24, 39, 0.04) 100%),
    linear-gradient(90deg, rgba(7, 24, 39, 0) 0%, rgba(7, 24, 39, 0) 48%, rgba(7, 24, 39, 0.22) 100%),
    url("/assets/premium-practice/legal-consultation.png") right center / auto 100% no-repeat,
    #071827;
}

body:not(.home-page) .inner-hero.contact-hero h1 {
  max-width: 610px;
  font-size: clamp(34px, 3.35vw, 47px);
  line-height: 1.04;
}

body:not(.home-page) .inner-hero.contact-hero p {
  max-width: 540px;
  font-size: 15px;
  line-height: 1.58;
}

body:not(.home-page) .contact-hero .hero-actions {
  margin-top: 24px;
  align-items: center;
}

body:not(.home-page) .contact-hero .hero-actions .dark-button,
body:not(.home-page) .contact-hero .hero-actions .light-button {
  min-height: 46px;
  margin-top: 0;
}

body:not(.home-page) .contact-hero .inner-hero-image {
  display: none;
}

body:not(.home-page) .inner-hero.no-image {
  grid-template-columns: minmax(0, 900px);
  background:
    radial-gradient(circle at 82% 0%, rgba(201, 154, 74, 0.18), transparent 26%),
    linear-gradient(135deg, #071827, #0c2b3c);
}

body:not(.home-page) .inner-hero .eyebrow,
body:not(.home-page) .section-kicker {
  color: #d6a64f;
}

body:not(.home-page) .inner-hero h1 {
  color: #fff;
  font-size: clamp(38px, 4.2vw, 62px);
  line-height: 1.05;
}

body:not(.home-page) .inner-hero p {
  max-width: 660px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  line-height: 1.68;
}

body:not(.home-page) .inner-hero-image,
body:not(.home-page) .image-panel {
  position: absolute;
  inset: 0 0 0 auto;
  z-index: 0;
  width: 56%;
  height: 100%;
  min-height: 0;
  max-height: none;
  object-fit: cover;
  object-position: center;
  border: 0;
  box-shadow: none;
  filter: saturate(0.86) contrast(1.06) brightness(0.86);
  clip-path: polygon(13% 0, 100% 0, 100% 100%, 0 100%);
}

body:not(.home-page) .team-hero > div:first-child {
  max-width: 520px;
}

body:not(.home-page) .team-hero p {
  max-width: 500px;
}

body:not(.home-page) .team-hero .team-hero-tie-image {
  object-position: left center;
  filter: saturate(0.94) contrast(1.08) brightness(0.9);
}

body:not(.home-page) .hero-actions .dark-button {
  color: #071827;
  background: linear-gradient(135deg, #d6a64f, #f1c36c);
  border-color: rgba(241, 195, 108, 0.74);
}

body:not(.home-page) .hero-actions .light-button {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.46);
  background: rgba(255, 255, 255, 0.06);
}

body:not(.home-page) .page-section {
  padding: 76px 92px;
  background: #fff;
}

body:not(.home-page) .page-section:nth-of-type(even) {
  background: #f6f7f5;
}

body:not(.home-page) .page-section h2 {
  color: #071827;
}

body:not(.home-page) .page-section.service-decision-section,
body:not(.home-page) .page-section.service-pathway-section {
  color: #fff;
  background:
    linear-gradient(135deg, rgba(7, 24, 39, 0.97), rgba(11, 38, 55, 0.94)),
    radial-gradient(circle at 86% 16%, rgba(201, 154, 74, 0.18), transparent 34%);
}

body:not(.home-page) .page-section.service-decision-section h2,
body:not(.home-page) .page-section.service-decision-section h3,
body:not(.home-page) .page-section.service-pathway-section h2,
body:not(.home-page) .page-section.service-pathway-section h3 {
  color: #fff;
}

body:not(.home-page) .page-section.service-decision-section .service-decision-intro p,
body:not(.home-page) .page-section.service-decision-section .service-signal-card p,
body:not(.home-page) .page-section.service-pathway-section p,
body:not(.home-page) .page-section.service-pathway-section .service-pathway-list p {
  color: rgba(255, 255, 255, 0.76);
}

body:not(.home-page) .page-section.service-decision-section .service-signal-card,
body:not(.home-page) .page-section.service-pathway-section .service-pathway-list li {
  border-color: rgba(201, 154, 74, 0.28);
  background: rgba(255, 255, 255, 0.055);
}

body:not(.home-page) .copy-card,
body:not(.home-page) .side-panel,
body:not(.home-page) .faq-item,
body:not(.home-page) .article-card,
body:not(.home-page) .service-tile {
  border-color: rgba(7, 24, 39, 0.12);
  border-radius: 6px;
  box-shadow: 0 22px 52px rgba(7, 24, 39, 0.08);
}

body:not(.home-page) .copy-card,
body:not(.home-page) .side-panel {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.94)),
    #fff;
}

body:not(.home-page) .copy-card h3,
body:not(.home-page) .side-panel h3 {
  color: #071827;
}

body:not(.home-page) .side-panel {
  border-top: 4px solid #c99a4a;
}

body:not(.home-page) .side-panel .dark-button,
body:not(.home-page) .copy-card .dark-button {
  color: #071827;
  background: linear-gradient(135deg, #d6a64f, #f0c16b);
  border-color: rgba(201, 154, 74, 0.72);
}

body:not(.home-page) .service-index-grid,
body:not(.home-page) .article-grid,
body:not(.home-page) .quick-grid {
  gap: 24px;
}

body:not(.home-page) .section-intro {
  max-width: 760px;
  margin: -4px 0 30px;
  color: #37414a;
  font-size: 17px;
  line-height: 1.72;
}

body:not(.home-page) section.page-section.route-section {
  background:
    radial-gradient(circle at 8% 20%, rgba(201, 154, 74, 0.13), transparent 26%),
    linear-gradient(135deg, #071827, #0c2b3c);
}

body:not(.home-page) .route-section h2,
body:not(.home-page) .route-section .section-intro {
  color: #fff;
}

body:not(.home-page) .route-card {
  display: grid;
  gap: 16px;
  min-height: 210px;
  padding: 34px;
  color: #fff;
  border: 1px solid rgba(201, 154, 74, 0.38);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.045);
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.16);
}

body:not(.home-page) .route-section .quick-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body:not(.home-page) .route-card strong {
  color: #fff;
  font-family: "Prata", Georgia, serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.16;
}

body:not(.home-page) .route-card span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.62;
}

body:not(.home-page) .route-card::after {
  content: "→";
  align-self: end;
  color: #f0c16b;
  font-size: 26px;
}

body:not(.home-page) .intake-card {
  display: grid;
  gap: 18px;
}

body:not(.home-page) .intake-card label {
  display: grid;
  gap: 8px;
  color: #071827;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body:not(.home-page) .intake-card input,
body:not(.home-page) .intake-card textarea,
body:not(.home-page) .intake-card select {
  width: 100%;
  min-height: 54px;
  padding: 0 16px;
  color: #071827;
  background: #f8f9f7;
  border: 1px solid rgba(7, 24, 39, 0.2);
  border-radius: 0;
  outline: none;
}

body:not(.home-page) .intake-card textarea {
  min-height: 140px;
  padding-top: 15px;
  resize: vertical;
}

body:not(.home-page) .intake-card input:focus,
body:not(.home-page) .intake-card textarea:focus,
body:not(.home-page) .intake-card select:focus {
  border-color: rgba(201, 154, 74, 0.72);
  box-shadow: 0 0 0 3px rgba(201, 154, 74, 0.14);
}

body:not(.home-page) .process-card ol,
body:not(.home-page) .onboarding-panel ol {
  display: grid;
  gap: 16px;
}

body:not(.home-page) .service-tile,
body:not(.home-page) .article-card {
  background: #071827;
  color: #fff;
}

body:not(.home-page) .service-tile img,
body:not(.home-page) .article-card img {
  height: 190px;
  opacity: 0.76;
  filter: saturate(0.82) contrast(1.08);
}

body:not(.home-page) .service-tile h3,
body:not(.home-page) .article-card h3,
body:not(.home-page) .service-tile p,
body:not(.home-page) .article-card p,
body:not(.home-page) .service-tile li,
body:not(.home-page) .article-card li {
  color: #fff;
}

body:not(.home-page) .service-tile p,
body:not(.home-page) .article-card p {
  color: rgba(255, 255, 255, 0.76);
}

body:not(.home-page) .text-link {
  color: #f0c16b;
  text-decoration-color: rgba(240, 193, 107, 0.62);
}

body:not(.home-page) .faq-item {
  background: #fff;
}

body:not(.home-page) .consultation-band {
  position: relative;
  margin: 0;
  padding: 58px 92px;
  background:
    linear-gradient(90deg, rgba(7, 24, 39, 0.96), rgba(7, 24, 39, 0.9)),
    url("/assets/hostinger/footer-bg.jpg");
  background-size: cover;
  background-position: center;
  border-top: 1px solid rgba(201, 154, 74, 0.28);
  border-bottom: 1px solid rgba(201, 154, 74, 0.28);
}

body:not(.home-page) .consultation-band h2 {
  color: #fff;
}

body:not(.home-page) .consultation-band .dark-button {
  color: #071827;
  background: linear-gradient(135deg, #d6a64f, #f0c16b);
  border-color: rgba(240, 193, 107, 0.72);
}

body:not(.home-page) .site-footer {
  background: #071827;
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: 1fr auto;
    min-height: 72px;
    padding: 12px 31px 0;
  }

  .brand,
  .brand img {
    width: 116px;
    height: 50px;
  }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    margin-top: 7px;
    color: #6b6b6b;
    background: transparent;
    border: 0;
    cursor: pointer;
  }

  .menu-toggle span,
  .menu-toggle span::before,
  .menu-toggle span::after {
    display: block;
    width: 16px;
    height: 2px;
    background: currentColor;
    border-radius: 999px;
    content: "";
  }

  .menu-toggle span {
    position: relative;
  }

  .menu-toggle span::before,
  .menu-toggle span::after {
    position: absolute;
    left: 0;
  }

  .menu-toggle span::before {
    top: -5px;
  }

  .menu-toggle span::after {
    top: 5px;
  }

  .site-header.is-open .menu-toggle span {
    background: transparent;
  }

  .site-header.is-open .menu-toggle span::before {
    transform: translateY(5px) rotate(45deg);
  }

  .site-header.is-open .menu-toggle span::after {
    transform: translateY(-5px) rotate(-45deg);
  }

  .main-nav {
    grid-column: 1 / -1;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    padding: 26px 0 24px;
    font-size: 14px;
  }

  .site-header.is-open .main-nav {
    display: flex;
  }

  .dropdown-panel {
    position: static;
    display: block;
    min-width: 0;
    padding: 6px 0 0 14px;
    border: 0;
    box-shadow: none;
  }

  .hero {
    min-height: 351px;
  }

  .hero-image {
    height: 351px;
    object-position: 46% center;
  }

  .hero-copy {
    top: 28px;
    right: auto;
    left: 6px;
    width: 378px;
    text-align: left;
  }

  .hero h1 {
    font-size: 15px;
    line-height: 1.2;
    white-space: nowrap;
  }

  .hero h1 br {
    display: none;
  }

  .dark-button {
    min-width: 104px;
    min-height: 35px;
    margin-top: 70px;
    margin-left: 137px;
    padding: 0 14px;
    font-size: 10px;
  }

  .who-section {
    grid-template-columns: 1fr;
    gap: 0;
    min-height: 0;
    padding: 52px 24px 54px;
    --who-bg-position: center;
    background-image:
      linear-gradient(180deg, rgba(253, 249, 241, 0.98), rgba(253, 249, 241, 0.9)),
      var(--who-bg-image);
  }

  .who-rail {
    display: none;
  }

  .who-panel {
    width: 100%;
    max-width: 520px;
    padding: 0;
    border-radius: 0;
  }

  .who-panel .section-kicker {
    margin-bottom: 28px;
    font-size: 12px;
  }

  .who-panel .section-kicker::after {
    bottom: -14px;
    width: 120px;
  }

  .who-panel h2 {
    font-size: 38px;
    line-height: 1.08;
  }

  .who-lede {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.66;
  }

  .who-proof-grid {
    grid-template-columns: 1fr;
    margin-top: 26px;
    padding-top: 18px;
  }

  .who-proof-grid div {
    grid-template-columns: 42px 1fr;
    justify-items: start;
    align-items: center;
    gap: 5px 16px;
    min-height: 0;
    padding: 14px 0;
    text-align: left;
  }

  .who-proof-grid div + div {
    padding-left: 0;
    border-top: 1px solid rgba(201, 154, 74, 0.28);
    border-left: 0;
  }

  .who-proof-grid strong {
    font-size: 21px;
  }

  .who-proof-icon {
    grid-row: span 2;
    width: 42px;
    height: 42px;
    margin-bottom: 0;
  }

  .who-cta {
    width: 100%;
    min-width: 0;
    margin-top: 16px;
  }

  .premium-practice-section {
    padding: 0;
  }

  .practice-values {
    grid-template-columns: 1fr;
    padding: 42px 31px;
  }

  .practice-values div {
    min-height: 0;
    padding: 28px 0;
  }

  .practice-values div + div::before {
    top: 0;
    right: 42px;
    bottom: auto;
    left: 42px;
    width: auto;
    height: 1px;
  }

  .practice-value-icon {
    width: 58px;
    height: 58px;
    margin-bottom: 18px;
  }

  .practice-values strong {
    font-size: 25px;
  }

  .practice-values small {
    margin-top: 12px;
    font-size: 14px;
  }

  .practice-intro {
    padding: 54px 31px 34px;
  }

  .practice-intro h2 {
    font-size: 38px;
  }

  .practice-intro p:not(.section-kicker) {
    font-size: 15px;
  }

  .practice-intro a {
    width: 100%;
    min-width: 0;
  }

  .practice-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 0 31px 48px;
  }

  .practice-card,
  .practice-card.large {
    grid-column: auto;
    min-height: 340px;
    padding: 26px;
  }

  .practice-card strong {
    font-size: 28px;
  }

  .practice-card small {
    min-height: 0;
    font-size: 14px;
  }

  .practice-consult {
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
    padding: 42px 31px;
  }

  .practice-consult > div {
    gap: 22px;
  }

  .practice-consult-icon {
    width: 64px;
    height: 64px;
  }

  .practice-consult strong {
    font-size: 31px;
  }

  .practice-consult a {
    width: 100%;
    min-width: 0;
  }

  .help-section {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .help-copy {
    padding: 44px 31px 34px;
  }

  .help-copy .section-kicker {
    margin-bottom: 36px;
    font-size: 12px;
  }

  .help-copy .section-kicker::before {
    display: none;
  }

  .help-copy .section-kicker::after {
    bottom: -20px;
    width: 88px;
  }

  .help-copy h2 {
    font-size: 32px;
  }

  .help-copy h2 {
    font-size: 33px;
    line-height: 1.12;
  }

  .help-lede {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.6;
  }

  .help-steps {
    grid-template-columns: 1fr;
    margin-top: 24px;
  }

  .help-steps div {
    grid-template-columns: 46px 1fr;
    justify-items: start;
    gap: 4px 15px;
    min-height: 0;
    padding: 12px 0;
    text-align: left;
  }

  .help-steps div + div {
    border-top: 1px solid rgba(173, 125, 46, 0.18);
    border-left: 0;
  }

  .help-step-icon {
    grid-row: span 3;
    width: 42px;
    height: 42px;
    margin-bottom: 0;
  }

  .help-steps small::after {
    margin: 9px 0 8px;
  }

  .help-steps p {
    max-width: none;
    margin-top: 8px;
  }

  .help-cta {
    width: 100%;
    min-width: 0;
    margin-top: 18px;
  }

  .help-visual {
    min-height: 240px;
    border-top: 1px solid rgba(173, 125, 46, 0.5);
    border-left: 0;
    border-top-left-radius: 0;
  }

  .consultation-section {
    padding: 52px 31px 46px;
  }

  .consultation-section::before,
  .consultation-section::after {
    display: none;
  }

  .consultation-heading {
    margin-bottom: 28px;
  }

  .consultation-logo {
    font-size: 30px;
  }

  .consultation-heading h2 {
    font-size: 35px;
    line-height: 1.1;
  }

  .consultation-heading p {
    font-size: 15px;
  }

  .consultation-layout {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .consultation-side-card {
    min-height: 0;
    padding: 26px 22px;
  }

  .consultation-form {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px 22px;
    outline-width: 6px;
  }

  .consultation-form button {
    min-height: 58px;
    gap: 22px;
    padding: 0 18px;
    font-size: 12px;
  }

  .consultation-signoff {
    width: auto;
    letter-spacing: 0.16em;
  }

  .consultation-signoff::before,
  .consultation-signoff::after {
    display: none;
  }

  .site-footer {
    min-height: 516px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
    width: 328px;
    padding-top: 16px;
  }

  .inner-hero,
  .inner-hero.compact {
    grid-template-columns: 1fr;
    gap: 28px;
    min-height: 0;
    padding: 46px 31px;
  }

  .inner-hero h1 {
    font-size: 32px;
    line-height: 1.18;
  }

  .inner-hero p {
    font-size: 15px;
    line-height: 1.7;
  }

  .inner-hero-image,
  .image-panel {
    min-height: 220px;
  }

  .page-section,
  .page-section.narrow {
    padding: 52px 31px;
  }

  .split-layout,
  .service-index-grid,
  .article-grid,
  .quick-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .copy-card,
  .side-panel,
  .faq-item {
    padding: 24px;
  }

  .side-panel {
    position: static;
  }

  .service-tile img,
  .article-card img {
    height: 190px;
  }

  .consultation-band {
    margin: 0 31px 52px;
    padding: 32px 26px;
  }

  .issue-search {
    grid-template-columns: 1fr;
  }

  .issue-search button {
    width: 100%;
  }
}

@media (max-width: 900px) {
  .home-page .site-header {
    min-height: 86px;
    padding: 12px 28px 0;
    background: #071827;
  }

  .home-page .brand {
    width: 150px;
    height: 58px;
  }

  .home-page .brand::before {
    top: 2px;
    font-size: 20px;
    letter-spacing: 0.14em;
  }

  .home-page .brand::after {
    left: 33px;
    bottom: 10px;
    font-size: 8px;
    letter-spacing: 0.24em;
  }

  .home-page .menu-toggle span,
  .home-page .menu-toggle span::before,
  .home-page .menu-toggle span::after {
    background: #fff;
  }

  .home-page .site-header.is-open .menu-toggle span {
    background: transparent;
  }

  .home-page .main-nav {
    padding: 18px 0 22px;
    color: #fff;
    background: #071827;
  }

  .home-page .main-nav > a,
  .home-page .nav-dropdown > a {
    padding: 8px 0;
  }

  .home-page .nav-cta {
    min-width: 180px;
    padding: 14px 18px;
  }

  .home-page .phone-link {
    display: none;
  }

  .home-page .hero {
    min-height: 0;
    overflow: hidden;
    padding: 34px 24px 28px;
    background:
      linear-gradient(180deg, rgba(7, 24, 39, 0.54) 0%, rgba(7, 24, 39, 0.22) 58%, rgba(7, 24, 39, 0.44) 100%),
      var(--hero-bg-image);
    background-size: cover, cover;
    background-position: center, var(--hero-bg-position);
  }

  .home-page .hero::before {
    background: rgba(7, 24, 39, 0.2);
  }

  .home-page .hero-image {
    height: 430px;
    object-position: 45% top;
  }

  .home-page .hero-rail {
    display: none;
  }

  .home-page .hero-proof {
    position: relative;
    top: auto;
    left: auto;
    z-index: 3;
    display: block;
    width: 100%;
    min-width: 0;
    max-width: 420px;
  }

  .home-page .hero-proof-kicker {
    margin-bottom: 18px;
    font-size: 12px;
    letter-spacing: 0.1em;
  }

  .home-page .hero-proof-kicker::after {
    width: 170px;
    margin-top: 16px;
  }

  .home-page .hero-proof h1 {
    font-size: 42px;
    line-height: 1.08;
  }

  .home-page .hero-proof small {
    max-width: 100%;
    margin-top: 22px;
    font-size: 14px;
    line-height: 1.65;
  }

  .home-page .hero-proof-button {
    width: 100%;
    min-width: 0;
    margin-top: 22px;
    padding: 0 22px;
  }

  .home-page .hero-services-panel {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    z-index: 3;
    width: 100%;
    margin-top: 26px;
    padding: 18px 22px;
    border-radius: 14px;
  }

  .home-page .hero-service {
    grid-template-columns: 54px 1fr;
    gap: 16px;
    min-height: 96px;
  }

  .home-page .hero-service-icon {
    width: 48px;
    height: 48px;
  }

  .home-page .hero-service-icon svg {
    width: 25px;
    height: 25px;
  }

  .home-page .hero-service strong {
    font-size: 17px;
  }

  .home-page .hero-service small {
    margin-top: 7px;
    font-size: 13px;
    line-height: 1.5;
  }

  .home-page .hero-trust-strip {
    display: none;
  }

  .home-page .hero-command {
    left: auto;
    right: auto;
    bottom: auto;
    width: calc(100% - 40px);
    margin: 22px auto 0;
    flex-direction: column;
    align-items: flex-start;
    padding: 22px;
  }

  .home-page .hero-command p {
    margin: 0 0 10px;
  }

  .home-page .hero-command a {
    width: 100%;
    padding: 10px 0;
    border-left: 0;
    border-top: 1px solid rgba(201, 154, 74, 0.32);
  }

  .hero-value-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 28px 31px 56px;
    margin-top: 0;
  }

  .hero-value-card {
    min-height: 108px;
    padding: 22px;
  }
}

@media (max-width: 1100px) {
  .consultation-stage {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 46px 31px 38px;
  }

  .consultation-intro,
  .consultation-dark .consultation-form,
  .consultation-reach-card {
    min-height: 0;
  }

  .consultation-intro {
    max-width: 720px;
    padding-right: 0;
  }

  .consultation-intro h2 {
    max-width: 680px;
  }

  .consultation-intro > p {
    max-width: 620px;
  }

  .consultation-brand-strip {
    grid-template-columns: auto 1fr;
    gap: 16px 22px;
  }

  .consultation-brand-strip > span:not(.consultation-brand-mark),
  .consultation-brand-strip p {
    grid-column: 2;
    justify-self: start;
    text-align: left;
  }
}

@media (max-width: 640px) {
  .consultation-stage {
    padding: 38px 24px 32px;
  }

  .consultation-intro .section-kicker {
    margin-bottom: 42px;
    font-size: 12px;
  }

  .consultation-intro h2 {
    font-size: 42px;
  }

  .consultation-intro > p {
    margin-top: 24px;
    font-size: 15px;
    line-height: 1.65;
  }

  .consultation-promise {
    margin-top: 28px;
    padding-top: 22px;
    font-size: 15px;
  }

  .consultation-dark .consultation-form {
    gap: 18px;
    padding: 30px 22px 26px;
  }

  .consultation-dark .consultation-field input,
  .consultation-dark .consultation-field select {
    min-height: 50px;
  }

  .consultation-dark .consultation-form button {
    min-height: 58px;
    gap: 18px;
    padding: 0 16px;
    font-size: 12px;
  }

  .consultation-reach-card {
    padding: 30px 22px;
  }

  .consultation-reach-item {
    grid-template-columns: 48px 1fr;
    gap: 16px;
    padding: 20px 0;
  }

  .consultation-reach-icon {
    width: 48px;
    height: 48px;
  }

  .consultation-brand-strip {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .consultation-brand-mark,
  .consultation-brand-strip > span:not(.consultation-brand-mark),
  .consultation-brand-strip p {
    grid-column: auto;
  }
}

@media (max-width: 900px) {
  body:not(.home-page) .site-header {
    grid-template-columns: 1fr auto;
    min-height: 96px;
    padding: 10px 24px 0;
  }

  body:not(.home-page) .brand {
    width: 250px;
    height: 72px;
  }

  body:not(.home-page) .brand::before {
    font-size: 30px;
  }

  body:not(.home-page) .brand::after {
    left: 58px;
    font-size: 11px;
  }

  body:not(.home-page) .menu-toggle {
    color: #fff;
  }

  body:not(.home-page) .main-nav {
    gap: 14px;
    color: #fff;
    background: #071827;
  }

  body:not(.home-page) .main-nav > a,
  body:not(.home-page) .nav-dropdown > a {
    padding: 0;
  }

  body:not(.home-page) .inner-hero,
  body:not(.home-page) .inner-hero.compact {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    min-height: 0;
    padding: 44px 24px 38px;
    background:
      radial-gradient(circle at 100% 0%, rgba(201, 154, 74, 0.16), transparent 30%),
      linear-gradient(180deg, #071827 0%, #0a2435 100%);
  }

  body:not(.home-page) .contact-hero {
    background:
      radial-gradient(circle at 100% 0%, rgba(201, 154, 74, 0.16), transparent 30%),
      linear-gradient(180deg, #071827 0%, #0a2435 100%);
  }

  body:not(.home-page) .inner-hero::before {
    background:
      linear-gradient(180deg, rgba(7, 24, 39, 0.08), rgba(7, 24, 39, 0.2));
  }

  body:not(.home-page) .inner-hero h1 {
    max-width: 100%;
    font-size: clamp(34px, 10vw, 44px);
    line-height: 1.08;
  }

  body:not(.home-page) .inner-hero p {
    max-width: 100%;
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.64;
  }

  body:not(.home-page) .inner-hero-image,
  body:not(.home-page) .image-panel {
    position: relative;
    inset: auto;
    z-index: 2;
    width: 100%;
    height: auto;
    min-height: 190px;
    max-height: 220px;
    border: 1px solid rgba(201, 154, 74, 0.34);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
    clip-path: none;
  }

  body:not(.home-page) .contact-hero .inner-hero-image {
    display: block;
  }

  body:not(.home-page) .hero-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    margin-top: 24px;
  }

  body:not(.home-page) .hero-actions .dark-button,
  body:not(.home-page) .hero-actions .light-button {
    min-width: 0;
    width: 100%;
    min-height: 44px;
    margin: 0;
    padding: 0 16px;
    font-size: 11px;
  }

  body:not(.home-page) .side-panel .dark-button,
  body:not(.home-page) .copy-card .dark-button,
  body:not(.home-page) .consultation-band .dark-button {
    min-width: 0;
    max-width: 100%;
    margin-left: 0;
  }

  body:not(.home-page) .page-section,
  body:not(.home-page) .page-section.narrow {
    padding: 52px 24px;
  }

  .results-section,
  .services-proof-section,
  .practice-proof-section,
  .service-decision-section,
  .service-pathway-section {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 52px 24px;
  }

  .results-grid,
  .services-proof-grid,
  .reported-grid,
  .team-grid,
  .service-signal-grid {
    grid-template-columns: 1fr;
  }

  .service-signal-card {
    min-height: 0;
  }

  .service-pathway-list li {
    grid-template-columns: 1fr;
  }

  .team-card.lead {
    grid-column: auto;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
  }

  .team-card img,
  .team-card.lead img {
    height: 320px;
  }

  .team-card.lead .team-portrait-percy {
    height: 430px;
    min-height: 0;
    object-fit: cover;
    object-position: center top;
  }

  .reported-section::before,
  .services-proof-section::before,
  .practice-proof-section::before,
  .team-section::before {
    width: 3px;
  }

  body:not(.home-page) .split-layout,
  body:not(.home-page) .service-index-grid,
  body:not(.home-page) .article-grid,
  body:not(.home-page) .quick-grid,
  body:not(.home-page) .route-section .quick-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  body:not(.home-page) .copy-card,
  body:not(.home-page) .side-panel,
  body:not(.home-page) .route-card {
    padding: 26px;
  }

  body:not(.home-page) .route-card {
    min-height: 0;
  }

  body:not(.home-page) .side-panel {
    position: static;
  }

  body:not(.home-page) .consultation-band {
    padding: 44px 24px;
  }
}

.form-status {
  grid-column: 1 / -1;
  width: 100%;
  margin: 12px 0 0;
  padding: 13px 15px;
  border: 1px solid rgba(201, 154, 74, 0.32);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.55;
}

.form-status.is-success {
  color: #173928;
  background: rgba(236, 246, 238, 0.94);
}

.form-status.is-error {
  color: #4a221d;
  background: rgba(255, 237, 230, 0.96);
}

button:disabled,
.dark-button:disabled {
  cursor: wait;
  opacity: 0.72;
}


/* Service expansion polish */
.dropdown-panel {
  min-width: 292px;
  max-height: min(72vh, 620px);
  overflow-y: auto;
  scrollbar-width: thin;
}

.dropdown-panel a {
  line-height: 1.35;
}

.team-card:not(.lead) {
  grid-template-rows: 340px 1fr;
}

.team-card:not(.lead) img {
  height: 340px;
}

.team-card img.team-portrait-jason,
.team-card img.team-portrait-vincent {
  height: 340px;
  object-position: center 14%;
}

@media (max-width: 760px) {
  .team-card:not(.lead) {
    grid-template-rows: auto 1fr;
  }

  .team-card:not(.lead) img,
  .team-card img.team-portrait-jason,
  .team-card img.team-portrait-vincent {
    height: 320px;
  }
}


/* Team hero mobile trim */
@media (max-width: 760px) {
  .team-hero .team-hero-tie-image {
    max-height: 190px;
    object-position: center 45%;
  }
}


/* Team hierarchy correction */
.team-grid {
  align-items: start;
}

.team-card.lead {
  grid-column: 1 / -1;
  width: min(100%, 980px);
  justify-self: start;
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 0.65fr);
}

.team-card img.team-portrait-vincent {
  object-fit: contain;
  object-position: center top;
  background:
    radial-gradient(circle at 50% 18%, rgba(128, 130, 134, 0.35), transparent 48%),
    linear-gradient(180deg, #6f7074 0%, #55575b 100%);
}

@media (max-width: 980px) {
  .team-card.lead {
    width: 100%;
  }
}

@media (max-width: 760px) {
  .team-card.lead {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  .team-card img.team-portrait-vincent {
    object-fit: contain;
    object-position: center top;
  }
}


/* Jason portrait scale correction */
.team-card img.team-portrait-jason {
  object-fit: cover;
  object-position: center 9%;
}

/* Practice area content pack refinements */
body:not(.home-page) .inner-hero:not(.team-hero) .inner-hero-image,
body:not(.home-page) .inner-hero:not(.team-hero) .image-panel {
  object-position: right center;
  filter: saturate(0.92) contrast(1.05) brightness(0.94);
}

body:not(.home-page) .copy-card > p {
  max-width: 880px;
}

.side-panel-intro {
  margin: 0 0 18px;
  color: rgba(251, 247, 239, 0.78);
  font-size: 14px;
  line-height: 1.62;
}

.home-page .help-visual {
  border-left: 0;
}

.home-page .help-section {
  grid-template-columns: minmax(600px, 0.82fr) minmax(460px, 0.62fr);
}

.home-page .help-visual::before {
  background:
    linear-gradient(90deg, rgba(251, 247, 239, 0.12), rgba(251, 247, 239, 0) 22%) left center / 100% 100% no-repeat,
    url("assets/heroes/hero-consultation-office.png") right center / auto 106% no-repeat;
  transform: none;
}

@media (max-width: 1100px) {
  .home-page .help-section {
    grid-template-columns: 1fr;
  }
}
