@font-face {
  font-family: 'Domine';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../assets/fonts/domine-400.woff2') format('woff2');
}

@font-face {
  font-family: 'Domine';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../assets/fonts/domine-500.woff2') format('woff2');
}

@font-face {
  font-family: 'Domine';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../assets/fonts/domine-600.woff2') format('woff2');
}

@font-face {
  font-family: 'Domine';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../assets/fonts/domine-700.woff2') format('woff2');
}

@font-face {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../assets/fonts/assistant-300.woff2') format('woff2');
}

@font-face {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../assets/fonts/assistant-400.woff2') format('woff2');
}

@font-face {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../assets/fonts/assistant-600.woff2') format('woff2');
}

@font-face {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../assets/fonts/assistant-700.woff2') format('woff2');
}

:root {
  --ink: #0a0a0b;
  --ink-2: #141417;
  --ink-3: #1d1d21;
  --gold: #c9962a;
  --gold-hi: #e8be6a;
  --gold-dim: rgba(201, 150, 42, 0.22);
  --paper: #f7f5f1;
  --paper-2: #efebe4;
  --body: #4c4c54;
  --body-inv: #c7c4bd;
  --container-width: 95%;
  --container-max: 1680px;
  --pad: 45px;
  --serif: 'Domine', Georgia, serif;
  --sans: 'Assistant', system-ui, sans-serif;
  --site-chrome-height: 104px;
  --nav-breakpoint: 1200px;
}

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

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

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

body.is-locked {
  overflow: hidden;
}

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

h1,
h2,
h3 {
  font-family: var(--serif);
  color: var(--ink);
  margin: 0;
  line-height: 1.14;
  letter-spacing: -0.012em;
  font-weight: 600;
}

p {
  margin: 0;
}

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

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

.container {
  width: var(--container-width);
  max-width: var(--container-max);
  margin-inline: auto;
  padding-inline: var(--pad);
}

.section {
  padding-block: 96px;
}

.section--dark {
  background: var(--ink);
  color: var(--body-inv);
}

.section--dark .section__title,
.section--dark h2,
.section--dark h3 {
  color: var(--paper);
}

.section__head {
  max-width: 64ch;
  margin-bottom: 52px;
}

.section__title {
  font-size: clamp(30px, 2.6vw, 44px);
}

.section__lede {
  margin-top: 18px;
  font-size: 18px;
}

/* ---------- buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-family: var(--sans);
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  border: 0;
  text-align: center;
  line-height: 1.35;
  max-width: 100%;
}

.btn--primary {
  background: var(--gold);
  color: #141005;
  padding: 13px 26px;
  font-size: 16px;
}

.btn--primary:hover {
  background: var(--gold-hi);
}

.btn--large {
  padding: 16px 32px;
  font-size: 20px;
}

.btn--ghost {
  border: 1px solid rgba(232, 190, 106, 0.5);
  color: var(--gold-hi);
  padding: 15px 30px;
  font-size: 20px;
  background: transparent;
}

.btn--ghost:hover {
  background: rgba(201, 150, 42, 0.12);
}

/* ---------- header ---------- */
.header {
  background: var(--ink);
  border-bottom: 1px solid var(--gold-dim);
  position: relative;
  z-index: 20;
}

.header__overlay {
  display: none;
}

.header__inner {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.2vw, 38px);
  min-height: 104px;
  padding-block: 14px;
  position: relative;
}

.header__logo {
  flex-shrink: 0;
  display: block;
}

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

.header__nav {
  margin-left: auto;
}

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

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

.header__nav-link {
  display: block;
  font-size: clamp(14px, 1.05vw, 16px);
  font-weight: 600;
  color: #edeae4;
  white-space: nowrap;
  padding-block: 8px;
  border-bottom: 2px solid transparent;
  transition: color 0.18s;
  flex-shrink: 0;
}

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

.header__nav-link--current {
  color: var(--gold-hi);
  border-bottom-color: var(--gold);
}

.header__cta {
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.2vw, 18px);
  flex-shrink: 0;
}

.header__phone {
  font-family: var(--serif);
  font-size: clamp(16px, 1.2vw, 19px);
  font-weight: 600;
  color: var(--paper);
  white-space: nowrap;
  flex-shrink: 0;
}

