/* losangelesinsurancequotes.com — archetype 15 (Storyteller) — compiled by scripts/build.py */
:root {
  --lh-primary: #2B2D42; --lh-secondary: #8D99AE; --lh-accent: #D62828;
  --lh-bg: #FFFFFF; --lh-surface: #EDF2F4; --lh-text: #2B2D42; --lh-text-2: #8D99AE;
  --lh-font-head: 'Fraunces', Georgia, serif; --lh-font-body: 'Commissioner', system-ui, sans-serif;
  --lh-base: 18px; --lh-ratio: 1.333;
}
:root { color-scheme: light; }
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--lh-bg); color: var(--lh-text); font-family: var(--lh-font-body); font-size: var(--lh-base); line-height: 1.65; }
img { max-width: 100%; height: auto; }
a { color: var(--lh-primary); }
h1, h2, h3, h4 { font-family: var(--lh-font-head); color: var(--lh-text); line-height: 1.2; margin: 0 0 .5em; }
.lh-skip { position: absolute; left: -999px; top: 0; background: var(--lh-primary); color: #fff; padding: 8px 12px; z-index: 100; }
.lh-skip:focus { left: 8px; top: 8px; }
.lh-container { max-width: var(--lh-container); margin: 0 auto; padding: 0 24px; }
.lh-main { min-height: 40vh; }
.lh-body { padding-top: 24px; padding-bottom: 48px; }
.lh-btn { display: inline-block; background: var(--lh-accent); color: var(--lh-on-accent); padding: 12px 24px; border-radius: var(--lh-radius); font-weight: 700; text-decoration: none; border: 1px solid transparent; transition: opacity .2s, transform .2s; }
.lh-btn:hover { opacity: .9; }
/* header */
.lh-header { background: var(--lh-header-bg); color: var(--lh-header-fg); position: relative; z-index: 20; }
.lh-header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 72px; }
.lh-brand { display: flex; flex-direction: column; text-decoration: none; color: var(--lh-header-fg); }
.lh-brand img { max-height: 56px; width: auto; }
.lh-brand-name { font-family: var(--lh-font-head); font-weight: 700; font-size: 1.25rem; line-height: 1.15; }
.lh-brand-tag { font-size: .78rem; opacity: .8; }
.lh-utility { background: var(--lh-primary); color: #fff; font-size: .85rem; }
.lh-utility .lh-container { display: flex; justify-content: space-between; gap: 16px; padding-top: 6px; padding-bottom: 6px; }
.lh-utility a { color: #fff; font-weight: 600; text-decoration: none; }
.lh-nav ul { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; gap: 4px 20px; }
.lh-nav a { color: var(--lh-header-fg); text-decoration: none; font-weight: 600; padding: 6px 2px; border-bottom: 2px solid transparent; }
.lh-nav li.active > a { border-bottom-color: var(--lh-accent); }
.lh-nav a:hover { border-bottom-color: var(--lh-accent); }
.lh-nav a.lh-btn { border-bottom: 0; padding: 10px 20px; }
.lh-nav-toggle { display: none; background: none; border: 1px solid var(--lh-header-fg); border-radius: var(--lh-radius); width: 44px; height: 40px; cursor: pointer; padding: 8px; }
.lh-nav-toggle span { display: block; height: 2px; background: var(--lh-header-fg); margin: 6px 0; }
@media (max-width: 900px) {
  .lh-nav-toggle { display: block; }
  .lh-nav { display: none; position: absolute; left: 0; right: 0; top: 100%; background: var(--lh-header-bg); border-top: 1px solid rgba(0,0,0,.08); box-shadow: 0 12px 24px rgba(0,0,0,.12); }
  .lh-nav.open { display: block; }
  .lh-nav ul { flex-direction: column; align-items: stretch; padding: 12px 24px 20px; gap: 4px; }
  .lh-nav a { display: block; padding: 12px 0; }
  .lh-nav a.lh-btn { text-align: center; margin-top: 8px; }
}
/* hero / title band */
.lh-hero { background: var(--lh-hero-bg); color: var(--lh-hero-fg); padding: 40px 0 32px; }
.lh-hero h1 { color: var(--lh-hero-fg); font-size: clamp(1.8rem, 4vw, 2.6rem); margin: .2em 0 .3em; }
.lh-hero .lh-meta, .lh-hero .lh-subtitle { margin: 0; opacity: .85; }
.lh-hero a { color: inherit; }
.lh-breadcrumbs { font-size: .85rem; opacity: .85; margin-bottom: 8px; }
.lh-breadcrumbs a { text-decoration: none; }
.lh-sep { opacity: .6; padding: 0 2px; }
/* prose (posts) */
.lh-prose { max-width: var(--lh-prose); }
.lh-prose h2 { font-size: 1.6rem; margin-top: 1.6em; }
.lh-prose h3 { font-size: 1.25rem; margin-top: 1.4em; }
.lh-prose p, .lh-prose li { font-size: 1.05rem; line-height: 1.75; }
.lh-prose img { border-radius: var(--lh-radius); }
/* archive */
.lh-archive { padding: 32px 0 56px; }
.lh-archive-description { color: var(--lh-text-2); max-width: 720px; margin: 0 0 24px; }
.lh-cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 24px; }
.lh-card { background: var(--lh-surface); border-radius: var(--lh-radius); padding: 24px; display: flex; flex-direction: column; gap: 8px; box-shadow: var(--lh-card-shadow); border: var(--lh-card-border); }
.lh-card-cat { font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; font-weight: 700; color: var(--lh-secondary); text-decoration: none; }
.lh-card-title { font-size: 1.2rem; margin: 0; }
.lh-card-title a { color: var(--lh-text); text-decoration: none; }
.lh-card-title a:hover { color: var(--lh-primary); }
.lh-card-meta { margin: 0; font-size: .85rem; color: var(--lh-text-2); }
.lh-card-excerpt { margin: 0; color: var(--lh-text-2); flex: 1; }
.lh-card-more { font-weight: 700; color: var(--lh-accent-link); text-decoration: none; }
.lh-card-thumb { display: block; margin: -24px -24px 8px; border-radius: var(--lh-radius) var(--lh-radius) 0 0; overflow: hidden; }
.lh-card-thumb img { display: block; width: 100%; height: auto; }
.lh-featured { padding-top: 24px; }
.lh-featured img { display: block; width: 100%; height: auto; border-radius: var(--lh-radius); }
.lh-pagination { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 36px; align-items: center; }
.lh-page-link { display: inline-block; padding: 8px 14px; border-radius: var(--lh-radius); background: var(--lh-surface); color: var(--lh-text); text-decoration: none; font-weight: 600; }
.lh-page-current { background: var(--lh-primary); color: #fff; }
.lh-page-dots { padding: 8px 4px; color: var(--lh-text-2); }
/* faq */
.lh-faq { padding: 48px 0; background: var(--lh-surface); }
.lh-faq-inner { max-width: 900px; }
.lh-faq-title { text-align: center; margin-bottom: 24px; }
.lh-faq-item { margin: 10px 0; padding: 14px 18px; border: 1px solid rgba(0,0,0,.08); border-radius: var(--lh-radius); background: var(--lh-bg); }
.lh-faq-item summary { font-weight: 600; cursor: pointer; }
.lh-faq-item p { margin: 10px 0 2px; line-height: 1.7; }
/* footer */
.lh-footer { background: var(--lh-footer-bg); color: var(--lh-footer-fg); margin-top: 24px; font-size: .95rem; }
.lh-footer a { color: var(--lh-footer-link); }
.lh-footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 32px; padding-top: 48px; padding-bottom: 32px; }
.lh-footer h4 { color: var(--lh-footer-heading); margin-bottom: 12px; font-size: 1rem; }
.lh-footer ul { list-style: none; margin: 0; padding: 0; line-height: 2; }
.lh-footer p { margin: 0 0 8px; }
.lh-footer-bottom { border-top: 1px solid var(--lh-footer-rule); padding: 20px 0 28px; font-size: .85rem; }
.lh-footer-bottom p { margin: 4px 0; }
.lh-footer-links a { margin-right: 4px; }
.lh-footer--centered .lh-footer-grid { grid-template-columns: 1fr; text-align: center; max-width: 720px; }
.lh-footer--centered .lh-footer-bottom { text-align: center; }
.lh-footer--two .lh-footer-grid { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); max-width: 900px; }
/* archetype 15: Storyteller — Full-width photography, story-driven narrative scroll, text overlaid on images with gradients, parallax, minimal UI chrome */
:root {
  --lh-container: 900px;
  --lh-prose: 780px;
  --lh-radius: 0px;
  --lh-on-accent: #FFFFFF;
  --lh-header-bg: var(--lh-bg); --lh-header-fg: var(--lh-text);
  --lh-hero-bg: var(--lh-bg); --lh-hero-fg: var(--lh-text);
  --lh-footer-bg: var(--lh-surface); --lh-footer-fg: var(--lh-text-2); --lh-footer-link: var(--lh-text); --lh-footer-heading: var(--lh-primary); --lh-footer-rule: rgba(0,0,0,.08);
  --lh-accent-link: var(--lh-accent);
  --lh-card-shadow: none; --lh-card-border: none;
}
.lh-btn { background: transparent; color: var(--lh-accent); border: 0; padding-left: 0; padding-right: 0; } .lh-btn::after { content: " \2192"; }
.lh-header { border-bottom: 1px solid rgba(0,0,0,.06); } .lh-nav a { font-weight: 500; }
.lh-hero-rule { width: 64px; height: 1px; background: var(--lh-accent); margin: 8px 0 16px; }
.lh-hero { padding: 64px 0 24px; } .lh-hero h1 { font-size: clamp(2.2rem, 5vw, 3.4rem); font-weight: 600; }
.lh-prose p { line-height: 1.8; } .lh-footer-closing { font-family: var(--lh-font-head); font-style: italic; font-size: 1.1rem; margin-bottom: 12px; }
