/* Scottsdale Icon Dental, Sedation and Implant: static multi-page site. Mobile-first. */

@font-face {
  font-family: "Cormorant Garamond";
  src: url("../assets/fonts/cormorant-garamond-latin.woff2") format("woff2");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("../assets/fonts/cormorant-garamond-italic-latin.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

:root {
  --ivory: #fbf7ef;
  --parchment: #f3eadb;
  --parchment-deep: #eadcc4;
  --charcoal: #23201c;
  --charcoal-soft: #3a352f;
  --text: #2b2723;
  --muted: #5c554c;          /* 7:1 on ivory */
  --gold: #b08a3e;           /* decorative lines only */
  --gold-light: #d9bf86;
  --gold-text: #7d5f22;      /* 5.6:1 on ivory, for small text */
  --radius: 14px;
  --serif: "Cormorant Garamond", "Cormorant", Garamond, "Times New Roman", serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --shadow: 0 18px 40px -24px rgba(35, 32, 28, .45);
  --header-h: 64px;
  --callbar-h: 64px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 12px); -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  background: var(--ivory);
  color: var(--text);
  font-family: var(--sans);
  font-size: 1.0625rem;
  line-height: 1.65;
  padding-bottom: calc(var(--callbar-h) + env(safe-area-inset-bottom, 0px));
  overflow-x: hidden;
}

img, video, iframe { max-width: 100%; display: block; }
a { color: inherit; }
p { margin: 0 0 1em; }
h1, h2, h3 { font-family: var(--serif); font-weight: 600; color: var(--charcoal); line-height: 1.1; margin: 0 0 .5em; letter-spacing: .005em; }
h1 { font-size: clamp(1.9rem, 8vw, 4.1rem); }
.h1-line { display: block; }
h2 { font-size: clamp(2rem, 6.6vw, 3rem); }
h3 { font-size: 1.45rem; margin-bottom: .35em; }
address { font-style: normal; }
.nowrap { white-space: nowrap; }

.container { width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 22px; }

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

.skip-link {
  position: absolute; left: 12px; top: -100px; z-index: 100;
  background: var(--charcoal); color: var(--ivory); padding: 10px 16px; border-radius: 8px; text-decoration: none;
}
.skip-link:focus { top: 12px; }

/* Focus states */
:focus-visible { outline: 3px solid var(--charcoal); outline-offset: 3px; border-radius: 6px; }
.site-footer :focus-visible, .call-bar :focus-visible, .band :focus-visible { outline-color: var(--gold-light); }

.icon { width: 1.1em; height: 1.1em; fill: currentColor; flex: none; }

.eyebrow {
  font-family: var(--sans); font-size: .78rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase;
  color: var(--gold-text); margin: 0 0 .9rem; display: flex; align-items: center; gap: .7rem;
}
.eyebrow::before { content: ""; width: 28px; height: 1px; background: var(--gold); flex: none; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  min-height: 52px; padding: .8rem 1.4rem; border-radius: 999px;
  font-family: var(--sans); font-size: 1.02rem; font-weight: 600; letter-spacing: .01em;
  text-decoration: none; white-space: nowrap; border: 1px solid transparent; transition: background-color .2s, color .2s, border-color .2s, transform .2s;
}
.btn-primary { background: var(--charcoal); color: var(--ivory); border-color: var(--gold); box-shadow: inset 0 0 0 1px rgba(217,191,134,.25); }
.btn-primary:hover { background: #000; }
.btn-secondary { background: transparent; color: var(--charcoal); border-color: var(--charcoal); }
.btn-secondary:hover { background: var(--charcoal); color: var(--ivory); }
.btn-sm { min-height: 42px; padding: .5rem 1rem; font-size: .95rem; }
.btn:active { transform: translateY(1px); }
.btn-row { display: flex; flex-wrap: wrap; gap: .75rem; margin: 1.4rem 0; }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(251, 247, 239, .94);
  -webkit-backdrop-filter: saturate(1.2) blur(10px); backdrop-filter: saturate(1.2) blur(10px);
  border-bottom: 1px solid rgba(176, 138, 62, .45);
}
.header-inner { display: flex; align-items: center; gap: 1rem; min-height: var(--header-h); }
.brand { display: flex; align-items: center; gap: .7rem; text-decoration: none; min-width: 0; }
.brand-logo { width: 44px; height: 44px; border-radius: 50%; box-shadow: 0 0 0 1px rgba(176,138,62,.5); }
.brand-name { font-family: var(--serif); font-weight: 600; font-size: 1.22rem; line-height: 1.05; color: var(--charcoal); }
.brand-sub { display: block; font-family: var(--sans); font-size: .66rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-text); margin-top: 3px; }
.site-nav { display: none; margin-left: auto; }
.site-nav ul { list-style: none; margin: 0; padding: 0; display: flex; gap: 1.6rem; }
.site-nav a { text-decoration: none; font-size: .95rem; color: var(--charcoal-soft); padding: .4rem 0; border-bottom: 1px solid transparent; }
.site-nav a:hover { border-bottom-color: var(--gold); }
.site-nav a[aria-current="page"] { border-bottom-color: var(--gold); color: var(--charcoal); font-weight: 600; }
.header-call { display: none; }

