:root {
  --background: #f6f2eb;
  --surface: #fffdf9;
  --surface-strong: #f1e7d9;
  --ink: #1d2b2f;
  --muted: #57656a;
  --line: rgba(29, 43, 47, 0.12);
  --accent: #bf8750;
  --accent-deep: #8d6135;
  --accent-soft: #efe2d1;
  --forest: #23393d;
  --shadow: 0 24px 60px rgba(32, 41, 44, 0.12);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --container: 1180px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(191, 135, 80, 0.14), transparent 28%),
    radial-gradient(circle at bottom right, rgba(35, 57, 61, 0.12), transparent 32%),
    var(--background);
}

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

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

iframe {
  width: 100%;
  min-height: 620px;
  border: 0;
}

code {
  padding: 0.1rem 0.4rem;
  border-radius: 999px;
  background: rgba(35, 57, 61, 0.08);
  color: var(--forest);
  font-family: "Manrope", sans-serif;
  font-size: 0.92em;
  font-weight: 700;
}

.container {
  width: min(calc(100% - 2rem), var(--container));
  margin: 0 auto;
}

.site-shell {
  position: relative;
  overflow: clip;
}

.site-header {
  position: absolute;
  inset: 0 0 auto 0;
  z-index: 30;
  padding-top: 0.75rem;
}

.nav-row {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
  min-height: 88px;
}

.site-nav {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.75rem 1.15rem;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 600;
  white-space: nowrap;
}

.site-nav-left {
  justify-content: flex-start;
  justify-self: start;
}

.site-nav a {
  padding-bottom: 0.65rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.hero-logo {
  display: grid;
  justify-items: center;
  justify-self: center;
  text-align: center;
  color: white;
}

.hero-logo img {
  display: block;
  width: clamp(145px, 15vw, 205px);
  height: auto;
  object-fit: contain;
}

.header-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.65rem;
  flex-wrap: nowrap;
  justify-self: end;
  white-space: nowrap;
}

.header-chip,
.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0.65rem 0.9rem;
  border-radius: 12px;
  font-size: 0.85rem;
  font-weight: 700;
}

.header-chip {
  border: 1px solid rgba(212, 178, 132, 0.45);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.92);
}

.icon-chip {
  min-width: 104px;
}

.header-cta {
  background: #c6a168;
  color: #173034;
  box-shadow: 0 14px 30px rgba(16, 23, 24, 0.2);
}

.button,
.button-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.95rem 1.4rem;
  border-radius: 999px;
  font-weight: 700;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}

.button {
  background: var(--forest);
  color: white;
  box-shadow: 0 14px 30px rgba(35, 57, 61, 0.18);
}

.button-ghost {
  background: rgba(35, 57, 61, 0.08);
  color: var(--forest);
}

.button:hover,
.button-ghost:hover,
.header-chip:hover,
.header-cta:hover,
.text-link:hover,
.site-nav a:hover,
.service-card a:hover {
  transform: translateY(-1px);
}

.hero-section {
  position: relative;
  padding: 9.25rem 0 4.5rem;
  color: white;
  background: linear-gradient(180deg, rgba(32, 38, 41, 0.58), rgba(32, 38, 41, 0.48));
}

.hero-backdrop {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(30, 35, 37, 0.62), rgba(30, 35, 37, 0.4)),
    url("./assets/placeholders/hero-clinic.svg") center/cover no-repeat;
  filter: saturate(0.35) brightness(0.62);
}

.hero-section > .container {
  position: relative;
  z-index: 1;
}

.hero-grid,
.split-grid,
.form-grid,
.journey-grid,
.footer-grid {
  display: grid;
  gap: 2rem;
}

.hero-grid {
  grid-template-columns: minmax(0, 1.2fr) minmax(420px, 0.8fr);
  align-items: start;
}

.eyebrow {
  display: inline-block;
  margin: 0 0 1rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent-deep);
}

.eyebrow-light {
  color: rgba(255, 255, 255, 0.72);
}

.hero-section .eyebrow {
  color: #e2bf8a;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 0.95;
  font-family: "Cormorant Garamond", serif;
}

h1 {
  max-width: 11ch;
  font-size: clamp(2.8rem, 4.5vw, 4.9rem);
  letter-spacing: -0.04em;
  line-height: 0.98;
}

h2 {
  font-size: clamp(2.4rem, 4vw, 4rem);
  letter-spacing: -0.035em;
}

h3 {
  font-size: 1.7rem;
}

p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
  font-size: 1rem;
}

.hero-text {
  max-width: 48ch;
  margin-top: 1.4rem;
  font-size: 1.08rem;
  color: rgba(255, 255, 255, 0.82);
}

