/*
======================================================================
BROOOKERS — CSS 
Base : version actuelle du site.
======================================================================
*/

.index-v2 {
  overflow: hidden;
  padding-block: clamp(92px,8vw,138px);
}

.index-hero {
  max-width: 1180px;
}

.index-v2 .index-hero .kicker {
  margin-bottom: 26px;
}

.index-v2 .index-hero h2 {
  max-width: 1180px;
  font-size: clamp(4.3rem,7.2vw,8rem);
  line-height: 0.90;
  letter-spacing: -.012em;
}

.index-v2 .index-intro {
  margin: 30px 0 0;
  font-size: clamp(1.55rem,2vw,2rem);
}

.index-diagnostic {
  display: grid;
  grid-template-columns: minmax(0,1.45fr) minmax(330px,.72fr);
  gap: clamp(60px,8vw,130px);
  align-items: end;
  margin-top: clamp(92px,10vw,160px);
}

.index-eyebrow {
  margin: 0 0 22px;
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--muted);
}

.index-map h3 {
  max-width: 760px;
  margin: 0 0 clamp(48px,5vw,72px);
  font-family: var(--font-body);
  font-size: clamp(2.3rem,3.7vw,4.2rem);
  font-weight: 400;
  line-height: 1.04;
}

.index-matrix {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.index-matrix article {
  position: relative;
  min-height: 190px;
  padding: 30px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.index-matrix article p {
  position: relative;
  z-index: 1;
  margin: 62px 0 0;
  font-size: clamp(1.25rem,1.6vw,1.55rem);
  line-height: 1.15;
}

.index-verdict {
  padding: 0 0 4px clamp(32px,4vw,58px);
  border-left: 1px solid var(--line);
}

.index-verdict-kicker {
  margin: 0 0 38px;
  font-size: clamp(1.05rem,1.25vw,1.25rem);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: .045em;
}

.index-verdict-item {
  padding: 22px 0 20px;
  border-top: 1px solid var(--line);
}

.index-verdict-item:last-child {
  border-bottom: 1px solid var(--line);
}

.index-verdict-item strong,
.index-verdict-item span {
  display: block;
}

.index-verdict-item strong {
  font-family: var(--font-display);
  font-size: clamp(2rem,2.6vw,3rem);
  font-weight: 400;
  line-height: .95;
}

.index-verdict-item span {
  margin-top: 7px;
  font-size: 1.08rem;
  font-style: italic;
  color: var(--muted);
}

.index-flow-v2 {
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto 1fr auto;
  align-items: center;
  margin: clamp(88px,9vw,138px) 0;
}

.index-flow-v2>div {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.index-flow-v2 span {
  font-family: var(--font-display);
  font-size: clamp(.95rem,1.15vw,1.15rem);
  font-weight: 400;
  letter-spacing: .035em;
  text-transform: uppercase;
}

.index-flow-v2 i {
  height: 1px;
  margin: 0 clamp(18px,2.4vw,38px);
  background: var(--line);
}

.index-conclusion {
  width: min(100%,1080px);
  margin-left: auto;
  padding-top: clamp(34px,4vw,56px);
  border-top: 1px solid var(--line);
}

.index-conclusion-prelude {
  margin-bottom: clamp(28px,3vw,42px);
}

.index-conclusion-prelude p {
  margin: .1em 0;
  font-family: var(--font-display);
  font-size: clamp(2rem,3.15vw,3.7rem);
  font-weight: 400;
  line-height: 1.20;
  color: rgba(17,24,33,.58);
}

.index-conclusion-main {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(5.3rem,10.5vw,12rem);
  font-weight: 400;
  line-height: 1.30;
  letter-spacing: -.025em;
}

.index-conclusion-note {
  margin: clamp(32px,4vw,48px) 0 0;
  font-size: clamp(1.2rem,1.55vw,1.55rem);
  font-style: italic;
  color: var(--muted);
}

@media (max-width:980px) {
  .index-diagnostic {
    grid-template-columns: 1fr;
    gap: 58px;
  }

  .index-verdict {
    max-width: 720px;
    padding: 34px 0 0;
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .index-flow-v2 {
    grid-template-columns: 1fr 1fr;
    gap: 14px 28px;
  }

  .index-flow-v2 i {
    display: none;
  }

  .index-flow-v2>div {
    padding: 15px 0;
    border-top: 1px solid var(--line);
  }
}

@media (max-width:600px) {
  .index-v2 {
    padding-block: 70px 78px;
  }

  .index-v2 .index-hero h2 {
    font-size: clamp(3.35rem,16vw,5rem);
    line-height: 1.20;
  }

  .index-v2 .index-intro {
    margin-top: 22px;
    font-size: 1.4rem;
  }

  .index-diagnostic {
    margin-top: 76px;
    gap: 48px;
  }

  .index-map h3 {
    margin-bottom: 38px;
    font-size: clamp(2.25rem,10vw,3.2rem);
  }

  .index-map h3 br {
    display: none;
  }

  .index-matrix {
    grid-template-columns: 1fr;
  }

  .index-matrix article {
    min-height: 142px;
    padding: 22px;
  }

  .index-matrix article p {
    margin-top: 46px;
    font-size: 1.35rem;
  }

  .index-verdict {
    padding-top: 30px;
  }

  .index-verdict-item strong {
    font-size: clamp(2.25rem,11vw,3.25rem);
  }

  .index-flow-v2 {
    grid-template-columns: 1fr 1fr;
    gap: 8px 18px;
    margin: 64px 0 82px;
  }

  .index-flow-v2>div {
    display: block;
    padding: 13px 0;
  }

  .index-flow-v2 span {
    font-size: .82rem;
  }

  .index-conclusion {
    padding-top: 30px;
  }

  .index-conclusion-prelude p {
    font-size: clamp(1.75rem,8.6vw,2.65rem);
  }

  .index-conclusion-main {
    font-size: clamp(5rem,24vw,8rem);
    line-height: 1.20;
  }

  .index-conclusion-note {
    font-size: 1.22rem;
  }
}

:root {
  --night: #050b14;
  --night2: #08121f;
  --cold: #f3f7fa;
  --cold2: #eaf1f6;
  --ink: #111821;
  --muted: #667482;
  --line: #cad5de;
  --accent: #d8e6f2;
  --max: 1280px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 76px;
}

body {
  margin: 0;
  background: var(--night);
  color: var(--ink);
  font-family: "Cormorant Garamond",serif;
  line-height: 1.7;
}

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

a {
  color: inherit;
}

button,
input,
textarea {
  font: inherit;
}

.skip-link {
  position: fixed;
  left: 10px;
  top: 10px;
  z-index: 999;
  transform: translateY(-140%);
  background: white;
  padding: 10px;
}

.skip-link:focus {
  transform: none;
}

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  height: 76px;
  padding: 0 34px;
  display: flex;
  align-items: center;
  background: linear-gradient(180deg,rgba(3,8,14,.86),rgba(3,8,14,0));
}

.site-header.scrolled {
  background: rgba(5,11,20,.93);
  border-bottom: 1px solid rgba(255,255,255,.1);
  backdrop-filter: blur(12px);
}

.brand {
  margin-right: auto;
  color: white;
  text-decoration: none;
  font-family: "Trajan Pro","Times New Roman",serif;
  font-size: 20px;
  letter-spacing: .18em;
}

.menu-button {
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  display: grid;
  place-content: center;
  gap: 6px;
  cursor: pointer;
}

.menu-button span {
  display: block;
  width: 26px;
  height: 1px;
  background: white;
  transition: .32s;
}

.menu-button[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.menu-button[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.menu-button[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.drawer-backdrop {
  position: fixed;
  inset: 0;
  z-index: 110;
  background: rgba(0,0,0,.42);
  backdrop-filter: blur(2px);
}

.drawer {
  position: fixed;
  z-index: 120;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(38vw,560px);
  min-width: 420px;
  padding: 115px 64px;
  background: var(--night2);
  transform: translateX(102%);
  transition: .45s cubic-bezier(.77,0,.18,1);
}

.drawer.open {
  transform: none;
}

.drawer nav {
  display: grid;
  gap: 22px;
}

.drawer nav a {
  color: white;
  text-decoration: none;
  font-family: "Anton",sans-serif;
  font-size: clamp(2.1rem,3.6vw,4.5rem);
  line-height: 1;
}

.hero {
  position: relative;
  min-height: 100svh;
  background: var(--night);
  overflow: hidden;
}

.hero-media img {
  width: 100%;
  height: 100svh;
  object-fit: cover;
}

.scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 18px;
  width: 18px;
  height: 62px;
  display: grid;
  place-items: center;
}

.scroll-cue span {
  width: 1px;
  height: 45px;
  background: linear-gradient(transparent,white,transparent);
  animation: pulse 2.3s infinite;
}

@keyframes pulse {
0%,100%{opacity:.35;transform:scaleY(.55);}

50%{opacity:1;transform:scaleY(1);}
}

.section {
  padding: 120px 0;
}

.section-light {
  background: linear-gradient(180deg,var(--cold),var(--cold2));
}

.section-dark {
  background: linear-gradient(180deg,var(--night),var(--night2));
  color: white;
}

.container {
  width: min(calc(100% - 70px),var(--max));
  margin: auto;
}

.section-title {
  margin: 0 0 130px;
  font-family: "Anton",sans-serif;
  font-size: clamp(3.2rem,7vw,7rem);
  font-weight: 400;
}

.interventions-end {
  letter-spacing: .01em;
  white-space: nowrap;
  margin: 135px 0 15px;
  text-align: center;
  font-family: "Anton",sans-serif;
  font-size: clamp(3rem,6vw,6.5rem);
  line-height: .96;
}

.kicker {
  margin: 0 0 25px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--muted);
}

.index-section h2 {
  margin: 0;
  font-family: "Anton",sans-serif;
  font-size: clamp(3.2rem,7vw,7rem);
  line-height: .95;
  font-weight: 400;
}

.index-intro {
  font-family: "Cormorant Garamond",serif;
  font-style: italic;
  font-size: 1.55rem;
}

.index-flow {
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto 1fr auto;
  align-items: center;
  margin: 60px 0 130px;
}

.index-flow span {
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 12px;
  font-weight: 700;
}

.index-flow i {
  height: 1px;
  background: var(--line);
  margin: 0 24px;
}

.manifesto {
  background: var(--night);
  color: white;
}

.manifesto-conviction {
  font-family: "Cormorant Garamond",serif;
  font-style: italic;
  font-size: clamp(1.8rem,3vw,3rem);
}

.manifesto-sentences {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  background: linear-gradient(90deg,#f4f6f8,#e7edf2);
  color: var(--ink);
}

.manifesto-sentences p {
  margin: 0;
  padding: 55px 40px;
  font-family: "Cormorant Garamond",serif;
  font-size: 1.3rem;
  border-right: 1px solid var(--line);
}

.manifesto-sentences strong {
  font-family: "Anton",sans-serif;
  font-size: 1.55rem;
  font-weight: 400;
}

.order-panel {
  position: relative;
  margin: 0;
  padding: 55px;
  background: #eef3f7;
  color: var(--ink);
}

.close-panel {
  position: absolute;
  right: 20px;
  top: 20px;
  border: 1px solid var(--line);
  background: transparent;
  width: 42px;
  height: 42px;
  font-size: 24px;
}

label {
  display: grid;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
}

input,
textarea {
  width: 100%;
  padding: 13px;
  border: 1px solid var(--line);
  background: white;
}

.consent {
  display: flex;
  gap: 10px;
  margin: 20px 0;
}

.consent input {
  width: auto;
}

.submit {
  border: 1px solid currentColor;
  background: transparent;
  color: inherit;
  padding: 14px 22px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.status {
  min-height: 20px;
}

.method {
  position: relative;
  min-height: 82vh;
  background: var(--night);
  color: white;
  overflow: hidden;
}

.method>img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.method-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,rgba(3,8,14,.95),rgba(3,8,14,.62) 48%,rgba(3,8,14,.2));
}

.method-copy {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 70px),var(--max));
  margin: auto;
  padding: 110px 0;
}

.kicker-light {
  color: rgba(255,255,255,.6);
}

.method h2 {
  font-family: "Anton",sans-serif;
  font-size: clamp(5rem,11vw,11rem);
  font-weight: 400;
  margin: 0;
}

.method-copy>p:not(.kicker) {
  font-family: "Cormorant Garamond",serif;
  font-size: 1.45rem;
  max-width: 520px;
}

.method-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 0;
  margin-top: 90px;
  background: transparent;
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.method-grid article {
  background: transparent;
  padding: 30px;
  border-right: 1px solid rgba(255,255,255,.08);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: none;
}

.method-grid h3 {
  font-family: "Anton",sans-serif;
  font-size: 1.45rem;
  font-weight: 400;
}

.method-grid p {
  color: rgba(255,255,255,.65);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}

.contact h2 {
  font-family: "Anton",sans-serif;
  font-size: clamp(3.5rem,7vw,7rem);
  font-weight: 400;
  margin: 0;
}

.contact-line {
  font-family: "Cormorant Garamond",serif;
  font-style: italic;
  font-size: clamp(1.6rem,3vw,2.8rem);
}

.contact address {
  margin-top: 60px;
  font-style: normal;
  color: rgba(255,255,255,.68);
}

.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.contact-form input,
.contact-form textarea {
  background: transparent;
  color: white;
  border-color: rgba(255,255,255,.25);
}

.signature {
  min-height: 65vh;
  background: #02060c;
  display: grid;
  place-items: center;
  padding: 90px 30px;
}

.signature img {
  width: min(600px,80vw);
}

.footer {
  padding: 24px 34px;
  background: #02060c;
  border-top: 1px solid rgba(255,255,255,.1);
  color: rgba(255,255,255,.42);
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  letter-spacing: .1em;
}

@media (max-width:980px) {
  .drawer {
    width: min(86vw,520px);
    min-width: 0;
  }

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

  .manifesto-sentences {
    grid-template-columns: 1fr;
  }

  .manifesto-sentences p {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

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

@media (max-width:640px) {
  .site-header {
    padding: 0 18px;
  }

  .brand {
    font-size: 15px;
  }

  .drawer {
    padding: 105px 30px;
  }

  .drawer nav a {
    font-size: 2.15rem;
  }

  .section {
    padding: 85px 0;
  }

  .container {
    width: min(calc(100% - 30px),var(--max));
  }

  .hero-media img {
    object-position: 47% center;
  }

  .index-flow {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .index-flow i {
    display: none;
  }

  .method-grid,
  .contact-form {
    grid-template-columns: 1fr;
  }

  .method {
    min-height: 100vh;
  }

  .method-copy {
    width: min(calc(100% - 30px),var(--max));
    padding: 85px 0;
  }

  .footer {
    flex-direction: column;
    gap: 8px;
  }
}

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

  .scroll-cue span {
    animation: none;
  }

  .drawer {
    transition: none;
  }
}

@media (max-width:640px) {
  .interventions-end {
    white-space: normal;
  }
}

:root {
  --font-display: "Anton", Impact, sans-serif;
  --font-body: "Cormorant Garamond", Georgia, serif;
}

body {
  font-family: var(--font-body);
  font-size: 20px;
  line-height: 1.65;
}

p,
address,
label,
input,
textarea,
button {
  font-family: var(--font-body);
}

p {
  font-size: 1.08rem;
}

.drawer nav a,
.section-title,
.interventions-end,
.index-section h2,
.index-flow span,
.manifesto-sentences strong,
.method h2,
.method-grid h3,
.contact h2 {
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: .005em;
}

.brand {
  font-family: "Trajan Pro","Times New Roman",serif;
  letter-spacing: .18em;
}

.kicker {
  font-family: var(--font-body);
  font-size: .9rem;
  font-weight: 600;
  letter-spacing: .18em;
  line-height: 1.2;
}

.section-title {
  font-size: clamp(3.8rem,7vw,7.5rem);
  line-height: .99;
}

.index-section h2,
.contact h2 {
  font-size: clamp(3.4rem,6vw,6.5rem);
  line-height: 1.2;
}

.interventions-end {
  font-size: clamp(3.5rem,6vw,6.5rem);
  line-height: .99;
  white-space: nowrap;
}

.index-intro {
  font-size: clamp(1.55rem,2.2vw,2rem);
  line-height: 1.3;
}

.index-flow span {
  font-size: .95rem;
  letter-spacing: .08em;
}

.manifesto-conviction {
  font-size: clamp(2rem,3.2vw,3.4rem);
  line-height: 1.1;
}

.manifesto-sentences p {
  font-size: 1.2rem;
  line-height: 1.3;
}

.manifesto-sentences strong {
  font-size: clamp(1.45rem,2vw,2rem);
  line-height: 1;
}

.method h2 {
  font-size: clamp(5.5rem,10vw,11rem);
  line-height: .82;
}

.method-copy>p:not(.kicker) {
  font-size: clamp(1.4rem,2vw,1.8rem);
  line-height: 1.35;
}

.method-grid h3 {
  font-size: clamp(1.55rem,2vw,2.1rem);
  line-height: .95;
}

.method-grid p {
  font-size: 1.05rem;
  line-height: 1.35;
}

.contact-line {
  font-size: clamp(1.8rem,3vw,3rem);
  line-height: 1.15;
}

.contact address {
  font-size: 1.22rem;
  line-height: 1.55;
}

.contact-form label,
.order-panel label {
  font-family: var(--font-body);
  font-size: 1rem;
}

.footer {
  font-family: var(--font-body);
  font-size: .9rem;
}

@media (max-width:1100px) {
  .interventions-end {
    white-space: normal;
    width: auto;
  }
}

@media (max-width:640px) {
  body {
    font-size: 18px;
  }

  .section-title,
  .index-section h2,
  .contact h2 {
    font-size: clamp(2.8rem,13vw,4.8rem);
  }

  .interventions-end {
    font-size: clamp(2.9rem,12vw,4.6rem);
  }

  .method h2 {
    font-size: clamp(4.8rem,20vw,7.5rem);
  }
}

.choice {
  padding: 0;
  min-height: auto;
  overflow: hidden;
}

.method-grid article:last-child {
  border-right: none;
}

:root {
  --page-gutter: clamp(18px,3vw,56px);
  --section-space: clamp(76px,8vw,150px);
  --content-max: 1440px;
}

html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  font-size: clamp(17px,1.05vw,20px);
}

.container,
.method-copy {
  width: min(calc(100% - (var(--page-gutter) * 2)),var(--content-max));
}

.section {
  padding-block: var(--section-space);
}

.site-header {
  height: clamp(64px,5vw,78px);
  padding-inline: var(--page-gutter);
}

.brand {
  font-size: clamp(15px,1.25vw,20px);
}

.hero,
.hero-media img {
  min-height: 100svh;
  height: 100svh;
}

.hero-media img {
  object-fit: cover;
  object-position: center center;
}

.index-flow {
  margin-block: clamp(50px,6vw,90px) clamp(90px,9vw,140px);
}

.method {
  min-height: clamp(720px,82vh,980px);
}

.method>img {
  object-fit: cover;
  object-position: center 48%;
}

.method-copy {
  padding-block: clamp(86px,8vw,130px);
}

.method-grid {
  margin-top: clamp(58px,6vw,90px);
}

.method-grid article {
  padding: clamp(22px,2.2vw,34px);
}

.contact-grid {
  grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr);
  gap: clamp(50px,8vw,120px);
}

.contact-form {
  gap: clamp(14px,1.5vw,22px);
}

@media (min-width:1800px) {
  :root {
    --content-max: 1560px;
  }

  .hero-media img {
    object-position: center 46%;
  }

  .method>img {
    object-position: center 44%;
  }
}

@media (max-width:1280px) {
  :root {
    --page-gutter: clamp(24px,3vw,42px);
  }

  .drawer {
    width: min(48vw,560px);
  }

  .method>img {
    object-position: 58% 50%;
  }
}

@media (max-width:1024px) {
  .drawer {
    width: min(78vw,520px);
    min-width: 0;
    padding: 100px 42px;
  }

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

  .method {
    min-height: 900px;
  }

  .method>img {
    object-position: 62% 50%;
  }

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

@media (max-width:768px) {
  :root {
    --page-gutter: 24px;
    --section-space: clamp(70px,12vw,100px);
  }

  .hero,
  .hero-media img {
    min-height: 82svh;
    height: 82svh;
  }

  .hero-media img {
    object-position: 46% center;
  }

  .section-title,
  .index-section h2,
  .contact h2 {
    font-size: clamp(3rem,11vw,5rem);
  }

  .interventions-end {
    white-space: normal;
    font-size: clamp(3rem,10vw,4.8rem);
  }

  .index-flow {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .index-flow i {
    display: none;
  }

  .manifesto-sentences,
  .contact-form {
    grid-template-columns: 1fr;
  }

  .method {
    min-height: 980px;
  }

  .method>img {
    object-position: 64% 50%;
  }

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

@media (max-width:540px) {
  :root {
    --page-gutter: 16px;
    --section-space: 64px;
  }

  .site-header {
    height: 64px;
  }

  .brand {
    font-size: 14px;
    letter-spacing: .14em;
  }

  .drawer {
    width: 100%;
    padding: 92px 24px;
  }

  .drawer nav a {
    font-size: clamp(2rem,11vw,3.4rem);
  }

  .hero,
  .hero-media img {
    min-height: 76svh;
    height: 76svh;
  }

  .hero-media img {
    object-position: 43% center;
  }

  .method {
    min-height: 1120px;
  }

  .method>img {
    object-position: 68% 48%;
  }

  .method-copy {
    width: calc(100% - 32px);
    padding-block: 72px;
  }

  .method h2 {
    font-size: clamp(4.7rem,22vw,7rem);
  }

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

  .method-grid article {
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.08);
  }

  .method-grid article:last-child {
    border-bottom: 0;
  }

  .contact-grid {
    gap: 56px;
  }

  .footer {
    padding-inline: 16px;
  }
}

@media (max-width:380px) {
  .section-title,
  .index-section h2,
  .contact h2 {
    font-size: 2.7rem;
  }

  .method h2 {
    font-size: 4.3rem;
  }
}

.hero {
  position: relative;
  min-height: 88svh;
  height: 88svh;
  overflow: hidden;
  background: #030812;
}

.hero-media {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hero-media img {
  display: block;
  width: auto;
  height: 100%;
  max-width: none;
  min-height: 0;
  object-fit: contain;
  object-position: left bottom;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
      270deg,
      rgba(2,6,12,.90) 0%,
      rgba(2,6,12,.66) 29%,
      rgba(2,6,12,.24) 52%,
      rgba(2,6,12,0) 72%
    );
}

.hero-statement {
  position: absolute;
  z-index: 2;
  left: auto;
  right: clamp(34px,5vw,90px);
  top: 50%;
  transform: translateY(-48%);
  width: min(43vw,690px);
  color: #fff;
  text-align: left;
}

.hero-statement p {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(3.05rem,4.55vw,5.85rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-statement-line {
  display: block;
  white-space: nowrap;
  line-height: 1.2;
}

.hero-statement-gap {
  margin-top: .62em;
}

.hero .scroll-cue {
  z-index: 3;
}

@media (max-width:1280px) {
  .hero {
    min-height: 84svh;
    height: 84svh;
  }

  .hero-statement {
    right: clamp(26px,4vw,58px);
    width: min(44vw,610px);
  }

  .hero-statement p {
    font-size: clamp(2.75rem,4.25vw,5.1rem);
  }
}

@media (max-width:1024px) {
  .hero {
    min-height: 82svh;
    height: 82svh;
  }

  .hero-media {
    align-items: flex-end;
    justify-content: flex-start;
  }

  .hero-media img {
    width: auto;
    height: 100%;
    object-fit: contain;
    object-position: left bottom;
  }

  .hero::after {
    background: linear-gradient(
        180deg,
        rgba(2,6,12,.04) 0%,
        rgba(2,6,12,.24) 45%,
        rgba(2,6,12,.88) 100%
      );
  }

  .hero-statement {
    left: clamp(24px,4vw,42px);
    right: clamp(24px,4vw,42px);
    top: auto;
    bottom: 68px;
    width: auto;
    transform: none;
  }

  .hero-statement p {
    font-size: clamp(2.65rem,6.8vw,4.8rem);
    line-height: .96;
  }

  .hero-statement-line {
    white-space: normal;
  }
}

@media (max-width:600px) {
  .hero {
    min-height: 84svh;
    height: 84svh;
  }

  .hero-media {
    align-items: flex-start;
    justify-content: center;
  }

  .hero-media img {
    width: 100%;
    height: auto;
    max-height: 68%;
    object-fit: contain;
    object-position: center top;
  }

  .hero-statement {
    left: 18px;
    right: 18px;
    bottom: 58px;
  }

  .hero-statement p {
    font-size: clamp(2.25rem,10.8vw,3.7rem);
    line-height: .97;
  }

  .hero-statement-gap {
    margin-top: .48em;
  }
}

.manifesto {
  background: radial-gradient(circle at 50% 0%,rgba(18,42,67,.34),transparent 42%),
    linear-gradient(180deg,#050b14 0%,#030812 100%);
  color: #fff;
}

.manifesto-editorial {
  width: min(calc(100% - (var(--page-gutter) * 2)),1440px);
  margin: 0 auto;
  padding: clamp(76px,7vw,118px) 0 clamp(72px,7vw,112px);
}

.manifesto-intro {
  max-width: 940px;
  margin: 0 auto clamp(54px,5vw,82px);
  text-align: center;
}

.manifesto-intro .kicker {
  margin-bottom: 20px;
  color: rgba(255,255,255,.48);
}

.manifesto-intro h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(4.2rem,7.8vw,8.2rem);
  font-weight: 400;
  line-height: .86;
  letter-spacing: -.01em;
}

.manifesto-conviction {
  margin: clamp(22px,2.5vw,34px) 0 0;
  font-family: var(--font-body);
  font-size: clamp(1.8rem,2.8vw,3.2rem);
  font-style: italic;
  line-height: 1.12;
}

.manifesto-intro-text {
  max-width: 760px;
  margin: clamp(24px,2.5vw,34px) auto 0;
  color: rgba(255,255,255,.65);
  font-size: clamp(1.08rem,1.3vw,1.3rem);
  line-height: 1.55;
}

.publication-showcase {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: clamp(26px,3vw,48px);
}

.publication-card {
  display: grid;
  grid-template-columns: minmax(190px,40%) minmax(0,60%);
  overflow: hidden;
  background: rgba(7,17,29,.88);
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 28px 70px rgba(0,0,0,.32);
  transition: transform .35s ease,border-color .35s ease,box-shadow .35s ease;
}

.publication-card:hover {
  transform: translateY(-8px);
  border-color: rgba(255,255,255,.25);
  box-shadow: 0 34px 86px rgba(0,0,0,.45);
}

.publication-cover {
  margin: 0;
  padding: clamp(20px,2vw,30px);
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 50% 34%,rgba(28,57,87,.28),transparent 55%),#030812;
}

.publication-cover picture {
  display: block;
  width: min(100%,310px);
}

.publication-cover img {
  width: 100%;
  height: auto;
  aspect-ratio: 2/3;
  object-fit: cover;
  box-shadow: 0 18px 38px rgba(0,0,0,.52);
  transform: perspective(900px) rotateY(2deg);
  transition: transform .35s ease,box-shadow .35s ease;
}

.publication-card:hover .publication-cover img {
  transform: perspective(900px) rotateY(0deg) translateY(-4px);
  box-shadow: 0 24px 48px rgba(0,0,0,.62);
}

.publication-content {
  padding: clamp(30px,3vw,48px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.publication-type {
  margin: 0 0 18px;
  color: rgba(255,255,255,.48);
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.publication-content h3 {
  margin: 0 0 16px;
  font-family: var(--font-display);
  font-size: clamp(2.25rem,3vw,3.6rem);
  font-weight: 400;
  line-height: .9;
}

.publication-content strong {
  font-family: var(--font-body);
  font-size: clamp(1.2rem,1.45vw,1.5rem);
  line-height: 1.24;
}

.publication-content>p:not(.publication-type) {
  margin: 18px 0 0;
  color: rgba(255,255,255,.66);
  font-size: 1.02rem;
  line-height: 1.45;
}

.publication-content button {
  align-self: flex-start;
  margin-top: 28px;
  padding: 0 0 8px;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,.35);
  background: transparent;
  color: #fff;
  font-family: var(--font-display);
  font-size: 1rem;
  letter-spacing: .03em;
  text-transform: uppercase;
  cursor: pointer;
}

.publication-content small {
  display: block;
  margin-top: 13px;
  color: rgba(255,255,255,.4);
}

.manifesto-atmosphere {
  position: relative;
  margin: 0;
  height: clamp(320px,42vw,650px);
  overflow: hidden;
  background: #02060c;
}

.manifesto-atmosphere::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,#030812 0%,transparent 18%,transparent 75%,rgba(3,8,18,.82) 100%);
  pointer-events: none;
}

.manifesto-atmosphere img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 50%;
  opacity: .78;
}

.manifesto-sentences {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  background: linear-gradient(90deg,#f4f6f8,#e7edf2);
  color: var(--ink);
}

.manifesto-sentences p {
  margin: 0;
  padding: clamp(38px,4vw,58px) clamp(24px,3vw,42px);
  font-size: clamp(1.05rem,1.25vw,1.3rem);
  line-height: 1.35;
  border-right: 1px solid var(--line);
}

.manifesto-sentences p:last-child {
  border-right: 0;
}

.manifesto-sentences strong {
  font-family: var(--font-display);
  font-size: clamp(1.45rem,1.8vw,2rem);
  font-weight: 400;
  line-height: 1;
}

@media (max-width:1280px) {
  .publication-card {
    grid-template-columns: minmax(170px,38%) minmax(0,62%);
  }

  .publication-content {
    padding: 30px;
  }
}

@media (max-width:1024px) {
  .publication-showcase {
    grid-template-columns: 1fr;
    max-width: 860px;
    margin-inline: auto;
  }

  .publication-card {
    grid-template-columns: minmax(220px,38%) minmax(0,62%);
  }

  .manifesto-atmosphere {
    height: clamp(360px,60vw,620px);
  }
}

@media (max-width:680px) {
  .manifesto-editorial {
    width: min(calc(100% - 32px),620px);
    padding-block: 64px 72px;
  }

  .manifesto-intro {
    text-align: left;
    margin-bottom: 48px;
  }

  .manifesto-intro h2 {
    font-size: clamp(3.6rem,18vw,5.8rem);
  }

  .manifesto-conviction br {
    display: none;
  }

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

  .publication-cover {
    padding: 26px 26px 18px;
  }

  .publication-cover picture {
    width: min(72vw,290px);
  }

  .publication-content {
    padding: 28px 24px 34px;
  }

  .publication-content h3 {
    font-size: clamp(2.5rem,12vw,4rem);
  }

  .manifesto-atmosphere {
    height: 78vw;
    min-height: 300px;
  }

  .manifesto-sentences {
    grid-template-columns: 1fr;
  }

  .manifesto-sentences p {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .manifesto-sentences p:last-child {
    border-bottom: 0;
  }
}

@media (prefers-reduced-motion:reduce) {
  .publication-card,
  .publication-cover img {
    transition: none;
  }

  .publication-card:hover,
  .publication-card:hover .publication-cover img {
    transform: none;
  }
}

.publication-type {
  white-space: nowrap;
  font-size: clamp(.66rem,.72vw,.78rem);
  letter-spacing: .13em;
}

.publication-content h3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.10;
}

.publication-content h3 span {
  display: block;
  white-space: nowrap;
}

.publication-content button {
  white-space: nowrap;
  font-size: clamp(.88rem,.95vw,1rem);
}

.hero-statement p {
  line-height: 1.07;
}

.contact h2 {
  line-height: .98;
}

@media (max-width:760px) {
  .publication-type,
  .publication-content button {
    white-space: normal;
  }

  .publication-content h3 span {
    white-space: normal;
    line-height: 1.10;
  }
}

.order-panel {
  position: relative;
  margin: 0;
  padding: clamp(54px,7vw,96px) var(--page-gutter);
  background: radial-gradient(circle at 12% 0%,rgba(43,77,109,.22),transparent 34%),
    linear-gradient(145deg,#08121f 0%,#030812 72%);
  color: #fff;
  border-top: 1px solid rgba(255,255,255,.12);
}

.order-panel-inner {
  width: min(100%,820px);
  margin: 0 auto;
}

.order-intro {
  max-width: 700px;
  margin-bottom: clamp(38px,5vw,62px);
}

.order-intro .kicker {
  color: rgba(255,255,255,.48);
}

.order-intro h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(3.4rem,6vw,6.5rem);
  font-weight: 400;
  line-height: .9;
}

.close-panel {
  position: absolute;
  top: 22px;
  right: 24px;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 50%;
  background: transparent;
  color: #fff;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}

.close-panel:hover {
  border-color: rgba(255,255,255,.65);
}

.minimal-form {
  display: grid;
  gap: 28px;
}

.minimal-form label {
  display: grid;
  gap: 9px;
  font-size: 1rem;
  font-weight: 500;
}

.minimal-form label>span,
.document-choice legend {
  font-family: var(--font-body);
  font-size: 1.05rem;
  color: rgba(255,255,255,.78);
}

.minimal-form input[type="email"],
.minimal-form input:not([type]),
.minimal-form textarea {
  width: 100%;
  padding: 12px 0 13px;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,.28);
  border-radius: 0;
  background: transparent;
  color: #fff;
  outline: none;
  font-size: 1.18rem;
  transition: border-color .25s ease;
}

.minimal-form textarea {
  min-height: 120px;
  resize: vertical;
}

.minimal-form input:focus,
.minimal-form textarea:focus {
  border-bottom-color: #fff;
}

.minimal-form textarea::placeholder {
  color: rgba(255,255,255,.32);
}

.document-choice {
  margin: 4px 0 0;
  padding: 0;
  border: 0;
}

.document-choice legend {
  margin-bottom: 14px;
}

.document-choice label {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 0;
  border-top: 1px solid rgba(255,255,255,.1);
  cursor: pointer;
}

.document-choice label:last-child {
  border-bottom: 1px solid rgba(255,255,255,.1);
}

.document-choice input[type="radio"] {
  appearance: none;
  width: 18px;
  height: 18px;
  margin: 0;
  border: 1px solid rgba(255,255,255,.48);
  border-radius: 50%;
  background: transparent;
  display: grid;
  place-content: center;
}

.document-choice input[type="radio"]::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  transform: scale(0);
  transition: transform .18s ease;
}

.document-choice label>span {
  color: #fff;
}

.minimal-form .consent {
  display: flex;
  grid-template-columns: none;
  align-items: flex-start;
  gap: 12px;
  margin: 2px 0 0;
  color: rgba(255,255,255,.56);
  font-size: .92rem;
  line-height: 1.35;
}

.minimal-form .consent input {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  margin-top: 3px;
  accent-color: #fff;
}

.minimal-form .consent span {
  font-size: .92rem;
  color: rgba(255,255,255,.56);
}

.minimal-form .submit {
  justify-self: start;
  margin-top: 6px;
  padding: 15px 24px 13px;
  border: 1px solid rgba(255,255,255,.72);
  background: transparent;
  color: #fff;
  font-family: var(--font-display);
  font-size: 1rem;
  letter-spacing: .035em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background .25s ease,color .25s ease;
}

.minimal-form .submit:hover {
  background: #fff;
  color: #050b14;
}

.minimal-form .status {
  margin: 0;
  min-height: 1.4em;
  color: rgba(255,255,255,.72);
  font-size: .98rem;
}

.contact-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}

.contact-form.minimal-form input,
.contact-form.minimal-form textarea {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,.28);
}

@media (max-width:640px) {
  .order-panel {
    padding-inline: 20px;
  }

  .close-panel {
    top: 16px;
    right: 16px;
  }

  .order-intro h2 {
    font-size: clamp(3rem,15vw,4.8rem);
  }

  .minimal-form .submit {
    width: 100%;
    text-align: center;
  }
}

.status {
  min-height: 1.7em;
  margin-top: 18px;
  font-size: 1rem;
  line-height: 1.35;
}

.status.is-loading {
  opacity: .7;
}

.status.is-success {
  color: #8fcaa8;
}

.status.is-error {
  color: #ef9b9b;
}

.minimal-form input:focus,
.minimal-form textarea:focus {
  outline: 2px solid rgba(216,230,242,.72);
  outline-offset: 3px;
}

.publication-showcase {
  align-items: stretch;
}

.publication-card {
  height: 100%;
}

.publication-content {
  height: 100%;
  justify-content: flex-start;
}

.publication-content h3 {
  min-height: 2.05em;
}

.publication-content > p:not(.publication-type) {
  margin-bottom: 0;
}

.publication-content button {
  margin-top: auto;
}

.publication-content small {
  min-height: 1.5em;
}

@media (max-width:1024px) {
  .publication-content h3 {
    min-height: 0;
  }

  .publication-content button {
    margin-top: 28px;
  }

  .publication-content small {
    min-height: 0;
  }
}

.minimal-form {
  transition: opacity .34s ease,
    transform .34s ease,
    filter .34s ease;
}

.minimal-form.is-leaving {
  opacity: 0;
  transform: translateY(-10px);
  filter: blur(2px);
  pointer-events: none;
}

.success-card[hidden] {
  display: none;
}

.success-card {
  min-height: 520px;
  display: grid;
  place-items: center;
  padding: clamp(42px,6vw,82px);
  border: 1px solid rgba(255,255,255,.12);
  background: radial-gradient(circle at 50% 18%,rgba(36,72,105,.22),transparent 38%),
    linear-gradient(145deg,rgba(8,18,31,.97),rgba(3,8,18,.99));
  box-shadow: 0 30px 90px rgba(0,0,0,.28);
  color: #fff;
  opacity: 0;
  transform: translateY(12px);
}

.success-card.is-visible {
  animation: successCardIn .72s cubic-bezier(.22,.8,.24,1) forwards;
}

.success-card-inner {
  width: min(100%,650px);
  text-align: center;
}

.success-brand {
  margin: 0 0 40px;
  font-family: "Trajan Pro","Times New Roman",serif;
  font-size: clamp(.9rem,1.2vw,1.08rem);
  letter-spacing: .24em;
  color: rgba(255,255,255,.92);
  opacity: .86;
}

.success-card.is-visible .success-brand {
  animation: successBrandGlow 1.1s ease 2.15s both;
}

.success-card h3 {
  margin: 0 0 28px;
  font-family: var(--font-display);
  font-size: clamp(2.6rem,5vw,5.2rem);
  font-weight: 400;
  line-height: .99;
  letter-spacing: -.01em;
}

.success-card p:not(.success-brand) {
  margin: 8px 0;
  font-family: var(--font-body);
  font-size: clamp(1.15rem,1.7vw,1.45rem);
  color: rgba(255,255,255,.66);
  line-height: 1.45;
}

.success-final {
  margin-top: clamp(54px,7vw,82px);
  opacity: 0;
  transform: translateY(10px);
}

.success-card.reveal-final .success-final {
  animation: successFinalIn .9s cubic-bezier(.22,.8,.24,1) forwards;
}

.success-final span,
.success-final strong {
  display: block;
}

.success-final span {
  font-family: var(--font-body);
  font-size: clamp(1.35rem,2vw,1.8rem);
  font-style: italic;
  color: rgba(255,255,255,.68);
}

.success-final strong {
  margin-top: 7px;
  font-family: var(--font-display);
  font-size: clamp(1.8rem,3vw,3rem);
  font-weight: 400;
  line-height: 1;
  color: #fff;
}

@keyframes successCardIn {
from{
    opacity:0;
    transform:translateY(12px);
  }
  to{
    opacity:1;
    transform:none;
  }
}

@keyframes successFinalIn {
from{
    opacity:0;
    transform:translateY(10px);
  }
  to{
    opacity:1;
    transform:none;
  }
}

@keyframes successBrandGlow {
0%,100%{
    opacity:.86;
    text-shadow:0 0 0 rgba(216,230,242,0);
  }
  50%{
    opacity:1;
    text-shadow:0 0 24px rgba(216,230,242,.38);
  }
}

@media (max-width:640px) {
  .success-card {
    min-height: 470px;
    padding: 42px 22px;
  }

  .success-brand {
    margin-bottom: 32px;
  }

  .success-final {
    margin-top: 48px;
  }
}

@media (prefers-reduced-motion:reduce) {
  .minimal-form,
  .success-card,
  .success-final,
  .success-brand {
    transition: none !important;
    animation: none !important;
  }

  .success-card.is-visible,
  .success-card.reveal-final .success-final {
    opacity: 1;
    transform: none;
  }
}

.contact-grid {
  align-items: stretch;
}

.contact-grid > .success-card {
  grid-column: 2;
  grid-row: 1;
  width: 100%;
  align-self: stretch;
  justify-self: stretch;
}

.minimal-form {
  transition: opacity .68s cubic-bezier(.22,.8,.24,1),
    transform .68s cubic-bezier(.22,.8,.24,1),
    filter .68s cubic-bezier(.22,.8,.24,1);
}

.minimal-form.is-leaving {
  opacity: 0;
  transform: translateY(-14px);
  filter: blur(3px);
}

.success-card {
  opacity: 0;
  transform: translateY(18px) scale(.992);
}

.success-card.is-visible {
  animation: successCardInV2 1.15s cubic-bezier(.22,.8,.24,1) forwards;
}

.success-final {
  opacity: 0;
  visibility: hidden;
  transform: translateY(14px);
}

.success-card.reveal-final .success-final {
  visibility: visible;
  opacity: 1;
  animation: successFinalInV2 1.15s cubic-bezier(.22,.8,.24,1) forwards;
}

@keyframes successCardInV2 {
0%{
    opacity:0;
    transform:translateY(18px) scale(.992);
  }
  100%{
    opacity:1;
    transform:none;
  }
}

@keyframes successFinalInV2 {
from{
    opacity:0;
    transform:translateY(14px);
  }

  to{
    opacity:1;
    transform:translateY(0);
  }
}

@media (max-width:1024px) {
  .contact-grid > .success-card {
    grid-column: 1;
    grid-row: auto;
  }
}

@media (prefers-reduced-motion:reduce) {
  .success-final {
    visibility: visible;
  }
}

@media (max-width:768px) {
  .index-flow {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 22px;
    margin: 36px 0 70px;
  }

  .index-flow i {
    display: none;
  }

  .index-flow span {
    display: block;
    padding: 12px 0;
    border-top: 1px solid var(--line);
    font-size: .78rem;
    line-height: 1.1;
    letter-spacing: .08em;
    text-align: left;
  }
}

@media (max-width:768px) {
  .method {
    min-height: 860px;
    overflow: hidden;
  }

  .method > img {
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: contain;
    object-position: center bottom;
  }
}

.method-mobile-visual {
  display: none;
}

@media (max-width:768px) {
  .method > img {
    display: none;
  }

  .method {
    min-height: auto;
    overflow: visible;
  }

  .method-copy {
    padding-bottom: 72px;
  }

  .method-mobile-visual {
    display: block;
    width: min(118%,620px);
    margin: 36px auto 54px;
    transform: translateX(-4%);
  }

  .method-mobile-visual img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .method-grid {
    margin-top: 0;
  }
}

.interventions {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 50% -10%,rgba(24,50,78,.20),transparent 36%),
    linear-gradient(180deg,#050b14 0%,#07111d 54%,#050b14 100%);
}

.interventions::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .13;
  background: linear-gradient(90deg,transparent 0 49.95%,rgba(216,230,242,.08) 50%,transparent 50.05%),
    linear-gradient(0deg,transparent 0 49.95%,rgba(216,230,242,.05) 50%,transparent 50.05%);
  background-size: 110px 110px;
  mask-image: linear-gradient(to bottom,transparent,black 18%,black 82%,transparent);
}

.engagement-shell {
  position: relative;
  z-index: 1;
}

.engagement-intro {
  max-width: 1120px;
  margin-bottom: clamp(54px,5vw,78px);
}

.engagement-intro .section-title {
  margin: 0 0 22px;
  font-size: clamp(3.8rem,6.2vw,6.8rem);
  line-height: 1.20;
}

.engagement-line {
  margin: 0;
  font-family: var(--font-body);
  font-size: clamp(1.2rem,1.7vw,1.65rem);
  letter-spacing: .10em;
  text-transform: uppercase;
  color: var(--accent);
}

.engagement-word {
  color: var(--accent);
}

.engagement-separator {
  color: rgba(216,230,242,.46);
  padding: 0 .18em;
}

@media (max-width:680px) {
  .engagement-line {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
    letter-spacing: .08em;
    line-height: 1.15;
  }

  .engagement-separator {
    display: none;
  }

  .engagement-card {
    padding: 32px 24px 36px;
  }

  .engagement-card h3,
  .engagement-card:nth-child(3) h3 {
    font-size: clamp(2.45rem,12vw,4rem);
  }

  .engineering-title {
    gap: 14px;
  }

  .engineering-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .engineering-grid article {
    min-height: 0;
  }
}

.engagement-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  border-top: 1px solid rgba(216,230,242,.18);
  border-bottom: 1px solid rgba(216,230,242,.18);
}

.engagement-card {
  position: relative;
  min-height: 470px;
  padding: clamp(34px,3vw,48px);
  border-right: 1px solid rgba(216,230,242,.14);
  background: linear-gradient(180deg,rgba(255,255,255,.012),rgba(255,255,255,.025));
}

.engagement-card:last-child {
  border-right: 0;
}

.engagement-card h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.5rem,3.25vw,4.1rem);
  font-weight: 400;
  line-height: .94;
  letter-spacing: -.01em;
}

