:root {
  color: #101713;
  background: #edf2ee;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; background: #edf2ee; }
a { color: inherit; text-underline-offset: 3px; }
button { font: inherit; }

.skip-link { position: fixed; top: -60px; left: 16px; z-index: 20; padding: 10px 13px; background: #f2cf58; color: #101713; font-weight: 800; }
.skip-link:focus { top: 16px; }
.site-header, .site-footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 18px max(20px, calc((100% - 1280px) / 2)); border-bottom: 1px solid #b9c6be; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: #101713; text-decoration: none; font-size: 13px; }
.brand span { display: grid; width: 38px; height: 38px; place-items: center; background: #101713; color: #edf2ee; font-weight: 900; }
.brand b { font-size: 12px; }
nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 14px 21px; font-size: 12px; font-weight: 800; }
nav a { text-decoration: none; }

h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 780px; margin-bottom: 22px; font-size: 68px; line-height: .97; }
h2 { margin-bottom: 0; font-size: 46px; line-height: 1.03; }
.eyebrow { margin-bottom: 18px; color: #39665d; font-size: 11px; font-weight: 900; letter-spacing: .08em; }
.hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(390px, .88fr); min-height: 586px; background: #d8ed6b; }
.hero__copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 92px max(24px, calc((100vw - 1280px) / 2)); padding-right: 54px; }
.hero__body { max-width: 640px; margin-bottom: 0; font-size: 19px; line-height: 1.58; }
.hero__actions, .handoff__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-top: 28px; font-size: 13px; font-weight: 900; }
.primary-action { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 14px 18px; background: #101713; color: #edf2ee; text-decoration: none; }
.hero__note { max-width: 560px; margin: 24px 0 0; font-size: 13px; line-height: 1.5; }
.hero__visual { display: grid; align-content: center; margin: 0; padding: 52px; background: #101713; color: #edf2ee; }
.hero__visual img { width: 100%; height: auto; border: 1px solid #4d5f56; }
.hero__visual figcaption { padding-top: 12px; color: #c8d4ce; font: 12px/1.45 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; }

.workflow, .live-check, .embed-code, .boundary, .handoff { padding: 88px max(20px, calc((100% - 1280px) / 2)); }
.workflow { display: grid; grid-template-columns: minmax(250px, .8fr) minmax(0, 1.2fr); gap: 74px; background: #edf2ee; }
.workflow__heading { max-width: 500px; }
.workflow ol { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; margin: 0; padding: 0; list-style: none; background: #b9c6be; border: 1px solid #b9c6be; }
.workflow li { min-height: 218px; padding: 25px; background: #edf2ee; }
.workflow li b { display: block; margin-bottom: 40px; color: #8a4c21; font: 12px/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; }
.workflow li strong, .workflow li span { display: block; }
.workflow li strong { margin-bottom: 12px; font-size: 17px; }
.workflow li span { font-size: 14px; line-height: 1.55; }

.live-check { background: #dcecef; }
.section-heading { display: grid; grid-template-columns: minmax(0, .9fr) minmax(240px, .65fr); gap: 56px; align-items: end; margin-bottom: 36px; }
.section-heading > p { max-width: 430px; margin-bottom: 0; font-size: 16px; line-height: 1.58; }
.embed-frame { overflow: hidden; border: 1px solid #779a96; background: #f7faf7; }
.embed-frame iframe { display: block; width: 100%; min-height: 700px; border: 0; }

.embed-code { background: #f4cf5c; }
.code-panel { background: #101713; color: #edf2ee; }
.code-panel pre { min-height: 156px; margin: 0; padding: 28px; overflow-x: auto; white-space: pre-wrap; font: 14px/1.6 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; }
.code-panel code { overflow-wrap: anywhere; }
.code-panel__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 17px; padding: 18px 28px; border-top: 1px solid #48594f; font-size: 12px; font-weight: 900; }
.code-panel button { min-height: 42px; border: 0; padding: 11px 14px; cursor: pointer; background: #d8ed6b; color: #101713; font-weight: 900; }
.code-panel a { color: #d8ed6b; }
.copy-status { min-height: 20px; margin: 0; padding: 0 28px 18px; color: #c8d4ce; font-size: 12px; }

.boundary { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .92fr); gap: 94px; background: #101713; color: #edf2ee; }
.boundary .eyebrow { color: #d8ed6b; }
.boundary p:not(.eyebrow) { max-width: 620px; margin-bottom: 0; color: #c8d4ce; font-size: 18px; line-height: 1.6; }
.boundary dl { margin: 0; border-top: 1px solid #4d5f56; }
.boundary dl div { padding: 22px 0; border-bottom: 1px solid #4d5f56; }
.boundary dt { margin-bottom: 8px; color: #f4cf5c; font-size: 12px; font-weight: 900; }
.boundary dd { margin: 0; color: #c8d4ce; font-size: 15px; line-height: 1.55; }

.handoff { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 48px; background: #edf2ee; }
.handoff > div:first-child { max-width: 760px; }
.handoff p:not(.eyebrow) { max-width: 670px; margin: 21px 0 0; font-size: 17px; line-height: 1.58; }
.handoff__actions { justify-content: flex-end; margin-top: 0; }
.site-footer { border: 0; background: #101713; color: #c8d4ce; font-size: 11px; font-weight: 800; }
.site-footer a { color: #d8ed6b; }

@media (max-width: 980px) {
  .site-header { align-items: flex-start; flex-direction: column; }
  nav { justify-content: flex-start; }
  .hero, .workflow, .section-heading, .boundary, .handoff { grid-template-columns: 1fr; }
  .hero__copy { padding: 70px 24px; }
  .hero__visual { padding: 36px 24px; }
  .workflow, .boundary { gap: 44px; }
  .workflow ol { grid-template-columns: 1fr; }
  .workflow li { min-height: 0; }
  .workflow li b { margin-bottom: 22px; }
  .handoff__actions { justify-content: flex-start; margin-top: 0; }
}

@media (max-width: 640px) {
  .site-header, .site-footer, .workflow, .live-check, .embed-code, .boundary, .handoff { padding-left: 20px; padding-right: 20px; }
  h1 { font-size: 45px; }
  h2 { font-size: 34px; }
  .hero__body, .boundary p:not(.eyebrow) { font-size: 17px; }
  .embed-frame iframe { min-height: 790px; }
  .code-panel pre { padding: 20px; font-size: 12px; }
  .code-panel__actions, .copy-status { padding-left: 20px; padding-right: 20px; }
}
