:root {
  --paper: #f7f0e2;
  --ink: #171813;
  --coal: #0c100d;
  --mist: rgba(247, 240, 226, 0.72);
  --line: rgba(247, 240, 226, 0.22);
  --glass: rgba(16, 21, 17, 0.48);
  --panel: rgba(247, 240, 226, 0.1);
  --accent: #94b9a5;
  --brass: #c49c64;
  --coral: #d7846a;
  --blue: #87aab6;
  --font-display: "Bodoni Moda", Didot, serif;
  --font-body: "DM Sans", "Avenir Next", sans-serif;
}

* {
  box-sizing: border-box;
  letter-spacing: 0;
}

html {
  scroll-behavior: smooth;
  background: var(--coal);
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--paper);
  background: var(--coal);
  font-family: var(--font-body);
}

body[data-mood="morning"] {
  --accent: #88b8c0;
  --brass: #c6a66c;
  --coral: #c87960;
  --blue: #6ea1b2;
}

body[data-mood="night"] {
  --accent: #77a18f;
  --brass: #d1a866;
  --coral: #d68a73;
  --blue: #7596bd;
}

a {
  color: inherit;
  text-decoration: none;
}

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

.noise {
  position: fixed;
  inset: 0;
  z-index: 8;
  pointer-events: none;
  opacity: 0.13;
  mix-blend-mode: overlay;
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 3px 3px;
}

.loader {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: grid;
  place-items: center;
  padding: 28px;
  background:
    radial-gradient(circle at 50% 46%, rgba(255, 191, 111, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(5, 9, 16, 0.96), rgba(6, 8, 10, 0.92));
  color: var(--paper);
  backdrop-filter: blur(14px);
  transition: opacity 260ms ease, transform 260ms ease, visibility 260ms ease;
}

.loader.is-hidden {
  opacity: 0;
  transform: scale(1.02);
  visibility: hidden;
  pointer-events: none;
}

.loader-card {
  width: min(100%, 430px);
  display: grid;
  justify-items: center;
  gap: 12px;
  padding: 34px 28px;
  border: 1px solid rgba(247, 240, 226, 0.18);
  border-radius: 8px;
  background: rgba(12, 16, 13, 0.48);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.36);
  text-align: center;
}

.loader-orb {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--brass);
  box-shadow: 0 0 26px var(--brass);
  animation: pulse 1100ms ease-in-out infinite;
}

.loader p {
  margin: 0;
  font-size: 0.76rem;
  text-transform: uppercase;
  color: rgba(247, 240, 226, 0.64);
}

.loader strong {
  max-width: 100%;
  font-family: var(--font-display);
  font-size: clamp(2.25rem, 7.2vw, 4.2rem);
  line-height: 0.9;
  text-transform: uppercase;
  font-weight: 700;
  text-wrap: balance;
  overflow-wrap: anywhere;
}

.loader small {
  max-width: 300px;
  color: rgba(247, 240, 226, 0.68);
  line-height: 1.55;
}

.loader a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  margin-top: 6px;
  border-bottom: 1px solid rgba(247, 240, 226, 0.42);
  font-size: 0.78rem;
  text-transform: uppercase;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: minmax(168px, 1fr) auto minmax(44px, 1fr);
  align-items: center;
  min-height: 76px;
  padding: 18px 28px;
  color: var(--paper);
}

.find-sitter-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: start;
  position: relative;
  min-height: 58px;
  padding: 0 30px;
  border: 2px solid rgba(247, 240, 226, 0.78);
  border-radius: 999px;
  background: linear-gradient(135deg, #fff8eb, #f2cf92);
  color: var(--ink);
  box-shadow:
    0 0 0 7px rgba(247, 240, 226, 0.12),
    0 18px 54px rgba(0, 0, 0, 0.42);
  cursor: pointer;
  font-size: 0.94rem;
  font-weight: 700;
  text-transform: uppercase;
}

.find-sitter-button::after {
  content: "";
  position: absolute;
  inset: -8px;
  border: 1px solid rgba(247, 240, 226, 0.32);
  border-radius: inherit;
  pointer-events: none;
}

.nav-links {
  display: flex;
  gap: 26px;
  align-items: center;
  justify-content: center;
  font-size: 0.78rem;
  text-transform: uppercase;
}

.nav-links a {
  opacity: 0.88;
  transition: opacity 180ms ease;
}

.nav-links a:hover {
  opacity: 1;
}

.header-actions {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
}

.sign-in-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 999px;
  background: rgba(7, 10, 9, 0.38);
  color: var(--paper);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
}

.icon-button {
  justify-self: end;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  color: var(--paper);
  display: grid;
  place-items: center;
  cursor: pointer;
}

.pause-icon,
.pause-icon::before,
.pause-icon::after {
  display: block;
}

.pause-icon {
  width: 14px;
  height: 16px;
  position: relative;
}

.pause-icon::before,
.pause-icon::after {
  content: "";
  position: absolute;
  top: 0;
  width: 4px;
  height: 16px;
  background: currentColor;
}

.pause-icon::before {
  left: 2px;
}

.pause-icon::after {
  right: 2px;
}

.icon-button.is-paused .pause-icon {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 13px solid currentColor;
}

.icon-button.is-paused .pause-icon::before,
.icon-button.is-paused .pause-icon::after {
  display: none;
}

.hero {
  position: relative;
  min-height: 430svh;
  isolation: isolate;
  overflow: clip;
  display: grid;
  align-items: start;
  padding: 0 34px;
}

