:root {
  --paper: #e4dfd1;
  --paper-2: #efe9db;
  --paper-3: #d9d2c2;
  --ink: #16130f;
  --ink-2: #5a5348;
  --line: #bdb39f;
  --line-strong: #16130f;
  --rust: #c24e1d;
  --rust-deep: #8d3512;
  --ok: #21563a;
  --warn: #8a3412;
  --shadow: 4px 4px 0 #16130f;
  --font: "Golos Text", "Segoe UI", sans-serif;
  --cond: "Sofia Sans Extra Condensed", "Golos Text", sans-serif;
  --mono: "IBM Plex Mono", ui-monospace, monospace;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { margin: 0; }
[hidden] { display: none !important; }
body {
  font-family: var(--font);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.45;
  min-height: 100%;
}

.grain {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 8;
  opacity: 0.18;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
}

img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, textarea { font: inherit; color: inherit; }
h1, h2, h3 { font-family: var(--cond); font-weight: 700; letter-spacing: 0.01em; line-height: 0.92; margin: 0; }
h1 { font-size: clamp(3.1rem, 9vw, 6.4rem); text-transform: uppercase; }
h2 { font-size: clamp(2.4rem, 5vw, 4rem); text-transform: uppercase; }
p { margin: 0; }

.sr, .skip {
  position: absolute;
  left: -999px;
}
.skip:focus {
  left: 8px;
  top: 8px;
  z-index: 20;
  background: var(--ink);
  color: var(--paper);
  padding: 8px 12px;
}

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

.mast {
  max-width: var(--max);
  margin: 0 auto;
  padding: 12px 20px 0;
}

.mast__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 28px;
  justify-content: space-between;
  align-items: baseline;
  border-bottom: 1px solid var(--ink);
  padding: 8px 0 10px;
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.02em;
}

.mast__phone {
  text-decoration: none;
  font-weight: 500;
  border-bottom: 1px solid var(--rust);
}

.mast__row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 0 8px;
  border-bottom: 1px solid var(--line);
}

.wordmark {
  display: flex;
  gap: 12px;
  align-items: center;
  text-decoration: none;
}
.wordmark img { width: 44px; height: 44px; }
.wordmark span { display: flex; flex-direction: column; }
.wordmark b {
  font-family: var(--cond);
  font-size: 1.85rem;
  font-weight: 800;
  line-height: 0.86;
  text-transform: uppercase;
}

.nav { display: flex; gap: 22px; }
.nav a {
  text-decoration: none;
  font-size: 15px;
  border-bottom: 1px solid transparent;
}
.nav a:hover { border-bottom-color: var(--ink); }

.nav-btn {
  display: none;
  background: none;
  border: 1px solid var(--ink);
  padding: 6px 10px;
}

.nav-sheet {
  display: none;
  flex-direction: column;
  gap: 12px;
  padding: 16px 20px 20px;
  border-bottom: 1px solid var(--ink);
  background: var(--paper-2);
}
.nav-sheet a { text-decoration: none; font-size: 1.2rem; }

.intro {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr;
  gap: 36px;
  padding: 28px 0 8px;
  align-items: end;
}

.intro__kicker {
  font-family: var(--mono);
  font-size: 12px;
  color: var(--rust-deep);
  margin-bottom: 14px;
}

.intro h1 span {
  display: block;
  color: var(--ink-2);
}

.intro__lead {
  max-width: 42ch;
  margin: 18px 0 22px;
  font-size: 1.05rem;
  color: var(--ink-2);
}

.intro__actions { display: flex; flex-wrap: wrap; gap: 10px; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  border: 1px solid var(--ink);
  padding: 10px 16px;
  background: transparent;
  cursor: pointer;
}
.btn--ink {
  background: var(--ink);
  color: var(--paper-2);
}
.btn--ink:hover { background: var(--rust-deep); border-color: var(--rust-deep); }
.btn--ghost:hover { background: var(--paper-2); }
.btn--line { width: 100%; }
.btn:focus-visible,
.filter:focus-visible,
.search input:focus-visible,
.form input:focus-visible,
.form textarea:focus-visible {
  outline: 2px solid var(--rust);
  outline-offset: 2px;
}

