/* ============================================================
   CHALKER INJURY LAW — Leaders Marketing rendition
   Design system derived from firm assets:
   · Palette sampled from the firm wordmark (engraved black caps
     on paper) and the attorney portrait (necktie crimson).
   · Display face chosen to echo the wordmark's high-contrast
     Roman capitals; body face a neutral legal grotesque.
   ============================================================ */

:root {
  --ink: #0e0f12;
  --ink-2: #16181c;
  --ink-3: #1f2228;
  --crimson: #8e1f26;
  --crimson-lt: #b22a32;
  --brass: #c6a15b;
  --brass-dim: #8c7038;
  --bone: #f5f2ec;
  --bone-2: #e9e4da;
  --slate: #5c5f66;
  --line: rgba(14, 15, 18, 0.14);
  --line-dk: rgba(246, 243, 238, 0.16);

  --pad: 45px;
  --nav: 16px;
  --hero-phone: 24px;
  --cta: 20px;

  --display: "Bodoni Moda", Georgia, "Times New Roman", serif;
  --body: "Barlow", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --util: "Barlow Condensed", "Barlow", sans-serif;

  --container-max: 1700px;
  --nav-breakpoint: 1200px;
  --site-chrome-height: 150px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: var(--bone);
  color: var(--ink);
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.7;
  font-weight: 400;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

body.is-nav-open {
  overflow: hidden;
}

img {
  max-width: 100%;
  display: block;
  border: 0;
}

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

h1,
h2,
h3,
h4 {
  margin: 0;
  font-family: var(--display);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.005em;
}

p {
  margin: 0 0 1.15em;
}

p:last-child {
  margin-bottom: 0;
}

:focus-visible {
  outline: 2px solid var(--brass);
  outline-offset: 3px;
}

.container {
  width: 95%;
  max-width: var(--container-max);
  margin: 0 auto;
  padding-left: var(--pad);
  padding-right: var(--pad);
}

/* ---------------------------------------------------------- SHARED */
.section__eyebrow {
  font-family: var(--util);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--crimson);
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.section__eyebrow::before {
  content: "";
  width: 42px;
  height: 2px;
  background: var(--brass);
  flex: none;
}

.section__eyebrow--light {
  color: var(--brass);
}

.section__eyebrow--light::before {
  background: var(--crimson-lt);
}

.section__eyebrow--center {
  justify-content: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--body);
  font-size: var(--cta);
  font-weight: 600;
  line-height: 1.35;
  padding: 19px 38px;
  border-radius: 999px;
  border: 2px solid transparent;
  white-space: nowrap;
  cursor: pointer;
  max-width: 100%;
  transition:
    transform 0.18s ease,
    background 0.18s ease,
    color 0.18s ease,
    border-color 0.18s ease;
}

.btn--primary {
  background: var(--crimson);
  color: #fff;
  border-color: var(--crimson);
}

.btn--primary:hover {
  background: var(--crimson-lt);
  border-color: var(--crimson-lt);
  transform: translateY(-2px);
}

.btn--sm {
  font-size: 17px;
  padding: 14px 30px;
}

/* ---------------------------------------------------------- UTILITY BAR */
.utility {
  background: var(--ink);
  color: rgba(246, 243, 238, 0.72);
  font-size: 14px;
}

.utility__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 46px;
}

.utility__address {
  font-family: var(--util);
  letter-spacing: 0.13em;
  text-transform: uppercase;
  font-size: 14.5px;
  font-weight: 500;
}

.utility__meta {
  display: flex;
  align-items: center;
  gap: 26px;
}

.utility__label {
  font-family: var(--util);
  letter-spacing: 0.13em;
  text-transform: uppercase;
  font-size: 14.5px;
  font-weight: 500;
}

.utility__phone {
  color: var(--bone);
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.02em;
}

.utility__phone:hover {
  color: var(--brass);
}

/* ---------------------------------------------------------- HEADER */
.header {
  background: var(--bone);
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 20;
}

.header.is-open {
  z-index: 100;
}

.header__overlay {
  display: none;
}

.header__inner {
  display: flex;
  align-items: center;
  gap: 34px;
  min-height: 104px;
  position: relative;
  z-index: 2;
}

.header__logo {
  flex-shrink: 0;
}

.header__logo img {
  width: 164px;
  height: auto;
  max-width: none;
  flex-shrink: 0;
}

.header__toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  margin-left: auto;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  flex-shrink: 0;
}

