/* Myntrava Orthopedic & Rehabilitation Center — clinical-modern aesthetic
   Typography: Adelle (display/serif) + Forma DJR Text (body/sans)
   Loaded via Adobe Fonts kit ywh4dbs. */

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

:root {
  --cobalt: #0A3B7A;
  --cobalt-dark: #072A58;
  --cobalt-light: #1E5BA8;
  --red: #C72B2B;
  --red-dark: #9E1E1E;
  --white: #FFFFFF;
  --cream: #F7F6F2;
  --slate: #2C3642;
  --slate-soft: #4A5462;
  --ink: #1A1F26;
  --muted: #6B7383;
  --line: #DFE3EA;
  --line-dark: #1E2C3F;
  --warm: #F3EEE6;
}

html { scroll-behavior: smooth; }
body {
  font-family: 'forma-djr-text', 'Helvetica Neue', system-ui, sans-serif;
  background: var(--white);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible { outline: 2px solid var(--red); outline-offset: 3px; }

h1, h2, h3, h4 {
  font-family: 'adelle', Georgia, 'Times New Roman', serif;
  font-weight: 600;
  color: var(--cobalt);
  line-height: 1.2;
  letter-spacing: -0.01em;
}
h1 { font-size: clamp(2.2rem, 4.5vw, 3.8rem); font-weight: 700; }
h2 { font-size: clamp(1.8rem, 3.2vw, 2.6rem); }
h3 { font-size: 1.28rem; font-weight: 600; }

.container { max-width: 1280px; margin: 0 auto; padding: 0 28px; }
.container-narrow { max-width: 860px; margin: 0 auto; padding: 0 28px; }

/* ==== Eyebrow label (small uppercase with red hairline) ==== */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: 'forma-djr-text', system-ui, sans-serif;
  font-size: 0.74rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--red);
  font-weight: 600;
  margin-bottom: 18px;
}
.eyebrow::before {
  content: '';
  width: 32px;
  height: 2px;
  background: var(--red);
  display: inline-block;
}

/* ==== Hidden header with hamburger + full-screen overlay ==== */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: transparent;
  padding: 20px 0;
  transition: background 0.3s ease, padding 0.3s ease;
}
.site-header.scrolled {
  background: var(--white);
  border-bottom: 1px solid var(--line);
  padding: 12px 0;
  box-shadow: 0 2px 8px rgba(10,59,122,0.04);
}
.site-header.on-dark:not(.scrolled) .logo,
.site-header.on-dark:not(.scrolled) .logo > span:last-child,
.site-header.on-dark:not(.scrolled) .header-contact a,
.site-header.on-dark:not(.scrolled) .header-menu-btn { color: var(--white); }
.site-header.on-dark:not(.scrolled) .logo-mark {
  background: var(--white);
  color: var(--cobalt);
}
.site-header.on-dark:not(.scrolled) .logo-mark::after {
  border-color: var(--cobalt);
}
.site-header.on-dark:not(.scrolled) .logo small { color: #FFB8B8; }
.site-header.on-dark:not(.scrolled) .header-menu-btn { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.4); }
.site-header.on-dark:not(.scrolled) .header-menu-btn:hover { background: var(--red); border-color: var(--red); }

.header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  position: relative;
  z-index: 2;
}
.header-inner > * { min-width: 0; }
.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: 'adelle', serif;
  font-weight: 700;
  font-size: 1.35rem;
  color: var(--cobalt);
  line-height: 1;
  letter-spacing: -0.015em;
}
.logo-mark {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--cobalt);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-family: 'adelle', serif;
  font-weight: 700;
  font-size: 1rem;
  flex-shrink: 0;
  position: relative;
}
.logo-mark::after {
  content: '';
  position: absolute;
  bottom: -2px;
  right: -2px;
  width: 12px;
  height: 12px;
  background: var(--red);
  border-radius: 50%;
  border: 2px solid var(--white);
}
.logo small {
  display: block;
  font-family: 'forma-djr-text', sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--red);
  font-weight: 600;
  margin-top: 4px;
}
.header-contact {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 0.9rem;
}
.header-contact a {
  color: var(--slate);
  font-weight: 500;
  transition: color 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.header-contact a:hover { color: var(--red); }
.header-menu-btn {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 11px 22px;
  background: var(--cobalt);
  color: var(--white);
  border: 1px solid var(--cobalt);
  border-radius: 0;
  font-family: 'forma-djr-text', sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s ease;
  min-height: 44px;
}
.header-menu-btn:hover { background: var(--red); border-color: var(--red); }
.header-menu-btn .bars {
  display: inline-flex;
  flex-direction: column;
  gap: 3px;
  width: 18px;
}
.header-menu-btn .bars span {
  display: block;
  height: 2px;
  background: currentColor;
  transition: transform 0.25s ease;
}
.header-menu-btn .bars span:nth-child(2) { width: 70%; margin-left: auto; }

/* Full-screen nav overlay */
.nav-overlay {
  position: fixed;
  inset: 0;
  background: var(--cobalt);
  color: var(--white);
  z-index: 200;
  display: flex;
  flex-direction: column;
  padding: 28px 0 60px;
  transform: translateY(-100%);
  transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1), visibility 0s linear 0.5s;
  overflow-y: auto;
  visibility: hidden;
  pointer-events: none;
}
.nav-overlay.open {
  transform: translateY(0);
  visibility: visible;
  pointer-events: auto;
  transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1), visibility 0s linear 0s;
}
.nav-overlay-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 28px;
  margin-bottom: 60px;
}
.nav-overlay-head .logo { color: var(--white); }
.nav-overlay-head .logo-mark { background: var(--white); color: var(--cobalt); }
.nav-overlay-head .logo small { color: #F6AFAF; }
.nav-overlay-close {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 11px 22px;
  background: transparent;
  color: var(--white);
  border: 1px solid rgba(255,255,255,0.3);
  font-family: 'forma-djr-text', sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  min-height: 44px;
  transition: all 0.2s;
}
.nav-overlay-close:hover { background: var(--red); border-color: var(--red); }
.nav-overlay-close::before {
  content: '';
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3 3l10 10M13 3L3 13' stroke='white' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.nav-overlay-body {
  flex: 1;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 80px;
  padding: 0 48px;
  align-items: start;
}
.nav-overlay-main ul { list-style: none; padding: 0; margin: 0; }
.nav-overlay-main li {
  border-top: 1px solid rgba(255,255,255,0.12);
}
.nav-overlay-main li:last-child { border-bottom: 1px solid rgba(255,255,255,0.12); }
.nav-overlay-main a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 0;
  font-family: 'adelle', serif;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 600;
  color: var(--white);
  transition: color 0.25s, padding 0.25s;
}
.nav-overlay-main a::after {
  content: '→';
  opacity: 0.4;
  font-family: 'forma-djr-text', sans-serif;
  font-weight: 400;
  transition: transform 0.25s, opacity 0.25s;
}
.nav-overlay-main a:hover { color: var(--red); padding-left: 12px; }
.nav-overlay-main a:hover::after { transform: translateX(8px); opacity: 1; }
.nav-overlay-main .nav-num {
  font-family: 'forma-djr-text', sans-serif;
  font-size: 0.78rem;
  color: rgba(255,255,255,0.5);
  margin-right: 16px;
  letter-spacing: 0.1em;
  font-weight: 500;
  min-width: 32px;
}

