:root {
  color-scheme: light;
  --ink: #111c18;
  --muted: #64736c;
  --panel: #ffffff;
  --canvas: #f4f2ec;
  --canvas-2: #ebe6dc;
  --green: #12382a;
  --green-dark: #12382a;
  --gold: #d59b42;
  --gold-soft: #fff2d9;
  --line: #e1dbcf;
  --danger: #b33e32;
  --shadow: 0 24px 80px rgba(19, 32, 25, 0.13);
  --soft-shadow: 0 14px 40px rgba(19, 32, 25, 0.08);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 15% -10%, rgba(213, 155, 66, 0.28), transparent 28rem),
    radial-gradient(circle at 88% 0%, rgba(18, 56, 42, 0.18), transparent 30rem),
    linear-gradient(180deg, #fbfaf6 0%, var(--canvas) 44%, #f8f6f0 100%);
  overflow-x: hidden;
}

a {
  color: inherit;
}

code {
  border-radius: 8px;
  padding: 2px 7px;
  background: rgba(18, 56, 42, 0.08);
}

.hero,
.admin-hero {
  position: relative;
  isolation: isolate;
  min-height: 520px;
  padding: 24px clamp(18px, 4vw, 68px) 92px;
  color: #fffdf7;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(18, 56, 42, 0.98), rgba(15, 42, 34, 0.98)),
    var(--green);
}

.hero::before,
.admin-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 77% 22%, rgba(213, 155, 66, 0.38), transparent 18rem),
    radial-gradient(circle at 8% 78%, rgba(255, 255, 255, 0.1), transparent 20rem),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: auto, auto, 54px 54px, 54px 54px;
}

.hero::after,
.admin-hero::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -170px;
  z-index: -1;
  width: 460px;
  height: 460px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  box-shadow: inset 0 0 0 70px rgba(255, 255, 255, 0.03);
}

.admin-hero {
  min-height: 470px;
  background:
    linear-gradient(135deg, rgba(23, 31, 48, 0.98), rgba(18, 56, 42, 0.98)),
    var(--green);
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: min(1220px, 100%);
  margin: 0 auto clamp(42px, 6vw, 76px);
  flex-wrap: wrap;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 15px;
  color: #1b2b22;
  background: linear-gradient(135deg, #fff8e8, var(--gold));
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.18);
  font-size: 0.78rem;
  font-weight: 950;
  overflow: hidden;
}

.brand-mark.has-logo {
  padding: 0;
  background: #fff;
}

.brand-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 5px;
}

.ghost-link,
.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 9px 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  color: inherit;
  background: rgba(255, 255, 255, 0.1);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 850;
  backdrop-filter: blur(18px);
}

.panel .pill,
.kit-card .pill,
.theme-editor-panel .pill {
  border-color: rgba(18, 56, 42, 0.14);
  color: var(--green-dark);
  background: #eef7ef;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.58fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: end;
  width: min(1220px, 100%);
  margin-inline: auto;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--gold);
  font-size: 0.73rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  letter-spacing: -0.055em;
}

h1 {
  max-width: 860px;
  font-size: clamp(3rem, 7.6vw, 6.7rem);
  line-height: 0.88;
}

h2 {
  font-size: clamp(1.65rem, 3vw, 2.55rem);
  line-height: 1.02;
}

h3 {
  font-size: 1.28rem;
  line-height: 1.14;
}

.hero-copy {
  max-width: 760px;
  margin: 26px 0 0;
  color: rgba(255, 253, 247, 0.78);
  font-size: clamp(1.02rem, 1.5vw, 1.22rem);
  line-height: 1.72;
}

.hero-card {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.11);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(22px);
}

.preview-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.stat-label {
  margin: 0;
  color: rgba(255, 253, 247, 0.72);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.stat-value {
  margin: 18px 0 10px;
  color: #fffdf7;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 950;
  letter-spacing: -0.06em;
}

.live-dot {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #fff8e8;
  font-size: 0.78rem;
  font-weight: 850;
}

.live-dot::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #67e0a4;
  box-shadow: 0 0 0 6px rgba(103, 224, 164, 0.15);
}

.preview-stack {
  display: grid;
  gap: 9px;
  margin-top: 24px;
}

.preview-stack span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  color: #fffdf7;
  background: rgba(255, 255, 255, 0.08);
  font-weight: 850;
}

.preview-stack span::after {
  content: "✓";
  color: var(--gold);
}

.muted {
  color: var(--muted);
}

.hero .muted,
.admin-hero .muted {
  color: rgba(255, 253, 247, 0.74);
}

