:root {
  color-scheme: light;
  font-family: "Segoe UI", "Arial", sans-serif;
  color: #12392f;
  background: #f5f7f2;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; }
a { color: inherit; }
a:focus-visible { outline: 3px solid #bf522c; outline-offset: 4px; }

.site-header, .hero, .scope, .contact, .site-footer {
  max-width: 1240px;
  margin-inline: auto;
}
.site-header { display: flex; justify-content: space-between; align-items: center; padding: 1.5rem 3rem; }
.wordmark { font-size: 1.8rem; font-weight: 800; letter-spacing: -.085em; text-decoration: none; }
.wordmark-dot { color: #bf522c; }
.header-link, .text-link { text-underline-offset: .25em; font-weight: 650; }

.hero { min-height: 670px; display: grid; grid-template-columns: 1fr .9fr; align-items: stretch; gap: 3rem; padding: 3.5rem 3rem 5rem; }
.hero-copy { align-self: center; max-width: 640px; }
.status { display: flex; align-items: center; gap: .7rem; font-size: .95rem; font-weight: 650; }
.status-mark { width: .72rem; height: .72rem; border-radius: 50%; background: #bf522c; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 11ch; margin-block: 1.8rem; font-size: clamp(3.2rem, 6vw, 6.3rem); line-height: .98; letter-spacing: -.075em; }
.intro { max-width: 55ch; font-size: clamp(1.1rem, 1.6vw, 1.35rem); line-height: 1.55; color: #355c51; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.25rem 2rem; margin-top: 2.2rem; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 3.3rem; padding: .8rem 1.35rem; background: #12392f; color: white; border-radius: .3rem; text-decoration: none; font-weight: 700; text-align: center; }
.button:hover { background: #235748; }

.court-visual { position: relative; min-height: 540px; overflow: hidden; background: #1d675a; border-radius: .65rem; }
.court-visual::before { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(90deg, transparent 0 25%, rgba(255,255,255,.018) 25% 50%); }
.court-frame { position: absolute; inset: 12% 16%; border: 4px solid rgba(255,255,255,.82); transform: perspective(750px) rotateX(25deg) rotateZ(-18deg); box-shadow: 0 32px 90px rgba(4,31,25,.28); }
.court-frame::before, .court-frame::after { content: ""; position: absolute; left: 0; right: 0; height: 3px; background: rgba(255,255,255,.82); }
.court-frame::before { top: 24%; }
.court-frame::after { bottom: 24%; }
.court-center { position: absolute; top: 0; bottom: 0; left: 50%; border-left: 3px solid rgba(255,255,255,.82); }
.court-net { position: absolute; left: -8%; right: -8%; top: 50%; border-top: 5px solid #e9d6ad; box-shadow: 0 5px 10px rgba(0,0,0,.25); }
.court-caption { position: absolute; bottom: 1.5rem; right: 1.5rem; padding: .9rem 1.15rem; background: #f5f7f2; font-size: .95rem; font-weight: 700; line-height: 1.45; border-radius: .25rem; }

.scope { padding: 5.5rem 3rem 7rem; }
.section-heading { display: grid; grid-template-columns: 1fr 2fr; gap: 2rem; align-items: start; border-top: 1px solid #aac1b5; padding-top: 1.5rem; }
.section-heading p { font-size: .95rem; font-weight: 650; }
h2 { max-width: 20ch; font-size: clamp(2.3rem, 4vw, 4rem); line-height: 1.07; letter-spacing: -.055em; }
.scope-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 4rem; margin-top: 3.5rem; }
h3 { font-size: 1.35rem; letter-spacing: -.03em; }
.feature-list { list-style: none; margin: 1.6rem 0 0; padding: 0; }
.feature-list li { display: flex; gap: 1rem; border-top: 1px solid #c8d6ce; padding: 1rem 0; font-size: 1.12rem; line-height: 1.4; }
.feature-list li::before { content: "✓"; color: #99602e; font-weight: 800; }
.scope-aside { align-self: start; padding: 1.75rem; background: #e5ede4; border-radius: .35rem; line-height: 1.55; }
.scope-aside p { color: #355c51; }
.scope-aside .aside-note { margin-bottom: 0; padding-top: 1rem; border-top: 1px solid #aac1b5; font-weight: 650; color: #12392f; }

.contact { display: flex; align-items: end; justify-content: space-between; gap: 3rem; padding: 4rem 3rem; background: #12392f; color: #f5f7f2; }
.contact > div { max-width: 640px; }
.contact h2 { max-width: 18ch; }
.contact p { max-width: 55ch; color: #d6e6d9; line-height: 1.55; }
.contact .contact-kicker { font-weight: 700; color: #e4b96c; }
.button-light { flex: 0 0 auto; background: #f5f7f2; color: #12392f; }
.button-light:hover { background: #e3eee1; }
.site-footer { display: flex; justify-content: space-between; gap: 1rem; padding: 2rem 3rem 3rem; font-size: .85rem; color: #557064; }
.legal-page { max-width: 900px; margin: 0 auto; padding: 4rem 3rem 6rem; }
.legal-page h1 { max-width: 16ch; font-size: clamp(2.5rem, 5vw, 4.4rem); }
.legal-page section { border-top: 1px solid #aac1b5; padding: 2rem 0; }
.legal-page h2 { font-size: 1.55rem; letter-spacing: -.03em; }
.legal-page p { max-width: 75ch; color: #355c51; line-height: 1.65; }

@media (max-width: 800px) {
  .site-header { padding: 1.2rem 1.3rem; }
  .hero { grid-template-columns: 1fr; gap: 2rem; padding: 2rem 1.3rem 4rem; min-height: 0; }
  h1 { max-width: 12ch; }
  .court-visual { min-height: 370px; }
  .scope { padding: 4rem 1.3rem 5rem; }
  .section-heading, .scope-grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .scope-grid { margin-top: 2rem; }
  .contact { flex-direction: column; align-items: stretch; padding: 3.5rem 1.3rem; }
  .button-light { align-self: start; }
  .site-footer { flex-direction: column; padding: 2rem 1.3rem; }
  .legal-page { padding: 3rem 1.3rem 5rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
