@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;1,400;1,500&family=Source+Sans+3:wght@300;400;500;600&family=Source+Serif+4:ital,wght@0,400;0,600;1,400&display=swap");:root{--red:#c1121f;--red-soft:#d4343f;--black:#1a1a1a;--dark:#2c2c2c;--gray-800:#3d3d3d;--gray-600:#6b6b6b;--gray-400:#999;--gray-200:#e0deda;--gray-100:#f0efec;--cream:#f8f7f4;--warm-white:#fdfcfa;--white:#fff}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Source Sans\ 3,sans-serif;background:var(--warm-white);color:var(--dark);line-height:1.75;font-weight:400;-webkit-font-smoothing:antialiased}nav{position:fixed;top:0;left:0;right:0;z-index:100;background:hsla(40,43%,99%,.95);border-bottom:1px solid var(--gray-200);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}nav .nav-inner{max-width:1060px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;height:72px}nav .logo{font-family:Playfair Display,serif;font-size:1.1rem;font-weight:400;color:var(--black);text-decoration:none;letter-spacing:-.01em}nav .logo em{font-style:italic}nav .logo .dot{color:var(--red);font-style:normal}nav .nav-links{display:flex;gap:2.5rem;list-style:none}nav .nav-links a{font-family:Source Sans\ 3,sans-serif;font-size:.85rem;font-weight:500;color:var(--gray-600);text-decoration:none;letter-spacing:.03em;transition:color .2s;padding:.3rem 0}nav .nav-links a:hover{color:var(--black)}.hero{min-height:90vh;display:flex;align-items:center;justify-content:center;background:var(--warm-white);position:relative;padding:8rem 2rem 5rem}.hero:after{content:"";position:absolute;bottom:0;left:10%;right:10%;height:1px;background:var(--gray-200)}.hero-content{max-width:720px;text-align:center}.hero-logo-mark{font-family:Playfair Display,serif;font-size:2.2rem;font-weight:500;color:var(--black);letter-spacing:.08em;margin-bottom:2.5rem}.hero-logo-mark .dot{color:var(--red);font-size:2.6rem;line-height:0;vertical-align:baseline}.hero h1{font-family:Playfair Display,serif;font-size:clamp(2.2rem,5vw,3.2rem);color:var(--black);line-height:1.2;margin-bottom:1.8rem;font-weight:400;letter-spacing:-.01em}.hero h1 em{font-style:italic;color:var(--red)}.hero-description{font-family:"Source Serif 4",serif;font-size:1.15rem;color:var(--gray-600);line-height:1.85;max-width:580px;margin:0 auto 2.5rem;font-weight:400}.hero-founder{font-size:.9rem;color:var(--gray-400);font-weight:400}.hero-founder a{color:var(--gray-600);text-decoration:none;border-bottom:1px solid var(--gray-200);transition:all .2s}.hero-founder a:hover{color:var(--black);border-bottom-color:var(--red)}section{padding:5rem 2rem}.section-inner{max-width:960px;margin:0 auto}.section-label{font-family:Source Sans\ 3,sans-serif;font-size:.75rem;font-weight:600;color:var(--red);letter-spacing:.15em;text-transform:uppercase;margin-bottom:.6rem}.section-title{font-family:Playfair Display,serif;font-size:2rem;color:var(--black);margin-bottom:.8rem;font-weight:400;letter-spacing:-.01em}.section-subtitle{font-family:"Source Serif 4",serif;font-size:1.05rem;color:var(--gray-600);max-width:560px;margin-bottom:3rem;font-weight:400;line-height:1.75}#about{background:var(--cream);border-top:1px solid var(--gray-200);border-bottom:1px solid var(--gray-200)}.about-grid{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:2.5rem;gap:2.5rem;margin-top:2rem}.about-number{font-family:Playfair Display,serif;font-size:1.8rem;color:var(--gray-200);font-weight:400;margin-bottom:.6rem}.about-item h3{font-family:Source Sans\ 3,sans-serif;font-size:.95rem;font-weight:600;color:var(--black);margin-bottom:.6rem}.about-item p{font-size:.92rem;color:var(--gray-600);line-height:1.7}#briefs{background:var(--warm-white)}.brief-card{border:1px solid var(--gray-200);background:var(--white);padding:2.2rem 2.5rem;margin-bottom:1.2rem;display:grid;grid-template-columns:100px 1fr auto;grid-gap:2rem;gap:2rem;align-items:start;transition:border-color .3s,box-shadow .3s}.brief-card:hover{border-color:var(--gray-400);box-shadow:0 2px 12px rgba(0,0,0,.04)}.brief-date{padding-top:.2rem}.brief-date .quarter{font-family:Playfair Display,serif;font-size:1.5rem;font-weight:500;color:var(--black);display:block;line-height:1;margin-bottom:.3rem}.brief-date .year{font-size:.8rem;color:var(--gray-400);font-weight:500}.brief-info h3{font-family:Playfair Display,serif;font-size:1.3rem;color:var(--black);margin-bottom:.5rem;font-weight:400}.brief-info .brief-subtitle{font-family:"Source Serif 4",serif;font-style:italic;font-size:.95rem;color:var(--gray-600);margin-bottom:.6rem}.brief-info p{font-size:.88rem;color:var(--gray-600);line-height:1.65}.brief-tags{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:.8rem}.brief-tag{font-size:.68rem;font-weight:500;letter-spacing:.04em;text-transform:uppercase;padding:.2rem .6rem;background:var(--cream);color:var(--gray-600);border:1px solid var(--gray-200)}.brief-download{padding-top:.2rem}.download-btn{display:inline-flex;align-items:center;gap:.5rem;font-size:.78rem;font-weight:600;letter-spacing:.04em;color:var(--white);background:var(--red);padding:.65rem 1.3rem;text-decoration:none;transition:all .2s;border:none}.download-btn:hover{background:var(--red-soft)}.download-btn svg{width:13px;height:13px}.brief-upcoming{border:1px dashed var(--gray-200);padding:1.5rem 2.5rem;display:flex;align-items:center;gap:2rem;color:var(--gray-400);font-size:.88rem;font-style:italic}.brief-upcoming .quarter{font-family:Playfair Display,serif;font-size:1.1rem;font-weight:500;font-style:normal;color:var(--gray-200);min-width:100px}#resources{background:var(--cream);border-top:1px solid var(--gray-200)}.resource-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.2rem;gap:1.2rem}.resource-card{background:var(--white);border:1px solid var(--gray-200);padding:1.8rem 2rem;transition:border-color .3s,box-shadow .3s;display:flex;flex-direction:column;justify-content:space-between}.resource-card:hover{border-color:var(--gray-400);box-shadow:0 2px 12px rgba(0,0,0,.04)}.resource-type{font-size:.68rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--red);margin-bottom:.6rem}.resource-card h3{font-family:Playfair Display,serif;font-size:1.15rem;color:var(--black);margin-bottom:.5rem;font-weight:400}.resource-card p{font-size:.85rem;color:var(--gray-600);line-height:1.65;margin-bottom:1.3rem}.resource-link{font-size:.78rem;font-weight:600;letter-spacing:.03em;color:var(--red);text-decoration:none;display:inline-flex;align-items:center;gap:.4rem;transition:all .2s}.resource-link:hover{color:var(--red-soft)}.resource-link svg{width:12px;height:12px}footer{background:var(--black);padding:3rem 2rem}.footer-inner{max-width:960px;margin:0 auto;display:flex;justify-content:space-between;align-items:flex-end}.footer-left .footer-logo{font-family:Playfair Display,serif;font-size:1rem;font-weight:400;color:var(--white);margin-bottom:.8rem}.footer-left .footer-logo em{font-style:italic}.footer-left .footer-logo .dot{color:var(--red)}.footer-left p{font-size:.82rem;color:var(--gray-400);line-height:1.7;max-width:380px}.footer-left p a{color:var(--gray-200);text-decoration:none;border-bottom:1px solid var(--gray-800)}.footer-left p a:hover{color:var(--white);border-bottom-color:var(--red)}.footer-right{text-align:right}.footer-contact{font-size:.82rem;color:var(--gray-400);margin-bottom:.3rem}.footer-contact a{color:var(--gray-200);text-decoration:none}.footer-contact a:hover{color:var(--white)}.footer-copyright{font-size:.72rem;color:var(--gray-800);margin-top:.8rem}@media (max-width:768px){.about-grid{gap:2rem}.about-grid,.brief-card{grid-template-columns:1fr}.brief-card{gap:1rem}.resource-grid{grid-template-columns:1fr}.footer-inner{flex-direction:column;gap:2rem;align-items:flex-start}.footer-right{text-align:left}nav .nav-links{gap:1.5rem}nav .nav-links a{font-size:.78rem}.hero{min-height:auto;padding:7rem 2rem 4rem}.hero-logo-mark{font-size:1.6rem}#hearing .stat-grid{grid-template-columns:1fr 1fr!important}#hearing .stat-grid .stat-word{font-size:1.3rem!important}#resources .sources-grid{grid-template-columns:1fr!important}}@keyframes fadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.hero-logo-mark{animation:fadeIn .5s ease .1s both}.hero h1{animation:fadeIn .5s ease .3s both}.hero-description{animation:fadeIn .5s ease .5s both}.hero-founder{animation:fadeIn .5s ease .7s both}