/* ============================================================
   昆明多玛发商贸有限责任公司 — "Garment Rail / Size Tag" design
   Velvet black, berry + pearl accents, Bodoni Moda display,
   hanger rail lines, size-tag cards, drape stripes
   ============================================================ */

:root {
  --bg: #110e13;
  --bg2: #161118;
  --panel: #1b161e;
  --panel-hi: #231c26;
  --edge: #3a2e3a;
  --edge-soft: #1e1820;
  --br: #d1567e;
  --br-hi: #e88ba8;
  --br-deep: #8a3a56;
  --pr: #d9d3c8;
  --pr-deep: #8a847a;
  --txt: #f3efe9;
  --sub: #a79e98;
  --dim: #635c57;
  --disp: "Bodoni Moda", "Playfair Display", Georgia, serif;
  --body-f: "Red Hat Text", "Segoe UI", Arial, sans-serif;
  --mono: "Overpass Mono", "Consolas", monospace;
  --head-h: 80px;
}

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

body {
  background: var(--bg);
  color: var(--sub);
  font-family: var(--body-f);
  font-size: 16px;
  line-height: 1.72;
  -webkit-font-smoothing: antialiased;
}

::selection { background: var(--br); color: var(--bg); }

a { color: var(--br); text-decoration: none; }
a:hover { color: var(--br-hi); }

h1, h2, h3, h4 {
  font-family: var(--disp);
  color: var(--txt);
  font-weight: 700;
  line-height: 1.15;
}

.wrap { max-width: 1220px; margin: 0 auto; padding: 0 44px; }

.k-label {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  color: var(--br);
}
.k-label.pr { color: var(--pr); }

/* ---------------- Header ---------------- */

.dhead {
  position: fixed;
  top: 0; left: 0; right: 0;
  height: var(--head-h);
  z-index: 300;
  background: var(--bg);
  border-bottom: 1px solid var(--edge-soft);
}

.dhead .wrap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.dlogo { display: flex; align-items: center; gap: 14px; }

/* hanger logo — rail + hook */
.dlogo-hang {
  width: 46px; height: 44px;
  position: relative;
  display: grid;
  place-items: end center;
}

.dlogo-hang::before {
  content: "";
  position: absolute;
  top: 4px; left: 50%;
  transform: translateX(-50%);
  width: 14px; height: 14px;
  border: 3px solid var(--br);
  border-bottom: none;
  border-radius: 12px 12px 0 0;
}

.dlogo-hang::after {
  content: "";
  position: absolute;
  bottom: 8px; left: 6px; right: 6px;
  height: 3px;
  background: var(--pr);
  border-radius: 2px;
}

.dlogo-hang i {
  width: 0; height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 13px solid var(--br);
  margin-bottom: 10px;
}

.dlogo-name {
  font-family: var(--disp);
  font-weight: 700;
  font-size: 20px;
  color: var(--txt);
  line-height: 1.15;
}

.dlogo-name small {
  display: block;
  font-family: var(--mono);
  font-weight: 400;
  font-size: 9px;
  letter-spacing: 3px;
  color: var(--dim);
  margin-top: 4px;
  text-transform: uppercase;
}

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

.dnav a {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: var(--sub);
  padding: 10px 14px;
  transition: color .2s;
}

.dnav a:hover { color: var(--txt); }
.dnav a.active { color: var(--br); }

.dnav .tag-cta {
  color: var(--bg) !important;
  background: var(--br);
  font-weight: 700;
  margin-left: 10px;
  padding: 12px 22px;
  border-radius: 999px;
}

.dnav .tag-cta:hover { background: var(--br-hi); }

.burger {
  display: none;
  background: none;
  border: 1px solid var(--edge);
  color: var(--txt);
  width: 44px; height: 44px;
  font-size: 18px;
  cursor: pointer;
}

.m-nav {
  display: none;
  position: fixed;
  top: var(--head-h);
  left: 0; right: 0;
  z-index: 290;
  background: var(--bg2);
  border-bottom: 1px solid var(--edge);
  padding: 8px 24px 22px;
}

.m-nav.open { display: block; }

.m-nav a {
  display: block;
  font-family: var(--mono);
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--sub);
  padding: 14px 0;
  border-bottom: 1px solid var(--edge-soft);
}
.m-nav a.active { color: var(--br); }

