﻿    :root {
      --bg: #f3efe9;
      --paper: #faf7f2;
      --paper-strong: #fffdf9;
      --ink: #17325f;
      --muted: #61708e;
      --line: rgba(23, 50, 95, 0.12);
      --terracotta: #1f74f2;
      --terracotta-deep: #1148b8;
      --sage: #7ca7df;
      --olive: #173b86;
      --sand: #ebe2d4;
      --gold: #d2b467;
      --shadow: 0 22px 50px rgba(17, 43, 92, 0.11);
      --radius-xl: 34px;
      --radius-lg: 24px;
      --radius-md: 18px;
      --max: 1240px;
      --hero-max: 1140px;
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }

    body {
      margin: 0;
      font-family: "Outfit", sans-serif;
      color: var(--ink);
      line-height: 1.6;
      background:
        linear-gradient(rgba(255, 255, 255, 0.55) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.45) 1px, transparent 1px),
        radial-gradient(circle at top left, rgba(31, 116, 242, 0.12), transparent 26%),
        radial-gradient(circle at 85% 10%, rgba(124, 167, 223, 0.15), transparent 22%),
        linear-gradient(180deg, #f7f4ef 0%, #ece4d8 100%);
      background-size: 24px 24px, 24px 24px, auto, auto, auto;
    }

    a { color: inherit; text-decoration: none; }
    img { max-width: 100%; display: block; }
    .container { width: min(calc(100% - 2rem), var(--max)); margin: 0 auto; }

    .site-shell {
      position: relative;
      overflow: hidden;
    }

    .site-shell::before,
    .site-shell::after {
      content: "";
      position: fixed;
      inset: auto;
      width: 280px;
      height: 280px;
      border-radius: 50%;
      pointer-events: none;
      filter: blur(12px);
      opacity: 0.45;
      z-index: 0;
    }

    .site-shell::before {
      top: 90px;
      left: -130px;
      background: rgba(31, 116, 242, 0.14);
    }

    .site-shell::after {
      right: -120px;
      bottom: 140px;
      background: rgba(124, 167, 223, 0.16);
    }

    .topbar {
      position: sticky;
      top: 0;
      z-index: 20;
      backdrop-filter: blur(14px);
      background:
        linear-gradient(180deg, rgba(10, 36, 92, 0.98), rgba(16, 53, 128, 0.97));
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      box-shadow: 0 16px 34px rgba(8, 28, 74, 0.24);
    }

    .topbar-grid {
      display: grid;
      grid-template-columns: auto 1fr auto;
      gap: 1.25rem;
      align-items: center;
      padding: 0.8rem 0;
    }

    .brand {
      display: flex;
      align-items: center;
      gap: 0.9rem;
    }

    .brand-mark {
      width: 56px;
      height: 56px;
      border-radius: 18px;
      display: grid;
      place-items: center;
      background:
        linear-gradient(140deg, rgba(255, 255, 255, 0.14), transparent),
        linear-gradient(135deg, var(--terracotta), var(--terracotta-deep));
      color: #fff;
      font-family: "DM Serif Display", serif;
      font-size: 1.55rem;
      box-shadow: 0 14px 30px rgba(141, 65, 36, 0.22);
    }

    .brand-name,
    h1,
    h2,
    h3.section-kicker {
      font-family: "DM Serif Display", serif;
      letter-spacing: -0.03em;
    }

    .brand-name {
      font-size: 1.18rem;
      line-height: 1;
      color: #f6f9ff;
    }
    .brand-tag {
      color: rgba(235, 243, 255, 0.9);
      font-size: 0.92rem;
    }
    .muted { color: var(--muted); }

    .nav,
    .top-actions,
    .hero-actions,
    .story-points,
    .visit-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 0.85rem;
      align-items: center;
    }

    .nav {
      justify-content: center;
      color: rgba(255, 255, 255, 0.96);
      font-weight: 700;
      gap: 0.3rem;
    }

    .nav a {
      position: relative;
      padding: 0.62rem 0.92rem;
      border-radius: 999px;
      font-size: 0.98rem;
      letter-spacing: 0;
      text-shadow: 0 1px 0 rgba(0, 0, 0, 0.14);
    }

    .nav a::after {
      content: none;
    }

    .nav a:hover,
    .nav a:focus-visible {
      background: rgba(255, 255, 255, 0.18);
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 48px;
      padding: 0.82rem 1.2rem;
      border-radius: 999px;
      font-weight: 700;
      border: 1px solid transparent;
      transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
    }

    .btn:hover,
    .btn:focus-visible {
      transform: translateY(-2px);
    }

    .btn-primary {
      background: linear-gradient(135deg, var(--terracotta), var(--terracotta-deep));
      color: #fff;
      box-shadow: 0 14px 26px rgba(14, 57, 135, 0.28);
    }

    .btn-secondary {
      background: rgba(255, 255, 255, 0.82);
      border-color: rgba(17, 72, 184, 0.12);
    }

    .hero {
      position: relative;
      padding: 4.5rem 0 4rem;
      z-index: 1;
      overflow: hidden;
      background:
        linear-gradient(135deg, rgba(199, 219, 252, 0.72), rgba(184, 207, 246, 0.64)),
        radial-gradient(circle at 18% 22%, rgba(255, 255, 255, 0.3), transparent 32%),
        radial-gradient(circle at 82% 18%, rgba(73, 132, 225, 0.16), transparent 28%);
      border-top: 1px solid rgba(77, 131, 219, 0.12);
      border-bottom: 1px solid rgba(77, 131, 219, 0.12);
    }

    .hero .container {
      width: min(calc(100% - 2rem), 1160px);
    }

    .hero::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(rgba(255, 255, 255, 0.24) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.2) 1px, transparent 1px);
      background-size: 28px 28px;
      opacity: 0.32;
      pointer-events: none;
    }

    .hero::after {
      content: "";
      position: absolute;
      inset: auto 8% 14% auto;
      width: 420px;
      height: 420px;
      background: radial-gradient(circle, rgba(39, 106, 220, 0.14), transparent 68%);
      filter: blur(18px);
      pointer-events: none;
    }

    .hero-grid {
      position: relative;
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(360px, 460px);
      gap: 2rem;
      align-items: start;
      z-index: 1;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 0.45rem;
      padding: 0.45rem 0.8rem;
      border-radius: 999px;
      background: rgba(255, 250, 244, 0.8);
      border: 1px solid rgba(31, 45, 42, 0.08);
      font-size: 0.76rem;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      font-weight: 700;
      color: var(--terracotta-deep);
    }

    .eyebrow::before {
      content: "";
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: var(--terracotta);
    }

    h1 {
      margin: 1rem 0 0;
      font-size: clamp(2.75rem, 3.8vw, 4.4rem);
      line-height: 0.96;
      letter-spacing: -0.04em;
      max-width: 15ch;
      text-wrap: pretty;
    }

    h2 {
      margin: 0;
      font-size: clamp(2.15rem, 4vw, 3.5rem);
      line-height: 0.98;
    }

    .hero-copy .lede {
      max-width: 54ch;
      margin: 1.2rem 0 0;
      color: rgba(56, 83, 135, 0.88);
      font-size: 1rem;
      line-height: 1.7;
    }

    .hero-actions { margin-top: 1.55rem; }

    .hero-copy {
      width: 100%;
      max-width: 720px;
      padding: 0.3rem 0 0;
    }

    .hero-notes {
      margin-top: 1.8rem;
      display: grid;
      grid-template-columns: repeat(3, minmax(160px, 1fr));
      gap: 0.9rem;
      max-width: none;
    }

    .hero-note {
      padding: 1rem 1rem 0.95rem;
      min-height: 120px;
      background: rgba(255, 250, 244, 0.88);
      border: 1px solid rgba(72, 120, 199, 0.14);
      border-radius: 22px;
      box-shadow: 0 14px 28px rgba(36, 61, 120, 0.08);
      backdrop-filter: blur(10px);
    }

    .hero-note strong {
      display: block;
      margin-bottom: 0.32rem;
      font-size: 0.96rem;
    }

    .hero-stage {
      position: relative;
      min-height: 100%;
      display: grid;
      grid-template-rows: auto auto;
      gap: 1rem;
      align-content: start;
      width: 100%;
      max-width: 540px;
      justify-self: end;
    }

    .mosaic {
      position: relative;
      min-height: 456px;
      border-radius: 36px;
      overflow: hidden;
      background:
        linear-gradient(165deg, rgba(24, 63, 139, 0.98), rgba(18, 46, 109, 0.98));
      box-shadow: 0 26px 52px rgba(18, 45, 105, 0.2);
      border: 1px solid rgba(18, 42, 97, 0.24);
      padding: 1.05rem;
    }

    .mosaic-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.12fr) minmax(190px, 0.88fr);
      grid-template-rows: minmax(0, 1fr) minmax(0, 0.86fr);
      gap: 0.9rem;
      min-height: 100%;
    }

    .tile {
      border-radius: 26px;
      position: relative;
      overflow: hidden;
      padding: 1.1rem;
      color: #fff;
    }

    .tile-main {
      grid-row: 1 / span 2;
      background:
        linear-gradient(180deg, rgba(22, 29, 25, 0.12), rgba(22, 29, 25, 0.7)),
        radial-gradient(circle at 30% 10%, rgba(235, 226, 212, 0.18), transparent 35%),
        linear-gradient(145deg, #2e86ff, #1148b8);
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
    }

    .tile-main::before {
      content: "";
      position: absolute;
      inset: 18px;
      border: 1px solid rgba(255, 255, 255, 0.22);
      border-radius: 18px;
      pointer-events: none;
    }

    .tile-small {
      padding: 1.15rem;
      background:
        linear-gradient(160deg, rgba(255, 250, 244, 0.18), rgba(255, 250, 244, 0.02)),
        rgba(255, 255, 255, 0.08);
      border: 1px solid rgba(255, 255, 255, 0.12);
    }

    .tile-small.light {
      color: var(--ink);
      background:
        radial-gradient(circle at top right, rgba(31, 116, 242, 0.15), transparent 42%),
        rgba(255, 252, 247, 0.96);
      border-color: rgba(31, 45, 42, 0.08);
    }

    .tile-label {
      display: inline-flex;
      margin-bottom: 0.5rem;
      font-size: 0.74rem;
      text-transform: uppercase;
      letter-spacing: 0.08em;
      font-weight: 700;
      opacity: 0.86;
    }

    .tile h3,
    .tile strong {
      margin: 0;
      font-size: 1.32rem;
      line-height: 1;
    }

    .tile p {
      margin: 0.55rem 0 0;
      max-width: 28ch;
      color: inherit;
      opacity: 0.9;
    }

    .tile-main h2 {
      font-size: clamp(2.2rem, 2.8vw, 3.1rem);
      max-width: 6ch;
    }

    .tile-main p {
      font-size: 0.95rem;
      line-height: 1.5;
    }

    .tile-small strong {
      font-size: 1rem;
      line-height: 1.15;
    }

    .tile-small p {
      font-size: 0.92rem;
      max-width: none;
    }

    .tile .price {
      margin-top: 1.15rem;
      display: inline-flex;
      padding: 0.5rem 0.78rem;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.14);
      border: 1px solid rgba(255, 255, 255, 0.14);
      font-weight: 700;
    }

    .hero-strip {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 0.9rem;
      align-items: stretch;
      width: 100%;
    }

    .strip-card,
    .section-card,
    .menu-card,
    .visit-card,
    .review-card,
    .map-wrap,
    .story-card {
      background: rgba(255, 250, 244, 0.88);
      border: 1px solid var(--line);
      border-radius: var(--radius-xl);
      box-shadow: var(--shadow);
    }

    .strip-card {
      padding: 1rem;
      border-radius: 24px;
      min-height: 100%;
      background:
        linear-gradient(180deg, rgba(255, 254, 250, 0.96), rgba(255, 249, 241, 0.88));
    }

    .strip-card strong {
      display: block;
      margin-bottom: 0.18rem;
      font-size: 1.05rem;
    }

    .strip-card span {
      display: block;
      font-size: 0.95rem;
    }

    .section {
      position: relative;
      padding: 1.4rem 0 4rem;
      z-index: 1;
    }

    .section-head {
      display: block;
      max-width: 840px;
      margin: 0 auto 1.75rem;
      text-align: center;
    }

    .section-head p {
      max-width: 58ch;
      margin: 0.55rem 0 0;
      color: var(--muted);
      margin-left: auto;
      margin-right: auto;
    }

    .section-kicker {
      margin: 0;
      font-size: 1.25rem;
      color: var(--terracotta-deep);
    }

    .story-grid,
    .visit-grid,
    .reviews-grid {
      display: grid;
      grid-template-columns: 1.05fr 0.95fr;
      gap: 1.2rem;
      align-items: start;
    }

    .story-card,
    .visit-card,
    .review-card {
      padding: 1.7rem;
    }

    .story-points {
      margin-top: 1.3rem;
    }

    .story-point {
      padding: 0.8rem 1rem;
      border-radius: 999px;
      background: rgba(31, 116, 242, 0.1);
      border: 1px solid rgba(31, 116, 242, 0.13);
      font-weight: 600;
    }

    .service-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 1rem;
      margin-top: 1.1rem;
    }

    .section-card {
      padding: 1.2rem;
      border-radius: 22px;
    }

    .section-card strong {
      display: block;
      margin-bottom: 0.3rem;
      font-size: 1.02rem;
    }

    .menu-layout {
      display: grid;
      grid-template-columns: 250px minmax(0, 1fr);
      gap: 1.25rem;
      align-items: start;
      max-width: 1120px;
      margin: 0 auto;
    }

    .menu-sidebar {
      position: sticky;
      top: 92px;
      padding: 1.25rem;
      background: rgba(18, 56, 130, 0.97);
      color: #fff;
      border-radius: 28px;
      box-shadow: var(--shadow);
    }

    .menu-sidebar p {
      margin: 0.5rem 0 1rem;
      color: rgba(255, 255, 255, 0.82);
    }

    .menu-nav {
      display: grid;
      gap: 0.55rem;
    }

    .menu-nav a {
      padding: 0.72rem 0.9rem;
      border-radius: 14px;
      background: rgba(255, 255, 255, 0.08);
      color: rgba(255, 255, 255, 0.92);
      font-weight: 600;
    }

    .menu-nav a:hover,
    .menu-nav a:focus-visible {
      background: rgba(255, 255, 255, 0.16);
    }

    .menu-content {
      display: grid;
      gap: 1.2rem;
      justify-items: stretch;
    }

    .menu-group {
      padding: 1.35rem;
      background: rgba(255, 250, 244, 0.74);
      border: 1px solid var(--line);
      border-radius: var(--radius-xl);
      width: 100%;
    }

    .menu-group h3 {
      margin: 0 0 1rem;
      font-size: 1.45rem;
      font-family: "DM Serif Display", serif;
      letter-spacing: -0.02em;
    }

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

    .menu-card {
      padding: 1.1rem 1.1rem 1rem;
      border-radius: 22px;
    }

    .menu-head {
      display: flex;
      justify-content: space-between;
      align-items: start;
      gap: 1rem;
    }

    .menu-title {
      font-weight: 700;
      font-size: 1.02rem;
      margin-bottom: 0.35rem;
    }

    .menu-price {
      font-weight: 800;
      white-space: nowrap;
      color: var(--terracotta-deep);
    }

    .menu-desc {
      margin: 0;
      color: var(--muted);
      font-size: 0.95rem;
    }

    .menu-tag {
      display: inline-flex;
      margin-top: 0.8rem;
      padding: 0.38rem 0.7rem;
      border-radius: 999px;
      background: rgba(31, 116, 242, 0.12);
      color: var(--terracotta-deep);
      font-size: 0.76rem;
      font-weight: 700;
    }

    .contact-list {
      display: grid;
      gap: 1rem;
      margin-top: 1.1rem;
    }

    .label {
      margin-bottom: 0.2rem;
      font-size: 0.76rem;
      text-transform: uppercase;
      letter-spacing: 0.08em;
      font-weight: 700;
      color: var(--terracotta-deep);
    }

    .visit-actions {
      margin-top: 1.4rem;
    }

    .map-wrap {
      overflow: hidden;
      min-height: 100%;
    }

    .map-wrap iframe {
      width: 100%;
      min-height: 460px;
      display: block;
      border: 0;
    }

    .score {
      font-size: 3rem;
      line-height: 1;
      font-weight: 800;
      color: var(--terracotta-deep);
    }

    .stars {
      margin: 0.7rem 0;
      letter-spacing: 0.18em;
      color: var(--gold);
      font-size: 1.05rem;
    }

    .stars {
      font-size: 0;
    }

    .stars::before {
      content: "\2605\2605\2605\2605\2606";
      font-size: 1.05rem;
      letter-spacing: 0.18em;
    }

    .review-list {
      display: grid;
      gap: 0.9rem;
      margin-top: 1.2rem;
    }

    .review-quote {
      padding: 1rem 1.05rem;
      background: rgba(248, 251, 255, 0.98);
      border: 1px solid rgba(31, 116, 242, 0.12);
      border-radius: 18px;
    }

    .review-quote strong {
      display: block;
      margin-bottom: 0.2rem;
    }

    .footer {
      position: relative;
      z-index: 1;
      padding: 1.35rem 0 2.2rem;
      border-top: 1px solid rgba(31, 45, 42, 0.08);
      color: var(--muted);
    }

    .to-top {
      position: fixed;
      right: 1.15rem;
      bottom: 1.15rem;
      z-index: 30;
      width: 52px;
      height: 52px;
      border: 0;
      border-radius: 999px;
      display: grid;
      place-items: center;
      font: inherit;
      font-size: 1.35rem;
      color: #fff;
      background: linear-gradient(135deg, var(--terracotta), var(--terracotta-deep));
      box-shadow: 0 16px 30px rgba(14, 57, 135, 0.28);
      cursor: pointer;
      opacity: 0;
      visibility: hidden;
      transform: translateY(10px);
      transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
    }

    .to-top.visible {
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
    }

    .footer-grid {
      display: flex;
      justify-content: space-between;
      gap: 1rem;
      flex-wrap: wrap;
    }

    .footer-grid > div:first-child {
      font-size: 0;
    }

    .footer-grid > div:first-child::before {
      content: "Petra Cafe \2022 2 Orinda Theatre Square #105, Orinda, CA 94563";
      font-size: 1rem;
    }

    @media (min-width: 1700px) {
      :root {
        --hero-max: 1240px;
      }

      .hero .container {
        width: min(calc(100% - 2rem), 1220px);
      }

      .hero-grid {
        grid-template-columns: minmax(0, 1fr) minmax(500px, 1.02fr);
        gap: 2.8rem;
      }

      h1 {
        font-size: clamp(3.2rem, 4vw, 5rem);
        max-width: 14ch;
      }

      .mosaic {
        min-height: 460px;
      }
    }

    @media (max-width: 1440px) {
      :root {
        --max: 1200px;
        --hero-max: 1140px;
      }

      .hero .container {
        width: min(calc(100% - 2rem), 1120px);
      }

      .hero-grid {
        grid-template-columns: minmax(0, 1fr) minmax(440px, 1fr);
        gap: 2.2rem;
      }
    }

    @media (max-width: 1280px) {
      :root {
        --max: 1140px;
        --hero-max: 1040px;
      }

      .hero .container {
        width: min(calc(100% - 1.8rem), 1020px);
      }

      .hero-grid {
        grid-template-columns: minmax(0, 1fr) minmax(320px, 380px);
        gap: 1.3rem;
      }

      .hero-copy,
      .hero-notes {
        max-width: none;
      }

      h1 {
        font-size: clamp(2.35rem, 3vw, 3.45rem);
        max-width: 14ch;
      }
    }

    @media (max-width: 1100px) {
      .topbar-grid {
        grid-template-columns: auto 1fr;
      }

      .top-actions {
        grid-column: 1 / -1;
        justify-content: flex-end;
      }

      .hero-grid {
        grid-template-columns: 1fr;
      }

      .hero-copy,
      .hero-notes {
        max-width: none;
      }

      .hero-stage {
        max-width: none;
        justify-self: stretch;
      }

      h1 {
        max-width: 14ch;
        font-size: clamp(2.45rem, 6vw, 3.6rem);
      }

      .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .menu-layout { grid-template-columns: 1fr; }
      .menu-sidebar {
        position: static;
      }
    }

    @media (max-width: 1024px) {
      .hero {
        padding: 4rem 0 3rem;
      }

      .hero .container {
        width: min(calc(100% - 1.6rem), var(--max));
      }

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

      .mosaic {
        min-height: 420px;
      }

      .mosaic-grid {
        grid-template-columns: minmax(0, 1.04fr) minmax(210px, 0.78fr);
      }
    }

    @media (max-width: 900px) {
      .topbar-grid,
      .hero-grid,
      .story-grid,
      .visit-grid,
      .reviews-grid,
      .menu-grid,
      .mosaic-grid {
        grid-template-columns: 1fr;
      }

      .nav,
      .top-actions {
        justify-content: center;
      }

      .topbar-grid {
        grid-template-columns: 1fr;
      }

      .brand {
        justify-content: center;
      }

      .hero-notes {
        grid-template-columns: 1fr;
      }

      .hero-strip {
        grid-template-columns: 1fr;
      }

      .hero-copy {
        padding-top: 0;
      }

      .tile-main {
        grid-row: auto;
      }

      h1 {
        max-width: 14ch;
        font-size: clamp(2.5rem, 8vw, 3.8rem);
      }
    }

    @media (max-width: 720px) {
      .topbar-grid {
        gap: 0.8rem;
      }

      .brand {
        flex-direction: column;
        text-align: center;
        gap: 0.55rem;
      }

      .nav {
        width: 100%;
        justify-content: center;
        gap: 0.45rem;
      }

      .nav a {
        padding: 0.56rem 0.8rem;
        font-size: 0.95rem;
      }

      .hero {
        padding-top: 3.9rem;
      }

      .hero .container {
        width: min(calc(100% - 1.3rem), var(--max));
      }

      .hero-actions {
        flex-direction: column;
        align-items: stretch;
      }

      .hero-note {
        min-height: auto;
      }

      .mosaic {
        min-height: auto;
      }

      .mosaic-grid,
      .hero-strip {
        grid-template-columns: 1fr;
      }

      .menu-grid,
      .service-grid {
        grid-template-columns: 1fr;
      }
    }

    @media (max-width: 560px) {
      .container { width: min(calc(100% - 1.2rem), var(--max)); }
      .btn { width: 100%; }
      .hero { padding-top: 3.8rem; }
      .hero .container { width: min(calc(100% - 1.2rem), var(--max)); }
      .brand-tag { font-size: 0.88rem; }
      .story-card,
      .visit-card,
      .review-card,
      .menu-group {
        padding: 1.2rem;
      }

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

      .nav a {
        width: 100%;
        text-align: center;
      }
    }

    @media (max-width: 420px) {
      .brand-mark {
        width: 48px;
        height: 48px;
        font-size: 1.3rem;
      }

      .brand-name {
        font-size: 1.05rem;
      }

      h1 {
        font-size: 2.2rem;
      }

      .nav {
        grid-template-columns: 1fr;
      }
    }
  
