/* The public site has its own art direction; crew screens keep their device theme. */
.landing {
  --bg: #f4f2ea; --surface: #fffef9; --surface-2: #e9e7de;
  --text: #24251f; --muted: #606158; --line: #d5d4c9;
  --accent: #a73915; --accent-fill: #bd3d16; --accent-ink: #fff;
  background: var(--bg); color: var(--text); color-scheme: light;
  max-width: none; min-height: 100vh; padding: 0 max(24px, calc((100vw - 1280px)/2));
}
body:has(.landing:not([hidden])) { background: #f4f2ea; }
.landing button, .landing a { -webkit-tap-highlight-color: transparent; }
.landing :is(button,a,input,summary):focus-visible { outline: 3px solid #a73915; outline-offset: 5px; }
.landing .lp-bar { min-height: 92px; padding: 20px 0; margin: 0; border-bottom: 1px solid var(--line); gap: 24px; }
.landing .lp-mark { font-size: 29px; font-weight: 800; letter-spacing: -1.6px; }
.clock-symbol { display: inline-block; width: 28px; height: 28px; border: 3px solid currentColor; border-radius: 50%; position: relative; margin-right: 3px; }
.clock-symbol::after { content: ''; position: absolute; width: 7px; height: 9px; left: 10px; top: 4px; border-left: 2px solid currentColor; border-bottom: 2px solid currentColor; }
.edition { font: 10px/1.5 Consolas, monospace; letter-spacing: 1.4px; text-transform: uppercase; color: var(--muted); margin-right: auto; }
.landing .lp-bar-actions { gap: 24px; }
.landing .lp-bar-actions button { background: transparent; border: 0; padding: 8px 0; color: var(--text); font-size: 12px; border-radius: 0; }
.landing .lp-bar-actions .nav-trial { background: var(--text); color: #fffef9; padding: 12px 17px; }
.landing .lp-bar-actions button:hover { color: var(--accent); }
.landing .lp-bar-actions .nav-trial:hover { background: var(--accent-fill); color: white; }
.m-eyebrow { font: 11px/1.5 Consolas, monospace; text-transform: uppercase; letter-spacing: 1.6px; display: flex; align-items: center; gap: 10px; }
.m-eyebrow::before { content: ''; width: 6px; height: 6px; background: #bd3d16; flex: 0 0 auto; }
.m-hero { padding: 48px 0 32px; }
.m-hero-grid { display: grid; grid-template-columns: 1.6fr 1fr; align-items: end; gap: 48px; margin-top: 25px; }
.m-hero h1 { font-size: clamp(64px, 7.4vw, 108px); line-height: .94; letter-spacing: -.065em; font-weight: 550; margin: 0; }
.m-hero h1 em { font-family: Georgia, serif; font-weight: 400; color: #ac3e1c; letter-spacing: -.07em; }
.m-intro { max-width: 360px; justify-self: end; padding-bottom: 4px; }
.m-intro p { font-size: 16px; line-height: 1.7; color: var(--muted); margin: 0 0 20px; }
.m-button { display: inline-flex; justify-content: space-between; align-items: center; gap: 30px; background: var(--accent-fill); color: white; border: 1px solid transparent; border-radius: 2px; padding: 16px 21px; font-size: 13px; font-weight: 600; text-decoration: none; cursor: pointer; transition: background .2s, transform .2s; }
.m-button:hover { background: #913413; transform: translateY(-2px); }
.m-button span { font-size: 19px; font-weight: 400; }
.m-note { display: block; font-size: 11px; color: var(--muted); margin-top: 12px; }
.m-cinema { position: relative; height: 430px; overflow: hidden; background: #614a35; color: white; isolation: isolate; }
.m-cinema > img { width: 100%; height: 100%; object-fit: cover; object-position: center 54%; animation: m-arrive 1.8s ease-out both; }
.m-cinema::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, #201a15aa, transparent 60%); z-index: 0; pointer-events: none; }
.m-film-label { position: absolute; top: 23px; left: 26px; font: 10px Consolas, monospace; letter-spacing: 2px; border: 1px solid #ffffff80; padding: 8px 10px; background: #24251f65; }
.m-film-caption { position: absolute; bottom: 30px; left: 30px; z-index: 1; }
.m-film-caption p { font: 11px Consolas, monospace; letter-spacing: 1.5px; margin: 0 0 10px; }
.m-film-caption h2 { font-size: 32px; font-weight: 400; letter-spacing: -1px; margin: 0; }
.m-punch { position: absolute; z-index: 1; right: 30px; bottom: 30px; width: 235px; background: #f4f2ea; color: #24251f; padding: 20px; transform: rotate(3deg); box-shadow: 0 8px 36px #17181130; }
.m-punch-top { display: flex; justify-content: space-between; font: 10px Consolas, monospace; border-bottom: 1px dashed #c2c1b5; padding-bottom: 12px; }
.m-punch strong { display: block; font: 46px/1.4 Consolas, monospace; letter-spacing: -3px; }
.m-punch p { font-size: 11px; margin: 0 0 12px; }
.m-saved { display: flex; align-items: center; gap: 7px; font-size: 10px; padding-top: 12px; border-top: 1px dashed #c2c1b5; }
.m-saved::before { content: ''; background: #397450; width: 6px; height: 6px; border-radius: 50%; }
.m-proof { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 18px; padding: 23px 0; border-bottom: 1px solid var(--line); font-size: 11px; color: var(--muted); }
.m-proof strong { color: var(--text); font-size: 14px; letter-spacing: -.5px; }
.m-section { padding: 95px 0; border-bottom: 1px solid var(--line); }
.m-section-head { display: grid; grid-template-columns: 1.35fr 1fr; gap: 60px; align-items: end; margin: 24px 0 40px; }
.m-section h2 { font-size: clamp(34px, 4.4vw, 59px); line-height: 1.05; letter-spacing: -.045em; font-weight: 500; margin: 0; }
.m-section h2 em { font-family: Georgia, serif; font-weight: 400; }
.m-section-head > p { font-size: 15px; line-height: 1.75; color: var(--muted); margin: 0; max-width: 420px; }
.m-day { display: grid; grid-template-columns: 1fr 1.2fr; background: #e9e7de; min-height: 530px; }
.m-scenes { padding: 30px; display: grid; align-content: center; gap: 0; }
.m-scene { text-align: left; border: 0; border-bottom: 1px solid #cccbbf; border-radius: 0; background: transparent; color: var(--text); padding: 25px 18px; cursor: pointer; }
.m-scene:last-child { border-bottom: 0; }
.m-scene[aria-pressed='true'] { background: #f9f8f1; box-shadow: inset 3px 0 #bd3d16; }
.m-scene small { font: 10px Consolas, monospace; color: var(--muted); letter-spacing: .8px; }
.m-scene strong { display: block; margin: 8px 0; font-size: 22px; font-weight: 500; letter-spacing: -.6px; }
.m-scene p { margin: 0; font-size: 13px; line-height: 1.65; color: var(--muted); max-width: 320px; }
.m-demo { background: #d9ddcf; display: grid; place-content: center; justify-items: center; padding: 30px; position: relative; overflow: hidden; }
.m-demo::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(#24251f0a 1px, transparent 1px), linear-gradient(90deg,#24251f0a 1px, transparent 1px); background-size: 40px 40px; }
.m-demo { transition: background .5s ease; }
.m-demo[data-scene='offline'] { background: #e6d9c5; }
.m-demo[data-scene='office'] { background: #d2ddda; }
.m-device { position: relative; width: 210px; height: 438px; border: 6px solid #24251f; border-radius: 28px; overflow: hidden; box-shadow: 15px 20px 32px #24251f24; background: #0f1115; }
.m-device img { width: 100%; height: 100%; object-fit: cover; }
.m-demo-label { z-index: 1; font: 10px Consolas, monospace; letter-spacing: .6px; margin: 16px 0 0; }
.m-demo-status { position: absolute; z-index: 2; right: 22px; bottom: 80px; background: #fffef9; box-shadow: 0 5px 20px #24251f14; padding: 13px 16px; font-size: 11px; max-width: 190px; border-left: 3px solid #397450; }
.m-demo-status strong { display: block; margin-bottom: 4px; font-size: 12px; }
.m-demo-status p { margin: 0; line-height: 1.5; color: var(--muted); }
.m-people { display: grid; grid-template-columns: repeat(3,1fr); gap: 40px; margin-top: 45px; }
.m-person { border-top: 1px solid var(--text); padding-top: 18px; }
.m-person > span { font: 11px Consolas, monospace; color: var(--accent); }
.m-person h3 { font-size: 25px; letter-spacing: -.7px; font-weight: 500; margin: 22px 0 14px; }
.m-person p { color: var(--muted); font-size: 14px; line-height: 1.8; }
.m-person a { display: inline-block; font-size: 12px; color: var(--text); text-underline-offset: 5px; margin-top: 12px; }
.m-payday { margin: 0 calc(-1 * max(24px, (100vw - 1280px)/2)); padding: 80px max(24px, calc((100vw - 1280px)/2)); background: #292d25; color: #f4f2ea; display: grid; grid-template-columns: 1.2fr 1fr; gap: 80px; }
.m-payday h2 { font-size: clamp(42px,5vw,70px); letter-spacing: -.05em; line-height: 1.05; margin: 25px 0; font-weight: 450; }
.m-payday h2 em { color: #e5b79a; font-family: Georgia, serif; font-weight: 400; }
.m-payday p { color: #c0c4b8; max-width: 420px; font-size: 14px; line-height: 1.8; }
.m-payday a { color: #f4f2ea; text-underline-offset: 5px; font-size: 13px; }
.m-ledger { background: #f4f2ea; color: #24251f; padding: 30px; transform: rotate(-2deg); align-self: center; box-shadow: 8px 16px 0 #1f221b; }
.m-ledger header { font: 11px Consolas, monospace; display: flex; justify-content: space-between; padding-bottom: 22px; border-bottom: 1px solid #bbbdb1; }
.m-ledger > div { display: flex; justify-content: space-between; border-bottom: 1px dashed #c2c1b5; padding: 16px 0; font-size: 13px; }
.m-ledger > div strong { font-weight: 500; }
.m-ledger > div:last-of-type { font-size: 20px; border-bottom: 0; }
.m-ledger p { color: #606158; font: 10px/1.6 Consolas, monospace; margin: 20px 0 0; }
.m-price { display: grid; grid-template-columns: 1.3fr 1fr; gap: 90px; }
.m-price h2 { margin: 25px 0; }
.m-price p { color: var(--muted); line-height: 1.8; font-size: 14px; max-width: 380px; }
.m-price-number { display: flex; align-items: center; gap: 22px; }
.m-price-number strong { font-size: 100px; letter-spacing: -7px; font-weight: 500; line-height: 1.1; }
.m-price-number span { font-size: 13px; line-height: 1.6; }
.m-price-details { border-top: 1px solid var(--line); padding-top: 18px; }
.m-price-details .m-button { margin: 12px 0 0; background: var(--text); }
.m-faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.m-faq h2 { margin-top: 24px; }
.m-faq details { border-top: 1px solid var(--line); padding: 20px 0; }
.m-faq details:last-child { border-bottom: 1px solid var(--line); }
.m-faq summary { list-style: none; font-size: 15px; font-weight: 500; cursor: pointer; display: flex; justify-content: space-between; gap: 20px; }
.m-faq summary::-webkit-details-marker { display: none; }
.m-faq summary::after { content: '+'; font-size: 21px; line-height: 1; color: var(--accent); }
.m-faq details[open] summary::after { content: '−'; }
.m-faq details p { font-size: 13px; color: var(--muted); line-height: 1.8; max-width: 520px; }
.m-close { text-align: center; padding: 85px 0; }
.m-close .m-eyebrow { justify-content: center; }
.m-close h2 { font-size: clamp(48px,7vw,90px); font-weight: 500; letter-spacing: -.065em; line-height: 1.02; margin: 25px 0; }
.m-close h2 em { font-family: Georgia,serif; font-weight: 400; color: var(--accent); }
.m-close p { color: var(--muted); font-size: 14px; margin-bottom: 26px; }
.m-footer { display: flex; align-items: center; justify-content: space-between; gap: 25px; flex-wrap: wrap; border-top: 1px solid var(--line); padding: 30px 0; }
.m-footer p { font-size: 10px; color: var(--muted); max-width: 400px; margin: 0; }
.m-footer a, .m-footer button { font-size: 11px; color: var(--text); }
.m-footer button { background: transparent; border: 0; }
.m-skip { position: fixed; left: 20px; top: -100px; z-index: 100; background: #fff; padding: 12px; color: #24251f; }
.m-skip:focus { top: 15px; }
.landing .price-card { background: #fffef9; box-shadow: 10px 10px 0 #e2e1d6; border-radius: 2px; }
.landing .lp-hero { padding-top: 60px; }
.landing .lp-hero h1 { font-weight: 500; letter-spacing: -.05em; }
.landing .ft-row { border-radius: 0; }
.landing .m-person h3 { text-transform: none; }
#view-features .lp-hero, #view-pricing .lp-hero { max-width: 850px; padding: 65px 0 45px; }
#view-features .lp-hero h1, #view-pricing .lp-hero h1 { font-size: clamp(44px,6vw,80px); }
#view-features .ft-band { border-radius: 0; background: #e9e7de; padding: 35px; border: 0; }
#view-features .ft-row { padding: 45px 0; border-bottom: 1px solid var(--line); }
#view-features .ft-text h2 { font-weight: 500; font-size: clamp(32px,4vw,48px); letter-spacing: -.04em; }
#view-features .ft-text > p { line-height: 1.8; max-width: 540px; }
.landing .ft-cta { padding: 50px 0; max-width: 700px; margin: auto; text-align: center; }
.landing .lp-foot { padding: 30px 0; border-top: 1px solid var(--line); }
#view-pricing .price-included { border: 0; border-top: 1px solid var(--line); border-radius: 0; padding: 25px 0; }
#view-pricing .price-card { padding: 40px 25px; align-self: start; }
#view-pricing .price-amount { font-weight: 500; font-size: 85px; }
#view-pricing .saving { border-radius: 0; margin: 35px 0; padding: 35px; }
@media (min-width: 900px) {
  #view-pricing { display: grid; grid-template-columns: 1.15fr 1fr; column-gap: 70px; }
  #view-pricing > .lp-bar, #view-pricing > .lp-hero, #view-pricing > .saving, #view-pricing > .ft-cta, #view-pricing > .lp-foot { grid-column: 1 / -1; }
  #view-pricing > .price-card { grid-column: 2; grid-row: 3 / 5; }
  #view-pricing > .price-included { grid-column: 1; }
}
@keyframes m-arrive { from { transform: scale(1.045); } to { transform: scale(1); } }
@media (prefers-reduced-motion: no-preference) {
  @supports (animation-timeline: view()) {
    .m-cinema > img { animation: m-film-drift linear both; animation-timeline: view(); animation-range: entry 0% exit 100%; }
    @keyframes m-film-drift { from { transform: scale(1.09) translateY(-10px); } to { transform: scale(1.03) translateY(5px); } }
  }
}
@media (max-width: 900px) {
  .edition { display: none; }
  .landing .lp-bar-actions { gap: 16px; }
  .m-hero-grid { gap: 25px; grid-template-columns: 1.3fr 1fr; }
  .m-hero h1 { font-size: 70px; }
  .m-intro p { font-size: 14px; }
  .m-section { padding: 65px 0; }
  .m-section-head,.m-payday,.m-price,.m-faq { gap: 35px; }
  .m-demo-status { right: 12px; bottom: 50px; }
  .m-scenes { padding: 12px; }
  .m-people { gap: 23px; }
}
@media (max-width: 600px) {
  .landing { padding: 0 20px; }
  .landing .lp-bar { min-height: 77px; gap: 10px; }
  .landing .lp-mark { font-size: 25px; }
  .clock-symbol { width: 24px; height: 24px; }
  .clock-symbol::after { left: 8px; top: 3px; height: 8px; }
  .landing .lp-bar-actions { gap: 13px; }
  .landing .lp-bar-actions button { font-size: 11px; }
  .landing .lp-bar-actions .nav-trial { display: none; }
  .m-hero { padding: 30px 0 25px; }
  .m-eyebrow { font-size: 9px; letter-spacing: 1px; }
  .m-hero-grid { grid-template-columns: 1fr; gap: 26px; margin-top: 24px; }
  .m-hero h1 { font-size: clamp(57px,15vw,84px); }
  .m-intro { max-width: 100%; justify-self: start; }
  .m-intro p { max-width: 360px; }
  .m-cinema { height: 395px; }
  .m-cinema > img { object-position: 60% center; }
  .m-film-label { top: 15px; left: 15px; font-size: 8px; }
  .m-film-caption { left: 18px; bottom: 22px; }
  .m-film-caption p { font-size: 9px; }
  .m-film-caption h2 { font-size: 26px; }
  .m-punch { right: 20px; bottom: 112px; width: 185px; padding: 15px; }
  .m-punch strong { font-size: 36px; }
  .m-proof { justify-content: flex-start; gap: 14px 23px; font-size: 10px; }
  .m-proof strong { width: 100%; }
  .m-section-head,.m-price,.m-faq,.m-payday { grid-template-columns: 1fr; gap: 26px; }
  .m-section-head { margin-bottom: 28px; }
  .m-day { grid-template-columns: 1fr; }
  .m-scenes { padding: 12px; }
  .m-scene { padding: 18px 15px; }
  .m-scene strong { font-size: 20px; }
  .m-scene p { max-width: 100%; }
  .m-demo { padding: 28px; }
  .m-demo-status { right: 18px; bottom: 70px; }
  .m-people { grid-template-columns: 1fr; gap: 25px; margin-top: 30px; }
  .m-person h3 { margin-top: 13px; }
  .m-person p { margin-bottom: 0; }
  .m-person a { margin-top: 16px; }
  .m-payday { margin: 0 -20px; padding: 55px 25px; }
  .m-ledger { margin: 10px 5px; padding: 23px; }
  .m-price-number strong { font-size: 88px; }
  .m-close { padding: 60px 0; }
  .m-footer { align-items: flex-start; }
}
@media (prefers-reduced-motion: reduce) {
  .m-cinema > img { animation: none; }
  .landing *, .landing *::before, .landing *::after { scroll-behavior: auto !important; transition: none !important; }
}