.header__toggle-bar {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--ink);
  transition:
    transform 0.22s ease,
    opacity 0.22s ease;
}

.header__toggle-bar + .header__toggle-bar {
  margin-top: 5px;
}

.header.is-open .header__toggle-bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.header.is-open .header__toggle-bar:nth-child(2) {
  opacity: 0;
}

.header.is-open .header__toggle-bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.header__nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 38px;
}

.header__nav-list {
  display: flex;
  align-items: center;
  gap: 38px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header__nav-item {
  flex-shrink: 0;
}

.header__nav-link {
  display: block;
  font-size: clamp(13px, 1.05vw, var(--nav));
  font-weight: 600;
  letter-spacing: 0.015em;
  color: var(--ink);
  position: relative;
  padding: 6px 0;
  white-space: nowrap;
  flex-shrink: 0;
}

.header__nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: var(--crimson);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.22s ease;
}

.header__nav-link:hover::after,
.header__nav-link[aria-current]::after {
  transform: scaleX(1);
}

.header__nav-extras {
  display: none;
}

.header__cta {
  flex-shrink: 0;
}

.header__cta .btn {
  font-size: clamp(13px, 1.15vw, 17px);
  padding: clamp(10px, 0.95vw, 14px) clamp(16px, 2vw, 30px);
}

/* ---------------------------------------------------------- HERO */
.hero {
  position: relative;
  background: var(--ink);
  overflow: hidden;
  padding: clamp(24px, 4vw, 56px) 0 0;
  height: calc(100vh - var(--site-chrome-height));
  height: calc(100dvh - var(--site-chrome-height));
  height: calc(100svh - var(--site-chrome-height));
}

.hero__bg {
  position: absolute;
  inset: 0;
  background: url("../assets/images/bg-hero.jpg") center 42% / cover no-repeat;
}

.hero__scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    96deg,
    rgba(9, 10, 13, 0.95) 0%,
    rgba(9, 10, 13, 0.9) 38%,
    rgba(9, 10, 13, 0.55) 62%,
    rgba(9, 10, 13, 0.42) 100%
  );
}

.hero__column {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12%;
  width: min(318px, 22vw);
  z-index: 1;
  background: linear-gradient(180deg, var(--crimson) 0%, #6e161c 100%);
  opacity: 0.9;
  pointer-events: none;
}

.hero__column::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--brass);
  opacity: 0.85;
}

.hero__inner {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  height: 100%;
}

.hero__content {
  position: relative;
  z-index: 2;
  align-self: center;
  width: min(55%, 760px);
  max-width: min(100%, 640px);
  padding: clamp(12px, 2.4vw, 36px) clamp(8px, 1.6vw, 24px) 0 0;
}

.hero__title {
  font-size: clamp(34px, 3.05vw, 52px);
  color: var(--bone);
  font-weight: 700;
  line-height: 1.09;
  letter-spacing: -0.015em;
  margin-bottom: 16px;
}

.hero__title em {
  font-style: normal;
  color: var(--brass);
  display: block;
}

.hero__kicker {
  font-family: var(--util);
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(246, 243, 238, 0.8);
  margin-bottom: 20px;
}

.hero__lede {
  color: rgba(246, 243, 238, 0.8);
  font-size: 17.5px;
  line-height: 1.72;
  max-width: 640px;
  margin-bottom: 30px;
}

.hero__actions {
  display: flex;
  align-items: center;
  gap: 26px;
  flex-wrap: nowrap;
}

.hero__phone {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-size: var(--hero-phone);
  font-weight: 700;
  color: var(--bone);
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.hero__phone-icon {
  width: 21px;
  height: 21px;
  fill: var(--brass);
  flex: none;
}

.hero__phone:hover {
  color: var(--brass);
}

.hero__visual {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 55%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  pointer-events: none;
  z-index: 1;
}

.hero__image {
  height: 100%;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: bottom center;
}

/* ---------------------------------------------------------- ACCOLADES */
.accolades {
  background: var(--bone);
  border-bottom: 1px solid var(--line);
}

.accolades__inner {
  padding-top: 42px;
  padding-bottom: 42px;
  display: flex;
  align-items: center;
  gap: 44px;
  flex-wrap: wrap;
  justify-content: center;
}

.accolades__lede {
  font-family: var(--util);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--slate);
  padding-right: 34px;
  border-right: 1px solid var(--line);
}

.accolades__row {
  display: flex;
  align-items: center;
  gap: 56px;
  flex-wrap: wrap;
  justify-content: center;
}