/* Hero */
.hero { position: relative; padding: 2.2rem 0 3rem; background:
  radial-gradient(120% 70% at 85% 0%, rgba(217,191,134,.28), transparent 60%),
  linear-gradient(180deg, var(--ivory), var(--parchment)); }
.hero-grid { display: grid; gap: 2.2rem; }
.hero h1 { margin-bottom: .35em; }
.slogan { font-family: var(--serif); font-style: italic; font-weight: 500; font-size: clamp(1.45rem, 5.4vw, 2rem); line-height: 1.25; color: var(--charcoal-soft); margin: 0 0 .2rem; }
.hero .btn-row .btn { flex: 1 1 200px; }
.hero-facts { list-style: none; padding: 0; margin: 0 0 1rem; display: grid; gap: .55rem; font-size: 1rem; }
.hero-facts li { display: flex; gap: .8rem; align-items: baseline; }
.fact-label { flex: none; width: 4.6rem; font-size: .74rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-text); }
.emergency-note { font-size: .88rem; color: var(--muted); margin: 0; }
.emergency-note a { color: var(--muted); font-weight: 600; }

.hero-media { display: flex; justify-content: center; }
.video-frame {
  position: relative; width: min(100%, 340px); aspect-ratio: 9 / 16;
  border-radius: 22px; padding: 7px; background: var(--ivory);
  border: 1px solid var(--gold); box-shadow: var(--shadow);
}
.hero-video { width: 100%; height: 100%; object-fit: cover; border-radius: 16px; background: var(--parchment-deep); }
.video-toggle {
  position: absolute; right: 16px; bottom: 16px; width: 44px; height: 44px; border-radius: 50%;
  border: 1px solid rgba(217,191,134,.8); background: rgba(35,32,28,.72); color: var(--ivory);
  display: grid; place-items: center; cursor: pointer; padding: 0;
}
.video-toggle svg { width: 20px; height: 20px; fill: currentColor; }
.video-toggle .icon-play { display: none; }
.video-toggle[aria-pressed="true"] .icon-play { display: block; }
.video-toggle[aria-pressed="true"] .icon-pause { display: none; }
.video-toggle:focus-visible { outline-color: var(--gold-light); }

/* Sections */
.section { padding: 4rem 0; }
.section-parchment { background: var(--parchment); }
.section-head { margin-bottom: 2rem; }
.split { display: grid; gap: 2rem; align-items: center; }
.split-media { margin: 0; }
.framed { padding: 7px; border: 1px solid var(--gold); border-radius: var(--radius); background: var(--ivory); box-shadow: var(--shadow); }
.framed img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-position: center 35%; object-fit: cover; border-radius: calc(var(--radius) - 5px); }
.framed-implant img { object-position: center 45%; }
.split-copy p { color: var(--text); max-width: 34em; }
.checklist { list-style: none; padding: 0; margin: 0 0 1.2rem; display: grid; gap: .6rem; }
.checklist li { position: relative; padding-left: 1.9rem; }
.checklist li::before {
  content: ""; position: absolute; left: 0; top: .5em; width: 1.05rem; height: .55rem;
  border-left: 2px solid var(--gold); border-bottom: 2px solid var(--gold); transform: rotate(-45deg) translateY(-3px);
}

