/* Small Hours HTML 1.0.0 — base design. Put your overrides in custom.css. */
@font-face  {
  font-family: "DM Sans";
   src: url("../fonts/dm-sans.ttf") format("truetype");
   font-weight:100 900;
   font-style:normal;
   font-display:swap;
  }

@font-face  {
  font-family: "Fraunces";
   src: url("../fonts/fraunces.ttf") format("truetype");
   font-weight:100 900;
   font-style:normal;
   font-display:swap;
  }

@font-face  {
  font-family: "Fraunces";
   src: url("../fonts/fraunces-italic.ttf") format("truetype");
   font-weight:100 900;
   font-style:italic;
   font-display:swap;
  }


:root {
  font-family:"DM Sans",sans-serif;
  color:var(--ink);
  background:var(--paper);
  font-synthesis:none;
  --ink:#243d36;
  --paper:#f5f3eb;
  --muted:#64716a;
  --line:#d8ddd1;
  --peach:#e9baa2;
  --sage:#d8dfb3;
  --blue:#cedde7;
  color-scheme:light;
  scroll-behavior:smooth}

* {
  box-sizing:border-box}
body {
  margin:0}
button,a {
  touch-action:manipulation;
  -webkit-tap-highlight-color:transparent}
button {
  font:inherit;
  cursor:pointer;
  color:inherit;
  border:0}
a {
  color:inherit;
  text-decoration:none}
a:focus-visible,button:focus-visible,summary:focus-visible {
  outline:3px solid #a34f28;
  outline-offset:5px}
h1,h2,h3,p {
  margin:0}
h1,h2,h3 {
  font-family:Fraunces,Georgia,serif;
  font-weight:450;
  letter-spacing:-.045em}
em {
  font-weight:450}
svg {
  display:block}
.wrap {
  max-width:1256px;
  margin:auto;
  padding-left:42px;
  padding-right:42px}
.eyebrow {
  font-size:11px;
  font-weight:650;
  letter-spacing:1.7px;
  line-height:1.6;
  text-transform:uppercase}
.demo-bar {
  min-height:38px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:26px;
  background:var(--ink);
  color:#f5f3eb;
  font-size:11px;
  padding:9px 20px}
.demo-bar>span {
  display:flex;
  align-items:center;
  gap:8px}
.demo-bar a {
  text-decoration:underline;
  text-underline-offset:3px}
.status-dot {
  width:6px;
  height:6px;
  background:var(--sage);
  border-radius:50%}
.header {
  height:104px;
  display:flex;
  align-items:center;
  gap:30px}
.wordmark {
  font-family:Fraunces,Georgia,serif;
  font-size:27px;
  letter-spacing:-1.2px;
  display:flex;
  align-items:center;
  white-space:nowrap;
  gap:10px}
.wordmark svg {
  width:29px;
  height:29px}
.wordmark>span {
  color:#ab562f;
  margin-left:-9px}
.header nav {
  display:flex;
  gap:27px;
  margin-left:auto;
  font-size:12px}
.header nav a:hover {
  text-decoration:underline;
  text-underline-offset:5px}
.header-cta {
  border:1px solid var(--ink);
  border-radius:99px;
  padding:12px 17px;
  font-size:11px;
  display:flex;
  gap:16px}
.menu-toggle {
  display:none}
.button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:30px;
  min-height:48px;
  padding:15px 23px;
  border-radius:4px;
  background:var(--ink);
  color:var(--paper);
  font-size:12px;
  font-weight:550;
  transition:background .18s,transform .18s}
.button:hover {
  background:#3d574a;
  transform:translateY(-2px)}
.button>span {
  font-size:20px;
  line-height:1}
.hero {
  display:grid;
  grid-template-columns:1.02fr 1fr;
  gap:52px;
  padding-top:43px;
  padding-bottom:66px;
  align-items:center}
.hero-copy>.eyebrow {
  display:flex;
  align-items:center;
  gap:9px;
  font-size:10px}
.mini-line {
  width:25px;
  height:1px;
  background:var(--ink)}
h1 {
  font-size:clamp(50px,5.6vw,75px);
  line-height:1.045;
  margin:29px 0 26px;
  letter-spacing:-3.8px}
h1 em {
  position:relative;
  z-index:1;
  white-space:nowrap}
h1 em:after {
  content:"";
  position:absolute;
  left:-2px;
  right:-4px;
  bottom:3px;
  height:12px;
  z-index:-1;
  background:var(--peach);
  transform:rotate(-1deg)}
.hero-description {
  font-size:15px;
  line-height:1.8;
  max-width:350px;
  color:#5c6c62;
  margin-bottom:27px}
.hero-note {
  display:flex;
  align-items:center;
  gap:13px;
  font-size:11px;
  line-height:1.6;
  color:var(--muted);
  margin-top:32px}
.hero-note svg {
  width:23px;
  height:23px;
  color:var(--ink)}
.hero-scene {
  position:relative;
  height:479px;
  isolation:isolate}
