:root {
  --navy: #1a2744;
  --navy-light: #2c3e6b;
  --navy-deep: #0f192d;
  --gold: #c4a24a;
  --gold-dark: #8b6d25;
  --cream: #f5f0e6;
  --paper: #fbf8f0;
  --wall: #e8dcc8;
  --cork: #c4956a;
  --wood: #8b6914;
  --bezel: #d4c5b2;
  --bezel-light: #e6dbc9;
  --charcoal: #2d2d2d;
  --red-pencil: #a84f43;
  --screen-white: #ffffff;
  --screen-muted: #b9c3d7;
  --header-height: 3.65rem;
  --footer-height: 3.75rem;
  --font-display: "Playfair Display", Georgia, serif;
  --font-body: "Inter", system-ui, sans-serif;
  --font-hand: "Caveat", "Segoe Print", cursive;
  --soft-shadow: 0 14px 36px rgba(47, 31, 13, 0.2);
  --object-shadow: 0 18px 22px rgba(38, 24, 9, 0.28);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background: var(--navy-deep);
  color: var(--charcoal);
  font-family: var(--font-body);
  line-height: 1.5;
}

body.nav-open {
  overflow: hidden;
}

button,
input,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  color: inherit;
}

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

a {
  color: inherit;
}

[hidden] {
  display: none !important;
}

:focus-visible {
  outline: 3px solid #f2ca5f;
  outline-offset: 3px;
}

::selection {
  background: var(--gold);
  color: var(--navy);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.7rem 1rem;
  background: var(--screen-white);
  color: var(--navy);
  font-weight: 700;
  text-decoration: none;
  transform: translateY(-160%);
  transition: transform 140ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

/* Utility navigation */

.utility-header {
  position: relative;
  z-index: 100;
  display: grid;
  min-height: var(--header-height);
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.25rem;
  padding: 0.45rem clamp(1rem, 3vw, 2.5rem);
  border-bottom: 1px solid rgba(196, 162, 74, 0.44);
  background: rgba(15, 25, 45, 0.98);
  color: var(--screen-white);
  box-shadow: 0 4px 18px rgba(7, 12, 24, 0.28);
}

.utility-brand {
  display: block;
  width: clamp(7.5rem, 12vw, 10rem);
  padding: 0.12rem 0.45rem;
  border: 1px solid rgba(196, 162, 74, 0.65);
  border-radius: 0.2rem;
  background: #f4ead9;
  box-shadow: 0 2px 7px rgba(3, 8, 18, 0.28);
}

.utility-brand img {
  width: auto;
  height: 2.45rem;
  max-width: 100%;
  object-fit: contain;
  object-position: left center;
}

.utility-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.55rem, 1.4vw, 1.35rem);
}

.utility-nav a {
  position: relative;
  display: inline-flex;
  min-height: 2.7rem;
  align-items: center;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.035em;
  text-decoration: none;
}

.utility-nav a::after {
  position: absolute;
  right: 0;
  bottom: 0.15rem;
  left: 0;
  height: 2px;
  background: var(--gold);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 140ms steps(2, end);
}

.utility-nav a:hover,
.utility-nav a[aria-current="page"] {
  color: var(--screen-white);
}

