.hero[data-astro-cid-ge2uvauf]{background:var(--night);color:#fff;isolation:isolate;align-items:flex-end;min-height:74svh;display:flex;position:relative;overflow:hidden}.hero--tall[data-astro-cid-ge2uvauf]{align-items:center;min-height:100svh}.hero__media[data-astro-cid-ge2uvauf]{z-index:-1;position:absolute;inset:0}.hero__media[data-astro-cid-ge2uvauf] img{object-fit:cover;will-change:transform;width:100%;height:100%;animation:hero-kenburns 6.5s var(--ease-out) both}@keyframes hero-kenburns{0%{transform:scale(1.07)}to{transform:scale(1)}}.hero__scrim[data-astro-cid-ge2uvauf]{background:linear-gradient(#090c126b,#0000 16%),linear-gradient(#090c120d 0%,#090c1224 62%,#090c1299 100%),radial-gradient(130% 100% at 50% 0,#0000 60%,#090c1242 100%);position:absolute;inset:0}.hero--tall[data-astro-cid-ge2uvauf] .hero__scrim[data-astro-cid-ge2uvauf]{background:linear-gradient(#090c1261,#0000 14%),linear-gradient(#090c1214 0%,#090c121f 60%,#090c128c 100%),radial-gradient(90% 90% at 50% 58%,#090c1257,#0000 68%)}.hero__content[data-astro-cid-ge2uvauf]{width:min(var(--container), 100% - var(--gutter) * 2);padding-block:clamp(5rem,12vh,8.5rem)}.hero--tall[data-astro-cid-ge2uvauf] .hero__content[data-astro-cid-ge2uvauf]{text-align:center;flex-direction:column;align-items:center;display:flex}.hero__overline[data-astro-cid-ge2uvauf]{letter-spacing:.32em;text-transform:uppercase;color:#ffffffd9;animation:hero-up 1s var(--ease-out) .2s both;align-items:center;gap:1rem;margin-bottom:1.3rem;font-size:.75rem;font-weight:700;display:flex}.hero--tall[data-astro-cid-ge2uvauf] .hero__overline[data-astro-cid-ge2uvauf]:before,.hero--tall[data-astro-cid-ge2uvauf] .hero__overline[data-astro-cid-ge2uvauf]:after{content:"";background:var(--gold);width:2.6rem;height:1px}.hero__title[data-astro-cid-ge2uvauf]{letter-spacing:-.012em;max-width:16ch;animation:hero-up 1.1s var(--ease-out) .38s both;font-size:clamp(3rem,9vw,6.4rem);font-weight:510;line-height:1.02}.hero__tagline[data-astro-cid-ge2uvauf]{color:#ffffffe0;max-width:52ch;animation:hero-up 1.1s var(--ease-out) .56s both;margin-top:1.4rem;font-size:clamp(1.05rem,1.8vw,1.3rem);font-weight:450;line-height:1.65}.hero__actions[data-astro-cid-ge2uvauf]{animation:hero-up 1.1s var(--ease-out) .72s both;flex-wrap:wrap;gap:1rem;margin-top:2.3rem;display:flex}.hero__actions[data-astro-cid-ge2uvauf]:empty{display:none}@keyframes hero-up{0%{opacity:0;transform:translateY(34px)}to{opacity:1;transform:none}}.hero__scroll[data-astro-cid-ge2uvauf]{bottom:1.8rem;letter-spacing:.3em;text-transform:uppercase;color:#ffffffbf;width:fit-content;animation:hero-up 1s var(--ease-out) 1s both;flex-direction:column;align-items:center;gap:.5rem;margin-inline:auto;font-size:.68rem;font-weight:700;transition:color .3s;display:flex;position:absolute;inset-inline:0}.hero__scroll[data-astro-cid-ge2uvauf]:hover{color:#fff}.hero__scroll[data-astro-cid-ge2uvauf] svg{animation:2.2s ease-in-out infinite hero-bounce}@keyframes hero-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(7px)}}@media (width<=480px){.hero__overline[data-astro-cid-ge2uvauf]{letter-spacing:.22em;flex-wrap:wrap;justify-content:center;row-gap:.4rem;font-size:.66rem}.hero--tall[data-astro-cid-ge2uvauf] .hero__overline[data-astro-cid-ge2uvauf]:before,.hero--tall[data-astro-cid-ge2uvauf] .hero__overline[data-astro-cid-ge2uvauf]:after{width:1.6rem}}@media (prefers-reduced-motion:reduce){.hero__media[data-astro-cid-ge2uvauf] img,.hero__overline[data-astro-cid-ge2uvauf],.hero__title[data-astro-cid-ge2uvauf],.hero__tagline[data-astro-cid-ge2uvauf],.hero__actions[data-astro-cid-ge2uvauf],.hero__scroll[data-astro-cid-ge2uvauf],.hero__scroll[data-astro-cid-ge2uvauf] svg{animation:none!important}}.amen__head[data-astro-cid-g74kjmup]{margin-inline:auto;text-align:center;max-width:720px;margin-bottom:clamp(2.5rem,6vw,4.5rem)}.amen__grid[data-astro-cid-g74kjmup]{grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem;padding:0;list-style:none;display:grid}@media (width>=640px){.amen__grid[data-astro-cid-g74kjmup]{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}}@media (width>=1000px){.amen__grid[data-astro-cid-g74kjmup]{grid-template-columns:repeat(4,minmax(0,1fr))}}.amen__item[data-astro-cid-g74kjmup]{background:var(--bg);border:1px solid var(--hairline);min-width:0;transition:transform .5s var(--ease-out), box-shadow .5s var(--ease-out), border-color .3s ease;border-radius:12px;align-items:center;gap:.95rem;padding:1.05rem 1.15rem;display:flex}.amen__item[data-astro-cid-g74kjmup]:hover{border-color:var(--hairline-gold);transform:translateY(-4px);box-shadow:0 18px 34px -22px #23201b59}.amen__icon[data-astro-cid-g74kjmup]{border:1px solid var(--hairline-gold);width:52px;height:52px;color:var(--terra);background:var(--bg-alt);transition:background-color .35s ease, color .35s ease, transform .5s var(--ease-out);border-radius:999px;flex:none;place-items:center;display:grid}.amen__item[data-astro-cid-g74kjmup]:hover .amen__icon[data-astro-cid-g74kjmup]{background:var(--terra);color:#fff;transform:scale(1.06)rotate(-4deg)}.amen__label[data-astro-cid-g74kjmup]{overflow-wrap:break-word;min-width:0;font-size:.92rem;font-weight:600;line-height:1.35}@media (width<=420px){.amen__item[data-astro-cid-g74kjmup]{text-align:center;flex-direction:column;gap:.6rem;padding:1rem .6rem}.amen__icon[data-astro-cid-g74kjmup]{width:46px;height:46px}.amen__label[data-astro-cid-g74kjmup]{font-size:.85rem}}
