/* ============================================================
   Pritchard Injury Firm
   ============================================================ */

:root {
  --ink: #0e1217;
  --ink-2: #161b22;
  --ink-3: #232b35;
  --gold: #f3c243;
  --gold-lt: #fbd87a;
  --gold-deep: #c2921b;
  --bone: #f7f5f1;
  --bone-2: #ede9e2;
  --slate: #545c68;
  --line: #dad4c9;

  --site-chrome-height: 140px;
  --container-max: 1320px;
  --container-pad: clamp(20px, 4vw, 45px);
  --nav-breakpoint: 1200px;

  --disp: "Libre Caslon Display", Georgia, serif;
  --head: "Libre Caslon Text", Georgia, serif;
  --ui: "Public Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

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

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

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

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

button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
}

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

/* ── Shared: eyebrow + section titles ────────────────────── */

.eyebrow {
  font-family: var(--ui);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold-deep);
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 18px;
}

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

.eyebrow--centered {
  justify-content: center;
}

.eyebrow__mark {
  flex: 0 0 auto;
  width: 34px;
  height: 11px;
}

.section-title {
  font-family: var(--head);
  font-weight: 700;
  letter-spacing: -0.012em;
  line-height: 1.14;
  margin: 0 0 22px;
  font-size: clamp(30px, 3.1vw, 46px);
}

.section-subtitle {
  font-family: var(--head);
  font-style: italic;
  font-weight: 400;
  color: var(--slate);
  font-size: clamp(18px, 1.5vw, 22px);
  line-height: 1.5;
  margin: 0 0 26px;
}

/* ── Buttons ─────────────────────────────────────────────── */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--ui);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.01em;
  padding: 14px 32px;
  border-radius: 999px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
  max-width: 100%;
  line-height: 1.35;
  transition: background 0.24s ease, color 0.24s ease, border-color 0.24s ease, transform 0.24s ease;
}

.btn--gold {
  background: var(--gold);
  color: var(--ink);
  border-color: var(--gold);
}

.btn--gold:hover {
  background: var(--gold-lt);
  border-color: var(--gold-lt);
}

.btn--ghost {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.4);
}

.btn--ghost:hover {
  border-color: var(--gold);
  color: var(--gold);
}

.btn--sm {
  font-size: 16px;
  padding: 11px 26px;
}

/* ── Utility bar ─────────────────────────────────────────── */

.utility {
  background: var(--ink);
  border-bottom: 1px solid rgba(243, 194, 67, 0.16);
}

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

.utility__address {
  margin: 0;
  font-size: 13px;
  letter-spacing: 0.06em;
  color: #9aa3af;
  font-weight: 400;
}

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

.utility__item {
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #9aa3af;
  font-weight: 600;
}

.utility__item--gold {
  color: var(--gold);
}

/* ── Header ──────────────────────────────────────────────── */

.header {
  background: var(--ink);
  position: relative;
  z-index: 20;
}

.header__overlay {
  display: none;
}

.header__inner {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2vw, 34px);
  min-height: 96px;
  position: relative;
  z-index: 2;
}

.header__logo {
  flex-shrink: 0;
}

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

.header__toggle {
  display: none;
  position: relative;
  width: 44px;
  height: 44px;
  margin-left: auto;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  flex-shrink: 0;
}

.header__toggle-bar {
  position: absolute;
  left: 11px;
  right: 11px;
  height: 2px;
  background: #fff;
  border-radius: 1px;
  transition: transform 0.28s ease, opacity 0.2s ease, top 0.28s ease;
}

.header__toggle-bar:nth-child(1) {
  top: 14px;
}

.header__toggle-bar:nth-child(2) {
  top: 21px;
}

.header__toggle-bar:nth-child(3) {
  top: 28px;
}

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

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

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

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

.header__nav-list {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.2vw, 34px);
  list-style: none;
  margin: 0;
  padding: 0;
}

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

.header__nav-link {
  display: block;
  font-family: var(--ui);
  font-size: clamp(13px, 1.05vw, 16px);
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #e8eaed;
  padding: 6px 0;
  position: relative;
  white-space: nowrap;
  flex-shrink: 0;
  transition: color 0.22s ease;
}

