:root {
  --atlas-accent: #3a8fc4;
  --atlas-accent-bright: #5fb0e0;
  --atlas-letter: 'I';
  --atlas-bg: #050b10;
  --atlas-deep: #020508;
  --atlas-panel: #08131a;
}
/* Hero — use card image which has no UI elements baked in */
.atlas-hero-bg {
  background-image: url('../images/iceland-card.jpg');
  background-position: center 40%;
}
/* Iceland blue-tinted verdict */
.atlas-verdict {
  background:
    radial-gradient(circle at 72% 18%, color-mix(in srgb, var(--atlas-accent) 22%, transparent), transparent 34%),
    linear-gradient(145deg, #081828, #04090d 74%);
}
/* Fix narrow + prose widths */
.atlas-section.narrow { width: min(var(--atlas-max), calc(100% - 40px)); }
.atlas-prose p, .atlas-prose .lead { max-width: none; }
.atlas-monitor-copy > p { max-width: none; }
.atlas-event p { max-width: none; }
.atlas-trust p { max-width: none; }
.atlas-verdict-note { max-width: none; }
/* Fix insight float */
.atlas-insight { max-width: none; width: 100%; }
/* Science cutaway */
.atlas-science img { background: #080d12; border-radius: 8px; padding: 8px; }
/* Systems grid */
.iceland-systems { display: grid; grid-template-columns: repeat(3,1fr); gap: 36px 44px; }
.iceland-system { padding-top: 18px; border-top: 1px solid var(--atlas-line); }
.iceland-system .icon { font-size: 28px; color: var(--atlas-accent-bright); }
.iceland-system h3 { margin: 12px 0 7px; font-size: 28px; }
.iceland-system p { margin: 0; color: var(--atlas-muted); font-size: 17px; line-height: 1.58; }
/* Live stream card */
.iceland-live {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0;
  background: #08131a; border: 1px solid var(--atlas-line); border-radius: 14px; overflow: hidden;
  margin-top: 28px;
}
.iceland-live-media {
  position: relative; aspect-ratio: 16/9; background: #020507; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
}
.iceland-live-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: brightness(.55); }
.iceland-live-play {
  position: relative; z-index: 2; width: 64px; height: 64px;
  background: var(--atlas-accent); border-radius: 50%;
  display: grid; place-items: center; padding-left: 5px;
  font-size: 24px; color: #fff; box-shadow: 0 8px 28px rgba(0,0,0,.5);
}
.iceland-live-copy { padding: 42px 48px; display: flex; flex-direction: column; justify-content: center; }
.iceland-live-copy h3 { font-family: 'Playfair Display',Georgia,serif; font-size: 28px; margin: 0 0 14px; }
.iceland-live-copy p { color: #d0cac2; font-size: 17px; line-height: 1.65; margin: 0 0 24px; }
.iceland-live-btn {
  display: inline-block; padding: 12px 24px; background: var(--atlas-accent); color: #fff;
  font-size: 14px; font-weight: 700; border-radius: 6px; letter-spacing: .06em; width: fit-content;
}
@media(max-width:900px) {
  .iceland-systems { grid-template-columns: 1fr 1fr; }
  .iceland-live { grid-template-columns: 1fr; }
}
@media(max-width:600px) {
  .iceland-systems { grid-template-columns: 1fr; }
  .iceland-live-copy { padding: 28px 20px; }
}

/* Stat font override — prevents wrapping on long values */
.atlas-stat strong { font-size: 30px !important; }

/* ── STATS — more breathing room, larger label ── */
.atlas-stats { padding: 40px 0 100px; gap: 40px; }
.atlas-stat { padding-top: 28px; }
.atlas-stat span { font-size: 14px; margin-top: 10px; }

/* ── SYSTEMS — 2 cols, more space, larger text ── */
.iceland-systems { grid-template-columns: repeat(2,1fr); gap: 48px 60px; }
.iceland-system { padding-top: 24px; }
.iceland-system h3 { font-size: 32px; margin-bottom: 10px; }
.iceland-system p { font-size: 18px; line-height: 1.65; }
.iceland-system .icon { font-size: 32px; margin-bottom: 4px; }

/* ── VERDICT — replace 'I' (thin line) with nothing ── */
.atlas-verdict::after { content: none; }

/* ── INSIGHT inside split — pull full width ── */
.atlas-split .atlas-insight {
  grid-column: 1 / -1;
  max-width: none;
  width: 100%;
}

@media(max-width:900px){
  .iceland-systems { grid-template-columns: 1fr; }
}

/* ── SYSTEMS — 3×3 grid ── */
.iceland-systems { grid-template-columns: repeat(3,1fr) !important; gap: 40px 52px !important; }
.iceland-system h3 { font-size: 28px; }
.iceland-system p { font-size: 17px; }

/* ── STATS — lava orange accent on value ── */
.atlas-stat strong { color: #f05d24 !important; }

/* ── WHERE THINGS STAND facts — 2 columns of 3 ── */
.atlas-facts {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  border-top: none !important;
  gap: 0 48px;
}
.atlas-fact {
  grid-template-columns: 1fr !important;
  gap: 5px;
}
.atlas-fact span { font-size: 11px; }
.atlas-fact strong { font-size: 17px; }

@media(max-width:900px){
  .iceland-systems { grid-template-columns: repeat(2,1fr) !important; }
  .atlas-facts { grid-template-columns: 1fr !important; }
}
@media(max-width:600px){
  .iceland-systems { grid-template-columns: 1fr !important; }
}

/* ── CONSISTENCY FIXES ── */
.atlas-verdict { min-height: auto !important; padding: 80px 0 !important; }
.atlas-verdict blockquote { font-size: clamp(20px, 2.2vw, 28px) !important; line-height: 1.6 !important; }
.atlas-section { padding: 72px 0 !important; }
.atlas-monitor { padding: 72px 0 !important; }
.atlas-timeline { padding: 72px 0 !important; }


/* ── MONITORING CARDS ── */
.atlas-command { gap: 28px 40px !important; }
.atlas-method { padding: 22px 20px !important; }
.atlas-method strong { font-size: 20px !important; margin-bottom: 6px; }
.atlas-method span { font-size: 16px !important; line-height: 1.65 !important; }


/* ── ICELAND FLAGSHIP POLISH ── */
.iceland-quick{width:min(var(--atlas-max),calc(100% - 40px));margin:-42px auto 76px;position:relative;z-index:5;display:grid;grid-template-columns:.3fr 1.7fr;background:rgba(5,14,20,.97);border:1px solid var(--atlas-line)}
.iceland-quick-label{display:flex;align-items:center;padding:22px 24px;border-right:1px solid var(--atlas-line);color:var(--atlas-accent-bright);font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}
.iceland-quick-grid{display:grid;grid-template-columns:repeat(5,1fr);margin:0}.iceland-quick-grid div{padding:20px;border-right:1px solid var(--atlas-line)}.iceland-quick-grid div:last-child{border-right:0}.iceland-quick-grid dt{color:var(--atlas-muted);font-size:11px;text-transform:uppercase;letter-spacing:.1em}.iceland-quick-grid dd{margin:5px 0 0;color:#fff;font-size:16px;font-weight:700;line-height:1.3}
.iceland-dashboard{width:min(var(--atlas-max),calc(100% - 40px));margin:0 auto 78px;border:1px solid var(--atlas-line);background:linear-gradient(145deg,#071923,#03090e)}
.iceland-dashboard-head{display:flex;justify-content:space-between;align-items:end;gap:28px;padding:34px;border-bottom:1px solid var(--atlas-line)}.iceland-dashboard-head h2{margin:8px 0 0;font-family:'Playfair Display',Georgia,serif;font-size:clamp(38px,5vw,62px);line-height:1}.iceland-dashboard-badge{display:flex;align-items:center;gap:9px;color:#dff4ff;font-weight:700;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}.iceland-dashboard-badge span{width:10px;height:10px;border-radius:50%;background:#5fb0e0;box-shadow:0 0 14px #5fb0e0}
.iceland-dashboard-grid{display:grid;grid-template-columns:1.5fr repeat(2,1fr)}.iceland-dashboard-grid>div{min-height:145px;padding:24px;border-right:1px solid var(--atlas-line);border-bottom:1px solid var(--atlas-line)}.iceland-dashboard-grid>div:nth-child(3n){border-right:0}.iceland-dashboard-grid>div:nth-last-child(-n+3){border-bottom:0}.iceland-dashboard-main{grid-row:span 2;display:flex;flex-direction:column;justify-content:center;background:radial-gradient(circle at 25% 30%,rgba(95,176,224,.16),transparent 62%)}.iceland-dashboard-main strong{font-family:'Playfair Display',Georgia,serif;font-size:34px}.iceland-dashboard-main p{color:#ced9df;font-size:17px;line-height:1.62}.iceland-dashboard-grid span{display:block;color:var(--atlas-muted);font-size:11px;text-transform:uppercase;letter-spacing:.11em}.iceland-dashboard-grid>div>strong{display:block;margin-top:10px;color:#fff;font-family:'Playfair Display',Georgia,serif;font-size:25px}.iceland-dashboard-grid small{display:block;margin-top:7px;color:#9dacb4;line-height:1.4}
.iceland-latest-callout{width:min(var(--atlas-max),calc(100% - 40px));margin:-52px auto 72px;display:grid;grid-template-columns:220px 1fr;gap:28px;padding:24px 28px;border:1px solid rgba(95,176,224,.38);border-left:4px solid #5fb0e0;background:linear-gradient(90deg,rgba(58,143,196,.16),rgba(4,11,16,.96) 42%)}.iceland-callout-date{color:#8bcdf2;font-weight:800;font-size:13px;letter-spacing:.1em;text-transform:uppercase}.iceland-latest-callout strong{display:block;color:#fff;font-family:'Playfair Display',Georgia,serif;font-size:24px}.iceland-latest-callout p{margin:7px 0 0;color:#cad6dc;line-height:1.55}.iceland-live-section{padding-top:0!important}
.iceland-precursors{width:min(var(--atlas-max),calc(100% - 40px));margin:76px auto;padding:48px;border:1px solid var(--atlas-line);background:linear-gradient(135deg,#061821,#071015)}.iceland-precursor-copy{max-width:870px}.iceland-precursor-copy h2{margin:8px 0 20px;font-family:'Playfair Display',Georgia,serif;font-size:clamp(44px,6vw,78px);line-height:.98}.iceland-precursor-copy .lead{color:#f3f7f9;font-size:22px;line-height:1.6}.iceland-cycle{display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr auto 1fr;gap:10px;margin-top:34px}.iceland-cycle article{padding:22px 17px;border:1px solid rgba(255,255,255,.12);background:rgba(3,9,13,.64)}.iceland-cycle b{color:#5fb0e0;font-size:12px;letter-spacing:.13em}.iceland-cycle strong{display:block;margin-top:8px;font-family:'Playfair Display',Georgia,serif;font-size:22px}.iceland-cycle span{display:block;margin-top:8px;color:var(--atlas-muted);font-size:14px;line-height:1.45}.iceland-cycle i{align-self:center;color:#5fb0e0;font-size:22px;font-style:normal}.iceland-precursor-note{display:grid;grid-template-columns:190px 1fr;gap:24px;margin-top:18px;padding:20px 22px;border:1px solid rgba(95,176,224,.24);background:rgba(58,143,196,.07)}.iceland-precursor-note strong{color:#8bcdf2;text-transform:uppercase;letter-spacing:.08em;font-size:13px}.iceland-precursor-note span{color:#d1dbe0;line-height:1.55}
.iceland-event-recent{background:linear-gradient(90deg,rgba(58,143,196,.14),transparent);padding:22px 20px;border:1px solid rgba(95,176,224,.3);border-radius:8px}.iceland-event-recent .atlas-year span{display:block;width:max-content;margin-bottom:9px;padding:5px 8px;border:1px solid rgba(95,176,224,.5);border-radius:3px;color:#8bcdf2;font-size:10px;font-weight:800;line-height:1;letter-spacing:.12em;text-transform:uppercase}
.iceland-hazards-four{grid-template-columns:repeat(4,1fr);gap:28px}.iceland-hazards-four .atlas-hazard p{max-width:31ch}
.iceland-monitor-layout{display:grid;grid-template-columns:.92fr 1.08fr;gap:58px;align-items:center}.iceland-monitor-visual img{width:100%;border:1px solid rgba(95,176,224,.23);background:#041018;box-shadow:0 20px 46px rgba(0,0,0,.22)}.iceland-monitor-copy h2{margin:8px 0 24px}.iceland-monitor-copy>p{color:#d0dae0;font-size:18px;line-height:1.68}.iceland-monitor-facts{display:grid;grid-template-columns:1fr 1fr;gap:0 28px;margin-top:28px}.iceland-monitor-facts div{padding:17px 0;border-top:1px solid rgba(255,255,255,.13)}.iceland-monitor-facts strong{display:block;color:#fff;font-size:20px}.iceland-monitor-facts span{display:block;margin-top:6px;color:#b6c2c8;font-size:15px;line-height:1.5}
.iceland-myths{padding:88px 0;background:#061018;border-top:1px solid var(--atlas-line);border-bottom:1px solid var(--atlas-line)}.iceland-myths-inner{width:min(var(--atlas-max),calc(100% - 40px));margin:auto}.iceland-myths h2{max-width:920px;margin:8px 0 34px;font-family:'Playfair Display',Georgia,serif;font-size:clamp(44px,6vw,78px);line-height:.98}.iceland-myth-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.iceland-myth-grid article{padding:26px;border:1px solid var(--atlas-line);background:#08131a}.iceland-myth-grid article>strong{color:#5fb0e0;font-size:11px;letter-spacing:.13em;text-transform:uppercase}.iceland-myth-grid h3{margin:10px 0 9px;font-family:'Playfair Display',Georgia,serif;font-size:25px;line-height:1.15}.iceland-myth-grid p{margin:0;color:var(--atlas-muted);font-size:16px;line-height:1.55}
@media(max-width:1050px){.iceland-quick{grid-template-columns:1fr}.iceland-quick-label{border-right:0;border-bottom:1px solid var(--atlas-line)}.iceland-quick-grid{grid-template-columns:repeat(3,1fr)}.iceland-dashboard-grid{grid-template-columns:1fr 1fr}.iceland-dashboard-main{grid-column:1/-1;grid-row:auto}.iceland-dashboard-grid>div{border-right:1px solid var(--atlas-line)!important;border-bottom:1px solid var(--atlas-line)!important}.iceland-dashboard-grid>div:nth-child(even){border-right:0!important}.iceland-cycle{grid-template-columns:1fr}.iceland-cycle i{transform:rotate(90deg);justify-self:center}.iceland-monitor-layout{grid-template-columns:1fr}.iceland-hazards-four{grid-template-columns:1fr 1fr}}
@media(max-width:650px){.iceland-quick{margin:-28px auto 50px}.iceland-quick-grid{grid-template-columns:1fr}.iceland-quick-grid div{border-right:0;border-bottom:1px solid var(--atlas-line)}.iceland-dashboard-head{align-items:flex-start;flex-direction:column;padding:25px 18px}.iceland-dashboard-grid{grid-template-columns:1fr}.iceland-dashboard-grid>div{border-right:0!important}.iceland-latest-callout{grid-template-columns:1fr;margin:-34px auto 55px;padding:20px 18px}.iceland-precursors{padding:30px 18px}.iceland-precursor-note,.iceland-monitor-facts,.iceland-myth-grid,.iceland-hazards-four{grid-template-columns:1fr}}


/* ── ICELAND EVERGREEN / CAMPI STANDARD ── */
.atlas-status a,
.iceland-dashboard-main a{
  display:inline-flex;
  margin-top:12px;
  color:#f08a43;
  font-weight:700;
  border-bottom:1px solid rgba(240,138,67,.45);
}
.atlas-status a:hover,
.iceland-dashboard-main a:hover{
  color:#fff;
  border-color:#fff;
}
.iceland-evergreen-dashboard .iceland-dashboard-main{
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.iceland-evergreen-dashboard .iceland-dashboard-main p{
  max-width:720px;
}
