/* =========================================================
   Luana Callegaro — Centro de Estética e Cosmetologia
   Design system premium · paleta nude/rosé/marrom · por Erisen
   ========================================================= */
:root {
  --nude: #f6efe8;
  --nude-deep: #efe3d9;
  --rose-light: #f5e6df;
  --rose-med: #e8c8bb;
  --rose-burn: #c08571;
  --rose-burn-d: #ab6f5c;
  --brown: #6e463b;
  --brown-d: #573329;
  --ink: #4a3631;
  --muted: #8a7268;
  --cream: #fffdfb;
  --line: rgba(110, 70, 59, 0.14);
  --shadow-s: 0 8px 24px rgba(110, 70, 59, 0.08);
  --shadow-m: 0 22px 60px rgba(110, 70, 59, 0.14);
  --shadow-l: 0 40px 90px rgba(87, 51, 41, 0.20);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Montserrat", system-ui, -apple-system, sans-serif;
  --script: "Pinyon Script", cursive;
  --maxw: 1240px;
  --r: 18px;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  color: var(--ink);
  background: var(--nude);
  line-height: 1.7;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
/* grão sutil premium */
body::before {
  content: "";
  position: fixed; inset: 0; z-index: 9999; pointer-events: none; opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.wrap { width: min(92%, var(--maxw)); margin: 0 auto; }
section { position: relative; }

h1, h2, h3, .serif { font-family: var(--serif); font-weight: 600; line-height: 1.12; color: var(--brown); letter-spacing: -0.01em; }
h1 { font-size: clamp(2.6rem, 6vw, 5rem); }
h2 { font-size: clamp(2rem, 4.4vw, 3.4rem); }
h3 { font-size: clamp(1.3rem, 2.2vw, 1.7rem); }
.script { font-family: var(--script); color: var(--rose-burn); font-weight: 400; }
.eyebrow {
  font-family: var(--sans); font-weight: 600; font-size: 0.72rem; letter-spacing: 0.32em;
  text-transform: uppercase; color: var(--rose-burn-d); display: inline-block; margin-bottom: 16px;
}
.lead { font-size: clamp(1.02rem, 1.5vw, 1.18rem); color: var(--muted); max-width: 60ch; }

/* ---------- Botões ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px; cursor: pointer; border: 0;
  font-family: var(--sans); font-weight: 600; font-size: 0.95rem; letter-spacing: 0.02em;
  padding: 16px 30px; border-radius: 999px; transition: transform .35s cubic-bezier(.16,1,.3,1), box-shadow .35s, background .35s;
}
.btn-primary { background: linear-gradient(135deg, var(--rose-burn), var(--rose-burn-d)); color: #fff; box-shadow: 0 14px 34px rgba(171,111,92,.36); }
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 22px 46px rgba(171,111,92,.46); }
.btn-ghost { background: transparent; color: var(--brown); border: 1.5px solid var(--line); }
.btn-ghost:hover { background: var(--cream); border-color: var(--rose-burn); transform: translateY(-3px); }
.btn-light { background: var(--cream); color: var(--brown); box-shadow: var(--shadow-s); }
.btn-light:hover { transform: translateY(-3px); box-shadow: var(--shadow-m); }
.btn svg { width: 18px; height: 18px; }

/* ---------- Header ---------- */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  padding: 18px 0; transition: background .4s, padding .4s, box-shadow .4s, backdrop-filter .4s;
}
.site-header.scrolled { background: rgba(246,239,232,.86); backdrop-filter: blur(14px); box-shadow: 0 1px 0 var(--line); padding: 10px 0; }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.nav-logo img { height: 46px; width: auto; transition: height .4s; }
.scrolled .nav-logo img { height: 38px; }
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a { font-size: 0.86rem; font-weight: 500; color: var(--ink); letter-spacing: .02em; position: relative; transition: color .3s; }
.nav-links a::after { content: ""; position: absolute; left: 0; bottom: -5px; width: 0; height: 1.5px; background: var(--rose-burn); transition: width .3s; }
.nav-links a:hover { color: var(--rose-burn-d); }
.nav-links a:hover::after { width: 100%; }
.nav-cta { display: flex; align-items: center; gap: 14px; }
.menu-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 6px; }
.menu-toggle span { width: 26px; height: 2px; background: var(--brown); transition: .3s; border-radius: 2px; }

