/* ========== COVER ========== */
.cover{
  min-height: 100svh;
  min-height: 100dvh;
  padding: 0;
  position: relative;
  display: flex;
  align-items: stretch;
  box-sizing: border-box;
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
  background-color: #ede8e0;
}
.cover > .container-wide{
  width: 100%;
  max-width: none;
  padding-top: clamp(88px, 11vh, 100px);
  padding-bottom: clamp(16px, 3vh, 28px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex: 1;
  min-height: 100svh;
  min-height: 100dvh;
  box-sizing: border-box;
  overflow-x: hidden;
}
.cover-grid{
  display: grid;
  grid-template-columns: minmax(0, 520px) minmax(0, 440px);
  gap: 60px;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.cover-grid > div:first-child{
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
  max-width: 520px;
  width: 100%;
  align-self: center;
}
.cover-grid > div:first-child .eyebrow{ display: none; }
.cover-grid > div:first-child .h-display{
  margin: 0 !important;
  max-width: 100%;
  min-height: var(--cover-title-min, clamp(168px, 20vh, 264px));
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1.05;
}
.cover-grid > div:first-child .lede{
  margin: 24px 0 0 !important;
  max-width: 460px;
  font-size: 18px;
  line-height: 1.7;
  color: var(--ink-2);
}
.cover-actions{
  display: flex;
  align-items: center;
  gap: var(--stack-md);
  flex-wrap: wrap;
  margin-top: var(--stack-md);
}
.cover-actions .btn-primary{
  width: fit-content;
  max-width: 320px;
  padding: 16px 36px;
  white-space: normal;
  text-align: center;
}
.cover-actions .btn-link{
  font-size: 13px;
  color: var(--bordeaux);
  letter-spacing: 0.05em;
  text-transform: none;
  font-weight: 500;
  transition: opacity 0.2s ease;
  border-bottom: none;
  padding-bottom: 0;
}
.cover-actions .btn-link:hover{
  opacity: 0.7;
  gap: 8px;
}
.cover-portrait{
  width: 100%;
  max-width: min(440px, 100%);
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: 0;
  align-self: center;
  justify-self: end;
  overflow: hidden;
}
.cover-portrait.portrait-figure{ gap: 0; }
.cover-portrait .portrait-caption{ display: none; }
.cover-portrait .portrait-frame{
  width: 420px;
  height: 560px;
  max-width: 420px;
  max-height: 560px;
  margin: 0 auto;
  padding-top: 0;
  box-sizing: border-box;
  display: block;
  border: none;
  border-radius: 999px 999px 0 0;
  box-shadow: none;
  overflow: hidden;
  background-color: #ede8e0;
}
.cover-portrait .portrait-frame img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 5%;
  display: block;
  filter: none;
  transform: none;
}
.cover-meta{ display: none; }

/* Hero sans photo — remplit le viewport, contenu centré verticalement */
.cover--no-photo{
  min-height: 100svh;
  min-height: 100dvh;
}
.cover--no-photo > .container-wide{
  min-height: 100svh;
  min-height: 100dvh;
  padding-top: var(--page-top);
  padding-bottom: clamp(56px, 9vh, 96px);
  justify-content: center;
}
.cover--no-photo .cover-grid--solo{
  grid-template-columns: 1fr;
  max-width: 800px;
  justify-content: flex-start;
  margin: 0;
}
.cover--no-photo .cover-grid > div:first-child,
.cover--no-photo .cover-hero-copy{
  max-width: 640px;
  justify-content: center;
}
.cover--no-photo .cover-grid > div:first-child .h-display,
.cover--no-photo .hero__title{
  font-size: clamp(3rem, 5.4vw, 6.25rem);
  min-height: 0;
  line-height: 1.12;
  letter-spacing: -.028em;
}
.cover--no-photo .cover-title-line{
  line-height: 1.12;
  padding-bottom: 0.04em;
}
.cover--no-photo .cover-grid > div:first-child .lede,
.cover--no-photo .cover-lede{
  max-width: 520px;
  font-size: clamp(17px, 1.35vw, 19px);
  margin-top: clamp(20px, 2.8vh, 32px) !important;
  line-height: 1.65;
}
.cover--no-photo .cover-social-proof{
  color: inherit;
}
.cover--no-photo .cover-social-proof .geo-pill{
  color: inherit;
  border-color: rgba(255, 255, 255, 0.55);
}
.cover--no-photo .cover-hero-copy .eyebrow{
  display: block;
  margin-bottom: clamp(10px, 1.4vh, 16px);
  color: inherit;
}
.cover--no-photo .cover-title-rule{
  margin-bottom: clamp(12px, 1.8vh, 20px);
}
.cover--no-photo .cover-actions{
  margin-top: clamp(24px, 3.2vh, 40px);
  gap: clamp(32px, 4.5vw, 52px);
}
.cover--no-photo .cover-social-proof{
  margin-top: clamp(28px, 4vh, 48px);
}
.cover--no-photo .hero__layout{
  grid-template-columns: 1fr;
  max-width: 640px;
  align-items: stretch;
  width: 100%;
}
.cover--no-photo .cover-hero-copy{
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: var(--stack-sm);
  min-height: 0;
}
.cover--no-photo .hero__proof-column{
  align-self: stretch;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.cover--no-photo .hero__proof-card:not(.hero__proof-card--availability){
  flex: 1;
  justify-content: center;
  padding: clamp(1.25rem, 2.8vh, 2rem) clamp(1.5rem, 2.5vw, 2rem);
}
.cover--no-photo .hero__proof-stat{
  font-family: var(--serif);
  font-size: clamp(2.5rem, 4.2vw, 3.75rem);
  line-height: 1.1;
}
.cover--no-photo .hero__proof-card--availability{
  flex-shrink: 0;
  padding: clamp(1rem, 2vh, 1.35rem) clamp(1.5rem, 2.5vw, 2rem);
}

@media (max-width: 980px){
  .cover:not(.cover--no-photo){ min-height: auto; }
  .cover:not(.cover--no-photo) > .container-wide{
    min-height: auto;
    padding-top: 40px;
    padding-bottom: var(--stack-lg);
  }
  .cover-grid{ grid-template-columns: 1fr; gap: var(--stack-xl); }
  .cover-grid > div:first-child{ max-width: none; }
  .cover-grid > div:first-child .h-display{ min-height: 0; }
  .cover-portrait{
    max-width: 420px;
    margin: 0 auto;
    justify-self: center;
  }
  .cover-portrait .portrait-frame{ max-width: 420px; }
}
@media (max-width: 600px){
  .cover .h-display{ font-size: clamp(42px, 11vw, 56px); line-height: 1.05; }
  .cover-grid > div:first-child .lede{ font-size: 18px; }
  .cover-portrait{ max-width: min(300px, 85vw); }
  .cover-portrait .portrait-frame{
    width: min(300px, 85vw);
    height: auto;
    max-width: min(300px, 85vw);
    max-height: none;
    aspect-ratio: 420 / 560;
  }
}

/* Hero load sequence — editorial entrance */
.cover-title-rule{
  display: block;
  width: 0;
  height: 1px;
  background: #6b1f3a;
  margin: 0 0 16px;
  transition: width 600ms ease-out;
}
.cover.is-anim-rule .cover-title-rule{ width: 60px; }

.cover-title-line{
  display: inline-block;
  opacity: 0;
  transform: translateY(12px);
  transition:
    opacity 700ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
}
.cover.is-anim-title .cover-title-line{
  opacity: 1;
  transform: translateY(0);
}
.cover.is-anim-title .cover-title-line[data-line="1"]{ transition-delay: 0ms; }
.cover.is-anim-title .cover-title-line[data-line="2"]{ transition-delay: 100ms; }
.cover.is-anim-title .cover-title-line[data-line="3"]{ transition-delay: 200ms; }

.cover-lede{
  opacity: 0;
  transform: translateY(8px);
  transition:
    opacity 500ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 500ms cubic-bezier(0.16, 1, 0.3, 1);
}
.cover.is-anim-lede .cover-lede{
  opacity: 1;
  transform: translateY(0);
}

.cover-cta-group{
  opacity: 0;
  transition: opacity 400ms ease;
}
.cover.is-anim-cta .cover-cta-group{ opacity: 1; }

.cover-portrait-anim{
  opacity: 0;
  transform: scale(1.04);
  transition:
    opacity 1000ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 1000ms cubic-bezier(0.16, 1, 0.3, 1);
}
.cover.is-anim-portrait .cover-portrait-anim{
  opacity: 1;
  transform: scale(1);
}

@media (prefers-reduced-motion: reduce){
  .cover-title-rule{ width: 60px; transition: none; }
  .cover-title-line,
  .cover-lede,
  .cover-cta-group,
  .cover-portrait-anim{
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* Social proof */
.cover-social-proof{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 40px;
  font-family: var(--mono);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(27,23,20,.7);
}
.cover-geo-label{
  flex-basis: 100%;
  margin: 0 0 2px;
  font-family: var(--mono);
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,.85);
}
.cover-social-proof .geo-pill{
  display: inline-block;
  padding: 4px 10px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
}
.hero__social-proof{
  margin-top: 0.75rem;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  color: rgba(0, 0, 0, 0.4);
  font-style: italic;
}

/* Hero — 2-column layout + proof column */
.hero__layout {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: clamp(40px, 5vw, 72px);
  align-items: center;
  max-width: none;
  justify-content: stretch;
  width: 100%;
}

.hero__proof-column {
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.72);
  align-self: center;
}

.hero__proof-card {
  padding: 1.75rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.hero__proof-tag {
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  color: #9A7A5A;
  text-transform: uppercase;
  margin-bottom: 0.4rem;
}

.hero__proof-stat {
  font-family: inherit;
  font-size: 2.6rem;
  line-height: 1.1;
  color: var(--bordeaux);
  font-style: italic;
  margin: 0;
}

.hero__proof-label {
  font-size: 0.75rem;
  color: var(--ink-3);
  margin: 0;
  line-height: 1.4;
}

.hero__proof-client {
  font-size: 0.7rem;
  font-style: italic;
  color: var(--ink-4);
  margin: 0.2rem 0 0;
}

.hero__proof-divider {
  height: 1px;
  background: var(--line);
  margin: 0 2rem;
}

.hero__proof-card--availability {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  padding: 1.25rem 2rem;
  background: rgba(107, 30, 62, 0.04);
}

.hero__proof-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4CAF50;
  flex-shrink: 0;
  animation: pulse-dot 2s infinite;
}

@keyframes pulse-dot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(0.85); }
}

