/* ============================================================
   FRONT PAGE
   ============================================================ */

/* ── HERO ── */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--blue);
  color: var(--paper);
}
.hero-waves {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: .9;
}
.hero-glow {
  position: absolute;
  top: -12%;
  right: -8%;
  width: min(620px, 70vw);
  aspect-ratio: 1;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(circle at center, rgba(129, 152, 199, .30), transparent 62%);
}
.hero-ring {
  position: absolute;
  top: 8%;
  right: 6%;
  width: clamp(120px, 16vw, 230px);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1.5px solid rgba(200, 48, 42, .6);
  z-index: 1;
  pointer-events: none;
}
.hero-ring::after {
  content: "";
  position: absolute;
  inset: 26%;
  border-radius: 50%;
  border: 1.5px solid rgba(129, 152, 199, .55);
}
.hero-ring .dot {
  position: absolute;
  top: 50%;
  left: -7px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--red);
  transform: translateY(-50%);
}
.hero-inner {
  position: relative;
  z-index: 2;
  padding-top: 120px;
  padding-bottom: 80px;
  max-width: 1000px;
}
.hero .eyebrow       { margin-bottom: 30px; color: var(--steel-soft); }
.hero-gr {
  font-family: var(--font-body);
  font-weight: 400;
  font-style: italic;
  font-size: clamp(18px, 2.1vw, 26px);
  color: var(--steel-soft);
  margin: 0 0 14px;
  letter-spacing: .2px;
}
h1.hero-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(46px, 8.4vw, 120px);
  line-height: .96;
  letter-spacing: -.035em;
  margin: 0;
}
h1.hero-title .it      { color: var(--red); font-weight: 700; }
h1.hero-title .outline {
  color: transparent;
  -webkit-text-stroke: 1.6px var(--steel-soft);
  font-weight: 600;
}
.hero-sub {
  font-size: clamp(17px, 1.5vw, 21px);
  font-weight: 400;
  color: var(--paper-dim);
  max-width: 560px;
  margin: 34px 0 42px;
  line-height: 1.7;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}
.hero-actions .btn-red { padding: 16px 30px; font-size: 14px; }

.text-link {
  font-family: var(--font-label);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: inherit;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.text-link span              { position: relative; }
.text-link span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  height: 1.5px;
  width: 100%;
  background: currentColor;
  opacity: .4;
  transition: background .25s, opacity .25s;
}
.text-link:hover span::after { background: var(--red); opacity: 1; }

.scroll-cue {
  position: absolute;
  bottom: 34px;
  left: var(--gutter);
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 13px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--paper-faint);
}
.scroll-cue .bar {
  width: 1px;
  height: 40px;
  background: var(--line-blue);
  position: relative;
  overflow: hidden;
}
.scroll-cue .bar::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: var(--red);
  animation: cue 2.4s ease-in-out infinite;
}
@keyframes cue {
  0%        { transform: translateY(-100%); }
  60%, 100% { transform: translateY(260%); }
}

/* ── MISSION STRIP ── */
.mission { background: var(--white); border-bottom: 1px solid var(--line-light); }
.mission .wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.mstat {
  padding: 60px clamp(20px, 3vw, 48px);
  position: relative;
}
.mstat:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50px;
  bottom: 50px;
  right: 0;
  width: 1px;
  background: var(--line-light);
}
.mstat .ic {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1.5px solid var(--steel);
  display: grid;
  place-items: center;
  margin-bottom: 26px;
  color: var(--steel);
}
.mstat .big {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(38px, 4.4vw, 58px);
  line-height: 1;
  margin-bottom: 14px;
  letter-spacing: -.03em;
  color: var(--ink);
}
.mstat .big .small {
  font-size: .46em;
  color: var(--steel);
  font-weight: 500;
}
.mstat .ml { color: var(--ink-dim); font-size: 15px; max-width: 260px; }
.mstat .ml b {
  font-family: var(--font-label);
  font-weight: 700;
  color: var(--ink);
  letter-spacing: .5px;
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 6px;
}

/* ── SECTION SHARED ── */
section.block {
  padding: clamp(80px, 11vh, 150px) 0;
  position: relative;
}
.sec-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 60px;
  flex-wrap: wrap;
}
.sec-head h2 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(32px, 4.4vw, 58px);
  line-height: 1.02;
  margin: 14px 0 0;
  letter-spacing: -.035em;
  max-width: 13ch;
}
.sec-head h2 .it        { color: var(--steel); }
.on-blue .sec-head h2 .it { color: var(--steel-soft); }

/* ── ABOUT ── */
.about {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: clamp(40px, 7vw, 100px);
  align-items: center;
}
.pullquote {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(26px, 3.6vw, 48px);
  line-height: 1.16;
  letter-spacing: -.025em;
  border-left: 3px solid var(--red);
  padding-left: clamp(22px, 3vw, 44px);
  margin: 0;
  color: var(--ink);
}
.pullquote em { color: var(--red); font-style: normal; }

.about-body .num-idx { display: block; margin-bottom: 22px; }
.about-body p        { color: var(--ink-dim); margin: 0 0 22px; }
.about-body p strong { color: var(--ink); font-weight: 600; }

.learn {
  font-family: var(--font-label);
  font-weight: 700;
  font-size: 13.5px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--red);
  display: inline-flex;
  align-items: center;
  gap: 11px;
}
.learn svg        { transition: transform .25s; }
.learn:hover svg  { transform: translateX(5px); }

