/* ==========================================================================
   RESTOPTIMA — PUBLIC SITE
   ========================================================================== */


/* ==========================================================================
   1. DESIGN TOKENS
   ========================================================================== */

:root {
  --ink-950: #13242b;
  --ink-900: #1d3038;
  --ink-800: #354b54;
  --ink-700: #506269;
  --ink-600: #68787e;
  --ink-500: #829096;

  --ink: var(--ink-900);
  --ink-soft: var(--ink-600);

  --brand-950: #142a32;
  --brand-900: #203b45;
  --brand-800: #36545f;
  --brand-700: #496873;

  --accent-700: #a84f38;
  --accent-600: #c05d43;
  --accent-500: #dc795d;
  --accent-300: #edaa95;
  --accent-200: #f0c2b4;
  --accent-100: #fbefea;

  --surface: #ffffff;
  --surface-soft: #f8f7f3;
  --surface-muted: #eef2f0;
  --surface-warm: #f4efe7;
  --surface-sage: #e4ece8;
  --surface-sage-strong: #d5e2dd;
  --surface-dark: #203942;
  --surface-darker: #142930;

  --line: #d8dfdc;
  --line-soft: rgba(20, 42, 50, .09);
  --line-strong: #bec9c5;

  --success: #2f7659;
  --danger: #a33d2a;

  --shadow-xs: 0 1px 2px rgba(19, 36, 43, .04);
  --shadow-sm: 0 7px 24px rgba(19, 36, 43, .06);
  --shadow-md: 0 16px 42px rgba(19, 36, 43, .08);
  --shadow-lg: 0 24px 62px rgba(19, 36, 43, .11);

  --radius-sm: 5px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-xl: 18px;

  --container: 1120px;
  --reading: 780px;
  --header-height: 72px;

  --display-sans:
    "Aptos Display",
    "Segoe UI Variable Display",
    "Segoe UI",
    system-ui,
    -apple-system,
    sans-serif;

  --body-sans:
    "Aptos",
    "Segoe UI Variable Text",
    "Segoe UI",
    system-ui,
    -apple-system,
    sans-serif;

  --font-serif:
    Georgia,
    "Times New Roman",
    serif;

  --ease-out: cubic-bezier(.2, .75, .25, 1);
}


/* ==========================================================================
   2. RESET / BASE
   ========================================================================== */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  width: 100%;
  max-width: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 24px);
  overflow-x: clip;
}

body {
  width: 100%;
  max-width: 100%;
  margin: 0;
  overflow-x: clip;
  color: var(--ink-900);
  background: var(--surface-soft);
  font-family: var(--body-sans);
  font-size: 17px;
  line-height: 1.68;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

@supports not (overflow: clip) {
  html,
  body {
    overflow-x: hidden;
  }
}

main {
  max-width: 100%;
  overflow-x: clip;
}

img,
svg {
  display: block;
  max-width: 100%;
}

button,
input,
textarea,
select {
  font: inherit;
}

a {
  color: var(--brand-800);
  text-decoration-thickness: .07em;
  text-underline-offset: .2em;
}

a:hover {
  color: var(--accent-700);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(192, 93, 67, .28);
  outline-offset: 4px;
}

::selection {
  color: #fff;
  background: var(--accent-600);
}

.container {
  width: min(var(--container), calc(100% - 48px));
  min-width: 0;
  margin-inline: auto;
}

.narrow,
.narrow-wide {
  max-width: 900px;
  margin-inline: auto;
}

.skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  border: 0;
  white-space: nowrap;
}

.skip-link:focus {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  width: auto;
  height: auto;
  margin: 0;
  padding: 12px 16px;
  overflow: visible;
  clip: auto;
  clip-path: none;
  border-radius: var(--radius-sm);
  color: var(--ink-950);
  background: #fff;
  box-shadow: var(--shadow-md);
}


/* ==========================================================================
   3. TYPOGRAPHY
   ========================================================================== */

h1,
h2,
h3,
h4 {
  max-width: 100%;
  margin: 0;
  color: var(--brand-950);
  font-family: var(--display-sans);
  line-height: 1.08;
  text-wrap: balance;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

h1 {
  font-size: clamp(2.55rem, 4.5vw, 4.2rem);
  font-weight: 760;
  letter-spacing: -.045em;
}

h2 {
  font-size: clamp(1.9rem, 3vw, 2.7rem);
  font-weight: 730;
  letter-spacing: -.035em;
}

h3 {
  font-size: clamp(1.2rem, 1.8vw, 1.5rem);
  font-weight: 720;
  letter-spacing: -.02em;
}

p {
  margin: 0 0 1rem;
  text-wrap: pretty;
}

li {
  text-wrap: pretty;
}

.lead,
.section-lead {
  max-width: 720px;
  color: var(--ink-700);
  font-size: clamp(1.07rem, 1.45vw, 1.22rem);
  line-height: 1.65;
  letter-spacing: -.008em;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 12px;
  color: var(--accent-700);
  font-size: .72rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 18px;
  height: 1px;
  flex: 0 0 18px;
  background: currentColor;
  content: "";
  opacity: .68;
}

.small {
  color: var(--ink-600);
  font-size: .8rem;
}

.text-link {
  display: inline;
  color: var(--accent-700);
  font-weight: 750;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}

.text-link:hover {
  color: var(--brand-950);
}


/* ==========================================================================
   4. LAYOUT PRIMITIVES
   ========================================================================== */

.section {
  position: relative;
  isolation: isolate;
  padding: clamp(72px, 7vw, 96px) 0;
}

.section > .container {
  position: relative;
  z-index: 1;
}

.section-heading {
  max-width: 840px;
  margin-bottom: 34px;
}

.section-copy {
  display: grid;
  gap: 18px;
}

.section-conclusion {
  max-width: 760px;
  margin: 30px 0 18px;
  padding-left: 18px;
  border-left: 2px solid var(--accent-600);
  color: var(--ink-800);
  font-weight: 700;
}

.muted-band {
  background: var(--surface-muted);
}

.prose-section {
  max-width: 860px;
}

.prose-section h2 {
  max-width: 760px;
}

.prose-section h2 + div,
.prose-section h2 + p {
  margin-top: 24px;
}

.prose-section > div,
.prose-section > p,
.prose-section li {
  color: var(--ink-700);
  font-size: clamp(1rem, .25vw + .96rem, 1.1rem);
  line-height: 1.78;
}

.two-cols,
.contact-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(40px, 7vw, 82px);
  align-items: start;
}

.two-cols > *,
.contact-layout > * {
  min-width: 0;
}


/* ==========================================================================
   5. HEADER / NAVIGATION
   ========================================================================== */

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-top: 3px solid var(--brand-950);
  border-bottom: 1px solid rgba(20, 42, 50, .10);
  background: rgba(250, 251, 249, .95);
  backdrop-filter: blur(10px);
  box-shadow: 0 1px 0 rgba(20, 42, 50, .02);
}

.header-inner {
  min-height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.header-inner > * {
  min-width: 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--brand-950);
  font-weight: 900;
  letter-spacing: -.025em;
  text-decoration: none;
}

.brand:hover {
  color: var(--brand-950);
}

.brand-logo {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  object-fit: cover;
  box-shadow:
    0 0 0 1px rgba(20, 42, 50, .05),
    0 4px 12px rgba(20, 42, 50, .07);
}

.brand-name {
  font-family: var(--display-sans);
  font-size: 1.18rem;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 2px;
}

.main-nav a {
  position: relative;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 8px 10px;
  border-radius: 5px;
  color: var(--brand-800);
  font-size: .9rem;
  font-weight: 750;
  text-decoration: none;
  transition:
    color .18s ease,
    background-color .18s ease;
}

.main-nav a:not(.nav-cta)::after {
  position: absolute;
  right: 10px;
  bottom: 5px;
  left: 10px;
  height: 1px;
  background: var(--accent-600);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .22s var(--ease-out);
}

.main-nav a:not(.nav-cta):hover::after,
.main-nav a:not(.nav-cta):focus-visible::after {
  transform: scaleX(1);
}

.main-nav a:hover {
  color: var(--brand-950);
}

.main-nav .nav-cta {
  margin-left: 5px;
  padding-inline: 15px;
  color: #fff;
  background: var(--accent-700);
}

.main-nav .nav-cta:hover {
  color: #fff;
  background: var(--brand-900);
}


