:root {
  --navy-900: #061525;
  --navy-800: #0b1f33;
  --navy-700: #123049;
  --navy-600: #1b4363;
  --cyan: #00afee;
  --cyan-700: #0090c6;
  --paper: #f1f6fa;
  --paper-2: #e4edf4;
  --ink: #14212c;
  --muted: #5c6e7d;
  --hair: rgba(255, 255, 255, 0.16);
  --hair-ink: rgba(20, 33, 44, 0.14);
  --disp: "Bodoni Moda", Didot, "Times New Roman", serif;
  --body: "Manrope", -apple-system, "Segoe UI", sans-serif;
  --container-max: 1320px;
  --nav-breakpoint: 1200px;
  --site-chrome-height: 156px;
  --pad: 45px;
  --atty-w: 55%;
}

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

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

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.72;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

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

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

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

button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
}

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

h1,
h2,
h3,
h4 {
  margin: 0;
  font-family: var(--disp);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.005em;
}

/* ---------- layout ---------- */
.container {
  width: min(100% - (var(--pad) * 2), var(--container-max));
  margin-inline: auto;
}

.section {
  padding-top: 104px;
  padding-bottom: 104px;
}

.section__eyebrow {
  font-family: var(--body);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--cyan);
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}

.section__eyebrow::before {
  content: "";
  width: 34px;
  height: 2px;
  background: var(--cyan);
  flex: none;
}

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

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

.section__header {
  max-width: 760px;
}

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

.section__header--center .section__eyebrow {
  justify-content: center;
}

/* ---------- buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--body);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.01em;
  padding: 17px 34px;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  background: var(--cyan);
  color: #04222f;
  white-space: nowrap;
  max-width: 100%;
  line-height: 1.35;
  transition:
    background 0.25s ease,
    transform 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease;
}

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

.btn--ghost {
  background: transparent;
  color: #fff;
  border-color: var(--hair);
}

.btn--ghost:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.4);
  color: #fff;
}

.btn--ink {
  background: var(--navy-800);
  color: #fff;
}

.btn--ink:hover {
  background: var(--navy-700);
}

.btn--sm {
  font-size: 20px;
  padding: 14px 30px;
}

/* ---------- utility bar ---------- */
.utility {
  background: var(--navy-900);
  color: rgba(255, 255, 255, 0.72);
  font-size: 13.5px;
  letter-spacing: 0.02em;
}

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

.utility__meta {
  display: flex;
  align-items: center;
  gap: 26px;
  min-width: 0;
}

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

.utility svg {
  flex: none;
  opacity: 0.8;
}

.utility__tel {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #fff;
  font-family: var(--disp);
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
}

.utility__tel svg {
  opacity: 1;
}

.utility__tel:hover {
  color: var(--cyan);
}

/* ---------- header ---------- */
.header {
  background: var(--navy-800);
  border-bottom: 1px solid var(--hair);
  position: relative;
  z-index: 40;
}

.header__inner {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.2vw, 40px);
  min-height: 104px;
}

.header__brand {
  flex: none;
  flex-shrink: 0;
  width: 250px;
}

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

.header__toggle {
  display: none;
  margin-left: auto;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid var(--hair);
  border-radius: 4px;
  background: transparent;
  color: #fff;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  z-index: 50;
}

.header__toggle-bars {
  position: relative;
  width: 22px;
  height: 16px;
  display: block;
}

.header__toggle-bars span {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: currentColor;
  border-radius: 1px;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease,
    top 0.3s ease;
}

.header__toggle-bars span:nth-child(1) {
  top: 0;
}

.header__toggle-bars span:nth-child(2) {
  top: 7px;
}

.header__toggle-bars span:nth-child(3) {
  top: 14px;
}

body.is-menu-open .header__toggle-bars span:nth-child(1) {
  top: 7px;
  transform: rotate(45deg);
}

body.is-menu-open .header__toggle-bars span:nth-child(2) {
  opacity: 0;
}

body.is-menu-open .header__toggle-bars span:nth-child(3) {
  top: 7px;
  transform: rotate(-45deg);
}

.header__overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(6, 21, 37, 0.62);
  z-index: 45;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.header__nav {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2vw, 34px);
  margin-left: auto;
}

.header__nav-close {
  display: none;
}

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

.header__nav-link {
  flex-shrink: 0;
  font-size: clamp(13px, 1.05vw, 16px);
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 0.01em;
  white-space: nowrap;
  padding: 6px 0;
  position: relative;
}

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

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

.header__cta {
  flex: none;
  flex-shrink: 0;
  font-size: clamp(14px, 1.15vw, 20px);
  padding: clamp(10px, 1vw, 14px) clamp(16px, 1.8vw, 30px);
}

