@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@600;700&display=swap");

:root {
  --ink: #122033;
  --muted: #5e6b7b;
  --soft: #eef7fb;
  --line: #dce8ef;
  --blue: #1769ff;
  --blue-dark: #0b4fd1;
  --teal: #18b6b1;
  --teal-dark: #0d8f8a;
  --mint: #dff8f5;
  --gold: #f5b84b;
  --white: #ffffff;
  --shadow: 0 22px 55px rgba(18, 32, 51, 0.12);
  --soft-shadow: 0 12px 32px rgba(18, 32, 51, 0.08);
  --radius: 22px;
  --radius-sm: 14px;
  --max: 1180px;
  --brand-serif: Cinzel, Georgia, "Times New Roman", serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--white);
  line-height: 1.6;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
svg {
  max-width: 100%;
}

button,
input,
select,
textarea {
  font: inherit;
}

.skip-link {
  position: absolute;
  top: -60px;
  left: 16px;
  z-index: 999;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--white);
}

.skip-link:focus {
  top: 12px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.88);
  border-bottom: 1px solid rgba(220, 232, 239, 0.78);
  backdrop-filter: blur(18px);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: var(--max);
  min-height: 76px;
  margin: 0 auto;
  padding: 0 22px;
  gap: 22px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-weight: 850;
  letter-spacing: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--white);
  border-radius: 14px;
  background: linear-gradient(135deg, var(--blue), var(--teal));
  box-shadow: 0 12px 22px rgba(23, 105, 255, 0.22);
}

.brand-logo {
  display: block;
  width: 84px;
  height: 56px;
  object-fit: contain;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.brand-name {
  display: block;
  color: #071f45;
  font-family: var(--brand-serif);
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.brand-sub {
  display: block;
  color: var(--muted);
  font-family: var(--brand-serif);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.15;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
}

.nav-links a {
  padding: 10px 12px;
  color: #304257;
  border-radius: 999px;
  font-size: 0.94rem;
  font-weight: 720;
}

.nav-links a:hover,
.nav-links a:focus-visible,
.nav-links a[aria-current="page"] {
  color: var(--blue-dark);
  background: var(--soft);
  outline: none;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  color: var(--ink);
  cursor: pointer;
}

.menu-toggle span,
.menu-toggle::before,
.menu-toggle::after {
  display: block;
  width: 19px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  content: "";
}

.menu-toggle span {
  margin: 0 0;
}

.menu-toggle::before {
  transform: translateY(-6px);
}

.menu-toggle::after {
  transform: translateY(6px);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 20px;
  gap: 9px;
  border: 0;
  border-radius: 999px;
  color: var(--white);
  background: linear-gradient(135deg, var(--blue), var(--teal));
  box-shadow: 0 14px 24px rgba(23, 105, 255, 0.2);
  cursor: pointer;
  font-weight: 820;
  line-height: 1.1;
  text-align: center;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 18px 34px rgba(23, 105, 255, 0.25);
  outline: none;
}

.btn-secondary {
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--soft-shadow);
}

.btn-text {
  color: var(--blue-dark);
  background: transparent;
  border: 0;
  box-shadow: none;
  padding-inline: 0;
}

.phone-link {
  color: var(--blue-dark);
  font-weight: 850;
  white-space: nowrap;
}

.hero,
.page-hero,
.section,
.band {
  padding-inline: 22px;
}

.hero {
  position: relative;
  overflow: hidden;
  padding-top: 84px;
  padding-bottom: 72px;
  background:
    radial-gradient(circle at 9% 20%, rgba(24, 182, 177, 0.16), transparent 26%),
    radial-gradient(circle at 90% 6%, rgba(23, 105, 255, 0.13), transparent 28%),
    linear-gradient(180deg, #f8fcff 0%, #ffffff 74%);
}

.hero-grid,
.page-hero-inner,
.section-inner,
.band-inner {
  max-width: var(--max);
  margin: 0 auto;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
  gap: 52px;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
  padding: 7px 12px;
  border: 1px solid rgba(24, 182, 177, 0.24);
  border-radius: 999px;
  color: var(--teal-dark);
  background: rgba(223, 248, 245, 0.72);
  font-size: 0.84rem;
  font-weight: 850;
}

.brand-tagline {
  margin: 0 0 12px;
  color: var(--blue-dark);
  font-family: var(--brand-serif);
  font-size: clamp(1.05rem, 2.2vw, 1.55rem);
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.08;
  letter-spacing: 0;
}

h1 {
  max-width: 850px;
  font-size: clamp(2.55rem, 6vw, 5.55rem);
}

h2 {
  font-size: clamp(2rem, 3.4vw, 3.35rem);
}

h3 {
  font-size: 1.22rem;
}

.lead {
  max-width: 690px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.8vw, 1.24rem);
}

.hero-actions,
.cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 30px;
}

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #34465a;
  background: rgba(255, 255, 255, 0.76);
  font-size: 0.92rem;
  font-weight: 750;
}

