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

:root {
  --black: #090500;
  --brown-950: #140b00;
  --brown-900: #241300;
  --amber-800: #613500;
  --amber-600: #b86b00;
  --gold: #f4bd19;
  --gold-bright: #ffd949;
  --gold-light: #fff0a1;
  --text: #fff8df;
  --muted: #eadcb8;
  --line: rgba(255, 211, 64, .78);
  --card: linear-gradient(145deg, rgba(63, 34, 0, .78), rgba(19, 10, 0, .95));
  --hover-card: linear-gradient(145deg, rgba(124, 70, 0, .94), rgba(48, 25, 0, .98));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 88% 8%, rgba(255,174,0,.26), transparent 30rem),
    radial-gradient(circle at 8% 34%, rgba(184,107,0,.16), transparent 34rem),
    linear-gradient(135deg,var(--black),var(--brown-950) 55%,#2b1600);
  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(12,6,0,.88); 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,183,0,.36); }
.brand-copy { display: flex; flex-direction: column; min-width: 0; line-height: 1.12; }
.brand-title { color: var(--gold-bright); font-size: clamp(1.75rem,3.4vw,3.35rem); font-weight: 850; letter-spacing: -.035em; text-shadow: 0 2px 12px rgba(0,0,0,.9),0 0 22px rgba(255,179,0,.35); }
.brand-tagline { margin-top: 9px; color: var(--gold); font-size: clamp(.86rem,1.65vw,1.55rem); font-weight: 500; letter-spacing: .015em; }
.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,#8a5000,#251200); font-weight: 900; font-size: 1.35rem; box-shadow: 0 0 24px rgba(255,183,0,.38); }
.header-line, .section-line { height: 1px; background: linear-gradient(90deg,transparent,var(--gold),var(--gold-light),var(--gold),transparent); opacity: .85; }

.hero { text-align: center; padding: 78px 0 76px; }
.eyebrow { display: inline-flex; padding: 10px 28px; border: 1px solid var(--line); border-radius: 999px; color: var(--gold-light); background: rgba(79,43,0,.54); font-size: 1.05rem; letter-spacing: .04em; box-shadow: 0 0 24px rgba(255,176,0,.12); }
h1,h2,h3,p { margin-top: 0; }
h1 { margin: 25px 0 22px; font-size: clamp(2.8rem,6vw,5.4rem); line-height: 1.02; letter-spacing: -.045em; color: var(--gold-bright); text-shadow: 0 3px 8px #000,0 0 30px rgba(255,179,0,.38); }
.hero-lead { max-width: 980px; margin: 0 auto 42px; color: #e9f2ff; font-size: clamp(1.1rem,2vw,1.5rem); line-height: 1.55; }
.feature-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; text-align: center; }
.mini-card { padding: 28px 25px; border: 1px solid var(--line); border-radius: 28px; background: rgba(48,25,0,.68); box-shadow: inset 0 0 32px rgba(255,170,0,.04); }
.mini-card.wide { grid-column: 1 / -1; }
.mini-icon, .card-icon { color: var(--gold); font-size: 2rem; line-height: 1; margin-bottom: 12px; }
.mini-card strong { display: block; color: var(--gold-light); letter-spacing: .12em; font-size: .9rem; }
.mini-card p { margin: 7px 0 0; font-size: 1.15rem; }

.content-section { padding: 74px 0; }
.section-heading { text-align: center; max-width: 1050px; margin: 0 auto 34px; }
h2 { color: var(--gold); font-size: clamp(2.2rem,4vw,3.7rem); line-height: 1.12; letter-spacing: -.025em; margin-bottom: 14px; }
.section-heading p { color: var(--muted); font-size: 1.13rem; }
.section-heading strong, .footer-copy strong { color: var(--gold-light); }
.cards { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.info-card { min-height: 100%; padding: 34px 32px; border: 1px solid var(--line); border-radius: 28px; background: var(--card); box-shadow: 0 20px 45px rgba(0,0,0,.23); transition: transform .28s ease,border-color .28s ease,box-shadow .28s ease,background .28s ease; }
.info-card:hover { transform: translateY(-8px); border-color: var(--gold-light); background: var(--hover-card); box-shadow: 0 25px 42px rgba(0,0,0,.48),0 0 42px rgba(255,181,0,.62),inset 0 0 34px rgba(255,211,64,.08); }
.card-title { display: flex; gap: 17px; align-items: flex-start; margin-bottom: 22px; }
.card-icon { flex: 0 0 55px; display: grid; place-items: center; width: 55px; height: 55px; border: 1px solid var(--gold); border-radius: 50%; }
.card-kicker { color: var(--gold); font-weight: 800; font-size: 1rem; line-height: 1.3; text-transform: uppercase; }
.card-title h3 { margin: 5px 0 0; font-size: 1.25rem; line-height: 1.3; }
.info-card p { color: #ecf4ff; }
.info-card ul { margin: 0; padding: 0; 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); font-weight: 900; }

.site-footer { padding: 70px 0 28px; background: linear-gradient(180deg,rgba(39,20,0,.18),rgba(12,6,0,.96)); }
.footer-wrap { width: min(calc(100% - 64px),1370px); margin: auto; }
.footer-title { margin: 45px 0 38px; font-size: clamp(2rem,4vw,3.2rem); color: var(--gold); text-align: center; }
.footer-copy { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 70px; font-size: 1.17rem; color: #e3edfb; }
.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: 35px; }
}
@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: 54px 0; }
  .eyebrow { padding: 8px 16px; font-size: .88rem; }
  .feature-grid,.footer-copy,.footer-meta { grid-template-columns: 1fr; }
  .mini-card.wide { grid-column: auto; }
  .content-section { padding: 54px 0; }
  .info-card { padding: 27px 23px; }
  .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; }
}
