/* ============================================================
   PISSETZKY LAW — vanity-stage concept
   Leaders Marketing · refactored BEM structure
   ============================================================ */

@font-face {
  font-family: "Noto Serif Display";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/fonts/noto-serif-display-400-normal.woff2") format("woff2");
}

@font-face {
  font-family: "Noto Serif Display";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../assets/fonts/noto-serif-display-500-normal.woff2") format("woff2");
}

@font-face {
  font-family: "Noto Serif Display";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../assets/fonts/noto-serif-display-600-normal.woff2") format("woff2");
}

@font-face {
  font-family: "Noto Serif Display";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/fonts/noto-serif-display-400-italic.woff2") format("woff2");
}

@font-face {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../assets/fonts/work-sans-300-normal.woff2") format("woff2");
}

@font-face {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/fonts/work-sans-400-normal.woff2") format("woff2");
}

@font-face {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../assets/fonts/work-sans-500-normal.woff2") format("woff2");
}

@font-face {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../assets/fonts/work-sans-600-normal.woff2") format("woff2");
}

@font-face {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../assets/fonts/work-sans-700-normal.woff2") format("woff2");
}

@font-face {
  font-family: "Bodoni Moda";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../assets/fonts/bodoni-moda-500-normal.woff2") format("woff2");
}

@font-face {
  font-family: "Bodoni Moda";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../assets/fonts/bodoni-moda-600-normal.woff2") format("woff2");
}

:root {
  --ink: #070b13;
  --navy: #0c1424;
  --navy-2: #111e36;
  --navy-3: #16274a;
  --gold: #c8a24a;
  --gold-lt: #e4c982;
  --gold-dk: #9e7c2e;
  --bone: #f5f2eb;
  --bone-2: #e8e3d8;
  --body: #afb9c9;
  --body-dk: #4a5464;
  --hair: rgba(200, 162, 74, 0.3);
  --hair-lt: rgba(12, 20, 36, 0.14);
  --pad: 45px;
  --container-max: 1760px;
  --nav-breakpoint: 1200px;
  --site-chrome-height: 162px;
  --serif: "Noto Serif Display", Georgia, "Times New Roman", serif;
  --sans: "Work Sans", -apple-system, "Segoe UI", Helvetica, Arial, sans-serif;
  --mark: "Bodoni Moda", "Noto Serif Display", Georgia, serif;
}

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

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

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

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

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

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

h1,
h2,
h3,
h4 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1.06;
  letter-spacing: -0.02em;
}

p {
  margin: 0 0 1.15em;
}

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

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

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

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

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

.eyebrow--center::after {
  display: none;
}

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

.section {
  padding: 112px 0;
}

.section__title {
  font-size: clamp(34px, 3.2vw, 54px);
}

.section--on-dark p {
  color: var(--body);
}

/* ---------- buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  font-family: var(--sans);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.005em;
  line-height: 1.35;
  padding: 19px 38px;
  border-radius: 999px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
  max-width: 100%;
  transition: 0.28s cubic-bezier(0.2, 0.7, 0.3, 1);
}

.btn--gold {
  background: linear-gradient(180deg, var(--gold-lt), var(--gold));
  color: #1a1304;
  box-shadow: 0 12px 34px -12px rgba(200, 162, 74, 0.62);
}

.btn--gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 44px -12px rgba(200, 162, 74, 0.75);
}

.btn--ghost {
  background: transparent;
  border-color: rgba(245, 242, 235, 0.34);
  color: var(--bone);
}

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

.btn--sm {
  font-size: 16px;
  padding: 15px 30px;
}

.btn--dark {
  background: var(--navy);
  color: var(--bone);
  box-shadow: none;
}

.btn--dark:hover {
  background: var(--navy-3);
}

.btn svg {
  width: 17px;
  height: 17px;
  flex: none;
}

/* ---------- logo ---------- */
.logo {
  display: block;
  height: auto;
  flex-shrink: 0;
  max-width: none;
}

