/* Everborn Productions: shared stylesheet for the static industry pages.
   Palette matched to everbornproductions.com: ink, warm paper, gold. */
:root {
  --ink: #0E1116;
  --ink-2: #1B1F27;
  --paper: #F6F3EE;
  --paper-2: #EDE8DF;
  --gold: #8A6A2F;
  --gold-lt: #C8A15A;
  --muted: #5B6270;
  --line: #DDD5C7;
  --serif: 'Instrument Serif', Lora, Georgia, 'Times New Roman', serif;
  --sans: Manrope, Carlito, system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
}
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 16px/1.7 var(--sans); }
a { color: var(--gold); text-underline-offset: 3px; }
a:hover { color: var(--ink); }
.wrap { max-width: 1080px; margin: 0 auto; padding: 0 20px; }
.narrow { max-width: 760px; }

.top { background: var(--paper); border-bottom: 1px solid var(--line); }
.top .wrap { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 64px; flex-wrap: wrap; }
.brand { font-family: var(--serif); font-size: 24px; color: var(--ink); text-decoration: none; letter-spacing: -0.01em; }
.brand span { color: var(--gold); }
.top nav a { color: var(--ink); text-decoration: none; font-weight: 600; font-size: 14.5px; margin-left: 18px; }
.top nav a:hover { color: var(--gold); }

.hero { background: var(--ink); color: var(--paper); padding: 64px 0 56px; }
.eyebrow { font-size: 12px; font-weight: 800; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold-lt); margin: 0 0 14px; }
.rule { height: 3px; width: 40px; background: var(--gold-lt); margin: 0 0 18px; border: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; letter-spacing: -0.01em; line-height: 1.15; }
h1 { font-size: clamp(32px, 5.2vw, 50px); margin: 0 0 18px; max-width: 22ch; }
.hero p { color: #CDD2DA; font-size: clamp(16px, 2.2vw, 18px); max-width: 64ch; margin: 0 0 26px; }
.btns { display: flex; gap: 12px; flex-wrap: wrap; }
.btn { display: inline-block; padding: 12px 22px; border-radius: 4px; font-weight: 700; font-size: 15px; text-decoration: none; }
.btn-gold { background: var(--gold-lt); color: var(--ink); }
.btn-gold:hover { background: #D8B571; color: var(--ink); }
.btn-line { border: 1px solid #3A404C; color: var(--paper); }
.btn-line:hover { border-color: var(--gold-lt); color: var(--gold-lt); }

section { padding: 52px 0; border-bottom: 1px solid var(--line); }
section.alt { background: var(--paper-2); }
h2 { font-size: clamp(27px, 3.8vw, 36px); margin: 0 0 14px; }
h3 { font-size: 22px; margin: 0 0 6px; }
.lead { font-size: 17px; color: var(--ink-2); max-width: 68ch; }
.muted { color: var(--muted); }

.engine { list-style: none; padding: 0; margin: 26px 0 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: 16px; counter-reset: eng; }
.engine li { background: #fff; border: 1px solid var(--line); border-top: 3px solid var(--gold-lt); padding: 18px 20px; counter-increment: eng; }
.engine li strong { display: block; font-size: 15.5px; margin-bottom: 4px; }
.engine li strong::before { content: counter(eng, decimal-leading-zero) "  "; color: var(--gold); font-weight: 800; }
.engine li p { margin: 0; font-size: 15px; color: var(--ink-2); }

table.plate { width: 100%; border-collapse: collapse; margin-top: 20px; font-size: 15px; background: #fff; }
table.plate th, table.plate td { text-align: left; vertical-align: top; padding: 12px 14px; border-bottom: 1px solid var(--line); }
table.plate th { background: var(--ink); color: var(--paper); font-weight: 700; font-size: 13px; letter-spacing: 0.06em; text-transform: uppercase; }
table.plate td:first-child { font-weight: 700; width: 36%; }

.tiers { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 16px; margin-top: 24px; }
.tier { background: #fff; border: 1px solid var(--line); padding: 22px; }
.tier.feature { border: 2px solid var(--gold-lt); }
.tier .name { font-family: var(--serif); font-size: 28px; margin: 0; }
.tier .price { font-size: 20px; font-weight: 800; margin: 6px 0 2px; }
.tier .price small { font-weight: 600; color: var(--muted); font-size: 14px; }
.tier .tag { color: var(--gold); font-weight: 700; font-size: 14px; margin: 0 0 10px; }
.tier p { font-size: 14.5px; margin: 0; }
.facts { font-size: 14.5px; color: var(--ink-2); margin-top: 18px; max-width: 80ch; }

.never { border-left: 3px solid var(--gold-lt); padding: 4px 0 4px 18px; margin-top: 18px; }

.proof { background: var(--ink); color: var(--paper); }
.proof blockquote { font-family: var(--serif); font-size: clamp(24px, 3.4vw, 32px); line-height: 1.3; margin: 0 0 12px; max-width: 30ch; }
.proof p { color: #CDD2DA; margin: 0; }

.faq details { border-bottom: 1px solid var(--line); padding: 16px 0; }
.faq summary { font-weight: 700; cursor: pointer; font-size: 16.5px; list-style-position: outside; }
.faq details p { margin: 10px 0 0; color: var(--ink-2); }

.docs { list-style: none; padding: 0; margin: 20px 0 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 10px; }
.docs a { display: block; background: #fff; border: 1px solid var(--line); padding: 14px 16px; text-decoration: none; color: var(--ink); font-weight: 700; font-size: 15px; }
.docs a span { display: block; font-weight: 500; font-size: 13px; color: var(--muted); }
.docs a:hover { border-color: var(--gold-lt); }

.cta { background: var(--ink); color: var(--paper); text-align: left; }
.cta p { color: #CDD2DA; max-width: 62ch; }
.cta .contact { font-size: 17px; margin: 18px 0 22px; }
.cta .contact a { color: var(--gold-lt); }

.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: 16px; margin-top: 24px; }
.card { background: #fff; border: 1px solid var(--line); border-top: 3px solid var(--gold-lt); padding: 22px; }
.card h2 { font-size: 26px; margin: 0 0 4px; }
.card h2 a { color: var(--ink); text-decoration: none; }
.card h2 a:hover { color: var(--gold); }
.card .engine-name { color: var(--gold); font-weight: 700; font-size: 14px; margin: 0 0 8px; }
.card p { font-size: 15px; margin: 0 0 10px; }

.crumbs { font-size: 13px; color: #8A929F; margin: 0 0 18px; }
.crumbs a { color: #AEB5C0; }

.foot { background: var(--ink); color: #8A929F; padding: 36px 0; font-size: 14px; }
.foot a { color: #CDD2DA; text-decoration: none; }
.foot a:hover { color: var(--gold-lt); }
.foot ul { list-style: none; padding: 0; margin: 10px 0 18px; display: flex; flex-wrap: wrap; gap: 8px 20px; }

@media (max-width: 560px) {
  .top nav a { margin: 0 14px 0 0; }
  .hero { padding: 44px 0 40px; }
  table.plate td:first-child { width: 42%; }
  table.plate th, table.plate td { padding: 10px; }
}
