/* Hogan Services — site styles. One pass, one file.
   Every rule starts with .hs so Hello's reset and Elementor's kit can't win. */

:root {
	--hs-spruce: #1c3a2e;
	--hs-spruce-2: #264c3c;
	--hs-green: #2f7a34;
	--hs-green-hi: #266a2b;
	--hs-sap: #a6d052;
	--hs-timber: #d8b47c;
	--hs-timber-2: #c99d5e;
	--hs-timber-deep: #9a6a34;
	--hs-sage: #eef2ec;
	--hs-ink: #1d2622;
	--hs-muted: #56625c;
	--hs-line: #d6ddd5;
	--hs-white: #fff;
	--hs-font: "Archivo", "Helvetica Neue", Arial, sans-serif;
	--hs-wrap: 1200px;
	--hs-gutter: clamp(20px, 4vw, 40px);
	--hs-sec: clamp(64px, 9vw, 116px);
	--hs-radius: 3px;
}

/* ---------- base ---------- */

body.hs-site { background: var(--hs-white); color: var(--hs-ink); font-family: var(--hs-font); font-size: 17px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
.hs, .hs * { box-sizing: border-box; }
.hs { font-family: var(--hs-font); color: var(--hs-ink); }
.hs p, .hs ul, .hs ol, .hs dl, .hs figure, .hs blockquote { margin: 0; }
.hs ul, .hs ol { padding: 0; list-style: none; }
.hs img { display: block; max-width: 100%; height: auto; border-radius: 0; }
.hs a { color: inherit; text-decoration: none; }
.hs a:hover, .hs a:focus { color: inherit; }
.hs :is(h1, h2, h3) { font-family: var(--hs-font); color: inherit; margin: 0; }
.hs h1, .hs h2 { font-stretch: 72%; font-weight: 800; letter-spacing: -0.01em; line-height: 0.98; text-wrap: balance; }
.hs h1 { font-size: clamp(2.7rem, 6.2vw, 5.4rem); }
.hs h2 { font-size: clamp(2.1rem, 3.8vw, 3.3rem); }
.hs h3 { font-size: 1.3rem; font-stretch: 88%; font-weight: 700; line-height: 1.15; }
.hs :focus-visible { outline: 3px solid var(--hs-sap); outline-offset: 3px; border-radius: 2px; }
.hs-sr { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.hs .hs-ico { width: 1.1em; height: 1.1em; flex: none; }

/* Neutralise Hello's cerise buttons once, here. */
.hs :is(button, [type=button], [type=submit]),
.hs :is(button, [type=button], [type=submit]):is(:hover, :focus) {
	appearance: none; background: none; border: 0; border-radius: 0; box-shadow: none;
	color: inherit; font: inherit; letter-spacing: inherit; text-transform: none; padding: 0; margin: 0; cursor: pointer;
}

/* Elementor: our containers carry no padding or gaps of their own. */
.e-con.hs-con { --padding-top: 0px; --padding-right: 0px; --padding-bottom: 0px; --padding-left: 0px; --margin-top: 0px; --margin-bottom: 0px; --gap: 0px; --row-gap: 0px; --column-gap: 0px; }
.e-con.hs-con > .elementor-widget { width: 100%; margin: 0 !important; }

.hs-wrap { max-width: var(--hs-wrap); margin-inline: auto; padding-inline: var(--hs-gutter); }
.hs-sec { padding-block: var(--hs-sec); }
.hs-sec-head { max-width: 62ch; margin-bottom: clamp(28px, 4vw, 48px); }
.hs-sec-head p { margin-top: 14px; color: var(--hs-muted); font-size: 1.1rem; }
.hs-sec-head-row { max-width: none; display: flex; flex-wrap: wrap; gap: 20px 40px; align-items: end; justify-content: space-between; }
.hs-sec-head-row > div { max-width: 62ch; }
.hs .hs-lead { font-size: clamp(1.1rem, 1.6vw, 1.3rem); line-height: 1.5; max-width: 40ch; }

/* ---------- buttons and links ---------- */

.hs .hs-btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 24px; border-radius: var(--hs-radius); font-weight: 700; font-size: 1rem; line-height: 1.1; border: 2px solid transparent; transition: background-color .15s, color .15s, border-color .15s; white-space: nowrap; }
.hs .hs-btn-go, .hs button.hs-btn-go { background: var(--hs-green); color: var(--hs-white); border-color: var(--hs-green); }
.hs .hs-btn-go:is(:hover, :focus-visible), .hs button.hs-btn-go:is(:hover, :focus-visible) { background: var(--hs-green-hi); border-color: var(--hs-green-hi); color: var(--hs-white); }
.hs .hs-btn-line { background: transparent; color: var(--hs-spruce); border-color: var(--hs-spruce); }
.hs .hs-btn-line:is(:hover, :focus-visible) { background: var(--hs-spruce); color: var(--hs-white); }
.hs .hs-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hs .hs-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 24px; font-weight: 700; color: var(--hs-green); border-bottom: 2px solid currentColor; padding-bottom: 2px; }
.hs .hs-link:is(:hover, :focus-visible) { color: var(--hs-spruce); }
.hs .hs-link .hs-ico { transition: transform .15s; }
.hs .hs-link:hover .hs-ico { transform: translateX(3px); }
.hs .hs-link-light, .hs .hs-link-light:is(:hover, :focus-visible) { color: var(--hs-sap); }

