@charset "UTF-8";
@font-face{font-family:et-book;src:url(/static/et-book/et-book-roman-line-figures/et-book-roman-line-figures.eot);src:url(/static/et-book/et-book-roman-line-figures/et-book-roman-line-figures.eot?#iefix) format("embedded-opentype"),url(/static/et-book/et-book-roman-line-figures/et-book-roman-line-figures.woff) format("woff"),url(/static/et-book/et-book-roman-line-figures/et-book-roman-line-figures.ttf) format("truetype"),url(/static/et-book/et-book-roman-line-figures/et-book-roman-line-figures.svg#etbookromanosf) format("svg");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:et-book;src:url(/static/et-book/et-book-display-italic-old-style-figures/et-book-display-italic-old-style-figures.eot);src:url(/static/et-book/et-book-display-italic-old-style-figures/et-book-display-italic-old-style-figures.eot?#iefix) format("embedded-opentype"),url(/static/et-book/et-book-display-italic-old-style-figures/et-book-display-italic-old-style-figures.woff) format("woff"),url(/static/et-book/et-book-display-italic-old-style-figures/et-book-display-italic-old-style-figures.ttf) format("truetype"),url(/static/et-book/et-book-display-italic-old-style-figures/et-book-display-italic-old-style-figures.svg#etbookromanosf) format("svg");font-weight:400;font-style:italic;font-display:swap}
@font-face{font-family:et-book;src:url(/static/et-book/et-book-bold-line-figures/et-book-bold-line-figures.eot);src:url(/static/et-book/et-book-bold-line-figures/et-book-bold-line-figures.eot?#iefix) format("embedded-opentype"),url(/static/et-book/et-book-bold-line-figures/et-book-bold-line-figures.woff) format("woff"),url(/static/et-book/et-book-bold-line-figures/et-book-bold-line-figures.ttf) format("truetype"),url(/static/et-book/et-book-bold-line-figures/et-book-bold-line-figures.svg#etbookromanosf) format("svg");font-weight:700;font-style:normal;font-display:swap}
@font-face{font-family:et-book-roman-old-style;src:url(/static/et-book/et-book-roman-old-style-figures/et-book-roman-old-style-figures.eot);src:url(/static/et-book/et-book-roman-old-style-figures/et-book-roman-old-style-figures.eot?#iefix) format("embedded-opentype"),url(/static/et-book/et-book-roman-old-style-figures/et-book-roman-old-style-figures.woff) format("woff"),url(/static/et-book/et-book-roman-old-style-figures/et-book-roman-old-style-figures.ttf) format("truetype"),url(/static/et-book/et-book-roman-old-style-figures/et-book-roman-old-style-figures.svg#etbookromanosf) format("svg");font-weight:400;font-style:normal;font-display:swap}

/* =========================================================
   AMPARA v2 — Design tokens
   ========================================================= */
:root {
  --ink:       #1F2839;
  --ink-2:     #33566D;
  --ink-soft:  #4a5a73;
  --muted:     #7b7566;
  --muted-2:   #9a9182;

  --canvas:    #F4F4F1;
  --canvas-2:  #EFEAE0;
  --canvas-3:  #E6DDCF;

  --gold:      #B69D74;
  --gold-hot:  #C8A568;
  --gold-ink:  #8a734a;

  --sage:      #6B7A5A;

  --line:      #E4DDD0;
  --line-2:    #D6CDBA;

  --surface:   #FEFEFE;
  --surface-2: #FBF9F4;

  --shadow-sm: 0 1px 2px rgba(31,40,57,.04), 0 1px 3px rgba(31,40,57,.03);
  --shadow-md: 0 6px 24px -8px rgba(31,40,57,.14), 0 2px 6px rgba(31,40,57,.04);
  --shadow-lg: 0 30px 70px -22px rgba(31,40,57,.24), 0 10px 24px -12px rgba(31,40,57,.10);

  --font-serif: 'et-book', 'Iowan Old Style', 'Palatino Linotype', Georgia, serif;
  --font-sans:  'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;

  --r-sm: 8px;
  --r-md: 14px;
  --r-lg: 22px;
  --r-xl: 28px;

  color-scheme: light;
}

[data-theme="dark"] {
  --ink:       #F3EFE6;
  --ink-2:     #C9D5E0;
  --ink-soft:  #a8b4c2;
  --muted:     #b3ab99;
  --muted-2:   #8e8778;

  --canvas:    #141A26;
  --canvas-2:  #1A2130;
  --canvas-3:  #232c3f;

  --gold:      #C8A568;
  --gold-hot:  #D9B878;
  --gold-ink:  #E6C98E;

  --sage:      #8fa47a;

  --line:      #2a3244;
  --line-2:    #384359;

  --surface:   #1F2839;
  --surface-2: #222c40;

  --shadow-sm: 0 1px 2px rgba(0,0,0,.4);
  --shadow-md: 0 8px 28px -10px rgba(0,0,0,.55), 0 2px 6px rgba(0,0,0,.35);
  --shadow-lg: 0 36px 80px -22px rgba(0,0,0,.7), 0 12px 28px -12px rgba(0,0,0,.45);

  color-scheme: dark;
}

/* =========================================================
   Reset + base
   ========================================================= */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility; scroll-behavior: smooth; }
body {
  font-family: var(--font-sans);
  color: var(--ink);
  background: var(--canvas);
  line-height: 1.55;
  min-height: 100vh;
  transition: background-color .4s ease, color .4s ease;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
img, svg { display: block; max-width: 100%; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; border-radius: 4px; }
::selection { background: var(--gold); color: #fff; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } }

:is(h1,h2,h3,h4,h5,h6) :is(span,a,em,strong,small) { font-family: var(--font-serif); }

/* Grain texture */
body::before {
  content: "";
  position: fixed; inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: .3;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='140' height='140'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.12 0 0 0 0 0.16 0 0 0 0 0.22 0 0 0 0.06 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  mix-blend-mode: multiply;
}
[data-theme="dark"] body::before { mix-blend-mode: screen; opacity: .18; }

/* =========================================================
   Layout
   ========================================================= */
.shell {
  position: relative;
  z-index: 1;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 760px) { .shell { padding: 0 20px; } }

/* =========================================================
   TOP RULE
   ========================================================= */
.top-rule {
  position: relative;
  z-index: 2;
  border-top: 3px solid var(--ink);
  border-bottom: 1px solid var(--line);
  background: var(--canvas);
}
[data-theme="dark"] .top-rule { border-top-color: var(--gold); }

.top-rule-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 8px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--font-sans);
  font-size: 11px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--muted);
}
.top-rule-inner .right { display: flex; gap: 22px; }
@media (max-width: 760px) {
  .top-rule-inner { padding: 8px 20px; font-size: 10px; letter-spacing: .14em; }
  .top-rule-inner .right span:first-child { display: none; }
}

/* =========================================================
   NAV
   ========================================================= */
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 0 22px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-serif);
  color: var(--ink);
}
.brand-mark { width: 22px; height: 22px; color: var(--ink); }
[data-theme="dark"] .brand-mark { color: var(--gold); }
.brand-name { font-size: 22px; font-weight: 600; letter-spacing: -.01em; }
.brand-name .tld { font-size: 13px; color: var(--muted); font-style: italic; margin-left: -2px; }

.nav-right { display: flex; align-items: center; gap: 14px; }
.nav-links {
  display: flex; align-items: center; gap: 32px;
  font-family: var(--font-sans); font-size: 14px;
  color: var(--ink-2); margin-right: 10px;
}
.nav-links a { position: relative; transition: color .2s; }
.nav-links a:hover { color: var(--ink); }
.nav-links a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -6px;
  height: 1px; background: var(--ink);
  transform: scaleX(0); transform-origin: left;
  transition: transform .25s;
}
.nav-links a:hover::after { transform: scaleX(1); }
@media (max-width: 900px) { .nav-links { display: none; } }

.icon-btn {
  width: 40px; height: 40px; border-radius: 999px;
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--ink-2);
  border: 1px solid transparent;
  transition: background .2s, border-color .2s, color .2s;
}
.icon-btn:hover { background: var(--surface); border-color: var(--line); color: var(--ink); }
.icon-btn svg { width: 18px; height: 18px; }

