/* ============================================================
   DAVID J. LORBER & ASSOCIATES, PLLC — homepage
   Palette derived from firm logo (#02354f) + hero photograph
   Display: EB Garamond   Body/Utility: Public Sans
   ============================================================ */

:root {
  --ink: #02354f;
  --ink-deep: #011e2e;
  --harbor: #0d2437;
  --brass: #b0894f;
  --brass-lt: #d8c299;
  --mist: #eef2f4;
  --mist-deep: #dee7eb;
  --rule: #cfdae0;
  --body: #41505a;
  --white: #ffffff;
  --pad: 45px;
  --serif: "EB Garamond", Georgia, "Times New Roman", serif;
  --sans: "Public Sans", "Helvetica Neue", Arial, sans-serif;
  --container-max: 1320px;
  --nav-breakpoint: 1200px;
  --site-chrome-height: 95px;
}

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

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

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

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

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

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

button,
input,
select,
textarea {
  font-family: inherit;
}

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

.hero__inner > *,
.about__grid > *,
.contact__grid > *,
.practice__grid > *,
.results__grid > *,
.values__grid > *,
.footer__grid > *,
.contact-form__grid > * {
  min-width: 0;
}

/* ---------- shared type ---------- */
.eyebrow {
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--brass);
  margin: 0 0 18px;
  display: block;
}

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

.section__title {
  font-family: var(--serif);
  font-weight: 500;
  color: var(--ink);
  font-size: clamp(30px, 3.1vw, 47px);
  line-height: 1.1;
  letter-spacing: -0.01em;
  margin: 0 0 18px;
}

.section__subtitle {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  color: var(--brass);
  font-size: clamp(19px, 1.5vw, 24px);
  line-height: 1.35;
  margin: 0 0 26px;
}

.lede {
  font-size: 17.5px;
  line-height: 1.78;
  margin: 0 0 20px;
}

.lede--flush {
  margin: 0;
}

/* ---------- seal rule ---------- */
.seal-rule {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 24px;
}

.seal-rule i {
  display: block;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  height: 3px;
  flex: 0 0 54px;
}

.seal-rule svg {
  flex: 0 0 auto;
}

.seal-rule--center {
  justify-content: center;
}

.seal-rule--center i {
  flex: 0 0 90px;
}

.seal-rule--on-dark i {
  border-color: rgba(216, 194, 153, 0.42);
}

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

.btn--brass {
  background: var(--brass);
  color: #17232b;
  font-size: 20px;
  padding: 16px 34px;
}

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

.btn--nav {
  background: var(--ink);
  color: var(--white);
  font-size: clamp(13px, 1.05vw, 15px);
  padding: 11px clamp(16px, 1.6vw, 24px);
  font-weight: 600;
}

.btn--nav:hover {
  background: var(--brass);
  color: #17232b;
}

.btn--ghost {
  background: transparent;
  color: var(--ink);
  border-color: var(--rule);
  font-size: 15px;
  padding: 11px 24px;
}

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

/* ============================ HEADER ============================ */
.header {
  position: sticky;
  top: 0;
  z-index: 90;
  background: var(--white);
  border-bottom: 1px solid var(--rule);
  box-shadow: 0 1px 0 rgba(2, 53, 79, 0.04);
}

.header__row {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 30px);
  padding-block: 16px;
}

.header__logo {
  flex: 0 0 auto;
  flex-shrink: 0;
}

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

.header__nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 1.8vw, 26px);
  margin-left: auto;
}

.header__nav-link {
  font-size: clamp(13px, 1.15vw, 16px);
  font-weight: 500;
  color: var(--ink);
  letter-spacing: 0.005em;
  position: relative;
  padding-block: 6px;
  white-space: nowrap;
  flex-shrink: 0;
}

.header__nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1.5px;
  background: var(--brass);
  transition: width 0.32s ease;
}

.header__nav-link:hover::after,
.header__nav-link--active::after {
  width: 100%;
}

.header__nav-close {
  display: none;
}

.header__nav-extras {
  display: none;
}

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

.header__tel {
  font-size: clamp(14px, 1.25vw, 17px);
  font-weight: 700;
  color: var(--ink);
  white-space: nowrap;
  letter-spacing: 0.01em;
  flex-shrink: 0;
}

.header__tel span {
  display: block;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: var(--brass);
  text-transform: uppercase;
}

.header__cta {
  flex-shrink: 0;
}

.header__burger {
  display: none;
  background: none;
  border: 0;
  padding: 8px;
  cursor: pointer;
  flex-shrink: 0;
}

