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

/* ── Hero mosaic ── */
.hero-mosaic {
  display: grid;
  grid-template-columns: 2fr 1fr;
  height: 520px;
}

.hero-main {
  position: relative;
  overflow: hidden;
}

.hero-main img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.hero-overlay-card {
  position: absolute;
  bottom: 24px;
  left: 24px;
  background: #faf7f3d9;
  border-radius: 8px;
  padding: 18px 24px;
  z-index: 2;
  max-width: 360px;
}

.hero-overlay-card h1 {
  font-family: 'Lora', serif;
  font-size: 28px;
  font-weight: 600;
  color: var(--warm-dark);
  line-height: 1.25;
  margin-bottom: 6px;
}

.hero-overlay-card h1 em {
  font-style: italic;
  font-weight: 400;
}

.hero-overlay-card .subline {
  font-size: 13px;
  color: var(--driftwood);
  letter-spacing: 0.01em;
}

.hero-side {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 1px;
  height: 520px;
  background: var(--stone);
}

.hero-side-cell {
  overflow: hidden;
  min-height: 0;
}

.hero-side-cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ── Tagline bar ── */
.tagline-bar {
  background: var(--sand);
  padding: 18px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 0.5px solid #e5ded5;
  border-bottom: 0.5px solid #e5ded5;
}

.tagline {
  font-family: 'Lora', serif;
  font-style: italic;
  font-size: 18px;
  color: var(--espresso);
}

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

.contact-info {
  display: flex;
  gap: 20px;
  align-items: center;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: var(--driftwood);
  text-decoration: none;
}

.contact-item .ti {
  font-size: 14px;
  color: var(--rose);
}

.contact-item:hover { color: var(--umber); }

/* ── Intro ── */
.intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  padding: 52px 40px;
  background: var(--cream);
}

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

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

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

/* Portrait card */
.portrait-card {
  background: var(--sand);
  border-radius: 16px;
  padding: 16px;
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 16px;
  align-items: center;
  margin-bottom: 12px;
}

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

.portrait-avatar img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  object-position: top;
  display: block;
  border-radius: 50%;
}

.portrait-info .name {
  font-family: 'Lora', serif;
  font-size: 17px;
  font-weight: 600;
  color: var(--warm-dark);
  margin-bottom: 4px;
}

.portrait-info .creds {
  font-size: 13px;
  color: var(--clay);
  line-height: 1.5;
  letter-spacing: 0.01em;
}

/* What to expect card */
.expect-card {
  background: var(--blush);
  border-radius: 16px;
  padding: 18px 20px;
}

.expect-label {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--rose);
  margin-bottom: 10px;
}

.expect-item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 15px;
  color: var(--espresso);
  line-height: 1.5;
  margin-bottom: 12px;
  letter-spacing: 0.01em;
}

.expect-item:last-child { margin-bottom: 0; }

.expect-item .ti {
  font-size: 15px;
  color: var(--rose);
  margin-top: 1px;
  flex-shrink: 0;
}

/* ── Photo mosaic strip ── */
.photo-mosaic {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 1px;
  height: 380px;
  background: var(--stone);
  overflow: hidden;
}

.photo-mosaic img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  display: block;
}

/* ── Services panel ── */
.services {
  background: var(--blush);
  padding: 64px 40px;
}

.services .eyebrow { color: var(--rose); }

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

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

.service-card {
  background: var(--cream);
  border: 0.5px solid #f0e2e5;
  border-radius: 16px;
  padding: 24px 22px;
  box-shadow: 0 4px 16px rgba(26, 20, 16, 0.04);
}

.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;
}

/* ── CTA section ── */
.cta-section {
  background: var(--sand);
  padding: 52px 40px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: center;
  border-top: 0.5px solid #ddd5cb;
}

.cta-section h2 {
  font-family: 'Lora', serif;
  font-size: 36px;
  font-weight: 600;
  color: var(--warm-dark);
  margin-bottom: 12px;
}

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

.cta-body {
  font-size: 16px;
  color: var(--clay);
  line-height: 1.6;
  letter-spacing: 0.01em;
}

.cta-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

.call-label {
  font-size: 13px;
  color: var(--driftwood);
}

.phone-num {
  font-size: 17px;
  font-weight: 500;
  color: var(--warm-dark);
  font-family: 'Inter', sans-serif;
  text-decoration: none;
}

.phone-num:hover { color: var(--rose); }

/* ── 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) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .intro { grid-template-columns: 1fr; }
  .cta-section { grid-template-columns: 1fr; }
  .cta-right { align-items: flex-start; }
}

@media (max-width: 768px) {
  .hero-mosaic {
    display: flex;
    flex-direction: column;
    height: auto;
  }
  .hero-main img { height: 300px; }
  .hero-side {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 160px;
    height: 160px;
    gap: 1px;
  }
  .tagline-bar { flex-direction: column; gap: 12px; text-align: center; padding: 16px 20px; }
  .contact-info { justify-content: center; }
  .intro { padding: 40px 20px; gap: 32px; }
  .photo-mosaic { grid-template-columns: 1fr; }
  .photo-mosaic > *:not(:first-child) { display: none; }

  .services { padding: 40px 20px; }
  .services-grid { grid-template-columns: 1fr; }
  .cta-section { padding: 40px 20px; }
  footer { padding: 16px 20px; flex-direction: column; gap: 8px; text-align: center; }
}
