.rolunk-main{}

.rolunk-hero-grid{
  display:grid;
  grid-template-columns:55% 45%;
  gap:var(--space-5);
  align-items:center;
}
.rolunk-hero-text{min-width:0;max-width:650px}
.rolunk-hero-image img{border-radius:var(--radius-md);width:100%}

.rolunk-hero-note{
  margin-top:var(--space-4);
  padding:var(--space-3);
  border-radius:var(--radius-lg);
  border:1px solid var(--color-border);
}

.rolunk-narrow{
  max-width:700px;
  margin-inline:auto;
  text-align:left;
}

.rolunk-cards-3{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:var(--space-4);
}
.rolunk-cards-3 > *{min-width:0}

.rolunk-list{
  display:flex;
  flex-wrap:wrap;
  gap:var(--space-2);
  margin-bottom:var(--space-3);
}

.rolunk-columns-2{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:var(--space-5);
  max-width:800px;
  margin-inline:auto;
}
.rolunk-columns-2 > *{min-width:0}

.rolunk-cta{
  text-align:center;
  max-width:600px;
  margin-inline:auto;
}
.rolunk-cta-actions{
  display:flex;
  gap:var(--space-3);
  justify-content:center;
  flex-wrap:wrap;
}

.card:hover{
  box-shadow:0 4px 12px rgba(38,52,58,0.08);
}

@media(max-width:900px){
  .rolunk-hero-grid{grid-template-columns:1fr}
  .rolunk-cards-3{grid-template-columns:repeat(2,minmax(0,1fr))}
  .rolunk-columns-2{grid-template-columns:1fr}
}

@media(max-width:600px){
  .rolunk-cards-3{grid-template-columns:1fr}
  .rolunk-hero-text{text-align:center;margin-inline:auto}
}

/* Editorial refresh */
.rolunk-hero{background:#172d32;color:#f7f1e8}.rolunk-hero p{color:#c7c8c2}.rolunk-hero-grid{grid-template-columns:1.08fr .72fr;gap:clamp(3rem,8vw,8rem)}
.rolunk-hero-image{position:relative}.rolunk-hero-image::before{content:"Rólunk / 01";position:absolute;z-index:2;top:1rem;left:1rem;color:#fff;font-size:.7rem;letter-spacing:.14em;text-transform:uppercase}.rolunk-hero-image img{aspect-ratio:4/5;object-fit:cover}
.rolunk-hero-note{margin-top:-2rem;position:relative;z-index:2;max-width:760px;background:#e7b64b;color:#172d32;border:0;padding:1.5rem 2rem}
.rolunk-main .rolunk-narrow{max-width:820px}.rolunk-main .rolunk-cards-3{gap:1rem}.rolunk-main .rolunk-cards-3 .card{min-height:260px}.rolunk-main .rolunk-columns-2{max-width:1000px}.rolunk-main>section:last-child{background:#e7b64b!important}
@media(max-width:900px){.rolunk-hero-grid{grid-template-columns:1fr}.rolunk-hero-image{max-width:620px}.rolunk-hero-note{margin-top:1rem}}
