:root {
  --ink: #17312d;
  --ink-soft: #536561;
  --green: #1d695d;
  --green-dark: #124a43;
  --mint: #dbece6;
  --cream: #f6f4ee;
  --white: #fff;
  --line: #dfe6e2;
  --orange: #d5844f;
  --shadow: 0 18px 55px rgba(22, 55, 48, 0.12);
  --radius: 22px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "DM Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

img,
svg {
  display: block;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3,
.brand {
  font-family: "Manrope", sans-serif;
}

h1 {
  max-width: 760px;
  margin-bottom: 26px;
  font-size: clamp(3.4rem, 7vw, 6.9rem);
  line-height: 0.96;
  letter-spacing: -0.065em;
}

h2 {
  margin-bottom: 24px;
  font-size: clamp(2.25rem, 4vw, 4rem);
  line-height: 1.06;
  letter-spacing: -0.045em;
}

h3 {
  margin-bottom: 12px;
  font-size: 1.22rem;
  line-height: 1.3;
}

p {
  color: var(--ink-soft);
  font-size: 1rem;
  line-height: 1.75;
}

.container {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.section {
  padding: 112px 0;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 10px;
  left: 10px;
  padding: 10px 16px;
  color: var(--white);
  background: var(--green-dark);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.notice {
  color: rgba(255, 255, 255, 0.84);
  background: var(--green-dark);
  font-size: 0.82rem;
}

.notice-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 38px;
}

.notice-links {
  display: flex;
  gap: 24px;
}

.notice-links a:hover {
  color: var(--white);
}

.site-header {
  position: relative;
  z-index: 20;
  background: var(--white);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 90px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  line-height: 1;
}

.brand-mark {
  display: grid;
  width: 43px;
  height: 43px;
  color: var(--green);
  border: 1px solid var(--mint);
  border-radius: 50%;
  place-items: center;
}

.brand-mark svg {
  width: 30px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 1.08rem;
  letter-spacing: -0.02em;
}

.brand small {
  margin-top: 5px;
  color: var(--green);
  font-family: "DM Sans", sans-serif;
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 0.93rem;
  font-weight: 600;
}

.site-nav > a:not(.button) {
  position: relative;
}

.site-nav > a:not(.button)::after {
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 2px;
  background: var(--green);
  content: "";
  transform: scaleX(0);
  transition: transform 180ms ease;
}

.site-nav > a:not(.button):hover::after {
  transform: scaleX(1);
}

.menu-toggle {
  display: none;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 25px;
  color: var(--white);
  background: var(--orange);
  border: 0;
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(213, 132, 79, 0.22);
  font-weight: 700;
  transition: transform 180ms ease, background 180ms ease;
}

.button:hover {
  background: #c4723d;
  transform: translateY(-2px);
}

.button-small {
  min-height: 44px;
  padding: 0 20px;
  font-size: 0.86rem;
}

.hero {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  color: var(--white);
  background: var(--green-dark);
}

.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-image {
  background-image: url("assets/physio-hero.png");
  background-position: 61% 42%;
  background-size: cover;
  filter: saturate(0.8);
  transform: scale(1.015);
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(9, 48, 43, 0.96) 0%, rgba(10, 52, 46, 0.85) 39%, rgba(9, 48, 43, 0.18) 72%),
    linear-gradient(0deg, rgba(6, 34, 31, 0.35), transparent 45%);
}

.hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: 720px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.hero-copy {
  width: min(720px, 72%);
}

.hero-copy > p {
  max-width: 590px;
  margin-bottom: 35px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.16rem;
}

.eyebrow {
  margin-bottom: 20px;
  color: var(--green);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.eyebrow-light {
  color: #bfe4d7;
}

.hero-actions,
.contact-actions {
  display: flex;
  align-items: center;
  gap: 28px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--green);
  font-weight: 700;
}

.text-link span {
  font-size: 1.25rem;
  transition: transform 180ms ease;
}

.text-link:hover span {
  transform: translateX(4px);
}

.text-link.light {
  color: var(--white);
}

.trust-row {
  display: flex;
  gap: 50px;
  margin-top: 62px;
}

.trust-row div {
  display: grid;
  gap: 6px;
}

.trust-row strong {
  font-family: "Manrope", sans-serif;
  font-size: 1.35rem;
}

.trust-row span {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.78rem;
}

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

.intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}

.intro-copy {
  padding-top: 5px;
}

.lead {
  color: var(--ink);
  font-size: 1.2rem;
  line-height: 1.65;
}

.treatments {
  background: var(--cream);
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 60px;
  margin-bottom: 52px;
}

.section-heading h2 {
  margin-bottom: 0;
}

.section-heading > p {
  max-width: 430px;
  margin-bottom: 7px;
}

.treatment-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.treatment-card {
  display: block;
  position: relative;
  min-height: 300px;
  padding: 34px;
  overflow: hidden;
  background: var(--white);
  border: 1px solid transparent;
  border-radius: var(--radius);
  transition: border 200ms ease, box-shadow 200ms ease, transform 200ms ease;
}

.treatment-card:hover {
  border-color: #c9ddd6;
  box-shadow: var(--shadow);
  transform: translateY(-5px);
}

.card-number {
  position: absolute;
  top: 28px;
  right: 30px;
  color: #aab9b4;
  font-size: 0.74rem;
  font-weight: 700;
}

.card-icon {
  display: grid;
  width: 62px;
  height: 62px;
  margin-bottom: 40px;
  color: var(--green);
  background: var(--mint);
  border-radius: 18px;
  place-items: center;
}

.card-icon img {
  width: 48px;
  height: 48px;
}

.treatment-card p {
  margin-bottom: 22px;
  font-size: 0.94rem;
}

.card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--green);
  font-size: 0.86rem;
  font-weight: 700;
}

