/*
Theme Name: TOLC Final
Theme URI: https://tolcmm.manus.space/
Author: Manus
Author URI: https://manus.im/
Description: A custom WordPress landing-page theme recreated from the Top One Lethwei Club website. It includes localized image assets, responsive one-page sections, smooth navigation, and WordPress-ready template files.
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tolc-final
Tags: one-page, custom-logo, responsive, dark, sports, landing-page
*/

:root {
  --tolc-black: #050505;
  --tolc-panel: #101010;
  --tolc-panel-2: #171411;
  --tolc-gold: #cda052;
  --tolc-gold-bright: #e0b562;
  --tolc-white: #f7f4ed;
  --tolc-muted: #b9b2a6;
  --tolc-line: rgba(205, 160, 82, .28);
  --tolc-shadow: 0 24px 70px rgba(0,0,0,.55);
  --tolc-font-display: 'Anton', Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  --tolc-font-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--tolc-black); }
body.tolc-body,
body { margin: 0; background: var(--tolc-black); color: var(--tolc-white); font-family: var(--tolc-font-body); line-height: 1.65; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
body.admin-bar .tolc-header { top: 32px; }

.tolc-site { overflow: hidden; background: radial-gradient(circle at 20% 0%, rgba(205,160,82,.08), transparent 32%), var(--tolc-black); }
.tolc-container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.tolc-header { position: fixed; top: 0; left: 0; width: 100%; z-index: 1000; background: linear-gradient(180deg, rgba(0,0,0,.82), rgba(0,0,0,.18)); border-bottom: 1px solid rgba(205,160,82,.12); backdrop-filter: blur(14px); }
.tolc-nav { display: flex; align-items: center; justify-content: space-between; min-height: 74px; gap: 24px; }
.tolc-brand { display: inline-flex; align-items: center; gap: 12px; min-width: 185px; }
.tolc-logo { width: 54px; height: 54px; object-fit: contain; filter: drop-shadow(0 8px 18px rgba(0,0,0,.45)); }
.tolc-brand-text { display: flex; flex-direction: column; text-transform: uppercase; line-height: 1; letter-spacing: .08em; font-family: var(--tolc-font-display); font-size: 15px; }
.tolc-brand-text small { font-family: var(--tolc-font-body); color: var(--tolc-gold); font-size: 9px; letter-spacing: .22em; margin-top: 3px; }
.tolc-menu { display: flex; align-items: center; justify-content: center; gap: 4px; flex: 1; }
.tolc-menu a { padding: 10px 11px; color: #f4ead9; font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; transition: color .2s ease, background .2s ease; }
.tolc-menu a:hover { color: var(--tolc-gold-bright); background: rgba(205,160,82,.08); }
.tolc-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 22px; background: var(--tolc-gold); color: #0d0903; font-weight: 1000; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; border: 1px solid var(--tolc-gold-bright); box-shadow: 0 12px 30px rgba(205,160,82,.22); clip-path: polygon(8px 0, 100% 0, calc(100% - 8px) 100%, 0 100%); }
.tolc-mobile-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--tolc-line); background: rgba(0,0,0,.35); color: var(--tolc-white); font-size: 22px; }