#neighborhoodScene {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100svh;
  z-index: 0;
  display: block;
  pointer-events: none;
  opacity: var(--scene-opacity, 1);
  transition: opacity 120ms linear;
}

.hero-vignette {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(5, 8, 14, 0.22), transparent 31%, rgba(4, 6, 8, 0.76)),
    radial-gradient(circle at 50% 52%, transparent 0, transparent 43%, rgba(3, 5, 8, 0.58) 86%);
}

body.is-room-mode .hero-vignette {
  background:
    linear-gradient(180deg, rgba(5, 8, 14, 0.14), transparent 34%, rgba(4, 6, 8, 0.42)),
    radial-gradient(circle at 50% 52%, transparent 0, transparent 50%, rgba(3, 5, 8, 0.36) 88%);
}

.room-blackout {
  position: fixed;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: #030303;
  opacity: var(--blackout-opacity, 0);
  transition: opacity 120ms linear;
}

.hero-copy {
  width: min(100%, 720px);
  margin: 0;
  position: sticky;
  top: clamp(116px, 18svh, 168px);
  z-index: 3;
  opacity: var(--copy-opacity, 1);
  transform: translateY(var(--copy-lift, 0));
  transition:
    opacity 120ms linear,
    transform 120ms linear;
}

.kicker,
.section-mark,
.readout,
.signal p,
.signal span,
.sitter p,
.sitter span {
  font-size: 0.76rem;
  line-height: 1.35;
  text-transform: uppercase;
}

.kicker {
  max-width: 360px;
  margin: 0 0 18px;
  color: rgba(247, 240, 226, 0.74);
}

h1,
h2,
p {
  margin-top: 0;
}

h1 {
  font-family: var(--font-display);
  max-width: 720px;
  font-size: clamp(3.15rem, 5.7vw, 5.35rem);
  line-height: 0.92;
  margin-bottom: 22px;
  font-weight: 700;
  text-wrap: balance;
}

.hero-dek {
  max-width: 610px;
  margin: 0;
  color: rgba(247, 240, 226, 0.78);
  font-size: 1.05rem;
  line-height: 1.6;
}

.hero-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 720px;
  margin-top: 24px;
}

.hero-highlights article {
  min-height: 132px;
  padding: 14px;
  border: 1px solid rgba(247, 240, 226, 0.18);
  border-radius: 8px;
  background: rgba(9, 12, 11, 0.42);
  backdrop-filter: blur(18px);
}

.hero-highlights span {
  display: block;
  margin-bottom: 10px;
  color: rgba(247, 240, 226, 0.86);
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
}

.hero-highlights p {
  margin: 0;
  color: rgba(247, 240, 226, 0.7);
  font-size: 0.88rem;
  line-height: 1.45;
}

.community-map {
  position: fixed;
  top: clamp(132px, 19svh, 188px);
  right: 34px;
  z-index: 3;
  width: min(430px, 34vw);
  height: 370px;
  opacity: var(--copy-opacity, 1);
  transform: translateY(calc(var(--copy-lift, 0) * 0.38));
  transition:
    opacity 120ms linear,
    transform 120ms linear;
  pointer-events: none;
}

.map-line {
  position: absolute;
  height: 1px;
  background: linear-gradient(90deg, rgba(247, 240, 226, 0.06), rgba(247, 240, 226, 0.42), rgba(247, 240, 226, 0.06));
  transform-origin: left center;
}

.map-line-a {
  left: 112px;
  top: 168px;
  width: 238px;
  transform: rotate(-23deg);
}

.map-line-b {
  left: 108px;
  top: 180px;
  width: 248px;
  transform: rotate(23deg);
}

.map-line-c {
  left: 118px;
  top: 180px;
  width: 188px;
  transform: rotate(90deg);
}

.map-node {
  position: absolute;
  width: 168px;
  min-height: 86px;
  display: grid;
  align-content: center;
  gap: 4px;
  padding: 14px;
  border: 1px solid rgba(247, 240, 226, 0.18);
  border-radius: 8px;
  background: rgba(9, 12, 11, 0.54);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.22);
}

.map-node span {
  color: rgba(247, 240, 226, 0.58);
  font-size: 0.68rem;
  text-transform: uppercase;
}

.map-node strong {
  color: var(--paper);
  font-family: var(--font-display);
  font-size: 1.35rem;
  line-height: 0.98;
  font-weight: 500;
}

.map-node-primary {
  left: 132px;
  top: 132px;
  background: rgba(247, 240, 226, 0.92);
}

.map-node-primary span,
.map-node-primary strong {
  color: var(--ink);
}

.map-node-school {
  left: 4px;
  top: 18px;
}

.map-node-family {
  right: 0;
  top: 38px;
}

.map-node-sitter {
  right: 30px;
  bottom: 20px;
}

.room-menu {
  position: fixed;
  right: 34px;
  top: 50%;
  z-index: 4;
  width: min(620px, calc(100vw - 68px));
  max-height: calc(100svh - 132px);
  overflow: auto;
  display: grid;
  gap: 14px;
  padding: 20px;
  border: 1px solid rgba(247, 240, 226, 0.2);
  border-radius: 8px;
  background: rgba(9, 12, 11, 0.64);
  color: var(--paper);
  backdrop-filter: blur(24px);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.3);
  opacity: var(--room-menu-opacity, 0);
  pointer-events: none;
  transform: translateY(calc(-50% + var(--room-menu-lift, 26px)));
  transition:
    opacity 120ms linear,
    transform 120ms linear,
    border-color 180ms ease;
}

