/* Fruiti homepage — dark campaign (2026-07-11; fluid fill 2026-07-29)
   Fills the viewport; auth + brand columns reflow with the window. */

@import url("content-guard.css?v=2");

:root {
  --ink: #f4f5f7;
  --ink-soft: rgba(244, 245, 247, 0.62);
  --muted: rgba(244, 245, 247, 0.42);
  --panel: #0c101c;
  --panel-elevated: #141a28;
  --panel-line: rgba(255, 255, 255, 0.14);
  --white: #ffffff;
  --focus: #4ea1ff;
  --fruiti-blue: #0b7cff;
  --fruiti-blue-deep: #002070;
  --fruiti-blue-mid: #0050c0;
  --fruiti-cyan: #10a8f0;
  --online: #22c55e;
  --sh-soft: 0 18px 40px -28px rgba(0, 0, 0, 0.55);
  --sh-focus: 0 0 0 3px rgba(78, 161, 255, 0.28);
  --motion-fast: 160ms;
  --motion-standard: 280ms;
  --motion-entrance: 700ms;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --font: Inter, system-ui, -apple-system, sans-serif;
  --font-display: "Inter Tight", Inter, system-ui, -apple-system, sans-serif;
  --auth-w: min(420px, 34.4%);
  --frame: 0px;
  --frame-radius: 0px;
}

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

html {
  -webkit-text-size-adjust: 100%;
  overflow: hidden;
  height: 100%;
}

body.page-home {
  margin: 0;
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.5;
  color: var(--ink);
  background: #07080c;
  overflow: hidden;
  height: 100%;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
}

.fit-frame {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: var(--frame);
  background: #07080c;
}

img { max-width: 100%; height: auto; vertical-align: middle; }

.skip-link {
  position: absolute; left: 16px; top: 16px; z-index: 300;
  padding: 0.65rem 1rem; border-radius: 8px;
  background: #fff; color: #17181c; font-weight: 600;
  text-decoration: none; transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); outline: 2px solid var(--focus); outline-offset: 2px; }

/* ——— Campaign ——— */
.campaign-scale {
  position: relative;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  flex: 1 1 auto;
  border-radius: var(--frame-radius);
  overflow: hidden;
  isolation: isolate;
  background: var(--panel);
  border: 0;
}
.campaign {
  --campaign-cols: minmax(280px, var(--auth-w)) minmax(0, 1fr);
  position: relative;
  display: grid;
  grid-template-columns: var(--campaign-cols);
  width: 100%;
  height: 100%;
  border-radius: 0;
  overflow: hidden;
  isolation: isolate;
  background: var(--panel);
}

/* ——— Auth ——— */
.auth-world {
  position: relative;
  grid-column: 1;
  grid-row: 1;
  z-index: 3;
  display: flex;
  flex-direction: column;
  background:
    linear-gradient(
      168deg,
      #070b14 0%,
      #0a0f1a 38%,
      #080b12 100%
    );
  color: var(--ink);
  height: 100%;
  overflow: hidden;
  /* No own radius — rounded cutouts here revealed square layers underneath.
     Frame rounding is owned by .campaign-scale clip. */
  border-radius: 0;
}
.auth-world::before {
  content: "";
  position: absolute;
  top: -34%;
  left: -42%;
  width: 125%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(
      50% 46% at 32% 18%,
      rgba(16, 168, 240, 0.14) 0%,
      rgba(11, 124, 255, 0.07) 36%,
      transparent 72%
    ),
    radial-gradient(
      58% 52% at 48% 42%,
      rgba(0, 64, 168, 0.18) 0%,
      rgba(0, 32, 96, 0.08) 42%,
      transparent 76%
    );
  filter: blur(18px);
  opacity: 0.95;
}
.auth-world::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      transparent 0%,
      transparent calc(100% - 1px),
      rgba(255, 255, 255, 0.06) 100%
    ),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.03) 0%,
      transparent 18%,
      transparent 78%,
      rgba(0, 0, 0, 0.28) 100%
    );
}
.auth-world__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  width: 100%;
  max-width: 20.75rem;
  margin: 0 auto;
  padding: 2.6rem 1.75rem 2.15rem;
  box-sizing: border-box;
  align-items: stretch;
  text-align: left;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.auth-welcome {
  width: 100%;
  max-width: 100%;
  margin: 0 0 1.85rem;
  text-align: center;
}
.auth-welcome__lock {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 100%;
}
.auth-brand {
  display: block;
  text-decoration: none;
  width: 0;
  min-width: 118%;
  margin: 0 0 1.15rem;
  order: -1;
  filter: drop-shadow(0 10px 28px rgba(0, 40, 120, 0.28));
}
.auth-brand__logo {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  object-fit: contain;
  object-position: center;
}
.auth-intro__title {
  margin: 0;
  width: max-content;
  max-width: 100%;
  font-family: var(--font-display);
  font-size: 1.72rem;
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1.1;
  color: #f7f8fb;
  text-align: center;
}
.auth-intro__sub {
  margin: 0.55rem 0 0;
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 450;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(244, 245, 247, 0.42);
  text-align: center;
}

.auth-form {
  display: flex;
  flex-direction: column;
  gap: 1.05rem;
  width: 100%;
  text-align: left;
}
.auth-form__status {
  margin: 0;
  padding: 0.7rem 0.85rem;
  border-radius: 10px;
  font-size: 0.82rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--ink-soft);
  text-align: left;
}
.auth-form__status[data-kind="error"] {
  background: rgba(185, 28, 28, 0.16);
  border-color: rgba(248, 113, 113, 0.35);
  color: #fecaca;
}
.auth-form__status[data-kind="info"] { color: var(--ink-soft); }

.auth-field__label {
  display: block;
  margin-bottom: 0.38rem;
  font-family: var(--font-display);
  font-size: 0.62rem;
  font-weight: 550;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(244, 245, 247, 0.48);
  text-align: left;
}
.auth-field__control { position: relative; }
.auth-field__input {
  width: 100%;
  min-height: 48px;
  padding: 0.7rem 2.55rem 0.7rem 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.035);
  color: #f7f8fb;
  font: inherit;
  font-size: 0.9rem;
  letter-spacing: -0.01em;
  outline: none;
  text-align: left;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
  transition:
    border-color var(--motion-fast) ease,
    box-shadow var(--motion-fast) ease,
    background-color var(--motion-fast) ease;
}
.auth-field__input::placeholder { color: rgba(244, 245, 247, 0.28); }
.auth-field__input:hover {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.05);
}
.auth-field__input:focus-visible {
  border-color: rgba(78, 161, 255, 0.55);
  box-shadow:
    0 0 0 3px rgba(78, 161, 255, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  background: rgba(255, 255, 255, 0.055);
}
.auth-field__icon,
.auth-field__toggle {
  position: absolute;
  top: 50%;
  right: 0.4rem;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 0;
  padding: 0;
  background: transparent;
  color: rgba(244, 245, 247, 0.32);
  border-radius: 8px;
}
.auth-field__toggle { cursor: pointer; }
.auth-field__toggle svg[hidden] { display: none !important; }
.auth-field__toggle:hover,
.auth-field__toggle:focus-visible { color: rgba(244, 245, 247, 0.85); }
.auth-field__toggle:focus-visible { outline: 2px solid var(--focus); outline-offset: 1px; }

.auth-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 0.1rem;
}
.auth-remember {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  font-size: 0.78rem;
  color: rgba(244, 245, 247, 0.52);
  min-height: 36px;
}
.auth-remember__input { position: absolute; opacity: 0; width: 1px; height: 1px; margin: 0; }
.auth-remember__box {
  width: 14px;
  height: 14px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.03);
  position: relative;
  flex-shrink: 0;
  pointer-events: none;
}
.auth-remember__input:checked + .auth-remember__box {
  background: #f4f6fa;
  border-color: #f4f6fa;
}
.auth-remember__input:checked + .auth-remember__box::after {
  content: "";
  position: absolute;
  left: 3.5px;
  top: 0.5px;
  width: 4px;
  height: 7.5px;
  border: solid #0a0f1a;
  border-width: 0 1.6px 1.6px 0;
  transform: rotate(45deg);
}
.auth-remember__input:focus-visible + .auth-remember__box {
  outline: 2px solid var(--focus);
  outline-offset: 2px;
}
.auth-forgot {
  font-size: 0.78rem;
  color: rgba(244, 245, 247, 0.48);
  text-decoration: none;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  letter-spacing: -0.01em;
  transition: color var(--motion-fast) ease;
}
.auth-forgot:hover { color: #fff; }
.auth-forgot:focus-visible { outline: 2px solid var(--focus); outline-offset: 2px; border-radius: 4px; }

.auth-submit {
  margin-top: 0.55rem;
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffffff 0%, #eef1f6 100%);
  color: #0a0f1a;
  font-family: var(--font-display);
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: -0.015em;
  cursor: pointer;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.7) inset,
    0 10px 28px -14px rgba(0, 0, 0, 0.55);
  transition:
    filter var(--motion-fast) ease,
    transform var(--motion-fast) var(--ease),
    box-shadow var(--motion-fast) ease;
}
.auth-submit:hover {
  filter: brightness(1.02);
  transform: translateY(-1px);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.75) inset,
    0 14px 32px -14px rgba(0, 0, 0, 0.6);
}
.auth-submit:hover .auth-submit__arrow { transform: translateX(3px); }
.auth-submit__arrow { display: inline-flex; transition: transform var(--motion-fast) var(--ease); }
.auth-submit:focus-visible { outline: 2px solid var(--focus); outline-offset: 3px; }
.auth-submit:disabled { opacity: 0.72; cursor: wait; transform: none; }

.auth-divider {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 0.85rem;
  margin: 1.35rem 0 1.1rem;
}
.auth-divider__line {
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.12) 20%,
    rgba(255, 255, 255, 0.12) 80%,
    transparent
  );
}
.auth-divider__text {
  font-family: var(--font-display);
  font-size: 0.58rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(244, 245, 247, 0.32);
}

.auth-create {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: transparent;
  color: rgba(247, 248, 251, 0.9);
  font-family: var(--font-display);
  font-size: 0.86rem;
  font-weight: 550;
  letter-spacing: -0.01em;
  text-decoration: none;
  transition:
    border-color var(--motion-fast) ease,
    background-color var(--motion-fast) ease,
    color var(--motion-fast) ease;
}
.auth-create:hover {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
}
.auth-create:focus-visible { outline: 2px solid var(--focus); outline-offset: 3px; }

