:root {
  --bone: #f6f3ee;
  --bone-2: #ede7df;
  --white: #ffffff;
  --aub: #241318;
  --aub-2: #3a2129;
  --wine: #980040;
  --wine-deep: #6e002f;
  --wine-soft: #c4145c;
  --sage: #8c8c76;
  --ink: #2b2126;
  --ink-60: #6a5c62;
  --rule: rgba(43, 33, 38, 0.14);
  --overlay: rgba(28, 14, 19, 0.55);

  --container-max: 1660px;
  --nav-breakpoint: 1200px;
  --site-chrome-height: 94px;
  --wrap: 95%;
  --pad: 45px;

  --f-display: "Instrument Serif", "Hoefler Text", Georgia, "Times New Roman", serif;
  --f-body: "Public Sans", "Helvetica Neue", Arial, system-ui, sans-serif;
}

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

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

body {
  margin: 0;
  background: var(--bone);
  color: var(--ink);
  font-family: var(--f-body);
  font-size: 17px;
  line-height: 1.72;
  font-weight: 350;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

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

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

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

p {
  margin: 0 0 1.05em;
}

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

h1,
h2,
h3,
h4 {
  margin: 0;
  font-family: var(--f-display);
  font-weight: 400;
  line-height: 1.06;
  letter-spacing: -0.012em;
}

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

/* ---------- buttons ---------- */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  font-family: var(--f-body);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.005em;
  padding: 19px 38px;
  border-radius: 999px;
  border: 1.5px solid transparent;
  white-space: nowrap;
  cursor: pointer;
  transition: background 0.22s ease, color 0.22s ease, border-color 0.22s ease;
}

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

.btn--wine:hover {
  background: var(--wine-deep);
}

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

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

.btn:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
button:focus-visible {
  outline: 2px solid var(--wine-soft);
  outline-offset: 3px;
}

/* ---------- section furniture ---------- */

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

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

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

.section__head {
  max-width: 760px;
  margin-bottom: 56px;
}

.section__title {
  font-size: clamp(34px, 3.5vw, 52px);
}

.section__lede {
  margin-top: 18px;
  color: var(--ink-60);
}

.section__eyebrow {
  font-family: var(--f-body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--sage);
  margin: 0 0 18px;
}

.section__eyebrow--wine {
  color: var(--wine);
}

.section__eyebrow--light {
  color: rgba(246, 243, 238, 0.5);
}

.section__rule {
  display: block;
  width: 44px;
  height: 2px;
  background: var(--wine);
  margin: 0 0 26px;
}

.section__rule--spaced {
  margin-top: 24px;
}

/* ---------- utility bar + header ---------- */

.utility-bar {
  height: 3px;
  background: var(--wine);
}

.header {
  position: relative;
  z-index: 40;
  background: var(--white);
  box-shadow: 0 1px 0 rgba(43, 33, 38, 0.09);
}

.header__overlay {
  display: none;
}

.header__inner {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: clamp(12px, 1.8vw, 34px);
  padding-top: 20px;
  padding-bottom: 20px;
}

.header__logo {
  flex-shrink: 0;
}

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

.header__toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  margin-left: auto;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  flex-shrink: 0;
}

.header__toggle-bar {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--ink);
  border-radius: 1px;
  transition: transform 0.28s ease, opacity 0.22s 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 {
  margin-left: auto;
}

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

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

.header__nav-link {
  display: inline-block;
  flex-shrink: 0;
  font-size: clamp(13px, 1.05vw, 16px);
  font-weight: 500;
  letter-spacing: 0.005em;
  color: var(--ink);
  padding: 6px 0;
  position: relative;
  white-space: nowrap;
}

.header__nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 0;
  height: 1.5px;
  background: var(--wine);
  transition: right 0.28s cubic-bezier(0.2, 0.7, 0.2, 1);
}

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

.header__nav-extras {
  display: none;
}

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

.header__tel {
  font-family: var(--f-display);
  font-size: clamp(18px, 1.55vw, 24px);
  color: var(--wine);
  letter-spacing: 0;
  white-space: nowrap;
  flex-shrink: 0;
}

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

/* ---------- hero ---------- */

