/* ===================================================================
   DESIGN TOKENS
   Palette: warm paper + moss green (calm/care) + aged gold (warmth,
   dignity) — deliberately not the cream/terracotta or dark/neon
   defaults. Type: Fraunces (display serif, warm & humane) + Karla
   (body, friendly humanist sans).
=================================================================== */
:root{
  --paper:      #FBF7F1;
  --paper-tint: #EEEBDF;
  --ink:        #2B2621;
  --ink-soft:   #5B5348;
  --moss:       #5C6B4F;
  --moss-deep:  #3F4A37;
  --gold:       #C08A3E;
  --gold-soft:  #E7D6B3;
  --line:       #DED6C6;

  --font-display: "Fraunces", Georgia, serif;
  --font-body: "Karla", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --radius: 14px;
  --shadow: 0 10px 30px -12px rgba(43, 38, 33, 0.18);
  --max-width: 1140px;
}

*, *::before, *::after{ box-sizing: border-box; }
html{ scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce){
  html{ scroll-behavior: auto; }
  *{ animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
}

body{
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4{
  font-family: var(--font-display);
  color: var(--ink);
  line-height: 1.12;
  margin: 0 0 0.5em;
  font-weight: 500;
}
h1{ font-size: clamp(2.4rem, 5vw, 3.6rem); font-weight: 500; }
h2{ font-size: clamp(1.7rem, 3vw, 2.4rem); }
h3{ font-size: 1.25rem; }
h4{ font-size: 1.05rem; margin-bottom: 0.35em; }
em{ font-style: italic; color: var(--moss-deep); }

p{ margin: 0 0 1em; color: var(--ink-soft); }
a{ color: var(--moss-deep); }

.wrap{
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
}

.eyebrow{
  font-family: var(--font-body);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--gold);
  margin: 0 0 0.9em;
}

.skip-link{
  position: absolute; left: -999px; top: 0;
  background: var(--ink); color: var(--paper); padding: 10px 16px; z-index: 200;
}
.skip-link:focus{ left: 12px; top: 12px; }

/* ---------- Buttons ---------- */
.btn{
  display: inline-flex; align-items: center; justify-content: center;
  gap: 8px;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.95rem;
  padding: 12px 22px;
  border-radius: 999px;
  text-decoration: none;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: transform 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}
.btn:hover{ transform: translateY(-1px); }
.btn:focus-visible{ outline: 3px solid var(--gold); outline-offset: 2px; }
.btn-primary{ background: var(--moss-deep); color: var(--paper); }
.btn-primary:hover{ background: var(--moss); }
.btn-ghost{ background: transparent; color: var(--ink); border-color: var(--line); }
.btn-ghost:hover{ border-color: var(--moss-deep); }
.btn-lg{ padding: 15px 28px; font-size: 1rem; }
.full-width{ width: 100%; }

/* ===================================================================
   HEADER
=================================================================== */
.site-header{
  position: sticky; top: 0; z-index: 100;
  background: rgba(251, 247, 241, 0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
.header-inner{
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 14px; padding-bottom: 14px;
  gap: 24px;
}
.logo{
  display: flex; align-items: center; gap: 10px;
  text-decoration: none; color: var(--ink);
  flex-shrink: 0;
}
.logo-mark{ color: var(--moss-deep); display: flex; }
.logo-text{ font-family: var(--font-display); font-size: 1.15rem; font-weight: 500; }
.logo-text.small{ font-size: 1.05rem; }
.logo-text em{ font-style: italic; font-weight: 400; color: var(--ink-soft); }

.site-nav{ display: flex; gap: 28px; }
.site-nav a{
  text-decoration: none; color: var(--ink-soft); font-weight: 600; font-size: 0.95rem;
  position: relative; padding: 4px 0;
}
.site-nav a:hover{ color: var(--moss-deep); }

.header-cta{ display: flex; align-items: center; gap: 20px; flex-shrink: 0; }
.phone-link{
  display: flex; align-items: center; gap: 6px;
  text-decoration: none; color: var(--ink); font-weight: 700; font-size: 0.92rem;
  white-space: nowrap;
}
.phone-link svg{ color: var(--gold); }

.nav-toggle{
  display: none; flex-direction: column; justify-content: center; gap: 5px;
  width: 38px; height: 38px; background: none; border: none; cursor: pointer;
}
.nav-toggle span{ display: block; height: 2px; width: 100%; background: var(--ink); border-radius: 2px; }

/* ===================================================================
   HERO
=================================================================== */
.hero{ position: relative; overflow: hidden; padding: 72px 0 56px; }
.hero-inner{ position: relative; z-index: 2; max-width: 720px; }
.hero-lead{ font-size: 1.1rem; max-width: 60ch; }
.hero-actions{ display: flex; gap: 14px; flex-wrap: wrap; margin: 28px 0 40px; }

.trust-strip{
  list-style: none; display: flex; gap: 40px; padding: 24px 0 0; margin: 0;
  border-top: 1px solid var(--line);
  flex-wrap: wrap;
}
.trust-strip li{ display: flex; flex-direction: column; }
.trust-strip strong{ font-family: var(--font-display); font-size: 1.6rem; color: var(--moss-deep); }
.trust-strip span{ font-size: 0.82rem; color: var(--ink-soft); }

/* organic motif — a soft quilted/garden pattern nod, not a stock photo */
.hero-motif{
  position: absolute; top: -10%; right: -10%; width: 55%; height: 130%;
  z-index: 1;
  background:
    radial-gradient(circle at 30% 30%, var(--gold-soft) 0%, transparent 55%),
    radial-gradient(circle at 70% 60%, var(--paper-tint) 0%, transparent 50%);
  opacity: 0.9;
}
.hero-motif::before{
  content: "";
  position: absolute; inset: 0;
  background-image: radial-gradient(circle, var(--moss) 1.5px, transparent 1.5px);
  background-size: 26px 26px;
  opacity: 0.12;
}

/* ===================================================================
   SECTIONS
=================================================================== */
.section{ padding: 76px 0; }
.section-tint{ background: var(--paper-tint); }
.section-lead{ max-width: 62ch; font-size: 1.05rem; }

/* Care grid */
.care-grid{
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 40px;
}
.care-card{
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px 22px;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.care-card:hover{ box-shadow: var(--shadow); transform: translateY(-3px); }
.care-icon{
  width: 44px; height: 44px; border-radius: 10px;
  background: var(--gold-soft); color: var(--moss-deep);
  display: flex; align-items: center; justify-content: center; margin-bottom: 16px;
}
.care-icon svg{ width: 22px; height: 22px; }
.care-card p{ font-size: 0.94rem; margin-bottom: 0; }

/* Amenities */
.amenities-grid{
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px 28px; margin-top: 40px;
}
.amenity h4{ color: var(--moss-deep); }
.amenity p{ font-size: 0.92rem; margin: 0; }

/* Testimonial */
.testimonial-wrap{ max-width: 760px; }
.testimonial p{
  font-family: var(--font-display); font-style: italic; font-size: 1.5rem;
  color: var(--ink); line-height: 1.5; margin-bottom: 18px;
}
.testimonial footer{ font-size: 0.9rem; color: var(--ink-soft); font-style: normal; }

/* Contact */
.contact-grid{
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 56px; align-items: start;
}
.info-list{ margin: 28px 0 0; display: grid; gap: 16px; }
.info-list > div{ display: grid; grid-template-columns: 100px 1fr; gap: 12px; border-bottom: 1px solid var(--line); padding-bottom: 12px; }
.info-list dt{ font-weight: 700; color: var(--ink); font-size: 0.9rem; }
.info-list dd{ margin: 0; color: var(--ink-soft); }
.info-list a{ text-decoration: none; }

.contact-form{
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 32px; box-shadow: var(--shadow);
}
.form-row{ margin-bottom: 18px; display: flex; flex-direction: column; gap: 6px; }
.form-row label{ font-size: 0.88rem; font-weight: 700; color: var(--ink); }
.form-row input, .form-row textarea{
  font-family: var(--font-body); font-size: 0.96rem;
  padding: 11px 14px; border: 1.5px solid var(--line); border-radius: 8px;
  background: var(--paper); color: var(--ink);
}
.form-row input:focus, .form-row textarea:focus{
  outline: none; border-color: var(--moss-deep);
}
.form-note{ font-size: 0.88rem; margin: 12px 0 0; min-height: 1.2em; color: var(--moss-deep); }

/* ===================================================================
   DAILY LIFE SLIDESHOW
=================================================================== */
.slideshow-wrap{ margin-top: 40px; max-width: 640px; margin-left: auto; margin-right: auto; }
.slideshow{
  position: relative; border-radius: var(--radius);
  overflow: hidden; box-shadow: var(--shadow); background: var(--paper-tint);
}
.slideshow-track{ display: flex; transition: transform 0.5s ease; }
.slide{ flex: 0 0 100%; margin: 0; position: relative; }
.slide img{ width: 100%; aspect-ratio: 2/1; object-fit: cover; display: block; }
.slide figcaption{
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 14px 20px; color: #fff; font-size: 0.9rem;
  background: linear-gradient(to top, rgba(0,0,0,0.55), transparent);
}
.slide-arrow{
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 40px; height: 40px; border-radius: 50%; border: none;
  background: rgba(251,247,241,0.85); color: var(--moss-deep);
  font-size: 1.4rem; line-height: 1; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
}
.slide-arrow:hover{ background: var(--paper); }
.slide-arrow.prev{ left: 14px; }
.slide-arrow.next{ right: 14px; }
.slide-dots{ display: flex; justify-content: center; gap: 8px; margin-top: 16px; }
.slide-dots button{
  width: 9px; height: 9px; border-radius: 50%; border: 1px solid var(--line);
  background: var(--paper); padding: 0; cursor: pointer;
}
.slide-dots button.is-active{ background: var(--moss-deep); border-color: var(--moss-deep); }

/* ===================================================================
   FOOTER
=================================================================== */
.site-footer{ border-top: 1px solid var(--line); padding: 32px 0; }
.footer-inner{ display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap; }
.footer-license, .footer-copy{ font-size: 0.82rem; color: var(--ink-soft); margin: 4px 0 0; }

/* placeholder highlight so it's obvious what to replace before publishing */
[data-placeholder]{
  background: linear-gradient(transparent 60%, var(--gold-soft) 60%);
  padding: 0 2px;
}

/* ===================================================================
   RESPONSIVE
=================================================================== */
@media (max-width: 900px){
  .care-grid{ grid-template-columns: repeat(2, 1fr); }
  .amenities-grid{ grid-template-columns: repeat(2, 1fr); }
  .contact-grid{ grid-template-columns: 1fr; gap: 40px; }
}

@media (max-width: 760px){
  .site-nav{
    position: fixed; inset: 62px 0 auto 0; background: var(--paper);
    flex-direction: column; padding: 20px 24px; gap: 4px;
    border-bottom: 1px solid var(--line);
    transform: translateY(-120%); transition: transform 0.25s ease;
  }
  .site-nav.open{ transform: translateY(0); }
  .site-nav a{ padding: 12px 0; border-bottom: 1px solid var(--line); }
  .nav-toggle{ display: none; }
  .site-nav{ display: none; }
  .header-inner{ flex-wrap: wrap; row-gap: 10px; }
  .logo{ order: 1; }
  .header-cta{ order: 2; flex-basis: 100%; }
  .header-cta .btn-primary{ width: 100%; justify-content: center; }
  .header-cta .phone-link{ display: none; }
  .hero{ padding: 48px 0 40px; }
  .hero-motif{ width: 90%; opacity: 0.5; }
  .care-grid{ grid-template-columns: 1fr; }
  .amenities-grid{ grid-template-columns: 1fr; }
  .trust-strip{ gap: 24px; }
  .section{ padding: 56px 0; }
}

