* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
}

body {
    background: #f7f7f4;
}

::selection {
    background: #c75b39;
    color: #fff;
}

.page-shell {
    font-family: 'Hanken Grotesk', sans-serif;
    color: #3d3d3d;
    background: #f7f7f4;
    overflow-x: hidden;
}

.site-nav {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(44, 44, 44, 0.92);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.container {
    max-width: 1180px;
    margin: 0 auto;
}

.nav-inner {
    padding: 14px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 28px;
}

.nav-link {
    text-decoration: none;
    font-size: 14.5px;
    font-weight: 500;
    color: #c9cacb;
    display: none;
}

.brand-mark {
    text-decoration: none;
    display: flex;
    align-items: baseline;
    font-family: 'Hanken Grotesk', sans-serif;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: #fff;
    line-height: 1;
}

.brand-mark--footer {
    color: #fff;
}

.brand-mono {
    font-family: 'IBM Plex Mono', monospace;
}

.brand-s {
    font-size: 16px;
}

.brand-a,
.brand-e {
    font-size: 23px;
}

.brand-ai-a {
    font-size: 22px;
}

.brand-ai-i {
    font-size: 17px;
}

.brand-dot {
    font-size: 12px;
}

.brand-x {
    font-size: 26px;
    font-weight: 400;
}

.brand-ai {
    color: #e0855f;
    font-weight: 400;
    font-family: 'IBM Plex Mono', monospace;
}

.btn {
    text-decoration: none;
    font-family: 'Hanken Grotesk', sans-serif;
    font-weight: 600;
    border-radius: 999px;
    white-space: nowrap;
    display: inline-block;
}

.btn-primary {
    color: #fff;
    background: #c75b39;
}

.btn-secondary {
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.btn-sm {
    font-size: 14.5px;
    padding: 9px 18px;
}

.btn-lg {
    font-size: 16px;
    padding: 15px 28px;
}

.btn-shadow {
    box-shadow: 0 8px 26px rgba(199, 91, 57, 0.34);
}

.section-light {
    background: #f7f7f4;
    scroll-margin-top: 64px;
}

.section-dark {
    background: #2c2c2c;
    color: #fff;
    scroll-margin-top: 64px;
}

.section-charcoal {
    background: #3d3d3d;
    color: #fff;
    scroll-margin-top: 64px;
}

.section-inner {
    padding: clamp(72px, 10vw, 118px) 24px;
}

.section-inner-lg {
    padding: clamp(72px, 10vw, 124px) 24px;
}

.section-kicker {
    margin-bottom: 18px;
}

.section-kicker-lg {
    margin-bottom: 22px;
}

.section-copy-top {
    margin-top: 18px;
}

.eyebrow {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 13px;
    letter-spacing: 0.2em;
    font-weight: 500;
}

.eyebrow-accent {
    color: #c75b39;
}

.eyebrow-warm {
    color: #e0855f;
}

.section-title {
    font-weight: 700;
    letter-spacing: -0.015em;
    line-height: 1.04;
    text-wrap: balance;
}

.section-copy {
    line-height: 1.5;
    text-wrap: pretty;
}

.copy-muted {
    color: #5b6168;
}

.copy-inverse {
    color: #c7c8c9;
}

.copy-soft {
    color: #b7b8b9;
}

.copy-dark {
    color: #3d3d3d;
}

.mono-meta {
    font-family: 'IBM Plex Mono', monospace;
}

.grid-auto-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(248px, 1fr));
    gap: 18px;
    margin-top: 18px;
}

.grid-auto-panels {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 18px;
    margin-top: 18px;
    align-items: stretch;
}

.grid-auto-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
    margin-top: 46px;
}

.grid-auto-info {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 16px;
    margin-top: 16px;
}

.grid-auto-team {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    gap: 18px;
    margin-top: 44px;
}

.grid-auto-vision {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 16px;
    margin-top: 48px;
}

.pipeline-row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 10px;
    margin-top: 46px;
}

.hero {
    position: relative;
    background: #2c2c2c;
    color: #fff;
    overflow: hidden;
    scroll-margin-top: 64px;
}

.hero-inner {
    padding: clamp(72px, 11vw, 128px) 24px clamp(220px, 26vw, 300px);
    position: relative;
    z-index: 2;
}

.hero-kicker {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 13px;
    letter-spacing: 0.22em;
    color: #e0855f;
    font-weight: 500;
    margin-bottom: 26px;
}

.hero-title {
    font-size: clamp(38px, 6.4vw, 76px);
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.02;
    max-width: 15ch;
    text-wrap: balance;
}

