:root {
  --green: #455843;
  --green-2: #354634;
  --cream: #f4ead5;
  --paper: #fffaf0;
  --copper: #c45a12;
  --gold: #f0a30d;
  --brown: #562006;
  --ink: #3d210e;
  --muted: #65594f;
  --line: rgba(86,32,6,.18);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, Montserrat, "Segoe UI", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 16px/1.65 var(--sans); }
a { color: inherit; }
.site-header { position: sticky; z-index: 20; top: 0; min-height: 104px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 8px clamp(20px,5vw,72px); border-bottom: 1px solid var(--line); background: rgba(255,250,240,.95); backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: 13px; text-decoration: none; }
.brand-logo { display: block; width: auto; height: 88px; }
nav { display: flex; align-items: center; gap: clamp(18px,2.5vw,38px); }
nav a { font-size: 14px; font-weight: 650; text-decoration: none; }
.nav-cta { border-bottom: 2px solid var(--copper); }
.menu-button { display: none; border: 1px solid var(--line); background: transparent; padding: 9px 13px; color: var(--ink); font-weight: 700; }
.hero { min-height: calc(100vh - 104px); display: grid; grid-template-columns: minmax(0,1.18fr) minmax(360px,.82fr); align-items: center; gap: clamp(40px,7vw,110px); padding: clamp(70px,10vw,140px) clamp(20px,7vw,110px); background: radial-gradient(circle at 90% 15%, rgba(196,90,18,.16), transparent 33%), linear-gradient(135deg,var(--paper),var(--cream)); }
.hero-copy { max-width: 790px; }
.eyebrow { margin: 0 0 16px; color: var(--copper); font-size: 13px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
h1,h2,h3,p { overflow-wrap: break-word; }
h1 { margin: 0; max-width: 850px; font: clamp(48px,6.2vw,91px)/.98 var(--serif); letter-spacing: -.035em; }
.lead { max-width: 710px; margin: 30px 0; color: #594c42; font-size: clamp(18px,1.6vw,22px); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 13px 21px; border: 1px solid var(--green); border-radius: 2px; font: 700 15px/1 var(--sans); text-decoration: none; cursor: pointer; }
.button.primary { color: white; background: var(--green); }
.button.primary:hover { background: var(--green-2); }
.button.secondary { background: transparent; }
.trust-line { display: flex; flex-wrap: wrap; gap: 12px 30px; margin: 35px 0 0; padding: 0; list-style: none; color: var(--muted); font-size: 14px; }
.trust-line li::before { content: "✓"; margin-right: 8px; color: var(--copper); font-weight: 800; }
.project-card { position: relative; padding: clamp(28px,4vw,50px); background: var(--green); color: white; box-shadow: 18px 18px 0 var(--gold); }
.project-card::before { content: ""; position: absolute; width: 64px; height: 7px; top: 0; left: 50px; background: var(--copper); }
.card-kicker { margin: 0 0 22px; color: #f7d99d; font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.project-card ol { margin: 0; padding: 0; list-style: none; }
.project-card li { display: grid; grid-template-columns: 42px 1fr; gap: 16px; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.15); }
.project-card li > span { color: #f3bd55; font: 18px/1 var(--serif); }
.project-card strong,.project-card small { display: block; }
.project-card strong { font-size: 16px; }
.project-card small { margin-top: 4px; color: #eef0e8; font-size: 13px; line-height: 1.45; }
.statement { display: grid; grid-template-columns: 1fr 1fr; background: var(--brown); color: #ffe0a2; padding: 24px clamp(20px,7vw,110px); font: 22px/1.3 var(--serif); letter-spacing: .02em; }
.statement p:last-child { text-align: right; }
.section { padding: clamp(80px,10vw,145px) clamp(20px,7vw,110px); }
.section-heading { display: grid; grid-template-columns: .65fr 1.3fr 1fr; align-items: end; gap: 40px; margin-bottom: 55px; }
.section-heading h2,.builder-section h2,.start-section h2 { margin: 0; font: clamp(38px,4.2vw,65px)/1.06 var(--serif); letter-spacing: -.025em; }
.section-heading > p:last-child { margin: 0; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-grid article { min-height: 250px; padding: 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.38); }
.service-grid article > span { color: var(--copper); font: 18px/1 var(--serif); }
.service-grid h3 { margin: 55px 0 12px; font: 27px/1.15 var(--serif); }
.service-grid p,.process-grid p { margin: 0; color: var(--muted); }
.scope-note { max-width: 900px; margin: 36px 0 0 auto; padding-left: 28px; border-left: 3px solid var(--copper); color: var(--muted); }
.builder-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(55px,9vw,140px); padding: clamp(80px,10vw,145px) clamp(20px,7vw,110px); background: var(--green); color: white; }
.builder-section > div:first-child > p:last-child { max-width: 650px; margin-top: 28px; color: #eef0e8; font-size: 18px; }
.support-list { border-top: 1px solid rgba(255,255,255,.2); }
.support-list div { display: grid; grid-template-columns: .75fr 1.25fr; gap: 25px; padding: 27px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.support-list strong { color: #f7d99d; font: 21px/1.25 var(--serif); }
.support-list span { color: #eef0e8; }
.section-heading.compact { grid-template-columns: .7fr 1.6fr; }
.process-intro { max-width: 700px; margin: 22px 0 0; color: var(--muted); }
.process-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: var(--line); }
.process-grid article { min-height: 270px; padding: 32px; background: var(--paper); }
.process-grid b { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; color: white; background: var(--copper); }
.process-grid h3 { margin: 58px 0 12px; font: 28px/1.1 var(--serif); }
.clients { padding: 55px clamp(20px,7vw,110px); color: #fff1d2; background: var(--brown); }
.clients > p { margin: 0 0 24px; font: 26px/1.3 var(--serif); }
.clients div { display: flex; flex-wrap: wrap; gap: 12px; }
.clients span { padding: 9px 14px; border: 1px solid rgba(255,255,255,.48); font-size: 14px; }
.independent-support { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(35px,8vw,120px); align-items: center; padding: clamp(55px,7vw,88px) clamp(20px,7vw,110px); color: white; background: var(--green); border-bottom: 1px solid rgba(255,255,255,.15); }
.independent-support h2 { margin: 0; font: clamp(34px,3.5vw,54px)/1.08 var(--serif); }
.support-options { display: grid; grid-template-columns: 1fr 1fr; gap: 0 28px; align-items: end; }
.support-options > div { min-height: 118px; padding: 0 0 20px; border-bottom: 1px solid rgba(255,255,255,.22); }
.support-options strong { color: #f7d99d; font: 22px/1.2 var(--serif); }
.support-options p { margin: 9px 0 0; color: #eef0e8; font-size: 15px; line-height: 1.55; }
.support-button { min-width: 230px; color: white; border-color: #f3bd55; background: transparent; }
.support-options .support-button { grid-column: 1 / -1; width: fit-content; margin-top: 24px; }
.support-button:hover { color: var(--brown); background: #f7d99d; }
.prerequisite-hero { padding: clamp(75px,10vw,135px) clamp(20px,7vw,110px) clamp(55px,7vw,85px); background: linear-gradient(135deg,var(--paper),var(--cream)); }
.prerequisite-hero .back-link { display: inline-block; margin-bottom: 42px; color: var(--green); font-size: 14px; font-weight: 750; text-decoration: none; border-bottom: 1px solid var(--copper); }
.prerequisite-hero h1 { max-width: 900px; }
.prerequisite-hero .lead { max-width: 820px; }
.prerequisites { padding: clamp(70px,9vw,125px) clamp(20px,7vw,110px); }
.prerequisite-grid { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.prerequisite-grid article { min-height: 210px; padding: 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.38); }
.prerequisite-grid span { color: var(--copper); font: 18px/1 var(--serif); }
.prerequisite-grid h2 { margin: 42px 0 10px; font: 26px/1.15 var(--serif); }
.prerequisite-grid p { margin: 0; color: var(--muted); }
.review-boundary { margin-top: 38px; padding: 32px 36px; color: white; background: var(--green); border-left: 7px solid var(--copper); }
.review-boundary h2 { margin: 0 0 10px; font: 27px/1.2 var(--serif); }
.review-boundary p { max-width: 1050px; margin: 0; color: #eef0e8; }
.prerequisite-cta { padding: clamp(60px,8vw,95px) clamp(20px,7vw,110px); background: var(--cream); }
.prerequisite-cta h2 { margin: 0 0 15px; font: clamp(34px,3.5vw,52px)/1.08 var(--serif); }
.prerequisite-cta p { max-width: 720px; color: var(--muted); }
.recommendations-section { padding: clamp(80px,10vw,145px) clamp(20px,7vw,110px); background: var(--paper); }
.recommendation-heading { display: grid; grid-template-columns: .6fr 1.25fr .85fr; align-items: end; gap: 40px; margin-bottom: 55px; }
.recommendation-heading h2 { margin: 0; font: clamp(38px,4.2vw,65px)/1.06 var(--serif); letter-spacing: -.025em; }
.recommendation-heading > p:last-child { margin: 0; color: var(--muted); }
.recommendation-heading.recommendations-title { grid-template-columns: .6fr 1.9fr; margin-bottom: 35px; }
.recommendations-empty { min-height: 170px; display: grid; place-items: center; padding: 35px; border: 1px solid var(--line); background: rgba(255,255,255,.38); }
.recommendations-empty p { margin: 0; color: var(--muted); font: 21px/1.4 var(--serif); text-align: center; }
.recommendation-process { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.recommendation-process article { min-height: 270px; padding: 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.38); }
.recommendation-process span { color: var(--copper); font: 18px/1 var(--serif); }
.recommendation-process h3 { margin: 62px 0 12px; font: 27px/1.15 var(--serif); }
.recommendation-process p { margin: 0; color: var(--muted); }
.recommendation-note { display: grid; grid-template-columns: .7fr 1.3fr; gap: 30px; margin-top: 30px; padding: 30px 34px; color: white; background: var(--green); }
.recommendation-note strong { color: #f7d99d; font: 23px/1.25 var(--serif); }
.recommendation-note p { margin: 0; color: #eef0e8; }
.start-section { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(55px,9vw,140px); align-items: start; padding: clamp(80px,10vw,145px) clamp(20px,7vw,110px); background: var(--cream); }
.start-section > div:first-child > p:last-child { max-width: 600px; color: var(--muted); font-size: 18px; }
.checklist-card { padding: clamp(28px,4vw,48px); background: white; border-top: 6px solid var(--green); }
.checklist-card ul { margin: 0 0 28px; padding: 0; list-style: none; }
.checklist-card li { padding: 14px 0 14px 34px; border-bottom: 1px solid var(--line); position: relative; }
.checklist-card li::before { content: ""; position: absolute; left: 0; top: 21px; width: 10px; height: 10px; border: 2px solid var(--copper); }
.enquiry-actions { display: grid; gap: 10px; }
.enquiry-actions .button { width: 100%; }
.copy-status { min-height: 24px; margin: 10px 0 0; color: var(--green); font-size: 14px; text-align: center; }
footer { padding: 58px clamp(20px,7vw,110px); color: #f4e7d1; background: var(--brown); }
footer p { max-width: 620px; margin: 20px 0 0; }
.footer-logo { display: block; width: auto; height: 150px; }
.footer-line { color: #f3bd55; font: 19px/1.3 var(--serif); }
@media (max-width: 950px) {
  .menu-button { display: block; }
  nav { display: none; position: absolute; left: 0; right: 0; top: 103px; flex-direction: column; align-items: stretch; gap: 0; padding: 10px 20px 20px; background: var(--paper); border-bottom: 1px solid var(--line); }
  nav.open { display: flex; }
  nav a { padding: 15px 0; border-bottom: 1px solid var(--line); }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .project-card { max-width: 680px; }
  .section-heading,.section-heading.compact { grid-template-columns: 1fr; align-items: start; gap: 15px; }
  .recommendation-heading { grid-template-columns: 1fr; align-items: start; gap: 15px; }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .recommendation-process { grid-template-columns: 1fr; }
  .recommendation-process article { min-height: auto; }
  .recommendation-process h3 { margin-top: 30px; }
  .recommendation-note { grid-template-columns: 1fr; }
  .builder-section,.start-section { grid-template-columns: 1fr; }
  .independent-support { grid-template-columns: 1fr; }
  .support-options { grid-template-columns: 1fr; }
  .support-options > div { min-height: auto; padding: 20px 0; }
  .support-button { width: fit-content; }
  .prerequisite-grid { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 600px) {
  .site-header { min-height: 92px; gap: 1rem; }
  .brand-logo { height: 74px; }
  nav { top: 91px; }
  .footer-logo { height: 125px; }
  .hero { padding-top: 70px; }
  h1 { font-size: 48px; }
  .project-card { margin-right: 10px; box-shadow: 10px 10px 0 var(--copper); }
  .statement { grid-template-columns: 1fr; gap: 7px; }
  .statement p { margin: 0; }
  .statement p:last-child { text-align: left; }
  .service-grid,.process-grid { grid-template-columns: 1fr; }
  .service-grid article,.process-grid article { min-height: auto; }
  .service-grid h3,.process-grid h3 { margin-top: 30px; }
  .support-list div { grid-template-columns: 1fr; gap: 8px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
