/* WPSecureOps — public homepage.
   Same design language as the console's "Industry" skin: light paper, Barlow
   Condensed for display, hairline rules, corner register marks. */
:root {
  color-scheme: light;
  --paper: #f2f2f3;
  --ink: #1d1f20;
  --mid: #5d5d60;
  --soft: #7a7a7d;
  --rule: rgba(29, 31, 32, .16);
  --hair: rgba(29, 31, 32, .09);
  --crit: #ec3013;
  --action: #5980a6;
  --evidence: #2c455d;
  --band: #e9e9ea;
}

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

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 400 16.5px/1.6 "Barlow", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

a { color: var(--action); }
:focus-visible { outline: 2px solid var(--action); outline-offset: 2px; }

.wrap { max-width: 1180px; margin: 0 auto; padding: 0 24px; }

/* condensed uppercase is the product's own label voice */
.eyebrow {
  font: 600 12px/1 "Barlow Condensed", system-ui;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--soft);
}

h1, h2, h3 { font-family: "Barlow Condensed", system-ui; text-transform: uppercase; margin: 0; }
h1 { font-weight: 700; font-size: clamp(42px, 7.6vw, 88px); line-height: .92; letter-spacing: -.005em; }
h2 { font-weight: 600; font-size: clamp(26px, 3.6vw, 38px); line-height: 1; letter-spacing: .03em; }
h3 { font-weight: 600; font-size: 19px; letter-spacing: .05em; }

