:root{
  --night:#0d151c;
  --night-soft:#131e27;
  --night-raised:#1b2934;
  --line:#2b3b46;
  --paper:#f2f4f3;
  --paper-line:#d7e0e4;
  --ink:#f5f7f7;
  --body:#b9c5cd;
  --gold:#e8b567;
  --gold-deep:#9d7340;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--night);color:var(--ink);font-family:Inter,"Segoe UI",system-ui,-apple-system,sans-serif;-webkit-font-smoothing:antialiased}
button{font:inherit;cursor:pointer}
a{color:inherit}
img{max-width:100%}
::selection{background:#e8b567;color:#14202a}
:focus-visible{outline:2px solid var(--gold);outline-offset:4px}
.skip-link{position:absolute;left:12px;top:-60px;z-index:100;background:var(--gold);color:var(--night);padding:11px 15px;text-decoration:none;font-weight:800}
.skip-link:focus{top:12px}
.section-shell{width:min(100% - 88px,1232px);margin-inline:auto}
.eyebrow{display:flex;align-items:center;gap:13px;color:var(--gold);font-size:11px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;margin:0 0 23px}
.eyebrow-rule{width:28px;height:1px;background:currentColor}
h1,h2,h3,h4,p{margin-top:0}
h1,h2{font-weight:560;letter-spacing:-.045em}
h2{font-size:clamp(38px,4.7vw,66px);line-height:1.08}
p{line-height:1.68}

.site-header{position:relative;z-index:30;background:#0b1319;border-bottom:1px solid #2c3b46}
.header-inner{width:min(100% - 88px,1232px);height:104px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:35px}
.brand{display:inline-flex;flex:0 0 auto;align-items:center}
.brand img{display:block;width:252px;height:auto}
.desktop-nav{display:flex;align-items:center;gap:38px;margin-left:auto}
.desktop-nav a,.header-app-link{font-size:12px;font-weight:680;text-decoration:none;white-space:nowrap}
.desktop-nav a{color:#b9c6ce;transition:color .2s}
.desktop-nav a:hover{color:#fff}
.header-actions{display:flex;align-items:center;gap:16px}
.header-app-link{border:1px solid #8c744b;color:#f2cd8f;padding:14px 18px;transition:background .2s,color .2s}
.header-app-link:hover{background:var(--gold);color:var(--night)}
.header-app-link span{margin-left:8px}
.menu-toggle{display:none}
.mobile-nav[hidden]{display:none}

.hero{position:relative;min-height:clamp(655px,76vh,880px);background:#13202a url("hero-home.webp") center 54%/cover no-repeat;border-bottom:1px solid #39464f}
.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,15,21,.36),rgba(8,15,21,.17) 49%,rgba(8,15,21,0) 76%),linear-gradient(0deg,rgba(8,15,21,.54),transparent 24%);pointer-events:none}
.hero-inner{position:relative;min-height:inherit;width:min(100% - 88px,1232px);margin:auto;display:flex;flex-direction:column;justify-content:center}
.hero-copy{max-width:645px;padding:30px 0 100px}
.hero h1{font-size:clamp(60px,6.7vw,96px);line-height:1.01;margin:0 0 28px;text-wrap:balance;text-shadow:0 2px 30px #0002}
.hero h1 em{font-style:normal;color:#f4f6f5}
.hero-lead{font-size:clamp(16px,1.55vw,20px);line-height:1.66;color:#e7ecee;max-width:495px;margin:0 0 32px}
.hero-actions{display:flex;align-items:center;gap:25px;flex-wrap:wrap}
.button{display:inline-flex;justify-content:space-between;align-items:center;gap:22px;min-height:55px;padding:14px 22px;text-decoration:none;font-size:13px;font-weight:800;letter-spacing:.005em;transition:transform .2s,background .2s}
.button:hover{transform:translateY(-2px)}
.button-gold{background:var(--gold);color:#10202b}
.button-gold:hover{background:#f6c77e}
.button span{font-size:17px;font-weight:500}
.text-link,.inline-link{font-size:13px;font-weight:730;text-decoration:none;color:#f4f5f4;border-bottom:1px solid #b7bec2;padding:9px 0}
.text-link span,.inline-link span{margin-left:9px;color:var(--gold)}
.text-link:hover,.inline-link:hover{border-color:var(--gold)}
.hero-bottom{position:absolute;bottom:0;left:0;right:0;display:flex;justify-content:space-between;gap:18px;padding:23px 0;border-top:1px solid #d2d7d554;color:#e5e9e8;font-size:10px;text-transform:uppercase;letter-spacing:.14em;font-weight:780}

.intro{padding-top:142px;padding-bottom:148px;display:grid;grid-template-columns:1fr .82fr;gap:8vw}
.intro h2{max-width:11ch}
.intro-body{padding-top:57px}
.intro-body p{color:var(--body);font-size:16px;max-width:52ch;margin-bottom:22px}
.intro-body .large-copy{color:#edf2f4;font-size:22px;line-height:1.5;letter-spacing:-.02em}
.inline-link{display:inline-block;margin-top:14px}

.experience{background:var(--night-soft);padding:112px 0 128px;border-top:1px solid #2b3d49;border-bottom:1px solid #2b3d49}
.experience-heading{display:flex;justify-content:space-between;align-items:end;gap:50px;margin-bottom:58px}
.experience-heading h2{margin-bottom:0;max-width:13ch}
.experience-heading>p{max-width:290px;color:var(--body);font-size:15px;margin-bottom:9px}
.experience-grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:7vw;align-items:start}
.experience-steps{border-top:1px solid #40505b}
.experience-step{display:grid;grid-template-columns:45px 1fr;gap:13px;padding:26px 0;border-bottom:1px solid #40505b}
.step-number{color:var(--gold);font-size:12px;font-weight:850;letter-spacing:.08em;padding-top:5px}
.experience-step h3{font-size:18px;font-weight:650;margin:0 0 8px}
.experience-step p{color:var(--body);font-size:14px;margin:0;max-width:34ch}
.demo{border:1px solid #4a5a65;background:#17232d;padding:28px;box-shadow:0 28px 56px #0002}
.demo-topline{display:flex;justify-content:space-between;gap:20px;color:#e7bc77;font-size:10px;text-transform:uppercase;letter-spacing:.14em;font-weight:820;border-bottom:1px solid #3a4c58;padding-bottom:19px}
.demo-check{padding:28px 0 23px}
.demo-kicker{color:#9baebd;font-size:10px;text-transform:uppercase;letter-spacing:.14em;font-weight:850;margin-bottom:12px}
.demo-check h3{font-size:25px;font-weight:600;letter-spacing:-.02em;margin:0 0 8px}
.demo-check p{font-size:14px;color:#b8c6d0;margin:0 0 19px}
.demo-answers{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
.demo-answers button{background:#1d2d39;border:1px solid #435463;color:#d5dee4;padding:13px 8px;min-height:48px;font-size:11px;font-weight:760;transition:background .2s,border-color .2s,color .2s}
.demo-answers button:hover{border-color:var(--gold)}
.demo-answers button[aria-pressed="true"]{background:#e3b266;color:#15212b;border-color:#e3b266}
.demo-connector{display:flex;align-items:center;gap:14px;color:#e3b266;font-size:9px;letter-spacing:.14em;text-align:center;white-space:nowrap;margin-bottom:18px}
.demo-connector span{height:1px;background:#61717a;flex:1}
.demo-report{background:var(--paper);color:#233f52;padding:25px 26px;box-shadow:0 16px 34px #0003;min-height:330px}
.report-topline{display:flex;justify-content:space-between;gap:15px;color:#5d7789;font-size:9px;letter-spacing:.15em;font-weight:900;padding-bottom:15px;border-bottom:1px solid var(--paper-line)}
.report-room{margin-top:21px;color:#917144;font-size:10px;letter-spacing:.12em;font-weight:850}
.report-room span{margin:0 4px;color:#9aa7ae}
.demo-report h4{color:#173c59;font-size:25px;font-weight:600;letter-spacing:-.025em;margin:8px 0}
.demo-report>p{font-size:14px;color:#4f6471;margin:0 0 17px}
.report-action{border-top:1px solid #d7e0e4;border-bottom:1px solid #d7e0e4;padding:13px 0;display:grid;grid-template-columns:110px 1fr;gap:12px;font-size:12px;line-height:1.5}
.report-action strong{color:#254c65}
.report-action span{color:#526d7d}
.report-evidence{color:#728896;font-size:11px;padding-top:13px}
.evidence-icon{font-size:18px;color:#7b9aac;vertical-align:-2px;margin-right:6px}
.demo-caption{font-size:11px;color:#91a3b0;margin:17px 0 0}

.difference{padding-top:142px;padding-bottom:142px;display:grid;grid-template-columns:.62fr 1fr;gap:7vw}
.difference h2{max-width:10ch}
.difference-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:23px;align-items:start;padding-top:50px}
.difference-grid>div{border-top:1px solid #6b675d;padding-top:17px}
.difference-mark{color:var(--gold);font-size:11px;font-weight:850;letter-spacing:.11em}
.difference-grid h3{font-size:18px;font-weight:640;margin:34px 0 9px}
.difference-grid p{color:var(--body);font-size:13px;margin:0}

.story{background:#18252f;border-top:1px solid #3a4a55;border-bottom:1px solid #3a4a55}
.story-inner{padding-top:115px;padding-bottom:115px;display:grid;grid-template-columns:1fr .75fr;gap:9vw}
.story h2{max-width:12ch;margin-bottom:0}
.story-inner>div:last-child{padding-top:44px}
.story p:not(.eyebrow){color:#bdc9d2;font-size:17px;max-width:50ch;margin-bottom:20px}
.founder-detail{display:flex;justify-content:space-between;gap:18px;align-items:baseline;border-top:1px solid #70808b;padding-top:15px;color:#b5c3cc;font-size:10px;letter-spacing:.1em}
.founder-detail strong{color:var(--gold);font-size:12px;letter-spacing:0;white-space:nowrap}
.story blockquote{font-size:clamp(25px,2.5vw,34px);line-height:1.28;letter-spacing:-.025em;font-weight:520;color:#f4f5f3;margin:28px 0 27px;max-width:21ch}

.closing{position:relative;background:#111c24 url("hero-home.webp") 77% 43%/cover no-repeat}
.closing:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#0a131af7 5%,#0a131ad9 48%,#0a131a6d)}
.closing-inner{position:relative;padding-top:115px;padding-bottom:125px}
.closing h2{max-width:12ch;margin-bottom:20px}
.closing p:not(.eyebrow){font-size:17px;color:#d6e0e5;max-width:36ch;margin-bottom:28px}
.site-footer{background:#0a1116;border-top:1px solid #293742}
.footer-inner{width:min(100% - 88px,1232px);margin:auto;padding:60px 0 31px;display:grid;grid-template-columns:1fr 1fr;gap:42px}
.footer-inner img{width:220px}
.footer-inner p{color:#8da0ad;font-size:12px;margin:10px 0 0}
.footer-links{display:grid;grid-template-columns:1fr 1fr;gap:16px 28px;justify-self:end}
.footer-links a{color:#b6c4cc;font-size:12px;text-decoration:none}
.footer-links a:hover{color:var(--gold)}
.footer-inner .copyright{grid-column:1/-1;border-top:1px solid #26343f;padding-top:22px;margin-top:30px}

@media(max-width:1100px){
  .section-shell,.header-inner,.hero-inner,.footer-inner{width:min(100% - 56px,1232px)}
  .desktop-nav{gap:22px}
  .brand img{width:214px}
  .hero h1{font-size:clamp(56px,7vw,82px)}
  .intro,.difference{gap:5vw}
  .experience-grid{gap:4vw}
  .difference-grid{gap:15px}
}
@media(max-width:760px){
  .section-shell,.header-inner,.hero-inner,.footer-inner{width:min(100% - 40px,1232px)}
  .header-inner{height:76px;gap:10px}
  .brand img{width:174px}
  .desktop-nav{display:none}
  .header-app-link{padding:11px 12px;font-size:11px}
  .header-app-link span{display:none}
  .menu-toggle{display:flex;width:40px;height:40px;background:transparent;color:var(--ink);border:1px solid #4a5863;flex-direction:column;justify-content:center;align-items:center;gap:5px}
  .menu-toggle span{width:17px;height:1px;background:currentColor}
  .mobile-nav:not([hidden]){display:grid;gap:0;padding:4px 20px 18px;background:#0b1319;border-top:1px solid #26333c}
  .mobile-nav a{padding:13px 5px;border-bottom:1px solid #27343d;color:#d6e0e5;text-decoration:none;font-size:14px}
  .hero{min-height:700px;background-position:65% center}
  .hero:before{background:linear-gradient(180deg,#0b151b12 0%,#0b151b78 37%,#0b151bf5 71%,#0b151b 100%)}
  .hero-inner{justify-content:flex-end}
  .hero-copy{padding:0 0 148px}
  .hero h1{font-size:clamp(52px,12vw,76px);margin-bottom:20px}
  .hero-lead{font-size:16px;line-height:1.58}
  .hero-bottom{display:grid;grid-template-columns:1fr;gap:7px;font-size:9px;padding:18px 0}
  .intro{padding-top:88px;padding-bottom:94px;grid-template-columns:1fr;gap:10px}
  .intro h2,.experience h2,.difference h2,.story h2,.closing h2{font-size:clamp(39px,9vw,56px)}
  .intro-body{padding-top:0}
  .intro-body .large-copy{font-size:19px}
  .experience{padding:80px 0 85px}
  .experience-heading{display:block;margin-bottom:37px}
  .experience-heading>p{max-width:47ch;margin:15px 0 0}
  .experience-grid{grid-template-columns:1fr;gap:38px}
  .experience-steps{display:grid;grid-template-columns:1fr}
  .experience-step{padding:19px 0}
  .demo{padding:16px}
  .demo-answers{grid-template-columns:1fr}
  .demo-answers button{min-height:45px;text-align:left;padding:11px 13px}
  .demo-report{padding:20px;min-height:335px}
  .report-action{grid-template-columns:1fr;gap:4px}
  .difference{padding-top:94px;padding-bottom:96px;grid-template-columns:1fr;gap:22px}
  .difference-grid{padding-top:0;grid-template-columns:1fr;gap:28px}
  .difference-grid h3{margin-top:16px}
  .difference-grid p{max-width:50ch}
  .story-inner{padding-top:84px;padding-bottom:86px;grid-template-columns:1fr;gap:8px}
  .story-inner>div:last-child{padding-top:0}
  .story p:not(.eyebrow){font-size:16px}
  .founder-detail{display:block}
  .founder-detail span,.founder-detail strong{display:block}
  .founder-detail strong{margin-top:7px}
  .closing-inner{padding-top:100px;padding-bottom:100px}
  .closing:before{background:linear-gradient(90deg,#0a131af0,#0a131ab8)}
  .footer-inner{padding-top:48px;grid-template-columns:1fr;gap:30px}
  .footer-links{justify-self:start}
  .footer-inner .copyright{margin-top:0}
}
@media(max-width:410px){
  .brand img{width:150px}
  .header-app-link{font-size:10px;padding:10px}
  .header-actions{gap:7px}
  .hero h1{font-size:48px}
  .hero-actions{gap:12px}
  .hero-actions .button{width:100%}
  .hero-bottom{font-size:8px}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}

/* A calmer editorial type system shared with the inspection app. */
body{font-family:"Instrument Sans","Segoe UI",Arial,sans-serif;font-weight:400;letter-spacing:0}
h1,h2,h3,h4,.step-number,.report-room,.report-topline{font-family:"Instrument Sans","Segoe UI",Arial,sans-serif}
h1,h2{font-weight:500;letter-spacing:-.055em}
.hero h1{font-weight:500;line-height:1.04;letter-spacing:-.065em}
.eyebrow,.hero-bottom,.demo-topline,.demo-kicker,.report-topline,.report-room,.difference-mark,.founder-detail{letter-spacing:.095em;font-weight:600}
.eyebrow{font-size:12px}
.desktop-nav a,.header-app-link,.button,.text-link,.inline-link{font-weight:600}
.experience-step h3,.difference-grid h3,.demo-check h3,.demo-report h4{font-weight:500}
.demo-answers button{font-size:13px;font-weight:600}
.report-topline,.report-room,.demo-kicker,.demo-topline{font-size:11px}
.experience-step p,.difference-grid p,.demo-check p,.demo-report>p{font-size:15px;line-height:1.6}
.story blockquote{font-family:"Instrument Sans","Segoe UI",Arial,sans-serif;font-weight:400;letter-spacing:-.045em}
.footer-links a,.footer-inner p,.demo-caption{font-size:13px}

/* Brand direction: architectural image, generous space, restrained surfaces. */
:root{--night:#11191c;--night-soft:#172023;--paper:#f5f2eb;--gold:#c7a56e;--body:#bbc5c5}
body{background:#11191c}
.site-header{background:#11191c;border-color:#35403f}
.header-inner{height:92px}
.header-app-link{border-color:#8f8069;color:#f4e4c8}
.hero{min-height:clamp(700px,86vh,1000px);background-position:center 58%}
.hero:before{background:linear-gradient(90deg,#081015a8 0%,#0810154a 43%,transparent 78%),linear-gradient(0deg,#0810159a,transparent 35%)}
.hero-copy{max-width:750px}
.hero h1{font-family:"Instrument Sans","Segoe UI",Arial,sans-serif;font-size:clamp(62px,7.8vw,112px);font-weight:400;line-height:.99;letter-spacing:-.075em}
.hero h1 em{color:#e4c28e}
.hero-lead{max-width:540px;font-size:clamp(18px,1.65vw,21px);line-height:1.52}
.button{min-height:58px;padding:16px 25px;font-size:14px}
.button-gold{background:#d8b77f;color:#1a2020}
.button-gold:hover{background:#edcf9e}
.intro,.difference{width:100%;max-width:none;padding-left:max(44px,calc((100vw - 1232px)/2));padding-right:max(44px,calc((100vw - 1232px)/2));background:#f5f2eb;color:#19292b}
.intro{padding-top:160px;padding-bottom:166px}
.difference{padding-top:144px;padding-bottom:153px}
.intro .eyebrow,.difference .eyebrow,.difference-mark{color:#886f4d}
.intro-body p,.difference-grid p{color:#4d5b5c}
.intro-body .large-copy{color:#1b2c2e;font-size:clamp(22px,2.25vw,29px);line-height:1.42}
.intro .inline-link{color:#1c3235;border-color:#465d5e}
.experience{background:#151f22;border:0;padding-top:146px;padding-bottom:151px}
.experience-heading{margin-bottom:74px}
.experience-step{padding:32px 0}
.experience-step h3{font-size:21px}
.experience-step p{font-size:15px}
.demo{background:#1c292c;border:1px solid #53605c;padding:32px;box-shadow:none}
.demo-answers button{background:transparent;border-color:#566661;color:#edf1ed;min-height:53px}
.demo-answers button[aria-pressed="true"]{background:#d8b77f;border-color:#d8b77f;color:#1b2423}
.demo-report{background:#faf9f5;box-shadow:none;color:#223433}
.demo-report h4{color:#263b3a}
.demo-report>p,.report-action span{color:#495f5e}
.report-action strong{color:#263b3a}
.difference-grid>div{border-color:#b3b2a9}
.difference-grid h3{font-size:20px}
.difference-grid p{font-size:15px}
.story{background:#eae5db;color:#1c2b2c;border:0}
.story-inner{padding-top:147px;padding-bottom:155px}
.story .eyebrow,.founder-detail strong{color:#886f4d}
.story p:not(.eyebrow){color:#4d5b5c}
.story blockquote{color:#1c2b2c;font-family:"Instrument Sans","Segoe UI",Arial,sans-serif;font-size:clamp(30px,3.1vw,42px);line-height:1.2}
.founder-detail{border-color:#aeb1a9;color:#50605f}
.closing-inner{padding-top:135px;padding-bottom:145px}
.site-footer{background:#11191c}
@media(max-width:760px){
  .header-inner{height:76px}
  .hero{min-height:740px}
  .hero h1{font-size:clamp(55px,11.7vw,80px)}
  .intro,.difference{padding-left:20px;padding-right:20px}
  .intro{padding-top:98px;padding-bottom:105px}
  .difference{padding-top:94px;padding-bottom:103px}
  .experience{padding-top:91px;padding-bottom:100px}
  .experience-heading{margin-bottom:37px}
  .demo{padding:19px}
  .story-inner{padding-top:100px;padding-bottom:106px}
}
@media(max-width:410px){.hero h1{font-size:53px}.hero-copy{padding-bottom:142px}.demo-report{padding:20px}}

.demo-guidance{border-left:2px solid #c7a56e;background:#263432;color:#d9e2dc!important;padding:14px 16px;margin:20px 0!important;font-size:13px!important;line-height:1.55}
.demo-guidance strong{display:block;color:#e2c79f;margin-bottom:4px;font-weight:600}
.demo-answer-label,.demo-report-label{font-size:11px;letter-spacing:.08em;text-transform:uppercase;font-weight:600}
.demo-answer-label{color:#c8d3cc;margin:23px 0 10px}
.demo-answers{grid-template-columns:repeat(3,minmax(0,1fr))}
.demo-answers button{white-space:normal;line-height:1.25;padding:12px;min-height:55px}
.demo-photo{display:inline-flex;align-items:center;min-height:42px;margin-top:16px;padding:9px 14px;border:1px solid #a99370;color:#e9d5b4;font-size:13px;font-weight:600;cursor:pointer}
.demo-photo:hover,.demo-photo:focus-within{background:#35413a;outline:2px solid #d8b77f;outline-offset:2px}
.demo-photo input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}
.demo-photo-list{color:#aebeb5;font-size:12px;line-height:1.5;margin-top:9px}
.demo-report-label{color:#856943;margin:18px 0 7px}
.demo-report-photos{display:flex;flex-wrap:wrap;gap:7px;margin-top:10px}
.demo-report-photos img{width:64px;height:64px;object-fit:cover;border:1px solid #cbd0c8}
@media(max-width:760px){.demo-answers{grid-template-columns:1fr 1fr}.demo-answers button:last-child{grid-column:1/-1}}

/* Reveal content as it enters the viewport; the hero is visible immediately. */
.scroll-reveal{opacity:0;transform:translateY(20px);transition:opacity .72s ease-out,transform .72s cubic-bezier(.22,1,.36,1);will-change:opacity,transform}
.scroll-reveal.is-visible{opacity:1;transform:none;will-change:auto}
@media(prefers-reduced-motion:reduce){.scroll-reveal{opacity:1;transform:none;transition:none}}
