.title-page{display:grid;gap:2rem;margin-top:1rem}.title-hero{display:grid;gap:1rem;padding:1.75rem;border:1px solid color-mix(in srgb, var(--text-color) 25%, rgba(0,0,0,0));background:radial-gradient(circle at 0 0, color-mix(in srgb, var(--accent-color) 24%, rgba(0,0,0,0)), rgba(0,0,0,0) 60%),color-mix(in srgb, var(--background-color) 78%, #000 22%);animation:title-enter 450ms ease-out both}.title-hero__eyebrow{margin:0;letter-spacing:.16em;text-transform:uppercase;color:color-mix(in srgb, var(--text-color) 70%, rgba(0,0,0,0))}.title-hero__headline{margin:0;font-size:clamp(2rem,4vw,3rem);line-height:1.08}.title-hero__support{margin:0;max-width:58ch;color:color-mix(in srgb, var(--text-color) 82%, rgba(0,0,0,0))}.title-grid{display:grid;grid-template-columns:2fr 1fr;gap:.9rem}.title-panel{border:1px solid color-mix(in srgb, var(--text-color) 20%, rgba(0,0,0,0));background:rgba(0,0,0,0);padding:1rem}.title-panel h2,.title-panel h3,.title-panel p{margin:0}.title-panel p{margin-top:.75rem;color:color-mix(in srgb, var(--text-color) 82%, rgba(0,0,0,0))}.title-panel__preview{display:grid;gap:.45rem;padding:.95rem 1rem;border:1px solid color-mix(in srgb, var(--text-color) 16%, rgba(0,0,0,0));background:radial-gradient(circle at 0 0, color-mix(in srgb, var(--accent-color) 24%, rgba(0,0,0,0)), rgba(0,0,0,0) 60%),color-mix(in srgb, var(--background-color) 78%, #000 22%);margin-top:.75rem}.title-panel__preview p{margin:0}.title-panel__single-date{color:color-mix(in srgb, var(--text-color) 65%, rgba(0,0,0,0))}.title-panel__single-title{font-weight:bold}.title-panel-link{display:block;color:inherit;text-decoration:none;transition:transform 160ms ease,border-color 160ms ease,background-color 160ms ease}.title-panel-link:hover{transform:translateY(-2px);border-color:color-mix(in srgb, var(--accent-color) 45%, rgba(0,0,0,0));background:color-mix(in srgb, var(--accent-color) 8%, rgba(0,0,0,0))}.title-panel--feature{grid-row:span 2;min-height:14rem}.title-list{display:grid;gap:1rem}.title-list__header{display:flex;align-items:baseline;justify-content:space-between;gap:1rem}.title-list__header h2{margin:0}.title-list__all{white-space:nowrap}.title-list__empty{margin:0;color:color-mix(in srgb, var(--text-color) 75%, rgba(0,0,0,0))}.title-list__items{display:grid;gap:.8rem}.title-post{display:grid;gap:.45rem;padding:.95rem 1rem;border:1px solid color-mix(in srgb, var(--text-color) 16%, rgba(0,0,0,0));background:radial-gradient(circle at 0 0, color-mix(in srgb, var(--accent-color) 16%, rgba(0,0,0,0)), rgba(0,0,0,0) 60%),color-mix(in srgb, var(--background-color) 82%, #000 18%)}.title-post h3,.title-post p{margin:0}.title-post__meta{color:color-mix(in srgb, var(--text-color) 65%, rgba(0,0,0,0))}@media (max-width: 760px){.title-grid{grid-template-columns:1fr}.title-panel--feature{grid-row:auto;min-height:0}}@keyframes title-enter{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}