:root {
  --ink: #172321;
  --muted: #63706b;
  --paper: #f3f1e9;
  --line: rgba(23, 35, 33, 0.16);
  --acid: #d5e64d;
  --serif: Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { background: var(--paper); }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
.site-shell { width: min(100% - 48px, 1440px); margin: 0 auto; min-height: 100vh; display: flex; flex-direction: column; }
.topbar { display: flex; align-items: center; justify-content: space-between; padding: 28px 0; border-bottom: 1px solid var(--line); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
.wordmark { display: inline-flex; align-items: center; gap: 11px; font-weight: 700; }
.wordmark-mark { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; background: var(--ink); color: var(--paper); font-family: var(--serif); font-size: 16px; letter-spacing: 0; }
.contact-link { display: inline-flex; align-items: center; gap: 7px; padding-bottom: 4px; border-bottom: 1px solid rgba(23, 35, 33, .28); color: var(--ink); font-size: 12px; font-weight: 600; letter-spacing: .01em; text-transform: none; transition: border-color .2s ease, color .2s ease; }
.contact-link:hover { border-color: var(--acid); color: var(--muted); }
.contact-link span, .primary-button span { font-size: 15px; letter-spacing: 0; }
.primary-button span { margin-left: 8px; }
.hero { display: grid; grid-template-columns: minmax(0, 1.07fr) minmax(340px, .93fr); align-items: center; gap: clamp(40px, 8vw, 150px); padding: clamp(75px, 12vh, 150px) 0 clamp(80px, 13vh, 170px); flex: 1; }
.hero-copy { max-width: 770px; }
.eyebrow, .section-index, .manifesto-kicker, .art-label { margin: 0; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 28px; }
.eyebrow-dot, .status-dot { width: 7px; height: 7px; display: inline-block; border-radius: 50%; background: var(--acid); box-shadow: 0 0 0 4px rgba(213, 230, 77, .22); }
h1 { max-width: 780px; margin: 0; font-family: var(--serif); font-size: clamp(52px, 6.7vw, 108px); font-weight: 400; letter-spacing: -.065em; line-height: .94; }
h1 em { color: #6f8079; font-style: italic; }
.hero-description { max-width: 390px; margin: 36px 0 0; color: var(--muted); font-size: 16px; line-height: 1.55; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; margin-top: 42px; }
.primary-button { display: inline-flex; align-items: center; padding: 15px 19px; border: 1px solid var(--ink); background: var(--ink); color: var(--paper); font-size: 12px; font-weight: 600; letter-spacing: .01em; line-height: 1; transition: background .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease; }
.primary-button:hover { background: transparent; color: var(--ink); transform: translateY(-2px); }
.availability { color: var(--muted); font-size: 11px; letter-spacing: .02em; }
.hero-art { position: relative; width: min(100%, 520px); aspect-ratio: 1; justify-self: end; border-radius: 50%; background: radial-gradient(circle at 50% 50%, rgba(213, 230, 77, .72) 0 8%, rgba(213, 230, 77, .12) 8.5% 21%, transparent 21.5%), radial-gradient(circle at 35% 26%, #d9e1d0, transparent 34%), #dbe1d4; overflow: hidden; }
.hero-art::before { content: ""; position: absolute; inset: 10%; border: 1px solid rgba(23, 35, 33, .18); border-radius: 50%; }
.orbit { position: absolute; left: 50%; top: 50%; border: 1px solid rgba(23, 35, 33, .45); border-radius: 50%; transform: translate(-50%, -50%) rotate(-35deg); }
.orbit-one { width: 75%; height: 28%; }
.orbit-two { width: 80%; height: 38%; transform: translate(-50%, -50%) rotate(55deg); }
.orbit-three { width: 85%; height: 58%; transform: translate(-50%, -50%) rotate(110deg); }
.art-core { position: absolute; inset: 40%; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: var(--acid); font-family: var(--serif); font-size: clamp(30px, 4vw, 58px); }
.art-label { position: absolute; z-index: 1; }
.label-top { top: 21%; right: 20%; }
.label-bottom { bottom: 20%; left: 19%; color: var(--ink); }
.manifesto { display: grid; grid-template-columns: 1fr 2fr 1fr; gap: 30px; padding: 28px 0 42px; border-top: 1px solid var(--line); }
.manifesto-content { display: grid; grid-template-columns: 1fr 2fr; gap: 36px; }
.manifesto-text { max-width: 480px; margin: -5px 0 0; font-family: var(--serif); font-size: clamp(22px, 2.3vw, 34px); letter-spacing: -.04em; line-height: 1.12; }
.manifesto-note { margin: -3px 0 0; justify-self: end; color: var(--muted); font-size: 12px; line-height: 1.45; text-align: right; }
.footer { display: flex; justify-content: space-between; gap: 20px; padding: 22px 0 28px; color: var(--muted); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.footer-status { display: inline-flex; align-items: center; gap: 9px; }
.footer a { border-bottom: 1px solid transparent; transition: border-color .2s ease, color .2s ease; }
.footer a:hover { border-color: var(--acid); color: var(--ink); }
@media (max-width: 800px) { .site-shell { width: min(100% - 32px, 600px); } .hero { grid-template-columns: 1fr; padding: 72px 0 80px; } .hero-art { width: min(100%, 450px); justify-self: center; } .manifesto { grid-template-columns: 1fr; gap: 22px; } .manifesto-content { grid-template-columns: 1fr; gap: 14px; } .manifesto-note { justify-self: start; text-align: left; } }
@media (max-width: 500px) { .topbar { padding: 22px 0; } .contact-link { font-size: 11px; } h1 { font-size: clamp(48px, 14vw, 72px); } .hero-description { font-size: 15px; } .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; } .footer { flex-wrap: wrap; } .footer-status { order: 3; width: 100%; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; } }