.logo text {
  font-family: var(--mark);
  fill: currentColor;
}

.logo__initial {
  font-size: 190px;
  font-weight: 600;
}

.logo__name {
  font-size: 39px;
  font-weight: 500;
}

.logo__practice {
  font-size: 52px;
  font-weight: 500;
}

.logo--footer {
  height: 76px;
  width: auto;
  margin-bottom: 26px;
}

/* ---------- utility bar ---------- */
.utility {
  background: var(--ink);
  color: rgba(245, 242, 235, 0.62);
  font-size: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

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

.utility__left {
  display: flex;
  align-items: center;
  gap: 11px;
  letter-spacing: 0.03em;
}

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

.utility__link {
  letter-spacing: 0.09em;
  text-transform: uppercase;
  font-size: 12.5px;
  font-weight: 500;
  transition: 0.2s;
}

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

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

/* ---------- header ---------- */
.header {
  background: var(--navy);
  position: relative;
  z-index: 40;
  border-bottom: 1px solid rgba(200, 162, 74, 0.16);
}

.header__overlay {
  display: none;
}

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

.header__logo {
  color: var(--bone);
  flex: none;
  display: block;
  flex-shrink: 0;
}

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

.header__nav {
  margin-left: auto;
}

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

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

.header__nav-link {
  display: block;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.085em;
  text-transform: uppercase;
  color: rgba(245, 242, 235, 0.9);
  padding: 9px 0;
  position: relative;
  white-space: nowrap;
  flex-shrink: 0;
}

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

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

.header__nav-item--has-sub .header__nav-link {
  padding-right: 15px;
}

.header__nav-item--has-sub .header__nav-link::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -2px;
  border: 4px solid transparent;
  border-top-color: var(--gold);
  opacity: 0.85;
}

.header__cta {
  flex: none;
  flex-shrink: 0;
}

.header__nav-extras {
  display: none;
}

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

.header__toggle-bar {
  display: block;
  width: 26px;
  height: 2px;
  background: var(--bone);
  margin: 5px auto;
  transition: transform 0.28s cubic-bezier(0.2, 0.7, 0.3, 1), opacity 0.2s;
  transform-origin: center;
}

.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;
  padding: clamp(24px, 4vw, 56px) clamp(20px, 3vw, 40px) 0;
  overflow: hidden;
  isolation: isolate;
  background: var(--navy);
  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 38% / cover no-repeat;
}

.hero__scrim {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(78% 92% at 76% 40%, rgba(30, 52, 92, 0.55), transparent 62%),
    linear-gradient(90deg, var(--ink) 6%, rgba(9, 15, 26, 0.9) 38%, rgba(11, 19, 34, 0.6) 62%, rgba(12, 22, 42, 0.5) 100%);
}

.hero__grain {
  position: absolute;
  inset: 0;
  opacity: 0.35;
  pointer-events: none;
  background-image: radial-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 3px 3px;
}

.hero__rule {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--hair) 30%, var(--hair) 70%, transparent);
}

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

.hero__content {
  position: relative;
  z-index: 3;
  padding: clamp(16px, 2.5vw, 40px) clamp(12px, 2vw, 46px) 0 0;
  max-width: min(100%, 760px);
  width: min(100%, 55%);
}

.hero__content .eyebrow {
  margin-bottom: 20px;
}

.hero__title {
  font-size: clamp(40px, 4.35vw, 68px);
  line-height: 1.03;
  letter-spacing: -0.028em;
  color: var(--bone);
  margin: 0 0 20px;
  text-wrap: balance;
}

.hero__title em {
  font-style: normal;
  color: var(--gold-lt);
}

.hero__subtitle {
  font-family: var(--sans);
  font-size: 19px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.005em;
  color: rgba(245, 242, 235, 0.76);
  max-width: 530px;
  margin: 0 0 34px;
}

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

.hero__tel {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 500;
  color: var(--bone);
  letter-spacing: 0.005em;
  white-space: nowrap;
  transition: 0.24s;
}

