/*
Theme Name: Braynton
Theme URI: https://braynton.be
Author: Braynton
Description: Premium gaming lounge in Belgie — landingpagina.
Version: 1.0.0
Text Domain: braynton
*/

/* ---------------------------------------------------------
 * VARIABLES
 * --------------------------------------------------------- */
:root {
	--bry-void: #0b1a1f;
	--bry-void-alt: #122630;
	--bry-panel: #16303a;
	--bry-gold: #f5a623;
	--bry-gold-dark: #c9860f;
	--bry-white: #fdfbf5;
	--bry-ink: #eef2ef;
	--bry-ink-soft: #a9bcc0;

	--bry-font-display: 'Syne', sans-serif;
	--bry-font-body: 'Plus Jakarta Sans', -apple-system, sans-serif;

	--bry-radius: 8px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
	margin: 0;
	font-family: var(--bry-font-body);
	color: var(--bry-ink);
	background: var(--bry-void);
	line-height: 1.65;
	font-weight: 400;
}

img { width: 100% !important; height: auto !important; object-fit: cover !important; display: block; }

h1, h2, h3 {
	font-family: var(--bry-font-display);
	font-weight: 700;
	color: var(--bry-white);
	line-height: 1.15;
	margin: 0 0 0.5em;
}
h1 { font-size: clamp(2.4rem, 5.5vw, 4.2rem); }
h2 { font-size: clamp(1.7rem, 3.2vw, 2.5rem); }
h3 { font-size: 1.25rem; }
p { margin: 0 0 1em; color: var(--bry-ink-soft); }
a { color: inherit; text-decoration: none; }

.bry-eyebrow {
	font-family: var(--bry-font-body);
	text-transform: uppercase;
	letter-spacing: 0.16em;
	font-size: 0.76rem;
	color: var(--bry-gold);
	font-weight: 700;
	margin-bottom: 0.8em;
	display: block;
}

.bry-btn {
	display: inline-block;
	padding: 0.85em 1.9em;
	border-radius: 999px;
	font-weight: 600;
	font-size: 0.95rem;
	letter-spacing: 0.01em;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	border: 1px solid transparent;
}
.bry-btn-primary { background: var(--bry-gold); color: var(--bry-void); }
.bry-btn-primary:hover { transform: translateY(-2px); box-shadow: 0 10px 26px rgba(245, 166, 35, 0.35); }
.bry-btn-outline { background: transparent; border-color: rgba(238,242,239,0.35); color: var(--bry-ink); }
.bry-btn-outline:hover { border-color: var(--bry-gold); color: var(--bry-gold); }

.bry-link-arrow { color: var(--bry-gold); font-weight: 600; display: inline-block; margin-top: 1em; font-size: 0.9rem; }

/* ---------------------------------------------------------
 * HEADER / NAV
 * --------------------------------------------------------- */
.bry-header {
	position: sticky;
	top: 0;
	z-index: 100;
	background: rgba(11, 26, 31, 0.92);
	backdrop-filter: blur(6px);
	border-bottom: 1px solid rgba(245, 166, 35, 0.15);
}
.bry-header-inner {
	max-width: 1280px;
	margin: 0 auto;
	padding: 1em 1.5em;
	display: flex;
	align-items: center;
	gap: 2em;
}
.bry-logo {
	font-family: var(--bry-font-display);
	font-size: 1.4rem;
	color: var(--bry-white);
	margin-right: auto;
}
.bry-nav-list { list-style: none; display: flex; gap: 1.8em; margin: 0; padding: 0; }
.bry-nav-list a { font-size: 0.88rem; font-weight: 600; color: var(--bry-ink); }
.bry-nav-list a:hover { color: var(--bry-gold); }
.bry-header-cta { padding: 0.55em 1.3em; font-size: 0.82rem; }

.bry-menu-toggle {
	display: none;
	flex-direction: column;
	gap: 5px;
	background: none;
	border: none;
	cursor: pointer;
	padding: 6px;
}
.bry-menu-toggle span { width: 24px; height: 2px; background: var(--bry-gold); display: block; }

