:root {
  --cream: #fff8e8;
  --paper: #fffdf5;
  --ink: #26352f;
  --muted: #6f776d;
  --coral: #f26b45;
  --yellow: #f4c95d;
  --sage: #d8e8df;
  --line: rgba(38, 53, 47, .15);
}

* { box-sizing: border-box; }
html { min-width: 320px; background: var(--cream); }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "Source Han Sans SC", "Noto Sans SC", "Segoe UI", sans-serif; }
a { color: inherit; text-decoration: none; }
.page-shell { max-width: 1240px; margin: 0 auto; padding: 28px 48px 24px; overflow: hidden; }
.topbar, footer { display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-logo { width: 42px; height: 42px; object-fit: cover; border-radius: 50%; box-shadow: 0 5px 14px rgba(38,53,47,.12); }
.brand strong { display: block; font-family: "Noto Serif SC", Georgia, serif; font-size: 19px; letter-spacing: .08em; }
.brand small { display: block; margin-top: 2px; color: var(--muted); font-size: 9px; letter-spacing: .2em; }
.brand-mark { display: grid; grid-template-columns: repeat(3, 8px); gap: 3px; width: 30px; }
.brand-mark i, .bead { width: 8px; height: 8px; border-radius: 50%; background: var(--coral); box-shadow: inset 1px 1px 0 rgba(255,255,255,.6); }
.brand-mark i:nth-child(2n), .bead-b { background: var(--yellow); }
.brand-mark i:nth-child(3n), .bead-c { background: #75a991; }
.status { color: var(--muted); font-size: 11px; letter-spacing: .08em; }
.status b { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: #75a991; }
.hero { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 60px; min-height: 355px; padding: 105px 7% 55px 6%; }
.hero-copy { position: relative; z-index: 1; max-width: 680px; }
.eyebrow { margin: 0 0 15px; color: var(--coral); font-size: 10px; font-weight: 700; letter-spacing: .18em; }
h1, h2 { font-family: "Noto Serif SC", Georgia, serif; font-weight: 600; letter-spacing: -.04em; }
h1 { max-width: 660px; margin: 0; font-size: clamp(42px, 5.4vw, 76px); line-height: 1.08; }
h1 em { display: block; color: var(--coral); font-style: normal; }
.lead { max-width: 480px; margin: 25px 0 0; color: var(--muted); font-size: 15px; line-height: 1.9; }
.hero-note { display: flex; align-items: center; gap: 12px; margin-top: 26px; color: var(--muted); font-size: 11px; }
.hero-note .line { width: 36px; height: 1px; background: var(--ink); }
.hero-art { position: relative; min-height: 270px; transform: rotate(5deg); }
.hero-logo { position: absolute; z-index: 1; top: 24px; left: 48px; width: 205px; height: 205px; object-fit: cover; border-radius: 50%; mix-blend-mode: multiply; box-shadow: 0 16px 28px rgba(38,53,47,.12); }
.orbit { position: absolute; border: 1px solid var(--line); border-radius: 50%; transform: rotate(-25deg); }
.orbit-a { inset: 10px 8px 48px 18px; }
.orbit-b { inset: 54px -8px 10px 40px; border-color: rgba(242,107,69,.35); }
.art-label { position: absolute; top: 86px; left: 105px; color: var(--ink); font-family: Georgia, serif; font-size: 24px; font-weight: 700; line-height: .94; letter-spacing: .12em; }
.bead { position: absolute; width: 18px; height: 18px; }
.bead-a { top: 28px; right: 42px; }.bead-b { top: 138px; right: 0; }.bead-c { bottom: 26px; left: 25px; }.bead-d { top: 68px; left: 24px; background: #ef9f77; }.bead-e { bottom: 48px; right: 82px; background: #75a991; }
.apps { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; padding: 0 6% 70px; }
.app-card { position: relative; min-height: 285px; padding: 30px 34px; overflow: hidden; border: 1px solid rgba(38,53,47,.08); border-radius: 4px; }
.timer-card { background: var(--coral); color: #fffaf0; transform: translateY(12px); }
.board-card { background: var(--sage); transform: translateY(-8px); }
.card-top { display: flex; align-items: center; justify-content: space-between; }
.app-index { font-family: Georgia, serif; font-size: 14px; opacity: .65; }
.app-icon { position: relative; display: block; width: 30px; height: 30px; border: 1.5px solid currentColor; border-radius: 50%; }
.clock-icon::before { content: ""; position: absolute; left: 14px; top: 6px; width: 1px; height: 10px; background: currentColor; }
.clock-icon::after { content: ""; position: absolute; left: 14px; top: 15px; width: 7px; height: 1px; background: currentColor; transform: rotate(35deg); transform-origin: left; }
.grid-icon { border: 0; border-radius: 0; background: linear-gradient(90deg, currentColor 2px, transparent 2px) 0 0 / 9px 9px, linear-gradient(currentColor 2px, transparent 2px) 0 0 / 9px 9px; }
.app-card .eyebrow { margin-top: 27px; color: inherit; opacity: .7; }
.app-card h2 { margin: 0; font-size: 31px; line-height: 1.08; }
.app-card p:not(.eyebrow) { max-width: 300px; margin: 14px 0 22px; font-size: 13px; line-height: 1.7; opacity: .78; }
.app-link { position: relative; z-index: 1; display: inline-flex; gap: 15px; align-items: center; padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 700; }
.app-link span { font-size: 18px; line-height: .7; }
.card-beads { position: absolute; right: -20px; bottom: -35px; width: 155px; height: 100px; opacity: .2; background: radial-gradient(circle, currentColor 3px, transparent 4px) 0 0 / 18px 18px; transform: rotate(-15deg); }
footer { display: flex; flex-wrap: wrap; gap: 12px 22px; align-items: center; padding: 0 6%; color: var(--muted); font-size: 10px; letter-spacing: .12em; }
footer span:last-child { letter-spacing: .04em; }
.icp-link { color: inherit; letter-spacing: .04em; text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 720px) {
  .page-shell { padding: 21px 20px 18px; }
  .status { display: none; }
  .hero { display: block; min-height: 0; padding: 76px 4% 38px; }
  h1 { font-size: clamp(39px, 12vw, 58px); }
  .hero-art { min-height: 150px; width: 210px; margin: 18px 0 0 auto; transform: rotate(5deg) scale(.78); transform-origin: right top; }
  .hero-logo { top: 12px; left: 30px; width: 150px; height: 150px; }
  .apps { display: block; padding: 0 4% 50px; }
  .app-card { min-height: 270px; margin-bottom: 20px; padding: 26px; transform: none; }
  footer { display: block; padding: 0 4%; line-height: 2; }
  footer span { display: block; }
}