.nav-overlay-side { padding-top: 12px; }
.nav-overlay-side h4 {
  font-family: 'forma-djr-text', sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  margin-bottom: 22px;
  font-weight: 600;
  color: var(--white);
}
.nav-overlay-services ul { list-style: none; padding: 0; margin: 0 0 40px; }
.nav-overlay-services li { margin-bottom: 10px; }
.nav-overlay-services a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,0.85);
  font-size: 1rem;
  transition: color 0.2s, gap 0.2s;
  padding: 6px 0;
}
.nav-overlay-services a::before {
  content: '•';
  color: var(--red);
  font-size: 1.2rem;
}
.nav-overlay-services a:hover { color: var(--white); gap: 12px; }
.nav-overlay-contact div { margin-bottom: 18px; font-size: 0.95rem; line-height: 1.5; }
.nav-overlay-contact strong {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  margin-bottom: 4px;
  font-weight: 600;
}
.nav-overlay-contact a { color: var(--white); font-weight: 500; }
.nav-overlay-contact a:hover { color: var(--red); }

/* ==== Diagonal split-panel hero ==== */
.hero {
  position: relative;
  min-height: 94vh;
  overflow: hidden;
  color: var(--white);
}
.hero-panel {
  position: absolute;
  inset: 0;
  background: var(--cobalt);
  clip-path: polygon(0 0, 62% 0, 50% 100%, 0 100%);
  z-index: 1;
}
.hero-image {
  position: absolute;
  top: 0; right: 0; bottom: 0;
  width: 54%;
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.hero-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(10,59,122,0.2), transparent 50%);
}
.hero-inner {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 0 auto;
  padding: 160px 28px 90px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  min-height: 94vh;
  align-items: center;
}
.hero-text { max-width: 540px; padding-right: 16px; }
.hero-text .eyebrow { color: #FFB8B8; }
.hero-text .eyebrow::before { background: var(--red); }
.hero-text h1 {
  color: var(--white);
  font-size: clamp(2.4rem, 4.8vw, 4rem);
  margin-bottom: 26px;
  font-weight: 700;
  line-height: 1.1;
}
.hero-text h1 em {
  font-style: italic;
  color: #FFB8B8;
  font-weight: 500;
}
.hero-lede {
  font-size: 1.08rem;
  line-height: 1.65;
  color: rgba(255,255,255,0.85);
  margin-bottom: 34px;
  max-width: 460px;
}
.hero-stats-inline {
  display: flex;
  gap: 36px;
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid rgba(255,255,255,0.18);
}
.hero-stat-inline .stat-num {
  font-family: 'adelle', serif;
  font-size: 2.2rem;
  color: var(--white);
  font-weight: 700;
  line-height: 1;
  margin-bottom: 6px;
}
.hero-stat-inline .stat-label {
  font-size: 0.74rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
  font-weight: 600;
}

/* Booking card over the image panel */
.hero-booking {
  justify-self: end;
  align-self: center;
  width: 100%;
  max-width: 420px;
  background: var(--white);
  color: var(--ink);
  padding: 36px 32px 32px;
  box-shadow: 0 30px 80px -20px rgba(10,59,122,0.4);
  position: relative;
}
.hero-booking::before {
  content: '';
  position: absolute;
  top: -4px; left: 0; right: 0;
  height: 4px;
  background: var(--red);
}
.hero-booking h3 {
  font-family: 'adelle', serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--cobalt);
  margin-bottom: 8px;
}
.hero-booking-subtitle {
  font-size: 0.92rem;
  color: var(--muted);
  margin-bottom: 22px;
}
.hero-booking form { display: flex; flex-direction: column; gap: 12px; }
.hero-booking input,
.hero-booking select {
  width: 100%;
  padding: 13px 14px;
  background: var(--cream);
  border: 1px solid var(--line);
  color: var(--ink);
  font-family: 'forma-djr-text', sans-serif;
  font-size: 0.95rem;
  min-height: 44px;
  transition: border-color 0.2s;
}
.hero-booking input:focus,
.hero-booking select:focus { outline: none; border-color: var(--cobalt); }
.hero-booking select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='none' stroke='%230A3B7A' stroke-width='1.5' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-color: var(--cream);
  padding-right: 36px;
  cursor: pointer;
}
.hero-booking button {
  padding: 14px 22px;
  background: var(--red);
  color: var(--white);
  border: none;
  font-family: 'forma-djr-text', sans-serif;
  font-size: 0.88rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.25s;
  min-height: 48px;
  margin-top: 8px;
}
.hero-booking button:hover { background: var(--red-dark); }
.hero-booking-note {
  margin-top: 14px;
  font-size: 0.78rem;
  color: var(--muted);
  text-align: center;
}