/* Slogan band */
.band {
  position: relative; color: var(--ivory); text-align: center;
  background: linear-gradient(rgba(35,32,28,.58), rgba(35,32,28,.58)), url("../assets/img/desert-scottsdale.webp") center 42% / cover no-repeat;
  padding: 5rem 0;
}
.band-inner { display: flex; flex-direction: column; align-items: center; gap: 1.2rem; }
.band-rule { width: 64px; height: 1px; background: var(--gold-light); }
.band-slogan { font-family: var(--serif); font-style: italic; font-weight: 500; font-size: clamp(1.8rem, 7vw, 3.1rem); line-height: 1.2; margin: 0; max-width: 18em; text-shadow: 0 1px 12px rgba(0,0,0,.35); }

/* Doctor card */
.doctor-card {
  display: grid; gap: 2rem; background: var(--ivory); border-radius: calc(var(--radius) + 6px);
  padding: 1.6rem; border: 1px solid rgba(176,138,62,.5); box-shadow: var(--shadow);
}
.doctor-photo { justify-self: center; width: min(100%, 360px); padding: 8px; border: 1px solid var(--gold); border-radius: 50% 50% var(--radius) var(--radius) / 38% 38% var(--radius) var(--radius); background: var(--parchment); }
.doctor-photo img { width: 100%; height: auto; aspect-ratio: 900 / 860; object-fit: cover; border-radius: inherit; border-radius: 48% 48% calc(var(--radius) - 5px) calc(var(--radius) - 5px) / 36% 36% calc(var(--radius) - 5px) calc(var(--radius) - 5px); }
.credentials { font-family: var(--sans); font-size: .92rem; font-weight: 600; letter-spacing: .04em; color: var(--gold-text); margin: -.2rem 0 .9rem; }
.gold-rule { display: block; width: 56px; height: 1px; background: var(--gold); margin: 0 0 1.1rem; }

/* Visit */
.visit-grid { display: grid; gap: 2rem; }
.info-block { padding: 0 0 1.2rem; margin-bottom: 1.2rem; border-bottom: 1px solid rgba(176,138,62,.35); }
.info-block h3 { font-size: 1.35rem; }
.info-block address { font-size: 1.08rem; }
.hours { border-collapse: collapse; width: 100%; max-width: 380px; font-size: 1.02rem; }
.hours th, .hours td { text-align: left; padding: .35rem 0; font-weight: 400; }
.hours td { text-align: right; font-weight: 600; }
.hours tr.closed td { font-weight: 400; color: var(--muted); }
.hours tr.is-today th::after { content: " (today)"; color: var(--gold-text); font-size: .85em; }
.main-phone { margin: 0 0 .3rem; }
.main-phone a { font-family: var(--serif); font-size: 2rem; font-weight: 600; color: var(--charcoal); text-decoration: none; line-height: 1.2; }
.main-phone a:hover { text-decoration: underline; text-decoration-color: var(--gold); }
.email { margin: 0 0 .5rem; overflow-wrap: anywhere; }
.insurance-note { font-size: .95rem; color: var(--muted); margin: 0; }
.visit-info .btn-row .btn { flex: 1 1 130px; }
.visit-info .btn-row .btn-primary { flex-basis: 100%; }
.map-frame { border: 1px solid var(--gold); border-radius: var(--radius); padding: 7px; background: var(--ivory); box-shadow: var(--shadow); }
.map-frame iframe { width: 100%; height: 360px; border: 0; border-radius: calc(var(--radius) - 5px); background: var(--parchment); }