.page {
  width: min(1220px, calc(100% - 32px));
  margin: -56px auto 92px;
}

.panel,
.thinking,
.kit-card,
.product-admin-card {
  border: 1px solid rgba(18, 56, 42, 0.11);
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow);
}

.panel {
  padding: clamp(22px, 3vw, 38px);
  margin-bottom: 26px;
}

.curator-panel {
  position: relative;
  overflow: hidden;
}

.curator-panel::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 7px;
  background: linear-gradient(90deg, var(--gold), #efd7a1, var(--green));
}

.section-title {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}

.section-title .muted {
  max-width: 680px;
  margin: 10px 0 0;
  line-height: 1.55;
}

.workflow-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 22px;
}

.workflow-strip span {
  padding: 12px 14px;
  border: 1px solid #eadfca;
  border-radius: 16px;
  background: linear-gradient(180deg, #fffdf8, #fbf6ec);
  color: #48564f;
  font-size: 0.88rem;
  font-weight: 850;
}

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

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

.field {
  display: grid;
  gap: 8px;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

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

.field span,
legend {
  color: #26372f;
  font-size: 0.86rem;
  font-weight: 900;
}

small {
  color: var(--muted);
  line-height: 1.35;
}

input,
select,
textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid #d8d2c5;
  border-radius: var(--radius-md);
  background: #fffdf8;
  color: var(--ink);
  font: inherit;
  padding: 14px 15px;
  outline: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

textarea {
  resize: vertical;
  line-height: 1.5;
}

input:focus,
select:focus,
textarea:focus {
  border-color: color-mix(in srgb, var(--green) 70%, #fff);
  background: #fff;
  box-shadow: 0 0 0 5px color-mix(in srgb, var(--green) 13%, transparent);
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.chip {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 10px 13px;
  border: 1px solid #d8d2c5;
  border-radius: 999px;
  background: #fffdf8;
  color: #35443c;
  font-size: 0.9rem;
  font-weight: 850;
  cursor: pointer;
  transition: transform 0.16s ease, border-color 0.16s ease, background 0.16s ease;
}

.chip:has(input:checked) {
  border-color: var(--green);
  color: var(--green-dark);
  background: #eef7ef;
}

.chip:hover {
  transform: translateY(-1px);
}

.chip input,
.check-field input {
  width: auto;
  accent-color: var(--green);
}

.primary-button,
.secondary-button,
.danger-button {
  min-height: 50px;
  border-radius: 18px;
  padding: 13px 20px;
  border: 0;
  font: inherit;
  font-weight: 950;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.primary-button {
  grid-column: 1 / -1;
  color: #fffdf7;
  background: linear-gradient(135deg, var(--green), color-mix(in srgb, var(--green) 78%, #000));
  box-shadow: 0 18px 34px color-mix(in srgb, var(--green) 26%, transparent);
}

.secondary-button {
  border: 1px solid rgba(18, 56, 42, 0.16);
  color: var(--green-dark);
  background: #eff8f2;
}

.danger-button {
  border: 1px solid rgba(179, 62, 50, 0.22);
  color: var(--danger);
  background: #fff0ec;
}

.primary-button:hover,
.secondary-button:hover,
.danger-button:hover {
  transform: translateY(-1px);
}

.thinking {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 22px;
  margin-bottom: 24px;
}

.spinner {
  width: 44px;
  height: 44px;
  border: 4px solid #dbeee1;
  border-top-color: var(--green);
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.hidden {
  display: none !important;
}

.results {
  display: grid;
  gap: 24px;
}

.download-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px;
  border: 1px solid rgba(18, 56, 42, 0.12);
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, #fffdf8, #eef7ef);
  box-shadow: var(--soft-shadow);
}

.download-bar h3 {
  margin: 4px 0;
  color: var(--green-dark);
}

.download-bar .secondary-button {
  flex: 0 0 auto;
}

.request-summary {
  padding: 24px;
  border: 1px solid rgba(18, 56, 42, 0.12);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(135deg, rgba(18, 56, 42, 0.08), rgba(213, 155, 66, 0.08)),
    #ffffff;
  box-shadow: var(--soft-shadow);
}

.request-summary h2 {
  color: var(--green-dark);
}

.note-list {
  display: grid;
  gap: 6px;
  margin: 14px 0 0;
  padding-left: 20px;
  color: var(--muted);
}

.kit-card {
  overflow: hidden;
}

.kit-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 24px;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 95% 10%, rgba(213, 155, 66, 0.18), transparent 15rem),
    linear-gradient(135deg, #ffffff, #fbf7ee);
}

.ready-kit-section .kit-head {
  background:
    radial-gradient(circle at 90% 0%, rgba(18, 56, 42, 0.14), transparent 14rem),
    linear-gradient(135deg, #f7fbf8, #fffdf8);
}

.kit-price {
  min-width: 150px;
  text-align: right;
}

.kit-total {
  display: block;
  color: var(--green-dark);
  font-size: 1.65rem;
  font-weight: 950;
  letter-spacing: -0.055em;
}

.kit-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 16px 24px 0;
}

.meta-pill {
  padding: 8px 11px;
  border-radius: 999px;
  background: #f3eee4;
  color: #546159;
  font-size: 0.82rem;
  font-weight: 850;
}

.kit-items,
.catalog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(245px, 1fr));
  gap: 18px;
  padding: 24px;
}

.category-groups {
  display: grid;
  gap: 12px;
  padding: 8px 0 24px;
}

.category-section {
  padding-top: 10px;
  border-top: 1px solid var(--line);
}

.category-section:first-child {
  border-top: 0;
}

.category-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px 24px 0;
}

.category-section-head h4 {
  margin: 0;
  font-size: 1.18rem;
}

.kit-item {
  display: grid;
  gap: 13px;
  align-content: start;
  padding: 14px;
  border: 1px solid rgba(18, 56, 42, 0.1);
  border-radius: var(--radius-lg);
  background: #fffdf8;
  box-shadow: 0 10px 26px rgba(19, 32, 25, 0.06);
}

.kit-item:hover {
  border-color: rgba(18, 56, 42, 0.22);
}

.kit-item.is-unavailable {
  background: #fbf7ef;
  border-color: rgba(133, 83, 45, 0.2);
}

.availability-badge {
  width: fit-content;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(18, 56, 42, 0.08);
  color: var(--green-dark);
  font-size: 0.78rem;
  font-weight: 900;
}

.availability-badge.out {
  background: rgba(146, 64, 14, 0.12);
  color: #8a3f13;
}

.kit-main-image,
.admin-thumb {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 18px;
  background: #eee7da;
}

.item-gallery {
  display: grid;
  gap: 10px;
}

.kit-main-image {
  display: block;
}

.image-thumbs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.image-thumb {
  min-width: 0;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 12px;
  background: transparent;
  cursor: pointer;
}

.image-thumb.active {
  border-color: var(--gold);
}

.image-thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 10px;
  background: #eee7da;
}

.image-thumbs:empty {
  display: none;
}

.image-status {
  display: block;
  font-size: 0.76rem;
}

.kit-item h4 {
  margin: 0;
  font-size: 1.03rem;
  line-height: 1.24;
  letter-spacing: -0.02em;
}

.product-description {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.45;
}

.size-guide {
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.86rem;
}

.size-guide summary {
  color: var(--green-dark);
  cursor: pointer;
  font-weight: 900;
}

.size-guide p {
  margin: 6px 0 0;
  line-height: 1.45;
}

.price-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-weight: 950;
}

.price-line span {
  color: var(--green-dark);
}

.admin-login,
.admin-tools {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) auto auto;
  gap: 14px;
  align-items: end;
}

