/* self-hosted variable fonts (generated by build.py) */
@font-face{font-family:'Brygada Fallback';src:local('Georgia');size-adjust:102.7%}
@font-face{font-family:'Onest Fallback';src:local('Arial');size-adjust:103.4%}
@font-face{font-family:'Brygada 1918';font-style:italic;font-weight:400 700;font-display:swap;src:url('/assets/fonts/brygada1918-italic-cyrillic.woff2') format('woff2');unicode-range:U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116}
@font-face{font-family:'Brygada 1918';font-style:italic;font-weight:400 700;font-display:swap;src:url('/assets/fonts/brygada1918-italic-latin.woff2') format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}
@font-face{font-family:'Brygada 1918';font-style:normal;font-weight:400 700;font-display:swap;src:url('/assets/fonts/brygada1918-normal-cyrillic.woff2') format('woff2');unicode-range:U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116}
@font-face{font-family:'Brygada 1918';font-style:normal;font-weight:400 700;font-display:swap;src:url('/assets/fonts/brygada1918-normal-latin.woff2') format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}
@font-face{font-family:'Martian Mono';font-style:normal;font-weight:100 800;font-display:swap;src:url('/assets/fonts/martianmono-normal-cyrillic.woff2') format('woff2');unicode-range:U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116}
@font-face{font-family:'Martian Mono';font-style:normal;font-weight:100 800;font-display:swap;src:url('/assets/fonts/martianmono-normal-latin.woff2') format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}
@font-face{font-family:'Onest';font-style:normal;font-weight:100 900;font-display:swap;src:url('/assets/fonts/onest-normal-cyrillic.woff2') format('woff2');unicode-range:U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116}
@font-face{font-family:'Onest';font-style:normal;font-weight:100 900;font-display:swap;src:url('/assets/fonts/onest-normal-latin.woff2') format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}

/* tokens.css */
/* Design tokens. Direction: «канцелярия чудес» — warm paper, blue office seal, red stamp ink, winter night. */
:root {
  /* paper and ink */
  --paper: #f3ede1;
  --paper-light: #fbf8f1;
  --paper-dark: #e7dfcf;
  --paper-warm: #fdf1e6;
  --rule: #cfc4ae;
  --ink: #161a33;
  --ink-soft: #454a66;
  --ink-mute: #63687f;
  --manila: #e6cb92;

  /* stamp inks */
  --seal: #2f3fd1;
  --seal-deep: #1f2a9c;
  --red: #e03a2f;
  --red-deep: #b3261c;
  --green: #17784e;
  --gold: #f2b441;

  /* logo: a violet hand holding a child's hand; the footnote star after the name in ginger (also build/icons.py, brand/) */
  --violet: #5331cc;
  --ginger: #ee6c1e;

  /* winter night */
  --night: #0e1230;
  --night-soft: #1a2056;
  --on-night: #f3ede1;
  --on-night-soft: #b9bedf;

  /* type */
  --font-display: "Brygada 1918", "Brygada Fallback", Georgia, "Times New Roman", serif;
  --font-text: "Onest", "Onest Fallback", "Helvetica Neue", Arial, sans-serif;
  --font-mono: "Martian Mono", ui-monospace, "SF Mono", Menlo, Consolas, monospace;

  --text-2xs: 0.6875rem;
  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: clamp(1rem, 0.96rem + 0.2vw, 1.125rem);
  --text-lg: clamp(1.125rem, 1.04rem + 0.45vw, 1.375rem);
  --text-xl: clamp(1.5rem, 1.2rem + 1.4vw, 2.25rem);
  --text-2xl: clamp(2rem, 1.3rem + 3vw, 3.75rem);
  --text-3xl: clamp(2.5rem, 1.1rem + 6vw, 6.25rem);
  --text-hero: clamp(2.75rem, 0.9rem + 6.4vw, 6.75rem);

  /* space */
  --gutter: clamp(1rem, 0.4rem + 3vw, 3rem);
  --space-section: clamp(4rem, 2.75rem + 5.5vw, 8rem);
  --wrap: 85rem;

  /* shape and depth */
  --radius-s: 4px;
  --radius-m: 10px;
  --radius-l: 22px;
  --line: 1.5px;
  --shadow-paper: 0 1px 0 rgb(22 26 51 / 0.08), 0 14px 28px -16px rgb(22 26 51 / 0.38);
  --shadow-lift: 0 2px 0 rgb(22 26 51 / 0.1), 0 28px 44px -18px rgb(22 26 51 / 0.46);
  --shadow-press: 3px 3px 0 var(--ink);

  /* motion */
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-stamp: cubic-bezier(0.2, 1.5, 0.4, 1);
  --dur-fast: 160ms;
  --dur: 320ms;
  --dur-slow: 720ms;

  --header-h: 4.25rem;
}

/* base.css */
/* Reset, document defaults and small helpers. */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 1.5rem);
}

body {
  margin: 0;
  min-height: 100vh;
  background: var(--paper) url("/assets/img/grain.png") repeat;
  color: var(--ink);
  font-family: var(--font-text);
  font-size: var(--text-base);
  line-height: 1.55;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden; /* fallback for browsers without overflow: clip */
  overflow-x: clip;
}

h1,
h2,
h3,
h4,
p,
ul,
ol,
dl,
dd,
figure,
blockquote,
fieldset,
pre {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

fieldset {
  border: 0;
  min-width: 0;
}

h1,
h2,
h3,
h4 {
  font-family: var(--font-display);
  font-weight: 560;
  line-height: 1.04;
  letter-spacing: -0.018em;
  text-wrap: balance;
}

p {
  text-wrap: pretty;
}

img,
picture,
svg,
canvas {
  display: block;
  max-width: 100%;
}

img {
  height: auto;
}

a {
  color: inherit;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 0.2em;
}

a:hover {
  text-decoration-color: var(--red);
}

button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
}

button {
  cursor: pointer;
}

/* Footnote asterisks come from Onest: its five-armed star, not the six-petal one of the serif (it reads as a snowflake). */
sup {
  font-family: var(--font-text);
  font-size: 0.5em;
  line-height: 0;
  vertical-align: super;
}

::selection {
  background: var(--seal);
  color: var(--paper-light);
}

:focus-visible {
  outline: 3px solid var(--seal);
  outline-offset: 3px;
  border-radius: 2px;
}

.night :focus-visible,
.site-footer :focus-visible {
  outline-color: var(--gold);
}

[hidden] {
  display: none !important;
}

.wrap {
  width: min(100% - var(--gutter) * 2, var(--wrap));
  margin-inline: auto;
}

.section {
  padding-block: var(--space-section);
}

/* two plain paper sections in a row share one gap instead of stacking two */
.section--plain + .section--plain {
  padding-top: 0;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 100;
  padding: 0.75rem 1rem;
  background: var(--ink);
  color: var(--paper-light);
  border-radius: var(--radius-s);
  transform: translateY(-160%);
  transition: transform var(--dur-fast) var(--ease-out);
}

.skip-link:focus {
  transform: none;
}

.sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.icon {
  width: 1.15em;
  height: 1.15em;
  flex: none;
}

.mark {
  width: 1em;
  height: 1em;
  flex: none;
}

.is-muted {
  color: var(--ink-mute);
}

.kicker {
  display: flex;
  align-items: center;
  gap: 0.75em;
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--seal-deep);
}

.kicker::before {
  content: "";
  width: 2.25em;
  height: var(--line);
  background: currentColor;
}

.kicker--light {
  color: var(--on-night-soft);
}

.kicker--light::before {
  display: none;
}

.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  font-weight: 600;
  text-decoration: none;
  border-bottom: var(--line) solid currentColor;
  padding-bottom: 0.15em;
  transition: color var(--dur-fast), gap var(--dur) var(--ease-out);
}

.link-arrow:hover {
  color: var(--seal);
  gap: 0.9em;
}

main:focus {
  outline: none;
}

