/* Fit Sport Life — production one-pager
   Editorial Classic structure, FSL brand reskin (2026-06-23):
   black anchor + electric-blue accent on warm paper.
   Fraunces display serif + Libre Franklin body + Montserrat for the brand mark. */

:root {
  --paper: #faf7f1;
  --paper-deep: #f1ece1;
  --ink: #201e19;
  --ink-soft: #46412f;
  --mut: #7d7565;
  --rule: #e3ddd0;
  /* black anchor replaces pine green; electric blue replaces gold */
  --pine: #16181c;        /* dark anchor: section backgrounds, buttons, numbers */
  --pine-deep: #0c0d10;
  --gold: #00a4e7;        /* FSL brand blue — bright accent (was gold) */
  --gold-text: #0a7fb8;   /* accent text on light paper (needs contrast) */
  --gold-light: #38b6ee;  /* accent text on black (lifted for legibility) */
  --serif: "Fraunces", Georgia, "Times New Roman", serif;
  --sans: "Libre Franklin", "Franklin Gothic Medium", Arial, sans-serif;
  --mont: "Montserrat", "Libre Franklin", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink);
  background-color: var(--paper);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .035 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3 { font-family: var(--serif); font-weight: 560; margin: 0; }
h2 { font-size: clamp(30px, 3.6vw, 46px); line-height: 1.12; margin-bottom: 20px; letter-spacing: -.01em; }
p { margin: 0 0 1em; }
a { color: inherit; }
img { max-width: 100%; height: auto; display: block; }
.wrap { max-width: 1140px; margin: 0 auto; padding: 0 28px; }

.kicker {
  font-size: 12px; font-weight: 700; letter-spacing: .26em; text-transform: uppercase;
  color: var(--gold-text); margin: 0 0 14px;
}
.kicker::after {
  content: ""; display: inline-block; width: 34px; height: 1px;
  background: var(--gold); vertical-align: middle; margin-left: 12px;
}
.kicker.on-dark { color: var(--gold-light); }
.kicker.on-green { color: var(--gold-light); }

