.sc-main { padding-top: 44px; }
.sc-page { --sc-blue: #0066cc; --sc-ink: #1d1d1f; --sc-muted: #6e6e73; color: var(--sc-ink); background: #fff; }
.sc-page *, .sc-dialog * { box-sizing: border-box; }
.sc-page ::selection { background: #cce3f8; color: #163a5b; }
.sc-page input, .sc-page textarea { caret-color: var(--sc-blue); }
.sc-frame { width: min(87.5%, 1200px); margin-inline: auto; }
.sc-page h1, .sc-page h2, .sc-page h3, .sc-page p { margin: 0; }
.sc-page h1, .sc-page h2, .sc-page h3 { text-wrap: balance; }
.sc-page h2 { font-size: 48px; line-height: 1.12; letter-spacing: -.025em; font-weight: 600; }
.sc-page p { line-height: 1.65; }
.sc-hero { padding-top: 54px; padding-bottom: 85px; }
.sc-page .sc-hero h1 { max-width: 1040px; font-size: clamp(48px, 5.6vw, 80px); line-height: 1.12; letter-spacing: -.035em; font-weight: 600; }
.sc-hero-actions { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 32px; }
.sc-hero-actions p { color: var(--sc-muted); font-size: 15px; }
.sc-hero-actions time { color: var(--sc-ink); font-size: 17px; font-variant-numeric: tabular-nums; }
.sc-button { display: inline-flex; justify-content: center; align-items: center; gap: 12px; min-height: 52px; padding: 14px 26px; border: 0; border-radius: 12px; background: #0071e3; color: white; font: inherit; font-size: 17px; line-height: 1.3; text-decoration: none; cursor: pointer; transition: background-color .18s; }
.sc-button:hover { background: #0077ed; }
.sc-button:active { background: #0068d1; }
.sc-pill { border-radius: 999px; min-height: 44px; font-size: 14px; padding: 11px 20px; }
.sc-button svg, .sc-round svg, .sc-card-plus svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.sc-pill svg { width: 17px; height: 17px; }
.sc-about { display: grid; grid-template-columns: 1fr 1.5fr; gap: 90px; padding-bottom: 112px; }
.sc-about h2 { font-size: 32px; letter-spacing: -.015em; padding-top: 4px; }
.sc-about p { font-size: 20px; color: var(--sc-muted); max-width: 65ch; }
.sc-about strong { font-weight: 600; color: var(--sc-ink); }
.sc-groups { padding-block: 100px 40px; background: #f5f5f7; overflow: hidden; }
.sc-section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 64px; margin-bottom: 48px; }
.sc-section-heading h2 { max-width: 550px; flex: 1; }
.sc-section-heading p { max-width: 410px; color: var(--sc-muted); font-size: 17px; }
.sc-gallery { display: flex; list-style: none; gap: 24px; margin: 0; padding: 8px max(6.25%, calc((100% - 1200px)/2)) 24px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding-inline: max(6.25%, calc((100% - 1200px)/2)); scrollbar-width: none; }
.sc-gallery::-webkit-scrollbar { display: none; }
.sc-gallery li { flex: 0 0 344px; scroll-snap-align: start; }
.sc-card { position: relative; display: flex; flex-direction: column; align-items: flex-start; width: 100%; min-height: 420px; padding: 32px; overflow: hidden; border: 0; border-radius: 28px; background: #fff; text-align: left; color: var(--sc-ink); font: inherit; cursor: pointer; transition: transform .3s cubic-bezier(.16,1,.3,1); }
.sc-card:hover { transform: translateY(-5px); }
.sc-card:focus-visible { outline-offset: 4px; }
.sc-card-name { font-size: 17px; font-weight: 600; line-height: 1.3; }
.sc-card-title { font-size: 28px; line-height: 1.17; letter-spacing: -.016em; font-weight: 600; margin-top: 12px; max-width: 285px; text-wrap: balance; }
.sc-card img { width: calc(100% + 30px); max-width: none; height: 240px; object-fit: contain; margin: auto -15px 0; }
.sc-card-plus { display: grid; place-items: center; position: absolute; bottom: 20px; right: 20px; width: 36px; height: 36px; border-radius: 50%; background: #333336; color: #fff; }
.sc-gallery-controls { display: flex; justify-content: flex-end; gap: 12px; margin-top: 4px; }
.sc-round { display: inline-grid; place-items: center; width: 44px; height: 44px; flex-shrink: 0; border: 0; border-radius: 50%; background: #e8e8ed; color: #333336; cursor: pointer; }
.sc-round:hover { background: #dedee3; }
.sc-page button:disabled { cursor: default; opacity: .4; }
.sc-benefits { padding-block: 108px 116px; }
.sc-benefit-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 60px; margin-top: 58px; }
.sc-benefit-icon { width: 36px; height: 36px; color: #245f91; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; margin-bottom: 20px; }
.sc-benefit-grid h3 { font-size: 24px; line-height: 1.25; font-weight: 600; letter-spacing: -.012em; margin-bottom: 14px; }
.sc-benefit-grid p { font-size: 17px; color: var(--sc-muted); }
.sc-application { background: #fafafa; padding-block: 90px 110px; scroll-margin-top: 65px; }
.sc-form-frame { width: min(87.5%, 980px); margin-inline: auto; }
.sc-form-frame > header { margin-bottom: 52px; }
.sc-form-frame > header h2 { font-size: 40px; }
.sc-form-frame > header p { margin-top: 16px; color: var(--sc-muted); font-size: 17px; }
.sc-application-layout { display: grid; grid-template-columns: minmax(0, 580px) minmax(0, 1fr); gap: 72px; align-items: start; }
.sc-form-content { min-width: 0; font-size: 17px; }
.sc-form-content fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.sc-account-note { padding-top: 7px; overflow-wrap: anywhere; }
.sc-account-note h3 { font-size: 17px; font-weight: 600; margin-bottom: 14px; }
.sc-account-note p { font-size: 14px; color: var(--sc-muted); margin-bottom: 12px; }
.sc-account-note .sc-account-name { color: var(--sc-ink); font-size: 17px; margin-bottom: 0; }
.sc-account-note .sc-deadline-label { color: var(--sc-muted); font-weight: 400; }
.sc-account-note .sc-deadline-value { color: var(--sc-ink); font-size: 17px; font-weight: 600; font-variant-numeric: tabular-nums; }
.sc-form-section { margin-bottom: 30px; }
.sc-floating { position: relative; }
.sc-floating input, .sc-floating select, .sc-floating textarea { width: 100%; min-height: 56px; background: #fff; border: 1px solid #86868b; border-radius: 12px; padding: 24px 16px 8px; font: inherit; font-size: 17px; line-height: 1.3; color: var(--sc-ink); transition: border-color .18s, box-shadow .18s; }
.sc-floating label { position: absolute; top: 18px; left: 16px; right: 16px; font-size: 17px; line-height: 21px; color: var(--sc-muted); pointer-events: none; transition: top .15s, font-size .15s; }
.sc-floating input:focus + label, .sc-floating input:not(:placeholder-shown) + label, .sc-floating textarea:focus + label, .sc-floating textarea:not(:placeholder-shown) + label, .sc-select.sc-has-value label, .sc-select:focus-within label { top: 7px; font-size: 12px; line-height: 16px; }
.sc-floating :is(input,select,textarea):focus { border-color: #0071e3; box-shadow: 0 0 0 3px #0071e333; outline: none; }
.sc-floating select { appearance: auto; padding-right: 32px; cursor: pointer; text-overflow: ellipsis; }
.sc-floating textarea { min-height: 148px; resize: none; padding-top: 28px; }
.sc-floating [aria-invalid=true] { border-color: #b42318; }
.sc-form-content .sc-times { padding-top: 32px; border-top: 1px solid #d2d2d7; margin-bottom: 32px; }
.sc-times legend { float: left; width: 100%; font-size: 21px; font-weight: 600; margin-bottom: 10px; }
.sc-times legend strong { color: var(--sc-blue); font-weight: 600; text-decoration: underline; text-underline-offset: 5px; }
.sc-times > p { clear: both; font-size: 14px; color: var(--sc-muted); }
.sc-time-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 24px; }
.sc-day h3 { font-size: 14px; line-height: 1.4; margin-bottom: 12px; font-weight: 600; }
.sc-time-option { display: flex; position: relative; align-items: center; gap: 8px; min-height: 78px; padding: 12px 10px; border: 1px solid #86868b; border-radius: 12px; margin-bottom: 10px; background: #fff; cursor: pointer; font-size: 14px; font-variant-numeric: tabular-nums; }
.sc-time-option > input { position: absolute; opacity: 0; width: 20px; height: 20px; }
.sc-time-option:has(input:checked) { border-color: #0071e3; box-shadow: inset 0 0 0 1px #0071e3; background: #f4f9ff; }
.sc-time-option:has(input:focus-visible) { outline: 2px solid #0071e3; outline-offset: 3px; }
.sc-time-option:has(input:disabled) { cursor: default; opacity: .55; }
.sc-check { width: 18px; height: 18px; flex: 0 0 18px; border: 1px solid #86868b; border-radius: 4px; }
.sc-check svg { display: block; width: 16px; height: 16px; stroke: transparent; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
input:checked + .sc-check { background: #0071e3; border-color: #0071e3; }
input:checked + .sc-check svg { stroke: #fff; }
.sc-time-name { display: block; color: var(--sc-muted); font-size: 12px; margin-bottom: 4px; }
.sc-hint { font-size: 12px; margin: 9px 0 0 !important; color: var(--sc-muted); }
.sc-counter { font-size: 12px; text-align: right; color: var(--sc-muted); margin: 7px 0 24px !important; font-variant-numeric: tabular-nums; }
.sc-page .sc-error { font-size: 13px; line-height: 1.5; color: #b42318; margin-top: 8px; }
.sc-submit { display: flex; flex-direction: column; gap: 12px; padding-top: 26px; border-top: 1px solid #d2d2d7; }
.sc-text-button { padding: 10px 0; min-height: 44px; background: transparent; border: 0; font: inherit; color: var(--sc-blue); cursor: pointer; text-decoration: none; }
.sc-text-button:hover { text-decoration: underline; text-underline-offset: 4px; }
.sc-notice { margin-bottom: 24px; padding: 22px; border-radius: 12px; background: #edf3f8; }
.sc-notice h3 { font-size: 21px; margin-bottom: 8px; }
.sc-notice p { font-size: 15px; }
.sc-login p { color: var(--sc-muted); margin-bottom: 24px; }
.sc-summary { outline: none; }
.sc-success-mark { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; background: #e6f0fb; color: #245f91; margin-bottom: 20px; }
.sc-success-mark svg { width: 32px; height: 32px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.sc-summary h3 { font-size: 32px; margin-bottom: 12px; }
.sc-summary > p { color: var(--sc-muted); }
.sc-summary dl { margin: 28px 0; }
.sc-summary dl > div { border-top: 1px solid #d2d2d7; padding: 17px 0; }
.sc-summary dt { font-size: 13px; color: var(--sc-muted); margin-bottom: 7px; }
.sc-summary dd { margin: 0; white-space: pre-wrap; overflow-wrap: anywhere; line-height: 1.6; }
.sc-summary dd span { display: block; }
.sc-dialog { padding: 0; border: 0; border-radius: 28px; width: min(860px, calc(100% - 48px)); max-height: calc(100dvh - 64px); background: #fff; color: #1d1d1f; overscroll-behavior: contain; scrollbar-width: thin; scrollbar-color: #a6a6ad transparent; }
.sc-dialog[open] { animation: sc-dialog-in .25s cubic-bezier(.16,1,.3,1); }
.sc-dialog::backdrop { background: #0006; backdrop-filter: blur(6px); }
.sc-dialog-content { padding: 64px 72px 60px; position: relative; }
.sc-dialog-close { position: sticky; top: 16px; float: right; margin: -44px -52px 0 0; z-index: 1; }
.sc-dialog-group { color: #245f91; font-size: 17px; font-weight: 600; margin-bottom: 14px !important; }
.sc-page .sc-dialog h2 { font-size: 40px; line-height: 1.15; }
.sc-dialog img { display: block; width: 240px; height: 220px; object-fit: contain; margin: 20px auto; }
.sc-dialog-content > p:not(.sc-dialog-group), .sc-dialog li { font-size: 17px; line-height: 1.7; }
.sc-dialog ul { padding-left: 22px; margin-bottom: 0; }
.sc-dialog li { margin-top: 14px; }
.sc-visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
@keyframes sc-dialog-in { from { transform: translateY(12px); opacity: .7; } to { transform: translateY(0); opacity: 1; } }
@media (max-width: 1068px) {
  .sc-page h2 { font-size: 40px; }
  .sc-about { gap: 40px; grid-template-columns: 1fr 1.7fr; }
  .sc-about h2 { font-size: 28px; }
  .sc-section-heading { gap: 32px; }
  .sc-section-heading p { max-width: 350px; }
  .sc-benefit-grid { gap: 30px; }
  .sc-application-layout { grid-template-columns: minmax(0, 1fr); gap: 36px; }
  .sc-account-note { order: -1; }
  .sc-account-note p { margin-bottom: 4px; }
  .sc-form-frame { max-width: 660px; }
}
@media (max-width: 734px) {
  .sc-main { padding-top: 48px; }
  .sc-frame, .sc-form-frame { width: calc(100% - 40px); }
  .sc-hero { padding-top: 30px; padding-bottom: 56px; }
  .sc-page .sc-hero h1 { font-size: 46px; max-width: 550px; }
  .sc-hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; margin-top: 24px; }
  .sc-hero-actions p { font-size: 13px; }
  .sc-hero-actions time { font-size: 14px; }
  .sc-about { display: block; padding-bottom: 64px; }
  .sc-about h2 { font-size: 28px; margin-bottom: 20px; }
  .sc-about p { font-size: 17px; }
  .sc-page h2 { font-size: 32px; }
  .sc-groups { padding-block: 60px 28px; }
  .sc-section-heading { display: block; margin-bottom: 28px; }
  .sc-section-heading p { max-width: none; font-size: 15px; margin-top: 20px; }
  .sc-gallery { padding-inline: 20px; scroll-padding-inline: 20px; gap: 16px; }
  .sc-gallery li { flex-basis: 280px; }
  .sc-card { min-height: 370px; border-radius: 24px; padding: 26px; }
  .sc-card-name { font-size: 14px; }
  .sc-card-title { font-size: 24px; }
  .sc-card img { height: 210px; }
  .sc-benefits { padding-block: 64px; }
  .sc-benefit-grid { grid-template-columns: 1fr; gap: 36px; margin-top: 36px; }
  .sc-benefit-icon { margin-bottom: 12px; }
  .sc-benefit-grid h3 { font-size: 23px; margin-bottom: 10px; }
  .sc-benefit-grid p { font-size: 16px; }
  .sc-application { padding-block: 60px 70px; }
  .sc-form-frame > header { margin-bottom: 32px; }
  .sc-form-frame > header h2 { font-size: 32px; }
  .sc-form-frame > header p { font-size: 16px; }
  .sc-time-grid { grid-template-columns: 1fr; gap: 16px; }
  .sc-day { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
  .sc-day h3 { grid-column: 1/-1; margin: 0; }
  .sc-time-option { margin-bottom: 0; }
  .sc-times legend { font-size: 20px; }
  .sc-dialog { width: calc(100% - 24px); max-height: calc(100dvh - 24px); border-radius: 20px; }
  .sc-dialog-content { padding: 68px 26px 32px; }
  .sc-dialog-close { margin: -52px -10px 0 0; }
  .sc-page .sc-dialog h2 { font-size: 28px; }
  .sc-dialog img { height: 180px; width: 200px; }
  .sc-dialog-content > p:not(.sc-dialog-group), .sc-dialog li { font-size: 16px; }
}
@media (prefers-reduced-motion: reduce) {
  .sc-page *, .sc-dialog[open] { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .sc-card:hover { transform: none; }
}

/* Keep page headings independent of homepage locale-specific fixed leading. */
.sc-main .sc-page h2 { line-height: 1.12; }
.sc-page .sc-dialog h2 { line-height: 1.15; }
:root {
  font-family: "SF Pro Text", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  color: #1d1d1f;
  background: #fff;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  --action-blue: #0066cc;
  --action-blue-hover: #0071e3;
  --ink: #1d1d1f;
  --parchment: #f5f5f7;
  --nav-height: 44px;
  --hero-content-height: 580px;
  --promo-content-height: 580px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  background: #fff;
}

button {
  font: inherit;
}

button:focus-visible,
a:focus-visible {
  outline: 2px solid #0071e3;
  outline-offset: 3px;
}

.site-shell {
  min-height: 100vh;
  overflow: clip;
}

.global-nav {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: var(--nav-height);
  color: rgba(0, 0, 0, 0.8);
  background: rgba(250, 250, 252, 0.92);
  border-bottom: 0;
  transition: color 280ms ease, background-color 280ms ease;
}

.global-nav--dark {
  color: rgba(255, 255, 255, 0.8);
  background: rgba(22, 22, 23, 0.88);
}

@supports ((backdrop-filter: blur(20px)) or (-webkit-backdrop-filter: blur(20px))) {
  .global-nav {
    background: rgba(250, 250, 252, 0.8);
    backdrop-filter: saturate(180%) blur(20px);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
  }

  .global-nav--dark {
    background: rgba(22, 22, 23, 0.8);
  }
}

.nav-inner {
  width: min(100% - 32px, 1024px);
  height: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 28px;
}

.brand-button,
.nav-link,
.icon-button,
.mobile-link {
  color: inherit;
  background: transparent;
  border: 0;
  text-decoration: none;
}

.brand-button {
  width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.brand-button img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.desktop-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(22px, 3vw, 40px);
}

.nav-link {
  padding: 6px 0;
  font-size: 12px;
  letter-spacing: -0.01em;
  opacity: 0.82;
  transition: opacity 180ms ease;
}

.nav-link:hover {
  opacity: 1;
}

.nav-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 4px;
}

.icon-button {
  width: 34px;
  height: 34px;
  padding: 7px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  opacity: 0.86;
}

.icon-button svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.menu-button {
  display: none;
  cursor: pointer;
}

.menu-glyph {
  width: 18px;
  height: 14px;
  position: relative;
  display: block;
}

.menu-glyph span {
  position: absolute;
  left: 1px;
  width: 16px;
  height: 1.5px;
  border-radius: 2px;
  background: currentColor;
  transition: transform 220ms ease, top 220ms ease;
}

.menu-glyph span:first-child { top: 4px; }
.menu-glyph span:last-child { top: 10px; }
.menu-glyph.is-open span:first-child { top: 7px; transform: rotate(45deg); }
.menu-glyph.is-open span:last-child { top: 7px; transform: rotate(-45deg); }

.mobile-menu {
  display: none;
}

main {
  padding-top: var(--nav-height);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
  padding-bottom: 12px;
  background: #fff;
}

.hero-segment,
.subcom-segment,
.buffet-segment {
  position: relative;
  overflow: hidden;
}

.hero-segment {
  min-height: var(--hero-content-height);
}

.subcom-segment,
.buffet-segment {
  min-height: var(--promo-content-height);
}

.hero-segment {
  display: grid;
  place-items: center;
  background: #f5f5f7;
}

.hero-glow {
  position: absolute;
  left: 50%;
  top: 35%;
  width: min(780px, 84vw);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background:
    radial-gradient(circle at 48% 46%, rgba(147, 229, 255, 0.74) 0, rgba(62, 159, 255, 0.40) 23%, rgba(0, 102, 204, 0.18) 43%, transparent 68%);
  filter: blur(8px);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(100% - 32px, 980px);
  min-height: var(--hero-content-height);
  padding: 48px 0 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
}

.hero-art-wrap {
  flex: 1;
  min-height: 300px;
  display: grid;
  place-items: center;
  width: 100%;
}

.hero-art {
  display: block;
  width: clamp(210px, 25vw, 290px);
  height: auto;
  max-height: 290px;
  object-fit: contain;
  filter: drop-shadow(0 28px 34px rgba(0, 59, 117, 0.18));
  transform: translateY(8px);
}

.hero-copy,
.subcom-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.eyebrow {
  margin: 0 0 6px;
  color: #245f91;
  font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
  font-size: 21px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 0.011em;
}

h1,
h2 {
  margin: 0;
  font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
  font-size: 56px;
  line-height: 60px;
  font-weight: 600;
  letter-spacing: -0.005em;
}

.three-lines {
  margin-top: 6px;
  color: #333336;
  font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
  font-size: 28px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: 0.007em;
}

.three-lines p {
  margin: 0;
  white-space: nowrap;
}

.button-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin-top: 17px;
}

:lang(zh-CN) .eyebrow,
:lang(zh-HK) .eyebrow {
  line-height: 28px;
  letter-spacing: 0;
}

:lang(zh-CN) h1,
:lang(zh-CN) h2,
:lang(zh-HK) h1,
:lang(zh-HK) h2 {
  line-height: 60px;
  letter-spacing: 0;
}

:lang(zh-CN) .three-lines,
:lang(zh-HK) .three-lines {
  font-size: 24px;
  line-height: 31px;
  letter-spacing: 0;
}

:lang(zh-CN) .eyebrow,
:lang(zh-CN) h1,
:lang(zh-CN) h2,
:lang(zh-CN) .three-lines {
  font-family: "SF Pro SC", "PingFang SC", "Helvetica Neue", sans-serif;
}

:lang(zh-HK) .eyebrow,
:lang(zh-HK) h1,
:lang(zh-HK) h2,
:lang(zh-HK) .three-lines {
  font-family: "SF Pro HK", "PingFang HK", "PingFang TC", "Helvetica Neue", sans-serif;
}

.pill-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 108px;
  padding: 11px 22px;
  border: 1px solid var(--action-blue);
  border-radius: 999px;
  color: #fff;
  background: var(--action-blue);
  font-size: 17px;
  line-height: 1.18;
  letter-spacing: -0.022em;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 180ms ease, color 180ms ease;
}

.pill-button--secondary {
  color: var(--action-blue);
  background: transparent;
}

.subcom-segment {
  display: flex;
  justify-content: center;
  color: var(--ink);
  background: #f5f5f7;
}

.buffet-segment {
  display: flex;
  justify-content: center;
  color: #f5f5f7;
  background:
    radial-gradient(circle at 50% 112%, rgba(0, 113, 227, 0.36), transparent 38%),
    #000;
}

.buffet-content .eyebrow {
  color: #73baff;
}

.buffet-content .three-lines {
  color: #cccccc;
}

.buffet-orbit {
  position: absolute;
  left: 50%;
  bottom: -48%;
  width: 780px;
  aspect-ratio: 1;
  border: 1px solid rgba(82, 174, 255, 0.29);
  border-radius: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 90px rgba(0, 113, 227, 0.08), inset 0 0 90px rgba(0, 113, 227, 0.07);
}

.buffet-orbit--two {
  bottom: -62%;
  width: 1010px;
  border-color: rgba(82, 174, 255, 0.14);
}

.subcom-content {
  position: relative;
  z-index: 2;
  width: min(100% - 32px, 860px);
  padding-top: 53px;
  text-align: center;
}

.hero-copy .eyebrow,
.subcom-content .eyebrow {
  margin-bottom: 3px;
}

.hero-copy h1,
.subcom-content h2 {
  font-size: 40px;
  line-height: 44px;
  letter-spacing: 0;
}

.hero-copy .three-lines,
.subcom-content .three-lines {
  margin-top: 3px;
  font-size: 21px;
  line-height: 25px;
  letter-spacing: 0.011em;
}

:lang(zh-CN) .hero-copy h1,
:lang(zh-HK) .hero-copy h1,
:lang(zh-CN) .subcom-content h2,
:lang(zh-HK) .subcom-content h2 {
  line-height: 44px;
  letter-spacing: 0;
}

:lang(zh-CN) .hero-copy .three-lines,
:lang(zh-HK) .hero-copy .three-lines,
:lang(zh-CN) .subcom-content .three-lines,
:lang(zh-HK) .subcom-content .three-lines {
  font-size: 19px;
  line-height: 26px;
  letter-spacing: 0;
}

.hero-copy .button-row,
.subcom-content .button-row {
  margin-top: 12px;
}

.hero-copy .pill-button,
.subcom-content .pill-button {
  min-width: 0;
  padding: 8px 16px;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.016em;
}

.subcom-art-wrap {
  position: absolute;
  z-index: 1;
  inset: auto 0 0;
  height: 300px;
  display: flex;
  justify-content: center;
  overflow: hidden;
  pointer-events: none;
}

.buffet-art-wrap {
  position: absolute;
  z-index: 1;
  inset: auto 0 0;
  height: 300px;
  display: flex;
  justify-content: center;
  overflow: hidden;
  pointer-events: none;
}

.subcom-art {
  display: block;
  width: auto;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
}

.buffet-art {
  display: block;
  width: auto;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
}

.placeholder-main {
  min-height: calc(100vh - var(--nav-height));
  padding-bottom: 0;
  background: #f5f5f7;
}

.login-main {
  min-height: calc(100dvh - var(--nav-height));
  gap: 0;
  padding-bottom: 0;
  background: #ffffff;
}

.login-page {
  min-height: calc(100dvh - var(--nav-height));
  color: #1d1d1f;
  background: #ffffff;
}

.login-page__frame {
  width: min(87.5%, 980px);
  margin: 0 auto;
}

.login-page__title {
  padding-top: 34px;
  font-size: 40px;
  line-height: 44px;
  font-weight: 600;
  letter-spacing: 0;
}

.login-page__content {
  width: min(100%, 640px);
  margin: 72px auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.login-page__prompt {
  font-size: 28px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 0.007em;
}

.itsc-login-button {
  min-height: 44px;
  margin-top: 24px;
  padding: 11px 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: #0071e3;
  border: 1px solid transparent;
  border-radius: 980px;
  box-shadow: none;
  font-size: 17px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: -0.022em;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 160ms ease;
}

.itsc-login-button:hover {
  color: #ffffff;
  background: #0076df;
  text-decoration: none;
}

.itsc-login-button:active {
  background: #006edb;
}

.microsoft-mark {
  width: 40px;
  height: 40px;
  margin-bottom: 22px;
  flex: 0 0 auto;
}

:lang(zh-CN) .login-page__title,
:lang(zh-CN) .login-page__prompt,
:lang(zh-CN) .itsc-login-button {
  font-family: "SF Pro SC", "PingFang SC", "Helvetica Neue", sans-serif;
}

:lang(zh-HK) .login-page__title,
:lang(zh-HK) .login-page__prompt,
:lang(zh-HK) .itsc-login-button {
  font-family: "SF Pro HK", "PingFang HK", "PingFang TC", "Helvetica Neue", sans-serif;
}

:lang(zh-CN) .login-page__prompt,
:lang(zh-HK) .login-page__prompt {
  line-height: 35px;
  letter-spacing: 0;
}

.placeholder-page {
  min-height: calc(100vh - var(--nav-height));
  display: grid;
  place-items: center;
  padding: 48px 16px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 72%, rgba(0, 113, 227, 0.12), transparent 36%),
    #f5f5f7;
}

.placeholder-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(100%, 680px);
}

.placeholder-content .eyebrow {
  margin-bottom: 3px;
}

.placeholder-content h1 {
  font-size: 40px;
  line-height: 44px;
  letter-spacing: 0;
}

.placeholder-description {
  max-width: 560px;
  margin: 5px 0 0;
  color: #333336;
  font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
  font-size: 21px;
  line-height: 25px;
  letter-spacing: 0.011em;
}

.profile-main {
  min-height: calc(100dvh - var(--nav-height));
  gap: 0;
  padding-bottom: 0;
  background: #f5f5f7;
}

.profile-page {
  min-height: calc(100dvh - var(--nav-height));
  padding: 64px 24px 96px;
  background: #f5f5f7;
}

.profile-layout {
  width: min(100%, 1035px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 475px));
  align-items: start;
  gap: 85px;
}

.profile-name {
  max-width: 100%;
  margin: 0 0 50px;
  color: #1d1d1f;
  font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
  font-size: 48px;
  line-height: 52px;
  font-weight: 600;
  letter-spacing: -0.005em;
  overflow-wrap: anywhere;
}

:lang(zh-CN) .profile-name,
:lang(zh-CN) .membership-card,
:lang(zh-CN) .activity-history,
:lang(zh-HK) .profile-name,
:lang(zh-HK) .membership-card,
:lang(zh-HK) .activity-history {
  font-family: "SF Pro SC", "PingFang SC", "Helvetica Neue", sans-serif;
}

:lang(zh-HK) .profile-name,
:lang(zh-HK) .membership-card,
:lang(zh-HK) .activity-history {
  font-family: "SF Pro HK", "PingFang HK", "PingFang TC", "Helvetica Neue", sans-serif;
}

.membership-card {
  position: relative;
  width: 100%;
  aspect-ratio: 475 / 270;
  overflow: hidden;
  color: #ffffff;
  background: linear-gradient(64deg, #3ba8f5 0%, #058cf0 46%, #0872d6 100%);
  border: 0;
  border-radius: 24px;
  box-shadow:
    0 18px 34px rgba(0, 105, 205, 0.22),
    0 3px 10px rgba(0, 65, 135, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.34);
}

.membership-card--inactive {
  color: #1d1d1f;
  background: linear-gradient(64deg, #eceef1 0%, #d9dce1 46%, #c7cbd2 100%);
  box-shadow:
    0 18px 34px rgba(43, 46, 52, 0.12),
    0 3px 10px rgba(43, 46, 52, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.62);
}

.membership-card__texture {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(125% 180% at -12% 118%, transparent 0 42%, rgba(255, 255, 255, 0.31) 42.5% 58%, transparent 58.5%),
    radial-gradient(120% 170% at 102% -22%, transparent 0 43%, rgba(255, 255, 255, 0.20) 43.5% 57%, transparent 57.5%),
    radial-gradient(95% 130% at 72% 118%, rgba(0, 60, 168, 0.36) 0 38%, transparent 63%),
    linear-gradient(126deg, rgba(255, 255, 255, 0.20), transparent 38% 66%, rgba(0, 54, 143, 0.16));
  mix-blend-mode: soft-light;
  pointer-events: none;
}

.membership-card--inactive .membership-card__texture {
  opacity: 0.48;
  filter: grayscale(1);
}

.membership-card--inactive .membership-card__title {
  font-size: 44px;
  line-height: 52.8px;
  white-space: nowrap;
}

.membership-card__content {
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.membership-card__title,
.membership-card__value,
.membership-card__caption {
  margin: 0;
}

.membership-card__title {
  max-width: 100%;
  font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
  font-size: 60px;
  line-height: 72px;
  font-weight: 600;
  letter-spacing: 0;
}

.membership-card__status {
  margin-top: auto;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
}

.membership-card__value {
  flex: 0 0 auto;
  padding: 10px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.16);
  border-radius: 11px;
  font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
  font-size: 21px;
  line-height: 25.2px;
  font-weight: 700;
  letter-spacing: 0;
  font-variant-numeric: tabular-nums;
}

.membership-card__caption {
  color: #ffffff;
  font-size: 19px;
  line-height: 23px;
  font-weight: 600;
}

.membership-card__action {
  min-height: 30px;
  margin: 0 0 -4px -6px;
  padding: 0 6px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #ffffff;
  font-size: 17px;
  line-height: 21px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 8px;
  transition: background-color 160ms ease, transform 80ms ease;
}

.membership-card__action:hover {
  background: rgba(255, 255, 255, 0.11);
}

.membership-card__action:active {
  transform: translateY(1px);
}

.membership-card__action:focus-visible {
  outline-color: #ffffff;
}

.membership-card--inactive .membership-card__action {
  color: #0066cc;
}

.membership-card--inactive .membership-card__action:hover {
  color: #004f9f;
  background: rgba(0, 102, 204, 0.07);
}

.membership-card--inactive .membership-card__action:focus-visible {
  outline-color: #0071e3;
}

.profile-text-action,
.activity-entry a {
  min-height: 30px;
  margin-left: -6px;
  padding: 0 6px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #0066cc;
  background: transparent;
  border: 0;
  border-radius: 8px;
  font-size: 17px;
  line-height: 21px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: color 160ms ease, background-color 160ms ease, transform 80ms ease;
}

.profile-edit-action {
  margin-top: 14px;
}

.profile-chevron {
  width: 8px;
  height: 12px;
  flex: 0 0 auto;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.profile-text-action:hover,
.activity-entry a:hover {
  color: #004f9f;
  background: rgba(0, 102, 204, 0.06);
}

.profile-text-action:active,
.activity-entry a:active {
  transform: translateY(1px);
}

.activity-history {
  position: relative;
  min-width: 0;
  padding-top: 102px;
  color: #1d1d1f;
  background: transparent;
}

.activity-history::before {
  content: "";
  position: absolute;
  top: 102px;
  bottom: 0;
  left: -43px;
  width: 1px;
  background: #d2d2d7;
}

.activity-history__title {
  margin: 0;
  color: #1d1d1f;
  font-family: inherit;
  font-size: 28px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 0;
}

:lang(zh-CN) .activity-history__title,
:lang(zh-HK) .activity-history__title {
  line-height: 32px;
  letter-spacing: 0;
}

.activity-history__list {
  display: grid;
}

.activity-entry {
  padding: 25px 0 0;
}

.activity-entry h2 {
  max-width: none;
  margin: 0;
  color: #1d1d1f;
  font-family: inherit;
  font-size: 21px;
  line-height: 25px;
  font-weight: 600;
  letter-spacing: 0;
}

:lang(zh-CN) .activity-entry h2,
:lang(zh-HK) .activity-entry h2 {
  line-height: 25px;
  letter-spacing: 0;
}

.activity-entry p {
  margin: 7px 0 0;
  color: #515154;
  font-size: 17px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: -0.003em;
  font-variant-numeric: tabular-nums;
}

.activity-entry a {
  margin-top: 0;
}

.profile-modal {
  position: fixed;
  inset: 0;
  z-index: 300;
  padding: 64px 20px;
  overflow: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background: rgba(232, 232, 237, 0.90);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.profile-modal__dialog {
  position: relative;
  width: min(100%, 690px);
  overflow: hidden;
  color: #1d1d1f;
  background: #ffffff;
  border-radius: 11px;
}

.profile-modal__close {
  position: absolute;
  top: 15px;
  left: 20px;
  z-index: 1;
  width: 32px;
  height: 32px;
  padding: 9px;
  display: grid;
  place-items: center;
  color: #1d1d1f;
  background: transparent;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 160ms ease;
}

.profile-modal__close:hover {
  background: #f5f5f7;
}

.profile-modal__close svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
}

.profile-modal__form {
  margin: 0;
}

.profile-modal__content {
  min-height: 454px;
  padding: 0 80px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.profile-modal__header {
  padding-top: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.profile-modal__hero-icon {
  width: 54px;
  height: 54px;
  fill: none;
  stroke: #0071e3;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.profile-modal__header h2 {
  max-width: none;
  margin: 15px 10px 0;
  color: #1d1d1f;
  font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: 0;
  text-align: center;
}

.profile-modal__fields {
  width: min(100%, 450px);
  margin-top: 38px;
}

.profile-form-field {
  position: relative;
  display: block;
}

.profile-form-field span {
  position: absolute;
  top: 8px;
  left: 16px;
  z-index: 1;
  color: #6e6e73;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  pointer-events: none;
  transition: top 140ms ease, font-size 140ms ease;
}

.profile-form-field input {
  width: 100%;
  height: 56px;
  margin: 0 0 14px;
  padding: 18px 16px 0;
  color: #1d1d1f;
  background: rgba(255, 255, 255, 0.80);
  border: 1px solid #86868b;
  border-radius: 12px;
  font: inherit;
  font-size: 17px;
  line-height: 21px;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.profile-form-field:has(input:placeholder-shown:not(:focus)) span {
  top: 17px;
  font-size: 17px;
  line-height: 21px;
}

.profile-form-field:has(input:placeholder-shown:not(:focus)) input {
  padding: 0 16px;
}

.profile-form-field input:focus {
  border-color: #0071e3;
  box-shadow: 0 0 0 3px rgba(0, 125, 250, 0.20);
}

.profile-modal__actions {
  min-height: 77px;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: #fafafc;
  border-top: 1px solid #d2d2d7;
}

.profile-modal__actions--single {
  justify-content: flex-start;
}

.profile-modal__button {
  width: 180px;
  min-height: 36px;
  padding: 8px 15px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  cursor: pointer;
  transition: background-color 160ms ease, border-color 160ms ease, transform 80ms ease;
}

.profile-modal__button:active {
  transform: translateY(1px);
}

.profile-modal__button--secondary {
  color: #0066cc;
  background: transparent;
  border: 1px solid #0066cc;
}

.profile-modal__button--secondary:hover {
  background: rgba(0, 102, 204, 0.06);
}

.profile-modal__button--primary {
  color: #ffffff;
  background: #0071e3;
  border: 1px solid transparent;
}

.profile-modal__button--primary:hover {
  background: #0077ed;
}

:lang(zh-CN) .placeholder-description,
:lang(zh-HK) .placeholder-description {
  font-family: "SF Pro SC", "PingFang SC", "Helvetica Neue", sans-serif;
  font-size: 19px;
  line-height: 26px;
  letter-spacing: 0;
}

:lang(zh-HK) .placeholder-description {
  font-family: "SF Pro HK", "PingFang HK", "PingFang TC", "Helvetica Neue", sans-serif;
}

.join-main {
  min-height: calc(100dvh - var(--nav-height));
  gap: 0;
  padding-bottom: 0;
  background: #fff;
}

.join-page {
  min-height: calc(100dvh - var(--nav-height));
  padding: 46px 24px 96px;
  color: #1d1d1f;
  background: #fff;
}

.join-layout {
  width: min(100%, 980px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 420px) minmax(0, 1fr);
  align-items: start;
  gap: 76px;
}

.join-preview {
  position: sticky;
  top: calc(var(--nav-height) + 46px);
  min-width: 0;
}

.join-membership-card {
  width: 100%;
}

.join-form {
  min-width: 0;
}

.join-header {
  padding: 0 0 32px;
}

.join-header h1 {
  max-width: none;
  margin: 0;
  font-size: 40px;
  line-height: 44px;
  font-weight: 600;
  letter-spacing: 0;
}

.join-header__lead {
  margin: 9px 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 2px;
  color: #6e6e73;
  font-size: 17px;
  line-height: 25px;
}

.join-header__lead .join-learn-more {
  margin: 0 -6px 0 0;
}

.join-benefits {
  margin: 13px 0 0;
  padding-left: 20px;
  color: #6e6e73;
  font-size: 17px;
  line-height: 25px;
  font-weight: 400;
}

.join-benefits li + li {
  margin-top: 3px;
}

.join-step {
  min-width: 0;
  margin: 0;
  padding: 22px 0 31px;
  border: 0;
  border-top: 1px solid #d2d2d7;
  transition: opacity 200ms ease;
}

.join-step legend {
  width: 100%;
  padding: 0;
  color: #1d1d1f;
  font-size: 21px;
  line-height: 25px;
  font-weight: 600;
}

.join-step.is-disabled {
  opacity: 0.38;
}

.join-option-grid {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.join-option-grid--plans .join-option:last-child {
  grid-column: 1 / -1;
}

.join-option {
  position: relative;
  min-height: 88px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #1d1d1f;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #86868b;
  border-radius: 12px;
  text-align: center;
  cursor: pointer;
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.join-option:hover {
  border-color: #55555a;
  background: #fbfbfd;
}

.join-option.is-selected {
  padding: 14px;
  border: 2px solid #0071e3;
}

.join-option input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.join-option:has(input:focus-visible) {
  outline: 2px solid #0071e3;
  outline-offset: 3px;
}

.join-option strong {
  font-size: 17px;
  line-height: 21px;
  font-weight: 600;
}

.join-option > span:last-child {
  margin-top: 4px;
  color: #6e6e73;
  font-size: 12px;
  line-height: 16px;
  font-variant-numeric: tabular-nums;
}

.join-option__prices > span {
  margin-inline: 6px;
}

.join-payment-group {
  margin-top: 22px;
}

.join-payment-group > p {
  margin: 0;
  color: #1d1d1f;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}

.join-option--payment {
  min-height: 76px;
}

.join-promo-row {
  margin-top: 26px;
}

.join-text-field {
  position: relative;
  display: block;
}

.join-text-field > span {
  position: absolute;
  top: 8px;
  left: 16px;
  z-index: 1;
  color: #6e6e73;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  pointer-events: none;
  transition: top 140ms ease, font-size 140ms ease, color 160ms ease;
}

.join-text-field input {
  width: 100%;
  height: 56px;
  padding: 18px 16px 0;
  color: #1d1d1f;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #86868b;
  border-radius: 12px;
  font: inherit;
  font-size: 17px;
  line-height: 21px;
  text-transform: uppercase;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.join-text-field input::placeholder {
  color: transparent;
}

.join-text-field:has(input:placeholder-shown:not(:focus)) > span {
  top: 17px;
  font-size: 17px;
  line-height: 21px;
}

.join-text-field:has(input:placeholder-shown:not(:focus)) input {
  padding: 0 16px;
}

.join-text-field input:focus {
  border-color: #0071e3;
  box-shadow: 0 0 0 3px rgba(0, 125, 250, 0.22);
}

.join-text-field.is-invalid > span {
  color: #b42318;
}

.join-text-field.is-invalid input,
.join-text-field.is-invalid input:focus {
  border-color: #e30000;
  box-shadow: 0 0 0 3px rgba(227, 0, 0, 0.14);
}

.join-inline-note {
  margin: 9px 0 0;
  color: #6e6e73;
  font-size: 12px;
  line-height: 16px;
}

.join-inline-note--error {
  color: #b42318;
}

.join-alert {
  margin: 0 0 17px;
  padding: 17px 16px;
  color: #1d1d1f;
  background: #f5f5f7;
  border: 1px solid #d2d2d7;
  border-radius: 12px;
  font-size: 14px;
  line-height: 20px;
}

.join-alert strong,
.join-alert p {
  margin: 0;
}

.join-alert p {
  margin-top: 4px;
  color: #6e6e73;
}

.join-alert--error {
  color: #b42318;
  background: #fff2f4;
  border-color: rgba(227, 0, 0, 0.4);
}

.join-continue {
  width: 100%;
  min-height: 56px;
  padding: 17px 31px;
  color: #fff;
  background: #0071e3;
  border: 0;
  border-radius: 12px;
  font-size: 17px;
  line-height: 20px;
  cursor: pointer;
  transition: background-color 160ms ease, transform 80ms ease;
}

.join-continue:hover {
  background: #0076df;
}

.join-continue:active {
  background: #006edb;
  transform: translateY(1px);
}

.join-continue:disabled,
.profile-modal__button:disabled {
  opacity: 0.48;
  cursor: default;
  transform: none;
}

.login-page__error,
.profile-save-error {
  margin: 14px 0 0;
  color: #b42318;
  font-size: 14px;
  line-height: 20px;
}

.auth-callback-page,
.profile-status-page {
  min-height: calc(100dvh - var(--nav-height));
  padding: 80px 24px;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 18px;
  color: #1d1d1f;
  text-align: center;
  background: #f5f5f7;
}

.auth-callback-card {
  width: min(100%, 460px);
  padding: 42px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}

.auth-callback-card h1,
.auth-callback-card p,
.profile-status-page p {
  margin: 0;
}

.auth-callback-card h1 {
  font-size: 28px;
  line-height: 32px;
}

.auth-callback-card p {
  margin-top: 12px;
  color: #6e6e73;
  font-size: 17px;
  line-height: 25px;
}

.auth-spinner {
  width: 24px;
  height: 24px;
  border: 3px solid #d2d2d7;
  border-top-color: #0071e3;
  border-radius: 50%;
  animation: auth-spin 800ms linear infinite;
}

@keyframes auth-spin { to { transform: rotate(360deg); } }

.profile-logout-action {
  margin-top: 2px;
}

.activity-state {
  min-height: 154px;
  padding-top: 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  color: #6e6e73;
  font-size: 17px;
  line-height: 25px;
}

.activity-state p { margin: 0; }

.activity-status {
  width: fit-content;
  margin: 0 0 7px;
  padding: 3px 8px;
  color: #6e6e73;
  background: #e8e8ed;
  border-radius: 999px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
}

.activity-status--success { color: #17672d; background: #e8f6ec; }
.activity-status--rejected { color: #9f261e; background: #fff0ef; }
.profile-save-error { width: 100%; }

.profile-chevron--back { transform: none; }

.join-payment-header h1 { margin-top: 26px; }

.join-back {
  margin-left: -6px;
  font-weight: 400;
}

.join-amount {
  margin-top: 12px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  color: #6e6e73;
  font-size: 17px;
  line-height: 25px;
}

.join-amount strong {
  color: #1d1d1f;
  font-size: 28px;
  line-height: 32px;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}

.join-amount--compact { margin: 10px 0 18px; }
.join-amount--compact strong { font-size: 21px; line-height: 25px; }

.join-payment-step {
  padding: 26px 0 30px;
  border-top: 1px solid #d2d2d7;
}

.join-payment-step h2 {
  margin: 0 0 14px;
  font-size: 21px;
  line-height: 25px;
  font-weight: 600;
}

.join-payment-image {
  width: 100%;
  max-height: 310px;
  object-fit: contain;
  object-position: left center;
  border-radius: 12px;
}

.join-empty-note,
.join-contact-hint {
  margin: 0;
  color: #6e6e73;
  font-size: 14px;
  line-height: 20px;
}

.join-reference {
  padding: 15px 16px;
  overflow-wrap: anywhere;
  color: #1d1d1f;
  background: #f5f5f7;
  border-radius: 12px;
  font-size: 17px;
  line-height: 23px;
}

.join-reference code { font: inherit; }

.join-copy-button,
.join-upload {
  min-height: 44px;
  margin-top: 12px;
  padding: 11px 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #0071e3;
  border: 0;
  border-radius: 10px;
  font: inherit;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
}

.join-copy-button.is-copied { color: #17672d; background: #e8f6ec; }

.join-fps-details {
  margin: 0 0 16px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.join-fps-details div { padding: 14px; background: #f5f5f7; border-radius: 12px; }
.join-fps-details dt { color: #6e6e73; font-size: 12px; line-height: 16px; }
.join-fps-details dd { margin: 4px 0 0; font-size: 17px; line-height: 21px; overflow-wrap: anywhere; }

.join-payment-qr {
  width: min(100%, 260px);
  max-height: 300px;
  display: block;
  object-fit: contain;
  object-position: left top;
}

.join-upload { position: relative; margin-top: 0; }
.join-upload input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.join-upload:has(input:focus-visible) { outline: 2px solid #0071e3; outline-offset: 3px; }
.join-upload.is-disabled { opacity: 0.48; cursor: default; }

.join-uploaded {
  margin: 12px 0 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
  color: #6e6e73;
  font-size: 12px;
  line-height: 16px;
  overflow-wrap: anywhere;
}
.join-uploaded strong { color: #17672d; font-size: 14px; line-height: 20px; }

.join-contact-hint { margin: -4px 0 14px; }
.join-contact-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }

.join-result {
  min-height: calc(100dvh - var(--nav-height));
  padding: 88px 24px 110px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #1d1d1f;
  text-align: center;
  background: #fff;
}

.join-result__mark {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  color: #fff;
  background: #34c759;
  border-radius: 50%;
}

.join-result__mark--review { background: #ff9f0a; }
.join-result__mark svg { width: 36px; height: 36px; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.join-result h1 { max-width: 650px; margin: 28px 0 0; font-size: 40px; line-height: 44px; }
.join-result > p { max-width: 560px; margin: 12px 0 0; color: #6e6e73; font-size: 19px; line-height: 27px; }

.join-result__expiry {
  margin-top: 30px;
  padding: 18px 24px;
  display: flex;
  flex-direction: column;
  gap: 3px;
  background: #f5f5f7;
  border-radius: 14px;
}
.join-result__expiry span { color: #6e6e73; font-size: 12px; line-height: 16px; }
.join-result__expiry strong { font-size: 21px; line-height: 25px; }
.join-result__actions { width: min(100%, 360px); margin-top: 32px; display: grid; gap: 12px; }
.join-result__secondary { min-height: 50px; padding: 14px 24px; color: #0066cc; border: 1px solid #0066cc; border-radius: 12px; text-decoration: none; font-size: 17px; line-height: 20px; }

@media (max-width: 734px) {
  .join-contact-grid,
  .join-fps-details { grid-template-columns: 1fr; }
  .join-result { padding-top: 60px; }
  .join-result h1 { font-size: 32px; line-height: 36px; }
  .auth-callback-card { padding: 32px 24px; }
}

@media (prefers-reduced-motion: reduce) {
  .auth-spinner { animation: none; border-top-color: #d2d2d7; }
}

:lang(zh-CN) .join-page,
:lang(zh-HK) .join-page {
  letter-spacing: 0;
}

:lang(zh-CN) .join-header h1,
:lang(zh-HK) .join-header h1 {
  font-family: "SF Pro SC", "PingFang SC", "Helvetica Neue", sans-serif;
}

:lang(zh-HK) .join-header h1 {
  font-family: "SF Pro HK", "PingFang HK", "PingFang TC", "Helvetica Neue", sans-serif;
}

@media (max-width: 1068px) {
  :root {
    --hero-content-height: 570px;
    --promo-content-height: 490px;
  }

  .hero-art-wrap {
    min-height: 210px;
  }

  .hero-art {
    width: clamp(205px, 30vw, 270px);
  }

  .hero-content {
    padding: 54px 0 61px;
  }

  .eyebrow {
    margin-bottom: 4px;
    font-size: 19px;
    line-height: 23px;
    letter-spacing: 0.012em;
  }

  h1,
  h2 {
    font-size: 48px;
    line-height: 52px;
    letter-spacing: -0.002em;
  }

  .three-lines {
    margin-top: 4px;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.009em;
  }

  .button-row {
    margin-top: 16px;
  }

  .subcom-content {
    padding-top: 44px;
  }

  .hero-copy .eyebrow,
  .subcom-content .eyebrow {
    margin-bottom: 4px;
  }

  .hero-copy h1,
  .subcom-content h2 {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 0.002em;
  }

  .hero-copy .three-lines,
  .subcom-content .three-lines {
    margin-top: 4px;
    font-size: 19px;
    line-height: 23px;
    letter-spacing: 0.012em;
  }

  :lang(zh-CN) .hero-copy h1,
  :lang(zh-HK) .hero-copy h1,
  :lang(zh-CN) .subcom-content h2,
  :lang(zh-HK) .subcom-content h2 {
    line-height: 36px;
    letter-spacing: 0;
  }

  :lang(zh-CN) .hero-copy .three-lines,
  :lang(zh-HK) .hero-copy .three-lines,
  :lang(zh-CN) .subcom-content .three-lines,
  :lang(zh-HK) .subcom-content .three-lines {
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0;
  }

  .subcom-art-wrap,
  .buffet-art-wrap {
    height: 240px;
  }

  :lang(zh-CN) .eyebrow,
  :lang(zh-HK) .eyebrow {
    line-height: 26px;
    letter-spacing: 0;
  }

  :lang(zh-CN) h1,
  :lang(zh-CN) h2,
  :lang(zh-HK) h1,
  :lang(zh-HK) h2 {
    line-height: 52px;
    letter-spacing: 0;
  }

  :lang(zh-CN) .three-lines,
  :lang(zh-HK) .three-lines {
    font-size: 21px;
    line-height: 28px;
    letter-spacing: 0;
  }

  .profile-page {
    padding: 52px 24px 80px;
  }

  .profile-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 64px;
  }

  .activity-history {
    padding-top: 102px;
  }

  .activity-history::before {
    left: -32px;
  }

  .join-layout {
    gap: 52px;
  }
}

@media (max-width: 820px) {
  :root { --nav-height: 48px; }

  .nav-inner {
    width: min(100% - 24px, 720px);
    grid-template-columns: 1fr auto;
  }

  .desktop-links {
    display: none;
  }

  .menu-button {
    display: inline-grid;
  }

  .global-nav--open {
    height: 100vh;
    background: rgba(250, 250, 252, 0.96);
    color: var(--ink);
  }

  .global-nav--open.global-nav--dark {
    color: #f5f5f7;
    background: rgba(8, 8, 10, 0.96);
  }

  .global-nav--open .nav-inner {
    height: var(--nav-height);
  }

  .mobile-menu {
    display: grid;
    grid-template-rows: 0fr;
    opacity: 0;
    transition: grid-template-rows 300ms cubic-bezier(.4, 0, .2, 1), opacity 180ms ease;
  }

  .global-nav--open .mobile-menu {
    grid-template-rows: 1fr;
    opacity: 1;
  }

  .mobile-menu-inner {
    min-height: 0;
    overflow: hidden;
    width: min(100% - 48px, 600px);
    margin: 0 auto;
    padding-top: 36px;
  }

  .mobile-link {
    display: block;
    width: 100%;
    padding: 12px 0;
    text-align: left;
    font-family: "SF Pro Display", -apple-system, sans-serif;
    font-size: 28px;
    line-height: 1.15;
    font-weight: 600;
    letter-spacing: -0.025em;
    opacity: 0;
    transform: translateY(-8px);
  }

  .global-nav--open .mobile-link {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 260ms ease var(--delay), transform 260ms ease var(--delay);
  }

  .profile-page {
    padding: 40px 20px 72px;
  }

  .profile-layout {
    width: min(100%, 475px);
    grid-template-columns: minmax(0, 1fr);
    gap: 50px;
  }

  .profile-identity {
    width: 100%;
  }

  .activity-history {
    padding-top: 0;
  }

  .activity-history::before {
    display: none;
  }

  .join-page {
    padding: 40px 20px 72px;
  }

  .join-layout {
    width: min(100%, 520px);
    grid-template-columns: minmax(0, 1fr);
    gap: 44px;
  }

  .join-preview {
    position: static;
    order: -1;
  }

  .join-membership-card {
    margin: 0 auto;
  }

}

@media (max-width: 734px) {
  :root {
    --hero-content-height: 500px;
    --promo-content-height: 500px;
  }

  .hero-content {
    padding: 39px 0 43px;
  }

  .hero-art-wrap {
    min-height: 160px;
  }

  .hero-art {
    width: min(50vw, 205px);
  }

  .hero-glow {
    top: 34%;
    width: 118vw;
  }

  .eyebrow {
    margin-bottom: 4px;
    font-size: 19px;
    line-height: 23px;
  }

  h1,
  h2 {
    max-width: 92vw;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 0.002em;
  }

  .three-lines {
    max-width: none;
    margin-top: 4px;
    font-size: 19px;
    line-height: 23px;
    letter-spacing: 0.012em;
  }

  .button-row {
    margin-top: 11px;
  }

  :lang(zh-CN) .eyebrow,
  :lang(zh-HK) .eyebrow,
  :lang(zh-CN) .three-lines,
  :lang(zh-HK) .three-lines {
    line-height: 26px;
    letter-spacing: 0;
  }

  :lang(zh-CN) .hero-copy .three-lines,
  :lang(zh-HK) .hero-copy .three-lines {
    font-size: 17px;
    line-height: 24px;
  }

  :lang(zh-CN) h1,
  :lang(zh-CN) h2,
  :lang(zh-HK) h1,
  :lang(zh-HK) h2 {
    line-height: 36px;
    letter-spacing: 0;
  }

  .pill-button {
    min-width: 0;
    padding: 8px 16px;
    font-size: 14px;
    line-height: 18px;
  }

  .subcom-content {
    padding-top: 39px;
  }

  .hero-copy .button-row,
  .subcom-content .button-row {
    margin-top: 11px;
  }

  .subcom-art-wrap,
  .buffet-art-wrap {
    height: 250px;
  }

  .buffet-orbit {
    width: 620px;
    bottom: -34%;
  }

  .buffet-orbit--two {
    width: 820px;
    bottom: -49%;
  }

  .placeholder-content .eyebrow {
    margin-bottom: 4px;
  }

  .placeholder-content h1 {
    font-size: 32px;
    line-height: 36px;
  }

  .placeholder-description {
    margin-top: 6px;
    font-size: 19px;
    line-height: 23px;
  }

  .login-page__frame {
    width: calc(100% - 32px);
  }

  .login-page__title {
    padding-top: 21px;
    font-size: 32px;
    line-height: 36px;
  }

  .login-page__content {
    width: 100%;
    margin-top: 56px;
  }

  .login-page__prompt {
    font-size: 24px;
    line-height: 28px;
  }

  :lang(zh-CN) .login-page__prompt,
  :lang(zh-HK) .login-page__prompt {
    line-height: 30px;
  }

  .itsc-login-button {
    margin-top: 22px;
  }

  :lang(zh-CN) .placeholder-description,
  :lang(zh-HK) .placeholder-description {
    font-size: 17px;
    line-height: 24px;
  }

  .join-page {
    padding: 30px 18px 56px;
  }

  .join-layout {
    gap: 36px;
  }

  .join-header {
    padding-bottom: 25px;
  }

  .join-header h1 {
    font-size: 28px;
    line-height: 32px;
  }

  .join-header__lead {
    margin-top: 7px;
  }

  .join-step {
    padding-top: 20px;
  }

  .join-option-grid {
    gap: 10px;
  }

  .join-option {
    min-height: 74px;
  }

  .profile-page {
    padding: 32px 22px 56px;
  }

  .profile-layout {
    width: min(100%, 345px);
    gap: 50px;
  }

  .profile-name {
    margin-bottom: 50px;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 0;
  }

  .membership-card {
    height: 240px;
    aspect-ratio: auto;
    border-radius: 24px;
  }

  .membership-card__content {
    padding: 20px;
  }

  .membership-card__title {
    font-size: 44px;
    line-height: 52.8px;
  }

  .activity-history {
    padding: 0;
  }

  .activity-history__title {
    font-size: 24px;
    line-height: 28px;
  }

  :lang(zh-CN) .activity-history__title,
  :lang(zh-HK) .activity-history__title {
    line-height: 28px;
  }

  .activity-entry {
    padding-top: 25px;
  }

  .activity-entry h2 {
    font-size: 19px;
    line-height: 23px;
  }

  :lang(zh-CN) .activity-entry h2,
  :lang(zh-HK) .activity-entry h2 {
    line-height: 23px;
  }
}

@media (min-width: 735px) and (max-width: 759px) {
  .profile-page {
    padding: 32px 22px 56px;
  }

  .profile-layout {
    width: min(100%, 345px);
    gap: 50px;
  }

  .profile-name {
    margin-bottom: 50px;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 0;
  }

  .membership-card {
    height: 240px;
    aspect-ratio: auto;
  }

  .membership-card__content {
    padding: 20px;
  }

  .membership-card__title {
    font-size: 44px;
    line-height: 52.8px;
  }

  .activity-history__title {
    font-size: 24px;
    line-height: 28px;
  }

  :lang(zh-CN) .activity-history__title,
  :lang(zh-HK) .activity-history__title {
    line-height: 28px;
  }

  .activity-entry h2 {
    font-size: 19px;
    line-height: 23px;
  }

  :lang(zh-CN) .activity-entry h2,
  :lang(zh-HK) .activity-entry h2 {
    line-height: 23px;
  }
}

@media (max-width: 759px) {
  .membership-card--inactive .membership-card__title {
    font-size: 36px;
    line-height: 43.2px;
  }

  .profile-modal {
    padding: 16px 12px;
    align-items: center;
  }

  .profile-modal__dialog {
    max-height: calc(100dvh - 32px);
    overflow-y: auto;
    border-radius: 18px;
  }

  .profile-modal__content {
    min-height: 0;
    padding: 0 20px 28px;
  }

  .profile-modal__header {
    padding-top: 44px;
  }

  .profile-modal__fields {
    margin-top: 32px;
  }

  .profile-modal__actions {
    position: sticky;
    bottom: 0;
    min-height: 69px;
    padding: 16px;
    gap: 12px;
  }

  .profile-modal__button {
    width: auto;
    flex: 1 1 0;
  }

  .profile-modal__actions--single .profile-modal__button {
    flex: 0 1 calc(50% - 6px);
  }
}

@media (min-width: 1069px) and (min-height: 776px) {
  :root {
    --hero-content-height: 692px;
  }

  .hero-content {
    padding-top: 56px;
    padding-bottom: 63px;
  }
}

@media (min-width: 735px) and (max-width: 1068px) and (min-height: 734px) {
  :root {
    --hero-content-height: 650px;
  }

  .hero-content {
    padding-top: 61px;
    padding-bottom: 69px;
  }
}

@media (min-width: 1069px) and (max-height: 775px) {
  .hero-art-wrap {
    min-height: 210px;
  }

  .hero-art {
    width: 240px;
    max-height: 240px;
  }
}

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

.buffet-content .buffet-coming-soon { margin: 18px 0 0; font-size: 17px; line-height: 1.5; color: inherit; }

.hero-copy .three-lines,
.subcom-content .three-lines { max-width: min(90vw, 760px); margin-inline: auto; }
.hero-copy .three-lines p,
.subcom-content .three-lines p { white-space: normal; text-wrap: pretty; }
