:root{--ink:#171717;--muted:#5f6368;--soft:#f7f2ec;--paper:#fffaf4;--charcoal:#0d0d0d;--gold:#b69a6b;--line:#ded8d0;--kwik-blue:#004f93;--kwik-red:#ed1c24}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:var(--paper);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit}main{overflow:hidden}.hero{background:radial-gradient(circle at 80% 10%,#b69a6b38,#0000 28%),linear-gradient(135deg,#fffaf4 0%,#f3ece3 45%,#fff 100%);min-height:92vh;padding:28px clamp(18px,4vw,64px) 72px}.brandBar{justify-content:space-between;align-items:center;gap:clamp(20px,4vw,42px);max-width:1180px;margin:0 auto 80px;padding:18px 0;display:flex}.bkLogo{object-fit:contain;width:min(44vw,330px);height:auto}.kkLogo{object-fit:contain;width:min(42vw,290px);height:auto}.divider{background:#00000029;align-self:stretch;width:1px}.heroGrid{grid-template-columns:minmax(0,1.4fr) minmax(280px,.6fr);align-items:center;gap:clamp(28px,5vw,72px);max-width:1180px;margin:0 auto;display:grid}.eyebrow{text-transform:uppercase;letter-spacing:.16em;color:var(--gold);margin:0 0 14px;font-size:.77rem;font-weight:800}h1,h2,h3{margin:0;line-height:.98}h1{letter-spacing:-.07em;max-width:940px;font-size:clamp(3rem,8vw,6.9rem)}h2{letter-spacing:-.055em;font-size:clamp(2.1rem,5vw,4.3rem)}h3{letter-spacing:-.035em;font-size:clamp(1.4rem,2vw,2rem)}p{line-height:1.6}.lead{color:#363636;max-width:760px;font-size:clamp(1.05rem,2vw,1.35rem)}.buttonRow{flex-wrap:wrap;gap:14px;margin-top:34px;display:flex}.button{border-radius:999px;justify-content:center;align-items:center;min-height:50px;padding:0 22px;font-weight:800;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex}.button:hover{transform:translateY(-2px)}.primary{background:var(--charcoal);color:#fff;box-shadow:0 12px 28px #0000002e}.secondary{background:#ffffff8c;border:1px solid #00000038}.heroCard{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffad;border:1px solid #00000017;border-radius:30px;padding:32px;box-shadow:0 24px 70px #00000014}.heroCard p{margin-top:0;font-weight:900}.heroCard ul{color:var(--muted);margin:0;padding-left:20px;line-height:1.9}.intro,.products,.cta{padding:clamp(56px,8vw,110px) clamp(18px,4vw,64px)}.intro{grid-template-columns:1fr 1fr;align-items:start;gap:48px;max-width:1180px;margin:0 auto;display:grid}.intro>p{color:var(--muted);margin:42px 0 0;font-size:1.18rem}.serviceGrid{grid-template-columns:repeat(4,1fr);gap:18px;max-width:1180px;margin:0 auto;padding:0 clamp(18px,4vw,64px) 80px;display:grid}.serviceGrid>div{border:1px solid var(--line);background:#fff;border-radius:24px;padding:26px}.serviceGrid h3{font-size:1.3rem}.serviceGrid p{color:var(--muted);margin-bottom:0}.products{background:#fff}.sectionHeading{text-align:center;max-width:900px;margin:0 auto 42px}.sectionHeading p:last-child{color:var(--muted);font-size:1.12rem}.productCard{border:1px solid var(--line);background:var(--paper);border-radius:30px;grid-template-columns:330px minmax(0,1fr);gap:34px;max-width:1180px;margin:0 auto 28px;padding:28px;display:grid;box-shadow:0 18px 50px #0000000f}.productImagePanel{border:1px solid var(--line);background:#fff;border-radius:24px;justify-content:center;align-items:center;min-height:260px;padding:22px;display:flex}.productImagePanel img{object-fit:contain;max-width:100%;max-height:250px}.code{color:var(--gold);text-transform:uppercase;letter-spacing:.1em;margin:0 0 8px;font-size:.75rem;font-weight:900}.productContent>p:not(.code){color:var(--muted)}.tableWrap{margin-top:22px}table{border-collapse:collapse;background:#fff;border:1px solid #dfe3e8;border-radius:12px;width:100%;font-size:.92rem;overflow:hidden}th,td{text-align:right;white-space:nowrap;border-bottom:1px solid #e6e9ed;padding:12px 14px}th:first-child,td:first-child{text-align:left;white-space:normal}thead th{color:#263442;background:#e9ecef;font-weight:700}tbody tr:last-child td{border-bottom:0}.costTable{margin-top:16px}.gstNote{color:#334155;background:#fff;border:1px solid #dfe3e8;border-radius:10px;margin:16px 0 0;padding:14px 16px}.cta{text-align:center;background:var(--charcoal);color:#fff}.cta p{color:#ffffffbd;max-width:700px;margin:18px auto 28px}.cta .primary{color:var(--charcoal);background:#fff}@media (width<=900px){.brandBar{margin-bottom:42px}.heroGrid,.intro,.productCard{grid-template-columns:1fr}.serviceGrid{grid-template-columns:repeat(2,1fr)}.productCard{padding:18px}.productImagePanel{min-height:220px}.tableWrap{padding-bottom:4px;overflow-x:auto}}@media (width<=620px){.brandBar{flex-direction:column;align-items:flex-start}.divider{display:none}.bkLogo,.kkLogo{width:min(78vw,330px)}.serviceGrid{grid-template-columns:1fr}.heroCard{padding:24px}}
