/*
Theme Name: GJP Noir
Theme URI: https://gojackpot.com/
Author: GJP Web Team
Description: Premium black and amber entertainment landing page with editable WordPress Customizer content.
Version: 1.5.0
Requires at least: 6.7
Requires PHP: 8.1
Text Domain: gjp-noir
*/


/* Multi-page category experience. */
.nav-links a[aria-current="page"] { color: var(--text); text-decoration: underline; text-decoration-color: var(--accent); text-decoration-thickness: 2px; text-underline-offset: 7px; }
.content-hero { position: relative; min-height: 680px; display: grid; overflow: hidden; background: #080c16; color: #fff; isolation: isolate; }
.content-hero-media { position: absolute; inset: 0; z-index: -2; }
.content-hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,8,17,.94) 0 38%, rgba(4,8,17,.48) 68%, rgba(4,8,17,.18)), linear-gradient(0deg, rgba(4,8,17,.72), transparent 55%); }
.content-hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 64% center; transition: transform .7s cubic-bezier(.16,1,.3,1); }
.content-hero-media:hover img { transform: scale(1.025); }
.content-hero-inner { display: flex; align-items: center; padding-block: clamp(70px, 10vw, 130px); }
.content-hero-copy { max-width: 660px; }
.content-hero-copy h1 { max-width: 12ch; margin: 0; font-size: clamp(3.2rem, 7.2vw, 6.4rem); line-height: .92; letter-spacing: -.065em; }
.content-hero-copy > p:not(.eyebrow) { max-width: 48ch; margin: 24px 0 30px; color: rgba(255,255,255,.78); font-size: clamp(1rem, 1.5vw, 1.18rem); }
.content-intro { display: grid; grid-template-columns: .84fr 1.16fr; align-items: center; gap: clamp(38px, 8vw, 110px); padding-block: clamp(76px, 10vw, 128px); }
.content-intro h2, .guide-copy h2, .content-faq h2 { margin: 0; font-size: clamp(2.3rem, 5vw, 4.6rem); line-height: .98; letter-spacing: -.055em; }
.content-intro-copy > p:last-child, .guide-copy > p:last-child { max-width: 58ch; margin: 24px 0 0; color: var(--muted); }
.content-brand-visual { position: relative; min-height: 410px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); color: #fff; text-decoration: none; }
.content-brand-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,8,16,.86), transparent 62%); }
.content-brand-visual img { width: 100%; height: 100%; min-height: 410px; object-fit: cover; transition: transform .55s cubic-bezier(.16,1,.3,1); }
.content-brand-visual:hover img { transform: scale(1.035); }
.content-brand-visual span { position: absolute; z-index: 2; left: 28px; bottom: 24px; font-size: 1.25rem; font-weight: 900; }
.content-bento { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; padding-bottom: clamp(76px, 10vw, 126px); }
.content-tile { min-height: 270px; padding: clamp(26px, 4vw, 46px); border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); box-shadow: var(--shadow); }
.content-tile:nth-child(1), .content-tile:nth-child(4) { grid-column: span 7; }
.content-tile:nth-child(2), .content-tile:nth-child(3) { grid-column: span 5; }
.content-tile:nth-child(1) { color: #fff; background: color-mix(in srgb, var(--accent) 72%, #101827); }
.content-tile:nth-child(4) { background: var(--surface-2); }
.tile-index { color: var(--accent); font-size: .72rem; font-weight: 950; letter-spacing: .14em; }
.content-tile:nth-child(1) .tile-index { color: rgba(255,255,255,.7); }
.content-tile h2 { max-width: 15ch; margin: 56px 0 12px; font-size: clamp(1.8rem, 3.7vw, 3.25rem); line-height: 1; letter-spacing: -.045em; }
.content-tile p { max-width: 48ch; margin: 0; color: var(--muted); }
.content-tile:nth-child(1) p { color: rgba(255,255,255,.8); }
.content-guide { padding-block: clamp(72px, 10vw, 120px); border-block: 1px solid var(--line); background: var(--surface-2); }
.content-guide-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(42px, 9vw, 126px); align-items: start; }
.guide-checks { display: grid; gap: 0; border-top: 1px solid var(--line); }
.guide-check { display: grid; grid-template-columns: 52px 1fr; gap: 16px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.guide-check > span { color: var(--accent); font-size: .72rem; font-weight: 950; letter-spacing: .12em; }
.guide-check h3 { margin: 0 0 4px; font-size: 1.16rem; }
.guide-check p { margin: 0; color: var(--muted); }
.content-faq { display: grid; grid-template-columns: .68fr 1.32fr; gap: clamp(42px, 8vw, 110px); padding-block: clamp(76px, 10vw, 126px); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 24px 42px 24px 0; cursor: pointer; list-style: none; font-size: 1.08rem; font-weight: 850; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 6px; color: var(--accent); font-size: 1.5rem; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 66ch; margin: -6px 0 24px; color: var(--muted); }
.related-pages { padding-bottom: clamp(72px, 9vw, 112px); }
.related-links { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.related-links a { display: flex; justify-content: space-between; gap: 18px; padding: 22px 18px 22px 0; border-bottom: 1px solid var(--line); color: var(--text); text-decoration: none; font-weight: 850; }
.related-links a + a { padding-left: 18px; border-left: 1px solid var(--line); }
.related-links a:hover { color: var(--accent); }
.content-responsible { margin-bottom: clamp(54px, 8vw, 90px); padding: clamp(30px, 5vw, 56px); border-left: 5px solid var(--accent); background: var(--surface); }
.content-responsible h2 { margin: 0 0 10px; font-size: clamp(1.8rem, 4vw, 3rem); }
.content-responsible p { max-width: 74ch; margin: 0; color: var(--muted); }
.content-sports .content-hero-media img { object-position: 58% center; }
.content-poker .content-hero-media img { object-position: 66% center; }
.content-promotion .content-hero-media img { object-position: 55% center; }

/* Eight brand treatments carry through every category page. */
.site-fc777 .content-hero { border-bottom: 8px solid var(--accent-2); }
.site-fc777 .content-hero-copy h1, .site-betso88 .content-hero-copy h1 { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; text-transform: uppercase; }
.site-fc777 .content-tile, .site-betso88 .content-tile { box-shadow: none; }
.site-phtayacasino .content-hero { border-radius: 0 0 72px 72px; }
.site-phtayacasino .content-tile:nth-child(1) { background: linear-gradient(135deg, var(--accent), var(--accent-2)); }
.site-phtayacasino .content-brand-visual { border-radius: 52px 14px 52px 14px; transform: rotate(1deg); }
.site-pub777 .content-hero { min-height: 620px; border-bottom: 12px solid var(--accent); }
.site-pub777 .content-tile { border-radius: 2px; box-shadow: 8px 8px 0 color-mix(in srgb, var(--accent) 18%, transparent); }
.site-gojackpot .content-hero { margin: 22px; min-height: 720px; border-radius: 26px; }
.site-gojackpot .content-hero-copy h1 { text-transform: uppercase; }
.site-gojackpot .content-brand-visual { clip-path: polygon(0 0, 94% 0, 100% 14%, 100% 100%, 0 100%); }
.site-winforlife88 .content-hero { width: min(1180px, calc(100% - 32px)); min-height: 650px; margin: 44px auto 0; }
.site-winforlife88 .content-hero-copy h1, .site-winforlife88 .content-intro h2, .site-winforlife88 .content-tile h2, .site-winforlife88 .content-faq h2 { font-family: Georgia, serif; }
.site-winforlife88 .content-tile { border-radius: 0; box-shadow: none; }
.site-winplus .content-hero { border-radius: 0 0 80px 0; }
.site-winplus .content-hero-copy h1 { max-width: 10ch; text-transform: uppercase; font-weight: 1000; }
.site-winplus .content-tile { border-radius: 18px 4px 18px 4px; }
.site-betso88 .content-hero { min-height: 630px; border: 8px solid #fff; outline: 1px solid var(--line); }
.site-betso88 .content-bento { gap: 8px; }
.site-betso88 .content-tile { border-radius: 0; }
.site-777pubcasino .content-hero { width: min(1180px, calc(100% - 32px)); margin: 38px auto 0; border: 2px solid var(--accent); border-radius: 220px 220px 20px 20px; }
.site-777pubcasino .content-hero-copy { padding-top: 90px; }
.site-777pubcasino .content-hero-copy h1, .site-777pubcasino .content-intro h2, .site-777pubcasino .content-tile h2, .site-777pubcasino .content-faq h2 { font-family: Georgia, serif; }
.site-777pubcasino .content-brand-visual { border: 2px solid var(--accent); border-radius: 120px 18px 18px 18px; }
.site-777pubcasino .content-responsible { border-left: 0; border-block: 1px solid var(--accent); background: transparent; }

@media (max-width: 900px) {
  .nav { min-height: 64px; flex-wrap: wrap; padding-block: 10px; }
  .nav-links { order: 2; width: 100%; gap: 18px; padding-bottom: 4px; overflow-x: auto; scrollbar-width: thin; }
  .nav-links a:not(.button) { display: inline-flex; }
  .nav-links .button { min-height: 38px; padding-inline: 16px; }
  .content-hero { min-height: 620px; }
  .content-intro, .content-guide-grid, .content-faq { grid-template-columns: 1fr; }
  .content-brand-visual { min-height: 360px; }
  .content-tile:nth-child(n) { grid-column: span 6; }
  .related-links { grid-template-columns: 1fr; }
  .related-links a + a { padding-left: 0; border-left: 0; }
  .site-gojackpot .content-hero { margin: 12px; }
}

@media (max-width: 620px) {
  .nav-links { gap: 16px; }
  .nav-links a { font-size: .74rem; }
  .content-hero, .site-pub777 .content-hero { min-height: 560px; }
  .content-hero-media::after { background: linear-gradient(0deg, rgba(4,8,17,.96) 0 34%, rgba(4,8,17,.58) 72%, rgba(4,8,17,.18)); }
  .content-hero-inner { align-items: flex-end; padding-block: 60px; }
  .content-hero-copy h1 { max-width: 10ch; font-size: clamp(3rem, 15vw, 4.7rem); }
  .content-bento { grid-template-columns: 1fr; }
  .content-tile:nth-child(n) { grid-column: auto; min-height: 240px; }
  .content-tile h2 { margin-top: 40px; }
  .content-brand-visual, .content-brand-visual img { min-height: 300px; }
  .site-phtayacasino .content-hero { border-radius: 0 0 36px 36px; }
  .site-gojackpot .content-hero { margin: 8px; min-height: 590px; border-radius: 16px; }
  .site-winforlife88 .content-hero { width: calc(100% - 24px); margin-top: 18px; }
  .site-betso88 .content-hero { border-width: 4px; }
  .site-777pubcasino .content-hero { width: calc(100% - 24px); margin-top: 18px; border-radius: 90px 90px 16px 16px; }
  .site-777pubcasino .content-hero-copy { padding-top: 50px; }
}
:root {
  color-scheme: light dark;
  --bg: #f5f3ef;
  --surface: #ffffff;
  --surface-2: #eae5dc;
  --text: #18191d;
  --muted: #5d5b59;
  --accent: #c65c13;
  --accent-2: #9e2f18;
  --line: rgba(24, 25, 29, .15);
  --radius: 10px;
  --shadow: 0 24px 58px rgba(40, 27, 14, .16);
}

@media (prefers-color-scheme: dark) {
  :root {
    --bg: #09090a;
    --surface: #121214;
    --surface-2: #1a1715;
    --text: #f5f2ed;
    --muted: #bbb4aa;
    --line: rgba(245, 242, 237, .14);
    --shadow: 0 24px 60px rgba(0, 0, 0, .44);
  }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.62; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.skip-link { position: fixed; top: -80px; left: 12px; z-index: 100; padding: 10px 14px; color: var(--bg); background: var(--text); border-radius: 8px; }
.skip-link:focus { top: 12px; }
.site-shell { width: min(1120px, calc(100% - 32px)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid var(--line); background: var(--bg); background: color-mix(in srgb, var(--bg) 92%, transparent); backdrop-filter: blur(18px); }
.nav { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--text); text-decoration: none; font-size: clamp(1.12rem, 2vw, 1.46rem); font-weight: 900; letter-spacing: .025em; text-transform: uppercase; }
.brand-mark { width: 10px; height: 28px; border-radius: 4px; background: linear-gradient(var(--accent), var(--accent-2)); box-shadow: inset 0 1px 0 rgba(255,255,255,.36); }
.nav-links { display: flex; align-items: center; gap: 24px; white-space: nowrap; }
.nav-links a { color: var(--muted); text-decoration: none; font-size: .8rem; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.button { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; padding: 0 20px; border: 0; border-radius: 8px; color: #1a120b; background: var(--accent); text-decoration: none; font-weight: 850; white-space: nowrap; transition: transform .2s ease, filter .2s ease; box-shadow: 0 12px 28px color-mix(in srgb, var(--accent) 22%, transparent); }
.button:hover { filter: brightness(1.08); transform: translateY(-2px); }
.button:active { transform: scale(.98); }
.button:focus-visible, .nav-links a:focus-visible, .hero-visual:focus-visible, .category:focus-visible, .promo-visual:focus-visible { outline: 3px solid color-mix(in srgb, var(--accent) 72%, #fff); outline-offset: 4px; }
.hero-wrap { padding: clamp(28px, 5vw, 58px) 0 clamp(68px, 9vw, 110px); }
.hero { position: relative; min-height: min(720px, calc(100dvh - 100px)); overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #08090d; box-shadow: var(--shadow); }
.hero-visual { position: absolute; inset: 0; display: block; }
.hero-visual picture { display:block; width:100%; height:100%; }
.hero-visual::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(7,7,8,.96) 0%, rgba(7,7,8,.8) 39%, rgba(7,7,8,.1) 70%), linear-gradient(0deg, rgba(7,7,8,.6), transparent 42%); }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: 67% center; filter: saturate(.68) sepia(.3) hue-rotate(333deg) brightness(.72) contrast(1.08); transition: transform .65s cubic-bezier(.16,1,.3,1); }
.hero-visual:hover img { transform: scale(1.025); }
.hero-copy { position: relative; z-index: 2; display: flex; min-height: inherit; max-width: 620px; padding: clamp(42px, 7vw, 84px); flex-direction: column; justify-content: center; align-items: flex-start; color: #f9f7f3; pointer-events: none; }
.hero-copy > * { pointer-events: auto; }
.hero-copy h1 { max-width: 13ch; margin: 0; font-size: clamp(3.1rem, 6.2vw, 5.4rem); line-height: .94; letter-spacing: -.06em; }
.hero-copy p { max-width: 42ch; margin: 24px 0 30px; color: #d1cbc2; font-size: clamp(1rem, 1.5vw, 1.16rem); }
.section { padding-block: clamp(72px, 10vw, 122px); }
.intro { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(34px, 8vw, 112px); align-items: start; }
.intro h2, .promos h2 { margin: 0; font-size: clamp(2.35rem, 5vw, 4.8rem); line-height: .98; letter-spacing: -.055em; }
.intro-copy { max-width: 62ch; color: var(--muted); }
.intro-copy p { margin: 0 0 20px; }
.category-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 42px; }
.category { color: var(--text); text-decoration: none; }
.category-media { position: relative; display: block; overflow: hidden; aspect-ratio: 1/1; border-radius: 50%; border: 1px solid var(--line); background: var(--surface); box-shadow: var(--shadow); }
.category-media picture, .promo-visual picture { display:block; width:100%; height:100%; }
.category-media::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at center, transparent 36%, rgba(4,4,5,.45)); }
.category img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.62) sepia(.36) hue-rotate(334deg) brightness(.7); transition: transform .45s cubic-bezier(.16,1,.3,1); }
.category:nth-child(1) img { object-position: 56% 55%; }
.category:nth-child(2) img { object-position: 38% 58%; }
.category:nth-child(3) img { object-position: 92% 48%; }
.category:nth-child(4) img { object-position: 70% 38%; }
.category:hover img { transform: scale(1.07); }
.category strong { display: block; margin-top: 16px; text-align: center; font-size: 1.04rem; }
.promo-grid { display: grid; grid-template-columns: 1.18fr .82fr; gap: 18px; }
.promo-visual { position: relative; overflow: hidden; min-height: 480px; border-radius: var(--radius); color: #fff; text-decoration: none; box-shadow: var(--shadow); }
.promo-visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 66% center; filter: saturate(.7) sepia(.32) hue-rotate(332deg) brightness(.68); transition: transform .55s cubic-bezier(.16,1,.3,1); }
.promo-visual:hover img { transform: scale(1.035); }
.promo-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent, rgba(8,7,7,.92)); }
.promo-copy { position: absolute; z-index: 2; inset: auto 30px 28px; }
.promo-copy h3 { margin: 0 0 8px; font-size: clamp(1.9rem, 4vw, 3.3rem); line-height: 1; }
.promo-copy span { color: #ded7cd; }
.promo-panel { display: flex; padding: clamp(30px, 5vw, 58px); border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface-2); flex-direction: column; justify-content: space-between; }
.promo-panel h3 { max-width: 11ch; margin: 0; font-size: clamp(2rem, 4.6vw, 4rem); line-height: 1; letter-spacing: -.05em; }
.promo-panel p { color: var(--muted); }
.responsible { padding: clamp(30px, 5vw, 56px); border-left: 5px solid var(--accent); background: var(--surface); }
.responsible h2 { margin: 0 0 12px; font-size: clamp(1.8rem, 4vw, 3rem); }
.responsible p { max-width: 74ch; margin: 0; color: var(--muted); }
.site-footer { margin-top: 70px; padding: 38px 0 46px; border-top: 1px solid var(--line); color: var(--muted); font-size: .86rem; }
.footer-row { display: flex; justify-content: space-between; align-items: flex-start; gap: 24px; }
.footer-row p { max-width: 66ch; margin: 0; }

@media (max-width: 900px) {
  .nav-links a:not(.button) { display: none; }
  .hero { min-height: 660px; }
  .intro { grid-template-columns: 1fr; }
  .category-row { grid-template-columns: 1fr 1fr; gap: 28px 18px; }
  .promo-grid { grid-template-columns: 1fr; }
  .promo-panel { min-height: 340px; }
}

@media (max-width: 620px) {
  .site-shell { width: min(100% - 24px, 1120px); }
  .nav { min-height: 64px; }
  .hero-wrap { padding-top: 12px; }
  .hero { min-height: 620px; }
  .hero-visual::before { background: linear-gradient(0deg, rgba(7,7,8,.98) 0%, rgba(7,7,8,.7) 62%, rgba(7,7,8,.15) 100%); }
  .hero-visual img { object-position: 72% 20%; }
  .hero-copy { justify-content: flex-end; padding: 30px 24px 42px; }
  .hero-copy h1 { max-width: 10ch; font-size: clamp(3.05rem, 16vw, 4.7rem); }
  .category strong { margin-top: 10px; }
  .promo-visual { min-height: 390px; }
  .footer-row { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* Signature system: shared semantic HTML with five intentionally different art directions. */
.eyebrow, .section-index { margin: 0 0 14px; color: var(--accent); font-size: .68rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.hero-monogram { position: absolute; z-index: 2; right: 22px; top: 12px; color: rgba(255,255,255,.2); font-size: clamp(5rem,14vw,12rem); font-weight: 1000; line-height: 1; letter-spacing: -.09em; }
.panel-code { display: inline-block; margin-bottom: 18px; color: var(--accent); font-size: .68rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.responsible .section-index { display: block; }

/* Win For Life 88: restrained heritage club and long-view editorial. */
body.site-winforlife88 { --bg:#f2eee3; --surface:#fcfaf3; --surface-2:#173c31; --text:#1d2c26; --muted:#637269; --line:rgba(31,90,69,.2); --radius:2px; background-image: linear-gradient(90deg, transparent 49.8%, rgba(184,139,53,.07) 50%, transparent 50.2%); }
.site-winforlife88 .brand, .site-winforlife88 h1, .site-winforlife88 h2, .site-winforlife88 h3 { font-family: Georgia, serif; }
.site-winforlife88 .brand { text-transform:none; letter-spacing:-.02em; }
.site-winforlife88 .brand-mark { width:28px; height:28px; border:1px solid var(--accent); border-radius:50%; background:transparent; }
.site-winforlife88 .button { color:#fff; background:var(--accent-2); border-radius:0; box-shadow:none; }
.site-winforlife88 .hero { min-height:680px; display:grid; grid-template-columns:.9fr 1.1fr; background:var(--surface); }
.site-winforlife88 .hero-visual { position:relative; order:2; }
.site-winforlife88 .hero-visual::before { background:linear-gradient(90deg,var(--surface),transparent 38%); }
.site-winforlife88 .hero-copy { order:1; color:var(--text); }
.site-winforlife88 .hero-copy p { color:var(--muted); }
.site-winforlife88 .hero-visual img { filter:saturate(.62) sepia(.32) hue-rotate(92deg) brightness(.82); }
.site-winforlife88 .category-row { grid-template-columns:1.3fr .7fr .7fr 1.3fr; align-items:end; }
.site-winforlife88 .category-media { border-radius:0; aspect-ratio:3/4; }
.site-winforlife88 .category:nth-child(2) .category-media, .site-winforlife88 .category:nth-child(3) .category-media { aspect-ratio:1/1.45; }
.site-winforlife88 .promo-grid { grid-template-columns:.8fr 1.2fr; }
.site-winforlife88 .promo-visual { order:2; }
.site-winforlife88 .promo-panel { color:#f5f0e4; background:var(--surface-2); }
.site-winforlife88 .promo-panel p { color:#c9d5cf; }

/* WinPlus: modular plus-grid, heavy type and hot geometry. */
body.site-winplus { --bg:#f5eee9; --surface:#fff8f3; --surface-2:#211113; --text:#271113; --muted:#74585a; --line:rgba(183,25,47,.2); --radius:14px; background-image:linear-gradient(rgba(183,25,47,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,90,31,.05) 1px,transparent 1px); background-size:48px 48px; }
.site-winplus .brand-mark { width:30px; height:30px; background:linear-gradient(var(--accent),var(--accent-2)); clip-path:polygon(34% 0,66% 0,66% 34%,100% 34%,100% 66%,66% 66%,66% 100%,34% 100%,34% 66%,0 66%,0 34%,34% 34%); }
.site-winplus .button { border-radius:4px; color:#fff; background:var(--accent-2); text-transform:uppercase; letter-spacing:.06em; }
.site-winplus .hero { min-height:720px; border-width:0; border-radius:26px 4px 26px 4px; }
.site-winplus .hero-visual img { filter:saturate(1.15) sepia(.2) hue-rotate(324deg) brightness(.65) contrast(1.15); }
.site-winplus .hero-visual::before { background:linear-gradient(90deg,rgba(21,5,8,.97) 0 46%,rgba(21,5,8,.12) 72%),linear-gradient(0deg,rgba(21,5,8,.65),transparent 45%); }
.site-winplus .hero-copy h1 { max-width:10ch; font-weight:1000; text-transform:uppercase; }
.site-winplus .category-row { grid-template-columns:repeat(3,1fr); grid-template-rows:repeat(2,220px); }
.site-winplus .category { position:relative; min-height:220px; overflow:hidden; border:1px solid var(--line); border-radius:12px; background:var(--surface); }
.site-winplus .category:first-child { grid-row:span 2; }
.site-winplus .category-media { height:100%; border:0; border-radius:0; aspect-ratio:auto; }
.site-winplus .category strong { position:absolute; z-index:4; left:18px; bottom:16px; color:#fff; text-align:left; }
.site-winplus .promo-grid { grid-template-columns:1fr 1fr; }
.site-winplus .promo-panel { border-radius:60px 12px 12px 12px; }

/* BETSO88: live odds terminal and ticket-board density. */
body.site-betso88 { --bg:#eaf1f8; --surface:#f8fbff; --surface-2:#0a2f68; --text:#0b2648; --muted:#536c88; --line:rgba(23,105,224,.22); --radius:0; background-image:repeating-linear-gradient(0deg,rgba(23,105,224,.045) 0 1px,transparent 1px 28px); }
.site-betso88 .brand, .site-betso88 h1, .site-betso88 .section-index, .site-betso88 .eyebrow { font-family:ui-monospace,SFMono-Regular,Menlo,monospace; }
.site-betso88 .brand-mark { width:10px; height:34px; border-radius:0; background:var(--accent); box-shadow:12px 0 0 var(--accent-2); }
.site-betso88 .button { color:#09203c; background:var(--accent); border-radius:0; box-shadow:6px 6px 0 rgba(23,105,224,.23); }
.site-betso88 .hero { min-height:640px; border:8px solid #fff; outline:1px solid var(--line); }
.site-betso88 .hero-visual img { filter:saturate(.5) hue-rotate(164deg) brightness(.68) contrast(1.28); }
.site-betso88 .hero-visual::before { background:linear-gradient(90deg,rgba(2,19,43,.98) 0 48%,rgba(2,19,43,.2) 78%); }
.site-betso88 .hero-copy h1 { max-width:11ch; font-size:clamp(2.8rem,5.7vw,5rem); letter-spacing:-.045em; }
.site-betso88 .category-row { gap:8px; padding:8px; background:var(--accent-2); }
.site-betso88 .category { padding:14px; color:#fff; border:1px solid rgba(255,255,255,.2); }
.site-betso88 .category-media { aspect-ratio:16/9; border-radius:0; box-shadow:none; }
.site-betso88 .category strong { text-align:left; font-family:ui-monospace,SFMono-Regular,Menlo,monospace; }
.site-betso88 .promo-visual, .site-betso88 .promo-panel { border-radius:0; }
.site-betso88 .promo-panel { color:#fff; background:var(--surface-2); }
.site-betso88 .promo-panel p { color:#b8cce4; }

/* 777 Pub Casino: burgundy marquee, arched posters and brass rules. */
body.site-777pubcasino { --bg:#251317; --surface:#32191f; --surface-2:#4b1c2a; --text:#fff4dc; --muted:#d7c1a9; --line:rgba(213,168,76,.3); --radius:18px; background-image:radial-gradient(circle at 50% 0,rgba(213,168,76,.1),transparent 30%); }
.site-777pubcasino .site-header { background:rgba(37,19,23,.94); }
.site-777pubcasino .brand, .site-777pubcasino h1, .site-777pubcasino h2, .site-777pubcasino h3 { font-family:Georgia,serif; }
.site-777pubcasino .brand-mark { width:12px; height:32px; border-radius:999px; background:var(--accent); box-shadow:0 0 18px rgba(213,168,76,.45); }
.site-777pubcasino .button { color:#2b1519; background:var(--accent); border:1px solid #f5d88d; border-radius:999px; box-shadow:0 0 24px rgba(213,168,76,.24); }
.site-777pubcasino .hero { border:2px solid var(--accent); border-radius:220px 220px 20px 20px; }
.site-777pubcasino .hero::after { content:"777 • PUB • CASINO"; position:absolute; z-index:4; top:22px; left:50%; transform:translateX(-50%); color:var(--accent); font-size:.68rem; font-weight:900; letter-spacing:.2em; white-space:nowrap; }
.site-777pubcasino .hero-visual img { filter:saturate(.55) sepia(.5) hue-rotate(305deg) brightness(.6); }
.site-777pubcasino .hero-copy { padding-top:120px; }
.site-777pubcasino .category-row { gap:26px; }
.site-777pubcasino .category-media { border:2px solid var(--accent); border-radius:100px 100px 16px 16px; }
.site-777pubcasino .promo-visual { border:2px solid var(--accent); border-radius:120px 18px 18px 18px; }
.site-777pubcasino .promo-panel { border:1px solid var(--accent); background:var(--surface-2); }
.site-777pubcasino .responsible { border-left:0; border-block:1px solid var(--accent); background:transparent; }

/* PH247: coastal day-to-night split with soft time capsules. */
body.site-ph247 { --bg:#edf7f5; --surface:#fbfffe; --surface-2:#d6eeea; --text:#143b40; --muted:#55757a; --line:rgba(8,127,140,.2); --radius:32px; background-image:radial-gradient(circle at 86% 12%,rgba(228,93,82,.14),transparent 20%),linear-gradient(180deg,rgba(255,255,255,.7),transparent 45%); }
.site-ph247 .brand-mark { width:30px; height:30px; border-radius:50%; background:linear-gradient(180deg,var(--accent) 0 50%,var(--accent-2) 50%); }
.site-ph247 .button { color:#fff; background:var(--accent-2); border-radius:999px; }
.site-ph247 .hero { min-height:650px; display:grid; grid-template-columns:1fr 1fr; background:var(--surface); border-radius:32px 140px 32px 140px; }
.site-ph247 .hero-visual { position:relative; order:1; border-radius:30px 0 0 138px; overflow:hidden; }
.site-ph247 .hero-visual::before { background:linear-gradient(0deg,rgba(6,67,72,.62),transparent 50%); }
.site-ph247 .hero-visual img { filter:saturate(.82) hue-rotate(110deg) brightness(.9); }
.site-ph247 .hero-copy { order:2; color:var(--text); }
.site-ph247 .hero-copy p { color:var(--muted); }
.site-ph247 .hero-copy h1 { max-width:10ch; }
.site-ph247 .category-row { grid-template-columns:repeat(4,1fr); }
.site-ph247 .category:nth-child(odd) { transform:translateY(34px); }
.site-ph247 .category-media { border-radius:50% 50% 18px 18px; }
.site-ph247 .promo-grid { grid-template-columns:1.25fr .75fr; }
.site-ph247 .promo-panel { border-radius:18px 90px 18px 18px; }

@media (prefers-color-scheme: dark) {
  body.site-winforlife88 { --bg:#0d1e18; --surface:#152b23; --surface-2:#1f5a45; --text:#f3efe3; --muted:#b7c6bd; --line:rgba(226,213,174,.17); }
  .site-winforlife88 .hero-copy { color:var(--text); }
  body.site-winplus { --bg:#18090c; --surface:#260f13; --surface-2:#3a1118; --text:#fff2ed; --muted:#d2ada8; --line:rgba(255,130,89,.2); }
  body.site-betso88 { --bg:#04162d; --surface:#082444; --surface-2:#0d3979; --text:#eff8ff; --muted:#adc3dc; --line:rgba(122,185,255,.2); }
  body.site-ph247 { --bg:#071f23; --surface:#0e3338; --surface-2:#15464b; --text:#effefd; --muted:#acd0d1; --line:rgba(174,236,239,.16); }
  .site-ph247 .hero-copy { color:var(--text); }
}

@media (max-width: 900px) {
  .site-winforlife88 .hero, .site-ph247 .hero { grid-template-columns:1fr; min-height:auto; }
  .site-winforlife88 .hero-visual, .site-ph247 .hero-visual { min-height:440px; order:1; }
  .site-winforlife88 .hero-copy, .site-ph247 .hero-copy { order:2; }
  .site-winforlife88 .category-row { grid-template-columns:1fr 1fr; }
  .site-winplus .category-row { grid-template-columns:1fr 1fr; grid-template-rows:auto; }
  .site-winplus .category:first-child { grid-row:auto; }
  .site-betso88 .category-row, .site-777pubcasino .category-row, .site-ph247 .category-row { grid-template-columns:1fr 1fr; }
  .site-ph247 .category:nth-child(odd) { transform:none; }
}

@media (max-width: 620px) {
  .site-winforlife88 .hero-visual, .site-ph247 .hero-visual { min-height:330px; border-radius:0; }
  .site-winforlife88 .category-row, .site-winplus .category-row, .site-betso88 .category-row, .site-777pubcasino .category-row, .site-ph247 .category-row { grid-template-columns:1fr 1fr; }
  .site-winplus .category { min-height:190px; }
  .site-betso88 .category { padding:8px; }
  .site-777pubcasino .hero { border-radius:90px 90px 16px 16px; }
  .site-777pubcasino .hero::after { top:15px; letter-spacing:.1em; }
  .site-ph247 .hero { border-radius:22px 70px 22px 70px; }
}

@media (max-width: 900px) {
  .nav { min-height: 64px; flex-wrap: wrap; padding-block: 10px; }
  .nav-links { order: 2; width: 100%; gap: 18px; padding-bottom: 4px; overflow-x: auto; scrollbar-width: thin; }
  .nav-links a:not(.button) { display: inline-flex; }
  .nav-links .button { min-height: 38px; padding-inline: 16px; }
}

/* Tabler outline icon system. Icon names and frames are selected per site profile. */
.site-icon { display:inline-grid; width:1.35em; height:1.35em; flex:0 0 auto; place-items:center; color:inherit; }
.site-icon::before { content:""; width:100%; height:100%; background:currentColor; -webkit-mask:var(--site-icon-source) center / contain no-repeat; mask:var(--site-icon-source) center / contain no-repeat; }
.brand-mark { display:inline-grid; width:38px; height:38px; flex:0 0 auto; place-items:center; overflow:hidden; clip-path:none; }
.brand-glyph { width:22px; height:22px; }
.hero-signature { position:absolute; z-index:2; right:26px; top:24px; display:grid; width:clamp(92px,12vw,150px); height:clamp(92px,12vw,150px); place-items:center; color:rgba(255,255,255,.24); pointer-events:none; }
.hero-glyph { width:100%; height:100%; }
.category-label { display:flex; align-items:center; justify-content:center; gap:10px; margin-top:16px; }
.category-label strong { margin-top:0; }
.category-icon { display:grid; width:36px; height:36px; place-items:center; color:var(--accent); background:color-mix(in srgb,var(--accent) 11%,var(--surface)); border:1px solid color-mix(in srgb,var(--accent) 34%,var(--line)); border-radius:9px; }
.card-glyph { width:21px; height:21px; }
.panel-code { display:inline-flex; align-items:center; gap:9px; }
.panel-glyph { width:20px; height:20px; }
.content-hero-icon { position:absolute; z-index:2; right:clamp(22px,5vw,72px); top:clamp(28px,7vw,86px); display:grid; width:clamp(70px,9vw,118px); height:clamp(70px,9vw,118px); place-items:center; color:rgba(255,255,255,.72); background:color-mix(in srgb,var(--accent) 72%,transparent); border:1px solid rgba(255,255,255,.32); border-radius:20px; backdrop-filter:blur(12px); }
.content-hero-glyph { width:58%; height:58%; }
.content-brand-label { display:flex; align-items:center; gap:12px; }
.content-brand-label .site-icon { position:relative; left:auto; bottom:auto; width:30px; height:30px; color:#fff; }
.tile-icon { display:grid; width:48px; height:48px; place-items:center; color:var(--accent); background:color-mix(in srgb,var(--accent) 11%,var(--surface)); border:1px solid color-mix(in srgb,var(--accent) 34%,var(--line)); border-radius:10px; }
.content-tile:first-child .tile-icon { color:#fff; background:rgba(255,255,255,.12); border-color:rgba(255,255,255,.25); }
.tile-glyph { width:26px; height:26px; }
.guide-icon { display:grid; width:42px; height:42px; place-items:center; color:var(--accent); border:1px solid color-mix(in srgb,var(--accent) 34%,var(--line)); border-radius:9px; }
.guide-glyph { width:23px; height:23px; }
.related-label { display:inline-flex; align-items:center; gap:10px; }
.related-glyph { width:22px; height:22px; color:var(--accent); }

.site-winforlife88 .brand-mark, .site-winforlife88 .category-icon, .site-winforlife88 .tile-icon, .site-winforlife88 .guide-icon { border:1px double var(--accent); border-radius:50%; color:var(--accent); background:transparent; }
.site-winforlife88 .content-hero-icon { border-radius:50%; outline:1px solid rgba(184,139,53,.64); outline-offset:8px; }
.site-winplus .brand-mark, .site-winplus .category-icon, .site-winplus .tile-icon, .site-winplus .guide-icon { border-radius:3px; color:#fff; background:linear-gradient(145deg,var(--accent),var(--accent-2)); clip-path:none; }
.site-winplus .category-icon, .site-winplus .tile-icon, .site-winplus .guide-icon { transform:rotate(-3deg); }
.site-winplus .content-hero-icon { border-radius:6px 28px 6px 28px; }
.site-betso88 .brand-mark, .site-betso88 .category-icon, .site-betso88 .tile-icon, .site-betso88 .guide-icon { border-radius:0; color:#09203c; background:var(--accent); border:2px solid #fff; box-shadow:4px 4px 0 var(--accent-2); }
.site-betso88 .content-hero-icon { border-radius:0; border:4px solid rgba(255,255,255,.82); outline:1px solid var(--accent-2); }
.site-777pubcasino .brand-mark, .site-777pubcasino .category-icon, .site-777pubcasino .tile-icon, .site-777pubcasino .guide-icon { border-radius:50% 50% 10px 10px; color:#2b1519; background:var(--accent); border:1px solid #f5d88d; box-shadow:inset 0 0 0 2px rgba(120,31,53,.22); }
.site-777pubcasino .content-hero-icon { border-radius:70px 70px 12px 12px; outline:1px solid rgba(213,168,76,.72); outline-offset:8px; }
.site-ph247 .brand-mark, .site-ph247 .category-icon, .site-ph247 .tile-icon, .site-ph247 .guide-icon { border-radius:50% 50% 16px 16px; color:#fff; background:linear-gradient(180deg,var(--accent) 0 48%,var(--accent-2) 52%); }
.site-ph247 .content-hero-icon { border-radius:50% 50% 18px 18px; }

@media (max-width:620px) {
  .hero-signature { right:16px; top:18px; width:76px; height:76px; }
  .category-label { align-items:flex-start; flex-direction:column; gap:8px; }
  .category-label strong { text-align:left; }
  .content-hero-icon { right:16px; top:22px; width:64px; height:64px; border-radius:16px; }
}

/* Mobile composition: split media, touch navigation and scroll-snap discovery. */
.nav-toggle { display:none; }
.site-winplus .promo-panel { color:#fff2ed; }
.site-winplus .promo-panel p { color:#d9b7b0; }
.site-winforlife88 .content-tile:nth-child(4), .site-winplus .content-tile:nth-child(4), .site-betso88 .content-tile:nth-child(4), .site-777pubcasino .content-tile:nth-child(4) { color:#f7f8fb; }
.site-winforlife88 .content-tile:nth-child(4) p, .site-winplus .content-tile:nth-child(4) p, .site-betso88 .content-tile:nth-child(4) p, .site-777pubcasino .content-tile:nth-child(4) p { color:rgba(255,255,255,.78); }
.site-winforlife88 .content-guide, .site-winplus .content-guide, .site-betso88 .content-guide, .site-777pubcasino .content-guide { color:#f7f8fb; }
.site-winforlife88 .content-guide .guide-copy > p:last-child, .site-winforlife88 .content-guide .guide-check p, .site-winplus .content-guide .guide-copy > p:last-child, .site-winplus .content-guide .guide-check p, .site-betso88 .content-guide .guide-copy > p:last-child, .site-betso88 .content-guide .guide-check p, .site-777pubcasino .content-guide .guide-copy > p:last-child, .site-777pubcasino .content-guide .guide-check p { color:rgba(255,255,255,.76); }
.site-winforlife88 .content-guide .guide-checks, .site-winforlife88 .content-guide .guide-check, .site-winplus .content-guide .guide-checks, .site-winplus .content-guide .guide-check, .site-betso88 .content-guide .guide-checks, .site-betso88 .content-guide .guide-check, .site-777pubcasino .content-guide .guide-checks, .site-777pubcasino .content-guide .guide-check { border-color:rgba(255,255,255,.18); }

@media (max-width:900px) {
  body.nav-open { overflow:hidden; }
  .site-header { box-shadow:0 8px 28px color-mix(in srgb,var(--text) 9%,transparent); }
  .nav { position:relative; min-height:64px; padding-block:8px; flex-wrap:nowrap; gap:12px; }
  .brand { min-width:0; min-height:44px; overflow:hidden; font-size:.98rem; text-overflow:ellipsis; white-space:nowrap; }
  .brand > span:last-child { overflow:hidden; text-overflow:ellipsis; }
  .brand-mark { width:36px; height:36px; }
  .nav-toggle { display:inline-flex; min-width:78px; min-height:44px; padding:0 12px; align-items:center; justify-content:center; gap:9px; border:1px solid var(--line); border-radius:8px; color:var(--text); background:var(--surface); font:inherit; font-size:.75rem; font-weight:850; text-transform:uppercase; letter-spacing:.05em; }
  .nav-toggle-bars { display:grid; width:16px; gap:5px; }
  .nav-toggle-bars i { display:block; width:16px; height:2px; border-radius:2px; background:currentColor; transition:transform .2s ease; }
  .nav-toggle[aria-expanded="true"] .nav-toggle-bars i:first-child { transform:translateY(3.5px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] .nav-toggle-bars i:last-child { transform:translateY(-3.5px) rotate(-45deg); }
  .nav-links { position:absolute; top:calc(100% + 1px); right:0; left:0; display:none; width:auto; padding:12px; grid-template-columns:1fr 1fr; gap:8px; overflow:visible; border:1px solid var(--line); border-top:0; border-radius:0 0 14px 14px; background:var(--bg); box-shadow:0 22px 40px color-mix(in srgb,var(--text) 16%,transparent); }
  .nav-links.is-open { display:grid; }
  .nav-links a, .nav-links a:not(.button) { display:flex; min-height:48px; padding:0 13px; align-items:center; justify-content:flex-start; border:1px solid var(--line); border-radius:7px; color:var(--text); background:var(--surface); font-size:.72rem; }
  .nav-links a[aria-current="page"] { color:var(--text); background:var(--surface-2); text-decoration:none; box-shadow:inset 3px 0 0 var(--accent); }
  .nav-links .button { grid-column:1 / -1; min-height:50px; justify-content:center; border:0; background:var(--accent); }

  .hero-wrap { padding:14px 0 48px; }
  .hero, .site-winforlife88 .hero, .site-winplus .hero, .site-betso88 .hero, .site-777pubcasino .hero { display:grid; min-height:0; grid-template-columns:1fr; grid-template-rows:auto auto; border-width:1px; border-radius:var(--radius); background:var(--surface); }
  .hero-visual, .site-winforlife88 .hero-visual { position:relative; inset:auto; order:1; min-height:270px; border-radius:0; overflow:hidden; }
  .hero-visual::before, .site-winforlife88 .hero-visual::before { background:linear-gradient(0deg,rgba(7,7,8,.55),transparent 58%); }
  .hero-visual img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:center 35%; }
  .hero-copy, .site-winforlife88 .hero-copy { position:relative; order:2; min-height:0; max-width:none; padding:28px 22px 30px; justify-content:flex-start; color:var(--text); background:var(--surface); }
  .hero-copy h1 { max-width:13ch; font-size:clamp(2.45rem,11vw,3.2rem); line-height:.95; }
  .hero-copy p, .site-winforlife88 .hero-copy p { margin:17px 0 22px; color:var(--muted); font-size:1rem; }
  .hero-copy .button { width:100%; min-height:50px; }
  .hero-signature { top:14px; right:14px; width:70px; height:70px; }
  .site-777pubcasino .hero { border-radius:72px 72px 16px 16px; }
  .site-777pubcasino .hero-copy { padding-top:30px; }
  .site-betso88 .hero { border-width:4px; }

  .section { padding-block:58px; }
  .intro { grid-template-columns:1fr; gap:14px; }
  .intro h2, .promos h2 { max-width:14ch; font-size:clamp(2.25rem,10vw,3rem); }
  .intro-copy p { margin-bottom:14px; }
  .category-row, .site-winforlife88 .category-row, .site-winplus .category-row, .site-betso88 .category-row, .site-777pubcasino .category-row { display:grid; grid-template-columns:none; grid-template-rows:none; grid-auto-flow:column; grid-auto-columns:min(76vw,310px); align-items:stretch; gap:14px; margin-top:28px; margin-right:calc(12px - 3vw); padding:2px 12px 14px 2px; overflow-x:auto; overscroll-behavior-inline:contain; scroll-snap-type:inline mandatory; scrollbar-width:none; }
  .category-row::-webkit-scrollbar { display:none; }
  .category, .site-winplus .category, .site-betso88 .category { min-height:0; padding:0; overflow:visible; border:0; background:transparent; scroll-snap-align:start; }
  .category-media, .site-winforlife88 .category-media, .site-winplus .category-media, .site-betso88 .category-media, .site-777pubcasino .category-media { width:100%; height:auto; aspect-ratio:4 / 3; border-radius:var(--radius); }
  .category-label { min-height:58px; margin-top:10px; padding:0 2px; align-items:center; flex-direction:row; justify-content:flex-start; gap:10px; }
  .category-label strong, .site-winplus .category strong { position:static; display:block; margin:0; color:var(--text); text-align:left; }
  .category-icon { flex:0 0 auto; }
  .promos { padding-top:42px; }
  .promo-grid, .site-winforlife88 .promo-grid, .site-winplus .promo-grid { grid-template-columns:1fr; gap:12px; }
  .promo-visual { min-height:330px; }
  .promo-copy { inset:auto 20px 20px; }
  .promo-panel { min-height:0; padding:28px 22px; gap:28px; }
  .promo-panel h3 { font-size:2.3rem; }
  .promo-panel .button { min-height:50px; }
  .responsible { padding:26px 22px; }
  .responsible h2 { font-size:2.1rem; }
  .site-footer { margin-top:48px; padding:28px 0 34px; }
  .footer-row { flex-direction:column; }

  .content-hero, .site-pub777 .content-hero, .site-gojackpot .content-hero, .site-winforlife88 .content-hero, .site-betso88 .content-hero, .site-777pubcasino .content-hero { width:100%; min-height:min(650px,calc(100dvh - 64px)); margin:0; border-width:0 0 6px; border-radius:0; }
  .content-hero-media::after { background:linear-gradient(0deg,rgba(4,8,17,.97) 0 42%,rgba(4,8,17,.55) 72%,rgba(4,8,17,.08)); }
  .content-hero-media img { object-position:center 24%; }
  .content-hero-inner { align-items:flex-end; padding-block:46px; }
  .content-hero-copy { max-width:100%; }
  .content-hero-copy h1 { max-width:13ch; font-size:clamp(2.45rem,11vw,3.35rem); line-height:.96; }
  .content-hero-copy > p:not(.eyebrow) { max-width:36ch; margin:16px 0 22px; font-size:.98rem; }
  .content-hero-copy .button { min-height:50px; }
  .content-hero-icon { top:24px; right:18px; width:58px; height:58px; }
  .site-777pubcasino .content-hero-copy { padding-top:0; }
  .content-intro { padding-block:52px; grid-template-columns:1fr; gap:26px; }
  .content-intro h2, .guide-copy h2, .content-faq h2 { font-size:clamp(2.15rem,9.5vw,2.85rem); line-height:1; }
  .content-intro-copy > p:last-child, .guide-copy > p:last-child { margin-top:16px; }
  .content-brand-visual, .content-brand-visual img { min-height:250px; }
  .content-brand-visual { aspect-ratio:4 / 3; }
  .content-brand-visual span { left:20px; bottom:18px; }
  .content-bento { padding-bottom:58px; grid-template-columns:1fr; gap:12px; }
  .content-tile:nth-child(n) { min-height:0; padding:22px; grid-column:auto; box-shadow:none; }
  .content-tile h2 { max-width:18ch; margin:22px 0 9px; font-size:1.85rem; }
  .tile-icon { width:44px; height:44px; }
  .content-guide { padding-block:56px; }
  .content-guide-grid { grid-template-columns:1fr; gap:28px; }
  .guide-check { min-height:92px; padding:18px 0; grid-template-columns:44px 1fr; gap:13px; }
  .content-faq { padding-block:58px; grid-template-columns:1fr; gap:26px; }
  .faq-list summary { min-height:64px; padding:20px 42px 20px 0; }
  .related-pages { padding-bottom:56px; }
  .related-links a { min-height:62px; padding-block:18px; }
  .content-responsible { margin-bottom:48px; padding:26px 22px; }
  .content-responsible h2 { font-size:2.1rem; }
}

@media (max-width:420px) {
  .site-shell { width:calc(100% - 24px); }
  .brand { font-size:.9rem; }
  .nav-toggle { min-width:72px; }
  .hero-copy h1, .content-hero-copy h1 { font-size:clamp(2.3rem,10.8vw,2.85rem); }
  .category-row { grid-auto-columns:80vw; }
}
