@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Libre+Franklin:ital,wght@0,700;0,800;1,700&display=swap");

:root {
  --navy: #14233f;
  --navy-deep: #0c172b;
  --red: #e7353f;
  --cream: #f4f0e8;
  --white: #fff;
  --ink: #182136;
  --muted: #5f6878;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: "DM Sans", sans-serif; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }

.site-header {
  align-items: center; background: rgba(12, 23, 43, .97); display: flex; height: 88px;
  justify-content: space-between; padding: 0 clamp(24px, 5vw, 76px); position: sticky; top: 0; z-index: 20;
}
.brand img, .footer-brand img { background: var(--white); border-radius: 5px; height: 54px; object-fit: cover; object-position: center; width: 190px; }
nav { align-items: center; display: flex; gap: 34px; }
nav a { color: #eef1f7; font-size: 14px; font-weight: 600; }
.nav-cta { border: 1px solid rgba(255,255,255,.55); border-radius: 999px; padding: 12px 20px; transition: .2s ease; }
.nav-cta:hover { background: var(--white); color: var(--navy); }
.menu-button { display: none; }

.hero {
  background: linear-gradient(122deg, #182b4f 0%, var(--navy) 67%, #101d35 100%); color: var(--white);
  min-height: 690px; overflow: hidden; padding: clamp(84px, 10vw, 130px) clamp(24px, 8vw, 124px); position: relative;
}
.hero-copy { max-width: 800px; position: relative; z-index: 2; }
.eyebrow, .section-label { color: var(--red); font-size: 12px; font-weight: 700; letter-spacing: .18em; margin: 0 0 28px; text-transform: uppercase; }
.hero h1, h2 { font-family: "Libre Franklin", sans-serif; letter-spacing: -.045em; }
.hero h1 { font-size: clamp(52px, 8vw, 104px); line-height: .92; margin: 0; }
.hero h1 em { color: var(--red); font-family: Georgia, serif; font-weight: 700; }
.hero-intro { color: #d5dbe6; font-size: clamp(17px, 2vw, 20px); line-height: 1.65; margin: 34px 0; max-width: 650px; }
.hero-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 28px; }
.button { border-radius: 999px; display: inline-block; font-weight: 700; padding: 16px 25px; }
.primary { background: var(--red); box-shadow: 0 14px 30px rgba(231,53,63,.22); }
.primary:hover { background: #fb4450; transform: translateY(-2px); }
.text-link { border-bottom: 1px solid rgba(255,255,255,.45); font-size: 14px; font-weight: 600; padding: 8px 0; }
.text-link span { color: var(--red); padding-left: 6px; }
.hero-mark { color: rgba(255,255,255,.035); font-family: "Libre Franklin", sans-serif; font-size: min(39vw, 560px); font-weight: 800; letter-spacing: -.16em; position: absolute; right: -10px; top: 45px; white-space: nowrap; }
.court-lines span { border-color: rgba(255,255,255,.07); border-style: solid; position: absolute; }
.baseline { border-width: 1px 0 0; bottom: 115px; left: 0; width: 100%; }
.sideline { border-width: 0 1px 0 0; height: 100%; right: 28%; top: 0; }
.service-line { border-width: 1px 0 0; right: 0; top: 47%; width: 28%; }

.proof-bar { background: var(--red); color: var(--white); display: grid; grid-template-columns: repeat(3, 1fr); padding: 0 clamp(24px, 7vw, 108px); }
.proof-bar p { border-right: 1px solid rgba(255,255,255,.24); margin: 0; padding: 30px clamp(16px, 3vw, 46px); }
.proof-bar p:first-child { border-left: 1px solid rgba(255,255,255,.24); }
.proof-bar strong, .proof-bar span { display: block; }
.proof-bar strong { font-size: 15px; margin-bottom: 4px; }
.proof-bar span { font-size: 12px; opacity: .82; }

.section { padding: clamp(80px, 10vw, 140px) clamp(24px, 8vw, 124px); }
.about { display: grid; gap: 8vw; grid-template-columns: 1.1fr .9fr; }
.about h2, .section-heading h2, .approach h2, .contact h2 { font-size: clamp(40px, 5.5vw, 72px); line-height: 1.02; margin: 0; }
.about-copy { padding-top: 35px; }
.about-copy p, .approach-card > p { color: var(--muted); font-size: 17px; line-height: 1.75; }
.arrow-link { border-bottom: 2px solid var(--red); display: inline-flex; font-weight: 700; gap: 40px; margin-top: 18px; padding: 10px 0; }
.arrow-link span { color: var(--red); }

.services { background: var(--navy-deep); color: var(--white); }
.section-label.light { color: #ff5962; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; }
.service-grid { border-top: 1px solid rgba(255,255,255,.18); display: grid; grid-template-columns: repeat(2, 1fr); margin-top: 70px; }
.service-grid article { min-height: 270px; padding: 44px 8% 38px 0; }
.service-grid article:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.18); }
.service-grid article:nth-child(even) { padding-left: 8%; }
.service-grid article:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.18); }
.service-number { color: var(--red); font-size: 12px; font-weight: 700; }
.service-grid h3 { font-family: "Libre Franklin", sans-serif; font-size: clamp(22px, 3vw, 31px); line-height: 1.15; margin: 22px 0 14px; }
.service-grid p { color: #b9c2d1; line-height: 1.7; margin: 0; max-width: 480px; }

.approach { display: grid; grid-template-columns: 1.05fr .95fr; padding-bottom: 0; padding-top: 0; }
.approach-card { padding: 120px 10% 120px 0; }
.approach-card > p { max-width: 610px; }
.approach ol { list-style: none; margin: 50px 0 0; padding: 0; }
.approach li { border-top: 1px solid #c6c4be; display: flex; gap: 24px; padding: 20px 0; }
.approach li span { color: var(--red); font-size: 12px; }
.quote-card { align-items: flex-end; background: var(--red); color: var(--white); display: flex; overflow: hidden; padding: 60px; position: relative; }
.quote-card blockquote { font-family: Georgia, serif; font-size: clamp(30px, 4vw, 52px); line-height: 1.2; margin: 0; position: relative; z-index: 2; }
.quote-card blockquote em { color: var(--navy-deep); }
.tennis-ball { border: 42px solid rgba(20,35,63,.16); border-radius: 50%; height: 420px; position: absolute; right: -120px; top: -110px; width: 420px; }
.tennis-ball:after { border: 16px solid transparent; border-right-color: rgba(20,35,63,.16); border-radius: 50%; content: ""; height: 300px; left: -115px; position: absolute; top: 12px; width: 300px; }

.contact { background: var(--navy); color: var(--white); text-align: center; }
.contact p:not(.section-label) { color: #c5ccd8; font-size: 18px; margin: 28px auto 36px; max-width: 550px; }
.contact-actions { align-items: center; display: flex; gap: 28px; justify-content: center; }
.light-button { background: var(--white); color: var(--navy); }
.phone-link { border-bottom: 1px solid rgba(255,255,255,.45); font-weight: 700; padding: 10px 0; }

footer { align-items: center; background: #091121; color: #aab3c2; display: grid; gap: 28px; grid-template-columns: 1fr auto; padding: 45px clamp(24px, 6vw, 90px); }
.footer-contact { display: flex; gap: 24px; }
footer > p { font-size: 12px; grid-column: 1 / -1; margin: 0; }

@media (max-width: 820px) {
  .site-header { height: 76px; }
  .brand img { height: 44px; width: 154px; }
  .menu-button { background: transparent; border: 0; display: grid; gap: 7px; padding: 10px; }
  .menu-button span { background: var(--white); display: block; height: 2px; width: 25px; }
  nav { align-items: stretch; background: var(--navy-deep); display: none; flex-direction: column; gap: 0; left: 0; padding: 20px 24px 28px; position: absolute; top: 76px; width: 100%; }
  nav.open { display: flex; }
  nav a { border-bottom: 1px solid rgba(255,255,255,.12); padding: 15px 0; }
  .nav-cta { border: 0; border-radius: 0; }
  .hero { min-height: 640px; }
  .proof-bar, .about, .approach { grid-template-columns: 1fr; }
  .proof-bar p { border-bottom: 1px solid rgba(255,255,255,.24); border-right: 0; }
  .proof-bar p:first-child { border-left: 0; }
  .about-copy { padding-top: 0; }
  .service-grid { grid-template-columns: 1fr; }
  .service-grid article, .service-grid article:nth-child(even) { border-bottom: 1px solid rgba(255,255,255,.18); border-right: 0; min-height: 0; padding: 36px 0; }
  .approach-card { padding: 90px 0; }
  .quote-card { min-height: 560px; padding: 38px 28px; }
  .contact-actions, .footer-contact { align-items: center; flex-direction: column; }
  footer { grid-template-columns: 1fr; justify-items: center; text-align: center; }
}

@media (max-width: 520px) {
  .hero { padding-top: 76px; }
  .hero h1 { font-size: 49px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .section-heading { display: block; }
  .quote-card { min-height: 480px; }
}

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