.sic-women {
  --women-navy: #123a56;
  --women-blue: #176e91;
  --women-cyan: #20a7b5;
  --women-orange: #ed7c2f;
  --women-ink: #18303f;
  --women-muted: #607683;
  overflow: hidden;
  color: var(--women-ink);
  background:
    radial-gradient(circle at 8% 20%, rgba(32, 167, 181, .09), transparent 25rem),
    linear-gradient(180deg, #f7fbfc 0, #fff 38%, #f5f9fa 100%);
}

.sic-women__intro {
  padding: 78px 0 62px;
}

.sic-women__eyebrow,
.sic-women__kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--women-blue);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  line-height: 1.4;
  text-transform: uppercase;
}

.sic-women__eyebrow span {
  width: 42px;
  height: 3px;
  background: var(--women-orange);
}

.sic-women__intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
  gap: 80px;
  align-items: end;
  margin-top: 26px;
}

.sic-women__intro h2 {
  margin: 0;
  color: var(--women-navy);
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 300;
  letter-spacing: -.045em;
  line-height: 1.04;
}

.sic-women__lead {
  position: relative;
  padding: 5px 0 5px 28px;
  border-left: 1px solid rgba(23, 110, 145, .25);
}

.sic-women__lead p {
  margin: 0;
  color: var(--women-muted);
  font-size: 19px;
  font-weight: 300;
  line-height: 1.75;
}

.sic-women__story {
  padding: 35px 0 110px;
}

.sic-women__story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  gap: clamp(55px, 7vw, 105px);
  align-items: center;
}

.sic-women__visual {
  position: relative;
  min-height: 660px;
}

.sic-women__visual::before {
  position: absolute;
  z-index: 0;
  top: -36px;
  left: -44px;
  width: 280px;
  height: 280px;
  border: 1px solid rgba(32, 167, 181, .23);
  border-radius: 50%;
  content: "";
}

.sic-women__visual::after {
  position: absolute;
  z-index: 0;
  right: -23px;
  bottom: 52px;
  width: 154px;
  height: 154px;
  border-radius: 50%;
  background: rgba(237, 124, 47, .1);
  content: "";
}

.sic-women__image-main {
  position: absolute;
  z-index: 1;
  inset: 0 12% 94px 0;
  overflow: hidden;
  border-radius: 3px 70px 3px 3px;
  box-shadow: 0 34px 70px rgba(18, 58, 86, .18);
}

.sic-women__image-main::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(150deg, rgba(18, 58, 86, .08), transparent 55%);
  content: "";
}

.sic-women__image-main img,
.sic-women__image-detail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sic-women__image-main img {
  object-position: 63% center;
}

.sic-women__image-detail {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  width: 47%;
  height: 250px;
  overflow: hidden;
  border: 9px solid #fff;
  border-radius: 3px;
  box-shadow: 0 24px 55px rgba(18, 58, 86, .22);
}

.sic-women__year {
  position: absolute;
  z-index: 4;
  bottom: 25px;
  left: -18px;
  display: flex;
  width: 126px;
  height: 126px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: var(--women-orange);
  box-shadow: 0 16px 35px rgba(237, 124, 47, .32);
}

