:root {
  --navy: #212a4e;
  --navy-dark: #171e38;
  --orange: #df802d;
  --cream: #f7f4ef;
  --paper: #fffdf9;
  --ink: #17213b;
  --muted: #65708a;
  --line: rgba(33, 42, 78, 0.14);
  --serif: "Tenor Sans", Georgia, serif;
  --script: "Cormorant Garamond", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html.lenis, html.lenis-smooth { scroll-behavior: auto; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 99; top: 12px; left: 12px; padding: 10px 16px; background: white; transform: translateY(-150%); }
.skip-link:focus { transform: none; }

/* Reveal-on-scroll : dégradé en douceur si JS est actif, contenu visible immédiatement sinon.
   Utilise "translate" (propriété indépendante de "transform") pour ne jamais entrer en conflit
   avec les transform d'état (hover, .featured, etc.) déjà définis sur ces mêmes éléments. */
.js [data-reveal] { opacity: 0; translate: 0 28px; transition: opacity .8s cubic-bezier(.16,1,.3,1), translate .8s cubic-bezier(.16,1,.3,1); transition-delay: var(--reveal-delay, 0s); }
.js [data-reveal].is-revealed { opacity: 1; translate: 0; }
[data-reveal-group] > [data-reveal]:nth-child(2) { --reveal-delay: .08s; }
[data-reveal-group] > [data-reveal]:nth-child(3) { --reveal-delay: .16s; }
[data-reveal-group] > [data-reveal]:nth-child(4) { --reveal-delay: .24s; }
[data-reveal-group] > [data-reveal]:nth-child(5) { --reveal-delay: .32s; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .js [data-reveal] { opacity: 1 !important; translate: 0 !important; transition: none !important; }
}

.site-header { height: 92px; padding: 0 clamp(24px, 5vw, 82px); display: flex; align-items: center; justify-content: space-between; background: var(--paper); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 20; }
.brand { display: inline-flex; align-items: center; }
.brand-logo { display: block; height: 62px; width: auto; object-fit: contain; object-position: left center; }
.main-nav { display: flex; gap: 30px; align-items: center; font-size: 14px; font-weight: 600; }
.main-nav a { position: relative; }
.main-nav a:not(.nav-cta)::after { content:""; position:absolute; left:0; right:100%; bottom:-9px; height:2px; background:var(--orange); transition:.25s; }
.main-nav a:hover::after, .main-nav a[aria-current]::after { right: 0; }
.nav-cta { color: white; background: var(--navy); padding: 13px 19px; border-radius: 100px; }
.menu-toggle { display: none; background: none; border: 0; }

.eyebrow { color: var(--orange); text-transform: uppercase; letter-spacing: .17em; font-size: 12px; font-weight: 700; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; color: var(--navy); line-height: .98; }
h1 { font-size: clamp(52px, 6vw, 100px); letter-spacing: -.035em; }
h2 { font-size: clamp(40px, 4vw, 68px); letter-spacing: -.025em; }
h1 em, h2 em { font-family: var(--script); font-weight: 500; color: var(--orange); }
.lead { max-width: 700px; font-size: clamp(18px, 1.5vw, 23px); line-height: 1.55; color: var(--muted); }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 18px; min-height: 52px; padding: 0 24px; border-radius: 100px; border: 1px solid transparent; font-weight: 700; font-size: 14px; cursor: pointer; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--orange); color: var(--navy-dark); }
.button-light { background: white; color: var(--navy); }
.button-outline { background: transparent; border-color: var(--navy); color: var(--navy); }
.arrow { font-size: 22px; font-weight: 400; }
.text-link { font-size: 14px; font-weight: 700; border-bottom: 1px solid var(--navy); padding-bottom: 5px; }
.crest { display: block; aspect-ratio: 157.81 / 306.77; background: url("sigle-admin-online.svg") center / contain no-repeat; pointer-events: none; }