/* ---------- Hero ---------- */
.hero { min-height: 100svh; display: flex; align-items: center; padding: 130px 0 80px; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; z-index: -2; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center; animation: kenburns 22s ease-in-out infinite alternate; }
.hero-bg::after { content: ""; position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(246,239,232,.96) 0%, rgba(245,230,223,.84) 38%, rgba(110,70,59,.32) 100%); }
@keyframes kenburns { from { transform: scale(1.05); } to { transform: scale(1.16); } }
.hero-inner { max-width: 680px; }
.hero h1 { margin-bottom: 18px; }
.hero h1 .script { display: block; font-size: clamp(2.4rem, 5vw, 4rem); line-height: 1; margin-top: 4px; }
.hero .lead { margin-bottom: 34px; color: var(--ink); opacity: .9; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-trust { margin-top: 38px; display: flex; gap: 30px; flex-wrap: wrap; }
.hero-trust .t { display: flex; flex-direction: column; }
.hero-trust .t b { font-family: var(--serif); font-size: 1.9rem; color: var(--brown); line-height: 1; }
.hero-trust .t span { font-size: 0.74rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-top: 4px; }

/* ---------- Faixa de pilares ---------- */
.pillars { background: var(--brown); color: var(--nude); padding: 30px 0; }
.pillars .row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.pillar { display: flex; align-items: center; gap: 14px; }
.pillar svg { width: 30px; height: 30px; flex-shrink: 0; stroke: var(--rose-med); }
.pillar b { font-family: var(--serif); font-size: 1.15rem; color: var(--cream); display: block; }
.pillar span { font-size: 0.78rem; color: rgba(246,239,232,.7); }

/* ---------- Seções gerais ---------- */
.section { padding: clamp(70px, 9vw, 130px) 0; }
.section-head { max-width: 720px; margin-bottom: 56px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.divider { width: 64px; height: 1px; background: var(--rose-burn); position: relative; margin: 18px 0; }
.center .divider { margin: 18px auto; }
.divider::before, .divider::after { content: ""; position: absolute; top: -2px; width: 5px; height: 5px; border-radius: 50%; background: var(--rose-burn); }
.divider::before { left: -3px; } .divider::after { right: -3px; }

/* ---------- Sobre ---------- */
.about { background: var(--rose-light); }
.about-grid { display: grid; grid-template-columns: 0.85fr 1fr; gap: clamp(36px, 6vw, 80px); align-items: center; }
.about-photo { position: relative; }
.about-photo img { border-radius: 220px 220px 26px 26px; box-shadow: var(--shadow-l); width: 100%; }
.about-photo .badge {
  position: absolute; bottom: 26px; right: -18px; background: var(--cream); border-radius: 16px;
  padding: 16px 22px; box-shadow: var(--shadow-m); text-align: center;
}
.about-photo .badge b { font-family: var(--serif); font-size: 1.8rem; color: var(--rose-burn-d); display: block; line-height: 1; }
.about-photo .badge span { font-size: 0.7rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.about-photo .leaf { position: absolute; top: -26px; left: -26px; width: 90px; opacity: .5; }
.about-copy p { margin-bottom: 18px; }
.about-copy .sign { font-family: var(--script); font-size: 2.2rem; color: var(--rose-burn); margin-top: 6px; }
.about-stats { display: flex; gap: 36px; margin-top: 28px; flex-wrap: wrap; }
.about-stats .s b { font-family: var(--serif); font-size: 2.1rem; color: var(--brown); display: block; line-height: 1; }
.about-stats .s span { font-size: 0.76rem; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }

/* ---------- Serviços ---------- */
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.svc-card {
  background: var(--cream); border-radius: var(--r); overflow: hidden; box-shadow: var(--shadow-s);
  transition: transform .5s cubic-bezier(.16,1,.3,1), box-shadow .5s; display: flex; flex-direction: column;
}
.svc-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-m); }
.svc-photo { position: relative; height: 230px; overflow: hidden; }
.svc-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s cubic-bezier(.16,1,.3,1); filter: saturate(.92); }
.svc-card:hover .svc-photo img { transform: scale(1.09); }
.svc-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(110,70,59,0) 45%, rgba(110,70,59,.45) 100%); }
.svc-photo .num { position: absolute; top: 14px; left: 14px; z-index: 2; background: rgba(192,133,113,.92); color: #fff; font-size: .72rem; font-weight: 600; letter-spacing: .1em; padding: 5px 12px; border-radius: 999px; }
.svc-body { padding: 26px 26px 30px; display: flex; flex-direction: column; flex-grow: 1; }
.svc-body h3 { margin-bottom: 10px; }
.svc-body p { font-size: .92rem; color: var(--muted); margin-bottom: 16px; }
.svc-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: auto; }
.svc-tags span { font-size: .74rem; background: var(--rose-light); color: var(--brown); padding: 5px 11px; border-radius: 999px; border: 1px solid var(--line); }

