/* ============================================================
   G.O.D.'Z Creations Pet & House Care — stylesheet
   Palette pulled from the logo:
     --purple  : the "CREATIONS" wordmark
     --violet  : the brighter story-graphic purple
     --pink    : the magenta paw prints
     --sage    : the green "G"
   To recolor the whole site, change the variables below.
   ============================================================ */

:root {
  --purple: #8e2da8;
  --purple-dark: #6b1f80;
  --violet: #8b5cf6;
  --pink: #e5308a;
  --pink-dark: #c41f70;
  --sage: #9cc49a;
  --sage-dark: #6fa86c;

  --ink: #2a2233;
  --ink-soft: #5b5266;
  --cream: #fbf7fc;
  --white: #ffffff;
  --line: #ece4f0;

  --shadow: 0 10px 30px rgba(110, 40, 130, 0.10);
  --shadow-lg: 0 18px 50px rgba(110, 40, 130, 0.16);
  --radius: 18px;

  --font-head: "Baloo 2", "Trebuchet MS", system-ui, sans-serif;
  --font-body: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;

  --bar: 62px; /* sticky call bar height on mobile */
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 84px; }

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--white);
  line-height: 1.65;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 { font-family: var(--font-head); line-height: 1.15; margin: 0 0 .5em; color: var(--ink); }
h2 { font-size: clamp(1.7rem, 4vw, 2.5rem); }
h3 { font-size: 1.3rem; }
p { margin: 0 0 1rem; }
a { color: var(--purple); }

img { max-width: 100%; display: block; }

.wrap { width: min(1120px, 92%); margin: 0 auto; }

