/* Tap Strategies — light-mode marketing site. Palette + rules from the official Brand Kit v1.
   Greens are the identity; never green-on-green. Inter echoes the neo-grotesque wordmark. */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

:root {
  --pine: #15573E;        /* primary brand green */
  --pine-deep: #0f4230;
  --mid: #2E8B6B;         /* secondary accent */
  --light-green: #4FB089; /* highlight */
  --ink: #2D3338;         /* headings / "TAP" charcoal */
  --gray: #6B7280;        /* body-secondary / "Strategies" */
  --bg: #ffffff;
  --bg-soft: #f5f8f6;     /* very light green-gray section */
  --bg-tint: #eef4f1;
  --line: #e3eae6;
  --radius: 14px;
  --shadow: 0 1px 2px rgba(21,87,62,.04), 0 8px 24px rgba(21,87,62,.06);
  --maxw: 1120px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', -apple-system, 'Helvetica Neue', Arial, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: var(--pine); text-decoration: none; }
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

/* ---- nav ---- */
header.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.85); backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav .wrap { display: flex; align-items: center; justify-content: space-between; height: 80px; }
.nav img.logo { height: 48px; width: auto; display: block; }
.nav nav { display: flex; align-items: center; gap: 32px; }
.nav nav a:not(.btn) { color: var(--gray); font-weight: 500; font-size: 15px; }
.nav nav a:not(.btn):hover { color: var(--ink); }
.nav nav a.btn { color: #fff; }
.btn {
  display: inline-block; background: var(--pine); color: #fff; font-weight: 600; font-size: 15px;
  padding: 11px 20px; border-radius: 10px; transition: background .15s, transform .15s;
}
.btn:hover { background: var(--pine-deep); transform: translateY(-1px); }
.btn.ghost { background: transparent; color: var(--pine); border: 1.5px solid var(--line); }
.btn.ghost:hover { border-color: var(--mid); background: var(--bg-soft); }

/* ---- hero ---- */
.hero { position: relative; overflow: hidden; padding: 96px 0 88px; }
.hero::before {
  content: ''; position: absolute; top: -180px; right: -160px; width: 560px; height: 560px;
  background: radial-gradient(circle at 30% 30%, rgba(79,176,137,.22), rgba(46,139,107,.10) 45%, transparent 70%);
  filter: blur(8px); z-index: 0;
}
.hero .wrap { position: relative; z-index: 1; max-width: 880px; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600;
  color: var(--pine); background: var(--bg-tint); border: 1px solid var(--line);
  padding: 6px 14px; border-radius: 999px; letter-spacing: .01em; margin-bottom: 24px;
}
.eyebrow .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--mid); }
.hero h1 {
  font-size: clamp(34px, 5.2vw, 58px); line-height: 1.08; font-weight: 800; letter-spacing: -.02em;
  color: var(--ink); margin-bottom: 22px;
}
.hero h1 .grad {
  background: linear-gradient(100deg, var(--pine), var(--mid) 60%, var(--light-green));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero p.lead { font-size: clamp(17px, 2.2vw, 21px); color: var(--gray); max-width: 640px; margin-bottom: 36px; }
.hero .cta-row { display: flex; gap: 14px; flex-wrap: wrap; }

/* ---- sections ---- */
section { padding: 84px 0; }
section.soft { background: var(--bg-soft); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.sec-head { max-width: 640px; margin-bottom: 48px; }
.sec-head .kicker { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--mid); margin-bottom: 12px; }
.sec-head h2 { font-size: clamp(26px, 3.4vw, 38px); font-weight: 700; letter-spacing: -.02em; color: var(--ink); line-height: 1.15; }
.sec-head p { font-size: 18px; color: var(--gray); margin-top: 14px; }

.grid { display: grid; gap: 22px; }
.grid.cols-3 { grid-template-columns: repeat(3, 1fr); }
.grid.cols-4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 860px) { .grid.cols-3, .grid.cols-4 { grid-template-columns: 1fr; } .nav nav a:not(.btn) { display: none; } }