/* ---------- Processo / experiência ---------- */
.process { background: linear-gradient(180deg, var(--nude) 0%, var(--rose-light) 100%); }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 20px; counter-reset: st; }
.step { background: var(--cream); border-radius: var(--r); padding: 30px 24px; box-shadow: var(--shadow-s); position: relative; }
.step::before { counter-increment: st; content: "0" counter(st); position: absolute; top: 18px; right: 22px; font-family: var(--serif); font-size: 2.4rem; color: var(--rose-med); }
.step .ic { width: 46px; height: 46px; border-radius: 12px; background: var(--rose-light); display: grid; place-items: center; margin-bottom: 16px; }
.step .ic svg { width: 24px; height: 24px; stroke: var(--rose-burn-d); }
.step h3 { font-size: 1.2rem; margin-bottom: 8px; }
.step p { font-size: .88rem; color: var(--muted); }

/* ---------- Depoimentos ---------- */
.testi { background: var(--brown); color: var(--nude); overflow: hidden; }
.testi .eyebrow { color: var(--rose-med); }
.testi h2 { color: var(--cream); }
.testi-track { display: flex; gap: 24px; margin-top: 20px; transition: transform .6s cubic-bezier(.16,1,.3,1); }
.testi-card { background: rgba(255,253,251,.06); border: 1px solid rgba(246,239,232,.14); border-radius: var(--r); padding: 34px 30px; min-width: calc(33.333% - 16px); backdrop-filter: blur(4px); }
.testi-card .stars { color: var(--rose-med); letter-spacing: 3px; margin-bottom: 14px; }
.testi-card p { font-size: 1.02rem; color: rgba(255,253,251,.92); font-style: italic; margin-bottom: 18px; }
.testi-card .who { display: flex; align-items: center; gap: 12px; }
.testi-card .who .av { width: 42px; height: 42px; border-radius: 50%; background: linear-gradient(135deg, var(--rose-burn), var(--rose-med)); display: grid; place-items: center; color: #fff; font-family: var(--serif); font-size: 1.2rem; }
.testi-card .who b { color: var(--cream); font-size: .92rem; }
.testi-card .who span { font-size: .76rem; color: rgba(246,239,232,.6); display: block; }
.testi-dots { display: flex; gap: 8px; justify-content: center; margin-top: 30px; }
.testi-dots button { width: 9px; height: 9px; border-radius: 50%; border: 0; background: rgba(246,239,232,.3); cursor: pointer; transition: .3s; }
.testi-dots button.on { background: var(--rose-med); width: 26px; border-radius: 999px; }
.testi-note { text-align: center; font-size: .78rem; color: rgba(246,239,232,.5); margin-top: 18px; }

/* ---------- CTA final ---------- */
.cta { padding: clamp(70px, 9vw, 120px) 0; text-align: center; position: relative; overflow: hidden; }
.cta-bg { position: absolute; inset: 0; z-index: -2; }
.cta-bg img { width: 100%; height: 100%; object-fit: cover; }
.cta-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(245,230,223,.92), rgba(232,200,187,.9)); }
.cta h2 { margin-bottom: 16px; }
.cta .lead { margin: 0 auto 30px; }
.cta-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.cta-info { margin-top: 30px; display: flex; gap: 28px; justify-content: center; flex-wrap: wrap; font-size: .88rem; color: var(--brown); }
.cta-info a { display: inline-flex; align-items: center; gap: 8px; }
.cta-info svg { width: 17px; height: 17px; stroke: var(--rose-burn-d); }