/* ==== Buttons ==== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 28px;
  font-family: 'forma-djr-text', sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: all 0.25s ease;
  border: 1px solid transparent;
  min-height: 48px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.82rem;
}
.btn-primary {
  background: var(--cobalt) !important;
  color: var(--white) !important;
  border-color: var(--cobalt) !important;
}
.btn-primary:hover { background: var(--cobalt-dark) !important; border-color: var(--cobalt-dark) !important; }
.btn-red {
  background: var(--red) !important;
  color: var(--white) !important;
  border-color: var(--red) !important;
}
.btn-red:hover { background: var(--red-dark) !important; border-color: var(--red-dark) !important; }
.btn-outline {
  background: transparent !important;
  color: var(--cobalt) !important;
  border-color: var(--cobalt) !important;
}
.btn-outline:hover { background: var(--cobalt) !important; color: var(--white) !important; }
.btn-outline-white {
  background: transparent !important;
  color: var(--white) !important;
  border-color: rgba(255,255,255,0.4) !important;
}
.btn-outline-white:hover { background: var(--white) !important; color: var(--cobalt) !important; border-color: var(--white) !important; }
.btn-ghost {
  background: transparent !important;
  color: var(--red) !important;
  border: none !important;
  padding: 8px 0 !important;
  font-weight: 700 !important;
  font-size: 0.82rem !important;
  display: inline-flex;
  gap: 8px;
  min-height: auto;
}
.btn-ghost::after { content: '→'; transition: transform 0.2s; }
.btn-ghost:hover { color: var(--red-dark) !important; }
.btn-ghost:hover::after { transform: translateX(4px); }

/* ==== HMO strip (clinical) ==== */
.hmo-strip {
  background: var(--cream);
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}
.hmo-strip-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 32px 44px;
  font-size: 0.84rem;
  color: var(--slate-soft);
}
.hmo-strip-inner strong {
  font-family: 'forma-djr-text', sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--cobalt);
  font-weight: 700;
  padding-right: 18px;
  border-right: 1px solid var(--line);
}
.hmo-item {
  font-weight: 600;
  color: var(--slate);
  letter-spacing: 0.02em;
  font-family: 'adelle', serif;
}