/* ── HEALTH TOPICS ── */
.topics { background: var(--white); }
.topic-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line-light);
  border: 1px solid var(--line-light);
}
.topic {
  background: var(--white);
  padding: 42px 34px 36px;
  display: flex;
  flex-direction: column;
  min-height: 340px;
  transition: background .35s;
  position: relative;
}
.topic:hover { background: var(--blue-softer); }
.topic .tnum {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 40px;
  color: var(--steel);
  line-height: 1;
  margin-bottom: auto;
  letter-spacing: -.02em;
}
.topic h3 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 23px;
  line-height: 1.18;
  margin: 32px 0 14px;
  letter-spacing: -.02em;
  color: var(--ink);
}
.topic p {
  font-size: 14.5px;
  color: var(--ink-dim);
  margin: 0 0 26px;
  line-height: 1.6;
}
.tarrow {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid var(--line-light);
  display: grid;
  place-items: center;
  color: var(--red);
  transition: background .3s, border-color .3s, transform .3s, color .3s;
}
.topic:hover .tarrow {
  background: var(--red);
  border-color: var(--red);
  color: #fff;
  transform: translateX(4px);
}

/* ── ACTIVITIES ── */
.activities { background: var(--blue-deep); color: var(--paper); }
.act-grid {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: clamp(36px, 5vw, 72px);
  align-items: center;
}
.act-photo {
  position: relative;
  border-left: 4px solid var(--red);
}
.ph {
  background: repeating-linear-gradient(135deg, rgba(129, 152, 199, .20) 0 2px, transparent 2px 11px), rgba(255, 255, 255, .05);
  border: 1px solid var(--line-blue);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  color: var(--paper-faint);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 1px;
  padding: 18px;
  position: relative;
  overflow: hidden;
}
.ph > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.act-photo .ph { aspect-ratio: 4 / 3.1; align-items: flex-end; }

.act-badge {
  position: absolute;
  top: 22px;
  left: -4px;
  background: var(--red);
  color: #fff;
  font-family: var(--font-label);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 8px 16px;
}
.act-body .num-idx { display: block; margin-bottom: 20px; }
.act-body h2 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.04;
  margin: 0 0 24px;
  letter-spacing: -.035em;
  color: var(--paper);
}
.act-body p { color: var(--paper-dim); margin: 0 0 24px; max-width: 46ch; }
.act-meta {
  display: flex;
  gap: 38px;
  flex-wrap: wrap;
  margin: 34px 0 38px;
}
.act-meta div       { border-top: 1px solid var(--line-blue); padding-top: 14px; }
.act-meta .k {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--steel-soft);
  margin-bottom: 5px;
}
.act-meta .v {
  font-family: var(--font-display);
  font-size: 21px;
  font-weight: 600;
  letter-spacing: -.02em;
  color: var(--paper);
}

/* ── SOCIAL RESPONSIBILITY ── */
.sr { background: var(--white); }
.sr-article {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
  margin-top: 54px;
}
.sr-img .ph    { aspect-ratio: 16 / 10; border: 1px solid var(--line-light); background: var(--blue-soft); }
.sr-body .eyebrow { margin-bottom: 22px; }
.sr-body h3 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1.08;
  letter-spacing: -.03em;
  margin: 16px 0 18px;
  color: var(--ink);
}
.sr-body p { color: var(--ink-dim); margin: 0 0 28px; max-width: 46ch; }

/* ── NEWS CARDS (front page) ── */
.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.ncard {
  background: var(--white);
  color: var(--ink);
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line-light);
  transition: transform .35s, box-shadow .35s;
}
.ncard:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 46px -28px rgba(28, 35, 80, .5);
}
.ncard .nimg .ph {
  aspect-ratio: 16 / 9;
  border: none;
  border-bottom: 1px solid var(--line-light);
  background: repeating-linear-gradient(135deg, rgba(28, 35, 80, .07) 0 2px, transparent 2px 11px), var(--blue-soft);
  color: var(--ink-faint);
}
.ncard .nbody {
  padding: 26px 26px 30px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.ncard .ndate {
  font-family: var(--font-mono);
  font-size: 11.5px;
  letter-spacing: 1px;
  color: var(--red);
  text-transform: uppercase;
  margin-bottom: 14px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.ncard .ndate .cat { color: var(--steel); }
.ncard h3 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 22px;
  line-height: 1.16;
  margin: 0 0 12px;
  letter-spacing: -.025em;
}
.ncard p          { font-size: 14.5px; line-height: 1.6; color: var(--ink-dim); margin: 0 0 22px; }
.ncard .nread {
  margin-top: auto;
  font-family: var(--font-label);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--red);
  display: inline-flex;
  align-items: center;
  gap: 9px;
}
.ncard .nread svg      { transition: transform .25s; }
.ncard:hover .nread svg { transform: translateX(4px); }

/* ── RESPONSIVE ── */
@media (max-width: 1040px) {
  .topic-grid { grid-template-columns: repeat(2, 1fr); }
  .news-grid  { grid-template-columns: 1fr 1fr; }
  .news-grid .ncard:last-child { display: none; }
}

@media (max-width: 880px) {
  .mission .wrap        { grid-template-columns: 1fr; }
  .mstat:not(:last-child)::after { display: none; }
  .mstat                { border-bottom: 1px solid var(--line-light); padding: 44px var(--gutter); }
  .about                { grid-template-columns: 1fr; gap: 40px; }
  .sr-article           { grid-template-columns: 1fr; }
  .act-grid             { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .topic-grid           { grid-template-columns: 1fr; }
  .news-grid            { grid-template-columns: 1fr; }
  .news-grid .ncard:last-child { display: flex; }
  .hero-ring            { display: none; }
  .act-meta             { gap: 24px; }
}
