:root {
  --asphalt: #071013;
  --carbon: #0d171a;
  --panel: #132126;
  --panel-raised: #18292e;
  --panel-soft: #1b2e33;
  --inspection-white: #f2f8f7;
  --steel: #b9c7ca;
  --steel-dim: #87999e;
  --line: rgba(157, 188, 195, 0.16);
  --line-bright: rgba(98, 224, 222, 0.33);
  --diagnostic-cyan: #62e0de;
  --cyan-dark: #0b2e32;
  --ledger-amber: #f4b84a;
  --amber-dark: #2b2110;
  --danger: #ff7a72;
  --success: #7de0aa;
  --radius-sm: 0.48rem;
  --radius-md: 0.82rem;
  --radius-lg: 1.25rem;
  --shadow-panel: 0 26px 80px rgba(0, 0, 0, 0.42);
  --content-width: 1360px;
  --safe-bottom: env(safe-area-inset-bottom, 0px);
}

html {
  background: var(--asphalt);
}

body {
  background:
    radial-gradient(circle at 84% 8%, rgba(98, 224, 222, 0.08), transparent 32rem),
    radial-gradient(circle at 12% 72%, rgba(244, 184, 74, 0.04), transparent 28rem),
    var(--asphalt);
  font-synthesis: none;
}

body::before {
  inset: 0;
  width: auto;
  height: auto;
  background:
    linear-gradient(90deg, transparent 0 8%, rgba(98, 224, 222, 0.07) 8% calc(8% + 1px), transparent calc(8% + 1px)),
    repeating-linear-gradient(90deg, transparent 0 79px, rgba(185, 199, 202, 0.025) 79px 80px),
    repeating-linear-gradient(0deg, transparent 0 79px, rgba(185, 199, 202, 0.02) 79px 80px);
  opacity: 0.72;
}

body::after {
  position: fixed;
  z-index: -1;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(112deg, rgba(255, 255, 255, 0.018), transparent 42%);
}

.app-shell {
  overflow: clip;
  padding-bottom: calc(6.8rem + var(--safe-bottom));
}

.app-shell > main {
  position: relative;
}

.site-header {
  top: 0;
  z-index: 45;
  min-height: 5.25rem;
  background: linear-gradient(180deg, rgba(7, 16, 19, 0.96), rgba(7, 16, 19, 0.82));
  backdrop-filter: blur(18px);
  position: sticky;
}

.brand-lockup__mark {
  width: 3.25rem;
  height: 3.25rem;
  flex: 0 0 3.25rem;
  padding: 0;
  overflow: hidden;
  border-radius: 50%;
  background: rgba(98, 224, 222, 0.04);
  box-shadow: inset 0 0 0 1px rgba(98, 224, 222, 0.08), 0 0 30px rgba(98, 224, 222, 0.08);
}

.brand-lockup__logo {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: inherit;
}

.brand-lockup strong {
  font-variant-caps: all-small-caps;
  letter-spacing: 0.16em;
}

.demo-badge,
.status {
  border-radius: var(--radius-sm);
}

.mode-switch {
  bottom: max(0.75rem, var(--safe-bottom));
  max-width: 37rem;
  padding: 0.38rem;
  border-color: rgba(185, 199, 202, 0.22);
  background: rgba(11, 21, 24, 0.94);
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.52),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.mode-switch__button {
  min-height: 52px;
  border-radius: 0.58rem;
  position: relative;
}

