/* HelloWork 3.0 — homepage sections */

/* ---- hero ---- */
.hero { position: relative; overflow: hidden; padding-top: clamp(36px, 5vw, 80px); padding-bottom: clamp(40px, 6vw, 76px); }
.hero__inner { position: relative; z-index: 2; max-width: 660px; }
.hero__h1 { margin: 22px 0 26px; }
.hero__cta { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 38px; }
.hero__meta { display: flex; gap: 40px; flex-wrap: wrap; padding-top: 26px; border-top: 1px solid var(--line); max-width: 560px; }
.hero__meta-item { display: flex; flex-direction: column; gap: 4px; }
.hero__meta-k { font-size: 0.92rem; font-weight: 500; }
.hero__meta-item .muted { font-size: 0.82rem; }

/* large faceted Context object, sitting behind the headline */
.hero__object {
  position: absolute; top: 37%; right: clamp(10px, 2vw, 48px); transform: translateY(-50%);
  width: min(780px, 62vw); z-index: 1; pointer-events: none;
}
.hero__object .hw-poly__svg { width: 100%; height: auto; display: block; overflow: visible; }
.hw-poly__label { font-family: var(--mono); font-size: 11px; fill: rgba(22,22,20,0.6); letter-spacing: 0.02em; }
.hero__obj-tag {
  position: absolute; z-index: 2; right: clamp(20px, 5vw, 64px); top: clamp(20px, 5vw, 54px);
  font-size: 0.68rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted-2);
  display: inline-flex; align-items: center; gap: 7px;
}
.hero__obj-tag::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--coral); }
html[data-motion='1'] .hero__obj-tag::before { animation: livepulse 2s ease-out infinite; }
@keyframes livepulse {
  0% { box-shadow: 0 0 0 0 color-mix(in srgb, var(--coral) 60%, transparent); }
  70% { box-shadow: 0 0 0 7px transparent; }
  100% { box-shadow: 0 0 0 0 transparent; }
}

.hero__spec {
  display: flex; align-items: center; gap: 22px; flex-wrap: wrap;
  margin-top: clamp(40px, 6vw, 72px); padding-top: 26px; border-top: 1px solid var(--line);
}
.hero__tags { display: flex; gap: 10px; flex-wrap: wrap; }
.spec-tag {
  font-family: var(--mono); font-size: 0.74rem; letter-spacing: 0.02em;
  padding: 6px 12px; border: 1px solid var(--line-strong); color: var(--ink-2);
}

/* ---- thesis band ---- */
.thesis__text {
  font-size: clamp(1.5rem, 3vw, 2.4rem); font-weight: 500; letter-spacing: -0.02em;
  line-height: 1.28; max-width: 22ch; text-wrap: balance;
}
.thesis__by { margin-top: 22px; }

/* ---- section heads ---- */
.sec-head { max-width: 720px; margin-bottom: clamp(40px, 6vw, 72px); }
.sec-head .eyebrow { margin-bottom: 18px; }
.sec-head h2 { margin: 0 0 20px; }
.sec-head .lead { max-width: 54ch; }

/* ---- offering list ---- */
.offer-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
a.offer-row { color: inherit; }
.offer-row {
  display: grid; grid-template-columns: auto 1fr auto; gap: clamp(18px, 3vw, 44px);
  align-items: start; padding: clamp(24px, 3vw, 34px) 0; border-bottom: 1px solid var(--line);
  transition: background .25s ease;
}
.offer-row:hover { background: var(--paper-2); }

/* mark = rotating solid + number */
.offer-row__mark {
  display: flex; flex-direction: column; align-items: center; gap: 7px;
  width: 74px; padding-top: 2px;
}
.offer-solid { width: 60px; height: 60px; color: var(--ink); }
.offer-solid .hw-solid__svg { width: 100%; height: 100%; display: block; overflow: visible; }
.offer-row__n { font-size: 0.74rem; color: var(--muted-2); letter-spacing: 0.04em; }
.offer-row:first-child .offer-row__n { color: var(--coral); }
.offer-row__title { margin-bottom: 12px; }
.offer-row__title h3 {
  display: inline; font-size: clamp(1.3rem, 2.4vw, 1.9rem); font-weight: 500;
  letter-spacing: -0.02em; margin: 0; line-height: 1.15;
}
.offer-row__tag {
  display: inline-block; vertical-align: middle; margin-left: 14px; white-space: nowrap;
  transform: translateY(-2px); color: var(--muted); border-color: var(--line-strong);
}
.offer-row__desc { color: var(--muted); max-width: 62ch; line-height: 1.55; margin: 0; text-wrap: pretty; }
.offer-row__go {
  font-size: 1.3rem; color: var(--muted-2); padding-top: 4px; align-self: center;
  transition: transform .2s ease, color .2s ease;
}
.offer-row:hover .offer-row__go { color: var(--ink); transform: translateX(4px); }

/* land & expand (removed from page) */

