:root {
--deep: #003d0f;
--forest: #236d00;
--lime: #c3eb51;
--off: #f5f2eb;
--wood: #d8c3a5;
--ink: #1f1f1f;
--muted: #62675d;
--white: #ffffff;
--line: rgba(31, 31, 31, 0.14);
--shadow: 0 24px 70px rgba(0, 38, 12, 0.18);
--radius: 24px;
--container: min(1160px, calc(100vw - 40px));
--font-title: "Fraunces", Georgia, serif;
--font-body: "Source Sans 3", system-ui, sans-serif;
}
*,
*::before,
*::after {
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
}
body {
margin: 0;
color: var(--ink);
background: var(--off);
font-family: var(--font-body);
font-size: 18px;
line-height: 1.62;
text-rendering: optimizeLegibility;
}
body.menu-open {
overflow: hidden;
}
img {
display: block;
max-width: 100%;
height: auto;
}
a {
color: var(--forest);
text-decoration-thickness: 0.08em;
text-underline-offset: 0.18em;
}
a:hover {
color: var(--deep);
}
h1,
h2,
h3 {
margin: 0 0 0.45em;
color: var(--deep);
font-family: var(--font-title);
line-height: 1;
letter-spacing: -0.035em;
}
h1 {
font-size: clamp(3rem, 7vw, 6.8rem);
}
h2 {
font-size: clamp(2.1rem, 4.5vw, 4.2rem);
}
h3 {
font-size: clamp(1.35rem, 2vw, 1.75rem);
}
p {
margin: 0 0 1rem;
}
input,
select,
textarea,
button {
font: inherit;
}
input,
select,
textarea {
width: 100%;
border: 1px solid rgba(0, 61, 15, 0.2);
border-radius: 14px;
padding: 0.85rem 1rem;
background: rgba(255, 255, 255, 0.82);
color: var(--ink);
}
textarea {
resize: vertical;
}
input:focus,
select:focus,
textarea:focus,
button:focus-visible,
a:focus-visible,
summary:focus-visible {
outline: 3px solid rgba(195, 235, 81, 0.78);
outline-offset: 3px;
}
.container {
width: var(--container);
margin-inline: auto;
}
.narrow {
max-width: 820px;
}
.skip-link,
.sr-only {
position: absolute;
width: 1px;
height: 1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
}
.skip-link:focus {
z-index: 9999;
width: auto;
height: auto;
clip: auto;
padding: 0.8rem 1rem;
background: var(--lime);
color: var(--deep);
}
.button {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 48px;
border: 0;
border-radius: 999px;
padding: 0.85rem 1.35rem;
font-weight: 800;
text-decoration: none;
cursor: pointer;
transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}
.button:hover {
transform: translateY(-2px);
}
.button-primary {
background: var(--lime);
color: var(--deep);
box-shadow: 0 12px 28px rgba(64, 105, 0, 0.18);
}
.button-primary:hover {
background: #d7ff6f;
color: var(--deep);
}
.button-ghost {
border: 1px solid rgba(0, 61, 15, 0.26);
background: rgba(255, 255, 255, 0.72);
color: var(--deep);
}
.button-dark {
background: var(--deep);
color: var(--white);
}
.button-light {
background: var(--off);
color: var(--deep);
}
.button-outline-light {
border: 1px solid rgba(255, 255, 255, 0.5);
color: var(--white);
}
.eyebrow {
margin-bottom: 0.85rem;
color: var(--forest);
font-size: 0.83rem;
font-weight: 900;
letter-spacing: 0.14em;
text-transform: uppercase;
}
.lead {
color: var(--deep);
font-size: clamp(1.15rem, 2vw, 1.42rem);
font-weight: 700;
}
.muted {
color: var(--muted);
}
.site-header {
position: sticky;
top: 0;
z-index: 100;
background: rgba(245, 242, 235, 0.92);
border-bottom: 1px solid rgba(0, 61, 15, 0.1);
backdrop-filter: blur(18px);
}
.top-strip {
background: var(--deep);
color: var(--off);
font-size: 0.9rem;
}
.top-strip .container,
.footer-bottom .container {
display: flex;
justify-content: space-between;
gap: 1rem;
padding-block: 0.35rem;
}
.top-strip a {
color: var(--lime);
}
.top-strip__aside {
display: flex;
align-items: center;
gap: 0.85rem;
}
.social-links {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 0.65rem;
}
.social-links--buttons,
.social-links--panel {
display: grid;
gap: 1.35rem;
}
.social-links__intro p:last-child,
.social-links--panel > p {
max-width: 42rem;
margin-bottom: 0;
color: inherit;
opacity: 0.9;
}
.social-links__row {
display: flex;
flex-wrap: wrap;
gap: 0.85rem;
}
.social-icon {
width: 1.05rem;
height: 1.05rem;
display: block;
}
.social-icon-link {
display: inline-flex;
align-items: center;
justify-content: center;
width: 2.15rem;
height: 2.15rem;
border-radius: 999px;
border: 1px solid transparent;
text-decoration: none;
transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.social-icon-link:hover,
.social-icon-link:focus-visible {
transform: translateY(-2px);
color: var(--white);
}
.social-icon-link--facebook {
color: #1877f2;
background: rgba(24, 119, 242, 0.12);
border-color: rgba(24, 119, 242, 0.22);
}
.social-icon-link--facebook:hover,
.social-icon-link--facebook:focus-visible {
background: #1877f2;
box-shadow: 0 10px 24px rgba(24, 119, 242, 0.28);
}
.social-icon-link--instagram {
color: #e1306c;
background: rgba(225, 48, 108, 0.12);
border-color: rgba(225, 48, 108, 0.22);
}
.social-icon-link--instagram:hover,
.social-icon-link--instagram:focus-visible {
background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af);
box-shadow: 0 10px 24px rgba(221, 42, 123, 0.28);
}
.social-links--header-top .social-icon-link {
width: 1.85rem;
height: 1.85rem;
color: var(--lime);
background: rgba(195, 235, 81, 0.08);
border-color: rgba(195, 235, 81, 0.22);
}
.social-links--header-top .social-icon-link:hover,
.social-links--header-top .social-icon-link:focus-visible {
color: var(--deep);
background: var(--lime);
}
.social-links--header .social-icon-link {
width: 2.35rem;
height: 2.35rem;
}
.social-btn {
display: inline-flex;
align-items: center;
gap: 0.75rem;
min-height: 3.1rem;
padding: 0.7rem 1.15rem;
border-radius: 999px;
border: 1px solid transparent;
color: var(--white);
font-weight: 700;
letter-spacing: 0.01em;
text-decoration: none;
transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}
.social-btn:hover,
.social-btn:focus-visible {
transform: translateY(-2px);
color: var(--white);
filter: brightness(1.04);
}
.social-btn .social-icon {
width: 1.2rem;
height: 1.2rem;
}
.social-btn--facebook {
background: #1877f2;
box-shadow: 0 14px 30px rgba(24, 119, 242, 0.24);
}
.social-btn--instagram {
background: linear-gradient(45deg, #f58529, #dd2a7b 55%, #8134af);
box-shadow: 0 14px 30px rgba(221, 42, 123, 0.24);
}
.social-btn__copy {
display: grid;
gap: 0.05rem;
line-height: 1.15;
}
.social-btn__copy strong {
font-size: 0.98rem;
color: inherit;
}
.social-btn__copy em {
font-style: normal;
font-size: 0.82rem;
font-weight: 500;
opacity: 0.88;
}
.social-links--panel {
border: 1px solid rgba(0, 61, 15, 0.12);
border-radius: var(--radius);
padding: clamp(1.5rem, 3vw, 2.4rem);
background:
linear-gradient(160deg, rgba(255, 255, 255, 0.92), rgba(245, 242, 235, 0.88)),
var(--white);
box-shadow: var(--shadow);
}
.social-links--panel .social-btn {
flex: 1 1 240px;
justify-content: flex-start;
border-radius: 18px;
}
.social-links--home,
.social-links--footer-band {
align-items: end;
grid-template-columns: 1.2fr auto;
gap: 1.5rem 2rem;
}
.social-links--home .social-links__intro h2,
.social-links--footer-band .social-links__intro h2 {
font-size: clamp(1.8rem, 3.5vw, 2.8rem);
}
.social-follow-section {
position: relative;
overflow: hidden;
}
.social-follow-section::before {
content: "";
position: absolute;
inset: auto -10% -40% auto;
width: min(420px, 55vw);
height: min(420px, 55vw);
border-radius: 50%;
background: radial-gradient(circle, rgba(195, 235, 81, 0.22), transparent 68%);
pointer-events: none;
}
.social-follow-layout {
position: relative;
z-index: 1;
}
.nav-social {
display: none;
margin-top: 1rem;
padding-top: 1rem;
border-top: 1px solid rgba(0, 61, 15, 0.12);
}
.nav-social__label,
.footer-social-compact__label {
margin: 0 0 0.65rem;
color: var(--muted);
font-size: 0.82rem;
font-weight: 700;
letter-spacing: 0.08em;
text-transform: uppercase;
}
.nav-social .social-links--nav {
gap: 0.7rem;
}
.footer-social-band {
border-bottom: 1px solid rgba(255, 255, 255, 0.12);
padding-block: clamp(1.8rem, 4vw, 2.6rem);
background: linear-gradient(90deg, rgba(195, 235, 81, 0.08), transparent 55%);
}
.footer-social-band .eyebrow {
color: var(--lime);
}
.footer-social-band h2,
.footer-social-band .social-links__intro p {
color: rgba(255, 255, 255, 0.92);
}
.footer-social-compact {
margin-top: 1.4rem;
}
.footer-social-compact__label {
color: rgba(255, 255, 255, 0.62);
}
.social-links--footer .social-icon-link {
color: var(--lime);
background: rgba(195, 235, 81, 0.1);
border-color: rgba(195, 235, 81, 0.24);
}
.social-links--footer .social-icon-link--facebook:hover,
.social-links--footer .social-icon-link--facebook:focus-visible {
color: var(--white);
background: #1877f2;
border-color: #1877f2;
}
.social-links--footer .social-icon-link--instagram:hover,
.social-links--footer .social-icon-link--instagram:focus-visible {
color: var(--white);
background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af);
border-color: transparent;
}
.nav-shell {
display: grid;
grid-template-columns: auto 1fr auto;
align-items: center;
gap: 1.4rem;
min-height: 92px;
}
.brand img {
width: 190px;
max-height: 78px;
object-fit: contain;
}
.primary-nav .menu {
display: flex;
align-items: center;
justify-content: center;
gap: clamp(0.65rem, 1.5vw, 1.3rem);
margin: 0;
padding: 0;
list-style: none;
}
.primary-nav a {
color: var(--deep);
font-weight: 800;
text-decoration: none;
}
.header-actions,
.hero-actions,
.cta-band-actions {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 0.85rem;
}
.phone-link {
color: var(--deep);
font-size: 1.05rem;
font-weight: 900;
text-decoration: none;
}
.menu-toggle {
display: none;
width: 46px;
height: 46px;
border: 1px solid rgba(0, 61, 15, 0.2);
border-radius: 999px;
background: var(--white);
}
.menu-toggle span:not(.sr-only) {
display: block;
width: 20px;
height: 2px;
margin: 4px auto;
background: var(--deep);
}
.breadcrumb {
background: rgba(216, 195, 165, 0.28);
font-size: 0.95rem;
}
.breadcrumb .container {
display: flex;
gap: 0.55rem;
padding-block: 0.65rem;
}
.home-hero,
.page-hero {
position: relative;
min-height: 78vh;
color: var(--white);
background:
linear-gradient(90deg, rgba(0, 31, 8, 0.92), rgba(0, 61, 15, 0.58), rgba(0, 0, 0, 0.2)),
var(--hero-image, radial-gradient(circle at 70% 30%, rgba(35, 109, 0, 0.6), rgba(0, 61, 15, 1)));
background-position: center;
background-size: cover;
}
.home-hero::after,
.page-hero::after {
content: "";
position: absolute;
inset: auto 0 0;
height: 160px;
background: linear-gradient(0deg, var(--off), transparent);
}
.hero-inner,
.page-hero-inner {
position: relative;
z-index: 1;
display: grid;
align-items: end;
min-height: 78vh;
padding-block: clamp(5rem, 12vw, 9rem) 5.5rem;
}
.hero-copy {
max-width: 920px;
}
.home-hero h1,
.home-hero p,
.page-hero h1,
.page-hero p {
color: var(--white);
text-shadow: 0 12px 32px rgba(0, 0, 0, 0.32);
}
.home-hero .eyebrow,
.page-hero .eyebrow {
color: var(--lime);
}
.hero-copy > p,
.page-hero-inner > p {
max-width: 760px;
font-size: clamp(1.15rem, 2vw, 1.45rem);
font-weight: 600;
}
.hero-trust {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 1px;
max-width: 980px;
margin-top: 2.3rem;
overflow: hidden;
border-radius: 18px;
background: rgba(255, 255, 255, 0.22);
}
.hero-trust span {
padding: 1rem;
background: rgba(0, 61, 15, 0.55);
color: var(--white);
font-weight: 800;
}
.section {
padding-block: clamp(4rem, 8vw, 7rem);
}
.section-muted {
background:
radial-gradient(circle at 10% 0%, rgba(195, 235, 81, 0.22), transparent 28rem),
rgba(216, 195, 165, 0.28);
}
.section-dark {
background:
linear-gradient(135deg, rgba(0, 61, 15, 0.98), rgba(35, 109, 0, 0.88)),
var(--deep);
color: var(--white);
}
.section-dark h2,
.section-dark p,
.section-dark li,
.section-dark .eyebrow {
color: var(--white);
}
.section-heading {
max-width: 820px;
margin-bottom: 2.6rem;
}
.section-heading p:not(.eyebrow) {
color: var(--muted);
font-size: 1.15rem;
}
.split-layout {
display: grid;
grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.72fr);
gap: clamp(2rem, 5vw, 5rem);
align-items: start;
}
.feature-columns {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: clamp(1.2rem, 3vw, 2rem);
}
.feature-columns article {
padding: clamp(1.2rem, 2.5vw, 1.8rem);
border-top: 3px solid var(--forest);
background: rgba(255, 255, 255, 0.55);
}
.feature-columns h3 {
margin: 0 0 0.9rem;
font-family: var(--font-title);
font-size: 1.35rem;
}
.brand-mark {
margin: 0 0 0.75rem;
font-family: var(--font-title);
font-size: clamp(1.8rem, 4vw, 2.8rem);
font-weight: 700;
letter-spacing: 0.02em;
color: var(--lime);
text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
}
.button-row {
display: flex;
flex-wrap: wrap;
gap: 0.75rem;
}
.photo-needed {
display: grid;
place-items: center;
min-height: 240px;
padding: 1.5rem;
border: 1px dashed rgba(0, 61, 15, 0.35);
border-radius: var(--radius);
background:
linear-gradient(135deg, rgba(216, 195, 165, 0.28), rgba(245, 242, 235, 0.9));
text-align: center;
color: var(--deep);
}
.photo-needed span {
display: inline-block;
margin-bottom: 0.4rem;
font-size: 0.78rem;
font-weight: 800;
letter-spacing: 0.08em;
text-transform: uppercase;
}
.photo-needed p {
margin: 0;
max-width: 28ch;
color: var(--muted);
font-size: 0.98rem;
}
.photo-note {
display: inline-block;
margin: 0.4rem 0 0;
padding: 0.45rem 0.75rem;
border-left: 3px solid var(--wood);
background: rgba(216, 195, 165, 0.22);
color: var(--deep);
font-size: 0.92rem;
font-weight: 600;
}
.page-hero--no-image {
background:
radial-gradient(circle at 20% 20%, rgba(195, 235, 81, 0.18), transparent 40%),
linear-gradient(135deg, #06260c, #0f4a18 55%, #1a5f20);
}
.service-panel--placeholder {
background:
linear-gradient(180deg, rgba(0, 61, 15, 0.55), rgba(0, 41, 10, 0.92)),
linear-gradient(135deg, #1f4d24, #0b2d12);
}
.panel-photo-note {
display: inline-block;
margin-bottom: 0.7rem;
padding: 0.25rem 0.55rem;
border: 1px solid rgba(255, 255, 255, 0.35);
border-radius: 999px;
color: rgba(255, 255, 255, 0.9);
font-size: 0.72rem;
font-style: normal;
font-weight: 700;
letter-spacing: 0.04em;
text-transform: uppercase;
}
.service-visual {
margin-top: clamp(1.5rem, 3vw, 2.5rem);
}
.service-visual__img {
width: 100%;
max-height: 520px;
object-fit: cover;
border-radius: var(--radius);
box-shadow: var(--shadow);
}
.gallery-grid figure {
margin: 0;
overflow: hidden;
border-radius: calc(var(--radius) - 6px);
background: #dfe6d8;
}
.gallery-grid img {
width: 100%;
height: 100%;
min-height: 220px;
object-fit: cover;
transition: transform 0.5s ease;
}
.gallery-grid figure:hover img {
transform: scale(1.03);
}
@media (prefers-reduced-motion: reduce) {
.gallery-grid figure:hover img {
transform: none;
}
}
.rich-content p {
margin-bottom: 1.1rem;
}
.service-panels {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 1.2rem;
}
.service-panel {
min-height: 430px;
overflow: hidden;
border-radius: var(--radius);
background:
linear-gradient(180deg, rgba(0, 61, 15, 0.12), rgba(0, 41, 10, 0.88)),
var(--panel-image, linear-gradient(135deg, var(--forest), var(--deep)));
background-position: center;
background-size: cover;
box-shadow: var(--shadow);
}
.service-panel a {
display: flex;
flex-direction: column;
justify-content: flex-end;
height: 100%;
min-height: 430px;
padding: 1.6rem;
color: var(--white);
text-decoration: none;
}
.service-panel span {
font-family: var(--font-title);
font-size: clamp(1.7rem, 3vw, 2.5rem);
font-weight: 700;
line-height: 1;
}
.service-panel p {
max-width: 90%;
margin-top: 0.8rem;
color: rgba(255, 255, 255, 0.9);
font-weight: 600;
}
.side-zone {
margin: 1rem 0 1.25rem;
padding: 0.85rem 1rem;
border-radius: 14px;
background: rgba(0, 61, 15, 0.06);
color: var(--deep);
font-size: 0.95rem;
}
.side-zone a {
font-weight: 700;
}
.zone-sectors {
display: grid;
grid-template-columns: repeat(5, 1fr);
gap: 1rem;
}
.zone-sectors article {
border-radius: var(--radius);
padding: 1.35rem;
background: var(--white);
box-shadow: 0 14px 42px rgba(0, 61, 15, 0.08);
}
.zone-sectors h3 {
margin-bottom: 0.55rem;
font-size: 1.15rem;
}
.zone-sectors p {
margin: 0;
color: var(--muted);
font-size: 0.95rem;
}
.map-card .check-list {
margin: 1rem 0;
}
.side-panel,
.contact-card,
.map-card,
.wood-facts,
.highlight-price {
border: 1px solid rgba(0, 61, 15, 0.13);
border-radius: var(--radius);
padding: clamp(1.4rem, 3vw, 2rem);
background: rgba(255, 255, 255, 0.76);
box-shadow: var(--shadow);
}
.check-list {
display: grid;
gap: 0.7rem;
margin: 0 0 1.5rem;
padding: 0;
list-style: none;
}
.check-list li {
position: relative;
padding-left: 1.7rem;
}
.check-list li::before {
content: "";
position: absolute;
left: 0;
top: 0.55em;
width: 0.7rem;
height: 0.7rem;
border-radius: 50%;
background: var(--lime);
box-shadow: 0 0 0 4px rgba(195, 235, 81, 0.22);
}
.gallery-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 0.8rem;
}
.gallery-grid figure {
min-height: 260px;
margin: 0;
overflow: hidden;
border-radius: 18px;
background: var(--wood);
}
.gallery-grid img {
width: 100%;
height: 100%;
min-height: 260px;
object-fit: cover;
transition: transform 300ms ease;
}
.gallery-grid figure:hover img {
transform: scale(1.045);
}
.wood-aside {
display: grid;
gap: 1rem;
}
.wood-aside__img {
width: 100%;
aspect-ratio: 4 / 3;
object-fit: cover;
border-radius: var(--radius);
box-shadow: var(--shadow);
}
.wood-facts {
display: grid;
gap: 0.7rem;
}
.wood-facts span {
padding: 0.85rem 1rem;
border-radius: 14px;
background: rgba(0, 61, 15, 0.07);
color: var(--deep);
font-weight: 800;
}
.reason-grid,
.process-grid,
.team-grid,
.advice-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 1rem;
}
.team-grid {
grid-template-columns: repeat(2, 1fr);
}
.reason-grid article,
.process-grid article,
.team-grid article,
.advice-grid article {
border-radius: var(--radius);
padding: 1.5rem;
background: var(--white);
box-shadow: 0 14px 42px rgba(0, 61, 15, 0.08);
}
.process-grid span {
display: inline-flex;
margin-bottom: 1rem;
color: var(--forest);
font-weight: 900;
}
.team-grid img {
width: 100%;
aspect-ratio: 4 / 3;
margin-bottom: 1.2rem;
border-radius: 18px;
object-fit: cover;
}
.testimonials {
display: grid;
gap: 1rem;
}
.testimonials.wide {
grid-template-columns: repeat(3, 1fr);
}
blockquote {
margin: 0;
border-left: 5px solid var(--lime);
border-radius: 18px;
padding: 1.2rem;
background: var(--white);
}
blockquote p {
color: var(--deep);
font-size: 1.18rem;
font-weight: 800;
}
cite {
color: var(--muted);
font-style: normal;
}
.trust-bar {
background: var(--deep);
color: var(--white);
}
.trust-bar-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 1px;
}
.trust-bar-grid div {
display: flex;
gap: 0.6rem;
align-items: center;
padding: 1rem;
background: rgba(255, 255, 255, 0.05);
font-weight: 800;
}
.trust-bar span {
color: var(--lime);
}
.form-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 1rem;
border-radius: var(--radius);
padding: clamp(1.2rem, 3vw, 2rem);
background: var(--white);
box-shadow: var(--shadow);
}
.form-grid label,
.inline-form label {
display: grid;
gap: 0.35rem;
color: var(--deep);
font-weight: 800;
}
.span-2 {
grid-column: 1 / -1;
}
.checkbox {
display: flex !important;
grid-template-columns: auto 1fr;
align-items: flex-start;
gap: 0.7rem !important;
color: var(--ink) !important;
font-weight: 600 !important;
}
.checkbox input {
width: auto;
margin-top: 0.35rem;
}
.hp-field,
.hp-input {
position: absolute;
left: -9999px;
}
.inline-form {
display: flex;
flex-wrap: wrap;
gap: 0.8rem;
align-items: end;
margin-top: 1.5rem;
}
.inline-form label {
flex: 1 1 220px;
}
.cta-band {
background:
radial-gradient(circle at 82% 10%, rgba(195, 235, 81, 0.22), transparent 20rem),
var(--deep);
color: var(--white);
}
.cta-band-inner {
display: grid;
grid-template-columns: 1fr auto;
gap: 2rem;
align-items: center;
padding-block: clamp(2.6rem, 5vw, 4.5rem);
}
.cta-band h2,
.cta-band p {
color: var(--white);
}
.faq-list {
display: grid;
gap: 0.8rem;
}
details {
border: 1px solid rgba(0, 61, 15, 0.12);
border-radius: 18px;
padding: 1rem 1.2rem;
background: var(--white);
}
summary {
color: var(--deep);
font-size: 1.15rem;
font-weight: 900;
cursor: pointer;
}
.highlight-price span {
display: block;
color: var(--forest);
font-weight: 900;
text-transform: uppercase;
letter-spacing: 0.12em;
}
.highlight-price strong {
display: block;
margin-block: 0.4rem 0.8rem;
color: var(--deep);
font-family: var(--font-title);
font-size: clamp(2.4rem, 5vw, 4.2rem);
line-height: 1;
}
.site-footer {
background:
linear-gradient(135deg, rgba(0, 61, 15, 0.96), rgba(0, 30, 8, 0.98)),
var(--deep);
color: rgba(255, 255, 255, 0.86);
}
.footer-grid {
display: grid;
grid-template-columns: 1.3fr 1fr 1fr 1fr;
gap: clamp(1.5rem, 4vw, 3rem);
padding-block: 4rem;
}
.footer-logo {
width: 190px;
margin-bottom: 1rem;
padding: 0.5rem;
border-radius: 14px;
background: var(--off);
}
.site-footer h2,
.site-footer strong {
color: var(--white);
}
.site-footer h2 {
font-family: var(--font-body);
font-size: 1.05rem;
letter-spacing: 0.1em;
text-transform: uppercase;
}
.site-footer a {
color: var(--lime);
}
.footer-links {
display: grid;
gap: 0.45rem;
margin: 0;
padding: 0;
list-style: none;
}
.footer-bottom {
border-top: 1px solid rgba(255, 255, 255, 0.12);
color: rgba(255, 255, 255, 0.72);
font-size: 0.9rem;
}
.sticky-mobile-cta {
display: none;
}
.not-found,
.thank-you {
min-height: 56vh;
display: grid;
place-items: center;
}
.legal-content h1 {
margin-bottom: 2rem;
}
.invalid {
border-color: #a11d1d !important;
box-shadow: 0 0 0 3px rgba(161, 29, 29, 0.12);
}
.form-message {
grid-column: 1 / -1;
border-radius: 12px;
padding: 0.8rem 1rem;
background: rgba(195, 235, 81, 0.22);
color: var(--deep);
font-weight: 800;
}
@media (max-width: 1080px) {
.nav-shell {
grid-template-columns: auto auto;
justify-content: space-between;
}
.menu-toggle {
display: block;
grid-column: 2;
}
.primary-nav {
position: fixed;
inset: 122px 16px auto;
display: none;
max-height: calc(100vh - 150px);
overflow: auto;
border-radius: 22px;
padding: 1.2rem;
background: var(--off);
box-shadow: var(--shadow);
}
.primary-nav.is-open {
display: block;
}
.primary-nav .menu {
display: grid;
justify-content: stretch;
gap: 0.25rem;
}
.primary-nav a {
display: block;
padding: 0.8rem;
}
.header-actions {
display: none;
}
.nav-social {
display: block;
}
.social-links--home,
.social-links--footer-band {
grid-template-columns: 1fr;
}
.hero-trust,
.trust-bar-grid,
.footer-grid {
grid-template-columns: repeat(2, 1fr);
}
.service-panels,
.gallery-grid,
.reason-grid,
.process-grid,
.team-grid,
.advice-grid,
.feature-columns,
.testimonials.wide {
grid-template-columns: repeat(2, 1fr);
}
.split-layout,
.cta-band-inner {
grid-template-columns: 1fr;
}
}
@media (max-width: 700px) {
body {
font-size: 16px;
padding-bottom: 66px;
}
.top-strip .container,
.footer-bottom .container {
display: grid;
}
.top-strip__aside {
justify-content: space-between;
}
.social-links__row,
.social-links--panel .social-links__row {
display: grid;
grid-template-columns: 1fr;
}
.social-btn,
.social-links--panel .social-btn {
width: 100%;
justify-content: center;
}
.brand img {
width: 150px;
}
.nav-shell {
min-height: 78px;
}
.primary-nav {
inset: 112px 16px auto;
}
.home-hero,
.page-hero,
.hero-inner,
.page-hero-inner {
min-height: 72vh;
}
.hero-trust,
.trust-bar-grid,
.service-panels,
.gallery-grid,
.reason-grid,
.process-grid,
.team-grid,
.advice-grid,
.testimonials.wide,
.footer-grid,
.form-grid {
grid-template-columns: 1fr;
}
.service-panel,
.service-panel a {
min-height: 320px;
}
.gallery-grid figure,
.gallery-grid img {
min-height: 230px;
}
.span-2 {
grid-column: auto;
}
.sticky-mobile-cta {
position: fixed;
right: 0;
bottom: 0;
left: 0;
z-index: 120;
display: grid;
grid-template-columns: 1fr 1fr 1.2fr;
background: var(--deep);
box-shadow: 0 -12px 30px rgba(0, 0, 0, 0.2);
}
.sticky-mobile-cta a {
display: flex;
justify-content: center;
align-items: center;
padding: 0.85rem 0.4rem;
color: var(--white);
font-size: 0.86rem;
font-weight: 800;
text-align: center;
text-decoration: none;
border-right: 1px solid rgba(255, 255, 255, 0.12);
}
.sticky-mobile-cta a:last-child {
border-right: 0;
background: var(--lime);
color: var(--deep);
}
}
@media (prefers-reduced-motion: reduce) {
*,
*::before,
*::after {
scroll-behavior: auto !important;
transition-duration: 0.01ms !important;
animation-duration: 0.01ms !important;
animation-iteration-count: 1 !important;
}
}