/* ============================================================
   StandStrong – Homepage Stylesheet (standstrong.css)
   Page-specific styles for the main landing page.
   Requires: standstrong-base.css
   ============================================================ */

/* ─── HERO ─── */
.hero {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 4rem;
  padding: 9rem 5% 5rem;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute; top: -120px; right: -120px;
  width: 600px; height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(168,152,110,0.18) 0%, transparent 70%);
  pointer-events: none;
}

.hero::after {
  content: '';
  position: absolute; bottom: -80px; left: -80px;
  width: 400px; height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(23,60,87,0.10) 0%, transparent 70%);
  pointer-events: none;
}

.hero-text {
  animation: fadeUp 0.9s ease both;
}

.hero-eyebrow {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.2rem;
  padding: 0.35rem 1rem;
  border: 1px solid var(--gold-light);
  border-radius: 50px;
}

.hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.4rem, 4.5vw, 4rem);
  line-height: 1.18;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.hero h1 em {
  font-style: italic;
  color: var(--gold);
}

.hero-desc {
  font-size: 1.05rem;
  line-height: 1.75;
  color: #4a4a5e;
  max-width: 440px;
  margin-bottom: 2.5rem;
}

.hero-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

/* ─── HERO VISUAL CARD STACK ─── */
.hero-visual {
  display: flex;
  justify-content: center;
  align-items: center;
  animation: fadeUp 0.9s 0.2s ease both;
}

.hero-card-stack {
  position: relative;
  width: 360px;
  height: 420px;
}

.hero-card {
  position: absolute;
  border-radius: 24px;
  padding: 2rem;
  box-shadow: var(--shadow);
}

.hc-back {
  width: 280px; height: 320px;
  bottom: 0; right: 0;
  background: var(--gold);
  opacity: 0.25;
  transform: rotate(6deg);
}

.hc-mid {
  width: 300px; height: 340px;
  bottom: 10px; right: 10px;
  background: var(--gold-light);
  transform: rotate(2deg);
}