.hero-accent {
    color: #e0855f;
}

.hero-copy {
    font-size: clamp(18px, 2.1vw, 23px);
    line-height: 1.5;
    color: #c7c8c9;
    max-width: 60ch;
    margin-top: 26px;
    font-weight: 400;
    text-wrap: pretty;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 38px;
}

.hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 26px;
    margin-top: 42px;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 12.5px;
    color: #9a9e9f;
}

.hero-meta-highlight {
    color: #c7c8c9;
}

.hero-skyline {
    position: absolute;
    right: 0;
    bottom: -2px;
    width: 50%;
    max-width: 760px;
    opacity: 0.92;
    pointer-events: none;
    z-index: 1;
}

.pipeline-card {
    flex: 1 1 150px;
    border-radius: 14px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pipeline-card-dark {
    background: #2c2c2c;
    color: #fff;
}

.pipeline-card-light {
    background: #fff;
    border: 1px solid #e4e4dc;
}

.pipeline-card-accent {
    background: #fcf0e6;
    border: 1.5px solid #c75b39;
}

.pipeline-label {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 11px;
    letter-spacing: 0.08em;
    margin-bottom: 8px;
}

.pipeline-label-accent {
    color: #c75b39;
}

.pipeline-label-warm {
    color: #e0855f;
}

.pipeline-value {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.25;
}

.content-card {
    background: #fff;
    border: 1px solid #e4e4dc;
    border-radius: 16px;
    box-shadow: 0 1px 3px rgba(20, 23, 28, 0.04);
}

.media-card {
    padding: 16px;
}

.media-frame {
    background: #f7f7f4;
    border-radius: 9px;
    overflow: hidden;
    margin-bottom: 14px;
}

.media-frame img {
    display: block;
    width: 100%;
}

.media-image {
    height: 150px;
}

.media-image-contain {
    object-fit: contain;
}

.media-image-cover {
    object-fit: cover;
}

.card-label {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 11px;
    letter-spacing: 0.08em;
    color: #c75b39;
    margin-bottom: 6px;
}

.card-title {
    font-weight: 700;
}

.card-title-md {
    font-size: 18px;
    margin-bottom: 5px;
}

.card-copy {
    color: #5b6168;
    line-height: 1.45;
}

.card-copy-sm {
    font-size: 15px;
}

.split-panel-accent {
    background: #fcf0e6;
    border: 1.5px solid #c75b39;
    border-radius: 16px;
    padding: 26px;
    box-shadow: 0 6px 22px rgba(199, 91, 57, 0.1);
    display: flex;
    flex-direction: column;
}

.split-panel-card {
    padding: 26px;
    display: flex;
    flex-direction: column;
}

.chat-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
    gap: 12px;
}

.chat-title {
    font-size: 19px;
    font-weight: 700;
}

.chat-bubble-user {
    align-self: flex-end;
    max-width: 84%;
    background: #3d3d3d;
    color: #fff;
    border-radius: 14px 14px 4px 14px;
    padding: 12px 16px;
    font-size: 16.5px;
    line-height: 1.4;
    margin-bottom: 10px;
}

.chat-bubble-response {
    align-self: flex-start;
    max-width: 90%;
    background: #fff;
    border: 1px solid #f2d5bc;
    border-radius: 14px 14px 14px 4px;
    padding: 12px 16px;
    font-size: 16.5px;
    line-height: 1.4;
    color: #3c4148;
}

.chat-response-accent {
    color: #c75b39;
    font-weight: 600;
}

.chat-meta {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 13px;
    color: #a98e73;
    margin-top: auto;
    padding-top: 22px;
    line-height: 1.6;
}

.loop-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f1f1ec;
    border: 1px solid #e4e4dc;
    color: #c75b39;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-bottom: 16px;
}

.loop-title {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 14px;
}

.loop-list {
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.loop-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16.5px;
    font-weight: 500;
}

.loop-check {
    color: #c75b39;
}

.loop-copy {
    margin-top: auto;
    padding-top: 22px;
    font-size: 15px;
    line-height: 1.5;
    color: #5b6168;
}

.pill-label {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: #fff;
    background: #c75b39;
    padding: 5px 11px;
    border-radius: 999px;
    white-space: nowrap;
}

.stat-card {
    background: #363636;
    border: 1px solid #444;
    border-radius: 16px;
    padding: 26px;
}

