:root {
  color-scheme: dark;
  --color-bg: #030407;
  --color-bg-raised: #090c12;
  --color-panel: #0d1119;
  --color-panel-soft: #111824;
  --color-text: #f3f1ea;
  --color-muted: #adb4c0;
  --color-faint: #747d8c;
  --color-line: #26303f;
  --color-line-strong: #3c4c61;
  --color-accent: #70c9ff;
  --color-accent-strong: #a8ddff;
  --color-accent-dark: #071a2a;
  --color-error: #ffb5ae;
  --color-error-bg: #251113;
  --color-success: #a7e0c1;
  --color-success-bg: #0b2017;
  --color-focus: #bce6ff;
  --font-sans: "Segoe UI", Arial, Helvetica, sans-serif;
  --font-display: "Arial Narrow", "Aptos Narrow", "Segoe UI", Arial, sans-serif;
  --font-mono: ui-monospace, "Cascadia Mono", "Segoe UI Mono", Consolas, monospace;
  --space-1: 0.375rem;
  --space-2: 0.625rem;
  --space-3: 0.875rem;
  --space-4: 1.25rem;
  --space-5: 1.75rem;
  --space-6: 2.5rem;
  --space-7: 3.5rem;
  --space-8: 5rem;
  --radius-small: 0.35rem;
  --radius: 0.7rem;
  --content: 72rem;
  font-family: var(--font-sans);
  font-synthesis: none;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  min-width: 20rem;
  min-height: 100%;
  background: var(--color-bg);
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  min-width: 20rem;
  min-height: 100vh;
  min-height: 100svh;
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 50% 20%, rgb(18 43 66 / 24%), transparent 38rem), var(--color-bg);
  color: var(--color-text);
}

img,
svg {
  display: block;
  max-width: 100%;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
select {
  text-transform: none;
}

a {
  color: var(--color-accent-strong);
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.24em;
}

a:hover {
  color: var(--color-text);
}

:focus-visible {
  outline: 0.18rem solid var(--color-focus);
  outline-offset: 0.24rem;
}

::selection {
  background: var(--color-accent);
  color: #02080d;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: var(--space-3);
  left: var(--space-3);
  padding: var(--space-2) var(--space-3);
  border-radius: var(--radius-small);
  background: var(--color-text);
  color: var(--color-bg);
  font-weight: 700;
  transform: translateY(calc(-100% - 2rem));
}

.skip-link:focus {
  transform: translateY(0);
}

.site-shell {
  width: min(100%, 96rem);
  min-height: 100vh;
  min-height: 100svh;
  margin-inline: auto;
  padding: clamp(1.25rem, 4vw, 4rem);
}

.site-shell--landing,
.site-shell--quiet {
  display: grid;
  place-items: center;
}

.landing {
  display: grid;
  width: 100%;
  gap: clamp(2rem, 7vw, 5rem);
}

.landing__copy {
  display: grid;
  align-content: center;
  max-width: 38rem;
}

.eyes {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgb(112 201 255 / 15%);
  border-radius: var(--radius);
  background: #000;
  box-shadow:
    0 0 0 1px rgb(0 0 0 / 70%),
    0 2rem 7rem rgb(0 70 120 / 18%);
}

.eyes img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 49%;
}

.eyes--compact {
  max-width: 44rem;
  aspect-ratio: 16 / 7;
}

.brand {
  display: grid;
  gap: var(--space-1);
}

.brand__name {
  max-width: 14ch;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.65rem, 12vw, 5.8rem);
  font-stretch: condensed;
  font-weight: 650;
  letter-spacing: 0.09em;
  line-height: 0.92;
  text-wrap: balance;
}

.brand__line {
  margin: var(--space-2) 0 0;
  color: var(--color-accent-strong);
  font-family: var(--font-mono);
  font-size: clamp(0.72rem, 2.4vw, 0.9rem);
  font-weight: 600;
  letter-spacing: 0.24em;
  line-height: 1.4;
}

.brand--compact .brand__name {
  font-size: clamp(2rem, 8vw, 3.5rem);
}

.brand--compact .brand__line {
  font-size: 0.7rem;
}

.workshop-copy {
  display: grid;
  gap: var(--space-3);
  max-width: 35rem;
  margin-top: clamp(1.75rem, 6vw, 3.25rem);
  color: #d2d4d7;
  font-size: clamp(1.05rem, 2.5vw, 1.28rem);
  line-height: 1.7;
}