.header__cta .btn {
  font-size: clamp(13px, 1vw, 16px);
  padding: clamp(10px, 0.9vw, 13px) clamp(16px, 1.5vw, 26px);
  flex-shrink: 0;
}

.header__nav-extras {
  display: none;
}

.header__toggle {
  display: none;
  width: 44px;
  height: 44px;
  margin-left: auto;
  padding: 0;
  border: 1px solid var(--gold-dim);
  border-radius: 3px;
  background: transparent;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  z-index: 4;
}

.header__toggle-bar {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--gold-hi);
  transition: transform 0.25s ease, opacity 0.2s ease;
}

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

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

.header.is-open .header__toggle-bar:nth-child(3) {
  transform: translateY(-8px) 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 top;
  opacity: 0.2;
}

.hero__bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    var(--ink) 4%,
    rgba(10, 10, 11, 0.86) 46%,
    rgba(10, 10, 11, 0.42) 100%
  );
}

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

.hero__content {
  max-width: min(100%, 640px);
  width: min(100%, 55%);
  padding-inline: clamp(0px, 1vw, 8px);
  position: relative;
  z-index: 2;
}

.hero__eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
  font-size: 15px;
  font-weight: 600;
  color: var(--gold-hi);
}

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

.hero__title {
  color: var(--paper);
  font-size: clamp(38px, 3.5vw, 58px);
  font-weight: 700;
  letter-spacing: -0.02em;
}

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

.hero__subtitle {
  margin-top: 24px;
  font-size: 19px;
  line-height: 1.7;
  color: #bfbcb4;
  max-width: 52ch;
}

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

.hero__phone {
  margin-top: 26px;
  display: flex;
  align-items: baseline;
  gap: 12px;
}

.hero__phone-link {
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 700;
  color: var(--paper);
}

.hero__phone-note {
  font-size: 15px;
  color: #98958e;
}

.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__image {
  height: 100%;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: bottom center;
}

.hero__caption {
  position: absolute;
  left: 8%;
  bottom: 38px;
  padding: 12px 20px;
  background: rgba(10, 10, 11, 0.72);
  border-left: 3px solid var(--gold);
  backdrop-filter: blur(3px);
  pointer-events: auto;
}

.hero__caption-name {
  display: block;
  font-family: var(--serif);
  font-size: 18px;
  color: var(--paper);
  font-weight: 600;
}

.hero__caption-role {
  font-size: 14px;
  color: var(--gold-hi);
}

/* ---------- accolades ---------- */
.accolades {
  background: var(--ink-2);
  border-block: 1px solid var(--gold-dim);
}

.accolades__inner {
  display: flex;
  align-items: center;
  gap: 44px;
  padding-block: 34px;
  flex-wrap: wrap;
}

.accolades__lede {
  font-family: var(--serif);
  font-size: 17px;
  color: var(--gold-hi);
  max-width: 20ch;
  line-height: 1.4;
}

.accolades__slots {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  margin-left: auto;
}

.accolades__badge {
  width: auto;
  opacity: 0.9;
}

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

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

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

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

/* ---------- about / litigation ---------- */
.about__inner {
  display: grid;
  grid-template-columns: 0.86fr 1fr;
  gap: 76px;
  align-items: center;
}

.about__media {
  position: relative;
}

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

.about__media::after {
  content: '';
  position: absolute;
  inset: 14px -14px -14px 14px;
  border: 1px solid var(--gold-dim);
  z-index: -1;
}

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

.about__quote {
  margin-top: 18px;
  font-family: var(--serif);
  font-size: 21px;
  color: var(--gold);
  font-weight: 500;
}

.about__copy {
  margin-top: 26px;
  max-width: 62ch;
}

.about__copy + .about__copy {
  margin-top: 18px;
}

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

.practice-card {
  background: var(--ink-2);
  display: flex;
  flex-direction: column;
  border-top: 2px solid var(--gold);
}

.practice-card__media {
  aspect-ratio: 19 / 13;
  overflow: hidden;
}

.practice-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.practice-card__title {
  font-size: 21px;
  color: var(--paper);
}