/* layout.css */
/* Letterhead header, mobile menu, footer. */

/* header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgb(243 237 225 / 0.92);
  -webkit-backdrop-filter: blur(10px) saturate(1.2);
  backdrop-filter: blur(10px) saturate(1.2);
  border-bottom: var(--line) solid var(--ink);
  box-shadow: 0 4px 0 -2.5px var(--paper), 0 4px 0 -1.5px var(--ink);
}

.site-header__bar {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  min-height: var(--header-h);
  width: min(100% - var(--gutter) * 2, var(--wrap));
  margin-inline: auto;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin-right: auto;
  text-decoration: none;
}

.brand__mark {
  width: 2.3rem;
  height: 2.3rem;
  color: var(--violet);
  transition: transform var(--dur-slow) var(--ease-out);
}

.brand:hover .brand__mark {
  transform: scale(1.1);
}

.brand__name {
  white-space: nowrap;
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1;
}

.brand__name sup {
  color: var(--ginger);
  font-size: 0.7em;
  margin-left: 0.05em;
}

.site-nav ul {
  display: flex;
  gap: clamp(1rem, 2.4vw, 2.25rem);
}

.site-nav__link {
  position: relative;
  display: inline-block;
  padding-block: 0.4rem;
  font-size: 0.95rem;
  font-weight: 500;
  text-decoration: none;
  background: linear-gradient(var(--red), var(--red)) 0 100% / 0 2px no-repeat;
  transition: background-size var(--dur) var(--ease-out);
}

.site-nav__link:hover,
.site-nav__link[aria-current="page"] {
  background-size: 100% 2px;
}

.site-nav__link[aria-current="page"] {
  color: var(--seal-deep);
}

.menu-toggle {
  display: none;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 0.8rem;
  background: none;
  border: var(--line) solid var(--ink);
  border-radius: var(--radius-s);
  font-size: var(--text-sm);
  font-weight: 600;
}

.mobile-menu {
  padding: 1.25rem var(--gutter) 1.75rem;
  border-top: 1px solid var(--rule);
  background: var(--paper);
}

.mobile-menu ul {
  display: grid;
  margin-bottom: 1.25rem;
}

.mobile-menu__link {
  display: block;
  padding: 0.9rem 0;
  border-bottom: 1px solid var(--rule);
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 560;
  text-decoration: none;
}

.mobile-menu__link[aria-current="page"] {
  color: var(--seal-deep);
}

.mobile-menu .btn {
  width: 100%;
}

@media (max-width: 860px) {
  .site-nav,
  .site-header .site-header__cta {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
  }
}

@media (min-width: 861px) {
  .mobile-menu {
    display: none !important;
  }
}

/* very narrow screens: keep the name on one line, leave only the icon on the menu button */
@media (max-width: 360px) {
  .site-header__bar {
    gap: 0.75rem;
  }

  .brand__name {
    font-size: 1.3rem;
  }

  .brand__mark {
    width: 2rem;
    height: 2rem;
  }

  .menu-toggle__label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
  }
}

/* footer */
.site-footer {
  background: var(--ink);
  color: var(--on-night);
  padding: clamp(3.5rem, 2rem + 6vw, 7rem) 0 2rem;
}

.site-footer > * {
  width: min(100% - var(--gutter) * 2, var(--wrap));
  margin-inline: auto;
}

.site-footer__lead {
  display: grid;
  gap: 1.25rem;
  padding-bottom: clamp(2.5rem, 5vw, 4.5rem);
  border-bottom: 1px solid rgb(243 237 225 / 0.22);
}

.site-footer__wordmark {
  font-family: var(--font-display);
  font-size: clamp(3.25rem, 1rem + 11vw, 11rem);
  font-weight: 560;
  line-height: 0.86;
  letter-spacing: -0.035em;
}

.site-footer__wordmark sup {
  color: var(--ginger);
  font-size: 0.42em;
  vertical-align: 0.95em;
}

.site-footer__footnote {
  max-width: 34rem;
  font-family: var(--font-display);
  font-style: italic;
  font-size: var(--text-lg);
  line-height: 1.35;
  color: var(--on-night-soft);
}

.site-footer__footnote sup,
.site-footer__note sup {
  color: var(--ginger);
  font-style: normal;
  font-size: 0.8em;
  vertical-align: baseline;
}

.site-footer__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(13.5rem, 1fr));
  gap: 2.5rem 2rem;
  padding-block: clamp(2.5rem, 5vw, 4rem);
}

.site-footer__title {
  margin-bottom: 1rem;
  font-family: var(--font-mono);
  font-size: var(--text-2xs);
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--on-night-soft);
}

.site-footer__list {
  display: grid;
  gap: 0.55rem;
  font-size: 0.95rem;
  line-height: 1.4;
}

.site-footer__list a {
  display: inline-flex;
  align-items: center;
  gap: 0.35em;
  text-decoration: none;
  border-bottom: 1px solid rgb(243 237 225 / 0.3);
  transition: border-color var(--dur-fast), color var(--dur-fast);
}

.site-footer__list a:hover {
  color: var(--gold);
  border-color: var(--gold);
}

.site-footer__list .icon {
  width: 0.95em;
  height: 0.95em;
}

.site-footer__legal {
  display: grid;
  gap: 0.75rem;
  padding-top: 1.75rem;
  border-top: 1px solid rgb(243 237 225 / 0.22);
  font-size: var(--text-xs);
  line-height: 1.5;
  color: var(--on-night-soft);
}

.site-footer__requisites {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
  gap: 0.75rem 2rem;
  margin-bottom: 0.5rem;
}