/* ==========================================================================
   6. BUTTONS / COMMON ACTIONS
   ========================================================================== */

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 30px;
}

.button,
.dossier-more summary {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 19px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-family: var(--display-sans);
  font-size: .9rem;
  font-weight: 750;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition:
    color .18s ease,
    background-color .18s ease,
    border-color .18s ease,
    transform .18s ease;
}

.button:hover {
  text-decoration: none;
}

.button.primary {
  color: #fff;
  background: var(--accent-700);
}

.button.primary:hover {
  color: #fff;
  background: var(--brand-900);
}

.button.secondary {
  border-color: var(--line-strong);
  color: var(--brand-900);
  background: transparent;
}

.button.secondary:hover {
  border-color: var(--brand-800);
  color: var(--brand-900);
  background: rgba(255, 255, 255, .55);
}

.section-cta {
  margin-top: 1.25rem;
}

.button.disabled {
  color: var(--ink-500);
  border-color: var(--line);
  background: var(--surface-muted);
  cursor: not-allowed;
}


/* ==========================================================================
   7. GENERIC PAGE HERO / BREADCRUMBS
   ========================================================================== */

.page-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(56px, 6vw, 82px) 0;
  border-bottom: 1px solid var(--line-soft);
  background:
    radial-gradient(
      circle at 88% 12%,
      rgba(192, 93, 67, .10),
      transparent 25%
    ),
    linear-gradient(
      135deg,
      #f5f0e8 0%,
      #eaf1ee 100%
    );
}

.page-hero h1 {
  max-width: 880px;
}

.page-hero .lead {
  margin-top: 18px;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
  color: var(--ink-500);
  font-size: .78rem;
}

.breadcrumbs a {
  color: var(--ink-600);
}

.preview-banner {
  position: sticky;
  z-index: 90;
  top: var(--header-height);
  padding: .72rem 1rem;
  color: #fff;
  background: #8b402c;
  text-align: center;
  font-size: .86rem;
  font-weight: 800;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .12);
}


/* ==========================================================================
   8. HOME — HERO
   ========================================================================== */

.hero,
.home-hero {
  position: relative;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding-block: clamp(64px, 6vw, 92px);
  color: #fff;
  background:
    linear-gradient(
      90deg,
      rgba(7, 20, 26, .18),
      rgba(7, 20, 26, .04) 45%,
      rgba(7, 20, 26, .18)
    ),
    url("../img/visuals/restoptima-pattern.f2cde147803e.svg"),
    radial-gradient(
      circle at 78% 18%,
      rgba(220, 121, 93, .22),
      transparent 25%
    ),
    linear-gradient(
      135deg,
      #102329 0%,
      #18343d 54%,
      #223f48 100%
    );
  background-repeat:
    no-repeat,
    repeat,
    no-repeat,
    no-repeat;
  background-size:
    auto,
    420px 280px,
    auto,
    auto;
  background-attachment: scroll;
}

.hero::after {
  position: absolute;
  right: -18rem;
  bottom: -24rem;
  width: 46rem;
  height: 46rem;
  border: 1px solid rgba(255, 255, 255, .055);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.hero-layout {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, .96fr);
  gap: clamp(42px, 6vw, 82px);
  align-items: center;
}

.hero-layout > * {
  min-width: 0;
}

.hero-copy {
  position: relative;
}

.hero-copy::after {
  width: 72px;
  height: 2px;
  display: block;
  margin-top: 28px;
  background: linear-gradient(
    90deg,
    var(--accent-300),
    transparent
  );
  content: "";
}

.hero .eyebrow {
  color: var(--accent-300);
}

.hero h1 {
  max-width: 790px;
  color: #fff;
  font-size: clamp(2.9rem, 4.5vw, 4.35rem);
}

.hero .lead {
  max-width: 670px;
  margin-top: 20px;
  color: rgba(255, 255, 255, .78);
  font-size: clamp(1.06rem, 1.15vw, 1.22rem);
}

.hero .actions {
  margin-top: 32px;
}

.hero .button.primary {
  background: var(--accent-600);
}

.hero .button.primary:hover {
  background: var(--accent-700);
}

.hero .button.secondary {
  border-color: rgba(255, 255, 255, .40);
  color: #fff;
  background: rgba(255, 255, 255, .025);
}

.hero .button.secondary:hover {
  border-color: #fff;
  color: #fff;
  background: rgba(255, 255, 255, .08);
}

.hero-visual-stack {
  position: relative;
  min-width: 0;
}

.hero-visual {
  position: relative;
  margin: 0;
}

.hero-visual::before {
  position: absolute;
  inset: 8% 7% 10%;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(220, 121, 93, .12),
    transparent 66%
  );
  filter: blur(10px);
  content: "";
}

.hero-visual img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 540px;
  margin-left: auto;
  filter: drop-shadow(0 24px 46px rgba(0, 0, 0, .14));
}

.hero-microfacts {
  position: absolute;
  right: 0;
  bottom: -2%;
  left: 9%;
  display: grid;
  grid-template-columns: repeat(4, auto);
  justify-content: space-between;
  gap: 8px;
  padding: 12px 16px;
  border-top: 1px solid rgba(255, 255, 255, .12);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .55);
  font-size: .66rem;
  font-weight: 760;
  letter-spacing: .11em;
  text-transform: uppercase;
}


/* ==========================================================================
   9. HOME — CONTENT SECTIONS
   ========================================================================== */

.home-problem {
  padding-block: clamp(78px, 7vw, 104px);
  background:
    linear-gradient(
      90deg,
      #fff 0%,
      #fff 72%,
      #faf7f1 100%
    );
}

.home-problem .prose-section {
  display: grid;
  grid-template-columns: minmax(190px, .34fr) minmax(0, .66fr);
  column-gap: clamp(38px, 6vw, 84px);
  max-width: 1030px;
}

.home-problem .eyebrow {
  grid-column: 1;
  align-self: start;
  margin-top: 8px;
}

.home-problem h2,
.home-problem .section-lead {
  grid-column: 2;
}

.home-problem h2 {
  max-width: 760px;
}

.home-problem .section-lead {
  margin-top: 24px;
}


/* Home rhythm */

.home-rhythm,
#fonctionnement {
  overflow: hidden;
  background:
    radial-gradient(
      circle at 10% 82%,
      rgba(192, 93, 67, .08),
      transparent 24%
    ),
    linear-gradient(
      180deg,
      var(--surface-sage) 0%,
      #edf2ef 100%
    );
}

.home-rhythm .section-heading {
  display: grid;
  grid-template-columns: minmax(0, .42fr) minmax(0, .58fr);
  gap: clamp(36px, 5vw, 72px);
  max-width: none;
}

.home-rhythm .section-heading .eyebrow {
  align-self: start;
  margin-top: 10px;
}

.home-rhythm .section-heading h2 {
  max-width: 700px;
}

.home-rhythm .section-heading::after {
  width: 64px;
  height: 2px;
  display: block;
  margin-top: 22px;
  background: linear-gradient(
    90deg,
    var(--accent-600),
    transparent
  );
  content: "";
}

.cycle-visual {
  max-width: 900px;
  margin: 8px auto 28px;
}

.cycle-visual img {
  width: 100%;
  filter: drop-shadow(0 8px 18px rgba(20, 42, 50, .045));
}

.monthly-cycle {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(20, 42, 50, .17);
  border-bottom: 1px solid rgba(20, 42, 50, .17);
}

.monthly-cycle article {
  min-height: 205px;
  padding: 34px 42px 36px 0;
}

.monthly-cycle article + article {
  padding-right: 0;
  padding-left: 42px;
  border-left: 1px solid rgba(20, 42, 50, .17);
}

.cycle-marker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.cycle-marker span {
  color: var(--accent-700);
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .1em;
}

