@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,500;1,500&display=swap";:root{font-family:DM Sans,sans-serif;color:#f5eef3;background:#100f18;--muted: #aaa0ad;--accent: #f3b4aa}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#100f18}button{font:inherit}header{height:72px;padding:0 7vw;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #ffffff12;position:sticky;top:0;background:#100f18ee;z-index:5}.brand{color:#f3b4aa;text-decoration:none;font-weight:600}.nfc{color:var(--muted);border:1px solid #332b39;border-radius:20px;padding:8px;font-size:.65rem}nav{display:none;gap:25px}nav a{color:var(--muted);font-size:.8rem;text-decoration:none}.hero{min-height:calc(100vh - 72px);padding:12vh 8vw;display:flex;align-items:center;justify-content:space-between;gap:50px}.eyebrow,section>small{color:#f38d80;letter-spacing:.16em;font-weight:700;font-size:.65rem}.hero h1,h2{font-size:clamp(2.5rem,8vw,5.2rem);line-height:1;letter-spacing:-.055em;font-weight:500}.hero h1 em,h2 em{font-family:Playfair Display;color:#f3b6ae}.lead,section>p,.gallery-heading p{max-width:460px;color:var(--muted);line-height:1.7}.cta{display:inline-block;background:#f3b4aa;color:#21151c;padding:15px 20px;text-decoration:none;font-size:.8rem;font-weight:700}.orb{width:280px;height:280px;flex:none;border-radius:50%;display:grid;place-items:center;position:relative;background:radial-gradient(circle,#49394f,#1a1824);box-shadow:0 0 80px #98667a44}.orb b{font-size:8rem;color:#f9d6bc;font-weight:400}.orb i,.orb strong{position:absolute;font-style:normal;font-size:3rem}.orb i{top:12px;right:8px}.orb strong{bottom:0;left:0}section{padding:90px 8vw;border-top:1px solid #302936}section h2{margin:18px 0 30px}.filters{display:flex;gap:8px;margin:30px 0}.filters button{border:1px solid #332b39;background:transparent;color:var(--muted);padding:9px 14px;cursor:pointer}.filters button.active{background:#f3b4aa;color:#21151c}.pet-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.pet-grid article{min-height:150px;padding:16px;background:linear-gradient(140deg,#36283c,#181620)}.pet-grid article>div{font-size:2rem}.pet-grid h3{font:1.3rem Playfair Display;margin:12px 0 5px}.pet-grid p,.pet-grid small{font-size:.68rem;color:var(--muted);line-height:1.4}.gallery-heading{display:flex;flex-direction:column;gap:10px}.gallery-heading h2{margin-bottom:0}.photo-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:35px}.photo{position:relative;height:230px;min-width:0;padding:0;border:0;border-radius:16px;overflow:hidden;background:#211d2c;cursor:pointer}.photo img{width:100%;height:100%;display:block;object-fit:contain;background:#17151f}.photo-caption{position:absolute;left:0;right:0;bottom:0;padding:34px 13px 13px;text-align:left;background:linear-gradient(transparent,#100f18f2);color:#fff}.photo-caption strong,.photo-caption small{display:block}.photo-caption strong{font-size:.73rem}.photo-caption small{color:#bcb2bd;font-size:.62rem;margin-top:3px}.gallery-loader,.gallery-end,.gallery-empty{text-align:center;color:var(--muted);font-size:.75rem;padding:35px}.loader-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:#f38d80;margin-right:9px;animation:pulse 1s infinite}@keyframes pulse{50%{opacity:.3;transform:scale(.8)}}.letter{background:linear-gradient(130deg,#211b2b,#17141d)}.letter p{font:1.05rem Playfair Display;color:#c6bbc7;max-width:650px}.letter div{color:var(--muted);font-size:.75rem;margin-top:30px}footer{padding:30px 8vw;color:#766d7a;font-size:.6rem;text-transform:uppercase;letter-spacing:.1em;display:flex;justify-content:space-between}.modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#09080eee;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10;display:grid;place-items:center;padding:18px}.modal-card{position:relative;width:min(900px,100%);background:#211d2c;padding:14px}.close{position:absolute;right:8px;top:4px;background:none;border:0;color:#fff;font-size:2rem;z-index:2;cursor:pointer}.modal-image{height:min(78vh,760px);display:flex;align-items:center;justify-content:center;background:#0c0b11}.modal-image img{width:100%;height:100%;object-fit:contain}.modal-card h2{font-size:1.8rem;margin:18px 0 5px}.modal-card p{color:var(--muted)}@media (min-width: 700px){nav{display:flex}.hero{padding-left:13vw;padding-right:13vw}.orb{width:390px;height:390px}section{padding-left:13vw;padding-right:13vw}.pet-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.gallery-heading{flex-direction:row;align-items:end;justify-content:space-between}.photo-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.photo{height:260px}}