.bry-mobile-menu {
	display: none;
	position: fixed;
	top: 0; left: 0; right: 0; bottom: 0;
	background: var(--bry-void);
	z-index: 200;
	padding: 6em 2em;
}
.bry-mobile-menu.is-open { display: flex; flex-direction: column; gap: 1.6em; }
.bry-mobile-menu-list { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 1.2em; margin: 0; }
.bry-mobile-menu-list a { font-family: var(--bry-font-display); font-size: 1.5rem; color: var(--bry-white); }

/* ---------------------------------------------------------
 * HERO
 * --------------------------------------------------------- */
.bry-hero {
	position: relative;
	min-height: 88vh;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	overflow: hidden;
}
.bry-hero-overlay {
	position: absolute; inset: 0;
	background: linear-gradient(180deg, rgba(11,26,31,0.55) 0%, rgba(11,26,31,0.94) 100%);
}
.bry-hero-content {
	position: relative;
	z-index: 2;
	max-width: 720px;
	margin: 0 auto;
	text-align: center;
	padding: 0 1.5em;
}
.bry-hero-lead { color: var(--bry-ink); font-size: 1.08rem; max-width: 580px; margin: 0 auto 1.6em; }
.bry-hero-actions { display: flex; gap: 1em; justify-content: center; flex-wrap: wrap; }

/* ---------------------------------------------------------
 * STAT STRIP
 * --------------------------------------------------------- */
.bry-stats { background: var(--bry-void-alt); padding: 2.6em 1.5em; }
.bry-stats-inner {
	max-width: 1100px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.5em;
	text-align: center;
}
.bry-stat { display: flex; flex-direction: column; gap: 0.3em; }
.bry-stat-num { font-family: var(--bry-font-display); font-size: clamp(1.4rem, 2.6vw, 2rem); color: var(--bry-gold); font-weight: 700; }
.bry-stat-label { font-size: 0.82rem; color: var(--bry-ink-soft); text-transform: uppercase; letter-spacing: 0.04em; }

/* ---------------------------------------------------------
 * GLOW DIVIDER
 * --------------------------------------------------------- */
.bry-glow-divider {
	max-width: 1280px;
	margin: 0 auto;
	height: 2px;
	background: linear-gradient(90deg, transparent, var(--bry-gold) 50%, transparent);
	opacity: 0.6;
	box-shadow: 0 0 24px 2px rgba(245,166,35,0.4);
}

/* ---------------------------------------------------------
 * LIVE FLOORPLAN
 * --------------------------------------------------------- */
.bry-floorplan { padding: 5em 1.5em; background: var(--bry-void); }
.bry-floorplan-inner { max-width: 1100px; margin: 0 auto; text-align: center; }
.bry-section-lead { max-width: 560px; margin: 0 auto 2.2em; }

.bry-zone-tabs { display: flex; gap: 0.8em; justify-content: center; flex-wrap: wrap; margin-bottom: 2em; }
.bry-zone-tab {
	background: var(--bry-panel);
	border: 1px solid rgba(245,166,35,0.2);
	color: var(--bry-ink);
	padding: 0.6em 1.4em;
	border-radius: 999px;
	font-family: var(--bry-font-body);
	font-weight: 600;
	font-size: 0.9rem;
	cursor: pointer;
	transition: all 0.2s ease;
}
.bry-zone-tab:hover { border-color: var(--bry-gold); }
.bry-zone-tab.is-active { background: var(--bry-gold); color: var(--bry-void); border-color: var(--bry-gold); }

.bry-floorplan-widget { background: var(--bry-panel); border: 1px solid rgba(245,166,35,0.15); border-radius: 12px; padding: 2.4em; }
.bry-floorplan-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 2.4em; align-items: center; text-align: left; }
.bry-seatmap { display: grid; gap: 0.5em; }
.bry-seat { display: block; aspect-ratio: 1/1; border-radius: 5px; background: rgba(238,242,239,0.12); }
.bry-seat.is-occupied { background: rgba(245,166,35,0.85); }
.bry-seat.is-free { background: rgba(238,242,239,0.1); border: 1px solid rgba(238,242,239,0.2); }
.bry-zone-info h3 { margin-bottom: 0.4em; }
.bry-zone-price strong, .bry-zone-occupancy strong { color: var(--bry-gold); }