/* Theme icon toggling */
.theme-icon--moon { display: none; }
.theme-icon--sun  { display: block; }
[data-theme="light"] .theme-icon--sun  { display: none; }
[data-theme="light"] .theme-icon--moon { display: block; }

.btn-enter {
  font-family: var(--font-sans); font-weight: 500; font-size: 14px;
  background-color: var(--gold-ink); color: #F3EFE6;
  padding: 11px 22px; border-radius: 999px;
  letter-spacing: .01em;
  display: inline-flex; align-items: center; gap: 8px;
  transition: transform .2s, background .2s, box-shadow .2s;
  box-shadow: var(--shadow-sm);
}
.btn-enter:hover { background: var(--gold); transform: translateY(-1px); box-shadow: var(--shadow-md); }
[data-theme="dark"] .btn-enter { background: var(--gold); color: #1a1f2b; }
[data-theme="dark"] .btn-enter:hover { background: var(--gold-hot); }

/* =========================================================
   HERO
   ========================================================= */
.hero { padding: 56px 0 40px; position: relative; }
@media (min-width: 960px) { .hero { padding: 80px 0 40px; } }

.hero-head {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: end;
  margin-bottom: 80px;
}
@media (min-width: 960px) {
  .hero-head {
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 60px;
    margin-bottom: 100px;
  }
}

.h1 {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: clamp(52px, 9.2vw, 138px);
  line-height: .95;
  letter-spacing: -0.025em;
  color: var(--ink);
  margin: 0;
  hyphens: none;
}
.h1 .accent {
  font-style: italic;
  color: var(--ink-2);
  position: relative;
  white-space: nowrap;
}
.h1 .accent::after {
  content: "";
  position: absolute;
  left: 2%; right: 2%; bottom: 4px;
  height: 3px;
  background: var(--gold);
  opacity: .9;
  border-radius: 2px;
}
[data-theme="dark"] .h1 .accent { color: var(--gold-ink); }

.hero-side {
  font-family: var(--font-sans);
  font-size: 14px;
  color: var(--ink-soft);
  line-height: 1.55;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  max-width: 320px;
}
@media (min-width: 960px) {
  .hero-side { border-top: 0; padding-top: 0; padding-left: 22px; border-left: 1px solid var(--line); }
}
.hero-side .kicker {
  font-family: var(--font-sans);
  font-size: 12px;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--gold-ink);
  margin-bottom: 10px;
}
[data-theme="dark"] .hero-side .kicker { color: var(--gold); }
.hero-side p { margin: 0 0 14px; }
.hero-side .by {
  font-family: var(--font-serif);
  font-style: italic;
  color: var(--ink-2);
  font-size: 15px;
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px dashed var(--line);
}