.hero {
  position: relative;
  padding: clamp(24px, 4vw, 56px) 0 0;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  background: var(--aub) center / cover no-repeat;
  background-image:
    linear-gradient(
      96deg,
      rgba(28, 14, 19, 0.94) 0%,
      rgba(28, 14, 19, 0.82) 42%,
      rgba(52, 26, 35, 0.5) 70%,
      rgba(60, 30, 40, 0.35) 100%
    ),
    url("../assets/images/bg-hero.jpg");
  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;
  top: -14%;
  right: 6%;
  width: 640px;
  height: 640px;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 50%, rgba(152, 0, 64, 0.55), rgba(152, 0, 64, 0) 68%);
  pointer-events: none;
}

.hero__inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  min-width: 0;
  padding-left: clamp(20px, 3vw, var(--pad));
  padding-right: clamp(20px, 3vw, var(--pad));
}

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

.hero .section__eyebrow {
  color: #c9bfae;
  margin-bottom: 14px;
}

.hero__title {
  font-size: clamp(48px, 5.1vw, 78px);
  color: var(--bone);
  letter-spacing: -0.02em;
  margin: 0 0 6px;
}

.hero__sub {
  font-family: var(--f-display);
  font-size: clamp(24px, 2.1vw, 31px);
  color: var(--wine-soft);
  line-height: 1.1;
  margin: 0 0 24px;
  letter-spacing: -0.01em;
}

.hero__text {
  color: rgba(246, 243, 238, 0.8);
  font-size: 17.5px;
  max-width: 53ch;
  margin-bottom: 34px;
}

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

.hero__tel {
  display: flex;
  flex-direction: column;
  line-height: 1.18;
  white-space: nowrap;
}

.hero__tel-label {
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(246, 243, 238, 0.5);
}

.hero__tel-number {
  font-family: var(--f-display);
  font-size: 24px;
  color: var(--bone);
}

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

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

.hero__plinth {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 640px;
  height: 2px;
  background: linear-gradient(90deg, rgba(152, 0, 64, 0), var(--wine));
}

/* ---------- accolades ---------- */

.accolades {
  background: var(--white);
  border-bottom: 1px solid var(--rule);
}

.accolades__inner {
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 44px;
}

.accolades__label {
  flex: 0 0 auto;
  max-width: 190px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--sage);
  line-height: 1.6;
  border-right: 1px solid var(--rule);
  padding-right: 36px;
  margin: 0;
}

.accolades__row {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 44px;
  flex-wrap: wrap;
}

.accolades__badge {
  width: auto;
  flex: 0 0 auto;
  opacity: 0.78;
  transition: opacity 0.25s ease;
}

.accolades__badge:hover {
  opacity: 1;
}

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

.accolades__badge--trial {
  height: 78px;
}

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

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

/* ---------- about ---------- */

.about {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 74px;
  align-items: center;
}

.about__figure {
  position: relative;
  padding: 0 0 22px 22px;
}

.about__figure img {
  position: relative;
  z-index: 2;
  width: 100%;
}

.about__figure::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 72%;
  height: 74%;
  border: 1.5px solid var(--wine);
  z-index: 1;
}

.about__title {
  font-size: clamp(32px, 3.2vw, 46px);
  margin-bottom: 22px;
}

.about__body {
  color: var(--ink-60);
  max-width: 62ch;
}

.about__body p + p {
  margin-top: 1.05em;
}

.about__callout {
  margin-top: 34px;
  padding: 24px 28px;
  background: var(--white);
  border-left: 3px solid var(--wine);
  font-size: 17px;
  color: var(--ink);
}

.about__actions {
  margin-top: 32px;
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

/* ---------- practice ---------- */

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

.practice__card {
  background: var(--white);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.practice__card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 44px -22px rgba(36, 19, 24, 0.4);
}

.practice__thumb {
  position: relative;
  aspect-ratio: 900 / 620;
  overflow: hidden;
}

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

.practice__thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(36, 19, 24, 0) 45%, rgba(36, 19, 24, 0.55));
}