body.is-room-mode .room-menu {
  pointer-events: auto;
}

.room-menu h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 2.05rem;
  line-height: 1;
  text-wrap: balance;
}

.room-menu .section-mark,
.site-notes p {
  margin: 0;
}

.site-notes {
  display: grid;
  gap: 10px;
  color: rgba(247, 240, 226, 0.76);
  font-size: 0.92rem;
  line-height: 1.48;
}

.room-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.room-actions :is(a, button) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 13px;
  border: 1px solid rgba(247, 240, 226, 0.22);
  border-radius: 999px;
  background: rgba(247, 240, 226, 0.08);
  color: var(--paper);
  cursor: pointer;
}

.room-actions :is(a, button):first-child {
  background: var(--paper);
  color: var(--ink);
}

.request-visual {
  position: fixed;
  left: 34px;
  top: 50%;
  z-index: 4;
  width: min(430px, calc(50vw - 78px));
  display: grid;
  gap: 12px;
  color: var(--paper);
  opacity: var(--room-menu-opacity, 0);
  pointer-events: none;
  transform: translateY(calc(-50% + var(--room-menu-lift, 26px)));
  transition:
    opacity 120ms linear,
    transform 120ms linear;
}

.flow-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 5px 12px;
  min-height: 96px;
  padding: 15px;
  border: 1px solid rgba(247, 240, 226, 0.18);
  border-radius: 8px;
  background: rgba(9, 12, 11, 0.6);
  backdrop-filter: blur(20px);
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.28);
}

.flow-card span {
  grid-row: span 2;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(247, 240, 226, 0.12);
  color: rgba(247, 240, 226, 0.86);
  font-weight: 700;
}

.flow-card strong {
  font-family: var(--font-display);
  font-size: 1.45rem;
  line-height: 0.98;
  font-weight: 500;
}

.flow-card p {
  margin: 0;
  color: rgba(247, 240, 226, 0.68);
  font-size: 0.88rem;
  line-height: 1.45;
}

.flow-card-primary {
  background: rgba(247, 240, 226, 0.94);
  color: var(--ink);
}

.flow-card-primary span {
  background: rgba(23, 24, 19, 0.12);
  color: var(--ink);
}

.flow-card-primary p {
  color: rgba(23, 24, 19, 0.68);
}

.flow-connector {
  width: 1px;
  height: 28px;
  margin-left: 31px;
  background: linear-gradient(180deg, rgba(247, 240, 226, 0.48), rgba(247, 240, 226, 0.04));
}

.readout {
  position: fixed;
  z-index: 4;
  left: 34px;
  top: 42%;
  display: grid;
  gap: 7px;
  color: rgba(247, 240, 226, 0.76);
  opacity: var(--hud-opacity, 1);
  transition: opacity 140ms linear;
}

.readout p {
  margin: 0;
}

.mood-dial {
  position: fixed;
  right: 30px;
  top: 38%;
  z-index: 4;
  display: grid;
  gap: 10px;
  opacity: var(--hud-opacity, 1);
  transition: opacity 140ms linear;
}

.swatch {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid rgba(247, 240, 226, 0.55);
  cursor: pointer;
  box-shadow: inset 0 0 0 4px rgba(11, 14, 13, 0.24);
}

.swatch.is-active {
  outline: 2px solid var(--paper);
  outline-offset: 4px;
}

