@font-face {
  font-family: "Playfair Display";
  src: url("../assets/fonts/playfair-display.woff2") format("woff2");
  font-weight: 400 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Playfair Display";
  src: url("../assets/fonts/playfair-display-italic.woff2") format("woff2");
  font-weight: 400 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Mulish";
  src: url("../assets/fonts/mulish.woff2") format("woff2");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

/* ============================================================
   Jason D. Lamm Attorney at Law — homepage
   Palette sampled from client logo: #FFFFFF wordmark, #EFBC5A hairline
   Type: Playfair Display (display) / Mulish (body + UI)
   ============================================================ */

:root {
  --ink: #0b121e;
  --ink-2: #111c2e;
  --ink-3: #18253a;
  --gold: #efbc5a;
  --gold-deep: #c0913c;
  --bone: #f5f3ee;
  --bone-2: #eae7df;
  --slate: #5d6b80;
  --line: rgba(239, 188, 90, 0.34);

  --container-max: 1760px;
  --pad: 45px;
  --nav-breakpoint: 1200px;
  --site-chrome-height: 132px;

  --ff-d: "Playfair Display", Georgia, "Times New Roman", serif;
  --ff-b: "Mulish", "Helvetica Neue", Arial, sans-serif;
}

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

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

body {
  margin: 0;
  background: var(--bone);
  color: #1b2334;
  font-family: var(--ff-b);
  font-size: 17px;
  line-height: 1.72;
  font-weight: 400;
  overflow-x: hidden;
}

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

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

figure {
  margin: 0;
}

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

button {
  font: inherit;
}

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

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

/* ---------- shared type ---------- */

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

.eyebrow::before {
  content: "";
  width: 46px;
  height: 1px;
  background: var(--gold);
  flex: none;
}

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

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

h1,
h2,
h3 {
  font-family: var(--ff-d);
  font-weight: 600;
  letter-spacing: -0.012em;
  margin: 0;
}

.heading--lg {
  font-size: clamp(29px, 2.5vw, 41px);
  line-height: 1.16;
}

.lede {
  font-size: 18px;
  color: #3c495d;
}

/* ---------- buttons ---------- */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--ff-b);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
  padding: 17px 34px;
  border-radius: 999px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
  max-width: 100%;
  transition:
    background 0.28s ease,
    color 0.28s ease,
    border-color 0.28s ease,
    transform 0.28s ease;
}

.btn--primary {
  background: var(--gold);
  color: #20170a;
  box-shadow: 0 10px 26px -14px rgba(239, 188, 90, 0.75);
}

.btn--primary:hover {
  background: #f7ce7c;
  transform: translateY(-2px);
}

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

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

.btn--small {
  font-size: 16px;
  padding: 13px 24px;
}

/* ---------- utility bar ---------- */

.utility {
  background: var(--ink);
  border-bottom: 1px solid rgba(239, 188, 90, 0.16);
  color: rgba(255, 255, 255, 0.72);
}

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

.utility__group {
  display: flex;
  align-items: center;
  gap: 26px;
  font-size: 13.5px;
  letter-spacing: 0.04em;
}

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

.utility__dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--gold);
  flex: none;
}

.utility__item {
  display: flex;
  align-items: center;
  gap: 9px;
}

/* ---------- header ---------- */

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

.header__overlay {
  display: none;
}

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

.header__logo {
  flex-shrink: 0;
}

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

.header__nav {
  margin-left: auto;
}

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

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

.header__nav-link {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 0.005em;
  white-space: nowrap;
  position: relative;
  padding: 10px 0;
  flex-shrink: 0;
}

.header__nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 4px;
  height: 1px;
  background: var(--gold);
  transition: right 0.32s cubic-bezier(0.2, 0.7, 0.3, 1);
}

.header__nav-link:hover {
  color: #fff;
}

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

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

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

.header__nav-extras {
  display: none;
}

.header__cta {
  flex-shrink: 0;
}

