:root {
  color-scheme: dark;
  --black: #080807;
  --surface: #11100d;
  --paper: #f3f0e9;
  --muted: #a9a69d;
  --amber: #f0a21b;
  --amber-soft: #ffd37e;
  --line: rgba(243, 240, 233, 0.14);
  --content: 1120px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: radial-gradient(ellipse at 50% -16%, rgba(240, 162, 27, 0.12), transparent 34rem), var(--black); color: var(--paper); font: 16px/1.6 -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
.shell { width: min(calc(100% - 40px), var(--content)); margin-inline: auto; }
.site-header { display: flex; align-items: center; justify-content: space-between; min-height: 84px; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--paper); font-size: 1.08rem; font-weight: 650; letter-spacing: -0.02em; text-decoration: none; }
.brand-mark { display: grid; width: 30px; height: 30px; place-items: center; border: 1px solid rgba(240, 162, 27, 0.7); border-radius: 50%; color: var(--amber); font-size: 1.1rem; }
.site-nav, .footer-links { display: flex; gap: 6px; }
.site-nav a, .button { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; border-radius: 999px; text-decoration: none; }
.site-nav a { padding: 0 16px; color: var(--muted); }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--paper); }
.hero { display: grid; grid-template-columns: 0.86fr 1.14fr; align-items: center; min-height: min(780px, calc(100svh - 84px)); gap: clamp(38px, 7vw, 100px); padding-block: 72px 96px; }
.eyebrow { margin: 0 0 18px; color: var(--amber); font-size: 0.73rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; font-family: ui-rounded, "SF Pro Rounded", -apple-system, BlinkMacSystemFont, sans-serif; font-weight: 620; letter-spacing: -0.052em; line-height: 0.98; }
h1 { max-width: 620px; font-size: clamp(3.4rem, 7.1vw, 6.9rem); }
h2 { font-size: clamp(2.45rem, 5vw, 4.6rem); }
h3 { font-size: 1.75rem; }
.lede { max-width: 545px; margin: 28px 0 0; color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { padding: 0 21px; border: 1px solid var(--line); }
.button-primary { background: var(--amber); border-color: var(--amber); color: #1a1003; font-weight: 740; }
.button-secondary { color: var(--paper); }
.button:hover { transform: translateY(-1px); }
.alarm-visual { position: relative; display: grid; min-height: 560px; place-items: center; overflow: hidden; isolation: isolate; }
.clock-ticks { position: absolute; width: min(92vw, 530px); aspect-ratio: 1; border: 1px solid rgba(243, 240, 233, 0.15); border-radius: 50%; background: repeating-conic-gradient(from -1deg, transparent 0deg 7deg, rgba(243, 240, 233, 0.22) 7.4deg 8.2deg, transparent 8.5deg 15deg); mask: radial-gradient(transparent 0 67%, #000 67.7%); opacity: 0.72; }
.clock-center { position: relative; z-index: 1; display: grid; place-items: center; gap: 8px; text-align: center; }
.bell { display: grid; width: 58px; height: 58px; place-items: center; border: 1px solid rgba(240, 162, 27, 0.4); border-radius: 50%; color: var(--amber); font-size: 2rem; transform: rotate(180deg); }
.clock-center strong { font-size: clamp(4.5rem, 10vw, 7.7rem); font-weight: 260; letter-spacing: -0.09em; line-height: 0.85; font-variant-numeric: tabular-nums; }
.tomorrow { color: var(--muted); font-size: 0.72rem; font-weight: 730; letter-spacing: 0.38em; }
.checkpoint { position: absolute; z-index: 2; right: 0; bottom: 6%; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; min-width: min(100%, 360px); padding: 18px 20px; border: 1px solid var(--line); border-radius: 18px; background: rgba(17, 16, 13, 0.86); box-shadow: 0 22px 70px rgba(0,0,0,.4); backdrop-filter: blur(12px); }
.checkpoint-mark { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(240, 162, 27, 0.52); border-radius: 12px; color: var(--amber); font-size: 1.3rem; }
.checkpoint b, .checkpoint small { display: block; }
.checkpoint b { font-weight: 680; }
.checkpoint small { color: var(--muted); }
.checkpoint-arrow { color: var(--amber); font-size: 1.35rem; }
.steps { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(38px, 9vw, 130px); padding-block: 120px; border-top: 1px solid var(--line); }
.section-heading p:not(.eyebrow) { max-width: 500px; color: var(--muted); font-size: 1.1rem; }
.step-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.step-list li { display: grid; grid-template-columns: 44px 1fr; gap: 15px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.step-number { color: var(--amber); font-feature-settings: "tnum"; }
.step-list strong, .step-list span { display: block; }
.step-list strong { font-size: 1.16rem; font-weight: 650; }
.step-list span { color: var(--muted); }
.principles { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line); }
.principles article { min-height: 300px; padding: 38px 32px; border-right: 1px solid var(--line); }
.principles article:last-child { border-right: 0; }
.principle-mark { color: var(--amber); font-size: 1.65rem; }
.principles h3 { margin-top: 48px; }
.principles p { color: var(--muted); }
.closing { padding-block: 120px; border-bottom: 1px solid var(--line); text-align: center; }
.closing h2 { max-width: 760px; margin-inline: auto; }
.closing p:not(.eyebrow) { max-width: 540px; margin: 25px auto 32px; color: var(--muted); }
.site-footer { display: flex; justify-content: space-between; gap: 30px; padding-block: 38px; color: var(--muted); font-size: 0.9rem; }
.footer-links { gap: 22px; }
.document { max-width: 790px; padding-block: 88px 120px; }
.document h1 { font-size: clamp(3.2rem, 8vw, 5.8rem); }
.document .lede { margin-bottom: 62px; }
.document h2 { margin-top: 54px; font-size: 2rem; }
.document p { color: #c6c3bb; }
.support-callout { margin-top: 48px; padding: 28px; border: 1px solid rgba(240, 162, 27, 0.3); border-radius: 20px; background: rgba(240, 162, 27, 0.05); }
.support-callout a { color: var(--amber-soft); }
@media (max-width: 760px) { .shell { width: min(calc(100% - 28px), var(--content)); } .site-header { min-height: 70px; } .site-nav a { padding: 0 10px; } .hero { grid-template-columns: 1fr; min-height: auto; padding-block: 62px 74px; } .hero-copy { text-align: center; } .lede { margin-inline: auto; } .hero-actions { justify-content: center; } .alarm-visual { min-height: 450px; } .checkpoint { right: 50%; bottom: 0; width: min(100%, 350px); transform: translateX(50%); } .steps { grid-template-columns: 1fr; padding-block: 88px; } .principles { grid-template-columns: 1fr; } .principles article { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); } .principles article:last-child { border-bottom: 0; } .principles h3 { margin-top: 26px; } .closing { padding-block: 88px; } .site-footer { display: block; text-align: center; } .footer-links { justify-content: center; margin-top: 12px; } .document { padding-block: 68px 92px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; } }