.card-link span {
  transition: transform 180ms ease;
}

.treatment-card:hover .card-link span {
  transform: translateX(4px);
}

.treatment-card:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 4px;
}

/* Treatment detail pages */
.detail-hero {
  padding: 92px 0 88px;
  color: var(--white);
  background:
    radial-gradient(circle at 85% 20%, rgba(190, 228, 215, 0.18), transparent 27%),
    var(--green-dark);
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 52px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.82rem;
  font-weight: 600;
}

.breadcrumb a:hover {
  color: var(--white);
}

.detail-hero-grid {
  display: grid;
  grid-template-columns: 1fr 290px;
  align-items: end;
  gap: 80px;
}

.detail-hero h1 {
  max-width: 850px;
  margin-bottom: 25px;
  font-size: clamp(3.3rem, 7vw, 6.2rem);
}

.detail-hero-copy > p {
  max-width: 700px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.15rem;
}

.detail-icon {
  display: grid;
  width: 180px;
  height: 180px;
  margin-left: auto;
  color: #bfe4d7;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 42px;
  place-items: center;
}

.detail-icon img {
  width: 112px;
  height: 112px;
  filter: brightness(0) saturate(100%) invert(91%) sepia(14%) saturate(597%) hue-rotate(108deg) brightness(96%) contrast(87%);
}

.detail-content {
  background: var(--cream);
}

.detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 350px;
  align-items: start;
  gap: 90px;
}

.detail-main {
  max-width: 760px;
}

.detail-main > section + section {
  margin-top: 68px;
  padding-top: 68px;
  border-top: 1px solid #dce2de;
}

.detail-main h2 {
  font-size: clamp(2rem, 3vw, 3rem);
}

.detail-main h3 {
  margin-top: 34px;
}

.condition-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.condition-list li {
  position: relative;
  padding: 17px 18px 17px 48px;
  background: var(--white);
  border-radius: 12px;
  font-size: 0.92rem;
  font-weight: 600;
}

.condition-list li::before {
  position: absolute;
  top: 19px;
  left: 20px;
  width: 9px;
  height: 9px;
  background: var(--green);
  border-radius: 50%;
  content: "";
}

.process-list {
  display: grid;
  gap: 24px;
  margin-top: 34px;
}

.process-item {
  display: grid;
  grid-template-columns: 45px 1fr;
  gap: 18px;
}

.process-item > span {
  display: grid;
  width: 42px;
  height: 42px;
  color: var(--green);
  background: var(--mint);
  border-radius: 50%;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  place-items: center;
}

.process-item h3 {
  margin: 2px 0 6px;
  font-size: 1.05rem;
}

.process-item p {
  margin-bottom: 0;
  font-size: 0.94rem;
}

.detail-sidebar {
  position: sticky;
  top: 28px;
  display: grid;
  gap: 18px;
}

.sidebar-card {
  padding: 32px;
  background: var(--white);
  border-radius: 20px;
}

.sidebar-card.accent {
  color: var(--white);
  background: var(--green);
}

.sidebar-card h2 {
  margin-bottom: 15px;
  font-size: 1.55rem;
  letter-spacing: -0.03em;
}

.sidebar-card p {
  margin-bottom: 24px;
  font-size: 0.9rem;
}

.sidebar-card.accent p {
  color: rgba(255, 255, 255, 0.75);
}

.sidebar-card .button {
  width: 100%;
}

.quick-links {
  display: grid;
  gap: 4px;
  margin-top: 18px;
}

.quick-links a {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  color: var(--ink-soft);
  border-bottom: 1px solid var(--line);
  font-size: 0.88rem;
  font-weight: 600;
}

.quick-links a:hover {
  color: var(--green);
}

.clinical-note {
  padding: 25px 28px;
  background: #eef4f1;
  border-left: 4px solid var(--green);
  border-radius: 0 12px 12px 0;
}

