/* YOUNYC Portfolio — re-designed
   ============================== */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=JetBrains+Mono:wght@400;500&display=swap');

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
    background: #0A0E1A;
    color: #F3F4F6;
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

/* ---- Layout ---- */
.container { width: 100%; max-width: 1280px; margin: 0 auto; padding: 0 28px; }
.container-tight { max-width: 1080px; }

/* ---- Brand glows ---- */
.glow-amber, .glow-orange { position: absolute; border-radius: 50%; pointer-events: none; }
.glow-amber  { background: rgba(245,158,11,0.22); filter: blur(120px); }
.glow-orange { background: rgba(234,88,12,0.22); filter: blur(120px); }

/* ---- Nav ---- */
.nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 60;
    transition: backdrop-filter .3s ease, background .3s ease, border-color .3s ease;
    border-bottom: 1px solid transparent;
}
.nav.scrolled {
    background: rgba(10,14,26,0.72);
    backdrop-filter: blur(16px);
    border-bottom-color: rgba(255,255,255,0.08);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; padding: 18px 0; gap: 24px; }
.nav-inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 18px 0; gap: 24px; }
.nav-inner .btn-primary { white-space: nowrap; }
.brand { font-weight: 800; font-size: 20px; letter-spacing: -0.04em; color: #F3F4F6; text-decoration: none; justify-self: start; }
.brand .dot { color: #F59E0B; }
.nav-links { display: flex; gap: 28px; align-items: center; justify-self: center; }
.nav-links a { color: #D1D5DB; text-decoration: none; font-size: 13px; font-weight: 500; transition: color .2s; white-space: nowrap; }
.nav-links a:hover { color: #F3F4F6; }
.nav-status { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; color: #9CA3AF; font-family: 'JetBrains Mono', monospace; white-space: nowrap; }
.nav-status::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: #22C55E; box-shadow: 0 0 8px rgba(34,197,94,0.7); animation: pulse 2s ease-in-out infinite; }
@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: 0.4; } }

/* Nav CTA — combined status + book button */
.nav-cta {
    justify-self: end;
    display: inline-flex; align-items: center; gap: 10px;
    padding: 9px 8px 9px 16px;
    border-radius: 9999px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.10);
    color: #F3F4F6; text-decoration: none;
    font-size: 13px; font-weight: 500; white-space: nowrap;
    transition: background .2s ease, border-color .2s ease, transform .2s ease;
}
.nav-cta:hover { background: rgba(245,158,11,0.10); border-color: rgba(245,158,11,0.40); }
.nav-cta-dot { width: 7px; height: 7px; border-radius: 50%; background: #22C55E; box-shadow: 0 0 10px rgba(34,197,94,0.8); animation: pulse 2s ease-in-out infinite; }
.nav-cta-status { color: #9CA3AF; font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 0.04em; }
.nav-cta-sep { color: rgba(255,255,255,0.18); }
.nav-cta-action { color: #F3F4F6; font-weight: 600; }
.nav-cta .arrow {
    width: 28px; height: 28px; border-radius: 50%;
    background: linear-gradient(135deg, #F59E0B, #EA580C);
    color: #0A0E1A; display: inline-flex; align-items: center; justify-content: center;
    box-shadow: 0 4px 14px rgba(245,158,11,0.35);
    transition: transform .25s ease;
}
.nav-cta:hover .arrow { transform: translateX(2px); }

/* ---- Hero ---- */
.hero { position: relative; min-height: 100vh; display: flex; align-items: center; padding: 120px 0 80px; overflow: hidden; }
.hero .glow-amber  { top: -200px; left: -200px; width: 600px; height: 600px; }
.hero .glow-orange { bottom: -250px; right: -150px; width: 600px; height: 600px; }
.hero-grid {
    position: absolute; inset: 0; opacity: 0.5;
    background-image:
      linear-gradient(rgba(245,158,11,0.04) 1px, transparent 1px),
      linear-gradient(90deg, rgba(245,158,11,0.04) 1px, transparent 1px);
    background-size: 80px 80px;
    mask-image: radial-gradient(ellipse at center, black 30%, transparent 75%);
}
.hero-inner { position: relative; z-index: 2; }
.hero-status { display: inline-flex; align-items: center; gap: 12px; padding: 8px 16px 8px 14px; border-radius: 9999px; background: rgba(245,158,11,0.08); border: 1px solid rgba(245,158,11,0.30); font-size: 12px; font-weight: 500; color: #FBBF24; margin-bottom: 28px; }
.hero-status::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: #FBBF24; box-shadow: 0 0 12px rgba(251,191,36,0.8); animation: pulse 1.6s ease-in-out infinite; flex-shrink: 0; }
.hero-status .label { color: #9CA3AF; font-family: 'JetBrains Mono', monospace; font-size: 10px; text-transform: uppercase; letter-spacing: 0.1em; padding-right: 10px; border-right: 1px solid rgba(245,158,11,0.25); }
.hero-status-items { display: inline-flex; align-items: center; gap: 14px; }
.hs-item { display: inline-flex; align-items: baseline; gap: 6px; color: #F3F4F6; font-size: 12px; font-weight: 600; letter-spacing: -0.005em; text-decoration: none; transition: color .2s ease; cursor: pointer; }
.hs-item:hover { color: #FBBF24; }
.hs-item + .hs-item { padding-left: 14px; border-left: 1px solid rgba(255,255,255,0.10); }
.hs-item em { font-style: normal; color: #FBBF24; font-family: 'JetBrains Mono', monospace; font-size: 11px; font-weight: 500; }

.hero h1 {
    font-size: clamp(34px, 9vw, 116px);
    line-height: 0.95;
    letter-spacing: -0.045em;
    font-weight: 900;
    margin: 0 0 36px;
    color: #F3F4F6;
    overflow-wrap: break-word;
}
.hero h1 .accent { background: linear-gradient(90deg, #F59E0B 0%, #EA580C 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; }
.hero h1 .strike {
    position: relative;
    display: inline-block;
    text-decoration: line-through;
    text-decoration-color: #F59E0B;
    text-decoration-thickness: 7px;
    text-decoration-skip-ink: none;
    color: #6B7280;
}

.hero-sub { display: grid; grid-template-columns: minmax(0, 540px) 1fr; gap: 60px; align-items: end; max-width: 100%; }
.hero-lede { color: #9CA3AF; font-size: 19px; line-height: 1.65; }
.hero-lede strong { color: #F3F4F6; font-weight: 600; }
.hero-cta { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
.btn-primary {
    background: linear-gradient(90deg, #F59E0B, #D97706);
    color: #fff; font-weight: 600; font-size: 15px;
    padding: 16px 28px; border-radius: 10px; border: none; cursor: pointer;
    box-shadow: 0 4px 20px rgba(245,158,11,0.4);
    transition: transform .2s ease, box-shadow .3s ease;
    display: inline-flex; align-items: center; gap: 10px;
    text-decoration: none;
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(245,158,11,0.55); }
.btn-secondary {
    background: rgba(255,255,255,0.04); color: #F3F4F6;
    border: 1px solid rgba(255,255,255,0.18);
    padding: 15px 22px; border-radius: 10px; font-size: 14px; font-weight: 500;
    cursor: pointer; text-decoration: none;
    display: inline-flex; align-items: center; gap: 8px;
    transition: background .2s, border-color .2s;
}
.btn-secondary:hover { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.32); }

/* ---- Receipts strip ---- */
.receipts { padding: 80px 0; border-top: 1px solid rgba(255,255,255,0.06); border-bottom: 1px solid rgba(255,255,255,0.06); background: rgba(255,255,255,0.015); }
.receipts-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.receipt { padding: 0 24px; border-left: 1px solid rgba(255,255,255,0.06); }
.receipt:first-child { border-left: none; padding-left: 0; }
.receipt .num { font-size: 56px; font-weight: 800; letter-spacing: -0.04em; line-height: 1; background: linear-gradient(180deg, #F3F4F6 0%, #9CA3AF 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.receipt .num sup { font-size: 22px; vertical-align: super; line-height: 0; color: #F59E0B; background: none; -webkit-text-fill-color: #F59E0B; }
.receipt .label { margin-top: 12px; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.12em; color: #9CA3AF; }
.receipt .meta { margin-top: 6px; font-size: 13px; color: #6B7280; line-height: 1.5; }

/* ---- Section base ---- */
section { position: relative; }
.section { padding: 140px 0; }
.eyebrow {
    display: inline-flex; align-items: center; gap: 10px;
    font-size: 12px; font-weight: 600; color: #F59E0B;
    text-transform: uppercase; letter-spacing: 0.18em;
    margin-bottom: 24px;
}
.eyebrow::before { content: ''; width: 28px; height: 1px; background: #F59E0B; }
.section h2 { font-size: clamp(36px, 5vw, 64px); line-height: 1.05; letter-spacing: -0.035em; font-weight: 800; margin: 0 0 24px; color: #F3F4F6; }
.section .lead { font-size: 18px; color: #9CA3AF; line-height: 1.7; max-width: 60ch; margin: 0; }

/* ---- Work grid ---- */
.work-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 64px; }
.work-card {
    position: relative; overflow: hidden;
    background: rgba(17,24,39,0.55); border: 1px solid rgba(255,255,255,0.08);
    border-radius: 20px; cursor: pointer;
    transition: transform .35s cubic-bezier(0.16, 1, 0.3, 1), border-color .3s, box-shadow .3s;
    display: flex; flex-direction: column;
}
.work-card:hover { transform: translateY(-4px); border-color: rgba(245,158,11,0.4); box-shadow: 0 20px 60px rgba(2,6,23,0.5); }
.work-card.featured { grid-column: span 2; flex-direction: row; }
.work-card .work-meta { padding: 32px; display: flex; flex-direction: column; gap: 14px; }
.work-card.normal .work-meta { padding: 28px; gap: 12px; }
.work-card.featured .work-meta { flex: 1; }
.work-card .work-image { position: relative; overflow: hidden; background: #0B1220; }
.work-card.normal .work-image { aspect-ratio: 16 / 10; }
.work-card.featured .work-image { flex: 1.1; border-left: 1px solid rgba(255,255,255,0.06); min-height: 100%; }
.work-card .work-image img { width: 100%; height: 100%; object-fit: cover; object-position: top left; transition: transform .8s ease; }
.work-card:hover .work-image img { transform: scale(1.04); }
.work-card .vertical-tag { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.14em; color: #F59E0B; }
.work-card .name { font-size: 36px; font-weight: 800; letter-spacing: -0.03em; line-height: 1.05; color: #F3F4F6; }
.work-card.normal .name { font-size: 26px; }
.work-card .pitch { font-size: 15px; color: #9CA3AF; line-height: 1.65; }
.work-card .chips { display: flex; gap: 6px; flex-wrap: wrap; margin-top: auto; }
.work-card .chip { font-size: 11px; font-weight: 500; padding: 4px 10px; border-radius: 9999px; background: rgba(255,255,255,0.06); color: #D1D5DB; }
.work-card .row-meta { display: flex; gap: 16px; flex-wrap: wrap; font-size: 12px; color: #6B7280; font-family: 'JetBrains Mono', monospace; }
.work-card .row-meta b { color: #F3F4F6; font-weight: 600; }
.work-card .open-link { position: absolute; top: 24px; right: 24px; width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); display: flex; align-items: center; justify-content: center; color: #D1D5DB; transition: all .3s; z-index: 2; }
.work-card:hover .open-link { background: linear-gradient(135deg, #F59E0B, #EA580C); border-color: transparent; color: #fff; transform: rotate(-45deg); }

/* Work card — image-only deco variant (when we don't have a real screenshot) */
.work-card .placeholder {
    width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;
    background: radial-gradient(circle at 30% 30%, rgba(245,158,11,0.15), transparent 60%), #0B1220;
    color: #4B5563; font-family: 'JetBrains Mono', monospace; font-size: 12px; padding: 32px;
    text-align: center;
}

/* ---- Live feed terminal ---- */
.feed { background: #050912; border: 1px solid rgba(255,255,255,0.06); border-radius: 20px; padding: 0; overflow: hidden; }
.feed-head { display: flex; align-items: center; gap: 12px; padding: 14px 20px; border-bottom: 1px solid rgba(255,255,255,0.06); background: rgba(255,255,255,0.02); }
.feed-head .dot-r, .feed-head .dot-y, .feed-head .dot-g { width: 11px; height: 11px; border-radius: 50%; }
.feed-head .dot-r { background: #EF4444; }
.feed-head .dot-y { background: #FBBF24; }
.feed-head .dot-g { background: #22C55E; }
.feed-head .title { margin-left: 10px; font-family: 'JetBrains Mono', monospace; font-size: 12px; color: #9CA3AF; }
.feed-body { padding: 22px; font-family: 'JetBrains Mono', monospace; font-size: 13px; line-height: 1.85; color: #D1D5DB; }
.feed-line { display: grid; grid-template-columns: 80px 1fr; gap: 16px; }
.feed-line .ts { color: #6B7280; }
.feed-line .tag-deploy   { color: #22C55E; }
.feed-line .tag-commit   { color: #38BDF8; }
.feed-line .tag-design   { color: #FBBF24; }
.feed-line .tag-call     { color: #FB7185; }
.feed-cursor { display: inline-block; width: 8px; height: 14px; background: #F59E0B; vertical-align: middle; margin-left: 4px; animation: blink 1s steps(1) infinite; }
@keyframes blink { 50% { opacity: 0; } }

/* ---- Process ---- */
.process { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; margin-top: 56px; }
.process-step { padding: 28px 0; border-top: 1px solid rgba(255,255,255,0.08); display: grid; grid-template-columns: 60px 1fr 100px; gap: 20px; align-items: start; cursor: pointer; transition: all .3s; }
.process-step:last-child { border-bottom: 1px solid rgba(255,255,255,0.08); }
.process-step:hover { padding-left: 8px; }
.process-step:hover .step-num { color: #F59E0B; }
.process-step .step-num { font-family: 'JetBrains Mono', monospace; font-size: 14px; color: #4B5563; transition: color .2s; padding-top: 4px; }
.process-step .step-title { font-size: 26px; font-weight: 700; letter-spacing: -0.02em; color: #F3F4F6; }
.process-step .step-sub { margin-top: 6px; font-size: 14px; color: #9CA3AF; line-height: 1.55; }
.process-step .step-time { font-family: 'JetBrains Mono', monospace; font-size: 11px; color: #F59E0B; text-align: right; padding-top: 6px; text-transform: uppercase; letter-spacing: 0.08em; }
.process-aside {
    background: rgba(17,24,39,0.55); border: 1px solid rgba(255,255,255,0.08);
    border-radius: 20px; padding: 36px; position: relative; overflow: hidden;
}
.process-aside .glow-amber { top: -60px; right: -60px; width: 240px; height: 240px; opacity: 0.6; }
.process-aside .relative { position: relative; z-index: 1; }
.process-aside .q-mark { font-size: 80px; font-weight: 900; color: #F59E0B; line-height: 0.7; opacity: 0.4; font-family: 'Inter', serif; }
.process-aside p { color: #D1D5DB; font-size: 17px; line-height: 1.65; font-style: italic; margin-top: 8px; }
.process-aside .sig { margin-top: 22px; display: flex; align-items: center; gap: 12px; }
.process-aside .avatar { width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(135deg, #F59E0B, #EA580C); display: flex; align-items: center; justify-content: center; font-weight: 800; color: #fff; }
.process-aside .name-line { font-size: 14px; font-weight: 600; color: #F3F4F6; }
.process-aside .role-line { font-size: 12px; color: #9CA3AF; }

/* ---- Final CTA ---- */
.cta-panel {
    position: relative; overflow: hidden;
    background: linear-gradient(135deg, rgba(245,158,11,0.08), rgba(234,88,12,0.05));
    border: 1px solid rgba(245,158,11,0.25);
    border-radius: 32px; padding: 80px;
    text-align: center;
}
.cta-panel .glow-amber  { top: -40%; left: 10%; width: 500px; height: 500px; opacity: 0.5; }
.cta-panel .glow-orange { bottom: -40%; right: 10%; width: 500px; height: 500px; opacity: 0.5; }
.cta-panel .inner { position: relative; z-index: 1; max-width: 720px; margin: 0 auto; }
.cta-panel h2 { font-size: clamp(36px, 5vw, 64px); line-height: 1.05; margin: 0 0 20px; }
.cta-panel .lead { margin: 0 auto 36px; }

/* ---- Footer ---- */
.footer { padding: 60px 0 40px; border-top: 1px solid rgba(255,255,255,0.06); }
.footer-grid { display: flex; justify-content: space-between; align-items: center; gap: 40px; flex-wrap: wrap; }
.footer-copy { font-size: 13px; color: #6B7280; }
.footer-links { display: flex; gap: 28px; font-size: 13px; }
.footer-links a { color: #9CA3AF; text-decoration: none; }
.footer-links a:hover { color: #F3F4F6; }

/* ---- Project detail panel (slide-over) ---- */
.detail-scrim { position: fixed; inset: 0; background: rgba(2,6,23,0.7); z-index: 90; opacity: 0; pointer-events: none; transition: opacity .3s ease; backdrop-filter: blur(4px); }
.detail-scrim.open { opacity: 1; pointer-events: auto; }
.detail-panel { position: fixed; top: 0; right: 0; bottom: 0; width: min(720px, 90vw); background: #0A0E1A; z-index: 100; transform: translateX(100%); transition: transform .4s cubic-bezier(0.16, 1, 0.3, 1); overflow-y: auto; border-left: 1px solid rgba(255,255,255,0.08); }
.detail-panel.open { transform: translateX(0); }
.detail-close { position: sticky; top: 0; right: 0; z-index: 5; display: flex; align-items: center; justify-content: space-between; padding: 24px 32px; background: rgba(10,14,26,0.85); backdrop-filter: blur(10px); border-bottom: 1px solid rgba(255,255,255,0.06); }
.detail-close button { background: transparent; border: 1px solid rgba(255,255,255,0.14); color: #F3F4F6; width: 36px; height: 36px; border-radius: 50%; cursor: pointer; font-size: 18px; display: flex; align-items: center; justify-content: center; }
.detail-close button:hover { background: rgba(255,255,255,0.06); }
.detail-body { padding: 36px 56px 80px; }
.detail-body h3 { font-size: 44px; font-weight: 800; letter-spacing: -0.03em; margin: 16px 0 12px; }
.detail-body .lead { color: #9CA3AF; font-size: 17px; line-height: 1.65; margin-bottom: 28px; max-width: 60ch; }
.detail-body .block-title { font-size: 11px; font-weight: 700; color: #F59E0B; text-transform: uppercase; letter-spacing: 0.16em; margin: 36px 0 12px; }
.detail-body .block p { color: #D1D5DB; font-size: 15px; line-height: 1.7; margin: 0; }
.detail-body .screenshot { margin: 28px 0; border-radius: 16px; overflow: hidden; border: 1px solid rgba(255,255,255,0.08); background: #0B1220; }
.detail-body .screenshot img { display: block; width: 100%; height: auto; }
.detail-body .stack { display: flex; gap: 8px; flex-wrap: wrap; margin: 12px 0 0; }
.detail-body .stack .chip { background: rgba(245,158,11,0.08); color: #FBBF24; border: 1px solid rgba(245,158,11,0.2); font-size: 12px; padding: 6px 12px; border-radius: 9999px; font-weight: 500; }
.detail-body .outcomes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 12px; }
.detail-body .outcome { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08); border-radius: 12px; padding: 16px; }
.detail-body .outcome .n { font-size: 28px; font-weight: 800; color: #F3F4F6; letter-spacing: -0.02em; }
.detail-body .outcome .l { font-size: 12px; color: #9CA3AF; margin-top: 4px; line-height: 1.4; }

/* ---- Marquee tape ---- */
.tape { padding: 36px 0; border-top: 1px solid rgba(255,255,255,0.06); border-bottom: 1px solid rgba(255,255,255,0.06); overflow: hidden; background: rgba(245,158,11,0.02); }
.tape-track { display: flex; gap: 60px; animation: marquee 32s linear infinite; }
@keyframes marquee { to { transform: translateX(calc(-100% - 60px)); } }
.tape-item { display: inline-flex; align-items: center; gap: 18px; font-size: 22px; font-weight: 700; letter-spacing: -0.02em; color: #F3F4F6; white-space: nowrap; }
.tape-item .sep { color: #F59E0B; font-size: 26px; }
.tape-item .muted { color: #6B7280; }

/* ===========================================================
   v2 additions — Wall, Thinking, Principles, RightNow
   =========================================================== */

/* ---- Wall of Ventures ---- */
.wall { margin-top: 56px; }
.wall-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.wall-card {
    position: relative;
    background: rgba(17,24,39,0.45);
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 16px;
    padding: 22px 22px 18px;
    cursor: pointer;
    transition: transform .25s ease, border-color .25s, background .25s;
    display: flex; flex-direction: column; gap: 10px;
    min-height: 200px;
    text-decoration: none; color: inherit;
}
.wall-card:hover { transform: translateY(-3px); border-color: rgba(245,158,11,0.4); background: rgba(17,24,39,0.65); }
.wall-card.deep:hover { border-color: rgba(245,158,11,0.6); }
.wall-card.static { cursor: default; opacity: 0.78; }
.wall-card.static:hover { transform: none; border-color: rgba(255,255,255,0.06); background: rgba(17,24,39,0.45); }
.wall-card.deep::before {
    content: ''; position: absolute; inset: 0; border-radius: 16px; pointer-events: none;
    background: linear-gradient(135deg, rgba(245,158,11,0.06), transparent 40%);
}
.wall-card .wc-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.wall-card .wc-num { font-family: 'JetBrains Mono', monospace; font-size: 11px; color: #4B5563; letter-spacing: 0.1em; }
.wall-card .wc-status { display: inline-flex; align-items: center; gap: 6px; font-size: 10px; font-weight: 600; padding: 3px 9px; border-radius: 9999px; text-transform: uppercase; letter-spacing: 0.1em; }
.wall-card .wc-status.live    { background: rgba(34,197,94,0.13); color: #86EFAC; }
.wall-card .wc-status.pilot   { background: rgba(56,189,248,0.13); color: #7DD3FC; }
.wall-card .wc-status.shipped { background: rgba(156,163,175,0.13); color: #D1D5DB; }
.wall-card .wc-status.building{ background: rgba(245,158,11,0.13); color: #FBBF24; }
.wall-card .wc-status::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: currentColor; box-shadow: 0 0 8px currentColor; }
.wall-card .wc-status.live::before    { animation: pulse 1.8s ease-in-out infinite; }
.wall-card .wc-status.building::before { animation: pulse 1.4s ease-in-out infinite; }
.wall-card .wc-name { font-size: 22px; font-weight: 800; letter-spacing: -0.02em; color: #F3F4F6; line-height: 1.15; }
.wall-card .wc-tag  { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.12em; color: #F59E0B; }
.wall-card .wc-pitch { font-size: 13px; color: #9CA3AF; line-height: 1.55; }
.wall-card .wc-foot { margin-top: auto; display: flex; align-items: center; justify-content: space-between; }
.wall-card .wc-foot .wc-stack { font-family: 'JetBrains Mono', monospace; font-size: 10px; color: #6B7280; letter-spacing: 0.05em; }
.wall-card .wc-foot .wc-deep { font-size: 11px; font-weight: 600; color: #FBBF24; opacity: 0; transition: opacity .25s, transform .25s; transform: translateX(-4px); display: inline-flex; align-items: center; gap: 4px; }
.wall-card.deep:hover .wc-deep { opacity: 1; transform: translateX(0); }

/* ---- Thinking section ---- */
.thinking { display: grid; grid-template-columns: 280px 1fr; gap: 32px; margin-top: 56px; align-items: flex-start; }
.thinking-tabs { display: flex; flex-direction: column; gap: 4px; position: sticky; top: 100px; }
.thinking-tab {
    text-align: left; background: transparent; border: none; cursor: pointer; font-family: inherit;
    padding: 18px 22px; border-radius: 14px;
    border: 1px solid transparent; color: #6B7280;
    display: grid; grid-template-columns: 28px 1fr; gap: 14px; align-items: start;
    transition: all .2s ease;
}
.thinking-tab:hover { background: rgba(255,255,255,0.025); color: #D1D5DB; }
.thinking-tab.active { background: rgba(245,158,11,0.06); border-color: rgba(245,158,11,0.22); color: #F3F4F6; }
.thinking-tab .tt-num { font-family: 'JetBrains Mono', monospace; font-size: 12px; color: #4B5563; padding-top: 3px; transition: color .2s; }
.thinking-tab.active .tt-num { color: #FBBF24; }
.thinking-tab .tt-name { font-size: 16px; font-weight: 700; letter-spacing: -0.01em; line-height: 1.2; color: inherit; }
.thinking-tab .tt-vert { font-size: 11px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.12em; color: #6B7280; margin-top: 4px; }
.thinking-tab.active .tt-vert { color: #F59E0B; }

.thinking-panel {
    background: rgba(17,24,39,0.42);
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 24px;
    padding: 48px;
    position: relative; overflow: hidden;
}
.thinking-panel::before {
    content: ''; position: absolute; top: -120px; right: -120px;
    width: 400px; height: 400px;
    background: rgba(245,158,11,0.10); filter: blur(100px); border-radius: 50%;
    pointer-events: none;
}
.thinking-panel-inner { position: relative; z-index: 1; }
.thinking-panel .tp-head { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; margin-bottom: 4px; flex-wrap: wrap; }
.thinking-panel .tp-vert { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.16em; color: #F59E0B; }
.thinking-panel .tp-status-line { font-family: 'JetBrains Mono', monospace; font-size: 11px; color: #6B7280; }
.thinking-panel .tp-status-line b { color: #86EFAC; font-weight: 600; }
.thinking-panel h3 { font-size: 44px; font-weight: 800; letter-spacing: -0.035em; line-height: 1.05; color: #F3F4F6; margin: 8px 0 8px; }
.thinking-panel .tp-pitch { font-size: 17px; color: #9CA3AF; line-height: 1.65; max-width: 60ch; margin: 0 0 32px; }

.tp-blocks { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 32px; margin-top: 8px; }
.tp-block { position: relative; padding-left: 22px; }
.tp-block::before {
    content: attr(data-label);
    position: absolute; left: 0; top: 5px; bottom: 0;
    writing-mode: vertical-rl; transform: rotate(180deg);
    font-family: 'JetBrains Mono', monospace;
    font-size: 10px; font-weight: 600;
    letter-spacing: 0.18em;
    color: #F59E0B;
}
.tp-block::after { content: ''; position: absolute; left: 12px; top: 0; bottom: 0; width: 1px; background: rgba(245,158,11,0.18); }
.tp-block h4 { font-size: 13px; font-weight: 700; color: #FBBF24; margin: 0 0 6px; text-transform: uppercase; letter-spacing: 0.1em; }
.tp-block p { font-size: 15px; line-height: 1.65; color: #D1D5DB; margin: 0; }
.tp-block.proof p { color: #F3F4F6; font-weight: 500; }

.tp-receipts { display: flex; gap: 12px; margin-top: 28px; flex-wrap: wrap; }
.tp-receipt { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: 12px; padding: 14px 18px; flex: 1; min-width: 160px; }
.tp-receipt .n { font-size: 24px; font-weight: 800; color: #F3F4F6; letter-spacing: -0.02em; font-variant-numeric: tabular-nums; line-height: 1.05; }
.tp-receipt .l { font-size: 11px; color: #9CA3AF; margin-top: 4px; line-height: 1.4; }

.tp-cta-row { display: flex; gap: 12px; margin-top: 28px; flex-wrap: wrap; }
.tp-stack { display: flex; gap: 6px; flex-wrap: wrap; margin-top: 18px; }
.tp-stack .chip { font-size: 11px; padding: 4px 10px; border-radius: 9999px; background: rgba(255,255,255,0.06); color: #D1D5DB; font-weight: 500; }

/* ---- Principles / How I think ---- */
.principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 56px; }
.principle {
    background: rgba(17,24,39,0.42);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 20px;
    padding: 32px 28px 28px;
    position: relative;
    transition: all .3s ease;
}
.principle:hover { transform: translateY(-3px); border-color: rgba(245,158,11,0.25); background: rgba(17,24,39,0.6); }
.principle .pn-num { font-family: 'JetBrains Mono', monospace; font-size: 11px; color: #F59E0B; letter-spacing: 0.18em; margin-bottom: 18px; display: block; }
.principle h4 { font-size: 22px; font-weight: 700; letter-spacing: -0.02em; line-height: 1.2; color: #F3F4F6; margin: 0 0 12px; }
.principle p { font-size: 14px; color: #9CA3AF; line-height: 1.65; margin: 0; }
.principle .pn-quote { display: block; margin-top: 14px; font-style: italic; color: #6B7280; font-size: 13px; padding-left: 12px; border-left: 2px solid rgba(245,158,11,0.25); }

/* ---- Right Now section ---- */
.rn-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 14px; margin-top: 40px; }
.rn-card { background: rgba(17,24,39,0.5); border: 1px solid rgba(255,255,255,0.08); border-radius: 18px; padding: 26px; }
.rn-card .rn-tag { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.14em; color: #F59E0B; margin-bottom: 10px; }
.rn-card h4 { font-size: 18px; font-weight: 700; color: #F3F4F6; margin: 0 0 10px; line-height: 1.3; letter-spacing: -0.01em; }
.rn-card p { font-size: 14px; line-height: 1.6; color: #9CA3AF; margin: 0; }

/* ---- Responsive ---- */
@media (max-width: 1100px) {
    .wall-grid { grid-template-columns: repeat(2, 1fr); }
    .thinking { grid-template-columns: 1fr; }
    .thinking-tabs { position: static; flex-direction: row; overflow-x: auto; padding-bottom: 4px; gap: 8px; }
    .thinking-tab { flex: 0 0 auto; min-width: 230px; }
    .principles { grid-template-columns: 1fr; }
    .rn-grid { grid-template-columns: 1fr; }
    .tp-blocks { grid-template-columns: 1fr; }
    .thinking-panel { padding: 32px 28px; }
    .thinking-panel h3 { font-size: 34px; }
}
@media (max-width: 900px) {
    .hero-sub { grid-template-columns: 1fr; gap: 28px; }
    .work-grid { grid-template-columns: 1fr; }
    .work-card.featured { grid-column: span 1; flex-direction: column; min-height: 0; }
    .work-card.featured .work-image { border-left: none; border-top: 1px solid rgba(255,255,255,0.06); min-height: 220px; }
    .receipts-grid { grid-template-columns: repeat(2, 1fr); gap: 28px; }
    .receipt { border-left: none; padding: 0; }
    .process { grid-template-columns: 1fr; gap: 36px; }
    .nav-inner { grid-template-columns: auto 1fr; }
    .nav-links { display: none; }
    .nav-status { display: none; }
    .nav-cta-status, .nav-cta-sep { display: none; }
    .hs-item + .hs-item { padding-left: 10px; }
    .hero-status-items { flex-wrap: wrap; gap: 8px; }
    .cta-panel { padding: 48px 28px; }
    .detail-body { padding: 24px 28px 60px; }
    .detail-body .outcomes { grid-template-columns: 1fr; }
}

/* ---- Phone breakpoint ---- */
@media (max-width: 640px) {
    html, body { overflow-x: hidden; }
    .container { padding: 0 18px; }

    /* Hero */
    .hero { padding: 96px 0 60px; }
    .hero h1 { font-size: clamp(34px, 11vw, 56px); margin: 0 0 24px; letter-spacing: -0.04em; }
    .hero h1 .strike { text-decoration-thickness: 4px; }
    .hero p.lead { font-size: 17px; }
    .hero-actions { flex-direction: column; align-items: stretch; gap: 12px; }
    .hero-actions .btn-primary, .hero-actions .btn-secondary { width: 100%; justify-content: center; min-height: 48px; }

    /* Hero status pill — wrap items, bigger tap targets */
    .hero-status { padding: 10px 14px 10px 12px; flex-wrap: wrap; gap: 10px; }
    .hero-status .label { padding-right: 8px; }
    .hero-status-items { flex-wrap: wrap; gap: 6px; }
    .hs-item { padding: 8px 10px; min-height: 36px; align-items: center; border-radius: 8px; background: rgba(255,255,255,0.04); }
    .hs-item + .hs-item { padding-left: 10px; border-left: none; }

    /* Nav CTA */
    .nav-cta { padding: 10px 8px 10px 14px; min-height: 44px; }
    .nav-cta .arrow { width: 30px; height: 30px; }

    /* Wall to single column */
    .wall-grid { grid-template-columns: 1fr; gap: 12px; }
    .wall-card { padding: 22px 20px; }

    /* Receipts to single column */
    .receipts-grid { grid-template-columns: 1fr; gap: 24px; }

    /* Thinking section */
    .thinking-panel { padding: 28px 22px; }
    .thinking-panel h3 { font-size: clamp(26px, 7vw, 34px); }
    .thinking-tab { min-width: 200px; padding: 10px 14px; }

    /* Section padding */
    .section { padding: 72px 0; }

    /* Section h2 */
    h2 { font-size: clamp(28px, 7vw, 44px) !important; }

    /* Tape */
    .tape-track { font-size: 18px; }

    /* Footer */
    .footer-links { flex-wrap: wrap; gap: 18px; }

    /* Process steps — collapse the 3-col grid so the title has room */
    .process-step { grid-template-columns: 40px 1fr; gap: 14px; padding: 22px 0; }
    .process-step .step-num { font-size: 13px; }
    .process-step .step-title { font-size: 22px; line-height: 1.2; }
    .process-step .step-time { grid-column: 2; text-align: left; padding-top: 8px; font-size: 10.5px; }

    /* Process aside (pull-quote) — tighten on phones */
    .process-aside { padding: 32px 22px !important; }

    /* Contact CTA panel — readable padding on phones */
    .cta-panel { padding: 40px 22px; }
    .cta-panel .btn-primary { width: 100%; justify-content: center; }
}
