:root{--well:#0c0b0a;--ink:#121110;--surface:#1b1a18;--line:#2e2c29;--line-lit:#3d3934;
--bone:#ece7dd;--muted:#a49e93;--faint:#8e877d;--gold:#c8a24a;--gold-lit:#e0bc63;--r:10px;
--sans:ui-sans-serif,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",sans-serif}
*{box-sizing:border-box}
/* scroll-padding-top clears the sticky header for every /#send arrival —
   93% of the CTA was covered at 360px. NOT inside the reduced-motion query:
   the header covers the anchor whether the scroll animated or not. */
html{-webkit-text-size-adjust:100%;scroll-padding-top:6rem}
body{margin:0;background:var(--ink);color:var(--bone);font:17px/1.65 var(--sans);-webkit-font-smoothing:antialiased;overflow-x:hidden;overflow-wrap:break-word}
.wrap{max-width:46rem;margin:0 auto;padding:0 1.25rem}
header{position:sticky;top:0;z-index:10;background:rgba(12,11,10,.82);border-bottom:1px solid var(--line)}
@supports (backdrop-filter:blur(1px)) or (-webkit-backdrop-filter:blur(1px)){
header{-webkit-backdrop-filter:blur(12px) saturate(140%);backdrop-filter:blur(12px) saturate(140%)}}
.brand{display:flex;align-items:center;gap:.7rem;padding:.85rem 0;font-size:1.02rem}
.brand a{color:var(--bone);text-decoration:none;font-weight:600}
.brand span{color:var(--faint);font-size:.78rem}
.nav{display:flex;align-items:center;gap:.8rem;margin-left:auto;font-size:.78rem;white-space:nowrap}
.nav a{color:var(--muted);text-decoration:none;min-height:44px;display:inline-flex;align-items:center}
.nav a:hover{color:var(--bone)}.nav .send{color:var(--gold);font-weight:700}
@media(max-width:43rem){.brand>span{display:none}.nav a:not(.send){display:none}}
/* The real mark, not the octahedron drawing that stood in for it. A separate
   request rather than an inline data URI: the HTML has to keep arriving in one
   round trip, and an image that streams alongside does not block the text. The
   width/height attributes are the INTRINSIC size so the browser reserves the
   box — this header is sticky, and a late-loading logo would shove the page. */
.mark{flex:none;display:block;line-height:0}
.mark img{display:block;width:4.5rem;height:auto}
.footmark{display:block;width:15rem;max-width:70%;height:auto;margin:0 0 1rem}
.hero{position:relative;background:var(--well);border-bottom:1px solid var(--line);overflow:hidden;margin-bottom:.6rem}
.hero .wrap{position:relative;z-index:2;padding-top:2.6rem;padding-bottom:2rem}
.hero .glow{position:absolute;inset:0;z-index:1;pointer-events:none;
background:radial-gradient(64% 62% at 16% 6%,rgba(200,162,74,.11),transparent 68%),
radial-gradient(112% 78% at 50% 54%,rgba(12,11,10,.9) 36%,rgba(12,11,10,.5) 74%,transparent)}
/* The specimen: the drawing of how this species actually grows, behind the name.
   It is the reason a stone page has anything to look at.

   SIZED TO THE HERO, not to taste. At 19rem it was taller than the hero it sits
   in, so overflow:hidden cut it through the middle and it read as a broken
   rectangle rather than as a crystal. 11rem clears the ~12rem the hero is.

   .18 is the same measured cap as the landing page's constellation — the sub
   line is muted and is painted straight over this. Thicker stroke, not brighter. */
.spec{position:absolute;right:1.5rem;top:50%;transform:translateY(-50%);z-index:0;
width:11rem;height:11rem;color:var(--gold);opacity:.18;pointer-events:none}
.spec svg{display:block;width:100%;height:100%;stroke-width:2.4}
@media (max-width:46rem){.spec{right:-1rem;width:9rem;height:9rem;opacity:.14}}
.eyebrow{display:flex;align-items:center;gap:.55rem;margin:0 0 .85rem;font-size:.7rem;font-weight:600;
letter-spacing:.16em;text-transform:uppercase;color:var(--gold)}
.eyebrow::before{content:"";width:1.6rem;height:1px;background:currentColor;opacity:.6;flex:none}
h1{font-size:clamp(1.85rem,6.4vw,2.7rem);line-height:1.1;font-weight:600;margin:0 0 .5rem;letter-spacing:-.02em;text-wrap:balance}
.sub{color:var(--muted);font-size:1.02rem;margin:0;max-width:32rem}
section{padding-top:2.2rem}
h2{font-size:clamp(1.25rem,4vw,1.5rem);font-weight:600;margin:.2rem 0 .8rem;letter-spacing:-.015em}
p{margin:0 0 1rem}ul{margin:0 0 1.2rem;padding-left:1.2rem}li{margin-bottom:.45rem}
a{color:var(--gold)}a:hover{color:var(--gold-lit)}
em{color:var(--bone);font-style:normal;box-shadow:inset 0 -1px 0 0 var(--gold)}
/* The three identifying facts, side by side with the drawing repeated small —
   this is the block someone holding a stone actually reads. */
.facts{display:grid;grid-template-columns:repeat(auto-fit,minmax(12rem,1fr));gap:.7rem;margin:1.4rem 0}
.fact{position:relative;overflow:hidden;background:linear-gradient(160deg,var(--surface),var(--ink));
border:1px solid var(--line);border-radius:var(--r);padding:1rem 1.15rem}
.fact b{display:block;font-size:.65rem;letter-spacing:.11em;text-transform:uppercase;color:var(--faint);font-weight:600;margin-bottom:.25rem}
.fact p{margin:0;font-size:.94rem;line-height:1.55}
.drawn{font-size:.93rem;color:var(--muted);border-left:2px solid var(--line-lit);padding-left:.9rem}
.cta{display:block;margin:2.2rem 0;padding:1.1rem 1.4rem;border-radius:var(--r);
background:linear-gradient(180deg,var(--gold-lit),var(--gold));color:#1a1508;
font-size:1.04rem;font-weight:700;text-align:center;text-decoration:none;
box-shadow:0 1px 0 rgba(255,255,255,.24) inset,0 8px 24px -10px rgba(200,162,74,.55)}
.cta:hover{color:#1a1508;filter:brightness(1.05)}.cta:active{filter:brightness(.94)}
.cta small{display:block;font-weight:500;font-size:.82rem;opacity:.74;margin-top:.2rem}
/* The 49-stone index. Each card carries its own crystal form, so the page reads
   as a plate of specimens rather than a list of links. */
.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(13.5rem,1fr));gap:.6rem;margin:1.4rem 0}
.grid a{position:relative;overflow:hidden;background:linear-gradient(160deg,var(--surface),var(--ink));
border:1px solid var(--line);border-radius:var(--r);padding:.9rem 3.6rem .9rem 1rem;text-decoration:none;color:var(--bone);font-size:.94rem;font-weight:600}
.grid a:hover{border-color:var(--line-lit);color:var(--bone)}
/* The origins line is an <em> for markup economy, not for emphasis — so it has
   to shed the gold underline the prose <em> carries, or every card on the index
   looks like it contains a link that is not one. */