.engagement-card:nth-child(3) h3 {
  font-size: clamp(2.1rem,2.8vw,3.6rem);
}

.engagement-hook {
  margin: 24px 0 22px;
  font-size: clamp(1.16rem,1.4vw,1.4rem);
  font-style: italic;
  line-height: 1.32;
  color: var(--accent);
}

.engagement-card > p:not(.engagement-hook):not(.engagement-tags) {
  margin: 0;
  font-size: 1.04rem;
  line-height: 1.52;
  color: rgba(255,255,255,.70);
}

.engagement-tags {
  margin: 30px 0 0;
  padding-top: 18px;
  border-top: 1px solid rgba(216,230,242,.12);
  font-size: .82rem;
  line-height: 1.72;
  letter-spacing: .07em;
  color: rgba(255,255,255,.68);
}

.engineering-band {
  margin-top: clamp(58px,6vw,90px);
}

.engineering-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin: 0 0 28px;
  font-family: var(--font-body);
  font-size: clamp(1.15rem,1.6vw,1.5rem);
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--accent);
}

.engineering-title::before,
.engineering-title::after {
  content: "";
  flex: 1 1 auto;
  height: 1px;
  background: rgba(216,230,242,.18);
}

.engineering-grid {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 14px;
}

.engineering-grid article {
  position: relative;
  min-height: 220px;
  padding: 32px 30px 30px;
  border: 1px solid rgba(216,230,242,.12);
  background: linear-gradient(180deg,rgba(255,255,255,.022),rgba(255,255,255,.010));
}