.workshop-copy p {
  margin: 0;
}

.workshop-copy__first {
  color: var(--color-text);
  font-weight: 650;
}

.contact {
  margin-top: clamp(2rem, 7vw, 4rem);
  font-family: var(--font-mono);
  font-size: clamp(0.76rem, 2.3vw, 0.95rem);
  font-style: normal;
  overflow-wrap: anywhere;
}

.contact a {
  display: inline-block;
  min-height: 2.75rem;
  padding-block: 0.65rem;
}

.quiet-page {
  display: grid;
  width: min(100%, 52rem);
  gap: var(--space-6);
}

.quiet-page__message {
  display: grid;
  justify-items: start;
  gap: var(--space-3);
  max-width: 40rem;
  padding-top: var(--space-5);
  border-top: 1px solid var(--color-line);
}

.quiet-page__message h2,
.reception h1,
.reception h2,
.panel h2,
.panel h3 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 650;
  letter-spacing: 0.02em;
  line-height: 1.12;
  text-wrap: balance;
}

.quiet-page__message h2 {
  font-size: clamp(1.65rem, 5vw, 2.5rem);
}

.quiet-page__message p:not(.eyebrow) {
  margin: 0;
  color: var(--color-muted);
  font-size: 1.04rem;
}

.eyebrow {
  margin: 0;
  color: var(--color-accent);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.4;
}

/* Worker-rendered Guest Reception pages. */
.gateway-brand {
  width: min(100%, 96rem);
  margin-inline: auto;
  padding: clamp(1.15rem, 3vw, 2.25rem) clamp(1.25rem, 4vw, 4rem) 0;
}

.gateway-brand__home {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  column-gap: clamp(0.8rem, 2.5vw, 1.4rem);
  color: var(--color-text);
  text-decoration: none;
}

.gateway-brand__home:hover {
  color: var(--color-text);
}

.gateway-brand__eyes {
  grid-row: 1 / span 2;
  width: clamp(5.5rem, 16vw, 8rem);
  height: clamp(3.45rem, 10vw, 5rem);
  border: 1px solid rgb(112 201 255 / 17%);
  border-radius: var(--radius-small);
  background: #000;
  object-fit: cover;
  object-position: 50% 49%;
}

.gateway-brand__name {
  align-self: end;
  overflow-wrap: anywhere;
  font-family: var(--font-display);
  font-size: clamp(1.02rem, 4.8vw, 1.55rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.05;
}

.gateway-brand__line {
  align-self: start;
  margin-top: var(--space-1);
  color: var(--color-accent-strong);
  font-family: var(--font-mono);
  font-size: clamp(0.56rem, 2.2vw, 0.7rem);
  font-weight: 650;
  letter-spacing: 0.18em;
  line-height: 1.35;
}

.gateway-main {
  display: grid;
  width: min(100%, 96rem);
  min-height: calc(100vh - 7rem);
  min-height: calc(100svh - 7rem);
  margin-inline: auto;
  padding: clamp(2.25rem, 6vw, 5.5rem) clamp(1.25rem, 4vw, 4rem) clamp(3rem, 8vw, 7rem);
}

.reception-panel,
.application-panel {
  width: 100%;
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgb(16 23 34 / 97%), rgb(8 11 17 / 97%)), var(--color-panel);
  box-shadow: 0 2rem 7rem rgb(0 0 0 / 32%);
}

.reception-panel {
  display: grid;
  align-self: start;
  justify-self: center;
  max-width: 46rem;
  gap: var(--space-4);
  padding: clamp(1.5rem, 5vw, 3.5rem);
  border-top-color: rgb(112 201 255 / 45%);
}

.reception-panel h1,
.application-panel h1,
.application-panel h2,
.pushover-panel h2 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 650;
  letter-spacing: 0.02em;
  line-height: 1.1;
  text-wrap: balance;
}

.reception-panel h1 {
  font-size: clamp(2.2rem, 9vw, 4.8rem);
}

.reception-panel p {
  max-width: 39rem;
  margin: 0;
  color: #c9cdd3;
  font-size: clamp(1rem, 2.7vw, 1.18rem);
  line-height: 1.7;
}

.reception-panel__kicker {
  color: var(--color-accent) !important;
  font-family: var(--font-mono);
  font-size: 0.72rem !important;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.4 !important;
  text-transform: uppercase;
}

