:root {
  --ink: #17101d;
  --white: #fff;
  --muted: #746a7d;
  --purple: #8f3fff;
  --purple-dark: #27073e;
  --gold: #ffb81f;
  --glass: rgba(244, 235, 255, 0.74);
  --glass-dark: rgba(20, 7, 31, 0.78);
  --line: rgba(255, 255, 255, 0.42);
  font-family: "DM Sans", sans-serif;
  color: var(--white);
  background: #14051f;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-width: 320px;
  min-height: 100%;
  margin: 0;
  overflow: hidden;
}

button {
  color: inherit;
  font: inherit;
}

button:focus-visible,
a:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 15px;
  transform: translateY(-160%);
  color: #16071f;
  background: white;
  border-radius: 10px;
}

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

.desktop {
  position: relative;
  width: 100vw;
  height: 100dvh;
  min-height: 560px;
  isolation: isolate;
  overflow: hidden;
}

.wallpaper {
  position: absolute;
  z-index: -2;
  inset: -4%;
  overflow: hidden;
  background:
    radial-gradient(circle at 71% 34%, rgba(232, 153, 255, 0.92), transparent 19%),
    radial-gradient(circle at 78% 67%, rgba(132, 61, 255, 0.95), transparent 31%),
    radial-gradient(circle at 14% 13%, #8b00c8 0, #450068 37%, #180626 75%);
  transform: scale(1.02);
  transition: filter 0.45s ease, transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

.wallpaper::before,
.wallpaper::after {
  position: absolute;
  content: "";
  border-radius: 50%;
  filter: blur(1px);
}

.wallpaper::before {
  width: 70vw;
  height: 150vh;
  top: -31vh;
  right: 1vw;
  border: 7vw solid rgba(255, 210, 255, 0.64);
  box-shadow:
    0 0 60px #bf7dff,
    inset 0 0 80px rgba(255, 255, 255, 0.38);
  transform: rotate(22deg);
}

.wallpaper::after {
  width: 50vw;
  height: 130vh;
  top: -20vh;
  right: 21vw;
  border: 4.5vw solid rgba(113, 27, 196, 0.5);
  box-shadow:
    0 0 50px rgba(247, 167, 255, 0.7),
    inset 0 0 65px rgba(228, 196, 255, 0.45);
  transform: rotate(17deg);
}

.ribbon {
  position: absolute;
  width: 16vw;
  height: 145vh;
  top: -21vh;
  border-radius: 50%;
  background: linear-gradient(
    90deg,
    rgba(105, 0, 162, 0.85),
    rgba(230, 168, 255, 0.88) 40%,
    rgba(104, 34, 199, 0.72)
  );
  box-shadow: inset 0 0 45px rgba(255, 255, 255, 0.36), 0 0 38px rgba(255, 122, 243, 0.45);
  transform: rotate(18deg);
}

.ribbon-one { left: -8vw; }
.ribbon-two { left: 8vw; }
.ribbon-three { left: 24vw; }
.ribbon-four {
  right: -3vw;
  width: 26vw;
  transform: rotate(-9deg);
}

.glow {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(12, 0, 19, 0.04), rgba(12, 0, 19, 0.28));
}

body.launcher-open .wallpaper,
body.window-open .wallpaper {
  filter: blur(9px) brightness(0.62) saturate(0.9);
  transform: scale(1.065);
}

.menu-bar {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 42px;
  padding: 0 19px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(39, 9, 56, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 1px 20px rgba(17, 1, 26, 0.13);
  backdrop-filter: blur(22px) saturate(1.4);
  -webkit-backdrop-filter: blur(22px) saturate(1.4);
}

.system-name,
.system-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.system-name img {
  width: 23px;
  height: 23px;
  object-fit: cover;
  border-radius: 50%;
}

.system-meta {
  font-weight: 500;
}

#clock {
  min-width: 68px;
  text-align: right;
}

.welcome {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: min(90vw, 700px);
  text-align: center;
  text-shadow: 0 3px 25px rgba(39, 4, 56, 0.44);
  transform: translate(-50%, -54%);
  transition: opacity 0.35s ease, transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.welcome p {
  margin: 0 0 5px;
  font: 600 12px/1 "Manrope", sans-serif;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.welcome h1 {
  margin: 0;
  font: 700 clamp(44px, 7vw, 92px)/0.95 "Manrope", sans-serif;
  letter-spacing: -0.065em;
}

.welcome span {
  display: inline-block;
  margin-top: 20px;
  padding: 9px 14px;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(36, 7, 51, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  font-size: 12px;
  backdrop-filter: blur(10px);
}




body.launcher-open .welcome,
body.window-open .welcome {
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -60%) scale(0.97);
}

.dock {
  position: absolute;
  z-index: 40;
  bottom: max(18px, env(safe-area-inset-bottom));
  left: 50%;
  min-width: 90px;
  min-height: 86px;
  padding: 9px 12px;
  display: grid;
  place-items: center;
  transform: translateX(-50%);
  background: rgba(246, 231, 255, 0.29);
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 23px;
  box-shadow:
    0 18px 40px rgba(24, 2, 36, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.33);
  backdrop-filter: blur(24px) saturate(1.5);
  -webkit-backdrop-filter: blur(24px) saturate(1.5);
  transition: transform 0.25s ease, background 0.25s ease;
}

.launcher-guide {
  position: absolute;
  z-index: 25;
  inset: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  background: radial-gradient(
    circle 125px at 50% calc(100% - 63px),
    transparent 0,
    transparent 43%,
    rgba(12, 2, 19, 0.22) 63%,
    rgba(12, 2, 19, 0.72) 100%
  );
}

body.guided .launcher-guide {
  visibility: visible;
  animation: guide-screen 4.8s ease-in-out 0.8s 1 both;
}

body.guided .dock {
  animation: guide-dock 4.8s cubic-bezier(0.22, 1, 0.36, 1) 0.8s 1 both;
}

body.guided .launcher-button img {
  animation: guide-logo 4.8s cubic-bezier(0.22, 1, 0.36, 1) 0.8s 1 both;
}

.desktop.guide-complete .launcher-guide {
  display: none;
}

@keyframes guide-screen {
  0%,
  100% {
    opacity: 0;
  }
  18%,
  70% {
    opacity: 1;
  }
}

@keyframes guide-dock {
  0%,
  100% {
    transform: translateX(-50%);
    box-shadow:
      0 18px 40px rgba(24, 2, 36, 0.25),
      inset 0 1px 0 rgba(255, 255, 255, 0.33);
  }
28%,
65% {
  transform: translateX(-50%);
  box-shadow:
    0 24px 65px rgba(25, 1, 39, 0.45),
    0 0 0 4px rgba(255, 255, 255, 0.1),
    0 0 44px rgba(214, 158, 255, 0.48),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
}
}

@keyframes guide-logo {
  0%,
  100% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.08);
  }
  42% {
    transform: scale(1);
  }
  54% {
    transform: scale(1.08);
  }
  66% {
    transform: scale(1);
  }
}

.dock:hover {
  transform: translateX(-50%) translateY(-2px);
  background: rgba(246, 231, 255, 0.37);
}

.launcher-button {
  position: relative;
  width: 65px;
  height: 65px;
  padding: 0;
  display: block;
  cursor: pointer;
  background: transparent;
  border: 0;
  border-radius: 50%;
  transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

.launcher-button:hover {
  transform: scale(1.1) translateY(-5px);
}

.launcher-button::after {
  position: absolute;
  bottom: -7px;
  left: 50%;
  width: 5px;
  height: 5px;
  opacity: 0;
  background: white;
  border-radius: 50%;
  content: "";
  transform: translateX(-50%);
  transition: opacity 0.2s ease;
}

body.launcher-open .launcher-button::after,
body.window-open .launcher-button::after {
  opacity: 1;
}

.launcher-button img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  box-shadow: 0 9px 18px rgba(22, 0, 36, 0.34);
}

.dock-tooltip {
  position: absolute;
  bottom: calc(100% + 15px);
  left: 50%;
  width: max-content;
  padding: 7px 10px;
  visibility: hidden;
  opacity: 0;
  color: #24122d;
  background: rgba(255, 255, 255, 0.88);
  border-radius: 7px;
  font-size: 11px;
  font-weight: 600;
  pointer-events: none;
  transform: translate(-50%, 6px);
  transition: 0.2s ease;
}

.launcher-button:hover .dock-tooltip {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, 0);
}

.launcher {
  position: absolute;
  z-index: 30;
  top: 6.5%;
  bottom: 13%;
  left: 50%;
  width: min(1120px, 88vw);
  padding: 28px 34px 22px;
  visibility: hidden;
  opacity: 0;
  color: #f9f6fb;
  background:
    radial-gradient(circle at 76% 8%, rgba(172, 105, 235, 0.18), transparent 34%),
    linear-gradient(145deg, rgba(34, 12, 49, 0.91), rgba(14, 6, 21, 0.86));
  border: 1px solid rgba(226, 190, 255, 0.28);
  border-radius: 28px;
  box-shadow:
    0 44px 110px rgba(8, 0, 13, 0.68),
    0 12px 35px rgba(15, 1, 24, 0.6),
    0 0 0 1px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.15),
    inset 0 -35px 80px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(38px) saturate(1.25);
  -webkit-backdrop-filter: blur(38px) saturate(1.25);
  transform: translate(-50%, 35px) scale(0.92);
  transform-origin: bottom center;
  transition:
    opacity 0.3s ease,
    transform 0.48s cubic-bezier(0.16, 1, 0.3, 1),
    visibility 0.48s;
}

body.launcher-open .launcher {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}

.launcher-bar {
  min-height: 45px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: flex-start;
}

.launcher-bar p {
  margin: 0;
  font: 700 25px/1 "Manrope", sans-serif;
  letter-spacing: -0.035em;
}

.launcher-bar div > span {
  display: block;
  margin-top: 7px;
  color: #a99daf;
  font-size: 12px;
}

.close-launcher {
  position: relative;
  width: 32px;
  height: 32px;
  padding: 0;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.09);
  border: 0;
  border-radius: 50%;
}

.close-launcher span {
  position: absolute;
  top: 15px;
  left: 9px;
  width: 14px;
  height: 1.5px;
  background: #ddd4e2;
  transform: rotate(45deg);
}

.close-launcher span:last-child {
  transform: rotate(-45deg);
}

.category-bar {
  margin: 23px 0 12px;
  padding-bottom: 14px;
  display: flex;
  gap: 8px;
  overflow-x: auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  scrollbar-width: none;
}

.category-bar::-webkit-scrollbar {
  display: none;
}

.category {
  padding: 7px 14px;
  flex: 0 0 auto;
  cursor: pointer;
  color: #bcb0c3;
  background: rgba(255, 255, 255, 0.065);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
}

.category.active {
  color: white;
  background: #8840c8;
  border-color: #a969e4;
  box-shadow: 0 6px 18px rgba(91, 24, 150, 0.32);
}

.app-grid {
  padding: 20px 12px 8px;
  display: grid;
  grid-template-columns: repeat(4, minmax(120px, 1fr));
  gap: clamp(22px, 4vh, 42px) 24px;
  align-content: start;
  overflow-y: auto;
  max-height: calc(100% - 156px);
  overscroll-behavior: contain;
  scroll-behavior: smooth;
  scroll-snap-type: y proximity;
  touch-action: pan-y;
  transform: translate3d(var(--swipe-x, 0), 0, 0);
  opacity: calc(1 - var(--swipe-progress, 0));
  transition:
    transform 0.3s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.2s ease;
  will-change: transform;
}

.app-grid.launcher-swipe-active {
  cursor: grabbing;
  user-select: none;
  transition: none;
}

.app-grid.launcher-snap-back {
  transition:
    transform 0.36s cubic-bezier(0.2, 0.9, 0.2, 1.12),
    opacity 0.22s ease;
}

