:root {
  --ink: #20271f;
  --muted: #5a6357;
  --paper: #f5f5ef;
  --white: #fffef9;
  --lime: #d9f36a;
  --line: #d2d6c9;
  --action-gap: .5rem;
  --sans: Arial, Helvetica, sans-serif;
  --mono: 'Courier New', monospace;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 6.25rem; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 1rem; line-height: 1.65; -webkit-font-smoothing: antialiased; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; }
img { display: block; max-width: 100%; width: 100%; height: auto; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { font-weight: 600; line-height: 1.04; }
h1, h2 { letter-spacing: -.055em; }
h2 { font-size: clamp(2.6rem, 4.5vw, 4.4rem); }
h3 { font-size: 1.7rem; letter-spacing: -.035em; line-height: 1.15; }
p { text-wrap: pretty; }
[hidden] { display: none !important; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, [tabindex]:focus-visible { outline: 3px solid #6d7e00; outline-offset: 5px; }
.hero a:focus-visible, .site-footer a:focus-visible { outline-color: var(--lime); }
.container { width: min(calc(100% - 5rem), 1280px); margin-inline: auto; }
.section { padding-block: 7.5rem; }
.eyebrow { margin-bottom: 1.5rem; font-family: var(--mono); font-size: .8rem; font-weight: 600; letter-spacing: .055em; text-transform: uppercase; }
.skip-link { position: fixed; top: -6rem; left: 1rem; z-index: 100; padding: .8rem 1rem; background: var(--lime); color: var(--ink); }
.skip-link:focus { top: 1rem; }
.demo-banner { padding: .55rem 1rem; background: var(--ink); color: var(--paper); text-align: center; font-size: .75rem; }
.demo-banner span { padding-inline: .25rem; color: #a5b29b; }
.site-header { position: sticky; top: 0; z-index: 30; background: var(--paper); border-bottom: 1px solid var(--line); }
.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .75rem; text-decoration: none; flex-shrink: 0; }
.brand > img { width: 2.75rem; height: 2.75rem; flex-shrink: 0; }
.brand-type { display: flex; flex-direction: column; gap: .3rem; }
.brand-name { font-size: 1.65rem; font-weight: 750; letter-spacing: -.055em; line-height: 1; }
.brand-descriptor { font-size: .61rem; letter-spacing: .26em; line-height: 1; font-weight: 600; }
.primary-nav { display: flex; align-items: center; gap: 2.1rem; font-size: .9rem; }
.primary-nav > a:not(.button), .footer-nav a { text-decoration: none; text-underline-offset: .35em; }
.primary-nav > a:not(.button):hover, .footer-nav a:hover { text-decoration: underline; }
.button { display: inline-flex; min-height: 3.6rem; align-items: center; justify-content: center; gap: var(--action-gap); padding: .95rem 1.5rem; border: 1px solid transparent; border-radius: 100px; font-size: .95rem; font-weight: 600; line-height: 1.35; text-decoration: none; transition: background .18s ease, transform .18s ease; }
.button:hover { transform: translateY(-2px); }
.button > span[aria-hidden="true"], .hero-explore > span[aria-hidden="true"], .service-enquiry > span[aria-hidden="true"], .footer-bottom > a > span[aria-hidden="true"] { flex: 0 0 auto; line-height: 1; }
.button > span[aria-hidden="true"], .service-enquiry > span[aria-hidden="true"] { font-size: 1.1em; }
.button--dark { color: var(--white); background: var(--ink); }
.button--dark:hover { background: #394732; }
.button--lime { color: var(--ink); background: var(--lime); }
.button--lime:hover { background: #e6fc91; }
.button--small { min-height: 2.95rem; padding: .75rem 1.2rem; font-size: .875rem; }
.menu-toggle { display: none; }
.hero { position: relative; min-height: 680px; color: var(--white); background: var(--ink); overflow: hidden; isolation: isolate; }
.hero-image { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center 55%; z-index: -2; }
.hero-shade { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(15,24,13,.76) 0%, rgba(15,24,13,.48) 38%, rgba(15,24,13,.08) 80%), linear-gradient(0deg, rgba(15,24,13,.65), transparent 35%); }
.hero-content { padding-top: 5rem; padding-bottom: 2rem; }
.hero-eyebrow { color: var(--lime); margin-bottom: 2rem; }
h1 { font-size: clamp(4.3rem, 7.3vw, 7rem); max-width: 950px; line-height: .99; }
h1 span { display: block; }
.hero-description { font-size: 1.1rem; line-height: 1.7; max-width: 28rem; margin-top: 2rem; color: #f0f3e8; }
.hero-content > .button { margin-top: 2rem; }
.hero-bottom { margin-top: 3.5rem; padding-top: 1.2rem; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; border-top: 1px solid #ffffff50; }
.hero-explore { display: inline-flex; align-items: center; gap: var(--action-gap); min-height: 2.75rem; font-size: .9rem; text-decoration: none; }
.hero-explore:hover { text-decoration: underline; text-underline-offset: .35em; }
.image-disclosure { font-size: .75rem; color: #eef3e5; }
.section-heading { margin-bottom: 3rem; }
.section-heading > p { max-width: 44rem; margin-top: 1.25rem; font-size: 1.05rem; color: var(--muted); line-height: 1.75; }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 2.4rem; }
.service-card { display: flex; flex-direction: column; align-items: flex-start; border-top: 1px solid var(--ink); padding-top: 1.5rem; }
.service-index { display: grid; place-items: center; width: 2.3rem; height: 2.3rem; border: 1px solid #bac3ac; font-family: var(--mono); font-size: .8rem; margin-bottom: 1.8rem; }
.service-card h3 { margin-bottom: 1.2rem; }
.service-card > p { color: var(--muted); font-size: 1rem; line-height: 1.75; max-width: 24rem; padding-bottom: 1.5rem; }
.service-detail { margin-top: auto; font-family: var(--mono); font-size: .75rem; letter-spacing: -.02em; color: var(--muted); }
.service-enquiry { display: flex; align-items: center; justify-content: flex-start; gap: var(--action-gap); width: 100%; min-height: 44px; margin-top: 1.2rem; padding-top: .75rem; border-top: 1px solid var(--line); font-size: .875rem; font-weight: 600; line-height: 1.5; text-decoration: none; text-underline-offset: .3em; }
.service-enquiry:hover { text-decoration: underline; }
.ideas { background: var(--ink); color: var(--paper); }
.ideas .eyebrow { color: var(--lime); }
.ideas .section-heading > p { color: #c8d0c0; font-size: 1rem; }
.ideas-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; gap: 2.5rem; }
.idea-photo { aspect-ratio: 6 / 5; overflow: hidden; background: #343e2f; }
.idea-photo img { height: 100%; object-fit: cover; }
.idea-card figcaption { margin-top: 1.5rem; padding-top: 1rem; border-top: 1px solid #647059; }
.idea-category { display: block; margin-bottom: .95rem; color: var(--lime); font-family: var(--mono); font-size: .76rem; }
.idea-card h3 { font-size: clamp(1.9rem, 3vw, 2.8rem); line-height: 1.06; }
.idea-card figcaption > p { color: #c8d0c0; font-size: 1rem; margin-top: 1rem; }
.approach { background: var(--lime); }
.approach-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: start; }
.approach-intro > p:not(.eyebrow) { max-width: 27rem; margin-top: 2rem; color: #3f4b23; font-size: 1rem; line-height: 1.8; }
.steps { list-style: none; padding: 0; margin: .2rem 0 0; }
.steps li { display: grid; grid-template-columns: 2.6rem 1fr; gap: 1.3rem; padding-block: 1.7rem; border-top: 1px solid #8a9f3f; }
.steps li:last-child { padding-bottom: 0; }
.step-number { font-family: var(--mono); font-size: .85rem; padding-top: .2rem; }
.steps h3 { font-size: 1.55rem; line-height: 1.15; }
.steps p { margin-top: .75rem; color: #3f4b23; font-size: 1rem; line-height: 1.75; }
.contact-grid { display: grid; grid-template-columns: .94fr 1fr; gap: 6rem; }
.contact-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.05rem; margin-top: 1.6rem; max-width: 26rem; }
.contact h2 { font-size: clamp(2.7rem, 4.1vw, 4rem); }
.area-note { margin-top: 2.3rem; }
.small-label { display: block; font-family: var(--mono); font-size: .8rem; margin-bottom: .65rem; text-transform: uppercase; }
.area-note p { max-width: 21rem; color: var(--muted); }
.demo-note { max-width: 26rem; border-left: 3px solid #a7c43c; padding-left: 1.1rem; margin-top: 2.2rem; }
.demo-note strong { font-size: .9rem; font-weight: 600; }
.demo-note p { margin-top: .45rem; font-size: .9rem; line-height: 1.75; color: var(--muted); }
.enquiry-form { display: grid; gap: 1.5rem; align-content: start; padding-top: .2rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.field { display: flex; flex-direction: column; gap: .55rem; min-width: 0; }
.field label { font-size: .95rem; font-weight: 600; }
.field label span { font-size: .875rem; color: var(--muted); font-weight: 400; }
.field-hint { font-size: .875rem; color: var(--muted); line-height: 1.6; }
.field input, .field select, .field textarea { width: 100%; min-width: 0; min-height: 3.2rem; padding: .85rem .95rem; border: 1px solid #b7bfb0; border-radius: 2px; background: var(--white); color: var(--ink); font-size: 1rem; line-height: 1.4; }
.field input::placeholder, .field textarea::placeholder { color: #6a7364; opacity: 1; }
.field input:hover, .field select:hover, .field textarea:hover { border-color: #69785e; }
.field textarea { resize: vertical; min-height: 9rem; }
.form-submit { width: 100%; }
.form-submit:disabled { opacity: .5; cursor: wait; }
.form-status { border: 1px solid #96ac48; background: #e8f3c3; padding: 1rem 1.2rem; font-size: 1rem; }
.noscript-note { font-size: .9rem; }
.site-footer { background: var(--ink); color: var(--paper); padding-top: 3.5rem; }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding-bottom: 3rem; }
.brand--footer .brand-name { font-size: 2rem; }
.brand--footer .brand-descriptor { color: #ccd6c2; }
.footer-nav { display: flex; flex-wrap: wrap; gap: 2rem; font-size: .95rem; }
.footer-bottom { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1rem 2rem; padding-block: 1.5rem; border-top: 1px solid #59654f; color: #c8d0c0; font-size: .8rem; }
.footer-bottom strong { color: var(--lime); font-weight: 600; }
.footer-bottom > a { display: inline-flex; align-items: center; gap: var(--action-gap); min-height: 2.75rem; text-underline-offset: .3em; }
@media (min-width: 1600px) {
  .hero { min-height: 740px; }
  .hero-content { padding-top: 6rem; }
  .hero-bottom { margin-top: 4.5rem; }
}
@media (max-width: 1050px) {
  .container { width: calc(100% - 4rem); }
  .primary-nav { gap: 1.3rem; }
  .section { padding-block: 5.5rem; }
  .service-grid { gap: 1.8rem; }
  .service-card h3 { font-size: 1.55rem; }
  .service-detail { font-size: .75rem; }
  .approach-grid, .contact-grid { gap: 3rem; }
  .ideas-grid { gap: 2rem; }
  .hero { min-height: 640px; }
  .hero-content { padding-top: 4rem; }
  h1 { font-size: clamp(4rem, 7.6vw, 6rem); }
}
@media (max-width: 880px) {
  .form-row { grid-template-columns: 1fr; gap: 1.5rem; }
  .header-inner { min-height: 78px; flex-wrap: wrap; gap: 0; }
  .menu-toggle { display: inline-flex; align-items: center; gap: .7rem; min-height: 44px; border: 0; padding: .5rem 0 .5rem .8rem; background: none; color: var(--ink); font-size: .95rem; }
  .menu-lines, .menu-lines::before, .menu-lines::after { display: block; position: relative; width: 21px; height: 1.5px; background: currentColor; }
  .menu-lines::before, .menu-lines::after { content: ''; position: absolute; left: 0; }
  .menu-lines::before { top: -6px; }
  .menu-lines::after { top: 6px; }
  .menu-toggle[aria-expanded='true'] .menu-lines { background: transparent; }
  .menu-toggle[aria-expanded='true'] .menu-lines::before { top: 0; transform: rotate(45deg); }
  .menu-toggle[aria-expanded='true'] .menu-lines::after { top: 0; transform: rotate(-45deg); }
  .primary-nav { width: 100%; flex-direction: column; align-items: stretch; gap: 0; padding-bottom: 1.1rem; font-size: 1rem; }
  .primary-nav > a:not(.button) { padding: .7rem 0; min-height: 44px; }
  .primary-nav > .button { margin-top: .5rem; padding: .9rem; }
  .js .primary-nav { display: none; }
  .js .primary-nav.is-open { display: flex; }
}
@media (max-width: 760px) {
  html { scroll-padding-top: 5.8rem; }
  .container { width: calc(100% - 2.5rem); }
  .section { padding-block: 4.5rem; }
  .eyebrow { margin-bottom: 1.1rem; font-size: .75rem; }
  .demo-banner { font-size: .75rem; padding-inline: .5rem; }
  .brand { gap: .6rem; }
  .brand > img { width: 2.45rem; height: 2.45rem; }
  .brand-name { font-size: 1.55rem; }
  .brand-descriptor { font-size: .6rem; }
  .hero { min-height: 670px; }
  .hero-content { padding-top: 4.3rem; padding-bottom: 1.5rem; }
  .hero-image { object-position: 65% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(15,24,13,.85), rgba(15,24,13,.32) 75%), linear-gradient(90deg, rgba(15,24,13,.35), transparent); }
  .hero-eyebrow { font-size: .75rem; max-width: 19rem; line-height: 1.5; margin-bottom: 1.7rem; }
  h1 { font-size: clamp(3.25rem, 11.5vw, 5.5rem); line-height: 1.02; letter-spacing: -.055em; }
  .hero-description { font-size: 1rem; max-width: 25rem; margin-top: 1.7rem; }
  .hero-content > .button { margin-top: 1.7rem; }
  .hero-bottom { margin-top: 3.5rem; align-items: flex-start; flex-direction: column; gap: .85rem; }
  .hero-explore { font-size: .875rem; }
  .image-disclosure { font-size: .75rem; }
  h2 { font-size: clamp(2.5rem, 8.2vw, 3.6rem); }
  .section-heading { display: block; margin-bottom: 2.5rem; }
  .section-heading > p { margin-top: 1.5rem; max-width: 31rem; font-size: 1rem; }
  .service-grid { grid-template-columns: 1fr; gap: 2.2rem; }
  .service-card { padding-top: 1.2rem; }
  .service-index { margin-bottom: 1.4rem; width: 2.1rem; height: 2.1rem; }
  .service-card h3 { font-size: 1.9rem; margin-bottom: .8rem; }
  .service-card > p { padding-bottom: 1.2rem; max-width: 30rem; }
  .service-detail { font-size: .75rem; }
  .ideas-grid { grid-template-columns: 1fr; gap: 3rem; }
  .idea-card .idea-photo { aspect-ratio: 1.1; }
  .idea-card h3 { font-size: 2.2rem; }
  .idea-category { font-size: .75rem; }
  .approach-grid, .contact-grid { grid-template-columns: 1fr; gap: 2.6rem; }
  .approach-intro > p:not(.eyebrow) { margin-top: 1.5rem; max-width: 32rem; }
  .steps li { gap: 1rem; padding-block: 1.4rem; }
  .steps h3 { font-size: 1.5rem; }
  .contact h2 { font-size: clamp(2.6rem, 8.5vw, 3.8rem); }
  .contact-copy > p:not(.eyebrow) { font-size: 1rem; }
  .area-note, .demo-note { margin-top: 1.7rem; }
  .form-row { grid-template-columns: 1fr; gap: 1.5rem; }
  .site-footer { padding-top: 2.7rem; }
  .footer-top { flex-direction: column; align-items: flex-start; gap: 2rem; padding-bottom: 2.4rem; }
  .footer-nav { gap: .7rem 1.4rem; font-size: .9rem; }
  .footer-nav a { padding-block: .35rem; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: .65rem; font-size: .75rem; }
}
@media (max-width: 360px) {
  .container { width: calc(100% - 2rem); }
  .demo-banner span { padding-inline: .05rem; }
  .brand-name { font-size: 1.45rem; }
  .hero { min-height: 650px; }
  .hero-content { padding-top: 3rem; }
  h1 { font-size: 3.05rem; }
  .hero-bottom { margin-top: 2.6rem; }
  .service-detail { letter-spacing: -.04em; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
  .button:hover { transform: none; }
}