.accolades__badge {
  display: block;
  width: auto;
  opacity: 0.92;
  transition: opacity 0.2s ease;
}

.accolades__badge:hover {
  opacity: 1;
}

.accolades__badge--forum {
  height: 78px;
}

.accolades__badge--ntl {
  height: 64px;
}

.accolades__badge--super {
  height: 36px;
}

.accolades__badge--aaj {
  height: 50px;
}

/* ---------------------------------------------------------- INTRO */
.intro {
  background: var(--bone);
  padding: 104px 0 0;
}

.intro__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.12fr);
  gap: 76px;
  align-items: start;
}

.intro__media {
  position: relative;
}

.intro__image {
  width: 100%;
  height: 620px;
  object-fit: cover;
  object-position: 50% 42%;
}

.intro__media::after {
  content: "";
  position: absolute;
  left: -16px;
  bottom: -16px;
  width: 150px;
  height: 150px;
  border-left: 3px solid var(--crimson);
  border-bottom: 3px solid var(--crimson);
}

.intro__title {
  font-size: clamp(30px, 2.5vw, 42px);
  margin-bottom: 8px;
}

.intro__subtitle {
  font-family: var(--util);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  color: var(--crimson);
  margin-bottom: 26px;
}

.intro__heading {
  font-family: var(--body);
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.005em;
  margin: 30px 0 10px;
}

.intro__copy p {
  color: var(--slate);
  font-size: 16.8px;
}

.intro__cta {
  margin-top: 36px;
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
  background: var(--ink);
  color: var(--bone);
  padding: 26px 32px;
  border-left: 4px solid var(--crimson);
}

.intro__cta-text {
  font-family: var(--display);
  font-size: 21px;
  font-weight: 600;
  line-height: 1.35;
}

.intro__cta-text a {
  color: var(--brass);
  white-space: nowrap;
}

.intro__cta-text a:hover {
  text-decoration: underline;
}

/* ---------------------------------------------------------- PRACTICE */
.practice {
  background: var(--bone);
  padding: 104px 0;
}

.practice__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 46px;
  flex-wrap: wrap;
}

.practice__title {
  font-size: clamp(30px, 2.5vw, 42px);
}

.practice__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
}

.practice-card {
  position: relative;
  overflow: hidden;
  background: var(--ink);
  display: block;
  isolation: isolate;
}

.practice-card__image {
  width: 100%;
  height: 330px;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.2, 0.6, 0.2, 1);
}

.practice-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(10, 11, 14, 0.06) 30%,
    rgba(10, 11, 14, 0.86) 100%
  );
}

.practice-card:hover .practice-card__image {
  transform: scale(1.06);
}

.practice-card__body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 26px 24px;
}

.practice-card__title {
  font-size: 22px;
  color: var(--bone);
  line-height: 1.18;
  margin-bottom: 10px;
}

.practice-card__more {
  font-family: var(--util);
  font-size: 14.5px;
  font-weight: 600;
  letter-spacing: 0.19em;
  text-transform: uppercase;
  color: var(--brass);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.practice-card__more::after {
  content: "";
  width: 22px;
  height: 1px;
  background: var(--brass);
  transition: width 0.22s ease;
}

.practice-card:hover .practice-card__more::after {
  width: 36px;
}

/* ---------------------------------------------------------- CASE RESULTS */
.cases {
  position: relative;
  background: var(--ink);
  color: var(--bone);
  padding: 104px 0;
  overflow: hidden;
}

.cases__bg {
  position: absolute;
  inset: 0;
  background: url("../assets/images/bg-cases.jpg") center / cover no-repeat;
  opacity: 0.5;
}

.cases__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 11, 14, 0.86), rgba(10, 11, 14, 0.94));
}

.cases__inner {
  position: relative;
  z-index: 2;
}

.cases__title {
  font-size: clamp(30px, 2.5vw, 42px);
  color: var(--bone);
  margin-bottom: 46px;
}

.cases__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--line-dk);
}

.case-card {
  padding: 40px 34px 36px;
  border-bottom: 1px solid var(--line-dk);
  border-right: 1px solid var(--line-dk);
  position: relative;
}

.case-card:first-child {
  padding-left: 0;
}

.case-card:last-child {
  border-right: 0;
  padding-right: 0;
}

.case-card__amount {
  font-family: var(--display);
  font-size: clamp(30px, 2.6vw, 42px);
  font-weight: 700;
  color: var(--brass);
  line-height: 1;
  letter-spacing: -0.02em;
  margin-bottom: 14px;
  display: block;
}

