/* ============================================================
   Howard Abrams Law — vanity-stage homepage concept
   Leaders Marketing  ·  design language: Ricky
   Type: Domine (display) / Overpass (text)
   Palette sampled from the firm's own logo: crimson #B4004D + graphite
   ============================================================ */

@font-face {
  font-family: "Domine";
  src: url("../assets/fonts/domine-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Domine";
  src: url("../assets/fonts/domine-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Domine";
  src: url("../assets/fonts/domine-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Overpass";
  src: url("../assets/fonts/overpass-300.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Overpass";
  src: url("../assets/fonts/overpass-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Overpass";
  src: url("../assets/fonts/overpass-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Overpass";
  src: url("../assets/fonts/overpass-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Overpass";
  src: url("../assets/fonts/overpass-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --ink: #0e131a;
  --ink-2: #161d26;
  --ink-3: #222b36;
  --crimson: #b4004d;
  --crimson-dk: #8e003c;
  --crimson-soft: #f6e7ee;
  --graphite: #6e7278;
  --paper: #ffffff;
  --paper-2: #f4f2f0;
  --rule: rgba(14, 19, 26, 0.12);
  --rule-dark: rgba(255, 255, 255, 0.14);
  --container-max: 1600px;
  --pad: 45px;
  --nav-breakpoint: 1200px;
  --site-chrome-height: 108px;
  --serif: "Domine", Georgia, "Times New Roman", serif;
  --sans: "Overpass", "Helvetica Neue", Arial, sans-serif;
}

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

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

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

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

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

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

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

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

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

h1 {
  font-size: clamp(34px, 3.5vw, 56px);
}

h2 {
  font-size: clamp(27px, 2.5vw, 42px);
  line-height: 1.16;
}

h3 {
  font-size: 21px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

p {
  margin: 0 0 1.15em;
}

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

/* crimson keyline used instead of an all-caps eyebrow label */
.keyline {
  width: 56px;
  height: 3px;
  background: var(--crimson);
  border: 0;
  margin: 0 0 22px;
}

/* ---------- buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  font-family: var(--sans);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.35;
  padding: 19px 40px;
  border-radius: 999px;
  border: 2px solid transparent;
  white-space: nowrap;
  cursor: pointer;
  max-width: 100%;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}

.btn--primary {
  background: var(--crimson);
  color: #fff;
}

.btn--primary:hover {
  background: var(--crimson-dk);
}

.btn--outline {
  background: transparent;
  color: var(--ink);
  border-color: var(--ink);
}

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

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

.readmore {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  color: var(--crimson);
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(180, 0, 77, 0.35);
}

.readmore:hover {
  border-bottom-color: var(--crimson);
}

.readmore--light {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.4);
}

/* ---------- header ---------- */
.topline {
  height: 4px;
  background: linear-gradient(90deg, var(--crimson) 0 62%, var(--graphite) 62% 100%);
}

.header {
  position: relative;
  z-index: 100;
  background: #fff;
  border-bottom: 1px solid var(--rule);
}

.header__overlay {
  display: none;
}

.header__inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: clamp(16px, 2vw, 34px);
  min-height: 104px;
  padding-top: 14px;
  padding-bottom: 14px;
}

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

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

.header__toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  width: 44px;
  height: 44px;
  margin-left: auto;
  padding: 10px;
  border: 0;
  background: transparent;
  cursor: pointer;
  z-index: 3;
}

.header__toggle-bar {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--ink);
  border-radius: 1px;
  transition: transform 0.25s ease, opacity 0.25s ease;
  transform-origin: center;
}

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

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

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

.header__nav {
  margin-left: auto;
}

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

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

.header__nav-link {
  display: block;
  font-size: clamp(13px, 1.05vw, 16px);
  font-weight: 500;
  color: var(--ink);
  padding: 6px 0;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
  flex-shrink: 0;
  transition: color 0.18s, border-color 0.18s;
}

.header__nav-link:hover,
.header__nav-link[aria-current] {
  color: var(--crimson);
  border-bottom-color: var(--crimson);
}

.header__nav-extras {
  display: none;
}

.header__cta {
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.5vw, 22px);
  flex: 0 0 auto;
  flex-shrink: 0;
}

.header__tel {
  font-family: var(--serif);
  font-size: clamp(16px, 1.35vw, 21px);
  font-weight: 700;
  color: var(--ink);
  white-space: nowrap;
  flex-shrink: 0;
}

.header__tel:hover {
  color: var(--crimson);
}

.header__cta .btn {
  font-size: clamp(13px, 1.1vw, 16px);
  padding: clamp(10px, 1vw, 14px) clamp(16px, 1.6vw, 28px);
  white-space: nowrap;
  flex-shrink: 0;
}

/* ---------- hero ---------- */
.hero {
  position: relative;
  background: var(--ink);
  overflow: hidden;
  padding: clamp(24px, 4vw, 56px) clamp(20px, 3vw, 40px) 0;
  height: calc(100vh - var(--site-chrome-height));
  height: calc(100dvh - var(--site-chrome-height));
  height: calc(100svh - var(--site-chrome-height));
}

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

.hero__scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(8, 11, 15, 0.94) 0%,
    rgba(8, 11, 15, 0.88) 38%,
    rgba(8, 11, 15, 0.55) 66%,
    rgba(8, 11, 15, 0.35) 100%
  );
}

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

.hero__content {
  position: relative;
  z-index: 2;
  padding: clamp(20px, 3vw, 40px) clamp(0px, 1vw, 12px) clamp(40px, 6vw, 82px);
  max-width: min(100%, 640px);
  width: min(100%, 55%);
  color: #fff;
}

.hero h1 {
  color: #fff;
  text-wrap: balance;
}

.hero__lead {
  margin-top: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.86);
  max-width: 60ch;
}

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

.hero__tel {
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
}

.hero__tel span {
  display: block;
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.6);
}

.hero__tel:hover {
  color: var(--crimson-soft);
}

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

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

/* thin factual strip under the stage — natural height, not in viewport calc */
.assurance {
  background: var(--ink-2);
  border-top: 1px solid var(--rule-dark);
}

.assurance__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.assurance__item {
  color: rgba(255, 255, 255, 0.82);
  font-size: 14.5px;
  font-weight: 500;
  line-height: 1.5;
  padding: 17px 26px;
  border-right: 1px solid var(--rule-dark);
}

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

.assurance__item:last-child {
  border-right: 0;
  padding-right: 0;
}

.assurance__item b {
  color: #fff;
  font-weight: 600;
}

/* ---------- accolades ---------- */
.accolades {
  background: var(--paper-2);
  padding: 44px 0;
}

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

.accolades__badge {
  width: auto;
  flex: 0 0 auto;
}

.accolades__badge--seal {
  height: 88px;
}

.accolades__badge--ntl {
  height: 66px;
}

.accolades__badge--super {
  height: 40px;
}

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

/* ---------- section scaffolding ---------- */
.section {
  padding: 96px 0;
}

.section--tight {
  padding: 76px 0;
}

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

.section--dark {
  background: var(--ink);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.section--ink {
  background: var(--ink-2);
}

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

.section__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.section__bg--results {
  background-image: url("../assets/images/bg-results.jpg");
}

.section__bg--why {
  background-image: url("../assets/images/bg-why.jpg");
  opacity: 0.3;
}

.section__inner {
  position: relative;
}

.section__head {
  max-width: 760px;
}

.lede {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.7;
  color: var(--graphite);
}

.section--dark .lede {
  color: rgba(255, 255, 255, 0.76);
}

/* ---------- two column / about ---------- */
.split {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 72px;
  align-items: center;
}

.split__media {
  position: relative;
}

.split__media img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  border-radius: 2px;
}

.split__media::after {
  content: "";
  position: absolute;
  left: -18px;
  bottom: -18px;
  width: 150px;
  height: 150px;
  border-left: 4px solid var(--crimson);
  border-bottom: 4px solid var(--crimson);
}

.split__body h2 {
  margin-bottom: 20px;
}

.split__body p {
  color: #3b4149;
}

.pullquote {
  margin: 30px 0 0;
  padding: 22px 0 4px;
  border-top: 1px solid var(--rule);
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--ink);
}

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