.site-footer__requisites dt {
  font-family: var(--font-mono);
  font-size: var(--text-2xs);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-footer__requisites dd {
  color: var(--on-night);
  font-size: var(--text-sm);
}

.site-footer__copy {
  font-family: var(--font-mono);
  font-size: var(--text-2xs);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* components.css */
/* Buttons, stamps, the seal, section headers, paper cards, tickets, folders, the request form. */

/* buttons: rectangular labels with a hard shadow that compresses on press, like a stamp hitting paper */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6em;
  padding: 0.85em 1.35em;
  border: var(--line) solid var(--ink);
  border-radius: var(--radius-s);
  background: var(--paper-light);
  color: var(--ink);
  font-size: var(--text-sm);
  font-weight: 600;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  box-shadow: var(--shadow-press);
  transition: transform var(--dur-fast) var(--ease-out), box-shadow var(--dur-fast) var(--ease-out),
    background-color var(--dur-fast), color var(--dur-fast);
}

.btn:hover {
  transform: translate(-1px, -1px);
  box-shadow: 4px 4px 0 var(--ink);
}

.btn:active {
  transform: translate(2px, 2px);
  box-shadow: 1px 1px 0 var(--ink);
}

.btn .icon {
  transition: transform var(--dur) var(--ease-out);
}

.btn:hover .icon:last-child {
  transform: translateX(3px);
}

.btn--seal {
  background: var(--seal);
  color: var(--paper-light);
}

.btn--seal:hover {
  background: var(--seal-deep);
}

.btn--ink {
  background: var(--ink);
  color: var(--paper-light);
  box-shadow: 3px 3px 0 var(--seal);
}

.btn--ink:hover {
  box-shadow: 4px 4px 0 var(--seal);
}

.btn--ink:active {
  box-shadow: 1px 1px 0 var(--seal);
}

.btn--ghost {
  background: transparent;
  box-shadow: none;
}

.btn--ghost:hover {
  background: var(--paper-dark);
  box-shadow: none;
  transform: none;
}

.btn--paper {
  background: var(--paper-light);
  border-color: var(--paper-light);
  box-shadow: 3px 3px 0 var(--red);
}

.btn--paper:hover {
  box-shadow: 4px 4px 0 var(--red);
}

.btn--paper:active {
  box-shadow: 1px 1px 0 var(--red);
}

.btn--outline-light {
  background: transparent;
  border-color: rgb(243 237 225 / 0.55);
  color: var(--on-night);
  box-shadow: none;
}

.btn--outline-light:hover {
  background: rgb(243 237 225 / 0.1);
  border-color: var(--on-night);
  box-shadow: none;
  transform: none;
}

.btn--small {
  padding: 0.65em 1em;
  font-size: 0.8125rem;
}

.btn--large {
  padding: 1.05em 1.7em;
  font-size: 1rem;
}

.btn[disabled],
.btn[aria-disabled="true"] {
  opacity: 0.55;
  pointer-events: none;
}

/* rubber stamps */
.stamp {
  --stamp-rot: -5deg;
  display: inline-block;
  padding: 0.5em 0.85em 0.45em;
  border: 2.5px solid currentColor;
  border-radius: 7px;
  outline: 1px solid currentColor;
  outline-offset: -6px;
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
  white-space: nowrap;
  transform: rotate(var(--stamp-rot));
  -webkit-mask: url("/assets/img/ink.png") 0 0 / 260px;
  mask: url("/assets/img/ink.png") 0 0 / 260px;
  pointer-events: none;
  user-select: none;
}

.stamp--seal {
  color: var(--seal);
}

/* stamps carry text, so they use the darker red that passes contrast on paper */
.stamp--red {
  color: var(--red-deep);
}

.stamp--green {
  color: var(--green);
}

.stamp--ink {
  color: var(--ink);
}

/* round seal */
.seal {
  width: 9rem;
  height: 9rem;
  color: var(--seal);
  -webkit-mask: url("/assets/img/ink.png") 30px 10px / 260px;
  mask: url("/assets/img/ink.png") 30px 10px / 260px;
}

.seal__ring {
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
}

.seal__ring--thin {
  stroke-width: 1.2;
}

.seal__text {
  font-family: var(--font-mono);
  font-size: 12.5px;
  font-weight: 600;
  fill: currentColor;
  transform-origin: 100px 100px;
}

/* section header: a form caption on the left, the headline on the right */
.section-head {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(0, 9fr);
  gap: 1rem var(--gutter);
  margin-bottom: clamp(2.25rem, 1.5rem + 3vw, 4.5rem);
  padding-top: 1.25rem;
  border-top: var(--line) solid var(--ink);
  box-shadow: 0 -4.5px 0 -3px var(--paper), 0 -5.5px 0 -3px var(--ink);
}

.section-head__form {
  display: grid;
  align-content: start;
  gap: 0.35rem;
  font-family: var(--font-mono);
  font-size: var(--text-2xs);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

.section-head__form span:first-child {
  color: var(--seal-deep);
  font-weight: 600;
}

.section-head__title {
  font-size: var(--text-2xl);
  max-width: 18ch;
}

.section-head__lead {
  grid-column: 2;
  max-width: 44rem;
  font-size: var(--text-lg);
  line-height: 1.45;
  color: var(--ink-soft);
}

@media (max-width: 760px) {
  .section-head {
    grid-template-columns: 1fr;
  }

  .section-head__form {
    display: flex;
    gap: 1rem;
  }

  .section-head__lead {
    grid-column: 1;
  }
}

/* shared dark background: deep blue with soft light, paper grain on top */
.night {
  position: relative;
  isolation: isolate;
  overflow: clip;
  background:
    radial-gradient(110% 90% at 88% -20%, #2a35a8 0%, transparent 58%),
    radial-gradient(80% 70% at -5% 105%, #43205f 0%, transparent 62%),
    var(--night);
  color: var(--on-night);
}

.night::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: url("/assets/img/grain.png");
  opacity: 0.5;
  filter: invert(1);
  pointer-events: none;
}

/* memo: a small reference note with a folded corner */
.memo {
  position: relative;
  display: grid;
  align-content: start;
  gap: 1.1rem;
  padding: 1.75rem 1.5rem 2rem;
  background: var(--paper-light);
  border: var(--line) solid var(--ink);
  border-radius: 2px 26px 2px 2px;
  box-shadow: var(--shadow-paper);
}

.memo::before {
  content: "";
  position: absolute;
  top: -1.5px;
  right: -1.5px;
  width: 26px;
  height: 26px;
  background: linear-gradient(45deg, var(--paper-dark) 50%, transparent 50%);
  border-left: var(--line) solid var(--ink);
  border-bottom: var(--line) solid var(--ink);
  border-radius: 0 0 0 4px;
}

.memo__head {
  font-family: var(--font-mono);
  font-size: var(--text-2xs);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--seal-deep);
}

.memo__text {
  font-family: var(--font-display);
  font-size: var(--text-lg);
  line-height: 1.38;
}

.memo__stamp {
  position: absolute;
  right: 1.25rem;
  bottom: -0.9rem;
  --stamp-rot: 6deg;
  background: var(--paper-light);
}

/* letter: lined sheet; text sits on the rules because line height and rule spacing share one variable */
.letter {
  --letter-size: var(--text-xl);
  --rule-gap: calc(var(--letter-size) * 1.42);
  --letter-pad: calc(var(--rule-gap) * 1.5);
  position: relative;
  max-width: 58rem;
  padding: var(--letter-pad) clamp(1.25rem, 4vw, 4rem) calc(var(--rule-gap) * 2);
  background:
    linear-gradient(90deg, transparent 3.25rem, rgb(224 58 47 / 0.35) 3.25rem, rgb(224 58 47 / 0.35) calc(3.25rem + 1px), transparent calc(3.25rem + 1px)),
    repeating-linear-gradient(transparent 0 calc(var(--rule-gap) - 1px), var(--rule) calc(var(--rule-gap) - 1px) var(--rule-gap)) 0 calc(var(--letter-pad) - var(--rule-gap) * 0.16),
    var(--paper-light);
  border: 1px solid var(--rule);
  box-shadow: var(--shadow-paper);
  font-family: var(--font-display);
  font-size: var(--letter-size);
  line-height: var(--rule-gap);
  transform: rotate(-0.5deg);
}

.letter__text {
  display: grid;
  gap: var(--rule-gap);
  padding-left: clamp(2.5rem, 4vw, 3rem);
  font-style: italic;
}

.letter__greeting,
.letter__signature {
  padding-left: clamp(2.5rem, 4vw, 3rem);
  font-weight: 600;
}

.letter__greeting {
  margin-bottom: var(--rule-gap);
}

.letter__signature {
  margin-top: var(--rule-gap);
  font-style: italic;
  font-weight: 500;
}

.letter__stamp {
  position: absolute;
  right: clamp(1rem, 4vw, 3rem);
  bottom: clamp(1rem, 3vw, 2.25rem);
  --stamp-rot: -8deg;
  font-size: var(--text-sm);
  line-height: 1.2;
}

/* snapshot: a printed photo taped to the page */
.snapshot {
  position: relative;
  padding: clamp(0.6rem, 1.2vw, 1rem);
  padding-bottom: 0;
  background: #fff;
  box-shadow: var(--shadow-lift);
  transform: rotate(1.4deg);
  transition: transform var(--dur-slow) var(--ease-out);
}

.snapshot:hover {
  transform: rotate(0deg) scale(1.01);
}

.snapshot::before,
.snapshot::after {
  content: "";
  position: absolute;
  top: -0.9rem;
  width: 6.5rem;
  height: 1.9rem;
  background: rgb(242 180 65 / 0.55);
  box-shadow: 0 1px 2px rgb(22 26 51 / 0.15);
}

.snapshot::before {
  left: 8%;
  transform: rotate(-5deg);
}

.snapshot::after {
  right: 8%;
  transform: rotate(4deg);
}

.snapshot__img img {
  width: 100%;
}

.snapshot__caption {
  padding: 0.9rem 0.25rem 1rem;
  font-family: var(--font-mono);
  font-size: var(--text-2xs);
  letter-spacing: 0.04em;
  color: var(--ink-soft);
}

/* ways to help: numbered tickets */
.ways {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 19rem), 1fr));
  gap: 1.25rem;
  counter-reset: way;
}