.ticket {
  background: var(--paper-2);
  border: 1px solid var(--ink);
  padding: 16px 18px 14px;
  box-shadow: var(--shadow);
  position: relative;
}
.ticket::before,
.ticket::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background: var(--paper);
  border: 1px solid var(--ink);
  border-radius: 50%;
}
.ticket::before { left: -8px; top: 42px; }
.ticket::after { right: -8px; top: 42px; }

.ticket__num {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-bottom: 1px dashed var(--line);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.ticket__num span { float: right; color: var(--rust); }
.ticket ul { margin: 0; padding: 0; list-style: none; }
.ticket li {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 10px;
  padding: 7px 0;
  border-bottom: 1px solid var(--paper-3);
  font-size: 14px;
}
.ticket li span {
  font-family: var(--mono);
  font-size: 11px;
  color: var(--rust-deep);
  text-transform: uppercase;
}
.ticket__foot {
  margin-top: 12px;
  font-family: var(--mono);
  font-size: 11px;
  color: var(--ink-2);
}

.catalog, .how, .terms, .desk, .foot {
  max-width: var(--max);
  margin: 0 auto;
  padding: 42px 20px;
}

.catalog { padding-top: 28px; }

.catalog__bar {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  margin-bottom: 16px;
}

.search input {
  width: min(320px, 100%);
  background: var(--paper-2);
  border: 1px solid var(--ink);
  padding: 10px 12px;
  outline: none;
}
.search input:focus { box-shadow: var(--shadow); }

.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 22px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.filter {
  border: 1px solid var(--line);
  background: transparent;
  padding: 6px 11px;
  cursor: pointer;
  font-size: 14px;
}
.filter.is-on {
  background: var(--ink);
  color: var(--paper);
  border-color: var(--ink);
}

.grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 12px;
}

.card {
  grid-column: span 4;
  background: var(--paper-2);
  border: 1px solid var(--ink);
  padding: 12px 14px 14px;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  cursor: pointer;
  text-align: left;
  width: 100%;
}
.card:hover { outline: 1px solid var(--rust); }
.card--wide { grid-column: span 8; }
.card--gone { opacity: 0.58; }

.card__top {
  display: flex;
  justify-content: space-between;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-2);
}
.mark {
  color: var(--ok);
}
.mark--out { color: var(--warn); }

.card svg {
  width: 100%;
  height: 92px;
  color: var(--ink);
  margin: 6px 0 4px;
}
.card--wide svg { height: 140px; }
.use-line {
  color: var(--ink-2);
  margin: 10px 0 0;
  max-width: 54ch;
  font-size: 15px;
}

.card h3 {
  font-size: 1.85rem;
  text-transform: uppercase;
  margin-top: 4px;
}
.card .model {
  font-size: 14px;
  color: var(--ink-2);
}
.card .spec {
  font-family: var(--mono);
  font-size: 12px;
  margin: 8px 0 auto;
}

.card__pay {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px dashed var(--line);
}
.price {
  font-family: var(--cond);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}
.price small {
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 400;
  color: var(--ink-2);
  margin-left: 6px;
}
.deposit {
  font-family: var(--mono);
  font-size: 11px;
  color: var(--ink-2);
  text-align: right;
}

.how {
  border-top: 1px solid var(--ink);
}
.how__head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 28px;
}
.how__head p { color: var(--ink-2); max-width: 46ch; padding-top: 8px; }

.day {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 1px solid var(--ink);
}
.day li {
  padding: 18px 20px 20px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.day li:nth-child(2n) { border-right: 0; }
.day time {
  font-family: var(--cond);
  font-size: 2.4rem;
  color: var(--rust);
  display: block;
  margin-bottom: 8px;
}

.terms { border-top: 1px solid var(--line); }
.terms__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin-top: 20px;
  border-top: 1px solid var(--ink);
}
.term {
  padding: 18px 18px 20px 0;
  border-bottom: 1px solid var(--line);
}
.term:nth-child(odd) { padding-right: 28px; }
.term:nth-child(even) { padding-left: 28px; border-left: 1px solid var(--line); }
.term h3 {
  font-size: 1.6rem;
  text-transform: none;
  margin-bottom: 8px;
}
.term p { color: var(--ink-2); }

