  * { box-sizing: border-box; }
  html {
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
    scroll-padding-top: 96px;
  }
  body {
    margin: 0;
    background: var(--cream);
    color: var(--ink);
    font-family: var(--font-body);
    font-weight: 400;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
  }
  img, svg { display: block; max-width: 100%; }
  a { color: inherit; }
  h1, h2, h3 {
    font-family: var(--font-display);
    font-weight: 560;
    color: var(--ink);
    margin: 0;
    text-wrap: balance;
    letter-spacing: -0.01em;
  }
  p { margin: 0; }

  .wrap {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 28px;
  }

  @media (prefers-reduced-motion: no-preference) {
    .btn, .pillar-visual, details > summary::after { transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease; }
  }

  :focus-visible {
    outline: 2px solid var(--coral-dark);
    outline-offset: 3px;
  }

  /* ---------- Buttons & badges ---------- */
  .btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--coral);
    color: var(--white);
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 0.95rem;
    padding: 13px 26px;
    border-radius: var(--r-pill);
    border: none;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
  }
  .btn:hover { background: var(--coral-dark); transform: translateY(-1px); }
  .btn:active { transform: translateY(0); }

  .badge {
    display: inline-block;
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 0.78rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--coral-dark);
    background: var(--white);
    border: 1px solid var(--peach-soft);
    padding: 8px 18px;
    border-radius: var(--r-pill);
  }

  /* ---------- Header ---------- */
  header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: var(--white);
    padding: 17px 0;
  }
  header .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }
  .logo {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    font-family: var(--font-display);
    font-size: 1.5rem;
    font-weight: 560;
    font-style: italic;
    letter-spacing: 0;
  }
  .logo img { height: 34px; width: auto; display: block; flex-shrink: 0; }

  /* ---------- Hero ---------- */
  .hero {
    padding: 64px 0 80px;
  }
  .hero .wrap {
    display: grid;
    grid-template-columns: 1.05fr 0.85fr;
    gap: 56px;
    align-items: center;
  }
  .hero h1 {
    font-size: clamp(2.1rem, 3.6vw, 3.15rem);
    line-height: 1.08;
  }
  .hero p.lead {
    margin-top: 20px;
    max-width: 34ch;
    color: var(--ink-soft);
    font-size: 1.08rem;
  }
  .hero .hero-ctas {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 20px;
    margin-top: 30px;
  }
  .hero .hero-ctas .btn { margin-top: 0; }
  .portrait {
    display: block;
    width: 100%;
    height: auto;
    border-radius: var(--r-xl);
  }

  /* ---------- Section shell ---------- */
  section { padding: 64px 0; }
  .section-head {
    text-align: center;
    margin-bottom: 56px;
  }
  .section-head h2 {
    font-size: clamp(1.6rem, 2.6vw, 2.15rem);
  }

  /* ---------- Panel (peach rounded blocks) ---------- */
  .panel {
    background: var(--peach-soft);
    border-radius: var(--r-xl);
    padding: 64px;
  }
  .panel-split {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 52px;
    align-items: center;
  }
  .panel h2 {
    font-size: clamp(1.5rem, 2.4vw, 2.1rem);
  }
  .panel h2 u,
  .pillar-text h3 u {
    text-decoration: none;
    position: relative;
    display: inline-block;
  }
  .panel h2 u::after,
  .pillar-text h3 u::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0.12em;
    height: 0.3em;
    background-image: url("../images/underline-swoosh.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .panel p {
    margin-top: 16px;
    color: #4a3a2c;
  }

  .mock-table-head {
    display: grid;
    grid-template-columns: 1.6fr 0.7fr 0.7fr;
    font-size: 0.68rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--ink-faint);
    padding-bottom: 8px;
    border-bottom: 1px solid var(--line);
  }
  .dot { width: 9px; height: 9px; border-radius: 50%; display: inline-block; margin-right: 8px; }
  .dot.green { background: #6f9c6a; }
  .dot.amber { background: var(--coral); }
  .status-text { font-size: 0.78rem; color: var(--ink-soft); }

  .panel-visual { display: block; width: 100%; height: auto; }

  /* ---------- Pillars ---------- */
  .pillars { display: flex; flex-direction: column; gap: 112px; }
  .pillar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
  }
  .pillar.reverse .pillar-text { order: 2; }
  .pillar.reverse .pillar-visual { order: 1; }
  .pillar-text h3 {
    margin-top: 18px;
    font-size: clamp(1.25rem, 1.9vw, 1.6rem);
    line-height: 1.25;
  }
  .pillar-text p {
    margin-top: 14px;
    color: var(--ink-soft);
    max-width: 42ch;
  }
  .pillar-cta {
    display: inline-block;
    margin-top: 16px;
    color: var(--coral-dark);
    font-weight: 600;
    font-size: 0.92rem;
    text-decoration: none;
  }
  .pillar-cta:hover { text-decoration: underline; }
  /* Non-reversed pillars: text sits left of the image, so align it toward the image (right) */
  .pillar:not(.reverse) .pillar-text { text-align: right; }
  .pillar:not(.reverse) .pillar-text p { margin-left: auto; margin-right: 0; }
  .pillar-visual img { display: block; width: 100%; height: auto; }

  /* ---------- Livrable panel ---------- */
  .livrable { text-align: center; }
  .livrable h2 { max-width: 22ch; margin: 0 auto; }
  .livrable p { max-width: 58ch; margin: 16px auto 0; }
  .livrable .mock-wrap {
    display: flex;
    justify-content: center;
    margin: 40px 0 32px;
  }
  .livrable .mock-wrap img { display: block; width: 100%; max-width: 440px; height: auto; }

  /* ---------- Logos strip ---------- */
  .logos-section { padding: 96px 0; }
  .logos-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: clamp(24px, 5vw, 56px);
  }
  .client-logo { height: 80px; width: 190px; object-fit: contain; display: block; }

  /* ---------- Contact panel ---------- */
  .contact-intro { text-align: center; max-width: 720px; margin: 0 auto; }
  .contact h2 { font-size: clamp(1.4rem, 2.6vw, 2.3rem); margin-top: 16px; white-space: nowrap; }
  .meetings-embed {
    width: 100%;
    max-width: 100%;
    min-height: 700px;
    margin-top: 32px;
    overflow: hidden;
  }
  .meetings-embed,
  .meetings-embed * {
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  /* ---------- FAQ ---------- */
  .faq-list {
    max-width: 760px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  details {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--r-md);
    padding: 4px 22px;
  }
  details summary {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 0;
    cursor: pointer;
    font-family: var(--font-display);
    font-weight: 560;
    font-size: 1.05rem;
  }
  details summary::-webkit-details-marker { display: none; }
  details > summary::after {
    content: "+";
    font-family: var(--font-body);
    font-weight: 400;
    font-size: 1.5rem;
    color: var(--coral);
    flex-shrink: 0;
  }
  details[open] > summary::after { content: "–"; }
  details .faq-answer {
    color: var(--ink-soft);
    padding: 0 0 20px;
    max-width: 62ch;
  }

  /* ---------- Footer ---------- */
  footer {
    padding: 56px 0 40px;
    border-top: 1px solid var(--line);
    margin-top: 40px;
  }
  footer .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
  }
  footer .foot-links { display: flex; gap: 24px; font-size: 0.88rem; color: var(--ink-soft); }
  footer .foot-links a:hover { color: var(--ink); }
  footer .foot-links button {
    font-family: var(--font-body);
    font-size: 0.88rem;
    color: var(--ink-soft);
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
  }
  footer .foot-links button:hover { color: var(--ink); }
  footer .copyright { font-size: 0.82rem; color: var(--ink-faint); }

  /* ---------- Confirmation (thank you page) ---------- */
  .confirm-panel { text-align: center; }
  .confirm-panel h1 { font-size: clamp(1.8rem, 3vw, 2.6rem); max-width: 22ch; margin: 0 auto; }
  .confirm-panel .lead { max-width: 52ch; margin: 16px auto 0; color: #4a3a2c; }
  .confirm-icon {
    width: 96px;
    height: 96px;
    margin: 32px auto 0;
    border-radius: 50%;
    background: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .confirm-icon svg { width: 48px; height: 48px; }

  /* ---------- Cookie consent ---------- */
  .cookie-banner {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 500;
    background: var(--white);
    border-top: 1px solid var(--line);
    box-shadow: var(--shadow-card);
    padding: 24px 0;
  }
  .cookie-banner .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    flex-wrap: wrap;
  }
  .cookie-banner-text { max-width: 640px; font-size: 0.92rem; color: var(--ink-soft); }
  .cookie-banner-text strong { color: var(--ink); }
  .cookie-banner-text a { color: var(--coral-dark); }
  .cookie-banner-actions { display: flex; gap: 12px; flex-wrap: wrap; }
  .btn-cookie-primary,
  .btn-cookie-secondary {
    display: inline-flex;
    align-items: center;
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 0.9rem;
    padding: 12px 22px;
    border-radius: var(--r-pill);
    cursor: pointer;
    white-space: nowrap;
  }
  .btn-cookie-primary { background: var(--coral); color: var(--white); border: none; }
  .btn-cookie-primary:hover { background: var(--coral-dark); }
  .btn-cookie-secondary { background: none; color: var(--ink); border: 1px solid var(--line); }
  .btn-cookie-secondary:hover { border-color: var(--ink-faint); }

  .cookie-overlay {
    position: fixed;
    inset: 0;
    z-index: 600;
    background: rgba(43, 33, 25, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
  }
  .cookie-overlay[hidden] { display: none; }
  .cookie-preferences {
    background: var(--white);
    border-radius: var(--r-xl);
    box-shadow: var(--shadow-card);
    max-width: 560px;
    width: 100%;
    max-height: 85vh;
    overflow-y: auto;
    padding: 40px;
  }
  .cookie-preferences-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
  }
  .cookie-close {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    line-height: 1;
    color: var(--ink-soft);
    background: none;
    border: none;
    cursor: pointer;
    border-radius: 50%;
  }
  .cookie-close:hover { background: var(--cream); color: var(--ink); }
  .cookie-preferences h2 { font-size: 1.4rem; margin: 0; }
  .cookie-preferences > p { margin-top: 12px; color: var(--ink-soft); font-size: 0.92rem; }
  .cookie-category {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid var(--line);
  }
  .cookie-category-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
  }
  .cookie-category-head p { margin: 0; font-weight: normal; }
  .cookie-locked {
    font-size: 0.8rem;
    color: var(--ink-faint);
    text-transform: uppercase;
    letter-spacing: 0.04em;
  }
  .cookie-category p { margin-top: 8px; color: var(--ink-soft); font-size: 0.88rem; }
  .cookie-toggle {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 24px;
    flex-shrink: 0;
  }
  .cookie-toggle input { opacity: 0; width: 0; height: 0; }
  .cookie-toggle-track {
    position: absolute;
    inset: 0;
    background: var(--line);
    border-radius: var(--r-pill);
    transition: background 0.15s ease;
  }
  .cookie-toggle-track::before {
    content: "";
    position: absolute;
    left: 3px;
    top: 3px;
    width: 18px;
    height: 18px;
    background: var(--white);
    border-radius: 50%;
    transition: transform 0.15s ease;
  }
  .cookie-toggle input:checked + .cookie-toggle-track { background: var(--coral); }
  .cookie-toggle input:checked + .cookie-toggle-track::before { transform: translateX(20px); }
  .cookie-preferences-actions {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 32px;
    flex-wrap: wrap;
  }

  /* ---------- Responsive ---------- */
  @media (max-width: 860px) {
    .hero .wrap { grid-template-columns: 1fr; gap: 40px; }
    .hero .portrait { display: none; }
    .panel { padding: 34px 24px; }
    .panel-split { grid-template-columns: 1fr; gap: 32px; }
    .pillar { grid-template-columns: 1fr; gap: 28px; }
    .pillar:not(.reverse) .pillar-text { text-align: left; }
    .pillar:not(.reverse) .pillar-text p { margin-left: 0; }
    .pillar-visual { display: none; }
    .logos-grid { display: grid; grid-template-columns: 1fr; gap: 24px; justify-items: center; }
    .client-logo { height: 48px; width: 100%; max-width: 140px; object-fit: contain; }
    .contact h2 { white-space: normal; }
    footer .wrap { flex-direction: column; text-align: center; }
    .cookie-banner .wrap { flex-direction: column; align-items: stretch; text-align: center; }
    .cookie-banner-actions { justify-content: center; }
    .cookie-preferences { padding: 28px; }
  }