.case-card__desc {
  color: rgba(246, 243, 238, 0.74);
  font-size: 16px;
  line-height: 1.55;
  margin-bottom: 18px;
  min-height: 52px;
}

.case-card__more {
  font-family: var(--util);
  font-size: 14.5px;
  font-weight: 600;
  letter-spacing: 0.19em;
  text-transform: uppercase;
  color: var(--bone);
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.case-card__more::after {
  content: "";
  width: 20px;
  height: 1px;
  background: var(--crimson-lt);
  transition: width 0.22s ease;
}

.case-card:hover .case-card__more::after {
  width: 34px;
}

.case-card:hover .case-card__more {
  color: var(--brass);
}

/* ---------------------------------------------------------- VALUES */
.values {
  background: var(--bone-2);
  padding: 104px 0;
}

.values__head {
  max-width: 660px;
  margin-bottom: 48px;
}

.values__title {
  font-size: clamp(30px, 2.5vw, 42px);
}

.values__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
}

.value-card {
  background: var(--bone);
  padding: 38px 32px 34px;
  border-top: 3px solid var(--crimson);
  display: flex;
  flex-direction: column;
}

.value-card__icon {
  width: 38px;
  height: 38px;
  margin-bottom: 20px;
  fill: none;
  stroke: var(--crimson);
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.value-card__title {
  font-size: 21px;
  line-height: 1.2;
  margin-bottom: 12px;
}

.value-card__text {
  color: var(--slate);
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
  flex: 1;
}

.value-card__more {
  font-family: var(--util);
  font-size: 14.5px;
  font-weight: 600;
  letter-spacing: 0.19em;
  text-transform: uppercase;
  color: var(--crimson);
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.value-card__more::after {
  content: "";
  width: 20px;
  height: 1px;
  background: var(--brass);
  transition: width 0.22s ease;
}

.value-card:hover .value-card__more::after {
  width: 34px;
}

/* ---------------------------------------------------------- TESTIMONIALS */
.testimonials {
  background: var(--ink);
  color: var(--bone);
  padding: 104px 0;
}

.testimonials__inner {
  max-width: 1180px;
  text-align: center;
}

.testimonials__title {
  font-size: clamp(28px, 2.2vw, 36px);
  color: var(--bone);
  margin-bottom: 34px;
}

.testimonials__quote {
  margin: 0;
  font-family: var(--display);
  font-weight: 400;
  font-style: italic;
  font-size: clamp(19px, 1.45vw, 25px);
  line-height: 1.62;
  color: rgba(246, 243, 238, 0.93);
}

.testimonials__quote::before {
  content: "\201C";
  display: block;
  font-family: var(--display);
  font-size: 82px;
  line-height: 0.6;
  color: var(--crimson-lt);
  margin-bottom: 18px;
}

.testimonials__stars {
  display: flex;
  gap: 6px;
  justify-content: center;
  margin-top: 20px;
}

.testimonials__star {
  width: 19px;
  height: 19px;
  fill: var(--brass);
}

.testimonials__who {
  margin-top: 28px;
  font-family: var(--util);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--brass);
}

/* ---------------------------------------------------------- CONTACT */
.contact {
  background: var(--bone);
  padding: 104px 0;
}

.contact__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  gap: 76px;
  align-items: start;
}

.contact__title {
  font-size: clamp(30px, 2.5vw, 42px);
  margin-bottom: 18px;
}

.contact__lede {
  color: var(--slate);
  font-size: 17px;
  margin-bottom: 32px;
}

.contact__facts {
  display: flex;
  flex-direction: column;
  gap: 22px;
  border-top: 1px solid var(--line);
  padding-top: 28px;
}

