:root {
  --bg: #1b1818;
  --panel: rgba(20, 17, 17, 0.9);
  --teal: #73e3d2;
  --gold: #f7b961;
  --cream: #fff6ea;
  --sand: #f7c681;
  --muted: rgba(255, 255, 255, 0.76);
  --line: rgba(247, 198, 129, 0.22);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Nunito", sans-serif;
  color: #fff;
  background:
    radial-gradient(circle at top, rgba(115, 227, 210, 0.07), transparent 28%),
    linear-gradient(180deg, #241d1d 0%, #171313 100%);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(21, 18, 18, 0.9);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(247, 198, 129, 0.12);
}

.header-inner {
  display: grid;
  grid-template-columns: 84px 1fr auto;
  gap: 20px;
  align-items: center;
  padding: 10px 0;
}

.brand-logo {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.24);
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 18px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.site-nav a {
  color: var(--muted);
  padding: 6px 14px;
  border-radius: 999px;
  border: 1.5px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.site-nav a:hover {
  color: var(--gold);
  border-color: var(--gold);
  background: rgba(247, 185, 97, 0.08);
}

.social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1.5px solid rgba(247, 185, 97, 0.35);
  color: var(--muted);
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.social-links a:hover {
  color: var(--gold);
  border-color: var(--gold);
  background: rgba(247, 185, 97, 0.08);
}

.social-links {
  display: flex;
  gap: 10px;
  color: var(--muted);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 28px 0 64px;
}

.hero-backdrop {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(247, 185, 97, 0.08), transparent 22%),
    radial-gradient(circle at 80% 22%, rgba(115, 227, 210, 0.22), transparent 24%),
    radial-gradient(circle at 15% 12%, rgba(247, 185, 97, 0.12), transparent 20%);
  pointer-events: none;
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 0.84fr 1.16fr;
  gap: 28px;
  align-items: center;
}

.hero-card,
.mission-panel {
  background: var(--panel);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.hero-copy {
  padding: 42px;
  text-align: center;
}

.eyebrow,
.section-kicker {
  margin: 0 0 16px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero h1,
.mission h2,
.mission-panel h3,
.footer-title {
  font-family: "Acme", cursive;
  font-weight: 400;
}

.hero h1 {
  margin: 0 0 14px;
  font-size: clamp(2.5rem, 4vw, 4.6rem);
  line-height: 0.98;
  text-align: center;
}

.hero h1 span,
.hero-location,
.hero-town,
.hero-highlight {
  color: var(--teal);
}

.hero-location,
.hero-town,
.hero-highlight {
  margin: 0 0 10px;
  font-family: "Acme", cursive;
  font-size: clamp(1.4rem, 2.4vw, 2.2rem);
  text-align: center;
}

.hero-text {
  margin: 0 0 14px;
  font-size: 1.08rem;
  line-height: 1.65;
  color: var(--cream);
  text-align: center;
}

.hero-text-large {
  font-family: "Acme", cursive;
  font-size: clamp(1.5rem, 2.6vw, 2.2rem);
  line-height: 1.3;
}

.hero-text strong,
.bark {
  color: var(--gold);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 24px;
  justify-content: center;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  min-width: 210px;
  padding: 0 30px;
  font-family: "Acme", cursive;
  font-size: 1.3rem;
  letter-spacing: 0.03em;
  border-radius: 0;
  transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: transparent;
  color: var(--gold);
  border: 2px solid rgba(247, 185, 97, 0.65);
}

.button-secondary {
  background: #46a395;
  color: var(--gold);
}

.hero-art {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
  min-height: 100%;
}

.hero-art img {
  width: min(100%, 430px);
}

.hero-logo-mobile {
  display: none;
}

.mission {
  padding: 10px 0 64px;
}

.mission-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: start;
  text-align: center;
}

.mission-copy {
  padding: 8px 6px;
}

.mission h2 {
  margin: 0 0 14px;
  font-size: clamp(1.8rem, 2.8vw, 3rem);
  color: var(--teal);
}

.mission p {
  margin: 0;
  color: var(--cream);
  font-size: 1.06rem;
  line-height: 1.7;
}

.mission-panel {
  padding: 24px;
  max-width: 620px;
  margin: 0 auto;
}

.mission-panel h3 {
  margin: 0 0 14px;
  font-size: 2rem;
  color: var(--gold);
}

.mission-panel ul {
  margin: 0;
  padding-left: 0;
  color: var(--cream);
  list-style: none;
}

.mission-panel li {
  margin-bottom: 10px;
}

.mission-panel a {
  text-decoration: underline;
  text-decoration-color: rgba(247, 185, 97, 0.45);
}

.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(0deg, #73e3d2, #f7c681);
  color: #fff;
}

.footer-inner {
  padding: 36px 0 42px;
  text-align: center;
}

.footer-title {
  margin: 0 0 14px;
  font-size: 2rem;
}

.social-links-footer {
  justify-content: center;
  margin-bottom: 16px;
  color: #fff;
}

.footer-copy,
.footer-meta {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
}

.footer-copy {
  margin-bottom: 14px;
}

.page-hero {
  padding: 42px 0 20px;
}

.page-hero-card {
  background: var(--panel);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  padding: 28px;
  text-align: center;
}

.page-kicker {
  margin: 0 0 10px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.page-title {
  margin: 0 0 12px;
  font-family: "Acme", cursive;
  font-size: clamp(2rem, 3.6vw, 3.6rem);
  font-weight: 400;
  color: var(--teal);
}

.page-subtitle {
  margin: 0 auto;
  max-width: 760px;
  color: var(--cream);
  font-size: 1.05rem;
  line-height: 1.65;
}

.content-section {
  padding: 18px 0 64px;
}

.content-card {
  background: var(--panel);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  padding: 28px;
}

.content-card + .content-card {
  margin-top: 22px;
}

.stack {
  display: grid;
  gap: 22px;
}

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.content-card h2,
.content-card h3,
.dog-card h3,
.puppy-card h3 {
  margin: 0 0 12px;
  font-family: "Acme", cursive;
  font-weight: 400;
  color: var(--gold);
}

.dog-card h3.name-cyan {
  color: var(--teal);
}

.content-card h2.name-cyan {
  color: var(--teal);
}

.content-card p,
.content-card li,
.dog-card p,
.puppy-card p {
  color: var(--cream);
  line-height: 1.7;
}

.content-card ul {
  margin: 0;
  padding-left: 20px;
}

.dog-grid,
.puppy-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.dog-card,
.puppy-card,
.cta-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 22px;
}

.puppy-photo {
  position: relative;
  margin-bottom: 14px;
  border-radius: 18px;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.dog-card img,
.puppy-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 18px;
}

.claimed-ribbon {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 14px 18px;
  background: rgba(82, 8, 8, 0.48);
  backdrop-filter: blur(3px);
  color: #ff4a4a;
  text-align: center;
  font-family: "Acme", cursive;
  font-size: clamp(1.4rem, 4vw, 2rem);
  letter-spacing: 0.18em;
  font-weight: 700;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.55);
  border-top: 1px solid rgba(255, 110, 110, 0.45);
  border-bottom: 1px solid rgba(255, 110, 110, 0.45);
  pointer-events: none;
}

.eyeline {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--teal);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.price {
  color: var(--gold);
  font-family: "Acme", cursive;
  font-size: 1.6rem;
}

.tag {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  margin: 6px 8px 0 0;
  background: rgba(115, 227, 210, 0.14);
  border: 1px solid rgba(115, 227, 210, 0.24);
  color: var(--teal);
  font-size: 0.85rem;
}

.tag-claimed {
  background: rgba(130, 24, 24, 0.18);
  border-color: rgba(255, 96, 96, 0.26);
  color: #ff8f8f;
}

.tag-pending {
  background: rgba(247, 185, 97, 0.14);
  border-color: rgba(247, 185, 97, 0.35);
  color: var(--gold);
}

.pending-ribbon {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  padding: 14px 18px;
  background: rgba(100, 72, 0, 0.58);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  color: #f7b961;
  text-align: center;
  font-family: "Acme", cursive;
  font-size: clamp(1.4rem, 4vw, 2rem);
  letter-spacing: 0.18em;
  font-weight: 700;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.55);
  border-top: 1px solid rgba(247, 185, 97, 0.55);
  border-bottom: 1px solid rgba(247, 185, 97, 0.55);
  pointer-events: none;
}