.reception-panel .button {
  justify-self: start;
  margin-top: var(--space-4);
}

.application-panel {
  display: grid;
  justify-self: center;
  max-width: 76rem;
  gap: clamp(2rem, 5vw, 3.5rem);
  padding: clamp(1.25rem, 4vw, 3rem);
}

.application-panel > header {
  display: grid;
  max-width: 56rem;
  gap: var(--space-3);
  padding-bottom: clamp(1.5rem, 4vw, 2.5rem);
  border-bottom: 1px solid var(--color-line);
}

.application-panel > header h1 {
  font-size: clamp(2.2rem, 7vw, 4.6rem);
}

.application-panel > header p:not(.reception-panel__kicker) {
  margin: 0;
  color: var(--color-muted);
  font-size: clamp(0.96rem, 2.4vw, 1.08rem);
  line-height: 1.65;
}

.application-section {
  display: grid;
  min-width: 0;
  gap: var(--space-5);
  padding: clamp(1.15rem, 3.5vw, 2.25rem);
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  background: rgb(7 10 15 / 68%);
}

.application-section h2,
.consent-panel h2,
.pushover-panel h2 {
  font-size: clamp(1.45rem, 4vw, 2rem);
}

.application-section > p {
  max-width: 52rem;
  margin: calc(-1 * var(--space-3)) 0 0;
  color: var(--color-muted);
  line-height: 1.6;
}

.proposal-field {
  display: grid;
  min-width: 0;
  gap: var(--space-2);
  padding-top: var(--space-5);
  border-top: 1px solid var(--color-line);
}

.proposal-field > label,
.scope-control > label,
.pushover-form > label {
  color: var(--color-text);
  font-weight: 650;
  line-height: 1.4;
}

.field-hint {
  margin: 0;
  color: var(--color-muted);
  font-size: 0.86rem;
  line-height: 1.5;
}

.scope-control {
  display: grid;
  gap: var(--space-2);
  margin-top: var(--space-1);
  padding: var(--space-3);
  border-left: 0.18rem solid #365d78;
  border-radius: 0 var(--radius-small) var(--radius-small) 0;
  background: #09131c;
}

.scope-control > label {
  color: #d9eaf5;
  font-size: 0.88rem;
}

.scope-control select {
  background-color: #060c12;
}

.form-notice {
  margin: 0;
  padding: var(--space-3) var(--space-4);
  border: 1px solid var(--color-line-strong);
  border-radius: var(--radius-small);
  line-height: 1.55;
}

.form-notice--success {
  border-color: #3e6953;
  background: var(--color-success-bg);
  color: var(--color-success);
}

.form-notice--error {
  border-color: #774246;
  background: var(--color-error-bg);
  color: var(--color-error);
}

.consent-panel,
.pushover-panel {
  display: grid;
  gap: var(--space-4);
  padding: clamp(1.15rem, 3.5vw, 2rem);
  border: 1px solid var(--color-line-strong);
  border-radius: var(--radius);
  background: var(--color-panel-soft);
}

.consent-panel {
  border-left: 0.25rem solid var(--color-accent);
}

.checkbox-label {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: var(--space-3);
  color: #dfe2e6;
  line-height: 1.65;
  cursor: pointer;
}

.application-form > .button {
  justify-self: start;
}

.pushover-panel {
  max-width: 54rem;
  border-color: #33495c;
  background:
    linear-gradient(135deg, rgb(14 28 39 / 94%), rgb(10 15 22 / 94%)), var(--color-panel-soft);
}

.pushover-panel > p {
  margin: 0;
  color: var(--color-muted);
  line-height: 1.6;
}

