:root {
  --mist: #EEF3F1;      /* page background, soft morning light */
  --white: #FFFFFF;
  --ink: #1F2B3A;       /* evening navy, text */
  --ink-soft: #4A5868;
  --lamp: #F2C14E;      /* warm lamp glow, the one bright accent */
  --lamp-soft: #FBE7B0;
  --sofa: #3E6B5A;      /* living-room green */
  --sofa-soft: #D5E4DC;
  --blush: #F4C7B8;
  --line: #CFDAD6;

  --display: "Caprasimo", Georgia, serif;
  --body: "Atkinson Hyperlegible", system-ui, sans-serif;
  --hand: "Caveat", cursive;

  --radius: 18px;
  --max: 1120px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--mist);
  color: var(--ink);
  font-family: var(--body);
  font-size: 18px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img, svg { display: block; max-width: 100%; }
a { color: var(--sofa); }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible,
textarea:focus-visible, summary:focus-visible {
  outline: 3px solid var(--lamp);
  outline-offset: 3px;
  border-radius: 6px;
}

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

h1, h2, h3 { font-family: var(--display); font-weight: 400; line-height: 1.1; margin: 0; letter-spacing: -0.01em; }
h2 { font-size: clamp(2rem, 4.2vw, 3rem); }
h3 { font-size: 1.35rem; }
.eyebrow {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--sofa);
  margin-bottom: 14px;
}
.lede { font-size: 1.15rem; color: var(--ink-soft); max-width: 60ch; }
.note { font-family: var(--hand); font-size: 1.5rem; color: var(--sofa); line-height: 1.2; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font: 700 1rem/1 var(--body);
  padding: 16px 26px;
  border-radius: 999px;
  border: 2px solid var(--ink);
  text-decoration: none;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease;
}
.btn-primary { background: var(--lamp); color: var(--ink); box-shadow: 0 4px 0 var(--ink); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 6px 0 var(--ink); }
.btn-primary:active { transform: translateY(2px); box-shadow: 0 2px 0 var(--ink); }
.btn-quiet { background: transparent; color: var(--ink); }
.btn-quiet:hover { background: var(--white); }

/* ---------- nav ---------- */
header.site {
  position: sticky; top: 0; z-index: 20;
  background: color-mix(in srgb, var(--mist) 92%, transparent);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
.nav { display: flex; align-items: center; justify-content: space-between; height: 72px; gap: 16px; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--ink); }
.brand-mark { width: 34px; height: 34px; }
.brand-name { font-family: var(--display); font-size: 1.3rem; line-height: 1; }
.nav-links { display: flex; gap: 26px; list-style: none; margin: 0; padding: 0; }
.nav-links a { color: var(--ink); text-decoration: none; font-weight: 700; font-size: 0.95rem; }
.nav-links a:hover, .nav-links a[aria-current] { color: var(--sofa); }
.nav-links a[aria-current] { text-decoration: underline; text-underline-offset: 6px; text-decoration-thickness: 2px; }
.nav .btn { padding: 11px 20px; font-size: 0.95rem; box-shadow: 0 3px 0 var(--ink); }

