:root {
  --olive: #405436;
  --olive-soft: #6f8055;
  --cream: #f4efe6;
  --paper: #fffaf1;
  --ink: #1f2a1c;
  --muted: rgba(31, 42, 28, 0.68);
  --line: rgba(64, 84, 54, 0.16);
  --shadow: 0 24px 70px rgba(31, 42, 28, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  background:
    linear-gradient(120deg, rgba(244, 239, 230, 0.98), rgba(255, 250, 241, 0.96)),
    url("/assets/clinic-bg.jpg");
  background-size: cover;
  background-attachment: fixed;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a {
  color: inherit;
}

.site-header {
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 5vw, 70px);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 250, 241, 0.84);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  text-decoration: none;
}

.brand-mark {
  display: block;
  width: 56px;
  height: auto;
}

.brand-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  line-height: 1;
}

.brand-text strong {
  color: #202326;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.brand-text small {
  max-width: 260px;
  color: rgba(31, 42, 28, 0.68);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.015em;
  line-height: 1.12;
}

.nav {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--olive);
  font-size: 14px;
}

.nav a {
  padding: 10px 14px;
  border-radius: 999px;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}

.nav a:hover {
  background: rgba(64, 84, 54, 0.08);
}

.nav .nav-cta {
  color: #fff;
  background: var(--olive);
}

.nav .nav-cta:hover {
  color: #fff;
  background: var(--olive-soft);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.55fr);
  align-items: end;
  gap: clamp(28px, 5vw, 72px);
  min-height: calc(100vh - 82px);
  padding: clamp(46px, 8vw, 105px) clamp(18px, 5vw, 70px) 48px;
}

.hero-copy {
  max-width: 850px;
}

.eyebrow,
.source-label {
  margin: 0 0 14px;
  color: var(--olive-soft);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 980px;
  margin-bottom: 24px;
  color: var(--olive);
  font-size: clamp(42px, 7vw, 92px);
  font-weight: 300;
  line-height: 0.96;
}

.lead {
  max-width: 740px;
  margin-bottom: 34px;
  color: var(--muted);
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.58;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 24px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(31, 42, 28, 0.12);
}

.button.primary {
  color: #fff;
  background: var(--olive);
}

.button.secondary {
  color: var(--olive);
  background: rgba(255, 255, 255, 0.72);
}

.hero-panel {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 26px;
  background: rgba(255, 250, 241, 0.74);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.panel-top {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 18px;
}

.rating {
  color: var(--olive);
  font-size: 58px;
  font-weight: 300;
  line-height: 1;
}

.stars {
  color: #bd9651;
  font-size: 18px;
  letter-spacing: 0.05em;
}

.hero-panel p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.55;
}

.address-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.address-list span {
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--olive);
  background: rgba(255, 255, 255, 0.56);
  font-size: 13px;
}

.manual-reviews-section,
.reviews-section {
  padding: 46px clamp(18px, 5vw, 70px) 86px;
}

.manual-reviews-section {
  padding-top: 12px;
}

.section-heading {
  max-width: 920px;
  margin-bottom: 28px;
}

h2 {
  color: var(--olive);
  font-size: clamp(34px, 5vw, 60px);
  font-weight: 300;
  line-height: 1.06;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.manual-reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.manual-review-card {
  position: relative;
  min-height: 310px;
  padding: 26px;
  border: 1px solid rgba(64, 84, 54, 0.14);
  border-radius: 26px;
  background:
    linear-gradient(145deg, rgba(255, 250, 241, 0.96), rgba(255, 255, 255, 0.84));
  box-shadow: var(--shadow);
}

.manual-review-card::before {
  position: absolute;
  top: 20px;
  right: 24px;
  color: rgba(64, 84, 54, 0.09);
  content: "”";
  font-size: 112px;
  font-family: Georgia, serif;
  line-height: 0.8;
}

.manual-review-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 28px;
}

.manual-review-top h3 {
  margin-bottom: 7px;
  color: var(--olive);
  font-size: 22px;
  font-weight: 600;
}

.manual-review-top p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.manual-rating {
  flex: 0 0 auto;
  color: #bd9651;
  font-size: 16px;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.manual-review-card blockquote {
  position: relative;
  z-index: 1;
  margin: 0 0 24px;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.65;
}

.manual-review-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: rgba(31, 42, 28, 0.52);
  font-size: 13px;
}

.reviews-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 34px;
}

.pagination-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--olive);
  background: rgba(255, 250, 241, 0.72);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.pagination-link:hover {
  transform: translateY(-2px);
  background: rgba(64, 84, 54, 0.1);
  box-shadow: 0 12px 26px rgba(31, 42, 28, 0.1);
}

.pagination-link.is-active {
  color: #fff;
  background: var(--olive);
}

.review-card {
  min-width: 0;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255, 250, 241, 0.9);
  box-shadow: var(--shadow);
}

.card-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
}

.card-heading h3 {
  margin-bottom: 0;
  color: var(--olive);
  font-size: 24px;
  font-weight: 500;
}

.card-heading a {
  flex: 0 0 auto;
  padding: 9px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--olive);
  background: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.widget-frame {
  position: relative;
  height: 760px;
  overflow: hidden;
  border: 1px solid #e7e0d6;
  border-radius: 18px;
  background: #fff;
}

.widget-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.widget-source {
  position: absolute;
  right: 12px;
  bottom: 8px;
  left: 12px;
  overflow: hidden;
  color: #b3b3b3;
  font-family: Arial, sans-serif;
  font-size: 10px;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 26px;
  align-items: center;
  justify-content: center;
  padding: 28px 18px 42px;
  color: rgba(31, 42, 28, 0.7);
  font-size: 14px;
}

.site-footer a {
  color: var(--olive);
  text-decoration: none;
}

@media (max-width: 980px) {
  .hero,
  .reviews-grid,
  .manual-reviews-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 58px;
  }

  .hero-panel {
    max-width: 620px;
  }

  .manual-review-card {
    min-height: auto;
  }
}

@media (max-width: 680px) {
  .site-header {
    position: relative;
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .brand-mark {
    width: 48px;
  }

  .brand-text strong {
    font-size: 24px;
  }

  .brand-text small {
    max-width: 230px;
    font-size: 10px;
  }

  .nav {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .nav a {
    white-space: nowrap;
  }

  h1 {
    font-size: 42px;
  }

  .widget-frame {
    height: 640px;
  }

  .review-card {
    padding: 12px;
    border-radius: 22px;
  }
}
