@import url('shared/industry-base.css');

/* Homepage builds on the same tokens, navigation, and buttons as the industry pages. */
.home-page { --home-muted: #5e6670; --home-line: #d8d5ce; }
.home-page [hidden] { display: none !important; }
.home-page section { scroll-margin-top: 72px; }
.home-page h1, .home-page h2, .home-page h3, .home-page h4, .home-page p { margin-top: 0; }
.home-page h2 { font-size: clamp(2.2rem, 4.1vw, 3.65rem); line-height: 1.1; letter-spacing: -.055em; font-weight: 600; margin-bottom: 0; }
.home-page h3 { letter-spacing: -.035em; }
.home-page button, .home-page select { cursor: pointer; }
.home-page .nav-toggle { display: none; }
.home-page button:disabled { cursor: default; opacity: .65; }
.home-page :is(input, select, textarea):focus-visible { outline: 3px solid #95703b; outline-offset: 3px; }
.home-page :is(.build-section, .home-industries, .home-process, .home-contact) :is(a, button):focus-visible { outline-color: #87602c; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 20px; top: -100px; background: var(--gold-light); color: var(--ink); padding: 12px 20px; z-index: 100; }
.skip-link:focus { top: 12px; }
.home-page #navbar { background: rgba(9,17,29,.92); backdrop-filter: blur(16px); }
.brand-name { font: 500 .61rem/1.2 var(--font-mono); letter-spacing: .13em; padding-left: 12px; margin-left: 12px; border-left: 1px solid var(--line); }
.heading-split { display: grid; grid-template-columns: 1.35fr .85fr; gap: 70px; align-items: end; margin-bottom: 48px; }
.heading-split > p { color: var(--muted); font-size: 1rem; line-height: 1.8; max-width: 410px; margin-bottom: 3px; }
.text-link { display: inline-flex; align-items: center; gap: 18px; font-size: .87rem; font-weight: 600; padding: 8px 0; border-bottom: 1px solid currentColor; }
.text-link > span, .industry-link > span { transition: transform .25s var(--ease); }
.text-link:hover > span, .home-industry-card:hover .industry-link > span { transform: translateX(4px); }

/* A five-beat business scene: plays once, then stays readable. */
.home-hero { position: relative; padding: 148px 0 0; background: radial-gradient(ellipse at 85% 32%, #243248 0, transparent 48%), var(--ink); }
.home-hero-grid { display: grid; grid-template-columns: 1.08fr 1fr; gap: 62px; align-items: center; padding-bottom: 72px; }
.home-hero-copy > .eyebrow { display: flex; align-items: center; gap: 12px; font-size: .64rem; }
.home-hero h1 { color: var(--white); font-size: clamp(3.2rem, 5.25vw, 5rem); line-height: 1.04; letter-spacing: -.065em; font-weight: 600; margin: 22px 0 26px; }
.home-hero h1 em { display: block; }
.home-hero-copy > p:not(.eyebrow):not(.home-local) { font-size: 1.05rem; line-height: 1.8; color: #bac1c9; max-width: 490px; margin-bottom: 30px; }
.home-page .hero-actions { align-items: center; gap: 20px; }
.home-page .btn { font-size: .85rem; gap: 18px; }
.hero-secondary { font-size: .85rem; border-bottom: 1px solid #69717b; padding: 9px 0; }
.hero-secondary span { margin-left: 14px; color: var(--gold-light); }
.home-hero-copy .home-local { font: 400 .65rem/1.6 var(--font-mono); color: #a2adb9; margin: 24px 0 0; }
.business-demo { min-width: 0; border: 1px solid #3d4550; border-radius: 16px; background: #101c2b; box-shadow: 0 30px 70px #0004, 0 0 70px #c79a5308; overflow: hidden; }
.window-bar { min-height: 48px; display: flex; align-items: center; gap: 12px; padding: 12px 19px; border-bottom: 1px solid var(--line); font: 400 .57rem/1.4 var(--font-mono); letter-spacing: .07em; color: #b9c3ce; }
.window-dots { display: flex; gap: 4px; flex-shrink: 0; }
.window-dots i { width: 5px; height: 5px; border: 1px solid #7a8491; border-radius: 50%; }
.example-tag { font: 400 .57rem/1.4 var(--font-mono); letter-spacing: .02em; border: 1px solid currentColor; border-radius: 4px; padding: 3px 6px; white-space: nowrap; opacity: .8; }
.window-bar .example-tag { margin-left: auto; }
.business-demo-body { padding: 25px; }
.inquiry-arrival { display: flex; align-items: center; gap: 13px; padding: 17px; border: 1px solid #7c6749; border-radius: 8px; background: linear-gradient(115deg, #342e26, #222830); }
.inquiry-symbol, .workspace-glyph { display: grid; place-items: center; flex-shrink: 0; width: 35px; height: 35px; border: 1px solid #7a6545; border-radius: 7px; color: var(--gold-light); font-size: 1.3rem; }
.business-demo small { display: block; font: 400 .57rem/1.6 var(--font-mono); letter-spacing: .05em; }
.inquiry-arrival small { color: var(--gold-light); margin-bottom: 3px; }
.inquiry-arrival strong { display: block; font-size: .85rem; font-weight: 500; color: var(--white); }
.arrival-check, .row-check { margin-left: auto; font-size: .8rem; color: #9cb6a3; }
.demo-connector { display: flex; gap: 12px; align-items: center; min-height: 42px; margin-left: 33px; color: #99a9b9; }
.demo-connector > span { font-size: 1.5rem; color: var(--gold-light); }
.demo-connector small { font-size: .58rem; letter-spacing: 0; }
.mini-workspace { border-radius: 8px; background: var(--paper); color: var(--ink); padding: 18px; }
.workspace-heading { display: flex; align-items: center; justify-content: space-between; gap: 10px; font-size: .72rem; font-weight: 600; padding-bottom: 14px; border-bottom: 1px solid var(--home-line); }
.workspace-ready { font: 400 .55rem/1.4 var(--font-mono); color: #3e6550; background: #e0e8df; padding: 4px 6px; border-radius: 4px; }
.workspace-row { display: flex; gap: 12px; align-items: center; padding: 14px 0; border-bottom: 1px solid var(--home-line); }
.workspace-glyph { border-color: #ccc4b8; color: #7b633e; background: #eae4d9; }
.workspace-row small { font-size: .52rem; color: #65707a; }
.workspace-row strong { display: block; font-size: .73rem; font-weight: 500; }
.row-check { color: #52745e; }
.workspace-insights { display: flex; gap: 20px; align-items: center; justify-content: space-between; padding: 18px 0; }
.workspace-insights small { color: #65707a; font-size: .53rem; }
.workspace-insights strong { display: block; font-size: .88rem; margin: 4px 0; }
.workspace-insights div > span { display: block; color: #626b70; font-size: .56rem; }
.mini-bars { display: flex; align-items: end; height: 58px; gap: 5px; width: 100px; flex-shrink: 0; }
.mini-bars i { width: 13px; height: 28%; border-radius: 3px 3px 0 0; background: #bca477; transform-origin: bottom; }
.mini-bars i:nth-child(2) { height: 50%; }.mini-bars i:nth-child(3) { height: 42%; }.mini-bars i:nth-child(4) { height: 65%; }.mini-bars i:nth-child(5) { height: 78%; }.mini-bars i:nth-child(6) { height: 94%; background: #40564c; }
.approval-arrival { display: flex; align-items: center; gap: 10px; padding: 11px 12px; background: #e0e7dd; border: 1px solid #c3d0bf; border-radius: 5px; color: #3c5544; }
.approval-arrival > span { width: 23px; height: 23px; border: 1px solid #78927b; border-radius: 50%; display: grid; place-items: center; font-size: .7rem; }
.approval-arrival strong { display: block; font-size: .65rem; font-weight: 600; }
.approval-arrival small { letter-spacing: 0; font-size: .56rem; margin-top: 2px; }
.demo-note { margin: 0; padding: 0 22px 16px; color: #9da9b8; font-size: .59rem; text-align: center; }
.home-proof { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); padding: 24px 0; gap: 25px; }
.home-proof p { margin: 0; font-size: .78rem; color: #bfc7ce; }
.home-proof span { font: 400 .62rem/1 var(--font-mono); color: var(--gold-light); margin-right: 15px; }
.business-demo.is-running .inquiry-arrival { animation: scene-arrive .65s var(--ease) both; }
.business-demo.is-running .demo-connector { animation: scene-arrive .5s .45s var(--ease) both; }
.business-demo.is-running .record-row { animation: scene-arrive .6s .95s var(--ease) both; }
.business-demo.is-running .task-row { animation: scene-arrive .6s 1.5s var(--ease) both; }
.business-demo.is-running .workspace-insights { animation: scene-arrive .6s 2.05s var(--ease) both; }
.business-demo.is-running .mini-bars i { animation: bar-grow .9s 2.25s var(--ease) both; }
.business-demo.is-running .approval-arrival { animation: scene-arrive .75s 3s var(--ease) both; }
@keyframes scene-arrive { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
@keyframes bar-grow { from { transform: scaleY(.12); } to { transform: scaleY(1); } }

/* Hands-on service examples, with fully readable fallback content. */
.build-section, .home-industries, .home-process, .home-contact { background: var(--paper); color: var(--ink); }
.home-page :is(.build-section, .home-industries, .home-process, .home-contact) :is(h2, h3, h4) { color: var(--ink); }
.home-page :is(.build-section, .home-industries, .home-process, .home-contact) em { color: #8a642f; }
.home-page :is(.build-section, .home-industries, .home-process, .home-contact) .eyebrow { color: #82602e; }
.home-page :is(.build-section, .home-industries, .home-process, .home-contact) .heading-split > p { color: var(--home-muted); }
.service-showcase { border: 1px solid #d4cbbd; border-radius: 12px; overflow: hidden; box-shadow: 0 14px 35px #3c301107; }
.showcase-choices { display: grid; grid-template-columns: repeat(4,1fr); background: #e9e4da; padding: 7px; gap: 6px; border-bottom: 1px solid #d4cbbd; }
.showcase-choices button { padding: 15px 12px; border: 1px solid transparent; background: transparent; border-radius: 6px; color: #555b61; text-align: left; font-size: .83rem; font-weight: 500; transition: background .25s, color .25s, box-shadow .25s; }
.showcase-choices button span { font: 400 .6rem/1 var(--font-mono); margin-right: 9px; opacity: .7; }
.showcase-choices button[aria-pressed="true"] { background: var(--ink); color: var(--white); box-shadow: 0 3px 9px #0002; }
.showcase-choices button:hover:not([aria-pressed="true"]) { background: #ffffff7a; color: var(--ink); }
.showcase-panel { display: grid; grid-template-columns: .87fr 1.13fr; min-height: 555px; background: #f9f6f0; }
.showcase-panel + .showcase-panel { border-top: 1px solid var(--home-line); }
.switcher-ready .showcase-panel { border-top: 0; animation: scene-arrive .35s var(--ease) both; }
.showcase-story { padding: 42px 35px; }
.showcase-story > .eyebrow { display: block; font-size: .61rem; }
.showcase-story h3 { font-size: clamp(1.65rem, 2.3vw, 2.1rem); line-height: 1.17; margin: 15px 0; }
.showcase-story > p { color: var(--home-muted); font-size: .88rem; line-height: 1.75; max-width: 360px; }
.showcase-story dl { margin: 25px 0; border-top: 1px solid var(--home-line); padding-top: 20px; }
.showcase-story dt { font: 500 .57rem/1.5 var(--font-mono); text-transform: uppercase; letter-spacing: .07em; margin: 12px 0 3px; color: #7e6037; }
.showcase-story dd { margin: 0; color: #444d56; font-size: .79rem; line-height: 1.65; }
.showcase-story .text-link { font-size: .77rem; }
.interactive-demo { align-self: center; min-width: 0; margin: 30px 30px 30px 0; border: 1px solid #cfd3d3; border-radius: 9px; padding: 22px; background: #fffefb; box-shadow: 0 14px 35px #1728370c; }
.demo-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding-bottom: 17px; border-bottom: 1px solid #e2e3df; color: #233444; font-size: .8rem; font-weight: 600; }
.demo-toolbar .example-tag { color: #5e666b; font-size: .52rem; }
.dashboard-filter { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 18px; }
.interactive-demo :is(label, select) { font-size: .74rem; }
.interactive-demo label { color: #5e666b; }
.interactive-demo select { font-family: var(--font-sans); min-height: 40px; color: #283743; background: #faf9f5; border: 1px solid #c8ccc9; border-radius: 5px; padding: 8px 30px 8px 10px; max-width: 100%; }
.dashboard-metrics { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin: 22px 0 16px; }
.dashboard-metrics > div { border-right: 1px solid #ddd; padding: 0 10px 0 0; }
.dashboard-metrics > div:last-child { border: 0; }
.dashboard-metrics strong { font-size: 2.1rem; letter-spacing: -.07em; font-weight: 500; display: block; line-height: 1.1; font-variant-numeric: tabular-nums; }
.dashboard-metrics span { color: #677079; font-size: .6rem; display: block; margin-top: 5px; }
.demo-table { width: 100%; border-collapse: collapse; table-layout: fixed; font-size: .66rem; text-align: left; }
.demo-table th, .demo-table td { padding: 11px 6px; border-bottom: 1px solid #e2e4df; overflow-wrap: anywhere; vertical-align: middle; }
.demo-table thead th { font: 400 .53rem/1.4 var(--font-mono); color: #6e757b; text-transform: uppercase; padding-top: 13px; }
.demo-table tbody th { font-weight: 500; color: #26333e; }
.demo-table td { color: #657078; }
#operations-table th:first-child { width: 42%; } 
#operations-table th:nth-child(2) { width: 27%; }
.pill { display: inline-block; padding: 3px 6px; border-radius: 4px; font-size: .55rem; background: #e8eeeb; color: #395c4c; line-height: 1.45; }
.pill.review { background: #f3e9d6; color: #79571f; }
.demo-footnote, .demo-status { color: #69727a; font-size: .65rem; line-height: 1.6; margin: 17px 0 0; }
.demo-status { min-height: 2.9em; }
.demo-action-row { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin-top: 18px; }
.demo-button { background: #162a39; color: var(--white); border: 1px solid #162a39; border-radius: 5px; padding: 10px 14px; font-size: .72rem; font-weight: 500; transition: background .2s, transform .2s; min-height: 42px; }
.demo-button:hover:not(:disabled) { background: #2c4654; transform: translateY(-1px); }
.demo-button > span { margin-left: 8px; }
.demo-reset { background: transparent; color: #58646c; border: 0; text-decoration: underline; text-underline-offset: 3px; font-size: .7rem; min-height: 42px; padding: 8px; }
.automation-steps { list-style: none; padding: 0; margin: 18px 0 0; }
.automation-steps li { position: relative; display: flex; align-items: center; gap: 14px; padding: 11px 10px; border: 1px solid transparent; border-radius: 6px; transition: background .3s, border-color .3s; }
.automation-steps li + li { margin-top: 9px; }
.automation-steps li + li::before { content: ''; position: absolute; left: 25px; top: -10px; width: 1px; height: 9px; background: #cbd1ce; }
.automation-steps li > span { flex-shrink: 0; display: grid; place-items: center; width: 30px; height: 30px; background: #eeefeb; color: #75818a; border-radius: 50%; font: 400 .58rem/1 var(--font-mono); transition: background .3s, color .3s; }
.automation-steps strong { display: block; font-size: .76rem; font-weight: 500; }
.automation-steps small { color: #69727a; font-size: .64rem; display: block; margin-top: 3px; }
.automation-steps .is-current { background: #f9f0de; border-color: #d4b574; }
.automation-steps .is-current > span { background: #9a743c; color: white; }
.automation-steps .is-complete > span { background: #3d6050; color: white; }
.automation-steps .is-complete { background: #f4f7f2; }
.task-detail { margin-top: 22px; border-left: 2px solid #c5a46c; padding-left: 18px; }
.task-detail .eyebrow { font-size: .55rem; }
.task-detail h4 { font-size: 1.1rem; letter-spacing: -.035em; line-height: 1.25; margin: 10px 0; }
.task-detail > p { font-size: .74rem; color: #69727a; margin: 0 0 18px; }
.task-owner { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 8px 0; border-top: 1px solid #e2e4df; font-size: .72rem; }
.task-owner > span { color: #69727a; }
.task-owner strong { font-weight: 500; }
.tool-controls { display: grid; grid-template-columns: 1fr auto; gap: 12px; margin-top: 20px; }
.tool-controls label { grid-column: 1 / -1; margin-bottom: -5px; }
.tool-controls select { grid-column: 1 / -1; width: 100%; }
.tool-controls .demo-button { justify-self: start; }
.data-table-wrap { margin-top: 16px; }
#data-table th:nth-child(1) { width: 27%; }
#data-table th:nth-child(2) { width: 43%; }
#data-table td:nth-child(2) { font-family: var(--font-mono); font-size: .59rem; }
#data-table .needs-review { color: #855d22; background: #fbf4e6; font-weight: 500; }
.data-rules { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 22px; }
.data-rules span { font-size: .57rem; color: #6b654f; border: 1px solid #ded9ca; border-radius: 4px; padding: 4px 7px; background: #f7f4ed; }
.supporting-services { display: grid; grid-template-columns: .75fr 2fr; column-gap: 35px; border-top: 1px solid #d4cbbd; padding-top: 28px; margin-top: 38px; }
.supporting-services .eyebrow { padding-top: 6px; font-size: .61rem; }
.supporting-services > div { display: flex; gap: 12px 22px; flex-wrap: wrap; font-size: .78rem; font-weight: 500; }
.supporting-services > p:last-child { grid-column: 2; margin: 15px 0 0; color: var(--home-muted); font-size: .75rem; max-width: 690px; }

/* Switch the coordination model while keeping the work and people constant. */
.transformation-section { background: #102031; }
.transformation { border: 1px solid #3a4854; padding: 32px; border-radius: 12px; background: #142636; }
.transformation-top { display: flex; justify-content: space-between; align-items: center; gap: 25px; }
.transformation-top .eyebrow { font-size: .59rem; }
.transformation-top h3 { font-size: 1.2rem; font-weight: 500; margin: 7px 0 0; }
.mode-buttons { display: flex; padding: 4px; border: 1px solid #52606a; border-radius: 6px; flex-shrink: 0; gap: 3px; }
.mode-buttons button { background: transparent; border: 0; border-radius: 4px; color: #bdc7cc; padding: 8px 12px; font-size: .72rem; }
.mode-buttons button[aria-pressed="true"] { color: var(--ink); background: var(--gold-light); }
.transformation-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; margin: 45px 0; }
.work-tile { position: relative; min-width: 0; background: #e8e5dd; color: var(--ink); border: 1px solid #ddd6c8; border-radius: 7px; min-height: 178px; padding: 17px 14px; transform: translateY(7px) rotate(-2deg); box-shadow: 0 10px 20px #0002; transition: transform .65s var(--ease), border-color .65s, background .65s; }
.work-tile:nth-child(even) { transform: translateY(-7px) rotate(2deg); }
.work-tile:nth-child(3) { transform: translateY(11px) rotate(-1deg); }
.tile-icon { display: grid; place-items: center; width: 29px; height: 29px; border: 1px solid #aaa9a0; border-radius: 5px; color: #6d716c; font-size: 1.1rem; margin-bottom: 17px; transition: background .4s, color .4s; }
.work-tile strong { font-size: .75rem; display: block; line-height: 1.4; font-weight: 600; }
.work-tile small { color: #646c70; font-size: .65rem; line-height: 1.55; display: block; margin-top: 7px; }
.work-tile:not(:last-child)::after { content: '→'; position: absolute; right: -19px; top: 50%; color: var(--gold-light); opacity: 0; transform: translateX(-4px); transition: opacity .5s .2s, transform .5s .2s; }
.is-connected .work-tile { transform: none; border-color: #9eaf9c; background: #f0f3e9; }
.is-connected .tile-icon { color: #e7eddf; background: #3d6050; border-color: #3d6050; }
.is-connected .work-tile::after { opacity: 1; transform: none; }
.transformation-bottom { border-top: 1px solid #3a4854; padding-top: 22px; display: flex; align-items: start; justify-content: space-between; gap: 30px; }
.transformation-bottom p { color: #bec9d0; font-size: .78rem; max-width: 560px; margin-bottom: 0; min-height: 3.2em; }
.transformation-bottom > span { font: 400 .57rem/1.6 var(--font-mono); color: var(--gold-light); text-align: right; max-width: 210px; }
.nojs-note { color: var(--muted); font-size: .85rem; margin-bottom: 0; }

/* Industry miniatures show a task becoming useful work, on hover or focus. */
.home-industry-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.home-industry-card { display: flex; flex-direction: column; min-width: 0; padding: 21px; border: 1px solid #d4cbbd; border-radius: 9px; background: #fcf9f3; transition: transform .3s var(--ease), box-shadow .3s, border-color .3s; }
.home-industry-card:hover, .home-industry-card:focus-visible { transform: translateY(-5px); box-shadow: 0 18px 35px #1221370c; border-color: #ac9167; }
.industry-preview { height: 158px; margin-bottom: 26px; padding: 18px 12px; display: flex; justify-content: center; align-items: center; gap: 12px; border-radius: 5px; background: #132536; overflow: hidden; color: #dcc192; }
.preview-hoa { background: #25372f; }.preview-accounting { background: #29313d; }
.preview-document { width: 47px; height: 64px; border: 1px solid #d6bd90; border-radius: 3px 10px 3px 3px; padding: 13px 8px; transform: rotate(-6deg); flex-shrink: 0; transition: transform .5s var(--ease); }
.preview-document i { display: block; height: 1px; width: 100%; background: #b6a181; margin: 6px 0; }
.preview-document i:last-child { width: 65%; }
.preview-buildings { height: 63px; width: 61px; display: flex; align-items: end; gap: 5px; flex-shrink: 0; }
.preview-buildings i { width: 17px; height: 43px; border: 1px solid #b3bb9d; background: repeating-linear-gradient(0deg, transparent 0 10px, #aeb69444 10px 11px); transition: transform .5s var(--ease); transform-origin: bottom; }
.preview-buildings i:nth-child(2) { height: 62px; }.preview-buildings i:nth-child(3) { height: 33px; }
.preview-ledger { display: flex; flex-direction: column; gap: 7px; width: 55px; flex-shrink: 0; }
.preview-ledger i { height: 14px; border: 1px solid #b5b6bc; background: linear-gradient(90deg, #b5b6bc 0 6px, transparent 6px); transition: transform .5s var(--ease); }
.preview-ledger i:nth-child(2) { transform: translateX(-5px); }
.preview-connection { font-size: 1.2rem; color: #b6a181; transition: transform .5s var(--ease); }
.preview-result { display: flex; flex-direction: column; align-items: start; gap: 9px; border: 1px solid #7c826d; background: #ffffff07; border-radius: 5px; padding: 10px; color: #d5d8c7; font: 400 .5rem/1.4 var(--font-mono); transition: background .5s, border-color .5s; }
.preview-result > span { display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; border: 1px solid #8d9f86; font-size: .7rem; transition: background .5s; }
.home-industry-card:is(:hover, :focus-visible) .preview-document, .home-industry-card:is(:hover, :focus-visible) .preview-ledger i { transform: none; }
.home-industry-card:is(:hover, :focus-visible) .preview-buildings i { transform: scaleY(1.08); }
.home-industry-card:is(:hover, :focus-visible) .preview-connection { transform: translateX(3px); }
.home-industry-card:is(:hover, :focus-visible) .preview-result { border-color: #c4d1ad; background: #d5e6b918; }
.home-industry-card:is(:hover, :focus-visible) .preview-result > span { background: #708a614d; }
.home-industry-card > .eyebrow { font-size: .56rem; letter-spacing: .09em; }
.home-industry-card h3 { font-size: 1.6rem; line-height: 1.14; margin: 5px 0 15px; font-weight: 500; }
.home-industry-card > p { color: var(--home-muted); font-size: .81rem; line-height: 1.75; margin: 0 0 25px; }
.industry-link { display: flex; justify-content: space-between; align-items: center; gap: 14px; font-size: .72rem; font-weight: 600; padding-top: 16px; border-top: 1px solid #ded7cc; margin-top: auto; }
.industry-other { text-align: center; color: var(--home-muted); font-size: .8rem; margin: 30px 0 0; }
.industry-other a { color: var(--ink); border-bottom: 1px solid #9e865f; }

/* Project stages use actual example artifacts rather than generic icon cards. */
.home-process { background: #eae5dc; border-top: 1px solid #d6cfc3; }
.process-explorer.switcher-ready { display: grid; grid-template-columns: .85fr 1.5fr; gap: 30px; align-items: stretch; }
.process-choices { display: flex; flex-direction: column; gap: 7px; }
.process-choices button { display: flex; align-items: center; gap: 18px; width: 100%; text-align: left; background: transparent; color: #555f65; padding: 22px 18px; border: 1px solid transparent; border-radius: 7px; transition: background .25s, border-color .25s; }
.process-choices button[aria-pressed="true"] { border-color: #c7b899; background: #f8f4eb; color: var(--ink); }
.process-choices button:hover { background: #f8f4eb80; }
.process-choices button > span { font: 400 .65rem/1 var(--font-mono); color: #82602e; }
.process-choices strong { display: block; font-size: .94rem; font-weight: 500; }
.process-choices small { display: block; font-size: .72rem; color: #687079; margin-top: 5px; }
.process-choices b { margin-left: auto; font-size: 1rem; font-weight: 400; color: #896636; }
.process-artifact { background: #fffdf8; border: 1px solid #d0c7b8; border-radius: 10px; padding: 35px; box-shadow: 0 14px 35px #12213707; }
.process-artifact + .process-artifact { margin-top: 20px; }
.switcher-ready .process-artifact { margin-top: 0; animation: scene-arrive .35s var(--ease) both; }
.artifact-label { display: inline-block; font: 400 .61rem/1.5 var(--font-mono); color: #8a6a3e; text-transform: uppercase; letter-spacing: .08em; }
.process-artifact h3 { font-size: 1.55rem; line-height: 1.2; font-weight: 500; margin: 18px 0 27px; max-width: 430px; }
.artifact-map { display: flex; align-items: center; gap: 12px; padding: 20px 0; }
.artifact-map > span { flex: 1; text-align: center; padding: 17px 8px; background: #edf0e9; border: 1px solid #cbd1c4; border-radius: 5px; font-size: .72rem; }
.artifact-map b { font-weight: 400; color: #9b8054; }
.artifact-note { margin: 15px 0 22px; padding: 15px 18px; background: #f6efdf; border-left: 2px solid #b7965b; transform: rotate(-1deg); }
.artifact-note span { color: #7f602e; font: 400 .57rem/1.4 var(--font-mono); text-transform: uppercase; }
.artifact-note p { margin: 5px 0 0; font-size: .79rem; color: #6b6253; line-height: 1.6; }
.artifact-explanation { font-size: .77rem; color: #64707a; line-height: 1.75; margin: 23px 0 0; }
.scope-outline { margin: 0; font-size: .78rem; }
.scope-outline > div { display: grid; grid-template-columns: 135px 1fr; gap: 15px; padding: 13px 0; border-bottom: 1px solid #e5e0d6; }
.scope-outline dt { color: #7a6d57; }.scope-outline dd { margin: 0; color: #344450; }
.build-preview { border: 1px solid #d1d7d1; border-radius: 5px; background: #f4f6ef; padding: 20px; }
.build-preview > div { display: flex; justify-content: space-between; align-items: center; gap: 10px; font-size: .8rem; }
.build-preview p { margin: 20px 0; font-size: .75rem; }.build-preview p b { color: #947144; margin: 0 8px; font-weight: 400; }
.build-preview blockquote { margin: 0; padding: 14px; background: white; border-left: 2px solid #b59a6b; color: #5c666c; font-size: .76rem; }
.launch-checklist { list-style: none; padding: 0; margin: 0; }
.launch-checklist li { position: relative; padding: 13px 0 13px 28px; border-bottom: 1px solid #e2e1d7; font-size: .8rem; color: #44534f; }
.launch-checklist li::before { content: '✓'; position: absolute; left: 0; color: #507259; }

/* Personal, local, and direct. */
.home-about { background: radial-gradient(ellipse at 10% 65%, #283329, transparent 55%), var(--ink); }
.about-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 95px; align-items: center; }
.founder-card { position: relative; overflow: hidden; border: 1px solid #566052; border-radius: 10px; padding: 30px; min-height: 418px; background: linear-gradient(145deg, #33433777, #0c1824); }
.founder-card .eyebrow { font-size: .57rem; }
.founder-monogram { font: 400 clamp(3.5rem, 6vw, 5.7rem)/1.4 var(--font-mono); letter-spacing: -.09em; color: #e3c28a; margin: 42px 0 58px; position: relative; z-index: 1; }
.miami-silhouette { position: absolute; width: 100%; left: 0; bottom: 125px; color: #b0b393; opacity: .32; }
.founder-name { position: relative; z-index: 1; border-top: 1px solid #78817066; padding-top: 20px; }
.founder-name strong { display: block; color: var(--white); font-size: 1.1rem; font-weight: 500; }
.founder-name > span { display: block; color: #bfc6bd; font-size: .76rem; margin-top: 5px; }
.founder-name small { display: block; color: var(--gold-light); font: 400 .6rem/1.5 var(--font-mono); margin-top: 10px; }
.about-copy h2 { margin-bottom: 25px; }
.about-copy > p:not(.eyebrow) { color: #b8c1c5; font-size: .92rem; line-height: 1.8; margin-bottom: 16px; }
.local-promises { display: flex; gap: 12px 22px; flex-wrap: wrap; padding: 15px 0 21px; }
.local-promises span { color: #d8c297; font: 400 .59rem/1.5 var(--font-mono); }
.about-copy .text-link { color: #e6dfd1; }

/* Native callback delivery; no simulated submission state. */
.contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.contact-story h2 { margin-bottom: 26px; }
.contact-story > p:not(.eyebrow) { color: var(--home-muted); font-size: .94rem; line-height: 1.8; }
.contact-story ul { list-style: none; margin: 25px 0; padding: 0; }
.contact-story li { position: relative; padding: 7px 0 7px 24px; font-size: .8rem; color: #46524f; }
.contact-story li::before { content: '✓'; position: absolute; left: 0; color: #627453; }
.contact-email { font-size: .73rem; color: #71613e; border-bottom: 1px solid #b5a789; overflow-wrap: anywhere; }
.home-callback-form { padding: 35px; border: 1px solid #cec4b4; border-radius: 10px; background: #fffdf7; box-shadow: 0 20px 45px #40331a0a; }
.home-callback-form > .eyebrow { font-size: .58rem; }
.home-callback-form h3 { font-size: 1.7rem; font-weight: 500; line-height: 1.18; margin: 10px 0 14px; }
#callback-help { color: #687078; font-size: .8rem; line-height: 1.7; margin-bottom: 24px; }
.home-form-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 18px; }
.home-callback-form label { display: block; margin-bottom: 7px; color: #37434b; font-size: .72rem; font-weight: 500; }
.home-callback-form label > span { color: #7a7d7b; font-weight: 400; }
.home-callback-form :is(input:not([type="hidden"]), textarea) { display: block; width: 100%; min-width: 0; background: #f9f7f1; color: var(--ink); border: 1px solid #cfcbbf; border-radius: 5px; padding: 12px; font: 400 .82rem/1.6 var(--font-sans); }
.home-callback-form textarea { resize: vertical; min-height: 105px; }
.home-callback-form :is(input, textarea)::placeholder { color: #81847e; }
.home-callback-form .btn { width: 100%; justify-content: space-between; border: 1px solid #c5a165; margin-top: 20px; }
#callback-delivery { color: #747973; font-size: .65rem; line-height: 1.7; margin: 13px 0 0; }
.home-footer { background: var(--ink); padding: 38px 0; border-top: 1px solid var(--line); }
.home-footer .footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.home-footer p { color: #98a4ad; font-size: .65rem; margin: 14px 0 0; }
.home-footer .footer-directory { display: flex; flex-wrap: wrap; gap: 12px 23px; max-width: 650px; }
.home-footer .footer-directory a { font-size: .72rem; color: #bac3cb; }
.home-footer .footer-directory a:hover { color: var(--gold-light); }

@media (max-width: 1100px) {
  .home-hero-grid { gap: 35px; }
  .home-hero h1 { font-size: clamp(3.2rem, 5.7vw, 4.7rem); }
  .brand-name { display: none; }
  .heading-split { gap: 40px; }
  .showcase-story { padding: 32px 26px; }
  .interactive-demo { margin: 24px 24px 24px 0; padding: 18px; }
  .about-layout, .contact-layout { gap: 50px; }
  .transformation { padding: 25px; }
  .transformation-grid { gap: 15px; }
  .work-tile { padding: 14px 10px; }
  .work-tile:not(:last-child)::after { right: -15px; font-size: .85rem; }
  .industry-preview { gap: 8px; padding-inline: 8px; }
  .preview-result { padding: 8px; font-size: .46rem; }
}
@media (max-width: 900px) {
  .home-page .section { padding: 82px 0; }
  .home-page #navbar, .home-page #navbar.scrolled { height: auto; min-height: 68px; }
  .home-page .nav-inner { min-height: 68px; flex-wrap: wrap; }
  .home-page .nav-links { display: flex; position: static; width: 100%; flex-wrap: wrap; padding: 0 0 15px; background: none; border: 0; gap: 3px; flex-direction: row; }
  .home-page .nav-links a { padding: 10px; font-size: .78rem; }
  .home-nav-ready .home-page #navbar { height: 68px; }
  .home-nav-ready .home-page .nav-toggle { display: block; }
  .home-nav-ready .home-page .nav-links { display: none; position: absolute; left: 0; right: 0; top: 68px; bottom: auto; padding: 14px 24px 23px; background: #101e2d; border-bottom: 1px solid #485462; flex-direction: column; align-items: stretch; }
  .home-nav-ready .home-page .nav-links.open { display: flex; }
  .home-nav-ready .home-page .nav-links a { padding: 13px; }
  .home-page .nav-links .nav-cta { margin-left: 0; }
  .home-page .nav-toggle.active span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .home-page .nav-toggle.active span:nth-child(2) { opacity: 0; }
  .home-page .nav-toggle.active span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .home-hero { padding-top: 145px; }
  .home-nav-ready .home-hero { padding-top: 115px; }
  .home-hero-grid { grid-template-columns: 1fr 1fr; gap: 25px; padding-bottom: 55px; }
  .home-hero h1 { font-size: 3.2rem; }
  .home-hero-copy > .eyebrow { font-size: .52rem; letter-spacing: .08em; }
  .home-hero-copy > p:not(.eyebrow):not(.home-local) { font-size: .9rem; }
  .home-page .hero-actions { gap: 10px; }
  .home-page .hero-actions .btn { padding: 13px 15px; font-size: .73rem; }
  .business-demo-body { padding: 16px; }
  .window-bar { padding-inline: 12px; font-size: .46rem; gap: 7px; }
  .window-bar .example-tag { font-size: .47rem; }
  .inquiry-arrival { gap: 9px; padding: 12px; }
  .inquiry-arrival strong { font-size: .7rem; }
  .workspace-row { gap: 9px; }
  .workspace-row strong { font-size: .63rem; }
  .mini-workspace { padding: 13px; }
  .workspace-insights { gap: 10px; }
  .mini-bars { width: 70px; gap: 4px; }
  .mini-bars i { width: 9px; }
  .home-proof p { font-size: .67rem; }
  .home-proof span { margin-right: 8px; }
  .heading-split { grid-template-columns: 1.25fr 1fr; gap: 30px; }
  .heading-split > p { font-size: .88rem; }
  .showcase-choices button { font-size: .73rem; padding: 13px 9px; }
  .showcase-choices button span { display: block; margin-bottom: 7px; }
  .showcase-panel { grid-template-columns: 1fr; min-height: auto; }
  .showcase-story { padding: 30px; }
  .showcase-story h3 br { display: none; }
  .showcase-story > p { max-width: 100%; }
  .showcase-story dl { display: grid; grid-template-columns: 100px 1fr; gap: 10px 18px; margin: 20px 0; padding-top: 15px; }
  .showcase-story dt { margin: 2px 0 0; }
  .interactive-demo { margin: 0 30px 30px; padding: 24px; }
  .demo-table { font-size: .75rem; }
  .demo-toolbar { font-size: .86rem; }
  .dashboard-metrics span, .demo-footnote, .demo-status { font-size: .71rem; }
  .demo-table thead th, .pill { font-size: .62rem; }
  #data-table td:nth-child(2) { font-size: .68rem; }
  .transformation-grid { grid-template-columns: repeat(5, 1fr); gap: 13px; }
  .work-tile { min-height: 185px; }
  .work-tile strong { font-size: .65rem; }.work-tile small { font-size: .59rem; }
  .home-industry-grid { gap: 14px; }
  .home-industry-card { padding: 15px; }
  .industry-preview { flex-wrap: wrap; height: 172px; gap: 8px; }
  .preview-result { flex-direction: row; align-items: center; font-size: .47rem; padding: 6px; }
  .preview-result > span { width: 17px; height: 17px; font-size: .6rem; }
  .home-industry-card h3 { font-size: 1.35rem; }
  .home-industry-card > p { font-size: .75rem; }
  .home-industry-card > .eyebrow { font-size: .49rem; }
  .industry-link { font-size: .66rem; }
  .process-explorer.switcher-ready { gap: 18px; grid-template-columns: .85fr 1.3fr; }
  .process-choices button { gap: 10px; padding: 20px 10px; }
  .process-choices strong { font-size: .82rem; }.process-choices small { font-size: .62rem; }
  .process-artifact { padding: 25px; }
  .artifact-map { gap: 6px; }.artifact-map > span { font-size: .6rem; padding-inline: 5px; }
  .scope-outline > div { grid-template-columns: 100px 1fr; gap: 12px; }
  .about-layout { gap: 35px; }
  .founder-card { padding: 23px; }
  .contact-layout { gap: 35px; grid-template-columns: .9fr 1.1fr; }
  .home-callback-form { padding: 25px; }
  .home-form-fields { grid-template-columns: 1fr; }
  .home-footer .footer-directory { max-width: 420px; }
}
@media (max-width: 700px) {
  .home-page .container, .home-page .nav-inner { width: min(100% - 36px, 560px); }
  .home-page .section { padding: 66px 0; }
  .home-page h2 { font-size: clamp(2.15rem, 7.5vw, 3rem); }
  .brand-name { display: block; }
  .home-hero { padding-top: 182px; }
  .home-nav-ready .home-hero { padding-top: 111px; }
  .home-hero-grid { grid-template-columns: 1fr; gap: 38px; padding-bottom: 36px; }
  .home-hero-copy > .eyebrow { font-size: .58rem; }
  .home-hero h1 { font-size: clamp(3.1rem, 10.6vw, 4.5rem); max-width: 540px; margin-top: 18px; }
  .home-hero-copy > p:not(.eyebrow):not(.home-local) { font-size: .98rem; }
  .home-page .hero-actions { gap: 16px; }
  .home-page .hero-actions .btn { font-size: .79rem; padding: 15px 18px; }
  .hero-secondary { font-size: .78rem; }
  .business-demo { width: 100%; max-width: 490px; margin-inline: auto; }
  .window-bar { padding: 14px; font-size: .53rem; gap: 10px; }
  .business-demo-body { padding: 20px; }
  .inquiry-arrival { padding: 15px; }
  .inquiry-arrival strong { font-size: .83rem; }
  .mini-workspace { padding: 17px; }
  .workspace-row strong { font-size: .73rem; }
  .mini-bars { width: 90px; gap: 5px; }.mini-bars i { width: 11px; }
  .home-proof { gap: 10px; padding: 22px 0; }
  .home-proof p { font-size: .66rem; line-height: 1.6; }
  .home-proof span { display: block; margin-bottom: 7px; }
  .heading-split { grid-template-columns: 1fr; gap: 20px; margin-bottom: 32px; }
  .heading-split > p { max-width: 100%; }
  .showcase-choices { grid-template-columns: 1fr 1fr; gap: 5px; }
  .showcase-choices button { font-size: .72rem; padding: 12px; min-height: 48px; }
  .showcase-choices button span { display: inline; margin-right: 5px; }
  .showcase-story { padding: 25px 22px; }
  .showcase-story h3 { font-size: 1.8rem; }
  .showcase-story dl { grid-template-columns: 85px 1fr; gap: 10px 12px; }
  .showcase-story dd { font-size: .75rem; }
  .interactive-demo { margin: 0 14px 18px; padding: 17px; }
  .demo-toolbar { font-size: .75rem; align-items: start; }
  .demo-toolbar .example-tag { font-size: .47rem; white-space: normal; text-align: center; }
  .interactive-demo select, .home-callback-form :is(input:not([type="hidden"]), textarea) { font-size: 16px; }
  .dashboard-filter label { font-size: .69rem; }
  .dashboard-metrics { gap: 9px; margin: 19px 0 12px; }
  .dashboard-metrics strong { font-size: 1.9rem; }
  .dashboard-metrics span { font-size: .58rem; }
  .demo-table { font-size: .65rem; }
  .demo-table th, .demo-table td { padding: 10px 4px; }
  .demo-table thead th, .pill { font-size: .53rem; }
  #data-table td:nth-child(2) { font-size: .57rem; }
  .demo-footnote, .demo-status { font-size: .66rem; }
  .automation-steps li { gap: 11px; padding: 10px 7px; }
  .automation-steps li + li::before { left: 22px; }
  .automation-steps strong { font-size: .72rem; }
  .automation-steps small { font-size: .6rem; }
  .demo-button, .demo-reset { min-height: 44px; }
  .supporting-services { grid-template-columns: 1fr; gap: 12px; margin-top: 25px; }
  .supporting-services .eyebrow { margin-bottom: 0; }
  .supporting-services > p:last-child { grid-column: auto; margin-top: 3px; }
  .supporting-services > div { font-size: .72rem; gap: 10px 20px; }
  .transformation { padding: 22px; }
  .transformation-top { flex-direction: column; align-items: start; gap: 20px; }
  .transformation-top h3 { font-size: 1.1rem; }
  .mode-buttons { width: 100%; }.mode-buttons button { flex: 1; min-height: 40px; }
  .transformation-grid { grid-template-columns: 1fr; margin: 28px 0; gap: 20px; }
  .work-tile, .work-tile:nth-child(even), .work-tile:nth-child(3) { transform: none; min-height: 85px; padding: 17px 17px 17px 66px; }
  .work-tile .tile-icon { position: absolute; left: 18px; top: 20px; margin: 0; }
  .work-tile strong { font-size: .8rem; }
  .work-tile small { font-size: .68rem; margin-top: 3px; }
  .work-tile:not(:last-child)::after { content: '↓'; top: auto; bottom: -22px; left: 50%; right: auto; font-size: .9rem; }
  .transformation-bottom { flex-direction: column; gap: 15px; padding-top: 18px; }
  .transformation-bottom p { font-size: .74rem; min-height: auto; }
  .transformation-bottom > span { text-align: left; max-width: none; }
  .home-industry-grid { grid-template-columns: 1fr; gap: 20px; }
  .home-industry-card { padding: 22px; }
  .industry-preview { flex-wrap: nowrap; height: 145px; gap: 25px; margin-bottom: 23px; }
  .preview-result { flex-direction: column; align-items: start; font-size: .6rem; padding: 12px; gap: 10px; }
  .preview-result > span { width: 23px; height: 23px; }
  .home-industry-card h3 { font-size: 1.8rem; }
  .home-industry-card > p { font-size: .88rem; }
  .home-industry-card > .eyebrow { font-size: .59rem; }
  .industry-link { font-size: .8rem; padding-top: 20px; }
  .industry-other { font-size: .76rem; text-align: left; }
  .process-explorer.switcher-ready { display: flex; flex-direction: column; gap: 20px; }
  .process-artifact { padding: 25px; }
  .process-artifact h3 { font-size: 1.5rem; margin-bottom: 20px; }
  .artifact-map > span { font-size: .65rem; }
  .artifact-label { font-size: .55rem; }
  .scope-outline { font-size: .71rem; }.scope-outline > div { grid-template-columns: 95px 1fr; }
  .about-layout, .contact-layout { grid-template-columns: 1fr; gap: 36px; }
  .founder-card { min-height: 355px; padding: 28px; }
  .founder-monogram { margin: 30px 0 44px; font-size: 4.4rem; }
  .home-form-fields { grid-template-columns: 1fr 1fr; }
  .home-callback-form { padding: 26px; }
  .home-footer .footer-inner { flex-direction: column; align-items: start; gap: 25px; }
  .home-footer .footer-directory { justify-content: start; max-width: 100%; }
}
@media (max-width: 380px) {
  .home-page .container, .home-page .nav-inner { width: calc(100% - 28px); }
  .home-page h2 { font-size: 2.05rem; }
  .home-hero h1 { font-size: 2.95rem; }
  .home-hero-copy > .eyebrow { font-size: .5rem; gap: 9px; }
  .business-demo-body { padding: 14px; }
  .window-bar { font-size: .45rem; }
  .inquiry-arrival { gap: 8px; padding: 12px; }
  .inquiry-arrival strong { font-size: .74rem; }
  .mini-workspace { padding: 13px; }
  .workspace-row strong { font-size: .64rem; }
  .workspace-insights { gap: 6px; }.mini-bars { width: 67px; }
  .showcase-story { padding: 23px 18px; }
  .showcase-choices button { padding: 11px 8px; font-size: .66rem; }
  .interactive-demo { margin-inline: 10px; padding: 12px; }
  .demo-table { font-size: .6rem; }
  .industry-preview { gap: 16px; }.preview-result { font-size: .5rem; }
  .process-artifact { padding: 20px; }.artifact-map { gap: 5px; }
  .artifact-map > span { font-size: .58rem; }
  .home-form-fields { grid-template-columns: 1fr; }
  .home-callback-form { padding: 22px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .home-page *, .home-page *::before, .home-page *::after { animation: none !important; transition: none !important; }
}