/* ---------- practice areas ---------- */
.cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
  margin-top: 52px;
}

.card {
  background: #fff;
  border: 1px solid var(--rule);
  border-radius: 3px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.card__media {
  position: relative;
  aspect-ratio: 9 / 6;
  overflow: hidden;
}

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

.card__rule {
  height: 4px;
  background: var(--crimson);
}

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

.card__body p {
  font-size: 15.5px;
  line-height: 1.65;
  color: var(--graphite);
  flex: 1;
}

.card h3 {
  text-wrap: balance;
}

/* ---------- case results ---------- */
.results {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 56px;
  border-top: 1px solid var(--rule-dark);
}

.result {
  padding: 44px 34px 40px;
  border-right: 1px solid var(--rule-dark);
  border-bottom: 1px solid var(--rule-dark);
}

.result:last-child {
  border-right: 0;
}

.result__amount {
  font-family: var(--serif);
  font-weight: 700;
  font-size: clamp(30px, 2.9vw, 46px);
  line-height: 1;
  color: #fff;
  letter-spacing: -0.02em;
}

.result__amount em {
  font-style: normal;
  color: var(--crimson);
}

.result__what {
  margin: 16px 0 20px;
  font-size: 15.5px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.72);
  min-height: 3.2em;
}

.results__note {
  margin-top: 26px;
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.5);
  max-width: 74ch;
}

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

