:root {
  --bg: #090b10;
  --surface: #11141c;
  --surface-2: #171b25;
  --text: #f5f7fb;
  --muted: #a9b0c0;
  --line: rgba(255,255,255,.10);
  --accent: #ff5a52;
  --accent-2: #ff3d6e;
  --mint: #4fe0c2;
  --blue: #38a6ff;
  --shadow: 0 24px 80px rgba(0,0,0,.32);
  --radius: 24px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 10% 0%, rgba(255,90,82,.14), transparent 28rem),
    radial-gradient(circle at 90% 10%, rgba(79,224,194,.10), transparent 30rem),
    var(--bg);
  line-height: 1.6;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, black, transparent 75%);
  z-index: -1;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--mint); font-size: .82rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 28px; height: 2px; background: currentColor; border-radius: 99px; }
.section { padding: 110px 0; }
.section-head { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; align-items: end; margin-bottom: 50px; }
.section-title { margin: 10px 0 0; font-size: clamp(2rem, 4vw, 4rem); line-height: 1.04; letter-spacing: -.045em; }
.section-copy { color: var(--muted); max-width: 640px; margin: 0; font-size: 1.06rem; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; transition: .25s ease; }
.site-header.scrolled { background: rgba(9,11,16,.84); backdrop-filter: blur(18px); border-bottom: 1px solid var(--line); }
.header-inner { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.logo { width: 188px; }
.nav { display: flex; align-items: center; gap: 28px; color: #dfe3ed; font-size: .94rem; }
.nav a { transition: color .2s ease; }
.nav a:hover { color: white; }
.nav-cta { padding: 11px 18px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; background: rgba(255,255,255,.05); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); color: white; }

.hero { min-height: 100vh; display: grid; align-items: center; padding: 130px 0 70px; position: relative; }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 56px; align-items: center; }
.hero h1 { margin: 18px 0 24px; font-size: clamp(3rem, 7vw, 6.5rem); line-height: .92; letter-spacing: -.067em; max-width: 830px; }
.hero h1 span { background: linear-gradient(100deg, #fff 12%, #ff8a67 48%, #ff3d6e 80%); -webkit-background-clip: text; color: transparent; }
.hero-text { color: var(--muted); max-width: 650px; font-size: clamp(1rem, 1.4vw, 1.2rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.btn { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 22px; border-radius: 15px; border: 1px solid transparent; font-weight: 800; transition: transform .2s ease, border-color .2s ease, background .2s ease, opacity .2s ease; cursor: pointer; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(135deg, var(--accent), var(--accent-2)); color: white; box-shadow: 0 16px 38px rgba(255,61,110,.22); }
.btn-secondary { border-color: var(--line); background: rgba(255,255,255,.045); }
.btn-outline { border-color: rgba(255,255,255,.22); background: transparent; }
.btn.is-disabled { opacity: .55; cursor: not-allowed; }
.icon { width: 20px; height: 20px; flex: none; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 28px; margin-top: 48px; color: #dce1eb; font-size: .92rem; }
.hero-meta span { display: flex; align-items: center; gap: 9px; }
.hero-meta i { width: 8px; height: 8px; border-radius: 99px; background: var(--mint); box-shadow: 0 0 0 6px rgba(79,224,194,.08); }

.hero-visual { position: relative; min-height: 560px; }
.printer-card { position: absolute; inset: 36px 10px 30px 38px; border: 1px solid var(--line); border-radius: 34px; overflow: hidden; background: linear-gradient(155deg, rgba(255,255,255,.08), rgba(255,255,255,.025)); box-shadow: var(--shadow); }
.printer-card::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 60% 35%, rgba(255,90,82,.23), transparent 32%), radial-gradient(circle at 35% 70%, rgba(79,224,194,.15), transparent 28%); }
.printer-frame { position: absolute; left: 14%; right: 14%; top: 14%; bottom: 15%; border: 10px solid #2c313d; border-radius: 22px; box-shadow: inset 0 0 0 2px rgba(255,255,255,.06); }
.printer-top { position: absolute; left: 19%; right: 19%; top: 10%; height: 44px; background: #363c49; border-radius: 14px 14px 6px 6px; }
.printer-nozzle { position: absolute; left: calc(50% - 24px); top: 26%; width: 48px; height: 70px; background: #242933; border-radius: 8px 8px 14px 14px; box-shadow: 0 12px 30px rgba(0,0,0,.34); }
.printer-nozzle::after { content: ""; position: absolute; left: 18px; bottom: -22px; border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 22px solid #ffb45d; }
.print-object { position: absolute; left: 50%; bottom: 22%; transform: translateX(-50%); width: 178px; height: 190px; }
.print-object .layer { position: absolute; left: 50%; transform: translateX(-50%); height: 15px; border-radius: 999px; background: linear-gradient(90deg, #ff8b5b, #ff3d6e); box-shadow: 0 6px 16px rgba(255,61,110,.18); }
.print-object .layer:nth-child(1){bottom:0;width:178px}.print-object .layer:nth-child(2){bottom:18px;width:170px}.print-object .layer:nth-child(3){bottom:36px;width:160px}.print-object .layer:nth-child(4){bottom:54px;width:150px}.print-object .layer:nth-child(5){bottom:72px;width:138px}.print-object .layer:nth-child(6){bottom:90px;width:126px}.print-object .layer:nth-child(7){bottom:108px;width:112px}.print-object .layer:nth-child(8){bottom:126px;width:96px}.print-object .layer:nth-child(9){bottom:144px;width:75px}.print-object .layer:nth-child(10){bottom:162px;width:50px}
.print-bed { position: absolute; left: 20%; right: 20%; bottom: 17%; height: 18px; background: #383e4b; border-radius: 5px; box-shadow: 0 18px 0 #1b1f28; }
.status-chip { position: absolute; display: flex; align-items: center; gap: 10px; padding: 11px 14px; border: 1px solid var(--line); background: rgba(13,16,23,.78); backdrop-filter: blur(10px); border-radius: 14px; font-size: .82rem; color: #e9edf4; box-shadow: var(--shadow); }
.status-chip::before { content: ""; width: 9px; height: 9px; border-radius: 99px; background: var(--mint); box-shadow: 0 0 0 5px rgba(79,224,194,.1); }
.status-chip.one { top: 8%; right: 0; }
.status-chip.two { left: 0; bottom: 16%; }
.rotating-badge { position: absolute; right: 4%; bottom: 2%; width: 124px; aspect-ratio: 1; border-radius: 50%; border: 1px solid var(--line); display: grid; place-items: center; background: var(--surface); }
.rotating-badge span { max-width: 82px; text-align: center; font-size: .72rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; color: var(--muted); }
.rotating-badge::after { content: "✦"; position: absolute; color: var(--accent); font-size: 1.6rem; }

.trust-bar { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.02); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { padding: 26px 22px; display: flex; gap: 14px; align-items: center; border-right: 1px solid var(--line); }
.trust-item:last-child { border-right: none; }
.trust-icon { width: 42px; height: 42px; border-radius: 13px; display: grid; place-items: center; background: rgba(255,90,82,.12); color: #ff8a67; flex: none; }
.trust-item strong { display: block; font-size: .94rem; }
.trust-item small { color: var(--muted); }

.services-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 300px; padding: 30px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.018)); transition: transform .25s ease, border-color .25s ease; }
.service-card:hover { transform: translateY(-5px); border-color: rgba(255,255,255,.20); }
.service-card:nth-child(1) { grid-row: span 2; min-height: 618px; }
.service-card::after { content: ""; position: absolute; width: 230px; height: 230px; border-radius: 50%; right: -70px; bottom: -80px; background: radial-gradient(circle, rgba(255,90,82,.18), transparent 68%); }
.service-num { font-size: .76rem; letter-spacing: .14em; text-transform: uppercase; color: var(--mint); font-weight: 800; }
.service-card h3 { margin: 18px 0 12px; font-size: clamp(1.5rem, 3vw, 2.4rem); line-height: 1.04; letter-spacing: -.035em; max-width: 440px; }
.service-card p { color: var(--muted); max-width: 480px; }
.service-list { display: grid; gap: 10px; padding: 0; margin: 26px 0 0; list-style: none; color: #e0e4ec; }
.service-list li { display: flex; align-items: center; gap: 10px; }
.service-list li::before { content: ""; width: 7px; height: 7px; border-radius: 99px; background: var(--accent); }
.service-art { position: absolute; right: -10%; bottom: 1%; width: 70%; opacity: .78; filter: saturate(.85); }

.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.project-card { position: relative; grid-column: span 4; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; min-height: 420px; background: var(--surface); }
.project-card.wide { grid-column: span 8; }
.project-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.7,.2,1); }
.project-card:hover img { transform: scale(1.04); }
.project-overlay { position: absolute; inset: auto 0 0; padding: 80px 24px 24px; background: linear-gradient(transparent, rgba(5,7,11,.94)); }
.project-tag { display: inline-flex; padding: 6px 10px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; font-size: .72rem; font-weight: 800; color: #e8ecf4; background: rgba(0,0,0,.22); backdrop-filter: blur(8px); }
.project-overlay h3 { margin: 12px 0 2px; font-size: 1.28rem; }
.project-overlay p { margin: 0; color: #b7becb; font-size: .9rem; }

.process-wrap { border: 1px solid var(--line); border-radius: 32px; padding: 44px; background: linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.016)); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; counter-reset: step; }
.process-step { position: relative; padding: 24px 30px; border-right: 1px solid var(--line); }
.process-step:last-child { border-right: none; }
.process-step::before { counter-increment: step; content: "0" counter(step); display: inline-grid; place-items: center; width: 48px; height: 48px; border-radius: 16px; background: rgba(255,90,82,.12); color: #ff8b68; font-weight: 900; }
.process-step h3 { margin: 22px 0 8px; }
.process-step p { color: var(--muted); margin: 0; font-size: .94rem; }

.about-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 72px; align-items: center; }
.about-card { position: relative; min-height: 540px; border: 1px solid var(--line); border-radius: 34px; overflow: hidden; background: linear-gradient(145deg,#171b25,#0e1118); box-shadow: var(--shadow); }
.about-card::before { content: ""; position: absolute; inset: 8%; border: 1px solid rgba(255,255,255,.08); border-radius: 28px; }
.island-mark { position: absolute; inset: 18% 16%; display: grid; place-items: center; }
.island-mark svg { width: 100%; opacity: .85; }
.about-stamp { position: absolute; right: 7%; bottom: 8%; padding: 14px 18px; border-radius: 14px; background: #fff; color: #10131a; font-weight: 900; transform: rotate(-4deg); box-shadow: 0 18px 45px rgba(0,0,0,.28); }
.about-content h2 { margin: 16px 0 24px; font-size: clamp(2.2rem, 4vw, 4.3rem); line-height: 1; letter-spacing: -.05em; }
.about-content p { color: var(--muted); font-size: 1.06rem; }
.stat-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 34px; }
.stat { padding: 18px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.025); }
.stat strong { display: block; font-size: 1.15rem; }
.stat span { color: var(--muted); font-size: .82rem; }

.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-question { width: 100%; padding: 24px 0; display: flex; justify-content: space-between; gap: 20px; text-align: left; border: 0; background: none; color: var(--text); font: inherit; font-weight: 800; cursor: pointer; }
.faq-question span:last-child { color: var(--accent); font-size: 1.4rem; transition: transform .25s ease; }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-answer p { color: var(--muted); margin: 0 0 24px; }
.faq-item.open .faq-answer { max-height: 220px; }
.faq-item.open .faq-question span:last-child { transform: rotate(45deg); }

.contact-section { padding: 80px 0 110px; }
.contact-panel { position: relative; overflow: hidden; border-radius: 36px; padding: 70px; background: linear-gradient(135deg, #ff654f 0%, #ff3d6e 54%, #9d3eff 135%); box-shadow: 0 28px 90px rgba(255,61,110,.23); }
.contact-panel::after { content: ""; position: absolute; width: 440px; height: 440px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; right: -160px; top: -210px; box-shadow: 0 0 0 55px rgba(255,255,255,.05), 0 0 0 110px rgba(255,255,255,.035); }
.contact-panel h2 { position: relative; z-index: 1; margin: 0; max-width: 780px; font-size: clamp(2.4rem, 5vw, 5rem); line-height: .98; letter-spacing: -.055em; }
.contact-panel p { position: relative; z-index: 1; max-width: 640px; font-size: 1.08rem; color: rgba(255,255,255,.85); }
.contact-actions { position: relative; z-index: 2; display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.contact-actions .btn { background: white; color: #15171d; }
.contact-actions .btn.secondary-contact { background: rgba(15,17,24,.18); color: white; border-color: rgba(255,255,255,.22); backdrop-filter: blur(8px); }

.footer { padding: 42px 0; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center; }
.footer-brand img { width: 164px; margin-bottom: 14px; }
.footer p { color: var(--muted); margin: 0; font-size: .88rem; }
.footer-links { display: flex; gap: 18px; color: #d8dde8; font-size: .9rem; }
.legal-note { margin-top: 16px !important; font-size: .76rem !important; opacity: .72; }

.floating-socials { position: fixed; z-index: 90; right: 18px; bottom: 18px; display: grid; gap: 10px; }
.float-btn { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 17px; border: 1px solid rgba(255,255,255,.14); background: rgba(17,20,28,.86); backdrop-filter: blur(16px); box-shadow: 0 14px 36px rgba(0,0,0,.26); transition: transform .2s ease, background .2s ease; }
.float-btn:hover { transform: translateY(-3px); background: #202532; }
.float-btn.whatsapp { background: #1fbf69; border-color: transparent; }
.toast { position: fixed; left: 50%; bottom: 28px; z-index: 200; transform: translate(-50%, 140%); max-width: min(92vw, 520px); padding: 14px 18px; border: 1px solid var(--line); border-radius: 14px; background: #181c25; color: white; box-shadow: var(--shadow); transition: transform .3s ease; text-align: center; }
.toast.show { transform: translate(-50%, 0); }

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

@media (max-width: 980px) {
  .nav { position: fixed; left: 20px; right: 20px; top: 92px; display: none; flex-direction: column; align-items: stretch; gap: 6px; padding: 16px; border: 1px solid var(--line); border-radius: 20px; background: rgba(17,20,28,.96); box-shadow: var(--shadow); }
  .nav.open { display: flex; }
  .nav a { padding: 11px 12px; }
  .menu-toggle { display: inline-grid; place-items: center; }
  .hero-grid, .about-grid, .faq-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 140px; }
  .hero-visual { min-height: 500px; }
  .section-head { grid-template-columns: 1fr; gap: 20px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(2) { border-right: none; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .services-grid { grid-template-columns: 1fr; }
  .service-card:nth-child(1) { grid-row: auto; min-height: 480px; }
  .project-card, .project-card.wide { grid-column: span 6; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .process-step:nth-child(2) { border-right: none; }
  .process-step:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .section { padding: 80px 0; }
  .logo { width: 166px; }
  .hero h1 { font-size: clamp(3.2rem, 16vw, 5rem); }
  .hero-actions .btn { width: 100%; }
  .hero-meta { display: grid; gap: 14px; }
  .hero-visual { min-height: 410px; }
  .printer-card { inset: 20px 4px 24px 12px; }
  .status-chip.one { right: -4px; }
  .status-chip.two { left: -4px; }
  .rotating-badge { width: 94px; }
  .rotating-badge span { font-size: .58rem; max-width: 64px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item { border-right: none; border-bottom: 1px solid var(--line); }
  .trust-item:last-child { border-bottom: none; }
  .service-card { min-height: 340px; padding: 24px; }
  .service-card:nth-child(1) { min-height: 500px; }
  .service-art { width: 90%; right: -25%; }
  .project-card, .project-card.wide { grid-column: span 12; min-height: 370px; }
  .process-wrap { padding: 16px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-step { border-right: none; border-bottom: 1px solid var(--line); padding: 26px 18px; }
  .process-step:last-child { border-bottom: none; }
  .stat-row { grid-template-columns: 1fr; }
  .contact-panel { padding: 42px 24px; border-radius: 28px; }
  .contact-actions .btn { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-links { flex-wrap: wrap; }
  .floating-socials { right: 12px; bottom: 12px; }
  .float-btn { width: 48px; height: 48px; }
}

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


/* Identité et photographies réelles CréaRun3D */
.logo { width: auto; height: 72px; display: flex; align-items: center; }
.logo img { width: auto; height: 70px; object-fit: contain; }
.header-inner { height: 94px; }
.site-header.scrolled .header-inner { height: 84px; }
.site-header .header-inner { transition: height .25s ease; }
.footer-brand img { width: 210px; height: auto; filter: drop-shadow(0 10px 24px rgba(0,0,0,.24)); }

.hero-photo-card { margin: 0; position: absolute; overflow: hidden; border: 1px solid rgba(255,255,255,.14); background: var(--surface); box-shadow: var(--shadow); }
.hero-photo-card img { width: 100%; height: 100%; object-fit: cover; }
.hero-photo-main { inset: 26px 78px 24px 12px; border-radius: 34px; }
.hero-photo-main img { object-position: center 42%; }
.hero-photo-main::after { content: ""; position: absolute; inset: auto 0 0; height: 34%; background: linear-gradient(transparent, rgba(6,8,13,.82)); }
.hero-photo-main figcaption { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 22px; font-weight: 850; font-size: 1.02rem; }
.hero-photo-small { width: 180px; height: 210px; border-radius: 24px; }
.hero-photo-booknook { right: 0; top: 4px; transform: rotate(3deg); }
.hero-photo-booknook img { object-position: center; }
.hero-photo-crown { right: 4px; bottom: 4px; width: 166px; height: 196px; transform: rotate(-3deg); }
.hero-photo-crown img { object-position: center 45%; }
.hero-visual .status-chip.one { right: 22px; top: 230px; }
.hero-visual .status-chip.two { left: -10px; bottom: 58px; }

.service-art.service-photo { right: -2%; bottom: -7%; width: 48%; height: 88%; border-radius: 30px 0 0 0; object-fit: cover; object-position: center 42%; opacity: .72; filter: saturate(.92) contrast(1.04); mask-image: linear-gradient(to left, black 70%, transparent); }

.project-card img { background: #12151d; }
.project-card.portrait img { object-position: center 42%; }
.project-card.landscape img { object-position: center; }
.project-card.wide.portrait img { object-position: center 35%; }

.about-card { display: grid; place-items: center; padding: 46px; background: radial-gradient(circle at 35% 30%, rgba(255,166,36,.18), transparent 36%), radial-gradient(circle at 72% 70%, rgba(32,151,163,.17), transparent 36%), linear-gradient(145deg,#f8f8f6,#dfe4e8); }
.about-card::before { border-color: rgba(15,22,30,.10); }
.about-logo-wrap { position: relative; z-index: 2; width: min(88%, 470px); filter: drop-shadow(0 18px 34px rgba(19,24,31,.16)); }
.about-logo-wrap img { width: 100%; }

.legal-section { padding: 0 0 54px; }
.legal-details { border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.025); overflow: hidden; }
.legal-details summary { padding: 22px 26px; cursor: pointer; font-weight: 850; color: #e7ebf4; list-style: none; }
.legal-details summary::-webkit-details-marker { display: none; }
.legal-details summary::after { content: "+"; float: right; color: var(--accent); font-size: 1.35rem; }
.legal-details[open] summary::after { content: "−"; }
.legal-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; padding: 0 26px 28px; border-top: 1px solid var(--line); }
.legal-grid > div { padding-top: 22px; }
.legal-grid strong { color: var(--mint); }
.legal-grid p { margin: 8px 0 0; color: var(--muted); font-size: .9rem; }

@media (max-width: 980px) {
  .logo, .logo img { height: 64px; }
  .header-inner, .site-header.scrolled .header-inner { height: 82px; }
  .hero-photo-main { inset: 20px 58px 20px 8px; }
  .hero-photo-small { width: 150px; height: 176px; }
  .hero-photo-crown { width: 142px; height: 166px; }
  .service-art.service-photo { width: 44%; }
}
@media (max-width: 640px) {
  .logo, .logo img { height: 58px; }
  .hero-photo-main { inset: 18px 44px 18px 4px; border-radius: 26px; }
  .hero-photo-small { width: 116px; height: 138px; border-radius: 18px; }
  .hero-photo-crown { width: 110px; height: 130px; }
  .hero-visual .status-chip.one { right: 4px; top: 164px; }
  .hero-visual .status-chip.two { left: -2px; bottom: 34px; }
  .service-art.service-photo { width: 58%; opacity: .58; }
  .legal-grid { grid-template-columns: 1fr; }
}


/* Mentions légales complètes */
.legal-grid b { color: #f3f5f9; }
.legal-grid a { color: #f1f4fa; text-decoration: underline; text-decoration-color: rgba(79,224,194,.5); text-underline-offset: 3px; }
.legal-grid a:hover { color: var(--mint); }
.legal-grid p { line-height: 1.72; }
.legal-details[open] summary { border-bottom: 1px solid var(--line); }
