:root {
  --ink: #202421;
  --ink-soft: #535a55;
  --paper: #fbfaf7;
  --paper-deep: #f1ede6;
  --oak: #b98249;
  --oak-dark: #81572f;
  --sage: #5d6a62;
  --line: rgba(32, 36, 33, .16);
  --white: #fff;
  --radius: 1.15rem;
  --shadow: 0 24px 70px rgba(39, 32, 24, .12);
  --max: 76rem;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
:focus-visible { outline: 3px solid #d39556; outline-offset: 3px; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: var(--ink); color: #fff; padding: .75rem 1rem; }
.skip-link:focus { top: 1rem; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(251, 250, 247, .92); backdrop-filter: blur(18px); border-bottom: 1px solid var(--line); }
.nav-shell { max-width: var(--max); margin: auto; min-height: 5rem; padding: 0 1.5rem; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.brand { text-decoration: none; display: inline-grid; line-height: 1; gap: .28rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 760; font-size: .95rem; }
.brand small { color: var(--ink-soft); letter-spacing: .28em; font-size: .58rem; font-weight: 620; }
.nav-links { display: flex; align-items: center; gap: 1.25rem; }
.nav-links a { text-decoration: none; font-size: .93rem; font-weight: 650; }
.nav-links a:hover { color: var(--oak-dark); }
.nav-cta, .button { display: inline-flex; align-items: center; justify-content: center; min-height: 3rem; padding: .7rem 1.15rem; border-radius: 999px; border: 1px solid var(--ink); background: var(--ink); color: #fff; text-decoration: none; font-weight: 750; line-height: 1.2; transition: transform .2s ease, background .2s ease; }
.nav-cta:hover, .button:hover { transform: translateY(-2px); background: #394039; }
.button.secondary { color: var(--ink); background: transparent; }
.button.secondary:hover { background: var(--paper-deep); }
.hero { max-width: var(--max); margin: 0 auto; padding: clamp(3rem, 7vw, 6.5rem) 1.5rem 3rem; display: grid; grid-template-columns: minmax(0, .92fr) minmax(22rem, 1.08fr); gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.eyebrow { margin: 0 0 1rem; color: var(--oak-dark); font-size: .78rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; line-height: 1.08; letter-spacing: -.025em; }
h1 { margin: 0; font-size: clamp(3rem, 6.3vw, 6rem); max-width: 11ch; }
h2 { font-size: clamp(2.2rem, 4vw, 4rem); margin: 0 0 1rem; max-width: 17ch; }
h3 { font-size: clamp(1.35rem, 2vw, 1.8rem); margin: 0 0 .65rem; }
.lede { max-width: 38rem; color: var(--ink-soft); font-size: clamp(1.08rem, 1.6vw, 1.28rem); margin: 1.5rem 0 1.8rem; }
.actions { display: flex; flex-wrap: wrap; gap: .75rem; }
.reassurance { display: flex; flex-wrap: wrap; gap: .5rem 1.25rem; padding: 0; margin: 1.75rem 0 0; color: var(--ink-soft); font-size: .9rem; list-style: none; }
.reassurance li::before { content: "—"; color: var(--oak); margin-right: .45rem; }
.hero-visual { position: relative; }
.hero-visual::before { content: ""; position: absolute; inset: -1.25rem 1.5rem 1.5rem -1.25rem; border: 1px solid var(--line); border-radius: var(--radius); z-index: -1; }
.hero-visual img { width: 100%; height: clamp(30rem, 62vw, 46rem); object-fit: cover; object-position: center 50%; border-radius: var(--radius); box-shadow: var(--shadow); filter: brightness(1.06) contrast(1.04) saturate(.86); }
.image-note { position: absolute; left: 1.2rem; bottom: 1.2rem; max-width: 18rem; padding: .8rem 1rem; border-radius: .8rem; background: rgba(24, 28, 25, .86); color: #fff; font-size: .82rem; line-height: 1.45; backdrop-filter: blur(10px); }
.section { padding: clamp(4rem, 8vw, 7rem) 1.5rem; }
.section-inner { max-width: var(--max); margin: auto; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2.5rem; }
.section-head p { max-width: 33rem; color: var(--ink-soft); margin: 0; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.service-card { background: var(--paper); min-height: 18rem; padding: 2rem; display: flex; flex-direction: column; text-decoration: none; }
.service-card:hover { background: #fff; }
.service-number { color: var(--oak); font-size: .76rem; letter-spacing: .16em; font-weight: 800; }
.service-card h3 { margin-top: auto; }
.service-card p { color: var(--ink-soft); margin: 0 0 1rem; }
.text-link { color: var(--oak-dark); font-weight: 800; text-decoration-thickness: .08em; text-underline-offset: .25em; }
.feature { background: var(--ink); color: #fff; }
.feature-grid { max-width: var(--max); margin: auto; display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(2rem, 6vw, 6rem); align-items: center; }
.feature img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: var(--radius); filter: brightness(1.08) contrast(1.03) saturate(.82); }
.feature .eyebrow { color: #d9aa77; }
.feature p { color: #cdd2ce; }
.feature .button { background: #fff; color: var(--ink); border-color: #fff; }
.steps { counter-reset: step; display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; margin-top: 3rem; }
.step { border-top: 1px solid var(--line); padding-top: 1.25rem; }
.step::before { counter-increment: step; content: "0" counter(step); display: block; color: var(--oak-dark); font-weight: 800; letter-spacing: .16em; font-size: .8rem; margin-bottom: 2rem; }
.step p { color: var(--ink-soft); }
.visit-card { max-width: var(--max); margin: auto; padding: clamp(2.3rem, 5vw, 4.6rem); border-radius: var(--radius); background: linear-gradient(115deg, #d8c3a5 0%, #eadfce 48%, #f3eee6 100%); display: grid; grid-template-columns: 1fr .65fr; gap: 3rem; align-items: end; }
.visit-card p { max-width: 42rem; }
.visit-card .actions { justify-content: flex-end; }
.town-strip { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 2rem; }
.town-strip a { border: 1px solid var(--line); background: #fff; text-decoration: none; padding: .55rem .8rem; border-radius: 999px; font-size: .88rem; }
.town-strip a:hover { border-color: var(--oak); }
.site-footer { border-top: 1px solid var(--line); padding: 3rem 1.5rem; }
.footer-grid { max-width: var(--max); margin: auto; display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 2rem; }
.footer-grid h2 { font-size: 1.5rem; }
.footer-grid p, .footer-grid li { color: var(--ink-soft); font-size: .92rem; }
.footer-grid ul { list-style: none; padding: 0; margin: 0; }
.footer-grid a { text-underline-offset: .2em; }
.legal { max-width: var(--max); margin: 2.5rem auto 0; padding-top: 1.25rem; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: .78rem; }
.menu-button { display: none; border: 0; background: transparent; padding: .65rem; font-weight: 800; }

/* Complete-site components */
.nav-links a[aria-current="page"] { color: var(--oak-dark); text-decoration: underline; text-decoration-thickness: .08em; text-underline-offset: .35em; }
.preview-ribbon { background: var(--ink); color: #fff; text-align: center; font-size: .75rem; letter-spacing: .08em; padding: .42rem 1rem; }
.breadcrumbs { max-width: var(--max); margin: 0 auto; padding: 1.25rem 1.5rem 0; color: var(--ink-soft); font-size: .84rem; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: .45rem; list-style: none; padding: 0; margin: 0; }
.breadcrumbs li + li::before { content: "/"; margin-right: .45rem; color: #9b9388; }
.page-hero { max-width: var(--max); margin: auto; padding: clamp(2.8rem, 7vw, 6rem) 1.5rem clamp(3.5rem, 7vw, 6rem); display: grid; grid-template-columns: minmax(0, .85fr) minmax(22rem, 1.15fr); gap: clamp(2rem, 6vw, 6rem); align-items: center; }
.page-hero.no-image { display: block; max-width: 66rem; }
.page-hero h1 { max-width: 12ch; font-size: clamp(2.8rem, 6vw, 5.6rem); }
.page-hero.no-image h1 { max-width: 16ch; }
.page-hero-media { position: relative; min-width: 0; }
.page-hero-media img { width: 100%; height: clamp(23rem, 46vw, 38rem); object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); filter: brightness(1.04) contrast(1.03) saturate(.88); }
.page-hero-media figcaption { margin-top: .8rem; color: var(--ink-soft); font-size: .82rem; }
.page-hero .lede { max-width: 35rem; }
.band { background: var(--paper-deep); }
.band-dark { background: var(--ink); color: #fff; }
.band-dark p, .band-dark li { color: #d5d9d6; }
.band-dark .eyebrow { color: #d9aa77; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 6vw, 6rem); align-items: start; }
.two-col.center { align-items: center; }
.two-col.reverse > :first-child { order: 2; }
.two-col.reverse > :last-child { order: 1; }
.prose { max-width: 46rem; }
.prose > *:first-child { margin-top: 0; }
.prose h2 { max-width: 18ch; margin-top: 2.6rem; }
.prose h3 { margin-top: 2rem; }
.prose p, .prose li { color: var(--ink-soft); }
.prose a { color: var(--oak-dark); font-weight: 700; text-underline-offset: .22em; }
.prose ul, .prose ol { padding-left: 1.25rem; }
.prose li + li { margin-top: .55rem; }
.media-card { margin: 0; }
.media-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); filter: brightness(1.04) contrast(1.03) saturate(.88); }
.media-card.portrait img { aspect-ratio: 4/5; }
.media-card figcaption { color: var(--ink-soft); font-size: .82rem; margin-top: .75rem; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.content-card { display: flex; flex-direction: column; min-height: 100%; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; overflow: hidden; }
.content-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; filter: brightness(1.03) contrast(1.02) saturate(.9); }
.content-card-body { padding: 1.45rem; display: flex; flex: 1; flex-direction: column; }
.content-card-body p { color: var(--ink-soft); }
.content-card-body .text-link { margin-top: auto; }
.detail-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.detail-item { background: var(--paper); padding: 1.6rem; }
.detail-item strong { display: block; font-family: Georgia, serif; font-size: 1.35rem; margin-bottom: .4rem; font-weight: 500; }
.detail-item p { margin: 0; color: var(--ink-soft); }
.checklist { list-style: none; padding: 0; margin: 1.5rem 0; }
.checklist li { position: relative; padding: .85rem 0 .85rem 2rem; border-bottom: 1px solid var(--line); }
.checklist li::before { content: "✓"; position: absolute; left: 0; top: .85rem; color: var(--oak-dark); font-weight: 900; }
.quote-box { padding: 1.75rem; border-left: 4px solid var(--oak); background: #fff; border-radius: 0 var(--radius) var(--radius) 0; }
.quote-box p { margin: 0; color: var(--ink); font-family: Georgia, serif; font-size: 1.35rem; }
.note-box { padding: 1.4rem 1.5rem; background: var(--paper-deep); border: 1px solid var(--line); border-radius: .9rem; }
.note-box p { margin: 0; }
.inline-links { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.5rem; }
.inline-links a { padding: .6rem .9rem; background: #fff; border: 1px solid var(--line); border-radius: 999px; text-decoration: none; font-weight: 700; font-size: .9rem; }
.inline-links a:hover { border-color: var(--oak); }
.cta-panel { max-width: var(--max); margin: auto; padding: clamp(2.4rem, 6vw, 5rem); border-radius: var(--radius); color: #fff; background: linear-gradient(120deg, #202421 0%, #3f4b43 100%); display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: center; }
.cta-panel h2 { margin-bottom: .65rem; }
.cta-panel p { margin: 0; color: #d9dedb; max-width: 45rem; }
.cta-panel .button { background: #fff; color: var(--ink); border-color: #fff; white-space: nowrap; }
.gallery-toolbar { display: flex; flex-wrap: wrap; align-items: center; gap: .6rem; margin: 0 0 2rem; }
.filter-button { min-height: 2.7rem; padding: .55rem .95rem; border: 1px solid var(--line); background: #fff; border-radius: 999px; cursor: pointer; font-weight: 750; }
.filter-button[aria-pressed="true"] { background: var(--ink); color: #fff; border-color: var(--ink); }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .9rem; }
.gallery-item { position: relative; border: 0; padding: 0; background: #e7e2da; cursor: zoom-in; border-radius: .8rem; overflow: hidden; min-height: 16rem; }
.gallery-item[hidden] { display: none; }
.gallery-item img { width: 100%; height: 100%; min-height: 16rem; aspect-ratio: 4/3; object-fit: cover; transition: transform .35s ease; filter: brightness(1.04) contrast(1.03) saturate(.88); }
.gallery-item:hover img { transform: scale(1.025); }
.gallery-item span { position: absolute; inset: auto .7rem .7rem .7rem; padding: .65rem .8rem; color: #fff; background: rgba(27, 31, 28, .84); border-radius: .6rem; text-align: left; font-size: .8rem; backdrop-filter: blur(8px); }
.lightbox { width: min(92vw, 68rem); border: 0; padding: 0; border-radius: var(--radius); box-shadow: var(--shadow); background: #111; color: #fff; }
.lightbox::backdrop { background: rgba(18, 20, 18, .82); backdrop-filter: blur(4px); }
.lightbox img { width: 100%; max-height: 78vh; object-fit: contain; }
.lightbox footer { display: flex; justify-content: space-between; gap: 1rem; align-items: center; padding: 1rem 1.1rem; }
.lightbox p { margin: 0; color: #e5e8e5; }
.icon-button { border: 1px solid rgba(255,255,255,.35); background: transparent; color: #fff; border-radius: 999px; min-width: 2.6rem; min-height: 2.6rem; cursor: pointer; }
.comparison { width: 100%; border-collapse: collapse; margin-top: 1.5rem; background: #fff; border-radius: var(--radius); overflow: hidden; }
.comparison th, .comparison td { text-align: left; vertical-align: top; padding: 1rem; border-bottom: 1px solid var(--line); }
.comparison th { color: var(--oak-dark); font-size: .83rem; letter-spacing: .08em; text-transform: uppercase; }
.comparison tr:last-child td { border-bottom: 0; }
.faq-list { max-width: 56rem; }
.faq-list details { border-top: 1px solid var(--line); padding: 1.1rem 0; }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { cursor: pointer; font-family: Georgia, serif; font-size: 1.35rem; line-height: 1.3; padding-right: 2rem; position: relative; }
.faq-list summary::marker { color: var(--oak); }
.faq-list details p { color: var(--ink-soft); max-width: 46rem; }
.town-search { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: .75rem; max-width: 46rem; margin: 1.5rem 0 2rem; }
.town-search input, .form-field input, .form-field select, .form-field textarea { width: 100%; min-height: 3.2rem; padding: .72rem .85rem; color: var(--ink); background: #fff; border: 1px solid #a9aaa5; border-radius: .65rem; }
.town-search button { min-width: 7rem; }
.town-groups { display: grid; gap: 2rem; }
.town-group { scroll-margin-top: 8rem; border-top: 1px solid var(--line); padding-top: 1.5rem; }
.town-group h2 { font-size: clamp(1.7rem, 3vw, 2.5rem); max-width: none; }
.town-list { display: flex; flex-wrap: wrap; gap: .55rem; list-style: none; padding: 0; margin: 1.25rem 0 0; }
.town-list a { display: inline-flex; padding: .58rem .8rem; border-radius: 999px; border: 1px solid var(--line); background: #fff; text-decoration: none; font-weight: 700; font-size: .9rem; }
.town-list a:hover, .town-list a:focus { border-color: var(--oak); color: var(--oak-dark); }
.town-list li[hidden] { display: none; }
.empty-state { display: none; padding: 1rem; background: var(--paper-deep); border-radius: .75rem; }
.empty-state.visible { display: block; }
.contact-layout { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(18rem, .65fr); gap: clamp(2rem, 6vw, 6rem); align-items: start; }
.enquiry-form { padding: clamp(1.4rem, 4vw, 2.6rem); background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.15rem; }
.form-field.full { grid-column: 1 / -1; }
.form-field label { display: block; font-weight: 780; margin-bottom: .35rem; }
.form-field small { display: block; color: var(--ink-soft); margin-top: .35rem; }
.form-field textarea { min-height: 9rem; resize: vertical; }
.form-actions { margin-top: 1.5rem; display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; }
.form-status { min-height: 1.5rem; color: var(--sage); font-weight: 700; }
.contact-card { padding: 1.7rem; background: var(--paper-deep); border-radius: var(--radius); position: sticky; top: 7.5rem; }
.contact-card ul { list-style: none; padding: 0; }
.contact-card li { padding: .75rem 0; border-top: 1px solid var(--line); }
.contact-card li:last-child { border-bottom: 1px solid var(--line); }
.article-header { max-width: 62rem; margin: auto; padding: clamp(3rem, 8vw, 7rem) 1.5rem 3rem; }
.article-header h1 { max-width: 16ch; }
.article-meta { margin-top: 1.25rem; color: var(--ink-soft); font-size: .88rem; }
.article-layout { max-width: var(--max); margin: auto; padding: 0 1.5rem clamp(4rem, 8vw, 7rem); display: grid; grid-template-columns: minmax(0, 46rem) 1fr; gap: clamp(2rem, 7vw, 8rem); align-items: start; }
.article-body { max-width: 46rem; }
.article-body h2 { max-width: 22ch; font-size: clamp(1.8rem, 3vw, 2.7rem); margin-top: 3.2rem; }
.article-body h3 { margin-top: 2rem; }
.article-body p, .article-body li { color: var(--ink-soft); }
.article-body figure { margin: 2.5rem 0; }
.article-body figure img { border-radius: var(--radius); }
.article-body figcaption { font-size: .82rem; color: var(--ink-soft); margin-top: .65rem; }
.article-aside { position: sticky; top: 7.5rem; border-left: 1px solid var(--line); padding-left: 1.5rem; }
.article-aside ol { padding-left: 1.2rem; }
.article-aside a { text-underline-offset: .2em; }
.article-aside li + li { margin-top: .7rem; }
.privacy h2 { font-size: 2rem; margin-top: 2.8rem; max-width: none; }
.privacy h3 { font-size: 1.25rem; }
.map-note { display: grid; grid-template-columns: auto 1fr; gap: 1rem; align-items: start; padding: 1.25rem; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.map-note .radius { display: grid; place-items: center; width: 5rem; height: 5rem; border: 1px solid var(--oak); border-radius: 50%; font-family: Georgia, serif; font-size: 1.5rem; color: var(--oak-dark); }
.map-note p { margin: 0; color: var(--ink-soft); }
.project-spec { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.project-spec div { background: #fff; padding: 1.25rem; }
.project-spec dt { color: var(--ink-soft); font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; }
.project-spec dd { margin: .35rem 0 0; font-weight: 760; }
.footer-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: .35rem 1rem; }
.screen-reader { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; }
  .hero-visual img { height: min(72vh, 42rem); }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-grid, .visit-card { grid-template-columns: 1fr; }
  .visit-card .actions { justify-content: flex-start; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .page-hero, .contact-layout, .article-layout { grid-template-columns: 1fr; }
  .page-hero-media img { height: min(70vh, 36rem); }
  .card-grid, .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .article-aside, .contact-card { position: static; }
  .article-aside { border-left: 0; border-top: 1px solid var(--line); padding: 1.5rem 0 0; }
  .project-spec { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 720px) {
  .nav-shell { min-height: 4.4rem; }
  .menu-button { display: block; }
  .nav-links { display: none; position: absolute; left: 1rem; right: 1rem; top: calc(100% + .5rem); padding: 1rem; background: var(--paper); box-shadow: var(--shadow); border: 1px solid var(--line); border-radius: 1rem; align-items: stretch; flex-direction: column; }
  .nav-links.open { display: flex; }
  .nav-links a { padding: .5rem; }
  h1 { font-size: clamp(2.8rem, 14vw, 4.4rem); }
  .hero { padding-top: 2.5rem; }
  .section-head { display: block; }
  .section-head p { margin-top: 1rem; }
  .service-grid, .steps, .footer-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 15rem; }
  .two-col, .card-grid, .gallery-grid, .detail-list, .form-grid, .project-spec { grid-template-columns: 1fr; }
  .two-col.reverse > :first-child { order: 1; }
  .two-col.reverse > :last-child { order: 2; }
  .cta-panel { grid-template-columns: 1fr; }
  .town-search { grid-template-columns: 1fr; }
  .footer-links { grid-template-columns: 1fr; }
  .gallery-item, .gallery-item img { min-height: 12rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* 2026 premium redesign — local review */
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/assets/fonts/manrope-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Newsreader";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("/assets/fonts/newsreader-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url("/assets/fonts/montserrat-latin.woff2") format("woff2");
}

:root {
  --ink: #26231f;
  --ink-soft: #61584f;
  --paper: #f6f1ea;
  --paper-deep: #ebe2d7;
  --oak: #a89372;
  --oak-dark: #746044;
  --sage: #4a3428;
  --walnut: #4a3428;
  --walnut-dark: #32231b;
  --line: rgba(74, 52, 40, .2);
  --white: #fff;
  --radius: 3px;
  --shadow: 0 22px 60px rgba(50, 35, 27, .13);
  --max: 82rem;
}

body {
  color: var(--ink);
  background: #fffdf9;
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.68;
}

h1, h2, h3,
.detail-item strong,
.quote-box p,
.faq-list summary,
.map-note .radius {
  font-family: "Montserrat", "Segoe UI", sans-serif;
  font-weight: 300;
  letter-spacing: -.03em;
}

h1 { font-size: clamp(2.9rem, 5.5vw, 5.7rem); line-height: 1.02; }
h2 { font-size: clamp(2.15rem, 3.8vw, 4rem); line-height: 1.08; }
h3 { font-size: clamp(1.35rem, 1.85vw, 1.75rem); line-height: 1.16; font-weight: 400; }

:focus-visible { outline-color: var(--oak); }
.preview-ribbon { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: .5rem 1rem; background: #51443d; color: #fffaf4; font-size: .75rem; font-weight: 700; }
.site-header { background: rgba(255, 253, 249, .96); border-bottom-color: var(--line); backdrop-filter: blur(16px); }
.nav-shell { max-width: 92rem; min-height: 5.15rem; padding-inline: clamp(1rem, 3vw, 2.2rem); gap: 1.2rem; }
.brand { color: var(--walnut); font-size: .92rem; font-weight: 600; letter-spacing: .17em; white-space: nowrap; }
.brand small { color: var(--oak-dark); font-size: .54rem; letter-spacing: .31em; }
.nav-links { gap: clamp(.55rem, 1.15vw, 1.15rem); }
.nav-links > a,
.nav-trigger { color: var(--ink); font-size: .81rem; font-weight: 500; letter-spacing: .01em; }
.nav-trigger { display: inline-flex; align-items: center; gap: .3rem; padding: 1.75rem 0; border: 0; background: transparent; cursor: pointer; white-space: nowrap; }
.nav-trigger span { color: var(--oak-dark); font-size: 1rem; transform: translateY(-.08rem); }
.nav-group { position: relative; }
.nav-dropdown { position: absolute; z-index: 70; top: calc(100% - .45rem); left: -.95rem; display: none; min-width: 16.5rem; padding: .65rem; background: #fffdf9; border: 1px solid var(--line); box-shadow: 0 18px 45px rgba(50, 35, 27, .16); }
.nav-dropdown a { display: block; padding: .67rem .75rem; border-bottom: 1px solid rgba(74, 52, 40, .1); font-size: .82rem; font-weight: 600; }
.nav-dropdown a:last-child { border-bottom: 0; }
.nav-dropdown a:hover,
.nav-dropdown a:focus-visible { background: var(--paper); color: var(--walnut); }
.nav-group:hover .nav-dropdown,
.nav-group:focus-within .nav-dropdown,
.nav-group.open .nav-dropdown { display: block; }
.nav-links a[aria-current="page"],
.nav-trigger[aria-expanded="true"] { color: var(--walnut); text-decoration-color: var(--oak); }
.nav-cta, .button { min-height: 3.05rem; padding: .75rem 1.18rem; border-radius: var(--radius); border-color: var(--walnut); background: var(--walnut); color: #fff; font-weight: 600; }
.nav-links > a.nav-cta,
.nav-links > a.nav-cta:hover,
.nav-links > a.nav-cta:focus-visible { border-color: #655248; background: #655248; color: #fff; font-size: .875rem !important; font-weight: 700; letter-spacing: .015em; white-space: nowrap; }
.nav-cta:hover, .button:hover { background: var(--walnut-dark); }
.nav-links > a.nav-cta:hover,
.nav-links > a.nav-cta:focus-visible { border-color: #51443d; background: #51443d; color: #fff; }
.button.secondary { color: var(--walnut); border-color: var(--walnut); background: transparent; }
.button.secondary:hover { background: var(--paper-deep); }
.eyebrow { color: var(--oak-dark); font-size: .73rem; font-weight: 600; letter-spacing: .19em; }
.text-link { color: var(--walnut); font-weight: 600; text-decoration-color: var(--oak); }

.home-hero { position: relative; min-height: clamp(39rem, 82vh, 58rem); display: grid; overflow: hidden; color: #fff; background: var(--walnut-dark); }
.home-hero-image,
.home-hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.home-hero-image { object-fit: cover; object-position: center 48%; filter: brightness(.91) contrast(1.04) saturate(.88); }
.home-hero-shade { background: linear-gradient(90deg, rgba(42, 28, 21, .86) 0%, rgba(49, 34, 26, .67) 38%, rgba(49, 34, 26, .17) 68%, rgba(49, 34, 26, .04) 100%); }
.home-hero[data-version="c"] .home-hero-image { filter: brightness(1.28) contrast(1) saturate(.96); }
.home-hero[data-version="c"] .home-hero-shade { background: linear-gradient(90deg, rgba(42, 28, 21, .58) 0%, rgba(49, 34, 26, .34) 38%, rgba(49, 34, 26, .06) 68%, rgba(49, 34, 26, 0) 100%); }
.home-hero[data-version="c"] .home-hero-content { text-shadow: 0 2px 22px rgba(28, 18, 13, .24); }
.home-hero-content { position: relative; z-index: 1; width: min(100%, var(--max)); margin: auto; padding: clamp(5rem, 10vw, 8.5rem) 1.5rem; }
.home-hero h1 { max-width: 13ch; color: #fff; text-wrap: balance; font-weight: 300; }
.home-hero .lede { max-width: 40rem; color: rgba(255,255,255,.88); font-size: clamp(1.05rem, 1.7vw, 1.28rem); }
.home-hero .eyebrow { color: #e0c9a6; }
.home-hero .button { background: #fff; border-color: #fff; color: var(--walnut); }
.home-hero .button:hover { background: var(--paper); }
.home-hero .button.secondary { color: #fff; background: transparent; border-color: rgba(255,255,255,.72); }
.home-hero .button.secondary:hover { background: rgba(255,255,255,.12); }
.proof-strip { display: grid; grid-template-columns: repeat(4, 1fr); max-width: var(--max); margin: 0 auto; padding: 0 1.5rem; background: #fffdf9; }
.proof-strip span { padding: 1.3rem clamp(.7rem, 2vw, 1.5rem); border-right: 1px solid var(--line); color: var(--walnut); font-size: .78rem; font-weight: 500; letter-spacing: .05em; text-align: center; text-transform: uppercase; }
.proof-strip span:first-child { border-left: 1px solid var(--line); }

.section { padding-block: clamp(4.5rem, 8vw, 8rem); }
.section-head { align-items: end; margin-bottom: clamp(2.4rem, 5vw, 4rem); }
.home-category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1rem, 2vw, 1.6rem); }
.home-category-card { min-width: 0; background: #fff; border: 1px solid var(--line); }
.home-category-card img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; filter: brightness(1.03) contrast(1.04) saturate(.84); }
.home-category-card > div { padding: clamp(1.3rem, 2.6vw, 2rem); }
.home-category-card h3 { margin-bottom: .8rem; }
.home-category-card p { color: var(--ink-soft); }
.home-category-card .eyebrow { margin-bottom: .65rem; color: var(--oak-dark); }
.service-links { display: flex; flex-wrap: wrap; gap: 0; margin-top: 2rem; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-links a { padding: .9rem 1.2rem; border-right: 1px solid var(--line); color: var(--walnut); font-size: .82rem; font-weight: 500; text-decoration: none; }
.service-links a:hover { background: var(--paper); }

.feature { background: var(--walnut-dark); }
.feature img { border-radius: 0; box-shadow: none; filter: brightness(1.03) contrast(1.05) saturate(.82); }
.feature .eyebrow { color: #d8c09b; }
.feature p { color: #e5ddd4; }
.feature .button { background: #fff; color: var(--walnut); }
.step { border-top-color: var(--oak); }
.step::before { color: var(--oak-dark); }
.visit-card { border-radius: 0; border: 1px solid var(--line); border-left: 5px solid var(--oak); background: var(--paper); }
.town-strip a,
.town-list a,
.inline-links a,
.filter-button { border-radius: var(--radius); }
.advice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.advice-grid article { min-height: 18rem; padding: clamp(1.5rem, 3vw, 2.4rem); background: #fffdf9; display: flex; flex-direction: column; }
.advice-grid article p { color: var(--ink-soft); }
.advice-grid article .text-link { margin-top: auto; }

.breadcrumbs { padding-top: 1.15rem; }
.page-hero { padding-block: clamp(3.5rem, 7vw, 7rem); grid-template-columns: minmax(0, .82fr) minmax(24rem, 1.18fr); }
.page-hero h1 { font-size: clamp(2.9rem, 5vw, 5.25rem); }
.page-hero-media img,
.media-card img,
.article-body figure img { border-radius: 0; box-shadow: none; filter: brightness(1.03) contrast(1.04) saturate(.84); }
.page-hero-media figcaption,
.media-card figcaption { border-left: 2px solid var(--oak); padding-left: .75rem; }
.band { background: var(--paper); }
.band-dark { background: var(--walnut-dark); }
.band-dark .eyebrow { color: #d8c09b; }
.content-card,
.detail-list,
.note-box,
.contact-card,
.map-note,
.project-spec,
.enquiry-form { border-radius: var(--radius); }
.content-card img { filter: brightness(1.03) contrast(1.04) saturate(.84); }
.detail-item { background: #fffdf9; }
.quote-box { border-left-color: var(--oak); border-radius: 0; }
.cta-panel { border-radius: 0; border-left: 5px solid var(--oak); background: var(--walnut-dark); }
.cta-panel p { color: #e7dfd6; }
.gallery-item { border-radius: 0; }
.gallery-item img { filter: brightness(1.03) contrast(1.04) saturate(.84); }
.gallery-item span { border-radius: var(--radius); background: rgba(50, 35, 27, .88); }
.comparison { border-radius: 0; }
.form-status { color: var(--walnut); }
.town-search input,
.form-field input,
.form-field select,
.form-field textarea { border-radius: var(--radius); border-color: rgba(74,52,40,.38); }

.site-footer { color: #f8f3ec; background: var(--walnut-dark); border-top: 5px solid var(--oak); padding-top: 4rem; }
.site-footer .brand { color: #fff; }
.site-footer .brand small { color: #d7c09c; }
.footer-grid p,
.footer-grid li,
.legal { color: #d9cfc5; }
.footer-grid a:hover,
.legal a:hover { color: #fff; }
.legal { border-top-color: rgba(255,255,255,.18); }

@media (max-width: 1120px) {
  .nav-shell { flex-wrap: wrap; padding-block: .65rem; }
  .menu-button { display: block; margin-left: auto; }
  .nav-links { display: none; position: absolute; left: 1rem; right: 1rem; top: calc(100% + .5rem); max-height: calc(100vh - 8rem); overflow-y: auto; padding: 1rem; background: #fffdf9; box-shadow: var(--shadow); border: 1px solid var(--line); border-radius: var(--radius); align-items: stretch; flex-direction: column; }
  .nav-links.open { display: flex; }
  .nav-links > a,
  .nav-trigger { width: 100%; padding: .72rem; text-align: left; justify-content: space-between; font-size: .9rem; }
  .nav-dropdown { position: static; display: none; min-width: 0; margin: 0 .7rem .65rem; padding: .25rem .65rem; border: 0; border-left: 2px solid var(--oak); box-shadow: none; background: var(--paper); }
  .nav-group:hover .nav-dropdown { display: none; }
  .nav-group:focus-within .nav-dropdown,
  .nav-group.open .nav-dropdown { display: block; }
  .nav-cta { margin-top: .35rem; text-align: center !important; }
}

@media (max-width: 900px) {
  .home-category-grid,
  .advice-grid { grid-template-columns: 1fr 1fr; }
  .home-category-card:last-child,
  .advice-grid article:last-child { grid-column: 1 / -1; }
  .home-category-card:last-child img { aspect-ratio: 16 / 8; }
}

@media (max-width: 720px) {
  .home-hero { min-height: 42rem; }
  .home-hero-image { object-position: 64% center; }
  .home-hero-shade { background: linear-gradient(0deg, rgba(42,28,21,.92) 0%, rgba(42,28,21,.58) 62%, rgba(42,28,21,.16) 100%); }
  .home-hero[data-version="c"] .home-hero-shade { background: linear-gradient(0deg, rgba(42,28,21,.68) 0%, rgba(42,28,21,.28) 62%, rgba(42,28,21,.04) 100%); }
  .home-hero-content { display: flex; min-height: 42rem; flex-direction: column; justify-content: flex-end; padding-bottom: 3.5rem; }
  .home-hero h1 { font-size: clamp(2.75rem, 12vw, 4.35rem); }
  .proof-strip { grid-template-columns: 1fr 1fr; padding: 0; }
  .proof-strip span { border-bottom: 1px solid var(--line); }
  .home-category-grid,
  .advice-grid { grid-template-columns: 1fr; }
  .home-category-card:last-child,
  .advice-grid article:last-child { grid-column: auto; }
  .home-category-card:last-child img { aspect-ratio: 4 / 5; }
  .service-links a { width: 50%; border-bottom: 1px solid var(--line); }
  .page-hero { padding-top: 3rem; }
  .page-hero-media img { height: min(62vh, 31rem); }
  .cta-panel { border-left-width: 3px; }
  .cta-panel > * { min-width: 0; }
  .cta-panel .button { width: 100%; white-space: normal; text-align: center; }
}
