/*
Theme Name: Hotel Highroller Casino
Theme URI: https://highroller.rest/
Author: Hotel Highroller Casino
Description: Hotel Highroller Casino information theme.
Version: 1.0.0
Text Domain: highroller
*/

:root {
  --black: #010806;
  --green-950: #001c13;
  --green-900: #003323;
  --green-800: #00583a;
  --green-700: #08784d;
  --gold-deep: #a96a00;
  --gold: #e9ad22;
  --gold-bright: #ffd85d;
  --gold-light: #fff1aa;
  --text: #fff9e8;
  --muted: #e9e1c8;
  --line: rgba(255, 201, 66, .78);
  --card: linear-gradient(145deg, rgba(0,73,47,.74), rgba(0,24,17,.96));
  --hover-card: linear-gradient(145deg, rgba(4,124,78,.92), rgba(0,48,31,.98));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 88% 7%, rgba(8,148,88,.30), transparent 32rem),
    radial-gradient(circle at 5% 38%, rgba(213,151,18,.10), transparent 35rem),
    linear-gradient(135deg,var(--black),var(--green-950) 55%,#003a25);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  overflow-x: hidden;
}
a { color: inherit; }
.site-shell { width: min(calc(100% - 64px), 1370px); margin: auto; }
.site-header { padding: 20px 0 16px; background: rgba(0,18,12,.90); backdrop-filter: blur(16px); }
.header-inner { display: flex; align-items: center; gap: 24px; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 22px; min-width: 0; max-width: calc(100% - 110px); color: inherit; text-decoration: none; }
.brand-icon { flex: 0 0 94px; width: 94px; height: 94px; object-fit: cover; border: 2px solid var(--gold); border-radius: 24px; box-shadow: 0 0 28px rgba(255,196,49,.36); }
.brand-copy { display: flex; flex-direction: column; min-width: 0; line-height: 1.12; }
.brand-title, h1, h2, .footer-title {
  font-family: Georgia, "Times New Roman", serif;
  background: linear-gradient(180deg,#fff5ae 0%,#ffd858 35%,#ca8100 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  text-shadow: 0 3px 10px rgba(0,0,0,.75);
}
.brand-title { font-size: clamp(1.75rem,3.4vw,3.35rem); font-weight: 800; letter-spacing: -.025em; }
.brand-tagline { margin-top: 9px; color: var(--gold-bright); font-size: clamp(.86rem,1.65vw,1.55rem); font-weight: 500; letter-spacing: .025em; }
.age-badge { display: grid; place-items: center; flex: 0 0 74px; width: 74px; height: 74px; border: 2px solid var(--gold-bright); border-radius: 50%; color: var(--gold-light); background: linear-gradient(145deg,#076344,#001b12); font-weight: 900; font-size: 1.35rem; box-shadow: 0 0 24px rgba(255,196,49,.38); }
.header-line,.section-line { height: 1px; background: linear-gradient(90deg,transparent,var(--gold-deep),var(--gold-light),var(--gold-deep),transparent); opacity: .9; }

.hero { text-align: center; padding: 72px 0 76px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; padding: 9px 28px; border: 1px solid var(--line); border-radius: 999px; color: var(--gold-light); background: rgba(0,69,44,.60); font-size: 1.05rem; letter-spacing: .035em; box-shadow: 0 0 24px rgba(255,196,49,.15); }
.shield-mark { display: grid; place-items: center; width: 30px; height: 34px; border: 2px solid var(--gold-bright); border-radius: 45% 45% 55% 55%; color: var(--gold-bright); font-family: Georgia,serif; font-size: .65rem; font-weight: 800; }
h1,h2,h3,p { margin-top: 0; }
h1 { margin: 24px 0 10px; font-size: clamp(2.8rem,6vw,5.6rem); line-height: 1.02; letter-spacing: -.035em; }
.title-rule { display: flex; align-items: center; justify-content: center; margin: 19px auto 22px; width: min(420px,80%); height: 12px; }
.title-rule::before,.title-rule::after { content:""; height: 1px; flex: 1; background: linear-gradient(90deg,transparent,var(--gold-bright)); }
.title-rule::after { background: linear-gradient(90deg,var(--gold-bright),transparent); }
.title-rule span { width: 11px; height: 11px; margin: 0 12px; background: var(--gold-bright); transform: rotate(45deg); box-shadow: 0 0 12px var(--gold); }
.hero-lead { max-width: 980px; margin: 0 auto 34px; color: var(--text); font-size: clamp(1.1rem,2vw,1.43rem); line-height: 1.55; }
.hero-lead strong,.section-heading strong { color: var(--gold-bright); }
.feature-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; text-align: center; }
.mini-card { padding: 26px 25px; border: 1px solid var(--line); border-radius: 24px; background: rgba(0,54,36,.72); box-shadow: inset 0 0 32px rgba(255,205,65,.04); }
.mini-card.wide { grid-column: 1 / -1; }
.mini-icon { color: var(--gold-bright); font-size: 2.7rem; line-height: 1; margin-bottom: 8px; text-shadow: 0 0 14px rgba(255,204,65,.32); }
.crown-icon { font-size: 3rem; }
.mini-card strong { display: block; color: var(--gold-bright); letter-spacing: .12em; font-family: Georgia,serif; font-size: 1rem; }
.mini-card p { margin: 7px 0 0; font-size: 1.15rem; }
.gold-dot { color: var(--gold); padding: 0 .25em; }

.content-section { padding: 70px 0 74px; }
.section-heading { text-align: center; max-width: 1120px; margin: 0 auto 34px; }
h2 { font-size: clamp(2.2rem,4vw,3.8rem); line-height: 1.12; letter-spacing: -.02em; margin-bottom: 5px; }
.section-heading p { color: var(--muted); font-size: 1.13rem; }
.cards { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.info-card { min-height: 100%; padding: 32px 30px; border: 1px solid var(--line); border-radius: 28px; background: var(--card); box-shadow: 0 20px 45px rgba(0,0,0,.28); transition: transform .28s ease,border-color .28s ease,box-shadow .28s ease,background .28s ease,filter .28s ease; }
.info-card:hover { transform: translateY(-8px); border-color: #fff1a0; background: var(--hover-card); filter: brightness(1.16) saturate(1.12); box-shadow: 0 25px 42px rgba(0,0,0,.50),0 0 44px rgba(255,203,65,.58),0 0 62px rgba(4,157,94,.28),inset 0 0 36px rgba(255,218,91,.08); }
.card-title { display: flex; gap: 17px; align-items: center; margin-bottom: 20px; }
.card-icon { flex: 0 0 68px; display: grid; place-items: center; width: 68px; height: 68px; border: 2px solid var(--gold-bright); border-radius: 50%; color: var(--gold-bright); font-family: Georgia,serif; font-size: 2.25rem; line-height: 1; }
.age-icon { font-size: 1.65rem; }
.card-kicker { color: var(--gold-bright); font-family: Georgia,serif; font-weight: 800; font-size: 1.15rem; line-height: 1.25; text-transform: uppercase; }
.card-title h3 { margin: 5px 0 0; font-family: Georgia,serif; font-size: 1.42rem; line-height: 1.3; color: #fff; }
.info-card p { color: var(--text); }
.info-card ul { margin: 0; padding: 16px 0 0; border-top: 1px solid rgba(234,174,33,.66); list-style: none; color: var(--muted); }
.info-card li { position: relative; padding-left: 24px; margin: 10px 0; }
.info-card li::before { content: "▸"; position: absolute; left: 2px; color: var(--gold-bright); font-weight: 900; }

.site-footer { padding: 68px 0 28px; background: linear-gradient(180deg,rgba(0,49,32,.18),rgba(0,13,9,.97)); }
.footer-wrap { width: min(calc(100% - 64px),1370px); margin: auto; }
.footer-title { margin: 44px 0 40px; font-size: clamp(2rem,4vw,3.2rem); text-align: center; }
.footer-copy { position: relative; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 96px; font-size: 1.17rem; color: var(--text); }
.footer-copy::after { content:""; position:absolute; inset: 0 auto 0 50%; width:1px; background:linear-gradient(transparent,var(--gold),transparent); }
.footer-copy strong { color: var(--gold-bright); }
.footer-meta { display: grid; grid-template-columns: 1.2fr 1fr; gap: 30px; align-items: end; margin-top: 55px; padding-top: 28px; border-top: 1px solid rgba(255,199,32,.34); color: var(--muted); }
.footer-meta p { margin: 3px 0; overflow-wrap: anywhere; }
.footer-nav { display: flex; justify-content: flex-end; gap: 24px; flex-wrap: wrap; }
.footer-nav a { color: var(--gold-light); text-decoration: none; }
.copyright { grid-column: 1 / -1; margin-top: 18px!important; text-align: center; font-size: .9rem; opacity: .75; }

@media (max-width: 960px) {
  .cards { grid-template-columns: 1fr; }
  .brand { gap: 16px; }
  .brand-icon { flex-basis: 78px; width: 78px; height: 78px; border-radius: 20px; }
  .footer-copy { gap: 54px; }
}
@media (max-width: 680px) {
  .site-shell,.footer-wrap { width: min(calc(100% - 32px),1370px); }
  .site-header { padding-top: 12px; }
  .header-inner { gap: 10px; }
  .brand { max-width: calc(100% - 66px); gap: 10px; }
  .brand-icon { flex-basis: 54px; width: 54px; height: 54px; border-radius: 13px; }
  .brand-title { font-size: clamp(1.05rem,5vw,1.55rem); line-height: 1.05; }
  .brand-tagline { margin-top: 4px; font-size: clamp(.61rem,2.7vw,.85rem); line-height: 1.15; }
  .age-badge { flex-basis: 56px; width: 56px; height: 56px; font-size: 1rem; }
  .hero { padding: 52px 0; }
  .eyebrow { padding: 8px 14px; gap: 7px; font-size: .82rem; }
  .feature-grid,.footer-copy,.footer-meta { grid-template-columns: 1fr; }
  .mini-card.wide { grid-column: auto; }
  .content-section { padding: 52px 0; }
  .info-card { padding: 27px 23px; }
  .card-icon { flex-basis: 58px; width: 58px; height: 58px; font-size: 1.9rem; }
  .footer-copy::after { display:none; }
  .footer-nav { justify-content: flex-start; }
  .copyright { grid-column: auto; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .info-card { transition: none; }
  .info-card:hover { transform: none; }
}
