:root {
  --ivory: #faf8f5;
  --sand: #f1eadf;
  --sage: #8fa186;
  --olive: #536548;
  --terracotta: #c77d5b;
  --blue: #190083;
  --ink: #25231f;
  --muted: #6f6a5f;
  --white: #fffdf8;
  --line: rgba(83, 101, 72, 0.18);
  --shadow: 0 24px 70px rgba(41, 35, 28, 0.14);
  --radius: 8px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--ivory);
  color: var(--ink);
  font-family: "Inter", system-ui, sans-serif;
  line-height: 1.6;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }

.skip-link, .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.skip-link:focus {
  z-index: 1000;
  width: auto;
  height: auto;
  clip: auto;
  top: 1rem;
  left: 1rem;
  padding: 0.75rem 1rem;
  border-radius: var(--radius);
  background: var(--white);
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  padding: 1rem clamp(1rem, 4vw, 3rem);
  transition: padding 0.35s ease, background 0.35s ease, box-shadow 0.35s ease;
}

.site-header.is-scrolled {
  padding-block: 0.6rem;
  background: rgba(250, 248, 245, 0.86);
  box-shadow: 0 14px 44px rgba(37, 35, 31, 0.08);
  backdrop-filter: blur(18px);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: min(1220px, 100%);
  margin: 0 auto;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--ink);
  font-weight: 800;
  letter-spacing: 0;
}

.brand-mark {
  display: grid;
  width: 78px;
  height: 46px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(25, 0, 131, 0.15);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.82);
}

.brand-mark img { width: 100%; height: 100%; object-fit: contain; }

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(0.9rem, 2vw, 1.8rem);
  color: rgba(37, 35, 31, 0.78);
  font-size: 0.92rem;
  font-weight: 600;
}

.nav-links a {
  position: relative;
  padding-block: 0.35rem;
}

.nav-links a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  border-radius: 999px;
  background: var(--terracotta);
  content: "";
  opacity: 0;
  transform: scaleX(0.2);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.nav-links a:hover::after,
.nav-links a.is-active::after { opacity: 1; transform: scaleX(1); }

.nav-cta {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.65rem 1rem;
  background: var(--terracotta);
  color: var(--white);
  font-size: 0.9rem;
  font-weight: 800;
  box-shadow: 0 12px 30px rgba(199, 125, 91, 0.28);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.nav-cta:hover { transform: translateY(-2px); box-shadow: 0 18px 40px rgba(199, 125, 91, 0.34); }

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255, 253, 248, 0.86);
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  border-radius: 999px;
  background: var(--ink);
}

.hero {
  position: relative;
  min-height: min(820px, 100svh);
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 8.5rem clamp(1.25rem, 6vw, 5rem) 5.5rem;
  background:
    linear-gradient(90deg, rgba(250, 248, 245, 0.94), rgba(250, 248, 245, 0.78) 42%, rgba(250, 248, 245, 0.2)),
    url("https://images.unsplash.com/photo-1551836022-d5d88e9218df?auto=format&fit=crop&w=2200&q=80") center/cover;
  isolation: isolate;
}

.hero-overlay {
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 32%;
  background: linear-gradient(0deg, var(--ivory), rgba(250, 248, 245, 0));
}

.breath-canvas {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0.28;
}

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

.eyebrow {
  margin: 0 0 1rem;
  color: var(--olive);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

h1, h2, h3 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0;
}

h1 { max-width: 780px; font-size: clamp(2.45rem, 4.8vw, 4.1rem); }
h2 { max-width: 820px; font-size: clamp(1.85rem, 3.3vw, 2.65rem); }
h3 { font-size: clamp(1.18rem, 1.7vw, 1.45rem); }

.hero-content p:not(.eyebrow),
.section-copy > p,
.sensory-inner > p {
  max-width: 650px;
  color: var(--muted);
  font-size: clamp(1rem, 1.25vw, 1.14rem);
}

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

.btn {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0.85rem 1.3rem;
  font-weight: 800;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.btn:hover, .btn:focus-visible { transform: translateY(-3px); }
.btn-primary { background: var(--blue); color: var(--white); box-shadow: 0 18px 45px rgba(25, 0, 131, 0.22); }
.btn-secondary { border-color: rgba(37, 35, 31, 0.18); background: rgba(255, 253, 248, 0.78); color: var(--ink); }
.btn-block { width: 100%; }

.btn-text {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 0.4rem;
  color: var(--blue);
  font-weight: 800;
}

.btn-text::after { content: ">"; transition: transform 0.25s ease; }
.btn-text:hover::after { transform: translateX(4px); }

.hero-metrics {
  position: absolute;
  right: clamp(1rem, 5vw, 4rem);
  bottom: clamp(1rem, 5vw, 3rem);
  display: grid;
  grid-template-columns: repeat(3, minmax(110px, 1fr));
  gap: 0.7rem;
  width: min(520px, calc(100% - 2rem));
}

.hero-metrics article,
.benefit-card,
.testimonial,
.stat-grid article,
.contact-form {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 253, 248, 0.76);
  box-shadow: 0 14px 46px rgba(41, 35, 28, 0.08);
}