.contact-fact {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.contact-fact__icon {
  width: 22px;
  height: 22px;
  flex: none;
  margin-top: 4px;
  fill: none;
  stroke: var(--crimson);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-fact__label {
  font-family: var(--util);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.19em;
  text-transform: uppercase;
  color: var(--slate);
  margin-bottom: 2px;
}

.contact-fact__value {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
}

.contact-fact__value a:hover {
  color: var(--crimson);
}

.form-card {
  background: var(--ink);
  padding: 46px 44px;
  border-top: 4px solid var(--crimson);
}

.form-card__title {
  font-size: 26px;
  color: var(--bone);
  margin-bottom: 8px;
}

.form-card__note {
  color: rgba(246, 243, 238, 0.62);
  font-size: 15.5px;
  margin-bottom: 28px;
}

.form-card__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 18px;
}

.form-card__field {
  display: flex;
  flex-direction: column;
}

.form-card__field--full {
  grid-column: 1 / -1;
}

.form-card__label {
  font-family: var(--util);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  color: rgba(246, 243, 238, 0.66);
  margin-bottom: 8px;
}

.form-card__input,
.form-card__select,
.form-card__textarea {
  font-family: var(--body);
  font-size: 16px;
  color: var(--bone);
  background: rgba(246, 243, 238, 0.06);
  border: 1px solid rgba(246, 243, 238, 0.2);
  border-radius: 4px;
  padding: 0 15px;
  height: 40px;
  width: 100%;
  transition:
    border-color 0.18s ease,
    background 0.18s ease;
}

.form-card__textarea {
  height: 120px;
  padding: 12px 15px;
  resize: vertical;
  line-height: 1.55;
}

.form-card__select {
  appearance: none;
  cursor: pointer;
  background-image: url("../assets/images/icon-select-chevron.svg");
  background-repeat: no-repeat;
  background-position: right 13px center;
  background-size: 17px;
  padding-right: 40px;
}

.form-card__select option {
  background: var(--ink-2);
  color: var(--bone);
}

.form-card__input::placeholder,
.form-card__textarea::placeholder {
  color: rgba(246, 243, 238, 0.36);
}

.form-card__input:focus,
.form-card__select:focus,
.form-card__textarea:focus {
  outline: none;
  border-color: var(--brass);
  background: rgba(246, 243, 238, 0.1);
}

.form-card__submit {
  width: 100%;
  margin-top: 24px;
}

.form-card__disclaimer {
  color: rgba(246, 243, 238, 0.45);
  font-size: 13.5px;
  line-height: 1.55;
  margin-top: 16px;
}

/* ---------------------------------------------------------- FOOTER */
.footer {
  background: var(--ink-2);
  color: rgba(246, 243, 238, 0.68);
  padding: 74px 0 0;
}

.footer__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: 60px;
  padding-bottom: 52px;
}

.footer__logo {
  width: 300px;
  max-width: 100%;
  margin-bottom: 24px;
}

.footer__about {
  font-size: 16px;
  line-height: 1.7;
}

.footer__heading {
  font-family: var(--util);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--brass);
  margin-bottom: 20px;
}

.footer__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.footer__link {
  font-size: 16px;
}

.footer__link:hover {
  color: var(--bone);
}

.footer__phone {
  display: block;
  font-size: 22px;
  font-weight: 700;
  color: var(--bone);
  margin-bottom: 14px;
}

.footer__phone:hover {
  color: var(--brass);
}

.footer__address {
  font-size: 16px;
  line-height: 1.7;
}

.footer__note {
  margin-top: 14px;
  font-size: 16px;
  line-height: 1.7;
}

.footer__legal {
  border-top: 1px solid var(--line-dk);
  padding: 24px 0;
  font-size: 14px;
  color: rgba(246, 243, 238, 0.44);
}

.footer__legal-inner {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  padding-bottom: 0;
}

/* ---------------------------------------------------------- RESPONSIVE */
@media (max-width: 1400px) {
  .header__nav,
  .header__nav-list {
    gap: 28px;
  }
}

@media (max-width: 1280px) {
  :root {
    --pad: 34px;
  }

  .header__nav,
  .header__nav-list {
    gap: 20px;
  }

  .hero__column {
    width: min(264px, 20vw);
    right: 10%;
  }

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

  .case-card:nth-child(2) {
    border-right: 0;
    padding-right: 0;
  }

  .case-card:nth-child(3) {
    padding-left: 0;
  }
}