.header__burger span {
  display: block;
  width: 26px;
  height: 2px;
  background: var(--ink);
  margin: 5px 0;
}

.header-overlay {
  position: fixed;
  inset: 0;
  z-index: 80;
  background: rgba(1, 30, 46, 0.45);
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.35s ease,
    visibility 0.35s ease;
}

.header-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

/* ============================ HERO ============================ */
.hero {
  position: relative;
  overflow: hidden;
  background: var(--harbor);
  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 right;
}

.hero__veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    96deg,
    rgba(1, 25, 38, 0.95) 0%,
    rgba(2, 42, 64, 0.86) 34%,
    rgba(6, 48, 72, 0.5) 58%,
    rgba(10, 54, 80, 0.24) 100%
  );
}

.hero__inner {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  align-items: center;
  padding-inline: 0;
}

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

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

.hero h1 {
  font-family: var(--serif);
  font-weight: 500;
  color: #fff;
  margin: 0 0 18px;
  font-size: clamp(38px, 4.35vw, 66px);
  line-height: 1.03;
  letter-spacing: -0.018em;
}

.hero h1 em {
  display: block;
  font-style: italic;
  font-weight: 400;
  color: var(--brass-lt);
  font-size: clamp(26px, 2.55vw, 40px);
  line-height: 1.14;
  margin-top: 8px;
  letter-spacing: -0.008em;
}

.hero p {
  color: rgba(232, 240, 245, 0.9);
  font-size: 17px;
  line-height: 1.72;
  margin: 0 0 30px;
  max-width: 520px;
}

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

.hero__tel {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  letter-spacing: 0.005em;
}

.hero__tel small {
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--brass-lt);
  margin-bottom: 2px;
}

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

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

/* ============================ ACCOLADES ============================ */
.accolades {
  background: var(--ink-deep);
  border-top: 3px solid var(--brass);
}

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

.accolades__label {
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--brass-lt);
  flex: 0 0 auto;
  max-width: 170px;
  line-height: 1.7;
  border-right: 1px solid rgba(216, 194, 153, 0.28);
  padding-right: 34px;
  margin: 0;
}

.accolades__set {
  display: flex;
  align-items: center;
  gap: clamp(26px, 3.4vw, 62px);
  flex: 1 1 auto;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.accolades__set img {
  height: 76px;
  width: auto;
  opacity: 0.92;
  transition: opacity 0.3s ease;
}

.accolades__set img:hover {
  opacity: 1;
}

/* ============================ ABOUT ============================ */
.about {
  padding-block: clamp(70px, 7vw, 116px);
}

.about__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(40px, 5vw, 84px);
  align-items: start;
}

.about__figure {
  position: relative;
  margin: 0;
}

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

.about__figure::after {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  pointer-events: none;
}

.about__stamp {
  position: absolute;
  right: -26px;
  bottom: 36px;
  background: var(--ink);
  color: #fff;
  padding: 22px 26px;
  max-width: 225px;
  box-shadow: 0 18px 40px rgba(2, 53, 79, 0.24);
}

.about__stamp b {
  display: block;
  font-family: var(--serif);
  font-size: 31px;
  font-weight: 500;
  line-height: 1;
  color: var(--brass-lt);
}

.about__stamp span {
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-top: 9px;
  line-height: 1.6;
  color: rgba(232, 240, 245, 0.82);
}

.about__body p {
  margin: 0 0 18px;
}

.about__reasons {
  list-style: none;
  margin: 26px 0 28px;
  padding: 0;
  border-top: 1px solid var(--rule);
}

.about__reasons li {
  padding: 22px 0;
  border-bottom: 1px solid var(--rule);
}

.about__reasons b {
  display: block;
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 7px;
  line-height: 1.28;
}

.about__reasons b::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 1.5px;
  background: var(--brass);
  vertical-align: middle;
  margin-right: 12px;
}

.about__reasons span {
  display: block;
  font-size: 16.5px;
  line-height: 1.74;
}

.about__callout {
  background: var(--mist);
  border-left: 3px solid var(--brass);
  padding: 26px 30px;
  display: flex;
  align-items: center;
  gap: 26px;
  flex-wrap: wrap;
}

.about__callout p {
  margin: 0;
  font-family: var(--serif);
  font-size: 21px;
  line-height: 1.45;
  color: var(--ink);
  flex: 1 1 300px;
}

.about__callout p a {
  font-weight: 600;
  border-bottom: 1px solid var(--brass);
}