.value {
  background: rgba(11, 15, 20, 0.6);
  backdrop-filter: blur(1px);
  padding: 40px 42px;
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

.value__no {
  font-family: var(--serif);
  font-size: 17px;
  font-weight: 700;
  color: var(--crimson);
  padding-top: 5px;
  flex: 0 0 auto;
}

.value h3 {
  margin-bottom: 10px;
}

.value p {
  font-size: 15.5px;
  line-height: 1.68;
  color: rgba(255, 255, 255, 0.74);
  margin-bottom: 16px;
}

/* ---------- testimonial ---------- */
.testi {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 72px;
  align-items: center;
}

.testi__media img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  border-radius: 2px;
}

.testi__quote {
  margin: 26px 0 0;
  font-family: var(--serif);
  font-size: clamp(19px, 1.35vw, 23px);
  font-weight: 400;
  line-height: 1.62;
  color: var(--ink);
}

.testi__mark {
  font-family: var(--serif);
  font-size: 76px;
  line-height: 0.6;
  color: var(--crimson);
  display: block;
  margin-bottom: 12px;
}

.testi__who {
  margin-top: 28px;
  font-size: 15px;
  font-weight: 600;
  color: var(--ink);
}

.testi__who span {
  display: block;
  font-weight: 400;
  color: var(--graphite);
}

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

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

.contact__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 620px);
  gap: 76px;
  align-items: start;
  padding: 92px 0;
}

.contact h2 {
  color: #fff;
}

.contact__detail {
  margin-top: 34px;
  display: grid;
  gap: 22px;
}

.contact__detail-item {
  padding-left: 20px;
  border-left: 2px solid var(--crimson);
}

.contact__detail-term {
  font-size: 13.5px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.62);
  margin-bottom: 3px;
}

.contact__detail-value {
  margin: 0;
  font-size: 17px;
  font-weight: 500;
  color: #fff;
}

.contact__detail-value a:hover {
  color: var(--crimson-soft);
}

.steps {
  counter-reset: s;
  list-style: none;
  margin: 40px 0 0;
  padding: 0;
  display: grid;
  gap: 20px;
  max-width: 58ch;
}

.steps__item {
  counter-increment: s;
  position: relative;
  padding-left: 44px;
  font-size: 15.5px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.74);
}

