/* Version: 2.0.5 - Modern Redesign */
@import"reset.css";@import"pro_pages_style.css";@import"grid.css";@import"forms.css";@import"prettyPhoto.css";@import"jquery.snippet.min.css";
@import"../skin/blue.monday/jplayer.blue.monday.css";@import"../css/smoothness/jquery-ui-1.8.17.custom.css";
@import "../css/superfish.css";@import"tms.css";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Outfit:wght@400;500;600;700;800&display=swap');
@import"errors.css";@import"contact.css";@import"responsive.css?v=2.0.5";
article,aside,audio,canvas,command,datalist,details,embed,figcaption,figure,footer,header,hgroup,keygen,meter,nav,output,progress,section,source,video{display:block}mark,rp,rt,ruby,summary,time{display:inline}

/* ========================================================
   GLOBAL DESIGN SYSTEM — v2.0 Modern Redesign
   Color Palette: Red #cc0000 | Black #0a0a0a | White #fafafa
   Fonts: Inter (body), Outfit (headings)
   ======================================================== */

/* --- CSS Custom Properties --- */
:root {
  --color-primary: #cc0000;
  --color-primary-hover: #e60000;
  --color-primary-glow: rgba(204, 0, 0, 0.35);
  --color-primary-subtle: rgba(204, 0, 0, 0.08);
  --color-bg: #0a0a0a;
  --color-surface: #fafafa;
  --color-surface-alt: #f3f4f6;
  --color-card: #ffffff;
  --color-text: #374151;
  --color-text-light: #6b7280;
  --color-text-dark: #1f2937;
  --color-border: #e5e7eb;
  --color-border-hover: rgba(204, 0, 0, 0.3);
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-heading: 'Outfit', 'Inter', sans-serif;
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --radius-pill: 50px;
  --shadow-sm: 0 1px 3px rgba(0,0,0,0.06), 0 1px 2px rgba(0,0,0,0.04);
  --shadow-md: 0 4px 16px rgba(0,0,0,0.08);
  --shadow-lg: 0 8px 32px rgba(0,0,0,0.1);
  --shadow-xl: 0 16px 48px rgba(0,0,0,0.14);
  --shadow-glow: 0 0 24px var(--color-primary-glow);
  --transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  --transition-fast: all 0.2s ease;
}

