:root {
  --navy-900: #07121f;
  --navy-850: #0a1a2c;
  --navy-800: #102639;
  --navy-700: #173853;
  --navy-600: #1f4a6e;
  --blue-500: #1f6e9c;
  --blue-400: #2f86ba;
  --blue-300: #6fb0d4;
  --copper: #c67c22;
  --copper-lt: #e39a45;
  --copper-dk: #9a5c13;
  --cream: #f7f4ef;
  --cream-2: #efeae2;
  --ink: #1b2430;
  --ink-soft: #4a5766;
  --line: rgba(255, 255, 255, 0.14);
  --serif: "Frank Ruhl Libre", Georgia, serif;
  --sans: "Karla", -apple-system, "Segoe UI", sans-serif;
  --cond: "Oswald", "Karla", sans-serif;
  --pad: 45px;
  --container-max: 1780px;
  --nav-breakpoint: 1200px;
  --site-chrome-height: 198px;
}

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

html,
body {
  margin: 0;
  padding: 0;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  font-family: var(--sans);
  color: var(--ink);
  background: #fff;
  font-size: 17px;
  line-height: 1.72;
  -webkit-font-smoothing: antialiased;
}

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

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

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

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

p {
  margin: 0 0 1.15em;
}

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

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

.eyebrow {
  font-family: var(--cond);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--copper);
  margin: 0 0 18px;
}

.eyebrow--light {
  color: var(--copper-dk);
}

.rule {
  width: 74px;
  height: 3px;
  background: var(--copper);
  border-radius: 2px;
}

/* ---------- buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--sans);
  font-weight: 700;
  font-size: 20px;
  line-height: 1.35;
  padding: 19px 38px;
  border-radius: 999px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: 0.25s ease;
  white-space: nowrap;
  text-align: center;
  max-width: 100%;
}

.btn--primary {
  background: linear-gradient(180deg, var(--copper-lt), var(--copper));
  color: #fff;
  box-shadow: 0 12px 26px -12px rgba(198, 124, 34, 0.75);
}

.btn--primary:hover {
  background: linear-gradient(180deg, var(--copper), var(--copper-dk));
  transform: translateY(-2px);
}

.btn--outline {
  border-color: rgba(255, 255, 255, 0.55);
  color: #fff;
}

.btn--outline:hover {
  background: #fff;
  color: var(--navy-850);
  border-color: #fff;
}

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

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

.btn--sm {
  font-size: 16px;
  padding: 14px 28px;
}

/* ---------- logo ---------- */
.logo {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  flex-shrink: 0;
}

.logo__image {
  height: 58px;
  width: auto;
  flex-shrink: 0;
  max-width: none;
}

.logo__lockup {
  display: flex;
  flex-direction: column;
  line-height: 1;
  min-width: 0;
}

.logo__eyebrow {
  font-family: var(--cond);
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--blue-300);
  margin-bottom: 5px;
  white-space: nowrap;
}

.logo__name {
  font-family: var(--cond);
  font-weight: 600;
  font-size: 26px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
}

.logo__amp {
  color: var(--copper-lt);
}

/* ---------- topbar ---------- */
.topbar {
  background: var(--navy-900);
  color: rgba(255, 255, 255, 0.72);
  font-size: 13.5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  flex-wrap: wrap;
}

.topbar__left {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}

.topbar__item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.topbar__icon {
  width: 14px;
  height: 14px;
  fill: var(--copper);
  flex: 0 0 auto;
}

.topbar__right {
  font-family: var(--cond);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 12.5px;
  color: var(--copper-lt);
}

/* ---------- header ---------- */
.header {
  background: var(--navy-850);
  position: relative;
  z-index: 60;
  box-shadow: 0 12px 34px -20px rgba(0, 0, 0, 0.65);
}

.header__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(16px, 2vw, 26px);
  padding-top: 22px;
  padding-bottom: 22px;
  flex-wrap: nowrap;
}

.header__actions {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2vw, 26px);
  justify-content: flex-end;
  flex-shrink: 0;
  min-width: 0;
}

