:root {
  --ink: #25384a;
  --muted: #63788c;
  --line: #d2e0ec;
  --paper: #f5f8fc;
  --paper-deep: #e9f1f8;
  --white: #fdfefe;
  --gold: #7aa9d1;
  --gold-dark: #3d78aa;
  --sage: #6f9cc2;
  --sage-soft: #e6f0f8;
  --navy: #183d5e;
  --rose: #edf4fa;
  --danger: #8c3a24;
  --focus: #3d78aa;
  --shadow: 0 12px 28px rgba(38, 78, 113, 0.1);
  --container: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 102px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Raleway, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.68;
  letter-spacing: 0;
}

body.menu-open {
  overflow: hidden;
}

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

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

:focus-visible {
  outline: 3px solid rgba(61, 120, 170, 0.34);
  outline-offset: 3px;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -80px;
  z-index: 100;
  padding: 10px 14px;
  color: var(--white);
  background: var(--navy);
  border-radius: 4px;
  text-decoration: none;
}

.skip-link:focus {
  top: 16px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(253, 254, 254, 0.96);
  border-bottom: 1px solid var(--line);
}

.site-header.is-scrolled {
  box-shadow: 0 8px 20px rgba(38, 78, 113, 0.08);
}

.nav-shell {
  width: min(100% - 32px, var(--container));
  min-height: 82px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  min-width: 0;
  color: var(--ink);
  text-decoration: none;
}

.brand-mark {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: var(--gold-dark);
  background: var(--paper);
  border: 1px solid var(--gold);
  border-radius: 4px;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 1.18rem;
  font-weight: 400;
}

.brand-copy {
  display: grid;
  line-height: 1.16;
}

.brand-name {
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 1.2rem;
  font-weight: 400;
}

.brand-role {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 500;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 6px;
}

.primary-nav a {
  padding: 8px 10px;
  color: var(--ink);
  border-bottom: 1px solid transparent;
  font-size: 0.96rem;
  font-weight: 500;
  text-decoration: none;
}

.primary-nav a:hover,
.primary-nav a[aria-current="page"] {
  color: var(--gold-dark);
  border-bottom-color: var(--gold);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.language-switch {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 3px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 4px;
}

.language-switch a {
  min-width: 36px;
  padding: 7px 8px;
  text-align: center;
  color: var(--muted);
  border-radius: 3px;
  font-size: 0.86rem;
  font-weight: 600;
  text-decoration: none;
}

.language-switch a span {
  display: block;
  font-size: 1.24rem;
  line-height: 1;
}

.language-switch a.is-active {
  color: var(--white);
  background: var(--gold-dark);
}

.menu-toggle {
  width: 44px;
  height: 44px;
  display: none;
  place-items: center;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 4px;
}

.menu-toggle svg {
  width: 22px;
  height: 22px;
}

.btn {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 17px;
  color: var(--white);
  background: var(--gold-dark);
  border: 1px solid var(--gold-dark);
  border-radius: 4px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

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

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

.btn.secondary:hover {
  color: var(--white);
  background: var(--gold-dark);
  border-color: var(--gold-dark);
}

.btn.clay {
  background: var(--gold-dark);
  border-color: var(--gold-dark);
}

.btn.full {
  width: 100%;
}

.icon {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.hero {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns:
    minmax(24px, 1fr)
    minmax(0, 640px)
    minmax(280px, 440px)
    minmax(24px, 1fr);
  grid-template-areas: ". copy image .";
  align-items: center;
  column-gap: clamp(28px, 4vw, 56px);
  min-height: auto;
  padding: 66px 0 72px;
  color: var(--ink);
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.hero.short {
  padding: 54px 0;
}

.hero-media {
  position: relative;
  grid-area: image;
  align-self: center;
  height: clamp(340px, 42vw, 520px);
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
}

.hero.short .hero-media {
  height: clamp(250px, 32vw, 350px);
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.86) contrast(0.98);
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(253, 254, 254, 0.72);
  pointer-events: none;
}

.hero-inner {
  position: relative;
  z-index: 1;
  grid-area: copy;
  width: 100%;
  margin: 0;
  padding: 0;
}

.hero-content {
  width: min(680px, 100%);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold-dark);
  font-size: 0.96rem;
  font-weight: 500;
}

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

h1,
h2,
h3,
.form-step legend {
  color: var(--ink);
  font-family: "DM Serif Display", Georgia, serif;
  font-weight: 400;
  letter-spacing: 0;
}

h1 {
  margin-bottom: 18px;
  font-size: 4.05rem;
  line-height: 1.02;
}

.hero.short h1 {
  font-size: 3.15rem;
}

h2 {
  margin-bottom: 16px;
  font-size: 2.4rem;
  line-height: 1.16;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.34rem;
  line-height: 1.25;
}

.hero-lead {
  max-width: 640px;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: 1.08rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-bottom: 30px;
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  width: min(720px, 100%);
}

.hero-fact {
  padding: 15px 14px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
}

.hero-fact strong {
  display: block;
  margin-bottom: 4px;
  color: var(--gold-dark);
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 1.22rem;
  font-weight: 400;
}

.hero-fact span {
  color: var(--muted);
  font-size: 0.92rem;
}

.section {
  padding: 78px 0;
}

.section.compact {
  padding: 54px 0;
}

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

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

.container {
  width: min(100% - 32px, var(--container));
  margin: 0 auto;
}

.section-head {
  max-width: 760px;
  margin-bottom: 38px;
}

.section-head.center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-kicker {
  margin-bottom: 9px;
  color: var(--gold-dark);
  font-size: 0.95rem;
  font-weight: 500;
}

.lead {
  color: var(--muted);
  font-size: 1.04rem;
}

.grid {
  display: grid;
  gap: 18px;
}

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

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

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

.card {
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
}

.card.tinted {
  background: var(--paper);
}

.card.accent {
  border-color: rgba(122, 169, 209, 0.58);
  background: var(--rose);
}

.card-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  color: var(--gold-dark);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 50%;
}

.card-icon svg {
  width: 20px;
  height: 20px;
}

.card p {
  margin-bottom: 0;
  color: var(--muted);
}

.about-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  gap: 54px;
  align-items: center;
}