.connection-status {
  width: fit-content;
  padding: var(--space-2) var(--space-3);
  border: 1px solid #3e6953;
  border-radius: 999px;
  background: var(--color-success-bg);
  color: var(--color-success) !important;
  font-family: var(--font-mono);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.pushover-form {
  display: grid;
  max-width: 38rem;
  gap: var(--space-3);
  padding-top: var(--space-2);
}

.pushover-form .button {
  justify-self: start;
  margin-top: var(--space-1);
}

/* Shared invitation and application surface. Dynamic Worker views use these classes. */
.reception {
  display: grid;
  width: min(100%, var(--content));
  margin-inline: auto;
  gap: clamp(1.75rem, 5vw, 3rem);
}

.reception__header {
  display: grid;
  gap: var(--space-5);
}

.reception__header .eyes {
  max-width: 52rem;
  aspect-ratio: 16 / 7;
}

.reception__welcome {
  display: grid;
  gap: var(--space-3);
  max-width: 42rem;
}

.reception__welcome h1 {
  font-size: clamp(2rem, 7vw, 4rem);
}

.reception__welcome p {
  margin: 0;
  color: var(--color-muted);
  font-size: clamp(1rem, 2.5vw, 1.2rem);
  line-height: 1.7;
}

.panel {
  padding: clamp(1.25rem, 4vw, 2.5rem);
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  background: rgb(13 17 25 / 94%);
  box-shadow: 0 1.5rem 5rem rgb(0 0 0 / 28%);
}

.panel > :first-child {
  margin-top: 0;
}

.panel > :last-child {
  margin-bottom: 0;
}

.panel h2 {
  font-size: clamp(1.5rem, 4vw, 2.15rem);
}

.panel h3 {
  font-size: clamp(1.2rem, 3vw, 1.55rem);
}

.application-form {
  display: grid;
  gap: clamp(2rem, 6vw, 3.75rem);
}

.form-section {
  display: grid;
  min-width: 0;
  gap: var(--space-5);
  margin: 0;
  padding: 0;
  border: 0;
}

.form-section + .form-section {
  padding-top: clamp(2rem, 6vw, 3.75rem);
  border-top: 1px solid var(--color-line);
}

.form-section__heading,
.form-section > legend {
  width: 100%;
  margin: 0;
  padding: 0;
  color: var(--color-text);
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 4vw, 1.8rem);
  font-weight: 650;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

.form-section__intro {
  max-width: 58rem;
  margin: calc(-1 * var(--space-3)) 0 0;
  color: var(--color-muted);
  line-height: 1.65;
}

.field-grid {
  display: grid;
  gap: var(--space-5);
}

.field {
  display: grid;
  min-width: 0;
  gap: var(--space-2);
}

.field > label,
.field__label {
  color: var(--color-text);
  font-weight: 650;
  line-height: 1.35;
}

.field__hint,
.field__count {
  margin: 0;
  color: var(--color-muted);
  font-size: 0.86rem;
  line-height: 1.5;
}

.field__count {
  justify-self: end;
  font-family: var(--font-mono);
}

.required {
  color: var(--color-accent-strong);
  font-size: 0.82em;
  font-weight: 700;
}

input,
select,
textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid var(--color-line-strong);
  border-radius: var(--radius-small);
  background: #070a0f;
  color: var(--color-text);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 2%);
}

input,
select {
  min-height: 3rem;
  padding: 0.7rem 0.8rem;
}

textarea {
  min-height: 7.5rem;
  padding: 0.8rem;
  line-height: 1.55;
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  color: #757f8e;
  opacity: 1;
}

input:hover,
select:hover,
textarea:hover {
  border-color: #60748d;
}

input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  border-color: var(--color-focus);
}

input[type="checkbox"],
input[type="radio"] {
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  margin: 0.12rem 0 0;
  padding: 0;
  accent-color: var(--color-accent);
}

.choice-list,
.scope-choices {
  display: grid;
  gap: var(--space-3);
}

.choice,
.scope-choice {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: var(--space-3);
  min-height: 3rem;
  padding: var(--space-3);
  border: 1px solid var(--color-line);
  border-radius: var(--radius-small);
  background: rgb(8 12 18 / 72%);
  color: var(--color-text);
  cursor: pointer;
}

.choice:hover,
.scope-choice:hover {
  border-color: var(--color-line-strong);
  background: var(--color-panel-soft);
}

.choice:has(input:checked),
.scope-choice:has(input:checked) {
  border-color: var(--color-accent);
  background: var(--color-accent-dark);
}

.choice__copy,
.scope-choice__copy {
  display: grid;
  gap: var(--space-1);
}

.choice__copy strong,
.scope-choice__copy strong {
  line-height: 1.35;
}

.choice__copy small,
.scope-choice__copy small {
  color: var(--color-muted);
  font-size: 0.88rem;
  line-height: 1.5;
}

.notice,
.status,
.error,
.connected {
  margin: 0;
  padding: var(--space-3) var(--space-4);
  border: 1px solid var(--color-line-strong);
  border-radius: var(--radius-small);
  background: var(--color-panel-soft);
  line-height: 1.55;
}

.notice {
  color: #d9dde4;
}

