/* ================================================
   Heritage Coast Fiji — ash.css
   Ash Disposal page styles + homepage teaser
   ================================================ */

/* ================================================
   ASH PAGE — GLOBAL
   ================================================ */
.ash-page { background: var(--white); }

/* ================================================
   HEADER OVERRIDE
   ================================================ */
.ash-header { background: rgba(10, 10, 15, 0.85); }
.ash-header.scrolled {
  background: rgba(10, 10, 15, 0.97);
  box-shadow: 0 1px 16px rgba(0,0,0,0.35);
}

/* ================================================
   HERO — smoky charcoal/grey, not deep red
   ================================================ */
.ash-hero {
  background: linear-gradient(160deg, #0A0A0F 0%, #1C1C2E 50%, #0A0A0F 100%);
}

.ash-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 50% 40%, rgba(80, 80, 100, 0.25) 0%, transparent 70%);
  pointer-events: none;
}

/* Override red text-shadow on H1 for ash page */
.ash-page .cr-h1 {
  text-shadow: 0 0 80px rgba(100, 100, 140, 0.5);
}

/* Keep the scroll button but with neutral tone */
.ash-page .cr-btn-scroll:hover {
  border-color: rgba(180, 180, 220, 0.6);
  color: var(--white);
  background: rgba(100, 100, 140, 0.2);
}

/* ================================================
   SUMMARY TABLE SECTION
   ================================================ */
.ash-summary {
  background: #0D0D14;
  padding: 4rem 0;
  text-align: center;
}

.ash-summary .cr-draft-label {
  color: #8888BB;
}

.ash-summary .cr-draft-head {
  color: rgba(255,255,255,0.7);
  margin-bottom: 2rem;
}

.ash-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 8px;
  max-width: 700px;
  margin: 0 auto;
}

.ash-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 0.875rem;
  background: rgba(255,255,255,0.04);
  border-radius: 8px;
  overflow: hidden;
}

.ash-table thead th {
  background: rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.5);
  font-family: var(--font-head);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.ash-table tbody td {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  color: rgba(255,255,255,0.75);
  line-height: 1.5;
  vertical-align: top;
}

.ash-table tbody tr:last-child td {
  border-bottom: none;
}

.ash-table tbody tr:hover td {
  background: rgba(255,255,255,0.03);
}

.ash-fail {
  color: #FF8A8A !important;
  font-weight: 500;
}

.ash-ok {
  color: #88D4A0 !important;
  font-weight: 500;
}

/* "It all stays in Fiji." emphasis */
.ash-stays {
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--danger-mid, #DC2626);
  margin-top: 1.25rem;
}

/* ================================================
   CANCER-RISK PAGE — ASH BRIDGE SECTION
   ================================================ */
.cr-ash-bridge {
  background: #0D0D14;
  padding: 5rem 0;
}

.cr-ash-bridge-label {
  display: inline-block;
  font-family: var(--font-head);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #8888BB;
  margin-bottom: 0.75rem;
}

.cr-bridge-head {
  font-family: var(--font-head);
  font-size: clamp(1.5rem, 4vw, 2.4rem);
  font-weight: 900;
  color: var(--white);
  line-height: 1.1;
  margin-bottom: 1.5rem;
}

.cr-bridge-quote {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-left: 4px solid #8888BB;
  border-radius: 0 8px 8px 0;
  padding: 1.25rem 1.5rem;
  margin-bottom: 1.5rem;
  max-width: 680px;
}

.cr-bridge-quote p {
  font-style: italic;
  font-size: 1rem;
  color: rgba(255,255,255,0.82);
  line-height: 1.72;
  margin: 0;
}

.cr-bridge-body {
  font-size: 0.97rem;
  color: rgba(255,255,255,0.58);
  line-height: 1.78;
  margin-bottom: 1rem;
  max-width: 680px;
}

.cr-ash-bridge .cancer-teaser-cta {
  margin-top: 1rem;
  display: inline-flex;
  background: transparent;
  color: rgba(255,255,255,0.8);
  border: 2px solid rgba(255,255,255,0.3);
}

.cr-ash-bridge .cancer-teaser-cta:hover {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.6);
  color: var(--white);
}

/* ================================================
   HOMEPAGE — ASH TEASER SECTION
   ================================================ */
.section-ash-teaser {
  background: linear-gradient(160deg, #0A0A0F 0%, #1C1C2E 60%, #0E0E1A 100%);
  color: var(--white);
  padding: 4.5rem 0;
}

.ash-teaser-label {
  display: inline-block;
  font-family: var(--font-head);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #8888BB;
  margin-bottom: 0.75rem;
}

.ash-teaser-head {
  font-family: var(--font-head);
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  font-weight: 900;
  color: var(--white);
  margin-bottom: 1rem;
  line-height: 1.12;
}

.ash-teaser-body {
  font-size: 0.98rem;
  color: rgba(255,255,255,0.68);
  line-height: 1.78;
  max-width: 600px;
  margin-bottom: 2.5rem;
}

.ash-stat-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.875rem;
  margin-bottom: 2.5rem;
}

.ash-stat {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  border-top: 3px solid #6666AA;
  border-radius: var(--radius, 8px);
  padding: 1.25rem 1rem;
}

.ash-stat-num {
  display: block;
  font-family: var(--font-head);
  font-weight: 900;
  font-size: clamp(1.3rem, 4vw, 1.9rem);
  color: #AAAADD;
  line-height: 1;
  margin-bottom: 0.4rem;
}

.ash-stat-lbl {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.5);
  line-height: 1.45;
  display: block;
}

.ash-teaser-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.88);
  border: 2px solid rgba(255,255,255,0.25);
  border-radius: 50px;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.92rem;
  padding: 0.9rem 1.8rem;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.ash-teaser-cta:hover {
  background: rgba(255,255,255,0.17);
  border-color: rgba(255,255,255,0.5);
  color: var(--white);
}

@media (min-width: 640px) {
  .ash-stat-row { grid-template-columns: repeat(3, 1fr); }
}

@media (min-width: 860px) {
  .ash-stat-row { grid-template-columns: repeat(3, 1fr); }
}