.hero-metrics article {
  border-color: rgba(255, 253, 248, 0.46);
  padding: 1rem;
  background: rgba(255, 253, 248, 0.78);
  box-shadow: 0 18px 50px rgba(37, 35, 31, 0.12);
  backdrop-filter: blur(16px);
}

.hero-metrics strong {
  display: block;
  color: var(--blue);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.8rem;
  line-height: 1;
}

.hero-metrics span { color: var(--muted); font-size: 0.84rem; font-weight: 700; }

.section { padding: clamp(4.5rem, 9vw, 8rem) clamp(1.25rem, 5vw, 5rem); }
.section-inner { width: min(1180px, 100%); margin: 0 auto; }
.bg-ivory { background: var(--ivory); }
.bg-sand { background: var(--sand); }

.section-heading { display: grid; gap: 1rem; margin-bottom: clamp(2rem, 5vw, 3.5rem); }

.split-grid,
.method-grid,
.contact-grid,
.ai-video-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
}

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

.check-list {
  display: grid;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li { position: relative; padding-left: 1.5rem; color: var(--muted); }
.check-list li::before {
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--terracotta);
  content: "";
}

.photo-stack { position: relative; }
.photo-main, .method-visual img, .program-card img { width: 100%; object-fit: cover; }
.photo-main { aspect-ratio: 4 / 5; border-radius: 48% 48% var(--radius) var(--radius); box-shadow: var(--shadow); }