.auth-mode[hidden] {
  display: none !important;
}
.auth-signup-stage[hidden] {
  display: none !important;
}
.auth-field__hint {
  margin: 0.35rem 0 0;
  font-size: 0.62rem;
  line-height: 1.4;
  color: rgba(244, 245, 247, 0.38);
  text-align: left;
}
.auth-signup-phone-chip {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  flex-wrap: wrap;
  margin: 0 0 1rem;
  padding: 0.55rem 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.03);
  font-size: 0.78rem;
  color: rgba(244, 245, 247, 0.72);
}
.auth-signup-phone-chip__label {
  font-family: var(--font-display);
  font-size: 0.55rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(244, 245, 247, 0.4);
}
.auth-signup-phone-chip__value {
  flex: 1;
  min-width: 0;
  font-weight: 550;
  color: #f7f8fb;
  letter-spacing: 0.02em;
}
.auth-signup-phone-chip__edit {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(16, 168, 240, 0.95);
  font: inherit;
  font-size: 0.72rem;
  font-weight: 500;
  cursor: pointer;
}
.auth-signup-phone-chip__edit:hover {
  color: #fff;
}
.auth-signup-otp-lede {
  margin: 0 0 1rem;
  font-size: 0.78rem;
  line-height: 1.45;
  color: rgba(244, 245, 247, 0.55);
  text-align: left;
}
.auth-signup-done__title {
  margin: 0 0 0.45rem;
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: #f7f8fb;
  text-align: center;
}
.auth-signup-done__copy {
  margin: 0 0 1.25rem;
  font-size: 0.8rem;
  line-height: 1.5;
  color: rgba(244, 245, 247, 0.55);
  text-align: center;
}
.auth-submit--link {
  text-decoration: none;
  box-sizing: border-box;
}
.auth-linkish {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0.85rem 0 0;
  padding: 0.35rem;
  border: 0;
  background: transparent;
  color: rgba(244, 245, 247, 0.48);
  font: inherit;
  font-size: 0.78rem;
  cursor: pointer;
  text-decoration: none;
}
.auth-linkish:hover {
  color: #fff;
}
.auth-linkish--back {
  margin-top: 1.15rem;
}
button.auth-create {
  font: inherit;
  cursor: pointer;
}

.auth-footer {
  margin-top: auto;
  flex-shrink: 0;
  padding-top: 1.75rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.55rem;
}
.auth-footer__nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.35rem 0.15rem;
  font-family: var(--font-display);
  font-size: 0.68rem;
  font-weight: 450;
  letter-spacing: 0.04em;
  color: rgba(244, 245, 247, 0.28);
}
.auth-footer__nav > span[aria-hidden="true"] {
  width: 0.85rem;
  text-align: center;
  color: rgba(244, 245, 247, 0.18);
  font-size: 0.55rem;
}
.auth-footer__nav a {
  color: rgba(244, 245, 247, 0.48);
  text-decoration: none;
  min-height: 28px;
  padding: 0 0.35rem;
  display: inline-flex;
  align-items: center;
  transition: color var(--motion-fast) ease;
}
.auth-footer__nav a:hover { color: #fff; }
.auth-footer__nav a:focus-visible { outline: 2px solid var(--focus); outline-offset: 2px; border-radius: 3px; }

/* Same mute as site links — no widget chrome */
.auth-socials {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 0.05rem;
  margin: 0;
  padding: 0;
}
.auth-socials__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.55rem;
  height: 1.55rem;
  color: rgba(244, 245, 247, 0.38);
  text-decoration: none;
  transition: color var(--motion-fast) ease;
}
.auth-socials__link svg {
  display: block;
}
.auth-socials__link:hover { color: rgba(244, 245, 247, 0.92); }
.auth-socials__link:focus-visible {
  outline: 2px solid var(--focus);
  outline-offset: 2px;
  border-radius: 3px;
  color: #fff;
}

.auth-footer__copy {
  margin: 0.15rem 0 0;
  font-family: var(--font-display);
  font-size: 0.58rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(244, 245, 247, 0.22);
  line-height: 1.4;
  text-align: center;
}
.auth-footer__mark {
  letter-spacing: 0.08em;
  margin-right: 0.15em;
  opacity: 0.85;
}
.auth-footer__year {
  letter-spacing: 0.22em;
  opacity: 0.9;
}

/* ——— Brand / story ——— */
.brand-world {
  position: relative;
  grid-column: 1 / -1;
  grid-row: 1;
  z-index: 1;
  display: grid;
  grid-template-columns: var(--campaign-cols);
  grid-template-rows: minmax(0, 1fr);
  background: #14110f;
  overflow: hidden;
  height: 100%;
  min-width: 0;
  border-radius: 0;
}
.brand-world__media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  background: #14110f;
}
.brand-world__photo {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 62% center;
  /* Keep warmth — light falloff only via scrim, not desaturating the photo */
  filter: contrast(1.04) saturate(1.02);
}
.brand-world__scrim {
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background:
    /* Soft left veil — readable copy without a hard panel edge */
    linear-gradient(
      90deg,
      rgba(10, 8, 9, 0.62) 0%,
      rgba(10, 8, 9, 0.38) 28%,
      rgba(10, 8, 9, 0.14) 52%,
      rgba(10, 8, 9, 0.02) 72%,
      transparent 88%
    ),
    /* Gentle top depth */
    linear-gradient(
      180deg,
      rgba(8, 7, 8, 0.28) 0%,
      transparent 22%,
      transparent 70%,
      rgba(8, 7, 8, 0.42) 100%
    ),
    /* Warm light falloff toward the subject */
    radial-gradient(
      70% 55% at 78% 42%,
      transparent 0%,
      transparent 45%,
      rgba(8, 6, 7, 0.18) 100%
    );
}
.brand-world > .brand-panel {
  position: relative;
  z-index: 1;
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
  min-height: 0;
  height: 100%;
  overflow: hidden;
}
.brand-panel--home {
  position: relative;
  display: block;
}
.brand-panel--home[hidden] {
  display: none !important;
}
.home-perk {
  position: absolute;
  top: 1.15rem;
  right: clamp(1.15rem, 2vw, 1.85rem);
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  max-width: calc(100% - 2.2rem);
  padding: 0.45rem 0.85rem;
  border: 1px solid transparent;
  border-radius: 0.55rem;
  background:
    linear-gradient(180deg, rgba(14, 16, 22, 0.88), rgba(10, 12, 18, 0.9)) padding-box,
    linear-gradient(
      110deg,
      #b6a6e6 0%,
      #7eb4f2 18%,
      #6ecfbf 36%,
      #e4c872 54%,
      #eca898 72%,
      #d4a4da 88%,
      #b6a6e6 100%
    ) border-box;
  background-size: 100% 100%, 280% 100%;
  background-position: 0 0, 0% 50%;
  box-shadow:
    0 8px 20px rgba(0, 0, 0, 0.28),
    0 0 0 0 rgba(126, 180, 242, 0);
  text-decoration: none;
  color: inherit;
  white-space: nowrap;
  animation:
    home-perk-in 720ms var(--ease) both,
    home-perk-rainbow 9s linear infinite,
    home-perk-pulse 3.6s ease-in-out infinite;
  transition:
    background-color var(--motion-fast) ease,
    box-shadow var(--motion-fast) ease;
}
.home-perk:hover {
  box-shadow:
    0 10px 24px rgba(0, 0, 0, 0.34),
    0 0 18px rgba(126, 180, 242, 0.16);
}
.home-perk:focus-visible {
  outline: 2px solid var(--focus);
  outline-offset: 3px;
}
.home-perk__line {
  display: inline-flex;
  align-items: baseline;
  gap: 0.4rem;
  min-width: 0;
  padding-right: 0.1rem;
  font-family: var(--font-display);
  font-size: 0.66rem;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.home-perk__kicker {
  font-size: 0.54rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: rgba(255, 252, 248, 0.58);
}
.home-perk__sep {
  color: rgba(255, 252, 248, 0.28);
  font-weight: 400;
}
.home-perk__offer {
  font-weight: 600;
  letter-spacing: 0.06em;
  background-image: linear-gradient(
    100deg,
    #c9b8f0 0%,
    #8fc0f6 18%,
    #7ad6c8 36%,
    #eed287 54%,
    #f0b4a6 72%,
    #dfb4e4 88%,
    #c9b8f0 100%
  );
  background-size: 240% 100%;
  background-position: 0% 50%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  animation: home-perk-offer-shift 7.5s ease-in-out infinite;
}
@keyframes home-perk-in {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes home-perk-rainbow {
  0% {
    background-position: 0 0, 0% 50%;
  }
  100% {
    background-position: 0 0, 200% 50%;
  }
}
@keyframes home-perk-pulse {
  0%,
  100% {
    box-shadow:
      0 8px 20px rgba(0, 0, 0, 0.28),
      0 0 0 0 rgba(126, 180, 242, 0);
  }
  50% {
    box-shadow:
      0 8px 22px rgba(0, 0, 0, 0.3),
      0 0 16px 1px rgba(180, 150, 230, 0.18);
  }
}
@keyframes home-perk-offer-shift {
  0%,
  100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .home-perk {
    animation: none;
    background-position: 0 0, 40% 50%;
  }
  .home-perk__offer {
    animation: none;
    background-position: 35% 50%;
  }
}
@media (max-width: 820px) {
  .home-perk {
    top: 0.85rem;
    right: 0.85rem;
    max-width: calc(100% - 1.5rem);
    padding: 0.4rem 0.75rem;
    gap: 0.45rem;
  }
  .home-perk__line {
    font-size: 0.6rem;
  }
}
.brand-panel.is-exit {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 220ms var(--ease), transform 220ms var(--ease);
  pointer-events: none;
}
.brand-panel.is-enter {
  animation: panel-enter 220ms var(--ease) both;
}
@keyframes panel-enter {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.story {
  --story-pad-x: clamp(1.55rem, 2.6vw, 2.85rem);
  --story-pad-y: clamp(2.4rem, 4.2vh, 3.6rem);
  --story-col: min(32rem, 100%);
  --story-icon: 3.6rem;
  --story-gap: 1.1rem;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding: var(--story-pad-y) clamp(2rem, 3.2vw, 3.4rem) clamp(1.65rem, 2.6vh, 2.4rem) var(--story-pad-x);
  min-height: 0;
  box-sizing: border-box;
}
.story__lower {
  position: relative;
  width: 100%;
  max-width: var(--story-col);
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
}
.story__masthead {
  position: relative;
  max-width: 100%;
  margin: 0 0 clamp(2.25rem, 4vh, 3.15rem);
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.story__headline {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.05em;
  font-family: var(--font-display);
  font-size: clamp(2.05rem, 2.95vw, 2.85rem);
  font-weight: 700;
  line-height: 1.03;
  letter-spacing: -0.044em;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.28);
}
.story__line { display: block; }
.story__line--accent {
  font-style: normal;
  font-weight: 700;
  white-space: nowrap;
  letter-spacing: -0.044em;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.28);
}
.story__word--light {
  position: relative;
  display: inline-block;
  font-style: normal;
  font-weight: 700;
  background-image: linear-gradient(
    90deg,
    #6aa8f0 0%,
    #8bb0f0 22%,
    #c4a0e8 48%,
    #f0a898 74%,
    #f0a0c0 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
  animation: none;
}
.story__word--light::before {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  color: transparent;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.28);
  pointer-events: none;
  user-select: none;
}

.story__features {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(1.4rem, 2.5vh, 1.95rem);
  width: 100%;
  max-width: 100%;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.story__feature {
  --feature-accent: #8ec4f8;
  position: relative;
  display: grid;
  grid-template-columns: var(--story-icon, 3.6rem) minmax(0, 1fr);
  column-gap: var(--story-gap, 1.1rem);
  align-items: center;
  padding: 0;
  border: 0;
}
.story__feature--blue { --feature-accent: #8ec4f8; }
.story__feature--purple { --feature-accent: #c4b0ef; }
.story__feature--coral { --feature-accent: #f0a090; }
.story__feature--pink { --feature-accent: #f0a8c8; }

.story__feature-badge {
  display: block;
  width: var(--story-icon, 3.6rem);
  height: var(--story-icon, 3.6rem);
  min-width: var(--story-icon, 3.6rem);
  border: 0;
  background: transparent;
  padding: 0;
  overflow: visible;
  justify-self: center;
}
.story__feature-icon {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.28));
}
.story__feature-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.08rem;
  min-width: 0;
}
.story__feature-copy strong {
  font-family: var(--font-display);
  font-size: clamp(1.08rem, 1.3vw, 1.22rem);
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.026em;
  line-height: 1.12;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.22);
}
.story__feature-copy span {
  font-size: clamp(0.92rem, 1.08vw, 1rem);
  font-weight: 400;
  color: rgba(255, 255, 255, 0.62);
  letter-spacing: -0.012em;
  line-height: 1.25;
}
.story__feature-rule {
  display: block;
  width: 2.45rem;
  height: 2px;
  margin: 0.38rem 0 0;
  border: 0;
  border-radius: 999px;
  background: var(--feature-accent);
  font-style: normal;
}

@media (hover: hover) and (pointer: fine) {
  .story__feature:hover .story__feature-copy span {
    color: rgba(255, 255, 255, 0.8);
  }
}

.story__platforms {
  margin-top: clamp(1.05rem, 2vh, 1.45rem);
  padding-top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  width: 100%;
}
.story__platforms-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  gap: 0.48rem;
  width: 100%;
}
.story__platforms-list > li {
  flex: 1 1 6.8rem;
  min-width: 6.6rem;
  max-width: 8.4rem;
}
.story__store {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  width: 100%;
  min-height: 2.55rem;
  padding: 0.42rem 0.7rem 0.42rem 0.58rem;
  box-sizing: border-box;
  text-decoration: none;
  color: #f4f4f5;
  border-radius: 13px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07) 0%, transparent 38%),
    #0c0c0e;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.05) inset,
    0 8px 18px -14px rgba(0, 0, 0, 0.7);
  transition:
    border-color 200ms ease,
    background-color 200ms ease,
    box-shadow 200ms ease,
    transform 200ms var(--ease);
}
.story__store::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 40%);
  opacity: 0.9;
}
.story__store:hover {
  border-color: rgba(255, 255, 255, 0.26);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09) 0%, transparent 40%),
    #121214;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.07) inset,
    0 10px 20px -14px rgba(0, 0, 0, 0.75);
  transform: translateY(-1px);
}
.story__store:active {
  transform: translateY(0);
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.04) inset,
    0 4px 12px -10px rgba(0, 0, 0, 0.65);
}
.story__store:focus-visible {
  outline: 2px solid var(--focus);
  outline-offset: 3px;
}
.story__store-icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.15rem;
  height: 1.15rem;
  flex-shrink: 0;
  color: #fff;
  line-height: 0;
}
.story__store-icon svg {
  display: block;
  width: 1rem;
  height: 1rem;
}
.story__store-icon--play svg {
  width: 0.95rem;
  height: 0.95rem;
}
.story__store-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.05rem;
  min-width: 0;
  text-align: left;
  line-height: 1.1;
}
.story__store-kicker {
  font-size: 0.52rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: none;
  color: rgba(255, 255, 255, 0.62);
}
.story__store-name {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #fff;
  white-space: nowrap;
}

