/**
 * Speecho — articles (pleine largeur, lecture magazine)
 */
:root {
  --bg: #f3f7f4;
  --ink: #152033;
  --muted: #5a6a82;
  --line: #d5deea;
  --coral: #e85d4c;
  --coral-deep: #c94536;
  --coral-soft: #ffe8e4;
  --teal: #1a7a6d;
  --teal-soft: #d9f0ec;
  --sun: #fff6e4;
  --sky: #e4eef8;
  --sky-mid: #edf3f9;
  --blue: #3d6a9a;
  --surface: #ffffff;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: "Outfit", system-ui, sans-serif;
  background: var(--sky-mid);
  color: var(--ink);
  line-height: 1.65;
  font-size: 18px;
}

h1, h2, h3 {
  font-family: "Source Serif 4", Georgia, serif;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.12;
}

nav {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(21, 32, 51, 0.88);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.nav-inner {
  width: 100%;
  padding: 16px 5vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.logo {
  font-family: "Outfit", sans-serif;
  font-weight: 800;
  font-size: 1.35rem;
  color: #fff;
  text-decoration: none;
  letter-spacing: -0.03em;
}
.logo span { color: #ffb4aa; }

.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}
.nav-links a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
}
.nav-links a:hover { color: #fff; }

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.12);
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.25rem;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  font-family: inherit;
}
.btn-coral { background: var(--coral); color: #fff; }
.btn-coral:hover { background: var(--coral-deep); }
.btn-ghost {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.35);
}
.nav-links .btn { color: #fff; padding: 0.55rem 1.1rem; font-size: 0.9rem; }

.hero {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  min-height: min(88vh, 820px);
  width: 100%;
  background: #152033;
  color: #fff;
}

.hero-copy {
  padding: 7vh 5vw 6vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.1rem;
}

.kicker {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #ffb4aa;
}

.hero h1 {
  font-size: clamp(2.4rem, 5.2vw, 4.6rem);
  max-width: 18ch;
}

.hero .deck {
  font-size: clamp(1.05rem, 1.6vw, 1.28rem);
  color: rgba(255, 255, 255, 0.78);
  max-width: 38ch;
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.55);
  margin-top: 0.4rem;
}

.hero-visual {
  position: relative;
  min-height: 320px;
  overflow: hidden;
}
.hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 55% 40%;
  display: block;
}
.hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #152033 0%, transparent 28%);
  pointer-events: none;
}

.band {
  width: 100%;
  padding: 5.5rem 5vw;
}

.lede {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 6vw;
  align-items: start;
  background: var(--surface);
  border-bottom: 1px solid var(--line);
}

.lede p {
  font-size: clamp(1.15rem, 1.7vw, 1.4rem);
  line-height: 1.55;
  max-width: none;
}

.lede aside {
  background: var(--sky);
  padding: 1.6rem 1.7rem;
  border-radius: 20px;
  font-size: 1rem;
  color: var(--muted);
  border-left: 4px solid var(--blue);
}
.lede aside strong { color: var(--blue); display: block; margin-bottom: 0.4rem; }

.questions {
  width: 100%;
  background: var(--sky-mid);
}

.q {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 22vw);
  gap: 4vw;
  align-items: start;
  width: 100%;
  padding: 3.8rem 5vw;
  border-bottom: 1px solid #d5deea;
  background: #fff;
}

.q:nth-child(even) {
  background: linear-gradient(90deg, #e4eef8 0%, #f4f7fb 100%);
}

.q-index {
  font-family: "Outfit", sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--coral);
  margin-bottom: 0.55rem;
}

.q h2 {
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  margin-bottom: 1.15rem;
  color: var(--ink);
}

.q .body p:not(.q-index) { margin-bottom: 0.95rem; color: #243244; }
.q .body p:not(.q-index):last-of-type { margin-bottom: 0; }

.trap {
  background: #fff8f6;
  border: 1px solid #f0d0cb;
  border-left: 4px solid var(--coral);
  border-radius: 14px;
  padding: 1.2rem 1.3rem 1.3rem;
  font-size: 0.95rem;
  color: #3a2a28;
  position: sticky;
  top: 88px;
}
.trap .label {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--coral);
  margin-bottom: 0.5rem;
}

.closer {
  background: linear-gradient(115deg, #152033 0%, #1a2740 55%, #243656 100%);
  color: #fff;
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 5vw;
  align-items: center;
}
.closer h2 { font-size: clamp(1.8rem, 3vw, 2.6rem); margin-bottom: 0.8rem; }
.closer p { color: rgba(255, 255, 255, 0.75); margin-bottom: 1.4rem; max-width: 52ch; }
.closer .actions { display: flex; flex-wrap: wrap; gap: 12px; }
.closer ol {
  border-left: 3px solid var(--coral);
  padding-left: 1.15rem;
}

footer {
  width: 100%;
  padding: 1.4rem 5vw;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  color: var(--muted);
  font-size: 0.92rem;
  background: #e8eef6;
}
footer a { color: var(--muted); text-decoration: none; font-weight: 600; }
footer a:hover { color: var(--teal); }

/* Index */
.index-hero {
  width: 100%;
  padding: 4.5rem 5vw 2.5rem;
  background: linear-gradient(115deg, #152033 0%, #1a2740 55%, #243656 100%);
  color: #fff;
}
.index-hero h1 { font-size: clamp(2rem, 4vw, 3.2rem); max-width: 16ch; }
.index-hero p { color: rgba(255, 255, 255, 0.7); margin-top: 0.55rem; font-size: 1.05rem; }

.feature {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42%;
  grid-template-rows: 340px;
  width: 100%;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border-bottom: 1px solid var(--line);
  align-items: stretch;
}
.feature:hover .feature-copy h2 { color: var(--coral); }
.feature-copy {
  padding: 2rem 5vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;
  min-height: 0;
}
.feature-copy h2 { font-size: clamp(1.4rem, 2.2vw, 1.95rem); color: var(--ink); }
.feature-copy p { color: var(--muted); font-size: 1rem; }
.feature img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  object-position: center 32%;
  display: block;
}
.feature.alt { background: var(--sky-mid); }

@media (max-width: 900px) {
  .nav-toggle { display: flex; }
  .nav-links {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    padding: 8px 0 14px;
  }
  nav.is-open .nav-links { display: flex; }
  .nav-inner { flex-wrap: wrap; }
  .hero,
  .lede,
  .closer {
    grid-template-columns: 1fr;
  }
  .feature,
  .feature.alt {
    grid-template-columns: 1fr;
    grid-template-rows: 240px auto;
  }
  .feature img,
  .feature.alt img {
    order: 0;
    height: 240px;
    width: 100%;
  }
  .hero { min-height: 0; }
  .hero-visual { min-height: 42vh; }
  .hero-visual::after {
    background: linear-gradient(0deg, #152033 0%, transparent 40%);
  }
  .q {
    grid-template-columns: 1fr;
    gap: 1.35rem;
    padding: 2.6rem 6vw;
  }
  .trap { position: static; }
}