.hero__tel svg {
  width: 20px;
  height: 20px;
  color: var(--gold);
  flex: none;
}

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

.hero__tel-label {
  display: block;
  font-family: var(--sans);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 3px;
}

.hero__divider {
  width: 1px;
  height: 58px;
  background: linear-gradient(180deg, transparent, rgba(200, 162, 74, 0.55), transparent);
  flex: none;
}

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

.hero__arc {
  position: absolute;
  right: 4%;
  bottom: 6%;
  width: min(470px, 92%);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(200, 162, 74, 0.3);
  background: radial-gradient(circle at 50% 42%, rgba(58, 88, 142, 0.5), rgba(16, 28, 52, 0) 68%);
}

.hero__arc::after {
  content: "";
  position: absolute;
  inset: -38px;
  border-radius: 50%;
  border: 1px solid rgba(200, 162, 74, 0.1);
}

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

.hero__plinth {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 6%;
  height: 112px;
  z-index: 3;
  background: linear-gradient(180deg, transparent, rgba(7, 11, 19, 0.72));
  pointer-events: none;
}

/* ---------- credential strip ---------- */
.creds {
  background: var(--ink);
  border-bottom: 1px solid rgba(255, 255, 255, 0.055);
}

.creds__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.creds__item {
  padding: 34px 30px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 158px;
}

.creds__item + .creds__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 24%;
  bottom: 24%;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(200, 162, 74, 0.28), transparent);
}

.creds__item img {
  width: auto;
  opacity: 0.9;
  transition: opacity 0.3s, transform 0.3s cubic-bezier(0.2, 0.7, 0.3, 1);
}

.creds__item:hover img {
  opacity: 1;
  transform: translateY(-2px);
}

.creds__item--seal img {
  height: 74px;
}

.creds__item--ntl img {
  height: 62px;
}

.creds__item--sl img {
  height: 34px;
}

.creds__item--aaj img {
  height: 48px;
}

/* ---------- about ---------- */
.about {
  background: var(--bone);
  position: relative;
  overflow: hidden;
}

.about::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 46%;
  height: 78%;
  pointer-events: none;
  background: radial-gradient(120% 100% at 0% 0%, rgba(12, 20, 36, 0.06), rgba(12, 20, 36, 0) 72%);
}

.about__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1fr);
  gap: 86px;
  align-items: center;
}

.about__figure {
  position: relative;
  padding: 0 0 26px 26px;
}

.about__image {
  width: 100%;
  height: 640px;
  object-fit: cover;
  position: relative;
  z-index: 2;
  border-radius: 2px;
  filter: brightness(1.04) contrast(1.02);
}

.about__frame {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 78%;
  height: 82%;
  border: 1px solid var(--gold);
  opacity: 0.55;
  z-index: 1;
}

.about__badge {
  position: absolute;
  right: -26px;
  bottom: 60px;
  z-index: 3;
  width: 136px;
  height: 136px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--bone);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 2px;
  box-shadow: 0 22px 50px -18px rgba(7, 11, 19, 0.6);
  border: 1px solid var(--hair);
}

.about__badge b {
  font-family: var(--serif);
  font-size: 34px;
  font-weight: 600;
  line-height: 1;
  color: var(--gold-lt);
}

.about__badge span {
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  line-height: 1.3;
  max-width: 88px;
}

.about__title {
  font-size: clamp(31px, 2.85vw, 47px);
  margin: 0 0 26px;
  max-width: 15.5em;
}

.about__lede {
  color: var(--body-dk);
  font-size: 17.5px;
}

.about__callout {
  margin-top: 34px;
  padding: 26px 30px;
  background: #fff;
  border-left: 3px solid var(--gold);
  box-shadow: 0 20px 50px -30px rgba(12, 20, 36, 0.35);
}

.about__callout p {
  font-size: 17px;
  color: var(--navy);
  margin: 0;
}

.about__callout strong {
  font-family: var(--serif);
  font-weight: 600;
  letter-spacing: -0.01em;
}

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

