:root {
  --teal: #005b59;
  --teal-dark: #004947;
  --teal-soft: #e7f4f2;
  --orange: #ef6430;
  --ink: #123031;
  --cream: #fffdfa;
  --line: #b8d5d2;
  --shadow: 0 8px 20px rgba(0, 73, 71, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: var(--teal);
  text-decoration: none;
}

p {
  margin: 0 0 0.8rem;
}

h1,
h2,
h3 {
  color: var(--teal-dark);
  line-height: 1.2;
  margin-top: 0;
}

.site-header {
  position: relative;
  z-index: 20;
  width: 100%;
  background: #ffffff;
  border-top: 1px solid #dce6e5;
  box-shadow: 0 2px 9px rgba(16, 54, 53, 0.08);
}

.header-inner {
  width: min(1400px, calc(100% - 64px));
  min-height: 118px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}

.logo-link {
  flex: 0 0 auto;
}

.site-logo {
  height: 56px;
  width: auto;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(24px, 3.2vw, 54px);
}

.main-nav a {
  position: relative;
  padding: 17px 0;
  color: #003f3e;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 7px;
  height: 3px;
  background: var(--orange);
  transition: left 0.2s ease, right 0.2s ease;
}

.main-nav a:hover::after,
.main-nav a:focus-visible::after,
.main-nav a.active::after {
  left: 0;
  right: 0;
}

.content-container {
  width: min(1310px, calc(100% - 48px));
  margin: 0 auto;
}

.wide-container {
  width: min(1460px, calc(100% - 72px));
  margin: 0 auto;
}

.home-hero {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  background: #edf2f0;
}

.home-hero > img {
  width: 100%;
  height: 430px;
  object-fit: cover;
  object-position: center;
}

.home-hero::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 49%;
  background: linear-gradient(90deg, rgba(255,255,255,0.97) 0%, rgba(255,255,255,0.9) 66%, rgba(255,255,255,0) 100%);
}

.home-hero-content {
  position: absolute;
  z-index: 2;
  top: 48px;
  left: max(9.4%, calc((100% - 1310px) / 2));
  width: min(480px, 42%);
}

.home-hero h1 {
  margin: 0;
  font-size: clamp(29px, 2.6vw, 40px);
  line-height: 1.38;
  letter-spacing: 0.01em;
}

.hero-trail {
  margin: 36px 0 0 50px;
  color: var(--teal);
  font-size: 28px;
  letter-spacing: 3px;
  transform: rotate(-3deg);
}

.home-about {
  position: relative;
  padding: 38px 0 22px;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 70%, rgba(211,240,236,0.8), transparent 36%),
    linear-gradient(155deg, #f3fbfa, #e5f5f3);
}

.home-about::before {
  content: "";
  position: absolute;
  top: -24px;
  left: -2%;
  width: 104%;
  height: 46px;
  border-radius: 50%;
  background: #eff9f7;
}

.home-about-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1.03fr;
  align-items: center;
  gap: 62px;
}

.section-heading {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 16px;
}

.section-heading h2 {
  position: relative;
  margin: 0;
  font-size: 32px;
}

.section-heading h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  margin-top: 8px;
  background: var(--orange);
}

.round-line-icon {
  width: 68px;
  height: 68px;
  flex: 0 0 68px;
  display: grid;
  place-items: center;
  color: var(--orange);
  border: 3px solid var(--teal);
  border-radius: 50% 50% 48% 52%;
  font-size: 32px;
}

.about-copy p {
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.42;
}

.clinic-photo {
  margin: 0;
  border: 7px solid #ffffff;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.clinic-photo img {
  width: 100%;
  min-height: 400px;
  object-fit: cover;
}

.page-hero {
  position: relative;
  height: 370px;
  overflow: hidden;
  background: #e9efee;
}

.page-hero > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255,255,255,0.94), rgba(255,255,255,0.15) 53%, rgba(255,255,255,0) 75%);
}

.page-hero-title {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: max(7%, calc((100% - 1400px) / 2));
  transform: translateY(-50%);
  padding-left: 22px;
}

