@font-face {
  font-family: "Geist Local";
  src: url("./assets/Geist-Variable.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Geist Mono Local";
  src: url("./assets/GeistMono-Variable.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  color-scheme: light;
  --lab-ink: #0a0a0a;
  --lab-line: #d9d9d9;
  --lab-white: #ffffff;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: #fff;
}

body {
  margin: 0;
  min-width: 320px;
  background: #fff;
  color: #111;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

p {
  text-wrap: pretty;
}

small,
code,
.status,
[class*="count"],
[class*="metric"],
[class*="number"] {
  font-variant-numeric: tabular-nums;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

button {
  font: inherit;
}

button:disabled {
  cursor: default;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

figure,
h1,
h2,
h3,
p,
ol,
ul {
  margin: 0;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 1000;
  padding: 10px 14px;
  color: #fff;
  background: #111;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

:focus-visible {
  outline: 3px solid #2563eb;
  outline-offset: 3px;
}

.concept[hidden] {
  display: none;
}

.concept {
  min-height: 100dvh;
  overflow: clip;
  background: #fff;
}

.lab-switcher {
  position: fixed;
  left: 16px;
  bottom: max(16px, env(safe-area-inset-bottom));
  z-index: 900;
  width: min(560px, calc(100vw - 32px));
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.13);
  font-family: "Geist Local", sans-serif;
}

.lab-switcher__title {
  display: none;
}

.lab-switcher__buttons {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 4px;
}

.lab-switcher__buttons button,
.lab-switcher__hide,
.lab-switcher__show {
  min-height: 40px;
  border: 0;
  border-radius: 9px;
  cursor: pointer;
  background: transparent;
  color: #626262;
  font-size: 12px;
  font-weight: 560;
  transition: background-color 160ms ease, color 160ms ease;
}

.lab-switcher__buttons button:hover {
  background: #f1f1f1;
  color: #111;
}

.lab-switcher__buttons button[aria-selected="true"] {
  background: #111;
  color: #fff;
}

.lab-switcher kbd {
  display: inline-grid;
  width: 18px;
  height: 18px;
  margin-right: 3px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 4px;
  font: inherit;
  font-size: 10px;
  opacity: 0.7;
}

.lab-switcher__hide {
  position: absolute;
  top: -32px;
  right: 0;
  min-height: 28px;
  padding: 4px 8px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: rgba(255, 255, 255, 0.94);
  color: #666;
  font-size: 10px;
}

.lab-switcher__show {
  position: fixed;
  left: 16px;
  bottom: 16px;
  z-index: 900;
  padding: 0 14px;
  border: 1px solid #d6d6d6;
  background: #fff;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
  font-family: "Geist Local", sans-serif;
}

.concept-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Shared product UI */
.desktop-app {
  position: relative;
  overflow: hidden;
  border: 1px solid #d6d6d6;
  background: #fff;
}

.desktop-app__chrome {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  height: 46px;
  padding: 0 16px;
  border-bottom: 1px solid #e5e5e5;
  color: #666;
  font-size: 11px;
}

.traffic-lights {
  display: flex;
  gap: 7px;
}

.traffic-lights i {
  width: 10px;
  height: 10px;
  border: 1px solid #c8c8c8;
  border-radius: 50%;
  background: #eee;
}

.desktop-app__secure {
  justify-self: end;
}

.desktop-app__body {
  display: grid;
  grid-template-columns: 180px 1fr;
  min-height: 480px;
}

.app-rail {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 22px 14px;
  border-right: 1px solid #e7e7e7;
  background: #fbfbfb;
}

.app-rail strong {
  margin: 2px 9px 22px;
  font-size: 26px;
}

.app-rail span {
  padding: 9px 11px;
  border-radius: 7px;
  color: #666;
  font-size: 12px;
}

.app-rail .app-rail__active {
  background: #ececef;
  color: #111;
  font-weight: 600;
}

.app-workspace {
  padding: 28px;
}

.workspace-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.workspace-heading small {
  color: #666;
}

.workspace-heading h2 {
  margin-top: 8px;
  font-size: 24px;
  letter-spacing: -0.03em;
}

.workspace-heading button {
  min-height: 38px;
  padding: 0 15px;
  border: 0;
  border-radius: 8px;
  background: #111;
  color: #fff;
  font-size: 12px;
}

.account-list {
  margin-top: 38px;
  border-top: 1px solid #e5e5e5;
}

.account-row {
  display: grid;
  grid-template-columns: 36px 1fr auto;
  align-items: center;
  gap: 14px;
  min-height: 82px;
  border-bottom: 1px solid #e5e5e5;
}

.account-row img {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  object-fit: cover;
}

.account-row strong,
.account-row small {
  display: block;
}

.account-row strong {
  font-size: 13px;
}

.account-row small {
  margin-top: 5px;
  color: #666;
  font-size: 10px;
}

.status {
  padding: 5px 8px;
  border-radius: 999px;
  font-size: 9px;
  font-weight: 650;
}

.status--review {
  background: #fff4d7;
  color: #735100;
}

.status--ready {
  background: #eaf7ed;
  color: #1e6b34;
}

.status--blocked {
  background: #f3f3f3;
  color: #666;
}

.workspace-foot {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.workspace-foot span {
  padding: 7px 9px;
  border: 1px solid #e2e2e2;
  border-radius: 7px;
  color: #696969;
  font-size: 9px;
}

/* 01 Quiet Product */
.concept--apple {
  color: #111;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "PingFang SC", sans-serif;
}

.apple-nav {
  display: flex;
  width: min(1180px, calc(100% - 48px));
  height: 74px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ececec;
}

.apple-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 620;
}

.apple-brand img {
  width: 27px;
  height: 27px;
  border-radius: 7px;
}

.apple-nav nav {
  display: flex;
  gap: 30px;
  color: #5d5d5d;
  font-size: 12px;
}

.apple-nav a:hover {
  color: #000;
}

.apple-local {
  padding: 6px 10px;
  border-radius: 999px;
  background: #f2f2f4;
  color: #545454;
  font-size: 10px;
}

.apple-hero {
  width: min(940px, calc(100% - 48px));
  margin: 0 auto;
  padding: 118px 0 74px;
  text-align: center;
}

.apple-eyebrow {
  color: #666;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.16em;
}

.apple-hero h1 {
  margin-top: 26px;
  font-family: "New York", "Iowan Old Style", "Songti SC", Georgia, serif;
  font-size: clamp(48px, 6.4vw, 84px);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.apple-lede {
  max-width: 690px;
  margin: 32px auto 0;
  color: #626262;
  font-size: 18px;
  line-height: 1.7;
}

.apple-actions,
.material-actions,
.fluent-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.apple-actions {
  justify-content: center;
  margin-top: 36px;
}

.button {
  display: inline-flex;
  min-height: 46px;
  padding: 0 20px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
}

.button--black {
  background: #111;
  color: #fff;
}

.button--black:hover {
  background: #333;
}

.button--text {
  color: #3b3b3b;
}

.apple-stage {
  position: relative;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 42px 52px 22px;
  border-radius: 36px;
  background: #f5f5f7;
}

.apple-stage__halo {
  position: absolute;
  top: 4%;
  left: 22%;
  width: 56%;
  height: 50%;
  border-radius: 50%;
  border: 48px solid rgba(137, 166, 225, 0.08);
  background: transparent;
}

.desktop-app--apple {
  border-radius: 17px;
  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.14), 0 2px 7px rgba(0, 0, 0, 0.06);
}

.apple-stage figcaption,
.fluent-caption {
  position: relative;
  margin-top: 18px;
  color: #666;
  font-size: 10px;
  text-align: center;
}

.apple-flow {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 90px;
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  padding: 150px 0;
}

.apple-flow__intro h2 {
  margin-top: 20px;
  font-family: "New York", "Iowan Old Style", "Songti SC", Georgia, serif;
  font-size: clamp(38px, 4.2vw, 60px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.apple-flow__list {
  list-style: none;
  border-top: 1px solid #d9d9d9;
}

.apple-flow__list li {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 20px;
  padding: 25px 0;
  border-bottom: 1px solid #d9d9d9;
}

.apple-flow__list li > span {
  color: #666;
  font-size: 10px;
}

.apple-flow__list h3 {
  font-size: 17px;
}

.apple-flow__list p {
  margin-top: 8px;
  color: #696969;
  font-size: 13px;
  line-height: 1.65;
}

.apple-platforms {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto 150px;
  padding: 36px 0;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}

.apple-platforms > p {
  color: #696969;
  font-size: 13px;
  text-align: center;
}

.platform-orbit {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
  margin-top: 28px;
}

.platform-orbit img {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  object-fit: cover;
}

.concept-footer--apple {
  width: min(1180px, calc(100% - 48px));
  min-height: 100px;
  margin: 0 auto;
  border-top: 1px solid #e3e3e3;
  color: #767676;
  font-size: 11px;
}

.concept-footer--apple strong {
  color: #111;
}
