:root {
  --ink: #10232d;
  --ink-soft: #28414d;
  --muted: #516671;
  --line: #c8d9e1;
  --line-strong: #91b5c4;
  --surface: #ffffff;
  --surface-alt: #eef6f8;
  --blue: #13aee8;
  --blue-dark: #08749f;
  --blue-deep: #07516e;
  --blue-soft: #dff4fb;
  --green: #8ee600;
  --green-dark: #589900;
  --shadow: 0 18px 42px rgba(16, 35, 45, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 82px; }
body { margin: 0; color: var(--ink); background: var(--surface); font-family: Archivo, Arial, sans-serif; font-size: 16px; line-height: 1.55; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
:focus-visible { outline: 3px solid var(--green); outline-offset: 3px; }

.site-header { position: sticky; top: 0; z-index: 20; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; min-height: 82px; padding: 12px clamp(20px, 4vw, 64px); background: rgba(255, 255, 255, 0.97); border-top: 4px solid var(--green); border-bottom: 1px solid var(--line); box-shadow: 0 6px 18px rgba(16, 35, 45, 0.07); backdrop-filter: blur(12px); }
.brand { display: inline-flex; min-width: 0; }
.brand-logo { width: auto; height: 54px; }
.header-actions { display: flex; align-items: center; gap: 18px; }
.header-phone { color: var(--blue-deep); font-size: 1rem; font-weight: 700; }
.header-phone:hover { color: var(--green-dark); }
.site-nav { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 2.6vw, 38px); color: var(--ink-soft); font-size: clamp(1rem, 1.05vw, 1.12rem); font-weight: 700; }
.nav-item { position: relative; }
.site-nav > a, .services-toggle { position: relative; padding: 8px 0; }
.site-nav > a::after, .services-toggle::after { position: absolute; right: 0; bottom: 0; left: 0; height: 3px; content: ""; background: var(--green); transform: scaleX(0); transform-origin: left; transition: transform 160ms ease; }
.site-nav > a:hover, .services-toggle:hover { color: var(--blue-dark); }
.site-nav > a:hover::after, .dropdown:hover .services-toggle::after, .dropdown.is-open .services-toggle::after { transform: scaleX(1); }
.services-toggle { display: inline-flex; align-items: center; gap: 8px; color: inherit; background: transparent; border: 0; cursor: pointer; font-weight: inherit; }
.services-toggle span { color: var(--blue-dark); font-size: 0.75rem; }
.dropdown-menu { position: absolute; top: 100%; left: 50%; z-index: 2; display: grid; min-width: 236px; padding: 8px; background: #fff; border: 1px solid var(--line-strong); border-top: 4px solid var(--green); box-shadow: var(--shadow); opacity: 0; pointer-events: none; transform: translate(-50%, -2px); transition: opacity 160ms ease, transform 160ms ease; }
.dropdown:hover .dropdown-menu, .dropdown.is-open .dropdown-menu { opacity: 1; pointer-events: auto; transform: translate(-50%, 0); }
.dropdown-menu a { padding: 11px 13px; color: var(--ink); }
.dropdown-menu a:hover { color: var(--blue-deep); background: var(--blue-soft); transform: translateX(3px); }

.header-cta, .button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 20px; border: 1px solid transparent; border-radius: 4px; font-weight: 700; transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease; }
.header-cta, .button.primary { color: var(--ink); background: var(--green); border-color: var(--green); }
.header-cta:hover, .button.primary:hover { background: #a4f21d; box-shadow: 0 10px 22px rgba(88, 153, 0, 0.24); transform: translateY(-2px); }
.button.secondary { color: var(--blue-deep); background: #fff; border-color: var(--line-strong); }
.button.secondary:hover { border-color: var(--blue-dark); box-shadow: 0 10px 22px rgba(16, 35, 45, 0.1); transform: translateY(-2px); }
.nav-toggle { display: none; }

.hero { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(380px, 1.1fr); gap: clamp(28px, 5vw, 86px); align-items: center; width: 100%; min-height: max(560px, calc(100svh - 82px)); padding: clamp(30px, 5vh, 64px) clamp(20px, 5vw, 72px); background: var(--blue-deep); border-bottom: 8px solid var(--green); }
.hero-copy { max-width: 690px; }
.eyebrow { margin: 0 0 13px; color: var(--blue-deep); font-size: 0.78rem; font-weight: 700; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--ink); font-weight: 700; }
h1 { max-width: 780px; margin-bottom: 22px; font-size: clamp(3rem, 5vw, 5.25rem); line-height: 1.02; }
h2 { margin-bottom: 0; font-size: clamp(2.2rem, 3.8vw, 4.25rem); line-height: 1.06; }
h3 { margin-bottom: 14px; font-size: clamp(1.55rem, 2.3vw, 2.45rem); line-height: 1.1; }
.hero-text { max-width: 630px; color: var(--ink-soft); font-size: clamp(1.04rem, 1.35vw, 1.18rem); }
.hero-actions, .hero-stats { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.hero-actions { margin-top: 30px; }
.hero-stats { gap: 0; margin-top: 38px; border-top: 1px solid var(--line-strong); }
.hero-stats span { min-width: 150px; padding: 15px 22px 0 0; color: var(--ink-soft); font-size: 0.91rem; }
.hero .eyebrow { color: var(--green); }
.hero h1 { color: #fff; }
.hero-text { color: rgba(255, 255, 255, 0.8); }
.hero .button.secondary { color: #fff; background: transparent; border-color: rgba(255, 255, 255, 0.52); }
.hero .button.secondary:hover { color: var(--ink); background: #fff; border-color: #fff; }
.hero-stats { border-top-color: rgba(255, 255, 255, 0.28); }
.hero-stats span { color: rgba(255, 255, 255, 0.72); }
.hero-stats strong { display: block; color: var(--green); }
.hero-media { position: relative; display: grid; grid-template-rows: minmax(0, 1fr) auto; width: 100%; max-height: 100%; min-height: 0; aspect-ratio: 4 / 3; overflow: hidden; background: #063f56; border: 1px solid rgba(255, 255, 255, 0.45); box-shadow: 16px 16px 0 var(--green); }
.hero-media img, .offer-image img, .outdoor-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 320ms ease; }
.hero-media img { object-fit: contain; }
.offer-image:hover img, .outdoor-media:hover img { transform: scale(1.025); }
.hero-media .carousel-track, .hero-media .carousel-slide { height: 100%; }
.hero-media .carousel-slide { aspect-ratio: auto; }

.service-strip { display: grid; grid-template-columns: repeat(5, 1fr); background: #fff; border-bottom: 1px solid var(--line-strong); }
.service-strip a { position: relative; min-height: 88px; padding: 28px clamp(18px, 2.4vw, 34px); color: var(--blue-deep); border-right: 1px solid var(--line); font-weight: 700; transition: background-color 160ms ease, color 160ms ease, padding-left 160ms ease; }
.service-strip a:last-child { border-right: 0; }
.service-strip a::after { position: absolute; right: 0; bottom: 0; left: 0; height: 5px; content: ""; background: var(--green); transform: scaleX(0); transform-origin: left; transition: transform 160ms ease; }
.service-strip a:hover { color: var(--ink); background: var(--green); padding-left: calc(clamp(18px, 2.4vw, 34px) + 7px); }
.service-strip a:hover::after { transform: scaleX(1); }

.intro-section, .offers, .process, .contact-section { padding: clamp(64px, 8vw, 116px) clamp(20px, 5vw, 72px); }
.intro-section { display: grid; grid-template-columns: minmax(260px, 0.78fr) 1.22fr; gap: clamp(38px, 6vw, 100px); background: var(--blue-soft); border-bottom: 1px solid var(--line-strong); }
.intro-section > div:first-child { padding-left: 20px; border-left: 6px solid var(--green); }
.intro-grid, .process-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border: 1px solid var(--line-strong); }
.intro-grid article, .process-steps article { min-height: 260px; padding: 30px; border-right: 1px solid var(--line-strong); }
.intro-grid article:last-child, .process-steps article:last-child { border-right: 0; }
.intro-grid article { background: transparent; transition: background-color 160ms ease, transform 160ms ease; }
.intro-grid article:hover { background: #fff; transform: translateY(-6px); }
.intro-grid span, .process-steps span { display: inline-grid; width: 38px; height: 38px; margin-bottom: 34px; place-items: center; color: var(--ink); background: var(--green); font-size: 0.9rem; font-weight: 700; }
.intro-grid h3, .process-steps h3 { margin-bottom: 9px; font-size: 1.14rem; }
.intro-grid p, .process-steps p, .offer-copy p, .contact-copy p, .site-footer p { color: var(--muted); }
.section-heading { max-width: 840px; margin-bottom: clamp(34px, 5vw, 62px); padding-bottom: 24px; border-bottom: 2px solid var(--blue-dark); }

.owner-story { display: grid; grid-template-columns: minmax(280px, .82fr) minmax(360px, 1.18fr); gap: clamp(38px, 7vw, 110px); align-items: center; padding: clamp(64px, 8vw, 116px) clamp(20px, 5vw, 72px); color: #fff; background: var(--ink); border-bottom: 7px solid var(--green); }
.owner-story-copy { max-width: 610px; padding-left: 22px; border-left: 7px solid var(--green); }
.owner-story .eyebrow { color: var(--green); }
.owner-story h2 { color: #fff; }
.owner-story-copy > p:not(.eyebrow) { color: rgba(255,255,255,.76); font-size: 1.04rem; }
.owner-story-copy .button { margin-top: 12px; }
.owner-story-photos { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(12px, 2vw, 24px); align-items: start; }
.owner-story-photos figure { aspect-ratio: 3 / 4; margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.38); }
.owner-story-photos figure:last-child { margin-top: clamp(28px, 5vw, 70px); }
.owner-story-photos img { width: 100%; height: 100%; object-fit: cover; transition: transform 320ms ease; }
.owner-story-photos figure:hover img { transform: scale(1.025); }

.offers { background: #fff; }
.offer-block { display: grid; grid-template-columns: minmax(270px, 0.83fr) minmax(340px, 1.17fr); gap: clamp(28px, 5vw, 76px); align-items: center; margin-top: 0; padding: clamp(48px, 6vw, 76px) 0; background: transparent; border: 0; border-top: 1px solid var(--line-strong); }
.offer-block.image-left { grid-template-columns: minmax(300px, 0.95fr) minmax(270px, 1.05fr); }
.offer-copy { max-width: 650px; }
.text-link, .contact-booking-link { display: inline-flex; margin-top: 12px; color: var(--blue-deep); font-weight: 700; text-decoration: underline; text-decoration-color: var(--green); text-decoration-thickness: 3px; text-underline-offset: 5px; }
.text-link:hover, .contact-booking-link:hover { color: var(--blue); text-underline-offset: 7px; }
.price-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.price-grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.price-card { display: flex; min-height: 176px; flex-direction: column; justify-content: space-between; padding: 22px; background: #fff; border: 1px solid var(--line); border-top: 5px solid var(--green); transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease; }
.price-card:hover { border-color: var(--blue-dark); box-shadow: 0 12px 24px rgba(16, 35, 45, 0.11); transform: translateY(-4px); }
.price-card span { color: var(--muted); font-size: 0.93rem; font-weight: 600; }
.price-card strong { color: var(--blue-deep); font-size: clamp(2rem, 3vw, 3rem); line-height: 1; }
.offer-image { min-height: 0; aspect-ratio: 4 / 3; overflow: hidden; border: 1px solid var(--line-strong); }
.outdoor-media { min-height: 0; aspect-ratio: 3 / 2; overflow: hidden; border: 1px solid var(--line-strong); }
.compact-prices, .package-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 26px 0; }
.compact-prices span, .compact-prices a, .package-list span, .package-list a { display: flex; min-height: 112px; flex-direction: column; justify-content: space-between; gap: 14px; padding: 18px; color: var(--muted); background: var(--surface-alt); border: 1px solid var(--line); border-top: 5px solid var(--green); transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease; }
.compact-prices span:hover, .compact-prices a:hover, .package-list span:hover, .package-list a:hover { color: var(--ink); border-color: var(--blue-dark); box-shadow: 0 12px 24px rgba(16, 35, 45, 0.11); transform: translateY(-4px); }
.compact-prices em, .package-list em { color: inherit; font-size: 0.93rem; font-style: normal; font-weight: 600; }
.compact-prices strong, .package-list strong { color: var(--blue-deep); font-size: 1.45rem; line-height: 1; }
.subtle { font-size: 0.93rem; }

.outdoor-panel { display: grid; grid-template-columns: minmax(300px, 0.88fr) minmax(320px, 1.12fr); gap: clamp(30px, 5vw, 74px); align-items: center; margin-top: 0; padding: clamp(48px, 6vw, 76px); color: var(--ink); background: var(--blue-soft); border: 1px solid var(--line-strong); border-left: 7px solid var(--blue-dark); border-bottom: 7px solid var(--green); }
.outdoor-content h3, .outdoor-content p { color: var(--ink); }
.outdoor-content .eyebrow { color: var(--blue-deep); }
.outdoor-content .package-list span, .outdoor-content .package-list a { color: var(--muted); background: #fff; border-color: var(--line); border-top-color: var(--green); }
.outdoor-content .package-list strong { color: var(--blue-deep); }
.outdoor-content .package-list span:hover, .outdoor-content .package-list a:hover { color: var(--ink); background: #fff; }

.carousel-track { display: flex; transition: transform 360ms ease; will-change: transform; }
.carousel-viewport { min-height: 0; overflow: hidden; touch-action: pan-y; }
.carousel-slide { position: relative; flex: 0 0 100%; min-width: 0; aspect-ratio: 4 / 3; margin: 0; background: #dfeef2; }
.carousel-slide img { width: 100%; height: 100%; object-fit: contain; }
.carousel-slide figcaption { position: absolute; right: 0; bottom: 0; left: 0; display: grid; gap: 2px; padding: 16px 18px; color: #fff; background: rgba(7, 81, 110, 0.9); }
.carousel-slide figcaption span { color: var(--green); font-size: 0.76rem; font-weight: 700; text-transform: uppercase; }
.carousel-slide figcaption strong { font-size: 1rem; }
.carousel-slide--intro { display: grid; grid-template-rows: minmax(0, 1fr) auto; overflow: hidden; background: #063f56; }
.carousel-slide--intro figcaption { position: static; }
.intro-portrait { position: relative; height: 100%; aspect-ratio: 540 / 545; margin-inline: auto; overflow: hidden; }
/* Display only the portrait inside the supplied 900 x 1600 screen photo:
   source rectangle x=135, y=548, width=540, height=545. */
.intro-portrait img { position: absolute; top: -100.550459%; left: -25%; width: 166.666667%; height: 293.577982%; max-width: none; object-fit: fill; }
.carousel-controls { display: flex; align-items: center; gap: 8px; padding: 8px 12px; color: #fff; background: #063f56; border-top: 1px solid rgba(255, 255, 255, .25); }
.carousel-controls[hidden] { display: none; }
.carousel-controls button { flex-shrink: 0; min-width: 44px; min-height: 44px; padding: 8px; color: #fff; background: transparent; border: 1px solid rgba(255, 255, 255, .45); border-radius: 3px; cursor: pointer; }
.carousel-controls button:hover { color: var(--ink); background: var(--green); border-color: var(--green); }
.carousel-counter { min-width: 44px; font-size: .8rem; text-align: center; font-variant-numeric: tabular-nums; }
.carousel-controls .carousel-pause { font-size: .8rem; }
.carousel-controls a { margin-left: auto; padding: 10px 0; font-size: .8rem; font-weight: 700; }
.carousel-controls a:hover { color: var(--green); }

.results-gallery { padding: 30px 0 48px; }
.results-heading { display: flex; justify-content: space-between; align-items: end; gap: 28px; margin-bottom: 24px; }
.results-heading h3 { margin-bottom: 0; }
.results-heading > p { max-width: 350px; margin-bottom: 0; color: var(--muted); font-size: .95rem; }
.results-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.result-card { min-width: 0; overflow: hidden; background: var(--surface-alt); border: 1px solid var(--line-strong); border-top: 4px solid var(--green); }
.result-card h4 { margin: 0; padding: 18px 16px; color: var(--blue-deep); font-size: 1rem; }
.result-pair { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 3px; }
.result-pair figure { min-width: 0; margin: 0; }
.result-pair a { display: block; cursor: zoom-in; }
.result-pair a:focus-visible { position: relative; z-index: 1; outline-offset: -3px; }
.result-pair img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: contain; }
.result-pair figcaption { padding: 8px 12px; color: #fff; background: var(--blue-deep); font-size: .75rem; font-weight: 700; text-transform: uppercase; }
.result-pair .result-after { color: var(--ink); background: var(--green); }
.result-card > p { margin: 0; padding: 16px; color: var(--muted); font-size: .88rem; }
.results-footer { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 12px; margin-top: 18px; }
.results-footer p { margin: 0; color: var(--muted); font-size: .88rem; }
.results-footer .text-link { margin-top: 0; }
.photo-dialog { width: min(1100px, calc(100vw - 32px)); max-height: calc(100svh - 32px); padding: 16px; color: #fff; background: var(--ink); border: 1px solid var(--line-strong); border-top: 4px solid var(--green); }
.photo-dialog::backdrop { background: rgba(4, 20, 28, .88); }
.photo-dialog form { display: flex; justify-content: end; margin-bottom: 12px; }
.photo-dialog-close { min-height: 44px; padding: 8px 16px; color: #fff; background: transparent; border: 1px solid var(--line-strong); border-radius: 3px; cursor: pointer; }
.photo-dialog-close:hover { color: var(--ink); background: var(--green); }
.photo-dialog figure { margin: 0; }
.photo-dialog img { width: 100%; max-height: calc(100svh - 190px); object-fit: contain; }
.photo-dialog figcaption { padding-top: 12px; font-size: .9rem; }
body.photo-open { overflow: hidden; }

.size-guide { padding: clamp(64px, 8vw, 116px) clamp(20px, 5vw, 72px); background: var(--surface-alt); border-bottom: 7px solid var(--green); }
.size-guide-heading { max-width: 840px; margin-bottom: clamp(34px, 5vw, 62px); padding-bottom: 24px; border-bottom: 2px solid var(--blue-dark); }
.guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line-strong); }
.guide-grid article { min-height: 260px; padding: clamp(24px, 3vw, 38px); background: #fff; border-right: 1px solid var(--line-strong); }
.guide-grid article:last-child { border-right: 0; }
.guide-grid h3 { margin-bottom: 28px; color: var(--blue-deep); font-size: 1.2rem; }
.guide-grid dl { display: grid; gap: 0; margin: 0; border-top: 1px solid var(--line); }
.guide-grid dl div { display: flex; justify-content: space-between; gap: 16px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.guide-grid dt { color: var(--muted); font-size: 0.92rem; font-weight: 600; }
.guide-grid dd { margin: 0; color: var(--ink); font-size: 0.92rem; font-weight: 700; text-align: right; }

.process { color: var(--ink); background: var(--surface-alt); border-bottom: 7px solid var(--green); }
.process .section-heading { border-bottom-color: var(--blue-dark); }
.process h2, .process h3 { color: var(--ink); }
.process .eyebrow { color: var(--blue-deep); }
.process-steps { border-color: var(--line-strong); }
.process-steps article { background: #fff; border-right-color: var(--line-strong); transition: background-color 160ms ease, transform 160ms ease; }
.process-steps article:hover { background: var(--blue-soft); transform: translateY(-6px); }
.process-steps p { color: var(--muted); }
.process-steps span { color: var(--ink); }

.reviews { display: grid; grid-template-columns: minmax(280px, 1.05fr) minmax(280px, 0.95fr); gap: clamp(38px, 7vw, 110px); align-items: center; padding: clamp(64px, 8vw, 116px) clamp(20px, 5vw, 72px); background: #fff; border-bottom: 1px solid var(--line-strong); }
.reviews-intro { max-width: 620px; padding-left: 20px; border-left: 7px solid var(--green); }
.reviews-intro > p:not(.eyebrow) { max-width: 510px; margin-bottom: 0; color: var(--muted); font-size: 1.04rem; }
.reviews-widget { min-height: 280px; padding: clamp(16px, 2vw, 28px); background: var(--surface-alt); border: 1px solid var(--line-strong); border-top: 7px solid var(--blue-dark); }

.service-area { display: grid; grid-template-columns: minmax(280px, 0.88fr) minmax(340px, 1.12fr); gap: clamp(38px, 7vw, 108px); align-items: center; padding: clamp(64px, 8vw, 116px) clamp(20px, 5vw, 72px); background: var(--blue-soft); border-bottom: 1px solid var(--line-strong); }
.service-area-copy { max-width: 590px; padding-left: 20px; border-left: 7px solid var(--green); }
.service-area-copy > p:not(.eyebrow) { color: var(--ink-soft); font-size: 1.04rem; }
.service-map { position: relative; min-height: 410px; overflow: hidden; background: #cfe6ed; border: 1px solid var(--line-strong); border-bottom: 7px solid var(--green); }
.map-fallback { position: absolute; inset: 0; display: grid; margin: 0; padding: 24px; place-items: center; color: var(--blue-deep); text-align: center; font-weight: 700; }
.service-map.leaflet-container { position: relative; z-index: 1; width: 100%; min-height: 403px; font-family: Archivo, Arial, sans-serif; }
.service-map .leaflet-control-zoom a { color: var(--blue-deep); border-radius: 0; }
.service-map .leaflet-popup-content-wrapper, .service-map .leaflet-popup-tip { border-radius: 2px; }

.contact-section { display: grid; grid-template-columns: minmax(280px, 0.78fr) minmax(360px, 1.22fr); gap: clamp(38px, 7vw, 108px); align-items: center; background: var(--ink); border-bottom: 7px solid var(--green); }
.contact-copy { max-width: 560px; padding-left: 22px; border-left: 7px solid var(--green); }
.contact-copy .eyebrow { color: var(--green); }
.contact-copy h2 { color: #fff; }
.contact-copy p { color: rgba(255, 255, 255, 0.76); font-size: 1.04rem; }
.contact-copy .contact-booking-link { color: #fff; }
.contact-points { display: grid; gap: 0; margin-top: 28px; border-top: 1px solid rgba(255, 255, 255, 0.32); }
.contact-points span { position: relative; padding: 11px 0 11px 22px; border-bottom: 1px solid rgba(255, 255, 255, 0.32); color: #fff; font-weight: 600; }
.contact-points span::before { position: absolute; top: 20px; left: 0; width: 8px; height: 8px; content: ""; background: var(--green); }
.contact-panel { padding: clamp(26px, 3.4vw, 44px); background: #fff; border: 1px solid #fff; border-top: 7px solid var(--green); box-shadow: 14px 14px 0 var(--blue-dark); }
.contact-panel-heading { display: flex; justify-content: space-between; gap: 20px; align-items: baseline; margin-bottom: 26px; padding-bottom: 17px; border-bottom: 1px solid var(--line); }
.contact-panel-heading p { margin: 0; color: var(--ink); font-size: 1.2rem; font-weight: 700; }
.contact-panel-heading span { color: var(--muted); font-size: 0.9rem; }
.contact-form { display: grid; gap: 16px; }
.form-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.contact-form label { display: grid; gap: 8px; color: var(--ink); font-size: 0.88rem; font-weight: 700; }
input, textarea { width: 100%; min-height: 50px; padding: 13px 14px; color: var(--ink); background: #fff; border: 1px solid var(--line-strong); border-radius: 3px; }
input::placeholder, textarea::placeholder { color: #81959f; }
input:hover, textarea:hover { border-color: var(--blue-dark); }
input:focus, textarea:focus { border-color: var(--blue-dark); box-shadow: 0 0 0 3px rgba(19, 174, 232, 0.2); outline: 0; }
input[aria-invalid="true"], textarea[aria-invalid="true"] { border-color: #be3c30; }
textarea { min-height: 132px; resize: vertical; }
.form-action { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 4px; }
.form-status { margin: 0; color: var(--blue-deep); font-size: 0.9rem; font-weight: 600; }
.form-status.is-error { color: #a62e24; }
.form-honeypot { display: none; }

/* FAQ */
.faq-section { padding: clamp(64px, 8vw, 116px) clamp(20px, 5vw, 72px); background: var(--surface-alt); border-bottom: 7px solid var(--green); }
.faq-inner { max-width: 900px; }
.faq-heading { margin-bottom: clamp(34px, 5vw, 56px); padding-bottom: 24px; border-bottom: 2px solid var(--blue-dark); }
.faq-heading h2 { margin-bottom: 12px; }
.faq-heading > p:last-child { margin: 0; color: var(--muted); font-size: 1.04rem; }
.faq-list { display: grid; gap: 0; border: 1px solid var(--line-strong); }
.faq-item { border-bottom: 1px solid var(--line-strong); }
.faq-item:last-child { border-bottom: 0; }
.faq-question { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 22px 26px; color: var(--ink); background: #fff; cursor: pointer; font-size: 1.02rem; font-weight: 700; list-style: none; transition: background-color 130ms ease, color 130ms ease; }
.faq-question::-webkit-details-marker { display: none; }
.faq-question::after { flex: 0 0 auto; width: 28px; height: 28px; content: "+"; display: grid; place-items: center; color: var(--blue-deep); background: var(--blue-soft); border-radius: 50%; font-size: 1.3rem; font-weight: 400; line-height: 1; transition: transform 220ms ease, background-color 130ms ease; }
.faq-item[open] > .faq-question { color: var(--blue-deep); background: var(--blue-soft); border-left: 5px solid var(--green); padding-left: 21px; }
.faq-item[open] > .faq-question::after { background: var(--green); transform: rotate(45deg); }
.faq-question:hover { background: var(--blue-soft); color: var(--blue-deep); }
.faq-answer { padding: 0 26px 24px; background: var(--blue-soft); border-left: 5px solid var(--green); }
.faq-answer p { margin: 0; color: var(--ink-soft); font-size: 0.97rem; line-height: 1.68; }
.faq-cta { display: inline-flex; margin-top: 14px; color: var(--blue-deep); font-size: .9rem; font-weight: 700; text-decoration: underline; text-decoration-color: var(--green); text-decoration-thickness: 2px; text-underline-offset: 4px; transition: color 130ms ease; }
.faq-cta:hover { color: var(--blue); }

.site-footer { padding: clamp(56px, 7vw, 92px) clamp(20px, 5vw, 72px) 28px; color: #e3f6ff; background: var(--ink); }
.footer-main { display: grid; grid-template-columns: minmax(220px, 1.05fr) repeat(3, minmax(170px, 1fr)); gap: clamp(32px, 5vw, 84px); max-width: 1440px; margin: 0 auto; }
.footer-intro { max-width: 290px; }
.footer-intro p { margin: 0; color: #d1e3ec; font-size: 1.04rem; line-height: 1.7; }
.footer-column h2 { margin: 0 0 22px; color: #fff; font-size: 0.95rem; text-transform: uppercase; }
.footer-links { display: grid; gap: 13px; }
.footer-links a, .footer-contact a, .footer-contact p { color: #d1e3ec; font-size: 0.98rem; }
.footer-links a, .footer-contact a { width: fit-content; transition: color 160ms ease, transform 160ms ease; }
.footer-links a:hover, .footer-contact a:hover { color: var(--green); transform: translateX(3px); }
.footer-contact { display: grid; align-content: start; gap: 13px; }
.footer-contact h2 { margin-bottom: 9px; }
.footer-contact p { margin: 0; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; max-width: 1440px; margin: clamp(48px, 6vw, 82px) auto 0; padding-top: 28px; border-top: 1px solid rgba(209, 227, 236, 0.2); }
.footer-bottom p, .footer-bottom a { margin: 0; color: #d1e3ec; font-size: 0.92rem; }
.footer-bottom a:hover { color: var(--green); }

@media (max-width: 980px) {
  .results-grid { grid-template-columns: 1fr; }
  .result-card { max-width: 720px; width: 100%; margin-inline: auto; }
  .site-header { grid-template-columns: auto auto; justify-content: space-between; }
  .nav-toggle { display: grid; width: 44px; height: 44px; place-items: center; background: #fff; border: 1px solid var(--line-strong); border-radius: 3px; cursor: pointer; }
  .nav-toggle span { display: block; width: 20px; height: 2px; background: var(--ink); }
  .site-nav, .header-actions { display: none; }
  .site-nav.is-open { position: fixed; top: 78px; right: 16px; left: 16px; display: grid; gap: 0; padding: 10px; background: #fff; border: 1px solid var(--line-strong); border-top: 5px solid var(--green); box-shadow: var(--shadow); }
  .site-nav.is-open a, .site-nav.is-open .services-toggle { padding: 14px; }
  .site-nav.is-open .nav-item { display: grid; }
  .site-nav.is-open .services-toggle { justify-content: space-between; text-align: left; }
  .site-nav.is-open .dropdown-menu { position: static; display: none; min-width: 0; margin: 0 0 8px; border-top-width: 3px; box-shadow: none; opacity: 1; pointer-events: auto; transform: none; }
  .site-nav.is-open .dropdown.is-open .dropdown-menu { display: grid; }
  .intro-section, .owner-story, .offer-block, .offer-block.image-left, .outdoor-panel, .reviews, .service-area, .contact-section { grid-template-columns: 1fr; }
  .outdoor-media { min-height: 0; }
  .service-strip, .intro-grid, .guide-grid, .process-steps, .price-grid.three { grid-template-columns: repeat(2, 1fr); }
  .footer-main { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px 28px; }
  .intro-grid article:nth-child(2), .process-steps article:nth-child(2) { border-right: 0; }
  .intro-grid article:last-child, .guide-grid article:last-child, .process-steps article:last-child { grid-column: 1 / -1; border-top: 1px solid var(--line-strong); }
  .guide-grid article:nth-child(2) { border-right: 0; }
}

@media (max-width: 760px) {
  .hero { grid-template-columns: 1fr; grid-template-rows: auto auto; gap: 18px; height: auto; min-height: calc(100svh - 82px); padding: 24px 16px 20px; }
  .hero-copy { max-width: none; }
  .hero h1 { margin-bottom: 14px; font-size: clamp(2.15rem, 9vw, 3.2rem); }
  .hero-text { margin-bottom: 0; font-size: .95rem; line-height: 1.42; }
  .hero-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 16px; }
  .hero-actions .button { min-width: 0; padding-inline: 10px; text-align: center; }
  .hero-stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 16px; }
  .hero-stats span { min-width: 0; padding: 10px 8px 0 0; font-size: .76rem; }
  .hero-media { width: min(100%, 560px); height: auto; aspect-ratio: 4 / 3; min-height: 270px; margin: 0 auto; box-shadow: 9px 9px 0 var(--green); }
  .results-heading { display: grid; gap: 14px; }
  .results-heading > p { max-width: none; }
}

@media (max-width: 640px) {
  html { scroll-padding-top: 70px; }
  .site-header { min-height: 70px; padding: 9px 16px; }
  .brand-logo { width: auto; height: 44px; }
  .site-nav.is-open { top: 70px; }
  h1 { font-size: clamp(2.45rem, 13vw, 3.7rem); }
  h2 { font-size: 2.2rem; }
  .hero { min-height: calc(100svh - 70px); padding: 18px 16px 24px; }
  .carousel-controls { gap: 5px; padding-inline: 8px; }
  .carousel-slide figcaption { padding: 9px 12px; }
  .carousel-slide figcaption strong { font-size: .85rem; }
  .hero .eyebrow { margin-bottom: 8px; font-size: .7rem; }
  .hero h1 { margin-bottom: 11px; font-size: clamp(2rem, 9vw, 2.75rem); }
  .hero-text { font-size: .88rem; line-height: 1.35; }
  .hero-actions { gap: 8px; margin-top: 13px; }
  .hero-actions .button { min-height: 42px; font-size: .78rem; }
  .hero-stats { margin-top: 12px; }
  .intro-section, .owner-story, .offers, .size-guide, .process, .reviews, .service-area, .faq-section, .contact-section { padding: 58px 16px; }
  .faq-question { padding: 18px 16px; font-size: .95rem; }
  .faq-answer { padding: 0 16px 18px; }
  .service-strip, .intro-grid, .guide-grid, .process-steps, .price-grid, .price-grid.three, .form-row { grid-template-columns: 1fr; }
  .service-strip a { min-height: 64px; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.28); }
  .outdoor-media { min-height: 0; }
  .intro-grid article, .guide-grid article, .process-steps article, .intro-grid article:nth-child(2), .guide-grid article:nth-child(2), .process-steps article:nth-child(2), .intro-grid article:last-child, .guide-grid article:last-child, .process-steps article:last-child { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line-strong); }
  .intro-grid article:last-child, .guide-grid article:last-child, .process-steps article:last-child { border-bottom: 0; }
  .offer-block, .outdoor-panel { padding: 28px 22px; }
  .compact-prices, .package-list { grid-template-columns: 1fr; }
  .compact-prices span, .compact-prices a, .package-list span, .package-list a, .site-footer { display: grid; }
  .compact-prices span, .compact-prices a, .package-list span, .package-list a { gap: 12px; }
  .contact-panel { padding: 24px 20px; box-shadow: 8px 8px 0 rgba(8, 116, 159, 0.2); }
  .contact-panel-heading { display: grid; gap: 5px; }
  .reviews-widget { padding: 16px; }
  .service-map { min-height: 330px; }
  .service-map.leaflet-container { min-height: 323px; }
  .footer-main { grid-template-columns: 1fr; gap: 34px; }
  .footer-intro { max-width: none; }
  .footer-bottom { display: grid; gap: 14px; }
}

@media (max-width: 760px) and (max-height: 700px) {
  .hero-stats { display: none; }
}

@media (min-width: 761px) and (max-height: 720px) {
  .hero { min-height: 0; padding-block: 26px; }
  .hero h1 { margin-bottom: 14px; font-size: clamp(2.5rem, 4.3vw, 4rem); }
  .hero-actions { margin-top: 18px; }
  .hero-stats { margin-top: 20px; }
}

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