/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before{box-sizing:border-box;border:0 solid;margin:0;padding:0}::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.fixed{position:fixed}.start{inset-inline-start:var(--spacing)}.end{inset-inline-end:var(--spacing)}.isolate{isolation:isolate}.hidden{display:none}.table{display:table}.scroll-smooth{scroll-behavior:smooth}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}}:root{--ink:#17211e;--ink-2:#26332f;--paper:#f4f2ec;--white:#fffefa;--line:#d5d6ce;--muted:#65706c;--yellow:#f4c430;--teal:#1b7f79;--red:#b84b3e}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);letter-spacing:0;margin:0;font-family:Arial,Helvetica,sans-serif}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit;text-decoration:none}.site-nav{z-index:40;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f4f2ecf5;grid-template-columns:auto 1fr auto;align-items:center;gap:36px;min-height:72px;padding:0 4vw;display:grid;position:sticky;top:0}.brand{text-transform:uppercase;align-items:center;gap:10px;font-size:12px;line-height:1.05;display:inline-flex}.brand strong{font-size:14px}.brand-mark{background:var(--ink);width:38px;height:38px;color:var(--yellow);border-radius:2px;place-items:center;font-weight:900;display:grid}.nav-links{justify-content:center;gap:30px;font-size:14px;font-weight:700;display:flex}.nav-links a:hover{color:var(--teal)}.nav-cta,.primary-button{background:var(--yellow);color:var(--ink);border:0;border-radius:3px;justify-content:center;align-items:center;gap:8px;padding:13px 17px;font-weight:800;transition:transform .15s,background .15s;display:inline-flex}.nav-cta:hover,.primary-button:hover{background:#ffcf2e;transform:translateY(-1px)}.menu-button{background:0 0;border:0;display:none}.hero{background:var(--ink);align-items:flex-end;min-height:670px;display:flex;position:relative;overflow:hidden}.hero-image{background-image:url(/plant-maintenance.jpg);background-position:50% 48%;background-size:cover;position:absolute;inset:0}.hero-shade{background:linear-gradient(90deg,#0e1613f5 0%,#0e1613cc 43%,#0e161329 76%,#0e16131f 100%);position:absolute;inset:0}.hero-content{color:#fff;grid-template-columns:minmax(0,1fr) 270px;align-items:end;gap:50px;width:100%;padding:108px 7vw 76px;display:grid;position:relative}.hero-copy{max-width:760px}.signal-label{color:#daddd8;text-transform:uppercase;align-items:center;gap:10px;margin:0 0 23px;font-size:13px;font-weight:800;display:flex}.signal-label span{background:var(--yellow);width:28px;height:3px}h1{letter-spacing:0;max-width:730px;margin:0;font-size:clamp(50px,6.3vw,92px);font-weight:900;line-height:.93}.hero-lede{color:#d7ddd9;max-width:690px;margin:28px 0 0;font-size:19px;line-height:1.55}.hero-actions{flex-wrap:wrap;gap:12px;margin-top:34px;display:flex}.secondary-button{border:1px solid var(--ink);color:var(--ink);background:0 0;border-radius:3px;justify-content:center;align-items:center;gap:8px;padding:12px 16px;font-weight:800;display:inline-flex}.secondary-button.on-dark{color:#fff;border-color:#ffffff73}.secondary-button:hover{border-color:var(--teal);color:var(--teal)}.secondary-button.on-dark:hover{color:#fff;border-color:#fff}.hero-proof{border-top:4px solid var(--yellow);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#121b18db;padding:22px}.proof-label{color:var(--yellow);text-transform:uppercase;margin:0 0 13px;font-size:11px;font-weight:900}.hero-proof div{border-top:1px solid #ffffff2e;align-items:baseline;gap:11px;padding:13px 0;display:flex}.hero-proof strong{font-size:31px}.hero-proof span{color:#ccd2cf;font-size:12px;line-height:1.25}.proof-foot{color:#bfc6c2;margin:14px 0 0;font-size:11px;line-height:1.5}.truth-strip{background:var(--white);border-bottom:1px solid var(--line);grid-template-columns:repeat(3,1fr);display:grid}.truth-strip div{border-right:1px solid var(--line);align-items:center;gap:14px;min-height:90px;padding:20px 4vw;display:flex}.truth-strip div:last-child{border-right:0}.truth-strip svg{color:var(--teal);flex:none}.truth-strip span{color:var(--muted);gap:4px;font-size:12px;display:grid}.truth-strip strong{color:var(--ink);font-size:14px}.section{padding:100px 7vw}.section-heading{margin-bottom:45px}.split-heading{grid-template-columns:minmax(0,1fr) minmax(260px,520px);align-items:end;gap:50px;display:grid}.split-heading>p{color:var(--muted);margin:0;line-height:1.65}.eyebrow{color:var(--teal);text-transform:uppercase;margin:0 0 10px;font-size:11px;font-weight:900;line-height:1.2}h2{letter-spacing:0;margin:0;font-size:clamp(37px,4.3vw,62px);font-weight:900;line-height:1}h3{letter-spacing:0;margin:0;font-size:22px;line-height:1.15}.research-section{background:var(--paper)}.research-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.research-card{background:var(--white);border:1px solid var(--line);flex-direction:column;min-height:340px;padding:30px;display:flex;position:relative}.research-card:nth-child(2){border-top:5px solid var(--yellow)}.research-icon{color:var(--teal);margin-bottom:44px}.research-card h3{max-width:330px;font-size:26px}.research-card>p:not(.eyebrow){color:var(--muted);line-height:1.55}.text-button{width:fit-content;color:var(--ink);background:0 0;border:0;align-items:center;gap:6px;margin-top:auto;padding:0;font-size:13px;font-weight:800;display:inline-flex}.text-button:hover{color:var(--teal)}.read-time{color:var(--muted);font-size:11px;position:absolute;bottom:22px;right:22px}.directory-section{background:var(--white);border-top:1px solid var(--line)}.impact-section{background:var(--ink);color:#fff}.impact-rule{color:#d7dfdb;background:#22302b;border:1px solid #3b4843;grid-template-columns:auto 1fr;align-items:center;gap:14px;margin-bottom:18px;padding:18px 20px;display:grid}.impact-rule svg{color:var(--yellow)}.impact-rule span{gap:3px;font-size:12px;line-height:1.5;display:grid}.impact-rule strong{color:#fff;font-size:14px}.impact-grid{grid-template-columns:repeat(6,1fr);gap:12px;display:grid}.impact-card{min-width:0;min-height:510px;color:var(--ink);border-top:4px solid var(--teal);background:#f8f7f2;flex-direction:column;padding:24px;display:flex}.impact-card:first-child,.impact-card:nth-child(2){grid-column:span 3}.impact-card:nth-child(n+3){grid-column:span 2}.impact-card-head{color:var(--muted);text-transform:uppercase;justify-content:space-between;align-items:center;gap:12px;font-size:10px;font-weight:900;display:flex}.impact-card-head span{color:var(--teal)}.impact-industry{color:var(--muted);margin:28px 0 5px;font-size:11px}.impact-card h3{font-size:30px}.impact-metric{color:var(--teal);margin:20px 0 14px;font-size:clamp(27px,3vw,43px);line-height:1}.impact-signal{margin:0;font-size:13px;line-height:1.55}.impact-reading{gap:10px;margin-top:20px;display:grid}.impact-reading span{border-top:1px solid var(--line);color:var(--muted);gap:5px;padding-top:10px;font-size:11px;line-height:1.45;display:grid}.impact-reading b{color:var(--ink);text-transform:uppercase;font-size:9px}.impact-card>a{color:var(--teal);align-items:center;gap:5px;margin-top:auto;padding-top:22px;font-size:11px;font-weight:800;display:inline-flex}.filter-bar{grid-template-columns:1fr auto;gap:10px;display:grid}.search-box,.select-box{border:1px solid var(--line);background:#fff;align-items:center;gap:10px;min-height:48px;padding:0 14px;display:flex}.search-box:focus-within,.select-box:focus-within{border-color:var(--teal);outline:2px solid #1b7f791a}.search-box input{background:0 0;border:0;outline:0;width:100%}.select-box select{-webkit-appearance:none;appearance:none;background:0 0;border:0;outline:0;min-width:140px;font-weight:700}.category-tabs{gap:7px;margin-top:13px;padding-bottom:5px;display:flex;overflow-x:auto}.category-tabs button{border:1px solid var(--line);color:var(--muted);background:0 0;border-radius:3px;flex:none;padding:9px 12px;font-size:12px;font-weight:800}.category-tabs button.active{background:var(--ink);border-color:var(--ink);color:#fff}.results-line{color:var(--muted);text-transform:uppercase;justify-content:space-between;margin:25px 0 12px;font-size:11px;font-weight:800;display:flex}.vendor-grid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.vendor-card{border:1px solid var(--line);background:var(--paper);flex-direction:column;min-width:0;min-height:370px;padding:22px;transition:transform .15s,border-color .15s;display:flex}.vendor-card:hover{border-color:#a6aaa2;transform:translateY(-2px)}.vendor-card-top{grid-template-columns:45px 1fr auto;align-items:start;gap:13px;display:grid}.vendor-monogram{background:var(--ink);width:45px;height:45px;color:var(--yellow);border-radius:2px;place-items:center;font-size:12px;font-weight:900;display:grid}.vendor-card .eyebrow{font-size:9px}.vendor-card h3{font-size:20px}.product-name{color:var(--muted);margin:4px 0 0;font-size:12px}.evidence-mark{border:1px solid var(--teal);width:27px;height:27px;color:var(--teal);vertical-align:middle;border-radius:50%;place-items:center;font-size:10px;font-weight:900;display:inline-grid}.vendor-fit{min-height:72px;margin:24px 0 20px;font-size:14px;line-height:1.5}.vendor-meta{color:var(--muted);gap:8px;font-size:11px;display:grid}.vendor-meta span{border-top:1px solid var(--line);grid-template-columns:64px 1fr;gap:8px;padding-top:8px;display:grid}.vendor-meta strong{color:var(--ink)}.vendor-actions{justify-content:space-between;align-items:center;gap:8px;margin-top:auto;padding-top:22px;display:flex}.compare-toggle{border:1px solid var(--line);background:#fff;border-radius:3px;align-items:center;gap:5px;padding:8px 10px;font-size:11px;font-weight:800;display:inline-flex}.compare-toggle.selected{border-color:var(--teal);color:#0e625d;background:#d9ece8}.empty-state{border:1px dashed var(--line);color:var(--muted);justify-items:center;gap:12px;padding:70px;display:grid}.compare-section{background:var(--ink);color:#fff}.light-heading .eyebrow{color:var(--yellow)}.light-heading>p{color:#bec7c3}.comparison-table-wrap{background:#202c28;border:1px solid #3a4642;overflow-x:auto}.comparison-table{border-collapse:collapse;table-layout:fixed;width:100%;min-width:780px}.comparison-table th,.comparison-table td{text-align:left;vertical-align:top;border-bottom:1px solid #3a4642;border-right:1px solid #3a4642;padding:17px;font-size:12px;line-height:1.45}.comparison-table thead th{color:var(--yellow);font-size:15px}.comparison-table thead th:first-child{color:#aeb9b4}.comparison-table tbody th{color:#aeb9b4;width:160px}.comparison-table thead button{float:right;color:#aeb9b4;background:0 0;border:0;padding:2px}.comparison-table .evidence-mark{margin-right:4px}.pill{color:var(--ink);background:#e8e8e3;border-radius:2px;padding:5px 8px;font-size:10px;font-weight:900;display:inline-flex}.pill-green{color:#1c5b2d;background:#cae8d3}.pill-yellow{color:#67510c;background:#f5e7a8}.pill-red{color:#81382f;background:#f0cfca}.comparison-prompt{text-align:center;color:#b6c0bc;padding:40px}.compare-brief-button{margin-top:18px}.roi-section{background:var(--paper)}.calculator-shell{background:var(--white);border:1px solid var(--line);grid-template-columns:1.2fr .8fr;display:grid}.calculator-inputs{gap:28px;padding:38px;display:grid}.calculator-inputs label{grid-template-columns:1fr auto;align-items:center;gap:13px;font-size:13px;display:grid}.calculator-inputs strong{font-size:15px}.calculator-inputs input{width:100%;accent-color:var(--teal);grid-column:1/-1}.calculator-output{background:var(--teal);color:#fff;flex-direction:column;padding:38px;display:flex}.output-label{color:#cbe8e5;text-transform:uppercase;margin:0 0 30px;font-size:11px;font-weight:900}.big-number{border-bottom:1px solid #ffffff52;gap:8px;padding-bottom:26px;display:grid}.big-number span,.output-grid span{color:#d5eeeb;font-size:12px}.big-number strong{font-size:clamp(35px,4.5vw,63px);line-height:1}.output-grid{grid-template-columns:1fr 1fr;gap:20px;padding:26px 0;display:grid}.output-grid div{gap:6px;display:grid}.output-grid strong{font-size:23px}.negative{color:#ffd1cb}.light-text{color:#fff;margin-top:auto}.light-text:hover{color:var(--yellow)}.field-section{background:var(--ink);color:#fff;grid-template-columns:1.05fr .95fr;min-height:640px;display:grid}.field-photo{background-image:url(/plant-maintenance.jpg);background-position:62%;background-size:cover;min-height:500px}.field-content{flex-direction:column;justify-content:center;padding:80px 7vw 80px 6vw;display:flex}.field-content .eyebrow{color:var(--yellow)}.field-content>p:not(.eyebrow){color:#c8d0cc;font-size:17px;line-height:1.65}.field-points{grid-template-columns:1fr 1fr;gap:13px;margin:24px 0 34px;display:grid}.field-points span{color:#dce3df;align-items:center;gap:8px;font-size:12px;display:flex}.field-points svg{color:var(--yellow)}.field-content .primary-button{width:fit-content}.evidence-studio{background:var(--paper)}.studio-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.studio-panel{border:1px solid var(--line);flex-direction:column;min-height:465px;padding:38px;display:flex}.executive-panel{background:var(--ink);color:#fff}.executive-panel>svg,.executive-panel .eyebrow{color:var(--yellow)}.vendor-panel{background:var(--white)}.vendor-panel>svg,.vendor-panel .eyebrow{color:var(--teal)}.studio-panel h3{margin-top:8px;font-size:clamp(30px,3.3vw,49px);line-height:1.02}.studio-panel>p:not(.eyebrow){font-size:14px;line-height:1.6}.executive-panel>p:not(.eyebrow){color:#cad3cf}.studio-panel ul{gap:11px;margin:22px 0 30px;padding:0;list-style:none;display:grid}.studio-panel li{padding-left:20px;font-size:12px;line-height:1.45;position:relative}.studio-panel li:before{content:"✓";color:var(--teal);font-weight:900;position:absolute;left:0}.executive-panel li:before{color:var(--yellow)}.studio-panel .primary-button,.studio-panel .secondary-button{width:fit-content;margin-top:auto}.executive-panel .primary-button{color:var(--ink)}.reliability-report-section{background:var(--yellow);grid-template-columns:1.12fr .88fr;display:grid}.report-copy{padding:78px 7vw}.report-copy .eyebrow{color:#6f570e}.report-copy h2{max-width:760px;font-size:clamp(46px,5vw,74px);line-height:.96}.report-copy>p:not(.eyebrow){max-width:690px;margin:22px 0 0;font-size:17px;line-height:1.55}.report-topics{grid-template-columns:1fr 1fr;gap:10px;margin-top:30px;display:grid}.report-topics span{border-top:1px solid #17211e4d;align-items:center;gap:8px;padding-top:10px;font-size:12px;font-weight:800;display:flex}.report-signup{background:var(--ink-2);color:#fff;flex-direction:column;justify-content:center;padding:60px 5vw;display:flex}.report-signup>svg,.report-signup .eyebrow{color:var(--yellow)}.report-signup h3{max-width:560px;margin-top:9px;font-size:clamp(32px,3.5vw,50px);line-height:1.04}.newsletter-form{gap:11px;margin-top:25px;display:grid}.newsletter-form label{color:#c5cfca;gap:7px;font-size:11px;font-weight:800;display:grid}.newsletter-form input{color:#fff;background:#17211e;border:1px solid #53605b;outline:none;width:100%;min-height:48px;padding:0 13px}.newsletter-form input:focus{border-color:var(--yellow)}.newsletter-form .primary-button{margin-top:5px}.newsletter-form>p{color:#ffc3bc;margin:0;font-size:11px}.newsletter-success{color:#0e625d;background:#d9ece8;align-items:center;gap:12px;margin-top:25px;padding:20px;display:flex}.newsletter-success span{gap:3px;font-size:12px;display:grid}.newsletter-success strong{font-size:14px}.report-note{color:#9faaa5;margin:15px 0 0;font-size:10px;line-height:1.5}.method-section{background:var(--white)}.evidence-grid{border-top:1px solid var(--line);border-left:1px solid var(--line);grid-template-columns:repeat(5,1fr);display:grid}.evidence-row{border-right:1px solid var(--line);border-bottom:1px solid var(--line);flex-direction:column;gap:23px;min-height:180px;padding:22px;display:flex}.evidence-row>strong{color:var(--teal);font-size:31px}.evidence-row span{color:var(--muted);gap:7px;font-size:12px;line-height:1.45;display:grid}.evidence-row b{color:var(--ink);font-size:15px}.method-callout{border-left:5px solid var(--teal);background:#eef4f1;grid-template-columns:auto 1fr;align-items:start;gap:20px;margin-top:24px;padding:26px;display:grid}.method-callout p{color:var(--muted);margin:8px 0 0;line-height:1.55}.decision-cta{background:var(--yellow);grid-template-columns:1fr auto;align-items:center;gap:50px;padding:70px 7vw;display:grid}.decision-cta .eyebrow{color:#6f570e}.decision-cta h2{font-size:clamp(38px,4vw,58px)}.decision-cta p:not(.eyebrow){max-width:680px;margin:15px 0 0;line-height:1.5}.decision-cta .primary-button{background:var(--ink);color:#fff}.market-context{background:var(--ink-2);color:#fff;grid-template-columns:repeat(3,1fr);display:grid}.market-context>div{border-right:1px solid #46514d;flex-direction:column;min-height:290px;padding:38px 4vw;display:flex}.market-context>div:last-child{border-right:0}.market-context span{color:var(--yellow);text-transform:uppercase;font-size:10px;font-weight:900}.market-context strong{margin:14px 0;font-size:50px}.market-context p{color:#c4ccc8;margin:0;font-size:13px;line-height:1.5}.market-context a{color:#e6ebe8;align-items:center;gap:5px;margin-top:auto;font-size:11px;text-decoration:underline;display:inline-flex}footer{color:#fff;background:#101714;grid-template-columns:auto 1fr auto;align-items:center;gap:35px;padding:55px 7vw 95px;display:grid}.footer-brand .brand-mark{background:var(--yellow);color:var(--ink)}footer>p{color:#aeb8b3;font-size:12px}footer>div{gap:18px;display:flex}footer button,footer>div a{color:#fff;background:0 0;border:0;padding:0;font-size:12px}.disclosure{border-top:1px solid #38413d;grid-column:1/-1;max-width:950px;margin:20px 0 0;padding-top:22px;line-height:1.6}.modal-backdrop{z-index:90;background:#080d0bcc;place-items:center;padding:28px;display:grid;position:fixed;inset:0;overflow-y:auto}.modal-dismiss-layer{background:0 0;border:0;position:absolute;inset:0}.modal{z-index:1;background:var(--white);width:min(760px,100%);max-height:calc(100vh - 56px);padding:40px;position:relative;overflow-y:auto;box-shadow:0 20px 70px #00000040}.close-button{border:1px solid var(--line);background:0 0;place-items:center;width:38px;height:38px;display:grid;position:absolute;top:16px;right:16px}.modal h2{padding-right:35px;font-size:clamp(34px,5vw,54px)}.modal-lede{color:var(--muted);line-height:1.55}.intake-form{gap:16px;margin-top:25px;display:grid}.form-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.intake-form label{color:var(--ink);gap:7px;font-size:12px;font-weight:800;display:grid}.intake-form input:not([type=checkbox]),.intake-form textarea,.intake-form select{border:1px solid var(--line);background:#fff;outline:0;width:100%;padding:12px}.intake-form input:focus,.intake-form textarea:focus,.intake-form select:focus{border-color:var(--teal)}.check-label{grid-template-columns:auto 1fr;align-items:center;font-weight:600!important}.form-note{color:var(--muted);margin:0;font-size:10px;line-height:1.5}.full-button{width:100%}.form-error{color:var(--red);margin:0;font-size:12px}.success-state{text-align:center;align-content:center;place-items:center;gap:14px;min-height:300px;display:grid}.success-state p{max-width:420px;color:var(--muted);line-height:1.5}.success-icon{width:58px;height:58px;color:var(--teal);background:#d9ece8;border-radius:50%;place-items:center;display:grid}.profile-grid{grid-template-columns:1fr 1fr;gap:12px;margin:25px 0;display:grid}.profile-grid>div{background:var(--paper);border:1px solid var(--line);padding:17px}.profile-grid span{color:var(--teal);text-transform:uppercase;font-size:9px;font-weight:900}.profile-grid p{margin:8px 0 0;font-size:13px;line-height:1.5}.profile-facts{flex-wrap:wrap;gap:7px;display:flex}.source-line{border-top:1px solid var(--line);color:var(--muted);justify-content:space-between;gap:14px;margin-top:20px;padding-top:18px;font-size:11px;display:flex}.source-line a{color:var(--teal);align-items:center;gap:5px;font-weight:800;display:inline-flex}.modal-actions{gap:10px;margin-top:23px;display:flex}.method-steps{background:var(--line);border:1px solid var(--line);gap:1px;margin:25px 0;display:grid}.method-steps>div{background:var(--white);grid-template-columns:45px 1fr;gap:10px;padding:17px;display:grid}.method-steps>div>strong{color:var(--teal);font-size:21px}.method-steps span{color:var(--muted);gap:5px;font-size:12px;line-height:1.4;display:grid}.method-steps b{color:var(--ink);font-size:14px}.formula{background:var(--ink);color:#fff;flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;margin:25px 0;padding:18px;font-size:12px;display:flex}.formula b{color:var(--yellow)}.compare-dock{z-index:50;background:var(--ink);color:#fff;border:1px solid #45504c;justify-content:space-between;align-items:center;gap:15px;width:min(650px,100vw - 28px);padding:12px 14px;display:flex;position:fixed;bottom:18px;left:50%;transform:translate(-50%);box-shadow:0 10px 35px #0000003d}.compare-dock>div{align-items:center;gap:10px;min-width:0;display:flex}.compare-dock span{color:#aeb8b3;white-space:nowrap;text-overflow:ellipsis;gap:2px;min-width:0;font-size:10px;display:grid;overflow:hidden}.compare-dock strong{color:#fff;font-size:12px}.compare-dock a{color:var(--yellow);flex:none;align-items:center;gap:6px;font-size:12px;font-weight:900;display:inline-flex}.compare-dock a.disabled{pointer-events:none;opacity:.35}@media (max-width:1050px){.nav-links{gap:17px}.vendor-grid{grid-template-columns:repeat(2,1fr)}.research-grid,.impact-grid{grid-template-columns:1fr 1fr}.impact-card:nth-child(n){grid-column:auto}.research-card:last-child{grid-column:1/-1}.evidence-grid{grid-template-columns:repeat(3,1fr)}.market-context>div{padding-inline:30px}}@media (max-width:780px){.site-nav{grid-template-columns:1fr auto;min-height:64px}.menu-button{display:block}.nav-cta{display:none}.nav-links{background:var(--paper);border-bottom:1px solid var(--line);flex-direction:column;padding:20px 5vw;display:none;position:absolute;top:64px;left:0;right:0}.nav-links.open{display:flex}.hero{min-height:750px}.hero-image{background-position:62%}.hero-shade{background:linear-gradient(#0e161338 0%,#0e1613cc 40%,#0e1613f7 100%)}.hero-content{grid-template-columns:1fr;gap:28px;padding:150px 6vw 55px}h1{font-size:clamp(48px,15vw,72px)}.hero-lede{font-size:16px}.hero-proof{grid-template-columns:repeat(3,1fr);gap:6px;display:grid}.proof-label,.proof-foot{grid-column:1/-1}.hero-proof div{display:grid}.truth-strip{grid-template-columns:1fr}.truth-strip div{border-right:0;border-bottom:1px solid var(--line)}.section{padding:72px 5vw}.split-heading{grid-template-columns:1fr;gap:20px}.research-grid,.vendor-grid,.calculator-shell,.field-section,.studio-grid,.reliability-report-section,.decision-cta,.market-context,.impact-grid{grid-template-columns:1fr}.impact-card{min-height:0}.research-card:last-child{grid-column:auto}.filter-bar{grid-template-columns:1fr}.vendor-card,.field-photo{min-height:340px}.field-content{padding:65px 6vw}.studio-panel{min-height:0;padding:30px 24px}.report-copy,.report-signup{padding:60px 6vw}.evidence-grid{grid-template-columns:1fr 1fr}.decision-cta{gap:28px;padding:60px 6vw}.decision-cta .primary-button{width:fit-content}.market-context>div{border-bottom:1px solid #46514d;border-right:0;min-height:245px}footer{grid-template-columns:1fr;padding-bottom:115px}.disclosure{grid-column:auto}.modal{padding:34px 20px 24px}.form-grid,.profile-grid{grid-template-columns:1fr}.source-line,.modal-actions{flex-direction:column}.modal-actions button{width:100%}}@media (max-width:500px){.hero{min-height:800px}.hero-actions{display:grid}.hero-actions a,.hero-actions button{width:100%}.hero-proof{grid-template-columns:1fr}.proof-label,.proof-foot{grid-column:auto}.hero-proof div{grid-template-columns:55px 1fr}.field-points,.output-grid,.evidence-grid{grid-template-columns:1fr}.calculator-inputs,.calculator-output{padding:25px}.compare-dock span{max-width:175px}.compare-dock a{font-size:0}.compare-dock a svg{width:20px;height:20px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition:none!important}}.hero{min-height:620px}.hero-content{padding-top:78px;padding-bottom:58px}.hero h1{max-width:760px;font-size:66px;line-height:.98}.hero-search{width:min(100%,690px);min-height:58px;color:var(--ink);border-left:4px solid var(--yellow);background:#fff;grid-template-columns:auto 1fr 42px;align-items:center;gap:12px;margin-top:27px;padding:0 8px 0 17px;display:grid}.hero-search input{background:0 0;border:0;outline:0;width:100%;min-width:0;font-size:16px}.hero-search a{background:var(--ink);color:#fff;border-radius:3px;place-items:center;width:42px;height:42px;display:grid}.profile-link{color:var(--teal);text-underline-offset:3px;font-size:11px;font-weight:800;text-decoration:underline}.capital-pulse-section{border-bottom:1px solid var(--line);background:#eef2ef}.heading-action{gap:15px;display:grid}.heading-action p{color:var(--muted);margin:0;line-height:1.65}.heading-action .text-button{margin:0}.capital-signal-grid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.capital-signal{background:var(--white);border:1px solid var(--line);border-top:5px solid var(--teal);flex-direction:column;min-height:370px;padding:26px;display:flex}.capital-signal>div{color:var(--muted);text-transform:uppercase;justify-content:space-between;gap:14px;font-size:11px;display:flex}.capital-signal>div span{color:var(--teal);font-weight:900}.capital-signal>strong{margin-top:34px;font-size:48px;line-height:1}.capital-company{margin:9px 0 20px;font-size:18px;font-weight:900}.capital-signal>p:not(.capital-company){color:var(--muted);margin:0;font-size:14px;line-height:1.55}.capital-signal>a{color:var(--teal);align-items:center;gap:6px;margin-top:auto;padding-top:24px;font-size:11px;font-weight:800;display:inline-flex}.investment-lanes{border:1px solid var(--line);background:#fff;grid-template-columns:repeat(3,1fr);margin-top:12px;display:grid}.investment-lanes>div{border-right:1px solid var(--line);grid-template-columns:32px 1fr;align-content:start;gap:8px 12px;min-height:180px;padding:24px;display:grid}.investment-lanes>div:last-child{border-right:0}.investment-lanes span{color:var(--teal);grid-row:span 2;font-size:12px;font-weight:900}.investment-lanes strong{font-size:15px}.investment-lanes p{color:var(--muted);margin:0;font-size:12px;line-height:1.55}.services-section{background:var(--ink);color:#fff}.services-grid{grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:25px;display:grid}.services-grid article{background:#22302b;border:1px solid #3c4b45;flex-direction:column;min-height:280px;padding:28px;display:flex}.services-grid span{color:var(--yellow);text-transform:uppercase;font-size:11px;font-weight:900}.services-grid strong{margin:28px 0 20px;font-size:42px}.services-grid p{color:#c6cfca;margin:auto 0 0;font-size:14px;line-height:1.55}.services-section>.primary-button{width:fit-content}.profile-nav{background:var(--paper);border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:20px;min-height:72px;padding:0 7vw;display:flex}.profile-nav>a:last-child{color:var(--teal);align-items:center;gap:7px;font-size:13px;font-weight:800;display:inline-flex}.vendor-profile-page,.market-page,.research-page{background:var(--paper);min-height:100vh}.profile-disclosure{background:#fff4cf;border-bottom:1px solid #d8bd61;grid-template-columns:auto 1fr;align-items:start;gap:14px;padding:20px 7vw;display:grid}.profile-disclosure svg{color:var(--teal)}.profile-disclosure strong{text-transform:uppercase;margin-bottom:4px;font-size:12px;display:block}.profile-disclosure p{color:#4d554f;max-width:980px;margin:0;font-size:13px;line-height:1.55}.vendor-profile-head{background:var(--ink);color:#fff;grid-template-columns:1fr 260px;align-items:end;gap:55px;padding:72px 7vw 60px;display:grid}.vendor-profile-head h1,.market-page-head h1{color:#fff;max-width:960px;font-size:66px;line-height:1}.profile-product{color:#c7d0cb;margin:16px 0 0;font-size:21px}.profile-status{border-top:4px solid var(--yellow);background:#22302b;gap:8px;padding:22px;display:grid}.profile-status span,.profile-fact-band span{color:var(--muted);text-transform:uppercase;font-size:10px;font-weight:900}.profile-status strong{color:var(--yellow);font-size:25px}.profile-status p{color:#b8c2bd;margin:0;font-size:11px}.profile-fact-band{border-bottom:1px solid var(--line);background:#fff;grid-template-columns:repeat(4,1fr);display:grid}.profile-fact-band>div{border-right:1px solid var(--line);align-content:center;gap:9px;min-height:120px;padding:27px 3vw;display:grid}.profile-fact-band>div:last-child{border-right:0}.profile-fact-band strong{font-size:15px}.profile-section{padding:82px 7vw}.profile-section-heading{max-width:850px;margin-bottom:36px}.profile-section-heading h2{font-size:48px}.profile-decision-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.profile-decision-grid article{border:1px solid var(--line);background:#fff;min-height:340px;padding:34px}.profile-decision-grid svg{color:var(--teal);margin-bottom:42px}.profile-decision-grid h2{max-width:540px;font-size:36px}.profile-decision-grid article>p:last-child{max-width:620px;color:var(--muted);font-size:17px;line-height:1.65}.profile-difference{background:var(--yellow);grid-template-columns:1.35fr .65fr;gap:75px;display:grid}.profile-difference h2{font-size:43px;line-height:1.08}.profile-difference>div:last-child{border-left:1px solid #17211e4d;padding-left:28px}.profile-difference p{line-height:1.55}.profile-difference a,.transaction-boundary a,.market-facts-band a,.envelope-section a{color:var(--teal);align-items:center;gap:6px;font-size:11px;font-weight:800;text-decoration:underline;display:inline-flex}.diligence-section ol{counter-reset:question;max-width:1000px;margin:0;padding:0;list-style:none}.diligence-section li{border-top:1px solid var(--line);counter-increment:question;grid-template-columns:46px 1fr;align-items:center;gap:16px;min-height:78px;padding:18px 0;font-size:18px;line-height:1.4;display:grid}.diligence-section li:before{content:"0" counter(question);color:var(--teal);font-size:12px;font-weight:900}.evidence-boundary{border-left:4px solid var(--teal);background:#fff;grid-template-columns:auto 1fr;align-items:center;gap:14px;max-width:1000px;margin-top:30px;padding:22px;display:grid}.evidence-boundary p{color:var(--muted);margin:0;line-height:1.55}.related-section{background:#fff}.related-section>div:last-child{grid-template-columns:repeat(3,1fr);gap:10px;max-width:1000px;display:grid}.related-section a{border:1px solid var(--line);grid-template-columns:1fr auto;align-content:center;gap:7px;min-height:120px;padding:20px;display:grid}.related-section a span{color:var(--muted);text-transform:uppercase;grid-column:1/-1;font-size:10px}.profile-cta{background:var(--ink);color:#fff;grid-template-columns:1fr auto;align-items:center;gap:45px;padding:60px 7vw;display:grid}.profile-cta h2{max-width:820px;font-size:43px}.profile-cta p:not(.eyebrow){color:#c5ceca;max-width:720px;line-height:1.55}.market-page-head{background:var(--ink);color:#fff;padding:78px 7vw 66px}.market-page-head>p:not(.eyebrow){color:#c8d0cc;max-width:850px;margin:25px 0 0;font-size:18px;line-height:1.6}.market-date{width:fit-content;color:var(--yellow);background:#23322d;align-items:center;gap:8px;margin-top:27px;padding:10px 13px;font-size:12px;font-weight:800;display:flex}.market-facts-band{border-bottom:1px solid var(--line);background:#fff;grid-template-columns:repeat(3,1fr);display:grid}.market-facts-band article{border-right:1px solid var(--line);flex-direction:column;min-height:290px;padding:34px 4vw;display:flex}.market-facts-band article:last-child{border-right:0}.market-facts-band strong{color:var(--teal);font-size:49px}.market-facts-band span{margin-top:6px;font-weight:900}.market-facts-band p{color:var(--muted);font-size:13px;line-height:1.55}.market-facts-band a{margin-top:auto}.market-signals-section{background:var(--paper)}.market-transaction-list{border-top:1px solid var(--line)}.market-transaction-list article{border-bottom:1px solid var(--line);grid-template-columns:180px 1fr minmax(280px,.75fr);gap:35px;padding:28px 0;display:grid}.transaction-value{align-content:start;gap:5px;display:grid}.transaction-value strong{color:var(--teal);font-size:42px}.transaction-value span{text-transform:uppercase;font-size:11px;font-weight:900}.transaction-value small{color:var(--muted)}.market-transaction-list h3{font-size:25px}.market-transaction-list p,.market-lane-list p{color:var(--muted);line-height:1.55}.transaction-boundary{border-left:1px solid var(--line);padding-left:24px}.transaction-boundary strong{text-transform:uppercase;font-size:12px}.investment-thesis-section{background:#fff}.market-lane-list{border-top:1px solid var(--line)}.market-lane-list article{border-bottom:1px solid var(--line);grid-template-columns:50px 1fr 1fr;gap:30px;padding:25px 0;display:grid}.market-lane-list>article>span{color:var(--teal);font-size:12px;font-weight:900}.market-lane-list>article>div:last-child{border-left:1px solid var(--line);padding-left:24px}.market-lane-list strong{text-transform:uppercase;font-size:12px}.envelope-section{background:var(--yellow);grid-template-columns:1fr 1fr;gap:70px;display:grid}.envelope-section h2{font-size:60px}.envelope-section>div:last-child{border-left:1px solid #17211e4d;padding-left:30px}.envelope-section>div:last-child strong{font-size:22px}.envelope-section p{line-height:1.55}.envelope-warning{max-width:650px}.research-page-head{background:var(--ink);color:#fff;padding:78px 7vw 66px}.research-page-head h1{color:#fff;max-width:940px;font-size:66px;line-height:1}.research-page-head>p:not(.eyebrow){color:#c8d0cc;max-width:850px;margin:25px 0 0;font-size:18px;line-height:1.65}.research-decision-rule{background:var(--yellow);grid-template-columns:180px minmax(0,850px);gap:36px;padding:34px 7vw;display:grid}.research-decision-rule strong{text-transform:uppercase;font-size:12px}.research-decision-rule p{margin:0;font-size:20px;font-weight:800;line-height:1.45}.research-body{padding:78px 7vw}.research-body>section{border-top:1px solid var(--line);grid-template-columns:70px minmax(0,850px);gap:24px;max-width:1120px;padding:38px 0;display:grid}.research-body>section>span{color:var(--teal);font-size:12px;font-weight:900}.research-body h2,.research-question-set h2{font-size:42px;line-height:1.08}.research-body p{color:var(--muted);font-size:17px;line-height:1.65}.research-body ul{gap:12px;margin:26px 0 0;padding:0;list-style:none;display:grid}.research-body li{grid-template-columns:20px 1fr;gap:10px;line-height:1.55;display:grid}.research-body li svg{color:var(--teal);margin-top:3px}.research-question-set{background:#fff;padding:72px 7vw}.research-question-set ol{counter-reset:research-question;max-width:950px;margin:32px 0 0;padding:0;list-style:none}.research-question-set li{border-top:1px solid var(--line);counter-increment:research-question;grid-template-columns:52px 1fr;gap:16px;padding:19px 0;font-size:18px;line-height:1.45;display:grid}.research-question-set li:before{content:"0" counter(research-question);color:var(--teal);font-size:12px;font-weight:900}@media (max-width:1050px){.capital-signal-grid,.services-grid{grid-template-columns:1fr 1fr}.capital-signal:last-child,.services-grid article:last-child{grid-column:1/-1}.market-transaction-list article{grid-template-columns:140px 1fr}.transaction-boundary{grid-column:2}}@media (max-width:780px){.hero{min-height:0}.hero-content{padding-top:105px}.hero h1,.vendor-profile-head h1,.market-page-head h1,.research-page-head h1{font-size:46px}.hero-search{min-height:54px}.capital-signal-grid,.investment-lanes,.services-grid,.vendor-profile-head,.profile-fact-band,.profile-decision-grid,.profile-difference,.profile-cta,.market-facts-band,.market-lane-list article,.envelope-section{grid-template-columns:1fr}.capital-signal:last-child,.services-grid article:last-child{grid-column:auto}.investment-lanes>div,.market-facts-band article{border-right:0;border-bottom:1px solid var(--line)}.vendor-profile-head{padding-top:55px}.profile-fact-band>div{border-right:0;border-bottom:1px solid var(--line);min-height:90px}.profile-section{padding:65px 5vw}.profile-section-heading h2,.profile-difference h2,.profile-cta h2{font-size:35px}.profile-difference>div:last-child,.envelope-section>div:last-child{border-top:1px solid #17211e4d;border-left:0;padding:25px 0 0}.related-section>div:last-child{grid-template-columns:1fr}.profile-cta{padding:50px 5vw}.profile-cta .primary-button{width:fit-content}.market-page-head,.research-page-head{padding:58px 5vw 50px}.research-decision-rule,.research-body>section{grid-template-columns:1fr}.research-decision-rule,.research-body,.research-question-set{padding-left:5vw;padding-right:5vw}.research-body h2,.research-question-set h2{font-size:35px}.market-transaction-list article{grid-template-columns:1fr}.transaction-boundary,.market-lane-list>article>div:last-child{border-left:0;border-top:1px solid var(--line);grid-column:auto;padding:20px 0 0}}.construction-page{--c-ink:#161b1a;--c-paper:#f3f5f1;--c-white:#fff;--c-line:#ccd2cd;--c-muted:#616b67;--c-yellow:#f4c430;--c-coral:#d65d4a;--c-teal:#147d78;--c-blue:#2f628d;background:var(--c-paper);min-height:100vh;color:var(--c-ink)}.construction-page h1,.construction-page h2,.construction-page h3,.construction-page p{letter-spacing:0}.construction-nav{z-index:60;border-bottom:1px solid var(--c-line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#f3f5f1f7;grid-template-columns:auto 1fr auto;align-items:center;gap:30px;min-height:68px;padding:0 4vw;display:grid;position:sticky;top:0}.construction-brand{text-transform:uppercase;align-items:center;gap:10px;font-size:12px;line-height:1.1;display:inline-flex}.construction-brand span:last-child{display:grid}.construction-brand strong{font-size:14px}.construction-brand-mark{background:var(--c-ink);width:36px;height:36px;color:var(--c-yellow);border-radius:2px;place-items:center;font-weight:900;display:grid!important}.construction-nav-links{justify-content:center;gap:25px;font-size:13px;font-weight:800;display:flex}.construction-nav-links a:hover{color:var(--c-teal)}.construction-nav-cta,.construction-primary{background:var(--c-yellow);color:var(--c-ink);border:0;border-radius:3px;justify-content:center;align-items:center;gap:8px;min-height:44px;padding:11px 16px;font-weight:900;display:inline-flex}.construction-nav-cta:hover,.construction-primary:hover{background:#ffd43f}.construction-menu{color:var(--c-ink);background:0 0;border:0;display:none}.construction-secondary{border:1px solid var(--c-ink);min-height:44px;color:var(--c-ink);background:0 0;border-radius:3px;justify-content:center;align-items:center;gap:8px;padding:10px 15px;font-weight:900;display:inline-flex}.construction-secondary.light{color:#fff;border-color:#ffffff8c}.construction-hero{background:var(--c-ink);align-items:flex-end;min-height:670px;display:flex;position:relative;overflow:hidden}.construction-hero-image{background:url(/construction-field-command.jpg) 50%/cover no-repeat;position:absolute;inset:0}.construction-hero-shade{background:linear-gradient(90deg,#0a0f0ef7 0%,#0a0f0ede 47%,#0a0f0e4d 78%,#0a0f0e24 100%);position:absolute;inset:0}.construction-hero-content{color:#fff;grid-template-columns:minmax(0,1fr) 300px;align-items:end;gap:55px;width:100%;padding:105px 7vw 70px;display:grid;position:relative}.construction-hero-copy{max-width:790px}.construction-back{color:#d7ded9;align-items:center;gap:7px;margin-bottom:24px;font-size:12px;font-weight:800;display:inline-flex}.construction-kicker,.construction-eyebrow{color:var(--c-teal);text-transform:uppercase;margin:0 0 14px;font-size:11px;font-weight:900}.construction-kicker{color:#e4e8e5;align-items:center;gap:10px;display:flex}.construction-kicker span{background:var(--c-yellow);width:30px;height:3px}.construction-hero h1{max-width:760px;font-size:clamp(52px,6.5vw,94px);font-weight:900;line-height:.94}.construction-hero-copy>p:last-of-type{color:#d8dedb;max-width:720px;margin:27px 0 0;font-size:18px;line-height:1.6}.construction-hero-actions{flex-wrap:wrap;gap:12px;margin-top:32px;display:flex}.construction-hero-proof{border-top:4px solid var(--c-yellow);background:#131917e6;padding:22px}.construction-hero-proof>p{color:var(--c-yellow);text-transform:uppercase;margin:0 0 10px;font-size:11px;font-weight:900}.construction-hero-proof>div{border-top:1px solid #ffffff2b;grid-template-columns:100px 1fr;align-items:baseline;gap:12px;padding:14px 0;display:grid}.construction-hero-proof strong{font-size:27px}.construction-hero-proof span,.construction-hero-proof small{color:#bdc6c1;font-size:11px;line-height:1.4}.construction-hero-proof small{margin-top:12px;display:block}.construction-principles{border-bottom:1px solid var(--c-line);background:#fff;grid-template-columns:repeat(3,1fr);display:grid}.construction-principles>div{border-right:1px solid var(--c-line);align-items:center;gap:14px;min-height:90px;padding:19px 4vw;display:flex}.construction-principles>div:last-child{border-right:0}.construction-principles svg{color:var(--c-coral);flex:none}.construction-principles span{color:var(--c-muted);gap:4px;font-size:12px;display:grid}.construction-principles strong{color:var(--c-ink);font-size:14px}.construction-section{padding:96px 7vw}.construction-section-heading{margin-bottom:42px}.construction-section-heading.split{grid-template-columns:minmax(0,1fr) minmax(300px,500px);align-items:end;gap:55px;display:grid}.construction-section-heading h2,.construction-sources h2{max-width:840px;margin:0;font-size:clamp(34px,4vw,58px);line-height:1.02}.construction-section-heading>p,.construction-section-heading.split>p{color:var(--c-muted);margin:0;line-height:1.65}.construction-section-heading.light-text h2,.construction-section-heading.light-text>p{color:#fff}.construction-section-heading.light-text>p{color:#bbc5c0}.construction-stat-grid{border:1px solid var(--c-line);background:#fff;grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.construction-stat-grid article{border-right:1px solid var(--c-line);flex-direction:column;min-height:190px;padding:24px;display:flex}.construction-stat-grid article:last-child{border-right:0}.construction-stat-grid svg{color:var(--c-coral);margin-bottom:25px}.construction-stat-grid span{color:var(--c-muted);font-size:12px;font-weight:800}.construction-stat-grid strong{margin:8px 0;font-size:31px}.construction-stat-grid small{color:var(--c-muted);margin-top:auto;font-size:10px;line-height:1.45}.construction-table-wrap,.construction-compare-wrap{border:1px solid var(--c-line);background:#fff;width:100%;margin-top:28px;overflow-x:auto}.construction-table{border-collapse:collapse;width:100%;min-width:1000px;font-size:12px}.construction-table th,.construction-table td{text-align:left;vertical-align:top;border-right:1px solid var(--c-line);border-bottom:1px solid var(--c-line);padding:16px 14px;line-height:1.45}.construction-table th{text-transform:uppercase;background:#e8ebe7;font-size:10px}.construction-sizing-grid{grid-template-columns:repeat(3,1fr);gap:18px;margin-top:28px;display:grid}.construction-sizing-grid article{border-top:4px solid var(--c-teal);background:#fff;padding:27px}.construction-sizing-grid article:nth-child(2){border-top-color:var(--c-coral)}.construction-sizing-grid article:nth-child(3){border-top-color:var(--c-blue)}.construction-sizing-grid h3{margin:0;font-size:20px;line-height:1.25}.construction-sizing-grid article>p:last-child{color:var(--c-muted);margin:20px 0 0;font-size:13px;line-height:1.6}.construction-range{color:var(--c-muted);grid-template-columns:1fr auto 1fr;align-items:end;gap:8px;margin-top:26px;font-size:10px;display:grid}.construction-range span:last-child{text-align:right}.construction-range strong{color:var(--c-ink);font-size:19px}.construction-method{border:1px solid var(--c-line);background:#e8ebe7;margin-top:28px}.construction-method summary{cursor:pointer;align-items:center;gap:10px;padding:19px 22px;font-weight:900;list-style:none;display:flex}.construction-method summary svg:last-child{margin-left:auto}.construction-method>div{color:var(--c-muted);padding:4px 22px 22px 52px;font-size:13px;line-height:1.6}.construction-capital,.construction-comparison,.construction-roi{background:var(--c-ink);color:#fff}.construction-capital-banner{border:1px solid #43504b;grid-template-columns:repeat(4,1fr);display:grid}.construction-capital-banner span{color:#adb9b3;border-right:1px solid #43504b;align-content:center;gap:5px;min-height:105px;padding:21px;font-size:11px;display:grid}.construction-capital-banner span:last-child{border-right:0}.construction-capital-banner strong{color:var(--c-yellow);font-size:27px}.construction-deal-grid{background:#43504b;border:1px solid #43504b;grid-template-columns:repeat(3,1fr);gap:1px;margin-top:22px;display:grid}.construction-deal-grid article{background:#202725;flex-direction:column;min-height:320px;padding:27px;display:flex}.construction-deal-grid article>div{color:#9eaaa4;text-transform:uppercase;justify-content:space-between;gap:12px;font-size:10px;display:flex}.construction-deal-grid h3{flex-wrap:wrap;align-items:center;gap:8px;margin:44px 0 12px;font-size:21px;display:flex}.construction-deal-grid article>strong{color:var(--c-yellow);font-size:17px}.construction-deal-grid p{color:#bdc6c1;margin:18px 0;font-size:13px;line-height:1.6}.construction-deal-grid a{color:var(--c-yellow);align-items:center;gap:6px;margin-top:auto;font-size:12px;font-weight:900;display:inline-flex}.construction-investor-read{background:var(--c-yellow);color:var(--c-ink);grid-template-columns:auto 1fr;align-items:start;gap:20px;margin-top:22px;padding:25px 28px;display:grid}.construction-investor-read strong{font-size:14px}.construction-investor-read p{max-width:1000px;margin:6px 0 0;font-size:13px;line-height:1.6}.construction-category-map{background:#fff}.construction-layer-list{border-top:1px solid var(--c-line)}.construction-layer-list article{border-bottom:1px solid var(--c-line);grid-template-columns:50px minmax(220px,1fr) minmax(180px,.7fr) minmax(240px,1fr);gap:25px;padding:24px 0;display:grid}.construction-layer-list article>span{color:var(--c-coral);font-size:13px;font-weight:900}.construction-layer-list h3{margin:0 0 8px;font-size:19px}.construction-layer-list strong{text-transform:uppercase;font-size:11px}.construction-layer-list p{color:var(--c-muted);margin:0;font-size:12px;line-height:1.55}.construction-filters{grid-template-columns:minmax(280px,1fr) 260px 220px;gap:10px;display:grid}.construction-filters label{border:1px solid var(--c-line);background:#fff;align-items:center;gap:10px;min-height:48px;padding:0 13px;display:flex}.construction-filters svg{color:var(--c-teal);flex:none}.construction-filters input,.construction-filters select{background:0 0;border:0;outline:0;width:100%;min-width:0}.construction-results-line{color:var(--c-muted);gap:5px;margin:17px 0;font-size:12px;display:flex}.construction-results-line span{color:var(--c-ink);margin-left:auto;font-weight:900}.construction-vendor-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.construction-vendor-card{border:1px solid var(--c-line);background:#fff;flex-direction:column;min-height:395px;padding:23px;display:flex}.construction-vendor-top{grid-template-columns:42px 1fr auto;align-items:start;gap:12px;display:grid}.construction-monogram{background:var(--c-ink);width:42px;height:42px;color:var(--c-yellow);place-items:center;font-size:11px;font-weight:900;display:grid}.construction-vendor-top p{color:var(--c-teal);text-transform:uppercase;margin:0 0 4px;font-size:9px;font-weight:900}.construction-vendor-top h3{margin:0;font-size:20px}.construction-vendor-top div>span{color:var(--c-muted);font-size:11px}.construction-evidence-tag{border:1px solid var(--c-line);color:var(--c-coral);padding:5px 7px;font-size:10px;font-weight:900}.construction-vendor-card>p{color:var(--c-muted);margin:25px 0;font-size:13px;line-height:1.6}.construction-vendor-card dl{border-top:1px solid var(--c-line);margin:auto 0 20px}.construction-vendor-card dl>div{border-bottom:1px solid var(--c-line);grid-template-columns:90px 1fr;gap:10px;padding:9px 0;font-size:11px;display:grid}.construction-vendor-card dt{color:var(--c-muted)}.construction-vendor-card dd{margin:0;font-weight:800}.construction-vendor-actions{justify-content:space-between;align-items:center;gap:10px;display:flex}.construction-vendor-actions a,.construction-vendor-actions button{align-items:center;gap:6px;font-size:11px;font-weight:900;display:inline-flex}.construction-vendor-actions a{color:var(--c-teal)}.construction-vendor-actions button{border:1px solid var(--c-ink);background:0 0;min-height:34px;padding:6px 9px}.construction-vendor-actions button.selected{background:var(--c-ink);color:#fff}.construction-comparison{padding-bottom:108px}.construction-empty{color:#b8c2bd;text-align:center;border:1px solid #43504b;padding:50px}.construction-compare-wrap{border-color:#43504b;margin-top:0}.construction-compare-table{border-collapse:collapse;width:100%;min-width:920px;color:var(--c-ink);font-size:12px}.construction-compare-table th,.construction-compare-table td{vertical-align:top;text-align:left;border-right:1px solid var(--c-line);border-bottom:1px solid var(--c-line);width:26%;padding:18px;line-height:1.55}.construction-compare-table th:first-child{width:160px;color:var(--c-muted);text-transform:uppercase;font-size:10px}.construction-compare-table thead th{background:var(--c-yellow);color:var(--c-ink);font-size:18px}.construction-compare-table thead th:first-child{font-size:10px}.construction-compare-table th small{color:#535d59;text-transform:none;margin-top:5px;font-size:10px;display:block}.construction-data-centers{background:#edf0ec}.construction-value-grid{border:1px solid var(--c-line);background:var(--c-line);grid-template-columns:repeat(2,1fr);gap:1px;display:grid}.construction-value-grid article{background:#fff;min-height:310px;padding:29px}.construction-value-grid article:last-child{grid-column:1/-1;min-height:0}.construction-value-grid article>span{color:var(--c-coral);font-size:12px;font-weight:900}.construction-value-grid h3{max-width:500px;margin:24px 0;font-size:23px}.construction-value-grid p{color:var(--c-muted);grid-template-columns:58px 1fr;gap:12px;margin:11px 0 0;font-size:12px;line-height:1.55;display:grid}.construction-value-grid p strong{color:var(--c-ink);text-transform:uppercase;font-size:9px}.construction-roi-layout{border:1px solid #43504b;grid-template-columns:minmax(320px,.8fr) minmax(420px,1.2fr);display:grid}.construction-roi-inputs{border-right:1px solid #43504b;gap:16px;padding:28px;display:grid}.construction-roi-inputs label{color:#bdc6c1;grid-template-columns:1fr 150px;align-items:center;gap:16px;font-size:12px;display:grid}.construction-roi-inputs input[type=number]{color:#fff;text-align:right;background:#202725;border:1px solid #59645f;width:100%;min-width:0;padding:10px}.construction-roi-inputs output{color:var(--c-yellow);text-align:right;font-weight:900}.construction-roi-inputs input[type=range]{accent-color:var(--c-yellow);grid-column:1/-1}.construction-roi-results{grid-template-columns:repeat(2,1fr);display:grid}.construction-roi-results>div{border-bottom:1px solid #43504b;border-right:1px solid #43504b;flex-direction:column;min-height:150px;padding:24px;display:flex}.construction-roi-results>div:nth-child(2n){border-right:0}.construction-roi-results span{color:#aeb9b3;text-transform:uppercase;font-size:10px}.construction-roi-results strong{color:var(--c-yellow);margin:13px 0;font-size:28px}.construction-roi-results strong.negative{color:#f48a78}.construction-roi-results small{color:#9aa59f;margin-top:auto;line-height:1.45}.construction-formula{background:var(--c-yellow);color:var(--c-ink);align-items:center;gap:12px;padding:18px 22px;display:flex;overflow-x:auto}.construction-formula code{white-space:nowrap;font-size:12px}.construction-contribute{background:#fff}.construction-contribute-grid{border:1px solid var(--c-line);grid-template-columns:repeat(3,1fr);display:grid}.construction-contribute-grid article{border-right:1px solid var(--c-line);flex-direction:column;min-height:300px;padding:30px;display:flex}.construction-contribute-grid article:last-child{border-right:0}.construction-contribute-grid svg{color:var(--c-coral)}.construction-contribute-grid h3{margin:38px 0 14px;font-size:22px}.construction-contribute-grid p{color:var(--c-muted);font-size:13px;line-height:1.6}.construction-contribute-grid button{color:var(--c-teal);text-align:left;background:0 0;border:0;align-items:center;gap:7px;margin-top:auto;padding:0;font-size:12px;font-weight:900;display:inline-flex}.construction-sources{background:#dfe4df;grid-template-columns:minmax(250px,.7fr) minmax(400px,1.3fr);gap:55px;padding:72px 7vw;display:grid}.construction-sources h2{font-size:clamp(30px,3vw,46px)}.construction-sources>div:nth-child(2) p{color:var(--c-muted);margin:0 0 14px;font-size:13px;line-height:1.6}.construction-sources>div:nth-child(2) strong{color:var(--c-ink)}.construction-source-links{flex-wrap:wrap;grid-column:1/-1;gap:9px;display:flex}.construction-source-links a{border:1px solid #aeb7b0;align-items:center;gap:6px;padding:9px 11px;font-size:11px;font-weight:800;display:inline-flex}.construction-footer{background:var(--c-ink);color:#fff;grid-template-columns:auto 1fr auto;align-items:center;gap:35px;padding:42px 7vw;display:grid}.construction-footer p{color:#aeb8b3;margin:0;font-size:11px}.construction-footer>div{gap:18px;font-size:11px;font-weight:800;display:flex}.construction-modal-backdrop{z-index:100;background:#080c0bc7;place-items:center;padding:30px;display:grid;position:fixed;inset:0;overflow-y:auto}.construction-modal{width:min(720px,100%);max-height:calc(100vh - 60px);color:var(--c-ink);background:#fff;padding:38px;position:relative;overflow-y:auto}.construction-modal>h2{max-width:600px;margin:0 0 28px;font-size:34px;line-height:1.08}.construction-modal-close{border:1px solid var(--c-line);background:0 0;place-items:center;width:38px;height:38px;display:grid;position:absolute;top:16px;right:16px}.construction-intake,.construction-intake label{gap:7px;display:grid}.construction-intake{gap:16px}.construction-intake label{color:var(--c-muted);font-size:11px;font-weight:800}.construction-form-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.construction-intake input,.construction-intake select,.construction-intake textarea{border:1px solid var(--c-line);width:100%;min-width:0;color:var(--c-ink);background:#f7f8f5;outline:0;padding:11px}.construction-intake textarea{resize:vertical}.construction-check{grid-template-columns:auto 1fr;align-items:start;line-height:1.5}.construction-check input{width:auto;margin-top:2px}.construction-intake .construction-primary{width:fit-content;margin-top:4px}.construction-form-error{color:#a3382a;margin:0;font-size:12px}.construction-form-success{padding:25px 0 5px}.construction-form-success>span{background:var(--c-teal);color:#fff;place-items:center;width:48px;height:48px;display:grid}.construction-form-success h3{margin:22px 0 8px;font-size:27px}.construction-form-success p{color:var(--c-muted);margin:0 0 22px;line-height:1.6}@media (max-width:1080px){.construction-nav-links{gap:15px}.construction-stat-grid,.construction-capital-banner{grid-template-columns:repeat(2,1fr)}.construction-stat-grid article:nth-child(2),.construction-capital-banner span:nth-child(2){border-right:0}.construction-stat-grid article:nth-child(-n+2),.construction-capital-banner span:nth-child(-n+2){border-bottom:1px solid var(--c-line)}.construction-capital-banner span:nth-child(-n+2){border-bottom-color:#43504b}.construction-deal-grid,.construction-vendor-grid{grid-template-columns:repeat(2,1fr)}.construction-layer-list article{grid-template-columns:40px 1fr 1fr}.construction-layer-list article>div:last-child{grid-column:2/-1}.construction-roi-layout{grid-template-columns:1fr}.construction-roi-inputs{border-bottom:1px solid #43504b;border-right:0}}@media (max-width:780px){.construction-nav{grid-template-columns:1fr auto;min-height:64px}.construction-menu{display:block}.construction-nav-cta{display:none}.construction-nav-links{background:var(--c-paper);border-bottom:1px solid var(--c-line);flex-direction:column;padding:20px 5vw;display:none;position:absolute;top:64px;left:0;right:0}.construction-nav-links.open{display:flex}.construction-hero{min-height:760px}.construction-hero-image{background-position:62%}.construction-hero-shade{background:linear-gradient(#0a0f0e3d 0%,#0a0f0ed9 37%,#0a0f0efa 100%)}.construction-hero-content{grid-template-columns:1fr;gap:30px;padding:125px 6vw 52px}.construction-hero h1{font-size:clamp(48px,14vw,70px)}.construction-hero-copy>p:last-of-type{font-size:15px}.construction-hero-proof{grid-template-columns:repeat(3,1fr);gap:6px;display:grid}.construction-hero-proof>p,.construction-hero-proof>small{grid-column:1/-1}.construction-hero-proof>div,.construction-principles,.construction-sizing-grid,.construction-value-grid,.construction-contribute-grid,.construction-sources{grid-template-columns:1fr}.construction-principles>div,.construction-contribute-grid article{border-right:0;border-bottom:1px solid var(--c-line)}.construction-section{padding:72px 5vw}.construction-section-heading.split{grid-template-columns:1fr;gap:20px}.construction-stat-grid,.construction-capital-banner,.construction-deal-grid,.construction-vendor-grid{grid-template-columns:1fr}.construction-stat-grid article,.construction-stat-grid article:nth-child(2),.construction-capital-banner span,.construction-capital-banner span:nth-child(2){border-right:0;border-bottom:1px solid var(--c-line)}.construction-capital-banner span,.construction-capital-banner span:nth-child(2){border-bottom-color:#43504b}.construction-deal-grid article{min-height:285px}.construction-layer-list article{grid-template-columns:35px 1fr;gap:16px}.construction-layer-list article>div:nth-child(n+2){grid-column:2}.construction-filters{grid-template-columns:1fr}.construction-value-grid article:last-child{grid-column:auto}.construction-roi-results{grid-template-columns:1fr}.construction-roi-results>div,.construction-roi-results>div:nth-child(2n){border-right:0}.construction-sources{gap:28px;padding:62px 5vw}.construction-source-links{grid-column:auto}.construction-footer{grid-template-columns:1fr;padding:38px 6vw}.construction-modal-backdrop{padding:14px}.construction-modal{max-height:calc(100vh - 28px);padding:34px 20px 24px}.construction-form-grid{grid-template-columns:1fr}}@media (max-width:500px){.construction-hero{min-height:820px}.construction-hero-actions{display:grid}.construction-hero-actions>*{width:100%}.construction-hero-proof{grid-template-columns:1fr}.construction-hero-proof>p,.construction-hero-proof>small{grid-column:auto}.construction-hero-proof>div{grid-template-columns:90px 1fr}.construction-range{grid-template-columns:1fr;align-items:start}.construction-range span:last-child{text-align:left}.construction-vendor-grid{grid-template-columns:minmax(0,1fr)}.construction-vendor-card{min-height:0}.construction-roi-inputs label{grid-template-columns:1fr 110px}.construction-formula code{font-size:10px}}
