:root {
  --navy: #1f344f;
  --navy-deep: #132539;
  --navy-ink: #0c1a29;
  --gold: #c8a45d;
  --gold-lt: #e3c88e;
  --ivory: #f7f5f1;
  --paper: #ffffff;
  --ink: #1b2430;
  --body: #525f6e;
  --line: #e2ded6;
  --container-max: 1600px;
  --nav-breakpoint: 1200px;
  --site-chrome-height: 148px;
  --wrap: 95%;
  --pad: 45px;
  --display: "Marcellus", Georgia, "Times New Roman", serif;
  --sc: "Marcellus SC", Georgia, serif;
  --sans: "Barlow", -apple-system, "Segoe UI", Helvetica, Arial, sans-serif;
}

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

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

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

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

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

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

h1,
h2,
h3,
h4 {
  font-family: var(--display);
  color: var(--ink);
  font-weight: 400;
  margin: 0;
  line-height: 1.18;
  letter-spacing: 0.005em;
}

p {
  margin: 0 0 18px;
}

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

.container {
  width: var(--wrap);
  max-width: var(--container-max);
  margin: 0 auto;
  padding-left: var(--pad);
  padding-right: var(--pad);
}

.contact__inner > *,
.about__inner > *,
.practice__feature > *,
.results__grid > *,
.values__grid > *,
.form-card__row > * {
  min-width: 0;
}

.eyebrow {
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 16px;
}

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

.rule {
  width: 66px;
  height: 3px;
  background: var(--gold);
  margin: 22px 0;
}

.section-head {
  max-width: 760px;
  margin: 0 auto 52px;
  text-align: center;
}

.section-head .rule {
  margin: 20px auto 0;
}

.section-head h2 {
  font-size: clamp(30px, 3vw, 44px);
}

.section-head p {
  margin-top: 18px;
}

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

.btn--gold {
  background: var(--gold);
  color: var(--navy-ink);
  border-color: var(--gold);
}

.btn--gold:hover {
  background: var(--gold-lt);
  border-color: var(--gold-lt);
}

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

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

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

.btn--navy:hover {
  background: var(--navy-deep);
  border-color: var(--navy-deep);
}

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

.link-more {
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--navy);
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border-bottom: 2px solid var(--gold);
  padding-bottom: 4px;
  transition: 0.2s;
}

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

.link-more--light {
  color: var(--gold-lt);
}

.link-more--light:hover {
  color: #fff;
}

/* ---------- top bar ---------- */
.topbar {
  background: var(--navy-ink);
  color: rgba(255, 255, 255, 0.72);
  font-size: 13.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 500;
}

.topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  height: 44px;
}

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

.topbar b {
  color: var(--gold-lt);
  font-weight: 600;
}

.topbar__phone {
  display: none;
}

/* ---------- header ---------- */
.header {
  background: #fff;
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 60;
  box-shadow: 0 1px 0 rgba(19, 37, 57, 0.04);
}

.header__overlay {
  display: none;
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  min-height: 104px;
  position: relative;
  z-index: 2;
}

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

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

.header__toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  width: 46px;
  height: 44px;
  padding: 0;
  cursor: pointer;
}

.header__toggle-bar {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--navy);
  transition: transform 0.28s ease, opacity 0.28s ease;
  transform-origin: center;
}

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

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

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

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

.header__nav-list {
  display: flex;
  align-items: center;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}

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

.header__nav-link {
  display: block;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  color: var(--navy);
  padding: 8px 0;
  position: relative;
  white-space: nowrap;
  flex-shrink: 0;
}

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

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

.header__nav-extras {
  display: none;
}

.header__cta {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-left: 26px;
  border-left: 1px solid var(--line);
  flex-shrink: 0;
}

.header__phone {
  display: block;
  font-family: var(--display);
  font-size: 24px;
  color: var(--navy);
  line-height: 1.1;
  white-space: nowrap;
  flex-shrink: 0;
}

.header__phone span {
  display: block;
  font-family: var(--sans);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 2px;
}

/* ---------- hero ---------- */
.hero {
  position: relative;
  background: var(--navy-ink);
  overflow: hidden;
  padding: clamp(24px, 4vw, 56px) 0 0;
  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-image: url("../assets/images/bg-hero.jpg");
  background-size: cover;
  background-position: center;
  opacity: 0.3;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    100deg,
    var(--navy-ink) 0%,
    rgba(19, 37, 57, 0.94) 42%,
    rgba(31, 52, 79, 0.62) 68%,
    rgba(31, 52, 79, 0.38) 100%
  );
}

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

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