.practice__body {
  padding: 30px 32px 34px;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.practice__title {
  font-size: 29px;
  margin-bottom: 14px;
}

.practice__body p {
  color: var(--ink-60);
  font-size: 16px;
  flex: 1 1 auto;
}

.practice__more {
  margin-top: 22px;
  font-size: 15px;
  font-weight: 600;
  color: var(--wine);
  letter-spacing: 0.01em;
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.practice__more-rule {
  width: 26px;
  height: 1.5px;
  background: var(--wine);
  transition: width 0.25s ease;
}

.practice__card:hover .practice__more-rule {
  width: 44px;
}

/* ---------- results ---------- */

.results {
  position: relative;
  background: var(--aub) center / cover no-repeat;
  color: var(--bone);
  background-image:
    linear-gradient(180deg, rgba(28, 14, 19, 0.9), rgba(28, 14, 19, 0.95)),
    url("../assets/images/bg-results.jpg");
  padding-top: 104px;
  padding-bottom: 104px;
}

.results .section__title {
  color: var(--bone);
}

.results .section__lede {
  color: rgba(246, 243, 238, 0.66);
}

.results .section__eyebrow {
  color: var(--wine-soft);
}

.results__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: rgba(246, 243, 238, 0.16);
}

.results__card {
  background: linear-gradient(180deg, rgba(52, 29, 37, 0.55), rgba(36, 19, 24, 0.55));
  padding: 40px 42px;
  display: flex;
  flex-direction: column;
}

.results__heading {
  font-size: 29px;
  color: var(--bone);
  letter-spacing: -0.015em;
  min-height: 2.12em;
  margin: 0 0 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(246, 243, 238, 0.16);
}

.results__charge {
  color: rgba(246, 243, 238, 0.62);
  font-size: 15.5px;
  white-space: pre-line;
  margin: 0;
}

.results__tag {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--wine-soft);
  margin-bottom: 9px;
}

.results__note {
  margin-top: 34px;
  font-size: 13.5px;
  color: rgba(246, 243, 238, 0.45);
  max-width: 80ch;
}

/* ---------- values ---------- */

.values {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 74px;
  align-items: start;
}

.values__title {
  font-size: clamp(34px, 3.5vw, 52px);
}

.values__lede {
  color: var(--ink-60);
}

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

.values__item {
  padding: 34px 0;
  border-top: 1px solid var(--rule);
}

.values__item:first-child,
.values__item:nth-child(2) {
  border-top: 0;
  padding-top: 0;
}

.values__heading {
  font-size: 27px;
  margin-bottom: 12px;
}

.values__item p {
  color: var(--ink-60);
  font-size: 16px;
  max-width: 52ch;
}

/* ---------- testimonial ---------- */

.testimonial {
  background: var(--white);
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}

.testimonial__quote {
  font-family: var(--f-display);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.22;
  color: var(--ink);
  max-width: 24ch;
  margin: 0 auto 30px;
  letter-spacing: -0.015em;
}

.testimonial__body {
  color: var(--ink-60);
  max-width: 62ch;
  margin: 0 auto 26px;
  font-size: 17px;
}

.testimonial__name {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--wine);
}

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

/* ---------- contact ---------- */

.contact {
  background: var(--bone-2);
  padding-top: 0;
  padding-bottom: 0;
}

.contact__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr);
  gap: 0;
  align-items: stretch;
}

.contact__aside {
  position: relative;
  background: var(--aub) center / cover no-repeat;
  background-image:
    linear-gradient(160deg, rgba(28, 14, 19, 0.92), rgba(60, 26, 38, 0.72)),
    url("../assets/images/bg-contact.jpg");
  color: var(--bone);
  padding: 86px 70px 86px var(--pad);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact__title {
  font-size: clamp(32px, 3.1vw, 44px);
  color: var(--bone);
  margin-bottom: 20px;
}

.contact__text {
  color: rgba(246, 243, 238, 0.74);
  max-width: 44ch;
}

.contact__facts {
  margin-top: 38px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.contact__fact-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(246, 243, 238, 0.5);
  margin-bottom: 6px;
}

.contact__fact-value {
  font-family: var(--f-display);
  font-size: 23px;
  color: var(--bone);
  white-space: pre-line;
  line-height: 1.28;
}

.form {
  background: var(--white);
  padding: 76px 70px 82px;
}

.form__title {
  font-size: 32px;
  margin-bottom: 10px;
}

.form__note {
  color: var(--ink-60);
  font-size: 15.5px;
  margin-bottom: 30px;
}

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

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

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

.form__field label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sage);
  margin-bottom: 8px;
}

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

.form__field input,
.form__field select,
.form__field textarea {
  width: 100%;
  font-family: var(--f-body);
  font-size: 15.5px;
  color: var(--ink);
  background: var(--bone);
  border: 1px solid var(--rule);
  border-radius: 3px;
  padding: 0 14px;
}

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