/* ==== Sections ==== */
.section { padding: 100px 0; }
.section-alt { background: var(--cream); }
.section-dark { background: var(--cobalt); color: var(--white); }
.section-dark h2, .section-dark h3 { color: var(--white); }
.section-dark .eyebrow { color: #FFB8B8; }
.section-dark .eyebrow::before { background: var(--red); }

.section-head { max-width: 720px; margin-bottom: 56px; }
.section-head.center { margin: 0 auto 56px; text-align: center; }
.section-head h2 { margin-bottom: 18px; }
.section-subtitle {
  color: var(--slate-soft);
  font-size: 1.05rem;
  line-height: 1.7;
  max-width: 640px;
}
.section-head.center .section-subtitle { margin-left: auto; margin-right: auto; }
.section-dark .section-subtitle { color: rgba(255,255,255,0.75); }

/* Section direct-children spacing */
.section .container > h2,
.section .container-narrow > h2,
.section .container > h3,
.section .container-narrow > h3 { margin-bottom: 16px; }
.section .container > p,
.section .container-narrow > p,
.section .container > ul,
.section .container-narrow > ul,
.section .container > ol,
.section .container-narrow > ol,
.section .container > blockquote,
.section .container-narrow > blockquote { margin-bottom: 18px; line-height: 1.75; }
.section .container > h3,
.section .container-narrow > h3 { margin-top: 40px; }
.section .container > h3:first-child,
.section .container-narrow > h3:first-child,
.section .container > .eyebrow + h3,
.section .container-narrow > .eyebrow + h3,
.section .container > h2 + h3,
.section .container-narrow > h2 + h3 { margin-top: 28px; }
.section .container > p + h2,
.section .container-narrow > p + h2,
.section .container > ul + h2,
.section .container-narrow > ul + h2 { margin-top: 48px; }

/* Dark CTA */
.section-dark .container > h2,
.section-dark .container-narrow > h2 { margin-top: 12px; margin-bottom: 22px; }
.section-dark .container > p,
.section-dark .container-narrow > p { margin-bottom: 32px; font-size: 1.05rem; line-height: 1.7; color: rgba(255,255,255,0.85); }

/* Editorial lists */
.section .container > ul,
.section .container-narrow > ul {
  list-style: none;
  padding: 0;
  margin: 24px 0 26px;
  display: grid;
  gap: 14px;
}
.section .container > ul > li,
.section .container-narrow > ul > li {
  position: relative;
  padding: 6px 0 14px 34px;
  font-size: 1.02rem;
  line-height: 1.6;
  color: var(--slate);
  border-bottom: 1px solid var(--line);
}
.section .container > ul > li:last-child,
.section .container-narrow > ul > li:last-child { border-bottom: none; }
.section .container > ul > li::before,
.section .container-narrow > ul > li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 11px;
  width: 14px;
  height: 14px;
  background: var(--white);
  border: 3px solid var(--red);
  border-radius: 50%;
}
.section .container > ol,
.section .container-narrow > ol {
  list-style: none;
  padding: 0;
  margin: 24px 0 26px;
  counter-reset: m-ord;
  display: grid;
  gap: 18px;
}
.section .container > ol > li,
.section .container-narrow > ol > li {
  position: relative;
  padding: 4px 0 4px 64px;
  font-size: 1.02rem;
  line-height: 1.65;
  color: var(--slate);
  counter-increment: m-ord;
  min-height: 44px;
}
.section .container > ol > li::before,
.section .container-narrow > ol > li::before {
  content: counter(m-ord, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'adelle', serif;
  font-weight: 700;
  font-size: 1.3rem;
  color: var(--red);
  line-height: 1.4;
  background: var(--cream);
  padding: 4px 10px;
  min-width: 44px;
  text-align: center;
}
.section-dark .container > ul > li { color: rgba(255,255,255,0.85); border-bottom-color: rgba(255,255,255,0.12); }
.section-dark .container > ul > li::before { background: var(--cobalt); border-color: var(--red); }

/* ==== Service cards ==== */
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.feature-card {
  background: var(--white);
  border: 1px solid var(--line);
  overflow: hidden;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  color: inherit;
  position: relative;
}
.feature-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: var(--cobalt);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s ease;
  z-index: 2;
}
.feature-card:hover::before { transform: scaleX(1); }
.feature-card:hover { border-color: var(--cobalt); box-shadow: 0 18px 50px -20px rgba(10,59,122,0.2); }
.feature-card-img-wrap {
  aspect-ratio: 4/3;
  overflow: hidden;
  background: var(--cream);
}
.feature-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.feature-card:hover img { transform: scale(1.04); }
.feature-card-body { padding: 28px 28px 30px; display: flex; flex-direction: column; flex: 1; }
.feature-card-body .eyebrow { font-size: 0.68rem; margin-bottom: 12px; }
.feature-card-body h3 {
  font-size: 1.42rem;
  font-family: 'adelle', serif;
  font-weight: 700;
  color: var(--cobalt);
  margin-bottom: 12px;
  line-height: 1.25;
}
.feature-card-body p { color: var(--slate-soft); font-size: 0.95rem; margin-bottom: 18px; line-height: 1.65; flex: 1; }

/* ==== Condition cards (with photos, not SVGs) ==== */
.conditions-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin: 40px 0;
}
.condition-card {
  background: var(--white);
  border: 1px solid var(--line);
  padding: 0 24px 24px;
  text-align: left;
  transition: all 0.25s ease;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.condition-card:hover { border-color: var(--red); transform: translateY(-3px); }
.condition-card img {
  margin: 0 -24px 18px;
  aspect-ratio: 16/10;
  object-fit: cover;
  width: calc(100% + 48px);
  max-width: none;
}
.condition-card svg { color: var(--cobalt); margin: 14px 0; display: block; }
.condition-card strong {
  display: block;
  font-family: 'adelle', serif;
  font-size: 1.05rem;
  color: var(--cobalt);
  margin-bottom: 6px;
  font-weight: 700;
  line-height: 1.3;
}
.condition-card span { font-size: 0.82rem; color: var(--slate-soft); line-height: 1.5; }

/* ==== About split (image with color block behind) ==== */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 64px;
  align-items: center;
}
.about-img-wrap {
  position: relative;
  aspect-ratio: 4/5;
}
.about-img-wrap::before {
  content: '';
  position: absolute;
  top: 26px;
  left: -26px;
  width: 180px;
  height: 180px;
  background: var(--red);
  z-index: 0;
}
.about-img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.about-img img { width: 100%; height: 100%; object-fit: cover; }
.about-text h2 { margin-bottom: 22px; }
.about-text p { color: var(--slate-soft); margin-bottom: 18px; font-size: 1.02rem; line-height: 1.75; }
.about-text p em { font-style: italic; color: var(--red); }
.about-stats {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}
.about-stat-num { font-family: 'adelle', serif; font-size: 2rem; color: var(--cobalt); line-height: 1; margin-bottom: 6px; font-weight: 700; }
.about-stat-label { font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); font-weight: 600; }

/* ==== Process / steps with OL ==== */
/* use the editorial ol styling from section direct children */

/* ==== Team ==== */
.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.team-card {
  background: var(--white);
  border: 1px solid var(--line);
  transition: all 0.3s ease;
  overflow: hidden;
}
.team-card:hover { border-color: var(--cobalt); transform: translateY(-3px); }
.team-img {
  aspect-ratio: 4/5;
  overflow: hidden;
}
.team-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.team-card:hover .team-img img { transform: scale(1.04); }
.team-body { padding: 20px 22px 22px; border-top: 3px solid var(--red); }
.team-card h3 { font-size: 1.1rem; margin-bottom: 6px; font-weight: 700; color: var(--cobalt); }
.team-role { font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--red); font-weight: 600; }
.team-spec { font-size: 0.82rem; color: var(--muted); margin-top: 8px; line-height: 1.5; }

