@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600&display=swap";*{box-sizing:border-box}html,body,#root{margin:0;padding:0;overflow-x:hidden;width:100%}body{font-family:Cormorant Garamond,Georgia,serif;color:#f5f3ee;background:#003153}.page{position:relative;min-height:100vh;min-height:100dvh;width:100%;display:flex;flex-direction:column;align-items:center;padding:6vh 6vw calc(4vh + env(safe-area-inset-bottom,0px));padding-left:max(6vw,env(safe-area-inset-left,0px));padding-right:max(6vw,env(safe-area-inset-right,0px));overflow:hidden}.background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;overflow:hidden}.background canvas{width:100%;height:100%;display:block}.vignette{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;background:radial-gradient(ellipse at center,#0000 45%,#000a1459)}.content{position:relative;z-index:1;max-width:720px;width:100%;text-align:center;margin-top:4vh}.title{font-weight:600;font-size:clamp(2rem,4vw,3rem);letter-spacing:.04em;margin-bottom:.6rem;text-shadow:0 2px 12px rgba(0,0,0,.5)}.title-ornament{display:flex;align-items:center;justify-content:center;gap:.8rem;margin:0 auto 2.2rem;width:min(240px,60%);color:#f5f3ee8c}.title-ornament:before,.title-ornament:after{content:"";flex:1;height:1px;background:linear-gradient(to right,transparent,currentColor)}.title-ornament:after{background:linear-gradient(to left,transparent,currentColor)}.title-ornament .diamond{flex-shrink:0;width:7px;height:7px;background:currentColor;transform:rotate(45deg)}.poem{font-size:clamp(1.1rem,1.6vw,1.4rem);line-height:1.7;text-shadow:0 1px 8px rgba(0,0,0,.55)}.poem p{margin:0 0 1.4em;opacity:0;transform:translateY(18px);transition:opacity .9s ease,transform .9s ease}.poem p.in-view{opacity:1;transform:translateY(0)}.stealth-link{color:inherit;text-decoration:none;font:inherit}.logo-box{position:relative;z-index:1;margin-top:auto;width:min(1400px,96%);border-radius:24px;background:#ffffff24;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.25);box-shadow:0 8px 32px #00000040;padding:1.4rem 2rem 2rem;display:flex;flex-direction:column;align-items:center;gap:.8rem}.logo-caption{margin:-.3rem 0 .2rem;font-family:Cormorant Garamond,Georgia,serif;font-size:.95rem;font-style:italic;letter-spacing:.03em;color:#f5f3eebf;text-shadow:0 1px 6px rgba(0,0,0,.45)}.logo-row{width:100%;display:flex;flex-wrap:nowrap;align-items:center;justify-content:space-between;gap:1.2rem}.logo{max-height:100px;max-width:16%;width:auto;height:auto;object-fit:contain;filter:drop-shadow(0 1px 4px rgba(0,0,0,.3))}@media (max-width: 640px){.logo-box{justify-content:center;padding:1.2rem 1.4rem}.logo-row{flex-wrap:wrap;justify-content:center}.logo{max-width:38%;max-height:60px}}@media (max-width: 380px){.page{padding-left:max(4vw,env(safe-area-inset-left,0px));padding-right:max(4vw,env(safe-area-inset-right,0px))}.poem p:first-of-type:first-letter{font-size:2.6em}.logo{max-width:44%;max-height:48px}}@media (max-height: 480px) and (orientation: landscape){.content{margin-top:2vh}.title{margin-bottom:.3rem}.title-ornament{margin-bottom:1.2rem}.logo{max-height:44px}}@media (prefers-reduced-motion: reduce){.poem p{transition:none;opacity:1;transform:none}}
