.enquiry-chat-launcher{position:fixed;right:1.25rem;bottom:1.25rem;z-index:900;padding:.75rem 1.25rem;border:none;border-radius:999px;background:var(--brand-700);color:var(--white);font:inherit;font-weight:700;font-size:.9375rem;cursor:pointer;box-shadow:0 4px 20px #0003}.enquiry-chat-launcher:hover{background:var(--brand-800)}.enquiry-chat-panel{position:fixed;right:1.25rem;bottom:4.5rem;z-index:901;display:flex;flex-direction:column;width:min(100vw - 2rem,380px);max-height:min(70vh,520px);background:var(--white);border-radius:var(--radius);box-shadow:0 8px 32px #0000002e;border:1px solid var(--gray-200);overflow:hidden}.enquiry-chat-panel__head{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem;padding:1rem 1rem .5rem;background:var(--brand-50);border-bottom:1px solid var(--brand-100)}.enquiry-chat-panel__eyebrow{margin:0;font-size:.75rem;font-weight:700;color:var(--brand-700);text-transform:uppercase;letter-spacing:.04em}.enquiry-chat-panel__title{margin:.15rem 0 0;font-size:1.125rem;color:var(--brand-900)}.enquiry-chat-panel__close{border:none;background:transparent;font-size:1.5rem;line-height:1;cursor:pointer;color:var(--gray-600);padding:.25rem}.enquiry-chat-panel__disclaimer{margin:0;padding:.5rem 1rem;font-size:.75rem;color:var(--gray-500);line-height:1.4;border-bottom:1px solid var(--gray-100)}.enquiry-chat-panel__choose{padding:1rem;display:flex;flex-direction:column;gap:.75rem}.enquiry-chat-panel__choose p{margin:0;font-size:.9375rem}.enquiry-chat-panel__messages{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.75rem;min-height:200px}.enquiry-chat-bubble{max-width:92%;padding:.65rem .85rem;border-radius:12px;font-size:.9375rem;line-height:1.45}.enquiry-chat-bubble p{margin:0}.enquiry-chat-bubble__who{display:block;font-size:.6875rem;font-weight:700;color:var(--brand-700);margin-bottom:.2rem}.enquiry-chat-bubble--bot{align-self:flex-start;background:var(--gray-100);color:var(--gray-800);border-bottom-left-radius:4px}.enquiry-chat-bubble--user{align-self:flex-end;background:var(--brand-700);color:var(--white);border-bottom-right-radius:4px}.enquiry-chat-bubble--typing .enquiry-chat-typing{font-style:italic;color:var(--gray-500)}.enquiry-chat-panel__error{margin:0 1rem;font-size:.875rem;color:var(--error)}.enquiry-chat-panel__composer{display:flex;flex-direction:column;gap:.5rem;padding:.75rem 1rem 1rem;border-top:1px solid var(--gray-200)}.enquiry-chat-panel__composer input,.enquiry-chat-panel__composer select,.enquiry-chat-panel__composer textarea{width:100%;padding:.6rem .75rem;border:1px solid var(--gray-300);border-radius:8px;font:inherit;font-size:.9375rem}.enquiry-chat-panel__actions{display:flex;flex-wrap:wrap;gap:.5rem;padding:.75rem 1rem 1rem;border-top:1px solid var(--gray-200)}.enquiry-chat-panel__actions--files label{cursor:pointer}@media (max-width: 480px){.enquiry-chat-panel{right:.5rem;left:.5rem;width:auto;bottom:4.25rem}.enquiry-chat-launcher{right:.75rem;bottom:.75rem}}.logo{display:inline-flex;align-items:center;gap:.625rem;text-decoration:none;color:inherit;min-height:44px;flex-shrink:0}.logo:hover{text-decoration:none;opacity:.92}.logo__image{display:block;height:44px;width:auto;max-width:min(200px,55vw);object-fit:contain;object-position:left center}.logo__mark{width:44px;height:44px;background:linear-gradient(135deg,var(--blue-800),var(--blue-600));color:var(--white);font-weight:700;font-size:.875rem;display:flex;align-items:center;justify-content:center;border-radius:10px;flex-shrink:0}.logo__text{font-weight:700;font-size:1.0625rem;color:var(--blue-900);line-height:1.2}.logo--light .logo__text{color:var(--white)}.logo--light .logo__mark{background:#ffffff26;border:1px solid rgba(255,255,255,.35)}@media (max-width: 380px){.logo__text{font-size:.9375rem}.logo__image{height:36px}}.nav-toggle{display:flex;flex-direction:column;justify-content:center;gap:5px;width:48px;height:48px;padding:0;margin:0 -.5rem 0 0;border:none;border-radius:8px;background:transparent;cursor:pointer;flex-shrink:0;-webkit-tap-highlight-color:transparent}.nav-toggle__bar{display:block;width:22px;height:2px;margin:0 auto;background:var(--brand-900);border-radius:2px;transition:transform .2s,opacity .2s}.nav-toggle[aria-expanded=true] .nav-toggle__bar:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-toggle[aria-expanded=true] .nav-toggle__bar:nth-child(2){opacity:0}.nav-toggle[aria-expanded=true] .nav-toggle__bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;border:none;background:#0f1f1a80;cursor:pointer}.site-nav--drawer{display:none}@media (max-width: 899px){.site-nav--drawer{display:flex;flex-direction:column;position:fixed;top:0;right:0;z-index:95;width:min(100%,300px);height:100%;height:100dvh;margin:0;padding:calc(4.5rem + env(safe-area-inset-top,0)) 1.25rem calc(1.5rem + env(safe-area-inset-bottom,0));gap:0;background:var(--white);box-shadow:-8px 0 32px #0d3d2e2e;transform:translate(100%);transition:transform .25s ease;overflow-y:auto;-webkit-overflow-scrolling:touch}.site-nav--drawer.site-nav--open{transform:translate(0)}.site-nav--drawer a{display:flex;align-items:center;padding:.875rem 0;font-size:1.0625rem;border-bottom:1px solid var(--gray-100);min-height:48px;color:var(--gray-700);text-decoration:none}.site-nav--drawer a.is-active{color:var(--brand-700);font-weight:600}}@media (min-width: 900px){.nav-toggle,.nav-backdrop{display:none}.site-nav--drawer{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.5rem 1.25rem;position:static;width:auto;height:auto;padding:0;background:transparent;box-shadow:none;transform:none}.site-nav--drawer a{padding:.5rem 0;font-size:.9375rem;font-weight:500;color:var(--gray-700);border:none;min-height:auto}.site-nav--drawer a:hover{color:var(--brand-700);text-decoration:none}.site-nav--drawer a.is-active{color:var(--brand-700)}}.public-layout{display:flex;flex-direction:column;min-height:100dvh}.site-header{background:var(--white);border-bottom:2px solid var(--brand-100);position:sticky;top:0;z-index:100;padding-top:env(safe-area-inset-top,0)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;padding:.625rem 0;gap:.75rem;min-height:56px}.site-main{flex:1;width:100%;min-width:0;overflow-x:clip}.site-footer{background:var(--brand-900);color:#ffffffe6;padding:2rem 0 calc(2rem + env(safe-area-inset-bottom,0));margin-top:0}.site-footer__inner{display:flex;flex-direction:column;gap:1rem}.site-footer .logo__image{filter:brightness(0) invert(1)}.site-footer a{color:var(--white);text-decoration:underline;text-underline-offset:2px}.site-footer a:hover{opacity:.92}.site-footer p{margin:0;font-size:clamp(.875rem,2.5vw,.9375rem);line-height:1.5}.site-footer__links{display:flex;flex-wrap:wrap;gap:.35rem .75rem}.page-hero{background:var(--brand-50);padding:clamp(1.75rem,6vw,3rem) 0;border-bottom:1px solid var(--brand-100)}.page-hero h1{margin-bottom:.5rem;font-size:clamp(1.5rem,5vw,2.25rem)}body.nav-open{overflow:hidden}@media (min-width: 900px){.site-footer{margin-top:2rem}.site-footer__inner{flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:space-between}.site-footer__inner .logo{flex:1 1 100%;margin-bottom:.5rem}}.muted{color:var(--gray-500);font-size:.95rem}.field{margin-bottom:1rem}.field label{display:block;font-weight:600;font-size:.875rem;color:var(--gray-700);margin-bottom:.35rem}.glass-panel{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);box-shadow:var(--shadow)}.admin-layout{display:flex;min-height:100dvh;min-width:0;width:100%}.admin-layout-aside{flex-shrink:0;width:240px;border-right:1px solid var(--gray-200);padding:1.25rem;background:var(--blue-900);color:var(--white);display:flex;flex-direction:column;gap:1rem}.admin-sidebar-brand{font-weight:700;font-size:1.125rem;color:var(--white);text-decoration:none}.admin-sidebar-brand:hover{color:var(--white);text-decoration:none;opacity:.92}.admin-layout-nav{display:flex;flex-direction:column;gap:.5rem;flex:1}.admin-layout-nav a{color:#ffffffe0;padding:.5rem .75rem;border-radius:6px;text-decoration:none}.admin-layout-nav a:hover{background:#ffffff1a;color:var(--white);text-decoration:none}.admin-layout-main{flex:1;min-width:0;padding:1.75rem clamp(1rem,4vw,2rem);overflow-x:auto;background:var(--gray-50)}.admin-layout-signout{margin-top:auto;width:100%}.admin-dashboard{width:100%;max-width:1480px;min-width:0}.admin-dashboard-table-wrap{overflow-x:auto;max-width:100%;-webkit-overflow-scrolling:touch}.admin-dashboard-table-wrap .admin-table{min-width:720px}.admin-lead-detail{width:100%;max-width:880px;min-width:0}.admin-lead-panel{padding:1.5rem;margin-top:1rem}.admin-lead-pipeline-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(min(100%,210px),1fr))}.admin-table{width:100%;border-collapse:collapse;font-size:.95rem}.admin-table th,.admin-table td{text-align:left;padding:.65rem .75rem;border-bottom:1px solid var(--gray-200)}.admin-table th{font-weight:600;color:var(--gray-500);font-size:.8rem;text-transform:uppercase;letter-spacing:.04em;background:var(--blue-50)}.admin-dashboard-metric-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(148px,100%),1fr));gap:.75rem;margin-bottom:1.25rem}.admin-dashboard-metric-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);padding:.85rem 1rem;box-shadow:0 1px 4px #0d3d2e0f}.admin-dashboard-metric-value{font-size:1.45rem;font-weight:650;letter-spacing:-.03em;line-height:1.1;margin-bottom:.2rem;color:var(--blue-900)}.admin-dashboard-metric-label{font-size:.78rem;color:var(--gray-500);font-weight:500}.admin-dashboard-filter-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(140px,100%),1fr));gap:.75rem;align-items:end;margin-bottom:.75rem}.admin-dashboard-chip-row{display:flex;flex-wrap:wrap;gap:.45rem;margin-bottom:1rem}.admin-dashboard-chip{padding:.45rem .85rem;border-radius:980px;border:none;font-size:.82rem;font-weight:500;cursor:pointer;background:var(--gray-100);color:var(--gray-900);transition:background .15s ease;font-family:inherit}.admin-dashboard-chip:hover{background:var(--gray-200)}.admin-dashboard-chip-active{background:var(--blue-700);color:#fff}.admin-dashboard-chip-active:hover{background:var(--blue-800);color:#fff}.admin-dashboard-banner{margin-bottom:1rem;padding:.65rem 1rem;border-radius:8px;border:1px solid var(--gray-200);background:var(--blue-50);color:var(--gray-900);font-size:.9rem}.admin-dashboard-leads-row:hover{background:#1a734814}.admin-dashboard-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:1rem}@media (max-width: 768px){.admin-layout{flex-direction:column}.admin-layout-aside{width:100%;border-right:none;border-bottom:1px solid var(--gray-200);flex-direction:row;flex-wrap:wrap;align-items:center;padding:.85rem 1rem}.admin-layout-nav{flex-direction:row;flex-wrap:wrap;flex:1 1 auto;gap:.65rem 1rem}.admin-layout-signout{width:auto!important;margin-top:0!important}.admin-layout-main{padding:1rem}}@media (max-width: 640px){.admin-dashboard-filter-grid{grid-template-columns:1fr}}.admin-login{min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:1.25rem;padding-top:max(1.25rem,env(safe-area-inset-top));padding-bottom:max(1.25rem,env(safe-area-inset-bottom));background:var(--brand-50)}.admin-login__form{width:100%;max-width:400px}.admin-page-header{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem}.admin-page-header h1{margin:0;font-size:clamp(1.35rem,4vw,1.65rem)}.lead-email{border-radius:var(--radius);border:1px solid var(--gray-200);background:var(--white)}.lead-email--inbound{border-color:#2d40382e;background:#f3f4f6}.lead-email--outbound{border-color:#228c5859;background:#ecfdf3}.lead-email-direction{display:inline-flex;align-items:center;padding:.1rem .5rem;border-radius:999px;font-size:.78rem;font-weight:600}.lead-email-direction--inbound{background:#0f172a14;color:var(--gray-900)}.lead-email-direction--outbound{background:#22c55e24;color:var(--brand-800)}.client-carousel-section{padding:clamp(2rem,6vw,3rem) 0;background:var(--white);border-top:1px solid var(--gray-200);border-bottom:1px solid var(--gray-200)}.client-carousel-section__header{text-align:center;margin-bottom:1.5rem}.client-carousel-section__title{margin:0 0 .35rem;font-size:clamp(1.125rem,3vw,1.375rem);font-weight:600;color:var(--brand-900)}.client-carousel-section__lead{margin:0 auto;max-width:36rem;font-size:clamp(.9rem,2.5vw,1rem);color:var(--gray-500)}.client-carousel{position:relative;max-width:100%;overflow:hidden}.client-carousel__viewport{overflow:hidden;width:100%}.client-carousel__track{display:flex;align-items:center;gap:clamp(2rem,6vw,4rem);width:max-content;padding:.5rem 0;animation:client-carousel-scroll 45s linear infinite}.client-carousel:hover .client-carousel__track{animation-play-state:paused}@keyframes client-carousel-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.client-carousel__item{flex:0 0 auto;display:flex;align-items:center;justify-content:center;width:clamp(7rem,18vw,10rem);height:clamp(3rem,10vw,4rem);padding:.75rem 1rem}.client-carousel__logo{display:block;max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;filter:grayscale(100%);opacity:.72;transition:filter .2s ease,opacity .2s ease}.client-carousel__item:hover .client-carousel__logo{filter:grayscale(0%);opacity:1}.client-carousel__fade{position:absolute;top:0;bottom:0;width:min(4rem,12vw);pointer-events:none;z-index:1}.client-carousel__fade--left{left:0;background:linear-gradient(to right,var(--white) 0%,transparent 100%)}.client-carousel__fade--right{right:0;background:linear-gradient(to left,var(--white) 0%,transparent 100%)}@media (max-width: 640px){.client-carousel__item{width:clamp(6rem,28vw,8rem);height:2.75rem}.client-carousel__track{gap:2rem;animation-duration:55s}}.client-carousel__grid{display:none;list-style:none;margin:0 auto;padding:0 max(1rem,env(safe-area-inset-right,0)) 0 max(1rem,env(safe-area-inset-left,0));max-width:1120px;flex-wrap:wrap;justify-content:center;align-items:center;gap:1.25rem 2rem}@media (prefers-reduced-motion: reduce){.client-carousel__viewport,.client-carousel__fade{display:none}.client-carousel__grid{display:flex}.client-carousel__grid .client-carousel__item{width:calc(50% - 1rem);max-width:9rem;height:3.5rem}}.hero--video{position:relative;overflow:hidden;display:flex;align-items:flex-end;min-height:min(88vh,720px);padding:0;padding-bottom:max(clamp(2rem,7vw,3.5rem),env(safe-area-inset-bottom,0));color:var(--white);background:linear-gradient(160deg,var(--brand-900) 0%,var(--brand-700) 55%,var(--brand-600) 100%)}.hero__video{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;width:100%;height:100%;object-fit:cover;object-position:center 42%;pointer-events:none;opacity:0;transform:scale(1.06);transition:opacity .6s ease;will-change:opacity,transform}.hero__video--ready{opacity:1;animation:hero-ken-burns 48s ease-in-out infinite alternate}@keyframes hero-ken-burns{0%{transform:scale(1.06)}to{transform:scale(1.14)}}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(to top,rgba(13,61,46,.82) 0%,rgba(13,61,46,.48) 28%,rgba(13,61,46,.12) 52%,transparent 68%);pointer-events:none}.hero__content{position:relative;z-index:2;width:100%;padding-top:clamp(4rem,18vh,8rem)}.hero--video h1{color:var(--white);font-size:clamp(1.75rem,6vw,2.75rem);margin-bottom:1rem;max-width:16ch;text-shadow:0 2px 16px rgba(0,0,0,.35)}.hero--video .lead{color:#fffffff2;font-size:clamp(1rem,2.8vw,1.125rem);max-width:36rem;text-shadow:0 1px 10px rgba(0,0,0,.3)}.hero__actions{display:flex;flex-direction:column;gap:.75rem;margin-top:1.75rem}.hero__actions a{text-decoration:none;width:100%}.hero__actions .btn{width:100%;min-height:48px;padding:.9375rem 1.25rem;font-size:1rem}.hero--video .btn--primary{background:var(--white);color:var(--brand-900)}.hero--video .btn--primary:hover:not(:disabled){background:var(--brand-50)}.hero--video .btn--secondary{border-color:#ffffffe6;color:var(--white);background:#ffffff1a}.hero--video .btn--secondary:hover:not(:disabled){background:#fff3}@media (min-width: 640px){.hero__actions{flex-direction:row;flex-wrap:wrap}.hero__actions a{width:auto}.hero__actions .btn{width:auto;min-width:12rem}.hero--video h1{max-width:none}}@media (min-width: 900px){.hero--video{min-height:min(92vh,800px)}.hero__overlay{background:linear-gradient(to top,rgba(13,61,46,.72) 0%,rgba(13,61,46,.36) 30%,rgba(13,61,46,.06) 55%,transparent 70%)}}@media (prefers-reduced-motion: reduce){.hero__video{display:none}.hero__overlay{background:linear-gradient(to top,#0d3d2ed9,#0d3d2e8c 45%,#0d3d2e40)}}.postcode-checker{padding:clamp(1.25rem,4vw,1.75rem);width:100%;border-radius:var(--radius);background:var(--white);border:1px solid var(--gray-200);box-shadow:var(--shadow)}.postcode-checker__title{margin:0 0 .35rem;font-size:clamp(1.25rem,4vw,1.5rem);color:var(--brand-900)}.postcode-checker__intro{margin:0 0 1.25rem;font-size:.9375rem;color:var(--gray-700)}.postcode-checker__form{margin:0}.postcode-checker__field{display:grid;grid-template-columns:1fr auto;gap:.75rem;align-items:end}.postcode-checker__label{grid-column:1 / -1;font-size:.875rem;font-weight:600;color:var(--gray-700)}.postcode-checker__input{grid-column:1;min-height:48px}.postcode-checker__submit{grid-column:2;white-space:nowrap}.postcode-checker__error{margin:.75rem 0 0;color:var(--error);font-size:.9rem}.postcode-checker__out{margin:1rem 0 0;padding:1rem 1.1rem;border-radius:8px;background:var(--brand-50);border:1px solid var(--brand-100);font-size:.9375rem;color:var(--gray-700);line-height:1.5}.postcode-checker__out a{font-weight:600;color:var(--brand-700)}@media (max-width: 560px){.postcode-checker__field{grid-template-columns:1fr}.postcode-checker__submit{grid-column:1;width:100%}}:root{--brand-900: #0d3d2e;--brand-800: #145c3a;--brand-700: #1a7348;--brand-600: #228c58;--brand-500: #2da66a;--brand-100: #d4ede2;--brand-50: #f0faf5;--blue-900: var(--brand-900);--blue-800: var(--brand-800);--blue-700: var(--brand-700);--blue-600: var(--brand-600);--blue-500: var(--brand-500);--blue-100: var(--brand-100);--blue-50: var(--brand-50);--white: #ffffff;--gray-50: #f8faf9;--gray-100: #eef3f0;--gray-200: #dce5e0;--gray-500: #5c6f66;--gray-700: #2d4038;--gray-900: #0f1f1a;--success: #15803d;--error: #dc2626;--radius: 12px;--shadow: 0 4px 24px rgba(13, 61, 46, .08);--font: "DM Sans", system-ui, sans-serif}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{margin:0;font-family:var(--font);color:var(--gray-900);background:var(--white);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:clip}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}a{color:var(--brand-700);text-decoration:none}a:hover{text-decoration:underline}.link-button{padding:0;border:none;background:none;color:var(--brand-700);font:inherit;font-weight:600;cursor:pointer;text-decoration:underline}.link-button:hover{color:var(--brand-800)}img{max-width:100%;height:auto}.container{width:100%;max-width:1120px;margin:0 auto;padding-left:max(1rem,env(safe-area-inset-left,0));padding-right:max(1rem,env(safe-area-inset-right,0))}.section{padding:clamp(2rem,8vw,4rem) 0}.section--alt{background:var(--brand-50)}h1,h2,h3{color:var(--brand-900);line-height:1.2;margin-top:0}h1{font-size:clamp(1.625rem,5vw,2.25rem)}h2{font-size:clamp(1.375rem,4vw,1.75rem)}.lead{font-size:clamp(1rem,2.5vw,1.125rem);color:var(--gray-700);max-width:42rem}.grid-2{display:grid;gap:1.25rem}@media (min-width: 768px){.grid-2{grid-template-columns:1fr 1fr;gap:1.5rem}}.card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);padding:clamp(1.125rem,4vw,1.5rem);box-shadow:var(--shadow)}.card--cta{border-color:var(--brand-100);transition:transform .2s,box-shadow .2s}.card--cta:hover{transform:translateY(-2px);box-shadow:0 8px 32px #0d3d2e1f}.card--link{text-decoration:none;color:inherit;display:block}.card__cta{display:block;margin-top:.75rem;font-weight:600;color:var(--brand-700)}.grid-2--cards{margin-top:1.5rem}@media (hover: none){.card--cta:hover{transform:none}}.alert{padding:1rem 1.25rem;border-radius:var(--radius);margin-bottom:1rem}.alert--success{background:#ecfdf5;color:#065f46;border:1px solid #a7f3d0}.alert--error{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.alert--info{background:var(--brand-50);color:var(--brand-800);border:1px solid var(--brand-100)}.form-group{margin-bottom:1.25rem}.form-row{display:grid;gap:1rem}@media (min-width: 640px){.form-row--2{grid-template-columns:1fr 1fr}}label{display:block;font-weight:600;font-size:.875rem;color:var(--gray-700);margin-bottom:.35rem}input,select,textarea{width:100%;max-width:100%;padding:.75rem 1rem;font:inherit;font-size:16px;border:1px solid var(--gray-200);border-radius:8px;background:var(--white);transition:border-color .15s}@media (min-width: 768px){input,select,textarea{font-size:inherit}}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--brand-600);box-shadow:0 0 0 3px #228c5833}textarea{min-height:120px;resize:vertical}.checkbox-label{display:flex;align-items:flex-start;gap:.5rem;font-weight:400;cursor:pointer}.checkbox-label input{width:auto;min-width:1.125rem;min-height:1.125rem;margin-top:.25rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.5rem;min-height:48px;font:inherit;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:background .2s,transform .15s;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.btn:disabled{opacity:.6;cursor:not-allowed}.btn--primary{background:var(--brand-700);color:var(--white)}.btn--primary:hover:not(:disabled){background:var(--brand-800)}.btn--secondary{background:var(--white);color:var(--brand-700);border:2px solid var(--brand-700)}.btn--secondary:hover:not(:disabled){background:var(--brand-50)}.btn--block{width:100%}.table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;max-width:100%}table{width:100%;border-collapse:collapse;font-size:.9375rem}th,td{text-align:left;padding:.75rem 1rem;border-bottom:1px solid var(--gray-200)}th{background:var(--brand-50);color:var(--brand-900);font-weight:600}.badge{display:inline-block;padding:.2rem .6rem;font-size:.75rem;font-weight:600;border-radius:999px;background:var(--brand-100);color:var(--brand-800)}.badge--new{background:#d4ede2;color:#0d3d2e}.badge--won{background:#dcfce7;color:#166534}.badge--lost{background:#fee2e2;color:#991b1b}.estimate-box{background:linear-gradient(135deg,var(--brand-800),var(--brand-600));color:var(--white);padding:clamp(1.5rem,5vw,2rem);border-radius:var(--radius);text-align:center;margin-top:2rem}.estimate-box h3{color:var(--white);margin-bottom:.5rem}.estimate-box .disclaimer{font-size:.875rem;opacity:.9;margin-top:1rem}.loading{text-align:center;padding:3rem;color:var(--gray-500)}.page-form,.content-narrow{width:100%;max-width:640px}.page-form .card{margin-top:1rem}.content-medium{width:100%;max-width:720px}.blog-post-body img{max-width:100%;height:auto;border-radius:8px;margin:1rem 0}.blog-images-panel{margin:1.5rem 0;padding:1.25rem;border:2px dashed var(--brand-100);border-radius:var(--radius);background:var(--brand-50)}.blog-images-panel h2{margin:0 0 1rem;font-size:1.125rem}.lead-uploads__list{list-style:none;margin:0;padding:0;display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.lead-uploads__item{margin:0;padding:.75rem;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius)}.lead-uploads__name{margin:0 0 .5rem;font-size:.875rem;font-weight:600;color:var(--gray-700);word-break:break-word}.lead-uploads__image{display:block;width:100%;max-height:240px;object-fit:contain;border-radius:8px;background:var(--gray-100)}.lead-uploads__video{display:block;width:100%;max-height:240px;border-radius:8px;background:var(--gray-900)}.lead-uploads__link{display:inline-block;margin-top:.5rem;font-size:.875rem;font-weight:600}.lead-uploads__error{margin:0;font-size:.875rem;color:var(--error)}.blog-image-upload{margin-bottom:1.25rem}.blog-image-upload:last-child{margin-bottom:0}.blog-image-upload__label{display:block;font-weight:700;font-size:.95rem;color:var(--brand-900);margin-bottom:.25rem}.blog-image-upload__hint{margin:0 0 .75rem;font-size:.875rem;color:var(--gray-500)}.blog-image-upload__input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.blog-image-upload__actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.blog-image-upload__placeholder{padding:1.25rem;text-align:center;font-size:.875rem;color:var(--gray-500);background:var(--white);border:1px solid var(--gray-200);border-radius:8px}.blog-image-upload__preview{display:block;margin-top:.5rem;max-width:100%;max-height:220px;border-radius:8px;object-fit:cover;border:1px solid var(--gray-200)}.blog-image-upload__ok{margin:0 0 .5rem;font-size:.875rem;color:var(--success)}.blog-image-upload__error{margin:0 0 .5rem;font-size:.875rem;color:var(--error)}.blog-images-advanced{margin-top:1rem;font-size:.875rem}.blog-images-advanced summary{cursor:pointer;font-weight:600;color:var(--gray-700)}@media (max-width: 640px){.card h3{font-size:1.125rem}th,td{padding:.625rem .75rem;font-size:.875rem}}.service-card{display:flex;flex-direction:column;height:100%;text-decoration:none;color:inherit}.service-card__image{width:100%;aspect-ratio:5 / 3;object-fit:cover;border-radius:var(--radius) var(--radius) 0 0;margin:calc(-1*clamp(1.125rem,4vw,1.5rem)) calc(-1*clamp(1.125rem,4vw,1.5rem)) 1rem;margin-bottom:1rem;width:calc(100% + 2*clamp(1.125rem,4vw,1.5rem));max-width:none;border-bottom:1px solid var(--gray-200)}.service-card--static .service-card__image{margin:0 0 1rem;width:100%;border-radius:var(--radius)}.breadcrumbs{font-size:.875rem;color:var(--gray-500);margin-bottom:1rem}.breadcrumbs a{color:var(--brand-700)}.breadcrumbs__sep{margin:0 .35rem}.detail-hero-image{width:100%;max-height:320px;object-fit:cover;border-radius:var(--radius);margin-bottom:1.5rem}.detail-list{padding-left:1.25rem;margin:1rem 0}.detail-list li{margin-bottom:.35rem}.faq-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.faq-item{border:1px solid var(--gray-200);border-radius:var(--radius);background:var(--white);overflow:hidden}.faq-item summary{padding:1rem 1.25rem;font-weight:600;color:var(--brand-900);cursor:pointer;list-style:none}.faq-item summary::-webkit-details-marker{display:none}.faq-item[open] summary{border-bottom:1px solid var(--gray-200)}.faq-item__answer{padding:1rem 1.25rem;margin:0;color:var(--gray-700)}.footer-nav{display:grid;gap:1.25rem;width:100%;margin-top:.5rem}.footer-nav__title{font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#ffffffbf;margin:0 0 .5rem}.footer-nav ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.35rem}.footer-nav a{text-decoration:none;font-size:.875rem}.footer-nav a:hover{text-decoration:underline}@media (min-width: 640px){.footer-nav{grid-template-columns:repeat(3,1fr)}}.related-links{display:flex;flex-wrap:wrap;gap:.5rem 1rem;margin-top:1.5rem}.related-links a{font-weight:500}.colour-swatch{display:flex;align-items:center;gap:.75rem;padding:.75rem;border:1px solid var(--gray-200);border-radius:var(--radius);background:var(--white)}.colour-swatch--compact{padding:.5rem .65rem}.colour-swatch__chip{flex-shrink:0;width:2.5rem;height:2.5rem;border-radius:8px;border:1px solid rgba(0,0,0,.12);box-shadow:inset 0 0 0 1px #fff3}.colour-swatch--compact .colour-swatch__chip{width:2rem;height:2rem}.colour-swatch__text{display:flex;flex-direction:column;gap:.15rem;min-width:0}.colour-swatch__name{font-size:.9375rem;color:var(--brand-900)}.colour-swatch__ral{font-size:.8125rem;color:var(--gray-500)}.colour-swatch__badge{display:inline-block;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;padding:.15rem .4rem;border-radius:4px;width:fit-content}.colour-swatch__badge--stock{background:var(--brand-50);color:var(--brand-800)}.colour-swatch__badge--order{background:#fef3c7;color:#92400e}.colour-grid{display:grid;gap:.75rem;grid-template-columns:repeat(auto-fill,minmax(11rem,1fr));margin:1rem 0 1.5rem}.colour-grid--popular{grid-template-columns:repeat(auto-fill,minmax(10rem,1fr))}.colour-table-wrap{overflow-x:auto;margin:1rem 0 1.5rem;border:1px solid var(--gray-200);border-radius:var(--radius)}.colour-table{width:100%;border-collapse:collapse;font-size:.9rem}.colour-table th,.colour-table td{padding:.65rem .85rem;text-align:left;border-bottom:1px solid var(--gray-200);vertical-align:middle}.colour-table th{background:var(--brand-50);color:var(--brand-900);font-weight:600}.colour-table__chip{display:block;width:2rem;height:2rem;border-radius:6px;border:1px solid rgba(0,0,0,.1)}.colour-table__note{display:block;font-size:.8125rem;color:var(--gray-500);font-weight:400;margin-top:.2rem}.colour-callout{margin:2rem 0 0;border-color:var(--brand-100)}.colour-callout h2{font-size:1.125rem;margin-bottom:.5rem}.colour-callout__swatches{display:grid;gap:.5rem;grid-template-columns:repeat(auto-fill,minmax(9rem,1fr));margin:1rem 0}@media (max-width: 640px){.colour-table{font-size:.8125rem}.colour-table th:nth-child(4),.colour-table td:nth-child(4){display:none}}.team-grid{list-style:none;padding:0;margin:1.5rem 0 0;display:grid;gap:1.25rem;grid-template-columns:1fr}@media (min-width: 640px){.team-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (min-width: 1024px){.team-grid{grid-template-columns:repeat(3,1fr)}}.team-member{margin:0;display:flex;flex-direction:column;height:100%}.team-member__photo{aspect-ratio:4 / 5;width:100%;max-width:11rem;margin:0 auto 1rem;border-radius:var(--radius);overflow:hidden;background:var(--gray-100);border:1px solid var(--gray-200);position:relative;flex-shrink:0}.team-member__photo:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--gray-200);-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z'/%3E%3C/svg%3E");-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center 38%;mask-position:center 38%;-webkit-mask-size:42% auto;mask-size:42% auto;opacity:.45}.team-member__img{position:relative;z-index:1;width:100%;height:100%;object-fit:cover;display:block}.team-member__body{text-align:center;flex:1;display:flex;flex-direction:column}.team-member__name{margin:0;font-size:1.0625rem;font-weight:600;color:var(--brand-900)}.team-member__role{margin:.25rem 0 0;font-size:.875rem;font-weight:600;color:var(--brand-700)}.team-member__experience{margin:.5rem 0 0;font-size:.8125rem;font-weight:500;color:var(--gray-500);line-height:1.4}.team-member__bio{margin:.65rem 0 0;font-size:.875rem;color:var(--gray-700);line-height:1.55;text-align:left}
