/* ============================================================
   Sparkle & Shine Services — Shared Stylesheet
   Palette: dusty rose #c9607e | blush #fae8ee | off-white #faf8f9
   ============================================================ */

/* ── Reset ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Nunito', Arial, sans-serif;
  color: #3c3c3c;
  background: #fff;
  line-height: 1.65;
  font-size: 16px;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
address { font-style: normal; }

/* ── Palette ── */
/* --rose:    #c9607e  dusty rose primary      */
/* --rose-dk: #a84d68  darker hover            */
/* --blush:   #fae8ee  soft pink bg            */
/* --pale:    #faf8f9  near-white bg           */
/* --charcoal:#3c3c3c  body text               */
/* --mid:     #6b7280  secondary text          */
/* --dark:    #1e1e1e  headings                */

/* ── Typography ── */
.script { font-family: 'Dancing Script', cursive; font-weight: 700; }
h1, h2, h3, h4 { color: #1e1e1e; line-height: 1.2; }
h1 { font-size: 2.8rem; font-weight: 800; }
h2 { font-size: 2rem; font-weight: 800; }
h3 { font-size: 1.1rem; font-weight: 800; margin-bottom: .4rem; }
h4 { font-size: 1rem; font-weight: 800; margin-bottom: .4rem; }
p  { color: #6b7280; }
strong { color: #3c3c3c; }

/* ── Layout ── */
.container { max-width: 1100px; margin: 0 auto; padding: 0 1.5rem; }
.section { padding: 5rem 0; }
.bg-blush { background: #faf8f9; }
.bg-white { background: #fff; }

/* ── Section Header ── */
.section-header { text-align: center; margin-bottom: 3rem; }
.section-cta { text-align: center; margin-top: 2.5rem; }
.eyebrow {
  font-size: .75rem; font-weight: 800; letter-spacing: .16em;
  text-transform: uppercase; color: #c9607e; margin-bottom: .35rem;
}
.divider {
  width: 48px; height: 3px; background: #c9607e;
  border-radius: 2px; margin: .8rem auto 0;
}
h2 .script { font-size: 2.4rem; color: #c9607e; }

/* ── Buttons ── */
.btn {
  display: inline-block; padding: .7rem 1.8rem;
  border-radius: 6px; font-weight: 800; font-size: .92rem;
  transition: background .18s, color .18s, box-shadow .18s, transform .12s;
  cursor: pointer;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary {
  background: #c9607e; color: #fff;
  box-shadow: 0 2px 10px rgba(176,104,128,.25);
}
.btn-primary:hover { background: #a84d68; box-shadow: 0 4px 16px rgba(143,82,103,.3); }
.btn-outline {
  background: transparent; color: #c9607e;
  border: 2px solid #c9607e;
}
.btn-outline:hover { background: #c9607e; color: #fff; }
.btn-ghost {
  background: transparent; color: #1e1e1e;
  border: 2px solid rgba(255,255,255,.4); color: #fff;
}
.btn-ghost:hover { background: rgba(255,255,255,.12); }
.btn-white { background: #fff; color: #c9607e; font-weight: 800; }
.btn-white:hover { background: #fae8ee; }
.btn-white-outline {
  background: transparent; color: #fff;
  border: 2px solid rgba(255,255,255,.6);
}
.btn-white-outline:hover { background: rgba(255,255,255,.12); }

/* ── Nav ── */
nav {
  position: sticky; top: 0; z-index: 100;
  background: #fff;
  border-bottom: 1px solid #f0d5dd;
  padding: .85rem 0;
}
.nav-inner {
  display: flex; align-items: center; gap: 1rem;
}
.nav-logo {
  display: flex; flex-direction: column; line-height: 1;
  margin-right: auto;
}
.logo-script {
  font-family: 'Dancing Script', cursive;
  font-size: 1.55rem; font-weight: 900; color: #c9607e;
}
.logo-script em { color: #4a4a4a; font-style: normal; }
.logo-sub {
  font-size: .6rem; font-weight: 800; letter-spacing: .2em;
  text-transform: uppercase; color: #9ca3af; margin-top: .1rem;
}
.nav-links {
  list-style: none;
  display: flex; gap: 1.8rem; align-items: center;
}
.nav-links a {
  font-size: .9rem; font-weight: 700; color: #4a4a4a;
  padding-bottom: 2px; border-bottom: 2px solid transparent;
  transition: color .15s, border-color .15s;
}
.nav-links a:hover,
.nav-links a.active { color: #c9607e; border-bottom-color: #c9607e; }
.nav-cta { padding: .5rem 1.2rem; font-size: .88rem; margin-left: .5rem; }
.nav-toggle {
  display: none; background: none; border: none;
  font-size: 1.4rem; cursor: pointer; color: #4a4a4a;
}

/* ── Hero ── */
.hero {
  background: linear-gradient(145deg, #fff 0%, #faf8f9 50%, #fae8ee 100%);
  padding: 5rem 0 4rem;
  overflow: hidden;
}
.hero-inner {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 3rem; align-items: center;
}
.hero-text .eyebrow { font-size: .78rem; }
h1 { margin-bottom: 1rem; }
.hero-script { font-size: 3.6rem; color: #c9607e; display: block; }
.hero-lead { font-size: 1rem; max-width: 440px; margin-bottom: 2rem; }
.hero-cta { display: flex; gap: 1rem; flex-wrap: wrap; }

/* hero right panel */
.hero-panel {
  background: #fff;
  border: 1px solid #f0d5dd;
  border-radius: 14px;
  padding: 2rem;
  box-shadow: 0 4px 30px rgba(176,104,128,.08);
}
.panel-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: .8rem;
}
.panel-item {
  background: #faf8f9; border: 1px solid #f0d5dd;
  border-radius: 10px; padding: 1rem .8rem;
  text-align: center; transition: border-color .2s;
}
.panel-item:hover { border-color: #c9607e; }
.panel-icon { font-size: 1.7rem; display: block; margin-bottom: .35rem; }
.panel-item p { font-size: .8rem; font-weight: 700; color: #4a4a4a; }
.panel-location {
  margin-top: 1rem;
  background: #c9607e; color: #fff;
  border-radius: 6px; padding: .6rem 1rem;
  font-size: .85rem; font-weight: 700; text-align: center;
}

/* ── Trust Bar ── */
.trust-bar {
  background: #2d2d2d; padding: .9rem 0;
}
.trust-items {
  display: flex; flex-wrap: wrap; gap: .5rem 1.5rem;
  justify-content: center;
}
.trust-item { display: flex; align-items: center; gap: .4rem; font-size: .82rem; font-weight: 700; color: rgba(255,255,255,.85); }
.tick {
  background: #c9607e; color: #fff;
  width: 18px; height: 18px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: .65rem; flex-shrink: 0;
}

/* ── Cards ── */
.card-grid { display: grid; gap: 1.4rem; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.card {
  background: #fff;
  border: 1px solid #f0d5dd;
  border-radius: 12px;
  padding: 1.8rem 1.5rem;
  transition: border-color .2s, box-shadow .2s, transform .2s;
}
.card:hover {
  border-color: #c9607e;
  box-shadow: 0 6px 24px rgba(176,104,128,.1);
  transform: translateY(-3px);
}
.card-icon { font-size: 2rem; display: block; margin-bottom: .8rem; }
.card p { font-size: .88rem; margin-top: .4rem; }
.card-link {
  display: inline-block; margin-top: 1rem;
  font-size: .85rem; font-weight: 800; color: #c9607e;
  transition: color .15s;
}
.card-link:hover { color: #a84d68; }

/* ── Why Strip ── */
.why-strip {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem;
}
.why-item {
  text-align: center;
  padding: 1.8rem 1.2rem;
  border: 1px solid #f0d5dd;
  border-radius: 12px;
  background: #fff;
  transition: box-shadow .2s;
}
.why-item:hover { box-shadow: 0 4px 20px rgba(176,104,128,.1); }
.why-icon {
  font-size: 2rem; display: block; margin-bottom: .8rem;
}
.why-item h4 { margin-bottom: .4rem; }
.why-item p { font-size: .85rem; }

/* ── Testimonials ── */
.testi-card {
  background: #faf8f9;
  border: 1px solid #f0d5dd;
  border-radius: 12px;
  padding: 1.8rem;
}
.stars { color: #c9607e; letter-spacing: .1em; margin-bottom: .7rem; font-size: .95rem; }
.testi-card p { font-size: .9rem; font-style: italic; color: #4a4a4a; margin-bottom: 1rem; }
.testi-author { font-size: .82rem; font-weight: 800; color: #c9607e; }

/* ── CTA Banner ── */
.cta-banner {
  background: linear-gradient(135deg, #c9607e 0%, #a84d68 100%);
  padding: 4rem 0;
}
.cta-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 2rem; flex-wrap: wrap;
}
.cta-title { font-size: 2.4rem; color: #fff; display: block; }
.cta-banner p { color: rgba(255,255,255,.85); margin-top: .3rem; }
.cta-btns { display: flex; gap: 1rem; flex-wrap: wrap; }

/* ── Page Hero (inner pages) ── */
.page-hero {
  background: linear-gradient(145deg, #faf8f9, #fae8ee);
  padding: 3.5rem 0 3rem;
  border-bottom: 1px solid #f0d5dd;
}
.page-hero h1 { font-size: 2.4rem; }
.page-hero h1 .script { font-size: 3rem; color: #c9607e; }
.page-hero p { max-width: 560px; margin-top: .6rem; }
.breadcrumb {
  font-size: .78rem; font-weight: 700; color: #c9607e;
  margin-bottom: .6rem; letter-spacing: .05em;
}
.breadcrumb a { color: #c9607e; }
.breadcrumb span { color: #9ca3af; }

/* ── Services Page ── */
.service-block {
  display: grid; grid-template-columns: 1fr 2fr; gap: 2.5rem;
  padding: 3rem 0;
  border-bottom: 1px solid #f0d5dd;
  align-items: start;
}
.service-block:last-child { border-bottom: none; }
.service-block-icon { font-size: 3rem; }
.service-block h3 { font-size: 1.4rem; margin-bottom: .6rem; }
.service-block p { margin-bottom: .8rem; }
.service-includes {
  list-style: none; display: flex; flex-wrap: wrap; gap: .4rem .8rem;
  margin-top: .8rem;
}
.service-includes li {
  font-size: .82rem; font-weight: 700;
  background: #fae8ee; color: #a84d68;
  border-radius: 4px; padding: .2rem .7rem;
}

/* ── About Page ── */
.about-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center;
}
.values-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.2rem;
}
.value-item {
  padding: 1.4rem; border: 1px solid #f0d5dd; border-radius: 10px; background: #fff;
}
.value-item .v-icon { font-size: 1.5rem; margin-bottom: .5rem; display: block; }
.value-item h4 { font-size: .95rem; margin-bottom: .3rem; }
.value-item p { font-size: .83rem; }

/* ── Areas Page ── */
.areas-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start;
}
.area-map-wrap {
  border-radius: 12px; overflow: hidden;
  border: 1px solid #f0d5dd;
  box-shadow: 0 4px 20px rgba(176,104,128,.08);
}
.area-map-wrap iframe { width: 100%; height: 380px; border: none; display: block; }
.area-tags { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1rem; }
.area-tag {
  background: #fae8ee; border: 1px solid #c9607e;
  color: #a84d68; border-radius: 4px;
  padding: .25rem .75rem; font-size: .8rem; font-weight: 800;
}

/* ── Contact Page ── */
.contact-grid {
  display: grid; grid-template-columns: 1fr 1.4fr; gap: 3rem; align-items: start;
}
.contact-details p {
  display: flex; align-items: flex-start; gap: .6rem;
  margin-bottom: 1rem; font-size: .95rem; color: #3c3c3c;
}
.contact-details a { color: #c9607e; font-weight: 700; }
.contact-details a:hover { color: #a84d68; }
.contact-form {
  background: #faf8f9; border: 1px solid #f0d5dd;
  border-radius: 14px; padding: 2.2rem;
}
.contact-form h3 { margin-bottom: 1.4rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-group { margin-bottom: 1.2rem; }
.form-group label {
  display: block; font-size: .83rem; font-weight: 800;
  color: #4a4a4a; margin-bottom: .35rem;
}
.form-group input,
.form-group textarea,
.form-group select {
  width: 100%; padding: .65rem .9rem;
  border: 1px solid #f0d5dd; border-radius: 6px;
  font-family: inherit; font-size: .9rem; color: #3c3c3c;
  background: #fff; transition: border-color .15s;
  outline: none;
}
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus { border-color: #c9607e; }
.form-group textarea { resize: vertical; min-height: 110px; }
.form-note { font-size: .78rem; color: #9ca3af; margin-top: 1rem; }

/* ── Footer ── */
footer {
  background: #1e1e1e;
  padding: 3.5rem 0 0;
}
.footer-grid {
  display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 2rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.footer-logo {
  font-size: 1.4rem; color: #f0c0cc; display: block; margin-bottom: .7rem;
}
.footer-brand p { font-size: .85rem; color: rgba(255,255,255,.55); max-width: 280px; }
.footer-socials { display: flex; gap: .6rem; margin-top: 1.2rem; }
.social-btn {
  padding: .38rem .9rem; border-radius: 5px;
  font-size: .8rem; font-weight: 800; transition: opacity .15s;
}
.social-btn:hover { opacity: .85; }
.social-btn.fb { background: #1877f2; color: #fff; }
.social-btn.ig { background: linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888); color: #fff; }
footer h4 { color: rgba(255,255,255,.9); font-size: .88rem; font-weight: 800; margin-bottom: .9rem; }
.footer-links { list-style: none; }
.footer-links li { margin-bottom: .35rem; }
.footer-links a { font-size: .85rem; color: rgba(255,255,255,.5); transition: color .15s; }
.footer-links a:hover { color: #f0c0cc; }
footer address p { font-size: .85rem; color: rgba(255,255,255,.55); margin-bottom: .4rem; }
footer address a { color: rgba(255,255,255,.7); transition: color .15s; }
footer address a:hover { color: #f0c0cc; }
.addr-area { margin-top: .6rem; }
.footer-bottom { background: #161616; }
.footer-bottom-inner {
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: .5rem;
  padding: 1rem 0;
}
.footer-bottom p { font-size: .78rem; color: rgba(255,255,255,.35); }

/* ── Responsive ── */
@media (max-width: 960px) {
  h1 { font-size: 2.2rem; }
  .hero-script { font-size: 2.8rem; }
  .hero-inner { grid-template-columns: 1fr; }
  .grid-3 { grid-template-columns: 1fr 1fr; }
  .why-strip { grid-template-columns: 1fr 1fr; }
  .service-block { grid-template-columns: 1fr; gap: 1rem; }
  .about-grid, .contact-grid, .areas-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .cta-inner { flex-direction: column; text-align: center; }
}
@media (max-width: 640px) {
  .grid-3, .grid-2 { grid-template-columns: 1fr; }
  .why-strip { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: 1fr; }
  .nav-links { display: none; flex-direction: column; background: #fff; position: absolute; top: 100%; left: 0; right: 0; padding: 1rem 1.5rem; border-bottom: 1px solid #f0d5dd; gap: .8rem; }
  .nav-links.open { display: flex; }
  .nav-toggle { display: block; }
  nav { position: relative; }
  .nav-cta { display: none; }
  h2 .script { font-size: 2rem; }
}