.header__toggle {
  display: none;
  margin-left: auto;
  background: none;
  border: 0;
  padding: 10px;
  cursor: pointer;
  width: 46px;
  height: 46px;
  flex-shrink: 0;
}

.header__toggle-bar {
  display: block;
  width: 26px;
  height: 2px;
  background: #fff;
  margin: 5px auto;
  transition: transform 0.28s ease, opacity 0.28s ease;
}

.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);
}

/* ---------- hero ---------- */

.hero {
  position: relative;
  background: var(--ink);
  overflow: hidden;
  padding: clamp(24px, 4vw, 56px) clamp(20px, 3vw, 40px) 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-image: url("../assets/images/bg-hero.jpg");
  background-size: cover;
  background-position: center;
  opacity: 0.5;
}

.hero__veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      96deg,
      var(--ink) 0%,
      rgba(11, 18, 30, 0.94) 40%,
      rgba(11, 18, 30, 0.62) 62%,
      rgba(11, 18, 30, 0.42) 100%
    ),
    radial-gradient(120% 90% at 78% 108%, rgba(239, 188, 90, 0.16), transparent 62%);
}

.hero__rule {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  z-index: 3;
  background: linear-gradient(90deg, var(--gold), var(--gold-deep) 46%, rgba(239, 188, 90, 0));
}

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

.hero__content {
  position: relative;
  z-index: 2;
  min-width: 0;
  width: min(100%, 660px);
  max-width: 55%;
  padding: clamp(12px, 2vw, 28px) clamp(0px, 2vw, 24px) 0 0;
  color: #fff;
}

.hero__eyebrow {
  font-family: var(--ff-b);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold);
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0 0 20px;
}

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

.hero__title {
  font-size: clamp(38px, 4.35vw, 68px);
  line-height: 1.03;
  letter-spacing: -0.022em;
  font-weight: 600;
}

.hero__emphasis {
  font-style: italic;
  color: var(--gold);
  font-weight: 500;
}

.hero__subtitle {
  margin: 20px 0 0;
  font-size: 19px;
  font-weight: 300;
  letter-spacing: 0.045em;
  color: rgba(255, 255, 255, 0.84);
  text-transform: uppercase;
}

.hero__subtitle b {
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.02em;
}

.hero__actions {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 34px;
  flex-wrap: wrap;
}

.hero__phone {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 24px;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.hero__phone-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  flex: none;
  border: 1px solid var(--line);
  display: grid;
  place-items: center;
}

.hero__phone-icon svg {
  width: 17px;
  height: 17px;
  fill: var(--gold);
}

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

.hero__note {
  margin: 26px 0 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.56);
  letter-spacing: 0.05em;
}

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

.hero__visual::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 118%;
  height: 74%;
  border-radius: 50% 50% 0 0;
  background: radial-gradient(60% 100% at 50% 100%, rgba(239, 188, 90, 0.24), rgba(239, 188, 90, 0) 70%);
}

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

/* ---------- accolades ---------- */

.accolades {
  background: var(--ink-2);
  border-bottom: 1px solid rgba(239, 188, 90, 0.14);
}

.accolades__inner {
  display: flex;
  align-items: center;
  gap: 38px;
  padding-top: 26px;
  padding-bottom: 26px;
}

.accolades__label {
  flex: none;
  max-width: 172px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  line-height: 1.6;
  border-left: 1px solid var(--line);
  padding-left: 20px;
  margin: 0;
}

.accolades__row {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 34px;
  flex-wrap: wrap;
}

.accolades__badge {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 6px;
  opacity: 0.88;
  transition: opacity 0.32s ease;
}

.accolades__badge:hover {
  opacity: 1;
}

.accolades__badge img {
  display: block;
  width: auto;
  height: var(--badge-height);
}

.accolades__badge--forum {
  --badge-height: 95px;
}

.accolades__badge--trial {
  --badge-height: 75px;
}

.accolades__badge--super {
  --badge-height: 57px;
}

.accolades__badge--aaj {
  --badge-height: 65px;
}

/* ---------- intro ---------- */

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

.intro__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 70px;
  align-items: stretch;
}

