/* ============================================================
   McCUTCHEON & HAMNER, P.C. — Homepage
   Palette: #C7B783 gold / #0E0F10 ink
   ============================================================ */

:root {
  --ink: #0e0f10;
  --ink-soft: #191b1d;
  --ink-line: #2a2c2e;
  --gold: #c7b783;
  --gold-deep: #a08a4e;
  --gold-lt: #e0d5b4;
  --bone: #f6f4ef;
  --stone: #eae7df;
  --body: #4b4c4e;
  --white: #fff;

  --ff-display: "Bodoni Moda", Georgia, serif;
  --ff-body: "Archivo", "Helvetica Neue", Arial, sans-serif;

  --pad: 45px;
  --gutter: calc((100vw - 95vw) / 2);
  --container-max: 1840px;
  --nav-breakpoint: 1200px;
  --site-chrome-height: 148px;
}

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

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

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

body {
  margin: 0;
  background: var(--white);
  color: var(--body);
  font-family: var(--ff-body);
  font-size: 17px;
  line-height: 1.75;
  overflow-x: hidden;
}

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

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

p {
  margin: 0 0 1.15em;
}

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

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

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

.section {
  padding: 96px 0;
}

.section__head {
  text-align: center;
}

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

.eyebrow::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, var(--gold), transparent);
  max-width: 120px;
}

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

.eyebrow--center::before {
  content: "";
  width: 34px;
  height: 1px;
  background: var(--gold);
}

.eyebrow--center::after {
  content: "";
  display: block;
  width: 34px;
  height: 1px;
  background: var(--gold);
  flex: none;
  max-width: none;
}

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

h1,
h2,
h3,
h4 {
  margin: 0;
  font-weight: 400;
  color: var(--ink);
  letter-spacing: -0.01em;
}

.heading {
  font-family: var(--ff-display);
  font-optical-sizing: auto;
  line-height: 1.08;
}

.heading--xl {
  font-size: clamp(38px, 4vw, 58px);
}

.subhead {
  font-family: var(--ff-body);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-deep);
}

/* ---------- buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--ff-body);
  font-weight: 600;
  letter-spacing: 0.03em;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  white-space: nowrap;
  max-width: 100%;
  line-height: 1.35;
  transition: background-color 0.28s ease, color 0.28s ease, border-color 0.28s ease, transform 0.28s ease;
}

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

.btn--gold:hover {
  background: var(--gold-lt);
  transform: translateY(-1px);
}

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

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

.btn--ghost-deep {
  border-color: var(--gold-deep);
  color: var(--gold-deep);
  background: transparent;
}

.btn--ghost-deep:hover {
  background: var(--gold-deep);
  color: var(--white);
}

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

.btn--ink:hover {
  background: var(--ink-soft);
}

.btn--hero {
  font-size: 20px;
  padding: 17px 38px;
}

.btn--nav {
  font-size: 17px;
  padding: 12px 26px;
}

.btn--form {
  font-size: 20px;
  padding: 16px 40px;
  width: 100%;
}

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

  .btn--hero {
    font-size: 18px;
    padding: 15px 28px;
  }

  .btn--nav {
    font-size: 15px;
    padding: 11px 20px;
  }
}

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

  .btn--hero {
    font-size: 17px;
    padding: 15px 28px;
  }
}

/* ============================================================
   UTILITY BAR
   ============================================================ */
.utility {
  background: var(--ink);
  color: #9a9b9c;
  font-size: 13px;
  letter-spacing: 0.06em;
}

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

.utility__left {
  display: flex;
  align-items: center;
  gap: 10px;
}

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

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

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

.utility__est {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.24em;
  color: var(--gold);
}

.utility__phone {
  white-space: nowrap;
}

/* ============================================================
   HEADER
   ============================================================ */
.header {
  background: var(--white);
  border-bottom: 1px solid rgba(14, 15, 16, 0.09);
  position: relative;
  z-index: 20;
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  height: 104px;
  flex-wrap: nowrap;
}

.header__logo {
  flex-shrink: 0;
}

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

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

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

.header__nav-link {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: var(--ink);
  letter-spacing: 0.01em;
  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: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.header__nav-link:hover::after {
  transform: scaleX(1);
}

.header__cta {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-shrink: 0;
}

.header__phone {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  text-align: right;
  flex-shrink: 0;
}

.header__phone-label {
  font-size: 9.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-deep);
  font-weight: 600;
  white-space: nowrap;
}

