﻿@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400&family=Inter:wght@300;400;500&display=swap');

:root {
  --bg: #1a1714;
  --surface: #252118;
  --surface-hover: #302a22;
  --text: #ede6d8;
  --text-body: #cfc4b4;
  --text-muted: #9a8f82;
  --text-faint: #72685c;
  --border: rgba(237, 230, 216, 0.14);
  --border-strong: rgba(237, 230, 216, 0.26);
  --accent: #d4a84b;
  --accent-soft: rgba(212, 168, 75, 0.14);
  --accent-border: rgba(212, 168, 75, 0.32);
}

* { box-sizing: border-box; margin: 0; padding: 0; }

.page { background: var(--bg); color: var(--text-body); font-family: 'Inter', sans-serif; font-weight: 300; width: 100%; position: relative; overflow: hidden; }

.login-discret {
  position: fixed;
  top: 16px;
  right: 20px;
  z-index: 2;
  color: var(--text-faint);
  font-size: 18px;
  opacity: 0.45;
  text-decoration: none;
  transition: opacity 0.2s, color 0.2s;
}
.login-discret:hover {
  opacity: 0.85;
  color: var(--text-muted);
}

canvas#fx { position: absolute; top: 0; left: 0; width: 100%; pointer-events: none; z-index: 0; }

.inner { position: relative; z-index: 1; max-width: 600px; margin: 0 auto; padding: 0 24px; }

.hero { min-height: 440px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 80px 0 64px; }

.eyebrow { font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 28px; }

.title { font-family: 'Cormorant Garamond', serif; font-size: 62px; font-weight: 300; line-height: 1.0; letter-spacing: -0.01em; color: var(--text); margin-bottom: 6px; }

.host-line { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 300; font-style: italic; color: var(--text-body); margin-bottom: 18px; letter-spacing: 0.01em; }

.subtitle { font-family: 'Cormorant Garamond', serif; font-size: 17px; font-style: italic; font-weight: 300; color: var(--text-muted); margin-bottom: 28px; letter-spacing: 0.02em; }
.hero-date { font-size: 26px; font-style: normal; font-weight: 400; color: var(--text); margin-bottom: 24px; letter-spacing: 0.04em; line-height: 1.35; }
.hero-date strong { font-weight: 500; }

.tagline { font-size: 15px; line-height: 1.78; color: var(--text-body); max-width: 340px; margin-bottom: 36px; }

.cta { display: inline-block; padding: 13px 30px; border: 1px solid var(--border-strong); border-radius: 6px; font-size: 13px; font-weight: 400; color: var(--text); cursor: pointer; background: var(--surface); letter-spacing: 0.05em; text-decoration: none; transition: background 0.2s, border-color 0.2s; }
.cta:hover { background: var(--surface-hover); border-color: var(--accent-border); }

.sep { border: none; border-top: 1px solid var(--border); }

.section { padding: 52px 0; border-bottom: 1px solid var(--border); }

.sec-label { font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 18px; }

.sec-title { font-family: 'Cormorant Garamond', serif; font-size: 30px; font-weight: 300; color: var(--text); margin-bottom: 16px; line-height: 1.15; }

.body-text { font-size: 15px; line-height: 1.82; color: var(--text-body); margin-bottom: 14px; }

.feux-callout { background: var(--accent-soft); border: 1px solid var(--accent-border); border-radius: 10px; padding: 18px 20px; margin-top: 24px; display: flex; gap: 14px; align-items: flex-start; }
.feux-callout .icon { font-size: 18px; color: var(--accent); margin-top: 1px; flex-shrink: 0; }
.feux-callout p { font-size: 14px; line-height: 1.72; color: var(--text-body); }

.infos-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.info-card { background: var(--surface); border: 1px solid var(--border); border-radius: 10px; padding: 16px 18px; }
.info-lbl { font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 5px; }
.info-val { font-size: 15px; color: var(--text); line-height: 1.35; }
.info-sub { font-size: 12px; color: var(--text-muted); margin-top: 3px; }

.plats-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 10px; margin: 20px 0 14px; }
.plat { background: var(--surface); border: 1px solid var(--border); border-radius: 10px; padding: 16px 14px; }
.plat-name { font-size: 13px; font-weight: 400; color: var(--text); line-height: 1.35; margin-bottom: 5px; }
.plat-desc { font-size: 12px; color: var(--text-muted); }

.apport-note { font-size: 14px; line-height: 1.7; color: var(--text-muted); padding: 14px 18px; background: var(--surface); border-left: 2px solid var(--accent-border); }

.form-section { padding: 52px 0 48px; }

.field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 14px; }
.field-lbl { font-size: 11px; letter-spacing: 0.1em; color: var(--text-muted); text-transform: uppercase; }
.field-lbl--spaced { margin-bottom: 8px; }
.field-optional { color: var(--text-faint); font-size: 10px; }

.f-input { font-family: 'Inter', sans-serif; font-size: 14px; font-weight: 300; padding: 11px 14px; background: var(--surface); border: 1px solid var(--border); border-radius: 8px; color: var(--text); width: 100%; transition: border-color 0.15s, background 0.15s; }
.f-input--textarea { resize: vertical; line-height: 1.65; }
.f-input::placeholder { color: var(--text-faint); }
.f-input:focus { outline: none; border-color: var(--border-strong); background: var(--surface-hover); }

.grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }

.radio-row { display: flex; flex-wrap: wrap; gap: 8px; }
.radio-opt { display: flex; align-items: center; gap: 8px; padding: 9px 14px; border: 1px solid var(--border); border-radius: 8px; cursor: pointer; background: var(--surface); transition: border-color 0.15s, background 0.15s; }
.radio-opt:hover { border-color: var(--border-strong); background: var(--surface-hover); }
.radio-opt.sel { border-color: var(--accent-border); background: var(--surface-hover); }
.radio-opt span { font-size: 13px; color: var(--text-body); }
.rdot { width: 13px; height: 13px; border-radius: 50%; border: 1px solid var(--text-muted); flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
.rdot.on { border-color: var(--text); background: var(--text); }
.rdot.on::after { content:''; width:5px; height:5px; border-radius:50%; background:var(--bg); }

.contrib-block { display: none; }

.btn-send { display: inline-block; padding: 13px 32px; background: var(--text); color: var(--bg); border: none; border-radius: 8px; font-family: 'Inter', sans-serif; font-size: 14px; font-weight: 400; cursor: pointer; letter-spacing: 0.03em; transition: opacity 0.15s; }
.btn-send:hover { opacity: 0.88; }

.small-note { font-size: 12px; color: var(--text-muted); line-height: 1.6; margin-top: 10px; }

.success { display: none; text-align: center; padding: 48px 0; }
.success .s-icon { font-size: 28px; color: var(--accent); margin-bottom: 16px; }
.success .s-title { font-family: 'Cormorant Garamond', serif; font-size: 28px; font-weight: 300; color: var(--text); margin-bottom: 8px; }
.success .s-body { font-size: 15px; color: var(--text-body); line-height: 1.7; }

.footer { padding: 32px 0; text-align: center; font-size: 11px; letter-spacing: 0.1em; color: var(--text-faint); text-transform: uppercase; }

.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }

.form-area { margin-top: 24px; }