.steps__item::before {
  content: counter(s, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 1px;
  font-family: var(--serif);
  font-size: 15px;
  font-weight: 700;
  color: var(--crimson);
}

.steps__item b {
  color: #fff;
  font-weight: 600;
}

.form {
  background: #fff;
  border-radius: 3px;
  padding: 40px 40px 44px;
  color: var(--ink);
}

.form h3 {
  font-size: 23px;
  margin-bottom: 6px;
}

.form__note {
  font-size: 14px;
  color: var(--graphite);
  margin-bottom: 26px;
}

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

.field {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

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

.field__label {
  font-size: 13.5px;
  font-weight: 600;
  color: #3b4149;
}

.field__input,
.field__select,
.field__textarea {
  font-family: var(--sans);
  font-size: 16px;
  color: var(--ink);
  background: #f7f6f5;
  border: 1px solid var(--rule);
  border-radius: 3px;
  padding: 0 14px;
  height: 40px;
  width: 100%;
}

.field__textarea {
  height: 120px;
  padding: 11px 14px;
  resize: vertical;
  line-height: 1.55;
}

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

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

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

.form__legal {
  margin-top: 16px;
  font-size: 12.5px;
  line-height: 1.55;
  color: var(--graphite);
}

/* ---------- footer ---------- */
.footer {
  background: #fff;
  padding: 72px 0 0;
}

.footer__top {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) repeat(2, minmax(0, 0.7fr)) minmax(0, 1fr);
  gap: 48px;
  padding-bottom: 56px;
  border-bottom: 1px solid var(--rule);
}

.footer__brand img {
  width: 200px;
  height: 95px;
  max-width: none;
  margin-bottom: 20px;
}

.footer__brand p {
  font-size: 15px;
  line-height: 1.7;
  color: var(--graphite);
  max-width: 34ch;
}

.footer__heading {
  font-family: var(--serif);
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 18px;
}

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

.footer__link {
  font-size: 15px;
  color: #3b4149;
}

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

.footer__tel {
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 700;
  display: block;
  margin-bottom: 8px;
}

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

.footer__addr {
  font-size: 15px;
  line-height: 1.7;
  color: #3b4149;
  margin: 0 0 18px;
}

.footer__bar {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  padding: 26px 0 30px;
  font-size: 13px;
  color: var(--graphite);
}

.concept {
  background: var(--ink);
  color: rgba(255, 255, 255, 0.62);
  font-size: 12.5px;
  padding: 16px 0;
  text-align: center;
}

.concept b {
  color: #fff;
  font-weight: 600;
}

/* ---------- responsive: progressive header scale before hamburger ---------- */
@media (max-width: 1400px) {
  .hero__visual {
    width: 45%;
  }
}

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

  .header__toggle {
    display: flex;
  }

  .header__overlay {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 1;
    background: rgba(8, 11, 15, 0.55);
    border: 0;
    padding: 0;
    cursor: pointer;
  }

  .header__overlay[hidden] {
    display: none;
  }

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

  .header__nav {
    position: fixed;
    top: 0;
    right: 0;
    width: min(360px, 88vw);
    height: 100vh;
    height: 100dvh;
    margin: 0;
    padding: 84px 28px 40px;
    background: #fff;
    box-shadow: -12px 0 40px rgba(8, 11, 15, 0.18);
    transform: translateX(100%);
    transition: transform 0.28s ease;
    z-index: 2;
    overflow-y: auto;
  }

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

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

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

  .header__nav-item {
    width: 100%;
    border-bottom: 1px solid var(--rule);
  }

  .header__nav-link {
    font-size: 18px;
    padding: 16px 0;
    border-bottom: 0;
  }

  .header__nav-extras {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-top: 28px;
  }

  .header__nav-extras .header__tel {
    font-size: 22px;
  }

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

  .header__cta {
    display: none;
  }

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

  .assurance__item:nth-child(2n) {
    border-right: 0;
    padding-right: 0;
  }

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

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

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

  .split,
  .testi,
  .contact__inner {
    gap: 48px;
  }
}

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

  .hero__actions {
    flex-wrap: wrap;
  }

  .hero__scrim {
    background: linear-gradient(
      180deg,
      rgba(8, 11, 15, 0.92) 0%,
      rgba(8, 11, 15, 0.86) 60%,
      rgba(8, 11, 15, 0.92) 100%
    );
  }

  .split,
  .testi,
  .contact__inner {
    grid-template-columns: 1fr;
  }

  .split__media img,
  .testi__media img {
    height: 380px;
  }

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

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

@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, 40px) clamp(16px, 4vw, 24px) 0;
  }

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

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

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

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

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

  body {
    font-size: 16px;
  }

  .container {
    width: 100%;
  }

  .section {
    padding: 64px 0;
  }

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

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

  .btn {
    width: 100%;
    font-size: 17px;
    padding: 16px 22px;
    white-space: normal;
  }

  .hero__tel {
    font-size: 22px;
  }

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

  .result {
    border-right: 0;
  }

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

  .form {
    padding: 28px 22px 32px;
  }

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

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

  .assurance__item {
    padding: 13px 0;
    border-right: 0;
    border-bottom: 1px solid var(--rule-dark);
    width: 100%;
  }

  .assurance__item:last-child {
    border-bottom: 0;
  }

  .header__logo img {
    width: 140px;
    height: 67px;
  }

  .accolades__row {
    gap: 34px;
  }

  .accolades__badge--seal {
    height: 74px;
  }

  .accolades__badge--ntl {
    height: 56px;
  }

  .accolades__badge--super {
    height: 34px;
  }

  .accolades__badge--aaj {
    height: 46px;
  }
}

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