/* =========================
   WhiteBlend — styles.css
   Silent / White / Premium
   ========================= */

/* ---- Reset ---- */
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}
body {
  margin: 0;
  font-family: "Manrope", ui-sans-serif, system-ui, -apple-system, "Segoe UI",
    Roboto, Helvetica, Arial;
  background: #f6f7f8;
  color: rgba(10, 10, 12, 0.92);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img {
  max-width: 100%;
  display: block;
}
a {
  color: inherit;
  text-decoration: none;
}

/* ---- Tokens ---- */
:root {
  --bg: #f6f7f8;
  --bg-2: #ffffff;
  --fg: rgba(10, 10, 12, 0.92);
  --muted: rgba(10, 10, 12, 0.56);

  --glass: rgba(255, 255, 255, 0.55);
  --glass-2: rgba(255, 255, 255, 0.78);
  --blur: 22px;

  --container: 1120px;
  --pad: 22px;

  --r-xl: 26px;
  --r-lg: 18px;
  --r-md: 14px;

  --shadow: 0 18px 50px rgba(8, 10, 20, 0.10);

  --title: clamp(2.2rem, 4vw, 4rem);
  --h2: clamp(1.4rem, 2.1vw, 2.1rem);
}

/* ---- Helpers ---- */
.container {
  width: min(var(--container), calc(100% - (var(--pad) * 2)));
  margin-inline: auto;
}
.section {
  padding: clamp(90px, 12vh, 140px) 0;
}
.section-title {
  font-size: var(--h2);
  margin-bottom: 18px;
  font-weight: 600;
}
.kicker {
  font-size: 0.75rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
}
.muted {
  color: var(--muted);
}
.micro {
  font-size: 0.9rem;
  color: rgba(10, 10, 12, 0.45);
  margin-top: 24px;
}

/* ---- Background texture ---- */
body::after {
  content: "";
  position: fixed;
  inset: 0;
  background-image: radial-gradient(rgba(0,0,0,0.05) 0.6px, transparent 0.7px);
  background-size: 26px 26px;
  opacity: 0.12;
  pointer-events: none;
  z-index: -1;
}

/* =========================
   Liquid Glass
   ========================= */
.glass {
  background: linear-gradient(180deg, var(--glass-2), var(--glass));
  border: 1px solid rgba(10, 10, 12, 0.10);
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255,255,255,0.7);
  backdrop-filter: blur(var(--blur)) saturate(1.2);
  -webkit-backdrop-filter: blur(var(--blur)) saturate(1.2);
  border-radius: 999px;
  position: relative;
  overflow: hidden;
}
.glass::before {
  content: "";
  position: absolute;
  inset: -1px;
  background:
    radial-gradient(800px 140px at 15% 0%, rgba(255,255,255,0.7), transparent 55%),
    radial-gradient(600px 120px at 85% 0%, rgba(255,255,255,0.4), transparent 55%);
  opacity: 0.75;
  pointer-events: none;
}
.glass::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(0,0,0,0.05) 0.7px, transparent 0.8px);
  background-size: 18px 18px;
  opacity: 0.08;
  pointer-events: none;
}

/* =========================
   Header / Nav
   ========================= */
.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  padding: 14px 0;
}
.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.brand-logo {
  width: 140px;
  opacity: 0.95;
}

/* Nav */
.site-nav {
  position: fixed;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%) scale(1);
  display: flex;
  gap: 10px;
  padding: 10px 12px;
  transition: all 320ms ease;
}
body.scrolled .site-nav {
  top: 14px;
  bottom: auto;
  transform: translateX(-50%) scale(0.98);
}
.site-nav a {
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 0.95rem;
}
.site-nav a:hover {
  background: rgba(0,0,0,0.05);
}
.site-nav a.cta {
  background: rgba(0,0,0,0.08);
}

/* =========================
   Hero
   ========================= */
.hero {
  min-height: 100vh;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
}
.hero-inner {
  max-width: 70ch;
  z-index: 2;
}
.hero-title {
  font-size: var(--title);
  line-height: 1.05;
  margin: 0 0 20px;
}
.hero-text {
  color: rgba(10, 10, 12, 0.7);
  margin-bottom: 28px;
}
.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

/* Hero image */
.hero-media {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.9) contrast(1.05);
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(246,247,248,0.7),
    rgba(246,247,248,0.95)
  );
  z-index: 1;
}

/* =========================
   Intent
   ========================= */
.intent-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
}
@media (max-width: 900px) {
  .intent-grid {
    grid-template-columns: 1fr;
  }
}

/* =========================
   Proof / Signals
   ========================= */
.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 20px;
}
.proof-card {
  padding: 20px;
}
@media (max-width: 900px) {
  .proof-grid {
    grid-template-columns: 1fr;
  }
}

/* =========================
   Contact
   ========================= */
.contact-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 20px;
}
.contact-card {
  padding: 20px;
}
@media (max-width: 720px) {
  .contact-cards {
    grid-template-columns: 1fr;
  }
}

/* =========================
   Footer
   ========================= */
.site-footer {
  padding: 60px 0 120px;
  border-top: 1px solid rgba(0,0,0,0.08);
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  font-size: 0.9rem;
  color: rgba(10, 10, 12, 0.45);
}

/* =========================
   Reduced motion
   ========================= */
@media (prefers-reduced-motion: reduce) {
  * {
    transition: none !important;
  }
}
														
														
.skip-link {
  position: absolute;
  top: 8px;
  left: -9999px;
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.85);
  color: rgba(10, 10, 12, 0.9);
  border-radius: 10px;
  z-index: 1000;
}

/* Visible UNIQUEMENT au focus clavier */
.skip-link:focus {
  left: 12px;
}

