/* ============================================================================
   Evercrew — getevercrew.com
   Locked brand: EVERCREW_BRAND_LOCKED.md v1.1 (locked 2026-07-23)
   Navy #17263F · Slate #2C4A6E · Brass #C8A24C (ACCENT ONLY) · Ivory #F4EFE6
   Type: Domine (headings 600/700) · Libre Franklin (body/labels 400-800)
   Banned by the brand lock: neon, glows, gradients, robot/brain/circuit motifs,
   display serifs outside the locked pair. None appear below.
   ========================================================================= */

:root {
  --navy:       #17263f;
  --slate:      #2c4a6e;
  --brass:      #c8a24c;
  --ivory:      #f4efe6;
  --ink:        #1c2430;
  --blue-grey:  #6e7c8c;
  --paper:      #ffffff;
  --surface:    #faf8f4;
  --navy-pale:  #e8ecf2;
  --slate-pale: #e8eef5;
  --brass-pale: #f6efdd;
  --rule:       #ddd6c9;
  --rule-soft:  #e9e3d8;
  --caution:    #8a6a1f;
  --risk:       #7a2e2e;
  --risk-pale:  #f4e7e5;
  --affirm:     #285b52;
  --affirm-pale:#e6f0ec;

  --font-head:  'Domine', Georgia, serif;
  --font-body:  'Libre Franklin', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

  --shadow:     0 1px 3px rgba(23,38,63,.08);
  --pad:        clamp(20px, 5vw, 64px);
}

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

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  background: var(--surface);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 { font-family: var(--font-head); font-weight: 700; color: var(--navy); margin: 0; line-height: 1.25; }
p { margin: 0 0 1em; }
a { color: var(--slate); text-underline-offset: 3px; }
a:hover { color: var(--navy); }
:focus-visible { outline: 3px solid var(--brass); outline-offset: 3px; }

.skip {
  position: absolute; left: -9999px; top: 0;
  background: var(--navy); color: var(--paper);
  padding: 12px 20px; z-index: 100; font-weight: 700;
}
.skip:focus { left: 0; }

.shell { max-width: 1060px; margin: 0 auto; }
.section { padding: clamp(48px, 8vw, 96px) var(--pad); }
.section + .section { border-top: 1px solid var(--rule-soft); }

/* ---------------------------------------------------------- accent bar */
.accent { height: 5px; display: flex; }
.accent i { display: block; }
.accent .maj { background: var(--navy); flex: 2; }
.accent .min { background: var(--brass); flex: 1; }

