@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:200% center}to{background-position:-200% center}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{display:flex;flex-direction:column;min-height:100vh;background-color:#fbf0d6;color:#0d0b07;font-family:Montserrat,Arial,sans-serif;font-weight:400;line-height:1.7;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}main{flex:1;display:flex;flex-direction:column}header{position:relative;min-height:65vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background-image:url(/unnamed-1.webp);background-size:cover;background-position:center}header:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0d0b0773,#0d0b07bf)}header:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:200px;height:2px;background:linear-gradient(90deg,transparent 0%,#febf2b 50%,transparent 100%)}.header__inner{position:relative;z-index:1;text-align:center;padding:4rem 2rem;width:100%;max-width:800px;animation:fadeUp .9s ease both}.header__eyebrow{display:flex;align-items:center;justify-content:center;gap:1rem;font-family:Montserrat,Arial,sans-serif;font-size:.7rem;font-weight:600;letter-spacing:.35em;text-transform:uppercase;color:#febf2b;margin-bottom:1.75rem}.header__eyebrow:before,.header__eyebrow:after{content:"";display:block;height:1px;width:36px;background:currentColor;opacity:.6}h1{font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:600;line-height:1.1;letter-spacing:.03em;margin-bottom:1.25rem;background:linear-gradient(90deg,#fff 20%,#febf2b,#fff,#febf2b,#fff);background-size:300% auto;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:shimmer 6s linear infinite}h1 span{display:block;font-size:.5em;font-weight:400;letter-spacing:.2em;text-transform:uppercase;margin-top:.4em}.header__subtitle{font-family:Cormorant Garamond,Georgia,serif;font-style:italic;font-weight:400;font-size:1.2rem;color:#ffffffd9;margin-bottom:.75rem}.header__meta{font-family:Montserrat,Arial,sans-serif;font-weight:400;font-size:.65rem;letter-spacing:.3em;text-transform:uppercase;color:#ffffff8c}.intro{padding:4.5rem 2rem;width:100%;max-width:960px;margin:0 auto}.intro__border{border-left:3px solid #febf2b;padding-left:1.75rem;margin-bottom:2.5rem}.intro__lead{font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(1.2rem,2.5vw,1.5rem);font-weight:400;line-height:1.65;color:#0d0b07}.intro__columns{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;font-family:Montserrat,Arial,sans-serif;font-size:.875rem;font-weight:400;line-height:1.85;color:#0d0b07b3}@media (max-width: 640px){.intro__columns{grid-template-columns:1fr;gap:1.5rem}}.embed{flex:1;display:flex;flex-direction:column;padding:0 2rem 4rem}.embed__wrapper{flex:1;display:flex;flex-direction:column;width:100%;max-width:960px;margin:0 auto}.embed__frame{flex:1;min-height:520px;position:relative;box-shadow:0 24px 64px #0d0b0724,0 8px 24px #0d0b071a,0 2px 6px #0d0b0712,inset 0 0 0 1px #0d0b070d}.embed__frame iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:none;display:block}footer{background-color:#0d0b07;color:#ffffffb3;padding:3rem 2rem 2rem;text-align:center;font-family:Montserrat,Arial,sans-serif}.footer__inner{max-width:960px;margin:0 auto}.footer__social{display:flex;justify-content:center;align-items:center;gap:.75rem;margin-bottom:1.75rem}.footer__social a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;border:1px solid rgba(255,255,255,.2);color:#ffffffa6;text-decoration:none;transition:color .22s ease,border-color .22s ease,transform .22s ease}.footer__social a svg{width:17px;height:17px;fill:currentColor}.footer__social a:hover{color:#febf2b;border-color:#febf2b;transform:translateY(-2px)}.footer__sep{width:36px;height:1px;margin:0 auto 1.75rem;background:linear-gradient(90deg,transparent,rgba(255,255,255,.25),transparent)}footer small{display:block;font-size:.72rem;font-weight:400;opacity:.5;line-height:2}footer small a{color:inherit;text-decoration:underline;text-underline-offset:3px}footer small a:hover{opacity:.8}
