.guides-page{max-width:1000px;margin:0 auto;padding:1.5rem}@media(max-width:768px){.guides-page{padding:1rem}}.guides-page__header{text-align:center;padding:2rem 1.5rem;border:3px solid #2d1810;background-color:#fff;box-shadow:6px 6px 0 0 #2d1810;margin-bottom:2rem}.guides-page__header h1{font-size:1.875rem;font-weight:900;color:#2d1810;margin-bottom:1rem;text-transform:uppercase;letter-spacing:-.02em}.guides-page__header p{font-size:1.125rem;color:#5d4037;max-width:600px;margin:0 auto;line-height:1.6}@media(max-width:768px){.guides-page__header{padding:1.5rem 1rem;margin-bottom:1.5rem}.guides-page__header h1{font-size:1.5rem}}.guides-section{margin-bottom:2rem}@media(max-width:768px){.guides-section{margin-bottom:1.5rem}}.guides-section__header{margin-bottom:1.5rem}.guides-section__header h2{font-size:1.5rem;font-weight:900;color:#2d1810;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:-.01em}.guides-section__header h2:before{content:"▸ ";color:#e07a5f}.guides-section__header p{font-size:16px;color:#5d4037}@media(max-width:768px){.guides-section__header h2{font-size:1.25rem}}.guides-section__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:1rem;gap:1rem}@media(max-width:768px){.guides-section__grid{grid-template-columns:1fr}}.guide-card{display:flex;flex-direction:column;padding:1.5rem;background-color:#fff;border:3px solid #2d1810;text-decoration:none;transition:all .2s ease;position:relative}.guide-card:hover{transform:translate(-4px,-4px);box-shadow:8px 8px 0 0 #2d1810}.guide-card:hover .guide-card__arrow{transform:translateX(4px)}@media(max-width:768px){.guide-card{padding:1rem}}.guide-card__title{font-size:1.125rem;font-weight:800;color:#2d1810;margin-bottom:.75rem;line-height:1.3}.guide-card__description{font-size:.875rem;color:#5d4037;line-height:1.6;margin-bottom:1rem;flex-grow:1}.guide-card__keywords{display:flex;flex-wrap:wrap;gap:.25rem;margin-bottom:.75rem}.guide-card__keyword{display:inline-block;padding:2px .5rem;background-color:#fdfcfa;border:1px solid #ede0d0;font-size:11px;color:#8d6e63;text-transform:lowercase}.guide-card__arrow{position:absolute;bottom:1rem;right:1rem;font-size:1.25rem;font-weight:900;color:#e07a5f;transition:transform .2s ease}