/* ---------- hero ---------- */
.hero { padding: 64px 0 40px; }
.hero-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 48px; align-items: center; }
.hero h1 { font-size: clamp(2.3rem, 5vw, 4rem); margin-bottom: 22px; }
.hero .served { font-weight: 700; margin: -12px 0 28px; max-width: 60ch; }
.hero h1 em { font-style: normal; color: var(--sofa); }
.hero .lede { margin: 0 0 30px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 34px; }
.promises { display: flex; flex-wrap: wrap; gap: 10px; list-style: none; padding: 0; margin: 0; }
.promises li {
  background: var(--white); border: 1px solid var(--line);
  border-radius: 999px; padding: 8px 16px; font-weight: 700; font-size: 0.92rem;
}
.promises li::before { content: "✕ "; color: #C2553F; }
.promises li.yes::before { content: "✓ "; color: var(--sofa); }

.house { position: relative; }
.house svg { width: 100%; height: auto; }
.house .caption {
  margin: 4px 8% 0 0; text-align: right;
  transform: rotate(-3deg);
}
.glow { animation: glow 5s ease-in-out infinite; }
@keyframes glow { 0%,100% { opacity: .55; } 50% { opacity: .85; } }
.smoke circle { animation: rise 6s linear infinite; opacity: 0; }
.smoke circle:nth-child(2) { animation-delay: 2s; }
.smoke circle:nth-child(3) { animation-delay: 4s; }
@keyframes rise {
  0% { transform: translate(0, 0) scale(.6); opacity: 0; }
  20% { opacity: .5; }
  100% { transform: translate(14px, -60px) scale(1.4); opacity: 0; }
}
.breath { transform-origin: 50% 100%; transform-box: fill-box; animation: breath 3.4s ease-in-out infinite; }
@keyframes breath { 0%,100% { transform: scaleY(1); } 50% { transform: scaleY(1.05); } }

/* ---------- sections ---------- */
section { padding: 88px 0; scroll-margin-top: 72px; }
.section-head { margin-bottom: 44px; }
.section-head .lede { margin-top: 14px; }
.band-white { background: var(--white); }
.band-ink { background: var(--ink); color: var(--mist); }
.band-ink .eyebrow { color: var(--lamp); }
.band-ink .lede { color: #C4CFD9; }

/* kennel vs home comparison */
.compare { width: 100%; border-collapse: separate; border-spacing: 0; font-size: 1rem; }
.compare th, .compare td { padding: 18px 20px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--line); }
.compare thead th { font-size: 0.8rem; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-soft); border-bottom: 2px solid var(--ink); }
.compare thead th.us { color: var(--sofa); }
.compare tbody th { font-weight: 700; width: 22%; }
.compare td.them { color: var(--ink-soft); width: 34%; }
.compare td.us { background: var(--sofa-soft); font-weight: 700; }
.compare tr:last-child td.us { border-radius: 0 0 var(--radius) var(--radius); }
.compare thead th.us { background: var(--sofa-soft); border-radius: var(--radius) var(--radius) 0 0; }

/* a day here — timeline */
.day { position: relative; list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(6, 1fr); gap: 0; }
.day::before {
  content: ""; position: absolute; left: 0; right: 0; top: 27px; height: 4px;
  background: linear-gradient(90deg, var(--lamp-soft), var(--lamp) 45%, #7C8BB5 80%, #3B4A73);
  border-radius: 4px;
}
.day li { position: relative; padding: 0 14px 0 0; }
.day .dot {
  width: 58px; height: 58px; border-radius: 50%;
  background: var(--ink); border: 4px solid var(--ink);
  display: grid; place-items: center; font-size: 1.5rem; position: relative; z-index: 1;
  margin-bottom: 18px;
}
.day .dot span { width: 100%; height: 100%; border-radius: 50%; background: var(--mist); display: grid; place-items: center; }
.day time { display: block; font-family: var(--hand); font-size: 1.7rem; color: var(--lamp); line-height: 1; margin-bottom: 6px; }
.day h3 { font-size: 1.15rem; margin-bottom: 6px; color: var(--white); }
.day p { margin: 0; font-size: 0.95rem; color: #C4CFD9; }

/* steps */
.steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; counter-reset: step; }
.steps li {
  counter-increment: step;
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 24px 20px;
}
.steps li::before {
  content: counter(step);
  display: grid; place-items: center;
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--lamp); border: 2px solid var(--ink);
  font-weight: 700; margin-bottom: 14px;
}
.steps h3 { font-size: 1.15rem; margin-bottom: 8px; }
.steps p { margin: 0; font-size: 0.95rem; color: var(--ink-soft); }