.header__nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 0;
  height: 2px;
  background: var(--gold);
  transition: right 0.28s ease;
}

.header__nav-link:hover {
  color: var(--gold);
}

.header__nav-link:hover::after {
  right: 0;
}

.header__nav-extras {
  display: none;
}

.header__cta {
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.6vw, 22px);
  white-space: nowrap;
  flex-shrink: 0;
}

.header__phone {
  font-family: var(--head);
  font-size: clamp(18px, 1.55vw, 24px);
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.01em;
  flex-shrink: 0;
  white-space: nowrap;
}

.header__phone:hover {
  color: var(--gold);
}

.header__cta .btn {
  font-size: clamp(13px, 1.05vw, 16px);
  padding: clamp(9px, 0.8vw, 11px) clamp(16px, 1.6vw, 26px);
  flex-shrink: 0;
}

@media (max-width: 1400px) {
  .header__nav-list {
    gap: 22px;
  }

  .header__nav-link {
    font-size: 14px;
  }

  .header__phone {
    font-size: 20px;
  }
}

@media (max-width: 1280px) {
  .header__inner {
    gap: 18px;
  }

  .header__nav-list {
    gap: 16px;
  }

  .header__nav-link {
    font-size: 13px;
  }

  .header__cta {
    gap: 12px;
  }

  .header__phone {
    font-size: 18px;
  }

  .header__cta .btn {
    font-size: 13px;
    padding: 9px 16px;
  }
}

