/* ============ PAGE MARQUE ============ */
.brand-body { padding-top: 0; }

[data-reveal] { opacity: 0; transform: translateY(36px); }

/* HERO MARQUE */
.bhero { position: relative; min-height: 78vh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 140px clamp(20px, 5vw, 64px) 80px; overflow: hidden; }
.bhero__glow { position: absolute; width: 60vw; height: 60vw; max-width: 720px; max-height: 720px; border-radius: 50%; background: radial-gradient(circle, rgba(108,92,231,0.5), transparent 70%); filter: blur(120px); top: -10%; z-index: -1; }
.bhero .section-tag { text-align: center; }
.bhero__logo { width: min(560px, 90vw); border-radius: 24px; border: 1px solid var(--line); box-shadow: 0 30px 80px rgba(0,0,0,0.5); margin-bottom: 30px; }
.bhero__base { font-size: clamp(0.85rem, 1.6vw, 1.05rem); letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); }
.bhero__url { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700; font-size: clamp(1.3rem, 3vw, 2rem); color: var(--accent); margin-top: 10px; }

/* SECTIONS */
.bsection { max-width: 1100px; margin: 0 auto; padding: clamp(60px, 9vh, 120px) clamp(20px, 5vw, 64px); }
.bsection__head { margin-bottom: 48px; }
.bsection__title { font-size: clamp(2rem, 5vw, 3.6rem); margin: 12px 0 14px; }
.bsection__lead { color: var(--muted); max-width: 60ch; }
.bsub { font-size: clamp(1.4rem, 3vw, 2rem); margin: 70px 0 8px; }

/* LOGO */
.logo-main { border-radius: 20px; overflow: hidden; border: 1px solid var(--line); }
.logo-main img { width: 100%; display: block; }
.logo-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 22px; }

.logo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 26px; }
.logo-card { border: 1px solid var(--line); border-radius: 16px; overflow: hidden; background: var(--bg-soft); transition: transform .4s var(--ease), border-color .4s; }
.logo-card:hover { transform: translateY(-6px); }
.logo-card.is-selected { border-color: var(--accent); }
.logo-card img { width: 100%; display: block; }
.logo-card figcaption { padding: 14px 18px; font-size: 0.9rem; color: var(--muted); display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.badge { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.08em; color: #000; background: var(--accent); padding: 4px 10px; border-radius: 100px; font-weight: 600; }

/* COULEURS */
.swatches { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.swatch { border: 1px solid var(--line); border-radius: 16px; overflow: hidden; background: var(--bg-soft); }
.swatch__chip { height: 130px; width: 100%; }
.swatch__name { display: block; padding: 16px 18px 2px; font-weight: 600; }
.swatch__hex { display: block; padding: 0 18px 18px; color: var(--muted); font-size: 0.88rem; letter-spacing: 0.05em; }

/* TYPO */
.type-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.type-card { border: 1px solid var(--line); border-radius: 16px; padding: 36px; background: var(--bg-soft); }
.type-card__label { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.14em; color: var(--accent); }
.type-card__display { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; font-size: clamp(3rem, 8vw, 5.5rem); line-height: 1; margin: 18px 0 14px; }
.type-card--inter .type-card__display { font-family: 'Inter', sans-serif; font-weight: 600; }
.type-card__sample { color: var(--muted); }

/* CARTE DE VISITE */
.cards-wrap { display: flex; flex-wrap: wrap; gap: 28px; justify-content: center; }
.vcard { position: relative; width: 440px; max-width: 92vw; aspect-ratio: 1.585 / 1; border-radius: 18px; border: 1px solid var(--line); background: #070709; overflow: hidden; padding: 32px; display: flex; flex-direction: column; justify-content: space-between; box-shadow: 0 24px 60px rgba(0,0,0,0.5); }
.vcard__glow { position: absolute; width: 260px; height: 260px; border-radius: 50%; background: radial-gradient(circle, rgba(200,255,0,0.16), transparent 70%); filter: blur(55px); right: -110px; top: -150px; }
.vcard__logo { width: 250px; max-width: 64%; position: relative; }
.vcard__person { position: relative; }
.vcard__name { display: block; font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; font-size: 1.25rem; letter-spacing: -0.02em; }
.vcard__role { display: block; color: var(--muted); font-size: 0.8rem; margin-top: 3px; }

.vcard--back { background: linear-gradient(150deg, #14140f, #0a0a0c); }
.vcard__brand { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; font-size: 1.5rem; color: var(--accent); }
.vcard__base { color: var(--muted); font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.1em; margin-top: 8px; }
.vcard__contact { margin-top: auto; display: grid; gap: 10px; }
.vcard__contact li { display: flex; align-items: center; gap: 12px; font-size: 0.98rem; }
.vcard__contact span { color: var(--accent); width: 18px; text-align: center; }

.card-actions { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; margin-top: 40px; }
.card-note { text-align: center; color: var(--muted); font-size: 0.85rem; margin-top: 18px; }

@media (max-width: 760px) {
  .logo-grid, .swatches { grid-template-columns: repeat(2, 1fr); }
  .type-grid { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .swatches { grid-template-columns: 1fr 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  [data-reveal] { opacity: 1 !important; transform: none !important; }
}
