/* October Forge, site v2. Industrial spec-sheet: heavy condensed display,
   iron-red accent, thick rules. Deliberately unlike white-Helvetica minimalism,
   coal-and-glow, cream Palatino, and serif hairlines, all four rejected. */

:root {
  --ink: #14161a;
  --ground: #f5f1ea;
  --panel: #fffdf9;
  --iron: #b5491b;
  --steel: #5c554b;
  --rule: #14161a;
  --display: "Avenir Next Condensed", "Arial Narrow", "Helvetica Neue", sans-serif;
  --body: "Avenir Next", -apple-system, "Segoe UI", sans-serif;
  --mono: "SF Mono", ui-monospace, Menlo, monospace;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--ground);
}

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

.skip {
  position: absolute; left: -9999px; top: 0;
  background: var(--ink); color: #fff; padding: 8px 16px; z-index: 10;
}
.skip:focus { left: 0; }

.banner {
  background: var(--iron); color: #fff;
  font-family: var(--mono); font-size: 12px; letter-spacing: 0.08em;
  text-transform: uppercase; text-align: center; padding: 6px 12px;
}

/* Header */

.site-header {
  background: var(--ground);
  border-bottom: 3px solid var(--rule);
}
.site-header .wrap {
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 18px; padding-bottom: 18px;
}
.mark {
  display: flex; align-items: center; gap: 12px;
  font-family: var(--display); font-weight: 700;
  text-transform: uppercase;
  color: var(--ink); text-decoration: none;
}
.mark-anvil {
  display: block;
}
.mark-anvil img {
  height: 52px;
  width: auto;
  display: block;
}
.wordmark {
  display: flex;
  flex-direction: column;
}
.wm-oct {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 0.85;
}
.wm-forge {
  font-size: 48px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 0.85;
}
.site-header nav { display: flex; gap: 28px; align-items: center; }
.site-header nav a {
  font-family: var(--mono); font-size: 16px; letter-spacing: 0.06em;
  text-transform: uppercase; color: var(--ink); text-decoration: none;
  padding-bottom: 2px; border-bottom: 2px solid transparent;
}
.site-header nav a:hover, .site-header nav a[aria-current="page"] {
  border-bottom-color: var(--iron);
}

/* Hero */

.hero {
  background: var(--ink); color: var(--ground);
  padding: 52px 0 72px;
}
.hero .kicker {
  font-family: var(--mono); font-size: 22px; letter-spacing: 0.12em;
  text-transform: uppercase; color: #e08b4e; margin-bottom: 20px;
}
.hero h1 {
  font-family: var(--display); font-weight: 700;
  font-size: clamp(40px, 5.2vw, 60px); line-height: 1.02;
  text-transform: uppercase; letter-spacing: 0.005em;
}
.hero .lede {
  font-size: 20px; line-height: 1.55; max-width: 56ch;
  margin-top: 28px; color: #d8d5cf;
}
.hero .actions { margin-top: 36px; display: flex; gap: 16px; flex-wrap: wrap; }

