:root {
  --ink: #0a1a2f;
  --ink-deep: #050f1e;
  --ink-mid: #12304f;
  --gold: #c29b54;
  --gold-lt: #e0c793;
  --paper: #f7f4ef;
  --stone: #e7eaee;
  --body: #39424f;
  --line: rgba(194, 155, 84, 0.34);
  --ff-d: "Libre Baskerville", Georgia, "Times New Roman", serif;
  --ff-b: "Jost", "Helvetica Neue", Arial, sans-serif;
  --pad: 45px;
  --container-max: 1760px;
  --nav-breakpoint: 1200px;
  --site-chrome-height: 148px;
}

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

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

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

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

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

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

h1,
h2,
h3,
h4 {
  font-family: var(--ff-d);
  color: var(--ink);
  font-weight: 700;
  margin: 0;
  line-height: 1.16;
  letter-spacing: -0.005em;
}

p {
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

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

.eyebrow {
  font-family: var(--ff-b);
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
}

.eyebrow--muted {
  color: #9a7c42;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55em;
  font-family: var(--ff-b);
  font-weight: 500;
  font-size: 20px;
  line-height: 1.35;
  padding: 19px 38px;
  border-radius: 999px;
  white-space: nowrap;
  background: var(--gold);
  color: #14243a;
  border: 1px solid var(--gold);
  max-width: 100%;
  transition: background 0.28s ease, color 0.28s ease, transform 0.28s ease;
}

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

.btn--sm {
  font-size: 16px;
  padding: 13px 26px;
}

/* ---------- utility bar ---------- */
.utility {
  background: var(--ink-deep);
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  letter-spacing: 0.04em;
}

.utility__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  min-height: 44px;
  padding-block: 8px;
}

.utility__item {
  display: inline-flex;
  align-items: center;
  gap: 0.6em;
}

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

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

.header__overlay {
  display: none;
}

.header__overlay[hidden] {
  display: none !important;
}

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

.header__logo {
  flex-shrink: 0;
}

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

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

.header__toggle-bar {
  display: block;
  width: 20px;
  height: 1.5px;
  background: #fff;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform-origin: center;
}

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

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

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

.header__nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 26px;
}

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

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

.header__nav-link {
  font-size: clamp(14px, 1.05vw, 16px);
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 0.045em;
  position: relative;
  padding-block: 6px;
  white-space: nowrap;
}

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

.header__nav-link:hover::after,
.header__nav-link[aria-current]::after {
  right: 0;
}

.header__cta {
  flex-shrink: 0;
}

.header__cta .btn {
  font-size: clamp(14px, 1.05vw, 16px);
  padding: 13px clamp(18px, 1.6vw, 26px);
}

.header__nav-extras {
  display: none;
}

/* ---------- hero ---------- */
.hero {
  position: relative;
  padding: clamp(24px, 4vw, 56px) clamp(20px, 3vw, 40px) 0;
  overflow: hidden;
  background-color: var(--ink);
  background-image: url("../assets/images/bg-hero.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: calc(100vh - var(--site-chrome-height));
  height: calc(100dvh - var(--site-chrome-height));
  height: calc(100svh - var(--site-chrome-height));
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(5, 15, 30, 0.95) 0%,
    rgba(6, 18, 34, 0.82) 42%,
    rgba(10, 26, 47, 0.42) 100%
  );
}

.hero::after {
  content: "";
  position: absolute;
  right: -4%;
  bottom: -10%;
  width: 62%;
  height: 124%;
  background: radial-gradient(
    ellipse at 48% 56%,
    rgba(58, 101, 152, 0.72) 0%,
    rgba(30, 62, 100, 0.4) 44%,
    transparent 74%
  );
}

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

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

.hero__eyebrow {
  display: block;
  margin-bottom: 18px;
}

.hero__title {
  color: #fff;
  font-size: clamp(30px, 3.05vw, 46px);
  letter-spacing: -0.012em;
}

