/* AZ Freedom French Bulldogs - Clean Modern Design */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Playfair+Display:wght@700;800&display=swap');

:root {
  --navy: #1B2B5E;
  --navy-dark: #0F1A3A;
  --red: #C8102E;
  --gold: #C8960C;
  --gold-light: #F0C040;
  --white: #FFFFFF;
  --off-white: #F9F8F6;
  --light-gray: #F0EEE8;
  --text: #1a1a1a;
  --text-muted: #666666;
  --border: #E5E0D5;
}

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

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.6;
}

/* ANNOUNCEMENT BAR */
.announcement-bar {
  background: var(--navy);
  color: var(--gold-light);
  text-align: center;
  padding: 10px 20px;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.5px;
}

/* NAVIGATION */
nav {
  background: var(--white);
  border-bottom: 2px solid var(--light-gray);
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 20px rgba(0,0,0,0.08);
}

.nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.nav-logo img {
  height: 60px;
  width: 60px;
  object-fit: contain;
}

.nav-logo-text {
  display: flex;
  flex-direction: column;
}

.nav-logo-text .brand {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--navy);
  line-height: 1.1;
}

.nav-logo-text .sub {
  font-size: 0.65rem;
  font-weight: 600;
  color: var(--gold);
  letter-spacing: 2px;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  gap: 32px;
  list-style: none;
}

.nav-links a {
  text-decoration: none;
  color: var(--text);
  font-weight: 500;
  font-size: 0.9rem;
  letter-spacing: 0.3px;
  transition: color 0.2s;
}

.nav-links a:hover { color: var(--red); }
.nav-links a.active { color: var(--navy); border-bottom: 2px solid var(--gold); padding-bottom: 2px; }

.nav-cta {
  background: var(--red);
  color: var(--white) !important;
  padding: 10px 22px !important;
  border-radius: 6px;
  font-weight: 600 !important;
  transition: background 0.2s !important;
}
.nav-cta:hover { background: #a50d25 !important; color: var(--white) !important; }

/* HAMBURGER */
.hamburger { display: none; cursor: pointer; flex-direction: column; gap: 5px; }
.hamburger span { width: 25px; height: 2px; background: var(--navy); display: block; transition: 0.3s; }

/* HERO */
.hero {
  position: relative;
  min-height: 85vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--navy-dark);
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-image: url('https://img1.wsimg.com/isteam/ip/b0b64db5-bb1c-452d-b8b3-284b395f4236/photo_2026-07-11%2015.15.18.jpeg');
  background-size: cover;
  background-position: center;
  opacity: 0.4;
}

.hero-content {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 24px;
  z-index: 2;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(200, 150, 12, 0.2);
  border: 1px solid var(--gold);
  border-radius: 100px;
  padding: 6px 16px;
  margin-bottom: 24px;
  color: var(--gold-light);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.4rem, 6vw, 4.2rem);
  font-weight: 800;
  color: var(--white);
  line-height: 1.1;
  margin-bottom: 20px;
  max-width: 680px;
}

.hero h1 span { color: var(--gold-light); }

.hero-sub {
  font-size: 1.15rem;
  color: rgba(255,255,255,0.85);
  max-width: 520px;
  margin-bottom: 36px;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.btn-primary {
  background: var(--red);
  color: var(--white);
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.95rem;
  transition: all 0.2s;
  display: inline-block;
}
.btn-primary:hover { background: #a50d25; transform: translateY(-1px); }

.btn-secondary {
  background: transparent;
  color: var(--white);
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  border: 2px solid rgba(255,255,255,0.5);
  transition: all 0.2s;
  display: inline-block;
}
.btn-secondary:hover { border-color: white; background: rgba(255,255,255,0.1); }

.hero-stats {
  display: flex;
  gap: 48px;
  margin-top: 60px;
  flex-wrap: wrap;
}

.stat { text-align: left; }
.stat-number {
  font-family: 'Playfair Display', serif;
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--gold-light);
  line-height: 1;
}
.stat-label {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.7);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 4px;
}

/* SECTIONS */
.section { padding: 80px 24px; }
.section-inner { max-width: 1200px; margin: 0 auto; }
.section-alt { background: var(--off-white); }

.section-label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
  display: block;
}

.section-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 800;
  color: var(--navy);
  line-height: 1.2;
  margin-bottom: 16px;
}

.section-sub {
  font-size: 1.05rem;
  color: var(--text-muted);
  max-width: 560px;
  line-height: 1.7;
}

/* FEATURE GRID */
.features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
  margin-top: 48px;
}

.feature-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 28px 24px;
  text-align: center;
}

.feature-icon {
  font-size: 2rem;
  margin-bottom: 12px;
  display: block;
}

.feature-card h3 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 8px;
}

.feature-card p {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.6;
}

