:root {
  --ink: #292731;
  --paper: #ffffff;
  --white: #ffffff;
  --muted: #666471;
  --line: #e7e6eb;
  --pink: #ed5b8c;
  --pink-dark: #c9366a;
  --pink-soft: #fff1f6;
  --periwinkle: #6877ea;
  --periwinkle-dark: #4554c7;
  --periwinkle-soft: #f1f3ff;
  --mustard: #f4b83d;
  --mustard-brand: #f2b233;
  --mustard-soft: #fff8e8;
  --teal-deep: #087f83;
  --teal-hover: #05676a;
  --mustard-ink: #9b5d00;
  --battle-red: #ef252b;
  --battle-red-ink: #bd1117;
  --zoubidou-violet: #6047b9;
  --shadow: 0 22px 60px rgba(41, 39, 49, 0.11);
  --shadow-soft: 0 12px 34px rgba(41, 39, 49, 0.07);
  --radius: 22px;
  --max: 1280px;
}

/* Homepage v8 — éditoriale, lumineuse et volontairement asymétrique */
.home-page {
  background: #fff;
}

.home-page .site-header {
  border-bottom-color: rgba(41, 39, 49, 0.1);
  background: rgba(255, 255, 255, 0.97);
}

.home-page .nav-cta,
.home-page .button {
  border-color: var(--teal-deep);
  background: var(--teal-deep);
  box-shadow: 0 8px 22px rgba(15, 92, 91, 0.18);
}

.home-page .nav-cta:hover,
.home-page .button:hover {
  background: var(--teal-hover);
  box-shadow: 0 12px 28px rgba(15, 92, 91, 0.24);
}

.home-page .mustard-button {
  border-color: var(--mustard-brand);
  background: var(--mustard-brand);
  color: #1f1b22;
  box-shadow: 0 9px 24px rgba(220, 165, 30, 0.22);
}

.home-page .mustard-button:hover {
  border-color: #dc9714;
  background: #dc9714;
  box-shadow: 0 13px 30px rgba(220, 165, 30, 0.3);
}

/* Une même grammaire visuelle pour tous les départs vers Amazon. */
.button.amazon-button,
.home-page .button.amazon-button {
  border-color: var(--mustard-brand);
  background: var(--mustard-brand);
  color: #1f1b22;
  box-shadow: 0 9px 24px rgba(220, 165, 30, 0.22);
}

.button.amazon-button:hover,
.home-page .button.amazon-button:hover {
  border-color: #dc9714;
  background: #dc9714;
  color: #1f1b22;
  box-shadow: 0 13px 30px rgba(220, 165, 30, 0.3);
}

.home-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(4.2rem, 7vw, 6.6rem) 0 2rem;
}

.home-hero::before {
  content: "";
  position: absolute;
  top: 4rem;
  right: -5rem;
  width: clamp(11rem, 21vw, 20rem);
  height: clamp(11rem, 21vw, 20rem);
  border: 2px solid rgba(220, 165, 30, 0.45);
  border-radius: 50%;
  pointer-events: none;
}

.hero-intro {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(290px, 0.65fr);
  gap: clamp(2rem, 6vw, 6.5rem);
  align-items: end;
}

.home-page .hero-copy-block .eyebrow {
  color: var(--teal-deep);
}

