/* ==========================================
   PIROETTA — Foglio di stile principale
   ========================================== */

@font-face {
  font-family: 'neue-haas-unica-pro';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('https://static.parastorage.com/fonts/v2/23d9b541-45f1-422f-87bf-62f129922a47/v1/neue-haas-unica-pro.other.woff2') format('woff2');
}
@font-face {
  font-family: 'neue-haas-unica-pro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('https://static.parastorage.com/fonts/v2/43aff0f4-50c1-48ba-babd-ee13cf442d34/v1/neue-haas-unica-pro.other.woff2') format('woff2');
}
@font-face {
  font-family: 'neue-haas-unica-pro';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('https://static.parastorage.com/fonts/v2/094c6864-ba8f-453c-9b26-a04ee029be9d/v1/neue-haas-unica-pro.other.woff2') format('woff2');
}
@font-face {
  font-family: 'neue-haas-unica-pro';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('https://static.parastorage.com/fonts/v2/8c415121-43c6-4dba-9e85-7657003c5930/v1/neue-haas-unica-pro.other.woff2') format('woff2');
}

/* ---- Reset ---- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'neue-haas-unica-pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { text-decoration: none; color: inherit; }
ul, ol { list-style: none; }

/* ==========================================
   COOKIE BANNER
   ========================================== */
.cookie-banner {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 2000;
  background: #ffffff;
  color: var(--black);
  border-top: 3px solid var(--red);
  padding: 20px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  box-shadow: 0 -8px 40px rgba(0,0,0,0.18);
  transform: translateY(100%);
  transition: transform 0.4s cubic-bezier(0.22,1,0.36,1);
}
.cookie-banner.is-visible { transform: translateY(0); }
.cookie-banner__text {
  font-size: 13px; line-height: 1.65; color: #444;
}
.cookie-banner__text a { color: var(--red); text-decoration: underline; }
.cookie-banner__actions { display: flex; gap: 10px; flex-shrink: 0; }
.cookie-btn {
  font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  padding: 11px 22px; border-radius: 2px; cursor: pointer; font-family: inherit;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
  white-space: nowrap;
}
.cookie-btn--accept {
  background: var(--red); color: var(--white); border: none;
}
.cookie-btn--accept:hover { background: #c41f22; }
.cookie-btn--info {
  background: transparent; color: #666;
  border: 1.5px solid #ccc;
}
.cookie-btn--info:hover { color: var(--black); border-color: var(--black); }
@media (max-width: 700px) {
  .cookie-banner { flex-direction: column; align-items: flex-start; padding: 20px 24px; gap: 16px; }
  .cookie-banner__actions { width: 100%; }
  .cookie-btn { flex: 1; text-align: center; }
}

/* ---- Variables ---- */
:root {
  --red:    #e62a2e;
  --dark:   #000624;
  --dark2:  #1b263b;
  --white:  #ffffff;
  --gap: clamp(24px, 10%, 140px);
  --gray:   #bfbfbf;
  --black:  #000000;
}

/* ==========================================
   HEADER / NAV
   ========================================== */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(255,255,255,0.97);
  backdrop-filter: blur(4px);
  border-bottom: 1px solid rgba(0,0,0,0.07);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 var(--gap);
  height: 64px;
}
.nav-logo {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}
.nav-logo img {
  height: 36px;
  width: auto;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 36px;
}
.nav-links a {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--black);
  transition: color 0.2s;
}
.nav-links a:hover { color: var(--red); }
.nav-cta {
  background: var(--red) !important;
  color: var(--white) !important;
  padding: 9px 20px;
  border-radius: 3px;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: background 0.2s !important;
}
.nav-cta:hover { background: #c41f22 !important; color: #fff !important; }

.nav-casting {
  border: 1.5px solid var(--red) !important;
  color: var(--red) !important;
  padding: 8px 18px;
  border-radius: 3px;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: background 0.2s, color 0.2s !important;
}
.nav-casting:hover { background: var(--red) !important; color: var(--white) !important; }

/* Mobile casting link */
.mobile-casting {
  font-size: clamp(24px, 7vw, 40px) !important;
  font-weight: 400;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--red) !important;
  text-decoration: none;
  opacity: 0;
  transform: translateY(16px);
  transition: color 0.2s, opacity 0.35s ease, transform 0.35s ease;
}
.mobile-menu.is-open .mobile-casting {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.18s;
}

/* ==========================================
   PAGE TOP PADDING
   ========================================== */
.page-body { padding-top: 64px; }

/* ==========================================
   HOME — HERO
   ========================================== */
