:root {
  --black: #050505;
  --white: #ffffff;
  --gray: #b9b9b9;
  --line: rgba(255,255,255,.2);
  --max: 1320px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, Arial, sans-serif; background: var(--black); color: var(--white); }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }

.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 50;
  min-height: 86px; display: flex; align-items: center; justify-content: space-between;
  padding: 10px clamp(20px, 5vw, 72px);
  background: linear-gradient(to bottom, rgba(0,0,0,.9), rgba(0,0,0,.15));
  transition: .25s ease;
}
.site-header.scrolled { background: rgba(0,0,0,.96); border-bottom: 1px solid rgba(255,255,255,.12); }
.brand { width: 210px; height: 62px; display: flex; align-items: center; overflow: hidden; }
.brand img { width: 100%; mix-blend-mode: screen; filter: invert(1); }
.main-nav { display: flex; align-items: center; gap: 26px; font-size: .76rem; font-weight: 800; text-transform: uppercase; }
.main-nav a:not(.button) { opacity: .82; }
.main-nav a:hover { opacity: 1; }
.menu-toggle { display: none; background: none; border: 0; padding: 6px; }
.menu-toggle span { display:block; width:28px; height:2px; background:#fff; margin:6px 0; }

.button {
  display: inline-flex; min-height: 50px; align-items: center; justify-content: center;
  padding: 0 28px; border: 1px solid transparent; text-transform: uppercase;
  font-size: .72rem; font-weight: 900; letter-spacing: .05em;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-light { background: #fff; color: #000; }
.button-outline { border-color: rgba(255,255,255,.75); color: #fff; }
.button-dark { background:#050505; color:#fff; }

.hero {
  min-height: 840px; height: 100vh; position: relative; display: grid; place-items: center;
  background: url('assets/athletik.jpg') center/cover no-repeat;
}
.hero-overlay {
  position: absolute; inset:0;
  background: linear-gradient(90deg, rgba(0,0,0,.95) 0%, rgba(0,0,0,.68) 48%, rgba(0,0,0,.22) 100%);
}
.hero-content { position: relative; z-index: 2; width: min(1120px, 90vw); padding-top: 60px; }
.eyebrow { text-transform: uppercase; letter-spacing: .28em; font-size: .72rem; font-weight: 700; color:#d5d5d5; }
.eyebrow.dark { color:#555; }
.hero h1, .intro h2, .about-copy h2, .section-heading h2, .contact-cta h2 {
  font-family: Oswald, Inter, sans-serif; text-transform: uppercase; font-style: italic;
  letter-spacing: -.035em; line-height: .9; margin: 18px 0;
}
.hero h1 { font-size: clamp(4.2rem, 10vw, 9.5rem); max-width: 900px; }
.hero-subtitle { max-width: 720px; font-size: clamp(1.05rem, 1.7vw, 1.35rem); line-height: 1.65; color:#e3e3e3; }
.hero-actions { display:flex; gap:16px; margin-top:34px; }
.scroll-indicator { position:absolute; z-index:3; bottom:28px; font-size:2rem; }

.intro { background:#fff; color:#050505; text-align:center; padding:110px 20px; }
.intro h2 { font-size:clamp(3rem, 6vw, 6rem); }
.intro > p:last-child { max-width:760px; margin:0 auto; color:#444; line-height:1.75; }

.service-grid {
  max-width: var(--max); margin:0 auto; padding:70px 20px 90px;
  display:grid; grid-template-columns:repeat(3,1fr); gap:22px; background:#050505;
}
.service-card {
  min-height: 620px; position:relative; overflow:hidden; border:1px solid rgba(255,255,255,.12);
  background:#111; transition:transform .35s ease, border-color .35s ease, box-shadow .35s ease;
}
.service-card:hover { transform:translateY(-10px); border-color:rgba(255,255,255,.5); box-shadow:0 25px 55px rgba(0,0,0,.45); }
.service-card img { width:100%; height:100%; object-fit:cover; transition:transform .5s ease; }
.service-card:hover img { transform:scale(1.035); }
.service-card::after { content:""; position:absolute; inset:0; background:linear-gradient(to top, rgba(0,0,0,.97) 0%, rgba(0,0,0,.35) 55%, rgba(0,0,0,.05) 100%); }
.service-content { position:absolute; z-index:2; left:0; right:0; bottom:0; padding:34px; }
.service-kicker { opacity:.55; font-size:.8rem; }
.service-card h2 { font-family:Oswald, sans-serif; font-size:3rem; text-transform:uppercase; font-style:italic; margin:8px 0 12px; }
.service-card p { color:#ddd; line-height:1.65; }
.service-card a { display:inline-block; margin-top:12px; font-size:.75rem; text-transform:uppercase; font-weight:900; }

.about-split { background:#fff; color:#050505; display:grid; grid-template-columns:1fr 1.2fr; min-height:700px; }
.about-copy { padding:clamp(60px, 8vw, 120px); display:flex; flex-direction:column; justify-content:center; }
.about-copy h2 { font-size:clamp(3.2rem, 6vw, 6.2rem); }
.about-copy p:not(.eyebrow) { max-width:600px; line-height:1.75; color:#333; }
.about-copy .button { align-self:flex-start; margin-top:20px; }
.about-image { background:url('assets/football.jpg') center/cover no-repeat; min-height:520px; }

.benefits {
  background:#fff; color:#050505; padding:55px clamp(20px, 5vw, 72px) 80px;
  display:grid; grid-template-columns:repeat(4,1fr); gap:24px;
}
.benefits article { border-top:1px solid #cfcfcf; padding-top:24px; }
.benefits span { font-family:Oswald; font-size:2.4rem; }
.benefits h3 { text-transform:uppercase; font-size:.9rem; }
.benefits p { color:#444; line-height:1.6; font-size:.85rem; }

.section-dark { background:#050505; color:#fff; }
.process, .testimonials { padding:90px clamp(20px, 5vw, 72px); }
.section-heading { text-align:center; margin-bottom:48px; }
.section-heading h2 { font-size:clamp(3rem, 5vw, 5.2rem); }
.process-grid { max-width:var(--max); margin:0 auto; display:grid; grid-template-columns:repeat(4,1fr); gap:24px; }
.process-step { text-align:center; padding:26px; }
.process-step span { width:44px; height:44px; border-radius:50%; background:#fff; color:#000; display:grid; place-items:center; margin:0 auto 18px; font-weight:900; }
.process-step h3 { text-transform:uppercase; }
.process-step p { color:#bbb; line-height:1.6; font-size:.88rem; }

.team { background:#fff; color:#050505; padding:90px clamp(20px, 5vw, 72px); }
.team-grid { max-width:var(--max); margin:0 auto; display:grid; grid-template-columns:repeat(4,1fr); gap:28px; }
.team-card { text-align:center; }
.team-placeholder {
  aspect-ratio:1/1; border-radius:50%; background:linear-gradient(145deg,#efefef,#d6d6d6);
  display:grid; place-items:center; margin-bottom:22px; border:1px solid #ccc;
}
.team-placeholder span { text-transform:uppercase; font-weight:800; font-size:.75rem; color:#777; letter-spacing:.12em; }
.team-card h3 { margin:4px 0; text-transform:uppercase; }
.team-card p { font-weight:800; margin:8px 0; }
.team-card small { color:#555; line-height:1.5; display:block; }

.testimonial-grid { max-width:1100px; margin:0 auto; display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
blockquote { margin:0; padding:32px; border:1px solid rgba(255,255,255,.18); background:rgba(255,255,255,.04); }
blockquote div { letter-spacing:.14em; }
blockquote p { color:#ddd; line-height:1.65; }
blockquote cite { font-style:normal; text-transform:uppercase; font-size:.74rem; font-weight:800; }

.contact-cta {
  min-height:680px; padding:90px clamp(20px, 6vw, 90px); display:grid; grid-template-columns:1fr 1fr;
  gap:70px; align-items:center; background:linear-gradient(rgba(0,0,0,.78),rgba(0,0,0,.88)),url('assets/football.jpg') center/cover no-repeat;
}
.contact-cta h2 { font-size:clamp(3rem, 6vw, 6rem); }
.contact-cta > div > p:last-of-type { max-width:560px; line-height:1.7; color:#cfcfcf; }
.direct-contact { display:grid; gap:8px; margin-top:25px; font-weight:700; }
.contact-form { display:grid; gap:16px; padding:32px; background:rgba(0,0,0,.65); border:1px solid rgba(255,255,255,.22); backdrop-filter:blur(4px); }
.contact-form label { display:grid; gap:8px; font-size:.72rem; text-transform:uppercase; font-weight:800; }
.contact-form input, .contact-form select, .contact-form textarea { width:100%; background:#111; color:#fff; border:1px solid #333; padding:14px; }
.contact-form button { width:100%; }

footer {
  padding:55px clamp(20px, 6vw, 90px); display:grid; grid-template-columns:2fr 1fr 1fr; gap:50px;
  background:#030303; border-top:1px solid rgba(255,255,255,.1);
}
.footer-brand img { width:250px; filter:invert(1); mix-blend-mode:screen; }
footer h3 { text-transform:uppercase; font-size:.78rem; }
footer p { color:#aaa; font-size:.86rem; }

.reveal { opacity:0; transform:translateY(28px); transition:opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity:1; transform:translateY(0); }

@media (max-width: 980px) {
  .menu-toggle { display:block; z-index:60; }
  .main-nav {
    position:fixed; inset:0; background:#050505; flex-direction:column; justify-content:center;
    transform:translateX(100%); transition:transform .3s ease; font-size:1rem;
  }
  .main-nav.open { transform:translateX(0); }
  .service-grid { grid-template-columns:1fr; }
  .service-card { min-height:700px; }
  .about-split, .contact-cta { grid-template-columns:1fr; }
  .about-image { order:-1; }
  .benefits, .process-grid, .team-grid { grid-template-columns:repeat(2,1fr); }
  .testimonial-grid { grid-template-columns:1fr; }
}

@media (max-width: 640px) {
  .site-header { min-height:72px; }
  .brand { width:155px; height:50px; }
  .hero { min-height:760px; }
  .hero h1 { font-size:3.9rem; }
  .hero-actions { flex-direction:column; align-items:stretch; }
  .service-card { min-height:560px; }
  .benefits, .process-grid, .team-grid, footer { grid-template-columns:1fr; }
  .contact-cta { gap:35px; padding:70px 20px; }
  .about-copy { padding:65px 24px; }
}
