/* ==========================================================================
   Lidaspring Dental — Edmonton landing page
   Scoped to .dc-landing. Does not affect the rest of the Minimer theme.
   ========================================================================== */

.dc-landing {
  --warm: #fcfaf7;
  --warm-2: #f5efe8;
  --mint: #e4f2ef;
  --mint-2: #d3e9e5;
  --teal: #0e4c5a;
  --teal-deep: #0a3641;
  --teal-mid: #17707f;
  --coral: #ef6a53;
  --coral-deep: #d8543e;
  --ink: #16262b;
  --muted: #5c6f75;
  --edge: #e2ded8;
  --edge-light: rgba(255, 255, 255, 0.18);

  --display: "Outfit", "Helvetica Neue", Arial, sans-serif;
  --body: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --r: 20px;
  --r-lg: 32px;
  --shadow: 0 20px 46px -24px rgba(14, 76, 90, .3);
  --shadow-lg: 0 40px 80px -34px rgba(14, 76, 90, .45);

  --wrap: 1180px;
  --gutter: 24px;

  background: var(--warm);
  color: var(--ink);
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.dc-landing *,
.dc-landing *::before,
.dc-landing *::after { box-sizing: border-box; }

.dc-landing img { max-width: 100%; height: auto; display: block; }
.dc-landing p { margin: 0; }

.dc-landing h1,
.dc-landing h2,
.dc-landing h3,
.dc-landing h4 {
  font-family: var(--display);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.022em;
  margin: 0;
  color: var(--teal-deep);
}

.dc-wrap {
  width: 100%;
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

.dc-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 999px;
  background: var(--mint);
  color: var(--teal);
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.dc-tag--coral { background: rgba(239, 106, 83, .12); color: var(--coral-deep); }
.dc-tag--light { background: rgba(255,255,255,.14); color: #fff; }

/* ---------- Buttons (fully pill) ---------- */
.dc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 30px;
  border-radius: 999px;
  font-family: var(--body);
  font-size: 15.5px;
  font-weight: 700;
  text-decoration: none;
  border: 2px solid transparent;
  cursor: pointer;
  transition: background-color .16s ease, color .16s ease, border-color .16s ease, transform .16s ease;
}
.dc-btn:hover { transform: translateY(-2px); }
.dc-btn--coral { background: var(--coral); color: #fff; }
.dc-btn--coral:hover { background: var(--coral-deep); color: #fff; }
.dc-btn--teal { background: var(--teal); color: #fff; }
.dc-btn--teal:hover { background: var(--teal-deep); color: #fff; }
.dc-btn--outline { border-color: var(--teal); color: var(--teal); background: transparent; }
.dc-btn--outline:hover { background: var(--teal); color: #fff; }
.dc-btn--white { background: #fff; color: var(--teal-deep); }
.dc-btn--white:hover { background: var(--mint); color: var(--teal-deep); }
.dc-btn--ghost-light { border-color: var(--edge-light); color: #fff; }
.dc-btn--ghost-light:hover { border-color: #fff; color: #fff; }
.dc-btn--sm { padding: 12px 22px; font-size: 14.5px; }

/* ---------- Utility bar ---------- */
.dc-util {
  background: var(--teal-deep);
  color: rgba(255,255,255,.82);
  font-size: 13.5px;
  padding: 10px 0;
}
.dc-util__inner { display: flex; flex-wrap: wrap; gap: 10px 26px; align-items: center; justify-content: center; }
.dc-util span { display: inline-flex; align-items: center; gap: 7px; }
.dc-util a { color: #fff; text-decoration: none; font-weight: 600; }
.dc-util a:hover { text-decoration: underline; }

/* ---------- Header ---------- */
.dc-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(252, 250, 247, .93);
  backdrop-filter: saturate(150%) blur(9px);
  border-bottom: 1px solid var(--edge);
}
.dc-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 26px; height: 80px; }
.dc-brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.dc-brand__mark {
  width: 42px; height: 42px; flex: none;
  border-radius: 50% 50% 50% 12px;
  background: linear-gradient(145deg, var(--teal-mid) 0%, var(--teal) 100%);
  display: grid; place-items: center; color: #fff;
}
.dc-brand__name {
  font-family: var(--display); font-size: 23px; font-weight: 600;
  color: var(--teal-deep); letter-spacing: -0.02em; line-height: 1;
}
.dc-brand__sub {
  display: block; font-family: var(--body); font-size: 10px; font-weight: 600;
  letter-spacing: .18em; text-transform: uppercase; color: var(--muted); margin-top: 5px;
}
.dc-nav { display: flex; gap: 30px; }
.dc-nav a { font-size: 15.5px; font-weight: 600; color: var(--muted); text-decoration: none; }
.dc-nav a:hover { color: var(--teal); }

/* ---------- Hero ---------- */
.dc-hero { position: relative; padding: 76px 0 0; overflow: hidden; }
.dc-hero::before {
  content: "";
  position: absolute;
  width: 720px; height: 720px;
  right: -240px; top: -300px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--mint) 0%, transparent 68%);
  pointer-events: none;
}
.dc-hero__grid {
  position: relative;
  display: grid; grid-template-columns: 1.05fr .95fr;
  gap: 60px; align-items: center;
}
.dc-hero h1 { font-size: clamp(2.6rem, 5.4vw, 4.15rem); margin: 22px 0 0; }
.dc-hero h1 em { font-style: normal; color: var(--coral); }
.dc-hero__lede { font-size: 19px; color: var(--muted); max-width: 48ch; margin-top: 22px; }
.dc-hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.dc-hero__micro { margin-top: 22px; font-size: 14px; color: var(--muted); }

.dc-hero__media { position: relative; }
.dc-hero__photo {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 190px 190px var(--r-lg) var(--r-lg);
  box-shadow: var(--shadow-lg);
}
.dc-chip {
  position: absolute;
  background: #fff;
  border-radius: 18px;
  padding: 15px 19px;
  box-shadow: var(--shadow);
  display: flex; align-items: center; gap: 12px;
  font-size: 14px; font-weight: 600; color: var(--teal-deep);
  max-width: 240px;
}
.dc-chip small { display: block; font-weight: 500; color: var(--muted); font-size: 12.5px; }
.dc-chip__icon {
  width: 36px; height: 36px; flex: none; border-radius: 12px;
  background: var(--mint); color: var(--teal);
  display: grid; place-items: center;
}
.dc-chip--a { left: -26px; top: 16%; }
.dc-chip--b { right: -18px; bottom: 16%; }

/* ---------- Assurance bar ---------- */
.dc-assure {
  position: relative;
  margin-top: 74px;
  background: var(--teal);
  border-radius: var(--r-lg) var(--r-lg) 0 0;
  padding: 40px;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px;
  color: #fff;
}
.dc-assure__item { display: flex; gap: 15px; align-items: flex-start; }
.dc-assure__icon {
  width: 44px; height: 44px; flex: none; border-radius: 14px;
  background: rgba(255,255,255,.13); display: grid; place-items: center; color: #fff;
}
.dc-assure h3 { color: #fff; font-size: 18px; margin-bottom: 5px; }
.dc-assure p { color: rgba(255,255,255,.72); font-size: 14.5px; line-height: 1.5; }

/* ---------- Sections ---------- */
.dc-section { padding: 100px 0; }
.dc-section--mint { background: var(--mint); }
.dc-section--warm { background: var(--warm-2); }
.dc-section--teal { background: var(--teal-deep); }
.dc-section--teal h2, .dc-section--teal h3 { color: #fff; }

.dc-head { max-width: 700px; margin-bottom: 58px; }
.dc-head--center { margin-left: auto; margin-right: auto; text-align: center; }
.dc-head h2 { font-size: clamp(2rem, 3.7vw, 2.95rem); margin: 20px 0 16px; }
.dc-head p { font-size: 18px; color: var(--muted); }
.dc-section--teal .dc-head p { color: rgba(255,255,255,.7); }

/* ---------- Services ---------- */
.dc-services { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.dc-service {
  background: #fff;
  border: 1px solid var(--edge);
  border-radius: var(--r);
  padding: 32px 28px;
  transition: transform .18s ease, box-shadow .18s ease;
}
.dc-service:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.dc-service__icon {
  width: 52px; height: 52px; border-radius: 50% 50% 50% 14px;
  background: var(--mint); color: var(--teal);
  display: grid; place-items: center; margin-bottom: 20px;
}
.dc-service h3 { font-size: 20px; margin-bottom: 10px; }
.dc-service p { color: var(--muted); font-size: 15.5px; }
.dc-service__from {
  margin-top: 16px; font-size: 13.5px; font-weight: 700; color: var(--coral-deep);
}

/* ---------- Insurance band ---------- */
.dc-insure { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.dc-insure__list { list-style: none; margin: 26px 0 0; padding: 0; display: grid; gap: 14px; }
.dc-insure__list li { display: flex; gap: 12px; align-items: flex-start; color: rgba(255,255,255,.82); font-size: 16px; }
.dc-insure__list svg { flex: none; margin-top: 4px; color: var(--coral); }
.dc-insure__card {
  background: rgba(255,255,255,.07);
  border: 1px solid var(--edge-light);
  border-radius: var(--r);
  padding: 34px;
}
.dc-insure__card h3 { font-size: 21px; margin-bottom: 8px; }
.dc-insure__card > p { color: rgba(255,255,255,.7); font-size: 15.5px; }
.dc-insurers { list-style: none; margin: 24px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 9px; }
.dc-insurers li {
  border: 1px solid var(--edge-light); border-radius: 999px;
  padding: 7px 15px; font-size: 13.5px; color: rgba(255,255,255,.86);
}

/* ---------- First visit timeline ---------- */
.dc-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; position: relative; }
.dc-step { position: relative; }
.dc-step__dot {
  width: 46px; height: 46px; border-radius: 50%;
  background: var(--coral); color: #fff;
  display: grid; place-items: center;
  font-family: var(--display); font-weight: 600; font-size: 18px;
  margin-bottom: 20px; position: relative; z-index: 2;
}
.dc-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 23px; left: 46px; right: -26px;
  border-top: 2px dashed var(--mint-2);
  z-index: 1;
}
.dc-section--warm .dc-step:not(:last-child)::after { border-color: #ded5c9; }
.dc-step h3 { font-size: 19px; margin-bottom: 9px; }
.dc-step p { color: var(--muted); font-size: 15px; }

/* ---------- Team ---------- */
.dc-team { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.dc-member {
  background: #fff; border: 1px solid var(--edge);
  border-radius: var(--r); padding: 30px; text-align: center;
}
.dc-member__avatar {
  width: 84px; height: 84px; margin: 0 auto 18px;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--mint) 0%, var(--mint-2) 100%);
  color: var(--teal);
  display: grid; place-items: center;
  font-family: var(--display); font-size: 27px; font-weight: 600;
}
.dc-member h3 { font-size: 19px; margin-bottom: 4px; }
.dc-member__role { font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--coral-deep); }
.dc-member p { margin-top: 14px; color: var(--muted); font-size: 15px; }

/* ---------- Reviews ---------- */
.dc-reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.dc-review {
  background: #fff; border: 1px solid var(--edge);
  border-radius: var(--r); padding: 30px;
  display: flex; flex-direction: column; gap: 16px;
}
.dc-stars { display: flex; gap: 3px; color: var(--coral); }
.dc-review p { color: var(--muted); font-size: 15.5px; flex: 1; }
.dc-review__by { font-size: 14px; font-weight: 700; color: var(--teal-deep); }
.dc-review__by span { display: block; font-weight: 500; color: var(--muted); font-size: 13px; margin-top: 3px; }

/* ---------- Hours & location ---------- */
.dc-visit { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: start; }
.dc-hours { list-style: none; margin: 26px 0 0; padding: 0; }
.dc-hours li {
  display: flex; justify-content: space-between; gap: 20px;
  padding: 14px 0; border-bottom: 1px solid var(--edge);
  font-size: 16px;
}
.dc-hours li strong { color: var(--teal-deep); font-weight: 600; }
.dc-hours li span { color: var(--muted); font-variant-numeric: tabular-nums; }
.dc-hours li.is-closed span { color: var(--coral-deep); }
.dc-place {
  background: #fff; border: 1px solid var(--edge);
  border-radius: var(--r); padding: 34px;
}
.dc-place h3 { font-size: 21px; margin-bottom: 16px; }
.dc-place__rows { list-style: none; margin: 0 0 26px; padding: 0; display: grid; gap: 18px; }
.dc-place__rows li { display: flex; gap: 13px; align-items: flex-start; }
.dc-place__rows svg { flex: none; margin-top: 3px; color: var(--teal-mid); }
.dc-place__rows span { display: block; font-size: 11.5px; letter-spacing: .13em; text-transform: uppercase; color: var(--muted); margin-bottom: 3px; }
.dc-place__rows a, .dc-place__rows strong { color: var(--teal-deep); font-size: 16px; font-weight: 600; text-decoration: none; }
.dc-place__rows a:hover { color: var(--coral-deep); }

/* ---------- Final CTA ---------- */
.dc-cta { padding: 0 0 100px; }
.dc-cta__box {
  background: linear-gradient(135deg, var(--teal) 0%, var(--teal-mid) 100%);
  border-radius: var(--r-lg);
  padding: 66px 56px;
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.dc-cta__box::before {
  content: "";
  position: absolute; width: 460px; height: 460px;
  border-radius: 50%; border: 2px solid rgba(255,255,255,.1);
  left: -160px; bottom: -240px; pointer-events: none;
}
.dc-cta h2 { color: #fff; font-size: clamp(2rem, 3.7vw, 2.9rem); margin: 20px auto 16px; max-width: 18ch; }
.dc-cta p { color: rgba(255,255,255,.8); font-size: 18px; max-width: 52ch; margin: 0 auto; }
.dc-cta__actions { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-top: 34px; }

/* ---------- Footer ---------- */
.dc-footer { background: var(--teal-deep); color: rgba(255,255,255,.62); padding: 56px 0 32px; font-size: 15px; }
.dc-footer__cols { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 38px; border-bottom: 1px solid var(--edge-light); }
.dc-footer h4 { color: #fff; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 16px; font-family: var(--body); font-weight: 700; }
.dc-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.dc-footer a { color: rgba(255,255,255,.72); text-decoration: none; }
.dc-footer a:hover { color: #fff; }
.dc-footer .dc-brand__name { color: #fff; }
.dc-footer__blurb { margin-top: 16px; max-width: 32ch; font-size: 14.5px; }
.dc-footer__base { padding-top: 24px; display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between; font-size: 13.5px; }
.dc-footer__legal { margin-top: 16px; font-size: 12.5px; line-height: 1.6; color: rgba(255,255,255,.42); max-width: 96ch; }
.dc-footer__credit { margin-top: 12px; font-size: 12px; color: rgba(255,255,255,.35); }
.dc-footer__credit a { color: rgba(255,255,255,.5); text-decoration: underline; }

/* ---------- Responsive ---------- */
@media (max-width: 1040px) {
  .dc-hero__grid, .dc-insure, .dc-visit { grid-template-columns: 1fr; gap: 44px; }
  .dc-assure { grid-template-columns: 1fr; gap: 26px; padding: 32px; }
  .dc-services, .dc-team, .dc-reviews { grid-template-columns: 1fr 1fr; }
  .dc-steps { grid-template-columns: 1fr 1fr; gap: 34px 26px; }
  .dc-step:not(:last-child)::after { display: none; }
  .dc-footer__cols { grid-template-columns: 1fr 1fr; }
  .dc-chip--a { left: 8px; }
  .dc-chip--b { right: 8px; }
}

@media (max-width: 720px) {
  .dc-nav { display: none; }
  .dc-header__inner { height: 70px; }
  .dc-header .dc-btn { padding: 11px 18px; font-size: 14px; }
  .dc-section { padding: 70px 0; }
  .dc-hero { padding-top: 52px; }
  .dc-hero__photo { border-radius: 140px 140px var(--r) var(--r); }
  .dc-services, .dc-team, .dc-reviews, .dc-steps { grid-template-columns: 1fr; }
  .dc-footer__cols { grid-template-columns: 1fr; }
  .dc-cta__box { padding: 46px 26px; }
  .dc-chip { position: static; max-width: none; margin-top: 12px; }
  .dc-hero__actions .dc-btn, .dc-cta__actions .dc-btn { flex: 1 1 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .dc-landing * { transition: none !important; animation: none !important; }
}