.downloads-icon{background:linear-gradient(145deg,#8f3bd4,#351050);position:relative}.downloads-icon span{position:absolute;left:50%;top:10px;transform:translateX(-50%);font:700 48px/1 Manrope,sans-serif;color:#fff}.downloads-icon i{position:absolute;left:20%;right:20%;bottom:18px;height:16px;border:4px solid #f0b32d;border-top:0;border-radius:0 0 8px 8px}

.app-grid.page-enter-next {
  animation: page-enter-next 0.38s cubic-bezier(0.16, 1, 0.3, 1);
}

.app-grid.page-enter-previous {
  animation: page-enter-previous 0.38s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes page-enter-next {
  from {
    opacity: 0;
    transform: translateX(42px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes page-enter-previous {
  from {
    opacity: 0;
    transform: translateX(-42px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.app {
  min-width: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  color: #f6f1f8;
  background: transparent;
  border: 0;
  border-radius: 16px;
  transition: opacity 0.22s ease, transform 0.26s cubic-bezier(0.22, 1, 0.36, 1);
  text-decoration: none;
  scroll-snap-align: start;
}

.app.filtered {
  display: none;
}

.app-icon {
  position: relative;
  width: 88px;
  height: 88px;
  margin-bottom: 11px;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: white;
  background: #2c1936;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 22px;
  box-shadow:
    0 13px 20px rgba(45, 22, 55, 0.18),
    inset 0 1px 1px rgba(255, 255, 255, 0.34);
  font: 800 25px/1 "Manrope", sans-serif;
  transition: box-shadow 0.25s ease;
}

.app:hover .app-icon {
  box-shadow:
    0 18px 26px rgba(45, 22, 55, 0.26),
    inset 0 1px 1px rgba(255, 255, 255, 0.38);
}

.app strong {
  max-width: 100%;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.app small {
  margin-top: 3px;
  color: #9f94a6;
  font-size: 10px;
}

.shiftkeep-icon {
  padding: 0;
  background: #fff;
}

.shiftkeep-icon img,
.pagekeep-icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.pagekeep-icon {
  padding: 4px;
  background: #111216;
  border-color: rgba(255, 255, 255, .35);
}

.pagekeep-icon img { object-fit: contain; }

.fitkeep-icon,
.firstcook-icon,
.lifekeep-icon {
  overflow: hidden;
  isolation: isolate;
}

.fitkeep-icon {
  color: #151517;
  background:
    radial-gradient(circle at 72% 18%, rgba(255,255,255,.72), transparent 21%),
    linear-gradient(145deg, #ffd84a, #f5a800);
}

.firstcook-icon {
  color: #ffd84a;
  background:
    linear-gradient(90deg, transparent 47%, rgba(255,216,74,.22) 48% 52%, transparent 53%),
    linear-gradient(145deg, #252529, #101012);
}

.lifekeep-icon {
  color: #ffd84a;
  background:
    radial-gradient(circle at 30% 22%, rgba(255,255,255,.2), transparent 26%),
    linear-gradient(145deg, #7b38b4, #2a1136);
}

.fitkeep-icon span,
.firstcook-icon span,
.lifekeep-icon span {
  position: relative;
  z-index: 1;
  font: 900 25px/1 "Manrope", sans-serif;
  letter-spacing: -.07em;
}

.lifekeep-icon span { font-size: 34px; letter-spacing: 0; }

.clock-face {
  position: absolute;
  top: 13px;
  left: 13px;
  width: 49px;
  height: 49px;
  border: 4px solid var(--gold);
  border-radius: 50%;
}

.clock-face i {
  position: absolute;
  top: 22px;
  left: 21px;
  width: 17px;
  height: 2px;
  background: white;
  border-radius: 2px;
  transform: rotate(-24deg);
  transform-origin: left center;
}

.clock-face i:last-child {
  width: 13px;
  transform: rotate(-90deg);
}

.shiftkeep-icon b {
  position: absolute;
  right: 11px;
  bottom: 9px;
  width: 29px;
  height: 35px;
  display: grid;
  place-items: center;
  color: #111;
  background: var(--gold);
  border: 3px solid #24262c;
  border-radius: 6px;
  font-size: 16px;
}

.learnkeep-icon {
  padding: 0;
  overflow: hidden;
  background: #111216;
  border-color: rgba(255, 255, 255, .35);
}

.learnkeep-icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.lifequest-icon {
  padding: 4px;
  background:
    radial-gradient(circle, rgba(155, 137, 100, 0.13), transparent 55%),
    linear-gradient(145deg, #25272b, #050607);
  border-color: rgba(208, 194, 157, 0.31);
}

.lifequest-icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 4px 5px rgba(0, 0, 0, 0.65));
}

.growth-icon {
  background:
    radial-gradient(circle at 28% 18%, rgba(255, 255, 255, 0.28), transparent 30%),
    linear-gradient(145deg, #7d2ca7 0%, #4b126f 48%, #21072f 100%);
}

.growth-buildings {
  width: 58px;
  height: 55px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 5px;
  filter: drop-shadow(0 5px 5px rgba(15, 2, 22, 0.42));
}

.growth-buildings i {
  position: relative;
  width: 14px;
  display: block;
  border: 1px solid rgba(255, 241, 187, 0.9);
  border-radius: 3px 3px 1px 1px;
  background:
    repeating-linear-gradient(
      to bottom,
      transparent 0 7px,
      rgba(73, 24, 76, 0.62) 7px 10px
    ),
    linear-gradient(180deg, #ffd76c 0%, #f2a817 100%);
  box-shadow:
    inset 2px 0 3px rgba(255, 255, 255, 0.28),
    0 0 12px rgba(255, 185, 42, 0.18);
}

.growth-buildings i:nth-child(1) { height: 28px; }
.growth-buildings i:nth-child(2) { height: 40px; }
.growth-buildings i:nth-child(3) { height: 54px; }

.about-icon {
  padding: 5px;
  background:
    radial-gradient(circle at 30% 18%, rgba(196, 132, 255, .42), transparent 34%),
    linear-gradient(145deg, #5d1a87, #190525 72%);
}

.about-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  clip-path: circle(48% at 50% 50%);
  transform: scale(1.06);
  filter: drop-shadow(0 8px 12px rgba(10, 0, 15, .45));
}

.journey-icon {
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.25), transparent 29%),
    linear-gradient(145deg, #b74cff, #5b167d);
}

.journey-icon span {
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  padding-left: 3px;
  border: 2px solid white;
  border-radius: 50%;
  font-size: 15px;
}

.canteen-icon {
  padding: 9px 5px;
  overflow: hidden;
  background:
    radial-gradient(circle at 28% 18%, rgba(255, 255, 255, 0.2), transparent 32%),
    linear-gradient(145deg, #831c2b 0%, #4f0d18 58%, #26050b 100%);
  border-color: rgba(255, 225, 225, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    inset 0 -12px 28px rgba(30, 0, 5, 0.2),
    0 12px 24px rgba(14, 0, 8, 0.34);
}

.canteen-icon::after {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  pointer-events: none;
}

.canteen-icon img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  transform: scale(1.08);
  filter:
    drop-shadow(0 2px 0 rgba(255, 255, 255, 0.3))
    drop-shadow(0 5px 6px rgba(15, 0, 3, 0.42));
}

.contact-icon {
  background: linear-gradient(145deg, #8f50d6, #492064);
}

.contact-icon span {
  font-size: 40px;
  font-weight: 500;
}

.instagram-icon,
.facebook-icon {
  background:
    radial-gradient(circle at 26% 13%, rgba(255, 220, 129, 0.76), transparent 29%),
    linear-gradient(145deg, #a552f0, #481469 68%, #2b0b3e);
}

.instagram-camera {
  position: relative;
  width: 47px;
  height: 47px;
  display: block;
  border: 4px solid #fff;
  border-radius: 14px;
}

.instagram-camera::before {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 19px;
  height: 19px;
  border: 3px solid #fff;
  border-radius: 50%;
  content: "";
}

.instagram-camera::after {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  content: "";
}

.facebook-icon span {
  color: #fff;
  font: 800 62px/1 "Manrope", sans-serif;
  transform: translateY(10px);
}

.launcher-footer {
  position: absolute;
  right: 34px;
  bottom: 14px;
  margin: 0;
  color: #8f8396;
  font-size: 10px;
}

.page-indicators {
  position: absolute;
  bottom: 17px;
  left: 50%;
  display: flex;
  gap: 8px;
  align-items: center;
  transform: translateX(-50%);
}

.page-dot {
  width: 7px;
  height: 7px;
  padding: 0;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.24);
  border: 0;
  border-radius: 50%;
  transition:
    width 0.2s ease,
    background 0.2s ease,
    transform 0.2s ease;
}

.page-dot:hover {
  background: rgba(255, 255, 255, 0.58);
  transform: scale(1.2);
}

.page-dot.active {
  width: 18px;
  background: #c38cff;
  border-radius: 999px;
}

.app-window {
  --window-x: 0px;
  --window-y: 0px;
  position: absolute;
  z-index: 35;
  top: 7%;
  bottom: 13%;
  left: 50%;
  width: min(1180px, 92vw);
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  color: #f7f2fa;
  background: rgba(17, 8, 23, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 22px;
  box-shadow: 0 36px 100px rgba(14, 0, 23, 0.55);
  backdrop-filter: blur(33px) saturate(1.2);
  -webkit-backdrop-filter: blur(33px) saturate(1.2);
  transform:
    translate(
      calc(-50% + var(--window-x)),
      calc(35px + var(--window-y))
    )
    scale(0.94);
  transform-origin: bottom center;
  transition:
    opacity 0.3s ease,
    transform 0.48s cubic-bezier(0.16, 1, 0.3, 1),
    visibility 0.48s;
}

body.window-open .app-window {
  visibility: visible;
  opacity: 1;
  transform: translate(calc(-50% + var(--window-x)), var(--window-y)) scale(1);
}

body.window-open .app-window.dragging {
  user-select: none;
  transition: none;
}

.window-bar {
  height: 48px;
  padding: 0 17px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  background: rgba(255, 255, 255, 0.07);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  cursor: grab;
  touch-action: none;
}

.app-window.dragging .window-bar {
  cursor: grabbing;
}

.window-bar > p {
  margin: 0;
  color: #bcb2c1;
  font-size: 11px;
  font-weight: 600;
}

.window-controls {
  display: flex;
  gap: 8px;
}

.window-controls button {
  width: 12px;
  height: 12px;
  padding: 0;
  cursor: pointer;
  background: #ff5f57;
  border: 0;
  border-radius: 50%;
}

.window-controls .window-minimize {
  background: #febc2e;
}

.window-controls .window-maximize {
  position: relative;
  background: #28c840;
}

.window-controls .window-maximize::after {
  content: "";
  position: absolute;
  inset: 3px;
  border: 1px solid rgba(0, 67, 20, 0.58);
  border-radius: 1px;
  opacity: 0;
  transition: opacity 0.16s ease;
}

.window-controls .window-maximize:hover::after,
.window-controls .window-maximize:focus-visible::after {
  opacity: 1;
}

.window-controls .window-back {
  width: auto;
  height: 30px;
  margin: -9px 0 -9px 10px;
  padding: 0 12px 0 10px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  cursor: pointer;
  color: #e9e1ed;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
  transition:
    color 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}

.window-controls .window-back:hover {
  color: #fff;
  background: rgba(190, 133, 255, 0.18);
  border-color: rgba(190, 133, 255, 0.38);
  transform: translateX(-2px);
}

.window-controls .window-back > span {
  width: auto;
  height: auto;
  background: transparent;
  border-radius: 0;
  font-size: 16px;
  line-height: 1;
}

.window-brand {
  justify-self: end;
  color: #d7cddd;
  font: 700 9px/1 "Manrope", sans-serif;
  letter-spacing: 0.06em;
}

.window-brand span {
  color: #be85ff;
}

.window-content {
  height: calc(100% - 48px);
  overflow-y: auto;
}

.product-view {
  min-height: 100%;
  padding: clamp(28px, 4vw, 54px);
  background:
    radial-gradient(circle at 83% 16%, var(--app-glow, rgba(152, 72, 255, 0.25)), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.03), transparent 55%);
}

.legacy-view {
  position: relative;
  min-height: 100%;
  padding: clamp(38px, 6vw, 75px);
  background:
    radial-gradient(circle at 83% 16%, var(--app-glow, rgba(152, 72, 255, 0.25)), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.03), transparent 55%);
}

.contact-signal {
  width: clamp(245px, 24vw, 330px);
  min-height: 275px;
  padding: 28px;
  position: absolute;
  top: clamp(54px, 7vw, 88px);
  right: clamp(38px, 6vw, 86px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  color: #171217;
  background:
    radial-gradient(circle at 82% 12%, rgba(255,255,255,.62), transparent 21%),
    linear-gradient(145deg, #ffd84a, #f5b400 68%, #d99500);
  border: 1px solid rgba(255,255,255,.62);
  border-radius: 28px;
  box-shadow: 0 28px 70px rgba(0,0,0,.3), 0 0 45px rgba(245,180,0,.12);
  text-decoration: none;
  transform: rotate(1.4deg);
  transition: transform .25s ease, box-shadow .25s ease;
}

.contact-signal:hover,
.contact-signal:focus-visible {
  outline: 3px solid rgba(255,255,255,.88);
  outline-offset: 4px;
  transform: rotate(0) translateY(-5px);
  box-shadow: 0 36px 82px rgba(0,0,0,.36), 0 0 58px rgba(245,180,0,.19);
}

.contact-signal::after {
  content: "";
  width: 210px;
  height: 210px;
  position: absolute;
  right: -96px;
  bottom: -112px;
  border: 32px solid rgba(20,20,22,.09);
  border-radius: 50%;
}

.contact-signal-orbit {
  width: 72px;
  height: 54px;
  display: block;
  position: relative;
  border: 3px solid #171217;
  border-radius: 10px;
}

.contact-signal-orbit::before,
.contact-signal-orbit::after {
  content: "";
  width: 42px;
  height: 3px;
  position: absolute;
  top: 16px;
  background: #171217;
  transform-origin: center;
}

.contact-signal-orbit::before { left: -2px; transform: rotate(34deg); }
.contact-signal-orbit::after { right: -2px; transform: rotate(-34deg); }

.contact-signal-copy {
  display: grid;
  gap: 7px;
  position: relative;
  z-index: 1;
}

.contact-signal-copy small {
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.contact-signal-copy strong {
  font: 800 clamp(30px, 3vw, 43px)/.92 "Manrope", sans-serif;
  letter-spacing: -.055em;
}

.contact-signal-copy em {
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
}

.contact-signal > b {
  position: absolute;
  top: 24px;
  right: 25px;
  font: 800 20px/1 "Manrope", sans-serif;
}

@media (max-width: 1120px) {
  .contact-view h2,
  .contact-view .view-copy { max-width: 58%; }
  .contact-signal { right: 34px; }
}

@media (max-width: 820px) {
  .contact-view h2,
  .contact-view .view-copy { max-width: none; }
  .contact-signal {
    width: 100%;
    min-height: 220px;
    margin: 34px 0 8px;
    position: relative;
    inset: auto;
    transform: none;
  }
}

.legacy-view .view-kicker {
  margin: 0 0 14px;
  color: var(--view-accent, #c18cff);
  font: 700 10px/1 "Manrope", sans-serif;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.legacy-view h2 {
  max-width: 790px;
  margin: 0;
  font: 700 clamp(42px, 7vw, 78px)/0.98 "Manrope", sans-serif;
  letter-spacing: -0.055em;
}

.legacy-view .view-copy {
  max-width: 650px;
  margin: 25px 0 37px;
  color: #bcb3c1;
  font-size: clamp(16px, 2vw, 19px);
  line-height: 1.65;
}

.legacy-view .view-action {
  margin-top: 38px;
}

.legacy-view .view-note {
  margin-top: 42px;
  padding-top: 24px;
  color: #827888;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 11px;
}

.profile-header {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr) auto;
  gap: 26px;
  align-items: center;
}

.profile-icon {
  width: 132px;
  height: 132px;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: var(--view-accent);
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 30px;
  box-shadow: 0 22px 45px rgba(0,0,0,.35);
  font: 800 30px/1 "Manrope", sans-serif;
}

.profile-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-copy {
  min-width: 0;
}

.profile-category,
.feed-heading > div > span {
  display: block;
  margin-bottom: 7px;
  color: var(--view-accent, #c18cff);
  font: 700 10px/1 "Manrope", sans-serif;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.profile-copy h2 {
  margin: 0;
  font: 700 clamp(36px, 5vw, 60px)/0.98 "Manrope", sans-serif;
  letter-spacing: -0.055em;
}

.profile-handle {
  margin: 8px 0 0;
  color: #8e8493;
  font-size: 11px;
}

.profile-copy .view-copy {
  max-width: 660px;
  margin: 16px 0 20px;
  color: #bcb3c1;
  font-size: 14px;
  line-height: 1.55;
}

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

.view-meta span {
  padding: 8px 12px;
  color: #d7cddb;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 600;
}

.view-action {
  display: inline-flex;
  min-height: 48px;
  padding: 0 18px;
  align-items: center;
  gap: 25px;
  color: #1a0a20;
  background: var(--view-accent, #c18cff);
  border-radius: 8px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.profile-actions {
  display: grid;
  gap: 10px;
}



.product-stats {
  margin: 30px 0;
  padding: 18px 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-block: 1px solid rgba(255,255,255,.1);
}

.product-stats div {
  padding: 0 22px;
  border-right: 1px solid rgba(255,255,255,.1);
}

.product-stats div:first-child { padding-left: 0; }
.product-stats div:last-child { border: 0; }
.product-stats dt {
  margin-bottom: 6px;
  color: #736979;
  font-size: 9px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.product-stats dd {
  margin: 0;
  color: #d7cddd;
  font-size: 11px;
  font-weight: 600;
}

.featured-story {
  min-height: 230px;
  padding: 32px clamp(28px, 5vw, 64px);
  display: grid;
  grid-template-columns: 1fr 220px;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 50%, rgba(217,185,110,.18), transparent 28%),
    linear-gradient(115deg, #090b0f, #19191a 55%, #08090b);
  border: 1px solid rgba(217,185,110,.18);
  border-radius: 20px;
}

.featured-story span {
  color: var(--view-accent);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.featured-story h3 {
  max-width: 590px;
  margin: 10px 0 12px;
  font: 700 clamp(31px, 4vw, 48px)/1 "Manrope", sans-serif;
  letter-spacing: -.045em;
}
.featured-story p {
  max-width: 580px;
  margin: 0;
  color: #aaa3ac;
  font-size: 13px;
  line-height: 1.55;
}
.featured-story img {
  width: 210px;
  opacity: .86;
  filter: drop-shadow(0 20px 30px #000);
}

.feed-section {
  padding-top: 38px;
}
.feed-heading {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
}
.feed-heading h2 {
  margin: 0;
  font: 700 28px/1 "Manrope", sans-serif;
  letter-spacing: -.04em;
}
.feed-filters {
  display: flex;
  gap: 6px;
  overflow-x: auto;
}
.feed-filters button {
  padding: 7px 11px;
  flex: 0 0 auto;
  cursor: pointer;
  color: #958a9b;
  background: transparent;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  font-size: 10px;
}
.feed-filters button.active {
  color: #130719;
  background: #f3ebf7;
}
.feed-grid {
  padding-bottom: 30px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 14px;
}
.feed-card {
  min-height: 225px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  background: rgba(255,255,255,.045);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 16px;
}
.feed-card[hidden] { display: none; }
.feed-quest { background: linear-gradient(145deg, rgba(217,185,110,.11), rgba(255,255,255,.035)); }
.feed-word { background: linear-gradient(145deg, rgba(140,66,198,.18), rgba(255,255,255,.035)); }
.feed-card-top,
.feed-card-footer {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.feed-card-top { color: #817687; font-size: 9px; }
.post-kind {
  color: var(--view-accent);
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.feed-card h3 {
  max-width: 520px;
  margin: 22px 0 10px;
  font: 700 clamp(20px, 2.2vw, 27px)/1.12 "Manrope", sans-serif;
  letter-spacing: -.035em;
}
.feed-card > p {
  margin: 0;
  color: #9f96a4;
  font-size: 12px;
  line-height: 1.55;
}
.feed-card-footer {
  margin-top: auto;
  padding-top: 22px;
  align-items: center;
  color: #716777;
  font-size: 9px;
}
.feed-card-footer button {
  padding: 0;
  cursor: pointer;
  color: #a69bac;
  background: transparent;
  border: 0;
  font-size: 20px;
}

.lifequest-view {
  --view-accent: #c6ab6b;
  color: #eee9dc;
  background:
    linear-gradient(rgba(5, 6, 7, .94), rgba(5, 6, 7, .97)),
    radial-gradient(circle at 76% 10%, rgba(202, 174, 109, .16), transparent 30%);
}

.lifequest-view::before {
  width: 100%;
  height: 1px;
  display: block;
  margin-bottom: 34px;
  background: linear-gradient(90deg, transparent, rgba(198,171,107,.5), transparent);
  content: "";
}

.lifequest-view .profile-icon {
  background:
    radial-gradient(circle, rgba(198,171,107,.1), transparent 58%),
    #090a0b;
  border-color: rgba(210,202,181,.25);
  border-radius: 20px;
  box-shadow:
    0 24px 50px rgba(0,0,0,.65),
    inset 0 0 32px rgba(255,255,255,.025);
}

.lifequest-view .profile-category,
.lifequest-view .feed-heading > div > span,
.lifequest-view .post-kind {
  color: #bba66f;
  font-family: "Cinzel", serif;
  letter-spacing: .18em;
}

.lifequest-view .profile-copy h2,
.lifequest-view .feed-heading h2,
.lifequest-view .featured-story h3,
.lifequest-view .feed-card h3 {
  font-family: "Cinzel", serif;
  font-weight: 600;
  letter-spacing: .015em;
}

.lifequest-view .profile-copy h2 {
  color: #f1ede4;
  text-transform: uppercase;
}

.lifequest-view .profile-handle {
  color: #716e68;
  font-family: "Cinzel", serif;
  letter-spacing: .08em;
}

.lifequest-view .profile-copy .view-copy {
  max-width: 700px;
  color: #b8b1a3;
  font: 500 18px/1.5 "Cormorant Garamond", serif;
}

.lifequest-view .view-meta span,
.lifequest-view .feed-filters button {
  color: #999387;
  background: rgba(255,255,255,.018);
  border-color: rgba(205,196,174,.16);
  border-radius: 2px;
  font-family: "Cinzel", serif;
  letter-spacing: .06em;
}

.lifequest-view .view-action {
  color: #0a0b0c;
  background: linear-gradient(180deg, #d0bc87, #a98c4e);
  border: 1px solid #ddc995;
  border-radius: 2px;
  font-family: "Cinzel", serif;
  letter-spacing: .05em;
  box-shadow: 0 8px 24px rgba(0,0,0,.4);
}



.lifequest-view .product-stats {
  border-color: rgba(205,196,174,.14);
}

.lifequest-view .product-stats div {
  border-color: rgba(205,196,174,.12);
}

.lifequest-view .product-stats dt {
  color: #726d63;
  font-family: "Cinzel", serif;
}

.lifequest-view .product-stats dd {
  color: #b9b2a5;
  font-family: "Cormorant Garamond", serif;
  font-size: 14px;
}

.lifequest-view .featured-story {
  position: relative;
  min-height: 260px;
  background:
    linear-gradient(90deg, rgba(4,5,6,.98) 0%, rgba(7,8,9,.83) 55%, rgba(7,8,9,.65)),
    radial-gradient(circle at 84% 42%, rgba(198,171,107,.18), transparent 26%),
    linear-gradient(135deg, #111316, #050607);
  border-color: rgba(198,171,107,.22);
  border-radius: 3px;
  box-shadow: inset 0 0 70px rgba(0,0,0,.55);
}

.lifequest-view .featured-story::after {
  position: absolute;
  inset: 10px;
  pointer-events: none;
  border: 1px solid rgba(198,171,107,.08);
  content: "";
}

.lifequest-view .featured-story span {
  font-family: "Cinzel", serif;
}

.lifequest-view .featured-story h3 {
  max-width: 650px;
  color: #f0ece2;
  font-size: clamp(27px, 3.5vw, 43px);
  text-transform: uppercase;
}

.lifequest-view .featured-story p {
  max-width: 620px;
  color: #aaa396;
  font: 500 19px/1.45 "Cormorant Garamond", serif;
}

.lifequest-view .featured-story img {
  opacity: .75;
  filter:
    grayscale(.35)
    drop-shadow(0 0 24px rgba(0,0,0,.95))
    drop-shadow(0 18px 25px #000);
}

.lifequest-view .feed-filters button.active {
  color: #0a0b0c;
  background: #c4af76;
}

.lifequest-view .feed-card {
  background:
    linear-gradient(145deg, rgba(255,255,255,.025), rgba(255,255,255,.008)),
    #090a0b;
  border-color: rgba(205,196,174,.13);
  border-radius: 3px;
  box-shadow: inset 0 0 35px rgba(0,0,0,.3);
}

.lifequest-view .feed-quest {
  border-top-color: rgba(198,171,107,.55);
}

.lifequest-view .feed-word {
  background:
    radial-gradient(circle at 10% 0, rgba(198,171,107,.07), transparent 42%),
    #090a0b;
}

.lifequest-view .feed-card > p {
  color: #aaa396;
  font: 500 17px/1.45 "Cormorant Garamond", serif;
}

.lifequest-view .feed-word h3 {
  color: #ded8ca;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(25px, 2.7vw, 34px);
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0;
}

.lifequest-view .feed-card-footer {
  color: #6f6b63;
  font-family: "Cinzel", serif;
}

.chapter-one-view,
.canteen-archive {
  min-height: 100%;
  color: #191617;
  background: #f1ece5;
}

.chapter-hero {
  min-height: 500px;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  background: #151313;
}

.chapter-hero > div {
  padding: clamp(48px, 7vw, 88px);
  align-self: center;
  color: #f4eee7;
}

.chapter-hero > img {
  width: 100%;
  height: 100%;
  min-height: 500px;
  object-fit: cover;
  filter: saturate(.72) contrast(1.08);
}

.chapter-hero > div > span,
.chapter-intro > span,
.chapter-transition span,
.archive-page-heading span,
.delivery-story > div > span {
  color: #d3483d;
  font: 700 10px/1 "Manrope", sans-serif;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.chapter-hero h2 {
  max-width: 680px;
  margin: 17px 0 22px;
  font: 700 clamp(42px, 6vw, 72px)/.96 "Manrope", sans-serif;
  letter-spacing: -.06em;
}

.chapter-hero p {
  max-width: 610px;
  margin: 0 0 30px;
  color: #bdb4ae;
  font-size: 15px;
  line-height: 1.65;
}

.chapter-hero button {
  min-height: 50px;
  padding: 0 19px;
  display: inline-flex;
  align-items: center;
  gap: 30px;
  cursor: pointer;
  color: white;
  background: #c9342e;
  border: 0;
  font-size: 11px;
  font-weight: 700;
}

.chapter-intro {
  padding: clamp(55px, 8vw, 100px);
  display: grid;
  grid-template-columns: .42fr 1fr;
  gap: 25px 55px;
}

.chapter-intro h3 {
  max-width: 780px;
  margin: 0;
  font: 700 clamp(34px, 4vw, 55px)/1.02 "Manrope", sans-serif;
  letter-spacing: -.05em;
}

.chapter-intro p {
  max-width: 740px;
  margin: 0;
  grid-column: 2;
  color: #6d6561;
  font-size: 15px;
  line-height: 1.7;
}

.chapter-work-grid {
  padding: 0 clamp(35px, 8vw, 100px) clamp(60px, 8vw, 100px);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: linear-gradient(#d2cbc3,#d2cbc3) center/1px calc(100% - 100px) no-repeat;
}

.chapter-work-grid article {
  min-height: 250px;
  padding: 40px;
  border-top: 1px solid #d2cbc3;
}

.chapter-work-grid b {
  float: right;
  color: #c5bdb5;
  font-size: 11px;
}

.chapter-work-grid span {
  color: #c9342e;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.chapter-work-grid h4 {
  max-width: 430px;
  margin: 22px 0 12px;
  font: 700 27px/1.08 "Manrope", sans-serif;
  letter-spacing: -.04em;
}

.chapter-work-grid p {
  max-width: 480px;
  margin: 0;
  color: #756c67;
  font-size: 12px;
  line-height: 1.65;
}

.chapter-transition {
  padding: clamp(45px, 7vw, 80px);
  display: grid;
  grid-template-columns: minmax(260px,.8fr) 1.2fr;
  gap: clamp(35px, 7vw, 85px);
  align-items: center;
  color: white;
  background: #171319;
}

.chapter-transition img {
  width: 100%;
  max-width: 470px;
  border-radius: 4px;
}

.chapter-transition h3 {
  max-width: 660px;
  margin: 15px 0;
  font: 700 clamp(34px, 4.5vw, 58px)/1 "Manrope", sans-serif;
  letter-spacing: -.05em;
}

.chapter-transition p {
  max-width: 630px;
  color: #a99fa8;
  line-height: 1.65;
}

.archive-notice {
  min-height: 42px;
  padding: 8px 25px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: #e8dfd6;
  background: #a92520;
  font-size: 10px;
}

.archive-notice span {
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.archive-notice p {
  margin: 0;
  flex: 1;
  opacity: .82;
}

.archive-notice button {
  padding: 5px 0;
  cursor: pointer;
  color: white;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,.55);
  font-size: 10px;
}

.canteen-site-header {
  min-height: 110px;
  padding: 16px 35px;
  display: grid;
  grid-template-columns: 175px 1fr 145px;
  align-items: center;
  gap: 25px;
  background: white;
  border-bottom: 1px solid #d8d0c8;
}

.canteen-site-header img {
  width: 160px;
  max-height: 75px;
  object-fit: contain;
}

.canteen-site-header nav {
  display: flex;
  justify-content: center;
  gap: clamp(8px, 2.5vw, 30px);
}

.canteen-site-header nav button {
  padding: 10px 2px;
  cursor: pointer;
  color: #282223;
  background: transparent;
  border: 0;
  border-bottom: 2px solid transparent;
  font-size: 11px;
  font-weight: 700;
}

.canteen-site-header nav button.active {
  color: #b72e28;
  border-color: #b72e28;
}

.canteen-site-header > span {
  color: #7d7470;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.45;
  text-align: right;
  text-transform: uppercase;
}

.canteen-hero {
  min-height: 560px;
  padding: 70px clamp(35px, 8vw, 100px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: white;
  background:
    linear-gradient(90deg, rgba(8,8,8,.93), rgba(8,8,8,.55) 58%, rgba(8,8,8,.2)),
    url("assets/canteen-hero.avif") center/cover;
}

.canteen-hero > img {
  width: 210px;
  height: 96px;
  object-fit: contain;
  object-position: left;
  filter: drop-shadow(0 8px 18px rgba(0,0,0,.35));
}

.canteen-hero > p {
  margin: 20px 0 7px;
  color: #e15a50;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.canteen-hero h2 {
  margin: 0;
  font: 800 clamp(50px, 8vw, 90px)/.88 "Manrope", sans-serif;
  letter-spacing: -.075em;
  text-transform: uppercase;
}

.canteen-hero > span {
  margin-top: 24px;
  color: #c9c1bb;
  font-size: 12px;
}

.canteen-hero-actions {
  margin-top: 30px;
  display: flex;
  gap: 9px;
}

.canteen-hero-actions button {
  min-height: 45px;
  padding: 0 17px;
  cursor: pointer;
  color: white;
  background: #bd302a;
  border: 1px solid #bd302a;
  font-size: 10px;
  font-weight: 700;
}

.canteen-hero-actions button:last-child {
  background: rgba(0,0,0,.3);
  border-color: rgba(255,255,255,.45);
}

.canteen-quick-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: white;
}

.canteen-quick-links button {
  min-height: 210px;
  padding: 35px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  cursor: pointer;
  color: #1c1819;
  text-align: left;
  background: white;
  border: 0;
  border-right: 1px solid #ded7d0;
}

.canteen-quick-links b {
  color: #c7beb7;
  font-size: 9px;
}

.canteen-quick-links strong {
  margin: auto 0 10px;
  font: 700 28px/1 "Manrope", sans-serif;
}

.canteen-quick-links span {
  color: #817773;
  font-size: 11px;
}

.red-seal-panel {
  padding: 75px clamp(35px, 8vw, 100px);
  text-align: center;
  background: #e7e0d9;
}

.red-seal-panel span {
  color: #b42c27;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.red-seal-panel h3 {
  max-width: 780px;
  margin: 20px auto 13px;
  font: 700 clamp(34px, 5vw, 58px)/1 "Manrope", sans-serif;
  letter-spacing: -.055em;
}

.red-seal-panel p {
  max-width: 650px;
  margin: 0 auto;
  color: #756c67;
  line-height: 1.6;
}

.archive-page-heading {
  padding: 75px clamp(35px, 8vw, 100px) 45px;
  background: #eee9e3;
}

.archive-page-heading h2 {
  max-width: 850px;
  margin: 16px 0;
  font: 800 clamp(44px, 7vw, 76px)/.93 "Manrope", sans-serif;
  letter-spacing: -.065em;
}

.archive-page-heading p {
  max-width: 690px;
  margin: 0;
  color: #756c67;
  font-size: 14px;
  line-height: 1.65;
}

.menu-board {
  padding: 0 clamp(35px, 8vw, 100px) 80px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
}

.menu-board > div {
  min-height: 240px;
  padding: 30px;
  background: #191718;
}

.menu-board span {
  color: #d4493f;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.menu-board h3 {
  margin: 50px 0 10px;
  color: white;
  font: 700 25px/1 "Manrope", sans-serif;
}

.menu-board p {
  color: #a9a0a0;
  font-size: 11px;
  line-height: 1.6;
}

.menu-board .menu-photo {
  padding: 0;
  grid-column: 1 / -1;
  height: 390px;
}

.menu-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.delivery-story {
  padding: 0 clamp(35px, 8vw, 100px) 80px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #eee9e3;
}

.delivery-story > img {
  width: 100%;
  height: 100%;
  min-height: 480px;
  object-fit: cover;
}

.delivery-story > div {
  padding: clamp(40px, 7vw, 75px);
  background: white;
}

.delivery-story h3 {
  margin: 18px 0;
  font: 700 clamp(34px, 4vw, 52px)/1 "Manrope", sans-serif;
  letter-spacing: -.05em;
}

.delivery-story p,
.delivery-story li {
  color: #756c67;
  font-size: 12px;
  line-height: 1.7;
}

.delivery-story ul {
  margin: 25px 0 0;
  padding: 20px 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  list-style: none;
  border-top: 1px solid #ded7d0;
}

.canteen-video-grid {
  padding: 0 clamp(35px, 8vw, 100px) 90px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  background: #eee9e3;
}

.canteen-video-grid a {
  min-width: 0;
  padding-bottom: 25px;
  color: #1d191a;
  background: white;
  text-decoration: none;
}

.canteen-video-grid img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
  filter: saturate(.75);
}

.canteen-video-grid span {
  margin: 20px 20px 7px;
  display: block;
  color: #c1342e;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.canteen-video-grid h3 {
  margin: 0 20px;
  font: 700 19px/1.15 "Manrope", sans-serif;
}

.canteen-archive footer {
  min-height: 115px;
  padding: 25px 35px;
  display: grid;
  grid-template-columns: 110px 1fr auto;
  align-items: center;
  gap: 25px;
  color: #8f8787;
  background: #0d0c0c;
  font-size: 9px;
}

.canteen-archive footer img {
  width: 100px;
  max-height: 60px;
  object-fit: contain;
  filter: grayscale(1);
}

.shiftkeep-site {
  --sk-yellow: #ffba18;
  --sk-ink: #17181b;
  min-height: 100%;
  overflow: hidden;
  color: var(--sk-ink);
  background: #f5f6f7;
}

.shiftkeep-nav {
  min-height: 68px;
  padding: 0 clamp(24px, 5vw, 58px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
  background: white;
  border-bottom: 1px solid #e3e4e6;
}

.shiftkeep-wordmark,
.shiftkeep-footer > div {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--sk-ink);
  text-decoration: none;
}

.shiftkeep-mark {
  position: relative;
  width: 35px;
  height: 35px;
  display: block;
  overflow: hidden;
  background: #1c1d20;
  border-radius: 9px;
}

.shiftkeep-mark i {
  position: absolute;
  top: 7px;
  left: 7px;
  width: 18px;
  height: 18px;
  border: 2px solid var(--sk-yellow);
  border-radius: 50%;
}

.shiftkeep-mark i::after {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 7px;
  height: 2px;
  background: white;
  content: "";
  transform: rotate(-35deg);
  transform-origin: left center;
}

.shiftkeep-mark b {
  position: absolute;
  right: 3px;
  bottom: 3px;
  width: 14px;
  height: 16px;
  display: grid;
  place-items: center;
  color: #17181b;
  background: var(--sk-yellow);
  border-radius: 3px;
  font-size: 8px;
}

.shiftkeep-wordmark strong,
.shiftkeep-footer > div strong {
  font: 800 16px/1 "Manrope", sans-serif;
  letter-spacing: -.04em;
}

.shiftkeep-nav nav {
  display: flex;
  gap: 25px;
}

.shiftkeep-nav nav a {
  color: #60646b;
  font-size: 10px;
  font-weight: 700;
  text-decoration: none;
}

.shiftkeep-nav > button,
.shiftkeep-footer > button {
  min-height: 38px;
  padding: 0 15px;
  justify-self: end;
  cursor: pointer;
  color: #151618;
  background: var(--sk-yellow);
  border: 0;
  border-radius: 7px;
  font-size: 10px;
  font-weight: 800;
}

.shiftkeep-site button.interest-noted {
  color: white;
  background: #23794d;
}

.shiftkeep-hero {
  min-height: 650px;
  padding: clamp(60px, 8vw, 100px) clamp(30px, 8vw, 100px);
  display: grid;
  grid-template-columns: 1fr minmax(390px,.85fr);
  gap: clamp(45px, 8vw, 95px);
  align-items: center;
  background: radial-gradient(circle at 80% 34%, rgba(255,186,24,.17), transparent 31%), #f6f7f8;
}

.shiftkeep-eyebrow {
  display: block;
  color: #8e690f;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.shiftkeep-hero h2 {
  margin: 18px 0 24px;
  font: 800 clamp(49px, 7vw, 82px)/.92 "Manrope", sans-serif;
  letter-spacing: -.075em;
}

.shiftkeep-hero h2 em {
  color: #ad7900;
  font-style: normal;
}

.shiftkeep-hero-copy > p {
  max-width: 620px;
  color: #696d74;
  font-size: 17px;
  line-height: 1.6;
}

.shiftkeep-hero-actions {
  margin-top: 32px;
  display: flex;
  align-items: center;
  gap: 22px;
}

.shiftkeep-hero-actions button {
  min-height: 50px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  gap: 35px;
  cursor: pointer;
  color: #17181a;
  background: var(--sk-yellow);
  border: 0;
  border-radius: 8px;
  font-size: 11px;
  font-weight: 800;
}

.shiftkeep-hero-actions a {
  color: #3c3f45;
  border-bottom: 1px solid #9da0a5;
  font-size: 10px;
  font-weight: 700;
  text-decoration: none;
}

.shiftkeep-trust {
  margin-top: 35px;
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  color: #83878d;
  font-size: 9px;
  font-weight: 600;
}

.shiftkeep-trust span:first-child { color: #77601f; }

.shiftkeep-product-shot {
  position: relative;
  min-height: 540px;
  display: grid;
  place-items: center;
}

.shiftkeep-phone {
  width: 295px;
  min-height: 570px;
  padding: 18px 18px 22px;
  color: white;
  background: #17181b;
  border: 7px solid #292b30;
  border-radius: 46px;
  box-shadow: 0 38px 70px rgba(24,25,28,.25);
  transform: rotate(2.5deg);
}

.phone-status {
  height: 24px;
  display: flex;
  justify-content: space-between;
  color: #92969d;
  font-size: 8px;
}

.phone-status i {
  width: 70px;
  height: 17px;
  background: #070708;
  border-radius: 999px;
}

.phone-greeting {
  margin: 10px 3px 18px;
  display: grid;
  grid-template-columns: 1fr auto;
}

.phone-greeting span,
.earnings-card > span,
.next-shift > span {
  color: #8b8f96;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .12em;
}

.phone-greeting h3 {
  margin: 3px 0 0;
  font: 800 24px/1 "Manrope", sans-serif;
  letter-spacing: -.05em;
}

.phone-greeting button {
  width: 34px;
  height: 34px;
  grid-row: 1 / 3;
  grid-column: 2;
  color: #1b1c1f;
  background: var(--sk-yellow);
  border: 0;
  border-radius: 50%;
  font-size: 9px;
  font-weight: 800;
}

.earnings-card {
  height: 177px;
  padding: 19px;
  display: grid;
  grid-template-columns: repeat(5,1fr);
  align-items: end;
  gap: 7px;
  background: linear-gradient(145deg, #2a2c31, #202126);
  border: 1px solid #393b42;
  border-radius: 18px;
}

.earnings-card > span,
.earnings-card > strong,
.earnings-card > p { grid-column: 1 / -1; }
.earnings-card > strong { font: 800 29px/1 "Manrope", sans-serif; }
.earnings-card > p { margin: -3px 0 7px; color: #8f939b; font-size: 8px; }

.earnings-card i {
  height: var(--bar);
  min-height: 12px;
  background: linear-gradient(#ffca45, #ffb300);
  border-radius: 4px 4px 1px 1px;
}

.next-shift,
.clock-action {
  margin-top: 14px;
  padding: 16px;
  background: #222328;
  border-radius: 15px;
}

.next-shift > div {
  margin-top: 10px;
  display: grid;
  grid-template-columns: 39px 1fr;
}

.next-shift b {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: #1a1b1d;
  background: var(--sk-yellow);
  border-radius: 8px;
  font-size: 9px;
}

.next-shift strong,
.next-shift small { font-size: 9px; }
.next-shift small { color: #858991; }

.clock-action {
  padding: 13px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 9px;
}

.clock-action button {
  min-height: 34px;
  padding: 0 15px;
  color: #17181a;
  background: var(--sk-yellow);
  border: 0;
  border-radius: 8px;
  font-size: 8px;
  font-weight: 800;
}

.shiftkeep-float {
  position: absolute;
  min-width: 170px;
  padding: 15px;
  color: #202126;
  background: rgba(255,255,255,.95);
  border: 1px solid #e1e2e4;
  border-radius: 12px;
  box-shadow: 0 20px 45px rgba(31,32,35,.15);
}

.shiftkeep-float span,
.shiftkeep-float small { display:block; color:#92959a; font-size:7px; }
.shiftkeep-float strong { margin:5px 0; display:block; font-size:15px; }
.shiftkeep-float-one { top:83px; right:-7px; }
.shiftkeep-float-two { left:-18px; bottom:84px; }

.shiftkeep-proof {
  padding: 26px clamp(30px, 8vw, 100px);
  display: grid;
  grid-template-columns: 1.4fr repeat(3,1fr);
  align-items: center;
  gap: 25px;
  color: white;
  background: #18191c;
}

.shiftkeep-proof > span { color:#aaaeb5; font-size:11px; }
.shiftkeep-proof div { padding-left:24px; border-left:1px solid #35373c; }
.shiftkeep-proof strong, .shiftkeep-proof small { display:block; }
.shiftkeep-proof strong { color:var(--sk-yellow); font-size:18px; }
.shiftkeep-proof small { margin-top:3px; color:#83878f; font-size:8px; }

.shiftkeep-features {
  padding: clamp(65px, 9vw, 110px) clamp(30px, 8vw, 100px);
  background: white;
}

.shiftkeep-features > header { max-width:820px; }
.shiftkeep-features > header h2,
.shiftkeep-pay-section h2,
.shiftkeep-privacy h2,
.shiftkeep-footer h2 {
  margin: 16px 0;
  font: 800 clamp(38px, 5.5vw, 64px)/.98 "Manrope", sans-serif;
  letter-spacing: -.065em;
}

.shiftkeep-features > header p,
.shiftkeep-pay-section > div > p,
.shiftkeep-privacy > div > p {
  max-width: 680px;
  color: #74777d;
  font-size: 14px;
  line-height: 1.65;
}

.shiftkeep-feature-grid {
  margin-top: 55px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.shiftkeep-feature-grid article {
  min-height: 440px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #f3f4f5;
  border: 1px solid #e5e6e8;
  border-radius: 16px;
}

.shiftkeep-feature-grid article > span {
  color: #8e690f;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .13em;
}

.shiftkeep-feature-grid h3 {
  margin: 25px 0 10px;
  font: 800 28px/1 "Manrope", sans-serif;
  letter-spacing: -.05em;
}

.shiftkeep-feature-grid p { margin:0; color:#787b81; font-size:11px; line-height:1.6; }

.mini-clock,
.mini-pay,
.mini-record {
  margin-top: auto;
  padding: 20px;
  color: white;
  background: #1d1e21;
  border-radius: 13px;
}

.mini-clock { min-height:150px; display:grid; place-items:center; }
.mini-clock b { font:700 30px/1 "Manrope", sans-serif; }
.mini-clock small { color:#8c9097; font-size:8px; }
.mini-clock i { width:45px; height:45px; background:var(--sk-yellow); border:9px solid #37393e; border-radius:50%; }
.mini-pay, .mini-record { display:grid; gap:8px; }

.mini-pay i,
.mini-record i {
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  color: #858991;
  border-bottom: 1px solid #33353a;
  font-size: 7px;
  font-style: normal;
}

.mini-pay strong, .mini-record strong { color:white; }
.mini-pay i:last-child strong, .mini-record b { color:var(--sk-yellow); }
.mini-record span { color:#8e9299; }

.shiftkeep-pay-section {
  padding: clamp(65px, 9vw, 110px) clamp(30px, 8vw, 100px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(45px, 8vw, 95px);
  align-items: center;
  background: #f1f2f3;
}

.shiftkeep-pay-section ul {
  margin: 28px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  list-style: none;
  color: #4d5055;
  font-size: 10px;
}

.shiftkeep-pay-section li::before { margin-right:8px; color:#98700c; content:"✓"; }

.pay-match-card {
  padding: 28px;
  color: white;
  background: #191a1d;
  border-radius: 18px;
  box-shadow: 0 35px 70px rgba(24,25,28,.18);
}

.pay-match-card header,
.pay-match-card > div,
.pay-match-card footer { display:flex; justify-content:space-between; align-items:center; }
.pay-match-card header { padding-bottom:20px; color:#858991; border-bottom:1px solid #34363b; font-size:8px; }
.pay-match-card header b { color:#c7992b; }
.pay-match-card > div { padding:20px 0; color:#979ba2; border-bottom:1px solid #34363b; font-size:10px; }
.pay-match-card > div strong { color:white; font-size:18px; }
.pay-match-card footer { margin-top:22px; justify-content:flex-start; gap:13px; }
.pay-match-card footer > i { width:38px; height:38px; display:grid; place-items:center; color:#172019; background:#66d28c; border-radius:50%; font-style:normal; }
.pay-match-card footer b, .pay-match-card footer small { display:block; }
.pay-match-card footer small { margin-top:3px; color:#8f939a; font-size:8px; }

.shiftkeep-privacy {
  padding: clamp(65px, 9vw, 110px) clamp(30px, 8vw, 100px);
  display: grid;
  grid-template-columns: 90px 1.1fr 1fr;
  gap: 35px;
  align-items: center;
  color: white;
  background: #202125;
}

.shiftkeep-lock {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  color: var(--sk-yellow);
  border: 1px solid #45474e;
  border-radius: 18px;
  font-size: 35px;
}

.shiftkeep-privacy h2 { color:white; }
.shiftkeep-privacy > div > p { color:#a6aab1; }
.shiftkeep-privacy ul { margin:0; padding:0; list-style:none; }
.shiftkeep-privacy li { padding:15px 0; display:grid; grid-template-columns:90px 1fr; border-bottom:1px solid #393b40; font-size:10px; }
.shiftkeep-privacy li span { color:#969aa1; }

.shiftkeep-footer {
  padding: clamp(55px, 8vw, 90px) clamp(30px, 8vw, 100px) 35px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  color: white;
  background: #111214;
}

.shiftkeep-footer > div strong { color:white; }
.shiftkeep-footer h2 { grid-column:1; margin-top:55px; font-size:clamp(48px,7vw,80px); }
.shiftkeep-footer > button { grid-column:2; grid-row:2; min-height:50px; }
.shiftkeep-footer > p { margin:55px 0 0; padding-top:20px; grid-column:1 / -1; color:#696d73; border-top:1px solid #2b2d31; font-size:9px; }

.growth-site {
  --growth-purple: #7c35c7;
  --growth-gold: #f4b521;
  --growth-ink: #1c1322;
  min-height: 100%;
  overflow: hidden;
  color: var(--growth-ink);
  background: #f7f3f8;
}

.growth-nav {
  min-height: 70px;
  padding: 0 clamp(24px,5vw,58px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 26px;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid #e7deea;
}

.growth-wordmark {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #24172b;
  font-size: 11px;
  letter-spacing: .08em;
  text-decoration: none;
}

.growth-wordmark img {
  width: 37px;
  height: 37px;
  border-radius: 10px;
}

.growth-wordmark strong { color:var(--growth-purple); }
.growth-nav nav { display:flex; gap:24px; }
.growth-nav nav a { color:#6e6374; font-size:10px; font-weight:700; text-decoration:none; }
.growth-nav > button,
.growth-actions button,
.growth-footer button {
  min-height: 40px;
  padding: 0 16px;
  justify-self: end;
  cursor: pointer;
  color: white;
  background: var(--growth-purple);
  border: 0;
  border-radius: 8px;
  font-size: 10px;
  font-weight: 800;
}

.growth-site button.contact-noted { background:#287853; }

.growth-hero {
  min-height: 690px;
  padding: clamp(65px,9vw,110px) clamp(30px,8vw,100px);
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(40px,7vw,90px);
  align-items: center;
  color: white;
  background:
    radial-gradient(circle at 80% 25%, rgba(177,106,255,.32), transparent 27%),
    radial-gradient(circle at 12% 80%, rgba(244,181,33,.09), transparent 25%),
    linear-gradient(135deg,#16091e,#2b0d3b 56%,#17071f);
}

.growth-kicker {
  display: block;
  color: var(--growth-gold);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.growth-hero h2 {
  margin: 19px 0 25px;
  font: 800 clamp(50px,7vw,82px)/.92 "Manrope",sans-serif;
  letter-spacing: -.075em;
}

.growth-hero h2 em {
  color: #c59af2;
  font-style: normal;
}

.growth-hero > div:first-child > p {
  max-width: 640px;
  color: #bcb0c2;
  font-size: 17px;
  line-height: 1.65;
}

.growth-actions {
  margin-top: 32px;
  display: flex;
  align-items: center;
  gap: 22px;
}

.growth-actions button {
  min-height: 50px;
  display: flex;
  align-items: center;
  gap: 34px;
  color: #221029;
  background: var(--growth-gold);
}

.growth-actions a {
  color: #d8cedd;
  border-bottom: 1px solid #786681;
  font-size: 10px;
  font-weight: 700;
  text-decoration: none;
}

.growth-hero small {
  margin-top: 30px;
  display: block;
  color: #77697d;
  font-size: 9px;
}

.growth-visual {
  position: relative;
  min-height: 500px;
  display: grid;
  place-items: center;
}

.growth-visual > img {
  z-index: 2;
  width: 145px;
  height: 145px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 35px;
  box-shadow: 0 25px 65px rgba(0,0,0,.45),0 0 80px rgba(156,78,222,.22);
}

.growth-orbit {
  position: absolute;
  border: 1px solid rgba(213,181,236,.16);
  border-radius: 50%;
}

.orbit-one { width:260px; height:260px; }
.orbit-two { width:390px; height:390px; border-style:dashed; }
.orbit-three { width:510px; height:510px; opacity:.45; }

.growth-node {
  position: absolute;
  z-index: 3;
  min-width: 145px;
  padding: 14px;
  color: #26162c;
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 12px;
  box-shadow: 0 18px 40px rgba(0,0,0,.25);
}

.growth-node i {
  width: 7px;
  height: 7px;
  display: inline-block;
  background: var(--growth-purple);
  border-radius: 50%;
}

.growth-node b,
.growth-node span { margin-left:7px; font-size:9px; }
.growth-node span { color:#95899a; }
.node-brand { top:48px; left:10px; }
.node-web { right:-8px; top:205px; }
.node-content { left:25px; bottom:38px; }

.growth-principle {
  padding: 45px clamp(30px,8vw,100px);
  display: grid;
  grid-template-columns: .45fr 1fr;
  gap: 35px;
  align-items: start;
  background: var(--growth-gold);
}

.growth-principle > span {
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.growth-principle h3 {
  max-width: 840px;
  margin: 0;
  font: 800 clamp(25px,3.5vw,42px)/1.05 "Manrope",sans-serif;
  letter-spacing: -.05em;
}

.growth-services {
  padding: clamp(65px,9vw,110px) clamp(30px,8vw,100px);
  background: #fff;
}

.growth-services > header { max-width:920px; }
.growth-services > header h2,
.growth-built-here h2,
.growth-process h2,
.growth-fit h2,
.growth-footer h2 {
  margin: 17px 0;
  font: 800 clamp(39px,5.5vw,64px)/.98 "Manrope",sans-serif;
  letter-spacing: -.065em;
}

.growth-service-grid {
  margin-top: 55px;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 1px;
  background: #e5dfe7;
  border: 1px solid #e5dfe7;
}

.growth-service-grid article {
  min-height: 350px;
  padding: clamp(30px,4vw,48px);
  background: #fff;
}

.growth-service-grid article > b {
  float: right;
  color: #cfc5d1;
  font-size: 10px;
}

.growth-service-grid article > span {
  color: var(--growth-purple);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.growth-service-grid h3 {
  margin: 42px 0 12px;
  font: 800 31px/1 "Manrope",sans-serif;
  letter-spacing: -.05em;
}

.growth-service-grid p {
  max-width: 520px;
  color: #756b79;
  font-size: 12px;
  line-height: 1.65;
}

.growth-service-grid ul {
  margin: 30px 0 0;
  padding: 18px 0 0;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  list-style: none;
  border-top: 1px solid #eee9ef;
  color: #918596;
  font-size: 9px;
}

.growth-built-here {
  padding: clamp(65px,9vw,110px) clamp(30px,8vw,100px);
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: clamp(45px,8vw,95px);
  align-items: center;
  color: white;
  background: #1b101f;
}

.growth-built-here > div:first-child p {
  max-width: 590px;
  color: #a99daa;
  font-size: 14px;
  line-height: 1.65;
}

.growth-product-stack { display:grid; gap:9px; }
.growth-product-stack article {
  min-height: 75px;
  padding: 10px 17px;
  display: grid;
  grid-template-columns: 50px 1fr auto;
  align-items: center;
  gap: 14px;
  background: rgba(255,255,255,.055);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 12px;
}

.stack-icon {
  width: 45px;
  height: 45px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #3b1b49;
  border-radius: 11px;
  font-size: 11px;
  font-weight: 800;
}

.stack-shift { color:#17181a; background:#ffba18; }
.stack-learn { background:#7131be; }
.stack-icon img { width:100%; height:100%; object-fit:cover; }
.stack-canteen { padding:4px; background:white; }
.stack-canteen img { object-fit:contain; }
.growth-product-stack b,
.growth-product-stack small { display:block; }
.growth-product-stack small { margin-top:4px; color:#8f8292; font-size:8px; }
.growth-product-stack i { color:#5f5163; font-size:9px; font-style:normal; }

.growth-process {
  padding: clamp(65px,9vw,110px) clamp(30px,8vw,100px);
  background: #f2edf3;
}

.growth-process header { max-width:760px; }
.growth-process ol {
  margin: 55px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  list-style: none;
  border-top: 1px solid #cabfce;
}

.growth-process li {
  padding: 25px 25px 0 0;
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 13px;
}

.growth-process li > span { color:var(--growth-purple); font-size:9px; font-weight:800; }
.growth-process li b { font:800 18px/1 "Manrope",sans-serif; }
.growth-process li p { color:#7d7181; font-size:10px; line-height:1.55; }

.growth-fit {
  padding: clamp(65px,9vw,110px) clamp(30px,8vw,100px);
  display: grid;
  grid-template-columns: 1fr .9fr;
  gap: clamp(45px,8vw,90px);
  align-items: center;
  background: white;
}

.growth-fit > div > p {
  max-width: 650px;
  color: #746a78;
  font-size: 14px;
  line-height: 1.65;
}

.growth-fit ul { margin:0; padding:0; list-style:none; }
.growth-fit li {
  padding: 20px 0;
  display: grid;
  grid-template-columns: 35px 1fr;
  align-items: start;
  gap: 12px;
  border-bottom: 1px solid #e9e3eb;
}

.growth-fit li > span {
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  color: white;
  background: var(--growth-purple);
  border-radius: 50%;
  font-size: 10px;
}

.growth-fit li p { margin:0; color:#756b79; font-size:11px; line-height:1.55; }
.growth-fit li b { color:#251a29; }

.growth-footer {
  padding: clamp(55px,8vw,90px) clamp(30px,8vw,100px) 34px;
  display: grid;
  grid-template-columns: 52px 1fr auto;
  align-items: center;
  color: white;
  background: linear-gradient(135deg,#170a1d,#2c0c39);
}

.growth-footer > img { width:44px; height:44px; border-radius:11px; }
.growth-footer > span { font-size:10px; font-weight:800; letter-spacing:.12em; }
.growth-footer h2 { margin:65px 0 10px; grid-column:1 / 3; font-size:clamp(49px,7vw,80px); }
.growth-footer button { grid-column:3; grid-row:2; min-height:50px; }
.growth-footer p { margin:45px 0 0; padding-top:20px; grid-column:1 / -1; color:#766a7b; border-top:1px solid #43294a; font-size:9px; }

@media (max-width: 780px) {
  .launcher,
  .app-window {
    --window-x: 0px !important;
    --window-y: 0px !important;
    top: 58px;
    bottom: 115px;
    width: calc(100vw - 24px);
    border-radius: 23px;
  }

  .launcher {
    padding: 23px 18px 16px;
  }

  .app-grid {
    padding-inline: 3px;
    grid-template-columns: repeat(3, minmax(80px, 1fr));
    gap: 28px 10px;
  }

  .app-icon {
    width: 72px;
    height: 72px;
    border-radius: 19px;
    transform: scale(0.91);
    margin-bottom: 6px;
  }

  .launcher-footer {
    display: none;
  }

  .welcome h1 {
    font-size: clamp(46px, 14vw, 74px);
  }

  .system-meta span {
    display: none;
  }

  .window-brand {
    display: none;
  }

  .window-bar {
    grid-template-columns: 1fr auto;
  }

  .window-controls .window-back {
    margin-left: 6px;
    padding-right: 9px;
  }

  .product-view {
    padding: 28px 22px;
  }

  .legacy-view {
    padding: 38px 25px;
  }

  .legacy-view h2 {
    font-size: 43px;
  }

  .profile-header {
    grid-template-columns: 90px 1fr;
    gap: 18px;
  }

  .profile-icon {
    width: 90px;
    height: 90px;
    border-radius: 22px;
  }

  .profile-actions {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0,1fr));
  }

  .product-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 0;
  }

  .product-stats div:nth-child(2) { border: 0; }
  .product-stats div:nth-child(3) { padding-left: 0; }

  .featured-story {
    grid-template-columns: 1fr;
  }

  .featured-story img { display: none; }

  .feed-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .feed-filters { width: 100%; }
  .feed-grid { grid-template-columns: 1fr; }

  .chapter-hero,
  .chapter-transition,
  .delivery-story {
    grid-template-columns: 1fr;
  }

  .chapter-hero > img {
    min-height: 330px;
    order: -1;
  }

  .chapter-intro {
    grid-template-columns: 1fr;
  }

  .chapter-intro p {
    grid-column: auto;
  }

  .canteen-site-header {
    grid-template-columns: 115px 1fr;
    padding-inline: 18px;
  }

  .canteen-site-header img {
    width: 110px;
  }

  .canteen-site-header > span {
    display: none;
  }

  .canteen-site-header nav {
    justify-content: flex-end;
    gap: 9px;
    overflow-x: auto;
  }

  .canteen-quick-links,
  .menu-board,
  .canteen-video-grid {
    grid-template-columns: 1fr;
  }

  .menu-board .menu-photo {
    grid-column: auto;
  }

  .shiftkeep-nav {
    grid-template-columns: 1fr auto;
  }

  .shiftkeep-nav nav {
    display: none;
  }

  .shiftkeep-hero,
  .shiftkeep-pay-section {
    grid-template-columns: 1fr;
  }

  .shiftkeep-feature-grid {
    grid-template-columns: 1fr;
  }

  .shiftkeep-feature-grid article {
    min-height: 390px;
  }

  .shiftkeep-proof {
    grid-template-columns: repeat(3, 1fr);
  }

  .shiftkeep-proof > span {
    grid-column: 1 / -1;
  }

  .shiftkeep-privacy {
    grid-template-columns: 72px 1fr;
  }

  .shiftkeep-privacy ul {
    grid-column: 1 / -1;
  }

  .growth-nav {
    grid-template-columns: 1fr auto;
  }

  .growth-nav nav {
    display: none;
  }

  .growth-hero,
  .growth-built-here,
  .growth-fit {
    grid-template-columns: 1fr;
  }

  .growth-visual {
    min-height: 520px;
  }

  .growth-process ol {
    grid-template-columns: repeat(2,1fr);
    gap: 30px 0;
  }
}

@media (max-width: 470px) {
  .menu-bar {
    height: 38px;
    padding: 0 12px;
  }

  .system-name span {
    font-size: 11px;
  }

  .welcome {
    transform: translate(-50%, -66%);
  }

  .welcome p {
    font-size: 10px;
  }

  .welcome span {
    margin-top: 16px;
  }

  .launcher-bar div > span {
    display: none;
  }

  .category-bar {
    margin-top: 17px;
  }

  .app-grid {
    grid-template-columns: repeat(2, minmax(90px, 1fr));
    max-height: calc(100% - 118px);
  }

  .product-view {
    padding: 28px 22px;
  }

  .profile-header {
    grid-template-columns: 90px 1fr;
    gap: 18px;
  }

  .profile-icon {
    width: 90px;
    height: 90px;
    border-radius: 22px;
  }

  .profile-actions {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0,1fr));
  }

  .product-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 0;
  }

  .product-stats div:nth-child(2) { border: 0; }
  .product-stats div:nth-child(3) { padding-left: 0; }

  .featured-story {
    grid-template-columns: 1fr;
  }
  .featured-story img { display: none; }

  .feed-heading {
    align-items: flex-start;
    flex-direction: column;
  }
  .feed-filters { width: 100%; }
  .feed-grid { grid-template-columns: 1fr; }
}

@media (max-width: 470px) {
  .profile-copy h2 {
    font-size: 35px;
  }

  .archive-notice p {
    display: none;
  }

  .chapter-work-grid {
    grid-template-columns: 1fr;
    background: none;
  }

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

  .canteen-site-header img {
    margin: auto;
  }

  .canteen-site-header nav {
    justify-content: flex-start;
  }

  .canteen-hero {
    min-height: 500px;
  }

  .canteen-hero h2 {
    font-size: 48px;
  }

  .shiftkeep-nav {
    padding-inline: 15px;
  }

  .shiftkeep-wordmark strong {
    display: none;
  }

  .shiftkeep-hero {
    padding-inline: 22px;
  }

  .shiftkeep-hero h2 {
    font-size: 48px;
  }

  .shiftkeep-product-shot {
    min-height: 520px;
    transform: scale(.86);
    transform-origin: top center;
  }

  .shiftkeep-float-one { right: -28px; }
  .shiftkeep-float-two { left: -28px; }

  .shiftkeep-proof {
    grid-template-columns: 1fr;
  }

  .shiftkeep-proof div {
    padding: 12px 0 0;
    border-top: 1px solid #35373c;
    border-left: 0;
  }

  .shiftkeep-pay-section ul {
    grid-template-columns: 1fr;
  }

  .shiftkeep-privacy,
  .shiftkeep-footer {
    grid-template-columns: 1fr;
  }

  .shiftkeep-footer > button {
    margin-top: 20px;
    grid-column: 1;
    grid-row: auto;
    justify-self: start;
  }

  .growth-nav {
    padding-inline: 15px;
  }

  .growth-wordmark span {
    display: none;
  }

  .growth-hero {
    padding-inline: 22px;
  }

  .growth-hero h2 {
    font-size: 48px;
  }

  .growth-visual {
    min-height: 410px;
    transform: scale(.8);
    transform-origin: top center;
  }

  .growth-principle,
  .growth-service-grid,
  .growth-process ol {
    grid-template-columns: 1fr;
  }

  .growth-footer {
    grid-template-columns: 45px 1fr;
  }

  .growth-footer h2 {
    grid-column: 1 / -1;
  }

  .growth-footer button {
    margin-top: 20px;
    grid-column: 1 / -1;
    grid-row: auto;
    justify-self: start;
  }
}

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

  body.guided .launcher-guide {
    visibility: visible;
    opacity: 0.65;
  }
}

.shiftkeep-legal-links {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 18px;
}

.shiftkeep-legal-links a {
  color: inherit;
  font-size: 0.86rem;
  text-decoration: underline;
  text-underline-offset: 4px;
  opacity: 0.76;
}

.shiftkeep-legal-links a:hover,
.shiftkeep-legal-links a:focus-visible {
  opacity: 1;
}

/* Structured company pages */
.legacy-details {
  max-width: 980px;
  margin-top: 42px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.legacy-details article {
  min-height: 170px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
}

.legacy-details span {
  color: var(--view-accent, #c18cff);
  font: 700 11px/1.2 "Manrope", sans-serif;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.legacy-details p {
  margin: 17px 0 0;
  color: #c7bdcc;
  font-size: 14px;
  line-height: 1.65;
}

@media (max-width: 780px) {
  .legacy-details { grid-template-columns: 1fr; }
  .legacy-details article { min-height: auto; }
}

.featured-monogram {
  min-height: 210px;
  display: grid;
  place-items: center;
  color: white;
  background:
    radial-gradient(circle at 25% 20%, rgba(255,255,255,.22), transparent 25%),
    linear-gradient(145deg, #a93ff0, #43146f 70%);
  border-radius: 18px;
  font: 800 clamp(54px, 8vw, 104px)/1 "Manrope", sans-serif;
  letter-spacing: -0.07em;
}

/* Welcome actions */
.welcome-description {
  max-width: 680px;
  margin: 22px auto 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(16px, 1.7vw, 20px);
  line-height: 1.55;
}

.welcome-actions {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  gap: 11px;
  flex-wrap: wrap;
}

.welcome-action {
  min-height: 44px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: white;
  background: rgba(31, 7, 44, 0.38);
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  backdrop-filter: blur(12px);
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.welcome-action:hover,
.welcome-action:focus-visible {
  transform: translateY(-2px);
  background: rgba(105, 40, 155, 0.62);
  border-color: rgba(255, 255, 255, 0.6);
}

.welcome-contact {
  color: #2a0b3c;
  background: rgba(255, 255, 255, 0.9);
}

.welcome .welcome-hint {
  margin-top: 13px;
  padding: 0;
  color: rgba(255, 255, 255, 0.7);
  background: transparent;
  border: 0;
  backdrop-filter: none;
}

.site-directory {
  width: min(92vw, 700px);
  margin: 15px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px 14px;
}

.site-directory a {
  color: rgba(255, 255, 255, 0.78);
  font: 600 11px/1.3 "DM Sans", sans-serif;
  text-decoration-color: rgba(255, 216, 74, 0.52);
  text-underline-offset: 4px;
}

.site-directory a:hover,
.site-directory a:focus-visible {
  color: #ffd84a;
}

@media (max-width: 470px) {
  .welcome-description { margin-top: 16px; font-size: 14px; }
  .welcome-actions { margin-top: 17px; }
  .welcome-action { min-height: 40px; padding-inline: 14px; font-size: 12px; }
  .welcome .welcome-hint { margin-top: 10px; }
}

.view-standalone { margin-left: 10px; background: rgba(255,255,255,.04); }
.chapter-page-link { display:inline-block; margin:18px 0 0 15px; color:inherit; font-size:11px; font-weight:800; text-underline-offset:4px; }

/* Product pages shown inside the Simic OS use their canonical page directly. */
.product-page-frame {
  width: 100%;
  height: 100%;
  min-height: 100%;
  background: #f6f5f1;
}

.product-page-frame iframe {
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: block;
  border: 0;
  background: #f6f5f1;
}

/* Full-browser application mode. The green window control toggles this state. */
.app-window.maximized,
body.window-open .app-window.maximized {
  position: fixed;
  inset: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  max-width: none;
  border-radius: 0;
  transform: none;
  transition: opacity 0.22s ease, border-radius 0.22s ease, visibility 0.22s;
}

.app-window.maximized .window-bar { cursor: default; }
.app-window.maximized .window-content { height: calc(100dvh - 48px); }
.app-window.maximized .window-maximize::after {
  inset: 3px 2px 2px 3px;
  box-shadow: 2px -2px 0 -1px #28c840, 2px -2px 0 0 rgba(0, 67, 20, 0.58);
  opacity: 1;
}

/* Chapter One interaction polish. */
.chapter-hero button,
.canteen-quick-links button,
.canteen-hero-actions button,
.canteen-site-header nav button,
.archive-notice button {
  transition: color .18s ease, background .18s ease, border-color .18s ease, transform .18s ease;
}

.chapter-hero button:hover,
.chapter-hero button:focus-visible,
.canteen-hero-actions button:hover,
.canteen-hero-actions button:focus-visible {
  background: #a92520;
  border-color: #a92520;
  transform: translateY(-1px);
}

.canteen-hero-actions button:last-child:hover,
.canteen-hero-actions button:last-child:focus-visible {
  color: #1b1617;
  background: #fff;
  border-color: #fff;
}

.canteen-quick-links button:hover,
.canteen-quick-links button:focus-visible {
  z-index: 1;
  background: #f7f3ee;
  box-shadow: inset 0 -3px #bd302a;
}

.canteen-site-header nav button:hover,
.canteen-site-header nav button:focus-visible {
  color: #b72e28;
}

/* Keep the Simic launcher available without covering full-screen app content. */
body.window-open .dock {
  min-width: 66px;
  min-height: 62px;
  padding: 7px 9px;
  border-radius: 18px;
}

body.window-open .launcher-button {
  width: 47px;
  height: 47px;
}

@media (max-width: 780px) {
  body.window-open .dock {
    right: 12px;
    bottom: max(12px, env(safe-area-inset-bottom));
    left: auto;
    min-width: 58px;
    min-height: 56px;
    padding: 6px 7px;
    transform: none;
    border-radius: 16px;
  }

  body.window-open .dock:hover {
    transform: translateY(-2px);
  }

  body.window-open .launcher-button {
    width: 42px;
    height: 42px;
  }

  .chapter-hero h2 {
    font-size: clamp(36px, 11vw, 48px);
    letter-spacing: -.05em;
  }
}

/* Life Quest mobile: keep the cinematic layout without horizontal clipping. */
@media (max-width: 780px) {
  .lifequest-view .profile-header {
    grid-template-columns: 84px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
  }

  .lifequest-view .profile-icon {
    width: 84px;
    height: 84px;
    border-radius: 18px;
  }

  .lifequest-view .profile-copy,
  .lifequest-view .view-copy,
  .lifequest-view .feed-card,
  .lifequest-view .featured-story {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .lifequest-view .profile-copy h2 {
    font-size: clamp(28px, 8.6vw, 40px);
    line-height: 1;
  }

  .lifequest-view .profile-copy .view-copy {
    font-size: 17px;
  }

  .lifequest-view .profile-actions {
    grid-template-columns: 1fr;
  }

  .lifequest-view .view-action {
    width: 100%;
    justify-content: space-between;
  }

  .lifequest-view .featured-story {
    min-height: auto;
    padding: 30px 25px;
  }

  .lifequest-view .featured-story h3 {
    font-size: clamp(27px, 9vw, 39px);
  }

  .lifequest-view .feed-heading h2 {
    font-size: 25px;
  }
}

@media (max-width: 470px) {
  .lifequest-view {
    padding: 25px 18px 90px;
  }

  .lifequest-view::before {
    margin-bottom: 26px;
  }

  .lifequest-view .profile-header {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 14px;
  }

  .lifequest-view .profile-icon {
    width: 72px;
    height: 72px;
    border-radius: 16px;
  }

  .lifequest-view .profile-copy h2 {
    font-size: clamp(25px, 8.2vw, 33px);
  }

  .lifequest-view .profile-handle {
    font-size: 9px;
    line-height: 1.45;
  }

  .lifequest-view .profile-copy .view-copy,
  .lifequest-view .view-meta {
    grid-column: 1 / -1;
  }

  .lifequest-view .view-meta span {
    padding: 7px 8px;
    font-size: 8px;
  }

  .lifequest-view .product-stats div {
    padding-inline: 14px;
  }

  .lifequest-view .featured-story {
    padding: 28px 22px;
  }

  .lifequest-view .feed-card {
    min-height: 210px;
    padding: 21px;
  }
}

/* Motion system: arrival, depth, launcher choreography, and app launches. */
.site-intro {
  position: fixed;
  z-index: 2000;
  inset: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 46%, rgba(143, 63, 255, .25), transparent 24%),
    radial-gradient(circle at 50% 50%, #250837 0, #100318 58%, #060109 100%);
  animation: intro-curtain 3.45s cubic-bezier(.76, 0, .24, 1) both;
}

.site-intro-hello {
  position: absolute;
  z-index: 2;
  top: 50%;
  inset-inline: 0;
  width: auto;
  padding: 0 5vw;
  opacity: 0;
  color: #fff;
  font: 500 clamp(96px, 15vw, 190px)/1 "Caveat", cursive;
  letter-spacing: -.025em;
  text-align: center;
  white-space: nowrap;
  text-shadow: 0 12px 50px rgba(8,0,14,.48), 0 0 46px rgba(210,154,255,.2);
  animation: intro-hello 1.35s cubic-bezier(.16,1,.3,1) .08s both;
}

.site-intro::before,
.site-intro::after {
  position: absolute;
  width: 44vw;
  height: 150vh;
  top: -25vh;
  content: "";
  border: 1px solid rgba(222, 176, 255, .14);
  border-radius: 50%;
  filter: blur(.5px);
}

.site-intro::before {
  left: -25vw;
  transform: rotate(18deg);
  animation: intro-orbit-left 1.9s cubic-bezier(.22, 1, .36, 1) both;
}

.site-intro::after {
  right: -25vw;
  transform: rotate(-18deg);
  animation: intro-orbit-right 1.9s cubic-bezier(.22, 1, .36, 1) both;
}

.site-intro-inner {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  text-align: center;
}

.site-intro img {
  width: clamp(86px, 10vw, 124px);
  aspect-ratio: 1;
  object-fit: cover;
  opacity: 0;
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 28%;
  box-shadow: 0 30px 80px rgba(0,0,0,.5), 0 0 65px rgba(171,88,255,.32);
  animation: intro-mark .95s cubic-bezier(.16, 1, .3, 1) .12s both;
}

.site-intro strong {
  margin-top: 24px;
  opacity: 0;
  font: 700 clamp(17px, 2vw, 24px)/1 "Manrope", sans-serif;
  letter-spacing: .2em;
  text-transform: uppercase;
  animation: intro-copy .65s ease .46s both;
}

.site-intro i {
  width: 0;
  height: 1px;
  margin-top: 16px;
  display: block;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  animation: intro-line .65s ease .62s both;
}

.site-intro small {
  margin-top: 13px;
  opacity: 0;
  color: rgba(255,255,255,.62);
  font-size: 10px;
  font-style: normal;
  letter-spacing: .17em;
  text-transform: uppercase;
  animation: intro-copy .55s ease .77s both;
}

html.intro-skipped .site-intro { display: none; }

.wallpaper {
  --parallax-x: 0px;
  --parallax-y: 0px;
  transform: translate3d(var(--parallax-x), var(--parallax-y), 0) scale(1.045);
  will-change: transform;
}

.ribbon-one { animation: ribbon-breathe-one 12s ease-in-out infinite alternate; }
.ribbon-two { animation: ribbon-breathe-two 15s ease-in-out -3s infinite alternate; }
.ribbon-three { animation: ribbon-breathe-three 13s ease-in-out -6s infinite alternate; }
.ribbon-four { animation: ribbon-breathe-four 16s ease-in-out -4s infinite alternate; }
.glow { animation: ambient-glow 8s ease-in-out infinite alternate; }

body.launcher-open .wallpaper,
body.window-open .wallpaper {
  transform: translate3d(var(--parallax-x), var(--parallax-y), 0) scale(1.075);
}

.menu-bar {
  opacity: 0;
  transform: translateY(-100%);
  animation: menu-arrive .65s cubic-bezier(.16,1,.3,1) 3.25s both;
}

.welcome > p,
.welcome > h1,
.welcome-description,
.welcome-actions,
.welcome-hint,
.site-directory,
.dock {
  opacity: 0;
  animation: welcome-rise .72s cubic-bezier(.16,1,.3,1) both;
}

.welcome > p { animation-delay: 3.22s; }
.welcome > h1 { animation-delay: 3.32s; }
.welcome-description { animation-delay: 3.42s; }
.welcome-actions { animation-delay: 3.52s; }
.welcome-hint { animation-delay: 3.60s; }
.site-directory { animation-delay: 3.66s; }
.dock { animation-name: dock-arrive; animation-delay: 3.38s; }

html.intro-skipped .menu-bar,
html.intro-skipped .welcome > p,
html.intro-skipped .welcome > h1,
html.intro-skipped .welcome-description,
html.intro-skipped .welcome-actions,
html.intro-skipped .welcome-hint,
html.intro-skipped .site-directory,
html.intro-skipped .dock {
  animation-delay: .05s;
}

body.launcher-opening .launcher {
  animation: launcher-materialize .48s cubic-bezier(.16,1,.3,1) both;
}

body.launcher-opening .app:not(.filtered) {
  opacity: 0;
  animation: app-arrive .48s cubic-bezier(.16,1,.3,1) both;
  animation-delay: calc(90ms + var(--app-order, 0) * 42ms);
}

body.window-opening .app-window {
  animation: window-launch .5s cubic-bezier(.16,1,.3,1) both;
  transform-origin: 50% 100%;
}

.launcher-button::before {
  position: absolute;
  inset: -10px;
  opacity: 0;
  pointer-events: none;
  border: 1px solid rgba(255,255,255,.75);
  border-radius: 50%;
  content: "";
}

.launcher-button.launch-pulse::before {
  animation: launch-pulse .72s cubic-bezier(.16,1,.3,1) both;
}

@keyframes intro-curtain {
  0%, 77.5% { opacity: 1; visibility: visible; }
  100% { opacity: 0; visibility: hidden; }
}
@keyframes intro-hello {
  0% { opacity: 0; transform: translateY(calc(-50% + 24px)) scale(.94); filter: blur(12px); letter-spacing: -.055em; }
  26%, 68% { opacity: 1; transform: translateY(-50%); filter: blur(0); letter-spacing: -.025em; }
  100% { opacity: 0; transform: translateY(calc(-50% - 14px)) scale(1.025); filter: blur(6px); letter-spacing: -.005em; }
}
@keyframes intro-mark {
  0% { opacity: 0; transform: translateY(22px) scale(.72) rotate(-5deg); filter: blur(10px); }
  70% { opacity: 1; transform: translateY(0) scale(1.04); filter: blur(0); }
  100% { opacity: 1; transform: scale(1); }
}
@keyframes intro-copy { from { opacity: 0; transform: translateY(9px); } to { opacity: 1; transform: none; } }
@keyframes intro-line { from { width: 0; opacity: 0; } to { width: 190px; opacity: 1; } }
@keyframes intro-orbit-left { from { opacity: 0; transform: translateX(-20%) rotate(18deg); } to { opacity: 1; transform: translateX(0) rotate(18deg); } }
@keyframes intro-orbit-right { from { opacity: 0; transform: translateX(20%) rotate(-18deg); } to { opacity: 1; transform: translateX(0) rotate(-18deg); } }
@keyframes menu-arrive { to { opacity: 1; transform: none; } }
@keyframes welcome-rise { from { opacity: 0; transform: translateY(24px) scale(.985); filter: blur(5px); } to { opacity: 1; transform: none; filter: blur(0); } }
@keyframes dock-arrive { from { opacity: 0; transform: translate(-50%, 24px) scale(.9); filter: blur(5px); } to { opacity: 1; transform: translateX(-50%); filter: blur(0); } }
@keyframes ribbon-breathe-one { to { transform: translate3d(2vw,-1vh,0) rotate(20deg) scale(1.04); } }
@keyframes ribbon-breathe-two { to { transform: translate3d(-1.5vw,2vh,0) rotate(16deg) scale(.98); } }
@keyframes ribbon-breathe-three { to { transform: translate3d(1vw,-2vh,0) rotate(21deg) scale(1.03); } }
@keyframes ribbon-breathe-four { to { transform: translate3d(-2vw,1vh,0) rotate(-7deg) scale(1.025); } }
@keyframes ambient-glow { from { opacity: .76; } to { opacity: 1; } }
@keyframes launcher-materialize { from { opacity: 0; filter: blur(12px); transform: translate(-50%,50px) scale(.88); } to { opacity: 1; filter: blur(0); transform: translate(-50%,0) scale(1); } }
@keyframes app-arrive { from { opacity: 0; transform: translateY(20px) scale(.84); filter: blur(5px); } to { opacity: 1; transform: none; filter: blur(0); } }
@keyframes window-launch { from { opacity: 0; filter: blur(10px); transform: translateY(40px) scale(.94); } to { opacity: 1; filter: blur(0); transform: none; } }
@keyframes launch-pulse { 0% { opacity: .8; transform: scale(.7); } 100% { opacity: 0; transform: scale(1.75); } }

@media (max-width: 780px) {
  .site-intro::before,
  .site-intro::after { width: 80vw; }
  .site-intro strong { letter-spacing: .13em; }
  .wallpaper { transform: scale(1.045); }
  body.launcher-open .wallpaper,
  body.window-open .wallpaper { transform: scale(1.075); }
}

@media (prefers-reduced-motion: reduce) {
  .site-intro { display: none; }
  .dock { transform: translateX(-50%); }
  body.window-open .dock { transform: none; }
  .menu-bar,
  .welcome > p,
  .welcome > h1,
  .welcome-description,
  .welcome-actions,
  .welcome-hint,
  .dock,
  .ribbon,
  .glow,
  body.launcher-opening .launcher,
  body.launcher-opening .app:not(.filtered),
  body.window-opening .app-window,
  .launcher-button.launch-pulse::before {
    opacity: 1;
    animation: none !important;
    transform: none;
    filter: none;
  }
}

/* Reduced motion removes animation, never the transforms required for layout.
   Without these final states, iPad Safari places centered windows half offscreen. */
@media (prefers-reduced-motion: reduce) {
  .dock {
    transform: translateX(-50%);
  }

  body.launcher-opening .launcher,
  body.launcher-open .launcher {
    transform: translate(-50%, 0) scale(1);
  }

  body.window-opening .app-window,
  body.window-open .app-window {
    transform: translate(calc(-50% + var(--window-x)), var(--window-y)) scale(1);
  }

  body.window-open .app-window.maximized {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) and (max-width: 780px) {
  body.window-open .dock {
    transform: none;
  }
}

/* Keep the launcher visible when its guidance animation takes over. */
body.guided .dock {
  opacity: 1;
}

/* Prevent the launcher entrance animation from restarting after guidance. */
.desktop.guide-complete .dock {
  opacity: 1;
  animation: none;
}

/* One launcher, one visual surface. The logo is the button; the dock no longer
   draws a second rounded tile behind it. Guidance uses a circular glow only. */
.dock,
body.window-open .dock {
  min-width: 78px;
  min-height: 76px;
  padding: 6px;
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.dock:hover,
body.window-open .dock:hover {
  background: transparent;
}

body.guided .dock {
  animation: none;
}

body.guided .launcher-button img {
  animation: guide-logo 4.8s cubic-bezier(0.22, 1, 0.36, 1) 0.8s 1 both;
  box-shadow:
    0 12px 26px rgba(22, 0, 36, 0.42),
    0 0 0 4px rgba(255,255,255,.1),
    0 0 38px rgba(214,158,255,.48);
}

/* The source artwork includes a white square canvas. Mask it consistently wherever the Simic mark appears. */
img[src$="simic-solutions-logo-web.png"] {
  clip-path: circle(47% at 50% 50%);
}

/* Functional desktop-style system menus. */
.menu-bar { z-index: 70; }

.system-menus {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 2px;
}

.system-menu { position: relative; height: 100%; display: flex; align-items: center; }

.system-weather {
  min-height: 28px;
  margin-left: 2px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: rgba(255,255,255,.78);
  border-right: 1px solid rgba(255,255,255,.16);
  font-size: 10px;
  white-space: nowrap;
}

.system-weather[hidden] { display: none; }
.system-weather i { font-size: 13px; font-style: normal; }
.system-weather strong { color: #fff; font-size: 10px; }

.system-menu-trigger {
  min-height: 30px;
  padding: 0 9px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,.92);
  background: transparent;
  border: 0;
  border-radius: 7px;
  font: 600 12px/1 "DM Sans", sans-serif;
  cursor: default;
}

.system-menu-trigger:hover,
.system-menu-trigger:focus-visible,
.system-menu.open > .system-menu-trigger {
  background: rgba(255,255,255,.16);
  outline: 0;
}

.system-menu-primary .system-menu-trigger { padding-left: 0; font-weight: 700; }

.system-menu-popover {
  position: absolute;
  z-index: 100;
  top: 36px;
  left: 0;
  width: max-content;
  min-width: 245px;
  padding: 6px;
  color: #24132d;
  background: rgba(250,246,252,.93);
  border: 1px solid rgba(255,255,255,.75);
  border-radius: 11px;
  box-shadow: 0 18px 48px rgba(17,2,25,.38), inset 0 1px 0 rgba(255,255,255,.9);
  backdrop-filter: blur(24px) saturate(1.25);
  -webkit-backdrop-filter: blur(24px) saturate(1.25);
  transform-origin: top left;
  animation: system-menu-open .16s cubic-bezier(.16,1,.3,1) both;
}

.system-menu-popover[hidden] { display: none; }

.system-menu-popover button,
.system-menu-popover a {
  width: 100%;
  min-height: 31px;
  padding: 7px 10px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #281631;
  background: transparent;
  border: 0;
  border-radius: 6px;
  font: 600 12px/1.25 "DM Sans", sans-serif;
  text-align: left;
  text-decoration: none;
  cursor: default;
}

.system-menu-popover button:hover,
.system-menu-popover button:focus-visible,
.system-menu-popover a:hover,
.system-menu-popover a:focus-visible {
  color: white;
  background: #7d2fa8;
  outline: 0;
}

.system-menu-popover button:disabled { opacity: .38; pointer-events: none; }
.system-menu-popover kbd { margin-left: auto; color: #806f86; font: 500 11px/1 "DM Sans", sans-serif; }
.system-menu-popover button:hover kbd,
.system-menu-popover button:focus-visible kbd { color: rgba(255,255,255,.75); }
.system-menu-popover button.system-menu-heading {
  min-height: 48px;
  padding: 10px 10px 8px;
  display: grid;
  align-items: start;
  gap: 4px;
}
.system-menu-heading strong { font: 800 13px/1 "Manrope", sans-serif; }
.system-menu-heading small { color: #817386; font-size: 10px; }
.system-menu-heading:hover small,
.system-menu-heading:focus-visible small { color: rgba(255,255,255,.78); }
.system-menu-divider { height: 1px; margin: 5px 6px; display: block; background: rgba(46,24,55,.13); }
.menu-check { width: 13px; visibility: hidden; font-weight: 900; }
[role="menuitemcheckbox"][aria-checked="true"] .menu-check { visibility: visible; }

body.reduce-motion *,
body.reduce-motion *::before,
body.reduce-motion *::after {
  scroll-behavior: auto !important;
  animation-duration: .01ms !important;
  animation-iteration-count: 1 !important;
  transition-duration: .01ms !important;
}

@keyframes system-menu-open {
  from { opacity: 0; transform: translateY(-5px) scale(.98); }
  to { opacity: 1; transform: none; }
}

@media (max-width: 620px) {
  .system-menu-secondary { display: none; }
  .system-menu-primary .system-menu-popover { min-width: min(270px, calc(100vw - 24px)); }
  .system-meta > span { display: none; }
}

.mobile-menu-item { display: none !important; }
@media (max-width: 620px) {
  .mobile-menu-item { display: flex !important; }
  .system-menu-divider.mobile-menu-item { display: block !important; }
  .system-weather { display: none; }
}

/* Persistent ambient motion keeps the desktop alive after its entrance sequence. */
.wallpaper::before {
  animation: ambient-orbit-front 22s ease-in-out -4s infinite alternate;
  will-change: transform;
}

.wallpaper::after {
  animation: ambient-orbit-back 28s ease-in-out -11s infinite alternate;
  will-change: transform;
}

.glow { overflow: hidden; }

.glow::before,
.glow::after {
  position: absolute;
  pointer-events: none;
  content: "";
}

.glow::before {
  width: 64vw;
  aspect-ratio: 1;
  top: -28%;
  left: 38%;
  opacity: .34;
  background: radial-gradient(circle, rgba(255,220,255,.82) 0, rgba(185,98,255,.3) 25%, transparent 67%);
  border-radius: 50%;
  filter: blur(38px);
  mix-blend-mode: screen;
  animation: aurora-drift 17s ease-in-out -5s infinite alternate;
}

.glow::after {
  width: 24vw;
  height: 150vh;
  top: -24vh;
  left: -28vw;
  opacity: .15;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.72), transparent);
  filter: blur(24px);
  transform: rotate(17deg);
  animation: ambient-light-sweep 19s cubic-bezier(.45,0,.55,1) 2s infinite;
}

.welcome > h1 {
  color: transparent;
  background: linear-gradient(105deg, #fff 0%, #fff 34%, #dfb8ff 46%, #fff 58%, #fff 100%);
  background-position: 100% 50%;
  background-size: 240% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  animation:
    welcome-rise .72s cubic-bezier(.16,1,.3,1) 3.32s both,
    title-sheen 10s ease-in-out 3.3s infinite;
}

html.intro-skipped .welcome > h1 {
  animation-delay: .05s, 1.3s;
}

@keyframes ambient-orbit-front {
  from { transform: translate3d(-1vw,-1vh,0) rotate(21deg) scale(.99); }
  to { transform: translate3d(2.2vw,1.8vh,0) rotate(24deg) scale(1.035); }
}

@keyframes ambient-orbit-back {
  from { transform: translate3d(1vw,1vh,0) rotate(16deg) scale(1.02); }
  to { transform: translate3d(-2vw,-1.6vh,0) rotate(19deg) scale(.985); }
}

@keyframes aurora-drift {
  from { transform: translate3d(-12vw,-3vh,0) scale(.82); opacity: .2; }
  55% { opacity: .44; }
  to { transform: translate3d(15vw,10vh,0) scale(1.12); opacity: .27; }
}

@keyframes ambient-light-sweep {
  0%, 18% { transform: translate3d(0,0,0) rotate(17deg); opacity: 0; }
  32% { opacity: .18; }
  58%, 100% { transform: translate3d(155vw,0,0) rotate(17deg); opacity: 0; }
}

@keyframes title-sheen {
  0%, 22% { background-position: 100% 50%; }
  42%, 100% { background-position: -105% 50%; }
}

/* Preserve headline contrast; animate its light rather than darkening the letterforms. */
.welcome > h1 {
  color: #fff;
  background: none;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  animation:
    welcome-rise .72s cubic-bezier(.16,1,.3,1) 3.32s both,
    title-breathe 7.5s ease-in-out 4.6s infinite alternate;
}

html.intro-skipped .welcome > h1 {
  animation-delay: .05s, 1.3s;
}

@keyframes title-breathe {
  from { text-shadow: 0 4px 28px rgba(39,4,56,.42), 0 0 0 rgba(224,177,255,0); }
  to { text-shadow: 0 5px 34px rgba(39,4,56,.5), 0 0 30px rgba(224,177,255,.2); }
}

/* Social channels in the system bar keep the launcher focused on the site. */
.system-meta{display:flex;align-items:center;gap:15px}.system-socials{display:flex;align-items:center;gap:7px;padding-right:2px}.system-social{width:27px;height:27px;display:grid;place-items:center;color:#fff;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:8px;text-decoration:none;box-shadow:inset 0 1px 0 rgba(255,255,255,.13);transition:transform .2s ease,background .2s ease,border-color .2s ease}.system-social:hover,.system-social:focus-visible{transform:translateY(-2px);background:rgba(255,255,255,.2);border-color:rgba(255,255,255,.45)}.system-instagram i{position:relative;width:13px;height:13px;display:block;border:1.7px solid currentColor;border-radius:4px}.system-instagram i:before{content:"";position:absolute;width:4px;height:4px;top:3px;left:3px;border:1.4px solid currentColor;border-radius:50%}.system-instagram i:after{content:"";position:absolute;width:2px;height:2px;top:1.5px;right:1.5px;background:currentColor;border-radius:50%}.system-facebook span{margin-top:2px;font:800 17px/1 Arial,sans-serif}.system-youtube i{position:relative;width:16px;height:11px;display:block;background:currentColor;border-radius:3px}.system-youtube i:after{content:"";position:absolute;left:6px;top:3px;border-top:2.5px solid transparent;border-bottom:2.5px solid transparent;border-left:4px solid #65208d}@media(max-width:720px){.system-meta{gap:8px}.system-social{width:25px;height:25px}.canada-label{display:none}}

/* A warmer first hello, followed by the Simic identity. */
.site-intro { animation: intro-curtain-hello 4.6s cubic-bezier(.76,0,.24,1) both; }
.site-intro img { animation: intro-mark .95s cubic-bezier(.16,1,.3,1) 1.18s both; }
.site-intro strong { animation: intro-copy .65s ease 1.52s both; }
.site-intro i { animation: intro-line .65s ease 1.68s both; }
.site-intro small { animation: intro-copy .55s ease 1.83s both; }
.menu-bar { animation-delay: 4.4s; }
.welcome > p { animation-delay: 4.37s; }
.welcome > h1 {
  animation:
    welcome-rise .72s cubic-bezier(.16,1,.3,1) 4.47s both,
    title-breathe 7.5s ease-in-out 5.75s infinite alternate;
}
.welcome-description { animation-delay: 4.57s; }
.welcome-actions { animation-delay: 4.67s; }
.welcome-hint { animation-delay: 4.75s; }
.site-directory { animation-delay: 4.81s; }
.dock { animation-delay: 4.53s; }
html.intro-skipped .menu-bar,
html.intro-skipped .welcome > p,
html.intro-skipped .welcome-description,
html.intro-skipped .welcome-actions,
html.intro-skipped .welcome-hint,
html.intro-skipped .site-directory,
html.intro-skipped .dock { animation-delay: .05s; }
html.intro-skipped .welcome > h1 { animation-delay: .05s, 1.3s; }

@keyframes intro-curtain-hello {
  0%, 84% { opacity: 1; visibility: visible; }
  100% { opacity: 0; visibility: hidden; }
}

/* Life Quest opens as a gateway, not another product sheet. */
.lifequest-gateway {
  position: relative;
  min-height: 100%;
  display: grid;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
  color: #e8e1d3;
  background:
    radial-gradient(circle at 50% 45%, rgba(180,151,88,.12), transparent 22%),
    radial-gradient(circle at 50% 100%, rgba(74,50,35,.24), transparent 42%),
    #020304;
}

.lifequest-gateway::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  opacity: .5;
  background: radial-gradient(ellipse at center, transparent 20%, #020304 74%);
}

.lifequest-smoke-video {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .78;
  filter: contrast(1.08) brightness(.72);
}

.lifequest-smoke,
.lifequest-smoke i {
  position: absolute;
  inset: -25%;
  display: block;
  pointer-events: none;
}

.lifequest-smoke { z-index: -1; opacity:.34; filter: blur(30px); }
.lifequest-smoke i {
  opacity: .22;
  background:
    radial-gradient(ellipse at 32% 58%, rgba(200,196,184,.48), transparent 26%),
    radial-gradient(ellipse at 68% 45%, rgba(119,113,102,.36), transparent 30%);
  animation: lifequest-smoke 10s ease-in-out infinite alternate;
}
.lifequest-smoke i:nth-child(2) { opacity: .14; transform: rotate(35deg) scale(1.18); animation-duration: 14s; animation-delay: -5s; }
.lifequest-smoke i:nth-child(3) { opacity: .1; transform: rotate(-28deg) scale(.9); animation-duration: 17s; animation-delay: -9s; }

.lifequest-gateway-content {
  width: 100%;
  min-height: 100%;
  padding: clamp(50px,8vh,95px) 20px clamp(55px,10vh,115px);
  display: grid;
  grid-template-rows: 1fr auto;
  justify-items: center;
  align-items: center;
  text-align: center;
}
.lifequest-gateway-content img {
  width: min(470px, 72vw);
  max-height: 58vh;
  object-fit: contain;
  opacity: 0;
  filter: grayscale(.22) drop-shadow(0 28px 44px #000);
  animation: lifequest-crest 1.5s cubic-bezier(.16,1,.3,1) .25s both;
}
.lifequest-gateway-content h2,
.lifequest-gateway-content button { opacity: 0; animation: lifequest-copy .8s ease both; }
.visually-hidden { position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important; }
.lifequest-gateway-content button {
  min-width: 0;
  min-height: 64px;
  padding: 12px 22px;
  cursor: pointer;
  color: #e8e3d9;
  background: transparent;
  border: 0;
  font: 400 clamp(29px,4.2vw,54px)/1 "Cinzel",serif;
  letter-spacing: .115em;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-shadow: 0 3px 12px #000, 0 0 8px rgba(255,255,255,.1);
  animation:
    lifequest-copy .8s ease 1.15s both,
    lifequest-start-pulse 3.2s ease-in-out 2s infinite;
  transition: color .22s ease, text-shadow .22s ease;
}
.lifequest-gateway-content button:hover,
.lifequest-gateway-content button:focus-visible { color:#fff; outline:0; text-shadow:0 0 22px rgba(235,225,202,.62); }
.lifequest-page-enter { animation: lifequest-page-enter .7s ease both; }

@keyframes lifequest-smoke { from { transform: translate3d(-5%,-2%,0) rotate(-5deg) scale(.95); } to { transform: translate3d(6%,3%,0) rotate(8deg) scale(1.12); } }
@keyframes lifequest-crest { from { opacity:0; transform:translateY(22px) scale(.88); filter:blur(12px) grayscale(.5); } to { opacity:1; transform:none; filter:blur(0) grayscale(.22) drop-shadow(0 28px 44px #000); } }
@keyframes lifequest-copy { from { opacity:0; transform:translateY(12px); } to { opacity:1; transform:none; } }
@keyframes lifequest-start-pulse { 0%,100% { opacity:.58; text-shadow:0 3px 12px #000,0 0 6px rgba(255,255,255,.06); } 50% { opacity:1; text-shadow:0 3px 12px #000,0 0 13px rgba(255,255,255,.17); } }
@keyframes lifequest-page-enter { from { opacity:0; filter:blur(8px); } to { opacity:1; filter:none; } }

@media (prefers-reduced-motion: reduce) {
  .site-intro-hello { display: none; }
  .lifequest-smoke-video { display:none; }
  .lifequest-smoke i { animation: none; }
  .lifequest-gateway-content img,
  .lifequest-gateway-content h2,
  .lifequest-gateway-content button,
  .lifequest-page-enter { opacity: 1; animation: none; transform: none; filter: none; }
}

@media (max-width: 620px) {
  .lifequest-gateway-content { padding: 40px 18px max(58px,11vh); }
  .lifequest-gateway-content img { width: min(340px, 82vw); }
  .lifequest-gateway-content button { font-size:clamp(30px,8.2vw,42px); letter-spacing:.1em; }
}