.way {
  position: relative;
  display: grid;
  grid-template-rows: auto auto auto 1fr auto;
  gap: 0.9rem;
  padding: 1.75rem 1.5rem 1.5rem;
  background: var(--paper-light);
  border: var(--line) solid var(--ink);
  border-radius: var(--radius-m);
  transition: transform var(--dur) var(--ease-out), box-shadow var(--dur) var(--ease-out);
}

.way:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lift);
}

.way__no {
  position: absolute;
  top: 1.1rem;
  right: 1.25rem;
  font-family: var(--font-display);
  font-size: 3.25rem;
  font-weight: 600;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1.2px var(--ink);
}

.way__icon {
  display: grid;
  place-items: center;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
  background: var(--seal);
  color: var(--paper-light);
}

.way:nth-child(2) .way__icon {
  background: var(--red);
}

.way:nth-child(3) .way__icon {
  background: var(--ink);
}

.way__icon .icon {
  width: 1.5rem;
  height: 1.5rem;
}

.way__title {
  font-size: var(--text-xl);
}

.way__text {
  color: var(--ink-soft);
}

.way__facts {
  display: grid;
  align-content: start;
  gap: 0.85rem;
  padding-top: 1rem;
  border-top: var(--line) dashed var(--ink);
}

.way__facts dt {
  display: flex;
  align-items: center;
  gap: 0.4em;
  margin-bottom: 0.2rem;
  font-family: var(--font-mono);
  font-size: var(--text-2xs);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

.way__facts dd {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.75rem;
  font-weight: 500;
  line-height: 1.4;
}

.way__big {
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.way__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.copy {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  padding: 0.4em 0.7em;
  background: none;
  border: 1px solid var(--ink);
  border-radius: 999px;
  font-family: var(--font-mono);
  font-size: var(--text-2xs);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: background-color var(--dur-fast), color var(--dur-fast);
}

.copy:hover {
  background: var(--ink);
  color: var(--paper-light);
}

.copy.is-done {
  background: var(--green);
  border-color: var(--green);
  color: #fff;
}

/* archive folders */
.folders {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 15rem), 1fr));
  gap: 2.25rem 1.25rem;
  padding-top: 1rem;
}

.folder__link {
  position: relative;
  display: grid;
  gap: 0.5rem;
  min-height: 11.5rem;
  padding: 1.5rem 1.25rem 1.25rem;
  background: var(--manila);
  border: var(--line) solid var(--ink);
  border-radius: 0 var(--radius-m) var(--radius-m) var(--radius-m);
  text-decoration: none;
  transition: transform var(--dur) var(--ease-out), box-shadow var(--dur) var(--ease-out);
}

.folder__link::before {
  content: "";
  position: absolute;
  inset: 0.6rem 0.75rem auto auto;
  width: 62%;
  height: 100%;
  z-index: -1;
  background: var(--paper-light);
  border: 1px solid var(--rule);
  transform: translateY(-0.2rem);
  transition: transform var(--dur) var(--ease-out);
}

.folder {
  position: relative;
  isolation: isolate;
}

.folder__link:hover {
  transform: translateY(-3px) rotate(-0.6deg);
  box-shadow: var(--shadow-lift);
}

.folder__link:hover::before {
  transform: translateY(-1.4rem) rotate(2deg);
}