.floating-card {
  position: absolute;
  right: -1rem;
  bottom: 2rem;
  width: min(280px, 70%);
  border: 1px solid rgba(255, 253, 248, 0.56);
  border-radius: var(--radius);
  padding: 1.2rem;
  background: rgba(255, 253, 248, 0.86);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.floating-card span,
.program-card span {
  color: var(--terracotta);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.floating-card strong {
  display: block;
  margin-top: 0.35rem;
  color: var(--blue);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.55rem;
  line-height: 1.05;
}

.benefits {
  background:
    radial-gradient(circle at 15% 10%, rgba(199, 125, 91, 0.1), transparent 28%),
    linear-gradient(180deg, var(--ivory), #eef3ec);
}

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

.benefit-card {
  min-height: 230px;
  padding: 1.4rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.benefit-card:hover { border-color: rgba(199, 125, 91, 0.35); box-shadow: var(--shadow); transform: translateY(-7px); }

.icon {
  display: grid;
  width: 46px;
  height: 46px;
  margin-bottom: 1.2rem;
  place-items: center;
  border-radius: 50%;
  background: rgba(25, 0, 131, 0.08);
  color: var(--blue);
  font-weight: 800;
}

.benefit-card p,
.program-card p,
.testimonial p,
.steps p {
  color: var(--muted);
}

.program-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-flow: dense;
  gap: 1rem;
}

.program-card {
  display: grid;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 18px 52px rgba(41, 35, 28, 0.12);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.program-card:hover { box-shadow: var(--shadow); transform: translateY(-7px); }
.program-card.feature { grid-column: span 2; grid-row: span 2; }
.program-card img { height: 220px; transition: transform 0.8s ease; }
.program-card.feature img { height: 430px; }
.program-card:hover img { transform: scale(1.05); }

.program-card div {
  display: grid;
  align-content: start;
  gap: 0.75rem;
  padding: 1.25rem;
}

.services {
  background:
    radial-gradient(circle at 86% 8%, rgba(143, 161, 134, 0.14), transparent 24%),
    var(--ivory);
}

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

.service-card {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 253, 248, 0.82);
  box-shadow: 0 16px 48px rgba(41, 35, 28, 0.1);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.service-card:hover {
  border-color: rgba(199, 125, 91, 0.34);
  box-shadow: var(--shadow);
  transform: translateY(-7px);
}

.service-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.service-card:hover img {
  transform: scale(1.05);
}

.service-card div {
  display: grid;
  gap: 0.7rem;
  padding: 1.25rem;
}

.service-card span {
  color: var(--terracotta);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

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

.method { background: var(--ivory); }
.method-grid { grid-template-columns: minmax(320px, 1fr) minmax(0, 0.95fr); }
.method-visual img { aspect-ratio: 1 / 1; border-radius: var(--radius); box-shadow: var(--shadow); }

.steps { display: grid; gap: 1rem; margin-top: 1rem; }
.steps article {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 1rem;
  align-items: start;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1rem;
  background: rgba(255, 253, 248, 0.76);
}

.steps span {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 50%;
  background: var(--terracotta);
  color: var(--white);
  font-weight: 800;
}

.ai-video-grid { grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1.18fr); }

.ai-video-frame {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  border: 1px solid rgba(255, 253, 248, 0.5);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 253, 248, 0.22), transparent 24%),
    linear-gradient(135deg, #203022, var(--blue));
  box-shadow: var(--shadow);
  isolation: isolate;
}

.ai-video-frame::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(15, 13, 22, 0.02), rgba(15, 13, 22, 0.28)),
    radial-gradient(circle at 80% 12%, rgba(199, 125, 91, 0.26), transparent 22%);
  content: "";
  pointer-events: none;
}

#mindfulnessCanvas { position: absolute; inset: 0; width: 100%; height: 100%; }

.ai-video-caption {
  position: absolute;
  left: 1.2rem;
  top: 1.2rem;
  z-index: 2;
  display: grid;
  gap: 0.35rem;
  color: var(--white);
}

.ai-video-caption span {
  width: fit-content;
  border: 1px solid rgba(255, 253, 248, 0.3);
  border-radius: 999px;
  padding: 0.35rem 0.7rem;
  background: rgba(255, 253, 248, 0.14);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.ai-video-caption strong {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  line-height: 1.05;
  text-shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
}

.ai-video-controls {
  position: absolute;
  right: 1.2rem;
  bottom: 1.2rem;
  left: 1.2rem;
  z-index: 2;
  display: grid;
  grid-template-columns: 18px auto 1fr auto;
  gap: 0.8rem;
  align-items: center;
  border: 1px solid rgba(255, 253, 248, 0.24);
  border-radius: 999px;
  padding: 0.65rem 0.85rem;
  background: rgba(16, 17, 21, 0.32);
  color: rgba(255, 253, 248, 0.9);
  font-size: 0.78rem;
  font-weight: 800;
  backdrop-filter: blur(16px);
}

.ai-video-controls span {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 11px solid var(--white);
}

.ai-video-controls p { margin: 0; }
.ai-video-controls div { height: 5px; overflow: hidden; border-radius: 999px; background: rgba(255, 253, 248, 0.22); }
.ai-video-controls div::after {
  display: block;
  width: 62%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--terracotta), var(--white));
  content: "";
  animation: progressLoop 6s ease-in-out infinite;
}

.sensory {
  position: relative;
  overflow: hidden;
  min-height: 560px;
  display: grid;
  align-items: center;
  background:
    linear-gradient(rgba(25, 20, 12, 0.42), rgba(25, 20, 12, 0.42)),
    url("https://images.unsplash.com/photo-1497366811353-6870744d04b2?auto=format&fit=crop&w=2200&q=80") center/cover fixed;
  color: var(--white);
}

.sensory .eyebrow,
.sensory-inner > p { color: rgba(255, 253, 248, 0.84); }
.sensory-inner { display: grid; gap: 1rem; max-width: 760px; }

.breath-pill {
  width: fit-content;
  margin-top: 1rem;
  border: 1px solid rgba(255, 253, 248, 0.3);
  border-radius: 999px;
  padding: 0.85rem 1.2rem;
  background: rgba(255, 253, 248, 0.16);
  font-weight: 800;
  animation: pulse 3.4s ease-in-out infinite;
  backdrop-filter: blur(10px);
}

.testimonial { padding: 1.5rem; }
.testimonial p { margin-top: 0; font-size: 1.05rem; }
.testimonial strong, .testimonial span { display: block; }
.testimonial span { color: var(--muted); font-size: 0.9rem; }

.stats { padding-block: clamp(3rem, 6vw, 5rem); }
.stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.stat-grid article { padding: 1.5rem; text-align: center; }
.stat-grid strong {
  display: block;
  color: var(--terracotta);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.3rem, 4vw, 3.3rem);
  line-height: 1;
}
.stat-grid span { color: var(--muted); font-weight: 700; }

