.error-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  background: #080808;
  color: #fff;
}
.error-page main {
  width: min(620px, calc(100% - 40px));
  text-align: center;
}
.error-page img {
  width: 110px;
  margin: 0 auto 30px;
  border-radius: 24px;
}
.error-page h1 {
  margin: 18px 0;
  font: 600 clamp(42px, 7vw, 72px)/1 Manrope;
  letter-spacing: -0.06em;
}
.error-page main > p:not(.section-index) {
  color: #aaa;
}
.error-page main > a {
  display: inline-block;
  margin-top: 22px;
  padding: 15px 19px;
  background: var(--paper);
  color: var(--ink);
  font-weight: 700;
}
.price-grid[tabindex]:focus-visible {
  outline: 3px solid #315f7d;
  outline-offset: 5px;
}
.form-entry button {
  position: relative;
  transition:
    background-color 0.25s var(--ease),
    color 0.25s var(--ease),
    border-color 0.25s var(--ease),
    transform 0.25s var(--ease),
    box-shadow 0.25s var(--ease);
}
.form-entry button:hover {
  transform: translateY(-2px);
  border-color: #d1a17c;
  background: #ffffff16;
  box-shadow: 0 8px 24px #0004;
}
.form-entry button:active {
  transform: translateY(0) scale(0.98);
}
.form-entry button[aria-expanded="true"] {
  border-color: #d1a17c;
  background: #d1a17c;
  color: #07151d;
  box-shadow:
    0 0 0 3px #d1a17c35,
    0 10px 26px #0004;
}
.form-entry #form-toggle:hover {
  background: #e7ded2;
  border-color: #d1a17c;
  color: #07151d;
}
.form-entry #form-toggle[aria-expanded="true"] {
  background: #d1a17c;
  border-color: #d1a17c;
  color: #07151d;
}
.header nav a.active,
.header nav a[aria-current="location"] {
  color: #d8ac65;
}
.header nav a.active::after,
.header nav a[aria-current="location"]::after {
  right: 0;
}
.availability {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin: 12px 0 0;
  color: #c6d1d6;
  font-size: 0.75rem;
}
.availability span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #63bd82;
  box-shadow: 0 0 0 4px #63bd8225;
}
.hero-availability {
  justify-content: flex-start;
  margin-top: 14px;
  color: #b8c1c5;
}
.form-grid label small {
  color: #7b8990;
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.6875rem;
}
.form-required-note {
  grid-column: 1/-1;
  margin: 0;
  color: #66777f;
  font-size: 0.6875rem;
  text-transform: none;
  letter-spacing: 0;
}
.field-label {
  display: inline;
}
.required-marker,
.form-required-note > span {
  color: #9b4b3f;
  font-weight: 800;
}
.faq-question-form > .form-required-note {
  margin: 0 0 4px;
}
.loader-brand small {
  font-size: 0.625rem;
}
.signature small {
  font-size: 0.625rem;
}
.section-index {
  font-size: 0.6875rem;
}
.price-grid::before {
  font-size: 0.625rem;
}
.popular,
.plan-head > span,
.plan-price small,
.offer-details span,
.contact-links span,
.form-heading span,
.footer-nav > span,
.copyright {
  font-size: 0.625rem;
}
.offer-details p {
  font-size: 0.6875rem;
}
.pricing-note,
.footer-brand + p,
.footer-nav {
  font-size: 0.75rem;
}
.legal-header .brand > img {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  object-fit: cover;
}
.legal-header .brand strong {
  color: #fff;
}
.legal-header .brand small {
  color: #aaa;
}
@media (max-width: 1000px) {
  .header #nav a.active,
  .header #nav a[aria-current="location"] {
    color: #d8ac65;
    border-bottom-color: #d8ac65;
  }
}

