/*
Theme Name: FurEver Vet
Theme URI: https://easyaccurate.com
Author: EasyAccurate
Description: A warm, friendly WordPress theme for veterinary clinics and animal hospitals. Features appointment booking, service packages, team profiles, pet care tips, and EasyAccurate local SEO structure.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: furever
Tags: veterinary, pet-care, vet-clinic, appointment-booking, local-seo
*/
:root{
  --teal:#1a7a6e;--teal2:#15685d;--teal-pale:rgba(26,122,110,.1);
  --warm:#f7f3ee;--warm2:#efe9e1;--white:#ffffff;
  --text:#2d2926;--muted:#6e6560;--subtle:#b0a89e;
  --orange:#e87d3e;--orange-pale:rgba(232,125,62,.1);
  --border:rgba(0,0,0,.09);--border-t:rgba(26,122,110,.18);
  --shadow:0 4px 24px rgba(0,0,0,.07);
  --radius:10px;
  --fh:'Nunito','Varela Round',sans-serif;
  --fb:'Nunito','Helvetica Neue',sans-serif;
  --fc:'JetBrains Mono',monospace;
}
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:var(--fb);background:var(--white);color:var(--text);line-height:1.65;-webkit-font-smoothing:antialiased}
img{max-width:100%;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}button{cursor:pointer;font-family:var(--fb)}
h1{font-family:var(--fh);font-size:clamp(2.4rem,5.5vw,4.5rem);font-weight:900;line-height:1.05;color:var(--white)}
h2{font-family:var(--fh);font-size:clamp(1.8rem,4vw,2.8rem);font-weight:800;color:var(--text)}
h3{font-size:1rem;font-weight:800;color:var(--text)}
p{line-height:1.75;color:var(--muted)}
.container{max-width:1180px;margin:0 auto;padding:0 5%}
.section-pad{padding:80px 0}
.eyebrow{font-family:var(--fc);font-size:.63rem;color:var(--teal);letter-spacing:.18em;text-transform:uppercase;margin-bottom:.7rem;display:flex;align-items:center;gap:.5rem}
.eyebrow::before{content:'🐾'}
.sub{color:var(--muted);max-width:520px;margin:.5rem 0 2.5rem}
.btn{display:inline-flex;align-items:center;gap:.45rem;padding:.78rem 1.9rem;font-weight:800;font-size:.88rem;border:2px solid transparent;border-radius:50px;transition:all .2s;cursor:pointer;font-family:var(--fb);letter-spacing:.02em}
.btn-teal{background:var(--teal);color:var(--white);border-color:var(--teal)}
.btn-teal:hover{background:var(--teal2);box-shadow:0 6px 20px rgba(26,122,110,.35)}
.btn-orange{background:var(--orange);color:var(--white);border-color:var(--orange)}
.btn-orange:hover{background:#d96d2e;box-shadow:0 6px 20px rgba(232,125,62,.35)}
.btn-outline{background:transparent;color:var(--teal);border-color:var(--teal)}
.btn-outline:hover{background:var(--teal);color:var(--white)}
.btn-full{width:100%;justify-content:center}
/* NAV */
#site-header{background:var(--white);position:sticky;top:0;z-index:200;box-shadow:0 2px 16px rgba(0,0,0,.07)}
.nav-inner{display:flex;align-items:center;justify-content:space-between;height:68px}
.nav-logo{font-family:var(--fh);font-size:1.5rem;font-weight:900;color:var(--teal);display:flex;align-items:center;gap:.35rem}
.nav-menu{display:flex;gap:1.8rem}
.nav-menu a{font-size:.82rem;font-weight:700;color:var(--muted);transition:color .2s}
.nav-menu a:hover{color:var(--teal)}
.nav-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;padding:.3rem}
.nav-toggle span{display:block;width:24px;height:2px;background:var(--teal);border-radius:2px;transition:.3s}
/* HERO */
.hero-section{background:linear-gradient(135deg,var(--teal) 0%,#256b61 50%,#1a5a52 100%);padding:80px 0 120px;position:relative;overflow:hidden}
.hero-paws{position:absolute;font-size:8rem;opacity:.07;bottom:-1rem;right:3rem;transform:rotate(-12deg);pointer-events:none}
.hero-inner{display:grid;grid-template-columns:55% 45%;gap:4rem;align-items:center}
.hero-chip{display:inline-flex;align-items:center;gap:.5rem;background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.2);color:rgba(255,255,255,.9);font-size:.78rem;font-weight:700;padding:.3rem .9rem;border-radius:50px;margin-bottom:1.4rem}
.hero-h1-sub{color:rgba(255,255,255,.72);font-size:1.05rem;max-width:440px;margin:1rem 0 2rem;line-height:1.8}
.hero-btns{display:flex;gap:.9rem;flex-wrap:wrap}
/* Booking card */
.hero-card{background:var(--white);border-radius:var(--radius);box-shadow:0 20px 60px rgba(0,0,0,.18);overflow:hidden}
.card-header{background:var(--orange);padding:1.2rem 1.6rem;display:flex;align-items:center;gap:.6rem}
.card-header h3{color:var(--white);font-size:1rem}
.card-header p{color:rgba(255,255,255,.8);font-size:.8rem;margin:0}
.card-body{padding:1.5rem}
.form-group{margin-bottom:.9rem}
.form-group label{display:block;font-size:.72rem;font-weight:800;color:var(--text);margin-bottom:.28rem;letter-spacing:.04em;text-transform:uppercase}
.form-group select,.form-group input{width:100%;padding:.65rem .9rem;border:1.5px solid var(--border);border-radius:8px;font-family:var(--fb);font-size:.9rem;color:var(--text);background:var(--white);transition:border-color .2s;appearance:none}
.form-group select:focus,.form-group input:focus{outline:none;border-color:var(--teal)}
/* SERVICES */
.svc-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.4rem;margin-top:3rem}
.svc-card{background:var(--warm);border-radius:var(--radius);padding:1.8rem;text-align:center;transition:transform .2s,box-shadow .2s}
.svc-card:hover{transform:translateY(-4px);box-shadow:0 8px 32px rgba(0,0,0,.1)}
.svc-icon{font-size:2.8rem;margin-bottom:.8rem}
.svc-card h3{margin-bottom:.5rem}
.svc-card p{font-size:.88rem}
.svc-price{font-weight:800;color:var(--teal);font-size:.95rem;margin-top:.7rem}
/* STATS */
.stats-bar{background:var(--teal);padding:2.8rem 0}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);text-align:center}
.stat-item{padding:1rem;border-right:1px solid rgba(255,255,255,.15)}
.stat-item:last-child{border-right:none}
.stat-val{font-family:var(--fh);font-size:2.6rem;font-weight:900;color:var(--white);line-height:1}
.stat-label{font-family:var(--fc);font-size:.6rem;color:rgba(255,255,255,.6);letter-spacing:.12em;text-transform:uppercase;margin-top:.3rem}
/* TEAM */
.team-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.4rem;margin-top:3rem}
.team-card{background:var(--warm);border-radius:var(--radius);padding:2rem;text-align:center}
.team-card:hover{box-shadow:var(--shadow)}
.team-avatar{width:90px;height:90px;border-radius:50%;background:var(--teal-pale);border:3px solid var(--teal);margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;font-size:2.5rem}
.team-card h3{margin-bottom:.15rem}
.team-role{font-family:var(--fc);font-size:.62rem;color:var(--teal);letter-spacing:.1em;text-transform:uppercase;margin-bottom:.5rem}
.team-card p{font-size:.84rem}
/* REVIEWS */
.rev-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(270px,1fr));gap:1.4rem;margin-top:3rem}
.rev-card{background:var(--white);border-radius:var(--radius);padding:1.6rem;box-shadow:var(--shadow)}
.rev-stars{font-size:.85rem;margin-bottom:.5rem}
.rev-text{font-size:.9rem;color:var(--muted);line-height:1.72;margin-bottom:.8rem}
.rev-author{font-size:.82rem;font-weight:800;color:var(--text)}
.rev-pet{font-family:var(--fc);font-size:.6rem;color:var(--teal);letter-spacing:.06em}
/* FOOTER */
#site-footer{background:var(--text);padding:3.5rem 0 1.5rem}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;margin-bottom:2.5rem}
.footer-logo{font-family:var(--fh);font-size:1.5rem;font-weight:900;color:var(--white);margin-bottom:.8rem}
.footer-brand p{font-size:.85rem;color:rgba(255,255,255,.45);max-width:230px;line-height:1.75}
.footer-col h5{font-family:var(--fc);font-size:.6rem;color:rgba(26,200,180,.9);letter-spacing:.16em;text-transform:uppercase;margin-bottom:1rem}
.footer-col li{margin-bottom:.45rem}
.footer-col a{font-size:.84rem;color:rgba(255,255,255,.42);transition:color .2s}
.footer-col a:hover{color:var(--white)}
.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.08);flex-wrap:wrap;gap:1rem}
.footer-copy{font-family:var(--fc);font-size:.64rem;color:rgba(255,255,255,.25)}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}
@media(max-width:900px){.hero-inner{grid-template-columns:1fr}.stats-grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:768px){.nav-menu{display:none;position:absolute;top:68px;left:0;right:0;background:var(--white);flex-direction:column;gap:0;border-bottom:1px solid var(--border);box-shadow:var(--shadow)}.nav-menu.open{display:flex}.nav-menu a{padding:.75rem 5%;border-bottom:1px solid var(--border)}.nav-toggle{display:flex}}
@media(max-width:480px){.stats-grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr}}


/* EasyAccurate logo display fix */
.custom-logo-link {
  display: inline-flex;
  align-items: center;
  max-width: 260px;
  line-height: 1;
}
.custom-logo {
  display: block;
  width: auto;
  max-width: 240px;
  max-height: 72px;
  height: auto;
  object-fit: contain;
}
.nav-logo .custom-logo-link,
.custom-logo-wrap .custom-logo-link {
  display: inline-flex;
}
#site-header .custom-logo-link img,
#site-header img.custom-logo {
  width: auto;
  max-width: 240px;
  max-height: 72px;
  height: auto;
  object-fit: contain;
}
@media (max-width: 640px) {
  .custom-logo,
  #site-header img.custom-logo {
    max-width: 180px;
    max-height: 56px;
  }
}