/* Ticks are little fence posts. */
.hs .hs-ticks { display: grid; gap: 10px; margin-top: 22px; }
.hs .hs-ticks li { position: relative; padding-left: 24px; font-weight: 500; }
.hs .hs-ticks li::before { content: ""; position: absolute; left: 3px; top: .2em; width: 9px; height: 16px; background: var(--hs-timber-deep); clip-path: polygon(0 28%, 50% 0, 100% 28%, 100% 100%, 0 100%); }

/* ---------- header ---------- */

.hs-head { position: sticky; top: 0; z-index: 100; background: var(--hs-white); border-bottom: 1px solid transparent; transition: border-color .2s, box-shadow .2s; }
body.admin-bar .hs-head { top: 32px; }
.hs-head.is-stuck { border-color: var(--hs-line); box-shadow: 0 6px 18px -14px rgba(20, 40, 30, .5); }
.hs-head-in { max-width: 1320px; margin-inline: auto; padding: 12px var(--hs-gutter); display: flex; align-items: center; gap: 28px; }
.hs .hs-logo { flex: none; }
.hs .hs-logo img { height: 58px; width: auto; transition: height .2s; }
.hs-head.is-stuck .hs-logo img { height: 48px; }
.hs .hs-nav { margin-left: auto; }
.hs .hs-nav ul { display: flex; gap: 4px; }
.hs .hs-nav a { display: block; padding: 10px 12px; font-weight: 600; font-size: .98rem; color: var(--hs-spruce); position: relative; }
.hs .hs-nav a::after { content: ""; position: absolute; left: 12px; right: 12px; bottom: 4px; height: 3px; background: var(--hs-sap); transform: scaleX(0); transform-origin: left; transition: transform .2s; }
.hs .hs-nav a:is(:hover, :focus-visible)::after, .hs .hs-nav a[aria-current]::after { transform: scaleX(1); }
.hs .hs-head-call { min-height: 46px; padding: 0 18px; }
.hs .hs-burger { display: none; width: 46px; height: 46px; border-radius: var(--hs-radius); position: relative; color: var(--hs-spruce); }
.hs .hs-burger-lines, .hs .hs-burger-lines::before, .hs .hs-burger-lines::after { position: absolute; left: 11px; width: 24px; height: 2.5px; background: currentColor; border-radius: 2px; transition: transform .2s, top .2s, opacity .2s; }
.hs .hs-burger-lines { top: 22px; }
.hs .hs-burger-lines::before { content: ""; left: 0; top: -8px; }
.hs .hs-burger-lines::after { content: ""; left: 0; top: 8px; }
.hs .hs-burger[aria-expanded=true] .hs-burger-lines { background: transparent; }
.hs .hs-burger[aria-expanded=true] .hs-burger-lines::before { top: 0; transform: rotate(45deg); }
.hs .hs-burger[aria-expanded=true] .hs-burger-lines::after { top: 0; transform: rotate(-45deg); }
.hs .hs-drawer { border-top: 1px solid var(--hs-line); background: var(--hs-white); padding: 8px var(--hs-gutter) 24px; }
.hs .hs-drawer a { display: block; padding: 14px 0; font-size: 1.35rem; font-weight: 700; font-stretch: 80%; color: var(--hs-spruce); border-bottom: 1px solid var(--hs-line); }
.hs .hs-drawer a[aria-current] { color: var(--hs-green); }
.hs .hs-drawer-foot { display: grid; gap: 6px; margin-top: 18px; }
.hs .hs-drawer-foot a { border: 0; padding: 4px 0; font-size: 1.05rem; font-stretch: 100%; font-weight: 600; color: var(--hs-green); }