.cycle-marker strong {
  color: var(--ink-600);
  font-size: .72rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.monthly-cycle h3 {
  margin-bottom: 10px;
  font-size: clamp(1.4rem, 2.1vw, 1.8rem);
}

.monthly-cycle p {
  color: var(--ink-700);
}


/* Home accessible function */

.home-access-section {
  position: relative;
  overflow: hidden;
  color: rgba(255, 255, 255, .82);
  background:
    linear-gradient(
      115deg,
      transparent 0 62%,
      rgba(255, 255, 255, .025) 62% 62.2%,
      transparent 62.2%
    ),
    radial-gradient(
      circle at 86% 14%,
      rgba(237, 170, 149, .16),
      transparent 24%
    ),
    linear-gradient(
      135deg,
      var(--surface-darker) 0%,
      var(--surface-dark) 100%
    );
}

.home-access-section::after {
  position: absolute;
  right: -210px;
  bottom: -310px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: 50%;
  content: "";
}

.home-access-layout {
  display: grid;
  grid-template-columns: minmax(0, .47fr) minmax(0, .53fr);
  gap: clamp(56px, 8vw, 120px);
  align-items: start;
}

.home-access-title h2 {
  max-width: 640px;
  color: #fff;
  font-size: clamp(2.2rem, 3.8vw, 3.35rem);
}

.home-access-title .eyebrow {
  color: var(--accent-300);
}

.home-access-copy {
  max-width: 660px;
  padding: 26px 0 10px clamp(30px, 4vw, 56px);
  border-left: 1px solid rgba(255, 255, 255, .15);
  color: rgba(255, 255, 255, .78);
  font-size: clamp(1rem, .25vw + .96rem, 1.1rem);
  line-height: 1.8;
}


/* Home analysis */

.home-analysis {
  background:
    radial-gradient(
      circle at 88% 40%,
      rgba(192, 93, 67, .075),
      transparent 24%
    ),
    linear-gradient(
      180deg,
      #f7f3ec 0%,
      #f1f4ef 100%
    );
}

.analysis-layout,
.report-layout {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, .84fr) minmax(390px, .9fr);
  gap: clamp(56px, 7vw, 100px);
  align-items: center;
}

.analysis-layout > *,
.report-layout > * {
  min-width: 0;
}

.analysis-layout .prose-section {
  align-self: center;
}

.analysis-visual,
.report-visual {
  position: relative;
  margin: 0;
}

.analysis-visual::before {
  position: absolute;
  inset: 9% 5%;
  border: 1px solid rgba(20, 42, 50, .07);
  border-radius: 50%;
  content: "";
}

.analysis-visual img,
.report-visual img {
  position: relative;
  z-index: 1;
  width: 100%;
}


/* Home dossier */

.home-dossier,
.dossier-home {
  position: relative;
  overflow: hidden;
  padding-block: clamp(82px, 7.5vw, 112px);
  border-block: 1px solid rgba(20, 42, 50, .08);
  background:
    radial-gradient(
      circle at 10% 12%,
      rgba(192, 93, 67, .10),
      transparent 24%
    ),
    linear-gradient(
      145deg,
      #dbe7e3 0%,
      #edf2ef 58%,
      #f4efe7 100%
    );
}

.home-dossier::after {
  position: absolute;
  right: -180px;
  bottom: -240px;
  width: 460px;
  height: 460px;
  border: 1px solid rgba(20, 42, 50, .07);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.home-dossier-layout {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(380px, 1.14fr);
  gap: clamp(54px, 8vw, 116px);
  align-items: start;
}

.home-dossier-intro {
  max-width: 560px;
  margin: 0;
}

.home-dossier-intro h2 {
  max-width: 520px;
  margin-bottom: 20px;
  font-size: clamp(2.1rem, 3.7vw, 3.35rem);
}

.home-dossier-intro > p:last-child {
  max-width: 520px;
  margin: 0;
  color: var(--ink-700);
  font-size: clamp(1rem, .3vw + .96rem, 1.1rem);
  line-height: 1.78;
}

.home-dossier-edition {
  position: relative;
  width: 100%;
  min-width: 0;
  padding: clamp(28px, 4vw, 42px) 0 0 clamp(30px, 4vw, 52px);
  border-left: 2px solid var(--accent-600);
}

.home-dossier-edition > time {
  display: block;
  margin-bottom: 18px;
  color: var(--accent-700);
  font-size: .76rem;
  font-weight: 850;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.home-dossier-summary {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-dossier-summary li {
  display: grid;
  width: 100%;
  gap: 4px;
  padding: 16px 0;
  border-top: 1px solid rgba(20, 42, 50, .13);
}

.home-dossier-summary li:last-child {
  border-bottom: 1px solid rgba(20, 42, 50, .13);
}

.home-dossier-summary small {
  color: var(--ink-600);
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.home-dossier-summary strong {
  color: var(--brand-950);
  font-family: var(--font-serif);
  font-size: clamp(1.03rem, 1.25vw, 1.16rem);
  font-weight: 600;
  line-height: 1.35;
}

.home-dossier-edition .article-meta {
  margin: 18px 0 22px;
  color: var(--ink-600);
  font-size: .74rem;
  font-weight: 700;
}

.home-dossier-edition .weekly-dossier-primary-cta {
  width: fit-content;
  margin: 0;
  color: #fff !important;
  background: var(--accent-700) !important;
}

.home-dossier-edition .weekly-dossier-primary-cta:hover {
  background: var(--brand-900) !important;
}

.dossier-home-empty,
.editorial-empty {
  padding: clamp(28px, 4vw, 42px);
  border: 1px solid rgba(20, 42, 50, .12);
  background: rgba(255, 255, 255, .68);
}

/* Home expertise / pricing */

.home-expertise-pricing {
  overflow: hidden;
  background:
    radial-gradient(
      circle at 90% 8%,
      rgba(192, 93, 67, .09),
      transparent 22%
    ),
    linear-gradient(
      180deg,
      #f1ede5 0%,
      #e7eee9 100%
    );
}

.expertise-pricing-layout {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.14fr) minmax(330px, .86fr);
  gap: clamp(54px, 6vw, 88px);
  align-items: start;
}

.expertise-panel {
  max-width: 720px;
}

.pricing-panel {
  min-width: 0;
}

.pricing-panel--home {
  position: relative;
  margin-top: 4px;
  padding: 8px 0 8px clamp(32px, 3.6vw, 50px);
  border-left: 2px solid var(--accent-600);
}

.pricing-panel--home h2 {
  max-width: 460px;
  margin-bottom: 10px;
}

.pricing-panel-inner {
  width: 100%;
}

.pricing-start {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 10px;
  align-items: baseline;
  margin: 6px 0 22px;
  color: var(--brand-950);
}

.pricing-start span {
  flex-basis: 100%;
  color: var(--accent-700);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.pricing-start strong {
  font-family: var(--display-sans);
  font-size: clamp(2.65rem, 3.7vw, 3.65rem);
  font-weight: 780;
  line-height: .95;
  letter-spacing: -.05em;
}

.pricing-start small {
  color: var(--ink-600);
  font-size: .84rem;
  font-weight: 700;
}

.pricing-panel--home > .pricing-panel-inner > p:not(.eyebrow):not(.pricing-start) {
  max-width: 430px;
  color: var(--ink-700);
}


/* Home final CTA */

.contact-section,
.home-contact {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(
      115deg,
      transparent 0 72%,
      rgba(255, 255, 255, .028) 72% 72.2%,
      transparent 72.2%
    ),
    radial-gradient(
      circle at 86% 18%,
      rgba(237, 170, 149, .16),
      transparent 24%
    ),
    linear-gradient(
      135deg,
      #173039 0%,
      #102329 100%
    );
}

.contact-section h2 {
  max-width: 750px;
  color: #fff;
}

.contact-section .eyebrow {
  color: var(--accent-300);
}

.contact-section .section-lead {
  color: rgba(255, 255, 255, .76);
}

.contact-section .button.primary {
  color: var(--brand-950);
  background: #fff;
}

.contact-section .button.primary:hover {
  background: var(--accent-100);
}



/* Home text panels ------------------------------------------------------- */

.home-problem .prose-section {
  position: relative;
  padding: clamp(30px, 4vw, 48px);
  border: 1px solid rgba(20, 42, 50, .10);
  background: rgba(255, 255, 255, .80);
  box-shadow: var(--shadow-xs);
}

.home-problem .prose-section::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 4px;
  background: var(--accent-600);
  content: "";
}

.home-rhythm .section-heading {
  position: relative;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid rgba(20, 42, 50, .10);
  background: rgba(255, 255, 255, .48);
}

.home-analysis .prose-section {
  position: relative;
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid rgba(20, 42, 50, .10);
  background: rgba(255, 255, 255, .68);
}

.home-analysis .prose-section::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 3px;
  background: linear-gradient(
    180deg,
    var(--accent-600),
    rgba(192, 93, 67, .12)
  );
  content: "";
}

.expertise-panel {
  position: relative;
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid rgba(20, 42, 50, .10);
  background: rgba(255, 255, 255, .48);
}

.expertise-panel::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 64px;
  height: 3px;
  background: var(--accent-600);
  content: "";
}

/* ==========================================================================
   10. LE SUIVI
   ========================================================================== */

.suivi-hero {
  padding-block: clamp(54px, 5vw, 74px);
}

.suivi-hero-inner {
  max-width: 860px;
  margin-inline: auto;
}

.suivi-hero h1 {
  max-width: 800px;
  font-size: clamp(2.55rem, 4.2vw, 4rem);
}

.suivi-hero .lead {
  max-width: 720px;
}

.suivi-jumpnav {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 22px;
  margin-top: 32px;
  padding-top: 18px;
  border-top: 1px solid rgba(20, 42, 50, .12);
}

.suivi-jumpnav a {
  color: var(--ink-600);
  font-size: .76rem;
  font-weight: 760;
  letter-spacing: .07em;
  text-decoration: none;
  text-transform: uppercase;
}

.suivi-jumpnav a:hover {
  color: var(--accent-700);
}

.suivi-scope,
.suivi-tools,
.suivi-rhythm,
.suivi-analysis,
.suivi-margin,
.suivi-reports,
.suivi-history,
.suivi-inventory,
.suivi-pricing,
.suivi-roles,
.suivi-faq {
  padding-block: clamp(68px, 6vw, 92px);
}

.suivi-scope {
  background: #fff;
}

.suivi-tools {
  background: var(--surface-sage);
}

.suivi-rhythm {
  background: var(--surface-soft);
}

.suivi-analysis {
  color: rgba(255, 255, 255, .82);
  background:
    radial-gradient(
      circle at 88% 18%,
      rgba(220, 121, 93, .14),
      transparent 22%
    ),
    linear-gradient(
      135deg,
      #203740 0%,
      #172b33 100%
    );
}

.suivi-analysis h2 {
  color: #fff;
}

.suivi-analysis .prose-section > div {
  color: rgba(255, 255, 255, .78);
}

.suivi-analysis .analysis-layout {
  grid-template-columns: minmax(0, .86fr) minmax(380px, .84fr);
  gap: clamp(48px, 6vw, 82px);
}

.suivi-margin {
  background: var(--surface-warm);
}

.suivi-reports {
  background:
    linear-gradient(
      90deg,
      rgba(192, 93, 67, .065) 0 4px,
      transparent 4px
    ),
    linear-gradient(
      135deg,
      #e8efec 0%,
      #f4f0e8 100%
    );
}

.suivi-reports .report-layout {
  grid-template-columns: minmax(0, .82fr) minmax(420px, .9fr);
  gap: clamp(48px, 6vw, 82px);
}

.suivi-history {
  background: #fff;
}

.suivi-inventory {
  background: var(--surface-sage);
}

.suivi-pricing {
  background:
    radial-gradient(
      circle at 86% 12%,
      rgba(192, 93, 67, .09),
      transparent 23%
    ),
    linear-gradient(
      180deg,
      #faf6ef 0%,
      #f3f5f0 100%
    );
}

.suivi-roles {
  background: var(--surface-sage-strong);
}

.suivi-faq {
  background: var(--surface-soft);
}



/* Le suivi — editorial text panels */

.suivi-scope .prose-section,
.suivi-tools .prose-section,
.suivi-margin .prose-section,
.suivi-history .prose-section,
.suivi-inventory .prose-section,
.suivi-pricing .prose-section,
.suivi-roles .prose-section,
.suivi-faq .prose-section {
  position: relative;
  max-width: 900px;
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid rgba(20, 42, 50, .10);
  background: rgba(255, 255, 255, .62);
}

.suivi-scope .prose-section::before,
.suivi-tools .prose-section::before,
.suivi-margin .prose-section::before,
.suivi-history .prose-section::before,
.suivi-inventory .prose-section::before,
.suivi-pricing .prose-section::before,
.suivi-roles .prose-section::before,
.suivi-faq .prose-section::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 62px;
  height: 3px;
  background: var(--accent-600);
  content: "";
}

