:root{color-scheme:light;font-family:Georgia,Times New Roman,serif;background:#f6f2eb;color:#1b1b1b}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(circle at top,#fff 0,#f2e9df 55%,#e5d7c6 100%)}.layout{padding:80px 24px 120px;max-width:1080px;margin:0 auto;display:flex;flex-direction:column;gap:48px}.hero{background:hsla(0,0%,100%,.75);padding:56px;border-radius:32px;box-shadow:0 24px 80px rgba(27,27,27,.12)}.kicker{letter-spacing:.4em;text-transform:uppercase;font-size:12px;margin:0 0 12px}h1{margin:0 0 16px;font-size:clamp(2.6rem,4vw,3.5rem)}.subhead{font-size:1.1rem;margin:0;line-height:1.6;max-width:600px}.timeline{position:relative;padding:24px;background:hsla(0,0%,100%,.85);border-radius:28px;box-shadow:0 18px 60px rgba(27,27,27,.08);overflow:hidden}.timeline-track{position:absolute;left:24px;right:24px;top:50%;height:3px;background:linear-gradient(90deg,#1b1b1b,#9b8b7a,#1b1b1b);opacity:.4}.timeline-items{display:grid;grid-template-columns:repeat(auto-fit,minmax(90px,1fr));grid-gap:16px;gap:16px;position:relative;z-index:1}.timeline-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px}.timeline-icon{width:72px;height:72px;border-radius:20px;background:#f7f0e6;display:grid;place-items:center;box-shadow:inset 0 0 0 1px rgba(27,27,27,.08)}.timeline-icon img{width:52px;height:52px;object-fit:contain}.timeline-label{font-size:.8rem;text-transform:uppercase;letter-spacing:.08em}.build{font-family:Courier New,monospace;font-size:.9rem;margin:0;text-align:right;color:rgba(27,27,27,.7)}.build-value{font-weight:700}@media (max-width:700px){.layout{padding:48px 20px 80px}.hero{padding:36px 28px}.timeline-track{display:none}.build{text-align:left}}