/* Boulder Puppy — modernized from their REAL brand (per 002's content map):
   burnt-orange #dd5424 + Bitter slab-serif, off-white, warm/personal/premium-homey.
   "A country club for dogs — not a kennel." 20 years, family-run, Boulder CO.
   Mobile-first, fast, conversion-focused. All copy/photos are real (no stock/AI). */

:root {
  --brand: #dd5424;          /* their burnt-orange */
  --brand-deep: #b5401a;
  --brand-soft: #fbe7dc;
  --sage: #4f7a4a;           /* their green, muted — nature/outdoors secondary */
  --sage-soft: #eaf1e6;
  --ink: #32373c;            /* their dark text */
  --ink-soft: #6a6f6f;
  --cream: #faf7f2;
  --cream-2: #f3ece1;
  --white: #ffffff;
  --line: #e9e0d2;
  --shadow: 0 20px 44px -26px rgba(60, 40, 20, 0.42);
  --shadow-sm: 0 8px 20px -12px rgba(60, 40, 20, 0.35);
  --radius: 20px;
  --wrap: 1140px;
  --fdisplay: 'Bitter', Georgia, 'Times New Roman', serif;
  --fbody: 'Nunito Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--fbody); font-size: 17px; line-height: 1.62; -webkit-font-smoothing: antialiased; }
h1, h2, h3, h4 { font-family: var(--fdisplay); font-weight: 700; line-height: 1.1; margin: 0; color: var(--ink); }
a { color: var(--brand-deep); text-decoration: none; }
img { max-width: 100%; display: block; }
.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 22px; }
.eyebrow { font-family: var(--fbody); font-weight: 800; font-size: 12.5px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--brand); margin: 0 0 12px; }