.page-hero-title h1 {
  margin: 0;
  font-size: clamp(34px, 3.5vw, 46px);
  line-height: 1.25;
}

.services-hero {
  height: 290px;
}

.services-hero .page-hero-title {
  border-left: 4px solid var(--orange);
}

.about-hero .page-hero-title {
  padding-left: 0;
}

.about-hero .page-hero-title h1::after {
  content: "";
  display: block;
  width: 92px;
  height: 4px;
  margin-top: 17px;
  background: var(--orange);
  border-radius: 4px;
}

.tips-hero .page-hero-title {
  padding-left: 0;
}

.tips-hero .page-hero-title h1::after {
  content: "♥";
  display: block;
  width: 270px;
  margin-top: 15px;
  color: #258e89;
  border-top: 3px solid #258e89;
  font-size: 18px;
  line-height: 0;
  text-align: center;
}

.services-section {
  padding: 24px 0 28px;
  background: #fbfdfc;
}

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

.service-card {
  overflow: hidden;
  border: 1px solid #9bc9c5;
  border-radius: 9px;
  background: rgba(255,255,255,0.92);
}

.service-card h2 {
  display: flex;
  align-items: center;
  gap: 13px;
  min-height: 62px;
  margin: 0;
  padding: 8px 14px;
  background: linear-gradient(90deg, #f2faf9, #e4f1ef);
  font-size: 20px;
}

.service-icon {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  display: grid;
  place-items: center;
  color: #ffffff;
  border-radius: 50%;
  background: var(--teal);
  font-size: 25px;
}

.price-list {
  margin: 0;
  padding: 0 12px;
  list-style: none;
}

.price-list li {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 10px;
  min-height: 53px;
  padding: 9px 8px 9px 20px;
  border-bottom: 1px solid #c7ddda;
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.35;
}

.price-list li:last-child {
  border-bottom: 0;
}

.price-list li::before {
  content: "•";
  position: absolute;
  left: 2px;
  top: 8px;
  color: var(--orange);
  font-size: 22px;
}

.price-list strong {
  color: #0d4140;
}

.price-list b {
  color: #003f3e;
  white-space: nowrap;
  font-size: 14px;
}

.service-notes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-top: 18px;
}

.service-note {
  display: flex;
  align-items: center;
  gap: 24px;
  min-height: 105px;
  padding: 16px;
  border: 1px solid #9bc9c5;
  border-radius: 9px;
}

.service-note p {
  margin: 0;
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.45;
}

.note-icon {
  width: 66px;
  height: 66px;
  flex: 0 0 66px;
  display: grid;
  place-items: center;
  border-radius: 50%;
}

.paw-icon {
  color: white;
  background: var(--teal);
  font-size: 32px;
}

.price-note {
  border-color: #f3be97;
  background: #fffaf6;
}

.info-icon {
  color: white;
  background: var(--orange);
  font: bold 46px Georgia, serif;
}

.about-values {
  min-height: 515px;
  padding: 24px 20px;
  background:
    radial-gradient(ellipse at left 55%, rgba(0,91,89,0.055) 0 65px, transparent 66px),
    radial-gradient(ellipse at right 45%, rgba(0,91,89,0.055) 0 65px, transparent 66px),
    #ffffff;
}

.values-panel {
  width: min(1110px, 100%);
  margin: 0 auto;
  padding: 22px 48px;
  border: 1px solid #c6dedb;
  border-radius: 28px;
  background: rgba(255,255,255,0.92);
  box-shadow: var(--shadow);
}

.value-row {
  display: grid;
  grid-template-columns: 150px 1fr;
  align-items: center;
  min-height: 138px;
  border-bottom: 1px solid #6ca8a3;
}

.value-row:last-child {
  border-bottom: 0;
}

.value-icon {
  position: relative;
  width: 120px;
  height: 120px;
  display: grid;
  place-items: center;
  color: var(--teal);
  border-right: 1px solid var(--teal);
  font-size: 58px;
}

.value-icon::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #e8f4f2;
}