.intro__figure {
  position: relative;
  align-self: stretch;
  min-height: 540px;
}

.intro__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 62%;
}

.intro__stat {
  position: absolute;
  left: -1px;
  bottom: 44px;
  background: var(--ink);
  color: #fff;
  padding: 22px 30px;
  border-left: 3px solid var(--gold);
  max-width: 78%;
}

.intro__stat-value {
  display: block;
  font-family: var(--ff-d);
  font-size: 34px;
  line-height: 1;
  color: var(--gold);
}

.intro__stat-label {
  font-style: normal;
  display: block;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
  margin-top: 8px;
}

.intro__kicker {
  font-size: 19px;
  font-family: var(--ff-b);
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--gold-deep);
  margin: 0 0 22px;
}

.intro__copy p {
  margin: 0 0 20px;
  color: #39424f;
  max-width: 64ch;
}

.intro__copy p:last-of-type {
  margin-bottom: 0;
}

.intro__callout {
  margin-top: 34px;
  display: flex;
  align-items: center;
  gap: 20px;
  background: #fff;
  border: 1px solid var(--bone-2);
  border-left: 3px solid var(--gold);
  padding: 22px 26px;
  font-size: 17px;
  font-weight: 600;
  color: #26303f;
}

.intro__callout-icon {
  width: 22px;
  height: 22px;
  fill: var(--gold-deep);
  flex: none;
}

/* ---------- practice areas ---------- */

.practice {
  background: #fff;
  padding: 104px 0;
  border-top: 1px solid var(--bone-2);
}

.practice__header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 58px;
}

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

.card {
  position: relative;
  display: block;
  background: var(--ink);
  overflow: hidden;
  border: 1px solid var(--bone-2);
}

.card__media {
  position: relative;
  aspect-ratio: 76 / 50;
  overflow: hidden;
}

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

.card:hover .card__image {
  transform: scale(1.055);
}

.card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11, 18, 30, 0), rgba(11, 18, 30, 0.42));
}

.card__body {
  position: relative;
  background: #fff;
  padding: 24px 24px 26px;
  border-top: 2px solid var(--gold);
}

.card__title {
  font-size: 20px;
  color: #141c2a;
  margin: 0;
}

.card__more {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 14px;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-deep);
}

.card__more svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
  transition: transform 0.3s ease;
}

.card:hover .card__more svg {
  transform: translateX(5px);
}

.practice__footer {
  text-align: center;
  margin-top: 52px;
}

/* ---------- case results ---------- */

.results {
  position: relative;
  background: var(--ink);
  padding: 100px 0;
  overflow: hidden;
}

.results__bg {
  position: absolute;
  inset: 0;
  background-image: url("../assets/images/bg-results.jpg");
  background-size: cover;
  background-position: center;
  opacity: 0.32;
}

.results__veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, var(--ink), rgba(11, 18, 30, 0.86) 50%, var(--ink));
}

.results__inner {
  position: relative;
}

.results__header {
  max-width: 760px;
  margin: 0 auto 56px;
  text-align: center;
  color: #fff;
}

.results__header .heading {
  color: #fff;
}

.results__disclaimer {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  letter-spacing: 0.04em;
}

.results__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.results__item {
  padding: 40px 30px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  position: relative;
}

.results__item:last-child {
  border-right: 0;
}

.results__value {
  display: block;
  font-family: var(--ff-d);
  font-size: 32px;
  line-height: 1.08;
  color: var(--gold);
  font-weight: 600;
}

.results__rule {
  width: 34px;
  height: 1px;
  background: rgba(239, 188, 90, 0.6);
  margin: 16px auto;
}

.results__label {
  font-style: normal;
  font-size: 13px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.66);
}

/* ---------- values ---------- */

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

.values__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 70px;
  align-items: start;
}

.values__list {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--bone-2);
}

.values__row {
  display: flex;
  gap: 22px;
  align-items: flex-start;
  padding: 26px 0;
  border-bottom: 1px solid var(--bone-2);
}

