:root {
  --green: #08a84f;
  --green-dark: #078c43;
  --dark: #221e1f;
  --text: #141414;
  --muted: #6d746f;
  --line: #e4e9e6;
  --soft: #f4f7f5;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(0,0,0,.14);
  --radius: 12px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: #fff;
  font-family: "Inter", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }

.container { width: min(1080px, calc(100% - 40px)); margin: 0 auto; }
.wide-container { width: min(1320px, calc(100% - 28px)); margin: 0 auto; }
.center-narrow { max-width: 760px; text-align: center; }
.section { padding: 72px 0; }
.alt-bg { background: var(--soft); }
.section h2 { margin: 0 0 12px; font-size: clamp(27px, 3vw, 38px); line-height: 1.12; letter-spacing: -.035em; }
.section p { color: #5d655f; }
.center { text-align: center; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.97);
  border-bottom: 1px solid #edf0ee;
  backdrop-filter: blur(10px);
}
.nav-wrap { min-height: 68px; display: grid; grid-template-columns: 150px 1fr auto; gap: 25px; align-items: center; }
.brand img { width: 86px; height: auto; object-fit: contain; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: 30px; }
.main-nav a { font-size: 13px; font-weight: 600; }
.main-nav a:hover { color: var(--green); }
.nav-actions { display: flex; align-items: center; gap: 18px; }
.call-link { font-size: 12px; color: #414744; white-space: nowrap; }
.call-link strong { color: var(--green); }
.menu-toggle { display: none; background: none; border: 0; padding: 8px; }
.menu-toggle span { display: block; width: 23px; height: 2px; background: #111; margin: 5px 0; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 45px;
  padding: 0 20px;
  border-radius: 5px;
  border: 1px solid transparent;
  font-weight: 700;
  font-size: 13px;
  cursor: pointer;
  transition: .2s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-green { background: var(--green); color: #fff; box-shadow: 0 8px 20px rgba(8,168,79,.18); }
.btn-green:hover { background: var(--green-dark); }
.btn-outline { border-color: rgba(255,255,255,.55); color: #fff; background: rgba(0,0,0,.12); }
.btn-small { min-height: 38px; padding: 0 15px; font-size: 12px; }

.hero { position: relative; color: #fff; overflow: hidden; }
.hero-bg {
  position: absolute;
  inset: 0 0 auto 0;
  height: 650px;
  background: url("assets/chirnside-storefront.jpg") center 48% / cover no-repeat;
  transform: scale(1.02);
}
.hero-shade {
  position: absolute;
  inset: 0 0 auto 0;
  height: 650px;
  background: linear-gradient(90deg, rgba(22,20,20,.94) 0%, rgba(22,20,20,.81) 45%, rgba(22,20,20,.48) 100%);
}
.hero-grid { position: relative; min-height: 650px; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr); gap: 60px; align-items: center; padding-top: 44px; padding-bottom: 44px; }
.hero-copy { padding: 20px 0; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 16px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(8,168,79,.16); }
.hero h1 { margin: 0; font-size: clamp(42px, 5.2vw, 68px); line-height: .98; letter-spacing: -.055em; max-width: 660px; }
.hero-lead { max-width: 640px; margin: 22px 0 20px; color: rgba(255,255,255,.86); font-size: 16px; }
.hero-points { list-style: none; padding: 0; margin: 18px 0 25px; display: grid; gap: 9px; }
.hero-points li { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; font-weight: 600; }
.hero-points span { display: inline-grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; background: var(--green); font-size: 12px; flex: 0 0 20px; }
.hero-buttons { display: flex; gap: 11px; flex-wrap: wrap; }
.hero-stats { margin-top: 34px; display: grid; grid-template-columns: repeat(4, 1fr); max-width: 620px; border-top: 1px solid rgba(255,255,255,.2); padding-top: 20px; }
.hero-stats div { padding-right: 15px; border-right: 1px solid rgba(255,255,255,.18); }
.hero-stats div:last-child { border-right: 0; }
.hero-stats strong { display: block; font-size: 26px; line-height: 1; }
.hero-stats span { display: block; margin-top: 7px; font-size: 10px; color: rgba(255,255,255,.7); }

.booking-card {
  color: var(--text);
  background: #fff;
  border-radius: 13px;
  padding: 26px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(0,0,0,.05);
}
.rating-line { display: flex; gap: 8px; align-items: center; color: #f4a300; font-size: 10px; font-weight: 800; margin-bottom: 14px; }
.rating-line span { color: #7b817d; font-weight: 500; }
.booking-card h2 { margin: 0 0 8px; font-size: 25px; letter-spacing: -.025em; }
.booking-card > p { margin: 0 0 18px; color: #68706b; font-size: 12px; }
.form-group { display: grid; gap: 5px; margin-bottom: 11px; }
.form-group label { font-size: 10px; color: #535a56; font-weight: 700; }
.form-group input, .form-group select, .form-group textarea {
  width: 100%;
  border: 1px solid #dfe4e1;
  border-radius: 5px;
  background: #fff;
  padding: 11px 12px;
  color: #171917;
  outline: none;
  transition: .15s ease;
  font-size: 12px;
}
.form-group textarea { resize: vertical; min-height: 70px; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(8,168,79,.09); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.optional { color: #9ba09d; font-weight: 500; }
.consent { display: flex; gap: 9px; align-items: flex-start; color: #666e69; font-size: 10px; line-height: 1.4; margin: 3px 0 13px; }
.consent input { accent-color: var(--green); margin-top: 2px; }
.btn-submit { width: 100%; border: 0; position: relative; }
.spinner { width: 15px; height: 15px; border-radius: 50%; border: 2px solid rgba(255,255,255,.45); border-top-color: #fff; display: none; animation: spin .8s linear infinite; }
.btn-submit.loading .spinner { display: inline-block; }
.btn-submit.loading .submit-text { opacity: .85; }
@keyframes spin { to { transform: rotate(360deg); } }
.form-note { display: block; color: #9aa09c; font-size: 9px; margin-top: 8px; text-align: center; }
.form-status { min-height: 18px; margin-top: 8px; font-size: 11px; font-weight: 700; }
.form-status.success { color: #067b3b; }
.form-status.error { color: #c62f2f; }
.hp-field { position: absolute !important; left: -10000px !important; width: 1px; height: 1px; overflow: hidden; }

.trust-strip { position: relative; background: var(--dark); color: #fff; }
.trust-grid { min-height: 88px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; gap: 22px; }
.trust-grid > div { display: flex; gap: 12px; align-items: center; }
.trust-icon { width: 23px; height: 23px; border-radius: 50%; display: grid; place-items: center; color: #fff; background: var(--green); font-size: 12px; flex: 0 0 23px; }
.trust-grid p { margin: 0; font-size: 10px; line-height: 1.4; color: rgba(255,255,255,.68); }
.trust-grid strong { color: #fff; font-size: 11px; }

.location-section { padding-bottom: 90px; }
.location-section p { font-size: 12px; margin: 0 auto 28px; max-width: 760px; }
.location-image { width: min(620px, 100%); margin: 0 auto; border-radius: 10px; box-shadow: 0 12px 35px rgba(0,0,0,.08); aspect-ratio: 4/3; object-fit: cover; }

.reviews-section { padding-top: 10px; }
.section-heading { margin-bottom: 34px; }
.section-heading > p { max-width: 700px; margin: 0 auto; }
.review-summary { display: inline-flex; align-items: center; gap: 8px; margin-top: 7px; color: #f4a300; font-size: 11px; }
.review-summary span { color: #717873; }
.reviews-track { display: grid; grid-template-columns: repeat(5, minmax(250px, 1fr)); gap: 14px; overflow-x: auto; padding: 4px 3px 18px; scrollbar-width: thin; }
.review-card { min-width: 250px; border: 1px solid var(--line); border-radius: 9px; padding: 22px; background: #fff; display: flex; flex-direction: column; min-height: 250px; }
.stars { color: #f5a000; font-size: 13px; letter-spacing: 1px; }
.review-card p { font-size: 12px; color: #585f5b; flex: 1; }
.reviewer { display: flex; gap: 9px; align-items: center; margin-top: 15px; }
.reviewer > span { width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; background: var(--green); color: #fff; font-weight: 800; }
.reviewer strong { font-size: 11px; display: block; }
.reviewer small { font-size: 9px; color: #8a908c; }

.split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 55px; align-items: center; }
.feature-image { width: 100%; height: 410px; object-fit: cover; border-radius: 12px; }
.feature-copy p { font-size: 13px; }
.mini-points { display: grid; gap: 12px; margin-top: 24px; }
.mini-points > div { display: flex; gap: 12px; align-items: center; padding: 14px; background: #fff; border: 1px solid var(--line); border-radius: 8px; }
.mini-points > div > span { width: 30px; height: 30px; border-radius: 7px; background: #eaf8f0; color: var(--green); display: grid; place-items: center; flex: 0 0 30px; font-weight: 800; }
.mini-points p { margin: 0; display: grid; gap: 2px; color: #222; }
.mini-points strong { font-size: 12px; }
.mini-points small { color: #858c87; font-size: 9px; }

.section-topline { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 24px; }
.cards-grid { display: grid; gap: 16px; }
.service-grid { grid-template-columns: repeat(3, 1fr); }
.info-card, .why-card { border: 1px solid var(--line); border-radius: 10px; padding: 22px; background: #fff; min-height: 210px; transition: .2s ease; }
.info-card:hover, .why-card:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(0,0,0,.07); border-color: #d8e7de; }
.icon-box { width: 34px; height: 34px; border-radius: 8px; background: #ebf9f0; color: var(--green); display: grid; place-items: center; font-weight: 800; margin-bottom: 17px; }
.info-card h3, .why-card h3, .step-card h3 { margin: 0 0 8px; font-size: 15px; }
.info-card p, .why-card p, .step-card p { margin: 0; font-size: 11px; line-height: 1.55; color: #6b726e; }
.info-card > a { display: grid; place-items: center; width: 27px; height: 27px; margin-top: 18px; border: 1px solid var(--line); border-radius: 50%; font-size: 12px; }
.section-footnote { text-align: center; font-size: 10px; margin-top: 28px; }

.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.step-card { background: #fff; border-radius: 10px; border: 1px solid var(--line); padding: 20px; min-height: 165px; }
.step-card > span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: var(--green); color: #fff; font-weight: 800; margin-bottom: 15px; }
.why-section { padding-top: 20px; }
.why-grid { grid-template-columns: repeat(3, 1fr); }
.why-card { min-height: 160px; }

.cta-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: stretch; }
.cta-box { background: var(--dark); color: #fff; border-radius: 12px; padding: 38px; display: flex; flex-direction: column; justify-content: center; }
.cta-box h2 { color: #fff; }
.cta-box p { color: rgba(255,255,255,.7); font-size: 12px; max-width: 470px; }
.cta-box .btn { align-self: flex-start; margin-top: 8px; }
.cta-grid img { width: 100%; height: 100%; min-height: 300px; object-fit: cover; border-radius: 12px; }

.about-grid { align-items: start; }
.about-grid p { font-size: 12px; }
.about-points { margin-top: 0; }
.local-area { margin-top: 70px; text-align: center; }
.local-area h2 { font-size: 24px; }
.local-area p { font-size: 11px; }
.chips { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; max-width: 850px; margin: 20px auto 0; }
.chips span { border: 1px solid #dfe5e1; background: #fff; padding: 6px 11px; border-radius: 999px; font-size: 10px; color: #555d58; }

.site-footer { background: var(--dark); color: #fff; padding: 58px 0 18px; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .8fr 1fr; gap: 70px; }
.footer-brand img { width: 95px; margin-bottom: 18px; }
.footer-grid h3 { font-size: 12px; margin: 0 0 14px; }
.footer-grid p, .footer-grid a { color: rgba(255,255,255,.67); font-size: 10px; line-height: 1.7; }
.footer-grid > div:nth-child(2) a { display: block; margin: 5px 0; }
.footer-brand .btn { color: #fff; margin-top: 10px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); margin-top: 38px; padding-top: 16px; display: flex; justify-content: space-between; gap: 18px; color: rgba(255,255,255,.42); font-size: 9px; }
.mobile-book { display: none; }

@media (max-width: 980px) {
  .nav-wrap { grid-template-columns: 120px 1fr auto; }
  .nav-actions .call-link { display: none; }
  .hero-grid { grid-template-columns: 1fr 380px; gap: 30px; }
  .hero h1 { font-size: 48px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 780px) {
  body { padding-bottom: 58px; }
  .container { width: min(100% - 28px, 1080px); }
  .site-header { position: sticky; }
  .nav-wrap { min-height: 62px; grid-template-columns: 1fr auto; }
  .brand img { width: 78px; }
  .menu-toggle { display: block; grid-column: 2; }
  .main-nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 62px;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: #fff;
    border-top: 1px solid var(--line);
    box-shadow: 0 12px 30px rgba(0,0,0,.1);
  }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 14px 20px; border-bottom: 1px solid var(--line); }
  .nav-actions { display: none; }

  .hero-bg, .hero-shade { height: 1010px; }
  .hero-grid { min-height: 1010px; grid-template-columns: 1fr; gap: 24px; padding-top: 48px; padding-bottom: 45px; align-content: start; }
  .hero h1 { font-size: clamp(38px, 11vw, 54px); }
  .hero-lead { font-size: 14px; }
  .hero-stats { grid-template-columns: repeat(2, 1fr); row-gap: 18px; }
  .hero-stats div:nth-child(2) { border-right: 0; }
  .booking-card { padding: 21px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); padding: 18px 0; }

  .section { padding: 55px 0; }
  .location-section { padding-bottom: 55px; }
  .split-grid, .cta-grid, .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .feature-image { height: 340px; }
  .service-grid, .why-grid { grid-template-columns: 1fr 1fr; }
  .cta-grid img { min-height: 250px; }
  .footer-grid { gap: 35px; }
  .footer-bottom { flex-direction: column; }
  .mobile-book {
    display: flex;
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 10px;
    z-index: 60;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    background: var(--green);
    color: #fff;
    font-weight: 800;
    box-shadow: 0 8px 28px rgba(0,0,0,.25);
  }
}

@media (max-width: 560px) {
  .hero-bg, .hero-shade { height: 1120px; }
  .hero-grid { min-height: 1120px; }
  .hero-copy { padding-top: 0; }
  .hero-buttons .btn { flex: 1 1 46%; padding-left: 10px; padding-right: 10px; }
  .hero-stats strong { font-size: 22px; }
  .trust-grid { grid-template-columns: 1fr; }
  .service-grid, .why-grid, .steps-grid { grid-template-columns: 1fr; }
  .info-card, .why-card { min-height: auto; }
  .section-topline { align-items: flex-start; }
  .section-topline .btn { display: none; }
  .reviews-track { grid-template-columns: repeat(5, 86vw); scroll-snap-type: x mandatory; }
  .review-card { scroll-snap-align: start; }
  .cta-box { padding: 28px; }
  .feature-image { height: 300px; }
}
