/* sesamo.css — extracted from sesamo.html (presentation layer) */
  /* ---- Sesamo page — local styles (Swiss editorial layout) ---- */
  .ses-main section { padding: 96px 0; }
  .ses-hero { padding: 140px 0 80px; text-align: center; }
  .ses-hero .eyebrow {
    display: inline-flex; align-items: center; gap: 10px;
    font-size: 10.6px; letter-spacing: 0.14em; text-transform: uppercase;
    color: var(--muted); border: 1px solid var(--border); border-radius: 999px;
    padding: 6px 16px; margin-bottom: 22px;
  }
  .ses-hero h1 { font-size: clamp(34px, 4.2vw, 57.8px); line-height: 1.05; margin-bottom: 28px; }
  .ses-hero .lede { font-size: clamp(14.4px, 1.8vw, 17.8px); color: var(--muted); max-width: 600px; margin: 0 auto 32px; font-weight: 300; line-height: 1.5; }
  .ses-hero .cta-row { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; align-items: center; }
  .ses-hero .ses-live { display: inline-flex; align-items: center; gap: 9px; margin-top: 22px; font-size: 11px; color: var(--muted); }
  .ses-hero .ses-live .ldot { width: 8px; height: 8px; border-radius: 50%; background: var(--fg); animation: sespulse 2s var(--bs-ease) infinite; flex: none; }
  @keyframes sespulse { 0%,100% { opacity: 1; } 50% { opacity: .35; } }

  .ses-sec-head { text-align: center; max-width: 620px; margin: 0 auto 56px; }
  .ses-sec-head h2 { font-size: clamp(28.9px, 4.2vw, 44.2px); margin-bottom: 14px; }
  .ses-sec-head p { color: var(--muted); font-size: 14.4px; font-weight: 300; }

  /* ---- Scroll showcase ---- */
  .sc-layout { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: start; max-width: 1080px; margin: 0 auto; padding: 0 28px; }
  .sc-stage-wrap { position: sticky; top: 100px; height: calc(100vh - 100px); display: flex; align-items: center; justify-content: center; }
  .sc-stage { display: grid; place-items: center; width: 100%; max-width: 320px; margin: 0 auto; }
  .sc-shot {
    grid-area: 1 / 1; width: 100%; height: auto; opacity: 0; transform: scale(.97);
    transition: opacity .55s ease, transform .55s ease;
    border: 1px solid var(--border);
    border-radius: 12px;
    box-shadow: var(--shadow-panel);
    background: var(--card);
  }
  .sc-shot.active { opacity: 1; transform: none; }
  .sc-steps { display: flex; flex-direction: column; }
  .sc-step { min-height: 72vh; display: flex; flex-direction: column; justify-content: center; opacity: .3; transition: opacity .4s ease; cursor: pointer; }
  .sc-step:hover { opacity: 0.6; }
  .sc-step.on { opacity: 1; }
  .sc-step h3 { font-size: clamp(23.8px, 3.4vw, 35.7px); margin-bottom: 12px; }
  .sc-step p { color: var(--muted); font-size: 14.4px; font-weight: 300; line-height: 1.55; max-width: 380px; }
  @media (max-width: 820px) {
    .sc-layout { grid-template-columns: 1fr; gap: 0; padding: 0 20px; }
    .sc-stage-wrap { position: sticky; top: 78px; z-index: 1; padding: 14px 0; background: var(--bg); height: auto; }
    .sc-stage { max-width: 240px; }
    .sc-step { min-height: 50vh; opacity: 1; text-align: center; align-items: center; margin: 0; }
    .sc-step p { margin: 0 auto; }
  }

  /* ---- Feature grid (4-up) ---- */
  .ses-extras { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 80px; max-width: 1080px; margin-left: auto; margin-right: auto; padding: 0 28px; }
  .ses-feature {
    background: var(--card); border: 1px solid var(--border);
    border-radius: 14px; padding: 24px 22px; box-shadow: var(--card-inner-glow);
    transition: transform .4s var(--bs-ease), border-color .3s ease, box-shadow .4s var(--bs-ease);
  }
  .ses-feature:hover { transform: translateY(-4px); border-color: var(--muted); box-shadow: var(--shadow-cinematic), var(--card-inner-glow); }
  .ses-feature .ico {
    width: 40px; height: 40px; border-radius: 10px; background: var(--surface);
    display: flex; align-items: center; justify-content: center; margin-bottom: 16px;
    transition: background .3s ease, color .3s ease;
  }
  .ses-feature:hover .ico { background: var(--ink); color: var(--bg); }
  .ses-feature .ico svg { width: 20px; height: 20px; }
  .ses-feature h3 { font-size: 17px; margin-bottom: 8px; }
  .ses-feature p { color: var(--muted); font-size: 12.3px; font-weight: 300; line-height: 1.55; }
  @media (max-width: 980px) { .ses-extras { grid-template-columns: 1fr 1fr; } }
  @media (max-width: 560px) { .ses-extras { grid-template-columns: 1fr; } }

  /* ---- How logic works ---- */
  .ses-how { background: var(--surface); }
  .how-steps { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 880px; margin: 0 auto; padding: 0 28px; }
  @media (max-width: 820px) { .how-steps { grid-template-columns: 1fr; gap: 8px; padding: 0 20px; } }
  .hstep { padding: 28px; transition: background .3s ease; }
  .hstep:hover { background: var(--card); }
  .hstep:not(:last-child) { border-right: 1px solid var(--border); }
  @media (max-width: 820px) { .hstep:not(:last-child) { border-right: none; border-bottom: 1px solid var(--border); } }
  .hstep .num { font-family: var(--font-display); font-size: 34px; font-weight: 600; color: var(--muted); opacity: .5; margin-bottom: 10px; }
  .hstep h3 { font-size: 17.8px; margin-bottom: 8px; }
  .hstep p { color: var(--muted); font-size: 11.9px; font-weight: 300; line-height: 1.55; }
  .hstep b { color: var(--fg); font-weight: 600; }
  .note-box { max-width: 880px; margin: 36px auto 0; padding: 0 28px; display: flex; gap: 14px; align-items: flex-start; }
  .note-box-inner {
    background: var(--card); border: 1px solid var(--border); border-radius: 14px;
    padding: 20px 24px; font-size: 11.9px; color: var(--muted);
    display: flex; gap: 14px; align-items: flex-start; width: 100%;
  }
  .note-box-inner svg { width: 20px; height: 20px; flex: none; margin-top: 2px; }
  .note-box-inner b { color: var(--fg); font-weight: 600; }

  /* ---- Install ---- */
  .ses-install { background: var(--bg); }
  .install-steps { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 880px; margin: 0 auto; padding: 0 28px; }
  @media (max-width: 820px) { .install-steps { grid-template-columns: 1fr; gap: 8px; padding: 0 20px; } }
  .istep { padding: 28px; transition: background .3s ease; }
  .istep:hover { background: var(--surface); }
  .istep:not(:last-child) { border-right: 1px solid var(--border); }
  @media (max-width: 820px) { .istep:not(:last-child) { border-right: none; border-bottom: 1px solid var(--border); } }
  .istep .num { font-family: var(--font-display); font-size: 34px; font-weight: 600; color: var(--muted); opacity: .5; margin-bottom: 10px; }
  .istep h3 { font-size: 17.8px; margin-bottom: 8px; }
  .istep p { color: var(--muted); font-size: 11.9px; font-weight: 300; line-height: 1.55; }
  .istep code { font-family: var(--font-mono); font-size: 10.6px; background: var(--card); border: 1px solid var(--border); border-radius: 6px; padding: 1px 6px; }
  .istep b { color: var(--fg); font-weight: 600; }

  /* ---- Final CTA ---- */
  .ses-cta { text-align: center; }
  .ses-cta .cta-card {
    max-width: 640px; margin: 0 auto; padding: 56px 40px;
    background: var(--card); border: 1px solid var(--border); border-radius: 22px;
    box-shadow: var(--shadow-cinematic);
  }
  .ses-cta h2 { font-size: clamp(25.5px, 4.2vw, 39.1px); margin-bottom: 14px; }
  .ses-cta p { color: var(--muted); font-size: 13.6px; font-weight: 300; max-width: 440px; margin: 0 auto 28px; line-height: 1.55; }

  .back-row { padding-bottom: 64px; }

  /* ---- Contact Form ---- */
  .ses-contact { background: var(--surface); }
  .ses-contact .cform { margin: 0 auto; }