.suivi-tools .prose-section,
.suivi-inventory .prose-section,
.suivi-roles .prose-section {
  background: rgba(255, 255, 255, .52);
}

.suivi-analysis .prose-section {
  max-width: 760px;
}

.suivi-analysis .prose-section > div {
  font-size: clamp(1rem, .25vw + .96rem, 1.1rem);
  line-height: 1.78;
}

.suivi-reports .prose-section {
  max-width: 720px;
  padding: clamp(28px, 4vw, 42px);
  border: 1px solid rgba(20, 42, 50, .09);
  background: rgba(255, 255, 255, .58);
}

/* Le suivi — commercial lists */

.suivi-scope .prose-section > ul,
.suivi-tools .prose-section > ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .75rem;
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
}

.suivi-scope .prose-section > ul > li,
.suivi-tools .prose-section > ul > li {
  position: relative;
  min-height: 58px;
  margin: 0;
  padding: 1rem 1.1rem 1rem 2.7rem;
  border: 1px solid rgba(20, 42, 50, .11);
  background: rgba(255, 255, 255, .68);
}

.suivi-scope .prose-section > ul > li::before,
.suivi-tools .prose-section > ul > li::before {
  position: absolute;
  top: 1.22rem;
  left: 1.05rem;
  width: .72rem;
  height: .72rem;
  border-radius: 2px;
  background: var(--accent-600);
  content: "";
}

.suivi-tools .prose-section > p:last-child {
  margin-top: 1.4rem;
  padding: 1rem 1.2rem;
  border-left: 3px solid var(--accent-600);
  background: rgba(255, 255, 255, .42);
}


/* Roles */

.suivi-roles .two-cols {
  gap: 20px;
  margin-top: 2rem;
}

.suivi-roles .two-cols > div {
  padding: clamp(22px, 3vw, 30px);
  border: 1px solid rgba(20, 42, 50, .11);
  background: rgba(255, 255, 255, .55);
}

.suivi-roles .two-cols h3 {
  margin-bottom: 1.2rem;
}

.suivi-roles .two-cols ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.suivi-roles .two-cols li {
  position: relative;
  margin: 0;
  padding: .62rem 0 .62rem 1.4rem;
  border-top: 1px solid rgba(20, 42, 50, .10);
}

.suivi-roles .two-cols li::before {
  position: absolute;
  left: 0;
  color: var(--accent-700);
  font-weight: 900;
  content: "—";
}

.suivi-roles .two-cols + h3 {
  margin-top: 2.5rem;
}


/* Pricing */

.pricing-table {
  width: 100%;
  margin: 30px 0;
  overflow: hidden;
  border: 1px solid rgba(20, 42, 50, .12);
  border-top: 3px solid var(--brand-900);
  border-collapse: collapse;
  background: rgba(255, 255, 255, .68);
  text-align: left;
}

.pricing-table th,
.pricing-table td {
  padding: 16px 14px;
  border-bottom: 1px solid var(--line);
}

