@font-face{font-family:InterDisplay;src:url('/fonts/InterDisplay-Regular.otf') format('opentype');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:InterDisplay;src:url('/fonts/InterDisplay-Medium.otf') format('opentype');font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:InterDisplay;src:url('/fonts/InterDisplay-SemiBold.otf') format('opentype');font-weight:600;font-style:normal;font-display:swap}
@font-face{font-family:InterDisplay;src:url('/fonts/InterDisplay-ExtraBold.otf') format('opentype');font-weight:800;font-style:normal;font-display:swap}
/* Existing frontend tokens and ProductHome hero colours. */
:root,.dark{color-scheme:dark;--background:#121317;--foreground:#F4F4F2;--card:#17181C;--primary:#9283FF;--primary-foreground:#0F0E1C;--muted-foreground:#A0A3AD;--border:rgba(255,255,255,.06);--line-strong:rgba(255,255,255,.12);--hero:#201e30;--hero-accent:#b7aaff;--hero-dim:#c1bdcf;--felt:#1E1C34;--felt-hi:#2C2A43;--felt-rim:#4A486D}
*{box-sizing:border-box}
html{min-width:280px;background:var(--background)}
body{margin:0;color:var(--foreground);font-family:InterDisplay,Arial,sans-serif;-webkit-font-smoothing:antialiased}
::selection{background:var(--primary);color:var(--primary-foreground)}
.site-shell{max-width:1600px;min-height:100svh;display:flex;flex-direction:column;margin:auto;padding:0 clamp(20px,4.5vw,72px)}
.site-header{min-height:108px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.wordmark{display:block;width:118px;height:auto}
.status{display:flex;align-items:center;gap:9px;font-size:12px;color:var(--muted-foreground)}
.status>span{width:6px;height:6px;border-radius:50%;background:var(--primary)}
main{flex:1;display:flex;flex-direction:column;justify-content:center;padding:20px 0 16px}
.hero{position:relative;isolation:isolate;display:grid;grid-template-columns:1fr 1.05fr;align-items:center;min-height:545px;padding:68px 0 68px clamp(30px,4.2vw,66px);overflow:hidden;border:1px solid rgba(146,131,255,.2);border-radius:24px;background:var(--hero)}
.hero::before{content:'';position:absolute;z-index:-1;width:65%;aspect-ratio:1;right:-10%;top:-45%;background:radial-gradient(circle,rgba(146,131,255,.1),transparent 65%);pointer-events:none}
.hero-copy{position:relative;z-index:2}
.eyebrow{margin:0 0 27px;font-size:10px;font-weight:600;letter-spacing:.18em;color:var(--hero-dim)}
h1{margin:0;font-size:clamp(36px,3.8vw,58px);font-weight:600;line-height:1.04;letter-spacing:-.055em}
h1 span{color:var(--hero-accent)}
.intro{margin:30px 0 0;font-size:18px;line-height:1.6;letter-spacing:-.015em}
.description{max-width:390px;margin:16px 0 0;font-size:14px;line-height:1.75;color:var(--hero-dim)}
.social-links{display:flex;flex-wrap:wrap;gap:0 24px;margin-top:16px}
.social-link{display:inline-flex;align-items:center;gap:10px;min-height:44px;color:var(--hero-accent);font-size:14px;font-weight:500;text-decoration:underline;text-underline-offset:4px;text-decoration-color:rgba(183,170,255,.4)}
.social-link:hover{color:var(--foreground);text-decoration-color:currentColor}
.social-link:focus-visible{outline:2px solid var(--primary);outline-offset:5px;border-radius:3px}
.poker-scene{position:relative;min-width:0;padding:36px 20px 0 0}
.table-art{width:112%;margin-left:-7%;container-type:inline-size;aspect-ratio:1.45;position:relative}
.table-motion{position:absolute;inset:0;animation:table-arrive 1.4s cubic-bezier(.16,1,.3,1) both}
/* TableSkin wide felt: original 4096/1609 aspect, stadium rim, one watermark.
   Original 1000px-stage shadow and mark metrics scale in container units. */
.felt-oval{position:absolute;left:4.5%;top:24%;width:91%;aspect-ratio:4096 / 1609;border-radius:9999px;border:1.1cqw solid var(--felt-rim);background:radial-gradient(70% 60% at 50% 45%,var(--felt-hi),var(--felt) 78%);box-shadow:inset 0 0 9cqw rgba(0,0,0,.55),0 3cqw 8cqw rgba(0,0,0,.5)}
.felt-watermark{position:absolute;left:50%;top:50%;width:17.7cqw;height:auto;transform:translate(-50%,-50%);opacity:.06}
.board{position:absolute;left:50%;top:42%;display:flex;gap:1cqw;transform:translate(-50%,-50%)}
.dealt-card{width:8.2cqw;aspect-ratio:171 / 213;animation:deal-card .95s cubic-bezier(.16,1,.3,1) both}
.card-one{animation-delay:.55s}.card-two{animation-delay:.75s}.card-three{animation-delay:.95s}
/* Exact CardArt face/back recipe, including native suit paths and colours. */
.card-art{container-type:inline-size;width:100%;height:100%;aspect-ratio:171 / 213}
.card-art__face{width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between;background:#fff;border-radius:14cqw;box-shadow:0 2px 6px rgba(0,0,0,.4);padding:8cqw 11cqw;overflow:hidden}
.card-art__rank{font-size:46cqw;font-weight:800;line-height:1;letter-spacing:-.06em;font-variant-numeric:tabular-nums}
.card-art__suit{align-self:flex-end;width:40cqw;height:40cqw;flex-shrink:0}
.spades{color:#1A1C20}.hearts{color:#E5484D}.clubs{color:#1FA35B}
.card-back{display:block;width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 2px 6px rgba(0,0,0,.4))}
.hole-cards{position:absolute;left:48%;top:70%;width:17cqw;height:13cqw;animation:hand-arrive 1s .3s cubic-bezier(.16,1,.3,1) both}
.hole-card{position:absolute;width:9cqw;aspect-ratio:171 / 213;transition:transform .45s cubic-bezier(.16,1,.3,1)}
.hole-first{left:0;transform:rotate(-14deg)}.hole-second{left:5cqw;top:1cqw;transform:rotate(12deg)}
@media(hover:hover){.poker-scene:hover .hole-first{transform:translate(-2px,-5px) rotate(-19deg)}.poker-scene:hover .hole-second{transform:translate(2px,-5px) rotate(17deg)}}
.scene-caption{text-align:center;margin:4px 0 0;font-size:12px;color:var(--hero-dim);letter-spacing:.01em}
.afterword{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:34px 4px 36px}
.afterword-label{font-size:9px;font-weight:500;letter-spacing:.16em;color:var(--muted-foreground)}
.afterword p{font-size:14px;line-height:1.6;margin:0;color:var(--muted-foreground)}
.mobile-break{display:none}
.site-footer{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:76px;border-top:1px solid var(--border);color:var(--muted-foreground);font-size:11px}
.site-footer>span:first-child{font-size:9px;font-weight:500;letter-spacing:.14em}
@keyframes table-arrive{from{opacity:0;transform:translateY(24px) scale(.97)}to{opacity:1;transform:none}}
@keyframes deal-card{from{opacity:0;transform:translate(75px,50px) rotate(18deg) scale(.9)}to{opacity:1;transform:none}}
@keyframes hand-arrive{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}
@media(max-width:1100px){.hero{grid-template-columns:1.05fr 1fr;padding-left:34px;min-height:505px}h1{font-size:clamp(32px,3.8vw,44px)}.intro{font-size:16px}.description{font-size:13px}.poker-scene{padding-right:12px}.table-art{width:116%;margin-left:-10%}.desktop-break{display:none}}
@media(max-width:760px){.site-shell{padding:0 20px}.site-header{min-height:86px;gap:16px}.wordmark{width:100px}.status{font-size:10px;gap:7px}main{padding-top:10px;justify-content:flex-start}.hero{display:flex;flex-direction:column;align-items:stretch;padding:34px 26px 28px;min-height:0}.eyebrow{font-size:9px;margin-bottom:22px}h1{font-size:clamp(28px,6.7vw,46px)}.intro{margin-top:24px;font-size:16px}.description{font-size:13px;max-width:460px;margin-top:14px}.poker-scene{padding:12px 0 0;margin:0 -14px}.table-art{width:100%;margin:0;aspect-ratio:1.65}.felt-oval{top:20%}.board{top:41%}.hole-cards{top:69%}.scene-caption{font-size:11px;margin:14px 0 0}.afterword{padding:28px 3px;align-items:flex-start;gap:16px}.afterword-label{font-size:8px;max-width:115px;line-height:1.8}.afterword p{font-size:12px;text-align:right}.mobile-break{display:block}.site-footer{min-height:70px;font-size:10px;gap:16px}.site-footer>span:first-child{font-size:8px;letter-spacing:.09em}}
@media(max-width:360px){.site-shell{padding:0 16px}.status{font-size:9px}.wordmark{width:86px}.hero{padding:28px 20px 24px}h1{font-size:28px}.intro{font-size:14px}.description{font-size:12px}.afterword-label{max-width:85px}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation:none!important;transition:none!important}.poker-scene:hover .hole-first{transform:rotate(-14deg)}.poker-scene:hover .hole-second{transform:rotate(12deg)}}