.clinical-note strong {
  display: block;
  margin-bottom: 6px;
}

.clinical-note p {
  margin-bottom: 0;
  font-size: 0.88rem;
}

/* Contact form */
.form-page {
  min-height: 720px;
  background:
    radial-gradient(circle at 8% 10%, rgba(219, 236, 230, 0.9), transparent 30%),
    var(--cream);
}

.form-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  align-items: start;
  gap: 95px;
}

.form-breadcrumb {
  display: flex;
  gap: 10px;
  margin-bottom: 65px;
  color: var(--ink-soft);
  font-size: 0.82rem;
  font-weight: 600;
}

.form-breadcrumb a:hover {
  color: var(--green);
}

.form-intro h1 {
  margin-bottom: 28px;
  font-size: clamp(3.2rem, 6vw, 5.7rem);
}

.form-contact-card {
  margin-top: 45px;
  padding: 28px;
  background: var(--green-dark);
  border-radius: 18px;
}

.form-contact-card > a {
  display: block;
  margin-bottom: 16px;
  color: var(--white);
  font-family: "Manrope", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}

.form-contact-card p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
}

.form-card {
  padding: 50px;
  background: var(--white);
  border-radius: 26px;
  box-shadow: var(--shadow);
}

.form-field {
  display: grid;
  gap: 9px;
  margin-bottom: 25px;
}

.form-field label {
  font-family: "Manrope", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
}

.form-field input,
.form-field textarea {
  width: 100%;
  padding: 15px 17px;
  color: var(--ink);
  background: #fbfcfb;
  border: 1px solid #ccd8d3;
  border-radius: 11px;
  font: inherit;
  line-height: 1.5;
  resize: vertical;
  transition: border 160ms ease, box-shadow 160ms ease;
}

.form-field input:focus,
.form-field textarea:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 4px rgba(29, 105, 93, 0.11);
  outline: none;
}

.form-field small {
  color: var(--ink-soft);
  font-size: 0.78rem;
}

.form-note {
  margin: 5px 0 26px;
  padding: 16px 18px;
  color: var(--ink-soft);
  background: var(--cream);
  border-radius: 10px;
  font-size: 0.82rem;
  line-height: 1.55;
}

.form-submit {
  width: 100%;
  cursor: pointer;
}

.form-status {
  min-height: 24px;
  margin: 14px 0 0;
  color: var(--green);
  font-size: 0.85rem;
  font-weight: 600;
  text-align: center;
}

.urgent-note {
  margin-top: 30px;
  padding-top: 27px;
  border-top: 1px solid var(--line);
}

.urgent-note strong {
  display: block;
  margin-bottom: 7px;
  font-size: 0.88rem;
}

.urgent-note p {
  margin-bottom: 0;
  font-size: 0.8rem;
}

.about-grid {
  display: grid;
  grid-template-columns: 0.95fr 1fr;
  align-items: center;
  gap: 110px;
}

.about-image-wrap {
  position: relative;
}

.about-image {
  aspect-ratio: 0.91;
  background-image: url("assets/physio-consultation.png");
  background-position: 55% center;
  background-size: cover;
  border-radius: 28px;
  filter: saturate(0.75);
}

.experience-badge {
  position: absolute;
  right: -45px;
  bottom: 46px;
  display: grid;
  width: 220px;
  padding: 24px;
  color: var(--white);
  background: var(--green);
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.experience-badge strong {
  margin-bottom: 7px;
  font-family: "Manrope", sans-serif;
  font-size: 1.15rem;
}

.experience-badge span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.8rem;
  line-height: 1.5;
}

.check-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 25px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  font-size: 0.92rem;
  font-weight: 600;
}

.check-list li::before {
  position: absolute;
  top: 1px;
  left: 0;
  display: grid;
  width: 18px;
  height: 18px;
  color: var(--green);
  background: var(--mint);
  border-radius: 50%;
  content: "✓";
  font-size: 0.72rem;
  place-items: center;
}

.approach {
  background: var(--mint);
}

