/* ═══════════════════════════════════════════════════════════════
   RAPIDO ROBOT — unified identity
   Editorial typography (DM Serif Display / IBM Plex) over the
   premium dark + gold Rapido palette, with warm paper sections.
   ═══════════════════════════════════════════════════════════════ */

:root {
  /* dark shell */
  --ink-950: #060606;
  --ink-900: #0A0A0A;
  --ink-800: #121210;
  --ink-700: #1A1A18;
  --ink-line: rgba(240, 238, 230, 0.09);
  /* gold accent */
  --gold: #C9A84C;
  --gold-light: #D4B866;
  --gold-dim: rgba(201, 168, 76, 0.35);
  /* editorial paper */
  --paper: #F4F1EB;
  --cream: #FAF8F4;
  --sand: #D6CDB7;
  --sand-light: #E8E2D4;
  --paper-line: rgba(42, 40, 34, 0.14);
  /* text */
  --text-dark: #26241F;
  --text-dark-soft: #55524A;
  --text-light: #F0EEE6;
  --text-light-soft: #C9C5B8;
  --slate: #8A867C;
}

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

html { scroll-behavior: smooth; }

body {
  font-family: 'IBM Plex Sans', system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.7;
  font-weight: 400;
  background: var(--ink-900);
  color: var(--text-light);
  -webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

::selection { background: rgba(201, 168, 76, 0.3); }
::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { background: var(--ink-800); }
::-webkit-scrollbar-thumb { background: var(--gold-dim); border-radius: 2px; }

.container { max-width: 1120px; margin: 0 auto; padding: 0 2rem; }

/* ─── type system ─────────────────────────────────────────────── */

h1, h2, h3, .serif {
  font-family: 'DM Serif Display', Georgia, serif;
  font-weight: 400;
}

.label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  display: block;
  margin-bottom: 1rem;
}

.section-h2 {
  font-size: clamp(1.9rem, 3.6vw, 2.6rem);
  line-height: 1.22;
  max-width: 760px;
}

.section-h2 em, h1 em { font-style: italic; color: var(--gold); }

/* light sections flip the palette */
.section-light { background: var(--paper); color: var(--text-dark); }
.section-light .label { color: #9c7d2e; }
.section-light p { color: var(--text-dark-soft); }
.section-cream { background: var(--cream); color: var(--text-dark); }
.section-cream .label { color: #9c7d2e; }
.section-cream p { color: var(--text-dark-soft); }

section { padding: 6.5rem 0; }

/* ─── nav ─────────────────────────────────────────────────────── */

.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background: rgba(6, 6, 6, 0.86);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--ink-line);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
}

.nav-brand img { height: 30px; width: auto; }

.nav-links {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.nav-links a {
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--text-light-soft);
  letter-spacing: 0.02em;
  transition: color 0.25s ease;
}

.nav-links a:hover, .nav-links a.active { color: var(--gold); }

.btn {
  display: inline-block;
  padding: 0.85rem 1.9rem;
  background: var(--gold);
  color: var(--ink-950);
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: 4px;
  letter-spacing: 0.02em;
  transition: background 0.25s ease, transform 0.2s ease;
}

.btn:hover { background: var(--gold-light); transform: translateY(-1px); }

.btn-ghost {
  background: transparent;
  color: var(--gold);
  border: 1px solid var(--gold-dim);
}

.btn-ghost:hover { background: rgba(201, 168, 76, 0.08); }

.nav .btn { padding: 0.6rem 1.3rem; font-size: 0.82rem; }

/* mobile nav */
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 22px; height: 2px; background: var(--text-light); margin: 5px 0; transition: 0.3s; }

/* ─── hero ────────────────────────────────────────────────────── */

.hero {
  min-height: 92vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background: var(--ink-950);
  padding: 10rem 0 6rem;
}

.hero::before {
  content: '';
  position: absolute;
  top: -40%; right: -15%;
  width: 760px; height: 760px;
  background: radial-gradient(circle, rgba(201, 168, 76, 0.09) 0%, transparent 68%);
  pointer-events: none;
}

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