.hero {
  display: grid;
  grid-template-columns: 55% 45%;
  height: 78vh;
  min-height: 480px;
  max-height: 820px;
  background: #ebebeb;
}
.hero-text {
  display: flex;
  align-items: flex-end;
  padding: 60px var(--gap) 64px var(--gap);
  background: transparent;
}
.hero-text h3 {
  font-size: clamp(22px, 2.8vw, 44px);
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: -0.01em;
  color: var(--dark2);
  max-width: 480px;
}
.hero-video-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 48px 40px 20px;
}
.hero-video-wrap video {
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
  display: block;
}

/* ==========================================
   HOME — CATEGORY CARDS
   ========================================== */
.categories {
  padding: 60px var(--gap) 80px;
}
.categories-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 36px;
}
.category-card {
  display: block;
  text-decoration: none;
  color: var(--black);
}
.category-card__img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/3;
}
.category-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.category-card:hover .category-card__img img { transform: scale(1.04); }
.category-card__label {
  margin-top: 16px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--black);
}
.categories-cta {
  text-align: center;
}
.btn-red {
  display: inline-block;
  background: var(--red);
  color: var(--white);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 14px 36px;
  border-radius: 3px;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
}
.btn-red:hover { background: #c41f22; color: #fff; }

/* ==========================================
   HOME — BIO / OFFICINA
   ========================================== */
.bio-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.bio-section__image {
  position: relative;
  overflow: hidden;
  min-height: 480px;
}
.bio-section__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bio-section__content {
  padding: 80px var(--gap);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
}
.bio-tag {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 24px;
  display: inline-block;
}
.bio-section__content h2 {
  font-size: clamp(32px, 4vw, 56px);
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.05;
  color: var(--black);
  margin-bottom: 28px;
}
.bio-section__content p {
  font-size: 15px;
  line-height: 1.7;
  color: #333;
  max-width: 440px;
  margin-bottom: 36px;
}
.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--black);
  border-bottom: 1.5px solid var(--black);
  padding-bottom: 2px;
  transition: color 0.2s, border-color 0.2s;
}
.link-arrow:hover { color: var(--red); border-color: var(--red); }

/* ==========================================
   HOME — CONTATTI
   ========================================== */
.contact-section {
  background: var(--dark);
  color: var(--white);
  padding: 80px var(--gap);
}
.contact-section h2 {
  font-size: clamp(28px, 3.5vw, 52px);
  font-weight: 400;
  margin-bottom: 56px;
  color: var(--white);
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
.contact-info h6 {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gray);
  margin-bottom: 8px;
  margin-top: 28px;
}
.contact-info h6:first-child { margin-top: 0; }
.contact-info p, .contact-info a {
  font-size: 14px;
  color: var(--white);
  line-height: 1.6;
}
.contact-info a:hover { color: var(--red); }
.contact-form { display: flex; flex-direction: column; gap: 16px; }
.contact-form input,
.contact-form textarea {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 2px;
  color: var(--white);
  font-family: inherit;
  font-size: 14px;
  padding: 14px 16px;
  outline: none;
  transition: border-color 0.2s;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder { color: rgba(255,255,255,0.4); }
.contact-form input:focus,
.contact-form textarea:focus { border-color: rgba(255,255,255,0.5); }
.contact-form textarea { min-height: 140px; resize: vertical; }
.contact-form .btn-red { align-self: flex-start; }
.contact-consent {
  display: flex; gap: 12px; align-items: flex-start; cursor: pointer;
  font-size: 12px; line-height: 1.6; color: rgba(255,255,255,0.65);
}
.contact-consent input[type="checkbox"] { width: 16px; height: 16px; min-width: 16px; accent-color: var(--white); margin-top: 2px; }
.contact-consent a { color: rgba(255,255,255,0.9); text-decoration: underline; }
.footer-legal {
  /* width: 100% forces it to its own row in the flex-wrap footer */
  width: 100%;
  text-align: center;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,0.1);
  font-size: 11px;
  letter-spacing: 0.06em;
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
  color: rgba(255,255,255,0.35);
}
.footer-legal a { color: rgba(255,255,255,0.35); text-decoration: none; transition: color 0.2s; }
.footer-legal a:hover { color: var(--white); }

/* ==========================================
   FOOTER
   ========================================== */
.site-footer {
  background: var(--dark);
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 24px var(--gap) 20px;
  display: flex;
  flex-direction: row;   /* must be row — flex-wrap handles the legal link below */
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,0.3);
  color: rgba(255,255,255,0.7);
  font-size: 14px;
  transition: border-color 0.2s, color 0.2s;
}
.social-link:hover { border-color: var(--white); color: var(--white); }
.social-link svg { width: 14px; height: 14px; fill: currentColor; }

