/* Habesha Light — minimal utilities for header/hero (replaces Aurora Tailwind bundle). */
*,::before,::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{margin:0;background:#050505;color:#fff;font-family:Inter,ui-sans-serif,system-ui,sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased}
img,video{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
button{font:inherit;cursor:pointer;background:none;border:0}
ul,ol{margin:0;padding:0;list-style:none}

.font-display{font-family:"Playfair Display",Georgia,serif}
.font-sans{font-family:Inter,ui-sans-serif,system-ui,sans-serif}
.font-bold{font-weight:700}
.font-semibold{font-weight:600}
.font-medium{font-weight:500}
.text-xs{font-size:.75rem;line-height:1rem}
.text-sm{font-size:.875rem;line-height:1.25rem}
.text-lg{font-size:1.125rem;line-height:1.75rem}
.text-2xl{font-size:1.5rem;line-height:2rem}
.text-3xl{font-size:1.875rem;line-height:2.25rem}
.text-4xl{font-size:2.25rem;line-height:2.5rem}
.text-5xl{font-size:3rem;line-height:1}
.uppercase{text-transform:uppercase}
.tracking-widest{letter-spacing:.1em}
.leading-tight{line-height:1.25}
.text-center{text-align:center}
.text-white{color:#fff}
.text-slate-200{color:#e2e8f0}
.text-slate-300{color:#cbd5e1}
.text-slate-400{color:#94a3b8}
.text-fuchsia-300{color:#f0abfc}

.bg-ink-900{background:#050505}
.bg-emerald-400{background:#34d399}
.bg-fuchsia-600\/30{background:rgb(192 38 211/.3)}
.bg-violet-600\/30{background:rgb(124 58 237/.3)}

.border{border-width:1px;border-style:solid}
.border-t{border-top-width:1px;border-top-style:solid}
.border-white\/10{border-color:rgb(255 255 255/.1)}
.border-fuchsia-500\/30{border-color:rgb(217 70 239/.3)}

.rounded-full{border-radius:9999px}
.rounded-xl{border-radius:.75rem}
.rounded-2xl{border-radius:1rem}
.rounded-3xl{border-radius:1.5rem}

.flex{display:flex}
.inline-flex{display:inline-flex}
.grid{display:grid}
.hidden{display:none!important}
.flex-col{flex-direction:column}
.flex-wrap{flex-wrap:wrap}
.items-center{align-items:center}
.justify-center{justify-content:center}
.justify-between{justify-content:space-between}
.gap-1{gap:.25rem}
.gap-2{gap:.5rem}
.gap-3{gap:.75rem}
.gap-4{gap:1rem}
.gap-6{gap:1.5rem}
.gap-8{gap:2rem}
.gap-10{gap:2.5rem}
.space-y-2>*+*{margin-top:.5rem}

.relative{position:relative}
.absolute{position:absolute}
.sticky{position:sticky}
.inset-0{inset:0}
.top-0{top:0}
.-top-24{top:-6rem}
.-left-24{left:-6rem}
.top-32{top:8rem}
.right-0{right:0}
.-z-10{z-index:-10}
.z-50{z-index:50}

.w-2{width:.5rem}
.w-6{width:1.5rem}
.w-10{width:2.5rem}
.w-96{width:24rem}
.h-2{height:.5rem}
.h-6{height:1.5rem}
.h-10{height:2.5rem}
.h-16{height:4rem}
.h-96{height:24rem}
.h-full{height:100%}
.min-h-screen{min-height:100vh}
.max-w-2xl{max-width:42rem}
.max-w-3xl{max-width:48rem}
.max-w-4xl{max-width:56rem}
.max-w-7xl{max-width:80rem}
.mx-auto{margin-left:auto;margin-right:auto}
.mt-2{margin-top:.5rem}
.mt-4{margin-top:1rem}
.mt-5{margin-top:1.25rem}
.mt-6{margin-top:1.5rem}
.mt-8{margin-top:2rem}
.mt-10{margin-top:2.5rem}
.mb-4{margin-bottom:1rem}
.mb-6{margin-bottom:1.5rem}
.mb-10{margin-bottom:2.5rem}
.p-5{padding:1.25rem}
.px-4{padding-left:1rem;padding-right:1rem}
.px-6{padding-left:1.5rem;padding-right:1.5rem}
.px-7{padding-left:1.75rem;padding-right:1.75rem}
.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}
.py-3{padding-top:.75rem;padding-bottom:.75rem}
.py-12{padding-top:3rem;padding-bottom:3rem}
.pt-20{padding-top:5rem}
.pb-12{padding-bottom:3rem}
.overflow-hidden{overflow:hidden}
.blur-3xl{filter:blur(64px)}
.place-items-center{place-items:center}
.line-clamp-3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.antialiased{-webkit-font-smoothing:antialiased}

.aurora-glass{background:rgba(255,255,255,.04);backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.08)}
.aurora-gradient{background:linear-gradient(120deg,var(--hfd-accent-soft,#ff4d5e),var(--hfd-accent,#e11d2e))}
.aurora-gradient-text{background:linear-gradient(120deg,var(--hfd-accent-soft,#ff4d5e),var(--hfd-accent,#e11d2e));-webkit-background-clip:text;background-clip:text;color:transparent}
.shadow-glow{box-shadow:0 0 60px -12px color-mix(in srgb,var(--hfd-accent,#e11d2e) 45%,transparent)}

.prose{color:#cbd5e1;line-height:1.75;max-width:65ch}
.prose-invert{color:#cbd5e1}
.prose :where(a){color:var(--hfd-accent-soft,#ff4d5e);text-decoration:underline}
.prose-lg{font-size:1.125rem}
.max-w-none{max-width:none}

.hover\:bg-white\/10:hover{background:rgb(255 255 255/.1)}

@media (min-width:640px){
 .sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}
 .sm\:flex-row{flex-direction:row}
 .sm\:text-6xl{font-size:3.75rem;line-height:1}
 .sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (min-width:768px){
 .md\:block{display:block!important}
 .md\:flex{display:flex!important}
 .md\:hidden{display:none!important}
}
@media (min-width:1024px){
 .lg\:px-8{padding-left:2rem;padding-right:2rem}
 .lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
}

/* Nav, footer, blog + profile (merged from layout-fixes.css) */
#aurora-mobile-menu.hidden{display:none!important}
@media (min-width:768px){
 #aurora-mobile-menu,#aurora-nav-toggle{display:none!important}
}
#aurora-mobile-menu ul.hfd-nav>li>a{display:flex;align-items:center;justify-content:space-between;padding:12px 4px}
#aurora-mobile-menu ul.hfd-nav a{display:block;padding:.5rem 0}
body.hfd-chrome header nav ul.hfd-nav>li{position:relative}
body.hfd-chrome header nav ul.hfd-nav .sub-menu{
 display:none;position:absolute;top:calc(100% + 6px);left:0;min-width:220px;margin:0;padding:10px;list-style:none;
 background:linear-gradient(180deg,#171a21 0%,#12151b 100%);border:1px solid rgba(255,255,255,.1);border-radius:14px;
 box-shadow:0 18px 48px rgba(0,0,0,.45);z-index:80
}
body.hfd-chrome header nav ul.hfd-nav li.hfd-has-mega .sub-menu{min-width:min(560px,72vw);grid-template-columns:repeat(2,minmax(0,1fr));gap:2px 8px;padding:14px}
body.hfd-chrome header nav ul.hfd-nav>li:hover>.sub-menu,
body.hfd-chrome header nav ul.hfd-nav>li:focus-within>.sub-menu,
body.hfd-chrome header nav ul.hfd-nav>li.is-open>.sub-menu{display:grid}
body.hfd-chrome header nav ul.hfd-nav>li:not(.hfd-has-mega):hover>.sub-menu,
body.hfd-chrome header nav ul.hfd-nav>li:not(.hfd-has-mega):focus-within>.sub-menu{display:block}
footer.aurora-footer,.aurora-footer,footer.site-footer:not(.hfd-footer){display:none!important}
.w-full{width:100%}
.object-cover{object-fit:cover}
.object-contain{object-fit:contain}
.inline-block{display:inline-block}
.text-base{font-size:1rem;line-height:1.5rem}
.text-slate-500{color:#64748b}
.leading-relaxed{line-height:1.625}
.transition{transition-property:color,background-color,border-color,opacity,transform;transition-duration:.15s}
.p-4{padding:1rem}
.py-1{padding-top:.25rem;padding-bottom:.25rem}
.py-4{padding-top:1rem;padding-bottom:1rem}
.px-3{padding-left:.75rem;padding-right:.75rem}
.px-3\.5{padding-left:.875rem;padding-right:.875rem}
.pt-6{padding-top:1.5rem}
.pt-8{padding-top:2rem}
.pb-10{padding-bottom:2.5rem}
.pb-16{padding-bottom:4rem}
.mt-3{margin-top:.75rem}
.mt-12{margin-top:3rem}
.mt-24{margin-top:6rem}
.-mt-32{margin-top:-8rem}
.min-h-\[300px\]{min-height:300px}
.h-\[42vh\]{height:42vh}
.inset-x-4{left:1rem;right:1rem}
.bottom-4{bottom:1rem}
.max-w-sm{max-width:24rem}
.z-\[10000\]{z-index:10000}
.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}
.hover\:text-fuchsia-300:hover{color:#f0abfc}
@media (min-width:640px){
 .sm\:inset-x-auto{left:auto;right:auto}
 .sm\:right-4{right:1rem}
 .sm\:max-w-sm{max-width:24rem}
 .sm\:text-5xl{font-size:3rem;line-height:1}
}
@media (min-width:768px){
 .md\:col-span-2{grid-column:span 2/span 2}
 .md\:col-span-3{grid-column:span 3/span 3}
 .md\:col-span-4{grid-column:span 4/span 4}
 .md\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}
 .md\:gap-8{gap:2rem}
}
.hfd-blog-single .relative.overflow-hidden{position:relative;overflow:hidden;min-height:300px}
.hfd-blog-single .relative.overflow-hidden img{width:100%;height:100%;min-height:300px;object-fit:cover;display:block}
body.single-post .prose.prose-invert.prose-lg{color:#cbd5e1;line-height:1.75;max-width:none}
body.single-post .prose.prose-invert.prose-lg h1,
body.single-post .prose.prose-invert.prose-lg h2,
body.single-post .prose.prose-invert.prose-lg h3{font-family:"Playfair Display",Georgia,serif;color:#fff}
.hfd-profile__back{display:inline-block;margin-bottom:12px;color:#94a3b8;font-size:.875rem}
.hfd-profile__back:hover{color:#f0abfc}
.hfd-profile__side{display:flex;flex-direction:column;gap:10px}
.hfd-profile .hfd-chips--locations{margin:0;order:3}
.hfd-profile__sub{order:2}
.hfd-profile__name{order:1}
.hfd-profile__badge{order:0}
.hfd-online{order:4}
.hfd-profile__side .mpc-socials{order:5}
.hfd-profile__side .hfd-specs{order:6}
.hfd-profile__side .hfd-chips:not(.hfd-chips--locations){order:7}

/* Profile SEO related links — inside main, above footer */
main#content .hfd-seo-related{
 margin:2rem auto 1.5rem;
 max-width:1100px;
 padding:1.25rem 1rem 0;
 border-top:1px solid rgba(255,255,255,.08);
}
main#content .hfd-seo-related h2{
 margin:0 0 .75rem;
 font-size:.78rem;
 font-weight:700;
 letter-spacing:.08em;
 text-transform:uppercase;
 color:#94a3b8;
}
main#content .hfd-seo-related ul{
 display:flex;
 flex-wrap:wrap;
 gap:.5rem .75rem;
 margin:0;
 padding:0;
 list-style:none;
}
main#content .hfd-seo-related li{margin:0}
main#content .hfd-seo-related a{
 display:inline-flex;
 align-items:center;
 padding:.35rem .75rem;
 border-radius:999px;
 border:1px solid rgba(225,29,46,.35);
 background:rgba(225,29,46,.08);
 color:var(--hfd-accent-soft,#ff4d5e);
 font-size:.82rem;
 line-height:1.3;
 text-decoration:none;
 transition:background .15s,color .15s,border-color .15s;
}
main#content .hfd-seo-related a:hover{
 background:rgba(225,29,46,.16);
 border-color:rgba(255,77,94,.55);
 color:#fff;
}
@media (min-width:768px){
 main#content .hfd-seo-related{padding-left:0;padding-right:0}
}
