

.wrp {
  width: 100%;
  min-width: 0;
}

section {
  background: var(--bg-secondary);
}

section:nth-child(odd) {
  background: #0e1626;
}

.sc-hd {
  margin-bottom: var(--sp-4);
}

.sc-lb {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: var(--sp-1);
}

.sc-nt {
  font-size: 2rem;
  font-family: 'Cormorant Garamond', Georgia, serif;
  color: var(--text-primary);
}


section.dvg {
  clip-path: polygon(0 0, 100% 4%, 100% 100%, 0 96%);
  padding-top: calc(var(--fl-band) + 2vw);
  padding-bottom: calc(var(--fl-band) + 2vw);
}


section.s-mavi {
  text-align: center;
  padding: 5rem 1rem 2rem;
  background-image:
    radial-gradient(60vw 40vh at 50% -10%, rgba(59, 130, 246, 0.28), rgba(11, 18, 32, 0) 70%),
    linear-gradient(168deg, #16233d 0%, #0d1526 55%, #0b1220 100%);
  border-radius: var(--rad);
  border: 1px solid var(--line-soft);
}

.hr-kr {
  display: inline-block;
  padding: 0.34rem 0.9rem;
  border: 1px solid var(--accent);
  border-radius: 2rem;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent-hover);
  margin-bottom: var(--sp-3);
}

.hr-sb {
  margin-inline: auto;
  margin-top: var(--sp-3);
  font-size: var(--fl-md);
  color: var(--text-secondary);
  max-width: 46ch;
}

.hr-ac {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: var(--sp-2);
  margin-top: var(--sp-3);
}

.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 2.5rem;
  padding-top: var(--sp-3);
  border-top: 1px solid var(--line-soft);
}

.num {
  display: block;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.1;
  color: var(--accent);
}

.stt span {
  display: block;
  font-size: var(--fl-xs);
  color: var(--text-muted);
  letter-spacing: 0.05em;
}


.gr-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--fl-gap);
  align-items: start;
}

.gr-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--fl-gap);
  align-items: start;
}

.gr-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--fl-gap);
  align-items: start;
}

.sp-gr {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: var(--sp-4);
  align-items: center;
}

.cd-ph {
  aspect-ratio: 1;
  background-image: url('/images/arteolin-podium.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: var(--rad);
  border: 1px solid var(--line-soft);
}

.bc-nv {
  width: 100%;
  padding: var(--sp-2) 0 0;
  font-size: var(--fl-xs);
  color: var(--text-muted);
}

.bc-nv a {
  color: var(--text-secondary);
}

.doc {
  max-width: 74ch;
}

.doc h2 {
  margin-top: var(--sp-4);
}

.doc h3 {
  margin-top: var(--sp-3);
  color: var(--accent-hover);
}

.doc li {
  padding-left: 1.1rem;
  position: relative;
  margin-bottom: 0.35rem;
}

.doc li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: var(--accent);
}

@media (max-width: 1023px) {
  .gr-4 {
    grid-template-columns: repeat(2, 1fr);
  }

  .sp-gr {
    grid-template-columns: 1fr;
  }

  
  .sp-gr .fg-bx,
  .sp-gr .pr-gl {
    max-width: 26rem;
    margin-inline: auto;
    width: 100%;
  }
}

@media (max-width: 767px) {
  section {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  section.s-mavi {
    min-height: 100vh;
    padding: 3rem 1rem 2rem;
  }

  .stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .gr-2,
  .gr-3,
  .gr-4 {
    grid-template-columns: 1fr;
  }

  section.dvg {
    clip-path: polygon(0 0, 100% 2%, 100% 100%, 0 98%);
  }

  
  .ck-tb {
    font-size: var(--fl-xs);
  }

  .ck-tb th:nth-child(1),
  .ck-tb td:nth-child(1) {
    width: 30%;
  }

  .ck-tb th:nth-child(2),
  .ck-tb td:nth-child(2) {
    width: 43%;
  }

  .ck-tb th:nth-child(3),
  .ck-tb td:nth-child(3) {
    width: 27%;
  }

  .ck-tb th,
  .ck-tb td {
    padding: 0.6rem 0.35rem;
  }
}


section.s-ofli { background: var(--bg-secondary); }
section.s-beca { background: var(--bg-alt); }
section.s-code { background: var(--bg-secondary); }
section.s-stli { background: var(--bg-alt); }
section.s-cofose { background: var(--bg-secondary); }
section.s-quli { background: var(--bg-alt); }
section.s-prgr { background: var(--bg-secondary); }
section.s-paic { background: var(--bg-alt); }
section.s-pose { background: var(--bg-secondary); }

.sc-bx {
  min-width: 0;
}

.fg-bx {
  min-width: 0;
  margin: 0;
}

.fg-bx figcaption {
  margin-top: var(--sp-1);
  text-align: center;
}

/* hero-photo-layer: generated background, kept behind the copy */
section.s-mavi { position: relative; isolation: isolate; }
section.s-mavi::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: url('/images/hero-ember-night.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.26;
  pointer-events: none;
}
