/* Shared styles for vertical landing pages under /for/. Same broadside
   palette, tuned for a segment-specific pitch: hero + 3 features + FAQ + CTA. */
:root { --bg: #f5ecd5; --bg-2: #ebe0c0; --bg-3: #ddc998; --bg-card: #fdf8e8; --ink: #1a0f0a; --ink-2: #38291c; --ink-3: #6e5944; --line: #1a0f0a; --line-soft: #b5a072; --accent: #8a1e1e; }
* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { background: #ddc998; color: var(--ink); font-family: 'Lora', Georgia, serif; -webkit-font-smoothing: antialiased; }
a { color: var(--accent); } a:hover { text-decoration: underline; }
.wrap { max-width: 900px; margin: 0 auto; padding: 40px 48px; background: #f5ecd5; box-shadow: 0 4px 36px rgba(26,15,10,0.16), 0 0 0 1px rgba(26,15,10,0.06); overflow-x: hidden; }
.topbar { background: var(--ink); color: var(--bg); width: 100%; font-family: 'JetBrains Mono', monospace; font-size: 12px; position: sticky; top: 0; z-index: 50; }
.topbar-inner { max-width: 1180px; margin: 0 auto; padding: 10px 36px; display: flex; align-items: center; justify-content: flex-end; gap: 24px; }
.topbar a { color: rgba(245, 236, 213, 0.78); font-family: 'JetBrains Mono', monospace; font-size: 12px; letter-spacing: 0.04em; }
.topbar a:hover { color: var(--bg); text-decoration: none; }
.topbar .login-btn { padding: 5px 12px; border: 1px solid rgba(245, 236, 213, 0.4); color: var(--bg); font-weight: 500; }
.double-rule { border-top: 3px solid var(--ink); border-bottom: 1px solid var(--ink); height: 6px; margin: 8px 0; }
.triple-rule { border-top: 1px solid var(--ink); border-bottom: 3px solid var(--ink); height: 7px; }
.eyebrow { display: block; text-align: center; font-family: 'Roboto Slab', serif; font-size: 11px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--accent); font-weight: 700; margin: 32px 0 10px; }
h1 { font-family: 'DM Serif Display', serif; font-weight: 400; font-size: clamp(36px, 6vw, 56px); text-align: center; line-height: 1.05; margin-bottom: 12px; color: var(--ink); }
h1 .accent { color: var(--accent); font-style: italic; }
.dek { text-align: center; font-style: italic; color: var(--ink-2); font-size: 18px; margin-bottom: 12px; max-width: 62ch; margin-left: auto; margin-right: auto; }
.hero-cta { text-align: center; margin: 24px 0 36px; }
.hero-cta .btn { display: inline-block; padding: 14px 30px; background: var(--accent); color: var(--bg); font-family: 'Roboto Slab', serif; font-weight: 700; font-size: 14px; letter-spacing: 0.06em; text-transform: uppercase; border: 3px double var(--ink); text-decoration: none; margin: 4px; }
.hero-cta .btn.ghost { background: transparent; color: var(--ink); }
.hero-cta .btn:hover { background: var(--ink); color: var(--bg); text-decoration: none; }
section { padding: 40px 0; }
section h2 { font-family: 'DM Serif Display', serif; font-weight: 400; font-size: clamp(28px, 4.5vw, 40px); text-align: center; line-height: 1.1; color: var(--ink); margin-bottom: 12px; }
section h2 .accent { color: var(--accent); font-style: italic; }
section p.lead { text-align: center; font-style: italic; color: var(--ink-2); font-size: 17px; max-width: 60ch; margin: 0 auto 28px; }
.feat { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 24px; }
.feat-card { background: var(--bg-card); border: 1.5px solid var(--ink); padding: 22px 22px; }
.feat-card .kind { font-family: 'Roboto Slab', serif; font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--accent); font-weight: 700; margin-bottom: 10px; }
.feat-card h3 { font-family: 'Roboto Slab', serif; font-weight: 700; font-size: 15px; letter-spacing: 0.02em; color: var(--ink); margin-bottom: 8px; text-transform: uppercase; }
.feat-card p { font-size: 14.5px; line-height: 1.55; color: var(--ink-2); }
.faq { margin-top: 28px; }
.faq-item { border-bottom: 1px solid var(--line-soft); padding: 18px 0; }
.faq-item:last-child { border-bottom: none; }
.faq-item h4 { font-family: 'Roboto Slab', serif; font-weight: 700; font-size: 16px; color: var(--ink); margin-bottom: 6px; }
.faq-item p { font-size: 15px; line-height: 1.6; color: var(--ink-2); }
.cta { margin: 40px 0 0; padding: 28px 30px; background: var(--bg-card); border: 3px double var(--ink); text-align: center; }
.cta h3 { font-family: 'DM Serif Display', serif; font-weight: 400; font-size: 26px; margin-bottom: 10px; color: var(--ink); }
.cta p { font-size: 15px; color: var(--ink-2); margin-bottom: 18px; }
.cta .btn { display: inline-block; padding: 14px 32px; background: var(--accent); color: var(--bg); font-family: 'Roboto Slab', serif; font-weight: 700; font-size: 14px; letter-spacing: 0.06em; text-transform: uppercase; border: 3px double var(--ink); text-decoration: none; }
.cta .btn:hover { background: var(--ink); text-decoration: none; }
footer.site { padding: 40px 0 24px; border-top: 3px double var(--ink); margin-top: 40px; color: var(--ink-3); font-size: 13px; text-align: center; font-family: 'Roboto Slab', serif; }
footer.site a { color: var(--ink-3); text-decoration: none; }
footer.site a:hover { color: var(--accent); }
@media (max-width: 700px) {
  .wrap { padding: 20px 22px; }
  .feat { grid-template-columns: 1fr; }
}