.btn {
  display: inline-block; font-family: var(--mono); font-size: 14px;
  letter-spacing: 0.05em; text-transform: uppercase; text-decoration: none;
  padding: 14px 28px; border: 2px solid var(--iron);
  background: var(--iron); color: #fff;
}
.btn:hover { background: #9a3c14; border-color: #9a3c14; }
.btn.ghost { background: transparent; color: var(--ground); border-color: var(--ground); }
.hero .btn.ghost:hover { background: rgba(255,255,255,0.08); }
main .btn.ghost { color: var(--ink); border-color: var(--ink); }
main .btn.ghost:hover { background: rgba(20,22,26,0.06); }

/* Deadline strip */

.strip {
  background: var(--iron); color: #fff; padding: 20px 0;
}
.strip .wrap {
  display: flex; align-items: baseline; gap: 18px; flex-wrap: wrap;
}
.strip .tag {
  font-family: var(--mono); font-size: 12px; letter-spacing: 0.1em;
  text-transform: uppercase; border: 1px solid rgba(255,255,255,0.5);
  padding: 3px 10px; white-space: nowrap;
}
.strip p { font-size: 17px; }

/* Sections */

section { padding: 72px 0; }
section.alt { background: var(--panel); border-top: 3px solid var(--rule); border-bottom: 3px solid var(--rule); }

.sec-head { margin-bottom: 44px; }
.sec-head .num {
  font-family: var(--mono); font-size: 13px; letter-spacing: 0.12em;
  color: var(--iron); margin-bottom: 10px;
}
.sec-head h2 {
  font-family: var(--display); font-weight: 700;
  font-size: clamp(30px, 4.4vw, 48px); line-height: 1.02;
  text-transform: uppercase; max-width: 24ch;
}
.sec-head .sub { margin-top: 16px; font-size: 18px; max-width: 62ch; color: var(--steel); }

/* Steps */

.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-top: 3px solid var(--rule); }
.step { border-bottom: 1px solid #c9c5bd; padding: 26px 22px 30px; border-right: 1px solid #c9c5bd; }
.step:last-child { border-right: none; }
.step .n {
  font-family: var(--display); font-weight: 700; font-size: 44px;
  color: var(--iron); line-height: 1; margin-bottom: 14px;
}
.step h3 { font-family: var(--display); font-size: 20px; text-transform: uppercase; margin-bottom: 10px; }
.step p { font-size: 15px; color: var(--steel); }

/* Prices */

.prices { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.price {
  background: var(--panel); border: 2px solid var(--rule); padding: 30px 26px 34px;
  display: flex; flex-direction: column;
}
.price .band {
  font-family: var(--mono); font-size: 13px; letter-spacing: 0.1em;
  text-transform: uppercase; margin-bottom: 18px;
}
.price .amount {
  font-family: var(--display); font-weight: 700; font-size: 64px; line-height: 1;
}
.price .amount small { font-size: 22px; font-weight: 600; vertical-align: super; }
.price .per { font-family: var(--mono); font-size: 12px; color: var(--steel); margin-top: 6px; margin-bottom: 20px; }
.price p { font-size: 15px; color: var(--steel); }
.price.feature { border-color: var(--iron); border-width: 3px; }
.price.feature .band { color: var(--iron); }

.price-note {
  margin-top: 36px; padding: 24px 28px; background: var(--ink); color: var(--ground);
  font-size: 17px;
}
.price-note strong { color: #fff; }

/* Proof rows */

.rows { list-style: none; border-top: 3px solid var(--rule); }
.rows li { display: grid; grid-template-columns: 220px 1fr; gap: 24px; padding: 26px 0; border-bottom: 1px solid #c9c5bd; }
.rows h3 { font-family: var(--display); font-size: 21px; text-transform: uppercase; line-height: 1.15; }
.rows p { color: var(--steel); font-size: 16px; }

/* Panels */

.panel {
  border-left: 6px solid var(--iron); background: var(--panel);
  padding: 20px 24px; margin-top: 24px; font-size: 16px;
}

/* FAQ */

.faq { display: grid; grid-template-columns: 1fr 1fr; gap: 40px 48px; }
.faq h3 { font-family: var(--display); font-size: 20px; text-transform: uppercase; margin-bottom: 8px; }
.faq p { font-size: 16px; color: var(--steel); }

/* Contact */

.contact-card {
  background: var(--panel); border: 3px solid var(--rule);
  padding: 44px 40px; max-width: 640px;
}
.contact-card .email {
  font-family: var(--mono); font-size: clamp(18px, 3vw, 26px); word-break: break-all;
}
.contact-card ul { margin: 18px 0 26px 20px; color: var(--steel); }

/* CTA band */

.cta {
  background: var(--ink); color: var(--ground); padding: 64px 0;
}
.cta h2 {
  font-family: var(--display); font-weight: 700; text-transform: uppercase;
  font-size: clamp(30px, 4.4vw, 46px); line-height: 1.02; max-width: 22ch;
}
.cta .actions { margin-top: 28px; }

/* Footer */

.site-footer {
  background: var(--ink); color: #8b8f96; border-top: 3px solid var(--iron);
  padding: 26px 0; font-family: var(--mono); font-size: 12px;
  letter-spacing: 0.05em; text-transform: uppercase;
}
.site-footer .wrap { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; }

/* Small screens */

@media (max-width: 860px) {
  .steps { grid-template-columns: 1fr 1fr; }
  .step:nth-child(2) { border-right: none; }
  .prices { grid-template-columns: 1fr; }
  .rows li { grid-template-columns: 1fr; gap: 8px; }
  .faq { grid-template-columns: 1fr; }
}

/* THE HEADER ON A PHONE, 2026-08-20. Anvil, wordmark and nav sat in one
   non-wrapping row: they want about 460px and a phone gives about 340, so they
   ran off the right edge. Two rows below 620 instead. Deliberately NOT a menu —
   two links do not earn the first script on a page that has none. */
@media (max-width: 620px) {
  .site-header .wrap {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
  }
  .mark-anvil img { height: 44px; }
  .wm-oct { font-size: 19px; }
  .wm-forge { font-size: 38px; }
  .site-header nav { gap: 22px; }
}
