:root {
  --baize-light: #33662e;
  --baize: #274d22;
  --baize-deep: #1b3618;
  --brown: #4e342e;
  --brown-deep: #38241f;
  --gold: #f3d35b;
  --gold-soft: #fff1b5;
  --white: #ffffff;
  --muted: rgba(255, 255, 255, .72);
  --line: rgba(255, 255, 255, .18);
  --page-gutter: max(24px, calc((100vw - 1120px) / 2));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  min-width: 320px;
  margin: 0;
  color: var(--white);
  background: var(--baize-deep);
  font-family: Roboto, "Helvetica Neue", Arial, sans-serif;
}
a { color: inherit; }

.baize-surface {
  background-color: var(--baize);
  background-image:
    radial-gradient(ellipse at 50% 10%, var(--baize-light) 0%, transparent 52%),
    radial-gradient(ellipse at 50% 70%, rgba(0, 0, 0, .03) 0%, rgba(0, 0, 0, .24) 100%),
    repeating-radial-gradient(circle at 18% 32%, rgba(255, 255, 255, .025) 0 1px, transparent 1px 4px);
  background-size: auto, auto, 8px 8px;
  background-position: center, center, top left;
}

.site-header, .page-content, footer { padding-right: var(--page-gutter); padding-left: var(--page-gutter); }
.site-header {
  display: flex;
  min-height: 68px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--white); font-size: 21px; font-weight: 700; letter-spacing: .2px; text-decoration: none; }
