/* Waymark Collaborative — static website styles.
   A trimmed responsive layer over the design-system tokens (styles.css loads first). */

html { scroll-behavior: smooth; }
body { margin: 0; background: var(--surface-page); color: var(--text-body); font-family: var(--font-sans); -webkit-font-smoothing: antialiased; }
img { display: block; }

.wrap { max-width: var(--max-width, 1080px); margin: 0 auto; padding: 0 var(--gutter, 40px); }

/* ---------- Dark band + contour motif ---------- */
.band-dark { position: relative; overflow: hidden; background: var(--color-evergreen); }
.band-dark .contour { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0.16; pointer-events: none; }
.band-dark .band-inner { position: relative; z-index: 2; }

/* ---------- Header / nav ---------- */
.site-header { display: flex; align-items: center; gap: 18px; padding-top: 36px; }
.brand { display: flex; align-items: center; gap: 13px; text-decoration: none; flex: 1; min-width: 0; }
.brand img { width: 30px; }
.brand span { font-family: var(--font-serif); font-size: 18px; color: #fff; letter-spacing: 0.01em; white-space: nowrap; }
.brand span em { font-style: normal; color: var(--color-palesky); font-weight: 300; }
.nav-links { display: flex; align-items: center; gap: 8px; flex: none; }
.nav-link { font-family: var(--font-sans); font-size: 13px; color: var(--color-palesky); text-decoration: none; opacity: 0.82; transition: opacity 0.2s, background 0.2s; letter-spacing: 0.01em; padding: 11px 14px; border-radius: 999px; line-height: 1; }
.nav-link:hover { opacity: 1; background: rgba(184, 216, 232, 0.1); }
.nav-link.here { color: #fff; opacity: 1; background: rgba(184, 216, 232, 0.14); }

/* ---------- Hero ---------- */
.hero { margin-top: 88px; padding-bottom: 92px; max-width: 760px; }
.hero-eyebrow { font-family: var(--font-sans); font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--color-lavender); font-weight: 600; margin: 0 0 22px; }
.display { font-family: var(--font-serif); font-weight: 400; color: #fff; line-height: 1.03; letter-spacing: -0.02em; margin: 0; font-size: clamp(42px, 6.4vw, 66px); }
.display em { font-weight: 300; font-style: italic; color: var(--color-palesky); }
.hero-lead { font-family: var(--font-sans); font-weight: 400; font-size: clamp(15.5px, 1.6vw, 17px); color: var(--color-palesky); margin: 28px 0 0; max-width: 58ch; line-height: 1.65; }

/* ---------- Entrance ---------- */
@media (prefers-reduced-motion: no-preference) {
  .rise { animation: rise 0.85s cubic-bezier(0.2, 0.7, 0.2, 1) both; }
  .rise-2 { animation: rise 0.85s 0.15s cubic-bezier(0.2, 0.7, 0.2, 1) both; }
  @keyframes rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
}

/* ---------- Sections ---------- */
.section { padding: 92px 0; }
.section-band { background: var(--surface-band); }
.eyebrow { display: flex; align-items: center; gap: 14px; font-family: var(--font-sans); font-size: 12px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: var(--text-label); margin: 0 0 24px; }
.eyebrow .rule { width: 30px; height: 1px; background: var(--color-lavender); flex: none; }
.eyebrow .num { font-family: var(--font-serif); font-style: italic; font-size: 15px; letter-spacing: 0; text-transform: none; color: var(--text-label); }
h2.sec { font-family: var(--font-serif); font-size: clamp(30px, 3.6vw, 40px); font-weight: 400; color: var(--text-heading); line-height: 1.14; letter-spacing: -0.01em; margin: 0 0 18px; }
.intro-statement { font-family: var(--font-serif); font-weight: 400; font-size: clamp(22px, 2.6vw, 28px); line-height: 1.4; letter-spacing: -0.01em; color: var(--text-heading); max-width: 46ch; margin: 0 0 56px; }
h2.sec em { font-weight: 300; font-style: italic; }
.sec-lead { font-family: var(--font-serif); font-size: clamp(18px, 2vw, 21px); font-weight: 300; font-style: italic; color: #3a4a3e; max-width: 58ch; margin: 0; line-height: 1.55; }
.body-copy { font-family: var(--font-sans); font-size: 15.5px; line-height: 1.7; color: var(--text-body); max-width: 64ch; margin: 0; }
.body-copy + .body-copy { margin-top: 14px; }

/* ---------- Approach pathway ---------- */
.pathway { position: relative; margin-top: 56px; }
.pathway-line { position: absolute; top: 4px; left: 0; right: 0; width: 100%; height: 10px; pointer-events: none; }
.pathway-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.phase { position: relative; padding-top: 34px; }
.phase-dot { position: absolute; top: 0; left: 0; width: 9px; height: 9px; border-radius: 50%; border: 1.5px solid var(--color-lavender); background: var(--surface-page); }
.section-band .phase-dot { background: var(--surface-band); }
.phase-dot.filled { background: var(--color-mahogany); border-color: var(--color-mahogany); }
.phase-num { font-family: var(--font-serif); font-style: italic; font-size: 15px; color: var(--color-lavender); margin: 0 0 8px; }
.phase h3 { font-family: var(--font-serif); font-size: 22px; font-weight: 500; color: var(--text-heading); margin: 0 0 10px; line-height: 1.25; }
.phase p { font-family: var(--font-sans); font-size: 14.5px; line-height: 1.65; color: var(--text-body); margin: 0; }

/* ---------- Hairline grid (audience) ---------- */
.hairline-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--border-hairline); border: 1px solid var(--border-hairline); border-radius: var(--radius-md, 4px); overflow: hidden; margin-top: 44px; }
.hl-cell { background: var(--surface-card); padding: 32px 28px; }
.section-band .hl-cell { background: var(--color-white); }
.hl-label { font-family: var(--font-sans); font-size: 11.5px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--text-label); font-weight: 600; margin: 0 0 14px; }
.hl-cell h3 { font-family: var(--font-serif); font-size: 19px; font-weight: 500; color: var(--text-heading); margin: 0 0 10px; }
.hl-cell p { font-family: var(--font-sans); font-size: 14px; line-height: 1.65; color: var(--text-body); margin: 0; }