.hero .container { position: relative; z-index: 2; }

.hero-text { max-width: 640px; }

.hero-caption {
  position: absolute;
  right: 2rem;
  bottom: 1.6rem;
  z-index: 2;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 0.62rem;
  letter-spacing: 0.25em;
  color: var(--slate);
  pointer-events: none;
}

.hero h1 {
  font-size: clamp(2.4rem, 5.2vw, 4rem);
  line-height: 1.13;
  margin-bottom: 1.8rem;
  opacity: 0;
  animation: fadeUp 0.8s ease 0.3s forwards;
}

.hero-label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.8rem;
  opacity: 0;
  animation: fadeUp 0.8s ease 0.1s forwards;
}

.hero-sub {
  font-size: 1.12rem;
  line-height: 1.8;
  color: var(--text-light-soft);
  max-width: 580px;
  font-weight: 300;
  margin-bottom: 2.4rem;
  opacity: 0;
  animation: fadeUp 0.8s ease 0.5s forwards;
}

.hero-sub strong { color: var(--text-light); font-weight: 500; }

.hero-ctas {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  flex-wrap: wrap;
  opacity: 0;
  animation: fadeUp 0.8s ease 0.7s forwards;
}

.hero-email {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 0.8rem;
  color: var(--slate);
  transition: color 0.25s;
}

.hero-email:hover { color: var(--gold); }

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ─── cards & grids ───────────────────────────────────────────── */

.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 1.6rem; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }

.service-card {
  border: 1px solid var(--paper-line);
  border-radius: 6px;
  padding: 2.6rem 2.4rem;
  background: var(--cream);
}

.service-card .card-num {
  font-family: 'DM Serif Display', serif;
  font-size: 2.6rem;
  color: var(--sand);
  line-height: 1;
  margin-bottom: 1rem;
}

.service-card h3 { font-size: 1.5rem; margin-bottom: 1rem; }
.service-card p { font-size: 0.95rem; margin-bottom: 1rem; }

.tags { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1.4rem; }

.tag {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 0.66rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.32rem 0.7rem;
  border: 1px solid var(--paper-line);
  border-radius: 3px;
  color: var(--text-dark-soft);
}

/* engagement model strip */
.engagement {
  margin-top: 2.6rem;
  border: 1px solid var(--paper-line);
  border-radius: 6px;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--ink-900);
  color: var(--text-light);
}

.engagement-cell {
  padding: 2rem 2rem 2.2rem;
  border-right: 1px solid var(--ink-line);
}

.engagement-cell:last-child { border-right: none; }

.engagement-cell h4 {
  font-family: 'DM Serif Display', serif;
  font-size: 1.15rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
  color: var(--text-light);
}

.engagement-cell p { font-size: 0.87rem; line-height: 1.65; color: var(--text-light-soft); }

.engagement-cell .label { margin-bottom: 0.75rem; }

/* process */
.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--ink-line);
  border: 1px solid var(--ink-line);
  border-radius: 6px;
  overflow: hidden;
}

.process-step { background: var(--ink-800); padding: 2.2rem 2rem; }

.process-step .step-num {
  font-family: 'DM Serif Display', serif;
  font-size: 1.9rem;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 0.9rem;
}

.process-step h3 { font-size: 1.1rem; margin-bottom: 0.6rem; }
.process-step p { font-size: 0.87rem; line-height: 1.65; color: var(--text-light-soft); }

/* tiers (4-tier framework) */
.tiers {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--paper-line);
  border-radius: 6px;
  overflow: hidden;
}

.tier { padding: 2.4rem 1.9rem; border-right: 1px solid var(--paper-line); }
.tier:last-child { border-right: none; }
.tier.highlight { background: var(--cream); }
.section-cream .tier.highlight { background: var(--paper); }

.tier-number {
  font-family: 'DM Serif Display', serif;
  font-size: 2.8rem;
  color: var(--sand);
  line-height: 1;
  margin-bottom: 1rem;
}

.tier h3 { font-size: 1.12rem; margin-bottom: 0.3rem; }