/* Rail — section marker */
.rail {
  position: relative;
  text-align: center;
  margin-bottom: 28px;
  font-family: var(--font-sans);
  font-size: 11px;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--muted);
}
.rail::before, .rail::after {
  content: "";
  position: absolute;
  top: 50%;
  width: calc(50% - 100px);
  height: 1px;
  background: var(--line);
}
.rail::before { left: 0; }
.rail::after  { right: 0; }
.rail span {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 0 16px;
  background: var(--canvas);
  position: relative;
}
.rail .star { width: 10px; height: 10px; color: var(--gold); }

/* =========================================================
   COMPOSER
   ========================================================= */
.composer-wrap { max-width: 860px; margin: 0 auto; text-align: left; }

.composer-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 8px 14px;
  font-family: var(--font-sans);
  font-size: 13px;
  color: var(--ink-soft);
}
[data-theme="dark"] .composer-meta { color: #dde4ea; }
.meta-chip {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 4px 2px; cursor: pointer;
  transition: color .2s;
}
.meta-chip:hover { color: var(--ink); }
.meta-chip svg { width: 12px; height: 12px; opacity: .7; }

.composer {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  box-shadow: var(--shadow-lg);
  padding: 26px 28px 14px;
  transition: background .4s, border-color .4s, box-shadow .4s;
}
[data-theme="dark"] .composer { background: var(--surface); border-color: var(--line-2); }

.composer::before {
  content: "";
  position: absolute;
  inset: -30px -50px auto -50px;
  height: 60%;
  background: radial-gradient(60% 100% at 50% 100%, color-mix(in oklab, var(--gold) 22%, transparent), transparent 70%);
  z-index: -1;
  filter: blur(28px);
  opacity: .55;
  pointer-events: none;
}

.composer-input {
  width: 100%;
  min-height: 96px;
  border: 0; outline: 0;
  background: transparent;
  resize: none;
  font-family: var(--font-serif);
  font-size: 20px;
  line-height: 1.55;
  color: var(--ink);
  padding: 2px 0 6px;
}
.composer-input::placeholder { color: var(--muted); font-style: italic; }

.composer-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  margin-top: 6px;
  gap: 8px;
  flex-wrap: wrap;
}
.tool-row { display: flex; align-items: center; gap: 4px; flex-wrap: wrap; }
.tool {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 7px 12px;
  border-radius: 999px;
  font-family: var(--font-sans);
  font-size: 13.5px;
  color: var(--ink-2);
  transition: background .2s, color .2s;
}
.tool svg { width: 15px; height: 15px; opacity: .85; }
.tool:hover { background: var(--canvas-2); color: var(--ink); }
[data-theme="dark"] .tool:hover { background: var(--canvas-3); }