/* ==== Pricing — horizontal layout ==== */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.pricing-grid:has(> :nth-child(2):last-child) {
  grid-template-columns: repeat(2, minmax(0, 440px));
  justify-content: center;
  max-width: 940px;
  margin: 0 auto;
}
.pricing-grid:has(> :nth-child(1):last-child) {
  grid-template-columns: minmax(0, 480px);
  justify-content: center;
}
.price-card {
  background: var(--white);
  border: 1px solid var(--line);
  padding: 40px 34px 36px;
  position: relative;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}
.price-card:hover { border-color: var(--cobalt); box-shadow: 0 24px 60px -24px rgba(10,59,122,0.25); }
.price-card.featured {
  background: var(--cobalt);
  color: var(--white);
  border-color: var(--cobalt);
  position: relative;
}
.price-card.featured::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: var(--red);
}
.price-card.featured h3, .price-card.featured .price-amount { color: var(--white); }
.price-card.featured .price-period { color: rgba(255,255,255,0.6); }
.price-card.featured .price-features li { color: rgba(255,255,255,0.9); border-color: rgba(255,255,255,0.12); }
.price-card.featured .price-features li svg { color: var(--red); }
.price-card.featured .price-tag {
  position: absolute;
  top: -14px; left: 50%;
  transform: translateX(-50%);
  background: var(--red);
  color: var(--white);
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 8px 18px;
  font-weight: 700;
}
.price-card h3 {
  font-family: 'forma-djr-text', sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--red);
  font-weight: 700;
  margin-bottom: 18px;
}
.price-amount { font-family: 'adelle', serif; font-size: 3rem; font-weight: 700; color: var(--cobalt); line-height: 1; margin-bottom: 6px; }
.price-amount sup {
  font-size: 1rem;
  vertical-align: super;
  font-weight: 600;
  margin-right: 3px;
}
.price-period { font-size: 0.88rem; color: var(--muted); margin-bottom: 28px; }
.price-features { list-style: none; padding: 0; margin: 0 0 28px; flex: 1; }
.price-features li {
  padding: 11px 0;
  border-bottom: 1px solid var(--line);
  font-size: 0.9rem;
  color: var(--slate);
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.price-features li:last-child { border-bottom: none; }
.price-features li svg { flex-shrink: 0; margin-top: 4px; color: var(--cobalt); }

/* Step cards (ol.pricing-grid with li.price-card) — suppress counter */
ol.pricing-grid { counter-reset: none !important; list-style: none; padding: 0; margin: 40px 0 0; }
ol.pricing-grid > li.price-card {
  counter-increment: none !important;
  padding: 30px 30px 30px;
  position: relative;
}
ol.pricing-grid > li.price-card::before { content: none !important; display: none !important; }
ol.pricing-grid > li.price-card .price-tag {
  position: static !important;
  display: inline-block !important;
  background: transparent !important;
  color: var(--red) !important;
  font-family: 'forma-djr-text', sans-serif !important;
  font-size: 0.72rem !important;
  letter-spacing: 0.22em !important;
  text-transform: uppercase !important;
  padding: 0 !important;
  margin: 0 0 14px !important;
  font-weight: 700 !important;
  border: none !important;
  width: auto !important;
  top: auto !important; left: auto !important; right: auto !important;
  transform: none !important;
}
ol.pricing-grid > li.price-card h3 {
  font-family: 'adelle', serif !important;
  font-size: 1.24rem !important;
  text-transform: none !important;
  color: var(--cobalt) !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  margin: 0 0 12px 0 !important;
  padding: 0 !important;
  letter-spacing: -0.005em !important;
}
ol.pricing-grid > li.price-card p {
  color: var(--slate-soft);
  font-size: 0.96rem;
  line-height: 1.65;
  margin: 0;
}

/* ==== Reviews ==== */
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.review-card {
  background: var(--white);
  border: 1px solid var(--line);
  padding: 32px 30px;
  transition: all 0.25s ease;
  position: relative;
}
.review-card:hover { border-color: var(--red); box-shadow: 0 18px 44px -18px rgba(199,43,43,0.15); }
.review-card::before {
  content: '"';
  position: absolute;
  top: 16px;
  right: 24px;
  font-family: 'adelle', serif;
  font-size: 4.5rem;
  color: var(--red);
  opacity: 0.12;
  line-height: 1;
}
.review-stars { color: var(--red); margin-bottom: 16px; font-size: 0.95rem; letter-spacing: 2px; }
.review-text {
  font-family: 'adelle', serif;
  font-size: 1.02rem;
  color: var(--slate);
  line-height: 1.6;
  margin-bottom: 22px;
  font-weight: 500;
}
.review-author { display: flex; align-items: center; gap: 14px; padding-top: 20px; border-top: 1px solid var(--line); }
.review-author img { width: 50px; height: 50px; border-radius: 50%; object-fit: cover; }
.review-name { font-weight: 700; font-size: 0.94rem; color: var(--cobalt); }
.review-location { font-size: 0.8rem; color: var(--muted); letter-spacing: 0.02em; margin-top: 2px; }

/* ==== Trust row ==== */
.trust-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  padding: 44px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.trust-item { display: flex; gap: 18px; align-items: flex-start; }
.trust-item svg { flex-shrink: 0; color: var(--red); }
.trust-item strong {
  display: block;
  font-family: 'adelle', serif;
  font-size: 1.08rem;
  color: var(--cobalt);
  margin-bottom: 4px;
  font-weight: 700;
}
.trust-item span { font-size: 0.86rem; color: var(--slate-soft); line-height: 1.5; }

/* ==== Contact ==== */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 56px;
  align-items: start;
}
.contact-info-list { margin-top: 32px; display: flex; flex-direction: column; gap: 22px; }
.contact-detail { display: flex; gap: 18px; align-items: flex-start; }
.contact-detail svg { flex-shrink: 0; color: var(--red); margin-top: 4px; }
.contact-detail strong {
  display: block;
  font-size: 0.74rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
  font-weight: 700;
  margin-bottom: 6px;
}
.contact-detail span, .contact-detail a { font-size: 1rem; color: var(--white); line-height: 1.5; }
.contact-detail a:hover { color: var(--red); }