@media (max-width: 1200px) {
  .header__overlay {
    position: fixed;
    inset: 0;
    z-index: 1;
    background: rgba(14, 15, 18, 0.56);
  }

  .header.is-open .header__overlay {
    display: block;
  }

  .header__inner {
    position: relative;
    z-index: 2;
  }

  .header__toggle {
    display: flex;
  }

  .header.is-open .header__toggle {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 4;
  }

  .header__nav {
    position: fixed;
    top: 0;
    right: 0;
    width: min(360px, 88vw);
    height: 100%;
    height: 100dvh;
    margin-left: 0;
    padding: 84px 28px 40px;
    z-index: 2;
    background: var(--bone);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    overflow-y: auto;
    transform: translateX(100%);
    visibility: hidden;
    pointer-events: none;
    transition: transform 0.3s ease, visibility 0.3s ease;
    box-shadow: -12px 0 40px rgba(0, 0, 0, 0.18);
  }

  .header.is-open .header__nav {
    transform: translateX(0);
    visibility: visible;
    pointer-events: auto;
  }

  .header__nav-list {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    width: 100%;
  }

  .header__nav-link {
    width: 100%;
    padding: 14px 0;
    border-bottom: 1px solid var(--line);
    font-size: 17px;
  }

  .header__nav-extras {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-top: 28px;
  }

  .header__nav-phone {
    font-size: 20px;
    font-weight: 700;
    color: var(--ink);
    letter-spacing: 0.01em;
  }

  .header__nav-phone:hover {
    color: var(--crimson);
  }

  .header__cta {
    display: none;
  }
}

@media (max-width: 1080px) {
  .header__inner {
    min-height: 88px;
  }

  .intro__inner,
  .contact__inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .intro__image {
    height: 420px;
  }

  .footer__inner {
    grid-template-columns: 1fr 1fr;
  }

  .hero__content {
    width: min(58%, 640px);
  }

  .hero__visual {
    width: 50%;
  }
}

@media (max-width: 980px) {
  .btn {
    white-space: normal;
    text-align: center;
  }

  .hero__actions {
    flex-wrap: wrap;
    gap: 18px;
  }
}

@media (max-width: 900px) {
  .hero__column {
    display: none;
  }

  .accolades__lede {
    border-right: 0;
    padding-right: 0;
    width: 100%;
    text-align: center;
  }

  .accolades__row {
    gap: 34px;
  }
}

@media (max-width: 768px) {
  .hero {
    height: auto;
    min-height: calc(100vh - var(--site-chrome-height));
    min-height: calc(100dvh - var(--site-chrome-height));
    min-height: calc(100svh - var(--site-chrome-height));
    padding: clamp(32px, 6vw, 48px) clamp(16px, 4vw, 28px) 0;
  }

  .hero__inner {
    height: auto;
  }

  .hero__content {
    width: 100%;
    max-width: 100%;
    padding: clamp(8px, 3vw, 20px) clamp(4px, 2vw, 12px) 24px 0;
  }

  .hero__scrim {
    background: linear-gradient(
      180deg,
      rgba(9, 10, 13, 0.93) 0%,
      rgba(9, 10, 13, 0.9) 55%,
      rgba(9, 10, 13, 0.8) 100%
    );
  }

  .hero__visual {
    position: relative;
    width: 100%;
    height: min(70vw, 460px);
    justify-content: flex-start;
  }

  .hero__image {
    height: 100%;
    object-position: bottom left;
  }
}

@media (max-width: 720px) {
  :root {
    --pad: 22px;
    --cta: 17px;
    --hero-phone: 22px;
  }

  body {
    font-size: 16px;
  }

  .btn {
    padding: 16px 24px;
  }

  .btn--sm {
    padding: 13px 22px;
  }

  .utility__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .utility__address {
    font-size: 13.5px;
    letter-spacing: 0.1em;
  }

  .utility__meta {
    gap: 16px;
  }

  .utility__label {
    display: none;
  }

  .utility__phone {
    font-size: 17px;
  }

  .accolades__row {
    gap: 38px;
  }

  .accolades__badge--forum {
    height: 62px;
  }

  .accolades__badge--ntl {
    height: 51px;
  }

  .accolades__badge--super {
    height: 29px;
  }

  .accolades__badge--aaj {
    height: 40px;
  }

  .practice__grid,
  .cases__grid,
  .values__grid,
  .form-card__grid {
    grid-template-columns: 1fr;
  }

  .case-card {
    padding: 30px 0;
    border-right: 0;
  }

  .case-card:first-child,
  .case-card:nth-child(3),
  .case-card:last-child {
    padding-left: 0;
    padding-right: 0;
  }

  .intro,
  .practice,
  .cases,
  .values,
  .testimonials,
  .contact {
    padding-top: 66px;
    padding-bottom: 66px;
  }

  .intro {
    padding-bottom: 0;
  }

  .form-card {
    padding: 34px 24px;
  }

  .footer__inner {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .intro__cta {
    padding: 22px;
  }

  .hero__visual {
    height: min(78vw, 360px);
  }
}

@media (max-width: 640px) {
  .hero__actions .btn {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  .practice-card:hover .practice-card__image {
    transform: none;
  }
}
