  :root {
    --blue-deep:   #1C3A52;
    --blue-mid:    #2B5270;
    --blue-3:      #3D6880;
    --blue-4:      #4F7A92;
    --blue-5:      #638DA5;
    --amber:       #E8922A;
    --amber-light: #F2AB57;
    --bg:          #F4F3EF;
    --bg-white:    #FFFFFF;
    --sand:        #F5EDD8;
    --sand-dark:   #EDE3CA;
    --text-dark:   #1A1A1A;
    --text-mid:    #3D3D3A;
    --text-muted:  #8A8880;
    --border:      #D8D6CF;
  }

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

  body {
    font-family: 'Barlow', sans-serif;
    background: var(--bg);
    color: var(--text-dark);
    font-weight: 300;
    font-size: 17px;
    line-height: 1.65;
    overflow-x: hidden;
  }

  /* ─── NAV ─── */
  nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 100;
    display: flex; align-items: center; justify-content: space-between;
    padding: 0 56px; height: 60px;
    background: var(--bg-white);
    border-bottom: 1px solid var(--border);
  }
  .nav-logo {
    text-decoration: none;
    display: flex; align-items: center;
  }
  .nav-logo-img {
    height: 40px;
    width: auto;
    display: block;
  }
  .footer-logo-img {
    height: 48px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
  }
  .nav-links { display: flex; gap: 36px; list-style: none; }
  .nav-links a {
    text-decoration: none; font-size: 12px; font-weight: 500;
    letter-spacing: 0.1em; text-transform: uppercase;
    color: var(--text-mid); transition: color 0.2s;
  }
  .nav-links a:hover { color: var(--blue-deep); }
  .nav-cta { background: var(--amber) !important; color: #fff !important; padding: 8px 20px; }

  /* ─── HERO ─── */
  .hero {
    min-height: 100vh;
    display: grid; grid-template-columns: 1fr 1fr;
    padding-top: 60px;
  }
  .hero-left {
    background: var(--bg-white);
    display: flex; flex-direction: column; justify-content: flex-end;
    padding: 80px 64px 80px 80px; position: relative; overflow: hidden;
  }
  .hero-ghost {
    position: absolute; top: 50%; left: -20px;
    transform: translateY(-50%);
    width: 680px;
    opacity: 0.06; pointer-events: none; user-select: none;
  }
  .hero-ghost img { width: 100%; height: auto; display: block; }
  .hero-right {
    background: var(--blue-deep);
    display: flex; flex-direction: column; justify-content: flex-end;
    padding: 80px 80px 80px 64px; position: relative; overflow: hidden;
    clip-path: polygon(5% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  .hero-right-ghost {
    position: absolute; bottom: -10px; right: -20px;
    width: 580px;
    opacity: 0.07; pointer-events: none; user-select: none;
  }
  .hero-right-ghost img { width: 100%; height: auto; display: block; }
  .hero-eyebrow {
    font-size: 11px; font-weight: 500; letter-spacing: 0.22em;
    text-transform: uppercase; color: var(--amber); margin-bottom: 20px;
  }
  .hero-h1 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800; font-size: clamp(48px, 5.2vw, 76px);
    line-height: 0.95; letter-spacing: -1px;
    color: var(--blue-deep); text-transform: uppercase; margin-bottom: 32px;
  }
  .hero-h1 .accent { color: var(--amber); }
  .hero-body {
    font-size: 17px; color: var(--text-mid);
    max-width: 440px; margin-bottom: 44px; line-height: 1.7;
  }
  .hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
  .btn-primary {
    display: inline-block; background: var(--amber); color: #fff;
    text-decoration: none; padding: 13px 30px; font-size: 12px;
    font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase;
    transition: background 0.2s;
  }
  .btn-primary:hover { background: var(--amber-light); }
  .btn-outline {
    display: inline-block; border: 1.5px solid var(--blue-deep);
    color: var(--blue-deep); text-decoration: none;
    padding: 13px 30px; font-size: 12px; font-weight: 500;
    letter-spacing: 0.1em; text-transform: uppercase;
    transition: background 0.2s, color 0.2s;
  }
  .btn-outline:hover { background: var(--blue-deep); color: #fff; }
  .hero-right-content { position: relative; z-index: 1; }
  .hero-right-label {
    font-size: 11px; font-weight: 500; letter-spacing: 0.2em;
    text-transform: uppercase; color: rgba(255,255,255,0.35); margin-bottom: 24px;
  }
  .hero-right-quote {
    font-size: 22px; font-weight: 300; color: #fff;
    line-height: 1.55; max-width: 380px; margin-bottom: 36px;
  }
  .hero-right-quote strong { font-weight: 500; color: var(--amber-light); }
  .hero-right-sub {
    font-size: 14px; font-weight: 300;
    color: rgba(255,255,255,0.5); line-height: 1.65;
    max-width: 360px;
    border-top: 1px solid rgba(255,255,255,0.12);
    padding-top: 28px;
  }

  /* ─── Felles seksjonsstil ─── */
  .section-header {
    padding: 0 80px 56px;
  }
  .section-eyebrow {
    font-size: 11px; font-weight: 500; letter-spacing: 0.22em;
    text-transform: uppercase; color: var(--amber); margin-bottom: 12px;
  }
  .section-h2 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800; font-size: clamp(32px, 4vw, 56px);
    line-height: 0.95; text-transform: uppercase;
    color: var(--blue-deep); margin-bottom: 20px;
  }
  .section-lead {
    font-size: 17px; font-weight: 300;
    color: var(--text-mid); max-width: 580px; line-height: 1.7;
  }

  /* ─── HVA VI GJØR – «Strukturere komplekse valg» seksjon ─── */
  .struktur-section {
    padding-top: 100px;
    background: var(--bg-white);
    position: relative;
  }
  .struktur-grid {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 80px;
    padding: 24px 80px 0;
    align-items: center;
  }
  .struktur-text-h3 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700; font-size: 26px;
    color: var(--blue-deep); margin-bottom: 18px;
    letter-spacing: 0.02em;
  }
  .struktur-text p {
    font-size: 16px; color: var(--text-mid);
    line-height: 1.75; margin-bottom: 16px;
  }
  .struktur-text p strong {
    color: var(--blue-deep); font-weight: 500;
  }
  .struktur-list {
    list-style: none;
    margin-top: 24px;
    border-top: 1px solid var(--border);
  }
  .struktur-list li {
    padding: 14px 0;
    border-bottom: 1px solid var(--border);
    font-size: 14px; color: var(--text-mid);
    display: grid;
    grid-template-columns: 28px 1fr;
    align-items: center;
    gap: 14px;
  }
  .struktur-list li::before {
    content: '';
    width: 6px; height: 6px;
    background: var(--amber);
    border-radius: 50%;
    margin-left: 8px;
  }

  /* SVG-kontainer */
  .struktur-svg-wrap {
    background: linear-gradient(135deg, #F8F6EE 0%, #EFEAD9 100%);
    border: 1px solid var(--border);
    padding: 40px;
    position: relative;
    overflow: hidden;
  }

  /* ─── METODEN: Prioritet-bånd ─── */
  .metode-section {
    padding-top: 100px;
    background: var(--bg-white);
  }

  .step-bands { display: flex; flex-direction: column; }

  .step-band {
    display: grid;
    grid-template-columns: 160px 1fr;
    align-items: stretch;
    border-top: 1px solid rgba(28,58,82,0.1);
    min-height: 120px;
    transition: filter 0.15s;
  }
  .step-band:last-child { border-bottom: 1px solid rgba(28,58,82,0.1); }

  .step-band:nth-child(1) { background: #C8D8E2; }
  .step-band:nth-child(2) { background: #D6E3EB; }
  .step-band:nth-child(3) { background: #E2EAEF; }
  .step-band:nth-child(4) { background: #EEF2F5; }

  .step-band:hover { filter: brightness(0.96); }

  .step-left {
    padding: 32px 24px 32px 80px;
    display: flex; flex-direction: column; justify-content: center;
    border-right: 1px solid rgba(28,58,82,0.12);
  }

  .step-priority-label {
    font-family: 'Barlow', sans-serif;
    font-size: 11px; font-weight: 400;
    letter-spacing: 0.08em;
    color: var(--blue-mid);
    margin-bottom: 2px;
    opacity: 0.7;
  }

  .step-num {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800; font-size: 72px;
    line-height: 0.9; color: var(--blue-deep);
    opacity: 0.75;
  }

  .step-right {
    padding: 32px 80px 32px 44px;
    display: flex; flex-direction: column; justify-content: center;
  }

  .step-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700; font-size: 18px;
    letter-spacing: 0.06em; text-transform: uppercase;
    color: var(--blue-deep); margin-bottom: 10px;
  }

  .step-body {
    font-size: 15px; font-weight: 300;
    color: var(--blue-deep); opacity: 0.75;
    line-height: 1.65; max-width: 580px;
  }

  /* Amber-variant for tjenester */
  .step-band.amber-1 { background: #F5DDB0; }
  .step-band.amber-2 { background: #F7E4BE; }
  .step-band.amber-3 { background: #F9EBCC; }
  .step-band.amber-1 .step-num,
  .step-band.amber-2 .step-num,
  .step-band.amber-3 .step-num { color: var(--amber); opacity: 0.8; }
  .step-band.amber-1 .step-priority-label,
  .step-band.amber-2 .step-priority-label,
  .step-band.amber-3 .step-priority-label { color: var(--amber); }
  .step-band.amber-1 .step-title,
  .step-band.amber-2 .step-title,
  .step-band.amber-3 .step-title { color: #6B3A10; }
  .step-band.amber-1 .step-body,
  .step-band.amber-2 .step-body,
  .step-band.amber-3 .step-body { color: #7A5020; opacity: 0.85; }
  .step-band.amber-1 .step-left,
  .step-band.amber-2 .step-left,
  .step-band.amber-3 .step-left { border-right-color: rgba(107,58,16,0.12); }
  .step-band.amber-1,
  .step-band.amber-2,
  .step-band.amber-3 { border-top-color: rgba(107,58,16,0.1); }
  .step-band.amber-3 { border-bottom-color: rgba(107,58,16,0.1); }

  .tjeneste-tag {
    display: inline-block;
    font-size: 10px; font-weight: 600; letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #6B3A10; opacity: 0.7;
    margin-top: 12px;
    padding-top: 10px;
    border-top: 1px solid rgba(107,58,16,0.15);
  }
  .tjeneste-tag a {
    color: #6B3A10; text-decoration: underline; text-decoration-color: var(--amber);
    text-underline-offset: 3px;
  }

  /* ─── BLEND-HEADER ─── */
  .blend-header {
    padding: 80px 80px 0;
    position: relative;
    overflow: hidden;
    z-index: 0;
  }
  .blend-ghost {
    position: absolute;
    top: 12px; left: 60px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    font-size: clamp(80px, 12vw, 140px);
    line-height: 1; letter-spacing: -3px;
    text-transform: uppercase;
    pointer-events: none; user-select: none;
    z-index: 0;
  }
  .blend-header > :not(.blend-ghost) {
    position: relative;
    z-index: 1;
  }

  /* ─── TJENESTER ─── */
  .tjenester-section {
    background: var(--sand);
    margin-top: 100px;
  }
  .tjenester-section .blend-ghost {
    color: var(--sand-dark);
  }
  .tjenester-section .section-eyebrow { color: var(--amber); }
  .tjenester-section .section-h2 { color: var(--blue-deep); }
  .tjenester-section .section-lead { color: #7A5020; opacity: 0.75; }

  .tjeneste-header {
    padding: 80px 80px 0;
    position: relative; overflow: hidden;
  }

  /* ─── PROBLEMSTILLING ─── */
  .problem-section {
    background: var(--blue-deep);
    margin-top: 100px;
    padding-bottom: 100px;
    position: relative; overflow: hidden;
  }
  .problem-section .blend-header { padding-bottom: 56px; }
  .problem-section .blend-ghost {
    color: rgba(255,255,255,0.06);
  }
  .problem-section .section-eyebrow { color: var(--amber-light); }
  .problem-section .section-h2 { color: #fff; }
  .problem-section .section-lead { color: rgba(255,255,255,0.55); }

  .problem-grid {
    display: flex;
    flex-direction: column;
    margin: 0 80px;
    border: 1px solid rgba(255,255,255,0.1);
  }

  .problem-header-row {
    display: grid; grid-template-columns: 1fr 1fr;
  }

  .problem-col-header {
    padding: 0;
    display: block;
  }
  .problem-col-header.right { border-left: 1px solid rgba(255,255,255,0.1); }

  .col-tag {
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    padding: 18px 32px;
    font-size: 10px; font-weight: 600; letter-spacing: 0.18em;
    text-transform: uppercase;
  }
  .col-tag.bad { background: rgba(180,40,40,0.2); color: #F09090; }
  .col-tag.good { background: rgba(40,160,70,0.15); color: #90D4A0; }

  .problem-row {
    display: grid; grid-template-columns: 1fr 1fr;
    border-top: 1px solid rgba(255,255,255,0.07);
    min-height: 80px;
  }
  .problem-cell {
    padding: 24px 32px;
    display: flex; align-items: flex-start; gap: 16px;
  }
  .problem-cell.right { border-left: 1px solid rgba(255,255,255,0.07); }

  .problem-icon-x, .problem-icon-c {
    width: 20px; height: 20px; flex-shrink: 0; margin-top: 1px;
  }
  .problem-icon-x { opacity: 0.7; }
  .problem-icon-c { opacity: 0.85; }
  .problem-text-bad { font-size: 15px; font-weight: 400; color: rgba(255,255,255,0.65); line-height: 1.6; }
  .problem-text-good { font-size: 15px; font-weight: 500; color: rgba(255,255,255,0.92); line-height: 1.6; }

  /* ─── HVEM VI ER ─── */
  .team-section {
    background: var(--bg-white);
    padding: 100px 80px;
  }
  .team-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    margin-top: 56px;
    border-top: 1px solid var(--border);
  }
  .team-card {
    padding: 48px 48px 48px 0;
    border-right: 1px solid var(--border);
  }
  .team-card:last-child {
    padding-left: 48px;
    padding-right: 0;
    border-right: none;
  }
  .team-photo {
    width: 100%;
    max-width: 280px;
    height: auto;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    margin-bottom: 28px;
    background: var(--bg);
  }
  .team-name {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800; font-size: 32px;
    color: var(--blue-deep); margin-bottom: 8px;
    letter-spacing: -0.02em;
  }
  .team-role {
    font-size: 11px; font-weight: 500;
    letter-spacing: 0.15em; text-transform: uppercase;
    color: var(--amber); margin-bottom: 20px;
  }
  .team-bio {
    font-size: 15px; color: var(--text-mid);
    line-height: 1.7;
  }
  .team-intro {
    font-size: 17px; color: var(--text-mid);
    line-height: 1.7; max-width: 720px;
  }
  .team-intro strong { color: var(--blue-deep); font-weight: 500; }

  /* ─── KONTAKT ─── */
  .contact-section {
    background: var(--bg-white);
    display: grid; grid-template-columns: 1fr 1fr; min-height: 60vh;
  }
  .contact-left {
    background: var(--blue-deep);
    padding: 100px 64px 100px 80px;
    display: flex; flex-direction: column; justify-content: center;
    position: relative; overflow: hidden;
  }
  .contact-left::after {
    content: '→';
    position: absolute; bottom: -20px; left: -10px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 280px; color: #fff; opacity: 0.03;
    pointer-events: none; line-height: 1;
  }
  .contact-left .section-h2 { color: #fff; }
  .contact-left .section-eyebrow { color: var(--amber-light); margin-bottom: 12px; }
  .contact-left .section-lead { color: rgba(255,255,255,0.55); margin-bottom: 0; }
  .contact-detail { font-size: 14px; color: rgba(255,255,255,0.35); margin-top: 40px; line-height: 1.9; }
  .contact-detail strong { color: rgba(255,255,255,0.65); font-weight: 400; display: block; }
  .contact-right {
    padding: 100px 80px 100px 64px;
    display: flex; flex-direction: column; justify-content: center;
  }
  .contact-cta-text {
    font-size: 18px; font-weight: 300; color: var(--text-mid);
    line-height: 1.7; max-width: 420px; margin-bottom: 36px;
  }
  .contact-mailto {
    display: inline-block;
    font-size: 13px; letter-spacing: 0.12em;
  }

  /* ─── NORSK KATAPULT / NETTVERK ─── */
  .katapult-section {
    background: var(--blue-mid);
    padding: 56px 80px 64px;
    position: relative;
    overflow: hidden;
  }
  .katapult-intro {
    display: grid;
    grid-template-columns: auto 1px 1fr auto;
    align-items: center;
    gap: 48px;
    margin-bottom: 44px;
  }
  .katapult-feature-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 92px;
    padding: 6px;
    opacity: 0.92;
    transition: opacity 0.2s ease, transform 0.2s ease;
  }
  .katapult-feature-logo:hover,
  .katapult-feature-logo:focus-visible { opacity: 1; transform: translateY(-2px); }
  .katapult-feature-logo:focus-visible {
    outline: 2px solid var(--amber);
    outline-offset: 4px;
  }
  .katapult-feature-logo img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
  }
  .katapult-eyebrow {
    font-size: 10px; letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.35);
    margin-bottom: 6px;
  }
  .katapult-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700; font-size: 20px;
    color: #fff; letter-spacing: 0.04em;
  }
  .katapult-divider {
    background: rgba(255,255,255,0.12);
    height: 60px; width: 1px;
  }
  .katapult-lead {
    font-size: 16px; font-weight: 300;
    color: rgba(255,255,255,0.6);
    line-height: 1.65;
  }
  .katapult-lead strong {
    color: rgba(255,255,255,0.9); font-weight: 400;
  }

  /* ─── PARTNER-LOGOER (felles) ─── */
  .partner-logos {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    align-items: center;
    gap: 24px;
    padding-top: 32px;
    border-top: 1px solid rgba(255,255,255,0.08);
  }
  .partner-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 4px;
    height: 56px;          /* fast — hindrer at høye/kvadratiske logoer skyver layout */
    overflow: hidden;
    opacity: 0.78;
    transition: opacity 0.2s ease, transform 0.2s ease;
  }
  .partner-logo:hover,
  .partner-logo:focus-visible { opacity: 1; transform: translateY(-2px); }
  .partner-logo:focus-visible {
    outline: 2px solid var(--amber);
    outline-offset: 4px;
  }
  .partner-logo img {
    max-width: 100%;
    max-height: 100%;      /* fyller cellen, aldri mer */
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
  }

  /* ─── FOOTER ─── */
  footer {
    background: #0F2336;
    padding: 40px 80px;
    display: flex; align-items: center; justify-content: space-between;
    flex-wrap: wrap; gap: 20px;
  }
  .footer-logo {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800; font-size: 20px; color: rgba(255,255,255,0.7);
  }
  .footer-logo sup { font-style: italic; font-size: 11px; font-weight: 400; }
  .footer-links { display: flex; gap: 28px; list-style: none; }
  .footer-links a {
    font-size: 11px; color: rgba(255,255,255,0.3);
    text-decoration: none; letter-spacing: 0.08em;
    text-transform: uppercase; transition: color 0.2s;
  }
  .footer-links a:hover { color: rgba(255,255,255,0.7); }
  .footer-meta { font-size: 11px; color: rgba(255,255,255,0.2); letter-spacing: 0.05em; }

  /* ─── ANIMASJON ─── */
  .fade-up {
    opacity: 0; transform: translateY(20px);
    transition: opacity 0.55s ease, transform 0.55s ease;
  }
  .fade-up.visible { opacity: 1; transform: translateY(0); }
  .step-band, .problem-row {
    opacity: 0; transform: translateX(-6px);
    transition: opacity 0.4s ease, transform 0.4s ease, filter 0.15s;
  }
  .step-band.visible, .problem-row.visible { opacity: 1; transform: translateX(0); }

  /* SVG-animasjon: linjer som tegnes */
  .struktur-svg-wrap.visible .draw-line {
    stroke-dashoffset: 0;
  }
  .struktur-svg-wrap.visible .fade-node {
    opacity: 1;
  }
  .draw-line {
    stroke-dasharray: 200;
    stroke-dashoffset: 200;
    transition: stroke-dashoffset 1.2s ease 0.3s;
  }
  .fade-node {
    opacity: 0;
    transition: opacity 0.6s ease;
  }
  .fade-node.n1 { transition-delay: 0.1s; }
  .fade-node.n2 { transition-delay: 0.25s; }
  .fade-node.n3 { transition-delay: 0.4s; }
  .fade-node.n4 { transition-delay: 0.55s; }
  .fade-node.n5 { transition-delay: 0.7s; }
  .fade-node.n6 { transition-delay: 0.85s; }
  .fade-node.n7 { transition-delay: 1.0s; }
  .fade-node.n8 { transition-delay: 1.15s; }
  .fade-node.n9 { transition-delay: 1.3s; }
  .fade-node.n10 { transition-delay: 1.45s; }

  /* ─── RESPONSIVE ─── */
  @media (max-width: 960px) {
    nav { padding: 0 24px; }
    .nav-links { display: none; }
    .hero { grid-template-columns: 1fr; }
    .hero-right { clip-path: none; padding: 56px 32px; }
    .hero-left { padding: 56px 32px; }
    .step-band { grid-template-columns: 120px 1fr; }
    .step-left { padding: 24px 16px 24px 32px; }
    .step-right { padding: 24px 32px; }
    .section-header, .blend-header, .tjeneste-header { padding: 56px 32px 0; }
    .struktur-grid { grid-template-columns: 1fr; padding: 24px 32px 0; gap: 48px; }
    .struktur-svg-wrap { padding: 24px; }
    .problem-section { padding-bottom: 56px; }
    .problem-grid { margin: 0 32px; }
    .problem-cell { padding: 16px 20px; }
    .team-section { padding: 64px 32px; }
    .team-grid { grid-template-columns: 1fr; }
    .team-card { padding: 32px 0; border-right: none; border-bottom: 1px solid var(--border); }
    .team-card:last-child { padding-left: 0; border-bottom: none; }
    .contact-section { grid-template-columns: 1fr; }
    .contact-left { padding: 64px 32px; }
    .contact-right { padding: 48px 32px; }

    .katapult-section { padding: 40px 32px 48px; }
    .katapult-intro {
      grid-template-columns: 1fr;
      gap: 20px;
      margin-bottom: 28px;
    }
    .katapult-divider { display: none; }
    .katapult-feature-logo {
      width: 120px;
      height: 80px;
      margin-top: 8px;
    }
    .partner-logos {
      grid-template-columns: repeat(3, 1fr);
      gap: 18px;
      padding-top: 24px;
    }
    .partner-logo { height: 48px; }

    footer { padding: 32px 24px; }
    .form-row { grid-template-columns: 1fr; }
  }

  @media (max-width: 560px) {
    .partner-logos { grid-template-columns: repeat(2, 1fr); }
  }