/* ---------------------------------------------------------
 * FEATURE ROWS (alternating)
 * --------------------------------------------------------- */
.bry-feature-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 3em;
	max-width: 1200px;
	margin: 0 auto;
	padding: 3.5em 1.5em;
	align-items: center;
}
.bry-feature-row-reverse .bry-feature-image { order: 2; }
.bry-feature-row-reverse .bry-feature-text { order: 1; }
.bry-feature-image img { border-radius: var(--bry-radius); aspect-ratio: 4/3; }
.bry-feature-text p { max-width: 480px; }

/* ---------------------------------------------------------
 * PRICING
 * --------------------------------------------------------- */
.bry-pricing { max-width: 1200px; margin: 2em auto 4em; padding: 0 1.5em; }
.bry-pricing h2 { text-align: center; margin-bottom: 1.4em; }
.bry-pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6em; }
.bry-price-card {
	background: var(--bry-panel);
	border: 1px solid rgba(245,166,35,0.15);
	border-radius: var(--bry-radius);
	padding: 2em 1.8em;
	position: relative;
	display: flex;
	flex-direction: column;
}
.bry-price-card-featured { border-color: var(--bry-gold); box-shadow: 0 0 0 1px rgba(245,166,35,0.3), 0 20px 40px rgba(245,166,35,0.1); }
.bry-price-badge { position: absolute; top: -12px; right: 1.6em; background: var(--bry-gold); color: var(--bry-void); font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; padding: 0.3em 0.9em; border-radius: 999px; }
.bry-price-amount { font-family: var(--bry-font-display); font-size: 2rem; color: var(--bry-gold); margin-bottom: 1em; }
.bry-price-amount span { font-family: var(--bry-font-body); font-size: 0.9rem; color: var(--bry-ink-soft); font-weight: 400; }
.bry-price-features { list-style: none; padding: 0; margin: 0 0 1.6em; flex-grow: 1; }
.bry-price-features li { padding: 0.5em 0; border-top: 1px solid rgba(238,242,239,0.08); font-size: 0.92rem; color: var(--bry-ink); }
.bry-price-features li:first-child { border-top: none; }
.bry-pricing-full { margin-top: 5em; }

/* ---------------------------------------------------------
 * EVENTS STRIP — centered, never dangling
 * --------------------------------------------------------- */
.bry-events { max-width: 1200px; margin: 1em auto 4em; padding: 0 1.5em; text-align: center; }
.bry-events h2 { margin-bottom: 1.4em; }
.bry-events-strip { display: flex; gap: 1.4em; flex-wrap: wrap; justify-content: center; margin-bottom: 1.2em; }
.bry-event-card {
	background: var(--bry-panel);
	border: 1px solid rgba(245,166,35,0.15);
	border-radius: var(--bry-radius);
	padding: 1.6em;
	width: 300px;
	text-align: left;
}
.bry-event-type { display: inline-block; font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--bry-gold); font-weight: 700; margin-bottom: 0.6em; }
.bry-event-card h3 { font-size: 1.1rem; margin-bottom: 0.4em; }
.bry-event-date { font-size: 0.88rem; color: var(--bry-ink-soft); margin: 0; }
.bry-event-desc { font-size: 0.88rem; margin-top: 0.6em; }
.bry-events-full .bry-events-strip { margin-bottom: 0; }

/* ---------------------------------------------------------
 * LEADERBOARD REVIEWS
 * --------------------------------------------------------- */