.hero__proof-availability-text {
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  color: var(--ink-2);
  margin: 0;
  line-height: 1.5;
  flex: 1;
  min-width: 12ch;
}

@media (max-width: 900px) {
  .cover--no-photo{
    min-height: auto;
  }
  .cover--no-photo > .container-wide{
    min-height: auto;
    max-height: none;
    justify-content: flex-start;
    padding-top: clamp(72px, 12vh, 96px);
    padding-bottom: var(--stack-lg);
  }
  .cover--no-photo .hero__layout{
    min-height: 0;
    grid-template-columns: 1fr;
    gap: var(--stack-xl);
  }
  .cover--no-photo .cover-hero-copy{
    height: auto;
  }
  .hero__layout {
    grid-template-columns: 1fr;
  }
  .hero__proof-column {
    display: none;
  }
  .cover--no-photo .cover-grid > div:first-child .h-display,
  .cover--no-photo .hero__title{
    font-size: clamp(2.5rem, 9vw, 3.5rem);
  }
}

/* Scroll indicator */
.cover-scroll-hint{
  position: absolute;
  bottom: clamp(12px, 2.5vh, 24px);
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  line-height: 1;
  color: rgba(27,23,20,.6);
  opacity: 0.85;
  pointer-events: none;
  transition: opacity 400ms ease;
  animation: coverScrollBounce 2s ease-in-out infinite;
}
.cover--no-photo .cover-scroll-hint{
  color: inherit;
}
.cover-scroll-hint.cover-scroll-hint--hold{
  opacity: 0;
  animation: none;
}
body.is-animated .cover-scroll-hint:not(.is-hidden){
  opacity: 0.85;
  animation: coverScrollBounce 2s ease-in-out infinite;
}
.cover-scroll-hint.is-hidden{
  opacity: 0;
  animation: none;
}
@keyframes coverScrollBounce{
  0%, 100%{ transform: translateX(-50%) translateY(0); }
  50%{ transform: translateX(-50%) translateY(6px); }
}