.scene-grid {
  position:absolute;
  inset:32px -4px 6px;
  background-image:linear-gradient(#d8dcd360 1px,transparent 1px),linear-gradient(90deg,#d8dcd360 1px,transparent 1px);
  background-size:27px 27px;
  mask-image:linear-gradient(transparent,#000 20%,#000 75%,transparent)}
.scene-label {
  position:absolute;
  top:0;
  left:4px;
  font-size:8px;
  letter-spacing:1.5px}
.back-paper {
  position:absolute;
  left:15px;
  top:62px;
  width:203px;
  height:280px;
  background:#d2dbbb;
  transform:rotate(-13deg);
  padding:24px;
  box-shadow:0 6px 11px #243d3610}
.back-paper>span {
  font-size:7px;
  letter-spacing:1px}
.back-paper svg {
  width:78px;
  margin:26px auto;
  color:#69805c}
.back-paper p {
  font-family:Fraunces,Georgia,serif;
  font-size:24px;
  line-height:1.1}
.hero-book {
  position:absolute;
  top:57px;
  left:31%;
  width:58%;
  max-width:294px;
  transform:rotate(8deg);
  box-shadow:3px 15px 19px #243d3624}
.book-cover {
  position:relative;
  background:var(--peach);
  padding:9% 10%;
  width:100%;
  aspect-ratio:.75;
  display:flex;
  flex-direction:column;
  overflow:hidden;
  border:1px solid #243d3612;
  text-align:left;
  container-type:inline-size}
.book-cover:after {
  content:"";
  position:absolute;
  left:6px;
  top:0;
  bottom:0;
  width:1px;
  background:#243d3614}
.book-cover.sage {
  background:var(--sage)}
.book-cover.blue {
  background:var(--blue)}
.cover-brand {
  display:flex;
  align-items:center;
  gap:5px;
  font-family:Fraunces,Georgia,serif;
  font-size:6cqw}
.cover-brand svg {
  width:7cqw;
  height:7cqw}
.cover-series {
  font-size:2.1cqw;
  letter-spacing:.8px;
  margin-top:9%}
.book-cover>strong {
  font-family:Fraunces,Georgia,serif;
  font-size:18cqw;
  font-weight:450;
  line-height:1.01;
  letter-spacing:-1px;
  margin-top:12%;
  max-width:90%}
.cover-subtitle {
  font-size:4cqw;
  line-height:1.5;
  margin-top:7%}
.cover-art {
  flex:1;
  min-height:24%;
  position:relative;
  margin:7% 0 8%;
  display:flex;
  align-items:flex-end;
  justify-content:center}
.cover-art>i {
  width:25%;
  height:30%;
  background:#243d36;
  position:absolute;
  left:6%;
  bottom:0;
  border-radius:1px}
.cover-art>i:nth-child(2) {
  left:31%;
  height:60%}
.cover-art>i:nth-child(3) {
  left:56%;
  height:90%}
.cover-art>span:not(.orbit) {
  font-size:30cqw;
  position:absolute;
  bottom:0;
  right:0;
  line-height:1;
  color:#f5f3eb}
.cover-art>svg {
  height:100%;
  width:75%;
  color:#3b6077;
  transform:rotate(10deg)}
.cover-art>.orbit {
  border:1.5px solid #58714e;
  position:absolute;
  inset:0 23%;
  border-radius:50%;
  transform:rotate(50deg)}
.cover-art>.orbit:nth-child(2) {
  transform:rotate(-50deg)}
.cover-art>.orbit:nth-child(3) {
  transform:rotate(90deg)}
.cover-footer {
  font-size:2.3cqw;
  letter-spacing:.6px;
  border-top:1px solid #243d3640;
  padding-top:8%;
  display:flex;
  justify-content:space-between;
  gap:8px}
.scene-sticker {
  position:absolute;
  right:0;
  bottom:40px;
  background:#f3d77d;
  width:115px;
  height:115px;
  border-radius:50%;
  box-shadow:0 2px 8px #243d360c;
  transform:rotate(-8deg);
  font-size:10px;
  letter-spacing:1px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  border:1px solid #d9be66;
  line-height:1.7}
.scene-sticker strong {
  font-family:Fraunces,Georgia,serif;
  font-weight:450;
  font-size:23px;
  letter-spacing:-1px}
.scene-sticker>span {
  font-size:26px;
  line-height:1.2}
.scene-caption {
  position:absolute;
  left:50px;
  bottom:5px;
  font-family:Fraunces,Georgia,serif;
  font-size:15px;
  font-style:italic;
  transform:rotate(-3deg)}
.blank-book {
  height:380px;
  background:var(--sage);
  padding:36px;
  font-family:Fraunces,Georgia,serif;
  font-size:42px}
.blank-book svg {
  width:48px;
  margin-bottom:60px}
.values-strip {
  border-block:1px solid var(--line)}
.values-strip>div {
  display:flex;
  justify-content:space-between;
  align-items:center;
  min-height:65px;
  gap:20px;
  font-size:10px;
  letter-spacing:1.6px;
  font-weight:550}
.values-strip svg {
  width:16px;
  height:16px;
  color:#9b684e}
.collection {
  padding-top:80px;
  padding-bottom:55px;
  scroll-margin-top:20px}
.section-heading {
  display:flex;
  justify-content:space-between;
  gap:30px;
  align-items:flex-end;
  margin-bottom:30px}
h2 {
  font-size:43px;
  line-height:1.13}
.section-heading h2 {
  margin-top:13px}
.section-heading>p {
  font-size:12px;
  line-height:1.8;
  color:var(--muted)}
.filter-bar {
  display:flex;
  align-items:center;
  gap:8px;
  padding-bottom:26px}
.filter-bar button {
  font-size:11px;
  background:transparent;
  border:1px solid var(--line);
  border-radius:99px;
  padding:8px 17px;
  display:flex;
  gap:10px}
.filter-bar button[aria-pressed=true] {
  background:var(--ink);
  color:var(--paper);
  border-color:var(--ink)}
.filter-bar button>span {
  opacity:.65}
.sample-label {
  font-size:11px;
  color:var(--muted);
  margin-left:auto}
.featured {
  display:grid;
  grid-template-columns:1fr 1.12fr;
  background:#eeeae0;
  border:1px solid #e0ded3;
  border-radius:7px;
  overflow:hidden}
.featured-art {
  padding:38px;
  background:#e6e8dc;
  display:flex;
  justify-content:center;
  align-items:center;
  position:relative;
  overflow:hidden;
  min-height:400px}
.featured-art:before {
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(ellipse at 50% 50%,#ffffff60,transparent 70%)}
.featured-art .book-cover {
  max-width:247px;
  transform:rotate(-6deg);
  box-shadow:9px 11px 0 #c8cdbd,12px 20px 22px #33413718;
  transition:transform .25s}
.featured-art:hover .book-cover {
  transform:rotate(-2deg) translateY(-4px)}
.featured-copy {
  padding:46px 48px;
  align-self:center}
.tag {
  font-size:8px;
  font-weight:650;
  letter-spacing:1.1px;
  padding:7px 10px;
  border:1px solid #bdc7ae;
  display:inline-block;
  border-radius:2px}
.featured-copy h3 {
  font-size:46px;
  line-height:1.1;
  margin:22px 0 10px}
.resource-subtitle {
  font-size:14px}
.resource-description {
  font-size:13px;
  line-height:1.85;
  color:var(--muted);
  margin:18px 0 24px;
  max-width:380px}
.price-line {
  display:flex;
  flex-direction:column;
  gap:5px;
  margin-bottom:20px}
.price-line>strong {
  font-size:17px;
  font-weight:550}
.price-line>span {
  font-size:10px;
  color:var(--muted)}
.cover-image {
  width:100%;
  height:100%;
  min-height:160px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:15px;
  background:#eeeee7}
.cover-image img {
  width:100%;
  max-height:400px;
  object-fit:contain}
.resource-list {
  margin-top:28px}
.resource-row {
  display:grid;
  grid-template-columns:25px 126px 1fr auto;
  align-items:center;
  gap:27px;
  border-bottom:1px solid var(--line);
  padding:25px 0}
.row-number {
  font-size:11px;
  color:#788175}
.row-art {
  background:transparent;
  padding:0}
.row-art .book-cover {
  aspect-ratio:.84;
  padding:11%}
.row-art .cover-art {
  min-height:15%}
.row-art .cover-series {
  font-size:2cqw;
  letter-spacing:.2px}
.row-art .cover-footer {
  letter-spacing:0;
  font-size:2cqw}
.row-copy h3 {
  font-size:28px;
  letter-spacing:-1px;
  margin:9px 0 10px}
.row-copy>p:last-child {
  font-size:12px;
  line-height:1.75;
  max-width:390px;
  color:var(--muted)}
.row-action {
  text-align:right;
  display:flex;
  flex-direction:column;
  gap:22px;
  align-items:flex-end}
.row-action>strong {
  font-size:14px;
  font-weight:550}
.text-link {
  display:inline-flex;
  align-items:center;
  gap:22px;
  font-size:11px;
  background:none;
  padding:0}
.text-link:hover {
  text-decoration:underline;
  text-underline-offset:4px}
.text-link span {
  font-size:20px}
.how {
  padding-top:33px;
  padding-bottom:78px}
.how>.eyebrow {
  padding-bottom:24px}
.how-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:38px}
.how-grid>div {
  border-top:1px solid var(--line);
  padding-top:22px}
.step-number {
  font-family:Fraunces,Georgia,serif;
  font-size:19px;
  color:#7d8c74}
.how-grid h3 {
  font-size:23px;
  letter-spacing:-.5px;
  margin:14px 0 12px}
.how-grid p {
  font-size:12px;
  line-height:1.8;
  color:var(--muted);
  max-width:280px}
.story {
  background:var(--ink);
  color:var(--paper)}
.story-inner {
  display:grid;
  grid-template-columns:.62fr 1fr;
  gap:85px;
  align-items:center;
  padding-block:73px}
.story-art {
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:30px}
.story-art svg {
  width:140px;
  height:140px;
  color:#d8dfb3;
  transform:rotate(10deg)}
.story-art>span {
  text-align:center;
  font-size:10px;
  letter-spacing:2px;
  line-height:1.7}
.story .eyebrow {
  color:#b6c5a7}
.story h2 {
  max-width:420px;
  margin:21px 0 22px;
  font-size:43px}
.story h2+p {
  font-size:13px;
  line-height:1.9;
  color:#c5cfc2;
  max-width:450px}
.story-signature {
  display:block;
  margin-top:26px;
  font-family:Fraunces,Georgia,serif;
  font-size:18px;
  font-style:italic;
  color:#d8dfb3}
.questions {
  display:grid;
  grid-template-columns:.75fr 1fr;
  gap:80px;
  padding-top:86px;
  padding-bottom:85px}
.questions h2 {
  margin:18px 0 20px;
  font-size:45px}
.questions h2+p {
  font-size:12px;
  color:var(--muted)}
.faq-list {
  padding-top:6px}
.faq-list details {
  border-bottom:1px solid var(--line)}
.faq-list details:first-child {
  border-top:1px solid var(--line)}
.faq-list summary {
  list-style:none;
  cursor:pointer;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:22px;
  padding:23px 0;
  font-size:13px;
  font-weight:550;
  line-height:1.4}
.faq-list summary::-webkit-details-marker {
  display:none}
.faq-list summary span {
  font-size:24px;
  font-weight:400}
.faq-list details[open] summary span {
  transform:rotate(45deg)}
.faq-list details p {
  font-size:12px;
  line-height:1.9;
  color:var(--muted);
  padding:0 30px 24px 0}
.blueprint-cta {
  display:flex;
  justify-content:space-between;
  gap:30px;
  align-items:center;
  padding-top:35px;
  padding-bottom:35px;
  background:#e7e9db;
  border-block:1px solid #d6dbc8}
.blueprint-cta h2 {
  font-size:31px;
  margin:12px 0 10px}
.blueprint-cta p {
  font-size:12px;
  color:var(--muted)}
.footer {
  display:flex;
  justify-content:space-between;
  gap:30px;
  padding-top:43px;
  padding-bottom:43px}
.footer .wordmark {
  font-size:23px}
.footer .wordmark svg {
  width:24px;
  height:24px}
.footer p {
  font-size:11px;
  margin-top:13px;
  color:var(--muted)}
.footer-links {
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:12px;
  font-size:11px}
.footer-links>span {
  color:var(--muted)}
.resource-dialog {
  position:fixed;
  inset:0;
  margin:auto;
  background:var(--paper);
  color:var(--ink);
  border:1px solid var(--line);
  border-radius:8px;
  max-width:680px;
  width:calc(100% - 32px);
  max-height:85dvh;
  padding:0;
  box-shadow:0 15px 80px #0003}
.resource-dialog::backdrop {
  background:#13291dcc;
  backdrop-filter:blur(4px)}
.dialog-inner {
  padding:46px;
  position:relative}
.close-dialog {
  position:absolute;
  right:15px;
  top:10px;
  width:35px;
  height:35px;
  font-size:29px;
  background:none}
.dialog-inner h2 {
  font-size:39px;
  margin:17px 0}
.dialog-inner>p:not(.eyebrow):not(.fine-print) {
  font-size:14px;
  line-height:1.8;
  color:var(--muted)}
.sample-steps {
  padding:0 0 0 21px;
  margin:24px 0}
.sample-steps li {
  padding:0 0 16px 9px;
  font-size:13px;
  line-height:1.8}
.sample-steps li::marker {
  font-weight:700;
  color:#a35d3c}
.fine-print {
  font-size:11px;
  line-height:1.7;
  color:var(--muted);
  margin-top:16px}
.purchase-options {
  display:flex;
  flex-direction:column;
  gap:12px;
  margin-top:22px}
.empty-state {
  text-align:center;
  background:#eceee4;
  padding:50px 25px;
  border-radius:5px}
.empty-state svg {
  width:40px;
  margin:0 auto 20px}
.empty-state h3 {
  font-size:28px}
.empty-state p {
  font-size:13px;
  margin:16px auto 25px;
  line-height:1.7}
.empty-state .text-link {
  display:block;
  margin-top:20px}
.skip-link {
  position:absolute;
  top:-100px;
  left:20px;
  background:white;
  padding:16px;
  z-index:100}
.skip-link:focus {
  top:15px}
.sr-only {
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0}
.error-page {
  padding:80px 30px;
  max-width:900px;
  margin:auto}
.error-page h1 {
  font-size:46px}
.error-page a {
  display:inline-block;
  margin-top:25px;
  text-decoration:underline}

@media(min-width:1450px) {
  .hero {
  gap:78px}
.hero-scene {
  height:500px}
.hero-book {
  top:52px}
.scene-sticker {
  bottom:38px}
}

@media(max-width:1000px) {
  .wrap {
  padding-left:28px;
  padding-right:28px}
.header-cta {
  display:none}
.hero {
  gap:25px}
h1 {
  font-size:58px;
  letter-spacing:-3px}
.hero-scene {
  height:430px}
.hero-book {
  left:28%;
  width:64%}
.back-paper {
  left:5px;
  width:180px}
.scene-sticker {
  width:100px;
  height:100px;
  right:-4px;
  bottom:25px}
.scene-caption {
  font-size:12px;
  left:15px}
.featured-copy {
  padding:30px}
.featured-copy h3 {
  font-size:38px}
.featured-art {
  padding:35px;
  min-height:365px}
.resource-row {
  gap:20px;
  grid-template-columns:18px 100px 1fr auto}
.row-copy h3 {
  font-size:25px}
.row-copy>p:last-child {
  font-size:11px}
.row-action {
  max-width:140px}
.story-inner {
  gap:50px}
.questions {
  gap:45px}
}

@media(max-width:760px) {
  .wrap {
  padding-left:22px;
  padding-right:22px}
.demo-bar {
  font-size:10px;
  gap:15px;
  justify-content:space-between}
.demo-bar>span {
  max-width:210px}
.demo-bar a {
  white-space:nowrap}
.header {
  height:84px;
  justify-content:space-between;
  position:relative;
  z-index:5}
.wordmark {
  font-size:26px}
.header nav {
  display:none;
  position:absolute;
  left:16px;
  right:16px;
  top:74px;
  background:var(--paper);
  border:1px solid var(--line);
  padding:25px;
  box-shadow:0 10px 20px #243d3612}
.header nav.is-open {
  display:flex;
  flex-direction:column;
  gap:23px}
.menu-toggle {
  display:block;
  background:none;
  border:1px solid var(--line);
  border-radius:99px;
  font-size:12px;
  padding:9px 16px}
.hero {
  grid-template-columns:1fr;
  padding-top:28px;
  padding-bottom:37px;
  gap:35px}
.hero-copy {
  max-width:530px}
.hero-copy>.eyebrow {
  font-size:8px;
  letter-spacing:1.1px}
h1 {
  font-size:clamp(45px,10.4vw,68px);
  letter-spacing:-2.4px;
  margin:24px 0}
h1 em:after {
  height:9px}
.hero-description {
  max-width:380px;
  font-size:14px;
  line-height:1.75}
.hero-note {
  margin-top:23px}
.hero-scene {
  max-width:480px;
  width:100%;
  height:440px;
  margin:0 auto}
.hero-book {
  width:54%;
  left:33%;
  top:40px}
.back-paper {
  left:9%;
  top:55px;
  width:42%;
  height:270px}
.scene-sticker {
  right:0;
  bottom:37px;
  width:106px;
  height:106px}
.scene-label {
  left:8px}
.scene-caption {
  bottom:1px;
  left:30px;
  font-size:14px}
.values-strip>div {
  min-height:57px;
  gap:12px;
  justify-content:center;
  font-size:8px;
  letter-spacing:1px}
.values-strip span:last-child,.values-strip svg:last-of-type {
  display:none}
.values-strip svg {
  width:13px}
.collection {
  padding-top:48px;
  padding-bottom:24px}
.section-heading {
  align-items:flex-start;
  display:block;
  margin-bottom:22px}
h2 {
  font-size:34px}
.section-heading>p {
  margin-top:17px;
  font-size:12px}
.section-heading>p br {
  display:none}
.filter-bar {
  flex-wrap:wrap;
  gap:7px;
  padding-bottom:20px}
.filter-bar button {
  padding:8px 15px}
.sample-label {
  width:100%;
  margin:7px 0 0;
  font-size:10px}
.featured {
  grid-template-columns:1fr}
.featured-art {
  min-height:0;
  padding:36px}
.featured-art .book-cover {
  max-width:215px}
.featured-copy {
  padding:30px 25px}
.featured-copy h3 {
  font-size:37px}
.resource-description {
  max-width:none}
.resource-row {
  grid-template-columns:88px 1fr;
  gap:18px;
  padding:25px 0}
.row-number {
  display:none}
.row-art {
  grid-row:span 2;
  align-self:start}
.row-copy h3 {
  font-size:26px;
  margin:6px 0 9px}
.row-copy>p:last-child {
  font-size:11px}
.row-action {
  max-width:none;
  align-items:flex-start;
  gap:10px;
  grid-column:2;
  text-align:left}
.row-action>strong {
  font-size:12px}
.text-link {
  font-size:11px;
  gap:12px}
.row-copy .eyebrow {
  font-size:8px}
.how {
  padding-top:24px;
  padding-bottom:45px}
.how-grid {
  grid-template-columns:1fr;
  gap:25px}
.how-grid>div {
  display:grid;
  grid-template-columns:35px 1fr;
  gap:9px 17px;
  padding-top:20px}
.how-grid h3 {
  margin:0;
  font-size:22px}
.how-grid p {
  grid-column:2;
  max-width:none}
.step-number {
  grid-row:span 2}
.story-inner {
  grid-template-columns:1fr;
  gap:35px;
  padding-top:45px;
  padding-bottom:48px}
.story-art {
  align-items:flex-start;
  flex-direction:row;
  gap:24px}
.story-art svg {
  width:60px;
  height:60px}
.story-art>span {
  text-align:left;
  font-size:8px;
  align-self:center}
.story h2 {
  font-size:35px;
  max-width:360px}
.story h2+p {
  font-size:13px}
.story-signature {
  font-size:18px}
.questions {
  grid-template-columns:1fr;
  gap:30px;
  padding-top:48px;
  padding-bottom:48px}
.questions h2 {
  font-size:36px;
  margin:15px 0}
.questions h2 br {
  display:none}
.questions h2 em {
  margin-left:8px}
.faq-list summary {
  font-size:12px;
  padding:20px 0}
.blueprint-cta {
  display:block;
  padding-top:28px;
  padding-bottom:28px;
  margin-inline:16px;
  border:1px solid #d6dbc8;
  border-radius:6px;
  padding-inline:22px}
.blueprint-cta h2 {
  font-size:29px}
.blueprint-cta .button {
  margin-top:24px}
.footer {
  flex-direction:column;
  gap:30px;
  padding-top:34px;
  padding-bottom:35px}
.footer-links {
  align-items:flex-start}
.dialog-inner {
  padding:43px 24px 27px}
.dialog-inner h2 {
  font-size:33px}
.dialog-inner .button {
  width:100%;
  gap:15px}
.resource-dialog {
  max-height:88dvh}
}

@media(max-width:380px) {
  h1 {
  font-size:43px;
  letter-spacing:-2px}
.hero-scene {
  height:365px}
.back-paper {
  height:220px;
  padding:20px}
.back-paper svg {
  width:58px;
  margin:20px auto}
.back-paper p {
  font-size:20px}
.scene-sticker {
  width:90px;
  height:90px;
  bottom:28px}
.scene-sticker strong {
  font-size:20px}
.scene-caption {
  font-size:12px}
.demo-bar>span {
  max-width:185px}
}

@media(prefers-reduced-motion:reduce) {
  :root {
  scroll-behavior:auto}
*,*:before,*:after {
  transition:none!important;
  animation:none!important}
}


/* ---- Standalone edition: navigation, collections and product pages ---- */
[hidden] { display: none !important; }
html { scroll-padding-top: 30px; }
body { line-height: 1.5; }
img { max-width: 100%; height: auto; }
input, select, textarea { font: inherit; color: inherit; }
input:focus-visible, select:focus-visible { outline: 3px solid #a34f28; outline-offset: 3px; }
h1, h2, h3, p, a { overflow-wrap: break-word; }
.wordmark > span { color: inherit; margin: 0; }
.wordmark b { color: #ab562f; font-weight: 450; margin-left: -9px; }
.wordmark { font-size: 29px; }
.header nav { font-size: 13px; }
.header nav a[aria-current] { text-decoration: underline; text-underline-offset: 6px; }
.demo-bar { font-size: 11px; }
.demo-bar i { width: 5px; height: 5px; border-radius: 50%; background: var(--sage); }
.demo-bar a { white-space: nowrap; }
.header-cta, .button { font-size: 13px; }
.button:focus-visible { outline-offset: 4px; }
.button[aria-disabled=true] { background: #626e63; cursor: default; transform: none; }
.button[aria-disabled=true]:hover { background: #626e63; }
.text-link { font-size: 12px; min-height: 35px; }
.hero h1 { font-size: clamp(53px, 5.5vw, 76px); }
.hero-description { font-size: 16px; max-width: 370px; }
.hero-book .book-cover { min-height: 0; }
.cover-art > .orbit { width: auto; height: auto; background: transparent; }
.cover-art > .orbit:nth-child(2), .cover-art > .orbit:nth-child(3) { left: 23%; height: auto; }
.featured-copy .resource-description { font-size: 14px; }
.featured-copy .price-line span { font-size: 11px; }
.row-copy > p:last-child { font-size: 13px; }
.row-action { min-width: 170px; }
.story-signature { display: inline-flex; gap: 20px; align-items: center; }
.how-grid p, .story h2 + p { font-size: 14px; }
.questions h2 { margin-bottom: 23px; }
.faq-list summary { font-size: 15px; padding: 25px 0; }
.faq-list details p { font-size: 14px; }
.footer { border-top: 1px solid var(--line); padding-block: 50px; display: grid; grid-template-columns: 1.3fr 1fr 1fr; }
.footer p, .footer small { font-size: 12px; color: var(--muted); }
.footer small { display: block; margin-top: 22px; }
.footer nav { display: grid; grid-template-columns: 1fr; align-content: start; gap: 12px; font-size: 12px; }
.footer a:not(.wordmark):hover { text-decoration: underline; text-underline-offset: 5px; }
.footer-note { text-align: right; }
.footer-note p { font-family: Fraunces, Georgia, serif; color: var(--ink); font-size: 22px; font-style: italic; margin-block: 9px 22px; }
.footer-note > a { font-size: 11px; }
.page-intro { padding-block: 56px 55px; }
.page-intro h1 { font-size: clamp(48px, 6vw, 80px); line-height: 1.08; letter-spacing: -.052em; margin-block: 22px 26px; }
.page-intro p:last-child { font-size: 16px; color: var(--muted); line-height: 1.8; }
.page-intro h1 em:after { display: none; }
.page-intro h1 em { white-space: normal; }
.catalogue { padding-bottom: 68px; }
.catalogue-tools { border-top: 1px solid var(--line); padding-top: 26px; }
.filter-bar button { min-height: 42px; font-size: 12px; padding-inline: 20px; }
.search-sort { display: flex; gap: 18px; align-items: center; }
.search { flex: 1; display: flex; align-items: center; gap: 12px; border: 1px solid var(--line); padding: 0 16px; border-radius: 4px; background: #fbfaf6; }
.search svg { width: 20px; height: 20px; flex-shrink: 0; }
.search input { width: 100%; min-width: 0; background: transparent; border: 0; min-height: 48px; font-size: 13px; }
.search:focus-within { border-color: var(--ink); }
.search input:focus-visible { outline-offset: -1px; }
.search-sort select { border: 1px solid var(--line); background: #fbfaf6; border-radius: 4px; min-height: 48px; padding: 0 30px 0 14px; font-size: 12px; max-width: 100%; }
.result-count { font-size: 11px; color: var(--muted); margin-block: 24px 20px; }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.product-card { min-width: 0; }
.card-art { position: relative; aspect-ratio: 1 / 1.07; overflow: hidden; border: 1px solid #243d3610; border-radius: 5px; }
.card-art > a { height: 100%; display: flex; align-items: center; justify-content: center; padding: 38px; }
.card-art .book-cover { max-width: 220px; transform: rotate(-6deg); box-shadow: 8px 9px 0 #243d3612, 10px 15px 20px #243d3615; transition: transform .25s; }
.card-art > a:hover .book-cover { transform: rotate(-2deg) translateY(-5px); }
.peach-stage { background: #e9e6da; }
.blue-stage { background: #e3e9e9; }
.sage-stage { background: #e6e9da; }
.quick-look { position: absolute; right: 13px; bottom: 13px; background: var(--paper); border: 1px solid #ccd3c3; border-radius: 3px; padding: 10px 14px; font-size: 11px; display: flex; gap: 18px; align-items: center; min-height: 42px; }
.quick-look:hover { background: white; }
.card-info { padding-block: 20px 27px; }
.card-meta { display: flex; align-items: center; justify-content: space-between; gap: 10px; font-size: 13px; }
.card-info h3 { font-size: 31px; line-height: 1.13; margin: 11px 0 9px; }
.card-info > p { font-size: 13px; color: var(--muted); margin-bottom: 13px; }
.card-info h3 a:hover { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.collection-footnote { border-top: 1px solid var(--line); margin-top: 15px; padding-top: 25px; color: var(--muted); font-size: 12px; }
.closing-note { padding-block: 58px; position: relative; background: #e7e9db; border-block: 1px solid #d6dbc8; }
.closing-note > div { max-width: 600px; }
.closing-note svg { width: 32px; height: 32px; margin-bottom: 27px; color: #737c49; }
.closing-note h2 { font-size: 49px; margin-block: 20px 30px; }
.closing-index { position: absolute; right: 55px; bottom: 60px; font-size: 10px; line-height: 2; text-align: center; letter-spacing: 2px; }
.studio-hero { text-align: center; padding-top: 55px; }
.studio-hero h1 { font-size: clamp(54px, 6.3vw, 84px); line-height: 1.08; margin-block: 25px; }
.studio-hero h1 em:after { height: 13px; bottom: 5px; }
.studio-hero > p:not(.eyebrow) { color: var(--muted); line-height: 1.8; margin-bottom: 26px; font-size: 16px; }
.studio-shelf { margin: 66px auto 20px; display: flex; align-items: flex-end; justify-content: center; gap: 65px; max-width: 920px; padding: 10px 25px 50px; border-bottom: 1px solid #c7ccbb; background: radial-gradient(ellipse at 50% 100%,#dfe1d270,transparent 75%); }
.studio-shelf > div { width: 28%; transform: rotate(-8deg); box-shadow: 7px 13px 18px #243d3622; }
.studio-shelf > div:nth-child(2) { width: 30%; transform: translateY(-14px) rotate(3deg); }
.studio-shelf > div:nth-child(3) { transform: rotate(10deg); }
.shelf-caption { display: flex; justify-content: space-between; font-size: 9px; letter-spacing: 1.6px; max-width: 920px; margin: auto; padding-block: 6px 42px; }
.breadcrumb { display: flex; gap: 13px; color: var(--muted); font-size: 11px; padding-block: 25px 30px; }
.breadcrumb a { text-decoration: underline; text-underline-offset: 3px; }
.product-detail { display: grid; grid-template-columns: 1.05fr 1fr; gap: 70px; padding-bottom: 72px; align-items: start; }
.product-gallery { position: sticky; top: 24px; min-width: 0; }
.gallery-stage { aspect-ratio: .92; display: flex; align-items: center; justify-content: center; border-radius: 5px; padding: 50px; border: 1px solid #243d3610; }
.gallery-stage > .book-cover { max-width: 300px; transform: rotate(-5deg); box-shadow: 10px 13px 0 #243d3612, 15px 25px 24px #243d361b; }
.gallery-controls { display: flex; gap: 12px; margin-top: 15px; }
.gallery-controls button { flex: 1; border: 1px solid var(--line); font-size: 11px; min-height: 46px; padding: 12px; background: transparent; border-radius: 3px; }
.gallery-controls button[aria-pressed=true] { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.product-summary { padding-top: 14px; }
.product-summary h1 { font-size: clamp(44px, 4.7vw, 67px); letter-spacing: -.05em; line-height: 1.06; margin: 23px 0 19px; }
.product-subtitle { font-size: 18px; }
.product-description { font-size: 14px; line-height: 1.85; color: var(--muted); margin-block: 22px 24px; }
.product-price { border-top: 1px solid var(--line); padding-top: 23px; margin-bottom: 21px; display: flex; gap: 16px; align-items: baseline; flex-wrap: wrap; }
.product-price strong { font-size: 26px; font-weight: 500; }
.product-price span { font-size: 11px; color: var(--muted); }
.purchase-button { width: 100%; justify-content: space-between; min-height: 54px; }
.fine-print { font-size: 11px; }
.product-specs { margin-block: 28px 20px; }
.product-specs > div { display: flex; justify-content: space-between; gap: 15px; border-bottom: 1px solid var(--line); padding-block: 13px; }
.product-specs span { font-size: 9px; letter-spacing: 1px; }
.product-specs strong { font-size: 11px; font-weight: 450; text-align: right; }
.paper-stage { background: #e6e5dd; }
.worksheet-preview { background: #fcfbf7; min-height: 370px; width: 100%; padding: 33px 28px; box-shadow: 5px 10px 15px #243d3612; display: flex; flex-direction: column; }
.worksheet-preview .eyebrow { font-size: 8px; }
.worksheet-preview h2 { font-size: 34px; margin: 40px 0 14px; }
.worksheet-preview > p { font-size: 12px; line-height: 1.7; }
.writing-lines { flex: 1; min-height: 110px; background: repeating-linear-gradient(transparent 0,transparent 28px,#dce0d4 28px,#dce0d4 29px); margin-block: 20px; }
.worksheet-sign { font-family: Fraunces,Georgia,serif; font-style: italic; font-size: 12px; color: var(--muted); }
.product-body { display: grid; grid-template-columns: .9fr 1fr; gap: 100px; padding-block: 60px 70px; border-top: 1px solid var(--line); }
.product-story h2 { font-size: 45px; margin: 20px 0 26px; }
.product-story > p:not(.eyebrow), .prose p { font-size: 15px; line-height: 1.9; color: var(--muted); margin-bottom: 20px; }
.product-story h3 { font-size: 24px; margin: 32px 0 14px; }
.inside-list > .eyebrow { margin-bottom: 22px; }
.inside-list > div { display: flex; gap: 22px; border-top: 1px solid var(--line); padding-block: 20px; }
.inside-list > div > span { font-size: 11px; padding-top: 6px; color: var(--muted); }
.inside-list h3 { font-size: 24px; margin-bottom: 8px; }
.inside-list p { font-size: 13px; line-height: 1.8; color: var(--muted); }
.related { padding-block: 40px 60px; border-top: 1px solid var(--line); }
.related-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 35px; }
.related-grid .card-art { aspect-ratio: 1.5; }
.related-grid .card-art .book-cover { max-width: 190px; }
.about-split { display: grid; grid-template-columns: 1fr 1fr; gap: 95px; align-items: center; padding-block: 15px 85px; }
.about-poster { background: var(--ink); color: var(--paper); aspect-ratio: .87; padding: 45px; display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; }
.about-poster svg { width: 150px; height: 150px; color: var(--sage); margin-left: 30px; transform: rotate(12deg); }
.about-poster h2 { font-size: 45px; }
.about-poster > span { font-size: 8px; letter-spacing: 1.3px; }
.prose h2 { font-size: 43px; margin-block: 20px 26px; }
.prose .eyebrow { font-size: 10px; color: var(--ink); }
.prose .story-signature { color: var(--ink); }
.principles { padding-bottom: 72px; }
.principles > .eyebrow { margin-bottom: 25px; }
.faq-page { max-width: 910px; padding-bottom: 55px; }
.help-note { display: flex; align-items: center; gap: 25px; padding-block: 25px 60px; color: var(--muted); font-size: 14px; }
.contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 85px; align-items: center; padding-bottom: 80px; }
.contact-card { background: #e7e9db; padding: 44px; border: 1px solid var(--line); border-radius: 4px; }
.contact-card h2 { margin-block: 22px; }
.contact-card > p:not(.eyebrow):not(.fine-print) { font-size: 14px; color: var(--muted); line-height: 1.85; margin-bottom: 25px; }
.not-found { padding-block: 60px 85px; text-align: center; }
.not-found > svg { width: 60px; height: 60px; margin: 35px auto; color: #7c8658; }
.not-found h1 { font-size: 65px; }
.not-found h1 em:after { display: none; }
.not-found > p:not(.eyebrow) { color: var(--muted); font-size: 15px; max-width: 410px; margin: 0 auto 30px; }
.preview-dialog { position: fixed; inset: 0; margin: auto; background: var(--paper); color: var(--ink); border: 1px solid var(--line); border-radius: 5px; width: min(640px,calc(100% - 32px)); max-height: 88dvh; padding: 0; overscroll-behavior: contain; }
.preview-dialog::backdrop { background: #192d25ba; backdrop-filter: blur(5px); }
.dialog-inner { padding: 44px; }
.dialog-inner h2 { font-size: 40px; margin-block: 18px; }
.dialog-inner > p:not(.eyebrow):not(.fine-print) { color: var(--muted); font-size: 14px; line-height: 1.8; }
.dialog-inner ol { padding-left: 21px; margin-block: 25px; }
.dialog-inner li { font-size: 14px; line-height: 1.8; padding: 0 0 15px 8px; }
#demo-dialog .button { margin-top: 28px; }
.print-sheet { max-width: 880px; padding-top: 35px; padding-bottom: 60px; }
.print-toolbar { display: flex; gap: 24px; align-items: center; justify-content: space-between; padding-bottom: 40px; }
.print-sheet h1 { font-size: 51px; }
.print-intro { font-size: 15px; line-height: 1.8; color: var(--muted); margin-bottom: 30px; }
.print-question { break-inside: avoid; margin-bottom: 24px; }
.print-question h2 { font-size: 22px; margin-bottom: 8px; }
.print-question p { font-size: 13px; }
.print-lines { height: 72px; background: repeating-linear-gradient(transparent 0,transparent 23px,#cdd4c7 23px,#cdd4c7 24px); }

@media (max-width: 1000px) {
  .hero h1 { font-size: clamp(47px,5.8vw,62px); }
  .product-detail { gap: 35px; }
  .gallery-stage { padding: 37px; }
  .product-body { gap: 50px; }
  .about-split, .contact-layout { gap: 40px; }
  .about-poster { padding: 32px; }
  .about-poster h2 { font-size: 37px; }
  .about-poster svg { width: 120px; height: 120px; }
  .card-art > a { padding: 27px; }
  .card-info h3 { font-size: 27px; }
  .product-grid { gap: 20px; }
  .related-grid .card-art { aspect-ratio: 1.2; }
  .studio-shelf { gap: 40px; }
}
@media (max-width: 760px) {
  .header { flex-wrap: wrap; height: auto; min-height: 86px; padding-block: 24px; }
  .header nav { position: static; display: flex; width: 100%; flex-wrap: wrap; gap: 16px; box-shadow: none; padding: 18px 0 0; border: 0; font-size: 12px; }
  .menu-toggle { display: none; }
  .js .menu-toggle { display: block; min-height: 40px; }
  .js .header nav { display: none; }
  .js .header nav.is-open { display: flex; flex-direction: column; }
  .demo-bar { font-size: 9px; padding-inline: 15px; gap: 10px; }
  .demo-bar > span { max-width: 200px; }
  .hero h1 { font-size: clamp(41px,10vw,67px); letter-spacing: -.045em; }
  .hero-description { font-size: 15px; }
  h1 em { white-space: normal; }
  .values-strip > div { font-size: 8px; }
  .featured-copy .resource-description { font-size: 14px; }
  .row-action { min-width: 0; }
  .row-copy > p:last-child { font-size: 12px; }
  .page-intro { padding-block: 30px 35px; }
  .page-intro h1 { font-size: clamp(43px,10vw,66px); margin-block: 22px; }
  .page-intro p:last-child { font-size: 15px; }
  .page-intro p br { display: none; }
  .product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 25px 18px; }
  .card-art > a { padding: 28px; }
  .card-info h3 { font-size: 28px; }
  .search-sort { gap: 12px; flex-wrap: wrap; }
  .search { min-width: 100%; }
  .search-sort > label:last-child { width: 100%; }
  .search-sort select { width: 100%; }
  .filter-bar { gap: 8px; }
  .filter-bar button { padding-inline: 15px; min-height: 42px; }
  .card-art { aspect-ratio: .78; }
  .quick-look { padding-inline: 11px; right: 8px; bottom: 8px; font-size: 10px; }
  .closing-note { padding-block: 40px; }
  .closing-note h2 { font-size: 40px; }
  .closing-index { right: 25px; bottom: 35px; }
  .footer { grid-template-columns: 1fr 1fr; gap: 35px 22px; padding-block: 36px; }
  .footer > div:first-child { grid-column: 1 / -1; }
  .footer-note { text-align: left; }
  .footer-note p { font-size: 19px; }
  .studio-hero { padding-top: 27px; }
  .studio-hero h1 { font-size: clamp(40px,9vw,66px); letter-spacing: -.04em; }
  .studio-hero > .eyebrow { font-size: 8px; }
  .studio-hero > p:not(.eyebrow) { font-size: 14px; }
  .studio-shelf { gap: 22px; padding: 10px 9px 25px; margin-top: 48px; }
  .shelf-caption { font-size: 7px; letter-spacing: .7px; gap: 10px; padding-bottom: 30px; }
  .product-detail { grid-template-columns: 1fr; gap: 30px; padding-bottom: 40px; }
  .product-gallery { position: static; }
  .gallery-stage { aspect-ratio: 1.1; padding: 40px; }
  .gallery-stage > .book-cover { max-width: 235px; }
  .product-summary { padding-top: 8px; }
  .product-summary h1 { font-size: 49px; }
  .product-description { max-width: 520px; }
  .product-body { grid-template-columns: 1fr; gap: 40px; padding-block: 42px; }
  .product-story h2 { font-size: 39px; }
  .worksheet-preview { min-height: 350px; }
  .paper-stage { aspect-ratio: auto; }
  .related { padding-block: 33px; }
  .related h2 { font-size: 32px; }
  .related-grid { gap: 18px; }
  .related-grid .card-art { aspect-ratio: .77; }
  .related-grid .card-art > a { padding: 24px; }
  .related-grid .card-info h3 { font-size: 27px; }
  .about-split, .contact-layout { grid-template-columns: 1fr; gap: 35px; padding-bottom: 45px; }
  .about-poster { max-width: 450px; width: 100%; margin-inline: auto; padding: 35px; }
  .about-poster svg { width: 120px; height: 120px; margin-left: 30px; }
  .about-poster h2 { font-size: 40px; }
  .prose h2 { font-size: 36px; }
  .prose p { font-size: 14px; }
  .principles { padding-bottom: 45px; }
  .contact-card { padding: 30px 25px; }
  .faq-page { padding-bottom: 25px; }
  .faq-list summary { font-size: 14px; padding-block: 22px; }
  .help-note { flex-wrap: wrap; gap: 4px 20px; padding-bottom: 38px; }
  .dialog-inner { padding: 42px 24px 28px; }
  .dialog-inner h2 { font-size: 34px; }
  .not-found h1 { font-size: 48px; }
  .print-toolbar { align-items: flex-start; flex-direction: column; gap: 12px; }
  .print-sheet h1 { font-size: 43px; }
}
@media (max-width: 480px) {
  .product-grid { grid-template-columns: 1fr; gap: 16px; }
  .card-art { aspect-ratio: 1.04; }
  .card-art > a { padding: 35px; }
  .card-art .book-cover { max-width: 220px; }
  .related-grid { grid-template-columns: 1fr; }
  .related-grid .card-art { aspect-ratio: 1.1; }
  .related-grid .card-art > a { padding: 28px; }
  .hero-scene { height: 390px; }
  .hero-book { width: 58%; left: 31%; }
  .back-paper { height: 245px; }
  .scene-sticker { width: 92px; height: 92px; bottom: 25px; }
  .scene-caption { font-size: 12px; left: 15px; }
  .studio-shelf { gap: 18px; }
  .gallery-stage { aspect-ratio: .97; padding: 36px; }
  .gallery-stage > .book-cover { max-width: 225px; }
  .product-summary h1 { font-size: 45px; }
  .footer { grid-template-columns: 1fr; }
  .footer-note { display: none; }
}
@media (max-width: 360px) {
  .wrap { padding-inline: 18px; }
  .hero h1 { font-size: 38px; }
  .hero-scene { height: 345px; }
  .back-paper { height: 207px; padding: 18px; }
  .back-paper p { font-size: 18px; }
  .back-paper svg { width: 48px; margin-block: 23px; }
  .scene-sticker { width: 82px; height: 82px; }
  .studio-hero h1 { font-size: 37px; }
  .product-summary h1 { font-size: 40px; }
  .demo-bar a { max-width: 98px; white-space: normal; text-align: right; }
  .filter-bar button { font-size: 11px; padding-inline: 13px; }
}
@media print {
  @page { margin: 15mm; }
  :root, body { background: white !important; color: #111 !important; }
  .header, .demo-bar, .footer, .print-toolbar, .skip-link, dialog { display: none !important; }
  .print-sheet { padding: 0; max-width: none; }
  .print-sheet h1 { margin: 12px 0; font-size: 30pt; }
  .print-intro { font-size: 10pt; margin-bottom: 16px; }
  .print-question { margin-bottom: 17px; }
  .print-question h2 { font-size: 14pt; }
  .print-question p { font-size: 10pt; }
  .print-lines { height: 44px; background: none; border-bottom: 1px solid #aaa; }
  .print-sheet .fine-print { font-size: 9pt; }
}

/* Keep short brand names graceful, and longer edits inside the layout. */
.wordmark { min-width: 0; }
.wordmark > span { white-space: normal; overflow-wrap: anywhere; line-height: 1.1; }
.back-paper svg { flex-shrink: 0; }
@media (max-width:760px) {
  .header > .wordmark { max-width: calc(100% - 87px); }
  .back-paper svg { width: clamp(48px,13vw,62px); height: auto; margin: 20px auto; }
  .back-paper p { font-size: clamp(16px,4vw,22px); line-height: 1.15; }
}