/* ---------- nav ---------- */
.nav { position: absolute; top: 0; left: 0; right: 0; z-index: 10; }
.nav-row { display: flex; align-items: center; justify-content: space-between; padding-top: 22px; padding-bottom: 22px; }
.brand {
  font-family: var(--serif); font-weight: 640; font-size: 20px; letter-spacing: .02em;
  color: #fff; text-decoration: none;
}
.brand span { color: var(--gold-light); }
.nav-links a {
  margin-left: 26px; text-decoration: none; font-size: 13.5px; font-weight: 600;
  color: rgba(255,255,255,.85);
}
.nav-links a:hover { color: #fff; }
.nav-tel { font-weight: 700; font-size: 14px; color: var(--gold-light); text-decoration: none; margin-left: 26px; }
@media (max-width: 920px) { .nav-links { display: none; } }

/* ---------- hero ---------- */
.hero { position: relative; min-height: 86vh; display: flex; align-items: flex-end; overflow: hidden; }
.hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-shade {
  position: absolute; inset: 0;
  background:
    linear-gradient(165deg, rgba(16,30,20,.30) 0%, rgba(16,30,20,.10) 38%, rgba(10,20,13,.78) 100%);
}
.hero-content { position: relative; z-index: 2; color: #fff; padding-top: 150px; padding-bottom: 76px; }
.hero h1 {
  font-size: clamp(42px, 6.2vw, 76px); line-height: 1.03; letter-spacing: -.012em;
  max-width: 15ch; text-wrap: balance;
}
.hero-sub { max-width: 54ch; font-size: 18px; line-height: 1.65; color: #ece5d4; margin-top: 22px; }
.hero-sub strong { color: var(--gold-light); font-weight: 700; }
.cta-row { display: flex; gap: 14px; margin-top: 30px; flex-wrap: wrap; }

.btn {
  display: inline-block; padding: 15px 28px; border-radius: 3px;
  text-decoration: none; font-weight: 700; font-size: 14.5px; letter-spacing: .02em;
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-gold { background: var(--gold); color: #1d1404; box-shadow: 0 8px 22px rgba(0,0,0,.28); }
.btn-gold:hover { background: #b8954f; }
.btn-ghost { border: 1.5px solid rgba(255,255,255,.7); color: #fff; }
.btn-green { background: var(--pine); color: #f2efe6; }
.btn-green:hover { background: var(--pine-deep); }

/* hero entrance */
@media (prefers-reduced-motion: no-preference) {
  .rise { opacity: 0; transform: translateY(22px); animation: rise .8s cubic-bezier(.2,.7,.2,1) forwards; }
  .r1 { animation-delay: .08s; } .r2 { animation-delay: .2s; }
  .r3 { animation-delay: .34s; } .r4 { animation-delay: .48s; }
  @keyframes rise { to { opacity: 1; transform: none; } }
}

/* ---------- stat band ---------- */
.statband { background: var(--pine); color: #f2efe6; border-top: 3px solid var(--gold); }
.statband-row { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; padding-top: 32px; padding-bottom: 32px; }
.stat b { display: block; font-family: var(--serif); font-weight: 560; font-size: 27px; color: var(--gold-light); }
.stat span { font-size: 12px; letter-spacing: .06em; text-transform: uppercase; opacity: .82; line-height: 1.45; display: block; margin-top: 4px; }
@media (max-width: 920px) { .statband-row { grid-template-columns: repeat(2, 1fr); } }

/* ---------- sections ---------- */
section { padding: 96px 0; }

.story-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 60px; align-items: center; }
.story-text p:not(.kicker) { font-size: 16.5px; line-height: 1.75; color: var(--ink-soft); }
.story-fig { margin: 0; position: relative; }
.story-fig img { border-radius: 4px; box-shadow: 18px 24px 0 -6px var(--paper-deep), 0 22px 54px rgba(32,30,25,.22); }
.story-fig figcaption { font-size: 12.5px; color: var(--mut); margin-top: 14px; letter-spacing: .04em; }
@media (max-width: 920px) { .story-grid { grid-template-columns: 1fr; gap: 36px; } }

/* track record */
.track { background: var(--paper-deep); }
.cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 36px; }
.card {
  background: #fff; border: 1px solid var(--rule); border-radius: 4px; padding: 26px 24px;
  transition: transform .2s ease, box-shadow .2s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: 0 16px 38px rgba(32,30,25,.12); }
.card h3 { font-size: 20px; margin: 0 0 8px; }
.card p { font-size: 14px; line-height: 1.6; color: var(--ink-soft); margin: 0; }
.pill {
  display: inline-block; font-size: 10.5px; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; padding: 5px 11px; border-radius: 999px; margin-bottom: 16px;
}
.pill-sold { background: #e6efe8; color: var(--pine); }
.pill-pend { background: #f7edd7; color: #7c5c14; }
@media (max-width: 920px) { .cards { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .cards { grid-template-columns: 1fr; } }

/* remaining land */
.remaining-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 48px; align-items: start; margin-top: 36px; }
.map-fig { margin: 0; background: #fff; border: 1px solid var(--rule); border-radius: 4px; padding: 14px; box-shadow: 0 18px 44px rgba(32,30,25,.10); }
.map-fig img { border-radius: 2px; }
.map-fig figcaption { display: flex; flex-wrap: wrap; gap: 8px 22px; align-items: center; padding: 14px 6px 4px; font-size: 12.5px; color: var(--ink-soft); }
.lg { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; }
.sw { width: 14px; height: 14px; border-radius: 2px; display: inline-block; }
.sw-blue { background: #9fc6e8; border: 1px solid #5b8db8; }
.sw-green { background: #9ec6a8; border: 1px solid #5f9370; }
.lg-note { color: var(--mut); font-size: 11.5px; letter-spacing: .03em; margin-left: auto; }
.remaining-stats { display: flex; flex-direction: column; gap: 18px; }
.rstat { background: #fff; border: 1px solid var(--rule); border-left: 3px solid var(--gold); border-radius: 4px; padding: 24px 26px; }
.rstat b { font-family: var(--serif); font-weight: 560; font-size: 34px; color: var(--pine); display: block; margin-bottom: 4px; }
.rstat h3 { font-family: var(--sans); font-size: 14px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; margin-bottom: 10px; }
.rstat h3 .pill { margin: 0 0 0 8px; vertical-align: middle; }
.rstat p { font-size: 14px; line-height: 1.6; color: var(--ink-soft); margin: 0; }
.rtotal { background: var(--pine); color: #f2efe6; border-radius: 4px; padding: 26px; text-align: center; }
.rtotal span { display: block; font-size: 12px; letter-spacing: .2em; text-transform: uppercase; opacity: .8; }
.rtotal b { font-family: var(--serif); font-weight: 560; font-size: 44px; color: var(--gold-light); display: block; margin: 6px 0 16px; }
@media (max-width: 920px) { .remaining-grid { grid-template-columns: 1fr; } .lg-note { margin-left: 0; } }

/* operators */
.ops { text-align: center; padding-top: 80px; padding-bottom: 80px; }
.oprow { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-top: 32px; }
.oprow a {
  text-decoration: none; border: 1.5px solid var(--ink); border-radius: 999px;
  padding: 13px 26px; font-weight: 600; font-size: 15px;
  transition: background-color .18s ease, color .18s ease;
}
.oprow a:hover { background: var(--ink); color: var(--paper); }

/* location */
.loc { background: var(--paper-deep); }
.loc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.loc-list { list-style: none; padding: 0; margin: 0; }
.loc-list li { padding: 13px 0; border-bottom: 1px solid var(--rule); font-size: 15.5px; color: var(--ink-soft); }
.loc-list li:first-child { border-top: 2px solid var(--ink); }
.demo { width: 100%; border-collapse: collapse; font-size: 14.5px; }
.demo caption { text-align: left; font-family: var(--serif); font-size: 21px; font-weight: 560; padding-bottom: 14px; }
.demo thead th { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--mut); text-align: right; padding: 10px 8px; border-bottom: 2px solid var(--ink); }
.demo tbody th { text-align: left; font-weight: 600; padding: 12px 8px; border-bottom: 1px solid var(--rule); color: var(--ink-soft); }
.demo tbody td { text-align: right; padding: 12px 8px; border-bottom: 1px solid var(--rule); font-variant-numeric: tabular-nums; }
@media (max-width: 920px) { .loc-grid { grid-template-columns: 1fr; } }

/* contact */
.contact { background: var(--pine); color: #f2efe6; border-top: 3px solid var(--gold); }
.contact h2 { color: #fff; }
.ccards { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 36px; }
.ccard { background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.16); border-radius: 4px; padding: 32px; }
.ccard h3 { font-size: 23px; margin-bottom: 4px; color: #fff; }
.ccard .role { font-size: 11.5px; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-light); margin-bottom: 18px; }
.ccard p { margin: 7px 0; font-size: 15px; }
.ccard a { color: #fff; font-weight: 600; text-decoration-color: rgba(255,255,255,.4); }
.ccard .addr { color: rgba(242,239,230,.75); font-size: 14px; }
@media (max-width: 920px) { .ccards { grid-template-columns: 1fr; } }

/* footer */
.foot { padding: 26px 0 34px; }
.foot-row { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px 24px; font-size: 12.5px; color: var(--mut); }
.foot-row p { margin: 0; }
.foot-row a { color: var(--mut); }

/* scroll reveals */
@media (prefers-reduced-motion: no-preference) {
  .reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1); }
  .reveal.in { opacity: 1; transform: none; }
  .cards .reveal:nth-child(2) { transition-delay: .08s; }
  .cards .reveal:nth-child(3) { transition-delay: .16s; }
  .cards .reveal:nth-child(4) { transition-delay: .24s; }
}

:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }

/* ---------- FSL brand mark (2026-06-23 reskin) ---------- */

/* nav wordmark: FIT SPORT LIFE with SPORT in brand blue */
.brand { font-family: var(--mont); font-weight: 800; letter-spacing: .14em; font-size: 16px; }
.brand .b-sport { color: var(--gold-light); }

/* primary CTA: white text on blue (dark text doesn't read on blue) */
.btn-gold { color: #fff; }
.btn-gold:hover { background: #0090cf; }

/* sold pill: light-blue tint instead of green */
.pill-sold { background: #e1f3fc; color: #0a6a96; }

/* hero badge — circular FSL mark above the headline (white on the photo) */
.hero-badge { width: clamp(116px, 13vw, 158px); height: auto; margin-bottom: 20px; color: #fff; }
.hero-badge svg { width: 100%; height: auto; display: block; }