.hero__hook {
  font-family: var(--ff-d);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(19px, 1.5vw, 23px);
  color: var(--gold-lt);
  margin-top: 14px;
  line-height: 1.3;
}

.hero__text {
  color: rgba(255, 255, 255, 0.8);
  font-size: 17px;
  margin-top: 20px;
  max-width: 520px;
}

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

.hero__phone {
  font-family: var(--ff-b);
  font-weight: 400;
  font-size: 24px;
  color: #fff;
  letter-spacing: 0.01em;
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  white-space: nowrap;
}

.hero__phone svg {
  width: 19px;
  height: 19px;
  fill: var(--gold);
  flex: none;
}

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

.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;
  opacity: 0;
  animation: fig 1.15s cubic-bezier(0.22, 0.61, 0.36, 1) 0.2s forwards;
}

.hero__rule {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--line) 18%, var(--line) 82%, transparent);
  z-index: 3;
}

.hero__content > * {
  opacity: 0;
  transform: translateY(18px);
  animation: up 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}

.hero__content > *:nth-child(1) {
  animation-delay: 0.12s;
}

.hero__content > *:nth-child(2) {
  animation-delay: 0.22s;
}

.hero__content > *:nth-child(3) {
  animation-delay: 0.32s;
}

.hero__content > *:nth-child(4) {
  animation-delay: 0.42s;
}

.hero__content > *:nth-child(5) {
  animation-delay: 0.52s;
}