.spark {
  color: var(--teal-dark);
}

.hero-visual {
  position: relative;
  min-height: 590px;
}

.photo-card {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 34px;
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.86)),
    linear-gradient(140deg, rgba(23, 105, 255, 0.16), transparent 32%),
    linear-gradient(320deg, rgba(24, 182, 177, 0.22), transparent 36%),
    #f5fbff;
  box-shadow: var(--shadow);
}

.photo-card::before {
  position: absolute;
  inset: 8% 10% auto auto;
  width: 62%;
  aspect-ratio: 1.05;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(231, 246, 252, 0.96)),
    repeating-linear-gradient(90deg, rgba(18, 32, 51, 0.06) 0 1px, transparent 1px 28px);
  box-shadow: inset 0 -22px 45px rgba(23, 105, 255, 0.08), 0 30px 55px rgba(18, 32, 51, 0.12);
  content: "";
}

.photo-card::after {
  position: absolute;
  left: 9%;
  bottom: 9%;
  width: 76%;
  height: 34%;
  border-radius: 28px 28px 0 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0 18%, rgba(237, 248, 252, 0.97) 18% 100%),
    linear-gradient(180deg, #e6f2f7, #ffffff);
  box-shadow: 0 -24px 55px rgba(18, 32, 51, 0.1);
  content: "";
}

.cleaning-pro {
  position: absolute;
  left: 12%;
  bottom: 22%;
  z-index: 2;
  width: 185px;
  height: 260px;
}

.cleaning-pro .head {
  position: absolute;
  top: 0;
  left: 72px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #f0bd92;
  box-shadow: inset -8px -7px 0 rgba(156, 91, 62, 0.13);
}

.cleaning-pro .body {
  position: absolute;
  top: 46px;
  left: 48px;
  width: 92px;
  height: 128px;
  border-radius: 32px 32px 22px 22px;
  background: linear-gradient(135deg, var(--blue), var(--teal));
  box-shadow: 0 18px 28px rgba(23, 105, 255, 0.22);
}

.cleaning-pro .arm {
  position: absolute;
  top: 72px;
  left: 123px;
  width: 86px;
  height: 16px;
  border-radius: 999px;
  background: #f0bd92;
  transform: rotate(21deg);
  transform-origin: left center;
}

.cleaning-pro .tool {
  position: absolute;
  top: 116px;
  left: 185px;
  width: 15px;
  height: 118px;
  border-radius: 999px;
  background: #7f91a6;
  transform: rotate(11deg);
}

.cleaning-pro .tool::after {
  position: absolute;
  left: -24px;
  bottom: -12px;
  width: 70px;
  height: 22px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--teal), #a9f1ee);
  content: "";
}

.cleaning-pro .leg {
  position: absolute;
  top: 165px;
  width: 24px;
  height: 86px;
  border-radius: 999px;
  background: #24384f;
}

.cleaning-pro .leg.one {
  left: 66px;
  transform: rotate(5deg);
}

.cleaning-pro .leg.two {
  left: 109px;
  transform: rotate(-8deg);
}

.shine {
  position: absolute;
  z-index: 3;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.18);
}

.shine.one {
  top: 18%;
  right: 18%;
  width: 24px;
  height: 24px;
}

.shine.two {
  top: 35%;
  right: 33%;
  width: 14px;
  height: 14px;
}

