.rich-text-content h1{font-size:3.5rem;font-weight:900;line-height:1;letter-spacing:-.025em}.rich-text-content h1,.rich-text-content h2{color:var(--foreground);margin-bottom:1.5rem;margin-top:2rem}.rich-text-content h2{font-size:2.5rem;font-weight:800;line-height:1.1;letter-spacing:-.02em}.rich-text-content h3{font-size:1.875rem;font-weight:700;line-height:1.2;color:var(--foreground);letter-spacing:-.01em;margin-bottom:1.5rem;margin-top:2rem}.rich-text-content h3.text-small{font-size:1.25rem}.rich-text-content h3.text-medium{font-size:1.5rem}.rich-text-content h3.text-large{font-size:1.75rem}.rich-text-content h4{font-size:1.5rem;font-weight:700;line-height:1.3;color:var(--foreground);margin-bottom:1.5rem;margin-top:2rem}.rich-text-content h5,.rich-text-content h6{font-size:1.25rem;font-weight:600;line-height:1.4;color:var(--foreground);margin-bottom:1rem;margin-top:1.5rem}.rich-text-content p{font-size:1.2rem;font-weight:500;line-height:2.6;color:var(--foreground);margin-bottom:1.5rem}.relationship-card-wrapper{width:100%}.relationship-card-wrapper a:hover{text-decoration:none!important}.rich-text-content .relationship-card-wrapper h3{margin:0}.rich-text-content .relationship-card-wrapper p{line-height:1.5;font-size:.875rem}.rich-text-content .relationship-card-wrapper img{margin:0;border-radius:0}.rich-text-content blockquote{margin-top:2rem;margin-bottom:2rem;border-top-right-radius:.75rem;border-bottom-right-radius:.75rem;border-left-width:4px;border-color:var(--primary);padding:1.5rem;font-style:italic}.rich-text-content code{border-radius:.25rem;background-color:var(--muted);padding:.25rem .5rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.875rem;line-height:1.25rem}.rich-text-content pre{margin-top:1.5rem;margin-bottom:1.5rem;overflow-x:auto;border-radius:.75rem;background-color:var(--muted);padding:1.5rem}.rich-text-content ol,.rich-text-content ul{margin-left:1.5rem;margin-bottom:1.5rem}.rich-text-content li{margin-bottom:.5rem}.rich-text-content a{font-weight:600;color:var(--primary)}.rich-text-content a:hover{text-decoration-line:underline}.rich-text-content img{margin-top:2rem;margin-bottom:2rem;border-radius:.75rem}.rich-text-content>*{animation:slideInUp .6s ease-out}.rich-text-content>:nth-child(2n){animation:slideInLeft .6s ease-out}.rich-text-content>:first-child{animation-delay:.1s}.rich-text-content>:nth-child(2){animation-delay:.2s}.rich-text-content>:nth-child(3){animation-delay:.3s}.rich-text-content>:nth-child(4){animation-delay:.4s}.rich-text-content>:nth-child(5){animation-delay:.5s}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}.relationship-cards-container{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1.5rem;margin:2rem 0}@media (min-width:640px){.relationship-cards-container{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.relationship-cards-container{grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem}}@media (min-width:1280px){.relationship-cards-container{grid-template-columns:repeat(3,minmax(0,1fr))}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}article{animation:fadeInScale .8s ease-out}.neo-brutalist-border{transition:all .3s cubic-bezier(.4,0,.2,1)}.neo-brutalist-border:hover{transform:translateY(-2px) rotate(1deg)}