.values__mark {
  flex: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--gold);
  display: grid;
  place-items: center;
  margin-top: 3px;
}

.values__mark svg {
  width: 17px;
  height: 17px;
  fill: #131c2a;
}

.values__item-title {
  font-size: 19px;
  color: #18202e;
  font-family: var(--ff-b);
  font-weight: 700;
  letter-spacing: 0.005em;
  line-height: 1.45;
}

.values__aside {
  background: var(--ink);
  color: #fff;
  padding: 44px 40px;
  position: sticky;
  top: 24px;
}

.values__heading {
  color: #fff;
  font-size: clamp(27px, 2.2vw, 36px);
  line-height: 1.14;
}

.values__text {
  color: rgba(255, 255, 255, 0.74);
  font-size: 16px;
  margin: 20px 0 0;
}

.values__aside .btn {
  margin-top: 30px;
}

.values__phone {
  display: block;
  margin-top: 22px;
  font-size: 24px;
  font-weight: 800;
  color: var(--gold);
  letter-spacing: -0.01em;
}

/* ---------- testimonial ---------- */

.testimonial {
  position: relative;
  background: var(--bone-2);
  padding: 100px 0;
  text-align: center;
  overflow: hidden;
}

.testimonial__bg {
  position: absolute;
  inset: 0;
  background-image: url("../assets/images/bg-testimonial.jpg");
  background-size: cover;
  background-position: center;
  opacity: 0.5;
}

.testimonial__inner {
  position: relative;
  max-width: 920px;
}

.testimonial__title {
  margin-bottom: 34px;
}

.testimonial__quote {
  margin: 0;
  font-family: var(--ff-d);
  font-size: clamp(21px, 1.75vw, 28px);
  line-height: 1.52;
  color: #1a2331;
  font-style: italic;
  font-weight: 400;
}

.testimonial__quote strong {
  font-style: normal;
  font-weight: 600;
  display: block;
  margin-bottom: 14px;
  color: #101825;
}

.testimonial__cite {
  display: block;
  margin-top: 28px;
  font-family: var(--ff-b);
  font-style: normal;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-deep);
}

.testimonial__stars {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-bottom: 26px;
}

.testimonial__stars svg {
  width: 17px;
  height: 17px;
  fill: var(--gold-deep);
}

/* ---------- contact ---------- */

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

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

.contact .heading {
  color: #fff;
}

.contact .lede {
  color: rgba(255, 255, 255, 0.74);
  font-size: 17px;
  margin: 20px 0 0;
}

.contact__meta {
  margin-top: 38px;
  display: grid;
  gap: 22px;
}

.contact__meta-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.contact__meta-item svg {
  width: 18px;
  height: 18px;
  fill: var(--gold);
  flex: none;
  margin-top: 5px;
}

.contact__meta-label {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.52);
  display: block;
  margin-bottom: 4px;
}

.contact__meta-item p {
  margin: 0;
  font-size: 17px;
  color: #fff;
  line-height: 1.55;
}

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

.form {
  background: #fff;
  padding: 38px 36px 36px;
  border-top: 3px solid var(--gold);
}

.form__title {
  font-family: var(--ff-b);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-deep);
  margin: 0 0 24px;
}

.form__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.form__field {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.form__field--full {
  grid-column: 1 / -1;
}

.form__field label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #66717f;
}

.form__field input,
.form__field select {
  height: 40px;
  padding: 0 13px;
  font: inherit;
  font-size: 15px;
  color: #1b2334;
  border: 1px solid #d8d3c8;
  border-radius: 2px;
  background: #fcfbf9;
  width: 100%;
}

.form__field select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #8a8579 50%),
    linear-gradient(135deg, #8a8579 50%, transparent 50%);
  background-position: calc(100% - 18px) 18px, calc(100% - 13px) 18px;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}

.form__field textarea {
  height: 120px;
  padding: 11px 13px;
  font: inherit;
  font-size: 15px;
  color: #1b2334;
  resize: vertical;
  border: 1px solid #d8d3c8;
  border-radius: 2px;
  background: #fcfbf9;
  width: 100%;
}

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

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