/* Footer */
.site-footer { background: var(--charcoal); color: #e9e1d2; padding: 3.2rem 0 1.5rem; border-top: 2px solid var(--gold); font-size: .98rem; }
.site-footer a { color: #f6efe2; }
.footer-grid { display: grid; gap: 1.8rem; }
.footer-brand img { width: 72px; height: 72px; border-radius: 50%; margin-bottom: .9rem; box-shadow: 0 0 0 1px var(--gold); }
.footer-name { font-family: var(--serif); font-size: 1.5rem; font-weight: 600; line-height: 1.2; color: var(--ivory); margin-bottom: .3rem; }
.footer-slogan { font-family: var(--serif); font-style: italic; font-size: 1.15rem; color: var(--gold-light); }
.footer-contact p, .footer-hours p { margin: 0 0 .35rem; }
.footer-contact address { margin-bottom: .7rem; }
.footer-phone { font-family: var(--serif); font-size: 1.6rem; font-weight: 600; text-decoration: none; }
.footer-emergency { font-size: .85rem; color: #c9bfae; margin-top: .6rem !important; }
.footer-emergency a { color: #c9bfae; }
.footer-legal { margin-top: 2.2rem; padding-top: 1.2rem; border-top: 1px solid rgba(217,191,134,.25); font-size: .82rem; color: #bdb3a2; }
.footer-legal p { margin: 0 0 .3rem; }

/* Mobile call bar */
.call-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
  background: var(--charcoal); border-top: 1px solid var(--gold);
  padding: 8px 14px calc(8px + env(safe-area-inset-bottom, 0px));
  box-shadow: 0 -8px 24px -12px rgba(0,0,0,.4);
}
.call-bar a {
  display: flex; align-items: center; justify-content: center; gap: .6rem; min-height: 48px;
  border-radius: 999px; background: linear-gradient(180deg, #d9bf86, #c4a263); color: var(--charcoal);
  font-weight: 700; font-size: 1.08rem; text-decoration: none; letter-spacing: .01em;
}
.call-bar a:focus-visible { outline: 3px solid var(--ivory); outline-offset: 2px; }

/* Tablet and up */
@media (min-width: 700px) {
  .container { padding: 0 32px; }
  .split { grid-template-columns: minmax(0, 420px) 1fr; gap: 4rem; justify-content: center; }
  .split-reverse { grid-template-columns: 1fr minmax(0, 420px); }
  .framed img { aspect-ratio: 4 / 5; }
  .split-reverse .split-media { order: 2; }
  .doctor-card { grid-template-columns: minmax(240px, 360px) 1fr; align-items: center; padding: 2.4rem; gap: 3rem; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .section { padding: 5.5rem 0; }
}

/* Desktop */
@media (min-width: 960px) {
  body { padding-bottom: 0; }
  .call-bar { display: none; }
  :root { --header-h: 76px; }
  .brand-logo { width: 52px; height: 52px; }
  .brand-name { font-size: 1.4rem; }
  .header-call { display: inline-flex; }
  .hero { padding: 4.5rem 0 5rem; }
  .hero-grid { grid-template-columns: 1.25fr .75fr; align-items: center; gap: 4rem; }
  .hero .btn-row .btn { flex: 0 0 auto; }
  .video-frame { width: 360px; }
  .visit-grid { grid-template-columns: 1fr 1.25fr; gap: 3rem; align-items: start; }
  .map-frame iframe { height: 520px; }
}

/* ---------- Multi-page additions ---------- */

/* Mobile menu (details/summary works without JavaScript) */
.menu { margin-left: auto; position: static; }
.menu > summary {
  list-style: none; cursor: pointer; display: inline-flex; align-items: center; gap: .5rem;
  min-height: 44px; padding: .45rem .95rem; border: 1px solid var(--charcoal); border-radius: 999px;
  font-family: var(--sans); font-size: .95rem; font-weight: 600; color: var(--charcoal); background: transparent;
}
.menu > summary::-webkit-details-marker { display: none; }
.menu-icon { position: relative; width: 16px; height: 10px; border-top: 2px solid currentColor; border-bottom: 2px solid currentColor; }
.menu-icon::after { content: ""; position: absolute; left: 0; right: 0; top: 2px; border-top: 2px solid currentColor; }
.menu[open] > summary { background: var(--charcoal); color: var(--ivory); }
.menu-panel {
  position: absolute; left: 0; right: 0; top: 100%;
  background: var(--ivory); border-bottom: 1px solid var(--gold); box-shadow: 0 18px 30px -20px rgba(35,32,28,.5);
}
.menu-panel ul { list-style: none; margin: 0 auto; padding: .4rem 22px 1rem; max-width: 1180px; }
.menu-panel li + li { border-top: 1px solid rgba(176,138,62,.3); }
.menu-panel a {
  display: flex; align-items: center; min-height: 52px; text-decoration: none;
  font-family: var(--serif); font-size: 1.35rem; font-weight: 600; color: var(--charcoal);
}
.menu-panel a[aria-current="page"] { color: var(--gold-text); }
.menu-panel a[aria-current="page"]::after { content: ""; width: 24px; height: 1px; background: var(--gold); margin-left: .7rem; }

/* Breadcrumb */
.breadcrumb ol { list-style: none; margin: 0 0 1.2rem; padding: 0; display: flex; flex-wrap: wrap; gap: .35rem; font-size: .88rem; color: var(--muted); }
.breadcrumb li + li::before { content: "/"; margin-right: .35rem; color: var(--gold); }
.breadcrumb a { color: var(--muted); text-decoration: underline; text-decoration-color: rgba(176,138,62,.6); text-underline-offset: 3px; }
.breadcrumb [aria-current="page"] { color: var(--charcoal-soft); }

/* Subpage hero */
.page-hero { padding: 1.8rem 0 3rem; background:
  radial-gradient(120% 70% at 85% 0%, rgba(217,191,134,.28), transparent 60%),
  linear-gradient(180deg, var(--ivory), var(--parchment)); }
.page-hero-grid { display: grid; gap: 2rem; align-items: center; }
.page-hero h1 { font-size: clamp(2.2rem, 8.4vw, 3.7rem); margin-bottom: .4em; }
.lead { font-size: 1.14rem; color: var(--charcoal-soft); max-width: 34em; }
.page-hero .btn-row .btn { flex: 1 1 200px; }
.page-hero-media { margin: 0; }
.page-hero-media.framed img { aspect-ratio: 4 / 3; }

/* Prose blocks */
.prose { max-width: 42em; }
.prose h2 { margin-top: 0; }
.prose p { color: var(--text); }
.section-intro { max-width: 40em; color: var(--text); }
.text-link { color: var(--charcoal); font-weight: 600; text-decoration: underline; text-decoration-color: var(--gold); text-underline-offset: 4px; }
.text-link:hover { text-decoration-thickness: 2px; }
.note { font-size: .95rem; color: var(--muted); max-width: 42em; }

/* Numbered steps */
.steps { list-style: none; margin: 0; padding: 0; display: grid; gap: 1.1rem; counter-reset: step; }
.steps li {
  counter-increment: step; position: relative; background: var(--ivory);
  border: 1px solid rgba(176,138,62,.45); border-radius: var(--radius); padding: 1.4rem 1.4rem 1.2rem;
}
.section:not(.section-parchment) .steps li { background: #fffdf8; }
.steps li::before {
  content: counter(step); display: block; font-family: var(--serif); font-size: 2.4rem; font-weight: 600; line-height: 1;
  color: var(--gold-text); margin-bottom: .5rem;
}
.steps h3 { font-size: 1.4rem; }
.steps p { margin: 0; }

/* Cards */
.cards { display: grid; gap: 1.1rem; margin: 0; padding: 0; list-style: none; }
.card { background: var(--ivory); border: 1px solid rgba(176,138,62,.45); border-top: 2px solid var(--gold); border-radius: var(--radius); padding: 1.3rem 1.4rem; }
.card h3 { font-size: 1.4rem; }
.card p { margin: 0; }

/* Two-column content */
.two-col { display: grid; gap: 2.4rem; }

/* Credentials list */
.cred-list { margin: 0; padding: 0; display: grid; gap: 0; }
.cred-list > div { padding: 1rem 0; border-bottom: 1px solid rgba(176,138,62,.35); display: grid; gap: .2rem; }
.cred-list > div:first-child { border-top: 1px solid rgba(176,138,62,.35); }
.cred-list dt { font-family: var(--sans); font-size: .9rem; font-weight: 700; letter-spacing: .08em; color: var(--gold-text); }
.cred-list dd { margin: 0; font-family: var(--serif); font-size: 1.35rem; font-weight: 600; line-height: 1.25; color: var(--charcoal); }
.cred-list dd .cred-desc { display: block; font-family: var(--sans); font-size: .95rem; font-weight: 400; line-height: 1.55; color: var(--muted); margin-top: .25rem; }

/* About hero portrait */
.about-hero .doctor-photo { width: min(100%, 380px); }
.about-hero .credentials { font-size: 1rem; margin: 0 0 1rem; }

/* Bring list card */
.bring-card { background: var(--ivory); border: 1px solid var(--gold); border-radius: calc(var(--radius) + 4px); padding: 1.6rem; box-shadow: var(--shadow); }
.bring-card h2 { font-size: clamp(1.8rem, 6vw, 2.4rem); }
.bring-card .checklist { font-size: 1.08rem; margin-bottom: 0; }
.callout { border-left: 2px solid var(--gold); padding: .2rem 0 .2rem 1.1rem; margin: 1.6rem 0 0; font-family: var(--serif); font-size: 1.35rem; font-weight: 600; line-height: 1.3; color: var(--charcoal); }

/* Call to action panel */
.cta { text-align: center; }
.cta .gold-rule { margin: 0 auto 1.2rem; }
.cta h2 { margin-bottom: .3em; }
.cta p { max-width: 34em; margin-left: auto; margin-right: auto; }
.cta .btn-row { justify-content: center; }
.cta .emergency-note { margin-top: .4rem; }

/* Footer nav */
.footer-nav ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .35rem; }
.footer-nav a { text-decoration: none; border-bottom: 1px solid transparent; }
.footer-nav a:hover { border-bottom-color: var(--gold-light); }
.footer-heading { font-family: var(--sans); font-size: .74rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--gold-light); margin: 0 0 .7rem; }

@media (min-width: 700px) {
  .steps { grid-template-columns: 1fr 1fr; }
  .cards { grid-template-columns: repeat(3, 1fr); }
  .two-col { grid-template-columns: 1fr 1fr; gap: 3.5rem; }
  .bring-card { padding: 2.2rem 2.4rem; }
  .menu-panel ul { padding-left: 32px; padding-right: 32px; }
  .page-hero-media.framed img { aspect-ratio: 4 / 5; }
  .page-hero-grid { grid-template-columns: 1fr minmax(0, 380px); gap: 3rem; }
  .page-hero-grid.no-media { grid-template-columns: 1fr; }
}
@media (min-width: 960px) {
  .page-hero { padding: 3.2rem 0 4.5rem; }
  .page-hero .btn-row .btn { flex: 0 0 auto; }
  .page-hero-grid { grid-template-columns: 1.2fr minmax(0, 420px); gap: 4.5rem; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr .8fr; }
  .steps.steps-4 { grid-template-columns: repeat(4, 1fr); }
}
@media (min-width: 1120px) {
  .site-nav { display: block; }
  .site-nav ul { gap: 1.4rem; }
  .menu { display: none; }
  .header-call { margin-left: .4rem; }
}
@media (min-width: 960px) and (max-width: 1119.98px) {
  .menu { margin-left: auto; }
}

/* Image focus and small-screen tidy-ups */
.steps li::before { font-variant-numeric: lining-nums; }
.page-hero-media.framed-implant img { object-position: center 18%; }
.split-media.framed-implant-alt img { object-position: center 30%; }
@media (max-width: 699.98px) {
  .hide-sm { display: none; }
}
@media (min-width: 960px) {
  .steps.steps-3 { grid-template-columns: repeat(3, 1fr); }
}