.bry-leaderboard { max-width: 900px; margin: 0 auto 4em; padding: 0 1.5em; text-align: center; }
.bry-leaderboard h2 { margin-bottom: 1.4em; }
.bry-leaderboard-list { display: flex; flex-direction: column; gap: 1em; text-align: left; margin-bottom: 1.2em; }
.bry-leaderboard-row {
	display: grid;
	grid-template-columns: auto 1fr auto;
	gap: 1.4em;
	align-items: center;
	background: var(--bry-panel);
	border: 1px solid rgba(245,166,35,0.12);
	border-radius: var(--bry-radius);
	padding: 1.2em 1.6em;
}
.bry-lb-rank { font-family: var(--bry-font-display); font-size: 1.3rem; color: var(--bry-gold); }
.bry-lb-head { display: flex; gap: 0.8em; align-items: baseline; margin-bottom: 0.3em; }
.bry-lb-gamertag { font-weight: 700; color: var(--bry-white); }
.bry-lb-rang { font-size: 0.78rem; color: var(--bry-ink-soft); text-transform: uppercase; letter-spacing: 0.03em; }
.bry-lb-title { font-weight: 600; color: var(--bry-ink); margin-bottom: 0.3em; font-size: 0.92rem; }
.bry-lb-text { font-size: 0.88rem; margin: 0; }
.bry-lb-score { text-align: right; min-width: 90px; }
.bry-lb-score-bar { display: block; width: 90px; height: 5px; background: rgba(238,242,239,0.1); border-radius: 3px; overflow: hidden; margin-bottom: 0.4em; }
.bry-lb-score-bar span { display: block; height: 100%; background: var(--bry-gold); }
.bry-lb-score-num { font-size: 0.8rem; color: var(--bry-gold); font-weight: 700; }
.bry-leaderboard-full { max-width: 900px; }

/* ---------------------------------------------------------
 * CTA
 * --------------------------------------------------------- */
.bry-cta { background: var(--bry-void-alt); padding: 4.5em 1.5em; text-align: center; }
.bry-cta-inner { max-width: 560px; margin: 0 auto; }

/* ---------------------------------------------------------
 * PAGE HERO (inner)
 * --------------------------------------------------------- */
.bry-page-hero {
	padding: 6em 1.5em 3em;
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
}
.bry-page-hero[style*="background-image"] {
	position: relative;
	max-width: none;
	background-size: cover;
	background-position: center;
	padding: 8em 1.5em;
	color: var(--bry-white);
}
.bry-page-lead { max-width: 560px; margin: 0 auto; font-size: 1.02rem; }

/* ---------------------------------------------------------
 * CONTENT BLOCK
 * --------------------------------------------------------- */
.bry-content-block { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 3em; max-width: 1100px; margin: 0 auto 4em; padding: 0 1.5em; align-items: start; }
.bry-content-image img { border-radius: var(--bry-radius); position: sticky; top: 100px; }
.bry-content-text h2 { margin-top: 1.4em; }
.bry-content-text h2:first-child { margin-top: 0; }

/* ---------------------------------------------------------
 * FORMS
 * --------------------------------------------------------- */
.bry-form { display: flex; flex-direction: column; gap: 1.2em; }
.bry-form label { font-weight: 600; font-size: 0.85rem; display: flex; flex-direction: column; gap: 0.4em; color: var(--bry-ink); }
.bry-form input, .bry-form textarea, .bry-form select {
	font-family: var(--bry-font-body);
	padding: 0.8em 1em;
	border: 1px solid rgba(245,166,35,0.25);
	border-radius: var(--bry-radius);
	font-size: 0.95rem;
	background: var(--bry-void-alt);
	color: var(--bry-ink);
}
.bry-form-honeypot { position: absolute; left: -9999px; }
.bry-form-notice { max-width: 700px; margin: 0 auto 2em; padding: 1em 1.4em; border-radius: var(--bry-radius); text-align: center; }
.bry-form-success { background: rgba(245,166,35,0.15); color: var(--bry-gold); border: 1px solid rgba(245,166,35,0.3); }
.bry-form-error { background: rgba(220,80,80,0.15); color: #e08080; border: 1px solid rgba(220,80,80,0.3); }

.bry-contact-section { max-width: 1100px; margin: 0 auto 5em; padding: 0 1.5em; }
.bry-contact-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 3em; }

.bry-review-form-section { max-width: 640px; margin: 0 auto 5em; padding: 0 1.5em; }
.bry-review-form-section h2 { text-align: center; margin-bottom: 1em; }

/* ---------------------------------------------------------
 * BLOG
 * --------------------------------------------------------- */