.storage-warning {
  border-color: rgba(213, 155, 66, 0.32);
  background: linear-gradient(135deg, #fff8e9, #ffffff);
}

.theme-editor-panel {
  background:
    radial-gradient(circle at 100% 0%, rgba(213, 155, 66, 0.12), transparent 16rem),
    #ffffff;
}

.theme-logo-preview {
  display: flex;
  align-items: center;
  gap: 12px;
  align-self: end;
  min-height: 50px;
  padding: 11px 13px;
  border: 1px solid #d8d2c5;
  border-radius: var(--radius-md);
  background: #fffdf8;
}

.theme-logo-preview .brand-mark {
  color: #1b2b22;
  flex: 0 0 auto;
}

.theme-preset-options {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px;
}

.theme-option {
  display: grid;
  gap: 7px;
  padding: 14px;
  border: 1px solid #d8d2c5;
  border-radius: 18px;
  background: #fffdf8;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
  transition: transform 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease;
}

.theme-option:hover,
.theme-option.active {
  transform: translateY(-1px);
  border-color: var(--green);
  box-shadow: var(--soft-shadow);
}

.theme-swatch {
  display: block;
  width: 100%;
  height: 38px;
  border-radius: 13px;
  background:
    linear-gradient(135deg, var(--swatch-primary) 0 68%, var(--swatch-accent) 68% 100%);
}

.product-editor {
  display: grid;
  gap: 18px;
  margin-top: 18px;
}

.product-admin-card {
  padding: 18px;
  box-shadow: var(--soft-shadow);
}

.product-admin-head {
  display: grid;
  grid-template-columns: 78px 1fr auto;
  gap: 14px;
  align-items: center;
  margin-bottom: 18px;
}

.admin-thumb {
  width: 78px;
  height: 78px;
}

.admin-product-name {
  margin-bottom: 5px;
  font-size: 1.16rem;
}

.status-dot {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--danger);
  box-shadow: 0 0 0 6px rgba(179, 62, 50, 0.12);
}