main { padding-top: var(--head-h); }

/* ---------------- Hero — garment rail ---------------- */

.hero {
  position: relative;
  border-bottom: 1px solid var(--edge-soft);
  overflow: hidden;
}

/* garment rail right side — horizontal rail + hangers */
.hero::before {
  content: "";
  position: absolute;
  right: -20px; top: 60px; bottom: 60px;
  width: 420px;
  background:
    linear-gradient(0deg, transparent 92%, var(--edge) 92% 94%, transparent 94%),
    repeating-linear-gradient(90deg, transparent 0 84px, var(--edge) 84px 86px, transparent 86px);
  border-left: 1px solid var(--edge-soft);
  pointer-events: none;
}

/* hangers on rail */
.hero::after {
  content: "";
  position: absolute;
  right: 40px; top: 90px;
  width: 340px; height: 200px;
  background:
    /* hanger hooks */
    repeating-linear-gradient(90deg, transparent 0 76px, var(--br-deep) 76px 80px, transparent 80px);
  background-size: 100% 30px;
  background-repeat: repeat-y;
  mask-image: linear-gradient(0deg, transparent 70%, black 70%);
  -webkit-mask-image: linear-gradient(0deg, transparent 70%, black 70%);
  pointer-events: none;
}

.hero-inner {
  position: relative;
  z-index: 2;
  padding: 108px 0 88px;
  max-width: 700px;
}

.hero .d-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 30px;
}

.hero .d-eyebrow::before {
  content: "";
  width: 10px; height: 18px;
  background: var(--pr);
  border-radius: 2px;
}

.hero h1 { font-size: clamp(48px, 6.4vw, 86px); }
.hero h1 em { font-style: italic; color: var(--br); }
.hero h1 .p { color: var(--pr); font-style: normal; }

.hero .lede { margin-top: 28px; font-size: 17px; max-width: 580px; }

.hero-cta { margin-top: 40px; display: flex; gap: 16px; flex-wrap: wrap; }

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 30px;
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 999px;
  transition: background .2s, color .2s, border-color .2s;
}

.btn-fill { background: var(--br); color: var(--bg); }
.btn-fill:hover { background: var(--br-hi); color: var(--bg); }
.btn-line { border: 1px solid var(--edge); color: var(--txt); }
.btn-line:hover { border-color: var(--br); color: var(--br); }

/* tag card — size tag */

.tagcard {
  position: relative;
  background: var(--panel);
  border: 1px solid var(--edge);
  border-radius: 10px;
  margin-top: 52px;
  max-width: 540px;
}

/* tag hole + string */
.tagcard::before {
  content: "";
  position: absolute;
  top: -14px; left: 40px;
  width: 12px; height: 12px;
  border: 2px solid var(--pr);
  border-radius: 50%;
  background: var(--bg);
}

.tagcard::after {
  content: "";
  position: absolute;
  top: -8px; left: 49px;
  width: 2px; height: 8px;
  background: var(--pr-deep);
}

.tagcard .tg-head {
  padding: 20px 30px 14px;
  border-bottom: 1px dashed var(--edge);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  color: var(--pr);
  display: flex;
  justify-content: space-between;
}

.tagcard .tg-row {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 13px 30px;
  border-bottom: 1px dashed var(--edge-soft);
  font-size: 14px;
}

.tagcard .tg-row:last-child { border-bottom: 0; }

.tagcard .tg-row .k {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  color: var(--dim);
  padding-top: 3px;
  white-space: nowrap;
}

.tagcard .tg-row .v { color: var(--txt); text-align: right; }