@media (max-width: 1200px) {
  .header__overlay {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 1;
    background: rgba(8, 11, 15, 0.72);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }

  .header.is-open .header__overlay {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .header__inner {
    z-index: 2;
  }

  .header__toggle {
    display: inline-flex;
    z-index: 3;
  }

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

  .header__cta {
    display: none;
  }

  .header__nav {
    position: fixed;
    top: 0;
    right: 0;
    width: min(360px, 88vw);
    height: 100%;
    height: 100dvh;
    margin: 0;
    padding: 84px 28px 40px;
    background: var(--ink);
    border-left: 1px solid rgba(243, 194, 67, 0.22);
    z-index: 2;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 28px;
    overflow-y: auto;
    transform: translateX(100%);
    visibility: hidden;
    transition: transform 0.32s ease, visibility 0.32s ease;
  }

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

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

  .header__nav-link {
    font-size: 18px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .header__nav-link::after {
    display: none;
  }

  .header__nav-extras {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    margin-top: auto;
    padding-top: 24px;
    border-top: 1px solid rgba(243, 194, 67, 0.22);
  }

  .header__nav-extras .header__phone {
    font-size: 24px;
  }

  .header__nav-extras .btn {
    white-space: normal;
    text-align: center;
    width: 100%;
  }
}

/* ── Hero ────────────────────────────────────────────────── */

.hero {
  position: relative;
  padding: clamp(24px, 4vw, 56px) 0 0;
  overflow: hidden;
  isolation: isolate;
  height: calc(100vh - var(--site-chrome-height));
  height: calc(100dvh - var(--site-chrome-height));
  height: calc(100svh - var(--site-chrome-height));
  min-height: 520px;
  background: var(--ink) url("../assets/images/bg-hero.jpg") center / cover no-repeat;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    100deg,
    rgba(10, 13, 17, 0.94) 0%,
    rgba(10, 13, 17, 0.86) 42%,
    rgba(12, 15, 20, 0.52) 72%,
    rgba(12, 15, 20, 0.42) 100%
  );
}

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

.hero__content {
  position: relative;
  z-index: 3;
  max-width: min(100%, 640px);
  padding: 0 clamp(4px, 1.5vw, 16px) clamp(28px, 5vh, 64px) 0;
}

.hero__title {
  font-family: var(--disp);
  font-weight: 400;
  color: #fff;
  font-size: clamp(44px, 4.9vw, 74px);
  line-height: 1.02;
  letter-spacing: -0.02em;
  margin: 0 0 4px;
}

.hero__title-accent {
  display: block;
  color: var(--gold);
}

.hero__arc {
  display: block;
  width: 214px;
  height: 20px;
  margin: 12px 0 20px;
}

.hero__tagline {
  font-family: var(--ui);
  font-weight: 700;
  font-size: clamp(16px, 1.35vw, 19px);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 18px;
}

.hero__lede {
  font-size: 18px;
  line-height: 1.68;
  color: #c7cdd6;
  margin: 0 0 32px;
  max-width: 560px;
  font-weight: 300;
}

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

.hero__phone {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.hero__phone-label {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #8e97a3;
  font-weight: 700;
}

.hero__phone-number {
  font-family: var(--head);
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}

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

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

.hero__glow {
  position: absolute;
  right: -6%;
  bottom: 0;
  width: 126%;
  height: 88%;
  background: radial-gradient(
    58% 62% at 52% 68%,
    rgba(243, 194, 67, 0.24) 0%,
    rgba(243, 194, 67, 0.07) 45%,
    rgba(243, 194, 67, 0) 74%
  );
  pointer-events: none;
}

.hero__rule {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(243, 194, 67, 0), rgba(243, 194, 67, 0.55));
}

.hero__image {
  position: relative;
  height: 100%;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: bottom right;
  filter: none;
}

/* ── Accolades strip ─────────────────────────────────────── */

.accolades {
  background: var(--ink-2);
  border-top: 1px solid rgba(243, 194, 67, 0.2);
}

.accolades__inner {
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  flex-wrap: wrap;
}

.accolades__label {
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #78818e;
  font-weight: 700;
  flex: 0 0 auto;
  max-width: 132px;
  line-height: 1.6;
  margin: 0;
}

.accolades__rail {
  display: flex;
  align-items: center;
  gap: 46px;
  flex: 1 1 auto;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1080px;
}

.accolades__item {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.accolades__badge {
  height: auto;
  opacity: 0.94;
  transition: opacity 0.26s ease;
}

.accolades__item:hover .accolades__badge {
  opacity: 1;
}

.accolades__badge--forum {
  width: 80px;
  height: 80px;
}

.accolades__badge--trial {
  width: 114px;
  height: 59px;
}

.accolades__badge--super {
  width: 160px;
  height: 38px;
}

.accolades__badge--aaj {
  width: 144px;
  height: 49px;
}

/* ── About ───────────────────────────────────────────────── */

.about {
  background: var(--bone);
  padding: 104px 0;
}

.about__inner {
  display: grid;
  grid-template-columns: minmax(0, 460px) minmax(0, 1fr);
  gap: 74px;
  align-items: start;
}

.about__media {
  position: relative;
  z-index: 0;
}

.about__image {
  width: 100%;
  height: auto;
  border-radius: 2px;
  position: relative;
  z-index: 1;
}

.about__frame {
  position: absolute;
  left: -16px;
  top: -16px;
  right: 16px;
  bottom: 16px;
  border: 1px solid var(--gold);
  pointer-events: none;
  z-index: 0;
  border-radius: 2px;
}

.about__stat {
  position: absolute;
  z-index: 2;
  right: -26px;
  bottom: 38px;
  background: var(--ink);
  color: #fff;
  padding: 22px 28px;
  border-left: 3px solid var(--gold);
  box-shadow: 0 18px 44px rgba(14, 18, 23, 0.28);
}

.about__stat-value {
  display: block;
  font-family: var(--disp);
  font-size: 36px;
  line-height: 1;
  color: var(--gold);
  font-weight: 400;
}

.about__stat-label {
  display: block;
  font-size: 10.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #a6aeb9;
  margin-top: 8px;
  font-weight: 600;
}

.about__body p {
  margin: 0 0 20px;
  color: var(--slate);
  font-weight: 300;
  font-size: 17.5px;
}

.about__lead {
  color: var(--ink);
  font-size: 19px;
  font-weight: 400;
}

.about__mission {
  margin-top: 34px;
  padding: 30px 34px;
  background: var(--bone-2);
  border-left: 3px solid var(--gold);
}

.about__mission-title {
  font-family: var(--ui);
  font-size: 12px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold-deep);
  margin: 0 0 14px;
  font-weight: 700;
}

.about__mission p {
  margin: 0;
  font-size: 16.5px;
  line-height: 1.76;
  color: var(--slate);
  font-weight: 300;
}

/* ── Practice areas ──────────────────────────────────────── */

.practice {
  background: var(--bone-2);
  padding: 100px 0;
}

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

.practice__intro .section-title {
  margin: 0;
}

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

.practice-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 2px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.practice-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 46px rgba(14, 18, 23, 0.14);
  border-color: var(--gold);
}