/* --- Global Properties --- */
html { width: 100%; scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.6;
  color: var(--color-text);
  background: var(--color-bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.main {
  width: 960px;
  padding: 0;
  margin: 0 auto;
  position: relative;
  z-index: 999;
}

.bg {
  background: url(../images/bg7.gif) 50% bottom no-repeat #0a0a0a;
  background-size: 100% 650px;
}

/* --- Global Structure --- */
.extra-wrap { overflow: hidden; display: block; }
.fleft { float: left }
.fright { float: right }
.alignright { text-align: right }
.aligncenter { text-align: center }
.alignmiddle * { vertical-align: middle }
.color1 { color: var(--color-text-light); }

nav {
  background: #fff;
}

.wrapper { width: 100%; overflow: hidden; }

.p1 { margin-bottom: 8px; }
.p2 { margin-bottom: 15px; }
.p3 { margin-bottom: 30px; }
.p4 { margin-bottom: 4px; }
.p5 { margin-bottom: 15px; }

.reg { text-transform: uppercase; }
.it { font-style: italic; }
.letter { letter-spacing: -1px; }

/* --- Boxes / Spacing --- */
.margin-bot { margin-bottom: 35px; }
.spacing { margin-right: 35px; }
.indent { padding: 0 0 0px 30px; }
.indent1 { padding: 0 0 0px 10px; }
.bold { font-weight: 600; }
.indent2 { padding-left: 50px; }
.indent-bot { margin-bottom: 20px; }
.indent-bot2 { margin-bottom: 30px; }
.indent-bot3 { margin-bottom: 45px; }
.img-indent-bot { margin-bottom: 25px; }
.img-indent { float: left; margin: 0 20px 0px 0; }
.img-indent2 { float: left; margin: 0 13px 0px 0; }
.img-indent-r { float: right; margin: 0 0px 0px 40px; }
.prev-indent-bot { margin-bottom: 10px; }
.cuspa { padding: 10px; }
.buttons a:hover { cursor: pointer; }

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* --- Fonts --- */
.f_left { float: left }
.f_right { float: right }
.align_right { text-align: right }
.align_center { text-align: center }

/* --- Classes --- */
.m_bottom_zero { margin-bottom: 0 !important; }
.m_left_zero { margin-left: 0 !important; }
.p_bottom_zero { padding-bottom: 0 !important; }
.p_left_zero { padding-left: 0 !important; }
.wrapper { width: 100%; overflow: hidden }
.extra_wrapper { overflow: hidden; }
.container { width: 100% }
.extra_last { border: none !important; background: none !important; }
.bg_none { background: none !important; }

/* ========================================================
   LINKS & BUTTONS — Modern pill-shaped design
   ======================================================== */
a {
  color: var(--color-text-dark);
  outline: none;
  text-decoration: none;
  cursor: pointer;
  transition: var(--transition-fast);
}

a:hover {
  color: var(--color-primary);
  text-decoration: none;
}

/* --- Primary Button --- */
.button {
  display: inline-block;
  padding: 12px 32px;
  margin: 0;
  font-family: var(--font-heading);
  font-size: 15px;
  line-height: 1.4;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, var(--color-primary), var(--color-primary-hover));
  border: none;
  border-radius: var(--radius-pill);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: var(--transition);
  cursor: pointer;
}

.button:hover {
  background: linear-gradient(135deg, var(--color-primary-hover), #ff1a1a);
  color: #fff;
  text-decoration: none;
  box-shadow: var(--shadow-glow);
  transform: translateY(-2px);
}

.button:active {
  transform: scale(0.97);
}

/* --- Read More Link — arrow animation --- */
.link_wrap { text-align: right; }

.read {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--color-primary);
  font-family: var(--font-heading);
  font-size: 13px;
  line-height: 1.4;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 12px;
  padding: 8px 20px;
  border: 2px solid var(--color-primary);
  border-radius: var(--radius-pill);
  transition: var(--transition);
  letter-spacing: 0.5px;
}

.read::after {
  content: '→';
  display: inline-block;
  transition: transform 0.3s ease;
}

.read:hover {
  background: var(--color-primary);
  color: #fff;
  text-decoration: none;
  box-shadow: var(--shadow-glow);
  transform: translateY(-2px);
}

.read:hover::after {
  transform: translateX(4px);
}

.link { color: var(--color-primary); }
.link:hover { color: var(--color-text-dark); text-decoration: none; }

/* --- Displays --- */
.block { display: block; }
.inline-block { display: inline-block; }

/* ========================================================
   HEADER — Slider area
   ======================================================== */
header {
  height: 438px;
  position: relative;
  margin: 0 5px 0;
  z-index: 3;
}

header h1 {
  width: 812px;
  padding-top: 155px;
  margin: 0 auto;
  position: relative;
  z-index: 999;
}

header h1 a {
  display: block;
  width: 117px;
  height: 117px;
  margin: 0 0 0 43%;
  background: url(../images/logo.png) 0 0 no-repeat;
  text-decoration: none;
  text-indent: -9999px;
}

/* ========================================================
   CONTENT AREA — Glass-card design
   ======================================================== */
#content {
  padding: 47px 0px 45px 0px;
  background: url('../images/content_bg.jpg') 5px 0 repeat-y;
  position: relative;
  z-index: 2;
}

.cont_pad { padding: 11px 0 0 0 !important; }
.cont_pad1 { padding: 11px 0 45px 0 !important; }

/* ========================================================
   PARAGRAPHS
   ======================================================== */
p { margin-bottom: 18px }
.p2 { margin-bottom: 8px; }
.p3 { margin-bottom: 14px; }
.p4 { margin-bottom: 4px; }
.p5 { margin-bottom: 15px; }
.p6 { margin-bottom: 22px; }
.p7 { margin-bottom: 26px; }

