/* ==========================================================================
   Market Hill Animal Hospital — Senior & Geriatric Pet Care Landing Page
   Design concept: "The Golden Stretch" — the senior years as their own
   life stage, mapped as an arcing path that runs through the whole page.
   ========================================================================== */

/* ---- Self-hosted fonts (Fraunces = display, Inter = body/UI) ---- */
@font-face {
  font-family: "Fraunces";
  src: url("../fonts/fraunces/fraunces-latin-400-normal.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fraunces";
  src: url("../fonts/fraunces/fraunces-latin-500-normal.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fraunces";
  src: url("../fonts/fraunces/fraunces-latin-600-normal.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fraunces";
  src: url("../fonts/fraunces/fraunces-latin-700-normal.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fraunces";
  src: url("../fonts/fraunces/fraunces-latin-900-normal.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fraunces";
  src: url("../fonts/fraunces/fraunces-latin-500-italic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Fraunces";
  src: url("../fonts/fraunces/fraunces-latin-600-italic.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/inter-latin-400-normal.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/inter-latin-500-normal.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/inter-latin-600-normal.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/inter-latin-700-normal.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/inter-latin-800-normal.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* ---- Design tokens ---- */
:root {
  --light-pine:#056ad5;
  --hader-pine:#056ad5;
  --pine: #056ad5;/* deep clinical green — headers, footer */
  --pine-soft: #3a4a3f;   /* body text on light bg */
  --bone: #f6f2e9;        /* warm background, not stark white */
  --bone-deep: #eee7d8;   /* section alternation */
  --amber-d:#cfb700;
  --amber: #fde428;;       /* golden-years accent, CTAs */

  /* --amber: #fde428;       golden-years accent, CTAs */
  --amber-deep: #fde428;  /* hover state */
  --sage: #7c8f7b;        /* wellness / secondary accent */
  --sage-pale: #e4e9df;   /* soft chips, borders */
  --cream-line: #d9cfb8;  /* hairline dividers on bone */
  --white: #fffdf8;

  --font-display: "Fraunces", "Iowan Old Style", "Georgia", serif;
  --font-body: "Inter", -apple-system, "Segoe UI", sans-serif;

  --radius-sm: 6px;
  --radius-md: 14px;
  --radius-lg: 28px;
}

* { -webkit-font-smoothing: antialiased; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  color: var(--pine-soft);
  background: var(--bone);
  font-size: 17px;
  line-height: 1.65;
}
h1{
  font-family: var(--font-display);
  color:#1e694b;
  font-weight: 600;
  letter-spacing: -0.01em;
}
 h3, h4, .display-serif {
  font-family: var(--font-display);
  color: var(--pine);
  font-weight: 600;
  letter-spacing: -0.01em;
}

a { color: var(--hader-pine); text-decoration: none; font-size: 1.1rem; }
a:hover { color: var(--pine); }

::selection { background: var(--amber); color: var(--white); }

/* Visible keyboard focus everywhere */
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 3px solid var(--amber);
  outline-offset: 3px;
}
.tytel_heading{
  color: var(--light-pine);
  font-size: 1.1rem;
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; }
}

.container-narrow { 
  max-width: 1180px;
  margin: 0 auto; 
  padding-left: 24px;
  padding-right: 24px;
  }

/* ---- Utility bar (SEO/Ads: NAP + hours visible above the fold) ---- */
.utility-bar {
  background: var(--amber);
  color: #cfd9d1;
  font-size: 0.83rem;
  padding: 7px 0;
}
.utility-bar a { color: var(--light-pine); }
.utility-bar a:hover { color: var(--pine); }
.utility-bar .dot { opacity: 0.5; margin: 0 10px; }

/* ---- Header ---- */
.logo-box{
  width: 11rem;
  /* height: 4rem; */
}
.logo-box img{
  width: 100%;
  height: 100%;
}
.video_wrapper{
  position: absolute;
  inset: 0;
  z-index: 0;
}
.video_wrapper video{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video_overlay{
  position: absolute;
  z-index: 1;
  inset: 0;
  background: rgb(0 0 0 / 51%);
}
.site-header {
  background: #056ad5;
  /* border-bottom: 1px solid var(--cream-line); */
  padding: 5px 0;
}
.brand{
  display: flex;
  align-items: center;
  gap: 12px;
}
.site-footer p{
  color: #fff!important;
  font-size: 1rem;
}
.brand-mark {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
}
.brand-text {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.18rem;
  color: var(--pine);
  line-height: 1.15;
}
.brand-text small {
  display: block;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 0.68rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: var(--sage);
  margin-top: 2px;
}
.nav-link-custom {
  font-weight: 500;
  color: var(--bone);
  font-size: 0.95rem;
  padding: 8px 14px !important;
}
.nav-link-custom:hover { color: var(--amber-deep); }

.btn-call {
  background: var(--amber);
  color: var(--hader-pine);
  border-radius: var(--radius-sm);
  font-weight: 600;
  padding: 10px 18px;
  font-size: 0.93rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: none;
  white-space: nowrap;
}
.btn-call:hover { background: var(--hader-pine); color: var(--bone-deep); border: 2px solid var(--bone);}

.btn-amber {
  background: var(--amber);
  color: rgb(0, 68, 105);
  border-radius: var(--radius-sm);
  font-weight: 600;
  padding: 13px 26px;
  font-size: 1rem;
  border: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.btn-amber:hover { background: var(--pine); color: var(--white); border: 1.5px solid var(--bone); }

.btn-outline-pine {
    border: 1.5px solid #ffffff;
    color: #ffffff;
    border-radius: var(--radius-sm);
    font-weight: 600;
    padding: 12px 24px;
    font-size: 1rem;
    background: transparent;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.btn-outline-pine:hover { background: var(--amber); color: var(--pine) !important; }

/* ---- Hero ---- */
.hero {
  position: relative;
  background: linear-gradient(180deg, var(--bone) 0%, var(--bone-deep) 100%);
  padding: 64px 0 40px;
  overflow: hidden;
  height: 90vh;
}
.hero-eyebrow {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--amber);
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
}
.hero .container{
  position: relative;
  z-index: 5;
}
.hero-eyebrow::before {
  content: "";
  width: 26px;
  height: 1.5px;
  background: var(--amber);
  display: inline-block;
}
.hero h1 {
  font-size: clamp(2.2rem, 4.2vw, 3.4rem);
  line-height: 1.08;
  margin-bottom: 22px;
  color: #fff;
}
.hero h1 em {
    font-style: italic;
    font-weight: 500;
    color: var(--amber);
}
.hero-sub {
  font-size: 1.13rem;
  color: #fff;
  max-width: 480px;
  margin-bottom: 30px;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 28px; }
.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  font-size: 0.86rem;
  color:  #ffffff;
}
.hero-trust span { display: flex; align-items: center; gap: 7px; }
.hero-trust svg { flex-shrink: 0; color: #fff; }

.hero-visual { position: relative; }
.life-path-svg { width: 100%; height: auto; }

/* ---- Path divider (signature wayfinding motif) ---- */
.path-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--sage);
  margin: 0 auto 46px;
  max-width: 700px;
}
.path-divider .line { flex: 1; height: 1px; background: repeating-linear-gradient(90deg, var(--cream-line) 0 6px, transparent 6px 11px); }
.path-divider svg { flex-shrink: 0; }

/* ---- Section framing ---- */
#reviews{
  background-image: url(../images/bg.jpg);
  width: 100%;
  background-position: center;
  background-size: cover;
  padding-block: 100px;
  position: relative;
}
#reviews::after{
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
}
#reviews .container{
  position: relative;
  z-index: 2;
}
.section { padding: 84px 0;
bottom: 0; }
.section-alt { background: var(--bone-deep); }
.section-pine { background: var(--pine); color: #cfd9d1; }
.section-pine h2, .section-pine h3 { color: var(--bone); }
.section-pine .section-eyebrow{
  color: var(--amber) !important;
}
.section-eyebrow {
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #003e25 ;
  margin-bottom: 10px;
  display: block;
}

.reviewsreviews .section-title,.section-eyebrow{
  color: var(--pine)  ;
}
#reviews .text-center .section-eyebrow {
  color: var(--amber-d);
}
#reviews  .section-title{
  color: var(--amber);
}

.section-title { font-size: clamp(1.7rem, 3vw, 2.rem); margin-bottom: 16px; color: var(--light-pine); }

.section-lede { max-width: 640px; color: var(--pine-soft); font-size: 1.1rem; }
.hero .section-title { color: #fff; }
.location-box{
  border-radius: 20px;
}
.section-title
.cat-img{
  width: 100%;
  height: 50%;
}
.cat-img img{
  width: 100%;
  height: 100%;
}
.expect-img{
  width: 100%;
  height: 40vh;
  
}
.expect-img img{
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.list-unstyled{
  padding: 20px;
}
/* ---- Signs checklist ---- */
.signs-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
@media (max-width: 767px) { .signs-grid { grid-template-columns: 1fr; } }
.sign-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  background: var(--white);
  border: 1px solid var(--cream-line);
  border-radius: var(--radius-md);
  padding: 18px 20px;
}
.sign-item .mark {
  width: 26px; height: 26px; border-radius: 50%;
  background: #ffd60069; color: var(--light-pine);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; margin-top: 2px;
}
.sign-item p { margin: 0; font-size: 1.1rem; color: var(--pine-soft); }
.sign-item strong { color: var(--hader-pine); }

/* ---- Service cards ---- */
.service-card {
  background: var(--white);
  border-radius: var(--radius-md);
  padding: 30px 26px;
  height: 100%;
  border: 1px solid var(--cream-line);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.service-card:hover { transform: translateY(-4px); box-shadow: 0 16px 34px -20px rgba(31,46,40,0.35); }
.service-icon {
  width: 54px; height: 54px;
  border-radius: 14px;
  background: #ffd60069;
  color: var(--pine);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px;
}
.service-card h3 { font-size: 1.22rem; margin-bottom: 10px; }
.service-card p { font-size: 1.1rem; color: var(--pine-soft); margin-bottom: 0; }
.service-card .learn { font-size: 0.87rem; font-weight: 600; margin-top: 14px; display: inline-flex; align-items: center; gap: 5px; }

/* ---- Timeline / process (real sequence → numbering is honest here) ---- */
.visit-steps { position: relative; }
.visit-step {
  display: flex; gap: 22px; padding: 26px 0;
  border-bottom: 1px solid var(--cream-line);
}
.visit-step:last-child { border-bottom: none; }
.visit-step .num {
  font-family: var(--font-display);
  font-weight: 700; font-size: 1.6rem; color: var(--light-pine);
  width: 52px; flex-shrink: 0;
}
.visit-step h3 { font-size: 1.12rem; margin-bottom: 6px; }
.visit-step p { margin: 0; color: var(--pine-soft); font-size: 1.1rem; }

/* ---- Testimonials ---- */
.testimonial-card {
  background: var(--white);
  border-radius: var(--radius-md);
  padding: 28px;
  border: 1px solid var(--cream-line);
  height: 100%;
}
.testimonial-card .stars { color: var(--amber); margin-bottom: 14px; letter-spacing: 2px; }
.testimonial-card p.quote { font-family: var(--font-display); font-style: italic; font-size: 1.1rem; color: var(--pine); margin-bottom: 16px; }
.testimonial-card .attrib { font-size: 0.85rem; color: var(--sage); font-weight: 600; }

/* ---- FAQ (accordion, schema-marked) ---- */
.accordion-item { background: transparent; border: none; border-bottom: 1px solid var(--cream-line); }
.accordion-button {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.08rem;
  color: var(--pine);
  background: transparent;
  padding: 22px 4px;
  box-shadow: none !important;
  
}
.accordion-button:not(.collapsed) { color: var(--hader-pine); background: transparent; }
.accordion-button::after { flex-shrink: 0; }
.accordion-body { padding: 0 4px 24px; color: var(--pine-soft); font-size: 1.1rem; }

/* ---- CTA band ---- */
.cta-band {
  background: var(--pine);
  border-radius: var(--radius-lg);
  padding: 54px 44px;
  color: var(--bone);
  position: relative;
  overflow: hidden;
}
.cta-band h2 { color: var(--bone); }
.cta-band p { color: #cfd9d1; max-width: 480px; }

/* ---- Contact / lead form ---- */
.lead-form {
  background: var(--white);
  border-radius: var(--radius-md);
  padding: 34px;
  border: 1px solid var(--cream-line);
}
.lead-form label { font-size: 0.86rem; font-weight: 600; color: var(--pine); margin-bottom: 6px; }
.lead-form .form-control,
.lead-form .form-select {
  border: 1.5px solid var(--cream-line);
  border-radius: var(--radius-sm);
  padding: 11px 14px;
  font-size: 0.96rem;
  background: var(--bone);
}
.lead-form .form-control:focus,
.lead-form .form-select:focus {
  border-color: var(--amber);
  box-shadow: none;
}

.map-embed { border-radius: var(--radius-md); overflow: hidden; border: 1px solid var(--cream-line); filter: grayscale(15%); }

/* ---- Footer ---- */
.site-footer { background: var(--pine); color: #a9b8ae; padding: 56px 0 26px; font-size: 0.92rem; }
.site-footer h4 { color: var(--bone); font-size: 1rem; letter-spacing: 0.06em; text-transform: uppercase; font-family: var(--font-body); font-weight: 700; margin-bottom: 16px; }
.site-footer a { color: #fff; font-size: 1rem;}
.site-footer a:hover { color: var(--amber); }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin-bottom: 9px; color: #fff;}
.footer-bottom { border-top: 1px solid #33453a; margin-top: 40px; padding-top: 22px; font-size: 0.82rem; color: #7c8f7b; }
.footer-bottom span{ color: #fff; font-size: 1rem;}
/* ---- Sticky mobile call bar (Ads conversion aid) ---- */
.sticky-call {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 1030;
  background: var(--pine);
  padding: 12px 18px;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  box-shadow: 0 -8px 22px rgba(0,0,0,0.18);
}
.sticky-call .txt { color: var(--bone); font-size: 0.88rem; font-weight: 600; }
.sticky-call .txt small { display: block; font-weight: 400; color: #b7c4bb; font-size: 0.76rem; }
@media (max-width: 767px) {
  .sticky-call { display: flex; }
  body { padding-bottom: 68px; }
  .section { padding: 56px 0; }
}

/* Reveal-on-scroll (subtle, respects reduced motion) */
.reveal { opacity: 0; transform: translateY(14px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; }
}
