:root {
    --black: #070707;
    --black-soft: #101010;
    --panel: #15130f;
    --gold: #d6a53b;
    --gold-light: #f1d27c;
    --cream: #f7f0e2;
    --muted: #bcb5aa;
    --line: rgba(214, 165, 59, .28);
    --serif: "Cormorant Garamond", Georgia, serif;
    --sans: "Montserrat", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--black); color: var(--cream); font-family: var(--sans); line-height: 1.7; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; opacity: .2; background-image: radial-gradient(rgba(255,255,255,.22) .5px, transparent .5px); background-size: 7px 7px; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.topbar { height: 86px; padding: 0 clamp(22px, 5vw, 76px); display: flex; align-items: center; justify-content: space-between; position: fixed; inset: 0 0 auto; z-index: 20; background: rgba(7,7,7,.86); backdrop-filter: blur(18px); border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: 12px; font-size: .75rem; letter-spacing: .28em; font-weight: 600; }
.brand img { width: 48px; height: 48px; object-fit: contain; }
.topbar nav { display: flex; align-items: center; gap: 30px; font-size: .72rem; letter-spacing: .11em; text-transform: uppercase; }
.topbar nav a { color: var(--muted); transition: color .25s; }
.topbar nav a:hover { color: var(--gold-light); }
.topbar .nav-cta { padding: 11px 18px; border: 1px solid var(--gold); color: var(--gold-light); }
.menu-toggle { display: none; background: transparent; border: 1px solid var(--line); color: var(--cream); padding: 9px 12px; font: inherit; }

