:root {
  --paper: #f2f1ea;
  --paper-2: #e8e7df;
  --ink: #11120f;
  --muted: #6d6e68;
  --line: rgba(17, 18, 15, .18);
  --signal: #c9ff3d;
  --blue: #2222ff;
  --orange: #ff5b35;
  --radius: 1.15rem;
  --pad: clamp(1.25rem, 3.4vw, 4.5rem);
  --ease: cubic-bezier(.2, .75, .2, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.35; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img { display: block; max-width: 100%; }
::selection { background: var(--signal); color: var(--ink); }
.section-pad { padding-left: var(--pad); padding-right: var(--pad); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 1rem; top: -4rem; z-index: 100; background: var(--signal); padding: .75rem 1rem; border-radius: 3rem; transition: top .2s; }
.skip-link:focus { top: 1rem; }

.site-header { position: fixed; z-index: 50; top: 0; left: 0; right: 0; height: 5.2rem; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 var(--pad); transition: background .3s, transform .35s var(--ease), box-shadow .3s; }
.site-header.is-scrolled { background: rgba(242, 241, 234, .86); backdrop-filter: blur(18px); }
.site-header.is-hidden { transform: translateY(-100%); }
.brand img { width: 5.9rem; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: clamp(1.4rem, 3vw, 3rem); font-size: .78rem; text-transform: uppercase; letter-spacing: .06em; }
.desktop-nav > a { position: relative; }
.desktop-nav > a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.35rem; height: 1px; background: currentColor; transition: right .3s var(--ease); }
.desktop-nav > a:hover::after { right: 0; }
.nav-dropdown { position: relative; text-transform: uppercase; }
.nav-dropdown summary { position: relative; display: flex; align-items: center; gap: .45rem; cursor: pointer; list-style: none; white-space: nowrap; }
.nav-dropdown summary::-webkit-details-marker { display: none; }
.nav-dropdown summary::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.35rem; height: 1px; background: var(--blue); transition: right .25s var(--ease); }
.nav-dropdown:hover summary::after, .nav-dropdown[open] summary::after, .nav-dropdown.is-current summary::after { right: 0; }
.nav-dropdown summary i { color: var(--blue); font-size: .67rem; font-style: normal; transition: transform .25s var(--ease); }
.nav-dropdown[open] summary i { transform: rotate(180deg); }
.nav-dropdown-menu { position: absolute; z-index: 70; left: 50%; top: calc(100% + 1.15rem); width: 21rem; display: flex; flex-direction: column; padding: .45rem; color: var(--paper); background: rgba(17,18,15,.97); border: 1px solid rgba(255,255,255,.17); border-radius: .8rem; box-shadow: 0 1.4rem 3rem rgba(17,18,15,.24); opacity: 0; visibility: hidden; pointer-events: none; transform: translate(-50%, -.45rem); transition: opacity .2s, visibility .2s, transform .25s var(--ease); }
.nav-dropdown-menu::before { content: ""; position: absolute; left: 0; right: 0; top: -1.2rem; height: 1.2rem; }
.nav-dropdown:hover .nav-dropdown-menu, .nav-dropdown[open] .nav-dropdown-menu { opacity: 1; visibility: visible; pointer-events: auto; transform: translate(-50%, 0); }
.nav-dropdown-menu a { display: flex; flex-direction: column; gap: .22rem; padding: .85rem .9rem; border-radius: .5rem; text-transform: none; letter-spacing: 0; transition: color .2s, background .2s; }
.nav-dropdown-menu a + a { border-top: 1px solid rgba(255,255,255,.12); }
.nav-dropdown-menu a:hover, .nav-dropdown-menu a[aria-current="page"] { color: var(--ink); background: var(--signal); }
.nav-dropdown-menu a span { font-size: .76rem; font-weight: 600; }
.nav-dropdown-menu a small { color: #92948c; font-size: .55rem; }
.nav-dropdown-menu a:hover small, .nav-dropdown-menu a[aria-current="page"] small { color: #474a31; }
.header-cta { justify-self: end; min-width: 10.6rem; display: flex; justify-content: space-between; align-items: center; border: 1px solid var(--ink); padding: .72rem .8rem .72rem 1.1rem; border-radius: 4rem; font-size: .83rem; transition: background .25s, color .25s; }
.header-cta i { width: 1.7rem; height: 1.7rem; display: grid; place-items: center; background: var(--signal); color: var(--ink); border-radius: 50%; font-style: normal; }
.header-cta:hover { background: var(--ink); color: var(--paper); }
.menu-toggle, .mobile-nav { display: none; }

.hero { min-height: 100svh; padding-top: 8rem; padding-bottom: 1.4rem; display: flex; flex-direction: column; }
.hero-topline { display: flex; align-items: center; justify-content: flex-start; gap: 1.5rem; margin: 0 0 1.1rem; }
.hero-kicker { display: flex; align-items: center; gap: .6rem; margin: 0; font-size: .7rem; text-transform: uppercase; letter-spacing: .1em; }
.status-dot { width: .55rem; height: .55rem; border-radius: 50%; background: var(--signal); box-shadow: 0 0 0 .25rem rgba(201, 255, 61, .2); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(20rem, .72fr); gap: clamp(2rem, 4vw, 5rem); flex: 1; align-items: center; }
.hero-copy h1 { margin: 0; font-size: clamp(4.5rem, 9.4vw, 10.4rem); line-height: .78; font-weight: 700; letter-spacing: -.085em; text-wrap: balance; }
.hero-copy h1 span { font-family: Georgia, 'Times New Roman', serif; font-size: .95em; font-style: italic; font-weight: 400; letter-spacing: -.07em; }
.hero-bottom { display: grid; grid-template-columns: minmax(13rem, 24rem) auto; gap: clamp(2rem, 6vw, 6rem); align-items: end; margin-top: clamp(2.5rem, 5vw, 5rem); padding-left: clamp(0rem, 9vw, 10rem); }
.hero-bottom p { margin: 0; color: #383934; font-size: clamp(1rem, 1.25vw, 1.25rem); }
.hero-actions { display: flex; align-items: center; gap: 1.7rem; flex-wrap: wrap; }
.hero-owner { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(8rem, 13rem) minmax(15rem, 31rem); gap: 1.2rem; align-items: start; padding-top: 1.1rem; border-top: 1px solid var(--line); }
.hero-owner > span { font-size: .6rem; color: var(--muted); text-transform: uppercase; letter-spacing: .09em; }
.hero-owner > p { margin: 0; font-size: .74rem; line-height: 1.45; }
.hero-platforms { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(8rem, 13rem) minmax(0, 1fr); gap: 1.2rem; align-items: center; padding-top: 1rem; border-top: 1px solid var(--line); }
.hero-platforms > span { color: var(--muted); font-size: .6rem; text-transform: uppercase; letter-spacing: .09em; }
.hero-platforms ul { width: 100%; max-width: 30rem; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .5rem; margin: 0; padding: 0; list-style: none; }
.hero-platforms li { min-width: 0; min-height: 2.35rem; display: inline-flex; align-items: center; justify-content: center; gap: .5rem; padding: .42rem .65rem; background: rgba(255,255,255,.48); border: 1px solid var(--line); border-radius: 2rem; }
.hero-platforms img { width: 1.1rem; height: 1.1rem; flex: 0 0 auto; object-fit: contain; }
.hero-platforms img.platform-logo-woo { width: 1.9rem; }
.hero-platforms strong { min-width: 0; overflow: hidden; font-size: .64rem; font-weight: 600; letter-spacing: -.015em; white-space: nowrap; text-overflow: ellipsis; }
.button { min-width: 12rem; display: inline-flex; align-items: center; justify-content: space-between; gap: 2rem; padding: .9rem .95rem .9rem 1.25rem; border: 1px solid currentColor; border-radius: 4rem; font-size: .87rem; transition: transform .25s var(--ease), background .25s, color .25s; }
.button i { width: 2rem; height: 2rem; display: grid; place-items: center; border-radius: 50%; font-style: normal; background: var(--signal); color: var(--ink); }
.button:hover { transform: translateY(-3px); }
.button-dark { color: var(--paper); background: var(--ink); border-color: var(--ink); }
.button-dark:hover { background: var(--signal); color: var(--ink); }
.button-light { color: var(--ink); background: var(--paper); border-color: var(--paper); }
.button-light:hover { background: var(--signal); border-color: var(--signal); }
.text-link { display: inline-flex; gap: .8rem; align-items: center; font-size: .8rem; padding-bottom: .25rem; border-bottom: 1px solid currentColor; }
.text-link span { transition: transform .25s; }
.text-link:hover span { transform: translate(.2rem, -.2rem); }

.system-visual { align-self: stretch; min-height: 36rem; position: relative; overflow: hidden; background: var(--ink); color: var(--paper); border-radius: var(--radius); isolation: isolate; }
.system-visual::before { content: ""; position: absolute; inset: 0; opacity: .14; background-image: linear-gradient(rgba(255,255,255,.3) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.3) 1px, transparent 1px); background-size: 3.3rem 3.3rem; mask-image: linear-gradient(to bottom, black, transparent 85%); }
.system-visual::after { content: ""; position: absolute; width: 18rem; height: 18rem; border-radius: 50%; background: var(--blue); filter: blur(5rem); opacity: .22; right: -7rem; top: 16%; z-index: -1; }
.visual-topline { position: absolute; z-index: 5; top: 1.1rem; left: 1.2rem; right: 1.2rem; display: flex; justify-content: space-between; gap: 1rem; font-size: .57rem; text-transform: uppercase; letter-spacing: .1em; color: #9c9d95; }
.live-pill { color: var(--signal); white-space: nowrap; }
.live-pill b { font-weight: 500; }
.system-slides { position: absolute; inset: 3rem 0 3.6rem; }
.system-slide { position: absolute; inset: 0; display: grid; grid-template-rows: auto minmax(0, 1fr) auto; padding: 0 1.2rem; opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(.8rem) scale(.985); transition: opacity .55s var(--ease), transform .55s var(--ease), visibility 0s .55s; }
.system-slide.is-active { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0) scale(1); transition-delay: 0s; }
.diagram-heading { min-height: 2.5rem; display: flex; justify-content: space-between; gap: 1rem; align-items: start; padding-bottom: .65rem; border-bottom: 1px solid rgba(255,255,255,.15); text-transform: uppercase; }
.diagram-heading span { color: white; font-size: .68rem; letter-spacing: .06em; }
.diagram-heading small { max-width: 8.5rem; color: #888a82; font-size: .49rem; letter-spacing: .08em; text-align: right; }
.process-diagram { width: 100%; height: 100%; max-width: 30rem; max-height: 30rem; min-height: 0; position: relative; align-self: center; justify-self: center; }
.yode-hub { position: absolute; z-index: 3; left: 50%; top: 50%; width: 9.4rem; height: 9.4rem; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: .65rem; padding: 1.15rem; transform: translate(-50%, -50%); background: var(--paper); color: var(--ink); border-radius: 50%; box-shadow: 0 0 0 .45rem rgba(201,255,61,.09); transition: transform .25s var(--ease); }
.yode-hub img { width: 6.4rem; height: auto; }
.yode-hub span { max-width: 7rem; color: #595a54; font-size: .49rem; line-height: 1.3; text-align: center; text-transform: uppercase; letter-spacing: .06em; }
.diagram-node { position: absolute; z-index: 2; width: 8.7rem; display: grid; grid-template-columns: auto minmax(0, 1fr); gap: .15rem .48rem; align-items: center; padding: .62rem .65rem; border: 1px solid rgba(255,255,255,.22); background: rgba(17,18,15,.82); backdrop-filter: blur(9px); border-radius: .55rem; }
.diagram-node i { grid-row: 1 / 3; width: .4rem; height: .4rem; background: var(--signal); border-radius: 50%; box-shadow: 0 0 .75rem var(--signal); }
.diagram-node span { min-width: 0; overflow: hidden; color: white; font-size: .56rem; line-height: 1.1; text-transform: uppercase; letter-spacing: .035em; white-space: nowrap; text-overflow: ellipsis; }
.diagram-node b { min-width: 0; overflow: hidden; color: #898b83; font-size: .45rem; font-weight: 400; line-height: 1.2; white-space: nowrap; text-overflow: ellipsis; }
.slide-caption { max-width: 16rem; justify-self: end; margin: 0; padding-top: .7rem; border-top: 1px solid rgba(255,255,255,.18); color: #c2c3bb; font-size: .65rem; line-height: 1.35; text-align: right; }
.diagram-ring { position: absolute; left: 50%; top: 50%; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; transform: translate(-50%, -50%); }
.ring-one { width: 15rem; height: 15rem; }
.ring-two { width: 22rem; height: 22rem; border-style: dashed; animation: rotate 35s linear infinite; }
.diagram-connectors { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; overflow: visible; }
.diagram-connectors line { fill: none; stroke: var(--signal); stroke-width: 1; stroke-dasharray: 3 4; vector-effect: non-scaling-stroke; opacity: .48; animation: connectorFlow 4s linear infinite; }
.diagram-connectors line:nth-child(2) { animation-delay: -1s; }
.diagram-connectors line:nth-child(3) { animation-delay: -2s; }
.diagram-connectors line:nth-child(4) { animation-delay: -3s; }
.diagram-start .node-a { left: 0; top: 8%; }
.diagram-start .node-b { right: 0; top: 8%; }
.diagram-start .node-c { left: 0; bottom: 8%; }
.diagram-start .node-d { right: 0; bottom: 8%; }
.diagram-start .node-a, .diagram-start .node-c { grid-template-columns: minmax(0, 1fr) auto; text-align: right; }
.diagram-start .node-a i, .diagram-start .node-c i { grid-column: 2; }
.diagram-migration .yode-hub { width: 7.4rem; height: 7.4rem; box-shadow: 0 0 0 .45rem rgba(34,34,255,.2); }
.diagram-migration .diagram-node { width: 7.4rem; }
.diagram-migration .diagram-node i { background: #6565ff; box-shadow: 0 0 .8rem #4545ff; }
.migration-track { position: absolute; z-index: 1; left: 8%; right: 8%; top: 50%; height: 1px; background: linear-gradient(90deg, rgba(255,255,255,.15), #5d5dff, rgba(255,255,255,.15)); }
.migration-track::after { content: ""; position: absolute; left: 50%; top: -8.5rem; width: 1px; height: 17rem; background: linear-gradient(transparent, rgba(93,93,255,.9), transparent); }
.migration-pulse { position: absolute; z-index: 2; top: calc(50% - .2rem); width: .4rem; height: .4rem; background: var(--signal); border-radius: 50%; box-shadow: 0 0 .75rem var(--signal); animation: migrate 3.5s linear infinite; }
.pulse-two { animation-delay: 1.75s; }
.migration-old { left: 0; top: 50%; transform: translateY(-50%); }
.migration-new { right: 0; top: 50%; transform: translateY(-50%); }
.migration-top { left: 50%; top: 9%; transform: translateX(-50%); }
.migration-bottom { left: 50%; bottom: 9%; transform: translateX(-50%); }
.growth-loop { position: absolute; left: 50%; top: 50%; width: 21rem; height: 16rem; border: 1px dashed rgba(201,255,61,.36); border-radius: 50%; transform: translate(-50%, -50%); animation: pulseLoop 3.8s ease-in-out infinite; }
.growth-a { left: 0; top: 18%; }
.growth-b { right: 0; top: 18%; }
.growth-c { right: 0; bottom: 18%; }
.growth-d { left: 0; bottom: 18%; }
.growth-arrow { position: absolute; z-index: 2; width: 1.35rem; height: 1.35rem; display: grid; place-items: center; background: var(--signal); color: var(--ink); border-radius: 50%; font-size: 1rem; line-height: 1; }
.arrow-one { left: 49%; top: 6%; transform: rotate(16deg); }
.arrow-two { right: 2%; top: 49%; transform: rotate(92deg); }
.arrow-three { left: 49%; bottom: 6%; transform: rotate(196deg); }
.arrow-four { left: 2%; top: 49%; transform: rotate(272deg); }
.visual-controls { position: absolute; z-index: 6; left: 1.2rem; bottom: 1.15rem; display: flex; gap: .38rem; }
.visual-controls button { width: 2rem; height: 1.65rem; display: grid; place-items: center; padding: 0; border: 1px solid rgba(255,255,255,.24); background: transparent; color: #85867f; border-radius: 2rem; cursor: pointer; transition: width .3s var(--ease), background .3s, color .3s; }
.visual-controls button span { font-size: .5rem; }
.visual-controls button.is-active { width: 3.3rem; background: var(--signal); border-color: var(--signal); color: var(--ink); }
.hero-meta { margin-top: 1.4rem; padding-top: 1rem; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1.15fr 1fr 1fr; gap: 2rem; }
.hero-meta div { display: flex; flex-direction: column; gap: .25rem; }
.hero-meta span { font-size: .6rem; color: var(--muted); text-transform: uppercase; letter-spacing: .1em; }
.hero-meta strong { font-size: .7rem; font-weight: 500; }

.proof-strip { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--paper-2); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.proof-cell { min-height: 13.5rem; padding: 1.1rem 1.1rem 1.2rem 0; display: flex; flex-direction: column; border-right: 1px solid var(--line); }
.proof-cell:not(:first-child) { padding-left: 1.1rem; }
.proof-cell:nth-child(4) { border-right: 0; }
.proof-cell > span { font-size: .58rem; color: var(--muted); text-transform: uppercase; letter-spacing: .1em; }
.proof-cell > strong { margin: auto 0 .5rem; font-size: clamp(3rem, 5vw, 5.5rem); line-height: .75; letter-spacing: -.08em; }
.proof-cell > strong span { color: var(--blue); }
.proof-cell > strong.proof-tech { font-size: clamp(1.6rem, 2.6vw, 2.8rem); line-height: .92; }
.proof-cell > p { max-width: 15rem; margin: 0; color: var(--muted); font-size: .68rem; }
.proof-caption { grid-column: 1 / -1; padding: .9rem 0; border-top: 1px solid var(--line); font-size: .64rem; text-align: center; color: var(--muted); }

.capabilities { padding-top: clamp(6rem, 10vw, 10rem); padding-bottom: clamp(6rem, 10vw, 10rem); background: var(--paper); border-bottom: 1px solid var(--ink); }
.capabilities-heading { margin: clamp(3rem, 6vw, 6rem) 0 clamp(4rem, 7vw, 7rem); display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(16rem, .55fr); gap: 3rem; align-items: end; }
.capabilities-heading h2 { max-width: 78rem; margin: 0; font-size: clamp(3.5rem, 7.4vw, 8rem); line-height: .88; letter-spacing: -.078em; }
.capabilities-heading h2 em { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; }
.capabilities-heading p { max-width: 29rem; margin: 0 0 .45rem; color: var(--muted); font-size: .92rem; line-height: 1.5; }
.platform-build-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border: 1px solid var(--ink); }
.platform-build-card { min-width: 0; min-height: 36rem; position: relative; display: flex; flex-direction: column; padding: 1.3rem; overflow: hidden; border-right: 1px solid var(--ink); isolation: isolate; transition: transform .38s var(--ease), box-shadow .38s var(--ease); }
.platform-build-card:last-child { border-right: 0; }
.platform-build-card::before { content: ""; position: absolute; z-index: -1; width: 17rem; height: 17rem; right: -10rem; top: 5rem; border: 1px solid currentColor; border-radius: 50%; opacity: .1; box-shadow: 0 0 0 3.5rem currentColor, 0 0 0 7rem currentColor; }
.platform-build-card:hover { z-index: 2; transform: translateY(-.75rem); box-shadow: 0 .75rem 0 var(--blue); }
.platform-build-shopify { background: #d8d7ff; }
.platform-build-magento { background: var(--ink); color: var(--paper); }
.platform-build-magento:hover { box-shadow: 0 .75rem 0 var(--signal); }
.platform-build-woo { background: var(--signal); }
.platform-build-top { display: flex; align-items: center; justify-content: space-between; gap: 1rem; font-size: .59rem; text-transform: uppercase; letter-spacing: .09em; }
.platform-build-logo { width: 2.8rem; height: 2.8rem; display: grid; place-items: center; background: rgba(255,255,255,.55); border: 1px solid currentColor; border-radius: 50%; font-style: normal; }
.platform-build-logo img { width: 1.15rem; height: 1.15rem; object-fit: contain; }
.platform-build-magento .platform-build-logo { background: rgba(255,255,255,.08); }
.platform-build-magento .platform-build-logo img { filter: invert(1); }
.platform-build-copy { margin-top: clamp(4.5rem, 7vw, 7rem); }
.platform-build-copy small { display: block; margin-bottom: 1rem; font-size: .58rem; text-transform: uppercase; letter-spacing: .08em; opacity: .62; }
.platform-build-copy h3 { margin: 0 0 1.5rem; font-size: clamp(2.4rem, 4.2vw, 4.7rem); line-height: .86; letter-spacing: -.07em; }
.platform-build-copy h3 em { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; }
.platform-build-copy p { max-width: 30rem; margin: 0; color: #4e5048; font-size: .84rem; line-height: 1.5; }
.platform-build-magento .platform-build-copy p { color: #a8a9a1; }
.platform-build-card ul { margin: 2rem 0 2.5rem; padding: 1rem 0 0; border-top: 1px solid currentColor; list-style: none; font-size: .7rem; opacity: .76; }
.platform-build-card li { margin: .48rem 0; }
.platform-build-card li::before { content: "—"; margin-right: .55rem; }
.platform-build-card > a { margin-top: auto; display: flex; justify-content: space-between; align-items: center; padding-top: 1rem; border-top: 1px solid currentColor; font-size: .74rem; }
.platform-build-card > a span { font-size: 1.1rem; transition: transform .25s var(--ease); }
.platform-build-card > a:hover span { transform: rotate(45deg); }
.continuity-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.continuity-card { min-width: 0; min-height: 21rem; display: grid; grid-template-columns: 3.5rem minmax(0, 1fr); grid-template-rows: 1fr auto; gap: 1.5rem 2rem; padding: 1.3rem; border-right: 1px solid var(--ink); transition: background .3s, color .3s; }
.continuity-card:last-child { border-right: 0; }
.continuity-maintenance { background: var(--blue); color: white; }
.continuity-advisory { background: var(--paper-2); }
.continuity-index { grid-row: 1 / -1; display: flex; flex-direction: column; justify-content: space-between; align-items: flex-start; }
.continuity-index span { font-size: .62rem; opacity: .65; }
.continuity-index i { width: 3.2rem; height: 3.2rem; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 1.2rem; font-style: normal; }
.continuity-copy small { display: block; margin-bottom: 1rem; font-size: .57rem; text-transform: uppercase; letter-spacing: .08em; opacity: .62; }
.continuity-copy h3 { margin: 0 0 1rem; font-size: clamp(2rem, 3.5vw, 4rem); line-height: .92; letter-spacing: -.06em; }
.continuity-copy p { max-width: 34rem; margin: 0; color: inherit; font-size: .82rem; line-height: 1.5; opacity: .7; }
.continuity-tags { grid-column: 2; display: flex; flex-wrap: wrap; align-items: center; gap: .4rem; }
.continuity-tags span { padding: .4rem .62rem; border: 1px solid currentColor; border-radius: 2rem; font-size: .55rem; text-transform: uppercase; letter-spacing: .05em; opacity: .76; }
.continuity-card > a { grid-column: 2; display: flex; align-items: center; justify-content: space-between; padding-top: 1rem; border-top: 1px solid currentColor; font-size: .72rem; }
.continuity-card > a span { font-size: 1.1rem; }

.marquee { overflow: hidden; padding: .7rem 0; background: var(--signal); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.marquee-track { width: max-content; display: flex; align-items: center; gap: 1.5rem; animation: marquee 26s linear infinite; }
.marquee span { font-size: clamp(1.8rem, 3.6vw, 4rem); font-weight: 700; letter-spacing: -.055em; text-transform: uppercase; }
.marquee i { font-style: normal; font-size: 1.1rem; }

.section-label { display: flex; align-items: center; gap: .6rem; font-size: .66rem; text-transform: uppercase; letter-spacing: .1em; }
.section-label span { display: inline-grid; place-items: center; width: 1.65rem; height: 1.65rem; border: 1px solid currentColor; border-radius: 50%; font-size: .58rem; }
.section-label-light { color: #a7a89f; }
.section-label-light span { color: var(--signal); }
.routes { padding-top: clamp(6rem, 10vw, 10rem); padding-bottom: clamp(6rem, 10vw, 10rem); }
.routes-heading { margin: clamp(3rem, 6vw, 6rem) 0 clamp(4rem, 7vw, 7rem); display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 3rem; }
.routes-heading h2 { max-width: 72rem; margin: 0; font-size: clamp(3.4rem, 6.5vw, 7rem); line-height: .91; letter-spacing: -.07em; }
.routes-heading h2 em { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; }
.routes-heading p { max-width: 29rem; margin: 0; color: var(--muted); font-size: .95rem; }
.route-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.route-card { min-height: 35rem; display: flex; flex-direction: column; padding: 1.25rem; border-right: 1px solid var(--ink); transition: transform .35s var(--ease), box-shadow .35s var(--ease); }
.route-card:last-child { border-right: 0; }
.route-card:hover { z-index: 1; transform: translateY(-.7rem); box-shadow: 0 .7rem 0 var(--route-bg); }
.route-start { --route-bg: var(--paper-2); background: var(--route-bg); }
.route-grow { --route-bg: var(--signal); background: var(--route-bg); }
.route-scale { --route-bg: var(--blue); background: var(--route-bg); color: white; }
.route-top { display: flex; justify-content: space-between; font-size: .62rem; text-transform: uppercase; letter-spacing: .08em; }
.route-top i { font-style: normal; font-size: 1.2rem; }
.route-symbol { position: relative; width: 8rem; height: 8rem; display: grid; place-items: center; margin: 4.5rem auto auto; border: 1px solid currentColor; border-radius: 50%; }
.route-symbol::before { content: ""; position: absolute; inset: .55rem; border: 1px dashed currentColor; border-radius: 50%; opacity: .35; }
.route-symbol span { font-size: 3.4rem; font-weight: 700; letter-spacing: -.08em; }
.route-symbol small { position: absolute; right: -.2rem; top: .2rem; width: 2.2rem; height: 2.2rem; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: var(--paper); font-size: .9rem; }
.route-scale .route-symbol small { background: var(--signal); color: var(--ink); }
.route-card h3 { max-width: 24rem; margin: 3.5rem 0 1rem; font-size: clamp(1.7rem, 2.6vw, 3rem); line-height: .96; letter-spacing: -.055em; }
.route-card p { max-width: 27rem; margin: 0 0 2rem; color: var(--muted); font-size: .84rem; }
.route-grow p { color: #44472f; }
.route-scale p { color: rgba(255,255,255,.68); }
.route-proof { max-width: 27rem; margin-top: .35rem; padding-top: .85rem; border-top: 1px dashed currentColor; font-size: .67rem; line-height: 1.4; opacity: .72; }
.route-proof::before { content: "✓"; display: inline-grid; place-items: center; width: 1.3rem; height: 1.3rem; margin-right: .45rem; border: 1px solid currentColor; border-radius: 50%; font-size: .55rem; }
.route-card > a { margin-top: auto; display: flex; justify-content: space-between; padding-top: 1rem; border-top: 1px solid currentColor; font-size: .73rem; }
.diagnosis { padding-top: clamp(6rem, 10vw, 10rem); padding-bottom: clamp(6rem, 10vw, 10rem); }
.statement { max-width: 78rem; margin: clamp(3rem, 6vw, 6rem) auto clamp(5rem, 8vw, 8rem); }
.eyebrow { margin: 0 0 1.6rem; font-size: .67rem; text-transform: uppercase; letter-spacing: .09em; }
.statement h2 { margin: 0; font-size: clamp(3.5rem, 7.5vw, 8.1rem); line-height: .93; letter-spacing: -.07em; }
.statement h2 em, .lead-copy h2 em, .platforms-heading h2 em { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; }
.diagnosis-grid { display: grid; grid-template-columns: minmax(15rem, .72fr) minmax(0, 1.7fr); gap: clamp(3rem, 9vw, 10rem); }
.diagnosis-intro { max-width: 23rem; }
.diagnosis-intro p { margin: 0 0 3rem; font-size: clamp(1.1rem, 1.5vw, 1.4rem); }
.problem-list { border-top: 1px solid var(--ink); }
.problem-row { position: relative; display: grid; grid-template-columns: 2rem minmax(13rem, 1fr) minmax(14rem, .9fr) 2rem; gap: 1rem; align-items: center; min-height: 7rem; border-bottom: 1px solid var(--line); transition: padding .3s var(--ease), background .3s; }
.problem-row > span { font-size: .62rem; color: var(--muted); }
.problem-row h3 { margin: 0; font-size: clamp(1.15rem, 1.8vw, 1.7rem); letter-spacing: -.035em; }
.problem-row p { margin: 0; color: var(--muted); font-size: .84rem; max-width: 23rem; }
.problem-row > i { font-style: normal; text-align: right; transition: transform .25s; }
.problem-row:hover { padding: 0 1rem; background: var(--signal); }
.problem-row:hover i { transform: rotate(45deg); }

.services { padding-top: clamp(5rem, 8vw, 8rem); padding-bottom: clamp(5rem, 8vw, 8rem); background: var(--ink); color: var(--paper); }
.services-heading { margin: clamp(3rem, 6vw, 6rem) 0 clamp(4rem, 7vw, 7rem); display: grid; grid-template-columns: 1.5fr .5fr; align-items: end; gap: 2rem; }
.services-heading h2 { margin: 0; font-size: clamp(3.9rem, 8.5vw, 9.2rem); line-height: .84; letter-spacing: -.08em; }
.services-heading h2 span { color: var(--signal); font-family: Georgia, 'Times New Roman', serif; font-style: italic; font-weight: 400; }
.services-heading p { max-width: 26rem; margin: 0 0 .5rem; color: #aaaba3; }
.service-cards { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.22); border-bottom: 1px solid rgba(255,255,255,.22); }
.service-card { min-height: 37rem; position: relative; display: flex; flex-direction: column; padding: 1.4rem 1.25rem 1.25rem; border-right: 1px solid rgba(255,255,255,.22); border-bottom: 1px solid rgba(255,255,255,.22); transition: background .35s, color .35s, transform .35s var(--ease); overflow: hidden; }
.service-card:nth-child(3n) { border-right: 0; }
.service-card:nth-last-child(-n+3) { border-bottom: 0; }
.service-card:hover { background: #24251f; transform: translateY(-.75rem); }
.service-card.featured { background: var(--signal); color: var(--ink); }
.service-card.featured:hover { background: #dcff7a; }
.service-card.featured-blue { background: var(--blue); color: white; }
.service-card.featured-blue:hover { background: #3535ff; }
.card-top { min-height: 3.2rem; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: start; gap: .75rem; }
.card-ident { min-width: 0; display: flex; align-items: center; flex-wrap: wrap; gap: .55rem; }
.card-index { display: inline-grid; place-items: center; min-width: 1.9rem; height: 1.9rem; padding: 0 .42rem; border: 1px solid rgba(255,255,255,.28); border-radius: 2rem; color: #c3c4bd; font-size: .61rem; line-height: 1; }
.card-tag { padding: .42rem .62rem; background: var(--paper); color: var(--ink); border-radius: 2rem; font-size: .54rem; line-height: 1; text-transform: uppercase; letter-spacing: .07em; white-space: nowrap; }
.card-price { color: var(--paper); font-size: clamp(.72rem, .8vw, .9rem); line-height: 1.1; letter-spacing: -.02em; text-align: right; white-space: nowrap; }
.card-price small { display: block; margin-top: .28rem; color: #888a82; font-size: .52rem; font-weight: 400; letter-spacing: .07em; text-transform: uppercase; }
.featured .card-index { border-color: rgba(17,18,15,.3); color: #34372b; }
.featured .card-price { color: var(--ink); }
.featured .card-price small { color: #53583a; }
.featured-blue .card-index { border-color: rgba(255,255,255,.45); color: white; }
.featured-blue .card-tag { background: var(--signal); }
.featured-blue .card-price { color: white; }
.featured-blue .card-price small { color: rgba(255,255,255,.68); }
.service-card h3 { margin: clamp(3rem, 6vw, 6.5rem) 0 1.5rem; font-size: clamp(1.8rem, 2.7vw, 3.1rem); line-height: .94; letter-spacing: -.055em; }
.service-card p { color: #a8a9a1; font-size: .85rem; }
.featured p { color: #434630; }
.featured-blue p { color: rgba(255,255,255,.78); }
.service-card ul { margin: 1.2rem 0 2rem; padding: 1.2rem 0 0; border-top: 1px solid rgba(255,255,255,.2); list-style: none; font-size: .73rem; color: #aaa; }
.featured ul { border-color: rgba(17,18,15,.2); color: #383b29; }
.featured-blue ul { border-color: rgba(255,255,255,.32); color: rgba(255,255,255,.78); }
.service-card li { margin: .55rem 0; }
.service-card li::before { content: "—"; margin-right: .5rem; }
.service-basis { display: block; margin: 0 0 1.5rem; padding-left: .75rem; border-left: 2px solid var(--signal); color: #a8a9a1; font-size: .62rem; line-height: 1.45; }
.featured .service-basis { border-color: var(--blue); color: #4b4e35; }
.featured-blue .service-basis { border-color: var(--signal); color: rgba(255,255,255,.78); }
.service-card > a { margin-top: auto; display: flex; justify-content: space-between; align-items: center; padding-top: 1rem; border-top: 1px solid currentColor; font-size: .76rem; }
.service-card > a span { font-size: 1.2rem; }

.lead-section { padding-top: clamp(6rem, 11vw, 11rem); padding-bottom: clamp(6rem, 11vw, 11rem); display: grid; grid-template-columns: 1fr .9fr; gap: clamp(4rem, 10vw, 12rem); align-items: center; }
.lead-copy h2 { max-width: 45rem; margin: 3rem 0 2rem; font-size: clamp(3.2rem, 6.2vw, 6.7rem); line-height: .92; letter-spacing: -.07em; }
.lead-copy p { max-width: 32rem; margin: 0 0 2.5rem; font-size: 1.05rem; color: #51524c; }
.lead-board { position: relative; overflow: hidden; padding: 1.15rem; background: #d9d8d0; border: 1px solid var(--ink); border-radius: 1rem; box-shadow: 1rem 1rem 0 var(--signal); }
.lead-board::before { content: ""; position: absolute; width: 12rem; height: 12rem; right: -7rem; top: -7rem; border: 1px solid rgba(34,34,255,.2); border-radius: 50%; box-shadow: 0 0 0 2.5rem rgba(34,34,255,.035), 0 0 0 5rem rgba(34,34,255,.025); pointer-events: none; }
.board-head { position: relative; display: flex; justify-content: space-between; gap: 1rem; padding-bottom: .85rem; border-bottom: 1px solid var(--line); color: #55574f; font-size: .56rem; text-transform: uppercase; letter-spacing: .08em; }
.board-live { display: flex; align-items: center; gap: .38rem; color: var(--ink); text-align: right; }
.board-live i { width: .4rem; height: .4rem; background: var(--signal); border: 1px solid var(--ink); border-radius: 50%; box-shadow: 0 0 0 .2rem rgba(201,255,61,.25); }
.roadmap-brief { position: relative; margin: .9rem 0 .55rem; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 1rem; padding: .9rem 1rem; background: var(--ink); color: var(--paper); border-radius: .7rem; }
.roadmap-brief div { min-width: 0; display: flex; flex-direction: column; gap: .18rem; }
.roadmap-brief span { color: #8f9189; font-size: .49rem; text-transform: uppercase; letter-spacing: .08em; }
.roadmap-brief strong { overflow: hidden; font-size: .75rem; font-weight: 500; white-space: nowrap; text-overflow: ellipsis; }
.roadmap-brief > small { padding: .32rem .55rem; background: var(--signal); color: var(--ink); border-radius: 2rem; font-size: .5rem; white-space: nowrap; }
.roadmap-stages { position: relative; margin: 0; padding: 0; list-style: none; }
.roadmap-stage { min-height: 3.75rem; display: grid; grid-template-columns: 1.65rem minmax(0, 1fr) auto; gap: .6rem; align-items: center; padding: .65rem .45rem; border-bottom: 1px solid rgba(17,18,15,.13); }
.roadmap-stage.is-current { margin: .18rem 0; padding-left: .6rem; padding-right: .6rem; background: rgba(201,255,61,.38); border: 1px solid rgba(17,18,15,.25); border-radius: .65rem; }
.roadmap-number { width: 1.55rem; height: 1.55rem; display: grid; place-items: center; border: 1px solid rgba(17,18,15,.25); border-radius: 50%; color: #666860; font-size: .49rem; }
.roadmap-stage.is-complete .roadmap-number { background: var(--blue); border-color: var(--blue); color: white; }
.roadmap-stage.is-current .roadmap-number { background: var(--ink); color: var(--paper); }
.roadmap-copy { min-width: 0; display: grid; grid-template-columns: 1fr; }
.roadmap-copy strong { font-size: .7rem; font-weight: 500; }
.roadmap-copy small { overflow: hidden; margin-top: .12rem; color: #676960; font-size: .5rem; white-space: nowrap; text-overflow: ellipsis; }
.roadmap-stage > b { padding: .3rem .48rem; border: 1px solid rgba(17,18,15,.2); border-radius: 2rem; color: #62645d; font-size: .46rem; font-weight: 500; text-transform: uppercase; letter-spacing: .04em; white-space: nowrap; }
.roadmap-stage.is-complete > b { border-color: rgba(34,34,255,.26); color: var(--blue); }
.roadmap-stage.is-current > b { background: var(--ink); border-color: var(--ink); color: var(--signal); }
.roadmap-progress { height: .22rem; position: relative; overflow: hidden; margin-top: .42rem; background: #b7b8b1; border-radius: 2rem; }
.roadmap-progress i { width: var(--progress); height: 100%; display: block; background: #85877f; border-radius: inherit; transform-origin: left center; }
.roadmap-stage.is-complete .roadmap-progress i { background: var(--blue); }
.roadmap-stage.is-current .roadmap-progress i { background: var(--ink); }
.lead-board.roadmap-ready .roadmap-animate { opacity: 0; filter: blur(3px); transform: translateY(.7rem); }
.lead-board.roadmap-ready .roadmap-progress i { transform: scaleX(0); }
.lead-board.roadmap-ready.is-roadmap-visible .roadmap-animate { opacity: 1; filter: blur(0); transform: translateY(0); transition: opacity .5s var(--ease), filter .55s var(--ease), transform .55s var(--ease); transition-delay: calc(var(--order) * 95ms); }
.lead-board.roadmap-ready.is-roadmap-visible .roadmap-progress i { transform: scaleX(1); transition: transform .95s var(--ease); transition-delay: calc(.35s + var(--order) * 110ms); }

.founder { padding-top: clamp(6rem, 10vw, 10rem); padding-bottom: clamp(6rem, 10vw, 10rem); display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(3rem, 8vw, 10rem); align-items: stretch; background: var(--paper-2); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.founder[hidden] { display: none !important; }
.founder-visual { min-height: 43rem; position: relative; overflow: hidden; padding: 1.2rem; background-color: var(--ink); color: var(--paper); border-radius: var(--radius); isolation: isolate; }
.founder-photo { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 58% 22%; }
.founder-visual::before { content: ""; position: absolute; z-index: 2; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(8,9,8,.52) 0%, transparent 28%, transparent 58%, rgba(8,9,8,.76) 100%); }
.founder-visual-top { position: relative; z-index: 3; display: flex; justify-content: space-between; font-size: .58rem; color: white; text-shadow: 0 1px 12px rgba(0,0,0,.65); text-transform: uppercase; letter-spacing: .09em; }
.founder-roles { position: absolute; z-index: 3; left: 1.2rem; right: 1.2rem; bottom: 4rem; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.22); border-bottom: 1px solid rgba(255,255,255,.22); }
.founder-roles span { padding: .75rem .25rem; border-right: 1px solid rgba(255,255,255,.22); color: white; text-shadow: 0 1px 12px rgba(0,0,0,.65); font-size: .58rem; text-align: center; text-transform: uppercase; }
.founder-roles span:last-child { border-right: 0; }
.founder-copy { display: flex; flex-direction: column; justify-content: center; }
.founder-copy h2 { max-width: 58rem; margin: 3rem 0 2rem; font-size: clamp(3.3rem, 6.3vw, 6.9rem); line-height: .91; letter-spacing: -.075em; }
.founder-copy h2 em { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; }
.founder-copy > p { max-width: 46rem; margin: 0 0 1.1rem; color: #56574f; font-size: .88rem; }
.founder-copy > p.founder-lead { color: var(--ink); font-size: clamp(1.05rem, 1.5vw, 1.35rem); }
.founder-actions { margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid var(--line); display: flex; gap: 2.5rem; align-items: center; }
.founder-actions > div { display: flex; flex-direction: column; gap: .3rem; }
.founder-actions > div span { font-size: .56rem; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; }
.founder-actions > div strong { font-size: .68rem; font-weight: 500; }
.founder-credentials { margin-top: 1.65rem; }
.credentials-head { margin-bottom: .55rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.credentials-head > span { color: var(--muted); font-size: .5rem; text-transform: uppercase; letter-spacing: .08em; }
.credentials-head > a { padding-bottom: .15rem; border-bottom: 1px solid var(--ink); font-size: .55rem; }
.credential-list { border-top: 1px solid var(--line); }
.credential-card { min-height: 4.65rem; padding: .5rem 0; display: grid; grid-template-columns: 3.35rem minmax(0, 1fr) 7.5rem 1.9rem; gap: .75rem; align-items: center; border-bottom: 1px solid var(--line); transition: padding .25s var(--ease), border-color .25s; }
.credential-card:hover { padding-right: .25rem; padding-left: .25rem; border-color: var(--ink); }
.credential-badge { width: 3.35rem; height: 3.35rem; display: grid; place-items: center; }
.credential-badge img { width: 2.9rem; height: 2.9rem; object-fit: contain; }
.credential-card-shopify .credential-badge img { transform: scale(1.16); }
.credential-copy { display: flex; flex-direction: column; }
.credential-copy small { margin-bottom: .25rem; color: var(--muted); font-size: .46rem; text-transform: uppercase; letter-spacing: .06em; }
.credential-copy strong { max-width: 27rem; font-size: .72rem; line-height: 1.15; font-weight: 600; }
.credential-card > em { color: var(--muted); font-size: .5rem; font-style: normal; text-align: right; }
.credential-card > i { width: 1.9rem; height: 1.9rem; display: grid; place-items: center; border: 1px solid var(--ink); border-radius: 50%; color: var(--ink); font-size: .6rem; font-style: normal; transition: background .25s, transform .25s var(--ease); }
.credential-card:hover > i { background: var(--signal); transform: rotate(12deg); }

.brand-proof { padding-top: clamp(6rem, 10vw, 10rem); padding-bottom: clamp(6rem, 10vw, 10rem); background: var(--paper); }
.brand-proof-head { margin: 3.5rem 0 5rem; display: grid; grid-template-columns: 1.35fr .65fr; gap: 3rem; align-items: end; }
.brand-proof-head h2 { max-width: 76rem; margin: 0; font-size: clamp(3.4rem, 6.6vw, 7rem); line-height: .91; letter-spacing: -.075em; }
.brand-proof-head h2 em { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; }
.brand-proof-head p { max-width: 28rem; margin: 0; color: var(--muted); font-size: .78rem; }
.brand-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--line); }
.brand-logo { min-width: 0; min-height: 11.5rem; position: relative; display: grid; place-items: center; margin: 0; padding: 1rem; overflow: hidden; background: rgba(255,255,255,.72); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .3s, transform .3s var(--ease); }
.brand-logo:hover { z-index: 2; background: var(--signal); transform: translateY(-.45rem); }
.brand-logo img { width: min(72%, 12.5rem); height: 4.75rem; max-width: 100%; object-fit: contain; filter: grayscale(1) contrast(1.12); transition: filter .3s, transform .3s var(--ease); }
.brand-logo:hover img { filter: grayscale(0) contrast(1); transform: scale(1.04); }
.brand-logo figcaption { position: absolute; left: .75rem; bottom: .55rem; color: #77786f; font-size: .48rem; text-transform: uppercase; letter-spacing: .07em; }
.brand-context { margin-top: 1.3rem; display: flex; justify-content: flex-end; align-items: center; gap: 1rem; color: var(--muted); }
.brand-context span { padding: .4rem .65rem; border: 1px solid var(--line); border-radius: 2rem; color: var(--ink); font-size: .55rem; letter-spacing: .08em; }
.brand-context p { max-width: 35rem; margin: 0; font-size: .62rem; text-align: right; }

.channel-choice { padding-top: clamp(6rem, 10vw, 10rem); padding-bottom: clamp(6rem, 10vw, 10rem); background: var(--blue); color: white; }
.choice-heading { margin: 4rem 0 5rem; }
.choice-heading > p { margin: 0 0 1.4rem; color: rgba(255,255,255,.62); font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }
.choice-heading h2 { max-width: 78rem; margin: 0; font-size: clamp(3.4rem, 7vw, 7.5rem); line-height: .9; letter-spacing: -.075em; }
.choice-heading h2 em { color: var(--signal); font-family: Georgia, 'Times New Roman', serif; font-weight: 400; }
.choice-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.35); border-bottom: 1px solid rgba(255,255,255,.35); }
.choice-card { min-height: 24rem; display: flex; flex-direction: column; padding: 1.25rem; border-right: 1px solid rgba(255,255,255,.35); transition: background .3s, color .3s, transform .3s var(--ease); }
.choice-card:last-child { border-right: 0; }
.choice-card:hover { background: white; color: var(--ink); transform: translateY(-.5rem); }
.choice-card > span { font-size: .62rem; opacity: .55; }
.choice-card h3 { margin: 5rem 0 1.2rem; font-size: clamp(1.7rem, 2.4vw, 2.8rem); line-height: .95; letter-spacing: -.05em; }
.choice-card p { margin: 0; color: rgba(255,255,255,.65); font-size: .8rem; }
.choice-card:hover p, .choice-stop p { color: #4d4f46; }
.choice-card b { margin-top: auto; padding-top: 1rem; border-top: 1px solid currentColor; font-size: .65rem; text-transform: uppercase; letter-spacing: .07em; }
.choice-stop { background: var(--signal); color: var(--ink); }

.process { padding-bottom: clamp(7rem, 12vw, 12rem); }
.process-head { margin: 3.5rem 0 5rem; display: grid; grid-template-columns: 1.4fr .6fr; gap: 2rem; align-items: end; }
.process-head h2 { margin: 0; font-size: clamp(3.5rem, 7vw, 7.3rem); line-height: .9; letter-spacing: -.075em; }
.process-head p { max-width: 26rem; margin: 0; color: var(--muted); }
.process-steps { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--ink); }
.process-step { min-height: 23rem; padding: 1.2rem 1.4rem 1.4rem 0; display: flex; flex-direction: column; border-right: 1px solid var(--line); }
.process-step:not(:first-child) { padding-left: 1.4rem; }
.process-step:last-child { border-right: 0; }
.process-step > span { font-size: .6rem; color: var(--muted); }
.step-icon { width: 4.2rem; height: 4.2rem; display: grid; place-items: center; margin: 3.5rem 0 auto; border-radius: 50%; border: 1px solid var(--ink); font-size: 1.7rem; transition: background .3s, transform .3s var(--ease); }
.process-step:hover .step-icon { background: var(--signal); transform: rotate(12deg); }
.process-step h3 { margin: 2.5rem 0 .75rem; font-size: 1.4rem; letter-spacing: -.03em; }
.process-step p { margin: 0; max-width: 18rem; font-size: .78rem; color: var(--muted); }

.platforms { padding-top: clamp(6rem, 10vw, 10rem); padding-bottom: clamp(6rem, 10vw, 10rem); background: var(--ink); color: var(--paper); }
.platforms-heading { margin: 4rem 0 6rem; display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(16rem, .5fr); gap: 3rem; align-items: end; }
.platforms-heading h2 { margin: 0; font-size: clamp(3.5rem, 7.3vw, 7.8rem); line-height: .9; letter-spacing: -.07em; }
.platforms-heading h2 em { color: var(--signal); }
.platforms-heading p { max-width: 28rem; margin: 0 0 .5rem; color: #a7a89f; font-size: .86rem; line-height: 1.5; }
.platform-list { border-top: 1px solid rgba(255,255,255,.25); }
.platform-row { position: relative; min-height: 9rem; display: grid; grid-template-columns: 3rem 1fr 1.25fr 7rem 2rem; gap: 1.5rem; align-items: center; border-bottom: 1px solid rgba(255,255,255,.25); transition: padding .35s var(--ease), background .35s, color .35s; overflow: hidden; }
.platform-row::before { content: ""; position: absolute; inset: 0; background: var(--signal); transform: translateY(101%); transition: transform .35s var(--ease); z-index: 0; }
.platform-row > * { position: relative; z-index: 1; }
.platform-row:hover::before { transform: translateY(0); }
.platform-row:hover { color: var(--ink); padding: 0 1.5rem; }
.platform-number { font-size: .65rem; color: #888980; }
.platform-row h3 { margin: 0; font-size: clamp(2rem, 4vw, 4.3rem); letter-spacing: -.06em; }
.platform-row p { max-width: 29rem; margin: 0; color: #96978f; font-size: .84rem; }
.platform-row:hover p { color: #42452f; }
.platform-row b { text-align: center; font-size: .72rem; font-weight: 500; }
.platform-row > i { font-style: normal; font-size: 1.5rem; transition: transform .3s; }
.platform-row:hover > i { transform: rotate(45deg); }
.platform-note { max-width: 34rem; margin: 2rem 0 0 auto; color: #8d8e87; font-size: .75rem; }

.scenarios { padding-top: clamp(6rem, 10vw, 10rem); padding-bottom: clamp(6rem, 10vw, 10rem); }
.scenarios-heading { margin: 3rem 0 5rem; }
.scenarios-heading h2 { margin: 0; font-size: clamp(3.5rem, 7.4vw, 7.8rem); line-height: .9; letter-spacing: -.075em; }
.scenarios-heading h2 span { font-family: Georgia, 'Times New Roman', serif; font-style: italic; font-weight: 400; }
.scenario-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(3.5rem, 6vw, 6rem) 1.5rem; }
.scenario-card { padding-bottom: 1rem; border-bottom: 1px solid var(--ink); }
.scenario-visual { position: relative; height: clamp(31rem, 38vw, 39rem); overflow: hidden; margin-bottom: 1.5rem; border-radius: .8rem; }
.scenario-card > span { display: block; color: var(--muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }
.scenario-card h3 { min-height: 5.6rem; max-width: 42rem; margin: 1.2rem 0 2.4rem; font-size: clamp(1.65rem, 2.4vw, 2.3rem); line-height: 1.04; letter-spacing: -.04em; }
.scenario-card > a { font-size: .86rem; border-bottom: 1px solid; }
.audit-artifact { display: flex; flex-direction: column; padding: 1.35rem; color: var(--ink); }
.readiness-report { background: #d8d7ff; }
.checkout-audit { background: var(--blue); color: white; }
.integration-report { background: var(--signal); }
.migration-report { background: var(--orange); }
.audit-artifact::before { content: ""; position: absolute; width: 9rem; height: 9rem; right: -5rem; top: -5rem; border: 1px solid currentColor; border-radius: 50%; opacity: .08; box-shadow: 0 0 0 2rem currentColor, 0 0 0 4rem currentColor; pointer-events: none; }
.audit-artifact > * { position: relative; z-index: 1; }
.artifact-head { min-height: 2.35rem; display: flex; justify-content: space-between; gap: .9rem; padding-bottom: .75rem; border-bottom: 1px solid rgba(17,18,15,.25); font-size: .68rem; text-transform: uppercase; letter-spacing: .07em; }
.artifact-head b { color: #60625b; font-size: .56rem; font-weight: 400; text-align: right; }
.artifact-head-light { border-color: rgba(255,255,255,.35); }
.artifact-head-light b { color: rgba(255,255,255,.65); }
.readiness-score { display: grid; grid-template-columns: auto auto 1fr; align-items: end; gap: .25rem; padding: 1rem 0 .8rem; }
.readiness-score strong { font-size: 3.25rem; line-height: .8; letter-spacing: -.08em; }
.readiness-score small { color: #5e6059; font-size: .75rem; }
.readiness-score span { justify-self: end; padding: .42rem .62rem; background: var(--paper); border: 1px solid var(--ink); border-radius: 2rem; font-size: .58rem; text-transform: uppercase; }
.audit-bars { display: grid; gap: .62rem; padding: .85rem 0; border-top: 1px solid rgba(17,18,15,.13); }
.audit-bars > div { display: grid; grid-template-columns: 1fr auto; gap: .22rem .5rem; }
.audit-bars span, .audit-bars em { font-size: .66rem; font-style: normal; }
.audit-bars em { color: #595b54; }
.audit-bars i { grid-column: 1 / -1; height: .36rem; overflow: hidden; background: rgba(17,18,15,.16); border-radius: 2rem; }
.audit-bars i b { width: var(--score); height: 100%; display: block; background: var(--blue); border-radius: inherit; transform-origin: left; }
.artifact-result { margin-top: auto; display: grid; grid-template-columns: 1fr auto; gap: .2rem .9rem; align-items: center; padding: .95rem 1rem; background: var(--ink); color: var(--paper); border-radius: .7rem; }
.artifact-result span { color: #92948c; font-size: .56rem; text-transform: uppercase; letter-spacing: .06em; }
.artifact-result strong { grid-column: 1; font-size: .82rem; font-weight: 500; }
.artifact-result small { grid-column: 2; grid-row: 1 / 3; color: var(--signal); font-size: .58rem; text-align: right; }
.audit-summary { display: grid; grid-template-columns: repeat(3, 1fr); gap: .6rem; margin: .9rem 0; }
.audit-summary div { padding: .72rem; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.3); border-radius: .6rem; }
.audit-summary span { display: block; color: var(--signal); font-size: .56rem; }
.audit-summary strong { display: block; margin: .2rem 0; font-size: 1.85rem; line-height: 1; }
.audit-summary small { color: rgba(255,255,255,.68); font-size: .55rem; }
.issue-register { display: grid; gap: .52rem; margin: 0 0 .8rem; padding: 0; list-style: none; }
.issue-register li { display: grid; grid-template-columns: 1.8rem minmax(0, 1fr) auto; gap: .65rem; align-items: center; padding: .62rem; background: var(--paper); color: var(--ink); border-radius: .55rem; }
.issue-register li > b { width: 1.7rem; height: 1.7rem; display: grid; place-items: center; background: var(--orange); border-radius: 50%; font-size: .54rem; }
.issue-register li:nth-child(n+3) > b { background: var(--signal); }
.issue-register div { min-width: 0; }
.issue-register strong, .issue-register small { display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.issue-register strong { font-size: .68rem; font-weight: 500; }
.issue-register small { margin-top: .1rem; color: #6c6e66; font-size: .54rem; }
.issue-register li > i { color: #6b6d65; font-size: .5rem; font-style: normal; text-transform: uppercase; }
.dark-result { background: var(--signal); color: var(--ink); }
.dark-result span { color: #5a5e3e; }
.dark-result small { color: var(--blue); }
.source-truth { padding: .9rem 0 .7rem; }
.source-truth > span { display: block; margin-bottom: .52rem; color: #55583c; font-size: .56rem; text-transform: uppercase; letter-spacing: .06em; }
.source-truth > div { display: grid; grid-template-columns: 1fr 1fr; gap: .6rem; }
.source-truth strong { display: flex; justify-content: space-between; align-items: center; padding: .75rem .8rem; background: var(--paper); border: 1px solid var(--ink); border-radius: .6rem; font-size: .78rem; }
.source-truth small { color: #6b6d66; font-size: .52rem; font-weight: 400; text-transform: uppercase; }
.integration-bus { position: relative; overflow: hidden; display: flex; flex-direction: column; gap: .16rem; padding: .88rem 1rem; background: var(--ink); color: white; border-radius: .6rem; }
.integration-bus span { color: var(--signal); font-size: .65rem; text-transform: uppercase; }
.integration-bus strong { font-size: .57rem; font-weight: 400; }
.integration-bus i { position: absolute; width: 4rem; height: 100%; left: -4rem; top: 0; background: linear-gradient(90deg, transparent, rgba(201,255,61,.32), transparent); transform: skewX(-18deg); }
.integration-channels { display: grid; grid-template-columns: repeat(3, 1fr); gap: .55rem; padding: .78rem 0; }
.integration-channels div { position: relative; min-width: 0; padding: .75rem .5rem; background: rgba(255,255,255,.58); border: 1px solid rgba(17,18,15,.3); border-radius: .55rem; text-align: center; }
.integration-channels i { width: .48rem; height: .48rem; display: block; margin: 0 auto .38rem; background: var(--blue); border-radius: 50%; }
.integration-channels strong, .integration-channels small { display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.integration-channels strong { font-size: .64rem; }
.integration-channels small { margin-top: .16rem; color: #5e6046; font-size: .5rem; }
.flow-legend { display: flex; justify-content: space-between; padding: .5rem 0 .7rem; border-top: 1px dashed rgba(17,18,15,.35); color: #56593b; font-size: .52rem; }
.integration-result { margin-top: auto; }
.migration-decision { display: grid; grid-template-columns: 1fr auto; gap: .2rem .8rem; align-items: center; margin: .9rem 0 .72rem; padding: .85rem .9rem; background: var(--ink); color: white; border-radius: .6rem; }
.migration-decision span { color: #a7a9a1; font-size: .56rem; text-transform: uppercase; }
.migration-decision strong { grid-column: 1; color: var(--signal); font-size: .9rem; font-weight: 500; }
.migration-decision small { grid-column: 2; grid-row: 1 / 3; color: #c5c7bf; font-size: .52rem; text-align: right; }
.platform-compare { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: .55rem; padding: .68rem; background: rgba(255,255,255,.5); border: 1px solid rgba(17,18,15,.35); border-radius: .55rem; font-size: .6rem; text-align: center; }
.platform-compare i { color: var(--blue); font-size: 1rem; font-style: normal; }
.migration-scope { display: grid; gap: .38rem; margin: .72rem 0; padding: 0; list-style: none; }
.migration-scope li { display: grid; grid-template-columns: .75fr 1fr 1.35rem; gap: .55rem; align-items: center; padding: .5rem .6rem; background: rgba(255,255,255,.42); border-radius: .45rem; font-size: .58rem; }
.migration-scope li span { font-weight: 500; }
.migration-scope li b { overflow: hidden; color: #5c5e56; font-weight: 400; white-space: nowrap; text-overflow: ellipsis; }
.migration-scope li i { width: 1.25rem; height: 1.25rem; display: grid; place-items: center; justify-self: end; background: var(--signal); border: 1px solid var(--ink); border-radius: 50%; font-size: .52rem; font-style: normal; }
.migration-scope li:nth-child(3) i, .migration-scope li:nth-child(4) i { background: var(--paper); color: var(--orange); }
.migration-result { background: var(--paper); color: var(--ink); }
.migration-result span { color: #6e7068; }
.migration-result small { color: var(--blue); }
.scenario-card.reveal:not(.is-visible) .audit-bars i b { transform: scaleX(0); }
.scenario-card.is-visible .audit-bars i b { transform: scaleX(1); transition: transform .8s var(--ease); transition-delay: calc(.25s + var(--order) * 90ms); }
.scenario-card.reveal:not(.is-visible) .issue-register li, .scenario-card.reveal:not(.is-visible) .integration-channels div, .scenario-card.reveal:not(.is-visible) .migration-scope li { opacity: 0; transform: translateY(.55rem); }
.scenario-card.is-visible .issue-register li, .scenario-card.is-visible .migration-scope li { opacity: 1; transform: translateY(0); transition: opacity .45s var(--ease), transform .5s var(--ease); transition-delay: calc(.2s + var(--order) * 85ms); }
.scenario-card.is-visible .integration-channels div { opacity: 1; transform: translateY(0); transition: opacity .45s var(--ease), transform .5s var(--ease); }
.scenario-card.is-visible .integration-channels div:nth-child(2) { transition-delay: .12s; }
.scenario-card.is-visible .integration-channels div:nth-child(3) { transition-delay: .24s; }
.scenario-card.is-visible .integration-bus i { animation: busFlow 2.4s .6s var(--ease) infinite; }

.local-note { padding-top: clamp(5rem, 8vw, 8rem); padding-bottom: clamp(5rem, 8vw, 8rem); display: grid; grid-template-columns: .35fr 1.25fr .6fr; gap: clamp(2rem, 6vw, 7rem); align-items: center; border-top: 1px solid var(--ink); }
.local-mark { font-size: clamp(3.5rem, 7vw, 7rem); font-weight: 700; line-height: .72; letter-spacing: -.09em; }
.local-mark span { color: var(--blue); }
.local-note h2 { margin: 1.4rem 0 0; font-size: clamp(2.5rem, 5vw, 5.2rem); line-height: .93; letter-spacing: -.06em; }
.local-note > p { margin: 0; color: var(--muted); font-size: .88rem; }
.local-note > p a { display: inline-block; margin-top: .7rem; color: var(--ink); border-bottom: 1px solid currentColor; }

.experience-proof { padding-top: clamp(6rem, 10vw, 10rem); padding-bottom: clamp(6rem, 10vw, 10rem); background: var(--ink); color: var(--paper); }
.experience-head { margin: 4rem 0 5rem; display: grid; grid-template-columns: 1.35fr .65fr; gap: 3rem; align-items: end; }
.experience-head h2 { margin: 0; font-size: clamp(3.7rem, 7vw, 7.5rem); line-height: .88; letter-spacing: -.075em; }
.experience-head h2 em { color: var(--signal); font-family: Georgia, 'Times New Roman', serif; font-weight: 400; }
.experience-head p { max-width: 28rem; margin: 0; color: #9b9c94; font-size: .8rem; }
.experience-lines { border-top: 1px solid rgba(255,255,255,.28); }
.experience-line { min-height: 8.5rem; display: grid; grid-template-columns: 7rem 1fr 2rem; gap: 2rem; align-items: center; border-bottom: 1px solid rgba(255,255,255,.28); transition: padding .3s var(--ease), background .3s, color .3s; }
.experience-line:hover { padding: 0 1rem; background: var(--signal); color: var(--ink); }
.experience-line > span { color: var(--signal); font-size: .62rem; text-transform: uppercase; letter-spacing: .08em; }
.experience-line:hover > span { color: var(--ink); }
.experience-line h3 { max-width: 66rem; margin: 0; font-size: clamp(1.25rem, 2.2vw, 2.3rem); line-height: 1.04; letter-spacing: -.04em; font-weight: 500; }
.experience-line i { color: #77786f; font-size: .62rem; font-style: normal; }
.experience-cta { margin: 2.5rem 0 0 auto; width: min(100%, 29rem); display: flex; justify-content: space-between; padding-bottom: .7rem; border-bottom: 1px solid var(--paper); font-size: .78rem; }
.experience-cta span { color: var(--signal); font-size: 1.2rem; }

.contact { padding-top: clamp(5rem, 8vw, 8rem); padding-bottom: 2rem; background: var(--signal); }
.contact-top { display: flex; justify-content: space-between; padding-bottom: 1.2rem; border-bottom: 1px solid var(--ink); font-size: .65rem; text-transform: uppercase; letter-spacing: .08em; }
.contact-main { padding: clamp(2.8rem, 5vw, 4.5rem) 0 clamp(1.8rem, 3vw, 2.7rem); }
.contact-main p { margin: 0 0 .65rem; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(1.35rem, 2.4vw, 2.3rem); font-style: italic; }
.contact-main h2 { max-width: 62rem; margin: 0; font-size: clamp(3.5rem, 7vw, 6.8rem); line-height: .86; letter-spacing: -.075em; }
.contact-main h2 em { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; }
.contact-paths { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border: 1px solid var(--ink); border-bottom: 0; border-radius: var(--radius) var(--radius) 0 0; overflow: hidden; }
.contact-path { min-height: 14.5rem; display: flex; flex-direction: column; align-items: flex-start; padding: clamp(1.25rem, 2vw, 1.8rem); }
.contact-path + .contact-path { border-left: 1px solid var(--ink); }
.contact-path-schedule { color: var(--paper); background: var(--ink); }
.contact-path-form { color: white; background: var(--blue); }
.contact-path > span { font-size: .55rem; text-transform: uppercase; letter-spacing: .09em; opacity: .64; }
.contact-path h3 { max-width: 36rem; margin: 2.2rem 0 .65rem; font-size: clamp(1.75rem, 2.8vw, 2.75rem); line-height: .95; letter-spacing: -.05em; }
.contact-path p { max-width: 32rem; margin: 0 0 1.15rem; color: inherit; font-size: .72rem; line-height: 1.4; opacity: .72; }
.contact-path .button { min-height: 2.85rem; margin-top: auto; padding: .65rem .7rem .65rem 1rem; font-size: .68rem; }
.contact-path .button i { width: 1.7rem; height: 1.7rem; }
.contact-path-schedule .button { color: var(--paper); background: transparent; border-color: rgba(255,255,255,.45); }
.contact-path-schedule .button:hover { color: var(--ink); background: var(--signal); border-color: var(--signal); }
.contact-form-wrap { margin-top: 0; padding: clamp(1.35rem, 2.5vw, 2.5rem); background: var(--paper); border: 1px solid var(--ink); border-radius: 0 0 var(--radius) var(--radius); }
.contact-form-head { display: grid; grid-template-columns: minmax(8rem, .35fr) 1fr; gap: 1.5rem; align-items: start; padding-bottom: clamp(1.35rem, 2.5vw, 2rem); border-bottom: 1px solid var(--ink); }
.contact-form-head > span { font-size: .55rem; text-transform: uppercase; letter-spacing: .09em; }
.contact-form-head h3 { max-width: 38rem; margin: 0; font-size: clamp(1.85rem, 3.5vw, 3.4rem); line-height: .94; letter-spacing: -.055em; }
.lead-form { position: relative; padding-top: clamp(1.35rem, 2.5vw, 2rem); scroll-margin-top: 7rem; }
.lead-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .9rem 1rem; }
.lead-form label { display: flex; flex-direction: column; gap: .55rem; }
.lead-form label > span { font-size: .57rem; text-transform: uppercase; letter-spacing: .075em; }
.lead-form input:not([type="checkbox"]), .lead-form select, .lead-form textarea { width: 100%; min-height: 3.35rem; padding: .75rem .9rem; color: var(--ink); background: #fff; border: 1px solid #a6a79f; border-radius: .35rem; font: inherit; font-size: .82rem; transition: border-color .2s, box-shadow .2s, background-color .2s; }
.lead-form select { appearance: none; -webkit-appearance: none; padding-right: 3.4rem; cursor: pointer; background-color: #f8f8f3; }
.lead-form label:has(> select) { position: relative; }
.lead-form label:has(> select)::after { content: "↓"; position: absolute; right: .65rem; bottom: .62rem; width: 2.05rem; height: 2.05rem; display: grid; place-items: center; pointer-events: none; border: 1px solid var(--ink); border-radius: 50%; color: var(--ink); background: var(--signal); font-size: .68rem; transition: transform .2s var(--ease), color .2s, background .2s; }
.lead-form label:has(> select:focus)::after { color: white; background: var(--blue); transform: rotate(180deg); }
.lead-form select:invalid { color: #74756d; }
.lead-form select option { color: var(--ink); background: #fff; }
.lead-form textarea { min-height: 8.25rem; resize: vertical; line-height: 1.5; }
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(24,79,242,.16); }
.lead-form-message { grid-column: 1 / -1; }
.lead-form-confirm { max-width: 49rem; margin-top: 1rem; flex-direction: row !important; align-items: flex-start; gap: .8rem !important; }
.lead-form-confirm input { width: 1.1rem; height: 1.1rem; flex: 0 0 auto; margin-top: .06rem; accent-color: var(--blue); }
.lead-form-confirm span { text-transform: none !important; letter-spacing: 0 !important; line-height: 1.5; }
.lead-form-confirm a { text-decoration: underline; text-underline-offset: .16em; }
.lead-form-submit { display: flex; justify-content: space-between; align-items: flex-end; gap: 2rem; margin-top: 1.35rem; padding-top: 1.1rem; border-top: 1px solid var(--line); }
.lead-form-submit p { max-width: 31rem; margin: 0; color: var(--muted); font-size: .72rem; }
.lead-form-submit button { cursor: pointer; font-family: inherit; }
.lead-form-honeypot { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; white-space: nowrap !important; }
.form-status { margin: 0 0 1rem; padding: .9rem 1rem; border: 1px solid currentColor; font-size: .78rem; }
.form-status-error { color: #9f1e17; background: #fff0ed; }
.contact-bottom { padding-top: 1.4rem; border-top: 1px solid var(--ink); display: flex; justify-content: space-between; align-items: center; }
.contact-bottom p { max-width: 28rem; margin: 0; font-size: .78rem; }
.contact-bottom { margin-top: 1.8rem; }
.contact-bottom > a { display: flex; flex-direction: column; align-items: flex-end; gap: .2rem; font-size: .65rem; }
.contact-bottom strong { font-size: 1rem; }

.site-footer { display: grid; grid-template-columns: 1.3fr .65fr .8fr .8fr; gap: 3rem; padding-top: 4rem; padding-bottom: 2rem; background: var(--ink); color: var(--paper); }
.footer-brand img { filter: invert(1); width: 8rem; }
.footer-brand p { max-width: 20rem; margin: 1rem 0 0; color: #8f9088; font-size: .68rem; }
.site-footer > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: .6rem; font-size: .74rem; }
.site-footer > div > span:first-child { margin-bottom: .8rem; color: #8c8d86; font-size: .6rem; text-transform: uppercase; letter-spacing: .08em; }
.site-footer a:hover { color: var(--signal); }
.footer-meta { align-self: end; }

.simple-header { grid-template-columns: 1fr auto; }
.service-header { grid-template-columns: 1fr auto 1fr; }
.inner-nav { display: flex; align-items: center; gap: clamp(.85rem, 1.8vw, 2rem); font-size: .68rem; text-transform: uppercase; letter-spacing: .055em; }
.inner-nav > a { position: relative; white-space: nowrap; }
.inner-nav > a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.35rem; height: 1px; background: var(--blue); transition: right .25s var(--ease); }
.inner-nav > a:hover::after, .inner-nav > a[aria-current="page"]::after { right: 0; }
.service-header .header-cta { justify-self: end; }
.error-page, .content-page { min-height: 100svh; padding-top: clamp(9rem, 15vw, 14rem); padding-bottom: clamp(5rem, 8vw, 8rem); }
.error-page { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.error-page h1, .content-page h1 { max-width: 74rem; margin: 3rem 0 2rem; font-size: clamp(4rem, 10vw, 10rem); line-height: .85; letter-spacing: -.08em; }
.error-page h1 em { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; }
.error-page > p { max-width: 34rem; margin: 0 0 2rem; color: var(--muted); font-size: 1rem; }
.content-page-article { width: min(100%, 72rem); margin: 0 auto; }
.content-page h1 { font-size: clamp(3.5rem, 8vw, 7.5rem); }
.content-page-body { width: min(100%, 48rem); font-size: 1rem; line-height: 1.7; }
.content-page-body h2, .content-page-body h3 { margin: 2.8rem 0 1rem; line-height: 1.05; letter-spacing: -.035em; }
.content-page-body h2 { font-size: clamp(2rem, 4vw, 3.2rem); }
.content-page-body h3 { font-size: 1.45rem; }
.content-page-body a { text-decoration: underline; text-underline-offset: .18em; }
.content-page-body p, .content-page-body li { color: #3f403b; }
.content-page-body ul, .content-page-body ol { padding-left: 1.25rem; }
.content-page-body li + li { margin-top: .45rem; }
.content-page-body code { padding: .1rem .3rem; background: #e6e5dc; border-radius: .2rem; font-size: .88em; }
.thanks-page { min-height: 100svh; display: grid; place-items: center; padding-top: 8rem; padding-bottom: 5rem; }
.thanks-card { width: min(100%, 76rem); padding: clamp(2rem, 6vw, 6rem); color: var(--paper); background: var(--ink); border-radius: var(--radius); }
.thanks-card > span { color: var(--signal); font-size: .63rem; text-transform: uppercase; letter-spacing: .09em; }
.thanks-card h1 { max-width: 65rem; margin: 2rem 0; font-size: clamp(4rem, 9vw, 8.5rem); line-height: .84; letter-spacing: -.08em; }
.thanks-card h1 em { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; }
.thanks-card > p { max-width: 42rem; color: #b8b9b1; font-size: 1rem; }
.thanks-next { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 3rem 0; background: #44453f; border: 1px solid #44453f; }
.thanks-next div { min-height: 9rem; padding: 1.2rem; background: var(--ink); }
.thanks-next span { display: block; margin-bottom: 2.3rem; color: var(--signal); font-size: .58rem; }
.thanks-next strong { font-size: .9rem; font-weight: 500; }
.thanks-actions { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; }
.thanks-actions .text-link { color: var(--paper); }

.cookie-consent[hidden], .cookie-settings-trigger[hidden] { display: none !important; }
.cookie-consent { position: fixed; z-index: 120; left: var(--pad); right: var(--pad); bottom: 1.15rem; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: clamp(1.5rem, 4vw, 4rem); align-items: end; padding: clamp(1.1rem, 2.2vw, 1.75rem); color: var(--paper); background: rgba(17,18,15,.97); border: 1px solid rgba(255,255,255,.2); border-radius: var(--radius); box-shadow: 0 1.2rem 4rem rgba(0,0,0,.25); backdrop-filter: blur(18px); }
.cookie-consent-copy { max-width: 47rem; }
.cookie-consent-kicker { display: block; margin-bottom: .65rem; color: var(--signal); font-size: .58rem; text-transform: uppercase; letter-spacing: .1em; }
.cookie-consent-copy strong { display: block; margin-bottom: .45rem; font-size: clamp(1.2rem, 2vw, 1.65rem); line-height: 1.05; letter-spacing: -.035em; }
.cookie-consent-copy p { max-width: 43rem; margin: 0; color: #c7c8c1; font-size: .76rem; line-height: 1.55; }
.cookie-consent-copy a { color: var(--signal); text-decoration: underline; text-underline-offset: .16em; }
.cookie-consent-actions { display: grid; grid-template-columns: repeat(2, minmax(9.5rem, 1fr)); gap: .6rem; }
.cookie-consent-button, .cookie-settings-trigger { min-height: 2.85rem; padding: .7rem 1rem; border: 1px solid rgba(255,255,255,.42); border-radius: 3rem; cursor: pointer; font-size: .72rem; transition: color .2s, background .2s, border-color .2s, transform .2s var(--ease); }
.cookie-consent-button:hover, .cookie-consent-button:focus-visible, .cookie-settings-trigger:hover, .cookie-settings-trigger:focus-visible { transform: translateY(-2px); }
.cookie-consent-button-secondary { color: var(--paper); background: transparent; }
.cookie-consent-button-primary { color: var(--ink); background: var(--signal); border-color: var(--signal); }
.cookie-settings-trigger { position: fixed; z-index: 110; left: 1rem; bottom: 1rem; min-height: 2.35rem; padding: .5rem .8rem; color: var(--paper); background: var(--ink); border-color: rgba(255,255,255,.22); box-shadow: 0 .4rem 1.5rem rgba(0,0,0,.18); font-size: .62rem; }

.reveal { opacity: 0; transform: translateY(2.5rem); transition: opacity .85s var(--ease), transform .85s var(--ease); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@keyframes rotate { to { transform: translate(-50%, -50%) rotate(360deg); } }
@keyframes signal { 0%, 100% { opacity: .15; filter: brightness(.5); } 50% { opacity: .9; filter: brightness(1.4); } }
@keyframes busFlow {
  0% { left: -4rem; opacity: 0; }
  18%, 82% { opacity: 1; }
  100% { left: 100%; opacity: 0; }
}
@keyframes connectorFlow { to { stroke-dashoffset: -14; } }
@keyframes migrate { 0% { left: 8%; opacity: 0; } 12%, 88% { opacity: 1; } 100% { left: 91%; opacity: 0; } }
@keyframes pulseLoop { 0%, 100% { opacity: .35; transform: translate(-50%, -50%) scale(.98); } 50% { opacity: .75; transform: translate(-50%, -50%) scale(1.02); } }
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes blink { to { opacity: .2; transform: scale(.7); } }

@media (max-width: 1100px) {
  .hero-grid { grid-template-columns: 1fr .55fr; }
  .hero-copy h1 { font-size: clamp(4.2rem, 9vw, 7rem); }
  .hero-bottom { grid-template-columns: 1fr; padding-left: 0; gap: 1.5rem; }
  .system-visual { min-height: 31rem; }
  .platform-build-card { min-height: 34rem; }
  .platform-build-copy h3 { font-size: clamp(2.2rem, 4vw, 3.7rem); }
  .continuity-card { min-height: 23rem; }
  .proof-strip { grid-template-columns: repeat(2, 1fr); }
  .proof-cell, .proof-cell:nth-child(4) { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .proof-cell:nth-child(2n) { border-right: 0; }
  .proof-cell:nth-child(n+3) { border-bottom: 0; }
  .service-cards { grid-template-columns: repeat(2, 1fr); }
  .service-card, .service-card:nth-child(3n) { border-right: 1px solid rgba(255,255,255,.22); border-bottom: 1px solid rgba(255,255,255,.22); }
  .service-card:nth-child(2n) { border-right: 0; }
  .service-card:nth-last-child(-n+2) { border-bottom: 0; }
  .choice-grid { grid-template-columns: repeat(2, 1fr); }
  .choice-card { border-bottom: 1px solid rgba(255,255,255,.35); }
  .choice-card:nth-child(2) { border-right: 0; }
  .choice-card:nth-last-child(-n+2) { border-bottom: 0; }
  .process-steps { grid-template-columns: repeat(3, 1fr); }
  .scenario-grid { grid-template-columns: repeat(2, 1fr); gap: 2.5rem 1rem; }
  .founder { grid-template-columns: .8fr 1.2fr; gap: 3rem; }
  .founder-visual { min-height: 38rem; }
  .platform-row { grid-template-columns: 2rem 1fr 1fr 5rem 1.5rem; }
}

@media (max-width: 780px) {
  :root { --pad: 1.1rem; }
  .site-header { grid-template-columns: 1fr auto; height: 4.5rem; }
  .desktop-nav, .header-cta { display: none; }
  .service-header { grid-template-columns: 1fr auto; }
  .service-header .inner-nav { display: none; }
  .service-header .header-cta { display: none; }
  .menu-toggle { justify-self: end; width: 2.8rem; height: 2.8rem; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .4rem; border: 1px solid var(--ink); background: var(--paper); border-radius: 50%; }
  .menu-toggle span:not(.sr-only) { width: 1rem; height: 1px; background: var(--ink); transition: transform .3s; }
  .menu-toggle[aria-expanded="true"] span:nth-last-child(2) { transform: translateY(.22rem) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-.22rem) rotate(-45deg); }
  .mobile-nav { position: fixed; inset: 4.5rem 0 auto; padding: 2rem var(--pad) 3rem; background: var(--ink); color: var(--paper); display: flex; flex-direction: column; gap: 1.2rem; font-size: 1.8rem; letter-spacing: -.04em; }
  .mobile-nav[hidden] { display: none; }
  .mobile-nav .nav-dropdown { width: 100%; }
  .mobile-nav .nav-dropdown summary { justify-content: space-between; font-size: 1.8rem; text-transform: none; }
  .mobile-nav .nav-dropdown summary::after { display: none; }
  .mobile-nav .nav-dropdown summary i { width: 2rem; height: 2rem; display: grid; place-items: center; color: var(--ink); background: var(--signal); border-radius: 50%; font-size: .72rem; }
  .mobile-nav .nav-dropdown-menu { position: static; width: 100%; display: none; gap: .2rem; margin-top: .75rem; padding: .35rem; background: #262721; border-color: rgba(255,255,255,.14); box-shadow: none; opacity: 1; visibility: visible; pointer-events: auto; transform: none; }
  .mobile-nav .nav-dropdown[open] .nav-dropdown-menu { display: flex; transform: none; }
  .mobile-nav .nav-dropdown-menu::before { display: none; }
  .mobile-nav .nav-dropdown-menu a { padding: .8rem; color: var(--paper); font-size: 1.02rem; text-transform: none; letter-spacing: -.015em; }
  .hero { min-height: auto; padding-top: 7.2rem; }
  .hero-platforms { width: 100%; grid-template-columns: 1fr; gap: .65rem; }
  .hero-platforms ul { width: 100%; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .35rem; }
  .hero-platforms li { width: 100%; min-height: 2.2rem; gap: .3rem; padding: .32rem .25rem; }
  .hero-platforms img { width: .95rem; height: .95rem; }
  .hero-platforms img.platform-logo-woo { width: 1.45rem; }
  .hero-platforms strong { font-size: .52rem; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy h1 { font-size: clamp(4rem, 20vw, 6.3rem); line-height: .8; }
  .hero-bottom { margin-top: 2.5rem; }
  .hero-owner { grid-template-columns: 1fr; }
  .hero-actions { justify-content: space-between; }
  .system-visual { min-height: 32rem; margin-top: 1.5rem; }
  .hero-meta { grid-template-columns: 1fr; gap: .8rem; }
  .hero-meta div { flex-direction: row; justify-content: space-between; padding-bottom: .6rem; border-bottom: 1px solid var(--line); }
  .hero-meta strong { text-align: right; }
  .capabilities-heading { grid-template-columns: 1fr; gap: 1.5rem; }
  .capabilities-heading h2 { font-size: clamp(3.5rem, 17vw, 6rem); }
  .capabilities-heading p { max-width: 31rem; }
  .platform-build-grid { grid-template-columns: 1fr; }
  .platform-build-card { min-height: 29rem; border-right: 0; border-bottom: 1px solid var(--ink); }
  .platform-build-card:last-child { border-bottom: 0; }
  .platform-build-card:hover { transform: none; box-shadow: none; }
  .platform-build-copy { margin-top: 4rem; }
  .platform-build-copy h3 { font-size: clamp(2.8rem, 13vw, 4.8rem); }
  .continuity-grid { grid-template-columns: 1fr; }
  .continuity-card { min-height: 22rem; grid-template-columns: 3rem minmax(0, 1fr); gap: 1.25rem; border-right: 0; border-bottom: 1px solid var(--ink); }
  .continuity-card:last-child { border-bottom: 0; }
  .continuity-index i { width: 2.7rem; height: 2.7rem; }
  .continuity-copy h3 { font-size: clamp(2.3rem, 11vw, 3.8rem); }
  .proof-strip { grid-template-columns: 1fr; }
  .proof-cell, .proof-cell:nth-child(2n), .proof-cell:nth-child(n+3), .proof-cell:nth-child(4) { min-height: 11rem; padding: 1rem 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .proof-cell:nth-child(4) { border-bottom: 0; }
  .proof-caption { text-align: left; line-height: 1.45; }
  .routes-heading, .diagnosis-grid, .services-heading, .lead-section, .brand-proof-head, .process-head, .platforms-heading, .local-note { grid-template-columns: 1fr; }
  .route-grid { grid-template-columns: 1fr; }
  .route-card { min-height: 30rem; border-right: 0; border-bottom: 1px solid var(--ink); }
  .route-card:last-child { border-bottom: 0; }
  .statement { margin-top: 3rem; }
  .problem-row { grid-template-columns: 1.7rem 1fr 1.5rem; padding: 1.3rem 0; }
  .problem-row p { grid-column: 2 / -1; }
  .problem-row > i { grid-column: 3; grid-row: 1; }
  .services-heading p { margin-top: 1.5rem; }
  .service-cards { grid-template-columns: 1fr; }
  .service-card, .service-card:nth-child(2n), .service-card:nth-child(3n), .service-card:nth-last-child(-n+2) { min-height: 34rem; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.22); }
  .service-card:last-child { border-bottom: 0; }
  .lead-board { box-shadow: .55rem .55rem 0 var(--signal); }
  .founder { grid-template-columns: 1fr; }
  .founder-visual { min-height: 31rem; }
  .founder-copy h2 { margin-top: 2.5rem; }
  .founder-actions { align-items: flex-start; flex-direction: column; }
  .credential-card { min-height: 5.2rem; grid-template-columns: 3.3rem minmax(0, 1fr) 1.9rem; gap: .65rem; }
  .credential-badge { width: 3.3rem; height: 3.3rem; }
  .credential-badge img { width: 2.85rem; height: 2.85rem; }
  .credential-card > em { grid-column: 2; margin-top: -.2rem; text-align: left; }
  .credential-card > i { grid-column: 3; grid-row: 1 / span 2; }
  .brand-grid { grid-template-columns: repeat(2, 1fr); }
  .brand-logo { min-height: 8.5rem; }
  .brand-logo img { width: 82%; height: 4.2rem; }
  .brand-context { align-items: flex-start; justify-content: flex-start; }
  .brand-context p { text-align: left; }
  .process-steps { grid-template-columns: 1fr 1fr; }
  .process-step, .process-step:not(:first-child) { min-height: 21rem; padding: 1rem; border-bottom: 1px solid var(--line); }
  .process-step:nth-child(2) { border-right: 0; }
  .platform-row { grid-template-columns: 2rem 1fr 1.5rem; gap: 1rem; padding: 1.5rem 0; }
  .platform-row p { grid-column: 2 / -1; }
  .platform-row b { display: none; }
  .platform-row > i { grid-column: 3; grid-row: 1; }
  .choice-grid { grid-template-columns: 1fr; }
  .choice-card, .choice-card:nth-child(2), .choice-card:nth-last-child(-n+2) { min-height: 20rem; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.35); }
  .choice-card:last-child { border-bottom: 0; }
  .scenario-grid { grid-template-columns: 1fr; gap: 3rem; }
  .experience-head { grid-template-columns: 1fr; }
  .experience-line { grid-template-columns: 4rem 1fr; gap: 1rem; padding: 1.5rem 0; }
  .experience-line i { display: none; }
  .scenario-visual { height: 31rem; }
  .scenario-card h3 { min-height: auto; font-size: clamp(1.55rem, 6.8vw, 2rem); }
  .local-note { gap: 2rem; }
  .local-mark { font-size: 5rem; }
  .contact-top { gap: 1rem; }
  .contact-top span:last-child { text-align: right; }
  .contact-main h2 { font-size: clamp(3.25rem, 13.5vw, 5.5rem); }
  .contact-paths { grid-template-columns: 1fr; }
  .contact-path { min-height: 13rem; padding: 1.3rem; }
  .contact-path + .contact-path { border-left: 0; border-top: 1px solid var(--ink); }
  .contact-path h3 { margin-top: 1.8rem; }
  .contact-form-head { grid-template-columns: 1fr; gap: 1rem; }
  .lead-form-grid { grid-template-columns: 1fr; }
  .lead-form-message { grid-column: auto; }
  .lead-form-submit { align-items: stretch; flex-direction: column; }
  .lead-form-submit .button { width: 100%; }
  .contact-bottom { gap: 2rem; }
  .contact-bottom > a { align-items: flex-start; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .footer-brand, .footer-meta { grid-column: 1 / -1; }
  .thanks-next { grid-template-columns: 1fr; }
  .thanks-next div { min-height: 7rem; }
  .thanks-next span { margin-bottom: 1.5rem; }
  .cookie-consent { left: .75rem; right: .75rem; bottom: .75rem; grid-template-columns: 1fr; gap: 1rem; padding: 1.05rem; }
  .cookie-consent-actions { grid-template-columns: 1fr; }
  .cookie-consent-button { width: 100%; }
}

@media (max-width: 430px) {
  .hero-copy h1 { font-size: 17.8vw; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .capabilities-heading h2 { font-size: 15vw; }
  .platform-build-card { min-height: 28rem; padding: 1.05rem; }
  .platform-build-copy h3 { font-size: 12.4vw; }
  .continuity-card { min-height: 24rem; grid-template-columns: 2.7rem minmax(0, 1fr); padding: 1.05rem; }
  .continuity-tags { gap: .3rem; }
  .system-visual { min-height: 31rem; }
  .visual-topline { font-size: .5rem; }
  .system-slide { padding: 0 .9rem; }
  .diagram-heading span { font-size: .58rem; }
  .diagram-heading small { max-width: 7rem; font-size: .43rem; }
  .yode-hub { width: 7.4rem; height: 7.4rem; padding: .9rem; }
  .yode-hub img { width: 5rem; }
  .yode-hub span { font-size: .4rem; }
  .diagram-node { width: 7.2rem; padding: .52rem; }
  .diagram-node span { font-size: .48rem; }
  .diagram-node b { font-size: .39rem; }
  .ring-one { width: 12rem; height: 12rem; }
  .ring-two { width: 19rem; height: 19rem; }
  .diagram-migration .yode-hub { width: 7rem; height: 7rem; }
  .diagram-migration .diagram-node { width: 7.2rem; }
  .growth-loop { width: 18rem; height: 13.5rem; }
  .slide-caption { max-width: 14.5rem; font-size: .56rem; }
  .process-steps { grid-template-columns: 1fr; }
  .process-step, .process-step:not(:first-child) { border-right: 0; }
  .scenario-visual { height: 30rem; }
  .platform-chip { width: 5.3rem; height: 5.3rem; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-brand, .footer-meta { grid-column: auto; }
  .contact-bottom { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .audit-bars i b { transform: scaleX(1) !important; }
  .issue-register li, .integration-channels div, .migration-scope li { opacity: 1 !important; transform: none !important; }
}