/* Forgot-password reset dialog (iOS ResetPasswordView parity)
   WHY: never set display:flex on the closed <dialog> — that overrides UA
   dialog:not([open]){display:none} and leaves “Reset Password” visible on mobile. */
.auth-reset {
  border: 0;
  padding: 0;
  margin: auto;
  max-width: calc(100% - 2rem);
  max-height: calc(100% - 2rem);
  max-height: calc(100dvh - 2rem);
  background: transparent;
  color: #fff;
  color-scheme: dark;
  outline: none;
  box-shadow: none;
  overflow: visible;
}
.auth-reset[open] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.auth-reset:not([open]) {
  display: none;
}
.auth-reset:focus {
  outline: none;
}
.auth-reset::backdrop {
  background: rgba(6, 8, 14, 0.72);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.auth-reset__cap {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
  width: 2.75rem;
  height: 2.75rem;
  margin: 0 0 -1.375rem;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(160deg, #2a3142, #171b24);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.35);
  color: #c9b8f0;
  pointer-events: none;
}
.auth-reset__cap-icon {
  display: block;
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
}
.auth-reset__sheet {
  position: relative;
  z-index: 1;
  width: min(380px, 100%);
  margin: 0 auto 1.25rem;
  padding: 2.35rem 1.45rem 1.45rem;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(165deg, rgba(28, 32, 44, 0.98), rgba(14, 16, 22, 0.98));
  box-shadow:
    0 24px 48px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  color: #fff;
  overflow: hidden;
  max-height: min(88vh, 720px);
}
.auth-reset__stage {
  display: block;
  max-height: min(72vh, 560px);
  overflow: auto;
}
.auth-reset__stage[hidden] {
  display: none !important;
}
.auth-reset__title {
  margin: 0.35rem 0 0;
  font-family: var(--font-display);
  font-size: 1.28rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
}
.auth-reset__body {
  margin: 0.7rem 0 0;
  font-size: 0.92rem;
  line-height: 1.45;
  text-align: center;
  color: rgba(255, 252, 248, 0.68);
}
.auth-reset__form {
  display: grid;
  gap: 0.95rem;
  margin-top: 1.25rem;
}
.auth-reset__form .auth-field {
  margin: 0;
}
.auth-reset__error {
  margin: 0.4rem 0 0;
  font-size: 0.78rem;
  line-height: 1.35;
  color: #f0a0a8;
}
.auth-reset__error[hidden] {
  display: none !important;
}
.auth-reset__submit {
  width: 100%;
  margin-top: 0.35rem;
  justify-content: center;
}
.auth-reset__submit .auth-submit__arrow {
  display: none;
}

/* Mobile get-app prompt (phones only; production behaviour) */
.get-app-prompt {
  border: 0;
  padding: 0;
  margin: auto;
  max-width: calc(100% - 2.5rem);
  background: transparent;
  color: #fff;
  /* Safari paints a light dialog canvas unless colour-scheme / bg are forced off. */
  color-scheme: dark;
  outline: none;
  box-shadow: none;
  overflow: visible;
}
.get-app-prompt:focus {
  outline: none;
}
.get-app-prompt::backdrop {
  background: rgba(6, 8, 14, 0.72);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.get-app-prompt__sheet {
  position: relative;
  isolation: isolate;
  width: min(340px, 100%);
  margin: 3.25rem auto 1.5rem;
  padding: 4.15rem 1.45rem 1.55rem;
  border-radius: 26px;
  border: 0;
  color: #fff;
  background: #14161d;
  text-align: center;
  /* Soft depth only — no light ring (was reading as rough square corners). */
  box-shadow: 0 28px 64px rgba(0, 0, 0, 0.58);
}
/* Smooth rainbow stroke via masked pseudo — avoids padding-box/border-box corner fringing. */
.get-app-prompt__sheet::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1.5px;
  background: linear-gradient(
    135deg,
    #7ec8ff 0%,
    #9b8cff 22%,
    #e28cff 42%,
    #ffb86c 62%,
    #7ee0c8 82%,
    #7ec8ff 100%
  );
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}
.get-app-prompt__icon-wrap {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 2;
  transform: translate(-50%, -42%);
  width: 92px;
  height: 92px;
  border-radius: 24px;
  display: grid;
  place-items: center;
  /* Blue glow only — white/light drop-shadows read as rough edges on dark chrome. */
  filter: drop-shadow(0 0 18px rgba(64, 140, 255, 0.5));
}
.get-app-prompt__icon {
  width: 92px;
  height: 92px;
  border-radius: 22px;
  object-fit: cover;
  display: block;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.4);
}
.get-app-prompt__title {
  position: relative;
  z-index: 2;
  margin: 0;
  font-family: var(--font-display), Inter, system-ui, sans-serif;
  font-size: 1.45rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: #fff;
}
.get-app-prompt__body {
  position: relative;
  z-index: 2;
  margin: 0.7rem 0 0;
  font-size: 0.95rem;
  line-height: 1.45;
  color: rgba(220, 226, 240, 0.72);
  max-width: 18.5rem;
  margin-left: auto;
  margin-right: auto;
}
.get-app-prompt__cta {
  position: relative;
  z-index: 2;
  margin-top: 1.35rem;
  display: flex;
  justify-content: center;
}
.get-app-prompt__store {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 10px;
  background: transparent;
  text-decoration: none;
  line-height: 0;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.32);
  transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}