.swatch-dusk {
  background: linear-gradient(135deg, #f2d5a7, #7da98c 54%, #10150f);
}

.swatch-morning {
  background: linear-gradient(135deg, #f5eddc, #8fc4c9 54%, #425c52);
}

.swatch-night {
  background: linear-gradient(135deg, #c2b58d, #4a6a81 54%, #090d12);
}

.chapter-rail {
  position: fixed;
  z-index: 4;
  right: 40px;
  top: 54%;
  width: 1px;
  height: 150px;
  background: rgba(247, 240, 226, 0.18);
  opacity: var(--hud-opacity, 1);
  transition: opacity 140ms linear;
}

.chapter-rail span {
  position: absolute;
  left: 50%;
  width: 7px;
  height: 7px;
  border: 1px solid rgba(247, 240, 226, 0.74);
  border-radius: 50%;
  background: rgba(247, 240, 226, 0.12);
  transform: translateX(-50%);
}

.chapter-rail span:nth-child(1) {
  top: 0;
}

.chapter-rail span:nth-child(2) {
  top: 50%;
}

.chapter-rail span:nth-child(3) {
  bottom: 0;
}

.statement,
.split-band {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(160px, 0.5fr) minmax(0, 1fr);
  gap: 72px;
  min-height: 100svh;
  padding: 24svh 34px 16svh;
  background:
    linear-gradient(180deg, rgba(8, 11, 9, 0.45), rgba(8, 11, 9, 0.22)),
    rgba(8, 11, 10, 0.18);
  color: var(--paper);
}

.statement h2,
.split-band h2 {
  font-family: var(--font-display);
  font-size: 4.35rem;
  line-height: 0.95;
  margin-bottom: 0;
  max-width: 920px;
  text-wrap: balance;
}

.statement > p:last-child,
.split-band > p {
  max-width: 490px;
  align-self: end;
  margin: 0;
  color: rgba(247, 240, 226, 0.72);
  line-height: 1.7;
}

.section-mark {
  color: rgba(247, 240, 226, 0.58);
  margin-bottom: 0;
}

.sitter-strip,
.signal-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: rgba(7, 10, 8, 0.74);
  color: var(--paper);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.sitter,
.signal {
  min-height: 308px;
  padding: 42px 34px;
  display: grid;
  align-content: space-between;
  border-right: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(247, 240, 226, 0.042), transparent 52%),
    rgba(255, 255, 255, 0.014);
  cursor: default;
}

.sitter {
  transition: background 180ms ease, border-color 180ms ease;
}

.sitter.is-active,
.sitter:hover {
  background:
    linear-gradient(180deg, rgba(196, 156, 100, 0.16), transparent 58%),
    rgba(255, 255, 255, 0.028);
}

.sitter:last-child,
.signal:last-child {
  border-right: 0;
}

.sitter p,
.sitter span,
.signal p,
.signal span {
  color: rgba(247, 240, 226, 0.62);
  margin: 0;
}

.sitter strong,
.signal strong {
  font-family: var(--font-display);
  font-size: 5rem;
  line-height: 0.9;
  font-weight: 500;
}

.split-band {
  min-height: 70svh;
  align-items: end;
  background:
    linear-gradient(180deg, rgba(7, 10, 9, 0.38), rgba(7, 10, 9, 0.72));
}

.site-footer {
  position: relative;
  z-index: 2;
  min-height: 46svh;
  padding: 46px 34px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 22px;
  background: rgba(7, 10, 9, 0.88);
  color: var(--paper);
  border-top: 1px solid rgba(247, 240, 226, 0.18);
}

.site-footer p {
  margin: 0;
  font-family: var(--font-display);
  font-size: 3rem;
  line-height: 0.9;
  text-transform: uppercase;
}

.footer-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px;
}

.site-footer a {
  display: inline-flex;
  justify-content: center;
  min-height: 42px;
  padding: 0 2px;
  align-items: center;
  border-bottom: 1px solid rgba(247, 240, 226, 0.42);
  font-size: 0.82rem;
  text-transform: uppercase;
}

.site-footer .footer-sitter-button {
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid rgba(247, 240, 226, 0.24);
  border-radius: 999px;
  background: var(--paper);
  color: var(--ink);
  font-weight: 700;
}

.app-body {
  min-height: 100vh;
  background:
    radial-gradient(circle at 18% 10%, rgba(148, 185, 165, 0.18), transparent 30%),
    radial-gradient(circle at 90% 0%, rgba(196, 156, 100, 0.16), transparent 28%),
    var(--coal);
  color: var(--paper);
}

.app-header {
  position: sticky;
  top: 0;
  z-index: 11;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 28px;
  border-bottom: 1px solid rgba(247, 240, 226, 0.14);
  background: rgba(7, 10, 9, 0.82);
  backdrop-filter: blur(18px);
}

.app-brand {
  font-family: var(--font-display);
  font-size: 1.6rem;
  line-height: 0.9;
  text-transform: uppercase;
}

.app-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  font-size: 0.78rem;
  text-transform: uppercase;
}

.app-nav form {
  margin: 0;
}

.app-nav a,
.app-nav button {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 0 13px;
  border: 1px solid rgba(247, 240, 226, 0.22);
  border-radius: 999px;
  background: rgba(247, 240, 226, 0.08);
  color: var(--paper);
  cursor: pointer;
}

.app-shell {
  width: min(1180px, calc(100vw - 40px));
  margin: 0 auto;
  padding: 54px 0 96px;
  display: grid;
  gap: 24px;
}

.app-hero-panel {
  max-width: 880px;
  padding: 22px 0 8px;
}

.app-hero-panel h1 {
  margin: 8px 0 14px;
  font-family: var(--font-display);
  font-size: clamp(3rem, 8vw, 6.6rem);
  line-height: 0.9;
  text-transform: uppercase;
  text-wrap: balance;
}

.app-hero-panel p {
  max-width: 690px;
  margin: 0;
  color: rgba(247, 240, 226, 0.74);
  font-size: 1rem;
  line-height: 1.6;
}

.app-dashboard-hero {
  max-width: 820px;
  padding-top: 8px;
}

.app-dashboard-hero h1 {
  font-family: var(--font-body);
  font-size: clamp(2rem, 4vw, 3.45rem);
  line-height: 1.04;
  letter-spacing: 0;
  text-transform: none;
}

.app-dashboard-hero p {
  max-width: 620px;
  font-size: 0.98rem;
}

.app-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.app-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.app-grid-narrow {
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.7fr);
  align-items: start;
}

.app-dashboard-grid {
  grid-template-columns: minmax(0, 1.15fr) minmax(250px, 0.65fr);
  align-items: start;
}

.app-card-wide {
  grid-column: span 2;
}

.app-card {
  min-width: 0;
  padding: 24px;
  border: 1px solid rgba(247, 240, 226, 0.16);
  border-radius: 8px;
  background: rgba(16, 21, 17, 0.62);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.26);
}

.app-card h2 {
  margin: 0 0 14px;
  font-family: var(--font-display);
  font-size: 1.82rem;
  line-height: 1;
  text-transform: uppercase;
}

.app-card p {
  margin: 0 0 12px;
  color: rgba(247, 240, 226, 0.74);
  line-height: 1.55;
}

.app-muted-card {
  background: rgba(247, 240, 226, 0.09);
}

.app-form {
  display: grid;
  gap: 16px;
}

.app-form-wide {
  max-width: 980px;
}

.app-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.app-form label {
  display: grid;
  gap: 7px;
  color: rgba(247, 240, 226, 0.78);
  font-size: 0.88rem;
}