/* ========================================================
   LISTS — Modern styled
   ======================================================== */
.list1 {}
.list1 li {
  background: url(../images/marker1.png) 1px 6px no-repeat;
  padding: 8px 0 8px 18px;
  margin-bottom: 4px;
  border-radius: var(--radius-sm);
  transition: var(--transition-fast);
}

.list1 li:hover {
  background-color: var(--color-primary-subtle);
}

.list1 a {
  font-family: var(--font-heading);
  font-size: 13px;
  line-height: 1.4;
  color: var(--color-primary);
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.3px;
}

.list1 a:hover { color: var(--color-text-dark); text-decoration: none; }
.list1 ul { padding: 10px 0 0 21px; }

/* ========================================================
   HEADINGS — Outfit font, modern sizing
   ======================================================== */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  color: var(--color-primary);
  font-family: var(--font-heading);
  font-weight: 700;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}

h1 { font-size: 40px; }
h2 { font-size: 28px; }
h3 { font-size: 26px; }
h4 { font-size: 24px; }
h5 { font-size: 22px; }
h6 { font-size: 18px; }

h2 span { display: block; margin-top: -4px; }

h2.ind { margin-bottom: 20px; }
h2.ind1 { margin-bottom: 17px; }
h2.ind2 { margin-bottom: 18px; }
h2.ind3 { margin-bottom: 9px; }
h2.ind4 { margin-bottom: 25px; }
h2.ind5 { margin-bottom: 13px; }

.time1 {
  font-size: 16px;
  font-family: var(--font-heading);
  line-height: 1.4;
  color: var(--color-primary);
  font-weight: 800;
  margin-bottom: 4px;
  display: block;
}

.time1 span {
  font-size: 18px;
  color: var(--color-text);
}

h6 { line-height: 1.4; }
h6.ind { margin-bottom: 4px; font-weight: 800; }
h6.ind80 { font-weight: 800; margin-bottom: 0; }

/* --- Google Fonts classes --- */
.os, .fc-header-title h2, .fc-grid th, .fc-grid .fc-day-numberm, .button {
  font-family: var(--font-heading);
}

/* --- Hover transitions --- */
.img_wrap1 span, .lightbox-image strong, .sf-menu a {
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  text-decoration: none;
}

/* ========================================================
   HOME PAGE — Cards & Sections
   ======================================================== */
.ext_list>li, .ext_box { overflow: hidden; }
.ext_list>li>figure, .ext_box>figure { float: left; }
.ext_list>li>div, .ext_box>div { overflow: hidden; }

.p_top1 { padding-top: 55px; }
.p_top2 { padding-top: 36px; }

.johns_world {
  background: url('../images/johngrantmarshall.png') 0px 43px no-repeat;
  padding: 37px 0 37px 41px;
  overflow: hidden;
}

.johns_world .title {
  font-family: var(--font-heading);
  font-size: 28px;
  line-height: 1.2;
  color: var(--color-text-dark);
  font-weight: 700;
}

.johns_world .title span {
  color: var(--color-primary);
  text-transform: uppercase;
  display: block;
  font-size: 22px;
  font-weight: 800;
}

.johns_world .text {
  width: 268px;
  float: right;
  padding: 14px 0 0 0;
}

/* --- Bio/Profile Area Card --- */
.area {
  background: var(--color-card);
  margin: 0 10px 0 0;
  padding: 37px 33px 30px 40px;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  border: 1px solid var(--color-border);
  transition: var(--transition);
}

.area:hover {
  box-shadow: var(--shadow-lg);
  border-color: var(--color-border-hover);
}

.area .title {
  color: var(--color-primary);
  font-family: var(--font-heading);
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 10px;
  font-weight: 700;
}

.area p { margin-bottom: 6px; }

.stripe1 { background: url('../images/stripe1.jpg') 41px bottom no-repeat; }

