/*
Theme Name: Tirage Tarot 2.0
Theme URI: https://tiragetarot.be
Author: Pleasure Little Treasure
Description: Thème vitrine sobre pour le service Tirage Tarot.
Version: 2.0.0
Requires at least: 6.4
Requires PHP: 8.0
Text Domain: tirage-tarot
*/

:root { --ink:#432f37; --ink-soft:#60444d; --ivory:#f8eee5; --paper:#fffaf5; --copper:#b9634d; --copper-light:#e7a88e; --gold:#c89569; --slate:#756168; --plum:#62434f; --rose:#ead5cd; --line:rgba(67,47,55,.14); }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--ivory); color:var(--ink); font-family:"Segoe UI",Arial,Helvetica,sans-serif; -webkit-font-smoothing:antialiased; }
a { color:inherit; text-decoration:none; }
img { display:block; }
h1,h2,h3,p { margin-top:0; }

.site-header { position:absolute; z-index:20; inset:0 0 auto; height:96px; display:grid; grid-template-columns:1fr auto 1fr; align-items:center; gap:40px; padding:0 clamp(24px,5vw,80px); color:#fff; border-bottom:1px solid rgba(255,255,255,.2); }
.brand { display:inline-flex; align-items:center; gap:13px; justify-self:start; }
.brand>span:last-child { display:flex; flex-direction:column; gap:2px; }
.brand strong { font-family:Georgia,"Times New Roman",serif; font-size:20px; font-weight:500; }
.brand small { font-size:9px; text-transform:uppercase; letter-spacing:.19em; opacity:.72; }
.brand-mark { width:39px; height:50px; display:grid; place-items:center; border:1px solid currentColor; border-radius:3px; font-family:Georgia,serif; font-size:12px; letter-spacing:.08em; }
nav { display:flex; align-items:center; gap:32px; font-size:13px; }
nav a { opacity:.82; transition:opacity 160ms ease; }
nav a:hover,nav a:focus-visible { opacity:1; }
.site-header>.button { justify-self:end; }

.button { min-height:52px; display:inline-flex; align-items:center; justify-content:center; padding:0 28px; border:1px solid transparent; border-radius:3px; font-size:12px; font-weight:700; letter-spacing:.105em; text-transform:uppercase; transition:transform 160ms ease,background 160ms ease,color 160ms ease; }
.button:hover { transform:translateY(-2px); }
.button:focus-visible,a:focus-visible,summary:focus-visible { outline:3px solid var(--gold); outline-offset:4px; }
.button-small { min-height:43px; padding:0 20px; border-color:rgba(255,255,255,.5); color:#fff; }
.button-small:hover { background:#fff; color:var(--ink); }
.button-copper { background:var(--copper); color:#fff; }
.button-copper:hover { background:#a85e40; }
.button-ink { width:100%; background:var(--ink); color:#fff; }
.button-ink:hover { background:var(--ink-soft); }

.hero { position:relative; min-height:780px; height:92vh; max-height:980px; display:flex; align-items:center; overflow:hidden; color:#fff; }
.hero-image,.hero-shade { position:absolute; inset:0; }
.hero-image img { width:100%; height:100%; object-fit:cover; object-position:center 46%; transform:scale(1.01); }
.hero-shade { background:linear-gradient(90deg,rgba(4,17,29,.9),rgba(4,17,29,.64) 43%,rgba(4,17,29,.2) 70%,rgba(4,17,29,.38)),linear-gradient(0deg,rgba(4,17,29,.48),transparent 45%); }
.hero-content { position:relative; z-index:2; width:min(760px,58vw); margin-left:clamp(24px,10vw,160px); padding-top:70px; }
.eyebrow { margin:0 0 22px; color:var(--copper); font-size:11px; font-weight:800; letter-spacing:.2em; text-transform:uppercase; }
.eyebrow.light { color:#edc0a3; }
h1 { max-width:750px; margin-bottom:30px; font-family:Georgia,"Times New Roman",serif; font-size:clamp(64px,7vw,112px); font-weight:400; line-height:.91; letter-spacing:-.045em; }
.hero-lead { max-width:610px; margin-bottom:38px; font-size:clamp(17px,1.5vw,21px); line-height:1.65; color:rgba(255,255,255,.86); }
.hero-actions { display:flex; align-items:center; gap:34px; }
.text-link { font-size:13px; font-weight:650; }
.text-link span { display:inline-block; margin-left:8px; transition:transform 160ms ease; }
.text-link:hover span { transform:translateY(4px); }
.text-link.light { color:rgba(255,255,255,.86); }
.offer-badge { position:absolute; z-index:3; right:clamp(28px,6vw,100px); bottom:clamp(46px,8vh,96px); width:184px; height:184px; display:flex; flex-direction:column; align-items:center; justify-content:center; background:#df315f; color:#fff; border:3px solid rgba(255,255,255,.9); border-radius:50%; box-shadow:0 18px 55px rgba(101,20,48,.38),0 0 0 7px rgba(255,207,96,.3); transform:rotate(-4deg); }
.offer-badge:before { content:""; position:absolute; inset:8px; border:2px solid rgba(255,226,137,.9); border-radius:50%; }
.offer-badge span { font-size:9px; font-weight:800; letter-spacing:.18em; text-transform:uppercase; }
.offer-badge strong { margin:5px 0 1px; font-family:Georgia,serif; font-size:50px; font-weight:400; line-height:1; }
.offer-badge small { color:rgba(255,255,255,.88); font-size:9px; }

.trust-strip { min-height:96px; display:grid; grid-template-columns:repeat(3,1fr); align-items:center; padding:0 clamp(24px,8vw,130px); background:var(--ink); color:#fff; }
.trust-strip span { display:flex; align-items:center; justify-content:center; gap:13px; font-size:12px; border-right:1px solid rgba(255,255,255,.16); }
.trust-strip span:last-child { border:0; }
.trust-strip i { color:var(--copper-light); font-family:Georgia,serif; font-size:11px; font-style:normal; }

.section { padding:125px clamp(24px,9vw,145px); }
.section-heading { max-width:720px; }
.section-heading.compact { max-width:680px; }
.section-heading h2,.approach-copy h2,.about-copy h2,.order-section h2 { margin-bottom:28px; font-family:Georgia,"Times New Roman",serif; font-size:clamp(40px,4.4vw,66px); font-weight:400; line-height:1.08; letter-spacing:-.035em; }
.section-heading>p:last-child { max-width:660px; color:var(--slate); font-size:17px; line-height:1.8; }

.offer-section { display:grid; grid-template-columns:1.15fr .75fr; align-items:center; gap:clamp(70px,11vw,180px); background:var(--paper); }
.price-card { background:#fff; border:1px solid var(--line); box-shadow:0 25px 80px rgba(7,22,39,.08); }
.price-card-top { padding:38px 40px 32px; text-align:center; background:var(--ivory); border-bottom:1px solid var(--line); }
.price-card-top>p:first-child { margin-bottom:12px; color:var(--slate); font-size:11px; font-weight:700; letter-spacing:.13em; text-transform:uppercase; }
.price { display:flex; justify-content:center; align-items:flex-end; gap:8px; }
.price strong { font-family:Georgia,serif; font-size:76px; font-weight:400; line-height:.9; }
.price span { padding-bottom:9px; font-size:12px; font-weight:800; }
.launch-note { margin:12px 0 0; color:var(--copper); font-size:11px; font-weight:700; }
.price-card ul { list-style:none; margin:0; padding:32px 40px 20px; }
.price-card li { display:flex; gap:13px; padding:11px 0; color:#384754; font-size:14px; border-bottom:1px solid rgba(7,22,39,.08); }
.price-card li span { color:var(--copper); font-weight:800; }
.price-card .button { margin:20px 40px 40px; width:calc(100% - 80px); }

.steps-section { background:var(--ivory); }
.steps-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1px; margin-top:70px; background:var(--line); border:1px solid var(--line); }
.steps-grid article { min-height:330px; padding:48px 42px; background:var(--paper); }
.step-number { display:inline-block; margin-bottom:48px; color:var(--copper); font-family:Georgia,serif; font-size:14px; }
.steps-grid h3 { max-width:260px; margin-bottom:20px; font-family:Georgia,serif; font-size:27px; font-weight:400; line-height:1.2; }
.steps-grid p { color:var(--slate); font-size:14px; line-height:1.75; }

.approach-section { display:grid; grid-template-columns:1fr 1fr; min-height:720px; padding:0; background:var(--ink); color:#fff; }
.approach-image { position:relative; min-height:640px; overflow:hidden; }
.approach-image img { width:100%; height:100%; object-fit:cover; filter:saturate(.88) contrast(1.04); }
.approach-copy { display:flex; flex-direction:column; justify-content:center; padding:90px clamp(40px,8vw,130px); }
.approach-copy h2 { font-size:clamp(40px,4vw,61px); }
.approach-copy p { color:rgba(255,255,255,.7); font-size:15px; line-height:1.8; }
.approach-copy .lead-copy { color:rgba(255,255,255,.88); font-size:18px; }
.approach-copy blockquote { margin:34px 0 0; padding:22px 0 0 28px; color:#f2c4a8; border-left:2px solid var(--copper); font-family:Georgia,serif; font-size:19px; font-style:italic; line-height:1.55; }

.about-section { display:grid; grid-template-columns:1.08fr .92fr; gap:clamp(60px,10vw,150px); align-items:center; background:var(--paper); }
.about-copy { max-width:720px; }
.about-copy h2 { font-size:clamp(40px,4vw,60px); }
.about-copy>p { color:var(--slate); font-size:15px; line-height:1.8; }
.about-copy .lead-copy { color:var(--ink-soft); font-size:18px; }
.about-name { margin:-8px 0 28px; color:var(--copper)!important; font-family:Georgia,serif; font-size:22px!important; font-style:italic; }
.about-image { position:relative; min-height:600px; overflow:hidden; box-shadow:0 28px 70px rgba(7,22,39,.12); }
.about-image:before { position:absolute; z-index:1; inset:18px; content:""; border:1px solid rgba(255,255,255,.55); pointer-events:none; }
.about-image img { width:100%; height:100%; min-height:600px; object-fit:cover; filter:saturate(.88) contrast(1.03); }
.human-proof { display:flex; gap:17px; align-items:center; margin-top:34px; padding-top:28px; border-top:1px solid var(--line); }
.human-proof>span { flex:0 0 42px; width:42px; height:42px; display:grid; place-items:center; color:var(--copper); border:1px solid var(--copper); border-radius:50%; font-family:Georgia,serif; font-size:21px; }
.human-proof p { display:flex; flex-direction:column; gap:4px; margin:0; }
.human-proof strong { font-family:Georgia,serif; font-size:17px; font-weight:400; }
.human-proof small { color:var(--slate); font-size:12px; line-height:1.5; }

.questions-section { display:grid; grid-template-columns:.82fr 1.18fr; gap:clamp(60px,10vw,160px); align-items:start; background:var(--paper); }
.question-list { border-top:1px solid var(--line); }
.question-list div { display:grid; grid-template-columns:56px 1fr; gap:20px; padding:25px 0; border-bottom:1px solid var(--line); }
.question-list span { color:var(--copper); font-family:Georgia,serif; font-size:12px; }
.question-list p { margin:0; font-family:Georgia,serif; font-size:clamp(20px,2vw,27px); line-height:1.35; }
.questions-note { grid-column:2; margin:-10px 0 0; padding-left:76px; color:var(--slate); font-size:12px; line-height:1.65; }

.faq-section { display:grid; grid-template-columns:.7fr 1.3fr; gap:clamp(60px,10vw,160px); background:var(--ivory); }
.faq-list { border-top:1px solid var(--line); }
.faq-list details { border-bottom:1px solid var(--line); }
.faq-list summary { display:flex; justify-content:space-between; gap:20px; padding:28px 0; cursor:pointer; list-style:none; font-family:Georgia,serif; font-size:21px; }
.faq-list summary::-webkit-details-marker { display:none; }
.faq-list summary span { color:var(--copper); font-family:"Segoe UI",sans-serif; font-size:24px; font-weight:300; transition:transform 180ms ease; }
.faq-list details[open] summary span { transform:rotate(45deg); }
.faq-list details p { max-width:720px; margin:-7px 0 28px; color:var(--slate); font-size:14px; line-height:1.75; }

.order-section { display:grid; grid-template-columns:.86fr 1.14fr; align-items:start; gap:clamp(55px,8vw,120px); padding:105px clamp(24px,9vw,145px); background:var(--ink); color:#fff; }
.order-section h2 { max-width:760px; margin-bottom:18px; }
.order-section p:not(.eyebrow) { max-width:650px; margin:0; color:rgba(255,255,255,.7); line-height:1.75; }
.order-steps { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; max-width:760px; margin:34px 0 0; padding:0; list-style:none; }
.order-steps li { display:flex; gap:11px; align-items:flex-start; }
.order-steps li>span { flex:0 0 26px; width:26px; height:26px; display:grid; place-items:center; color:var(--copper-light); border:1px solid rgba(216,154,120,.6); border-radius:50%; font-size:10px; font-weight:800; }
.order-steps p { display:flex; flex-direction:column; gap:4px; }
.order-steps strong { color:#fff; font-size:12px; }
.order-steps small { color:rgba(255,255,255,.48); font-size:10px; line-height:1.45; }
.order-form { padding:38px; background:var(--paper); color:var(--ink); border-radius:4px; box-shadow:0 25px 70px rgba(0,0,0,.2); }
.order-form-grid { display:grid; grid-template-columns:1fr 1fr; gap:20px; }
.order-field { display:flex; flex-direction:column; gap:8px; }
.order-field-wide { grid-column:1/-1; }
.order-field label { font-size:12px; font-weight:750; }
.order-field input,.order-field select,.order-field textarea { width:100%; min-height:48px; padding:12px 14px; color:var(--ink); background:#fff; border:1px solid var(--line); border-radius:3px; font:inherit; font-size:14px; }
.order-field textarea { min-height:115px; resize:vertical; line-height:1.55; }
.order-field input:focus,.order-field select:focus,.order-field textarea:focus { outline:2px solid var(--gold); outline-offset:2px; border-color:transparent; }
.order-consents { display:grid; gap:13px; margin:24px 0; padding:22px 0; border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.order-consents label { display:grid; grid-template-columns:18px 1fr; gap:11px; align-items:start; color:#455462; font-size:11px; line-height:1.55; }
.order-consents input { width:16px; height:16px; margin-top:1px; accent-color:var(--copper); }
.order-consents a { color:#8e4c34; text-decoration:underline; text-underline-offset:2px; }
.order-form .button { width:100%; cursor:pointer; }
.order-form .button:disabled { cursor:not-allowed; opacity:.55; }
.order-form-note { display:block; margin-top:13px; color:var(--slate); font-size:10px; line-height:1.5; text-align:center; }
.order-alert { margin:0 0 20px; padding:13px 15px; color:#7b2b22; background:#fff0ed; border-left:3px solid #b74a3c; font-size:12px; line-height:1.5; }
.order-hp { position:absolute!important; left:-9999px!important; width:1px!important; height:1px!important; overflow:hidden!important; }

.legal-header { min-height:96px; display:flex; align-items:center; justify-content:space-between; gap:32px; padding:0 clamp(24px,7vw,110px); background:var(--ink); color:#fff; border-bottom:1px solid rgba(255,255,255,.16); }
.legal-header .button { flex:0 0 auto; }
.legal-main { padding:95px 24px 125px; background:var(--paper); }
.legal-article { width:min(900px,100%); margin:0 auto; }
.legal-article>h1 { max-width:850px; margin:0 0 55px; font-size:clamp(48px,6vw,82px); line-height:1; color:var(--ink); }
.legal-content { color:#344554; font-size:15px; line-height:1.78; }
.legal-content .legal-intro { margin-bottom:55px; color:var(--ink-soft); font-family:Georgia,"Times New Roman",serif; font-size:22px; line-height:1.55; }
.legal-content h2 { margin:52px 0 18px; color:var(--ink); font-family:Georgia,"Times New Roman",serif; font-size:clamp(25px,3vw,34px); font-weight:400; line-height:1.22; }
.legal-content h2:first-child { margin-top:0; }
.legal-content p { margin-bottom:18px; }
.legal-content ul,.legal-content ol { margin:0 0 26px; padding-left:24px; }
.legal-content li { margin-bottom:10px; }
.legal-content a { color:#8e4c34; text-decoration:underline; text-underline-offset:3px; }
.legal-content strong { color:var(--ink-soft); }
.legal-box { margin:28px 0; padding:28px 30px; background:var(--ivory); border:1px solid var(--line); }
.legal-box p:last-child { margin-bottom:0; }
.legal-updated { margin-top:58px; padding-top:24px; color:var(--slate); border-top:1px solid var(--line); font-size:12px; }
.legal-footer { margin-top:0; }

footer { display:grid; grid-template-columns:.7fr 1.3fr .7fr; gap:60px; padding:70px clamp(24px,7vw,110px) 34px; background:#040f1a; color:#fff; }
.footer-brand { align-self:start; }
footer>p { color:rgba(255,255,255,.5); font-size:11px; line-height:1.7; }
.footer-links { display:flex; justify-content:flex-end; gap:22px; color:rgba(255,255,255,.66); font-size:11px; }
.footer-links a:hover { color:#fff; }
.copyright { grid-column:1/-1; padding-top:28px; color:rgba(255,255,255,.28); border-top:1px solid rgba(255,255,255,.09); font-size:9px; letter-spacing:.08em; text-transform:uppercase; }

/* Version 1.5 — une atmosphère plus chaleureuse, incarnée par Sandra */
body { background:var(--ivory); }
.site-header { height:92px; color:var(--ink); background:rgba(255,250,245,.92); border-color:rgba(67,47,55,.1); backdrop-filter:blur(12px); }
.brand-mark { width:48px; height:48px; color:var(--copper); background:#fff7f1; border-color:rgba(185,99,77,.45); border-radius:50%; }
.brand strong { font-size:21px; }
.brand small { color:var(--slate); opacity:1; letter-spacing:.14em; }
nav a { color:var(--ink-soft); opacity:.82; }
.button { border-radius:999px; letter-spacing:.075em; text-transform:none; font-size:13px; }
.button-small { color:var(--copper); background:#fffaf5; border-color:rgba(185,99,77,.48); }
.button-small:hover { color:#fff; background:var(--copper); }
.button-copper { background:var(--copper); box-shadow:0 12px 28px rgba(133,70,54,.2); }
.button-copper:hover { background:#9f503f; }

.hero { display:grid; grid-template-columns:52% 48%; min-height:780px; height:auto; max-height:none; padding-top:92px; color:var(--ink); background:linear-gradient(145deg,#fffaf5 0%,#f8e9de 100%); }
.hero-image { position:relative; inset:auto; grid-column:2; grid-row:1; min-height:688px; overflow:hidden; }
.hero-image:after { position:absolute; inset:0; content:""; background:linear-gradient(90deg,rgba(248,233,222,.2),transparent 28%),linear-gradient(0deg,rgba(79,48,55,.18),transparent 42%); }
.hero-image img { width:100%; height:100%; object-fit:cover; object-position:center 50%; transform:none; filter:saturate(.82) sepia(.08) contrast(.96); }
.hero-shade { display:none; }
.hero-content { position:relative; grid-column:1; grid-row:1; align-self:center; width:auto; margin:0; padding:90px clamp(42px,6vw,100px) 90px clamp(42px,9vw,145px); }
.hero .eyebrow.light { color:var(--copper); }
h1 { max-width:650px; margin-bottom:26px; color:var(--ink); font-size:clamp(62px,6vw,92px); line-height:.96; letter-spacing:-.045em; }
.hero-lead { max-width:590px; margin-bottom:26px; color:var(--ink-soft); font-size:clamp(17px,1.35vw,20px); line-height:1.7; }
.hero-person { display:flex; align-items:center; gap:13px; margin:0 0 30px; }
.hero-person>span { flex:0 0 43px; width:43px; height:43px; display:grid; place-items:center; color:#fff; background:var(--plum); border-radius:50%; font-family:Georgia,serif; font-size:18px; font-style:italic; }
.hero-person p { display:flex; flex-direction:column; gap:2px; margin:0; }
.hero-person strong { color:var(--ink); font-family:Georgia,serif; font-size:17px; font-weight:400; }
.hero-person small { color:var(--slate); font-size:11px; }
.hero-actions { gap:28px; }
.text-link.light { color:var(--ink-soft); }
.offer-badge { right:clamp(24px,4vw,68px); bottom:48px; width:176px; height:176px; color:#fff; background:#df315f; border-color:rgba(255,255,255,.92); box-shadow:0 22px 60px rgba(101,20,48,.4),0 0 0 7px rgba(255,207,96,.3); }
.offer-badge:before { border-color:rgba(255,226,137,.9); }

.trust-strip { min-height:92px; background:var(--rose); color:var(--ink); }
.trust-strip span { border-color:rgba(67,47,55,.14); font-size:12px; }
.trust-strip i { width:26px; height:26px; display:grid; place-items:center; color:var(--copper); background:rgba(255,250,245,.66); border-radius:50%; font-size:13px; }
.eyebrow { color:var(--copper); letter-spacing:.14em; }
.section-heading h2,.approach-copy h2,.about-copy h2,.order-section h2 { color:var(--ink); }

.offer-section { background:var(--paper); }
.price-card { overflow:hidden; border-color:rgba(185,99,77,.18); border-radius:24px; box-shadow:0 25px 70px rgba(88,53,64,.1); }
.price-card-top { background:#f7e8df; }
.price-card .button { border-radius:999px; }

.steps-section { background:var(--ivory); }
.steps-grid { gap:20px; background:transparent; border:0; }
.steps-grid article { background:rgba(255,250,245,.9); border:1px solid rgba(185,99,77,.12); border-radius:20px; box-shadow:0 14px 38px rgba(88,53,64,.06); }
.step-number { width:40px; height:40px; display:grid; place-items:center; margin-bottom:34px; color:var(--copper); background:#f5dfd5; border-radius:50%; }

.approach-section { background:var(--plum); }
.approach-image img { filter:saturate(.78) sepia(.1) contrast(.96); }
.approach-copy h2 { color:#fff9f5; }
.approach-copy .eyebrow { color:#f1b49a; }
.approach-copy p { color:rgba(255,249,245,.72); }
.approach-copy .lead-copy { color:rgba(255,249,245,.9); }
.approach-copy blockquote { color:#ffd4c1; border-color:#dc9173; }

.about-section { background:#fffaf5; }
.about-image { border-radius:28px 28px 110px 28px; box-shadow:0 28px 70px rgba(88,53,64,.14); }
.about-image:before { border-radius:18px 18px 95px 18px; }
.about-image img { filter:saturate(.8) sepia(.08) contrast(.98); }
.about-name { color:var(--copper)!important; }
.sandra-signature { margin:22px 0 0!important; color:var(--copper)!important; font-family:Georgia,"Times New Roman",serif; font-size:24px!important; font-style:italic; }
.human-proof { padding:24px; background:#f8e9e1; border:0; border-radius:18px; }
.human-proof>span { color:#fff; background:var(--copper); border:0; }

.questions-section { background:#fff7f1; }
.question-list div { padding:28px 18px; transition:background 160ms ease; }
.question-list div:hover { background:rgba(234,213,205,.35); }
.question-list span { color:var(--copper); }
.faq-section { background:var(--ivory); }
.faq-list details { border-color:rgba(67,47,55,.12); }

.order-section { background:linear-gradient(145deg,#5f404c,#4d343e); }
.order-section h2 { color:#fff9f5; }
.order-section p:not(.eyebrow) { color:rgba(255,249,245,.74); }
.order-section .eyebrow.light { color:#f2b79f; }
.order-steps li>span { color:#ffd4c1; border-color:rgba(242,183,159,.6); }
.order-form { background:#fffaf5; border-radius:24px; box-shadow:0 28px 75px rgba(39,22,29,.28); }
.order-form-welcome { display:flex; align-items:center; gap:14px; margin:0 0 25px; padding:17px 18px; color:var(--ink); background:#f7e6de; border-radius:15px; }
.order-form-welcome>span { flex:0 0 35px; width:35px; height:35px; display:grid; place-items:center; color:#fff; background:var(--copper); border-radius:50%; }
.order-form-welcome p { display:flex; flex-direction:column; gap:3px; margin:0!important; }
.order-form-welcome strong { font-family:Georgia,serif; font-size:15px; font-weight:400; }
.order-form-welcome small { color:var(--slate); font-size:10px; }
.order-section .order-form-welcome p,
.order-section .order-form-welcome strong { color:var(--ink); }
.order-section .order-form-welcome small { color:var(--slate); }
.order-field input,.order-field select,.order-field textarea { background:#fffdfb; border-color:rgba(67,47,55,.16); border-radius:10px; }
.order-consents { border-color:rgba(67,47,55,.12); }

.legal-header { background:var(--plum); }
.legal-header .brand-mark,.footer-brand .brand-mark { color:#f3baa3; background:transparent; border-color:rgba(243,186,163,.5); }
.legal-header .brand small,.footer-brand .brand small { color:rgba(255,255,255,.62); }
.legal-main { background:var(--paper); }
footer { background:#38272e; }

@media (max-width:1280px) {
  .site-header { grid-template-columns:1fr auto; }
  nav { display:none; }
  .hero-content { width:72vw; margin-left:7vw; }
  .offer-section { gap:60px; }
  .steps-grid article { padding:40px 28px; }
  .questions-section,.faq-section { gap:70px; }
}

@media (max-width:780px) {
  .site-header { height:78px; padding:0 20px; }
  .brand strong { font-size:17px; }
  .brand small { display:none; }
  .brand-mark { width:31px; height:40px; font-size:10px; }
  .button-small { min-height:38px; padding:0 13px; font-size:9px; }
  .hero { min-height:740px; height:100svh; max-height:860px; align-items:flex-start; }
  .hero-image img { object-position:58% center; }
  .hero-shade { background:linear-gradient(90deg,rgba(4,17,29,.9),rgba(4,17,29,.45)),linear-gradient(0deg,rgba(4,17,29,.75),transparent 60%); }
  .hero-content { width:auto; margin:0; padding:175px 24px 0; }
  h1 { font-size:clamp(56px,17vw,78px); }
  .hero-lead { max-width:500px; font-size:16px; }
  .hero-actions { align-items:flex-start; flex-direction:column; gap:22px; }
  .offer-badge { right:20px; bottom:30px; width:138px; height:138px; }
  .offer-badge strong { font-size:38px; }
  .offer-badge span,.offer-badge small { font-size:7px; }
  .trust-strip { grid-template-columns:1fr; padding:13px 24px; }
  .trust-strip span { justify-content:flex-start; min-height:43px; border-right:0; border-bottom:1px solid rgba(255,255,255,.11); }
  .section { padding:85px 24px; }
  .offer-section,.about-section,.questions-section,.faq-section,.order-section { grid-template-columns:1fr; }
  .offer-section { gap:50px; }
  .price-card-top { padding:32px 24px; }
  .price-card ul { padding:27px 24px 16px; }
  .price-card .button { margin:18px 24px 28px; width:calc(100% - 48px); }
  .steps-grid { grid-template-columns:1fr; margin-top:48px; }
  .steps-grid article { min-height:0; }
  .step-number { margin-bottom:25px; }
  .approach-section { grid-template-columns:1fr; }
  .approach-image { min-height:390px; }
  .approach-copy { padding:75px 24px 85px; }
  .about-section { gap:52px; }
  .about-image { min-height:430px; }
  .about-image img { min-height:430px; }
  .questions-section,.faq-section { gap:45px; }
  .questions-note { grid-column:1; padding-left:0; }
  .order-section { gap:44px; padding:80px 24px; }
  .order-steps { grid-template-columns:1fr; gap:17px; }
  .order-form { padding:25px 20px; }
  .order-form-grid { grid-template-columns:1fr; }
  .order-field-wide { grid-column:1; }
  .legal-header { min-height:78px; padding:0 20px; }
  .legal-header .button { min-height:38px; padding:0 13px; font-size:9px; }
  .legal-main { padding:72px 20px 90px; }
  .legal-article>h1 { margin-bottom:42px; }
  .legal-content .legal-intro { margin-bottom:42px; font-size:19px; }
  .legal-content h2 { margin-top:42px; }
  .legal-box { padding:22px 20px; }
  footer { grid-template-columns:1fr; gap:28px; padding:55px 24px 30px; }
  .footer-links { justify-content:flex-start; flex-wrap:wrap; }
  .copyright { grid-column:1; }
}

@media (max-width:1280px) and (min-width:781px) {
  .hero { grid-template-columns:55% 45%; }
  .hero-content { width:auto; margin:0; padding:85px 48px 85px 7vw; }
  .hero-lead { font-size:17px; }
  .offer-badge { right:24px; }
}

@media (max-width:780px) {
  .site-header { color:var(--ink); background:rgba(255,250,245,.95); }
  .brand-mark { width:38px; height:38px; }
  .hero { display:flex; flex-direction:column; min-height:0; height:auto; max-height:none; padding-top:78px; background:linear-gradient(145deg,#fffaf5,#f8e9de); }
  .hero-image { order:1; width:100%; height:320px; min-height:320px; }
  .hero-image img { object-position:center 52%; }
  .hero-content { order:2; width:auto; margin:0; padding:58px 24px 76px; }
  .hero-content h1 { font-size:clamp(51px,15vw,68px); }
  .hero-lead { color:var(--ink-soft); font-size:16px; }
  .hero-person { margin-bottom:28px; }
  .hero-actions { gap:18px; }
  .offer-badge { top:auto; right:18px; bottom:18px; width:128px; height:128px; }
  .offer-badge strong { font-size:36px; }
  .trust-strip { padding:15px 24px; }
  .trust-strip span { border-color:rgba(67,47,55,.12); }
  .steps-grid { gap:14px; }
  .steps-grid article { border-radius:16px; }
  .approach-copy h2 { color:#fff9f5; }
  .about-image { border-radius:22px 22px 72px 22px; }
  .about-image:before { border-radius:13px 13px 60px 13px; }
  .human-proof { padding:20px; }
  .order-form { padding:25px 20px; border-radius:19px; }
}

/* Les photos conservent leur cadrage sur tablette et mobile. */
@media (max-width:1100px) {
  .hero { display:flex; flex-direction:column; min-height:0; height:auto; max-height:none; padding-top:92px; background:linear-gradient(145deg,#fffaf5,#f8e9de); }
  .hero-image { order:1; width:100%; height:auto; min-height:0; aspect-ratio:1536 / 1055; }
  .hero-image img { width:100%; height:100%; object-fit:cover; object-position:center center; }
  .hero-content { order:2; width:auto; margin:0; padding:64px clamp(32px,7vw,80px) 82px; }
  .hero-shade { display:none; }
  .offer-badge { top:clamp(20px,4vw,42px); right:auto; bottom:auto; left:50%; transform:translateX(-50%) rotate(-4deg); }
  .approach-section,.about-section { grid-template-columns:1fr; }
  .approach-image { min-height:0; aspect-ratio:1536 / 750; }
  .approach-image img { width:100%; height:100%; object-fit:cover; object-position:center center; }
  .approach-copy { padding:80px clamp(32px,7vw,80px); }
  .about-section { gap:55px; }
  .about-image { min-height:0; aspect-ratio:1536 / 932; }
  .about-image img { width:100%; height:100%; min-height:0; object-fit:cover; object-position:center center; }
}

@media (max-width:780px) {
  .hero { padding-top:78px; }
  .hero-image { height:auto; min-height:0; aspect-ratio:1536 / 1055; }
  .hero-content { padding:58px 24px 76px; }
  .offer-badge { top:16px; right:auto; bottom:auto; left:50%; width:122px; height:122px; transform:translateX(-50%) rotate(-4deg); }
  .approach-image { min-height:0; aspect-ratio:1536 / 750; }
  .about-image,.about-image img { min-height:0; }
  .about-image { aspect-ratio:1536 / 932; }
}

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