.status {
  border-color: #385d77;
  background: #0b1721;
  color: #d7efff;
}

.error {
  border-color: #774246;
  background: var(--color-error-bg);
  color: var(--color-error);
}

.connected {
  border-color: #3e6953;
  background: var(--color-success-bg);
  color: var(--color-success);
  font-weight: 650;
}

.form-actions,
.action-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--space-3);
  padding-top: var(--space-4);
}

.button {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
  padding: 0.75rem 1.15rem;
  border: 1px solid var(--color-accent);
  border-radius: var(--radius-small);
  background: var(--color-accent);
  color: #03101a;
  font-family: var(--font-mono);
  font-size: 0.84rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.button:hover {
  border-color: var(--color-accent-strong);
  background: var(--color-accent-strong);
  color: #02090e;
}

.button--secondary {
  border-color: var(--color-line-strong);
  background: transparent;
  color: var(--color-text);
}

.button--secondary:hover {
  border-color: var(--color-accent);
  background: var(--color-accent-dark);
  color: var(--color-accent-strong);
}

.button[aria-disabled="true"],
.button:disabled,
button:disabled {
  border-color: var(--color-line);
  background: #161a21;
  color: var(--color-faint);
  cursor: not-allowed;
  opacity: 1;
}

.revision-note {
  color: var(--color-muted);
  font-family: var(--font-mono);
  font-size: 0.78rem;
}

.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;
}