.quote-band {
  padding: clamp(4.5rem, 8vw, 7rem) 1.25rem;
  background: linear-gradient(135deg, var(--blue), #465b3c 70%, var(--terracotta));
  color: var(--white);
  text-align: center;
}

blockquote {
  margin: 0 auto;
  max-width: 920px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2rem, 4.5vw, 4rem);
  line-height: 1.05;
}

.contact { background: var(--ivory); }
.contact-grid { grid-template-columns: 0.85fr 1fr; }

.contact-details {
  display: grid;
  gap: 0.65rem;
  margin-top: 1rem;
  color: var(--olive);
  font-weight: 700;
}

.contact-form {
  display: grid;
  gap: 1rem;
  padding: clamp(1.2rem, 3vw, 2rem);
}

.contact-form label {
  display: grid;
  gap: 0.35rem;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
}

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

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(83, 101, 72, 0.24);
  border-radius: var(--radius);
  padding: 0.9rem 1rem;
  background: rgba(255, 253, 248, 0.88);
  color: var(--ink);
  outline: none;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--olive);
  box-shadow: 0 0 0 4px rgba(83, 101, 72, 0.12);
}

.form-status {
  min-height: 1.4rem;
  margin: 0;
  color: var(--olive);
  font-size: 0.9rem;
  font-weight: 800;
}

.form-status.is-error { color: #b45309; }

.qr-card {
  display: grid;
  grid-template-columns: 210px 1fr;
  grid-column: 1 / -1;
  gap: 1.2rem;
  align-items: center;
  border: 1px solid rgba(25, 0, 131, 0.12);
  border-radius: var(--radius);
  padding: 1rem;
  background: rgba(255, 253, 248, 0.78);
  box-shadow: var(--shadow);
}

.qr-card img { width: 100%; border-radius: var(--radius); }
.qr-card p:last-child { margin-bottom: 0; color: var(--muted); }

.map {
  grid-column: 1 / -1;
  width: 100%;
  min-height: 330px;
  border: 0;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.site-footer {
  padding: 2.5rem 1.25rem;
  background: #211d35;
  color: rgba(255, 253, 248, 0.84);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr auto;
  gap: 1.2rem;
  align-items: center;
}

.footer-grid .brand { color: var(--white); }
.footer-links, .socials { display: flex; flex-wrap: wrap; gap: 0.8rem; }
.socials a {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(255, 253, 248, 0.24);
  border-radius: 50%;
  font-weight: 800;
}

.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.85s ease, transform 0.85s ease;
}

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

@keyframes pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.04); }
}

@keyframes progressLoop {
  0% { transform: translateX(-100%); }
  50% { transform: translateX(10%); }
  100% { transform: translateX(180%); }
}

@media (max-width: 1080px) {
  .nav-cta { display: none; }
  .program-grid,
  .service-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  .nav-toggle { display: block; }

  .nav-links {
    position: fixed;
    top: 76px;
    right: 1rem;
    display: grid;
    min-width: min(310px, calc(100vw - 2rem));
    padding: 1rem;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(250, 248, 245, 0.97);
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 0.25s ease, transform 0.25s ease;
  }

  .nav-links.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }

  .split-grid,
  .ai-video-grid,
  .method-grid,
  .contact-grid,
  .footer-grid { grid-template-columns: 1fr; }

  .benefit-grid,
  .testimonial-grid,
  .stat-grid { grid-template-columns: repeat(2, 1fr); }

  .hero-metrics { position: static; margin-top: 2rem; }
}

@media (max-width: 640px) {
  .site-header { padding-inline: 1rem; }
  .brand-mark { width: 66px; height: 40px; }

  .hero {
    min-height: auto;
    padding: 7.2rem 1rem 3.5rem;
    background:
      linear-gradient(180deg, rgba(250, 248, 245, 0.95), rgba(250, 248, 245, 0.76)),
      url("https://images.unsplash.com/photo-1551836022-d5d88e9218df?auto=format&fit=crop&w=1200&q=80") center/cover;
  }

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

  .hero-metrics,
  .benefit-grid,
  .program-grid,
  .service-grid,
  .testimonial-grid,
  .stat-grid { grid-template-columns: 1fr; }

  .section { padding-inline: 1rem; }
  .program-card.feature { grid-column: auto; grid-row: auto; }
  .program-card.feature img, .program-card img { height: 230px; }
  .floating-card { right: 0.75rem; bottom: 0.75rem; }
  .sensory { min-height: 480px; background-attachment: scroll; }
  .ai-video-frame { min-height: 330px; }
  .qr-card { grid-template-columns: 1fr; }
  .qr-card img { max-width: 260px; margin: 0 auto; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
