/* Pampered Pets (Timaru) — shared stylesheet
   Palette: warm amber, deep navy, cream — trustworthy boarding-facility feel
   Type: Quicksand (display) / PT Sans (body)
   Layout notes: facility-features list + dogs/cats two-panel, replacing the
   card-grid services pattern — reflects a boarding kennel + cattery + grooming
   combo business, different structure from prior builds.
*/

@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@500;600;700&family=PT+Sans:wght@400;700&display=swap');

:root{
  --paper: #F5EFE0;
  --paper-deep: #E9DFC3;
  --ink: #26313D;
  --ink-soft: #52606D;
  --amber: #D99A3D;
  --amber-deep: #B27B27;
  --navy: #2E4258;
  --navy-deep: #1F2E3D;
  --line: rgba(38,49,61,0.13);
  --radius: 10px;
}

*{ box-sizing: border-box; }
html{ scroll-behavior: smooth; }
body{ margin:0; background: var(--paper); color: var(--ink); font-family:'PT Sans', sans-serif; font-size:17px; line-height:1.65; }
h1,h2,h3{ font-family:'Quicksand', sans-serif; font-weight:700; line-height:1.15; margin:0 0 0.5em 0; color: var(--ink); }
p{ margin:0 0 1em 0; max-width:62ch; }
a{ color: var(--navy-deep); }
.wrap{ max-width:1080px; margin:0 auto; padding:0 32px; }

