:root {
  --black: #070707;
  --panel: #101010;
  --panel-2: #171717;
  --gold: #d9ad50;
  --gold-light: #f1d28c;
  --white: #f6f3ed;
  --muted: #b5b0a7;
  --line: rgba(217, 173, 80, .25);
  --display: "Barlow Condensed", Impact, sans-serif;
  --body: "Inter", Arial, sans-serif;
}

* { box-sizing: border-box; }
section[id] { scroll-margin-top: 100px; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid var(--gold-light); outline-offset: 5px; }
main > section > div { min-width: 0; }
h1, h2, h3 { overflow-wrap: anywhere; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--black); color: var(--white); font-family: var(--body); line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }

.site-header { height: 88px; padding: 0 clamp(20px, 5vw, 76px); position: fixed; z-index: 20; inset: 0 0 auto; display: flex; align-items: center; gap: 34px; background: rgba(7,7,7,.9); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.brand { margin-right: auto; }
.brand img { width: 148px; height: 64px; object-fit: cover; object-position: center 40%; }
nav { display: flex; gap: 28px; }
nav a { color: #ddd8ce; font-size: .9rem; font-weight: 600; }
nav a:hover { color: var(--gold-light); }
.menu-button { display: none; color: var(--white); border: 1px solid var(--line); background: transparent; padding: 8px 12px; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; background: linear-gradient(135deg, var(--gold-light), #b68027); color: #090909; font-weight: 800; letter-spacing: .01em; border: 0; transition: transform .2s ease, filter .2s ease; }
.button:hover { transform: translateY(-2px); filter: brightness(1.08); }
.button-small { min-height: 42px; padding: 0 19px; font-size: .88rem; }

.hero { min-height: 100vh; padding: 88px 0 0 clamp(24px, 7vw, 110px); display: grid; grid-template-columns: minmax(0, 1fr) minmax(430px, .9fr); align-items: stretch; overflow: hidden; background: radial-gradient(circle at 16% 42%, #2b2112 0, #0d0d0d 27%, #070707 60%); }
.hero-copy { padding: clamp(80px, 12vh, 140px) clamp(28px, 6vw, 90px) 70px 0; align-self: center; }
.eyebrow { margin: 0 0 16px; color: var(--gold); text-transform: uppercase; font-family: var(--display); font-size: 1rem; font-weight: 700; letter-spacing: .16em; }
h1, h2, h3 { margin: 0; font-family: var(--display); line-height: .95; text-transform: uppercase; }
h1 { max-width: 720px; font-size: clamp(4.4rem, 8vw, 8.8rem); font-weight: 900; letter-spacing: -.035em; }
h1 span { color: var(--gold); }
.hero-lead { max-width: 670px; margin: 28px 0 34px; color: #d2cdc4; font-size: clamp(1rem, 1.4vw, 1.2rem); }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 26px; }
.text-link { font-weight: 700; border-bottom: 1px solid var(--gold); padding: 8px 0; }
.text-link span { color: var(--gold); }
.hero-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; list-style: none; padding: 0; margin: 70px 0 0; border-top: 1px solid var(--line); }
.hero-facts li { padding: 22px 18px 0 0; border-right: 1px solid var(--line); }
.hero-facts li + li { padding-left: 22px; }
.hero-facts strong, .hero-facts span { display: block; }
.hero-facts strong { color: var(--gold-light); font-family: var(--display); font-size: 1.55rem; text-transform: uppercase; }
.hero-facts span { color: var(--muted); font-size: .82rem; }
.hero-image { min-height: 720px; position: relative; background: #18130d; }
.hero-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--black) 0%, transparent 18%), linear-gradient(0deg, rgba(0,0,0,.55), transparent 40%); }
.hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 24%; filter: contrast(1.06) saturate(.94); }
.hero-name { position: absolute; z-index: 2; bottom: 32px; right: 34px; font-family: var(--display); font-size: 1.65rem; font-weight: 700; text-align: right; text-transform: uppercase; }
.hero-name span { display: block; color: var(--gold); font-family: var(--body); font-size: .7rem; letter-spacing: .2em; }

.section { padding: clamp(90px, 10vw, 150px) clamp(24px, 7vw, 110px); }
.section-heading { max-width: 780px; margin-bottom: 54px; }
h2 { font-size: clamp(3.2rem, 6vw, 6rem); letter-spacing: -.025em; }
.section-heading > p:last-child, .split-copy > p, .about-copy > p, .contact > div > p:last-child { color: var(--muted); max-width: 650px; font-size: 1.03rem; }
.training { background: #0b0b0b; }
.service-grid { display: grid; grid-template-columns: repeat(6, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-grid article { grid-column: span 2; min-height: 260px; padding: 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: linear-gradient(145deg, #111, #0b0b0b); }
.service-grid article:nth-child(4), .service-grid article:nth-child(5) { grid-column: span 3; }
.service-grid article > span { color: var(--gold); font-family: var(--display); font-weight: 700; }
.service-grid h3 { margin: 50px 0 14px; font-size: 2.05rem; }
.service-grid p { color: var(--muted); margin: 0; font-size: .94rem; }

.split { display: grid; grid-template-columns: minmax(320px, .85fr) minmax(420px, 1.15fr); gap: clamp(50px, 8vw, 120px); align-items: center; background: linear-gradient(110deg, #070707 40%, #15100a 100%); }
.training-photo { min-height: 670px; overflow: hidden; border: 1px solid var(--line); }
.training-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; filter: sepia(.12) contrast(1.08); }
.split-copy h2 { margin-bottom: 26px; }
.benefits { list-style: none; padding: 0; margin: 44px 0 0; border-top: 1px solid var(--line); }
.benefits li { display: grid; grid-template-columns: 42px 1fr; gap: 20px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.benefits li > span { color: var(--gold); font-family: var(--display); font-weight: 700; }
.benefits strong { font-family: var(--display); font-size: 1.35rem; text-transform: uppercase; }
.benefits p { color: var(--muted); margin: 5px 0 0; font-size: .9rem; }

.about { display: grid; grid-template-columns: 1fr .7fr; padding-top: 0; padding-bottom: 0; align-items: center; background: var(--panel); }
.about-copy { padding: 90px 8vw 90px 0; }
.about-copy h2 { margin-bottom: 28px; }
.about > img { width: 100%; height: 660px; object-fit: cover; object-position: center 30%; filter: contrast(1.04) saturate(.78); }
.availability { margin-top: 34px; display: flex; align-items: center; gap: 12px; font-weight: 700; }
.availability span { width: 10px; height: 10px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 18px var(--gold); }

.contact { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; background: radial-gradient(circle at 100% 50%, #30220d, #0a0a0a 45%); }
.contact h2 { max-width: 700px; }
.contact-card { border: 1px solid var(--gold); background: rgba(0,0,0,.5); }
.contact-primary { display: block; padding: 34px; border-bottom: 1px solid var(--line); }
.contact-primary span { display: block; color: var(--gold); font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .16em; }
.contact-primary strong { display: block; font-family: var(--display); font-size: clamp(2.3rem, 4vw, 4.3rem); line-height: 1.1; }
.socials { padding: 18px 34px 28px; }
.socials a, .socials p { display: flex; justify-content: space-between; gap: 18px; margin: 0; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.09); font-size: .92rem; }
.socials span { color: var(--muted); }
.socials a:hover { color: var(--gold-light); }

footer { min-height: 150px; padding: 28px clamp(24px, 7vw, 110px); display: flex; align-items: center; gap: 34px; border-top: 1px solid var(--line); color: var(--muted); font-size: .82rem; }
footer img { width: 100px; height: 70px; object-fit: cover; }
footer p { margin-right: auto; }
footer a { color: var(--gold-light); font-weight: 700; }

@media (max-width: 1200px) {
  .site-header { height: 74px; }
  .brand img { width: 120px; height: 52px; }
  .menu-button { display: block; }
  .header-cta { display: none; }
  nav { display: none; position: absolute; top: 74px; left: 0; right: 0; padding: 24px; flex-direction: column; background: #090909; border-bottom: 1px solid var(--line); }
  nav.open { display: flex; }
  .hero { padding-top: 74px; padding-left: 24px; grid-template-columns: 1fr .78fr; }
  .hero-copy { padding-right: 24px; }
  .hero-image { min-height: 680px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-grid article, .service-grid article:nth-child(4), .service-grid article:nth-child(5) { grid-column: span 1; }
  .service-grid article:last-child { grid-column: span 2; }
  .split { gap: 50px; }
  .contact { gap: 40px; }
}

@media (max-width: 700px) {
  .hero { min-height: auto; padding-left: 0; grid-template-columns: 1fr; }
  .hero-copy { padding: 76px 24px 48px; }
  .hero h1 {
    font-size: clamp(2rem, 11vw, 3.5rem);
    line-height: 1.05;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }
  .hero-image { min-height: 600px; }
  .hero-image::after { background: linear-gradient(0deg, rgba(0,0,0,.7), transparent 50%); }
  .hero-facts { margin-top: 50px; }
  .hero-facts li { padding-right: 10px; }
  .hero-facts li + li { padding-left: 10px; }
  .section { padding: 82px 24px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-grid article, .service-grid article:nth-child(4), .service-grid article:nth-child(5), .service-grid article:last-child { grid-column: span 1; min-height: 220px; }
  .service-grid h3 { margin-top: 38px; }
  .split { grid-template-columns: 1fr; }
  .training-photo { min-height: 520px; }
  .about { grid-template-columns: 1fr; padding: 0; }
  .about-copy { padding: 82px 24px 54px; }
  .about > img { height: 520px; }
  .contact { grid-template-columns: 1fr; gap: 42px; }
  .contact-primary, .socials { padding-left: 22px; padding-right: 22px; }
  .contact-primary strong { font-size: 2.5rem; }
  .socials a, .socials p { flex-direction: column; gap: 2px; }
  footer { flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}

/* Additional Goliath Sports content: preserve the original black/gold direction. */
.schools { background: var(--panel); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.schools h2 { line-height: 1.05; }
.schools .section-heading > p:not(.eyebrow) { color: var(--muted); font-size: 1.03rem; }
.schools-layout { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); gap: 48px; align-items: start; }
.school-goals { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.school-goals article { padding-top: 24px; border-top: 2px solid var(--gold); }
.school-goals h3, .school-practical h3 { font-size: clamp(1.5rem, 2.4vw, 2rem); line-height: 1.15; }
.school-goals p, .school-practical > p:not(.eyebrow) { color: var(--muted); }
.school-practical { min-width: 0; padding: 32px; background: var(--black); border: 1px solid var(--line); }
.school-practical dl { margin: 24px 0; }
.school-practical dl > div { padding: 14px 0; border-bottom: 1px solid var(--line); }
.school-practical dt { color: var(--gold-light); font-weight: 700; }
.school-practical dd { margin: 4px 0 0; color: var(--muted); }
.school-practical .button { width: 100%; text-align: center; padding: 14px 18px; line-height: 1.4; }
.school-practical .text-link { display: inline-block; margin-top: 12px; }
@media (max-width: 950px) { .schools-layout { grid-template-columns: minmax(0, 1fr); gap: 32px; } }
@media (max-width: 500px) { .school-goals { grid-template-columns: minmax(0, 1fr); gap: 16px; } .school-practical { padding: 24px; } }
.video-list { display: grid; gap: 18px; }
.video-list a { padding: 26px; border: 1px solid var(--line); background: var(--panel); display: grid; gap: 14px; }
.video-list h3 { font-size: clamp(1.6rem, 3vw, 2.4rem); line-height: 1.15; }
.video-list a > span:last-child { color: var(--gold-light); }
.video-list a:hover { border-color: var(--gold); }
@media (min-width:1201px) { nav { gap: 12px; } .site-header { gap: 20px; } }
.price-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; }
.price-card { padding: 32px; background: var(--panel); border: 1px solid var(--line); }
.price-card h3, .pricing-details h3, .location h3 { font-size: 2rem; line-height: 1.1; }
.price-value { font-family: var(--display); font-size: 4rem; line-height: 1; color: var(--gold-light); margin: 26px 0 12px; font-weight: 700; }
.price-card > p:not(.price-value):not(.eyebrow), .pricing-details p:not(.price-value), .price-note { color: var(--muted); }
.price-card .text-link { display: inline-block; margin-top: 18px; }
.pricing-details { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 60px; margin-top: 54px; }
table { border-collapse: collapse; width: 100%; }
caption { text-align: left; color: var(--muted); padding: 14px 0; }
th, td { padding: 12px 0; border-bottom: 1px solid var(--line); text-align: left; }
tbody th { font-weight: 500; }
td, th:last-child { text-align: right; }
.price-note { border-top: 1px solid var(--line); margin-top: 32px; padding-top: 24px; }
.experience, .location { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 60px; align-items: center; }
.experience p:not(.eyebrow), .location p { color: var(--muted); }
.experience img { width: 100%; height: auto; max-height: 700px; object-fit: contain; }
.gallery { background: var(--panel); }
.gallery-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 28px; }
.gallery figure { margin: 0; }
.gallery img { width: 100%; height: 380px; object-fit: contain; background: var(--black); }
.gallery figcaption { padding: 12px 0; color: var(--muted); font-size: .95rem; }
.location address { font-style: normal; margin: 26px 0; font-size: 1.2rem; }
.location h3 { margin-top: 26px; }
.faq { background: #101010; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { padding: 24px 0; cursor: pointer; font-weight: 600; font-size: 1.05rem; }
.faq details p { max-width: 850px; margin: 0 0 28px; color: var(--muted); }
.socials a { overflow-wrap: anywhere; flex-wrap: wrap; }
.hero-facts span, footer { font-size: .875rem; }
.hero-image img, .training-photo img, .about > img { filter: none; }
.brand img { object-fit: contain; }
.clothing { background: var(--panel); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.clothing h2 { max-width: 1050px; line-height: 1.05; }
.clothing h2 span { color: var(--gold); }
.clothing p:not(.eyebrow):not(.coming-soon) { max-width: 640px; margin-top: 28px; color: var(--muted); }
.coming-soon { display: inline-block; margin: 16px 0 0; padding: 8px 14px; border: 1px solid var(--line); color: var(--gold-light); font-size: .875rem; font-weight: 600; }
.sponsors { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 60px; align-items: center; }
.sponsors h2 { line-height: 1.05; }
.sponsor-copy p { color: var(--muted); }
.sponsor-copy .button { margin-top: 16px; }
.sponsor-packages { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.sponsor-packages h3 { font-size: 1.8rem; line-height: 1.15; }
.sponsor-packages ul { padding-left: 20px; margin-bottom: 0; }
.sponsor-packages li + li { margin-top: 10px; }
.sponsor-note { grid-column: 1 / -1; margin: 0; color: var(--muted); }
@media (max-width:1200px) { nav { gap: 16px; max-height: calc(100dvh - 74px); overflow-y: auto; } }
@media (min-width:701px) and (max-width:1100px) {
  .split { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 32px; }
  .price-card { padding: 22px; }
}
@media (max-width:700px) {
  .price-grid, .pricing-details, .experience, .location, .gallery-grid, .sponsors { grid-template-columns: minmax(0,1fr); }
  .sponsors { gap: 24px; }
  .sponsor-packages { grid-template-columns: minmax(0, 1fr); }
  .pricing-details, .experience, .location { gap: 32px; }
  .gallery img { height: auto; max-height: 520px; }
  .price-card { padding: 28px; }
  h2 { font-size: clamp(2.5rem, 11vw, 4rem); }
}