/* Manifesto mid-scroll CTA */
.manifesto-cta{
  margin-top: var(--stack-xl);
  padding-top: var(--stack-lg);
}

/* In-this-issue rail (below hero, full width, horizontal) */
.cover-toc{
  margin-top: 28px;
  padding: 0;
}
.cover-toc-title{
  display: flex; justify-content: space-between; align-items: baseline;
  padding: 0 0 14px;
  border-bottom: var(--rule);
  margin-bottom: 18px;
}
.cover-toc-rail{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
}
@media (max-width: 900px){ .cover-toc-rail{ grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px){ .cover-toc-rail{ grid-template-columns: 1fr; } }
.cover-toc-rail a{
  display: flex; align-items: baseline; gap: 12px;
  padding: 16px 18px 16px 0;
  border-right: var(--rule);
  font-family: var(--serif);
  font-size: 19px;
  font-weight: 400;
  letter-spacing: -.005em;
  transition: color .3s, padding .35s var(--ease);
  position: relative;
}
.cover-toc-rail a:last-child{ border-right: 0; }
@media (max-width: 900px){ .cover-toc-rail a{ border-right: 0; border-bottom: var(--rule); } }
.cover-toc-rail a .num{
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .22em;
  color: var(--ink-3);
  font-weight: 400;
  min-width: 24px;
}
.cover-toc-rail a .arr{
  margin-left: auto;
  color: var(--ink-3);
  font-size: 14px;
  transition: transform .35s var(--ease), color .3s;
}
.cover-toc-rail a:hover{ color: var(--bordeaux); }
.cover-toc-rail a:hover .arr{ color: var(--bordeaux); transform: translateX(4px); }

/* ========== TICKER ========== */
.ticker{
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  background: var(--ink);
  color: var(--paper);
  padding: 18px 0;
  overflow: hidden;
  white-space: nowrap;
}
.ticker-track{
  display: inline-flex; gap: 40px;
  /* CSS fallback loop; JS replaces it with a rAF marquee (see CC_initMotionControl).
     Kept running unconditionally, including under prefers-reduced-motion: the
     ticker carries availability/contact info, not decoration. */
  animation: tickrun 22s linear infinite;
  font-family: var(--serif);
  font-size: 22px;
  font-style: italic;
  font-weight: 400;
  transform: translate3d(0, 0, 0);
}
.ticker-track > span{ display: inline-flex; gap: 40px; padding-right: 40px; align-items: center; }
.ticker-star{ color: var(--bordeaux); margin: 0 30px; font-style: normal; font-size: 14px; }
@media (prefers-reduced-motion: reduce){
  .cover-scroll-hint{
    animation: none !important;
  }
}
@keyframes tickrun{ to { transform: translate3d(-50%, 0, 0); } }
@media (max-width: 600px){
  .ticker{ padding: 14px 0; }
  .ticker-track{ font-size: 17px; gap: 28px; animation-duration: 16s; }
  .ticker-star{ margin: 0 18px; }
}

/* ========== MANIFESTO ========== */
.manifesto{ padding: var(--section-y) 0 0; }
.manifesto-eyebrow{
  display: flex; justify-content: space-between; align-items: flex-start;
  flex-wrap: wrap;
  gap: var(--stack-sm) var(--stack-md);
  border-top: var(--rule);
  border-bottom: var(--rule);
  padding: 14px 0;
  margin-bottom: var(--stack-xl);
}
.manifesto-hero{
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: clamp(40px, 5vw, 64px);
  align-items: stretch;
  width: 100%;
}
@media (max-width: 800px){
  .manifesto-hero{
    grid-template-columns: 1fr;
    gap: var(--stack-lg);
    align-items: start;
  }
  .manifesto-body-col{ max-width: none; }
  .manifesto-body-col .lede{ max-width: none; }
}
.manifesto h2{
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.08;
  letter-spacing: -.024em;
  text-wrap: balance;
  margin: 0;
}
.manifesto h2 > span{ display: block; }
.manifesto h2 em{ color: var(--bordeaux); font-style: italic; }
.manifesto-body-col{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  max-width: 420px;
  margin-inline-end: auto;
}
.manifesto-body-col .lede{
  margin: 0;
  max-width: 38ch;
  font-size: 16px;
  line-height: 1.7;
}
.manifesto-signature{
  margin: auto 0 0;
  padding-top: var(--stack-sm);
  border-top: var(--rule);
}
.manifesto-signature p{
  font-family: var(--serif);
  font-size: 18px;
  font-style: italic;
  line-height: 1.4;
  color: var(--ink-2);
  margin: 0;
}
.manifesto-signature:not(:has(p:not(:empty))){ display: none; }
.manifesto-grid{
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 0;
  margin-top: var(--stack-xl);
  border-top: var(--rule);
}
@media (max-width: 800px){ .manifesto-grid{ grid-template-columns: 1fr; } }
.manifesto-pillar{
  background: transparent;
  padding: 32px 32px 36px 0;
  display: flex; flex-direction: column; gap: 12px;
  position: relative;
  border-right: var(--rule);
  border-bottom: var(--rule);
}
.manifesto-pillar:nth-child(3){ border-right: 0; padding-right: 0; }
.manifesto-pillar:nth-child(2){ padding-left: 32px; }
.manifesto-pillar:nth-child(3){ padding-left: 32px; }
@media (max-width: 800px){
  .manifesto-pillar, .manifesto-pillar:nth-child(2), .manifesto-pillar:nth-child(3){ padding: 28px 0; border-right: 0; }
}
.manifesto-pillar .num{
  font-family: var(--mono); font-size: 10px; letter-spacing: .26em;
  color: var(--ink-3);
}
.manifesto-pillar h3{ font-family: var(--serif); font-size: 28px; line-height: 1.1; letter-spacing: -.015em; margin-top: 2px; font-style: normal; }
.manifesto-pillar p{ font-family: var(--sans); font-size: 14px; line-height: 1.65; color: var(--ink-2); margin: 6px 0 0; max-width: 38ch; }

/* ========== WORK FEATURE ========== */
.work-section{ padding: 24px 0 var(--section-y); }
.section-eyebrow{
  display: flex; justify-content: space-between; align-items: flex-start;
  flex-wrap: wrap;
  padding: 14px 0; border-top: var(--rule); border-bottom: var(--rule);
  margin-bottom: var(--stack-xl);
  gap: var(--stack-md);
  row-gap: var(--stack-sm);
}
.section-eyebrow h2{
  font-size: clamp(32px, 4.6vw, 68px);
  line-height: 1.08;
  letter-spacing: -.022em;
  flex: 1 1 280px;
  min-width: 0;
}
.section-eyebrow .btn-link.right{
  flex-shrink: 0;
  margin-left: 0;
}
.feature-card{
  display: grid; grid-template-columns: 1.05fr 1fr; gap: var(--stack-xl);
  align-items: center;
  margin-bottom: var(--stack-xl);
}
.feature-card.right{ grid-template-columns: 1fr 1.05fr; }
.feature-card.right .feature-img{ order: 2; }
@media (max-width: 900px){ .feature-card, .feature-card.right{ grid-template-columns: 1fr; gap: var(--stack-lg); } .feature-card.right .feature-img{ order: 0; } }
.feature-img,
.feature-card .cc-work-image{ cursor: pointer; }
.feature-card .cc-work-image:not(:has(img)){ aspect-ratio: 5/6; }
.feature-text .meta{
  display: flex; align-items: center; gap: 10px;
  font-family: var(--mono); font-size: 10px; letter-spacing: .26em; text-transform: uppercase;
  color: var(--ink-3); margin-bottom: 16px;
}
.feature-text .meta .dot{ width: 5px; height: 5px; border-radius: 50%; background: var(--bordeaux); }
.feature-text h3{
  font-family: var(--serif);
  font-size: clamp(40px, 5vw, 72px);
  line-height: 1.06; letter-spacing: -.028em;
  margin-bottom: 18px;
}
.feature-text .lede{ margin-bottom: 28px; max-width: 44ch; }
.stats{
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
  padding: 22px 0; margin-bottom: 26px;
  border-top: var(--rule); border-bottom: var(--rule);
}
.stats .stat{ display: flex; flex-direction: column; gap: 10px; }
.stats .stat .v{ font-family: var(--serif); font-size: clamp(32px, 4vw, 48px); line-height: 1.08; color: var(--bordeaux); letter-spacing: -.02em; font-feature-settings: "lnum"; }
.stats .stat .l{ font-family: var(--mono); font-size: 10px; letter-spacing: .22em; text-transform: uppercase; color: var(--ink-3); line-height: 1.5; }

/* ========== SERVICES (home) ========== */
.services-section{ padding: var(--section-y) 0; background: var(--paper-2); position: relative; }
.services-section::before{
  content:''; position: absolute; left: 0; right: 0; top: 0; height: 1px; background: var(--line);
}
.services-grid{
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 0;
  border-top: var(--rule);
  margin-top: var(--stack-xl);
}
@media (max-width: 760px){ .services-grid{ grid-template-columns: 1fr; } }
.service-card{
  background: transparent;
  padding: 40px 36px 40px 0;
  display: flex; flex-direction: column; gap: 14px;
  cursor: pointer;
  transition: background .35s var(--ease), padding .35s var(--ease);
  position: relative;
  min-height: 320px;
  border-right: var(--rule);
  border-bottom: var(--rule);
}
.service-card:nth-child(2n){ padding-left: 36px; padding-right: 0; border-right: 0; }
@media (max-width: 760px){ .service-card, .service-card:nth-child(2n){ border-right: 0; } }
.service-card:hover{ background: var(--paper-4); padding-left: 20px; padding-right: 20px; }
.service-card:nth-child(2n):hover{ padding-left: 56px; padding-right: 20px; }
.service-card .num{ font-family: var(--mono); font-size: 10px; letter-spacing: .26em; color: var(--ink-3); }
.service-card h3{ font-family: var(--serif); font-size: 30px; line-height: 1.1; letter-spacing: -.015em; }
.service-card p{ font-family: var(--sans); font-size: 14px; line-height: 1.65; color: var(--ink-2); margin: 0; max-width: 38ch; }
.service-card .delivers{
  list-style: none; padding: 14px 0 0; margin: auto 0 0;
  font-family: var(--sans); font-size: 12.5px; color: var(--ink-3); letter-spacing: .005em;
  border-top: var(--rule);
}
.service-card .delivers li{ padding: 5px 0; }
.service-card .delivers li::before{ content:'· '; color: var(--bordeaux); }
.service-card .arrow{
  position: absolute; right: 30px; bottom: 30px; font-size: 18px; color: var(--bordeaux);
  transition: transform .35s var(--ease);
}
.service-card:hover .arrow{ transform: translate(8px, -2px); }
.service-card--featured{
  background: var(--paper-4);
  position: relative;
}
.service-card--featured::before{
  content: attr(data-tag);
  position: absolute; top: 16px; right: 16px;
  max-width: calc(100% - 32px);
  font-family: var(--mono); font-size: 9px; letter-spacing: .2em; text-transform: uppercase;
  color: var(--bordeaux); border: 1px solid var(--bordeaux);
  padding: 4px 9px; border-radius: 999px;
  line-height: 1.4;
}
.service-card--featured h3{
  padding-right: clamp(100px, 28%, 180px);
  line-height: 1.15;
}
.service-card--featured:hover{ background: var(--paper-4); }
@media (max-width: 760px){
  /* 21px = the featured card's 1px border + 20px padding. The borderless cards
     match that inset so all four numbers and titles sit on one line. They no
     longer line up with the section heading above them — deliberate, the cards
     are read as a group. */
  .service-card,
  .service-card:nth-child(2n),
  .service-card:hover,
  .service-card:nth-child(2n):hover{
    padding: 32px 21px 56px;
  }
  .service-card--featured::before{
    position: static;
    display: inline-block;
    align-self: flex-start;
    max-width: 100%;
    margin-bottom: 4px;
  }
  .service-card--featured,
  .service-card--featured:hover,
  .service-card--featured:nth-child(2n),
  .service-card--featured:nth-child(2n):hover{
    margin: 16px 0;
    padding: 24px 20px 64px;
    border: 1px solid var(--line-strong);
  }
  .service-card--featured h3{ padding-right: 0; }
  /* Mirror the 21px text inset so the arrow does not float off on its own. */
  .service-card .arrow{ right: 21px; }
  .service-card--featured .arrow{ right: 20px; bottom: 24px; }
}
a.service-card{
  text-decoration: none;
  color: inherit;
}
.service-card--full{
  grid-column: 1 / -1;
  border-right: 0;
  padding: 36px 72px 36px 0;
  min-height: 0;
  gap: 12px;
}
.service-card--full__row{
  display: grid;
  grid-template-columns: minmax(160px, 200px) minmax(0, 1.4fr) minmax(0, 1fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
}
.service-card--full h3{
  margin: 0;
}
.service-card--full p{
  max-width: none;
  margin: 0;
}
.service-card--full .delivers{
  border-top: 0;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 20px;
  align-content: center;
}
.service-card--full .delivers li{
  padding: 0;
}
.service-card--full:hover{
  padding-left: 20px;
  padding-right: 72px;
}
@media (max-width: 900px){
  .service-card--full__row{
    grid-template-columns: 1fr;
    align-items: start;
    gap: var(--stack-sm);
  }
  .service-card--full .delivers{
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
}
@media (max-width: 760px){
  .service-card--full,
  .service-card--full:hover{
    padding: 32px 56px 32px 0;
  }
}
#services-home .service-card{
  min-height: 0;
  padding-bottom: 56px;
}
#services-home .service-card--full{
  padding: 32px 72px 56px 0;
}
#services-home .service-card--full:hover{
  padding-left: 20px;
  padding-right: 72px;
}
@media (max-width: 760px){
  #services-home .service-card--full,
  #services-home .service-card--full:hover{
    padding: 28px 56px 48px 0;
  }
}