.desk {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  border-top: 1px solid var(--ink);
  align-items: start;
}
.desk__lead { margin: 14px 0 10px; max-width: 46ch; }
.desk__map { margin: 0 0 18px; }
.desk__map a { border-bottom: 1px solid var(--rust); text-decoration: none; }
.desk__note { color: var(--ink-2); margin-top: 18px; max-width: 46ch; }

.hours {
  margin: 0;
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 8px 16px;
  font-family: var(--mono);
  font-size: 14px;
}
.hours dt { color: var(--ink-2); }

.form {
  background: var(--paper-2);
  border: 1px solid var(--ink);
  padding: 18px 18px 20px;
  display: grid;
  gap: 12px;
  box-shadow: var(--shadow);
}
.form__title {
  font-family: var(--cond);
  font-size: 2rem;
  text-transform: uppercase;
}
.form__hint { color: var(--ink-2); font-size: 14px; margin-top: -6px; }
.form label { display: grid; gap: 6px; font-size: 13px; color: var(--ink-2); }
.form input, .form textarea {
  background: var(--paper);
  border: 1px solid var(--line-strong);
  padding: 9px 10px;
  outline: none;
  resize: vertical;
}
.form input:focus, .form textarea:focus { background: #fffdf6; }
.form__ok { color: var(--ok); font-size: 14px; }

.foot {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid var(--ink);
  font-size: 14px;
  color: var(--ink-2);
}
.wordmark--foot {
  font-family: var(--cond);
  font-size: 1.8rem;
  text-transform: uppercase;
  color: var(--ink);
  margin-bottom: 8px;
}
.foot__col { text-align: right; }
.foot__col a { color: var(--ink); }

.tray {
  position: fixed;
  right: 16px;
  bottom: 16px;
  width: min(320px, calc(100vw - 32px));
  background: var(--paper-2);
  border: 1px solid var(--ink);
  box-shadow: var(--shadow);
  z-index: 12;
  padding: 12px;
  display: grid;
  gap: 10px;
}
.tray__head, .tray__sum {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-family: var(--mono);
  font-size: 12px;
}
.tray__sum strong {
  font-family: var(--cond);
  font-size: 1.8rem;
}
.tray__list { display: grid; gap: 8px; max-height: 240px; overflow: auto; }
.slip {
  border: 1px dashed var(--ink);
  padding: 8px 10px;
  display: flex;
  justify-content: space-between;
  gap: 8px;
  font-size: 13px;
  background:
    radial-gradient(circle at 0 50%, var(--paper) 6px, transparent 7px);
}
.slip button {
  background: none;
  border: 0;
  cursor: pointer;
  color: var(--rust-deep);
}

.text-btn {
  background: none;
  border: 0;
  cursor: pointer;
  text-decoration: underline;
  padding: 0;
}

.fab {
  display: none;
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 11;
  background: var(--ink);
  color: var(--paper);
  border: 0;
  padding: 12px 16px;
  cursor: pointer;
}

.sheet {
  position: fixed;
  inset: 0;
  z-index: 14;
  background: rgba(22, 19, 15, 0.28);
  display: grid;
  justify-content: end;
}
.sheet__panel {
  width: min(440px, 100%);
  height: 100%;
  background: var(--paper-2);
  border-left: 1px solid var(--ink);
  overflow: auto;
  padding: 28px 24px 40px;
  position: relative;
}
.sheet__x {
  position: absolute;
  right: 14px;
  top: 10px;
  border: 0;
  background: none;
  font-size: 28px;
  cursor: pointer;
  line-height: 1;
}
.sheet svg { width: 100%; height: 120px; color: var(--ink); }
.sheet h2 { font-size: 2.8rem; margin: 8px 0 4px; }
.sheet .model { color: var(--ink-2); }
.sheet .use { margin: 16px 0; }
.sheet dl {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 8px 12px;
  margin: 16px 0 20px;
  font-size: 14px;
}
.sheet dt { font-family: var(--mono); font-size: 11px; color: var(--ink-2); text-transform: uppercase; }

.empty {
  grid-column: 1 / -1;
  padding: 40px 10px;
  color: var(--ink-2);
}

.item {
  max-width: var(--max);
  margin: 0 auto;
  padding: 24px 20px 48px;
}
.item__back { margin-bottom: 16px; }
.item__back a { text-decoration: none; border-bottom: 1px solid var(--line); }
.item__grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 36px;
  align-items: start;
}
.item h1 {
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  margin: 8px 0 6px;
}
.item .spec { font-family: var(--mono); font-size: 13px; margin: 8px 0 18px; color: var(--ink-2); }
.item dl {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 8px 12px;
  margin: 18px 0 22px;
  font-size: 14px;
}
.item dt { font-family: var(--mono); font-size: 11px; color: var(--ink-2); text-transform: uppercase; }
.item__text { margin: 20px 0; }
.item__text h2 { font-size: 1.8rem; margin-bottom: 8px; }
.item__text p { color: var(--ink-2); white-space: pre-wrap; }
.item__actions { display: flex; flex-wrap: wrap; gap: 10px; }
.rates {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 8px 0 12px;
}
.rates div {
  border: 1px solid var(--ink);
  background: var(--paper-2);
  padding: 12px 14px;
}
.rates span {
  display: block;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-2);
  margin-bottom: 6px;
}
.rates strong {
  font-family: var(--cond);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}