.pricing-table th {
  color: var(--ink-600);
  background: rgba(20, 42, 50, .035);
  font-size: .73rem;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.pricing-table td:last-child,
.pricing-table th:last-child {
  color: var(--brand-950);
  font-weight: 750;
  text-align: right;
}

.pricing-table tbody tr:hover {
  background: rgba(192, 93, 67, .035);
}


/* FAQ */

.suivi-faq details,
.prose-section details {
  padding: 21px 4px;
  border-top: 1px solid rgba(20, 42, 50, .14);
}

.suivi-faq details:last-child,
.prose-section details:last-child {
  border-bottom: 1px solid rgba(20, 42, 50, .14);
}

.suivi-faq summary,
.prose-section summary {
  position: relative;
  padding-right: 34px;
  color: var(--brand-950);
  font-weight: 800;
  line-height: 1.45;
  cursor: pointer;
}

.suivi-faq summary::after,
.prose-section summary::after {
  position: absolute;
  right: 4px;
  color: var(--accent-700);
  font-family: var(--font-serif);
  font-size: 1.35rem;
  font-weight: 400;
  content: "+";
}

.suivi-faq details[open] summary::after,
.prose-section details[open] summary::after {
  content: "−";
}

.suivi-faq details[open],
.prose-section details[open] {
  background:
    linear-gradient(
      90deg,
      rgba(192, 93, 67, .05),
      transparent 55%
    );
}

.suivi-faq details p,
.prose-section details p {
  margin: 14px 0 0;
}


/* ==========================================================================
   11. DOSSIER HEBDO — LANDING
   ========================================================================== */

.ro-focus-editorial,
.editorial-edition {
  background: #f8f7f3;
}

.edition-opening {
  padding-block: 0;
}

.ro-edition-masthead {
  position: relative;
  display: grid;
  gap: 1.15rem;
  padding: clamp(3rem, 6vw, 5.4rem) 0 clamp(2.4rem, 5vw, 4rem);
  border-bottom: 1px solid rgba(20, 42, 50, .16);
}

.ro-edition-masthead::before {
  position: absolute;
  top: 0;
  right: 0;
  width: clamp(110px, 15vw, 190px);
  height: 4px;
  background: var(--accent-600);
  content: "";
}

.edition-titleline {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(2rem, 6vw, 6rem);
  align-items: end;
}

.edition-titleline h1 {
  max-width: 760px;
  color: var(--brand-950);
  font-size: clamp(3.1rem, 6.1vw, 5.8rem);
  line-height: .9;
  letter-spacing: -.06em;
}

.edition-meta {
  min-width: max-content;
  padding-bottom: .35rem;
  text-align: right;
}

.edition-meta time {
  display: block;
  color: var(--brand-800);
  font-family: var(--font-serif);
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  font-weight: 600;
}

.edition-masthead-copy {
  max-width: 680px;
  padding-top: 1rem;
  border-top: 1px solid rgba(20, 42, 50, .12);
}

.edition-masthead-note p {
  margin: 0;
  color: var(--ink-700);
  font-size: clamp(.98rem, 1.35vw, 1.08rem);
  font-weight: 600;
}

.ro-hero-metadata,
.edition-metadata {
  display: flex;
  flex-wrap: wrap;
  gap: .35rem 0;
  margin: 0;
  color: var(--ink-600);
  font-size: .78rem;
  font-weight: 700;
}

.ro-hero-metadata span {
  display: inline-flex;
  align-items: center;
}

.ro-hero-metadata span + span::before {
  margin-inline: .7rem;
  color: var(--accent-600);
  content: "·";
}

.ro-focus-flow,
.editorial-edition-flow {
  max-width: 960px;
  padding-top: clamp(2.2rem, 5vw, 4rem);
  padding-bottom: clamp(3.5rem, 7vw, 6rem);
}

.story-card {
  margin: 0;
}

.story-card-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.story-card-link:hover {
  color: inherit;
}


/* Cover */

.story-cover,
.ro-brief-cover {
  position: relative;
  isolation: isolate;
  min-height: clamp(215px, 21vw, 285px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: clamp(1.35rem, 3vw, 2.25rem);
  color: #fff;
  background-color: var(--surface-dark);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.story-sequence-lead .story-cover {
  min-height: clamp(270px, 27vw, 350px);
}

.story-cover::before,
.ro-brief-cover::before {
  position: absolute;
  z-index: -3;
  inset: 0;
  background:
    radial-gradient(
      circle at 86% 16%,
      rgba(220, 121, 93, .28),
      transparent 32%
    ),
    linear-gradient(
      135deg,
      #213942 0%,
      #172a31 100%
    );
  content: "";
}

.story-cover-overlay,
.story-cover-shade {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(7, 18, 24, .68) 0%,
      rgba(7, 18, 24, .32) 35%,
      rgba(7, 18, 24, .82) 100%
    );
  pointer-events: none;
}

.story-kicker,
.story-cover-kicker {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: baseline;
  gap: .65rem;
  margin: 0;
  color: rgba(255, 255, 255, .88);
  font-size: .67rem;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.story-cover-number,
.story-kicker-index {
  color: var(--accent-300);
  font-weight: 900;
}

.story-cover-surtitle {
  color: rgba(255, 255, 255, .90);
}

.story-cover-title,
.story-cover h2,
.ro-brief-cover h2 {
  position: relative;
  z-index: 2;
  max-width: min(820px, 88%);
  margin: clamp(2rem, 4vw, 3.5rem) 0 0;
  color: #fff;
  font-family: var(--font-serif);
  font-size: clamp(1.85rem, 3vw, 2.75rem);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -.035em;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .25);
}

.story-sequence-lead .story-cover-title,
.story-sequence-lead .story-cover h2 {
  max-width: 860px;
  font-size: clamp(2.15rem, 3.7vw, 3.45rem);
}

.story-cover-brand {
  position: absolute;
  right: 1.45rem;
  bottom: 1.25rem;
  color: rgba(255, 255, 255, .42);
  font-size: .61rem;
  font-weight: 850;
  letter-spacing: .16em;
}


/* Subject summary */

.story-body,
.editorial-subject-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: .8rem 2rem;
  align-items: end;
  padding: 1.15rem .15rem .5rem;
}

.story-summary {
  max-width: 760px;
  margin: 0;
  color: var(--ink-700);
  font-family: var(--font-serif);
  font-size: clamp(.96rem, 1.1vw, 1.04rem);
  line-height: 1.55;
}

.story-metadata {
  display: flex;
  gap: .55rem;
  justify-content: flex-end;
  margin: 0;
  color: var(--ink-600);
  font-size: .69rem;
  font-weight: 650;
  white-space: nowrap;
}

.story-metadata span + span::before {
  margin-right: .55rem;
  color: var(--accent-600);
  content: "·";
}


/* Satellites preview */

.satellite-grid,
.editorial-satellite-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 2rem;
  margin: .4rem 0 0;
  padding: 0;
  list-style: none;
}

.satellite-grid a {
  display: block;
  min-height: 100%;
  padding: .9rem .08rem 1rem;
  border-top: 1px solid rgba(20, 42, 50, .14);
  color: var(--brand-900);
  text-decoration: none;
}

.satellite-grid a:hover {
  border-color: var(--accent-500);
  color: var(--accent-700);
}

.satellite-grid strong {
  color: inherit;
  font-family: var(--font-serif);
  font-size: clamp(.98rem, 1.15vw, 1.09rem);
  font-weight: 600;
  line-height: 1.32;
}

.satellite-grid strong::before {
  width: .62em;
  height: .62em;
  display: inline-block;
  margin-right: .5em;
  border-radius: 2px;
  background: var(--accent-600);
  content: "";
  vertical-align: .04em;
}

.editorial-unit-separator {
  position: relative;
  height: 1px;
  margin-block: clamp(1.7rem, 4vw, 3rem);
  background: rgba(20, 42, 50, .14);
}

.editorial-unit-separator::after {
  position: absolute;
  top: -1px;
  left: 0;
  width: 54px;
  height: 2px;
  background: var(--accent-600);
  content: "";
}


/* En bref */

.ro-brief-cover,
.story-cover--brief {
  min-height: clamp(185px, 18vw, 235px);
  background:
    radial-gradient(
      circle at 82% 20%,
      rgba(220, 121, 93, .22),
      transparent 28%
    ),
    linear-gradient(
      135deg,
      #29444e 0%,
      #172a31 100%
    );
}


/* Previous editions */

.editorial-edition--condensed {
  margin: 0;
  padding: 0;
  background: transparent;
}

.edition-summary-header {
  padding: 1rem 0 .5rem;
}

.edition-summary-header .eyebrow {
  margin-bottom: .35rem;
}

.edition-summary-header > p:last-child {
  color: var(--ink-600);
  font-size: .9rem;
}


/* Support */

.support-card,
.ro-dossier-support,
.tip-footer {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: center;
  margin-top: clamp(3rem, 7vw, 5rem);
  padding: clamp(1.8rem, 4vw, 2.6rem);
  border: 1px solid rgba(20, 42, 50, .13);
  background:
    linear-gradient(
      135deg,
      rgba(237, 170, 149, .10),
      rgba(255, 255, 255, .75)
    );
}

.support-card::before,
.ro-dossier-support::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  background: var(--accent-600);
  content: "";
}

.support-card h2,
.ro-dossier-support h2,
.tip-footer strong {
  display: block;
  color: var(--brand-950);
  font-family: var(--font-serif);
  font-size: clamp(1.45rem, 2.5vw, 2rem);
  line-height: 1.15;
}

.support-card p,
.ro-dossier-support p,
.tip-footer p {
  max-width: 620px;
  margin: .5rem 0 0;
  color: var(--ink-700);
  font-size: .9rem;
}

.support-card-cta {
  white-space: nowrap;
}