.header__phone {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
  text-align: right;
  flex-shrink: 0;
}

.header__phone-label {
  font-family: var(--cond);
  font-size: 11.5px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--blue-300);
}

.header__phone-number {
  font-family: var(--serif);
  font-weight: 700;
  font-size: clamp(18px, 1.5vw, 24px);
  color: #fff;
  margin-top: 5px;
  white-space: nowrap;
}

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

.header__toggle {
  display: none;
  background: none;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px;
  cursor: pointer;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  position: relative;
  z-index: 90;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.header__toggle-bar {
  display: block;
  width: 22px;
  height: 2px;
  background: #fff;
  margin: 0;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.header__toggle[aria-expanded="true"] .header__toggle-bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.header__toggle[aria-expanded="true"] .header__toggle-bar:nth-child(2) {
  opacity: 0;
}

.header__toggle[aria-expanded="true"] .header__toggle-bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.header__nav-bar {
  background: var(--navy-800);
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.header__nav-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
}

.header__nav {
  display: flex;
  align-items: center;
  min-width: 0;
}

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

.header__nav-link {
  display: block;
  font-family: var(--cond);
  font-weight: 400;
  font-size: clamp(13px, 1.05vw, 16px);
  color: rgba(255, 255, 255, 0.86);
  letter-spacing: 0.07em;
  text-transform: uppercase;
  position: relative;
  padding: 17px 0;
  white-space: nowrap;
  transition: 0.2s;
  flex-shrink: 0;
}

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

.header__nav-link:hover,
.header__nav-link--active {
  color: #fff;
}

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

.header__nav-extras {
  display: none;
}

.header__tagline {
  font-family: var(--cond);
  font-size: clamp(11px, 0.9vw, 12.5px);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  white-space: nowrap;
  margin: 0;
  flex-shrink: 0;
}

.header__overlay {
  position: fixed;
  inset: 0;
  background: rgba(7, 18, 31, 0.62);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 70;
}

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

/* ---------- hero ---------- */
.hero {
  position: relative;
  padding: clamp(24px, 4vw, 56px) clamp(20px, 3vw, 40px) 0;
  overflow: hidden;
  background: var(--navy-900);
  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;
  opacity: 0.5;
}

.hero__veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    100deg,
    rgba(7, 18, 31, 0.97) 0%,
    rgba(7, 18, 31, 0.93) 34%,
    rgba(12, 32, 52, 0.78) 55%,
    rgba(23, 56, 83, 0.55) 100%
  );
}

.hero__glow {
  position: absolute;
  right: -4%;
  bottom: -16%;
  width: min(60%, 940px);
  height: 124%;
  background: radial-gradient(
    56% 60% at 50% 44%,
    rgba(88, 168, 212, 0.62) 0%,
    rgba(47, 134, 186, 0.42) 38%,
    rgba(31, 74, 110, 0.24) 62%,
    rgba(7, 18, 31, 0) 80%
  );
}

.hero__inner {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  max-width: var(--container-max);
}

.hero__content {
  position: relative;
  z-index: 3;
  max-width: min(100%, 640px);
  width: min(100%, 50%);
  padding-right: clamp(16px, 3vw, 40px);
  min-width: 0;
}

.hero__title {
  font-size: clamp(38px, 4.1vw, 64px);
  color: #fff;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.hero__title-accent {
  font-style: normal;
  color: var(--copper-lt);
  display: block;
}

.hero__subtitle {
  font-family: var(--sans);
  font-weight: 500;
  font-size: clamp(16px, 1.28vw, 20.5px);
  color: rgba(255, 255, 255, 0.84);
  margin: 20px 0 0;
  letter-spacing: 0.01em;
  line-height: 1.5;
}

.hero__rule {
  margin: 26px 0 28px;
}

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

.hero__phone {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
  white-space: nowrap;
  flex-shrink: 0;
}

.hero__phone-label {
  font-family: var(--cond);
  font-size: 11.5px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--blue-300);
  margin-bottom: 6px;
}

.hero__phone-number {
  font-family: var(--serif);
  font-weight: 700;
  font-size: 24px;
  color: #fff;
}

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

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

