:root{--font-main: "Patrick Hand", cursive}*{box-sizing:border-box}body{margin:0;padding:0;font-family:var(--font-main);background-color:#fff;color:#333;font-size:1.2rem}h1,h2,h3,h4,h5,h6{font-weight:400}.layout{display:flex;flex-direction:column;min-height:100vh;max-width:1200px;margin:0 auto;padding:0 20px}header{padding:2rem 1rem;background-color:transparent;border-bottom:none;display:flex;align-items:center;justify-content:space-between;width:100%}header h1{margin:0;font-size:2.5rem}.flex-grow-1{flex-grow:1}header nav{margin-left:auto}header nav ul{display:flex;flex-direction:row;list-style:none;margin:0;padding:0;gap:2rem;font-size:1.5rem}header a{color:#000;text-decoration:none}main{flex:1;padding:2rem 1rem}.home-welcome{text-align:center;margin-top:2rem;margin-bottom:4rem}.home-welcome h2{font-size:2.5rem;margin-bottom:1rem}.home-welcome p{max-width:800px;margin:0 auto;font-size:1.3rem;line-height:1.6}.featured-cats h2{font-size:2rem;margin-bottom:1.5rem}.cat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.cat-card{border:2px solid #333;padding:0;overflow:hidden;background:#fff;transition:transform .2s ease;border-radius:20px 20px 10px 30px/20px 20px 30px 10px}.cat-card:hover{transform:translateY(-5px)}.cat-card img{width:100%;height:250px;object-fit:cover;display:block;border-bottom:2px solid #333}.cat-info{padding:1rem;text-align:left}.cat-info h3{margin:0;font-size:1.5rem}.cat-info p{margin:.5rem 0 0;color:#333;font-size:1.2rem}.cat-breed{font-size:.9rem!important;color:#666!important;margin:.2rem 0!important}footer{padding:2rem;text-align:center;margin-top:auto;font-size:1rem}.available-cats-header{margin-bottom:2rem}.available-cats-header h2{font-size:2rem;margin-bottom:1.5rem}.search-controls{display:flex;gap:1rem;align-items:center;justify-content:flex-end;padding-bottom:1rem;border-bottom:2px solid #333}.breed-select,.name-search{font-family:var(--font-main);font-size:1.2rem;padding:.5rem 1rem;border:2px solid #333;border-radius:8px;background-color:#fff}.breed-select{min-width:180px}.name-search{min-width:200px}.search-button{font-family:var(--font-main);font-size:1.2rem;padding:.5rem 2rem;border:2px solid #333;border-radius:8px;background-color:#90ee90;color:#333;cursor:pointer;transition:background-color .2s ease}.search-button:hover{background-color:#7dd87d}.cats-results{margin-top:2rem}.no-results{text-align:center;font-size:1.3rem;margin-top:2rem;color:#666}.contact-page{max-width:600px}.contact-page h2{font-size:2rem;margin-bottom:1rem}.contact-description{font-size:1.1rem;line-height:1.6;margin-bottom:2rem;color:#333}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:1.2rem;color:#333}.form-group input{font-family:var(--font-main);font-size:1.1rem;padding:.75rem 1rem;border:2px solid #333;border-radius:8px;background-color:#fff;width:100%;max-width:400px}.form-group input:focus{outline:none;border-color:#6ba3d8}.submit-button{font-family:var(--font-main);font-size:1.2rem;padding:.75rem 2rem;border:2px solid #333;border-radius:8px;background-color:#90ee90;color:#333;cursor:pointer;transition:background-color .2s ease;width:fit-content;margin-top:.5rem}.submit-button:hover{background-color:#7dd87d}.about-page{max-width:800px}.about-section{margin-bottom:3rem}.about-section h2{font-size:2rem;margin-bottom:1rem}.about-section p{font-size:1.1rem;line-height:1.6;color:#333}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-top:1.5rem}.team-card{border:2px solid #333;padding:0;overflow:hidden;background:#fff;border-radius:15px 15px 8px 20px/15px 15px 20px 8px}.team-photo{width:100%;height:180px;background-color:#f0f0f0;border-bottom:2px solid #333}.team-info{padding:1rem;text-align:left}.team-info h3{margin:0;font-size:1.3rem}.team-info p{margin:.3rem 0 0;font-size:1rem;color:#666}