.support-card--article .support-card-cta,
.support-card--dossier .support-card-cta {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 16px;
  border: 1px solid var(--accent-700);
  border-radius: 6px;
  color: #fff;
  background: var(--accent-700);
  font-size: .82rem;
  font-weight: 800;
  text-decoration: none;
}

.support-card--article .support-card-cta:hover,
.support-card--dossier .support-card-cta:hover {
  border-color: var(--brand-900);
  color: #fff;
  background: var(--brand-900);
}


/* ==========================================================================
   12. ARTICLE EDITORIAL
   ========================================================================== */

.editorial-detail {
  width: min(calc(100% - 48px), 800px);
  margin-inline: auto;
  padding-block: clamp(3rem, 6vw, 5.5rem);
}

.article-dossier-context,
.editorial-context {
  display: flex;
  justify-content: space-between;
  gap: 1.25rem;
  margin-bottom: clamp(2rem, 5vw, 3.3rem);
  padding-bottom: .9rem;
  border-bottom: 1px solid rgba(20, 42, 50, .13);
  color: var(--ink-600);
  font-size: .69rem;
  font-weight: 750;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.article-dossier-context p,
.editorial-context p {
  margin: 0;
}

.article-dossier-context a,
.editorial-context a {
  color: var(--accent-700);
  text-decoration: none;
}

.article-dossier-context--footer {
  margin-top: clamp(2.5rem, 6vw, 4rem);
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: 0;
  border-top: 1px solid rgba(20, 42, 50, .13);
  border-bottom: 0;
}

.editorial-article-header {
  padding-bottom: clamp(2rem, 5vw, 3rem);
  border-bottom: 1px solid rgba(20, 42, 50, .13);
}

.editorial-kicker,
.article-kicker {
  margin: 0 0 .65rem;
  color: var(--accent-700);
  font-size: .69rem;
  font-weight: 850;
  letter-spacing: .115em;
  text-transform: uppercase;
}

.editorial-detail h1,
.article-title {
  max-width: 780px;
  margin: 0 0 1.25rem;
  color: var(--brand-950);
  font-size: clamp(2.65rem, 5.8vw, 4.75rem);
  line-height: .98;
  letter-spacing: -.05em;
}

.editorial-standfirst,
.article-standfirst {
  max-width: 720px;
  margin: 0;
  color: var(--ink-700);
  font-family: var(--font-serif);
  font-size: clamp(1.08rem, 1.8vw, 1.3rem);
  line-height: 1.58;
}

.editorial-metrics,
.article-metadata {
  margin: 1.25rem 0 0;
  color: var(--ink-600);
  font-size: .73rem;
  font-weight: 650;
}


/* Prose */

.editorial-block {
  scroll-margin-top: calc(var(--header-height) + 28px);
  margin-block: clamp(2.8rem, 6vw, 4.5rem);
}

.article-prose {
  max-width: 68ch;
  color: var(--ink-900);
  font-family: var(--font-serif);
  font-size: clamp(1.05rem, .45vw + .98rem, 1.13rem);
  line-height: 1.82;
}

.article-prose p {
  margin: 0 0 1.35em;
}

.article-prose p:last-child {
  margin-bottom: 0;
}

.article-prose a {
  color: var(--accent-700);
  overflow-wrap: anywhere;
}

.article-prose ul,
.article-prose ol {
  margin: 1.3rem 0;
  padding-left: 1.4rem;
}

.article-prose li {
  margin: .55rem 0;
}


/* Panorama */

.article-panorama,
.editorial-panorama {
  position: relative;
  padding-left: 0;
  border-left: 0;
}


/* Satellite */

.article-satellite,
.editorial-satellite {
  padding-top: clamp(2rem, 4vw, 3rem);
  border-top: 1px solid rgba(20, 42, 50, .14);
}

.article-satellite h2,
.editorial-satellite h2 {
  max-width: 720px;
  margin: .25rem 0 1.3rem;
  color: var(--brand-950);
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  line-height: 1.06;
}


/* Intervention */

.article-intervention,
.editorial-intervention {
  position: relative;
  margin-inline: 0;
  padding: clamp(1.8rem, 4vw, 2.75rem);
  border-left: 4px solid var(--accent-500);
  overflow: hidden;
  color: #f8f5ef;
  background:
    radial-gradient(
      circle at 92% 8%,
      rgba(220, 121, 93, .20),
      transparent 27%
    ),
    linear-gradient(
      135deg,
      #29434d 0%,
      #172a31 100%
    );
}

.article-intervention .editorial-kicker {
  color: var(--accent-300);
}

.article-intervention .article-prose,
.editorial-intervention .article-prose {
  max-width: none;
  color: inherit;
}

.article-intervention .article-prose p {
  color: inherit;
  font-size: clamp(1.08rem, 1.5vw, 1.2rem);
  font-style: italic;
  line-height: 1.68;
}

.intervention-points,
.editorial-intervention-points {
  margin: 1.25rem 0 0;
  padding: 1.1rem 0 0;
  border-top: 1px solid rgba(255, 255, 255, .16);
  list-style: none;
}

.intervention-points li {
  position: relative;
  padding-left: 1.2rem;
  color: rgba(255, 255, 255, .88);
}

.intervention-points li::before {
  position: absolute;
  left: 0;
  color: var(--accent-300);
  content: "—";
}


/* Business watch */

.article-business-watch,
.editorial-media-analysis {
  position: relative;
  margin: clamp(3.5rem, 8vw, 5.5rem) 0;
  padding: clamp(2.1rem, 5vw, 3.5rem);
  border-left: 4px solid var(--accent-500);
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(
      circle at 92% 3%,
      rgba(220, 121, 93, .28),
      transparent 30%
    ),
    linear-gradient(
      135deg,
      #29444e 0%,
      #172a31 100%
    );
}

.article-business-watch::after {
  position: absolute;
  right: -90px;
  bottom: -150px;
  width: 300px;
  height: 300px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 50%;
  content: "";
}

.article-business-watch header {
  position: relative;
  z-index: 1;
  max-width: 650px;
}

.article-business-watch .editorial-kicker,
.editorial-media-analysis .editorial-kicker {
  margin-bottom: 1rem;
  color: var(--accent-300);
}

.article-business-watch h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.9rem, 3.7vw, 3rem);
  line-height: 1.02;
}

.business-watch-list,
.editorial-observations {
  position: relative;
  z-index: 1;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}

.business-watch-list li,
.editorial-observations li {
  padding: 1.25rem 0;
  border-top: 1px solid rgba(255, 255, 255, .17);
  color: rgba(255, 255, 255, .90);
  font-size: .98rem;
  line-height: 1.65;
}


/* Actions */

.article-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  padding-block: 1rem;
  border-block: 1px solid rgba(20, 42, 50, .12);
}

.article-actions button {
  padding: .3rem 0;
  border: 0;
  color: var(--accent-700);
  background: transparent;
  font-size: .76rem;
  font-weight: 800;
  cursor: pointer;
}


/* Sources */

.article-sources,
.editorial-sources {
  margin-top: 2rem;
  padding: 0;
  border: 0;
  border-top: 1px solid rgba(20, 42, 50, .15);
  border-bottom: 1px solid rgba(20, 42, 50, .15);
  background: transparent;
}

.sources-summary,
.article-sources summary {
  min-height: 64px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  padding: 1rem .1rem;
  color: var(--brand-950);
  font-size: .71rem;
  font-weight: 850;
  letter-spacing: .12em;
  list-style: none;
  cursor: pointer;
}

.sources-summary::-webkit-details-marker {
  display: none;
}

.sources-count {
  justify-self: start;
  color: var(--ink-600);
  font-size: .71rem;
  font-weight: 600;
  letter-spacing: normal;
  text-align: left;
  white-space: nowrap;
}

.sources-summary::after {
  justify-self: end;
  color: var(--accent-600);
  font-family: var(--font-serif);
  font-size: 1.5rem;
  content: "+";
}

.article-sources[open] .sources-summary::after {
  content: "−";
}

.editorial-source-groups {
  padding: .35rem 0 1.8rem;
}

.editorial-source-group + .editorial-source-group {
  margin-top: 1.65rem;
}

.source-group-title {
  margin: 1.5rem 0 .4rem;
  color: var(--brand-950);
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.source-group-title::before {
  width: 18px;
  height: 2px;
  display: inline-block;
  margin: 0 .55rem .2em 0;
  background: var(--accent-500);
  content: "";
  vertical-align: middle;
}

.source-list {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
}

.source-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: .4rem 1rem;
  align-items: start;
  margin: 0;
  padding: .9rem 0;
  border-top: 1px solid rgba(20, 42, 50, .10);
}