/* floor strip */
.floor-strip {
  position: relative;
  z-index: 2;
  border-top: 1px solid var(--edge);
  background: var(--bg2);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.floor-strip .fl {
  padding: 20px 14px;
  text-align: center;
  border-right: 1px dashed var(--edge-soft);
}

.floor-strip .fl:last-child { border-right: 0; }

.floor-strip .fl b {
  display: block;
  font-family: var(--disp);
  font-size: 17px;
  color: var(--txt);
}

.floor-strip .fl span {
  font-family: var(--mono);
  font-size: 9.5px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: var(--dim);
}

/* ---------------- Sections ---------------- */

.section { padding: 96px 0; border-bottom: 1px solid var(--edge-soft); }

.sec-hang {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.sec-hang::before {
  content: "";
  width: 20px; height: 4px;
  background: var(--br);
  border-radius: 2px;
}

.sec-hang::after { content: ""; flex: 1; border-top: 1px dashed var(--edge-soft); height: 0; }

.sec-head { margin-bottom: 56px; }
.sec-head h2 { font-size: clamp(34px, 4.6vw, 56px); }
.sec-head h2 em { font-style: italic; color: var(--br); }
.sec-head h2 .p { color: var(--pr); font-style: normal; }
.sec-head .sub { margin-top: 18px; max-width: 620px; font-size: 16px; }

/* ---------------- Size-tag cards ---------------- */

.tag-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.tg {
  border: 1px solid var(--edge);
  background: var(--panel);
  border-radius: 10px;
  padding: 40px 32px 36px;
  transition: transform .25s, border-color .25s, background .25s;
  position: relative;
}

/* tag hole */
.tg::before {
  content: "";
  position: absolute;
  top: 16px; left: 32px;
  width: 10px; height: 10px;
  border: 2px solid var(--br);
  border-radius: 50%;
}

.tg.pr::before { border-color: var(--pr); }

.tg:hover { transform: translateY(-5px); border-color: var(--br-deep); background: var(--panel-hi); }

.tg .t-tag {
  display: inline-block;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: var(--bg);
  background: var(--br);
  padding: 6px 12px;
  font-weight: 700;
  border-radius: 999px;
  margin-left: 30px;
}

.tg .t-tag.pr { background: var(--pr); }

.tg h3 { font-size: 23px; margin: 18px 0 10px; }
.tg p { font-size: 14px; }

.tg .t-line {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px dashed var(--edge);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  color: var(--dim);
  line-height: 2;
}

/* ---------------- Rail rows ---------------- */

.rails { border-top: 1px dashed var(--edge); }

.rl-row {
  display: grid;
  grid-template-columns: 140px 1.2fr 1.7fr;
  gap: 36px;
  padding: 30px 8px;
  border-bottom: 1px dashed var(--edge-soft);
  align-items: baseline;
}

.rl-row .r-code {
  font-family: var(--mono);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--br);
}

.rl-row .r-code.pr { color: var(--pr); }

.rl-row h3 { font-size: 23px; }
.rl-row p { font-size: 14.5px; }

/* ---------------- Split ---------------- */

.duo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}

.duo h2 { font-size: clamp(32px, 4vw, 50px); }
.duo h2 em { font-style: italic; color: var(--br); }
.duo h2 .p { color: var(--pr); font-style: normal; }
.duo > div > p { margin-top: 18px; font-size: 15.5px; }

/* Look card */

.lookcard {
  border: 1px solid var(--edge);
  background: var(--panel);
  border-radius: 10px;
  position: relative;
}

.lookcard::before {
  content: "";
  position: absolute;
  top: -14px; left: 40px;
  width: 12px; height: 12px;
  border: 2px solid var(--pr);
  border-radius: 50%;
  background: var(--bg);
}

.lookcard .lk-head {
  padding: 20px 30px;
  border-bottom: 2px dashed var(--pr);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  color: var(--pr);
  display: flex;
  justify-content: space-between;
}

.lookcard .lk-row {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 15px 30px;
  border-bottom: 1px dashed var(--edge-soft);
  font-size: 14px;
}

.lookcard .lk-row:last-child { border-bottom: 0; }

.lookcard .lk-row .k {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  color: var(--dim);
  padding-top: 4px;
  white-space: nowrap;
}

.lookcard .lk-row .v { color: var(--txt); text-align: right; }

/* ---------------- Stats ---------------- */

.stat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.stat {
  border: 1px solid var(--edge);
  background: var(--bg2);
  border-radius: 10px;
  padding: 44px 26px;
  text-align: center;
  position: relative;
}

.stat::before {
  content: "";
  position: absolute;
  top: 14px; left: 50%;
  transform: translateX(-50%);
  width: 8px; height: 8px;
  border: 2px solid var(--br);
  border-radius: 50%;
}

.stat .n {
  font-family: var(--disp);
  font-weight: 700;
  font-size: 52px;
  color: var(--txt);
  line-height: 1;
}

.stat .n i { font-style: italic; color: var(--br); }
.stat .n b { font-weight: 700; color: var(--pr); font-style: normal; }

