:root{
  --bg:#050505;--surface:#0a0a0a;--surface-2:#101010;--text:#f5f5f3;--muted:#9ba0a6;--line:#242424;--soft:#c9cbd0;
  --max:1240px;--pad:clamp(22px,4vw,64px);--radius:22px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,system-ui,sans-serif;letter-spacing:-.02em}.noise{position:fixed;inset:0;opacity:.035;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E")}a{color:inherit;text-decoration:none}.section-shell{width:min(var(--max),calc(100% - 2*var(--pad)));margin-inline:auto}.site-header{height:92px;padding:0 var(--pad);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);position:sticky;top:0;background:rgba(5,5,5,.86);backdrop-filter:blur(18px);z-index:20}.brand{display:flex;align-items:center;gap:12px}.brand-mark{width:44px;height:44px}.brand-mark .arch,.hero-mark .arch{fill:none;stroke:var(--text);stroke-width:8;stroke-linecap:square}.brand-mark .chev,.hero-mark .chev{fill:none;stroke:var(--muted);stroke-width:8;stroke-linecap:square;stroke-linejoin:miter}.brand-mark .period,.hero-mark .period{fill:var(--text)}.brand-copy{display:grid;gap:2px}.brand-copy strong{font-size:20px;font-weight:500;letter-spacing:.01em}.brand-copy strong span,.large-wordmark>span{color:var(--text)}.brand-copy small{font-size:8px;letter-spacing:.34em;color:var(--muted)}.nav{display:flex;gap:28px;align-items:center;font-size:14px;color:#c8c8c8}.nav a:hover{color:#fff}.nav-cta{padding:11px 16px;border:1px solid #3a3a3a;border-radius:999px}.menu-button{display:none;background:none;border:0;color:#fff}.hero{padding:90px 0 120px}.eyebrow,.kicker{font-size:12px;letter-spacing:.22em;color:#b6b8bc}.eyebrow{display:flex;gap:10px;align-items:center;margin-bottom:42px}.dot{width:6px;height:6px;background:#bfc1c4;border-radius:50%}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:72px;align-items:center}.hero h1{font-size:clamp(54px,7vw,102px);line-height:.97;margin:0 0 30px;font-weight:500}.hero h1 span{color:#909398}.hero-copy>p{font-size:19px;line-height:1.65;color:#aaaeb4;max-width:650px}.hero-actions{display:flex;gap:14px;margin-top:36px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border-radius:999px;font-size:14px}.primary{background:#f3f3f0;color:#0a0a0a}.ghost{border:1px solid #303030;color:#d6d6d6}.mark-card{background:linear-gradient(145deg,#0d0d0d,#070707);border:1px solid #202020;border-radius:var(--radius);padding:28px;min-height:520px;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}.mode-label{position:absolute;top:24px;left:28px;color:#8e9297;font-size:10px;letter-spacing:.18em}.hero-mark{width:220px}.large-wordmark{font-size:54px;font-weight:400;letter-spacing:.01em;display:grid;text-align:center;margin-top:8px}.large-wordmark small{font-size:13px;letter-spacing:.48em;color:#8f9398;margin-top:10px}.mode-toggle{margin-top:16px;width:100%;display:flex;align-items:center;justify-content:center;gap:12px;background:none;border:0;color:#7d8186;font-size:11px;text-transform:uppercase;letter-spacing:.15em}.mode-toggle i{width:48px;height:24px;border-radius:99px;background:#171717;border:1px solid #2d2d2d;position:relative}.mode-toggle i:after{content:"";width:16px;height:16px;border-radius:50%;background:#d7d8da;position:absolute;top:3px;left:4px;transition:.35s}.mark-card.frontend .hero-mark .chev{transform-origin:51px 80px;transform:scaleX(-1) translateX(-102px)}.mark-card.frontend + .mode-toggle i:after{transform:translateX(22px)}.statement{padding:120px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:grid;grid-template-columns:.5fr 1fr 1fr;gap:40px}.statement h2,.section-heading h2,.contact h2{font-size:clamp(42px,5vw,72px);line-height:1.02;font-weight:500;margin:0}.statement>p:last-child{color:#969ba1;line-height:1.7;font-size:17px}.capabilities,.work,.process,.contact{padding:120px 0}.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:54px}.section-heading h2{max-width:780px}.capability-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.capability-grid article{padding:38px 34px;min-height:300px;border-right:1px solid var(--line)}.capability-grid article:last-child{border-right:0}.mini-mark{font-size:54px;color:#969a9f}.capability-grid h3,.process h3{font-size:24px;font-weight:500;margin:38px 0 12px}.capability-grid p,.process p,.contact>p{color:#92969b;line-height:1.65}.work{border-bottom:1px solid var(--line)}.project-grid{display:grid;grid-template-columns:1.35fr .65fr;gap:20px}.project-card{border:1px solid var(--line);border-radius:20px;overflow:hidden;background:#0b0b0b}.project-preview{height:460px;padding:28px;background:linear-gradient(145deg,#131313,#080808)}.preview-ui{height:100%;border:1px solid #2c2c2c;border-radius:14px;background:#0a0a0a}.preview-top{height:50px;border-bottom:1px solid #242424;display:flex;align-items:center;gap:8px;padding:0 18px}.preview-top span{width:7px;height:7px;background:#414141;border-radius:50%}.preview-body{padding:42px;display:grid;grid-template-columns:1fr .75fr;gap:42px}.preview-copy b{font-size:38px;font-weight:500;display:block;margin-bottom:28px}.preview-copy i{display:block;height:8px;background:#282828;margin:14px 0;border-radius:4px}.preview-copy i:nth-of-type(2){width:85%}.preview-copy i:nth-of-type(3){width:60%}.preview-panel{border:1px solid #282828;border-radius:16px;background:radial-gradient(circle at 50% 40%,#303030,#0f0f0f 60%)}.code-preview{display:grid;place-items:center;font-size:34px;color:#888}.code-preview code{line-height:1.6}.code-preview span{color:#d4d4d4}.project-meta{padding:22px 24px;display:flex;justify-content:space-between;color:#909399;font-size:11px;letter-spacing:.14em}.process-row{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line)}.process-row>div{padding:36px 34px;border-right:1px solid var(--line)}.process-row>div:last-child{border-right:0}.process-row span{font-size:11px;color:#777;letter-spacing:.15em}.contact{text-align:center;border-top:1px solid var(--line)}.contact h2{margin:16px 0 22px}.contact>p{max-width:620px;margin:0 auto 32px}.site-footer{min-height:170px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;color:#777;font-size:13px}.compact .brand-mark{width:34px}.compact .brand-copy strong{font-size:16px}
@media(max-width:900px){.nav{display:none}.menu-button{display:block}.hero-grid,.statement,.project-grid{grid-template-columns:1fr}.hero-visual{margin-top:18px}.statement{gap:18px}.capability-grid,.process-row{grid-template-columns:1fr}.capability-grid article,.process-row>div{border-right:0;border-bottom:1px solid var(--line)}.section-heading{display:block}.project-preview{height:360px}.site-footer{padding:34px 0;flex-direction:column;gap:18px}.mode-label{position:static;align-self:flex-start;margin-bottom:12px}.mark-card{min-height:420px}.hero-mark{width:180px}.large-wordmark{font-size:42px}}

/* Final Distinct. Developers logo implementation */
.brand-mark,.hero-mark{display:block;object-fit:contain}
.brand-mark{width:46px;height:46px}
.hero-mark{width:min(250px,58%);height:auto}
.brand-mark .arch,.brand-mark .chev,.brand-mark .period,.hero-mark .arch,.hero-mark .chev,.hero-mark .period{display:none}
.large-wordmark{display:flex;flex-direction:column;align-items:center;line-height:1}
.large-wordmark>div{font-size:54px;font-weight:400;letter-spacing:.01em;color:var(--text)}
.large-wordmark>div span{color:var(--text)}
.large-wordmark small{display:block;font-size:13px;line-height:1;letter-spacing:.48em;color:#8f9398;margin-top:22px;padding-left:.48em}
@media(max-width:900px){.hero-mark{width:min(210px,62%)}.large-wordmark>div{font-size:42px}}

/* Exact approved logo artwork — preserve source proportions */
.brand-mark,.hero-mark{
  object-fit:contain;
  object-position:center;
  image-rendering:auto;
  filter:none;
}
.hero-mark{aspect-ratio:127/137;}
.brand-mark{aspect-ratio:127/137;height:auto;}


/* Live dual-mark hero */
.mark-card{overflow:hidden}
.hero-mark,.mode-label,.large-wordmark{transition:opacity .42s ease,transform .42s cubic-bezier(.22,.61,.36,1)}
.mark-card.is-changing .hero-mark{opacity:0;transform:scale(.975)}
.mark-card.is-changing .mode-label,.mark-card.is-changing .large-wordmark{opacity:.28}
.mode-timer{width:72px;height:1px;margin:11px auto 0;background:#202124;overflow:hidden}
.mode-timer span{display:block;width:100%;height:100%;background:#9da1a6;transform:scaleX(0);transform-origin:left center}
.mode-timer span.running{animation:mode-progress 5.2s linear forwards}
@keyframes mode-progress{to{transform:scaleX(1)}}
@media(prefers-reduced-motion:reduce){.hero-mark,.mode-label,.large-wordmark{transition:none}.mode-timer{display:none}}
