/* Rocket Systems preview design system. Per-practice colours are set on :root in each page. */
:root {
  --ink: #222;
  --accent: #0a6f8a;
  --accent-2: #4ab0c4;
  --bg: #eef6f7;
  --paper: #ffffff;
  --header: #ffffff;
  --muted: #5b6770;
  --line: rgba(0, 0, 0, 0.1);
  --radius: 14px;
  --font-head: "Optima", "Gill Sans", "Candara", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.55;
  color: var(--ink);
  background: var(--paper);
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--accent); }
h1, h2, h3 { font-family: var(--font-head); font-weight: 500; line-height: 1.15; margin: 0 0 0.5em; letter-spacing: 0.01em; }
h1 { font-size: clamp(2.1rem, 4.6vw, 3.6rem); }
h2 { font-size: clamp(1.6rem, 3vw, 2.4rem); }
h3 { font-size: 1.2rem; }
p { margin: 0 0 1em; }
.wrap { width: min(1160px, calc(100% - 2.5rem)); margin: 0 auto; }
.skip { position: absolute; left: -999px; top: 0; background: var(--ink); color: #fff; padding: 0.6rem 1rem; z-index: 100; }
.skip:focus { left: 1rem; top: 1rem; }

/* Demo banner */
.demo-banner {
  background: var(--ink);
  color: #fff;
  font-size: 0.85rem;
  text-align: center;
  padding: 0.5rem 1rem;
}
.demo-banner a { color: #fff; }

/* Header */
.site-header {
  background: var(--header);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 50;
}
.site-header .wrap { display: flex; align-items: center; gap: 1.5rem; padding: 0.8rem 0; position: relative; }
.brand img { height: 58px; width: auto; }
.brand-text { font-family: var(--font-head); font-size: 1.3rem; color: var(--ink); text-decoration: none; }
.nav { display: flex; gap: 1.4rem; margin-left: auto; }
.nav a { color: var(--ink); text-decoration: none; font-size: 0.98rem; white-space: nowrap; }
.nav a:hover, .nav a:focus { color: var(--accent); }
.header-actions { display: flex; gap: 0.7rem; align-items: center; }
.phone { color: var(--ink); text-decoration: none; font-weight: 600; white-space: nowrap; }

/* Buttons */
.btn {
  display: inline-block;
  padding: 0.85rem 1.5rem;
  border-radius: 999px;
  background: var(--accent);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  border: 2px solid var(--accent);
  cursor: pointer;
  font-size: 1rem;
  font-family: var(--font-body);
  transition: background 0.2s, color 0.2s;
}
.btn:hover, .btn:focus-visible { background: var(--ink); border-color: var(--ink); color: #fff; }
.btn.ghost { background: transparent; color: var(--accent); }
.btn.ghost:hover, .btn.ghost:focus-visible { background: var(--accent); color: #fff; }
.btn.light { background: #fff; color: var(--ink); border-color: #fff; }
.btn.light:hover, .btn.light:focus-visible { background: var(--accent-2); border-color: var(--accent-2); color: var(--ink); }

/* Hero */
.hero { background: linear-gradient(180deg, var(--bg) 0%, var(--paper) 100%); padding: 3.5rem 0 3rem; }
.hero .wrap { display: grid; grid-template-columns: 1.05fr 1fr; gap: 3rem; align-items: center; }
.eyebrow { text-transform: uppercase; letter-spacing: 0.14em; font-size: 0.78rem; color: var(--accent); font-weight: 700; margin-bottom: 1rem; }
.hero p.lead { font-size: 1.15rem; color: var(--muted); max-width: 32rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 1.6rem; }
.hero-facts { display: flex; flex-wrap: wrap; gap: 1.6rem; margin-top: 2rem; padding-top: 1.4rem; border-top: 1px solid var(--line); font-size: 0.92rem; color: var(--muted); }
.hero-facts strong { display: block; color: var(--ink); font-size: 1.05rem; }

/* 3D stage */
.stage {
  position: relative;
  background: radial-gradient(120% 100% at 50% 0%, #fff 0%, var(--bg) 70%);
  border-radius: var(--radius);
  box-shadow: 0 30px 60px -30px rgba(0, 0, 0, 0.35);
  overflow: hidden;
  aspect-ratio: 4 / 4.4;
  outline: none;
}
.stage:focus-visible { box-shadow: 0 0 0 3px var(--accent-2), 0 30px 60px -30px rgba(0, 0, 0, 0.35); }
.stage canvas { width: 100%; height: 100%; display: block; touch-action: none; }
.stage-fallback { position: absolute; inset: 0; display: none; }
.stage-fallback img { width: 100%; height: 100%; object-fit: cover; }
.stage.is-fallback canvas { display: none; }
.stage.is-fallback .stage-fallback { display: block; }
.stage-hint {
  position: absolute; left: 1rem; top: 1rem;
  font-size: 0.75rem; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--muted); background: rgba(255,255,255,0.75); padding: 0.3rem 0.6rem; border-radius: 999px;
}
.stage-controls {
  position: absolute; left: 0; right: 0; bottom: 0;
  display: flex; flex-wrap: wrap; gap: 0.4rem; justify-content: center;
  padding: 0.8rem; background: linear-gradient(0deg, rgba(255,255,255,0.9), rgba(255,255,255,0));
}
.stage-controls button {
  font: inherit; font-size: 0.85rem; padding: 0.45rem 0.9rem;
  border-radius: 999px; border: 1px solid var(--accent); background: #fff; color: var(--accent); cursor: pointer;
}
.stage-controls button[aria-pressed="true"] { background: var(--accent); color: #fff; }
.stage-controls button:focus-visible { outline: 3px solid var(--accent-2); outline-offset: 2px; }
.stage-note { font-size: 0.8rem; color: var(--muted); margin-top: 0.7rem; text-align: center; }

/* Sections */
.section { padding: 4rem 0; }
.section.tint { background: var(--bg); }
.section-head { max-width: 40rem; margin-bottom: 2rem; }
.section-head p { color: var(--muted); }
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.2rem; }
.card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.5rem; }
.card h3 { color: var(--accent); }
.card ul { padding-left: 0; list-style: none; margin: 0.6rem 0 1rem; }
.card li { padding: 0.25rem 0; border-bottom: 1px dashed var(--line); font-size: 0.97rem; }
.card li:last-child { border-bottom: 0; }
.card a.more { font-weight: 600; text-decoration: none; }

/* About */
.about .wrap { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 3rem; align-items: center; }
.portrait { border-radius: var(--radius); overflow: hidden; box-shadow: 0 30px 60px -30px rgba(0,0,0,0.4); }
.portrait figcaption { font-size: 0.85rem; color: var(--muted); padding: 0.6rem 0 0; }
.about ul.creds { list-style: none; padding: 0; margin: 1.2rem 0; display: grid; gap: 0.5rem; }
.about ul.creds li { padding-left: 1.4rem; position: relative; }
.about ul.creds li::before { content: ""; position: absolute; left: 0; top: 0.55em; width: 0.6em; height: 0.6em; border-radius: 50%; background: var(--accent-2); }

/* Locations */
.locations { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.location { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.5rem; }
.location address { font-style: normal; color: var(--muted); }
.location a { text-decoration: none; font-weight: 600; }

/* Ask the doctor */
.ask .wrap { display: grid; grid-template-columns: 1fr 1.1fr; gap: 3rem; align-items: start; }
.form { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.8rem; }
.form label { display: block; font-size: 0.9rem; font-weight: 600; margin: 0.9rem 0 0.3rem; }
.form input, .form select, .form textarea {
  width: 100%; font: inherit; padding: 0.7rem 0.85rem; border: 1px solid #c9d3d6; border-radius: 8px; background: #fff; color: var(--ink);
}
.form input:focus, .form select:focus, .form textarea:focus { outline: 3px solid var(--accent-2); outline-offset: 1px; border-color: var(--accent); }
.form .row { display: grid; grid-template-columns: 1fr 1fr; gap: 0.9rem; }
.form .btn { margin-top: 1.2rem; width: 100%; }
.form-note { font-size: 0.8rem; color: var(--muted); margin-top: 0.8rem; }
.form-msg { margin-top: 1rem; padding: 0.9rem 1rem; border-radius: 8px; display: none; font-size: 0.95rem; }
.form-msg.ok { display: block; background: #e6f6f4; color: #0c5b57; }
.form-msg.err { display: block; background: #fbeaea; color: #8a1f1f; }

/* Bottom CTA */
.cta { background: var(--ink); color: #fff; padding: 4rem 0; text-align: center; }
.cta h2 { color: #fff; }
.cta p { color: rgba(255,255,255,0.8); max-width: 36rem; margin: 0 auto 1.6rem; }
.cta .btn.light { margin: 0.3rem; }

/* Footer */
.site-footer { padding: 2.5rem 0 6rem; font-size: 0.85rem; color: var(--muted); border-top: 1px solid var(--line); }
.site-footer p { margin-bottom: 0.6rem; }

/* Mobile bar */
.mobile-bar { display: none; }

@media (max-width: 900px) {
  .hero .wrap, .about .wrap, .ask .wrap { grid-template-columns: 1fr; }
  .nav { display: none; }
  .header-actions .btn { display: none; }
  .locations { grid-template-columns: 1fr; }
  .form .row { grid-template-columns: 1fr; }
  .mobile-bar {
    display: grid; grid-template-columns: 1fr 1fr; gap: 0.5rem;
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
    padding: 0.6rem; background: var(--paper); border-top: 1px solid var(--line);
  }
  .mobile-bar .btn { text-align: center; padding: 0.8rem 0.5rem; }
}

/* Video wall: click-to-play, nothing loads from YouTube until clicked */
.videos { display: grid; grid-template-columns: 1.6fr 1fr; gap: 1.2rem; }
.video-list { display: grid; gap: 0.8rem; }
.video {
  position: relative; display: block; width: 100%; text-align: left;
  border: 0; padding: 0; background: var(--ink); color: #fff; border-radius: var(--radius);
  overflow: hidden; cursor: pointer; font: inherit; aspect-ratio: 16 / 9;
}
.video img { width: 100%; height: 100%; object-fit: cover; opacity: 0.85; transition: opacity 0.2s, transform 0.4s; }
.video:hover img, .video:focus-visible img { opacity: 1; transform: scale(1.03); }
.video:focus-visible { outline: 3px solid var(--accent-2); outline-offset: 3px; }
.video .play {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  width: 64px; height: 64px; border-radius: 50%; background: var(--accent); color: #fff;
  display: grid; place-items: center; font-size: 1.4rem; box-shadow: 0 10px 30px rgba(0,0,0,0.35);
}
.video .label {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 2.5rem 1rem 0.9rem;
  background: linear-gradient(0deg, rgba(0,0,0,0.75), rgba(0,0,0,0)); font-size: 0.95rem; line-height: 1.3;
}
.video .label small { display: block; opacity: 0.8; font-size: 0.78rem; margin-top: 0.15rem; }
.video-list .video { aspect-ratio: 16 / 7; }
.video-list .video .play { width: 44px; height: 44px; font-size: 1rem; }
.video-list .video .label { padding: 1.5rem 0.9rem 0.7rem; font-size: 0.88rem; }
.video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* Before / after compare slider */
.results { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 1.2rem; }
.compare { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 0.9rem; }
.compare-frame { position: relative; aspect-ratio: 3 / 4; overflow: hidden; border-radius: 10px; background: #111; user-select: none; }
.compare-frame img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.compare-frame img.after { clip-path: inset(0 0 0 var(--cut, 50%)); }
.compare-frame .divider {
  position: absolute; top: 0; bottom: 0; left: var(--cut, 50%); width: 2px; background: #fff; transform: translateX(-1px);
  box-shadow: 0 0 0 1px rgba(0,0,0,0.25); pointer-events: none;
}
.compare-frame .divider::after {
  content: "\2194"; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  width: 34px; height: 34px; border-radius: 50%; background: var(--accent); color: #fff; display: grid; place-items: center; font-size: 1rem;
}
.compare-frame .tag { position: absolute; top: 0.5rem; font-size: 0.7rem; letter-spacing: 0.08em; text-transform: uppercase; background: rgba(0,0,0,0.6); color: #fff; padding: 0.2rem 0.5rem; border-radius: 999px; pointer-events: none; }
.compare-frame .tag.before { left: 0.5rem; }
.compare-frame .tag.after { right: 0.5rem; }
.compare-frame input[type="range"] {
  position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: ew-resize;
}
.compare-frame:focus-within { outline: 3px solid var(--accent-2); outline-offset: 2px; }
.compare figcaption { font-size: 0.88rem; color: var(--muted); padding-top: 0.6rem; }
.compare figcaption strong { color: var(--ink); display: block; }
.fineprint { font-size: 0.8rem; color: var(--muted); margin-top: 1.2rem; }

@media (max-width: 900px) {
  .videos { grid-template-columns: 1fr; }
  .video-list .video { aspect-ratio: 16 / 9; }
}

/* Mega menu (desktop) and accordion drawer (mobile) */
.nav { align-items: center; }
.nav .menu { position: relative; }
.nav .menu > button {
  white-space: nowrap; font: inherit; font-size: 0.98rem; color: var(--ink); background: none; border: 0; padding: 0.4rem 0; cursor: pointer;
  display: inline-flex; align-items: center; gap: 0.3rem;
}
.nav .menu > button::after { content: ""; width: 0.45em; height: 0.45em; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: translateY(-2px) rotate(45deg); }
.nav .menu > button:hover, .nav .menu > button:focus-visible, .nav .menu[data-open="true"] > button { color: var(--accent); }
.nav .panel {
  position: absolute; top: calc(100% + 0.8rem); left: 50%; transform: translateX(-50%);
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: 0 30px 60px -20px rgba(0,0,0,0.3); padding: 1.3rem 1.5rem; display: none; z-index: 60;
  min-width: 240px;
}
.nav .menu[data-open="true"] .panel { display: block; }
.nav .panel.wide { width: min(980px, calc(100vw - 3rem)); display: none; }
.nav .menu[data-open="true"] .panel.wide { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.4rem; }
.nav .panel h4 { margin: 0 0 0.5rem; font-family: var(--font-head); font-weight: 600; font-size: 0.95rem; color: var(--accent); }
.nav .panel ul { list-style: none; margin: 0; padding: 0; }
.nav .panel li a { display: block; padding: 0.28rem 0; font-size: 0.9rem; color: var(--ink); text-decoration: none; }
.nav .panel li a:hover, .nav .panel li a:focus-visible { color: var(--accent); text-decoration: underline; }
.nav .panel .all { margin-top: 0.6rem; font-weight: 600; font-size: 0.88rem; }
.menu-toggle { display: none; font: inherit; border: 1px solid var(--line); background: var(--paper); border-radius: 999px; padding: 0.5rem 0.9rem; cursor: pointer; margin-left: auto; }
.drawer { display: none; }

/* Patient resources strip */
.pills { display: flex; flex-wrap: wrap; gap: 0.6rem; }
.pills a {
  display: inline-block; padding: 0.55rem 1rem; border-radius: 999px; border: 1px solid var(--accent);
  color: var(--accent); text-decoration: none; font-size: 0.92rem; background: var(--paper);
}
.pills a:hover, .pills a:focus-visible { background: var(--accent); color: #fff; }
.card ul.two { columns: 2; column-gap: 1.2rem; }
.card ul.two li { break-inside: avoid; }

@media (max-width: 900px) {
  .menu-toggle { display: inline-block; }
  .drawer[data-open="true"] { display: block; background: var(--paper); border-bottom: 1px solid var(--line); padding: 0.5rem 0 1rem; }
  .drawer details { border-top: 1px solid var(--line); }
  .drawer summary { padding: 0.8rem 0; cursor: pointer; font-weight: 600; list-style: none; display: flex; justify-content: space-between; }
  .drawer summary::after { content: "+"; color: var(--accent); }
  .drawer details[open] summary::after { content: "\2212"; }
  .drawer ul { list-style: none; margin: 0; padding: 0 0 0.6rem; }
  .drawer li a { display: block; padding: 0.35rem 0; color: var(--ink); text-decoration: none; }
  .drawer h4 { margin: 0.6rem 0 0.2rem; font-size: 0.85rem; color: var(--accent); }
  .drawer > a { display: block; padding: 0.8rem 0; font-weight: 600; color: var(--ink); text-decoration: none; border-top: 1px solid var(--line); }
  .card ul.two { columns: 1; }
}

/* Cinematic full-bleed hero */
.hero.cinematic {
  position: relative; min-height: clamp(560px, 92vh, 860px); display: grid; align-items: center; overflow: hidden; padding: 0;
  color: #fff;
  background:
    radial-gradient(70% 90% at 75% 40%, color-mix(in srgb, var(--accent) 55%, #000) 0%, transparent 60%),
    radial-gradient(60% 70% at 15% 90%, color-mix(in srgb, var(--accent-2) 35%, #000) 0%, transparent 60%),
    linear-gradient(160deg, color-mix(in srgb, var(--ink) 85%, #000) 0%, #06090b 100%);
}
.hero.cinematic .stage {
  position: absolute; inset: 0; aspect-ratio: auto; border-radius: 0; box-shadow: none; background: transparent; overflow: visible;
}
.hero.cinematic .stage canvas { position: absolute; inset: 0; }
.hero.cinematic .stage-fallback img { opacity: 0.35; }
.hero.cinematic .stage-hint { top: auto; bottom: 4.6rem; left: 50%; transform: translateX(-50%); background: rgba(255,255,255,0.12); color: #fff; }
.hero.cinematic .stage-controls { background: none; padding: 1.2rem; z-index: 3; }
.hero.cinematic .stage-controls button { background: rgba(255,255,255,0.08); color: #fff; border-color: rgba(255,255,255,0.35); backdrop-filter: blur(6px); }
.hero.cinematic .stage-controls button[aria-pressed="true"] { background: var(--accent); border-color: var(--accent); }
.hero.cinematic .hero-copy { position: relative; z-index: 2; padding: 6rem 0 7rem; pointer-events: none; }
.hero.cinematic .hero-copy > * { max-width: 34rem; }
.hero.cinematic .hero-copy a, .hero.cinematic .hero-copy button { pointer-events: auto; }
.hero.cinematic .eyebrow { color: var(--accent-2); }
.hero.cinematic h1 { color: #fff; font-size: clamp(2.6rem, 6vw, 5rem); text-shadow: 0 10px 40px rgba(0,0,0,0.5); }
.hero.cinematic p.lead { color: rgba(255,255,255,0.85); font-size: 1.2rem; }
.hero.cinematic .hero-facts { border-top-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.7); }
.hero.cinematic .hero-facts strong { color: #fff; }
.hero.cinematic .stage-note { position: absolute; left: 0; right: 0; bottom: 0.6rem; color: rgba(255,255,255,0.55); margin: 0; z-index: 3; }
.reveal > * { opacity: 0; transform: translateY(18px); animation: rise 0.9s cubic-bezier(0.2, 0.7, 0.2, 1) forwards; }
.reveal > *:nth-child(1) { animation-delay: 0.15s; }
.reveal > *:nth-child(2) { animation-delay: 0.3s; }
.reveal > *:nth-child(3) { animation-delay: 0.45s; }
.reveal > *:nth-child(4) { animation-delay: 0.6s; }
.reveal > *:nth-child(5) { animation-delay: 0.8s; }
@keyframes rise { to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { .reveal > * { animation: none; opacity: 1; transform: none; } }
@media (max-width: 900px) {
  .hero.cinematic { min-height: clamp(600px, 100svh, 820px); align-items: end; }
  .hero.cinematic .hero-copy { padding: min(55vh, 440px) 0 7rem; }
  .hero.cinematic .hero-copy::before {
    content: ""; position: absolute; left: -2rem; right: -2rem; top: min(40vh, 320px); bottom: 0;
    background: linear-gradient(180deg, transparent, rgba(0,0,0,0.75) 35%); z-index: -1;
  }
  .hero.cinematic .stage-hint { display: none; }
  .hero.cinematic .stage-controls { padding: 0.8rem; }
  .hero.cinematic .stage-controls button { font-size: 0.78rem; padding: 0.4rem 0.7rem; }
}

.nav .menu:has(.panel.wide) { position: static; }
.nav .panel.wide { left: 0; right: 0; transform: none; width: auto; top: calc(100% + 0.2rem); }

/* Google reviews */
.rating-head h2 { font-size: clamp(2.4rem, 5vw, 3.6rem); margin-bottom: 0.2rem; }
.rating-head h2 small { font-size: 1.1rem; color: var(--muted); }
.stars { color: #f5b301; font-size: 1.4rem; letter-spacing: 0.1em; display: block; margin-bottom: 0.4rem; }
.muted { color: var(--muted); }
.review-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.2rem; margin-top: 1.5rem; }
.review { margin: 0; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.4rem; position: relative; }
.review::before { content: "\201C"; position: absolute; top: 0.4rem; left: 1rem; font-size: 3rem; color: var(--accent-2); font-family: Georgia, serif; line-height: 1; }
.review p { margin: 1.2rem 0 0.8rem; font-size: 0.98rem; }
.review footer { font-weight: 600; font-size: 0.9rem; }
.review footer span { display: block; font-weight: 400; color: var(--muted); font-size: 0.8rem; }
.about.no-photo .wrap.single { grid-template-columns: 1fr; max-width: 46rem; }
.locations.one { grid-template-columns: 1fr; max-width: 34rem; }
.videos.single { grid-template-columns: 1fr; max-width: 52rem; }
body.dark-header .site-header { background: var(--ink); }
body.dark-header .nav a, body.dark-header .nav .menu > button, body.dark-header .phone { color: #fff; }
body.dark-header .nav a:hover, body.dark-header .nav .menu > button:hover { color: var(--accent-2); }
body.dark-header .menu-toggle { background: transparent; color: #fff; border-color: rgba(255,255,255,0.4); }

.brand-text { display: inline-flex; flex-direction: column; line-height: 1.1; font-family: var(--font-head); font-size: 1.15rem; color: var(--ink); text-decoration: none; letter-spacing: 0.01em; }
.brand-text small { font-family: var(--font-body); font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent); margin-top: 0.2rem; }
body.dark-header .brand-text { color: #fff; }
body.dark-header .brand-text small { color: var(--accent-2); }

.compare.wide { grid-column: span 2; }
.compare.wide .compare-frame { aspect-ratio: 5 / 2; }
.compare.wide .compare-frame img { object-fit: contain; background: #0b1013; }
@media (max-width: 600px) { .compare.wide { grid-column: span 1; } }
.brand-text { max-width: 15rem; font-size: 1rem; }
