/* ============================================================
   SITELY DEMO — "Smith & Sons Mobile Auto Detail" (fictional)
   Shared stylesheet for all demo pages.
   ============================================================ */
:root {
  --navy: #14202b;
  --navy-2: #0e1720;
  --steel: #3a77b5;
  --steel-dark: #2c5d8f;
  --band-gray: #75808a;
  --panel-blue: #dbe4ec;
  --panel-gray: #e9edf1;
  --page: #ffffff;
  --ink: #1d2733;
  --body-gray: #5a6672;
  --foot-gray: #d9dcdf;
  --credit-gray: #b8bcc0;
  --font-head: 'Oswald', sans-serif;
  --font-body: 'Inter', sans-serif;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); color: var(--ink); background: var(--page); line-height: 1.7; }
img { max-width: 100%; display: block; }
a { color: inherit; }
.container { width: min(1200px, 94%); margin: 0 auto; }
h1, h2, h3 { font-family: var(--font-head); text-transform: uppercase; line-height: 1.25; letter-spacing: .02em; }

.btn {
  display: inline-block; font-family: var(--font-body); font-weight: 700; font-size: .82rem;
  letter-spacing: .08em; text-transform: uppercase; text-decoration: none; text-align: center;
  padding: .85rem 1.6rem; border-radius: 4px; cursor: pointer; border: 0;
  transition: background .15s ease, transform .15s ease;
}
.btn-blue { background: var(--steel); color: #fff; }
.btn-blue:hover { background: var(--steel-dark); }
.btn-navy { background: var(--navy); color: #fff; border: 1px solid rgba(255,255,255,.35); }
.btn-navy:hover { background: #1d2e3d; }
.btn-light { background: #e7ebef; color: var(--navy); }
.btn-light:hover { background: #d6dde3; }

/* ---------- Promo bar ---------- */
.promo {
  background: var(--navy-2); color: #fff; text-align: center;
  font-size: .78rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase;
  padding: 8px 14px;
}
.promo a { color: #8fc1ee; text-decoration: underline; }

/* ---------- Header ---------- */
.site-header { background: var(--navy); color: #fff; position: sticky; top: 0; z-index: 50; }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 14px 0; }
.brand { text-decoration: none; line-height: 1.1; flex: none; }
.brand .brand-top { font-family: var(--font-head); font-weight: 700; font-size: 1.5rem; letter-spacing: .04em; text-transform: uppercase; }
.brand .brand-sub { display: block; font-size: .62rem; font-weight: 600; letter-spacing: .42em; text-transform: uppercase; color: #9fb4c8; margin-top: 2px; }
.nav { display: flex; align-items: center; gap: 24px; }
.nav > a, .drop > button {
  background: none; border: 0; color: #fff; font-family: var(--font-body);
  font-size: .8rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  text-decoration: none; cursor: pointer; padding: 8px 0;
}
.nav > a:hover, .drop > button:hover { color: #8fc1ee; }
.drop { position: relative; }
.drop > button::after { content: " ▾"; font-size: .7rem; }
.drop-menu {
  position: absolute; top: 100%; left: 0; min-width: 240px; background: #fff; color: var(--ink);
  border-radius: 4px; box-shadow: 0 14px 34px rgba(10, 20, 30, .25); padding: 8px 0;
  display: none; z-index: 60;
}
.drop:hover .drop-menu, .drop:focus-within .drop-menu { display: block; }
.drop-menu a {
  display: block; padding: 10px 18px; text-decoration: none; font-size: .82rem; font-weight: 600;
  letter-spacing: .04em; text-transform: uppercase;
}
.drop-menu a:hover { background: #eef3f8; color: var(--steel); }
.header-btns { display: flex; gap: 10px; flex: none; }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 6px; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: #fff; margin: 5px 0; }

/* ---------- Hero (home + subpages) ---------- */
.hero { position: relative; isolation: isolate; }
.hero-bg { position: absolute; inset: 0; z-index: -2; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center 55%; }
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(rgba(31, 48, 64, .55), rgba(31, 48, 64, .55));
}
.hero-inner { padding: 64px 0 84px; max-width: 720px; }
.hero .kicker {
  font-size: .74rem; font-weight: 700; letter-spacing: .22em; text-transform: uppercase;
  color: #cfdbe6; margin-bottom: 14px;
}
.hero h1 { color: #fff; font-size: clamp(1.7rem, 3.6vw, 2.9rem); font-weight: 700; margin-bottom: 28px; }
.hero-btns { display: flex; flex-direction: column; gap: 12px; align-items: flex-start; }
.page-hero .hero-inner { padding: 46px 0 62px; max-width: 780px; }
.page-hero .hero-btns { flex-direction: row; flex-wrap: wrap; }

/* ---------- Services band (home) ---------- */
.svc-band { background: var(--band-gray); padding: 56px 0 64px; }
.svc-band h2 { color: #fff; text-align: center; font-size: clamp(1.3rem, 2.6vw, 1.9rem); font-weight: 600; max-width: 720px; margin: 0 auto 36px; }
.svc-tiles { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.svc-tile {
  position: relative; aspect-ratio: 1 / 1.05; overflow: hidden; text-decoration: none;
  display: grid; place-items: center; isolation: isolate;
}
.svc-tile img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.svc-tile::after { content: ""; position: absolute; inset: 0; z-index: -1; background: rgba(23, 36, 48, .42); transition: background .2s ease; }
.svc-tile:hover img { transform: scale(1.05); }
.svc-tile:hover::after { background: rgba(23, 36, 48, .22); }
.svc-tile span {
  font-family: var(--font-head); color: #fff; font-weight: 600; font-size: 1.15rem;
  letter-spacing: .06em; text-transform: uppercase; text-align: center; padding: 0 14px;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .5);
}

/* ---------- Splits (home) ---------- */
.split { display: grid; grid-template-columns: 1fr 1.15fr; }
.split-media { min-height: 520px; }
.split-media img { width: 100%; height: 100%; object-fit: cover; }
.split-panel { background: var(--panel-blue); padding: 64px 7% 64px 6%; }
.split-panel h2 { color: var(--navy); font-size: clamp(1.35rem, 2.5vw, 1.85rem); font-weight: 700; margin-bottom: 20px; }
.split-panel h3 { color: var(--navy); font-size: 1.15rem; font-weight: 600; margin: 26px 0 12px; }
.split-panel p { color: var(--body-gray); font-size: .95rem; margin-bottom: 14px; }
.tick-cols { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px 16px; margin: 18px 0 26px; list-style: none; }
.tick-cols li { font-size: .88rem; font-weight: 600; color: var(--navy); padding-left: 18px; position: relative; }
.tick-cols li::before { content: "•"; position: absolute; left: 0; color: var(--steel); font-weight: 800; }
.split-white { display: grid; grid-template-columns: 1.15fr 1fr; }
.split-white .split-copy { padding: 64px 6% 64px 7%; background: #fff; }
.split-white h2 { color: var(--navy); font-size: clamp(1.35rem, 2.5vw, 1.85rem); font-weight: 700; margin-bottom: 20px; }
.split-white p { color: var(--body-gray); font-size: .95rem; margin-bottom: 14px; }
.city-cols { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px 16px; margin: 18px 0 22px; list-style: none; }
.city-cols a { font-size: .88rem; font-weight: 600; color: var(--steel); text-decoration: underline; }
.city-cols a:hover { color: var(--steel-dark); }

/* ---------- Social band + collage (home) ---------- */
.social-band { background: #eceff2; padding: 54px 0 44px; text-align: center; }
.social-band h2 { color: var(--navy); font-size: clamp(1.3rem, 2.5vw, 1.8rem); font-weight: 700; max-width: 640px; margin: 0 auto 22px; }
.social-icons { display: flex; justify-content: center; gap: 12px; }
.social-icons a {
  width: 40px; height: 40px; display: grid; place-items: center; background: var(--navy);
  color: #fff; border-radius: 4px; text-decoration: none; font-weight: 700; font-size: .9rem;
  transition: background .15s ease;
}
.social-icons a:hover { background: var(--steel); }
.collage { display: grid; grid-template-columns: repeat(4, 1fr); }
.collage img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4 / 3; }

/* ---------- Quick quote band ---------- */
.quote-band { background: var(--navy); color: #fff; padding: 44px 0; }
.quote-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap; }
.quote-brand { display: flex; align-items: center; gap: 16px; }
.quote-logo {
  width: 72px; height: 72px; flex: none; border: 2px solid rgba(255,255,255,.6); border-radius: 4px;
  display: grid; place-items: center; font-family: var(--font-head); font-weight: 700; font-size: 1.3rem;
}
.quote-band h2 { font-size: clamp(1.2rem, 2.4vw, 1.7rem); font-weight: 600; max-width: 560px; }

/* ---------- Service areas ---------- */
.areas { background: var(--band-gray); padding: 50px 0 58px; text-align: center; }
.areas h2 { color: #fff; font-size: clamp(1.25rem, 2.4vw, 1.7rem); font-weight: 600; margin-bottom: 26px; }
.areas-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 34px; list-style: none; max-width: 940px; margin: 0 auto; }
.areas-list a { color: #eaf1f7; font-size: .9rem; font-weight: 600; text-decoration: underline; }
.areas-list a:hover { color: #fff; }

/* ---------- Centered intro (subpages) ---------- */
.intro { padding: 58px 0 50px; text-align: center; }
.intro h2 { color: var(--ink); font-size: clamp(1.4rem, 2.8vw, 2rem); font-weight: 700; margin-bottom: 14px; }
.intro p { color: var(--body-gray); font-size: .95rem; max-width: 800px; margin: 0 auto 12px; }
.intro .btn { margin-top: 12px; }

/* ---------- Package card (service pages) ---------- */
.pkg-wrap { padding: 0 0 60px; }
.pkg-card { display: grid; grid-template-columns: 1.05fr 1fr; background: var(--panel-gray); }
.pkg-media { min-height: 420px; }
.pkg-media img { width: 100%; height: 100%; object-fit: cover; }
.pkg-body { padding: 44px 5% 48px; }
.pkg-body h2 { color: var(--steel); font-size: 1.5rem; font-weight: 600; margin-bottom: 4px; }
.turnaround { font-size: .74rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--body-gray); margin-bottom: 14px; }
.pkg-body > p { color: var(--body-gray); font-size: .92rem; margin-bottom: 18px; }
.mini-label { font-size: .74rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--ink); margin-bottom: 8px; }
.price-table { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid #c7cfd7; background: #fff; text-align: center; margin-bottom: 20px; }
.price-table > div { padding: 12px 8px; }
.price-table > div + div { border-left: 1px solid #c7cfd7; }
.price-table b { display: block; font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--body-gray); }
.price-table span { font-family: var(--font-head); font-weight: 600; font-size: 1.15rem; color: var(--ink); }
.includes { list-style: none; columns: 2; column-gap: 26px; margin-bottom: 24px; }
.includes li { font-size: .88rem; color: var(--body-gray); padding-left: 18px; position: relative; margin-bottom: 8px; break-inside: avoid; }
.includes li::before { content: "•"; position: absolute; left: 0; color: var(--steel); font-weight: 800; }
.includes li b { color: var(--ink); }
.pkg-btns { display: flex; gap: 12px; flex-wrap: wrap; }

/* ---------- Photo strip band ---------- */
.photo-strip { background: var(--steel); padding: 26px 0; }
.strip-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.strip-grid img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }

/* ---------- Maintenance cards (service pages) ---------- */
.maint-head { text-align: center; padding: 54px 0 34px; }
.maint-head h2 { color: var(--ink); font-size: clamp(1.4rem, 2.8vw, 2rem); font-weight: 700; margin-bottom: 6px; }
.maint-head p { color: var(--body-gray); font-size: .9rem; }
.maint-card { display: grid; grid-template-columns: 1fr 1.1fr; background: var(--panel-gray); margin-bottom: 26px; }
.maint-card .pkg-media { min-height: 320px; }
.maint-card .pkg-body { padding: 36px 5% 40px; }
.maint-card h3 { color: var(--steel); font-size: 1.25rem; font-weight: 600; margin-bottom: 4px; }
.maint-card h3 em { font-style: italic; }
.maint-list { list-style: none; margin-bottom: 22px; }
.maint-list li { font-size: .88rem; color: var(--body-gray); padding-left: 18px; position: relative; margin-bottom: 7px; }
.maint-list li::before { content: "•"; position: absolute; left: 0; color: var(--steel); font-weight: 800; }
.maint-list li b { color: var(--ink); }

/* ---------- Google reviews band (reviews page) ---------- */
.g-band { background: #b6bdc4; padding: 38px 0 46px; }
.g-head { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; margin-bottom: 20px; }
.g-score { display: flex; align-items: center; gap: 12px; font-weight: 700; color: var(--ink); }
.g-score .g-stars { font-size: 1.05rem; }
.g-stars { color: #f6b21b; letter-spacing: 2px; }
.g-cards { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.g-card { background: #fff; border-radius: 6px; padding: 16px 14px 14px; display: flex; flex-direction: column; }
.g-card .g-stars { font-size: .85rem; margin-bottom: 8px; }
.g-card p { font-size: .82rem; color: var(--body-gray); flex: 1; }
.g-card .read-more { font-size: .78rem; color: var(--steel); text-decoration: underline; margin-top: 4px; }
.g-user { display: flex; align-items: center; gap: 8px; margin-top: 12px; }
.g-avatar {
  width: 30px; height: 30px; border-radius: 50%; flex: none; display: grid; place-items: center;
  color: #fff; font-size: .78rem; font-weight: 700; background: var(--steel);
}
.g-user b { font-size: .8rem; color: var(--ink); line-height: 1.2; display: block; }
.g-user span { font-size: .7rem; color: var(--body-gray); display: block; }

/* ---------- Connect band (subpages) ---------- */
.connect-band { background: #e4e7ea; padding: 62px 0; text-align: center; }
.connect-band h2 { color: #565f68; font-size: clamp(1.35rem, 2.6vw, 1.9rem); font-weight: 700; max-width: 760px; margin: 0 auto 24px; }

/* ---------- Blog grid ---------- */
.blog-band { background: var(--band-gray); padding: 48px 0 56px; }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.post { background: #fff; text-decoration: none; display: flex; flex-direction: column; }
.post img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.post-body { padding: 16px 16px 20px; }
.post h3 { color: var(--steel); font-size: .95rem; font-weight: 600; margin-bottom: 8px; }
.post p { font-size: .84rem; color: var(--body-gray); }
.blog-more { text-align: center; margin-top: 32px; }

/* ---------- Instagram-style panel (gallery page) ---------- */
.insta-band { background: #6a747e; padding: 48px 0 56px; }
.insta-panel { background: #fff; border-radius: 6px; padding: 18px 18px 22px; max-width: 1020px; margin: 0 auto; }
.insta-head { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.insta-avatar {
  width: 46px; height: 46px; border-radius: 50%; flex: none; display: grid; place-items: center;
  background: var(--navy); color: #fff; font-family: var(--font-head); font-weight: 700; font-size: .95rem;
}
.insta-head b { display: block; font-size: .9rem; line-height: 1.3; }
.insta-head span { display: block; font-size: .78rem; color: var(--body-gray); }
.insta-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.insta-grid img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }

/* ---------- Contact page ---------- */
.contact-wrap { display: grid; grid-template-columns: 280px 1fr; gap: 44px; padding: 54px 0 64px; align-items: start; }
.contact-side h3 { font-size: 1rem; font-weight: 600; color: var(--ink); margin: 26px 0 8px; }
.contact-side h3:first-child { margin-top: 0; }
.contact-side p { font-size: .88rem; color: var(--body-gray); margin-bottom: 10px; }
.contact-side .social-icons { justify-content: flex-start; }
.contact-side .social-icons a { width: 32px; height: 32px; font-size: .75rem; }
.contact-form { background: #eef1f4; padding: 42px 5% 48px; }
.contact-form h2 { text-align: center; color: var(--band-gray); font-size: clamp(1.2rem, 2.2vw, 1.55rem); font-weight: 600; margin-bottom: 26px; }
.contact-form fieldset { border: 0; margin-bottom: 4px; }
.f-label { display: block; font-size: .74rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ink); margin: 16px 0 8px; }
.f-label .req { color: #c0392b; }
.check-list { display: grid; gap: 7px; }
.check-list label, .radio-row label { display: flex; align-items: flex-start; gap: 8px; font-size: .85rem; color: var(--body-gray); font-weight: 500; }
.check-list input, .radio-row input { margin-top: 4px; }
.radio-row { display: flex; gap: 22px; flex-wrap: wrap; }
.f-grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 0 18px; }
.f-grid3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0 18px; }
.contact-form input[type="text"], .contact-form input[type="email"], .contact-form input[type="tel"],
.contact-form input[type="date"], .contact-form select, .contact-form textarea {
  width: 100%; padding: .7rem .8rem; border: 1px solid #c7cfd7; border-radius: 3px;
  font-family: var(--font-body); font-size: .9rem; background: #fff; color: var(--ink);
}
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { outline: 2px solid #9cc3e8; border-color: var(--steel); }
.form-status { margin-top: 14px; font-weight: 600; font-size: .9rem; color: #1e7a46; }
.contact-form .btn { margin-top: 22px; }
.map-band iframe { display: block; width: 100%; height: 340px; border: 0; }

/* ---------- Gift cards placeholder ---------- */
.placeholder-block { padding: 130px 0 150px; text-align: center; background: #eceff2; }
.placeholder-block h1 { color: var(--band-gray); font-size: clamp(2.4rem, 9vw, 5.5rem); font-weight: 700; letter-spacing: .12em; }
.placeholder-block p { color: var(--body-gray); margin-top: 14px; font-size: .95rem; }

/* ---------- Footer ---------- */
.site-footer { background: var(--foot-gray); padding: 56px 0 40px; color: var(--ink); }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1.2fr 1fr; gap: 40px; }
.site-footer h4 {
  font-family: var(--font-head); text-transform: uppercase; font-size: .95rem; font-weight: 600;
  letter-spacing: .06em; margin-bottom: 14px; color: var(--navy);
}
.site-footer p, .site-footer li, .site-footer a { font-size: .88rem; color: var(--body-gray); }
.site-footer ul { list-style: none; display: grid; gap: 8px; }
.site-footer a { text-decoration: none; }
.site-footer a:hover { color: var(--steel); text-decoration: underline; }
.footer-brand-top { font-family: var(--font-head); font-weight: 700; font-size: 1.3rem; text-transform: uppercase; color: var(--navy); line-height: 1.1; }
.footer-brand-sub { display: block; font-size: .56rem; font-weight: 600; letter-spacing: .42em; text-transform: uppercase; color: var(--body-gray); margin: 2px 0 14px; }
.footer-map { border: 0; width: 100%; height: 190px; border-radius: 4px; background: #c4ccd2; }
.footer-social { display: flex; gap: 8px; margin: 12px 0 16px; }
.footer-social a {
  width: 32px; height: 32px; display: grid; place-items: center; background: var(--navy); color: #fff;
  border-radius: 4px; font-size: .75rem; font-weight: 700; text-decoration: none;
}
.footer-social a:hover { background: var(--steel); text-decoration: none; }

/* ---------- Credit bar ---------- */
.credit { background: var(--credit-gray); text-align: center; padding: 16px 14px; font-size: .8rem; color: #4c565f; }
.credit a { color: var(--navy); font-weight: 700; text-decoration: none; }
.credit a:hover { text-decoration: underline; }

/* ---------- Sitely demo chip ---------- */
.demo-chip {
  position: fixed; right: 18px; bottom: 18px; z-index: 70;
  display: flex; align-items: center; gap: 8px;
  background: #ffffff; color: #101828; text-decoration: none;
  border-radius: 999px; padding: .55rem 1rem .55rem .7rem;
  font-size: .85rem; font-weight: 600; box-shadow: 0 10px 30px rgba(2, 8, 20, .35);
  border: 1px solid #e4e9f0; transition: transform .16s ease;
}
.demo-chip:hover { transform: translateY(-2px); }
.demo-chip svg { flex: none; }

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .svc-tiles { grid-template-columns: repeat(2, 1fr); }
  .tick-cols, .city-cols { grid-template-columns: repeat(2, 1fr); }
  .g-cards { grid-template-columns: repeat(3, 1fr); }
  .blog-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .split, .split-white, .pkg-card, .maint-card { grid-template-columns: 1fr; }
  .split-media, .pkg-media { min-height: 300px; order: -1; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .collage { grid-template-columns: repeat(2, 1fr); }
  .contact-wrap { grid-template-columns: 1fr; }
  .g-cards { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 760px) {
  .nav {
    position: fixed; inset: 0 0 auto 0; flex-direction: column; align-items: flex-start;
    gap: 4px; background: var(--navy); padding: 78px 6vw 22px; display: none;
    box-shadow: 0 20px 40px rgba(0,0,0,.3);
  }
  .nav.open { display: flex; }
  .nav-toggle { display: block; position: relative; z-index: 80; }
  .header-btns .btn-blue { display: none; }
  .header-btns .btn-navy { padding: .85rem 1rem; }
  .header-btns .call-num { display: none; }
  .brand .brand-top { font-size: 1.2rem; }
  .brand .brand-sub { letter-spacing: .3em; }
  .drop-menu { position: static; box-shadow: none; background: rgba(255,255,255,.06); color: #fff; margin-top: 4px; }
  .drop-menu a:hover { background: rgba(255,255,255,.12); color: #8fc1ee; }
  .hero-inner { padding: 48px 0 64px; }
  .svc-tiles { grid-template-columns: 1fr; }
  .quote-inner { justify-content: center; text-align: center; }
  .footer-grid { grid-template-columns: 1fr; }
  .g-cards, .blog-grid { grid-template-columns: 1fr; }
  .strip-grid { grid-template-columns: repeat(2, 1fr); }
  .includes { columns: 1; }
  .f-grid2, .f-grid3 { grid-template-columns: 1fr; }
  .insta-grid { grid-template-columns: repeat(2, 1fr); }
}