.app-form input,
.app-form textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(247, 240, 226, 0.18);
  border-radius: 8px;
  background: rgba(7, 10, 9, 0.64);
  color: var(--paper);
  padding: 11px 12px;
  outline: none;
}

.app-form textarea {
  resize: vertical;
  min-height: 108px;
}

.app-form input:focus,
.app-form textarea:focus {
  border-color: rgba(247, 240, 226, 0.5);
}

.app-payment-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.app-payment-options label {
  display: flex;
  min-height: 46px;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  border: 1px solid rgba(247, 240, 226, 0.16);
  border-radius: 8px;
  background: rgba(247, 240, 226, 0.06);
}

.app-payment-options input {
  width: auto;
  min-height: 0;
}

.app-help,
.app-tag {
  color: rgba(247, 240, 226, 0.62);
  font-size: 0.88rem;
}

.booking-reference {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 5px;
  margin: 6px 0;
  padding: 4px 8px;
  border: 1px solid rgba(247, 240, 226, 0.16);
  border-radius: 7px;
  background: rgba(247, 240, 226, 0.06);
  color: rgba(247, 240, 226, 0.72) !important;
  font-size: 0.78rem !important;
  line-height: 1.2 !important;
}

.booking-reference strong {
  color: var(--paper);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  letter-spacing: 0;
}

.booking-progress {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  margin: 18px 0 4px;
  padding: 0;
  list-style: none;
}

.booking-progress li {
  position: relative;
  display: grid;
  gap: 6px;
  min-width: 0;
  padding: 12px;
  border: 1px solid rgba(247, 240, 226, 0.13);
  border-radius: 8px;
  background: rgba(247, 240, 226, 0.05);
}

.booking-progress li > span {
  width: 12px;
  height: 12px;
  border: 1px solid rgba(247, 240, 226, 0.38);
  border-radius: 50%;
  background: rgba(247, 240, 226, 0.1);
}

.booking-progress strong {
  color: var(--paper);
  font-size: 0.82rem;
  line-height: 1.15;
}

.booking-progress small {
  color: rgba(247, 240, 226, 0.58);
  font-size: 0.72rem;
  line-height: 1.35;
}

.booking-progress li.is-complete {
  border-color: rgba(148, 185, 165, 0.42);
  background: rgba(148, 185, 165, 0.12);
}

.booking-progress li.is-complete > span {
  border-color: rgba(209, 231, 188, 0.72);
  background: rgba(209, 231, 188, 0.72);
}

.booking-progress li.is-current {
  border-color: rgba(247, 240, 226, 0.36);
  box-shadow: inset 0 0 0 1px rgba(247, 240, 226, 0.12);
}

.confirmed-contact-card,
.sitter-response-note {
  margin: 14px 0 0;
  padding: 14px;
  border: 1px solid rgba(247, 240, 226, 0.16);
  border-radius: 8px;
  background: rgba(247, 240, 226, 0.07);
}

.confirmed-contact-card p,
.sitter-response-note {
  color: rgba(247, 240, 226, 0.74);
}

.confirmed-contact-card strong {
  color: var(--paper);
}

.sitter-response-note {
  border-left: 3px solid rgba(209, 231, 188, 0.62);
  font-size: 0.92rem;
  line-height: 1.45;
}

.app-help a {
  color: var(--paper);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.app-button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 0 18px;
  border: 1px solid rgba(247, 240, 226, 0.28);
  border-radius: 999px;
  background: var(--paper);
  color: var(--ink);
  font-weight: 700;
  cursor: pointer;
}

.app-button-secondary {
  background: rgba(247, 240, 226, 0.08);
  color: var(--paper);
}

.app-button:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.app-notice {
  padding: 12px 14px;
  border: 1px solid rgba(247, 240, 226, 0.18);
  border-radius: 8px;
  color: var(--paper);
  background: rgba(247, 240, 226, 0.08);
}

.app-notice-error {
  border-color: rgba(215, 132, 106, 0.48);
  background: rgba(215, 132, 106, 0.14);
}

.app-notice-success {
  border-color: rgba(148, 185, 165, 0.48);
  background: rgba(148, 185, 165, 0.14);
}

.card-heading-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
}

.card-heading-row h2,
.card-heading-row p {
  margin: 0;
}

.card-heading-row p {
  color: rgba(247, 240, 226, 0.58);
  font-size: 0.86rem;
}

.notification-card {
  display: grid;
  gap: 10px;
}

.notification-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 0;
  border-top: 1px solid rgba(247, 240, 226, 0.1);
}

.notification-row.is-unread {
  padding-left: 12px;
  border-left: 3px solid rgba(209, 231, 188, 0.72);
}

.notification-row p {
  margin: 4px 0;
}

.notification-row span,
.notification-row a {
  color: rgba(247, 240, 226, 0.62);
  font-size: 0.82rem;
}

.app-empty {
  padding: 18px;
  border: 1px dashed rgba(247, 240, 226, 0.22);
  border-radius: 8px;
  background: rgba(247, 240, 226, 0.06);
}

.app-empty strong {
  display: block;
  margin-bottom: 8px;
}

.app-list-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 0;
  border-top: 1px solid rgba(247, 240, 226, 0.12);
}

.app-list-row:first-of-type {
  border-top: 0;
}

.app-list-row p {
  margin: 4px 0 0;
}

.app-list-row span {
  white-space: nowrap;
  color: rgba(247, 240, 226, 0.62);
}