.header__phone-number,
.header__phone-number a {
  font-family: var(--ff-display);
  font-size: 22px;
  font-weight: 600;
  color: var(--ink);
}

.header__nav-extras {
  display: none;
}

.header__toggle {
  display: none;
  position: relative;
  width: 44px;
  height: 44px;
  padding: 0;
  background: none;
  border: 0;
  cursor: pointer;
  flex-shrink: 0;
  z-index: 4;
}

.header__toggle-bar {
  position: absolute;
  left: 50%;
  width: 22px;
  height: 2px;
  margin-left: -11px;
  background: var(--ink);
  transition: transform 0.28s ease, opacity 0.28s ease, background-color 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) {
  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__overlay {
  display: none;
}

@media (max-width: 1400px) {
  .header__nav-link {
    font-size: 15px;
  }

  .header__cta .btn--nav {
    font-size: 16px;
    padding: 11px 22px;
  }

  .header__phone-number,
  .header__phone-number a {
    font-size: 20px;
  }
}

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

  .header__nav-list {
    gap: 14px;
  }

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

  .header__cta {
    gap: 12px;
  }

  .header__cta .btn--nav {
    font-size: 15px;
    padding: 10px 18px;
  }

  .header__phone-number,
  .header__phone-number a {
    font-size: 18px;
  }
}

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

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

  .header__overlay[hidden] {
    display: none;
  }

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

  .header__toggle {
    display: block;
  }

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

  .header.is-open .header__toggle-bar {
    background: var(--bone);
  }

  .header__nav {
    position: fixed;
    top: 0;
    right: 0;
    width: min(360px, 88vw);
    height: 100%;
    height: 100dvh;
    padding: 84px 28px 40px;
    background: var(--ink);
    z-index: 2;
    transform: translateX(100%);
    transition: transform 0.35s ease;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

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

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

  .header__nav-link {
    font-size: 18px;
    color: var(--bone);
    padding: 14px 0;
    border-bottom: 1px solid var(--ink-line);
  }

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

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

  .header__phone--panel {
    text-align: left;
  }

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

  .header__phone--panel .header__phone-number {
    color: var(--bone);
    font-size: 26px;
  }

  .header__cta {
    display: none;
  }
}

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  overflow: hidden;
  display: flex;
  padding: 0;
  background: #efede8 url("../assets/images/bg-hero.jpg") center / cover no-repeat;
  height: calc(100vh - var(--site-chrome-height));
  height: calc(100dvh - var(--site-chrome-height));
  height: calc(100svh - var(--site-chrome-height));
  min-height: 520px;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(120% 90% at 78% 60%, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0) 55%);
  pointer-events: none;
}

.hero__content {
  position: relative;
  z-index: 3;
  flex: 0 0 46%;
  width: 46%;
  max-width: min(100%, 720px);
  min-width: 0;
  background: var(--ink);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(24px, 4vw, 56px) clamp(28px, 4vw, 58px) clamp(24px, 4vw, 56px) clamp(20px, 3vw, calc(var(--gutter) + var(--pad)));
}

.hero__content::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 2px;
  background: linear-gradient(180deg, rgba(199, 183, 131, 0) 0%, var(--gold) 18%, var(--gold) 82%, rgba(199, 183, 131, 0) 100%);
}

.hero__seam {
  position: absolute;
  right: -2px;
  top: 50%;
  transform: translate(50%, -50%) rotate(90deg);
  transform-origin: center;
  font-size: 10px;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--gold);
  background: var(--ink);
  padding: 0 11px;
  white-space: nowrap;
  z-index: 4;
}

.hero__eyebrow {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 22px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.hero__eyebrow::before {
  content: "";
  width: 30px;
  height: 1px;
  background: var(--gold);
}

.hero__title {
  font-family: var(--ff-display);
  color: var(--bone);
  font-size: clamp(44px, 4.4vw, 68px);
  line-height: 1.02;
  letter-spacing: -0.02em;
  margin: 0 0 16px;
}

.hero__never {
  display: block;
  color: var(--gold);
  font-weight: 700;
  letter-spacing: 0.02em;
}

.hero__subtitle {
  font-family: var(--ff-body);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-lt);
  margin: 0 0 20px;
}

.hero__text {
  color: #b9babb;
  font-size: 16.5px;
  line-height: 1.72;
  max-width: 520px;
  margin: 0 0 32px;
}

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

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