.brand-icon { width: 37px; height: 37px; border-radius: 10px; box-shadow: 0 2px 5px rgba(0, 0, 0, .28); }
.header-link, .footer-links a { color: var(--muted); font-size: 14px; font-weight: 500; text-decoration: none; }
.header-link:hover, .footer-links a:hover { color: var(--gold); }

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(310px, .9fr);
  align-items: center;
  gap: clamp(36px, 8vw, 100px);
  min-height: 590px;
  padding-top: 66px;
  padding-bottom: 74px;
}
.eyebrow { margin: 0 0 13px; color: var(--gold); font-size: 12px; font-weight: 700; letter-spacing: 1.45px; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 680px; margin-bottom: 20px; font-size: clamp(48px, 6.2vw, 76px); line-height: 1.04; letter-spacing: -1.8px; }
.lede { max-width: 530px; margin-bottom: 29px; color: var(--muted); font-size: 18px; line-height: 1.55; }
.button { display: inline-flex; align-items: center; gap: 12px; padding: 13px 19px; border-radius: 4px; background: var(--gold); color: #342b11; box-shadow: 0 2px 4px rgba(0, 0, 0, .26); font-size: 14px; font-weight: 700; text-decoration: none; transition: background .2s ease, transform .2s ease; }
.button:hover { background: #ffe675; transform: translateY(-2px); }
.button svg { width: 19px; height: 19px; fill: currentColor; }

.app-preview { position: relative; justify-self: center; width: min(100%, 364px); }
.app-preview::before { position: absolute; z-index: 0; top: 10%; right: -17%; width: 220px; height: 220px; border-radius: 50%; background: rgba(243, 211, 91, .16); content: ""; filter: blur(1px); }
.phone { position: relative; z-index: 1; overflow: hidden; padding: 8px; border: 6px solid #211b1a; border-radius: 31px; background: #211b1a; box-shadow: 0 22px 44px rgba(0, 0, 0, .38), 0 2px 5px rgba(0, 0, 0, .45); }
.phone-screen { overflow: hidden; min-height: 447px; border-radius: 19px; background: var(--baize); }
.phone-top { display: flex; align-items: center; justify-content: space-between; min-height: 48px; padding: 0 14px; background: var(--brown); color: white; font-size: 14px; font-weight: 700; }
.phone-tabs { display: flex; justify-content: space-around; padding: 11px 10px 8px; background: var(--brown); color: rgba(255,255,255,.58); font-size: 11px; }
.phone-tabs span:nth-child(2) { position: relative; color: white; font-weight: 700; }
.phone-tabs span:nth-child(2)::after { position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; background: var(--gold); content: ""; }
.match-card { margin: 14px; padding: 15px; border-radius: 5px; background: var(--brown); box-shadow: 0 2px 4px rgba(0, 0, 0, .22); }
.match-event { margin-bottom: 13px; color: rgba(255,255,255,.7); font-size: 12px; text-align: center; }
.match-score { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 9px; font-size: 15px; font-weight: 700; }
.match-score span:first-child { text-align: right; }
.match-score b { color: var(--gold); font-size: 19px; letter-spacing: 1px; }
.match-status { margin: 14px 0 0; color: var(--gold-soft); font-size: 11px; text-align: center; }
.features-section { padding-top: 76px; background: rgba(27, 54, 24, .72); }
.feature-heading { padding-bottom: 38px; }
.feature-heading h2 { max-width: 620px; margin-bottom: 13px; font-size: clamp(31px, 4.1vw, 48px); letter-spacing: -1px; }
.feature-heading > p:last-child { max-width: 620px; margin-bottom: 0; color: var(--muted); line-height: 1.6; }
.feature-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--line); }
.feature { display: flex; min-height: 250px; flex-direction: column; padding: 31px max(24px, calc((100vw - 1120px) / 6)); background: rgba(27, 54, 24, .94); }
.feature-icon { display: grid; width: 37px; height: 37px; place-items: center; border-radius: 50%; background: rgba(243, 211, 91, .16); color: var(--gold); }
.feature-icon svg { width: 21px; height: 21px; fill: currentColor; }
h3 { margin: 18px 0 8px; font-size: 19px; letter-spacing: -.25px; }
.feature p { max-width: 300px; margin-bottom: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.feature-label { width: fit-content; margin-top: auto; padding-top: 22px; color: var(--gold); font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }
.feature-summary { justify-content: center; background: var(--brown); }
.feature-summary .eyebrow { margin-bottom: 12px; }
.feature-summary h3 { margin-top: 0; font-size: 24px; }
.statement { padding-top: 80px; padding-bottom: 84px; background: var(--brown); text-align: center; }
.statement p { max-width: 690px; margin: 0 auto; color: white; font-size: clamp(32px, 4.4vw, 54px); font-weight: 500; letter-spacing: -1.2px; line-height: 1.1; }
.statement strong { color: var(--gold); font-weight: inherit; }
footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 110px; background: var(--brown-deep); }
.footer-links { display: flex; gap: 25px; }
footer p { justify-self: end; margin: 0; color: rgba(255,255,255,.5); font-size: 12px; }

.privacy-page { min-height: 100vh; }
.policy { max-width: 850px; margin-right: var(--page-gutter); margin-left: var(--page-gutter); padding-top: 70px; padding-bottom: 85px; }
.policy h1 { margin-bottom: 22px; }
.policy-intro { max-width: 690px; margin-bottom: 48px; color: var(--gold-soft); font-size: clamp(20px, 2.5vw, 25px); line-height: 1.45; }
.policy section { padding: 25px 0; border-top: 1px solid var(--line); }
.policy h2 { margin-bottom: 10px; font-size: 20px; letter-spacing: -.25px; }
.policy section p { max-width: 700px; margin-bottom: 12px; color: var(--muted); line-height: 1.65; }
.policy section a { color: var(--gold); font-weight: 700; text-underline-offset: 3px; }

@media (max-width: 700px) {
  .site-header { min-height: 62px; }
  .brand { font-size: 19px; }
  .brand-icon { width: 32px; height: 32px; border-radius: 8px; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 54px; padding-bottom: 60px; }
  .app-preview { width: min(100%, 335px); }
  .phone-screen { min-height: 410px; }
  .features-section { padding-top: 55px; }
  .feature-heading { padding-bottom: 30px; }
  .feature-strip { grid-template-columns: 1fr; }
  .feature { min-height: 0; padding: 27px 24px; }
  .feature-label { margin-top: 20px; padding-top: 0; }
  .statement { padding-top: 62px; padding-bottom: 64px; }
  footer { grid-template-columns: 1fr; gap: 20px; padding-top: 28px; padding-bottom: 28px; }
  footer p { justify-self: start; }
  .policy { padding-top: 52px; padding-bottom: 62px; }
}