.hc-front {
  width: 310px; height: 355px;
  bottom: 20px; right: 20px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hc-label {
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
}

.hc-stat {
  font-family: 'Playfair Display', serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  color: var(--navy);
}

.hc-stat sub {
  font-size: 1rem;
  font-family: 'DM Sans', sans-serif;
  color: #888;
  vertical-align: bottom;
}

.hc-bar {
  height: 6px;
  border-radius: 3px;
  background: var(--mist);
  margin-top: 0.5rem;
  overflow: hidden;
}

.hc-bar-fill {
  height: 100%;
  background: var(--gold);
  border-radius: 3px;
  width: 68%;
}

.hc-tags {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.hc-tag {
  font-size: 0.72rem;
  font-weight: 500;
  background: var(--fog);
  color: var(--navy);
  padding: 0.25rem 0.7rem;
  border-radius: 50px;
}

/* ─── STATS STRIP ─── */
.stats-strip {
  background: var(--navy);
  color: #fff;
  padding: 3rem 5%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 2rem;
}

.stat-item { text-align: center; }

.stat-num {
  font-family: 'Playfair Display', serif;
  font-size: 2.6rem;
  font-weight: 700;
  color: var(--gold-light);
  display: block;
}

.stat-lbl {
  font-size: 0.85rem;
  color: #aaa;
  margin-top: 0.3rem;
}

/* ─── ABOUT ─── */
.about { background: var(--fog); }

.about-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}

.about-pills {
  display: flex;
  gap: 0.7rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.about-visual {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.av-box {
  border-radius: 18px;
  padding: 1.8rem;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.av-box:nth-child(1) { background: var(--gold);  color: #fff; }
.av-box:nth-child(2) { background: #fff; }
.av-box:nth-child(3) { background: var(--navy); color: #fff; }
.av-box:nth-child(4) { background: var(--gold-light); color: #fff; }

.av-icon  { font-size: 1.8rem; }
.av-title { font-family: 'Playfair Display', serif; font-size: 1.1rem; font-weight: 700; }
.av-text  { font-size: 0.82rem; line-height: 1.6; opacity: 0.85; }

/* ─── STUDY AREAS ─── */
.study { background: var(--cream); }

.study-header {
  text-align: center;
  margin-bottom: 3.5rem;
}

.study-header .section-title,
.study-header .section-desc {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.study-card {
  border-radius: 20px;
  padding: 2.2rem;
  background: #fff;
  box-shadow: 0 4px 24px rgba(23,60,87,0.07);
  border: 1px solid var(--mist);
  transition: transform 0.25s, box-shadow 0.25s;
  cursor: default;
}

.study-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}

.sc-icon {
  width: 52px; height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 1.2rem;
}

.sc-icon.green { background: rgba(168,152,110,0.15); }
.sc-icon.amber { background: rgba(23,60,87,0.12); }
.sc-icon.blue  { background: rgba(90,120,180,0.12); }
.sc-icon.rose  { background: rgba(200,100,100,0.12); }
.sc-icon.teal  { background: rgba(60,150,140,0.12); }
.sc-icon.plum  { background: rgba(140,80,160,0.12); }

.sc-title { font-family: 'Playfair Display', serif; font-size: 1.15rem; font-weight: 700; margin-bottom: 0.6rem; }
.sc-text  { font-size: 0.88rem; color: #666; line-height: 1.7; }

/* ─── PARTICIPATE ─── */
.participate { background: var(--fog); }

.participate-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}

.steps {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 2rem;
}

.step { display: flex; gap: 1.2rem; align-items: flex-start; }

.step-num {
  min-width: 36px; height: 36px;
  border-radius: 50%;
  background: var(--gold);
  color: #fff;
  font-size: 0.85rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.step-body h4 { font-size: 0.95rem; font-weight: 600; margin-bottom: 0.3rem; }
.step-body p  { font-size: 0.85rem; color: #666; line-height: 1.6; }

.form-card {
  background: #fff;
  border-radius: 24px;
  padding: 2.5rem;
  box-shadow: var(--shadow);
}

.form-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.form-card > p {
  font-size: 0.88rem;
  color: #888;
  margin-bottom: 1.8rem;
}

.form-row {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin-bottom: 1.1rem;
}

.form-row label { font-size: 0.8rem; font-weight: 500; color: #555; }

.form-row input,
.form-row select,
.form-row textarea {
  padding: 0.75rem 1rem;
  border-radius: 10px;
  border: 1.5px solid var(--mist);
  background: var(--fog);
  font-family: 'DM Sans', sans-serif;
  font-size: 0.9rem;
  color: var(--navy);
  transition: border-color 0.2s;
  outline: none;
  resize: none;
}

.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
  border-color: var(--gold);
}

.form-submit {
  width: 100%;
  padding: 0.95rem;
  background: var(--navy);
  color: #fff;
  border: none;
  border-radius: 50px;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s;
}

.form-submit:hover { background: var(--gold); }

.form-note {
  font-size: 0.75rem;
  color: #aaa;
  text-align: center;
  margin-top: 0.8rem;
}

/* ─── TEAM ─── */
.team { background: var(--cream); text-align: center; }

.team .section-title,
.team .section-desc {
  margin-left: auto;
  margin-right: auto;
}

.team-grid {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-top: 3rem;
}

.team-card {
  background: #fff;
  border-radius: 20px;
  padding: 2rem 1.5rem;
  width: 200px;
  box-shadow: 0 4px 20px rgba(23,60,87,0.07);
  transition: transform 0.2s;
}

.team-card:hover { transform: translateY(-4px); }

.team-avatar {
  width: 70px; height: 70px;
  border-radius: 50%;
  margin: 0 auto 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}

.ta1 { background: rgba(168,152,110,0.2); }
.ta2 { background: rgba(23,60,87,0.15); }
.ta3 { background: rgba(90,120,180,0.2); }
.ta4 { background: rgba(140,80,160,0.2); }

.team-name { font-family: 'Playfair Display', serif; font-size: 1rem; font-weight: 700; }
.team-role { font-size: 0.78rem; color: #888; margin-top: 0.25rem; }

/* ─── RESOURCES ─── */
.resources {
  background: var(--navy);
  color: #fff;
  text-align: center;
}

.resources .section-label { color: var(--gold-light); }
.resources .section-title { color: #fff; max-width: 500px; margin: 0 auto 1rem; }
.resources .section-desc  { color: #aaa; margin: 0 auto 3rem; }

.res-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
  max-width: 900px;
  margin: 0 auto;
}

.res-card {
  border-radius: 16px;
  padding: 1.8rem;
  border: 1px solid rgba(255,255,255,0.1);
  text-align: left;
  transition: border-color 0.2s, background 0.2s;
  cursor: pointer;
}

.res-card:hover {
  border-color: var(--gold-light);
  background: rgba(168,152,110,0.1);
}

.res-card h4 { font-size: 0.95rem; font-weight: 600; margin-bottom: 0.4rem; color: #fff; }
.res-card p  { font-size: 0.82rem; color: #888; line-height: 1.6; }
.res-card .res-arrow { color: var(--gold-light); margin-top: 1rem; font-size: 1.1rem; }

/* ─── RESPONSIVE ─── */
@media (max-width: 960px) {
  .hero          { grid-template-columns: 1fr; text-align: center; padding-top: 7rem; }
  .hero-desc     { max-width: 100%; }
  .hero-actions  { justify-content: center; }
  .hero-visual   { display: none; }
  .about-inner   { grid-template-columns: 1fr; }
  .participate-inner { grid-template-columns: 1fr; }
  .cards-grid    { grid-template-columns: 1fr 1fr; }
  .res-grid      { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .cards-grid { grid-template-columns: 1fr; }
}