/* ---------- Testimonials ---------- */
.quote-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px; }
.quote-grid.two { grid-template-columns: 1fr 1fr; gap: 28px; }
.quote-card { position: relative; margin: 0; background: var(--color-white); border: 1px solid var(--border-hairline); border-radius: var(--radius-md, 4px); padding: 34px 30px 30px; display: flex; flex-direction: column; }
.quote-mark { font-family: var(--font-serif); font-size: 56px; line-height: 0.5; color: var(--color-lavender); margin-bottom: 14px; display: block; }
.quote-card blockquote { font-family: var(--font-serif); font-style: italic; font-weight: 300; font-size: 17px; line-height: 1.5; color: #3a4a3e; margin: 0 0 24px; flex: 1; }
.quote-card figcaption { display: flex; flex-direction: column; gap: 2px; padding-top: 16px; border-top: 1px solid var(--border-hairline); }
.quote-name { font-family: var(--font-sans); font-size: 13.5px; font-weight: 600; color: var(--text-heading); }
.quote-org { font-family: var(--font-sans); font-size: 12.5px; color: var(--text-label); letter-spacing: 0.01em; }

/* ---------- Founder ---------- */
.founder-intro { font-family: var(--font-serif); font-weight: 300; font-size: clamp(18px, 2vw, 21px); line-height: 1.6; color: #3a4a3e; max-width: 60ch; margin: 0; }
.founder-grid { display: grid; grid-template-columns: 320px 1fr; gap: 56px; align-items: start; margin-top: 48px; }
.founder-photo { width: 320px; height: 400px; object-fit: cover; border-radius: 4px; display: block; }
.founder-grid image-slot { width: 100%; height: 400px; display: block; }
.founder-facts { margin: 28px 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(1, 44, 25, 0.14); }
.founder-facts li { padding: 12px 0; border-bottom: 1px solid rgba(1, 44, 25, 0.14); font-family: var(--font-sans); font-size: 13.5px; color: var(--text-body); display: flex; gap: 12px; align-items: baseline; }
.founder-facts li::before { content: "·"; color: var(--color-mahogany); font-weight: 700; }

/* ---------- Closing band ---------- */
.closing { padding: 92px 0; }
.closing-inner { max-width: 640px; }
.closing h2 { font-family: var(--font-serif); font-size: clamp(30px, 3.6vw, 40px); font-weight: 400; color: #fff; line-height: 1.14; letter-spacing: -0.01em; margin: 0 0 18px; }
.closing h2 em { font-weight: 300; font-style: italic; color: var(--color-palesky); }
.closing p { font-family: var(--font-sans); font-size: 15.5px; line-height: 1.7; color: var(--color-palesky); margin: 0; max-width: 60ch; }

/* ---------- Footer ---------- */
.site-footer { background: var(--color-evergreen); padding: 54px 0; border-top: 1px solid rgba(184, 216, 232, 0.12); }
.footer-inner { display: flex; align-items: center; gap: 32px; flex-wrap: wrap; }
.footer-lockup { width: 196px; flex: none; }
.footer-lockup svg { width: 100%; height: auto; display: block; }
.footer-meta { flex: 1; min-width: 240px; }
.footer-label { font-family: var(--font-sans); font-size: 11.5px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--color-lavender); font-weight: 600; }
.footer-links { margin-top: 8px; }
.footer-links a { display: inline-flex; align-items: center; gap: 9px; min-height: 44px; padding: 6px 0; font-family: var(--font-sans); font-size: 13px; color: var(--color-palesky); text-decoration: none; transition: color 0.2s; }
.footer-links a:hover { color: #fff; }
.li-icon { width: 22px; height: 22px; flex: none; fill: var(--color-palesky); display: block; }
.footer-tag { font-family: var(--font-serif); font-style: italic; font-size: 15px; color: var(--color-lavender); }

/* ---------- CTA button (Connect on LinkedIn) ---------- */
.cta-btn { display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-sans); font-size: 14px; font-weight: 600; letter-spacing: 0.01em; padding: 14px 24px; border-radius: 999px; text-decoration: none; transition: transform 0.2s, background 0.2s, box-shadow 0.2s; }
.cta-btn .li-icon { width: 20px; height: 20px; flex: none; }
.cta-btn.on-dark { background: var(--color-palesky); color: var(--color-evergreen); }
.cta-btn.on-dark .li-icon { fill: var(--color-evergreen); }
.cta-btn.on-dark:hover { background: #fff; transform: translateY(-1px); }
.cta-btn.on-light { background: var(--color-evergreen); color: #fff; }
.cta-btn.on-light .li-icon { fill: #fff; }
.cta-btn.on-light:hover { transform: translateY(-1px); box-shadow: 0 8px 22px rgba(1, 44, 25, 0.18); }
.hero .cta-btn { margin-top: 36px; }

/* ---------- Problem statement accent ---------- */
.intro-statement .accent { color: var(--color-mahogany); font-style: italic; }

/* ---------- Phases: link to full method ---------- */
.method-link { display: inline-flex; align-items: center; gap: 9px; margin-top: 44px; font-family: var(--font-sans); font-size: 13.5px; font-weight: 600; letter-spacing: 0.02em; color: var(--color-evergreen); text-decoration: none; }
.method-link .arr { transition: transform 0.2s; }
.method-link:hover .arr { transform: translateX(4px); }

/* ---------- The kind of work (service list) ---------- */
.work-list { list-style: none; margin: 44px 0 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 0 64px; border-top: 1px solid var(--border-hairline); }
.work-list li { padding: 19px 0; border-bottom: 1px solid var(--border-hairline); font-family: var(--font-serif); font-size: 19px; font-weight: 400; color: var(--text-heading); line-height: 1.3; display: flex; gap: 16px; align-items: baseline; }
.work-list li::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--color-mahogany); flex: none; transform: translateY(-4px); }

/* ---------- Proof row (founder credentials) ---------- */
.proof-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--border-hairline); border: 1px solid var(--border-hairline); border-radius: var(--radius-md, 4px); overflow: hidden; margin-top: 52px; }
.proof-cell { background: var(--surface-card); padding: 28px 24px; }
.section-band .proof-cell { background: var(--color-white); }
.proof-key { font-family: var(--font-serif); font-size: 21px; font-weight: 500; color: var(--color-evergreen); line-height: 1.1; margin: 0 0 10px; }
.proof-desc { font-family: var(--font-sans); font-size: 13px; line-height: 1.55; color: var(--text-body); margin: 0; }

/* ---------- The Fourth Point ---------- */
.points { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 48px; }
.point { padding: 15px 20px; border: 1px solid var(--border-hairline); border-radius: var(--radius-md, 4px); background: var(--surface-card); display: flex; align-items: center; min-height: 56px; }
.point h3 { font-family: var(--font-serif); font-size: 20px; font-weight: 500; color: var(--text-heading); margin: 0; line-height: 1.2; }
.point.muted { background: transparent; border-width: 2px; border-color: var(--color-lavender); }
.point.muted h3 { color: var(--text-label); font-weight: 400; }
.point.accent { background: var(--color-evergreen); border-color: var(--color-evergreen); }
.point.accent h3 { color: #fff; }
.points-caption { font-family: var(--font-sans); font-size: 14.5px; line-height: 1.65; color: var(--text-body); max-width: 60ch; margin: 26px 0 0; }
.fourth-statement { font-family: var(--font-serif); font-weight: 400; font-style: italic; font-size: clamp(24px, 3vw, 34px); line-height: 1.3; letter-spacing: -0.01em; color: var(--color-mahogany); margin: 40px 0 0; }
.climb-viz { display: block; width: 100%; max-width: 940px; height: auto; margin-top: 64px; }
.viz-lbl { font-family: var(--font-sans); font-size: 12.5px; fill: #5A6962; }
.viz-lbl-strong { font-family: var(--font-serif); font-size: 17px; font-weight: 600; fill: #012C19; }

/* ---------- The three movements ---------- */
.movements { margin-top: 48px; border-top: 1px solid var(--border-hairline); }
.movement { display: grid; grid-template-columns: 72px 1fr; gap: 32px; padding: 38px 0; border-bottom: 1px solid var(--border-hairline); align-items: start; }
.movement .mv-num { font-family: var(--font-serif); font-style: italic; font-size: 34px; font-weight: 400; color: var(--color-lavender); line-height: 1; }
.movement h3 { font-family: var(--font-serif); font-size: 25px; font-weight: 500; color: var(--text-heading); margin: 0 0 12px; line-height: 1.2; }
.movement p { font-family: var(--font-sans); font-size: 15.5px; line-height: 1.7; color: var(--text-body); margin: 0; max-width: 64ch; }

/* ---------- Name story ---------- */
.name-story { margin-top: 14px; }
.name-story p { font-family: var(--font-serif); font-weight: 300; font-size: clamp(19px, 2.1vw, 23px); line-height: 1.55; color: #3a4a3e; max-width: 60ch; margin: 0; }
.name-story p + p { margin-top: 22px; }
.name-story em { font-style: italic; color: var(--color-evergreen); }

/* ---------- CTA band ---------- */
.cta-band .closing-inner { max-width: 680px; }
.cta-band .cta-btn { margin-top: 32px; }

/* ---------- Tablet ---------- */
@media (max-width: 1024px) {
  .wrap { padding: 0 32px; }
  .section { padding: 76px 0; }
  .pathway-grid { gap: 28px; }
  .hairline-grid { grid-template-columns: 1fr 1fr; }
  .quote-grid { grid-template-columns: 1fr 1fr; gap: 20px; }
  .proof-row { grid-template-columns: 1fr 1fr; }
  .points { grid-template-columns: 1fr 1fr; }
}

/* ---------- Mobile ---------- */
@media (max-width: 680px) {
  .wrap { padding: 0 22px; }
  .site-header { padding-top: 24px; gap: 10px; }
  .brand { min-width: 0; }
  .brand span { font-size: 16px; white-space: normal; line-height: 1.2; overflow-wrap: break-word; }
  .nav-links { gap: 4px; }
  .nav-link { padding: 11px 11px; }
  .hero { margin-top: 52px; padding-bottom: 72px; }
  .section { padding: 56px 0; }
  .pathway-grid { grid-template-columns: 1fr; gap: 34px; }
  .pathway-line { display: none; }
  .phase { padding-top: 0; padding-left: 26px; }
  .phase-dot { top: 6px; }
  .hairline-grid { grid-template-columns: 1fr; }
  .quote-grid, .quote-grid.two { grid-template-columns: 1fr; gap: 16px; }
  .founder-grid { grid-template-columns: 1fr; gap: 34px; }
  .founder-photo { width: 100%; max-width: 320px; height: auto; aspect-ratio: 4 / 5; }
  .work-list { grid-template-columns: 1fr; }
  .proof-row { grid-template-columns: 1fr 1fr; }
  .points { grid-template-columns: 1fr; }
  .movement { grid-template-columns: 1fr; gap: 6px; }
  .movement .mv-num { font-size: 28px; }
  .footer-inner { gap: 24px; }
}
