/*
============================================================
FILE: public/css/styles.css
PROJECT: Bri's Pampered Paws
PURPOSE: Main public site styles (spa theme, layout, and components).
AUTHOR: Dusty Lunn
LAST UPDATED: 2026-02-02
============================================================
*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --primary-color: #4a90e2;
  --secondary-color: #f39c12;
  --text-dark: #333;
  --text-light: #666;
  --bg-light: #f8f9fa;
  --white: #ffffff;
  --shadow: 0 2px 10px rgba(0,0,0,0.1);
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: var(--text-dark);
  background: #fff7fb;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Header & Navigation */
header {
  background: var(--white);
  box-shadow: var(--shadow);
  position: sticky;
  top: 0;
  z-index: 100;
}

nav {
  padding: 1rem 0;
}

nav .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo h1 {
  color: var(--primary-color);
  font-size: 1.5rem;
}

.nav-links {
  display: flex;
  list-style: none;
  gap: 2rem;
}

.nav-links a {
  text-decoration: none;
  color: var(--text-dark);
  font-weight: 600;
  transition: color 0.2s ease;
}

.nav-links a:hover {
  color: var(--primary-color);
}

/* Hero Section */
.hero {
  background: linear-gradient(135deg, var(--primary-color), #357abd);
  color: var(--white);
  padding: 5.5rem 0;
  text-align: center;
}

.hero-content h2 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.hero-content p {
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
  opacity: 0.95;
}

.hero-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.hero-note {
  margin-top: 14px;
  opacity: 0.9;
  font-size: 1rem;
}

/* Buttons */
.btn {
  display: inline-block;
  padding: 1rem 1.7rem;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 700;
  transition: transform 0.2s ease, background 0.2s ease, opacity 0.2s ease;
}

.btn-primary {
  background: var(--secondary-color);
  color: var(--white);
}

.btn-primary:hover {
  background: #e67e22;
  transform: translateY(-2px);
}

.btn-secondary {
  background: rgba(255,255,255,0.18);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.35);
}

.btn-secondary:hover {
  opacity: 0.95;
  transform: translateY(-2px);
}

/* Services Section */
.services {
  padding: 4rem 0;
  background: var(--bg-light);
}

.services h2 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 3rem;
  color: var(--primary-color);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}

.service-card {
  background: var(--white);
  padding: 2rem;
  border-radius: 10px;
  text-align: center;
  box-shadow: var(--shadow);
  transition: transform 0.2s ease;
}

.service-card:hover {
  transform: translateY(-5px);
}

.service-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.service-card h3 {
  color: var(--primary-color);
  margin-bottom: 1rem;
}

/* About Section */
.about {
  padding: 4rem 0;
  background: #fff;
}

.about h2 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 2rem;
  color: var(--primary-color);
}

.about-content {
  max-width: 900px;
  margin: 0 auto;
}

.about-content p {
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
  color: var(--text-light);
}

.features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  margin-top: 2.5rem;
}

.feature {
  text-align: center;
}

.feature-icon {
  font-size: 2.5rem;
  display: block;
  margin-bottom: 1rem;
}

.feature h4 {
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.about-stars-cta {
  margin-top: 26px;
  text-align: center;
  background: #fff1f8;
  border: 1px solid #ffd2e6;
  border-radius: 14px;
  padding: 18px;
}

/* Contact Section */
.contact {
  padding: 4rem 0;
  background: var(--bg-light);
}

.contact h2 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 3rem;
  color: var(--primary-color);
}

.contact-content {
  max-width: 900px;
  margin: 0 auto;
}

.contact-info {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2rem;
}

.contact-item {
  background: var(--white);
  padding: 2rem;
  border-radius: 10px;
  box-shadow: var(--shadow);
}

.contact-item h3 {
  color: var(--primary-color);
  margin-bottom: 1rem;
  font-size: 1.2rem;
}

/* Google map link */
.map-link{
  display:inline-block;
  margin-top:8px;
  font-weight:700;
  color: var(--primary-color);
  text-decoration:none;
}
.map-link:hover{ text-decoration:underline; }

/* Footer */
.site-footer{
  background:#333;
  color:#fff;
  padding:18px 12px;
  text-align:center;
  font-size:16px;
}

.site-footer .admin-dot{
  display:inline-block;
  margin-left:10px;
  font-size:14px;
  line-height:1;
  text-decoration:none;
  opacity:.55;              /* a bit more visible than before */
  filter: grayscale(70%);
  vertical-align:middle;
}

.site-footer .admin-dot:hover{
  opacity:1;
  filter:none;
}

/* ==========================
   Our Stars scroller
   ========================== */

.stars-strip{
  background: #fff1f8;
  border: 1px solid #ffd2e6;
  border-radius: 16px;
  padding: 16px 16px 12px;
  margin: 18px auto 0;
  max-width: 900px;
}

/* ✅ Variant used inside the BLUE hero */
.stars-strip--hero{
  background: rgba(255,241,248,0.15);
  border: 1px solid rgba(255,255,255,0.35);
}

.stars-strip--hero .stars-strip-head h3,
.stars-strip--hero .stars-strip-link,
.stars-strip--hero .stars-strip-note{
  color: #fff;
}

.stars-strip--hero .stars-marquee{
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.25);
}

.stars-strip-head{
  display:flex;
  align-items:baseline;
  justify-content:space-between;
  margin-bottom:10px;
}

.stars-strip-head h3{
  margin:0;
  color: var(--primary-color);
  font-size: 1.15rem;
}

.stars-strip-link{
  text-decoration:none;
  font-weight:800;
  color: var(--primary-color);
}

.stars-strip-link:hover{
  text-decoration:underline;
}

.stars-marquee{
  overflow:hidden;
  width:100%;
  border: 1px solid #ffd2e6;
  background:#fff;
  border-radius: 14px;
  padding: 10px 0;
}

.stars-track{
  display:flex;
  gap:14px;
  align-items:center;
  width: max-content;
  padding: 0 14px;
}

.stars-track.is-animated{
  animation: starsScroll 40s linear infinite;
}

.stars-marquee:hover .stars-track{
  animation-play-state: paused;
}

.stars-thumb{
  width: 140px;
  height: 100px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid #ffd2e6;
  background:#fafafa;
  cursor:pointer;
  flex: 0 0 auto;
}

.stars-strip-note{
  margin-top:10px;
  font-size: 0.95rem;
  color:#555;
  text-align:center;
}

@keyframes starsScroll{
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