/* ========== NUMBERS ========== */
.numbers-section{ padding: var(--section-y) 0; }
.numbers-grid{ display: grid; grid-template-columns: 1fr 1fr; gap: var(--stack-xl); align-items: start; }
@media (max-width: 900px){ .numbers-grid{ grid-template-columns: 1fr; gap: var(--stack-xl); } }
.numbers-list{ border-top: var(--rule); }
.number-row{
  display: grid; grid-template-columns: auto 1fr; gap: clamp(20px, 4vw, 36px);
  align-items: start;
  padding: 32px 0;
  border-bottom: var(--rule);
}
.number-row .v{
  font-family: var(--serif);
  font-size: clamp(50px, 7vw, 96px);
  line-height: 1.05;
  color: var(--bordeaux);
  letter-spacing: -.025em;
  font-feature-settings: "lnum";
  font-style: italic;
}
.number-row .meta .l{ font-family: var(--serif); font-size: 22px; color: var(--ink); line-height: 1.3; }
.number-row .meta .s{ font-family: var(--mono); font-size: 10px; letter-spacing: .24em; text-transform: uppercase; color: var(--ink-3); margin-top: 10px; line-height: 1.55; }

.chart-card{
  background: var(--paper);
  padding: 28px;
  border-radius: var(--rad);
  border: 1px solid var(--line-strong);
  box-shadow: 0 1px 0 rgba(0,0,0,.02), 0 30px 50px -30px rgba(0,0,0,.10);
}
.chart-card .head{
  display: flex; justify-content: space-between; align-items: flex-start;
  flex-wrap: wrap; gap: 12px 20px;
  margin-bottom: 22px;
}
.chart-card .legend{
  display: inline-flex; align-items: center; flex-wrap: wrap;
  gap: 6px 14px;
  font-family: var(--mono); font-size: 10px; letter-spacing: .18em; text-transform: uppercase;
  color: var(--ink-3); line-height: 1.5;
}
.chart-card .legend-item{ display: inline-flex; align-items: center; white-space: nowrap; }
.chart-card .legend .dot{ display: inline-block; width: 8px; height: 8px; border-radius: 50%; margin-right: 4px; vertical-align: middle; }
.chart-svg{ width: 100%; height: 200px; }
.chart-svg .line2{ stroke-dasharray: 1000; stroke-dashoffset: 1000; transition: stroke-dashoffset 2s var(--ease) .2s; }
.chart-card.in-view .chart-svg .line2{ stroke-dashoffset: 0; }