.rates small {
  font-family: var(--mono);
  font-size: 11px;
  color: var(--ink-2);
  margin-left: 6px;
}

.carousel {
  position: relative;
  background: var(--paper-2);
  border: 1px solid var(--ink);
  min-height: 320px;
}
.carousel__stage { position: relative; aspect-ratio: 1 / 1; overflow: hidden; }
.carousel__slide {
  position: absolute;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.carousel__slide.is-on { display: flex; }
.carousel__slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #f3eee4;
}
.carousel__slide--icon svg { width: 80%; height: 70%; color: var(--ink); }
.carousel__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border: 1px solid var(--ink);
  background: var(--paper);
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
}
.carousel__nav--prev { left: 10px; }
.carousel__nav--next { right: 10px; }
.carousel__dots {
  display: flex;
  gap: 6px;
  justify-content: center;
  padding: 10px;
}
.carousel__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid var(--ink);
  background: transparent;
  padding: 0;
  cursor: pointer;
}
.carousel__dot.is-on { background: var(--rust); border-color: var(--rust); }

.card__photo {
  height: 140px;
  margin: 8px 0 6px;
  background: var(--paper);
  border: 1px solid var(--line);
  overflow: hidden;
}
.card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
a.card { text-decoration: none; color: inherit; }

.photos {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  min-height: 88px;
}
.photos.is-drop { outline: 2px dashed var(--rust); }
.photos__tile {
  position: relative;
  width: 88px;
  height: 88px;
  border: 1px solid var(--ink);
  background: var(--paper);
}
.photos__tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.photos__tile button {
  position: absolute;
  top: 2px;
  right: 4px;
  border: 0;
  background: var(--paper);
  cursor: pointer;
  line-height: 1;
}
.photos__add {
  width: 88px;
  height: 88px;
  border: 1px dashed var(--ink);
  background: var(--paper);
  cursor: pointer;
  font: inherit;
}