.practice-card__thumb {
  position: relative;
  aspect-ratio: 62 / 42;
  overflow: hidden;
  background: var(--ink);
}

.practice-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

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

.practice-card__thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(14, 18, 23, 0) 46%, rgba(14, 18, 23, 0.62) 100%);
}

.practice-card__body {
  padding: 26px 26px 28px;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.practice-card__title {
  font-family: var(--head);
  font-size: 21px;
  font-weight: 700;
  margin: 0 0 10px;
  line-height: 1.24;
}

.practice-card__text {
  margin: 0 0 20px;
  font-size: 15.5px;
  line-height: 1.66;
  color: var(--slate);
  font-weight: 300;
  flex: 1 1 auto;
}

.practice-card__link {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-deep);
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.practice-card__link svg {
  transition: transform 0.26s ease;
}

.practice-card:hover .practice-card__link svg {
  transform: translateX(5px);
}

/* ── Case results ────────────────────────────────────────── */

.cases {
  position: relative;
  background: var(--ink) url("../assets/images/bg-cases.jpg") center / cover no-repeat;
  padding: 100px 0;
  isolation: isolate;
}

.cases::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11, 14, 19, 0.93), rgba(11, 14, 19, 0.88));
  z-index: 1;
}

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

.cases .section-title {
  color: #fff;
}

.cases__head {
  text-align: center;
  margin-bottom: 56px;
}

.cases__head .section-subtitle {
  color: #a9b1bc;
}

.cases__ledger {
  border-top: 1px solid rgba(243, 194, 67, 0.3);
}

.cases__row {
  display: grid;
  grid-template-columns: minmax(0, 290px) minmax(0, 1fr) auto;
  gap: 36px;
  align-items: center;
  padding: 30px 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: background 0.28s ease, padding 0.28s ease;
}

.cases__row:hover {
  background: rgba(243, 194, 67, 0.05);
}

.cases__amount {
  font-family: var(--disp);
  font-weight: 400;
  font-size: clamp(34px, 3.4vw, 50px);
  color: var(--gold);
  line-height: 1;
  letter-spacing: -0.015em;
}

.cases__desc {
  font-family: var(--head);
  font-size: 18px;
  color: #dde2e8;
  font-weight: 400;
  line-height: 1.5;
}

.cases__more {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  white-space: nowrap;
}

.cases__row:hover .cases__more {
  color: var(--gold);
}

.cases__foot {
  margin-top: 44px;
  text-align: center;
}

/* ── Values ──────────────────────────────────────────────── */

.values {
  position: relative;
  background: var(--ink-2) url("../assets/images/bg-values.jpg") center / cover no-repeat;
  padding: 100px 0;
  isolation: isolate;
}

.values::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, rgba(14, 18, 23, 0.96) 0%, rgba(14, 18, 23, 0.9) 55%, rgba(14, 18, 23, 0.94) 100%);
  z-index: 1;
}

.values__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 360px) minmax(0, 1fr);
  gap: 66px;
  align-items: start;
}

.values .section-title {
  color: #fff;
  margin-bottom: 16px;
}

.values__intro p {
  color: #a9b1bc;
  font-weight: 300;
  margin: 0 0 28px;
  font-size: 17px;
}

.values__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2px;
  background: rgba(255, 255, 255, 0.1);
}

.values__item {
  background: var(--ink);
  padding: 34px 32px;
}

.values__mark {
  display: block;
  width: 34px;
  height: 11px;
  margin-bottom: 18px;
  color: var(--gold);
}

