/* Glow Marketing — Soft Glow palette */
:root {
  --cream: #FAF6F0;
  --blush: #F3DDD3;
  --blush-deep: #E8C4B8;
  --terracotta: #C4704F;
  --terracotta-dark: #A85A3D;
  --ink: #3D2E28;
  --ink-soft: #6E5A50;
  --white: #FFFFFF;
}

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

body {
  font-family: 'Jost', 'Segoe UI', sans-serif;
  background: var(--cream);
  color: var(--ink);
  line-height: 1.7;
  font-weight: 300;
}

h1, h2, h3 { font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 500; line-height: 1.2; }
h1 { font-size: clamp(2.4rem, 5vw, 4rem); }
h2 { font-size: clamp(1.8rem, 3.5vw, 2.6rem); margin-bottom: 1rem; }
h3 { font-size: 1.35rem; margin-bottom: .5rem; }
p { color: var(--ink-soft); }
a { color: var(--terracotta); text-decoration: none; }
img { max-width: 100%; display: block; }

.container { max-width: 1100px; margin: 0 auto; padding: 0 24px; }

/* Nav */
nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(250, 246, 240, .92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--blush);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; padding: 18px 24px; max-width: 1100px; margin: 0 auto; }
.logo { font-family: 'Cormorant Garamond', serif; font-size: 1.6rem; color: var(--ink); letter-spacing: .5px; }
.logo span { color: var(--terracotta); }
.logo img { height: 36px; width: auto; display: block; }
.nav-links { display: flex; gap: 28px; list-style: none; align-items: center; }
.nav-links a { color: var(--ink-soft); font-size: .95rem; letter-spacing: .3px; transition: color .2s; }
.nav-links a:hover, .nav-links a.active { color: var(--terracotta); }
.nav-cta { background: var(--terracotta); color: var(--white) !important; padding: 10px 22px; border-radius: 30px; }
.nav-cta:hover { background: var(--terracotta-dark); }

/* Hero */
.hero { position: relative; }
.hero-img { width: 100%; height: 72vh; object-fit: cover; }
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(250,246,240,.94) 0%, rgba(250,246,240,.65) 45%, rgba(250,246,240,0) 75%);
  display: flex; align-items: center;
}
.hero-content { max-width: 1100px; margin: 0 auto; padding: 0 24px; width: 100%; }
.hero-content .inner { max-width: 540px; }
.eyebrow { text-transform: uppercase; letter-spacing: 3px; font-size: .8rem; color: var(--terracotta); margin-bottom: 14px; }
.hero p { font-size: 1.15rem; margin: 18px 0 30px; }

.btn { display: inline-block; background: var(--terracotta); color: var(--white); padding: 14px 34px; border-radius: 30px; font-family: inherit; font-weight: 300; font-size: 1rem; letter-spacing: .5px; border: none; cursor: pointer; transition: background .2s; }
.btn:hover { background: var(--terracotta-dark); }
.btn-outline { background: transparent; border: 1px solid var(--terracotta); color: var(--terracotta); margin-left: 12px; }
.btn-outline:hover { background: var(--blush); }

/* Sections */
section { padding: 80px 0; }
.section-head { text-align: center; max-width: 620px; margin: 0 auto 50px; }

/* Direct answer box — AI SEO friendly */
.answer-box {
  background: var(--white);
  border-left: 4px solid var(--terracotta);
  border-radius: 0 14px 14px 0;
  padding: 26px 30px;
  max-width: 780px;
  margin: 30px auto 0;
  box-shadow: 0 6px 30px rgba(196,112,79,.07);
}
.answer-box p { font-size: 1.08rem; color: var(--ink); }

/* Service cards */
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 28px; }
.card { background: var(--white); border-radius: 18px; overflow: hidden; box-shadow: 0 6px 30px rgba(196,112,79,.08); transition: transform .25s; }
.card:hover { transform: translateY(-6px); }
.card img { height: 210px; width: 100%; object-fit: cover; }
.card-body { padding: 26px; }
.card-body a { font-size: .95rem; letter-spacing: .5px; }

/* Split layout for service pages */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.split img { border-radius: 18px; box-shadow: 0 10px 40px rgba(196,112,79,.15); }
.split ul { list-style: none; margin-top: 20px; }
.split li, .checklist li { padding: 10px 0 10px 34px; position: relative; color: var(--ink-soft); }
.split li::before, .checklist li::before { content: '✦'; position: absolute; left: 0; color: var(--terracotta); }
.checklist { list-style: none; }

