@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(./assets/fonts/font-0.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(./assets/fonts/font-1.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(./assets/fonts/font-2.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url(./assets/fonts/font-3.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
:root{--ink:#183a33;--deep:#15382f;--pine:#244d40;--green:#37614c;--sage:#e7ede5;--pearl:#f5f6f2;--paper:#fff;--line:#dde3dc;--muted:#6c7970;--sand:#dfd7c8;--clay:#b67f57;--mint:#d8e9d0;--body:'DM Sans',Arial,sans-serif;--display:'Manrope',Arial,sans-serif;--mono:'IBM Plex Mono',monospace;--ease:cubic-bezier(.22,1,.36,1);--radius:18px}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:112px}body{margin:0;background:var(--pearl);color:var(--ink);font:400 16px/1.65 var(--body);-webkit-font-smoothing:antialiased}body.modal-open{overflow:hidden}button,input,textarea,select{font:inherit}button,a,input,summary,select,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button,a{touch-action:manipulation}button{color:inherit}a{color:inherit;text-decoration:none}button{border:0;background:none}button:disabled{cursor:default;opacity:.65}button:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid #9aad85;outline-offset:6px}input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--green);outline-offset:3px}::selection{background:#d0dfbd;color:#183a33}img{max-width:100%;display:block}h1,h2,h3,h4,p{margin:0}h1,h2,h3,h4{font-family:var(--display);font-weight:500}h1,h2{letter-spacing:-.055em;line-height:1.12}h2{font-size:clamp(36px,4.1vw,61px)}h3{letter-spacing:-.035em;line-height:1.25}p{color:var(--muted)}ul{padding:0;list-style:none}svg.icon{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}[data-icon]{display:inline-flex;align-items:center;justify-content:center}[hidden]{display:none!important}.wrap{width:min(1240px,calc(100% - 112px));margin-inline:auto}.section{padding-block:115px}.section-kicker{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:42px}.eyebrow{font:500 11px/1.6 var(--mono);letter-spacing:.12em;color:var(--green);display:block}.eyebrow.light{color:#c5d4c8}.section-index{font:400 11px var(--mono);letter-spacing:.08em;color:#78877a}.section-heading{display:grid;grid-template-columns:1.4fr 1fr;gap:100px;align-items:end;margin-bottom:52px}.section-heading p{max-width:420px}.section-heading .eyebrow{margin-bottom:22px}.muted{color:#8a988d}.lead{font-size:21px;line-height:1.6;color:var(--ink)}.micro-note{font-size:12px;line-height:1.6;color:#7a847c}.small-link{font-size:12px;font-weight:500}.small-link span{margin-left:8px}.text-link{display:inline-flex;align-items:center;gap:35px;padding:0 0 9px;border-bottom:1px solid currentColor;font-size:14px;font-weight:600;line-height:1.4}.text-link span{transition:transform .25s}.text-link:hover span{transform:translate(3px,-3px)}.text-button{display:inline-flex;align-items:center;gap:7px;padding:3px 0;font-size:12px;font-weight:500}.text-button .icon{width:14px;height:14px}.button{display:inline-flex;align-items:center;justify-content:center;gap:30px;border-radius:7px;padding:15px 22px;font-size:14px;font-weight:600;line-height:1.3;min-height:48px;transition:background .25s,transform .25s,box-shadow .25s}.button>span{font-size:18px;line-height:1;transition:transform .25s}.button:hover>span{transform:translate(2px,-2px)}.button:hover{transform:translateY(-2px)}.button:active{transform:translateY(0)}.button-white{background:white;color:var(--ink)}.button-white:hover{background:#eef1e9;box-shadow:0 8px 30px #0002}.button-dark{background:var(--ink);color:white}.button-dark:hover{background:#2a5547}.button-glass{border:1px solid #ffffff6b;color:white;background:#ffffff0d;backdrop-filter:blur(8px)}.button-glass:hover{background:#ffffff24}.icon-button{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;font-size:29px;line-height:1}.circle-button{border:1px solid var(--line);border-radius:50%;width:43px;height:43px;font-size:21px;transition:background .2s}.circle-button:hover{background:var(--sage)}.pill{display:inline-block;font:500 10px/1.3 var(--mono);letter-spacing:.065em;border:1px solid var(--line);border-radius:30px;padding:8px 11px}.skip-link{position:fixed;top:-60px;left:20px;z-index:200;background:white;padding:12px}.skip-link:focus{top:12px}.reading-progress{position:fixed;top:0;left:0;height:3px;background:#a2bd91;z-index:100;transform-origin:left;width:100%;transform:scaleX(0)}
.site-header{position:absolute;top:26px;left:50%;transform:translateX(-50%);z-index:50;width:calc(100% - 112px);max-width:1370px;display:flex;align-items:center;justify-content:space-between;gap:32px;padding:12px 0;color:white;transition:padding .35s,background .35s,box-shadow .35s}.site-header.scrolled{position:fixed;top:12px;width:calc(100% - 48px);max-width:1340px;border-radius:12px;padding:12px 25px;background:#ffffffed;backdrop-filter:blur(20px);color:var(--ink);box-shadow:0 6px 35px #183a3310;border:1px solid #dde3dc99}.brand{display:flex;gap:8px;align-items:center;font-family:var(--display);font-weight:700;font-size:35px;letter-spacing:-.055em;line-height:1}.brand-mark{width:30px;height:32px}.brand-period{font-weight:700}.desktop-nav{display:flex;align-items:center;gap:27px;font-size:13px;font-weight:500}.desktop-nav>a{position:relative;padding:10px 0}.desktop-nav>a:after{content:'';height:1px;position:absolute;left:0;right:100%;bottom:5px;background:currentColor;transition:right .3s}.desktop-nav>a:hover:after{right:0}.nav-toggle{display:flex;align-items:center;gap:8px;padding:10px 0;font-size:13px;font-weight:500}.chevron{width:5px;height:5px;border-right:1px solid currentColor;border-bottom:1px solid currentColor;transform:rotate(45deg);transition:transform .2s}.nav-toggle[aria-expanded=true] .chevron{transform:rotate(225deg)}.header-cta{background:white;color:var(--ink);font-size:12px;min-height:43px;padding:13px 17px;gap:24px}.scrolled .header-cta{background:var(--ink);color:white}.mega-menu{position:absolute;top:calc(100% + 13px);left:140px;right:130px;color:var(--ink);background:white;border:1px solid var(--line);border-radius:14px;box-shadow:0 24px 60px #0002;display:grid;grid-template-columns:.8fr 1.4fr;overflow:hidden;animation:menuEnter .25s var(--ease)}.menu-intro{padding:34px;background:var(--sage)}.menu-intro strong{display:block;font:500 27px/1.3 var(--display);letter-spacing:-.04em;margin:20px 0 32px}.menu-intro>a{font-size:12px;display:flex;justify-content:space-between;gap:20px}.menu-links{display:grid;grid-template-columns:1fr 1fr;gap:7px;padding:20px}.menu-links>a{padding:16px;border-radius:8px;display:flex;align-items:flex-start;gap:11px}.menu-links>a:hover{background:var(--pearl)}.menu-links strong{display:block;font-size:13px;font-weight:600}.menu-links small{display:block;font-size:11px;line-height:1.6;color:var(--muted);margin-top:4px}.menu-links .icon{width:18px;height:18px}.mobile-menu-button{display:none}.mobile-nav{position:fixed;inset:80px 16px auto;z-index:49;background:white;box-shadow:0 20px 70px #0003;border-radius:12px;padding:22px;display:flex;flex-direction:column;gap:0}.mobile-nav>a{padding:15px 8px;border-bottom:1px solid var(--line);font-size:18px}.mobile-nav>.button{margin-top:16px}
.hero{position:relative;margin:12px;border-radius:19px;isolation:isolate;overflow:hidden;min-height:800px;height:calc(100svh - 24px);max-height:1080px;color:white}.hero-image-wrap{position:absolute;inset:0;z-index:-3;overflow:hidden}.hero-image{height:100%;width:100%;object-fit:cover;object-position:55% 55%;animation:heroSettle 1.8s var(--ease) both;will-change:transform}.hero-shade{position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,#0b211bbf 0%,#10281f5e 54%,#10251d16 100%),linear-gradient(0deg,#0a211abb 0%,transparent 48%,#09261c33 100%)}.hero-content{padding:clamp(185px,23vh,260px) clamp(44px,6.4vw,100px) 190px;position:relative;z-index:1}.hero-kicker{display:flex;align-items:center;gap:10px;font:400 10px/1.6 var(--mono);letter-spacing:.16em;margin-bottom:28px;color:#fffef4d9;animation:contentEnter .85s .05s var(--ease) both}.mini-mark{font-size:25px;line-height:1}.hero h1{font-size:clamp(56px,5.3vw,86px);font-weight:450;line-height:1.09;max-width:1000px;letter-spacing:-.055em;animation:contentEnter 1s .15s var(--ease) both}.hero h1>span{color:#e7ede2}.hero-content>p{font-size:17px;line-height:1.75;max-width:455px;color:#eef2e8d9;margin-top:29px;animation:contentEnter 1s .25s var(--ease) both}.hero-actions{display:flex;gap:12px;margin-top:33px;animation:contentEnter 1s .35s var(--ease) both}.hero-scroll{position:absolute;bottom:48px;left:clamp(44px,6.4vw,100px);display:flex;gap:13px;align-items:center;font:400 10px var(--mono);letter-spacing:.09em;color:#eff4ead1}.scroll-track{height:30px;width:17px;border:1px solid #fff8;border-radius:12px;display:flex;justify-content:center;padding-top:5px}.scroll-track>span{width:2px;height:6px;background:#fff;border-radius:2px;animation:scrollDot 2.4s infinite}.hero-caption{position:absolute;bottom:28px;right:45px;font:400 9px var(--mono);letter-spacing:.13em;color:#edf5eaba}.hero-scenario{position:absolute;bottom:90px;right:clamp(32px,4vw,64px);width:342px;border:1px solid #ffffff42;border-radius:13px;background:#f7f9f4f0;color:var(--ink);box-shadow:0 20px 70px #02150d24;backdrop-filter:blur(24px);overflow:hidden;animation:contentEnter 1.2s .5s var(--ease) both}.mini-app-header{display:flex;align-items:center;gap:9px;padding:15px 17px;border-bottom:1px solid #d6dfd7}.mini-app-header .mini-mark{font-size:22px}.mini-app-header strong{font-size:11px;font-weight:600}.tiny-label{margin-left:auto;font:400 8px var(--mono);color:var(--muted);border:1px solid var(--line);border-radius:3px;padding:3px 4px}.mini-guest{padding:20px 17px;display:flex;gap:10px}.avatar{display:inline-grid;place-items:center;flex-shrink:0;width:33px;height:33px;border-radius:50%;background:#e0e6db;color:#3d5543;font-size:10px;font-weight:600}.mini-guest strong{display:block;font-size:11px}.mini-guest strong>span{font-size:9px;font-weight:400;color:var(--muted);margin-left:4px}.mini-guest p{font-size:12px;line-height:1.6;color:#465b4c;margin-top:6px}.mini-agent{margin:0 13px 13px;display:flex;align-items:center;gap:9px;background:#e6eee2;padding:13px 10px;border-radius:7px}.mini-agent strong{font-size:11px;display:block}.mini-agent p{font-size:9px;margin-top:3px}.mini-agent-icon .icon{width:20px}.mini-check{margin-left:auto;font-size:12px}.hero-scenario>a{display:flex;justify-content:space-between;border-top:1px solid #d6dfd7;padding:11px 17px;font-size:10px}
.ecosystem-strip{padding:45px 0 38px;text-align:center;border-bottom:1px solid var(--line)}.ecosystem-strip>p{font:400 9px var(--mono);letter-spacing:.13em;color:#8c948b}.wordmarks{display:flex;align-items:center;justify-content:space-around;gap:40px;flex-wrap:wrap;padding:25px 20px 20px}.wordmark{font:600 25px var(--display);letter-spacing:-.06em;color:#6e7b70}.wordmark.airbnb{font-weight:700;letter-spacing:-.045em}.wordmark.guesty{font-weight:800}.wordmark.booking{font-size:23px}.wordmark.slack{display:flex;align-items:center;gap:5px;font-weight:800}.wordmark.slack>span{font-size:34px}.ecosystem-strip .small-link{color:#7a847a;font-size:10px}.overview-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:120px}.overview h2{font-size:clamp(40px,4.7vw,66px);line-height:1.12}.overview-copy>p+p{margin-top:21px;font-size:15px}.value-links{margin-top:35px}.value-links>a{display:flex;align-items:center;gap:18px;padding:22px 0;border-top:1px solid var(--line);transition:padding .3s}.value-links>a:hover{padding-left:8px}.value-links>a>span:last-child{margin-left:auto}.value-links strong{font-size:14px;font-weight:550;display:block}.value-links small{font-size:12px;color:var(--muted);margin-top:3px;display:block}.value-links .icon{width:20px}
.decision-section{padding:95px 0 42px;background:var(--deep);color:white;border-radius:24px;margin:0 12px;position:relative;overflow:hidden}.decision-section .wrap{width:min(1290px,calc(100% - 96px))}.decision-section .section-kicker{margin-bottom:25px}.demo-label{font:400 9px var(--mono);letter-spacing:.06em;border:1px solid #ffffff33;border-radius:4px;padding:6px 10px;color:#c1d0c5}.light-heading{grid-template-columns:1.4fr 1fr;gap:100px;margin-bottom:38px}.light-heading h2{font-size:clamp(35px,3.8vw,53px)}.light-heading p{color:#b6c8bd;font-size:15px;max-width:370px}.scenario-tabs{display:flex;align-items:center;gap:8px;margin-bottom:22px;flex-wrap:wrap}.scenario-tabs button{display:flex;align-items:center;gap:9px;padding:12px 19px;color:#bdcec3;border-radius:6px;font-size:12px;transition:background .25s}.scenario-tabs button .icon{width:16px;height:16px}.scenario-tabs button[aria-selected=true]{background:#e6eddf;color:var(--ink)}.scenario-tabs button:hover:not([aria-selected=true]){background:#ffffff10}.decision-app{background:#f9faf6;border-radius:12px;overflow:hidden;box-shadow:0 30px 100px #0c21182b;color:var(--ink)}.app-bar{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:16px 24px;border-bottom:1px solid var(--line);background:#fff}.app-bar>div{display:flex;align-items:center;gap:12px}.app-logo{font:700 24px var(--display);letter-spacing:-.12em}.app-bar strong{font-size:12px;font-weight:600}.app-divider{width:1px;height:17px;background:var(--line);margin:0 2px}.app-bar #scenario-property{font-size:11px;color:var(--muted)}.sample-badge{display:inline-block;white-space:nowrap;font:400 9px/1.4 var(--mono);border:1px solid #dae1d8;color:#778274;background:#f7f9f2;padding:4px 7px;border-radius:4px}.decision-grid{display:grid;grid-template-columns:1fr 1.08fr 1fr;min-height:557px}.request-panel,.reasoning-panel,.plan-panel{padding:26px 25px}.request-panel{background:#f4f6f0;border-right:1px solid var(--line)}.panel-label{font:500 9px/1.4 var(--mono);letter-spacing:.08em;display:flex;align-items:center;justify-content:space-between;gap:5px;color:#7a887b;margin-bottom:26px;min-height:22px}.panel-label>.icon,.panel-label>[data-icon] .icon{width:15px;height:15px}.request-person{display:flex;align-items:center;gap:9px}.avatar-clay{background:#e8ded1;color:#795943}.request-person strong{font-size:12px;font-weight:600;display:block}.request-person>div>span{display:block;color:var(--muted);font-size:10px}.message-time{margin-left:auto;font:400 9px var(--mono);color:#8d958b}.request-panel blockquote{font-size:16px;line-height:1.6;margin:20px 0 25px;letter-spacing:-.02em;color:#2f4a3b}.context-title{font-size:10px;font-weight:600;display:flex;justify-content:space-between;border-top:1px solid var(--line);padding-top:19px}.context-title>span{font-weight:400;color:var(--muted);font-size:9px}.context-facts{margin:15px 0 23px}.context-fact{display:flex;gap:10px;align-items:flex-start;margin:14px 0}.context-fact .icon{width:15px;height:15px;margin-top:2px;color:#819479}.context-fact strong{display:block;font-size:11px;font-weight:500}.context-fact span{display:block;font-size:10px;color:#899184;line-height:1.5}.constraint-card{padding:15px 12px;display:flex;align-items:center;gap:10px;background:#e7ecdf;border:1px solid #dce3d3;border-radius:7px;justify-content:space-between}.constraint-card .eyebrow{font-size:8px;letter-spacing:.045em}.constraint-card strong{font-size:10px;display:block;margin-top:6px;font-weight:550;line-height:1.5}.switch{position:relative;width:33px;height:19px;border-radius:20px;background:#b8c4b0;padding:2px;flex-shrink:0;transition:background .25s}.switch>span{display:block;width:15px;height:15px;background:white;border-radius:50%;box-shadow:0 1px 3px #0002;transition:transform .25s}.switch[aria-checked=true]{background:var(--green)}.switch[aria-checked=true]>span{transform:translateX(14px)}.request-panel>.micro-note{font-size:9px;margin-top:10px}.reasoning-panel{background:#fff;border-right:1px solid var(--line)}.workflow-steps{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin:2px 0 28px}.workflow-steps:before{content:'';height:1px;position:absolute;top:17px;left:15px;right:15px;background:#ccd6c7}.workflow-step{position:relative;padding:0;display:flex;flex-direction:column;align-items:center;gap:8px;color:#8b9485;font-size:9px;line-height:1.4}.workflow-step>span{width:35px;height:35px;display:grid;place-items:center;border-radius:50%;background:#f2f5ed;border:1px solid #dbe2d3;transition:all .3s}.workflow-step .icon{width:15px;height:15px}.workflow-step.active{color:var(--ink)}.workflow-step.active>span{background:var(--ink);color:white;border-color:var(--ink);box-shadow:0 0 0 5px #eaf0e3}.workflow-step.complete>span{background:#dfead4;color:var(--green)}.step-inspector{border:1px solid var(--line);border-radius:8px;background:#fafbf7;padding:19px;min-height:205px}.step-inspector .eyebrow{font-size:8px;letter-spacing:.06em}.step-inspector h3{font-size:17px;margin:12px 0 10px;line-height:1.3}.step-inspector>p{font-size:11px;line-height:1.7;min-height:54px}.source-link{display:flex;align-items:center;gap:6px;font-size:9px;padding:0;margin-top:15px;border-bottom:1px solid #c3d0bb;line-height:1.6}.source-link .icon{width:12px;height:12px}.timeline-preview{margin-top:26px}.timeline-preview>div:first-child{display:flex;align-items:center;justify-content:space-between;gap:10px}.timeline-preview>div:first-child>span{font-size:10px;color:var(--muted)}.timeline-preview strong{font:500 18px var(--display);letter-spacing:-.05em}.timeline-track{height:5px;background:#e4e9de;border-radius:8px;position:relative;margin:17px 0 10px}.timeline-fill{height:100%;width:78%;background:#78986b;display:block;border-radius:8px;transition:width .6s var(--ease),background .3s}.timeline-track i{position:absolute;top:-4px;left:78%;height:13px;width:3px;border-radius:2px;background:#30553c;transition:left .6s var(--ease)}.timeline-labels{display:flex;justify-content:space-between;gap:10px;font-size:8px;color:#8b9586}.plan-panel{display:flex;flex-direction:column;background:#f8faf4}.plan-panel .panel-label{margin-bottom:18px}.plan-star{font-size:23px;color:#809b70}.decision-status{display:inline-flex;align-self:flex-start;background:#e5edda;color:#4a653d;padding:5px 8px;border-radius:4px;font:400 8px var(--mono);margin-bottom:14px}.decision-status.warning{background:#f0e2cb;color:#83622e}.decision-status.approved{background:#dae9db;color:#31573d}.plan-panel h3{font-size:24px;letter-spacing:-.045em;line-height:1.2;margin-bottom:12px}.plan-panel>p{font-size:11px;line-height:1.6}.draft-message{padding:13px 14px;background:#fff;border:1px solid var(--line);border-radius:7px;margin:18px 0 13px}.draft-message .eyebrow{font-size:8px;letter-spacing:.06em;color:#7f8d78}.draft-message p{font-size:11px;color:#52654e;line-height:1.65;margin-top:8px}.plan-actions-list{font-size:10px;margin-bottom:18px}.plan-actions-list>div{display:flex;gap:7px;align-items:flex-start;margin:6px 0}.plan-actions-list>div>span:first-child{color:#71935f}.approve-button{width:100%;font-size:11px;min-height:38px;padding:12px 14px;margin-top:auto}.plan-panel .micro-note{font-size:9px;text-align:center;margin-top:10px}.app-footer{display:flex;justify-content:space-between;align-items:center;gap:10px;border-top:1px solid var(--line);padding:12px 24px;font-size:9px;background:#fff;color:#84907e}.app-footer>span:first-child{display:flex;align-items:center;gap:6px;color:#547b42}.status-dot{height:5px;width:5px;background:#6c9359;border-radius:50%;display:inline-block}.app-footer .text-button{font-size:9px}.demo-disclosure{margin-top:20px;text-align:center;font-size:10px;color:#97b29f;line-height:1.6}
.platform-tabs{display:flex;border-bottom:1px solid var(--line);gap:0;margin-bottom:32px}.platform-tabs>button{flex:1;display:flex;align-items:center;justify-content:center;gap:10px;font-size:12px;padding:20px 12px;color:#7b877b;position:relative}.platform-tabs>button:after{content:'';position:absolute;height:2px;background:var(--ink);bottom:-1px;left:50%;right:50%;transition:left .3s,right .3s}.platform-tabs>button[aria-selected=true]{color:var(--ink)}.platform-tabs>button[aria-selected=true]:after{left:0;right:0}.platform-tabs .icon{width:18px;height:18px}.product-panel{display:grid;grid-template-columns:1fr 1.25fr;min-height:470px;background:#edf0e8;border-radius:15px;overflow:hidden}.product-copy{padding:49px 48px}.product-copy .pill{font-size:9px;border-color:#cdd7c5;color:#6c7d60}.product-copy h3{font-size:34px;margin:22px 0 19px;line-height:1.2}.product-copy>p{font-size:14px;max-width:355px;line-height:1.7}.check-list{margin:24px 0 31px}.check-list li{position:relative;font-size:12px;padding-left:22px;margin:11px 0;line-height:1.7}.check-list li:before{content:'✓';position:absolute;left:0;color:#5a7b4b}.product-copy .text-link{font-size:12px}.product-visual{display:flex;align-items:center;justify-content:center;padding:40px 34px 35px 10px;overflow:hidden}.product-window{background:#fff;border:1px solid #d6dfce;box-shadow:0 20px 45px #294d2510;border-radius:9px;width:100%;min-height:360px;animation:panelEnter .45s var(--ease)}.window-top{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding:14px 18px;font-size:11px;font-weight:600}.window-top>span:first-child{display:flex;align-items:center;gap:7px}.window-top .icon{width:15px;height:15px}.window-top .pill{font-size:8px;padding:4px 7px}.inbox-body{display:grid;grid-template-columns:142px 1fr;min-height:320px}.inbox-list{background:#fafbf7;border-right:1px solid var(--line);padding:12px 8px}.inbox-item{padding:12px 8px;border-radius:5px;margin:3px 0}.inbox-item.selected{background:#eaf0e3}.inbox-item>strong{display:block;font-size:10px}.inbox-item>p{font-size:9px;line-height:1.5;margin-top:5px}.inbox-item>span{font-size:8px;color:#7d936e;display:block;margin-top:7px}.inbox-conversation{padding:17px 16px}.conversation-heading{font-size:10px;font-weight:600;margin-bottom:18px;display:flex;align-items:center;gap:8px}.conversation-heading .avatar{width:26px;height:26px;font-size:8px}.bubble{border-radius:8px;padding:12px;font-size:10px;line-height:1.7;background:#f1f3ed;color:#56634f;margin-bottom:13px}.bubble.agent{background:#e6eddc;color:#415637;margin-left:17px}.bubble small{display:block;font-size:8px;color:#7c8d6e;margin-bottom:6px}.source-pills{display:flex;gap:4px;flex-wrap:wrap;margin-left:17px}.source-pills span{font-size:7px;border:1px solid var(--line);border-radius:3px;padding:3px 5px;color:#849177}.schedule-body{padding:20px}.schedule-date{font-size:11px;font-weight:600;margin-bottom:17px}.schedule-row{display:grid;grid-template-columns:50px 1fr;gap:12px;margin:11px 0}.schedule-time{font-size:9px;color:#8c9585;font-family:var(--mono);padding-top:12px}.schedule-task{background:#f0f4e9;border-left:3px solid #92ac7c;padding:11px 14px;border-radius:4px}.schedule-task.amber{background:#f6f0e4;border-color:#cba573}.schedule-task strong{font-size:11px;display:block}.schedule-task p{font-size:9px;margin-top:3px}.schedule-footer{display:flex;justify-content:space-between;padding-top:12px;font-size:9px;color:#7d8b6f}.analytics-body{padding:21px}.analytics-metrics{display:flex;justify-content:space-between;gap:15px}.analytics-metrics small{display:block;font-size:9px;color:#89947d}.analytics-metrics strong{display:block;font:500 24px var(--display);margin-top:5px;letter-spacing:-.05em}.analytics-metrics em{font-size:8px;font-style:normal;color:#698757}.chart-area{display:flex;align-items:flex-end;gap:12px;height:110px;border-bottom:1px solid var(--line);margin:23px 0 15px;padding:0 8px}.chart-bar{flex:1;background:#bfd0af;border-radius:3px 3px 0 0;position:relative}.chart-bar:nth-child(3n){background:#77916a}.chart-bar:after{content:attr(data-day);position:absolute;left:50%;transform:translateX(-50%);bottom:-18px;font:400 8px var(--mono);color:#8f9a86}.analytics-insight{background:#f0f3e8;border:1px solid #e4e9db;border-radius:6px;padding:12px;font-size:10px;margin-top:30px}.analytics-insight strong{display:block;margin-bottom:5px;font-weight:600}.analytics-insight p{font-size:9px;line-height:1.6}.owner-body{padding:23px}.owner-header{display:flex;align-items:center;gap:12px;padding-bottom:19px;border-bottom:1px solid var(--line)}.owner-header strong{font-size:12px;display:block}.owner-header small{font-size:9px;color:#8b9582;display:block}.owner-report-title{font-size:18px;letter-spacing:-.04em;margin:20px 0 7px}.owner-body>p{font-size:10px}.report-lines{display:flex;flex-direction:column;gap:11px;margin:20px 0}.report-lines>div{display:flex;justify-content:space-between;font-size:10px;border-bottom:1px solid #eef1e7;padding-bottom:8px}.report-lines span{color:#7c8d72}.report-ready{font-size:9px;display:flex;justify-content:space-between;align-items:center}
.human-section{display:grid;grid-template-columns:1fr 1fr;min-height:580px;background:#e5eadf;margin:0 12px;border-radius:20px;overflow:hidden}.human-image{overflow:hidden;max-height:690px}.human-image img{width:100%;height:100%;object-fit:cover;object-position:center 57%;transition:transform 1.5s var(--ease)}.human-image:hover img{transform:scale(1.025)}.human-copy{padding:80px clamp(40px,6vw,110px)}.human-copy h2{font-size:clamp(37px,3.9vw,56px);margin-top:26px;line-height:1.14}.human-copy h2>span{color:#748669}.human-copy>p{font-size:15px;margin:25px 0 27px;max-width:380px}.human-copy .text-link{font-size:12px;gap:20px}.human-caption{display:flex;gap:15px;align-items:center;margin-top:45px;border-top:1px solid #c9d3c0;padding-top:23px}.human-caption>span{font-size:33px;color:#71865f}.human-caption p{font-size:11px;color:#7b8b71;line-height:1.7}
.intelligence-grid{display:grid;grid-template-columns:1fr 1fr;gap:105px;align-items:center}.section-intro{max-width:430px;margin:23px 0 30px;font-size:15px}.reason-accordion details{border-bottom:1px solid var(--line)}.reason-accordion summary{display:flex;align-items:center;gap:14px;list-style:none;font-size:14px;cursor:pointer;padding:19px 0}.reason-accordion summary::-webkit-details-marker,.faq-list summary::-webkit-details-marker{display:none}.reason-number{font:400 10px var(--mono);color:#83947a}.plus{position:relative;width:14px;height:14px;margin-left:auto;flex-shrink:0}.plus:before,.plus:after{content:'';height:1px;width:10px;position:absolute;left:2px;top:6px;background:#7d8e71;transition:transform .25s}.plus:after{transform:rotate(90deg)}details[open] .plus:after{transform:rotate(0deg)}.reason-accordion details>p{font-size:13px;line-height:1.75;padding:0 0 22px 29px;max-width:455px}.reason-display{background:#edf1e7;border:1px solid #dce3d4;border-radius:14px;min-height:446px;overflow:hidden}.reason-display-header{padding:21px 23px;display:flex;align-items:center;gap:10px;border-bottom:1px solid #d9e2cf;font:500 9px var(--mono);letter-spacing:.06em}.reason-display-header .sample-badge{margin-left:auto}.reason-display-header .mini-mark{font-size:21px}#reason-content{padding:25px;min-height:320px;animation:panelEnter .4s}.reason-record-title{font-size:18px;letter-spacing:-.03em;margin-bottom:5px}.reason-record-sub{font-size:10px;color:#8a957e;margin-bottom:22px}.evidence-row{display:flex;align-items:flex-start;gap:13px;background:#fff;border:1px solid #dfe5d6;border-radius:6px;padding:13px;margin:9px 0}.evidence-row .icon{width:17px;height:17px;color:#7e926a}.evidence-row strong{font-size:11px;font-weight:550;display:block}.evidence-row small{font-size:9px;color:#87977a;display:block;margin-top:3px}.evidence-row>span:last-child{margin-left:auto;font-size:10px;color:#80a265}.evidence-note{font-size:10px;margin-top:18px;display:flex;gap:8px;align-items:center;color:#758766}.reason-display-footer{display:flex;gap:8px;align-items:center;padding:17px 25px;font-size:10px;border-top:1px solid #d9e2cf;color:#7b8d6b}.reason-display-footer .icon{width:14px;height:14px}.tradeoff-row{display:flex;align-items:center;justify-content:space-between;font-size:11px;padding:14px 0;border-bottom:1px solid #d5dfca}.tradeoff-row span{font-size:10px;color:#8b744f}.tradeoff-row.chosen{color:var(--green);font-weight:600}.tradeoff-row.chosen span{color:var(--green)}.approval-tier{display:flex;justify-content:space-between;padding:14px;border-radius:6px;background:white;margin:10px 0;font-size:11px}.approval-tier span{font-size:9px;color:#7d9469}.approval-tier:last-of-type span{color:#9e7d47}.trust-principles{display:grid;grid-template-columns:repeat(3,1fr);gap:50px;margin-top:60px;padding-top:39px;border-top:1px solid var(--line)}.trust-principles .icon{color:#688558;width:23px;height:23px}.trust-principles h3{font-size:15px;margin:14px 0 8px;letter-spacing:-.02em}.trust-principles p{font-size:12px;max-width:270px}
.solutions-section{background:#e9eee4}.solution-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.solution-card{background:#f8faf5;padding:30px 30px 25px;border:1px solid #dbe4d1;border-radius:12px;transition:transform .4s var(--ease),box-shadow .4s;display:flex;flex-direction:column}.solution-card:hover{transform:translateY(-6px);box-shadow:0 18px 35px #183a3310}.solution-card.featured{background:#dce7d2;border-color:#cfddc2}.solution-card-top{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:32px}.solution-card-top>.pill{font-size:8px;padding:6px 8px;border-color:#cfdac4}.solution-card-top .icon{width:24px;height:24px}.solution-card h3{font-size:29px;line-height:1.2;margin-bottom:19px}.solution-card>p{font-size:13px;line-height:1.75;min-height:90px}.solution-card ul{padding-top:20px;margin:20px 0 32px;border-top:1px solid #d9e2cf;font-size:11px;line-height:1.8}.solution-card li{position:relative;padding-left:13px;margin:6px 0}.solution-card li:before{content:'';width:3px;height:3px;background:#789266;position:absolute;left:0;top:9px;border-radius:50%}.solution-card .text-link{font-size:12px;margin-top:auto;justify-content:space-between}
.dark-label{color:#7d8b74;border-color:#d5decd}.stories-grid{display:grid;grid-template-columns:1fr 1.15fr;gap:90px;align-items:center}.story-image{border-radius:12px;overflow:hidden;height:545px;position:relative}.story-image img{width:100%;height:100%;object-fit:cover;object-position:center 54%}.story-image:after{content:'';position:absolute;inset:50% 0 0;background:linear-gradient(transparent,#10251988)}.image-caption{position:absolute;bottom:23px;left:26px;color:white;font-size:12px;z-index:1}.story-content>.eyebrow{font-size:10px}.quote-mark{font-family:Georgia,serif;font-size:100px;line-height:1;color:#b8c6ab;display:block;margin-top:20px;height:69px}.story-content blockquote{font:400 clamp(25px,2.5vw,36px)/1.45 var(--display);letter-spacing:-.035em;margin:0 0 28px;min-height:156px;color:#344b3b}.story-person{display:flex;align-items:center;gap:12px}.avatar-dark{background:var(--ink);color:white;width:38px;height:38px;font-size:10px}.story-person strong{display:block;font-size:12px;font-weight:600}.story-person>div>span{font-size:10px;color:var(--muted)}.story-outcome{border-top:1px solid var(--line);margin-top:23px;padding-top:20px;display:grid;grid-template-columns:1fr 1fr;gap:25px}.story-outcome strong{font-size:11px;font-weight:600;display:block}.story-outcome p{font-size:11px;margin-top:6px}.story-controls{display:flex;align-items:center;justify-content:space-between;margin-top:23px}.story-controls>div:last-child{display:flex;gap:8px}.story-dots{display:flex;gap:8px}.story-dots button{height:22px;width:18px;padding:8px 3px;position:relative}.story-dots button:after{content:'';display:block;height:5px;width:5px;background:#cdd7c4;border-radius:10px;transition:width .3s,background .3s}.story-dots button.active:after{width:18px;background:var(--ink)}.story-content>.micro-note{font-size:10px;margin-top:19px;max-width:460px}
.integrations-section{background:#eef1e9}.integrations-section .section-heading{grid-template-columns:1.15fr 1fr;gap:130px}.integrations-section .section-heading p+p{margin-top:15px;font-size:11px}.integration-filters{display:flex;gap:7px;flex-wrap:wrap;margin-bottom:25px}.integration-filters>button{font-size:12px;border:1px solid #d6dfcd;border-radius:6px;padding:9px 17px;color:#728566;transition:background .25s}.integration-filters>button.active{background:var(--ink);color:white;border-color:var(--ink)}.integration-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:13px;min-height:230px;align-content:start}.integration-card{display:flex;align-items:center;gap:12px;padding:22px;background:#fafcf7;border:1px solid #dee5d6;border-radius:8px;text-align:left;transition:transform .25s,box-shadow .25s}.integration-card:hover{transform:translateY(-3px);box-shadow:0 8px 18px #183a330c}.integration-logo{width:36px;height:36px;border-radius:7px;background:#edf0e7;display:grid;place-items:center;font:700 18px var(--display);color:#456238}.integration-card strong{font-size:13px;font-weight:600;display:block}.integration-card small{font-size:9px;display:block;color:#8d9b80;margin-top:2px}.integration-card>span:last-child{margin-left:auto;color:#91a17f;font-size:15px}.integration-note{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:28px;font-size:11px;color:#819273}.integration-note .icon{width:15px;height:15px}
.value-section{display:grid;grid-template-columns:1fr 1.2fr;gap:130px;align-items:center}.value-copy h2{margin-top:24px}.value-copy>p{font-size:15px;margin:25px 0 28px;max-width:340px}.value-copy .text-link{font-size:12px}.value-calculator{padding:35px 37px;background:#edf1e7;border:1px solid #dbe3d1;border-radius:13px}.calculator-heading{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:30px}.calculator-heading h3{font-size:16px;letter-spacing:-.025em}.calculator-heading .sample-badge{font-size:8px}.range-label{display:flex;justify-content:space-between;align-items:center;font-size:12px;gap:15px}.range-label output{font:500 22px var(--display);letter-spacing:-.04em}input[type=range]{appearance:none;width:100%;height:5px;background:#cedac2;accent-color:var(--ink);border-radius:8px;margin:18px 0 28px;cursor:pointer;padding:0;border:0}input[type=range]::-webkit-slider-thumb{appearance:none;background:#fff;width:18px;height:18px;border:5px solid var(--green);border-radius:50%;box-shadow:0 2px 5px #0001}input[type=range]::-moz-range-thumb{background:#fff;width:9px;height:9px;border:5px solid var(--green);border-radius:50%}.calculator-fields{display:grid;grid-template-columns:1fr 1.45fr;gap:14px;margin-top:3px}.calculator-fields label{font-size:10px;color:#7c8c6f}.calculator-fields input,.calculator-fields select{display:block;width:100%;border:1px solid #d1dcc4;border-radius:5px;background:#f9fbf5;padding:10px 11px;font-size:12px;color:var(--ink);margin-top:7px;min-width:0}.calculator-result{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #d3dec8;margin-top:29px;padding:24px 0 17px}.calculator-result>div{display:flex;align-items:center;gap:17px}.calculator-result strong{font:500 65px/1 var(--display);letter-spacing:-.075em}.calculator-result>div>span{font-size:11px;line-height:1.7;color:#718566}.calculator-result .icon{width:32px;height:32px;color:#8c9e7c}.calculator-formula{font:400 8px/1.7 var(--mono);color:#7d8f70;border-top:1px solid #d3dec8;padding-top:13px}.value-calculator>.micro-note{font-size:9px;margin-top:12px}
.rollout-section{background:#e8eee1}.rollout-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;position:relative}.rollout-grid:before{content:'';height:1px;background:#c5d3b7;position:absolute;top:24px;left:24px;right:24px}.rollout-grid article{position:relative}.rollout-number{display:grid;place-items:center;width:48px;height:48px;border:1px solid #bdceb0;border-radius:50%;background:#e8eee1;font:400 11px var(--mono);margin-bottom:25px}.rollout-grid h3{font-size:18px;margin-bottom:14px}.rollout-grid p{font-size:12px;line-height:1.8;max-width:250px}.rollout-tag{display:inline-block;margin-top:22px;color:#7c936a;font:400 9px var(--mono);border-bottom:1px solid #b8c8aa;padding-bottom:5px}
.faq-section{display:grid;grid-template-columns:1fr 1.25fr;gap:100px;align-items:start}.faq-section h2{font-size:46px;margin-top:23px}.faq-section>div:first-child>p{font-size:14px;max-width:310px;margin:25px 0}.faq-section .text-link{font-size:12px}.faq-list{border-top:1px solid var(--line)}.faq-list details{border-bottom:1px solid var(--line)}.faq-list summary{display:flex;align-items:center;gap:18px;list-style:none;cursor:pointer;font-size:14px;font-weight:500;padding:23px 0;line-height:1.6}.faq-list details>p{font-size:13px;line-height:1.85;padding:0 24px 24px 0}.closing-section{position:relative;margin:0 12px;border-radius:20px;overflow:hidden;isolation:isolate;min-height:530px;display:flex;align-items:center;color:white}.closing-image{position:absolute;inset:0;background:url('./assets/modern-villa.jpg') center 60%/cover;z-index:-3}.closing-overlay{position:absolute;inset:0;background:linear-gradient(90deg,#163a2bed,#18352cb0 55%,#20352b55);z-index:-2}.closing-content{padding:75px 0}.closing-content h2{font-size:clamp(47px,5vw,75px);line-height:1.1;margin-top:25px}.closing-content p{font-size:15px;color:#c6d6c7;margin:24px 0 28px}.closing-note{position:absolute;bottom:35px;right:42px;font:400 9px var(--mono);letter-spacing:.15em;color:#c8dac3}
.site-footer{padding-top:65px;padding-bottom:30px}.footer-top{display:grid;grid-template-columns:1.55fr 1fr 1fr 1fr;gap:50px;padding-bottom:50px}.footer-brand .brand{font-size:39px}.footer-brand p{font-size:12px;margin-top:19px;line-height:1.8}.footer-column{display:flex;flex-direction:column;align-items:flex-start;gap:11px}.footer-column h3{font-size:12px;font-weight:600;margin:0 0 8px;letter-spacing:0}.footer-column a,.footer-column button{font-size:11px;padding:0;color:#7e8b75;line-height:1.6}.footer-column a:hover,.footer-column button:hover{color:var(--ink)}.footer-bottom{border-top:1px solid var(--line);display:flex;justify-content:space-between;padding-top:22px;gap:20px;color:#8b9782;font-size:10px}.footer-bottom>div{display:flex;gap:23px;flex-wrap:wrap}.footer-bottom button{padding:0;font-size:10px}.footer-disclosure{max-width:870px;font-size:9px;color:#96a08e;line-height:1.8;margin-top:21px}
dialog{border:0;padding:0;color:var(--ink);max-height:calc(100svh - 40px);box-shadow:0 35px 130px #091b1a55}dialog::backdrop{background:#0c211ba6;backdrop-filter:blur(9px)}dialog[open]{animation:dialogEnter .35s var(--ease)}.dialog-close{position:absolute;right:14px;top:14px;z-index:2;background:#eaf0e3;color:var(--ink);width:35px;height:35px;font-size:25px}.brief-dialog{width:min(980px,calc(100% - 40px));border-radius:16px;background:white;overflow:auto}.brief-dialog[open]{display:grid;grid-template-columns:.8fr 1.2fr}.brief-visual{background:linear-gradient(#133326aa,#102f22d9),url('./assets/modern-villa.jpg') center/cover;min-height:630px;color:white;padding:38px;display:flex;flex-direction:column}.brief-visual .brand{font-size:34px}.brief-visual h2{font-size:35px;line-height:1.2;margin-top:auto;letter-spacing:-.04em}.brief-visual>p{font-size:13px;color:#d7e2d0;margin-top:22px}.brief-visual>.eyebrow{margin-top:50px;font-size:8px}.brief-form-wrap{padding:43px 43px 30px}.brief-form-wrap>.eyebrow{font-size:9px;margin-right:20px}.brief-form-wrap>h2{font-size:33px;margin:16px 0}.form-intro{font-size:12px;line-height:1.7;margin-bottom:24px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:18px}form label{font-size:11px;font-weight:500;display:block}form input:not([type=radio]),form select,form textarea{display:block;width:100%;margin-top:7px;border:1px solid #d4dfcd;background:#fafcf7;border-radius:5px;padding:10px 11px;font-size:12px;min-width:0;color:var(--ink)}form textarea{resize:vertical;max-height:180px}form fieldset{border:0;padding:0;margin:0 0 18px}form legend{font-size:11px;margin-bottom:9px}.radio-chip{display:inline-flex;align-items:center;gap:6px;padding:8px 9px;background:#f4f7ef;border:1px solid #dde6d4;border-radius:5px;font-size:10px;margin:0 4px 6px 0;font-weight:400}.radio-chip:has(input:checked){background:#e3ecd9;border-color:#a8bf93}.radio-chip input{accent-color:var(--green);margin:0;width:12px;height:12px}form>.button{margin-top:20px;width:100%;font-size:12px;min-height:43px}form>.micro-note{font-size:9px;margin-top:12px}#brief-result{text-align:left;padding-top:25px}.result-check{display:grid;place-items:center;width:50px;height:50px;background:#e4efda;border-radius:50%;font-size:22px}#brief-result h3{font-size:25px;margin:22px 0 15px}#brief-result-summary{font-size:13px}#brief-next-steps{margin:20px 0;font-size:12px;color:#6f8361;line-height:1.8}#brief-next-steps ol{padding-left:19px}#brief-result .button{font-size:12px;width:100%;margin:15px 0}#brief-result .text-button{display:block;margin:10px auto}.detail-dialog{width:min(640px,calc(100% - 36px));border-radius:15px;background:var(--pearl)}#detail-content{padding:45px}#detail-content>.eyebrow{font-size:10px;margin-bottom:20px;max-width:90%}#detail-title{font-size:34px;line-height:1.2;margin-bottom:22px}#detail-content p{font-size:14px;line-height:1.8;margin:13px 0}#detail-content ul{margin:20px 0}#detail-content li{font-size:13px;padding:13px 0;border-bottom:1px solid var(--line);line-height:1.7}#detail-content li strong{display:block;color:var(--ink);font-weight:600;margin-bottom:4px}#detail-content a{border-bottom:1px solid #a6ba93;color:var(--green)}#detail-content .evidence-code{font:400 11px/1.8 var(--mono);background:#e6eddd;padding:17px;border-radius:7px;white-space:pre-line;color:#5c7750;margin:20px 0}.toast{position:fixed;bottom:25px;left:50%;transform:translate(-50%,30px);opacity:0;background:#173c2f;color:white;border:1px solid #7392644d;border-radius:8px;padding:14px 22px;font-size:13px;box-shadow:0 12px 40px #0003;pointer-events:none;z-index:200;transition:opacity .3s,transform .3s;max-width:calc(100% - 35px);text-align:center}.toast.visible{opacity:1;transform:translate(-50%,0)}.reveal{transition:opacity .8s var(--ease),transform .8s var(--ease)}.js-motion .reveal:not(.is-visible){opacity:0;transform:translateY(23px)}.reveal.is-visible{opacity:1;transform:translateY(0)}
@keyframes contentEnter{from{opacity:0;transform:translateY(25px)}to{opacity:1;transform:translateY(0)}}@keyframes heroSettle{from{transform:scale(1.06)}to{transform:scale(1)}}@keyframes scrollDot{0%,100%{transform:translateY(0);opacity:.3}45%{opacity:1}70%{transform:translateY(9px);opacity:.6}}@keyframes menuEnter{from{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes panelEnter{from{opacity:.2;transform:translateY(7px)}to{opacity:1;transform:translateY(0)}}@keyframes dialogEnter{from{opacity:0;transform:translateY(18px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}
@media(min-width:1700px){.hero-content{padding-left:calc((100vw - 1370px)/2)}.hero-scroll{left:calc((100vw - 1370px)/2)}.hero-scenario{right:calc((100vw - 1370px)/2)}}@media(max-width:1200px){.wrap{width:calc(100% - 80px)}.site-header{width:calc(100% - 85px);gap:22px}.desktop-nav{gap:19px;font-size:12px}.nav-toggle{font-size:12px}.brand{font-size:31px}.hero h1{font-size:65px}.hero-content{padding-left:55px;padding-top:205px}.hero-content>p{max-width:420px;font-size:16px}.hero-scenario{width:302px;right:35px;bottom:85px}.hero-scroll{left:55px}.overview-grid{gap:65px}.section-heading{gap:60px}.decision-section .wrap{width:calc(100% - 65px)}.request-panel,.reasoning-panel,.plan-panel{padding:23px 18px}.decision-grid{grid-template-columns:1fr 1fr 1fr}.product-copy{padding:36px}.product-visual{padding:32px 24px 30px 0}.product-copy h3{font-size:31px}.human-copy{padding:60px 50px}.intelligence-grid{gap:65px}.solution-card{padding:25px}.solution-card-top{gap:10px;flex-wrap:wrap}.solution-card h3{font-size:26px}.stories-grid{gap:60px}.value-section{gap:75px}.integrations-section .section-heading{gap:70px}.faq-section{gap:60px}}
@media(max-width:1000px){.desktop-nav{gap:16px}.desktop-nav>a:nth-last-child(2){display:none}.hero h1{font-size:59px}.hero-content{padding-left:42px;padding-top:190px}.hero-scenario{width:286px;right:30px;bottom:70px}.hero-content>p{max-width:390px}.hero-actions{gap:9px}.hero-actions .button{gap:20px;padding:14px 17px;font-size:12px}.hero-scroll{left:42px}.overview-grid{gap:45px}.overview-copy .lead{font-size:19px}.decision-grid{grid-template-columns:1fr 1fr}.plan-panel{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;gap:5px 30px;border-top:1px solid var(--line)}.plan-panel .panel-label{grid-column:1/-1;margin-bottom:3px}.plan-panel .decision-status{justify-self:start}.plan-panel h3{grid-column:1;font-size:27px;margin-top:6px}.plan-panel>p:not(.micro-note){grid-column:1}.plan-panel .draft-message{grid-column:2;grid-row:2/5;margin:0}.plan-panel .plan-actions-list{grid-column:1;margin-top:10px}.plan-panel .approve-button{grid-column:2;grid-row:5;align-self:center}.plan-panel .micro-note{grid-column:2;margin-top:-8px}.request-panel,.reasoning-panel{padding:26px}.reasoning-panel{border-right:0}.decision-grid{min-height:0}.request-panel .micro-note{font-size:10px}.panel-label{font-size:10px}.workflow-step{font-size:10px}.context-fact strong,.request-person strong{font-size:12px}.context-fact span{font-size:11px}.step-inspector>p{font-size:12px}.step-inspector h3{font-size:19px}.platform-tabs>button{font-size:11px;gap:7px}.product-panel{grid-template-columns:1fr 1.2fr}.product-copy{padding:31px 27px}.product-copy h3{font-size:27px}.product-copy>p{font-size:13px}.inbox-body{grid-template-columns:110px 1fr}.inbox-conversation{padding:17px 11px}.inbox-list{padding:10px 5px}.product-visual{padding:29px 21px 25px 0}.human-copy{padding:48px 36px}.human-copy h2{font-size:39px}.human-copy>p{font-size:14px}.intelligence-grid{gap:45px}.solution-cards{gap:14px}.solution-card{padding:23px}.solution-card h3{font-size:24px}.solution-card .text-link{font-size:11px;gap:10px}.solution-card>p{font-size:12px}.solution-card ul{font-size:10px}.stories-grid{gap:43px}.story-image{height:490px}.integration-grid{grid-template-columns:repeat(3,1fr)}.value-section{gap:55px}.value-calculator{padding:28px}.calculator-fields{grid-template-columns:1fr 1.3fr}.calculator-heading{flex-wrap:wrap;gap:8px}.value-copy h2{font-size:47px}.rollout-grid{gap:20px}.rollout-grid h3{font-size:16px}.rollout-grid p{font-size:11px}.faq-section{gap:45px}.faq-section h2{font-size:39px}.footer-top{gap:25px}.footer-column a,.footer-column button{font-size:10px}}
@media(max-width:800px){.wrap{width:calc(100% - 44px)}.section{padding-block:76px}.site-header{top:21px;width:calc(100% - 62px)}.site-header.scrolled{width:calc(100% - 28px);padding:12px 17px;top:9px}.desktop-nav{display:none}.header-cta{margin-left:auto;font-size:11px;padding:11px 14px;min-height:39px;gap:15px}.mobile-menu-button{display:flex;flex-direction:column;justify-content:center;gap:5px;width:33px;height:33px;padding:5px}.mobile-menu-button span{height:1px;width:19px;background:currentColor;transition:transform .25s}.mobile-menu-button[aria-expanded=true] span:first-child{transform:translateY(3px) rotate(45deg)}.mobile-menu-button[aria-expanded=true] span:last-child{transform:translateY(-3px) rotate(-45deg)}.hero{min-height:865px;height:auto;margin:8px;border-radius:14px}.hero-content{padding:175px 30px 410px}.hero h1{font-size:clamp(45px,7.7vw,61px)}.hero-content>p{max-width:420px;font-size:15px;margin-top:25px}.hero-kicker{font-size:8px;letter-spacing:.12em;margin-bottom:23px}.hero-scenario{left:auto;right:30px;bottom:75px;width:310px}.hero-scroll{left:30px;bottom:33px;font-size:8px;gap:10px}.hero-caption{display:none}.hero-image{object-position:65% center}.hero-shade{background:linear-gradient(90deg,#0d2b21d9,#12302655),linear-gradient(0deg,#0d2b21aa,transparent 60%)}.ecosystem-strip{padding-top:35px}.wordmarks{gap:22px 36px;padding:24px 5px}.wordmark{font-size:21px}.wordmark.booking{font-size:20px}.wordmark.slack>span{font-size:25px}.section-kicker{margin-bottom:30px}.section-index{font-size:9px}.eyebrow{font-size:9px}.overview-grid{grid-template-columns:1fr;gap:30px}.overview h2{font-size:50px}.overview h2 br:nth-child(2){display:none}.overview-copy{max-width:570px}.overview-copy .lead{font-size:20px}.value-links{display:grid;grid-template-columns:1fr;max-width:540px}.section-heading{grid-template-columns:1fr;gap:23px;margin-bottom:36px}.section-heading p{max-width:530px;font-size:14px}.decision-section{margin:0 8px;padding:66px 0 27px;border-radius:15px}.decision-section .wrap{width:calc(100% - 36px)}.decision-section .section-kicker{gap:10px}.demo-label{font-size:7px;padding:5px 7px}.light-heading h2{font-size:41px}.scenario-tabs{gap:4px}.scenario-tabs button{padding:11px 12px;font-size:10px;gap:7px}.scenario-tabs .icon{width:14px;height:14px}.app-bar{padding:14px 18px}.app-bar #scenario-property{display:none}.app-divider{display:none}.request-panel,.reasoning-panel{padding:23px 18px}.plan-panel{padding:24px 20px}.app-footer{padding:12px 17px}.app-footer>span:nth-child(2){display:none}.platform-tabs{display:grid;grid-template-columns:1fr 1fr;border-bottom:0;gap:7px}.platform-tabs>button{border:1px solid var(--line);border-radius:6px;padding:13px 9px;font-size:11px}.platform-tabs>button[aria-selected=true]{background:var(--ink);color:white;border-color:var(--ink)}.platform-tabs>button:after{display:none}.product-panel{grid-template-columns:1fr;min-height:0}.product-copy{padding:32px}.product-copy h3{font-size:34px}.product-copy h3 br{display:none}.product-copy>p{max-width:550px;font-size:14px}.check-list{display:grid;grid-template-columns:1fr 1fr;gap:0 10px;margin:17px 0 20px}.check-list li{font-size:11px}.product-visual{padding:0 32px 32px}.product-window{max-width:600px;min-height:330px}.inbox-body{grid-template-columns:160px 1fr;min-height:300px}.inbox-conversation{padding:22px}.inbox-item>strong{font-size:11px}.inbox-item>p,.bubble{font-size:11px}.conversation-heading{font-size:11px}.human-section{grid-template-columns:1fr 1fr;margin:0 8px;border-radius:14px}.human-image{min-height:540px}.human-copy{padding:40px 28px}.human-copy h2{font-size:34px}.human-copy>.eyebrow{font-size:8px}.human-copy>p{font-size:13px}.human-caption{margin-top:30px}.human-copy .text-link{font-size:10px;gap:15px;line-height:1.6}.intelligence-grid{grid-template-columns:1fr;gap:33px}.intelligence-grid>div:first-child{max-width:600px}.section-intro{max-width:530px}.reason-accordion details>p{max-width:560px}.reason-display{max-width:600px;min-height:420px}.trust-principles{gap:24px;margin-top:39px;padding-top:30px}.trust-principles h3{font-size:13px}.trust-principles p{font-size:11px}.solution-cards{grid-template-columns:1fr;gap:15px}.solution-card{padding:29px}.solution-card-top{margin-bottom:20px}.solution-card h3{font-size:28px}.solution-card h3 br{display:none}.solution-card>p{font-size:14px;max-width:550px;min-height:0}.solution-card ul{font-size:12px;margin:18px 0 24px;padding-top:15px;display:grid;grid-template-columns:1fr 1fr;gap:0 20px}.solution-card .text-link{font-size:12px}.stories-grid{gap:28px;grid-template-columns:1fr 1fr}.story-image{height:530px}.story-content blockquote{font-size:24px;min-height:0}.story-content>.eyebrow{font-size:8px}.story-outcome{grid-template-columns:1fr;gap:12px}.story-person strong{font-size:11px}.story-person>div>span{font-size:9px}.story-content>.micro-note{font-size:9px}.integrations-section .section-heading{grid-template-columns:1fr;gap:22px}.integration-grid{grid-template-columns:repeat(3,1fr)}.integration-card{padding:16px 12px;gap:8px}.integration-logo{width:29px;height:29px;font-size:16px}.integration-card strong{font-size:11px}.integration-card small{font-size:8px}.integration-card>span:last-child{display:none}.value-section{grid-template-columns:1fr;gap:35px}.value-copy h2 br:nth-child(2){display:none}.value-copy h2{font-size:48px}.value-copy>p{max-width:500px}.value-calculator{padding:30px;max-width:610px}.calculator-heading{flex-wrap:nowrap}.calculator-fields{grid-template-columns:1fr 1.45fr}.calculator-formula{font-size:9px}.rollout-grid{grid-template-columns:1fr 1fr;gap:35px}.rollout-grid:before{display:none}.rollout-grid h3{font-size:19px}.rollout-grid p{font-size:13px;max-width:100%}.rollout-number{margin-bottom:18px}.faq-section{grid-template-columns:1fr;gap:30px}.faq-section h2{font-size:43px}.faq-section h2 br{display:none}.faq-section>div:first-child>p{max-width:490px}.closing-section{margin:0 8px;border-radius:14px;min-height:460px}.closing-content h2{font-size:56px}.closing-note{right:25px;bottom:25px;font-size:8px}.footer-top{grid-template-columns:1.3fr 1fr;gap:38px 30px}.footer-column a,.footer-column button{font-size:12px}.footer-column h3{font-size:13px}.footer-bottom{flex-direction:column;font-size:10px;gap:17px}.footer-bottom>div{gap:20px}.brief-dialog[open]{grid-template-columns:1fr}.brief-visual{display:none}.brief-form-wrap{padding:38px}.brief-dialog{width:min(590px,calc(100% - 30px))}}
@media(max-width:520px){html{scroll-padding-top:94px}.wrap{width:calc(100% - 38px)}.section{padding-block:62px}.site-header{width:calc(100% - 49px);gap:15px;top:20px}.brand{font-size:29px}.brand-mark{width:25px;height:28px}.header-cta{font-size:10px;padding:11px 12px;gap:13px;min-height:36px}.hero{min-height:845px}.hero-content{padding:154px 24px 379px}.hero h1{font-size:clamp(37px,9.6vw,49px);letter-spacing:-.055em;line-height:1.14}.hero-kicker{font-size:7px;letter-spacing:.11em;gap:7px;margin-bottom:23px}.hero-kicker .mini-mark{font-size:21px}.hero-content>p{font-size:14px;line-height:1.8;max-width:340px;margin-top:23px}.hero-actions{gap:8px;margin-top:27px;flex-wrap:wrap}.hero-actions .button{font-size:11px;padding:14px 15px;min-height:45px;gap:19px}.hero-scenario{left:24px;right:24px;width:auto;bottom:74px;max-width:340px}.hero-scroll{left:24px;font-size:7px}.mini-guest{padding:16px}.hero-image{object-position:63% center}.wordmarks{gap:16px 28px}.wordmark{font-size:19px}.wordmark.booking{font-size:17px}.ecosystem-strip>p{font-size:8px}.ecosystem-strip .small-link{font-size:9px}.section-kicker{gap:15px}.section-index{display:none}.overview h2{font-size:42px}.overview-copy .lead{font-size:18px}.overview-copy>p+p{font-size:14px}.value-links>a{padding:18px 0;gap:13px}.value-links strong{font-size:13px}.value-links small{font-size:11px}.section-heading h2{font-size:36px}.decision-section .wrap{width:calc(100% - 24px)}.decision-section .section-kicker{padding-inline:7px}.decision-section .section-kicker>.eyebrow{font-size:8px}.decision-section .section-kicker>.demo-label{font-size:6px;letter-spacing:0;padding:5px}.light-heading{padding-inline:7px}.light-heading h2{font-size:32px;line-height:1.18}.light-heading p{font-size:13px}.scenario-tabs{gap:5px;display:grid;grid-template-columns:1fr 1fr 1fr}.scenario-tabs button{padding:11px 5px;gap:5px;font-size:9px;justify-content:center;line-height:1.5}.scenario-tabs button .icon{display:none}.decision-grid{grid-template-columns:1fr}.request-panel{border-right:0;border-bottom:1px solid var(--line);padding:22px}.panel-label{margin-bottom:19px}.request-panel blockquote{font-size:17px;margin:18px 0}.context-facts{display:grid;grid-template-columns:1fr;gap:0;margin:9px 0 18px}.context-fact{margin:7px 0;align-items:center}.context-fact>div{display:flex;align-items:baseline;gap:7px;flex-wrap:wrap}.context-fact strong{font-size:11px}.context-fact span{font-size:10px}.constraint-card strong{font-size:11px}.constraint-card .eyebrow{font-size:8px}.constraint-card{padding:14px}.switch{width:37px;height:22px;padding:3px}.switch>span{width:16px;height:16px}.switch[aria-checked=true]>span{transform:translateX(15px)}.reasoning-panel{padding:23px}.workflow-steps{margin-bottom:25px}.workflow-step{font-size:10px}.step-inspector{min-height:185px;padding:18px}.step-inspector h3{font-size:19px}.step-inspector>p{min-height:0;font-size:12px}.step-inspector .eyebrow{font-size:9px}.source-link{font-size:10px}.timeline-preview{margin-top:22px}.timeline-labels{font-size:9px}.plan-panel{display:flex;gap:0;padding:25px}.plan-panel .panel-label{margin-bottom:15px}.plan-panel .decision-status{font-size:9px;margin-bottom:12px}.plan-panel h3{font-size:28px;margin-top:0}.plan-panel h3 br{display:none}.plan-panel>p:not(.micro-note){font-size:12px}.plan-panel .draft-message{margin:17px 0 10px}.draft-message p{font-size:12px}.draft-message .eyebrow{font-size:9px}.plan-panel .plan-actions-list{font-size:11px;margin:7px 0 19px}.plan-panel .approve-button{margin-top:0;font-size:12px;min-height:44px;align-self:stretch}.plan-panel .micro-note{margin-top:10px}.app-bar{padding:12px 17px}.app-bar strong{font-size:11px}.app-footer{font-size:8px;padding:12px 16px}.demo-disclosure{font-size:9px;padding:0 10px}.product-copy{padding:27px}.product-copy h3{font-size:30px}.check-list{grid-template-columns:1fr}.check-list li{margin:7px 0;font-size:12px}.product-visual{padding:0 14px 20px}.inbox-body{grid-template-columns:100px 1fr;min-height:310px}.inbox-list{padding:10px 5px}.inbox-item{padding:10px 5px}.inbox-item>strong{font-size:9px}.inbox-item>p{font-size:8px}.inbox-item>span{font-size:7px}.inbox-conversation{padding:17px 11px}.conversation-heading{font-size:9px;gap:6px}.bubble{font-size:10px;padding:10px}.bubble.agent{margin-left:7px}.source-pills{margin-left:7px}.window-top{padding:13px;font-size:10px}.window-top .pill{font-size:7px}.analytics-metrics strong{font-size:22px}.human-section{grid-template-columns:1fr}.human-image{min-height:0;height:330px}.human-image img{object-position:center 55%}.human-copy{padding:38px 28px 42px}.human-copy h2{font-size:42px;margin-top:21px}.human-copy>p{font-size:14px}.human-copy .text-link{font-size:12px}.human-caption{margin-top:30px}.intelligence-section .section-kicker .eyebrow{font-size:8px}.intelligence-grid h2{font-size:43px}.section-intro{font-size:14px}.reason-accordion summary{font-size:13px;gap:11px}.reason-accordion details>p{font-size:12px;padding-left:25px}.reason-display-header{padding:18px;font-size:8px;gap:8px}#reason-content{padding:21px;min-height:310px}.reason-display{min-height:0}.trust-principles{grid-template-columns:1fr;gap:23px}.trust-principles>div{display:grid;grid-template-columns:25px 1fr;gap:0 14px}.trust-principles h3{margin:0 0 7px;font-size:15px}.trust-principles p{grid-column:2;font-size:12px;max-width:100%}.solution-card{padding:26px}.solution-card h3{font-size:27px}.solution-card ul{grid-template-columns:1fr}.stories-grid{grid-template-columns:1fr;gap:29px}.story-image{height:350px;object-position:center 50%}.story-content blockquote{font-size:29px;line-height:1.45}.story-content>.eyebrow{font-size:9px}.story-outcome{grid-template-columns:1fr 1fr;gap:20px}.story-person strong{font-size:12px}.story-person>div>span{font-size:10px}.story-content>.micro-note{font-size:10px}.quote-mark{margin-top:13px}.integration-filters{gap:6px}.integration-filters>button{font-size:10px;padding:8px 11px}.integration-grid{grid-template-columns:1fr 1fr;gap:9px;min-height:0}.integration-card{padding:16px 12px;gap:9px}.integration-card strong{font-size:11px}.integration-card small{font-size:8px}.integration-note{font-size:10px;align-items:flex-start;text-align:center;line-height:1.7}.value-copy h2{font-size:43px}.value-copy>p{font-size:14px}.value-calculator{padding:23px}.calculator-heading{gap:8px;margin-bottom:27px;align-items:flex-start}.calculator-heading h3{font-size:14px;line-height:1.5}.calculator-heading .sample-badge{font-size:7px;margin-top:3px}.range-label{font-size:11px}.calculator-fields{gap:10px;grid-template-columns:1fr 1.3fr}.calculator-fields label{font-size:9px}.calculator-fields input,.calculator-fields select{font-size:10px;padding:10px 8px}.calculator-result strong{font-size:58px}.calculator-result>div>span{font-size:10px}.calculator-formula{font-size:8px}.rollout-grid{gap:28px 24px}.rollout-grid h3{font-size:17px}.rollout-grid p{font-size:12px}.rollout-tag{font-size:8px}.faq-section h2{font-size:37px}.faq-list summary{font-size:13px;padding:20px 0}.faq-list details>p{font-size:12px}.closing-section{min-height:460px}.closing-content{padding:65px 9px}.closing-content .eyebrow{font-size:8px}.closing-content h2{font-size:48px}.closing-content p{font-size:13px}.closing-content .button{font-size:12px}.closing-note{font-size:7px}.site-footer{padding-top:43px}.footer-top{grid-template-columns:1fr 1fr;gap:35px 25px}.footer-brand{grid-column:1/-1}.footer-brand p{font-size:12px}.footer-column h3{font-size:12px}.footer-column a,.footer-column button{font-size:11px}.footer-bottom>div{gap:17px;font-size:9px}.footer-bottom button{font-size:9px}.footer-disclosure{font-size:9px}.brief-form-wrap{padding:35px 25px 25px}.brief-form-wrap>h2{font-size:30px}.brief-form-wrap>.eyebrow{font-size:8px}.form-row{gap:11px}.form-row label{font-size:10px}form input:not([type=radio]),form select,form textarea{font-size:11px}#detail-content{padding:39px 27px 30px}#detail-title{font-size:28px}#detail-content p{font-size:13px}#detail-content li{font-size:12px}.toast{font-size:11px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}.js-motion .reveal:not(.is-visible){opacity:1;transform:none}.hero-image{will-change:auto}}

/* TrelisTech brand and company details */
.brand{font-size:27px;font-weight:650;letter-spacing:-.065em}.brand-secondary{font-weight:450}.brand-mark{width:27px;height:29px}.footer-brand .brand{font-size:30px}.company-address{font-style:normal;font-size:12px;line-height:1.8;color:#6c7970;margin-top:23px}.company-address .eyebrow{font-size:9px;margin-bottom:8px}.brief-visual .brand{font-size:30px}@media(max-width:1100px){.desktop-nav{display:none}.header-cta{margin-left:auto}.mobile-menu-button{display:flex;flex-direction:column;justify-content:center;gap:5px;width:33px;height:33px;padding:5px}.mobile-menu-button span{height:1px;width:19px;background:currentColor;transition:transform .25s}.mobile-menu-button[aria-expanded=true] span:first-child{transform:translateY(3px) rotate(45deg)}.mobile-menu-button[aria-expanded=true] span:last-child{transform:translateY(-3px) rotate(-45deg)}}@media(max-width:520px){.brand{font-size:23px;gap:5px}.brand-mark{width:23px;height:25px}.site-header{gap:10px}.header-cta{font-size:9px;padding:10px;gap:9px}.company-address{font-size:12px}}

/* Readable editorial copy and interactive controls */
.overview-copy>p+p,.section-heading p,.human-copy>p,.value-copy>p,.section-intro{font-size:16px}.product-copy>p,.solution-card>p{font-size:15px}.platform-tabs>button,.integration-filters>button{font-size:13px}.scenario-tabs button{font-size:13px}.request-person strong{font-size:13px}.request-person>div>span,.context-fact span{font-size:11px}.context-fact strong,.constraint-card strong{font-size:12px}.step-inspector>p,.plan-panel>p,.draft-message p{font-size:12px}.step-inspector{min-height:225px}.plan-actions-list{font-size:11px}.approve-button{font-size:12px}.source-link{font-size:11px}.panel-label{font-size:10px}.workflow-step{font-size:11px}.hero-kicker{font-size:11px}.hero-scenario .mini-app-header strong{font-size:12px}.hero-scenario .mini-guest p{font-size:13px}.hero-scenario .mini-agent strong{font-size:12px}.hero-scenario>a{font-size:11px}@media(max-width:800px){.hero-kicker{font-size:9px}.scenario-tabs button{font-size:11px}.platform-tabs>button{font-size:12px}}@media(max-width:520px){.hero-kicker{font-size:8px}.scenario-tabs button{font-size:10px}.platform-tabs>button{font-size:11px}.section-heading p,.overview-copy>p+p,.human-copy>p,.value-copy>p,.section-intro{font-size:15px}.integration-filters>button{font-size:11px}}

@media(max-width:380px){.site-header .header-cta{display:none}.mobile-menu-button{margin-left:auto}.hero-kicker{font-size:7px;letter-spacing:.05em}.calculator-fields{grid-template-columns:1fr}.story-outcome{grid-template-columns:1fr}.section-kicker{flex-wrap:wrap}}
