:root {
  --cream: #f7efdf;
  --paper: #fffaf0;
  --ink: #2b241f;
  --brown: #743817;
  --brown-dark: #3c2115;
  --rust: #a84a0b;
  --sage: #68724d;
  --sage-dark: #444d31;
  --gold: #c79b55;
  --sand: #d9c39e;
  --shadow: 0 18px 50px rgba(58, 34, 20, .14);
  --radius: 22px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "DM Sans", sans-serif; line-height: 1.6; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 999; padding: 10px 14px; background: white; }
.skip-link:focus { top: 16px; }
.site-header { position: sticky; top: 0; z-index: 100; min-height: 84px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; padding: 8px clamp(16px, 4vw, 52px); background: rgba(255,250,240,.95); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(116,56,23,.12); }
.brand img { width: 98px; height: 74px; object-fit: contain; }
.site-nav { display: flex; justify-content: center; gap: clamp(14px, 2.4vw, 34px); }
.site-nav a { text-decoration: none; font-weight: 700; font-size: .92rem; }
.site-nav a:hover { color: var(--rust); }
.header-call { padding: 12px 18px; border-radius: 12px; color: white; background: var(--brown); text-decoration: none; font-weight: 800; }
.menu-toggle { display: none; border: 0; background: none; font-size: 1.65rem; }
.hero { position: relative; min-height: 670px; display: flex; align-items: center; overflow: hidden; color: white; background-color: #35251c; background-image: url("images/cowboy-cat.jpg"); background-repeat: no-repeat; background-size: auto 100%; background-position: right center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(37,25,18,.98) 0%, rgba(49,34,23,.88) 37%, rgba(46,31,20,.38) 58%, rgba(46,31,20,.05) 82%); }
.hero-content { position: relative; z-index: 2; padding-block: 120px 150px; }
.eyebrow { margin: 0 0 10px; color: var(--sage-dark); text-transform: uppercase; letter-spacing: .12em; font-size: .83rem; font-weight: 800; }
.eyebrow.light { color: #f0d6ad; }
h1, h2, h3 { font-family: "Rye", serif; line-height: 1.08; }
h1 { max-width: 850px; margin: 0; font-size: clamp(3rem, 7vw, 6.8rem); text-shadow: 0 3px 18px rgba(0,0,0,.35); }
h2 { margin: 0; color: var(--brown); font-size: clamp(2rem, 4.6vw, 3.7rem); }
.hero p:not(.eyebrow) { max-width: 660px; font-size: 1.2rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 0 22px; border: 2px solid transparent; border-radius: 12px; text-decoration: none; font-weight: 800; cursor: pointer; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: white; background: var(--sage); box-shadow: var(--shadow); }
.button.primary:hover { background: var(--sage-dark); }
.button.secondary { color: white; border-color: rgba(255,255,255,.85); background: rgba(255,255,255,.08); }
.hero-badge { position: absolute; z-index: 3; right: 7%; bottom: 8%; width: 170px; height: 170px; display: grid; place-items: center; padding: 18px; border: 3px double white; border-radius: 50%; text-align: center; background: rgba(116,56,23,.82); transform: rotate(-7deg); text-transform: uppercase; letter-spacing: .07em; font-size: .75rem; }
.hero-badge strong { font-size: 1.15rem; }
.trust-strip { display: grid; grid-template-columns: repeat(4,1fr); background: var(--sage-dark); color: white; }
.trust-strip > div { display: grid; grid-template-columns: auto 1fr; gap: 2px 12px; padding: 22px 28px; border-right: 1px solid rgba(255,255,255,.14); }
.trust-strip span { grid-row: span 2; font-size: 1.9rem; }
.trust-strip strong { text-transform: uppercase; letter-spacing: .05em; }
.trust-strip small { opacity: .8; }
.section { padding: 92px 0; }
.section-heading { max-width: 820px; margin: 0 auto 42px; text-align: center; }
.section-heading.compact { margin-bottom: 30px; }
.service-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 26px; }
.service-card { overflow: hidden; border: 1px solid rgba(116,56,23,.12); border-radius: var(--radius); background: var(--paper); box-shadow: var(--shadow); transition: transform .25s ease; }
.service-card:hover { transform: translateY(-5px); }
.service-card.featured { outline: 3px solid rgba(104,114,77,.5); }
.service-card > img { width: 100%; height: 290px; object-fit: cover; }
.service-card:nth-child(1) > img { object-position: 50% 42%; }
.service-card:nth-child(2) > img { object-position: 50% 60%; }
.service-card:nth-child(3) > img { object-position: 50% 35%; }
.service-body { padding: 28px; }
.service-kicker { margin: 0; color: var(--rust); text-transform: uppercase; letter-spacing: .1em; font-weight: 800; font-size: .8rem; }
.service-card h3 { margin: 4px 0 10px; color: var(--brown); font-size: 1.8rem; }
.price-list { list-style: none; padding: 0; margin: 20px 0 0; border-top: 1px solid var(--sand); }
.price-list li { display: flex; justify-content: space-between; padding: 9px 0; border-bottom: 1px solid var(--sand); }
.price-block { min-height: 128px; display: grid; place-items: center; align-content: center; margin-top: 20px; border-radius: 16px; color: var(--brown); background: #f1e4cc; }
.price-block span, .price-block small { text-transform: uppercase; letter-spacing: .08em; font-weight: 800; font-size: .76rem; }
.price-block strong { font-size: 3rem; line-height: 1; }
.price-block.soft strong { font-size: 1.9rem; }
.meet-greet { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; margin-bottom: 92px; padding: 34px; border: 2px dashed var(--sand); border-radius: var(--radius); background: #fff8e9; }
.meet-greet .heart { color: var(--sage); font-size: 4rem; }
.meet-greet h2 { font-size: clamp(1.9rem, 4vw, 3rem); }
.about { background: #eadfc9; }
.about-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 58px; align-items: center; }
.about-photo-wrap { overflow: hidden; border: 12px solid var(--paper); border-radius: 46% 46% 38% 38%; box-shadow: var(--shadow); }
.about-photo-wrap img { width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: 50% 48%; }
blockquote { margin: 26px 0 0; color: var(--sage-dark); font-family: "Rye", serif; font-size: 1.45rem; }
.included-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 16px; }
.included-grid div { padding: 24px 18px; border-radius: 18px; text-align: center; background: var(--paper); box-shadow: var(--shadow); }
.included-grid span { font-size: 2rem; }
.included-grid strong { display: block; margin-top: 8px; color: var(--brown); }
.gallery-section { background: #efe4cf; }
.gallery-grid { display: grid; grid-template-columns: repeat(3,1fr); grid-auto-rows: 250px; gap: 16px; }
.gallery-item { overflow: hidden; padding: 0; border: 0; border-radius: 18px; cursor: zoom-in; background: #ddd; box-shadow: var(--shadow); }
.gallery-item.wide { grid-column: span 2; }
.gallery-item.tall { grid-row: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.gallery-item:hover img { transform: scale(1.04); }
.service-area { color: white; background: var(--sage-dark); }
.service-area h2 { color: white; }
.area-grid { display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: 56px; }
.area-grid ul { columns: 2; padding-left: 20px; }
.area-mark { display: grid; place-items: center; }
.area-mark img { max-width: 430px; filter: drop-shadow(0 20px 30px rgba(0,0,0,.25)); }
.faq-list { max-width: 900px; margin: 0 auto; }
details { margin: 12px 0; padding: 20px 24px; border: 1px solid rgba(116,56,23,.14); border-radius: 14px; background: var(--paper); }
summary { cursor: pointer; color: var(--brown); font-weight: 800; }
.contact { padding: 92px 0; color: white; background: linear-gradient(135deg,var(--brown-dark),var(--brown)); }
.contact h2 { color: white; }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 56px; align-items: start; }
.large-phone { display: inline-block; margin-top: 18px; color: #f0c886; font-family: "Rye", serif; font-size: clamp(1.8rem,4vw,3rem); text-decoration: none; }
.booking-form { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; padding: 28px; border-radius: var(--radius); color: var(--ink); background: var(--paper); box-shadow: var(--shadow); }
.booking-form label { display: grid; gap: 7px; font-weight: 700; }
.booking-form .full { grid-column: 1 / -1; }
input, select, textarea { width: 100%; padding: 13px 14px; border: 1px solid #cdbb9c; border-radius: 10px; background: white; }
input:focus, select:focus, textarea:focus { outline: 3px solid rgba(104,114,77,.22); border-color: var(--sage); }
.form-note { grid-column: 1/-1; margin: -4px 0 0; text-align: center; color: #6b645c; font-size: .8rem; }
.site-footer { padding: 38px 0 18px; color: white; background: #26301d; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 34px; align-items: center; }
.footer-logo { max-width: 300px; }
.footer-grid div { display: grid; gap: 4px; }
.site-footer a { color: white; text-decoration: none; }
.copyright { margin: 26px 0 0; text-align: center; opacity: .7; font-size: .82rem; }
.floating-text { position: fixed; right: 18px; bottom: 18px; z-index: 80; padding: 13px 18px; border-radius: 999px; color: white; background: var(--rust); text-decoration: none; font-weight: 800; box-shadow: 0 12px 28px rgba(0,0,0,.25); }
.lightbox { max-width: min(92vw,1000px); padding: 0; border: 0; border-radius: 18px; background: transparent; }
.lightbox::backdrop { background: rgba(20,14,10,.88); }
.lightbox img { max-height: 86vh; border-radius: 18px; }
.lightbox-close { position: fixed; top: 18px; right: 24px; width: 44px; height: 44px; border: 0; border-radius: 50%; color: white; background: rgba(255,255,255,.18); font-size: 2rem; cursor: pointer; }
@media (max-width: 980px) {
  .site-header { grid-template-columns: auto 1fr auto; }
  .menu-toggle { display: block; justify-self: end; }
  .header-call { display: none; }
  .site-nav { position: absolute; top: 84px; left: 0; right: 0; display: none; flex-direction: column; align-items: center; padding: 24px; background: var(--paper); border-bottom: 1px solid var(--sand); }
  .site-nav.open { display: flex; }
  .trust-strip { grid-template-columns: repeat(2,1fr); }
  .about-grid, .area-grid, .contact-grid { grid-template-columns: 1fr; }
  .about-photo-wrap { max-width: 520px; margin-inline: auto; }
  .included-grid { grid-template-columns: repeat(3,1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-logo { grid-column: 1/-1; }
}
@media (max-width: 680px) {
  .container { width: min(100% - 24px,1180px); }
  .site-header { min-height: 72px; padding: 6px 14px; }
  .brand img { width: 78px; height: 60px; }
  .site-nav { top: 72px; }
  .hero { min-height: 660px; background-size: cover; background-position: 60% center; }
  .hero-shade { background: linear-gradient(180deg,rgba(37,25,18,.78),rgba(37,25,18,.62)); }
  .hero-content { padding-block: 85px 170px; }
  h1 { font-size: clamp(2.75rem,13vw,4.5rem); }
  .hero-badge { right: 18px; bottom: 24px; width: 132px; height: 132px; font-size: .62rem; }
  .trust-strip, .service-grid, .included-grid, .footer-grid { grid-template-columns: 1fr; }
  .trust-strip > div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .section { padding: 68px 0; }
  .service-card > img { height: 230px; }
  .meet-greet { grid-template-columns: 1fr; padding: 24px; }
  .meet-greet .heart { font-size: 3rem; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 190px; }
  .gallery-item.wide { grid-column: span 2; }
  .gallery-item.tall { grid-row: span 1; }
  .area-grid ul { columns: 1; }
  .booking-form { grid-template-columns: 1fr; padding: 20px; }
  .booking-form .full, .form-note { grid-column: 1; }
  .footer-logo { grid-column: 1; }
  .floating-text { right: 12px; bottom: 12px; }
}
