/* Locke Professional public marketing surface.
   Geometry from docs/UI-LOCK.md and live Direct / Research measurement.
   Tokens match public/locke-ui.css. */

@font-face {
  font-family: Fraunces;
  src: url("/fonts/Fraunces-latin-wght.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: Fraunces;
  src: url("/fonts/Fraunces-latin-ext-wght.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  --bg: #fbfaf7;
  --paper: #ffffff;
  --paper-2: #f6f4f0;
  --navy: #17243a;
  --ink: #102735;
  --ink-soft: #294452;
  --text: #1c1a17;
  --body: #4a463f;
  --muted: #6e6a63;
  --gold: #a97635;
  --gold-ink: #8f6a19;
  --gold-dark: #7f5422;
  --gold-pale: #efe3d0;
  --line: #e8e4dd;
  --line-strong: #c8c1b6;
  --ok: #2f8f5b;
  --band: #f4f1ea;
  --footer: #0a1d28;
  --footer-text: #aebdc2;
  --footer-head: #dfc18c;
  --footer-gold: #d7b476;
  --footer-word: #eef1f4;
  --footer-disc: #bac5c9;
  --serif: "Times New Roman", Times, serif;
  --sans: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --display: Fraunces, "Times New Roman", Times, serif;
  --georgia: Georgia, "Times New Roman", Times, serif;
  --mono: ui-monospace, "Cascadia Mono", "Segoe UI Mono", Consolas, monospace;
  --gutter: clamp(20px, 3.125vw, 80px);
  --hero-max: 1640px;
  --read: 1200px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; }
body {
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  background: var(--bg);
  color: var(--text);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  overflow-x: hidden;
}
main { flex: 1 0 auto; }
a { color: inherit; }
:focus-visible { outline: 2px solid var(--navy); outline-offset: 3px; }

.pub-skip {
  position: absolute; left: -9999px; top: 0; z-index: 80;
  background: var(--navy); color: #fff; padding: 12px 18px; text-decoration: none;
}
.pub-skip:focus { left: 0; }
.pub-sr {
  position: absolute; width: 1px; height: 1px;
  overflow: hidden; clip: rect(0 0 0 0);
}

.pub-label {
  font-family: var(--sans);
  font-size: 11.5px; font-weight: 700;
  letter-spacing: .13em; text-transform: uppercase;
  color: var(--gold-ink);
}

.pub-wrap {
  width: 100%;
  max-width: var(--read);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

/* Header — 68px, cream, no divider. Brand left, menus center, actions right. */
.pub-header {
  position: sticky; top: 0; z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 30px;
  height: 68px; min-height: 68px;
  padding: 0 var(--gutter);
  background: #fbfaf7;
}
.pub-brand {
  display: flex; align-items: center; gap: 11px;
  text-decoration: none; flex: none;
}
.pub-mark {
  width: 38px; height: 38px; border-radius: 9px; flex: none;
  display: grid; place-items: center;
  background: var(--navy); color: #faf9f6;
  border: 1.5px solid var(--gold);
  font-family: var(--serif); font-size: 20px; font-weight: 700; line-height: 1;
}
.pub-word {
  font-family: var(--serif); font-size: 21px; letter-spacing: .21px;
  color: #102735; white-space: nowrap;
}
.pub-word b { font-weight: 700; }
.pub-word i { font-style: italic; font-weight: 400; color: #a97635; margin-left: .28em; }

.pub-nav {
  display: flex; justify-content: center;
  gap: clamp(18px, 3vw, 36px);
}
.pub-nav a {
  display: inline-flex; align-items: center;
  min-height: 42px; padding: 0 12px;
  color: var(--body);
  font-family: var(--sans); font-size: 12.5px; font-weight: 500;
  letter-spacing: .08em; text-transform: uppercase; text-decoration: none;
}
.pub-nav a:hover, .pub-nav a[aria-current="page"] { color: var(--navy); }
.pub-nav a[aria-current="page"] { box-shadow: inset 0 -1px var(--gold); }

.pub-actions { display: flex; align-items: center; gap: 16px; }
.pub-signin {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 38px; padding: 0 .9rem;
  color: var(--navy);
  font-family: var(--sans); font-size: 13px; font-weight: 700;
  text-decoration: none; background: none; border: 0;
}
.pub-cta {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 46px; padding: 11px 20px;
  border: 0; border-radius: 7px;
  background: var(--navy); color: #fff;
  font-family: var(--sans); font-size: 15px; font-weight: 700;
  text-decoration: none;
}
.pub-cta:visited { color: #fff; }
.pub-cta:hover { background: #0f1a2c; }

.pub-burger {
  display: none; width: 42px; height: 42px;
  border: 1px solid var(--line); border-radius: 6px; background: #fff;
}
.pub-burger span { display: block; height: 1.5px; margin: 5px 9px; background: var(--navy); }
.pub-drawer {
  display: none; flex-direction: column; gap: 4px;
  position: fixed; top: 76px; left: 16px; right: 16px; z-index: 60;
  padding: 16px;
  border: 1px solid var(--line); border-radius: 10px; background: #fff;
}
.pub-drawer[data-open] { display: flex; }
.pub-drawer a {
  padding: 11px 2px;
  font-family: var(--sans); font-size: 15px; font-weight: 500;
  letter-spacing: .06em; text-transform: uppercase; text-decoration: none;
}

/* Home hero */
.pub-hero { padding: 84px 0 72px; }
.pub-hero-inner { width: 100%; max-width: var(--hero-max); margin-inline: auto; }
.pub-hero-cols {
  display: grid;
  grid-template-columns: minmax(18rem, .48fr) minmax(0, 1.52fr);
  gap: 32px;
  align-items: start;
}
.pub-copy {
  font-family: var(--georgia); font-size: 17px; line-height: 1.65; color: #142a36;
}
.pub-kicker {
  display: flex; align-items: flex-start; gap: 12px;
  margin: 0 0 26px;
  font-family: var(--mono); font-size: 12px; font-weight: 400;
  letter-spacing: .2em; text-transform: uppercase;
  color: var(--gold-dark); line-height: 1.45;
}
.pub-kicker::before {
  content: ""; width: 34px; flex: none; margin-top: .7em;
  border-top: 1px solid var(--gold);
}
.pub-hero h1 {
  margin: 0 0 28px;
  font-family: var(--display);
  font-size: clamp(40px, 5.4vw, 64px);
  font-weight: 520; line-height: 1.22; letter-spacing: -.015em;
  color: var(--ink);
}
.pub-lede {
  max-width: 46ch; margin: 0 0 34px;
  font-family: var(--georgia); font-size: 19px; line-height: 1.65; color: var(--ink-soft);
}
.pub-hero-cta { margin-bottom: 40px; }
.pub-go {
  display: inline-block;
  padding: 16px 28px;
  border: 1px solid var(--ink); border-radius: 3px;
  background: var(--ink); color: var(--bg);
  font-family: var(--mono); font-size: 13px; letter-spacing: .06em;
  text-transform: uppercase; text-decoration: none;
  box-shadow: 0 2px 0 var(--gold);
}
.pub-go:visited { color: var(--bg); }
.pub-go:hover { box-shadow: 0 4px 0 var(--gold); transform: translateY(-2px); }

.pub-chips { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 8px; }
.pub-chips a {
  padding: 9px 14px;
  border: 1px solid var(--line-strong); border-radius: 3px;
  background: var(--paper); color: var(--ink-soft);
  font-family: var(--mono); font-size: 12.5px; text-decoration: none;
}
.pub-chips a:hover { border-color: var(--ink); background: var(--gold-pale); color: var(--ink); }
.pub-hint {
  font-family: var(--mono); font-size: 11px; letter-spacing: .05em; color: #60717a;
}

.pub-media { min-width: 0; }
@media (min-width: 941px) {
  .pub-media { margin-top: clamp(135px, calc(135px + (1920px - 100vw) * .2292), 245px); }
}
.pub-frame {
  width: 100%; max-width: 1222px;
  padding: 8px;
  border: 1px solid var(--line-strong); border-radius: 10px;
  background: var(--paper);
  box-shadow: 0 18px 50px #0d1f2a14;
}
.pub-slot {
  position: relative;
  display: grid; place-items: center;
  width: 100%; max-width: 1204px;
  aspect-ratio: 16 / 9;
  border-radius: 6px;
  background: #0d1520;
  overflow: hidden;
  container-type: inline-size;
  text-align: center;
}
.pub-slot-inner { padding: 4cqw; }
.pub-slot-mark {
  width: 6cqw; height: 6cqw; min-width: 44px; min-height: 44px;
  margin: 0 auto;
  display: grid; place-items: center;
  border: 1.5px solid var(--gold); border-radius: 1.2cqw;
  color: #faf9f6;
  font-family: var(--serif); font-weight: 700; font-size: 3.4cqw;
}
.pub-slot-name {
  margin-top: 2.6cqw;
  font-family: var(--serif); font-size: 4.2cqw; color: #f2f5f8;
}
.pub-slot-name b { font-weight: 700; }
.pub-slot-name i { font-style: italic; font-weight: 400; color: var(--footer-gold); }
.pub-slot-rule { width: 9cqw; height: 1px; margin: 2.2cqw auto; background: var(--gold); }
.pub-slot-tag {
  font-family: var(--georgia); font-size: 2cqw; line-height: 1.4; color: #cfd9e0;
}
.pub-slot-note {
  margin-top: 2.6cqw;
  font-family: var(--mono); font-size: 1.15cqw; letter-spacing: .05em; color: #8b9aa4;
}
.pub-slot-wait {
  position: absolute; right: 1.6cqw; bottom: 1.4cqw;
  font-family: var(--mono); font-size: 1.05cqw; letter-spacing: .08em;
  text-transform: uppercase; color: #6f8492;
}

.pub-band {
  background: var(--band);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.pub-band-inner {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr));
  padding-block: 26px;
}
.pub-band-item {
  padding: 2px 20px;
  border-left: 1px solid #cfc9bd;
  font-size: 14px; line-height: 1.4; color: var(--body);
}
.pub-band-item:first-child { border-left-width: 0; }
.pub-band-item b {
  display: block; margin-bottom: 2px;
  font-family: var(--serif); font-size: 21px; color: var(--text);
}

.pub-block { padding: clamp(52px, 6vw, 84px) 0; }
.pub-head { text-align: center; margin-bottom: clamp(28px, 3vw, 42px); }
.pub-head .pub-label { display: block; margin-bottom: 10px; }
.pub-head h2 {
  font-family: var(--serif); font-size: clamp(28px, 2.5vw, 38px);
  font-weight: 700; line-height: 1.18; color: var(--navy);
}
.pub-head p {
  margin: 12px auto 0; max-width: 68ch;
  font-size: 16px; color: var(--muted);
}

.pub-tiles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.pub-tile {
  display: flex; flex-direction: column;
  padding: 24px 24px 22px;
  border: 1px solid var(--line); border-radius: 12px;
  background: var(--paper);
}
.pub-tile h3 {
  margin-top: 10px;
  font-family: var(--serif); font-size: 21px; font-weight: 700; color: var(--navy);
}
.pub-tile p { margin-top: 10px; font-size: 14.5px; line-height: 1.55; color: var(--body); }
.pub-tile-meta {
  margin-top: 16px; padding-top: 14px;
  border-top: 1px solid var(--line);
  display: flex; flex-direction: column; gap: 5px;
  font-size: 13px; color: var(--muted);
}
.pub-now {
  margin-top: 22px; text-align: center;
  font-size: 14px; color: var(--muted);
}
.pub-now b { color: var(--text); }

/* Interior pages */
.pub-intro {
  padding: clamp(56px, 5.5vw, 84px) 0 clamp(34px, 3.4vw, 52px);
  border-bottom: 1px solid var(--line);
}
.pub-intro .pub-label { display: block; margin-bottom: 14px; }
.pub-intro h1 {
  max-width: 20ch;
  font-family: var(--display);
  font-size: clamp(34px, 3.9vw, 54px);
  font-weight: 520; line-height: 1.18; letter-spacing: -.015em;
  color: var(--ink);
}
.pub-intro p {
  max-width: 62ch; margin-top: 20px;
  font-family: var(--georgia); font-size: 19px; line-height: 1.65; color: var(--ink-soft);
}

.pub-toc {
  padding: clamp(20px, 2vw, 28px) clamp(20px, 2.2vw, 32px);
  border: 1px solid var(--line); border-left: 3px solid var(--gold);
  border-radius: 10px; background: var(--paper);
}
.pub-toc h2 {
  margin-bottom: 14px;
  font-family: var(--mono); font-size: 11px; font-weight: 400;
  letter-spacing: .18em; text-transform: uppercase; color: var(--gold-dark);
}
.pub-toc ol { list-style: none; columns: 2; column-gap: clamp(24px, 3vw, 56px); }
.pub-toc li { break-inside: avoid; }
.pub-toc a {
  display: grid; grid-template-columns: 2.4rem 1fr;
  padding: 7px 0;
  font-family: var(--georgia); font-size: 16px; color: var(--ink-soft);
  text-decoration: none;
}
.pub-toc a:hover { color: var(--ink); }
.pub-toc .n { font-family: var(--mono); font-size: 11.5px; color: var(--gold); }

.pub-cluster { margin-top: clamp(48px, 5vw, 76px); }
.pub-cluster:first-of-type { margin-top: clamp(34px, 3.4vw, 52px); }
.pub-cluster-kicker {
  display: flex; align-items: center; gap: 12px;
  font-family: var(--mono); font-size: 12px;
  letter-spacing: .2em; text-transform: uppercase; color: var(--gold-dark);
}
.pub-cluster-kicker::before {
  content: ""; width: 34px; flex: none; border-top: 1px solid var(--gold);
}
.pub-cluster h2 {
  margin-top: 14px; max-width: 24ch;
  font-family: var(--display); font-weight: 520;
  font-size: clamp(26px, 2.4vw, 34px); line-height: 1.2; color: var(--ink);
}
.pub-cluster > p {
  margin-top: 12px; max-width: 62ch;
  font-family: var(--georgia); font-size: 17px; line-height: 1.65; color: var(--ink-soft);
}

.pub-list { margin-top: clamp(22px, 2.2vw, 32px); }
.pub-row {
  display: grid;
  grid-template-columns: minmax(0, 24rem) minmax(0, 1fr);
  gap: clamp(20px, 3vw, 56px);
  padding: clamp(22px, 2.3vw, 32px) 0;
  border-top: 1px solid var(--line);
  scroll-margin-top: 90px;
}
.pub-row:last-child { border-bottom: 1px solid var(--line); }
.pub-num {
  font-family: var(--mono); font-size: 11.5px; letter-spacing: .12em; color: var(--gold);
}
.pub-num-lg {
  font-family: var(--display);
  font-size: clamp(34px, 3.2vw, 46px); font-weight: 520; line-height: 1;
  color: var(--gold);
}
.pub-num-lg + h3 { margin-top: 10px; }
.pub-row h3 {
  margin-top: 6px;
  font-family: var(--serif); font-size: 22px; font-weight: 700; color: var(--navy);
}
.pub-desc {
  font-family: var(--georgia); font-size: 17px; line-height: 1.65;
  color: var(--ink-soft); max-width: 66ch;
}
.pub-tags {
  margin-top: 12px;
  font-family: var(--mono); font-size: 11px; letter-spacing: .08em;
  text-transform: uppercase; color: #60717a;
}

.pub-arc {
  display: flex; flex-wrap: wrap; align-items: center;
  gap: 10px 14px;
  padding: 18px clamp(18px, 2vw, 26px);
  border: 1px solid var(--line); border-left: 3px solid var(--gold);
  border-radius: 10px; background: var(--paper);
}
.pub-arc span {
  font-family: var(--mono); font-size: 12px;
  letter-spacing: .1em; text-transform: uppercase; color: var(--ink-soft);
}
.pub-arc span b { color: var(--gold); font-weight: 400; margin-right: 7px; }
.pub-arc i { color: #cfc9bd; font-style: normal; }

.pub-callout {
  padding: clamp(28px, 3vw, 44px);
  border-radius: 14px;
  background: var(--navy); color: #dfe6ee;
}
.pub-callout h2 {
  font-family: var(--display); font-weight: 520;
  font-size: clamp(24px, 2.2vw, 32px); color: #fff;
}
.pub-callout p {
  margin-top: 14px; max-width: 74ch;
  font-family: var(--georgia); font-size: 18px; line-height: 1.65;
}

.pub-next {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
  gap: 24px;
  padding-block: clamp(44px, 5vw, 68px);
  border-top: 1px solid var(--line);
}
.pub-next h2 {
  margin-top: 8px;
  font-family: var(--serif); font-size: clamp(24px, 2.2vw, 32px); color: var(--navy);
}
.pub-next p { margin-top: 8px; font-size: 15px; color: var(--muted); }
.pub-next a {
  font-family: var(--serif); font-size: 20px; font-weight: 700;
  color: var(--navy); text-decoration: none;
  border-bottom: 1px solid var(--gold); padding-bottom: 4px;
}

/* Pricing */
.pub-plans {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
  margin-top: 36px;
}
.pub-plan {
  display: flex; flex-direction: column;
  height: 100%;
  padding: 26px 24px 24px;
  border: 1px solid var(--line); border-radius: 12px;
  background: var(--paper);
  transition: border-color .15s ease, box-shadow .15s ease;
}
.pub-plan:hover { border-color: var(--gold); box-shadow: 0 8px 24px rgba(28, 26, 23, .08); }
.pub-plan h3 { font-family: var(--serif); font-size: 24px; color: var(--navy); }
.pub-plan-who {
  margin-top: 4px;
  font-family: var(--mono); font-size: 11.5px; letter-spacing: .08em;
  text-transform: uppercase; color: var(--gold-ink);
}
.pub-plan-blurb {
  margin-top: 14px;
  font-family: var(--georgia); font-size: 16px; line-height: 1.6; color: var(--ink-soft);
}
.pub-plan-rate {
  margin-top: 18px; padding-top: 16px;
  border-top: 1px solid var(--line);
  font-family: var(--serif); font-size: 26px; font-weight: 700;
}
.pub-plan h4 {
  margin-top: 18px;
  font-family: var(--mono); font-size: 11px; letter-spacing: .1em;
  text-transform: uppercase; color: var(--muted);
}
.pub-plan ul { margin-top: 10px; flex: 1 1 auto; list-style: none; display: grid; gap: 6px; }
.pub-plan li {
  position: relative; padding-left: 18px;
  font-family: var(--georgia); font-size: 15.5px; line-height: 1.5; color: var(--ink-soft);
}
.pub-plan li::before {
  content: ""; position: absolute; left: 0; top: .6em;
  width: 6px; height: 6px; border-radius: 50%; background: var(--gold);
}
.pub-plan-fit {
  margin-top: 18px; padding-top: 14px;
  border-top: 1px solid var(--line);
  font-family: var(--georgia); font-size: 15px; color: var(--muted);
}
.pub-plan .pub-cta { margin-top: 20px; align-self: flex-start; }

.pub-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line); border-radius: 12px; background: var(--paper);
}
.pub-table { width: 100%; border-collapse: collapse; min-width: 660px; }
.pub-table th, .pub-table td {
  padding: 12px 16px;
  border-bottom: 1px solid var(--line);
  font-family: var(--georgia); font-size: 15.5px; text-align: left; color: var(--ink-soft);
}
.pub-table thead th {
  background: var(--paper-2);
  font-family: var(--mono); font-size: 11px; letter-spacing: .1em;
  text-transform: uppercase; color: var(--muted);
}
.pub-table tbody th { font-weight: 400; color: var(--text); }
.pub-table td { text-align: center; width: 18%; }
.pub-table .yes { color: var(--ok); font-weight: 700; }
.pub-table .no { color: var(--muted); }
.pub-table tbody tr.section th {
  padding-top: 20px;
  font-family: var(--mono); font-size: 11px;
  letter-spacing: .12em; text-transform: uppercase; color: var(--gold-dark);
}

/* Footer */
.pub-foot {
  display: grid;
  grid-template-columns: minmax(360px, 2.3fr) repeat(3, minmax(120px, .7fr));
  gap: clamp(18px, 2vw, 30px);
  min-height: 146px;
  padding: 18px clamp(20px, 5vw, 72px) 20px;
  border-top: 1px solid #ddd9d1;
  background: var(--footer);
  color: var(--footer-text);
  font-family: var(--serif);
}
.pub-foot .pub-brand { margin-bottom: 2px; }
.pub-foot .pub-mark { width: 30px; height: 30px; font-size: 15px; }
.pub-foot .pub-word { font-size: 18px; color: var(--footer-word); }
.pub-foot .pub-word b { color: var(--footer-word); }
.pub-foot .pub-word i { color: var(--footer-gold); }
.pub-foot p { margin: 5px 0 0; font-size: 12px; line-height: 1.45; }
.pub-disc { max-width: 92ch; color: var(--footer-disc); }
.pub-foot h2 {
  margin: 0 0 6px;
  color: var(--footer-head);
  font-size: 11px; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase; line-height: normal;
}
.pub-col a {
  display: block; padding: 2px 0;
  color: var(--footer-text); font-size: 12.5px; line-height: 1.45; text-decoration: none;
}
.pub-col a:hover { color: #fff; }

@media (max-width: 1180px) {
  .pub-tiles { grid-template-columns: 1fr 1fr; }
  .pub-plans { grid-template-columns: 1fr; }
}
@media (max-width: 1024px) {
  .pub-nav, .pub-actions { display: none; }
  .pub-header { grid-template-columns: 1fr auto; }
  .pub-burger { display: block; }
}
@media (max-width: 940px) {
  .pub-hero { padding: 56px 0 60px; }
  .pub-hero-cols { grid-template-columns: 1fr; gap: 40px; }
  .pub-band-inner { grid-template-columns: 1fr 1fr; }
  .pub-band-item:nth-child(3) { border-left-width: 0; }
}
@media (max-width: 860px) {
  .pub-foot { grid-template-columns: 1fr 1fr; }
  .pub-foot-brand { grid-column: 1 / -1; }
  .pub-row { grid-template-columns: 1fr; gap: 10px; }
  .pub-toc ol { columns: 1; }
}
@media (max-width: 760px) {
  .pub-tiles { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .pub-hero-inner { padding-inline: 20px; }
  .pub-band-inner { grid-template-columns: 1fr; }
  .pub-band-item { border-left-width: 0; padding-inline: 0; }
}
