:root{--color-coal-950: #0a0a0a;--color-coal-900: #141414;--color-coal-850: #1e1e1e;--color-coal-800: #2a2a2a;--color-steel-50: #e8e8e8;--color-steel-300: #c8c8c8;--color-steel-500: #999999;--color-steel-700: #888888;--color-steel-900: #5a5a5a;--surface-ground: var(--color-coal-950);--surface-raised: var(--color-coal-900);--surface-overlay: var(--color-coal-850);--surface-hover: color-mix(in srgb, var(--surface-raised) 82%, white 18%);--ink-primary: var(--color-steel-50);--ink-secondary: var(--color-steel-500);--ink-muted: var(--color-steel-900);--border-subtle: var(--color-coal-850);--border-visible: var(--color-coal-800);--border-strong: color-mix(in srgb, var(--border-visible) 70%, white 30%);--accent: var(--color-steel-300);--accent-muted: var(--color-steel-700);--focus-ring: color-mix(in srgb, var(--accent) 88%, white 12%);--focus-ring-soft: color-mix(in srgb, var(--surface-ground) 40%, var(--focus-ring) 60%);--status-live: #4ade80;--status-active: #60a5fa;--status-experimental: #fbbf24;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-6: 1.5rem;--space-8: 2rem;--space-10: 2.5rem;--space-12: 3rem;--space-16: 4rem;--space-20: 5rem;--space-24: 6rem;--space-32: 8rem;--font-sans: "Satoshi", "SF Pro Display", "Segoe UI", sans-serif;--font-mono: "JetBrains Mono", "SF Mono", "Fira Code", monospace;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-lg: 1.125rem;--text-xl: 1.25rem;--text-2xl: 1.5rem;--text-3xl: 2rem;--text-4xl: 2.5rem;--text-5xl: 3.25rem;--leading-tight: 1.1;--leading-snug: 1.3;--leading-normal: 1.65;--leading-relaxed: 1.82;--tracking-tight: -.03em;--tracking-snug: -.015em;--tracking-normal: 0;--tracking-wide: .08em;--weight-regular: 400;--weight-medium: 500;--weight-semibold: 600;--max-width: 720px;--max-width-wide: 960px;--ease-out: cubic-bezier(.16, 1, .3, 1);--duration-instant: 0ms;--duration-fast: .15s;--duration-base: .22s;--motion-safe-transition: var(--duration-fast) var(--ease-out)}@font-face{font-family:Satoshi;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/satoshi/Satoshi-Regular.woff2) format("woff2")}@font-face{font-family:Satoshi;font-style:normal;font-weight:500;font-display:swap;src:url(/fonts/satoshi/Satoshi-Medium.woff2) format("woff2")}@font-face{font-family:Satoshi;font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/satoshi/Satoshi-Bold.woff2) format("woff2")}@font-face{font-family:Satoshi;font-style:italic;font-weight:400;font-display:swap;src:url(/fonts/satoshi/Satoshi-Italic.woff2) format("woff2")}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none;scroll-behavior:smooth;background-color:var(--surface-ground)}body{font-family:var(--font-sans);font-size:var(--text-base);line-height:var(--leading-normal);letter-spacing:.01em;color:var(--ink-primary);background-color:var(--surface-ground);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh}h1,h2,h3,h4,h5,h6{line-height:var(--leading-tight);text-wrap:balance;font-weight:var(--weight-medium);letter-spacing:var(--tracking-snug)}p,li{text-wrap:pretty}p{max-width:68ch}a{color:inherit;text-decoration:none}img,picture,svg{display:block;max-width:100%}ul,ol{list-style:none}::selection{background:var(--ink-muted);color:var(--ink-primary)}:focus-visible{outline:2px solid var(--focus-ring);outline-offset:3px;box-shadow:0 0 0 4px var(--focus-ring-soft)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border-visible);border-radius:3px}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.page{max-width:1120px;margin:0 auto;padding:var(--space-10) var(--space-8)}.section{padding:clamp(4.5rem,10vw,7rem) 0;border-bottom:1px solid var(--border-subtle)}.section:last-of-type{border-bottom:none}.hero{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(260px,1fr);column-gap:clamp(2rem,6vw,5rem);row-gap:var(--space-8);align-items:end;min-height:min(70vh,720px);padding:clamp(5rem,12vw,9rem) 0 clamp(4rem,8vw,6rem);border-bottom:1px solid var(--border-subtle)}.hero:before{content:"IMDMP / STARTUP STUDIO";grid-column:1 / -1;font-size:var(--text-xs);font-weight:var(--weight-semibold);letter-spacing:.2em;text-transform:uppercase;color:var(--ink-muted)}.hero__headline{font-size:clamp(3rem,7vw,5.5rem);font-weight:var(--weight-medium);letter-spacing:-.055em;line-height:1;color:var(--ink-primary);max-width:14ch}.hero__body{align-self:end;display:flex;flex-direction:column;gap:var(--space-8)}.hero__subtext{font-size:clamp(1rem,1.6vw,1.15rem);color:var(--ink-secondary);line-height:var(--leading-relaxed);max-width:38ch}.hero__cta{display:inline-flex;align-items:center;width:fit-content;gap:var(--space-3);font-size:var(--text-sm);font-weight:var(--weight-semibold);letter-spacing:.14em;text-transform:uppercase;color:var(--ink-primary);border:1px solid var(--border-visible);background-color:var(--surface-raised);padding:var(--space-3) var(--space-4);transition:color var(--motion-safe-transition),border-color var(--motion-safe-transition),background-color var(--motion-safe-transition),transform var(--motion-safe-transition)}.hero__cta:hover{color:var(--ink-primary);border-color:var(--focus-ring);background-color:color-mix(in srgb,var(--surface-raised) 75%,white 25%);transform:translate(4px)}.hero__cta-arrow{display:inline-block;transition:transform var(--motion-safe-transition)}.hero__cta:hover .hero__cta-arrow{transform:translate(3px)}.section__header{margin-bottom:var(--space-10)}.section__label{font-size:var(--text-xs);font-weight:var(--weight-semibold);letter-spacing:.18em;text-transform:uppercase;color:var(--ink-muted)}.products__list{display:flex;flex-direction:column;border-top:1px solid var(--border-subtle)}.product{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:var(--space-6);padding:var(--space-8) 0;border-bottom:1px solid var(--border-subtle);border-radius:0;border-left:none;border-right:none;border-top:none;transition:background-color var(--motion-safe-transition),border-color var(--motion-safe-transition),transform var(--motion-safe-transition)}.product:hover{background-color:transparent;border-color:var(--border-strong);transform:translate(8px)}.product:focus-visible{background-color:transparent;border-color:var(--focus-ring);outline:none;box-shadow:inset 0 0 0 1px var(--focus-ring);transform:translate(8px)}.product__info{display:flex;flex-direction:column;gap:var(--space-1)}.product__name{font-size:clamp(1.5rem,3vw,2.35rem);font-weight:var(--weight-semibold);letter-spacing:-.04em;color:var(--ink-primary)}.product__tagline{font-size:var(--text-sm);font-style:italic;color:var(--ink-muted);letter-spacing:.01em}.product__description{font-size:var(--text-base);color:var(--ink-secondary);line-height:var(--leading-normal);max-width:42ch;margin-top:var(--space-1)}.product__meta{display:flex;align-items:center;gap:var(--space-4)}.product__status{font-size:var(--text-xs);font-weight:var(--weight-semibold);letter-spacing:.16em;text-transform:uppercase;display:inline-flex;align-items:center;gap:var(--space-2);white-space:nowrap}.product__status:before{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;background-color:currentColor}.product__status--live{color:var(--status-live)}.product__status--active{color:var(--status-active)}.product__status--experimental{color:var(--status-experimental)}.product__status--building{color:var(--ink-muted)}.thesis__content{display:flex;flex-direction:column;gap:var(--space-6)}.thesis__text{font-size:clamp(1.05rem,1.8vw,1.2rem);color:var(--ink-secondary);line-height:var(--leading-relaxed);max-width:58ch}.footer{padding:var(--space-20) 0 var(--space-10);border-top:1px solid var(--border-subtle)}.footer__inner{display:flex;justify-content:space-between;align-items:baseline}.footer__brand{font-size:var(--text-sm);font-weight:var(--weight-semibold);letter-spacing:.18em;color:var(--ink-muted)}.footer__nav{display:flex;gap:var(--space-6)}.footer__link{font-size:var(--text-sm);color:var(--ink-muted);transition:color var(--motion-safe-transition)}.footer__link:hover{color:var(--ink-secondary)}@media(prefers-reduced-motion:reduce){.hero__cta:hover{transform:none}.hero__cta-arrow{transition:none}.hero__cta:hover .hero__cta-arrow{transform:none}.product{transition:background-color .01ms !important,border-color .01ms!important}.product:hover,.product:focus-visible{transform:none}}@media(max-width:640px){.page{padding:var(--space-6) var(--space-4)}.hero{grid-template-columns:1fr;min-height:auto;padding:var(--space-20) 0 var(--space-16)}.hero__headline{font-size:clamp(2.5rem,12vw,3.5rem);max-width:14ch}.hero__subtext{font-size:var(--text-base);max-width:38ch}.section{padding:var(--space-16) 0}.product{grid-template-columns:1fr;gap:var(--space-3);align-items:flex-start;padding:var(--space-6) 0}.product__meta{justify-content:flex-start}.footer__inner{flex-direction:column;gap:var(--space-4);align-items:flex-start}}