.hero__phone-label {
  font-size: 10px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold-deep);
  font-weight: 600;
  margin-bottom: 4px;
}

.hero__phone-number {
  font-family: var(--ff-display);
  font-size: 24px;
  font-weight: 600;
  color: var(--bone);
}

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

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

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

@media (max-width: 1600px) {
  .hero__content {
    flex-basis: 48%;
    width: 48%;
  }

  .hero__visual {
    width: 52%;
  }
}

@media (max-width: 1366px) {
  :root {
    --pad: 32px;
  }

  .hero__content {
    flex-basis: 52%;
    width: 52%;
  }

  .hero__visual {
    width: 48%;
  }
}

@media (max-width: 768px) {
  .hero {
    height: auto;
    min-height: 0;
    flex-direction: column;
    padding: clamp(28px, 5vw, 40px) clamp(20px, 4vw, 32px) 0;
  }

  .hero__content {
    flex: none;
    width: 100%;
    max-width: 100%;
    padding: clamp(28px, 5vw, 48px) clamp(20px, 4vw, 32px);
  }

  .hero__content::after {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    height: 2px;
    background: linear-gradient(90deg, var(--gold), rgba(199, 183, 131, 0));
  }

  .hero__seam {
    display: none;
  }

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

  .hero__image {
    height: auto;
    width: min(560px, 92%);
    margin: 0 auto;
  }

  .hero__text {
    max-width: 100%;
  }

  .hero__title {
    font-size: 38px;
  }

  .hero__actions {
    gap: 18px;
  }

  .hero__phone {
    width: 100%;
  }
}

/* ============================================================
   ACCOLADES
   ============================================================ */
.accolades {
  background: var(--bone);
  border-bottom: 1px solid rgba(14, 15, 16, 0.07);
}

.accolades__inner {
  padding-top: 38px;
  padding-bottom: 38px;
}

.accolades__head {
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold-deep);
  margin: 0 0 26px;
}

.accolades__row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
}

.accolades__slot {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 92px;
  padding: 0 26px;
  border-left: 1px solid rgba(199, 183, 131, 0.45);
}

.accolades__slot:first-child {
  border-left: 0;
}

.accolades__image {
  width: auto;
  object-fit: contain;
  opacity: 0.92;
  transition: opacity 0.3s;
}

.accolades__slot:hover .accolades__image {
  opacity: 1;
}

.accolades__image--forum {
  height: 74px;
}

.accolades__image--ntl {
  height: 66px;
}

.accolades__image--super {
  height: 34px;
}

.accolades__image--aaj {
  height: 48px;
}

/* ============================================================
   INTRO
   ============================================================ */
.intro__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 70px;
  align-items: start;
}

.intro__media {
  position: relative;
}

.intro__image {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

.intro__media::after {
  content: "";
  position: absolute;
  left: -14px;
  top: -14px;
  bottom: 14px;
  width: 1px;
  background: var(--gold);
}

.intro__badge {
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--ink);
  color: var(--bone);
  padding: 22px 28px;
  border-left: 3px solid var(--gold);
}

.intro__badge-year {
  display: block;
  font-family: var(--ff-display);
  font-size: 34px;
  font-weight: 600;
  color: var(--gold);
  line-height: 1;
}

.intro__badge-text {
  font-size: 10.5px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #a9aaab;
}

.intro .heading {
  margin-bottom: 12px;
}

.intro .subhead {
  display: block;
  margin-bottom: 26px;
}

.intro__body {
  max-width: 820px;
}

.intro__more {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.55s ease;
}

.intro__more.is-open {
  max-height: 1800px;
}

.intro__readmore {
  margin-top: 20px;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  font-family: var(--ff-body);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-deep);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.intro__readmore::after {
  content: "";
  width: 26px;
  height: 1px;
  background: var(--gold-deep);
  transition: width 0.3s;
}

.intro__readmore:hover::after {
  width: 42px;
}

/* ---------- special text band ---------- */
.band {
  background: var(--ink);
  color: var(--bone);
  position: relative;
}

.band::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), rgba(199, 183, 131, 0.15));
}

.band__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding-top: 44px;
  padding-bottom: 44px;
  flex-wrap: wrap;
}

.band__text {
  font-family: var(--ff-display);
  font-size: clamp(20px, 2vw, 27px);
  line-height: 1.4;
  color: var(--bone);
  max-width: 900px;
  margin: 0;
  flex: 1 1 480px;
}

