/* ═══════════════════════════ tokens ═══════════════════════════ */
:root {
  --ink:        #1a1710;
  --ink-soft:   #4a4437;
  --ink-faint:  #8b8474;
  --paper:      #fffdf7;
  --paper-3:    #f7eed6;
  --line:       #e8dfc8;

  --yellow:     #ffdc4a;
  --yellow-dk:  #f0be1f;
  --desk:       #171512;

  --radius:     14px;
  --shadow:     0 1px 2px rgba(30,24,10,.06), 0 8px 28px rgba(30,24,10,.08);

  --sans: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", Inter, system-ui, sans-serif;
  --s: 1;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body {
  margin: 0; font-family: var(--sans); color: var(--ink); background: var(--paper);
  -webkit-font-smoothing: antialiased; font-size: 16px; line-height: 1.55; overflow-x: hidden;
}
img { max-width: 100%; }

h1, h2, h3, h4 { margin: 0; letter-spacing: -0.022em; line-height: 1.1; font-weight: 640; }
h1 { font-size: clamp(2.4rem, 5.6vw, 3.9rem); letter-spacing: -0.035em; }
h2 { font-size: clamp(1.8rem, 3.4vw, 2.7rem); letter-spacing: -0.03em; }
p  { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }
a  { color: inherit; }
button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible {
  outline: 3px solid #0a84ff;
  outline-offset: 3px;
}

.eyebrow {
  font-size: .78rem; font-weight: 620; letter-spacing: .1em; text-transform: uppercase;
  color: var(--ink-faint); margin: 0 0 .9rem;
}
.eyebrow--light { color: #b6ab8e; }

/* ═══════════════════════════ buttons ═══════════════════════════ */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: .72rem 1.4rem; border-radius: 999px; border: 1px solid var(--ink);
  background: var(--ink); color: var(--paper);
  font-size: .95rem; font-weight: 580; text-decoration: none;
  transition: transform .16s ease, box-shadow .16s ease;
}
.btn:hover { transform: translateY(-1px); box-shadow: 0 8px 22px rgba(26,23,16,.22); }
.btn--ghost { background: transparent; color: var(--ink); border-color: #cfc4a6; }
.btn--ghost:hover { background: #fff; box-shadow: var(--shadow); }
.btn--small { padding: .48rem 1rem; font-size: .875rem; }
.section--dark .btn { background: var(--yellow); border-color: var(--yellow); color: #241d06; }
.section--dark .btn--ghost { background: transparent; color: #f3ecdc; border-color: #4c453a; }

/* ═══════════════════════════ nav ═══════════════════════════ */
.nav {
  position: sticky; top: 0; z-index: 60; display: flex; align-items: center; gap: 1.6rem;
  min-height: 60px; padding: .7rem clamp(1rem, 4vw, 3rem);
  background: rgba(255,253,247,.82); backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid transparent; transition: border-color .2s ease;
}
.nav.is-stuck { border-bottom-color: var(--line); }
.nav__brand { display: flex; align-items: center; gap: .55rem; font-weight: 660; font-size: 1.05rem; text-decoration: none; }
.nav__brand img { border-radius: 7px; }
.nav__links { display: flex; gap: 1.4rem; margin-left: auto; }
.nav__links a { text-decoration: none; font-size: .92rem; color: var(--ink-soft); font-weight: 520; }
.nav__links a:hover { color: var(--ink); }

/* ═══════════════════════════ hero ═══════════════════════════ */
.hero {
  min-height: min(780px, calc(100svh - 60px));
  display: grid; align-items: center;
  padding: clamp(3rem, 7vw, 6.5rem) clamp(1rem, 4vw, 3rem);
  background:
    radial-gradient(760px 600px at 22% 48%, #ffefaa 0%, transparent 67%),
    radial-gradient(720px 440px at 96% 0%, #f6ead0 0%, transparent 65%),
    var(--paper);
}
.hero__grid {
  max-width: 1180px; margin: 0 auto; display: grid;
  grid-template-columns: minmax(320px,.9fr) minmax(0,1.1fr);
  gap: clamp(2rem, 7vw, 6.5rem); align-items: center;
}
.hero__copy { max-width: 610px; }
.hero__copy h1 { max-width: 12ch; }
.lede { font-size: clamp(1.05rem, 1.45vw, 1.2rem); color: var(--ink-soft); max-width: 43ch; margin-top: 1.5rem; }
.hero__cta { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 2rem; }
.hero__facts {
  list-style: none; padding: 0; margin: 1.8rem 0 0; display: flex; flex-wrap: wrap;
  gap: .5rem 1.5rem; font-size: .85rem; color: var(--ink-faint);
}
.hero__facts li { display: flex; align-items: center; gap: .45rem; }
.hero__facts li::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--yellow-dk); }
.hero__mascot-stage {
  position: relative; min-height: 500px; display: grid; place-items: center;
  isolation: isolate;
}
.hero__mascot-stage::before {
  content: ""; position: absolute; z-index: -1; width: 430px; height: 430px;
  border-radius: 50%; background: rgba(255,255,255,.56);
  box-shadow: inset 0 0 0 1px rgba(204,166,55,.16), 0 34px 90px rgba(122,82,0,.1);
}
.hero__mascotte-frame {
  position: relative; display: block; width: clamp(260px, 33vw, 410px); aspect-ratio: 478 / 520;
  contain: size layout;
}
.hero__mascotte {
  position: absolute; inset: 0; display: block; width: 100%; height: 100%;
  object-fit: contain; object-position: center bottom;
  filter: drop-shadow(0 28px 32px rgba(120,90,20,.2));
  animation: mascot-arrive .75s cubic-bezier(.2,.8,.2,1) both;
}
.hero__hello {
  position: absolute; z-index: 2; top: 5%; right: -1%; padding: .7rem 1rem;
  border: 1px solid var(--line); border-radius: 18px 18px 18px 4px;
  background: #fff; box-shadow: var(--shadow); font-weight: 650;
  transform: rotate(2deg); animation: hello-arrive .5s .45s ease-out both;
}
.hero__spark { position: absolute; color: #d59e00; font-size: 1.35rem; animation: twinkle 2.8s ease-in-out infinite; }
.hero__spark--one { top: 22%; left: 2%; }
.hero__spark--two { right: 5%; bottom: 20%; animation-delay: 1.1s; font-size: .9rem; }
@keyframes mascot-arrive { from { opacity: 0; transform: translateY(18px) scale(.96); } }
@keyframes hello-arrive { from { opacity: 0; transform: translateY(8px) rotate(2deg); } }
@keyframes twinkle { 0%,100% { opacity: .35; transform: scale(.85) rotate(0); } 50% { opacity: 1; transform: scale(1.15) rotate(15deg); } }

/* ═══════════════════════════ sections ═══════════════════════════ */
.section { padding: clamp(3.5rem, 7vw, 6rem) clamp(1rem, 4vw, 3rem); }
.section--paper { background: var(--paper-3); }
.section--dark {
  background: radial-gradient(900px 500px at 82% 0%, #2c271d 0%, transparent 60%), var(--desk);
  color: #f1ebdd;
}
.section--dark h2 { color: #fdf8ec; }
.section--dark .section__lede { color: #b9b1a0; }
.section__head { max-width: 660px; margin: 0 auto clamp(2rem, 4vw, 3rem); text-align: center; }
.section__lede { color: var(--ink-soft); font-size: clamp(1rem, 1.25vw, 1.08rem); margin-top: 1.1rem; }
.demo-disclaimer {
  width: 100%; max-width: 1240px; margin: 1.2rem auto 0; color: #918978; font-size: .78rem; line-height: 1.45;
  text-align: center;
}

/* ═══════════════════════════ the desktop ═══════════════════════════ */
.demo-section { overflow: hidden; }
.demo-steps {
  max-width: 650px; margin: 0 auto 1.6rem; padding: 0; list-style: none;
  display: flex; justify-content: center; gap: clamp(.8rem, 3vw, 2.3rem);
}
.demo-steps li { display: flex; align-items: center; gap: .55rem; color: #c7bfaf; font-size: .86rem; }
.demo-steps span {
  display: grid; place-items: center; width: 25px; height: 25px; flex: none;
  border-radius: 50%; background: #3d382f; color: var(--yellow); font-size: .72rem; font-weight: 750;
}
.demo-steps strong { color: #e9e2d4; font-weight: 580; }

.desk-wrap {
  max-width: 1240px; margin: 0 auto; width: 100%;
  overflow-x: auto; overflow-y: hidden; -webkit-overflow-scrolling: touch;
}
.desk-wrap::-webkit-scrollbar { height: 8px; }
.desk-wrap::-webkit-scrollbar-thumb { background: #ffffff2e; border-radius: 4px; }
.desk-scroll {
  max-width: 1240px; margin: .6rem auto 0; font-size: .8rem; color: #a49a83; text-align: center;
}
.desk {
  position: relative; width: calc(var(--dw) * 1px); height: calc(var(--dh) * 1px);
  transform: scale(var(--s)); transform-origin: top left;
  border-radius: 14px; overflow: hidden; user-select: none; touch-action: none;
  background:
    radial-gradient(900px 620px at 22% 12%, #4a4f78 0%, transparent 68%),
    radial-gradient(700px 520px at 84% 82%, #6b4a63 0%, transparent 70%),
    linear-gradient(165deg, #2b3050 0%, #1d2036 52%, #14161f 100%);
  box-shadow: 0 2px 6px rgba(0,0,0,.3), 0 30px 80px rgba(0,0,0,.5), inset 0 0 0 1px rgba(255,255,255,.08);
  touch-action: pan-x pan-y;
}
.desk.is-grabbing { touch-action: none; }
.desk__menubar {
  position: absolute; inset: 0 0 auto 0; height: 26px; z-index: 1200;
  display: flex; align-items: center; justify-content: space-between; padding: 0 12px;
  font-size: 12px; color: #f2efe8; background: rgba(18,20,28,.5); backdrop-filter: blur(10px);
}
.desk__menu-left { display: flex; align-items: center; gap: 14px; font-weight: 620; }
.desk__menu-left img { border-radius: 4px; }
.desk__menu-left em { font-style: normal; font-weight: 500; opacity: .75; }
.desk__menu-right { opacity: .8; }
.desk__stage { position: absolute; inset: 26px 0 0 0; }
.desk__dock {
  position: absolute; bottom: 12px; left: 50%; transform: translateX(-50%); z-index: 1100;
  display: flex; gap: 10px; padding: 7px 11px; border-radius: 18px;
  background: rgba(255,255,255,.13); backdrop-filter: blur(14px);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.16);
}
.dock__tile {
  position: relative; width: 46px; height: 46px; padding: 0; border: 0; border-radius: 12px;
  display: grid; place-items: center; color: #fff; cursor: pointer;
  background: linear-gradient(#ffffff38, #ffffff1c);
  transition: transform .14s ease, filter .14s ease;
}
.dock__tile:hover { transform: translateY(-5px) scale(1.08); filter: brightness(1.08); }
.dock__tile::after {
  content: ""; position: absolute; left: 50%; bottom: -5px; width: 4px; height: 4px;
  border-radius: 50%; background: transparent; transform: translateX(-50%);
}
.dock__tile.is-running::after { background: rgba(255,255,255,.9); }
.dock__tile--noty { background: none; }
.dock__tile--noty img { border-radius: 10px; box-shadow: 0 3px 9px rgba(0,0,0,.28); }
.dock__safari {
  position: relative; display: block; width: 40px; height: 40px; border: 2px solid white; border-radius: 50%;
  background: radial-gradient(circle at 50% 50%, #ebf7ff 0 49%, transparent 50%),
              conic-gradient(from 5deg, #69c7f4, #1775d1, #69c7f4);
  box-shadow: 0 2px 7px rgba(0,0,0,.28);
}
.dock__safari::before,
.dock__safari::after {
  content: ""; position: absolute; left: 18px; top: 6px; width: 4px; height: 15px;
  border-radius: 4px 4px 1px 1px; background: #ef3f55; transform: rotate(35deg); transform-origin: 2px 13px;
}
.dock__safari::after { top: 19px; background: #2678ca; transform: rotate(35deg); transform-origin: 2px 1px; }
.dock__mail {
  position: relative; display: block; width: 40px; height: 40px; border-radius: 9px;
  background: linear-gradient(145deg, #61bcff, #1574e8); box-shadow: 0 2px 7px rgba(0,0,0,.28);
}
.dock__mail::before {
  content: ""; position: absolute; inset: 9px 6px 8px; border-radius: 3px; background: #fff;
  clip-path: polygon(0 0, 50% 43%, 100% 0, 100% 100%, 0 100%);
}

/* the things standing on the desk */
.actor { position: absolute; }
.actor--note { cursor: grab; z-index: 30; transition: opacity .26s ease, transform .26s ease; }
.actor--note.is-dragging { cursor: grabbing; z-index: 90; }
.actor--note.is-hidden { opacity: 0; transform: scale(.95); pointer-events: none; }
.actor--note.is-arriving { animation: pop .36s cubic-bezier(.2,1.5,.4,1); }
@keyframes pop { from { transform: scale(.9); } to { transform: scale(1); } }

/* what the desk tells you */
.demo-caption {
  max-width: 1240px; margin: 1.25rem auto 0; display: flex;
  gap: .8rem; align-items: stretch;
}
.hint {
  flex: 1; margin: 0; font-size: .95rem; color: #e6dfd0; min-height: 3.4em;
  padding: 1rem 1.2rem; border-radius: var(--radius);
  background: #ffffff0d; border: 1px solid #ffffff17;
}
.hint b { color: #fff; font-weight: 620; }
.demo-reset {
  min-width: 112px; padding: 0 1rem; border: 1px solid #ffffff24; border-radius: var(--radius);
  background: #ffffff10; color: #ece5d6; cursor: pointer; font: 580 .88rem/1 var(--sans);
  transition: background .15s ease, border-color .15s ease;
}
.demo-reset:hover { background: #ffffff1d; border-color: #ffffff3d; }


/* the app windows on the desk — drawn here, not screenshotted */
.win {
  position: absolute; border-radius: 12px; overflow: hidden; z-index: 10;
  background: #fdfdfd; color: #23252b;
  box-shadow: 0 2px 4px rgba(0,0,0,.22), 0 22px 54px rgba(0,0,0,.4);
  transition: left .24s ease, top .24s ease, width .24s ease, height .24s ease,
              opacity .28s ease, transform .28s cubic-bezier(.3,.7,.3,1);
}
.win.is-dragging { transition: none; box-shadow: 0 4px 8px rgba(0,0,0,.3), 0 34px 76px rgba(0,0,0,.46); }
.win.is-gone { opacity: 0; transform: scale(.86) translateY(30px); pointer-events: none; }
.win.is-maximized { border-radius: 10px; }
.win__bar {
  display: flex; align-items: center; gap: .7rem; padding: .55rem .8rem;
  background: linear-gradient(#f1f1f2, #e7e7e9); border-bottom: 1px solid #d6d6d9;
  cursor: grab; font-size: 12px;
}
.win__bar:active { cursor: grabbing; }
.win__lights { display: flex; align-items: center; flex: none; height: 12px; gap: 6px; }
.win__light {
  position: relative; display: block; flex: 0 0 12px; width: 12px; height: 12px; padding: 0;
  border: 0; border-radius: 50%; background: #febc2e; color: rgba(64, 42, 19, .72); cursor: default;
}
.win__light--close { background: #ff5f57; }
.win__light--zoom { background: #28c840; }
.win__light::before,
.win__light::after { content: ""; position: absolute; opacity: 0; transition: opacity .08s ease; }
.win:hover .win__light::before,
.win:hover .win__light::after { opacity: 1; }
.win__light--close::before,
.win__light--close::after {
  left: 50%; top: 50%; width: 6px; height: 1px; border-radius: 1px; background: currentColor;
  transform: translate(-50%, -50%) rotate(45deg);
}
.win__light--close::after { transform: translate(-50%, -50%) rotate(-45deg); }
.win__light--minimise::before {
  left: 50%; top: 50%; width: 6px; height: 1px; border-radius: 1px; background: currentColor;
  transform: translate(-50%, -50%);
}
.win__light--minimise::after { display: none; }
.win__light--zoom::before,
.win__light--zoom::after { width: 5px; height: 5px; background: currentColor; }
.win__light--zoom::before { left: 2px; top: 2px; clip-path: polygon(0 0, 100% 0, 0 100%); }
.win__light--zoom::after { right: 2px; bottom: 2px; clip-path: polygon(100% 0, 100% 100%, 0 100%); }
.win__title { flex: 1; text-align: center; color: #5c5f66; font-weight: 560; }
.win__page { padding: 26px 30px; }
.win__page h3 { font-size: 26px; font-weight: 700; letter-spacing: -0.02em; margin-bottom: 14px; color: #2b2b2b; }
.win__page p { font-size: 15px; color: #3d3d3d; margin-bottom: 12px; }
.win__page a { color: #2554c7; }
.win__page .win__eyebrow { margin-bottom: 8px; color: #8a8d94; font-size: 10px; font-weight: 750; letter-spacing: .09em; }

/* a locally simulated Safari window */
.browser__toolbar {
  display: flex; align-items: center; gap: 5px; height: 40px; padding: 5px 9px;
  border-bottom: 1px solid #d8d8dc; background: #f1f1f3;
}
.browser__toolbar > button,
.mail__toolbar button {
  display: grid; place-items: center; width: 28px; height: 27px; padding: 0; border: 0; border-radius: 6px;
  background: transparent; color: #4f535a; font: 600 18px/1 -apple-system, BlinkMacSystemFont, sans-serif; cursor: pointer;
}
.browser__toolbar > button:hover, .mail__toolbar button:hover { background: #dedee2; }
.browser__toolbar > button:disabled { opacity: .28; cursor: default; }
.browser__address-form {
  display: flex; align-items: center; gap: 6px; flex: 1; height: 28px; margin-left: 2px; padding: 0 10px;
  border: 1px solid #d1d1d5; border-radius: 7px; background: rgba(255,255,255,.92); color: #8b8d92;
}
.browser__address {
  width: 100%; min-width: 0; padding: 0; border: 0; outline: 0; background: transparent;
  color: #35383e; font: 12px/1.2 -apple-system, BlinkMacSystemFont, sans-serif; text-align: center;
}
.browser__address[aria-invalid="true"] { color: #b51d24; }
.browser__tabs {
  display: flex; align-items: stretch; gap: 1px; height: 34px; padding: 4px 7px 0;
  border-bottom: 1px solid #cfd0d4; background: #e5e5e8;
}
.browser__tab {
  display: flex; align-items: center; flex: 1 1 0; min-width: 0; max-width: 190px; height: 29px;
  border-radius: 7px 7px 0 0; color: #5e6167;
}
.browser__tab:hover { background: rgba(255,255,255,.42); }
.browser__tab.is-active { background: #fff; color: #2d3035; box-shadow: 0 -1px 0 rgba(0,0,0,.04); }
.browser__tab-select {
  display: flex; align-items: center; gap: 6px; flex: 1; min-width: 0; height: 100%; padding: 0 4px 0 8px;
  border: 0; background: transparent; color: inherit; cursor: pointer; font: 560 11px/1 -apple-system, BlinkMacSystemFont, sans-serif;
}
.browser__tab-select > span:last-child { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.browser__tab-favicon {
  display: grid; place-items: center; flex: 0 0 15px; width: 15px; height: 15px; border-radius: 4px;
  background: linear-gradient(145deg, #58aaf0, #226fc5); color: #fff; font-size: 8px; font-weight: 750;
}
.browser__tab-close {
  display: grid; place-items: center; flex: 0 0 20px; width: 20px; height: 20px; margin-right: 3px; padding: 0;
  border: 0; border-radius: 5px; background: transparent; color: #74777d; cursor: pointer; font: 500 14px/1 sans-serif;
}
.browser__tab-close:hover { background: #d8d8dc; color: #2e3035; }
.browser__new-tab {
  display: grid; place-items: center; flex: 0 0 28px; height: 27px; padding: 0; border: 0; border-radius: 6px;
  background: transparent; color: #55585f; cursor: pointer; font: 400 19px/1 sans-serif;
}
.browser__new-tab:hover { background: rgba(255,255,255,.54); }
.browser__page { height: calc(100% - 107px); overflow: auto; background: linear-gradient(145deg, #fff, #f7f8fb); }
.browser__page-card { max-width: 590px; margin: 0 auto; }
.browser__local-note { margin-top: 18px; color: #8a8d94 !important; font-size: 11px !important; }

/* a mail window */
.mail__toolbar {
  display: flex; align-items: center; gap: 4px; height: 34px; padding: 3px 8px;
  border-bottom: 1px solid #dedee1; background: #f5f5f6; color: #777a81; font-size: 11px;
}
.mail__toolbar span { flex: 1; text-align: center; }
.mail__toolbar input { width: 100px; height: 23px; padding: 0 8px; border: 1px solid #d5d5d8; border-radius: 6px; background: white; font-size: 10px; }
.mail__toolbar .is-refreshing { animation: mail-refresh .42s ease; }
@keyframes mail-refresh { to { transform: rotate(360deg); } }
.mail { display: flex; height: calc(100% - 68px); font-size: 12px; }
.mail__side { width: 108px; flex: none; background: #f1f1f4; border-right: 1px solid #e0e0e4; padding: 12px 8px; }
.mail__side b { display: block; font-size: 11px; letter-spacing: .06em; text-transform: uppercase; color: #8a8d94; margin-bottom: 8px; }
.mail__side button {
  display: flex; align-items: center; justify-content: space-between; width: 100%; height: 28px; padding: 0 8px;
  border: 0; border-radius: 6px; background: transparent; color: #3d3f45; cursor: pointer; font: 560 11px/1 -apple-system, BlinkMacSystemFont, sans-serif; text-align: left;
}
.mail__side button:hover { background: #e5e5e9; }
.mail__side button.is-on { background: #d9e3f2; color: #1b4e91; font-weight: 700; }
.mail__side small { color: #858991; font-size: 9px; }
.mail__list { flex: 0 0 164px; min-width: 0; overflow: auto; border-right: 1px solid #e0e0e4; background: #fafafa; }
.mail__row {
  display: block; width: 100%; padding: 8px 10px; border: 0; border-bottom: 1px solid #e7e7ea;
  background: transparent; color: #292b30; cursor: pointer; text-align: left;
}
.mail__row:hover { background: #f0f3f8; }
.mail__row.is-on { background: #dce8fa; }
.mail__row-head { display: flex !important; align-items: center; gap: 4px; }
.mail__row-head b { flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 11px; }
.mail__row time { color: #8a8d94; font-size: 8px; }
.mail__row strong, .mail__row > span:last-child { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.mail__row strong { margin-top: 2px; font-size: 10px; }
.mail__row > span:last-child { margin-top: 2px; color: #7c7f86; font-size: 9px; }
.mail__message { flex: 1; min-width: 0; overflow: auto; background: #fff; }
.mail__message header { padding: 12px 13px 9px; border-bottom: 1px solid #ececef; }
.mail__message header strong { display: block; font-size: 12px; line-height: 1.25; }
.mail__message header span { display: block; margin-top: 4px; color: #858890; font-size: 8px; }
.mail__body { padding: 10px 13px; color: #44474d; font-size: 10px; line-height: 1.45; user-select: text; }
.mail__body p { margin: 0; }
.mail__empty { display: grid; place-items: center; height: 100%; padding: 16px; color: #999ca3; font-size: 10px; text-align: center; }
.mail__compose { position: absolute; z-index: 8; inset: 68px 0 0; padding: 18px 46px; background: rgba(237,238,241,.9); backdrop-filter: blur(8px); }
.mail__compose form { height: 100%; overflow: hidden; border-radius: 9px; background: #fff; box-shadow: 0 8px 26px rgba(0,0,0,.24); }
.mail__compose-head { display: flex; align-items: center; height: 32px; padding: 0 10px; border-bottom: 1px solid #e6e6e9; }
.mail__compose-head strong { flex: 1; font-size: 11px; }
.mail__compose-head button { width: 22px; height: 22px; padding: 0; border: 0; border-radius: 5px; background: transparent; cursor: pointer; }
.mail__compose label { display: flex; align-items: center; height: 29px; padding: 0 10px; border-bottom: 1px solid #ececef; color: #777a80; font-size: 9px; }
.mail__compose label span { width: 42px; }
.mail__compose label input { flex: 1; min-width: 0; border: 0; outline: 0; font: 10px -apple-system, BlinkMacSystemFont, sans-serif; }
.mail__compose textarea { display: block; width: 100%; height: calc(100% - 119px); resize: none; padding: 10px; border: 0; outline: 0; font: 10px/1.45 -apple-system, BlinkMacSystemFont, sans-serif; }
.mail__send { margin: 0 0 7px 9px; padding: 5px 12px; border: 0; border-radius: 6px; background: #0a84ff; color: #fff; cursor: pointer; font-size: 10px; font-weight: 650; }
/* ═══════════════════════════ product story ═══════════════════════════ */
.story {
  max-width: 1180px; margin: 0 auto; display: grid;
  grid-template-columns: minmax(0,.82fr) minmax(0,1.18fr); gap: clamp(2.5rem, 8vw, 7rem);
}
.story__intro { align-self: start; position: sticky; top: 110px; }
.story__intro h2 { max-width: 12ch; }
.story__intro > p:last-child { max-width: 42ch; margin-top: 1.2rem; color: var(--ink-soft); }
.story__steps { border-top: 1px solid var(--line); }
.story-step {
  display: grid; grid-template-columns: 48px minmax(0,1fr); gap: 1rem;
  padding: clamp(1.6rem, 4vw, 2.4rem) 0; border-bottom: 1px solid var(--line);
}
.story-step > span { color: #b29a55; font-size: .75rem; font-weight: 700; letter-spacing: .08em; }
.story-step h3 { margin-bottom: .55rem; font-size: clamp(1.12rem, 2vw, 1.38rem); }
.story-step p { max-width: 48ch; color: var(--ink-soft); }

/* ═══════════════════════════ privacy ═══════════════════════════ */
.privacy-card {
  max-width: 1060px; margin: 0 auto; padding: clamp(1.8rem, 5vw, 3.5rem);
  display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr);
  gap: clamp(2rem, 6vw, 5rem); border: 1px solid #e2d5b6; border-radius: 28px;
  background: rgba(255,255,255,.5); box-shadow: var(--shadow);
}
.privacy-card__copy { color: var(--ink-soft); }
.privacy-card__copy ul {
  display: flex; flex-wrap: wrap; gap: .6rem; margin: 1.5rem 0 0; padding: 0; list-style: none;
}
.privacy-card__copy li {
  padding: .4rem .72rem; border: 1px solid #d9cba9; border-radius: 999px;
  background: rgba(255,255,255,.65); color: var(--ink); font-size: .82rem; font-weight: 580;
}

/* ═══════════════════════════ download / footer ═══════════════════════════ */
.section--get { text-align: center; padding-bottom: clamp(4.5rem, 9vw, 7rem); }
.get__mascotte {
  width: 142px; height: auto; margin-bottom: 1.35rem;
  filter: drop-shadow(0 18px 24px rgba(0,0,0,.24));
}
.section--get .section__lede { max-width: 540px; margin: 1.1rem auto 0; }
.footer {
  display: flex; justify-content: center; padding: 1.6rem clamp(1rem, 4vw, 3rem);
  font-size: .8rem; color: var(--ink-faint); background: var(--desk); border-top: 1px solid #ffffff0f;
}

/* ═══════════════════════════ responsive ═══════════════════════════ */
@media (max-width: 900px) {
  .hero__grid { grid-template-columns: 1fr; }
  .hero__mascot-stage { min-height: 390px; }
  .hero__mascot-stage::before { width: 350px; height: 350px; }
  .hero__mascotte-frame { width: min(330px, 72vw); }
  .hero__hello { right: 8%; }
  .hero__copy { margin: 0 auto; text-align: center; }
  .hero__copy h1 { margin-inline: auto; }
  .hero__cta, .hero__facts { justify-content: center; }
  .lede { max-width: none; }
  .story { grid-template-columns: 1fr; }
  .story__intro { position: static; }
  .story__intro h2 { max-width: 16ch; }
  .privacy-card { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .nav__links { display: none; }
  .hero { padding-top: 2.2rem; }
  .hero__mascot-stage { min-height: 330px; }
  .hero__mascot-stage::before { width: 285px; height: 285px; }
  .hero__hello { top: 2%; right: 2%; font-size: .86rem; }
  .demo-steps { justify-content: flex-start; overflow-x: auto; padding-bottom: .25rem; }
  .demo-steps li { min-width: max-content; }
  .demo-caption { flex-direction: column; }
  .demo-reset { min-height: 46px; }
  .story-step { grid-template-columns: 38px minmax(0,1fr); }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001s !important; transition-duration: .001s !important; }
  html { scroll-behavior: auto; }
}