.get-app-prompt__store:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.4);
  filter: brightness(1.06);
}
.get-app-prompt__store:focus-visible {
  outline: 2px solid #7ec8ff;
  outline-offset: 3px;
}
.get-app-prompt__badge {
  display: block;
  width: auto;
  height: 52px;
  max-width: min(100%, 220px);
}
.get-app-prompt__continue {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.95rem;
  min-height: 44px;
  padding: 0 0.5rem;
  border: 0;
  background: transparent;
  color: #fff;
  font: inherit;
  font-size: 0.95rem;
  font-weight: 500;
  cursor: pointer;
}
.get-app-prompt__continue:hover {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.get-app-prompt__continue:focus-visible {
  outline: 2px solid #7ec8ff;
  outline-offset: 2px;
  border-radius: 6px;
}
@media (prefers-reduced-motion: reduce) {
  .get-app-prompt__store {
    transition: none;
  }
  .get-app-prompt__store:hover {
    transform: none;
  }
}

/* Film dialog */
.home-film { border: 0; padding: 0; background: transparent; max-width: calc(100% - 2rem); }
.home-film::backdrop { background: rgba(8, 9, 12, 0.62); }
.home-film__sheet {
  width: min(420px, 100%); margin: auto; padding: 1.35rem;
  border-radius: 16px; background: #1a1d26; color: #fff; box-shadow: var(--sh-soft);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.home-film__header { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.home-film__header h2 { margin: 0; font-size: 1.15rem; letter-spacing: -0.02em; }
.home-film__close, .home-film__secondary {
  border: 0; background: transparent; color: var(--ink-soft); font: inherit; font-size: 0.9rem;
  cursor: pointer; min-height: 44px; padding: 0 0.35rem;
}
.home-film__close:focus-visible, .home-film__secondary:focus-visible, .home-film__cta:focus-visible {
  outline: 2px solid var(--focus); outline-offset: 2px; border-radius: 6px;
}
.home-film__body { margin: 0.85rem 0 0; color: var(--ink-soft); line-height: 1.5; font-size: 0.95rem; }
.home-film__actions { display: flex; flex-wrap: wrap; gap: 0.65rem; margin-top: 1.15rem; align-items: center; }
.home-film__cta {
  display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 1.1rem;
  border-radius: 10px; background: #fff; color: #12141a; text-decoration: none; font-weight: 700;
}

/* Entrance */
html.orbit-pending [data-reveal] { opacity: 0; }
html.orbit-ready [data-reveal="auth"] {
  animation: rise var(--motion-entrance) var(--ease) both;
}
html.orbit-ready [data-reveal="story-h"] {
  animation: rise 720ms var(--ease) 90ms both;
}
html.orbit-ready [data-reveal="story-f"] {
  animation: rise 680ms var(--ease) both;
}
html.orbit-ready .story__features li:nth-child(1)[data-reveal="story-f"] { animation-delay: 170ms; }
html.orbit-ready .story__features li:nth-child(2)[data-reveal="story-f"] { animation-delay: 230ms; }
html.orbit-ready .story__features li:nth-child(3)[data-reveal="story-f"] { animation-delay: 290ms; }
html.orbit-ready .story__features li:nth-child(4)[data-reveal="story-f"] { animation-delay: 350ms; }
html.orbit-ready [data-reveal="story-p"] {
  animation: rise 700ms var(--ease) 420ms both;
}

@keyframes rise {
  from { opacity: 0; transform: translateY(11px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
  html.orbit-ready [data-reveal] { animation: none; opacity: 1; transform: none; }
  .auth-submit:hover .auth-submit__arrow { transform: none; }
  .story__feature:hover .story__feature-badge { transform: none; }
  .story__store:hover,
  .story__store:active { transform: none; }
  .story__word--light {
    animation: none;
    background-image: linear-gradient(
      90deg,
      #6aa8f0 0%,
      #8bb0f0 22%,
      #c4a0e8 48%,
      #f0a898 74%,
      #f0a0c0 100%
    );
    background-size: 100% 100%;
    background-position: 0 0;
  }
}

/* Narrower design canvas / tablet-scale */
@media (max-width: 1100px) {
  .story {
    --story-col: min(28rem, 100%);
    --story-icon: 3.2rem;
    padding-right: 1.6rem;
  }
  .story__headline {
    font-size: clamp(1.75rem, 2.8vw, 2.25rem);
  }
  .story__platforms-list > li {
    flex: 1 1 100%;
    max-width: none;
  }
}

@media (max-width: 820px) {
  .story {
    --story-pad-x: 1.15rem;
    justify-content: flex-end;
  }
  .story__line--accent {
    white-space: normal;
  }
  .story__feature-copy strong {
    font-size: 1rem;
  }
  .story__feature-copy span {
    font-size: 0.88rem;
  }
  .story__platforms-list {
    flex-direction: column;
    align-items: stretch;
  }
  .story__platforms-list > li {
    flex: none;
    width: 100%;
    max-width: none;
  }
  .story__store {
    min-height: 2.7rem;
  }
}

/* ——— Info panels (About / Legal / Contact) ——— */
.auth-footer__nav a[data-panel-nav] {
  position: relative;
  transition: color 160ms ease;
}
.auth-footer__nav a[data-panel-nav].is-active {
  color: #fff;
}
.auth-footer__nav a[data-panel-nav].is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 1px;
  background: rgba(255, 255, 255, 0.55);
}

.brand-panel--info {
  display: flex;
  flex-direction: column;
  background:
    linear-gradient(165deg, #0c1424 0%, #0b101a 48%, #0a0e16 100%);
  color: var(--ink);
  border-left: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: inset 8px 0 24px -18px rgba(0, 0, 0, 0.45);
}
.brand-panel--info[hidden] {
  display: none !important;
}
.brand-panel--info.is-about-light {
  color: #1a2233;
  background-color: #f7f8fb;
  background-image:
    radial-gradient(ellipse 58% 42% at 100% -4%, rgba(59, 120, 240, 0.1), transparent 58%),
    radial-gradient(ellipse 48% 36% at -6% 104%, rgba(255, 148, 86, 0.055), transparent 55%),
    linear-gradient(180deg, #fbfbfc 0%, #f7f8fb 48%, #f4f5f9 100%);
  border-left: 1px solid rgba(26, 34, 51, 0.06);
  box-shadow: inset 8px 0 22px -20px rgba(15, 23, 42, 0.08);
  /* Shared type system for About / Legal / Contact chrome */
  --panel-font: var(--font-display);
  --panel-font-body: var(--font);
  --panel-eyebrow-size: 0.55rem;
  --panel-eyebrow-weight: 600;
  --panel-eyebrow-tracking: 0.14em;
  --panel-eyebrow-color: #3b78f0;
  --panel-title-size: clamp(1.22rem, 1.65vw, 1.45rem);
  --panel-title-weight: 600;
  --panel-title-tracking: -0.026em;
  --panel-title-line: 1.18;
  --panel-title-color: #141b2d;
  --panel-lede-size: 0.84rem;
  --panel-lede-line: 1.55;
  --panel-lede-color: #6b7385;
  --panel-meta-size: 0.68rem;
  --panel-meta-color: #8a93a5;
  --panel-section-size: clamp(1.02rem, 1.3vw, 1.15rem);
  font-family: var(--panel-font);
}

.panel-info__toolbar {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  min-height: 3.35rem;
  padding: 1.1rem 1.6rem 0.35rem;
  box-sizing: border-box;
  position: relative;
  z-index: 4;
}
.brand-panel--info.is-about-light .panel-info__toolbar {
  min-height: 2.75rem;
  padding: 1.35rem 2rem 0;
  background: transparent;
}

.panel-back {
  position: relative;
  top: auto;
  left: auto;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  min-height: 2.1rem;
  padding: 0.32rem 0.75rem 0.32rem 0.55rem;
  margin: 0;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(12, 14, 20, 0.45);
  color: rgba(255, 255, 255, 0.78);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  cursor: pointer;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
}
.brand-panel--info.is-about-light .panel-back {
  min-height: 1.85rem;
  padding: 0.2rem 0.45rem 0.2rem 0.3rem;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #5b6577;
  box-shadow: none;
  font-size: 0.75rem;
  font-weight: 500;
}
.panel-back[hidden] { display: none !important; }
.panel-back__icon {
  display: block;
  transition: transform 160ms var(--ease);
}
.panel-back:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(18, 22, 32, 0.7);
}
.brand-panel--info.is-about-light .panel-back:hover {
  color: #141b2d;
  background: rgba(26, 34, 51, 0.04);
  box-shadow: none;
}
.panel-back:hover .panel-back__icon {
  transform: translateX(-2px);
}
.panel-back:focus-visible {
  outline: 2px solid var(--focus);
  outline-offset: 2px;
}

.panel-info__scroll {
  flex: 1;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0.85rem 2.2rem 2rem;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}
.brand-panel--info.is-about-light .panel-info__scroll {
  padding: 0.85rem 2.35rem 3.5rem;
}

.panel-page.is-exit {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 200ms var(--ease), transform 200ms var(--ease);
  pointer-events: none;
}
.panel-page.is-enter {
  animation: panel-enter 220ms var(--ease) both;
}
.panel-page {
  max-width: 34rem;
  margin: 0 auto;
}
.panel-page__eyebrow {
  margin: 0 0 0.55rem;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.42);
}
.panel-page__title {
  margin: 0 0 0.75rem;
  font-size: clamp(1.35rem, 1.8vw, 1.7rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: #f7f6f4;
}
.panel-page__title:focus {
  outline: none;
}
.panel-page__title:focus-visible {
  outline: 2px solid var(--focus);
  outline-offset: 3px;
  border-radius: 4px;
}
.panel-page__lede {
  margin: 0 0 1.5rem;
  font-size: 0.92rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.62);
  max-width: 36em;
}
.panel-page__sections {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.panel-block {
  padding: 0.95rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.panel-block:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.panel-block__title {
  margin: 0 0 0.35rem;
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: -0.015em;
  color: rgba(255, 255, 255, 0.94);
}
.panel-block__text {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.58);
}
.panel-page__closing {
  margin: 1.5rem 0 0;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.55);
}
.panel-page__action {
  color: #9ec5ff;
  text-decoration: none;
  font-weight: 600;
  margin-left: 0.25rem;
}
.panel-page__action:hover { text-decoration: underline; color: #c5dbff; }
.panel-page__action:focus-visible {
  outline: 2px solid var(--focus);
  outline-offset: 2px;
  border-radius: 3px;
}
.panel-page__note {
  margin: 1.35rem 0 0;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.45);
}
.panel-page__note a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* ——— Legal library (light, calm reading room) ——— */
.panel-page--legal {
  max-width: min(52rem, 100%);
  font-family: var(--panel-font, var(--font-display));
  color: #1a2233;
}
.legal-intro {
  margin: 0 0 1.5rem;
  max-width: 36rem;
}
.legal-intro__eyebrow,
.panel-page--legal .legal-intro__eyebrow {
  margin: 0 0 0.65rem;
  font-family: var(--panel-font, var(--font-display));
  font-size: var(--panel-eyebrow-size, 0.55rem);
  font-weight: var(--panel-eyebrow-weight, 600);
  letter-spacing: var(--panel-eyebrow-tracking, 0.14em);
  text-transform: uppercase;
  color: var(--panel-eyebrow-color, #3b78f0);
}
.legal-intro__title,
.panel-page--legal .legal-intro__title {
  margin: 0 0 0.65rem;
  max-width: none;
  color: var(--panel-title-color, #141b2d);
  font-family: var(--panel-font, var(--font-display));
  font-size: var(--panel-title-size, clamp(1.22rem, 1.65vw, 1.45rem));
  font-weight: var(--panel-title-weight, 600);
  letter-spacing: var(--panel-title-tracking, -0.026em);
  line-height: var(--panel-title-line, 1.18);
  text-transform: none;
}
.legal-intro__lede {
  margin: 0;
  max-width: 40em;
  font-family: var(--panel-font-body, var(--font));
  font-size: var(--panel-lede-size, 0.84rem);
  font-weight: 400;
  letter-spacing: -0.005em;
  line-height: var(--panel-lede-line, 1.55);
  color: var(--panel-lede-color, #6b7385);
  text-transform: none;
}

.legal-library {
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
  min-height: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.legal-rail {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.15rem 0.35rem;
  padding: 0 0 0.85rem;
  border-right: 0;
  border-bottom: 1px solid rgba(26, 34, 51, 0.05);
  background: transparent;
}
.legal-rail__indicator {
  display: none;
}
.legal-rail__item {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: row;
  align-items: baseline;
  gap: 0.35rem;
  width: auto;
  max-width: none;
  margin: 0;
  padding: 0.35rem 0.55rem;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: inherit;
  font-family: inherit;
  text-align: left;
  cursor: pointer;
  transition: color 160ms ease, background-color 160ms ease;
}
.legal-rail__item:hover {
  background: rgba(26, 34, 51, 0.035);
}
.legal-rail__item:hover .legal-rail__title {
  color: #141b2d;
}
.legal-rail__item:focus-visible {
  outline: 2px solid var(--focus);
  outline-offset: 2px;
}
.legal-rail__item[aria-selected="true"] {
  background: rgba(59, 120, 240, 0.08);
}
.legal-rail__item[aria-selected="true"] .legal-rail__title {
  color: #141b2d;
}
.legal-rail__item[aria-selected="true"] .legal-rail__num {
  color: #5b8ff2;
}
.legal-rail__num {
  margin-top: 0;
  font-size: 0.52rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #b0b7c5;
  line-height: 1;
  text-transform: uppercase;
}
.legal-rail__title {
  display: block;
  margin: 0;
  font-family: var(--panel-font, var(--font-display));
  font-size: 0.74rem;
  font-weight: 500;
  letter-spacing: -0.012em;
  color: #7a8496;
  line-height: 1.3;
  text-transform: none;
}
.legal-rail__desc {
  display: none !important;
}

.legal-reader {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 0;
  padding: 0;
  background: transparent;
  border-left: 0;
}
.legal-reader__header {
  flex-shrink: 0;
  margin: 0 0 0.75rem;
  padding-bottom: 0.65rem;
  border-bottom: 1px solid rgba(26, 34, 51, 0.05);
}
.legal-reader__title {
  margin: 0;
  font-family: var(--panel-font, var(--font-display));
  font-size: var(--panel-section-size, clamp(1.02rem, 1.3vw, 1.15rem));
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--panel-title-color, #141b2d);
  line-height: 1.25;
  text-transform: none;
}
.legal-reader__title:focus {
  outline: none;
}
.legal-reader__title:focus-visible {
  outline: 2px solid var(--focus);
  outline-offset: 3px;
  border-radius: 4px;
}
.legal-reader__meta {
  margin: 0.35rem 0 0;
  font-family: var(--panel-font-body, var(--font));
  font-size: var(--panel-meta-size, 0.68rem);
  color: var(--panel-meta-color, #8a93a5);
  letter-spacing: 0.01em;
  text-transform: none;
}
.legal-reader__layout {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
}
.legal-reader__body {
  min-width: 0;
  max-width: 42rem;
  max-height: min(32rem, 58vh);
  overflow: auto;
  padding-right: 0.4rem;
  font-family: var(--panel-font-body, var(--font));
  font-size: 0.714rem; /* 0.84rem − 15% body copy; section headings stay absolute */
  line-height: 1.68;
  color: #4a5568;
  text-transform: none;
  scroll-behavior: smooth;
  transition: opacity 200ms var(--ease), transform 200ms var(--ease);
}
.legal-reader__body.is-exit {
  opacity: 0;
  transform: translateY(10px);
}
.legal-reader__body.is-enter {
  animation: legal-doc-enter 220ms var(--ease) both;
}
@keyframes legal-doc-enter {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.legal-reader__body .panel-legal-doc__content,
.legal-reader__body .legal-doc-card__scroll {
  max-width: 40rem;
}
.legal-reader__body .legal-doc-section__heading,
.legal-reader__body h3 {
  margin: 1.35rem 0 0.45rem;
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: -0.015em;
  color: #0f1728;
  scroll-margin-top: 0.75rem;
}
.legal-reader__body .legal-doc-section__heading:first-child,
.legal-reader__body h3:first-child {
  margin-top: 0;
}
.legal-reader__body p {
  margin: 0 0 0.7rem;
  color: #5b6577;
}
.legal-reader__body ul,
.legal-reader__body ol {
  margin: 0 0 0.75rem;
  padding-left: 1.15rem;
  color: #5b6577;
}
.legal-reader__body li {
  margin: 0 0 0.28rem;
}
.legal-reader__body a {
  color: #3b78f0;
}
.legal-reader__body .panel-legal-doc__loading,
.legal-reader__body .panel-legal-doc__error {
  color: #7a8496;
}
.legal-reader__body .panel-legal-doc__error a {
  color: #3b78f0;
}
.legal-reader__footer {
  flex-shrink: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem 1rem;
  margin-top: 0.85rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(26, 34, 51, 0.07);
}
.legal-reader__footer-meta {
  margin: 0;
  font-size: 0.64rem;
  color: #a0a8b6;
}
.legal-reader__top {
  margin: 0;
  padding: 0.2rem 0;
  border: 0;
  background: transparent;
  color: #6b7a94;
  font: inherit;
  font-size: 0.68rem;
  font-weight: 500;
  cursor: pointer;
}
.legal-reader__top:hover {
  color: #3b78f0;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.legal-reader__top:focus-visible {
  outline: 2px solid var(--focus);
  outline-offset: 2px;
  border-radius: 3px;
}

@media (prefers-reduced-motion: reduce) {
  .legal-rail__indicator,
  .legal-reader__body {
    transition: none;
  }
  .legal-reader__body.is-enter {
    animation: none;
  }
  .legal-reader__body {
    scroll-behavior: auto;
  }
}

@media (max-width: 980px) {
  .legal-rail {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .legal-reader__body {
    max-height: min(26rem, 52vh);
  }
}

.panel-contact {
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0.15rem 0 0 1.65rem;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  box-sizing: border-box;
  position: relative;
}
.panel-contact::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35rem;
  bottom: 0.35rem;
  width: 1px;
  background: linear-gradient(
    180deg,
    rgba(59, 120, 240, 0.28),
    rgba(26, 34, 51, 0.06) 42%,
    transparent
  );
  pointer-events: none;
}
.panel-contact__intro {
  margin: 0 0 0.15rem;
  min-height: 4.25rem;
}
.panel-contact__heading {
  margin: 0 0 0.4rem;
  font-family: var(--panel-font, var(--font-display));
  font-size: var(--panel-section-size, clamp(1.02rem, 1.3vw, 1.15rem));
  font-weight: 600;
  letter-spacing: -0.022em;
  color: var(--panel-title-color, #141b2d);
  line-height: 1.25;
  transition: opacity 220ms var(--ease), transform 220ms var(--ease);
}
.panel-contact__heading.is-swap {
  animation: contact-heading-swap 240ms var(--ease);
}
@keyframes contact-heading-swap {
  from {
    opacity: 0.35;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.panel-contact__helper {
  margin: 0;
  max-width: 34em;
  font-family: var(--panel-font-body, var(--font));
  font-size: var(--panel-lede-size, 0.84rem);
  line-height: 1.5;
  color: var(--panel-lede-color, #6b7385);
}
.panel-contact__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.1rem 0.9rem;
}
.panel-field {
  display: flex;
  flex-direction: column;
  gap: 0.32rem;
  text-align: left;
}
.panel-field--message {
  margin-top: 0.1rem;
}
.panel-field__label {
  font-family: var(--panel-font-body, var(--font));
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #5b6577;
  transition: color 180ms ease;
}
.panel-field:focus-within .panel-field__label {
  color: #3b78f0;
}
.panel-field__input,
.panel-field__select,
.panel-field__textarea {
  width: 100%;
  box-sizing: border-box;
  min-height: 2.6rem;
  padding: 0.58rem 0.8rem;
  border-radius: 11px;
  border: 1px solid rgba(26, 34, 51, 0.1);
  background: rgba(255, 255, 255, 0.88);
  color: #141b2d;
  font: inherit;
  font-size: 0.86rem;
  line-height: 1.35;
  transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}
.panel-field__input,
.panel-field__select {
  height: 2.6rem;
}
.panel-field__select {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  padding-right: 2.35rem;
  background-color: rgba(255, 255, 255, 0.88);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9l6 6 6-6' stroke='%238a96ab' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 1rem 1rem;
  cursor: pointer;
}
.panel-field__select:focus-visible {
  background-color: #fff;
}
.panel-field__textarea {
  height: auto;
  min-height: 16.5rem;
  resize: vertical;
  line-height: 1.55;
  padding-top: 0.75rem;
  background: #fff;
}
.panel-field__input::placeholder,
.panel-field__textarea::placeholder {
  color: #9aa3b3;
}
.panel-field__input:focus-visible,
.panel-field__select:focus-visible,
.panel-field__textarea:focus-visible {
  outline: none;
  border-color: rgba(59, 120, 240, 0.45);
  box-shadow: 0 0 0 3px rgba(59, 120, 240, 0.12);
  background: #fff;
}
.panel-field--error .panel-field__input,
.panel-field--error .panel-field__select,
.panel-field--error .panel-field__textarea {
  border-color: rgba(220, 68, 68, 0.55);
}
.panel-field__error {
  margin: 0;
  font-size: 0.72rem;
  color: #c24141;
}
.panel-field--hp {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.panel-contact__status {
  margin: 0;
  padding: 0.7rem 0.85rem;
  border-radius: 10px;
  font-size: 0.82rem;
  line-height: 1.4;
}
.panel-contact__status.contact-form-status--success {
  background: rgba(34, 160, 94, 0.08);
  border: 1px solid rgba(34, 160, 94, 0.2);
  color: #1f6b45;
}
.panel-contact__status.contact-form-status--error {
  background: rgba(220, 68, 68, 0.07);
  border: 1px solid rgba(220, 68, 68, 0.2);
  color: #a33b3b;
}
.panel-contact__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem 1.35rem;
  margin-top: 0.15rem;
  padding-top: 0.25rem;
}
.panel-contact__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-height: 2.35rem;
  padding: 0 1rem;
  border-radius: 10px;
  border: 1px solid rgba(59, 120, 240, 0.28);
  background: rgba(59, 120, 240, 0.08);
  color: #2f6adf;
  font: inherit;
  font-size: 0.8rem;
  font-weight: 500;
  cursor: pointer;
  width: fit-content;
  box-shadow: none;
  transition: background-color 200ms ease, border-color 200ms ease, color 200ms ease;
}
.panel-contact__submit-icon {
  width: 0.9rem;
  height: 0.9rem;
  flex-shrink: 0;
  opacity: 0.9;
}
.panel-contact__submit:hover {
  background: rgba(59, 120, 240, 0.12);
  border-color: rgba(59, 120, 240, 0.4);
  color: #245fd4;
  filter: none;
  transform: none;
}
.panel-contact__submit:disabled {
  opacity: 0.65;
  cursor: wait;
  transform: none;
}
.panel-contact__submit:focus-visible {
  outline: 2px solid var(--focus);
  outline-offset: 2px;
}
.panel-contact__privacy {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin: 0;
  max-width: 15.5rem;
}
.panel-contact__privacy-lead {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.35rem;
  margin: 0;
  font-size: 0.66rem;
  font-weight: 400;
  line-height: 1.4;
  color: #9aa3b3;
}
.panel-contact__privacy-icon {
  display: inline-flex;
  width: 0.78rem;
  height: 0.78rem;
  margin-top: 0.12rem;
  color: #b0b7c5;
  flex-shrink: 0;
  opacity: 0.85;
}
.panel-contact__privacy-icon svg {
  width: 100%;
  height: 100%;
}
.panel-contact__privacy-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 0.7rem;
  margin: 0;
  padding-left: 1.1rem;
  font-size: 0.64rem;
  line-height: 1.35;
}
.panel-contact__privacy-links a {
  color: #8a96ab;
  text-decoration: none;
  text-underline-offset: 2px;
}
.panel-contact__privacy-links a:hover {
  color: #3b78f0;
  text-decoration: underline;
}

/* ——— Contact workspace (concierge navigator + form) ——— */
.panel-page--contact {
  max-width: min(58rem, 100%);
  padding-bottom: 2.75rem;
  color: #1a2233;
  font-family: var(--panel-font, var(--font-display));
}
.contact-intro {
  margin: 0 0 2.15rem;
  max-width: min(40rem, 100%);
}
.contact-intro__eyebrow,
.panel-page--contact .contact-intro__eyebrow {
  margin: 0 0 0.65rem;
  font-family: var(--panel-font, var(--font-display));
  font-size: var(--panel-eyebrow-size, 0.55rem);
  font-weight: var(--panel-eyebrow-weight, 600);
  letter-spacing: var(--panel-eyebrow-tracking, 0.14em);
  text-transform: uppercase;
  color: var(--panel-eyebrow-color, #3b78f0);
}
.contact-intro__title,
.panel-page--contact .contact-intro__title {
  margin: 0 0 0.65rem;
  color: var(--panel-title-color, #141b2d);
  font-family: var(--panel-font, var(--font-display));
  font-size: var(--panel-title-size, clamp(1.22rem, 1.65vw, 1.45rem));
  font-weight: var(--panel-title-weight, 600);
  letter-spacing: var(--panel-title-tracking, -0.026em);
  line-height: var(--panel-title-line, 1.18);
  text-transform: none;
}
.contact-intro__lede {
  margin: 0 0 0.55rem;
  max-width: none;
  font-family: var(--panel-font-body, var(--font));
  font-size: var(--panel-lede-size, 0.84rem);
  line-height: var(--panel-lede-line, 1.55);
  color: var(--panel-lede-color, #6b7385);
  white-space: nowrap;
}
.contact-intro__note {
  margin: 0;
  font-family: var(--panel-font-body, var(--font));
  font-size: var(--panel-meta-size, 0.68rem);
  line-height: 1.4;
  color: var(--panel-meta-color, #8a93a5);
}

.contact-workspace {
  display: grid;
  grid-template-columns: minmax(12.5rem, 0.34fr) minmax(0, 0.66fr);
  gap: 0 1.75rem;
  align-items: start;
}

.contact-nav {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding: 0.1rem 0.35rem 0.1rem 0.15rem;
  min-width: 0;
}
.contact-nav__track {
  position: absolute;
  left: 0.42rem;
  top: 0.65rem;
  bottom: 0.65rem;
  width: 1px;
  background: rgba(26, 34, 51, 0.08);
  pointer-events: none;
}
.contact-nav__indicator {
  position: absolute;
  left: 0.3rem;
  top: 0;
  width: 3px;
  height: 0;
  border-radius: 999px;
  background: #3b78f0;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
  transition: transform 240ms var(--ease), height 240ms var(--ease), opacity 200ms ease;
}

.contact-dept {
  position: relative;
  display: grid;
  grid-template-columns: 1.35rem 1.1rem minmax(0, 1fr);
  gap: 0.45rem 0.5rem;
  align-items: start;
  margin: 0;
  padding: 0.7rem 0.65rem 0.7rem 0.85rem;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
  transition: background-color 220ms var(--ease), transform 220ms var(--ease);
}
.contact-dept:hover {
  background: rgba(26, 34, 51, 0.028);
}
.contact-dept.is-active {
  background: rgba(59, 120, 240, 0.06);
}
.contact-dept:focus-visible {
  outline: 2px solid var(--focus);
  outline-offset: 2px;
}
.contact-dept__num {
  margin-top: 0.18rem;
  font-size: 0.52rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #b0b7c5;
  line-height: 1;
}
.contact-dept.is-active .contact-dept__num {
  color: #5b8ff2;
}
.contact-dept__icon {
  display: inline-flex;
  width: 1.05rem;
  height: 1.05rem;
  margin-top: 0.12rem;
  color: #9aa3b3;
  transition: color 220ms var(--ease);
}
.contact-dept.is-active .contact-dept__icon {
  color: #3b78f0;
}
.contact-dept__icon svg {
  width: 100%;
  height: 100%;
}
.contact-dept__copy {
  display: flex;
  flex-direction: column;
  gap: 0.18rem;
  min-width: 0;
}
.contact-dept__title {
  font-family: var(--panel-font, var(--font-display));
  font-size: 0.84rem;
  font-weight: 500;
  letter-spacing: -0.015em;
  color: #667085;
  line-height: 1.25;
  transition: color 220ms var(--ease);
}
.contact-dept.is-active .contact-dept__title {
  color: #141b2d;
  font-weight: 600;
}
.contact-dept__desc {
  font-size: 0.68rem;
  line-height: 1.4;
  color: #98a0b0;
}
.contact-dept.is-active .contact-dept__desc {
  color: #7a8496;
}

@media (prefers-reduced-motion: reduce) {
  .contact-dept,
  .contact-nav__indicator,
  .panel-contact__heading,
  .panel-contact__submit,
  .panel-field__input,
  .panel-field__select,
  .panel-field__textarea {
    transition: none !important;
    animation: none !important;
  }
  .panel-contact__heading.is-swap {
    animation: none;
  }
  .panel-contact__submit:hover {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .brand-panel.is-exit,
  .brand-panel.is-enter {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }
}

@media (max-width: 1080px) {
  .contact-workspace {
    grid-template-columns: minmax(11.5rem, 0.36fr) minmax(0, 0.64fr);
    gap: 0 1.25rem;
  }
  .panel-contact {
    padding-left: 1.25rem;
  }
}

@media (max-width: 900px) {
  .contact-workspace {
    grid-template-columns: 1fr;
    gap: 1.35rem;
  }
  .contact-nav {
    flex-direction: row;
    overflow-x: auto;
    gap: 0.35rem;
    padding: 0 0 0.85rem;
    border-bottom: 1px solid rgba(26, 34, 51, 0.06);
    -webkit-overflow-scrolling: touch;
  }
  .contact-nav__track,
  .contact-nav__indicator {
    display: none;
  }
  .contact-dept {
    flex: 0 0 auto;
    width: min(12.5rem, 72vw);
    grid-template-columns: auto auto minmax(0, 1fr);
    padding: 0.7rem 0.8rem;
    border: 1px solid rgba(26, 34, 51, 0.06);
    background: rgba(255, 255, 255, 0.45);
  }
  .contact-dept.is-active {
    border-color: rgba(59, 120, 240, 0.22);
  }
  .contact-dept__num {
    display: none;
  }
  .panel-contact {
    padding-left: 0;
  }
  .panel-contact::before {
    display: none;
  }
}

@media (max-width: 820px) {
  .panel-info__scroll {
    padding: 3.2rem 1.25rem 1.6rem;
  }
  .panel-contact__row {
    grid-template-columns: 1fr;
  }
  .panel-contact__submit {
    width: 100%;
  }
  .panel-contact__actions {
    flex-direction: column;
    align-items: stretch;
  }
  .panel-contact__privacy {
    max-width: none;
  }
  .contact-intro__lede {
    white-space: normal;
  }
}

/* ——— About panel (light editorial, refined) ——— */
.panel-page--about {
  max-width: min(56rem, 100%);
  padding-bottom: 2.5rem;
  color: #1a2233;
  font-family: var(--panel-font, var(--font-display));
}
.panel-page--about .panel-page__eyebrow {
  margin: 0 0 0.85rem;
  font-family: var(--panel-font, var(--font-display));
  font-size: var(--panel-eyebrow-size, 0.55rem);
  font-weight: var(--panel-eyebrow-weight, 600);
  letter-spacing: var(--panel-eyebrow-tracking, 0.14em);
  text-transform: uppercase;
  color: var(--panel-eyebrow-color, #3b78f0);
}
.panel-page--about .panel-page__title {
  color: var(--panel-title-color, #141b2d);
  font-family: var(--panel-font, var(--font-display));
  font-size: var(--panel-title-size, clamp(1.22rem, 1.65vw, 1.45rem));
  font-weight: var(--panel-title-weight, 600);
  font-style: normal;
  line-height: var(--panel-title-line, 1.18);
  letter-spacing: var(--panel-title-tracking, -0.026em);
}

.about-intro {
  --about-text-col: min(36.5rem, 100%);
  margin: 0 0 2rem;
  max-width: none;
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) auto;
  column-gap: clamp(1.5rem, 3.2vw, 2.75rem);
  row-gap: 1.75rem;
  align-items: center;
}
.about-intro__main {
  min-width: 0;
  max-width: var(--about-text-col);
  font-family: var(--panel-font, var(--font-display));
}
.about-intro__eyebrow,
.panel-page--about .about-intro__eyebrow {
  margin: 0 0 0.65rem;
  font-family: var(--panel-font, var(--font-display));
  font-size: var(--panel-eyebrow-size, 0.55rem);
  font-weight: var(--panel-eyebrow-weight, 600);
  letter-spacing: var(--panel-eyebrow-tracking, 0.14em);
  text-transform: uppercase;
  color: var(--panel-eyebrow-color, #3b78f0);
}
.about-intro__title,
.panel-page--about .about-intro .about-intro__title {
  margin: 0 0 1.35rem;
  max-width: 17.5em;
  text-transform: none;
  font-family: var(--panel-font, var(--font-display));
  font-size: var(--panel-title-size, clamp(1.22rem, 1.65vw, 1.45rem));
  font-weight: var(--panel-title-weight, 600);
  letter-spacing: var(--panel-title-tracking, -0.026em);
  line-height: 1.18;
  color: var(--panel-title-color, #141b2d);
}
.about-intro__copy {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 34rem;
}
.about-intro__lead {
  margin: 0 0 1.05rem;
  max-width: 34rem;
  text-transform: none;
  font-size: clamp(0.836rem, 1.012vw, 1.012rem);
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.4;
  color: #2a3346;
}
.about-intro__support-group {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  max-width: 32rem;
}
.about-intro__support {
  margin: 0;
  text-transform: none;
  font-size: clamp(0.704rem, 0.836vw, 0.836rem);
  font-weight: 400;
  letter-spacing: -0.008em;
  line-height: 1.45;
  color: #6b7385;
}
.about-intro__support--close {
  color: #7a8294;
}
.about-intro__em {
  font-weight: 600;
  color: #243044;
}
.about-intro__accent {
  font-weight: 600;
  color: #3b78f0;
}

/* Soft staggered entrance when About panel enters */
.panel-page--about.is-enter .about-intro__eyebrow,
.panel-page--about.is-enter .about-intro__title,
.panel-page--about.is-enter .about-intro__lead,
.panel-page--about.is-enter .about-intro__support {
  animation: about-intro-rise 520ms var(--ease) both;
}
.panel-page--about.is-enter .about-intro__eyebrow { animation-delay: 40ms; }
.panel-page--about.is-enter .about-intro__title { animation-delay: 90ms; }
.panel-page--about.is-enter .about-intro__lead { animation-delay: 150ms; }
.panel-page--about.is-enter .about-intro__support:nth-child(1) { animation-delay: 210ms; }
.panel-page--about.is-enter .about-intro__support:nth-child(2) { animation-delay: 260ms; }
.panel-page--about.is-enter .about-intro__support:nth-child(3) { animation-delay: 310ms; }
@keyframes about-intro-rise {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.about-intro__device {
  justify-self: end;
  align-self: center;
  margin: 0;
  padding: 0.5rem 0 0.5rem 0.35rem;
  flex-shrink: 0;
}
.about-device-carousel {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.85rem;
}
.about-device-carousel__row {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}
.about-device-caption {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  width: min(14rem, 100%);
  margin: 0;
}
.about-device-caption__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.28rem;
}
.about-device-caption__dot {
  width: 0.28rem;
  height: 0.28rem;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(26, 34, 51, 0.14);
  cursor: pointer;
  transition:
    width 220ms var(--ease),
    background-color 220ms var(--ease),
    opacity 220ms var(--ease);
}
.about-device-caption__dot.is-active {
  width: 0.85rem;
  background: #3b78f0;
}
.about-device-caption__dot:focus-visible {
  outline: 2px solid var(--focus);
  outline-offset: 2px;
}
.about-device-caption__card {
  position: relative;
  display: block;
  width: 100%;
  padding: 0.72rem 0.85rem 0.78rem;
  border: 0;
  border-radius: 0.55rem;
  background: rgba(255, 255, 255, 0.55);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 0 0 1px rgba(26, 34, 51, 0.05);
  transition:
    opacity 160ms ease,
    transform 160ms ease;
}
.about-device-caption__card::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 2.25rem;
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(
    90deg,
    transparent,
    rgba(59, 120, 240, 0.55),
    transparent
  );
}
.about-device-caption.is-changing .about-device-caption__card {
  opacity: 0;
  transform: translateY(3px);
}
.about-device-caption__index {
  position: absolute;
  left: 0.7rem;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.35rem;
  padding: 0;
  font-family: var(--panel-font, "Inter Tight", Inter, system-ui, sans-serif);
  font-size: 0.5rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #3b78f0;
  pointer-events: none;
}
.about-device-caption__copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.22rem;
  min-width: 0;
  padding: 0 1.55rem;
  text-align: center;
}
.about-device-caption__label {
  font-family: var(--panel-font, "Inter Tight", Inter, system-ui, sans-serif);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: -0.022em;
  line-height: 1.15;
  color: #141b2d;
}
.about-device-caption__note {
  max-width: 11.5rem;
  font-family: var(--panel-font-body, Inter, system-ui, sans-serif);
  font-size: 0.575rem;
  font-weight: 400;
  letter-spacing: -0.006em;
  line-height: 1.4;
  color: #7a8496;
}
@media (prefers-reduced-motion: reduce) {
  .about-device-caption__dot,
  .about-device-caption__card {
    transition: none;
  }
  .about-device-caption.is-changing .about-device-caption__card {
    opacity: 1;
    transform: none;
  }
}
.about-device-nav {
  flex-shrink: 0;
  width: 1.65rem;
  height: 1.65rem;
  margin: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(26, 34, 51, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #7a8496;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.05);
  cursor: pointer;
  transition:
    color 160ms ease,
    background-color 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease,
    opacity 160ms ease;
}
.about-device-nav:hover {
  color: #141b2d;
  background: #fff;
  border-color: rgba(26, 34, 51, 0.14);
  box-shadow: 0 6px 14px rgba(15, 23, 42, 0.08);
}
.about-device-nav:focus-visible {
  outline: 2px solid var(--focus);
  outline-offset: 2px;
}
.about-device-nav svg {
  display: block;
}
.about-device {
  position: relative;
  width: clamp(11.7rem, 16.8vw, 14.1rem);
  aspect-ratio: 9 / 19.5;
  filter:
    drop-shadow(0 18px 28px rgba(15, 23, 42, 0.14))
    drop-shadow(0 4px 10px rgba(15, 23, 42, 0.08));
}
.about-device__bezel {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 1.35rem;
  padding: 0.28rem;
  box-sizing: border-box;
  background: linear-gradient(
    145deg,
    #ece8e1 0%,
    #c8c3ba 18%,
    #9e9991 42%,
    #7a756f 68%,
    #5e5a56 88%,
    #4a4743 100%
  );
  box-shadow:
    inset 0 1px 1px rgba(255, 255, 255, 0.55),
    inset 0 -1px 2px rgba(0, 0, 0, 0.2),
    0 0 0 0.5px rgba(0, 0, 0, 0.22);
  display: flex;
  flex-direction: column;
}
.about-device__screen {
  position: relative;
  flex: 1;
  min-height: 0;
  width: 100%;
  border-radius: 1.12rem;
  overflow: hidden;
  background: #0c1424;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}
.about-device__slides {
  position: relative;
  width: 100%;
  height: 100%;
}
.about-device__img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  opacity: 0;
  transition: opacity 220ms var(--ease);
  pointer-events: none;
}
.about-device__img.is-active {
  opacity: 1;
  z-index: 1;
}
@media (prefers-reduced-motion: reduce) {
  .about-device__img {
    transition: none;
  }
}
.about-device__rail {
  position: absolute;
  z-index: 2;
  background: linear-gradient(180deg, #8f8b85 0%, #6e6a65 45%, #575450 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 0 1px rgba(0, 0, 0, 0.3);
  pointer-events: none;
}
.about-device__rail--silent {
  left: -1px;
  top: 12.5%;
  width: 2px;
  height: 4.5%;
  border-radius: 2px 0 0 2px;
}
.about-device__rail--vol-up {
  left: -1px;
  top: 19%;
  width: 2.5px;
  height: 9.5%;
  border-radius: 2px 0 0 2px;
}
.about-device__rail--vol-down {
  left: -1px;
  top: calc(19% + 9.5% + 4px);
  width: 2.5px;
  height: 9.5%;
  border-radius: 2px 0 0 2px;
}
.about-device__rail--power {
  right: -1px;
  top: 22%;
  width: 2.5px;
  height: 12%;
  border-radius: 0 2px 2px 0;
}

.about-origin {
  /* Matte matched to assets/about-australia-melbourne-map.png edge pixels */
  --about-map-matte: #eff0f7;
  margin: 0 -2.35rem 3rem;
  padding: 1.85rem 2.35rem 2.2rem;
  border: 0;
  border-radius: 0;
  background:
    linear-gradient(180deg, #f7f8fb 0%, var(--about-map-matte) 16%, var(--about-map-matte) 84%, #f7f8fb 100%);
  font-family: "Inter Tight", Inter, system-ui, -apple-system, sans-serif;
}
.about-origin__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 2rem 2.75rem;
  align-items: center;
  max-width: 44rem;
  margin: 0 auto;
}
.about-origin__copy .panel-page__eyebrow {
  margin-bottom: 0.55rem;
}
.about-origin__copy p {
  margin: 0 0 0.7rem;
  font-size: clamp(0.64rem, 0.76vw, 0.76rem);
  font-weight: 400;
  letter-spacing: -0.008em;
  line-height: 1.58;
  color: #6b7385;
  max-width: 30em;
  text-transform: none;
}
.about-origin__heading {
  margin: 0 0 0.95rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.3rem 0.4rem;
  font-size: clamp(1.05rem, 1.45vw, 1.35rem);
  font-weight: 600;
  letter-spacing: -0.022em;
  line-height: 1.18;
  color: #0f1728;
  text-transform: none;
}
.about-origin__accent {
  color: #3b78f0;
  font-weight: 600;
}
.about-origin__heart {
  color: #7aa4f0;
  flex-shrink: 0;
  opacity: 0.85;
}
.about-origin__facts {
  list-style: none;
  margin: 1rem 0 0.95rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}
.about-origin__facts li {
  position: relative;
  padding-left: 0.85rem;
  font-size: clamp(0.58rem, 0.7vw, 0.68rem);
  letter-spacing: -0.006em;
  line-height: 1.5;
  color: #6b7385;
  font-weight: 400;
  text-transform: none;
}
.about-origin__facts li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.48em;
  width: 0.28rem;
  height: 0.28rem;
  border-radius: 50%;
  background: #7aa4f0;
  opacity: 0.65;
}
.about-origin__closing {
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
  font-size: clamp(0.64rem, 0.76vw, 0.76rem) !important;
  color: #5b6577 !important;
  font-weight: 500 !important;
  letter-spacing: -0.008em !important;
  text-transform: none !important;
}
.about-origin__map-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-width: 0;
  padding: 0;
  background: transparent;
}
.about-origin__map {
  margin: 0;
  width: 100%;
  max-width: 20.5rem;
  background: transparent;
  line-height: 0;
}
.about-origin__map-img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: center;
  opacity: 1;
  background: transparent;
  border: 0;
  box-shadow: none;
  filter: none;
  mix-blend-mode: normal;
}

.about-socials {
  margin: 0;
  padding: 2.15rem 0 0.5rem;
  border-top: 1px solid rgba(26, 34, 51, 0.07);
  font-family: "Inter Tight", Inter, system-ui, -apple-system, sans-serif;
}
.about-socials .panel-page__eyebrow {
  margin-bottom: 0.5rem;
}
.about-socials__heading {
  margin: 0 0 1rem;
  font-size: clamp(0.95rem, 1.2vw, 1.15rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.2;
  text-transform: none;
  color: #0f1728;
}
.about-socials__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1.35rem;
}
.about-socials__link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  min-height: 1.75rem;
  padding: 0.15rem 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #7a8496;
  text-decoration: none;
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: none;
  transition: color 160ms ease;
}
.about-socials__link svg {
  flex-shrink: 0;
  opacity: 0.7;
  width: 13px;
  height: 13px;
}
.about-socials__link:hover {
  color: #141b2d;
  background: transparent;
  border: 0;
  box-shadow: none;
  transform: none;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-color: rgba(59, 120, 240, 0.45);
}
.about-socials__link:hover svg {
  opacity: 0.95;
}
.about-socials__link:focus-visible {
  outline: 2px solid var(--focus);
  outline-offset: 3px;
  border-radius: 3px;
}

@media (prefers-reduced-motion: reduce) {
  .panel-page--about.is-enter .about-intro__eyebrow,
  .panel-page--about.is-enter .about-intro__title,
  .panel-page--about.is-enter .about-intro__lead,
  .panel-page--about.is-enter .about-intro__support {
    animation: none;
  }
}

@media (max-width: 1100px) {
  .panel-page--about {
    max-width: min(50rem, 100%);
  }
  .about-intro {
    --about-text-col: min(32rem, 100%);
    column-gap: 1.35rem;
  }
  .about-intro__title,
  .panel-page--about .about-intro .about-intro__title {
    max-width: 16em;
  }
  .about-device {
    width: clamp(10.5rem, 15.6vw, 12.6rem);
  }
  .about-origin__grid {
    gap: 1.75rem 2rem;
  }
}

@media (max-width: 820px) {
  .brand-panel--info.is-about-light .panel-info__toolbar {
    padding: 1.1rem 1.25rem 0;
  }
  .brand-panel--info.is-about-light .panel-info__scroll {
    padding: 0.75rem 1.25rem 2.5rem;
  }
  .about-intro {
    margin-bottom: 1.5rem;
    grid-template-columns: 1fr;
    justify-items: start;
    row-gap: 1.5rem;
  }
  .about-intro__device {
    justify-self: center;
    order: -1;
    padding: 0 0 0.35rem;
  }
  .about-intro__title,
  .panel-page--about .about-intro .about-intro__title {
    margin-bottom: 1.5rem;
    max-width: 14.5em;
  }
  .about-intro__lead {
    margin-bottom: 1.5rem;
    font-size: 0.736rem;
    line-height: 1.5;
  }
  .about-intro__support-group {
    gap: 1.25rem;
  }
  .about-intro__support {
    font-size: 0.672rem;
    line-height: 1.55;
  }
  .about-device {
    width: 11.1rem;
  }
  .about-origin {
    margin: 0.5rem -1.25rem 2.5rem;
    padding: 2.1rem 1.25rem 2rem;
  }
  .about-origin__grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .about-origin__map-wrap {
    justify-content: center;
  }
  .about-origin__map {
    max-width: 16.5rem;
    margin: 0 auto;
  }
}

/* Narrow viewports — stack login + brand full-width; page scrolls to both.
   Laptop/desktop (≥901px) unchanged: side-by-side auth | brand.
   WHY (2026-07-29): incomplete stack left brand-panel on grid-column:2
   (horizontal overflow) and both panes on row 1; do not hide the brand. */
@media (max-width: 900px) {
  html.viewport-lock-fill,
  html.viewport-lock-fill body,
  body.page-home {
    height: auto;
    min-height: 100%;
    min-height: 100dvh;
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  body[data-viewport-lock="fill"] {
    height: auto;
    min-height: 100dvh;
    overflow-x: hidden;
    overflow-y: auto;
  }

  [data-viewport-stage] {
    display: block;
    height: auto;
    min-height: 100dvh;
    overflow: visible;
  }

  [data-viewport-lock="fill"] [data-viewport-canvas] {
    flex: none;
    width: 100% !important;
    height: auto !important;
    min-height: 100dvh;
    max-width: none;
  }

  .fit-frame,
  .campaign-scale {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: auto;
    min-height: 100dvh;
    overflow: visible;
  }

  .campaign {
    --campaign-cols: 1fr;
    --auth-w: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    height: auto;
    min-height: 100dvh;
    overflow: visible;
  }

  /* DOM order: auth (was left) then brand (was right) — scroll down for marketing */
  .auth-world {
    order: 1;
    position: relative;
    grid-column: auto;
    grid-row: auto;
    width: 100%;
    min-width: 0;
    height: auto;
    min-height: 0;
    flex: 0 0 auto;
    overflow: visible;
  }

  .brand-world {
    order: 2;
    position: relative;
    grid-column: auto;
    grid-row: auto;
    display: block;
    width: 100%;
    min-width: 0;
    height: auto;
    min-height: min(92vh, 52rem);
    flex: 0 0 auto;
    overflow: hidden;
  }

  .brand-world > .brand-panel {
    grid-column: auto;
    grid-row: auto;
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    min-height: min(92vh, 52rem);
    overflow: hidden;
  }

  .brand-panel--home {
    min-height: min(92vh, 52rem);
  }

  .brand-world__media,
  .brand-world__scrim {
    left: 0;
    right: 0;
  }

  /* Desktop column hairline — not for stacked mobile */
  .auth-world::after {
    display: none;
  }

  .auth-world__inner {
    max-width: 22.5rem;
    width: 100%;
    margin: 0 auto;
    padding:
      max(1.75rem, env(safe-area-inset-top, 0px))
      max(1.35rem, env(safe-area-inset-right, 0px))
      2rem
      max(1.35rem, env(safe-area-inset-left, 0px));
    overflow: visible;
  }

  /* 118% logo min-width overflowed the auth column on narrow screens */
  .auth-brand {
    width: 100%;
    min-width: 0;
    max-width: 15.5rem;
    margin-left: auto;
    margin-right: auto;
  }

  .auth-intro__title {
    width: auto;
    max-width: 100%;
  }

  .story {
    --story-pad-x: 1.25rem;
    --story-pad-y: 1.75rem;
    --story-col: min(32rem, 100%);
    justify-content: flex-end;
    min-height: min(92vh, 52rem);
    padding-bottom: max(1.5rem, env(safe-area-inset-bottom, 0px));
  }

  .home-perk {
    top: max(0.85rem, env(safe-area-inset-top, 0px));
    right: max(0.85rem, env(safe-area-inset-right, 0px));
  }

  .auth-reset {
    max-width: calc(100% - 1.5rem);
    max-height: calc(100dvh - 1.5rem - env(safe-area-inset-top, 0px) - env(safe-area-inset-bottom, 0px));
  }

  .auth-reset__sheet {
    max-height: min(80dvh, 640px);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