.hero__title {
  color: #fff;
  font-size: clamp(32px, 3.35vw, 50px);
  line-height: 1.1;
}

.hero__stat {
  font-family: var(--display);
  font-size: clamp(19px, 1.5vw, 23px);
  color: var(--gold-lt);
  margin: 16px 0 6px;
  line-height: 1.35;
}

.hero__qualifier {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.55;
  max-width: 560px;
  margin: 0;
}

.hero__note {
  margin: 22px 0 26px;
  padding-left: 20px;
  border-left: 2px solid rgba(200, 164, 93, 0.6);
}

.hero__note strong {
  display: block;
  font-family: var(--sc);
  font-size: 17px;
  letter-spacing: 0.03em;
  color: #fff;
  font-weight: 400;
  margin-bottom: 6px;
}

.hero__note span {
  display: block;
  font-size: 15.5px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
}

.hero__actions {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.hero__phone {
  font-family: var(--display);
  font-size: 24px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 11px;
  white-space: nowrap;
}

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

.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__visual::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(430px, 96%);
  height: 78%;
  border: 1px solid rgba(200, 164, 93, 0.42);
  border-bottom: none;
  border-radius: 230px 230px 0 0;
}

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

/* ---------- accolades ---------- */
.accolades {
  background: var(--ivory);
  border-bottom: 1px solid var(--line);
}

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

.accolades__label {
  font-family: var(--sc);
  font-size: 16px;
  letter-spacing: 0.06em;
  color: var(--navy);
  max-width: 190px;
  line-height: 1.4;
  margin: 0;
}

.accolades__row {
  display: flex;
  align-items: center;
  gap: 50px;
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-end;
}

.accolades__badge {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 86px;
}

.accolades__badge-img {
  width: auto;
  max-width: 100%;
  opacity: 0.86;
  transition: opacity 0.25s ease;
}

.accolades__badge:hover .accolades__badge-img {
  opacity: 1;
}

.accolades__badge-img--forum {
  height: 82px;
}

.accolades__badge-img--trial {
  height: 72px;
}

.accolades__badge-img--super {
  height: 44px;
}

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

/* ---------- about ---------- */
.about {
  padding: 104px 0;
  background: #fff;
}

.about__inner {
  display: grid;
  grid-template-columns: minmax(0, 44%) minmax(0, 1fr);
  gap: 70px;
  align-items: center;
}

.about__media {
  position: relative;
}

.about__image {
  width: 100%;
  height: 560px;
  object-fit: cover;
  position: relative;
  z-index: 2;
}

.about__media::after {
  content: "";
  position: absolute;
  left: -22px;
  bottom: -22px;
  width: 62%;
  height: 62%;
  border: 1px solid var(--gold);
  z-index: 1;
}

.about__badge {
  position: absolute;
  right: -26px;
  bottom: 38px;
  z-index: 3;
  background: var(--navy);
  color: #fff;
  padding: 26px 30px;
  text-align: center;
  min-width: 186px;
  box-shadow: 0 18px 40px rgba(12, 26, 41, 0.24);
}

.about__badge-value {
  display: block;
  font-family: var(--display);
  font-size: 44px;
  line-height: 1;
  color: var(--gold);
}

.about__badge-label {
  display: block;
  font-size: 12.5px;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  margin-top: 9px;
  color: rgba(255, 255, 255, 0.85);
}

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

.about__subtitle {
  font-family: var(--sc);
  font-size: 19px;
  letter-spacing: 0.04em;
  color: var(--navy);
  margin: 14px 0 0;
}

.about__quote {
  margin: 26px 0 28px;
  padding: 26px 30px;
  background: var(--ivory);
  border-left: 3px solid var(--gold);
}

.about__quote-text {
  font-family: var(--display);
  font-size: 20px;
  line-height: 1.6;
  color: var(--ink);
  margin: 0 0 12px;
}

.about__quote-cite {
  font-style: normal;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
}

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

/* ---------- practice ---------- */
.practice {
  padding: 104px 0;
  background: var(--ivory);
}

.practice__feature {
  display: grid;
  grid-template-columns: minmax(0, 46%) minmax(0, 1fr);
  background: #fff;
  box-shadow: 0 22px 54px rgba(19, 37, 57, 0.09);
}