/* ---------- accolades ---------- */
.accolades {
  background: var(--cream);
  border-bottom: 1px solid rgba(27, 36, 48, 0.09);
}

.accolades__inner {
  padding-top: 38px;
  padding-bottom: 38px;
  display: grid;
  grid-template-columns: minmax(0, auto) minmax(0, 1fr);
  align-items: center;
  gap: 44px;
}

.accolades__lead {
  font-family: var(--cond);
  font-size: 14px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink-soft);
  line-height: 1.6;
  max-width: 220px;
}

.accolades__title {
  display: block;
  font-family: var(--serif);
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0;
  text-transform: none;
  color: var(--navy-800);
  margin-bottom: 6px;
}

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

.accolades__slot {
  display: flex;
  align-items: center;
  justify-content: center;
}

.accolades__slot img {
  width: auto;
  max-width: 100%;
  height: auto;
  opacity: 0.9;
  transition: 0.3s;
}

.accolades__slot:hover img {
  opacity: 1;
}

.accolades__slot--mdaf img {
  height: 92px;
}

.accolades__slot--ntl img {
  height: 78px;
}

.accolades__slot--super img {
  height: 42px;
}

.accolades__slot--aaj img {
  height: 66px;
}

/* ---------- sections ---------- */
.section {
  position: relative;
  padding-top: 104px;
  padding-bottom: 104px;
}

.section__head {
  max-width: 820px;
}

.section__title {
  font-size: clamp(30px, 2.85vw, 46px);
  color: var(--navy-850);
}

.section__sub {
  margin-top: 18px;
  color: var(--ink-soft);
  font-size: 18px;
}

/* ---------- about ---------- */
.about {
  background: #fff;
}

.about__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(36px, 4.4vw, 78px);
  align-items: center;
}

.about__media {
  position: relative;
}

.about__image {
  width: 100%;
  height: clamp(420px, 42vw, 620px);
  object-fit: cover;
  border-radius: 4px;
}

.about__frame {
  position: absolute;
  inset: auto -18px -18px auto;
  width: 62%;
  height: 62%;
  border: 2px solid var(--copper);
  border-radius: 4px;
  z-index: -1;
}

.about__stat {
  position: absolute;
  left: -1px;
  bottom: 34px;
  background: var(--navy-850);
  color: #fff;
  padding: 24px 30px;
  border-left: 4px solid var(--copper);
  max-width: 290px;
}

.about__stat-value {
  font-family: var(--serif);
  font-size: 40px;
  font-weight: 900;
  display: block;
  line-height: 1;
}

.about__stat-label {
  font-family: var(--cond);
  font-size: 12.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--blue-300);
  display: block;
  margin-top: 8px;
}

.about__title {
  font-size: clamp(30px, 2.85vw, 46px);
  color: var(--navy-850);
}

.about__subtitle {
  font-family: var(--sans);
  font-weight: 600;
  font-size: 19px;
  color: var(--copper-dk);
  margin: 14px 0 22px;
  letter-spacing: 0.01em;
}

.about__content p {
  color: var(--ink-soft);
}

.about__footer {
  margin-top: 32px;
  display: flex;
  align-items: center;
  gap: 26px;
  flex-wrap: wrap;
  padding-top: 28px;
  border-top: 1px solid rgba(27, 36, 48, 0.12);
}

.about__name {
  font-family: var(--serif);
  font-weight: 700;
  font-size: 19px;
  color: var(--navy-850);
  line-height: 1.3;
}

.about__location {
  display: block;
  font-family: var(--cond);
  font-weight: 400;
  font-size: 12.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-top: 6px;
}

/* ---------- practice ---------- */
.practice {
  background: var(--cream);
}

.practice__head-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 34px;
  flex-wrap: wrap;
  margin-bottom: 52px;
}

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

.practice__card {
  background: #fff;
  border: 1px solid rgba(27, 36, 48, 0.09);
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: 0.3s ease;
}