.box1, .m_bot1 { margin-bottom: 31px; }
.m_bot2 { margin-bottom: 25px; }
.m_bot3 { margin-bottom: 20px; }
.m_bot4 { margin-bottom: 10px; }
.m_bot5 { margin-bottom: 33px; }
.m_top { margin-top: 11px; }

/* --- Image hover overlays --- */
.img_wrap1 {
  display: inline-block;
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
}

.img_wrap1 span, .lightbox-image strong {
  display: block;
  border: 1px solid #fff;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.16;
  position: absolute;
}

.img_wrap1:hover span, .lightbox-image:hover strong { opacity: 1 }
.lightbox-image strong { z-index: 999; }
.events {}
.events .img_wrap1 { margin-bottom: 14px; }

.banner1 { padding-top: 49px; }

/* ========================================================
   BIO PAGE
   ======================================================== */
.history {
  background: var(--color-card);
  margin: 0 10px 32px 0;
  padding: 36px 31px 31px 40px;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  border: 1px solid var(--color-border);
  transition: var(--transition);
}

.history:hover {
  box-shadow: var(--shadow-lg);
  border-color: var(--color-border-hover);
}

.history .read { margin-top: 20px; }
.hist_list>li { border-bottom: 1px solid #23295c; padding-bottom: 32px; margin-bottom: 15px; }
.hist_list>li>div { padding: 4px 0px 0 18px; }
.hist_list>li>figure { font-size: 30px; line-height: 36px; color: var(--color-primary); font-weight: 800; }

.about_box { border-bottom: 1px solid #23295c; padding-bottom: 36px; overflow: hidden; }
.about_box>div { margin: -4px 30px 0 0px; overflow: visible; float: right; width: 288px; }
.about_box>figure { margin: 0 22px 0 0; float: left; }

.color1 { color: var(--color-primary); }

/* --- Testimonials --- */
.testimonials { padding: 0 0 0 40px; position: relative; }
.testimonials .test_content>div { background: none !important; }
.testimonials .test_content>div .text { background: url('../images/quotes.png') 1px 5px no-repeat; padding: 0 35px 21px 44px; }
.testimonials .test_content .author { color: var(--color-primary); font-size: 11px; line-height: 14px; text-transform: uppercase; }
.testimonials .nav_btn { position: absolute; bottom: -4px; width: 12px; height: 21px; z-index: 999; }
.testimonials .prev { right: 58px; background: url('../images/cycle_prev.png') no-repeat; }
.testimonials .next { right: 39px; background: url('../images/cycle_next.png') no-repeat; }
.testimonials .nav_btn:hover { background-position: 0 -21px; }
.testimonials .prev:hover { background-position: 0 -22px; }

/* ========================================================
   PHOTOS PAGE — Modern gallery
   ======================================================== */
.photos { border-bottom: 1px solid var(--color-border); padding-bottom: 36px; }
.photo { position: relative; }
.photo .lightbox-image { margin-bottom: 14px; }
.photo .nums { right: 0; bottom: 0; color: var(--color-primary); position: absolute; }

/* ========================================================
   SCHEDULE PAGE — Modern table
   ======================================================== */
.calendar .tools {}
.calendar_links { float: left; color: #000; }

table { width: 100%; }
table, td, th {
  border: none;
}

th {
  background-color: var(--color-primary);
  color: white;
}

#view { padding: 0 0 0 13px; overflow: hidden; margin-top: -7px; float: left; }

input[type="text"], textarea {
  background: #fff;
  padding: 12px 16px;
  width: 62px;
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--color-text);
  border: 2px solid var(--color-border);
  border-radius: var(--radius-sm);
  margin: 0;
  transition: var(--transition-fast);
}

input[type="text"]:focus, textarea:focus {
  border-color: var(--color-primary);
  outline: none;
  box-shadow: 0 0 0 3px var(--color-primary-subtle);
}

.form_but {
  background: linear-gradient(135deg, var(--color-primary), var(--color-primary-hover));
  font-family: var(--font-heading);
  font-size: 15px;
  line-height: 1.4;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  padding: 12px 28px;
  margin: 0 0 0 4px;
  border: none;
  border-radius: var(--radius-pill);
  transition: var(--transition);
  cursor: pointer;
}

.form_but:hover {
  background: linear-gradient(135deg, var(--color-primary-hover), #ff1a1a);
  color: #fff;
  text-decoration: none;
  box-shadow: var(--shadow-glow);
  transform: translateY(-2px);
}

.events_list { margin: -2px 0 0; }
.events_list>li {
  border-bottom: 1px solid rgba(204, 0, 0, 0.15);
  padding-bottom: 22px;
  margin-bottom: 17px;
}
.events_list>li a { color: var(--color-text); text-decoration: none; }
.events_list>li a:hover { color: var(--color-text-dark); text-decoration: none; }
.events_list .title { font-size: 16px; line-height: 26px; color: var(--color-primary); font-weight: bold; margin-bottom: 1px; }
.events_list .title span { font-size: 18px; color: var(--color-text); font-weight: 800; }

/* ========================================================
   VIDEOS PAGE — Grid layout with card design
   ======================================================== */
.videos { width: 900px; }
.members {
  background: var(--color-card);
  margin: 0 10px 32px 0;
  padding-bottom: 20px;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
}
.members h2 { padding: 36px 0 0 42px; margin-bottom: 5px; }
.members_list { font-size: 16px; line-height: 20px; }
.members_list a {
  color: var(--color-primary);
  font-weight: 700;
  display: block;
  padding: 12px 0 12px 41px;
  transition: var(--transition-fast);
  border-radius: var(--radius-sm);
}
.members_list a:hover {
  color: #fff;
  background: var(--color-primary);
  text-decoration: none;
}

.f_18 {
  font-family: var(--font-heading);
  font-size: 18px;
  line-height: 1.4;
  color: var(--color-primary);
  font-weight: 700;
}

.f_16 {
  font-family: var(--font-heading);
  font-size: 18px;
  line-height: 1.4;
  color: var(--color-text);
  font-weight: 600;
}

.members_login { padding: 0 35px 0 41px; }
#login { padding: 8px 0 8px; margin-bottom: 27px; position: relative; overflow: hidden; }
#login input[type="text"] { width: 208px; margin: 0 0 7px 0; }
#login .transform { width: 110px; padding: 5px 0 0; }
#login .transform label { padding-top: 6px; display: inline-block; }
#login .transform input { display: none; }
#login .button { position: absolute; bottom: 0px; right: 4px; }

/* ========================================================
   CONTACT FORM — Modern style
   ======================================================== */
#contact-form { padding: 4px 0 0 0; }
#contact-form .success { width: 246px; margin-bottom: 20px; padding: 10px; position: absolute; }

#contact-form input {
  width: 208px;
  float: left;
  background: #fff;
  border: 2px solid var(--color-border);
  border-radius: var(--radius-sm);
  padding: 12px 16px;
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--color-text);
  transition: var(--transition-fast);
}

#contact-form input:focus {
  border-color: var(--color-primary);
  outline: none;
  box-shadow: 0 0 0 3px var(--color-primary-subtle);
}