.app-label-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.app-list-row-detail {
  align-items: flex-start;
}

.app-list-row-detail > div {
  min-width: 0;
}

.app-row-form {
  margin: 0;
  flex: 0 0 auto;
}

.app-row-form .app-button {
  min-height: 38px;
  padding: 0 14px;
}

.app-response-form {
  display: grid;
  width: min(320px, 100%);
  gap: 10px;
}

.app-response-form label {
  display: grid;
  gap: 6px;
  color: rgba(247, 240, 226, 0.68);
  font-size: 0.78rem;
}

.app-response-form textarea {
  min-height: 76px;
  resize: vertical;
  color: var(--paper);
  font: inherit;
  background: rgba(247, 240, 226, 0.08);
}

.app-admin-row form {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.app-admin-row button {
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid rgba(247, 240, 226, 0.24);
  border-radius: 999px;
  background: rgba(247, 240, 226, 0.08);
  color: var(--paper);
  cursor: pointer;
}

.app-metrics .app-card {
  display: grid;
  gap: 8px;
}

.app-metrics span {
  color: rgba(247, 240, 226, 0.62);
  font-size: 0.76rem;
  text-transform: uppercase;
}

.app-metrics strong {
  font-family: var(--font-display);
  font-size: 4rem;
  line-height: 0.9;
}

.admin-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: start;
}

.admin-header h1 {
  margin: 8px 0 10px;
  font-family: var(--font-body);
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1;
  text-transform: none;
}

.admin-header p {
  max-width: 760px;
}

.admin-header dl {
  min-width: 220px;
  margin: 0;
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px solid rgba(247, 240, 226, 0.12);
  border-radius: 8px;
  background: rgba(7, 10, 9, 0.34);
}

.admin-header dt,
.admin-metric span {
  color: rgba(247, 240, 226, 0.58);
  font-size: 0.72rem;
  text-transform: uppercase;
}

.admin-header dd {
  margin: 3px 0 0;
  color: var(--paper);
}

.admin-metric-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.admin-metric {
  min-width: 0;
  padding: 16px;
  border: 1px solid rgba(247, 240, 226, 0.16);
  border-radius: 8px;
  background: rgba(16, 21, 17, 0.62);
}

.admin-metric strong {
  display: block;
  margin: 8px 0 4px;
  font-family: var(--font-body);
  font-size: 2rem;
  line-height: 1;
}

.admin-metric small {
  color: rgba(247, 240, 226, 0.64);
}

.admin-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.75fr);
  gap: 14px;
  align-items: start;
}

.admin-panel-wide {
  grid-column: span 2;
}

.admin-panel {
  display: grid;
  gap: 14px;
}

.admin-panel-heading {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
}

.admin-panel-heading h2 {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.05rem;
  line-height: 1.2;
  text-transform: none;
}

.admin-panel-heading p {
  margin: 5px 0 0;
  color: rgba(247, 240, 226, 0.62);
  font-size: 0.88rem;
}

.admin-panel-heading > span {
  flex: 0 0 auto;
  padding: 5px 9px;
  border: 1px solid rgba(247, 240, 226, 0.18);
  border-radius: 999px;
  color: rgba(247, 240, 226, 0.72);
  font-size: 0.78rem;
}

.admin-table-wrap {
  width: 100%;
  overflow-x: auto;
  border: 1px solid rgba(247, 240, 226, 0.12);
  border-radius: 8px;
}

.admin-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  font-size: 0.84rem;
}

.admin-table th,
.admin-table td {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(247, 240, 226, 0.1);
  text-align: left;
  vertical-align: top;
}

.admin-table th {
  color: rgba(247, 240, 226, 0.58);
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
}

.admin-table tr:last-child td {
  border-bottom: 0;
}

.admin-table strong,
.admin-table span {
  display: block;
}

.admin-table span {
  margin-top: 3px;
  color: rgba(247, 240, 226, 0.58);
}

.admin-badge {
  display: inline-flex !important;
  margin: 0 4px 4px 0 !important;
  padding: 4px 7px;
  border: 1px solid rgba(247, 240, 226, 0.14);
  border-radius: 999px;
  background: rgba(247, 240, 226, 0.06);
  color: rgba(247, 240, 226, 0.74) !important;
  font-size: 0.72rem;
  white-space: nowrap;
}

.admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
}

.admin-actions button {
  min-height: 32px;
  padding: 0 10px;
  border: 1px solid rgba(247, 240, 226, 0.22);
  border-radius: 6px;
  background: rgba(247, 240, 226, 0.08);
  color: var(--paper);
  cursor: pointer;
  font-size: 0.78rem;
}

.admin-actions button:first-of-type {
  background: var(--paper);
  color: var(--ink);
}

.admin-command-center {
  gap: 12px;
}

.admin-quick-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.admin-quick-strip form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 6px;
  margin: 0;
  padding: 8px;
  border: 1px solid rgba(247, 240, 226, 0.12);
  border-radius: 8px;
  background: rgba(7, 10, 9, 0.3);
}

.admin-quick-strip input,
.admin-quick-strip button,
.admin-tool-form input,
.admin-tool-form textarea,
.admin-tool-form select {
  min-width: 0;
  min-height: 34px;
  border: 1px solid rgba(247, 240, 226, 0.16);
  border-radius: 7px;
  background: rgba(7, 10, 9, 0.68);
  color: var(--paper);
  padding: 7px 9px;
}

