/* =========================================================
   Home — homey & soft
   ========================================================= */

/* Hero — full-bleed Jacksonville sunset with overlaid copy */
.home-hero {
  position: relative;
  min-height: 88vh;
  padding-top: clamp(140px, 18vw, 200px);
  padding-bottom: clamp(48px, 7vw, 80px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  isolation: isolate;
  color: var(--bg);
}
.home-hero__media {
  position: absolute;
  inset: 0;
  z-index: -2;
}
.home-hero__media img,
.home-hero__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 60%;
  display: block;
}
.home-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(58, 38, 32,0.35) 0%, rgba(58, 38, 32,0.10) 30%, rgba(58, 38, 32,0.55) 78%, rgba(58, 38, 32,0.78) 100%),
    linear-gradient(90deg, rgba(58, 38, 32,0.45) 0%, rgba(58, 38, 32,0.10) 50%, rgba(58, 38, 32,0) 100%);
}

.home-hero__inner {
  position: relative;
  z-index: 1;
  width: 100%;
}
.home-hero__copy {
  max-width: 720px;
  background: rgba(58, 38, 32, 0.32);
  backdrop-filter: blur(10px) saturate(120%);
  -webkit-backdrop-filter: blur(10px) saturate(120%);
  border: 1px solid rgba(250, 241, 225, 0.14);
  border-radius: 28px;
  padding: clamp(28px, 4vw, 44px) clamp(28px, 4vw, 48px);
  box-shadow: 0 18px 50px rgba(58, 38, 32, 0.28);
}
.home-hero__copy .eyebrow {
  margin-bottom: var(--space-6);
  color: var(--bg);
}
.home-hero__copy .eyebrow::before { color: var(--highlight); }
.home-hero__title {
  font-size: clamp(40px, 6.4vw, 84px);
  margin-bottom: var(--space-6);
  max-width: 14ch;
  color: var(--bg);
  text-shadow: 0 1px 30px rgba(58, 38, 32,0.45);
}
.home-hero__sub {
  font-size: clamp(17px, 1.4vw, 20px);
  color: rgba(250, 246, 239, 0.9);
  max-width: 52ch;
  margin-bottom: var(--space-7);
  line-height: 1.6;
}
.home-hero__ctas {
  display: flex;
  gap: var(--space-3);
  flex-wrap: wrap;
}

/* Paper-ghost button — visible on dark photo */
.btn--paper-ghost {
  background: transparent;
  color: var(--bg);
  border: 1.5px solid rgba(250, 246, 239, 0.55);
}
.btn--paper-ghost:hover {
  background: var(--bg);
  color: var(--ink);
  border-color: var(--bg);
  transform: translateY(-1px);
}

/* =========================================================
   Facts strip — its own row below the hero
   ========================================================= */
.facts-strip {
  padding: clamp(28px, 4vw, 44px) 0;
  border-bottom: 1px solid var(--border);
  background: var(--bg);
}
.facts-strip__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: clamp(28px, 5vw, 64px);
  align-items: flex-start;
  justify-content: center;
  text-align: center;
}
.facts-strip__item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}
.facts-strip__label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--gold-deep);
  font-weight: 500;
}
.facts-strip__value {
  font-family: var(--display);
  font-size: clamp(15px, 1.4vw, 17px);
  font-weight: 500;
  letter-spacing: -0.012em;
  color: var(--ink);
}

/* Legacy hero meta — no longer used, kept for safety */
.home-hero__meta {
  display: flex;
  gap: clamp(24px, 4vw, 56px);
  margin-top: clamp(40px, 6vw, 72px);
  padding-top: var(--space-6);
  border-top: 1px solid rgba(250, 246, 239, 0.22);
  flex-wrap: wrap;
}
.home-hero__meta-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.home-hero__meta-label {
  font-size: 10.5px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--highlight);
  font-weight: 500;
}
.home-hero__meta-value {
  font-family: var(--display);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: var(--bg);
}

/* Make the wordmark + nav legible over a dark hero on this page only */
.home-hero ~ * { /* placeholder — actual styling below */ }

