/* Result 200 — site styles.
   No framework. Colours come from brand/README.md; green-deep is used for all
   link and button text because green-bright is 2.1:1 on white and cannot
   legally carry type there. */

:root {
  --ink: #12151A;
  --body: #2B2F35;
  --muted: #55595F;        /* 7.0:1 on white */
  --green: #0F7A47;        /* 5.4:1 on white */
  --green-dk: #0B5E37;
  --bright: #2ECC71;
  --line: #E3E6E8;
  --band: #F5F7F8;
  --max: 1080px;
}

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: #fff;
  color: var(--body);
  font: 16px/1.65 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; }

a { color: var(--green); text-decoration-thickness: 1px; text-underline-offset: 2px; }
a:hover { color: var(--green-dk); }

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

.skip {
  position: absolute; left: -9999px; top: 0; z-index: 10;
  background: var(--ink); color: #fff; padding: 12px 18px; border-radius: 0 0 6px 0;
}
.skip:focus { left: 0; color: #fff; }

.inner { max-width: var(--max); margin: 0 auto; padding: 0 22px; }
.inner.narrow { max-width: 760px; }

/* ---------------------------------------------------------------- header */
.site-header { background: var(--ink); }
.site-header .bar {
  max-width: var(--max); margin: 0 auto;
  padding: 16px 22px calc(16px + env(safe-area-inset-top, 0px));
  display: flex; align-items: center; justify-content: space-between;
  gap: 20px; flex-wrap: wrap;
}
.logo { display: block; line-height: 0; }
.logo img { width: 150px; height: auto; }
.site-header nav ul {
  list-style: none; margin: 0; padding: 0;
  display: flex; gap: 22px; flex-wrap: wrap;
}
.site-header nav a {
  color: #C9CDD2; text-decoration: none; font-size: 14.5px; font-weight: 500;
  padding: 4px 0; border-bottom: 2px solid transparent; display: block;
}
.site-header nav a:hover { color: #fff; }
.site-header nav a[aria-current="page"] { color: #fff; border-bottom-color: var(--bright); }

/* ------------------------------------------------------------------ hero */
.hero { background: var(--ink); color: #fff; padding: 54px 0 62px; }
.hero .eyebrow {
  margin: 0 0 14px; color: var(--bright); font-size: 12.5px; font-weight: 600;
  letter-spacing: .09em; text-transform: uppercase;
}
.hero h1 {
  margin: 0 0 18px; font-size: clamp(30px, 5.2vw, 46px); line-height: 1.12;
  letter-spacing: -.02em; color: #fff; font-weight: 700; max-width: 16ch;
}
.hero .lede { margin: 0 0 28px; font-size: clamp(16.5px, 2.1vw, 19px); color: #C9CDD2; max-width: 58ch; }
.hero .actions { margin: 0; display: flex; gap: 12px; flex-wrap: wrap; }

.page-head { background: var(--ink); color: #fff; padding: 44px 0 46px; }
.page-head h1 {
  margin: 0 0 14px; font-size: clamp(27px, 4.4vw, 38px); line-height: 1.15;
  letter-spacing: -.018em; color: #fff;
}
.page-head .lede { margin: 0; font-size: 17.5px; color: #C9CDD2; max-width: 60ch; }
.page-head .small { font-size: 14px; margin: 14px 0 0; color: #9AA1A9; }

/* --------------------------------------------------------------- buttons */
.btn {
  display: inline-block; background: var(--bright); color: var(--ink);
  font-weight: 650; font-size: 15.5px; text-decoration: none;
  padding: 12px 20px; border-radius: 7px; border: 2px solid var(--bright);
}
.btn:hover { background: #29b866; border-color: #29b866; color: var(--ink); }
.btn.ghost { background: transparent; color: #fff; border-color: #4A5057; }
.btn.ghost:hover { background: rgba(255,255,255,.07); border-color: #6B7177; color: #fff; }
.band .btn.ghost, .prose .btn.ghost { color: var(--green); border-color: var(--line); }
.band .btn.ghost:hover, .prose .btn.ghost:hover { background: var(--band); border-color: #C9CDD2; }

/* ----------------------------------------------------------------- bands */
.band { padding: 52px 0; }
.band.alt { background: var(--band); border-block: 1px solid var(--line); }
.band h2 { font-size: 21px; line-height: 1.3; margin: 0 0 10px; color: var(--ink); letter-spacing: -.01em; }
.band p { margin: 0 0 14px; }
.muted { color: var(--muted); }
.small { font-size: 14px; }

.cols-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; }
.band-head { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin-bottom: 20px; flex-wrap: wrap; }
.band-head h2 { margin: 0; }
.more { font-weight: 600; font-size: 15px; text-decoration: none; }
.more:hover { text-decoration: underline; }

.prose h2 { margin-top: 38px; }
.prose h2:first-child { margin-top: 0; }
.prose p { margin: 0 0 16px; }
.prose ul { margin: 0 0 18px; padding-left: 20px; }
.prose li { margin-bottom: 6px; }
.grid-list { columns: 2; column-gap: 34px; }
.callout {
  background: var(--band); border-left: 3px solid var(--green);
  padding: 15px 18px; border-radius: 0 7px 7px 0; color: var(--body);
}
.bigmail { font-size: clamp(19px, 3.4vw, 25px); font-weight: 600; margin: 0 0 30px; }
.bigmail a { text-decoration: none; }
.bigmail a:hover { text-decoration: underline; }

/* --------------------------------------------------------- opportunities */
.applying {
  background: var(--band); border: 1px solid var(--line); border-radius: 8px;
  padding: 15px 18px; margin: 0 0 30px;
}
.cards { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.card { background: #fff; border: 1px solid var(--line); border-radius: 9px; padding: 18px; }
.card h3 { margin: 4px 0 6px; font-size: 17px; line-height: 1.32; }
.card h3 a { text-decoration: none; color: var(--ink); }
.card h3 a:hover { color: var(--green); text-decoration: underline; }
.card p { margin: 0; font-size: 14.5px; }

.meta { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin: 0 0 6px; }
.pill {
  display: inline-block; background: var(--ink); color: #fff;
  font: 600 12px/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  padding: 5px 8px; border-radius: 5px; letter-spacing: .02em;
}
.closes { font-size: 13px; color: var(--muted); font-weight: 500; }

.opp {
  border: 1px solid var(--line); border-radius: 11px;
  padding: 26px; margin-bottom: 20px; scroll-margin-top: 20px;
}
.opp header { margin-bottom: 18px; }
.opp h2 { font-size: clamp(20px, 3vw, 25px); margin: 6px 0 4px; letter-spacing: -.012em; }
.opp .buyer { margin: 0; color: var(--muted); font-weight: 500; }
.opp h3 { font-size: 15px; margin: 24px 0 8px; color: var(--ink); text-transform: uppercase; letter-spacing: .05em; }
.opp ul { margin: 0 0 16px; padding-left: 20px; }
.opp li { margin-bottom: 6px; }
.opp p { margin: 0 0 14px; }
.arrangement { background: var(--band); padding: 13px 16px; border-radius: 7px; font-size: 15px; }
.apply { margin: 22px 0 0; }

.facts { display: grid; grid-template-columns: repeat(auto-fit, minmax(165px, 1fr)); gap: 14px 22px; margin: 0 0 20px; }
.facts.wide { grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); margin-bottom: 26px; }
.facts div { min-width: 0; }
.facts dt { font-size: 12px; text-transform: uppercase; letter-spacing: .055em; color: var(--muted); font-weight: 600; margin-bottom: 3px; }
.facts dd { margin: 0; font-size: 15px; color: var(--ink); }

.empty { background: var(--band); border: 1px solid var(--line); border-radius: 11px; padding: 34px; max-width: 62ch; }
.empty h2 { margin-top: 0; }
.empty p:last-child { margin-bottom: 0; }

/* ---------------------------------------------------------------- footer */
.site-footer { background: var(--ink); color: #C9CDD2; padding: 44px 0 0; margin-top: 12px; }
.site-footer .inner { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 32px; padding-bottom: 34px; }
.site-footer h2 { font-size: 12.5px; text-transform: uppercase; letter-spacing: .07em; color: #fff; margin: 0 0 10px; }
.site-footer p { margin: 0; font-size: 14.5px; }
.site-footer .muted { color: #9AA1A9; }
.site-footer a { color: var(--bright); }
.site-footer a:hover { color: #fff; }
.fmark { width: 132px; height: auto; margin-bottom: 14px; }
.legal { border-top: 1px solid #262A30; }
.legal p {
  max-width: var(--max); margin: 0 auto; font-size: 13px; color: #8A9099;
  padding: 16px 22px calc(16px + env(safe-area-inset-bottom, 0px));
}

/* ------------------------------------------------------------ responsive */
@media (max-width: 860px) {
  .cols-3, .cards { grid-template-columns: 1fr; gap: 24px; }
  .site-footer .inner { grid-template-columns: 1fr; gap: 26px; }
  .grid-list { columns: 1; }
}
@media (max-width: 560px) {
  .hero { padding: 40px 0 46px; }
  .band { padding: 40px 0; }
  .opp { padding: 20px; }
  .empty { padding: 24px; }
  .site-header .bar { gap: 12px; }
  .site-header nav ul { gap: 16px; }
}