.section-dark .contact-detail strong { color: rgba(255,255,255,0.6); }
.section-dark .contact-detail span,
.section-dark .contact-detail a { color: var(--white); }

.contact-form {
  background: var(--white);
  padding: 40px 38px;
  color: var(--ink);
  border-top: 4px solid var(--red);
  box-shadow: 0 30px 80px -30px rgba(0,0,0,0.45);
}
.contact-form h3 { font-size: 1.55rem; margin-bottom: 22px; font-family: 'adelle', serif; color: var(--cobalt); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 14px; }
.form-group { display: flex; flex-direction: column; }
.form-group.full { grid-column: 1 / -1; }
.form-group label {
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 700;
  margin-bottom: 7px;
}
.form-group input,
.form-group select,
.form-group textarea {
  font-family: 'forma-djr-text', sans-serif;
  background: var(--cream);
  border: 1px solid var(--line);
  padding: 12px 14px;
  font-size: 0.95rem;
  color: var(--ink);
  transition: border-color 0.2s;
  min-height: 44px;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--cobalt);
  background: var(--white);
}
.form-group select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='none' stroke='%230A3B7A' stroke-width='1.5' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-color: var(--cream);
  padding-right: 36px;
  cursor: pointer;
}
.form-group textarea { resize: vertical; min-height: 100px; }
.contact-form button { margin-top: 6px; width: 100%; }

/* ==== Breadcrumb ==== */
.breadcrumb {
  padding: 102px 0 20px;
  font-size: 0.82rem;
  color: var(--muted);
  background: var(--cream);
  border-bottom: 1px solid var(--line);
}
.breadcrumb a { color: var(--muted); }
.breadcrumb a:hover { color: var(--red); }
.breadcrumb .sep { margin: 0 10px; opacity: 0.5; }
.breadcrumb .current { color: var(--cobalt); font-weight: 700; }