.source-title {
  color: var(--brand-900);
  font-size: .83rem;
  line-height: 1.4;
}

.source-date {
  color: var(--ink-500);
  font-size: .69rem;
  white-space: nowrap;
}


/* Article navigation */

.article-navigation,
.editorial-edition-nav {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 1.5rem;
  align-items: start;
  margin-top: clamp(2.5rem, 6vw, 4rem);
  padding-top: 1.5rem;
  border-top: 1px solid rgba(20, 42, 50, .14);
}

.article-navigation > div:last-child {
  text-align: right;
}

.article-navigation a {
  color: var(--accent-700);
  font-size: .8rem;
  font-weight: 750;
  line-height: 1.4;
  text-decoration: none;
}


/* ==========================================================================
   13. CONTACT
   ========================================================================== */

.contact-form {
  display: grid;
  gap: 16px;
  min-width: 0;
  padding: clamp(26px, 4vw, 36px);
  border: 1px solid rgba(20, 42, 50, .11);
  border-radius: var(--radius-md);
  color: var(--ink-900);
  background: #fff;
  box-shadow: var(--shadow-md);
}

.contact-form label {
  display: grid;
  gap: 7px;
  color: var(--brand-950);
  font-size: .9rem;
  font-weight: 750;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  min-height: 48px;
  padding: 11px 13px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-sm);
  color: var(--ink-900);
  background: #fff;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  outline: none;
  border-color: var(--accent-600);
  box-shadow: 0 0 0 4px rgba(192, 93, 67, .08);
}

.contact-form textarea {
  min-height: 150px;
  resize: vertical;
}

.form-row.two {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.checkbox {
  grid-template-columns: auto 1fr !important;
  gap: 10px !important;
  align-items: start;
  font-weight: 500 !important;
}

.checkbox input {
  width: auto;
  min-height: auto;
  margin-top: 5px;
}

.contact-prompts,
.contact-points {
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-points {
  margin-top: 30px;
}

.contact-points li {
  position: relative;
  margin: 12px 0;
  padding-left: 28px;
  color: rgba(255, 255, 255, .80);
}

.contact-points li::before {
  position: absolute;
  left: 0;
  color: var(--accent-300);
  font-weight: 900;
  content: "✓";
}

.notice,
.notice-light {
  padding: 18px 20px;
  border-left: 3px solid var(--accent-600);
  background: var(--accent-100);
}

.errorlist {
  margin: 0;
  padding-left: 18px;
  color: var(--danger);
}

.success-message,
.form-errors {
  padding: 13px 15px;
  border-radius: var(--radius-sm);
}

.success-message {
  color: var(--success);
  background: #e8f5ef;
  font-weight: 750;
}

.form-errors {
  color: var(--danger);
  background: #fff0ec;
}

.honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
}


/* ==========================================================================
   14. CONTRIBUTION / STRIPE
   ========================================================================== */

.support-checkout-header {
  background:
    radial-gradient(
      circle at 88% 16%,
      rgba(192, 93, 67, .11),
      transparent 26%
    ),
    linear-gradient(
      135deg,
      #f5f0e8 0%,
      #e7efeb 100%
    );
}

.support-checkout-section {
  background: var(--surface-soft);
}

.tip-checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(360px, .75fr);
  gap: clamp(48px, 8vw, 100px);
  align-items: start;
}

.support-checkout-intro {
  max-width: 630px;
}

.support-checkout-intro h2 {
  margin-bottom: 18px;
}

.support-origin,
.tip-origin {
  margin-top: 24px;
  padding: 14px 16px;
  border-left: 3px solid var(--accent-600);
  background: var(--surface-sage);
}

.tip-form,
.support-amount-form {
  display: grid;
  gap: 20px;
  padding: clamp(26px, 4vw, 38px);
  border: 1px solid rgba(20, 42, 50, .12);
  background: #fff;
  box-shadow: var(--shadow-md);
}

.tip-form fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

.tip-form legend {
  margin-bottom: 12px;
  color: var(--brand-950);
  font-weight: 800;
}

.tip-options ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tip-options li {
  margin: 0;
}

.tip-options label {
  position: relative;
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border: 1px solid var(--line-strong);
  color: var(--brand-900);
  background: var(--surface-soft);
  font-weight: 750;
  cursor: pointer;
}

.tip-options input {
  margin-right: 6px;
}

.tip-options label:has(input:checked) {
  border-color: var(--accent-600);
  color: var(--brand-950);
  background: var(--accent-100);
}

.support-custom-amount {
  display: grid;
  gap: 8px;
  color: var(--brand-950);
  font-weight: 750;
}

.support-custom-amount input {
  width: 100%;
  min-height: 48px;
  padding: 11px 13px;
  border: 1px solid var(--line-strong);
  background: #fff;
}

.support-stripe-action {
  width: 100%;
}

.support-continue-link,
.tip-continue-link {
  justify-self: center;
  color: var(--ink-600);
  font-size: .82rem;
}

.support-card-unavailable,
.tip-unavailable {
  color: var(--danger);
  font-size: .85rem;
}


/* ==========================================================================
   15. LEGAL PAGES
   ========================================================================== */

.legal-header {
  padding-block: clamp(48px, 5vw, 68px);
}

.legal-page {
  background: #fff;
}

.legal-content {
  max-width: 760px;
}

.legal-content h2 {
  position: relative;
  margin: 3rem 0 1rem;
  padding-top: 1.2rem;
  border-top: 1px solid var(--line);
  font-size: clamp(1.35rem, 2.3vw, 1.75rem);
}

.legal-content h2:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.legal-content h2::before {
  position: absolute;
  top: -1px;
  left: 0;
  width: 50px;
  height: 2px;
  background: var(--accent-600);
  content: "";
}

.legal-content h2:first-child::before {
  display: none;
}

.legal-content p,
.legal-content li {
  color: var(--ink-700);
  line-height: 1.78;
}

.legal-content a {
  color: var(--accent-700);
}


/* ==========================================================================
   16. STATUS / UTILITY
   ========================================================================== */

.status-page {
  min-height: 65vh;
  display: grid;
  align-items: center;
}

.status-page .status-icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  border-radius: 50%;
  color: #fff;
  background: var(--success);
  font-weight: 900;
}


/* ==========================================================================
   17. FOOTER
   ========================================================================== */

.site-footer {
  padding: 56px 0 24px;
  color: #fff;
  background:
    linear-gradient(
      180deg,
      #17272e 0%,
      #102026 100%
    );
}

.footer-grid {
  display: grid;
  grid-template-columns:
    minmax(0, 1.5fr)
    repeat(3, minmax(0, .8fr));
  gap: 32px;
}

.site-footer strong {
  color: #fff;
}

.site-footer p {
  color: rgba(255, 255, 255, .62);
}

.site-footer,
.site-footer a,
.footer-bottom {
  font-size: .88rem;
}

.site-footer a {
  display: block;
  width: fit-content;
  max-width: 100%;
  margin: 8px 0;
  color: rgba(255, 255, 255, .72);
  text-decoration: none;
}

.site-footer a:hover {
  color: #fff;
}

.footer-brand p {
  max-width: 320px;
  margin-top: 12px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 46px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .10);
  color: rgba(255, 255, 255, .45);
  font-size: .78rem;
}


/* ==========================================================================
   18. RESPONSIVE — TABLET
   ========================================================================== */

@media (max-width: 1040px) {
  .hero-layout,
  .home-access-layout,
  .analysis-layout,
  .report-layout,
  .expertise-pricing-layout,
  .tip-checkout-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: 760px;
  }

  .hero-visual-stack {
    max-width: 620px;
  }

  .hero-visual img {
    max-width: 470px;
  }

  .home-access-copy {
    padding: 26px 0 0;
    border-top: 1px solid rgba(255, 255, 255, .14);
    border-left: 0;
  }

  .pricing-panel--home {
    max-width: 760px;
    padding: 28px 0 0;
    border-top: 2px solid var(--accent-600);
    border-left: 0;
  }

  .weekly-dossier-card {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1.4fr 1fr 1fr;
  }

  .footer-grid > div:last-child {
    grid-column: 2 / -1;
  }
}


/* ==========================================================================
   19. RESPONSIVE — MOBILE
   ========================================================================== */