.link-gold {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold-dk);
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding-bottom: 3px;
  border-bottom: 1px solid var(--hair);
}

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

/* ---------- practice areas ---------- */
.practices {
  background: var(--navy);
  color: var(--bone);
  position: relative;
  overflow: hidden;
}

.practices::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(60% 70% at 50% 0%, rgba(46, 74, 124, 0.4), transparent 70%);
}

.practices .container {
  position: relative;
  z-index: 2;
}

.practices__head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 62px;
}

.practices__head .section__title {
  color: var(--bone);
}

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

.practice-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: var(--navy-2);
  border: 1px solid rgba(200, 162, 74, 0.16);
  transition: 0.35s cubic-bezier(0.2, 0.7, 0.3, 1);
  display: block;
}

.practice-card:hover {
  transform: translateY(-7px);
  border-color: rgba(200, 162, 74, 0.5);
  box-shadow: 0 30px 60px -28px rgba(0, 0, 0, 0.8);
}

.practice-card__media {
  position: relative;
  height: 225px;
  overflow: hidden;
}

.practice-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.2, 0.7, 0.3, 1);
  filter: brightness(1.3) contrast(1.05) saturate(1.06);
}

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

.practice-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(12, 20, 36, 0.42), rgba(12, 20, 36, 0.14) 32%, rgba(12, 20, 36, 0.4) 62%, rgba(17, 30, 54, 0.92));
}

.practice-card__num {
  position: absolute;
  left: 22px;
  top: 18px;
  z-index: 2;
  font-family: var(--serif);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: var(--gold);
}

.practice-card__body {
  padding: 26px 26px 28px;
  position: relative;
}

.practice-card__title {
  font-size: 25px;
  color: var(--bone);
  margin: 0 0 14px;
  letter-spacing: -0.015em;
}

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

.practice-card__go svg {
  width: 15px;
  height: 15px;
  transition: transform 0.3s;
}

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

.practices__foot {
  margin-top: 56px;
  text-align: center;
}

/* ---------- case results ---------- */
.results {
  background: var(--bone-2);
  position: relative;
}

.results__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 56px;
  flex-wrap: wrap;
}

.results__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--hair-lt);
  border-top: 2px solid var(--navy);
}

.result {
  background: var(--bone);
  padding: 44px 34px 40px;
  transition: 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
}

.result:hover {
  background: #fff;
  transform: translateY(-4px);
  box-shadow: 0 26px 54px -30px rgba(12, 20, 36, 0.42);
}

.result__verdict {
  font-family: var(--serif);
  font-size: 27px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--navy);
  margin: 0 0 20px;
}

.result__verdict::after {
  content: "";
  display: block;
  width: 38px;
  height: 2px;
  background: var(--gold);
  margin-top: 18px;
}

.result__case {
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-dk);
  margin: 0 0 9px;
}

.result__desc {
  font-size: 16px;
  color: var(--body-dk);
  line-height: 1.6;
  margin: 0 0 22px;
}

.result__go {
  margin-top: auto;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--navy);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.result__go svg {
  width: 14px;
  height: 14px;
  color: var(--gold-dk);
  transition: transform 0.3s;
}

.result:hover .result__go svg {
  transform: translateX(4px);
}

.results__note {
  margin-top: 30px;
  font-size: 13.5px;
  color: var(--body-dk);
  opacity: 0.82;
  letter-spacing: 0.01em;
  max-width: 70ch;
}

/* ---------- values ---------- */
.values {
  position: relative;
  background: var(--ink);
  color: var(--bone);
  overflow: hidden;
}

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

.values::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 11, 19, 0.94), rgba(7, 11, 19, 0.7) 55%, rgba(7, 11, 19, 0.9));
}

.values__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 80px;
  align-items: center;
}

.values__title {
  color: var(--bone);
  font-size: clamp(30px, 2.7vw, 44px);
  max-width: 16em;
}

.values__sub {
  margin-top: 24px;
  color: var(--body);
  max-width: 44ch;
}

