.hero{background:var(--espresso);padding:6rem 5%;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-100px;right:-100px;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(196,168,130,.08) 0%,transparent 70%);pointer-events:none}.hero-inner{max-width:var(--max-width);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-eyebrow{font-size:.75rem;letter-spacing:.2em;text-transform:uppercase;color:var(--latte);margin-bottom:1.25rem;display:flex;align-items:center;gap:.75rem}.hero-eyebrow:before{content:"";display:inline-block;width:28px;height:1px;background:var(--latte)}.hero h1{font-family:Lora,serif;font-size:clamp(2rem,3.5vw,3rem);font-weight:600;line-height:1.25;color:var(--cream);margin-bottom:1.25rem}.hero h1 em{font-style:italic;color:var(--latte)}.hero-desc{font-size:1rem;line-height:1.75;color:#b8a898;font-weight:300;margin-bottom:2rem}.hero-btns{display:flex;gap:1rem;flex-wrap:wrap;align-items:center}.btn-outline-hero{display:inline-block;padding:.8rem 1.75rem;background:transparent;color:var(--latte);border:1px solid #4a3020;font-size:.875rem;font-weight:500;text-decoration:none;border-radius:4px;transition:all .2s}.btn-outline-hero:hover{border-color:var(--latte);color:var(--cream)}.hero-visual{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.hero-stat-card{background:#1e0f07;border:1px solid #3d2a1a;border-radius:8px;padding:1.5rem;text-align:center}.hero-stat-card.wide{grid-column:span 2;display:flex;align-items:center;gap:1.25rem;text-align:left;padding:1.5rem 1.75rem}.hero-stat-icon{width:48px;height:48px;background:#2c1a0e;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--latte)}.hero-stat-icon svg{width:22px;height:22px}.hero-stat-num{font-family:Lora,serif;font-size:1.75rem;font-weight:600;color:var(--latte);line-height:1;margin-bottom:.25rem}.hero-stat-label{font-size:.78rem;color:#6a5040;font-weight:300}.categories-section{padding:4rem 5%;background:var(--warm-white);border-bottom:1px solid var(--border)}.categories-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem}.category-card{background:var(--cream);border:1px solid var(--border);border-radius:8px;padding:1.5rem 1.25rem;text-decoration:none;color:inherit;transition:all .2s;display:flex;flex-direction:column;gap:.75rem;align-items:flex-start}.category-card:hover{border-color:var(--latte);transform:translateY(-2px);box-shadow:0 6px 20px #2c1a0e14}.category-icon{width:40px;height:40px;background:var(--espresso);border-radius:8px;display:flex;align-items:center;justify-content:center;color:var(--latte)}.category-icon svg{width:18px;height:18px}.category-name{font-family:Lora,serif;font-size:.9rem;font-weight:600;color:var(--espresso)}.posts-section{padding:4rem 5%}.about-section{background:var(--espresso);padding:5rem 5%}.about-inner{max-width:var(--max-width);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.about-eyebrow{font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;color:var(--latte);margin-bottom:1rem}.about-title{font-family:Lora,serif;font-size:clamp(1.6rem,2.5vw,2.2rem);font-weight:600;color:var(--cream);line-height:1.3;margin-bottom:1.5rem}.about-title em{font-style:italic;color:var(--latte)}.about-desc{font-size:.95rem;line-height:1.8;color:#b8a898;font-weight:300;margin-bottom:1rem}.about-visual{display:flex;flex-direction:column;gap:1.25rem}.about-photo{width:100%;height:auto;border-radius:8px}.about-card{background:#1e0f07;border:1px solid #3d2a1a;border-radius:8px;padding:1.5rem}.about-name{font-family:Lora,serif;font-size:1.1rem;color:var(--cream);margin-bottom:.2rem}.about-role{font-size:.78rem;color:var(--latte);margin-bottom:.75rem;letter-spacing:.04em}.about-bio{font-size:.875rem;color:#8a7060;line-height:1.7;font-weight:300;margin:0}@media(max-width:1000px){.categories-grid{grid-template-columns:repeat(3,1fr)}.about-inner{grid-template-columns:1fr;gap:2.5rem}}@media(max-width:700px){.hero-inner{grid-template-columns:1fr}.hero-visual{display:none}.categories-grid{grid-template-columns:repeat(2,1fr)}}
