@font-face {
  font-family: DM Sans;
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
  src: url(/fonts/dm-sans.woff2) format("woff2");
}
@font-face {
  font-family: Libre Caslon Display;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/libre-caslon.woff2) format("woff2");
}
:root {
  font-family:
    DM Sans,
    Arial,
    sans-serif;
  color: #e9edea;
  background: #07151f;
  font-synthesis: none;
  --bg: #07151f;
  --panel: #102530;
  --gold: #c9aa70;
  --muted: #a7b5bb;
  --line: #ffffff24;
  --serif: "Libre Caslon Display", Georgia, serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
textarea,
select {
  font: inherit;
}
button,
a,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
a,
button {
  touch-action: manipulation;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 5px;
}
main:focus {
  outline: none;
}
::selection {
  background: var(--gold);
  color: var(--bg);
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2,
h3 {
  font-weight: 400;
}
h1,
h2 {
  font-family: var(--serif);
  line-height: 1.03;
  letter-spacing: -0.025em;
}
h1 {
  font-size: clamp(3.5rem, 6.6vw, 6.7rem);
  margin-bottom: 28px;
}
h2 {
  font-size: clamp(2.5rem, 4.4vw, 4.6rem);
  margin-bottom: 24px;
}
h3 {
  font-family: var(--serif);
  font-size: 2rem;
}
p {
  font-size: 1rem;
  line-height: 1.75;
  color: var(--muted);
}
em {
  font-style: normal;
  color: var(--gold);
}
header {
  max-width: 1600px;
  margin: auto;
  min-height: 110px;
  padding: 24px 4.5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.brand-mark {
  font-family: Georgia, serif;
  font-size: 3.5rem;
  line-height: 1;
  color: var(--gold);
}
.brand-name {
  font-family: Georgia, serif;
  letter-spacing: 0.13em;
  font-size: 1.2rem;
}
.brand-name small {
  display: block;
  font-family:
    DM Sans,
    Arial,
    sans-serif;
  font-size: 0.625rem;
  letter-spacing: 0.3em;
  color: var(--gold);
  margin-top: 7px;
}
nav {
  display: flex;
  align-items: center;
  gap: 25px;
}
nav > a {
  font-size: 0.875rem;
  color: #bcc7cb;
}
nav > a[aria-current],
nav > a:hover {
  color: var(--gold);
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  background: var(--gold);
  color: #07151f;
  padding: 18px 23px;
  border: 1px solid var(--gold);
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.4;
  transition:
    background 0.2s,
    transform 0.2s;
}
.button:hover {
  background: #dfc48f;
  transform: translateY(-2px);
}
.button span,
.text-link span {
  font-size: 1.2rem;
}
.button-small {
  font-size: 0.875rem;
  padding: 13px 17px;
  gap: 18px;
}
.button-outline {
  background: transparent;
  color: var(--gold);
}
.button-outline:hover {
  color: var(--bg);
}
.text-link {
  display: inline-flex;
  gap: 25px;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  font-size: 0.9375rem;
}
.text-link:hover {
  color: var(--gold);
  border-color: var(--gold);
}
.menu-toggle {
  display: none;
}
.eyebrow {
  display: block;
  font-size: 0.75rem;
  font-weight: 550;
  letter-spacing: 0.18em;
  line-height: 1.7;
  color: var(--gold);
  margin-bottom: 28px;
}
.hero {
  max-width: 1600px;
  margin: auto;
  padding: 64px 4.5% 0;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  column-gap: 6%;
}
.hero-copy {
  padding: 20px 0 58px;
}
.hero-description {
  max-width: 450px;
  font-size: 1.0625rem;
}
.hero-actions {
  display: flex;
  gap: 28px;
  align-items: center;
  margin-top: 34px;
}
.hero-art {
  position: relative;
  background: radial-gradient(
    ellipse at 40% 25%,
    #24404b,
    #152d38 40%,
    #0b202d
  );
  border: 1px solid #c9aa703d;
  min-height: 470px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  margin-bottom: 58px;
  padding: 28px;
}
.art-top {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  font-size: 0.625rem;
  letter-spacing: 0.15em;
  color: var(--gold);
  z-index: 1;
}
.big-n {
  font-family: Georgia, serif;
  color: var(--gold);
  font-size: clamp(15rem, 29vw, 32rem);
  font-weight: 400;
  line-height: 1;
  position: absolute;
  left: 50%;
  top: 48%;
  transform: translate(-50%, -50%);
  text-shadow:
    2px 3px 0 #e5cf9944,
    14px 18px 24px #0005;
}
.art-bottom {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #c9aa7055;
  padding-top: 22px;
  color: #d4dcda;
  font-size: 0.875rem;
  line-height: 1.65;
}
.seal {
  width: 45px;
  height: 45px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--gold);
  font-family: Georgia, serif;
}
.hero-foot {
  grid-column: 1/-1;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 25px 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.8125rem;
}
.hero-foot span:before {
  content: "—";
  color: var(--gold);
  margin-right: 15px;
}
.hero-foot a {
  color: var(--gold);
}
.section {
  max-width: 1600px;
  margin: auto;
  padding: 95px 4.5%;
}
.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 38px;
}
.section-heading h2 {
  margin: 0;
}
.section-heading > p {
  max-width: 330px;
  margin: 0 0 5px;
}
.domain-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.domain {
  padding: 35px 24px 26px 0;
  display: flex;
  flex-direction: column;
  transition: background 0.2s;
  min-width: 0;
}
.domain + .domain {
  padding-left: 24px;
  border-left: 1px solid var(--line);
}
.domain:hover {
  background: #ffffff04;
}
.domain .eyebrow {
  font-size: 0.75rem;
  margin-bottom: 40px;
}
.domain h3 {
  font-size: 2rem;
  line-height: 1.13;
  margin-bottom: 18px;
  min-height: 72px;
}
.domain p {
  font-size: 0.9375rem;
  max-width: 210px;
}
.domain-bottom {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 0.8125rem;
  margin-top: auto;
  padding-top: 28px;
  color: var(--gold);
}
.approach {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  background: #0b1c27;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  gap: 12%;
}
.approach ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.approach li {
  display: flex;
  gap: 28px;
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
}
.approach li:first-child {
  padding-top: 0;
}
.approach li > span {
  font-size: 0.8125rem;
  color: var(--gold);
  padding-top: 7px;
}
.approach li h3 {
  font-size: 1.7rem;
  margin-bottom: 12px;
}
.approach li p {
  margin: 0;
}
.contact-band {
  max-width: 1600px;
  margin: auto;
  padding: 85px 4.5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
.contact-band h2 {
  font-size: clamp(2.6rem, 4vw, 4rem);
}
.contact-band p {
  margin-bottom: 0;
}
.contact-band .eyebrow {
  margin-bottom: 22px;
}
footer {
  border-top: 1px solid var(--line);
  max-width: 1600px;
  margin: auto;
  padding: 45px 4.5% 25px;
}
.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  padding-bottom: 42px;
}
.footer-top p {
  font-size: 0.875rem;
  margin: 0;
}
.footer-bottom {
  border-top: 1px solid var(--line);
  padding-top: 25px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: var(--muted);
  font-size: 0.75rem;
}
.footer-bottom > div {
  display: flex;
  gap: 24px;
}
.footer-bottom a:hover {
  color: var(--gold);
}
.page-intro {
  max-width: 1600px;
  margin: auto;
  padding: 45px 4.5% 65px;
  background: linear-gradient(110deg, #07151f, #112733);
}
.breadcrumb {
  display: block;
  font-size: 0.8125rem;
  color: var(--muted);
  margin-bottom: 60px;
}
.page-intro h1 {
  max-width: 1050px;
}
.page-intro > p:last-child:not(.eyebrow) {
  max-width: 690px;
  font-size: 1.125rem;
  margin-bottom: 0;
}
.detail-section {
  padding-top: 55px;
}
.service-intro {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
  margin-bottom: 65px;
}
.service-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 35px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.service-list li {
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  font-size: 1rem;
  color: #c3ced1;
}
.price-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.price-heading h2 {
  margin-bottom: 15px;
}
.price-heading > span {
  font-size: 0.875rem;
  color: var(--gold);
}
.price-note {
  max-width: 870px;
  margin-bottom: 32px;
  font-size: 0.9375rem;
}
.price-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 40px;
}
.table-wrap {
  min-width: 0;
}
table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 0.9375rem;
}
caption {
  text-align: left;
  padding: 0 0 22px;
  font-family: var(--serif);
  font-size: 1.8rem;
}
thead th {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: var(--muted);
  padding: 16px 0;
  border-top: 1px solid var(--line);
}
tbody th {
  font-weight: 400;
  color: #ced7d8;
}
th,
td {
  padding: 16px 8px 16px 0;
  border-bottom: 1px solid var(--line);
}
td {
  text-align: right;
  white-space: nowrap;
  color: var(--gold);
}
td small {
  color: var(--muted);
  font-size: 0.8125rem;
}
thead th:last-child {
  text-align: right;
}
.packages {
  padding: 30px;
  background: var(--panel);
  border-top: 2px solid var(--gold);
  align-self: start;
}
.packages h3 {
  font-size: 2.5rem;
  line-height: 1.1;
}
.packages .eyebrow {
  margin-bottom: 18px;
}
.packages dl {
  margin: 30px 0;
}
.packages dl > div {
  display: flex;
  gap: 18px;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  padding: 17px 0;
  font-size: 0.9375rem;
}
.packages dd {
  margin: 0;
  color: var(--gold);
  white-space: nowrap;
}
.packages p:not(.eyebrow) {
  font-size: 0.8125rem;
}
.category-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  border-bottom: 1px solid var(--line);
  margin-bottom: 50px;
}
.category-tabs a {
  padding: 18px 23px;
  border-bottom: 2px solid transparent;
}
.category-tabs a:first-child {
  padding-left: 0;
}
.category-tabs [aria-current] {
  border-bottom-color: var(--gold);
  color: var(--gold);
}
.quote-only {
  max-width: 680px;
}
.faq {
  max-width: 1050px;
}
.faq details {
  border-bottom: 1px solid var(--line);
}
summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 28px 0;
  font-size: 1.125rem;
  line-height: 1.5;
}
summary::-webkit-details-marker {
  display: none;
}
.faq-number {
  font-size: 0.8125rem;
  color: var(--gold);
}
.plus {
  margin-left: auto;
  color: var(--gold);
  font-size: 1.8rem;
  font-weight: 400;
}
details[open] .plus {
  transform: rotate(45deg);
}
details > p {
  padding: 0 45px 18px;
}
.agency-text,
.prose {
  max-width: 950px;
}
.agency-text > p:not(.eyebrow),
.prose p {
  font-size: 1.125rem;
}
.prose h2 {
  font-size: 2.5rem;
  margin-top: 35px;
}
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 12%;
}
.contact-layout h2 {
  font-size: 2.8rem;
}
.contact-layout aside {
  max-width: 370px;
}
.contact-status {
  padding-top: 25px;
  border-top: 1px solid var(--line);
  font-size: 0.9375rem;
}
form {
  display: flex;
  flex-direction: column;
}
label {
  font-size: 0.9375rem;
  margin-bottom: 10px;
}
label span {
  font-size: 0.8125rem;
  color: var(--muted);
}
input,
select,
textarea {
  background: #0e222e;
  color: #e9edea;
  border: 1px solid #647783;
  border-radius: 0;
  padding: 14px 16px;
  margin-bottom: 24px;
  min-width: 0;
  width: 100%;
  font-size: 1rem;
}
textarea {
  resize: vertical;
}
textarea::placeholder {
  color: #8d9fa7;
}
select {
  appearance: auto;
}
form .button {
  align-self: flex-start;
}
.form-help {
  font-size: 0.8125rem;
  margin-top: -10px;
}
#form-result {
  margin: 20px 0 0;
  color: var(--gold);
}
.skip-link {
  position: fixed;
  left: 20px;
  top: -100px;
  background: var(--gold);
  color: var(--bg);
  padding: 15px;
  z-index: 10;
}
.skip-link:focus {
  top: 20px;
}
@media (min-width: 1600px) {
  body {
    border-left: 1px solid var(--line);
    border-right: 1px solid var(--line);
    max-width: 1600px;
    margin: auto;
  }
}
@media (max-width: 1180px) {
  header {
    flex-wrap: wrap;
  }
  nav {
    gap: 20px;
    flex: 1;
    justify-content: flex-end;
  }
  .button-small {
    display: none;
  }
  .hero {
    gap: 4%;
  }
  .hero-actions {
    gap: 20px;
    flex-wrap: wrap;
  }
  .domain h3 {
    font-size: 1.75rem;
  }
  .hero-art {
    min-height: 450px;
  }
  .hero-foot {
    flex-wrap: wrap;
  }
  .brand-name {
    font-size: 1rem;
  }
}
@media (max-width: 800px) {
  header {
    padding: 20px 6%;
    min-height: 90px;
    position: relative;
  }
  .brand-mark {
    font-size: 2.8rem;
  }
  .menu-toggle {
    display: flex;
    align-items: center;
    gap: 15px;
    background: none;
    color: #e9edea;
    border: 1px solid var(--line);
    padding: 11px 13px;
    font-size: 0.875rem;
  }
  header nav {
    display: none;
    flex-basis: 100%;
    align-items: stretch;
    gap: 0;
    padding-top: 10px;
  }
  header nav.open {
    display: flex;
    flex-direction: column;
  }
  header nav > a {
    padding: 14px 0;
    border-bottom: 1px solid var(--line);
  }
  header nav .button-small {
    display: flex;
    padding: 15px;
    margin-top: 15px;
  }
  .hero {
    padding: 40px 6% 0;
    grid-template-columns: 1fr 0.7fr;
    gap: 25px;
  }
  h1 {
    font-size: clamp(3.2rem, 7vw, 5rem);
  }
  .hero-copy {
    padding: 0 0 25px;
  }
  .hero .eyebrow {
    font-size: 0.625rem;
  }
  .hero-description {
    font-size: 1rem;
  }
  .hero-art {
    padding: 20px;
    min-height: 0;
    margin-bottom: 30px;
  }
  .art-top {
    font-size: 0.5rem;
  }
  .art-top span:last-child {
    display: none;
  }
  .big-n {
    font-size: 15rem;
  }
  .art-bottom {
    font-size: 0.75rem;
  }
  .seal {
    display: none;
  }
  .hero-actions .button {
    padding: 15px;
    font-size: 0.875rem;
  }
  .hero-foot {
    font-size: 0.75rem;
    gap: 18px;
    padding: 20px 0;
  }
  .section {
    padding: 65px 6%;
  }
  .section-heading {
    align-items: flex-start;
  }
  .section-heading > p {
    max-width: 260px;
  }
  .domain-grid {
    grid-template-columns: 1fr 1fr;
  }
  .domain {
    padding: 28px 20px 25px 0;
  }
  .domain:nth-child(3) {
    border-left: 0;
    padding-left: 0;
  }
  .domain:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }
  .domain h3 {
    min-height: 0;
    font-size: 2rem;
  }
  .domain .eyebrow {
    margin-bottom: 25px;
  }
  .approach {
    gap: 8%;
    grid-template-columns: 0.85fr 1fr;
  }
  .approach li {
    gap: 18px;
  }
  .contact-band {
    padding: 65px 6%;
  }
  .contact-band .button {
    max-width: 240px;
  }
  .footer-top {
    flex-wrap: wrap;
  }
  .footer-top > p {
    max-width: 280px;
  }
  .page-intro {
    padding: 30px 6% 50px;
  }
  .breadcrumb {
    margin-bottom: 40px;
  }
  .price-grid {
    gap: 25px;
    grid-template-columns: 1fr;
  }
  .packages h3 br {
    display: none;
  }
  .contact-layout {
    gap: 6%;
    grid-template-columns: 1fr 1.2fr;
  }
  .service-intro {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .footer-bottom {
    flex-wrap: wrap;
  }
}
@media (max-width: 560px) {
  h1 {
    font-size: 3.6rem;
  }
  .hero {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .hero-copy {
    padding-bottom: 35px;
  }
  .hero .eyebrow {
    font-size: 0.7rem;
  }
  .hero-art {
    min-height: 310px;
    margin-bottom: 28px;
    padding: 22px;
  }
  .big-n {
    font-size: 17rem;
    top: 45%;
  }
  .art-top {
    font-size: 0.6rem;
  }
  .art-top span:last-child {
    display: inline;
  }
  .art-bottom {
    font-size: 0.8125rem;
  }
  .seal {
    display: grid;
  }
  .hero-foot {
    display: grid;
    grid-template-columns: 1fr 1fr;
    font-size: 0.75rem;
    gap: 20px;
  }
  .hero-foot span:before {
    display: none;
  }
  .hero-description {
    max-width: 350px;
  }
  .hero-actions {
    gap: 22px;
    align-items: flex-start;
  }
  .hero-actions > .button {
    font-size: 0.875rem;
    padding: 17px 18px;
  }
  .section-heading {
    display: block;
  }
  .section-heading > p {
    margin-top: 25px;
    max-width: none;
  }
  .section {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .domain h3 {
    font-size: 1.7rem;
    min-height: 65px;
  }
  .domain p {
    font-size: 0.875rem;
  }
  .domain,
  .domain + .domain {
    padding-right: 15px;
  }
  .domain + .domain {
    padding-left: 18px;
  }
  .domain:nth-child(3) {
    padding-left: 0;
  }
  .domain-bottom {
    font-size: 0.75rem;
    line-height: 1.5;
    gap: 10px;
  }
  .domain .eyebrow {
    font-size: 0.625rem;
  }
  .approach {
    grid-template-columns: 1fr;
  }
  .approach h2 br {
    display: none;
  }
  .approach h2 {
    line-height: 1.12;
  }
  .approach h2 em {
    display: block;
  }
  .approach ol {
    margin-top: 20px;
  }
  .contact-band {
    display: block;
  }
  .contact-band .button {
    max-width: none;
    margin-top: 30px;
  }
  .footer-top {
    display: block;
  }
  .footer-top > p {
    margin-top: 25px;
  }
  .footer-top > .text-link {
    margin-top: 15px;
  }
  .footer-bottom > div {
    gap: 18px;
    flex-wrap: wrap;
  }
  .page-intro h1 {
    font-size: 3.2rem;
  }
  .page-intro > p:last-child:not(.eyebrow) {
    font-size: 1rem;
  }
  .service-list {
    grid-template-columns: 1fr;
  }
  .service-intro {
    margin-bottom: 45px;
  }
  .category-tabs {
    gap: 10px;
    border: none;
  }
  .category-tabs a,
  .category-tabs a:first-child {
    padding: 12px 14px;
    border: 1px solid var(--line);
    font-size: 0.875rem;
  }
  .category-tabs [aria-current] {
    border-color: var(--gold);
  }
  .price-heading {
    display: block;
  }
  .price-heading > span {
    display: block;
    margin-bottom: 18px;
  }
  table {
    font-size: 0.875rem;
  }
  thead th {
    font-size: 0.625rem;
  }
  .packages {
    padding: 25px;
  }
  .contact-layout {
    grid-template-columns: 1fr;
  }
  .contact-layout aside {
    max-width: none;
  }
  form {
    margin-top: 25px;
  }
  .faq summary {
    gap: 15px;
    font-size: 1rem;
  }
  .faq details > p {
    padding-left: 30px;
    padding-right: 5px;
  }
  .prose h2 {
    font-size: 2rem;
  }
}
@media (max-width: 560px) {
  .approach h2 br {
    display: block;
  }
  .price-grid + .price-note {
    margin-top: 24px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition: none !important;
  }
}

/* Accueil simplifié : le panneau décoratif monogramme a été retiré. */
.hero {
  grid-template-columns: 1fr;
}

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

.hero-art {
  display: none;
}

/* Palette Némésis : noir, bleu électrique et jaune orangé. */
:root {
  color: #f4f7ff;
  background: #02050a;
  --bg: #02050a;
  --panel: #082b60;
  --gold: #ffad16;
  --muted: #b7c7db;
  --line: #168dff55;
}

body {
  background: linear-gradient(180deg, #02050a 0%, #03132d 55%, #02050a 100%);
}

.approach {
  background: #030b18;
}

.page-intro {
  background: linear-gradient(110deg, #02050a, #063b7a);
}

.packages {
  background: linear-gradient(145deg, #082b60, #041a3b);
}

input,
select,
textarea {
  background: #051936;
  border-color: #1677d2;
}

.button:hover {
  background: #ffc34d;
}
