@font-face { font-family: "Bodoni Moda"; src: url("assets/fonts/bodoni-moda-400.ttf") format("truetype"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "Bodoni Moda"; src: url("assets/fonts/bodoni-moda-500.ttf") format("truetype"); font-style: normal; font-weight: 500; font-display: swap; }
@font-face { font-family: "Manrope"; src: url("assets/fonts/manrope-300.ttf") format("truetype"); font-style: normal; font-weight: 300; font-display: swap; }
@font-face { font-family: "Manrope"; src: url("assets/fonts/manrope-400.ttf") format("truetype"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "Manrope"; src: url("assets/fonts/manrope-500.ttf") format("truetype"); font-style: normal; font-weight: 500; font-display: swap; }
@font-face { font-family: "Manrope"; src: url("assets/fonts/manrope-600.ttf") format("truetype"); font-style: normal; font-weight: 600; font-display: swap; }

:root {
  --ink: #143248;
  --ink-deep: #0c2232;
  --cream: #e4ded4;
  --paper: #f5f1e8;
  --gold: #9fb4c2;
  --gold-light: #f5f1e8;
  --riviera: #496c85;
  --riviera-light: #abc1cf;
  --sage: #6b7c86;
  --line: rgba(20, 50, 72, .16);
  --white: #fff;
  --serif: "Bodoni Moda", "Times New Roman", serif;
  --sans: "Manrope", Arial, sans-serif;
  --wrap: min(1220px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-weight: 300; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
img, svg { display: block; }
:focus-visible { outline: 2px solid var(--gold-light); outline-offset: 4px; }
.wrap { width: var(--wrap); margin-inline: auto; }
.section { padding: 130px 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 200; background: var(--paper); color: var(--ink); padding: 12px 18px; }
.skip-link:focus { top: 16px; }

.eyebrow { margin: 0 0 24px; font-size: 11px; font-weight: 600; letter-spacing: .24em; text-transform: uppercase; }
h1, h2, blockquote { font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; }
h1 { font-size: clamp(62px, 7vw, 112px); line-height: .94; margin: 0; }
h2 { font-size: clamp(44px, 5vw, 74px); line-height: 1.02; margin: 0; }
h1 em, h2 em, blockquote em { color: var(--gold-light); font-weight: 400; }
p { line-height: 1.75; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: none; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: 92px; padding: 0 max(28px, calc((100vw - 1360px)/2)); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; color: white; border-bottom: 1px solid rgba(255,255,255,.2); transition: background .35s, color .35s, height .35s, box-shadow .35s; }
.site-header.scrolled { height: 74px; color: var(--ink); background: rgba(251,248,242,.94); border-bottom-color: var(--line); backdrop-filter: blur(16px); box-shadow: 0 8px 30px rgba(16,42,42,.05); }
.brand { display: flex; align-items: center; gap: 11px; width: max-content; }
.brand img { color: currentColor; }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { font-family: var(--serif); font-size: 23px; font-weight: 400; letter-spacing: .08em; text-transform: uppercase; }
.brand-copy small { margin-top: 6px; font-size: 8px; letter-spacing: .32em; text-transform: uppercase; }
.desktop-nav { display: flex; gap: 38px; }
.desktop-nav a { position: relative; font-size: 12px; font-weight: 400; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; bottom: -8px; width: 100%; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .3s; }
.desktop-nav a:hover::after, .desktop-nav a.active::after { transform: scaleX(1); transform-origin: left; }
.language-switch { display: inline-flex; align-items: center; gap: 5px; padding: 8px; color: white; background: rgba(8,8,9,.7); border: 1px solid rgba(255,255,255,.38); box-shadow: 0 12px 36px rgba(0,0,0,.2); backdrop-filter: blur(16px); }
.language-switch-label { margin: 0 9px 0 4px; color: rgba(255,255,255,.72); font-size: 8px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.language-switch button { min-width: 37px; min-height: 34px; padding: 0 8px; color: white; background: transparent; border: 1px solid transparent; cursor: pointer; font-size: 9px; font-weight: 600; letter-spacing: .15em; opacity: .62; transition: opacity .2s, color .2s, background .2s, border-color .2s; }
.language-switch button:hover { border-color: rgba(255,255,255,.28); opacity: 1; }
.language-switch button[aria-pressed="true"] { color: var(--ink-deep); background: var(--gold-light); border-color: var(--gold-light); opacity: 1; }
.language-switch-separator { color: rgba(255,255,255,.32); font-size: 8px; }
.hero-language-switch { position: absolute; z-index: 4; top: 122px; right: max(30px, calc((100vw - 1420px)/2)); }
.page-language-switch { position: absolute; z-index: 4; top: 112px; right: max(30px, calc((100vw - 1220px)/2)); }
.header-cta { justify-self: end; padding-bottom: 6px; font-size: 11px; font-weight: 500; letter-spacing: .13em; text-transform: uppercase; border-bottom: 1px solid currentColor; }
.menu-toggle, .mobile-menu { display: none; }
.scroll-progress { position: absolute; left: 0; right: 0; bottom: -1px; height: 1px; background: var(--gold-light); transform: scaleX(0); transform-origin: left center; }

.hero { position: relative; min-height: 820px; height: 100svh; color: white; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(5,25,27,.84) 0%, rgba(5,25,27,.58) 35%, rgba(5,25,27,.05) 72%), linear-gradient(0deg, rgba(5,25,27,.55) 0%, transparent 33%), url("assets/seliora-hero-riviera-day-v3.jpg"); background-size: cover; background-position: center; transform: scale(1.02); animation: hero-in 1.7s ease-out forwards; }
.hero-content { position: relative; z-index: 1; padding-top: clamp(190px, 24vh, 260px); }
.hero-eyebrow { color: var(--gold-light); }
.hero-lede { max-width: 580px; margin: 34px 0 42px; font-size: 17px; line-height: 1.75; color: rgba(255,255,255,.86); }
.hero-actions { display: flex; align-items: center; gap: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 26px; min-height: 58px; padding: 0 28px; border: 0; border-radius: 0; font-size: 10px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; cursor: pointer; transition: transform .25s, background .25s, color .25s; }
.button:hover { transform: translateY(-2px); }
.button-gold { background: var(--gold); color: var(--ink-deep); }
.button-gold:hover { background: var(--gold-light); }
.button-light { background: var(--cream); color: var(--ink); }
.button-dark { width: 100%; background: var(--ink); color: white; }
.text-link { font-size: 11px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; border-bottom: 1px solid rgba(255,255,255,.5); padding-bottom: 6px; }
.hero-foot { position: absolute; z-index: 1; bottom: 38px; left: 50%; transform: translateX(-50%); display: flex; gap: 70px; }
.hero-foot p { margin: 0; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.72); }
.hero-foot span { color: var(--gold-light); margin-right: 9px; }
.scroll-cue { position: absolute; z-index: 1; right: 34px; bottom: 34px; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; }
.scroll-cue span { position: absolute; left: 50%; top: 11px; width: 1px; height: 17px; background: white; animation: scroll-down 1.8s infinite; }
.button span, .header-cta span, .service-card a span, .arrow-link span { display: inline-block; transition: transform .25s ease; }
.button:hover span, .header-cta:hover span, .service-card a:hover span, .arrow-link:hover span { transform: translate(3px, -2px); }

.signature { background: var(--paper); }
.signature-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 12%; align-items: end; }
.signature h2 em, .approach h2 em, .contact h2 em, .faq h2 em { color: var(--gold); }
.signature-copy { max-width: 510px; padding-bottom: 4px; }
.signature-copy .lead { margin-top: 0; font-family: var(--serif); font-size: 28px; line-height: 1.45; }
.signature-copy > p:not(.lead) { color: #566765; font-size: 14px; }
.arrow-link { display: inline-flex; align-items: center; gap: 45px; margin-top: 18px; padding-bottom: 8px; border-bottom: 1px solid var(--ink); font-size: 10px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }

.services { background: var(--cream); }
.section-heading { display: grid; grid-template-columns: 1fr 400px; align-items: end; gap: 10%; margin-bottom: 70px; }
.section-heading > p { margin: 0 0 7px; color: #62716e; font-size: 14px; }
.services h2 em { color: var(--sage); }
.service-list { border-top: 1px solid var(--line); }
.service-item { display: grid; grid-template-columns: 45px 82px 1fr 30px; align-items: center; gap: 25px; padding: 38px 0; border-bottom: 1px solid var(--line); transition: padding .3s, background .3s; }
.service-item:hover { padding-left: 18px; padding-right: 18px; background: rgba(255,255,255,.5); }
.service-number { align-self: start; padding-top: 4px; color: var(--sage); font-size: 10px; }
.service-icon { display: grid; place-items: center; width: 70px; height: 70px; border: 1px solid rgba(16,42,42,.25); border-radius: 50%; }
.service-icon svg { width: 33px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.2; }
.service-item h3 { margin: 0 0 10px; font-family: var(--serif); font-size: 28px; font-weight: 400; }
.service-item p { max-width: 670px; margin: 0; color: #64726f; font-size: 13px; }
.service-arrow { font-size: 22px; font-weight: 200; }

.manifesto { min-height: 760px; display: grid; grid-template-columns: 1.05fr .95fr; background: var(--ink); color: white; }
.manifesto-image { min-height: 620px; background: linear-gradient(rgba(13,43,43,.08), rgba(13,43,43,.32)), url("assets/seliora-detail-luxe-v2.jpg") center/cover; }
.manifesto-panel { padding: 110px max(60px, calc((100vw - 1220px)/2)); padding-left: 8vw; align-self: center; }
.manifesto-panel .eyebrow { color: var(--gold-light); }
.manifesto-panel h2 { font-size: clamp(42px, 4vw, 64px); }
.manifesto-panel > p:not(.eyebrow) { max-width: 570px; margin: 35px 0; color: rgba(255,255,255,.68); font-size: 14px; }
.manifesto-panel ul { list-style: none; padding: 0; margin: 48px 0 0; }
.manifesto-panel li { display: grid; grid-template-columns: 110px 1fr; gap: 20px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.17); }
.manifesto-panel li:last-child { border-bottom: 1px solid rgba(255,255,255,.17); }
.manifesto-panel li span { color: var(--gold-light); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.manifesto-panel li strong { font-size: 12px; font-weight: 400; }

.approach { background: var(--paper); }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); list-style: none; margin: 75px 0 0; padding: 0; }
.steps li { padding-right: 30px; }
.steps li > span { color: var(--gold); font-family: var(--serif); font-size: 20px; }
.step-line { position: relative; height: 1px; margin: 25px 0 34px; background: var(--line); }
.step-line i { position: absolute; top: -4px; left: 0; width: 9px; height: 9px; border: 2px solid var(--gold); border-radius: 50%; background: var(--paper); }
.steps h3 { font-family: var(--serif); font-size: 24px; font-weight: 400; margin: 0 0 12px; }
.steps p { max-width: 230px; color: #687673; font-size: 12px; }

.proofs { color: white; background: radial-gradient(circle at 9% 0%, rgba(49,93,116,.32), transparent 31%), #080809; }
.proofs .section-heading > p { color: rgba(255,255,255,.56); }
.proofs h2 em { color: var(--gold-light); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.17); border-left: 1px solid rgba(255,255,255,.17); }
.proof-card { min-height: 330px; padding: 32px 29px; background: rgba(255,255,255,.018); border-right: 1px solid rgba(255,255,255,.17); border-bottom: 1px solid rgba(255,255,255,.17); }
.proof-card:nth-child(2) { transition-delay: .06s; }
.proof-card:nth-child(3) { transition-delay: .12s; }
.proof-card:nth-child(4) { transition-delay: .18s; }
.proof-card > span { color: var(--gold-light); font-size: 8px; font-weight: 600; letter-spacing: .2em; }
.proof-card h3 { max-width: 230px; margin: 82px 0 18px; font-family: var(--serif); font-size: 29px; font-weight: 400; line-height: 1.08; letter-spacing: -.025em; }
.proof-card p { margin: 0; color: rgba(255,255,255,.57); font-size: 11px; line-height: 1.75; }

.contact { background: var(--cream); }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 11%; align-items: start; }
.contact-intro > p:not(.eyebrow) { max-width: 470px; margin-top: 30px; color: #61706e; font-size: 14px; }
.contact-note { display: flex; gap: 18px; align-items: center; margin-top: 50px; padding-top: 25px; border-top: 1px solid var(--line); }
.contact-note > span { display: grid; place-items: center; flex: 0 0 42px; height: 42px; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); }
.contact-note p { margin: 0; font-size: 12px; }
.contact-note strong { color: var(--ink); font-weight: 500; }
.contact-form { padding: 48px; background: var(--paper); box-shadow: 0 30px 80px rgba(16,42,42,.07); }
.contact-form label { display: flex; flex-direction: column; gap: 10px; margin-bottom: 25px; color: #4f6260; font-size: 9px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 13px 0; color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; outline: none; font-size: 13px; letter-spacing: 0; text-transform: none; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-bottom-color: var(--gold); }
.contact-form input:focus-visible, .contact-form select:focus-visible, .contact-form textarea:focus-visible { outline: none; box-shadow: 0 1px 0 var(--gold); }
.form-trap { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; pointer-events: none !important; }
.contact-form .consent { flex-direction: row; align-items: center; gap: 12px; font-size: 9px; font-weight: 400; letter-spacing: .05em; text-transform: none; }
.consent input { appearance: none; width: 17px; height: 17px; padding: 0; border: 1px solid var(--line); flex: 0 0 17px; }
.consent input:checked { background: var(--ink); box-shadow: inset 0 0 0 3px var(--paper); }
.form-privacy { margin: -3px 0 25px; color: #69716f; font-size: 10px; line-height: 1.65; }
.form-privacy a { color: var(--ink); border-bottom: 1px solid var(--gold); }
.form-status { min-height: 22px; margin: 15px 0 0; font-size: 12px; text-align: center; color: var(--sage); }

.faq { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 12%; }
.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { display: flex; justify-content: space-between; align-items: center; gap: 30px; padding: 27px 0; font-family: var(--serif); font-size: 20px; cursor: pointer; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { font-family: var(--sans); font-size: 25px; font-weight: 200; transition: transform .25s; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { margin: -5px 50px 28px 0; color: #60706d; font-size: 13px; }

.site-footer { padding: 80px 0 30px; background: var(--ink-deep); color: white; }
.footer-top { display: grid; grid-template-columns: 1fr 1.4fr; gap: 10%; padding-bottom: 70px; }
.footer-brand .brand img { color: var(--gold-light); }
.footer-brand > p { margin: 25px 0 0; color: rgba(255,255,255,.54); font-family: var(--serif); font-size: 20px; }
.footer-brand > small { display: block; margin-top: 10px; color: rgba(255,255,255,.36); font-size: 8px; letter-spacing: .14em; text-transform: uppercase; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.footer-links div { display: flex; flex-direction: column; gap: 13px; }
.footer-links p { margin: 0 0 10px; color: var(--gold-light); font-size: 9px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.footer-links a { width: max-content; max-width: 100%; color: rgba(255,255,255,.65); font-size: 12px; overflow-wrap: anywhere; }
.footer-links a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.4); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.footer-bottom p { margin: 0; line-height: inherit; }
.footer-bottom div { display: flex; gap: 28px; }
.footer-legal { display: flex; gap: 24px; }
.footer-legal a:hover { color: white; }

@keyframes hero-in { from { transform: scale(1.08); filter: brightness(.7); } to { transform: scale(1.02); filter: brightness(1); } }
@keyframes scroll-down { 0% { transform: translate(-50%, 0); opacity: 0; } 30% { opacity: 1; } 80% { opacity: 0; } 100% { transform: translate(-50%, 9px); opacity: 0; } }

@media (max-width: 980px) {
  :root { --wrap: min(100% - 36px, 760px); }
  .section { padding: 95px 0; }
  .site-header { height: 76px; padding-inline: 20px; grid-template-columns: 1fr auto; }
  .desktop-nav, .header-cta { display: none; }
  .menu-toggle { position: relative; z-index: 102; display: grid; width: 44px; height: 44px; place-content: center; gap: 7px; padding: 0; color: inherit; background: transparent; border: 0; }
  .menu-toggle span { display: block; width: 27px; height: 1px; background: currentColor; transition: transform .3s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  body.menu-open .site-header, body.menu-open .site-header.scrolled { height: 76px; color: white; background: #050506; border-bottom-color: rgba(210,192,159,.35); box-shadow: none; backdrop-filter: none; }
  .mobile-menu { position: fixed; z-index: 101; inset: 75px 0 0; min-height: calc(100dvh - 75px); flex-direction: column; justify-content: center; gap: 20px; padding: 38px 30px; overflow-y: auto; color: white; background-color: #050506; background-image: radial-gradient(circle at 100% 0%, rgba(49,93,116,.2), transparent 35%); border-top: 1px solid rgba(210,192,159,.22); opacity: 1; isolation: isolate; }
  .mobile-menu:not([hidden]) { display: flex; }
  .mobile-menu a:not(.button) { padding: 7px 0 13px; color: white; border-bottom: 1px solid rgba(255,255,255,.13); font-family: var(--serif); font-size: 35px; line-height: 1.15; }
  .mobile-menu .button { margin-top: 10px; color: var(--ink-deep); background: var(--gold-light); }
  .hero-bg { background-position: 62% center; }
  .hero-content { padding-top: 190px; }
  .hero-foot { gap: 25px; }
  .hero-foot p { font-size: 8px; }
  .scroll-cue { display: none; }
  .signature-grid, .section-heading, .contact-grid, .faq-grid { grid-template-columns: 1fr; gap: 50px; }
  .section-heading { margin-bottom: 50px; }
  .section-heading > p { max-width: 540px; }
  .manifesto { grid-template-columns: 1fr; }
  .manifesto-image { min-height: 450px; }
  .manifesto-panel { padding: 80px max(24px, calc((100vw - 760px)/2)); }
  .steps { grid-template-columns: 1fr 1fr; gap: 50px 0; }
  .footer-top { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  :root { --wrap: calc(100% - 32px); }
  .section { padding: 78px 0; }
  .brand-copy strong { font-size: 19px; }
  .brand-copy small { font-size: 7px; }
  .brand img { width: 40px; height: 40px; }
  .hero { min-height: 740px; height: 100svh; }
  .hero-bg { background-image: linear-gradient(90deg, rgba(5,25,27,.82), rgba(5,25,27,.32)), linear-gradient(0deg, rgba(5,25,27,.72), transparent 50%), url("assets/seliora-hero-riviera-day-v3.jpg"); background-position: 65% center; }
  h1 { font-size: clamp(51px, 16vw, 72px); }
  h2 { font-size: clamp(40px, 13vw, 55px); }
  .hero-content { padding-top: 155px; }
  .hero-lede { margin: 27px 0 34px; font-size: 14px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 25px; }
  .hero-foot { bottom: 20px; flex-direction: column; gap: 5px; }
  .hero-foot p:nth-child(n+3) { display: none; }
  .signature-copy .lead { font-size: 24px; }
  .service-item { grid-template-columns: 30px 58px 1fr; gap: 13px; padding: 28px 0; }
  .service-number { grid-row: 1 / span 2; }
  .service-icon { width: 52px; height: 52px; }
  .service-icon svg { width: 27px; }
  .service-item h3 { font-size: 22px; }
  .service-item p { grid-column: 2 / 4; }
  .service-arrow { display: none; }
  .manifesto-image { min-height: 330px; }
  .manifesto-panel { padding: 66px 22px; }
  .manifesto-panel li { grid-template-columns: 1fr; gap: 8px; }
  .steps { grid-template-columns: 1fr; gap: 38px; }
  .steps li { padding-right: 0; }
  .step-line { margin: 17px 0 24px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 30px 22px; }
  .footer-links { grid-template-columns: 1fr 1fr; gap: 45px 20px; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .service-card { transition-delay: 0s; }
}

/* Direction artistique — Seliora Édition Privée */
body { background: var(--paper); letter-spacing: .005em; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
::selection { color: white; background: var(--riviera); }
.section { padding: 150px 0; }
.eyebrow { font-size: 9px; letter-spacing: .32em; }
h1, h2, blockquote { letter-spacing: -.055em; }
h1 em, h2 em, blockquote em { font-style: italic; }

.site-header { height: 98px; padding-inline: max(30px, calc((100vw - 1420px)/2)); background: linear-gradient(rgba(0,0,0,.38), transparent); }
.site-header.scrolled { height: 78px; color: white; background: rgba(8,8,9,.92); border-bottom-color: rgba(255,255,255,.14); box-shadow: none; backdrop-filter: blur(18px); }
.brand { gap: 14px; }
.brand img { width: 44px; height: 44px; }
.brand-copy strong { font-family: var(--serif); font-size: 20px; letter-spacing: .22em; }
.brand-copy small { margin-top: 7px; font-size: 6px; letter-spacing: .38em; }
.desktop-nav { gap: 44px; }
.desktop-nav a { font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.header-cta { font-size: 9px; letter-spacing: .2em; }

.hero { min-height: 780px; background: var(--ink-deep); }
.hero-bg { background-position: center; animation: none; will-change: opacity; }
.hero-bg-day { background-image: linear-gradient(90deg, rgba(5,5,6,.64) 0%, rgba(5,5,6,.22) 43%, rgba(5,5,6,.02) 72%), linear-gradient(0deg, rgba(5,5,6,.62) 0%, transparent 45%), url("assets/seliora-hero-riviera-day-v3.jpg"); animation: hero-day-cycle 18s ease-in-out infinite; }
.hero-bg-night { background-image: linear-gradient(90deg, rgba(5,5,6,.62) 0%, rgba(5,5,6,.2) 43%, rgba(5,5,6,.02) 72%), linear-gradient(0deg, rgba(5,5,6,.72) 0%, transparent 45%), url("assets/seliora-hero-riviera-v3.jpg"); animation: hero-night-cycle 18s ease-in-out infinite; }
.hero[data-mode="day"] .hero-bg-day { opacity: 1; animation: none; }
.hero[data-mode="day"] .hero-bg-night { opacity: 0; animation: none; }
.hero[data-mode="night"] .hero-bg-day { opacity: 0; animation: none; }
.hero[data-mode="night"] .hero-bg-night { opacity: 1; animation: none; }
.hero-content { padding-top: clamp(190px, 23vh, 245px); }
.hero h1 { max-width: 920px; font-size: clamp(72px, 8.5vw, 136px); line-height: .86; }
.hero h1 em { color: #e8e2d8; }
.hero-lede { max-width: 560px; margin: 42px 0 46px; font-size: 14px; letter-spacing: .02em; }
.hero-locations { display: flex; flex-wrap: wrap; gap: 8px; margin: -25px 0 42px; color: rgba(255,255,255,.63); font-size: 8px; font-weight: 500; letter-spacing: .19em; text-transform: uppercase; }
.hero-locations i { color: var(--riviera-light); font-style: normal; }
.button { min-height: 62px; padding-inline: 32px; letter-spacing: .2em; }
.button-gold { color: white; background: rgba(8,8,9,.2); border: 1px solid var(--gold); backdrop-filter: blur(6px); }
.button-gold:hover { color: var(--ink-deep); background: var(--gold-light); }
.hero-foot { width: auto; left: auto; right: max(34px, calc((100vw - 1420px)/2)); transform: none; flex-direction: column; gap: 5px; text-align: right; }
.hero-foot p { font-size: 8px; letter-spacing: .2em; }
.hero-mode { position: absolute; z-index: 2; left: max(34px, calc((100vw - 1420px)/2)); bottom: 37px; display: flex; align-items: center; gap: 12px; }
.hero-mode button { padding: 5px 0; color: rgba(255,255,255,.48); background: transparent; border: 0; cursor: pointer; font-size: 8px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; transition: color .25s ease; }
.hero-mode button:hover, .hero-mode button[aria-pressed="true"] { color: white; }
.hero-mode > span { position: relative; width: 46px; height: 1px; background: rgba(255,255,255,.28); }
.hero-mode > span i { position: absolute; left: 0; top: 0; width: 50%; height: 1px; background: var(--gold-light); transition: transform .35s ease; }
.hero[data-mode="night"] .hero-mode > span i { transform: translateX(100%); }

.signature { background: var(--paper); }
.signature-grid { position: relative; padding-top: 65px; border-top: 1px solid var(--line); }
.signature h2 em, .approach h2 em, .contact h2 em, .faq h2 em { color: var(--gold); }
.signature-copy .lead { font-size: 31px; }

.riviera-bar { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 40px; min-height: 88px; padding: 0 max(28px, calc((100vw - 1420px)/2)); color: white; background: var(--riviera); border-top: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.riviera-bar span { font-size: 7px; letter-spacing: .28em; text-transform: uppercase; opacity: .65; }
.riviera-bar span:last-child { text-align: right; }
.riviera-bar strong { font-family: var(--serif); font-size: clamp(19px, 2.2vw, 30px); font-weight: 400; letter-spacing: .01em; }
.riviera-bar i { margin-inline: 14px; color: var(--gold-light); font-style: normal; }

.services { background: radial-gradient(circle at 85% 0%, rgba(49,93,116,.26), transparent 30%), var(--ink-deep); color: #f2eee8; }
.services .section-heading > p { color: rgba(255,255,255,.54); }
.services h2 em { color: var(--gold-light); }
.service-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.18); }
.service-card { position: relative; min-height: 690px; overflow: hidden; isolation: isolate; }
.service-card:nth-child(2) { transition-delay: .08s; }
.service-card:nth-child(3) { transition-delay: .16s; }
.service-card-bg { position: absolute; inset: 0; z-index: -2; background-position: center; background-size: cover; transition: transform 1.1s cubic-bezier(.2,.75,.2,1), filter .6s; }
.service-card::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(5,5,6,.22), rgba(5,5,6,.12) 35%, rgba(5,5,6,.92)); }
.service-card:hover .service-card-bg { transform: scale(1.045); filter: brightness(.82); }
.service-villas .service-card-bg { background-image: url("assets/seliora-hero-riviera-day-v3.jpg"); background-position: 68% center; }
.service-yachts .service-card-bg { background-image: url("assets/seliora-yacht-v2.jpg"); }
.service-cars .service-card-bg { background-image: url("assets/seliora-viano-real.jpg"); background-position: 54% center; }
.service-card-top { position: absolute; inset: 30px 32px auto; display: flex; justify-content: space-between; color: rgba(255,255,255,.74); font-size: 8px; letter-spacing: .25em; text-transform: uppercase; }
.service-card-copy { position: absolute; inset: auto 42px 42px; }
.service-card h3 { margin: 0 0 22px; color: white; font-family: var(--serif); font-size: clamp(48px, 5vw, 72px); font-weight: 400; line-height: .95; letter-spacing: -.045em; }
.service-card p { max-width: 430px; margin: 0 0 28px; color: rgba(255,255,255,.67); font-size: 12px; }
.service-card a { display: inline-flex; gap: 45px; padding-bottom: 8px; color: white; border-bottom: 1px solid rgba(255,255,255,.6); font-size: 8px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; }
.service-availability { display: flex; align-items: flex-start; gap: 13px; max-width: 780px; margin: 36px 0 0; color: rgba(255,255,255,.58); font-size: 10px; line-height: 1.7; }
.service-availability span { color: var(--gold-light); }

.manifesto { background: #d8d3ca; color: var(--ink); }
.manifesto-image { background-image: linear-gradient(rgba(8,8,9,.08), rgba(8,8,9,.28)), url("assets/seliora-detail-luxe-v2.jpg"); background-position: center; }
.manifesto-panel .eyebrow { color: #77613f; }
.manifesto-panel h2 em { color: #7b6544; }
.manifesto-panel > p:not(.eyebrow) { color: rgba(17,17,19,.65); }
.manifesto-panel li { border-color: rgba(17,17,19,.18); }
.manifesto-panel li:last-child { border-color: rgba(17,17,19,.18); }
.manifesto-panel li span { color: #77613f; }

.approach { background: #f5f3ef; }
.step-line i { background: #f5f3ef; }

.destinations { overflow: hidden; color: white; background: radial-gradient(circle at 90% 0%, rgba(49,93,116,.34), transparent 34%), linear-gradient(180deg, #080809, #0b151a); }
.destinations-heading { display: grid; grid-template-columns: .55fr 1fr .7fr; gap: 8%; align-items: end; margin-bottom: 95px; }
.destinations-heading .eyebrow { align-self: start; color: var(--gold-light); }
.destinations-heading h2 em { color: var(--gold-light); }
.destinations-heading > p { margin: 0; color: rgba(255,255,255,.54); font-size: 12px; }
.destination-list { width: min(1420px, calc(100% - 48px)); margin-inline: auto; border-bottom: 1px solid rgba(255,255,255,.16); }
.destination-list span { display: flex; align-items: baseline; gap: 32px; padding: 18px 2vw 24px; border-top: 1px solid rgba(255,255,255,.16); font-family: var(--serif); font-size: clamp(54px, 7.6vw, 112px); line-height: 1; letter-spacing: -.055em; transition: color .35s, padding .35s, background .35s; }
.destination-list span:hover { padding-left: 4vw; color: var(--gold-light); background: rgba(255,255,255,.025); }
.destination-list i { width: 34px; color: var(--gold); font-family: var(--sans); font-size: 8px; font-style: normal; letter-spacing: .2em; }

@keyframes hero-day-cycle {
  0%, 42% { opacity: 1; }
  50%, 92% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes hero-night-cycle {
  0%, 42% { opacity: 0; }
  50%, 92% { opacity: 1; }
  100% { opacity: 0; }
}

.contact { background: #e9e5de; }
.contact-form { background: #f8f6f2; box-shadow: 0 35px 100px rgba(8,8,9,.1); }
.contact-form select { cursor: pointer; }
.contact-form button:disabled { cursor: wait; opacity: .72; }
.request-form-title { margin: 0; color: var(--ink-deep); font-family: var(--serif); font-size: clamp(34px, 4vw, 52px); line-height: 1.02; letter-spacing: -.045em; }
.request-form-title em { color: var(--gold); font-weight: 400; }
.request-form-intro { max-width: 520px; margin: 22px 0 34px; color: #5d625f; font-size: 12px; line-height: 1.75; }
.form-required { margin: -18px 0 28px; color: #777d78; font-size: 8px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; }
.form-required span, .request-form sup { color: #8a6435; }
.request-form sup { margin-left: 3px; font-size: 10px; line-height: 0; }
.request-form .optional { color: #858985; font-size: 8px; font-weight: 400; letter-spacing: .08em; text-transform: none; }
.request-form select { appearance: auto; }
.request-form label.is-preselected select { border-bottom-color: var(--gold); box-shadow: 0 1px 0 var(--gold); }
.request-form input[type="date"] { min-height: 48px; cursor: pointer; color-scheme: light; }
.request-form input[type="date"]::-webkit-calendar-picker-indicator { cursor: pointer; opacity: .68; }
.request-form .travelers-field { max-width: calc(50% - 12px); }
.request-assurance { margin: 0 0 24px; padding: 16px 18px; color: #606763; background: #eeebe5; border-left: 2px solid var(--gold); font-size: 10px; line-height: 1.65; }
.request-assurance strong { color: var(--ink-deep); font-weight: 600; }
.request-form .button { gap: 14px; margin-top: 4px; padding-inline: 20px; }
.request-form .form-status { min-height: 42px; margin: 16px 0 0; color: #5b665f; font-size: 10px; line-height: 1.6; text-align: left; }
.prepared-message { margin: 2px 0 20px; padding: 18px; background: #eeebe5; border: 1px solid var(--line); }
.prepared-message[hidden] { display: none; }
.prepared-message label { margin: 0; }
.prepared-message textarea { min-height: 150px; }
.request-form .form-privacy { margin: 4px 0 0; }
.direct-contact { display: grid; gap: 1px; margin-top: 26px; background: var(--line); border: 1px solid var(--line); }
.direct-contact[hidden], .direct-contact a[hidden] { display: none; }
.direct-contact a { display: flex; justify-content: space-between; gap: 20px; padding: 18px 20px; background: #f5f3ef; transition: color .25s, background .25s; }
.direct-contact a[data-whatsapp-link] { border-left: 2px solid #25d366; }
.direct-contact a.is-preferred-contact { background: #f1eee8; }
.direct-contact a:hover { color: white; background: var(--ink-deep); }
.direct-contact span { color: var(--gold); font-size: 8px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.direct-contact .contact-channel { display: inline-flex; align-items: center; gap: 11px; }
.social-icon { position: relative; display: inline-grid; flex: 0 0 24px; width: 24px; height: 24px; place-items: center; color: white; font-style: normal; letter-spacing: 0; }
.social-icon-instagram { background: radial-gradient(circle at 31% 107%, #ffd600 0 12%, #ff7a00 28%, #ff0169 54%, #d300c5 72%, #7638fa 100%); border-radius: 7px; }
.social-icon-instagram::before { content: ""; width: 12px; height: 12px; border: 1.7px solid currentColor; border-radius: 4px; }
.social-icon-instagram::after { content: ""; position: absolute; width: 4px; height: 4px; border: 1.6px solid currentColor; border-radius: 50%; box-shadow: 4.2px -4.2px 0 -1.3px currentColor; }
.social-icon-whatsapp { background: #25d366; border-radius: 50%; box-shadow: inset 0 0 0 1px rgba(255,255,255,.2); }
.social-icon-whatsapp::before { content: "☎"; transform: rotate(-18deg); font-family: Arial, sans-serif; font-size: 14px; line-height: 1; }
.social-icon-whatsapp::after { content: ""; position: absolute; left: 1px; bottom: 1px; border-style: solid; border-width: 4px 5px 0 0; border-color: #25d366 transparent transparent transparent; transform: rotate(15deg); }
.direct-contact strong { min-width: 0; font-size: 9px; font-weight: 500; letter-spacing: .12em; text-align: right; text-transform: uppercase; overflow-wrap: anywhere; }
.instagram-contact-card { display: flex; flex-direction: column; justify-content: center; }
.instagram-contact-card .eyebrow { margin-bottom: 16px; }
.instagram-handle { margin: 0 0 18px; color: var(--ink-deep); font-family: var(--serif); font-size: clamp(28px, 3.2vw, 46px); line-height: 1; letter-spacing: -.03em; overflow-wrap: anywhere; }
.instagram-intro { max-width: 500px; margin: 0 0 26px; color: #5d625f; font-size: 13px; line-height: 1.8; }
.instagram-request-list { display: grid; gap: 0; margin: 0 0 30px; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.instagram-request-list li { display: grid; grid-template-columns: 38px 145px 1fr; align-items: center; gap: 12px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.instagram-request-list span { color: var(--gold); font-size: 9px; letter-spacing: .16em; }
.instagram-request-list strong { color: var(--ink-deep); font-size: 10px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.instagram-request-list small { color: #737874; font-size: 11px; line-height: 1.45; }
.instagram-main-link { width: 100%; }
.instagram-privacy { margin: 18px 0 0; color: #777b77; font-size: 10px; line-height: 1.65; text-align: center; }
.contact-float { position: fixed; z-index: 90; right: 26px; bottom: 26px; display: flex; align-items: center; gap: 12px; min-height: 52px; padding: 0 18px; color: white; background: rgba(8,8,9,.94); border: 1px solid rgba(210,192,159,.5); box-shadow: 0 14px 44px rgba(0,0,0,.22); backdrop-filter: blur(14px); font-size: 8px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; transition: transform .25s, border-color .25s, background .25s; }
.contact-float:hover { transform: translateY(-3px); border-color: var(--gold-light); background: var(--riviera); }
.contact-float > strong { position: relative; display: grid; width: 24px; height: 24px; place-items: center; color: white; font-weight: 400; line-height: 1; }
.contact-float[data-contact-channel="whatsapp"] > strong { background: #25d366; border-radius: 50%; }
.contact-float[data-contact-channel="whatsapp"] > strong::before { content: "☎"; transform: rotate(-18deg); font-family: Arial, sans-serif; font-size: 14px; }
.contact-float[data-contact-channel="whatsapp"] > strong::after { content: ""; position: absolute; left: 1px; bottom: 1px; border-style: solid; border-width: 4px 5px 0 0; border-color: #25d366 transparent transparent transparent; transform: rotate(15deg); }
.contact-float[data-contact-channel="instagram"] > strong { background: radial-gradient(circle at 31% 107%, #ffd600 0 12%, #ff7a00 28%, #ff0169 54%, #d300c5 72%, #7638fa 100%); border-radius: 7px; }
.contact-float[data-contact-channel="instagram"] > strong::before { content: ""; width: 12px; height: 12px; border: 1.7px solid currentColor; border-radius: 4px; }
.contact-float[data-contact-channel="instagram"] > strong::after { content: ""; position: absolute; width: 4px; height: 4px; border: 1.6px solid currentColor; border-radius: 50%; box-shadow: 4.2px -4.2px 0 -1.3px currentColor; }
.contact-float[data-contact-channel="email"] > strong::before { content: "✉"; font-size: 18px; }
.button-dark { background: var(--ink-deep); }
.faq { background: #f5f3ef; }
.site-footer { background: #060607; }

@media (max-width: 980px) {
  .section { padding: 110px 0; }
  .hero-bg { background-position: 58% center; }
  .riviera-bar { grid-template-columns: auto 1fr; gap: 20px; }
  .riviera-bar strong { text-align: right; }
  .riviera-bar span:last-child { display: none; }
  .hero-foot { right: 22px; }
  .service-gallery { grid-template-columns: 1fr 1fr; }
  .service-card { min-height: 590px; }
  .service-card:last-child { grid-column: 1 / -1; }
  .destinations-heading { grid-template-columns: 1fr; gap: 28px; }
  .destinations-heading > p { max-width: 530px; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-card { min-height: 285px; }
  .proof-card h3 { margin-top: 55px; }
}

@media (max-width: 620px) {
  .section { padding: 88px 0; }
  .site-header { height: 76px; }
  .hero-bg { background-position: 62% center; }
  .hero-bg-day { background-image: linear-gradient(90deg, rgba(5,5,6,.68), rgba(5,5,6,.12)), linear-gradient(0deg, rgba(5,5,6,.82), transparent 60%), url("assets/seliora-hero-riviera-day-v3.jpg"); }
  .hero-bg-night { background-image: linear-gradient(90deg, rgba(5,5,6,.66), rgba(5,5,6,.1)), linear-gradient(0deg, rgba(5,5,6,.84), transparent 60%), url("assets/seliora-hero-riviera-v3.jpg"); }
  .hero h1 { font-size: clamp(55px, 17vw, 78px); line-height: .9; }
  .hero-lede { font-size: 12px; }
  .hero-locations { max-width: 330px; line-height: 1.8; }
  .riviera-bar { grid-template-columns: 1fr; min-height: 82px; padding-inline: 17px; text-align: center; }
  .riviera-bar span:first-child { display: none; }
  .riviera-bar strong { font-size: 15px; line-height: 1.5; text-align: center; }
  .riviera-bar i { margin-inline: 5px; }
  .hero-foot { left: 16px; right: auto; text-align: left; }
  .hero-mode { left: auto; right: 16px; bottom: 20px; gap: 8px; }
  .hero-mode > span { width: 34px; }
  .service-gallery { grid-template-columns: 1fr; }
  .service-card:last-child { grid-column: auto; }
  .service-card { min-height: 590px; }
  .service-card-copy { inset: auto 25px 28px; }
  .service-card h3 { font-size: 49px; }
  .destination-list { width: calc(100% - 32px); }
  .destination-list span { gap: 15px; padding: 18px 5px 22px; font-size: clamp(42px, 13vw, 62px); }
  .destination-list i { width: 24px; }
  .hero-language-switch, .page-language-switch { top: 91px; right: 16px; }
  .language-switch { padding: 6px; }
  .language-switch-label { margin-right: 5px; font-size: 7px; }
  .language-switch button { min-width: 34px; min-height: 32px; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-card { min-height: auto; padding: 28px 24px 32px; }
  .proof-card h3 { max-width: none; margin: 34px 0 14px; font-size: 28px; }
  .instagram-request-list li { grid-template-columns: 30px 1fr; }
  .instagram-request-list small { grid-column: 2; }
  .request-form .travelers-field { max-width: none; }
  .service-availability { margin-top: 26px; }
  .request-form .button { font-size: 8px; letter-spacing: .12em; }
  .direct-contact a { flex-direction: column; align-items: flex-start; gap: 10px; }
  .direct-contact strong { text-align: left; text-transform: none; }
  .contact-float { right: 14px; bottom: 14px; width: 48px; min-height: 48px; padding: 0; justify-content: center; border-radius: 50%; }
  .contact-float span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
}

@media (prefers-reduced-motion: reduce) {
  .service-card, .service-card:nth-child(2), .service-card:nth-child(3) { transition-delay: 0s; }
}

/* Pages réglementaires */
.legal-page { color: var(--ink); background: #f5f3ef; }
.legal-page .site-header { color: white; background: rgba(8,8,9,.96); border-bottom-color: rgba(255,255,255,.14); }
.legal-page .site-header.scrolled { background: rgba(8,8,9,.96); }
.legal-page .desktop-nav a::after { display: none; }
.legal-main { position: relative; min-height: 70vh; padding: 190px 0 120px; }
.legal-hero { display: grid; grid-template-columns: .55fr 1.45fr; gap: 9%; align-items: end; padding-bottom: 70px; border-bottom: 1px solid var(--line); }
.legal-hero .eyebrow { align-self: start; color: #77613f; }
.legal-hero h1 { max-width: 900px; color: var(--ink); font-size: clamp(55px, 7vw, 102px); }
.legal-hero h1 em { color: var(--gold); }
.legal-meta { margin: 24px 0 0; color: #65706e; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.legal-layout { display: grid; grid-template-columns: 240px 1fr; gap: 10%; padding-top: 78px; }
.legal-toc { position: sticky; top: 120px; align-self: start; display: flex; flex-direction: column; gap: 14px; }
.legal-toc p { margin: 0 0 9px; color: #77613f; font-size: 8px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.legal-toc a { width: max-content; color: #66716f; font-size: 11px; }
.legal-toc a:hover { color: var(--ink); }
.legal-content { max-width: 790px; }
.legal-section { scroll-margin-top: 120px; padding: 0 0 48px; margin-bottom: 48px; border-bottom: 1px solid var(--line); }
.legal-section:last-child { margin-bottom: 0; border-bottom: 0; }
.legal-section h2 { margin-bottom: 24px; font-size: clamp(34px, 4vw, 50px); letter-spacing: -.04em; }
.legal-section h3 { margin: 30px 0 10px; font-family: var(--serif); font-size: 23px; font-weight: 400; }
.legal-section p, .legal-section li { color: #5d6967; font-size: 13px; line-height: 1.8; }
.legal-section a { color: var(--ink); border-bottom: 1px solid var(--gold); }
.legal-section ul { padding-left: 20px; }
.legal-pending { margin: 0 0 58px; padding: 24px 28px; color: #5f5443; background: #ece5d8; border-left: 2px solid var(--gold); }
.legal-pending strong { display: block; margin-bottom: 6px; color: var(--ink); font-size: 9px; letter-spacing: .17em; text-transform: uppercase; }
.legal-pending p { margin: 0; font-size: 12px; line-height: 1.7; }
.legal-data { display: grid; grid-template-columns: 190px 1fr; gap: 0; margin: 24px 0; border-top: 1px solid var(--line); }
.legal-data dt, .legal-data dd { margin: 0; padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 12px; line-height: 1.6; }
.legal-data dt { color: #77613f; font-weight: 500; }
.legal-data dd { color: #5d6967; }
.legal-site-footer { padding: 28px 0; color: rgba(255,255,255,.5); background: #060607; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.legal-site-footer .wrap { display: flex; justify-content: space-between; gap: 24px; }
.legal-site-footer a:hover { color: white; }

@media (max-width: 760px) {
  .legal-main { padding: 135px 0 85px; }
  .legal-hero, .legal-layout { grid-template-columns: 1fr; }
  .legal-hero { gap: 18px; padding-bottom: 48px; }
  .legal-layout { gap: 48px; padding-top: 52px; }
  .legal-toc { position: static; padding-bottom: 28px; border-bottom: 1px solid var(--line); }
  .legal-data { grid-template-columns: 1fr; }
  .legal-data dt { padding-bottom: 3px; border-bottom: 0; }
  .legal-data dd { padding-top: 3px; }
  .legal-site-footer .wrap { flex-direction: column; }
}

/* Identité ATRI — bleu nuit, ivoire et calme architectural */
::selection { color: var(--ink-deep); background: var(--riviera-light); }
body,
.faq,
.legal-page { background: var(--paper); }

.site-header {
  background: linear-gradient(180deg, rgba(12,34,50,.7), transparent);
}
.site-header.scrolled,
.legal-page .site-header,
.legal-page .site-header.scrolled {
  color: var(--gold-light);
  background: rgba(12,34,50,.95);
  border-bottom-color: rgba(245,241,232,.16);
}
.brand img {
  width: 46px;
  height: 46px;
  object-fit: contain;
}
.brand-copy strong {
  color: inherit;
  font-size: 21px;
  letter-spacing: .31em;
}
.brand-copy small { letter-spacing: .33em; }
.scroll-progress { background: var(--riviera-light); }

.hero { background: var(--ink-deep); }
.hero-bg-day {
  background-image:
    linear-gradient(90deg, rgba(12,34,50,.79) 0%, rgba(12,34,50,.38) 44%, rgba(12,34,50,.06) 74%),
    linear-gradient(0deg, rgba(12,34,50,.68) 0%, transparent 48%),
    url("assets/seliora-hero-riviera-day-v3.jpg");
}
.hero-bg-night {
  background-image:
    linear-gradient(90deg, rgba(12,34,50,.82) 0%, rgba(12,34,50,.42) 44%, rgba(12,34,50,.08) 74%),
    linear-gradient(0deg, rgba(12,34,50,.8) 0%, transparent 48%),
    url("assets/seliora-hero-riviera-v3.jpg");
}
.hero h1 em,
.hero .eyebrow,
.hero-locations i { color: var(--riviera-light); }
.button-gold {
  color: var(--gold-light);
  background: rgba(20,50,72,.24);
  border-color: rgba(245,241,232,.62);
}
.button-gold:hover {
  color: var(--ink-deep);
  background: var(--gold-light);
  border-color: var(--gold-light);
}
.hero-mode button[aria-pressed="true"] { color: var(--gold-light); }
.hero-mode > span { background: rgba(245,241,232,.25); }
.hero-mode > span i { background: var(--gold-light); }

.signature {
  position: relative;
  overflow: hidden;
  background: var(--paper);
}
.signature::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  right: max(3vw, calc((100vw - 1440px)/2));
  width: min(34vw, 470px);
  aspect-ratio: 1;
  background: url("assets/atri-mark-approved.png") center / contain no-repeat;
  opacity: .055;
  transform: translateY(-50%);
  pointer-events: none;
}
.signature-grid { position: relative; z-index: 1; }
.signature h2 em,
.section-heading h2 em,
.contact h2 em,
.faq h2 em { color: var(--riviera); }
.riviera-bar {
  color: var(--gold-light);
  background: var(--ink);
  border-color: rgba(245,241,232,.2);
}
.riviera-bar span { color: var(--riviera-light); }

.services { background: #f0ece4; }
.service-card {
  border: 1px solid rgba(245,241,232,.18);
  box-shadow: 0 18px 54px rgba(12,34,50,.1);
}
.service-card::after {
  background: linear-gradient(180deg, rgba(12,34,50,.08), rgba(12,34,50,.88));
}
.service-card-top,
.service-card-copy { color: var(--gold-light); }
.service-card-copy a { border-bottom-color: rgba(245,241,232,.4); }
.service-availability span { color: var(--riviera); }

.manifesto-panel {
  color: var(--gold-light);
  background: var(--ink);
}
.manifesto-panel .eyebrow,
.manifesto-panel h2 em,
.manifesto-panel li span { color: var(--riviera-light); }
.manifesto-panel li { border-color: rgba(245,241,232,.16); }
.manifesto-image {
  background-image:
    linear-gradient(rgba(20,50,72,.03), rgba(12,34,50,.3)),
    url("assets/seliora-detail-luxe-v2.jpg");
}

.destinations {
  color: var(--gold-light);
  background:
    radial-gradient(circle at 88% 0%, rgba(171,193,207,.16), transparent 34%),
    linear-gradient(180deg, var(--ink), var(--ink-deep));
}
.destination-list span { border-color: rgba(245,241,232,.14); }
.destination-list i { background: var(--riviera-light); }
.proofs {
  color: var(--gold-light);
  background:
    radial-gradient(circle at 9% 0%, rgba(73,108,133,.42), transparent 31%),
    var(--ink-deep);
}
.proof-card { border-color: rgba(245,241,232,.14); }
.proof-card span { color: var(--riviera-light); }

.contact { background: var(--paper); }
.contact-form {
  background: #fffdf8;
  border-color: rgba(20,50,72,.15);
  box-shadow: 0 26px 70px rgba(12,34,50,.1);
}
.request-assurance,
.prepared-message,
.direct-contact a,
.direct-contact a.is-preferred-contact { background: #ede9e0; }
.request-assurance { color: #536775; }
.button-dark { background: var(--ink); }
.button-dark:hover { background: var(--riviera); }
.direct-contact span,
.instagram-request-list span { color: var(--riviera); }
.contact-float {
  color: var(--gold-light);
  background: rgba(12,34,50,.95);
  border-color: rgba(171,193,207,.55);
}

.site-footer,
.legal-site-footer { background: var(--ink-deep); }
.footer-brand .brand img { width: 60px; height: 60px; }
.footer-links p,
.footer-brand > p { color: var(--riviera-light); }
.legal-hero .eyebrow,
.legal-toc p,
.legal-data dt { color: var(--riviera); }
.legal-pending {
  color: #536775;
  background: #e8e5dd;
  border-left-color: var(--riviera);
}

@media (max-width: 980px) {
  body.menu-open .site-header,
  body.menu-open .site-header.scrolled,
  .mobile-menu {
    color: var(--gold-light);
    background-color: var(--ink-deep);
  }
}

@media (max-width: 620px) {
  .hero-bg-day {
    background-image:
      linear-gradient(90deg, rgba(12,34,50,.82), rgba(12,34,50,.2)),
      linear-gradient(0deg, rgba(12,34,50,.84), transparent 60%),
      url("assets/seliora-hero-riviera-day-v3.jpg");
  }
  .hero-bg-night {
    background-image:
      linear-gradient(90deg, rgba(12,34,50,.84), rgba(12,34,50,.2)),
      linear-gradient(0deg, rgba(12,34,50,.88), transparent 60%),
      url("assets/seliora-hero-riviera-v3.jpg");
  }
  .signature::after { width: 84vw; right: -26vw; opacity: .04; }
}

/* ATRI — Édition éditoriale inspirée des grandes maisons de service */
:root {
  --ink: #143248;
  --ink-deep: #0b1e2b;
  --paper: #f1f0ec;
  --cream: #e8e6e0;
  --gold: #6f8da0;
  --gold-light: #f7f3ea;
  --line: rgba(11, 30, 43, .16);
  --wrap: min(1260px, calc(100% - 72px));
}

body {
  color: #15191c;
  background: var(--paper);
  font-weight: 300;
}

.section { padding: 128px 0; }
.eyebrow {
  margin-bottom: 28px;
  color: #5e7889;
  font-size: 9px;
  letter-spacing: .3em;
}

h1,
h2,
.service-card h3,
.request-form-title,
.accordion summary {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -.045em;
}

.site-header,
.site-header.scrolled,
.legal-page .site-header,
.legal-page .site-header.scrolled {
  height: 80px;
  padding-inline: max(28px, calc((100vw - 1400px) / 2));
  color: var(--gold-light);
  background: rgba(10, 27, 39, .97);
  border-bottom: 1px solid rgba(247, 243, 234, .14);
  box-shadow: none;
  backdrop-filter: blur(18px);
}

.site-header .brand img {
  width: 38px;
  height: 38px;
}

.site-header .brand-copy strong {
  font-size: 18px;
  letter-spacing: .34em;
}

.site-header .brand-copy small {
  margin-top: 6px;
  font-size: 6px;
  letter-spacing: .36em;
}

.desktop-nav { gap: 38px; }
.desktop-nav a {
  font-size: 9px;
  letter-spacing: .16em;
}

.header-cta {
  min-height: 42px;
  padding: 0 22px;
  color: var(--ink-deep);
  background: var(--gold-light);
  border: 1px solid var(--gold-light);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  font-size: 9px;
  letter-spacing: .14em;
}

.header-cta:hover {
  color: var(--gold-light);
  background: transparent;
}

.hero {
  min-height: 760px;
  height: 100svh;
  max-height: 940px;
  color: var(--gold-light);
  background: var(--ink-deep);
}

.hero::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 80px;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: rgba(247, 243, 234, .08);
  pointer-events: none;
}

.hero-bg {
  inset: 80px 0 0 auto;
  width: 50%;
  height: calc(100% - 80px);
  transform: none;
  animation: none;
  background-image: url("assets/atri-paris-hero-v1.png");
  background-position: 46% center;
  background-size: cover;
}

.hero-bg-day {
  opacity: 1 !important;
  filter: saturate(.82) contrast(.98);
}

.hero-bg-day::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(11, 30, 43, .12), transparent 42%);
}

.hero-bg-night,
.hero[data-mode="night"] .hero-bg-night {
  display: none;
}

.hero-content {
  position: relative;
  z-index: 3;
  height: 100%;
  padding-top: 80px;
  padding-right: calc(50% + 70px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.hero h1 {
  max-width: 620px;
  font-size: clamp(58px, 5.8vw, 86px);
  line-height: .98;
}

.hero h1 em { color: #dbe5ea; }
.hero-eyebrow { color: #abc1cf; }

.hero-lede {
  max-width: 540px;
  margin: 30px 0 24px;
  color: rgba(247, 243, 234, .76);
  font-size: 13px;
  line-height: 1.72;
}

.hero-locations {
  margin: 0 0 36px;
  color: rgba(247, 243, 234, .58);
}

.hero-actions { gap: 24px; }
.button {
  min-height: 52px;
  padding-inline: 24px;
  border-radius: 999px;
  font-size: 9px;
  letter-spacing: .15em;
}

.button-gold {
  color: var(--ink-deep);
  background: var(--gold-light);
  border-color: var(--gold-light);
  backdrop-filter: none;
}

.button-gold:hover {
  color: var(--gold-light);
  background: transparent;
}

.text-link {
  padding: 17px 0 7px;
  color: rgba(247, 243, 234, .86);
  font-size: 9px;
  letter-spacing: .14em;
}

.hero-foot,
.hero-mode,
.scroll-cue { display: none; }

.hero-language-switch {
  top: 102px;
  right: max(24px, calc((100vw - 1400px) / 2));
}

.language-switch {
  padding: 4px;
  background: rgba(11, 30, 43, .72);
  border-color: rgba(247, 243, 234, .22);
  box-shadow: none;
}

.language-switch-label { display: none; }
.language-switch button {
  min-width: 34px;
  min-height: 30px;
}

.signature {
  color: #17222a;
  background: #faf9f6;
}

.signature-grid {
  grid-template-columns: .9fr 1.1fr;
  gap: 13%;
  padding-top: 0;
  border-top: 0;
  align-items: start;
}

.signature h2 { font-size: clamp(54px, 6vw, 84px); }
.signature h2 em { color: #496c85; }
.signature-copy { max-width: 560px; }
.signature-copy .lead {
  color: #253540;
  font-size: clamp(25px, 2.4vw, 34px);
  line-height: 1.35;
}
.signature-copy > p:not(.lead) {
  max-width: 500px;
  color: #66727a;
  font-size: 13px;
}
.signature::after {
  right: 4vw;
  width: min(27vw, 390px);
  opacity: .035;
}

.arrow-link {
  gap: 34px;
  border-bottom-color: rgba(11, 30, 43, .36);
  font-size: 9px;
}

.riviera-bar {
  min-height: 68px;
  padding-inline: max(28px, calc((100vw - 1400px) / 2));
  color: #dce7ec;
  background: #112d40;
}

.riviera-bar strong {
  font-size: clamp(17px, 1.8vw, 25px);
  letter-spacing: .015em;
}

.services {
  color: #15191c;
  background: #ecebe7;
}

.services .section-heading > p {
  color: #65717a;
}

.services h2 em { color: #496c85; }
.section-heading {
  grid-template-columns: 1fr 390px;
  margin-bottom: 58px;
}

.service-gallery {
  gap: 18px;
  background: transparent;
  border: 0;
}

.service-card {
  min-height: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #faf9f6;
  border: 0;
  box-shadow: 0 16px 48px rgba(11, 30, 43, .08);
}

.service-card::after { display: none; }

.service-card-bg {
  position: relative;
  inset: auto;
  z-index: 0;
  width: 100%;
  height: 370px;
  flex: 0 0 370px;
  filter: saturate(.84) contrast(.95);
  transform: none;
}

.service-card:hover .service-card-bg {
  filter: saturate(.98) contrast(.98);
  transform: scale(1.025);
}

.service-villas .service-card-bg { background-position: 67% center; }
.service-yachts .service-card-bg { background-position: 55% center; }
.service-cars .service-card-bg { background-position: 55% center; }

.service-card-top {
  z-index: 2;
  inset: 24px 24px auto;
  color: rgba(255, 255, 255, .9);
  text-shadow: 0 1px 18px rgba(0, 0, 0, .28);
}

.service-card-copy {
  position: static;
  inset: auto;
  flex: 1;
  padding: 32px 30px 36px;
  color: #17232b;
}

.service-card h3 {
  margin: 0 0 18px;
  color: #17232b;
  font-size: clamp(38px, 3.2vw, 48px);
  line-height: .98;
}

.service-card p {
  min-height: 84px;
  margin-bottom: 24px;
  color: #657179;
  font-size: 12px;
}

.service-card a {
  color: #17232b;
  border-bottom-color: rgba(11, 30, 43, .34);
}

.service-availability {
  color: #68747b;
}

.manifesto {
  min-height: 720px;
  color: var(--gold-light);
  background: var(--ink-deep);
}

.manifesto-image {
  min-height: 720px;
  background-image:
    linear-gradient(rgba(11, 30, 43, .04), rgba(11, 30, 43, .18)),
    url("assets/seliora-detail-luxe-v2.jpg");
}

.manifesto-panel {
  min-height: 720px;
  padding: 100px max(54px, calc((100vw - 1260px) / 2));
  padding-left: 7vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--gold-light);
  background: var(--ink-deep);
}

.manifesto-panel > p:not(.eyebrow) {
  color: rgba(247, 243, 234, .66);
}

.approach { background: #faf9f6; }
.approach .section-heading > p { color: #66727a; }

.steps { margin-top: 66px; }
.steps li > span,
.step-line i { color: #496c85; border-color: #496c85; }
.step-line i { background: #faf9f6; }

.destinations {
  position: relative;
  color: var(--gold-light);
  background:
    linear-gradient(90deg, rgba(11, 30, 43, .94), rgba(11, 30, 43, .64) 55%, rgba(11, 30, 43, .48)),
    url("assets/seliora-hero-riviera-v3.jpg") center / cover;
}

.destinations::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11, 30, 43, .1), rgba(11, 30, 43, .36));
  pointer-events: none;
}

.destinations > * {
  position: relative;
  z-index: 1;
}

.destinations-heading > p { color: rgba(247, 243, 234, .64); }
.destination-list span {
  color: var(--gold-light);
  border-color: rgba(247, 243, 234, .2);
}

.proofs {
  color: #17232b;
  background: #e7e5df;
}

.proofs .section-heading > p,
.proof-card p { color: #66727a; }
.proofs h2 em { color: #496c85; }

.proof-grid {
  border-color: rgba(11, 30, 43, .16);
}

.proof-card {
  min-height: 310px;
  background: rgba(255, 255, 255, .28);
  border-color: rgba(11, 30, 43, .16);
}

.proof-card > span { color: #496c85; }
.proof-card h3 { color: #17232b; }

.contact {
  color: var(--gold-light);
  background: var(--ink-deep);
}

.contact-grid {
  grid-template-columns: .86fr 1.14fr;
  gap: 9%;
}

.contact-intro .eyebrow { color: #abc1cf; }
.contact h2 em { color: #dce7ec; }

.contact-intro > p:not(.eyebrow) {
  color: rgba(247, 243, 234, .65);
}

.contact-note {
  border-top-color: rgba(247, 243, 234, .16);
}

.contact-note > span {
  color: #abc1cf;
  border-color: #abc1cf;
}

.contact-note strong { color: var(--gold-light); }

.direct-contact {
  background: rgba(247, 243, 234, .14);
  border-color: rgba(247, 243, 234, .14);
}

.direct-contact a,
.direct-contact a.is-preferred-contact {
  color: var(--gold-light);
  background: rgba(255, 255, 255, .045);
}

.direct-contact a:hover {
  color: var(--ink-deep);
  background: var(--gold-light);
}

.direct-contact span { color: #abc1cf; }

.contact-form {
  color: #17232b;
  background: #f8f7f3;
  border: 0;
  box-shadow: 0 36px 90px rgba(0, 0, 0, .2);
}

.contact-form .eyebrow { color: #5e7889; }
.button-dark {
  color: white;
  background: #143248;
}

.button-dark:hover { background: #496c85; }

.faq { background: #faf9f6; }
.faq h2 em { color: #496c85; }

.site-footer {
  padding-top: 86px;
  background: #081722;
}

.footer-brand > p,
.footer-links p { color: #abc1cf; }

.contact-float {
  min-height: 50px;
  padding: 0 20px;
  color: var(--ink-deep);
  background: var(--gold-light);
  border: 0;
  border-radius: 999px;
  box-shadow: 0 15px 42px rgba(0, 0, 0, .22);
}

.contact-float:hover {
  color: var(--gold-light);
  background: #496c85;
}

@media (max-width: 980px) {
  :root { --wrap: min(100% - 44px, 820px); }

  .site-header,
  .site-header.scrolled {
    height: 72px;
    grid-template-columns: 1fr auto;
  }

  body.menu-open .site-header,
  body.menu-open .site-header.scrolled,
  .mobile-menu {
    background: var(--ink-deep);
  }

  .mobile-menu { inset: 71px 0 0; }

  .hero {
    min-height: 920px;
    height: 100svh;
    max-height: none;
  }

  .hero::before { display: none; }

  .hero-bg {
    inset: auto 0 0;
    width: 100%;
    height: 45%;
  }

  .hero-content {
    height: 55%;
    padding: 120px 0 40px;
    justify-content: center;
  }

  .hero h1 { max-width: 680px; }
  .hero-lede { max-width: 610px; }
  .hero-language-switch { top: 90px; right: 22px; }

  .signature-grid,
  .section-heading,
  .contact-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .signature-grid { gap: 54px; }
  .service-gallery { grid-template-columns: 1fr 1fr; }
  .service-card:last-child { grid-column: 1 / -1; }
  .service-card:last-child .service-card-bg { height: 430px; flex-basis: 430px; }
  .manifesto { grid-template-columns: 1fr; }
  .manifesto-image,
  .manifesto-panel { min-height: 560px; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  :root { --wrap: calc(100% - 32px); }
  .section { padding: 84px 0; }

  .site-header,
  .site-header.scrolled { padding-inline: 16px; }

  .site-header .brand img {
    width: 36px;
    height: 36px;
  }

  .hero {
    min-height: 880px;
    height: 100svh;
  }

  .hero-content {
    height: 58%;
    padding: 105px 0 30px;
  }

  .hero-bg { height: 42%; }

  .hero h1 {
    max-width: 350px;
    font-size: clamp(48px, 14.5vw, 67px);
  }

  .hero-lede {
    margin: 24px 0 18px;
    font-size: 12px;
  }

  .hero-locations {
    margin-bottom: 24px;
    font-size: 7px;
  }

  .hero-actions {
    width: 100%;
    align-items: flex-start;
    gap: 12px;
  }

  .button { min-height: 48px; }
  .text-link { padding-top: 10px; }

  .hero-language-switch {
    top: 82px;
    right: 14px;
  }

  .signature h2 { font-size: clamp(45px, 13vw, 61px); }
  .riviera-bar { min-height: 74px; }
  .service-gallery { grid-template-columns: 1fr; }
  .service-card:last-child { grid-column: auto; }
  .service-card-bg,
  .service-card:last-child .service-card-bg {
    height: 310px;
    flex-basis: 310px;
  }

  .service-card-copy { padding: 28px 24px 32px; }
  .service-card p { min-height: 0; }
  .manifesto-image { min-height: 390px; }
  .manifesto-panel {
    min-height: 0;
    padding: 72px 22px;
  }

  .proof-grid { grid-template-columns: 1fr; }
  .proof-card { min-height: 0; }

  .contact-grid { gap: 58px; }
  .contact-form { padding: 30px 22px; }

  .contact-float {
    right: 14px;
    bottom: 14px;
    width: 50px;
    min-height: 50px;
    padding: 0;
    justify-content: center;
  }
}

/* Carrousel de services — navigation horizontale éditoriale */
.services .wrap {
  width: 100%;
  max-width: none;
}

.services .section-heading,
.services .service-availability {
  width: var(--wrap);
  margin-inline: auto;
}

.services .section-heading { margin-bottom: 52px; }

.carousel-nav {
  display: flex;
  gap: 10px;
  margin-top: 34px;
}

.carousel-nav button {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  padding: 0;
  color: #17232b;
  background: transparent;
  border: 1px solid rgba(11, 30, 43, .32);
  border-radius: 50%;
  cursor: pointer;
  font-size: 18px;
  transition: color .25s ease, background .25s ease, border-color .25s ease, opacity .25s ease;
}

.carousel-nav button:hover:not(:disabled) {
  color: var(--gold-light);
  background: var(--ink-deep);
  border-color: var(--ink-deep);
}

.carousel-nav button:disabled {
  cursor: default;
  opacity: .28;
}

.service-gallery {
  display: flex;
  width: 100%;
  gap: 18px;
  padding: 0 max(36px, calc((100vw - 1260px) / 2)) 32px;
  overflow-x: auto;
  overflow-y: hidden;
  background: transparent;
  border: 0;
  scroll-behavior: smooth;
  scroll-padding-left: max(36px, calc((100vw - 1260px) / 2));
  scroll-snap-type: x mandatory;
  scrollbar-color: rgba(11, 30, 43, .35) transparent;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}

.service-gallery:focus-visible {
  outline: 1px solid #496c85;
  outline-offset: -4px;
}

.service-gallery::-webkit-scrollbar { height: 4px; }
.service-gallery::-webkit-scrollbar-track { background: transparent; }
.service-gallery::-webkit-scrollbar-thumb {
  background: rgba(11, 30, 43, .34);
  border-radius: 999px;
}

.service-card,
.service-card:last-child {
  grid-column: auto;
  flex: 0 0 clamp(350px, 31vw, 440px);
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

@media (max-width: 980px) {
  .service-card,
  .service-card:last-child {
    flex-basis: min(72vw, 520px);
  }
}

@media (max-width: 620px) {
  .services .section-heading,
  .services .service-availability {
    width: var(--wrap);
  }

  .carousel-nav { margin-top: 26px; }

  .service-gallery {
    gap: 12px;
    padding-inline: 16px;
    scroll-padding-left: 16px;
  }

  .service-card,
  .service-card:last-child {
    flex-basis: calc(100vw - 48px);
  }
}

/* Hero editorial carousel */
.hero-media {
  position: absolute;
  inset: 80px 0 0 auto;
  width: 50%;
  height: calc(100% - 80px);
  overflow: hidden;
  background: #091722;
}

.hero-slide {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0;
  transform: scale(1.025);
  background-position: center;
  background-size: cover;
  transition: opacity .75s ease, transform 3.8s cubic-bezier(.2, .65, .3, 1);
  pointer-events: none;
}

.hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(4, 13, 20, .04) 45%, rgba(4, 13, 20, .58) 100%),
    linear-gradient(90deg, rgba(4, 13, 20, .14), transparent 42%);
}

.hero-slide.is-active {
  z-index: 1;
  opacity: 1;
  transform: scale(1);
}

.hero-slide-paris {
  background-image: url("assets/atri-paris-hero-v1.png");
  background-position: 46% center;
}

.hero-slide-villa {
  background-image: url("assets/seliora-hero-riviera-day-v3.jpg");
  background-position: 64% center;
}

.hero-slide-yacht {
  background-image: url("assets/seliora-yacht-v2.jpg");
  background-position: center 58%;
}

.hero-slide-viano {
  background-image: url("assets/seliora-viano-real.jpg");
  background-position: center;
}

.hero-slide > span {
  position: absolute;
  z-index: 2;
  left: 30px;
  bottom: 29px;
  color: rgba(255, 255, 255, .92);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  text-shadow: 0 1px 12px rgba(0, 0, 0, .45);
}

.hero-slide-controls {
  position: absolute;
  z-index: 5;
  right: 30px;
  bottom: 24px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 11px;
  background: rgba(5, 16, 24, .56);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  backdrop-filter: blur(10px);
}

.hero-slide-controls button {
  position: relative;
  width: 24px;
  height: 14px;
  padding: 0;
  overflow: hidden;
  background: transparent;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
}

.hero-slide-controls button::before,
.hero-slide-controls button i {
  content: "";
  position: absolute;
  inset: 6px 0 auto;
  height: 2px;
  background: rgba(255, 255, 255, .38);
  border-radius: 999px;
}

.hero-slide-controls button i {
  z-index: 1;
  width: 0;
  background: #fff;
}

.hero-slide-controls button.is-active i {
  animation: hero-slide-progress 3s linear forwards;
}

.hero-slide-controls button:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

@keyframes hero-slide-progress {
  from { width: 0; }
  to { width: 100%; }
}

@media (max-width: 980px) {
  .hero-media {
    inset: auto 0 0;
    width: 100%;
    height: 45%;
  }
}

@media (max-width: 620px) {
  .hero-media { height: 42%; }

  .hero-slide > span {
    left: 18px;
    bottom: 23px;
    max-width: calc(100% - 175px);
    line-height: 1.45;
  }

  .hero-slide-controls {
    right: 16px;
    bottom: 17px;
    gap: 6px;
    padding: 8px 9px;
  }

  .hero-slide-controls button { width: 19px; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-slide { transition: opacity .2s ease; }
  .hero-slide-controls button.is-active i { animation: none; width: 100%; }
}

/* ATRI — editorial and spacious direction */
.legacy-section { display: none !important; }

body {
  color: #18252d;
  background: #f1eee8;
}

.section { padding: clamp(120px, 14vw, 200px) 0; }

.site-header {
  height: 84px;
  padding-inline: max(24px, calc((100vw - 1320px) / 2));
  background: linear-gradient(180deg, rgba(5, 14, 21, .48), transparent);
  border-bottom-color: rgba(255, 255, 255, .16);
}

.site-header.scrolled {
  height: 70px;
  color: #18252d;
  background: rgba(241, 238, 232, .94);
  border-bottom-color: rgba(24, 37, 45, .12);
  box-shadow: none;
}

.hero {
  min-height: 720px;
  height: 100svh;
  max-height: none;
  color: #fff;
  background: #07141d;
}

.hero::before { display: none; }

.hero-media {
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-slide::after {
  background:
    linear-gradient(90deg, rgba(4, 12, 18, .68) 0%, rgba(4, 12, 18, .34) 43%, rgba(4, 12, 18, .08) 75%),
    linear-gradient(180deg, rgba(4, 12, 18, .24) 0%, transparent 33%, rgba(4, 12, 18, .42) 100%);
}

.hero-slide-villa {
  background-image: url("assets/atri-suite-riviera-v2.png");
  background-position: center;
}

.hero-slide-paris {
  background-image: url("https://images.unsplash.com/photo-1644589104114-41ea93fc02e7?auto=format&fit=crop&fm=jpg&ixlib=rb-4.1.0&q=82&w=2400");
  background-position: center;
}

.hero-slide-yacht {
  background-image: url("https://images.pexels.com/photos/34469584/pexels-photo-34469584.jpeg?cs=srgb&fm=jpg&w=2400");
  background-position: center;
}

.hero-slide-viano {
  background-image: url("https://images.unsplash.com/photo-1578557904035-f68542b3770e?auto=format&fit=crop&fm=jpg&ixlib=rb-4.1.0&q=82&w=2400");
  background-position: center;
}

.hero-content {
  height: 100%;
  padding: 150px 46% 90px 0;
  justify-content: flex-end;
}

.hero h1 {
  max-width: 720px;
  font-size: clamp(64px, 7.2vw, 112px);
  line-height: .91;
  text-shadow: 0 2px 30px rgba(0, 0, 0, .17);
}

.hero h1 em { color: #fff; }
.hero-eyebrow { color: rgba(255, 255, 255, .82); }

.hero-lede {
  max-width: 510px;
  margin: 30px 0 18px;
  color: rgba(255, 255, 255, .82);
  font-size: 13px;
  line-height: 1.72;
}

.hero-locations {
  margin-bottom: 28px;
  color: rgba(255, 255, 255, .62);
}

.hero-actions { gap: 26px; }

.button-gold {
  color: #13212a;
  background: #f2efe9;
  border-color: #f2efe9;
}

.button-gold:hover {
  color: #fff;
  background: transparent;
  border-color: rgba(255, 255, 255, .7);
}

.hero-slide > span {
  right: 32px;
  bottom: 75px;
  left: auto;
}

.hero-slide-controls {
  right: 30px;
  bottom: 28px;
  background: rgba(4, 12, 18, .42);
}

.minimal-intro {
  background: #f1eee8;
}

.minimal-intro-grid {
  display: grid;
  grid-template-columns: .42fr 1fr;
  gap: 11%;
  align-items: start;
}

.minimal-intro .eyebrow {
  padding-top: 17px;
  color: #66747d;
}

.minimal-intro h2 {
  max-width: 900px;
  font-size: clamp(54px, 6.5vw, 96px);
  line-height: .98;
}

.minimal-intro h2 em,
.minimal-services h2 em,
.minimal-destinations h2 em,
.minimal-contact h2 em {
  color: #496c85;
}

.minimal-intro-grid > div > p {
  max-width: 620px;
  margin: 40px 0 0 auto;
  color: #66747d;
  font-size: 14px;
}

.minimal-services {
  padding-top: 30px;
  background: #f1eee8;
}

.minimal-services-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 40px;
  margin-bottom: 62px;
}

.minimal-services-heading h2 {
  font-size: clamp(48px, 5.3vw, 78px);
}

.minimal-services .carousel-nav {
  display: flex;
  flex: 0 0 auto;
  gap: 8px;
  margin: 0 0 8px;
}

.minimal-services .carousel-nav button {
  width: 42px;
  height: 42px;
  border-color: rgba(24, 37, 45, .24);
}

.minimal-service-gallery {
  gap: 24px;
  padding: 0 max(24px, calc((100vw - 1220px) / 2)) 18px;
  scroll-padding-left: max(24px, calc((100vw - 1220px) / 2));
}

.minimal-service-gallery .service-card,
.minimal-service-gallery .service-card:last-child {
  flex: 0 0 clamp(270px, 27vw, 340px);
  overflow: visible;
  background: transparent;
  box-shadow: none;
}

.minimal-service-gallery .service-card-bg,
.minimal-service-gallery .service-card:last-child .service-card-bg {
  height: 300px;
  flex-basis: 300px;
  filter: saturate(.88) contrast(.98);
}

.minimal-service-gallery .service-villas .service-card-bg {
  background-image: url("assets/atri-suite-riviera-v2.png");
  background-position: 55% center;
}

.minimal-service-gallery .service-yachts .service-card-bg {
  background-image: url("https://images.pexels.com/photos/34469584/pexels-photo-34469584.jpeg?cs=srgb&fm=jpg&w=1600");
  background-position: center;
}

.minimal-service-gallery .service-cars .service-card-bg {
  background-image: url("https://images.unsplash.com/photo-1578557904035-f68542b3770e?auto=format&fit=crop&fm=jpg&ixlib=rb-4.1.0&q=82&w=1600");
  background-position: center;
}

.minimal-service-gallery .service-card-top {
  position: absolute;
  inset: 18px 18px auto;
  color: rgba(255, 255, 255, .94);
}

.minimal-service-gallery .service-card-copy {
  padding: 24px 0 0;
  color: #18252d;
}

.minimal-service-gallery .service-card h3 {
  margin-bottom: 12px;
  color: #18252d;
  font-size: clamp(29px, 2.5vw, 36px);
  line-height: 1.04;
}

.minimal-service-gallery .service-card p {
  min-height: 0;
  margin: 0 0 19px;
  color: #6b777e;
  font-size: 12px;
}

.minimal-service-gallery .service-card a {
  color: #18252d;
  font-size: 8px;
}

.minimal-destinations {
  background: #f1eee8;
}

.minimal-destinations-grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 12%;
  align-items: end;
  padding-top: 42px;
  padding-bottom: 42px;
  border-top: 1px solid rgba(24, 37, 45, .16);
  border-bottom: 1px solid rgba(24, 37, 45, .16);
}

.minimal-destinations h2 {
  font-size: clamp(55px, 6vw, 88px);
}

.minimal-city-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.minimal-city-list span {
  padding: 24px 0;
  border-top: 1px solid rgba(24, 37, 45, .14);
  font-family: var(--serif);
  font-size: clamp(24px, 2.6vw, 36px);
}

.minimal-city-list span:nth-child(odd) { padding-right: 28px; }
.minimal-city-list span:nth-child(even) { padding-left: 28px; border-left: 1px solid rgba(24, 37, 45, .14); }
.minimal-city-list span:nth-child(-n + 2) { border-top: 0; }

.minimal-contact {
  padding-top: 80px;
  background: #f1eee8;
}

.minimal-contact-grid {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 12%;
  align-items: start;
}

.minimal-contact h2 {
  font-size: clamp(52px, 5.6vw, 82px);
}

.minimal-contact-intro > p:not(.eyebrow) {
  max-width: 430px;
  margin: 34px 0;
  color: #68757d;
  font-size: 13px;
}

.minimal-direct-links {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  row-gap: 18px;
}

.minimal-direct-links a {
  padding-bottom: 7px;
  border-bottom: 1px solid rgba(24, 37, 45, .34);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.minimal-direct-links .minimal-instagram-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.minimal-instagram-link .social-icon {
  width: 18px;
  height: 18px;
  flex-basis: 18px;
  border-radius: 5px;
}

.minimal-instagram-link small {
  margin-left: 4px;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .02em;
  text-transform: none;
}

.minimal-request-form {
  padding-top: 9px;
}

.minimal-request-form label {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 28px;
  color: #5e6c74;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.minimal-request-form input,
.minimal-request-form select,
.minimal-request-form textarea {
  width: 100%;
  padding: 13px 0;
  color: #18252d;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(24, 37, 45, .2);
  border-radius: 0;
  outline: none;
  font-size: 13px;
  letter-spacing: 0;
  text-transform: none;
}

.minimal-request-form textarea { resize: vertical; }

.minimal-request-form input:focus,
.minimal-request-form select:focus,
.minimal-request-form textarea:focus {
  border-bottom-color: #496c85;
}

.minimal-request-form .button-dark {
  width: auto;
  min-width: 280px;
  color: #f2efe9;
  background: #122b3d;
}

.minimal-request-form .form-status {
  max-width: 560px;
  text-align: left;
}

.minimal-request-form .form-privacy {
  margin-top: 18px;
  color: #7b858b;
}

.site-footer {
  padding-top: 72px;
  background: #0c2232;
}

@media (max-width: 980px) {
  .hero-media {
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .hero-content {
    height: 100%;
    padding: 140px 0 86px;
    justify-content: flex-end;
  }

  .hero h1 { max-width: 720px; }
  .hero-lede { max-width: 540px; }

  .minimal-intro-grid,
  .minimal-destinations-grid,
  .minimal-contact-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .minimal-intro-grid > div > p { margin-left: 0; }

  .minimal-service-gallery .service-card,
  .minimal-service-gallery .service-card:last-child {
    flex-basis: min(47vw, 340px);
  }
}

@media (max-width: 620px) {
  .section { padding: 110px 0; }

  .hero {
    min-height: 760px;
    height: 100svh;
  }

  .hero-content {
    height: 100%;
    padding: 120px 0 72px;
  }

  .hero h1 {
    max-width: 360px;
    font-size: clamp(53px, 15.5vw, 70px);
  }

  .hero-lede {
    max-width: 330px;
    margin-top: 24px;
  }

  .hero-locations { display: none; }

  .hero-actions {
    width: auto;
    flex-direction: row;
    align-items: center;
  }

  .hero-actions .text-link { display: none; }

  .hero-slide > span {
    right: auto;
    bottom: 67px;
    left: 16px;
    max-width: calc(100% - 32px);
  }

  .hero-slide-controls {
    right: 16px;
    bottom: 20px;
  }

  .minimal-intro h2,
  .minimal-services-heading h2,
  .minimal-destinations h2,
  .minimal-contact h2 {
    font-size: clamp(47px, 14vw, 64px);
  }

  .minimal-services { padding-top: 10px; }

  .minimal-services-heading {
    align-items: end;
    margin-bottom: 40px;
  }

  .minimal-services .carousel-nav { margin-bottom: 3px; }

  .minimal-service-gallery {
    gap: 14px;
    padding-inline: 16px;
    scroll-padding-left: 16px;
  }

  .minimal-service-gallery .service-card,
  .minimal-service-gallery .service-card:last-child {
    flex-basis: min(78vw, 310px);
  }

  .minimal-service-gallery .service-card-bg,
  .minimal-service-gallery .service-card:last-child .service-card-bg {
    height: 265px;
    flex-basis: 265px;
  }

  .minimal-city-list { grid-template-columns: 1fr; }
  .minimal-city-list span,
  .minimal-city-list span:nth-child(odd),
  .minimal-city-list span:nth-child(even) {
    padding: 19px 0;
    border-top: 1px solid rgba(24, 37, 45, .14);
    border-left: 0;
  }
  .minimal-city-list span:first-child { border-top: 0; }

  .minimal-contact { padding-top: 50px; }

  .minimal-request-form .field-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .minimal-request-form .button-dark {
    width: 100%;
    min-width: 0;
  }
}

/* Photographies fournies par ATRI — carrousel horizontal uniquement */
.minimal-service-gallery .service-villas .service-card-bg {
  background-image: url("assets/atri-villa-ramatuelle-partner-v1.jpg");
  background-color: #20372d;
  background-position: center 46%;
  background-repeat: no-repeat;
  background-size: auto 112%;
  border: 0;
  box-shadow: none;
}

.minimal-service-gallery .service-villas:hover .service-card-bg {
  transform: none;
}

.minimal-service-gallery .service-yachts .service-card-bg {
  background-image: url("assets/atri-yacht-orange-partner-v1.jpg");
  background-position: center 54%;
}

.minimal-service-gallery .service-cars .service-card-bg {
  background-image: url("assets/atri-viano-domain-partner-v1.jpg");
  background-color: #080808;
  background-position: center 44%;
  background-repeat: no-repeat;
  background-size: 135% auto;
}

.minimal-service-gallery .service-cars:hover .service-card-bg {
  transform: none;
}

/* L'intérieur du Class V VIP est réservé au diaporama d'accueil. */
.hero-slide-viano {
  background-image: url("assets/atri-viano-vip-partner-v1.jpg");
  background-color: #080808;
  background-position: center 40%;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Vue aérienne partenaire réservée au passage Yachts du diaporama. */
.hero-slide-yacht {
  background-image: url("assets/atri-yacht-aerial-partner-v1.jpg");
  background-color: #052846;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* La suite avec vue mer ouvre désormais le diaporama. */
.hero-slide-villa {
  background-image: url("assets/atri-suite-sea-view-partner-v1.jpg");
  background-color: #d8d5d0;
  background-position: center 52%;
  background-repeat: no-repeat;
  background-size: cover;
}

/* La chambre parisienne remplace le deuxième passage du diaporama. */
.hero-slide-paris {
  background-image: url("assets/atri-parisian-suite-partner-v1.jpg");
  background-color: #ddd6ca;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