.bry-blog-grid { max-width: 1100px; margin: 0 auto 3em; padding: 0 1.5em; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.8em; }
.bry-blog-card { background: var(--bry-panel); border-radius: var(--bry-radius); overflow: hidden; border: 1px solid rgba(245,166,35,0.1); }
.bry-blog-card img { aspect-ratio: 4/3; }
.bry-blog-card-body { padding: 1.2em; }
.bry-blog-date { font-size: 0.76rem; color: var(--bry-gold); font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; }

.bry-single-post { max-width: 760px; margin: 0 auto; padding: 0 1.5em; }
.bry-page-hero-post { padding-top: 3em; }
.bry-single-image img { border-radius: var(--bry-radius); margin-bottom: 2em; aspect-ratio: 16/9; }
.bry-single-content h2 { margin-top: 1.6em; color: var(--bry-white); }

/* ---------------------------------------------------------
 * LEGAL
 * --------------------------------------------------------- */
.bry-legal-content { max-width: 760px; margin: 0 auto 5em; padding: 0 1.5em; }
.bry-legal-content h2 { margin-top: 1.6em; }

/* ---------------------------------------------------------
 * 404
 * --------------------------------------------------------- */
.bry-404 { text-align: center; padding: 8em 1.5em; }
.bry-404 h1 { font-size: 5.5rem; color: var(--bry-gold); }

/* ---------------------------------------------------------
 * FOOTER
 * --------------------------------------------------------- */
.bry-footer { background: #081217; color: var(--bry-ink-soft); padding: 4em 1.5em 1.5em; }
.bry-footer-inner { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 2.5em; }
.bry-logo-footer { color: var(--bry-white); margin-bottom: 0.6em; }
.bry-footer h3 { color: var(--bry-white); font-size: 0.95rem; margin-bottom: 0.8em; }
.bry-footer a:hover { color: var(--bry-gold); }
.bry-footer-menu { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 0.5em; }
.bry-footer-bottom { max-width: 1280px; margin: 3em auto 0; padding-top: 1.5em; border-top: 1px solid rgba(245,166,35,0.1); font-size: 0.8rem; }

/* ---------------------------------------------------------
 * COOKIE BAR
 * --------------------------------------------------------- */
.bry-cookie-bar {
	position: fixed;
	left: 0; right: 0; bottom: -120px;
	background: #081217;
	color: var(--bry-white);
	padding: 1.2em 1.5em;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1.4em;
	flex-wrap: wrap;
	z-index: 500;
	border-top: 1px solid rgba(245,166,35,0.2);
	transition: bottom 0.4s ease;
}
.bry-cookie-bar.is-visible { bottom: 0; }
.bry-cookie-bar p { margin: 0; color: var(--bry-ink-soft); font-size: 0.9rem; }
#bry-cookie-accept { background: var(--bry-gold); color: var(--bry-void); border: none; padding: 0.6em 1.6em; border-radius: 999px; cursor: pointer; font-family: var(--bry-font-body); font-weight: 700; }

/* ---------------------------------------------------------
 * RESPONSIVE
 * --------------------------------------------------------- */
@media (max-width: 900px) {
	.bry-nav-list { display: none; }
	.bry-header-cta { display: none; }
	.bry-menu-toggle { display: flex; }
	.bry-stats-inner { grid-template-columns: repeat(2, 1fr); }
	.bry-floorplan-grid { grid-template-columns: 1fr; }
	.bry-feature-row, .bry-feature-row-reverse .bry-feature-image, .bry-feature-row-reverse .bry-feature-text {
		grid-template-columns: 1fr;
		order: initial;
	}
	.bry-feature-row { display: flex; flex-direction: column; }
	.bry-pricing-grid { grid-template-columns: 1fr; }
	.bry-content-block { grid-template-columns: 1fr; }
	.bry-content-image img { position: static; }
	.bry-contact-grid { grid-template-columns: 1fr; }
	.bry-blog-grid { grid-template-columns: 1fr; }
	.bry-footer-inner { grid-template-columns: 1fr; }
	.bry-leaderboard-row { grid-template-columns: 1fr; text-align: left; }
	.bry-lb-score { text-align: left; }
}