/* MEET THE SQUAD */
.squad-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 28px;
  margin-top: 48px;
}

.squad-card {
  border-radius: 16px;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--border);
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  transition: transform 0.2s, box-shadow 0.2s;
}
.squad-card:hover { transform: translateY(-4px); box-shadow: 0 8px 32px rgba(0,0,0,0.1); }

.squad-card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.squad-card-body { padding: 24px; }
.squad-card-body h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  color: var(--navy);
  margin-bottom: 4px;
}
.squad-card-tag {
  display: inline-block;
  background: var(--light-gray);
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 100px;
  margin-bottom: 12px;
}
.squad-card-body p {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.65;
}

/* PUPPY GALLERY */
.puppy-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 48px;
}

.puppy-card {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--white);
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  transition: transform 0.2s, box-shadow 0.2s;
}
.puppy-card:hover { transform: translateY(-3px); box-shadow: 0 6px 24px rgba(0,0,0,0.1); }

.puppy-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.puppy-card-body { padding: 16px 18px; }
.puppy-card-body h3 {
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--navy);
  margin-bottom: 4px;
}
.puppy-card-body p {
  font-size: 0.82rem;
  color: var(--text-muted);
}

.available-badge {
  display: inline-block;
  background: #d1fae5;
  color: #065f46;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 100px;
  margin-bottom: 8px;
}

/* CTA BAND */
.cta-band {
  background: var(--navy);
  padding: 64px 24px;
  text-align: center;
}
.cta-band h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  color: var(--white);
  margin-bottom: 12px;
}
.cta-band p {
  color: rgba(255,255,255,0.75);
  max-width: 480px;
  margin: 0 auto 28px;
  font-size: 1rem;
}
.cta-band .btn-primary { background: var(--gold); color: var(--navy-dark); }
.cta-band .btn-primary:hover { background: var(--gold-light); }

/* CONTACT */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-top: 48px;
}

.contact-info h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  color: var(--navy);
  margin-bottom: 20px;
}
.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 20px;
}
.contact-item-icon {
  width: 40px;
  height: 40px;
  background: var(--light-gray);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}
.contact-item-text h4 { font-size: 0.85rem; font-weight: 700; color: var(--navy); margin-bottom: 2px; }
.contact-item-text p, .contact-item-text a {
  font-size: 0.9rem;
  color: var(--text-muted);
  text-decoration: none;
}
.contact-item-text a:hover { color: var(--red); }

.contact-form { background: var(--off-white); border-radius: 16px; padding: 36px; }
.contact-form h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;
  color: var(--navy);
  margin-bottom: 24px;
}
.form-group { margin-bottom: 18px; }
.form-group label { display: block; font-size: 0.85rem; font-weight: 600; color: var(--navy); margin-bottom: 6px; }
.form-group input, .form-group textarea, .form-group select {
  width: 100%;
  padding: 12px 14px;
  border: 1.5px solid var(--border);
  border-radius: 8px;
  font-family: 'Inter', sans-serif;
  font-size: 0.9rem;
  color: var(--text);
  background: var(--white);
  transition: border-color 0.2s;
  appearance: none;
}
.form-group input:focus, .form-group textarea:focus, .form-group select:focus {
  outline: none;
  border-color: var(--navy);
}
.form-group textarea { min-height: 120px; resize: vertical; }

/* PAGE HERO */
.page-hero {
  background: var(--navy);
  padding: 70px 24px 60px;
  text-align: center;
}
.page-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 5vw, 3rem);
  color: var(--white);
  margin-bottom: 12px;
}
.page-hero p {
  color: rgba(255,255,255,0.75);
  font-size: 1.05rem;
  max-width: 500px;
  margin: 0 auto;
}
.breadcrumb {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.5);
  margin-bottom: 16px;
}
.breadcrumb a { color: var(--gold-light); text-decoration: none; }
.breadcrumb a:hover { text-decoration: underline; }

/* STUD PAGE */
.stud-profile {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
  margin-top: 48px;
}
.stud-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.stud-gallery img { width: 100%; border-radius: 10px; height: 200px; object-fit: cover; cursor: pointer; transition: transform 0.2s; }
.stud-gallery img:first-child { grid-column: 1 / -1; height: 320px; }
.stud-gallery img:hover { transform: scale(1.02); }
.stud-info h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  color: var(--navy);
  margin-bottom: 8px;
}
.stud-info .tag {
  display: inline-block;
  background: var(--navy);
  color: var(--gold-light);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 100px;
  margin-bottom: 20px;
}
.stud-traits { list-style: none; margin: 20px 0; }
.stud-traits li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid var(--border);
  font-size: 0.9rem;
}
.stud-traits li:last-child { border-bottom: none; }
.stud-traits li span:first-child { font-weight: 600; color: var(--navy); min-width: 120px; }
.stud-traits li span:last-child { color: var(--text-muted); }

