:root {
  --ink: #0a2832;
  --ink-soft: #496069;
  --navy: #082f3c;
  --navy-2: #0b4354;
  --aqua: #0fa6bc;
  --aqua-dark: #087e91;
  --aqua-pale: #e8f8fa;
  --gold: #e1b34d;
  --paper: #ffffff;
  --mist: #f3f7f7;
  --line: #dbe6e8;
  --green: #18774a;
  --shadow: 0 24px 70px rgba(4, 36, 46, .14);
  --radius-lg: 30px;
  --radius-md: 20px;
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Assistant", "Segoe UI", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
.visual-filters { position: absolute; width: 0; height: 0; overflow: hidden; }
body.menu-open { overflow: hidden; }
img, video { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.section { padding: 112px 0; }
.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; inset-block-start: 12px; inset-inline-start: 12px; z-index: 999; background: white; color: var(--navy); padding: 10px 16px; border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: 84px;
  background: rgba(255,255,255,.93);
  border-bottom: 1px solid rgba(219,230,232,.9);
  backdrop-filter: blur(16px);
}
.header-inner { height: 100%; display: flex; align-items: center; gap: 30px; }
.brand { flex: none; display: grid; place-items: center; width: 148px; height: 64px; overflow: hidden; }
.brand img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.site-nav { display: flex; align-items: center; gap: 4px; }
.site-nav a { padding: 10px 12px; border-radius: 10px; color: var(--ink-soft); font-weight: 700; font-size: .95rem; }
.site-nav a:hover { color: var(--navy); background: var(--mist); }
.header-actions { margin-inline-start: auto; display: flex; align-items: center; gap: 10px; }
.header-phone { direction: ltr; font-weight: 800; color: var(--navy); }
.language-label select { min-height: 42px; border: 1px solid var(--line); border-radius: 10px; background: white; color: var(--ink); padding: 6px 10px; cursor: pointer; }
.menu-button { display: none; width: 46px; height: 46px; padding: 10px; border: 0; border-radius: 10px; background: var(--mist); cursor: pointer; }
.menu-button span { display: block; height: 2px; margin: 5px 0; border-radius: 2px; background: var(--navy); }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 13px 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  line-height: 1.1;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
  cursor: pointer;
}
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 44px; padding: 10px 18px; font-size: .92rem; }
.button-primary { color: white; background: var(--aqua-dark); box-shadow: 0 12px 28px rgba(8,126,145,.24); }
.button-primary:hover { background: var(--navy-2); box-shadow: 0 16px 34px rgba(8,126,145,.32); }
.button-whatsapp { color: white; background: var(--green); box-shadow: 0 12px 28px rgba(24,119,74,.18); }
.button-whatsapp:hover { background: #115c39; }
.button-ghost { color: white; border-color: rgba(255,255,255,.45); background: rgba(255,255,255,.08); }
.button-ghost:hover { background: rgba(255,255,255,.16); }
.button-full { width: 100%; border: 0; }

.hero { position: relative; overflow: hidden; color: white; background: var(--navy); }
.hero::before { content: ""; position: absolute; width: 620px; height: 620px; inset: -300px auto auto -180px; border-radius: 50%; background: rgba(15,166,188,.14); filter: blur(4px); }
.hero::after { content: ""; position: absolute; width: 520px; height: 520px; inset: auto -240px -250px auto; border-radius: 50%; border: 1px solid rgba(255,255,255,.11); box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.018); }
.hero-watermark { position: absolute; inset-inline-start: 50%; inset-block-start: 22px; transform: translateX(-50%); white-space: nowrap; font-size: clamp(6rem, 15vw, 13rem); line-height: 1; font-weight: 800; letter-spacing: -.06em; color: rgba(255,255,255,.025); pointer-events: none; }
.hero-grid { position: relative; z-index: 2; min-height: 690px; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 70px; padding-block: 74px 92px; }
.eyebrow { margin: 0 0 14px; color: var(--aqua); font-size: .82rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero h1 { max-width: 720px; margin: 0; font-size: clamp(3rem, 6.2vw, 5.7rem); line-height: .98; letter-spacing: -.045em; font-weight: 800; }
.hero-lead { max-width: 640px; margin: 26px 0 30px; color: rgba(255,255,255,.78); font-size: 1.17rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.trust-row { display: grid; grid-template-columns: repeat(3, auto); justify-content: start; gap: 0; margin-top: 42px; }
.trust-row > div { padding-inline: 24px; border-inline-start: 1px solid rgba(255,255,255,.16); }
.trust-row > div:first-child { padding-inline-start: 0; border-inline-start: 0; }
.trust-row strong { display: block; color: var(--gold); font-size: 1.45rem; line-height: 1; }
.trust-row span { display: block; margin-top: 8px; color: rgba(255,255,255,.66); font-size: .78rem; }
.hero-visual { position: relative; padding: 20px 18px 30px; }
.hero-image-frame { position: relative; aspect-ratio: 4 / 5; overflow: hidden; border-radius: 180px 180px 28px 28px; box-shadow: var(--shadow); border: 1px solid rgba(255,255,255,.16); }
.hero-image-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 62%, rgba(4,26,34,.32)); pointer-events: none; }
.hero-image-frame img { width: 100%; height: 100%; object-fit: cover; }
.result-chip { position: absolute; z-index: 2; inset-inline-end: 22px; inset-block-end: 22px; padding: 8px 14px; border-radius: 999px; background: rgba(255,255,255,.92); color: var(--navy); font-weight: 800; font-size: .82rem; }
.hero-proof { position: absolute; z-index: 3; inset-inline-start: -34px; inset-block-end: 0; width: 250px; display: grid; grid-template-columns: 92px 1fr; align-items: center; gap: 14px; padding: 10px; border-radius: 18px; color: var(--ink); background: white; box-shadow: var(--shadow); }
.hero-proof img { width: 92px; height: 78px; object-fit: cover; border-radius: 12px; }
.hero-proof strong, .hero-proof span { display: block; }
.hero-proof strong { font-size: .95rem; }
.hero-proof span { color: var(--ink-soft); font-size: .72rem; }
.service-strip { position: relative; z-index: 3; border-top: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.035); }
.strip-inner { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 26px; color: rgba(255,255,255,.74); font-size: .85rem; font-weight: 700; }
.strip-inner span { position: relative; white-space: nowrap; }
.strip-inner span:not(:last-child)::after { content: ""; position: absolute; inset-inline-end: -31px; top: 50%; width: 6px; height: 6px; border-radius: 50%; background: var(--aqua); transform: translateY(-50%); }

.section-heading { max-width: 720px; margin-bottom: 50px; }
.section-heading h2, .pricing h2, .contact h2, .video-section h2 { margin: 0; color: var(--navy); font-size: clamp(2.25rem, 4.2vw, 4rem); line-height: 1.05; letter-spacing: -.035em; }
.section-heading > p:last-child, .pricing-copy > p, .contact-copy > p, .video-copy > p { max-width: 630px; margin: 18px 0 0; color: var(--ink-soft); }
.section-heading-light h2 { color: white; }
.section-heading-light > p:last-child { color: rgba(255,255,255,.67); }