/* pricing */
.prices { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.price {
  background: var(--mist); border-radius: var(--radius); padding: 30px 28px;
  border: 2px solid transparent;
}
.prices .price { background: var(--white); border-color: var(--line); }
.prices .price.featured { background: var(--lamp-soft); border-color: var(--ink); }
.price h3 { margin-bottom: 6px; }
.price .amount { font-family: var(--display); font-size: 3rem; line-height: 1; margin: 16px 0 4px; }
.price .per { color: var(--ink-soft); font-size: 0.95rem; }
.price ul { padding: 0; margin: 20px 0 0; list-style: none; font-size: 0.97rem; }
.price li { padding: 7px 0; border-top: 1px dashed var(--line); }
.price li:first-child { border-top: 0; }
.price-foot { margin-top: 22px; color: var(--ink-soft); font-size: 0.95rem; }

/* packing + faq */
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.pack {
  background: var(--white); border-radius: var(--radius); padding: 32px;
  border: 1px solid var(--line);
  transform: rotate(-1deg);
  box-shadow: 0 10px 30px rgba(31,43,58,.08);
}
.pack h3 { font-family: var(--hand); font-size: 2.2rem; font-weight: 700; margin-bottom: 10px; }
.pack ul { list-style: none; padding: 0; margin: 0; }
.pack li { display: flex; gap: 12px; padding: 9px 0; border-bottom: 1px solid var(--mist); }
.pack li::before { content: ""; flex: none; width: 20px; height: 20px; margin-top: 4px; border: 2px solid var(--sofa); border-radius: 5px; }

details { border-bottom: 1px solid var(--line); }
details:first-of-type { border-top: 1px solid var(--line); }
summary {
  list-style: none; cursor: pointer; padding: 20px 40px 20px 0; position: relative;
  font-weight: 700; font-size: 1.05rem;
}
summary::-webkit-details-marker { display: none; }
summary::after {
  content: "+"; position: absolute; right: 6px; top: 14px;
  font-family: var(--display); font-size: 1.7rem; color: var(--sofa); transition: transform .2s;
}
details[open] summary::after { transform: rotate(45deg); }
details p { margin: 0 0 20px; color: var(--ink-soft); }

/* booking form */
.book-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 56px; align-items: start; }
.book-aside p { color: #C4CFD9; }
form.request {
  background: var(--white); color: var(--ink);
  border-radius: 24px; padding: 34px;
}
fieldset { border: 0; padding: 0; margin: 0 0 22px; }
legend { font-family: var(--display); font-size: 1.25rem; margin-bottom: 14px; padding: 0; }
.fields { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.fields .full { grid-column: 1 / -1; }
label { display: block; font-weight: 700; font-size: 0.92rem; margin-bottom: 6px; }
label .opt { font-weight: 400; color: var(--ink-soft); }
input, select, textarea {
  width: 100%; font: 400 1rem/1.4 var(--body); color: var(--ink);
  padding: 13px 14px; border: 2px solid var(--line); border-radius: 12px; background: var(--white);
}
input:hover, select:hover, textarea:hover { border-color: #AFC0BA; }
input:focus, select:focus, textarea:focus { border-color: var(--sofa); outline: none; }
textarea { min-height: 110px; resize: vertical; }
.form-foot { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; }
.form-foot small { color: var(--ink-soft); }
.error { color: #B23A25; font-size: 0.9rem; margin-top: 6px; display: none; }
.invalid .error { display: block; }
.invalid input { border-color: #B23A25; }
.send-error { color: #B23A25; font-weight: 700; margin: 14px 0 0; }
.send-error:empty { display: none; }
.btn:disabled { opacity: .6; cursor: wait; }
.sent { display: none; text-align: center; padding: 30px 10px; }
.sent h3 { font-size: 1.8rem; margin-bottom: 10px; }
.sent p { color: var(--ink-soft); }

footer.site { padding: 36px 0; font-size: 0.92rem; color: var(--ink-soft); }
.foot { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; }

/* ---------- location ---------- */
.drive { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-bottom: 40px; }
.drive div { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 24px; }
.drive strong { display: block; font-family: var(--display); font-weight: 400; font-size: 2.1rem; line-height: 1; margin-bottom: 8px; color: var(--sofa); }
.drive span { color: var(--ink-soft); font-size: 0.98rem; }

.rings { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.ring-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 24px; }
.ring-icon { position: relative; width: 46px; height: 46px; margin-bottom: 16px; }
.ring-icon i { position: absolute; inset: 0; margin: auto; border-radius: 50%; border: 2px solid var(--line); }
.ring-icon i:nth-child(1) { width: 14px; height: 14px; background: var(--lamp); border-color: var(--ink); }
.ring-icon i:nth-child(2) { width: 30px; height: 30px; }
.ring-icon i:nth-child(3) { width: 46px; height: 46px; }
.ring-1 i:nth-child(2) { border-color: var(--sofa); border-width: 3px; }
.ring-2 i:nth-child(2) { border-color: var(--sofa); }
.ring-2 i:nth-child(3), .ring-3 i:nth-child(3) { border-color: var(--sofa); border-width: 3px; }
.ring-card h3 { margin-bottom: 4px; }
.ring-card .sub { color: var(--ink-soft); font-size: 0.95rem; margin: 0 0 14px; }
.ring-card ul { list-style: none; margin: 0; padding: 0; }
.ring-card li { padding: 6px 0; border-top: 1px dashed var(--line); }
.ring-card li:first-child { border-top: 0; }

.landmarks { margin-top: 36px; }
.landmarks h3 { font-size: 1.15rem; margin-bottom: 12px; }
.chips { display: flex; flex-wrap: wrap; gap: 10px; list-style: none; padding: 0; margin: 0; }
.chips li { background: var(--sofa-soft); border-radius: 999px; padding: 7px 16px; font-weight: 700; font-size: 0.92rem; }

.practical { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 36px; }
.practical div { background: var(--lamp-soft); border: 2px solid var(--ink); border-radius: var(--radius); padding: 22px 24px; }
.practical h3 { font-size: 1.2rem; margin-bottom: 6px; }
.practical p { margin: 0; }

/* ---------- cta + contact ---------- */
.cta { text-align: center; }
.cta h2 { color: var(--white); margin-bottom: 14px; }
.cta .lede { margin: 0 auto 28px; }
.page-head { padding: 56px 0 24px; }
.page-head h1 { font-size: clamp(2.2rem, 5vw, 3.6rem); }
.page-head .lede { margin-top: 14px; }
.book-aside h3 { color: var(--white); font-size: 1.15rem; margin: 26px 0 6px; }
.book-aside h3 + p { margin-top: 0; }
.map-grid { display: grid; grid-template-columns: 1.3fr 0.7fr; gap: 28px; align-items: start; }
.map { width: 100%; height: 420px; border: 2px solid var(--ink); border-radius: var(--radius); display: block; background: var(--sofa-soft); }
.map-note { color: var(--ink-soft); font-size: 0.95rem; margin-top: 10px; }

/* ---------- responsive ---------- */
@media (max-width: 960px) {
  .nav { height: auto; flex-wrap: wrap; padding-top: 12px; }
  .nav-links { order: 3; width: 100%; overflow-x: auto; gap: 20px; padding: 4px 0 12px; white-space: nowrap; scrollbar-width: none; }
  .nav-links::-webkit-scrollbar { display: none; }
  section { scroll-margin-top: 110px; }
  .hero-grid, .two-col, .book-grid { grid-template-columns: 1fr; }
  .house { max-width: 460px; margin: 0 auto; }
  .steps { grid-template-columns: 1fr 1fr; }
  .prices { grid-template-columns: 1fr 1fr; }
  .rings, .drive { grid-template-columns: 1fr; }
  .map-grid { grid-template-columns: 1fr; }
  .day { grid-template-columns: 1fr; gap: 26px; }
  .day::before { left: 27px; right: auto; top: 0; bottom: 0; width: 4px; height: auto;
    background: linear-gradient(180deg, var(--lamp-soft), var(--lamp) 45%, #7C8BB5 80%, #3B4A73); }
  .day li { display: grid; grid-template-columns: 58px 1fr; column-gap: 20px; padding: 0; }
  .day .dot { grid-row: span 3; margin: 0; }
}
@media (max-width: 620px) {
  body { font-size: 17px; }
  .wrap { padding: 0 16px; }
  section { padding: 64px 0; }
  .hero { padding-top: 40px; }
  .steps { grid-template-columns: 1fr; }
  .prices { grid-template-columns: 1fr; }
  .fields { grid-template-columns: 1fr; }
  form.request { padding: 24px 18px; }
  .nav .btn { padding: 10px 16px; }
  .brand-name { font-size: 1.1rem; }
  .compare thead { display: none; }
  .compare, .compare tbody, .compare tr, .compare th, .compare td { display: block; width: 100% !important; }
  .compare tr { margin-bottom: 16px; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--white); }
  .compare tbody th { border-bottom: 0; padding-bottom: 4px; }
  .compare td { border-bottom: 0; padding-top: 8px; padding-bottom: 12px; }
  .compare td.them::before { content: "Kennel: "; font-weight: 700; }
  .compare td.us::before { content: "With us: "; }
  .compare tr:last-child td.us { border-radius: 0; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  html { scroll-behavior: auto; }
}