.section { padding: clamp(3rem, 7vw, 5.5rem) 0; }
.section--tint { background: var(--cream); }
.section__head { text-align: center; max-width: 640px; margin: 0 auto 2.5rem; }
.section__head p { color: var(--ink-soft); font-size: 1.08rem; }
.eyebrow {
  display: inline-block; font-family: var(--font-head); font-weight: 700;
  color: var(--pink); letter-spacing: .04em; text-transform: uppercase;
  font-size: .8rem; margin-bottom: .5rem;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  font-family: var(--font-head); font-weight: 700; font-size: 1.05rem;
  padding: .85rem 1.6rem; border-radius: 999px; border: 2px solid transparent;
  text-decoration: none; cursor: pointer; transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
  line-height: 1;
}
.btn:hover { transform: translateY(-2px); }
.btn--call { background: var(--pink); color: #fff; box-shadow: 0 8px 20px rgba(229,48,138,.35); }
.btn--call:hover { background: var(--pink-dark); }
.btn--text { background: var(--purple); color: #fff; box-shadow: 0 8px 20px rgba(142,45,168,.30); }
.btn--text:hover { background: var(--purple-dark); }
.btn--ghost { background: #fff; color: var(--purple); border-color: var(--purple); }
.btn--ghost:hover { background: var(--purple); color: #fff; }
.btn--lg { font-size: 1.15rem; padding: 1rem 2rem; }
.btn--block { width: 100%; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.92); backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
.nav { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .55rem 0; }
.brand { display: flex; align-items: center; gap: .65rem; text-decoration: none; color: var(--ink); }
.brand img { width: 48px; height: 48px; border-radius: 50%; }
.brand b { font-family: var(--font-head); font-size: 1.02rem; line-height: 1.05; display: block; }
.brand span { font-size: .72rem; color: var(--ink-soft); letter-spacing: .02em; }
.nav-links { display: flex; align-items: center; gap: 1.4rem; }
.nav-links a { text-decoration: none; color: var(--ink); font-weight: 700; font-size: .95rem; }
.nav-links a:hover { color: var(--purple); }
.nav-cta { display: flex; align-items: center; gap: .6rem; }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: .4rem; }
.nav-toggle span { display: block; width: 26px; height: 3px; background: var(--purple); border-radius: 3px; margin: 5px 0; transition: .2s; }

/* ---------- Hero ---------- */
.hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(1200px 500px at 85% -10%, rgba(139,92,246,.18), transparent 60%),
    radial-gradient(900px 500px at 0% 110%, rgba(156,196,154,.28), transparent 55%),
    linear-gradient(180deg, #fff, var(--cream));
}
.hero__grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 2.5rem; align-items: center; padding: clamp(2.5rem,6vw,5rem) 0; }
.hero h1 { font-size: clamp(2.1rem, 5.2vw, 3.5rem); }
.hero h1 .accent { color: var(--purple); }
.hero .lead { font-size: 1.2rem; color: var(--ink-soft); max-width: 40ch; }
.hero__cta { display: flex; flex-wrap: wrap; gap: .8rem; margin: 1.6rem 0 1rem; }
.hero__trust { display: flex; flex-wrap: wrap; gap: 1.2rem; margin-top: 1.4rem; color: var(--ink-soft); font-weight: 700; font-size: .92rem; }
.hero__trust span { display: inline-flex; align-items: center; gap: .4rem; }
.hero__art { position: relative; text-align: center; }
.hero__art .logo-badge {
  width: min(360px, 80%); aspect-ratio: 1; margin: 0 auto; border-radius: 50%;
  background: #fff; box-shadow: var(--shadow-lg); padding: 10px;
}
.hero__art .logo-badge img { border-radius: 50%; }
.float-card {
  position: absolute; background: #fff; border-radius: 14px; box-shadow: var(--shadow);
  padding: .7rem .95rem; font-weight: 800; font-family: var(--font-head); font-size: .9rem; color: var(--ink);
  display: flex; align-items: center; gap: .5rem;
}
.float-card small { display: block; font-family: var(--font-body); font-weight: 600; color: var(--ink-soft); font-size: .72rem; }
.float-card--1 { top: 6%; left: -2%; color: var(--pink); }
.float-card--2 { bottom: 8%; right: -3%; color: var(--sage-dark); }

/* ---------- Services ---------- */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.3rem; }
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.6rem; box-shadow: var(--shadow); position: relative; display: flex; flex-direction: column;
}
.card.is-featured { border-color: var(--pink); box-shadow: 0 14px 40px rgba(229,48,138,.16); }
.card .tag { position: absolute; top: -12px; left: 1.4rem; background: var(--pink); color: #fff; font-family: var(--font-head); font-weight: 700; font-size: .72rem; padding: .25rem .7rem; border-radius: 999px; }
.card .emoji { font-size: 2rem; }
.card h3 { margin-top: .5rem; }
.price { font-family: var(--font-head); font-weight: 800; font-size: 2rem; color: var(--purple); line-height: 1; margin: .2rem 0; }
.price small { font-size: .85rem; color: var(--ink-soft); font-weight: 600; font-family: var(--font-body); }
.card ul { list-style: none; padding: 0; margin: .8rem 0 1.2rem; }
.card li { padding-left: 1.6rem; position: relative; margin-bottom: .35rem; color: var(--ink-soft); font-size: .95rem; }
.card li::before { content: "🐾"; position: absolute; left: 0; font-size: .8rem; }
.card .btn { margin-top: auto; }

.note {
  margin-top: 1.6rem; background: #fff; border: 2px dashed var(--sage); border-radius: var(--radius);
  padding: 1.2rem 1.4rem; display: flex; gap: .9rem; align-items: flex-start;
}
.note .emoji { font-size: 1.5rem; }
.note p { margin: 0; color: var(--ink-soft); }
.included-note { text-align: center; color: var(--ink-soft); margin-top: 1rem; font-weight: 600; }

/* ---------- Calculator ---------- */
.calc {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0;
  background: #fff; border-radius: var(--radius); box-shadow: var(--shadow-lg); overflow: hidden;
  border: 1px solid var(--line);
}
.calc__form { padding: 1.9rem; }
.calc__out { padding: 1.9rem; background: linear-gradient(160deg, var(--purple), var(--violet)); color: #fff; display: flex; flex-direction: column; }
.field { margin-bottom: 1.25rem; }
.field > label { display: block; font-family: var(--font-head); font-weight: 700; margin-bottom: .5rem; }
.segmented { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: .5rem; }
.segmented input { position: absolute; opacity: 0; pointer-events: none; }
.segmented label {
  display: block; text-align: center; padding: .7rem .4rem; border: 2px solid var(--line); border-radius: 12px;
  cursor: pointer; font-weight: 700; font-size: .9rem; transition: .15s; background: #fff;
}
.segmented label small { display: block; font-weight: 600; color: var(--ink-soft); font-size: .72rem; }
.segmented input:checked + label { border-color: var(--purple); background: #f6effa; color: var(--purple); }
.segmented input:focus-visible + label { outline: 2px solid var(--violet); outline-offset: 2px; }
.stepper-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.stepper { display: flex; align-items: center; gap: .6rem; }
.stepper button {
  width: 40px; height: 40px; border-radius: 10px; border: 2px solid var(--line); background: #fff;
  font-size: 1.3rem; font-weight: 800; color: var(--purple); cursor: pointer; line-height: 1;
}
.stepper button:hover { border-color: var(--purple); }
.stepper output { min-width: 2ch; text-align: center; font-family: var(--font-head); font-weight: 800; font-size: 1.3rem; }
.calc__out h3 { color: #fff; }
.calc__estimate { font-family: var(--font-head); font-weight: 800; font-size: 3.2rem; line-height: 1; margin: .3rem 0; }
.calc__lines { list-style: none; padding: 0; margin: .6rem 0 1rem; font-size: .95rem; }
.calc__lines li { display: flex; justify-content: space-between; padding: .3rem 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.calc__disclaimer { font-size: .85rem; opacity: .92; background: rgba(255,255,255,.12); padding: .8rem 1rem; border-radius: 12px; margin-bottom: 1.1rem; }
.calc__out .btn--call { background: #fff; color: var(--pink); }
.calc__out .btn--call:hover { background: #ffeaf4; }
.calc__out .btn--text { background: rgba(255,255,255,.16); color: #fff; border: 2px solid rgba(255,255,255,.5); box-shadow: none; }

/* ---------- About ---------- */
.about { display: grid; grid-template-columns: .9fr 1.1fr; gap: 2.5rem; align-items: center; }
.about__media { position: relative; }
.about__photo {
  border-radius: var(--radius); box-shadow: var(--shadow-lg); overflow: hidden; background: #fff;
  border: 6px solid #fff;
}
.about__photo.placeholder {
  aspect-ratio: 4/5; display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; gap: .5rem; color: var(--ink-soft); background: var(--cream); border: 2px dashed var(--sage);
  padding: 2rem;
}
.about__photo.placeholder .emoji { font-size: 2.6rem; }
.about h2 span { color: var(--purple); }
.signature { font-family: var(--font-head); font-weight: 800; color: var(--pink); font-size: 1.3rem; }

/* ---------- Testimonials ---------- */
.reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.3rem; align-items: start; }
.review {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.5rem;
  box-shadow: var(--shadow); display: flex; flex-direction: column;
}
.review .stars { color: #f5b731; letter-spacing: 2px; margin-bottom: .4rem; }
.review__body { color: var(--ink); }
.review__body.clamp { display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical; overflow: hidden; }
.review__more { align-self: flex-start; margin-top: .3rem; background: none; border: 0; color: var(--purple); font-weight: 800; font-family: var(--font-head); cursor: pointer; padding: 0; }
.review__by { margin-top: 1rem; display: flex; align-items: center; gap: .7rem; }
.review__avatar { width: 42px; height: 42px; border-radius: 50%; background: linear-gradient(135deg, var(--violet), var(--pink)); color: #fff; display: grid; place-items: center; font-family: var(--font-head); font-weight: 800; }
.review__by b { display: block; }
.review__by small { color: var(--ink-soft); }
.reviews-cta { text-align: center; margin-top: 2rem; }

/* ---------- FAQ ---------- */
.faq-list { max-width: 780px; margin: 0 auto; }
.faq {
  background: #fff; border: 1px solid var(--line); border-radius: 14px; margin-bottom: .8rem; overflow: hidden;
  box-shadow: 0 4px 14px rgba(110,40,130,.05);
}
.faq summary {
  cursor: pointer; list-style: none; padding: 1.1rem 1.3rem; font-family: var(--font-head); font-weight: 700;
  font-size: 1.05rem; display: flex; justify-content: space-between; align-items: center; gap: 1rem;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 1.5rem; color: var(--purple); transition: transform .2s; }
.faq[open] summary::after { transform: rotate(45deg); }
.faq .faq__a { padding: 0 1.3rem 1.2rem; color: var(--ink-soft); }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.3rem; }
.contact-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.6rem; text-align: center;
  box-shadow: var(--shadow); text-decoration: none; color: var(--ink); transition: transform .15s, box-shadow .15s;
  display: flex; flex-direction: column; align-items: center; gap: .3rem;
}
.contact-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.contact-card .emoji { font-size: 2rem; }
.contact-card b { font-family: var(--font-head); font-size: 1.15rem; }
.contact-card span { color: var(--ink-soft); font-size: .95rem; word-break: break-word; }
.contact-hours { text-align: center; margin-top: 1.6rem; color: var(--ink-soft); }

.final-cta { text-align: center; background: linear-gradient(160deg, var(--purple), var(--violet)); color: #fff; border-radius: var(--radius); padding: clamp(2.2rem,5vw,3.5rem); box-shadow: var(--shadow-lg); }
.final-cta h2 { color: #fff; }
.final-cta p { color: rgba(255,255,255,.9); max-width: 46ch; margin-inline: auto; }
.final-cta .btn--call { background: #fff; color: var(--pink); }
.final-cta .btn--text { background: rgba(255,255,255,.16); color:#fff; border: 2px solid rgba(255,255,255,.5); }
.final-cta .cta-row { display: flex; gap: .8rem; justify-content: center; flex-wrap: wrap; margin-top: 1.4rem; }

/* ---------- Footer ---------- */
.site-footer { background: #2a2233; color: #cdc4d6; padding: 2.5rem 0 calc(2.5rem + var(--bar)); }
.site-footer .foot-grid { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1.5rem; align-items: center; }
.site-footer a { color: #fff; }
.site-footer .brand b { color: #fff; }
.site-footer .brand span { color: #a99cb5; }
.foot-note { margin-top: 1.5rem; font-size: .82rem; color: #8f84a0; border-top: 1px solid #40374d; padding-top: 1.2rem; }

/* ---------- Sticky call bar (mobile) ---------- */
.callbar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; display: none;
  background: #fff; border-top: 1px solid var(--line); box-shadow: 0 -6px 20px rgba(0,0,0,.08);
  padding: .5rem; gap: .5rem;
}
.callbar .btn { flex: 1; padding: .8rem; }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .hero__grid, .about { grid-template-columns: 1fr; }
  .hero__art { order: -1; }
  .cards, .reviews, .contact-grid { grid-template-columns: 1fr; }
  .calc { grid-template-columns: 1fr; }
  .nav-links, .nav-cta { display: none; }
  .nav-toggle { display: block; }
  .site-header.open .nav-links {
    display: flex; flex-direction: column; align-items: flex-start; gap: .2rem;
    position: absolute; top: 100%; left: 0; right: 0; background: #fff; padding: 1rem 4%;
    border-bottom: 1px solid var(--line); box-shadow: var(--shadow);
  }
  .site-header.open .nav-links a { padding: .6rem 0; width: 100%; border-bottom: 1px solid var(--line); }
  .site-header.open .nav-cta { display: flex; padding: 1rem 4% 1.2rem; background:#fff; }
  .callbar { display: flex; }
  .float-card--1 { left: 2%; }
  .float-card--2 { right: 2%; }
}
@media (max-width: 560px) {
  .cards, .reviews { grid-template-columns: 1fr; }
  .stepper-row { grid-template-columns: 1fr; }
  .hero__cta .btn { flex: 1; }
}

/* respect reduced motion */
@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto; } .btn:hover { transform: none; } }
