/* Brand references and original asset sources: docs/brand-sources.md. */
.customer-shell {
  font-family: var(--brand-font);
  --navy: #202020;
  --navy-deep: #101010;
  --ink: #202020;
  --muted: #606267;
  --surface: #f6f6f6;
  --line: #dedfe2;
  background: var(--surface);
}
.customer-shell.is-welcome {
  background: var(--brand-charcoal);
  color: var(--brand-paper);
}
.customer-shell.is-welcome .loading {
  color: #c4c5c7;
}
.customer-shell .topbar {
  height: 104px;
  padding-inline: max(32px, calc((100vw - 1280px) / 2));
}
.customer-shell .portal-label {
  font-size: 0.875rem;
  letter-spacing: 0;
  font-weight: 400;
}
.customer-shell .help-link {
  border: 1px solid #ffffff40;
  padding: 12px 20px;
  border-radius: 999px;
}
.customer-shell a:focus-visible,
.customer-shell button:focus-visible {
  outline: 3px solid var(--orange);
}
.welcome-stage {
  position: relative;
  isolation: isolate;
}
.welcome-photo {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 68% center;
  opacity: 0.42;
}
.welcome-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, #101010f5 0%, #10101095 48%, #10101070 100%),
    linear-gradient(0deg, #101010 0%, transparent 55%);
}
.welcome {
  max-width: 1344px;
  margin: 0 auto;
  padding: 72px 32px 64px;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.9fr);
  align-items: center;
  gap: clamp(40px, 6vw, 100px);
  min-height: 630px;
}
.welcome-story {
  padding: 0;
  color: var(--brand-paper);
}
.welcome .eyebrow {
  color: #d5d7da;
  font-size: 0.875rem;
  letter-spacing: 0.14em;
  font-weight: 500;
}
.welcome h1 {
  font-size: clamp(3.5rem, 5.8vw, 5.5rem);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1.04;
  margin: 28px 0;
}
.welcome-story > p {
  max-width: 450px;
  font-size: 1.125rem;
  line-height: 1.65;
  color: #d0d3d7;
  margin-bottom: 0;
}
.story-bottom {
  margin-top: 40px;
  padding-left: 18px;
  border-left: 2px solid var(--orange);
  font-size: 1rem;
  line-height: 1.55;
  color: #c4c5c7;
}
.story-bottom strong {
  color: white;
  font-weight: 500;
}
.welcome-form {
  padding: clamp(28px, 3.5vw, 48px);
  border-radius: 16px;
  border-top: 4px solid var(--orange);
  background: var(--brand-paper);
  color: #202020;
  box-shadow: 0 24px 64px #00000030;
  min-width: 0;
}
.welcome-form .small-label {
  font-size: 0.8125rem;
  color: var(--brand-grey);
  letter-spacing: 0.1em;
}
.welcome-form h2 {
  font-size: clamp(1.875rem, 2.5vw, 2.25rem);
  letter-spacing: -0.035em;
  line-height: 1.15;
  margin: 18px 0 16px;
  font-weight: 700;
}
.welcome-form .subtext {
  color: #535559;
  line-height: 1.65;
  margin-bottom: 28px;
  overflow-wrap: anywhere;
}
.welcome-form .field {
  color: #303135;
  font-size: 0.9375rem;
  font-weight: 500;
}
.welcome-form input {
  border-color: #c9cace;
  border-radius: 7px;
  padding: 16px;
  color: #202020;
}
.welcome-form input:focus {
  border-color: #535559;
  outline: 2px solid #ff8d0580;
  outline-offset: 2px;
}
.welcome-form .primary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  min-height: 54px;
  border-radius: 999px;
  padding: 14px 22px;
  background: var(--orange);
  border: 1px solid var(--orange);
  color: #101010;
  font-size: 1rem;
  font-weight: 700;
  transition: background 150ms ease, border-color 150ms ease;
}
.welcome-form .primary:hover {
  background: #ffa638;
  border-color: #ffa638;
}
.welcome-form .primary span {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  border-radius: 50%;
  background: #101010;
  color: var(--orange);
  font-size: 1rem;
}
.welcome-form form .primary {
  margin-top: 22px;
}
.welcome-form .privacy-note,
.welcome-form .resume-note {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #606267;
}
.welcome-form .resume-note {
  border-color: #dedfe2;
  margin-top: 24px;
  padding-top: 22px;
}
.welcome-form .resume-note strong {
  color: #303135;
}
.welcome-form .text-button {
  color: #303135;
  font-size: 0.875rem;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.welcome-form .preview-tag {
  margin-bottom: 20px;
}
.launch-note {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 17px 0;
  margin-bottom: 24px;
  border-block: 1px solid #dedfe2;
  font-size: 0.875rem;
  color: #535559;
}
.status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #bd5300;
  flex-shrink: 0;
}
.contact-caption {
  margin: 18px 0 0;
  text-align: center;
  color: #606267;
  font-size: 0.875rem;
}
.contact-caption a {
  color: #202020;
  white-space: nowrap;
}
.welcome-process {
  max-width: 1280px;
  margin: 0 auto;
  padding: 32px 0 38px;
  border-top: 1px solid #ffffff28;
  display: grid;
  grid-template-columns: 0.8fr 3fr;
  gap: 48px;
}
.process-heading {
  font-size: 1rem;
  line-height: 1.6;
  color: #babdc2;
}
.process-heading strong {
  color: #f9f9f9;
  font-weight: 500;
}
.journey-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}
.journey-list li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.journey-list b {
  color: var(--orange);
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5;
}
.journey-list h3 {
  color: #f9f9f9;
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 8px;
}
.journey-list p {
  margin-bottom: 0;
  color: #a8abb1;
  font-size: 0.875rem;
  line-height: 1.6;
}
.customer-shell footer {
  max-width: 1344px;
  padding: 30px 32px;
  align-items: center;
  font-size: 0.875rem;
}
.customer-shell.is-welcome footer {
  border-top: 1px solid #ffffff1c;
  color: #a8abb1;
}
.footer-brand {
  gap: 14px;
  align-items: center;
}
.footer-brand > span {
  font-size: 1rem;
  line-height: 1.4;
}
.footer-brand small {
  display: block;
  font-size: 0.75rem;
  margin-top: 2px;
}
@media (max-width: 1344px) {
  .welcome-process { margin-inline: 32px; }
}
@media (max-width: 1000px) {
  .welcome { gap: 36px; padding-top: 48px; padding-bottom: 48px; }
  .welcome-process { grid-template-columns: 1fr; gap: 24px; }
  .process-heading br { display: none; }
  .process-heading strong { margin-left: 6px; }
  .customer-shell .help-link { padding: 10px 16px; }
}
@media (max-width: 760px) {
  .customer-shell .topbar { height: 88px; padding-inline: 24px; gap: 18px; }
  .customer-shell .topbar img { width: 168px; height: auto; }
  .customer-shell .portal-label { font-size: 0.8125rem; line-height: 1.4; padding-left: 18px; }
  .customer-shell .help-link { display: none; }
  .welcome { grid-template-columns: 1fr; gap: 32px; padding: 40px 24px; min-height: auto; }
  .welcome h1 { font-size: clamp(3rem, 10vw, 4.5rem); margin-block: 22px; }
  .welcome-story > p { max-width: 520px; font-size: 1rem; }
  .story-bottom { display: none; }
  .welcome-form { padding: 30px; }
  .welcome-form h2 { font-size: 1.875rem; }
  .welcome-photo { height: 640px; object-position: 70% top; }
  .welcome-process { margin-inline: 24px; padding-block: 28px; }
  .journey-list { grid-template-columns: 1fr; gap: 24px; }
  .journey-list li { gap: 18px; }
  .journey-list h3 { margin-bottom: 4px; }
  .customer-shell footer { padding: 26px 24px; align-items: flex-start; }
  .customer-shell footer > div:last-child { flex-direction: column; gap: 14px; align-items: flex-end; }
}
@media (prefers-reduced-motion: reduce) {
  .welcome-form .primary { transition: none; }
}