/* ==========================================
   PORTFOLIO PAGE
   ========================================== */
.page-hero {
  padding: 80px var(--gap) 40px;
  background: #fff;
}
.page-hero__inner {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 60px;
  align-items: start;
}
.page-hero h2 {
  font-size: clamp(36px, 5vw, 72px);
  font-weight: 400;
  color: var(--black);
  margin-bottom: 24px;
}
.page-hero p {
  font-size: 14px;
  line-height: 1.75;
  color: #444;
  max-width: 520px;
}
.proietta-logo {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 16px;
}
.proietta-logo span {
  font-size: clamp(20px, 2.5vw, 32px);
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--black);
}
.proietta-logo .bar {
  display: inline-block;
  width: 3px;
  height: 1.1em;
  background: var(--red);
  margin: 0 4px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.collection-tabs {
  display: flex;
  gap: 0;
  padding: 0 var(--gap);
  border-bottom: 1px solid #e5e5e5;
  margin-top: 8px;
}
.collection-tab {
  padding: 16px 24px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #666;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  transition: color 0.2s, border-color 0.2s;
}
.collection-tab:hover, .collection-tab.active {
  color: var(--black);
  border-bottom-color: var(--black);
}

.collection-preview {
  padding: 48px var(--gap) 80px;
}
.collection-preview__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

/* ==========================================
   COLLECTION PAGES (Documentari, etc.)
   ========================================== */
.collection-page { padding: 80px var(--gap); }
.collection-page__back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #666;
  margin-bottom: 40px;
  transition: color 0.2s;
}
.collection-page__back:hover { color: var(--red); }
.collection-page__back svg { width: 16px; height: 16px; fill: currentColor; }
.collection-page h2 {
  font-size: clamp(36px, 5vw, 72px);
  font-weight: 400;
  color: var(--black);
  margin-bottom: 48px;
}
.projects-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px 16px;
}
.project-card { display: block; text-decoration: none; color: var(--black); }
.project-card__image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3/4;
  margin-bottom: 16px;
  background: #111;
}
.project-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.project-card:hover .project-card__image img { transform: scale(1.04); }
.project-card__title {
  font-size: 15px;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 10px;
  letter-spacing: -0.01em;
}
.project-card__desc {
  font-size: 13px;
  line-height: 1.65;
  color: #555;
}

/* ==========================================
   CHI SIAMO PAGE
   ========================================== */
.manifesto-section {
  padding: 48px 0 0;
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
}
.manifesto-ticker {
  display: flex;
  width: max-content;
  animation: ticker 40s linear infinite;
  white-space: nowrap;
  padding-bottom: 40px;
}
.manifesto-ticker:hover { animation-play-state: paused; }
.manifesto-ticker-item {
  font-size: clamp(16px, 1.8vw, 22px);
  font-weight: 400;
  line-height: 1.5;
  color: var(--black);
  padding-right: 60px;
  flex-shrink: 0;
}
.manifesto-ticker-item strong { font-weight: 700; }
@keyframes ticker {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
/* Fallback static manifesto for reduced-motion */
@media (prefers-reduced-motion: reduce) {
  .manifesto-ticker { animation: none; }
  .manifesto-section { padding: 60px 40px 40px; }
}

.chi-siamo-grid {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 80px;
  padding: 60px var(--gap) 0;
  align-items: start;
}
.chi-siamo-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 8px;
}
.chi-siamo-gif {
  width: 200px;
  height: 200px;
  object-fit: contain;
  display: block;
}
.chi-siamo-main h2 {
  font-size: clamp(28px, 3.5vw, 52px);
  font-weight: 400;
  margin-bottom: 28px;
  color: var(--black);
}
.chi-siamo-main p {
  font-size: 14px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 20px;
  max-width: 640px;
}

.info-blocks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  padding: 60px var(--gap);
  border-top: 1px solid #e5e5e5;
  margin-top: 40px;
}
.info-block h2 {
  font-size: 16px;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 16px;
  letter-spacing: -0.01em;
}
.info-block p {
  font-size: 13px;
  line-height: 1.7;
  color: #444;
}

.platforms-section {
  padding: 40px 40px 60px;
  border-top: 1px solid #e5e5e5;
}
.platforms-section h2 {
  font-size: clamp(22px, 2.5vw, 36px);
  font-weight: 400;
  margin-bottom: 20px;
  color: var(--black);
}
.platforms-section p {
  font-size: 14px;
  line-height: 1.7;
  color: #444;
  max-width: 600px;
}