.home-page h1 {
  margin-bottom: 0;
  font-size: clamp(3rem, 5vw, 5.35rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.hero-mainline {
  display: block;
}

.hero-pop {
  display: inline-block;
  font-size: 1.2em;
  font-weight: 950;
  letter-spacing: -0.07em;
  line-height: 0.8;
}

.hero-pop-gaga {
  color: var(--mustard-brand);
  transform: rotate(-2deg) translateY(0.03em);
  text-shadow: 0.055em 0.055em 0 var(--ink);
}

.hero-pop-chien {
  color: var(--teal-deep);
  transform: rotate(1deg) translateY(0.02em);
  text-shadow: 0.055em 0.055em 0 var(--mustard-brand);
}

.home-page h1 .hero-punchline {
  display: inline-block;
  margin-top: 1.15rem;
  color: var(--teal-deep);
  font-size: clamp(1.45rem, 2.1vw, 2.15rem);
  line-height: 1.13;
  letter-spacing: -0.035em;
  white-space: normal;
}

.home-page h1 .hero-punchline::after {
  right: 0;
  bottom: -0.38em;
  left: 0;
  height: 4px;
  border-radius: 0;
  background: var(--mustard-brand);
  transform: none;
}

.hero-sidecopy {
  padding-bottom: 0.5rem;
}

.hero-sidecopy > p {
  margin-bottom: 1.7rem;
  color: #4d4953;
  font-size: clamp(1.08rem, 1.45vw, 1.28rem);
  line-height: 1.58;
}

.home-page .button-row {
  align-items: center;
}

.text-link {
  position: relative;
  padding: 0.6rem 0;
  color: var(--teal-deep);
  font-weight: 850;
  text-decoration: none;
}

.text-link::after {
  content: " →";
  display: inline-block;
  transition: transform 160ms ease;
}

.text-link:hover::after {
  transform: translateX(5px);
}

.hero-visual-wrap {
  position: relative;
  z-index: 1;
  margin-top: clamp(2rem, 4vw, 3.8rem);
}

.hero-illustration {
  width: min(100%, 1180px);
  margin: 0 auto;
}

.hero-illustration img {
  width: 100%;
  height: auto;
}

.hero-caption {
  position: absolute;
  right: clamp(0rem, 3vw, 2.4rem);
  bottom: clamp(0.5rem, 2vw, 2rem);
  max-width: 260px;
  margin: 0;
  padding: 0.85rem 1rem;
  border-left: 7px solid var(--mustard-brand);
  background: rgba(255, 255, 255, 0.94);
  color: var(--teal-deep);
  font-size: 0.96rem;
  line-height: 1.35;
  box-shadow: 0 12px 34px rgba(41, 39, 49, 0.09);
}

.experiences-section {
  padding-top: clamp(5rem, 9vw, 8.5rem);
}

.section-heading-row {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
  gap: clamp(2rem, 7vw, 7rem);
  align-items: end;
  margin-bottom: 3rem;
}

.section-heading-row .section-title {
  margin-bottom: 0;
}

.section-aside {
  margin: 0 0 0.45rem;
  padding-left: 1.2rem;
  border-left: 5px solid var(--mustard-brand);
  color: #595661;
  font-size: 1.04rem;
}

.intention-path {
  display: grid;
  gap: clamp(2rem, 5vw, 4.5rem);
}

.intention-panel {
  position: relative;
  border: 1px solid var(--line);
  background: #fff;
}

.path-label {
  width: fit-content;
  margin-bottom: 1rem;
  color: var(--teal-deep);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.memory-path {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(270px, 0.9fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: center;
  min-height: 510px;
  padding: clamp(2rem, 5vw, 5rem);
  border-left: 10px solid var(--mustard-brand);
  box-shadow: 16px 18px 0 var(--mustard-soft);
}

.intention-copy {
  position: relative;
  z-index: 2;
}

.intention-copy h3,
.play-heading h3 {
  margin-bottom: 1.2rem;
  font-family: Montserrat, Poppins, "Avenir Next", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(2.4rem, 4.7vw, 5rem);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.intention-copy > p:not(.path-label) {
  max-width: 650px;
  margin-bottom: 1.8rem;
  color: #55515b;
  font-size: clamp(1.03rem, 1.35vw, 1.2rem);
}

.memory-books {
  position: relative;
  min-height: 390px;
}

.memory-books img {
  position: absolute;
  width: min(62%, 280px);
  border: 1px solid rgba(41, 39, 49, 0.12);
  box-shadow: 0 20px 45px rgba(41, 39, 49, 0.16);
}

.memory-books .inside-page {
  top: 0;
  left: 0;
  transform: rotate(-6deg);
}

.memory-books .cover-page {
  right: 0;
  bottom: 0;
  transform: rotate(4deg);
}

.play-path {
  padding: clamp(2rem, 5vw, 4.5rem);
  border-top: 10px solid var(--teal-deep);
}

.play-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(230px, 0.75fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: end;
  margin-bottom: clamp(2rem, 5vw, 4rem);
}

.play-heading h3 {
  max-width: 850px;
  margin-bottom: 0;
}

.play-heading > p {
  margin-bottom: 0.45rem;
  padding-left: 1.2rem;
  border-left: 5px solid var(--mustard-brand);
  color: #55515b;
  font-size: 1.08rem;
}

.play-choices {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1rem, 2.5vw, 2rem);
}

.play-choice {
  position: relative;
  min-height: 330px;
  display: grid;
  grid-template-columns: minmax(130px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(1rem, 2.5vw, 2rem);
  align-items: center;
  padding: clamp(1.25rem, 2.5vw, 2rem);
  border: 1px solid var(--line);
  color: var(--ink);
  text-decoration: none;
  box-shadow: 0 14px 32px rgba(41, 39, 49, 0.06);
  transition: transform 190ms ease, box-shadow 190ms ease;
}

.play-choice:hover {
  transform: translateY(-7px);
  box-shadow: 0 22px 46px rgba(41, 39, 49, 0.12);
}

.battle-choice {
  border-bottom: 7px solid var(--battle-red);
}

.battle-choice img {
  width: 100%;
  transform: rotate(-3deg);
  box-shadow: 0 14px 32px rgba(41, 39, 49, 0.15);
  transition: transform 230ms ease;
}

.battle-choice:hover img {
  transform: rotate(-1deg) translateY(-4px);
}

.zoubidou-choice {
  overflow: hidden;
  border-bottom: 7px solid var(--teal-deep);
  background: linear-gradient(135deg, #fff 70%, var(--mustard-soft));
}

.zoubidou-choice img {
  width: 100%;
  transform: rotate(3deg);
  box-shadow: 0 14px 32px rgba(41, 39, 49, 0.15);
  transition: transform 230ms ease;
}

.zoubidou-choice:hover img {
  transform: rotate(1deg) translateY(-4px);
}

.zoubidou-mark {
  color: var(--teal-deep);
  font-family: Montserrat, Poppins, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(8rem, 14vw, 13rem);
  font-weight: 950;
  line-height: 0.72;
  letter-spacing: -0.12em;
  opacity: 0.12;
  transform: rotate(-6deg);
}

.choice-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.choice-kicker {
  margin-bottom: 0.65rem;
  color: var(--teal-deep);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.choice-copy strong {
  margin-bottom: 0.8rem;
  font-family: Montserrat, Poppins, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(1.7rem, 3vw, 2.8rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.choice-copy > span:not(.choice-kicker):not(.card-link) {
  margin-bottom: 1.4rem;
  color: #5a5660;
  line-height: 1.55;
}

.choice-copy .card-link {
  margin-top: auto;
}

.home-page .universe-grid {
  align-items: start;
  gap: clamp(1rem, 2vw, 1.5rem);
}

.home-page .universe-card {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  border-width: 1px 1px 7px;
  border-radius: 0;
  box-shadow: 0 16px 38px rgba(41, 39, 49, 0.07);
}

.home-page .universe-card:nth-child(2) {
  margin-top: 2.4rem;
}

.home-page .universe-card:nth-child(3) {
  margin-top: 0.8rem;
}

.home-page .experience-memory { border-bottom-color: var(--mustard-brand); }
.home-page .experience-battle { border-bottom-color: var(--battle-red); }
.home-page .experience-zoubidou { border-bottom-color: var(--teal-deep); }

.home-page .experience-memory .universe-number,
.home-page .experience-memory .card-kicker { color: #a46d00; }
.home-page .experience-battle .universe-number,
.home-page .experience-battle .card-kicker { color: var(--battle-red-ink); }
.home-page .experience-zoubidou .universe-number,
.home-page .experience-zoubidou .card-kicker { color: var(--teal-deep); }

.home-page .universe-number {
  margin-bottom: 2.8rem;
  opacity: 0.18;
}

.home-page .universe-card:hover {
  border-color: var(--line);
  transform: translateY(-7px);
}

.home-page .experience-memory:hover { border-bottom-color: var(--mustard-brand); }
.home-page .experience-battle:hover { border-bottom-color: var(--battle-red); }
.home-page .experience-zoubidou:hover { border-bottom-color: var(--teal-deep); }

.home-page .card-link.amazon-card-button {
  width: fit-content;
  padding: 0.78rem 1rem;
  border-radius: 14px;
  background: var(--mustard-brand);
  color: #1f1b22;
  box-shadow: 0 8px 20px rgba(220, 165, 30, 0.2);
}

.home-page .process-section {
  position: relative;
  margin-top: clamp(2rem, 5vw, 4rem);
  background: var(--mustard-soft);
}

.home-page .process-section::after {
  content: "";
  position: absolute;
  top: 0;
  right: 7vw;
  width: 26%;
  height: 8px;
  background: var(--teal-deep);
}

.home-page .process-section .eyebrow {
  color: var(--teal-deep);
}

.home-page .process-section .section-title {
  font-size: clamp(2.4rem, 4.4vw, 4.4rem);
}

.home-page .principle {
  border: 0;
  border-left: 5px solid rgba(76, 47, 112, 0.22);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: none;
  transition: transform 180ms ease, border-color 180ms ease;
}

.home-page .principle:hover {
  border-left-color: var(--teal-deep);
  transform: translateX(6px);
}

.home-page .principle-number {
  color: var(--mustard-brand);
}

.home-page .zoubidometre-banner {
  border-radius: 0;
  border-color: rgba(15, 92, 91, 0.2);
  border-left: 10px solid var(--teal-deep);
  background: #fff;
  box-shadow: 16px 18px 0 var(--mustard-soft);
}

.home-page .zoubidometre-banner h2 {
  color: var(--teal-deep);
}

.home-page .tag {
  border-radius: 0;
  color: var(--teal-deep);
}

.home-page .mini-cover {
  border-radius: 0;
}

.home-page .site-footer {
  background: #fff;
}

.about-section {
  padding-top: clamp(4rem, 7vw, 7rem);
  border-top: 1px solid var(--line);
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(2rem, 7vw, 7rem);
  align-items: start;
}

.about-section .eyebrow,
.about-hero .eyebrow {
  color: var(--ink);
}

.about-section .section-title {
  margin-bottom: 0;
  font-size: clamp(2.5rem, 4.8vw, 4.8rem);
}

.about-copy {
  color: #4f4b54;
  font-size: clamp(1.05rem, 1.4vw, 1.2rem);
}

.about-copy p {
  margin-bottom: 1.2rem;
}

.about-punchline {
  padding: 1.2rem 1.35rem;
  border-left: 7px solid var(--mustard-brand);
  background: var(--mustard-soft);
  color: var(--ink);
  font-weight: 800;
}

.about-story {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(2rem, 7vw, 7rem);
  align-items: start;
  color: #4f4b54;
  font-size: clamp(1.05rem, 1.4vw, 1.2rem);
}

.page-hero.about-hero {
  padding-bottom: clamp(0.65rem, 1.25vw, 1rem);
}

.page-hero.about-hero h1 {
  margin-bottom: 0;
}

.page-hero.about-hero h1 em::after {
  right: 0;
  bottom: -0.1em;
  left: 0;
  height: 4px;
  border-radius: 0;
  background: var(--mustard-brand);
}

.section.about-story-section {
  padding-top: clamp(0.65rem, 1.25vw, 1rem);
}

.about-story-punchline {
  grid-column: 1 / -1;
  width: 100%;
  margin: 0;
}

.about-story h2 {
  color: var(--ink);
  font-size: clamp(2.2rem, 4.2vw, 4rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

@media (max-width: 920px) {
  .hero-intro,
  .section-heading-row,
  .about-grid,
  .about-story {
    grid-template-columns: 1fr;
  }

  .about-story-punchline {
    grid-column: 1;
  }

  .hero-sidecopy {
    max-width: 680px;
  }

  .home-page .universe-card:nth-child(2),
  .home-page .universe-card:nth-child(3) {
    margin-top: 0;
  }

  .memory-path,
  .play-heading {
    grid-template-columns: 1fr;
  }

  .memory-books {
    width: min(100%, 520px);
    margin: 0 auto;
  }

  .play-choices {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .home-hero {
    padding-top: 3.2rem;
  }

  .home-page h1 {
    font-size: clamp(2.75rem, 13.5vw, 4.25rem);
    line-height: 0.98;
  }

  .hero-pop {
    font-size: 1.13em;
  }

  .home-page h1 .hero-punchline {
    margin-top: 1rem;
    font-size: clamp(1.3rem, 6.5vw, 1.75rem);
  }

  .hero-sidecopy > p {
    font-size: 1.05rem;
  }

  .hero-visual-wrap {
    width: 100%;
    margin-top: 2rem;
  }

  .hero-illustration {
    width: 125%;
    margin-left: -12%;
  }

  .hero-caption {
    position: relative;
    right: auto;
    bottom: auto;
    width: calc(100% - 1.25rem);
    max-width: none;
    margin: -0.5rem auto 0;
  }

  .home-page .universe-card {
    min-height: 330px;
  }

  .memory-path {
    padding: 1.6rem 1.3rem 2.2rem;
    border-left-width: 7px;
  }

  .memory-books {
    min-height: 300px;
  }

  .memory-books img {
    width: min(60%, 215px);
  }

  .play-path {
    padding: 1.6rem 1.15rem;
    border-top-width: 7px;
  }

  .play-choice {
    min-height: 0;
    grid-template-columns: 105px minmax(0, 1fr);
    padding: 1rem;
  }

  .zoubidou-mark {
    font-size: 8rem;
  }

  .section-aside {
    max-width: 32rem;
  }

  .home-page .zoubidometre-banner {
    box-shadow: 8px 10px 0 var(--mustard-soft);
  }
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: Poppins, Montserrat, "Avenir Next", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}

a { color: inherit; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
h1, h2, h3, p, figure { margin-top: 0; }

.skip-link {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 100;
  padding: 0.75rem 1rem;
  border-radius: var(--radius);
  background: var(--ink);
  color: var(--white);
  transform: translateY(-220%);
}

.skip-link:focus { transform: translateY(0); }

.wrap {
  width: min(calc(100% - 2.5rem), var(--max));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(41, 39, 49, 0.08);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(16px);
}

.nav-shell {
  width: min(calc(100% - 2.5rem), var(--max));
  min-height: 82px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.brand-logo {
  width: 70px;
  height: 70px;
  object-fit: contain;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.site-nav a {
  position: relative;
  padding: 0.55rem 0.1rem;
  text-decoration: none;
  font-size: 0.94rem;
  font-weight: 750;
}

.site-nav a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  right: 0.1rem;
  bottom: 0.25rem;
  left: 0.1rem;
  height: 3px;
  border-radius: var(--radius);
  background: var(--mustard-brand);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.site-nav a:hover::after,
.site-nav a[aria-current="page"]::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-cta, .button {
  border: 2px solid var(--teal-deep);
  border-radius: 14px;
  background: var(--teal-deep);
  color: var(--white);
  box-shadow: 0 8px 20px rgba(15, 92, 91, 0.18);
}

.nav-cta {
  padding: 0.7rem 1rem !important;
  transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.nav-cta:hover {
  background: var(--teal-hover);
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(15, 92, 91, 0.26);
}

.menu-button {
  display: none;
  width: 46px;
  height: 46px;
  border: 2px solid var(--ink);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--ink);
  font-size: 1.3rem;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(430px, 1.16fr);
  column-gap: clamp(2.5rem, 5vw, 5.5rem);
  row-gap: 2rem;
  align-items: center;
  min-height: 690px;
  padding: clamp(4.5rem, 8vw, 7rem) 0 3rem;
}

.hero-copy-block { position: relative; z-index: 2; }

.eyebrow {
  margin-bottom: 1rem;
  color: var(--periwinkle-dark);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

h1, .display {
  max-width: 920px;
  margin-bottom: 1.5rem;
  font-size: clamp(3rem, 5.3vw, 5.35rem);
  line-height: 1.02;
  letter-spacing: -0.048em;
}

h1 em, .display em {
  position: relative;
  z-index: 0;
  color: var(--ink);
  font-style: normal;
  font-weight: inherit;
  white-space: nowrap;
}

h1 em::after, .display em::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -0.08em;
  bottom: 0.06em;
  left: -0.08em;
  height: 0.28em;
  border-radius: var(--radius);
  background: linear-gradient(90deg, rgba(237, 91, 140, 0.27), rgba(104, 119, 234, 0.24));
}

.hero-copy {
  max-width: 690px;
  margin-bottom: 2rem;
  color: #474550;
  font-size: clamp(1.08rem, 1.7vw, 1.3rem);
  line-height: 1.62;
}

.hero-photo {
  position: relative;
  overflow: hidden;
  aspect-ratio: 2 / 1;
  min-height: 360px;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--periwinkle-soft);
  box-shadow: var(--shadow);
  isolation: isolate;
}

.hero-photo::after {
  content: "";
  position: absolute;
  right: 22px;
  bottom: 22px;
  width: 88px;
  height: 12px;
  border-radius: var(--radius);
  background: linear-gradient(90deg, var(--pink), var(--periwinkle));
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.8);
}

.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.hero-photo:hover img { transform: scale(1.018); }

.hero-note {
  grid-column: 1 / -1;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.6rem 1rem;
  padding: 1.25rem 1.5rem;
  border: 1px solid #e5e4f3;
  border-radius: var(--radius);
  background: linear-gradient(90deg, var(--pink-soft), var(--periwinkle-soft));
  color: var(--ink);
}

.hero-note strong { font-size: clamp(1.04rem, 1.5vw, 1.26rem); }
.hero-note span { color: var(--muted); }

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.button {
  min-height: 52px;
  padding: 0.82rem 1.18rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 850;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:not([aria-disabled="true"])::after {
  content: "→";
  margin-left: 0.55rem;
  transition: transform 160ms ease;
}

.button:hover {
  background: var(--teal-hover);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(15, 92, 91, 0.28);
}

.button:hover::after { transform: translateX(4px); }

.button.secondary {
  border-color: var(--ink);
  background: var(--white);
  color: var(--ink);
  box-shadow: none;
}

.button.secondary:hover {
  border-color: var(--pink);
  background: var(--pink-soft);
}

.button[aria-disabled="true"] {
  cursor: default;
  border-color: #dedde2;
  background: #eeedf1;
  color: #716f79;
  box-shadow: none;
}

.section { padding: clamp(4.5rem, 8vw, 7.5rem) 0; }

.section-title {
  max-width: 900px;
  margin-bottom: 2.8rem;
  font-size: clamp(2.35rem, 5vw, 4.65rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.lead {
  max-width: 760px;
  color: #4e4c57;
  font-size: clamp(1.05rem, 1.65vw, 1.28rem);
}

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

.universe-card {
  min-height: 355px;
  display: flex;
  flex-direction: column;
  padding: clamp(1.5rem, 2.5vw, 2rem);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--ink);
  text-decoration: none;
  box-shadow: var(--shadow-soft);
  transition: transform 190ms ease, box-shadow 190ms ease, border-color 190ms ease;
}

.universe-card:hover {
  border-color: rgba(104, 119, 234, 0.45);
  transform: translateY(-7px);
  box-shadow: var(--shadow);
}

.universe-number {
  margin-bottom: auto;
  color: var(--periwinkle);
  font-size: clamp(3.3rem, 5vw, 5rem);
  font-weight: 950;
  line-height: 0.88;
  letter-spacing: -0.08em;
}

.card-kicker {
  margin-bottom: 0.6rem;
  color: var(--pink-dark);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.universe-card h2 {
  margin-bottom: 0.75rem;
  font-size: clamp(1.85rem, 2.8vw, 2.7rem);
  line-height: 1;
  letter-spacing: -0.035em;
}

.universe-card p { margin-bottom: 1.5rem; color: var(--muted); }

.card-link {
  margin-top: auto;
  color: var(--periwinkle-dark);
  font-weight: 900;
}

.card-link::after {
  content: "→";
  display: inline-block;
  margin-left: 0.4rem;
  transition: transform 180ms ease;
}

.universe-card:hover .card-link::after { transform: translateX(5px); }

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: center;
}

.process-section {
  background: linear-gradient(125deg, var(--pink-soft), var(--periwinkle-soft));
  color: var(--ink);
}

.process-section .section-title { margin-bottom: 1.4rem; }

.principles { display: grid; gap: 0.9rem; }

.principle {
  display: grid;
  grid-template-columns: 42px 1fr;
  column-gap: 1rem;
  padding: 1.2rem 1.35rem;
  border: 1px solid rgba(104, 119, 234, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 22px rgba(64, 66, 105, 0.06);
}

.principle-number {
  grid-row: 1 / span 2;
  color: var(--pink);
  font-size: 1.2rem;
  font-weight: 950;
}

.principle strong { display: block; font-size: 1.08rem; }
.principle > span:last-child { color: var(--muted); }

.zoubidometre-banner {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
  padding: clamp(2rem, 5vw, 4.2rem);
  border: 1px solid #e5e4f3;
  border-radius: var(--radius);
  background: linear-gradient(135deg, #ffffff 15%, var(--pink-soft) 58%, var(--periwinkle-soft));
  box-shadow: var(--shadow-soft);
}

.zoubidometre-banner h2 {
  margin-bottom: 1rem;
  font-size: clamp(2.5rem, 5vw, 4.8rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.mini-cover, .showcase, .book-page {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.mini-cover { transition: transform 220ms ease, box-shadow 220ms ease; }

.mini-cover:hover {
  transform: translateY(-6px) rotate(0.4deg);
  box-shadow: 0 30px 65px rgba(41, 39, 49, 0.15);
}

.mini-cover img, .showcase img, .book-page img { width: 100%; }

.mini-cover figcaption, .showcase figcaption {
  padding: 0.85rem 1rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.82rem;
}

.private-label, .tag {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 1rem;
  padding: 0.34rem 0.7rem;
  border: 1px solid currentColor;
  border-radius: var(--radius);
  color: var(--periwinkle-dark);
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-hero { padding: clamp(5rem, 10vw, 8rem) 0 clamp(3rem, 6vw, 5rem); }
.page-hero h1 { max-width: 1080px; }
.page-hero.memory .eyebrow { color: var(--mustard-ink); }
.page-hero.memory h1 em::after { background: rgba(237, 167, 45, 0.34); }
.page-hero.battle .eyebrow { color: var(--battle-red-ink); }
.page-hero.battle h1 em::after { background: rgba(239, 37, 43, 0.22); }
.page-hero.zoubidou .eyebrow { color: var(--zoubidou-violet); }
.page-hero.zoubidou h1 em::after { background: rgba(96, 71, 185, 0.24); }

.product-panel {
  --panel-accent: var(--periwinkle);
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
  padding: clamp(1.5rem, 4vw, 3rem);
  border: 1px solid var(--line);
  border-top: 8px solid var(--panel-accent);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.memory-panel { --panel-accent: var(--mustard); }
.battle-panel { --panel-accent: var(--battle-red); }
.zoubidou-panel { --panel-accent: var(--zoubidou-violet); }

.product-panel h2, .future-strip h2 {
  margin-bottom: 1rem;
  font-size: clamp(2rem, 4.4vw, 4rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

.feature-list {
  padding: 0;
  margin: 1.5rem 0 2rem;
  list-style: none;
}

.feature-list li { padding: 0.8rem 0; border-top: 1px solid var(--line); }
.feature-list li:last-child { border-bottom: 1px solid var(--line); }

.future-strip, .project-card, .form-card {
  padding: clamp(1.6rem, 4vw, 3.2rem);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.future-strip { border-top: 8px solid var(--mustard); }

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

.collection-followup .project-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.project-card {
  min-height: 320px;
  display: flex;
  flex-direction: column;
  padding: 1.6rem;
  border-top: 7px solid var(--zoubidou-violet);
}

.project-card:nth-child(2) { border-top-color: #16734e; }
.project-card:nth-child(3) { border-top-color: #264c84; }
.collection-followup .project-card:nth-child(1) { border-top-color: #16734e; }
.collection-followup .project-card:nth-child(2) { border-top-color: #264c84; }

.project-card h2 {
  margin-top: auto;
  margin-bottom: 0.8rem;
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  line-height: 1;
  letter-spacing: -0.035em;
}

.form-card { border-top: 8px solid var(--zoubidou-violet); }

.brevo-card {
  padding: 0.6rem;
  overflow: hidden;
}

.brevo-frame {
  display: block;
  width: 100%;
  height: 520px;
  border: 0;
  background: #fff;
}

.brevo-card .form-note {
  margin: 0.4rem 0.8rem 0.8rem;
}
.field label { display: block; margin-bottom: 0.45rem; font-weight: 850; }

.field input[type="email"] {
  width: 100%;
  min-height: 54px;
  padding: 0.82rem 1rem;
  border: 2px solid var(--ink);
  border-radius: var(--radius);
  background: var(--paper);
  color: var(--ink);
}

.field input:focus-visible, .button:focus-visible, .menu-button:focus-visible, .site-nav a:focus-visible {
  outline: 4px solid rgba(15, 92, 91, 0.28);
  outline-offset: 3px;
}

.check-row {
  display: grid;
  grid-template-columns: 1.25rem 1fr;
  gap: 0.65rem;
  align-items: start;
  margin: 1rem 0 1.4rem;
  font-size: 0.92rem;
}

.check-row input { width: 1.15rem; height: 1.15rem; margin-top: 0.15rem; }
.form-note, .form-status { margin-top: 1rem; color: var(--muted); font-size: 0.86rem; }

.form-status {
  display: none;
  padding: 0.9rem 1rem;
  border: 1px solid var(--periwinkle);
  border-radius: var(--radius);
  background: var(--periwinkle-soft);
  color: var(--ink);
}

.form-status.is-visible { display: block; }
.legal { max-width: 820px; padding: clamp(5rem, 10vw, 8rem) 0; }
.legal h1 { font-size: clamp(3rem, 7vw, 5.8rem); }
.legal h2 { margin-top: 2.5rem; font-size: 1.5rem; }
.legal address { font-style: normal; }
.legal-warning {
  padding: 1rem 1.2rem;
  border-left: 6px solid var(--mustard-brand);
  background: var(--mustard-soft);
}

.button.is-disabled {
  cursor: not-allowed;
  opacity: 0.58;
}

.compact-banner {
  padding: clamp(1.5rem, 4vw, 3rem);
}

.site-footer {
  margin-top: 5rem;
  padding: 2.5rem 0;
  border-top: 1px solid var(--line);
  background: #ffffff;
  color: var(--ink);
}

.footer-grid {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 2rem;
}

.footer-links { display: flex; flex-wrap: wrap; gap: 0.9rem 1.4rem; }
.footer-links a { color: var(--muted); font-size: 0.88rem; }
.footer-links a:hover { color: var(--pink-dark); }
.muted { color: var(--muted); }

.js .reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 580ms ease, transform 580ms ease;
}

.js .reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 920px) {
  .menu-button { display: grid; place-items: center; }
  .site-nav {
    position: absolute;
    inset: 82px 1.25rem auto 1.25rem;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0.85rem;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--white);
    box-shadow: var(--shadow);
  }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 0.82rem; }
  .hero, .split, .zoubidometre-banner, .product-panel { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero-photo { min-height: 0; }
  .universe-grid, .project-grid, .collection-followup .project-grid { grid-template-columns: 1fr; }
  .universe-card, .project-card { min-height: 285px; }
}

@media (max-width: 600px) {
  .wrap, .nav-shell { width: min(calc(100% - 1.25rem), var(--max)); }
  .brand-logo { width: 62px; height: 62px; }
  .nav-shell { min-height: 74px; }
  .site-nav { inset: 74px 0.625rem auto 0.625rem; }
  .hero { padding-top: 3.5rem; }
  h1, .display { font-size: clamp(2.65rem, 13vw, 4rem); }
  h1 em, .display em { white-space: normal; }
  .hero-photo { aspect-ratio: 16 / 10; }
  .hero-note { display: block; text-align: left; }
  .hero-note strong { display: block; margin-bottom: 0.25rem; }
  .button-row, .button { width: 100%; }
  .brevo-frame { height: 610px; }
  .principle { grid-template-columns: 34px 1fr; }
  .footer-grid { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; }
}