.doxies-logo-text {
  font-family: "Acme", cursive;
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  letter-spacing: 0.18em;
  color: #fff;
  margin: 0 0 10px;
  line-height: 1;
}

.puppy-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}


.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 18px;
}

.form-frame {
  width: 100%;
  min-height: 1100px;
  border: 0;
  border-radius: 22px;
  background: #fff;
}

.review-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 26px;
  border: 2px solid rgba(247, 185, 97, 0.4);
  color: var(--gold);
  font-family: "Acme", cursive;
  font-size: 1.1rem;
}

.resting-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 22px;
  align-items: stretch;
}

.resting-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 24px;
}

.resting-art {
  display: grid;
  place-items: center;
  min-height: 100%;
  background:
    radial-gradient(circle at top, rgba(115, 227, 210, 0.14), transparent 45%),
    linear-gradient(180deg, rgba(247, 185, 97, 0.08), rgba(255, 255, 255, 0.02));
}

.resting-art img {
  width: min(100%, 340px);
  filter: drop-shadow(0 18px 36px rgba(0, 0, 0, 0.3));
}

.resting-copy h2 {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  color: var(--teal);
}

.soft-note {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  margin-top: 8px;
  background: rgba(247, 185, 97, 0.12);
  border: 1px solid rgba(247, 185, 97, 0.22);
  color: var(--gold);
  font-size: 0.92rem;
}

