/* ── Nav wordmark override ── */
.cc-nav-wordmark .italic-rose {
  font-style: italic;
  color: var(--rose);
}

/* ── Hero ── */
.hero {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 600px;
  padding: 48px 48px;
  background:
    radial-gradient(ellipse 78% 92% at 50% 50%, rgba(250, 247, 243, 0.93) 0%, rgba(250, 247, 243, 0.80) 52%, rgba(250, 247, 243, 0.48) 100%),
    url('../shared/images/hero-foliage.jpg') center / cover no-repeat;
}

.hero-inner {
  max-width: 680px;
}

.hero-eyebrow {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--rose);
  margin-bottom: 20px;
}

.hero-quote {
  font-family: 'Lora', serif;
  font-size: 48px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.25;
  color: var(--warm-dark);
  margin-bottom: 24px;
}

.hero-quote strong {
  font-style: normal;
  font-weight: 600;
  color: var(--rose);
}

.hero-body {
  font-size: 16px;
  color: var(--umber);
  line-height: 1.85;
  letter-spacing: 0.01em;
  margin: 0 auto 28px;
  max-width: 520px;
}

/* ── Photo strip ── */
.photo-strip {
  height: 280px;
  background: var(--linen);
  border-top: 0.5px solid #ddd5cb;
  border-bottom: 0.5px solid #ddd5cb;
  overflow: hidden;
}

.photo-strip img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* ── Story section ── */
.story {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 48px;
  padding: 72px 48px;
  background: var(--cream);
}

.story h2 {
  font-family: 'Lora', serif;
  font-size: 36px;
  font-weight: 600;
  color: var(--warm-dark);
  line-height: 1.25;
  margin-bottom: 24px;
}

.story p {
  font-size: 16px;
  color: var(--umber);
  line-height: 1.85;
  letter-spacing: 0.01em;
  margin-bottom: 16px;
}

.story blockquote {
  margin-top: 28px;
  padding: 20px 24px;
  background: var(--blush);
  border-left: 3px solid var(--rose);
  font-family: 'Lora', serif;
  font-style: italic;
  font-size: 18px;
  color: var(--espresso);
  line-height: 1.6;
}

.story-bio {
  display: flex;
  gap: 22px;
  align-items: flex-start;
}

.bio-avatar {
  width: 104px;
  height: 104px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

.bio-avatar img {
  width: 104px;
  height: 104px;
  object-fit: cover;
  object-position: center 18%;
  display: block;
}

.bio-info {
  flex: 1;
}

.bio-name {
  font-family: 'Lora', serif;
  font-size: 18px;
  font-weight: 600;
  color: var(--warm-dark);
  margin-bottom: 10px;
}

.cred-row {
  padding: 14px 0;
  border-bottom: 0.5px solid #e5ded5;
}

.cred-row:last-child { border-bottom: none; }

.cred-row .title {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: var(--warm-dark);
  margin-bottom: 3px;
}

.cred-row .sub {
  font-size: 13px;
  color: var(--driftwood);
  line-height: 1.5;
  letter-spacing: 0.01em;
}

/* ── Services ── */
.services {
  padding: 64px 48px;
  background: var(--sand);
}

.services-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 8px;
}

.services-header .eyebrow { margin-bottom: 0; }

.services h2 {
  font-family: 'Lora', serif;
  font-size: 34px;
  font-weight: 600;
  color: var(--warm-dark);
  margin-bottom: 32px;
}

.services h2 em {
  font-style: italic;
  font-weight: 400;
}

.services-all-link {
  font-size: 15px;
  color: var(--rose);
  text-decoration: none;
}

.services-all-link:hover { color: var(--rose-deep); }

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.service-card {
  background: var(--cream);
  border-radius: 16px;
  padding: 24px 22px;
}

.service-icon {
  width: 44px;
  height: 44px;
  background: var(--sand);
  border: 0.5px solid #ddd5cb;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.service-icon .ti {
  font-size: 22px;
  color: var(--rose);
}

.service-card h3 {
  font-family: 'Lora', serif;
  font-size: 19px;
  font-weight: 600;
  color: var(--warm-dark);
  margin-bottom: 10px;
}

.service-card p {
  font-size: 14px;
  color: var(--clay);
  line-height: 1.7;
  letter-spacing: 0.01em;
}

/* ── Footer CTA ── */
.footer-cta {
  background: var(--rose);
  padding: 48px 40px;
  text-align: center;
}

.footer-cta h2 {
  font-family: 'Lora', serif;
  font-size: 38px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 16px;
}

.footer-cta h2 em {
  font-style: italic;
  font-weight: 400;
}

.footer-cta .address {
  font-size: 16px;
  color: var(--rose-light);
  margin-bottom: 24px;
  letter-spacing: 0.01em;
}

.footer-cta .address a {
  color: var(--rose-light);
  text-decoration: none;
}

.btn-white {
  display: inline-block;
  background: #fff;
  color: var(--rose);
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  padding: 13px 28px;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.15s;
}

.btn-white:hover { background: #f5eff0; }

.btn-white:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

/* ── Footer ── */
footer {
  background: var(--espresso);
  padding: 18px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer span {
  font-size: 13px;
  color: var(--clay);
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .hero { padding: 64px 32px; }
  .story { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .hero { padding: 48px 20px; }
  .story { padding: 40px 20px; gap: 32px; }
  .services { padding: 40px 20px; }
  footer { padding: 16px 20px; flex-direction: column; gap: 8px; text-align: center; }
  .services-grid { grid-template-columns: 1fr; }
  .photo-strip img { height: 220px; }
}