.team-section {
  padding: 60px var(--gap) 80px;
  background: #f8f8f8;
}
.team-section h2 {
  font-size: clamp(28px, 3.5vw, 52px);
  font-weight: 400;
  margin-bottom: 48px;
  color: var(--black);
}
.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}
.team-member h2 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
  color: var(--black);
}
.team-member .role {
  font-size: 12px;
  font-weight: 400;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 4px;
}
.team-member .email {
  font-size: 12px;
  color: var(--red);
}
.team-member .email a { color: var(--red); }
.team-member .email a:hover { text-decoration: underline; }

/* ==========================================
   BACK-TO-TOP / UTILITY
   ========================================== */
.section-divider {
  height: 1px;
  background: #e5e5e5;
  margin: 0 var(--gap);
}

/* ==========================================
   HAMBURGER MENU
   ========================================== */
.nav-hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 8px;
  gap: 5px;
  z-index: 1100;
  position: relative;
}
.nav-hamburger span {
  display: block;
  width: 22px;
  height: 1.5px;
  background: var(--black);
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform-origin: center;
}
/* X state */
.nav-hamburger.is-open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav-hamburger.is-open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.nav-hamburger.is-open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* Mobile overlay menu */
.mobile-menu {
  position: fixed;
  inset: 0;
  background: var(--dark);
  z-index: 999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
.mobile-menu.is-open {
  opacity: 1;
  visibility: visible;
}
.mobile-menu a {
  font-size: clamp(28px, 8vw, 48px);
  font-weight: 400;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--white);
  text-decoration: none;
  transition: color 0.2s;
  opacity: 0;
  transform: translateY(16px);
  transition: color 0.2s, opacity 0.35s ease, transform 0.35s ease;
}
.mobile-menu.is-open a {
  opacity: 1;
  transform: translateY(0);
}
.mobile-menu.is-open a:nth-child(1) { transition-delay: 0.05s; }
.mobile-menu.is-open a:nth-child(2) { transition-delay: 0.10s; }
.mobile-menu.is-open a:nth-child(3) { transition-delay: 0.15s; }
.mobile-menu.is-open a:nth-child(4) { transition-delay: 0.20s; }
.mobile-menu a:hover { color: var(--red); }
.mobile-menu .mobile-cta {
  background: var(--red);
  color: var(--white) !important;
  padding: 14px 40px;
  border-radius: 3px;
  font-size: clamp(14px, 4vw, 20px) !important;
}
.mobile-menu .mobile-cta:hover { background: #c41f22; }

/* ==========================================
   RESPONSIVE
   ========================================== */
@media (max-width: 900px) {
  /* Hide desktop nav, show hamburger */
  .nav-links { display: none; }
  .nav-hamburger { display: flex; }

  .hero { grid-template-columns: 1fr; height: auto; min-height: auto; max-height: none; }
  .hero-video-wrap { height: 56vw; min-height: 220px; padding: 0 24px 32px; }
  .hero-video-wrap video { object-fit: cover; height: 100%; }
  .hero-text { padding: 48px 24px 32px; }
  .categories-grid { grid-template-columns: 1fr; gap: 8px; }
  .bio-section { grid-template-columns: 1fr; }
  .bio-section__image { min-height: 280px; }
  .bio-section__content { padding: 48px var(--gap); }
  .contact-grid { grid-template-columns: 1fr; }
  .nav-inner { padding: 0 20px; }
  .page-hero__inner { grid-template-columns: 1fr; }
  .proietta-logo { justify-content: flex-start; }
  .projects-grid { grid-template-columns: repeat(2, 1fr); }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .info-blocks { grid-template-columns: 1fr; }
  .chi-siamo-grid { grid-template-columns: 1fr; gap: 40px; }
  .collection-preview__grid { grid-template-columns: 1fr; }
  .categories { padding: 40px 20px 60px; }
  .contact-section { padding: 60px var(--gap); }
  .collection-page { padding: 60px var(--gap); }
  .page-hero { padding: 60px var(--gap) 40px; }
  .team-section { padding: 48px var(--gap); }
  .info-blocks { padding: 40px var(--gap); }
  .manifesto-section { padding: 60px var(--gap) 40px; }
  .chi-siamo-grid { padding: 40px var(--gap) 0; }
  .platforms-section { padding: 40px var(--gap) 48px; }
  .section-divider { margin: 0 var(--gap); }
}

@media (max-width: 600px) {
  .projects-grid { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: 1fr; }
}