.tier-tag {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 0.62rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #9c7d2e;
  display: block;
  margin-bottom: 0.9rem;
}

.tier p { font-size: 0.86rem; line-height: 1.62; }

/* pull quote */
.pullquote {
  border-left: 3px solid var(--gold);
  padding: 1.1rem 0 1.1rem 1.5rem;
  margin: 2rem 0;
  font-family: 'DM Serif Display', serif;
  font-size: 1.25rem;
  line-height: 1.5;
  font-style: italic;
  color: var(--text-dark);
}

.section-dark .pullquote { color: var(--text-light); }

/* cost cards (problem section) */
.p-card {
  background: rgba(240, 238, 230, 0.04);
  border: 1px solid var(--ink-line);
  border-radius: 6px;
  padding: 2rem;
}

.p-card .cost {
  font-family: 'DM Serif Display', serif;
  font-size: 1.6rem;
  color: var(--gold);
  margin-bottom: 0.5rem;
}

.p-card h3 { font-family: 'IBM Plex Sans', sans-serif; font-size: 0.95rem; font-weight: 600; margin-bottom: 0.7rem; }
.p-card p { font-size: 0.89rem; line-height: 1.65; color: var(--text-light-soft); font-weight: 300; }

.problem-bottom {
  font-family: 'DM Serif Display', serif;
  font-size: 1.3rem;
  line-height: 1.5;
  font-style: italic;
  color: var(--sand-light);
  max-width: 700px;
  margin-top: 2.6rem;
}

/* program blocks (ladder) */
.program-block {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 3rem;
  padding: 3.2rem 0;
  border-top: 1px solid var(--paper-line);
  align-items: start;
}

.program-block:last-of-type { border-bottom: 1px solid var(--paper-line); }

.program-num {
  font-family: 'DM Serif Display', serif;
  font-size: 3.6rem;
  color: var(--sand);
  line-height: 1;
}

.program-meta h3 { font-size: 1.4rem; margin: 0.5rem 0 0.3rem; }

.program-subtitle {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 0.66rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #9c7d2e;
}

.program-content > p { margin-bottom: 1rem; }
.program-content > p:first-child { color: var(--text-dark); }

.program-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--paper-line);
}

.detail-label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--slate);
  margin-bottom: 0.25rem;
}

.detail-value { font-size: 0.95rem; font-weight: 500; color: var(--text-dark); }

/* knowledge stack layers */
.stack-layers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid var(--paper-line);
}

.layer { padding: 2.4rem 2rem; }

.layer:nth-child(1) { background: var(--ink-950); color: var(--text-light); }
.layer:nth-child(1) p { color: var(--text-light-soft); }
.layer:nth-child(1) .layer-label { color: var(--gold); }
.layer:nth-child(2) { background: var(--ink-700); color: var(--text-light); }
.layer:nth-child(2) p { color: var(--text-light-soft); }
.layer:nth-child(2) .layer-label { color: var(--gold-light); }
.layer:nth-child(3) { background: var(--cream); color: var(--text-dark); }
.layer:nth-child(3) p { color: var(--text-dark-soft); }
.layer:nth-child(3) .layer-label { color: #9c7d2e; }

.layer-label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 0.62rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.75rem;
}

.layer h3 { font-size: 1.22rem; margin-bottom: 0.9rem; }
.layer p { font-size: 0.87rem; line-height: 1.65; }

/* training tracks */
.track {
  border: 1px solid var(--paper-line);
  border-radius: 6px;
  padding: 2.2rem 2rem;
  background: var(--cream);
}

.section-cream .track { background: var(--paper); }

.track .track-code {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  color: #9c7d2e;
  margin-bottom: 0.8rem;
  display: block;
}

.track h3 { font-size: 1.18rem; margin-bottom: 0.7rem; }
.track p { font-size: 0.88rem; line-height: 1.65; }

/* about */
.about-grid {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 3.5rem;
  align-items: start;
}

.about-photo img {
  border-radius: 6px;
  border: 1px solid var(--ink-line);
}