.practice-card__text {
  font-size: 16px;
  line-height: 1.66;
  color: var(--body-inv);
  flex: 1;
}

.practice-card__more {
  font-size: 15px;
  font-weight: 700;
  color: var(--gold-hi);
}

/* ---------- case ledger ---------- */
.ledger {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--gold-dim);
}

.ledger__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(190px, auto);
  gap: 40px;
  align-items: center;
  padding-block: 30px;
  border-bottom: 1px solid var(--gold-dim);
}

.ledger__title {
  font-size: 22px;
}

.ledger__meta {
  margin-top: 6px;
  font-size: 16px;
  color: #7b7a80;
}

.ledger__label {
  font-size: 15px;
  font-weight: 600;
  color: #7b7a80;
}

.ledger__figure {
  font-family: var(--serif);
  font-weight: 700;
  font-size: clamp(30px, 2.7vw, 44px);
  color: var(--ink);
  text-align: right;
  letter-spacing: -0.02em;
}

.results__disclaimer {
  margin-top: 26px;
  font-size: 14px;
  line-height: 1.6;
  color: #83828a;
  max-width: 88ch;
}

/* ---------- values ---------- */
.values__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--gold-dim);
}

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

.values__title {
  font-size: 20px;
  color: var(--paper);
  min-height: 2.3em;
}

.values__text {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.68;
}

/* ---------- testimonial ---------- */
.testimonial {
  position: relative;
  background-color: var(--ink-3);
  background-image: url('../assets/images/bg-testimonial.jpg');
  background-size: cover;
  background-position: center;
  color: var(--body-inv);
}

.testimonial::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(10, 10, 11, 0.86);
}

.testimonial .container {
  position: relative;
}

.testimonial__inner {
  max-width: 78ch;
  margin-inline: auto;
  text-align: center;
}

.testimonial__title {
  font-size: clamp(26px, 2.2vw, 36px);
  color: var(--paper);
}

.testimonial__quote {
  margin: 32px 0 0;
  font-family: var(--serif);
  font-size: clamp(19px, 1.55vw, 25px);
  line-height: 1.62;
  color: #e7e4dd;
}

.testimonial__stars {
  color: var(--gold);
  letter-spacing: 0.28em;
  font-size: 19px;
  margin-top: 26px;
}

.testimonial__cite {
  display: block;
  margin-top: 26px;
  font-style: normal;
  font-size: 15px;
  font-weight: 700;
  color: var(--gold-hi);
}

/* ---------- contact ---------- */
.contact__inner {
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  gap: 76px;
  align-items: start;
}

.contact__title {
  font-size: clamp(28px, 2.4vw, 40px);
}

.contact__lede {
  margin-top: 20px;
  max-width: 52ch;
}

.contact__list {
  margin: 38px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 22px;
}

.contact__item {
  display: grid;
  gap: 4px;
  padding-left: 20px;
  border-left: 2px solid var(--gold);
}

.contact__label {
  font-size: 14px;
  font-weight: 700;
  color: #7b7a80;
}

.contact__value {
  font-family: var(--serif);
  font-size: 19px;
  color: var(--ink);
  font-weight: 600;
}

.contact__form {
  background: #fff;
  border: 1px solid #e2ddd4;
  padding: 38px 36px 40px;
  box-shadow: 0 26px 52px -34px rgba(10, 10, 11, 0.34);
}

.contact__form-title {
  font-size: 23px;
}

.contact__form-lede {
  margin-top: 10px;
  font-size: 15px;
}

