.home .site-shell{width:100%;max-width:100%;padding:0}.home .site-main{gap:0}.home-hero{position:relative;height:85vh;min-height:600px;display:flex;align-items:center;justify-content:center;overflow:hidden;background-color:var(--bg-soft)}.home-hero__background{position:absolute;inset:0;z-index:1}.home-hero__background img{width:100%;height:100%;object-fit:cover;opacity:.8;filter:saturate(.9)contrast(1.05)}.home-hero__background::after{content:'';position:absolute;inset:0;background:linear-gradient(to right,rgba(253,252,251,.8) 0%,rgba(253,252,251,0) 50%)}.home-hero__content{position:relative;z-index:2;width:var(--site-width);max-width:calc(100vw - 48px);padding:0 24px;margin:0 auto;text-align:left}.home-hero__eyebrow{display:block;font-family:var(--sans);font-size:.85rem;letter-spacing:.2em;text-transform:uppercase;color:var(--accent);margin-bottom:1.5rem}.home-hero__title{font-family:var(--serif);font-size:clamp(2.5rem,8vw,5.5rem);font-weight:400;line-height:1.1;color:var(--text);margin-bottom:1.5rem;letter-spacing:-.02em}.home-hero__subtitle{font-family:var(--serif);font-style:italic;font-size:clamp(1.1rem,3vw,1.4rem);color:var(--muted);max-width:32rem;margin-bottom:3.5rem}.home-hero__actions{display:flex;gap:20px}.section-container{width:var(--site-width);max-width:calc(100vw - 48px);margin:0 auto;padding:120px 24px}.section-header{margin-bottom:60px}.section-title{font-family:var(--serif);font-size:2.2rem;font-weight:400;color:var(--text);margin-bottom:.5rem}.section-desc{font-family:var(--sans);font-size:.95rem;color:var(--muted)}.posts-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:40px 32px}.gallery-item{position:relative;transition:opacity .3s ease}.gallery-item:hover{opacity:.95}.gallery-item__image-wrap{aspect-ratio:3/2;overflow:hidden;margin-bottom:24px;background-color:#fff;border:1px solid var(--line);box-shadow:0 4px 12px rgba(0,0,0,3%);padding:8px;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s ease;will-change:transform}.gallery-item:hover .gallery-item__image-wrap{transform:translateY(-8px);box-shadow:0 20px 40px rgba(0,0,0,8%)}.gallery-item__image{width:100%;height:100%;object-fit:cover;display:block}.gallery-item__content{display:flex;flex-direction:column;gap:8px}.gallery-item__date{font-family:var(--sans);font-size:.75rem;color:var(--muted);text-transform:uppercase;letter-spacing:.1em}.gallery-item__title{font-family:var(--serif);font-size:1.25rem;font-weight:400;line-height:1.4;color:var(--text)}.home-categories{padding-bottom:120px}.categories-list{display:flex;flex-wrap:wrap;gap:16px;justify-content:center}.cat-pill{padding:12px 28px;border:1px solid var(--line);border-radius:999px;font-family:var(--sans);font-size:.9rem;font-weight:500;color:var(--text);background:linear-gradient(135deg,var(--bg-soft) 0%,#fdfcfb 100%);transition:all .4s cubic-bezier(.16,1,.3,1);box-shadow:0 2px 8px rgba(166,141,122,5%)}.cat-pill:hover{background:var(--accent);border-color:var(--accent);color:#fff;transform:translateY(-4px)scale(1.02);box-shadow:0 12px 24px rgba(166,141,122,.15)}.home-hero__content{animation:fadeInUp 1.2s cubic-bezier(.16,1,.3,1)forwards}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.section-footer{margin-top:60px;text-align:center}.view-all{font-family:var(--sans);font-weight:600;font-size:.95rem;color:var(--accent);text-transform:uppercase;letter-spacing:.1em}@media(max-width:1024px){.posts-gallery{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.posts-gallery{grid-template-columns:1fr}.home-hero{height:70vh}.home-hero__background::after{background:linear-gradient(to top,rgba(253,252,251,.95) 0%,rgba(253,252,251,.4) 100%)}.home-hero__content{text-align:center}.home-hero__actions{justify-content:center}}