.sic-women__year span {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.sic-women__year strong {
  margin-top: 2px;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
}

.sic-women__story-copy h2 {
  margin: 16px 0 28px;
  color: var(--women-navy);
  font-size: clamp(34px, 3.2vw, 49px);
  font-weight: 300;
  letter-spacing: -.035em;
  line-height: 1.13;
}

.sic-women__story-copy > p {
  margin: 0 0 17px;
  color: var(--women-muted);
  font-size: 17px;
  line-height: 1.75;
}

.sic-women__pillars {
  margin: 34px 0 0;
  padding: 0;
  border-top: 1px solid rgba(18, 58, 86, .14);
  list-style: none;
}

.sic-women__pillars li {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 15px;
  align-items: start;
  padding: 17px 0;
  border-bottom: 1px solid rgba(18, 58, 86, .14);
}

.sic-women__pillar-number {
  color: var(--women-orange);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
}

.sic-women__pillars strong {
  display: block;
  margin-bottom: 2px;
  color: var(--women-navy);
  font-size: 16px;
  font-weight: 600;
}

.sic-women__pillars li > span:last-child {
  color: var(--women-muted);
  font-size: 14px;
  line-height: 1.55;
}

.sic-women__report {
  position: relative;
  padding: 0 0 105px;
}

.sic-women__report-card {
  position: relative;
  display: grid;
  grid-template-columns: 132px 1fr auto;
  gap: 38px;
  align-items: center;
  overflow: hidden;
  padding: 42px 50px;
  border-radius: 4px 48px 4px 4px;
  color: #fff;
  background:
    radial-gradient(circle at 0 100%, rgba(32, 167, 181, .42), transparent 31%),
    linear-gradient(125deg, #0f334b, #154e69 66%, #176e91);
  box-shadow: 0 28px 70px rgba(18, 58, 86, .2);
}

.sic-women__report-card::after {
  position: absolute;
  top: -118px;
  right: 17%;
  width: 280px;
  height: 280px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 50%;
  content: "";
}

.sic-women__report-mark {
  position: relative;
  z-index: 1;
  display: flex;
  width: 112px;
  height: 112px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 50%;
}

.sic-women__report-mark::before,
.sic-women__report-mark::after {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 50%;
  content: "";
}

.sic-women__report-mark::before { inset: 9px; }
.sic-women__report-mark::after { inset: 18px; }

.sic-women__report-mark span {
  font-family: Georgia, serif;
  font-size: 24px;
  letter-spacing: .08em;
}

.sic-women__report-copy {
  position: relative;
  z-index: 1;
}

.sic-women__report .sic-women__kicker { color: #64d0d6; }

.sic-women__report-copy h2 {
  margin: 8px 0 8px;
  color: #fff;
  font-size: clamp(27px, 3vw, 39px);
  font-weight: 300;
  letter-spacing: -.025em;
  line-height: 1.18;
}

.sic-women__report-copy p {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-size: 15px;
  line-height: 1.6;
}

.sic-women__download {
  position: relative;
  z-index: 2;
  display: inline-flex;
  min-width: 215px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 17px 18px 17px 24px;
  border: 1px solid rgba(255, 255, 255, .32);
  border-radius: 2px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .04em;
  text-decoration: none;
  transition: background .25s ease, border-color .25s ease, transform .25s ease;
}

.sic-women__download:hover,
.sic-women__download:focus {
  border-color: var(--women-orange);
  color: #fff;
  background: var(--women-orange);
  text-decoration: none;
  transform: translateY(-2px);
}

.sic-women__download-arrow {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--women-navy);
  background: #fff;
  font-size: 18px;
}

@media (max-width: 991px) {
  .sic-women__intro { padding: 60px 0 48px; }
  .sic-women__intro-grid { grid-template-columns: 1fr; gap: 30px; }
  .sic-women__story-grid { grid-template-columns: 1fr; }
  .sic-women__visual { min-height: 610px; }
  .sic-women__story-copy { max-width: 720px; }
  .sic-women__report-card { grid-template-columns: 100px 1fr; }
  .sic-women__report-mark { width: 90px; height: 90px; }
  .sic-women__download { grid-column: 2; justify-self: start; }
}

@media (max-width: 767px) {
  .sic-women__intro { padding: 46px 0 38px; }
  .sic-women__intro h2 { font-size: 41px; }
  .sic-women__lead { padding-left: 20px; }
  .sic-women__lead p { font-size: 17px; line-height: 1.65; }
  .sic-women__story { padding: 24px 0 76px; }
  .sic-women__visual { min-height: 490px; }
  .sic-women__image-main { inset: 0 7% 70px 0; border-radius: 3px 42px 3px 3px; }
  .sic-women__image-detail { width: 55%; height: 190px; border-width: 6px; }
  .sic-women__year { bottom: 6px; left: 5px; width: 96px; height: 96px; }
  .sic-women__year strong { font-size: 24px; }
  .sic-women__story-copy h2 { font-size: 34px; }
  .sic-women__report { padding-bottom: 75px; }
  .sic-women__report-card {
    grid-template-columns: 1fr;
    gap: 25px;
    padding: 34px 28px;
    border-radius: 4px 36px 4px 4px;
  }
  .sic-women__report-mark { width: 78px; height: 78px; }
  .sic-women__download { grid-column: 1; width: 100%; }
}

@media (max-width: 479px) {
  .sic-women__intro h2 { font-size: 36px; }
  .sic-women__visual { min-height: 420px; }
  .sic-women__image-main { right: 0; }
  .sic-women__image-detail { right: -8px; width: 58%; height: 150px; }
  .sic-women__year { left: -5px; width: 86px; height: 86px; }
  .sic-women__year strong { font-size: 21px; }
  .sic-women__story-copy h2 { font-size: 31px; }
  .sic-women__pillars li { grid-template-columns: 36px 1fr; gap: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  .sic-women__download { transition: none; }
}