.folder__tab {
  position: absolute;
  left: -1.5px;
  bottom: 100%;
  padding: 0.35rem 0.9rem 0.25rem;
  background: var(--manila);
  border: var(--line) solid var(--ink);
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  font-family: var(--font-mono);
  font-size: var(--text-2xs);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.folder__year {
  font-family: var(--font-display);
  font-size: clamp(2rem, 1.4rem + 2vw, 3rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.02em;
}

.folder__year--words {
  font-size: 1.6rem;
  line-height: 1.1;
}

.folder__kind,
.folder__host {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
}

.folder__kind {
  font-weight: 600;
}

.folder__host {
  align-self: end;
  font-family: var(--font-mono);
  font-size: var(--text-2xs);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* closing call to action */
.cta-band {
  padding-block: clamp(4.5rem, 3rem + 8vw, 10rem);
}

.cta-band__inner {
  position: relative;
  display: grid;
  gap: 1.5rem;
  justify-items: start;
}

.cta-band__title {
  max-width: 14ch;
  font-size: var(--text-3xl);
  line-height: 0.96;
}

.cta-band__text {
  max-width: 36rem;
  font-size: var(--text-lg);
  color: var(--on-night-soft);
}

.cta-band__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 0.75rem;
}

.cta-band__seal {
  position: absolute;
  right: 0;
  top: 50%;
  width: clamp(9rem, 22vw, 19rem);
  height: auto;
  color: var(--gold);
  transform: translateY(-50%) rotate(-12deg);
  opacity: 0.9;
}

@media (max-width: 900px) {
  .cta-band__seal {
    position: static;
    transform: rotate(-12deg);
    margin-top: 1rem;
  }
}

/* hand-drawn marks */
.scribble {
  position: absolute;
  overflow: visible;
  pointer-events: none;
}

.scribble path {
  fill: none;
  stroke: var(--red);
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
  stroke-dasharray: 1;
}

.scribble--underline {
  left: -2%;
  bottom: -0.12em;
  width: 104%;
  height: 0.28em;
}

.scribble--circle {
  inset: -12% -14%;
  width: 128%;
  height: 124%;
}

.scribble--circle path {
  stroke-width: 4;
}

/* form fields: lines to fill in, like a paper form */
.field {
  display: grid;
  gap: 0.4rem;
}

.field__label,
.blank__label {
  font-family: var(--font-mono);
  font-size: var(--text-2xs);
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

.field__input {
  width: 100%;
  padding: 0.7rem 0.1rem 0.6rem;
  background: transparent;
  border: 0;
  border-bottom: var(--line) solid var(--ink);
  border-radius: 0;
  font-size: 1.0625rem;
  font-weight: 500;
  transition: border-color var(--dur-fast), box-shadow var(--dur-fast);
}

.field__input::placeholder {
  color: var(--ink-mute);
  font-weight: 400;
}

.field__input:focus-visible {
  outline: none;
  border-color: var(--seal);
  box-shadow: 0 2px 0 var(--seal);
}

.field__input[aria-invalid="true"] {
  border-color: var(--red-deep);
  box-shadow: 0 2px 0 var(--red-deep);
}

textarea.field__input {
  resize: vertical;
  min-height: 3.4rem;
}

.field__error,
.blank__error {
  font-size: var(--text-sm);
  font-weight: 500;
  color: var(--red-deep);
}

.field__hint {
  font-size: var(--text-sm);
  color: var(--ink-soft);
}

.field--trap {
  position: absolute;
  left: -200vw;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.stepper {
  display: grid;
  grid-template-columns: auto minmax(0, 7rem) auto;
  gap: 0.5rem;
  align-items: end;
  justify-content: start;
}

.stepper__btn {
  display: grid;
  place-items: center;
  width: 2.75rem;
  height: 2.75rem;
  background: var(--paper-light);
  border: var(--line) solid var(--ink);
  border-radius: var(--radius-s);
  transition: background-color var(--dur-fast);
}

.stepper__btn:hover {
  background: var(--paper-dark);
}

.stepper__input {
  text-align: center;
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 600;
  -moz-appearance: textfield;
  appearance: textfield;
}

.stepper__input::-webkit-outer-spin-button,
.stepper__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.choices {
  display: grid;
  gap: 0.5rem;
}

.choice {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 0.9rem;
  border: 1px solid var(--rule);
  border-radius: var(--radius-s);
  background: var(--paper-light);
  font-weight: 500;
  cursor: pointer;
  transition: border-color var(--dur-fast), background-color var(--dur-fast);
}

.choice:hover {
  border-color: var(--ink);
}

.choice:has(input:checked) {
  border-color: var(--seal);
  background: #eef0ff;
  box-shadow: inset 0 0 0 1px var(--seal);
}

.choice input,
.consent input {
  flex: none;
  width: 1.15rem;
  height: 1.15rem;
  margin: 0;
  accent-color: var(--seal);
}

.consent {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: var(--text-sm);
  line-height: 1.45;
  color: var(--ink-soft);
  cursor: pointer;
}

.consent input {
  margin-top: 0.15rem;
}

/* request dialog: a form sheet */
.blank {
  width: min(100% - 1.5rem, 40rem);
  max-height: min(100dvh - 1.5rem, 58rem);
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--ink);
  overflow: visible;
}

.blank::backdrop {
  background: rgb(14 18 48 / 0.66);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

.blank__sheet {
  position: relative;
  max-height: inherit;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: clamp(1.5rem, 1rem + 3vw, 2.75rem);
  background: var(--paper-light) url("/assets/img/grain.png");
  border: var(--line) solid var(--ink);
  border-radius: var(--radius-m);
  box-shadow: 8px 8px 0 var(--seal);
}

.blank[open] .blank__sheet {
  animation: sheet-in var(--dur-slow) var(--ease-out) both;
}

.blank__close {
  position: absolute;
  top: 0.9rem;
  right: 0.9rem;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 2.75rem;
  height: 2.75rem;
  background: var(--paper-light);
  border: var(--line) solid var(--ink);
  border-radius: 50%;
  transition: background-color var(--dur-fast), color var(--dur-fast), transform var(--dur) var(--ease-out);
}

.blank__close:hover {
  background: var(--ink);
  color: var(--paper-light);
  transform: rotate(90deg);
}

.blank__form,
.blank__step {
  display: grid;
  gap: 1.35rem;
}

.blank__head {
  display: grid;
  gap: 0.5rem;
  padding-right: 3rem;
  padding-bottom: 1.25rem;
  border-bottom: var(--line) solid var(--ink);
}

.blank__form-no {
  font-family: var(--font-mono);
  font-size: var(--text-2xs);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--seal-deep);
}

.blank__title {
  font-size: var(--text-xl);
}

/* headings receive focus from the script when a step changes: a quiet side bar instead of the full ring */
.blank__title:focus-visible {
  outline: none;
  box-shadow: -0.9rem 0 0 -0.55rem var(--seal);
}

.blank__lead {
  color: var(--ink-soft);
}

.blank__item {
  display: grid;
  gap: 0.3rem;
  padding: 1rem 1.1rem;
  background: var(--paper);
  border: 1px dashed var(--ink);
  border-radius: var(--radius-s);
}

.blank__item-name {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.15;
}

.blank__item-meta {
  font-size: var(--text-sm);
  color: var(--ink-soft);
}

.blank__submit {
  width: 100%;
}

.blank__message {
  max-height: 14rem;
  overflow: auto;
  padding: 1rem 1.1rem;
  background: var(--paper);
  border: 1px dashed var(--ink);
  border-radius: var(--radius-s);
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  line-height: 1.6;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}

.blank__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.blank__hint {
  font-size: var(--text-sm);
  color: var(--ink-soft);
}

.blank__step--success {
  justify-items: start;
  padding-top: 1rem;
}

.blank__stamp {
  font-size: 1.35rem;
  --stamp-rot: -7deg;
  margin-bottom: 0.75rem;
}

/* registry.css */
/* The needs registry: filter toolbar and coupon cards with a tear-off stub. */
.tools {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.1rem;
  margin-bottom: clamp(1.75rem, 1rem + 2vw, 3rem);
  padding: clamp(1.1rem, 0.8rem + 1.2vw, 1.75rem);
  background: var(--paper-light);
  border: var(--line) solid var(--ink);
  border-radius: var(--radius-m);
  box-shadow: var(--shadow-paper);
}

@media (scripting: none) {
  .tools {
    display: none;
  }
}

.tools__top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 0.75rem 1rem;
  align-items: end;
}

.search {
  position: relative;
  display: block;
}

.search .icon {
  position: absolute;
  left: 0.2rem;
  top: 50%;
  width: 1.35rem;
  height: 1.35rem;
  transform: translateY(-50%);
  color: var(--ink-soft);
  pointer-events: none;
}

.search__input {
  width: 100%;
  padding: 0.8rem 0.5rem 0.75rem 2.2rem;
  background: transparent;
  border: 0;
  border-bottom: 2px solid var(--ink);
  border-radius: 0;
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 1rem + 0.8vw, 1.65rem);
  font-weight: 500;
}

.search__input::placeholder {
  color: var(--ink-mute);
  font-style: italic;
}

.search__input:focus-visible {
  outline: none;
  border-color: var(--seal);
  box-shadow: 0 2px 0 var(--seal);
}

.select {
  display: grid;
  gap: 0.25rem;
}

.select__label,
.chips__legend {
  font-family: var(--font-mono);
  font-size: var(--text-2xs);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

.select select {
  padding: 0.6rem 2.2rem 0.6rem 0.8rem;
  background: var(--paper-light) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8' fill='none' stroke='%23161a33' stroke-width='1.75' stroke-linecap='round'%3E%3Cpath d='m1 1.5 5 5 5-5'/%3E%3C/svg%3E") right 0.8rem center / 0.7rem no-repeat;
  border: var(--line) solid var(--ink);
  border-radius: var(--radius-s);
  font-size: var(--text-sm);
  font-weight: 500;
  appearance: none;
}

/* position: relative keeps the visually hidden inputs inside their label (and inside the scrolling chip row) */
.toggle,
.chip {
  position: relative;
}

.toggle {
  display: inline-flex;
  cursor: pointer;
}

.toggle input,
.chip input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.toggle__face {
  display: inline-flex;
  align-items: center;
  gap: 0.45em;
  padding: 0.6rem 0.9rem;
  border: var(--line) solid var(--red-deep);
  border-radius: var(--radius-s);
  color: var(--red-deep);
  font-size: var(--text-sm);
  font-weight: 600;
  transition: background-color var(--dur-fast), color var(--dur-fast);
}

.toggle:hover .toggle__face {
  background: var(--paper-warm);
}

.toggle input:checked + .toggle__face {
  background: var(--red-deep);
  color: #fff;
}

.toggle input:focus-visible + .toggle__face,
.chip input:focus-visible + .chip__face {
  outline: 3px solid var(--seal);
  outline-offset: 2px;
}

.chips {
  display: grid;
  grid-template-columns: 9.5rem minmax(0, 1fr);
  gap: 0.5rem 1rem;
  align-items: start;
  padding-top: 1rem;
  border-top: 1px dashed var(--rule);
}

.chips__legend {
  float: left;
  padding-top: 0.55rem;
}

.chips__row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.chip {
  display: inline-flex;
  cursor: pointer;
}

.chip__face {
  display: inline-flex;
  align-items: baseline;
  gap: 0.45em;
  padding: 0.45rem 0.85rem;
  border: 1px solid var(--ink);
  border-radius: 999px;
  font-size: var(--text-sm);
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
  transition: background-color var(--dur-fast), color var(--dur-fast), transform var(--dur-fast);
}

.chip:hover .chip__face {
  background: var(--paper-dark);
}

.chip input:checked + .chip__face {
  background: var(--ink);
  color: var(--paper-light);
}

.chip__count {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  opacity: 0.65;
}

.tools__foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding-top: 1rem;
  border-top: var(--line) solid var(--ink);
}

.tools__count {
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.tools__reset {
  padding: 0;
  background: none;
  border: 0;
  border-bottom: 1px solid currentColor;
  font-size: var(--text-sm);
  font-weight: 600;
  color: var(--red-deep);
}

@media (max-width: 760px) {
  .tools__top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .select select {
    width: 100%;
  }

  .toggle__face {
    width: 100%;
    justify-content: center;
  }

  .search {
    grid-column: 1 / -1;
  }

  .chips {
    grid-template-columns: 1fr;
  }

  .chips__legend {
    float: none;
    padding-top: 0;
  }

  .chips__row {
    flex-wrap: nowrap;
    margin-inline: calc(var(--gutter) * -0.5);
    padding: 0.15rem calc(var(--gutter) * 0.5) 0.4rem;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-mask: linear-gradient(90deg, transparent, #000 1rem, #000 calc(100% - 1.5rem), transparent);
    mask: linear-gradient(90deg, transparent, #000 1rem, #000 calc(100% - 1.5rem), transparent);
  }

  .chips__row::-webkit-scrollbar {
    display: none;
  }
}

/* coupons */
.coupons {
  --stub: 4.4rem;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 19.5rem), 1fr));
  gap: 1.35rem 1.25rem;
}

.coupon {
  position: relative;
  display: grid;
  grid-template-rows: 1fr var(--stub);
  background: var(--paper-light);
  border: var(--line) solid var(--ink);
  border-radius: var(--radius-m);
  transition: transform var(--dur) var(--ease-out), box-shadow var(--dur) var(--ease-out);
}

.coupon:hover {
  transform: translateY(-5px) rotate(-0.35deg);
  box-shadow: var(--shadow-lift);
}

.coupon:nth-child(even):hover {
  transform: translateY(-5px) rotate(0.35deg);
}

/* punched notches where the stub tears off: half circles that continue the card border */
.coupon::before,
.coupon::after {
  content: "";
  position: absolute;
  bottom: calc(var(--stub) - 0.6rem);
  width: 1.2rem;
  height: 1.2rem;
  background: var(--paper);
  border: var(--line) solid var(--ink);
  border-radius: 50%;
}

.coupon::before {
  left: calc(-0.6rem - 1px);
  clip-path: inset(-2px -2px -2px 50%);
}

.coupon::after {
  right: calc(-0.6rem - 1px);
  clip-path: inset(-2px 50% -2px -2px);
}

.coupon__body {
  position: relative;
  display: grid;
  grid-template-rows: auto auto auto 1fr auto;
  gap: 0.75rem;
  padding: 1.25rem 1.35rem 1.1rem;
}

.coupon__meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-height: 1.6rem;
  font-family: var(--font-mono);
  font-size: var(--text-2xs);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.coupon__no {
  color: var(--ink-mute);
}

.coupon__recipient {
  padding: 0.3em 0.65em;
  border: 1px solid var(--seal);
  border-radius: 3px;
  color: var(--seal-deep);
  font-weight: 600;
}

.coupon__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  overflow: hidden;
  font-size: 1.4rem;
  line-height: 1.12;
  letter-spacing: -0.012em;
  overflow-wrap: break-word;
}