.practice__image-wrap {
  position: relative;
  min-height: 430px;
}

.practice__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.practice__image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(19, 37, 57, 0.18), rgba(19, 37, 57, 0.52));
}

.practice__tag {
  position: absolute;
  left: 0;
  bottom: 36px;
  z-index: 2;
  background: var(--gold);
  color: var(--navy-ink);
  font-family: var(--sc);
  font-size: 19px;
  letter-spacing: 0.06em;
  padding: 13px 30px;
}

.practice__body {
  padding: 54px 56px;
}

.practice__title {
  font-size: 30px;
}

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

.practice__list {
  list-style: none;
  margin: 26px 0 30px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 28px;
}

.practice__list-item {
  position: relative;
  padding-left: 28px;
  font-size: 16px;
  color: var(--ink);
  font-weight: 500;
  line-height: 1.5;
}

.practice__list-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 9px;
  height: 9px;
  background: var(--gold);
  transform: rotate(45deg);
}

/* ---------- results ---------- */
.results {
  padding: 104px 0;
  background: var(--navy);
  position: relative;
  overflow: hidden;
}

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

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

.results__title,
.results .section-head h2 {
  color: #fff;
}

.results .section-head p {
  color: rgba(255, 255, 255, 0.76);
}

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

.results__card {
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.14);
  padding: 38px 30px 32px;
  display: flex;
  flex-direction: column;
  transition: 0.28s ease;
}

.results__card:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(200, 164, 93, 0.5);
  transform: translateY(-4px);
}

.results__label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-lt);
  margin-bottom: 14px;
}

.results__amount {
  font-family: var(--display);
  font-size: clamp(34px, 2.9vw, 44px);
  color: #fff;
  line-height: 1;
  margin-bottom: 16px;
}

.results__desc {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 24px;
  flex: 1;
}

.results__note {
  margin-top: 36px;
  text-align: center;
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.58);
  line-height: 1.6;
}

/* ---------- values ---------- */
.values {
  padding: 104px 0;
  background: #fff;
}

.values__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border: 1px solid var(--line);
}

.values__card {
  padding: 46px 36px;
  border-right: 1px solid var(--line);
  transition: 0.28s ease;
  position: relative;
  display: flex;
  flex-direction: column;
}

.values__card:last-child {
  border-right: none;
}

.values__card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 3px;
  width: 0;
  background: var(--gold);
  transition: width 0.3s ease;
}

.values__card:hover {
  background: var(--ivory);
}

.values__card:hover::before {
  width: 100%;
}

.values__num {
  font-family: var(--sc);
  font-size: 13px;
  letter-spacing: 0.2em;
  color: var(--gold);
  display: block;
  margin-bottom: 20px;
}

.values__title {
  font-size: 23px;
  line-height: 1.3;
  margin-bottom: 14px;
}

.values__card p {
  font-size: 16px;
  margin-bottom: 24px;
}

.values__card .link-more {
  margin-top: auto;
  align-self: flex-start;
}

/* ---------- testimonial ---------- */
.testimonial {
  position: relative;
  padding: 112px 0;
  background: var(--navy-ink);
  overflow: hidden;
}

.testimonial::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../assets/images/bg-testimonial.jpg");
  background-size: cover;
  background-position: center 35%;
  opacity: 0.22;
}

.testimonial::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    var(--navy-ink) 8%,
    rgba(12, 26, 41, 0.82) 55%,
    rgba(12, 26, 41, 0.6) 100%
  );
}

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

.testimonial__inner {
  max-width: 900px;
}

.testimonial__mark {
  font-family: var(--display);
  font-size: 96px;
  line-height: 0.6;
  color: var(--gold);
  display: block;
  margin-bottom: 22px;
}

.testimonial__quote {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(21px, 2.05vw, 30px);
  line-height: 1.55;
  color: #fff;
}

.testimonial__attrib {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 30px;
}

.testimonial__attrib span {
  width: 40px;
  height: 1px;
  background: var(--gold);
}

.testimonial__attrib strong {
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-lt);
}

/* ---------- contact ---------- */
.contact {
  padding: 104px 0;
  background: var(--ivory);
}

.contact__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 52%);
  gap: 64px;
  align-items: start;
}

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

.contact__info .rule {
  margin: 22px 0 24px;
}

