:root{--bg:#0e0b07;--ink:#ece3cf;--ink-soft:#b9ab8c;--gold:#c8a24c;--gold-soft:#9c7d39;--serif:"Cormorant Garamond", Georgia, "Times New Roman", serif}*,:before,:after{box-sizing:border-box}html,body{height:100%}body{background:radial-gradient(125% 90% at 50% -5%, #211910 0%, var(--bg) 52%, #070503 100%);color:var(--ink);font-family:var(--serif);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;margin:0}.shrine{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:clamp(1.4rem,4vw,2.4rem);min-height:100dvh;padding:clamp(2.5rem,7vw,5.5rem) 1.25rem;display:flex}.icon{aspect-ratio:1;width:min(70vw,290px);margin:0;animation:1.1s cubic-bezier(.16,1,.3,1) both rise;position:relative}.icon:before{content:"";filter:blur(8px);z-index:0;background:radial-gradient(circle,#c8a24c66,#c8a24c0f 58%,#0000 72%);border-radius:50%;position:absolute;inset:-16%}.icon img{z-index:1;object-fit:cover;border:2px solid var(--gold-soft);border-radius:50%;width:100%;height:100%;position:relative;box-shadow:0 0 0 7px #c8a24c1a,0 22px 60px #0009}.kicker{text-transform:uppercase;letter-spacing:.22em;color:var(--gold);opacity:.92;margin:0;font-family:Cinzel,Georgia,serif;font-size:clamp(.7rem,2.2vw,.9rem);font-weight:600;animation:1.1s cubic-bezier(.16,1,.3,1) .12s both rise}.verse{letter-spacing:.01em;max-width:22ch;margin:0;font-size:clamp(1.7rem,6vw,3rem);font-weight:500;line-height:1.3;animation:1.1s cubic-bezier(.16,1,.3,1) .12s both rise}.cross{color:var(--gold);opacity:.85;font-size:1.5rem;line-height:1;animation:1.1s cubic-bezier(.16,1,.3,1) .22s both rise}.home-link{color:var(--gold);letter-spacing:.04em;border-bottom:1px solid var(--gold-soft);opacity:.82;padding-bottom:2px;font-size:clamp(.95rem,2.6vw,1.15rem);font-style:italic;text-decoration:none;transition:opacity .16s}.home-link:hover{opacity:1}@keyframes rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.icon,.kicker,.verse,.cross{animation:none}}