.value-icon small {
  color: var(--orange);
  font-size: 20px;
}

.value-row p {
  margin: 0;
  padding-left: 18px;
  font-size: 18px;
  line-height: 1.5;
}

.tips-section {
  padding: 16px 0 20px;
  background: #fffdfa;
}

.tips-list {
  width: min(1350px, calc(100% - 60px));
  margin: 0 auto;
}

.tip-card {
  display: grid;
  grid-template-columns: 110px 1fr;
  align-items: center;
  min-height: 94px;
  margin-bottom: 5px;
  padding: 9px 18px 9px 0;
  border: 1px solid #d3dbda;
  border-radius: 9px;
  background: rgba(255,255,255,0.72);
}

.tip-icon {
  width: 78px;
  height: 78px;
  margin: auto;
  display: grid;
  place-items: center;
  color: var(--teal);
  border-right: 1px solid #bed1cf;
  border-radius: 50%;
  background: #e1f2ef;
  font-size: 43px;
  font-weight: 700;
}

.tip-card h2 {
  margin: 0 0 2px;
  font-size: 20px;
}

.tip-card p {
  margin: 0;
  color: #333;
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

.contact-hero {
  height: 395px;
  overflow: hidden;
  background: #e5eceb;
}

.contact-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-divider {
  position: relative;
  z-index: 2;
  height: 34px;
  border-top: 5px solid var(--orange);
  background: var(--teal);
  text-align: center;
}

.contact-divider span {
  position: absolute;
  left: 50%;
  top: -60px;
  width: 136px;
  height: 136px;
  transform: translateX(-50%);
  display: grid;
  place-items: center;
  color: var(--orange);
  border: 4px solid var(--teal);
  border-radius: 50%;
  background: white;
  box-shadow: 0 3px 5px rgba(0,0,0,0.12);
  font-size: 47px;
}

.contact-section {
  min-height: 385px;
  padding: 42px 0 60px;
  background: #fffdfa;
}

.contact-container {
  width: min(1300px, calc(100% - 80px));
  margin: 0 auto;
}

.contact-container h1 {
  margin-bottom: 12px;
  font-size: 40px;
}

.contact-intro {
  color: #222;
  font-size: 20px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 72px;
  margin-top: 26px;
}

.contact-details {
  padding-right: 50px;
  border-right: 1px solid #9bc9c5;
  font-style: normal;
}

.contact-details p,
.opening-details p {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-bottom: 16px;
  color: #222;
  font-size: 19px;
}

.contact-details a {
  color: #222;
}

.contact-icon,
.light-icon {
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: white;
  background: var(--teal);
  font-size: 29px;
}

.light-icon {
  color: var(--teal);
  border: 8px solid #e5efed;
  background: transparent;
  font-size: 30px;
}

.site-footer {
  padding: 15px 0;
  color: #dceceb;
  background: var(--teal-dark);
}

.footer-inner {
  width: min(1400px, calc(100% - 48px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px 36px;
  font-size: 13px;
}

.site-footer a {
  color: #ffffff;
}

.calmyx-credit {
  display: inline-flex;
  align-items: center;
  opacity: 0.85;
  white-space: nowrap;
}

@media (max-width: 1050px) {
  .header-inner {
    width: calc(100% - 36px);
    min-height: 104px;
  }

  .main-nav {
    gap: 19px;
  }

  .main-nav a {
    font-size: 15px;
  }

  .home-about-grid,
  .service-grid {
    grid-template-columns: 1fr;
  }

  .home-about-grid {
    gap: 28px;
  }

  .service-card {
    max-width: 760px;
    width: 100%;
    margin: 0 auto;
  }

  .service-notes {
    grid-template-columns: 1fr;
  }

  .page-hero {
    height: 320px;
  }

  .value-row p {
    font-size: 16px;
  }

  .contact-grid {
    gap: 35px;
  }

  .contact-details {
    padding-right: 25px;
  }
}

@media (max-width: 780px) {
  .header-inner {
    min-height: auto;
    padding: 14px 0 8px;
    flex-direction: column;
    gap: 7px;
  }

  .site-logo {
    height: 50px;
  }

  .main-nav {
    width: 100%;
    justify-content: center;
    gap: 4px 18px;
    flex-wrap: wrap;
  }

  .main-nav a {
    padding: 8px 0 12px;
    font-size: 14px;
  }

  .main-nav a::after {
    bottom: 5px;
  }

  .home-hero,
  .home-hero > img {
    height: 470px;
  }

  .home-hero > img {
    object-position: 68% center;
  }

  .home-hero::after {
    width: 100%;
    background: linear-gradient(90deg, rgba(255,255,255,0.94), rgba(255,255,255,0.3));
  }

  .home-hero-content {
    top: 36px;
    left: 24px;
    width: calc(100% - 48px);
  }

  .home-hero h1 {
    font-size: 30px;
  }

  .hero-trail {
    display: none;
  }

  .home-about-grid {
    width: calc(100% - 32px);
  }

  .clinic-photo img {
    min-height: 280px;
  }

  .page-hero,
  .services-hero {
    height: 330px;
  }

  .page-hero > img {
    object-position: 65% center;
  }

  .page-hero::after {
    background: linear-gradient(90deg, rgba(255,255,255,0.92), rgba(255,255,255,0.1));
  }

  .page-hero-title {
    left: 24px;
    width: calc(100% - 48px);
  }

  .page-hero-title h1 {
    font-size: 34px;
  }

  .wide-container {
    width: calc(100% - 28px);
  }

  .service-note {
    align-items: flex-start;
  }

  .values-panel {
    padding: 12px 20px;
  }

  .value-row {
    grid-template-columns: 1fr;
    padding: 20px 0;
  }

  .value-icon {
    width: 90px;
    height: 90px;
    margin: 0 auto 12px;
    border-right: 0;
  }

  .value-row p {
    padding-left: 0;
    text-align: left;
  }

  .tips-list {
    width: calc(100% - 24px);
  }

  .tip-card {
    grid-template-columns: 76px 1fr;
    padding-right: 10px;
  }

  .tip-icon {
    width: 58px;
    height: 58px;
    font-size: 31px;
  }

  .tip-card h2 {
    font-size: 18px;
  }

  .tip-card p {
    font-size: 14px;
  }

  .contact-hero {
    height: 300px;
  }

  .contact-hero img {
    object-position: 55% center;
  }

  .contact-container {
    width: calc(100% - 34px);
  }

  .contact-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .contact-details {
    padding: 0 0 12px;
    border-right: 0;
    border-bottom: 1px solid #9bc9c5;
  }

  .contact-intro {
    font-size: 17px;
  }

  .contact-details p,
  .opening-details p {
    align-items: flex-start;
    gap: 14px;
    font-size: 16px;
  }

  .contact-details br,
  .opening-details br {
    display: none;
  }
}

@media (max-width: 480px) {
  .header-inner {
    width: calc(100% - 20px);
  }

  .main-nav {
    gap: 1px 13px;
  }

  .main-nav a {
    font-size: 13px;
  }

  .home-hero h1 {
    font-size: 27px;
  }

  .section-heading {
    gap: 12px;
  }

  .round-line-icon {
    width: 52px;
    height: 52px;
    flex-basis: 52px;
    font-size: 25px;
  }

  .section-heading h2 {
    font-size: 27px;
  }

  .about-copy p {
    font-size: 14px;
  }

  .price-list li {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .price-list b {
    padding-left: 0;
  }

  .service-card h2 {
    font-size: 17px;
  }

  .service-note {
    flex-direction: column;
    gap: 12px;
  }

  .tip-card {
    grid-template-columns: 1fr;
    padding: 14px;
  }

  .tip-icon {
    margin: 0 0 10px;
  }

  .contact-divider span {
    width: 104px;
    height: 104px;
    top: -43px;
    font-size: 36px;
  }

  .contact-container h1 {
    font-size: 34px;
  }

  .contact-icon,
  .light-icon {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
    font-size: 23px;
  }

  .footer-inner {
    flex-direction: column;
    gap: 8px;
  }
}