.stat .c {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  color: var(--dim);
  margin-top: 14px;
}

/* ---------------- Quote ---------------- */

.quote-zone { padding: 96px 0; text-align: center; }

.quote-zone .qt {
  font-family: var(--disp);
  font-size: clamp(24px, 3vw, 40px);
  font-weight: 700;
  font-style: italic;
  color: var(--txt);
  max-width: 840px;
  margin: 0 auto;
  line-height: 1.4;
}

.quote-zone cite {
  display: block;
  margin-top: 30px;
  font-family: var(--mono);
  font-style: normal;
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--pr);
}

/* ---------------- CTA ---------------- */

.cta-zone {
  padding: 104px 0;
  text-align: center;
  border-top: 1px solid var(--edge);
  background: var(--bg2);
  position: relative;
  overflow: hidden;
}

.cta-zone::before {
  content: "";
  position: absolute;
  left: 0; right: 0; top: 0;
  height: 8px;
  background: repeating-linear-gradient(90deg, var(--br) 0 40px, transparent 40px 80px);
  pointer-events: none;
}

.cta-zone .inner { position: relative; }
.cta-zone .k-label { display: inline-block; margin-bottom: 22px; }
.cta-zone h2 { font-size: clamp(34px, 4.8vw, 62px); }
.cta-zone h2 em { font-style: italic; color: var(--br); }
.cta-zone h2 .p { color: var(--pr); font-style: normal; }
.cta-zone p { margin: 22px auto 40px; max-width: 560px; font-size: 16px; }

/* ---------------- Footer ---------------- */

.d-foot {
  border-top: 1px solid var(--edge);
  background: var(--bg2);
  padding: 68px 0 34px;
}

.foot-grid {
  display: grid;
  grid-template-columns: 1.9fr 1fr 1fr 1.3fr;
  gap: 48px;
  padding-bottom: 48px;
  border-bottom: 1px dashed var(--edge-soft);
}

.foot-grid h4 {
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--dim);
  margin-bottom: 20px;
}

.foot-grid ul { list-style: none; }
.foot-grid li { margin-bottom: 11px; font-size: 14px; }
.foot-grid li a { color: var(--sub); }
.foot-grid li a:hover { color: var(--br); }

.foot-desc { margin-top: 16px; font-size: 13.5px; max-width: 360px; color: var(--dim); }

.foot-bar {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  padding-top: 26px;
  font-family: var(--mono);
  font-size: 11.5px;
  letter-spacing: 1px;
  color: var(--dim);
}

.foot-bar a { color: var(--sub); }
.foot-bar a:hover { color: var(--br); }

/* ---------------- Page hero ---------------- */

.page-hero {
  padding: 88px 0 64px;
  border-bottom: 1px dashed var(--edge-soft);
  background: var(--bg2);
  position: relative;
  overflow: hidden;
}

.page-hero::before {
  content: "";
  position: absolute;
  right: -40px; top: 0; bottom: 0;
  width: 380px;
  background:
    linear-gradient(0deg, transparent 90%, var(--edge) 90% 92%, transparent 92%),
    repeating-linear-gradient(90deg, transparent 0 64px, var(--edge-soft) 64px 66px, transparent 66px);
  border-left: 1px solid var(--edge-soft);
}

.page-hero .wrap { position: relative; }

.crumb {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  color: var(--dim);
  margin-bottom: 26px;
}

.crumb a { color: var(--br); }

.page-hero h1 { font-size: clamp(40px, 5.6vw, 68px); }
.page-hero h1 em { font-style: italic; color: var(--br); }
.page-hero h1 .p { color: var(--pr); font-style: normal; }
.page-hero .lede { margin-top: 24px; max-width: 640px; font-size: 17px; }

/* ---------------- Contact ---------------- */

.contact-cols {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 62px;
  padding: 84px 0;
}

.hang-card {
  border: 1px solid var(--edge);
  background: var(--panel);
  border-radius: 10px;
  padding: 24px 28px;
  margin-bottom: 18px;
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 20px;
  align-items: start;
  position: relative;
}

.hang-card::before {
  content: "";
  position: absolute;
  top: 14px; left: 20px;
  width: 8px; height: 8px;
  border: 2px solid var(--br);
  border-radius: 50%;
}

.hang-card .fld {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  color: var(--pr);
  padding-top: 5px;
  padding-left: 20px;
}

