:root {
  --v2-gold: #78571f;
  --v2-green: #285c48;
  --v2-pale: #f2f7f3;
}

.eyebrow { color: var(--v2-gold); }
.hero .eyebrow,
.cta .eyebrow { color: #edcf93; }

.hero {
  min-height: 86svh;
  background:
    linear-gradient(90deg, rgba(23, 18, 21, .94) 0%, rgba(28, 22, 26, .74) 47%, rgba(28, 22, 26, .2) 100%),
    linear-gradient(0deg, rgba(23, 18, 21, .68), transparent 44%),
    url("../assets/clinic-reception.jpg") center / cover no-repeat;
}
.hero-content { max-width: 820px; }
.hero-lead { max-width: 720px; }
.hero-map { background: rgba(255, 255, 255, .13); color: #fff; }
.hero-map:hover { background: rgba(255, 255, 255, .22); }

.trust-item b { font-size: 1.12rem; }
.trust-item b .rating-mark { display: inline; margin: 0; color: #ffd24a; font-size: .92em; white-space: nowrap; }
.concern-tabs { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.process-v2 {
  padding-block: 70px;
  border-block: 1px solid #dce6df;
  background: #fff;
}
.process-heading { max-width: 780px; }
.process-heading h2 { max-width: 650px; }
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: 32px 0 0;
  padding: 1px;
  border: 1px solid #d2ded6;
  border-radius: 6px;
  overflow: hidden;
  background: #d2ded6;
  list-style: none;
}
.process-grid li {
  min-height: 180px;
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 26px 24px;
  background: var(--v2-pale);
}
.process-grid span {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid #97b4a2;
  border-radius: 50%;
  color: var(--v2-green);
  font-size: .75rem;
  font-weight: 800;
}
.process-grid b { color: #253b30; font-size: 1rem; line-height: 1.28; }
.process-grid small { color: #5b6d63; font-size: .83rem; line-height: 1.5; }

.specialist-support {
  padding: 16px 18px;
  border-left: 3px solid #8fb4a0;
  background: #f7faf8;
  color: #3f5549;
}
.specialist-support b { color: #254334; }

.condition-disclosure {
  border: 1px solid #d9e1dc;
  border-radius: 7px;
  overflow: hidden;
  background: #fff;
}
.condition-disclosure + .condition-disclosure { margin-top: 12px; }
.condition-disclosure > summary {
  position: relative;
  display: grid;
  gap: 7px;
  padding: 27px 70px 27px 30px;
  cursor: pointer;
  list-style: none;
}
.condition-disclosure > summary::-webkit-details-marker { display: none; }
.condition-disclosure > summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 28px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid #9eb1a5;
  border-radius: 50%;
  color: var(--v2-green);
  font-size: 1.25rem;
  transform: translateY(-50%);
}
.condition-disclosure[open] > summary::after { content: "−"; }
.condition-disclosure > summary strong {
  color: #4e1c3d;
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.8rem;
  line-height: 1.15;
}
.condition-disclosure > summary small { color: #617067; }
.condition-body { padding: 0 30px 30px; border-top: 1px solid #e0e7e2; }
.compact-head { max-width: 760px; margin: 30px 0 24px; }
.compact-head h2 { font-size: clamp(2.1rem, 4vw, 3.5rem); }
.explorer-section { padding-block: 48px; }
.condition-disclosure .explorer { margin-top: 0; }

.map-live {
  align-content: start;
  gap: 18px;
  padding-top: 22px;
}
.clinic-gallery {
  width: 100%;
  max-width: 490px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.location-photo {
  position: relative;
  width: 100%;
  max-width: none;
  height: 175px;
  margin: 0;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 10px 30px rgba(27, 57, 37, .12);
}
.location-photo picture { display: block; width: 100%; height: 100%; }
.location-photo img { width: 100%; height: 100%; object-fit: cover; }
.location-photo figcaption {
  position: absolute;
  left: 12px;
  bottom: 12px;
  padding: 6px 9px;
  border-radius: 4px;
  background: rgba(24, 35, 29, .86);
  color: #fff;
  font-size: .72rem;
  font-weight: 800;
}
.map-live .route-landmark { min-height: 94px; }
.map-live .route-path { min-height: 62px; }
.route-mobile { display: none; }
.parking-note { display: block; margin-top: 8px; color: #6d756f; font-size: .75rem; }

.faq summary { position: relative; padding-right: 54px; }
.faq summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  color: var(--v2-green);
  font-size: 1.2rem;
  transform: translateY(-50%);
}
.faq details[open] summary::after { content: "−"; }
.concern-panel[data-concern="rootcanal"] .tooth-shape i {
  width: 34px;
  height: 130px;
  top: 62px;
  right: 88px;
  border: 0;
  border-radius: 18px 18px 45% 45%;
  background: #b85b51;
}
.concern-panel[data-concern="dentures"] .tooth-shape i {
  width: 112px;
  height: 44px;
  top: 86px;
  right: 49px;
  border: 0;
  border-radius: 0 0 70px 70px;
  background: transparent;
  box-shadow: 0 10px 0 #76a48a;
}
.review-grid blockquote { display: flex; flex-direction: column; }
.review-grid blockquote p { flex: 1; }
.review-grid footer > span { display: grid; gap: 2px; }
.review-grid footer small { color: #748078; font-size: .7rem; font-weight: 600; }
.review-note { margin: 16px 0 0; color: #737a75; font-size: .75rem; }
.cta {
  background:
    linear-gradient(90deg, rgba(20, 34, 26, .95), rgba(20, 34, 26, .62)),
    url("../assets/clinic-treatment.jpg") center / cover no-repeat;
}

@media (max-width: 960px) {
  .process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .process-grid li { min-height: 150px; }
}

@media (max-width: 640px) {
  body { padding-bottom: calc(66px + env(safe-area-inset-bottom)); }
  .section { padding: 46px 0; }

  .hero {
    min-height: auto;
    background:
      linear-gradient(90deg, rgba(24, 17, 22, .9), rgba(24, 17, 22, .57)),
      url("../assets/clinic-reception-mobile.jpg") 58% center / cover no-repeat;
  }
  .hero-content { padding-bottom: 16px; }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
  .hero-actions .button.whatsapp { grid-column: 1 / -1; }
  .hero-actions .hero-call { display: none; }
  .hero-actions .button.hero-map {
    display: inline-flex;
    grid-column: 1 / -1;
    min-height: 42px;
    padding: 9px 14px;
    font-size: .82rem;
  }

  .trust-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trust-item:nth-child(n + 3) { display: block; }
  .trust-item { min-height: 62px; padding: 9px 10px; }
  .trust-item b { font-size: .85rem; }
  .trust-item span { font-size: .68rem; }

  .concern-panel { display: flex; flex-direction: column; }
  .concern-copy { order: 1; }
  .concern-visual { display: none; }
  .concern-section { padding-top: 34px; }
  .concern-section .section-head { margin-bottom: 14px; }
  .concern-tabs { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 5px; }
  .concern-tab { min-height: 70px; }
  .concern-panel { min-height: 0; margin-top: 9px; }
  .concern-copy { padding: 19px 16px; }
  .concern-copy h3 { margin: 5px 0 12px; font-size: 1.65rem; }
  .concern-copy p { margin: 13px 0; line-height: 1.48; }
  .symptom-list { gap: 5px; }
  .symptom-list span { padding: 6px 8px; font-size: .74rem; }
  .concern-copy .button { width: 100%; }

  .process-v2 { padding-block: 40px; }
  .process-v2 .section-head { margin-bottom: 0; }
  .process-v2 .section-head p { font-size: .88rem; }
  .process-grid { margin-top: 18px; }
  .process-grid li { min-height: 122px; padding: 15px 12px; gap: 6px; }
  .process-grid span { width: 30px; height: 30px; }
  .process-grid b { font-size: .88rem; }
  .process-grid small { font-size: .71rem; line-height: 1.4; }

  .doctor-layout { display: flex; flex-direction: column; }
  .doctor-copy { order: 1; }
  .doctor-section { padding-bottom: 0; }
  .doctor-copy h2 { font-size: 2.25rem; }
  .doctor-copy .doctor-intro { margin-top: 10px; }
  .doctor-credentials { margin: 17px 0; padding: 13px 0; }
  .doctor-credentials > div { grid-template-columns: 112px 1fr; }
  .specialist-support { margin: 14px 0; padding: 13px 14px; font-size: .86rem; }
  .doctor-outro { display: none; }
  .doctor-copy .button { width: 100%; }
  .doctor-visual { order: 2; min-height: 270px; max-height: 285px; margin-top: 26px; }
  .doctor-visual img { object-position: center 16%; }
  .doctor-visual figcaption { padding: 34px 17px 12px; font-size: .88rem; }

  .review-section .section-head { margin-bottom: 19px; }
  .review-section .section-head p { margin-top: 10px; font-size: .81rem; }
  .review-grid {
    display: flex;
    gap: 10px;
    margin-right: -13px;
    padding: 0 13px 8px 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .review-grid::-webkit-scrollbar { display: none; }
  .review-grid blockquote { flex: 0 0 min(84vw, 330px); padding: 18px; scroll-snap-align: start; }
  .review-grid blockquote p { margin: 10px 0 14px; font-size: 1.08rem; }
  .review-grid footer { font-size: .73rem; }
  .review-grid footer a { align-self: end; }
  .review-note { margin-top: 10px; }

  .condition-disclosure > summary { padding: 22px 58px 22px 18px; }
  .condition-disclosure > summary::after { right: 16px; }
  .condition-disclosure > summary strong { font-size: 1.35rem; }
  .condition-body { padding: 0 12px 12px; }
  .compact-head { margin: 24px 6px 18px; }
  .compact-head h2 { font-size: 2rem; }
  .condition-choice { grid-template-columns: repeat(3, minmax(0, 1fr)); }

  .visit-section { padding-top: 38px; }
  .visit-section .section-head { margin-bottom: 18px; }
  .visit-section .section-head p { margin-top: 10px; font-size: .88rem; }
  .visit { display: flex; flex-direction: column; }
  .map-live { order: 1; }
  .visit-copy { order: 2; }
  .visit-copy { padding: 20px 17px; }
  .visit-copy > .eyebrow,
  .visit-copy > h2 { display: none; }
  .arrival-list { margin-top: 0; }
  .arrival-list > div:nth-child(-n + 2) { display: none; }
  .arrival-list > div { padding: 8px 0; }
  .arrival-list b { font-size: .82rem; }
  .arrival-list span { font-size: .8rem; }
  .facts { margin-top: 14px; }
  .facts .fact:last-child { display: none; }
  .fact { gap: 10px; padding: 9px 0; font-size: .8rem; }
  .fact svg { width: 20px; height: 20px; }
  .visit-copy .hero-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; margin-top: 14px; }
  .visit-copy .hero-actions .button { width: auto; min-height: 42px; padding: 8px; font-size: .75rem; }
  .map-live { min-height: 0; gap: 12px; padding: 14px 14px 70px; }
  .clinic-gallery {
    max-width: none;
    display: flex;
    gap: 8px;
    padding-bottom: 2px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .clinic-gallery::-webkit-scrollbar { display: none; }
  .location-photo { height: 155px; flex: 0 0 88%; scroll-snap-align: start; }
  .route-diagram { display: none; }
  .route-mobile {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: 8px;
    padding: 12px;
    border: 1px solid #cddbd2;
    border-radius: 6px;
    background: #fff;
    color: #285c48;
    text-align: center;
  }
  .route-mobile b { font-size: .78rem; line-height: 1.2; }
  .route-mobile span { color: #6a796f; font-size: .64rem; font-weight: 800; white-space: nowrap; }
  .route-mobile i { display: block; color: #285c48; font-size: 1rem; font-style: normal; }
  .map-open { left: 14px; right: 14px; bottom: 14px; padding: 11px 12px; font-size: .76rem; }

  .explorer-section { padding-block: 34px; }
  .condition-disclosure > summary { padding-block: 18px; }

  .faq details { padding: 14px 16px; }
  .faq summary { font-size: .88rem; line-height: 1.35; }
  .cta { padding: 50px 0 42px; }
  .cta {
    background:
      linear-gradient(90deg, rgba(20, 34, 26, .95), rgba(20, 34, 26, .65)),
      url("../assets/clinic-treatment-mobile.jpg") 52% center / cover no-repeat;
  }
  .cta h2 { font-size: 2.2rem; }
  .cta p { font-size: .92rem; }
  .footer { padding: 26px 0 28px; }
  .sticky { gap: 7px; padding: 8px 10px max(8px, env(safe-area-inset-bottom)); }
  .sticky .button { min-height: 44px; }
}

@media (max-width: 380px) {
  .hero-promises small { display: block; }
  .hero-promises > div { min-height: 34px; }
  .trust-item b { font-size: .8rem; }
  .trust-item span { font-size: .65rem; }
  .process-grid li { min-height: 128px; padding: 14px 10px; }
  .doctor-credentials > div { grid-template-columns: 112px 1fr; }
  .review-grid blockquote { flex-basis: 87vw; }
}