.hero { min-height: calc(100vh - 92px); display: grid; grid-template-columns: minmax(340px, .82fr) 1.18fr; background: var(--navy); }
.hero-photo { position: relative; overflow: hidden; min-height: 700px; }
.hero-photo > img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 42%; filter: saturate(.86); }
.photo-caption { position: absolute; bottom: 32px; left: 32px; padding: 15px 18px; color: white; background: rgba(9,26,61,.82); backdrop-filter: blur(8px); font-size: 13px; line-height: 1.5; }
.photo-caption em { font-family: var(--script); color: #ffb35d; }
.hero-copy { position: relative; overflow: hidden; color: white; padding: clamp(70px, 8vw, 130px) clamp(38px, 6vw, 110px) 50px; display: flex; flex-direction: column; justify-content: center; }
.hero-copy h1 { color: white; font-size: clamp(52px, 5.4vw, 92px); }
.hero-copy .lead { color: #dfe4f0; max-width: 720px; }
.hero-copy .crest { position: absolute; width: 420px; opacity: .065; right: -70px; bottom: -30px; filter: invert(1); }
.hero-actions { margin: 25px 0 55px; display: flex; align-items: center; gap: 30px; }
.hero-proof { display: flex; gap: clamp(20px, 4vw, 65px); padding-top: 28px; border-top: 1px solid rgba(255,255,255,.18); color: #c8d0e2; font-size: 12px; }
.hero-proof span { max-width: 125px; }
.hero-proof strong { display: block; color: white; font-family: var(--serif); font-size: 30px; margin-bottom: 5px; }

.statement { display: grid; grid-template-columns: 1fr .85fr; gap: 70px; align-items: center; padding: 130px clamp(24px, 6vw, 100px) 110px; background: var(--cream); }
.statement h2 { margin: 0 0 26px; }
.statement-copy p:last-child { max-width: 520px; color: var(--muted); line-height: 1.7; font-size: 18px; }
.statement-photo img { width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; border-radius: 22px; box-shadow: 0 35px 70px rgba(33,42,78,.14); }
.services-preview { padding: 90px clamp(24px, 6vw, 100px); background: var(--navy); color: white; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; }
.services-preview article { min-height: 320px; padding: 35px; border: 1px solid rgba(255,255,255,.18); transition: transform .4s ease, border-color .4s ease, background .4s ease; }
.services-preview article:hover { transform: translateY(-8px); border-color: rgba(255,255,255,.4); background: rgba(255,255,255,.03); }
.card-number { color: var(--orange); font-size: 12px; letter-spacing: .14em; }
.services-preview h3 { font-family: var(--serif); font-size: 40px; font-weight: 400; margin: 65px 0 20px; }
.services-preview p { color: #cbd2e0; line-height: 1.7; }
.services-preview > .button { grid-column: 2; margin-top: 40px; justify-self: center; }
.quote-band { min-height: 500px; position: relative; overflow: hidden; background: white; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 80px 24px; }
.quote-band .crest { position: absolute; width: 360px; opacity: .055; }
.quote-band blockquote { position: relative; max-width: 1050px; margin: 0 0 35px; color: var(--navy); font-family: var(--script); font-style: italic; font-size: clamp(32px, 4vw, 60px); line-height: 1.2; }
.quote-band a { color: var(--orange); font-weight: 700; }

.page-intro { min-height: 520px; padding: 110px clamp(24px, 8vw, 145px); }
.page-intro h1 { max-width: 1120px; margin-bottom: 34px; }
.about-intro { display: grid; grid-template-columns: 1.15fr .65fr; gap: 80px; align-items: center; min-height: 0; padding-top: 90px; padding-bottom: 90px; background: var(--cream); }
.portrait-frame { position: relative; max-width: 380px; margin-left: auto; padding: 18px; border: 1px solid var(--orange); border-radius: 180px 180px 20px 20px; }
.portrait-frame > img { width: 100%; height: auto; aspect-ratio: .8; object-fit: cover; border-radius: 160px 160px 10px 10px; }
.portrait-frame .crest { position: absolute; width: 150px; right: -45px; bottom: -35px; opacity: .55; }
.editorial-grid { padding: 120px clamp(24px, 8vw, 145px); display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }
.editorial-grid h2 { font-size: clamp(42px, 4vw, 66px); }
.rich-copy { font-size: 20px; line-height: 1.8; color: var(--muted); }
.values { background: var(--navy); color: white; padding: 90px clamp(24px, 8vw, 145px); display: grid; grid-template-columns: repeat(3,1fr); gap: 35px; }
.values article { padding: 32px 0; border-top: 1px solid rgba(255,255,255,.25); transition: transform .4s ease, border-color .4s ease; }
.values article:hover { transform: translateX(6px); border-color: var(--orange); }
.values span { color: var(--orange); }
.values h3 { font-family: var(--serif); font-size: 38px; font-weight: 400; }
.values p { color: #cbd2e0; line-height: 1.7; }
.cta-split { padding: 100px clamp(24px, 8vw, 145px); display: flex; justify-content: space-between; align-items: center; gap: 50px; background: var(--cream); }
.cta-split h2 { max-width: 800px; margin: 0; }

.services-intro { background: var(--navy); color: white; }
.services-intro h1 { color: white; }
.services-intro .lead { color: #cad2e2; }
.service-list { padding: 0 clamp(24px, 8vw, 145px) 120px; background: var(--navy); color: white; }
.service-list article { display: grid; grid-template-columns: 1.2fr .65fr 1fr; gap: 55px; padding: 62px 0; border-top: 1px solid rgba(255,255,255,.2); }
.service-title span { color: var(--orange); }
.service-title h2 { color: white; font-size: clamp(35px, 3vw, 50px); margin-top: 15px; }
.service-list article > p { color: #ccd3e3; line-height: 1.7; font-family: var(--script); font-style: italic; font-size: 20px; }
.service-list ul, .price-card ul { list-style: none; padding: 0; margin: 0; }
.service-list li, .price-card li { padding: 10px 0 10px 22px; position: relative; border-bottom: 1px solid rgba(255,255,255,.12); }
.service-list li::before, .price-card li::before { content: "•"; position: absolute; left: 0; color: var(--orange); }
.process { padding: 120px clamp(24px, 8vw, 145px); }
.process h2 { max-width: 700px; }
.process-steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 60px; }
.process-steps div { padding: 34px; background: var(--cream); border-top: 3px solid var(--orange); transition: transform .4s ease, box-shadow .4s ease; }
.process-steps div:hover { transform: translateY(-8px); box-shadow: 0 20px 40px rgba(33,42,78,.1); }
.process-steps strong { color: var(--orange); font-size: 12px; }
.process-steps span { display: block; color: var(--navy); font-family: var(--serif); font-size: 28px; margin: 40px 0 16px; }
.process-steps p { color: var(--muted); line-height: 1.6; }

.packs-intro { position: relative; overflow: hidden; text-align: center; background: var(--cream); }
.packs-intro h1, .packs-intro .lead { margin-left: auto; margin-right: auto; }
.packs-intro .crest { position: absolute; opacity: .05; width: 540px; left: 50%; top: 50%; transform: translate(-50%,-42%); }
.pricing-grid { padding: 95px clamp(24px, 5vw, 82px); display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; align-items: stretch; }
.price-card { position: relative; overflow: hidden; padding: 42px 38px; border: 1px solid var(--orange); display: flex; flex-direction: column; min-height: 650px; transition: transform .4s ease, box-shadow .4s ease; }
.price-card:hover { transform: translateY(-6px); box-shadow: 0 25px 50px rgba(33,42,78,.12); }
.price-card .crest { position: absolute; width: 270px; opacity: .035; right: -50px; bottom: -30px; }
.pack-index { color: var(--orange); text-transform: uppercase; letter-spacing: .12em; font-size: 11px; font-weight: 700; }
.price-card h2 { font-size: 42px; margin: 45px 0 22px; min-height: 90px; }
.pack-promise { color: var(--muted); line-height: 1.7; min-height: 112px; }
.price { color: var(--navy); font-family: var(--serif); font-size: 40px; margin: 25px 0; }
.price small { display: block; font-family: var(--sans); font-size: 11px; color: var(--muted); margin-top: 5px; }
.price-card li { border-bottom-color: var(--line); font-size: 14px; }
.price-card .button { margin-top: auto; }
.price-card.featured { color: white; background: var(--navy); transform: translateY(-15px); box-shadow: 0 25px 60px rgba(15,37,83,.18); }
.price-card.featured:hover { transform: translateY(-21px); box-shadow: 0 30px 65px rgba(15,37,83,.24); }
.price-card.featured h2, .price-card.featured .price { color: white; }
.price-card.featured .pack-promise { color: #cbd2e0; }
.pricing-note { margin: 0 clamp(24px, 8vw, 145px) 110px; padding: 38px 45px; background: var(--cream); display: grid; grid-template-columns: .7fr 1.4fr auto; gap: 40px; align-items: center; }
.pricing-note strong { font-family: var(--serif); color: var(--navy); font-size: 28px; }
.pricing-note p { margin: 0; color: var(--muted); line-height: 1.6; }
.pricing-note a { color: var(--orange); font-weight: 700; }

.contact-page { display: grid; grid-template-columns: 1fr .85fr; min-height: calc(100vh - 92px); }
.contact-copy { padding: 100px clamp(24px, 6vw, 110px); background: var(--navy); color: white; }
.contact-copy h1 { color: white; font-size: clamp(50px, 5vw, 82px); }
.contact-copy .lead { color: #ccd4e4; }
.contact-details { margin-top: 70px; display: grid; gap: 22px; }
.contact-details div { padding-top: 16px; border-top: 1px solid rgba(255,255,255,.2); }
.contact-details span { display: block; color: #9eabc4; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.contact-details strong { display: block; margin-top: 8px; font-size: 15px; }
.contact-form { padding: 90px clamp(24px, 6vw, 90px); background: var(--cream); }
.contact-form label { display: block; color: var(--navy); font-size: 12px; font-weight: 700; margin-bottom: 26px; }
.contact-form input, .contact-form select, .contact-form textarea { display: block; width: 100%; margin-top: 9px; padding: 14px 0; color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid rgba(15,37,83,.35); outline: none; border-radius: 0; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--orange); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; }
.contact-form .consent { display: flex; gap: 12px; align-items: flex-start; color: var(--muted); font-weight: 400; line-height: 1.5; }
.consent input { width: 17px; margin: 2px 0 0; }
.form-status { margin-top: 18px; color: #9a5a00; font-size: 13px; line-height: 1.5; }
.form-status-success { margin-top: 0; padding: 22px 24px; border: 1px solid var(--orange); border-radius: 8px; color: var(--navy); background: white; font-size: 15px; }
.form-errors { margin: -8px 0 26px; padding: 16px 20px; border: 1px solid #c33; border-radius: 8px; background: #fdeeee; color: #a02222; font-size: 13px; line-height: 1.6; list-style: disc; padding-left: 36px; }
.hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.legal-content .eyebrow { display: block; margin-top: 34px; }
.legal-content .eyebrow:first-child { margin-top: 0; }
.legal-content ul { padding-left: 20px; line-height: 1.9; color: var(--muted); }

.site-footer { padding: 70px clamp(24px, 6vw, 100px); display: grid; grid-template-columns: 1.4fr .6fr .7fr; gap: 50px; color: #cbd2e0; background: var(--navy-dark); font-size: 13px; }
.site-footer > div { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-brand { display: inline-flex; align-items: center; }
.footer-logo { display: block; height: 74px; width: auto; object-fit: contain; object-position: left center; filter: brightness(0) invert(1); opacity: .95; }
.site-footer p { line-height: 1.7; }
.footer-label { color: var(--orange); text-transform: uppercase; letter-spacing: .12em; font-size: 10px; margin-bottom: 5px; }

.cookie-banner { position: fixed; z-index: 90; left: 20px; right: 20px; bottom: -220px; max-width: 640px; margin: 0 auto; padding: 22px 26px; background: var(--navy-dark); border-radius: 16px; box-shadow: 0 25px 60px rgba(0,0,0,.25); display: flex; flex-wrap: wrap; gap: 18px; align-items: center; justify-content: space-between; transition: bottom .5s ease; }
.cookie-banner.is-visible { bottom: 20px; }
.cookie-banner p { margin: 0; flex: 1 1 280px; color: #cbd2e0; font-size: 13px; line-height: 1.6; }
.cookie-banner a { color: var(--orange); text-decoration: underline; }
.cookie-banner-actions { display: flex; gap: 12px; flex-shrink: 0; }
.cookie-banner .button { min-height: 42px; padding: 0 20px; font-size: 13px; }
.cookie-banner .button-outline { border-color: rgba(255,255,255,.35); color: white; }
@media (prefers-reduced-motion: reduce) {
  .cookie-banner { transition: none; }
}

@media (max-width: 980px) {
  .menu-toggle { display: flex; flex-direction: column; gap: 5px; width: 42px; padding: 10px; }
  .menu-toggle > span:not(.sr-only) { width: 22px; height: 2px; background: var(--navy); }
  .main-nav { display: none; position: absolute; left: 0; right: 0; top: 92px; padding: 30px; background: var(--paper); flex-direction: column; align-items: stretch; box-shadow: 0 12px 24px rgba(0,0,0,.1); }
  .main-nav.is-open { display: flex; }
  .hero { grid-template-columns: 1fr; }
  .hero-photo { min-height: 480px; max-height: 60vh; }
  .services-preview, .values, .pricing-grid, .process-steps { grid-template-columns: 1fr; }
  .services-preview > .button { grid-column: auto; }
  .about-intro, .editorial-grid, .contact-page, .statement { grid-template-columns: 1fr; }
  .about-intro { padding-top: 70px; padding-bottom: 70px; }
  .portrait-frame { max-width: 380px; margin-left: auto; margin-right: auto; }
  .service-list article { grid-template-columns: 1fr; gap: 18px; }
  .pricing-grid { gap: 28px; }
  .price-card.featured { transform: none; }
  .pricing-note { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .site-header { height: 76px; padding: 0 20px; }
  .brand-logo { height: 50px; }
  .main-nav { top: 76px; }
  .hero { min-height: 0; }
  .hero-photo { min-height: 390px; }
  .hero-copy { padding: 60px 24px; }
  .hero-copy h1 { font-size: 50px; }
  .hero-actions { flex-direction: column; align-items: flex-start; }
  .hero-proof { flex-wrap: wrap; }
  .statement, .page-intro, .editorial-grid, .process { padding: 80px 24px; }
  .services-preview, .values, .service-list, .pricing-grid { padding-left: 20px; padding-right: 20px; }
  .service-list article { padding: 50px 0; }
  .cta-split { padding: 70px 24px; flex-direction: column; align-items: flex-start; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-copy, .contact-form { padding: 70px 24px; }
  .pricing-note { margin: 0 20px 80px; padding: 30px; }
  .site-footer { grid-template-columns: 1fr; padding: 60px 24px; }
}

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