@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Space+Grotesk:wght@400;500;600;700&display=swap');

:root { --ink:#11111a; --paper:#f3f0ea; --hot:#fc4f27; --acid:#d8ff59; --electric:#5865f2; --muted:#b7b3bd; --line:rgba(243,240,234,.2); }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--ink); color:var(--paper); font-family:"Space Grotesk",Arial,sans-serif; font-size:16px; line-height:1.5; }
a { color:inherit; }
.site-header { display:flex; justify-content:space-between; align-items:center; gap:2rem; padding:1.25rem clamp(1.25rem,5vw,5rem); border-bottom:1px solid var(--line); }
.brand { display:inline-flex; align-items:center; gap:.65rem; font-size:1.08rem; font-weight:700; text-decoration:none; white-space:nowrap; }
.brand-logo { display:block; width:clamp(185px,18vw,280px); height:auto; border-radius:.15rem; }
.internal-label { color:var(--muted); font-size:.82rem; font-weight:400; }
nav { display:flex; gap:clamp(.7rem,2vw,2rem); font-size:.9rem; }
nav a,.back-link { color:var(--muted); text-decoration:none; }
nav a:hover,.back-link:hover { color:var(--paper); }
.hero { min-height:calc(100vh - 76px); padding:clamp(4.5rem,10vw,10rem) clamp(1.25rem,9vw,10rem) 5rem; display:grid; grid-template-columns:1.25fr .75fr; align-items:center; gap:4rem; overflow:hidden; }
.eyebrow { margin:0 0:1rem; color:var(--acid); font-family:"DM Mono",monospace; font-size:.75rem; letter-spacing:.08em; text-transform:uppercase; }
h1,h2,h3,p { margin-top:0; }
h1 { max-width:840px; margin-bottom:1.5rem; font-size:clamp(3.4rem,8vw,8rem); line-height:.9; letter-spacing:-.075em; }
h1 em { color:var(--hot); font-style:normal; }
.lede { max-width:610px; color:#d3d0d8; font-size:clamp(1.1rem,1.8vw,1.4rem); }
.button { display:inline-flex; align-items:center; gap:.55rem; margin-top:1.2rem; padding:.8rem 1.05rem; border:1px solid var(--acid); border-radius:100px; background:var(--acid); color:var(--ink); font:600 .92rem "Space Grotesk",sans-serif; text-decoration:none; cursor:pointer; }
.button:hover { background:transparent; color:var(--acid); }
.hero-signal { justify-self:end; width:min(100%,340px); padding:1.3rem; border:1px solid var(--line); border-radius:1rem; background:linear-gradient(145deg,rgba(88,101,242,.3),rgba(252,79,39,.08)); transform:rotate(4deg); }
.signal-label,.card-index,.group-kicker { color:var(--muted); font-family:"DM Mono",monospace; font-size:.72rem; letter-spacing:.05em; }
.wave { display:flex; align-items:center; justify-content:space-between; height:145px; margin:.5rem 0; }
.wave i { width:8px; height:var(--h); border-radius:99px; background:var(--acid); animation:pulse 1.5s ease-in-out infinite alternate; animation-delay:var(--d); }
.wave i:nth-child(1){--h:30%;--d:.1s}.wave i:nth-child(2){--h:65%;--d:.35s}.wave i:nth-child(3){--h:45%;--d:.6s}.wave i:nth-child(4){--h:100%;--d:.1s}.wave i:nth-child(5){--h:55%;--d:.4s}.wave i:nth-child(6){--h:80%;--d:.7s}.wave i:nth-child(7){--h:42%;--d:.2s}.wave i:nth-child(8){--h:70%;--d:.5s}.wave i:nth-child(9){--h:26%;--d:.8s}
.hero-signal p { margin:0; color:var(--muted); font-family:"DM Mono",monospace; font-size:.72rem; }
@keyframes pulse { to { transform:scaleY(.5); background:var(--hot); } }
.statement { padding:clamp(4.5rem,9vw,9rem) clamp(1.25rem,9vw,10rem); background:var(--paper); color:var(--ink); }
.section-grid { display:grid; grid-template-columns:1fr 1fr; gap:5rem; }
.statement .eyebrow { color:#605b68; }.statement h2,.section-heading h2,.contact-panel h2,.admin-intro h1 { margin-bottom:0; font-size:clamp(2rem,4.5vw,4.2rem); line-height:.98; letter-spacing:-.06em; }.statement-text { max-width:520px; font-size:1.15rem; }.statement-text p+p { margin-top:1.2rem; }
.groups { padding:clamp(4.5rem,9vw,9rem) clamp(1.25rem,5vw,5rem); }.section-heading { display:flex; align-items:end; justify-content:space-between; margin-bottom:2.4rem; }.section-heading h2 { max-width:720px; }.group-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1rem; }.group-card { position:relative; isolation:isolate; min-height:440px; padding:1.5rem; display:grid; grid-template-rows:auto 1fr auto; overflow:hidden; border:1px solid var(--line); border-radius:.9rem; background:#171720; }.group-card::before { position:absolute; z-index:-2; inset:0; content:""; background-image:var(--group-logo); background-position:center; background-repeat:no-repeat; background-size:cover; filter:saturate(1.12) contrast(1.04); transform:scale(1.04); }.group-card::after { position:absolute; z-index:-1; inset:0; content:""; background:linear-gradient(180deg,rgba(10,10,16,.08) 0%,rgba(10,10,16,.22) 38%,rgba(10,10,16,.94) 100%); }.group-card.lambda { --group-logo:url("/images/the-lambda-logo.png"); }.group-card.fuse { --group-logo:url("/images/fuse-logo.jpg"); }.group-card.polaroid { --group-logo:url("/images/polaroid-stereo-logo.jpg"); }.card-meta { display:flex; align-items:center; justify-content:space-between; gap:1rem; }.group-card h3 { margin:0 0 .75rem; font-size:clamp(2rem,3.2vw,3.2rem); letter-spacing:-.065em; line-height:.95; text-shadow:0 .14rem .8rem rgba(0,0,0,.75); }.card-copy { align-self:end; padding-top:7rem; }.group-card p:not(.group-kicker) { max-width:260px; margin-bottom:1rem; color:#f1eff4; text-shadow:0 .12rem .7rem rgba(0,0,0,.85); }.group-card a { color:var(--acid); font-weight:600; text-decoration:none; text-shadow:0 .12rem .6rem rgba(0,0,0,.9); }.group-card a:hover { color:var(--hot); }.card-links { display:flex; flex-wrap:wrap; gap:1rem; }
.lambda-gallery { padding:0 clamp(1.25rem,5vw,5rem) clamp(4.5rem,9vw,9rem); }.gallery-link { color:var(--acid); font-weight:600; text-decoration:none; }.gallery-link:hover { color:var(--hot); }.photo-grid { display:grid; grid-template-columns:1.2fr .8fr; grid-template-rows:280px 280px; gap:1rem; }.photo-card { min-width:0; margin:0; overflow:hidden; border-radius:.9rem; background:#252433; }.photo-card img { display:block; width:100%; height:100%; object-fit:cover; transition:transform .45s ease; }.photo-card:hover img { transform:scale(1.035); }.photo-featured { grid-row:span 2; }.photo-tall img { object-position:center 40%; }
.contact-panel { padding:clamp(4.5rem,9vw,9rem) clamp(1.25rem,9vw,10rem); background:var(--hot); color:var(--ink); }.contact-panel .eyebrow { color:var(--ink); }.contact-panel h2 { max-width:820px; }.contact-panel p:not(.eyebrow) { max-width:540px; font-size:1.1rem; }.button-light { border-color:var(--ink); background:var(--ink); color:var(--paper); }.button-light:hover { background:transparent; color:var(--ink); }
footer { display:flex; justify-content:space-between; gap:1rem; padding:1.5rem clamp(1.25rem,5vw,5rem); color:var(--muted); font-family:"DM Mono",monospace; font-size:.7rem; }
.admin-page { min-height:100vh; background:#15151f; }.admin-main { max-width:1180px; margin:0 auto; padding:clamp(3rem,7vw,6.5rem) clamp(1.25rem,5vw,3rem); }.admin-intro { max-width:730px; }.admin-intro h1 { font-size:clamp(3rem,7vw,6rem); }.admin-intro > p:not(.eyebrow) { color:#d3d0d8; font-size:1.15rem; }.local-note { margin-top:1.7rem; padding:1rem 1.1rem; border-left:3px solid var(--hot); background:#24232f; color:#d3d0d8; font-size:.92rem!important; }.totals { display:grid; grid-template-columns:repeat(3,1fr); gap:1rem; margin:3rem 0 1rem; }.totals article { padding:1.35rem; border:1px solid var(--line); border-radius:.8rem; background:#1d1c28; }.totals span { display:block; color:var(--muted); font-size:.85rem; }.totals strong { display:block; margin-top:.35rem; font-size:clamp(1.5rem,3vw,2.2rem); letter-spacing:-.05em; }.totals .balance { background:var(--acid); color:var(--ink); }.totals .balance span { color:#4c5623; }.ledger-layout { display:grid; grid-template-columns:minmax(270px,.7fr) minmax(0,1.3fr); gap:1rem; }.entry-form,.ledger { padding:1.5rem; border:1px solid var(--line); border-radius:.8rem; background:#1d1c28; }.entry-form h2,.ledger h2 { margin-bottom:1.25rem; font-size:1.35rem; letter-spacing:-.04em; }.entry-form label { display:block; margin:1rem 0; color:#d3d0d8; font-size:.86rem; }.entry-form input,.entry-form select { display:block; width:100%; margin-top:.35rem; padding:.7rem .8rem; border:1px solid #494657; border-radius:.35rem; background:#15151f; color:var(--paper); font:inherit; }.entry-form input:focus,.entry-form select:focus { outline:2px solid var(--acid); outline-offset:1px; }.entry-form .button { width:100%; justify-content:center; border:none; }.ledger-heading { display:flex; justify-content:space-between; align-items:baseline; gap:1rem; }.text-button { padding:0; border:0; background:none; color:var(--muted); cursor:pointer; font:inherit; font-size:.8rem; }.text-button:hover { color:var(--hot); }.empty-state { color:var(--muted); }.ledger ul { padding:0; margin:0; list-style:none; }.ledger li { display:grid; grid-template-columns:1fr auto auto; gap:1rem; align-items:center; padding:.9rem 0; border-top:1px solid var(--line); }.ledger li time { color:var(--muted); font-size:.78rem; }.entry-type { color:var(--muted); font-family:"DM Mono",monospace; font-size:.72rem; }.amount-income { color:var(--acid); }.amount-expense { color:#ff9c86; }.remove-entry { border:0; background:none; color:var(--muted); cursor:pointer; font-size:1.1rem; }.remove-entry:hover { color:var(--hot); }
@media (max-width:760px) { .site-header { padding:.9rem 1.25rem; }.site-header nav { display:none; }.hero { min-height:auto; grid-template-columns:1fr; padding:5rem 1.25rem 4rem; gap:3rem; }.hero-signal { justify-self:start; width:100%; transform:rotate(0); }.section-grid,.ledger-layout { grid-template-columns:1fr; gap:2rem; }.statement { padding:4rem 1.25rem; }.groups { padding:4rem 1.25rem; }.lambda-gallery { padding:0 1.25rem 4rem; }.section-heading { display:block; }.gallery-link { display:inline-block; margin-top:1.2rem; }.group-grid,.totals,.photo-grid { grid-template-columns:1fr; }.photo-grid { grid-template-rows:250px; }.photo-featured { grid-row:auto; }.group-card { min-height:290px; }.contact-panel { padding:4rem 1.25rem; }.back-link { font-size:.82rem; } }
@media (prefers-reduced-motion:reduce) { *,*::before,*::after { animation-duration:.01ms!important; animation-iteration-count:1!important; scroll-behavior:auto!important; } }