.values__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
}

.values__item {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 26px 4px;
  border-bottom: 1px solid rgba(200, 162, 74, 0.2);
}

.values__item:first-child {
  border-top: 1px solid rgba(200, 162, 74, 0.2);
}

.values__num {
  font-family: var(--serif);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: var(--gold);
  width: 34px;
  flex: none;
}

.values__text {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.012em;
  color: var(--bone);
}

.values__check {
  margin-left: auto;
  color: var(--gold);
  opacity: 0.55;
  flex: none;
}

.values__check svg {
  width: 20px;
  height: 20px;
}

/* ---------- testimonial ---------- */
.testimonial {
  position: relative;
  background: var(--navy);
  color: var(--bone);
  overflow: hidden;
  text-align: center;
}

.testimonial__bg {
  position: absolute;
  inset: 0;
  background: url("../assets/images/bg-testimonial.jpg") center 30% / cover no-repeat;
  opacity: 0.42;
}

.testimonial::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(70% 80% at 50% 45%, rgba(12, 20, 36, 0.72), rgba(7, 11, 19, 0.95));
}

.testimonial__inner {
  position: relative;
  z-index: 2;
  max-width: 1000px;
}

.testimonial__stars {
  display: flex;
  justify-content: center;
  gap: 7px;
  margin: 0 0 26px;
  color: var(--gold);
}

.testimonial__stars svg {
  width: 20px;
  height: 20px;
}

.testimonial__heading {
  font-size: clamp(26px, 2.4vw, 38px);
  color: var(--gold-lt);
  margin: 0 0 24px;
}

.testimonial__quote {
  font-family: var(--serif);
  font-size: clamp(20px, 1.72vw, 27px);
  font-weight: 400;
  font-style: italic;
  line-height: 1.55;
  letter-spacing: -0.01em;
  color: var(--bone);
  margin: 0 auto 30px;
  max-width: 34ch;
}

.testimonial__qmark {
  font-family: var(--serif);
  font-size: 128px;
  line-height: 0.62;
  color: var(--gold);
  opacity: 0.32;
  display: block;
  margin: 0 0 6px;
}

.testimonial__byline {
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--body);
}

.testimonial__byline b {
  color: var(--bone);
  font-weight: 600;
}

/* ---------- contact ---------- */
.contact {
  background: var(--bone);
  position: relative;
}

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

.contact__title {
  font-size: clamp(31px, 2.8vw, 46px);
  margin-bottom: 24px;
  max-width: 15em;
}

.contact__lede {
  color: var(--body-dk);
  font-size: 17.5px;
}

.contact__details {
  margin-top: 38px;
  display: grid;
  gap: 2px;
}

.contact__row {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 22px 2px;
  border-top: 1px solid var(--hair-lt);
}

.contact__row:last-child {
  border-bottom: 1px solid var(--hair-lt);
}

.contact__icon {
  color: var(--gold-dk);
  flex: none;
  margin-top: 3px;
}

.contact__icon svg {
  width: 19px;
  height: 19px;
}

.contact__label {
  display: block;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--body-dk);
  margin-bottom: 5px;
}

.contact__value {
  display: block;
  font-family: var(--serif);
  font-size: 19px;
  font-weight: 500;
  color: var(--navy);
  line-height: 1.42;
}

.contact__value--tel {
  font-size: 24px;
}

.contact__photo {
  margin-top: 34px;
  height: 200px;
  overflow: hidden;
  border-radius: 2px;
}

.contact__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-form {
  background: var(--navy);
  padding: 46px 44px;
  border-radius: 2px;
  position: relative;
  box-shadow: 0 40px 90px -50px rgba(7, 11, 19, 0.75);
  border-top: 3px solid var(--gold);
}

.contact-form__title {
  font-size: 28px;
  color: var(--bone);
  margin: 0 0 8px;
}

.contact-form__fine {
  font-size: 14.5px;
  color: var(--body);
  margin: 0 0 30px;
}

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

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