.lede { font-size: clamp(17px, 1.5vw, 19px); color: #2b2b2d; max-width: 62ch; text-wrap: pretty; }

/* ---------- chrome ---------- */

.chrome {
  display: flex; align-items: center; gap: 16px;
  height: 56px; border-bottom: 1px solid var(--rule);
}
.brand { font: 600 20px/1 "Barlow Condensed", system-ui; letter-spacing: .07em; text-transform: uppercase; text-decoration: none; color: var(--ink); }
.chrome nav { margin-left: auto; display: flex; align-items: center; gap: 8px; }

.btn {
  display: inline-flex; align-items: center; justify-content: center;
  font: 600 13px/1 "Barlow Condensed", system-ui;
  letter-spacing: .08em; text-transform: uppercase;
  padding: 11px 16px; border: 1px solid var(--rule); border-radius: 2px;
  background: transparent; color: var(--ink); text-decoration: none; cursor: pointer;
  transition: background .15s ease, border-color .15s ease, color .15s ease;
}
.btn:hover { border-color: var(--ink); }
.btn.primary { background: var(--action); border-color: var(--action); color: #f2f2f3; }
.btn.primary:hover { background: #4a6d90; border-color: #4a6d90; }
.btn.lg { padding: 14px 20px; font-size: 14px; }

/* ---------- register marks ---------- */

.plate { position: relative; border: 1px solid var(--rule); background: var(--paper); }
.plate > i {
  position: absolute; font-style: normal; font-size: 12px; line-height: 1;
  color: var(--action); pointer-events: none;
}
.plate > .c1 { left: -5px; top: -6px; }
.plate > .c2 { right: -5px; top: -6px; }
.plate > .c3 { left: -5px; bottom: -6px; }
.plate > .c4 { right: -5px; bottom: -6px; }

/* ---------- hero ---------- */

.hero { padding: clamp(48px, 8vw, 96px) 0 0; }
.hero .eyebrow { margin-bottom: 18px; }
.hero h1 { max-width: 22ch; text-wrap: balance; }
.hero .lede { margin: 22px 0 0; }
.actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.actions .note { font-size: 14px; color: var(--soft); align-self: center; margin-left: 4px; }

/* the ledger plate: the product surface itself, used as the hero image */
.ledger { margin: clamp(40px, 6vw, 72px) 0 0; }
.ledger table { width: 100%; border-collapse: collapse; }
.ledger th {
  text-align: left; font: 600 11px/1 "Barlow Condensed", system-ui;
  letter-spacing: .12em; text-transform: uppercase; color: var(--mid);
  padding: 12px 14px; border-bottom: 1px solid var(--rule); white-space: nowrap;
}
.ledger td { padding: 13px 14px; border-bottom: 1px solid var(--hair); vertical-align: top; }
.ledger tr:last-child td { border-bottom: 0; }
.ledger .t { font-weight: 500; }
.ledger .s { font-size: 13px; color: var(--soft); margin-top: 2px; }
.ledger .dim { color: #424244; white-space: nowrap; }

.pill {
  display: inline-block; font: 600 11px/1 "Barlow Condensed", system-ui;
  letter-spacing: .09em; text-transform: uppercase;
  padding: 5px 9px; border-radius: 2px; border: 1px solid; white-space: nowrap;
}
.p-crit { background: var(--crit); color: #f3f2f2; border-color: var(--crit); }
.p-high { background: #b5d9fd; color: #1d2d3d; border-color: #94bce3; }
.p-med  { background: #e7e7ea; color: #424244; border-color: #d4d4d7; }
.p-low  { background: transparent; color: var(--soft); border-color: var(--rule); }

/* drawing title block */
.titleblock {
  display: grid; grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--rule); background: var(--band);
}
.titleblock div { padding: 12px 14px; border-right: 1px solid var(--rule); }
.titleblock div:last-child { border-right: 0; }
.titleblock dt { font: 600 10px/1 "Barlow Condensed", system-ui; letter-spacing: .14em; text-transform: uppercase; color: var(--soft); margin: 0; }
.titleblock dd { margin: 6px 0 0; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 12.5px; color: var(--evidence); }

/* ---------- sections ---------- */

section { padding: clamp(56px, 8vw, 100px) 0; border-top: 1px solid var(--rule); }
section > .wrap > .eyebrow { margin-bottom: 14px; }
section h2 + .lede { margin-top: 16px; }

/* spec table, not a card grid — this product speaks in tables */
.spec { width: 100%; border-collapse: collapse; margin-top: 36px; }
.spec th {
  text-align: left; font: 600 11px/1 "Barlow Condensed", system-ui;
  letter-spacing: .12em; text-transform: uppercase; color: var(--mid);
  padding: 12px 0; border-bottom: 1px solid var(--rule);
}
.spec td { padding: 18px 16px 18px 0; border-bottom: 1px solid var(--hair); vertical-align: top; }
.spec td:last-child { padding-right: 0; }
.spec .cat { font: 600 17px/1.2 "Barlow Condensed", system-ui; letter-spacing: .05em; text-transform: uppercase; white-space: nowrap; }
.spec .count { font-family: ui-monospace, Menlo, monospace; font-size: 13px; color: var(--evidence); white-space: nowrap; }
.spec .types { font-family: ui-monospace, Menlo, monospace; font-size: 12.5px; color: var(--soft); word-break: break-word; }
.spec .what { color: #2b2b2d; }

/* steps — a real sequence, so numbering carries information */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 36px; }
.steps > li {
  list-style: none; padding: 26px 22px; border-left: 1px solid var(--rule);
}
.steps > li:last-child { border-right: 1px solid var(--rule); }
.step-n { font: 700 34px/1 "Barlow Condensed", system-ui; color: var(--action); }
.steps h3 { margin: 14px 0 8px; }
.steps p { margin: 0; color: #2b2b2d; font-size: 15.5px; }
.steps code { font-family: ui-monospace, Menlo, monospace; font-size: 13px; color: var(--evidence); }

/* boundary: two honest columns */
.boundary { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin-top: 36px; border: 1px solid var(--rule); }
.boundary > div { padding: 26px 24px; }
.boundary > div + div { border-left: 1px solid var(--rule); }
.boundary ul { margin: 16px 0 0; padding: 0; list-style: none; }
.boundary li { padding: 9px 0; border-bottom: 1px solid var(--hair); font-size: 15.5px; }
.boundary li:last-child { border-bottom: 0; }
.boundary .mark { font-family: ui-monospace, Menlo, monospace; margin-right: 9px; }
.sends .mark { color: var(--action); }
.never .mark { color: var(--crit); }

/* closing call */
.close { text-align: center; }
.close h2 { max-width: 18ch; margin: 0 auto; }
.close .actions { justify-content: center; }

footer {
  border-top: 1px solid var(--rule); padding: 26px 0;
  font-size: 13px; color: var(--soft);
  display: flex; flex-wrap: wrap; gap: 16px; align-items: center;
}
footer .copy { font: 600 12px/1 "Barlow Condensed", system-ui; letter-spacing: .1em; text-transform: uppercase; }
footer nav { margin-left: auto; display: flex; gap: 16px; }
footer a { color: var(--mid); text-decoration: none; }
footer a:hover { color: var(--ink); text-decoration: underline; }

/* ---------- one orchestrated moment ---------- */

@media (prefers-reduced-motion: no-preference) {
  .ledger tbody tr { opacity: 0; animation: land .45s cubic-bezier(.2, .7, .3, 1) forwards; }
  .ledger tbody tr:nth-child(1) { animation-delay: .10s; }
  .ledger tbody tr:nth-child(2) { animation-delay: .16s; }
  .ledger tbody tr:nth-child(3) { animation-delay: .22s; }
  .ledger tbody tr:nth-child(4) { animation-delay: .28s; }
  .ledger tbody tr:nth-child(5) { animation-delay: .34s; }
  /* the newest critical announces itself, the way an arriving report does */
  .ledger tbody tr:first-child td:first-child { box-shadow: inset 3px 0 0 transparent; animation: flag 1.1s ease .55s 1; }
  @keyframes land { from { opacity: 0; transform: translateY(5px); } to { opacity: 1; transform: none; } }
  @keyframes flag { 0%, 100% { box-shadow: inset 3px 0 0 transparent; } 25%, 60% { box-shadow: inset 3px 0 0 var(--crit); } }
}

/* ---------- narrow ---------- */

@media (max-width: 860px) {
  .steps, .boundary { grid-template-columns: 1fr; }
  .steps > li { border-left: 0; border-top: 1px solid var(--rule); }
  .steps > li:last-child { border-right: 0; border-bottom: 1px solid var(--rule); }
  .boundary > div + div { border-left: 0; border-top: 1px solid var(--rule); }
  .titleblock { grid-template-columns: 1fr 1fr; }
  .titleblock div:nth-child(2) { border-right: 0; }
  .titleblock div:nth-child(-n+2) { border-bottom: 1px solid var(--rule); }
  .ledger-scroll { overflow-x: auto; }
  .ledger table { min-width: 680px; }
  .hide-sm { display: none; }
}

/* glossary teaser on the homepage */
.g-home-list { list-style: none; margin: 30px 0 26px; padding: 0; border-top: 1px solid var(--rule); }
.g-home-list li {
  display: flex; align-items: baseline; gap: 16px; flex-wrap: wrap;
  padding: 15px 0; border-bottom: 1px solid var(--hair);
}
.g-home-list a { color: var(--ink); text-decoration: none; font-size: 17px; font-weight: 500; }
.g-home-list a:hover { text-decoration: underline; }
.g-home-list span { font-family: ui-monospace, Menlo, monospace; font-size: 12.5px; color: var(--evidence); margin-left: auto; }

/* The hero table looks like the console on purpose; say plainly that it is not. */
.specimen-cap {
  text-align: left; padding: 12px 14px; color: var(--crit);
  border-bottom: 1px solid var(--rule);
}