@media (min-width: 42rem) {
  .field-grid--two,
  .scope-choices {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .button {
    width: auto;
  }
}

@media (min-width: 52rem) {
  .proposal-field {
    grid-template-columns: minmax(12rem, 0.38fr) minmax(0, 0.62fr);
    column-gap: clamp(1.5rem, 4vw, 3rem);
    row-gap: var(--space-3);
  }

  .proposal-field > label,
  .proposal-field > .field-hint {
    grid-column: 1;
  }

  .proposal-field > input,
  .proposal-field > select,
  .proposal-field > textarea {
    grid-column: 2;
    grid-row: 1;
  }

  .proposal-field > .scope-control {
    grid-column: 2;
  }
}

@media (min-width: 58rem) {
  .landing {
    grid-template-columns: minmax(0, 1.18fr) minmax(24rem, 0.82fr);
    align-items: center;
  }

  .landing .eyes {
    aspect-ratio: 5 / 4;
  }

  .quiet-page {
    grid-template-columns: minmax(18rem, 1fr) minmax(18rem, 0.8fr);
    align-items: center;
  }

  .quiet-page .eyes,
  .quiet-page .brand {
    grid-column: 1;
  }

  .quiet-page__message {
    grid-column: 2;
    grid-row: 1 / span 2;
    padding-top: 0;
    padding-left: var(--space-6);
    border-top: 0;
    border-left: 1px solid var(--color-line);
  }

  .reception__header {
    grid-template-columns: minmax(18rem, 0.9fr) minmax(22rem, 1.1fr);
    align-items: center;
  }
}

@media (max-width: 30rem) {
  .brand__name {
    font-size: clamp(2.3rem, 12vw, 3.4rem);
  }

  .form-actions,
  .action-row {
    align-items: stretch;
    flex-direction: column;
  }

  .form-actions .button,
  .action-row .button,
  .reception-panel .button,
  .application-form > .button,
  .pushover-form .button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media (forced-colors: active) {
  .eyes,
  .panel,
  .reception-panel,
  .application-panel,
  .application-section,
  .consent-panel,
  .pushover-panel,
  .choice,
  .scope-choice,
  .notice,
  .status,
  .error,
  .connected,
  .connection-status,
  .form-notice {
    border: 1px solid CanvasText;
  }
}

/* Owner-approved cinematic public/reception visual direction — 2026-08-29. */
body {
  background:
    radial-gradient(circle at 18% 18%, rgb(112 201 255 / 5%) 0 1px, transparent 1.6px),
    radial-gradient(circle at 74% 12%, rgb(168 221 255 / 5%) 0 1px, transparent 1.7px),
    radial-gradient(circle at 86% 42%, rgb(112 201 255 / 4%) 0 1px, transparent 1.6px),
    radial-gradient(circle at 31% 66%, rgb(168 221 255 / 4%) 0 1px, transparent 1.6px), #000;
  background-size:
    19rem 17rem,
    23rem 21rem,
    29rem 24rem,
    31rem 27rem,
    auto;
}

.landing--stacked {
  display: grid;
  justify-items: center;
  align-content: center;
  gap: clamp(1.5rem, 4vw, 3rem);
  max-width: 76rem;
  margin-inline: auto;
  text-align: center;
}

.landing--stacked .brand {
  justify-items: center;
}

.landing--stacked .brand__name {
  max-width: none;
  font-size: clamp(2.8rem, 7vw, 5.8rem);
}

.eyes--friendly {
  width: min(100%, 68rem);
  aspect-ratio: 1100 / 284;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.eyes--friendly img {
  object-fit: contain;
  object-position: center;
  mix-blend-mode: screen;
}

.landing__copy--centered,
.workshop-copy--centered {
  justify-items: center;
  max-width: 44rem;
  text-align: center;
}

.contact--centered {
  margin-top: clamp(1.5rem, 4vw, 2.5rem);
}

.gateway-brand--simple {
  padding-top: clamp(2rem, 5vw, 4rem);
}

.gateway-brand__home--simple {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  width: 100%;
  row-gap: 0.55rem;
  text-align: center;
}

.gateway-brand__home--simple .gateway-brand__name {
  font-size: clamp(2.5rem, 7vw, 5.5rem);
  letter-spacing: 0.12em;
}

.gateway-brand__home--simple .gateway-brand__line {
  font-size: clamp(0.68rem, 1.8vw, 0.9rem);
}

.reception-panel--cinematic {
  max-width: 72rem;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  text-align: center;
}

.reception-eyes {
  display: block;
  width: min(100%, 68rem);
  height: auto;
  margin-inline: auto;
}

.reception-welcome {
  display: grid;
  justify-items: center;
  gap: var(--space-3);
  max-width: 40rem;
  margin: clamp(1.75rem, 4vw, 3rem) auto 0;
}

.reception-welcome h1 {
  font-size: clamp(2rem, 5vw, 3.5rem);
}

.button--expected {
  margin-top: clamp(1.5rem, 4vw, 2.5rem);
  padding: 0.8rem 1.45rem;
  border-color: rgb(112 201 255 / 72%);
  background: rgb(0 0 0 / 28%);
  color: var(--color-accent-strong);
  letter-spacing: 0.14em;
  box-shadow: 0 0 2rem rgb(112 201 255 / 5%);
}

.button--expected:hover {
  background: rgb(112 201 255 / 10%);
  color: #fff;
  box-shadow: 0 0 2.5rem rgb(112 201 255 / 12%);
}

/* Owner review refinements ? seamless starfield / stacked cinematic layout. */
body {
  background-color: #000;
  background-image:
    radial-gradient(circle at 12% 17%, rgb(168 221 255 / 24%) 0 1px, transparent 1.5px),
    radial-gradient(circle at 76% 11%, rgb(112 201 255 / 20%) 0 1px, transparent 1.6px),
    radial-gradient(circle at 91% 37%, rgb(168 221 255 / 18%) 0 1px, transparent 1.5px),
    radial-gradient(circle at 28% 61%, rgb(112 201 255 / 16%) 0 1px, transparent 1.5px),
    radial-gradient(circle at 64% 79%, rgb(168 221 255 / 15%) 0 1px, transparent 1.4px),
    radial-gradient(circle at 41% 28%, rgb(168 221 255 / 17%) 0 1px, transparent 1.45px),
    radial-gradient(circle at 83% 68%, rgb(112 201 255 / 15%) 0 1px, transparent 1.5px),
    radial-gradient(ellipse at 50% 37%, rgb(18 43 66 / 22%), transparent 42rem), #000;
  background-size:
    27rem 24rem,
    32rem 28rem,
    38rem 32rem,
    41rem 36rem,
    47rem 42rem,
    35rem 31rem,
    52rem 44rem,
    auto,
    auto;
}

.landing--stacked {
  grid-template-columns: minmax(0, 1fr);
}

.landing--stacked .eyes--friendly {
  grid-column: 1;
  width: min(100%, 68rem);
  aspect-ratio: 1100 / 390;
  overflow: visible;
}

.reception-eyes-shell {
  position: relative;
  width: min(100%, 68rem);
  aspect-ratio: 1100 / 390;
  margin: 0 auto;
}

.eyes--friendly img,
.reception-eyes {
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-mask-image: radial-gradient(
    ellipse 72% 58% at 50% 46%,
    #000 30%,
    rgb(0 0 0 / 96%) 43%,
    rgb(0 0 0 / 68%) 56%,
    transparent 76%
  );
  mask-image: radial-gradient(
    ellipse 72% 58% at 50% 46%,
    #000 30%,
    rgb(0 0 0 / 96%) 43%,
    rgb(0 0 0 / 68%) 56%,
    transparent 76%
  );
  mix-blend-mode: screen;
}

.reception-eyes {
  display: block;
  filter: none;
}

.coming-soon-name {
  white-space: normal;
}

.gurmukhi-name {
  margin-inline: 0.15em;
  font-family: "Nirmala UI", "Noto Sans Gurmukhi", Raavi, sans-serif;
  font-weight: 600;
}

.reception-welcome .button--expected {
  justify-self: center;
}

.site-shell--landing,
.reception-panel--cinematic {
  position: relative;
}

.site-shell--landing::before,
.site-shell--landing::after,
.reception-panel--cinematic::before,
.reception-panel--cinematic::after {
  position: absolute;
  z-index: 0;
  inset: 18% 0 34%;
  content: "";
  pointer-events: none;
  background-repeat: no-repeat;
  filter: drop-shadow(0 0 3px rgb(143 213 255 / 48%));
}

.site-shell--landing::before,
.reception-panel--cinematic::before {
  background-image:
    radial-gradient(
      circle at 18% 37%,
      rgb(225 245 255 / 96%) 0 1.2px,
      rgb(143 213 255 / 48%) 1.2px 2.4px,
      transparent 4px
    ),
    radial-gradient(
      circle at 73% 18%,
      rgb(215 241 255 / 88%) 0 1.1px,
      rgb(143 213 255 / 42%) 1.1px 2.2px,
      transparent 3.8px
    ),
    radial-gradient(
      circle at 87% 62%,
      rgb(225 245 255 / 90%) 0 1.2px,
      rgb(143 213 255 / 44%) 1.2px 2.3px,
      transparent 4px
    );
  animation: subtle-twinkle-a 8.5s linear infinite;
}

.site-shell--landing::after,
.reception-panel--cinematic::after {
  background-image:
    radial-gradient(
      circle at 31% 71%,
      rgb(215 241 255 / 90%) 0 1.1px,
      rgb(143 213 255 / 42%) 1.1px 2.2px,
      transparent 3.8px
    ),
    radial-gradient(
      circle at 58% 27%,
      rgb(235 248 255 / 98%) 0 1.2px,
      rgb(168 221 255 / 48%) 1.2px 2.4px,
      transparent 4px
    ),
    radial-gradient(
      circle at 79% 79%,
      rgb(215 241 255 / 84%) 0 1.1px,
      rgb(143 213 255 / 38%) 1.1px 2.2px,
      transparent 3.8px
    );
  animation: subtle-twinkle-b 11.5s linear 2.2s infinite;
}

.site-shell--landing > *,
.reception-panel--cinematic > * {
  position: relative;
  z-index: 1;
}

@keyframes subtle-twinkle-a {
  0%,
  28%,
  50%,
  100% {
    opacity: 0.14;
  }
  35%,
  43% {
    opacity: 0.92;
  }
}

@keyframes subtle-twinkle-b {
  0%,
  38%,
  58%,
  100% {
    opacity: 0.12;
  }
  45%,
  52% {
    opacity: 0.86;
  }
}

@media (min-width: 48rem) and (max-height: 60rem) {
  body:has(.reception-panel--cinematic) .gateway-brand--simple {
    padding-top: clamp(1.1rem, 2vh, 1.6rem);
  }

  body:has(.reception-panel--cinematic) .gateway-main {
    min-height: auto;
    padding-top: clamp(1rem, 2.5vh, 1.6rem);
    padding-bottom: clamp(1.1rem, 2.5vh, 1.6rem);
  }

  .reception-panel--cinematic .reception-welcome {
    margin-top: clamp(0.85rem, 2vh, 1.35rem);
  }

  .reception-panel--cinematic .button--expected {
    margin-top: clamp(0.9rem, 2vh, 1.35rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-shell--landing::before,
  .site-shell--landing::after,
  .reception-panel--cinematic::before,
  .reception-panel--cinematic::after {
    animation: none !important;
    opacity: 0.32;
  }
}

.photo-link-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  align-items: center;
}

.photo-link-actions .button {
  text-decoration: none;
}