.services { background: var(--mist); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-card { position: relative; min-height: 290px; display: flex; flex-direction: column; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius-md); background: white; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card:hover { transform: translateY(-6px); border-color: rgba(15,166,188,.55); box-shadow: 0 22px 45px rgba(4,36,46,.1); }
.service-card.featured { color: white; background: var(--navy); border-color: var(--navy); }
.service-index { color: var(--aqua-dark); font-size: .82rem; font-weight: 800; letter-spacing: .1em; }
.featured .service-index { color: var(--aqua); }
.popular { position: absolute; inset-block-start: 22px; inset-inline-end: 22px; padding: 5px 10px; border-radius: 999px; color: var(--navy); background: var(--gold); font-size: .72rem; font-weight: 800; }
.service-card h3 { margin: auto 0 8px; color: var(--navy); font-size: 1.4rem; line-height: 1.15; }
.service-card p { margin: 0 0 18px; color: var(--ink-soft); font-size: .94rem; }
.service-card a { align-self: flex-start; color: var(--aqua-dark); border-bottom: 1px solid currentColor; font-size: .9rem; font-weight: 800; }
.featured h3 { color: white; }
.featured p { color: rgba(255,255,255,.68); }
.featured a { color: var(--gold); }

.work { color: white; background: var(--navy); }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 300px; gap: 16px; }
.gallery-card { position: relative; overflow: hidden; padding: 0; border: 0; border-radius: 18px; background: var(--navy-2); cursor: zoom-in; }
.gallery-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(1,19,25,.82)); }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.gallery-card:hover img { transform: scale(1.035); }
.gallery-card span { position: absolute; z-index: 2; inset-inline: 20px; inset-block-end: 18px; color: white; text-align: start; font-weight: 800; }
.gallery-tall { grid-row: span 2; }
.gallery-wide { grid-column: span 2; }

