@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap");

:root {
  --navy: #17223b;
  --green: #54734f;
  --green-dark: #39543a;
  --green-deep: #263d2b;
  --muted: #5e6470;
  --line: #e2e2e2;
  --paper: #ffffff;
  --page-gray: #c8c8c8;
  --danger: #d32121;
  --footer: #171717;
  --footer-bottom: #101010;
  --shadow: 0 14px 34px rgba(16, 25, 36, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--navy); background: #fff; font-family: "Poppins", Arial, sans-serif; font-size: 14px; line-height: 1.6; text-rendering: optimizeLegibility; }
input, select, textarea, button { font-family: inherit; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, summary, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #8fa88b; outline-offset: 3px; }
[hidden] { display: none !important; }
.shell { width: min(1120px, calc(100% - 42px)); margin-inline: auto; }
.wide-shell { width: min(1900px, calc(100% - 16px)); margin-inline: auto; }
p { color: var(--muted); }
h1, h2, h3, p { text-wrap: pretty; }
h1, h2, h3 { margin-top: 0; line-height: 1.18; }

/* Header */
.site-header { position: relative; z-index: 20; background: #fff; }
.topbar { background: #4d6a49; color: #fff; font-size: 11px; }
.topbar-inner { height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar a { font-weight: 500; }
.social-f { font-weight: 800; font-size: 13px; }
.nav-row { height: 118px; display: flex; align-items: center; gap: 34px; }
.brand { flex: 0 0 auto; display: inline-flex; align-items: center; }
.brand img { width: 142px; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: 25px; margin-left: auto; font-size: 13px; font-weight: 600; color: #050505; }
.desktop-nav a { white-space: nowrap; padding-block: 8px; }
.desktop-nav a[aria-current="page"] { color: #8b8b8b; }
.support { min-width: 210px; margin-left: 12px; padding-left: 25px; border-left: 1px solid #ededed; display: grid; grid-template-columns: 38px 1fr; column-gap: 12px; align-items: center; color: #263147; }
.support-icon { grid-row: 1 / 3; width: 34px; height: 34px; display: grid; place-items: center; clip-path: polygon(25% 7%,75% 7%,100% 50%,75% 93%,25% 93%,0 50%); background: var(--green-deep); color: #fff; font-size: 15px; transform: rotate(-8deg); }
.support span:not(.support-icon) { align-self: end; color: #69707e; font-size: 11px; line-height: 1.1; }
.support strong { align-self: start; color: #16203a; font-size: 14px; line-height: 1.2; }
.mobile-menu { display: none; margin-left: auto; position: relative; }
.mobile-menu summary { list-style: none; cursor: pointer; border: 1px solid #d8d8d8; border-radius: 3px; padding: 8px 14px; color: #111; font-size: 12px; font-weight: 700; text-transform: uppercase; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-nav { position: absolute; top: calc(100% + 10px); right: 0; width: min(300px, calc(100vw - 28px)); padding: 12px; display: grid; background: #fff; border: 1px solid #ddd; box-shadow: var(--shadow); }
.mobile-nav a { padding: 10px 11px; color: #111; font-weight: 600; }
.mobile-nav a[aria-current="page"] { color: var(--green); background: #f3f3f3; }

/* Shared page banner */
.page-intro { background: var(--page-gray); color: #fff; }
.page-intro .shell { min-height: 208px; display: flex; align-items: center; }
.page-intro h1 { margin: 0; color: #fff; font-size: 42px; font-weight: 700; letter-spacing: -.02em; }

/* Buttons and decorative headings */
.button { display: inline-flex; min-height: 42px; align-items: center; justify-content: center; border: 0; border-radius: 24px; padding: 0 25px; cursor: pointer; font-size: 10px; font-weight: 700; text-transform: uppercase; transition: transform .18s ease, filter .18s ease; }
.button:hover { transform: translateY(-1px); filter: brightness(.96); }
.button-primary { background: var(--green); color: #fff; }
.button-primary.dark { background: var(--green); color: #fff; }
.button-secondary { background: #fff; color: #36413a; }
.button-light { background: #fff; color: var(--green-deep); }
.button-ghost { border: 1px solid #cbd5c8; background: transparent; color: var(--green-deep); }
.old-section-title { margin-bottom: 48px; text-align: center; color: #26334b; }
.old-section-title h2 { margin: 0; font-size: 26px; font-weight: 600; letter-spacing: .01em; }
.old-section-title.green h2 { color: var(--green); font-size: 34px; font-weight: 700; text-transform: uppercase; }
.old-section-title::after { content: ""; display: block; width: 68px; height: 3px; margin: 14px auto 0; background: linear-gradient(90deg, transparent 0 13%, var(--green) 13% 100%); box-shadow: -14px 0 0 -1px #8e9b8b; }
.old-section-title::before { content: "···"; display: block; height: 0; position: relative; top: 40px; right: 49px; color: var(--green); letter-spacing: 2px; font-weight: 800; }

/* Home hero */
.hero { height: 650px; position: relative; overflow: hidden; color: #fff; }
.hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 52%; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(12,15,20,.48) 0%, rgba(12,15,20,.25) 48%, rgba(12,15,20,.10) 100%); }
.hero-content { position: relative; z-index: 1; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding-top: 18px; }
.hero h1 { max-width: 760px; margin: 0; color: #fff; font-size: 58px; font-weight: 700; line-height: 1.08; letter-spacing: -.025em; }
.hero h1 span { display: block; color: #fff; }
.hero-copy { max-width: 590px; margin: 22px 0 0; color: #fff; font-size: 13px; line-height: 1.75; }
.hero-actions { display: flex; gap: 20px; margin-top: 28px; }
.hero-actions .button { min-width: 132px; }

/* Benefit cards */
.benefits-shell { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(3, 1fr); margin-top: -108px; padding: 0; background: #fff; box-shadow: var(--shadow); }
.benefits-shell article { min-height: 450px; padding: 42px 38px 36px; border-right: 1px solid #e7e7e7; }
.benefits-shell article:last-child { border-right: 0; }
.feature-icon { width: 45px; height: 45px; display: grid; place-items: center; margin-bottom: 20px; background: var(--green-deep); color: #fff; clip-path: polygon(25% 7%,75% 7%,100% 50%,75% 93%,25% 93%,0 50%); }
.feature-icon svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.benefits-shell h2 { margin: 0 0 18px; color: #1d2942; font-size: 17px; font-weight: 700; line-height: 1.35; }
.benefits-shell p { margin: 0; color: #606877; font-size: 12px; line-height: 1.85; }

/* Home introductory split */
.content-section { padding: 110px 0 120px; }
.split-content { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 48px; }
.image-frame { height: 405px; overflow: hidden; }
.image-frame img { width: 100%; height: 100%; object-fit: cover; }
.home-copy .eyebrow { margin: 0 0 10px; color: #e25454; font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: .09em; }
.home-copy h2 { margin: 0 0 16px; color: #17243e; font-size: 29px; font-weight: 700; line-height: 1.12; }
.home-copy p { margin: 0 0 16px; color: #686e78; font-size: 11.5px; line-height: 1.8; }
.home-copy .button { min-height: 34px; border-radius: 0; padding: 0 18px; margin-top: 4px; }

/* Why choose us */
.why-section { position: relative; padding: 118px 0 164px; color: #fff; background: linear-gradient(rgba(6,9,8,.83), rgba(6,9,8,.90)), url("../images/camo-texture.jpg") center / cover; }
.why-section::after { content: ""; position: absolute; bottom: -42px; left: 50%; transform: translateX(-50%); border-left: 54px solid transparent; border-right: 54px solid transparent; border-top: 42px solid #111713; }
.why-heading h2 { margin: 0 0 12px; color: #fff; font-size: 26px; font-weight: 700; text-transform: uppercase; }
.why-heading p { margin: 0; color: #fff; font-size: 10.5px; }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 46px; margin-top: 42px; }
.why-list { display: grid; gap: 17px; margin: 0; padding: 0; list-style: none; }
.why-list li { position: relative; padding-left: 44px; color: #fff; font-size: 10.5px; line-height: 1.85; }
.why-list li::before { content: "✓"; position: absolute; left: 0; top: 2px; width: 20px; height: 20px; display: grid; place-items: center; border: 1px solid #fff; border-radius: 50%; color: #fff; font-size: 10px; }

/* Clients and testimonials */
.client-section { padding: 138px 0 185px; }
.client-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.client-image { aspect-ratio: 1.2; overflow: hidden; background: #f1f1f1; }
.client-image img { width: 100%; height: 100%; object-fit: cover; }
.testimonial-wrap { padding-top: 105px; }
.testimonial-wrap .old-section-title { margin-bottom: 46px; }
.testimonials { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; max-width: 850px; margin: 0 auto; }
.testimonials blockquote { margin: 0; min-height: 130px; padding: 27px 30px; background: #fff; color: #6e737d; box-shadow: 0 10px 24px rgba(15,25,38,.13); text-align: center; font-size: 10.5px; line-height: 1.8; }
.testimonials cite { display: block; margin-top: 10px; color: #59616f; font-style: normal; }

/* Home plane CTA */
.final-cta { background: #e7e7e7; overflow: hidden; }
.final-cta-content { min-height: 550px; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 16px; }
.final-cta-copy .eyebrow { margin: 0 0 7px; color: #52704f; font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; }
.final-cta-copy h2 { margin: 0 0 22px; color: #050505; font-size: 37px; font-weight: 800; text-transform: uppercase; }
.final-cta-copy p { max-width: 680px; margin: 0 0 24px; color: #111; font-size: 10.5px; line-height: 1.8; }
.final-cta-copy .button { min-height: 39px; min-width: 112px; }
.final-cta-content > img { width: 660px; max-width: none; justify-self: end; transform: translateX(40px); }

/* About */
.about-section { padding: 106px 0 96px; }
.about-main-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 78px; align-items: center; }
.about-copy h2 { margin: 0 0 20px; color: #17243e; font-size: 27px; font-weight: 700; text-transform: uppercase; }
.about-copy p { margin: 0 0 22px; color: #686e78; font-size: 11.5px; line-height: 1.9; }
.image-collage { height: 390px; position: relative; }
.image-collage > div { position: absolute; overflow: hidden; }
.image-collage > div:first-child { top: 0; right: 0; width: 78%; height: 66%; }
.image-collage > div:last-child { left: 0; bottom: 0; width: 76%; height: 64%; }
.image-collage img { width: 100%; height: 100%; object-fit: cover; }
.team-section { padding: 130px 0 180px; text-align: center; }
.team-photo { width: 430px; max-width: 100%; margin: 0 auto; }
.team-photo img { width: 100%; height: auto; }

/* Pricing */
.pricing-section { padding: 70px 0 100px; }
.pricing-layout { display: grid; grid-template-columns: 510px 1fr; gap: 52px; align-items: start; }
.pricing-heading { margin-bottom: 26px; text-align: center; }
.pricing-heading h2 { margin: 0; color: var(--green); font-size: 33px; font-weight: 600; text-transform: uppercase; }
.pricing-heading::after { content: ""; display: block; width: 92px; height: 3px; margin: 13px auto 0; background: var(--green); box-shadow: -18px 0 0 -1px #8f9d8c; }
.pricing-heading::before { content: "···"; display: block; position: relative; top: 58px; right: 64px; height: 0; color: var(--green); font-weight: 800; letter-spacing: 2px; }
.price-tables { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.price-tables table { width: 100%; border-collapse: collapse; color: #fff; background: #3d593f; font-size: 12px; font-style: italic; font-weight: 600; font-variant-numeric: tabular-nums; }
.price-tables caption, .price-tables thead { display: none; }
.price-tables th, .price-tables td { height: 31px; padding: 1px 8px; border: 1px solid rgba(255,255,255,.8); color: #fff; }
.price-tables th { text-align: left; font-weight: 600; text-transform: uppercase; }
.price-tables td { text-align: right; font-weight: 600; }
.pricing-book { display: flex; justify-content: center; margin-top: 34px; }
.pricing-book .button { min-width: 128px; }
.pricing-notice h2, .booking-notice h2 { display: inline-block; margin: 0 0 24px; padding-bottom: 3px; border-bottom: 1px solid #ef7373; color: var(--danger); font-size: 21px; font-weight: 600; }
.pricing-notice p, .booking-notice p { margin: 0 0 20px; color: #343a45; font-size: 12px; line-height: 1.65; }
.pricing-notice strong, .booking-notice strong { color: #232832; text-decoration: underline; }
.pricing-directions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 34px; }
.pricing-directions figure { margin: 0; height: 235px; overflow: hidden; }
.pricing-directions figure:last-child { grid-column: 1 / -1; height: 250px; }
.pricing-directions img { width: 100%; height: 100%; object-fit: cover; }

/* Booking reference area */
.booking-reference { padding: 78px 0 18px; }
.booking-notice { max-width: 590px; margin-bottom: 48px; }
.booking-directions { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; }
.booking-directions figure { margin: 0; height: 200px; overflow: hidden; }
.booking-directions img { width: 100%; height: 100%; object-fit: cover; }
.booking-section { padding: 55px 0 96px; }
.booking-wrap > .section-heading { display: none; }

/* Forms: intentionally retained from the current site */
.booking-form { padding: 38px; border: 1px solid #dce3da; background: #fff; box-shadow: 0 24px 60px rgba(26,45,31,.12); }
.form-progress { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 42px; }
.form-progress button { display: flex; align-items: center; gap: 12px; padding: 12px; border: 0; border-bottom: 3px solid #d8dfd6; color: #7a867e; background: transparent; text-align: left; font-size: .82rem; font-weight: 800; }
.form-progress button span { width: 34px; height: 34px; display: grid; flex: 0 0 auto; place-items: center; border-radius: 50%; background: #e8ece6; }
.form-progress button.active { border-color: var(--green); color: var(--green-deep); }
.form-progress button.active span, .form-progress button.done span { color: #fff; background: var(--green); }
.form-progress button.done { cursor: pointer; color: var(--green); }
.booking-form > fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.booking-form > fieldset > legend { margin: 0; padding: 0; color: var(--green-deep); font-size: 1.65rem; font-weight: 800; letter-spacing: -.03em; }
.booking-form > fieldset > p { margin: 6px 0 28px; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.form-grid label, .contact-form > label { display: grid; gap: 7px; color: var(--green-deep); font-size: .74rem; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }
input, select, textarea { width: 100%; min-height: 50px; border: 1px solid #cfd8cd; padding: 12px 14px; color: #17251d; background: #fff; font-size: .92rem; font-weight: 500; text-transform: none; letter-spacing: normal; }
textarea { resize: vertical; }
input:focus, select:focus, textarea:focus { outline: 2px solid #8ea389; border-color: transparent; }
.payment-total-row { display: grid; grid-template-columns: 1fr 270px; gap: 30px; align-items: stretch; margin-top: 28px; }
.payment-options { margin: 0; padding: 24px; border: 1px solid #dce3da; }
.payment-options legend { padding-inline: 8px; color: var(--green-deep); font-weight: 800; }
.payment-options p { margin: 0 0 14px; }
.payment-options > div { display: flex; flex-wrap: wrap; gap: 18px; }
.payment-options label { display: inline-flex; align-items: center; gap: 7px; color: var(--green-deep); font-size: .84rem; }
.payment-options input { width: 17px; min-height: 0; height: 17px; }
.live-total { display: grid; align-content: center; padding: 24px; color: #6e7b71; background: #edf1eb; text-align: right; }
.live-total span { font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.live-total strong { display: block; color: var(--green-deep); font-size: 2rem; font-variant-numeric: tabular-nums; }
.live-total small { font-size: .75rem; }
.live-total.ready { color: #d3dfcf; background: var(--green-deep); }
.live-total.ready strong { color: #fff; }
.form-error { margin: 24px 0 0; padding: 12px 15px; border-left: 4px solid #a32828; color: #a32828; background: #fff1f1; font-weight: 700; }
.form-success { display: grid; gap: 3px; margin-top: 24px; padding: 16px; border-left: 4px solid var(--green); background: #eef4ec; color: var(--green-deep); }
.form-success span { color: #607067; font-size: .86rem; }
.form-actions { display: flex; justify-content: space-between; gap: 15px; margin-top: 34px; }
.submit-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }

.booking-form .button, .contact-form .button { min-height: 50px; border-radius: 999px; padding: 0 26px; font-size: .77rem; letter-spacing: .055em; }

/* Extra services */
.services-section { padding: 114px 0 104px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.service-grid article { padding: 0; }
.service-image { height: 245px; margin-bottom: 22px; overflow: hidden; background: #eee; }
.service-image img { width: 100%; height: 100%; object-fit: cover; }
.service-grid h2 { margin: 0; color: #17243e; font-size: 18px; font-weight: 600; line-height: 1.25; }
.service-grid article > span, .service-grid strong, .service-grid p, .service-note { display: none; }

/* Contact */
.contact-section { padding: 70px 0 80px; overflow: hidden; }
.contact-layout { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 26px; }
.contact-heading { margin: 0 0 30px; text-align: center; }
.contact-heading h2 { margin: 0; color: #1b2945; font-size: 23px; font-weight: 600; }
.contact-heading::after { content: ""; display: block; width: 80px; height: 3px; margin: 15px auto 0; background: var(--green); box-shadow: -17px 0 0 -1px #8f9d8c; }
.contact-heading::before { content: "···"; display: block; position: relative; top: 48px; right: 56px; height: 0; color: var(--green); font-weight: 800; letter-spacing: 2px; }
.contact-form { margin-top: 0; }
.contact-form textarea { margin-bottom: 20px; }
.contact-submit-row { display: flex; align-items: center; flex-wrap: wrap; gap: 16px; }
.contact-visual { transform: translateY(18px); }
.contact-visual img { width: 620px; max-width: none; filter: none; }
.contact-cards-section { padding: 74px 0 82px; color: #fff; background: linear-gradient(rgba(7,10,8,.70), rgba(7,10,8,.78)), url("../images/camo-texture.jpg") center / cover; }
.contact-cards { display: grid; grid-template-columns: 1fr 1fr 1.18fr; gap: 14px; align-items: stretch; }
.contact-card { min-height: 305px; display: grid; place-content: center; gap: 8px; padding: 28px; border: 1px solid rgba(255,255,255,.85); text-align: center; }
.contact-card .contact-icon { width: 55px; height: 55px; margin: 0 auto 8px; display: grid; place-items: center; clip-path: polygon(25% 7%,75% 7%,100% 50%,75% 93%,25% 93%,0 50%); background: var(--green-deep); }
.contact-icon svg { width: 30px; height: 30px; fill: none; stroke: #fff; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.contact-card span { color: #fff; font-size: 16px; font-weight: 600; }
.contact-card strong { color: #fff; font-size: 11px; font-weight: 500; }
.contact-card small { color: #fff; font-size: 10px; }
.contact-logo { display: flex; align-items: center; justify-content: center; padding: 35px; }
.contact-logo img { width: 285px; }

/* Footer */
.site-footer { position: relative; overflow: hidden; padding-top: 65px; color: #fff; background: var(--footer); }
.site-footer::before { content: ""; position: absolute; inset: 0 0 75px; background: url("../images/camo-texture.jpg") center / cover; opacity: .055; pointer-events: none; }
.site-footer > * { position: relative; z-index: 1; }
.footer-cta { min-height: 84px; display: flex; align-items: flex-start; justify-content: space-between; gap: 30px; }
.footer-cta h2 { margin: 0; color: #fff; font-size: 22px; font-weight: 700; text-transform: uppercase; }
.footer-contact-button { min-width: 125px; min-height: 40px; display: inline-flex; align-items: center; justify-content: center; border-radius: 24px; background: var(--green); color: #fff; font-size: 9px; font-weight: 700; text-transform: uppercase; }
.footer-divider { height: 1px; background: rgba(255,255,255,.08); }
.footer-main { min-height: 400px; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 34px; padding-top: 54px; }
.footer-brand h3 { margin: 0 0 35px; color: #fff; font-size: 14px; font-weight: 600; }
.footer-brand img { width: 190px; }
.footer-extras { align-self: end; padding-bottom: 64px; }
.footer-extras a { display: block; margin-bottom: 10px; color: #fff; font-size: 9px; }
.footer-social { align-self: end; justify-self: center; padding-bottom: 66px; color: #fff; font-size: 12px; }
.footer-social::before { content: ""; display: block; width: 92px; height: 3px; margin-bottom: 15px; background: var(--green); }
.footer-bottom { min-height: 75px; background: var(--footer-bottom); }
.footer-bottom .shell { height: 75px; display: flex; align-items: center; justify-content: space-between; gap: 30px; color: #9a9a9a; font-size: 9px; }

@media (max-width: 1080px) {
  .desktop-nav, .support { display: none; }
  .mobile-menu { display: block; }
  .pricing-layout { grid-template-columns: 1fr; }
  .pricing-left { max-width: 620px; margin: 0 auto; }
  .pricing-notice { max-width: 720px; margin: 0 auto; }
  .pricing-directions { max-width: 720px; margin-inline: auto; }
  .contact-visual img { width: 540px; }
}

@media (max-width: 820px) {
  .nav-row { height: 90px; }
  .brand img { width: 130px; }
  .page-intro .shell { min-height: 150px; }
  .page-intro h1 { font-size: 34px; }
  .hero { height: 560px; }
  .hero h1 { font-size: clamp(40px, 9vw, 56px); }
  .benefits-shell { grid-template-columns: 1fr; margin-top: 0; box-shadow: none; }
  .benefits-shell article { min-height: 0; border-right: 0; border-bottom: 1px solid #e5e5e5; }
  .split-content, .about-main-grid, .final-cta-content, .contact-layout { grid-template-columns: 1fr; }
  .image-frame { height: 370px; }
  .why-grid { grid-template-columns: 1fr; }
  .client-grid { grid-template-columns: repeat(2, 1fr); }
  .testimonials { grid-template-columns: 1fr; }
  .final-cta-content { padding-block: 60px; }
  .final-cta-content > img { width: min(680px, 120%); justify-self: center; transform: translateX(0); }
  .image-collage { max-width: 600px; width: 100%; margin: 0 auto; }
  .booking-directions { grid-template-columns: repeat(3, 1fr); }
  .booking-directions figure { height: 180px; }
  .service-grid { grid-template-columns: 1fr; gap: 44px; }
  .service-image { height: auto; aspect-ratio: 1.65; }
  .contact-visual { display: none; }
  .contact-cards { grid-template-columns: 1fr; }
  .contact-card { min-height: 220px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-social { justify-self: start; }
}

@media (max-width: 620px) {
  .shell { width: min(100% - 28px, 1120px); }
  .topbar-inner { justify-content: center; }
  .social-f { display: none; }
  .hero { height: 510px; }
  .hero-content { justify-content: center; }
  .hero h1 { font-size: 42px; }
  .hero-copy { font-size: 12px; }
  .hero-actions { gap: 10px; }
  .benefits-shell article { padding: 34px 25px; }
  .content-section, .about-section, .team-section, .services-section, .client-section { padding-block: 72px; }
  .why-section { padding-block: 72px 88px; }
  .old-section-title.green h2 { font-size: 28px; }
  .client-grid { grid-template-columns: 1fr; }
  .final-cta-copy h2 { font-size: 30px; }
  .price-tables { gap: 10px; }
  .price-tables th, .price-tables td { font-size: 10px; padding-inline: 5px; }
  .booking-reference { padding-top: 58px; }
  .booking-directions { display: flex; overflow-x: auto; gap: 12px; padding-bottom: 10px; }
  .booking-directions figure { flex: 0 0 180px; height: 180px; }
  .booking-form { padding: 24px 18px; }
  .form-progress { gap: 5px; }
  .form-progress button { display: grid; gap: 6px; padding-inline: 5px; font-size: .68rem; }
  .form-grid, .payment-total-row { grid-template-columns: 1fr; }
  .live-total { text-align: left; }
  .form-actions { align-items: flex-end; }
  .submit-actions { flex-direction: column-reverse; align-items: stretch; }
  .submit-actions .button { width: 100%; }
  .footer-cta { min-height: 116px; align-items: flex-start; flex-direction: column; }
  .footer-main { grid-template-columns: 1fr; min-height: 250px; }
  .footer-extras, .footer-social { display: none; }
  .footer-bottom .shell { height: auto; min-height: 75px; flex-direction: column; justify-content: center; align-items: flex-start; gap: 5px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}

/* 2026 refinement: slightly larger desktop scale and fully populated footer */
body { font-size: 15px; }
.shell { width: min(1190px, calc(100% - 42px)); }
.topbar { font-size: 12px; }
.topbar-inner { height: 36px; }
.social-f { width: 18px; height: 18px; display: inline-flex; align-items: center; justify-content: center; }
.social-f svg { width: 15px; height: 15px; }
.social-f svg circle { fill: transparent; }
.social-f svg path { fill: #fff; }
.nav-row { height: 122px; gap: 36px; }
.brand img { width: 150px; }
.desktop-nav { gap: 27px; font-size: 14px; }
.support { min-width: 220px; }
.support span:not(.support-icon) { font-size: 12px; }
.support strong { font-size: 15px; }
.page-intro h1 { font-size: 44px; }
.button { min-height: 44px; font-size: 11px; }
.hero-copy { font-size: 14px; }
.benefits-shell h2 { font-size: 18px; }
.benefits-shell p { font-size: 13px; }
.home-copy .eyebrow { font-size: 11px; }
.home-copy h2 { font-size: 31px; }
.home-copy p { font-size: 12.5px; }
.why-heading h2 { font-size: 28px; }
.why-heading p, .why-list li { font-size: 11.5px; }
.testimonials blockquote { font-size: 11.5px; }
.final-cta-copy .eyebrow { font-size: 12px; }
.final-cta-copy h2 { font-size: 39px; }
.final-cta-copy p { font-size: 11.5px; }
.about-copy h2 { font-size: 29px; }
.about-copy p { font-size: 12.5px; }
.price-tables table { font-size: 13px; }
.pricing-notice p, .booking-notice p { font-size: 13px; }
.service-grid h2 { font-size: 19px; }
.contact-heading h2 { font-size: 25px; }
.contact-card strong { font-size: 12px; }
.contact-card small { font-size: 11px; }

.hp-field { position: absolute !important; left: -10000px !important; top: auto !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
button[disabled] { cursor: wait; opacity: .7; }

.site-footer { padding-top: 46px; }
.site-footer::before { inset: 0 0 84px; opacity: .065; }
.footer-cta { min-height: 92px; align-items: flex-start; }
.footer-cta h2 { font-size: 24px; }
.footer-contact-button { min-width: 156px; min-height: 52px; border-radius: 28px; font-size: 11px; }
.footer-main { min-height: 405px; grid-template-columns: .9fr .9fr 1.1fr; gap: 65px; padding-top: 56px; padding-bottom: 54px; }
.footer-main h3 { margin: 0 0 34px; color: #fff; font-size: 18px; font-weight: 600; }
.footer-brand h3 { font-size: 18px; }
.footer-brand img { width: 210px; }
.footer-nav { display: grid; gap: 13px; }
.footer-nav a { position: relative; padding-left: 13px; color: #fff; font-size: 14px; font-weight: 500; line-height: 1.5; }
.footer-nav a::before { content: "•"; position: absolute; left: 0; top: 0; color: #fff; }
.footer-nav a:hover { color: #b6c6b2; }
.footer-booking p { margin: 0 0 24px; color: #fff; font-size: 14px; line-height: 1.7; }
.footer-booking p strong { color: #fff; font-weight: 600; }
.footer-book-online { min-width: 162px; min-height: 52px; display: inline-flex; align-items: center; justify-content: center; border-radius: 30px; background: var(--green); color: #fff; font-size: 12px; font-weight: 700; text-transform: uppercase; }
.footer-book-online:hover, .footer-contact-button:hover { filter: brightness(.96); }
.footer-facebook { width: 32px; height: 32px; display: block; margin-top: 20px; border-radius: 50%; }
.footer-facebook svg { width: 32px; height: 32px; display: block; }
.footer-facebook svg circle { fill: #4267a9; }
.footer-facebook svg path { fill: #fff; }
.footer-bottom { min-height: 84px; }
.footer-bottom .shell { height: 84px; font-size: 11px; }

@media (max-width: 1080px) {
  .shell { width: min(100% - 38px, 1190px); }
  .footer-main { grid-template-columns: repeat(3, 1fr); gap: 34px; }
}

@media (max-width: 820px) {
  .footer-main { grid-template-columns: 1fr 1fr; min-height: 0; }
  .footer-booking { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  body { font-size: 14px; }
  .shell { width: min(100% - 28px, 1190px); }
  .footer-main { grid-template-columns: 1fr; gap: 38px; padding-top: 42px; padding-bottom: 48px; }
  .footer-booking { grid-column: auto; }
  .footer-nav-column, .footer-booking { display: block; }
  .footer-main h3, .footer-brand h3 { margin-bottom: 22px; }
  .footer-nav { gap: 10px; }
}

/* 2026 v4 refinements: readability, alternating tariff rows, corrected heading accents,
   rotating testimonials and parking-photo lightbox. */
body { font-size: 16px; }
.topbar { font-size: 12.5px; }
.desktop-nav { font-size: 14.5px; }
.support span:not(.support-icon) { font-size: 12.5px; }
.support strong { font-size: 15.5px; }
.button { font-size: 11.5px; }
.hero-copy { font-size: 15px; }
.benefits-shell h2 { font-size: 19px; }
.benefits-shell p { font-size: 14px; }
.home-copy .eyebrow { font-size: 11.5px; }
.home-copy h2 { font-size: 32px; }
.home-copy p { font-size: 13.5px; }
.why-heading p, .why-list li { font-size: 12.5px; }
.final-cta-copy .eyebrow { font-size: 12.5px; }
.final-cta-copy p { font-size: 12.5px; }
.about-copy p { font-size: 13.5px; }
.pricing-notice p, .booking-notice p { font-size: 14px; }
.service-grid h2 { font-size: 20px; }
.contact-card strong { font-size: 13px; }
.contact-card small { font-size: 12px; }
.form-grid label, .contact-form > label { font-size: .79rem; }
input, select, textarea { font-size: 1rem; }
.payment-options label { font-size: .9rem; }

/* Three dots + line separator, matching the original site treatment. */
.old-section-title::before,
.pricing-heading::before,
.contact-heading::before { content: none; }
.old-section-title::after,
.pricing-heading::after,
.contact-heading::after {
  content: "";
  display: block;
  width: 96px;
  height: 7px;
  margin: 14px auto 0;
  box-shadow: none;
  background:
    radial-gradient(circle at 4px 3.5px, var(--green) 0 1.7px, transparent 1.9px),
    radial-gradient(circle at 11px 3.5px, var(--green) 0 1.7px, transparent 1.9px),
    radial-gradient(circle at 18px 3.5px, var(--green) 0 1.7px, transparent 1.9px),
    linear-gradient(var(--green), var(--green)) 31px 2.5px / 65px 2px no-repeat;
}

/* Pricing table: alternating light/dark green rows like the supplied reference. */
.price-tables table {
  background: transparent;
  border: 1px solid #0d160f;
  font-size: 13.5px;
  font-weight: 700;
}
.price-tables th,
.price-tables td {
  height: 32px;
  border: 1px solid #0d160f;
  text-shadow: 0 1px 1px rgba(0,0,0,.28);
}
.price-tables tbody tr:nth-child(odd) td { background: #597456; }
.price-tables tbody tr:nth-child(even) td { background: #17261a; }
.price-tables tbody tr:hover td { filter: brightness(1.06); }

/* New parking photographs; preserve the full supplied image and make enlargement obvious. */
.pricing-directions figure,
.booking-directions figure { background: #f2f2f2; }
.parking-photo-link { display: block; width: 100%; height: 100%; cursor: zoom-in; overflow: hidden; }
.pricing-directions img,
.booking-directions img { object-fit: contain; transition: transform .2s ease; }
.parking-photo-link:hover img { transform: scale(1.018); }

/* Testimonials automatically rotate two-at-a-time on desktop and one-at-a-time on mobile. */
.testimonial-carousel { max-width: 900px; overflow: hidden; }
.testimonial-track {
  display: flex;
  gap: 28px;
  will-change: transform;
  transition: transform .55s ease;
}
.testimonial-slide {
  flex: 0 0 calc((100% - 28px) / 2);
  min-height: 145px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 12.5px !important;
}
.testimonial-slide cite { font-weight: 600; }
.testimonial-dots { display: flex; justify-content: center; gap: 8px; margin-top: 26px; }
.testimonial-dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #c8cec6;
  cursor: pointer;
}
.testimonial-dots button[aria-current="true"] { background: var(--green); transform: scale(1.18); }

/* Full-screen click-to-enlarge view for parking photos. */
.photo-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: 34px;
  background: rgba(0,0,0,.88);
}
.photo-lightbox[hidden] { display: none !important; }
.photo-lightbox img { max-width: min(94vw, 1500px); max-height: 88vh; width: auto; height: auto; object-fit: contain; box-shadow: 0 20px 70px rgba(0,0,0,.45); }
.photo-lightbox-close {
  position: fixed;
  top: 18px;
  right: 22px;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255,255,255,.65);
  border-radius: 50%;
  background: rgba(0,0,0,.45);
  color: #fff;
  font: 400 32px/1 Arial,sans-serif;
  cursor: pointer;
}
body.lightbox-open { overflow: hidden; }

/* Supplied white logo on dark areas. */
.footer-brand img { width: 210px; height: auto; }
.contact-logo img { width: 285px; height: auto; }

@media (max-width: 820px) {
  .testimonial-slide { flex-basis: 100%; }
}

@media (max-width: 620px) {
  body { font-size: 15px; }
  .hero-copy { font-size: 13px; }
  .price-tables table { font-size: 11px; }
  .price-tables th, .price-tables td { font-size: 11px; }
  .photo-lightbox { padding: 16px; }
  .photo-lightbox-close { top: 10px; right: 10px; }
}

/* 2026 v5 refinements: filled parking thumbnails, repaired testimonial carousel,
   softer controls, back-to-top control and reCAPTCHA placement. */

/* Parking direction thumbnails: fill every frame cleanly and keep the supplied
   numbered/callout images clickable in the existing lightbox. */
.pricing-directions { gap: 12px; }
.pricing-directions figure,
.booking-directions figure {
  border-radius: 5px;
  background: #eef0ee;
  box-shadow: 0 1px 0 rgba(20, 30, 23, .04);
}
.pricing-directions figure { height: 240px; }
.pricing-directions figure:last-child { height: 410px; }
.booking-directions figure { height: 205px; }
.parking-photo-link { border-radius: inherit; }
.pricing-directions img,
.booking-directions img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: inherit;
}
.pricing-directions figure:nth-child(5) img { object-position: center 48%; }
.booking-directions figure:nth-child(5) img { object-position: center 48%; }

/* The previous carousel inherited the old two-column grid from .testimonials,
   which made the moving track only half-width. Make the carousel one full block. */
.testimonial-carousel {
  display: block;
  width: 100%;
  max-width: 1040px;
  overflow: hidden;
  padding: 10px 12px 28px;
}
.testimonial-track {
  display: flex;
  align-items: stretch;
  gap: 30px;
}
.testimonial-slide {
  flex: 0 0 calc((100% - 30px) / 2);
  min-height: 190px !important;
  padding: 36px 42px !important;
  border-radius: 12px;
  font-size: 14px !important;
  line-height: 1.85 !important;
  box-shadow: 0 12px 30px rgba(15, 25, 38, .12) !important;
}
.testimonial-slide cite {
  margin-top: 15px;
  font-size: 13px;
  font-weight: 700;
}
.testimonial-dots { margin-top: 22px; }

/* Soften the few controls that were intentionally square in the original build. */
.home-copy .button { border-radius: 10px; }
.mobile-menu summary { border-radius: 8px; }
.form-progress button { border-radius: 10px 10px 7px 7px; }

/* reCAPTCHA v2 checkbox placement. */
.recaptcha-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px 22px;
  margin-top: 28px;
}
.contact-recaptcha { margin: 4px 0 22px; }
.recaptcha-widget {
  min-width: 304px;
  min-height: 78px;
}
.recaptcha-status {
  max-width: 430px;
  margin: 0;
  padding: 12px 14px;
  border: 1px solid #e0c5c5;
  border-radius: 8px;
  color: #8a2929;
  background: #fff6f6;
  font-size: 12px;
  line-height: 1.5;
}
.required-note {
  color: #6b746d;
  font-size: 12px;
  line-height: 1.5;
}

/* Back-to-top appears only when site.js detects that the visitor is near the footer. */
.back-to-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 120;
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 14px;
  color: #fff;
  background: var(--green);
  box-shadow: 0 10px 28px rgba(16, 25, 20, .24);
  cursor: pointer;
  font: 700 22px/1 Arial, sans-serif;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity .2s ease, transform .2s ease, filter .18s ease;
}
.back-to-top:hover { filter: brightness(.94); }
.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

@media (max-width: 820px) {
  .testimonial-slide {
    flex-basis: 100%;
    min-height: 180px !important;
  }
  .booking-directions figure { height: 190px; }
}

@media (max-width: 620px) {
  .testimonial-carousel { padding-inline: 5px; }
  .testimonial-slide {
    min-height: 200px !important;
    padding: 30px 26px !important;
    font-size: 13.5px !important;
  }
  .pricing-directions figure { height: 210px; }
  .pricing-directions figure:last-child { height: 250px; }
  .recaptcha-row { align-items: flex-start; }
  .recaptcha-widget {
    min-width: 0;
    width: 100%;
    overflow-x: auto;
  }
  .back-to-top {
    right: 14px;
    bottom: 14px;
    width: 46px;
    height: 46px;
    border-radius: 12px;
  }
}
