*, *::before, *::after {box-sizing: border-box;margin: 0;padding: 0;}@keyframes breathe {0%, 100% {opacity: 0.38;transform: scale(1);}50% {opacity: 1;transform: scale(1.35);}}@keyframes shake {0%, 100% {transform: translateX(0);}25% {transform: translateX(-5px);}75% {transform: translateX(5px);}}html, body {width: 100%;-webkit-font-smoothing: antialiased;font-family: 'Imbue', serif;font-weight: 300;background: #0e0c0a;color: #e8e2d8;}body {display: flex;flex-direction: column;min-height: 100dvh;}#nav {position: relative;z-index: 10;width: 100%;padding: 1.5rem clamp(1.5rem, 4vw, 3rem);display: flex;align-items: center;justify-content: center;flex-shrink: 0;opacity: 0;background: rgba(14, 12, 10, 0.55);backdrop-filter: blur(12px);-webkit-backdrop-filter: blur(12px);}#nav .nav-logo {display: block;width: 100px;height: 100px;object-fit: contain;}footer {flex-shrink: 0;background: #0e0c0a;padding: 1.25rem clamp(1.5rem, 4vw, 3rem);display: flex;align-items: center;justify-content: space-between;border-top: 0.5px solid rgba(232, 226, 216, 0.1);}footer .foot-brand {display: flex;flex-direction: column;gap: 2px;}footer .foot-wordmark {font-family: 'Imbue', serif;font-weight: 400;font-size: 1rem;letter-spacing: 0.28em;text-transform: uppercase;color: rgba(232, 226, 216, 0.6);}footer .foot-sub {font-size: 0.75rem;letter-spacing: 0.16em;text-transform: uppercase;color: rgba(255, 196, 59, 0.4);}footer .foot-links {display: flex;align-items: center;gap: 0;}footer .foot-sep {font-size: 1rem;color: rgba(255, 196, 59, 0.55);}footer .foot-link {font-size: 1rem;letter-spacing: 0.14em;text-transform: uppercase;color: rgba(232, 226, 216, 0.6);text-decoration: none;transition: color 0.2s;}footer .foot-link:hover {color: rgba(232, 226, 216, 0.95);}@media (max-width: 720px) {footer {flex-direction: column;align-items: center;gap: 0.75rem;padding: 1.25rem 1.5rem;text-align: center;}footer .foot-wordmark {font-size: 0.85rem;}footer .foot-sub {font-size: 0.7rem;}footer .foot-link {font-size: 0.8rem;}footer .foot-sep {font-size: 0.8rem;}}@media (prefers-reduced-motion: reduce) {*, *::before, *::after {animation-duration: 0.01ms !important;transition-duration: 0.01ms !important;}}.skip {z-index: -1111111;position: absolute;top: 0;left: 0;opacity: 0;}