.header__nav-extras {
  display: none;
}

/* ---------- hero ---------- */
.hero {
  position: relative;
  background: var(--navy-800);
  overflow: hidden;
  isolation: isolate;
  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: url("../assets/images/bg-hero.jpg") center 30% / cover no-repeat;
  opacity: 0.5;
}

.hero__scrim {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      100deg,
      rgba(6, 21, 37, 0.97) 0%,
      rgba(6, 21, 37, 0.9) 38%,
      rgba(11, 31, 51, 0.55) 62%,
      rgba(11, 31, 51, 0.35) 100%
    ),
    radial-gradient(
      120% 90% at 78% 100%,
      rgba(0, 175, 238, 0.16) 0%,
      transparent 60%
    );
}

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

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

.hero__title {
  color: #fff;
  font-size: clamp(34px, 3.55vw, 58px);
  line-height: 1.06;
  letter-spacing: -0.015em;
}

.hero__subtitle {
  font-family: var(--body);
  font-weight: 500;
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.82);
  margin-top: 20px;
  max-width: 30ch;
}

.hero__subtitle em {
  font-family: var(--disp);
  font-style: italic;
  font-weight: 500;
  color: var(--cyan);
}

.hero__subtitle-emph {
  white-space: nowrap;
}

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

.hero__tel {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-family: var(--disp);
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  white-space: nowrap;
  border-bottom: 1px solid var(--hair);
  padding-bottom: 6px;
}

.hero__tel:hover {
  color: var(--cyan);
  border-color: var(--cyan);
}

.hero__trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 40px;
  border-top: 1px solid var(--hair);
  padding-top: 22px;
}

.hero__trust-item {
  padding-left: 20px;
  border-left: 1px solid var(--hair);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.6;
}

.hero__trust-item:first-child {
  padding-left: 0;
  border-left: 0;
}

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

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

.hero__rule {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  z-index: 4;
  background: linear-gradient(90deg, var(--cyan), rgba(0, 175, 238, 0) 70%);
}

/* ---------- accolades ---------- */
.accolades {
  background: var(--navy-900);
  border-top: 1px solid var(--hair);
}

.accolades__inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
  align-items: center;
  padding: 40px 0;
}

.accolades__item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 10px 12px;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

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

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

.accolades__item:hover .accolades__image {
  opacity: 1;
}

/* ---------- about ---------- */
.about__grid {
  display: grid;
  grid-template-columns: minmax(0, 44%) minmax(0, 56%);
  gap: 76px;
  align-items: center;
}

.about__media {
  position: relative;
}

.about__media img {
  width: 100%;
  height: auto;
  border-radius: 2px;
}

.about__media::after {
  content: "";
  position: absolute;
  left: -14px;
  top: -14px;
  width: 96px;
  height: 96px;
  border-left: 3px solid var(--cyan);
  border-top: 3px solid var(--cyan);
}

.about__stat {
  position: absolute;
  right: -28px;
  bottom: 38px;
  background: var(--navy-800);
  color: #fff;
  padding: 26px 30px;
  max-width: 230px;
}

.about__stat-value {
  display: block;
  font-family: var(--disp);
  font-size: 40px;
  line-height: 1;
  color: var(--cyan);
}

.about__stat-label {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.5;
}

.about__content h2 {
  font-size: clamp(30px, 3.05vw, 48px);
}

.about__content p {
  color: var(--muted);
  margin: 22px 0 0;
}

.about__content .btn {
  margin-top: 34px;
}

/* ---------- practice areas ---------- */
.practice {
  background: var(--paper-2);
}

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

.practice-card {
  position: relative;
  overflow: hidden;
  background: var(--navy-800);
  min-height: 380px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: transform 0.35s ease;
}

.practice-card:hover {
  transform: translateY(-6px);
}

.practice-card__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.practice-card:hover .practice-card__image {
  transform: scale(1.05);
}

.practice-card__scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(6, 21, 37, 0.42) 0%,
    rgba(6, 21, 37, 0.74) 50%,
    rgba(6, 21, 37, 0.96) 100%
  );
}

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

.practice-card__num {
  font-family: var(--body);
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.2em;
  color: var(--cyan);
  display: block;
  margin-bottom: 10px;
}

.practice-card__title {
  color: #fff;
  font-size: 25px;
  line-height: 1.18;
}

.practice-card__link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 16px;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}

.practice-card:hover .practice-card__link {
  color: var(--cyan);
}

/* ---------- results ---------- */
.results {
  position: relative;
  background: var(--navy-900);
  color: #fff;
  overflow: hidden;
}

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