.hang-card .val {
  font-family: var(--disp);
  font-size: 21px;
  font-weight: 700;
  color: var(--txt);
  line-height: 1.25;
}

.hang-card .val a { color: var(--txt); }
.hang-card .val a:hover { color: var(--br); }

.hang-card .nt { grid-column: 2; font-size: 13px; color: var(--dim); }

.look-form {
  border: 1px solid var(--edge);
  background: var(--panel);
  border-radius: 10px;
  padding: 46px;
  position: relative;
}

.look-form::before {
  content: "";
  position: absolute;
  top: -14px; left: 40px;
  width: 12px; height: 12px;
  border: 2px solid var(--br);
  border-radius: 50%;
  background: var(--bg);
}

.look-form::after {
  content: "Fitting Request · DMF-517";
  position: absolute;
  top: 0; left: 0;
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 2px;
  color: var(--bg);
  background: var(--br);
  padding: 7px 14px;
  border-radius: 0 0 8px 0;
}

.look-form h2 { font-size: 28px; margin-bottom: 8px; margin-top: 12px; }
.look-form > p { font-size: 13px; color: var(--dim); margin-bottom: 30px; font-family: var(--mono); }

.f-field { margin-bottom: 20px; }

.f-field label {
  display: block;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  color: var(--dim);
  margin-bottom: 9px;
}

.f-field input,
.f-field select,
.f-field textarea {
  width: 100%;
  background: var(--bg);
  border: 1px solid var(--edge);
  border-radius: 8px;
  color: var(--txt);
  font-family: var(--body-f);
  font-size: 15px;
  padding: 14px 16px;
  outline: none;
  transition: border-color .2s;
}

.f-field textarea { min-height: 140px; resize: vertical; }

.f-field input:focus,
.f-field select:focus,
.f-field textarea:focus { border-color: var(--br); }

.f-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }

.f-note { font-size: 12px; color: var(--dim); margin-top: 16px; font-family: var(--mono); }

/* ---------------- Legal prose ---------------- */

.prose { max-width: 840px; padding: 76px 0 100px; }

.prose .policy-head {
  border: 1px dashed var(--edge);
  background: var(--panel);
  border-radius: 10px;
  padding: 30px 34px;
  margin-bottom: 44px;
  font-size: 15.5px;
  position: relative;
}

.prose .policy-head::before {
  content: "";
  position: absolute;
  top: -14px; left: 40px;
  width: 12px; height: 12px;
  border: 2px solid var(--pr);
  border-radius: 50%;
  background: var(--bg);
}

.prose .upd {
  display: inline-block;
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: var(--br);
  border: 1px dashed var(--br-deep);
  border-radius: 999px;
  padding: 7px 14px;
  margin-bottom: 26px;
}

.prose h2 {
  font-size: 26px;
  margin: 54px 0 18px;
  padding-top: 38px;
  border-top: 1px dashed var(--edge-soft);
}

.prose h2:first-of-type { border-top: 0; padding-top: 0; margin-top: 44px; }
.prose h3 { font-size: 20px; margin: 30px 0 10px; }
.prose p { margin-bottom: 15px; font-size: 15.5px; }
.prose ul { margin: 0 0 15px 22px; font-size: 15.5px; }
.prose li { margin-bottom: 8px; }
.prose strong { color: var(--txt); }

/* ---------------- Reveal ---------------- */

.rv { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.rv.in { opacity: 1; transform: none; }

/* ---------------- Responsive ---------------- */

@media (max-width: 1080px) {
  .dnav { display: none; }
  .burger { display: block; }
  .hero::before, .hero::after, .page-hero::before { display: none; }
  .tag-grid { grid-template-columns: 1fr; }
  .duo, .contact-cols { grid-template-columns: 1fr; gap: 48px; }
  .rl-row { grid-template-columns: 110px 1fr; }
  .rl-row p { grid-column: 2; }
  .stat-grid { grid-template-columns: 1fr 1fr; }
  .floor-strip { grid-template-columns: 1fr 1fr; }
  .floor-strip .fl { border-bottom: 1px dashed var(--edge-soft); }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .wrap { padding: 0 26px; }
  .look-form { padding: 36px 24px; }
  .f-row { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .stat-grid, .floor-strip { grid-template-columns: 1fr; }
}