.floating-panel {
  position: absolute;
  z-index: 4;
  right: -6px;
  bottom: 54px;
  width: min(300px, 78%);
  padding: 18px;
  border: 1px solid rgba(220, 232, 239, 0.9);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.rating {
  color: var(--gold);
  font-size: 1rem;
  letter-spacing: 0.04em;
}

.floating-panel strong {
  display: block;
  margin-top: 7px;
  line-height: 1.28;
}

.floating-panel p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.section {
  padding-top: 86px;
  padding-bottom: 86px;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 34px;
}

.section-heading p {
  max-width: 590px;
  margin: 12px 0 0;
  color: var(--muted);
}

.grid {
  display: grid;
  gap: 22px;
}

.grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.card,
.service-card,
.review-card,
.price-card,
.form-shell {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--soft-shadow);
}

.card,
.service-card,
.review-card,
.price-card {
  padding: 24px;
}

.icon {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 16px;
  color: var(--blue-dark);
  background: var(--soft);
  font-weight: 900;
}

.card p,
.service-card p,
.review-card p,
.price-card p {
  color: var(--muted);
}

.service-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
}

.service-card h2,
.card h2,
.price-card h2 {
  font-size: clamp(1.35rem, 2vw, 1.8rem);
}

.service-card .btn-text {
  margin-top: auto;
  justify-content: flex-start;
}

.band {
  padding-top: 82px;
  padding-bottom: 82px;
  background: linear-gradient(180deg, #f6fbfe 0%, #eef9f8 100%);
}

.steps {
  counter-reset: step;
}

.step {
  position: relative;
  padding-left: 78px;
}

.step::before {
  position: absolute;
  top: 24px;
  left: 24px;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: var(--white);
  background: var(--ink);
  counter-increment: step;
  content: counter(step);
  font-weight: 850;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.before-after {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: var(--white);
  box-shadow: var(--soft-shadow);
}

.ba-image {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 320px;
}

.ba-side {
  position: relative;
  overflow: hidden;
  padding: 18px;
}

.ba-side::before {
  position: absolute;
  inset: 18% 11% 15%;
  border-radius: 22px;
  content: "";
}

.ba-side.before {
  background: #eef0f2;
}

.ba-side.before::before {
  background:
    linear-gradient(95deg, rgba(95, 103, 116, 0.12), rgba(95, 103, 116, 0.24)),
    repeating-linear-gradient(30deg, rgba(93, 103, 116, 0.2) 0 8px, transparent 8px 18px);
}

.ba-side.after {
  background: #effbf9;
}

.ba-side.after::before {
  background:
    radial-gradient(circle at 72% 26%, rgba(255, 255, 255, 0.95) 0 6px, transparent 7px),
    linear-gradient(135deg, rgba(24, 182, 177, 0.28), rgba(255, 255, 255, 0.95));
  box-shadow: inset 0 0 0 1px rgba(24, 182, 177, 0.22), 0 24px 42px rgba(24, 182, 177, 0.16);
}

.ba-side span {
  position: relative;
  z-index: 2;
  display: inline-flex;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  font-size: 0.8rem;
  font-weight: 840;
}

.before-after h3,
.before-after p {
  margin: 0;
  padding: 0 22px 22px;
}

.before-after h3 {
  padding-top: 20px;
}

.areas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.area-pill {
  padding: 12px 15px;
  border: 1px solid rgba(24, 182, 177, 0.22);
  border-radius: 999px;
  color: #245063;
  background: rgba(223, 248, 245, 0.68);
  font-weight: 780;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--white);
  overflow: hidden;
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 18px 20px;
  border: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font-weight: 850;
  text-align: left;
}

.faq-question::after {
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  color: var(--blue-dark);
  background: var(--soft);
  content: "+";
}

.faq-question[aria-expanded="true"]::after {
  content: "-";
}

.faq-answer {
  display: none;
  padding: 0 20px 20px;
  color: var(--muted);
}

.faq-answer.open {
  display: block;
}

.cta-band {
  padding: 82px 22px;
  color: var(--white);
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.15), transparent 28%),
    linear-gradient(135deg, #0d3374, #087b84 70%);
}

.cta-band .section-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
}

.cta-band p {
  max-width: 690px;
  color: rgba(255, 255, 255, 0.82);
}

.cta-band .btn-secondary {
  color: var(--ink);
}

.page-hero {
  padding-top: 74px;
  padding-bottom: 58px;
  background:
    radial-gradient(circle at 86% 20%, rgba(24, 182, 177, 0.14), transparent 24%),
    linear-gradient(180deg, #f8fcff, #ffffff);
}

.page-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 42px;
  align-items: center;
}