.status-dot.on {
  background: #2f9c63;
  box-shadow: 0 0 0 6px rgba(47, 156, 99, 0.12);
}

.check-field {
  display: flex;
  align-items: center;
  gap: 10px;
  align-self: end;
  min-height: 50px;
  padding: 11px 13px;
  border: 1px solid #d8d2c5;
  border-radius: var(--radius-md);
  background: #fffdf8;
  font-weight: 850;
}

.admin-card-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 16px;
}

.upload-preview {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.upload-preview img {
  width: 76px;
  height: 76px;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid var(--line);
}

#product-count {
  margin-top: 14px;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media print {
  @page {
    size: A4;
    margin: 12mm;
  }

  body.print-export-mode {
    background: #ffffff !important;
    color: #1f2d26;
  }

  body.print-export-mode .hero,
  body.print-export-mode .curator-panel,
  body.print-export-mode .download-bar,
  body.print-export-mode .topbar {
    display: none !important;
  }

  body.print-export-mode .page {
    width: 100%;
    margin: 0;
  }

  body.print-export-mode .results {
    display: block;
  }

  body.print-export-mode .request-summary,
  body.print-export-mode .kit-card {
    break-inside: avoid;
    page-break-inside: avoid;
    margin: 0 0 14px;
    box-shadow: none;
    border: 1px solid #d8d0c1;
    background: #ffffff !important;
  }

  body.print-export-mode .kit-items,
  body.print-export-mode .catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  body.print-export-mode .kit-item {
    break-inside: avoid;
    page-break-inside: avoid;
    box-shadow: none;
    border: 1px solid #e2d9cc;
  }

  body.print-export-mode img {
    max-width: 100%;
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }

  body.print-export-mode .image-thumbs {
    display: flex;
  }
}

@media (max-width: 980px) {
  .hero,
  .admin-hero {
    min-height: auto;
    padding-bottom: 76px;
  }

  .hero-grid,
  .form-grid.compact {
    grid-template-columns: 1fr;
    align-items: start;
  }

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

@media (max-width: 760px) {
  .hero,
  .admin-hero {
    padding: 20px 16px 62px;
  }

  .topbar {
    margin-bottom: 44px;
  }

  .hero-grid,
  .form-grid,
  .admin-login,
  .admin-tools {
    grid-template-columns: 1fr;
  }

  .section-title,
  .kit-head,
  .download-bar,
  .admin-card-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .kit-price {
    text-align: left;
  }

  .page {
    width: min(100% - 22px, 1220px);
    margin-top: -42px;
  }

  .hero-card,
  .panel,
  .thinking,
  .kit-card,
  .product-admin-card {
    border-radius: 24px;
  }
}

@media (max-width: 560px) {
  h1 {
    font-size: clamp(2.45rem, 15vw, 3.8rem);
    line-height: 0.92;
  }

  h2 {
    font-size: 1.62rem;
  }

  .brand {
    max-width: calc(100% - 92px);
  }

  .brand-mark {
    width: 38px;
    height: 38px;
    border-radius: 14px;
  }

  .hero-copy {
    font-size: 0.98rem;
    line-height: 1.55;
  }

  .panel {
    padding: 18px;
  }

  .primary-button,
  .secondary-button,
  .danger-button {
    width: 100%;
  }

  .chip {
    width: 100%;
  }

  .kit-head,
  .kit-items,
  .catalog-grid {
    padding: 18px;
  }

  .kit-items,
  .catalog-grid {
    grid-template-columns: 1fr;
  }

  .category-section-head {
    align-items: flex-start;
    flex-direction: column;
    padding-inline: 18px;
  }

  .kit-meta {
    padding-inline: 18px;
  }

  .product-admin-head {
    grid-template-columns: 60px 1fr;
  }

  .admin-thumb {
    width: 60px;
    height: 60px;
  }

  .status-dot {
    grid-column: 1 / -1;
    justify-self: start;
  }
}