.contact__block {
  display: flex;
  gap: 18px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

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

.contact__icon svg {
  width: 18px;
  height: 18px;
  fill: var(--gold);
}

.contact__block-title {
  font-family: var(--sans);
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 6px;
}

.contact__block-text {
  margin: 0;
  font-family: var(--display);
  font-size: 19px;
  color: var(--ink);
  line-height: 1.5;
}

.contact__map {
  margin-top: 26px;
  position: relative;
}

.contact__map-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  filter: grayscale(1) contrast(1.05);
}

.contact__map::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(31, 52, 79, 0.42);
}

.form-card {
  background: #fff;
  padding: 48px 46px;
  box-shadow: 0 24px 60px rgba(19, 37, 57, 0.1);
  border-top: 4px solid var(--gold);
}

.form-card__title {
  font-size: 27px;
  margin-bottom: 8px;
}

.form-card__subtitle {
  font-size: 15.5px;
  margin-bottom: 26px;
}

.form-card__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.form-card__field {
  margin-bottom: 18px;
}

.form-card__field label {
  display: block;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--navy);
  margin-bottom: 8px;
}

.form-card__field input,
.form-card__field select {
  width: 100%;
  height: 40px;
  padding: 0 14px;
  border: 1px solid var(--line);
  background: #fff;
  font-family: var(--sans);
  font-size: 16px;
  color: var(--ink);
  border-radius: 2px;
  transition: 0.2s;
}

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

.form-card__field textarea {
  width: 100%;
  height: 120px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  background: #fff;
  font-family: var(--sans);
  font-size: 16px;
  color: var(--ink);
  border-radius: 2px;
  resize: vertical;
  line-height: 1.6;
}

.form-card__field input:focus,
.form-card__field select:focus,
.form-card__field textarea:focus {
  border-color: var(--gold);
  outline: none;
  box-shadow: 0 0 0 3px rgba(200, 164, 93, 0.18);
}

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

.form-card__note {
  font-size: 12.5px;
  line-height: 1.6;
  color: #8a96a4;
  margin: 16px 0 0;
}

/* ---------- cta band ---------- */
.band {
  position: relative;
  background: var(--navy);
  overflow: hidden;
}

.band::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../assets/images/contact-office.jpg");
  background-size: cover;
  background-position: center 30%;
  opacity: 0.2;
}

.band::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(19, 37, 57, 0.96), rgba(31, 52, 79, 0.72));
}

.band__inner {
  position: relative;
  z-index: 3;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  flex-wrap: wrap;
}

.band__title {
  color: #fff;
  font-size: clamp(26px, 2.6vw, 36px);
}

.band p {
  color: rgba(255, 255, 255, 0.78);
  margin: 12px 0 0;
  max-width: 620px;
}

.band__actions {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

/* ---------- footer ---------- */
.footer {
  background: var(--navy-ink);
  color: rgba(255, 255, 255, 0.7);
  padding: 74px 0 0;
  font-size: 15.5px;
}

.footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: 60px;
  padding-bottom: 56px;
}

.footer__logo img {
  width: 250px;
  max-width: none;
  margin-bottom: 24px;
}

.footer__heading {
  font-family: var(--sc);
  font-size: 16px;
  letter-spacing: 0.08em;
  color: #fff;
  margin-bottom: 22px;
}

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

.footer__item {
  margin-bottom: 12px;
}

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

.footer__phone {
  font-family: var(--display);
  font-size: 24px;
  color: #fff;
  display: block;
  margin-bottom: 10px;
}

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