@media (max-width: 1060px) {
	.hs .hs-nav { display: none; }
	.hs .hs-burger { display: block; }
	.hs .hs-head-call { margin-left: auto; }
}
@media (max-width: 782px) { body.admin-bar .hs-head { top: 46px; } }
@media (max-width: 600px) { body.admin-bar .hs-head { top: 0; } }
@media (max-width: 560px) {
	.hs .hs-logo img, .hs-head.is-stuck .hs-logo img { height: 44px; }
	.hs .hs-head-call span { display: none; }
	.hs .hs-head-call { padding: 0; width: 46px; }
	.hs-head-in { gap: 10px; }
}

/* ---------- home hero: the boards lift away ---------- */

.hs-hero { display: grid; grid-template-columns: minmax(0, 47fr) minmax(0, 53fr); min-height: min(720px, calc(100svh - 82px)); background: var(--hs-spruce); color: var(--hs-white); }
.hs-hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(40px, 6vw, 88px) clamp(24px, 4vw, 64px) clamp(40px, 6vw, 88px) max(var(--hs-gutter), calc((100vw - var(--hs-wrap)) / 2 + var(--hs-gutter))); }
.hs-hero h1 { color: var(--hs-white); font-size: clamp(2.7rem, 4.9vw, 4.6rem); max-width: 11.5ch; }
.hs-hero .hs-lead { margin-top: 24px; color: #d9e4dd; }
.hs-hero .hs-btn-line { color: var(--hs-white); border-color: rgba(255, 255, 255, .7); }
.hs-hero .hs-btn-line:is(:hover, :focus-visible) { background: var(--hs-white); color: var(--hs-spruce); border-color: var(--hs-white); }
.hs-hero-media { position: relative; overflow: hidden; min-height: 320px; }
.hs .hs-hero-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hs-slats { position: absolute; inset: 0; display: none; pointer-events: none; }
.hs-js .hs-slats { display: flex; }
.hs-slats i { flex: 1; background: linear-gradient(90deg, #c99d5e, #dcb983 45%, #cfa468); box-shadow: inset -2px 0 0 rgba(90, 55, 20, .35); transform: translateY(0); }
.hs-slats i:nth-child(even) { background: linear-gradient(90deg, #bf9153, #d5ae74 45%, #c69b5c); }
.hs-hero.is-open .hs-slats i { transform: translateY(-102%); transition: transform .9s cubic-bezier(.7, 0, .2, 1); transition-delay: calc(var(--i) * 70ms + 150ms); }
.hs-hero.is-open .hs-slats i:nth-child(odd) { transition-delay: calc((8 - var(--i)) * 70ms + 150ms); }
.hs-js .hs-slats.is-gone { display: none; }

.hs .hs-rating { display: inline-flex; align-items: center; gap: 10px; font-size: .95rem; }
.hs .hs-stars { display: inline-flex; gap: 1px; color: #e3a92b; }
.hs .hs-rating-hero { margin-top: 34px; color: #d9e4dd; align-self: flex-start; }
.hs .hs-rating-hero strong { color: var(--hs-white); }
.hs .hs-rating-hero:hover span:last-child { text-decoration: underline; }

@media (max-width: 900px) {
	.hs-hero { grid-template-columns: 1fr; min-height: 0; }
	.hs-hero-media { order: -1; aspect-ratio: 4 / 3; min-height: 0; }
	.hs-hero-copy { padding: 36px var(--hs-gutter) 48px; }
}

/* ---------- inner page hero ---------- */

.hs-phero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); background: var(--hs-spruce); color: var(--hs-white); min-height: 440px; }
.hs-phero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(40px, 6vw, 80px) clamp(24px, 4vw, 56px) clamp(40px, 6vw, 80px) max(var(--hs-gutter), calc((100vw - var(--hs-wrap)) / 2 + var(--hs-gutter))); }
.hs-phero h1 { color: var(--hs-white); font-size: clamp(2.5rem, 5vw, 4.4rem); }
.hs-phero .hs-lead { margin-top: 18px; color: #d9e4dd; }
.hs-phero .hs-btn-line { color: var(--hs-white); border-color: rgba(255, 255, 255, .7); }
.hs-phero .hs-btn-line:is(:hover, :focus-visible) { background: var(--hs-white); color: var(--hs-spruce); }
.hs-phero-media { position: relative; overflow: hidden; }
.hs .hs-phero-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hs-phero:not(:has(.hs-phero-media)) { grid-template-columns: 1fr; min-height: 0; }
.hs-phero:not(:has(.hs-phero-media)) .hs-phero-copy { padding-block: clamp(48px, 7vw, 96px); }
@media (max-width: 900px) {
	.hs-phero { grid-template-columns: 1fr; min-height: 0; }
	.hs-phero-media { order: -1; aspect-ratio: 16 / 10; }
	.hs-phero-copy { padding: 32px var(--hs-gutter) 44px; }
}

/* ---------- services ---------- */

.hs-services .hs-wrap { display: grid; gap: clamp(56px, 8vw, 104px); }
.hs-service { display: grid; grid-template-columns: minmax(0, 11fr) minmax(0, 9fr); gap: clamp(28px, 5vw, 72px); align-items: center; }
.hs-service.hs-flip { grid-template-columns: minmax(0, 9fr) minmax(0, 11fr); }
.hs-service.hs-flip .hs-service-media { order: 2; }
.hs .hs-service-media { display: block; position: relative; }
.hs .hs-service-media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--hs-radius); }
.hs .hs-service-media::after { content: ""; position: absolute; left: -14px; top: 14px; bottom: -14px; width: 14px; background: var(--hs-timber); }
.hs .hs-flip .hs-service-media::after { left: auto; right: -14px; }
.hs-service-copy p { margin-top: 16px; color: var(--hs-muted); }
@media (max-width: 860px) {
	.hs-service, .hs-service.hs-flip { grid-template-columns: 1fr; }
	.hs-service.hs-flip .hs-service-media { order: 0; }
	.hs .hs-service-media::after, .hs .hs-flip .hs-service-media::after { display: none; }
}

/* ---------- fence style picker ---------- */

.hs-styles { background: var(--hs-sage); }
.hs-styles-ui { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr); grid-template-areas: "tabs tabs" "stage panel"; gap: 0; background: var(--hs-white); border: 1px solid var(--hs-line); border-radius: var(--hs-radius); overflow: hidden; }
.hs-styles-tabs { grid-area: tabs; display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--hs-line); }
.hs .hs-styles-tabs button { display: grid; gap: 2px; text-align: left; padding: 18px 22px 16px; border-right: 1px solid var(--hs-line); border-bottom: 4px solid transparent; transition: background-color .15s; }
.hs .hs-styles-tabs button:last-child { border-right: 0; }
.hs .hs-styles-tabs button:hover { background: var(--hs-sage); }
.hs .hs-styles-tabs button[aria-selected=true] { background: var(--hs-spruce); color: var(--hs-white); border-bottom-color: var(--hs-timber); }
.hs .hs-tab-name { font-weight: 800; font-stretch: 80%; font-size: 1.3rem; line-height: 1.1; }
.hs .hs-tab-short { font-size: .88rem; color: var(--hs-muted); }
.hs .hs-styles-tabs button[aria-selected=true] .hs-tab-short { color: #c9d8cf; }
.hs-styles-stage { grid-area: stage; padding: clamp(16px, 3vw, 36px); display: flex; align-items: center; background: linear-gradient(#f5f8f3, #eaf0e7); }
.hs-fence-svg { width: 100%; height: auto; display: block; }
.hs-styles-panel { grid-area: panel; padding: clamp(24px, 3vw, 40px); border-left: 1px solid var(--hs-line); }
.hs-styles-panels { grid-area: panel; }
.hs-styles-panel h3 { font-size: 1.8rem; font-stretch: 75%; font-weight: 800; }
.hs-styles-panel > p { margin-top: 12px; color: var(--hs-muted); }
.hs .hs-good { margin-top: 14px; color: var(--hs-ink); }
.hs .hs-styles-photo { margin-top: 20px; }
.hs .hs-styles-photo img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border-radius: var(--hs-radius); }
.hs .hs-styles-photo figcaption { margin-top: 8px; font-size: .85rem; color: var(--hs-muted); }
.hs .hs-styles-panel[hidden] { display: none; }

.f-sky { fill: transparent; }
.f-ground { fill: #6f8f55; }
.f-grass { fill: #587d40; }
.f-b1 { fill: #dab680; }
.f-b2 { fill: #c99d5e; }
.f-rail, .f-ledge { fill: #b48548; }
.f-post { fill: #a2723a; }
.f-cap { fill: #86592b; }
.f-concrete { fill: #bfbeb6; }
.f-notch { fill: #a8a79f; }
.f-frame { fill: none; stroke: #9d6f3a; stroke-width: 5; }
.f-metal { fill: #2b2f2d; }
.f-ring { fill: none; stroke: #2b2f2d; stroke-width: 3; }
.f-dim { opacity: .4; }
.f-style { opacity: 0; transition: opacity .25s; }
.f-board { transform-box: fill-box; transform-origin: 50% 100%; transform: scaleY(0); transition: transform .45s cubic-bezier(.3, .7, .3, 1); }
.f-slat { transform-origin: 0 50%; transform: scaleX(0); }
.hs-styles-stage[data-active=closeboard] [data-style=closeboard],
.hs-styles-stage[data-active=slatted] [data-style=slatted],
.hs-styles-stage[data-active=panel] [data-style=panel],
.hs-styles-stage[data-active=gate] [data-style=gate] { opacity: 1; }
.hs-styles-stage[data-active=closeboard] [data-style=closeboard] .f-board,
.hs-styles-stage[data-active=slatted] [data-style=slatted] .f-board,
.hs-styles-stage[data-active=panel] [data-style=panel] .f-board,
.hs-styles-stage[data-active=gate] [data-style=gate] .f-board { transform: none; transition-delay: calc(var(--i) * 22ms); }

@media (max-width: 900px) {
	.hs-styles-ui { grid-template-columns: 1fr; grid-template-areas: "tabs" "stage" "panel"; }
	.hs-styles-tabs { grid-template-columns: repeat(2, 1fr); }
	.hs .hs-styles-tabs button:nth-child(2) { border-right: 0; }
	.hs .hs-styles-tabs button:nth-child(-n+2) { border-top: 0; }
	.hs .hs-styles-tabs button:nth-child(n+3) { border-top: 1px solid var(--hs-line); }
	.hs-styles-panel { border-left: 0; border-top: 1px solid var(--hs-line); }
}
@media (max-width: 420px) {
	.hs .hs-styles-tabs button { padding: 14px 14px 12px; }
	.hs .hs-tab-short { display: none; }
}

/* ---------- gallery ---------- */

.hs .hs-filter { display: inline-flex; flex-wrap: wrap; border: 1.5px solid var(--hs-spruce); border-radius: var(--hs-radius); overflow: hidden; }
.hs .hs-filter button { padding: 10px 18px; font-weight: 700; font-size: .95rem; color: var(--hs-spruce); border-right: 1.5px solid var(--hs-spruce); }
.hs .hs-filter button:last-child { border-right: 0; }
.hs .hs-filter button:hover { background: var(--hs-sage); }
.hs .hs-filter button[aria-pressed=true] { background: var(--hs-spruce); color: var(--hs-white); }
.hs .hs-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; grid-auto-flow: dense; }
.hs .hs-shot:nth-child(7n+1) { grid-column: span 2; grid-row: span 2; }
.hs .hs-shot[hidden] { display: none; }
.hs .hs-shot-btn { position: relative; display: block; width: 100%; height: 100%; overflow: hidden; border-radius: var(--hs-radius); background: var(--hs-sage); }
.hs .hs-shot-btn img { width: 100%; height: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform .5s ease; }
.hs .hs-shot-btn:hover img { transform: scale(1.04); }
.hs .hs-shot-cap { position: absolute; left: 0; right: 0; bottom: 0; padding: 36px 14px 12px; font-size: .88rem; line-height: 1.35; text-align: left; color: var(--hs-white); background: linear-gradient(transparent, rgba(12, 28, 20, .82)); opacity: 0; transform: translateY(6px); transition: opacity .2s, transform .2s; }
.hs .hs-shot-btn:is(:hover, :focus-visible) .hs-shot-cap { opacity: 1; transform: none; }
@media (hover: none) { .hs .hs-shot-cap { opacity: 1; transform: none; } }
.hs .hs-more { margin-top: 32px; }
@media (max-width: 700px) {
	.hs .hs-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
	.hs .hs-shot:nth-child(7n+1) { grid-column: span 2; grid-row: auto; }
	.hs .hs-shot:last-child:nth-child(even) { grid-column: span 2; }
	.hs .hs-shot-cap { display: none; }
}

.hs-lightbox { border: 0; padding: 0; margin: auto; max-width: min(1100px, 94vw); max-height: 94vh; background: transparent; overflow: visible; }
.hs-lightbox::backdrop { background: rgba(10, 22, 16, .9); }
.hs-lightbox figure { margin: 0; }
.hs-lightbox img { display: block; max-width: 100%; max-height: 82vh; width: auto; margin: 0 auto; border-radius: var(--hs-radius); }
.hs-lightbox figcaption { color: #e6ede8; text-align: center; margin-top: 12px; font-family: var(--hs-font); }
.hs .hs-lightbox button { position: fixed; top: 50%; transform: translateY(-50%); width: 52px; height: 52px; border-radius: 50%; background: rgba(255, 255, 255, .14); color: var(--hs-white); font-size: 2rem; line-height: 1; }
.hs .hs-lightbox button:hover { background: rgba(255, 255, 255, .28); }
.hs .hs-lightbox .hs-lb-prev { left: 16px; }
.hs .hs-lightbox .hs-lb-next { right: 16px; }
.hs .hs-lightbox .hs-lb-close { top: 16px; right: 16px; transform: none; }

/* ---------- steps (a real sequence, so numbered) ---------- */

.hs-steps { padding-top: calc(var(--hs-sec) * .4); }

.hs .hs-steps-list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px; counter-reset: step; }
.hs .hs-steps-list li { counter-increment: step; border-top: 4px solid var(--hs-spruce); padding-top: 18px; }
.hs .hs-steps-list li::before { content: counter(step); display: block; font-size: 3.4rem; font-stretch: 70%; font-weight: 800; line-height: 1; color: var(--hs-timber-deep); margin-bottom: 10px; }
.hs .hs-steps-list p { margin-top: 8px; color: var(--hs-muted); }
@media (max-width: 900px) { .hs .hs-steps-list { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 520px) { .hs .hs-steps-list { grid-template-columns: 1fr; } }

/* ---------- reviews ---------- */

.hs-reviews { background: var(--hs-sage); }
.hs-reviews .hs-rating { color: var(--hs-ink); }
.hs-reviews .hs-rating:hover span:last-child { text-decoration: underline; }
.hs .hs-quotes { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.hs .hs-quote { position: relative; background: var(--hs-white); padding: 56px 28px 28px; border-top: 5px solid var(--hs-timber); display: flex; flex-direction: column; }
.hs .hs-quote::before { content: "\201C"; position: absolute; top: 4px; left: 22px; font-size: 5rem; line-height: 1; font-weight: 800; color: var(--hs-timber); }
.hs .hs-quote blockquote { flex: 1; font-size: 1.05rem; }
.hs .hs-quote figcaption { margin-top: 20px; display: grid; }
.hs .hs-quote figcaption span { color: var(--hs-muted); font-size: .92rem; }
.hs .hs-quote.is-sample blockquote { color: #7b857f; font-style: italic; }
.hs .hs-sample { position: absolute; top: 18px; right: 18px; font-size: .75rem; font-weight: 700; color: #8a5a1f; background: #fbf1e2; padding: 3px 8px; border-radius: 2px; }
@media (max-width: 900px) { .hs .hs-quotes { grid-template-columns: 1fr; } }

/* ---------- family ---------- */

.hs-family { background: var(--hs-spruce); color: var(--hs-white); }
.hs-family-in { display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 6fr); gap: clamp(32px, 6vw, 88px); align-items: center; }
.hs .hs-family-media img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: var(--hs-radius); }
.hs-family h2 { color: var(--hs-white); }
.hs-family-copy p { margin-top: 18px; color: #d9e4dd; max-width: 52ch; }
@media (max-width: 800px) {
	.hs-family-in { grid-template-columns: 1fr; }
	.hs .hs-family-media img { aspect-ratio: 16 / 11; }
}

/* ---------- areas ---------- */

.hs-areas-in { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(28px, 6vw, 80px); align-items: start; }
.hs-areas-in p { margin-top: 14px; color: var(--hs-muted); }
.hs .hs-areas-note a { color: var(--hs-green); font-weight: 700; }
.hs .hs-areas-list { columns: 3 150px; column-gap: 28px; }
.hs .hs-areas-list li { break-inside: avoid; padding: 11px 0 11px 22px; border-bottom: 1px solid var(--hs-line); position: relative; font-weight: 600; }
.hs .hs-areas-list li::before { content: ""; position: absolute; left: 2px; top: 15px; width: 8px; height: 14px; background: var(--hs-timber-deep); clip-path: polygon(0 28%, 50% 0, 100% 28%, 100% 100%, 0 100%); }
@media (max-width: 800px) { .hs-areas-in { grid-template-columns: 1fr; } }

/* ---------- call to action: a run of fence boards ---------- */

.hs-cta { background: repeating-linear-gradient(90deg, #d9b67f 0 38px, #c79c5e 38px 40px, #d2ab70 40px 78px, #c09356 78px 80px); color: var(--hs-ink); padding-block: clamp(52px, 7vw, 88px); }
.hs-cta-in { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 24px 48px; }
.hs-cta-in > div { background: rgba(255, 255, 255, .9); padding: 26px 30px; border-radius: var(--hs-radius); max-width: 640px; }
.hs-cta p { margin-top: 10px; color: var(--hs-muted); }
.hs-cta .hs-actions { margin-top: 0; }
.hs-cta .hs-btn-line { background: var(--hs-white); }

/* ---------- copy blocks ---------- */

.hs-copy-in { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: clamp(32px, 6vw, 88px); align-items: start; }
.hs-copy-text p { margin-top: 18px; color: var(--hs-muted); max-width: 62ch; }
.hs-copy-text p:first-of-type { color: var(--hs-ink); font-size: 1.15rem; }
.hs-copy-side { background: var(--hs-sage); padding: clamp(24px, 3vw, 36px); border-radius: var(--hs-radius); }
.hs .hs-copy-photo { margin: calc(-1 * clamp(24px, 3vw, 36px)) calc(-1 * clamp(24px, 3vw, 36px)) 24px; }
.hs .hs-copy-photo img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border-radius: var(--hs-radius) var(--hs-radius) 0 0; }
.hs-copy-side h3 { font-size: 1.6rem; font-stretch: 75%; font-weight: 800; }
@media (max-width: 860px) { .hs-copy-in { grid-template-columns: 1fr; } }

.hs-story-in { display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 5fr); gap: clamp(32px, 6vw, 88px); align-items: center; }
.hs-story-text p { margin-top: 18px; color: var(--hs-muted); max-width: 60ch; }
.hs .hs-todo { background: #fbf1e2; color: #8a5a1f; padding: 12px 16px; border-left: 4px solid var(--hs-timber-deep); font-style: italic; }
.hs .hs-story-photo img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--hs-radius); }
@media (max-width: 860px) { .hs-story-in { grid-template-columns: 1fr; } }

.hs-values { background: var(--hs-sage); }
.hs .hs-values-list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px; margin: 0; }
.hs .hs-values-list div { border-top: 4px solid var(--hs-timber); padding-top: 16px; }
.hs .hs-values-list dt { font-size: 1.3rem; font-stretch: 85%; font-weight: 700; }
.hs .hs-values-list dd { margin: 8px 0 0; color: var(--hs-muted); }
@media (max-width: 900px) { .hs .hs-values-list { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 520px) { .hs .hs-values-list { grid-template-columns: 1fr; } }

/* ---------- FAQ ---------- */

.hs-faq-in { display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 7fr); gap: clamp(28px, 6vw, 80px); align-items: start; }
.hs .hs-faq-list details { border-bottom: 1px solid var(--hs-line); }
.hs .hs-faq-list details:first-child { border-top: 1px solid var(--hs-line); }
.hs .hs-faq-list summary { list-style: none; cursor: pointer; padding: 20px 44px 20px 0; position: relative; font-weight: 700; font-size: 1.1rem; }
.hs .hs-faq-list summary::-webkit-details-marker { display: none; }
.hs .hs-faq-list summary::after { content: ""; position: absolute; right: 8px; top: 50%; width: 16px; height: 16px; margin-top: -8px; background: linear-gradient(var(--hs-green), var(--hs-green)) center / 16px 2.5px no-repeat, linear-gradient(var(--hs-green), var(--hs-green)) center / 2.5px 16px no-repeat; transition: transform .2s; }
.hs .hs-faq-list details[open] summary::after { transform: rotate(45deg); }
.hs .hs-faq-list details p { padding: 0 0 22px; color: var(--hs-muted); max-width: 62ch; }
@media (max-width: 860px) { .hs-faq-in { grid-template-columns: 1fr; } }

/* ---------- contact ---------- */

.hs-contact-in { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: clamp(24px, 4vw, 56px); align-items: start; }
.hs-form-card { border: 1px solid var(--hs-line); border-top: 5px solid var(--hs-spruce); padding: clamp(24px, 4vw, 44px); border-radius: var(--hs-radius); }
.hs-form-card h2 { font-size: clamp(1.9rem, 3vw, 2.5rem); }
.hs .hs-form-intro { margin-top: 10px; color: var(--hs-muted); }
.hs .hs-form { display: grid; gap: 18px; margin-top: 26px; }
.hs .hs-field { display: grid; gap: 6px; }
.hs .hs-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.hs .hs-field label { font-weight: 600; font-size: .95rem; }
.hs .hs-form :is(input, select, textarea) { width: 100%; font: inherit; font-size: 1rem; color: var(--hs-ink); background: var(--hs-white); border: 1.5px solid #b3bfb7; border-radius: var(--hs-radius); padding: 12px 14px; min-height: 50px; box-shadow: none; }
.hs .hs-form textarea { min-height: 130px; resize: vertical; }
.hs .hs-form select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--hs-spruce) 50%), linear-gradient(-45deg, transparent 50%, var(--hs-spruce) 50%); background-position: calc(100% - 20px) 55%, calc(100% - 14px) 55%; background-size: 6px 6px; background-repeat: no-repeat; padding-right: 40px; }
.hs .hs-form :is(input, select, textarea):focus { outline: 3px solid var(--hs-sap); outline-offset: 0; border-color: var(--hs-green); }
.hs .hs-form button { justify-self: start; }
.hs .hs-form-small { font-size: .88rem; color: var(--hs-muted); }
.hs .hs-hp { position: absolute; left: -9999px; }
.hs .hs-form-error { margin-top: 18px; padding: 12px 16px; background: #fdecea; color: #8c1d18; border-left: 4px solid #b3261e; }
.hs .hs-sent h2 { color: var(--hs-green); }
.hs .hs-sent p { margin-top: 12px; }
.hs .hs-sent a { color: var(--hs-green); font-weight: 700; }
.hs-contact-side { background: var(--hs-sage); padding: clamp(24px, 4vw, 40px); border-radius: var(--hs-radius); }
.hs-contact-side h2 { font-size: clamp(1.7rem, 2.6vw, 2.2rem); }
.hs .hs-contact-big { display: inline-flex; align-items: center; gap: 12px; margin-top: 18px; font-size: clamp(1.7rem, 3vw, 2.3rem); font-weight: 800; font-stretch: 80%; color: var(--hs-green); }
.hs .hs-contact-list { display: grid; gap: 12px; margin-top: 22px; }
.hs .hs-contact-list li { display: flex; gap: 10px; align-items: flex-start; }
.hs .hs-contact-list .hs-ico { margin-top: .25em; color: var(--hs-timber-deep); }
.hs .hs-contact-list a { color: var(--hs-green); font-weight: 600; word-break: break-word; }
.hs .hs-contact-promise { margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--hs-line); color: var(--hs-muted); }
@media (max-width: 860px) {
	.hs-contact-in { grid-template-columns: 1fr; }
	.hs .hs-field-row { grid-template-columns: 1fr; }
}

/* ---------- footer ---------- */

.hs-foot { background: var(--hs-spruce); color: #cfdcd4; padding-top: clamp(56px, 7vw, 88px); }
.hs-foot-grid { display: grid; grid-template-columns: 1.4fr 1.2fr .8fr 1fr; gap: 40px; }
.hs .hs-foot-name { font-size: 2.2rem; font-stretch: 72%; font-weight: 800; color: var(--hs-white); line-height: 1; margin-bottom: 14px; }
.hs .hs-foot-h { color: var(--hs-white); font-weight: 700; margin-bottom: 14px; }
.hs .hs-foot-list { display: grid; gap: 10px; }
.hs .hs-foot-list li, .hs .hs-foot-list a { display: flex; gap: 10px; align-items: flex-start; }
.hs .hs-foot-list .hs-ico { margin-top: .3em; color: var(--hs-sap); }
.hs-foot a:is(:hover, :focus-visible) { color: var(--hs-white); text-decoration: underline; }
.hs-foot-small { display: flex; flex-wrap: wrap; gap: 8px 28px; margin-top: 56px; padding-block: 22px; border-top: 1px solid rgba(255, 255, 255, .14); font-size: .88rem; color: #9fb3a7; }
@media (max-width: 900px) { .hs-foot-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .hs-foot-grid { grid-template-columns: 1fr; } }

/* ---------- phone call bar ---------- */

.hs-dock { display: none; }
@media (max-width: 760px) {
	body.hs-site { padding-bottom: 68px; }
	.hs-dock { display: grid; grid-template-columns: 1.4fr 1fr; position: fixed; left: 0; right: 0; bottom: 0; z-index: 99; background: var(--hs-white); border-top: 1px solid var(--hs-line); padding: 8px 10px calc(8px + env(safe-area-inset-bottom)); gap: 8px; }
	.hs-dock a { display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 50px; border-radius: var(--hs-radius); font-weight: 700; }
	.hs-dock .hs-dock-call { background: var(--hs-green); color: var(--hs-white); }
	.hs-dock .hs-dock-call:is(:hover, :focus) { color: var(--hs-white); }
	.hs-dock .hs-dock-quote { border: 2px solid var(--hs-spruce); color: var(--hs-spruce); }
}

/* ---------- motion ---------- */

@media (prefers-reduced-motion: reduce) {
	.hs *, .hs *::before, .hs *::after { transition: none !important; animation: none !important; }
	.hs-slats { display: none; }
	.f-board { transform: none !important; }
}
