/* Hartford Daily Brief v2 — modern look (Perplexica-inspired flow). */
:root {
  --bg: #f6f6f4;
  --card: #ffffff;
  --ink: #16161a;
  --ink-soft: #5b5b66;
  --line: #e5e4e0;
  --accent: #6a1f1c;
  --accent2: #3d5a80;
  --grad: linear-gradient(120deg, #6a1f1c 0%, #8a2f26 45%, #3d5a80 100%);
  --radius: 16px;
  --shadow: 0 1px 2px rgba(22, 22, 26, 0.05), 0 8px 24px rgba(22, 22, 26, 0.06);
}
* { box-sizing: border-box; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; line-height: 1.5; }
a { color: var(--accent); text-decoration: none; }
a:hover { text-decoration: underline; }
.v2-shell { min-height: 100vh; display: flex; flex-direction: column; }
.v2-top { border-bottom: 1px solid var(--line); background: rgba(255, 255, 255, 0.8); backdrop-filter: blur(8px); position: sticky; top: 0; z-index: 20; }
.v2-top__inner { max-width: 1080px; margin: 0 auto; padding: 0.8rem 1.2rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.v2-logo { font-weight: 800; font-size: 1.15rem; letter-spacing: -0.02em; color: var(--ink); }
.v2-logo span { color: var(--accent); font-size: 0.7rem; background: var(--grad); color: #fff; border-radius: 6px; padding: 0.1rem 0.35rem; margin-left: 0.2rem; vertical-align: middle; }
.v2-nav { display: flex; gap: 1.1rem; font-size: 0.92rem; flex-wrap: wrap; }
.v2-nav a { color: var(--ink-soft); font-weight: 600; }
.v2-nav a.on { color: var(--accent); }
.v2-classic { border: 1px solid var(--line); border-radius: 999px; padding: 0.25rem 0.8rem; }
.v2-main { flex: 1; max-width: 1080px; margin: 0 auto; padding: 1.4rem 1.2rem 3rem; width: 100%; }
.v2-hero { text-align: center; padding: 2.4rem 0 1.6rem; }
.v2-hero__title { font-size: clamp(1.9rem, 4.5vw, 3rem); font-weight: 800; letter-spacing: -0.03em; margin: 0 0 0.4rem; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.v2-hero__sub { color: var(--ink-soft); font-size: 1.05rem; margin: 0 0 1.2rem; }
.v2-ask { display: flex; gap: 0.5rem; max-width: 640px; margin: 0 auto; }
.v2-ask input {
  flex: 1; padding: 0.85rem 1.1rem; font-size: 1rem; border-radius: 999px;
  border: 1px solid var(--line); background: var(--card); box-shadow: var(--shadow);
}
.v2-ask input:focus { outline: 2px solid var(--accent2); outline-offset: 1px; }
.v2-ask button {
  padding: 0.85rem 1.4rem; border: 0; border-radius: 999px; cursor: pointer;
  background: var(--grad); color: #fff; font-weight: 700; font-size: 0.95rem;
}
.v2-block { margin: 2rem 0; }
.v2-block__head { font-size: 1.15rem; font-weight: 750; letter-spacing: -0.01em; margin: 0 0 0.9rem; }
.v2-cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); gap: 0.85rem; }
.v2-card { background: var(--card); border: 2px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); display: flex; flex-direction: column; }
.v2-card__media img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; display: block; }
.v2-card__logo { aspect-ratio: 16 / 9; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #f1efe9, #e9e6df); }
.v2-card__logo img { width: 48px; height: 48px; object-fit: contain; }
.v2-card__tile { aspect-ratio: 16 / 9; display: flex; align-items: center; justify-content: center; }
.v2-card__tile span { font-size: 2.4rem; font-weight: 800; color: rgba(255, 255, 255, 0.9); }
.v2-card__body { padding: 0.6rem 0.75rem 0.75rem; display: flex; flex-direction: column; gap: 0.3rem; flex: 1; }
.v2-card__meta { font-size: 0.7rem; color: var(--ink-soft); margin: 0; }
.v2-card__temp { font-weight: 700; }
.v2-card__title { font-size: 0.92rem; font-weight: 700; line-height: 1.28; margin: 0; }
.v2-card__sum { font-size: 0.78rem; color: var(--ink-soft); margin: 0; flex: 1; }
.v2-card__go { font-size: 0.78rem; font-weight: 700; }
.v2-day { font-size: 1.02rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; color: var(--accent); margin: 1.6rem 0 0.4rem; }
.v2-site { font-size: 0.92rem; font-weight: 700; margin: 0.9rem 0 0.3rem; }
.v2-site__n { color: var(--ink-soft); font-weight: 600; }
.v2-list { list-style: none; margin: 0; padding: 0; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.v2-item { display: flex; align-items: baseline; gap: 0.55rem; padding: 0.65rem 0.95rem; border-top: 1px solid var(--line); flex-wrap: wrap; }
.v2-item:first-child { border-top: 0; }
.v2-item__time { font-size: 0.75rem; color: var(--ink-soft); white-space: nowrap; }
.v2-item__src { font-size: 0.72rem; color: var(--accent2); font-weight: 700; white-space: nowrap; }
.v2-item__pop { font-size: 0.72rem; background: #fdeceb; color: var(--accent); border-radius: 999px; padding: 0.05rem 0.45rem; font-weight: 700; }
.v2-item a { font-weight: 600; }
.v2-item__sum { width: 100%; font-size: 0.8rem; color: var(--ink-soft); }
.v2-foot { border-top: 1px solid var(--line); background: var(--card); color: var(--ink-soft); font-size: 0.8rem; padding: 0.9rem 0; }
.v2-dr-note { font-size: 0.82rem; color: var(--ink-soft); margin-top: 0.8rem; }
.v2-perplexica { width: 100%; height: 78vh; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