.waitlist-frame {
  min-height: 900px;
}

@media (max-width: 720px) {
  .form-frame {
    min-height: 1600px;
  }

  .waitlist-frame {
    min-height: 1200px;
  }
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.review-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 24px;
}

.review-photo {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 18px;
  margin-bottom: 16px;
}

.review-photo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 16px;
}

.review-photo-grid .review-photo {
  margin-bottom: 0;
  aspect-ratio: 1 / 1;
}

.review-stars {
  margin: 0 0 12px;
  color: var(--gold);
  letter-spacing: 0.18em;
  font-size: 1rem;
}

.review-card h3 {
  margin: 0 0 10px;
  font-family: "Acme", cursive;
  font-weight: 400;
  color: var(--teal);
  font-size: 1.8rem;
}

.review-meta {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 0.96rem;
}

.owner-reply {
  margin-top: 14px;
  padding: 14px 16px;
  background: rgba(115, 227, 210, 0.08);
  border: 1px solid rgba(115, 227, 210, 0.16);
}

.owner-reply-title {
  margin: 0 0 8px;
  color: var(--teal);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.82rem;
}

.review-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 18px;
}

.note-panel {
  margin-top: 22px;
  padding: 18px 20px;
  background: rgba(247, 185, 97, 0.08);
  border: 1px solid rgba(247, 185, 97, 0.16);
  color: var(--cream);
}

.announcement-banner {
  background: linear-gradient(90deg, #46a395, var(--teal));
  color: #1b1818;
  text-align: center;
  padding: 11px 16px;
  font-family: "Acme", cursive;
  font-size: 1rem;
  letter-spacing: 0.04em;
  line-height: 1.4;
}

.announcement-banner a {
  color: #1b1818;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(27, 24, 24, 0.35);
}

.announcement-banner a:hover {
  text-decoration-color: #1b1818;
}

@media (max-width: 720px) {
  .announcement-banner {
    font-size: 0.88rem;
    padding: 10px 12px;
  }
}

@media (max-width: 980px) {
  .header-inner,
  .mission-grid {
    grid-template-columns: 1fr;
  }

  .brand {
    justify-self: center;
  }

  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-art {
    display: none;
  }

  .hero-logo-mobile {
    display: flex;
    justify-content: center;
    padding: 18px;
  }

  .hero-logo-mobile img {
    width: min(100%, 320px);
  }

  .social-links {
    justify-content: center;
    flex-wrap: wrap;
  }

  .two-col,
  .dog-grid,
  .puppy-grid,
  .resting-grid,
  .review-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .site-header {
    position: static;
  }

  .hero {
    padding-top: 28px;
  }

  .hero-copy,
  .hero-art,
  .hero-logo-mobile,
  .mission-panel {
    padding: 22px;
  }

  .site-nav {
    gap: 8px 12px;
    font-size: 13px;
  }
}