.form__disclaimer {
  margin: 16px 0 0;
  font-size: 12px;
  line-height: 1.6;
  color: #8a8579;
}

/* ---------- footer ---------- */

.footer {
  background: #070d16;
  color: rgba(255, 255, 255, 0.62);
  padding: 66px 0 0;
  font-size: 15px;
}

.footer__top {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 56px;
  padding-bottom: 52px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer__logo {
  width: 236px;
  height: auto;
  margin-bottom: 22px;
}

.footer__heading {
  font-family: var(--ff-b);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 20px;
}

.footer__heading--spaced {
  margin-top: 26px;
}

.footer__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

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

.footer p {
  margin: 0 0 14px;
  line-height: 1.7;
}

.footer__phone {
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.01em;
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 26px 0;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
  flex-wrap: wrap;
}

/* ---------- responsive: header scale before hamburger ---------- */

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

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

  .header__cta .btn {
    font-size: 16px;
    padding: 14px 24px;
  }

  .intro__inner,
  .values__inner,
  .contact__inner {
    gap: 52px;
  }
}

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

  .header__nav-list {
    gap: 18px;
  }

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

  .header__cta .btn {
    font-size: 14px;
    padding: 12px 18px;
  }
}

/* ---------- nav hamburger: 1200px ---------- */

@media (max-width: 1200px) {
  .header__overlay {
    position: fixed;
    inset: 0;
    z-index: 1;
    background: rgba(7, 13, 22, 0.62);
  }

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

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

  .header__nav {
    position: fixed;
    top: 0;
    right: 0;
    width: min(360px, 88vw);
    height: 100%;
    margin-left: 0;
    padding: 84px 28px 40px;
    background: var(--ink);
    border-left: 1px solid rgba(239, 188, 90, 0.18);
    z-index: 2;
    display: flex;
    flex-direction: column;
    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;
  }

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

  .header__nav-extras {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    margin-top: auto;
  }

  .header__phone {
    font-size: 22px;
    font-weight: 800;
    color: var(--gold);
    letter-spacing: -0.01em;
  }

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

  .header__cta {
    display: none;
  }

  .header__toggle {
    display: block;
    z-index: 4;
  }

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

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

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

  .results__item:nth-child(2) {
    border-right: 0;
  }

  .results__item:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
}

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

  .hero__content {
    max-width: 58%;
  }

  .hero__visual {
    width: 42%;
  }
}

@media (max-width: 960px) {
  :root {
    --pad: 28px;
  }

  .container {
    width: 100%;
  }

  .utility__group--left {
    display: none;
  }

  .utility__inner {
    justify-content: center;
  }

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

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

  .values__aside {
    position: static;
  }

  .intro__figure {
    max-width: 560px;
    min-height: 0;
  }

  .intro__image {
    height: auto;
    aspect-ratio: 4 / 5;
  }

  .accolades__inner {
    flex-direction: column;
    align-items: stretch;
    gap: 22px;
  }

  .accolades__label {
    max-width: none;
    border-left: 0;
    border-top: 1px solid var(--line);
    padding: 16px 0 0;
    text-align: center;
  }

  .accolades__row {
    gap: 26px;
  }

  .accolades__badge img {
    height: calc(var(--badge-height) * 0.82);
  }

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

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

  .hero__inner {
    height: auto;
  }

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

  .hero__visual {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    height: auto;
    min-height: 360px;
    margin-top: 12px;
  }

  .hero__image {
    height: 440px;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
  }
}

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

  .hero__actions {
    gap: 14px;
  }

  .hero__actions .btn {
    width: 100%;
  }

  .hero__image {
    height: 360px;
  }

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

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

  .results__item {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .results__item:last-child {
    border-bottom: 0;
  }

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

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

  .form {
    padding: 28px 22px 26px;
  }

  .values__aside {
    padding: 34px 24px;
  }

  .values__aside .btn {
    width: 100%;
  }

  .accolades__badge img {
    height: calc(var(--badge-height) * 0.66);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