.mini-visual {
  min-height: 300px;
  border-radius: 30px;
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at 72% 24%, rgba(255, 255, 255, 0.96) 0 22px, transparent 23px),
    linear-gradient(135deg, rgba(23, 105, 255, 0.18), rgba(24, 182, 177, 0.2)),
    linear-gradient(180deg, #ffffff, #eaf9f9);
  box-shadow: var(--shadow);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 40px;
  align-items: start;
}

.check-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 30px;
  color: #33465a;
}

.check-list li::before {
  position: absolute;
  left: 0;
  top: 2px;
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: var(--white);
  background: var(--teal);
  content: "✓";
  font-size: 0.75rem;
  font-weight: 900;
}

.price-card {
  display: flex;
  flex-direction: column;
}

.price {
  margin: 16px 0 10px;
  font-size: 2.1rem;
  font-weight: 900;
}

.price small {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 720;
}

.featured {
  border-color: rgba(24, 182, 177, 0.42);
  box-shadow: 0 24px 55px rgba(24, 182, 177, 0.16);
}

.form-shell {
  padding: 28px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.field {
  display: grid;
  gap: 7px;
}

.field.full {
  grid-column: 1 / -1;
}

label {
  font-weight: 790;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 12px 14px;
  color: var(--ink);
  background: #fbfdff;
}

textarea {
  min-height: 132px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--blue);
  outline: 3px solid rgba(23, 105, 255, 0.12);
}

.form-note,
.success-message,
.error-message {
  margin-top: 14px;
  color: var(--muted);
  font-size: 0.94rem;
}

.success-message,
.error-message {
  display: none;
  padding: 12px 14px;
  border-radius: 14px;
  font-weight: 780;
}

.success-message {
  color: #0a6b51;
  background: #e6faf4;
}

.error-message {
  color: #9d2b2b;
  background: #fff0f0;
}

.success-message.show,
.error-message.show {
  display: block;
}

.contact-list {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.contact-item {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fbfdff;
}

.contact-item strong {
  display: block;
}

.footer {
  padding: 54px 22px 30px;
  background: #0d1b2e;
  color: var(--white);
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr 1fr;
  gap: 30px;
  max-width: var(--max);
  margin: 0 auto;
}

.footer a {
  color: rgba(255, 255, 255, 0.82);
}

.footer p,
.footer li {
  color: rgba(255, 255, 255, 0.72);
}

.footer ul {
  display: grid;
  gap: 8px;
  padding: 0;
  margin: 12px 0 0;
  list-style: none;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  max-width: var(--max);
  margin: 34px auto 0;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.9rem;
}

[data-animate] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

[data-animate].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1020px) {
  .nav {
    min-height: 68px;
  }

  .nav-links {
    position: fixed;
    inset: 68px 14px auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: var(--white);
    box-shadow: var(--shadow);
  }

  .nav-links.open {
    display: flex;
  }

  .nav-links a {
    padding: 13px 14px;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .nav-actions .phone-link {
    display: none;
  }

  .hero-grid,
  .page-hero-inner,
  .split,
  .cta-band .section-inner {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 500px;
  }

  .grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .nav {
    padding-inline: 16px;
  }

  .brand {
    gap: 6px;
  }

  .brand-logo {
    width: 68px;
    height: 46px;
  }

  .nav-actions .btn {
    display: none;
  }

  .hero,
  .page-hero,
  .section,
  .band {
    padding-inline: 16px;
  }

  .hero {
    padding-top: 56px;
  }

  .hero-grid {
    gap: 34px;
  }

  .hero-visual {
    min-height: 420px;
  }

  .photo-card {
    min-height: 390px;
    border-radius: 26px;
  }

  .cleaning-pro {
    left: 5%;
    bottom: 22%;
    transform: scale(0.78);
    transform-origin: bottom left;
  }

  .floating-panel {
    right: 8px;
    bottom: 18px;
  }

  .section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section-heading {
    display: block;
  }

  .grid-3,
  .grid-4,
  .gallery,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .ba-image {
    min-height: 250px;
  }

  .field.full {
    grid-column: auto;
  }

  .footer-inner,
  .footer-bottom {
    grid-template-columns: 1fr;
    display: grid;
  }
}