/* ---------------------------------------------------------- masthead */
.masthead {
  background: var(--ivory);
  border-bottom: 1px solid var(--rule-soft);
}
.masthead-inner {
  max-width: 1060px; margin: 0 auto;
  padding: 18px var(--pad);
  display: flex; align-items: center; justify-content: space-between;
  gap: 20px; flex-wrap: wrap;
}
.brandlock { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brandlock svg { display: block; flex: none; }
.wordmark {
  font-family: var(--font-head); font-weight: 700; font-size: 21px;
  color: var(--navy); letter-spacing: .01em; line-height: 1;
}
.systemname {
  font-family: var(--font-body); font-size: 10px; font-weight: 700;
  letter-spacing: .18em; text-transform: uppercase;
  color: var(--blue-grey); line-height: 1; margin-top: 5px;
}
.navlinks { display: flex; gap: 22px; flex-wrap: wrap; align-items: center; }
.navlinks a {
  font-size: 14px; font-weight: 600; color: var(--slate);
  text-decoration: none; letter-spacing: .01em;
}
.navlinks a:hover { color: var(--navy); text-decoration: underline; }

/* ---------------------------------------------------------- hero */
.hero { background: var(--paper); }
.hero .kicker {
  font-size: 11px; font-weight: 800; letter-spacing: .2em;
  text-transform: uppercase; color: var(--brass); margin-bottom: 20px;
}
.hero h1 {
  font-size: clamp(32px, 6.2vw, 58px);
  letter-spacing: -.015em;
  max-width: 21ch;          /* 17ch orphaned "AI." onto its own line at 1440 */
  margin-bottom: 28px;
  text-wrap: balance;
}
.hero h1 em { font-style: normal; color: var(--slate); display: block; }
.hero .lede {
  font-size: clamp(17px, 2.2vw, 21px);
  color: var(--ink); max-width: 60ch; margin-bottom: 32px;
}
.hero .lede strong { color: var(--navy); font-weight: 700; }

.btnrow { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.btn {
  display: inline-block; font-family: var(--font-body);
  font-size: 15px; font-weight: 700; letter-spacing: .01em;
  padding: 14px 26px; border-radius: 2px; text-decoration: none;
  border: 1px solid var(--navy); min-height: 48px;
}
.btn-solid { background: var(--navy); color: var(--paper); }
.btn-solid:hover { background: var(--slate); color: var(--paper); border-color: var(--slate); }
.btn-ghost { background: transparent; color: var(--navy); }
.btn-ghost:hover { background: var(--navy-pale); color: var(--navy); }

/* ---------------------------------------------------------- section heads */
.eyebrow {
  font-size: 11px; font-weight: 800; letter-spacing: .2em;
  text-transform: uppercase; color: var(--blue-grey); margin-bottom: 14px;
}
.section h2 {
  font-size: clamp(26px, 4vw, 38px);
  letter-spacing: -.01em; max-width: 24ch; margin-bottom: 18px;
}
.section > .shell > .intro { max-width: 62ch; color: var(--ink); font-size: 17px; }

/* ---------------------------------------------------------- crew cards */
/* Deliberately 2x2, not auto-fit. auto-fit produced 3 across + 1 orphan at
   1440, which visually contradicts the heading "Four workers". The count is
   the point, so the grid has to read as four. */
.crew {
  display: grid; gap: 20px; margin-top: 42px;
  grid-template-columns: 1fr;
}
@media (min-width: 720px) {
  .crew { grid-template-columns: repeat(2, 1fr); gap: 24px; }
}
.worker {
  background: var(--paper);
  border: 1px solid var(--rule-soft);
  border-top: 3px solid var(--navy);
  box-shadow: var(--shadow);
  padding: 28px 26px 26px;
  display: flex; flex-direction: column;
}
.worker .role {
  font-size: 10px; font-weight: 800; letter-spacing: .18em;
  text-transform: uppercase; color: var(--brass); margin-bottom: 10px;
}
.worker h3 { font-size: 23px; margin-bottom: 14px; }
.worker .jd { font-size: 15.5px; color: var(--ink); margin-bottom: 20px; }
.worker .jd-list { margin: 0 0 22px; padding: 0; list-style: none; }
.worker .jd-list li {
  font-size: 15px; padding: 5px 0 5px 20px; position: relative; color: var(--ink);
}
.worker .jd-list li::before {
  content: ""; position: absolute; left: 0; top: 14px;
  width: 8px; height: 1px; background: var(--brass);
}
.limit {
  margin-top: auto;
  background: var(--risk-pale);
  border-left: 3px solid var(--risk);
  padding: 16px 18px;
}
.limit .lbl {
  font-size: 10px; font-weight: 800; letter-spacing: .16em;
  text-transform: uppercase; color: var(--risk); display: block; margin-bottom: 7px;
}
.limit p { margin: 0; font-size: 14.5px; color: var(--ink); line-height: 1.6; }

/* ---------------------------------------------------------- supervision */
.supervision { background: var(--navy); color: var(--ivory); }
.supervision h2, .supervision h3 { color: var(--paper); }
.supervision .eyebrow { color: var(--brass); }
.supervision p { color: var(--ivory); }
.supervision .pull {
  font-family: var(--font-head); font-weight: 600;
  font-size: clamp(21px, 3.4vw, 30px); line-height: 1.45;
  color: var(--paper); border-left: 4px solid var(--brass);
  padding: 6px 0 6px 26px; margin: 34px 0 38px; max-width: 30ch;
}
.watchgrid {
  display: grid; gap: 1px; background: var(--slate);
  border: 1px solid var(--slate); margin-top: 8px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.watchgrid > div { background: var(--navy); padding: 24px 22px; }
.watchgrid h3 { font-size: 17px; margin-bottom: 9px; }
.watchgrid p { font-size: 14.5px; margin: 0; color: var(--ivory); opacity: .92; }

/* ---------------------------------------------------------- one customer */
.honesty { background: var(--ivory); }
.honesty .countline {
  font-family: var(--font-head); font-weight: 700;
  font-size: clamp(40px, 9vw, 76px); color: var(--navy);
  line-height: 1; margin-bottom: 8px;
}
.honesty .countlabel {
  font-size: 12px; font-weight: 800; letter-spacing: .18em;
  text-transform: uppercase; color: var(--brass); margin-bottom: 28px;
}
.honesty .body { max-width: 60ch; }
.honesty .body p { font-size: 17px; }
.notlist { margin: 26px 0 0; padding: 0; list-style: none; max-width: 60ch; }
.notlist li {
  font-size: 15px; color: var(--ink); padding: 9px 0 9px 26px;
  border-top: 1px solid var(--rule); position: relative;
}
.notlist li::before {
  content: "\00d7"; position: absolute; left: 2px; top: 8px;
  color: var(--risk); font-weight: 700; font-size: 16px;
}

/* ---------------------------------------------------------- agentic */
.agentic { background: var(--paper); }
/* Slate, not brass. Brass is accent only — a six-word headline run set in brass
   is not an accent, it is a second heading colour, which the brand lock bans. */
.agentic h2 em { font-style: normal; color: var(--slate); }
.endpoints {
  margin-top: 34px; border: 1px solid var(--rule-soft);
  background: var(--surface);
}
.endpoints .ehead {
  background: var(--navy); color: var(--paper);
  font-size: 11px; font-weight: 800; letter-spacing: .16em;
  text-transform: uppercase; padding: 12px 20px;
}
.endpoints ul { margin: 0; padding: 0; list-style: none; }
.endpoints li {
  display: flex; gap: 16px; flex-wrap: wrap; align-items: baseline;
  padding: 14px 20px; border-top: 1px solid var(--rule-soft);
}
.endpoints li:first-child { border-top: 0; }
.endpoints code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 13.5px; color: var(--navy); font-weight: 600;
  background: var(--navy-pale); padding: 3px 8px; white-space: nowrap;
}
.endpoints .desc { font-size: 14.5px; color: var(--ink); flex: 1 1 240px; }
.steps { counter-reset: s; margin: 34px 0 0; padding: 0; list-style: none; max-width: 66ch; }
.steps li {
  counter-increment: s; position: relative;
  padding: 0 0 22px 52px; font-size: 15.5px;
}
.steps li::before {
  content: counter(s); position: absolute; left: 0; top: 0;
  width: 32px; height: 32px; background: var(--brass-pale);
  border: 1px solid var(--brass); color: var(--caution);
  font-family: var(--font-head); font-weight: 700; font-size: 15px;
  display: flex; align-items: center; justify-content: center;
}
.steps li strong { color: var(--navy); }

/* ---------------------------------------------------------- pricing */
.pricing { background: var(--surface); }
.noteband {
  background: var(--slate-pale);
  border: 1px solid var(--rule-soft);
  border-left: 4px solid var(--slate);
  padding: 18px 22px; margin: 0 0 36px; max-width: 66ch;
}
.noteband .lbl {
  font-size: 10px; font-weight: 800; letter-spacing: .16em;
  text-transform: uppercase; color: var(--slate);
  display: block; margin-bottom: 7px;
}
.noteband p { margin: 0; font-size: 15px; color: var(--ink); }
.tiers {
  display: grid; gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}
.tier {
  background: var(--paper); border: 1px solid var(--rule-soft);
  box-shadow: var(--shadow); padding: 28px 26px; display: flex; flex-direction: column;
}
.tier h3 { font-size: 21px; margin-bottom: 6px; }
.tier .who { font-size: 14px; color: var(--blue-grey); margin-bottom: 22px; }
.tier.feature { border-top: 3px solid var(--navy); }
.tierflag {
  font-size: 9.5px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase;
  color: var(--brass); margin: 0 0 8px;
}
.priceblock { border-top: 1px solid var(--rule-soft); padding-top: 20px; margin-bottom: 22px; }
.price {
  font-family: var(--font-head); font-weight: 700; font-size: 30px;
  color: var(--navy); line-height: 1.15; margin: 0;
}
.price .per {
  font-family: var(--font-body); font-size: 13.5px; font-weight: 600;
  color: var(--blue-grey); display: block; margin-top: 8px; line-height: 1.4;
}
/* Only the Advisory figure carries this — it appears in the 2026-08-07 draft
   sheet but not in the ratified 2026-07-25 model. Labelling one number and not
   the others is the point: a blanket disclaimer teaches readers to ignore it. */
.pflag {
  display: inline-block; margin-top: 12px;
  font-size: 9.5px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase;
  color: var(--caution); background: var(--brass-pale);
  border: 1px solid var(--brass); padding: 4px 8px;
}
.tiernote {
  font-size: 13.5px; color: var(--blue-grey); font-style: italic;
  margin: 0 0 20px; line-height: 1.55;
}
/* Scoped to the One Agent card only. The keys/tokens arrangement differs by
   plan, so it is stated inside the plan it applies to rather than in shared
   copy where a reader could carry it across. */
.keysnote {
  background: var(--affirm-pale);
  border-left: 3px solid var(--affirm);
  padding: 16px 18px; margin: 0 0 22px;
}
.keysnote .lbl {
  font-size: 10px; font-weight: 800; letter-spacing: .14em;
  text-transform: uppercase; color: var(--affirm);
  display: block; margin-bottom: 7px;
}
.keysnote p { margin: 0; font-size: 14px; line-height: 1.6; color: var(--ink); }
.pricegrid {
  display: grid; gap: 28px; margin-top: 44px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  border-top: 1px solid var(--rule); padding-top: 34px;
}
.pricegrid h3 { font-size: 17px; margin-bottom: 10px; }
.pricegrid p { font-size: 14.5px; margin: 0; color: var(--ink); }
.tier ul { margin: 0 0 24px; padding: 0; list-style: none; }
.tier ul li { font-size: 14.5px; padding: 6px 0 6px 20px; position: relative; }
.tier ul li::before {
  content: ""; position: absolute; left: 0; top: 15px;
  width: 8px; height: 1px; background: var(--brass);
}
.tier .foot { margin-top: auto; }
.pricenote { margin-top: 36px; max-width: 66ch; font-size: 15px; color: var(--ink); }
.pricenote strong { color: var(--navy); }

/* ---------------------------------------------------------- cta */
.cta { background: var(--ivory); }
.cta h2 { max-width: 20ch; }
.cta .intro { margin-bottom: 30px; }

/* ---------------------------------------------------------- footer */
footer.site {
  background: var(--navy); color: var(--ivory);
  padding: 44px var(--pad) 38px;
}
footer.site .fshell {
  max-width: 1060px; margin: 0 auto;
  display: flex; justify-content: space-between; gap: 28px; flex-wrap: wrap;
}
footer.site .fb { font-family: var(--font-head); font-weight: 700; font-size: 19px; color: var(--paper); margin: 0 0 6px; }
footer.site .ft { font-size: 14px; color: var(--brass); margin: 0; font-weight: 600; }
footer.site .fm { font-size: 13px; color: var(--ivory); opacity: .8; text-align: right; }
footer.site .fm a { color: var(--ivory); }
footer.site nav { display: flex; gap: 18px; flex-wrap: wrap; margin-top: 10px; }
footer.site nav a { font-size: 13px; color: var(--ivory); opacity: .85; }

@media (max-width: 640px) {
  body { font-size: 16px; }
  .masthead-inner { padding: 14px var(--pad); }
  .navlinks { gap: 16px; width: 100%; }
  .navlinks a { font-size: 13px; }
  .btn { width: 100%; text-align: center; }
  .btnrow { flex-direction: column; align-items: stretch; }
  footer.site .fshell { flex-direction: column; }
  footer.site .fm { text-align: left; }
}

@media print {
  .masthead, .btnrow { display: none; }
  body { background: #fff; }
}