.tolc-hero { position: relative; min-height: 100vh; display: flex; align-items: center; padding: 130px 0 88px; background-image: linear-gradient(90deg, rgba(0,0,0,.95), rgba(0,0,0,.68) 38%, rgba(0,0,0,.38) 70%, rgba(0,0,0,.92)), var(--hero-bg); background-size: cover; background-position: center right; }
.tolc-hero::after { content: ''; position: absolute; inset: auto 0 0 0; height: 210px; background: linear-gradient(180deg, transparent, var(--tolc-black)); pointer-events: none; }
.tolc-hero-content { position: relative; z-index: 2; max-width: 780px; }
.tolc-kicker { display: inline-flex; align-items: center; gap: 14px; color: var(--tolc-gold); text-transform: uppercase; font-size: 11px; letter-spacing: .24em; font-weight: 900; margin-bottom: 22px; }
.tolc-kicker::before { content: ''; width: 42px; height: 1px; background: var(--tolc-gold); }
.tolc-hero h1 { margin: 0; font-family: var(--tolc-font-display); font-size: clamp(70px, 11vw, 145px); line-height: .9; letter-spacing: .015em; text-transform: uppercase; text-shadow: 0 24px 65px rgba(0,0,0,.65); }
.tolc-hero h1 span { display: block; color: var(--tolc-gold); }
.tolc-tagline { margin: 24px 0 18px; color: #dcc295; font-size: clamp(20px, 2vw, 30px); font-style: italic; }
.tolc-lead { max-width: 660px; color: var(--tolc-muted); font-size: 18px; }
.tolc-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.tolc-btn { display: inline-flex; align-items: center; justify-content: center; min-width: 160px; min-height: 52px; padding: 0 28px; border: 1px solid var(--tolc-gold); font-size: 12px; font-weight: 1000; letter-spacing: .16em; text-transform: uppercase; transition: transform .2s ease, background .2s ease, color .2s ease; clip-path: polygon(9px 0, 100% 0, calc(100% - 9px) 100%, 0 100%); }
.tolc-btn:hover { transform: translateY(-2px); }
.tolc-btn-primary { background: var(--tolc-gold); color: #090704; }
.tolc-btn-outline { background: rgba(0,0,0,.18); color: var(--tolc-white); }

.tolc-section { position: relative; padding: 110px 0; }
.tolc-section-alt { background: linear-gradient(180deg, #080808, #100d0a); }
.tolc-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.tolc-section-label { color: var(--tolc-gold); text-transform: uppercase; letter-spacing: .2em; font-size: 12px; font-weight: 900; margin-bottom: 10px; }
.tolc-title { margin: 0 0 26px; font-family: var(--tolc-font-display); font-size: clamp(42px, 6vw, 78px); line-height: .96; text-transform: uppercase; letter-spacing: .02em; }
.tolc-title em { color: var(--tolc-gold); font-style: normal; }
.tolc-text { color: var(--tolc-muted); font-size: 17px; }
.tolc-text strong { color: var(--tolc-white); }
.tolc-image-card { position: relative; min-height: 560px; border: 1px solid var(--tolc-line); overflow: hidden; background-size: cover; background-position: center; box-shadow: var(--tolc-shadow); }
.tolc-image-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.62)); }
.tolc-badge { position: absolute; z-index: 2; left: 28px; bottom: 28px; padding: 18px 22px; background: rgba(5,5,5,.82); border: 1px solid var(--tolc-line); text-transform: uppercase; }
.tolc-badge strong { display: block; color: var(--tolc-gold); font-family: var(--tolc-font-display); font-size: 46px; line-height: 1; }
.tolc-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 36px; }
.tolc-stat { padding: 22px; background: rgba(255,255,255,.035); border: 1px solid var(--tolc-line); text-transform: uppercase; }
.tolc-stat strong { display: block; color: var(--tolc-gold); font-family: var(--tolc-font-display); font-size: 40px; line-height: 1; }
.tolc-stat span { color: var(--tolc-muted); font-size: 12px; letter-spacing: .16em; font-weight: 900; }

.tolc-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 42px; }
.tolc-card { padding: 30px; background: linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.02)); border: 1px solid var(--tolc-line); min-height: 190px; }
.tolc-card h3 { margin: 0 0 12px; font-family: var(--tolc-font-display); font-size: 29px; text-transform: uppercase; }
.tolc-card p { margin: 0; color: var(--tolc-muted); }
.tolc-card-number { color: var(--tolc-gold); font-weight: 1000; letter-spacing: .2em; margin-bottom: 18px; }

.tolc-leadership { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; margin-top: 44px; }
.tolc-person { background: #0e0d0c; border: 1px solid var(--tolc-line); overflow: hidden; box-shadow: var(--tolc-shadow); }
.tolc-person img { width: 100%; height: 520px; object-fit: cover; object-position: top center; filter: saturate(.92) contrast(1.05); }
.tolc-person-body { padding: 30px; }
.tolc-person h3 { margin: 0; font-family: var(--tolc-font-display); font-size: 36px; text-transform: uppercase; }
.tolc-role { color: var(--tolc-gold); text-transform: uppercase; font-size: 12px; font-weight: 1000; letter-spacing: .18em; margin: 2px 0 18px; }
.tolc-person p { color: var(--tolc-muted); margin: 0; }

.tolc-players { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; margin-top: 44px; }
.tolc-player { position: relative; min-height: 430px; overflow: hidden; border: 1px solid var(--tolc-line); background: #111; }
.tolc-player img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(.2) contrast(1.08); transition: transform .35s ease; }
.tolc-player:hover img { transform: scale(1.05); }
.tolc-player::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(0,0,0,.88)); }
.tolc-player-info { position: absolute; z-index: 2; left: 18px; right: 18px; bottom: 18px; }
.tolc-player-num { color: var(--tolc-gold); font-weight: 1000; letter-spacing: .18em; }
.tolc-player h3 { margin: 7px 0 0; font-family: var(--tolc-font-display); font-size: 28px; line-height: 1; text-transform: uppercase; }