.engineering-grid h3 {
  margin: 0 0 22px;
  font-family: var(--font-display);
  font-size: clamp(1.7rem,2vw,2.35rem);
  font-weight: 400;
  line-height: .95;
}

.engineering-grid h3::after {
  content: "";
  display: block;
  width: 58px;
  height: 1px;
  margin-top: 14px;
  background: var(--accent);
  opacity: .65;
}

.engineering-grid p {
  margin: 0;
  max-width: 280px;
  font-size: 1rem;
  line-height: 1.43;
  color: rgba(255,255,255,.68);
}

.engineering-number {
  position: absolute;
  right: 18px;
  bottom: 14px;
  font-family: var(--font-body);
  font-size: 2rem;
  color: rgba(255,255,255,.13);
}

.interventions .interventions-end {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: clamp(54px,5vw,76px) 0 0;
  text-align: center;
  white-space: normal;
  font-family: var(--font-body);
  line-height: 1.25;
}

.interventions .interventions-end {
  margin: clamp(90px, 10vw, 150px) 0 0;
  text-align: center;
  font-family: var(--font-display);
  font-size: clamp(4rem, 7vw, 8rem);
  font-weight: 400;
  line-height: .95;
  letter-spacing: -0.01em;
  color: #fff;
  white-space: nowrap;
}

