/* Soukely articles — standalone stylesheet (no CDN, keeps pages fast for SEO) */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0; background: #fff; color: #191c1d;
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  font-size: 18px; line-height: 30px;
}
a { color: #630ed4; }
img { max-width: 100%; height: auto; display: block; }   /* height:auto so the HTML height attr
                                                              does not override aspect-ratio */

/* header */
.site-header { position: sticky; top: 0; z-index: 50; background: #050508; }
.site-header .bar {
  height: 56px; max-width: 1280px; margin: 0 auto; padding: 0 24px;
  display: flex; align-items: center; gap: 24px;
}
.brand { display: flex; align-items: center; gap: 8px; text-decoration: none; }
.brand span {
  font-family: "Schibsted Grotesk", sans-serif; font-size: 19px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .1em; color: #f8f9fa; line-height: 1;
}
.site-header nav { margin-left: auto; display: flex; gap: 28px; }
.site-header nav a { color: #f8f9fa; text-decoration: none; font-size: 15px; }
.site-header nav a:hover { text-decoration: underline; text-underline-offset: 5px; }

/* article */
.wrap { max-width: 720px; margin: 0 auto; padding: 0 24px; }
.meta { font-size: 14px; color: #6B7280; margin: 56px 0 12px; }
.meta a { color: #6B7280; }
h1 {
  font-family: "Schibsted Grotesk", sans-serif; font-weight: 400;
  font-size: 42px; line-height: 50px; letter-spacing: -.015em; margin: 0 0 20px;
}
.standfirst { font-size: 21px; line-height: 33px; color: #4a4455; margin: 0 0 32px; }
.hero { width: 100%; aspect-ratio: 3/2; object-fit: cover; margin-bottom: 12px; }
.credit { font-size: 13px; color: #9aa0a6; margin: 0 0 44px; }
article h2 {
  font-family: "Schibsted Grotesk", sans-serif; font-weight: 500;
  font-size: 27px; line-height: 35px; letter-spacing: -.01em; margin: 44px 0 14px;
}
article h3 { font-size: 19px; line-height: 28px; margin: 30px 0 8px; }
article p { margin: 0 0 20px; }
article ul, article ol { margin: 0 0 20px; padding-left: 22px; }
article li { margin-bottom: 10px; }
article strong { font-weight: 600; }
blockquote {
  margin: 28px 0; padding: 4px 0 4px 22px; border-left: 3px solid #630ed4;
  font-size: 20px; line-height: 32px; color: #2f2a24;
}
.key {
  background: #f6f3ff; border: 1px solid #e6dcff;
  padding: 22px 24px; margin: 28px 0; border-radius: 2px;
}
.key p:last-child { margin-bottom: 0; }
.key .label {
  font-size: 12px; letter-spacing: .1em; text-transform: uppercase;
  color: #630ed4; font-weight: 600; margin-bottom: 8px;
}
table { border-collapse: collapse; width: 100%; margin: 0 0 24px; font-size: 16px; }
th, td { text-align: left; padding: 11px 12px; border-bottom: 1px solid #e7e8e9; }
th { font-weight: 600; }
.faq { margin-top: 52px; border-top: 1px solid #e7e8e9; padding-top: 12px; }
.faq h2 { margin-top: 26px; }
.faq h3 { font-size: 18px; font-weight: 600; margin: 26px 0 6px; }

/* cta + footer */
.cta { margin: 60px 0 0; padding: 32px; background: #050508; color: #f8f9fa; }
.cta h2 { margin: 0 0 10px; color: #fff; font-size: 24px; line-height: 32px;
  font-family: "Schibsted Grotesk", sans-serif; font-weight: 500; }
.cta p { color: rgba(255,255,255,.75); margin: 0 0 18px; font-size: 16px; line-height: 26px; }
.cta a {
  display: inline-block; background: #7c3aed; color: #fff; text-decoration: none;
  padding: 13px 26px; font-size: 15px; font-weight: 600;
}
.cta a:hover { background: #630ed4; }
.site-footer {
  margin-top: 72px; background: #111118; color: #6B7280;
  padding: 40px 0; font-size: 14px;
}
.site-footer a { color: #d2bbff; text-decoration: none; }
.site-footer a:hover { text-decoration: underline; }


/* articles banner (Ericsson-style hero: full-bleed image with overlaid text) */
.banner { position: relative; isolation: isolate; overflow: hidden;
  min-height: 380px; display: flex; align-items: flex-end; }
.banner-bg { position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; z-index: -2; }
.banner-scrim { position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(to top, rgba(5,5,8,.88) 0%, rgba(5,5,8,.62) 45%, rgba(5,5,8,.35) 100%); }
.banner-inner { max-width: 1120px; margin: 0 auto; padding: 56px 24px; width: 100%; }
.banner-eyebrow { font-size: 13px; font-weight: 600; letter-spacing: .01em;
  color: #d2bbff; margin: 0 0 14px; }
.banner-title { font-family: "Schibsted Grotesk", sans-serif; font-weight: 400;
  font-size: 46px; line-height: 55px; letter-spacing: -.015em; color: #fff; margin: 0 0 14px; }
.banner-sub { font-size: 19px; line-height: 30px; color: rgba(255,255,255,.78);
  max-width: 640px; margin: 0; }
.wrap.wide { max-width: 1120px; padding-top: 64px; }

@media (max-width: 640px) {
  .banner { min-height: 300px; }
  .banner-title { font-size: 32px; line-height: 40px; }
  .banner-sub { font-size: 17px; line-height: 28px; }
  .banner-inner { padding: 40px 24px; }
}


/* article banner variant: text column aligned with the body measure below */
.article-banner { min-height: 420px; }
.banner-inner.narrow { max-width: 720px; }
.banner-eyebrow a { color: #d2bbff; text-decoration: none; }
.banner-eyebrow a:hover { text-decoration: underline; text-underline-offset: 4px; }
.article-banner .banner-title { font-size: 42px; line-height: 51px; }
.wrap > article { padding-top: 52px; }
@media (max-width: 640px) {
  .article-banner { min-height: 340px; }
  .article-banner .banner-title { font-size: 30px; line-height: 38px; }
  .wrap > article { padding-top: 36px; }
}

/* index */
.grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 40px 28px; }
.card { text-decoration: none; color: inherit; display: block; }
.card img { width: 100%; aspect-ratio: 3/2; object-fit: cover; }
.card .c-meta { font-size: 13px; color: #6B7280; margin: 14px 0 6px; }
.card h2 {
  font-family: "Schibsted Grotesk", sans-serif; font-weight: 500;
  font-size: 21px; line-height: 29px; margin: 0 0 8px; letter-spacing: -.01em;
}
.card p { font-size: 15px; line-height: 24px; color: #4a4455; margin: 0; }
.card:hover h2 { text-decoration: underline; text-underline-offset: 4px; }

@media (max-width: 640px) {
  body { font-size: 17px; line-height: 28px; }
  h1 { font-size: 31px; line-height: 39px; }
  article h2 { font-size: 23px; line-height: 31px; }
  .standfirst { font-size: 19px; line-height: 30px; }
}