.page-intro > * {
  animation: intro-rise 900ms ease both;
}

.page-intro > *:nth-child(1) {
  animation-delay: 120ms;
}

.page-intro > *:nth-child(2) {
  animation-delay: 220ms;
}

.page-intro > *:nth-child(3) {
  animation-delay: 320ms;
}

.page-intro > *:nth-child(4) {
  animation-delay: 420ms;
}

.page-intro > *:nth-child(5) {
  animation-delay: 520ms;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.text-link {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.92);
}

.hero-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
}

.hero-highlights li,
.trust-grid article,
.service-card,
.journey-steps article,
.embed-note,
.gallery-cards article,
.about-card {
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.hero-highlights li {
  padding: 0.75rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.94);
  font-weight: 700;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-visual {
  position: relative;
  min-height: 560px;
  padding-right: 1.5rem;
}

.visual-card {
  position: absolute;
  overflow: hidden;
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.visual-main {
  inset: 0 5.5rem 6.5rem 0;
  z-index: 1;
}

.visual-float {
  right: 1rem;
  bottom: 1rem;
  width: min(50%, 280px);
  z-index: 2;
}

.visual-label {
  position: absolute;
  left: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem;
  padding: 1rem 1.1rem;
  border-radius: 18px;
  background: rgba(255, 253, 249, 0.92);
  backdrop-filter: blur(12px);
}

.placeholder-id {
  display: inline-flex;
  margin-bottom: 0.45rem;
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
  background: rgba(35, 57, 61, 0.08);
  color: var(--accent-deep);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.visual-label span {
  display: block;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent-deep);
}

.visual-label strong {
  display: block;
  margin-top: 0.35rem;
  color: var(--ink);
}

.stat {
  display: inline-block;
  margin-bottom: 0.65rem;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent-deep);
}

.section {
  padding: 5.5rem 0;
}

.section-soft {
  background: rgba(255, 253, 249, 0.65);
}

.section-dark {
  background: linear-gradient(135deg, #203437, #29464a);
  color: white;
}

.section-dark p,
.section-dark h2,
.section-dark h3 {
  color: inherit;
}

.split-grid {
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
}

.section-copy {
  display: grid;
  gap: 1.25rem;
}

.feature-list {
  display: grid;
  gap: 1rem;
}

.feature-list div {
  padding: 1.1rem 1.2rem;
  border-left: 3px solid var(--accent);
  background: rgba(255, 255, 255, 0.7);
  border-radius: 0 18px 18px 0;
}

.feature-list strong {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--ink);
}

.about-card {
  overflow: hidden;
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, rgba(255, 253, 249, 0.98), rgba(233, 241, 238, 0.98));
}

.about-card-body {
  padding: 1.4rem 1.5rem 1.6rem;
}

.about-card-body h3 {
  color: var(--forest);
}

.placeholder-tag {
  display: inline-flex;
  align-items: center;
  margin: 1rem 1.3rem 0;
  padding: 0.3rem 0.6rem;
  border-radius: 999px;
  background: rgba(35, 57, 61, 0.08);
  color: var(--accent-deep);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.about-card-body .placeholder-tag {
  margin: 0 0 0.9rem;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 2rem;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.service-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-height: 280px;
  padding: 1.5rem;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.86);
}

.service-card:nth-child(2),
.service-card:nth-child(3) {
  background: linear-gradient(180deg, rgba(240, 247, 244, 0.98), rgba(255, 255, 255, 0.96));
}

.service-card:nth-child(2) h3,
.service-card:nth-child(3) h3 {
  color: var(--forest);
}

.service-card a {
  margin-top: auto;
  color: var(--accent-deep);
  font-weight: 800;
}

.accent-card {
  background: linear-gradient(180deg, rgba(35, 57, 61, 0.98), rgba(55, 87, 90, 0.96));
}

.accent-card h3,
.accent-card p {
  color: rgba(255, 255, 255, 0.9);
}

.accent-card .eyebrow {
  color: #f1d3aa;
}

.journey-grid {
  grid-template-columns: 0.9fr 1.1fr;
  align-items: start;
}

.journey-steps {
  display: grid;
  gap: 1rem;
}

.journey-steps article {
  padding: 1.4rem 1.5rem;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.08);
}

.journey-steps span {
  display: inline-flex;
  margin-bottom: 0.8rem;
  color: #f7d8b0;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.form-grid {
  grid-template-columns: 0.9fr 1.1fr;
  align-items: start;
}

.embed-note,
.form-frame {
  border-radius: var(--radius-xl);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.8);
}

.embed-note {
  padding: 1.2rem 1.3rem;
  background: linear-gradient(180deg, rgba(35, 57, 61, 0.97), rgba(52, 84, 87, 0.96));
}