.video-section { background: white; }
.video-layout { display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: 72px; }
.check-list { display: grid; gap: 12px; margin: 28px 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-inline-start: 30px; color: var(--ink-soft); }
.check-list li::before { content: "✓"; position: absolute; inset-inline-start: 0; color: var(--aqua-dark); font-weight: 800; }
.text-link { color: var(--aqua-dark); border-bottom: 1px solid currentColor; font-weight: 800; }
.video-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.video-grid figure { margin: 0; overflow: hidden; border-radius: 20px; background: var(--navy); box-shadow: 0 18px 45px rgba(4,36,46,.12); }
.video-grid video { width: 100%; aspect-ratio: 9 / 14; object-fit: cover; background: #061f28; }
.video-grid figcaption { padding: 13px 16px; color: white; font-size: .86rem; font-weight: 700; }

.process { background: var(--mist); }
.process .section-heading { text-align: center; margin-inline: auto; }
.process-grid { counter-reset: item; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 0; padding: 0; list-style: none; }
.process-grid li { position: relative; min-height: 250px; padding: 30px; border-radius: var(--radius-md); background: white; border: 1px solid var(--line); }
.process-grid li > span { display: grid; place-items: center; width: 54px; height: 54px; margin-bottom: 42px; border-radius: 50%; color: white; background: var(--aqua-dark); font-weight: 800; box-shadow: 0 10px 24px rgba(8,126,145,.2); }
.process-grid li:not(:last-child)::after { content: ""; position: absolute; top: 56px; inset-inline-end: -19px; width: 20px; border-top: 2px dashed rgba(15,166,188,.42); }
.process-grid h3 { margin: 0 0 8px; color: var(--navy); font-size: 1.35rem; }
.process-grid p { margin: 0; color: var(--ink-soft); font-size: .94rem; }

.pricing { background: #e9f8f9; }
.pricing-layout { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 90px; }
.pricing-copy .button { margin-top: 30px; }
.price-list { overflow: hidden; border-radius: var(--radius-lg); border: 1px solid rgba(15,166,188,.22); background: white; box-shadow: var(--shadow); }
.price-list > div { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 26px; border-bottom: 1px solid var(--line); }
.price-list > div:last-child { border-bottom: 0; }
.price-list span { color: var(--ink-soft); }
.price-list strong { color: var(--navy); white-space: nowrap; }

.contact { padding-bottom: 64px; }
.contact-card { position: relative; overflow: hidden; display: grid; grid-template-columns: .86fr 1.14fr; gap: 70px; padding: 64px; border-radius: var(--radius-lg); color: white; background: var(--navy); }
.contact-card::after { content: ""; position: absolute; width: 380px; height: 380px; inset: auto -160px -190px auto; border-radius: 50%; background: rgba(15,166,188,.13); }
.contact-copy { position: relative; z-index: 2; }
.contact h2 { color: white; }
.contact-copy > p { color: rgba(255,255,255,.68); }
.direct-contact { display: grid; gap: 12px; margin-top: 34px; }
.direct-contact a { width: fit-content; }
.direct-contact span, .direct-contact strong { display: block; }
.direct-contact span { color: rgba(255,255,255,.55); font-size: .78rem; }
.direct-contact strong { direction: ltr; color: white; }
.quote-form { position: relative; z-index: 2; display: grid; gap: 16px; padding: 28px; border-radius: 22px; color: var(--ink); background: white; box-shadow: var(--shadow); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.quote-form label { display: grid; gap: 7px; color: var(--navy); font-size: .86rem; font-weight: 800; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; min-height: 50px; padding: 11px 13px; border: 1px solid var(--line); border-radius: 11px; color: var(--ink); background: #f8fbfb; font-weight: 500; }
.quote-form textarea { resize: vertical; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { outline: 3px solid rgba(15,166,188,.2); border-color: var(--aqua); background: white; }
.form-note { margin: -4px 0 0; color: var(--ink-soft); text-align: center; font-size: .75rem; }

.faq { padding-top: 64px; }
.faq-layout { display: grid; grid-template-columns: .74fr 1.26fr; gap: 80px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 24px 42px 24px 0; color: var(--navy); font-size: 1.08rem; font-weight: 800; cursor: pointer; list-style: none; }
[dir="ltr"] .faq-list summary { padding: 24px 0 24px 42px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::before, .faq-list summary::after { content: ""; position: absolute; inset-inline-start: 6px; top: 34px; width: 14px; height: 2px; background: var(--aqua-dark); transition: transform .2s ease; }
.faq-list summary::after { transform: rotate(90deg); }
.faq-list details[open] summary::after { transform: rotate(0); }
.faq-list p { margin: -8px 0 22px; padding-inline-end: 42px; color: var(--ink-soft); }

.site-footer { padding: 68px 0 22px; color: rgba(255,255,255,.7); background: #051f28; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr 1fr; gap: 80px; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-grid strong { margin-bottom: 10px; color: white; }
.footer-grid a:hover { color: var(--aqua); }
.footer-brand img { width: 178px; height: 90px; object-fit: contain; border-radius: 12px; background: white; mix-blend-mode: screen; }
.footer-brand p { max-width: 420px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 54px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.09); font-size: .82rem; }

.whatsapp-float { position: fixed; z-index: 45; inset-inline-end: 22px; inset-block-end: 22px; display: grid; place-items: center; width: 58px; height: 58px; border-radius: 50%; color: white; background: var(--green); box-shadow: 0 12px 28px rgba(0,0,0,.24); font-size: .72rem; font-weight: 800; }
.mobile-cta { display: none; }
.lightbox { width: min(92vw, 760px); max-height: 92vh; padding: 0; border: 0; border-radius: 18px; overflow: visible; color: white; background: transparent; }
.lightbox::backdrop { background: rgba(2,18,24,.9); backdrop-filter: blur(8px); }
.lightbox img { width: 100%; max-height: 82vh; object-fit: contain; border-radius: 14px; }
.lightbox p { margin: 10px 0 0; text-align: center; }
.lightbox-close { position: absolute; z-index: 2; inset-inline-end: -8px; inset-block-start: -46px; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; color: white; background: rgba(255,255,255,.1); font-size: 1.5rem; cursor: pointer; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .site-nav { display: none; position: fixed; inset: 84px 0 auto; flex-direction: column; align-items: stretch; padding: 18px 20px 26px; background: white; border-bottom: 1px solid var(--line); box-shadow: 0 18px 38px rgba(4,36,46,.13); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 13px 16px; }
  .menu-button { display: block; order: -1; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 34px; }
  .hero h1 { font-size: clamp(3rem, 7vw, 4.5rem); }
  .hero-proof { inset-inline-start: 0; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .video-layout { gap: 38px; }
  .contact-card { padding: 46px; gap: 36px; }
}

@media (max-width: 760px) {
  body { font-size: 16px; padding-bottom: 64px; }
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .section { padding: 78px 0; }
  .site-header { height: 72px; }
  .brand { width: 116px; height: 54px; }
  .site-nav { inset-block-start: 72px; }
  .header-phone, .header-actions .button { display: none; }
  .header-actions { margin-inline-start: auto; }
  .language-label select { max-width: 96px; min-height: 40px; font-size: .82rem; }
  .menu-button { order: initial; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; padding-block: 58px 44px; }
  .hero h1 { font-size: clamp(3rem, 15vw, 4.35rem); }
  .hero-lead { font-size: 1.05rem; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .trust-row { grid-template-columns: repeat(3, 1fr); }
  .trust-row > div { padding-inline: 10px; }
  .trust-row strong { font-size: 1.2rem; }
  .trust-row span { font-size: .68rem; }
  .hero-visual { padding-inline: 0; }
  .hero-image-frame { aspect-ratio: 4/4.8; border-radius: 130px 130px 22px 22px; }
  .hero-proof { width: 220px; inset-inline-start: 8px; grid-template-columns: 78px 1fr; }
  .hero-proof img { width: 78px; height: 68px; }
  .strip-inner { overflow-x: auto; justify-content: flex-start; padding-block: 18px; scrollbar-width: none; }
  .strip-inner::-webkit-scrollbar { display: none; }
  .service-grid, .process-grid, .pricing-layout, .contact-card, .faq-layout, .footer-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 260px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 240px; gap: 10px; }
  .gallery-tall { grid-row: span 2; }
  .gallery-wide { grid-column: span 2; }
  .video-layout { grid-template-columns: 1fr; }
  .video-grid { gap: 10px; }
  .process-grid li:not(:last-child)::after { display: none; }
  .pricing-layout, .faq-layout { gap: 42px; }
  .contact-card { width: calc(100% - 20px); padding: 36px 18px; border-radius: 24px; }
  .field-row { grid-template-columns: 1fr; }
  .footer-grid { gap: 34px; }
  .footer-bottom { flex-direction: column; margin-top: 36px; }
  .whatsapp-float { display: none; }
  .mobile-cta { position: fixed; z-index: 60; inset: auto 0 0; display: grid; grid-template-columns: 1fr 1.35fr; min-height: 64px; padding: 8px max(10px, env(safe-area-inset-right)) calc(8px + env(safe-area-inset-bottom)) max(10px, env(safe-area-inset-left)); gap: 8px; background: rgba(255,255,255,.96); border-top: 1px solid var(--line); backdrop-filter: blur(14px); }
  .mobile-cta a { display: grid; place-items: center; border-radius: 10px; color: var(--navy); background: var(--mist); font-weight: 800; }
  .mobile-cta a:last-child { color: white; background: var(--green); }
}

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

/* ===== Direction visuelle simple et photographique ===== */
.site-header {
  height: 76px;
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 8px 30px rgba(5, 35, 44, .06);
}
.header-inner { gap: 24px; }
.brand { width: 142px; height: 62px; }
.site-nav { gap: 12px; }
.site-nav a {
  position: relative;
  padding: 10px 4px;
  border-radius: 0;
  color: #314f58;
  font-size: .94rem;
}
.site-nav a::after {
  content: "";
  position: absolute;
  inset-inline: 4px;
  bottom: 5px;
  height: 2px;
  background: var(--aqua-dark);
  transform: scaleX(0);
  transition: transform .2s ease;
}
.site-nav a:hover { color: var(--navy); background: transparent; }
.site-nav a:hover::after { transform: scaleX(1); }
.header-phone { font-size: .92rem; }
.language-label select { border: 0; background: var(--mist); }

.hero {
  min-height: 690px;
  background:
    linear-gradient(90deg, rgba(5, 30, 39, .18) 0%, rgba(5, 30, 39, .58) 48%, rgba(5, 30, 39, .9) 100%),
    url("img/hero.jpg") center 45% / cover no-repeat;
}
[dir="ltr"] .hero {
  background:
    linear-gradient(270deg, rgba(5, 30, 39, .18) 0%, rgba(5, 30, 39, .58) 48%, rgba(5, 30, 39, .9) 100%),
    url("img/hero.jpg") center 45% / cover no-repeat;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  width: auto;
  height: auto;
  border-radius: 0;
  background: linear-gradient(180deg, rgba(5, 30, 39, .05), rgba(5, 30, 39, .22));
  filter: none;
}
.hero::after, .hero-watermark, .hero-visual { display: none; }
.hero-grid {
  min-height: 690px;
  grid-template-columns: 1fr;
  gap: 0;
  padding-block: 90px 110px;
}
.hero-copy { max-width: 760px; }
.hero .eyebrow { color: #76e2ee; letter-spacing: .15em; }
.hero h1 {
  max-width: 740px;
  font-size: clamp(3.4rem, 6.4vw, 6rem);
  line-height: .98;
  text-shadow: 0 3px 30px rgba(0, 0, 0, .18);
}
.hero-lead {
  max-width: 690px;
  color: rgba(255, 255, 255, .88);
  font-size: 1.22rem;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .22);
}
.hero-actions .button-primary { background: var(--aqua); box-shadow: 0 14px 34px rgba(0, 0, 0, .2); }
.hero-actions .button-primary:hover { background: #0b8fa2; }
.trust-row { margin-top: 38px; }
.trust-row strong { color: white; }
.trust-row span { color: rgba(255, 255, 255, .76); }
.service-strip {
  border-top: 0;
  color: var(--ink);
  background: white;
  box-shadow: 0 -8px 34px rgba(3, 32, 41, .12);
}
.strip-inner { min-height: 78px; color: var(--ink); }
.strip-inner span { color: #2a4c56; }
.strip-inner span:not(:last-child)::after { background: var(--gold); }

.section { padding: 96px 0; }
.section-heading { max-width: 800px; margin-bottom: 42px; }
.section-heading h2, .pricing h2, .contact h2, .video-section h2 {
  font-size: clamp(2.25rem, 4vw, 3.8rem);
}
.services { background: #f5f8f8; }
.service-grid { gap: 18px; }
.service-card {
  isolation: isolate;
  min-height: 390px;
  overflow: hidden;
  padding: 28px;
  border: 0;
  color: white;
  background-color: var(--navy);
  background-position: center;
  background-size: cover;
  box-shadow: 0 16px 38px rgba(4, 36, 46, .12);
}
.service-card:nth-child(1) { background-image: url("img/sofa.jpg"); }
.service-card:nth-child(2) { background-image: url("img/result-chair.jpg"); }
.service-card:nth-child(3) { background-image: url("img/result-ac.jpg"); }
.service-card:nth-child(4) { background-image: url("img/hero.jpg"); }
.service-card:nth-child(5) { background-image: url("img/window.jpg"); }
.service-card:nth-child(6) { background-image: url("img/hero-large-office-cleaning.jpg"); }
.service-card::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(180deg, rgba(4, 25, 32, .06) 20%, rgba(4, 25, 32, .9) 100%);
  transition: background .25s ease;
}
.service-card:hover { transform: translateY(-4px); border-color: transparent; box-shadow: 0 22px 46px rgba(4, 36, 46, .18); }
.service-card:hover::before { background: linear-gradient(180deg, rgba(4, 25, 32, .12) 10%, rgba(4, 25, 32, .94) 100%); }
.service-card > * { position: relative; z-index: 1; }
.service-index, .featured .service-index { color: #a9edf4; }
.service-card h3, .featured h3 { color: white; font-size: 1.55rem; }
.service-card p, .featured p { color: rgba(255, 255, 255, .82); }
.service-card a, .featured a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, .46);
  border-radius: 999px;
  color: white;
  background: rgba(255, 255, 255, .1);
}
.popular { color: var(--navy); background: white; }

.work { color: var(--ink); background: white; }
.section-heading-light { margin-inline: auto; text-align: center; }
.section-heading-light h2 { color: var(--navy); }
.section-heading-light > p:last-child { color: var(--ink-soft); }
.gallery-grid {
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 420px;
  gap: 18px;
}
.gallery-card, .gallery-tall, .gallery-wide {
  grid-column: auto;
  grid-row: auto;
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(4, 36, 46, .12);
}
.gallery-card::after { background: linear-gradient(180deg, transparent 58%, rgba(2, 22, 28, .82)); }
.gallery-card span { font-size: 1rem; }

.video-section { background: #f5f8f8; }
.video-grid figure { border: 1px solid var(--line); box-shadow: 0 12px 30px rgba(4, 36, 46, .1); }
.process { background: white; }
.process-grid li { background: #f7fafa; }
.pricing { background: #e9f7f8; }
.contact-card { border-radius: 22px; }
.faq { background: white; }

@media (max-width: 1050px) {
  .site-nav { inset-block-start: 76px; }
  .hero-grid { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .site-header { height: 70px; }
  .site-nav { inset-block-start: 70px; }
  .header-inner { gap: 10px; }
  .brand { width: 112px; height: 52px; }
  .hero, [dir="ltr"] .hero {
    min-height: auto;
    background:
      linear-gradient(180deg, rgba(5, 30, 39, .62) 0%, rgba(5, 30, 39, .86) 78%, rgba(5, 30, 39, .96) 100%),
      url("img/hero.jpg") 58% center / cover no-repeat;
  }
  .hero-grid { min-height: 640px; padding-block: 70px 64px; align-items: end; }
  .hero h1 { font-size: clamp(2.85rem, 13vw, 4rem); line-height: 1; }
  .hero-lead { font-size: 1rem; }
  .trust-row { margin-top: 28px; }
  .service-strip { overflow: hidden; }
  .strip-inner { min-height: 68px; }
  .section { padding: 72px 0; }
  .service-grid, .gallery-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 360px; }
  .gallery-grid { grid-auto-rows: 390px; }
  .video-grid video { aspect-ratio: 9 / 13; }
}

/* ===== Mélange avec l'ancienne identité : bleu, photos plein écran, sans cadres ===== */
.brand {
  width: auto;
  height: 64px;
  display: flex;
  align-items: center;
  gap: 10px;
  overflow: visible;
}
.brand img { width: 82px; height: 56px; flex: none; }
.brand-copy { display: block; min-width: 118px; line-height: 1.1; }
.brand-copy strong { display: block; color: var(--navy); font-size: 1.02rem; }
.brand-copy small { display: block; margin-top: 5px; color: var(--ink-soft); font-size: .7rem; font-weight: 600; }

.hero {
  position: relative;
  min-height: 660px;
  background: #07526a;
}
.hero-backgrounds { position: absolute; z-index: 0; inset: 0; overflow: hidden; }
.hero-backgrounds::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 36, 48, .38), rgba(6, 88, 112, .74) 52%, rgba(3, 42, 55, .92)),
    linear-gradient(180deg, rgba(4, 78, 101, .22), rgba(2, 41, 53, .35));
}
[dir="ltr"] .hero-backgrounds::after {
  background:
    linear-gradient(270deg, rgba(3, 36, 48, .38), rgba(6, 88, 112, .74) 52%, rgba(3, 42, 55, .92)),
    linear-gradient(180deg, rgba(4, 78, 101, .22), rgba(2, 41, 53, .35));
}
.hero-photo-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  background-position: center;
  background-size: cover;
  transform: scale(1.01);
  animation: powerWashHero 17.5s linear infinite;
}
.hero-slide-1 { opacity: 1; background-image: url("img/ac-professional.jpg"); animation-delay: 0s; background-position: center 42%; }
.hero-slide-2 { background-image: url("img/hero-window-professional.jpg"); animation-delay: 3.5s; background-position: center 45%; }
.hero-slide-3 { background-image: url("img/hero-sofa-professional-light.jpg"); animation-delay: 7s; background-position: center 48%; }
.hero-slide-4 { background-image: url("img/hero-office-floor-polishing.jpg"); animation-delay: 10.5s; background-position: center 48%; }
.hero-slide-5 { background-image: url("img/hero-large-office-cleaning.jpg"); animation-delay: 14s; background-position: center 46%; }
@keyframes powerWashHero {
  0% { opacity: 0; transform: scale(1.01); }
  2.5% { opacity: 1; }
  17% { opacity: 1; }
  20% { opacity: 0; transform: scale(1.055); }
  100% { opacity: 0; transform: scale(1.055); }
}
.hero::before {
  z-index: 1;
  background: radial-gradient(circle at 80% 50%, rgba(16, 175, 202, .16), transparent 48%);
}
.hero-grid { min-height: 660px; padding-block: 88px 104px; }
.hero-copy { max-width: 790px; }
.hero .eyebrow { color: #e3b84e; }
.hero h1 { max-width: 820px; font-size: clamp(3.35rem, 5.8vw, 5.55rem); }
.hero-actions .button-primary { background: var(--green); }
.hero-actions .button-primary:hover { background: #125f3c; }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px; }
.trust-row > div,
.trust-row > div:first-child {
  min-width: 142px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 15px;
  border: 1px solid rgba(255, 255, 255, .36);
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  backdrop-filter: blur(7px);
}
.trust-row strong { font-size: 1rem; }
.trust-row span { margin-top: 0; font-size: .78rem; }

.services { background: #e9f6fa; }
.service-grid { gap: 10px; }
.service-card {
  min-height: 400px;
  border-radius: 0;
  box-shadow: none;
}
.service-card:hover { transform: none; box-shadow: none; }
.work { color: white; background: #063747; }
.section-heading-light h2 { color: white; }
.section-heading-light > p:last-child { color: rgba(255, 255, 255, .72); }
.work .eyebrow { color: #71d9e7; }
.gallery-grid { gap: 10px; }
.gallery-card,
.gallery-tall,
.gallery-wide {
  border-radius: 0;
  box-shadow: none;
}
.gallery-card:hover img { transform: scale(1.025); }
.video-section { background: #dff2f7; }
.video-grid { gap: 10px; }
.video-grid figure { border: 0; border-radius: 0; box-shadow: none; }
.video-grid figcaption { background: #063747; }

@media (max-width: 1050px) {
  .brand-copy { display: none; }
  .brand img { width: 112px; height: 56px; }
}

@media (max-width: 760px) {
  .brand { width: 108px; height: 52px; }
  .brand img { width: 108px; height: 52px; }
  .hero { min-height: auto; }
  .hero-backgrounds::after,
  [dir="ltr"] .hero-backgrounds::after {
    background: linear-gradient(180deg, rgba(3, 62, 81, .52), rgba(3, 45, 59, .9) 74%, rgba(2, 35, 46, .98));
  }
  .hero-photo-slide { background-position: center; }
  .hero-slide-1 { background-position: 52% center; }
  .hero-slide-2 { background-position: 42% center; }
  .hero-slide-3 { background-position: 42% center; }
  .hero-slide-4 { background-position: 34% center; }
  .hero-slide-5 { background-position: 40% center; }
  .hero-grid { min-height: 650px; padding-block: 82px 58px; }
  .hero h1 { font-size: clamp(2.8rem, 12.5vw, 3.85rem); }
  .trust-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; }
  .trust-row > div,
  .trust-row > div:first-child {
    min-width: 0;
    display: block;
    padding: 9px 5px;
    text-align: center;
  }
  .trust-row span { margin-top: 4px; }
  .service-card { min-height: 370px; }
  .gallery-grid { gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-photo-slide { animation: none; opacity: 0; transform: none; }
  .hero-slide-1 { opacity: 1; }
}

/* ===== Mobile premium : cadrage adaptatif et carrousel fiable ===== */
h1, h2, h3, .button, .site-nav a, .trust-row strong {
  font-family: "Heebo", "Assistant", "Segoe UI", Arial, sans-serif;
}

.hero-backgrounds::after {
  z-index: 2;
  pointer-events: none;
}

.hero-photo-slide {
  z-index: 0;
  opacity: 0;
  animation: none;
  transform: scale(1.015);
  transition: opacity .75s ease, transform 3.5s linear;
  will-change: opacity, transform;
}

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

.hero h1 {
  font-weight: 900;
  letter-spacing: -.035em;
}

.hero-lead {
  line-height: 1.65;
}

@media (max-width: 760px) {
  body { font-size: 15.75px; }
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .site-header { height: 70px; }
  .header-inner { gap: 8px; }
  .brand { width: 106px; height: 50px; }
  .brand img { width: 106px; height: 50px; }
  .menu-button { width: 46px; height: 46px; }
  .language-label select { min-height: 42px; max-width: 92px; padding-inline: 8px; }

  .hero-grid {
    min-height: clamp(600px, calc(100svh - 70px), 760px);
    padding-block: clamp(62px, 9svh, 84px) calc(78px + env(safe-area-inset-bottom));
    align-items: end;
  }
  .hero-copy { width: 100%; max-width: 620px; }
  .hero .eyebrow {
    margin-bottom: 10px;
    font-size: .72rem;
    line-height: 1.45;
    letter-spacing: .1em;
  }
  .hero h1 {
    max-width: 560px;
    font-size: clamp(2.25rem, 10.6vw, 3.25rem);
    line-height: 1.02;
    text-wrap: balance;
  }
  html:not([lang="he"]) .hero h1 {
    font-size: clamp(2.05rem, 9.4vw, 3rem);
    line-height: 1.06;
  }
  .hero-lead {
    max-width: 560px;
    margin: 18px 0 22px;
    font-size: clamp(.94rem, 3.9vw, 1.04rem);
    line-height: 1.62;
  }
  .hero-actions { gap: 9px; }
  .hero-actions .button { min-height: 52px; padding: 12px 18px; font-size: .96rem; }
  .trust-row { margin-top: 22px; gap: 6px; }
  .trust-row > div,
  .trust-row > div:first-child { padding: 9px 4px; }
  .trust-row strong { font-size: 1rem; }
  .trust-row span { font-size: .65rem; line-height: 1.25; }
  .service-strip { box-shadow: 0 -6px 24px rgba(3, 32, 41, .1); }
  .strip-inner { min-height: 62px; padding-block: 14px; font-size: .78rem; }

  .hero-slide-1 { background-position: 52% center; }
  .hero-slide-2 { background-position: 39% center; }
  .hero-slide-3 { background-position: 40% center; }
  .hero-slide-4 { background-position: 31% center; }
  .hero-slide-5 { background-position: 37% center; }
}

@media (max-width: 375px) {
  .shell { width: min(calc(100% - 22px), var(--shell)); }
  .brand { width: 98px; }
  .brand img { width: 98px; }
  .language-label select { max-width: 84px; font-size: .76rem; }
  .hero-grid {
    min-height: max(590px, calc(100svh - 70px));
    padding-block: 56px calc(76px + env(safe-area-inset-bottom));
  }
  .hero h1 { font-size: clamp(2.1rem, 10.8vw, 2.75rem); }
  .hero-lead { margin-block: 15px 18px; font-size: .93rem; }
  .hero-actions .button { min-height: 50px; }
  .trust-row { margin-top: 18px; }
}

@media (max-width: 340px) {
  .language-label select { max-width: 76px; padding-inline: 5px; }
  .brand, .brand img { width: 90px; }
  .hero h1 { font-size: 2rem; }
  .hero .eyebrow { font-size: .65rem; }
  .trust-row span { font-size: .59rem; }
}

@media (max-width: 920px) and (max-height: 560px) and (orientation: landscape) {
  .header-phone, .header-actions .button { display: none; }
  .site-header { height: 64px; }
  .site-nav { inset-block-start: 64px; }
  .brand, .brand img { height: 46px; }
  .hero-grid {
    min-height: max(500px, calc(100svh - 64px));
    padding-block: 42px 30px;
  }
  .hero h1 { max-width: 620px; font-size: clamp(2.3rem, 6.5vw, 3.4rem); }
  .hero-lead { max-width: 610px; margin-block: 14px 18px; font-size: .95rem; }
  .hero-actions { display: flex; }
  .trust-row { margin-top: 18px; }
  .service-strip { display: none; }
  .hero-slide-1 { background-position: center 40%; }
  .hero-slide-2 { background-position: center 42%; }
  .hero-slide-3 { background-position: center 48%; }
  .hero-slide-4 { background-position: center 48%; }
  .hero-slide-5 { background-position: center 46%; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-photo-slide,
  .hero-slide-1 { opacity: 0; transform: none; transition: opacity .2s ease !important; }
  .hero-photo-slide.is-active { opacity: 1; transform: none; }
}

/* ===== En-tête corporate à onglets + photos mobiles entièrement visibles ===== */
.site-header {
  height: 84px;
  background: linear-gradient(135deg, rgba(249, 250, 250, .98), rgba(230, 233, 235, .98) 58%, rgba(214, 219, 222, .98));
  border-bottom: 1px solid rgba(42, 54, 59, .2);
  box-shadow: 0 8px 26px rgba(10, 28, 35, .1);
}

.site-header::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  inset-block-end: 0;
  height: 3px;
  background: linear-gradient(90deg, #3f484d 0 18%, #087d91 18% 70%, #1c915b 70% 100%);
}

.header-inner { gap: 18px; }
.brand {
  padding: 3px 8px;
  border: 1px solid rgba(58, 68, 73, .14);
  border-radius: 10px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .72), rgba(208, 213, 216, .55));
}
.brand img {
  filter: saturate(.78) contrast(1.06);
  mix-blend-mode: multiply;
}
.brand-copy strong { color: #27383e; }
.brand-copy small { color: #5c696e; }
.menu-button { display: none !important; }

.site-nav {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-inline: auto;
}
.site-nav a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border: 1px solid transparent;
  border-radius: 6px;
  color: #3f4d52;
  font-size: .88rem;
  font-weight: 800;
  white-space: nowrap;
  transition: color .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.site-nav a::after { display: none; }
.site-nav a:hover {
  color: #152d35;
  border-color: rgba(42, 60, 67, .18);
  background: rgba(255, 255, 255, .62);
}
.site-nav a.active,
.site-nav a[aria-current="location"] {
  color: white;
  border-color: #3d494e;
  background: linear-gradient(135deg, #465157, #2f393e);
  box-shadow: 0 5px 14px rgba(28, 40, 45, .18);
}
.language-label select {
  border: 1px solid rgba(48, 63, 69, .17);
  background: rgba(255, 255, 255, .7);
}
#services, #work, #process, #pricing, #faq, #contact { scroll-margin-top: 132px; }

.hero-slide-1 { --hero-image: url("img/ac-professional.jpg"); }
.hero-slide-2 { --hero-image: url("img/hero-window-professional.jpg"); }
.hero-slide-3 { --hero-image: url("img/hero-sofa-professional-light.jpg"); }
.hero-slide-4 { --hero-image: url("img/hero-office-floor-polishing.jpg"); }
.hero-slide-5 { --hero-image: url("img/hero-large-office-cleaning.jpg"); }

@media (max-width: 1050px) {
  .site-header { height: 122px; }
  .header-inner {
    height: 100%;
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-template-rows: 66px 52px;
    grid-template-areas:
      "brand space actions"
      "nav nav nav";
    gap: 0 12px;
  }
  .brand { grid-area: brand; }
  .header-actions { grid-area: actions; }
  .header-phone, .header-actions .button { display: none; }
  .site-nav {
    grid-area: nav;
    position: static;
    width: 100%;
    display: flex !important;
    flex-direction: row;
    align-items: center;
    gap: 7px;
    margin: 0;
    padding: 4px 0 8px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
    scroll-snap-type: inline proximity;
    background: transparent;
    border: 0;
    box-shadow: none;
  }
  .site-nav::-webkit-scrollbar { display: none; }
  .site-nav a {
    flex: 0 0 auto;
    min-height: 39px;
    padding-inline: 15px;
    scroll-snap-align: center;
    border-color: rgba(54, 68, 73, .13);
    background: rgba(255, 255, 255, .48);
  }
}

@media (max-width: 760px) {
  .site-header { height: 118px; }
  .header-inner {
    width: 100%;
    padding-inline: 12px;
    grid-template-rows: 64px 50px;
  }
  .brand { width: 104px; height: 50px; padding: 2px 5px; }
  .brand img { width: 94px; height: 46px; }
  .brand-copy { display: none; }
  .header-actions { margin-inline-start: 0; }
  .language-label select { min-height: 40px; max-width: 92px; }
  .site-nav { gap: 6px; padding-block: 1px 5px; }
  .site-nav a { min-height: 42px; padding: 8px 13px; font-size: .79rem; }

  .hero-photo-slide {
    overflow: hidden;
    background-color: #123b47;
    background-image: none !important;
    transform: none;
    transition: opacity .7s ease;
  }
  .hero-photo-slide.is-active { transform: none; }
  .hero-photo-slide::before,
  .hero-photo-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--hero-image);
    background-repeat: no-repeat;
  }
  .hero-photo-slide::before {
    inset: -24px;
    background-position: center;
    background-size: cover;
    filter: blur(22px) saturate(.72) brightness(.66);
    transform: scale(1.09);
  }
  .hero-photo-slide::after {
    background-position: center top;
    background-size: 100% auto;
    filter: saturate(.9) contrast(1.03);
  }
  .hero-backgrounds::after,
  [dir="ltr"] .hero-backgrounds::after {
    background: linear-gradient(180deg,
      rgba(5, 34, 42, .04) 0,
      rgba(5, 34, 42, .08) 45vw,
      rgba(4, 43, 56, .82) 62vw,
      rgba(3, 35, 46, .97) 82vw,
      rgba(2, 29, 38, .99) 100%);
  }
  .hero-grid {
    min-height: max(690px, calc(100svh - 118px));
    padding-block: calc(56.25vw + 24px) calc(78px + env(safe-area-inset-bottom));
    align-items: end;
  }
}

@media (max-width: 375px) {
  .header-inner { padding-inline: 10px; }
  .brand { width: 94px; }
  .brand img { width: 84px; }
  .language-label select { max-width: 84px; }
  .site-nav a { padding-inline: 12px; }
  .hero-grid {
    min-height: 680px;
    padding-block: calc(56.25vw + 20px) calc(76px + env(safe-area-inset-bottom));
  }
}

@media (max-width: 920px) and (max-height: 560px) and (orientation: landscape) {
  .site-header { height: 108px; }
  .header-inner { grid-template-rows: 58px 46px; }
  .brand, .brand img { height: 44px; }
  .site-nav { padding-block: 1px 6px; }
  .site-nav a { min-height: 36px; }
  .hero-grid { min-height: 520px; padding-block: 36px 28px; }
}

/* ===== Identité Power Wash Pro + onglets mobiles arrondis ===== */
.brand {
  width: 188px;
  height: 60px;
  padding: 4px 8px;
  border-color: rgba(55, 67, 73, .16);
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .72), rgba(194, 201, 205, .54));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .72), 0 4px 12px rgba(32, 45, 51, .08);
}
.brand img {
  width: 172px;
  height: auto;
  aspect-ratio: 8 / 3;
  object-fit: contain;
  filter: none;
  mix-blend-mode: normal;
}
.brand-copy { display: none; }
.footer-brand img {
  width: 220px;
  height: auto;
  aspect-ratio: 8 / 3;
  padding: 8px;
  border-radius: 16px;
  background: linear-gradient(145deg, #202e35, #0a202b);
  mix-blend-mode: normal;
}
/* ===== Assistant conversationnel flottant ===== */
.chatbot-widget {
  position: fixed;
  z-index: 80;
  left: 22px;
  bottom: 22px;
  direction: inherit;
}

.chatbot-toggle {
  position: relative;
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, .78);
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg, #20b8c9, #087b91 56%, #06495c);
  box-shadow:
    inset 0 2px 1px rgba(255, 255, 255, .42),
    inset 0 -5px 0 rgba(2, 48, 63, .34),
    0 12px 28px rgba(0, 28, 39, .34),
    0 0 0 5px rgba(21, 177, 196, .12);
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease;
}

.chatbot-toggle:hover {
  transform: translateY(-3px) scale(1.04);
  box-shadow:
    inset 0 2px 1px rgba(255, 255, 255, .48),
    inset 0 -5px 0 rgba(2, 48, 63, .3),
    0 15px 32px rgba(0, 28, 39, .4),
    0 0 0 6px rgba(21, 177, 196, .16);
}

.chatbot-toggle:focus-visible,
.chatbot-close:focus-visible,
.chatbot-suggestions button:focus-visible,
.chatbot-form button:focus-visible,
.chatbot-human:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

.chatbot-bubble-icon {
  position: relative;
  width: 29px;
  height: 23px;
  display: block;
  border-radius: 9px;
  background: #fff;
  filter: drop-shadow(0 2px 2px rgba(0, 50, 64, .28));
}

.chatbot-bubble-icon::after {
  content: "";
  position: absolute;
  left: 5px;
  bottom: -6px;
  border-width: 6px 7px 0 0;
  border-style: solid;
  border-color: #fff transparent transparent;
}

.chatbot-bubble-icon span,
.chatbot-bubble-icon span::before,
.chatbot-bubble-icon span::after {
  position: absolute;
  top: 9px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #087d91;
}

.chatbot-bubble-icon span { left: 12px; }
.chatbot-bubble-icon span::before,
.chatbot-bubble-icon span::after { content: ""; top: 0; }
.chatbot-bubble-icon span::before { left: -7px; }
.chatbot-bubble-icon span::after { left: 7px; }

.chatbot-status {
  position: absolute;
  right: 0;
  bottom: 3px;
  width: 15px;
  height: 15px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #2dcc70;
  box-shadow: 0 2px 5px rgba(0, 40, 22, .3);
}

.chatbot-panel {
  position: absolute;
  left: 0;
  bottom: 76px;
  width: min(370px, calc(100vw - 32px));
  overflow: hidden;
  border: 1px solid rgba(21, 89, 106, .18);
  border-radius: 22px;
  color: #17343d;
  background: #f6fafb;
  box-shadow: 0 22px 60px rgba(0, 27, 38, .3);
  opacity: 0;
  transform: translateY(12px) scale(.97);
  transform-origin: left bottom;
  transition: opacity .18s ease, transform .18s ease;
}

.chatbot-panel[hidden] { display: none; }
.chatbot-panel.is-open { opacity: 1; transform: none; }

.chatbot-header {
  min-height: 72px;
  display: grid;
  grid-template-columns: 46px 1fr 34px;
  align-items: center;
  gap: 10px;
  padding: 11px 14px;
  color: #fff;
  background: linear-gradient(135deg, #063f52, #087e92 68%, #16a8b9);
}

.chatbot-header > div:nth-child(2) { min-width: 0; display: grid; gap: 2px; }
.chatbot-header strong { overflow: hidden; font-size: .96rem; white-space: nowrap; text-overflow: ellipsis; }
.chatbot-header span { color: rgba(255, 255, 255, .78); font-size: .75rem; }

.chatbot-avatar {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 50%;
  color: #06475a;
  background: #fff;
  box-shadow: 0 5px 12px rgba(0, 31, 42, .2);
  font-family: "Heebo", sans-serif;
  font-size: .8rem;
  font-weight: 900;
}

.chatbot-close {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 50%;
  color: #fff;
  background: rgba(0, 24, 34, .18);
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
}

.chatbot-messages {
  height: 230px;
  display: flex;
  flex-direction: column;
  gap: 9px;
  padding: 16px 14px 10px;
  overflow-y: auto;
  overscroll-behavior: contain;
  background:
    radial-gradient(circle at 8% 5%, rgba(44, 181, 199, .08), transparent 30%),
    #f6fafb;
}

.chatbot-message {
  width: fit-content;
  max-width: 86%;
  padding: 9px 12px;
  border-radius: 14px 14px 14px 4px;
  color: #24434c;
  background: #fff;
  box-shadow: 0 4px 12px rgba(3, 49, 63, .08);
  font-size: .87rem;
  line-height: 1.48;
  white-space: pre-line;
}

[dir="rtl"] .chatbot-message { border-radius: 14px 14px 4px 14px; }
.chatbot-message-user {
  align-self: flex-end;
  border-radius: 14px 14px 4px 14px;
  color: #fff;
  background: linear-gradient(135deg, #087d91, #096a7d);
}
[dir="rtl"] .chatbot-message-user { border-radius: 14px 14px 14px 4px; }
.chatbot-message-typing { color: #087d91; letter-spacing: 3px; font-weight: 900; }

.chatbot-suggestions {
  display: flex;
  gap: 7px;
  padding: 4px 12px 10px;
  overflow-x: auto;
  scrollbar-width: none;
}
.chatbot-suggestions::-webkit-scrollbar { display: none; }
.chatbot-suggestions button {
  flex: 0 0 auto;
  min-height: 34px;
  padding: 6px 11px;
  border: 1px solid rgba(8, 125, 145, .24);
  border-radius: 999px;
  color: #07586a;
  background: #fff;
  box-shadow: 0 3px 8px rgba(3, 49, 63, .06);
  font: inherit;
  font-size: .75rem;
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
}
.chatbot-suggestions button:hover { border-color: #0b9bae; background: #eefbfc; }

.chatbot-form {
  display: grid;
  grid-template-columns: 1fr 42px;
  gap: 8px;
  padding: 10px 12px;
  border-top: 1px solid rgba(20, 87, 103, .1);
  background: #fff;
}
[dir="rtl"] .chatbot-form { grid-template-columns: 42px 1fr; }
[dir="rtl"] .chatbot-form input { order: 2; }
[dir="rtl"] .chatbot-form button { order: 1; transform: scaleX(-1); }
.chatbot-form input {
  min-width: 0;
  min-height: 42px;
  padding: 8px 13px;
  border: 1px solid rgba(25, 80, 95, .17);
  border-radius: 12px;
  color: #17343d;
  background: #f4f8f9;
  font: inherit;
}
.chatbot-form input:focus { outline: 2px solid rgba(15, 161, 181, .34); border-color: #0f9fb3; }
.chatbot-form button {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(145deg, #16aebe, #08778b);
  box-shadow: 0 6px 12px rgba(6, 101, 119, .22);
  font-size: 1rem;
  cursor: pointer;
}

.chatbot-human {
  display: block;
  padding: 9px 12px 11px;
  color: #087447;
  background: #fff;
  text-align: center;
  font-size: .78rem;
  font-weight: 800;
  text-decoration: none;
}
.chatbot-human:hover { color: #055e39; background: #f0fbf5; }

@media (max-width: 760px) {
  .whatsapp-float { display: none; }
  .chatbot-widget { left: 12px; bottom: calc(76px + env(safe-area-inset-bottom)); }
  .chatbot-toggle { width: 56px; height: 56px; }
  .chatbot-panel {
    bottom: 68px;
    width: min(360px, calc(100vw - 24px));
    max-height: calc(100svh - 164px);
  }
  .chatbot-messages { height: min(225px, 31svh); }
}


@media (max-width: 760px) {
  .header-inner { grid-template-columns: auto 1fr auto; }
  .brand {
    width: 136px;
    height: 49px;
    padding: 3px 6px;
    border-radius: 13px;
  }
  .brand img { width: 124px; height: auto; }
  .site-nav {
    gap: 5px;
    padding: 4px 5px;
    border: 1px solid rgba(50, 63, 69, .13);
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(194, 200, 203, .5), rgba(238, 240, 241, .86));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8);
  }
  .site-nav a {
    min-height: 40px;
    padding: 8px 14px;
    border: 1px solid rgba(57, 69, 74, .1);
    border-radius: 999px;
    background: rgba(255, 255, 255, .64);
    box-shadow: 0 2px 7px rgba(40, 52, 57, .06);
  }
  .site-nav a:hover { background: rgba(255, 255, 255, .9); }
  .site-nav a.active,
  .site-nav a[aria-current="location"] {
    border-color: #237c8b;
    background: linear-gradient(135deg, #344148, #1d2f36);
    box-shadow: 0 4px 12px rgba(25, 40, 46, .22), inset 0 -2px 0 #25b6cd;
  }
}

@media (max-width: 375px) {
  .brand { width: 124px; }
  .brand img { width: 112px; }
  .site-nav a { padding-inline: 12px; }
}

@media (max-width: 340px) {
  .brand { width: 116px; }
  .brand img { width: 104px; }
  .site-nav a { padding-inline: 11px; font-size: .76rem; }
}

/* ===== Finition premium : logo fondu et transition continue vers le hero ===== */
.site-header {
  border-bottom: 0;
  background: linear-gradient(180deg, rgba(250, 252, 252, .97), rgba(239, 244, 244, .9));
  box-shadow: none;
  backdrop-filter: blur(20px) saturate(1.15);
  -webkit-backdrop-filter: blur(20px) saturate(1.15);
}
.site-header::after {
  inset-block-end: -18px;
  height: 18px;
  background: linear-gradient(180deg, rgba(232, 239, 240, .72), rgba(232, 239, 240, 0));
  pointer-events: none;
}
.brand {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}
.brand img {
  width: 100%;
  height: auto;
  filter: saturate(1.04) contrast(1.04) drop-shadow(0 7px 10px rgba(3, 31, 47, .13));
  mix-blend-mode: multiply;
}
.hero { margin-top: -1px; }

@media (max-width: 1050px) {
  .site-nav {
    padding-block: 2px 7px;
    border: 0;
    background: transparent;
    box-shadow: none;
  }
}

@media (max-width: 760px) {
  .brand { width: 136px; height: 50px; padding: 0; }
  .brand img { width: 132px; height: auto; }
  .site-nav {
    padding: 2px 0 6px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
  .site-nav a {
    border-color: rgba(255, 255, 255, .72);
    background: rgba(255, 255, 255, .58);
    box-shadow: 0 4px 12px rgba(22, 48, 58, .07);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
}

@media (max-width: 375px) {
  .brand { width: 124px; }
  .brand img { width: 120px; }
}

@media (max-width: 340px) {
  .brand { width: 116px; }
  .brand img { width: 112px; }
}

/* ===== Fusion finale : en-tête, logo officiel et menu directement sur les photos ===== */
.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 50;
  height: 104px;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.site-header::before,
.site-header::after { display: none; }
.header-inner {
  height: 100%;
  gap: 16px;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.brand {
  width: 174px;
  height: 94px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}
.brand img {
  width: 170px;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  filter: url("#logo-white-cutout") drop-shadow(0 8px 13px rgba(0, 18, 28, .28));
  mix-blend-mode: normal;
}
.site-nav {
  border: 0;
  background: transparent;
  box-shadow: none;
}
.site-nav a {
  color: rgba(255, 255, 255, .94);
  text-shadow: 0 2px 10px rgba(0, 24, 35, .8);
}
.site-nav a:hover {
  color: white;
  border-color: rgba(255, 255, 255, .26);
  background: rgba(2, 35, 46, .24);
}
.site-nav a.active,
.site-nav a[aria-current="location"] {
  color: white;
  border-color: rgba(255, 255, 255, .34);
  background: rgba(2, 35, 46, .52);
  box-shadow: 0 8px 20px rgba(0, 20, 30, .18), inset 0 -2px 0 rgba(47, 208, 221, .9);
}
.header-phone {
  color: white;
  text-shadow: 0 2px 10px rgba(0, 24, 35, .8);
}
.language-label select {
  border-color: rgba(255, 255, 255, .46);
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 8px 20px rgba(0, 22, 32, .12);
}
.hero {
  margin-top: 0;
  min-height: max(720px, 100svh);
}
.hero-grid {
  min-height: max(720px, 100svh);
  padding-block: 154px 104px;
}

@media (max-width: 1050px) {
  .site-header { height: 126px; }
  .header-inner {
    grid-template-rows: 70px 52px;
    gap: 0 12px;
  }
  .brand { width: 146px; height: 68px; }
  .brand img { width: 142px; }
  .site-nav {
    padding: 3px 0 7px;
    border: 0;
    background: transparent;
    box-shadow: none;
  }
  .site-nav a {
    border-color: rgba(255, 255, 255, .3);
    background: rgba(2, 35, 46, .2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
}

@media (max-width: 760px) {
  .site-header { height: 122px; }
  .header-inner {
    grid-template-rows: 68px 50px;
    padding-inline: 12px;
  }
  .brand { width: 126px; height: 66px; }
  .brand img {
    width: 122px;
    height: auto;
    filter: url("#logo-white-cutout") drop-shadow(0 6px 10px rgba(0, 18, 28, .26));
  }
  .site-nav {
    padding: 2px 0 6px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
  .site-nav a {
    border-color: rgba(255, 255, 255, .28);
    background: rgba(2, 35, 46, .24);
    box-shadow: 0 5px 14px rgba(0, 20, 30, .12);
  }
  .hero { min-height: max(720px, 100svh); }
  .hero-grid {
    min-height: max(720px, 100svh);
    padding-block: calc(56.25vw + 42px) calc(78px + env(safe-area-inset-bottom));
  }
}

@media (max-width: 375px) {
  .brand { width: 118px; }
  .brand img { width: 114px; }
}

@media (max-width: 340px) {
  .brand { width: 110px; }
  .brand img { width: 106px; }
}

.footer-brand img {
  padding: 0;
  border-radius: 0;
  background: transparent;
  filter: url("#logo-white-cutout") drop-shadow(0 8px 16px rgba(0, 0, 0, .22));
  mix-blend-mode: normal;
}

/* ===== Ligne supérieure premium : navigation 3D et WhatsApp circulaire ===== */
.site-header .site-nav {
  gap: 8px;
}

.site-header .site-nav a {
  min-height: 42px;
  padding: 8px 14px 10px;
  border: 1px solid rgba(255, 255, 255, .46);
  border-radius: 999px;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(24, 84, 101, .84), rgba(4, 44, 58, .9));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .38),
    inset 0 -4px 0 rgba(0, 22, 31, .32),
    0 8px 16px rgba(0, 20, 29, .24);
  text-shadow: 0 2px 2px rgba(0, 20, 28, .78);
  backdrop-filter: blur(11px) saturate(1.15);
  -webkit-backdrop-filter: blur(11px) saturate(1.15);
  transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

.site-header .site-nav a:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, .72);
  background: linear-gradient(180deg, rgba(39, 118, 137, .94), rgba(7, 59, 75, .96));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .5),
    inset 0 -4px 0 rgba(0, 26, 36, .3),
    0 11px 20px rgba(0, 20, 29, .3);
  transform: translateY(-2px);
}

.site-header .site-nav a:active {
  transform: translateY(1px);
  box-shadow:
    inset 0 3px 7px rgba(0, 20, 28, .36),
    inset 0 -1px 0 rgba(255, 255, 255, .22),
    0 4px 9px rgba(0, 20, 29, .2);
}

.site-header .site-nav a.active,
.site-header .site-nav a[aria-current="location"] {
  color: #fff;
  border-color: rgba(98, 234, 239, .78);
  background: linear-gradient(180deg, rgba(22, 133, 151, .96), rgba(3, 67, 84, .98));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .48),
    inset 0 -4px 0 rgba(0, 31, 41, .36),
    0 0 0 2px rgba(70, 216, 224, .13),
    0 10px 20px rgba(0, 20, 29, .3);
}

.header-whatsapp {
  position: relative;
  flex: 0 0 auto;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, .82);
  border-radius: 50%;
  background: linear-gradient(145deg, #36e77f 0%, #20bd63 48%, #0c8243 100%);
  box-shadow:
    inset 0 2px 1px rgba(255, 255, 255, .5),
    inset 0 -5px 0 rgba(4, 85, 42, .38),
    0 9px 18px rgba(0, 31, 24, .32),
    0 0 0 4px rgba(255, 255, 255, .1);
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.header-whatsapp::after {
  content: "";
  position: absolute;
  inset: 4px 7px auto;
  height: 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .27);
  transform: rotate(-8deg);
  pointer-events: none;
}

.header-whatsapp img {
  position: relative;
  z-index: 1;
  width: 31px;
  height: 31px;
  display: block;
  filter: brightness(0) invert(1) drop-shadow(0 2px 2px rgba(0, 67, 35, .3));
}

.header-whatsapp:hover {
  filter: saturate(1.08) brightness(1.04);
  transform: translateY(-2px) scale(1.04);
  box-shadow:
    inset 0 2px 1px rgba(255, 255, 255, .58),
    inset 0 -5px 0 rgba(4, 85, 42, .34),
    0 12px 24px rgba(0, 31, 24, .38),
    0 0 0 5px rgba(53, 230, 126, .16);
}

.header-whatsapp:active {
  transform: translateY(1px) scale(.98);
  box-shadow: inset 0 4px 8px rgba(3, 72, 36, .35), 0 4px 9px rgba(0, 31, 24, .24);
}

.header-whatsapp:focus-visible,
.site-header .site-nav a:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

@media (max-width: 1050px) {
  .header-actions .header-whatsapp {
    width: 46px;
    height: 46px;
    display: grid;
  }
  .header-whatsapp img { width: 27px; height: 27px; }
  .site-header .site-nav a { padding-inline: 14px; }
}

@media (max-width: 760px) {
  .header-actions { gap: 7px; }
  .header-actions .header-whatsapp { width: 42px; height: 42px; }
  .header-whatsapp img { width: 25px; height: 25px; }
  .site-header .site-nav { gap: 7px; }
  .site-header .site-nav a {
    min-height: 39px;
    padding: 7px 12px 9px;
    font-size: .78rem;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, .36),
      inset 0 -3px 0 rgba(0, 22, 31, .32),
      0 6px 13px rgba(0, 20, 29, .22);
  }
}