/* Header */
header.site{ padding:22px 0; border-bottom:1px solid var(--line); }
header.site .wrap{ display:flex; align-items:center; justify-content:space-between; gap:24px; }
.brand{ display:flex; align-items:center; gap:12px; text-decoration:none; color: var(--ink); }
.brand svg{ width:38px; height:38px; }
.brand-name{ font-family:'Quicksand', sans-serif; font-weight:700; font-size:1.2rem; }
nav.main{ display:flex; gap:28px; }
nav.main a{ text-decoration:none; color: var(--ink-soft); font-weight:700; font-size:0.9rem; padding-bottom:4px; border-bottom:2px solid transparent; }
nav.main a:hover, nav.main a.active{ color: var(--navy-deep); border-bottom-color: var(--amber); }
.header-cta{ background: var(--navy); color:#F5EFE0; padding:10px 20px; border-radius:999px; text-decoration:none; font-weight:700; font-size:0.88rem; white-space:nowrap; }
@media (max-width:720px){ nav.main{ display:none; } header.site .wrap{ flex-wrap:wrap; } }

/* Hero */
.hero{ padding:60px 0 52px; }
.hero .wrap{ display:grid; grid-template-columns: 1.1fr 0.9fr; gap:48px; align-items:center; }
.hero .eyebrow{ font-size:0.9rem; color: var(--amber-deep); font-weight:700; margin-bottom:14px; }
.hero h1{ font-size: clamp(2.2rem, 4.2vw, 3.2rem); max-width:14ch; }
.hero p.lead{ font-size:1.1rem; color: var(--ink-soft); max-width:46ch; }
.hero .cta-row{ display:flex; gap:14px; margin-top:22px; flex-wrap:wrap; }
.btn{ display:inline-block; padding:13px 26px; border-radius:999px; text-decoration:none; font-weight:700; font-size:0.94rem; border:2px solid transparent; }
.btn-primary{ background: var(--navy); color:#F5EFE0; }
.btn-primary:hover{ background: var(--navy-deep); }
.btn-outline{ border-color: var(--ink); color: var(--ink); }
.btn-outline:hover{ background: var(--ink); color: var(--paper); }
.hero-art{ background: var(--navy); border-radius: var(--radius); padding:28px; aspect-ratio:1/1; display:flex; align-items:center; justify-content:center; }
.hero-art svg{ width:100%; height:100%; }

.section{ padding:64px 0; }
.section-head{ max-width:60ch; margin-bottom:32px; }
.section-head h2{ font-size: clamp(1.7rem, 3vw, 2.2rem); }
.section-head p{ color: var(--ink-soft); }

/* Facility features list — replaces card-grid pattern */
.facility-band{ background: var(--paper-deep); border-top:1px solid var(--line); border-bottom:1px solid var(--line); padding:52px 0; }
.facility-list{ display:grid; grid-template-columns: repeat(2,1fr); gap:14px; }
.facility-item{ background: var(--paper); border-radius: var(--radius); padding:18px 22px; display:flex; align-items:center; gap:14px; }
.facility-item svg{ width:26px; height:26px; color: var(--navy); flex-shrink:0; }
.facility-item span{ font-weight:700; font-size:0.95rem; }
@media (max-width:680px){ .facility-list{ grid-template-columns:1fr; } }

/* Dogs/cats two-panel */
.species-panels{ display:grid; grid-template-columns: 1fr 1fr; gap:24px; }
.species-panel{ background: var(--navy); color:#F5EFE0; border-radius: var(--radius); padding:28px; }
.species-panel h3{ color:#F8F3E6; font-size:1.2rem; }
.species-panel p{ color: rgba(245,239,224,0.82); font-size:0.95rem; margin:0; }
@media (max-width:680px){ .species-panels{ grid-template-columns:1fr; } }

/* Feature band */
.feature-band{ background: var(--navy-deep); color:#F5EFE0; padding:56px 0; text-align:center; }
.feature-band h2{ color:#F8F3E6; max-width:22ch; margin:0 auto 14px; }
.feature-band p{ color: rgba(245,239,224,0.82); max-width:52ch; margin:0 auto; }

/* Testimonial */
.testimonial{ padding:60px 0; }
.testimonial-card{ background: var(--paper-deep); border-radius: var(--radius); padding:32px 36px; max-width:720px; border-left:5px solid var(--amber); }
.testimonial-card p.quote{ font-family:'Quicksand', sans-serif; font-weight:700; font-size:1.25rem; color: var(--ink); max-width:none; }
.testimonial-card .attrib{ font-weight:700; font-size:0.88rem; color: var(--ink-soft); }
.placeholder-flag{ display:inline-block; margin-top:12px; font-size:0.76rem; font-weight:700; letter-spacing:0.02em; color: var(--navy-deep); background: rgba(46,66,88,0.13); padding:5px 10px; border-radius:6px; }

/* CTA */
.cta-band{ background: var(--amber); color:#26313D; padding:52px 0; text-align:center; }
.cta-band h2{ color: var(--ink); }
.cta-band p{ color: rgba(38,49,61,0.85); margin:0 auto 20px; }
.cta-band .btn-primary{ background: var(--ink); }

/* Photo placeholders */
.photo-placeholder{ background: repeating-linear-gradient(135deg, var(--navy) 0px, var(--navy) 14px, var(--navy-deep) 14px, var(--navy-deep) 28px); border-radius: var(--radius); min-height:240px; display:flex; align-items:center; justify-content:center; padding:24px; text-align:center; }
.photo-placeholder span{ background: rgba(38,49,61,0.75); color:#F5EFE0; font-size:0.85rem; padding:10px 16px; border-radius:8px; max-width:30ch; }

.about-block{ display:grid; grid-template-columns: 1fr 1fr; gap:44px; align-items:center; }
@media (max-width:780px){ .about-block{ grid-template-columns:1fr; } }

/* Contact */
.contact-grid{ display:grid; grid-template-columns: 1fr 1fr; gap:40px; }
@media (max-width:780px){ .contact-grid{ grid-template-columns:1fr; } }
.contact-card{ background: var(--paper-deep); border-radius: var(--radius); padding:32px; }
.contact-card dl{ margin:0; }
.contact-card dt{ font-weight:700; color: var(--navy-deep); font-size:0.8rem; text-transform:uppercase; letter-spacing:0.05em; margin-top:16px; }
.contact-card dt:first-child{ margin-top:0; }
.contact-card dd{ margin:2px 0 0; color: var(--ink-soft); }
.map-placeholder{ background: var(--paper-deep); border:1px dashed var(--ink-soft); border-radius: var(--radius); min-height:300px; display:flex; align-items:center; justify-content:center; text-align:center; padding:24px; }
.map-placeholder span{ color: var(--ink-soft); font-size:0.9rem; max-width:26ch; }

footer.site{ border-top:1px solid var(--line); padding:30px 0; margin-top:16px; }
footer.site .wrap{ display:flex; justify-content:space-between; flex-wrap:wrap; gap:12px; font-size:0.86rem; color: var(--ink-soft); }