.care-plan {
  display: grid;
  grid-template-columns: 1.2fr auto 1fr auto;
  gap: 28px;
  align-items: center;
  margin-top: 34px;
  padding: 28px 30px;
  border: 1px solid #b7c8cf;
  border-radius: 18px;
  background: #0d202a;
  color: #fff;
  box-shadow: 0 20px 45px #192f3920;
}
.care-plan-heading > span {
  display: block;
  margin-bottom: 8px;
  color: #d1a17c;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.625rem;
}
.care-plan h3 {
  margin: 0 0 8px;
  font: 600 27px Manrope;
  letter-spacing: -0.04em;
}
.care-plan-heading p {
  max-width: 430px;
  margin: 0;
  color: #aab8be;
  font-size: 0.75rem;
  line-height: 1.6;
}
.care-plan-price {
  min-width: 125px;
  padding-left: 25px;
  border-left: 1px solid #ffffff20;
}
.care-plan-price small {
  display: block;
  color: #91a2aa;
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.care-plan-price strong {
  font: 650 39px Manrope;
  letter-spacing: -0.05em;
}
.care-plan-price > span {
  color: #aebbc0;
  font-size: 0.6875rem;
}
.care-plan-price em {
  display: block;
  margin-top: 4px;
  color: #7fc295;
  font-size: 0.625rem;
  font-style: normal;
}
.care-plan ul {
  list-style: none;
  display: grid;
  gap: 7px;
  padding: 0;
  margin: 0;
  color: #c1cbd0;
  font-size: 0.6875rem;
}
.care-plan li::before {
  content: "✓";
  margin-right: 8px;
  color: #d1a17c;
}
.care-plan > a {
  padding: 14px 16px;
  background: #fff;
  color: #0d202a;
  white-space: nowrap;
  font-size: 0.6875rem;
  font-weight: 700;
}
.care-plan-note {
  grid-column: 1/-1;
  margin: 0;
  padding-top: 15px;
  border-top: 1px solid #ffffff18;
  color: #81939b;
  font-size: 0.625rem;
  line-height: 1.5;
}
.care-plan sup {
  margin-left: 2px;
  color: #d1a17c;
  font-size: 0.75em;
  font-weight: 700;
}
@media (max-width: 1000px) {
  .care-plan {
    grid-template-columns: 1fr auto;
  }
  .care-plan ul {
    grid-column: 1/-1;
  }
  .care-plan > a {
    grid-column: 1/-1;
    text-align: center;
  }
  .care-plan-price {
    grid-row: 1;
  }
  .care-plan-heading {
    grid-row: 1;
  }
}
@media (max-width: 620px) {
  .care-plan {
    display: block;
    padding: 24px 20px;
  }
  .care-plan-price {
    margin: 22px 0;
    padding: 18px 0;
    border-left: 0;
    border-top: 1px solid #ffffff20;
    border-bottom: 1px solid #ffffff20;
  }
  .care-plan ul {
    margin-bottom: 22px;
  }
  .care-plan > a {
    display: flex;
    justify-content: space-between;
  }
  .care-plan-note {
    margin-top: 18px;
  }
}
.care-plan-price {
  min-width: 190px;
}
.care-monthly > small,
.care-annual > small {
  display: block;
  color: #91a2aa;
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.care-monthly > strong {
  font: 650 39px Manrope;
  letter-spacing: -0.05em;
}
.care-monthly > span {
  color: #aebbc0;
  font-size: 0.6875rem;
}
.care-monthly > em {
  display: block;
  margin-top: 4px;
  color: #aebbc0;
  font-size: 0.625rem;
  font-style: normal;
}
.care-annual {
  margin-top: 14px;
  padding: 12px 13px;
  border: 1px solid #d1a17c66;
  border-radius: 8px;
  background: #d1a17c12;
}
.care-annual > span {
  display: flex;
  align-items: baseline;
  gap: 7px;
  margin-top: 5px;
}
.care-annual s {
  color: #84959d;
  font-size: 0.6875rem;
}
.care-annual strong {
  color: #fff;
  font: 650 25px Manrope;
  letter-spacing: -0.04em;
}
.care-annual b {
  color: #aebbc0;
  font-size: 0.625rem;
  font-weight: 400;
}
.care-annual em {
  display: block;
  margin-top: 2px;
  color: #7fc295;
  font-size: 0.625rem;
  font-style: normal;
}

/* Marge intérieure de sécurité : aucun aperçu ne dépasse de l’iPhone */
.price-card li strong {
  color: #284d60;
  font-weight: 700;
}
.faq-question-form {
  margin-top: 28px;
  padding: 22px;
  background: #f4f6f6;
  border: 1px solid var(--line);
  text-align: left;
}
.faq-form-heading {
  margin-bottom: 18px;
}
.faq-form-heading span {
  display: block;
  color: #71838c;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.625rem;
}
.faq-form-heading strong {
  display: block;
  margin-top: 5px;
  font: 600 18px Manrope;
}
.faq-question-form label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 12px;
  color: #52656e;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-size: 0.625rem;
}
.faq-question-form label small {
  color: #829097;
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.625rem;
}
.faq-question-form input,
.faq-question-form textarea {
  width: 100%;
  padding: 11px 12px;
  border: 1px solid #ccd7db;
  background: #fff;
  color: var(--ink);
  outline: 0;
  text-transform: none;
  letter-spacing: normal;
  font-size: 0.8125rem;
}
.faq-question-form textarea {
  resize: vertical;
}
.faq-question-form :is(input, textarea):focus {
  border-color: #315f7d;
  box-shadow: 0 0 0 3px #315f7d1a;
}
.faq-question-form button {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 14px;
  padding: 13px 14px;
  border: 0;
  background: var(--ink);
  color: #fff;
  cursor: pointer;
  font-size: 0.6875rem;
  font-weight: 700;
}
.faq-question-form > p {
  margin: 10px 0 0;
  color: #849097;
  font-size: 0.625rem;
  line-height: 1.5;
}
.care-plan > a {
  transition:
    transform 0.25s var(--ease),
    background-color 0.25s var(--ease),
    color 0.25s var(--ease),
    box-shadow 0.25s var(--ease);
}
.care-plan > a:hover {
  transform: translateY(-3px);
  background: #d1a17c;
  color: #07151d;
  box-shadow: 0 10px 25px #0005;
}
.care-plan > a:active {
  transform: translateY(0) scale(0.98);
}
.faq-intro h2 {
  font-size: clamp(40px, 4.4vw, 62px);
}
.question-line {
  white-space: nowrap;
}
@media (max-width: 620px) {
  .faq-intro h2 {
    font-size: 40px;
  }
  .question-line {
    white-space: normal;
  }
}
.hero {
  min-height: max(820px, 100svh);
}
@media (max-width: 620px) {
  .hero {
    min-height: max(690px, 100svh);
  }
}
.process-swipe-hint {
  display: none;
}
.process ol[tabindex]:focus-visible {
  outline: 3px solid #d1a17c;
  outline-offset: 5px;
}
.expertise-swipe-hint,
.ready-swipe-hint {
  display: none;
}
.expertise-list[tabindex]:focus-visible,
.ready-columns[tabindex]:focus-visible {
  outline: 3px solid #315f7d;
  outline-offset: 5px;
}

@media (max-width: 1000px), (hover: none) {
  .process-backdrop {
    inset: -320px 0;
    background-attachment: scroll;
    will-change: transform;
  }
}
@media (prefers-reduced-motion: reduce) {
  .process-backdrop {
    background-attachment: scroll;
  }
}
@media (max-width: 620px) {
  .process-backdrop {
    inset: 0;
    background-position: 58% center;
    background-attachment: scroll;
    will-change: auto;
  }

  .process-swipe-hint {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: -12px 0 20px;
    color: #aebdc4;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.625rem;
  }
  .process-swipe-hint b {
    color: #d1a17c;
    font-size: 18px;
  }
  .process ol {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    overflow-y: hidden;
    margin-inline: -20px;
    padding: 4px 20px 18px;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 20px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .process ol::-webkit-scrollbar {
    display: none;
  }
  .process li {
    flex: 0 0 82vw;
    min-height: 245px;
    scroll-snap-align: start;
  }
  .process li:hover {
    transform: none;
  }
  .process li strong {
    margin-top: 48px;
  }
}
@media (max-width: 620px) {
  .expertise-swipe-hint,
  .ready-swipe-hint {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    color: #536b76;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.625rem;
  }
  .expertise-swipe-hint b,
  .ready-swipe-hint b {
    color: #9b6b49;
    font-size: 18px;
  }
  .expertise-list,
  .project-ready .ready-columns {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    overflow-y: hidden;
    margin-inline: -20px;
    padding: 4px 20px 18px;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 20px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .expertise-list::-webkit-scrollbar,
  .ready-columns::-webkit-scrollbar {
    display: none;
  }
  .expertise-list {
    border-top: 0;
  }
  .expertise-list article {
    position: relative;
    grid-template-columns: 28px minmax(0, 1fr);
    flex: 0 0 84vw;
    min-height: 230px;
    padding: 26px 22px;
    border: 1px solid #c8d5da;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.9);
    scroll-snap-align: start;
  }
  .expertise-list article > div {
    min-width: 0;
  }
  .expertise-list h3 {
    padding-right: 54px;
  }
  .expertise-list .expertise-signature {
    position: absolute;
    top: 26px;
    right: 20px;
  }
  .expertise-list article:hover {
    padding-left: 22px;
  }
  .project-ready .ready-columns {
    margin-top: -30px;
  }
  .ready-columns article {
    flex: 0 0 84vw;
    scroll-snap-align: start;
  }
}
@media (max-width: 1000px) {
  .faq-intro {
    display: contents;
  }
  .faq-intro > .section-index {
    order: 1;
  }
  .faq-intro > h2 {
    order: 2;
  }
  .faq-intro > p {
    order: 4;
  }
  .faq-list {
    order: 3;
  }
  .faq-question-form {
    order: 5;
    margin-top: 5px;
  }
}

/* Publics et engagements */
.ready-heading h2 {
  margin: 28px 0 24px;
  font: 500 clamp(44px, 5vw, 72px)/1.03 Manrope;
  letter-spacing: -0.06em;
}
.ready-heading h2 em {
  color: #9b6b49;
  font-weight: 400;
}

/* Préparation et livrables */
.project-ready {
  padding: 105px var(--pad);
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 8vw;
  background: #e9eeef;
  color: var(--ink);
}
.ready-heading > p:last-child {
  max-width: 500px;
  color: var(--muted);
  line-height: 1.7;
}
.ready-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-self: center;
}
.ready-columns article {
  padding: 32px 28px;
  background: #fff;
  border: 1px solid #c8d5da;
  border-radius: 8px;
}
.ready-columns article > span {
  color: #71858f;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.625rem;
}
.ready-columns h3 {
  margin: 10px 0 24px;
  font: 600 23px Manrope;
  letter-spacing: -0.04em;
}
.ready-columns ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ready-columns li {
  padding: 11px 0;
  border-top: 1px solid #e2e8ea;
  color: #53666f;
  font-size: 0.75rem;
}
.ready-columns li::before {
  content: "✓";
  margin-right: 9px;
  color: #9b6b49;
  font-weight: 700;
}

/* Diagnostic de formule */
.content-rights {
  margin: 20px 0 0;
  padding-top: 16px;
  border-top: 1px solid #e2e8ea;
  color: #7c898f;
  font-size: 0.625rem;
  line-height: 1.55;
}
@media (max-width: 1000px) {
  .project-ready {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .ready-columns {
    align-self: auto;
  }
}
@media (max-width: 620px) {
  .project-ready {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .ready-heading h2 {
    font-size: 43px;
  }
  .ready-columns {
    grid-template-columns: 1fr;
  }
}
.about-identity::before {
  content: none !important;
}
.faq-question-form {
  border: 1px solid #9b6b49;
  border-radius: 8px;
  box-shadow:
    0 14px 35px #132a360d,
    inset 0 0 0 1px #ffffff80;
}
.form-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
.form-status {
  display: none;
  margin: 14px 0 0 !important;
  padding: 12px 14px;
  border: 1px solid transparent;
  font-size: 0.6875rem !important;
  line-height: 1.55;
}
.form-status:not(:empty) {
  display: block;
}
.form-status.success {
  border-color: #5fa477;
  background: #eaf6ee;
  color: #285e3a !important;
}
.form-status.error {
  border-color: #bf6c63;
  background: #fff0ee;
  color: #833a33 !important;
}
.contact .form-status.success {
  background: #153b2b;
  color: #a9e1bc !important;
}
.contact .form-status.error {
  background: #4b211f;
  color: #ffc0ba !important;
}
.contact-form button[type="submit"]:disabled,
.faq-question-form button[type="submit"]:disabled {
  cursor: wait;
  opacity: 0.65;
}
.about {
  padding: 105px var(--pad);
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 8vw;
  align-items: center;
  background: #0a0a0a;
  color: #fff;
}
.about-identity {
  position: relative;
  min-height: 520px;
  border: 1px solid #303030;
  background:
    radial-gradient(circle at 50% 43%, #c7925221 0, transparent 31%),
    linear-gradient(#ffffff06 1px, transparent 1px),
    linear-gradient(90deg, #ffffff06 1px, transparent 1px),
    linear-gradient(145deg, #121212, #050505);
  background-size:
    auto,
    52px 52px,
    52px 52px,
    auto;
  overflow: hidden;
  box-shadow: inset 0 0 90px #0008;
}
.about-identity::before {
  content: "SC";
  position: absolute;
  right: -22px;
  bottom: 42px;
  color: #ffffff035;
  font: 700 260px/1 Manrope;
  letter-spacing: -0.12em;
}
.about-identity::after {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid #ffffff0c;
  pointer-events: none;
}
.about-card-top {
  position: absolute;
  z-index: 2;
  top: 28px;
  left: 30px;
  right: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 17px;
  border-bottom: 1px solid #ffffff18;
}
.about-card-top > span,
.about-person > span {
  color: #9ba7ac;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.625rem;
}
.about-card-top small {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #8fbba0;
  font-size: 0.625rem;
}
.about-card-top i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #63ca84;
  box-shadow: 0 0 0 5px #63ca8415;
}
.about-logo-stage {
  position: absolute;
  z-index: 1;
  top: 49%;
  left: 50%;
  width: 270px;
  height: 270px;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
}
.about-logo-stage > span {
  position: absolute;
  inset: 0;
  border: 1px solid #bd8d4a38;
  border-radius: 50%;
  animation: aboutOrbit 18s linear infinite;
}
.about-logo-stage > span:first-child::before {
  content: "";
  position: absolute;
  top: 25px;
  right: 37px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d3a34d;
  box-shadow: 0 0 18px #d3a34d;
}
.about-logo-stage > span:nth-child(2) {
  inset: 27px;
  border-color: #ffffff14;
  animation-direction: reverse;
  animation-duration: 13s;
}
.about-logo-stage > span:nth-child(2)::after {
  content: "";
  position: absolute;
  left: -3px;
  top: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff8;
}
.about-logo-stage img {
  position: relative;
  width: 132px;
  height: 132px;
  border: 1px solid #d3a34d45;
  border-radius: 31px;
  box-shadow:
    0 30px 70px #000,
    0 0 55px #b9855d20;
}
.about-person {
  position: absolute;
  z-index: 2;
  left: 30px;
  right: 30px;
  bottom: 28px;
  padding-top: 19px;
  border-top: 1px solid #ffffff20;
}
.about-person strong {
  display: block;
  margin-top: 7px;
  font: 600 29px Manrope;
  letter-spacing: -0.04em;
}
.about-person small {
  display: block;
  margin-top: 6px;
  color: #69777d;
  font-size: 0.625rem;
  letter-spacing: 0.07em;
}
.about-copy h2 {
  margin: 26px 0 28px;
  font: 500 clamp(43px, 5vw, 70px)/1.04 Manrope;
  letter-spacing: -0.06em;
}
.about-copy h2 em {
  color: #d1a17c;
  font-weight: 400;
}
.about-copy > p:not(.section-index) {
  max-width: 670px;
  color: #a9b3b8;
  font-size: 15px;
  line-height: 1.8;
}
.about-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 38px;
  border-top: 1px solid #ffffff20;
}
.about-points span {
  padding: 18px 18px 0 0;
  color: #c5cccf;
  font-size: 0.6875rem;
  line-height: 1.5;
}
.about-points b {
  display: block;
  margin-bottom: 8px;
  color: #d1a17c;
  font-size: 0.625rem;
}
@keyframes aboutOrbit {
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 1000px) {
  .about {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .about-identity {
    min-height: 360px;
  }
  .about-copy {
    grid-row: 1;
  }
  .about-identity {
    grid-row: 2;
  }
}
@media (max-width: 620px) {
  .about {
    padding: 70px 20px;
    gap: 38px;
  }
  .about-copy h2 {
    font-size: 43px;
  }
  .about-copy > p:not(.section-index) {
    font-size: 14px;
  }
  .about-points {
    grid-template-columns: 1fr;
  }
  .about-points span {
    padding: 14px 0;
    border-bottom: 1px solid #ffffff12;
  }
  .about-points b {
    display: inline-block;
    width: 30px;
    margin: 0;
  }
  .about-identity {
    min-height: 430px;
  }
  .about-card-top {
    top: 23px;
    left: 23px;
    right: 23px;
  }
  .about-card-top > span {
    max-width: 130px;
    line-height: 1.5;
  }
  .about-logo-stage {
    width: 220px;
    height: 220px;
  }
  .about-logo-stage img {
    width: 108px;
    height: 108px;
    border-radius: 26px;
  }
  .about-person {
    left: 23px;
    right: 23px;
    bottom: 23px;
  }
  .about-person strong {
    font-size: 25px;
  }
}

/* Le studio : composition éditoriale sur le décor fourni, sans contenu dans l'image. */
.about {
  position: relative;
  isolation: isolate;
  min-height: clamp(850px, 64vw, 950px);
  padding: clamp(110px, 9vw, 150px) var(--pad);
  display: flex;
  align-items: center;
  background-color: var(--atmosphere-black);
  background-image:
    linear-gradient(
      90deg,
      rgba(5, 5, 5, 0.96) 0%,
      rgba(5, 5, 5, 0.88) 30%,
      rgba(5, 5, 5, 0.6) 48%,
      rgba(5, 5, 5, 0.18) 68%,
      rgba(5, 5, 5, 0.03) 100%
    ),
    url("../../assets/brand/second-bloc.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: var(--color-dark-text);
  overflow: hidden;
}
.about::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.2),
    transparent 26%,
    transparent 72%,
    rgba(0, 0, 0, 0.5)
  );
  pointer-events: none;
}
.about::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image:
    radial-gradient(
      circle at 22% 48%,
      rgb(var(--atmosphere-gold) / 7%),
      transparent 34%
    ),
    url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.18'/%3E%3C/svg%3E");
  opacity: 0.12;
  mix-blend-mode: soft-light;
  pointer-events: none;
}
.about-copy {
  width: min(690px, 52%);
  max-width: var(--container);
}
.about-copy .section-index {
  display: flex;
  align-items: center;
  gap: 17px;
  color: #aeb4b7;
}
.about-copy .section-index::before {
  content: "";
  width: 42px;
  height: 1px;
  background: var(--gold-bright);
  box-shadow: 0 0 12px rgb(var(--atmosphere-gold) / 22%);
}
.about-copy h2 {
  max-width: 11.8ch;
  margin: 31px 0 32px;
  font: 500 clamp(58px, 5.35vw, 86px)/1.02 var(--font-display);
  letter-spacing: -0.065em;
  text-wrap: balance;
}
.about-copy h2 em {
  color: #d4a47f;
  font-weight: 400;
}
.about-copy > p:not(.section-index) {
  max-width: 630px;
  margin: 0;
  color: #bec5c8;
  font-size: clamp(15px, 1.12vw, 17px);
  line-height: 1.82;
  text-wrap: pretty;
}
.about-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 42px);
  margin-top: 46px;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}
.about-points span {
  position: relative;
  min-width: 0;
  padding: 0 0 10px;
  color: #cdd1d2;
  font-size: 0.75rem;
  line-height: 1.5;
  transition:
    color var(--transition-base),
    transform var(--transition-base);
}
.about-points span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 28px;
  height: 1px;
  background: var(--gold-bright);
  opacity: 0;
  transform: scaleX(0.35);
  transform-origin: left;
  transition:
    opacity var(--transition-base),
    transform var(--transition-base);
}
.about-points span:hover {
  color: #fff;
  transform: translateY(-3px);
}
.about-points span:hover::after {
  opacity: 0.75;
  transform: scaleX(1);
}
.about-points b {
  display: block;
  margin-bottom: 9px;
  color: #d4a47f;
  font-size: 0.625rem;
  letter-spacing: 0.08em;
}
.about-copy {
  width: min(760px, 58%);
}
.about-copy h2 {
  max-width: none;
}
/* Hauteur resserrée : retrouver le rythme de l'ancien bloc sans perdre le décor. */
.about {
  min-height: 720px;
  padding-block: 80px;
}
@media (max-width: 1180px) {
  .about {
    min-height: 850px;
    background-position: 57% center;
  }
  .about-copy {
    width: 55%;
    max-width: 610px;
  }
  .about-copy h2 {
    font-size: clamp(52px, 5.4vw, 68px);
  }
  .about-points {
    gap: 22px;
  }
}
@media (max-width: 1180px) {
  .about {
    min-height: 700px;
    padding-block: 72px;
  }
}
@media (max-width: 1000px) {
  .about {
    min-height: 680px;
    padding-block: 68px;
    background-image:
      linear-gradient(
        90deg,
        rgba(5, 5, 5, 0.97) 0%,
        rgba(5, 5, 5, 0.91) 38%,
        rgba(5, 5, 5, 0.66) 60%,
        rgba(5, 5, 5, 0.24) 100%
      ),
      url("../../assets/brand/second-bloc.png");
    background-position: 61% center;
  }
  .about-copy {
    width: 64%;
    max-width: 590px;
  }
  .about-copy h2 {
    font-size: clamp(48px, 6.4vw, 62px);
  }
  .about-points {
    margin-top: 38px;
  }
}
@media (max-width: 760px) {
  .about {
    min-height: 650px;
    padding-block: 60px;
    background-image:
      linear-gradient(
        90deg,
        rgba(5, 5, 5, 0.97) 0%,
        rgba(5, 5, 5, 0.93) 48%,
        rgba(5, 5, 5, 0.72) 75%,
        rgba(5, 5, 5, 0.46) 100%
      ),
      url("../../assets/brand/second-bloc.png");
    background-position: 66% center;
  }
  .about-copy {
    width: 78%;
  }
  .about-copy h2 {
    font-size: clamp(44px, 7.4vw, 56px);
  }
}
@media (max-width: 620px) {
  .about {
    min-height: 650px;
    padding: 52px 20px;
    background-image:
      linear-gradient(
        90deg,
        rgba(5, 5, 5, 0.97) 0%,
        rgba(5, 5, 5, 0.93) 58%,
        rgba(5, 5, 5, 0.76) 100%
      ),
      url("../../assets/brand/second-bloc.png");
    background-position: 62% center;
  }
  .about::after {
    display: none;
  }
  .about-copy {
    width: 100%;
    max-width: 520px;
  }
  .about .about-copy .section-index {
    gap: 13px;
  }
  .about-copy .section-index::before {
    width: 30px;
  }
  .about .about-copy h2 {
    max-width: 12ch;
    margin: 25px 0 24px;
    font-size: clamp(42px, 12vw, 50px);
    line-height: 1.01;
  }
  .about .about-copy > p:not(.section-index) {
    max-width: 42ch;
    font-size: 14px;
    line-height: 1.7;
  }
  .about .about-points {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 30px;
    padding-top: 8px;
  }
  .about .about-points span {
    padding: 13px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
  .about-points b {
    display: inline-block;
    width: 34px;
    margin: 0;
  }
  .about-points span:hover {
    transform: none;
  }
  .about-points span::after {
    display: none;
  }
}
@media (max-width: 380px) {
  .about {
    min-height: 670px;
    background-position: 58% center;
  }
  .about-copy h2 {
    font-size: 42px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .about-points span {
    transition: none;
  }
  .about-points span:hover {
    transform: none;
  }
}

/* Le studio : composition cadrée inspirée de la référence fournie. */
.about {
  min-height: 720px;
  padding: 40px var(--pad);
  display: block;
  background-image:
    linear-gradient(
      90deg,
      rgba(3, 3, 3, 0.95) 0%,
      rgba(3, 3, 3, 0.78) 38%,
      rgba(3, 3, 3, 0.28) 66%,
      rgba(3, 3, 3, 0.03) 100%
    ),
    url("../../assets/brand/second-bloc.png");
  background-position: center;
  background-size: cover;
}
.about::before {
  background: linear-gradient(
    180deg,
    rgb(0 0 0/12%),
    transparent 62%,
    rgb(0 0 0/34%)
  );
}
.about-frame {
  position: relative;
  width: 100%;
  min-height: 640px;
  padding: 46px 62px 42px;
  border: 1px solid rgb(255 255 255/28%);
  border-radius: 24px;
  background: linear-gradient(90deg, rgb(2 2 2/31%), transparent 70%);
  overflow: hidden;
}
.about-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.about-kicker {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 0;
  color: #d3d1cc;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-size: 0.6875rem;
}
.about-kicker::before {
  content: "";
  width: 50px;
  height: 2px;
  margin-right: 15px;
  background: #d9a847;
}
.about-kicker span {
  color: #d9ad62;
}
.about-availability {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0;
  padding: 12px 18px;
  border: 1px solid rgb(255 255 255/28%);
  border-radius: 99px;
  background: rgb(3 3 3/24%);
  color: #f3f1ec;
  font-size: 0.875rem;
}
.about-availability > span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #55c987;
  box-shadow: 0 0 0 4px rgb(85 201 135/18%);
}
.about .about-copy {
  width: min(600px, 50%);
  max-width: none;
  margin-top: 62px;
}
.about .about-copy h2 {
  max-width: none;
  margin: 0;
  font: 500 clamp(56px, 5.2vw, 78px)/0.98 var(--font-display);
  letter-spacing: -0.065em;
  white-space: nowrap;
}
.about .about-copy h2 > span {
  color: #dfb863;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.035em;
}
.about-intro {
  max-width: 34ch !important;
  margin: 28px 0 0 !important;
  color: #d0ceca !important;
  font-size: clamp(16px, 1.35vw, 19px) !important;
  line-height: 1.65 !important;
}
.about-services {
  list-style: none;
  display: grid;
  gap: 16px;
  margin: 34px 0 0;
  padding: 0;
}
.about-services li {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  align-items: center;
}
.about-service-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 1px solid rgb(218 170 76/70%);
  border-radius: 50%;
  background: rgb(5 5 5/44%);
  color: #e0ad4f;
}
.about-service-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.about-services strong,
.about-services small {
  display: block;
}
.about-services strong {
  color: #f7f5f1;
  font: 600 15px var(--font-display);
}
.about-services small {
  margin-top: 3px;
  color: #bdbdb9;
  font-size: 0.75rem;
}
.about-link {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-top: 30px;
  padding: 0 0 7px;
  border-bottom: 1px solid #d9a847;
  color: #e1b459;
  text-transform: uppercase;
  letter-spacing: 0.19em;
  font-size: 0.625rem;
  font-weight: 700;
  transition:
    gap var(--transition-base),
    color var(--transition-base);
}
.about-link:hover {
  gap: 24px;
  color: #f1cb7d;
}
@media (max-width: 1180px) {
  .about-frame {
    padding-inline: 48px;
  }
  .about .about-copy {
    width: min(560px, 55%);
    margin-top: 50px;
  }
  .about .about-copy h2 {
    font-size: clamp(50px, 5.4vw, 64px);
  }
  .about-services {
    gap: 13px;
  }
  .about-service-icon {
    width: 52px;
    height: 52px;
  }
  .about-services li {
    grid-template-columns: 52px 1fr;
  }
}
@media (max-width: 1000px) {
  .about {
    min-height: 680px;
    padding: 30px var(--pad);
    background-position: 60% center;
  }
  .about-frame {
    min-height: 620px;
    padding: 40px;
  }
  .about .about-copy {
    width: 62%;
    margin-top: 46px;
  }
  .about .about-copy h2 {
    font-size: clamp(46px, 6vw, 58px);
  }
}
@media (max-width: 760px) {
  .about {
    padding: 24px var(--pad);
    background-image:
      linear-gradient(90deg, rgba(3, 3, 3, 0.96), rgba(3, 3, 3, 0.72)),
      url("../../assets/brand/second-bloc.png");
    background-position: 64% center;
  }
  .about-frame {
    min-height: 620px;
    padding: 32px 28px;
    border-radius: 18px;
  }
  .about-kicker {
    font-size: 0.625rem;
  }
  .about-kicker::before {
    width: 28px;
    margin-right: 5px;
  }
  .about-availability {
    padding: 10px 13px;
  }
  .about .about-copy {
    width: 78%;
    margin-top: 45px;
  }
  .about .about-copy h2 {
    font-size: 46px;
  }
}
@media (max-width: 620px) {
  .about {
    min-height: 0;
    padding: 18px 20px;
    background-image:
      linear-gradient(90deg, rgba(3, 3, 3, 0.96), rgba(3, 3, 3, 0.8)),
      url("../../assets/brand/second-bloc.png");
    background-position: 62% center;
  }
  .about-frame {
    min-height: 0;
    padding: 26px 22px 32px;
  }
  .about-bar {
    align-items: flex-start;
  }
  .about-kicker {
    max-width: 180px;
    gap: 8px;
    line-height: 1.5;
  }
  .about-kicker::before {
    width: 22px;
    margin-right: 2px;
  }
  .about-availability {
    gap: 8px;
    padding: 8px 11px;
    font-size: 0.75rem;
  }
  .about-availability > span {
    width: 9px;
    height: 9px;
  }
  .about .about-copy {
    width: 100%;
    margin-top: 44px;
  }
  .about .about-copy h2 {
    font-size: clamp(38px, 11vw, 48px);
    white-space: normal;
  }
  .about-intro {
    max-width: 30ch !important;
    margin-top: 22px !important;
    font-size: 15px !important;
  }
  .about-services {
    gap: 14px;
    margin-top: 28px;
  }
  .about-services li {
    grid-template-columns: 48px 1fr;
  }
  .about-service-icon {
    width: 48px;
    height: 48px;
  }
  .about-service-icon svg {
    width: 22px;
    height: 22px;
  }
  .about-link {
    margin-top: 27px;
    letter-spacing: 0.15em;
  }
}
@media (prefers-reduced-motion: reduce) {
  .about-link {
    transition: none;
  }
}
.about-link {
  min-height: 44px;
  font-size: 0.75rem;
}
.about-kicker {
  font-size: 0.75rem;
}

/* Contenu historique HSC dans la composition cadrée. */
.about .about-copy {
  width: min(720px, 58%);
  margin-top: 0;
}
.about .about-copy .section-index {
  display: flex;
}
.about .about-copy h2 {
  max-width: 12ch;
  margin: 28px 0 24px;
  font: 500 clamp(54px, 5vw, 72px)/1.01 var(--font-display);
  white-space: normal;
}
.about .about-copy h2 em {
  color: #d4a47f;
  font-weight: 400;
}
.about .about-copy > p:not(.section-index) {
  max-width: 610px;
  margin: 0;
  color: #c5cbcd;
  font-size: 15px;
  line-height: 1.75;
}
.about .about-points {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  width: min(440px, 100%);
  margin-top: 28px;
  padding-top: 0;
  border-top: 1px solid rgb(255 255 255/28%);
}
.about .about-points span {
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: center;
  min-height: 54px;
  padding: 10px 0;
  border-bottom: 1px solid rgb(255 255 255/18%);
  color: #f0efeb;
  font-size: 0.8125rem;
}
.about .about-points b {
  display: block;
  width: auto;
  margin: 0;
  color: #d4a47f;
  font-size: 0.875rem;
}
@media (max-width: 1180px) {
  .about .about-copy {
    width: 60%;
  }
  .about .about-copy h2 {
    font-size: clamp(48px, 5.2vw, 62px);
  }
  .about .about-copy > p:not(.section-index) {
    font-size: 14px;
    line-height: 1.68;
  }
  .about .about-points {
    margin-top: 24px;
  }
  .about .about-points span {
    min-height: 48px;
  }
}
@media (max-width: 760px) {
  .about .about-copy {
    width: 78%;
  }
  .about .about-copy h2 {
    font-size: clamp(44px, 6.6vw, 52px);
  }
}
@media (max-width: 620px) {
  .about .about-copy {
    width: 100%;
    margin-top: 0;
  }
  .about .about-copy h2 {
    max-width: 11ch;
    margin: 23px 0 21px;
    font-size: clamp(40px, 11.5vw, 47px);
  }
  .about .about-copy > p:not(.section-index) {
    font-size: 14px;
    line-height: 1.65;
  }
  .about .about-points {
    width: 100%;
    margin-top: 24px;
  }
  .about .about-points span {
    grid-template-columns: 42px 1fr;
    min-height: 50px;
    font-size: 0.75rem;
  }
  .about .about-points b {
    font-size: 0.8125rem;
  }
}

.about .about-copy {
  width: min(780px, 60%);
}
.about .about-copy h2 {
  max-width: none;
}
@media (max-width: 1180px) {
  .about .about-copy {
    width: 60%;
  }
}
@media (max-width: 760px) {
  .about .about-copy {
    width: 78%;
  }
}
@media (max-width: 620px) {
  .about .about-copy {
    width: 100%;
  }
  .about .about-copy h2 {
    max-width: 11ch;
  }
}

/* Le studio mobile : composition portrait fidèle au visuel fourni. */
@media (max-width: 620px) {
  .about {
    min-height: 0;
    padding: 0;
    background-color: #030303;
    background-image:
      linear-gradient(
        90deg,
        rgba(3, 3, 3, 0.92) 0%,
        rgba(3, 3, 3, 0.74) 56%,
        rgba(3, 3, 3, 0.16) 100%
      ),
      url("../../assets/brand/second-bloc-mobile.png");
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .about::before {
    background: linear-gradient(
      180deg,
      rgb(0 0 0/8%),
      transparent 65%,
      rgb(0 0 0/26%)
    );
  }
  .about-frame {
    min-height: clamp(720px, 185vw, 850px);
    padding: 54px 28px 38px;
    border: 0;
    border-radius: 0;
    background: transparent;
    overflow: visible;
  }
  .about .about-copy {
    width: 100%;
    max-width: none;
    margin: 0;
  }
  .about .about-copy .section-index {
    gap: 12px;
    white-space: nowrap;
  }
  .about .about-copy .section-index::before {
    width: 32px;
  }
  .about .about-copy h2 {
    max-width: none;
    margin: 28px 0 25px;
    font-size: clamp(38px, 10.4vw, 43px);
    line-height: 1.03;
    letter-spacing: -0.06em;
  }
  .about .about-copy > p:not(.section-index) {
    max-width: 100%;
    font-size: 14px;
    line-height: 1.7;
  }
  .about .about-points {
    width: min(58%, 220px);
    margin-top: 32px;
  }
  .about .about-points span {
    grid-template-columns: 52px 1fr;
    min-height: 66px;
    padding: 11px 0;
    font-size: 0.75rem;
    line-height: 1.45;
  }
  .about .about-points b {
    font-size: 0.875rem;
  }
}

/* Vision : respiration éditoriale structurée, sans contenu artificiel. */
.manifesto {
  position: relative;
  isolation: isolate;
  padding-block: clamp(90px, 8vw, 124px);
  background: linear-gradient(
    180deg,
    #e9e5dc 0,
    #f4f1eb 15%,
    #f4f1eb 84%,
    #e8e3da 100%
  );
  overflow: hidden;
}
.manifesto::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image:
    linear-gradient(rgb(16 37 47/5%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(16 37 47/5%) 1px, transparent 1px),
    radial-gradient(
      circle at 78% 42%,
      rgb(var(--atmosphere-gold) / 13%),
      transparent 28%
    );
  background-size:
    72px 72px,
    72px 72px,
    auto;
  mask-image: linear-gradient(
    90deg,
    transparent,
    black 18%,
    black 84%,
    transparent
  );
  opacity: 0.7;
}
.manifesto::after {
  content: "01";
  position: absolute;
  z-index: -1;
  right: clamp(20px, 6vw, 92px);
  bottom: -0.13em;
  color: rgb(16 37 47/4.5%);
  font: 650 clamp(180px, 22vw, 330px)/0.8 var(--font-display);
  letter-spacing: -0.1em;
  pointer-events: none;
}
.manifesto > .section-index {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #5f747d;
}
.manifesto > .section-index::before {
  content: "";
  width: 42px;
  height: 1px;
  background: #9b6b49;
}
.vision-simple {
  position: relative;
  grid-template-columns: minmax(0, 1.2fr) minmax(330px, 0.72fr);
  gap: clamp(60px, 9vw, 150px);
  align-items: center;
  margin-top: 44px;
  padding: clamp(38px, 4vw, 62px) 0;
  border-top: 1px solid rgb(16 37 47/20%);
  border-bottom: 1px solid rgb(16 37 47/20%);
}
.vision-simple::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: clamp(90px, 12vw, 180px);
  height: 3px;
  background: linear-gradient(90deg, #9b6b49, #d5ad82);
}
.vision-simple h2 {
  max-width: 8.5ch;
  font-size: clamp(58px, 7vw, 104px);
  line-height: 0.91;
}
.vision-simple > div {
  position: relative;
  padding: 30px 0 30px clamp(28px, 3vw, 48px);
  border-left: 1px solid #9b6b49;
}
.vision-simple > div::before {
  content: "";
  position: absolute;
  top: 30px;
  left: -4px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #9b6b49;
  box-shadow: 0 0 0 6px rgb(155 107 73/10%);
}
.vision-simple p {
  max-width: 38ch;
  margin-bottom: 28px;
  color: #405761;
  font-size: clamp(16px, 1.3vw, 19px);
  line-height: 1.75;
}
.vision-simple strong {
  display: inline-block;
  padding-top: 14px;
  border-top: 1px solid rgb(40 95 121/30%);
  color: #285f79;
}

/* Réalisations : continuité avec le Processus et transition vers la suite claire. */
.featured-project {
  position: relative;
  isolation: isolate;
  padding-top: clamp(96px, 8vw, 126px);
  padding-bottom: clamp(120px, 10vw, 160px);
  background: linear-gradient(
    180deg,
    #07151d 0%,
    #0b202a 18%,
    #102c38 72%,
    #dfe6e6 100%
  );
  overflow: hidden;
}
.featured-project::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image:
    radial-gradient(
      circle at 82% 18%,
      rgb(var(--atmosphere-gold) / 10%),
      transparent 25%
    ),
    linear-gradient(
      115deg,
      transparent 0 58%,
      rgb(255 255 255/3%) 58% 58.1%,
      transparent 58.1%
    );
  pointer-events: none;
}
.featured-project::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -10vw;
  bottom: 4%;
  width: 52vw;
  aspect-ratio: 1;
  border: 1px solid rgb(209 161 124/12%);
  border-radius: 50%;
  pointer-events: none;
}
.featured-project-heading {
  padding-bottom: 42px;
  border-bottom: 1px solid rgb(255 255 255/16%);
}
.featured-project-heading .section-index {
  color: #9aabb2;
}
.featured-project-heading > p {
  color: #c0c9cc;
}
.projects-grid {
  position: relative;
}
.project-card {
  border-color: rgb(255 255 255/22%);
  box-shadow: 0 30px 75px rgb(1 8 11/34%);
}

