/* ============================================================
   LAMPSTAND TECHNOLOGY — company site
   Calmer sibling of Axonode. Same tokens, quieter signature:
   one steady signal line instead of a whole constellation.
   ============================================================ */

/* ---- calm hero ---- */
.lhero { position: relative; overflow: hidden; isolation: isolate; }
.lhero::before {
  content: ""; position: absolute; inset: 0; z-index: -2; pointer-events: none;
  background:
    radial-gradient(60% 50% at 18% 0%, rgba(79,139,255,0.10), transparent 60%),
    radial-gradient(50% 60% at 100% 30%, rgba(168,85,247,0.08), transparent 60%);
}
.lhero__signal { position: absolute; left: 0; right: 0; top: 58%; z-index: -1; width: 100%; height: 200px; opacity: 0.7; }
.lhero__signal .track { stroke: var(--line); stroke-width: 1; fill: none; }
.lhero__signal .wave {
  stroke: url(#sigGrad); stroke-width: 1.6; fill: none;
  stroke-dasharray: 18 1400; stroke-dashoffset: 0; animation: sigflow 6s linear infinite;
}
@keyframes sigflow { to { stroke-dashoffset: -1418; } }
.lhero__in { min-height: min(80vh, 720px); display: flex; flex-direction: column; justify-content: center; padding-block: clamp(4rem, 2rem + 7vh, 7rem); }
.lhero h1 { font-size: var(--step-5); max-width: 18ch; margin-top: 1.3rem; font-weight: 500; }
.lhero h1 .grad { background: linear-gradient(100deg, var(--signal-1), var(--signal-2) 45%, var(--signal-4)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.lhero__sub { font-size: var(--step-1); color: var(--fog); max-width: 56ch; margin-top: 1.5rem; }
.lhero__sub b { color: var(--white); font-weight: 600; }
.lhero__cta { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 2.2rem; }
.lhero__meta { display: flex; flex-wrap: wrap; gap: 1.6rem; margin-top: 2.6rem; padding-top: 1.6rem; border-top: 1px solid var(--line); }
.lhero__meta div { font-family: var(--mono); font-size: var(--step--1); color: var(--mist); letter-spacing: 0.03em; }
.lhero__meta b { color: var(--white); font-weight: 500; }
@media (prefers-reduced-motion: reduce) { .lhero__signal .wave { animation: none; stroke-dasharray: none; } }

/* ---- capabilities (4-up) ---- */
.caps4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(0.8rem, 0.4rem + 1.2vw, 1.3rem); }
@media (max-width: 860px) { .caps4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 460px) { .caps4 { grid-template-columns: 1fr; } }
.capx { padding: clamp(1.3rem, 1rem + 1vw, 1.8rem); border: 1px solid var(--line); border-radius: var(--radius-lg); background: linear-gradient(180deg, var(--panel-2), var(--panel)); transition: border-color 0.3s var(--ease), transform 0.3s var(--ease); }
.capx:hover { border-color: var(--line-hi); transform: translateY(-3px); }
.capx .ic { width: 42px; height: 42px; border-radius: 11px; display: grid; place-items: center; background: var(--ink); border: 1px solid var(--line-2); color: var(--accent); margin-bottom: 1.1rem; }
.capx .ic svg { width: 21px; height: 21px; }
.capx h3 { font-size: var(--step-1); margin-bottom: 0.5rem; }
.capx p { color: var(--mist); font-size: var(--step--1); }

/* ---- work strip (links out to Axonode) ---- */
.work { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(0.8rem, 0.4rem + 1.2vw, 1.3rem); }
@media (max-width: 760px) { .work { grid-template-columns: 1fr 1fr; } }
@media (max-width: 460px) { .work { grid-template-columns: 1fr; } }
.workcard { position: relative; display: flex; flex-direction: column; gap: 0.6rem; padding: 1.3rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); transition: border-color 0.3s var(--ease), transform 0.3s var(--ease), background 0.3s var(--ease); }
.workcard:hover { border-color: var(--line-hi); transform: translateY(-3px); background: var(--panel-2); }
.workcard__top { display: flex; align-items: center; gap: 0.7rem; }
.workcard__ico { width: 36px; height: 36px; border-radius: 9px; border: 1px solid var(--line-2); }
.workcard h3 { font-size: var(--step-0); font-family: var(--display); }
.workcard p { color: var(--mist); font-size: var(--step--1); flex: 1; }
.workcard .chip { align-self: flex-start; }

/* ---- engagement steps ---- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1rem, 0.5rem + 1.5vw, 1.8rem); counter-reset: s; }
@media (max-width: 760px) { .steps { grid-template-columns: 1fr; } }
.step { padding-top: 1.4rem; border-top: 2px solid var(--line-2); }
.step::before { counter-increment: s; content: "0" counter(s); font-family: var(--mono); font-size: var(--step--1); color: var(--accent); letter-spacing: 0.1em; }
.step h3 { font-size: var(--step-1); margin: 0.7rem 0 0.5rem; }
.step p { color: var(--mist); font-size: var(--step-0); }

/* ---- profile / about ---- */
.profile { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: clamp(2rem, 1rem + 4vw, 4rem); align-items: center; }
@media (max-width: 760px) { .profile { grid-template-columns: 1fr; } }
.profile__card { border: 1px solid var(--line); border-radius: var(--radius-lg); background: linear-gradient(180deg, var(--panel-2), var(--panel)); padding: clamp(1.6rem, 1rem + 2vw, 2.4rem); }
.profile__card .row { display: flex; justify-content: space-between; gap: 1rem; padding: 0.85rem 0; border-bottom: 1px solid var(--line); }
.profile__card .row:last-child { border-bottom: none; }
.profile__card .k { font-family: var(--mono); font-size: var(--step--1); color: var(--mist); letter-spacing: 0.04em; }
.profile__card .vv { color: var(--white); font-family: var(--display); font-weight: 500; text-align: right; }
.profile__body p { color: var(--fog); }
.profile__body p + p { margin-top: 1rem; }
