/* ============================================================
   글로우랩 — 포트폴리오(/work) 전용 컴포넌트
   shared styles.css 위에 얹는다. 토큰·버튼·레일·타이포 재사용.
   ============================================================ */

/* ---------- HERO (work variant) ---------- */
.phero { background: var(--dk-bg); color: var(--dk-ink); position: relative; overflow: hidden; }
.phero::before {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background-image:
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(0deg,  rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 76px 76px;
  -webkit-mask-image: radial-gradient(120% 120% at 80% 0%, #000 0%, transparent 70%);
          mask-image: radial-gradient(120% 120% at 80% 0%, #000 0%, transparent 70%);
}
.phero::after {
  content: ""; position: absolute; top: -22%; right: -8%; width: 58%; height: 92%;
  z-index: 0; pointer-events: none;
  background: radial-gradient(closest-side, var(--accent-glow) 0%, transparent 78%); opacity: .85;
}
.phero__in { position: relative; z-index: 2; padding-top: 78px; padding-bottom: 84px; }
@media (min-width: 980px){
  .phero__in { display: grid; grid-template-columns: 1.02fr 0.98fr; gap: 58px; align-items: center;
    padding-top: 96px; padding-bottom: 104px; }
}
.phero__label {
  display: inline-flex; align-items: center; gap: 12px; white-space: nowrap;
  font-size: 13px; font-weight: 500; letter-spacing: -0.01em; color: var(--dk-soft);
  border: 1px solid var(--dk-line); padding: 8px 15px; border-radius: 999px; margin-bottom: 28px;
}
.phero__label .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 4px var(--accent-glow); }
.phero__label b { color: var(--dk-ink); font-weight: 600; }
.phero h1 {
  font-family: var(--title); font-size: clamp(33px, 5.9vw, 60px); line-height: 1.1;
  font-weight: 700; letter-spacing: -0.045em; text-wrap: balance; max-width: 15ch;
}
.phero h1 .pop { color: var(--accent); }
.phero__sub { margin-top: 24px; font-size: clamp(16px, 2.2vw, 19.5px); color: var(--dk-soft); max-width: 48ch; line-height: 1.62; text-wrap: pretty; }
.phero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 34px; }
.phero__note { margin-top: 18px; font-size: 13.5px; color: var(--dk-soft); }
.phero__note b { color: var(--dk-ink); font-weight: 600; }
.phero__metarow { display: flex; flex-wrap: wrap; margin-top: 40px; border-top: 1px solid var(--dk-line); padding-top: 26px; }
.phero__metric { padding: 0 26px; border-left: 1px solid var(--dk-line); }
.phero__metric:first-child { padding-left: 0; border-left: none; }
.phero__metric b { display: block; font-family: var(--disp); font-size: 20px; font-weight: 600; letter-spacing: -0.02em; color: var(--dk-ink); }
.phero__metric b.pop { color: var(--accent); }
.phero__metric span { font-size: 12.5px; color: var(--dk-soft); }
@media (max-width: 560px){ .phero__metarow { flex-direction: column; gap: 14px; } .phero__metric { border-left: none; padding: 0; } }

/* hero visual — "things I build" collage: browser + phone */
.phero__visual { margin-top: 54px; position: relative; display: flex; justify-content: center; }
@media (min-width: 980px){ .phero__visual { margin-top: 0; } }
.collage { position: relative; width: 100%; max-width: 460px; }
.bwin {
  background: #0f1116; border: 1px solid rgba(255,255,255,.12); border-radius: 12px; overflow: hidden;
  box-shadow: 0 50px 90px -36px rgba(0,0,0,.75), inset 0 0 0 1px rgba(255,255,255,.02);
}
.bwin__bar { display: flex; align-items: center; gap: 7px; padding: 11px 13px; background: #15171d; border-bottom: 1px solid rgba(255,255,255,.07); }
.bwin__dot { width: 9px; height: 9px; border-radius: 50%; background: #3a3d46; }
.bwin__url { margin-left: 10px; font-family: var(--mono); font-size: 9.5px; color: var(--dk-faint); background: rgba(255,255,255,.05); padding: 4px 10px; border-radius: 5px; letter-spacing: 0; }
.bwin__shot { display: block; }
/* miniature GLOWAVE landing render */
.mini-land { background: var(--dk-bg); padding: 18px 18px 20px; }
.mini-land__tag { font-family: var(--disp); font-size: 8px; letter-spacing: .16em; text-transform: uppercase; color: var(--accent); }
.mini-land__h { font-family: var(--title); font-weight: 700; color: var(--dk-ink); font-size: 17px; line-height: 1.12; letter-spacing: -0.03em; margin: 7px 0 0; }
.mini-land__h .pop { color: var(--accent); }
.mini-land__p { font-size: 9px; color: var(--dk-soft); margin-top: 8px; line-height: 1.5; max-width: 30ch; }
.mini-land__btn { display: inline-block; margin-top: 11px; font-size: 8.5px; font-weight: 700; color: #fff; background: var(--accent); padding: 6px 11px; border-radius: 4px; }
.mini-land__row { display: flex; gap: 8px; margin-top: 16px; }
.mini-land__chip { flex: 1; height: 34px; border-radius: 5px; border: 1px solid var(--dk-line); background: rgba(255,255,255,.02); }

.collage__phone { position: absolute; right: -6px; bottom: -30px; width: 142px; z-index: 3; filter: drop-shadow(0 30px 40px rgba(0,0,0,.5)); }
@media (max-width: 460px){ .collage__phone { width: 116px; right: -2px; bottom: -18px; } }
.mphone { background: #07080a; border-radius: 26px; padding: 6px; box-shadow: 0 0 0 1px rgba(255,255,255,.08); }
.mphone__scr { background: #f3f1ec; border-radius: 21px; overflow: hidden; }
.mphone__top { display: flex; align-items: center; justify-content: space-between; padding: 14px 11px 8px; }
.mphone__bm { font-family: var(--brand); font-weight: 700; font-size: 8.5px; letter-spacing: .12em; color: #1a1a1a; }
.mphone__hero { margin: 0 9px; height: 70px; border-radius: 7px; background: linear-gradient(145deg,#dfe6e3,#cfd8d4); position: relative; overflow: hidden; }
.mphone__hero::after { content: "AETHER"; position: absolute; left: 9px; bottom: 8px; font-family: var(--brand); font-size: 8px; letter-spacing: .22em; color: #2f3a36; font-weight: 600; }
.mphone__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; padding: 9px; }
.mphone__cell { aspect-ratio: 1; border-radius: 6px; background: #e7e3db; }
.collage__pill { position: absolute; left: -10px; top: -16px; z-index: 4; font-family: var(--disp); font-size: 10px; font-weight: 600; letter-spacing: .04em; color: var(--dk-ink); background: rgba(20,22,28,.9); border: 1px solid var(--dk-line-2); border-radius: 999px; padding: 7px 13px; backdrop-filter: blur(6px); }
.collage__pill .pop { color: var(--accent); }

/* ---------- §2 POSITIONING — horizontal compare table ---------- */
.postable__lead { font-family: var(--title); margin-top: 0; font-size: clamp(18px,2.6vw,22px); font-weight: 700; letter-spacing: -0.03em; line-height: 1.45; max-width: 30ch; text-wrap: balance; }
.postable__wrap { margin-top: 38px; overflow-x: auto; -webkit-overflow-scrolling: touch; border: 1px solid var(--line-2); border-radius: 10px; }
.postable { width: 100%; min-width: 640px; border-collapse: collapse; background: var(--card); }
.postable th, .postable td { text-align: center; padding: 16px 14px; border-bottom: 1px solid var(--line); }
.postable thead th { font-family: var(--kr); font-size: 13px; font-weight: 700; letter-spacing: -0.02em; color: var(--ink); background: var(--paper-2); border-bottom: 1px solid var(--line-2); }
.postable thead th:first-child { background: var(--card); }
.postable th.rowlab, .postable td.rowlab { text-align: left; font-size: 14px; font-weight: 600; color: var(--ink); white-space: nowrap; min-width: 168px; }
.postable td.rowlab span { display: block; font-size: 11.5px; font-weight: 500; color: var(--faint); margin-top: 2px; letter-spacing: -0.01em; }
.postable .yes { color: var(--accent); font-weight: 800; font-size: 16px; }
.postable .no  { color: var(--line-2); font-weight: 700; font-size: 15px; }
.postable .partial { color: var(--faint); font-weight: 700; font-size: 13px; }
.postable tr.us { background: var(--ink); }
.postable tr.us td { border-bottom-color: var(--dk-line); color: var(--paper); }
.postable tr.us td.rowlab { color: var(--paper); }
.postable tr.us td.rowlab b { color: #fff; }
.postable tr.us .yes { color: var(--accent); }
.postable tr.us td.rowlab span { color: rgba(255,255,255,.6); }
.postable tr:last-child td { border-bottom: none; }
.postable__legend { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 16px; font-size: 12.5px; color: var(--faint); }
.postable__legend b { color: var(--accent); font-weight: 800; }

/* ---------- §3 CAPABILITIES — 4 cards + 4 service blocks ---------- */
.cap__grid { display: grid; gap: 16px; margin-top: 42px; }
@media (min-width: 760px){ .cap__grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1040px){ .cap__grid { grid-template-columns: repeat(4, 1fr); } }
.cap__card { background: var(--card); border: 1px solid var(--line-2); border-radius: 8px; padding: 26px 24px; transition: border-color .25s, transform .25s, box-shadow .25s; }
.cap__card:hover { border-color: var(--ink); transform: translateY(-3px); box-shadow: 5px 5px 0 var(--ink); }
.cap__n { font-family: var(--disp); font-size: 14px; font-weight: 700; color: var(--accent); }
.cap__card h3 { font-size: 17px; font-weight: 700; letter-spacing: -0.025em; margin: 12px 0 12px; line-height: 1.28; }
.cap__card p { font-size: 13.5px; color: var(--soft); line-height: 1.6; }
.cap__card p b { color: var(--ink); font-weight: 600; }

.svc4 { margin-top: 26px; border-top: 1px solid var(--line); }
.svc4__row { display: grid; gap: 6px; padding: 22px 0; border-bottom: 1px solid var(--line); }
@media (min-width: 760px){ .svc4__row { grid-template-columns: 240px 1fr; gap: 32px; align-items: baseline; } }
.svc4__h { font-size: 16px; font-weight: 700; letter-spacing: -0.02em; color: var(--ink); display: flex; align-items: baseline; gap: 10px; }
.svc4__h .mk { font-family: var(--disp); font-size: 12px; font-weight: 700; color: var(--accent); }
.svc4__d { font-size: 14.5px; color: var(--soft); line-height: 1.6; }
.svc4__d b { color: var(--ink); font-weight: 600; }

/* ---------- §4 PROCESS — 3 step timeline ---------- */
.proc3 { display: grid; gap: 8px; margin-top: 42px; }
@media (min-width: 820px){ .proc3 { grid-template-columns: repeat(3, 1fr); gap: 0; } }
.proc3__step { position: relative; padding: 26px 0; border-top: 1px solid var(--line); }
@media (min-width: 820px){ .proc3__step { padding: 4px 30px 4px 0; border-top: none; } }
.proc3__rail { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.proc3__dot { width: 38px; height: 38px; flex: none; border-radius: 8px; background: var(--ink); color: var(--paper); display: grid; place-items: center; font-family: var(--disp); font-weight: 600; font-size: 16px; }
.proc3__step:last-child .proc3__dot { background: var(--accent); color: #fff; }
.proc3__line { flex: 1; height: 1px; background: var(--line-2); }
@media (max-width: 819px){ .proc3__line { display: none; } }
.proc3__step h4 { font-size: 18px; font-weight: 700; letter-spacing: -0.025em; }
.proc3__when { font-family: var(--disp); font-size: 11.5px; font-weight: 500; letter-spacing: 0.04em; color: var(--accent); margin: 6px 0 8px; }
.proc3__step p { font-size: 14.5px; color: var(--soft); line-height: 1.6; }
.proc3__note { margin-top: 34px; font-size: 14px; color: var(--soft); line-height: 1.6; padding: 18px 22px; background: var(--card); border: 1px solid var(--line); border-left: 3px solid var(--accent); border-radius: 0 6px 6px 0; }
.proc3__note b { color: var(--ink); font-weight: 700; }

/* ---------- §5 WORK — gallery (the centerpiece) ---------- */
.work { margin-top: 44px; display: grid; gap: 22px; }
.work__item { background: var(--card); border: 1px solid var(--line-2); border-radius: 12px; overflow: hidden; }
.work__head { display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; gap: 16px; padding: 26px 30px 0; }
.work__badge { font-family: var(--disp); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--accent); }
.work__title { font-family: var(--title); font-size: clamp(20px, 2.8vw, 26px); font-weight: 700; letter-spacing: -0.03em; margin-top: 8px; }
.work__desc { font-size: 14.5px; color: var(--soft); line-height: 1.62; max-width: 52ch; margin-top: 12px; }
.work__desc b { color: var(--ink); font-weight: 600; }
.work__chips { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 16px; }
.work__chips span { font-size: 12px; font-weight: 500; color: var(--soft); background: var(--paper-2); border-radius: 4px; padding: 5px 11px; }
.work__open { flex: none; }
.work__open .btn { white-space: nowrap; }

/* stage that holds the framed previews */
.work__stage { margin-top: 24px; padding: 30px; background: var(--ink-2); position: relative; overflow: hidden; }
.work__stage::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(0deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 40px 40px; -webkit-mask-image: radial-gradient(120% 100% at 50% 0%, #000, transparent 80%); mask-image: radial-gradient(120% 100% at 50% 0%, #000, transparent 80%);
}

/* (A) landing browser frame */
.frame-land { position: relative; z-index: 1; max-width: 720px; margin: 0 auto; }
.lwin { background: #0f1116; border: 1px solid rgba(255,255,255,.12); border-radius: 12px 12px 10px 10px; overflow: hidden; box-shadow: 0 40px 70px -30px rgba(0,0,0,.7); }
.lwin__bar { display: flex; align-items: center; gap: 7px; padding: 12px 14px; background: #15171d; border-bottom: 1px solid rgba(255,255,255,.07); }
.lwin__dot { width: 10px; height: 10px; border-radius: 50%; background: #3a3d46; }
.lwin__url { margin-left: 12px; font-family: var(--mono); font-size: 11px; color: var(--dk-faint); background: rgba(255,255,255,.05); padding: 5px 14px; border-radius: 6px; flex: 1; max-width: 320px; }
.lwin__body { background: var(--dk-bg); padding: 30px 34px 34px; display: grid; grid-template-columns: 1.1fr .9fr; gap: 24px; align-items: center; }
@media (max-width: 620px){ .lwin__body { grid-template-columns: 1fr; gap: 18px; } }
.lwin__tag { font-family: var(--disp); font-size: 9px; letter-spacing: .18em; text-transform: uppercase; color: var(--accent); }
.lwin__h { font-family: var(--title); font-weight: 700; color: var(--dk-ink); font-size: clamp(18px,3vw,26px); line-height: 1.1; letter-spacing: -0.035em; margin-top: 9px; }
.lwin__h .pop { color: var(--accent); }
.lwin__p { font-size: 11.5px; color: var(--dk-soft); margin-top: 12px; line-height: 1.55; max-width: 34ch; }
.lwin__btn { display: inline-block; margin-top: 15px; font-size: 11px; font-weight: 700; color: #fff; background: var(--accent); padding: 9px 15px; border-radius: 5px; }
.lwin__panel { background: #07080a; border-radius: 14px; padding: 8px; box-shadow: 0 0 0 1px rgba(255,255,255,.07); }
.lwin__panel .sc { background: #f3f1ec; border-radius: 10px; overflow: hidden; }
.lwin__seg { display: grid; grid-template-columns: 1fr 1fr; gap: 5px; padding: 10px; }
.lwin__seg i { display: block; height: 40px; border-radius: 5px; background: #e6e2da; font-style: normal; }
.lwin__feat { height: 56px; margin: 10px 10px 0; border-radius: 7px; background: linear-gradient(135deg, var(--accent), var(--accent-deep)); }

/* (B) store gallery — browser + 2 phones */
.frame-store { position: relative; z-index: 1; display: grid; gap: 18px; align-items: center; }
@media (min-width: 880px){ .frame-store { grid-template-columns: 1.45fr 1fr; } }
.swin { background: #fff; border: 1px solid rgba(0,0,0,.1); border-radius: 12px 12px 10px 10px; overflow: hidden; box-shadow: 0 40px 70px -30px rgba(0,0,0,.6); }
.swin__bar { display: flex; align-items: center; gap: 7px; padding: 11px 13px; background: #ece9e3; }
.swin__dot { width: 9px; height: 9px; border-radius: 50%; background: #c9c3b8; }
.swin__url { margin-left: 10px; font-family: var(--mono); font-size: 10px; color: #8a857a; background: #f6f4ef; padding: 4px 12px; border-radius: 5px; }
.store-hero { background: #f3f1ec; color: #1c211f; }
.store-hero__nav { display: flex; align-items: center; justify-content: space-between; padding: 14px 20px; border-bottom: 1px solid #e3ded4; }
.store-hero__bm { font-family: var(--brand); font-weight: 700; font-size: 14px; letter-spacing: .26em; color: #1c211f; }
.store-hero__links { display: flex; gap: 14px; font-size: 9px; color: #6c726b; letter-spacing: .04em; }
.store-hero__main { display: grid; grid-template-columns: 1fr 1fr; }
@media (max-width: 520px){ .store-hero__main { grid-template-columns: 1fr; } }
.store-hero__copy { padding: 30px 22px; }
.store-hero__k { font-family: var(--brand); font-size: 8.5px; letter-spacing: .26em; text-transform: uppercase; color: #7c8b81; }
.store-hero__h { font-family: var(--title); font-size: 23px; font-weight: 700; letter-spacing: -0.03em; line-height: 1.1; margin-top: 10px; color: #1c211f; }
.store-hero__d { font-size: 10px; color: #6c726b; margin-top: 10px; line-height: 1.6; max-width: 26ch; }
.store-hero__cta { display: inline-block; margin-top: 16px; font-size: 9.5px; font-weight: 700; letter-spacing: .08em; color: #f3f1ec; background: #1c211f; padding: 9px 16px; }
.store-hero__art { background: linear-gradient(160deg,#dde4e0 0%,#c7d2cc 55%,#b7c4bd 100%); position: relative; min-height: 188px; }
.store-hero__art::after { content: ""; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 64px; height: 96px; border-radius: 40px 40px 8px 8px; background: rgba(255,255,255,.7); box-shadow: 0 12px 24px -8px rgba(0,0,0,.25); }
.store-hero__art::before { content: "SERUM 01"; position: absolute; left: 18px; bottom: 14px; font-family: var(--brand); font-size: 8px; letter-spacing: .2em; color: #46554d; z-index: 2; }

.store-phones { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media (max-width: 879px){ .store-phones { max-width: 360px; margin: 0 auto; } }
.sphone { background: #07080a; border-radius: 24px; padding: 5px; box-shadow: 0 26px 40px -18px rgba(0,0,0,.6); }
.sphone__scr { background: #f3f1ec; border-radius: 20px; overflow: hidden; color: #1c211f; min-height: 230px; display: flex; flex-direction: column; }
.sphone__top { display: flex; align-items: center; justify-content: space-between; padding: 13px 11px 7px; }
.sphone__bm { font-family: var(--brand); font-weight: 700; font-size: 8px; letter-spacing: .2em; }
.sphone__bag { font-family: var(--mono); font-size: 8px; color: #7c8b81; }
.sphone__img { margin: 0 9px; height: 92px; border-radius: 8px; background: linear-gradient(160deg,#dbe3df,#c4cfc9); position: relative; }
.sphone__img.alt { background: linear-gradient(160deg,#e7ded4,#d8ccbd); }
.sphone__img::after { content: ""; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 30px; height: 50px; border-radius: 18px 18px 4px 4px; background: rgba(255,255,255,.75); }
.sphone__pn { font-family: var(--brand); font-size: 7px; letter-spacing: .16em; color: #7c8b81; margin: 11px 11px 0; }
.sphone__pt { font-size: 11px; font-weight: 700; letter-spacing: -0.02em; margin: 4px 11px 0; line-height: 1.25; }
.sphone__pr { font-family: var(--mono); font-size: 10px; color: #1c211f; margin: 6px 11px 0; }
.sphone__add { margin: 10px 11px 12px; text-align: center; font-size: 8px; font-weight: 700; letter-spacing: .08em; color: #f3f1ec; background: #1c211f; padding: 8px; border-radius: 4px; }
.sphone__line { height: 7px; border-radius: 3px; background: #e3ded4; margin: 7px 11px 0; }
.sphone__line.s { width: 55%; }
.sphone__cartrow { display: flex; align-items: center; justify-content: space-between; margin: 9px 11px 0; padding-bottom: 9px; border-bottom: 1px solid #e3ded4; }
.sphone__cartrow .t { font-size: 8.5px; font-weight: 600; }
.sphone__cartrow .p { font-family: var(--mono); font-size: 8.5px; }

.work__foot { padding: 22px 30px 28px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 14px; border-top: 1px solid var(--line); }
.work__foot p { font-size: 13px; color: var(--faint); line-height: 1.5; }
.work__demo-note { font-family: var(--mono); font-size: 12px; color: var(--soft); }
.work__demo-note b { color: var(--accent); font-weight: 700; }

/* ---------- §6 STRATEGY — locked doc previews ---------- */
.strat__lead { font-family: var(--title); margin-top: 0; font-size: clamp(20px,3vw,26px); font-weight: 700; letter-spacing: -0.03em; line-height: 1.38; max-width: 26ch; text-wrap: balance; }
.strat__grid { display: grid; gap: 16px; margin-top: 40px; }
@media (min-width: 720px){ .strat__grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1040px){ .strat__grid { grid-template-columns: repeat(3, 1fr); } }
.strat__card { background: var(--card); border: 1px solid var(--line-2); border-radius: 10px; overflow: hidden; position: relative; transition: border-color .25s, transform .25s; }
.strat__card:hover { border-color: var(--ink); transform: translateY(-2px); }
.strat__doc { position: relative; padding: 20px 20px 0; height: 132px; overflow: hidden; background: var(--paper); }
.strat__doc::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 70px; background: linear-gradient(180deg, transparent, var(--card)); }
.strat__redact { display: grid; gap: 9px; filter: blur(0.6px); }
.strat__redact i { display: block; height: 8px; border-radius: 3px; background: var(--line); font-style: normal; }
.strat__redact i.w90 { width: 90%; } .strat__redact i.w70 { width: 70%; } .strat__redact i.w80 { width: 80%; }
.strat__redact i.w55 { width: 55%; } .strat__redact i.w40 { width: 40%; } .strat__redact i.hd { height: 12px; width: 64%; background: var(--line-2); }
.strat__redact .barchart { display: flex; align-items: flex-end; gap: 6px; height: 38px; margin-top: 4px; }
.strat__redact .barchart b { display: block; width: 12px; background: var(--accent-tint); border-radius: 2px 2px 0 0; }
.strat__lock { position: absolute; top: 14px; right: 14px; z-index: 2; width: 26px; height: 26px; border-radius: 7px; background: var(--ink); color: var(--paper); display: grid; place-items: center; }
.strat__lock svg { width: 13px; height: 13px; }
.strat__meta { padding: 16px 20px 20px; position: relative; z-index: 1; }
.strat__meta h3 { font-size: 15.5px; font-weight: 700; letter-spacing: -0.025em; }
.strat__meta p { font-family: var(--mono); font-size: 11.5px; color: var(--faint); margin-top: 7px; letter-spacing: 0; }
.strat__note { margin-top: 22px; font-size: 13px; color: var(--faint); }

/* ---------- §7 WHY US ---------- */
.whyus { display: grid; gap: 0; margin-top: 42px; border-top: 1px solid var(--line); }
@media (min-width: 760px){ .whyus { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1040px){ .whyus { grid-template-columns: repeat(4, 1fr); } }
.whyus__card { padding: 26px 0; border-bottom: 1px solid var(--line); }
@media (min-width: 760px){ .whyus__card { padding: 24px 28px 24px 0; border-bottom: 1px solid var(--line); } }
@media (min-width: 1040px){ .whyus__card { border-bottom: none; border-left: 1px solid var(--line); padding: 6px 30px 4px; } .whyus__card:first-child { border-left: none; padding-left: 0; } }
.whyus__n { font-family: var(--disp); font-size: 26px; font-weight: 600; letter-spacing: -0.02em; color: var(--accent); }
.whyus__bar { width: 28px; height: 2px; background: var(--ink); margin: 14px 0 16px; }
.whyus__card h3 { font-size: 17px; font-weight: 700; letter-spacing: -0.03em; line-height: 1.28; }
.whyus__card p { font-size: 13.5px; color: var(--soft); margin-top: 11px; line-height: 1.6; }
.whyus__card p b { color: var(--ink); font-weight: 600; }