/* Prose blocks (expanded content) */
.prose { max-width: 780px; margin: 0 auto; }
.prose h2 { margin-top: 48px; }
.prose h3 { margin-top: 32px; color: var(--terracotta-dark); }
.prose p { margin-bottom: 18px; }
.prose ul { list-style: none; margin: 0 0 18px; }
.prose li { padding: 6px 0 6px 30px; position: relative; color: var(--ink-soft); }
.prose li::before { content: '✦'; position: absolute; left: 0; color: var(--terracotta); }

/* Stats */
.stats { background: var(--blush); border-radius: 24px; padding: 50px 30px; display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 30px; text-align: center; }
.stat-num { font-family: 'Playfair Display', Georgia, serif; font-weight: 500; font-size: 2.8rem; color: var(--terracotta-dark); font-variant-numeric: lining-nums; }
.stat-label { font-size: .9rem; color: var(--ink-soft); letter-spacing: .5px; }

/* Testimonials */
.testimonials { background: var(--white); }
.testi-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 28px; }
.testi { background: var(--cream); border-radius: 18px; padding: 32px; }
.testi q { font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; font-style: italic; color: var(--ink); display: block; margin-bottom: 18px; }
.testi-author { display: flex; align-items: center; gap: 12px; font-size: .9rem; color: var(--terracotta-dark); letter-spacing: .5px; }
.testi-author img { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; border: 2px solid var(--blush-deep); }
.stars { color: var(--terracotta); letter-spacing: 3px; margin-bottom: 12px; }

/* CTA band */
.cta-band { background: linear-gradient(135deg, var(--blush-deep), var(--blush)); text-align: center; }
.cta-band h2 { color: var(--ink); }
.cta-band p { margin-bottom: 28px; }

/* Page header (interior pages) */
.page-head { text-align: center; padding: 70px 24px 20px; }
.page-head .eyebrow { margin-bottom: 10px; }
.page-head p { max-width: 640px; margin: 16px auto 0; font-size: 1.1rem; }

/* Contact */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
form { background: var(--white); border-radius: 18px; padding: 36px; box-shadow: 0 6px 30px rgba(196,112,79,.08); }
label { display: block; font-size: .85rem; letter-spacing: .5px; margin: 18px 0 6px; color: var(--ink); }
input, textarea, select {
  width: 100%; padding: 13px 16px; border: 1px solid var(--blush-deep); border-radius: 10px;
  background: var(--cream); font-family: inherit; font-size: 1rem; color: var(--ink);
}
input:focus, textarea:focus, select:focus { outline: 2px solid var(--terracotta); border-color: transparent; }
form .btn { margin-top: 26px; width: 100%; }

/* FAQ */
details { background: var(--white); border-radius: 12px; padding: 18px 24px; margin-bottom: 12px; }
summary { font-family: 'Cormorant Garamond', serif; font-size: 1.15rem; cursor: pointer; color: var(--ink); }
details p { padding-top: 10px; }

/* Blog */
.blog-list { display: grid; gap: 28px; max-width: 780px; margin: 0 auto; }
.post { background: var(--white); border-radius: 18px; padding: 40px; box-shadow: 0 6px 30px rgba(196,112,79,.08); }
.post .post-img { width: 100%; height: 240px; object-fit: cover; border-radius: 12px; margin-bottom: 24px; }
.post .meta { font-size: .8rem; text-transform: uppercase; letter-spacing: 2px; color: var(--terracotta); margin-bottom: 10px; }
.post h2 { font-size: 1.7rem; }
.post p { margin-bottom: 14px; }
.post .lead { font-size: 1.08rem; color: var(--ink); }

/* Footer */
footer { background: var(--ink); color: var(--blush); padding: 50px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; max-width: 1100px; margin: 0 auto; padding: 0 24px; }
footer h4 { font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; margin-bottom: 14px; color: var(--white); }
footer a { color: var(--blush); display: block; margin-bottom: 8px; font-size: .92rem; }
footer a:hover { color: var(--white); }
footer p { color: var(--blush-deep); font-size: .92rem; }
.copyright { text-align: center; margin-top: 40px; font-size: .8rem; color: var(--blush-deep); }

@media (max-width: 820px) {
  .split, .contact-grid, .footer-grid { grid-template-columns: 1fr; }
  .nav-links { gap: 14px; font-size: .85rem; flex-wrap: wrap; }
  .hero-img { height: 60vh; }
  .hero-overlay { background: linear-gradient(180deg, rgba(250,246,240,.9), rgba(250,246,240,.75)); }
  section { padding: 56px 0; }
  .post { padding: 28px; }
}
