:root {
  color-scheme: light;
  --ink: #11120f;
  --muted: #65685f;
  --paper: #f4f5ef;
  --line: #d9dbd1;
  --accent: #d7ff43;
  --orange: #ff6847;
  --dark: #171914;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-size: 16px; line-height: 1.55; }
a { color: inherit; }
.site-header, main, footer { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }
.site-header { min-height: 88px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.wordmark { display: inline-grid; text-decoration: none; font-weight: 850; font-size: 15px; line-height: .84; letter-spacing: -.04em; }
nav { display: flex; align-items: center; gap: 28px; }
nav a { font-size: 14px; text-decoration: none; }
nav a:hover { text-decoration: underline; text-underline-offset: 5px; }
.nav-contact { padding: 8px 14px; border: 1px solid var(--ink); border-radius: 100px; }

.product-hero { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(50px, 7vw, 100px); align-items: center; min-height: 720px; padding: 82px 0 100px; }
.eyebrow, .section-label { margin: 0 0 24px; color: var(--muted); font-size: 12px; font-weight: 750; letter-spacing: .11em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 24px; height: 8px; margin-right: 9px; background: var(--accent); border: 1px solid var(--ink); }
.hero-copy h1 { margin: 0; font-size: clamp(4rem, 7.2vw, 7.2rem); font-weight: 760; line-height: .88; letter-spacing: -.075em; }
.hero-intro { max-width: 580px; margin: 34px 0 26px; color: var(--muted); font-size: clamp(1.05rem, 1.7vw, 1.28rem); }
.hero-intro strong { color: var(--ink); }
.button { display: inline-flex; gap: 14px; align-items: center; padding: 13px 18px; color: var(--paper); background: var(--dark); border-radius: 2px; text-decoration: none; font-weight: 650; }
.button:hover { background: #30342b; }
.product-points { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 26px 0 0; list-style: none; }
.product-points li { padding: 5px 10px; color: var(--muted); border: 1px solid var(--line); border-radius: 100px; font-size: 12px; }

.product-preview { position: relative; padding: 34px 0 0; }
.preview-note { position: absolute; z-index: 2; top: 0; right: 4px; padding: 6px 11px; color: #6e3b2c; background: #ffd8c9; border: 1px solid #e1a993; border-radius: 100px; font-size: 11px; font-weight: 750; letter-spacing: .07em; text-transform: uppercase; }
.app-window { overflow: hidden; color: #252821; background: #fff; border: 1px solid #bfc2b8; border-radius: 12px; box-shadow: 0 28px 70px rgba(37, 40, 31, .16); transform: rotate(1.2deg); }
.app-bar { height: 54px; display: flex; align-items: center; justify-content: space-between; padding: 0 18px; border-bottom: 1px solid #e3e5de; }
.app-brand { display: flex; align-items: center; gap: 9px; font-size: 13px; font-weight: 750; }
.app-brand > span { display: grid; width: 25px; height: 25px; place-items: center; color: #111; background: var(--accent); border: 1px solid #222; border-radius: 6px; font-size: 12px; }
.app-actions { display: flex; gap: 5px; }
.app-actions i { width: 6px; height: 6px; background: #c7cac1; border-radius: 50%; }
.app-body { display: grid; grid-template-columns: 142px 1fr; min-height: 430px; }
.app-sidebar { padding: 20px 12px; background: #f7f8f4; border-right: 1px solid #e3e5de; }
.app-sidebar p { margin: 0 9px 10px; color: #969990; font-size: 9px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.app-sidebar .side-label { margin-top: 28px; }
.app-sidebar a { display: flex; justify-content: space-between; align-items: center; padding: 8px 9px; color: #63675e; border-radius: 6px; font-size: 11px; text-decoration: none; }
.app-sidebar a.active { color: #20231d; background: #e9ebe4; font-weight: 700; }
.app-sidebar b { color: #8b8e85; font-size: 9px; }
.dot { display: inline-block; width: 6px; height: 6px; margin-right: 6px; border-radius: 2px; }
.product-dot { background: #ff7658; }
.ops-dot { background: #9278ee; }
.app-content { min-width: 0; padding: 25px 24px 28px; }
.app-heading { display: flex; align-items: flex-start; justify-content: space-between; }
.app-heading small { color: #8b8e85; font-size: 9px; }
.app-heading h2 { margin: 2px 0 0; font-size: 25px; letter-spacing: -.04em; }
.app-heading button { padding: 8px 11px; color: #fff; background: #20231d; border: 0; border-radius: 5px; font: inherit; font-size: 10px; }
.summary-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 22px 0; }
.summary-row article { display: grid; padding: 13px; background: #f7f8f4; border: 1px solid #e5e7e0; border-radius: 7px; }
.summary-row small { color: #898c83; font-size: 8px; }
.summary-row strong { margin: 5px 0 1px; font-size: 21px; }
.summary-row span { color: #92958c; font-size: 8px; }
.task-list { border: 1px solid #e3e5de; border-radius: 7px; }
.task-header, .task { display: flex; align-items: center; padding: 12px 13px; }
.task-header { justify-content: space-between; border-bottom: 1px solid #e7e8e2; font-size: 10px; }
.task-header span { color: #8c8f86; font-size: 8px; }
.task { gap: 10px; border-bottom: 1px solid #eff0eb; }
.task:last-child { border: 0; }
.task > i { flex: 0 0 auto; width: 12px; height: 12px; border: 1px solid #bfc2b9; border-radius: 50%; }
.task div { display: grid; min-width: 0; margin-right: auto; }
.task strong { overflow: hidden; font-size: 9px; font-weight: 650; text-overflow: ellipsis; white-space: nowrap; }
.task span { color: #95988f; font-size: 8px; }
.task em { padding: 3px 6px; color: #a84734; background: #ffe0d7; border-radius: 100px; font-size: 7px; font-style: normal; }
.task em.medium { color: #70561a; background: #f7ebc1; }
.task em.normal { color: #48624e; background: #dbe9dd; }

.approach { padding: 110px 0; border-top: 1px solid var(--line); }
.section-heading { display: grid; grid-template-columns: 1fr 2fr; gap: 40px; align-items: start; }
.section-heading > p { margin: 6px 0 0; color: var(--muted); font-size: 12px; font-weight: 750; letter-spacing: .11em; text-transform: uppercase; }
.section-heading h2, .company h2, .status h2 { margin: 0; max-width: 830px; font-size: clamp(2.3rem, 4.7vw, 4.4rem); line-height: 1.01; letter-spacing: -.05em; }
.workflow { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 80px; border-top: 1px solid var(--ink); }
.workflow article { min-height: 250px; padding: 24px 28px 28px 0; border-bottom: 1px solid var(--line); }
.workflow article + article { padding-left: 28px; border-left: 1px solid var(--line); }
.workflow span { color: var(--muted); font-size: 12px; }
.workflow h3 { margin: 65px 0 8px; font-size: 1.45rem; }
.workflow p { margin: 0; color: var(--muted); }

.status { display: grid; grid-template-columns: .5fr 1.5fr auto; gap: 50px; align-items: start; padding: 80px 0; border-top: 1px solid var(--line); }
.status > div > p { max-width: 650px; margin: 26px 0 0; color: var(--muted); font-size: 1.08rem; }
.status-chip { display: inline-flex; gap: 8px; align-items: center; padding: 8px 12px; border: 1px solid var(--line); border-radius: 100px; font-size: 12px; white-space: nowrap; }
.status-chip i { width: 7px; height: 7px; background: var(--orange); border-radius: 50%; box-shadow: 0 0 0 4px rgba(255, 104, 71, .14); }

.company { display: grid; grid-template-columns: 1.25fr 1fr; gap: 100px; margin: 60px 0 90px; padding: 90px 64px; color: var(--paper); background: var(--dark); }
.company-copy { max-width: 570px; margin: 30px 0 0; color: #c7cabf; font-size: 1.08rem; }
.company-details { margin: 0; border-top: 1px solid #55594f; }
.company-details div { display: grid; grid-template-columns: 1fr 1.5fr; gap: 20px; padding: 16px 0; border-bottom: 1px solid #55594f; }
.company-details dt { color: #9ca094; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.company-details dd { margin: 0; overflow-wrap: anywhere; }

footer { display: grid; grid-template-columns: 1fr auto auto; gap: 38px; align-items: end; padding: 48px 0; border-top: 1px solid var(--line); }
.footer-links { display: flex; gap: 24px; }
.footer-links a { color: var(--muted); font-size: 14px; }
footer p { margin: 0; color: var(--muted); font-size: 13px; }
.legal { max-width: 760px; min-height: calc(100vh - 230px); padding: 100px 0 130px; }
.legal h1 { margin: 0 0 60px; font-size: clamp(3.5rem, 9vw, 7rem); line-height: .9; letter-spacing: -.07em; }
.legal h2 { margin: 42px 0 8px; font-size: 1.35rem; }
.legal p { color: var(--muted); }
.legal h1 + p { color: var(--ink); font-size: 1.2rem; }

@media (max-width: 980px) {
  .product-hero { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .product-preview { width: min(760px, 100%); margin-inline: auto; }
  .status { grid-template-columns: 1fr 2fr; }
  .status-chip { grid-column: 2; width: max-content; }
}

@media (max-width: 760px) {
  .site-header, main, footer { width: min(100% - 30px, 1240px); }
  .site-header { min-height: 76px; }
  nav { gap: 14px; }
  nav a:not(.nav-contact) { display: none; }
  .product-hero { min-height: auto; padding: 70px 0 80px; }
  .hero-copy h1 { font-size: clamp(3.7rem, 19vw, 6rem); }
  .app-body { grid-template-columns: 1fr; min-height: 390px; }
  .app-sidebar { display: none; }
  .app-content { padding: 22px 16px; }
  .section-heading, .company, .status { grid-template-columns: 1fr; }
  .section-heading { gap: 22px; }
  .workflow { grid-template-columns: 1fr; margin-top: 55px; }
  .workflow article { min-height: auto; padding: 24px 0 28px; }
  .workflow article + article { padding-left: 0; border-left: 0; }
  .workflow h3 { margin: 30px 0 8px; }
  .status { gap: 22px; }
  .status-chip { grid-column: 1; }
  .company { gap: 55px; margin: 30px 0 50px; padding: 60px 24px; }
  footer { grid-template-columns: 1fr; align-items: start; }
}

@media (max-width: 470px) {
  .summary-row { grid-template-columns: 1fr 1fr; }
  .summary-row article:last-child { display: none; }
  .app-window { transform: none; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