/* ---------- Footer ---------- */
.footer { background: var(--brown-d); color: rgba(246,239,232,.8); padding: 60px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; padding-bottom: 36px; border-bottom: 1px solid rgba(246,239,232,.12); }
.footer img { height: 54px; filter: brightness(0) invert(1) opacity(.92); margin-bottom: 16px; }
.footer p { font-size: .9rem; }
.footer h4 { font-family: var(--sans); font-weight: 600; color: var(--cream); font-size: .8rem; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 16px; }
.footer ul { list-style: none; display: grid; gap: 10px; }
.footer ul a { font-size: .9rem; transition: color .3s; }
.footer ul a:hover { color: var(--rose-med); }
.footer-bottom { padding-top: 24px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; font-size: .8rem; color: rgba(246,239,232,.55); }
.footer-bottom a:hover { color: var(--rose-med); }

/* ---------- WhatsApp flutuante ---------- */
.wa-float { position: fixed; bottom: 24px; right: 24px; z-index: 90; width: 60px; height: 60px; border-radius: 50%;
  background: #25d366; display: grid; place-items: center; box-shadow: 0 12px 30px rgba(37,211,102,.45); transition: transform .3s; animation: wapulse 2.4s infinite; }
.wa-float:hover { transform: scale(1.08); }
.wa-float svg { width: 32px; height: 32px; fill: #fff; }
@keyframes wapulse { 0%,100% { box-shadow: 0 12px 30px rgba(37,211,102,.45); } 50% { box-shadow: 0 12px 30px rgba(37,211,102,.45), 0 0 0 14px rgba(37,211,102,.0); } }

/* ---------- CURSOS ---------- */
.courses-hero { padding: 150px 0 90px; background: radial-gradient(120% 90% at 80% 0%, var(--rose-light), var(--nude)); overflow: hidden; }
.ch-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.ch-copy .tagpill { display: inline-flex; align-items: center; gap: 8px; background: var(--cream); border: 1px solid var(--line); border-radius: 999px; padding: 7px 16px; font-size: .76rem; font-weight: 600; color: var(--rose-burn-d); letter-spacing: .08em; margin-bottom: 20px; }
.ch-copy h1 { margin-bottom: 18px; }
.ch-copy .lead { margin-bottom: 30px; }
.ch-actions { display: flex; gap: 14px; flex-wrap: wrap; }
/* mockup animado */
.mockup { position: relative; perspective: 1400px; }
.device { position: relative; border-radius: 26px; background: #2a1d18; padding: 12px; box-shadow: var(--shadow-l); transform: rotateY(-14deg) rotateX(6deg); transition: transform .8s cubic-bezier(.16,1,.3,1); animation: floaty 6s ease-in-out infinite; }
.mockup:hover .device { transform: rotateY(-4deg) rotateX(2deg); }
.device img { border-radius: 16px; }
@keyframes floaty { 0%,100% { translate: 0 0; } 50% { translate: 0 -16px; } }
.device .play { position: absolute; inset: 0; margin: auto; width: 74px; height: 74px; border-radius: 50%; background: rgba(255,253,251,.92); display: grid; place-items: center; box-shadow: var(--shadow-m); }
.device .play svg { width: 26px; height: 26px; fill: var(--rose-burn-d); margin-left: 4px; }
.float-card { position: absolute; background: var(--cream); border-radius: 14px; padding: 12px 16px; box-shadow: var(--shadow-m); display: flex; align-items: center; gap: 10px; font-size: .8rem; font-weight: 600; color: var(--brown); animation: floaty 5s ease-in-out infinite; }
.float-card.fc1 { top: 8%; left: -8%; animation-delay: .6s; }
.float-card.fc2 { bottom: 12%; right: -6%; animation-delay: 1.2s; }
.float-card .dot { width: 30px; height: 30px; border-radius: 9px; background: var(--rose-light); display: grid; place-items: center; }
.float-card .dot svg { width: 16px; height: 16px; stroke: var(--rose-burn-d); }

.course-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.course-card { background: var(--cream); border-radius: var(--r); overflow: hidden; box-shadow: var(--shadow-s); display: flex; flex-direction: column; transition: transform .5s, box-shadow .5s; border: 1px solid transparent; }
.course-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-m); border-color: var(--rose-med); }
.course-card .cphoto { height: 180px; position: relative; overflow: hidden; }
.course-card .cphoto img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s; }
.course-card:hover .cphoto img { transform: scale(1.08); }
.course-card .cphoto .lvl { position: absolute; top: 12px; left: 12px; background: rgba(255,253,251,.92); color: var(--brown); font-size: .7rem; font-weight: 700; letter-spacing: .08em; padding: 5px 11px; border-radius: 999px; }
.course-card .cbody { padding: 24px; display: flex; flex-direction: column; flex-grow: 1; }
.course-card h3 { font-size: 1.28rem; margin-bottom: 10px; }
.course-card .cdesc { font-size: .9rem; color: var(--muted); margin-bottom: 16px; }
.course-card ul { list-style: none; display: grid; gap: 8px; margin-bottom: 20px; }
.course-card li { font-size: .85rem; padding-left: 24px; position: relative; }
.course-card li::before { content: ""; position: absolute; left: 0; top: 7px; width: 14px; height: 8px; border-left: 2px solid var(--rose-burn); border-bottom: 2px solid var(--rose-burn); transform: rotate(-45deg); }
.course-card .cfoot { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.course-card .price { font-family: var(--serif); }
.course-card .price small { display: block; font-family: var(--sans); font-size: .68rem; color: var(--muted); letter-spacing: .08em; text-transform: uppercase; }
.course-card .price b { font-size: 1.5rem; color: var(--rose-burn-d); }

.feat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.feat { text-align: center; padding: 16px; }
.feat .ic { width: 56px; height: 56px; border-radius: 16px; background: var(--rose-light); display: grid; place-items: center; margin: 0 auto 16px; }
.feat .ic svg { width: 26px; height: 26px; stroke: var(--rose-burn-d); }
.feat h3 { font-size: 1.15rem; margin-bottom: 6px; }
.feat p { font-size: .86rem; color: var(--muted); }

/* ---------- animações scroll ---------- */
.reveal { opacity: 0; transform: translateY(34px); transition: opacity .9s cubic-bezier(.16,1,.3,1), transform .9s cubic-bezier(.16,1,.3,1); }
.reveal.in { opacity: 1; transform: none; }
.reveal[data-d="1"] { transition-delay: .1s; } .reveal[data-d="2"] { transition-delay: .2s; }
.reveal[data-d="3"] { transition-delay: .3s; } .reveal[data-d="4"] { transition-delay: .4s; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; } .hero-bg img, .device, .float-card { animation: none; } }