.band__text a {
  white-space: nowrap;
  color: var(--gold);
  border-bottom: 1px solid rgba(199, 183, 131, 0.5);
}

/* ============================================================
   PRACTICE AREAS
   ============================================================ */
.practice {
  background: var(--white);
}

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

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

.practice-card {
  position: relative;
  min-height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
  background: var(--ink);
  overflow: hidden;
  isolation: isolate;
}

.practice-card__media {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.practice-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 0.7s cubic-bezier(0.2, 0.7, 0.3, 1);
}

.practice-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(14, 15, 16, 0.28) 0%, rgba(14, 15, 16, 0.72) 52%, rgba(14, 15, 16, 0.94) 100%);
}

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

.practice-card__icon {
  margin-bottom: auto;
}

.practice-card__icon svg {
  width: 56px;
  height: auto;
  stroke: var(--gold);
  fill: none;
  stroke-width: 1.4;
}

.practice-card__title {
  font-family: var(--ff-display);
  font-size: 26px;
  color: var(--bone);
  margin: 0 0 10px;
  line-height: 1.15;
}

.practice-card__text {
  font-size: 14.5px;
  line-height: 1.66;
  color: #b4b5b6;
  margin: 0 0 16px;
}

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

.practice-card__link::after {
  content: "";
  width: 22px;
  height: 1px;
  background: var(--gold);
  transition: width 0.3s;
}

.practice-card:hover .practice-card__link::after {
  width: 38px;
}

/* ============================================================
   CASE RESULTS
   ============================================================ */
.results {
  background: var(--bone);
}

.results__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 46px;
  border-top: 1px solid rgba(160, 138, 78, 0.35);
}

.results__item {
  padding: 44px 30px;
  border-left: 1px solid rgba(160, 138, 78, 0.28);
  text-align: center;
}

.results__item:first-child {
  border-left: 0;
}

.results__amount {
  font-family: var(--ff-display);
  font-size: clamp(34px, 3.2vw, 46px);
  font-weight: 600;
  color: var(--ink);
  line-height: 1;
  margin-bottom: 14px;
  letter-spacing: -0.02em;
}

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

.results__kind {
  font-size: 14px;
  color: var(--body);
  margin-top: 6px;
}

.results__note {
  margin-top: 34px;
  text-align: center;
  font-size: 12.5px;
  color: #8b8c8d;
  letter-spacing: 0.02em;
}

/* ============================================================
   VALUES
   ============================================================ */
.values {
  background: var(--ink);
  color: #b5b6b7;
}

.values .heading {
  color: var(--bone);
}

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

.values__item {
  border-top: 2px solid var(--gold);
  padding-top: 26px;
}

.values__title {
  font-family: var(--ff-display);
  font-size: 24px;
  color: var(--bone);
  line-height: 1.2;
  margin: 0 0 14px;
  min-height: 2.4em;
}

.values__text {
  font-size: 15px;
  line-height: 1.7;
  color: #9fa0a1;
  margin: 0;
}

/* ============================================================
   TESTIMONIAL
   ============================================================ */
.quote {
  background: #111 url("../assets/images/bg-testimonial.jpg") center / cover no-repeat;
  color: var(--bone);
  position: relative;
  text-align: center;
}

.quote::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(10, 11, 12, 0.62);
}

.quote__inner {
  position: relative;
  z-index: 2;
  max-width: 1100px;
}

.quote .heading {
  color: var(--bone);
  margin-bottom: 44px;
}

.quote__blockquote {
  margin: 0;
  font-family: var(--ff-display);
  font-size: clamp(21px, 2.1vw, 30px);
  line-height: 1.5;
  color: var(--bone);
  font-style: italic;
}

.quote__mark {
  font-family: var(--ff-display);
  font-size: 70px;
  color: var(--gold);
  line-height: 0.6;
  display: block;
  margin-bottom: 20px;
}

.quote__cite {
  display: block;
  margin-top: 30px;
  font-style: normal;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold);
}

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

.quote__stars svg {
  width: 16px;
  height: 16px;
  fill: var(--gold);
}

/* ============================================================
   CONTACT / FORM
   ============================================================ */
.contact {
  background: var(--white);
}

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

.contact__info .heading {
  margin-bottom: 12px;
}

.contact__info .subhead {
  display: block;
  margin-bottom: 24px;
}