@media (max-width: 760px) {
  :root {
    --header-height: 68px;
  }

  body {
    font-size: 16px;
  }

  html,
  body {
    overflow-x: hidden;
  }

  .container {
    width: calc(100% - 30px);
  }

  .section {
    padding-block: 54px;
  }

  .site-header {
    border-top-width: 2px;
  }

  .header-inner {
    min-height: var(--header-height);
    gap: 8px;
  }

  .brand-name {
    display: none;
  }

  .brand-logo {
    width: 40px;
    height: 40px;
  }

  .main-nav {
    gap: 0;
  }

  .main-nav a {
    min-height: 38px;
    padding: 7px 8px;
    font-size: .74rem;
  }

  .main-nav .nav-cta {
    padding-inline: 11px;
  }

  .actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }


  /* Home hero */

  .hero {
    padding-block: 44px 48px;
  }

  .hero-layout {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(2.2rem, 9.9vw, 3.05rem);
  }

  .hero .lead {
    font-size: 1rem;
  }

  .hero-copy::after {
    display: none;
  }

  .hero-visual-stack {
    height: 84px;
    margin-top: 0;
    overflow: hidden;
  }

  .hero-visual {
    position: absolute;
    inset: -74px -30px auto 18%;
    opacity: .42;
  }

  .hero-visual img {
    width: 290px;
    max-width: none;
  }

  .hero-microfacts {
    right: 0;
    bottom: 0;
    left: 0;
    grid-template-columns: repeat(4, 1fr);
    padding: 8px 0;
    font-size: .5rem;
    text-align: center;
  }


  /* Home problem */

  .home-problem .prose-section {
    display: block;
    padding: 26px 22px;
    border-left: 0;
  }

  .home-problem .eyebrow {
    margin-top: 0;
  }


  /* Rhythm */

  .home-rhythm .section-heading {
    display: block;
  }

  .home-rhythm .section-heading .eyebrow {
    margin-top: 0;
  }

  .cycle-visual {
    margin-inline: -6px;
  }

  .monthly-cycle {
    grid-template-columns: 1fr;
  }

  .monthly-cycle article {
    min-height: 0;
    padding: 26px 0;
  }

  .monthly-cycle article + article {
    padding-left: 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }


  /* Home access */

  .home-access-layout {
    gap: 30px;
  }

  .home-access-copy {
    padding-top: 24px;
  }


  /* Home analysis */

  .analysis-layout,
  .report-layout {
    gap: 30px;
  }


  /* Home dossier */

  .home-dossier-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .home-dossier-intro {
    max-width: none;
  }

  .home-dossier-edition {
    padding: 24px 0 0;
    border-top: 2px solid var(--accent-600);
    border-left: 0;
  }

  .home-dossier-edition .weekly-dossier-primary-cta {
    width: 100%;
  }



  /* Expertise */

  .expertise-pricing-layout {
    gap: 34px;
  }

  .pricing-panel--home {
    padding: 24px 0 0;
  }

  .pricing-start strong {
    font-size: 2.65rem;
  }


  /* Le suivi */

  .suivi-scope .prose-section,
  .suivi-tools .prose-section,
  .suivi-margin .prose-section,
  .suivi-history .prose-section,
  .suivi-inventory .prose-section,
  .suivi-pricing .prose-section,
  .suivi-roles .prose-section,
  .suivi-faq .prose-section,
  .suivi-reports .prose-section {
    padding: 24px 20px;
  }

  .suivi-hero {
    padding-block: 42px 46px;
  }

  .suivi-hero h1 {
    font-size: clamp(2.25rem, 10vw, 3rem);
  }

  .suivi-jumpnav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    margin-top: 26px;
    border-bottom: 1px solid rgba(20, 42, 50, .12);
  }

  .suivi-jumpnav a {
    padding: 11px 0;
    border-top: 1px solid rgba(20, 42, 50, .08);
    font-size: .69rem;
  }

  .suivi-scope,
  .suivi-tools,
  .suivi-rhythm,
  .suivi-analysis,
  .suivi-margin,
  .suivi-reports,
  .suivi-history,
  .suivi-inventory,
  .suivi-pricing,
  .suivi-roles,
  .suivi-faq {
    padding-block: 52px;
  }

  .suivi-scope .prose-section > ul,
  .suivi-tools .prose-section > ul {
    grid-template-columns: 1fr;
  }

  .suivi-roles .two-cols {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .pricing-table {
    font-size: .9rem;
  }

  .pricing-table th,
  .pricing-table td {
    padding: 13px 8px;
  }


  /* Dossier */

  .ro-edition-masthead {
    gap: .9rem;
    padding-block: 2.5rem 2rem;
  }

  .edition-titleline {
    grid-template-columns: 1fr;
    gap: .8rem;
  }

  .edition-titleline h1 {
    font-size: clamp(2.65rem, 12vw, 4rem);
  }

  .edition-meta {
    min-width: 0;
    padding: 0;
    text-align: left;
  }

  .edition-meta time {
    font-size: 1rem;
  }

  .ro-hero-metadata {
    font-size: .71rem;
  }

  .story-cover,
  .ro-brief-cover {
    width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    min-height: 220px;
    padding: 1.2rem;
  }

  .story-sequence-lead .story-cover {
    min-height: 250px;
  }

  .story-cover-title,
  .story-cover h2,
  .ro-brief-cover h2 {
    max-width: 96%;
    margin-top: 2rem;
    font-size: clamp(1.65rem, 7.6vw, 2.3rem);
  }

  .story-body {
    grid-template-columns: 1fr;
    gap: .5rem;
  }

  .story-metadata {
    justify-content: flex-start;
  }

  .satellite-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .satellite-grid a {
    padding-block: .8rem;
  }

  .support-card,
  .ro-dossier-support,
  .tip-footer {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .support-card-cta {
    width: 100%;
  }


  /* Article */

  .editorial-detail {
    width: min(calc(100% - 30px), 800px);
    padding-block: 2.5rem 3.5rem;
  }

  .article-dossier-context {
    flex-direction: column;
    gap: .55rem;
    margin-bottom: 2rem;
  }

  .editorial-detail h1,
  .article-title {
    font-size: clamp(2.35rem, 10.8vw, 3.5rem);
  }

  .editorial-standfirst,
  .article-standfirst {
    font-size: 1.08rem;
  }

  .article-intervention,
  .editorial-intervention,
  .article-business-watch,
  .editorial-media-analysis {
    margin-inline: 0;
  }

  .article-intervention {
    padding: 1.6rem 1.3rem;
  }

  .article-business-watch {
    padding: 1.8rem 1.25rem;
  }

  .sources-summary {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: .5rem;
  }

  .sources-count {
    justify-self: start;
    text-align: left;
    font-size: .65rem;
  }

  .sources-summary::after {
    justify-self: end;
  }

  .source-item {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: .2rem;
  }

  .source-date {
    white-space: normal;
  }

  .article-navigation,
  .editorial-edition-nav {
    grid-template-columns: 1fr;
    gap: .85rem;
  }

  .article-navigation > div:last-child {
    text-align: left;
  }

  .article-navigation > div:empty {
    display: none;
  }


  /* Checkout */

  .tip-checkout-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .tip-options ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }


  /* Contact */

  .form-row.two {
    grid-template-columns: 1fr;
  }


  /* Footer */

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-grid > div:first-child,
  .footer-grid > div:last-child {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .preview-banner {
    font-size: .76rem;
  }
}

/* ==========================================================================
   20. SMALL MOBILE
   ========================================================================== */

@media (max-width: 430px) {
  .main-nav a {
    padding-inline: 6px;
    font-size: .68rem;
  }

  .main-nav .nav-cta {
    padding-inline: 8px;
  }

  .hero {
    padding-block: 40px 44px;
  }

  .hero-visual-stack {
    height: 76px;
  }

  .hero-visual {
    inset: -68px -48px auto 14%;
  }

  .hero-microfacts {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 4px;
    font-size: .52rem;
  }

  .eyebrow {
    letter-spacing: .085em;
  }

  .tip-options ul {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 340px) {
  .container {
    width: calc(100% - 24px);
  }

  .brand-logo {
    width: 34px;
    height: 34px;
  }

  .main-nav a {
    min-height: 36px;
    padding-inline: 4px;
    font-size: .63rem;
  }
}


/* ==========================================================================
   21. REDUCED MOTION
   ========================================================================== */

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