.coupon__category {
  display: flex;
  align-items: center;
  gap: 0.45em;
  font-size: var(--text-sm);
  color: var(--ink-soft);
}

.coupon__facts {
  display: grid;
  align-content: end;
  gap: 0.35rem;
}

.coupon__facts > div {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
}

.coupon__facts dt {
  display: flex;
  flex: 1;
  align-items: baseline;
  gap: 0.5rem;
  font-size: var(--text-sm);
  color: var(--ink-soft);
  white-space: nowrap;
}

/* dotted leader between label and value, as in a printed price list */
.coupon__facts dt::after {
  content: "";
  flex: 1;
  border-bottom: 1.5px dotted var(--rule);
  transform: translateY(-0.2em);
}

.coupon__facts dd {
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.coupon__facts dd.is-muted {
  font-weight: 400;
}

.coupon__progress {
  display: grid;
  gap: 0.35rem;
}

.coupon__progress progress {
  width: 100%;
  height: 0.5rem;
  appearance: none;
  background: var(--paper-dark);
  border: 1px solid var(--ink);
  border-radius: 999px;
  overflow: hidden;
}

.coupon__progress progress::-webkit-progress-bar {
  background: var(--paper-dark);
}

.coupon__progress progress::-webkit-progress-value {
  background: var(--seal);
  transition: width var(--dur-slow) var(--ease-out);
}

.coupon__progress progress::-moz-progress-bar {
  background: var(--seal);
}

.coupon__progress-label {
  font-family: var(--font-mono);
  font-size: var(--text-2xs);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

.coupon__stub {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0 1.35rem;
  border-top: var(--line) dashed var(--ink);
}

.coupon__stub .btn {
  flex: 1;
  white-space: nowrap;
}

.coupon__done {
  display: flex;
  align-items: center;
  gap: 0.5em;
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--green);
}

.coupon__stamp {
  position: absolute;
  top: 0.8rem;
  right: 0.7rem;
  z-index: 1;
  --stamp-rot: 5deg;
  font-size: 0.5625rem;
  background: var(--paper-warm);
}

.coupon--urgent {
  background: var(--paper-warm);
  border-color: var(--red-deep);
  box-shadow: inset 5px 0 0 var(--red);
}

.coupon--urgent::before,
.coupon--urgent::after {
  border-color: var(--red-deep);
}

.coupon--urgent .coupon__stub {
  border-top-color: var(--red-deep);
}

.coupon--closed {
  background: var(--paper);
  color: var(--ink-soft);
}

.coupon--closed .coupon__title {
  text-decoration: line-through;
  text-decoration-thickness: 1.5px;
  text-decoration-color: var(--green);
}

.coupon--closed .coupon__stamp {
  top: 38%;
  right: 50%;
  --stamp-rot: -12deg;
  font-size: 1.15rem;
  background: var(--paper);
  translate: 50% 0;
}

.coupon--closed .coupon__progress progress::-webkit-progress-value {
  background: var(--green);
}

.coupon--closed .coupon__progress progress::-moz-progress-bar {
  background: var(--green);
}

/* home page: a horizontal rail of coupons that hints there is more to the right */
.coupons--rail {
  grid-template-columns: none;
  grid-auto-flow: column;
  grid-auto-columns: minmax(17.5rem, 20rem);
  margin-inline: calc(var(--gutter) * -1);
  padding: 0.75rem var(--gutter) 1.75rem;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x proximity;
  scroll-padding-inline: var(--gutter);
  scrollbar-width: thin;
  scrollbar-color: var(--ink) transparent;
}

.coupons--rail .coupon {
  scroll-snap-align: start;
}

.coupon.is-fresh {
  animation: coupon-flash 1.6s var(--ease-out);
}

.empty {
  display: grid;
  justify-items: center;
  gap: 1.25rem;
  padding: clamp(3rem, 8vw, 6rem) 1rem;
  text-align: center;
  border: var(--line) dashed var(--ink);
  border-radius: var(--radius-m);
}

.empty .stamp {
  font-size: 1.1rem;
}

.empty__title {
  font-family: var(--font-display);
  font-size: var(--text-xl);
  font-weight: 560;
}

/* home.css */
/* Home page sections. */

/* hero: deep blue, the incoming document on the right */
.hero {
  padding-block: clamp(3rem, 2rem + 6vw, 7.5rem) clamp(4rem, 3rem + 6vw, 8rem);
}

.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(0, 4fr);
  gap: clamp(2.5rem, 5vw, 5rem);
  align-items: center;
}

.hero__copy {
  display: grid;
  gap: clamp(1.25rem, 1rem + 1vw, 2rem);
  justify-items: start;
}

.hero__title {
  font-size: var(--text-hero);
  font-weight: 540;
  line-height: 0.95;
  letter-spacing: -0.03em;
}

.hero__accent {
  position: relative;
  display: inline-block;
  font-style: italic;
  font-weight: 500;
  color: var(--gold);
  white-space: nowrap;
}

.hero__accent sup {
  color: var(--ginger);
  font-style: normal;
  font-size: 0.42em;
  vertical-align: 1em;
  margin-left: 0.04em;
}