.contact__info p {
  max-width: 520px;
}

.contact__list {
  margin-top: 34px;
  border-top: 1px solid rgba(14, 15, 16, 0.1);
}

.contact__row {
  display: flex;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(14, 15, 16, 0.1);
}

.contact__label {
  flex: 0 0 132px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-deep);
  padding-top: 4px;
}

.contact__value {
  font-size: 16px;
  color: var(--ink);
  line-height: 1.55;
}

.contact__value a:hover {
  color: var(--gold-deep);
}

.contact__callout {
  margin-top: 38px;
  background: var(--ink);
  border-left: 3px solid var(--gold);
  padding: 26px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.contact__callout-text {
  font-family: var(--ff-display);
  font-size: 20px;
  color: var(--bone);
}

.contact-form {
  background: var(--bone);
  padding: 44px;
  border-top: 3px solid var(--gold);
}

.contact-form__title {
  font-family: var(--ff-display);
  font-size: 28px;
  margin: 0 0 6px;
}

.contact-form__fine {
  font-size: 13.5px;
  color: #77787a;
  margin: 0 0 26px;
}

.contact-form__field {
  margin-bottom: 18px;
}

.contact-form__field label {
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink);
  margin-bottom: 8px;
}

.contact-form__field input,
.contact-form__field select {
  width: 100%;
  height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(14, 15, 16, 0.18);
  background: var(--white);
  font-family: var(--ff-body);
  font-size: 15px;
  color: var(--ink);
  border-radius: 0;
}

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

.contact-form__field textarea {
  width: 100%;
  height: 120px;
  padding: 12px 14px;
  resize: vertical;
  border: 1px solid rgba(14, 15, 16, 0.18);
  background: var(--white);
  font-family: var(--ff-body);
  font-size: 15px;
  color: var(--ink);
  border-radius: 0;
}

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

.contact-form__note {
  font-size: 11.5px;
  line-height: 1.6;
  color: #8b8c8d;
  margin-top: 16px;
}

/* ============================================================
   FOOTER
   ============================================================ */
.footer {
  background: var(--ink);
  color: #8e8f90;
  padding-top: 76px;
}

.footer__top {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr;
  gap: 56px;
  padding-bottom: 52px;
  border-bottom: 1px solid var(--ink-line);
}

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

.footer__brand p {
  font-size: 14.5px;
  line-height: 1.75;
  max-width: 400px;
  color: #8e8f90;
}

.footer__heading {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 22px;
}

.footer__links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 24px;
}

.footer__links a {
  font-size: 15px;
  color: #b4b5b6;
}

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

.footer__contact p {
  font-size: 15px;
  line-height: 1.8;
  color: #b4b5b6;
}

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

.footer__phone {
  font-family: var(--ff-display);
  font-size: 26px;
  color: var(--bone);
  display: block;
  margin-bottom: 16px;
}

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

.footer__bottom small {
  font-size: 12px;
  color: #6e6f70;
  line-height: 1.7;
  max-width: 900px;
  display: block;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1366px) {
  .practice-card {
    min-height: 390px;
  }

  .values__grid {
    gap: 24px;
  }
}

@media (max-width: 1180px) {
  .intro__inner {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .intro__image {
    height: 420px;
  }

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

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

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

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

@media (max-width: 820px) {
  body {
    font-size: 16px;
  }

  .section {
    padding: 66px 0;
  }

  .utility__inner {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    flex-direction: column;
    gap: 6px;
    text-align: center;
    font-size: 12px;
  }

  .utility__right {
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .utility__est {
    font-size: 10px;
    letter-spacing: 0.18em;
  }

  .header__inner {
    height: 82px;
  }

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

  .results__item {
    border-left: 0;
    border-top: 1px solid rgba(160, 138, 78, 0.28);
    padding: 32px 18px;
  }

  .results__item:nth-child(2),
  .results__item:nth-child(4) {
    border-left: 1px solid rgba(160, 138, 78, 0.28);
  }

  .accolades__row {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .accolades__slot {
    border-left: 0;
    min-height: 78px;
    padding: 0;
  }

  .band__inner {
    flex-direction: column;
    align-items: flex-start;
  }

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

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

  .contact-form {
    padding: 30px 24px;
  }
}

@media (max-width: 520px) {
  :root {
    --pad: 20px;
  }

  .container {
    width: 100%;
  }

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

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

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