@keyframes up {
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fig {
  from {
    opacity: 0;
    transform: translateX(38px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/* ---------- counties rail ---------- */
.counties {
  background: var(--ink-deep);
  color: #fff;
  position: relative;
}

.counties__inner {
  display: flex;
  align-items: center;
  gap: 30px;
  padding-block: 22px;
  flex-wrap: wrap;
}

.counties__label {
  font-family: var(--ff-b);
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  flex: none;
  max-width: 170px;
  line-height: 1.5;
}

.counties__list {
  display: flex;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
  flex: 1;
  min-width: 0;
}

.counties__item {
  display: flex;
  align-items: baseline;
  gap: 0.55em;
  padding: 2px 26px;
  position: relative;
}

.counties__item + .counties__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 4px;
  height: 4px;
  background: var(--gold);
  opacity: 0.75;
}

.counties__name {
  font-family: var(--ff-d);
  font-weight: 400;
  font-size: 19px;
  color: #fff;
  letter-spacing: 0.005em;
}

.counties__place {
  font-style: normal;
  font-size: 11.5px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}

/* ---------- accolades ---------- */
.accolades {
  background: var(--paper);
  border-bottom: 1px solid rgba(10, 26, 47, 0.08);
}

.accolades__inner {
  padding-block: 58px;
}

.accolades__header {
  text-align: center;
  margin-bottom: 36px;
}

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

.accolades__item {
  padding: 4px 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid rgba(10, 26, 47, 0.12);
  min-height: 96px;
}

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

.accolades__item img {
  width: auto;
  height: auto;
  max-width: 100%;
  opacity: 0.92;
  transition: opacity 0.3s ease;
}

.accolades__item:hover img {
  opacity: 1;
}

/* ---------- section frame ---------- */
.section {
  padding-block: 104px;
}

.section--paper {
  background: var(--paper);
}

.section--stone {
  background: var(--stone);
}

.section--ink {
  background: var(--ink);
  color: rgba(255, 255, 255, 0.78);
}

.section--ink h2,
.section--ink h3 {
  color: #fff;
}

.section__header {
  max-width: 820px;
  margin-bottom: 56px;
}

.section__header--center {
  margin-inline: auto;
  text-align: center;
}

.section__eyebrow {
  display: block;
  margin-bottom: 16px;
}

.section__title {
  font-size: clamp(27px, 2.5vw, 38px);
}

.section__header p {
  margin-top: 18px;
  font-size: 17.5px;
}

.section__rule {
  width: 56px;
  height: 2px;
  background: var(--gold);
  margin-top: 22px;
}

.section__header--center .section__rule {
  margin-inline: auto;
}

/* ---------- about ---------- */
.about {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 70px;
  align-items: start;
}

.about__figure {
  position: relative;
}

.about__figure img {
  width: 100%;
  height: auto;
  aspect-ratio: 11 / 13;
  object-fit: cover;
}

.about__figure::after {
  content: "";
  position: absolute;
  inset: 16px -16px -16px 16px;
  border: 1px solid var(--line);
  z-index: -1;
}

.about__title {
  font-size: clamp(26px, 2.3vw, 35px);
  margin-top: 16px;
}

.about__subtitle {
  font-family: var(--ff-d);
  font-style: italic;
  font-weight: 400;
  font-size: 19px;
  color: #7b6534;
  margin-top: 18px;
  line-height: 1.45;
}

.about__body {
  margin-top: 26px;
}

.about__body p + p {
  margin-top: 18px;
}

.about__cta {
  margin-top: 30px;
  padding: 26px 30px;
  background: #fff;
  border-left: 3px solid var(--gold);
  font-size: 16.5px;
  color: var(--ink);
}

.about__phone {
  color: #8a6e38;
  font-weight: 500;
}

/* ---------- practice areas ---------- */
.practice {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 36px;
}

.practice__card {
  position: relative;
  background: #fff;
  border: 1px solid rgba(10, 26, 47, 0.1);
  overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.practice__card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 54px rgba(10, 26, 47, 0.16);
}

.practice__figure {
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.practice__figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.practice__card:hover .practice__figure img {
  transform: scale(1.05);
}

.practice__body {
  padding: 38px 40px 42px;
}

.practice__body h3 {
  font-size: 26px;
}

.practice__body p {
  margin-top: 16px;
  font-size: 16.5px;
}

.practice__more {
  display: inline-flex;
  align-items: center;
  gap: 0.6em;
  margin-top: 24px;
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 500;
  color: #8a6e38;
}

.practice__more::after {
  content: "";
  width: 26px;
  height: 1px;
  background: currentColor;
  transition: width 0.3s ease;
}

.practice__card:hover .practice__more::after {
  width: 42px;
}

/* ---------- case results ---------- */
.results {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.results__item {
  padding: 44px 32px 40px;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

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

.results__outcome {
  display: block;
  font-family: var(--ff-d);
  font-weight: 700;
  font-size: clamp(21px, 1.85vw, 27px);
  color: #fff;
  line-height: 1.18;
}

.results__label {
  display: block;
  font-size: 11px;
  letter-spacing: 0.19em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 18px;
  min-height: 2.9em;
  line-height: 1.45;
}

.results__item p {
  margin-top: 16px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.6;
}

.results__note {
  margin-top: 44px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.42);
  max-width: 760px;
}

/* ---------- values ---------- */
.values {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2px;
  background: rgba(10, 26, 47, 0.12);
}

.values__item {
  background: #fff;
  padding: 44px 44px 46px;
  display: flex;
  gap: 26px;
  align-items: flex-start;
  transition: background 0.3s ease;
}

.values__item:hover {
  background: #fbfaf7;
}

.values__icon {
  flex: none;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  margin-top: 4px;
}

.values__icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: var(--gold);
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.values__item h3 {
  font-size: 21px;
}

.values__item p {
  margin-top: 12px;
  font-size: 16px;
}

/* ---------- testimonial ---------- */
.testimonial {
  background: var(--ink-deep);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.testimonial::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 20% 0%, rgba(46, 84, 129, 0.4), transparent 62%);
}

.testimonial__inner {
  position: relative;
  padding-block: 104px;
  text-align: center;
}

.testimonial__eyebrow {
  display: block;
  margin-bottom: 18px;
}

.testimonial__title {
  color: #fff;
  font-size: clamp(26px, 2.4vw, 36px);
  max-width: 760px;
  margin-inline: auto;
}

.testimonial__mark {
  font-family: var(--ff-d);
  font-size: 74px;
  line-height: 0.6;
  color: var(--gold);
  opacity: 0.55;
  margin: 40px 0 6px;
}

.testimonial__quote {
  font-family: var(--ff-d);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(19px, 1.75vw, 26px);
  line-height: 1.62;
  color: rgba(255, 255, 255, 0.94);
  max-width: 1000px;
  margin-inline: auto;
}

.testimonial__byline {
  margin-top: 30px;
  font-size: 13px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
}

.testimonial__role {
  display: block;
  font-style: normal;
  letter-spacing: 0.06em;
  text-transform: none;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 8px;
  font-size: 13px;
}

/* ---------- contact ---------- */
.contact {
  position: relative;
  background-color: var(--ink-mid);
  background-image: url("../assets/images/bg-contact.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.contact::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(5, 15, 30, 0.93), rgba(6, 20, 38, 0.78));
}

.contact__inner {
  position: relative;
  padding-block: 96px;
}

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

.contact__title {
  color: #fff;
  font-size: clamp(27px, 2.5vw, 37px);
}

.contact__intro .eyebrow {
  display: block;
  margin-bottom: 16px;
}

.contact__intro p {
  color: rgba(255, 255, 255, 0.76);
  margin-top: 20px;
  font-size: 17px;
  max-width: 520px;
}

.contact__meta {
  margin-top: 38px;
  display: grid;
  gap: 2px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.contact__row {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.contact__row svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: var(--gold);
  stroke-width: 1.4;
  flex: none;
  margin-top: 4px;
}

.contact__row b {
  display: block;
  font-family: var(--ff-b);
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 5px;
}

.contact__row span {
  color: #fff;
  font-size: 17px;
  line-height: 1.5;
}

.contact__phone {
  font-size: 24px;
  color: #fff;
}

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

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

.form__title {
  font-size: 23px;
}

.form > p {
  font-size: 15px;
  margin-top: 10px;
  color: #6e7683;
}

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

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

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

.form__field label {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #7c848f;
  margin-bottom: 8px;
}

.form__field input,
.form__field select {
  height: 40px;
}

.form__field textarea {
  height: 120px;
  resize: vertical;
  padding-top: 11px;
}

.form__field input,
.form__field select,
.form__field textarea {
  width: 100%;
  font-family: var(--ff-b);
  font-weight: 300;
  font-size: 16px;
  color: var(--ink);
  background: #fbfaf8;
  border: 1px solid rgba(10, 26, 47, 0.2);
  border-radius: 3px;
  padding-inline: 14px;
  transition: border-color 0.25s ease, background 0.25s ease;
}

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

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

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

.form__note {
  margin-top: 16px;
  font-size: 12.5px;
  color: #8a929d;
  line-height: 1.55;
}

/* ---------- footer ---------- */
.footer {
  background: var(--ink);
  color: rgba(255, 255, 255, 0.66);
  font-size: 15.5px;
}

.footer__inner {
  padding-block: 72px;
}

.footer__top {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 56px;
  align-items: start;
}

.footer__logo {
  width: 300px;
  height: auto;
  margin-bottom: 26px;
}

.footer__heading {
  color: #fff;
  font-family: var(--ff-b);
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.footer__links {
  display: grid;
  gap: 11px;
}

.footer__links a:hover,
.footer address a:hover {
  color: var(--gold-lt);
}

.footer address {
  font-style: normal;
  line-height: 1.7;
}

.footer address a {
  display: block;
  margin-top: 14px;
  color: #fff;
  font-size: 19px;
}

.footer__bar {
  margin-top: 56px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  justify-content: space-between;
  gap: 26px;
  flex-wrap: wrap;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.42);
}

.footer__bar p {
  max-width: 820px;
  line-height: 1.6;
}

.credit {
  background: var(--ink-deep);
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
  letter-spacing: 0.05em;
}

.credit__inner {
  padding-block: 16px;
  text-align: center;
}

.credit b {
  color: var(--gold);
  font-weight: 500;
}

/* ---------- motion ---------- */
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.8s cubic-bezier(0.22, 0.61, 0.36, 1),
    transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}

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

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

  .reveal {
    opacity: 1;
    transform: none;
  }

  .hero__content > *,
  .hero__image {
    opacity: 1;
    transform: none;
  }
}

/* ---------- responsive ---------- */
@media (max-width: 1500px) {
  .header__nav,
  .header__nav-list {
    gap: 20px;
  }
}

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

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

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

  .header__inner {
    gap: 22px;
    min-height: 92px;
  }

  .header__nav,
  .header__nav-list {
    gap: 16px;
  }

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

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

  .about {
    gap: 44px;
  }

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

  .results__item:nth-child(3) {
    border-left: 0;
  }

  .results__item:nth-child(n + 3) {
    border-top: 1px solid rgba(255, 255, 255, 0.14);
  }

  .contact__grid {
    gap: 48px;
  }
}

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

  .header.is-open .header__overlay:not([hidden]) {
    display: block;
  }

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

  .header__toggle {
    display: 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;
    z-index: 2;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: var(--ink-deep);
    transform: translateX(100%);
    visibility: hidden;
    pointer-events: none;
    transition: transform 0.35s ease, visibility 0.35s ease;
    overflow-y: auto;
  }

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

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

  .header__nav-link {
    display: block;
    width: 100%;
    padding: 14px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    font-size: 16px;
  }

  .header__cta {
    display: none;
  }

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

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

@media (max-width: 980px) {
  .btn {
    white-space: normal;
    font-size: 17px;
    padding: 16px 28px;
  }

  .btn--sm {
    font-size: 15px;
    padding: 12px 22px;
  }
}

@media (max-width: 1000px) {
  .accolades__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 0;
  }

  .accolades__item:nth-child(3) {
    border-left: 0;
  }

  .accolades__item {
    min-height: 88px;
    padding-inline: 18px;
  }

  .section {
    padding-block: 76px;
  }

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

  .about__figure {
    max-width: 520px;
  }

  .about__figure img {
    aspect-ratio: 4 / 3;
  }

  .practice {
    grid-template-columns: 1fr;
    gap: 28px;
  }

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

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

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

  .footer__top > div:first-child {
    grid-column: 1 / -1;
  }
}

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

  .hero::after {
    width: 100%;
    right: -20%;
    bottom: -8%;
    height: 70%;
  }

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

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

  .hero__visual {
    position: relative;
    width: 100%;
    height: 420px;
    right: auto;
    bottom: auto;
  }

  .hero__image {
    animation: none;
    opacity: 1;
    transform: none;
  }
}

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

  body {
    font-size: 16px;
  }

  .container {
    width: 100%;
  }

  .hero__visual {
    height: 330px;
  }

  .hero__actions {
    gap: 18px;
    flex-direction: column;
    align-items: stretch;
  }

  .hero__actions .btn {
    width: 100%;
  }

  .hero__phone {
    font-size: 22px;
    justify-content: center;
  }

  .counties__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding-block: 20px;
  }

  .counties__label {
    max-width: none;
  }

  .counties__list {
    width: 100%;
    row-gap: 4px;
  }

  .counties__item {
    padding: 2px 13px;
  }

  .counties__item:first-child {
    padding-left: 0;
  }

  .counties__name {
    font-size: 17px;
  }

  .accolades__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .accolades__item {
    border-left: 0;
    padding-inline: 0;
  }

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

  .results__item {
    border-left: 0;
    padding: 32px 0;
  }

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

  .values__item {
    padding: 32px 26px;
    gap: 18px;
  }

  .practice__body {
    padding: 30px 26px 34px;
  }

  .form {
    padding: 32px 24px 36px;
  }

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

  .about__figure::after {
    display: none;
  }

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

  .footer__logo {
    width: 250px;
  }

  .utility__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
}