.grid a em{display:block;font-style:normal;font-weight:400;font-size:.72rem;color:var(--faint);margin-top:.15rem;box-shadow:none}
.grid .glyph{position:absolute;right:.55rem;top:.5rem;width:3rem;height:3rem;color:var(--gold);opacity:.22;pointer-events:none}
.grid .glyph svg{display:block;width:100%;height:100%}
.directory-tools{display:grid;grid-template-columns:minmax(12rem,2fr) repeat(2,minmax(9rem,1fr));gap:.7rem;margin:1rem 0}
.directory-tools label{display:grid;gap:.3rem;color:var(--muted);font-size:.78rem}.directory-tools input,.directory-tools select{min-height:44px;background:var(--surface);color:var(--bone);border:1px solid var(--line-lit);border-radius:6px;padding:.65rem .75rem;font:inherit}
.results{color:var(--muted);font-size:.85rem}.empty-results{padding:1rem;border:1px solid var(--line);border-radius:var(--r);color:var(--muted)}
@media(max-width:42rem){.directory-tools{grid-template-columns:1fr}}
.shots{display:grid;grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));gap:1rem;margin:1.4rem 0}
.shot{margin:0}.shot img{width:100%;display:block;border:1px solid var(--line);border-radius:var(--r)}
.shot figcaption{font-size:.8rem;color:var(--muted);margin-top:.45rem}
.slot{aspect-ratio:4/3;border:1px dashed var(--line);border-radius:var(--r);display:flex;flex-direction:column;justify-content:center;gap:.4rem;padding:1rem;text-align:center}
.slot b{font-size:.66rem;letter-spacing:.09em;text-transform:uppercase;color:var(--gold);font-weight:600}
.slot span{font-size:.8rem;color:var(--faint)}
.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin:1.4rem 0}
.field{display:grid;gap:.35rem;font-size:.85rem;color:var(--muted)}.field.full{grid-column:1/-1}
.field input,.field select,.field textarea{width:100%;min-height:44px;background:var(--surface);color:var(--bone);border:1px solid var(--line-lit);border-radius:6px;padding:.7rem .8rem;font:inherit}
.field textarea{min-height:7rem;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--gold);outline:2px solid transparent}
.checks{display:grid;gap:.8rem;margin:1.2rem 0}.check{display:grid;grid-template-columns:1.4rem 1fr;gap:.6rem;align-items:start;color:var(--muted);font-size:.9rem}
.check input{width:1.2rem;height:1.2rem;margin-top:.2rem;accent-color:var(--gold)}
.form-error{border-left:3px solid #d0705c;padding:.7rem 1rem;color:#f0b5a9;background:rgba(208,112,92,.08);margin:1rem 0}.form-error:empty{display:none}
.submit{border:0;cursor:pointer;width:100%}.submit[disabled]{filter:grayscale(.7);cursor:wait}
.receipt{background:var(--surface);border:1px solid var(--line-lit);border-left:3px solid var(--gold);padding:1.2rem;margin:1.4rem 0}.receipt h2{margin-top:0}.reference{font:700 1.35rem/1.2 ui-monospace,"SF Mono",Menlo,monospace;letter-spacing:.08em;color:var(--gold)}
.privacy-note{font-size:.85rem;color:var(--faint)}.honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.evidence-record{border:1px solid var(--line);border-left:3px solid var(--ref,#8f7fa8);padding:1rem 1.1rem}.evidence-record .status{color:var(--gold);font-size:.72rem;text-transform:uppercase;letter-spacing:.08em}.sources{font-size:.85rem;color:var(--muted)}
@media(max-width:38rem){.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}}
footer{margin-top:3.5rem;padding:2rem 0 3rem;border-top:1px solid var(--line);background:var(--well);color:var(--faint);font-size:.84rem}
footer a{color:var(--muted)}
@media (prefers-reduced-motion:no-preference){
html{scroll-behavior:smooth}
.grid a,.fact{transition:border-color .2s ease,transform .2s ease}
.grid a:hover{transform:translateY(-2px)}}
:focus-visible{outline:2px solid var(--gold-lit);outline-offset:3px;border-radius:4px}