.contact__fields {
  margin-top: 26px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.contact__field {
  display: grid;
  gap: 7px;
}

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

.contact__field-label {
  font-size: 14px;
  font-weight: 700;
  color: #5c5b63;
}

.contact__input,
.contact__select {
  height: 40px;
  padding: 0 13px;
  font: inherit;
  font-size: 16px;
  border: 1px solid #d8d2c7;
  background: #fcfbf9;
  color: var(--ink);
  border-radius: 2px;
  width: 100%;
}

.contact__textarea {
  height: 120px;
  padding: 11px 13px;
  font: inherit;
  font-size: 16px;
  border: 1px solid #d8d2c7;
  background: #fcfbf9;
  color: var(--ink);
  border-radius: 2px;
  resize: vertical;
  width: 100%;
}

.contact__input:focus,
.contact__select:focus,
.contact__textarea:focus {
  border-color: var(--gold);
  outline: none;
  box-shadow: 0 0 0 3px rgba(201, 150, 42, 0.16);
}

.contact__submit {
  margin-top: 24px;
  width: 100%;
  padding: 15px 24px;
  font-size: 20px;
}

.contact__note {
  margin-top: 14px;
  font-size: 13px;
  line-height: 1.55;
  color: #83828a;
}

/* ---------- footer ---------- */
.footer {
  background: var(--ink);
  color: #96938c;
  padding-block: 70px 0;
}

.footer__top {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  gap: 56px;
  padding-bottom: 52px;
}

.footer__logo {
  width: 210px;
  height: auto;
  margin-bottom: 24px;
}

.footer__tagline {
  font-size: 16px;
  max-width: 38ch;
}

.footer__heading {
  font-family: var(--serif);
  font-size: 17px;
  color: var(--paper);
  margin: 0 0 18px;
  font-weight: 600;
}

.footer__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 11px;
  font-size: 16px;
}

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

.footer__bottom {
  border-top: 1px solid rgba(201, 150, 42, 0.2);
  padding-block: 26px 34px;
  display: flex;
  gap: 28px;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 1.6;
}

.footer__legal {
  max-width: 92ch;
}

/* ---------- responsive ---------- */
@media (max-width: 1400px) {
  :root {
    --pad: 34px;
  }

  .header__nav-list {
    gap: clamp(12px, 1.4vw, 22px);
  }
}

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

  .header__overlay {
    display: block !important;
    position: fixed;
    inset: 0;
    z-index: 1;
    background: rgba(10, 10, 11, 0.55);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease, visibility 0.25s ease;
  }

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

  .header__inner {
    z-index: 2;
    gap: 16px;
  }

  .header__toggle {
    display: inline-flex;
  }

  .header.is-open .header__toggle {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 4;
    background: var(--ink);
  }

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

  .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;
    padding-block: 14px;
    border-bottom: 1px solid var(--gold-dim);
  }

  .header__nav-link--current {
    border-bottom-color: var(--gold);
  }

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

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

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

  .header__cta {
    display: none;
  }

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

@media (max-width: 980px) {
  :root {
    --pad: 26px;
  }

  .section {
    padding-block: 66px;
  }

  .btn {
    white-space: normal;
  }

  .btn--large,
  .btn--ghost {
    font-size: 17px;
    padding: 14px 24px;
  }

  .hero__content {
    width: 100%;
    max-width: 100%;
  }

  .hero__visual {
    width: 42%;
  }

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

  .about__media {
    max-height: 420px;
    overflow: hidden;
  }

  .accolades__slots {
    gap: 26px;
    margin-left: 0;
  }

  .ledger__row {
    grid-template-columns: 1fr auto;
    gap: 12px 24px;
  }

  .ledger__label {
    grid-column: 1;
    grid-row: 2;
  }

  .ledger__figure {
    grid-column: 2;
    grid-row: 1 / 3;
  }

  .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(28px, 5vw, 40px) clamp(16px, 4vw, 24px) 0;
  }

  .hero__inner {
    height: auto;
    align-items: flex-start;
  }

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

  .hero__visual {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 380px;
    margin-top: 26px;
    justify-content: center;
  }

  .hero__image {
    height: auto;
    max-height: 480px;
    width: auto;
    max-width: 100%;
  }

  .hero__caption {
    left: auto;
    right: 0;
    bottom: 16px;
  }
}

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

  .hero__phone {
    flex-direction: column;
    gap: 2px;
  }

  .hero__actions {
    flex-direction: column;
    align-items: stretch;
    flex-wrap: wrap;
  }

  .hero__actions .btn {
    width: 100%;
  }

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

  .accolades__badge {
    height: auto !important;
    max-height: 52px;
    max-width: 44%;
  }

  .contact__form {
    padding: 28px 22px 32px;
  }

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

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