.admin-quick-strip button,
.admin-tool-form button {
  border-color: rgba(247, 240, 226, 0.24);
  background: var(--paper);
  color: var(--ink);
  cursor: pointer;
  font-weight: 700;
}

.admin-accordion {
  display: grid;
  gap: 8px;
}

.admin-tool-section {
  overflow: hidden;
  border: 1px solid rgba(247, 240, 226, 0.13);
  border-radius: 8px;
  background: rgba(7, 10, 9, 0.24);
}

.admin-tool-section summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 14px;
  cursor: pointer;
  list-style: none;
}

.admin-tool-section summary::-webkit-details-marker {
  display: none;
}

.admin-tool-section summary::after {
  content: "+";
  flex: 0 0 auto;
  color: rgba(247, 240, 226, 0.58);
  font-size: 1rem;
}

.admin-tool-section[open] summary::after {
  content: "-";
}

.admin-tool-section summary span,
.admin-tool-section summary small {
  display: block;
}

.admin-tool-section summary span {
  color: var(--paper);
  font-weight: 700;
}

.admin-tool-section summary small {
  color: rgba(247, 240, 226, 0.58);
  font-size: 0.78rem;
}

.admin-tool-section-body {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 0 12px 12px;
}

.admin-tool-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  min-width: 0;
  padding: 12px;
  border: 1px solid rgba(247, 240, 226, 0.1);
  border-radius: 8px;
  background: rgba(16, 21, 17, 0.5);
}

.admin-tool-form-short {
  align-self: start;
}

.admin-tool-form h3,
.admin-form-span,
.admin-tool-form button {
  grid-column: 1 / -1;
}

.admin-tool-form h3 {
  margin: 0 0 2px;
  font-family: var(--font-body);
  font-size: 0.9rem;
  line-height: 1.2;
}

.admin-tool-form label {
  display: grid;
  gap: 5px;
  color: rgba(247, 240, 226, 0.68);
  font-size: 0.74rem;
}

.admin-tool-form textarea {
  resize: vertical;
}

.admin-tool-form button {
  justify-self: start;
  min-height: 34px;
  padding: 0 13px;
  border-radius: 999px;
}

.admin-tool-note {
  align-self: start;
  padding: 12px;
  border: 1px dashed rgba(247, 240, 226, 0.18);
  border-radius: 8px;
  background: rgba(247, 240, 226, 0.05);
}

.admin-tool-note p {
  margin-bottom: 0;
}

.admin-note-list {
  margin: 0;
  padding-left: 18px;
  color: rgba(247, 240, 226, 0.74);
  line-height: 1.55;
}

.admin-note-list li + li {
  margin-top: 8px;
}

.support-widget {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 80;
  font-family: var(--font-body);
}

.support-toggle {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  gap: 9px;
  padding: 0 18px;
  border: 1px solid rgba(247, 240, 226, 0.28);
  border-radius: 999px;
  background: var(--paper);
  color: var(--ink);
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.34);
  cursor: pointer;
  font-weight: 700;
}

.support-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #4f8b5c;
  box-shadow: 0 0 0 5px rgba(79, 139, 92, 0.18);
}

.support-panel {
  position: absolute;
  right: 0;
  bottom: 58px;
  width: min(410px, calc(100vw - 32px));
  max-height: min(680px, calc(100vh - 120px));
  display: grid;
  grid-template-rows: auto auto minmax(190px, 1fr) auto;
  overflow: hidden;
  border: 1px solid rgba(247, 240, 226, 0.18);
  border-radius: 8px;
  background: rgba(16, 21, 17, 0.98);
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.45);
}

.support-panel[hidden] {
  display: none;
}

.support-panel header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 14px;
  border-bottom: 1px solid rgba(247, 240, 226, 0.12);
}

.support-panel header strong,
.support-panel header span {
  display: block;
}

.support-panel header span {
  margin-top: 3px;
  color: rgba(247, 240, 226, 0.58);
  font-size: 0.78rem;
}

.support-close {
  border: 0;
  background: transparent;
  color: rgba(247, 240, 226, 0.7);
  cursor: pointer;
}

.support-thread-list {
  display: grid;
  gap: 6px;
  max-height: 140px;
  overflow: auto;
  padding: 10px 12px;
  border-bottom: 1px solid rgba(247, 240, 226, 0.1);
}

.support-thread-list button {
  display: grid;
  gap: 3px;
  width: 100%;
  padding: 8px 9px;
  border: 1px solid rgba(247, 240, 226, 0.12);
  border-radius: 7px;
  background: rgba(247, 240, 226, 0.05);
  color: var(--paper);
  text-align: left;
  cursor: pointer;
}

.support-thread-list button.is-active {
  border-color: rgba(247, 240, 226, 0.35);
  background: rgba(247, 240, 226, 0.12);
}

.support-thread-list span {
  color: rgba(247, 240, 226, 0.58);
  font-size: 0.74rem;
}

.support-messages {
  display: grid;
  align-content: start;
  gap: 10px;
  overflow: auto;
  padding: 14px;
}

.support-message {
  max-width: 88%;
  padding: 10px 11px;
  border: 1px solid rgba(247, 240, 226, 0.12);
  border-radius: 8px;
  background: rgba(247, 240, 226, 0.07);
}

.support-message.from-user {
  border-color: rgba(151, 191, 170, 0.32);
  background: rgba(151, 191, 170, 0.14);
}

.support-message.from-admin {
  justify-self: end;
  background: rgba(247, 240, 226, 0.14);
}