/* ============================ PRACTICE AREAS ============================ */
.practice {
  background: var(--mist);
  padding-block: clamp(70px, 7vw, 116px);
}

.practice__head {
  max-width: 760px;
  margin: 0 0 clamp(34px, 3.4vw, 52px);
}

.practice__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(20px, 1.9vw, 30px);
}

.practice-card {
  background: var(--white);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0 1px 0 var(--mist-deep);
  transition:
    transform 0.4s cubic-bezier(0.2, 0.7, 0.2, 1),
    box-shadow 0.4s ease;
}

.practice-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 44px rgba(2, 53, 79, 0.14);
}

.practice-card__figure {
  position: relative;
  aspect-ratio: 19 / 14;
  overflow: hidden;
  background: var(--ink);
}

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

.practice-card:hover .practice-card__figure img {
  transform: scale(1.055);
}

.practice-card__figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(2, 53, 79, 0.58), rgba(2, 53, 79, 0) 62%);
}

.practice-card__number {
  position: absolute;
  left: 16px;
  top: 14px;
  z-index: 2;
  font-family: var(--serif);
  font-size: 15px;
  font-weight: 600;
  color: var(--brass-lt);
  letter-spacing: 0.08em;
}

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

.practice-card__title {
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.24;
  margin: 0 0 12px;
}

.practice-card p {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1.7;
  flex: 1 1 auto;
}

.practice-card__more {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--brass);
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.practice-card__more::after {
  content: "";
  width: 22px;
  height: 1.5px;
  background: var(--brass);
  transition: width 0.3s ease;
}

.practice-card:hover .practice-card__more::after {
  width: 34px;
}

/* ============================ CASE RESULTS ============================ */
.results {
  background: var(--ink);
  color: #fff;
  padding-block: clamp(70px, 7vw, 112px);
  position: relative;
  overflow: hidden;
}

.results::before {
  content: "";
  position: absolute;
  right: -6%;
  top: -18%;
  width: 46%;
  height: 150%;
  background: radial-gradient(closest-side, rgba(176, 137, 79, 0.16), transparent 72%);
  pointer-events: none;
}

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

.results__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: clamp(34px, 3.4vw, 52px);
}

.results__head .section__title {
  color: #fff;
  margin: 0;
}

.results__head p {
  margin: 0;
  max-width: 430px;
  color: rgba(226, 236, 242, 0.78);
  font-size: 16.5px;
}

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

.results-card {
  padding: 38px 32px 34px;
  border-right: 1px solid rgba(216, 194, 153, 0.24);
  transition: background 0.4s ease;
}

.results-card:last-child {
  border-right: 0;
}

.results-card:hover {
  background: rgba(176, 137, 79, 0.09);
}

.results-card b {
  display: block;
  font-family: var(--serif);
  font-weight: 500;
  color: var(--brass-lt);
  font-size: clamp(33px, 2.9vw, 45px);
  line-height: 1;
  letter-spacing: -0.02em;
  margin-bottom: 14px;
}

.results-card span {
  display: block;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(232, 240, 245, 0.9);
  margin-bottom: 20px;
}

.results-card a {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--brass);
  border-bottom: 1px solid rgba(176, 137, 79, 0.5);
  padding-bottom: 2px;
}

.results-card a:hover {
  color: var(--brass-lt);
  border-color: var(--brass-lt);
}

/* ============================ VALUES ============================ */
.values {
  padding-block: clamp(70px, 7vw, 116px);
}

.values__head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto clamp(38px, 3.6vw, 58px);
}

.values__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(26px, 2.6vw, 44px);
}

.values-card {
  padding-top: 26px;
  border-top: 2px solid var(--ink);
}

.values-card__number {
  font-family: var(--serif);
  font-size: 14px;
  font-weight: 600;
  color: var(--brass);
  letter-spacing: 0.1em;
  display: block;
  margin-bottom: 14px;
}

.values-card__title {
  font-family: var(--serif);
  font-size: 25px;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.24;
  margin: 0 0 12px;
}

.values-card p {
  margin: 0;
  font-size: 16.5px;
  line-height: 1.74;
}

/* ============================ TESTIMONIAL ============================ */
.testimonials {
  position: relative;
  padding-block: clamp(76px, 7.4vw, 120px);
  background: var(--ink-deep);
  overflow: hidden;
}

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

.testimonials__veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(1, 30, 46, 0.9), rgba(1, 20, 32, 0.94));
}

