@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;1,400&family=Source+Sans+3:wght@300;400;500;600&display=swap");:root{--navy:#1a2744;--navy-mid:#2a3d6b;--navy-light:#e8ecf4;--red:#8b2020;--red-light:#f5eaea;--parchment:#faf8f5;--parchment-mid:#f0ebe2;--parchment-dark:#e5ddd0;--ink:#1c1a17;--ink-mid:#4a4540;--ink-light:#7a6f5e;--ink-faint:#b8ae9f;--white:#fff;--border:#d8d0c4;--border-light:#e8e2d9;--font-display:"Playfair Display",Georgia,serif;--font-body:"Source Sans 3",system-ui,sans-serif;--max-width:1200px;--radius:6px;--radius-lg:10px}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-size:20px;-webkit-font-smoothing:antialiased}body{font-family:var(--font-body);background:var(--parchment);color:var(--ink);line-height:1.7}h1,h2,h3,h4{font-family:var(--font-display);line-height:1.2;color:var(--navy)}h1{font-size:clamp(2.2rem,4vw,3.5rem)}h2{font-size:clamp(1.6rem,2.5vw,2.2rem)}h3{font-size:1.4rem}h4{font-size:1.1rem}p{color:var(--ink-mid);line-height:1.75;font-size:1rem}a{color:var(--navy);text-decoration:none}a:hover{color:var(--red)}.container{max-width:var(--max-width);margin:0 auto;padding:0 2rem}.btn{display:inline-flex;align-items:center;gap:6px;font-family:var(--font-body);font-size:.8rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:10px 20px;border-radius:var(--radius);border:1.5px solid transparent;cursor:pointer;transition:all .15s ease;text-decoration:none}.btn-primary{background:var(--navy);color:var(--white);border-color:var(--navy)}.btn-primary:hover{background:var(--navy-mid);color:var(--white)}.btn-outline{background:transparent;color:var(--navy);border-color:var(--border)}.btn-outline:hover{border-color:var(--navy);background:var(--navy-light)}.btn-ghost{background:transparent;color:var(--ink-light);border-color:transparent;padding:8px 12px}.btn-ghost:hover{color:var(--navy)}.btn-ghost:hover,.tag{background:var(--parchment-mid)}.tag{display:inline-block;font-size:.68rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:3px 8px;border-radius:3px;color:var(--ink-light);border:.5px solid var(--border)}.tag-red{background:var(--red-light);color:var(--red);border-color:#d9a0a0}.tag-navy{background:var(--navy-light);color:var(--navy);border-color:#b5c0d8}.rule{border:none;border-top:1px solid var(--border);margin:2rem 0}.rule-thin{border:none;border-top:.5px solid var(--border-light)}.locked{position:relative;filter:blur(4px);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.lock-badge{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:hsla(36,33%,97%,.7);filter:none;z-index:10;border-radius:var(--radius)}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.text-muted{color:var(--ink-light)}.text-red{color:var(--red)}.text-navy{color:var(--navy)}.font-display{font-family:var(--font-display)}@media (max-width:768px){.container{padding:0 1rem}header .container{height:auto!important;padding:.75rem 1rem!important;flex-wrap:wrap;gap:.5rem}header nav .browse-dropdown,header nav a[href="/pricing"],header nav a[href="/search"]{display:none!important}section div[style*="height: 460px"]{height:520px!important}.container>div[style*="width: 65%"]{width:100%!important;maxWidth:100%!important;paddingTop:80px!important}h1{font-size:clamp(1.5rem,5vw,2rem)!important}h2{font-size:clamp(1.15rem,4vw,1.5rem)!important}h3{font-size:1rem!important}.profile-grid,div[style*="grid-template-columns: 1fr 1fr"],div[style*="gridTemplateColumns: '1fr 1fr'"],div[style*="minmax(300px"],div[style*="minmax(340px"],div[style*="repeat(3, 1fr)"]{grid-template-columns:1fr!important}div[style*="gap: '2.5rem'"]{display:grid!important;grid-template-columns:1fr 1fr!important;grid-gap:1.25rem!important;gap:1.25rem!important}footer>div.container:first-child{flex-direction:column!important}footer div[style*="maxWidth: '300px'"]{max-width:100%!important}div[style*="minmax(200px"]{grid-template-columns:1fr!important}form div[style*="gap: '8px'"]{flex-wrap:wrap!important}div[style*="grid-template-columns: '1fr 360px'"],div[style*="gridTemplateColumns: '1fr 360px'"]{grid-template-columns:1fr!important}div[style*="display: 'flex'"][style*="gap: '4px'"]{flex-wrap:wrap!important}}@media (max-width:480px){h1{font-size:1.4rem!important}h2{font-size:1.1rem!important}.tag{font-size:.6rem!important;padding:2px 5px!important}.profile-grid>div:last-child{order:-1}.btn{width:100%;justify-content:center}div[style*="minmax(200px"]{grid-template-columns:1fr!important}form[action="/api/subscribe"]{flex-direction:column!important}form[action="/api/subscribe"] input{width:100%!important}}