@font-face { font-family: "Libre Franklin"; src: url(/assets/fonts/libre-franklin-400-latin.woff2) format("woff2"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Libre Franklin"; src: url(/assets/fonts/libre-franklin-600-latin.woff2) format("woff2"); font-weight: 600; font-display: swap; }
@font-face { font-family: "Libre Franklin"; src: url(/assets/fonts/libre-franklin-700-latin.woff2) format("woff2"); font-weight: 700; font-display: swap; }
@font-face { font-family: "Bitter"; src: url(/assets/fonts/bitter-600-latin.woff2) format("woff2"); font-weight: 600; font-display: swap; }
@font-face { font-family: "Bitter"; src: url(/assets/fonts/bitter-700-latin.woff2) format("woff2"); font-weight: 700; font-display: swap; }
:root {
--olive: #506d2f;
--olive-deep: #3c5222;
--olive-cta: #40571f;
--ink: #26251f;
--ink-soft: #55534a;
--paper: #faf9f6;
--sage: #eef2e4;
--line: #ddd9cf;
--white: #ffffff;
--display: "Bitter", Georgia, serif;
--body: "Libre Franklin", -apple-system, "Segoe UI", sans-serif;
--wrap: 1120px;
--radius: 6px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
margin: 0; font-family: var(--body); color: var(--ink); background: var(--paper);
font-size: 1.05rem; line-height: 1.65; -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--olive-deep); }
a:hover { color: var(--olive); }
h1, h2, h3, h4 { font-family: var(--display); line-height: 1.18; color: var(--ink); text-wrap: balance; margin: 0 0 .6em; }
h1 { font-size: clamp(1.9rem, 4.4vw, 3rem); font-weight: 700; }
h2 { font-size: clamp(1.45rem, 3vw, 2.05rem); font-weight: 700; }
h3 { font-size: 1.2rem; font-weight: 600; }
.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 1.25rem; }
.section { padding: 3.6rem 0; }
.section-alt { background: var(--sage); }
.on-dark { background: var(--ink); color: #e9e7df; }
.on-dark h2, .on-dark h3 { color: var(--white); }
.on-dark a { color: #c4d9a4; }
::placeholder { color: rgba(85, 83, 74, 0.35); }
.site-head { background: var(--white); border-bottom: 3px solid var(--olive); position: sticky; top: 0; z-index: 40; }
.site-head .bar { display: flex; align-items: center; gap: 1.2rem; padding: .55rem 1.25rem; max-width: var(--wrap); margin: 0 auto; }
.brand { display: flex; align-items: center; gap: .6rem; text-decoration: none; }
.brand img { height: 56px; width: auto; }
.nav { margin-left: auto; display: flex; align-items: center; gap: 1.05rem; flex-wrap: wrap; }
.nav a { text-decoration: none; color: var(--ink); font-weight: 600; font-size: .95rem; padding: .3rem 0; border-bottom: 2px solid transparent; }
.nav a:hover, .nav a[aria-current="page"] { border-bottom-color: var(--olive); color: var(--olive-deep); }
.nav .btn { border-bottom: none; }
.nav a.btn-primary { color: var(--white); }
.nav a.btn-primary:hover { color: var(--white); border-bottom: none; }
.nav-toggle { display: none; margin-left: auto; background: none; border: 1px solid var(--line); border-radius: var(--radius); padding: .5rem .7rem; font: inherit; cursor: pointer; min-height: 44px; }
@media (max-width: 860px) {
.nav-toggle { display: block; }
.nav { display: none; width: 100%; flex-direction: column; align-items: flex-start; gap: .2rem; padding: .6rem 0 1rem; }
.nav.open { display: flex; }
.nav a { padding: .55rem 0; width: 100%; }
.site-head .bar { flex-wrap: wrap; }
}
.btn { display: inline-block; padding: .72rem 1.35rem; border-radius: var(--radius); font-weight: 700; text-decoration: none; border: 2px solid transparent; font-size: .98rem; cursor: pointer; }
.btn-primary { background: var(--olive-cta); color: var(--white); }
.btn-primary:hover { background: var(--olive-deep); color: var(--white); }
.btn-ghost { border-color: var(--olive-deep); color: var(--olive-deep); background: transparent; }
.btn-ghost:hover { background: var(--sage); color: var(--olive-deep); }
.on-dark .btn-ghost { border-color: #c4d9a4; color: #c4d9a4; }
.hero .btn-ghost { border-color: #dbe6c6; color: #eceadf; }
.hero .btn-ghost:hover { background: rgba(255,255,255,.12); color: #ffffff; }
.hero { background: linear-gradient(150deg, var(--ink) 0%, #3a4527 78%, var(--olive-deep) 100%); color: #eceadf; padding: 4.2rem 0 4.6rem; }
.hero h1 { color: var(--white); max-width: 17ch; }
.hero .lede { font-size: 1.16rem; max-width: 56ch; color: #d9d6c8; }
.hero .cta-row { display: flex; gap: .8rem; flex-wrap: wrap; margin-top: 1.5rem; }
.hero-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 2.6rem; align-items: center; }
.hero-points { list-style: none; margin: 0; padding: 1.4rem 1.5rem; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); }
.hero-points li { padding: .5rem 0 .5rem 1.9rem; position: relative; border-bottom: 1px dashed rgba(255,255,255,.15); }
.hero-points li:last-child { border-bottom: none; }
.hero-points li::before { content: ""; position: absolute; left: 0; top: .82rem; width: 1.05rem; height: 1.05rem; border-radius: 50%; background: var(--olive); box-shadow: inset 0 0 0 3px #2c3b17; }
@media (max-width: 800px) { .hero-grid { grid-template-columns: 1fr; } }
.kicker { font-family: var(--body); font-size: .8rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--olive-deep); margin: 0 0 .5rem; }
.rule-head { border-top: 3px solid var(--olive); padding-top: 1rem; }
.point-list { list-style: none; padding: 0; margin: 1rem 0; }
.point-list li { padding: .45rem 0 .45rem 1.9rem; position: relative; }
.point-list li::before { content: "✓"; position: absolute; left: 0; top: .45rem; color: var(--olive); font-weight: 700; }
.card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.4rem; margin-top: 1.8rem; }
.svc-card { background: var(--white); border: 1px solid var(--line); border-top: 4px solid var(--olive); border-radius: var(--radius); padding: 1.5rem 1.5rem 1.3rem; display: flex; flex-direction: column; }
.svc-card h3 { margin-top: 0; }
.svc-card p { color: var(--ink-soft); flex: 1; }
.svc-card a { font-weight: 700; text-decoration: none; }
.post-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 1.5rem; margin-top: 1.6rem; }
.post-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; transition: transform .18s ease, box-shadow .18s ease; }
.post-card:hover { transform: translateY(-3px); box-shadow: 0 10px 24px rgba(38,37,31,.12); }
.post-card img { aspect-ratio: 16/9; object-fit: cover; width: 100%; }
.post-card .pad { padding: 1.05rem 1.15rem 1.2rem; display: flex; flex-direction: column; gap: .4rem; flex: 1; }
.post-card h3 { font-size: 1.05rem; margin: 0; }
.post-card h3 a { text-decoration: none; color: var(--ink); }
.post-card h3 a:hover { color: var(--olive-deep); }
.post-card .meta { font-size: .82rem; color: var(--ink-soft); margin: 0; }
.post-card p.ex { font-size: .92rem; color: var(--ink-soft); margin: 0; }
.loc-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.3rem 1.4rem; transition: border-color .18s ease; }
.loc-card:hover { border-color: var(--olive); }
.loc-card h3 { margin: 0 0 .3rem; }
.loc-card h3 a { text-decoration: none; }
.loc-card p { margin: 0; font-size: .93rem; color: var(--ink-soft); }
.article-head { background: var(--sage); padding: 2.6rem 0 2.2rem; border-bottom: 1px solid var(--line); }
.article-head .meta { color: var(--ink-soft); font-size: .9rem; margin: 0 0 .4rem; }
.article-head h1 { max-width: 26ch; }
.article-hero { margin-top: 1.6rem; max-width: 780px; }
.article-hero img { border-radius: var(--radius); }
.article { max-width: 760px; }
.article img { border-radius: var(--radius); margin: 1.4rem 0; }
.article h2 { margin-top: 2rem; border-top: 2px solid var(--sage); padding-top: 1.2rem; }
.article h3 { margin-top: 1.5rem; }
.article ul, .article ol { padding-left: 1.3rem; }
.article blockquote { border-left: 4px solid var(--olive); margin: 1.4rem 0; padding: .3rem 0 .3rem 1.2rem; color: var(--ink-soft); }
.article table { border-collapse: collapse; width: 100%; margin: 1.3rem 0; font-size: .95rem; }
.article th, .article td { border: 1px solid var(--line); padding: .55rem .7rem; text-align: left; }
.article th { background: var(--sage); }
.cols { display: grid; grid-template-columns: 1fr 1fr; gap: 1.6rem; align-items: center; }
@media (max-width: 720px) { .cols { grid-template-columns: 1fr; } }
.enquiry-band { }
.enquiry-band .wrap { display: grid; grid-template-columns: 1fr 1.1fr; gap: 2.6rem; align-items: start; }
@media (max-width: 860px) { .enquiry-band .wrap { grid-template-columns: 1fr; } }
.enquiry-panel { background: var(--white); color: var(--ink); border-radius: var(--radius); padding: 1.7rem 1.7rem 1.4rem; border-top: 5px solid var(--olive); }
.enquiry-panel h2 { margin-top: 0; }
.enquiry-panel form { display: grid; grid-template-columns: 1fr 1fr; gap: .85rem 1rem; position: relative; }
.enquiry-panel .field { display: flex; flex-direction: column; gap: .25rem; }
.enquiry-panel .field.full { grid-column: 1 / -1; }
.enquiry-panel label { font-size: .84rem; font-weight: 600; color: var(--ink-soft); }
.enquiry-panel input, .enquiry-panel select, .enquiry-panel textarea {
font: inherit; padding: .6rem .7rem; border: 1px solid var(--line); border-radius: var(--radius);
background: var(--paper); color: var(--ink); width: 100%; min-height: 44px;
}
.enquiry-panel textarea { min-height: 96px; resize: vertical; }
.enquiry-panel input:focus, .enquiry-panel select:focus, .enquiry-panel textarea:focus { outline: 2px solid var(--olive); outline-offset: 1px; }
.form-note { font-size: .82rem; color: var(--ink-soft); margin: .2rem 0 0; }
[data-lead-success], [data-lead-error] { font-weight: 600; padding: .7rem .9rem; border-radius: var(--radius); }
[data-lead-success] { background: var(--sage); color: var(--olive-deep); }
[data-lead-error] { background: #f6e4e0; color: #8a2f1d; }
@media (max-width: 560px) { .enquiry-panel form { grid-template-columns: 1fr; } .enquiry-panel .field { grid-column: auto !important; } }
.chooser { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.6rem 1.6rem 1.4rem; margin-top: 1.8rem; }
.chooser .opts { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: .7rem; margin: 1rem 0; }
.chooser button.opt { font: inherit; text-align: left; padding: .85rem 1rem; background: var(--paper); border: 2px solid var(--line); border-radius: var(--radius); cursor: pointer; font-weight: 600; min-height: 44px; }
.chooser button.opt:hover { border-color: var(--olive); }
.chooser button.opt[aria-pressed="true"] { border-color: var(--olive-deep); background: var(--sage); }
.chooser .answer { border-left: 4px solid var(--olive); padding: .6rem 0 .6rem 1.1rem; margin: .8rem 0; display: none; }
.chooser .answer.show { display: block; }
.pagination { display: flex; gap: .6rem; align-items: center; margin-top: 2.2rem; flex-wrap: wrap; }
.pagination a, .pagination span.cur { padding: .45rem .85rem; border: 1px solid var(--line); border-radius: var(--radius); text-decoration: none; font-weight: 600; }
.pagination span.cur { background: var(--olive-deep); color: var(--white); border-color: var(--olive-deep); }
.crumb { font-size: .88rem; color: var(--ink-soft); }
.crumb a { color: var(--ink-soft); }
.site-foot { background: var(--ink); color: #cfccc0; padding: 3rem 0 2rem; margin-top: 0; border-top: 5px solid var(--olive); }
.site-foot h4 { color: var(--white); font-family: var(--body); font-size: .85rem; letter-spacing: .1em; text-transform: uppercase; margin-bottom: .8rem; }
.foot-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 2rem; }
@media (max-width: 800px) { .foot-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .foot-grid { grid-template-columns: 1fr; } }
.site-foot ul { list-style: none; margin: 0; padding: 0; }
.site-foot li { margin-bottom: .45rem; }
.site-foot a { color: #cfccc0; text-decoration: none; }
.site-foot a:hover { color: var(--white); }
.foot-bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 2.2rem; padding-top: 1.3rem; font-size: .85rem; color: #98958a; display: flex; gap: 1rem; flex-wrap: wrap; justify-content: space-between; }
@media (prefers-reduced-motion: no-preference) {
.reveal { opacity: 0; transform: translateY(14px); transition: opacity .5s ease, transform .5s ease; }
.reveal.in { opacity: 1; transform: none; }
}