.practice__card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 50px -26px rgba(7, 18, 31, 0.42);
  border-color: rgba(198, 124, 34, 0.4);
}

.practice__thumb {
  position: relative;
  height: 212px;
  overflow: hidden;
}

.practice__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s ease;
}

.practice__card:hover .practice__thumb img {
  transform: scale(1.06);
}

.practice__thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 18, 31, 0) 40%, rgba(7, 18, 31, 0.62) 100%);
}

.practice__num {
  position: absolute;
  left: 20px;
  top: 18px;
  z-index: 2;
  font-family: var(--cond);
  font-size: 12px;
  letter-spacing: 0.2em;
  color: #fff;
  background: rgba(7, 18, 31, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.28);
  padding: 6px 11px;
  border-radius: 999px;
}

.practice__body {
  padding: 28px 26px 30px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.practice__card-title {
  font-size: 23px;
  color: var(--navy-850);
}

.practice__body p {
  margin-top: 12px;
  font-size: 15.5px;
  color: var(--ink-soft);
  line-height: 1.66;
}

.practice__more {
  margin-top: 20px;
  font-family: var(--cond);
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--copper-dk);
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.practice__more::after {
  content: "";
  width: 20px;
  height: 1px;
  background: var(--copper);
  transition: 0.3s;
}

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

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

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

.results__veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 18, 31, 0.9), rgba(10, 26, 44, 0.94));
}

.results__inner {
  position: relative;
}

.results__top {
  text-align: center;
  max-width: 940px;
  margin: 0 auto 58px;
}

.results__title {
  font-size: clamp(30px, 3vw, 48px);
  color: #fff;
}

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

.results__item {
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid var(--line);
  border-top: 3px solid var(--copper);
  border-radius: 3px;
  padding: 38px 28px 34px;
  text-align: center;
  transition: 0.3s;
}

.results__item:hover {
  background: rgba(47, 134, 186, 0.12);
  transform: translateY(-5px);
}

.results__amount {
  font-family: var(--serif);
  font-weight: 900;
  font-size: clamp(34px, 2.9vw, 46px);
  color: var(--copper-lt);
  line-height: 1;
}

.results__kind {
  font-family: var(--cond);
  font-size: 12.5px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #fff;
  margin-top: 16px;
}

.results__desc {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.66);
  margin-top: 10px;
}

.results__foot {
  text-align: center;
  margin-top: 52px;
  font-size: 14.5px;
  color: rgba(255, 255, 255, 0.55);
}

/* ---------- values ---------- */
.values {
  background: var(--cream-2);
  overflow: hidden;
}

.values__bg {
  position: absolute;
  inset: 0;
  background-image: url("../assets/images/bg-values.jpg");
  background-size: cover;
  background-position: center 28%;
  opacity: 0.14;
}

.values__inner {
  position: relative;
}

.values__top {
  max-width: 900px;
  margin-bottom: 54px;
}

.values__title {
  font-size: clamp(30px, 2.85vw, 46px);
  color: var(--navy-850);
}

.values__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.values__card {
  background: #fff;
  border-radius: 4px;
  padding: 44px 34px 40px;
  border-bottom: 3px solid var(--copper);
  box-shadow: 0 22px 44px -30px rgba(7, 18, 31, 0.32);
  display: flex;
  flex-direction: column;
}

.values__icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--navy-850);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.values__icon svg {
  width: 26px;
  height: 26px;
  fill: var(--copper-lt);
}

.values__card-title {
  font-size: 22px;
  color: var(--navy-850);
  line-height: 1.34;
}

.values__step {
  font-family: var(--cond);
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--copper-dk);
  margin-bottom: 12px;
}

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

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

.testimonial__veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(7, 18, 31, 0.95) 0%,
    rgba(10, 26, 44, 0.86) 52%,
    rgba(23, 56, 83, 0.62) 100%
  );
}

.testimonial__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, auto) minmax(0, 1fr);
  gap: clamp(28px, 3.4vw, 60px);
  align-items: start;
}

.testimonial__quote-mark {
  font-family: var(--serif);
  font-size: 150px;
  line-height: 0.72;
  color: var(--copper);
  font-weight: 900;
}