.about-photo figcaption {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  color: var(--slate);
  margin-top: 0.9rem;
  text-transform: uppercase;
}

.about-text h2 { font-size: clamp(1.8rem, 3.2vw, 2.4rem); line-height: 1.25; margin-bottom: 1.6rem; }
.about-text p { color: var(--text-light-soft); margin-bottom: 1.1rem; }

.about-creds {
  margin-top: 2rem;
  padding-top: 1.6rem;
  border-top: 1px solid var(--ink-line);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.1rem 2rem;
}

.about-creds div {
  font-size: 0.87rem;
  color: var(--text-light-soft);
  padding-left: 1rem;
  border-left: 2px solid var(--gold-dim);
  line-height: 1.55;
}

.about-creds strong { color: var(--text-light); font-weight: 500; display: block; }

/* credentials (why this works) */
.credential {
  padding: 2rem;
  border: 1px solid var(--paper-line);
  border-radius: 6px;
  background: var(--cream);
}

.credential h3 {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #9c7d2e;
  margin-bottom: 0.75rem;
}

.credential p { font-size: 0.9rem; line-height: 1.65; }

/* clients */
.logo-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.5rem;
  flex-wrap: wrap;
  margin-bottom: 4rem;
  filter: grayscale(1) contrast(0.9);
  opacity: 0.75;
}

.logo-strip img { height: 44px; width: auto; }

.testimonials { display: grid; grid-template-columns: 1fr 1fr; gap: 1.6rem; }

.testimonial {
  border: 1px solid var(--paper-line);
  border-radius: 6px;
  padding: 2.2rem;
  background: var(--cream);
  display: flex;
  flex-direction: column;
}

.testimonial .quote-mark {
  font-family: 'DM Serif Display', serif;
  font-size: 2.6rem;
  line-height: 0.6;
  color: var(--gold);
  margin-bottom: 1.1rem;
}

.testimonial blockquote {
  font-size: 0.97rem;
  line-height: 1.7;
  color: var(--text-dark);
  margin-bottom: 1.5rem;
  flex: 1;
}

.testimonial-who { display: flex; align-items: center; gap: 0.85rem; }

.avatar {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: var(--ink-900);
  color: var(--gold);
  font-family: 'IBM Plex Mono', monospace;
  font-size: 0.72rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.testimonial-who .who-name { font-size: 0.9rem; font-weight: 600; color: var(--text-dark); line-height: 1.3; }
.testimonial-who .who-role { font-size: 0.78rem; color: var(--text-dark-soft); }

/* posture points */
.posture-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; margin-top: 2.6rem; }

.posture-point { border-top: 1px solid var(--ink-line); padding-top: 1.4rem; }
.posture-point h4 { font-size: 0.95rem; font-weight: 600; margin-bottom: 0.5rem; }
.posture-point p { font-size: 0.87rem; line-height: 1.6; color: var(--text-light-soft); }

/* training teaser on home */
.teaser-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.5rem;
  align-items: center;
}

.teaser-tiers { display: grid; gap: 0.7rem; }

.teaser-tier {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  padding: 0.95rem 1.3rem;
  border: 1px solid var(--paper-line);
  border-radius: 5px;
  background: var(--cream);
}

.teaser-tier .t-num {
  font-family: 'DM Serif Display', serif;
  font-size: 1.3rem;
  color: #9c7d2e;
}

.teaser-tier .t-name { font-weight: 600; font-size: 0.92rem; color: var(--text-dark); }
.teaser-tier .t-note { font-size: 0.78rem; color: var(--text-dark-soft); margin-left: auto; font-family: 'IBM Plex Mono', monospace; }

/* ─── CTA & footer ────────────────────────────────────────────── */