/* ==== Inner / service hero ==== */
.inner-hero {
  padding: 162px 0 90px;
  background: linear-gradient(135deg, var(--cobalt) 0%, var(--cobalt-dark) 100%);
  color: var(--white);
  position: relative;
  overflow: hidden;
}
.inner-hero::before {
  content: '';
  position: absolute;
  top: 0; right: -10%;
  width: 50%;
  height: 100%;
  background: var(--red);
  clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
  opacity: 0.08;
}
.inner-hero .container { position: relative; z-index: 2; }
.inner-hero .eyebrow { color: #FFB8B8; justify-content: flex-start; }
.inner-hero h1 { color: var(--white); margin-bottom: 22px; max-width: 780px; }
.inner-hero p { font-size: 1.08rem; color: rgba(255,255,255,0.85); max-width: 680px; line-height: 1.7; }
.inner-hero.light {
  background: var(--cream);
  color: var(--ink);
}
.inner-hero.light::before { display: none; }
.inner-hero.light h1 { color: var(--cobalt); }
.inner-hero.light p { color: var(--slate-soft); }
.inner-hero.light .eyebrow { color: var(--red); }

.service-hero {
  padding: 180px 0 110px;
  background-size: cover;
  background-position: center;
  color: var(--white);
  position: relative;
}
.service-hero .container { position: relative; z-index: 2; }
.service-hero h1, .service-hero p { color: var(--white); }
.service-hero .eyebrow { color: #FFB8B8; justify-content: flex-start; }
.service-hero .breadcrumb {
  background: transparent;
  border: none;
  padding: 0 0 24px;
  margin-top: 0;
}
.service-hero .breadcrumb a { color: rgba(255,255,255,0.7); }
.service-hero .breadcrumb a:hover { color: var(--red); }
.service-hero .breadcrumb .current { color: var(--white); }
.service-hero .breadcrumb .sep { color: rgba(255,255,255,0.5); }

/* ==== Article ==== */
.article-full { padding: 60px 0 90px; }
.article-header { margin-bottom: 44px; }
.article-header h1 { margin-bottom: 18px; color: var(--cobalt); }
.article-header > p { color: var(--slate-soft); font-size: 1.1rem; line-height: 1.7; }
.article-meta {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  padding-top: 24px;
  margin-top: 28px;
  border-top: 1px solid var(--line);
  font-size: 0.82rem;
  color: var(--muted);
}
.article-meta strong { color: var(--cobalt); font-weight: 700; }
.article-featured-img {
  margin: 0 0 48px;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.article-featured-img img { width: 100%; height: 100%; object-fit: cover; }

.article-body h2 { font-size: 1.78rem; margin: 40px 0 18px; color: var(--cobalt); }
.article-body h3 { font-size: 1.28rem; margin: 30px 0 12px; color: var(--cobalt); }
.article-body p { margin-bottom: 18px; font-size: 1.04rem; line-height: 1.8; color: var(--slate); }
.article-body a { color: var(--red); font-weight: 600; border-bottom: 1px solid var(--red); padding-bottom: 1px; }
.article-body a:hover { color: var(--red-dark); border-color: var(--red-dark); }
.article-body ul, .article-body ol { margin: 0 0 22px; padding-left: 24px; }
.article-body li { margin-bottom: 10px; font-size: 1.02rem; line-height: 1.75; color: var(--slate); }
.article-body blockquote {
  border-left: 4px solid var(--red);
  padding: 14px 0 14px 26px;
  margin: 30px 0;
  font-family: 'adelle', serif;
  font-style: italic;
  font-size: 1.2rem;
  color: var(--cobalt);
  line-height: 1.6;
  font-weight: 500;
}

.related {
  background: var(--cream);
  padding: 80px 0;
  margin-top: 60px;
}

.articles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.article-card {
  background: var(--white);
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  overflow: hidden;
}
.article-card:hover { transform: translateY(-4px); border-color: var(--cobalt); box-shadow: 0 18px 50px -20px rgba(10,59,122,0.2); }
.article-card-img { aspect-ratio: 16/10; overflow: hidden; }
.article-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.article-card:hover .article-card-img img { transform: scale(1.04); }
.article-card-body { padding: 24px 26px 28px; display: flex; flex-direction: column; flex: 1; }
.article-card-body .eyebrow { font-size: 0.68rem; margin-bottom: 12px; }
.article-card-body h3 { font-size: 1.2rem; margin-bottom: 10px; line-height: 1.3; color: var(--cobalt); font-family: 'adelle', serif; font-weight: 700; }
.article-card-body p { color: var(--slate-soft); font-size: 0.92rem; margin-bottom: 18px; line-height: 1.65; flex: 1; }

/* ==== Footer ==== */
.site-footer {
  background: var(--cobalt);
  color: rgba(255,255,255,0.85);
  padding: 70px 0 28px;
  font-size: 0.92rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 48px;
  margin-bottom: 50px;
}
.footer-brand .logo { color: var(--white); }
.footer-brand .logo-mark { background: var(--white); color: var(--cobalt); }
.footer-brand .logo small { color: #FFB8B8; }
.footer-brand p {
  margin-top: 18px;
  line-height: 1.7;
  color: rgba(255,255,255,0.7);
  font-size: 0.9rem;
  max-width: 340px;
}
.footer-col h4 {
  font-family: 'forma-djr-text', sans-serif;
  font-size: 0.74rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #FFB8B8;
  margin-bottom: 22px;
  font-weight: 700;
}
.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col li { margin-bottom: 12px; }
.footer-col a { color: rgba(255,255,255,0.75); transition: color 0.2s; }
.footer-col a:hover { color: var(--white); }
.footer-contact { font-size: 0.9rem; line-height: 1.7; color: rgba(255,255,255,0.75); }
.footer-contact strong { color: var(--white); display: block; font-weight: 600; margin-bottom: 4px; }
.footer-contact > div { margin-bottom: 14px; }
.footer-bottom {
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.15);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.6);
}

/* ==== Cookie ==== */
.cookie-notice {
  position: fixed;
  bottom: 20px;
  left: 20px;
  right: 20px;
  max-width: 540px;
  background: var(--cobalt);
  color: var(--white);
  padding: 20px 22px;
  border-top: 3px solid var(--red);
  display: none;
  align-items: center;
  gap: 16px;
  z-index: 150;
  box-shadow: 0 20px 50px -15px rgba(0,0,0,0.4);
}
.cookie-notice.show { display: flex; }
.cookie-notice p { font-size: 0.88rem; line-height: 1.5; flex: 1; }
.cookie-notice button {
  background: var(--red);
  color: var(--white);
  border: none;
  padding: 10px 20px;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  font-family: 'forma-djr-text', sans-serif;
  min-height: 40px;
}
.cookie-notice button:hover { background: var(--red-dark); }

/* ==== Responsive ==== */
@media (max-width: 992px) {
  .header-contact { display: none; }
  .header-inner { grid-template-columns: 1fr auto; }

  /* Hero: stack cleanly — solid cobalt bg, hide decorative panels */
  .hero {
    min-height: auto;
    background: var(--cobalt);
    padding-top: 100px;
  }
  .hero-panel { display: none; }
  .hero-image {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 16/10;
    top: auto; right: auto; bottom: auto;
    margin-top: 28px;
  }
  .hero-image::after { display: none; }
  .hero-inner {
    grid-template-columns: 1fr;
    padding: 20px 24px 60px;
    gap: 0;
    min-height: auto;
    position: relative;
    z-index: 2;
  }
  .hero-text {
    max-width: 100%;
    padding-right: 0;
    order: 1;
  }
  .hero-booking {
    order: 3;
    justify-self: stretch;
    max-width: 560px;
    margin: 28px auto 0;
    width: 100%;
  }
  .hero-stats-inline {
    padding-top: 24px;
    margin-top: 24px;
    gap: 28px;
    flex-wrap: wrap;
  }

  .nav-overlay-body { grid-template-columns: 1fr; gap: 40px; padding: 0 28px; }

  .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 44px; }
  .features-grid, .team-grid, .reviews-grid, .articles-grid, .pricing-grid, .trust-row { grid-template-columns: repeat(2, 1fr); }
  .conditions-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 40px; }
  .about-img-wrap::before { width: 120px; height: 120px; left: -16px; top: 18px; }

  /* Section ol — more space between steps on tablet/mobile */
  .section .container > ol,
  .section .container-narrow > ol { gap: 28px; }

  .section { padding: 70px 0; }
}