.numbers-methodology{
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin: var(--stack-sm) 0 var(--stack-xl);
  max-width: 62ch;
  line-height: 1.65;
}

.testimonials{ margin-top: 38px; }
.testimonials__slides{ position: relative; }
.testimonial-card{
  display: none;
}
.testimonial-card.is-active,
.testimonials--single .testimonial-card{
  display: block;
}
.testimonial-card blockquote{
  font-family: var(--serif);
  font-size: clamp(22px, 2.6vw, 30px);
  line-height: 1.42;
  font-style: italic;
  color: var(--ink);
  margin: 0 0 22px;
  padding-left: 26px;
  border-left: 2px solid var(--bordeaux);
  text-wrap: pretty;
}
.testimonial-card__cite{
  display: flex; gap: 14px; align-items: center;
  font-style: normal;
}
.testimonial-card__avatar{
  width: 44px; height: 44px; border-radius: 50%;
  flex-shrink: 0;
  background: var(--paper-3);
  border: 1px solid var(--line-strong);
  overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}
.testimonial-card__avatar img{
  width: 100%; height: 100%; object-fit: cover;
}
.testimonial-card__avatar[data-placeholder]::after{
  content: '';
  width: 14px; height: 14px;
  border-radius: 50%;
  background: var(--ink-4);
}
.testimonial-card__meta{
  display: flex; flex-direction: column; gap: 4px;
}
.testimonial-card__name{
  font-family: var(--serif);
  font-size: 17px;
  font-style: normal;
  color: var(--ink);
  letter-spacing: -.01em;
}
.testimonial-card__role{
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--ink-3);
}
.testimonials__dots{
  display: flex; gap: 8px; justify-content: center;
  margin-top: 20px;
}
.testimonials__dot{
  width: 8px; height: 8px; border-radius: 50%;
  border: 1px solid var(--line-strong);
  background: transparent;
  padding: 0;
  transition: background .25s, border-color .25s;
  position: relative;
}
/* Dots stay 8px; the tap area grows to 24px, the WCAG 2.2 AA minimum. Going to
   44px would make neighbouring targets overlap at this spacing and a mistap
   would jump to the wrong testimonial. */