.card {
  background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px 26px; box-shadow: var(--shadow); transition: transform .15s, box-shadow .15s;
}
.card:hover { transform: translateY(-3px); box-shadow: 0 2px 4px rgba(21,87,62,.05), 0 16px 40px rgba(21,87,62,.10); }
.card .ic {
  width: 44px; height: 44px; border-radius: 11px; display: grid; place-items: center; margin-bottom: 18px;
  background: linear-gradient(135deg, var(--pine), var(--mid)); color: #fff; font-size: 20px; font-weight: 700;
}
.card h3 { font-size: 19px; font-weight: 650; color: var(--ink); margin-bottom: 9px; }
.card p { font-size: 15.5px; color: var(--gray); }
.card .clogo { height: 52px; width: auto; display: block; margin-bottom: 18px; }
.card .clogo.boxed { border-radius: 5px; }   /* Lake's logo is white-on-brown — render as a tidy tile */
.card h3 + .work-tag { margin-top: 2px; }
.work-tag {
  display: inline-block; font-size: 12px; font-weight: 600; letter-spacing: .02em; color: var(--pine);
  background: var(--bg-tint); border: 1px solid var(--line); padding: 4px 11px; border-radius: 999px; margin: 0 0 14px;
}

/* capabilities strip */
.caps { background: var(--bg); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 26px 0; }
.caps .wrap { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 12px 26px; }
.caps .label { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .09em; color: var(--gray); }
.caps .cap { font-size: 15px; font-weight: 600; color: var(--ink); display: inline-flex; align-items: center; gap: 8px; }
.caps .cap::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: linear-gradient(135deg, var(--pine), var(--mid)); }

/* numbered approach steps */
.step { display: flex; gap: 18px; align-items: flex-start; }
.step .num {
  flex: 0 0 auto; width: 40px; height: 40px; border-radius: 10px; display: grid; place-items: center;
  font-weight: 700; color: var(--pine); background: var(--bg-tint); border: 1px solid var(--line);
}
.step h3 { font-size: 18px; font-weight: 650; color: var(--ink); margin-bottom: 5px; }
.step p { font-size: 15px; color: var(--gray); }

/* CTA band */
.cta-band { background: linear-gradient(120deg, var(--pine-deep), var(--pine) 55%, var(--mid)); color: #fff; border: 0; }
.cta-band .wrap { text-align: center; max-width: 680px; }
.cta-band h2 { font-size: clamp(26px, 3.6vw, 40px); font-weight: 750; letter-spacing: -.02em; margin-bottom: 16px; }
.cta-band p { font-size: 18px; color: rgba(255,255,255,.82); margin-bottom: 30px; }
.cta-band .btn { background: #fff; color: var(--pine); }
.cta-band .btn:hover { background: #eef4f1; }

/* ---- footer ---- */
footer { background: var(--bg); border-top: 1px solid var(--line); padding: 56px 0 40px; }
footer .top { display: flex; justify-content: space-between; align-items: flex-start; gap: 40px; flex-wrap: wrap; }
footer img.logo { height: 58px; margin-bottom: 16px; }
footer .tagline { color: var(--gray); font-size: 15px; max-width: 320px; }
footer .links { display: flex; gap: 48px; flex-wrap: wrap; }
footer .links h4 { font-size: 13px; text-transform: uppercase; letter-spacing: .06em; color: var(--ink); margin-bottom: 12px; }
footer .links a { display: block; color: var(--gray); font-size: 15px; margin-bottom: 8px; }
footer .links a:hover { color: var(--pine); }
footer .base { margin-top: 40px; padding-top: 24px; border-top: 1px solid var(--line); color: var(--gray); font-size: 13.5px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; }

/* ---- legal pages ---- */
.legal { max-width: 760px; margin: 0 auto; padding: 72px 24px 96px; }
.legal h1 { font-size: 38px; font-weight: 700; letter-spacing: -.02em; margin-bottom: 8px; }
.legal .updated { color: var(--gray); font-size: 14px; margin-bottom: 40px; }
.legal h2 { font-size: 21px; font-weight: 650; margin: 36px 0 12px; color: var(--ink); }
.legal p, .legal li { color: #3a4248; font-size: 16px; margin-bottom: 12px; }
.legal ul { padding-left: 22px; margin-bottom: 12px; }
.legal a { font-weight: 500; }
.backlink { display: inline-flex; align-items: center; gap: 6px; color: var(--gray); font-size: 14px; font-weight: 500; margin-bottom: 28px; }
.backlink:hover { color: var(--pine); }