.contact-form__field--wide {
  grid-column: 1 / -1;
}

.contact-form__field label {
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
}

.contact-form__field input,
.contact-form__field select,
.contact-form__field textarea {
  width: 100%;
  height: 40px;
  padding: 0 14px;
  font-family: var(--sans);
  font-size: 15.5px;
  color: var(--bone);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(245, 242, 235, 0.16);
  border-radius: 2px;
  transition: 0.22s;
}

.contact-form__field textarea {
  height: 120px;
  padding: 11px 14px;
  line-height: 1.5;
  resize: vertical;
}

.contact-form__field select {
  appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'><path d='M1 1l5 5 5-5' fill='none' stroke='%23C8A24A' stroke-width='1.6'/></svg>");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 11px;
  padding-right: 36px;
}

.contact-form__field input::placeholder,
.contact-form__field textarea::placeholder {
  color: rgba(175, 185, 201, 0.5);
}

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

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

.contact-form__disc {
  margin: 18px 0 0;
  font-size: 12.5px;
  line-height: 1.55;
  color: rgba(175, 185, 201, 0.72);
}

/* ---------- footer ---------- */
.footer {
  background: var(--ink);
  color: var(--body);
  padding: 82px 0 0;
  position: relative;
}

.footer__top {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.8fr) minmax(0, 0.9fr);
  gap: 64px;
  padding-bottom: 58px;
}

.footer__brand {
  color: var(--bone);
}

.footer__brand p {
  font-size: 15.5px;
  max-width: 38ch;
  color: var(--body);
}

.footer__heading {
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 22px;
}

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

.footer__list a {
  font-size: 15.5px;
  transition: 0.2s;
}

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

.footer__address {
  font-style: normal;
  font-size: 15.5px;
  line-height: 1.75;
  white-space: pre-line;
  margin-bottom: 20px;
}

.footer__tel {
  font-family: var(--serif);
  font-size: 24px;
  color: var(--bone);
  display: inline-block;
  margin-bottom: 6px;
}

.footer__hours {
  font-size: 14px;
  margin: 0;
}

.footer__bar {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 26px 0 30px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  font-size: 13px;
  color: rgba(175, 185, 201, 0.66);
}

.footer__concept {
  color: var(--gold);
  letter-spacing: 0.06em;
}

/* ---------- responsive ---------- */
@media (max-width: 1500px) {
  .header__inner {
    gap: 26px;
  }

  .header__nav-list {
    gap: 24px;
  }

  .header__nav-link {
    font-size: 15px;
    letter-spacing: 0.07em;
  }

  .header__cta .btn {
    font-size: 17px;
    padding: 16px 28px;
  }

  .hero__content {
    padding-right: 30px;
  }
}

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

  .header__nav-link {
    font-size: 14px;
    letter-spacing: 0.055em;
  }

  .header__cta .btn {
    font-size: 15px;
    padding: 14px 22px;
  }
}

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

  .header__inner {
    min-height: 104px;
    gap: 18px;
  }

  .header__logo .logo {
    height: 42px;
  }

  .header__nav-list {
    gap: 14px;
  }

  .header__nav-link {
    font-size: 13px;
    letter-spacing: 0.04em;
  }

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

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

  .hero__title {
    font-size: clamp(38px, 4.1vw, 58px);
  }

  .hero__visual {
    width: 42%;
  }

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

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

