/* Jus'Print marketing site — Graphite + Ember, built on the app's design tokens */
:root {
  --bg: #f7f7f8;
  --sheet: #ffffff;
  --text: #18181b;
  --secondary: #71717a;
  --line: #e4e4e7;
  --shadow: 0 1px 2px rgba(24,24,27,.04), 0 6px 20px rgba(24,24,27,.06);
  --accent: #f2570e;
  --accent-soft: rgba(242,87,14,.12);
  --ok: #2563eb;
  --brand-green: #5c8a34;
  --radius: 18px;
  --serif: "Iowan Old Style", Georgia, "Times New Roman", serif;
}
@media (prefers-color-scheme: dark) {
  :root {
    --bg: #0b0b0e; --sheet: #18181b; --text: #fafafa; --secondary: #a1a1aa;
    --line: #27272a; --shadow: 0 1px 2px rgba(0,0,0,.3), 0 8px 24px rgba(0,0,0,.4);
    --accent-soft: rgba(242,87,14,.18); --ok: #3b82f6; --brand-green: #8bbf5a;
  }
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: -apple-system, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  background: var(--bg); color: var(--text);
  -webkit-font-smoothing: antialiased; letter-spacing: -0.01em; line-height: 1.5;
}
a { color: var(--accent); text-decoration: none; }
a:hover { text-decoration: underline; }
.wrap { max-width: 1080px; margin: 0 auto; padding: 0 22px; }

/* wordmark */
.logo { font-size: 26px; font-weight: 800; display: inline-flex; align-items: baseline; letter-spacing: -0.02em; }
.logo .jus { font-family: var(--serif); font-style: italic; color: var(--brand-green); }
.logo .print { color: var(--accent); font-weight: 900; }

/* nav */
header { position: sticky; top: 0; z-index: 20; background: color-mix(in srgb, var(--bg) 86%, transparent);
         backdrop-filter: saturate(1.4) blur(10px); border-bottom: 1px solid var(--line); }
header .wrap { display: flex; align-items: center; justify-content: space-between; height: 62px; }
header nav { display: flex; gap: 22px; align-items: center; }
header nav a { color: var(--secondary); font-weight: 600; font-size: 14px; }
header nav a:hover { color: var(--text); text-decoration: none; }
.btn { display: inline-block; background: var(--accent); color: #fff; font-weight: 700;
       padding: 11px 18px; border-radius: 999px; font-size: 14px; transition: filter .1s, transform .1s; }
.btn:hover { filter: brightness(1.06); text-decoration: none; }
.btn:active { transform: scale(.98); }
.btn.ghost { background: transparent; color: var(--text); border: 1px solid var(--line); }
.btn.ghost:hover { border-color: var(--secondary); }
@media (max-width: 640px) { header nav a.navlink { display: none; } }

/* hero */
.hero { text-align: center; padding: 78px 0 54px; }
.hero .tagline { font-size: 11px; letter-spacing: 4px; color: var(--secondary); font-weight: 700; margin-bottom: 20px; }
.hero h1 { font-family: var(--serif); font-size: clamp(38px, 7vw, 66px); font-weight: 700;
           letter-spacing: -0.03em; line-height: 1.03; }
.hero h1 em { font-style: italic; color: var(--accent); }
.hero p.sub { max-width: 560px; margin: 20px auto 30px; color: var(--secondary); font-size: clamp(16px, 2.2vw, 19px); }
.cta-row { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* badges */
.badges { display: flex; gap: 34px; justify-content: center; margin-top: 46px; flex-wrap: wrap; }
.badges .b { font-size: 11px; color: var(--secondary); font-weight: 700; letter-spacing: 1.5px; text-align: center; }
.badges .b .ic { display: block; font-size: 24px; margin-bottom: 8px; }

/* sections */
section { padding: 60px 0; }
section.alt { background: var(--sheet); border-block: 1px solid var(--line); }
.eyebrow { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--accent); font-weight: 800; }
h2.disp { font-family: var(--serif); font-size: clamp(26px, 4vw, 38px); font-weight: 700; letter-spacing: -0.02em; margin: 10px 0 8px; }
.lead { color: var(--secondary); max-width: 620px; font-size: 17px; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 38px; }
@media (max-width: 820px) { .steps { grid-template-columns: 1fr; } }
.step { background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; position: relative; }
section.alt .step { background: var(--bg); }
.step .n { font-family: var(--serif); font-size: 40px; font-weight: 700; color: var(--accent); line-height: 1; }
.step h3 { font-size: 18px; font-weight: 700; margin: 12px 0 6px; }
.step p { color: var(--secondary); font-size: 14px; }

.feat { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 36px; }
@media (max-width: 720px) { .feat { grid-template-columns: 1fr; } }
.feat .card { background: var(--sheet); border: 1px solid var(--line); border-radius: var(--radius);
              padding: 22px; box-shadow: var(--shadow); }
section.alt .feat .card { background: var(--bg); box-shadow: none; }
.feat .card .ic { font-size: 26px; }
.feat .card h3 { font-size: 17px; margin: 10px 0 6px; font-weight: 700; }
.feat .card p { color: var(--secondary); font-size: 14px; }

/* pricing table */
.ptable { margin-top: 30px; max-width: 620px; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--bg); }
.prow { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 8px; padding: 15px 20px; border-top: 1px solid var(--line); align-items: baseline; }
.prow:first-child { border-top: none; }
.prow.phead { font-size: 11px; letter-spacing: 1px; text-transform: uppercase; color: var(--secondary); font-weight: 800; }
.prow span:not(:first-child) { font-family: var(--serif); font-weight: 700; color: var(--accent); }
.prow.phead span:not(:first-child) { font-family: inherit; color: var(--secondary); font-weight: 800; }
.prow em { font-style: normal; color: var(--secondary); font-weight: 400; font-size: 13px; }

.perf { border: none; border-top: 2px dashed var(--line); margin: 0; }

/* footer */
footer { padding: 46px 0; border-top: 1px solid var(--line); }
footer .wrap { display: flex; flex-wrap: wrap; gap: 18px; justify-content: space-between; align-items: center; }
footer .links { display: flex; gap: 20px; flex-wrap: wrap; }
footer .links a { color: var(--secondary); font-size: 14px; font-weight: 600; }
footer .copy { color: var(--secondary); font-size: 13px; }

/* legal pages */
.legal { max-width: 760px; margin: 0 auto; padding: 54px 22px 80px; }
.legal .back { font-size: 14px; font-weight: 600; }
.legal h1 { font-family: var(--serif); font-size: clamp(30px, 5vw, 44px); font-weight: 700; letter-spacing: -0.02em; margin: 22px 0 6px; }
.legal .updated { color: var(--secondary); font-size: 14px; margin-bottom: 10px; }
.legal .note { background: var(--accent-soft); border: 1px solid color-mix(in srgb, var(--accent) 30%, transparent);
               color: var(--text); border-radius: 12px; padding: 14px 16px; font-size: 14px; margin: 20px 0 34px; }
.legal h2 { font-family: var(--serif); font-size: 22px; font-weight: 700; margin: 34px 0 10px; letter-spacing: -0.01em; }
.legal h3 { font-size: 16px; font-weight: 700; margin: 20px 0 6px; }
.legal p, .legal li { color: var(--text); font-size: 15.5px; margin-bottom: 10px; }
.legal ul { padding-left: 22px; }
.legal a { font-weight: 600; }
.legal .muted { color: var(--secondary); }