.mode-switch__button[aria-pressed="true"] {
  background: linear-gradient(135deg, var(--diagnostic-cyan), #8be9e5);
  box-shadow: inset 0 -2px 0 rgba(7, 16, 19, 0.18);
}

.story-view,
.member-view,
.staff-view {
  isolation: isolate;
}

.hero {
  position: relative;
}

.hero::before {
  position: absolute;
  z-index: -1;
  top: 3rem;
  left: -18vw;
  width: 44vw;
  height: 24rem;
  content: "";
  background: radial-gradient(circle, rgba(98, 224, 222, 0.08), transparent 68%);
  filter: blur(24px);
}

.hero__copy {
  position: relative;
}

.hero__copy::after {
  width: 6.5rem;
  height: 1px;
  margin-top: 2.25rem;
  content: "";
  background: linear-gradient(90deg, var(--diagnostic-cyan), transparent);
}

.hero h1,
.staff-heading h1,
.member-heading h1 {
  text-wrap: balance;
  font-weight: 740;
}

.hero h1 {
  max-width: 14ch;
  letter-spacing: -0.06em;
}

.hero__lead,
.section-heading > p:last-child,
.tool-title__copy {
  text-wrap: pretty;
}

.button {
  min-height: 48px;
  border-radius: 0.55rem;
  letter-spacing: 0.01em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.button--primary,
.button--cyan {
  background: linear-gradient(135deg, var(--diagnostic-cyan), #8ae9e6);
  border-color: transparent;
  box-shadow:
    inset 0 -2px 0 rgba(7, 16, 19, 0.15),
    0 12px 30px rgba(98, 224, 222, 0.12);
}

.button--line,
.owner-contact__button {
  border-color: transparent;
  background: linear-gradient(135deg, #06c755, #18dc71);
  color: #001d0d;
  font-weight: 800;
  text-decoration: none;
  box-shadow:
    inset 0 -2px 0 rgba(0, 29, 13, 0.22),
    0 14px 34px rgba(6, 199, 85, 0.16);
}

.owner-line-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.owner-line-button::after,
.owner-contact__button::after {
  content: "↗";
  margin-left: 0.5rem;
  font-size: 1.05em;
}

.hero__visual {
  border-color: rgba(98, 224, 222, 0.4);
  background: #081013;
  box-shadow: var(--shadow-panel);
}

.hero__visual::before {
  left: 1.05rem;
  width: 2px;
  background: linear-gradient(180deg, transparent, var(--diagnostic-cyan) 10% 86%, transparent);
  box-shadow: 0 0 24px rgba(98, 224, 222, 0.65);
}

.hero__visual::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(7, 16, 19, 0.18), transparent 38%),
    linear-gradient(180deg, transparent 58%, rgba(7, 16, 19, 0.48));
}

.hero__visual img {
  filter: contrast(1.09) saturate(0.75);
}

.hero__visual figcaption {
  z-index: 3;
  right: 0.9rem;
  bottom: 0.9rem;
  left: 0.9rem;
  border-color: rgba(242, 248, 247, 0.2);
  background: rgba(7, 16, 19, 0.84);
  backdrop-filter: blur(14px);
}

.owner-voice {
  width: min(100%, var(--content-width));
  margin: clamp(1.8rem, 4vw, 3.5rem) auto 0;
  padding: clamp(1.2rem, 3vw, 2rem);
  border: 1px solid rgba(6, 199, 85, 0.4);
  border-left: 4px solid #06c755;
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 100% 0, rgba(6, 199, 85, 0.11), transparent 22rem),
    linear-gradient(145deg, rgba(19, 33, 38, 0.98), rgba(7, 16, 19, 0.98));
  box-shadow: var(--shadow-panel);
}

.owner-voice__identity {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
}

.owner-voice__identity > img {
  width: 5.25rem;
  height: 5.25rem;
  object-fit: cover;
  border: 2px solid rgba(242, 248, 247, 0.68);
  border-radius: 50%;
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.36);
}

.owner-voice__eyebrow {
  margin: 0 0 0.38rem;
  color: #4bea8a;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 0.76rem;
  font-weight: 750;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.owner-voice h2 {
  max-width: 24ch;
  margin: 0;
  color: var(--inspection-white);
  font-size: clamp(1.55rem, 3.6vw, 2.5rem);
  line-height: 1.18;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.owner-voice__copy {
  max-width: 68ch;
  margin: 1.2rem 0;
  color: var(--steel);
  font-size: clamp(0.98rem, 2vw, 1.1rem);
  line-height: 1.75;
}

.owner-voice__player {
  width: 100%;
  min-height: 54px;
  color-scheme: dark;
  accent-color: #06c755;
}

.owner-voice__transcript {
  margin-top: 1rem;
  border-top: 1px solid rgba(185, 199, 202, 0.16);
}

.owner-voice__transcript summary {
  min-height: 48px;
  display: flex;
  align-items: center;
  color: var(--inspection-white);
  font-weight: 700;
  cursor: pointer;
}

.owner-voice__transcript > div {
  max-width: 74ch;
  padding: 0 0 0.6rem;
  color: var(--steel);
  line-height: 1.75;
}

.owner-voice__transcript p {
  margin: 0 0 0.9rem;
}

.owner-voice__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.9rem;
}

.owner-video,
.service-menu {
  width: min(100%, var(--content-width));
  margin: clamp(1.5rem, 4vw, 3.5rem) auto 0;
}

.owner-video {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(15rem, 22rem);
  gap: clamp(1.5rem, 5vw, 4.5rem);
  align-items: center;
  padding: clamp(1.2rem, 3vw, 2.2rem);
  overflow: hidden;
  border: 1px solid rgba(98, 224, 222, 0.26);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(110deg, rgba(98, 224, 222, 0.08), transparent 42%),
    rgba(13, 23, 26, 0.92);
  box-shadow: var(--shadow-panel);
}

.owner-video__copy {
  max-width: 42rem;
}

.owner-video__eyebrow,
.service-menu__eyebrow {
  margin: 0 0 0.55rem;
  color: var(--diagnostic-cyan);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 0.72rem;
  font-weight: 780;
  letter-spacing: 0.14em;
}

.owner-video h2,
.service-menu h2 {
  margin: 0;
  color: var(--inspection-white);
  font-size: clamp(1.65rem, 4vw, 3rem);
  line-height: 1.12;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.owner-video__copy > p:last-child,
.service-menu__heading > p:last-child {
  max-width: 62ch;
  margin: 1rem 0 0;
  color: var(--steel);
  line-height: 1.75;
}

.owner-video__copy .owner-video__disclosure {
  display: inline-flex;
  margin-top: 1rem;
  padding: 0.55rem 0.75rem;
  border: 1px solid rgba(98, 224, 222, 0.28);
  border-radius: 0.8rem;
  color: var(--diagnostic-cyan);
  background: rgba(98, 224, 222, 0.07);
  font-size: 0.78rem;
  font-weight: 720;
  line-height: 1.5;
}

.owner-video__frame {
  position: relative;
  width: min(100%, 21rem);
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(242, 248, 247, 0.2);
  border-radius: 1.5rem;
  background: #020708;
  box-shadow:
    0 28px 80px rgba(0, 0, 0, 0.48),
    0 0 0 0.4rem rgba(98, 224, 222, 0.04);
}

.owner-video__player {
  width: 100%;
  aspect-ratio: 9 / 16;
  display: block;
  object-fit: cover;
  background: #020708;
}

.owner-video__frame figcaption {
  padding: 0.75rem 0.9rem;
  border-top: 1px solid rgba(185, 199, 202, 0.14);
  color: var(--steel-dim);
  font-size: 0.72rem;
  line-height: 1.5;
}

.service-menu {
  padding: clamp(1.25rem, 3vw, 2.4rem);
  border: 1px solid rgba(244, 184, 74, 0.24);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(244, 184, 74, 0.035), transparent 18rem),
    rgba(7, 16, 19, 0.94);
  box-shadow: var(--shadow-panel);
}

.service-menu__heading {
  max-width: 58rem;
}

.service-menu__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: clamp(1.5rem, 3vw, 2.4rem);
}