.testimonials__dot::after{
  content: "";
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  width: 24px; height: 24px;
  border-radius: 50%;
}
.testimonials__dot.is-active,
.testimonials__dot:hover{
  background: var(--bordeaux);
  border-color: var(--bordeaux);
}

.cta-actions{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--stack-md);
  flex-wrap: wrap;
}
.cta-actions .btn-link{
  text-transform: none;
  letter-spacing: .05em;
  font-size: 13px;
  font-weight: 500;
}
.manifesto-cta .cta-actions{
  justify-content: flex-start;
}

/* ========== CTA SECTION ========== */
.cta-section{
  padding: clamp(80px, 12vw, 120px) 0;
  background: var(--ink);
  color: var(--paper);
  text-align: center;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-inline: 0;
}
.cta-section::before{
  content:''; position: absolute; inset: 0;
  background:
    url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E"),
    radial-gradient(60% 60% at 50% 0%, rgba(78,24,56,.45), transparent 60%),
    radial-gradient(40% 40% at 50% 100%, rgba(160,74,44,.18), transparent 60%);
  pointer-events: none;
}
.cta-section .lede{ color: rgba(239,233,221,.78); }
.cta-section > *{ position: relative; }
.cta-section:has(.cta-availability){
  padding-top: clamp(96px, 13vw, 132px);
}
.cta-section h2{
  font-size: clamp(52px, 7.5vw, 132px);
  line-height: 1.04;
  color: var(--paper);
  letter-spacing: -.028em;
}
.cta-section h2 em{ color: #C68FA8; font-style: italic; }
.cta-section h2 + .cta-actions{
  margin-top: clamp(48px, 6vw, 80px);
}
.cta-section .lede + .cta-actions{
  margin-top: clamp(32px, 4vw, 56px);
}
.cta-section .lede{
  color: rgba(239,233,221, .68);
  margin: 32px auto 0;
  max-width: 50ch;
}
.cta-section .btn-primary{
  background: #fff;
  color: var(--bordeaux);
  font-weight: 600;
  letter-spacing: 0.1em;
  padding: 1rem 2.5rem;
  box-shadow: 0 1px 0 rgba(255,255,255,.2), 0 14px 30px -10px rgba(0,0,0,.5);
}
.cta-section .btn-primary:hover{
  background: var(--bordeaux-2);
  color: var(--paper);
  transform: translateY(-1px);
}
.cta-section .btn-link{
  color: rgba(239,233,221,.75);
  border-bottom-color: rgba(239,233,221,.28);
}
.cta-section .btn-link:hover{
  color: var(--paper);
  background-image: linear-gradient(var(--paper), var(--paper));
}

.cta-availability{
  position: absolute; top: clamp(28px, 4vw, 40px); left: 50%; transform: translateX(-50%);
  display: inline-flex; align-items: center; gap: 8px;
  max-width: calc(100% - var(--pad) * 2);
  font-family: var(--mono); font-size: 10px; letter-spacing: .22em; text-transform: uppercase;
  color: rgba(239,233,221, .55);
  line-height: 1.5;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
}
.pulse{
  width: 7px; height: 7px; border-radius: 50%; background: #6BD08A;
  box-shadow: 0 0 0 0 rgba(107,208,138,.5);
  animation: pulseDot 2s var(--ease) infinite;
}
@keyframes pulseDot{ 0%{ box-shadow: 0 0 0 0 rgba(107,208,138,.5); } 100%{ box-shadow: 0 0 0 12px rgba(107,208,138,0); } }

/* ========== FOOTER ========== */
.footer{ padding: var(--stack-xl) 0 var(--stack-lg); background: var(--paper-2); border-top: var(--rule); }
.footer-grid{
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) repeat(3, minmax(0, 1fr));
  gap: clamp(40px, 6vw, 64px);
  align-items: start;
  padding-bottom: var(--stack-lg);
  border-bottom: var(--rule);
}
@media (max-width: 800px){ .footer-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--stack-lg); } }
@media (max-width: 520px){ .footer-grid{ grid-template-columns: 1fr; } }
.footer-brand .logo{ font-family: var(--serif); font-size: 24px; margin-bottom: 20px; font-style: italic; }
.footer-brand p{ font-family: var(--serif-body); font-size: 17px; line-height: 1.55; color: var(--ink-2); max-width: 36ch; margin: 0; font-style: italic; }
.footer-col h4{ font-family: var(--mono); font-size: 10.5px; letter-spacing: .24em; text-transform: uppercase; color: var(--ink-3); margin: 0 0 18px; font-weight: 400; }
.footer-col ul{ list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 4px; }
.footer-col ul li{ padding: 0; }
/* inline-block + padding lifts these from an 18px row to the 24px WCAG 2.2 AA
   target size; the list gap is reduced to keep the footer the same height. */