@media (max-width: 576px) {
  .container, .container-narrow { padding: 0 18px; }
  h1 { font-size: 1.95rem; }
  h2 { font-size: 1.55rem; }
  h3 { font-size: 1.18rem; }

  .site-header { padding: 14px 0; }
  .site-header.scrolled { padding: 10px 0; }
  .header-menu-btn { padding: 9px 14px; font-size: 0.74rem; gap: 8px; min-height: 40px; }
  .header-menu-btn .bars { width: 16px; }
  .logo { font-size: 1.1rem; gap: 10px; }
  .logo small { font-size: 0.56rem; letter-spacing: 0.18em; }
  .logo-mark { width: 34px; height: 34px; font-size: 0.88rem; }

  /* Hero */
  .hero { padding-top: 88px; }
  .hero-inner { padding: 14px 18px 42px; }
  .hero-text h1 { font-size: 2rem; margin-bottom: 20px; }
  .hero-lede { font-size: 1rem; margin-bottom: 26px; }
  .hero-booking { padding: 26px 20px 24px; margin-top: 20px; }
  .hero-booking h3 { font-size: 1.35rem; }
  .hero-stats-inline { gap: 20px 28px; padding-top: 20px; margin-top: 22px; }
  .hero-stat-inline { flex: 1 1 40%; min-width: 110px; }
  .hero-stat-inline .stat-num { font-size: 1.7rem; }
  .hero-image { aspect-ratio: 4/3; margin-top: 22px; }

  .hmo-strip { padding: 22px 0; }
  .hmo-strip-inner { gap: 12px 20px; font-size: 0.78rem; justify-content: flex-start; }
  .hmo-strip-inner strong { padding-right: 10px; width: 100%; border-right: none; border-bottom: 1px solid var(--line); padding-bottom: 10px; margin-bottom: 4px; }

  .nav-overlay-head { padding: 0 18px; margin-bottom: 36px; }
  .nav-overlay-body { padding: 0 18px; gap: 32px; }
  .nav-overlay-main a { font-size: 1.3rem; padding: 16px 0; }
  .nav-overlay-main .nav-num { font-size: 0.72rem; margin-right: 12px; min-width: 26px; }

  .section { padding: 46px 0; }
  .section-head { margin-bottom: 32px; }

  .features-grid, .team-grid, .reviews-grid, .articles-grid, .pricing-grid, .trust-row, .conditions-grid { grid-template-columns: 1fr; gap: 16px; }
  .trust-row { padding: 24px 0; gap: 20px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; margin-bottom: 36px; }

  .feature-card-body { padding: 22px; }
  .feature-card-body h3 { font-size: 1.3rem; }
  .price-card { padding: 28px 22px; }
  .price-amount { font-size: 2.5rem; }
  .about-stats { grid-template-columns: 1fr 1fr; gap: 16px; }
  .about-img-wrap::before { display: none; }

  .form-row { grid-template-columns: 1fr; gap: 14px; margin-bottom: 14px; }
  .contact-form { padding: 26px 20px; }

  /* OL steps mobile — explicit no-overlap, more padding */
  .section .container > ol,
  .section .container-narrow > ol { gap: 22px; margin: 22px 0; }
  .section .container > ol > li,
  .section .container-narrow > ol > li {
    padding: 0 0 0 52px;
    font-size: 0.98rem;
    line-height: 1.6;
    min-height: auto;
  }
  .section .container > ol > li::before,
  .section .container-narrow > ol > li::before {
    font-size: 1.1rem;
    padding: 3px 7px;
    min-width: 36px;
    line-height: 1.4;
  }
  /* Regular UL mobile */
  .section .container > ul > li,
  .section .container-narrow > ul > li {
    font-size: 0.98rem;
    padding: 4px 0 12px 28px;
  }

  /* Step cards (ol.pricing-grid) — override above generic ol rules */
  ol.pricing-grid { gap: 16px !important; }
  ol.pricing-grid > li.price-card { padding: 24px 22px !important; }

  /* Service-hero mobile */
  .service-hero { padding: 140px 0 72px; }
  .service-hero h1 { font-size: 1.9rem; }
  .service-hero p { font-size: 1rem; }
  .service-hero .breadcrumb { padding: 0 0 18px !important; }
  .inner-hero { padding: 128px 0 64px; }
  .inner-hero h1 { font-size: 1.9rem; margin-bottom: 16px; }
  .inner-hero p { font-size: 1rem; }

  /* Breadcrumb wrap */
  .breadcrumb { padding: 92px 0 14px; font-size: 0.78rem; }
  .breadcrumb .sep { margin: 0 6px; }

  /* Article body mobile */
  .article-body h2 { font-size: 1.55rem; margin: 32px 0 14px; }
  .article-body h3 { font-size: 1.2rem; margin: 24px 0 10px; }
  .article-body p, .article-body li { font-size: 1rem; line-height: 1.7; }
  .article-featured-img { margin-bottom: 36px; }
  .article-meta { gap: 14px 18px; font-size: 0.78rem; }

  /* Philosophy / blockquote mobile */
  .article-body blockquote { font-size: 1.05rem; padding: 10px 0 10px 20px; }

  /* Footer mobile */
  .site-footer { padding: 56px 0 24px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 8px; }

  .cookie-notice { flex-direction: column; align-items: stretch; bottom: 10px; left: 10px; right: 10px; padding: 16px 18px; }
  .cookie-notice button { width: 100%; }
}

@media (max-width: 400px) {
  .hmo-strip-inner .hmo-item { font-size: 0.8rem; }
  .header-menu-btn .bars { display: none; }
  .hero-text h1 { font-size: 1.85rem; }
}