.service-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(185, 199, 202, 0.18);
  border-radius: 1rem;
  background: linear-gradient(160deg, rgba(27, 46, 51, 0.98), rgba(13, 23, 26, 0.98));
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
}

.service-card__image {
  width: 100%;
  aspect-ratio: 3 / 2;
  display: block;
  object-fit: cover;
  filter: saturate(0.86) contrast(1.04);
}

.service-card__body {
  display: grid;
  gap: 1rem;
  padding: clamp(1rem, 2.4vw, 1.35rem);
}

.service-card h3 {
  margin: 0;
  color: var(--inspection-white);
  font-size: clamp(1.28rem, 2.2vw, 1.65rem);
  letter-spacing: -0.025em;
}

.service-card__fit,
.service-card__value {
  display: grid;
  gap: 0.35rem;
  margin: 0;
}

.service-card__fit strong,
.service-card__value strong,
.service-card__facts dt {
  color: var(--steel-dim);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 0.68rem;
  font-weight: 760;
  letter-spacing: 0.08em;
}

.service-card__fit span,
.service-card__value span {
  color: var(--steel);
  font-size: 0.92rem;
  line-height: 1.65;
}

.service-card__facts {
  display: grid;
  gap: 0.5rem;
  margin: 0;
  padding: 0.8rem 0;
  border-top: 1px solid rgba(185, 199, 202, 0.13);
  border-bottom: 1px solid rgba(185, 199, 202, 0.13);
}

.service-card__facts div {
  display: flex;
  gap: 0.75rem;
  justify-content: space-between;
  align-items: baseline;
}

.service-card__facts dd {
  margin: 0;
  color: var(--inspection-white);
  font-size: 0.86rem;
  font-weight: 720;
  text-align: right;
}

.service-menu__promise {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 1rem;
  align-items: center;
  margin-top: 1.2rem;
  padding: 1rem;
  border-left: 3px solid var(--ledger-amber);
  border-radius: var(--radius-sm);
  background: rgba(244, 184, 74, 0.065);
}

.service-menu__promise strong {
  color: var(--inspection-white);
  font-size: 1.03rem;
}

.service-menu__promise span {
  color: var(--steel);
  font-size: 0.82rem;
  line-height: 1.55;
}

.service-menu__actions {
  display: flex;
  margin-top: 1rem;
}

.owner-contact {
  position: fixed;
  z-index: 58;
  right: 1rem;
  bottom: 1rem;
  display: grid;
  grid-template-columns: auto minmax(10rem, 1fr) auto;
  gap: 0.75rem;
  align-items: center;
  width: min(32rem, calc(100vw - 2rem));
  padding: 0.72rem;
  border: 1px solid rgba(6, 199, 85, 0.48);
  border-radius: 1rem;
  background: rgba(7, 16, 19, 0.96);
  box-shadow:
    0 22px 64px rgba(0, 0, 0, 0.56),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(18px);
}

.owner-contact__logo {
  width: 3.75rem;
  height: 3.75rem;
  object-fit: cover;
  border: 1px solid rgba(242, 248, 247, 0.62);
  border-radius: 50%;
}

.owner-contact__copy {
  min-width: 0;
  display: grid;
  gap: 0.22rem;
}