.vision-simple h2 {
  max-width: none;
}
@media (max-width: 1000px) {
  .vision-simple {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .vision-simple h2 {
    max-width: none;
  }
  .vision-simple > div {
    max-width: 560px;
  }
  .featured-project-heading {
    padding-bottom: 30px;
  }
}
@media (max-width: 620px) {
  .manifesto {
    padding: 72px 20px;
  }
  .manifesto::before {
    background-size:
      48px 48px,
      48px 48px,
      auto;
  }
  .manifesto::after {
    right: -12px;
    font-size: 150px;
  }
  .vision-simple {
    gap: 28px;
    margin-top: 30px;
    padding: 34px 0;
  }
  .vision-simple h2 {
    font-size: clamp(48px, 14vw, 62px);
  }
  .vision-simple > div {
    padding: 22px 0 0;
    border-top: 1px solid #9b6b49;
    border-left: 0;
  }
  .vision-simple > div::before {
    top: -4px;
    left: 0;
  }
  .vision-simple p {
    font-size: 15px;
  }
  .featured-project {
    padding-top: 76px;
    padding-bottom: 100px;
    background: linear-gradient(
      180deg,
      #07151d 0%,
      #0b202a 22%,
      #102c38 82%,
      #dfe6e6 100%
    );
  }
  .featured-project::after {
    display: none;
  }
}

/* Ajustement sobre demande : direction plus sobre et proche du langage initial. */
.manifesto {
  padding-block: 82px;
  background: linear-gradient(135deg, #f4f1eb, #eee9e0);
  overflow: hidden;
}
.manifesto::before,
.manifesto::after,
.vision-simple::before,
.vision-simple > div::before {
  content: none;
}
.manifesto > .section-index {
  display: block;
  color: #71838c;
}
.manifesto > .section-index::before {
  content: none;
}
.vision-simple {
  grid-template-columns: 1.25fr 0.75fr;
  gap: clamp(54px, 8vw, 118px);
  align-items: end;
  margin-top: 34px;
  padding: 0;
  border: 0;
}
.vision-simple h2 {
  max-width: none;
  font-size: clamp(48px, 6vw, 84px);
  line-height: 1;
}
.vision-simple > div {
  padding: 8px 0 8px 28px;
  border-top: 0;
  border-left: 2px solid var(--gold);
}
.vision-simple p {
  max-width: 440px;
  margin-bottom: 22px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}
.vision-simple strong {
  padding-top: 0;
  border: 0;
  color: #315f7d;
}
.featured-project {
  padding: 96px var(--pad);
  background: #0a0a0a;
}
.featured-project::before,
.featured-project::after {
  content: none;
}
.featured-project-heading {
  padding-bottom: 0;
  border-bottom: 0;
}
.project-card {
  box-shadow: 0 24px 60px rgb(0 0 0/30%);
}
@media (max-width: 1000px) {
  .vision-simple {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .vision-simple > div {
    max-width: 560px;
  }
}
@media (max-width: 620px) {
  .manifesto {
    padding: 68px 20px;
  }
  .vision-simple {
    gap: 28px;
    margin-top: 26px;
  }
  .vision-simple h2 {
    font-size: 48px;
  }
  .vision-simple > div {
    padding: 18px 0 0;
    border-top: 1px solid rgb(155 107 73/45%);
    border-left: 0;
  }
  .vision-simple p {
    font-size: 15px;
  }
  .featured-project {
    padding-top: 70px;
    padding-bottom: 70px;
    background: #0a0a0a;
  }
}
.hero {
  background-color: #070707;
  background-image:
    linear-gradient(
      90deg,
      #050505e8 0%,
      #050505c4 36%,
      #05050570 53%,
      #05050512 76%,
      transparent 100%
    ),
    url("../../assets/brand/hsc-hero-desktop.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.hero::before {
  background: linear-gradient(180deg, transparent 68%, #0000008f 100%);
}
@media (max-width: 620px) {
  .hero-simple {
    max-width: 100%;
  }
  .hero {
    background-image:
      linear-gradient(
        90deg,
        #050505e8 0%,
        #050505c4 36%,
        #05050570 53%,
        #05050512 76%,
        transparent 100%
      ),
      url("../../assets/brand/hsc-hero-desktop.webp");
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #070707;
  }
}
@media (min-width: 621px) and (max-width: 1000px) {
  .hero {
    background-image:
      linear-gradient(
        90deg,
        #050505e8 0%,
        #050505c4 36%,
        #05050570 53%,
        #05050512 76%,
        transparent 100%
      ),
      url("../../assets/brand/hsc-hero-desktop.webp");
    background-size: 115% auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #070707;
  }
}
.compare-open {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(280px, 100%);
  min-height: 48px;
  margin-top: 24px;
  padding: 14px 16px;
  border: 1px solid #315f7d;
  background: transparent;
  color: #315f7d;
  cursor: pointer;
  font-size: 0.75rem;
  font-weight: 700;
}
.compare-dialog {
  width: min(760px, calc(100% - 20px));
  max-height: calc(100dvh - 20px);
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--ink);
  overflow-y: auto;
  overscroll-behavior: contain;
}
.compare-dialog::backdrop {
  background: #02070bd9;
  backdrop-filter: blur(8px);
}
.compare-shell {
  position: relative;
  padding: 24px 18px;
  background: #f5f4f0;
}
.compare-shell .diagnostic-head {
  padding-right: 52px;
}
.compare-shell #compare-close {
  position: absolute;
  z-index: 4;
  top: 18px;
  right: 18px;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid #aebbc0;
  border-radius: 50%;
  background: #fff;
  color: #0d202a;
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
}
.compare-scroll {
  max-height: min(62dvh, 680px);
  overflow: auto;
  margin-top: 20px;
  overscroll-behavior: contain;
}
.compare-scroll table {
  width: 100%;
  min-width: 620px;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
}
.compare-scroll th,
.compare-scroll td {
  padding: 14px 12px;
  border-right: 1px solid #d6dfe2;
  border-bottom: 1px solid #d6dfe2;
  text-align: left;
  font-size: 0.6875rem;
}
.compare-scroll tr > *:first-child {
  border-left: 1px solid #d6dfe2;
}
.compare-scroll thead th {
  position: sticky;
  z-index: 2;
  top: 0;
  border-top: 1px solid #d6dfe2;
  background: #0d202a;
  color: #fff;
}
.compare-scroll tbody th {
  position: sticky;
  z-index: 1;
  left: 0;
  background: #fff;
  color: #344e59;
}
.compare-scroll thead th:first-child {
  z-index: 3;
  left: 0;
}
.compare-shell > a {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
  padding: 14px 16px;
  background: #0d202a;
  color: #fff;
  font-size: 0.6875rem;
  font-weight: 700;
}
html.compare-dialog-open body {
  position: fixed;
  inset-inline: 0;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 620px) {
  .compare-open {
    width: 100%;
    margin-top: 18px;
    font-size: 0.6875rem;
  }
  .compare-dialog {
    display: none;
  }
  .compare-dialog[open] {
    display: block;
  }
}

/* Accessibilité : corrections de contraste sans modifier l’identité visuelle. */
.header.scrolled .header-cta {
  background: #855938;
}
.price-grid::before {
  color: #4f626b;
}
.copyright a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}
.form-submit p a,
.faq-question-form > p a {
  display: inline;
  font-weight: 700;
}
.spam-guidance {
  display: block;
  margin-top: 8px;
}
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* Safari : conserver la même hauteur pour les champs texte et les listes. */
.form-grid input,
.form-grid select {
  min-height: 46px;
}

/* Labels flottants : le libellé reste un vrai label accessible. */
.contact-form .form-grid label {
  position: relative;
  display: block;
  padding-top: 0;
}

.contact-form .form-grid .field-label {
  position: absolute;
  z-index: 2;
  top: 23px;
  left: 11px;
  max-width: calc(100% - 22px);
  padding: 0 5px;
  background: transparent;
  color: #66777f;
  pointer-events: none;
  transform: translateY(-50%);
  transition:
    top 0.18s ease,
    color 0.18s ease,
    font-size 0.18s ease;
}

.contact-form .form-grid .field-label small {
  margin-left: 5px;
  font-size: inherit;
}

.contact-form .form-grid :is(input, select, textarea) {
  border-radius: 8px;
}

.contact-form .form-grid :is(input, select, textarea):focus {
  box-shadow: none;
}

.contact-form .form-grid :is(input, textarea)::placeholder {
  color: transparent;
  transition: color 0.18s ease;
}

.contact-form .form-grid label:has(:is(input, textarea):focus) .field-label,
.contact-form
  .form-grid
  label:has(:is(input, textarea):not(:placeholder-shown))
  .field-label,
.contact-form .form-grid label:has(select) .field-label {
  top: 0;
  background: linear-gradient(to bottom, transparent 48%, #fff 48%);
  color: #315f7d;
  font-size: 0.5625rem;
}

.contact-form
  .form-grid
  label:has(:is(input, textarea):focus)
  :is(input, textarea)::placeholder {
  color: #8a969b;
}

.contact-form .form-grid textarea + .field-label {
  top: 23px;
}

@media (prefers-reduced-motion: reduce) {
  .contact-form .form-grid .field-label,
  .contact-form .form-grid :is(input, textarea)::placeholder {
    transition: none;
  }
}

/* Détails commerciaux des formules. */
.launch-rate {
  width: max-content;
  margin: 0 0 14px;
  padding: 6px 9px;
  border: 1px solid #9b6b4960;
  border-radius: 99px;
  color: #765039;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.625rem;
  font-weight: 700;
}
.price-card > .plan-delay {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 0;
  margin: 0;
  padding: 14px 0;
  border-top: 1px solid #e1e7e9;
  color: #52656e;
}
.plan-delay span {
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}
.plan-delay strong {
  color: #17313d;
  font-size: 0.75rem;
}
.plan-exclusions {
  margin: 0 0 20px;
  border-top: 1px solid #e1e7e9;
  border-bottom: 1px solid #e1e7e9;
}
.plan-exclusions summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 46px;
  color: #405761;
  cursor: pointer;
  font-size: 0.6875rem;
  font-weight: 700;
  list-style: none;
}
.plan-exclusions summary::-webkit-details-marker {
  display: none;
}
.plan-exclusions summary span {
  font-size: 19px;
  font-weight: 400;
  transition: transform 0.2s var(--ease);
}
.plan-exclusions[open] summary span {
  transform: rotate(45deg);
}
.price-card .plan-exclusions ul {
  gap: 9px;
  margin: 0;
  padding: 0 0 16px;
  border-top: 0;
}
.plan-exclusions li {
  display: flex;
  align-items: flex-start;
  color: #6c7b81;
  font-size: 0.6875rem;
  line-height: 1.45;
}
.plan-exclusions li::before {
  content: "—";
  display: inline;
  margin-right: 8px;
  border: 0;
  background: transparent;
  color: #9b6b49;
  font-weight: 700;
}
.pricing-ownership {
  max-width: 760px;
  margin: 8px 0 0;
  color: #52666f;
  font-size: 0.75rem;
  line-height: 1.6;
}
.price-card > .plan-fit {
  min-height: 0;
  margin: 18px 0 6px;
  padding: 12px 14px;
  border-left: 2px solid #9b6b49;
  background: #9b6b490a;
  color: #52656e;
  font-size: 0.6875rem;
  line-height: 1.55;
}
.plan-fit strong {
  display: block;
  margin-bottom: 3px;
  color: #17313d;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-size: 0.5625rem;
}

/* Formulaire FAQ repliable sur mobile et tablette. */
.faq-question-panel {
  margin-top: 28px;
}
.faq-question-panel > summary {
  display: none;
}
.faq-question-panel .faq-question-form {
  margin-top: 0;
}
@media (max-width: 1000px) {
  .faq-question-panel {
    order: 5;
    margin-top: 5px;
  }
  .faq-question-panel > summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 48px;
    padding: 13px 15px;
    border: 1px solid #9b6b49;
    border-radius: 8px;
    background: #f4f6f6;
    color: #17313d;
    cursor: pointer;
    font: 700 13px Manrope;
    list-style: none;
  }
  .faq-question-panel > summary::-webkit-details-marker {
    display: none;
  }
  .faq-question-panel > summary span:last-child {
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
    transition: transform 0.2s var(--ease);
  }
  .faq-question-panel[open] > summary span:last-child {
    transform: rotate(45deg);
  }
  .faq-question-panel .faq-question-form {
    margin-top: 10px;
  }
  .faq-question-form::before {
    display: none;
    content: none;
  }
}

/* Loader d’entrée : orientation de marque, une fois par session. */
.site-loader {
  display: none;
}
.loader-active .site-loader {
  display: grid;
}
.loader-seen .site-loader {
  display: none;
}
.site-loader {
  transition-duration: 0.42s;
}
.site-loader::before {
  animation-duration: 1.1s;
}
.loader-brand img {
  animation-duration: 0.55s;
}
.loader-progress span {
  animation-duration: 0.72s;
}

/* Footer principal : navigation, informations et contact. */
footer {
  grid-template-columns: 1.45fr 0.8fr 1fr 1.2fr;
  gap: 35px;
}
@media (max-width: 1100px) {
  footer {
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 38px;
  }
  .footer-nav:nth-of-type(2) {
    display: flex;
  }
}
@media (max-width: 760px) {
  footer {
    grid-template-columns: 1fr 1fr;
  }
  .footer-information,
  .footer-contact {
    grid-column: auto;
  }
}
@media (max-width: 480px) {
  footer {
    grid-template-columns: 1fr;
  }
  .footer-information,
  .footer-contact {
    grid-column: auto;
  }
}

/*
 * En-tête compact après défilement sur toute fenêtre étroite.
 * Placé en dernier pour garantir le même rendu sur mobile réel et lorsqu'un
 * navigateur desktop est redimensionné sous le point de rupture.
 */
@media (max-width: 1000px) {
  .header.scrolled {
    height: 48px;
    padding: 0;
    background: transparent;
    border-color: transparent;
    box-shadow: none;
    pointer-events: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .header.scrolled .menu {
    background: rgba(0, 0, 0, 0.93);
    box-shadow: 0 9px 25px rgba(0, 0, 0, 0.33);
    pointer-events: auto;
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
  }

  .header.scrolled .menu[aria-expanded="true"] {
    border-color: #e4bd78;
    background: #d9ad62;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.42);
  }

  .header.scrolled .menu[aria-expanded="true"] i {
    background: #111;
  }
}
@media (prefers-reduced-motion: reduce) {
  .site-loader {
    display: none !important;
  }
}

/* Le studio — cadrage mobile dédié fourni par le propriétaire du projet. */
@media (max-width: 620px) {
  .about {
    min-height: 720px;
    padding: 0;
    align-items: flex-start;
    background-color: #030303;
    background-image:
      linear-gradient(
        90deg,
        rgba(4, 5, 5, 0.91) 0%,
        rgba(4, 5, 5, 0.76) 57%,
        rgba(4, 5, 5, 0.18) 100%
      ),
      linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.16) 0%,
        transparent 66%,
        rgba(0, 0, 0, 0.34) 100%
      ),
      url("../../assets/brand/second-bloc-mobile.png");
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .about::before {
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.08),
      transparent 65%,
      rgba(0, 0, 0, 0.26)
    );
  }

  .about-frame {
    min-height: 720px;
    padding: 54px 28px 38px;
    border: 0;
    border-radius: 0;
    background: transparent;
    overflow: visible;
  }

  .about .about-copy {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }

  .about .about-copy .section-index {
    gap: 12px;
    font-size: 0.625rem;
    letter-spacing: 0.18em;
  }

  .about .about-copy h2 {
    max-width: none;
    margin: 27px 0 24px;
    font-size: clamp(36px, 10.4vw, 42px);
    line-height: 1.04;
    letter-spacing: -0.055em;
    text-wrap: normal;
  }

  .about .about-copy h2 em {
    display: block;
    max-width: 11.5ch;
  }

  .about .about-copy > p:not(.section-index) {
    max-width: 100%;
    color: #c5cbce;
    font-size: 14px;
    line-height: 1.7;
  }

  .about .about-points {
    width: min(58%, 220px);
    margin-top: 28px;
    padding-top: 0;
    border-top-color: rgba(255, 255, 255, 0.45);
  }

  .about .about-points span {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    align-items: start;
    min-height: 66px;
    padding: 14px 0 12px;
    border-bottom-color: rgba(255, 255, 255, 0.25);
    color: #f0f0ee;
    font-size: 13px;
    line-height: 1.45;
  }

  .about .about-points span:last-child {
    border-bottom: 0;
  }

  .about .about-points b {
    width: auto;
    color: #e0ad87;
    font-size: 17px;
    line-height: 1.1;
  }
}

@media (max-width: 360px) {
  .about-frame {
    min-height: 730px;
    padding-inline: 18px;
  }

  .about .about-copy h2 {
    font-size: 33px;
  }
}