.image-panel {
  position: relative;
}

.image-panel img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: 6px;
}

.image-note {
  position: absolute;
  right: -16px;
  bottom: 26px;
  width: min(270px, 84%);
  padding: 18px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: var(--shadow);
}

.image-note strong {
  display: block;
  color: var(--gold-dark);
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 1.18rem;
  font-weight: 400;
}

.image-note span {
  color: var(--muted);
  font-size: 0.92rem;
}

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

.list-check li {
  position: relative;
  padding-left: 28px;
  color: var(--ink);
}

.list-check li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 10px;
  height: 10px;
  background: var(--gold);
  border-radius: 50%;
}

.steps {
  counter-reset: step;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.step {
  min-height: 210px;
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
}

.step::before {
  counter-increment: step;
  content: "0" counter(step);
  display: inline-block;
  margin-bottom: 22px;
  color: var(--gold-dark);
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 2rem;
  line-height: 1;
}

.step p {
  margin-bottom: 0;
  color: var(--muted);
}

.tabs {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.tab-list {
  display: grid;
  gap: 8px;
}

.tab-button {
  width: 100%;
  padding: 14px 16px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 4px;
  font-weight: 600;
  text-align: left;
}

.tab-button.is-active {
  color: var(--gold-dark);
  background: var(--paper);
  border-color: var(--gold);
}

.tab-panel {
  display: none;
  min-height: 310px;
  padding: 32px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
}

.tab-panel.is-active {
  display: block;
}

.tab-panel p {
  color: var(--muted);
}

.quote-band {
  color: var(--ink);
  background: var(--white);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.quote-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(260px, 0.92fr);
  gap: 42px;
  align-items: center;
}

.quote-band blockquote {
  margin: 0;
  padding-left: 24px;
  color: var(--navy);
  border-left: 2px solid var(--gold);
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 1.8rem;
  line-height: 1.34;
}

.quote-band p {
  color: var(--muted);
}

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

.pricing-page-title {
  max-width: 820px;
  font-size: clamp(2.5rem, 5vw, 4rem);
}

.price-card {
  position: relative;
  min-height: 286px;
  display: flex;
  flex-direction: column;
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.price-card:hover {
  border-color: var(--gold);
}

.price-card.is-selected {
  border-color: var(--gold-dark);
  background: var(--sage-soft);
  box-shadow: 0 0 0 2px rgba(61, 120, 170, 0.16);
}

.price-card h2 {
  font-size: 1.52rem;
}

.price-tag {
  margin: 22px 0 16px;
  color: var(--gold-dark);
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1;
}

.price-meta {
  color: var(--muted);
  font-size: 0.95rem;
}

.price-card-button {
  width: 100%;
  margin-top: auto;
}

.note-box {
  padding: 26px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
}

.online-info-box {
  max-width: 860px;
  margin: 0 auto;
}

.online-info-box p:last-child {
  margin-bottom: 0;
}

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

.service-list li {
  min-height: 54px;
  display: flex;
  align-items: center;
  padding: 12px 14px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 4px;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.32;
}

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

.service-area-card {
  display: flex;
  min-height: 330px;
  flex-direction: column;
  padding: 26px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
}

.service-area-card h3 {
  color: var(--gold-dark);
}

.service-area-card p {
  color: var(--muted);
}

.service-area-card ul {
  display: grid;
  gap: 7px;
  margin: 4px 0 24px;
  padding-left: 20px;
  color: var(--ink);
}

.service-area-card li::marker {
  color: var(--gold-dark);
}

.service-area-link {
  margin-top: auto;
  color: var(--gold-dark);
  font-weight: 700;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.service-area-link:hover {
  color: var(--navy);
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  gap: 30px;
  align-items: start;
}

.contact-panel {
  position: sticky;
  top: 104px;
  padding: 28px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
}

.contact-lines {
  display: grid;
  gap: 16px;
  margin: 22px 0 0;
}

.contact-line {
  display: grid;
  gap: 3px;
}

.contact-line strong {
  color: var(--gold-dark);
  font-weight: 600;
}

.contact-line a,
.contact-line span {
  color: var(--muted);
}

.appointment-form {
  padding: 30px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
}

.form-progress {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 28px;
}

.progress-step {
  display: grid;
  min-width: 0;
  gap: 8px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 600;
}

.progress-step::before {
  content: "";
  height: 5px;
  background: var(--line);
  border-radius: 4px;
}

.progress-step.is-active,
.progress-step.is-complete {
  color: var(--gold-dark);
}

.progress-step.is-active::before,
.progress-step.is-complete::before {
  background: var(--gold);
}

.form-step {
  display: none;
  border: 0;
  margin: 0;
  padding: 0;
}

.form-step.is-active {
  display: block;
}

.form-step legend {
  margin-bottom: 20px;
  font-size: 1.62rem;
  line-height: 1.22;
}

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

.field {
  display: grid;
  gap: 8px;
}

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

.field label,
.field-label {
  color: var(--ink);
  font-weight: 600;
}

.field small {
  color: var(--muted);
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 13px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 4px;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--gold);
}

.field textarea {
  min-height: 132px;
  resize: vertical;
}

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

.choice-grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.choice-card {
  position: relative;
  display: grid;
  gap: 6px;
  min-height: 104px;
  padding: 16px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
}

.choice-card input {
  position: absolute;
  inset: 14px 14px auto auto;
  width: 18px;
  height: 18px;
  accent-color: var(--gold-dark);
}

.choice-card strong {
  padding-right: 28px;
  color: var(--ink);
  font-weight: 600;
}

.choice-card span {
  color: var(--muted);
  font-size: 0.92rem;
}

.choice-card:has(input:checked) {
  border-color: var(--gold);
  background: #eff5fb;
}

.form-message {
  display: none;
  margin: 18px 0 0;
  padding: 12px 14px;
  color: var(--danger);
  background: #fff4ee;
  border: 1px solid #ecc8b8;
  border-radius: 4px;
}

.form-message.is-visible {
  display: block;
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 28px;
}

.summary-box {
  display: grid;
  gap: 12px;
  margin-top: 18px;
  padding: 18px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: var(--muted);
}

.summary-row strong {
  color: var(--ink);
  text-align: right;
}

.consent {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  color: var(--muted);
}

.consent input {
  width: 18px;
  height: 18px;
  margin-top: 4px;
  accent-color: var(--gold-dark);
}

.hp-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.faq {
  display: grid;
  gap: 12px;
}

.faq details {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
}

.faq summary {
  cursor: pointer;
  padding: 18px 20px;
  color: var(--ink);
  font-weight: 600;
}

.faq details p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--muted);
}

.cta-band {
  color: var(--ink);
  background: var(--paper-deep);
  border-top: 1px solid var(--line);
}

.cta-layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.cta-layout p {
  max-width: 660px;
  margin-bottom: 0;
  color: var(--muted);
}

.site-footer {
  padding: 48px 0;
  color: rgba(255, 255, 255, 0.76);
  background: var(--navy);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) repeat(3, minmax(160px, 0.5fr));
  gap: 28px;
}