@media (max-width: 1200px) {
  .header__overlay {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 1;
    background: rgba(7, 11, 19, 0.62);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.28s ease;
  }

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

  .header__overlay[hidden] {
    display: none;
  }

  .header__cta {
    display: none;
  }

  .header__toggle {
    display: block;
  }

  .header__nav {
    position: fixed;
    top: 0;
    right: 0;
    width: min(360px, 88vw);
    height: 100vh;
    height: 100dvh;
    margin: 0;
    padding: 84px 28px 40px;
    background: var(--navy);
    border-left: 1px solid rgba(200, 162, 74, 0.2);
    z-index: 2;
    transform: translateX(100%);
    transition: transform 0.32s cubic-bezier(0.2, 0.7, 0.3, 1);
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 28px;
  }

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

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

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

  .header__nav-item {
    width: 100%;
    border-bottom: 1px solid rgba(200, 162, 74, 0.16);
  }

  .header__nav-link {
    padding: 16px 0;
    font-size: 15px;
    letter-spacing: 0.1em;
  }

  .header__nav-extras {
    display: block;
    margin-top: auto;
  }

  .header__nav-extras .btn {
    width: 100%;
    white-space: normal;
    font-size: 16px;
    padding: 16px 22px;
  }
}

@media (max-width: 1024px) {
  .section {
    padding: 82px 0;
  }

  .hero {
    height: auto;
    min-height: calc(100svh - var(--site-chrome-height));
    padding: clamp(28px, 5vw, 48px) clamp(20px, 3vw, 32px) 0;
  }

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

  .hero__content {
    width: 100%;
    max-width: 100%;
    padding: 0 0 24px;
  }

  .hero__visual {
    position: relative;
    width: 100%;
    height: 340px;
    margin-top: 8px;
  }

  .hero__arc {
    right: 50%;
    transform: translateX(50%);
    bottom: 0;
    width: 330px;
  }

  .hero__image {
    height: 100%;
    margin: 0 auto;
  }

  .hero__plinth {
    left: 0;
  }

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

  .creds__item {
    min-height: 140px;
    border-top: 1px solid rgba(200, 162, 74, 0.16);
  }

  .creds__item + .creds__item::before {
    display: none;
  }

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

  .about__image {
    height: 460px;
  }

  .values__title,
  .about__title,
  .contact__title {
    max-width: none;
  }
}

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

  .header__cta .btn,
  .hero__actions .btn {
    white-space: normal;
    font-size: 17px;
    padding: 16px 24px;
  }
}

@media (max-width: 768px) {
  .hero {
    padding: clamp(28px, 6vw, 40px) clamp(18px, 4vw, 28px) 0;
  }

  .hero__content {
    max-width: 100%;
    padding-left: clamp(4px, 1vw, 12px);
    padding-right: clamp(4px, 1vw, 12px);
  }
}

@media (max-width: 680px) {
  :root {
    --pad: 22px;
  }

  body {
    font-size: 16px;
  }

  .section {
    padding: 64px 0;
  }

  .utility__left span:not(.utility__dot) {
    display: none;
  }

  .utility__inner {
    justify-content: center;
  }

  .utility__right {
    gap: 18px;
  }

  .hero__title {
    font-size: 33px;
  }

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

  .hero__divider {
    display: none;
  }

  .hero__visual {
    height: 300px;
  }

  .hero__arc {
    width: 270px;
  }

  .practices__grid,
  .results__grid,
  .contact-form__grid {
    grid-template-columns: 1fr;
  }

  .about__figure {
    padding: 0;
  }

  .about__badge {
    right: 14px;
    top: 14px;
    bottom: auto;
    width: 104px;
    height: 104px;
  }

  .about__image {
    height: 360px;
  }

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

  .btn {
    white-space: normal;
    text-align: center;
    line-height: 1.35;
  }

  .contact-form .btn,
  .practices__foot .btn {
    font-size: 18px;
    padding: 16px 22px;
  }

  .results__head {
    gap: 26px;
  }

  .creds__item {
    padding: 26px 18px;
    min-height: 118px;
  }

  .creds__item--seal img {
    height: 60px;
  }

  .creds__item--ntl img {
    height: 50px;
  }

  .creds__item--sl img {
    height: 27px;
  }

  .creds__item--aaj img {
    height: 39px;
  }

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

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

  .hero__actions .btn {
    width: 100%;
    white-space: normal;
    text-align: center;
    font-size: 18px;
    padding: 16px 22px;
    line-height: 1.35;
  }

  .hero__tel {
    white-space: normal;
  }
}
