html { scroll-behavior: smooth; }
html, body { min-height: 100%; margin: 0; }
body { background: #f5f1e8; }
button, input, textarea, select { font: inherit; }

/* Public marketing site */
.marketing-shell {
  --ink: #0b1728;
  --orange: #f26a2e;
  --paper: #f5f1e8;
  --white: #fffdf8;
  --steel: #7f8b98;
  min-height: 100%;
  overflow: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
}

.marketing-shell *, .marketing-shell *::before, .marketing-shell *::after { box-sizing: border-box; }
.marketing-shell a { color: inherit; text-decoration: none; }
.marketing-shell h1, .marketing-shell h2, .marketing-shell h3, .marketing-shell p { margin: 0; }
.marketing-shell h1, .marketing-shell h2, .brand { font-family: Impact, "Arial Narrow", sans-serif; font-weight: 400; letter-spacing: -.025em; }
.marketing-shell em { color: var(--orange); font-style: normal; }

.marketing-nav {
  height: 82px; padding: 0 clamp(24px, 5vw, 78px); display: grid; grid-template-columns: 1fr auto 1fr;
  align-items: center; background: var(--paper); border-bottom: 1px solid rgba(11, 23, 40, .22); position: relative; z-index: 20;
}
.brand { display: flex; align-items: center; width: max-content; }
.brand-logo { display: block; width: 200px; height: auto; }
.nav-links { display: flex; align-items: center; gap: 36px; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.nav-links a, .nav-login, footer a { transition: color .2s ease; }
.nav-links a:hover, .nav-login:hover { color: var(--orange); }
.nav-links .nav-contact { padding: 11px 15px; background: var(--orange); color: var(--ink); }
.nav-links .nav-contact:hover, .nav-links .nav-contact:focus-visible { color: var(--white); }
.nav-login { justify-self: end; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.nav-login span, .nav-login-mobile span, .text-link span { color: var(--orange); margin-left: 4px; }
.nav-links .nav-login-mobile { display: none; }
.nav-toggle { display: none; border: 0; background: transparent; width: 42px; height: 42px; padding: 10px; }
.nav-toggle span { display: block; height: 2px; margin: 7px 0; background: var(--ink); }

.hero { min-height: 700px; display: grid; grid-template-columns: minmax(390px, .88fr) minmax(520px, 1.12fr); border-bottom: 1px solid rgba(11, 23, 40, .25); }
.hero-copy { padding: clamp(70px, 9vw, 128px) clamp(32px, 6vw, 96px); display: flex; flex-direction: column; justify-content: center; }
.eyebrow { display: flex; align-items: center; gap: 12px; font-size: 11px; line-height: 1; font-weight: 800; text-transform: uppercase; letter-spacing: .16em; }
.eyebrow > span { width: 30px; height: 3px; background: var(--orange); }
.hero h1 { margin-top: 28px; font-size: clamp(64px, 7.2vw, 112px); line-height: .87; text-transform: uppercase; }
.hero h1 em { display: inline-block; }
.hero-lede { max-width: 600px; margin-top: 34px !important; font-size: clamp(17px, 1.5vw, 21px); line-height: 1.55; color: #3f4a57; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 42px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; min-width: 210px; padding: 17px 20px; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; border: 1px solid currentColor; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translate(-3px, -3px); box-shadow: 4px 4px 0 var(--ink); }
.button-primary { background: var(--orange); border-color: var(--orange); color: var(--ink); }
.section-cta { display: flex; flex-direction: column; align-items: center; gap: 20px; margin-top: 58px; text-align: center; }
.section-cta p { max-width: 560px; font-size: 17px; line-height: 1.55; }
.workflow-section .section-cta p { color: #aeb7c1; }
.product-section .section-cta p { color: #55606c; }
.text-link { font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; border-bottom: 1px solid var(--ink); padding: 6px 0; }

.hero-visual { position: relative; display: flex; align-items: center; padding: 92px 0 72px 7%; background-color: var(--ink); background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 38px 38px; }
.hero-visual::after { content: "FIELD → OFFICE"; position: absolute; right: 18px; bottom: 22px; color: rgba(255,255,255,.35); font-size: 10px; letter-spacing: .25em; writing-mode: vertical-rl; }
.live-pill { position: absolute; top: 40px; left: 7%; color: var(--white); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.live-pill span { width: 8px; height: 8px; display: inline-block; margin-right: 8px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 5px rgba(242,106,46,.14); }
.mobile-report-story { width: min(94%, 780px); margin: 0 auto; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(12px, 2vw, 24px); align-items: start; }
.mobile-shot { margin: 0; position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.25); border-radius: 18px; background: #0e1c26; box-shadow: 0 24px 38px rgba(0,0,0,.35); }
.mobile-shot-start { margin-top: 58px; transform: rotate(-2.5deg); }
.mobile-shot-project { margin-top: 10px; }
.mobile-shot-details { margin-top: 70px; transform: rotate(2.5deg); }
.mobile-shot img { display: block; width: 100%; height: auto; }
.mobile-shot figcaption { position: relative; display: flex; gap: 9px; align-items: center; min-height: 42px; padding: 11px 14px; color: var(--white); background: #0a1721; border-bottom: 1px solid rgba(255,255,255,.2); font-size: clamp(9px, .8vw, 12px); line-height: 1.2; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; white-space: nowrap; }
.mobile-shot figcaption span { flex: 0 0 auto; width: 8px; height: 8px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 4px rgba(242,106,46,.14); }

.proof-strip { min-height: 130px; padding: 28px clamp(24px, 5vw, 78px); display: grid; grid-template-columns: repeat(3, 1fr) 1.1fr; align-items: center; gap: 28px; background: var(--orange); }
.proof-strip > div { display: flex; flex-direction: column; border-right: 1px solid rgba(11,23,40,.35); }.proof-strip strong { font: 32px/1 Impact, sans-serif; text-transform: uppercase; }.proof-strip span { margin-top: 8px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }.proof-strip > p { font: 24px/1.05 Impact, sans-serif; text-align: right; }

.problem-section, .product-section { padding: 110px clamp(24px, 7vw, 110px); }
.section-label { font-size: 10px; font-weight: 900; letter-spacing: .2em; text-transform: uppercase; border-top: 1px solid rgba(11,23,40,.35); padding-top: 15px; }
.section-label.light { color: #aeb7c1; border-color: rgba(255,255,255,.25); }
.problem-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 10vw; margin-top: 72px; }.problem-grid h2, .product-heading h2, .workflow-header h2, .team-copy h2, .final-cta h2 { font-size: clamp(48px, 6vw, 86px); line-height: .95; text-transform: uppercase; }.section-intro, .product-heading > p { max-width: 620px; margin-top: 30px !important; color: #4f5964; font-size: 18px; line-height: 1.6; }.loss-list > div { display: grid; grid-template-columns: 46px 1fr; gap: 18px; padding: 25px 0; border-top: 1px solid rgba(11,23,40,.25); }.loss-list span { color: var(--orange); font: 20px Impact, sans-serif; }.loss-list p { font-size: 15px; line-height: 1.6; }.loss-list strong { display: block; font-size: 17px; color: var(--ink); }

.workflow-section { padding: 100px clamp(24px, 7vw, 110px) 110px; background: var(--ink); color: var(--white); }.workflow-header { display: grid; grid-template-columns: 1.2fr .8fr; gap: 8vw; align-items: end; margin-top: 65px; }.workflow-header p { max-width: 470px; color: #aeb7c1; font-size: 17px; line-height: 1.6; }.workflow-steps { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 80px; border-top: 1px solid rgba(255,255,255,.22); border-bottom: 1px solid rgba(255,255,255,.22); }.workflow-steps article { min-height: 390px; display: flex; flex-direction: column; padding: 24px; border-right: 1px solid rgba(255,255,255,.22); }.workflow-steps article:last-child { border: 0; }.step-number { color: #8994a0; font: 18px Impact, sans-serif; }.step-icon { width: 70px; height: 70px; margin: 46px 0 34px; border: 1px solid #647180; position: relative; }.play-icon::after { content: ""; position: absolute; top: 22px; left: 27px; border-left: 20px solid var(--orange); border-top: 12px solid transparent; border-bottom: 12px solid transparent; }.board-icon { display: flex; gap: 5px; padding: 14px; }.board-icon i { flex: 1; border-top: 5px solid var(--orange); border-bottom: 22px solid #344152; }.check-icon { display: grid; place-items: center; color: var(--orange); font: 34px sans-serif; }.chart-icon { display: flex; align-items: end; gap: 6px; padding: 14px; }.chart-icon i { flex: 1; height: 45%; background: #637080; }.chart-icon i:nth-child(2) { height: 75%; background: var(--orange); }.chart-icon i:nth-child(3) { height: 60%; }.workflow-steps h3 { font-size: 20px; }.workflow-steps p { margin-top: 14px; color: #aeb7c1; font-size: 14px; line-height: 1.6; }.role-tag { margin-top: auto; color: var(--orange); font-size: 9px; font-weight: 900; letter-spacing: .16em; }

.product-heading { display: flex; justify-content: space-between; align-items: end; gap: 50px; margin-top: 70px; }.product-heading > p { max-width: 380px; }.product-showcase { display: grid; gap: 92px; margin-top: 80px; padding: 70px 7%; position: relative; background-color: #d9d8d1; background-image: radial-gradient(rgba(11,23,40,.18) 1px, transparent 1px); background-size: 15px 15px; }.product-capture { width: 100%; margin: 0; position: relative; background: var(--white); border: 7px solid var(--ink); box-shadow: 20px 24px 0 rgba(11,23,40,.16); }.product-capture img { display: block; width: 100%; height: auto; }.product-capture figcaption { position: absolute; top: -36px; left: -7px; z-index: 2; padding: 9px 13px; background: var(--ink); color: var(--white); font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }.product-capture figcaption span { color: var(--orange); padding-right: 9px; margin-right: 8px; border-right: 1px solid #66717e; }.dashboard-capture { border-color: var(--orange); box-shadow: 20px 24px 0 rgba(11,23,40,.22); }.marketing-dashboard { --dash-bg: #12212c; --dash-panel: #142631; --dash-line: #263b49; --dash-muted: #80909c; padding: 3.2% 4%; overflow: hidden; color: #f4f6f7; background: var(--dash-bg); font-family: Inter, Arial, sans-serif; }.dashboard-toolbar { display: flex; justify-content: space-between; gap: 24px; }.dashboard-filters, .dashboard-range { display: flex; align-items: center; gap: 8px; font-size: clamp(7px, .72vw, 11px); font-weight: 800; }.dashboard-filters > span, .dashboard-range { border: 1px solid #52606a; border-radius: 99px; background: #0d1922; }.dashboard-filters > span { min-width: 92px; padding: 9px 13px; }.dashboard-filters i { float: right; color: #bac2c8; font-style: normal; }.dashboard-range { gap: 0; overflow: hidden; }.dashboard-range span, .dashboard-range strong { padding: 9px 13px; border-left: 1px solid #52606a; }.dashboard-range > :first-child { border: 0; }.dashboard-range strong { color: #fff; background: var(--orange); }.dashboard-kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 22px; }.dashboard-kpis article, .dashboard-charts article { position: relative; border: 1px solid var(--dash-line); background: var(--dash-panel); box-shadow: 0 0 0 1px rgba(41,62,75,.35); }.dashboard-kpis article { min-height: 142px; padding: 22px; }.dashboard-kpis small { display: block; color: #cbd1d5; font-size: clamp(8px, .74vw, 11px); font-weight: 900; text-transform: uppercase; }.dashboard-kpis b { display: block; margin-top: 14px; color: var(--orange); font-size: clamp(24px, 2.4vw, 38px); line-height: 1; }.dashboard-kpis p { margin-top: 8px; color: var(--dash-muted); font-size: clamp(8px, .75vw, 12px); }.dashboard-kpis em { display: block; margin-top: 11px; color: #16c98d; font-size: clamp(8px, .75vw, 12px); font-style: normal; font-weight: 900; }.dashboard-kpis em span { color: #aeb8bf; font-weight: 700; }.dashboard-kpis article > i { position: absolute; top: 18px; right: 19px; color: var(--orange); font-size: 17px; font-style: normal; }.dashboard-charts { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 20px; }.dashboard-charts article { min-height: 370px; padding: 34px 30px 22px; }.dashboard-charts h3 { text-align: center; font-size: clamp(11px, 1.15vw, 17px); }.trend-plot { height: 245px; margin-top: 25px; margin-left: 25px; position: relative; border-bottom: 1px solid #52606a; background: repeating-linear-gradient(to bottom, transparent 0, transparent 60px, rgba(95,116,129,.23) 61px); }.trend-plot svg { width: 100%; height: calc(100% - 20px); overflow: visible; }.trend-plot path { fill: none; stroke-width: 3; vector-effect: non-scaling-stroke; }.continued-line { stroke: #6487a0; }.stopped-line { stroke: var(--orange); }.axis-title { position: absolute; top: -16px; left: -24px; color: #d1d6da; font-size: 10px; }.axis-label { position: absolute; left: -20px; color: #b6c0c6; font-size: 9px; }.axis-six { top: 0; }.axis-four { top: 31%; }.axis-two { top: 62%; }.axis-zero { bottom: 16px; }.trend-labels { display: flex; justify-content: space-between; color: #a9b4bb; font-size: 9px; }.chart-legend { display: flex; justify-content: center; gap: 20px; margin-top: 12px; color: #cbd2d7; font-size: 9px; }.chart-legend span::before { content: ""; display: inline-block; width: 10px; height: 10px; margin-right: 6px; border-radius: 2px; vertical-align: -1px; }.orange-key::before { background: var(--orange); }.blue-key::before { background: #6487a0; }.pie-chart { width: min(205px, 45%); aspect-ratio: 1; margin: 35px auto 29px; position: relative; border-radius: 50%; background: conic-gradient(var(--orange) 0 29%, #6487a0 29% 100%); box-shadow: inset 0 0 0 3px var(--dash-panel), 0 6px 16px rgba(0,0,0,.25); }.pie-chart::after { content: ""; position: absolute; inset: -2px; border-radius: 50%; background: conic-gradient(transparent 0 28.5%, var(--dash-panel) 28.5% 29.5%, transparent 29.5%); }.pie-label { position: absolute; z-index: 1; width: 100px; color: #e0e4e7; font-size: 9px; white-space: nowrap; }.pie-label::before { content: ""; display: inline-block; width: 27px; margin-right: 5px; border-top: 1px solid currentColor; vertical-align: middle; }.stopped-label { top: 20%; left: 89%; }.continued-label { bottom: 20%; right: 85%; text-align: right; }.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 110px; border-top: 1px solid rgba(11,23,40,.25); }.feature-grid article { padding: 30px 24px 15px 0; border-right: 1px solid rgba(11,23,40,.25); }.feature-grid article + article { padding-left: 24px; }.feature-grid article:last-child { border: 0; }.feature-grid span { color: var(--orange); font-size: 9px; font-weight: 900; letter-spacing: .15em; }.feature-grid h3 { margin-top: 35px; font-size: 19px; }.feature-grid p { margin-top: 12px; color: #55606c; font-size: 14px; line-height: 1.6; }

@media (min-width: 761px) {
  .product-showcase { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(28px, 4vw, 64px); align-items: start; }
  .product-capture { align-self: start; }
}

.team-section { padding: 100px clamp(24px, 7vw, 110px); color: var(--white); background: #273545; }.team-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 10vw; margin-top: 70px; }.team-copy { position: sticky; top: 40px; align-self: start; }.team-copy p { max-width: 460px; margin-top: 28px; color: #bcc3ca; font-size: 17px; line-height: 1.6; }.team-roles article { display: grid; grid-template-columns: 55px 1fr; gap: 25px; padding: 30px 0; border-top: 1px solid rgba(255,255,255,.2); }.team-roles > article > span { color: var(--orange); font: 22px Impact, sans-serif; }.team-roles h3 { font-size: 22px; }.team-roles p { margin-top: 10px; color: #bcc3ca; font-size: 14px; line-height: 1.6; }

.final-cta { min-height: 570px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 90px 24px; text-align: center; color: var(--white); background-color: var(--ink); background-image: linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px); background-size: 34px 34px; }.final-cta h2 { margin-top: 32px; font-size: clamp(62px, 8vw, 118px); }.cta-actions { display: flex; align-items: center; gap: 30px; margin-top: 45px; }.final-cta .button:hover { box-shadow: 4px 4px 0 var(--white); }.light-link { border-color: var(--white); }
footer { min-height: 100px; display: grid; grid-template-columns: 1fr 1.5fr auto auto; gap: 35px; align-items: center; padding: 25px clamp(24px, 5vw, 78px); background: var(--orange); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }.footer-brand { padding: 0; background: transparent; }.footer-brand .brand-logo { width: 165px; }.footer-links { display: flex; align-items: center; justify-content: flex-end; gap: 24px; white-space: nowrap; }.marketing-shell footer a, .marketing-shell footer a:visited { color: var(--ink); }.marketing-shell footer a:hover, .marketing-shell footer a:focus, .marketing-shell footer a:active { color: var(--white); }.marketing-shell footer a:focus-visible { outline: 2px solid var(--white); outline-offset: 4px; }.footer-copy { display: inline-flex; align-items: center; gap: 8px; }.footer-platellus { width: 24px; height: 24px; display: inline-block; background-color: currentColor; -webkit-mask: url(/platellus/Icon-Dark.svg) center / contain no-repeat; mask: url(/platellus/Icon-Dark.svg) center / contain no-repeat; }

@media (max-width: 1050px) {
  .marketing-nav { grid-template-columns: 1fr auto; }.nav-toggle { display: block; }.nav-links { display: none; position: absolute; top: 100%; left: 0; width: 100%; padding: 25px 20px; flex-direction: column; gap: 22px; background: var(--paper); border-bottom: 1px solid var(--ink); }.menu-open .nav-links { display: flex; }.nav-links .nav-login-mobile { display: block; }.nav-login { display: none; }
  .hero { grid-template-columns: 1fr; }.hero-copy { min-height: 620px; }.hero-visual { min-height: 630px; }.proof-strip { grid-template-columns: repeat(3, 1fr); }.proof-strip > p { display: none; }.workflow-steps { grid-template-columns: repeat(2, 1fr); }.workflow-steps article:nth-child(2) { border-right: 0; }.workflow-steps article:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.22); }.feature-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .marketing-nav { height: 70px; padding: 0 20px; }.marketing-nav .brand-logo { width: 170px; }.hero { display: block; }.hero-copy { min-height: 590px; padding: 76px 24px; }.hero h1 { font-size: clamp(58px, 19vw, 82px); }.hero-lede { font-size: 17px; }.hero-actions { align-items: flex-start; flex-direction: column; }.hero-visual { min-height: 500px; padding: 90px 0 50px 24px; overflow: hidden; }.browser-frame { min-width: 650px; transform: scale(.78) rotate(-1deg); transform-origin: left center; }.proof-strip { grid-template-columns: 1fr; gap: 20px; padding-top: 35px; padding-bottom: 35px; }.proof-strip > div { padding-bottom: 18px; border-right: 0; border-bottom: 1px solid rgba(11,23,40,.35); }.problem-section, .product-section, .workflow-section, .team-section { padding: 78px 24px; }.problem-grid, .workflow-header, .team-grid { grid-template-columns: 1fr; gap: 55px; }.problem-grid { margin-top: 50px; }.workflow-header { margin-top: 50px; }.workflow-steps { grid-template-columns: 1fr; margin-top: 60px; }.workflow-steps article { min-height: 330px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.22); }.workflow-steps article:last-child { border-bottom: 0; }.step-icon { margin: 35px 0 28px; }.product-heading { align-items: flex-start; flex-direction: column; margin-top: 50px; }.product-showcase { min-height: 0; margin-top: 55px; padding: 54px 16px 34px; display: grid; gap: 64px; }.kanban-capture, .dashboard-capture { width: 100%; position: relative; right: auto; bottom: auto; border-width: 4px; box-shadow: 9px 11px 0 rgba(11,23,40,.18); }.feature-grid { grid-template-columns: 1fr; margin-top: 80px; }.feature-grid article, .feature-grid article + article { padding: 26px 0; border-right: 0; border-bottom: 1px solid rgba(11,23,40,.25); }.feature-grid article:last-child { border-bottom: 0; }.feature-grid h3 { margin-top: 20px; }.team-copy { position: static; }.final-cta { min-height: 560px; }.final-cta h2 { font-size: clamp(58px, 17vw, 82px); }.cta-actions { flex-direction: column; }.marketing-shell footer { grid-template-columns: 1fr; gap: 20px; text-align: center; justify-items: center; padding: 38px 20px; }.footer-links { justify-content: center; flex-wrap: wrap; gap: 16px 22px; white-space: normal; }
  .marketing-dashboard { min-width: 690px; padding: 26px; transform: scale(.5); transform-origin: top left; margin-right: -50%; margin-bottom: -31%; }.dashboard-capture { overflow: hidden; }.dashboard-filters > span { min-width: 82px; }.dashboard-charts article { min-height: 340px; }
  .hero-visual { min-height: 620px; justify-content: center; padding: 90px 12px 38px; }
  .hero-visual::after {
    right: auto;
    left: 50%;
    bottom: 18px;
    transform: translateX(-50%);
    writing-mode: horizontal-tb;
    white-space: nowrap;
  }
  .mobile-report-story {
    width: 100%;
    max-width: 570px;
    margin-inline: auto;
    gap: clamp(7px, 2.5vw, 14px);
    transform: none;
  }
  .mobile-shot { min-width: 0; border-radius: 14px; }
  .mobile-shot figcaption {
    min-height: 46px;
    gap: 5px;
    padding: 8px 6px;
    font-size: clamp(6.5px, 2.15vw, 10px);
    line-height: 1.15;
    letter-spacing: .025em;
    white-space: normal;
    overflow-wrap: anywhere;
  }
  .mobile-shot figcaption span { width: 6px; height: 6px; box-shadow: 0 0 0 3px rgba(242,106,46,.14); }
  .mobile-shot-start { margin-top: 48px; transform: rotate(-1.5deg); }.mobile-shot-project { margin-top: 8px; }.mobile-shot-details { margin-top: 56px; transform: rotate(1.5deg); }
}

@media (prefers-reduced-motion: reduce) {
  .marketing-shell * { scroll-behavior: auto !important; transition: none !important; }
}