/* ---------- header scale before hamburger ---------- */
@media (max-width: 1400px) {
  :root {
    --pad: 30px;
  }

  .header__inner {
    min-height: 96px;
    gap: 18px;
  }

  .header__nav-list {
    gap: 20px;
  }

  .header__nav-link {
    font-size: 14px;
    letter-spacing: 0.04em;
  }

  .header__cta {
    gap: 16px;
    padding-left: 18px;
  }

  .header__phone {
    font-size: 20px;
  }

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

@media (max-width: 1280px) {
  .header__inner {
    gap: 14px;
    min-height: 92px;
  }

  .header__nav-list {
    gap: 14px;
  }

  .header__nav-link {
    font-size: 13px;
    letter-spacing: 0.03em;
    padding: 6px 0;
  }

  .header__cta {
    gap: 12px;
    padding-left: 14px;
  }

  .header__phone {
    font-size: 18px;
  }

  .header__phone span {
    font-size: 10.5px;
  }

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

/* ---------- hamburger / slide-in panel ---------- */
@media (max-width: 1200px) {
  .header.is-open::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    background: #fff;
    z-index: 2;
  }

  .header__overlay {
    position: fixed;
    inset: 0;
    z-index: 1;
    background: rgba(12, 26, 41, 0.55);
    display: block;
  }

  .header__overlay[hidden] {
    display: none;
  }

  .header__inner {
    z-index: 2;
  }

  .header__toggle {
    display: flex;
    margin-left: auto;
    z-index: 3;
  }

  .header.is-open .header__toggle {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 4;
  }

  .header__nav {
    position: fixed;
    top: 0;
    right: 0;
    width: min(360px, 88vw);
    height: 100%;
    margin: 0;
    padding: 84px 28px 40px;
    background: #fff;
    box-shadow: -18px 0 40px rgba(19, 37, 57, 0.16);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    transform: translateX(100%);
    visibility: hidden;
    transition: transform 0.32s ease, visibility 0.32s ease;
    z-index: 2;
    overflow-y: auto;
  }

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

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

  .header__nav-link {
    display: block;
    padding: 14px 0;
    border-bottom: 1px solid var(--line);
    font-size: 16px;
    letter-spacing: 0.055em;
  }

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

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

  .header__nav-extras .btn {
    white-space: normal;
    line-height: 1.35;
    text-align: center;
    width: 100%;
  }

  .header__cta {
    display: none;
  }

  .about__inner {
    gap: 44px;
  }

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

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

  .values__card {
    border-bottom: 1px solid var(--line);
  }

  .values__card:nth-child(2n) {
    border-right: none;
  }

  .values__card:nth-child(n + 3) {
    border-bottom: none;
  }
}

@media (max-width: 1080px) {
  .hero__visual {
    width: 42%;
  }

  .hero__content {
    width: min(100%, 58%);
  }

  .hero__visual::before {
    width: min(360px, 98%);
  }
}

@media (max-width: 980px) {
  .btn {
    white-space: normal;
    text-align: center;
    line-height: 1.35;
    font-size: 18px;
    padding: 16px 28px;
  }

  .btn--sm {
    font-size: 15px;
    padding: 13px 24px;
  }
}

@media (max-width: 960px) {
  :root {
    --wrap: 100%;
    --pad: 26px;
  }

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

  .about__image {
    height: 400px;
  }

  .about__badge {
    right: auto;
    left: 20px;
    bottom: -30px;
    padding: 20px 24px;
  }

  .about__media::after {
    display: none;
  }

  .about__content {
    padding-top: 44px;
  }

  .practice__image-wrap {
    min-height: 300px;
  }

  .practice__body {
    padding: 40px 32px;
  }

  .form-card {
    padding: 36px 28px;
  }

  .accolades__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }

  .accolades__label {
    max-width: none;
    text-align: left;
  }

  .accolades__row {
    justify-content: space-between;
    gap: 30px;
    width: 100%;
  }

  .about,
  .practice,
  .results,
  .values,
  .contact {
    padding: 74px 0;
  }

  .testimonial {
    padding: 86px 0;
  }
}

@media (max-width: 768px) {
  .hero {
    height: auto;
    padding: clamp(32px, 6vw, 48px) 0 0;
  }

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

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

  .hero__visual {
    position: relative;
    width: 100%;
    height: auto;
    right: auto;
    bottom: auto;
    justify-content: flex-start;
    margin-top: 8px;
  }

  .hero__visual::before {
    left: 0;
    transform: none;
    width: 300px;
    height: 70%;
  }

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

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

  .topbar__left,
  .topbar__item {
    display: none;
  }

  .topbar__inner {
    justify-content: center;
  }

  .topbar__phone {
    display: inline-block;
  }

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

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

  .hero__image {
    height: 340px;
  }

  .results__grid,
  .values__grid,
  .form-card__row,
  .practice__list {
    grid-template-columns: minmax(0, 1fr);
  }

  .values__card {
    border-right: none !important;
    border-bottom: 1px solid var(--line) !important;
  }

  .values__card:last-child {
    border-bottom: none !important;
  }

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

  .accolades__inner {
    align-items: center;
    gap: 22px;
  }

  .accolades__label {
    text-align: center;
  }

  .accolades__row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px 20px;
    justify-content: center;
  }

  .accolades__badge {
    height: 64px;
  }

  .accolades__badge-img {
    max-height: 100%;
    height: auto;
    max-width: 100%;
  }

  .band__actions {
    width: 100%;
  }
}

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