.testimonials .container {
  position: relative;
  z-index: 3;
}

.testimonials__inner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.testimonials .section__title {
  color: #fff;
}

.testimonials__quote {
  font-family: var(--serif);
  font-size: clamp(19px, 1.75vw, 27px);
  line-height: 1.6;
  color: #eef4f8;
  font-style: italic;
  font-weight: 400;
  margin: 0 0 30px;
}

.testimonials__mark {
  font-family: var(--serif);
  font-size: 64px;
  line-height: 0.4;
  color: var(--brass);
  display: block;
  margin-bottom: 18px;
}

.testimonials__name {
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--brass-lt);
}

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

/* ============================ CONTACT ============================ */
.contact {
  padding-block: clamp(70px, 7vw, 116px);
  background: var(--mist);
}

.contact__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(40px, 4.6vw, 80px);
  align-items: start;
}

.contact__info .lede {
  max-width: 440px;
}

.contact__list {
  list-style: none;
  margin: 32px 0 0;
  padding: 0;
}

.contact__list li {
  display: flex;
  gap: 18px;
  padding: 20px 0;
  border-top: 1px solid var(--rule);
}

.contact__list li:last-child {
  border-bottom: 1px solid var(--rule);
}

.contact__list svg {
  flex: 0 0 auto;
  margin-top: 4px;
}

.contact__list b {
  display: block;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--brass);
  margin-bottom: 5px;
}

.contact__list span {
  display: block;
  font-family: var(--serif);
  font-size: 20px;
  line-height: 1.45;
  color: var(--ink);
}

.contact-form {
  background: var(--white);
  padding: clamp(30px, 3vw, 46px);
  box-shadow: 0 20px 50px rgba(2, 53, 79, 0.09);
}

.contact-form__title {
  font-family: var(--serif);
  font-size: 29px;
  font-weight: 600;
  color: var(--ink);
  margin: 0 0 6px;
}

.contact-form__note {
  font-size: 14.5px;
  margin: 0 0 26px;
  color: #6b7a84;
}

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

.field {
  display: flex;
  flex-direction: column;
}

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

.field label {
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink);
  margin-bottom: 8px;
}

.field input,
.field select {
  height: 40px;
  padding: 0 14px;
  border: 1px solid var(--rule);
  background: var(--white);
  font-size: 15.5px;
  color: var(--ink);
  border-radius: 0;
  transition:
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

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

.field textarea {
  height: 120px;
  min-height: 120px;
  padding: 12px 14px;
  border: 1px solid var(--rule);
  resize: vertical;
  font-size: 15.5px;
  color: var(--ink);
  line-height: 1.6;
  border-radius: 0;
  transition:
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--brass);
  box-shadow: 0 0 0 3px rgba(176, 137, 79, 0.16);
}

.contact-form__submit {
  width: 100%;
  margin-top: 24px;
}

.contact-form__disclaimer {
  font-size: 12.5px;
  line-height: 1.6;
  color: #7b8891;
  margin: 16px 0 0;
}

/* ============================ FOOTER ============================ */
.footer {
  background: var(--ink-deep);
  color: rgba(226, 236, 242, 0.72);
  padding-top: clamp(56px, 5.6vw, 84px);
}

.footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(34px, 4vw, 64px);
  padding-bottom: clamp(44px, 4.4vw, 64px);
}

.footer__logo {
  background: #fff;
  display: inline-block;
  padding: 16px 20px;
  margin-bottom: 24px;
}

.footer__logo img {
  height: 52px;
  width: auto;
  max-width: none;
}

.footer p {
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 1.72;
}

.footer__heading {
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--brass-lt);
  margin: 0 0 20px;
}

.footer__links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer__links li {
  margin-bottom: 12px;
}

.footer__links a {
  font-size: 16px;
  transition: color 0.3s ease;
}

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

.footer__tel {
  font-family: var(--serif);
  font-size: 29px;
  color: #fff;
  display: block;
  margin-bottom: 8px;
}

.footer__tel:hover {
  color: var(--brass-lt);
}

.footer__bar {
  border-top: 1px solid rgba(216, 194, 153, 0.2);
  padding-block: 24px;
  display: flex;
  justify-content: space-between;
  gap: 22px;
  flex-wrap: wrap;
}

.footer__bar p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.65;
  max-width: 640px;
}

/* ============================ REVEAL ============================ */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.85s cubic-bezier(0.2, 0.7, 0.2, 1),
    transform 0.85s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.reveal.is-in {
  opacity: 1;
  transform: none;
}