.footer-col ul a{ font-size: 14px; color: var(--ink-2); transition: color .25s; display: inline-block; padding-block: 3px; }
.footer-grid > *,
.footer-col ul a{ min-width: 0; overflow-wrap: anywhere; }
.footer-col ul a:hover{ color: var(--bordeaux); }
.footer-bot{
  padding-top: 26px; display: flex; justify-content: space-between;
  font-family: var(--mono); font-size: 10px; letter-spacing: .22em; text-transform: uppercase;
  color: var(--ink-3); flex-wrap: wrap; gap: 16px;
}
.footer-bot a{ color: var(--ink-3); transition: color .25s; display: inline-block; padding-block: 6px; }
.footer-bot a:hover{ color: var(--bordeaux); }

/* ========== FLOATING DM ========== */
.float-msg{
  position: fixed;
  right: max(28px, calc(env(safe-area-inset-right) + 16px));
  bottom: max(28px, calc(env(safe-area-inset-bottom) + 16px));
  z-index: 60;
  width: 56px; height: 56px; border-radius: 50%;
  background: var(--bordeaux); color: var(--paper);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 1px 0 rgba(255,255,255,.1) inset, 0 18px 40px -10px rgba(78,24,56,.55);
  transition: transform .35s var(--ease), background .25s;
}
.float-msg:hover{ transform: translateY(-3px) scale(1.05); background: var(--ink); }
.float-msg svg{ width: 22px; height: 22px; }

/* ========== COOKIES ========== */
.cookie{
  position: fixed;
  bottom: max(24px, calc(env(safe-area-inset-bottom) + 12px));
  left: max(24px, calc(env(safe-area-inset-left) + 12px));
  z-index: 9999;
  max-width: 380px;
  background: var(--paper);
  border: 1px solid var(--line-strong);
  border-radius: var(--rad);
  padding: 20px 24px;
  display: flex; flex-direction: column; gap: 16px;
  box-shadow: 0 30px 60px -20px rgba(0,0,0,.18);
  font-size: 12.5px; line-height: 1.55; color: var(--ink-2);
  transform: translateY(120%);
  transition: transform .55s var(--ease);
}
.cookie.show{ transform: translateY(0); }
.cookie.hide{ transform: translateY(120%); transition-delay: 0s; }
.cookie-actions{ display: flex; gap: 10px; flex-wrap: wrap; }
.cookie-actions button{
  padding: 9px 16px; font-size: 10.5px; letter-spacing: .18em; text-transform: uppercase;
  border-radius: 999px; border: 1px solid var(--line-strong); background: transparent;
  color: var(--ink-2); transition: all .25s; font-weight: 500;
}
.cookie-actions button:hover{ border-color: var(--bordeaux); color: var(--bordeaux); }
.cookie-actions button.primary{ background: var(--bordeaux); color: var(--paper); border-color: var(--bordeaux); }
.cookie-actions button.primary:hover{ background: var(--ink); border-color: var(--ink); color: var(--paper); }
/* Refusing has to be as easy and as visible as accepting (GDPR/CNIL), so the
   two sit at the same weight and the tertiary link drops below them. */
.cookie-actions button.equal{ border-color: var(--bordeaux); color: var(--bordeaux); }
.cookie-actions button.equal:hover{ background: var(--paper-3); }
.cookie-actions button.tertiary{
  border: 0; padding: 9px 4px; color: var(--ink-3); text-decoration: underline;
  text-underline-offset: 3px;
}
.cookie-actions button.tertiary:hover{ color: var(--bordeaux); }
@media (max-width: 480px){
  .cookie{
    left: max(12px, env(safe-area-inset-left));
    right: max(12px, env(safe-area-inset-right));
    max-width: none;
  }
}