.testimonial__title {
  font-size: clamp(26px, 2.4vw, 36px);
  color: #fff;
  margin-bottom: 22px;
}

.testimonial__quote {
  margin: 0;
  font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.78;
  color: rgba(255, 255, 255, 0.9);
}

.testimonial__attribution {
  margin-top: 26px;
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.testimonial__stars {
  color: var(--copper-lt);
  letter-spacing: 3px;
  font-size: 18px;
}

.testimonial__name {
  font-family: var(--cond);
  font-size: 13px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #fff;
}

/* ---------- contact ---------- */
.contact {
  background: #fff;
}

.contact__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(34px, 4vw, 72px);
  align-items: start;
}

.contact__title {
  font-size: clamp(30px, 2.85vw, 44px);
  color: var(--navy-850);
}

.contact__intro {
  color: var(--ink-soft);
  margin-top: 18px;
}

.contact__info {
  margin-top: 34px;
  display: grid;
  gap: 20px;
}

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

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

.contact__icon svg {
  width: 19px;
  height: 19px;
  fill: var(--copper-dk);
}

.contact__label {
  font-family: var(--cond);
  font-size: 11.5px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

.contact__value {
  font-family: var(--serif);
  font-weight: 700;
  font-size: 19px;
  color: var(--navy-850);
  line-height: 1.4;
  margin-top: 3px;
}

.contact__shot {
  margin-top: 38px;
  position: relative;
}

.contact__shot img {
  width: 100%;
  height: 212px;
  object-fit: cover;
  border-radius: 4px;
}

.form {
  background: var(--navy-850);
  border-radius: 6px;
  padding: clamp(28px, 3vw, 46px);
  box-shadow: 0 34px 70px -40px rgba(7, 18, 31, 0.6);
  position: relative;
  overflow: hidden;
}

.form::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--copper), var(--copper-lt), var(--blue-400));
}

.form__title {
  color: #fff;
  font-size: 26px;
}

.form__fine {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  margin-top: 10px;
}

.form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 26px;
}

.form__field {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

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

.form__field label {
  font-family: var(--cond);
  font-size: 11.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--blue-300);
  margin-bottom: 8px;
}

.form__field input,
.form__field select,
.form__field textarea {
  width: 100%;
  height: 40px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  color: #fff;
  font-family: var(--sans);
  font-size: 15.5px;
  padding: 0 14px;
  outline: none;
  transition: 0.2s;
}

.form__field textarea {
  height: 120px;
  padding: 12px 14px;
  resize: vertical;
  line-height: 1.6;
}

.form__field select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--blue-300) 50%),
    linear-gradient(135deg, var(--blue-300) 50%, transparent 50%);
  background-position: calc(100% - 19px) 17px, calc(100% - 13px) 17px;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

.form__field input:focus,
.form__field select:focus,
.form__field textarea:focus {
  border-color: var(--copper);
  background: rgba(255, 255, 255, 0.1);
}

.form__field input::placeholder,
.form__field textarea::placeholder {
  color: rgba(255, 255, 255, 0.42);
}

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

.form__disclaimer {
  margin-top: 16px;
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.6;
}

/* ---------- footer ---------- */
.footer {
  background: var(--navy-900);
  color: rgba(255, 255, 255, 0.68);
}

.footer__top {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.8fr) minmax(0, 0.9fr);
  gap: clamp(30px, 3.6vw, 64px);
  padding-top: 82px;
  padding-bottom: 56px;
}

.footer__brand p {
  font-size: 15px;
  margin-top: 22px;
  max-width: 420px;
}

.footer__heading {
  font-family: var(--cond);
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 22px;
}

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

.footer__links a {
  font-size: 15.5px;
  color: rgba(255, 255, 255, 0.68);
  transition: 0.2s;
}

.footer__links a:hover {
  color: var(--copper-lt);
  padding-left: 5px;
}

.footer__address {
  font-style: normal;
  font-size: 15.5px;
  line-height: 1.8;
}