.stat-value {
    font-size: clamp(40px, 6vw, 58px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.02em;
}

.stat-value-accent {
    color: #e0855f;
}

.stat-value-light {
    color: #fff;
}

.stat-title {
    font-size: 17px;
    font-weight: 600;
    margin-top: 12px;
}

.stat-meta {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 13px;
    color: #9a9e9f;
    margin-top: 5px;
}

.info-card {
    background: #363636;
    border: 1px solid #444;
    border-radius: 16px;
    padding: 24px 26px;
    display: flex;
    gap: 14px;
    align-items: flex-start;
}

.info-icon {
    color: #e0855f;
    font-weight: 600;
    line-height: 1;
}

.info-icon-lg {
    font-size: 22px;
}

.info-icon-md {
    font-size: 20px;
}

.info-title {
    font-size: 17px;
    font-weight: 700;
}

.info-copy {
    font-size: 15px;
    line-height: 1.45;
    color: #b7b8b9;
    margin-top: 5px;
}

.team-card {
    padding: 24px;
    display: flex;
    gap: 18px;
}

.team-photo {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    object-fit: cover;
    flex: none;
    background: #e4e4dc;
}

.team-photo-top {
    object-position: center top;
}

.team-photo-center {
    object-position: center;
}

.team-name-lg {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.15;
}

.team-name-md {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.15;
}

.team-role {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 12px;
    color: #c75b39;
    margin: 4px 0 10px;
}

.team-copy {
    font-size: 15.5px;
    line-height: 1.45;
    color: #3c4148;
}

.meta-label {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 11px;
    letter-spacing: 0.1em;
    color: #9a9e9f;
    margin-bottom: 4px;
}

.text-left {
    text-align: left;
}

.footer-tagline {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 11px;
    letter-spacing: 0.2em;
    color: #9a9e9f;
    margin-top: 8px;
}

.vision-title {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 8px;
}

.vision-copy {
    font-size: 15.5px;
    line-height: 1.5;
    color: #b7b8b9;
}

.waitlist-success-title {
    font-size: 22px;
    font-weight: 700;
    color: #a84a2c;
}

.waitlist-success-copy {
    font-size: 16px;
    color: #3c4148;
}

.waitlist-error {
    margin-top: 12px;
    font-size: 14px;
    color: #c75b39;
}

.hidden {
    display: none !important;
}

.team-avatar-placeholder {
    border-radius: 50%;
    background: #f1f1ec;
    border: 1px solid #e4e4dc;
    color: #c75b39;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
    font-family: 'IBM Plex Mono', monospace;
}

.vision-item {
    border-top: 2px solid #c75b39;
    padding-top: 18px;
}

.waitlist-box {
    background: #fff;
    border: 1px solid #e4e4dc;
    border-radius: 24px;
    padding: clamp(32px, 5vw, 64px);
    box-shadow: 0 12px 40px rgba(20, 23, 28, 0.06);
    max-width: 780px;
    margin: 0 auto;
    text-align: center;
}

.success-box {
    margin-top: 30px;
    background: #fcf0e6;
    border: 1.5px solid #c75b39;
    border-radius: 14px;
    padding: 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.waitlist-form {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

.waitlist-input {
    flex: 1 1 280px;
    min-width: 0;
    font-family: 'Hanken Grotesk', sans-serif;
    font-size: 16px;
    color: #3d3d3d;
    background: #f7f7f4;
    border: 1px solid #d9d9d2;
    border-radius: 999px;
    padding: 15px 22px;
    outline: none;
}

.waitlist-input:focus {
    border-color: #c75b39;
    background: #fff;
}

.waitlist-submit {
    flex: 0 0 auto;
    font-size: 16px;
    color: #fff;
    background: #c75b39;
    border: none;
    border-radius: 999px;
    padding: 15px 30px;
    cursor: pointer;
    box-shadow: 0 8px 22px rgba(199, 91, 57, 0.28);
}

.waitlist-submit:hover {
    background: #b34e2f;
}

.contact-row {
    margin-top: 32px;
    border-top: 1px solid #efefe9;
    padding-top: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 40px;
    justify-content: center;
    font-size: 15px;
}

.contact-link {
    color: #3d3d3d;
    text-decoration: none;
    font-weight: 600;
}

.contact-link:hover {
    color: #c75b39;
}

.site-footer {
    background: #2c2c2c;
    color: #fff;
}

.footer-inner {
    padding: 48px 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    align-items: center;
    justify-content: space-between;
}

.footer-meta {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 12px;
    color: #9a9e9f;
    text-align: right;
    line-height: 1.7;
}