.cta-section {
  padding: 7.5rem 0;
  background: var(--ink-950);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta-section::before {
  content: '';
  position: absolute;
  bottom: -60%; left: 50%;
  transform: translateX(-50%);
  width: 900px; height: 600px;
  background: radial-gradient(ellipse, rgba(201, 168, 76, 0.1), transparent 65%);
  pointer-events: none;
}

.cta-section h2 { font-size: clamp(2rem, 4vw, 3rem); line-height: 1.2; margin-bottom: 1.4rem; }
.cta-section p { color: var(--text-light-soft); font-size: 1.08rem; max-width: 560px; margin: 0 auto 2.4rem; font-weight: 300; }

.cta-note { margin-top: 1.6rem; font-size: 0.8rem; color: var(--slate); font-family: 'IBM Plex Mono', monospace; }

footer {
  padding: 3rem 0;
  border-top: 1px solid var(--ink-line);
  background: var(--ink-950);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.footer-inner img { height: 24px; }

.footer-links { display: flex; gap: 1.8rem; }

.footer-links a { font-size: 0.82rem; color: var(--slate); transition: color 0.25s; }
.footer-links a:hover { color: var(--gold); }

.footer-copy { font-size: 0.78rem; color: var(--slate); font-family: 'IBM Plex Mono', monospace; }

/* page hero (interior pages) */
.page-hero {
  padding: 11rem 0 5.5rem;
  background: var(--ink-950);
  position: relative;
  overflow: hidden;
}

.page-hero::before {
  content: '';
  position: absolute;
  top: -50%; right: -10%;
  width: 640px; height: 640px;
  background: radial-gradient(circle, rgba(201, 168, 76, 0.08), transparent 68%);
}

.page-hero h1 { font-size: clamp(2.2rem, 4.6vw, 3.4rem); line-height: 1.15; max-width: 820px; margin-bottom: 1.6rem; }
.page-hero .hero-sub { animation: none; opacity: 1; margin-bottom: 0; }
.page-hero .hero-label { animation: none; opacity: 1; }

/* section header block */
.section-header { max-width: 720px; margin-bottom: 3.6rem; }
.section-header p { font-size: 1.05rem; margin-top: 1rem; }

/* origin grid */
.origin-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 4rem; align-items: start; }
.origin-grid h2 { font-size: 2rem; line-height: 1.3; }
.origin-text p { margin-bottom: 1.2rem; }

/* ─── responsive ──────────────────────────────────────────────── */

@media (max-width: 960px) {
  .hero { padding-bottom: calc(48vw + 3rem); }  /* room for the wordmark below the text */
  .grid-2, .grid-3, .testimonials { grid-template-columns: 1fr; }
  .grid-4, .tiers { grid-template-columns: 1fr 1fr; }
  .tiers .tier:nth-child(2n) { border-right: none; }
  .tiers .tier:nth-child(n+3) { border-top: 1px solid var(--paper-line); }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .engagement { grid-template-columns: 1fr; }
  .engagement-cell { border-right: none; border-bottom: 1px solid var(--ink-line); }
  .engagement-cell:last-child { border-bottom: none; }
  .program-block { grid-template-columns: 1fr; gap: 1.4rem; }
  .stack-layers { grid-template-columns: 1fr; }
  .about-grid { grid-template-columns: 1fr; }
  .about-photo { max-width: 280px; }
  .teaser-grid { grid-template-columns: 1fr; gap: 2.4rem; }
  .origin-grid { grid-template-columns: 1fr; gap: 2rem; }
  .posture-points { grid-template-columns: 1fr; }
  .about-creds { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .nav-links {
    display: none;
    position: absolute;
    top: 68px; left: 0; right: 0;
    background: rgba(6, 6, 6, 0.97);
    flex-direction: column;
    align-items: flex-start;
    padding: 1.4rem 2rem 1.8rem;
    gap: 1.2rem;
    border-bottom: 1px solid var(--ink-line);
  }
  .nav-links.open { display: flex; }
  .nav-toggle { display: block; }
  .tiers, .grid-4, .process-grid { grid-template-columns: 1fr; }
  .tier { border-right: none; border-bottom: 1px solid var(--paper-line); }
  .tier:last-child { border-bottom: none; }
  .tiers .tier:nth-child(n+2) { border-top: none; }
  section { padding: 4.5rem 0; }
  .container { padding: 0 1.3rem; }
  .program-details { grid-template-columns: 1fr; }
}