.actions { display: flex; align-items: center; gap: 8px; }
.act-icon {
  width: 36px; height: 36px; border-radius: 999px;
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--ink-2);
  transition: background .2s, color .2s;
}
.act-icon svg { width: 16px; height: 16px; }
.act-icon:hover { background: var(--canvas-2); color: var(--ink); }
[data-theme="dark"] .act-icon:hover { background: var(--canvas-3); }

.send-btn {
  width: 38px; height: 38px; border-radius: 999px;
  background: var(--gold-ink); color: var(--canvas);
  display: inline-flex; align-items: center; justify-content: center;
  transition: transform .18s, background .2s, box-shadow .2s;
  box-shadow: 0 4px 10px -4px color-mix(in oklab, var(--ink) 60%, transparent);
}
.send-btn:hover { transform: translateY(-1px); box-shadow: 0 8px 18px -6px color-mix(in oklab, var(--ink) 60%, transparent); }
.send-btn svg { width: 16px; height: 16px; }
[data-theme="dark"] .send-btn { background: var(--gold); color: #1a1f2b; }
[data-theme="dark"] .send-btn:hover { background: var(--gold-hot); }

.prompts {
  display: flex; flex-wrap: wrap; gap: 8px;
  justify-content: center;
  margin-top: 24px;
}
.prompt {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 9px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface);
  color: var(--ink-2);
  font-family: var(--font-sans);
  font-size: 13px;
  transition: background .2s, border-color .2s, transform .15s, color .2s;
}
.prompt svg { width: 14px; height: 14px; opacity: .7; color: var(--gold-ink); }
[data-theme="dark"] .prompt svg { color: var(--gold); }
.prompt:hover { background: var(--canvas-2); border-color: var(--line-2); color: var(--ink); transform: translateY(-1px); }
[data-theme="dark"] .prompt:hover { background: var(--canvas-3); }

.disclaimer {
  margin-top: 22px;
  text-align: center;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 14px;
  color: var(--muted);
}

/* =========================================================
   TICKER
   ========================================================= */
.ticker {
  margin-top: 80px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--canvas-2);
  overflow: hidden;
  position: relative;
}
.ticker::before, .ticker::after {
  content: "";
  position: absolute; top: 0; bottom: 0;
  width: 80px; z-index: 2;
  pointer-events: none;
}
.ticker::before { left: 0; background: linear-gradient(90deg, var(--canvas-2), transparent); }
.ticker::after  { right: 0; background: linear-gradient(-90deg, var(--canvas-2), transparent); }

.ticker-track {
  display: flex;
  gap: 56px;
  white-space: nowrap;
  animation: tickerScroll 40s linear infinite;
  font-family: var(--font-serif);
  font-size: 22px;
  color: var(--ink);
  width: max-content;
}
.ticker-track > span { display: inline-flex; align-items: center; gap: 56px; }
.ticker-track .bullet {
  display: inline-block;
  width: 6px; height: 6px;
  border-radius: 999px;
  background: var(--gold);
  transform: translateY(-2px);
}
.ticker-track em {
  font-style: italic;
  color: var(--ink-2);
  font-size: 15px;
  font-family: var(--font-serif);
  margin-left: 8px;
}
@keyframes tickerScroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* =========================================================
   HOW IT WORKS
   ========================================================= */
.how {
  margin: 120px auto 40px;
  max-width: 1160px;
}
.how-head {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-bottom: 56px;
  align-items: end;
}
@media (min-width: 820px) { .how-head { grid-template-columns: auto 1fr; gap: 64px; } }

