:root {
  --ink: #10251e;
  --deep: #0b2239;
  --field: #137a55;
  --turf: #16a66a;
  --court: #1677e8;
  --lime: #d9f24a;
  --chalk: #f7faf4;
  --concrete: #e7ece6;
  --muted: #63746d;
  --line: rgba(16, 37, 30, 0.18);
  --display: "Barlow Condensed", Impact, sans-serif;
  --body: "Manrope", Arial, sans-serif;
  --utility: "Roboto Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--chalk);
  font-family: var(--body);
  font-size: 1rem;
  line-height: 1.6;
  overflow-x: hidden;
}

a { color: inherit; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--lime); outline-offset: 4px; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: var(--lime); padding: .75rem 1rem; font-weight: 700; text-decoration: none; }
.skip-link:focus { top: 1rem; }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  height: 86px;
  display: grid;
  grid-template-columns: minmax(200px, 1fr) auto auto;
  align-items: center;
  gap: 2.5rem;
  padding: 0 4.5vw;
  background: rgba(247, 250, 244, .94);
  border-bottom: 1px solid transparent;
  transition: height .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.site-header.compact { height: 70px; border-color: var(--line); box-shadow: 0 8px 28px rgba(16,37,30,.08); }
.brand { width: 270px; }
.brand img { width: 100%; height: 51px; object-fit: contain; object-position: left center; }
.desktop-nav { display: flex; gap: 2rem; align-items: center; }
.desktop-nav a { text-decoration: none; font-size: .9rem; font-weight: 700; }
.desktop-nav a:hover { color: var(--field); }
.header-cta { text-decoration: none; background: var(--deep); color: white; padding: .7rem 1rem; font-size: .86rem; font-weight: 700; }
.menu-button, .mobile-nav { display: none; }

.hero {
  position: relative;
  min-height: 760px;
  height: 95vh;
  display: flex;
  align-items: flex-end;
  padding: 9rem 4.5vw 6.5rem;
  color: white;
  isolation: isolate;
  overflow: hidden;
}
.hero-image { position: absolute; inset: 0; z-index: -3; width: 100%; height: 100%; object-fit: cover; object-position: 52% center; }
.hero-scrim { position: absolute; inset: 0; z-index: -2; background: rgba(8, 27, 20, .48); }
.hero::after { content: ""; position: absolute; inset: 0 42% 0 0; z-index: -1; background: rgba(10,35,27,.36); }
.field-line { position: absolute; width: 52vw; height: 52vw; max-width: 740px; max-height: 740px; border: 2px solid rgba(255,255,255,.47); border-radius: 50%; left: -32vw; top: 18%; }
.hero-content { max-width: min(840px, 100%); min-width: 0; position: relative; }
.eyebrow, .section-label { margin: 0 0 1.4rem; font-family: var(--utility); font-size: .76rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 600; }
.eyebrow::before, .section-label::before { content: ""; display: inline-block; width: 40px; height: 2px; margin: 0 .8rem .22rem 0; background: var(--lime); }
.hero h1 { margin: 0; font-family: var(--display); font-size: clamp(4.9rem, 9.5vw, 9rem); line-height: .78; letter-spacing: -.045em; text-transform: uppercase; font-weight: 900; }
.hero h1 em { color: var(--lime); font-style: italic; font-weight: 700; }
.hero-copy { max-width: 640px; margin: 2.5rem 0 0; font-size: clamp(1.05rem, 1.8vw, 1.35rem); line-height: 1.5; }
.hero-actions { margin-top: 2.4rem; display: flex; gap: 1.75rem; align-items: center; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .8rem; min-height: 52px; padding: .85rem 1.2rem; text-decoration: none; font-size: .92rem; font-weight: 800; }
.button span { transition: transform .2s ease; }
.button:hover span { transform: translate(3px, -3px); }
.button-primary { background: var(--lime); color: var(--ink); }
.text-link { font-weight: 700; text-underline-offset: .3rem; }
.hero-proof { position: absolute; right: 4.5vw; bottom: 5.8rem; display: grid; padding-left: 1rem; border-left: 3px solid var(--lime); }
.hero-proof span { font-family: var(--utility); font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; }
.hero-proof strong { font-family: var(--display); font-size: 1.55rem; text-transform: uppercase; }