@media (max-width: 900px) {
  .home-hero { min-height: 80vh; }
  .home-hero__title { font-size: clamp(36px, 9vw, 56px); }
  .home-hero__meta { gap: var(--space-5); }
}

/* =========================================================
   Meet Olivia teaser
   ========================================================= */
.meet {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: clamp(40px, 6vw, 96px);
  align-items: center;
}
.meet__photo {
  aspect-ratio: 1 / 1;
  max-width: 440px;
}
.meet__content { max-width: 540px; }
.meet__content .eyebrow { margin-bottom: var(--space-5); }
.meet__content h2 { margin-bottom: var(--space-6); max-width: 16ch; }
.meet__content p {
  font-size: 17px;
  color: var(--ink-soft);
  line-height: 1.75;
  margin-bottom: var(--space-6);
}

@media (max-width: 900px) {
  .meet { grid-template-columns: 1fr; }
  .meet__photo { max-width: 100%; }
}

/* =========================================================
   Services — soft cream cards with sage halo
   ========================================================= */
.services__head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-9);
  align-items: end;
  margin-bottom: var(--space-9);
}
.services__head h2 { max-width: 14ch; }
.services__head p { color: var(--ink-soft); max-width: 44ch; font-size: 17px; }

.services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-5);
}
.service {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r-2xl);
  padding: clamp(28px, 3vw, 36px);
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  position: relative;
  transition: border-color var(--dur) var(--ease), transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
  min-height: 340px;
  overflow: hidden;
}
.service::before {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--accent-tint) 0%, transparent 70%);
  z-index: 0;
  transition: transform var(--dur) var(--ease);
}
.service:hover {
  border-color: var(--accent);
  transform: translateY(-4px);
  box-shadow: var(--shadow-card-hover);
}
.service:hover::before { transform: scale(1.2); }
.service > * { position: relative; z-index: 1; }
.service__icon-wrap {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--accent-soft);
  color: var(--accent-deep);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--space-3);
  border: 1.5px solid var(--accent);
}
.service__icon-wrap--brown {
  background: var(--gold-soft);
  color: var(--gold-deep);
  border-color: var(--gold);
}
.service__icon { width: 26px; height: 26px; }
.service__num {
  font-family: var(--display);
  font-size: 12px;
  font-weight: 500;
  color: var(--gold);
  position: absolute;
  top: var(--space-7);
  right: var(--space-7);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.service h3 {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.018em;
}
.service p {
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.7;
  flex-grow: 1;
}
.service .text-link { margin-top: var(--space-3); }

@media (max-width: 900px) {
  .services__head { grid-template-columns: 1fr; gap: var(--space-5); margin-bottom: var(--space-7); }
  .services__grid { grid-template-columns: 1fr; }
  .service { min-height: 0; }
}

/* =========================================================
   Areas — chip grid
   ========================================================= */
.areas {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: clamp(40px, 6vw, 96px);
  align-items: start;
}
.areas__head h2 { margin-bottom: var(--space-5); max-width: 14ch; }
.areas__head p { color: var(--ink-soft); max-width: 36ch; font-size: 17px; }

.areas__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.areas__chips li {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r-pill);
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 500;
  color: var(--ink);
  letter-spacing: -0.005em;
  transition: border-color 220ms var(--ease), color 220ms var(--ease), background 220ms var(--ease), transform 220ms var(--ease);
  cursor: default;
}
.areas__chips li:hover {
  border-color: var(--accent);
  color: var(--accent-deep);
  background: var(--accent-soft);
  transform: translateY(-2px);
}

.areas__note {
  margin-top: var(--space-7);
  padding: var(--space-5) var(--space-6);
  background: var(--gold-soft);
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  font-size: 15px;
  color: var(--ink-soft);
  max-width: 56ch;
  position: relative;
  padding-left: 60px;
}
.areas__note::before {
  content: "✦";
  position: absolute;
  left: 22px;
  top: 18px;
  color: var(--gold-deep);
  font-size: 20px;
  line-height: 1;
}
.areas__note strong { color: var(--ink); font-weight: 600; }

@media (max-width: 900px) {
  .areas { grid-template-columns: 1fr; }
}