.reveal--delay-1 {
  transition-delay: 0.09s;
}

.reveal--delay-2 {
  transition-delay: 0.18s;
}

.reveal--delay-3 {
  transition-delay: 0.27s;
}

.reveal--delay-4 {
  transition-delay: 0.36s;
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  * {
    animation-duration: 0.001s !important;
    transition-duration: 0.001s !important;
  }
}

/* ============================ RESPONSIVE ============================ */
@media (max-width: 1440px) {
  .header__nav {
    gap: 18px;
  }

  .header__row {
    gap: 18px;
  }
}

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

  .header__tel--bar {
    font-size: 15px;
  }

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

/* Nav hamburger breakpoint — 1200px */
@media (max-width: 1200px) {
  :root {
    --pad: 32px;
  }

  .header__nav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    width: min(360px, 88vw);
    height: 100%;
    margin: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 72px 28px 36px;
    background: var(--white);
    border-left: 1px solid var(--rule);
    box-shadow: -18px 0 40px rgba(2, 53, 79, 0.12);
    transform: translateX(100%);
    visibility: hidden;
    transition:
      transform 0.35s ease,
      visibility 0.35s ease;
  }

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

  .header__nav-link {
    font-size: 18px;
    width: 100%;
    padding: 12px 0;
  }

  .header__nav-close {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 18px;
    right: 18px;
    width: 44px;
    height: 44px;
    border: 0;
    background: none;
    cursor: pointer;
    font-size: 32px;
    line-height: 1;
    color: var(--ink);
  }

  .header__nav-extras {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    margin-top: 28px;
    padding-top: 28px;
    border-top: 1px solid var(--rule);
    width: 100%;
  }

  .header__tel--bar,
  .header__cta {
    display: none;
  }

  .header__burger {
    display: block;
  }

  .header__actions {
    margin-left: auto;
  }

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

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

  .results-card {
    border-bottom: 1px solid rgba(216, 194, 153, 0.24);
  }

  .results-card:nth-child(2n) {
    border-right: 0;
  }

  .results-card:nth-child(n + 3) {
    border-bottom: 0;
  }

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

  .about__grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 38px;
  }

  .about__stamp {
    right: -14px;
  }

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

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

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

  .btn--brass {
    font-size: 17.5px;
    padding: 15px 22px;
  }

  .hero__cta {
    flex-wrap: wrap;
    gap: 20px;
  }

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

  .about__figure {
    max-width: 520px;
  }

  .about__stamp {
    right: 0;
  }

  .accolades__label {
    border-right: 0;
    padding-right: 0;
    max-width: none;
    flex: 1 1 100%;
    text-align: center;
  }

  .accolades__inner {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .hero {
    height: auto;
    min-height: 0;
    padding: clamp(36px, 6vw, 52px) clamp(16px, 4vw, 24px) 0;
  }

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

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

  .hero__visual {
    position: relative;
    width: 100%;
    height: 400px;
    margin-top: 22px;
    justify-content: center;
  }

  .hero__image {
    height: 100%;
    max-width: none;
  }

  .hero__veil {
    background: linear-gradient(
      180deg,
      rgba(1, 25, 38, 0.95) 0%,
      rgba(2, 42, 64, 0.9) 55%,
      rgba(4, 46, 70, 0.8) 100%
    );
  }
}

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

  body {
    font-size: 16.5px;
  }

  .hero__cta .btn--brass {
    width: 100%;
  }

  .btn--brass {
    font-size: 17px;
    padding: 14px 18px;
  }

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

  .results-card {
    border-right: 0;
    border-bottom: 1px solid rgba(216, 194, 153, 0.24);
  }

  .results-card:last-child {
    border-bottom: 0;
  }

  .results-card:nth-child(n + 3) {
    border-bottom: 1px solid rgba(216, 194, 153, 0.24);
  }

  .results-card:nth-child(4) {
    border-bottom: 0;
  }

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

  .results__head {
    align-items: flex-start;
  }

  .accolades__set {
    gap: 26px;
  }

  .accolades__set img {
    height: 60px;
  }

  .about__stamp {
    position: static;
    margin-top: -40px;
    margin-left: 18px;
    max-width: none;
    display: inline-block;
  }

  .about__callout {
    padding: 22px;
  }

  .testimonials__quote {
    font-size: 18.5px;
  }

  .hero__tel {
    font-size: 22px;
  }
}

@media (max-width: 400px) {
  .hero__visual {
    height: 320px;
  }
}