.section-heading.centered {
  display: block;
  max-width: 660px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-heading.centered p {
  max-width: none;
  margin: 20px auto 0;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 60px;
}

.steps article {
  position: relative;
  padding: 0 50px;
  text-align: center;
}

.steps article + article {
  border-left: 1px solid rgba(29, 105, 93, 0.18);
}

.steps span {
  display: grid;
  width: 48px;
  height: 48px;
  margin: 0 auto 26px;
  color: var(--white);
  background: var(--green);
  border-radius: 50%;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  place-items: center;
}

.steps p {
  margin-bottom: 0;
  font-size: 0.93rem;
}

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

.contact-panel {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 80px;
  padding: 70px;
  color: var(--white);
  background: var(--green-dark);
  border-radius: 28px;
}

.contact-copy h2 {
  max-width: 570px;
}

.contact-copy p {
  max-width: 600px;
  margin-bottom: 32px;
  color: rgba(255, 255, 255, 0.72);
}

.button-light {
  color: var(--green-dark);
  background: var(--white);
  box-shadow: none;
}

.button-light:hover {
  color: var(--white);
  background: var(--orange);
}

.contact-details {
  display: grid;
  align-content: center;
  gap: 35px;
  padding-left: 55px;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.detail-label {
  display: block;
  margin-bottom: 10px;
  color: #a8d7c8;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.contact-details p,
.contact-details address {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.94rem;
  font-style: normal;
  line-height: 1.75;
}

.site-footer {
  padding: 20px 0 45px;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-top: 30px;
  border-top: 1px solid var(--line);
}

.footer-inner p {
  margin: 0;
  font-size: 0.82rem;
}

.footer-brand {
  transform: scale(0.88);
  transform-origin: left;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 960px) {
  .site-nav {
    position: fixed;
    inset: 128px 0 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 35px 24px;
    background: var(--white);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-15px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .site-nav.open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-nav > a:not(.button) {
    padding: 8px 4px 18px;
    border-bottom: 1px solid var(--line);
    font-size: 1.2rem;
  }

  .menu-toggle {
    display: grid;
    width: 44px;
    height: 44px;
    padding: 11px;
    background: transparent;
    border: 1px solid var(--line);
    border-radius: 50%;
    place-content: center;
  }

  .menu-toggle span:not(.sr-only) {
    display: block;
    width: 19px;
    height: 2px;
    margin: 2px 0;
    background: var(--ink);
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

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

  .menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

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

  .about-grid {
    gap: 65px;
  }

  .experience-badge {
    right: -25px;
  }

  .contact-panel {
    gap: 50px;
    padding: 55px;
  }

  .detail-layout {
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 45px;
  }

  .form-layout {
    gap: 55px;
  }
}

@media (max-width: 720px) {
  .container {
    width: min(100% - 32px, 1180px);
  }

  .section {
    padding: 78px 0;
  }

  .notice-inner > span {
    display: none;
  }

  .notice-inner {
    justify-content: center;
  }

  .nav-wrap {
    min-height: 80px;
  }

  .site-nav {
    inset: 118px 0 0;
  }

  .hero,
  .hero-content {
    min-height: 700px;
  }

  .hero-image {
    background-position: 67% center;
  }

  .hero-shade {
    background: linear-gradient(90deg, rgba(8, 45, 40, 0.96), rgba(8, 45, 40, 0.7));
  }

  .hero-copy {
    width: 100%;
  }

  h1 {
    font-size: clamp(3rem, 15vw, 4.7rem);
  }

  .trust-row {
    gap: 24px;
  }

  .intro-grid,
  .about-grid,
  .contact-panel {
    grid-template-columns: 1fr;
  }

  .intro-grid,
  .about-grid {
    gap: 45px;
  }

  .section-heading {
    display: block;
  }

  .section-heading > p {
    margin-top: 22px;
  }

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

  .treatment-card {
    min-height: auto;
  }

  .experience-badge {
    right: 16px;
    bottom: 16px;
  }

  .check-list {
    grid-template-columns: 1fr;
  }

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

  .steps article {
    padding: 0 20px 40px;
  }

  .steps article + article {
    border-top: 1px solid rgba(29, 105, 93, 0.18);
    border-left: 0;
    padding-top: 40px;
  }

  .contact-panel {
    gap: 45px;
    padding: 42px 27px;
  }

  .contact-details {
    padding-top: 35px;
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    border-left: 0;
  }

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .detail-hero {
    padding: 65px 0 70px;
  }

  .breadcrumb {
    margin-bottom: 38px;
  }

  .detail-hero-grid,
  .detail-layout {
    grid-template-columns: 1fr;
  }

  .detail-icon {
    display: none;
  }

  .detail-layout {
    gap: 55px;
  }

  .detail-sidebar {
    position: static;
  }

  .condition-list {
    grid-template-columns: 1fr;
  }

  .form-layout {
    grid-template-columns: 1fr;
  }

  .form-breadcrumb {
    margin-bottom: 40px;
  }

  .form-card {
    padding: 34px 25px;
  }
}

@media (max-width: 480px) {
  .notice-links {
    width: 100%;
    justify-content: space-between;
    gap: 12px;
  }

  .brand strong {
    font-size: 0.98rem;
  }

  .brand small {
    font-size: 0.6rem;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .hero-actions,
  .contact-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .trust-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }

  .trust-row strong {
    font-size: 1.05rem;
  }

  .trust-row span {
    font-size: 0.67rem;
    line-height: 1.35;
  }

  .about-image {
    aspect-ratio: 0.8;
  }

  .experience-badge {
    width: 190px;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