.values__title {
  font-family: var(--head);
  font-size: 19px;
  font-weight: 700;
  color: #fff;
  line-height: 1.34;
  margin: 0 0 12px;
}

.values__text {
  margin: 0;
  font-size: 15px;
  line-height: 1.68;
  color: #98a1ac;
  font-weight: 300;
}

/* ── Testimonial ─────────────────────────────────────────── */

.testimonial {
  background: var(--bone);
  padding: 100px 0;
}

.testimonial__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 560px);
  gap: 70px;
  align-items: center;
}

.testimonial__quote {
  font-family: var(--head);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(24px, 2.5vw, 36px);
  line-height: 1.38;
  color: var(--ink);
  margin: 0 0 24px;
}

.testimonial__text {
  margin: 0 0 22px;
  color: var(--slate);
  font-weight: 300;
  font-size: 17.5px;
}

.testimonial__who {
  display: flex;
  align-items: center;
  gap: 14px;
}

.testimonial__bar {
  width: 34px;
  height: 1px;
  background: var(--gold-deep);
}

.testimonial__name {
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--gold-deep);
}

.testimonial__media {
  position: relative;
  z-index: 0;
}

.testimonial__image {
  width: 100%;
  height: auto;
  border-radius: 2px;
  position: relative;
  z-index: 1;
}

.testimonial__frame {
  position: absolute;
  right: -16px;
  bottom: -16px;
  left: 16px;
  top: 16px;
  border: 1px solid var(--gold);
  z-index: 0;
  border-radius: 2px;
}

/* ── Contact ─────────────────────────────────────────────── */

.contact {
  background: var(--ink);
  padding: 100px 0;
  color: #fff;
}

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

.contact .section-title {
  color: #fff;
}

.contact__lede {
  color: #a9b1bc;
  font-weight: 300;
  margin: 0 0 30px;
  font-size: 17px;
}

.contact__details {
  display: grid;
  gap: 2px;
  background: rgba(255, 255, 255, 0.1);
  margin-top: 34px;
}

.contact__detail {
  background: var(--ink-2);
  padding: 24px 26px;
}

.contact__detail-label {
  font-size: 10.5px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #78818e;
  font-weight: 700;
  margin: 0 0 8px;
}

.contact__detail-value {
  font-family: var(--head);
  font-size: 19px;
  color: #fff;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}

.contact__detail-value a:hover {
  color: var(--gold);
}

.form {
  background: var(--ink-2);
  border: 1px solid rgba(243, 194, 67, 0.26);
  padding: 40px;
}

.form__title {
  font-family: var(--head);
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 6px;
  color: #fff;
}

.form__note {
  font-size: 13.5px;
  color: #8b939f;
  margin: 0 0 26px;
  font-weight: 300;
}

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

.form__field {
  margin-bottom: 16px;
  min-width: 0;
}

.form__field label {
  display: block;
  font-size: 10.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #8b939f;
  font-weight: 700;
  margin-bottom: 8px;
}

.form__field input,
.form__field select {
  width: 100%;
  height: 40px;
  padding: 0 14px;
  background: #0c1015;
  color: #fff;
  border: 1px solid var(--ink-3);
  border-radius: 2px;
  font-size: 15px;
  font-weight: 300;
  transition: border-color 0.22s ease;
}

.form__field textarea {
  width: 100%;
  height: 120px;
  padding: 12px 14px;
  background: #0c1015;
  color: #fff;
  border: 1px solid var(--ink-3);
  border-radius: 2px;
  font-size: 15px;
  font-weight: 300;
  resize: vertical;
  font-family: var(--ui);
  line-height: 1.6;
  transition: border-color 0.22s ease;
}

.form__field select {
  appearance: none;
  background-image: url("../assets/images/icon-select-chevron.svg");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px;
  cursor: pointer;
}

.form__field input:focus,
.form__field select:focus,
.form__field textarea:focus {
  outline: none;
  border-color: var(--gold);
}

.form__field input::placeholder,
.form__field textarea::placeholder {
  color: #5b646f;
}

.form .btn {
  width: 100%;
  margin-top: 8px;
}

.form__disclaimer {
  font-size: 11.5px;
  color: #6e7783;
  margin: 16px 0 0;
  line-height: 1.6;
  font-weight: 300;
}

/* ── Footer ──────────────────────────────────────────────── */

.footer {
  background: #0a0d12;
  padding: 60px 0 0;
  color: #8b939f;
}

.footer__top {
  display: grid;
  grid-template-columns: minmax(0, 340px) minmax(0, 1fr) auto;
  gap: 56px;
  align-items: start;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer__logo {
  width: 280px;
  height: auto;
  max-width: 100%;
  margin-bottom: 22px;
}

.footer__address {
  margin: 0;
  font-size: 15px;
  line-height: 1.72;
  font-weight: 300;
}

.footer__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 28px;
}

.footer__nav-link {
  font-size: 15px;
  font-weight: 500;
  color: #c7cdd6;
}

.footer__nav-link:hover {
  color: var(--gold);
}

.footer__cta-label {
  font-size: 10.5px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 8px;
  color: #78818e;
}

.footer__phone {
  font-family: var(--head);
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  display: block;
  margin-bottom: 18px;
}

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

.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 0;
  flex-wrap: wrap;
}