/* buttons */
.btn { display: inline-flex; align-items: center; gap: 8px; font-family: var(--fbody); font-weight: 800; font-size: 16px; padding: 14px 25px; border-radius: 999px; cursor: pointer; border: 2px solid transparent; transition: transform .12s ease, box-shadow .12s ease, background .12s ease, color .12s; }
.btn-primary { background: var(--brand); color: #fff; box-shadow: 0 12px 24px -10px rgba(221, 84, 36, 0.6); }
.btn-primary:hover { transform: translateY(-2px); background: var(--brand-deep); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn-ghost:hover { background: var(--ink); color: var(--cream); }
.btn-lg { font-size: 18px; padding: 16px 32px; }

/* header */
.hdr { position: sticky; top: 0; z-index: 50; background: color-mix(in srgb, var(--cream) 90%, transparent); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); }
.hdr-in { display: flex; align-items: center; gap: 18px; height: 74px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand svg { width: 46px; height: 46px; flex: 0 0 auto; }
.brand .wm { font-family: var(--fdisplay); font-weight: 700; font-size: 22px; color: var(--ink); line-height: 1; }
.brand .wm small { display: block; font-family: var(--fbody); font-weight: 700; font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--brand); margin-top: 3px; }
.nav { margin-left: auto; display: flex; align-items: center; gap: 26px; }
.nav a { font-weight: 700; font-size: 15px; color: var(--ink-soft); }
.nav a:hover { color: var(--brand-deep); }
.hdr .btn { padding: 11px 22px; font-size: 15px; }
@media (max-width: 900px) { .nav { display: none; } .brand .wm small { display: none; } .hdr .btn.book-hdr { margin-left: auto; } }

/* hero */
.hero { position: relative; }
.hero-in { display: grid; grid-template-columns: 1.04fr 0.96fr; gap: 46px; align-items: center; padding: 64px 0 58px; }
.hero .tagline { font-family: var(--fdisplay); font-style: italic; font-weight: 600; font-size: 21px; color: var(--brand); margin: 0 0 10px; }
.hero h1 { font-size: clamp(40px, 6.2vw, 66px); letter-spacing: -0.5px; }
.hero h1 .accent { color: var(--brand); }
.hero p.lede { font-size: 19px; color: var(--ink-soft); max-width: 46ch; margin: 20px 0 28px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-media { position: relative; }
.hero-photo { aspect-ratio: 4/5; border-radius: 26px; box-shadow: var(--shadow); overflow: hidden; background: var(--cream-2); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.hero-badge { position: absolute; left: -16px; bottom: 26px; background: var(--white); border: 1px solid var(--line); border-radius: 16px; padding: 13px 18px; box-shadow: var(--shadow); display: flex; align-items: center; gap: 12px; }
.hero-badge b { font-family: var(--fdisplay); font-size: 27px; color: var(--brand); display: block; line-height: 1; }
.hero-badge span { font-size: 12.5px; font-weight: 700; color: var(--ink-soft); }
@media (max-width: 900px) {
  .hero-in { grid-template-columns: 1fr; gap: 28px; padding: 36px 0 40px; text-align: center; }
  .hero .lede { margin-left: auto; margin-right: auto; }
  .hero-cta { justify-content: center; }
  .hero-media { max-width: 380px; margin: 0 auto; }
}

/* trust bar */
.trust { background: var(--brand); color: #fff; }
.trust-in { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; padding: 22px 0; text-align: center; }
.trust b { font-family: var(--fdisplay); font-size: 25px; display: block; line-height: 1; }
.trust span { font-size: 13px; font-weight: 700; opacity: .9; }
@media (max-width: 680px) { .trust-in { grid-template-columns: repeat(2, 1fr); gap: 20px 8px; } }

/* sections */
section { padding: 76px 0; }
.section-head { max-width: 660px; margin: 0 0 42px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head h2 { font-size: clamp(30px, 4.4vw, 44px); }
.section-head p { color: var(--ink-soft); font-size: 18px; margin: 14px 0 0; }
.alt { background: var(--cream-2); }
.sage-bg { background: var(--sage-soft); }

/* feature highlights (the differentiators) */
.feats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.feat { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 24px; box-shadow: var(--shadow-sm); }
.feat .fic { width: 52px; height: 52px; border-radius: 14px; background: var(--brand-soft); display: grid; place-items: center; font-size: 26px; margin-bottom: 14px; }
.feat h3 { font-size: 20px; margin-bottom: 6px; }
.feat p { margin: 0; font-size: 15.5px; color: var(--ink-soft); }
@media (max-width: 860px) { .feats { grid-template-columns: 1fr; } }

/* split (accommodations / about) */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 46px; align-items: center; }
.split-media { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 5/4; background: var(--cream-2); }
.split-media img { width: 100%; height: 100%; object-fit: cover; }
.split ul { list-style: none; padding: 0; margin: 22px 0 0; display: grid; gap: 13px; }
.split li { display: flex; gap: 12px; align-items: flex-start; font-size: 16.5px; }
.split li .ic { flex: 0 0 auto; width: 26px; height: 26px; border-radius: 50%; background: var(--sage-soft); color: var(--sage); display: grid; place-items: center; font-weight: 900; font-size: 13px; margin-top: 2px; }
.lede-p { color: var(--ink-soft); font-size: 18px; margin-top: 14px; }
@media (max-width: 860px) { .split { grid-template-columns: 1fr; gap: 26px; } .split.flip .split-media { order: -1; } }

/* rates */
.rates { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.rate-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 26px; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; }
.rate-card.feature { border-color: var(--brand); box-shadow: 0 0 0 2px var(--brand), var(--shadow); }
.rate-card .tag { font-size: 11.5px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--brand); }
.rate-card h3 { font-size: 24px; margin: 8px 0 4px; }
.rate-card .price { font-family: var(--fdisplay); font-size: 42px; color: var(--ink); line-height: 1; margin: 12px 0 2px; }
.rate-card .price small { font-family: var(--fbody); font-size: 15px; font-weight: 700; color: var(--ink-soft); }
.rate-card .desc { color: var(--ink-soft); font-size: 15.5px; margin: 8px 0 16px; flex: 1; }
.rate-card .add { font-size: 13.5px; color: var(--ink-soft); border-top: 1px dashed var(--line); padding-top: 12px; margin-top: auto; }
.rates-note { text-align: center; color: var(--ink-soft); font-size: 15px; margin-top: 26px; }
@media (max-width: 860px) { .rates { grid-template-columns: 1fr; } }

/* gallery */
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.gallery a { border-radius: 14px; overflow: hidden; aspect-ratio: 1/1; background: var(--cream-2); box-shadow: var(--shadow-sm); }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.gallery a:hover img { transform: scale(1.06); }
@media (max-width: 860px) { .gallery { grid-template-columns: repeat(2, 1fr); } }

/* steps */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; counter-reset: step; }
.step { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px 22px; }
.step .n { counter-increment: step; font-family: var(--fdisplay); font-weight: 700; width: 40px; height: 40px; border-radius: 50%; background: var(--brand); color: #fff; display: grid; place-items: center; margin-bottom: 14px; }
.step .n::before { content: counter(step); }
.step h3 { font-size: 19px; margin-bottom: 6px; }
.step p { margin: 0; font-size: 15px; color: var(--ink-soft); }
@media (max-width: 860px) { .steps { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .steps { grid-template-columns: 1fr; } }

/* FAQ accordion */
.faq { max-width: 800px; margin: 0 auto; }
.faq details { background: var(--white); border: 1px solid var(--line); border-radius: 14px; padding: 4px 20px; margin-bottom: 12px; box-shadow: var(--shadow-sm); }
.faq summary { font-family: var(--fdisplay); font-weight: 700; font-size: 17.5px; padding: 16px 0; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; color: var(--brand); font-size: 24px; font-weight: 700; }
.faq details[open] summary::after { content: '–'; }
.faq details p { margin: 0 0 18px; color: var(--ink-soft); font-size: 16px; }

/* booking */
.book-wrap { max-width: 860px; margin: 0 auto; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.book-frame { width: 100%; border: 0; min-height: 720px; display: block; }
.book-note { text-align: center; color: var(--ink-soft); font-size: 14.5px; margin: 18px auto 0; max-width: 60ch; }

/* final CTA */
.cta-band { background: linear-gradient(135deg, var(--brand), var(--brand-deep)); color: #fff; text-align: center; }
.cta-band h2 { color: #fff; font-size: clamp(30px, 5vw, 46px); }
.cta-band p { color: #ffe6d9; font-size: 19px; max-width: 42ch; margin: 16px auto 26px; }
.cta-band .btn-ghost { color: #fff; border-color: rgba(255,255,255,.7); }
.cta-band .btn-ghost:hover { background: #fff; color: var(--brand-deep); }

/* footer */
.ft { background: #2a2420; color: #cdbfab; padding: 48px 0 30px; font-size: 15px; }
.ft-in { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 30px; }
.ft h4 { color: #fff; font-size: 18px; margin: 0 0 12px; }
.ft a { color: #cdbfab; }
.ft a:hover { color: #fff; }
.ft .muted { color: #928670; }
.ft-bottom { border-top: 1px solid #3d362d; margin-top: 30px; padding-top: 18px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; color: #928670; font-size: 13px; }
@media (max-width: 680px) { .ft-in { grid-template-columns: 1fr; gap: 22px; } }

/* mobile sticky book bar */
.mobile-bar { display: none; }
@media (max-width: 900px) {
  .mobile-bar { display: flex; position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; padding: 10px 14px calc(10px + env(safe-area-inset-bottom)); background: color-mix(in srgb, var(--cream) 96%, transparent); backdrop-filter: blur(10px); border-top: 1px solid var(--line); }
  .mobile-bar .btn { width: 100%; justify-content: center; padding: 15px; }
  body { padding-bottom: 78px; }
}