.hero__lead {
  max-width: 38rem;
  font-size: var(--text-lg);
  line-height: 1.5;
  color: var(--on-night-soft);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 0.5rem;
}

.hero__footnote {
  max-width: 30rem;
  margin-top: 0.75rem;
  padding-top: 1rem;
  border-top: 1px solid rgb(243 237 225 / 0.25);
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.0625rem;
  line-height: 1.4;
  color: var(--on-night-soft);
}

.hero__footnote sup {
  color: var(--ginger);
  font-style: normal;
  font-size: 1em;
  vertical-align: baseline;
}

/* docket: the registry summary as a sheet of paper with binder holes, a stamp and the seal */
.docket {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.1rem;
  min-width: 0;
  padding: 1.6rem 1.5rem 1.75rem 3.1rem;
  background: var(--paper-light) url("/assets/img/grain.png");
  color: var(--ink);
  border-radius: 3px;
  box-shadow: 0 30px 60px -20px rgb(0 0 0 / 0.55), 0 0 0 1px rgb(22 26 51 / 0.12);
  transform: rotate(2.2deg);
  transition: transform var(--dur-slow) var(--ease-out);
}

.docket:hover {
  transform: rotate(0.4deg) translateY(-4px);
}

.docket::before {
  content: "";
  position: absolute;
  left: 0.95rem;
  top: 0;
  bottom: 0;
  width: 1rem;
  background:
    radial-gradient(circle at 50% 22%, var(--night) 0 0.42rem, transparent 0.45rem),
    radial-gradient(circle at 50% 78%, var(--night) 0 0.42rem, transparent 0.45rem);
}

.docket__head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 0.7rem;
  border-bottom: var(--line) solid var(--ink);
  font-family: var(--font-mono);
  font-size: var(--text-2xs);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

.docket__title {
  max-width: 14ch;
  font-size: clamp(1.6rem, 1.2rem + 1.2vw, 2.1rem);
}

/* one big figure: the number of open lines, with the word on the same baseline */
.docket__figure {
  display: grid;
  gap: 0.3rem;
}

.docket__count {
  display: flex;
  align-items: baseline;
  gap: 0.4rem;
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1;
}

.docket__count strong {
  font-size: clamp(3.25rem, 2.4rem + 2.6vw, 4.5rem);
  font-weight: 600;
  line-height: 0.9;
  letter-spacing: -0.045em;
  font-variant-numeric: tabular-nums;
  color: var(--seal-deep);
}

.docket__note {
  font-family: var(--font-mono);
  font-size: var(--text-2xs);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

.docket__lines {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  border-top: 1px solid var(--rule);
}

.docket__lines li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.55rem 0;
  border-bottom: 1px solid var(--rule);
  font-size: var(--text-sm);
  line-height: 1.3;
}

.docket__line-name {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* the steps of the campaign are sentences, not item names: let them wrap instead of cutting them */
.docket__lines--steps .docket__line-name {
  white-space: normal;
}

.docket__line-qty {
  flex: none;
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  font-weight: 600;
}

.docket__link {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  justify-self: start;
  font-weight: 600;
  text-decoration: none;
  border-bottom: var(--line) solid var(--ink);
}

.docket__link:hover {
  color: var(--seal);
  border-color: var(--seal);
}

.docket__stamp {
  position: absolute;
  top: -1.1rem;
  right: -0.9rem;
  --stamp-rot: 8deg;
  font-size: 0.6875rem;
  background: var(--paper-light);
}

.docket__seal {
  position: absolute;
  right: -2.2rem;
  bottom: -2.6rem;
  width: 7.75rem;
  height: 7.75rem;
  transform: rotate(-14deg);
}

@media (max-width: 1020px) {
  .hero__grid {
    grid-template-columns: 1fr;
  }

  .docket {
    max-width: 27rem;
    margin-right: 1.5rem;
    transform: rotate(1.2deg);
  }

  .docket__seal {
    right: -1.5rem;
  }
}

/* teletype ticker with the registry lines */
.ticker {
  overflow: hidden;
  background: var(--paper-dark);
  border-block: var(--line) solid var(--ink);
}

.ticker__track {
  display: flex;
  width: max-content;
  animation: ticker 70s linear infinite;
}

.ticker:hover .ticker__track {
  animation-play-state: paused;
}

.ticker__item {
  display: inline-flex;
  align-items: baseline;
  gap: 0.6em;
  padding: 0.85rem 0;
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}

.ticker__item::after {
  content: "✱";
  margin-inline: 1.5rem;
  color: var(--red);
}

.ticker__item b {
  color: var(--seal-deep);
}

/* audience */
.audience__list {
  border-bottom: 1px solid var(--ink);
}

.audience__row {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(0, 5.5fr) minmax(0, 3.5fr);
  gap: 1rem var(--gutter);
  align-items: baseline;
  padding-block: clamp(1.5rem, 1rem + 2vw, 2.75rem);
  border-top: 1px solid var(--ink);
}

.audience__no {
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  letter-spacing: 0.1em;
  color: var(--seal-deep);
}

.audience__title {
  font-size: var(--text-2xl);
  transition: translate var(--dur-slow) var(--ease-out), color var(--dur);
}

.audience__row:hover .audience__title {
  translate: 0.75rem 0;
  color: var(--seal-deep);
}

.audience__note {
  color: var(--ink-soft);
}

@media (max-width: 760px) {
  .audience__row {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
}

/* numbers */
.numbers__layout {
  display: grid;
  grid-template-columns: minmax(0, 8fr) minmax(0, 4fr);
  gap: 1.25rem;
  align-items: start;
}

.stats {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1.25rem;
}

.stat {
  position: relative;
  display: grid;
  align-content: end;
  gap: 0.35rem;
  min-height: 15rem;
  padding: 1.5rem;
  border: var(--line) solid var(--ink);
  border-radius: var(--radius-m);
  overflow: hidden;
}

.stat--1 {
  grid-column: span 7;
  background: var(--seal);
  color: var(--paper-light);
  border-color: var(--seal);
}

.stat--2 {
  grid-column: span 5;
  background: var(--paper-light);
}

.stat--3 {
  grid-column: span 5;
  background: var(--gold);
}

.stat--4 {
  grid-column: span 7;
  background: var(--ink);
  color: var(--paper-light);
}

.stat__value {
  position: relative;
  justify-self: start;
  font-family: var(--font-display);
  font-size: clamp(4.5rem, 2rem + 9vw, 9.5rem);
  font-weight: 600;
  line-height: 0.82;
  letter-spacing: -0.045em;
  font-variant-numeric: tabular-nums;
}

.stat--1 .scribble path {
  stroke: var(--gold);
}

.stat__label {
  margin-top: 0.75rem;
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.stat__note {
  max-width: 22rem;
  opacity: 0.82;
}

.numbers__memo {
  position: sticky;
  top: calc(var(--header-h) + 1.5rem);
}

@media (max-width: 1020px) {
  .numbers__layout {
    grid-template-columns: 1fr;
  }

  .numbers__memo {
    position: relative;
    top: 0;
  }
}

@media (max-width: 640px) {
  .stat {
    grid-column: 1 / -1;
    min-height: 12rem;
  }
}

/* how to help */
.how {
  background: var(--paper-dark) url("/assets/img/grain.png");
  border-block: var(--line) solid var(--ink);
}

.how__more {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.75rem;
  margin-top: 2rem;
  color: var(--ink-soft);
}

.how__more a {
  display: inline-flex;
  align-items: center;
  gap: 0.35em;
  color: var(--ink);
  font-weight: 600;
}

/* urgent lines */
.urgent__all {
  display: flex;
  justify-content: center;
  margin-top: clamp(2rem, 4vw, 3.5rem);
}

/* founder */
.founder__letter {
  margin-inline: auto;
}

.founder__sign {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: var(--rule-gap);
  padding-left: clamp(2.5rem, 4vw, 3rem);
  font-family: var(--font-text);
  font-size: var(--text-sm);
  line-height: 1.4;
  color: var(--ink-soft);
}

.founder__sign strong {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--ink);
}

.founder__photo img {
  width: 4.5rem;
  height: 4.5rem;
  object-fit: cover;
  border: 3px solid #fff;
  border-radius: 3px;
  box-shadow: 0 2px 8px rgb(22 26 51 / 0.3);
  transform: rotate(-4deg);
}

/* offline events */
.offline__layout {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.offline .section-head {
  grid-template-columns: 1fr;
  margin-bottom: 1.75rem;
}

.offline .section-head__form {
  display: flex;
  gap: 1rem;
}

.offline__copy {
  display: grid;
  justify-items: start;
  gap: 1.5rem;
}

.offline__text {
  font-family: var(--font-display);
  font-size: var(--text-xl);
  line-height: 1.3;
}

@media (max-width: 900px) {
  .offline__layout {
    grid-template-columns: 1fr;
  }
}

/* "this year's list is coming" notice, shown while registry.published is false */
.soon__body {
  position: relative;
  max-width: 50rem;
  padding: clamp(1.5rem, 1rem + 2vw, 2.5rem);
  background: var(--paper-light);
  border: var(--line) solid var(--ink);
  border-radius: var(--radius-m);
  box-shadow: var(--shadow-paper);
}

@media (min-width: 761px) {
  .soon__body {
    margin-left: calc((100% - var(--gutter)) * 3 / 12 + var(--gutter));
  }
}

.soon__text {
  margin-bottom: 1.5rem;
  font-family: var(--font-display);
  font-size: var(--text-lg);
  line-height: 1.45;
}

.soon__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.soon__stamp {
  position: absolute;
  top: -1rem;
  right: 1.25rem;
  --stamp-rot: 6deg;
  background: var(--paper-light);
}

/* pages.css */
/* Inner pages: page hero, results, document page, 404. */
.page-hero {
  padding-block: clamp(3rem, 2rem + 5vw, 6.5rem);
}

.page-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: end;
}

.page-hero__grid--single {
  grid-template-columns: minmax(0, 1fr);
}

.page-hero__title {
  margin-block: 1.25rem 1.5rem;
  font-size: var(--text-3xl);
  line-height: 0.95;
  letter-spacing: -0.03em;
}

.page-hero__lead {
  max-width: 40rem;
  font-size: var(--text-lg);
  line-height: 1.5;
  color: var(--on-night-soft);
}

.page-hero__facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 1px solid rgb(243 237 225 / 0.3);
  border-radius: var(--radius-m);
  overflow: hidden;
}

.page-hero__facts > div {
  padding: 1.1rem 1.25rem 1.25rem;
  border: 1px solid rgb(243 237 225 / 0.16);
}

.page-hero__facts dt {
  font-family: var(--font-mono);
  font-size: var(--text-2xs);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--on-night-soft);
}