.results__scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 21, 37, 0.9), rgba(6, 21, 37, 0.72));
}

.results__inner {
  position: relative;
}

.results__title {
  color: #fff;
}

.results__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 56px;
}

.results__item {
  padding: 8px 34px;
  border-left: 1px solid var(--hair);
}

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

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

.results__amount {
  display: block;
  font-family: var(--disp);
  font-weight: 600;
  font-size: clamp(30px, 2.9vw, 44px);
  line-height: 1;
  color: var(--cyan);
  letter-spacing: -0.02em;
}

.results__amount small {
  font-size: 0.55em;
  font-weight: 400;
  opacity: 0.7;
}

.results__label {
  display: block;
  margin-top: 16px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.55;
}

.results__note {
  margin-top: 52px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  max-width: 70ch;
}

/* ---------- values ---------- */
.values__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
  margin-top: 56px;
}

.values__item {
  background: #fff;
  padding: 40px 32px;
  border-top: 3px solid var(--cyan);
  box-shadow: 0 1px 3px rgba(6, 21, 37, 0.06);
  display: flex;
  flex-direction: column;
}

.values__value {
  display: block;
  font-family: var(--disp);
  font-size: clamp(32px, 2.7vw, 44px);
  line-height: 1.08;
  color: var(--navy-800);
  letter-spacing: -0.02em;
  min-height: 2.16em;
}

.values__label {
  display: block;
  margin-top: 14px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  line-height: 1.6;
}

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

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

.testimonial__scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(6, 21, 37, 0.95), rgba(11, 31, 51, 0.78));
}

.testimonial__inner {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.testimonial__mark {
  font-family: var(--disp);
  font-size: 96px;
  line-height: 0.7;
  color: var(--cyan);
  display: block;
  margin-bottom: 8px;
}

.testimonial__title {
  color: #fff;
}

.testimonial__quote {
  margin: 0;
}

.testimonial__quote-title {
  margin-top: 34px;
  font-size: 26px;
  color: #fff;
  font-style: italic;
  font-weight: 500;
  line-height: 1.35;
}

.testimonial__text {
  color: rgba(255, 255, 255, 0.82);
  margin: 22px auto 0;
  max-width: 74ch;
}

.testimonial__cite {
  display: block;
  margin-top: 30px;
  font-family: var(--body);
  font-style: normal;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--cyan);
}

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

/* ---------- contact ---------- */
.contact {
  background: var(--paper);
}

.contact__grid {
  display: grid;
  grid-template-columns: minmax(0, 42%) minmax(0, 58%);
  gap: 76px;
  align-items: start;
}

.contact__info h2 {
  font-size: clamp(30px, 3.05vw, 48px);
}

.contact__lede {
  color: var(--muted);
  margin: 22px 0 0;
}

.contact__meta {
  margin-top: 40px;
  display: grid;
  gap: 26px;
}

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

.contact__meta-body {
  min-width: 0;
}

.contact__icon {
  flex: none;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--navy-800);
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact__meta-item dt {
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--cyan);
}

.contact__meta-item dd {
  margin: 6px 0 0;
  font-size: 16.5px;
  line-height: 1.6;
  color: var(--ink);
  white-space: pre-line;
}

.contact__phone {
  font-family: var(--disp);
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}

.contact-form {
  background: #fff;
  padding: 46px 44px;
  box-shadow: 0 2px 20px rgba(6, 21, 37, 0.07);
  border-top: 3px solid var(--cyan);
}

.contact-form__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.field {
  display: block;
  margin-bottom: 20px;
  min-width: 0;
}

.field__label {
  display: block;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 9px;
}

.field__input,
.field__select {
  width: 100%;
  height: 40px;
  padding: 0 14px;
  border: 1px solid var(--hair-ink);
  border-radius: 2px;
  background: #fbfdfe;
  font-size: 16px;
}

.field__textarea {
  width: 100%;
  height: 120px;
  padding: 11px 14px;
  border: 1px solid var(--hair-ink);
  border-radius: 2px;
  background: #fbfdfe;
  font-size: 16px;
  resize: vertical;
  font-family: var(--body);
  line-height: 1.6;
}

.field__input:focus,
.field__select:focus,
.field__textarea:focus {
  border-color: var(--cyan);
  background: #fff;
}

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

.contact-form__fine {
  margin: 18px 0 0;
  font-size: 12.5px;
  color: var(--muted);
  line-height: 1.6;
}

/* ---------- footer ---------- */
.footer {
  background: var(--navy-900);
  color: rgba(255, 255, 255, 0.7);
  padding-top: 78px;
}