/* ---------- responsivo ---------- */
@media (max-width: 920px) {
  .nav-links { position: fixed; inset: 0 0 0 auto; width: min(80%, 320px); background: var(--nude); flex-direction: column; align-items: flex-start; justify-content: center; padding: 40px; gap: 22px; transform: translateX(100%); transition: transform .4s; box-shadow: var(--shadow-l); }
  .nav-links.open { transform: none; }
  .nav-links a { font-size: 1.1rem; }
  .menu-toggle { display: flex; z-index: 110; }
  .nav-cta .btn:not(.menu-toggle) { display: none; }
  .pillars .row { grid-template-columns: 1fr 1fr; gap: 18px; }
  .about-grid, .ch-grid { grid-template-columns: 1fr; }
  .about-photo { max-width: 420px; margin: 0 auto; }
  .svc-grid, .course-grid { grid-template-columns: 1fr 1fr; }
  .steps, .feat-grid { grid-template-columns: 1fr 1fr; }
  .testi-card { min-width: calc(100% - 0px); }
  .footer-grid { grid-template-columns: 1fr; gap: 26px; }
  .mockup { margin-top: 30px; }
  .float-card.fc1 { left: 0; } .float-card.fc2 { right: 0; }
}
@media (max-width: 560px) {
  .svc-grid, .course-grid, .steps, .feat-grid, .pillars .row { grid-template-columns: 1fr; }
  .hero { padding-top: 110px; }
  .about-photo img { border-radius: 160px 160px 22px 22px; }
}

/* ---------- Instagram ---------- */
.center { text-align: center; }
.insta { background: linear-gradient(180deg, var(--nude), var(--rose-light)); }
.insta-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.insta-item { position: relative; display: block; aspect-ratio: 1 / 1; overflow: hidden; border-radius: 16px; box-shadow: var(--shadow-s); }
.insta-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.insta-item:hover img { transform: scale(1.08); }
.insta-ov { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; background: linear-gradient(180deg, rgba(110,70,59,0), rgba(110,70,59,.55)); opacity: 0; transition: opacity .4s; }
.insta-ov svg { width: 30px; height: 30px; color: #fff; }
.insta-item:hover .insta-ov { opacity: 1; }
@media (max-width: 920px) { .insta-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 560px) { .insta-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; } }