.footer__copy {
  margin: 0;
  font-size: 12.5px;
  font-weight: 300;
}

.footer__credit {
  margin: 0;
  font-size: 12.5px;
  letter-spacing: 0.06em;
}

.footer__credit b {
  color: var(--gold);
  font-weight: 700;
}

/* ── Focus / motion ──────────────────────────────────────── */

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
  border-radius: 2px;
}

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

/* ── Layout breakpoints ──────────────────────────────────── */

@media (max-width: 1240px) {
  .about__inner {
    gap: 48px;
    grid-template-columns: minmax(0, 360px) minmax(0, 1fr);
  }

  .about__stat {
    right: -14px;
  }

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

  .values__inner {
    grid-template-columns: 1fr;
    gap: 44px;
  }

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

  .testimonial__inner {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .footer__top {
    grid-template-columns: 1fr;
    gap: 34px;
  }
}

@media (max-width: 980px) {
  .btn {
    white-space: normal;
    font-size: 16px;
    padding: 12px 24px;
    text-align: center;
  }

  .btn--sm {
    font-size: 15px;
    padding: 11px 22px;
  }
}

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

  .hero__tagline {
    letter-spacing: 0.12em;
  }

  .accolades__inner {
    justify-content: center;
  }

  .accolades__label {
    max-width: none;
    width: 100%;
    text-align: center;
  }

  .accolades__rail {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-items: center;
    align-items: center;
    gap: 30px 20px;
    max-width: none;
  }

  .about {
    padding: 70px 0;
  }

  .about__inner {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .about__frame {
    left: -10px;
    top: -10px;
    right: 10px;
    bottom: 10px;
  }

  .about__stat {
    right: 0;
    bottom: -22px;
  }

  .practice,
  .cases,
  .values,
  .testimonial,
  .contact {
    padding: 70px 0;
  }

  .cases__row {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 24px 0;
  }

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

  .form {
    padding: 28px;
  }

  .form__row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .footer__bottom {
    justify-content: center;
    text-align: center;
  }
}

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

  .hero__inner {
    height: auto;
    display: block;
  }

  .hero__content {
    max-width: 100%;
    padding: 0 0 clamp(20px, 4vw, 36px);
  }

  .hero__visual {
    position: relative;
    width: 100%;
    height: auto;
    justify-content: center;
  }

  .hero__image {
    height: min(440px, 78vw);
    width: auto;
    margin: 0 auto;
  }
}

@media (max-width: 640px) {
  .hero__actions {
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
  }

  .hero__actions .btn {
    width: 100%;
  }

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

  .hero__image {
    height: 360px;
  }

  .accolades__rail {
    gap: 30px;
  }

  .accolades__badge--forum,
  .accolades__badge--trial,
  .accolades__badge--super,
  .accolades__badge--aaj {
    transform: scale(0.86);
    transform-origin: center;
  }
}