.footer__top {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: 60px;
  padding-bottom: 58px;
}

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

.footer__brand p {
  margin: 26px 0 0;
  font-size: 15.5px;
  line-height: 1.75;
  white-space: pre-line;
}

.footer__heading {
  font-family: var(--body);
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--cyan);
  margin-bottom: 20px;
}

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

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

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

.footer__tel {
  font-family: var(--disp);
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  display: inline-block;
}

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

.footer__bar {
  border-top: 1px solid var(--hair);
  padding: 30px 0 42px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}

.footer__bar p {
  margin: 0;
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.5);
  max-width: 88ch;
  white-space: normal;
}

/* ---------- progressive header scaling before hamburger ---------- */
@media (max-width: 1400px) {
  .header__nav-list {
    gap: 22px;
  }

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

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

@media (max-width: 1280px) {
  :root {
    --pad: 34px;
    --atty-w: 48%;
  }

  .header__inner {
    gap: 20px;
  }

  .header__nav-list {
    gap: 16px;
  }

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

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

  .about__grid {
    gap: 48px;
  }

  .results__item {
    padding: 8px 22px;
  }
}

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

/* ---------- mobile nav at 1200px ---------- */
@media (max-width: 1200px) {
  :root {
    --atty-w: 100%;
  }

  .section {
    padding-top: 78px;
    padding-bottom: 78px;
  }

  .header__toggle {
    display: inline-flex;
  }

  .header__cta--desktop {
    display: none;
  }

  .header__overlay {
    display: block;
  }

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

  .header__nav {
    position: fixed;
    top: 0;
    right: 0;
    width: min(360px, 88vw);
    height: 100%;
    margin: 0;
    padding: 88px 28px 40px;
    background: var(--navy-800);
    border-left: 1px solid var(--hair);
    flex-direction: column;
    align-items: stretch;
    gap: 28px;
    z-index: 50;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    overflow-y: auto;
  }

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

  .header__nav-close {
    display: inline-flex;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--hair);
    border-radius: 4px;
    background: transparent;
    color: #fff;
    cursor: pointer;
    font-size: 28px;
    line-height: 1;
  }

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

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

  .header__nav-extras {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-top: auto;
    padding-top: 24px;
    border-top: 1px solid var(--hair);
  }

  .header__nav-tel {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-family: var(--disp);
    font-size: 22px;
    font-weight: 600;
  }

  .header__nav-tel:hover {
    color: var(--cyan);
  }

  .header__cta--nav {
    width: 100%;
    white-space: normal;
    text-align: center;
  }

  .hero {
    height: auto;
    min-height: calc(100vh - var(--site-chrome-height));
    min-height: calc(100dvh - var(--site-chrome-height));
    min-height: calc(100svh - var(--site-chrome-height));
    padding-bottom: 0;
  }

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

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

  .hero__subtitle {
    max-width: 46ch;
  }

  .hero__visual {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    height: auto;
    justify-content: center;
  }

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

  .accolades__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 0;
  }

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

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

  .about__media {
    max-width: 560px;
  }

  .about__stat {
    right: auto;
    left: 0;
    bottom: -20px;
  }

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

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

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

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

  .contact__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 48px;
  }

  .footer__top {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 44px;
  }
}

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

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

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

  .utility__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 14px 0;
  }

  .utility__meta {
    flex-wrap: wrap;
    gap: 8px 20px;
    width: 100%;
  }

  .utility__item {
    white-space: normal;
    align-items: flex-start;
    line-height: 1.5;
  }

  .utility__item svg {
    margin-top: 4px;
  }

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

  .hero__trust {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }

  .hero__trust-item {
    padding-left: 0;
    border-left: 0;
    padding-top: 10px;
    border-top: 1px solid var(--hair);
  }

  .hero__trust-item:first-child {
    padding-top: 0;
    border-top: 0;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .accolades__inner {
    gap: 26px 0;
  }

  .accolades__item {
    border-left: 0;
    padding: 6px 0;
  }

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

  .contact-form {
    padding: 30px 22px;
  }

  .contact-form__row {
    grid-template-columns: minmax(0, 1fr);
  }

  .about__stat {
    position: static;
    max-width: none;
    margin-top: 18px;
  }

  .about__media::after {
    display: none;
  }

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

  .testimonial__mark {
    font-size: 70px;
  }

  .testimonial__quote-title {
    font-size: 21px;
  }
}

@media (max-width: 640px) {
  .hero__actions .btn {
    width: 100%;
    white-space: normal;
    font-size: 17px;
    padding: 15px 22px;
  }

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

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