.hero { min-height: 100vh; padding: 140px clamp(24px, 7vw, 110px) 70px; display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(35px, 6vw, 100px); align-items: center; position: relative; overflow: hidden; }
.hero::after { content: ""; position: absolute; width: 36vw; height: 36vw; border: 1px solid var(--line); border-radius: 50%; right: -13vw; top: 12vh; }
.hero-glow { position: absolute; width: 55vw; height: 55vw; left: -28vw; top: 5vh; background: radial-gradient(circle, rgba(214,165,59,.15), transparent 66%); }
.hero-copy { position: relative; z-index: 2; max-width: 720px; }
.eyebrow { margin: 0 0 16px; color: var(--gold); letter-spacing: .22em; text-transform: uppercase; font-size: .72rem; font-weight: 600; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 600; line-height: .98; }
h1 { font-size: clamp(3.5rem, 7.6vw, 7.8rem); margin-bottom: 28px; }
h1 em, h2 em { color: var(--gold-light); font-weight: 500; }
h2 { font-size: clamp(2.4rem, 5vw, 5.2rem); margin-bottom: 28px; }
.hero-lead { color: var(--muted); font-size: clamp(1rem, 1.35vw, 1.2rem); max-width: 640px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin: 34px 0; }
.button { min-height: 52px; padding: 14px 22px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--gold); text-transform: uppercase; letter-spacing: .11em; font-size: .72rem; font-weight: 700; transition: transform .25s, background .25s; }
.button:hover { transform: translateY(-2px); }
.button-gold { color: #0b0904; background: linear-gradient(135deg, var(--gold-light), var(--gold)); }
.button-line { color: var(--gold-light); }
.hero-points { display: flex; flex-wrap: wrap; gap: 10px 24px; color: var(--muted); font-size: .75rem; text-transform: uppercase; letter-spacing: .08em; }
.hero-points span::before { content: "◇"; color: var(--gold); margin-right: 8px; }
.hero-art { position: relative; z-index: 2; max-width: 570px; justify-self: center; }
.hero-art img { max-height: 70vh; object-fit: contain; filter: drop-shadow(0 30px 50px rgba(0,0,0,.6)); border: 1px solid var(--line); }
.ring { position: absolute; border: 1px solid var(--gold); border-radius: 50%; opacity: .34; z-index: -1; }
.ring-one { width: 70%; aspect-ratio: 1; right: -12%; top: -8%; }
.ring-two { width: 44%; aspect-ratio: 1; left: -14%; bottom: 2%; }

.section-pad { padding: clamp(85px, 11vw, 150px) clamp(24px, 8vw, 125px); }
.promise { max-width: 1120px; margin: auto; text-align: center; }
.promise > p:last-child { max-width: 780px; margin: auto; color: var(--muted); font-size: 1.05rem; }
.formula { background: linear-gradient(135deg, #0d0b08, #17120a); display: grid; grid-template-columns: 1fr .8fr; gap: clamp(40px, 9vw, 130px); align-items: center; border-block: 1px solid var(--line); }
.formula-intro p:last-child { color: var(--muted); max-width: 650px; }
.price-card { padding: clamp(28px, 5vw, 58px); border: 1px solid var(--gold); background: rgba(0,0,0,.35); box-shadow: inset 0 0 60px rgba(214,165,59,.05); }
.price-card > span { color: var(--gold-light); text-transform: uppercase; letter-spacing: .18em; font-size: .72rem; }
.price-card strong { display: block; font: 600 clamp(4rem, 8vw, 7rem)/1 var(--serif); color: var(--gold-light); margin: 12px 0 0; }
.price-card p { color: var(--cream); }
.price-card ul { list-style: none; padding: 22px 0; margin: 25px 0; border-block: 1px solid var(--line); }
.price-card li { margin: 10px 0; color: var(--muted); }
.price-card li::before { content: "✓"; color: var(--gold); margin-right: 12px; }
.price-card small { color: #958e84; }
.section-heading { max-width: 850px; margin-bottom: 60px; }
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.steps-grid article { padding: 35px 25px 25px 0; border-right: 1px solid var(--line); }
.steps-grid article + article { padding-left: 25px; }
.steps-grid article:last-child { border-right: 0; }
.steps-grid span { color: var(--gold); font-size: .75rem; letter-spacing: .13em; }
.steps-grid h3 { font: 600 2rem var(--serif); margin: 12px 0; }
.steps-grid p { color: var(--muted); font-size: .9rem; }
.styles { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: center; background: var(--cream); color: #17120a; }
.styles .eyebrow { color: #9b6c0e; }
.style-list { display: flex; flex-wrap: wrap; gap: 12px; }
.style-list span { padding: 10px 16px; border: 1px solid rgba(95,65,8,.3); text-transform: uppercase; font-size: .75rem; letter-spacing: .08em; }
.video-option { display: grid; grid-template-columns: .65fr 1.35fr; gap: clamp(40px, 9vw, 120px); align-items: center; }
.video-logo { padding: 35px; border: 1px solid var(--line); background: #000; }
.video-option p { color: var(--muted); max-width: 800px; }
.video-option .option-note { color: var(--gold-light); font-size: .83rem; }
.wedding-film { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(40px,8vw,110px); align-items: center; background: linear-gradient(135deg,#0c0a07,#16120c); border-block: 1px solid var(--line); }
.wedding-film-copy p:last-child { color: var(--muted); max-width: 560px; }
.wedding-film-media { min-width: 0; }
.wedding-film-frame { position: relative; aspect-ratio: 16/9; overflow: hidden; border: 1px solid var(--line); background: #000; box-shadow: 0 30px 85px rgba(0,0,0,.58); }
.wedding-film-frame::after { content:""; position:absolute; inset:0; pointer-events:none; background:linear-gradient(115deg,rgba(7,7,7,.1),rgba(214,165,59,.08)); transition:opacity .35s; }
.wedding-film-frame video { width:100%; height:100%; display:block; object-fit:cover; }
.wedding-play { position:absolute; inset:0; z-index:2; display:grid; place-content:center; justify-items:center; gap:13px; border:0; color:var(--cream); background:rgba(5,5,5,.22); cursor:pointer; font:inherit; }
.wedding-play span { width:78px; height:78px; display:grid; place-items:center; padding-left:5px; border-radius:50%; border:1px solid var(--gold-light); color:#0b0904; background:linear-gradient(135deg,var(--gold-light),var(--gold)); font-size:1.35rem; box-shadow:0 0 0 13px rgba(214,165,59,.1); transition:transform .25s,box-shadow .25s; }
.wedding-play small { text-transform:uppercase; letter-spacing:.18em; font-weight:700; }
.wedding-play:hover span { transform:scale(1.08); box-shadow:0 0 0 18px rgba(214,165,59,.12); }
.wedding-film-frame.is-playing::after,.wedding-film-frame.is-playing .wedding-play { opacity:0; pointer-events:none; }
.wedding-reactions { display:flex; align-items:center; justify-content:flex-end; gap:10px; padding-top:14px; color:var(--muted); font-size:.75rem; letter-spacing:.04em; }
.wedding-reactions>span { margin-right:auto; }
.wedding-reactions button { min-width:66px; padding:9px 12px; border:1px solid var(--line); color:var(--gold-light); background:#0b0a08; cursor:pointer; font:inherit; transition:border-color .2s,background .2s; }
.wedding-reactions button:hover,.wedding-reactions button.is-selected { border-color:var(--gold); background:rgba(214,165,59,.12); }
.locations { background: linear-gradient(rgba(7,7,7,.84), rgba(7,7,7,.95)), url("images/mariage-offre.png") center 28%/cover; text-align: center; }
.locations p:last-child { max-width: 750px; margin: auto; color: var(--muted); }
.contact { display: grid; grid-template-columns: 1.1fr .9fr; gap: 60px; align-items: center; border-top: 1px solid var(--line); }
.contact-copy p:last-child { color: var(--muted); max-width: 700px; }
.contact-actions { display: flex; flex-direction: column; align-items: stretch; gap: 12px; }
.text-link { text-align: center; color: var(--gold-light); padding: 10px; }
footer { padding: 40px clamp(24px, 6vw, 90px); display: flex; justify-content: space-between; align-items: center; gap: 30px; border-top: 1px solid var(--line); color: var(--muted); font-size: .72rem; }
.footer-brand { display: flex; align-items: center; gap: 14px; }
.footer-brand img { width: 44px; }

@media (max-width: 900px) {
    .topbar nav { display: none; position: absolute; top: 85px; left: 0; right: 0; padding: 28px; flex-direction: column; background: #0b0b0b; border-bottom: 1px solid var(--line); }
    .topbar nav.open { display: flex; }
    .menu-toggle { display: block; }
    .hero, .formula, .styles, .video-option, .wedding-film, .contact { grid-template-columns: 1fr; }
    .hero { padding-top: 130px; }
    .hero-art { max-width: 480px; }
    .steps-grid { grid-template-columns: 1fr 1fr; }
    .steps-grid article:nth-child(2) { border-right: 0; }
    .styles, .video-option { gap: 35px; }
}

@media (max-width: 560px) {
    .topbar { height: 74px; }
    .topbar nav { top: 73px; }
    .brand span { display: none; }
    .hero { padding-inline: 20px; }
    h1 { font-size: 3.45rem; }
    .hero-actions, .hero-actions .button { width: 100%; }
    .hero-points { flex-direction: column; }
    .steps-grid { grid-template-columns: 1fr; }
    .steps-grid article, .steps-grid article + article { padding: 28px 0; border-right: 0; border-bottom: 1px solid var(--line); }
    footer { flex-direction: column; text-align: center; }
    .wedding-reactions { flex-wrap:wrap; justify-content:flex-start; }
    .wedding-reactions>span { width:100%; margin-right:0; }
}

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