/* FOOTER */
footer {
  background: var(--navy-dark);
  color: rgba(255,255,255,0.7);
  padding: 48px 24px 24px;
}
.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 40px;
}
.footer-brand img { height: 60px; margin-bottom: 16px; }
.footer-brand p { font-size: 0.88rem; line-height: 1.7; max-width: 300px; }
.footer-brand .phone {
  display: inline-block;
  margin-top: 16px;
  color: var(--gold-light);
  font-size: 1.1rem;
  font-weight: 700;
  text-decoration: none;
}
.footer-col h4 {
  color: var(--white);
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 10px; }
.footer-col ul li a {
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  font-size: 0.88rem;
  transition: color 0.2s;
}
.footer-col ul li a:hover { color: var(--gold-light); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8rem;
  flex-wrap: wrap;
  gap: 12px;
}
.footer-bottom a { color: rgba(255,255,255,0.5); text-decoration: none; }
.footer-bottom a:hover { color: var(--gold-light); }

/* SOCIAL ICONS */
.social-icons {
  display: flex;
  gap: 12px;
  align-items: center;
}
.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  transition: background 0.2s, transform 0.2s;
  text-decoration: none;
}
.social-icon:hover { background: rgba(255,255,255,0.2); transform: translateY(-2px); }
.social-icon svg { width: 18px; height: 18px; fill: white; }
.social-icon.facebook:hover { background: #1877F2; border-color: #1877F2; }
.social-icon.instagram:hover { background: linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888); border-color: #dc2743; }

/* NAV SOCIAL ICONS */
.nav-social { display: flex; gap: 8px; align-items: center; }
.nav-social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 7px;
  background: var(--light-gray);
  transition: background 0.2s, transform 0.2s;
  text-decoration: none;
}
.nav-social-icon:hover { transform: translateY(-2px); }
.nav-social-icon.facebook:hover { background: #1877F2; }
.nav-social-icon.facebook:hover svg { fill: white; }
.nav-social-icon.instagram:hover { background: #dc2743; }
.nav-social-icon.instagram:hover svg { fill: white; }
.nav-social-icon svg { width: 16px; height: 16px; fill: var(--navy); }

/* FACEBOOK REVIEWS */
.fb-reviews-section { background: var(--off-white); padding: 64px 24px; }
.fb-reviews-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 40px;
}
.fb-logo-badge {
  display: flex;
  align-items: center;
  gap: 10px;
  background: white;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 10px 16px;
}
.fb-logo-badge svg { width: 24px; height: 24px; fill: #1877F2; }
.fb-logo-badge span { font-weight: 700; color: var(--navy); font-size: 0.95rem; }
.fb-rating-badge {
  display: flex;
  align-items: center;
  gap: 8px;
}
.fb-rating-number { font-family: 'Playfair Display', serif; font-size: 2rem; font-weight: 800; color: var(--navy); }
.fb-stars { color: #FFB800; font-size: 1.1rem; letter-spacing: 1px; }
.fb-review-count { color: var(--text-muted); font-size: 0.85rem; }
.fb-reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}
.fb-review-card {
  background: white;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 22px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.05);
}
.fb-review-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.fb-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--navy);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1rem;
  flex-shrink: 0;
}
.fb-reviewer-name { font-weight: 700; font-size: 0.92rem; color: var(--navy); }
.fb-review-date { font-size: 0.75rem; color: var(--text-muted); margin-top: 2px; }
.fb-review-stars { color: #FFB800; font-size: 0.9rem; margin-bottom: 10px; }
.fb-review-text { font-size: 0.88rem; color: var(--text-muted); line-height: 1.65; font-style: italic; }
.fb-review-source {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid var(--border);
}
.fb-review-source svg { width: 14px; height: 14px; fill: #1877F2; }
.fb-review-source span { font-size: 0.72rem; color: var(--text-muted); }
.fb-cta { text-align: center; margin-top: 32px; }
.fb-cta a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #1877F2;
  color: white;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  transition: background 0.2s;
}
.fb-cta a:hover { background: #1558b0; }
.fb-cta a svg { width: 16px; height: 16px; fill: white; }

/* MOBILE */
@media (max-width: 768px) {
  .nav-links { display: none; flex-direction: column; position: absolute; top: 80px; left: 0; right: 0; background: var(--white); padding: 20px 24px; border-bottom: 1px solid var(--border); gap: 16px; box-shadow: 0 8px 20px rgba(0,0,0,0.1); }
  .nav-links.open { display: flex; }
  .hamburger { display: flex; }
  .nav-inner { position: relative; }
  .hero-stats { gap: 28px; }
  .contact-grid, .stud-profile, .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .stud-gallery img:first-child { height: 250px; }
}