/* ---- proof (dark) ---- */
.proof__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.proof-card {
  display: flex; flex-direction: column; border: 1px solid var(--dline); border-radius: 14px;
  overflow: hidden; background: var(--void-2); transition: transform .3s ease, border-color .3s ease;
}
.proof-card:hover { transform: translateY(-4px); border-color: var(--dline-2); }
.proof-card__media {
  height: 188px; padding: 18px; display: flex; align-items: center; justify-content: center;
  background:
    radial-gradient(120% 90% at 50% 0%, rgba(244,123,108,0.08), transparent 60%),
    repeating-linear-gradient(0deg, rgba(255,255,255,0.025) 0 1px, transparent 1px 26px),
    repeating-linear-gradient(90deg, rgba(255,255,255,0.025) 0 1px, transparent 1px 26px);
  border-bottom: 1px solid var(--dline);
}
.proof-card__foot { padding: 20px 20px 24px; }
.proof-card__foot h3 { font-size: 1.18rem; font-weight: 500; margin: 0 0 8px; letter-spacing: -0.01em; }
.proof-card__foot p { color: var(--snow-muted); font-size: 0.9rem; line-height: 1.5; margin: 0 0 16px; }
.proof-card__go { font-size: 0.76rem; color: var(--orange); letter-spacing: 0.02em; }

/* mini cockpit */
.mini-cockpit { display: flex; align-items: center; gap: 18px; width: 100%; }
.mini-cockpit__gauge {
  width: 84px; height: 84px; flex: none; position: relative; display: grid; place-content: center;
}
.mini-cockpit__gauge::before {
  content: ''; position: absolute; inset: 0; border-radius: 50%;
  background: conic-gradient(var(--coral) 0 72%, rgba(255,255,255,0.08) 72% 100%);
  -webkit-mask: radial-gradient(circle 31px at center, transparent 30px, #000 31px);
          mask: radial-gradient(circle 31px at center, transparent 30px, #000 31px);
}
.mini-cockpit__gv {
  position: relative; z-index: 1;
  font-family: var(--mono); font-size: 1.2rem; color: var(--snow);
}
.mini-cockpit__rows { display: flex; flex-direction: column; gap: 9px; }
.mini-cockpit__row { display: flex; align-items: center; gap: 9px; font-family: var(--mono); font-size: 0.72rem; color: var(--snow-muted); }
.dotok, .dotwarn, .dotrisk { width: 7px; height: 7px; border-radius: 50%; flex: none; }
.dotok { background: #6fcf97; } .dotwarn { background: var(--orange); } .dotrisk { background: var(--pink); }

/* mini profile */
.mini-profile { width: 100%; max-width: 260px; }
.mini-profile__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.mini-profile__verdict { font-family: var(--mono); font-size: 0.72rem; color: var(--snow); letter-spacing: 0.04em; }
.mini-profile__bars { display: flex; flex-direction: column; gap: 8px; margin-bottom: 16px; }
.mp-bar { height: 6px; background: rgba(255,255,255,0.08); border-radius: 3px; overflow: hidden; }
.mp-bar b { display: block; height: 100%; background: var(--grad); opacity: var(--accent-strength); border-radius: 3px; }
.mini-profile__q { font-size: 0.82rem; color: var(--snow); font-style: italic; margin: 0; line-height: 1.4; }

.mini-engine { width: 100%; max-width: 175px; }
.mini-engine .hw-poly__svg { width: 100%; height: auto; display: block; overflow: visible; }

/* ---- moat ---- */
.moat__grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(40px, 6vw, 88px); align-items: center; }
.moat__copy h2 { margin: 18px 0 22px; }
.moat__copy .btn { margin-top: 30px; }
.moat__stats { display: flex; flex-direction: column; gap: 26px; }
.stat { display: flex; flex-direction: column; gap: 8px; }
.stat__n { font-size: clamp(2.6rem, 5vw, 4rem); font-weight: 600; letter-spacing: -0.04em; line-height: 1; }
.stat__l { font-size: 0.78rem; color: var(--muted); max-width: 40ch; line-height: 1.5; letter-spacing: 0.01em; }
.moat__stats .divider { margin: 0; }

/* ---- cta ---- */
.cta__inner { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; flex-wrap: wrap; }
.cta__h { margin: 0 0 16px; }
.cta__actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* ---- responsive ---- */
@media (max-width: 1040px) {
  .hero__object { width: 620px; right: clamp(8px, 2vw, 40px); top: 40%; opacity: 0.95; }
}
@media (max-width: 960px) {
  .hero__inner { max-width: 100%; }
  .hero__object { width: 520px; right: -12%; top: 30%; opacity: 0.5; }
  .moat__grid { grid-template-columns: 1fr; }
  .proof__grid { grid-template-columns: 1fr; max-width: 460px; }
}
@media (max-width: 640px) {
  .hero__object { width: 400px; right: -20%; top: 24%; opacity: 0.4; }
  .offer-row { grid-template-columns: auto 1fr; gap: 16px; }
  .offer-row__mark { width: 52px; }
  .offer-solid { width: 44px; height: 44px; }
  .offer-row__go { display: none; }
  .cta__inner { align-items: flex-start; }
}