.support-message strong,
.support-message span {
  display: block;
  color: rgba(247, 240, 226, 0.62);
  font-size: 0.74rem;
}

.support-message p {
  margin: 4px 0;
  color: var(--paper);
  line-height: 1.42;
}

.support-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  padding: 12px;
  border-top: 1px solid rgba(247, 240, 226, 0.12);
}

.support-form textarea {
  min-width: 0;
  min-height: 52px;
  resize: vertical;
  border: 1px solid rgba(247, 240, 226, 0.16);
  border-radius: 8px;
  background: rgba(7, 10, 9, 0.64);
  color: var(--paper);
  padding: 10px;
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(0.82);
    opacity: 0.62;
  }

  50% {
    transform: scale(1.18);
    opacity: 1;
  }
}

@media (max-width: 1060px) {
  .community-map {
    display: none;
  }

  .request-visual {
    display: none;
  }

  .room-menu {
    right: 34px;
    width: min(560px, calc(100vw - 68px));
  }

  .mood-dial {
    top: 45%;
  }
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: 1fr auto;
    padding: 16px 18px;
  }

  .find-sitter-button {
    min-height: 50px;
    padding: 0 22px;
  }

  .nav-links {
    display: none;
  }

  .header-actions {
    gap: 8px;
  }

  .hero {
    min-height: 410svh;
    padding: 0 20px;
  }

  .hero-copy {
    width: min(100%, 680px);
    top: 116px;
  }

  h1 {
    font-size: 3.7rem;
  }

  .hero-dek {
    font-size: 0.98rem;
  }

  .hero-highlights {
    grid-template-columns: 1fr;
    max-width: 520px;
    gap: 8px;
    margin-top: 18px;
  }

  .hero-highlights article {
    min-height: 0;
    padding: 12px;
  }

  .readout {
    left: 20px;
    top: 124px;
  }

  .chapter-rail {
    display: none;
  }

  .mood-dial {
    right: 18px;
    top: 42%;
  }

  .room-menu {
    left: 20px;
    right: 20px;
    top: auto;
    bottom: 22px;
    width: auto;
    max-height: min(68svh, 620px);
    transform: translateY(var(--room-menu-lift, 26px));
  }

  .statement,
  .split-band {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 18svh 20px 14svh;
  }

  .statement h2,
  .split-band h2 {
    font-size: 3rem;
  }

  .sitter-strip,
  .signal-grid {
    grid-template-columns: 1fr;
  }

  .sitter,
  .signal {
    min-height: 220px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .sitter:last-child,
  .signal:last-child {
    border-bottom: 0;
  }

  .sitter strong,
  .signal strong {
    font-size: 4rem;
  }

  .site-footer {
    min-height: 34svh;
    padding: 34px 20px;
    align-items: start;
    flex-direction: column;
  }

  .site-footer p {
    font-size: 2.2rem;
  }

  .app-header {
    align-items: flex-start;
    flex-direction: column;
    padding: 16px 20px;
  }

  .app-nav {
    justify-content: flex-start;
  }

  .app-shell {
    width: min(100% - 32px, 1180px);
    padding: 34px 0 72px;
  }

  .app-grid,
  .app-grid-narrow,
  .app-dashboard-grid,
  .app-form-grid,
  .app-payment-options,
  .admin-metric-grid,
  .admin-layout,
  .admin-quick-strip,
  .admin-tool-section-body,
  .admin-tool-form {
    grid-template-columns: 1fr;
  }

  .app-card-wide {
    grid-column: auto;
  }

  .admin-header {
    grid-template-columns: 1fr;
  }

  .admin-header dl {
    width: 100%;
  }

  .admin-panel-wide {
    grid-column: auto;
  }

  .app-list-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .card-heading-row,
  .notification-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .app-admin-row form {
    justify-content: flex-start;
  }

  .booking-progress {
    grid-template-columns: 1fr;
  }

  .support-widget {
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

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

  .support-panel {
    right: 0;
    left: 0;
    width: 100%;
  }
}

@media (max-width: 520px) {
  .loader {
    padding: 18px;
  }

  .loader-card {
    padding: 28px 18px;
  }

  .loader strong {
    font-size: clamp(2.05rem, 11.5vw, 3rem);
    line-height: 0.92;
  }

  h1 {
    font-size: 2.8rem;
    line-height: 0.92;
  }

  .hero-copy {
    top: 104px;
  }

  .hero-dek {
    max-width: 310px;
  }

  .hero-highlights article:nth-child(3) {
    display: none;
  }

  .find-sitter-button {
    min-height: 46px;
    padding: 0 18px;
    font-size: 0.78rem;
  }

  .sign-in-button {
    min-height: 38px;
    padding: 0 12px;
    font-size: 0.72rem;
  }

  .icon-button {
    width: 38px;
    height: 38px;
  }

  .statement h2,
  .split-band h2 {
    font-size: 2.35rem;
  }

  .room-menu h2 {
    font-size: 1.72rem;
  }

  .site-notes {
    font-size: 0.86rem;
    line-height: 1.42;
  }

  .footer-actions {
    justify-content: flex-start;
  }

  .app-hero-panel h1 {
    font-size: 2.55rem;
  }

  .app-card {
    padding: 18px;
  }

  .app-nav a,
  .app-nav button {
    min-height: 34px;
    padding: 0 10px;
    font-size: 0.72rem;
  }

  .app-button {
    width: 100%;
  }

  .support-form {
    grid-template-columns: 1fr;
  }
}

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