.page-hero__facts dd {
  margin-top: 0.35rem;
  font-family: var(--font-display);
  font-size: clamp(2rem, 1.5rem + 2vw, 3.25rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.025em;
  font-variant-numeric: tabular-nums;
}

@media (max-width: 900px) {
  .page-hero__grid {
    grid-template-columns: 1fr;
  }
}

.registry {
  padding-top: clamp(2rem, 1.5rem + 3vw, 4rem);
}

/* results */
.summary__text {
  max-width: 62rem;
  margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
  font-family: var(--font-display);
  font-size: var(--text-2xl);
  font-weight: 500;
  line-height: 1.14;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.thanks {
  background: var(--paper-dark) url("/assets/img/grain.png");
  border-block: var(--line) solid var(--ink);
}

.thanks__letter {
  margin-inline: auto;
}

.thanks__letter {
  --letter-size: var(--text-lg);
}

.thanks .letter__text {
  font-style: normal;
}

.farewell {
  text-align: center;
}

.farewell__inner {
  display: grid;
  justify-items: center;
  gap: 1.5rem;
}

.farewell__title {
  font-size: var(--text-3xl);
  font-style: italic;
  font-weight: 500;
}

.farewell__text {
  max-width: 40rem;
  font-size: var(--text-lg);
  color: var(--ink-soft);
}

/* document page */
.doc__wrap {
  max-width: 46rem;
}

.doc__title {
  margin-block: 1.25rem 1rem;
  font-size: var(--text-2xl);
}

.doc__lead {
  margin-bottom: 2.5rem;
  font-family: var(--font-display);
  font-style: italic;
  font-size: var(--text-lg);
  color: var(--ink-soft);
}

.doc__wrap {
  counter-reset: doc;
}

.doc__section {
  display: grid;
  gap: 0.6rem;
  padding-block: 1.5rem;
  border-top: 1px solid var(--rule);
  counter-increment: doc;
}

.doc__section h2 {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  font-size: 1.5rem;
}

.doc__section h2::before {
  content: "§ " counter(doc);
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  font-weight: 500;
  letter-spacing: 0.06em;
  color: var(--seal-deep);
}

.doc__actions {
  margin-top: 2rem;
}

/* 404 */
.lost__wrap {
  display: grid;
  justify-items: start;
  gap: 1.5rem;
  max-width: 50rem;
}

.lost__stamp {
  font-size: clamp(1.25rem, 1rem + 2vw, 2.25rem);
  --stamp-rot: -6deg;
  margin-bottom: 1rem;
}

.lost__title {
  font-size: var(--text-3xl);
}

.lost__text {
  font-size: var(--text-lg);
  color: var(--ink-soft);
}

.lost__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

/* motion.css */
/* Motion: only transform and opacity. Everything here is optional — the page is complete without it. */
@keyframes ticker {
  to {
    transform: translateX(-50%);
  }
}

@keyframes sheet-in {
  from {
    opacity: 0;
    transform: translateY(2rem) rotate(-1.5deg);
  }
}

@keyframes stamp-in {
  0% {
    opacity: 0;
    transform: rotate(calc(var(--stamp-rot) - 12deg)) scale(2.4);
  }
  55% {
    opacity: 1;
    transform: rotate(var(--stamp-rot)) scale(0.94);
  }
  100% {
    opacity: 1;
    transform: rotate(var(--stamp-rot)) scale(1);
  }
}

@keyframes seal-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes coupon-flash {
  0% {
    box-shadow: 0 0 0 0 rgb(47 63 209 / 0.55);
  }
  100% {
    box-shadow: 0 0 0 1.25rem rgb(47 63 209 / 0);
  }
}

/* main.js adds .will-reveal only to blocks that start below the fold, so nothing can stay hidden if scripts fail */
.will-reveal {
  opacity: 0;
  transform: translateY(1.75rem);
}

.will-reveal.is-in {
  opacity: 1;
  transform: none;
  transition: opacity var(--dur-slow) var(--ease-out), transform var(--dur-slow) var(--ease-out);
  transition-delay: var(--reveal-delay, 0ms);
}

.scribble.will-draw path {
  stroke-dashoffset: 1;
}

.scribble.will-draw.is-in path {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 1.1s var(--ease-out) 0.35s;
}

.stamp.will-stamp {
  opacity: 0;
}

.stamp.will-stamp.is-in {
  animation: stamp-in 0.55s var(--ease-stamp) 0.25s both;
}

.seal__text {
  animation: seal-spin 80s linear infinite;
}

@media (prefers-reduced-motion: no-preference) {
  @view-transition {
    navigation: auto;
  }

  ::view-transition-old(root),
  ::view-transition-new(root) {
    animation-duration: 0.32s;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    transition-delay: 0ms !important;
  }

  .ticker__track {
    animation: none;
    flex-wrap: wrap;
    width: auto;
    justify-content: center;
  }

  .ticker__track .ticker__item:nth-child(n + 7) {
    display: none;
  }

  .seal__text {
    animation: none;
  }
}