#contact-form textarea {
  overflow: auto;
  width: 368px;
  height: 295px;
  resize: none;
  float: left;
  margin: 0;
  background: #fff;
  border: 2px solid var(--color-border);
  border-radius: var(--radius-sm);
  padding: 12px 16px;
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--color-text);
  transition: var(--transition-fast);
}

#contact-form textarea:focus {
  border-color: var(--color-primary);
  outline: none;
  box-shadow: 0 0 0 3px var(--color-primary-subtle);
}

#contact-form label { display: block; min-height: 40px; overflow: hidden; }
#contact-form label.message { display: block; padding-bottom: 0; }
#contact-form .button { margin-left: 3px; }
#contact-form .error, #contact-form .empty, #contact-form .success { display: none; }
#contact-form .error, #contact-form .empty { text-align: left; color: red; font-size: 11px; line-height: 14px; float: left; padding-top: 4px; width: 130px; }
#contact-form .buttons2 { overflow: hidden; text-align: right; position: relative; clear: both; padding-top: 12px; }
#contact-form .buttons2 a { cursor: pointer; margin-top: 0; text-align: center; }
#contact-form span { display: block; margin: 0px 0 0 5px; }

.map_wrapper { overflow: hidden; display: inline-block; margin-bottom: 14px; border-radius: var(--radius-md); }
#map_canvas { width: 430px; height: 376px; }
.adres_box { overflow: hidden; }
.adress { overflow: hidden; padding: 0 0 0 38px; }
.adress span { display: inline-block; width: 69px; }
.adress dt { margin-bottom: 14px; }
.adress a { color: var(--color-primary); }
.adress a:hover { color: var(--color-text-dark); }

