/* ===== Variation B — エディトリアル・余白系 (calm editorial) ===== */
.vb { width: 100%; max-width: 1920px; margin: 0 auto; background: #fcfcfd; }
.vb .inner { padding: 0 100px; }

.vb .tag { text-transform: uppercase; }
.vb-footer .copy { text-transform: uppercase; }

/* header — overlays hero */
.vb { position: relative; }
.vb-header {
  position: absolute; top: 0; left: 0; right: 0; z-index: 10;
  display: flex; align-items: flex-start; justify-content: space-between;
  padding: 44px 100px 0;
}
.vb-header .vb-logo { color: #fff; }
.vb-header .vb-logo small { color: rgba(255,255,255,0.55); }
.vb-header .vb-nav .n-en { color: #fff; }
.vb-header .vb-nav .n-ja { color: rgba(255,255,255,0.55); }
.vb-header .vb-nav .contact .n-en { color: #fff; }
.vb-logo { font-family: var(--asv-en); font-size: 24px; letter-spacing: 0.4em; font-weight: 600; }
.vb-logo small { display: block; font-family: var(--asv-ja); font-size: 9px; letter-spacing: 0.3em; color: var(--asv-ink-faint); font-weight: 400; margin-top: 4px; }
.vb-nav { display: flex; gap: 36px; align-items: baseline; }
.vb-nav a { text-decoration: none; }
/* hover: underline wipes in from the left; stays for the active page */
.vb-nav .n-en { position: relative; display: inline-block; }
.vb-nav .n-en::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -6px; height: 1px;
  background: currentColor;
  transform: scaleX(0); transform-origin: left center;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.vb-nav a:hover .n-en::after,
.vb-nav a.active .n-en::after { transform: scaleX(1); }
.vb-nav a:not(:hover) .n-en::after { transform-origin: right center; }
.vb-nav .n-en { font-family: var(--asv-en); font-size: 13px; letter-spacing: 0.2em; color: var(--asv-ink); text-transform: uppercase; }
.vb-nav .n-ja { display: block; font-size: 9px; letter-spacing: 0.16em; color: var(--asv-ink-faint); margin-top: 3px; }
.vb-nav .contact .n-en { color: var(--asv-navy); }

/* first view — full-bleed video hero */
.vb-hero { position: relative; height: 850px; overflow: hidden; }
.vb-hero-media {
  position: absolute; inset: 0;
  background:
    radial-gradient(120% 90% at 75% 15%, rgba(255,255,255,0.10), transparent 55%),
    linear-gradient(160deg, #3a3d42 0%, #26282c 55%, #18191c 100%);
}
.vb-hero-video {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}
.vb-hero-media::after {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(90% 70% at 20% 90%, rgba(0,0,0,0.4), transparent 60%),
    linear-gradient(160deg, rgba(18,19,22,0.45) 0%, rgba(18,19,22,0.28) 50%, rgba(18,19,22,0.55) 100%);
}
.vb-hero-note {
  position: absolute; right: 100px; bottom: 36px; z-index: 2;
  font-family: var(--asv-en); font-size: 10px; letter-spacing: 0.3em;
  color: rgba(255,255,255,0.4);
}
.vb-hero-center {
  position: relative; z-index: 3; height: 100%;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; color: #fff; padding: 0 100px;
}
.vb-hero-center .fv-en {
  font-family: var(--asv-en); font-size: 12px; letter-spacing: 0.42em;
  color: rgba(255,255,255,0.75); text-transform: uppercase; margin: 0 0 44px;
}
.vb-hero-center h1 { font-size: 54px; line-height: 1.8; letter-spacing: 0.12em; font-weight: 600; color: #fff; }
.vb-hero-center .lead {
  font-size: 14.5px; line-height: 2.5; letter-spacing: 0.08em;
  color: rgba(255,255,255,0.78); margin: 40px 0 0; max-width: 760px;
}
.vb-hero-btns { display: flex; gap: 24px; margin-top: 64px; }
.vb-hero-btn {
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px;
  width: 240px; height: 76px; text-decoration: none;
  border: 1px solid rgba(255,255,255,0.7);
  transition: background 0.3s;
}
.vb-hero-btn .b-en { font-family: var(--asv-en); font-size: 15px; letter-spacing: 0.3em; color: #fff; font-weight: 500; }
.vb-hero-btn .b-ja { font-size: 10px; letter-spacing: 0.2em; color: rgba(255,255,255,0.6); }
.vb-hero-btn:hover { background: rgba(255,255,255,0.1); }

/* first view (旧・未使用) */
.vb-fv { padding: 120px 100px 0; position: relative; }
.vb-fv-main { display: grid; grid-template-columns: 1fr 560px; gap: 80px; align-items: end; }
.vb-fv h1 { font-size: 58px; line-height: 1.62; letter-spacing: 0.08em; font-weight: 600; }
.vb-fv .fv-en {
  font-family: var(--asv-en); font-size: 12px; letter-spacing: 0.4em;
  color: var(--asv-navy); margin: 0 0 40px; text-transform: uppercase;
  display: flex; align-items: center; gap: 18px;
}
.vb-fv .fv-en::before { content: ""; width: 48px; height: 1px; background: var(--asv-navy); }
.vb-fv .lead { font-size: 14.5px; line-height: 2.5; color: var(--asv-ink-soft); margin: 44px 0 0; max-width: 520px; }
.vb-fv-links { display: flex; gap: 40px; margin-top: 52px; }
.vb-fv-links a {
  font-size: 13.5px; letter-spacing: 0.12em; color: var(--asv-ink); text-decoration: none;
  display: inline-flex; align-items: center; gap: 12px;
  padding-bottom: 10px; border-bottom: 1px solid var(--asv-line-dark);
}
.vb-fv-links a .arr { font-family: var(--asv-en); color: var(--asv-navy); }
.vb-fv-links a.primary { color: var(--asv-navy); border-color: var(--asv-navy); font-weight: 600; }
.vb-fv-visual { position: relative; height: 660px; }
.vb-fv-visual .v-main { position: absolute; inset: 0 0 110px 0; }
.vb-fv-visual .v-card { position: absolute; left: -70px; bottom: 40px; width: 300px; z-index: 2; }
.vb-fv-visual .v-note {
  position: absolute; right: 0; bottom: 0; font-family: var(--asv-en);
  font-size: 10px; letter-spacing: 0.3em; color: var(--asv-ink-faint);
}
/* service word strip */
.vb-strip {
  margin-top: 90px; border-top: 1px solid var(--asv-line); border-bottom: 1px solid var(--asv-line);
  padding: 26px 0; overflow: hidden; white-space: nowrap;
}
.vb-strip span {
  font-family: var(--asv-en); font-size: 15px; letter-spacing: 0.3em;
  color: var(--asv-ink-faint); margin-right: 64px;
}
.vb-strip span i { font-style: normal; color: var(--asv-navy); margin-right: 64px; font-size: 10px; vertical-align: 3px; }

/* section frame (B共通) — 罫線は左から右へワイプで描画 */
.vb-sec { padding: 140px 100px 0; }
.vb-sechead { display: flex; align-items: baseline; gap: 32px; padding-top: 28px; position: relative; }
.vb-sechead::before {
  content: "";
  position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: var(--asv-ink);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 2.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.vb-sechead.rv-in::before { transform: scaleX(1); }
.vb-sechead:not(.rv)::before { transform: scaleX(1); }
@media (prefers-reduced-motion: reduce) {
  .vb-sechead::before { transform: scaleX(1); transition: none; }
}
.vb-sechead .idx { font-family: var(--asv-en); font-size: 12px; letter-spacing: 0.2em; color: var(--asv-ink-faint); }
.vb-sechead .s-en { font-family: var(--asv-en); font-size: 30px; letter-spacing: 0.16em; font-weight: 500; }
.vb-sechead .s-ja { font-size: 12px; letter-spacing: 0.2em; color: var(--asv-ink-faint); margin-left: auto; }

/* philosophy */
.vb-phil-body { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; padding: 88px 0 0; }
.vb-phil-body h2 { font-size: 40px; line-height: 1.9; letter-spacing: 0.1em; font-weight: 600; }
.vb-phil-body .txt { font-size: 14.5px; line-height: 2.6; color: var(--asv-ink-soft); padding-top: 14px; }
.vb-phil-body .txt p { margin: 0 0 26px; }

/* services — list rows */
.vb-svc-list { margin-top: 80px; }
.vb-svc-row {
  display: grid; grid-template-columns: 80px 300px 1fr; gap: 40px; align-items: baseline;
  padding: 40px 0; border-bottom: 1px solid var(--asv-line);
}
.vb-svc-row:first-child { border-top: 1px solid var(--asv-line); }
.vb-svc-row .num { font-family: var(--asv-en); font-size: 12px; letter-spacing: 0.2em; color: var(--asv-ink-faint); }
.vb-svc-row h3 { font-family: var(--asv-en); font-size: 22px; letter-spacing: 0.12em; font-weight: 500; color: var(--asv-ink); }
.vb-svc-row .ja { display: block; font-family: var(--asv-ja); font-size: 12px; letter-spacing: 0.16em; color: var(--asv-navy); margin-top: 8px; font-weight: 600; }
.vb-svc-row p { font-size: 13.5px; line-height: 2.2; color: var(--asv-ink-soft); margin: 0; }

/* works — asymmetric grid */
.vb-works-lead { font-size: 14px; line-height: 2.3; color: var(--asv-ink-soft); margin: 56px 0 64px; max-width: none; white-space: nowrap; }
.vb-works-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 56px 40px; }
.vb-wk { grid-column: span 4; }
.vb-wk.w6 { grid-column: span 6; }
.vb-wk .visual { margin-bottom: 22px; overflow: hidden; }
.vb-wk .visual > * {
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  transform-origin: center;
}
.vb-wk:hover .visual > * { transform: scale(1.1); }
.vb-wk .nm { font-size: 15px; font-weight: 600; letter-spacing: 0.08em; }
.vb-wk .ds { font-size: 12px; color: var(--asv-ink-soft); margin: 8px 0 0; line-height: 1.9; }
.vb-wk .tg { display: flex; gap: 14px; margin-top: 12px; }
.vb-works-more { margin-top: 80px; display: flex; justify-content: flex-end; }
.vb-works-more a {
  font-family: var(--asv-en); font-size: 13px; letter-spacing: 0.24em; color: var(--asv-ink);
  text-decoration: none; border-bottom: 1px solid var(--asv-ink);
  position: relative;
  padding: 14px 22px 14px;
  isolation: isolate;
  transition: color 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.vb-works-more a::before {
  content: "";
  position: absolute; inset: 0;
  background: var(--asv-navy-deep);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: -1;
}
.vb-works-more a:hover { color: #fff; }
.vb-works-more a:hover::before { transform: scaleX(1); }

/* profile — full bleed gray band */
.vb-prof { margin-top: 140px; background: var(--asv-paper); }
.vb-prof-grid { display: grid; grid-template-columns: 1fr 520px; }
.vb-prof-txt { padding: 130px 90px 130px 100px; }
.vb-prof-txt h2 { font-size: 34px; line-height: 1.9; letter-spacing: 0.1em; margin: 30px 0 40px; }
.vb-prof-txt .body { font-size: 14px; line-height: 2.5; color: var(--asv-ink-soft); max-width: 560px; }
.vb-prof-txt .body p { margin: 0 0 24px; }
.vb-prof-photo { position: relative; }
.vb-prof-photo img { width: 100%; height: 100%; object-fit: cover; }
.vb-prof-sign { margin-top: 44px; display: flex; align-items: baseline; gap: 22px; }
.vb-prof-sign .role { font-size: 11.5px; letter-spacing: 0.18em; color: var(--asv-ink-faint); }
.vb-prof-sign .name { font-family: var(--asv-en); font-size: 17px; font-weight: 600; letter-spacing: 0.26em; }

/* reasons — navy band, 3 columns (ported from 案A) */
.vb-why2 { margin-top: 150px; background: var(--asv-navy-deep); color: #fff; padding: 130px 100px; }
.vb-why2 .vb-sechead { border-top: 1px solid rgba(255,255,255,0.7); }
.vb-why2 .vb-sechead .idx { color: rgba(255,255,255,0.45); }
.vb-why2 .vb-sechead .s-en { color: #fff; }
.vb-why2 .vb-sechead .s-ja { color: rgba(255,255,255,0.45); }
.vb-why2 h2 { font-size: 28px; letter-spacing: 0.12em; color: #fff; margin: 64px 0 0; }
.vb-why2-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 64px; margin-top: 72px; }
.vb-why2-item .num { font-family: var(--asv-en); font-size: 56px; font-weight: 300; letter-spacing: 0.08em; color: #8fa3c8; }
.vb-why2-item h3 { font-size: 17px; letter-spacing: 0.12em; margin: 22px 0 16px; line-height: 1.9; }
.vb-why2-item p { font-size: 13px; line-height: 2.2; color: rgba(255,255,255,0.66); margin: 0; }

/* reasons — stacked rows (旧案・未使用) */
.vb-why-list { margin-top: 72px; }
.vb-why-row {
  display: grid; grid-template-columns: 180px 380px 1fr; gap: 48px; align-items: baseline;
  padding: 52px 0; border-bottom: 1px solid var(--asv-line);
}
.vb-why-row:first-child { border-top: 1px solid var(--asv-line); }
.vb-why-row .num { font-family: var(--asv-en); font-size: 64px; font-weight: 300; color: var(--asv-navy); letter-spacing: 0.04em; line-height: 1; }
.vb-why-row h3 { font-size: 19px; letter-spacing: 0.1em; line-height: 1.9; }
.vb-why-row p { font-size: 13.5px; line-height: 2.3; color: var(--asv-ink-soft); margin: 0; }

/* consult — tint panel */
.vb-consult-panel { margin-top: 80px; background: var(--asv-navy-tint); padding: 80px 90px; }
.vb-consult-panel h2 { font-size: 26px; letter-spacing: 0.12em; }
.vb-consult-cols { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 0 56px; margin: 48px 0 0; padding: 0; }
.vb-consult-cols li {
  list-style: none; font-size: 13.5px; letter-spacing: 0.08em;
  padding: 16px 0; border-bottom: 1px solid rgba(30,51,88,0.16);
  display: flex; gap: 14px; align-items: baseline;
}
.vb-consult-cols li::before { content: "—"; color: var(--asv-navy); font-family: var(--asv-en); }
.vb-consult-note { font-size: 13.5px; line-height: 2.3; color: var(--asv-ink-soft); margin: 40px 0 0; }

/* flow — vertical timeline 2col */
.vb-flow-wrap { display: grid; grid-template-columns: 420px 1fr; gap: 90px; margin-top: 72px; }
.vb-flow-intro h2 { font-size: 26px; line-height: 2; letter-spacing: 0.1em; }
.vb-flow-intro p { font-size: 13.5px; line-height: 2.4; color: var(--asv-ink-soft); margin: 28px 0 0; }
.vb-flow-steps { counter-reset: none; }
.vb-flow-item {
  display: grid; grid-template-columns: 64px 1fr; gap: 28px; align-items: baseline;
  padding: 22px 0; border-bottom: 1px solid var(--asv-line);
}
.vb-flow-item:first-child { border-top: 1px solid var(--asv-line); }
.vb-flow-item .num { font-family: var(--asv-en); font-size: 13px; letter-spacing: 0.18em; color: var(--asv-navy); }
.vb-flow-item .nm { font-size: 14px; letter-spacing: 0.1em; font-weight: 600; }

/* journal */
.vb-journal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; margin-top: 72px; }
.vb-journal-card { border-top: 1px solid var(--asv-line); padding-top: 28px; }
.vb-journal-card .meta { display: flex; justify-content: space-between; align-items: baseline; }
.vb-journal-card .cat { font-size: 11px; letter-spacing: 0.16em; color: var(--asv-navy); font-weight: 600; }
.vb-journal-card .date { font-family: var(--asv-en); font-size: 11px; letter-spacing: 0.18em; color: var(--asv-ink-faint); }
.vb-journal-card h4 { font-size: 15px; line-height: 2.1; font-weight: 600; letter-spacing: 0.06em; margin: 18px 0 0; }
.vb-journal-card .ph { height: 170px; margin-top: 26px; }

/* contact */
.vb-contact { margin-top: 150px; background: var(--asv-navy-deep); color: #fff; padding: 150px 100px; }
.vb-contact .grid { display: grid; grid-template-columns: 1fr 460px; gap: 80px; align-items: center; }
.vb-contact .c-en { font-family: var(--asv-en); font-size: 13px; letter-spacing: 0.36em; color: #9fb2d4; text-transform: uppercase; }
.vb-contact h2 { font-size: 36px; letter-spacing: 0.12em; line-height: 1.9; margin: 30px 0 32px; color: #fff; }
.vb-contact p { font-size: 13.5px; line-height: 2.5; color: rgba(255,255,255,0.7); margin: 0; max-width: 560px; }
.vb-contact-btn {
  display: flex; align-items: center; justify-content: space-between;
  width: 100%; height: 110px; padding: 0 40px;
  border: 1px solid rgba(255,255,255,0.6); color: #fff; text-decoration: none;
  font-size: 16px; letter-spacing: 0.2em;
  position: relative; overflow: hidden; isolation: isolate;
  transition: color 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.vb-contact-btn::before {
  content: ""; position: absolute; inset: 0; background: #fff;
  transform: scaleX(0); transform-origin: left center; z-index: -1;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.vb-contact-btn:hover { color: var(--asv-navy-deep); }
.vb-contact-btn:hover::before { transform: scaleX(1); }
.vb-contact-btn:not(:hover)::before { transform-origin: right center; }
.vb-contact-btn .arr { font-family: var(--asv-en); font-size: 20px; }

/* CTA actions: 公式LINE + 相談する */
.vb-contact-actions { display: flex; gap: 16px; align-items: stretch; }
.vb-contact-actions .vb-contact-btn { flex: 1; }
.vb-line-btn {
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px;
  width: 132px; flex: none; padding: 0 18px; text-decoration: none;
  background: #06C755; color: #fff;
  position: relative; overflow: hidden; isolation: isolate;
  transition: color 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.vb-line-btn .ln-ico { font-family: var(--asv-en); font-size: 15px; letter-spacing: 0.14em; font-weight: 600; }
.vb-line-btn .ln-tx { font-size: 10px; letter-spacing: 0.1em; }
.vb-line-btn::before {
  content: ""; position: absolute; inset: 0; background: #fff;
  transform: scaleX(0); transform-origin: left center; z-index: -1;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.vb-line-btn:hover { color: #06C755; }
.vb-line-btn:hover::before { transform: scaleX(1); }
.vb-line-btn:not(:hover)::before { transform-origin: right center; }

/* footer */
.vb-footer { padding: 64px 100px; display: flex; justify-content: space-between; align-items: center; background: #fcfcfd; }
.vb-footer .fnav { display: flex; gap: 30px; }
.vb-footer .fnav a { font-family: var(--asv-en); font-size: 11px; letter-spacing: 0.2em; color: var(--asv-ink-faint); text-decoration: none; text-transform: uppercase; }
.vb-footer .copy { font-family: var(--asv-en); font-size: 10px; letter-spacing: 0.2em; color: var(--asv-ink-faint); }
.vb-footer .fbottom { display: flex; align-items: center; gap: 24px; }
.vb-footer .fpolicy { font-size: 11px; letter-spacing: 0.1em; color: var(--asv-ink-faint); text-decoration: none; }
.vb-footer .fpolicy:hover { color: var(--asv-ink-soft); }

/* ===== Sticky global nav (drops in after the hero) ===== */
@keyframes navDrop { from { top: -100px; } to { top: 0; } }
.vb-header--stuck {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  height: 78px; align-items: center; padding: 0 100px;
  background: rgba(255,255,255,0.96);
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--asv-line);
  animation: navDrop 0.45s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.vb-header--stuck .vb-logo img { filter: brightness(0); margin-top: 0 !important; }
.vb-header--stuck .vb-nav .n-en { color: var(--asv-ink); }
.vb-header--stuck .vb-nav .n-ja { color: var(--asv-ink-faint); }
.vb-header--stuck .vb-nav .contact .n-en { color: var(--asv-navy); }

/* ===== Sample work thumbnails (CSS-composed mini artboards) ===== */
.sa { position: relative; width: 100%; overflow: hidden; background: var(--asv-paper); }
.sa-tag {
  position: absolute; left: 16px; bottom: 14px; z-index: 4;
  font-family: var(--asv-en); font-size: 9px; letter-spacing: 0.22em;
  color: rgba(29,36,51,0.5);
}
.sa-web .sa-tag, .sa-movie + .sa-tag { color: rgba(255,255,255,0.55); }

/* web — browser mock with hero + grid */
.sa-web { position: absolute; inset: 0; background: #fff; display: flex; flex-direction: column; }
.sa-web .sa-bar { height: 26px; flex: none; display: flex; align-items: center; gap: 6px; padding: 0 14px; background: #f1f3f5; border-bottom: 1px solid var(--asv-line); }
.sa-web .sa-bar i { width: 6px; height: 6px; border-radius: 50%; background: var(--asv-line-dark); }
.sa-web .sa-bar u { flex: 1; height: 8px; margin-left: 10px; background: #e6e9ed; border-radius: 4px; }
.sa-webbody { flex: 1; padding: 22px 26px; display: flex; flex-direction: column; }
.sa-hero { height: 46%; margin-bottom: 18px; }
.sa-line { height: 7px; background: var(--asv-line-dark); margin-bottom: 9px; }
.sa-line.w70 { width: 70%; } .sa-line.w45 { width: 45%; }
.sa-cells { display: flex; gap: 12px; margin-top: auto; }
.sa-cells span { flex: 1; height: 34px; background: var(--asv-paper-2); }

/* brand — monogram + wordmark */
.sa-brand { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 18px; }
.sa-mark {
  width: 64px; height: 64px; display: flex; align-items: center; justify-content: center;
  border: 1.5px solid currentColor; border-radius: 50%;
  font-family: var(--asv-en); font-size: 30px; font-weight: 500; letter-spacing: 0;
}
.sa-wordmark { font-family: var(--asv-en); font-size: 16px; letter-spacing: 0.42em; font-weight: 500; }
.sa-brand .sa-rule { width: 40px; height: 1px; background: currentColor; opacity: 0.6; }
.sa-brand.ph-navy { color: #fff; }
.sa-brand:not(.ph-navy) { color: var(--asv-navy-deep); }

/* graphic — poster with big numeral */
.sa-graphic { position: absolute; inset: 0; padding: 22px; }
.sa-poster { position: relative; width: 100%; height: 100%; border: 1px solid rgba(29,36,51,0.18); padding: 20px; display: flex; flex-direction: column; }
.sa-num { font-family: var(--asv-en); font-size: 58px; font-weight: 300; line-height: 0.9; color: var(--asv-navy); }
.sa-pt1 { width: 64%; height: 8px; background: var(--asv-ink); margin-top: auto; }
.sa-pt2 { width: 40%; height: 8px; background: var(--asv-line-dark); margin-top: 8px; }
.sa-pfoot { width: 30%; height: 5px; background: var(--asv-navy); margin-top: 16px; }
.sa-graphic.ph-navy { color: #fff; }
.sa-graphic.ph-navy .sa-poster { border-color: rgba(255,255,255,0.3); }
.sa-graphic.ph-navy .sa-num { color: #9fb2d4; }
.sa-graphic.ph-navy .sa-pt1 { background: #fff; }

/* movie — cinematic with play */
.sa-movie { position: absolute; inset: 0; background: linear-gradient(150deg,#2b2d31,#161718); display: flex; align-items: center; justify-content: center; }
.sa-movie .sa-bar-t, .sa-movie .sa-bar-b { position: absolute; left: 0; right: 0; height: 12%; background: #000; }
.sa-movie .sa-bar-t { top: 0; } .sa-movie .sa-bar-b { bottom: 0; }
.sa-movie .sa-play { width: 0; height: 0; border-style: solid; border-width: 13px 0 13px 22px; border-color: transparent transparent transparent rgba(255,255,255,0.92); margin-left: 4px; }
.sa-movie .sa-tc { position: absolute; right: 16px; bottom: 14px; font-family: var(--asv-en); font-size: 10px; letter-spacing: 0.16em; color: rgba(255,255,255,0.7); z-index: 4; }

/* recruit — 2x2 portraits */
.sa-recruit { position: absolute; inset: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 4px; padding: 0; }
.sa-recruit .p { display: block; }

/* photo — duotone with frame */
.sa-photo { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; }
.sa-photo .sa-frame { position: absolute; inset: 18px; border: 1px solid rgba(255,255,255,0.5); }