.form__field select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--wine) 50%),
    linear-gradient(135deg, var(--wine) 50%, transparent 50%);
  background-position: calc(100% - 19px) 18px, calc(100% - 14px) 18px;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}

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

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

/* ---------- footer ---------- */

.footer {
  background: var(--aub);
  color: rgba(246, 243, 238, 0.66);
  padding-top: 74px;
  padding-bottom: 34px;
  font-size: 15px;
}

.footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) repeat(2, minmax(0, 0.8fr));
  gap: 56px;
  padding-bottom: 52px;
  border-bottom: 1px solid rgba(246, 243, 238, 0.14);
}

.footer__logo {
  width: 280px;
  max-width: 100%;
  margin-bottom: 24px;
}

.footer__heading {
  font-family: var(--f-display);
  font-weight: 400;
  font-size: 21px;
  color: var(--bone);
  margin: 0 0 18px;
  letter-spacing: -0.01em;
}

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

.footer a:hover {
  color: var(--bone);
}

.footer__address {
  font-style: normal;
  white-space: pre-line;
  line-height: 1.7;
}

.footer__tel {
  font-family: var(--f-display);
  font-size: 24px;
  color: var(--bone);
  display: block;
  margin-top: 14px;
}

.footer__base {
  padding-top: 26px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  font-size: 13px;
  color: rgba(246, 243, 238, 0.42);
}

/* ---------- mid-width header scaling ---------- */

@media (max-width: 1400px) {
  .header .container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero__actions {
    gap: 20px;
  }
}

/* ---------- buttons: wrap + full-width ---------- */

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

  .header__cta .btn,
  .header__nav-extras .btn {
    white-space: nowrap;
  }
}

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

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

/* ---------- hamburger / off-canvas nav ---------- */

@media (max-width: 1200px) {
  .header__toggle {
    display: flex;
  }

  .header__overlay {
    position: fixed;
    inset: 0;
    z-index: 1;
    background: var(--overlay);
  }

  .header.is-open .header__overlay {
    display: block;
  }

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

  .header__nav {
    position: fixed;
    top: 0;
    right: 0;
    width: min(360px, 88vw);
    height: 100%;
    height: 100dvh;
    margin-left: 0;
    padding: 84px 28px 40px;
    background: var(--white);
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 28px;
    overflow-y: auto;
    transform: translateX(100%);
    visibility: hidden;
    transition: transform 0.32s ease, visibility 0.32s ease;
  }

  .header:not(.is-open) .header__nav {
    pointer-events: none;
  }

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

  .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;
    width: 100%;
  }

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

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

  .header__nav-extras {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    margin-top: auto;
  }

  .header__nav-extras .btn {
    font-size: 16px;
    padding: 14px 24px;
  }

  .header__cta {
    display: none;
  }
}

/* ---------- layout breakpoints ---------- */

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

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

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

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

  .contact__aside {
    padding: 64px var(--pad);
  }

  .form {
    padding: 56px var(--pad) 64px;
  }

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

  .accolades__label {
    border-right: 0;
    padding-right: 0;
    max-width: none;
  }

  .accolades__row {
    justify-content: flex-start;
    width: 100%;
    gap: 34px;
  }

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

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

  .section,
  .results {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .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));
    flex-direction: column;
    padding: clamp(32px, 6vw, 48px) 0 0;
  }

  .hero__inner {
    padding-left: clamp(20px, 4vw, 32px);
    padding-right: clamp(20px, 4vw, 32px);
  }

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

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

  .hero__image {
    height: auto;
    max-height: 420px;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    object-position: bottom center;
  }

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

  .hero__title {
    font-size: clamp(40px, 10vw, 52px);
  }

  .practice,
  .results__grid,
  .values__grid {
    grid-template-columns: 1fr;
  }

  .values__item:nth-child(2) {
    border-top: 1px solid var(--rule);
    padding-top: 34px;
  }

  .results__card {
    padding: 32px 26px;
  }

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

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

  .accolades__badge {
    transform: scale(0.84);
    transform-origin: left center;
    margin-right: -14px;
  }

  .header__inner {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .testimonial {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (max-width: 480px) {
  .hero__title {
    font-size: 40px;
  }

  .testimonial__mark {
    font-size: 58px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
}