.utility-nav a:hover::after,
.utility-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.utility-donate {
  display: inline-flex;
  min-height: 2.65rem;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 1rem;
  border: 1px solid var(--gold);
  border-radius: 3px;
  background: var(--gold);
  color: var(--navy);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

.utility-donate:hover {
  background: #d6b75a;
}

.nav-toggle {
  display: none;
}

/* The room */

.room {
  position: relative;
  height: calc(100svh - var(--header-height));
  min-height: 47rem;
  isolation: isolate;
  overflow: hidden;
  background: var(--wall);
}

.room__light {
  position: absolute;
  z-index: 8;
  inset: 0;
  background:
    radial-gradient(circle at 7% 43%, rgba(255, 214, 153, 0.22), transparent 29%),
    linear-gradient(112deg, rgba(255, 248, 224, 0.14) 0 20%, transparent 38% 100%);
  content: "";
  pointer-events: none;
  animation: lamp-breathe 8s ease-in-out infinite alternate;
}

.wall {
  position: absolute;
  z-index: 1;
  inset: 0 0 44%;
  overflow: hidden;
  background-color: var(--wall);
  background-image:
    linear-gradient(rgba(232, 220, 200, 0.26), rgba(232, 220, 200, 0.26)),
    url("../assets/textures/wall-cream.webp");
  background-size: auto, 560px 560px;
  box-shadow: inset 0 -15px 28px rgba(82, 52, 18, 0.12);
}

.wall::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0.75rem;
  border-top: 1px solid rgba(80, 55, 26, 0.26);
  background: linear-gradient(#b89a70, #92734e);
  box-shadow: 0 5px 12px rgba(48, 29, 10, 0.24);
  content: "";
}

.desk {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  height: 57%;
  background-color: var(--wood);
  background-image:
    linear-gradient(180deg, rgba(255, 222, 158, 0.12), rgba(61, 35, 8, 0.18)),
    url("../assets/textures/wood-oak.webp");
  background-size: auto, 610px 610px;
  box-shadow:
    inset 0 16px 22px rgba(42, 24, 8, 0.34),
    inset 0 -16px 30px rgba(60, 34, 8, 0.15);
  transform: perspective(900px) rotateX(1deg);
  transform-origin: bottom center;
}

.desk::after {
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(92deg, transparent 0 5.5rem, rgba(55, 30, 5, 0.035) 5.6rem 5.68rem),
    radial-gradient(ellipse at 30% 15%, rgba(255, 220, 152, 0.14), transparent 34%);
  content: "";
  mix-blend-mode: multiply;
  pointer-events: none;
}

.desk-edge {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1rem;
  background: rgba(68, 38, 6, 0.46);
  box-shadow: inset 0 4px 8px rgba(30, 18, 5, 0.36);
}

/* Pennants */

.pennant-line {
  position: absolute;
  z-index: 2;
  top: 1.1rem;
  left: 28%;
  display: flex;
  width: 44%;
  align-items: flex-start;
  justify-content: space-around;
  border-top: 2px solid rgba(44, 32, 22, 0.52);
  transform: rotate(-1deg);
}

.pennant {
  display: block;
  width: 2.25rem;
  height: 3.1rem;
  margin-top: -1px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  filter: drop-shadow(0 3px 2px rgba(39, 25, 12, 0.22));
  transform-origin: top center;
  animation: pennant-sway 7s ease-in-out infinite alternate;
}

.pennant:nth-child(2n) {
  animation-delay: -2.2s;
}

.pennant--blue { background: #123f80; }
.pennant--maroon { background: #70263b; }
.pennant--gold { background: #d0a938; }
.pennant--navy { background: #1a2744; }
.pennant--sky { background: #6ea4cf; }

/* Wall calendar */

.wall-calendar {
  position: absolute;
  z-index: 5;
  top: clamp(3.4rem, 8vh, 5.5rem);
  left: clamp(1rem, 2.6vw, 2.7rem);
  width: clamp(12.5rem, 18vw, 15.5rem);
  padding: 0.85rem 0.9rem 0.75rem;
  border: 1px solid rgba(73, 52, 31, 0.18);
  border-radius: 1px;
  background:
    linear-gradient(rgba(245, 240, 230, 0.93), rgba(245, 240, 230, 0.93)),
    repeating-linear-gradient(0deg, transparent 0 5px, rgba(77, 58, 36, 0.035) 5px 6px);
  box-shadow: var(--soft-shadow);
  transform: rotate(-1.2deg);
}

.wall-calendar::before {
  position: absolute;
  top: 0.45rem;
  right: 0.8rem;
  left: 0.8rem;
  height: 0.28rem;
  background: repeating-linear-gradient(90deg, #5b4c3d 0 2px, transparent 2px 1rem);
  content: "";
  opacity: 0.5;
}

.calendar-pin {
  position: absolute;
  z-index: 2;
  top: -0.43rem;
  left: calc(50% - 0.36rem);
  width: 0.72rem;
  height: 0.72rem;
  border: 2px solid rgba(81, 57, 26, 0.28);
  border-radius: 50%;
  background: #b3483f;
  box-shadow: 0 3px 4px rgba(44, 28, 12, 0.35);
}

.calendar-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 0.5rem;
  margin: 0.3rem 0 0.5rem;
  padding-bottom: 0.4rem;
  border-bottom: 2px solid var(--navy);
}

.calendar-kicker {
  margin: 0;
  color: var(--red-pencil);
  font-family: var(--font-hand);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1;
}

.calendar-header h2 {
  margin: 0;
  color: var(--navy);
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  line-height: 1.05;
}

.calendar-controls {
  display: flex;
  gap: 0.2rem;
}

.calendar-controls button {
  display: grid;
  width: 1.55rem;
  height: 1.55rem;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(26, 39, 68, 0.28);
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.62);
  color: var(--navy);
  cursor: pointer;
}

.calendar-controls button:disabled {
  cursor: default;
  opacity: 0.3;
}

.calendar-weekdays,
.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.calendar-weekdays span {
  padding-bottom: 0.12rem;
  color: rgba(26, 39, 68, 0.6);
  font-size: 0.48rem;
  font-weight: 800;
  text-align: center;
}

.calendar-grid {
  min-height: 7.1rem;
  border-top: 1px solid rgba(26, 39, 68, 0.12);
  border-left: 1px solid rgba(26, 39, 68, 0.12);
}

.calendar-day {
  position: relative;
  display: grid;
  min-height: 1.18rem;
  place-items: center;
  border-right: 1px solid rgba(26, 39, 68, 0.12);
  border-bottom: 1px solid rgba(26, 39, 68, 0.12);
  color: var(--navy);
  font-family: var(--font-hand);
  font-size: 0.65rem;
  font-weight: 700;
  line-height: 1;
}

.calendar-day.is-empty {
  background: rgba(26, 39, 68, 0.022);
}

.calendar-day.is-past::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  height: 1px;
  background: rgba(168, 79, 67, 0.72);
  content: "";
  transform: translate(-50%, -50%) rotate(-38deg);
}

.calendar-day.is-today {
  z-index: 1;
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px var(--red-pencil);
  font-weight: 800;
}

.calendar-day.is-tour {
  z-index: 1;
  border-radius: 50%;
  background: var(--gold);
  color: var(--navy-deep);
  box-shadow: 0 0 0 2px rgba(196, 162, 74, 0.24);
  animation: calendar-event-settle 1.4s ease-out 1;
}

.calendar-footer {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 0.55rem;
  margin-top: 0.55rem;
}

.calendar-tour-jump {
  max-width: 7.8rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--gold-dark);
  cursor: pointer;
  font-family: var(--font-hand);
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1.05;
  text-align: left;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.calendar-footer p {
  margin: 0;
  color: var(--navy);
  font-size: 0.52rem;
  line-height: 1.08;
  text-align: right;
  text-transform: uppercase;
}

.calendar-footer strong {
  display: block;
  color: var(--red-pencil);
  font-family: var(--font-hand);
  font-size: 1.15rem;
  line-height: 0.9;
}

/* Bulletin board */

.bulletin-board {
  position: absolute;
  z-index: 4;
  top: clamp(3.1rem, 7vh, 5rem);
  right: clamp(1rem, 2.8vw, 2.8rem);
  width: clamp(13rem, 21vw, 18rem);
  height: clamp(12.5rem, 29vh, 17rem);
  border: clamp(0.45rem, 0.7vw, 0.75rem) solid #7d5835;
  background-color: var(--cork);
  background-image:
    linear-gradient(rgba(196, 149, 106, 0.18), rgba(196, 149, 106, 0.18)),
    url("../assets/textures/cork-board.webp");
  background-size: auto, 430px 430px;
  box-shadow:
    var(--soft-shadow),
    inset 0 0 12px rgba(63, 39, 17, 0.28);
  transform: rotate(1deg);
}

.board-frame {
  position: absolute;
  inset: -0.45rem;
  border: 1px solid rgba(44, 26, 9, 0.42);
  pointer-events: none;
}

.board-flyer {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0.72rem 0.65rem 0.6rem;
  border: 0;
  border-radius: 0;
  box-shadow: 0 6px 9px rgba(50, 30, 13, 0.24);
  cursor: pointer;
  line-height: 1.12;
  text-align: left;
  transition: box-shadow 150ms ease, transform 150ms ease;
}

.board-flyer:hover,
.board-flyer:focus-visible {
  z-index: 4;
  box-shadow: 0 14px 17px rgba(50, 30, 13, 0.34);
  transform: translateY(-0.2rem) rotate(0deg);
}

.board-flyer--tour {
  top: 1rem;
  left: 0.85rem;
  width: 54%;
  min-height: 7rem;
  background: var(--navy);
  color: var(--screen-white);
  transform: rotate(-3deg);
}

.board-flyer--scholarship {
  right: 0.7rem;
  bottom: 0.8rem;
  width: 48%;
  min-height: 6.4rem;
  background: #f0df92;
  color: var(--navy);
  transform: rotate(2.6deg);
}

.board-flyer strong {
  font-family: var(--font-display);
  font-size: clamp(0.74rem, 1.1vw, 1rem);
}

.board-flyer > span:not(.pushpin) {
  font-size: 0.58rem;
}

.board-flyer small {
  margin-top: auto;
  padding-top: 0.45rem;
  font-size: 0.5rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.flyer-overline {
  margin-bottom: 0.25rem;
  color: var(--gold);
  font-size: 0.5rem !important;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.board-flyer--scholarship .flyer-overline {
  color: #7a3f37;
}

.pushpin {
  position: absolute;
  z-index: 5;
  top: -0.3rem;
  left: calc(50% - 0.33rem);
  width: 0.66rem;
  height: 0.66rem;
  border: 2px solid rgba(64, 37, 12, 0.28);
  border-radius: 50%;
  box-shadow: 0 2px 3px rgba(50, 28, 8, 0.35);
}

.pushpin--red { background: #b44e49; }
.pushpin--blue { background: #315f99; }
.pushpin--gold { background: #d0a93c; }

.board-photo {
  position: absolute;
  top: 1.4rem;
  right: 0.75rem;
  width: 36%;
  padding: 0.3rem 0.3rem 0.5rem;
  background: #f7f1e7;
  box-shadow: 0 6px 9px rgba(50, 30, 13, 0.22);
  transform: rotate(4deg);
}

.board-photo__image {
  display: flex;
  height: clamp(2.9rem, 5.7vh, 4.2rem);
  align-items: end;
  justify-content: center;
  gap: 0.14rem;
  overflow: hidden;
  background: linear-gradient(#a9c3d4 0 50%, #657550 50% 100%);
}

.board-photo__image span {
  width: 16%;
  height: 54%;
  border-radius: 50% 50% 0 0;
  background: rgba(24, 30, 36, 0.72);
}

.board-photo__image span:nth-child(2) { height: 67%; }
.board-photo__image span:nth-child(3) { height: 61%; }

.board-photo p,
.board-photo small {
  margin: 0.2rem 0 0;
  font-family: var(--font-hand);
  font-size: 0.55rem;
  line-height: 1;
  text-align: center;
}

.board-photo small {
  display: block;
  color: var(--red-pencil);
}

/* Monitor */

.monitor {
  position: absolute;
  z-index: 30;
  top: clamp(6.8rem, 15vh, 8.9rem);
  left: 50%;
  width: min(70vw, 59rem);
  aspect-ratio: 16 / 10;
  padding: clamp(1rem, 1.7vw, 1.55rem) clamp(1rem, 1.8vw, 1.65rem) clamp(1.8rem, 3.1vw, 2.5rem);
  border: 2px solid #a99a86;
  border-radius: clamp(0.55rem, 1vw, 0.9rem);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.46), transparent 18%),
    linear-gradient(160deg, var(--bezel-light), var(--bezel));
  box-shadow:
    0 1.6rem 2.8rem rgba(42, 24, 8, 0.34),
    inset 0 0 0 3px rgba(255, 255, 255, 0.2),
    inset 0 -8px 15px rgba(93, 75, 53, 0.14);
  transform: translateX(-50%);
}

.monitor__camera {
  position: absolute;
  top: 0.45rem;
  left: calc(50% - 0.17rem);
  width: 0.34rem;
  height: 0.34rem;
  border-radius: 50%;
  background: #403d38;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.26);
}

.monitor__screen {
  position: relative;
  display: grid;
  height: 100%;
  min-height: 0;
  grid-template-rows: 2.15rem minmax(0, 1fr);
  overflow: hidden;
  border: clamp(0.32rem, 0.6vw, 0.5rem) solid #302f2c;
  border-radius: 0.28rem;
  background: var(--navy);
  box-shadow:
    inset 0 0 22px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(255, 255, 255, 0.22);
}

.screen-scanlines {
  position: absolute;
  z-index: 20;
  inset: 2.15rem 0 0;
  background: repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.014) 0 1px, transparent 1px 4px);
  pointer-events: none;
}

.screen-toolbar {
  position: relative;
  z-index: 25;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: #0f1727;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(0.48rem, 0.65vw, 0.63rem);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.screen-toolbar__left,
.screen-toolbar__right {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.screen-toolbar__left strong {
  color: var(--screen-white);
}

.screen-status {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: #85b883;
  box-shadow: 0 0 0 3px rgba(133, 184, 131, 0.12);
}

.screen-stage {
  position: relative;
  min-height: 0;
  overflow: auto;
  overscroll-behavior: contain;
  scrollbar-color: var(--gold) rgba(15, 25, 45, 0.2);
  scrollbar-width: thin;
}

.screen-stage::-webkit-scrollbar {
  width: 0.55rem;
}

.screen-stage::-webkit-scrollbar-track {
  background: rgba(15, 25, 45, 0.18);
}

.screen-stage::-webkit-scrollbar-thumb {
  border: 2px solid transparent;
  border-radius: 1rem;
  background: var(--gold);
  background-clip: padding-box;
}

.monitor__screen.is-switching .screen-stage {
  animation: screen-flicker 260ms steps(3, end) 1;
}

.monitor__screen.is-switching::after {
  position: absolute;
  z-index: 40;
  inset: 2.15rem 0 0;
  background: rgba(241, 239, 228, 0.25);
  content: "";
  pointer-events: none;
  animation: refresh-flash 260ms steps(2, end) 1;
}

.screen-panel {
  min-height: 100%;
}

.screen-panel h1,
.screen-panel h2,
.screen-panel h3,
.screen-panel p {
  margin-top: 0;
}

.screen-panel h1,
.screen-panel h2,
.screen-panel h3 {
  font-family: var(--font-display);
  line-height: 1.06;
}

.screen-panel h1 {
  font-size: clamp(2rem, 4vw, 4.2rem);
}

.screen-panel h2 {
  font-size: clamp(1.8rem, 3.4vw, 3.45rem);
}

.screen-panel h3 {
  font-size: clamp(1.15rem, 1.8vw, 1.65rem);
}

.screen-eyebrow,
.screen-card-label,
.document-number {
  margin-bottom: 0.65rem;
  font-size: clamp(0.56rem, 0.7vw, 0.7rem);
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.screen-button {
  display: inline-flex;
  min-height: 2.7rem;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1rem;
  border: 1px solid transparent;
  border-radius: 3px;
  cursor: pointer;
  font-size: clamp(0.6rem, 0.76vw, 0.75rem);
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 120ms ease, background 120ms ease, color 120ms ease;
}

.screen-button:hover {
  transform: translateY(-2px);
}

.screen-button--gold {
  background: var(--gold);
  color: var(--navy);
}

.screen-button--gold:hover {
  background: #d4b45b;
}

.screen-button--ghost {
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.05);
  color: var(--screen-white);
}

.screen-button--navy {
  background: var(--navy);
  color: var(--screen-white);
}

.screen-text-link {
  color: var(--navy);
  font-size: 0.72rem;
  font-weight: 700;
  text-underline-offset: 3px;
}

.inline-screen-link {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--gold-dark);
  cursor: pointer;
  font-weight: 800;
  text-align: left;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

/* Home screen */

.screen-home {
  padding: clamp(1rem, 2.4vw, 2rem);
  background:
    radial-gradient(circle at 82% 14%, rgba(196, 162, 74, 0.16), transparent 27%),
    linear-gradient(135deg, #172440, #26385e);
  color: var(--screen-white);
}

.home-browser {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0.35rem;
  background: rgba(11, 20, 37, 0.54);
  box-shadow: 0 14px 28px rgba(4, 9, 20, 0.25);
}

.browser-chrome {
  display: flex;
  min-height: 1.85rem;
  align-items: center;
  gap: 0.28rem;
  padding: 0.35rem 0.55rem;
  background: #e8e3da;
}

.browser-chrome > span {
  width: 0.44rem;
  height: 0.44rem;
  border-radius: 50%;
  background: #a85b50;
}

.browser-chrome > span:nth-child(2) { background: #c4a24a; }
.browser-chrome > span:nth-child(3) { background: #708d70; }

.browser-chrome div {
  flex: 1;
  margin-left: 0.35rem;
  padding: 0.2rem 0.5rem;
  border: 1px solid rgba(26, 39, 68, 0.12);
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.68);
  color: rgba(26, 39, 68, 0.62);
  font-size: clamp(0.46rem, 0.6vw, 0.58rem);
}

.home-browser__content {
  padding: clamp(1.2rem, 2.6vw, 2.25rem);
}

.home-browser__content .screen-eyebrow {
  color: var(--gold);
}

.home-browser__content h1 {
  max-width: 12ch;
  margin-bottom: 0.75rem;
}

.home-mission {
  max-width: 45rem;
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(0.78rem, 1vw, 0.98rem);
}

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

.desktop-icons {
  display: flex;
  gap: clamp(0.8rem, 2vw, 1.5rem);
  margin-block: 1.15rem;
}

.desktop-icon {
  display: grid;
  width: clamp(4.7rem, 8vw, 6.4rem);
  gap: 0.35rem;
  justify-items: center;
  padding: 0.4rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  background: transparent;
  color: var(--screen-white);
  cursor: pointer;
  text-align: center;
}

.desktop-icon:hover,
.desktop-icon:focus-visible {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
}

.desktop-icon strong {
  font-size: clamp(0.54rem, 0.7vw, 0.67rem);
  line-height: 1.2;
}

.desktop-icon__file,
.desktop-icon__heart {
  display: grid;
  width: 2.2rem;
  height: 2.55rem;
  place-items: center;
  border-radius: 2px;
  background: var(--paper);
  color: var(--red-pencil);
  font-size: 0.6rem;
  font-weight: 900;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.24);
}

.desktop-icon__heart {
  color: #a6414b;
  font-size: 1.25rem;
}

.desktop-icon__folder {
  position: relative;
  width: 2.7rem;
  height: 2rem;
  margin-top: 0.55rem;
  border-radius: 2px;
  background: #d4aa40;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.24);
}

.desktop-icon__folder::before {
  position: absolute;
  top: -0.38rem;
  left: 0;
  width: 1.35rem;
  height: 0.5rem;
  border-radius: 2px 2px 0 0;
  background: #bc9132;
  content: "";
}

.home-dashboard {
  display: grid;
  grid-template-columns: minmax(8rem, 0.62fr) minmax(14rem, 1.38fr);
  gap: 0.75rem;
}

.countdown-widget,
.upcoming-widget {
  padding: 0.85rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(6, 13, 27, 0.28);
}

.countdown-widget p,
.upcoming-widget > p {
  margin-bottom: 0.35rem;
  color: var(--gold);
  font-size: 0.56rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.countdown-widget strong {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5vw, 4rem);
  line-height: 0.9;
}

.countdown-widget span,
.upcoming-widget li span {
  color: var(--screen-muted);
  font-size: 0.64rem;
}

.upcoming-widget ul {
  display: grid;
  gap: 0.4rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.upcoming-widget li {
  display: grid;
  grid-template-columns: minmax(7rem, 0.7fr) 1fr;
  gap: 0.5rem;
  padding-top: 0.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.68rem;
}

/* Programs document */

.screen-programs {
  padding: clamp(0.75rem, 1.6vw, 1.35rem);
  background: #bbb7ae;
  color: var(--navy);
}

.document-window {
  min-height: calc(100% - 0.1rem);
  overflow: hidden;
  border: 1px solid rgba(26, 39, 68, 0.22);
  border-radius: 0.25rem;
  background: #d7d5cf;
  box-shadow: 0 12px 20px rgba(29, 27, 23, 0.2);
}

.document-toolbar {
  display: flex;
  min-height: 2.8rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.45rem 0.75rem;
  background: #313b51;
  color: var(--screen-white);
}

.document-toolbar > div {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.document-toolbar p,
.document-toolbar small {
  margin: 0;
  font-size: 0.56rem;
}

.document-toolbar small {
  color: rgba(255, 255, 255, 0.56);
}

.document-toolbar > span {
  font-size: 0.58rem;
}

.document-icon {
  display: grid;
  width: 1.6rem;
  height: 1.8rem;
  place-items: center;
  border-radius: 2px;
  background: var(--gold);
  color: var(--navy);
  font-size: 0.55rem;
  font-weight: 900;
}

.document-tabs {
  display: flex;
  gap: 0.12rem;
  padding: 0.45rem 0.6rem 0;
  background: #c6c4bd;
}

.document-tabs button {
  min-height: 2.15rem;
  padding: 0.45rem 0.75rem;
  border: 1px solid rgba(26, 39, 68, 0.12);
  border-bottom: 0;
  border-radius: 3px 3px 0 0;
  background: #adaba4;
  color: rgba(26, 39, 68, 0.72);
  cursor: pointer;
  font-size: clamp(0.53rem, 0.72vw, 0.7rem);
  font-weight: 700;
}

.document-tabs button[aria-selected="true"] {
  background: var(--paper);
  color: var(--navy);
}

.document-page {
  position: relative;
  min-height: 22rem;
  margin: 0 clamp(0.6rem, 3vw, 2.5rem) 1.25rem;
  padding: clamp(1.2rem, 3vw, 2.5rem);
  border: 1px solid rgba(69, 55, 38, 0.15);
  background:
    linear-gradient(rgba(251, 248, 240, 0.96), rgba(251, 248, 240, 0.96)),
    repeating-linear-gradient(0deg, transparent 0 7px, rgba(26, 39, 68, 0.025) 7px 8px);
  box-shadow: 0 8px 14px rgba(37, 31, 24, 0.13);
}

.document-page h2 {
  margin-bottom: 1.3rem;
}

.document-page article {
  max-width: 44rem;
  padding-top: 0.8rem;
  border-top: 1px solid rgba(26, 39, 68, 0.18);
}

.document-page article p:not(.document-number) {
  max-width: 42rem;
  color: #5a5852;
}

.document-stamp {
  position: absolute;
  top: 1.35rem;
  right: 1.5rem;
  padding: 0.34rem 0.5rem;
  border: 2px solid rgba(168, 79, 67, 0.58);
  color: rgba(168, 79, 67, 0.72);
  font-size: 0.52rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transform: rotate(3deg);
}

.document-number {
  color: var(--gold-dark);
}

/* Tour route app */

.screen-tour {
  padding: clamp(1rem, 2vw, 1.7rem);
  background: linear-gradient(135deg, #132039, #243960);
  color: var(--screen-white);
}

.tour-app-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.85rem;
}

.tour-app-header .screen-eyebrow {
  color: var(--gold);
}

.tour-app-header h2 {
  margin-bottom: 0;
}

.tour-countdown {
  min-width: 6.7rem;
  padding-left: 0.8rem;
  border-left: 2px solid var(--gold);
  text-align: right;
}

.tour-countdown strong {
  display: block;
  color: var(--gold);
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3.3vw, 3rem);
  line-height: 0.82;
}

.tour-countdown span {
  font-size: 0.54rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.tour-app-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(10rem, 0.5fr);
  gap: 0.8rem;
}

.route-map {
  position: relative;
  min-height: clamp(13rem, 31vh, 20rem);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: #e7e1d3;
  color: var(--navy);
}

.map-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(26, 39, 68, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(26, 39, 68, 0.07) 1px, transparent 1px);
  background-size: 1.5rem 1.5rem;
}

.map-grid::after {
  position: absolute;
  top: 18%;
  right: 16%;
  width: 34%;
  height: 58%;
  border: 1px solid rgba(26, 39, 68, 0.18);
  border-radius: 49% 42% 54% 46%;
  background: rgba(44, 62, 107, 0.08);
  content: "";
  transform: rotate(8deg);
}

.map-marker {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-size: clamp(0.58rem, 0.8vw, 0.75rem);
  font-weight: 800;
}

.map-marker i {
  display: block;
  width: 0.78rem;
  height: 0.78rem;
  border: 3px solid var(--navy);
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 4px rgba(196, 162, 74, 0.22);
}

.map-marker--seattle {
  bottom: 21%;
  left: 9%;
}

.map-marker--campus {
  top: 26%;
  right: 9%;
}

.map-route {
  position: absolute;
  z-index: 2;
  top: 30%;
  right: 12%;
  width: 75%;
  height: 47%;
  border-top: 3px dashed rgba(26, 39, 68, 0.52);
  border-radius: 50%;
  transform: rotate(-13deg);
}

.map-note {
  position: absolute;
  z-index: 3;
  top: 1rem;
  left: 1rem;
  padding: 0.35rem 0.5rem;
  border-left: 3px solid var(--gold);
  background: rgba(255, 255, 255, 0.72);
  font-family: var(--font-hand);
  font-size: 0.74rem;
  font-weight: 700;
  line-height: 1.05;
}

.tour-details {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  padding: 0.9rem;
  background: var(--paper);
  color: var(--navy);
}

.tour-date-block {
  padding-bottom: 0.65rem;
  border-bottom: 1px solid rgba(26, 39, 68, 0.16);
}

.tour-date-block small,
.tour-date-block span {
  display: block;
  font-size: 0.56rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tour-date-block strong {
  display: block;
  margin-block: 0.2rem;
  color: var(--gold-dark);
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.6vw, 2.25rem);
  line-height: 1;
}

.tour-costs {
  display: grid;
  gap: 0.3rem;
  margin: 0;
}

.tour-costs div {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  padding-bottom: 0.24rem;
  border-bottom: 1px dotted rgba(26, 39, 68, 0.22);
  font-size: 0.68rem;
}

.tour-costs dd {
  margin: 0;
  font-weight: 800;
}

.tour-info-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: 0.8rem;
}

.tour-info-row article {
  padding: 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(9, 18, 33, 0.28);
}

.tour-info-row p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.68rem;
}

.tour-info-row .screen-card-label {
  margin-bottom: 0.3rem;
  color: var(--gold);
}

/* Support payment screen */

.screen-support {
  padding: clamp(0.8rem, 1.8vw, 1.5rem);
  background: #d5cec0;
  color: var(--navy);
}

.payment-window {
  min-height: 100%;
  overflow: hidden;
  border: 1px solid rgba(26, 39, 68, 0.16);
  border-radius: 0.35rem;
  background: var(--paper);
  box-shadow: 0 12px 24px rgba(46, 40, 31, 0.19);
}

.payment-window > header {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.6rem 0.8rem;
  background: var(--navy);
  color: var(--screen-white);
}

.payment-window > header p,
.payment-window > header small {
  margin: 0;
}

.payment-window > header p {
  font-size: 0.72rem;
  font-weight: 800;
}

.payment-window > header small {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.54rem;
}

.payment-lock {
  display: grid;
  width: 1.8rem;
  height: 1.8rem;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  color: #85b883;
}

.payment-body {
  padding: clamp(1.1rem, 2.8vw, 2.3rem);
}

.payment-body > .screen-eyebrow {
  color: var(--gold-dark);
}

.payment-body > h2 {
  margin-bottom: 0.45rem;
}

.payment-body > p:not(.screen-eyebrow) {
  color: #65615a;
  font-size: 0.78rem;
}

.giving-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin-block: 1rem;
}

.giving-option {
  display: flex;
  min-height: 11rem;
  flex-direction: column;
  align-items: flex-start;
  padding: 1rem;
  border: 1px solid rgba(26, 39, 68, 0.17);
  background: var(--screen-white);
}

.giving-option--featured {
  border-top: 4px solid var(--gold);
}

.giving-option > span {
  color: var(--gold-dark);
  font-size: 0.56rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.giving-option h3 {
  margin-block: 0.35rem;
}

.giving-option p {
  color: #66625b;
  font-size: 0.7rem;
}

.giving-option .screen-button,
.giving-option > a:not(.screen-button) {
  margin-top: auto;
}

.giving-option > a:not(.screen-button) {
  overflow-wrap: anywhere;
  color: var(--navy);
  font-size: 0.68rem;
  font-weight: 800;
  text-underline-offset: 3px;
}

.volunteer-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.8rem 1rem;
  background: #ece2cf;
}

.volunteer-strip div {
  display: grid;
}

.volunteer-strip strong {
  font-family: var(--font-display);
}

.volunteer-strip span {
  color: #69635b;
  font-size: 0.65rem;
}

/* About files */

.screen-about {
  padding: clamp(0.75rem, 1.7vw, 1.45rem);
  background: #8d887f;
  color: var(--navy);
}

.file-explorer {
  display: grid;
  min-height: 100%;
  grid-template-columns: minmax(6.5rem, 0.25fr) minmax(0, 1.75fr);
  overflow: hidden;
  border: 1px solid rgba(26, 39, 68, 0.18);
  border-radius: 0.35rem;
  background: #e9e5db;
  box-shadow: 0 12px 22px rgba(39, 34, 28, 0.24);
}

.file-sidebar {
  display: flex;
  flex-direction: column;
  padding: 0.8rem 0.55rem;
  background: var(--navy);
  color: var(--screen-white);
}

.file-sidebar p {
  margin-bottom: 1rem;
  color: var(--gold);
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 800;
}

.file-sidebar button {
  padding: 0.45rem 0.5rem;
  border: 0;
  border-radius: 2px;
  background: transparent;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.62rem;
  text-align: left;
}

.file-sidebar button.is-selected {
  background: rgba(255, 255, 255, 0.1);
  color: var(--screen-white);
  font-weight: 700;
}

.file-content {
  position: relative;
  padding: clamp(1rem, 2.5vw, 2.2rem);
  background:
    linear-gradient(rgba(251, 248, 240, 0.95), rgba(251, 248, 240, 0.95)),
    repeating-linear-gradient(0deg, transparent 0 6px, rgba(26, 39, 68, 0.025) 6px 7px);
}

.folder-tabs {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  gap: 0.2rem;
  padding-left: 0.75rem;
  transform: none;
}

.folder-tabs span {
  padding: 0.28rem 0.7rem;
  border-radius: 4px 4px 0 0;
  background: #e8d291;
  color: var(--navy);
  font-size: 0.52rem;
  font-weight: 800;
}

.folder-tabs span:last-child {
  background: #d0b76f;
}

.mission-file blockquote {
  max-width: 46rem;
  margin: 0.75rem 0 1rem;
  padding-left: 1rem;
  border-left: 4px solid var(--gold);
  color: #424b60;
  font-family: var(--font-display);
  font-size: clamp(0.95rem, 1.6vw, 1.35rem);
}

.history-file,
.staff-file {
  padding-top: 0.75rem;
  border-top: 1px solid rgba(26, 39, 68, 0.16);
}

.history-file p,
.staff-note {
  color: #69655e;
  font-size: 0.7rem;
}

.staff-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.35rem;
  margin: 0 0 0.7rem;
  padding: 0;
  list-style: none;
}

.staff-list li {
  padding: 0.32rem 0.4rem;
  border: 1px solid rgba(26, 39, 68, 0.12);
  background: rgba(255, 255, 255, 0.45);
  font-size: clamp(0.55rem, 0.74vw, 0.7rem);
}

/* Forms */

.screen-mentor,
.screen-contact {
  padding: clamp(0.75rem, 1.8vw, 1.5rem);
  background: #c9c3b7;
  color: var(--navy);
}

.application-window,
.messages-window {
  min-height: 100%;
  border: 1px solid rgba(26, 39, 68, 0.18);
  border-radius: 0.35rem;
  background: var(--paper);
  box-shadow: 0 12px 22px rgba(40, 35, 29, 0.2);
}

.application-window {
  padding: clamp(1rem, 2.5vw, 2rem);
}

.application-window > header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(26, 39, 68, 0.16);
}

.application-window > header .screen-eyebrow {
  margin-bottom: 0.4rem;
  color: var(--gold-dark);
}

.application-window > header h2 {
  margin-bottom: 0;
}

.application-window > header > span {
  padding: 0.35rem 0.45rem;
  border: 2px solid rgba(168, 79, 67, 0.55);
  color: var(--red-pencil);
  font-size: 0.55rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  transform: rotate(2deg);
}

.form-intro {
  margin-block: 0.75rem;
  color: #69645d;
  font-size: 0.7rem;
}

.screen-form {
  display: grid;
  gap: 0.75rem;
}

.form-grid,
.screen-form--compact {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem 0.8rem;
}

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

.field--wide,
.screen-form--compact .turnstile-slot,
.screen-form--compact .form-actions {
  grid-column: 1 / -1;
}

.field span {
  font-size: clamp(0.56rem, 0.72vw, 0.68rem);
  font-weight: 700;
}

.field b {
  color: var(--red-pencil);
}

.field input,
.field textarea {
  width: 100%;
  padding: 0.52rem 0.6rem;
  border: 1px solid rgba(26, 39, 68, 0.27);
  border-radius: 2px;
  background: var(--screen-white);
  color: var(--charcoal);
  font-size: 0.72rem;
}

.field textarea {
  resize: vertical;
}

.field input:focus,
.field textarea:focus {
  border-color: var(--gold-dark);
  outline: 2px solid rgba(196, 162, 74, 0.24);
}

.field input[aria-invalid="true"],
.field textarea[aria-invalid="true"] {
  border-color: var(--red-pencil);
}

.turnstile-slot {
  padding: 0.5rem 0.6rem;
  border: 1px dashed rgba(26, 39, 68, 0.28);
  background: rgba(232, 226, 211, 0.44);
  color: #69645d;
  font-size: 0.58rem;
}

.form-actions {
  display: flex;
  min-height: 2.7rem;
  align-items: center;
  gap: 0.75rem;
}

.form-status {
  margin: 0;
  color: var(--red-pencil);
  font-size: 0.62rem;
  font-weight: 700;
}

.form-status.is-success {
  color: #3f7046;
}

.messages-window {
  display: grid;
  grid-template-columns: minmax(7.3rem, 0.3fr) minmax(0, 1.7fr);
  overflow: hidden;
}

.message-sidebar {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.2rem 0.65rem;
  background: var(--navy);
  color: var(--screen-white);
  text-align: center;
}

.message-avatar {
  display: grid;
  width: 3.2rem;
  height: 3.2rem;
  margin-bottom: 0.6rem;
  place-items: center;
  border: 2px solid var(--gold);
  border-radius: 50%;
  font-family: var(--font-display);
  font-weight: 800;
}

.message-sidebar strong {
  font-size: 0.7rem;
}

.message-sidebar span {
  margin-top: 0.2rem;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.55rem;
}

.message-sidebar button {
  margin-top: auto;
  padding: 0.4rem 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 2px;
  background: transparent;
  color: var(--screen-white);
  cursor: pointer;
  font-size: 0.58rem;
}

.message-thread {
  padding: clamp(1rem, 2.2vw, 1.7rem);
}

.message-thread > header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 0.65rem;
  border-bottom: 1px solid rgba(26, 39, 68, 0.15);
}

.message-thread > header p {
  margin-bottom: 0.2rem;
  color: var(--gold-dark);
  font-size: 0.52rem;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.message-thread > header h2 {
  margin-bottom: 0;
}

.online-status {
  padding: 0.25rem 0.4rem;
  border-radius: 2rem;
  background: #e0eadc;
  color: #476948;
  font-size: 0.52rem;
  font-weight: 700;
}

.contact-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
  margin-block: 0.7rem;
}

.contact-cards article {
  display: flex;
  min-height: 4.3rem;
  flex-direction: column;
  padding: 0.55rem 0.65rem;
  border: 1px solid rgba(26, 39, 68, 0.12);
  background: rgba(232, 226, 211, 0.34);
  font-size: 0.62rem;
}

.contact-cards article > span {
  margin-bottom: 0.25rem;
  color: var(--gold-dark);
  font-size: 0.5rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-cards address {
  font-style: normal;
}

.contact-cards a {
  width: fit-content;
  font-weight: 700;
  text-underline-offset: 2px;
}

.contact-cards p {
  margin: 0;
}

.screen-form--compact {
  padding-top: 0.7rem;
  border-top: 1px solid rgba(26, 39, 68, 0.14);
}

/* Privacy */

.screen-privacy {
  padding: clamp(1rem, 2.5vw, 2.3rem);
  background: #b7b3aa;
  color: var(--navy);
}

.privacy-document {
  min-height: 100%;
  padding: clamp(1.3rem, 3vw, 2.6rem);
  border: 1px solid rgba(26, 39, 68, 0.14);
  background:
    linear-gradient(rgba(251, 248, 240, 0.96), rgba(251, 248, 240, 0.96)),
    repeating-linear-gradient(0deg, transparent 0 7px, rgba(26, 39, 68, 0.025) 7px 8px);
  box-shadow: 0 11px 20px rgba(39, 34, 27, 0.18);
}

.privacy-document header {
  padding-bottom: 0.7rem;
  border-bottom: 2px solid var(--navy);
}

.privacy-document header h2 {
  margin-bottom: 0;
}

.privacy-document > p,
.privacy-document h3 {
  max-width: 44rem;
}

.privacy-document > p {
  color: #656159;
  font-size: 0.75rem;
}

.privacy-document h3 {
  margin-top: 1rem;
}

.privacy-document hr {
  height: 1px;
  margin-block: 1rem;
  border: 0;
  background: rgba(26, 39, 68, 0.16);
}

/* Monitor hardware */

.monitor__label {
  position: absolute;
  right: 1.2rem;
  bottom: 0.7rem;
  left: 1.2rem;
  display: flex;
  align-items: center;
  gap: 0.38rem;
  color: #6d6254;
  font-size: 0.53rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.monitor__label i {
  width: 0.34rem;
  height: 0.34rem;
  border-radius: 50%;
  background: #82776a;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.4);
}

.monitor__label i:first-of-type {
  margin-left: auto;
  background: #6c8c68;
}

.monitor__stand {
  position: absolute;
  z-index: -1;
  bottom: -8.5%;
  left: 42%;
  width: 16%;
  height: 12%;
  border: 1px solid #a4937d;
  background: linear-gradient(90deg, #c2b29d, #e1d5c5 48%, #b6a590);
  box-shadow: 0 8px 10px rgba(43, 27, 10, 0.22);
}

.monitor__base {
  position: absolute;
  z-index: -2;
  bottom: -11%;
  left: 32%;
  width: 36%;
  height: 5%;
  border: 1px solid #9c8c77;
  border-radius: 50% 50% 20% 20%;
  background: linear-gradient(#dfd2c1, #b6a590);
  box-shadow: 0 10px 12px rgba(46, 28, 9, 0.28);
}

.sticky-note {
  position: absolute;
  z-index: 45;
  top: 3.8rem;
  right: -6rem;
  display: grid;
  width: clamp(6.4rem, 10vw, 8.4rem);
  min-height: clamp(5.6rem, 9vw, 7.4rem);
  padding: 0.85rem 0.75rem 0.65rem;
  place-items: center;
  background: #efd77b;
  color: #503f1e;
  font-family: var(--font-hand);
  font-size: clamp(0.85rem, 1.4vw, 1.15rem);
  font-weight: 700;
  line-height: 1.05;
  text-align: center;
  box-shadow: 0 9px 13px rgba(43, 28, 9, 0.23);
  transform: rotate(3.5deg);
}

.sticky-note::before {
  position: absolute;
  top: -0.35rem;
  left: 24%;
  width: 52%;
  height: 0.8rem;
  background: rgba(230, 219, 194, 0.64);
  content: "";
  transform: rotate(-2deg);
}

/* Desk objects */

.keyboard {
  position: absolute;
  z-index: 23;
  bottom: 2.1%;
  left: 50%;
  width: min(43vw, 34rem);
  height: clamp(3.7rem, 9vh, 5.5rem);
  padding: clamp(0.38rem, 0.8vw, 0.65rem);
  border: 1px solid #9d8e7b;
  border-radius: 0.4rem 0.4rem 0.9rem 0.9rem;
  background: linear-gradient(#ded2c2, #b9aa96);
  box-shadow: var(--object-shadow);
  transform: translateX(-50%) perspective(400px) rotateX(18deg);
}

.keyboard__keys {
  display: grid;
  height: 100%;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  gap: clamp(0.12rem, 0.35vw, 0.25rem);
}

.keyboard__keys span {
  display: grid;
  min-width: 0;
  place-items: center;
  border: 1px solid rgba(77, 67, 54, 0.35);
  border-radius: 2px;
  background: linear-gradient(#eee7dc, #cabca9);
  color: #5a534a;
  font-size: clamp(0.28rem, 0.55vw, 0.48rem);
  box-shadow: 0 1px 1px rgba(53, 38, 21, 0.25);
}

.keyboard__space {
  grid-column: 3 / 9;
}

.mouse {
  position: absolute;
  z-index: 22;
  right: clamp(7%, 12vw, 16%);
  bottom: 4.5%;
  width: clamp(2.5rem, 4.4vw, 3.7rem);
  height: clamp(3.4rem, 6.5vh, 4.6rem);
  border: 1px solid #938575;
  border-radius: 50% 50% 46% 46%;
  background: linear-gradient(100deg, #d7ccbd, #b7a994);
  box-shadow: var(--object-shadow);
  transform: rotate(7deg);
}

.mouse::before {
  position: absolute;
  top: 0;
  bottom: 44%;
  left: 50%;
  width: 1px;
  background: rgba(78, 67, 54, 0.4);
  content: "";
}

.mouse span {
  position: absolute;
  top: 0.8rem;
  left: calc(50% - 0.18rem);
  width: 0.36rem;
  height: 0.75rem;
  border-radius: 0.2rem;
  background: #6f675f;
}

.notebook {
  position: absolute;
  z-index: 12;
  bottom: 4.5%;
  left: clamp(1.2rem, 4vw, 4rem);
  display: grid;
  width: clamp(13rem, 20vw, 18rem);
  height: clamp(7.5rem, 15vh, 10rem);
  grid-template-columns: repeat(2, 1fr);
  filter: drop-shadow(0 13px 12px rgba(48, 29, 8, 0.3));
  transform: rotate(-5deg);
}

.notebook__page {
  position: relative;
  padding: 1rem 0.8rem;
  border: 1px solid rgba(74, 59, 39, 0.15);
  background:
    linear-gradient(90deg, transparent 0 1.25rem, rgba(176, 77, 68, 0.22) 1.25rem 1.3rem, transparent 1.3rem),
    repeating-linear-gradient(0deg, #faf5e9 0 1.15rem, #a7bdd0 1.18rem 1.2rem);
  color: #46506b;
  font-family: var(--font-hand);
}

.notebook__page--left {
  border-radius: 0.25rem 0 0 0.25rem;
  box-shadow: inset -7px 0 9px rgba(75, 59, 38, 0.08);
}

.notebook__page--right {
  border-radius: 0 0.25rem 0.25rem 0;
  box-shadow: inset 7px 0 9px rgba(75, 59, 38, 0.08);
}

.notebook__page p,
.notebook__page strong,
.notebook__page span {
  display: block;
  margin: 0;
  line-height: 1.08;
}

.notebook__page p { color: var(--red-pencil); }
.notebook__page strong { font-size: clamp(0.75rem, 1.4vw, 1.1rem); }
.notebook__page span { font-size: clamp(0.58rem, 1vw, 0.82rem); }

.notebook__spiral {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: calc(50% - 0.22rem);
  width: 0.44rem;
  background: repeating-linear-gradient(0deg, transparent 0 0.55rem, #5c5c5c 0.56rem 0.67rem, transparent 0.68rem 0.85rem);
}

.notebook__pen {
  position: absolute;
  z-index: 3;
  right: 12%;
  bottom: -0.2rem;
  width: 0.35rem;
  height: 80%;
  border-radius: 0.2rem;
  background: linear-gradient(90deg, #18345f, #42618b, #132848);
  box-shadow: 0 4px 5px rgba(36, 24, 9, 0.28);
  transform: rotate(67deg);
}

.coffee-mug {
  position: absolute;
  z-index: 14;
  right: clamp(1.3rem, 4.4vw, 4rem);
  bottom: 16%;
  width: clamp(4.1rem, 7vw, 5.8rem);
  height: clamp(4.3rem, 8vh, 5.7rem);
  border-radius: 0.45rem 0.45rem 1.2rem 1.2rem;
  background: linear-gradient(105deg, #24395d, #172641);
  box-shadow: var(--object-shadow);
}

.coffee-mug__rim {
  position: absolute;
  top: -0.4rem;
  right: -0.05rem;
  left: -0.05rem;
  height: 0.9rem;
  border: 0.28rem solid #293e62;
  border-radius: 50%;
  background: #463124;
  box-shadow: inset 0 2px 4px rgba(15, 9, 5, 0.65);
}

.coffee-mug__handle {
  position: absolute;
  top: 0.9rem;
  right: -1.4rem;
  width: 2rem;
  height: 2.5rem;
  border: 0.5rem solid #1b2c4b;
  border-left: 0;
  border-radius: 0 1.2rem 1.2rem 0;
}

.steam {
  position: absolute;
  z-index: -1;
  top: -2.8rem;
  width: 0.7rem;
  height: 2.5rem;
  border-left: 2px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  filter: blur(0.4px);
  opacity: 0;
  animation: steam-rise 4.5s ease-in-out infinite;
}

.steam--one { left: 26%; }
.steam--two { left: 50%; animation-delay: 1.2s; }
.steam--three { left: 70%; animation-delay: 2.3s; }

.phone {
  position: absolute;
  z-index: 11;
  right: clamp(9rem, 13vw, 13rem);
  bottom: 5.5%;
  width: clamp(3.2rem, 5vw, 4.4rem);
  height: clamp(5.8rem, 10vh, 7.5rem);
  border: 2px solid #20242a;
  border-radius: 0.55rem;
  background: linear-gradient(145deg, #30353b, #171a1f);
  box-shadow: var(--object-shadow);
  transform: rotate(8deg);
}

.phone__camera {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  width: 0.55rem;
  height: 0.55rem;
  border: 2px solid #434b56;
  border-radius: 50%;
  background: #101217;
}

.phone__notification {
  position: absolute;
  inset: 0.28rem;
  border-radius: 0.35rem;
  background: rgba(113, 154, 205, 0.42);
  opacity: 0;
  animation: phone-notification 19s steps(2, end) 4s infinite;
}

.permission-slip {
  position: absolute;
  z-index: 9;
  right: 20%;
  bottom: 0.7%;
  display: grid;
  width: clamp(7rem, 12vw, 10rem);
  gap: 0.55rem;
  padding: 0.65rem;
  background: #f2eadc;
  color: rgba(55, 49, 42, 0.65);
  font-size: 0.5rem;
  box-shadow: 0 8px 12px rgba(44, 27, 8, 0.23);
  transform: rotate(-7deg);
}

.permission-slip span {
  height: 1px;
  background: rgba(55, 49, 42, 0.32);
}

.lamp {
  position: absolute;
  z-index: 10;
  bottom: 23%;
  left: clamp(0.8rem, 2vw, 2.2rem);
  width: 5rem;
  height: 13rem;
  filter: drop-shadow(0 12px 9px rgba(42, 25, 8, 0.3));
}

.lamp__shade {
  position: absolute;
  top: 0;
  left: 0;
  width: 4.8rem;
  height: 3.6rem;
  border-radius: 50% 50% 0.4rem 0.4rem;
  background: linear-gradient(120deg, #e2b04e, #a87022);
  clip-path: polygon(20% 0, 80% 0, 100% 100%, 0 100%);
  transform: rotate(-13deg);
}

.lamp__stem {
  position: absolute;
  top: 3rem;
  left: 2.3rem;
  width: 0.35rem;
  height: 8.4rem;
  background: #544b40;
  transform: rotate(9deg);
  transform-origin: top;
}

.lamp__base {
  position: absolute;
  bottom: 0;
  left: 0.65rem;
  width: 4.6rem;
  height: 1.1rem;
  border-radius: 50%;
  background: #4c463e;
}

/* Footer */

.utility-footer {
  position: relative;
  z-index: 90;
  display: grid;
  min-height: var(--footer-height);
  grid-template-columns: 1.2fr 1fr 1fr;
  align-items: center;
  gap: 1.5rem;
  padding: 0.7rem clamp(1rem, 3vw, 2.5rem);
  border-top: 1px solid rgba(196, 162, 74, 0.35);
  background: var(--navy-deep);
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.66rem;
}

.utility-footer__identity {
  display: grid;
}

.utility-footer__identity strong {
  color: var(--screen-white);
  font-family: var(--font-display);
  font-size: 0.83rem;
}

.utility-footer__identity span {
  color: var(--gold);
}

.utility-footer address {
  font-style: normal;
  text-align: center;
}

.utility-footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.9rem;
}

.utility-footer a {
  color: var(--screen-white);
  text-underline-offset: 3px;
}

/* Animations */

@keyframes screen-flicker {
  0% { opacity: 1; transform: translateY(0); }
  22% { opacity: 0.08; transform: translateY(1px); }
  45% { opacity: 0.56; }
  66% { opacity: 0.04; transform: translateY(-1px); }
  100% { opacity: 1; transform: translateY(0); }
}

@keyframes refresh-flash {
  0%, 100% { opacity: 0; }
  35% { opacity: 0.8; }
  55% { opacity: 0.12; }
}

@keyframes lamp-breathe {
  from { opacity: 0.78; }
  to { opacity: 1; }
}

@keyframes steam-rise {
  0% { opacity: 0; transform: translateY(0) translateX(0) scale(0.8); }
  22% { opacity: 0.42; }
  70% { opacity: 0.16; }
  100% { opacity: 0; transform: translateY(-1.7rem) translateX(0.45rem) scale(1.25); }
}

@keyframes phone-notification {
  0%, 88%, 100% { opacity: 0; }
  90%, 94% { opacity: 1; }
  96% { opacity: 0.16; }
}

@keyframes calendar-event-settle {
  0% { box-shadow: 0 0 0 0.65rem rgba(196, 162, 74, 0.42); }
  100% { box-shadow: 0 0 0 2px rgba(196, 162, 74, 0.24); }
}

@keyframes pennant-sway {
  from { transform: rotate(-1.4deg); }
  to { transform: rotate(1.4deg); }
}

/* Tablet */

@media (max-width: 1199px) {
  .utility-header {
    gap: 0.75rem;
  }

  .utility-nav {
    gap: 0.55rem;
  }

  .utility-nav a {
    font-size: 0.65rem;
  }

  .monitor {
    top: clamp(7.2rem, 17vh, 9rem);
    width: min(84vw, 53rem);
  }

  .wall-calendar {
    left: 1rem;
    width: 12.2rem;
  }

  .bulletin-board {
    right: 0.8rem;
    width: 13rem;
    height: 12.5rem;
  }

  .board-flyer--scholarship,
  .board-photo {
    display: none;
  }

  .board-flyer--tour {
    right: 1rem;
    left: 1rem;
    width: auto;
  }

  .notebook {
    left: 1rem;
    width: 12rem;
  }

  .coffee-mug,
  .phone,
  .permission-slip {
    display: none;
  }

  .keyboard {
    width: min(50vw, 31rem);
  }

  .mouse {
    right: 5%;
  }

  .lamp {
    left: 0.35rem;
    transform: scale(0.8);
    transform-origin: bottom left;
  }
}

/* Mobile */

@media (max-width: 767px) {
  :root {
    --header-height: 3.65rem;
  }

  .utility-header {
    position: sticky;
    top: 0;
    grid-template-columns: 1fr auto auto;
    padding-inline: 0.75rem;
  }

  .utility-brand {
    width: 7.2rem;
  }

  .nav-toggle {
    display: grid;
    width: 2.65rem;
    height: 2.65rem;
    padding: 0;
    place-content: center;
    gap: 0.28rem;
    border: 1px solid rgba(255, 255, 255, 0.26);
    border-radius: 3px;
    background: transparent;
    color: var(--screen-white);
    cursor: pointer;
  }

  .nav-toggle span {
    display: block;
    width: 1.25rem;
    height: 2px;
    background: currentcolor;
    transition: transform 140ms ease, opacity 140ms ease;
  }

  .nav-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(0.38rem) rotate(45deg);
  }

  .nav-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .nav-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-0.38rem) rotate(-45deg);
  }

  .utility-nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: none;
    max-height: calc(100svh - var(--header-height));
    padding: 0.65rem 0.75rem 0.9rem;
    overflow-y: auto;
    border-top: 1px solid rgba(196, 162, 74, 0.28);
    background: var(--navy-deep);
    box-shadow: 0 14px 20px rgba(5, 9, 18, 0.32);
  }

  .utility-nav.is-open {
    display: grid;
  }

  .utility-nav a {
    min-height: 2.9rem;
    padding-inline: 0.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 0.78rem;
  }

  .utility-nav a::after {
    right: auto;
    bottom: 50%;
    left: 0;
    width: 3px;
    height: 1.2rem;
    transform: translateY(50%) scaleY(0);
  }

  .utility-nav a[aria-current="page"]::after {
    transform: translateY(50%) scaleY(1);
  }

  .utility-donate {
    min-height: 2.5rem;
    padding-inline: 0.7rem;
    font-size: 0.62rem;
  }

  .room {
    height: calc(100svh - var(--header-height));
    min-height: 43rem;
  }

  .wall {
    bottom: 68%;
    background-size: auto, 360px 360px;
  }

  .desk {
    height: 70%;
    background-size: auto, 450px 450px;
  }

  .room__light {
    background: radial-gradient(circle at 4% 34%, rgba(255, 214, 153, 0.2), transparent 36%);
  }

  .pennant-line,
  .lamp,
  .notebook,
  .coffee-mug,
  .phone,
  .permission-slip,
  .mouse {
    display: none;
  }

  .wall-calendar {
    top: 0.55rem;
    left: 0.6rem;
    width: 12rem;
    height: 6.65rem;
    padding: 0.45rem 0.55rem;
    transform: rotate(-0.5deg);
  }

  .wall-calendar::before,
  .calendar-pin,
  .calendar-weekdays,
  .calendar-grid,
  .calendar-controls {
    display: none;
  }

  .calendar-header {
    margin: 0;
    padding-bottom: 0.22rem;
  }

  .calendar-header h2 {
    font-size: 1rem;
  }

  .calendar-kicker {
    font-size: 0.7rem;
  }

  .calendar-footer {
    align-items: center;
    margin-top: 0.35rem;
  }

  .calendar-footer p {
    font-size: 0.45rem;
  }

  .calendar-footer strong {
    font-size: 1.4rem;
  }

  .calendar-tour-jump {
    font-size: 0.58rem;
  }

  .bulletin-board {
    top: 0.7rem;
    right: 0.6rem;
    width: 7rem;
    height: 5.9rem;
    border-width: 0.3rem;
    background-size: auto, 270px 270px;
    transform: rotate(1.2deg);
  }

  .board-flyer--tour {
    inset: 0.45rem;
    min-height: auto;
    padding: 0.45rem;
  }

  .board-flyer strong {
    font-size: 0.62rem;
  }

  .board-flyer > span:not(.pushpin),
  .board-flyer small {
    font-size: 0.42rem !important;
  }

  .monitor {
    top: 7.65rem;
    width: calc(100% - 0.75rem);
    height: calc(100% - 11.25rem);
    min-height: 30.5rem;
    aspect-ratio: auto;
    padding: 0.58rem 0.58rem 1.15rem;
    border-radius: 0.5rem;
  }

  .monitor__camera {
    top: 0.18rem;
  }

  .monitor__screen {
    grid-template-rows: 1.9rem minmax(0, 1fr);
    border-width: 0.25rem;
  }

  .screen-scanlines,
  .monitor__screen.is-switching::after {
    top: 1.9rem;
  }

  .screen-toolbar {
    min-width: 0;
    padding-inline: 0.45rem;
    font-size: 0.44rem;
  }

  .screen-toolbar__right > span {
    display: none;
  }

  .monitor__label {
    right: 0.7rem;
    bottom: 0.35rem;
    left: 0.7rem;
    font-size: 0.42rem;
  }

  .monitor__stand {
    bottom: -5.5%;
    height: 8%;
  }

  .monitor__base {
    bottom: -7.5%;
    height: 3.5%;
  }

  .sticky-note {
    top: -1rem;
    right: 0.9rem;
    width: 5.2rem;
    min-height: 2.8rem;
    padding: 0.55rem 0.4rem 0.35rem;
    font-size: 0.68rem;
    transform: rotate(2deg);
  }

  .keyboard {
    bottom: 0.15rem;
    width: 56%;
    height: 2.7rem;
    padding: 0.25rem;
    border-radius: 0.25rem 0.25rem 0.6rem 0.6rem;
  }

  .keyboard__keys {
    gap: 0.1rem;
  }

  .keyboard__keys span {
    font-size: 0.2rem;
  }

  .screen-panel h1 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .screen-panel h2 {
    font-size: clamp(1.65rem, 8vw, 2.45rem);
  }

  .screen-panel h3 {
    font-size: 1.15rem;
  }

  .screen-home {
    padding: 0.72rem;
  }

  .home-browser__content {
    padding: 0.95rem;
  }

  .home-mission {
    font-size: 0.72rem;
  }

  .home-actions .screen-button {
    flex: 1 1 8rem;
  }

  .desktop-icons {
    gap: 0.5rem;
    justify-content: center;
    margin-block: 0.75rem;
  }

  .desktop-icon {
    width: 4.4rem;
  }

  .home-dashboard,
  .tour-app-grid,
  .tour-info-row,
  .giving-options,
  .form-grid,
  .screen-form--compact,
  .contact-cards {
    grid-template-columns: 1fr;
  }

  .upcoming-widget li {
    grid-template-columns: 1fr;
  }

  .screen-programs,
  .screen-tour,
  .screen-support,
  .screen-about,
  .screen-mentor,
  .screen-contact,
  .screen-privacy {
    padding: 0.58rem;
  }

  .document-toolbar {
    padding-inline: 0.5rem;
  }

  .document-tabs {
    overflow-x: auto;
  }

  .document-tabs button {
    flex: 0 0 auto;
  }

  .document-page {
    margin-inline: 0.4rem;
    padding: 1rem;
  }

  .document-stamp {
    position: static;
    display: inline-block;
    margin-bottom: 0.55rem;
  }

  .tour-app-header {
    align-items: start;
  }

  .route-map {
    min-height: 13.5rem;
  }

  .tour-details {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tour-details .screen-button,
  .tour-details .screen-text-link {
    grid-column: 1 / -1;
  }

  .payment-body {
    padding: 1rem;
  }

  .volunteer-strip {
    align-items: stretch;
    flex-direction: column;
  }

  .file-explorer,
  .messages-window {
    grid-template-columns: 1fr;
  }

  .file-sidebar,
  .message-sidebar {
    display: none;
  }

  .file-content,
  .message-thread {
    padding: 1rem;
  }

  .staff-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .field--wide,
  .screen-form--compact .turnstile-slot,
  .screen-form--compact .form-actions {
    grid-column: 1;
  }

  .form-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .message-thread > header {
    align-items: start;
    flex-direction: column;
    gap: 0.4rem;
  }

  .utility-footer {
    grid-template-columns: 1fr;
    gap: 0.6rem;
    padding-block: 1rem;
    text-align: center;
  }

  .utility-footer address {
    order: 3;
  }

  .utility-footer__links {
    justify-content: center;
  }
}

@media (max-width: 380px) {
  .utility-donate {
    padding-inline: 0.55rem;
  }

  .wall-calendar {
    width: 10.8rem;
  }

  .bulletin-board {
    width: 6.35rem;
  }

  .monitor {
    top: 7.5rem;
    height: calc(100% - 11rem);
  }

  .screen-toolbar__right {
    display: none;
  }

  .tour-countdown {
    min-width: 4rem;
  }
}

@media (max-height: 720px) and (min-width: 768px) {
  .room {
    min-height: 42rem;
  }

  .monitor {
    top: 6.5rem;
    width: min(69vw, 49rem);
  }

  .wall-calendar,
  .bulletin-board {
    top: 2.6rem;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
