/* Static behaviour layer; the original compiled design remains in style.css. */
.static-mobile{display:none}
.static-menu-button{border:1px solid var(--border);border-radius:999px;padding:.65rem 1rem;color:var(--foreground);background:var(--card)}
.static-mobile-nav{position:absolute;left:1.25rem;right:1.25rem;top:5rem;display:none;flex-direction:column;gap:.2rem;padding:1rem;border:1px solid var(--border);border-radius:1rem;background:var(--popover);box-shadow:var(--shadow-lift)}
.static-mobile-nav.open{display:flex}
.static-mobile-nav a{padding:.7rem .9rem;border-radius:.7rem;color:var(--foreground)}
.static-mobile-nav a:hover{background:var(--secondary);color:var(--primary)}
.form-status{flex-basis:100%;padding:.5rem 1rem 0;color:var(--primary);font-size:.78rem}
.form-status.error{color:#ff8e9d}
.ajax-form button:disabled{cursor:wait;opacity:.65}
.opacity-0{opacity:1!important}
.translate-y-8{transform:translateY(0)!important}
html,body{background:var(--background);color:var(--foreground)}
body{overflow-x:hidden}
main,section,footer,header{width:100%}
.legacy-home-hero{display:none}

/* Brand mark: an architectural portal framing a faceted gaming table. */
.brand-lockup{display:grid!important;grid-template-columns:2.8rem auto;grid-template-rows:auto auto;align-items:center!important;column-gap:.75rem!important;row-gap:0!important}
.brand-mark{position:relative;grid-row:1/3;width:2.8rem;height:2.8rem;color:var(--primary);transition:transform .45s cubic-bezier(.22,1,.36,1)}
.brand-mark::before,.brand-mark::after{content:"";position:absolute;bottom:.15rem;width:.35rem;height:.35rem;border-bottom:1px solid currentColor}
.brand-mark::before{left:.12rem;border-left:1px solid currentColor}
.brand-mark::after{right:.12rem;border-right:1px solid currentColor}
.brand-mark__arch{position:absolute;inset:.14rem .35rem .28rem;border:1px solid currentColor;border-bottom:0;border-radius:1.3rem 1.3rem 0 0}
.brand-mark__arch::before{content:"";position:absolute;inset:.34rem;border:1px solid color-mix(in srgb,currentColor 50%,transparent);border-bottom:0;border-radius:.9rem .9rem 0 0}
.brand-mark__gem{position:absolute;left:50%;top:52%;width:.92rem;height:.92rem;border:1px solid currentColor;transform:translate(-50%,-50%) rotate(45deg);background:color-mix(in srgb,var(--background) 82%,transparent);box-shadow:inset 0 0 0 .17rem color-mix(in srgb,currentColor 18%,transparent)}
.brand-mark__line{position:absolute;left:.14rem;right:.14rem;bottom:.27rem;border-top:1px solid currentColor}
.brand-wordmark{grid-column:2;align-self:end;line-height:.95}
.brand-lockup>.text-eyebrow{grid-column:2;align-self:start;margin-top:.25rem;font-size:.55rem;letter-spacing:.12em}
.brand-lockup:hover .brand-mark{transform:translateY(-2px)}
@media(max-width:520px){
  .brand-lockup{grid-template-columns:2.35rem auto;column-gap:.55rem!important}
  .brand-mark{width:2.35rem;height:2.35rem}
  .brand-wordmark{font-size:1.25rem!important}
}

/* Home hero */
.home-hero{position:relative;isolation:isolate;min-height:calc(100svh - 5rem);overflow:hidden;background:#0d0c10;color:#fff}
.home-hero__media{position:absolute;inset:0;z-index:-3}
.home-hero__media img{width:100%;height:100%;object-fit:cover;object-position:center 45%;transform:scale(1.015);animation:hero-settle 1.6s cubic-bezier(.22,1,.36,1) both}
.home-hero__shade{position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,rgba(9,8,12,.91) 0%,rgba(9,8,12,.73) 37%,rgba(9,8,12,.12) 72%),linear-gradient(0deg,rgba(9,8,12,.86) 0%,transparent 45%)}
.home-hero__frame{width:min(100%,1400px);min-height:calc(100svh - 5rem);margin:0 auto;padding:2rem 2.5rem 0;display:grid;grid-template-columns:minmax(0,1fr) 12rem;grid-template-rows:auto 1fr auto}
.home-hero__topline{grid-column:1/-1;display:flex;justify-content:space-between;align-items:center;padding-bottom:1.25rem;border-bottom:1px solid rgba(255,255,255,.28);font-size:.68rem;line-height:1.4;text-transform:uppercase;letter-spacing:.15em;color:rgba(255,255,255,.64)}
.home-hero__content{align-self:end;max-width:880px;padding:5rem 0 3.5rem}
.home-hero__kicker{display:flex;align-items:center;gap:1rem;margin-bottom:1.4rem;font-size:.72rem;text-transform:uppercase;letter-spacing:.14em;color:rgba(255,255,255,.72)}
.home-hero__kicker span{display:grid;place-items:center;width:2.15rem;height:2.15rem;border:1px solid rgba(255,255,255,.4);border-radius:50%;color:#fff}
.home-hero h1{margin:0;max-width:900px;font-family:"Cormorant Garamond",serif;font-size:clamp(4.2rem,8.4vw,8.2rem);font-weight:400;line-height:.78;letter-spacing:0;color:#fff}
.home-hero h1 em{font-weight:300;color:#c9a8ee}
.home-hero__intro{display:grid;grid-template-columns:minmax(260px,420px) auto;align-items:end;gap:2.5rem;margin-top:3rem}
.home-hero__intro>p{margin:0;font-size:.98rem;line-height:1.75;color:rgba(255,255,255,.72)}
.home-hero__cta{display:inline-flex;align-items:center;justify-content:space-between;gap:2rem;min-width:12rem;padding:1rem 0;border-bottom:1px solid rgba(255,255,255,.7);font-size:.72rem;font-weight:500;text-transform:uppercase;letter-spacing:.15em;color:#fff;transition:color .3s,border-color .3s}
.home-hero__cta:hover{color:#d7b9f5;border-color:#d7b9f5}
.home-hero__cta svg{transition:transform .3s}
.home-hero__cta:hover svg{transform:translateX(5px)}
.home-hero__rail{grid-column:2;grid-row:2/4;align-self:end;border-left:1px solid rgba(255,255,255,.28)}
.home-hero__rail a{display:flex;align-items:center;gap:.9rem;padding:1.35rem 1.1rem;border-top:1px solid rgba(255,255,255,.28);font-family:"Cormorant Garamond",serif;font-size:1.2rem;color:rgba(255,255,255,.82);transition:background .3s,color .3s}
.home-hero__rail a:last-child{border-bottom:1px solid rgba(255,255,255,.28)}
.home-hero__rail a:hover{background:rgba(255,255,255,.09);color:#fff}
.home-hero__rail span{font-family:"Jost",sans-serif;font-size:.58rem;letter-spacing:.1em;color:#c9a8ee}
@keyframes hero-settle{from{opacity:.5;transform:scale(1.08)}to{opacity:1;transform:scale(1.015)}}
@media(max-width:900px){
  .home-hero__media img{object-position:61% center}
  .home-hero__shade{background:linear-gradient(90deg,rgba(9,8,12,.9),rgba(9,8,12,.3)),linear-gradient(0deg,rgba(9,8,12,.94) 0%,rgba(9,8,12,.15) 68%)}
  .home-hero__frame{padding:1.25rem 1.25rem 0;grid-template-columns:1fr;grid-template-rows:auto 1fr auto}
  .home-hero__topline span{display:none}
  .home-hero__content{padding:4rem 0 2.5rem}
  .home-hero h1{font-size:clamp(3.7rem,18vw,6.6rem);line-height:.82}
  .home-hero__intro{grid-template-columns:1fr;gap:1.2rem;margin-top:2rem}
  .home-hero__intro>p{max-width:34rem;font-size:.9rem}
  .home-hero__cta{min-width:0;width:min(100%,15rem)}
  .home-hero__rail{grid-column:1;grid-row:3;display:grid;grid-template-columns:repeat(4,1fr);border-left:0;border-top:1px solid rgba(255,255,255,.28)}
  .home-hero__rail a{justify-content:center;padding:1rem .4rem;border:0;border-right:1px solid rgba(255,255,255,.28);font-size:.9rem}
  .home-hero__rail a:last-child{border:0}
  .home-hero__rail span{display:none}
}
@media(max-width:520px){
  .home-hero__topline{font-size:.58rem}
  .home-hero__content{padding-top:3rem}
  .home-hero__kicker{font-size:.61rem}
  .home-hero__rail a{font-size:.78rem}
}
@media(prefers-reduced-motion:reduce){.home-hero__media img{animation:none}}
@media(max-width:1279px){.static-mobile{display:block}.static-mobile-nav{z-index:80}}