.owner-contact__copy strong {
  color: var(--inspection-white);
  font-size: 0.94rem;
}

.owner-contact__copy span {
  color: var(--steel);
  font-size: 0.78rem;
  line-height: 1.35;
}

.owner-contact__qr {
  position: absolute;
  right: 0.72rem;
  bottom: calc(100% + 0.6rem);
  width: 7rem;
  height: 7rem;
  padding: 0.3rem;
  border: 1px solid rgba(6, 199, 85, 0.42);
  border-radius: 0.75rem;
  background: #fff;
  opacity: 0;
  transform: translateY(0.4rem);
  pointer-events: none;
  transition:
    opacity 160ms ease,
    transform 160ms ease;
}

.owner-contact:hover .owner-contact__qr,
.owner-contact:focus-within .owner-contact__qr {
  opacity: 1;
  transform: translateY(0);
}

.owner-contact__button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 0.85rem;
  border-radius: 0.6rem;
  font-size: 0.86rem;
  white-space: nowrap;
}

.owner-line-button:focus-visible,
.owner-contact__button:focus-visible,
.owner-voice__transcript summary:focus-visible {
  outline: 3px solid var(--inspection-white);
  outline-offset: 3px;
}

.evidence-section {
  position: relative;
}

.evidence-grid {
  border-top-color: rgba(98, 224, 222, 0.42);
}

.evidence-card {
  transition: background-color 180ms ease;
}

.evidence-card::before {
  background: linear-gradient(180deg, var(--diagnostic-cyan), rgba(98, 224, 222, 0.06));
}

.evidence-card:nth-child(2)::before {
  background: linear-gradient(180deg, var(--ledger-amber), rgba(244, 184, 74, 0.06));
}

.system-strip,
.pilot-pricing,
.pulse-row,
.runway,
.exception-panel,
.revenue-track,
.booking-console,
.vehicle-map,
.evidence-capture,
.signature-box,
.member-pass,
.member-next,
.member-history,
.member-perks {
  background: linear-gradient(145deg, rgba(19, 33, 38, 0.96), rgba(11, 21, 24, 0.96));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025);
}

.system-strip {
  border-color: rgba(98, 224, 222, 0.32);
}

.pilot-pricing__plans article,
.pilot-pricing__plans footer,
.pilot-pricing__plans > small {
  background: rgba(7, 16, 19, 0.82);
}

.staff-heading,
.member-heading {
  position: relative;
}

.shift-stamp {
  background: linear-gradient(150deg, var(--panel), rgba(7, 16, 19, 0.95));
  border-color: rgba(98, 224, 222, 0.42);
  box-shadow: inset 3px 0 0 rgba(98, 224, 222, 0.78);
}

.tool-switch {
  position: sticky;
  z-index: 12;
  top: 5.25rem;
  background: rgba(11, 21, 24, 0.94);
  backdrop-filter: blur(16px);
}

.tool-switch__button {
  min-height: 60px;
}

