@font-face{font-family:'Bebas Neue';font-style:normal;font-weight:400;font-display:swap;src:url('/assets/fonts/bebas-neue-normal-latin-ext.woff2') format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Bebas Neue';font-style:normal;font-weight:400;font-display:swap;src:url('/assets/fonts/bebas-neue-normal-latin.woff2') format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Manjari';font-style:normal;font-weight:400;font-display:swap;src:url('/assets/fonts/manjari-normal-latin-ext.woff2') format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Manjari';font-style:normal;font-weight:400;font-display:swap;src:url('/assets/fonts/manjari-normal-latin.woff2') format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Manjari';font-style:normal;font-weight:700;font-display:swap;src:url('/assets/fonts/manjari-normal-latin-ext.woff2') format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Manjari';font-style:normal;font-weight:700;font-display:swap;src:url('/assets/fonts/manjari-normal-latin.woff2') format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
:root {
--forest: #254336;
--forest-deep: #1B332A;
--sage: #6B8A7A;
--khaki: #B7B597;
--sand: #DAD3BE;
--mist: #F2F5F0;
--ink: #1E2721;
--muted: #55645C;
--apricot: #FFBC7D;
--apricot-deep: #E89A50;
--white: #FFFFFF;
--radius: 10px;
--shadow: 0 8px 28px rgba(27, 51, 42, 0.12);
--display: "Bebas Neue", "Arial Narrow", sans-serif;
--body: "Manjari", "Trebuchet MS", sans-serif;
}
* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
html { scroll-behavior: auto; }
*, *::before, *::after { animation: none !important; transition: none !important; }
}
body {
margin: 0;
font-family: var(--body);
font-size: 1.06rem;
line-height: 1.7;
color: var(--ink);
background: var(--mist);
}
img { max-width: 100%; height: auto; display: block; }
h1, h2, h3, .display {
font-family: var(--display);
font-weight: 400;
letter-spacing: 0.035em;
line-height: 1.08;
color: var(--forest);
margin: 0 0 0.6rem;
text-wrap: balance;
}
h1 { font-size: clamp(2.6rem, 6vw, 4.2rem); }
h2 { font-size: clamp(1.9rem, 4vw, 2.8rem); }
h3 { font-size: 1.45rem; letter-spacing: 0.04em; }
p { margin: 0 0 1rem; }
a { color: var(--forest); text-decoration-color: var(--khaki); text-underline-offset: 3px; }
a:hover { color: var(--sage); }
.wrap { max-width: 1120px; margin: 0 auto; padding: 0 1.25rem; }
.wrap.narrow { max-width: 760px; }
.centered { text-align: center; }
.eyebrow {
font-family: var(--display);
letter-spacing: 0.18em;
text-transform: uppercase;
color: var(--sage);
font-size: 0.95rem;
margin: 0 0 0.35rem;
}
.meta { color: var(--muted); font-size: 0.92rem; }
.btn {
display: inline-block;
font-family: var(--display);
font-size: 1.15rem;
letter-spacing: 0.09em;
padding: 0.65rem 1.7rem 0.5rem;
border-radius: 999px;
border: 2px solid transparent;
cursor: pointer;
text-decoration: none;
transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}
.btn-primary { background: var(--apricot); color: var(--forest-deep); }
.btn-primary:hover { background: var(--apricot-deep); color: var(--forest-deep); }
.btn-ghost { border-color: var(--white); color: var(--white); background: transparent; }
.btn-ghost:hover { background: var(--white); color: var(--forest); }
.btn-forest { background: var(--forest); color: var(--white); }
.btn-forest:hover { background: var(--sage); color: var(--white); }
.site-header {
background: var(--forest);
position: sticky;
top: 0;
z-index: 60;
box-shadow: 0 2px 12px rgba(27, 51, 42, 0.28);
}
.site-header .bar {
display: flex;
align-items: center;
justify-content: space-between;
gap: 1rem;
padding: 0.55rem 1.25rem;
max-width: 1180px;
margin: 0 auto;
}
.brand { display: flex; align-items: center; gap: 0.6rem; text-decoration: none; }
.brand img { width: 54px; height: 51px; }
.brand span {
font-family: var(--display);
font-size: 1.25rem;
letter-spacing: 0.08em;
color: var(--white);
line-height: 1.05;
}
.site-nav { display: flex; align-items: center; gap: 1.3rem; }
.site-nav a {
color: var(--mist);
text-decoration: none;
font-size: 0.98rem;
letter-spacing: 0.02em;
}
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--apricot); }
.site-nav .btn { font-size: 1rem; padding: 0.45rem 1.25rem 0.32rem; }
.nav-toggle {
display: none;
background: none;
border: 0;
width: 44px;
height: 44px;
cursor: pointer;
color: var(--white);
}
.nav-toggle svg { width: 26px; height: 26px; }
@media (max-width: 860px) {
.nav-toggle { display: grid; place-items: center; }
.site-nav {
display: none;
position: absolute;
top: 100%;
left: 0;
right: 0;
background: var(--forest-deep);
flex-direction: column;
align-items: flex-start;
padding: 1rem 1.4rem 1.3rem;
gap: 0.9rem;
}
.site-nav.open { display: flex; }
}
.hero { position: relative; color: var(--white); overflow: hidden; }
.hero img.bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero::after {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(100deg, rgba(27, 51, 42, 0.88) 20%, rgba(27, 51, 42, 0.45) 70%, rgba(27, 51, 42, 0.25));
}
.hero .inner {
position: relative;
z-index: 1;
padding: clamp(4rem, 10vw, 7.5rem) 1.25rem;
max-width: 1120px;
margin: 0 auto;
}
.hero h1 { color: var(--white); max-width: 15ch; }
.hero p.lede { max-width: 46ch; font-size: 1.15rem; color: var(--mist); }
.hero .actions { display: flex; gap: 0.8rem; flex-wrap: wrap; margin-top: 1.4rem; }
.section { padding: clamp(2.8rem, 6vw, 4.5rem) 0; }
.section-alt { background: var(--white); }
.section-sand { background: var(--sand); }
.section-forest { background: var(--forest); color: var(--mist); }
.section-forest h2, .section-forest h3 { color: var(--white); }
.section-forest .eyebrow { color: var(--khaki); }
.section-head { max-width: 62ch; margin-bottom: 2rem; }
.card-grid { display: grid; gap: 1.4rem; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }
.svc-card {
background: var(--white);
border-radius: var(--radius);
overflow: hidden;
box-shadow: var(--shadow);
display: flex;
flex-direction: column;
border-top: 4px solid var(--sage);
}
.svc-card img { aspect-ratio: 3 / 2; object-fit: cover; width: 100%; }
.svc-card .pad { padding: 1.15rem 1.25rem 1.3rem; display: flex; flex-direction: column; flex: 1; }
.svc-card p { flex: 1; margin-bottom: 0.9rem; }
.svc-card .btn { align-self: flex-start; }
.why-grid { display: grid; gap: 1.4rem; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.why-item {
background: var(--white);
border-radius: var(--radius);
padding: 1.4rem 1.4rem 1.2rem;
border-left: 5px solid var(--khaki);
}
.proj-card {
background: var(--mist);
border-radius: var(--radius);
overflow: hidden;
box-shadow: var(--shadow);
}
.proj-card img { aspect-ratio: 4 / 3; object-fit: cover; width: 100%; }
.proj-card .pad { padding: 1.05rem 1.2rem 1.2rem; }
.post-card {
background: var(--white);
border-radius: var(--radius);
overflow: hidden;
box-shadow: var(--shadow);
display: flex;
flex-direction: column;
}
.post-card-img img { aspect-ratio: 16 / 9; object-fit: cover; width: 100%; }
.post-card .pad { padding: 1.05rem 1.2rem 1.25rem; }
.post-card h3 a { text-decoration: none; }
.post-card .ex { color: var(--muted); font-size: 0.96rem; }
.split { display: grid; gap: 2.2rem; grid-template-columns: 1.1fr 1fr; align-items: center; }
.split img { border-radius: var(--radius); box-shadow: var(--shadow); }
@media (max-width: 820px) { .split { grid-template-columns: 1fr; } }
.faq details {
background: var(--white);
border-radius: var(--radius);
margin-bottom: 0.7rem;
border: 1px solid var(--sand);
}
.faq summary {
cursor: pointer;
padding: 0.95rem 1.2rem;
font-weight: 700;
list-style: none;
position: relative;
padding-right: 2.6rem;
min-height: 44px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
content: "+";
position: absolute;
right: 1.1rem;
top: 50%;
transform: translateY(-50%);
font-family: var(--display);
font-size: 1.5rem;
color: var(--sage);
}
.faq details[open] summary::after { content: "\2013"; }
.faq details .a { padding: 0 1.2rem 1.1rem; }
.contact-band { background: var(--forest); color: var(--mist); }
.contact-band h2 { color: var(--white); }
.contact-band .eyebrow { color: var(--khaki); }
.contact-grid { display: grid; gap: 2.4rem; grid-template-columns: 1fr 1.1fr; align-items: start; }
@media (max-width: 860px) { .contact-grid { grid-template-columns: 1fr; } }
.enquiry-panel {
background: var(--white);
color: var(--ink);
border-radius: var(--radius);
padding: 1.6rem 1.6rem 1.4rem;
box-shadow: var(--shadow);
}
.enquiry-panel h2 { font-size: 1.7rem; }
.enquiry-panel form { display: grid; gap: 0.85rem; grid-template-columns: 1fr 1fr; }
.field { display: flex; flex-direction: column; gap: 0.3rem; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: 0.9rem; font-weight: 700; color: var(--forest); }
.field input, .field select, .field textarea {
font: inherit;
padding: 0.6rem 0.75rem;
border: 1.5px solid var(--sand);
border-radius: 7px;
background: var(--mist);
color: var(--ink);
width: 100%;
}
.field textarea { min-height: 110px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus {
outline: 2px solid var(--sage);
outline-offset: 1px;
}
::placeholder { color: rgba(85, 100, 92, 0.45); }
[data-lead-success] { color: var(--forest); font-weight: 700; }
[data-lead-error] { color: #8C2F1B; font-weight: 700; }
@media (max-width: 560px) { .enquiry-panel form { grid-template-columns: 1fr; } }
.page-head { padding: clamp(2.2rem, 5vw, 3.4rem) 0 0.5rem; }
.article-head h1 { max-width: 24ch; }
.article-hero img { border-radius: var(--radius); box-shadow: var(--shadow); margin-top: 1.2rem; }
.article h2 { margin-top: 2.2rem; }
.article h3 { margin-top: 1.6rem; }
.article figure { margin: 1.6rem 0; }
.article figure img { border-radius: var(--radius); }
.article table {
width: 100%;
border-collapse: collapse;
background: var(--white);
border-radius: var(--radius);
overflow: hidden;
font-size: 0.98rem;
}
.article table td { border: 1px solid var(--sand); padding: 0.6rem 0.8rem; }
.article table tr:first-child td { background: var(--forest); color: var(--white); }
.article .table-scroll, .article figure:has(table) { overflow-x: auto; }
.article ul { padding-left: 1.2rem; }
.article li { margin-bottom: 0.5rem; }
.article .cols { display: grid; gap: 1.6rem; grid-template-columns: 1fr 1fr; align-items: center; }
@media (max-width: 720px) { .article .cols { grid-template-columns: 1fr; } }
.crumb a { color: var(--sage); }
.pagination { display: flex; gap: 1rem; justify-content: center; align-items: center; margin-top: 2rem; }
.pagination .cur { color: var(--muted); font-size: 0.95rem; }
.site-footer { background: var(--forest-deep); color: var(--khaki); padding: 2.6rem 0 2rem; }
.site-footer .cols {
display: grid;
gap: 2rem;
grid-template-columns: 1.4fr 1fr 1fr;
max-width: 1120px;
margin: 0 auto;
padding: 0 1.25rem;
}
@media (max-width: 760px) { .site-footer .cols { grid-template-columns: 1fr; } }
.site-footer img { width: 64px; height: 60px; margin-bottom: 0.6rem; }
.site-footer h3 { color: var(--white); font-size: 1.15rem; }
.site-footer a { color: var(--mist); text-decoration-color: var(--sage); }
.site-footer a:hover { color: var(--apricot); }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin-bottom: 0.45rem; }
.site-footer .fine {
margin-top: 2rem;
padding: 1.2rem 1.25rem 0;
border-top: 1px solid rgba(183, 181, 151, 0.25);
max-width: 1120px;
margin-left: auto;
margin-right: auto;
font-size: 0.9rem;
display: flex;
justify-content: space-between;
gap: 1rem;
flex-wrap: wrap;
}