.how-kicker {
  font-family: var(--font-sans);
  font-size: 10.5px;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--gold-ink);
  margin-bottom: 14px;
}
[data-theme="dark"] .how-kicker { color: var(--gold); }
.how-title {
  font-family: var(--font-serif);
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.015em;
  color: var(--ink);
  margin: 0;
  max-width: 14ch;
}
.how-title em { color: var(--ink-2); font-style: italic; }
.how-lede {
  font-family: var(--font-serif);
  font-size: 19px;
  line-height: 1.55;
  color: var(--ink-soft);
  max-width: 42ch;
  margin: 0;
}

.steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border-top: 1px solid var(--line);
}
@media (min-width: 820px) { .steps { grid-template-columns: repeat(3, 1fr); } }

.step {
  position: relative;
  padding: 38px 28px 44px 0;
  border-bottom: 1px solid var(--line);
}
@media (min-width: 820px) {
  .step { padding: 38px 28px 44px; border-bottom: 0; border-right: 1px solid var(--line); }
  .step:first-child { padding-left: 0; }
  .step:last-child  { padding-right: 0; border-right: 0; }
}

.step-num {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 72px;
  line-height: 1;
  color: var(--canvas-3);
  letter-spacing: -.02em;
  margin-bottom: 24px;
  display: block;
  user-select: none;
}
[data-theme="dark"] .step-num { color: var(--canvas-3); opacity: .8; }
.step-title {
  font-family: var(--font-serif);
  font-size: 26px;
  font-weight: 500;
  color: var(--ink);
  margin: 0 0 12px;
  letter-spacing: -.01em;
}
.step-body {
  font-family: var(--font-sans);
  font-size: 15px;
  line-height: 1.7;
  color: var(--ink-soft);
  margin: 0;
  max-width: 36ch;
}

/* =========================================================
   CTA STRIP
   ========================================================= */
.cta {
  margin: 80px auto 40px;
  padding: 56px 40px;
  background: var(--ink);
  color: #F3EFE6;
  border-radius: var(--r-lg);
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: center;
  position: relative;
  overflow: hidden;
}
[data-theme="dark"] .cta { background: var(--canvas-2); }
@media (min-width: 820px) { .cta { grid-template-columns: 1fr auto; padding: 72px 64px; } }
.cta::before {
  content: "";
  position: absolute;
  top: -40%; right: -10%;
  width: 480px; height: 480px;
  background: radial-gradient(closest-side, color-mix(in oklab, var(--gold) 40%, transparent), transparent 70%);
  pointer-events: none;
  opacity: .5;
}
.cta-title {
  font-family: var(--font-serif);
  font-size: clamp(30px, 3.4vw, 46px);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.015em;
  margin: 0 0 10px;
  max-width: 18ch;
  color: #F3EFE6;
}
.cta-title em { color: var(--gold-hot); font-style: italic; }
.cta-sub {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 17px;
  color: rgba(243,239,230,.72);
  margin: 0;
}
[data-theme="dark"] .cta-title { color: var(--ink); }
[data-theme="dark"] .cta-sub   { color: var(--ink-soft); }

.cta-btn {
  background: var(--gold) !important;
  color: #1a1f2b !important;
  padding: 14px 26px;
  font-size: 15px;
  white-space: nowrap;
}
.cta-btn:hover { background: var(--gold-hot) !important; }
.cta-btn svg { width: 16px; height: 16px; }

/* =========================================================
   FOOTER
   ========================================================= */
.foot {
  margin-top: 64px;
  padding: 32px 0 48px;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  font-family: var(--font-sans);
  font-size: 12.5px;
  color: var(--muted);
  align-items: start;
}
@media (min-width: 760px) { .foot { grid-template-columns: 1fr auto auto; align-items: center; } }
.foot-brand { font-family: var(--font-serif); font-size: 15px; color: var(--ink-2); }
.foot-brand em { font-style: italic; color: var(--muted); }
.foot-legal { display: flex; gap: 24px; flex-wrap: wrap; }
.foot-legal a { transition: color .2s; }
.foot-legal a:hover { color: var(--ink); }

/* =========================================================
   Entry animations
   ========================================================= */
@keyframes rise {
  from { opacity: 0; transform: translateY(12px); }
  to   { opacity: 1; transform: none; }
}
.rise { animation: rise .8s cubic-bezier(.2,.7,.2,1) both; }
.d1 { animation-delay: .05s; }
.d2 { animation-delay: .15s; }
.d3 { animation-delay: .28s; }
.d4 { animation-delay: .42s; }
.d5 { animation-delay: .56s; }