.section-pad { padding: clamp(5rem, 9vw, 9rem) 6vw; }
.intro { display: grid; grid-template-columns: minmax(180px, .7fr) 2fr; gap: 6vw; align-items: start; }
.intro-statement { max-width: 930px; }
.intro h2, .method h2, .contact h2 { margin: 0; font-family: var(--display); font-size: clamp(3.6rem, 7vw, 7rem); line-height: .88; letter-spacing: -.03em; text-transform: uppercase; }
.intro-statement p { max-width: 760px; margin: 2rem 0 0; font-size: 1.15rem; color: var(--muted); }

.court-types { color: white; background: var(--deep); }
.court-heading { display: grid; grid-template-columns: .65fr 1.6fr; gap: 5vw; align-items: end; margin-bottom: 4rem; }
.court-heading h2 { margin: 0; max-width: 850px; font-family: var(--display); font-size: clamp(3.8rem, 7vw, 7rem); line-height: .87; letter-spacing: -.035em; text-transform: uppercase; }
.court-grid { display: grid; grid-template-columns: 1.15fr 1fr 1fr; gap: 1px; background: rgba(255,255,255,.22); }
.court-card { position: relative; min-width: 0; min-height: 430px; padding: 2rem; display: flex; flex-direction: column; overflow: hidden; background: #102d25; }
.court-card::before { content: ""; position: absolute; width: 260px; height: 260px; border: 2px solid rgba(255,255,255,.25); border-radius: 50%; right: -120px; top: -110px; }
.basketball-card { background: #1259ac; }
.multi-card { background: #17324e; }
.multi-card::after { content: ""; position: absolute; width: 2px; height: 120%; background: var(--lime); right: 30%; top: -10%; transform: rotate(24deg); }
.court-tag { position: relative; z-index: 1; width: max-content; padding: .35rem .55rem; border: 1px solid rgba(255,255,255,.5); font-family: var(--utility); font-size: .67rem; text-transform: uppercase; letter-spacing: .08em; }
.court-card h3 { position: relative; z-index: 1; margin: auto 0 1rem; font-family: var(--display); font-size: clamp(3.3rem, 5vw, 5.3rem); line-height: .8; text-transform: uppercase; }
.court-card p { position: relative; z-index: 1; max-width: 420px; margin: 0 0 1.2rem; color: rgba(255,255,255,.78); }
.court-card ul { position: relative; z-index: 1; list-style: none; padding: 1rem 0 0; margin: 0; border-top: 1px solid rgba(255,255,255,.3); display: flex; flex-wrap: wrap; gap: .5rem 1rem; font-size: .76rem; font-family: var(--utility); text-transform: uppercase; }
.services { color: white; background: var(--deep); display: grid; grid-template-columns: .9fr 1.1fr; gap: 8vw; }
.section-label.light { color: rgba(255,255,255,.72); }
.services h2 { margin: 0; max-width: 570px; font-family: var(--display); font-size: clamp(3.3rem, 6vw, 6.5rem); line-height: .88; letter-spacing: -.03em; text-transform: uppercase; }
.service-list { border-top: 1px solid rgba(255,255,255,.24); }
.service-card { position: relative; display: grid; grid-template-columns: 64px 1fr; gap: 1.5rem; padding: 2.1rem 0; border-bottom: 1px solid rgba(255,255,255,.24); overflow: hidden; }
.service-code { position: relative; z-index: 1; color: var(--lime); font-family: var(--utility); font-size: .75rem; }
.service-card > div { position: relative; z-index: 1; }
.service-card h3 { margin: 0; font-family: var(--display); font-size: 2.25rem; line-height: 1; text-transform: uppercase; }
.service-card p { margin: .7rem 0 0; max-width: 570px; color: rgba(255,255,255,.7); }
.service-line { position: absolute; inset: 0; background: var(--field); transform: translateX(-101%); transition: transform .35s ease; }
.service-card:hover .service-line { transform: translateX(0); }

.method { background: var(--concrete); }
.method-title-wrap { display: grid; grid-template-columns: .65fr 1.25fr .8fr; gap: 4vw; align-items: end; }
.method-title-wrap > p:last-child { color: var(--muted); margin: 0; }
.steps { list-style: none; margin: 5rem 0 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.steps li { min-height: 290px; padding: 1.7rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; }
.step-number { font-family: var(--utility); font-size: .78rem; color: var(--field); }
.steps h3 { margin: auto 0 .8rem; font-family: var(--display); font-size: 2rem; line-height: 1; text-transform: uppercase; }
.steps p { margin: 0; color: var(--muted); font-size: .93rem; }

.related { background: var(--chalk); }
.related-heading { display: grid; grid-template-columns: .65fr 1.5fr; gap: 5vw; align-items: end; }
.related-heading h2 { margin: 0; max-width: 900px; font-family: var(--display); font-size: clamp(3.5rem, 6vw, 6.2rem); line-height: .9; text-transform: uppercase; }
.related-grid { margin-top: 4rem; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.related-grid article { min-height: 280px; padding: 1.5rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.related-grid strong { color: var(--court); font-family: var(--utility); font-size: .75rem; }
.related-grid h3 { margin: 5rem 0 .75rem; font-family: var(--display); font-size: 1.8rem; line-height: 1; text-transform: uppercase; }
.related-grid p { margin: 0; color: var(--muted); font-size: .9rem; }
.decision { min-height: 680px; display: grid; grid-template-columns: 1fr 1fr; gap: 5vw; color: white; background: #071b14; overflow: hidden; }
.decision-mark { position: relative; min-height: 420px; }
.decision-mark::before { content: ""; position: absolute; width: min(42vw, 590px); height: min(42vw, 590px); border: 2px solid rgba(217,242,74,.52); border-radius: 50%; left: -26%; top: 50%; transform: translateY(-50%); }
.decision-mark::after { content: ""; position: absolute; width: 3px; height: 120%; background: var(--lime); left: 44%; top: -10%; transform: rotate(18deg); transform-origin: center; }
.decision-copy { align-self: center; max-width: 700px; }
.decision h2 { margin: 0; font-family: var(--display); font-size: clamp(3.3rem, 5.5vw, 6rem); line-height: .9; letter-spacing: -.025em; text-transform: uppercase; }
.decision-copy > p:last-of-type { color: rgba(255,255,255,.7); max-width: 620px; margin: 2rem 0; }
.button-light { background: white; color: var(--ink); }

.contact { display: grid; grid-template-columns: 1.2fr 1fr; gap: 10vw; }
.contact h2 { max-width: 780px; }
.contact-options { border-top: 1px solid var(--line); align-self: end; }
.contact-options a { display: grid; gap: .2rem; padding: 1.5rem 0; text-decoration: none; border-bottom: 1px solid var(--line); transition: padding-left .2s ease, color .2s ease; }
.contact-options a:hover { padding-left: .8rem; color: var(--field); }
.contact-options span { font-family: var(--utility); font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); }
.contact-options strong { font-family: var(--display); font-size: 1.8rem; }
.faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; background: var(--concrete); }
.faq h2 { margin: 0; max-width: 620px; font-family: var(--display); font-size: clamp(3.3rem, 6vw, 6.2rem); line-height: .88; letter-spacing: -.03em; text-transform: uppercase; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { cursor: pointer; list-style: none; padding: 1.5rem 2.5rem 1.5rem 0; position: relative; font-family: var(--display); font-size: 1.65rem; line-height: 1.05; text-transform: uppercase; font-weight: 700; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: .25rem; top: 1.25rem; color: var(--field); font-family: var(--utility); font-size: 1.4rem; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { max-width: 650px; margin: 0; padding: 0 2.5rem 1.5rem 0; color: var(--muted); }

footer { display: grid; grid-template-columns: 1fr auto auto; gap: 3rem; align-items: center; padding: 2.5rem 4.5vw; border-top: 1px solid var(--line); font-size: .78rem; }
footer img { width: 220px; }
footer p { margin: 0; }
.whatsapp-float { position: fixed; z-index: 15; right: 1.25rem; bottom: 1.25rem; width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; background: var(--lime); color: var(--ink); font-family: var(--utility); font-size: .74rem; font-weight: 700; text-decoration: none; box-shadow: 0 12px 28px rgba(7,27,20,.22); transition: transform .2s ease; }
.whatsapp-float:hover { transform: translateY(-4px); }

@media (max-width: 920px) {
  .site-header { grid-template-columns: 1fr auto; height: 72px; padding: 0 1.2rem; }
  .brand { width: 230px; }
  .desktop-nav, .header-cta { display: none; }
  .menu-button { width: 44px; height: 44px; border: 0; background: none; display: grid; place-content: center; gap: 7px; }
  .menu-button span { display: block; width: 25px; height: 2px; background: var(--ink); transition: transform .2s ease; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(4.5px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:last-child { transform: translateY(-4.5px) rotate(-45deg); }
  .mobile-nav { position: fixed; inset: 72px 0 auto 0; z-index: 19; display: grid; background: var(--chalk); transform: translateY(-130%); transition: transform .25s ease; box-shadow: 0 20px 30px rgba(16,37,30,.12); }
  .mobile-nav.open { transform: translateY(0); }
  .mobile-nav a { padding: 1rem 1.5rem; border-top: 1px solid var(--line); text-decoration: none; font-weight: 700; }
  .hero { min-height: 690px; height: 92vh; padding: 8rem 1.4rem 4rem; }
  .hero::after { inset: 0; background: rgba(7,27,20,.45); }
  .hero h1 { font-size: clamp(4.5rem, 20vw, 7.5rem); }
  .hero-proof { display: none; }
  .section-pad { padding: 5.5rem 1.4rem; }
  .intro, .court-heading, .services, .method-title-wrap, .related-heading, .faq, .contact { grid-template-columns: 1fr; }
  .services, .contact { gap: 3.5rem; }
  .steps { grid-template-columns: 1fr 1fr; }
  .court-grid { grid-template-columns: 1fr; }
  .court-card { min-height: 340px; }
  .related-grid { grid-template-columns: 1fr 1fr; }
  .decision { grid-template-columns: .5fr 1.5fr; }
  footer { grid-template-columns: 1fr; gap: .8rem; padding: 2.5rem 1.4rem 6rem; }
}

@media (max-width: 600px) {
  .site-header { padding-inline: 1rem; }
  .brand { width: min(58vw, 215px); }
  .brand img { height: 48px; }
  .hero-content { width: calc(100vw - 2.8rem); max-width: none; padding-right: 1rem; }
  .hero-image { object-position: 68% center; }
  .hero h1 { max-width: 100%; font-size: clamp(3rem, 14vw, 4.35rem); line-height: .8; letter-spacing: -.055em; }
  .hero-copy { margin-top: 2rem; font-size: 1rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 1rem; width: 100%; }
  .button { width: 100%; }
  .court-grid { grid-template-columns: minmax(0, 1fr); }
  .court-card { padding: 2rem 1.4rem; }
  .court-card h3 { max-width: 100%; font-size: clamp(2.75rem, 12.5vw, 4rem); line-height: .86; letter-spacing: -.035em; overflow-wrap: anywhere; }
  .court-card ul { gap: .5rem .85rem; }
  .court-heading h2, .services h2, .related-heading h2, .decision h2, .faq h2 {
    max-width: 100%;
    font-size: clamp(2.65rem, 12.5vw, 4rem);
    overflow-wrap: anywhere;
  }
  .hero-copy, .court-card p, .contact-options strong, footer p { max-width: 100%; overflow-wrap: anywhere; }
  .intro h2, .method h2, .contact h2 { font-size: clamp(3.2rem, 15vw, 5rem); }
  .service-card { grid-template-columns: 48px 1fr; gap: .8rem; }
  .service-card h3 { font-size: 1.8rem; }
  .steps { grid-template-columns: 1fr; }
  .related-grid { grid-template-columns: 1fr; }
  .steps li { min-height: 230px; }
  .decision { grid-template-columns: 1fr; }
  .decision-mark { min-height: 190px; }
  .decision-mark::before { width: 340px; height: 340px; left: -30%; top: 0; transform: none; }
  .decision-mark::after { left: 52%; }
  .contact-options strong { font-size: 1.45rem; }
}

@media (max-width: 380px) {
  .brand { width: 200px; }
  .eyebrow { font-size: .64rem; letter-spacing: .08em; }
  .eyebrow::before { width: 28px; margin-right: .6rem; }
  .hero h1 { font-size: 13vw; letter-spacing: -.045em; }
  .court-card h3 { font-size: 11.5vw; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

