@import url("/styles.css?v=20260914e");
.site-shell {
  width: min(1160px, calc(100% - 80px));
  margin: auto;
}
.site-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 88px;
  border-bottom: 1px solid var(--line);
}
.nav-link {
  font-size: 13px;
  font-weight: 600;
}
.site-shell .hero {
  gap: 65px;
  grid-template-columns: 1.4fr 0.6fr;
  min-height: 550px;
  padding-block: 65px;
}
.site-shell h1 {
  font-size: clamp(45px, 5.8vw, 76px);
}
.site-shell .lede {
  font-size: 17px;
  max-width: 650px;
  margin-top: 25px;
}
.site-shell .actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}
.site-shell .button {
  font-size: 12px;
  background: transparent;
  color: var(--deep-blue);
  border-color: #c7dbef;
  min-height: 49px;
  padding: 13px 20px;
}
.site-shell .button.primary {
  background: var(--blue);
  color: white;
  border-color: var(--blue);
}
.site-shell .button:hover {
  background: #e2efff;
}
.site-shell .button.primary:hover {
  background: var(--deep-blue);
}
.app-mark {
  background: #e5f0fc;
  border-radius: 30px;
  padding: 22px;
  transform: rotate(5deg);
}
.app-mark img {
  width: 100%;
  border-radius: 20px;
}
.panel {
  padding: 35px;
  border: 1px solid var(--line);
  border-radius: 25px;
  background: white;
  margin-bottom: 50px;
}
.panel h2 {
  font-size: 27px;
  margin-bottom: 15px;
}
.panel p {
  font-size: 14px;
}
.request-card {
  max-width: 850px;
}
.request-note {
  border-top: 1px solid var(--line);
  padding-top: 20px;
  margin-top: 20px;
}
.request-state {
  margin-top: 14px;
}
.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  font-size: 11px;
  padding-block: 28px;
  border-top: 1px solid var(--line);
}
.site-footer a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.button[aria-disabled="true"] {
  opacity: 0.45;
  pointer-events: none;
}
.visually-hidden {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
}
.hall-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 25px;
}
.hall-links a {
  background: #eaf2ff;
  color: var(--deep-blue);
  padding: 9px 16px;
  border-radius: 100px;
  font-size: 13px;
}
.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-block: 30px 50px;
}
.tile {
  padding: 25px;
  background: #edf3fa;
  border-radius: 20px;
}
.tile h2 {
  font-size: 24px;
  margin-bottom: 15px;
}
.tile p {
  font-size: 14px;
}
.site-shell .hero-copy {
  text-align: left;
}
@media (max-width: 760px) {
  .site-shell {
    width: calc(100% - 36px);
  }
  .site-shell .hero {
    grid-template-columns: 1fr;
    gap: 35px;
    padding-block: 45px;
    min-height: auto;
  }
  .site-shell h1 {
    font-size: 46px;
  }
  .site-shell .lede {
    font-size: 15px;
  }
  .app-mark {
    width: 150px;
    grid-row: 1;
    padding: 10px;
    justify-self: start;
  }
  .site-shell .actions {
    justify-content: flex-start;
  }
  .site-shell .hero .eyebrow {
    justify-content: flex-start;
  }
  .site-shell .panel {
    padding: 25px;
  }
  .site-footer {
    flex-direction: column;
    gap: 10px;
  }
  .grid {
    grid-template-columns: 1fr;
  }
}
.site-shell [hidden] {
  display: none !important;
}

/* Each detail route gets its own still device showcase. */
.detail-showcase {
  --showcase-accent: #316bab;
  position: relative;
  isolation: isolate;
  margin: 0;
  width: 100%;
  max-width: 400px;
  justify-self: center;
  padding: 28px 24px 22px;
  overflow: hidden;
  border-radius: 38px;
  color: #fff;
  background: radial-gradient(ellipse at 90% 35%, var(--showcase-accent), #081420 72%);
  box-shadow: 0 24px 55px #09284924;
}
.detail-showcase::before {
  content: '';
  position: absolute;
  z-index: -1;
  width: 390px;
  height: 390px;
  border: 1px solid #ffffff28;
  border-radius: 50%;
  left: 45px;
  top: 100px;
  box-shadow: 0 0 0 42px #ffffff06, 0 0 0 85px #ffffff04;
}
.showcase-north { --showcase-accent: #406c94; }
.showcase-east { --showcase-accent: #2758b7; }
.showcase-south { --showcase-accent: #805a5b; }
.showcase-west { --showcase-accent: #5d538e; }
.showcase-pollock { --showcase-accent: #317c69; }
.showcase-cata { --showcase-accent: #237c82; }
.showcase-kicker { font-size: 10px; letter-spacing: .18em; font-weight: 700; }
.showcase-device {
  width: 88%;
  margin: 22px auto 26px;
  transform: perspective(900px) rotateY(var(--device-yaw, 0deg)) rotate(var(--device-tilt, -5deg));
  mix-blend-mode: screen;
}
/* Unique, static orientations for the five dining locations. */
.showcase-north { --device-tilt: -8deg; --device-yaw: 12deg; }
.showcase-east { --device-tilt: 6deg; --device-yaw: -12deg; }
.showcase-south { --device-tilt: -5deg; --device-yaw: 0deg; }
.showcase-west { --device-tilt: 9deg; --device-yaw: 16deg; }
.showcase-pollock { --device-tilt: 2deg; --device-yaw: 8deg; }
.detail-image { display: block; width: 100%; height: auto; aspect-ratio: 1 / 2; }
.detail-showcase figcaption strong { display: block; font-size: 17px; line-height: 1.4; }
.detail-showcase figcaption span { display: block; color: #bfcedc; font-size: 10px; margin-top: 6px; }
@media (max-width: 760px) {
  .detail-showcase { max-width: 350px; }
}

/* The supplied East screenshot has no baked-in device frame. */
.showcase-east .showcase-device {
  box-sizing: border-box;
  border: 8px solid #101113;
  border-radius: 36px;
  overflow: hidden;
  box-shadow: 0 0 0 2px #9ca3ab;
  mix-blend-mode: normal;
}
.showcase-east .detail-image { aspect-ratio: 660 / 1434; }
