:root { color-scheme: dark; --paper: #ede9df; --muted: #a09c92; --amber: #f0a843; }
* { box-sizing: border-box; }
html { background: #0c0d0c; }
body { margin: 0; color: var(--paper); font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
::selection { background: #f0a843; color: #111210; }
.landing { min-height: 100vh; min-height: 100svh; display: grid; place-items: center; padding: 64px 24px; position: relative; overflow: hidden; isolation: isolate; }
.light-field { position: absolute; inset: 0; z-index: -1; pointer-events: none; background: radial-gradient(ellipse at 72% 72%, #29372c 0%, #111817 42%, #0c0d0c 80%); }
.light-field::before, .light-field::after { content: ''; position: absolute; width: min(1100px, 160vw); aspect-ratio: 1; border-radius: 50%; will-change: transform, opacity; }
.light-field::before { left: 35%; top: 40%; background: radial-gradient(ellipse, #b27d4166 0%, #9b61372c 34%, transparent 68%); transform: translate(-50%, -50%); animation: amber-drift 19s ease-in-out infinite alternate; }
.light-field::after { left: 70%; top: 60%; background: radial-gradient(ellipse, #627d784f 0%, #5d577c30 35%, transparent 67%); transform: translate(-50%, -50%); animation: dusk-drift 23s ease-in-out infinite alternate; }
.card { width: 100%; max-width: 620px; padding: 44px 44px 25px; border: 1px solid #d2c19d24; border-radius: 4px; background: linear-gradient(135deg, #25261f94, #131512bd); box-shadow: 0 32px 100px #00000026, inset 0 1px 0 #fff8df05; backdrop-filter: blur(24px); }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--paper); text-decoration: none; font-size: 20px; font-weight: 600; letter-spacing: -.7px; }
.brand-mark { width: 36px; height: 36px; flex: none; }
.canopy-shape, .canopy-mast { fill: var(--paper); }
.canopy-light { fill: var(--amber); }
.brand i { color: var(--amber); font-style: normal; }
h1 { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; font-size: clamp(34px, 4.3vw, 48px); line-height: 1.12; letter-spacing: -1.65px; margin: 40px 0 20px; }
h1 em { font-weight: 400; color: #d8b579; }
.description { max-width: 37ch; color: #b7b5aa; font-size: 15px; line-height: 1.75; margin: 0; }
.contact { display: inline-flex; gap: 32px; align-items: center; min-height: 44px; margin: 30px 0 39px; padding: 0 16px; border: 1px solid #b8af9759; border-radius: 2px; color: var(--paper); font-size: 13px; text-decoration: none; transition: background .2s, border-color .2s; }
.contact:hover { background: #f0a84312; border-color: #d8b579; }
.contact span { color: #d8b579; transition: transform .2s; }
.contact:hover span { transform: translateX(3px); }
a:focus-visible { outline: 2px solid var(--amber); outline-offset: 6px; }
footer { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; padding-top: 20px; border-top: 1px solid #d2c19d24; color: var(--muted); font-size: 11px; line-height: 1.5; letter-spacing: .1px; }
footer a { color: inherit; text-decoration: none; }
footer a:hover { color: var(--paper); }
@keyframes breathe { to { transform: translate(-48%, -53%) scale(1.12); opacity: .65; } }
@media (max-width: 480px) { .landing { padding: 28px 20px; } .card { padding: 30px 25px 22px; } h1 { margin-top: 34px; font-size: 35px; letter-spacing: -1.3px; } .description { font-size: 14px; } .brand { font-size: 19px; } footer { font-size: 10px; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation: none !important; transition: none !important; } }
.home-card { max-width: 920px; position: relative; border-radius: 26px; background: linear-gradient(120deg, #292a228a, #111410ba); }
.home-card::before, .mission-card::before { content: ''; position: absolute; top: -1px; left: 44px; width: 100px; height: 1px; background: linear-gradient(90deg, transparent, #e2b46d, transparent); }
.home-grid { display: grid; grid-template-columns: 1.5fr 1fr; align-items: center; gap: 18px; }
.home-copy { position: relative; z-index: 1; }
.home-copy h1 { font-size: clamp(34px, 4vw, 46px); }
.actions { display: flex; gap: 10px; flex-wrap: wrap; margin: 30px 0 39px; }
.actions .contact { margin: 0; gap: 20px; }
.primary { background: #dac39d; border-color: #dac39d; color: #191b15; }
.primary span { color: inherit; }
.primary:hover { background: #e7d5b9; border-color: #e7d5b9; }
.light-study { position: relative; width: 100%; aspect-ratio: 1; max-width: 320px; justify-self: center; background: radial-gradient(ellipse, #f0a8430c, transparent 67%); }
.light-study canvas { position: absolute; inset: 0; width: 100%; height: 100%; }
.study-fallback { position: absolute; width: 74%; height: 74%; left: 13%; top: 7%; opacity: .65; }
.light-study.ready .study-fallback { display: none; }
.study-orbit { position: absolute; inset: 9%; border: 1px solid #d8b57915; border-radius: 50%; }
.study-orbit::before { content: ''; position: absolute; inset: 12%; border: 1px dashed #d8b57913; border-radius: 50%; }
.study-label { position: absolute; bottom: 12px; width: 100%; text-align: center; color: #a99d84; font-family: monospace; font-size: 9px; letter-spacing: 1.4px; }
.mission-card { position: relative; max-width: 740px; border-radius: 26px; }
.page-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.back-link { font-size: 12px; color: var(--muted); text-decoration: none; padding: 12px 0; }
.back-link:hover { color: var(--paper); }
.eyebrow { font-family: monospace; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: #d8b579; margin: 40px 0 16px; }
.mission-card h1 { margin: 0 0 22px; font-size: clamp(34px, 4vw, 44px); }
.mission-text { color: #bdbbb1; font-size: 15px; line-height: 1.85; margin: 0; max-width: 62ch; }
.mission-belief { color: var(--paper); font-size: 18px; line-height: 1.7; margin-bottom: 22px; }
.contact { border-radius: 12px; }
@keyframes amber-drift { 0% { transform: translate(-65%, -60%) scale(.9); opacity: .7; } 50% { opacity: 1; } 100% { transform: translate(-15%, -30%) scale(1.2); opacity: .85; } }
@keyframes dusk-drift { 0% { transform: translate(-35%, -30%) scale(1.1); opacity: 1; } 100% { transform: translate(-85%, -65%) scale(.85); opacity: .6; } }
.join-section { border-top: 1px solid #d2c19d24; margin-top: 32px; padding-top: 28px; }
.join-section h2 { font-family: Georgia, serif; font-weight: 400; font-size: 28px; letter-spacing: -.6px; margin: 0 0 14px; }
.mission-text strong { color: var(--paper); font-weight: 500; }
.mission-card .actions { margin: 24px 0 32px; }
@media (max-width: 700px) { .home-grid { grid-template-columns: 1fr; gap: 0; } .light-study { width: 210px; grid-row: 1; margin-top: 20px; } .home-copy h1 { margin-top: 26px; } .home-card { max-width: 500px; } .home-copy .description { max-width: 32ch; } .study-label { font-size: 8px; } }
@media (max-width: 480px) { .light-study { width: 170px; } .home-copy h1 { font-size: 34px; } .page-top { gap: 10px; } .back-link { font-size: 11px; } .mission-text { font-size: 14px; } .actions .contact { gap: 12px; padding: 0 12px; } }