.tool-switch__button[aria-current="page"] {
  background: linear-gradient(135deg, var(--diagnostic-cyan), #8ae9e6);
  box-shadow: inset 0 -2px 0 rgba(7, 16, 19, 0.18);
}

.pulse-row {
  border-color: rgba(185, 199, 202, 0.2);
}

.pulse-row article strong,
.balance-console__amount,
.shift-stamp strong {
  font-variant-numeric: tabular-nums;
}

.runway__item > button[aria-disabled="true"] {
  cursor: not-allowed;
  opacity: 0.48;
}

.runway__item > button[aria-disabled="true"] {
  border-color: var(--line);
  background: transparent;
}

.demo-action-note {
  display: block;
  margin-top: 0.35rem;
  color: var(--steel-dim);
  font-size: 0.68rem;
  line-height: 1.45;
}

.member-history__status {
  color: var(--steel-dim);
  font-size: 0.75rem;
}

.exception-panel > button {
  border-radius: var(--radius-sm);
}

.chart-frame {
  min-height: 16rem;
}

.booking-console {
  overflow: hidden;
}

.calendar-wrap {
  overscroll-behavior-inline: contain;
  scrollbar-color: var(--line-bright) transparent;
}

.calendar-wrap .fc .fc-button {
  border-radius: 0.45rem;
}

.calendar-wrap .fc .fc-today-button {
  display: none;
}

.fc .fc-event {
  min-height: 2rem;
  border-radius: 0.35rem;
}

.fc .event--待確認 {
  border-left-color: var(--ledger-amber);
  background: rgba(244, 184, 74, 0.14);
}

.fc .event--施工中 {
  border-left-color: var(--diagnostic-cyan);
  background: rgba(98, 224, 222, 0.13);
}

.fc .event--done-完成 {
  border-left-color: var(--success);
  background: rgba(125, 224, 170, 0.12);
}

.vehicle-silhouette {
  background:
    radial-gradient(circle at 50% 30%, rgba(98, 224, 222, 0.1), transparent 40%),
    rgba(7, 16, 19, 0.65);
  box-shadow: 0 0 70px rgba(98, 224, 222, 0.06);
}

.zone-grid button[aria-pressed="true"] {
  box-shadow: inset 3px 0 0 var(--diagnostic-cyan);
}

.evidence-capture textarea,
.pilot-pricing__plans input {
  min-height: 48px;
  border-radius: var(--radius-sm);
}

.evidence-capture textarea:focus-visible,
.pilot-pricing__plans input:focus-visible {
  border-color: var(--diagnostic-cyan);
}

.signature-canvas {
  min-height: 12rem;
  border-color: rgba(98, 224, 222, 0.36);
  background:
    linear-gradient(rgba(98, 224, 222, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(98, 224, 222, 0.04) 1px, transparent 1px),
    #091215;
  background-size: 24px 24px;
}

.member-pass {
  background:
    radial-gradient(circle at 92% 100%, rgba(98, 224, 222, 0.12), transparent 16rem),
    linear-gradient(145deg, rgba(19, 33, 38, 0.98), rgba(7, 16, 19, 0.98));
}

.member-pass::after {
  border-color: rgba(98, 224, 222, 0.32);
  box-shadow: 0 0 50px rgba(98, 224, 222, 0.06);
}

.mini-track li {
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
}

.legal-footer {
  padding-bottom: calc(0.75rem + var(--safe-bottom));
}

.legal-footer a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  margin-inline: -0.5rem;
  padding-inline: 0.5rem;
}

.boot-shell {
  min-height: 100dvh;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 1rem;
  color: var(--steel);
  font-family: "SFMono-Regular", Consolas, monospace;
  letter-spacing: 0.06em;
}

.boot-shell__mark {
  width: 3rem;
  height: 3rem;
  display: grid;
  place-items: center;
  border: 1px solid var(--diagnostic-cyan);
  color: var(--diagnostic-cyan);
  font-family: "Avenir Next", "PingFang TC", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  box-shadow: 0 0 40px rgba(98, 224, 222, 0.12);
}

noscript {
  display: block;
  max-width: 42rem;
  margin: 4rem auto;
  padding: 1rem;
  color: #f2f8f7;
  background: #132126;
  border: 1px solid rgba(98, 224, 222, 0.33);
}

.runtime-recovery {
  position: fixed;
  z-index: 90;
  right: 1rem;
  bottom: calc(6.5rem + var(--safe-bottom));
  left: 1rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.3rem 1rem;
  max-width: 42rem;
  margin-inline: auto;
  padding: 1rem;
  border: 1px solid rgba(244, 184, 74, 0.58);
  background: rgba(19, 33, 38, 0.97);
  color: var(--inspection-white);
  box-shadow: var(--shadow-panel);
}

.runtime-recovery span {
  grid-column: 1;
  color: var(--steel);
}

.runtime-recovery button {
  grid-row: 1 / span 2;
  grid-column: 2;
  min-height: 44px;
  padding: 0.55rem 0.9rem;
  align-self: center;
  border: 1px solid var(--ledger-amber);
  border-radius: var(--radius-sm);
  background: var(--amber-dark);
  color: var(--inspection-white);
  font: inherit;
  cursor: pointer;
}

@media (min-width: 700px) {
  .story-view,
  .member-view,
  .staff-view {
    padding-top: 4.25rem;
  }

  .hero {
    gap: clamp(2rem, 5vw, 5rem);
  }

  .evidence-card {
    min-height: 23rem;
  }
}

@media (min-width: 700px) and (max-width: 1023px) {
  .app-shell {
    padding-bottom: calc(12rem + var(--safe-bottom));
  }

  .owner-contact {
    bottom: calc(5.2rem + var(--safe-bottom));
  }
}

@media (min-width: 1024px) {
  .app-shell {
    padding-bottom: 2.5rem;
  }

  .site-header {
    padding-right: 31rem;
  }

  .mode-switch {
    top: 1rem;
    bottom: auto;
  }

  .tool-switch {
    top: 5.25rem;
  }

  .hero__copy {
    padding-left: 0.75rem;
  }

  .hero__visual {
    transform: translateY(0.35rem);
  }

  .runtime-recovery {
    bottom: 1rem;
  }

  .legal-footer {
    padding-right: 34rem;
  }
}

@media (max-width: 699px) {
  .app-shell {
    padding-bottom: calc(12.5rem + var(--safe-bottom));
  }

  .story-view,
  .member-view,
  .staff-view {
    padding-bottom: calc(4.5rem + var(--safe-bottom));
  }

  .hero {
    gap: 2.4rem;
  }

  .hero__copy::after {
    margin-top: 1.75rem;
  }

  .hero__visual,
  .hero__visual img {
    min-height: 24rem;
  }

  .evidence-section {
    padding-top: 4.5rem;
  }

  .system-strip,
  .pilot-pricing {
    margin-top: 3.5rem;
  }

  .tool-switch {
    top: 5.25rem;
  }

  .calendar-wrap {
    padding-bottom: 1rem;
  }

  .owner-voice {
    border-left-width: 1px;
  }

  .owner-video {
    grid-template-columns: 1fr;
  }

  .owner-video__copy {
    text-align: left;
  }

  .service-menu__grid {
    grid-template-columns: 1fr;
  }

  .service-menu__promise {
    grid-template-columns: 1fr;
  }

  .owner-contact {
    right: 0.55rem;
    bottom: calc(5.2rem + var(--safe-bottom));
    left: 0.55rem;
    grid-template-columns: auto minmax(0, 1fr) auto;
    width: auto;
    padding: 0.55rem;
    border-radius: 0.82rem;
  }

  .owner-contact__logo {
    width: 3rem;
    height: 3rem;
  }

  .owner-contact__copy span,
  .owner-contact__qr {
    display: none;
  }

  .owner-contact__button {
    min-height: 50px;
  }
}

@media (max-width: 430px) {
  .site-header {
    min-height: 5rem;
  }

  .story-view,
  .member-view,
  .staff-view {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .hero h1 {
    font-size: clamp(2.35rem, 11.4vw, 2.85rem);
    letter-spacing: -0.02em;
  }

  .hero__lead {
    line-height: 1.7;
  }

  .hero__actions {
    width: 100%;
  }

  .hero__visual figcaption {
    right: 0.65rem;
    bottom: 0.65rem;
    left: 0.65rem;
  }

  .mode-switch {
    right: 0.55rem;
    bottom: max(0.55rem, var(--safe-bottom));
    left: 0.55rem;
  }

  .mode-switch__button {
    min-height: 56px;
  }

  .brand-lockup__mark {
    width: 2.8rem;
    height: 2.8rem;
    flex-basis: 2.8rem;
  }

  .owner-voice {
    padding: 1rem;
  }

  .owner-voice__identity {
    grid-template-columns: 4.25rem minmax(0, 1fr);
    gap: 0.8rem;
  }

  .owner-voice__identity > img {
    width: 4.25rem;
    height: 4.25rem;
  }

  .owner-voice h2 {
    font-size: clamp(1.35rem, 6.6vw, 1.75rem);
  }

  .owner-video,
  .service-menu {
    padding: 1rem;
  }

  .owner-video h2,
  .service-menu h2 {
    font-size: clamp(1.55rem, 7.4vw, 2rem);
  }

  .owner-video__frame {
    border-radius: 1.15rem;
  }

  .owner-line-button {
    width: 100%;
  }

  .owner-contact__copy strong {
    font-size: 0.82rem;
  }

  .owner-contact__button {
    padding-inline: 0.7rem;
    font-size: 0.78rem;
  }

  .tool-switch__button {
    min-width: 0;
    padding-inline: 0.3rem;
  }

  .staff-heading h1,
  .member-heading h1 {
    font-size: clamp(2rem, 10vw, 2.55rem);
  }

  .pulse-row article {
    min-height: 8rem;
  }

  .member-pass {
    min-height: 24rem;
  }

  .signature-box__actions {
    gap: 0.5rem;
  }

  .runtime-recovery {
    grid-template-columns: 1fr;
  }

  .runtime-recovery button,
  .runtime-recovery span {
    grid-row: auto;
    grid-column: 1;
  }
}

@media (hover: hover) {
  .evidence-card:hover {
    background: rgba(98, 224, 222, 0.025);
  }

  .button:hover {
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.05),
      0 12px 32px rgba(98, 224, 222, 0.09);
  }

  .owner-line-button:hover,
  .owner-contact__button:hover {
    box-shadow:
      inset 0 -2px 0 rgba(0, 29, 13, 0.22),
      0 14px 38px rgba(6, 199, 85, 0.24);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .hero__visual::before {
    animation: inspection-beam 4.8s ease-in-out infinite alternate;
  }

  @keyframes inspection-beam {
    from {
      opacity: 0.7;
      transform: translateY(-2%);
    }

    to {
      opacity: 1;
      transform: translateY(24%);
    }
  }
}

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

/* ── 實測門店成效見證 proof-stats（v7 新增）──────────────── */
.proof-stats {
  margin-top: clamp(2.5rem, 6vw, 4rem);
  padding: clamp(1.7rem, 4vw, 2.8rem) clamp(1.1rem, 3vw, 2rem);
  border: 1px solid rgba(244, 184, 74, 0.28);
  border-radius: 1.4rem;
  background:
    radial-gradient(130% 100% at 50% 0%, rgba(244, 184, 74, 0.09), transparent 62%),
    linear-gradient(160deg, rgba(27, 46, 51, 0.98), rgba(13, 23, 26, 0.98));
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.32);
}
.proof-stats__heading {
  display: grid;
  gap: 0.6rem;
  max-width: 40rem;
  margin: 0 auto;
  text-align: center;
}
.proof-stats__eyebrow {
  margin: 0;
  color: var(--ledger-amber);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 0.7rem;
  font-weight: 760;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.proof-stats__heading h2 {
  margin: 0;
  color: var(--inspection-white);
  font-size: clamp(1.4rem, 3vw, 2.05rem);
  line-height: 1.28;
  letter-spacing: -0.025em;
}
.proof-stats__heading p {
  margin: 0;
  color: var(--steel);
  font-size: 0.95rem;
  line-height: 1.7;
}
.proof-stats__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: clamp(1.6rem, 3.5vw, 2.4rem);
}
.proof-stat {
  display: grid;
  gap: 0.3rem;
  align-content: start;
  padding: clamp(1rem, 2.4vw, 1.5rem) 0.85rem;
  text-align: center;
  border: 1px solid rgba(185, 199, 202, 0.16);
  border-radius: 1rem;
  background: linear-gradient(165deg, rgba(30, 50, 55, 0.6), rgba(10, 18, 21, 0.6));
}
.proof-stat__delta {
  color: var(--ledger-amber);
  font-size: clamp(1.95rem, 5.5vw, 2.9rem);
  font-weight: 820;
  letter-spacing: -0.03em;
  line-height: 1;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
  text-shadow: 0 2px 18px rgba(244, 184, 74, 0.22);
}
.proof-stat__label {
  margin-top: 0.35rem;
  color: var(--inspection-white);
  font-size: 1rem;
  font-weight: 680;
}
.proof-stat__note {
  color: var(--steel-dim);
  font-size: 0.78rem;
  line-height: 1.5;
}
.proof-stats__highlight {
  margin: clamp(1.5rem, 3vw, 2.1rem) auto 0;
  max-width: 42rem;
  color: var(--steel);
  font-size: clamp(0.98rem, 2vw, 1.12rem);
  line-height: 1.75;
  text-align: center;
}
.proof-stats__highlight strong {
  color: var(--inspection-white);
  font-weight: 760;
}
.proof-stats__disclaimer {
  margin: 1.1rem auto 0;
  max-width: 44rem;
  color: var(--steel-dim);
  font-size: 0.75rem;
  line-height: 1.65;
  text-align: center;
}
.proof-stats__actions {
  display: flex;
  justify-content: center;
  margin-top: clamp(1.5rem, 3vw, 2rem);
}
@media (max-width: 640px) {
  .proof-stats__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .proof-stat__delta {
    font-size: clamp(1.7rem, 7.4vw, 2.4rem);
  }
}

/* ── 主人翁見證引言（v8 新增）──────────────── */
.proof-stats__persona {
  margin: clamp(1.6rem, 3.2vw, 2.3rem) auto 0;
  max-width: 44rem;
  padding: clamp(1.1rem, 2.6vw, 1.6rem) clamp(1.2rem, 3vw, 1.9rem);
  border-left: 3px solid var(--ledger-amber);
  border-radius: 0.4rem 1rem 1rem 0.4rem;
  background: linear-gradient(150deg, rgba(244, 184, 74, 0.07), rgba(13, 23, 26, 0.6));
}
.proof-stats__persona p {
  margin: 0;
  color: var(--inspection-white);
  font-size: clamp(1rem, 2.1vw, 1.16rem);
  line-height: 1.8;
  font-weight: 560;
}
.proof-stats__persona footer {
  display: grid;
  gap: 0.2rem;
  margin-top: 0.85rem;
  color: var(--steel);
  font-size: 0.85rem;
}
.proof-stats__persona footer small {
  color: var(--steel-dim);
  font-size: 0.72rem;
  letter-spacing: 0.03em;
}

/* ── 高端定製展示 luxury-showcase（v8 新增）──────────────── */
.luxury-showcase {
  margin-top: clamp(2.5rem, 6vw, 4rem);
}
.luxury-showcase__heading {
  display: grid;
  gap: 0.6rem;
  max-width: 42rem;
  margin: 0 auto;
  text-align: center;
}
.luxury-showcase__eyebrow {
  margin: 0;
  color: var(--ledger-amber);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 0.7rem;
  font-weight: 760;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.luxury-showcase__heading h2 {
  margin: 0;
  color: var(--inspection-white);
  font-size: clamp(1.4rem, 3vw, 2.05rem);
  line-height: 1.28;
  letter-spacing: -0.025em;
}
.luxury-showcase__heading p {
  margin: 0;
  color: var(--steel);
  font-size: 0.96rem;
  line-height: 1.75;
}
.luxury-showcase__strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: clamp(1.6rem, 3.5vw, 2.4rem);
}
.luxury-scene {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(244, 184, 74, 0.24);
  border-radius: 1.1rem;
  background: #0a1215;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.3);
}
.luxury-scene img {
  width: 100%;
  aspect-ratio: 4 / 5;
  display: block;
  object-fit: cover;
  filter: saturate(0.82) contrast(1.08) brightness(0.92);
  transition: transform 0.5s ease;
}
.luxury-scene:hover img {
  transform: scale(1.04);
}
.luxury-scene figcaption {
  position: absolute;
  inset: auto 0 0 0;
  display: grid;
  gap: 0.15rem;
  padding: 2rem 0.9rem 0.85rem;
  background: linear-gradient(180deg, transparent, rgba(5, 9, 11, 0.92) 62%);
}
.luxury-scene figcaption strong {
  color: var(--inspection-white);
  font-size: 0.98rem;
  letter-spacing: 0.02em;
}
.luxury-scene figcaption span {
  color: var(--steel);
  font-size: 0.75rem;
  line-height: 1.5;
}
.luxury-showcase__note {
  margin: 1.1rem auto 0;
  max-width: 44rem;
  color: var(--steel-dim);
  font-size: 0.75rem;
  line-height: 1.65;
  text-align: center;
}
@media (max-width: 720px) {
  .luxury-showcase__strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* ── 首批共創錨定+名額 cocreate-offer（v8 新增）──────────────── */
.cocreate-offer {
  margin-top: clamp(2.5rem, 6vw, 4rem);
  padding: clamp(1.7rem, 4vw, 2.8rem) clamp(1.1rem, 3vw, 2rem);
  border: 1px solid rgba(244, 184, 74, 0.34);
  border-radius: 1.4rem;
  background:
    radial-gradient(120% 110% at 50% 0%, rgba(244, 184, 74, 0.12), transparent 58%),
    linear-gradient(160deg, rgba(27, 46, 51, 0.98), rgba(13, 23, 26, 0.98));
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.34);
}
.cocreate-offer__heading {
  display: grid;
  gap: 0.6rem;
  max-width: 42rem;
  margin: 0 auto;
  text-align: center;
}
.cocreate-offer__eyebrow {
  margin: 0;
  color: var(--ledger-amber);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 0.7rem;
  font-weight: 760;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.cocreate-offer__heading h2 {
  margin: 0;
  color: var(--inspection-white);
  font-size: clamp(1.35rem, 2.9vw, 1.95rem);
  line-height: 1.32;
  letter-spacing: -0.02em;
}
.cocreate-offer__compare {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
  max-width: 44rem;
  margin: clamp(1.6rem, 3.2vw, 2.2rem) auto 0;
}
.cocreate-card {
  display: grid;
  gap: 0.5rem;
  align-content: start;
  padding: clamp(1.1rem, 2.6vw, 1.5rem);
  border-radius: 1rem;
}
.cocreate-card strong {
  font-size: 1.02rem;
  letter-spacing: 0.01em;
}
.cocreate-card span {
  font-size: 0.86rem;
  line-height: 1.6;
}
.cocreate-card--anchor {
  border: 1px dashed rgba(185, 199, 202, 0.3);
  background: rgba(10, 18, 21, 0.55);
}
.cocreate-card--anchor strong {
  color: var(--steel);
  text-decoration: line-through;
  text-decoration-color: rgba(185, 199, 202, 0.5);
  text-decoration-thickness: 1px;
}
.cocreate-card--anchor span {
  color: var(--steel-dim);
}
.cocreate-card--offer {
  border: 1px solid rgba(244, 184, 74, 0.5);
  background: linear-gradient(150deg, rgba(244, 184, 74, 0.13), rgba(13, 23, 26, 0.7));
  box-shadow: 0 14px 36px rgba(244, 184, 74, 0.08);
}
.cocreate-card--offer strong {
  color: var(--ledger-amber);
}
.cocreate-card--offer span {
  color: var(--inspection-white);
}
.cocreate-offer__slots {
  display: grid;
  gap: 0.3rem;
  max-width: 34rem;
  margin: clamp(1.4rem, 3vw, 2rem) auto 0;
  padding: 0.9rem 1.2rem;
  text-align: center;
  border: 1px solid rgba(244, 184, 74, 0.4);
  border-radius: 999px;
  background: rgba(244, 184, 74, 0.08);
}
.cocreate-offer__slots strong {
  color: var(--ledger-amber);
  font-size: 1.02rem;
  letter-spacing: 0.04em;
}
.cocreate-offer__slots span {
  color: var(--steel);
  font-size: 0.78rem;
  line-height: 1.55;
}
.cocreate-offer__actions {
  display: flex;
  justify-content: center;
  margin-top: clamp(1.4rem, 3vw, 1.9rem);
}
@media (max-width: 560px) {
  .cocreate-offer__compare {
    grid-template-columns: 1fr;
  }
  .cocreate-offer__slots {
    border-radius: 1.1rem;
  }
}

/* ── 名額低水位緊迫感（v9 新增）──────────────── */
.cocreate-offer__slots--low {
  border-color: rgba(244, 184, 74, 0.75);
  animation: slots-low-pulse 1.6s ease-in-out infinite;
}
@keyframes slots-low-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(244, 184, 74, 0.28); }
  50% { box-shadow: 0 0 0 9px rgba(244, 184, 74, 0); }
}
@media (prefers-reduced-motion: reduce) {
  .cocreate-offer__slots--low { animation: none; }
}
