:root {
  --paper: #f5f2e9;
  --ink: #11120f;
  --muted: #66675f;
  --line: #d7d3c8;
  --lime: #c8ff24;
  --white: #fffef9;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }

.site-header {
  width: min(1320px, calc(100% - 56px));
  height: 92px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}
.brand { font-size: 30px; font-weight: 800; letter-spacing: -1.5px; }
.brand span { color: #83ae00; }
nav { display: flex; gap: 42px; font-size: 14px; }
nav a, footer a { transition: opacity .2s ease; }
nav a:hover, footer a:hover { opacity: .55; }
.site-header > .button { justify-self: end; }
.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 0 25px;
  border: 1px solid var(--ink);
  border-radius: 8px;
  background: var(--lime);
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0 0 0 rgba(133, 175, 0, 0);
  transition: transform .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 9px 25px rgba(117, 148, 19, .15); }
.button-small { min-height: 49px; padding: 0 22px; border-color: #a7d800; }
.button-secondary { background: transparent; border-color: #b8b4a9; }
.button-dark { background: var(--ink); color: white; border-color: var(--ink); }

.hero {
  width: min(1320px, calc(100% - 56px));
  min-height: 750px;
  margin: auto;
  display: grid;
  grid-template-columns: 45% 55%;
  align-items: center;
  padding: 56px 0 78px;
}
.hero-copy { position: relative; z-index: 2; max-width: 600px; }
.eyebrow {
  margin: 0 0 26px;
  color: #709000;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
h1 {
  margin: 0;
  font-size: clamp(52px, 5vw, 76px);
  line-height: .98;
  letter-spacing: -.052em;
  font-weight: 750;
}
.lede {
  max-width: 550px;
  margin: 26px 0 28px;
  color: #34352f;
  font-size: 19px;
  line-height: 1.55;
}
.hero-actions { display: flex; gap: 12px; }
.proof-row { display: flex; gap: 0; margin-top: 35px; font-size: 13px; font-weight: 600; }
.proof-row span { display: flex; align-items: center; gap: 11px; padding: 0 22px; border-right: 1px solid var(--line); }
.proof-row span:first-child { padding-left: 0; }
.proof-row span:last-child { border: 0; }
.proof-row i {
  width: 36px; height: 36px; display: grid; place-items: center;
  border-radius: 50%; background: #ebe8dd; font-style: normal; font-weight: 800;
}

.product-stage { height: 600px; position: relative; margin-left: 34px; }
.chat-card, .quote-card, .catalog-card {
  position: absolute;
  background: rgba(255, 254, 249, .93);
  border: 1px solid #d2cec3;
  border-radius: 16px;
  box-shadow: 0 18px 45px rgba(60, 55, 40, .12), 0 2px 5px rgba(60, 55, 40, .08);
  backdrop-filter: blur(10px);
}
.chat-card { width: 305px; left: 0; top: 50px; overflow: hidden; z-index: 2; }
.chat-head { display: flex; align-items: center; gap: 12px; height: 66px; padding: 0 15px; border-bottom: 1px solid #ddd9cf; }
.assistant-mark { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: var(--lime); font-size: 21px; }
.chat-head strong { font-size: 12px; display: block; }
.chat-head small { display: block; margin-top: 5px; color: #666; font-size: 10px; }
.chat-head small i, .live i { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: #62bc28; margin-right: 4px; }
.chat-tools { margin-left: auto; }
.messages { min-height: 350px; padding: 16px 14px; display: flex; flex-direction: column; gap: 12px; }
.message { max-width: 80%; padding: 11px 13px; border-radius: 11px; background: #eeece5; font-size: 10px; line-height: 1.45; }
.message.customer { align-self: flex-end; background: #edf2d0; }
.offer-message span { display: flex; justify-content: space-between; margin-top: 8px; padding: 9px; border-radius: 7px; background: var(--white); border: 1px solid #d8d3c5; }
.message-box { height: 39px; margin: 0 13px 8px; padding: 0 12px; display: flex; align-items: center; justify-content: space-between; border: 1px solid #d8d3c5; border-radius: 20px; color: #8b8b84; font-size: 10px; }
.powered { display: block; text-align: center; color: #9a9992; font-size: 8px; margin-bottom: 8px; }
.connector { position: absolute; left: 301px; top: 80px; width: 78px; height: 195px; border-top: 2px dashed #aaa696; border-right: 2px dashed #aaa696; border-bottom: 2px dashed #aaa696; border-radius: 0 18px 18px 0; }
.quote-card { width: 330px; right: 0; top: 26px; padding: 15px 16px 16px; z-index: 2; }
.quote-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 13px; border-bottom: 1px solid #dedbd2; }
.quote-head h3 { margin: 0; font-size: 16px; letter-spacing: -.02em; }
.quote-head span { padding: 5px 8px; background: #efede6; border-radius: 12px; font-size: 9px; }
.quote-field { display: flex; align-items: center; justify-content: space-between; padding: 15px 0; border-bottom: 1px solid #dedbd2; font-size: 11px; }
.quote-field b { font-weight: 500; }
.worktop { padding: 15px 0 9px; border-bottom: 1px solid #dedbd2; font-size: 10px; }
.slab { width: 85%; height: 54px; margin: 10px 0 6px; border: 1px solid #6e6e69; transform: perspective(200px) rotateX(4deg) skewX(-6deg); position: relative; }
.slab i { position: absolute; width: 45px; height: 26px; border: 1px solid #999; left: 44%; top: 12px; border-radius: 3px; }
.measurements { display: flex; justify-content: space-around; color: #666; }
.price-lines { padding: 10px 0; }
.price-lines p { display: flex; justify-content: space-between; margin: 6px 0; font-size: 10px; }
.price-lines b { font-weight: 500; }
.total { display: flex; align-items: center; justify-content: space-between; padding: 13px 0; border-top: 1px solid #dedbd2; font-size: 11px; }
.total b { font-size: 21px; }
.ready { display: grid; place-items: center; height: 38px; border-radius: 4px; background: var(--lime); font-size: 10px; font-weight: 600; }
.catalog-card { width: 330px; right: 0; bottom: 20px; padding: 12px 15px; display: flex; align-items: center; gap: 12px; }
.catalog-card b, .catalog-card small { display: block; font-size: 9px; }
.catalog-card small { margin-top: 4px; color: #777; }
.shield { width: 32px; height: 32px; border: 1px solid #aaa; border-radius: 45% 45% 50% 50%; display: grid; place-items: center; }
.live { margin-left: auto; font-size: 9px; }

.marquee {
  min-height: 74px;
  padding: 18px 3vw;
  display: flex; align-items: center; justify-content: space-around; gap: 24px;
  background: var(--ink); color: white; font-size: 13px; font-weight: 700; letter-spacing: .11em;
  white-space: nowrap; overflow: hidden;
}
.marquee i { color: var(--lime); font-style: normal; }
.section { width: min(1200px, calc(100% - 56px)); margin: auto; padding: 128px 0; }
.section-heading { max-width: 740px; margin-bottom: 60px; }
.section-heading h2, .process-intro h2, .about-grid h2, .contact-section h2 {
  margin: 0; font-size: clamp(42px, 5vw, 66px); line-height: 1.02; letter-spacing: -.045em;
}
.section-heading > p:last-child { max-width: 620px; color: var(--muted); font-size: 18px; line-height: 1.55; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.service-card { min-height: 470px; padding: 28px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 16px; background: var(--white); }
.service-card.featured { background: #e9f2bd; }
.service-card.dark { background: var(--ink); color: white; }
.card-number { align-self: flex-end; font-size: 12px; color: #777; }
.service-icon { width: 58px; height: 58px; margin: 55px 0 24px; display: grid; place-items: center; background: var(--lime); color: var(--ink); border-radius: 50%; font-weight: 800; }
.service-card h3 { margin: 0; font-size: 27px; letter-spacing: -.03em; }
.service-card p { color: #5e5f58; font-size: 15px; line-height: 1.6; }
.service-card.dark p { color: #bdbdb7; }
.service-card ul { margin: auto 0 0; padding: 19px 0 0; border-top: 1px solid rgba(130,130,120,.35); list-style: none; }
.service-card li { padding: 7px 0; font-size: 13px; }
.service-card li::before { content: "↗"; margin-right: 10px; color: #7c9f00; }

.process-section { background: var(--ink); color: white; padding: 128px max(28px, calc((100vw - 1200px)/2)); display: grid; grid-template-columns: 40% 60%; gap: 70px; }
.process-intro { position: sticky; top: 35px; align-self: start; }
.process-intro .eyebrow { color: var(--lime); }
.process-intro > p:not(.eyebrow) { max-width: 430px; color: #aeadA7; line-height: 1.6; margin: 27px 0; }
.process-intro a { color: var(--lime); font-weight: 700; border-bottom: 1px solid #5c711d; padding-bottom: 4px; }
.steps article { display: grid; grid-template-columns: 72px 1fr; gap: 24px; padding: 34px 0; border-top: 1px solid #3b3c37; }
.steps article:last-child { border-bottom: 1px solid #3b3c37; }
.steps article > span { width: 52px; height: 52px; display: grid; place-items: center; border: 1px solid #565750; border-radius: 50%; color: var(--lime); font-size: 12px; }
.steps h3 { margin: 0 0 10px; font-size: 28px; }
.steps p { margin: 0; max-width: 500px; color: #aaa9a3; line-height: 1.55; }

.split-heading { max-width: none; display: grid; grid-template-columns: 2fr 1fr; align-items: end; gap: 80px; }
.project-grid { display: grid; grid-template-columns: 1.35fr .8fr; grid-template-rows: 1fr 1fr; gap: 14px; }
.project { border: 1px solid var(--line); border-radius: 16px; padding: 26px; min-height: 330px; display: flex; flex-direction: column; background: #e9e6dc; overflow: hidden; }
.project-main { grid-row: 1 / 3; min-height: 675px; background: #d9d7cf; }
.project-top { display: flex; justify-content: space-between; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.mini-quote { width: 68%; margin: 52px auto 40px; padding: 23px; background: var(--white); border-radius: 12px; box-shadow: 0 22px 38px rgba(65,60,45,.14); transform: rotate(-2deg); }
.mini-quote small { color: #819f15; font-weight: 700; letter-spacing: .12em; }
.mini-quote h3 { font-size: 38px; margin: 15px 0; }
.mini-quote h3 em { font-size: 12px; font-style: normal; }
.mini-quote div { display: flex; justify-content: space-between; padding: 9px 0; border-top: 1px solid #ddd9d0; font-size: 11px; }
.mini-quote button { width: 100%; border: 0; border-radius: 5px; padding: 13px; margin-top: 10px; background: var(--lime); font-weight: 700; }
.project-copy { margin-top: auto; }
.project-copy h3 { margin: 0 0 10px; font-size: 26px; letter-spacing: -.03em; }
.project-copy p { margin: 0; max-width: 600px; color: #5e5e58; line-height: 1.5; }
.project-symbol { margin: 50px 0 30px; font-size: 70px; font-weight: 800; letter-spacing: -.06em; }
.project-symbol span { color: #7e9d10; font-size: 32px; margin-left: 10px; }
.lime-project { background: var(--lime); }
.lime-project .project-symbol span { color: var(--ink); }

.about-section { padding: 128px max(28px, calc((100vw - 1200px)/2)); background: #e9f2bd; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 110px; }
.about-grid > div > p { color: #4d4f47; font-size: 16px; line-height: 1.65; }
.about-grid .about-lede { margin-top: 0; color: var(--ink); font-size: 23px; line-height: 1.45; letter-spacing: -.02em; }
.about-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 45px; padding-top: 25px; border-top: 1px solid #bbc48d; }
.about-stats b, .about-stats small { display: block; }
.about-stats b { font-size: 31px; }
.about-stats small { margin-top: 5px; color: #606252; font-size: 10px; text-transform: uppercase; line-height: 1.3; }

.contact-section { width: min(1200px, calc(100% - 56px)); margin: auto; padding: 130px 0; display: grid; grid-template-columns: 1.4fr .6fr; gap: 90px; align-items: end; }
.contact-copy > p { color: var(--muted); line-height: 1.6; margin: 0 0 25px; }
footer { padding: 70px max(28px, calc((100vw - 1200px)/2)) 30px; display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 50px; background: var(--ink); color: white; }
.footer-brand { font-size: 42px; }
footer p { margin: 0; color: #aeadA7; line-height: 1.6; }
footer > div { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
footer small { grid-column: 1 / -1; margin-top: 35px; padding-top: 20px; border-top: 1px solid #33342f; color: #777873; }

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 1fr 1fr; }
  nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 90px; }
  .hero-copy { max-width: 720px; }
  .product-stage { margin: 70px auto 0; width: min(700px, 100%); }
  .process-section { grid-template-columns: 1fr; }
  .process-intro { position: static; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card:last-child { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
  .site-header, .hero, .section, .contact-section { width: min(100% - 34px, 1200px); }
  .site-header { height: 74px; }
  .brand { font-size: 25px; }
  .button-small { min-height: 42px; padding: 0 14px; font-size: 13px; gap: 14px; }
  .hero { min-height: auto; padding: 62px 0 55px; }
  h1 { font-size: 50px; }
  .lede { font-size: 17px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .proof-row { flex-wrap: wrap; row-gap: 15px; }
  .proof-row span { padding: 0 12px; }
  .product-stage { height: 860px; width: 100%; margin-top: 45px; }
  .chat-card { width: 88%; top: 0; }
  .quote-card { width: 88%; top: 420px; }
  .connector { display: none; }
  .catalog-card { width: 88%; bottom: 0; }
  .marquee { justify-content: flex-start; }
  .marquee span:nth-of-type(n+3), .marquee i:nth-of-type(n+3) { display: none; }
  .section, .about-section, .process-section { padding-top: 88px; padding-bottom: 88px; }
  .section-heading h2, .process-intro h2, .about-grid h2, .contact-section h2 { font-size: 43px; }
  .service-grid, .about-grid, .contact-section, .split-heading { grid-template-columns: 1fr; }
  .service-card:last-child { grid-column: auto; }
  .service-card { min-height: 410px; }
  .project-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
  .project-main { grid-row: auto; min-height: 600px; }
  .mini-quote { width: 92%; }
  .about-grid { gap: 45px; }
  .contact-section { gap: 40px; }
  footer { grid-template-columns: 1fr; }
  footer small { grid-column: auto; }
}

@media (prefers-reduced-motion: no-preference) {
  .hero-copy { animation: rise .7s ease both; }
  .chat-card { animation: rise .7s .12s ease both; }
  .quote-card { animation: rise .7s .22s ease both; }
  .catalog-card { animation: rise .7s .32s ease both; }
  .live i { animation: pulse 1.8s infinite; }
}
@keyframes rise { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
@keyframes pulse { 50% { box-shadow: 0 0 0 6px rgba(98,188,40,.08); } }