.tolc-schedule { display: grid; grid-template-columns: repeat(7, minmax(170px, 1fr)); gap: 14px; margin-top: 40px; overflow-x: auto; padding-bottom: 12px; }
.tolc-session { min-width: 170px; padding: 22px 18px; border: 1px solid var(--tolc-line); background: rgba(255,255,255,.035); }
.tolc-session-num { color: var(--tolc-gold); font-weight: 1000; letter-spacing: .18em; }
.tolc-session-period { color: var(--tolc-muted); text-transform: uppercase; font-size: 12px; font-weight: 900; margin-top: 16px; }
.tolc-session h3 { margin: 0 0 10px; font-family: var(--tolc-font-display); font-size: 28px; text-transform: uppercase; }
.tolc-time { display: flex; flex-direction: column; color: var(--tolc-white); font-weight: 900; font-size: 18px; line-height: 1.4; }
.tolc-session-detail { margin-top: 14px; color: var(--tolc-muted); font-size: 13px; text-transform: uppercase; }
.tolc-ready { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 34px; padding: 28px; border: 1px solid var(--tolc-line); background: linear-gradient(90deg, rgba(205,160,82,.15), rgba(255,255,255,.03)); }
.tolc-ready h3 { margin: 0 0 3px; font-family: var(--tolc-font-display); font-size: 34px; text-transform: uppercase; }
.tolc-ready p { margin: 0; color: var(--tolc-muted); }

.tolc-facility { background-image: linear-gradient(90deg, rgba(0,0,0,.94), rgba(0,0,0,.72), rgba(0,0,0,.36)), var(--facility-bg); background-size: cover; background-position: center; }
.tolc-limbs { display: grid; grid-template-columns: repeat(9, 1fr); gap: 10px; margin-top: 42px; }
.tolc-limb { padding: 20px 10px; text-align: center; border: 1px solid var(--tolc-line); background: rgba(255,255,255,.035); text-transform: uppercase; }
.tolc-limb strong { display: block; color: var(--tolc-gold); font-family: var(--tolc-font-display); font-size: 38px; }
.tolc-limb span { color: var(--tolc-muted); font-size: 11px; font-weight: 1000; letter-spacing: .12em; }

.tolc-join { text-align: center; background-image: linear-gradient(180deg, rgba(0,0,0,.7), rgba(0,0,0,.92)), var(--cta-bg); background-size: cover; background-position: center; }
.tolc-join .tolc-container { max-width: 850px; }
.tolc-meta-row { display: flex; justify-content: center; flex-wrap: wrap; gap: 16px; margin-top: 30px; color: var(--tolc-muted); text-transform: uppercase; font-size: 12px; letter-spacing: .14em; font-weight: 900; }

.tolc-footer { padding: 64px 0 32px; background: #050505; border-top: 1px solid var(--tolc-line); }
.tolc-footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 54px; }
.tolc-footer h3, .tolc-footer h4 { margin: 0 0 18px; font-family: var(--tolc-font-display); text-transform: uppercase; }
.tolc-footer h3 { font-size: 34px; line-height: .95; }
.tolc-footer h3 span { color: var(--tolc-gold); display: block; }
.tolc-footer p, .tolc-footer li, .tolc-footer a { color: var(--tolc-muted); }
.tolc-footer ul { list-style: none; padding: 0; margin: 0; }
.tolc-footer li + li { margin-top: 8px; }
.tolc-footer-bottom { margin-top: 48px; padding-top: 24px; border-top: 1px solid rgba(205,160,82,.16); color: #817a70; font-size: 13px; display: flex; justify-content: space-between; gap: 20px; }

@media (max-width: 1100px) {
  .tolc-mobile-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .tolc-menu { position: absolute; top: 74px; left: 24px; right: 24px; display: none; flex-direction: column; align-items: stretch; padding: 16px; background: rgba(5,5,5,.96); border: 1px solid var(--tolc-line); }
  .tolc-menu.is-open { display: flex; }
  .tolc-menu a { padding: 13px 14px; }
  .tolc-nav > .tolc-cta { display: none; }
  .tolc-grid-2, .tolc-leadership, .tolc-footer-grid { grid-template-columns: 1fr; }
  .tolc-players { grid-template-columns: repeat(2, 1fr); }
  .tolc-limbs { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 760px) {
  body.admin-bar .tolc-header { top: 46px; }
  .tolc-container { width: min(100% - 32px, 1180px); }
  .tolc-hero { padding-top: 112px; background-position: center; }
  .tolc-hero h1 { font-size: clamp(56px, 18vw, 88px); }
  .tolc-section { padding: 76px 0; }
  .tolc-cards, .tolc-stats, .tolc-players { grid-template-columns: 1fr; }
  .tolc-player { min-height: 520px; }
  .tolc-person img { height: 430px; }
  .tolc-ready { flex-direction: column; align-items: flex-start; }
  .tolc-footer-bottom { flex-direction: column; }
}