@media (max-width: 900px) {
  .interventions .interventions-end {
    font-size: clamp(3rem, 9vw, 5rem);
    white-space: normal;
  }
}

@media (max-width:1050px) {
  .engagement-grid {
    grid-template-columns: 1fr;
  }

  .engagement-card {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(216,230,242,.14);
  }

  .engagement-card:last-child {
    border-bottom: 0;
  }

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

@media (max-width:680px) {
  .engagement-line {
    display: flex;
    flex-direction: column;
    gap: 7px;
    letter-spacing: .08em;
  }

  .engagement-separator {
    display: none;
  }

  .engagement-card {
    padding: 32px 24px 36px;
  }

  .engagement-card h3,
  .engagement-card:nth-child(3) h3 {
    font-size: clamp(2.45rem,12vw,4rem);
    line-height: 1.10;
  }

  .engineering-title {
    gap: 14px;
  }

  .engineering-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .engineering-grid article {
    min-height: 0;
  }
}

.brand {
  margin-right: auto;
  display: flex;
  align-items: center;
  text-decoration: none;
  line-height: 0;
}

.brand-wordmark {
  display: block;
  width: 140px;
  height: auto;
  max-height: none;
  object-fit: contain;
}

@media (max-width:640px) {
  .brand-wordmark {
    width: 105px;
  }
}

@media (max-width:380px) {
  .brand-wordmark {
    width: 95px;
  }
}

@media (max-width:680px) {
  .engagement-line {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 7px !important;
    line-height: 1.15 !important;
    letter-spacing: .08em !important;
  }

  .engagement-word {
    display: block !important;
    color: var(--accent) !important;
  }

  .engagement-separator {
    display: none !important;
  }
}

.choice-v3 {
  padding: 0;
}

.choice-v3-inner {
  width: min(calc(100% - (var(--page-gutter) * 2)),1440px);
  margin: 0 auto;
  padding-block: clamp(72px,6vw,104px);
}

.choice-v3-prelude {
  width: 100%;
  max-width: none;
  margin: 0 0 clamp(58px,5vw,82px);
}

.choice-v3-prelude p {
  margin: .08em 0;
  font-family: var(--font-display);
  font-size: clamp(2.15rem,3.05vw,3.55rem);
  font-weight: 400;
  line-height: .98;
  color: rgba(17,24,33,.58);
  text-transform: uppercase;
}

.choice-v3-conviction {
  width: min(100%,1120px);
  margin: 0 0 clamp(72px,6vw,102px);
  font-family: var(--font-body);
  font-size: clamp(2rem,3.2vw,3.35rem);
  font-style: italic;
  line-height: 1.1;
  color: var(--ink);
}

.choice-v3-impact {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: -.022em;
  color: var(--ink);
}

.choice-v3-captive {
  font-size: clamp(5.1rem,8.6vw,10.2rem);
  line-height: 1.20;
  margin-bottom: clamp(105px,9vw,150px);
}

.choice-v3-renoncer {
  font-size: clamp(4rem,6.25vw,7.4rem);
  line-height: 1.20;
  margin-bottom: clamp(105px,9vw,150px);
  white-space: nowrap;
}

.choice-v3-non {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.choice-v3-non > span.desktop-only {
  font-size: clamp(4rem,6.25vw,7.4rem);
  line-height: 1.20;
}

.choice-v3-non > strong.desktop-only {
  display: block;
  margin-top: .04em;
  font-family: var(--font-display);
  font-size: clamp(5.1rem,8.6vw,10.2rem);
  font-weight: 400;
  line-height: 1.20;
  letter-spacing: -.026em;
}

.desktop-only {
  display: inline;
}

.mobile-only {
  display: none;
}

@media (min-width:1025px) {
  .index-title-nowrap {
    white-space: nowrap;
    max-width: none !important;
    font-size: clamp(3.7rem,5.9vw,6.9rem) !important;
  }
}

@media (max-width:1024px) {
  .choice-v3-inner {
    width: min(calc(100% - 48px),900px);
    padding-block: 64px 76px;
  }

  .choice-v3-prelude {
    margin-bottom: 54px;
  }

  .choice-v3-prelude p {
    font-size: clamp(2rem,5.2vw,3rem);
    line-height: .98;
  }

  .choice-v3-conviction {
    margin-bottom: 64px;
    font-size: clamp(1.75rem,4.6vw,2.5rem);
    line-height: 1.12;
  }

  .choice-v3-captive {
    margin-bottom: 82px;
    font-size: clamp(4.2rem,12vw,6.5rem);
    line-height: 1.20;
    white-space: normal;
  }

  .choice-v3-renoncer {
    margin-bottom: 82px;
    font-size: clamp(3.35rem,9.5vw,5.2rem);
    line-height: 1.20;
    white-space: normal;
  }

  .choice-v3-non {
    display: block;
  }

  .choice-v3-non .mobile-only {
    font-family: var(--font-display);
    font-size: clamp(3.35rem,9.5vw,5.2rem);
    font-weight: 400;
    line-height: 1.20;
    letter-spacing: -.022em;
  }

  .desktop-only {
    display: none !important;
  }

  .mobile-only {
    display: inline !important;
  }

  .index-title-nowrap {
    white-space: normal;
  }
}

@media (max-width:640px) {
  .choice-v3-inner {
    width: min(calc(100% - 30px),560px);
    padding-block: 58px 68px;
  }

  .choice-v3-prelude p {
    font-size: clamp(1.9rem,8.7vw,2.8rem);
  }

  .choice-v3-conviction {
    font-size: clamp(1.7rem,7vw,2.35rem);
  }

  .choice-v3-captive {
    font-size: clamp(4rem,18vw,5.7rem);
  }

  .choice-v3-renoncer,
  .choice-v3-non .mobile-only {
    font-size: clamp(3.25rem,14.5vw,4.8rem);
  }
}

.interventions .interventions-end {
  width: 100vw;
  max-width: none;
  margin: clamp(90px,10vw,150px)
    0
    0
    calc(50% - 50vw);
  padding: clamp(38px,4.2vw,58px)
    var(--page-gutter);
  background: #FFCD00;
  color: #050b14;
  text-align: center;
  font-family: var(--font-display);
  font-size: clamp(4rem,7vw,8rem);
  font-weight: 400;
  line-height: .95;
  letter-spacing: -.01em;
  white-space: nowrap;
}

@media (max-width:900px) {
  .interventions .interventions-end {
    padding-block: clamp(32px,7vw,46px);
    font-size: clamp(3rem,9vw,5rem);
    white-space: normal;
  }
}

@media (max-width:540px) {
  .interventions .interventions-end {
    padding-inline: 18px;
    font-size: clamp(2.65rem,12vw,4rem);
    line-height: .92;
  }
}

@media (min-width:1025px) {
  .hero-statement {
    width: min(48vw,780px);
  }

  .hero-statement p {
    font-size: clamp(3.55rem,5.15vw,6.55rem);
  }
}

.scroll-cue {
  bottom: 24px;
  width: 34px;
  height: 52px;
  text-decoration: none;
  color: #fff;
  opacity: .72;
}

.scroll-cue span {
  width: auto;
  height: auto;
  background: none;
  font-family: var(--font-body);
  font-size: 1.65rem;
  line-height: 1;
  animation: scrollArrow 2.2s ease-in-out infinite;
}

@keyframes scrollArrow {
0%,100%{opacity:.35;transform:translateY(0);}
  50%{opacity:1;transform:translateY(8px);}
}

.choice-captive-page {
  min-height: 100svh;
  display: grid;
  align-items: center;
  padding: clamp(70px,7vw,110px) var(--page-gutter);
  background: radial-gradient(circle at 50% 12%,rgba(24,50,78,.18),transparent 38%),
    linear-gradient(180deg,#050b14 0%,#07111d 55%,#050b14 100%);
  color: #fff;
}

.choice-captive-page .choice-v3-captive {
  width: min(100%,1440px);
  margin: 0 auto;
  color: #fff;
}

.choice-v3-response .choice-v3-inner {
  padding-top: clamp(92px,8vw,130px);
}

.engineering-number.rune-mark {
  font-family: "Times New Roman","Noto Sans Runic",serif;
  font-size: clamp(2.4rem,3vw,3.4rem);
  line-height: 1;
  color: rgba(255,255,255,.18);
}

.index-matrix article {
  padding-top: 32px;
}

.index-matrix article p {
  margin-top: 56px;
}

.index-flow-v2 > div {
  gap: 0;
}

.interventions .interventions-end {
  display: none !important;
}

@media (max-width:1024px) {
  .choice-captive-page {
    min-height: 86svh;
  }
}

@media (max-width:640px) {
  .scroll-cue {
    bottom: 18px;
  }

  .scroll-cue span {
    font-size: 1.45rem;
  }

  .choice-captive-page {
    min-height: 82svh;
    padding-inline: 16px;
  }

  .engineering-number.rune-mark {
    font-size: 2.6rem;
  }
}

@media (prefers-reduced-motion:reduce) {
  .scroll-cue span {
    animation: none;
  }
}

.engagement-lead {
  margin: clamp(30px,3.2vw,46px) 0 0;
  max-width: 1100px;
  font-family: var(--font-body);
  font-size: clamp(2rem,3.2vw,3.35rem);
  font-style: italic;
  font-weight: 400;
  line-height: 1.1;
  color: rgba(255,255,255,.90);
}

.engagement-card h3 {
  margin-top: 0;
}

.choice-sunflower-page {
  min-height: 100svh;
  display: grid;
  align-items: center;
  padding: clamp(76px,8vw,120px) var(--page-gutter);
  background: #FFCD00;
  color: #050b14;
}

.choice-sunflower-page .choice-v3-inner {
  width: min(100%,1440px);
  margin: 0 auto;
  padding: 0;
}

.choice-sunflower-page .choice-v3-impact {
  color: #050b14;
}

.choice-sunflower-page .choice-v3-renoncer {
  margin-bottom: clamp(92px,8vw,138px);
}

.interventions .interventions-end {
  display: block !important;
  width: 100%;
  max-width: none;
  margin: clamp(90px,10vw,150px) 0 clamp(76px,8vw,118px);
  padding: 0 var(--page-gutter);
  background: transparent;
  color: #fff;
  text-align: center;
  font-family: var(--font-display);
  font-size: clamp(4rem,7vw,8rem);
  font-weight: 400;
  line-height: 1.20;
  letter-spacing: -.01em;
  white-space: nowrap;
}

@media (max-width:1024px) {
  .engagement-lead {
    font-size: clamp(1.8rem,4.6vw,2.6rem);
  }

  .choice-sunflower-page {
    min-height: 86svh;
  }

  .interventions .interventions-end {
    white-space: normal;
  }
}

@media (max-width:640px) {
  .engagement-lead {
    font-size: clamp(1.65rem,7vw,2.25rem);
    line-height: 1.12;
  }

  .choice-sunflower-page {
    min-height: 82svh;
    padding-inline: 16px;
  }

  .choice-sunflower-page .choice-v3-renoncer {
    margin-bottom: 76px;
  }

  .interventions .interventions-end {
    margin-top: 76px;
    margin-bottom: 62px;
    padding-inline: 18px;
    font-size: clamp(2.9rem,12vw,4.3rem);
    line-height: 1.10;
  }
}

.choice-captive-page {
  justify-items: center;
  text-align: center;
}

.choice-captive-page .choice-v3-captive {
  width: min(100%,1440px);
  margin: 0 auto;
  text-align: center;
}


/* === MANIFESTE : 2 ajustements validés uniquement === */
.manifesto-renouncement{display:block;margin-top:clamp(34px,3.6vw,52px);text-align:left}
.manifesto-renouncement-first{display:block;font-family:var(--font-body);font-size:clamp(1.65rem,2.25vw,2.45rem);font-style:italic;line-height:1.08;color:rgba(255,255,255,.62)}
.manifesto-renouncement strong{display:block;max-width:1050px;margin-top:clamp(12px,1.4vw,20px);font-family:var(--font-display);font-size:clamp(3rem,4.7vw,5.4rem);font-weight:400;line-height:.94;letter-spacing:-.015em;text-transform:uppercase;color:#fff}

.manifesto-sentences{display:block;background:linear-gradient(90deg,#f4f6f8,#e7edf2);color:var(--ink);text-align:center}
.manifesto-sentences .manifesto-sentence-main{margin:0;padding:clamp(70px,6vw,96px) var(--page-gutter);border-right:0;border-bottom:1px solid var(--line)}
.manifesto-sentence-main span,.manifesto-sentence-pair span{display:block;font-family:var(--font-body);font-style:italic;color:rgba(17,24,33,.62)}
.manifesto-sentence-main span{font-size:clamp(1.65rem,2.3vw,2.5rem)}
.manifesto-sentence-main strong{display:block;max-width:1180px;margin:clamp(18px,2vw,28px) auto 0;font-size:clamp(3.2rem,5.3vw,6.2rem);line-height:.92;letter-spacing:-.018em;text-transform:uppercase}
.manifesto-sentence-pair{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}
.manifesto-sentence-pair p{margin:0;min-height:clamp(300px,27vw,430px);padding:clamp(64px,6vw,92px) clamp(28px,4vw,70px);display:flex;flex-direction:column;align-items:center;justify-content:center;border-right:1px solid var(--line);border-bottom:0}
.manifesto-sentence-pair p:last-child{border-right:0}
.manifesto-sentence-pair span{font-size:clamp(1.4rem,1.8vw,2rem)}
.manifesto-sentence-pair strong{display:block;margin-top:clamp(16px,1.8vw,24px);font-size:clamp(3rem,4.5vw,5.3rem);line-height:.92;letter-spacing:-.015em;text-transform:uppercase}

@media(max-width:680px){
.manifesto-renouncement{margin-top:32px}
.manifesto-renouncement-first{font-size:clamp(1.45rem,6.7vw,1.9rem)}
.manifesto-renouncement strong{font-size:clamp(2.55rem,11.8vw,3.8rem);line-height:.95}
.manifesto-sentences .manifesto-sentence-main{padding:58px 20px}
.manifesto-sentence-main span{font-size:clamp(1.45rem,6.4vw,1.9rem)}
.manifesto-sentence-main strong{margin-top:18px;font-size:clamp(2.7rem,12.4vw,4rem);line-height:.94}
.manifesto-sentence-pair{grid-template-columns:1fr}
.manifesto-sentence-pair p{min-height:0;padding:54px 20px;border-right:0;border-bottom:1px solid var(--line)}
.manifesto-sentence-pair p:last-child{border-bottom:0}
.manifesto-sentence-pair span{font-size:clamp(1.35rem,6vw,1.75rem)}
.manifesto-sentence-pair strong{margin-top:14px;font-size:clamp(2.8rem,13vw,4.2rem)}
}


/* ==========================================================
   BROOOKERS — signature sous le logo
   Ajout isolé : aucune règle existante du site n'est modifiée.
   ========================================================== */
.brand-lockup{
  margin-right:auto;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  gap:3px;
}

.brand-lockup .brand{
  margin-right:0;
}

.brand-tagline{
  display:block;
  margin:0;
  padding:0;
  color:rgba(255,255,255,.76);
  font-family:"Cormorant Garamond",serif;
  font-size:11px;
  font-style:italic;
  font-weight:500;
  line-height:1;
  letter-spacing:.01em;
  white-space:nowrap;
}

@media (max-width:640px){
  .brand-lockup{gap:2px;}
  .brand-tagline{font-size:9px;}
}

@media (max-width:380px){
  .brand-tagline{font-size:8.5px;}
}
.mobile-break {
  display: none;
}

/* ==========================================================
   BROOOKERS — ajustement cartes métiers 19.08.2026
   Ajout isolé : aucune règle existante n'est modifiée.
   ========================================================== */
@media (min-width:1051px){
  .engagement-card{
    display:flex;
    flex-direction:column;
  }
  .engagement-card .engagement-tags{
    margin-top:auto;
  }
}

.engagement-card > p:not(.engagement-hook):not(.engagement-tags) strong{
  font-weight:700;
  color:rgba(255,255,255,.92);
}