.needed { color: var(--color-primary); }
.big { font-size: 24px; }

/* ========================================================
   LIGHTBOX — Modern overlay
   ======================================================== */
.lightbox-image {
  position: relative;
  overflow: hidden;
  display: inline-block;
  z-index: 99;
  border-radius: var(--radius-md);
  transition: var(--transition);
}

.lightbox-image:hover {
  transform: scale(1.03);
  box-shadow: var(--shadow-lg);
}

.lightbox-image img {
  position: relative;
  z-index: 2;
  background: #f1f1f1;
  transition: var(--transition);
}

.lightbox-image span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/magnify.png) no-repeat 50% 50%;
  z-index: 1;
}

/* ========================================================
   FOOTER — Dark gradient, modern layout
   ======================================================== */
footer {
  padding: 30px 30px 35px 30px;
  margin: 0 5px;
  overflow: hidden;
  font-family: var(--font-body);
  font-size: 13px;
  line-height: 1.6;
  color: #ffffff;
  background: linear-gradient(180deg, #0a0a0a 0%, #111111 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

footer a {
  color: var(--color-primary);
  text-decoration: none;
  transition: var(--transition-fast);
}

footer a:hover {
  color: #fff;
  text-decoration: none;
}

footer .privacy { float: left; }
footer .design { float: right; text-transform: uppercase; font-size: 11px; letter-spacing: 0.5px; }
footer .design a { color: #ffffff; text-decoration: underline; }
footer .design a:hover { color: var(--color-primary); }

footer .social {
  overflow: hidden;
  float: right;
  padding: 3px 3px 0 0;
}

footer .social a {
  display: block;
  float: left;
  width: 32px;
  height: 32px;
  overflow: hidden;
  margin-left: 10px;
  border-radius: 50%;
  transition: var(--transition);
  opacity: 0.7;
}

footer .social a:first-child { margin: 0; }

footer .social a:hover {
  opacity: 1;
  transform: translateY(-3px);
  box-shadow: 0 4px 12px var(--color-primary-glow);
}

footer .social a:hover img { margin-top: 0px; }
footer .current { color: #fff; }

/* --- Footer link2 --- */
.link2 {
  color: #fff;
  font-weight: 800;
  font-size: 18px;
  line-height: 22px;
  font-family: var(--font-heading);
}

.link2:hover {
  color: #6c73ae;
  text-decoration: none;
}

.fc-event:hover span { color: #fff; }

/* ========================================================
   SCHEDULE TABLE — Modern design
   ======================================================== */
.home {
  background-color: rgba(204, 0, 0, 0.06);
  color: var(--color-text);
  border-left: 3px solid var(--color-primary);
}

.away {
  background-color: #fff;
  color: var(--color-text);
  border-left: 3px solid var(--color-border);
}

table {
  font-family: var(--font-body);
  font-size: 13px;
  text-shadow: none;
  background: #fff;
  margin: 5px 0;
  border: none;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  border-collapse: separate;
  border-spacing: 0;
}

table th {
  padding: 12px 10px;
  border: none;
  background: var(--color-primary);
  color: #fff;
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

table th:first-child {
  text-align: left;
  padding-left: 16px;
}

table tr:first-child th:first-child {
  border-top-left-radius: var(--radius-md);
}

table tr:first-child th:last-child {
  border-top-right-radius: var(--radius-md);
}

table tr {
  text-align: center;
  padding-left: 0px;
  transition: var(--transition-fast);
}

table td:first-child {
  text-align: center;
  border-left: 0;
}

table td {
  padding: 10px 8px;
  border-top: none;
  border-bottom: 1px solid var(--color-surface-alt);
  border-left: none;
  background: #fff;
  transition: var(--transition-fast);
}

table tr.even td {
  background: var(--color-surface-alt);
}

table tr:last-child td { border-bottom: 0; }

table tr:last-child td:first-child {
  border-bottom-left-radius: var(--radius-md);
}

table tr:last-child td:last-child {
  border-bottom-right-radius: var(--radius-md);
}

table tr:hover td {
  background: var(--color-primary-subtle);
}

/* ========================================================
   VIDEO PAGE — Grid & Card
   ======================================================== */
.main-video-showcase {
  max-width: 870px;
  margin: 0 0 30px 0;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  margin: 30px 0 40px 0;
  max-width: 870px;
}

.video-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--color-border);
  transition: var(--transition);
  background: #000;
}

.video-wrapper:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 30px rgba(204, 0, 0, 0.2);
  border-color: var(--color-primary);
}

.video-wrapper video,
.video-wrapper iframe {
  width: 100% !important;
  height: 100% !important;
  border: none;
  display: block;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.1);
  transition: background 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-overlay::after {
  content: '';
  width: 64px;
  height: 64px;
  background: url('../images/icons/play_video.png') no-repeat center center;
  background-size: contain;
  opacity: 0.8;
  transition: var(--transition);
}

.video-wrapper:hover .video-overlay::after {
  opacity: 1;
  transform: scale(1.1);
}

.video-wrapper:hover .video-overlay {
  background: rgba(0, 0, 0, 0.25);
}

/* --- Photos Page: Center image rows --- */
.grid_22 > .wrapper.m_bot4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

/* ========================================================
   FORM BUTTONS — Modernized
   ======================================================== */
.buttons {
  display: inline-block;
  padding: 12px 28px;
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, var(--color-primary), var(--color-primary-hover));
  border: none;
  border-radius: var(--radius-pill);
  cursor: pointer;
  transition: var(--transition);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.buttons:hover {
  box-shadow: var(--shadow-glow);
  transform: translateY(-2px);
}

.buttons:active {
  transform: scale(0.97);
}

/* ========================================================
   SCROLL REVEAL ANIMATIONS
   ======================================================== */
@keyframes revealUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.revealed {
  opacity: 1;
  transform: translateY(0);
}

/* ========================================================
   SELECTION HIGHLIGHT
   ======================================================== */
::selection {
  background: var(--color-primary);
  color: #fff;
}

::-moz-selection {
  background: var(--color-primary);
  color: #fff;
}

/* ========================================================
   BIO CARD CONTAINER LAYOUT OVERRIDES
   ======================================================== */
.bio-area {
    padding: 24px 20px !important;
    margin-bottom: 30px;
}
.bio-area .pro_wrapper {
    overflow: hidden;
    margin-bottom: 20px;
}
.bio-area .pro_wrapper .grid_6 {
    width: 44% !important;
    margin-right: 4% !important;
    float: left !important;
}
.bio-area .pro_wrapper .grid_7 {
    width: 52% !important;
    margin-right: 0 !important;
    float: left !important;
}
.bio-area .grid_15 {
    width: 100% !important;
    float: none !important;
    overflow: hidden;
}
.bio-area .grid_15 .grid_7 {
    width: 48% !important;
    margin-right: 4% !important;
    float: left !important;
}
.bio-area .grid_15 .grid_7:last-child {
    margin-right: 0 !important;
}
@media screen and (max-width: 960px) {
    .bio-area .pro_wrapper .grid_6,
    .bio-area .pro_wrapper .grid_7,
    .bio-area .grid_15 .grid_7 {
        width: 100% !important;
        margin-right: 0 !important;
        float: none !important;
        margin-bottom: 15px;
    }
}