
:root {
  --ink: #18201b;
  --cream: #f4f0e8;
  --paper: #fbfaf7;
  --green: #174c3c;
  --lime: #d6f36d;
  --orange: #ef6b3b;
  --line: rgba(24, 32, 27, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; line-height: 1.5; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
button, input, select, textarea { font: inherit; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }

.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: #fff; padding: .8rem 1rem; border-radius: .4rem; }
.skip-link:focus { top: 1rem; }

.site-header { min-height: 88px; padding: 0 clamp(1.25rem, 5vw, 5rem); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: rgba(251,250,247,.94); position: sticky; top: 0; z-index: 20; backdrop-filter: blur(12px); }
.brand { display: flex; align-items: center; gap: .75rem; font-weight: 800; letter-spacing: -.03em; }
.brand-mark { width: 34px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: end; gap: 2px; height: 28px; }
.brand-mark i { display: block; height: 70%; background: var(--green); transform: skewY(-28deg); }
.brand-mark i:nth-child(2) { height: 95%; background: var(--orange); }
.brand-mark i:nth-child(3) { height: 60%; background: #f3bd39; }
.brand-mark i:nth-child(4) { height: 85%; background: #699b8b; }
nav { display: flex; gap: clamp(1rem, 3vw, 2.3rem); font-size: .92rem; font-weight: 700; }
nav a { border-bottom: 2px solid transparent; padding: .3rem 0; }
nav a:hover { border-color: var(--orange); }

.button { display: inline-flex; align-items: center; justify-content: center; gap: .8rem; background: var(--green); color: #fff; min-height: 54px; padding: .85rem 1.2rem; border: 0; border-radius: 2px; font-weight: 800; cursor: pointer; transition: transform .2s, background .2s; }
.button:hover { background: #0e392d; transform: translateY(-2px); }
.button:disabled { opacity: .72; cursor: wait; transform: none; }
.button-small { min-height: 44px; padding: .6rem 1rem; font-size: .88rem; }
.button-arrow { position: relative; width: 18px; height: 18px; flex: 0 0 18px; display: inline-block; }
.button-arrow::before { content: ""; position: absolute; width: 14px; height: 2px; left: 2px; top: 8px; background: currentColor; transform: rotate(-45deg); transform-origin: center; }
.button-arrow::after { content: ""; position: absolute; width: 7px; height: 7px; right: 1px; top: 1px; border-top: 2px solid currentColor; border-right: 2px solid currentColor; }

.hero { min-height: calc(100vh - 88px); display: grid; grid-template-columns: 1.02fr .98fr; }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(4rem, 8vw, 8rem) clamp(1.5rem, 7vw, 7.5rem); background: var(--cream); }
.eyebrow, .section-label { font-size: .76rem; font-weight: 900; text-transform: uppercase; letter-spacing: .14em; margin: 0 0 1.5rem; }
.eyebrow { display: flex; align-items: center; gap: .65rem; }
.eyebrow span { width: 28px; height: 4px; background: var(--orange); }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.055em; line-height: .98; margin: 0; }
h1 { max-width: 760px; font-size: clamp(3.5rem, 6.3vw, 7.4rem); }
h2 { font-size: clamp(2.4rem, 4.5vw, 5rem); }
.hero-intro { max-width: 620px; font-size: clamp(1.05rem, 1.4vw, 1.3rem); margin: 2rem 0; color: #4b514d; }
.hero-actions { display: flex; align-items: center; gap: 1.7rem; flex-wrap: wrap; }
.text-link { font-weight: 800; border-bottom: 1px solid; padding-bottom: .2rem; }
.trust-row { display: flex; flex-wrap: wrap; gap: .65rem 1.5rem; margin-top: 3.5rem; font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.trust-row span::before { content: "✓"; color: var(--green); margin-right: .45rem; }
.hero-visual { min-height: 580px; position: relative; overflow: hidden; background: #c4e7ef; }
.hero-visual picture, .hero-visual picture::after { position: absolute; inset: 0; }
.hero-visual picture::after { content: ""; background: linear-gradient(180deg, transparent 55%, rgba(0,0,0,.18)); }
.hero-visual img { height: 100%; object-fit: cover; object-position: center; }
.hero-visual::before { content: ""; position: absolute; width: 22%; height: 16px; background: var(--orange); left: 0; top: 0; }
.colour-card { position: absolute; right: clamp(1.2rem, 4vw, 4rem); bottom: clamp(1.2rem, 4vw, 4rem); width: min(290px, calc(100% - 2.4rem)); padding: 1.5rem; background: var(--lime); display: grid; gap: .35rem; }
.colour-card span { font-size: .76rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.colour-card strong { font-family: Georgia, serif; font-size: 1.7rem; }

.section { padding: clamp(5rem, 10vw, 9rem) clamp(1.25rem, 7vw, 7.5rem); }
.intro-section, .services, .work, .process, .contact { content-visibility: auto; contain-intrinsic-size: 800px; }
.intro-section { display: grid; grid-template-columns: .35fr 1fr; background: var(--green); color: #fff; }
.intro-section div { max-width: 950px; }
.intro-section p:last-child { max-width: 670px; color: #d6e3dc; font-size: 1.14rem; margin: 2rem 0 0; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 3rem; margin-bottom: 3.5rem; }
.section-heading > div { max-width: 760px; }
.section-heading > p { max-width: 390px; color: #626762; }
.section-label { color: var(--orange); }
.section-label.light { color: var(--lime); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 330px; padding: 2rem; border-right: 1px solid rgba(24,32,27,.22); border-bottom: 1px solid rgba(24,32,27,.22); display: flex; flex-direction: column; }
.service-card:nth-child(1) { background: var(--green); color: #fff; }
.service-card:nth-child(2) { background: var(--orange); color: var(--ink); }
.service-card:nth-child(3) { background: #f3bd39; color: var(--ink); }
.service-card:nth-child(4) { background: #699b8b; color: #fff; }
.service-number { color: currentColor; font-weight: 900; font-size: .82rem; opacity: .78; }
.service-card h3 { font-family: Georgia, serif; font-size: 1.8rem; line-height: 1.05; margin: auto 0 1.2rem; }
.service-card p { color: currentColor; opacity: .82; margin: 0; }

.work { background: var(--cream); }
.work-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 1.25rem; }
.project { margin: 0; position: relative; min-height: 360px; overflow: hidden; }
.project-large { grid-row: span 2; min-height: 740px; }
.project img { height: 100%; object-fit: cover; transition: transform .7s; position: absolute; inset: 0; }
.project:hover img { transform: scale(1.025); }
.project::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.72)); }
.project figcaption { position: absolute; z-index: 1; left: 1.6rem; bottom: 1.5rem; color: #fff; display: grid; gap: .3rem; }
.project figcaption span { font-size: .72rem; text-transform: uppercase; font-weight: 900; letter-spacing: .12em; }
.project figcaption strong { font-family: Georgia, serif; font-size: 1.55rem; }

.process { display: grid; grid-template-columns: .8fr 1fr; gap: clamp(3rem, 8vw, 9rem); }
.process-copy p:last-child { color: #666b66; max-width: 480px; font-size: 1.1rem; margin-top: 1.8rem; }
.process-list { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--line); }
.process-list li { display: grid; grid-template-columns: 50px 1fr; gap: 1.25rem; padding: 2rem 0; border-bottom: 1px solid var(--line); }
.process-list > li > span { color: var(--orange); font-weight: 900; font-size: .8rem; }
.process-list h3 { font-family: Georgia, serif; font-size: 1.5rem; margin: 0 0 .5rem; }
.process-list p { margin: 0; color: #666b66; }

.contact { background: var(--green); color: #fff; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 8vw, 9rem); }
.contact-copy > p:not(.section-label) { color: #cbdad3; max-width: 560px; font-size: 1.08rem; margin: 2rem 0; }
.direct-contact { display: grid; gap: .65rem; font-size: 1.1rem; font-weight: 800; }
.quote-form { background: var(--paper); color: var(--ink); padding: clamp(1.4rem, 4vw, 3rem); display: grid; gap: 1.2rem; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.quote-form label { display: grid; gap: .45rem; font-size: .82rem; font-weight: 900; }
.quote-form label span { color: #737873; font-weight: 400; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; border: 1px solid #b9bdb9; background: #fff; border-radius: 0; padding: .78rem; color: var(--ink); }
.quote-form textarea { resize: vertical; }
.honey-field { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.button-light { background: var(--lime); color: var(--ink); width: 100%; }
.button-light:hover { background: #c4e54c; }
.form-note { margin: -.4rem 0 0; font-size: .75rem; color: #676c67; text-align: center; }

footer { min-height: 150px; padding: 2.5rem clamp(1.25rem, 7vw, 7.5rem); display: flex; align-items: center; justify-content: space-between; gap: 2rem; font-size: .78rem; color: #626762; }
.footer-brand { color: var(--ink); }
.legal-links { display: flex; gap: 1.2rem; font-size: .78rem; font-weight: 700; }
.legal-links a { text-decoration: underline; text-underline-offset: 3px; }

.legal-page { max-width: 900px; margin: 0 auto; padding: clamp(4rem, 8vw, 8rem) 1.25rem; }
.legal-page h1 { font-size: clamp(3rem, 7vw, 5.5rem); margin-bottom: 1.5rem; }
.legal-page h2 { font-family: Georgia, serif; font-size: 1.65rem; margin: 2.5rem 0 .75rem; letter-spacing: -.02em; }
.legal-page p, .legal-page li { color: #555b56; }
.legal-page ul { padding-left: 1.25rem; }
.legal-back { display: inline-flex; margin-bottom: 3rem; font-weight: 800; border-bottom: 1px solid; }

@media (max-width: 980px) {
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 650px; }
  .hero-visual { min-height: 70vw; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .process, .contact { grid-template-columns: 1fr; }
}

@media (max-width: 650px) {
  .site-header { min-height: 72px; padding: 0 1rem; backdrop-filter: none; background: var(--paper); }
  .brand { font-size: .9rem; }
  .site-header .button-small { display: none; }
  .hero { min-height: auto; display: flex; flex-direction: column; padding-bottom: 1rem; background: var(--cream); }
  .hero-visual { order: 1; min-height: 0; aspect-ratio: 4 / 3; }
  .hero-visual img { object-position: 50% 48%; }
  .hero-visual::before { width: 34%; height: 10px; }
  .colour-card { display: none; }
  .hero-copy { order: 2; min-height: auto; margin: -2rem 1rem 0; padding: 2rem 1.1rem 2.4rem; position: relative; z-index: 2; background: rgba(244,240,232,.98); box-shadow: 0 18px 50px rgba(24,32,27,.14); }
  .hero-copy .eyebrow { margin-bottom: 1rem; font-size: .68rem; }
  h1 { font-size: clamp(2.75rem, 13vw, 3.85rem); line-height: .96; }
  .hero-intro { margin: 1.25rem 0 1.5rem; font-size: 1rem; }
  .hero-actions { display: grid; gap: 1rem; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { justify-self: start; }
  .trust-row { margin-top: 2rem; display: grid; gap: .55rem; font-size: .68rem; }
  .section { padding: 4.5rem 1.25rem; }
  .intro-section { grid-template-columns: 1fr; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 1.3rem; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 245px; }
  .work-grid { grid-template-columns: 1fr; }
  .project, .project-large { min-height: 110vw; grid-row: auto; }
  .field-row { grid-template-columns: 1fr; }
  .quote-form { margin-inline: -.25rem; }
  footer { align-items: flex-start; flex-direction: column; }
  .legal-links { display: flex; flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