.embed-note strong,
.embed-note p {
  color: rgba(255, 255, 255, 0.92);
}

.form-frame {
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  background: rgba(255, 255, 255, 0.92);
}

.contact-form {
  display: grid;
  gap: 1rem;
  padding: 1.5rem;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.field {
  display: grid;
  gap: 0.55rem;
}

.field span {
  color: var(--forest);
  font-size: 0.92rem;
  font-weight: 800;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(35, 57, 61, 0.16);
  border-radius: 18px;
  background: rgba(246, 242, 235, 0.68);
  color: var(--ink);
  font: inherit;
  transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

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

.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-color: rgba(35, 57, 61, 0.44);
  box-shadow: 0 0 0 4px rgba(35, 57, 61, 0.08);
  background: rgba(255, 255, 255, 0.98);
}

.checkbox-field {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  color: var(--muted);
  line-height: 1.6;
  font-size: 0.95rem;
}

.checkbox-field input {
  margin-top: 0.28rem;
  accent-color: var(--forest);
}

.form-submit {
  justify-self: start;
}

.gallery-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.gallery-grid {
  display: grid;
  gap: 2rem;
}

.seo-copy-grid {
  display: grid;
  gap: 1.5rem;
}

.seo-copy-body {
  display: grid;
  gap: 1rem;
  max-width: 78ch;
}

.map-card-frame {
  display: grid;
  gap: 0.8rem;
  align-content: center;
  min-height: 100%;
  padding: 2rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at top right, rgba(191, 135, 80, 0.22), transparent 24%),
    linear-gradient(180deg, rgba(35, 57, 61, 0.97), rgba(43, 72, 75, 0.96));
  box-shadow: var(--shadow);
}

.map-note {
  max-width: 42ch;
}

.map-card-frame h3,
.map-card-frame p {
  color: rgba(255, 255, 255, 0.9);
}

.map-card-frame .stat {
  color: #f1d3aa;
}

.placeholder-tag-dark {
  margin: 0 0 0.8rem;
  background: rgba(255, 255, 255, 0.08);
  color: #f1d3aa;
}

.contact-showcase {
  background:
    radial-gradient(circle at top left, rgba(88, 123, 126, 0.18), transparent 18%),
    linear-gradient(180deg, #1d3438, #234246);
  color: white;
}

.contact-showcase p,
.contact-showcase h2,
.contact-showcase h3 {
  color: inherit;
}

.contact-panel {
  display: grid;
  gap: 2.4rem;
}

.contact-intro {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 2rem;
  align-items: start;
}

.contact-kicker {
  margin: 0 0 0.35rem;
  color: #d5af75;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.2rem, 3.2vw, 3.4rem);
  font-weight: 600;
  line-height: 0.95;
}

.contact-intro p:last-of-type {
  max-width: 44ch;
  color: rgba(255, 255, 255, 0.74);
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  align-items: center;
}

.contact-chip,
.contact-cta,
.map-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  font-weight: 700;
}

.contact-chip {
  min-height: 48px;
  padding: 0.8rem 1.15rem;
  border: 1px solid rgba(212, 178, 132, 0.5);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.92);
}

.contact-cta {
  min-height: 48px;
  padding: 0.8rem 1.3rem;
  background: #c6a168;
  color: #173034;
}

.contact-details-grid {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 2rem;
  align-items: stretch;
}

.contact-details-card {
  padding: 2rem;
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
}

.details-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.contact-details-card h3 {
  margin-bottom: 1rem;
  color: #d5af75;
}

.contact-list,
.hours-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-list {
  display: grid;
  gap: 0.35rem;
  color: rgba(255, 255, 255, 0.92);
}

.hours-list {
  display: grid;
  gap: 0.45rem;
}

.hours-list li {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 0.85rem;
  color: rgba(255, 255, 255, 0.92);
}

.hours-list span {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 700;
}

.hours-list strong {
  font-weight: 700;
}

.stacked-map-links {
  display: grid;
  gap: 0.7rem;
  margin-top: 1.5rem;
  max-width: 240px;
}

.map-action {
  min-height: 46px;
  padding: 0.8rem 1rem;
  border: 1px solid rgba(212, 178, 132, 0.45);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.92);
}

.contact-map-card {
  display: grid;
}

.gallery-cards article {
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.86);
}

.gallery-cards h3,
.gallery-cards p {
  padding-inline: 1.3rem;
}

.gallery-cards h3 {
  padding-top: 1.2rem;
}

