:root {
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #17211d;
  background: #f5f7f4;
  letter-spacing: 0;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; }
a { color: inherit; }

.site-header {
  align-items: center;
  background: #f5f7f4;
  border-bottom: 1px solid #d7ddd8;
  display: flex;
  justify-content: space-between;
  padding: 18px clamp(20px, 5vw, 72px);
}

.brand { align-items: center; display: flex; font-size: 18px; font-weight: 800; gap: 10px; text-decoration: none; }
.brand-mark { border-radius: 6px; display: block; height: 40px; width: 40px; }
.nav-link { color: #405149; font-size: 14px; font-weight: 650; }

.hero {
  align-items: center;
  background: #e8eee9;
  display: grid;
  gap: clamp(40px, 8vw, 112px);
  grid-template-columns: minmax(0, 1fr) minmax(300px, 480px);
  min-height: min(720px, calc(100vh - 77px));
  padding: clamp(56px, 9vw, 128px) clamp(20px, 7vw, 104px);
}

.hero-copy { max-width: 700px; }
.eyebrow { color: #2f6b4f; font-size: 13px; font-weight: 800; margin: 0 0 14px; text-transform: uppercase; }
h1 { font-size: 72px; line-height: .98; margin: 0; }
.summary { color: #405149; font-size: 23px; line-height: 1.5; margin: 28px 0 34px; max-width: 650px; }
.hero-actions { align-items: stretch; display: flex; flex-wrap: wrap; gap: 12px; }
.primary-action { background: #c94f37; color: #fff; display: inline-block; font-weight: 750; padding: 14px 20px; text-decoration: none; }
.primary-action:hover { background: #a93e2b; }
.install-action { background: #2f6b4f; color: #fff; display: inline-block; font-weight: 750; padding: 14px 20px; text-decoration: none; }
.install-action:hover { background: #24563e; }

.request-preview { background: #fff; border: 1px solid #cfd8d1; border-left: 5px solid #2f6b4f; box-shadow: 0 18px 45px rgb(23 33 29 / 12%); padding: 28px; }
.preview-label { color: #68776f; font-size: 12px; font-weight: 800; margin: 0 0 8px; }
.request-preview h2 { font-size: 28px; margin: 0 0 24px; }
.request-preview dl { display: grid; gap: 18px; margin: 0; }
.request-preview dl div { border-top: 1px solid #e1e6e2; display: grid; gap: 8px; grid-template-columns: 110px 1fr; padding-top: 14px; }
.request-preview dt { color: #68776f; font-size: 13px; font-weight: 700; }
.request-preview dd { font-weight: 650; margin: 0; }

.use-example { align-items: start; background: #17211d; color: #fff; display: grid; gap: 64px; grid-template-columns: minmax(220px, 340px) minmax(0, 760px); justify-content: space-between; padding: 88px clamp(20px, 7vw, 104px) 104px; }
.use-example-copy { padding-top: 20px; }
.use-example-copy .eyebrow { color: #e4b95f; }
.use-example-copy h2 { font-size: 40px; line-height: 1.15; margin: 0 0 22px; }
.use-example-copy > p:last-child { color: #b9c5bf; line-height: 1.7; margin: 0; }
.use-example figure { margin: 0; max-width: 760px; }
.use-example img { border: 1px solid #405149; border-radius: 6px; display: block; height: auto; width: 100%; }
.use-example figcaption { color: #9daba4; font-size: 13px; margin-top: 12px; }
.use-example code { background: #2b3832; }

.maker-story { align-items: center; background: #e8eee9; display: grid; gap: 64px; grid-template-columns: minmax(220px, 340px) minmax(0, 800px); justify-content: space-between; padding: 88px clamp(20px, 7vw, 104px) 104px; }
.maker-story-copy h2 { font-size: 40px; line-height: 1.15; margin: 0 0 22px; }
.maker-story-copy > p:last-child { color: #405149; line-height: 1.7; margin: 0; }
.maker-story figure { margin: 0; max-width: 800px; }
.maker-story img { border-radius: 6px; display: block; height: auto; width: 100%; }
.maker-story figcaption { color: #526159; font-size: 13px; margin-top: 12px; }

.steps { background: #fff; padding: 88px clamp(20px, 7vw, 104px) 104px; }
.section-heading { max-width: 700px; }
.section-heading h2 { font-size: 44px; margin: 0; }
.steps ol { display: grid; gap: 0; grid-template-columns: repeat(3, 1fr); list-style: none; margin: 54px 0 0; padding: 0; }
.steps li { border-left: 1px solid #d7ddd8; padding: 8px 32px 24px; }
.steps li:first-child { padding-left: 0; border-left: 0; }
.steps li span { color: #c94f37; font-size: 13px; font-weight: 800; }
.steps h3 { font-size: 22px; margin: 20px 0 10px; }
.steps li p { color: #526159; line-height: 1.65; margin: 0; }
code { background: #edf1ee; padding: 2px 5px; }

footer { background: #17211d; color: #fff; display: flex; justify-content: space-between; padding: 26px clamp(20px, 7vw, 104px); }
footer p { margin: 0; }
footer p:last-child { color: #aebbb4; }

@media (max-width: 760px) {
  .hero { gap: 28px; grid-template-columns: 1fr; min-height: auto; padding-bottom: 44px; padding-top: 40px; }
  h1 { font-size: 48px; }
  .summary { font-size: 18px; margin: 20px 0 24px; }
  .request-preview { padding: 20px; }
  .request-preview h2 { margin-bottom: 12px; }
  .request-preview dl { gap: 0; }
  .request-preview dl div { grid-template-columns: 96px 1fr; padding-top: 10px; }
  .section-heading h2 { font-size: 34px; }
  .use-example { gap: 32px; grid-template-columns: 1fr; padding-bottom: 72px; padding-top: 64px; }
  .use-example-copy { padding-top: 0; }
  .use-example-copy h2 { font-size: 32px; }
  .maker-story { gap: 32px; grid-template-columns: 1fr; padding-bottom: 72px; padding-top: 64px; }
  .maker-story-copy h2 { font-size: 32px; }
  .steps ol { grid-template-columns: 1fr; }
  .steps li, .steps li:first-child { border-left: 0; border-top: 1px solid #d7ddd8; padding: 24px 0; }
  footer { gap: 10px; flex-direction: column; }
}