.site-footer h2,
.site-footer h3 {
  color: var(--white);
}

.site-footer h2 {
  font-size: 1.35rem;
}

.site-footer h3 {
  font-family: Raleway, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.98rem;
  font-weight: 600;
}

.site-footer a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
}

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

.footer-links {
  display: grid;
  gap: 8px;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  margin-top: 36px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.legal-text {
  color: var(--muted);
  font-size: 0.95rem;
}

@media (max-width: 1060px) {
  .primary-nav {
    position: fixed;
    inset: 82px 16px auto 16px;
    display: none;
    padding: 16px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 6px;
    box-shadow: var(--shadow);
  }

  .primary-nav.is-open {
    display: grid;
  }

  .primary-nav a {
    padding: 13px 12px;
  }

  .menu-toggle {
    display: grid;
  }

  .nav-actions .btn {
    display: none;
  }

  .grid.four,
  .pricing-grid,
  .steps,
  .service-list,
  .service-area-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 900px) {
  .hero,
  .hero.short {
    grid-template-columns: minmax(20px, 1fr) minmax(0, var(--container)) minmax(20px, 1fr);
    grid-template-areas:
      ". copy ."
      ". image .";
    row-gap: 34px;
    padding: 50px 0 58px;
  }

  .hero-media,
  .hero.short .hero-media {
    width: 100%;
    height: clamp(260px, 58vw, 420px);
  }

  .hero-facts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  h1 {
    font-size: 3.15rem;
  }

  .hero.short h1 {
    font-size: 2.75rem;
  }
}

@media (max-width: 820px) {
  h1 {
    font-size: 2.82rem;
  }

  h2 {
    font-size: 2rem;
  }

  .section {
    padding: 66px 0;
  }

  .grid.two,
  .grid.three,
  .about-layout,
  .tabs,
  .quote-layout,
  .contact-layout,
  .field-grid,
  .choice-grid,
  .choice-grid.three {
    grid-template-columns: 1fr;
  }

  .contact-panel {
    position: static;
  }

  .image-note {
    position: static;
    width: 100%;
    margin-top: 14px;
    box-shadow: none;
  }

  .cta-layout {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 620px) {
  html {
    scroll-padding-top: 90px;
  }

  .nav-shell {
    width: min(100% - 24px, var(--container));
    min-height: 76px;
  }

  .primary-nav {
    top: 76px;
  }

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

  .brand-role {
    display: none;
  }

  .language-switch a {
    min-width: 34px;
    padding-right: 7px;
    padding-left: 7px;
  }

  .hero,
  .hero.short {
    padding: 42px 0 48px;
  }

  .hero-facts,
  .grid.four,
  .pricing-grid,
  .steps,
  .service-list,
  .service-area-grid,
  .form-progress,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-actions,
  .form-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .btn,
  .form-actions .btn {
    width: 100%;
  }

  .appointment-form,
  .contact-panel,
  .tab-panel {
    padding: 22px;
  }

  .summary-row {
    display: grid;
  }

  .summary-row strong {
    text-align: left;
  }
}

.hero.no-image {
  grid-template-columns: minmax(24px, 1fr) minmax(0, var(--container)) minmax(24px, 1fr);
  grid-template-areas: ". copy .";
}

.hero.no-image .hero-content {
  width: min(820px, 100%);
}

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