/* FinLog AI Research Lab visual system */
:root {
  --lab-bg: #05080d;
  --lab-surface: #0a111b;
  --lab-elevated: #101925;
  --lab-panel: #0d1622;
  --lab-line: #223044;
  --lab-line-strong: #344760;
  --lab-text: #f2f6fb;
  --lab-muted: #96a7bc;
  --lab-cyan: #62d7ff;
  --lab-gold: #d6b36a;
  --lab-teal: #60d6b1;
  --lab-danger: #ff8f8f;
  --lab-shadow: 0 24px 70px rgba(0, 0, 0, .34);
  --lab-radius: 10px;
  --lab-mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

html { scroll-padding-top: 84px; }

body.finlog-lab {
  color: var(--lab-text);
  background:
    radial-gradient(circle at 82% 4%, rgba(98, 215, 255, .075), transparent 25rem),
    linear-gradient(180deg, #060a10 0%, var(--lab-bg) 52%, #070b11 100%);
  font-family: Pretendard, "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  line-height: 1.68;
  letter-spacing: -.015em;
  overflow-x: hidden;
}

body.finlog-lab::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  pointer-events: none;
  background-image:
    linear-gradient(rgba(105, 132, 162, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(105, 132, 162, .035) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: linear-gradient(to bottom, #000, transparent 82%);
}

.finlog-lab *, .finlog-lab *::before, .finlog-lab *::after { box-sizing: border-box; }
.finlog-lab img { max-width: 100%; }
.finlog-lab a { text-underline-offset: 3px; }
.finlog-lab button, .finlog-lab input, .finlog-lab select, .finlog-lab textarea { font: inherit; }

.finlog-lab :focus-visible {
  outline: 2px solid var(--lab-cyan) !important;
  outline-offset: 3px;
}

.finlog-lab .wrap {
  width: min(1180px, calc(100% - 48px));
  max-width: 1180px;
  margin-inline: auto;
}

/* Common navigation */
.finlog-lab > nav,
.finlog-lab .pillnav {
  position: sticky !important;
  top: 0 !important;
  right: auto !important;
  left: 0 !important;
  transform: none !important;
  z-index: 90 !important;
  width: 100% !important;
  min-height: 66px;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(119, 148, 180, .2) !important;
  border-radius: 0 !important;
  background: rgba(5, 8, 13, .88) !important;
  box-shadow: none !important;
  backdrop-filter: blur(18px) saturate(125%);
}

.finlog-lab > nav .wrap,
.finlog-lab .pillnav {
  display: flex;
  align-items: center;
  gap: 7px;
}

.finlog-lab > nav .wrap { min-height: 66px; }
.finlog-lab .pillnav { justify-content: center; padding-inline: 20px !important; }

.finlog-lab > nav a,
.finlog-lab .pillnav a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 10px !important;
  border: 1px solid transparent !important;
  border-radius: 6px !important;
  color: var(--lab-muted) !important;
  background: transparent !important;
  font-size: .79rem !important;
  font-weight: 700 !important;
  letter-spacing: .015em;
  text-decoration: none !important;
  transition: color .18s ease, border-color .18s ease, background .18s ease;
}

.finlog-lab > nav a:hover,
.finlog-lab .pillnav a:hover,
.finlog-lab > nav a[aria-current="page"],
.finlog-lab .pillnav a[aria-current="page"] {
  color: var(--lab-text) !important;
  border-color: var(--lab-line) !important;
  background: rgba(98, 215, 255, .07) !important;
}

.finlog-lab .logo {
  display: inline-flex;
  align-items: center;
  margin-right: auto;
  color: var(--lab-text) !important;
  font-size: 1rem !important;
  font-weight: 750;
  letter-spacing: -.02em;
}

.finlog-lab .logo b { color: var(--lab-cyan) !important; }
.finlog-lab .logo img { border: 1px solid var(--lab-line) !important; box-shadow: 0 0 0 3px rgba(98, 215, 255, .05); }
[data-finlog-page="index"] > nav a[href^="#"] { display: none; }
[data-finlog-enhancement-page="index"] > nav a[href^="#"] { display: none; }

/* Shared editorial surfaces */
[data-finlog-page="index"] section { position: relative; }
[data-finlog-page="index"] section:not(.band) { padding-block: clamp(72px, 9vw, 118px) !important; }
[data-finlog-page="index"] section[style*="background"] { background: rgba(10, 17, 27, .72) !important; }
[data-finlog-page="index"] section + section { border-top: 1px solid rgba(86, 111, 140, .14); }

.finlog-lab .eyebrow,
.finlog-lab .htag,
.finlog-lab .eb,
.finlog-lab .tag,
.finlog-lab .meta,
.finlog-lab .wk,
.finlog-lab .who {
  color: var(--lab-cyan) !important;
  font-family: var(--lab-mono);
  font-size: .71rem !important;
  font-weight: 700 !important;
  line-height: 1.4;
  letter-spacing: .11em !important;
  text-transform: uppercase;
}

.finlog-lab .eyebrow::before,
.finlog-lab .htag::before,
.finlog-lab .eb::before {
  display: inline-block;
  width: 18px;
  height: 1px;
  margin-right: 9px;
  vertical-align: middle;
  content: "";
  background: currentColor;
}

.finlog-lab .bar { display: none !important; }
.finlog-lab h1, .finlog-lab h2, .finlog-lab h3, .finlog-lab h4 { color: var(--lab-text) !important; text-wrap: balance; }
.finlog-lab h2 { margin-top: 14px !important; font-size: clamp(2rem, 4.4vw, 3.45rem) !important; line-height: 1.15 !important; letter-spacing: -.055em !important; }
.finlog-lab .a { color: var(--lab-cyan) !important; -webkit-text-fill-color: currentColor !important; background: none !important; }
.finlog-lab .lead, .finlog-lab .desc, .finlog-lab p { color: var(--lab-muted); }
.finlog-lab .lead { max-width: 790px; font-size: clamp(1rem, 1.8vw, 1.12rem) !important; line-height: 1.88 !important; }
.finlog-lab b { color: #dfe8f3; }

.finlog-lab .card,
.finlog-lab .efc,
.finlog-lab .flow,
.finlog-lab .thk,
.finlog-lab .dcard,
.finlog-lab .tm,
.finlog-lab .hl,
.finlog-lab .source,
.finlog-lab .sec,
.finlog-lab .acc,
.finlog-lab .set,
.finlog-lab .policy > div,
.finlog-lab .concl,
.finlog-lab .toc,
.finlog-lab .panel {
  border: 1px solid var(--lab-line) !important;
  border-radius: var(--lab-radius) !important;
  background: linear-gradient(145deg, rgba(16, 25, 37, .96), rgba(9, 15, 24, .96)) !important;
  box-shadow: none !important;
}

.finlog-lab .card,
.finlog-lab .efc,
.finlog-lab .thk,
.finlog-lab .dcard,
.finlog-lab .tm,
.finlog-lab .hl,
.finlog-lab .set,
.finlog-lab .source {
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

.finlog-lab .card:hover,
.finlog-lab .thk:hover,
.finlog-lab .dcard:hover,
.finlog-lab .hl:hover,
.finlog-lab .set:hover,
.finlog-lab .source:hover {
  transform: translateY(-2px);
  border-color: var(--lab-line-strong) !important;
  background: linear-gradient(145deg, rgba(19, 31, 46, .98), rgba(10, 17, 27, .98)) !important;
}

.finlog-lab .btn,
.finlog-lab .tools button,
.finlog-lab .filters button,
.finlog-lab .cats button,
.finlog-lab .quick button,
.finlog-lab .tech-cap button,
.finlog-lab .contribution-voice-trigger,
.finlog-lab button.send,
.finlog-lab .nav button {
  min-height: 42px;
  border: 1px solid var(--lab-line-strong) !important;
  border-radius: 7px !important;
  color: var(--lab-text) !important;
  background: rgba(13, 22, 34, .88) !important;
  box-shadow: none !important;
  font-weight: 750 !important;
  text-decoration: none;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

.finlog-lab .btn:hover,
.finlog-lab button:hover { transform: translateY(-1px); border-color: var(--lab-cyan) !important; }
.finlog-lab .btn.p,
.finlog-lab button.active,
.finlog-lab .filters button.active,
.finlog-lab .cats button.active,
.finlog-lab button.send {
  color: #061019 !important;
  border-color: var(--lab-cyan) !important;
  background: var(--lab-cyan) !important;
}

/* Main recruiter-facing overview */
[data-finlog-page="index"] .hero {
  min-height: auto !important;
  padding: clamp(76px, 8vw, 112px) 0 68px !important;
  border-bottom: 1px solid var(--lab-line);
  background: transparent !important;
  overflow: hidden;
}

[data-finlog-page="index"] .hero::before {
  position: absolute;
  top: 0;
  right: 5%;
  width: min(42vw, 520px);
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, var(--lab-cyan), transparent);
  opacity: .65;
}

[data-finlog-page="index"] .hero .glow { display: none !important; }
[data-finlog-page="index"] .hero .wrap {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr);
  gap: clamp(42px, 7vw, 92px);
  align-items: center;
}

[data-finlog-page="index"] .hero .htag,
[data-finlog-page="index"] .hero h1,
[data-finlog-page="index"] .hero .sub,
[data-finlog-page="index"] .hero .desc,
[data-finlog-page="index"] .hero .cta { grid-column: 1; }

[data-finlog-page="index"] .hero h1 {
  margin: 20px 0 22px !important;
  font-size: clamp(2.25rem, 3.7vw, 3.6rem) !important;
  line-height: 1.08 !important;
  letter-spacing: -.072em !important;
}

[data-finlog-page="index"] .hero .sub {
  color: #cfdae7 !important;
  font-size: clamp(1.05rem, 2vw, 1.28rem) !important;
  font-weight: 700;
  line-height: 1.55;
}

[data-finlog-page="index"] .hero .desc { max-width: 680px; margin-top: 18px; font-size: .98rem; line-height: 1.9; }
[data-finlog-page="index"] .hero .cta { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 27px; }
[data-finlog-page="index"] .hero .btn { padding: 11px 15px !important; font-size: .86rem; }

/* Restrained homepage motion: orientation first, decoration second. */
.lab-scroll-progress {
  --lab-scroll-progress: 0;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 110;
  height: 2px;
  pointer-events: none;
  background: linear-gradient(90deg, var(--lab-cyan), var(--lab-teal) 58%, var(--lab-gold));
  box-shadow: 0 0 12px rgba(98, 215, 255, .38);
  transform: scaleX(var(--lab-scroll-progress));
  transform-origin: 0 50%;
  will-change: transform;
}

@keyframes lab-hero-enter {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: none; }
}

.lab-is-ready[data-finlog-page="index"] .hero .htag,
.lab-is-ready[data-finlog-page="index"] .hero h1,
.lab-is-ready[data-finlog-page="index"] .hero .sub,
.lab-is-ready[data-finlog-page="index"] .hero .desc,
.lab-is-ready[data-finlog-page="index"] .hero .cta,
.lab-is-ready[data-finlog-page="index"] .hero .lab-console,
.lab-is-ready[data-finlog-page="index"] .hero .hstats {
  animation: lab-hero-enter .58s cubic-bezier(.2, .72, .2, 1) both;
}

.lab-is-ready[data-finlog-page="index"] .hero .htag { animation-delay: .04s; }
.lab-is-ready[data-finlog-page="index"] .hero h1 { animation-delay: .1s; }
.lab-is-ready[data-finlog-page="index"] .hero .sub { animation-delay: .17s; }
.lab-is-ready[data-finlog-page="index"] .hero .desc { animation-delay: .23s; }
.lab-is-ready[data-finlog-page="index"] .hero .cta { animation-delay: .3s; }
.lab-is-ready[data-finlog-page="index"] .hero .lab-console { animation-delay: .14s; animation-duration: .72s; }
.lab-is-ready[data-finlog-page="index"] .hero .hstats { animation-delay: .38s; }

.lab-console {
  grid-column: 2;
  grid-row: 1 / span 5;
  position: relative;
  border: 1px solid var(--lab-line-strong);
  border-radius: 12px;
  background: rgba(7, 12, 19, .9);
  box-shadow: var(--lab-shadow);
  overflow: hidden;
}

.lab-console::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(115deg, transparent 38%, rgba(98, 215, 255, .035), transparent 62%);
  background-size: 220% 100%;
  animation: lab-console-sweep 7s ease-in-out infinite;
}

.lab-console__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
  padding: 0 16px;
  border-bottom: 1px solid var(--lab-line);
  color: var(--lab-muted);
  font-family: var(--lab-mono);
  font-size: .68rem;
  letter-spacing: .09em;
}

.lab-console__head strong { display: inline-flex; align-items: center; gap: 7px; color: var(--lab-teal); font-weight: 700; }
.lab-console__head i { width: 7px; height: 7px; border-radius: 50%; background: var(--lab-teal); box-shadow: 0 0 14px rgba(96, 214, 177, .65); animation: lab-status-pulse 2.8s ease-in-out infinite; }
.lab-console__body { padding: 20px; }
.lab-readout { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; padding: 14px 0; border-bottom: 1px solid rgba(73, 97, 124, .28); }
.lab-readout span { color: var(--lab-muted); font-family: var(--lab-mono); font-size: .66rem; letter-spacing: .08em; }
.lab-readout b { color: var(--lab-text); font-family: var(--lab-mono); font-size: .9rem; letter-spacing: .02em; }
.lab-pipeline { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 24px; border: 1px solid var(--lab-line); border-radius: 7px; overflow: hidden; }
.lab-pipeline span { position: relative; padding: 22px 5px 9px; color: var(--lab-muted); font-family: var(--lab-mono); font-size: .58rem; text-align: center; letter-spacing: .04em; }
.lab-pipeline span + span { border-left: 1px solid var(--lab-line); }
.lab-pipeline span::before { position: absolute; top: 9px; left: 50%; width: 5px; height: 5px; border-radius: 50%; content: ""; background: var(--lab-cyan); transform: translateX(-50%); box-shadow: 0 0 9px rgba(98, 215, 255, .55); animation: lab-pipeline-step 5.6s ease-in-out infinite; }
.lab-pipeline span:nth-child(2)::before { animation-delay: 1.4s; }
.lab-pipeline span:nth-child(3)::before { animation-delay: 2.8s; }
.lab-pipeline span:nth-child(4)::before { animation-delay: 4.2s; }
.lab-console__body > p { margin: 17px 0 0; color: var(--lab-muted); font-size: .78rem; line-height: 1.65; }

@keyframes lab-console-sweep {
  0%, 16% { background-position: 150% 0; }
  56%, 100% { background-position: -80% 0; }
}

@keyframes lab-status-pulse {
  0%, 100% { opacity: .72; transform: scale(.9); }
  50% { opacity: 1; transform: scale(1.16); }
}

@keyframes lab-pipeline-step {
  0%, 18%, 100% { opacity: .42; transform: translateX(-50%) scale(.78); }
  5%, 12% { opacity: 1; transform: translateX(-50%) scale(1.42); box-shadow: 0 0 14px rgba(98, 215, 255, .78); }
}

[data-finlog-page="index"] .hstats {
  grid-column: 1 / -1;
  width: 100%;
  max-width: none !important;
  margin-top: 12px !important;
  padding-top: 24px;
  border-top: 1px solid var(--lab-line);
}

[data-finlog-page="index"] .hstat { padding: 4px 16px 4px 0; border-right: 1px solid var(--lab-line); }
[data-finlog-page="index"] .hstat:last-child { border-right: 0; }
[data-finlog-page="index"] .hstat .n { color: var(--lab-text) !important; font-family: var(--lab-mono); font-size: clamp(1.55rem, 3vw, 2.25rem) !important; }
[data-finlog-page="index"] .hstat .l { color: var(--lab-muted) !important; font-size: .78rem !important; }

.recruiter-brief { padding: 0 !important; border-bottom: 1px solid var(--lab-line); background: #080d14 !important; }
.recruiter-brief .wrap { display: grid; grid-template-columns: 1.25fr repeat(4, 1fr); align-items: stretch; }
.brief-intro, .brief-item { min-height: 154px; padding: 27px 22px; border-right: 1px solid var(--lab-line); }
.brief-intro { padding-left: 0; }
.brief-intro span { color: var(--lab-gold); font-family: var(--lab-mono); font-size: .67rem; letter-spacing: .1em; }
.brief-intro h2 { margin: 11px 0 0 !important; font-size: 1.2rem !important; line-height: 1.45 !important; letter-spacing: -.035em !important; }
.brief-item:last-child { border-right: 0; }
.brief-item small { display: block; margin-bottom: 13px; color: var(--lab-cyan); font-family: var(--lab-mono); font-size: .65rem; font-weight: 700; letter-spacing: .09em; }
.brief-item p { margin: 0; color: #c0ccda; font-size: .85rem; line-height: 1.7; }

[data-finlog-page="index"] .grid3 { gap: 14px !important; }
[data-finlog-page="index"] .card { padding: 25px !important; }
[data-finlog-page="index"] .ef { gap: 14px !important; }
[data-finlog-page="index"] .efc { padding: 28px !important; }
[data-finlog-page="index"] .vs { color: var(--lab-gold) !important; font-family: var(--lab-mono); }
[data-finlog-page="index"] .flow { margin-top: 18px; padding: 24px !important; }
[data-finlog-page="index"] .ba { border-color: rgba(70, 94, 122, .35) !important; }
[data-finlog-page="index"] .ba .term { color: #dbe6f1 !important; }
[data-finlog-page="index"] .ba .easy { color: var(--lab-muted) !important; }
[data-finlog-page="index"] .ba .arrow { color: var(--lab-cyan) !important; }

[data-finlog-page="index"] .tl { border-color: var(--lab-line) !important; }
[data-finlog-page="index"] .tw .dot { border-color: var(--lab-bg) !important; background: var(--lab-cyan) !important; box-shadow: 0 0 0 1px var(--lab-line-strong); }
[data-finlog-page="index"] .tw h4 { font-size: 1rem !important; }
[data-finlog-page="index"] .thook { grid-template-columns: repeat(3, 1fr) !important; gap: 10px !important; }
[data-finlog-page="index"] .thk { min-height: 185px; padding: 22px !important; }
[data-finlog-page="index"] .thk .n { color: var(--lab-cyan) !important; font-family: var(--lab-mono); font-size: .64rem !important; letter-spacing: .08em; }
[data-finlog-page="index"] .thk p { font-size: .84rem !important; }

[data-finlog-page="index"] .deliv { grid-template-columns: repeat(3, 1fr) !important; gap: 14px !important; }
[data-finlog-page="index"] .dcard { overflow: hidden; }
[data-finlog-page="index"] .dcard .ph { height: 185px !important; filter: saturate(.76) contrast(1.04); }
[data-finlog-page="index"] .dcard .ph::after { position: absolute; inset: 0; content: ""; background: linear-gradient(to top, rgba(5, 8, 13, .72), transparent 65%); }
[data-finlog-page="index"] .dcard .ic { z-index: 1; color: var(--lab-cyan) !important; border: 1px solid rgba(98, 215, 255, .35); background: rgba(5, 8, 13, .78) !important; }
[data-finlog-page="index"] .dcard .bd { padding: 22px !important; background: transparent !important; }
[data-finlog-page="index"] .dcard .meta { color: var(--lab-gold) !important; }

[data-finlog-page="index"] .band { padding: 0 !important; border-block: 1px solid var(--lab-line); background: rgba(98, 215, 255, .045) !important; }
[data-finlog-page="index"] .bstat .n { color: var(--lab-text) !important; font-family: var(--lab-mono); }
[data-finlog-page="index"] .bstat .l { color: var(--lab-muted) !important; }
[data-finlog-page="index"] .gal { gap: 12px !important; }
[data-finlog-page="index"] .gal img { min-height: 260px; border: 1px solid var(--lab-line) !important; border-radius: 8px !important; filter: saturate(.72) contrast(1.04); }
[data-finlog-page="index"] .team { gap: 14px !important; }
[data-finlog-page="index"] .tm { padding: 25px !important; }
[data-finlog-page="index"] .tm .av { border-radius: 8px !important; color: #071019 !important; }

.team-note { margin-top: 16px; padding: 28px; border: 1px solid var(--lab-line-strong); border-radius: 10px; background: linear-gradient(125deg, rgba(98, 215, 255, .055), rgba(13, 22, 34, .9) 44%, rgba(214, 179, 106, .035)); }
.team-note h3 { margin: 10px 0 8px; font-size: 1.35rem; }
.team-note p { max-width: 800px; margin: 0; }
.team-note__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 22px; border: 1px solid var(--lab-line); border-radius: 8px; background: var(--lab-line); overflow: hidden; }
.team-note__grid div { padding: 17px; background: rgba(7, 12, 19, .94); }
.team-note__grid b { display: block; margin-bottom: 6px; color: var(--lab-cyan); font-family: var(--lab-mono); font-size: .67rem; letter-spacing: .06em; }
.team-note__grid span { color: var(--lab-muted); font-size: .81rem; line-height: 1.55; }
.team-note__links { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 20px; }
.team-note__links a { display: inline-flex; align-items: center; min-height: 38px; padding: 7px 12px; border: 1px solid var(--lab-line); border-radius: 6px; color: #dbe5f0 !important; font-size: .81rem; font-weight: 700; text-decoration: none; }
.team-note__links a:hover { border-color: var(--lab-cyan); }

.contribution-note {
  margin-top: 14px;
  padding: 30px;
  border: 1px solid rgba(214, 179, 106, .48);
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(214, 179, 106, .07), rgba(13, 22, 34, .94) 42%);
}

.contribution-note h3 { margin: 10px 0 9px; font-size: clamp(1.35rem, 2.4vw, 1.75rem); }
.contribution-note > p { max-width: 850px; margin: 0; }
.contribution-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin-top: 22px; border: 1px solid var(--lab-line); border-radius: 8px; background: var(--lab-line); overflow: hidden; }
.contribution-grid > div { min-height: 116px; padding: 20px; background: rgba(7, 12, 19, .94); }
.contribution-grid b { display: block; margin-bottom: 7px; color: var(--lab-gold); font-family: var(--lab-mono); font-size: .68rem; letter-spacing: .065em; }
.contribution-grid span { color: #c2cfdd; font-size: .87rem; line-height: 1.65; }
.contribution-note .contribution-note__closing { margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--lab-line); color: var(--lab-muted); font-size: .83rem; }
.contribution-voice-trigger { margin-top: 18px; padding: 9px 13px; color: #171106 !important; border-color: var(--lab-gold) !important; background: var(--lab-gold) !important; cursor: pointer; }

.contribution-voice {
  width: min(650px, calc(100% - 28px));
  max-height: calc(100dvh - 40px);
  margin: auto;
  padding: 0;
  border: 1px solid rgba(214, 179, 106, .58);
  border-radius: 12px;
  color: var(--lab-text);
  background: #090f18;
  box-shadow: 0 34px 110px rgba(0, 0, 0, .68);
  overflow: auto;
}
.contribution-voice::backdrop { background: rgba(1, 4, 8, .78); backdrop-filter: blur(9px); }
.contribution-voice__body { padding: clamp(30px, 6vw, 52px); }
.contribution-voice__body h2 { margin: 16px 0 25px !important; font-size: clamp(2rem, 5vw, 3.25rem) !important; line-height: 1.12 !important; }
.contribution-voice__body p { margin: 0 0 17px; color: #c5d0dc; font-size: .95rem; line-height: 1.88; }
.contribution-voice__body .contribution-voice__closing { margin-top: 23px; padding-top: 20px; border-top: 1px solid var(--lab-line); color: #d8e1eb; }
.contribution-voice__signature { margin-top: 23px; color: var(--lab-gold); font-family: var(--lab-mono); font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-align: right; }
.contribution-voice__close { position: sticky; top: 12px; z-index: 2; float: right; width: 38px; height: 38px; min-height: 38px !important; margin: 12px 12px -50px 0; padding: 0; border: 1px solid var(--lab-line-strong) !important; border-radius: 7px !important; color: var(--lab-text) !important; background: rgba(8, 13, 20, .94) !important; cursor: pointer; }

/* Technical proof */
[data-finlog-page="index"] #technology { background: rgba(7, 12, 19, .66) !important; }
.tech-layout { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(350px, .95fr); gap: 16px; margin-top: 32px; align-items: stretch; }
.tech-capabilities { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.tech-cap { min-height: 220px; padding: 23px; border: 1px solid var(--lab-line); border-radius: 9px; background: linear-gradient(145deg, rgba(16, 25, 37, .97), rgba(8, 14, 22, .97)); transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.tech-cap:hover { transform: translateY(-2px); border-color: var(--lab-line-strong); background: linear-gradient(145deg, rgba(19, 31, 46, .98), rgba(10, 17, 27, .98)); }
.tech-cap > span { color: var(--lab-cyan); font-family: var(--lab-mono); font-size: .65rem; font-weight: 700; letter-spacing: .08em; }
.tech-cap h3 { margin: 22px 0 8px; font-size: 1.08rem; }
.tech-cap p { margin: 0; font-size: .85rem; line-height: 1.72; }
.tech-cap kbd { padding: 1px 5px; border: 1px solid var(--lab-line-strong); border-radius: 4px; color: #dce7f2; background: #080d14; font-family: var(--lab-mono); font-size: .7rem; box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .08); }
.tech-cap button { margin-top: 18px; padding: 8px 12px; font-family: var(--lab-mono); font-size: .72rem; cursor: pointer; }

.tech-console { display: flex; min-height: 450px; flex-direction: column; border: 1px solid var(--lab-line-strong); border-radius: 10px; background: #070c13; box-shadow: var(--lab-shadow); overflow: hidden; }
.tech-console__head { display: flex; align-items: center; justify-content: space-between; min-height: 50px; padding: 0 18px; border-bottom: 1px solid var(--lab-line); color: var(--lab-muted); font-family: var(--lab-mono); font-size: .68rem; letter-spacing: .075em; }
.tech-console__head b { color: var(--lab-teal); font-size: .65rem; }
.tech-pipeline { display: grid; gap: 0; margin: 0; padding: 16px 20px; list-style: none; }
.tech-pipeline li { display: grid; grid-template-columns: 38px 1fr; gap: 12px; align-items: center; min-height: 72px; border-bottom: 1px solid rgba(73, 97, 124, .28); }
.tech-pipeline li:last-child { border-bottom: 0; }
.tech-pipeline i { display: grid; width: 30px; height: 30px; place-items: center; border: 1px solid rgba(98, 215, 255, .36); border-radius: 50%; color: var(--lab-cyan); font-family: var(--lab-mono); font-size: .62rem; font-style: normal; }
.tech-pipeline b { display: block; color: #e8eff7; font-family: var(--lab-mono); font-size: .75rem; letter-spacing: .06em; }
.tech-pipeline span { display: block; margin-top: 4px; color: var(--lab-muted); font-size: .78rem; }
.tech-signals { display: flex; flex-wrap: wrap; gap: 7px; margin-top: auto; padding: 16px 20px; border-top: 1px solid var(--lab-line); }
.tech-signals span { display: inline-flex; align-items: center; gap: 6px; padding: 5px 7px; border: 1px solid var(--lab-line); border-radius: 4px; color: var(--lab-muted); font-family: var(--lab-mono); font-size: .58rem; }
.tech-signals i { width: 5px; height: 5px; border-radius: 50%; background: var(--lab-teal); }
.tech-console > a { padding: 15px 20px; border-top: 1px solid var(--lab-line); color: var(--lab-cyan) !important; font-family: var(--lab-mono); font-size: .7rem; text-decoration: none; }

/* Global archive command palette */
.lab-command-trigger {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 80;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid var(--lab-line-strong) !important;
  border-radius: 7px !important;
  color: #dce7f2 !important;
  background: rgba(8, 13, 20, .91) !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .25) !important;
  font-family: var(--lab-mono) !important;
  font-size: .67rem !important;
  cursor: pointer;
  backdrop-filter: blur(12px);
}
.lab-command-trigger span { color: var(--lab-cyan); font-size: .95rem; }
.lab-command-trigger kbd { color: var(--lab-muted); font-family: inherit; font-size: .58rem; }

.lab-command {
  width: min(680px, calc(100% - 28px));
  max-height: min(680px, calc(100dvh - 40px));
  margin: auto;
  padding: 0;
  border: 1px solid var(--lab-line-strong);
  border-radius: 11px;
  color: var(--lab-text);
  background: #080e16;
  box-shadow: 0 32px 100px rgba(0, 0, 0, .62);
  overflow: hidden;
}
.lab-command::backdrop { background: rgba(1, 4, 8, .76); backdrop-filter: blur(8px); }
.lab-command__head { display: flex; align-items: center; gap: 10px; padding: 14px; border-bottom: 1px solid var(--lab-line); }
.lab-command__head span { color: var(--lab-cyan); font-family: var(--lab-mono); font-size: .7rem; }
.lab-command__head input { flex: 1; min-width: 0; padding: 10px 12px; border: 0 !important; color: var(--lab-text) !important; background: transparent !important; font-size: .98rem; }
.lab-command__head input:focus { outline: 0 !important; }
.lab-command__close { width: 34px; min-height: 34px !important; padding: 0; cursor: pointer; }
.lab-command__meta { display: flex; justify-content: space-between; padding: 9px 16px; border-bottom: 1px solid rgba(73, 97, 124, .24); color: var(--lab-muted); font-family: var(--lab-mono); font-size: .61rem; }
.lab-command__results { display: grid; max-height: 470px; gap: 4px; padding: 8px; overflow-y: auto; }
.lab-command__result { display: grid; grid-template-columns: 32px 1fr auto; gap: 10px; align-items: center; min-height: 58px; padding: 8px 10px; border: 1px solid transparent; border-radius: 7px; color: var(--lab-text) !important; text-decoration: none; }
.lab-command__result:hover, .lab-command__result:focus-visible { border-color: var(--lab-line-strong); background: rgba(98, 215, 255, .06); }
.lab-command__result i { display: grid; width: 28px; height: 28px; place-items: center; border: 1px solid var(--lab-line); border-radius: 5px; color: var(--lab-cyan); font-family: var(--lab-mono); font-size: .6rem; font-style: normal; }
.lab-command__result b { display: block; color: #e7eef7; font-size: .86rem; }
.lab-command__result small { display: block; margin-top: 2px; color: var(--lab-muted); font-size: .71rem; }
.lab-command__result > span:last-child { color: var(--lab-muted); font-family: var(--lab-mono); font-size: .65rem; }
.lab-command__empty { padding: 42px 20px; color: var(--lab-muted); text-align: center; }

[data-finlog-page="index"] .hub { gap: 9px !important; }
[data-finlog-page="index"] .hl { padding: 20px 22px !important; }
[data-finlog-page="index"] .hl .go { color: var(--lab-cyan) !important; }

/* Archive and tools pages */
[data-finlog-page="cards"] .hero,
[data-finlog-page="report"] .hero,
[data-finlog-page="deck"] .hero,
[data-finlog-page="forum"] .hero,
[data-finlog-page="translator"] header,
[data-finlog-page="sources"] > header,
[data-finlog-page="insight"] .top {
  border-bottom: 1px solid var(--lab-line) !important;
  background: rgba(7, 12, 19, .72) !important;
}

[data-finlog-page="cards"] .hero,
[data-finlog-page="report"] .hero,
[data-finlog-page="deck"] .hero { padding: 70px 24px 48px !important; }
.finlog-lab .archive-tools,
.finlog-lab .tools { border-color: var(--lab-line) !important; background: rgba(8, 13, 20, .9) !important; }
.finlog-lab input,
.finlog-lab textarea,
.finlog-lab select {
  color: var(--lab-text) !important;
  border: 1px solid var(--lab-line-strong) !important;
  border-radius: 7px !important;
  background: #080e16 !important;
}
.finlog-lab input::placeholder, .finlog-lab textarea::placeholder { color: #72839a !important; }
[data-finlog-page="cards"] .grid { gap: 15px !important; }
[data-finlog-page="cards"] .set { overflow: hidden; }
[data-finlog-page="cards"] .set img { filter: saturate(.82) contrast(1.03); }

[data-finlog-page="translator"] .picker,
[data-finlog-page="translator"] .stage,
[data-finlog-page="chatbot"] .app,
[data-finlog-page="sources"] main,
[data-finlog-page="insight"] main,
[data-finlog-page="forum"] main,
[data-finlog-page="report"] main,
[data-finlog-page="deck"] main { width: min(1120px, calc(100% - 40px)) !important; max-width: 1120px !important; margin-inline: auto !important; }

[data-finlog-page="translator"] .stage { border-color: var(--lab-line) !important; border-radius: 10px !important; background: rgba(7, 12, 19, .78) !important; box-shadow: var(--lab-shadow) !important; }
[data-finlog-page="translator"] .panel { padding: 28px !important; }
[data-finlog-page="translator"] .tr { color: var(--lab-cyan) !important; }

[data-finlog-page="chatbot"] { background: var(--lab-bg) !important; }
[data-finlog-page="chatbot"] .app { margin-top: 28px !important; margin-bottom: 38px !important; border: 1px solid var(--lab-line-strong) !important; border-radius: 12px !important; background: rgba(7, 12, 19, .92) !important; box-shadow: var(--lab-shadow) !important; overflow: hidden; }
[data-finlog-page="chatbot"] .app header { border-color: var(--lab-line) !important; background: #0b131e !important; }
[data-finlog-page="chatbot"] .chat { background: #070c13 !important; }
[data-finlog-page="chatbot"] .msg .b,
[data-finlog-page="chatbot"] .bubble { border: 1px solid var(--lab-line) !important; border-radius: 8px !important; color: #dce6f2 !important; background: var(--lab-panel) !important; }
[data-finlog-page="chatbot"] .msg.me .b,
[data-finlog-page="chatbot"] .msg.user .b,
[data-finlog-page="chatbot"] .user .bubble { border-color: rgba(98, 215, 255, .35) !important; background: rgba(26, 67, 84, .55) !important; }
[data-finlog-page="chatbot"] .composer { border-color: var(--lab-line) !important; background: #0b131e !important; }
.standalone-chatbot .app { height: calc(100dvh - 40px) !important; min-height: 560px; margin: 20px auto !important; }

[data-finlog-page="forum"] .sec { padding: clamp(24px, 4vw, 42px) !important; }
.finlog-lab table { color: #dbe5f0 !important; border-color: var(--lab-line) !important; background: rgba(7, 12, 19, .7) !important; }
.finlog-lab th { color: var(--lab-cyan) !important; background: rgba(98, 215, 255, .07) !important; }
.finlog-lab td, .finlog-lab th { border-color: var(--lab-line) !important; }
.finlog-lab .table-shell { max-width: 100%; overflow-x: auto; border: 1px solid var(--lab-line); border-radius: 8px; }
.finlog-lab .table-shell table { width: 100%; margin: 0 !important; border: 0 !important; }

[data-finlog-page="report"] .toc,
[data-finlog-page="deck"] .toc { position: sticky; top: 82px; z-index: 10; padding: 14px !important; background: rgba(10, 17, 27, .94) !important; backdrop-filter: blur(14px); }
[data-finlog-page="report"] .pages img,
[data-finlog-page="deck"] .pages img { border: 1px solid var(--lab-line) !important; border-radius: 8px !important; background: #fff; box-shadow: 0 20px 55px rgba(0, 0, 0, .25) !important; }

[data-finlog-page="insight"] article { color: #cad5e2 !important; }
[data-finlog-page="insight"] .concl { border-left: 3px solid var(--lab-gold) !important; }
[data-finlog-page="sources"] .policy { gap: 1px !important; border: 1px solid var(--lab-line); border-radius: 9px; background: var(--lab-line); overflow: hidden; }
[data-finlog-page="sources"] .policy > div { border: 0 !important; border-radius: 0 !important; }
[data-finlog-page="sources"] .reviewed { color: var(--lab-gold) !important; }

.finlog-lab footer { border-top: 1px solid var(--lab-line) !important; color: var(--lab-muted) !important; background: #05080d !important; }

.lab-backtop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 80;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  padding: 0;
  border: 1px solid var(--lab-line-strong) !important;
  border-radius: 7px !important;
  color: var(--lab-text) !important;
  background: rgba(8, 13, 20, .9) !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .25) !important;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity .18s ease, transform .18s ease, border-color .18s ease;
  backdrop-filter: blur(12px);
}

.lab-backtop.is-visible { opacity: 1; pointer-events: auto; transform: none; }

@media (max-width: 980px) {
  [data-finlog-page="sources"] .policy { grid-template-columns: repeat(2, 1fr); }
  [data-finlog-page="index"] .hero .wrap { grid-template-columns: 1fr; }
  [data-finlog-page="index"] .hero .htag,
  [data-finlog-page="index"] .hero h1,
  [data-finlog-page="index"] .hero .sub,
  [data-finlog-page="index"] .hero .desc,
  [data-finlog-page="index"] .hero .cta,
  .lab-console,
  [data-finlog-page="index"] .hstats { grid-column: 1; }
  .lab-console { grid-row: auto; }
  .recruiter-brief .wrap { grid-template-columns: repeat(2, 1fr); }
  .brief-intro { grid-column: 1 / -1; min-height: 0; padding-left: 22px; border-bottom: 1px solid var(--lab-line); }
  .brief-item:nth-child(3) { border-right: 0; }
  .brief-item { min-height: 132px; }
  [data-finlog-page="index"] .deliv,
  [data-finlog-page="index"] .thook { grid-template-columns: repeat(2, 1fr) !important; }
  .team-note__grid { grid-template-columns: repeat(2, 1fr); }
  .tech-layout { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  [data-finlog-page="sources"] .policy { grid-template-columns: 1fr; }
  html { scroll-padding-top: 70px; }
  .finlog-lab .wrap { width: min(100% - 30px, 1180px); }
  .finlog-lab > nav, .finlog-lab .pillnav { min-height: 58px; overflow-x: auto; justify-content: flex-start; }
  .finlog-lab > nav .wrap { width: max-content; min-width: 100%; min-height: 58px; padding-inline: 15px; }
  .finlog-lab .pillnav { justify-content: flex-start; }
  .finlog-lab > nav a, .finlog-lab .pillnav a { flex: 0 0 auto; white-space: nowrap; }
  .finlog-lab .logo { position: sticky; left: 0; z-index: 2; padding-right: 10px; background: rgba(5, 8, 13, .96); }
  [data-finlog-page="index"] section:not(.band) { padding-block: 66px !important; }
  [data-finlog-page="index"] .hero { padding-top: 66px !important; }
  [data-finlog-page="index"] .hero h1 { font-size: clamp(2.55rem, 13.5vw, 4.2rem) !important; }
  [data-finlog-page="index"] .hero .cta { display: grid; grid-template-columns: 1fr 1fr; }
  [data-finlog-page="index"] .hero .btn { justify-content: center; text-align: center; }
  [data-finlog-page="index"] .hstats { grid-template-columns: repeat(2, 1fr) !important; gap: 20px 12px !important; }
  [data-finlog-page="index"] .hstat:nth-child(2) { border-right: 0; }
  .recruiter-brief .wrap { width: 100%; grid-template-columns: 1fr; }
  .brief-intro, .brief-item { min-height: 0; padding: 22px 18px; border-right: 0; border-bottom: 1px solid var(--lab-line); }
  .brief-item:last-child { border-bottom: 0; }
  [data-finlog-page="index"] .deliv,
  [data-finlog-page="index"] .thook { grid-template-columns: 1fr !important; }
  [data-finlog-page="index"] .thk { min-height: 0; }
  .team-note { padding: 22px; }
  .team-note__grid { grid-template-columns: 1fr; }
  .contribution-note { padding: 22px; }
  .contribution-grid, .tech-capabilities { grid-template-columns: 1fr; }
  .tech-cap { min-height: 0; }
  .lab-command-trigger { left: 14px; bottom: 14px; }
  .lab-command-trigger kbd { display: none; }
  .lab-backtop { right: 14px; bottom: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  .finlog-lab *, .finlog-lab *::before, .finlog-lab *::after { scroll-behavior: auto !important; animation: none !important; transition-duration: .01ms !important; }
}

/*
 * Classic FinLog enhancement layer
 * Restores the original photo-led portfolio while retaining the useful
 * interaction and evidence components introduced after the first release.
 */
.finlog-classic {
  --lab-bg: #071a36;
  --lab-surface: #0b2349;
  --lab-elevated: #102d5a;
  --lab-panel: #0d2851;
  --lab-line: rgba(132, 178, 224, .24);
  --lab-line-strong: rgba(91, 176, 232, .52);
  --lab-text: #f6f9ff;
  --lab-muted: #aec0d7;
  --lab-cyan: #5bb0e8;
  --lab-gold: #e8c96f;
  --lab-teal: #5ed4be;
  --lab-shadow: 0 22px 60px rgba(2, 12, 31, .38);
}

.finlog-classic :focus-visible {
  outline: 2px solid var(--lab-cyan) !important;
  outline-offset: 3px;
}

.finlog-classic .table-shell {
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.finlog-classic .pillnav {
  max-width: calc(100vw - 16px);
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.finlog-classic .pillnav::-webkit-scrollbar {
  display: none;
}

/* Keep the original layout, but let the project photographs lead. */
[data-finlog-enhancement-page="index"] .dcard {
  overflow: hidden;
}

[data-finlog-enhancement-page="index"] .dcard .ph {
  height: 196px;
  filter: none;
  transition: transform .45s cubic-bezier(.2, .7, .2, 1), filter .3s ease;
}

[data-finlog-enhancement-page="index"] .dcard:hover .ph {
  filter: saturate(1.06) contrast(1.02);
  transform: scale(1.025);
}

[data-finlog-enhancement-page="index"] .gal {
  gap: 14px;
}

[data-finlog-enhancement-page="index"] .gal img {
  height: 222px;
  filter: none;
  box-shadow: 0 14px 34px rgba(1, 11, 29, .26);
}

[data-finlog-enhancement-page="index"] .gal img:hover {
  filter: saturate(1.06) contrast(1.02);
}

[data-finlog-enhancement-page="index"] #field .gal figure {
  margin: 0;
  border: 1px solid rgba(132, 178, 224, .2);
  border-radius: 14px;
  background: rgba(8, 27, 57, .78);
  overflow: hidden;
}

[data-finlog-enhancement-page="index"] #field .gal figure img {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

[data-finlog-enhancement-page="index"] #field .gal figcaption { padding: 15px 16px 17px; }
[data-finlog-enhancement-page="index"] #field .gal figcaption b { display: block; margin-bottom: 4px; color: #fff; font-size: .9rem; }
[data-finlog-enhancement-page="index"] #field .gal figcaption span { display: block; color: var(--gray, #a9bad0); font-size: .76rem; line-height: 1.55; }

[data-finlog-enhancement-page="forum"] .gal img,
[data-finlog-enhancement-page="cards"] .set img {
  filter: none;
}

[data-finlog-enhancement-page="forum"] .gal figure { display: flex; flex-direction: column; }
[data-finlog-enhancement-page="forum"] .gal figcaption { min-height: 50px; display: flex; align-items: center; }

/* Calm motion: orientation and hierarchy, without changing the classic look. */
.lab-is-ready[data-finlog-enhancement-page="index"] .hero .htag,
.lab-is-ready[data-finlog-enhancement-page="index"] .hero h1,
.lab-is-ready[data-finlog-enhancement-page="index"] .hero .sub,
.lab-is-ready[data-finlog-enhancement-page="index"] .hero .desc,
.lab-is-ready[data-finlog-enhancement-page="index"] .hero .cta,
.lab-is-ready[data-finlog-enhancement-page="index"] .hero .hstats,
.lab-is-ready[data-finlog-enhancement-page="index"] .hero .hero-results {
  animation: lab-hero-enter .58s cubic-bezier(.2, .72, .2, 1) both;
}

.lab-is-ready[data-finlog-enhancement-page="index"] .hero h1 { animation-delay: .06s; }
.lab-is-ready[data-finlog-enhancement-page="index"] .hero .sub { animation-delay: .12s; }
.lab-is-ready[data-finlog-enhancement-page="index"] .hero .desc { animation-delay: .18s; }
.lab-is-ready[data-finlog-enhancement-page="index"] .hero .cta { animation-delay: .24s; }
.lab-is-ready[data-finlog-enhancement-page="index"] .hero .hstats { animation-delay: .3s; }
.lab-is-ready[data-finlog-enhancement-page="index"] .hero .hero-results { animation-delay: .16s; animation-duration: .72s; }

@media (max-width: 720px) {
  [data-finlog-enhancement-page="index"] .dcard .ph { height: 210px; }
  [data-finlog-enhancement-page="index"] .gal img { height: 210px; }
  .finlog-classic .team-note__grid,
  .finlog-classic .contribution-grid,
  .finlog-classic .tech-capabilities { grid-template-columns: 1fr; }
  .finlog-classic .tech-layout { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .finlog-classic *, .finlog-classic *::before, .finlog-classic *::after {
    scroll-behavior: auto !important;
    animation: none !important;
    transition-duration: .01ms !important;
  }
}

/* People-first activity album */
.finlog-classic .activity-album {
  background: linear-gradient(180deg, #081a36, #0a2145 54%, #081a36);
}

.finlog-classic .album-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: 230px;
  grid-auto-flow: dense;
  gap: 14px;
  margin-top: 34px;
}

.finlog-classic .album-shot {
  grid-column: span 4;
  position: relative;
  min-width: 0;
  margin: 0;
  border: 1px solid rgba(150, 193, 231, .22);
  border-radius: 17px;
  background: #07152b;
  box-shadow: 0 18px 44px rgba(1, 10, 27, .3);
  overflow: hidden;
}

.finlog-classic .album-shot--hero {
  grid-column: span 8;
  grid-row: span 2;
  background:
    linear-gradient(rgba(7, 21, 43, .64), rgba(7, 21, 43, .64)),
    url("images/activity/team-session-cafe.webp") center / cover no-repeat;
}
.finlog-classic .album-shot--portrait { grid-column: span 4; grid-row: span 2; }
.finlog-classic .album-shot--wide { grid-column: span 8; }
.finlog-classic .album-shot--full { grid-column: 1 / -1; }

.finlog-classic .album-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: none;
  transition: transform .55s cubic-bezier(.2, .72, .2, 1), filter .3s ease;
}

.finlog-classic .album-shot--hero img {
  object-fit: contain;
  object-position: center;
  background: #07152b;
}

.finlog-classic .album-shot--portrait img { object-fit: contain; object-position: center; background: #e8edf5; }
.finlog-classic .album-shot--wide {
  background:
    linear-gradient(rgba(7, 21, 43, .66), rgba(7, 21, 43, .66)),
    url("images/activity/remote-review.webp") center / cover no-repeat;
}
.finlog-classic .album-shot--wide img { object-fit: contain; object-position: center; }
.finlog-classic .album-shot--full { grid-row: span 2; }
.finlog-classic .album-shot--full img { object-fit: contain; object-position: center; background: #07152b; }

.finlog-classic .album-shot::after {
  position: absolute;
  inset: 38% 0 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(to bottom, transparent, rgba(2, 10, 25, .9));
}

.finlog-classic .album-shot:hover img {
  filter: saturate(1.04) contrast(1.02);
  transform: scale(1.025);
}

.finlog-classic .album-shot figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 20px;
  color: #fff;
}

.finlog-classic .album-shot figcaption b {
  display: block;
  margin-bottom: 4px;
  color: #fff;
  font-size: 1rem;
}

.finlog-classic .album-shot figcaption span {
  display: block;
  max-width: 620px;
  color: #d7e2f0;
  font-size: .82rem;
  line-height: 1.55;
}

/* Technical and individual records remain available without leading the page. */
.finlog-classic .supporting-record { padding-block: 34px; }

.finlog-classic .tech-disclosure {
  border: 1px solid rgba(132, 178, 224, .22);
  border-radius: 14px;
  background: rgba(8, 27, 57, .72);
  overflow: hidden;
}

.finlog-classic .tech-disclosure > summary {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px 16px;
  align-items: center;
  padding: 20px 22px;
  color: #fff;
  cursor: pointer;
  list-style: none;
}

.finlog-classic .tech-disclosure > summary::-webkit-details-marker { display: none; }
.finlog-classic .tech-disclosure > summary::after { grid-column: 2; content: "자세히 보기 +"; color: var(--cyan2, #7bc9f2); font-size: .75rem; }
.finlog-classic .tech-disclosure[open] > summary::after { content: "접기 −"; }
.finlog-classic .tech-disclosure > summary > span { grid-row: 1 / span 3; color: var(--gold2, #f1d17b); font-size: .72rem; font-weight: 800; letter-spacing: .08em; }
.finlog-classic .tech-disclosure > summary b { color: #fff; font-size: 1rem; }
.finlog-classic .tech-disclosure > summary small { color: var(--gray, #a9bad0); font-size: .8rem; }
.finlog-classic .tech-disclosure__body { padding: 0 22px 24px; border-top: 1px solid rgba(132, 178, 224, .16); }

.finlog-classic .role-disclosure {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 16px;
  padding: 18px 20px;
  border: 1px solid rgba(132, 178, 224, .2);
  border-radius: 12px;
  background: rgba(7, 23, 48, .7);
}

.finlog-classic .role-disclosure b { display: block; margin-bottom: 4px; color: #fff; font-size: .88rem; }
.finlog-classic .role-disclosure p { max-width: 780px; margin: 0; color: var(--gray, #a9bad0); font-size: .8rem; line-height: 1.65; }
.finlog-classic .role-disclosure .contribution-voice-trigger { flex: 0 0 auto; margin: 0; color: #f4f8fd !important; border-color: rgba(132, 178, 224, .38) !important; background: rgba(18, 48, 91, .72) !important; }

[data-finlog-enhancement-page="index"] .hstat .n {
  font-size: clamp(1.02rem, 1.8vw, 1.32rem);
  line-height: 1.35;
}

[data-finlog-enhancement-page="index"] .hstats {
  width: 100%;
  max-width: 100%;
  gap: 12px;
}

[data-finlog-enhancement-page="index"] .hstat {
  display: flex;
  min-height: 116px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 17px 14px;
  border: 1px solid rgba(132, 178, 224, .2);
  border-radius: 13px;
  background: rgba(9, 31, 64, .66);
  text-align: center;
}

[data-finlog-enhancement-page="index"] .hstat .l {
  min-height: 2.8em;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  line-height: 1.4;
}

[data-finlog-enhancement-page="index"] .grid3 > .card,
[data-finlog-enhancement-page="index"] .deliv > .dcard,
[data-finlog-enhancement-page="index"] .team > .tm,
[data-finlog-enhancement-page="index"] .hub > .hl {
  height: 100%;
}

[data-finlog-enhancement-page="index"] .dcard {
  display: flex;
  flex-direction: column;
}

[data-finlog-enhancement-page="index"] .dcard .bd {
  display: flex;
  flex: 1;
  flex-direction: column;
}

[data-finlog-enhancement-page="index"] .dcard .meta { margin-top: auto; padding-top: 12px; }

[data-finlog-enhancement-page="index"] #field .gal figure {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

[data-finlog-enhancement-page="index"] #field .gal figcaption {
  min-height: 104px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.finlog-classic .team-note__grid > div {
  display: flex;
  min-height: 122px;
  flex-direction: column;
  justify-content: flex-start;
}

[data-finlog-enhancement-page="index"] .thook {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 980px) {
  .finlog-classic .team-note__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  [data-finlog-enhancement-page="index"] .thook { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  [data-finlog-enhancement-page="index"] .thook > :last-child { grid-column: 1 / -1; }
}

@media (max-width: 820px) {
  .finlog-classic .album-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 240px; }
  .finlog-classic .album-shot,
  .finlog-classic .album-shot--hero,
  .finlog-classic .album-shot--portrait,
  .finlog-classic .album-shot--wide,
  .finlog-classic .album-shot--full { grid-column: span 1; grid-row: span 1; }
  .finlog-classic .album-shot--hero,
  .finlog-classic .album-shot--wide { grid-column: 1 / -1; }
  .finlog-classic .album-shot--hero { grid-row: span 2; }
  .finlog-classic .role-disclosure { align-items: flex-start; flex-direction: column; }
  [data-finlog-enhancement-page="index"] .hstats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  [data-finlog-enhancement-page="index"] .hstat { min-height: 108px; }
}

@media (max-width: 540px) {
  .finlog-classic .album-grid { grid-template-columns: 1fr; grid-auto-rows: 270px; }
  .finlog-classic .album-shot,
  .finlog-classic .album-shot--hero,
  .finlog-classic .album-shot--portrait,
  .finlog-classic .album-shot--wide,
  .finlog-classic .album-shot--full { grid-column: 1; grid-row: span 1; }
  .finlog-classic .album-shot--hero,
  .finlog-classic .album-shot--full { grid-row: span 1; }
  [data-finlog-enhancement-page="index"] .hero h1 { font-size: clamp(2.05rem, 10vw, 2.75rem) !important; }
  [data-finlog-enhancement-page="index"] #field .gal { grid-template-columns: 1fr; }
  [data-finlog-enhancement-page="index"] #field .gal img { height: auto; aspect-ratio: 4 / 3; object-fit: cover; }
  .finlog-classic .album-shot figcaption { padding: 17px; }
  .finlog-classic .tech-disclosure > summary { grid-template-columns: 1fr; }
  .finlog-classic .tech-disclosure > summary > span { grid-row: auto; }
  .finlog-classic .tech-disclosure > summary::after { grid-column: 1; }
  [data-finlog-enhancement-page="index"] .hstats { grid-template-columns: 1fr; }
  [data-finlog-enhancement-page="index"] .hstat { min-height: 92px; }
  .finlog-classic .team-note__grid { grid-template-columns: 1fr; }
  [data-finlog-enhancement-page="index"] .thook { grid-template-columns: 1fr; }
  [data-finlog-enhancement-page="index"] .thook > :last-child { grid-column: auto; }
  [data-finlog-enhancement-page="forum"] .gal { grid-template-columns: 1fr; }
  [data-finlog-enhancement-page="forum"] .gal figure:last-child { grid-column: auto; }
}

@media (min-width: 541px) and (max-width: 780px) {
  [data-finlog-enhancement-page="forum"] .gal figure:last-child { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
  [data-finlog-enhancement-page="index"] .thook { grid-template-columns: 1fr; }
  [data-finlog-enhancement-page="index"] .thook > :last-child { grid-column: auto; }
}

/* Album focus: each real activity image settles into focus as it enters the story. */
.lab-is-ready[data-finlog-enhancement-page="index"] .album-shot {
  opacity: .64;
  transform: translateY(12px);
  transition: opacity .34s ease var(--album-delay, 0ms), transform .38s cubic-bezier(.2, .72, .2, 1) var(--album-delay, 0ms);
}

.lab-is-ready[data-finlog-enhancement-page="index"] .album-shot img {
  filter: none;
  transform: none;
  transition: transform .24s ease;
}

.lab-is-ready[data-finlog-enhancement-page="index"] .album-shot.is-in-view {
  opacity: 1;
  transform: none;
}

.lab-is-ready[data-finlog-enhancement-page="index"] .album-shot.is-in-view img {
  filter: none;
  transform: none;
}

.lab-is-ready[data-finlog-enhancement-page="index"] .album-shot.is-in-view:hover img {
  filter: none;
  transform: scale(1.012);
}