.gallery-cards p {
  padding-top: 0.55rem;
  padding-bottom: 1.4rem;
}

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  padding: 0;
  border: none;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  cursor: pointer;
  flex-shrink: 0;
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 2px;
  transition: transform 220ms ease, opacity 220ms ease;
}

.nav-open .nav-toggle span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.nav-open .nav-toggle span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.nav-open .nav-toggle span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.mobile-nav {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  padding: 2rem;
  background: linear-gradient(180deg, #182c30, #1d3438);
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.nav-open .mobile-nav {
  opacity: 1;
  pointer-events: all;
}

.mobile-nav[aria-hidden="true"] {
  visibility: hidden;
}

.nav-open .mobile-nav[aria-hidden="false"] {
  visibility: visible;
}

.mobile-nav a {
  color: rgba(255, 255, 255, 0.9);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.2rem, 8vw, 3.2rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1;
  transition: color 160ms ease;
}

.mobile-nav a:hover {
  color: #e2bf8a;
  transform: none;
}

.mobile-nav-cta {
  margin-top: 0.5rem;
  padding: 1rem 2rem !important;
  border-radius: 999px !important;
  background: #c6a168;
  color: #173034 !important;
  font-family: "Manrope", sans-serif !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  letter-spacing: normal !important;
}

.mobile-nav-close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  cursor: pointer;
}

.mobile-nav-close span {
  position: absolute;
  width: 20px;
  height: 2px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 2px;
}

.mobile-nav-close span:nth-child(1) {
  transform: rotate(45deg);
}

.mobile-nav-close span:nth-child(2) {
  transform: rotate(-45deg);
}

body.nav-open {
  overflow: hidden;
}

.site-footer {
  padding: 1.2rem 0 2.2rem;
}

.footer-minimal {
  padding: 1rem 0 0;
  border-top: 1px solid rgba(29, 43, 47, 0.12);
}

.footer-minimal p {
  color: var(--muted);
  font-size: 0.95rem;
}

.reveal {
  opacity: 0;
  transform: translateY(28px) scale(0.985);
  transition:
    opacity 800ms cubic-bezier(0.2, 0.7, 0.2, 1),
    transform 800ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes intro-rise {
  from {
    opacity: 0;
    transform: translateY(26px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1080px) {
  .site-nav {
    display: none;
  }

  .nav-row {
    grid-template-columns: 1fr auto;
    justify-items: center;
    text-align: center;
    min-height: 48px;
  }

  .header-actions {
    justify-content: center;
  }

  .hero-logo {
    justify-self: start;
  }

  .nav-toggle {
    display: flex;
  }

  .hero-grid,
  .split-grid,
  .journey-grid,
  .form-grid,
  .footer-grid,
  .service-grid,
  .gallery-cards,
  .contact-intro,
  .contact-details-grid,
  .details-columns {
    grid-template-columns: 1fr 1fr;
  }

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

  .service-grid .accent-card,
  .gallery-cards article:last-child {
    grid-column: span 2;
  }
}

@media (max-width: 760px) {
  .site-header {
    padding-top: 1.5rem;
  }

  .hero-section {
    padding-top: 9.5rem;
  }

  .nav-row {
    grid-template-columns: 1fr auto;
    gap: 0.8rem;
    padding: 0 0 0.8rem;
  }

  .hero-logo {
    justify-self: start;
  }

  .hero-logo img {
    width: clamp(130px, 38vw, 175px);
  }

  .header-chip {
    display: none;
  }

  .header-actions {
    width: auto;
    flex-wrap: nowrap;
    justify-content: flex-end;
    gap: 0.6rem;
  }

  .header-cta {
    width: auto;
    max-width: none;
    font-size: 0.82rem;
    padding: 0.6rem 0.85rem;
  }

  .hero-grid,
  .split-grid,
  .journey-grid,
  .form-grid,
  .footer-grid,
  .service-grid,
  .gallery-cards,
  .contact-intro,
  .contact-details-grid,
  .details-columns {
    grid-template-columns: 1fr;
  }

  .service-grid .accent-card,
  .gallery-cards article:last-child {
    grid-column: auto;
  }

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

  h1 {
    max-width: 14ch;
    font-size: clamp(2.8rem, 11vw, 4.4rem);
  }

  .hero-text {
    max-width: 100%;
  }

  /* Fix 1: switch hero visuals to normal flow on mobile */
  .hero-visual {
    min-height: auto;
    padding-right: 0;
    margin-top: 1.5rem;
  }

  .visual-card {
    position: relative;
    inset: auto;
    width: 100%;
  }

  .visual-main {
    inset: auto;
  }

  .visual-float {
    display: none;
  }

  .section {
    padding: 4rem 0;
  }

  .footer-grid {
    padding: 1.4rem;
  }
}