.partners {
  max-width: var(--max);
  margin: 0 auto;
  padding: 42px 20px;
  border-top: 1px solid var(--ink);
}
.partners__head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 24px;
}
.partners__head p { color: var(--ink-2); max-width: 46ch; padding-top: 8px; }
.partners__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
}
.partner {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  min-height: 320px;
  overflow: hidden;
  position: relative;
}
.partner h3 {
  font-size: 1.85rem;
  line-height: 1.05;
  margin: 0 0 10px;
}
.partner__kicker {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.partner__text {
  font-size: 14px;
  margin-bottom: auto;
}
.partner__go {
  margin-top: 18px;
  font-size: 13px;
}
.partner__mark {
  width: 64px;
  height: 64px;
  object-fit: contain;
  margin-bottom: 16px;
}

.partner--remont {
  background: #f7f4ef;
  color: #1a1714;
  border: 1px solid #1a1714;
  padding: 22px 20px 20px;
  font-family: "Open Sans", var(--font);
}
.partner--remont h3 {
  font-family: Oranienbaum, "Times New Roman", serif;
  font-weight: 400;
  font-size: 2.05rem;
  letter-spacing: 0;
  text-transform: none;
}
.partner--remont .partner__kicker { color: #c4161c; }
.partner--remont .partner__text { color: #5a5348; }
.partner--remont .partner__go {
  color: #c4161c;
  border-bottom: 1px solid #c4161c;
  align-self: start;
}
.partner--remont:hover { outline: 1px solid #c4161c; }

.partner--prohlada {
  background: #f4f8fc;
  color: #0f172a;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
  font-family: Manrope, var(--font);
  padding: 0 0 20px;
}
.partner--prohlada .partner__bar {
  background: #0b1220;
  padding: 16px 18px 14px;
  margin-bottom: 16px;
}
.partner--prohlada .partner__bar img {
  height: 36px;
  width: auto;
  max-width: 86%;
}
.partner--prohlada .partner__kicker,
.partner--prohlada .partner__text,
.partner--prohlada h3,
.partner--prohlada .partner__go {
  padding-left: 20px;
  padding-right: 20px;
}
.partner--prohlada .partner__kicker { color: #0284c7; }
.partner--prohlada h3 {
  font-family: Manrope, sans-serif;
  font-weight: 700;
  font-size: 1.45rem;
  letter-spacing: -0.02em;
}
.partner--prohlada .partner__text { color: #64748b; }
.partner--prohlada .partner__go {
  display: inline-flex;
  align-self: start;
  margin-left: 20px;
  background: #0ea5e9;
  color: #fff;
  border-radius: 999px;
  padding: 8px 14px;
  font-weight: 600;
  font-size: 13px;
}
.partner--prohlada:hover { border-color: #7dd3fc; }

.partner--kruzhka {
  background: #080a0c;
  color: #f7f0de;
  border: 1px solid #14161a;
  padding: 22px 20px 20px;
  box-shadow: 0 0 0 1px #1a1408 inset;
}
.partner--kruzhka .partner__kicker { color: #fe9a00; }
.partner--kruzhka h3 {
  font-family: var(--cond);
  font-weight: 800;
  font-size: 2.3rem;
  text-transform: uppercase;
  color: #e9c349;
  letter-spacing: 0.01em;
}
.partner--kruzhka .partner__text { color: #c9b896; }
.partner--kruzhka .partner__go {
  color: #e9c349;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-family: var(--mono);
  font-size: 11px;
}
.partner--kruzhka:hover { outline: 1px solid #e9c349; }
.partner__mark--mug { width: 52px; height: 52px; }

@media (max-width: 980px) {
  .intro, .how__head, .desk, .terms__grid, .partners__head, .partners__grid, .item__grid { grid-template-columns: 1fr; }
  .card, .card--wide { grid-column: span 6; }
  .day { grid-template-columns: 1fr; }
  .day li { border-right: 0; }
  .term:nth-child(odd),
  .term:nth-child(even) { padding-left: 0; padding-right: 0; border-left: 0; }
  .nav { display: none; }
  .nav-btn { display: inline-flex; }
  .nav-sheet:not([hidden]) { display: flex; }
  .foot, .foot__col { text-align: left; display: grid; }
}

@media (max-width: 640px) {
  .card, .card--wide { grid-column: span 12; }
  .mast__row { align-items: center; }
  .wordmark b { font-size: 1.45rem; }
  h1 { font-size: 2.7rem; }
  .intro { gap: 22px; padding-top: 18px; }
  .ticket::before, .ticket::after { display: none; }
  .catalog__bar { flex-direction: column; align-items: stretch; }
  .search input { width: 100%; }
  .tray { display: none; }
  .tray.is-open { display: grid; bottom: 64px; }
  .fab:not([hidden]) { display: inline-flex; }
}

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