.footer__phone {
  font-family: var(--serif);
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  margin-top: 16px;
  display: block;
}

.footer__cta {
  margin-top: 22px;
}

.footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 26px;
  padding-bottom: 34px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.45);
}

.footer__disclaimer {
  max-width: 820px;
}

/* ---------- responsive ---------- */
@media (min-width: 1400px) {
  .hero__visual {
    width: 50%;
  }
}

@media (max-width: 1500px) {
  .header__nav-list {
    gap: clamp(12px, 1.4vw, 22px);
  }

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

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

  .header__tagline {
    display: none;
  }

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

  .accolades__lead {
    max-width: none;
  }

  .accolades__slot--mdaf img {
    height: 82px;
  }

  .accolades__slot--ntl img {
    height: 70px;
  }

  .accolades__slot--super img {
    height: 38px;
  }

  .accolades__slot--aaj img {
    height: 60px;
  }

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

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

  .values__grid {
    grid-template-columns: minmax(0, 1fr);
    max-width: 760px;
  }

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

@media (max-width: 1200px) {
  .header__phone,
  .header__cta {
    display: none;
  }

  .header__toggle {
    display: flex;
    position: relative;
    z-index: 90;
  }

  body.is-nav-open .header__toggle {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 90;
    background: var(--navy-850);
  }

  .header__nav-bar {
    height: 0;
    overflow: visible;
    border: none;
    background: transparent;
  }

  .header__nav-bar-inner {
    padding: 0;
    display: block;
  }

  .header__nav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 80;
    width: min(400px, 88vw);
    height: 100%;
    height: 100dvh;
    background: var(--navy-850);
    flex-direction: column;
    align-items: stretch;
    padding: 84px 28px 40px;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    overflow-y: auto;
    box-shadow: -18px 0 40px -24px rgba(0, 0, 0, 0.65);
  }

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

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

  .header__nav-link {
    font-size: 18px;
    padding: 16px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .header__nav-link::after {
    display: none;
  }

  .header__nav-extras {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 32px;
    padding-top: 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .header__nav-extras .header__phone {
    display: flex;
    text-align: left;
  }

  .header__nav-extras .header__cta {
    display: inline-flex;
    width: 100%;
    font-size: 16px;
    padding: 14px 28px;
    white-space: normal;
  }
}

@media (max-width: 980px) {
  .section {
    padding-top: 74px;
    padding-bottom: 74px;
  }

  .btn {
    white-space: normal;
    font-size: 18px;
    padding: 16px 26px;
  }

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

  .testimonial__quote-mark {
    font-size: 104px;
  }

  .accolades__badges {
    gap: 24px;
  }
}

@media (max-width: 768px) {
  .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: clamp(28px, 5vw, 48px) clamp(16px, 4vw, 28px) 0;
  }

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

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

  .hero__visual {
    position: relative;
    width: 100%;
    height: auto;
    justify-content: center;
    pointer-events: none;
  }

  .hero__image {
    height: auto;
    width: min(88%, 470px);
    max-width: 100%;
    margin-inline: auto;
    object-position: bottom center;
  }

  .hero__glow {
    right: -20%;
    bottom: -6%;
    width: 120%;
    height: 70%;
  }
}

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

  body {
    font-size: 16px;
  }

  .container {
    width: 100%;
  }

  .topbar__inner {
    justify-content: center;
    text-align: center;
  }

  .topbar__left {
    justify-content: center;
    gap: 14px;
    font-size: 12.5px;
  }

  .logo__name {
    font-size: 19px;
  }

  .logo__eyebrow {
    font-size: 11px;
    letter-spacing: 0.14em;
  }

  .hero__title {
    font-size: 34px;
  }

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

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

  .accolades__slot--mdaf img {
    height: 74px;
  }

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

  .accolades__slot--super img {
    height: 34px;
  }

  .accolades__slot--aaj img {
    height: 54px;
  }

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

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

  .about__frame {
    display: none;
  }

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

  .values__card {
    padding: 32px 24px 30px;
  }

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

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

  .hero__actions .btn {
    width: 100%;
  }
}