/* ========== MODAL ========== */
.modal-bg{
  position: fixed; inset: 0; z-index: 200;
  background: rgba(27,23,20,.55);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  display: flex; align-items: center; justify-content: center;
  padding: 24px;
  opacity: 0; pointer-events: none;
  transition: opacity .35s var(--ease);
}
.modal-bg.show{ opacity: 1; pointer-events: auto; }
body.modal-open .nav,
body.modal-open .float-msg,
body.modal-open .mobile-menu{
  z-index: 1;
  pointer-events: none;
}
.modal{
  width: 100%; max-width: 660px;
  max-height: 92vh;
  background: var(--paper);
  border-radius: 6px;
  display: flex; flex-direction: column;
  overflow: hidden;
  transform: translateY(20px) scale(.98);
  transition: transform .45s var(--ease);
  box-shadow: 0 50px 100px -20px rgba(0,0,0,.45), 0 1px 0 rgba(255,255,255,.4) inset;
}
.modal-bg.show .modal{ transform: translateY(0) scale(1); }
.modal-head{
  padding: 22px 30px; display: flex; justify-content: space-between; align-items: center;
  border-bottom: var(--rule);
}
.modal-head .step{ font-family: var(--mono); font-size: 10.5px; letter-spacing: .24em; text-transform: uppercase; color: var(--ink-3); }
.modal-head .step b{ color: var(--bordeaux); font-weight: 500; margin: 0 4px; }
.modal-head .close{ width: 32px; height: 32px; font-size: 22px; color: var(--ink-3); transition: color .25s; }
.modal-head .close:hover{ color: var(--bordeaux); }
.modal-progress{ height: 2px; background: var(--paper-3); }
.modal-progress span{ display: block; height: 100%; background: var(--bordeaux); transition: width .55s var(--ease); }
.modal-body{ padding: 36px 30px; overflow-y: auto; flex: 1; }
.modal-body h2{ font-family: var(--serif); font-size: clamp(30px, 3.5vw, 44px); line-height: 1.05; letter-spacing: -.022em; }
.modal-body .lede{ font-size: 15px; margin: 14px 0 26px; color: var(--ink-2); }
.modal-body .field{ margin-bottom: 20px; display: flex; flex-direction: column; gap: 8px; }
.modal-body label{ font-family: var(--mono); font-size: 10px; letter-spacing: .24em; text-transform: uppercase; color: var(--ink-3); }
.modal-body input, .modal-body textarea, .modal-body select{
  width: 100%; padding: 14px 0;
  font: inherit; color: var(--ink);
  background: transparent;
  border: 0; border-bottom: var(--rule);
  outline: 0;
  transition: border-color .25s;
  resize: vertical;
}
.modal-body input:focus, .modal-body textarea:focus{ border-color: var(--bordeaux); }
/* Placeholders are read, not decoration — --ink-4 measured 2.18:1. */
.modal-body input::placeholder, .modal-body textarea::placeholder{ color: var(--ink-3); }
.modal-body .quiz-form-error{
  margin: -4px 0 8px;
  font-size: 13px;
  color: var(--bordeaux);
}

.modal-body .options{ display: flex; flex-direction: column; gap: 10px; margin-top: 8px; }
.modal-body .option{
  display: flex; align-items: flex-start; gap: 14px;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: var(--rad);
  text-align: left;
  background: var(--paper);
  transition: border-color .25s, background .25s;
  position: relative;
}
.modal-body .option:hover{ border-color: var(--line-strong); }
.modal-body .option.selected{ border-color: var(--bordeaux); background: var(--paper-2); }
.modal-body .option .radio{ width: 16px; height: 16px; border-radius: 50%; border: 1px solid var(--line-strong); flex-shrink: 0; margin-top: 0.3em; transition: all .25s; }
.modal-body .option.selected .radio{ background: var(--bordeaux); border-color: var(--bordeaux); box-shadow: inset 0 0 0 3px var(--paper); }
.modal-body .option .label{ font-family: var(--serif); font-size: 19px; color: var(--ink); line-height: 1.4; flex: 1; min-width: 0; text-align: left; }
.modal-body .option .hint{ font-family: var(--sans); font-size: 12px; color: var(--ink-3); margin-left: 6px; }
.modal-body .option .tag{
  margin-left: auto;
  font-family: var(--mono); font-size: 9px; letter-spacing: .22em; text-transform: uppercase;
  color: var(--bordeaux);
  border: 1px solid var(--bordeaux);
  padding: 4px 9px; border-radius: 999px;
}
.modal-body .option.warn .label{ color: var(--ink-3); }

.modal-foot{
  padding: 20px 30px; display: flex; justify-content: space-between; align-items: center;
  border-top: var(--rule); gap: 16px;
}
.modal-foot .btn-link{ border-bottom: 0; }

/* ========== PAGE TRANSITION ========== */
.page-transition{
  position: fixed;
  inset: 0;
  z-index: 10001;
  pointer-events: none;
  overflow: hidden;
  visibility: hidden;
}
.page-transition.is-active{
  pointer-events: auto;
  visibility: visible;
}
.page-transition__panel{
  position: absolute;
  inset: 0;
  background: linear-gradient(168deg, var(--bordeaux-2) 0%, var(--bordeaux) 52%, #3a1228 100%);
  transform: translate3d(0, 100%, 0);
  transition: transform .52s var(--ease);
}
.page-transition__panel::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: rgba(198, 143, 168, .65);
  box-shadow: 0 0 18px rgba(198, 143, 168, .35);
}
.page-transition.is-cover .page-transition__panel{
  transform: translate3d(0, 0, 0);
}
.page-transition.is-exit .page-transition__panel{
  transform: translate3d(0, -100%, 0);
  transition-duration: .56s;
  transition-timing-function: var(--ease-out);
}
body.is-route-transitioning{
  overflow: hidden;
}
@media (prefers-reduced-motion: reduce){
  .page-transition{ display: none !important; }
}
