/* ===== ASOVIVA sub-pages — shared with home tone (Variation B) ===== */

/* page header band (dark monochrome, header overlays it) */
.vb-pagehead {
  position: relative;
  height: 460px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}
.vb-pagehead .vb-hero-media { position: absolute; inset: 0; }
.vb-pagehead-video {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; display: block;
}
.vb-pagehead .vb-hero-media::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(160deg, rgba(18,19,22,0.5) 0%, rgba(18,19,22,0.32) 50%, rgba(18,19,22,0.62) 100%);
}
.vb-pagehead-inner {
  position: relative; z-index: 3;
  padding: 0 100px 96px;
  color: #fff;
}
.vb-pagehead .ph-ja {
  font-family: var(--asv-ja);
  font-size: 13px; letter-spacing: 0.3em;
  color: rgba(255,255,255,0.7);
  margin: 0 0 22px;
}
.vb-pagehead .ph-en {
  font-family: var(--asv-en);
  font-size: 64px; letter-spacing: 0.14em; font-weight: 500;
  color: #fff; line-height: 1; margin: 0;
  text-transform: uppercase;
}
.vb-pagehead .ph-lead {
  font-size: 14px; line-height: 2.4; letter-spacing: 0.06em;
  color: rgba(255,255,255,0.74); margin: 30px 0 0; max-width: 640px;
}
.vb-crumb {
  position: absolute; z-index: 3; right: 100px; bottom: 40px;
  display: flex; align-items: center; gap: 14px;
  font-family: var(--asv-en); font-size: 11px; letter-spacing: 0.18em;
  color: rgba(255,255,255,0.55);
}
.vb-crumb a { color: rgba(255,255,255,0.55); text-decoration: none; }
.vb-crumb a:hover { color: #fff; }
.vb-crumb em { font-style: normal; color: #fff; }

/* active nav state handled in variation-b.css (shared across all pages) */

/* generic page section wrapper reuse: .vb-sec already exists */
.vb-page { width: 100%; max-width: 1920px; margin: 0 auto; background: #fcfcfd; }
.vb-page .vb-sec:first-of-type { padding-top: 130px; }

/* ---------- ABOUT ---------- */
.about-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; padding: 96px 0 0; }
.about-intro h2 { font-size: 38px; line-height: 1.9; letter-spacing: 0.1em; font-weight: 600; }
.about-intro .txt { font-size: 14.5px; line-height: 2.6; color: var(--asv-ink-soft); padding-top: 12px; }
.about-intro .txt p { margin: 0 0 26px; }

/* company table */
.about-table { margin-top: 72px; border-top: 1px solid var(--asv-ink); }
.about-row {
  display: grid; grid-template-columns: 300px 1fr; gap: 40px;
  align-items: center;
  padding: 30px 0; border-bottom: 1px solid var(--asv-line);
}
.about-row dt {
  font-family: var(--asv-en); font-size: 13px; letter-spacing: 0.2em;
  color: var(--asv-navy); text-transform: uppercase;
}
.about-row dt small { display: block; font-family: var(--asv-ja); font-size: 11px; letter-spacing: 0.16em; color: var(--asv-ink-faint); margin-top: 6px; font-weight: 400; }
.about-row dd { margin: 0; font-size: 14.5px; line-height: 2.1; letter-spacing: 0.08em; color: var(--asv-ink); }

/* history timeline */
.about-history { margin-top: 0; }
.hist-row {
  display: grid; grid-template-columns: 200px 1fr; gap: 56px; align-items: baseline;
  padding: 36px 0; border-bottom: 1px solid var(--asv-line);
}
.about-history .hist-row:first-child { border-top: 1px solid var(--asv-line); }
.hist-row .yr { font-family: var(--asv-en); font-size: 28px; font-weight: 300; letter-spacing: 0.06em; color: var(--asv-navy); }
.hist-row .ev { font-size: 14px; line-height: 2.2; letter-spacing: 0.06em; }

/* ---------- SERVICE ---------- */
.svc-block {
  display: grid; grid-template-columns: 96px 1fr 1fr; gap: 56px;
  padding: 72px 0; border-bottom: 1px solid var(--asv-line);
}
.svc-block:first-of-type { border-top: 1px solid var(--asv-line); }
.svc-block .num { font-family: var(--asv-en); font-size: 13px; letter-spacing: 0.2em; color: var(--asv-ink-faint); }
.svc-block h3 { font-family: var(--asv-en); font-size: 30px; letter-spacing: 0.1em; font-weight: 500; line-height: 1.3; }
.svc-block h3 .ja { display: block; font-family: var(--asv-ja); font-size: 14px; letter-spacing: 0.14em; color: var(--asv-navy); margin-top: 12px; font-weight: 600; }
.svc-block .body p { font-size: 14px; line-height: 2.4; color: var(--asv-ink-soft); margin: 0 0 22px; }
.svc-block .items { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 6px; }
.svc-block .items span {
  font-size: 12px; letter-spacing: 0.08em; color: var(--asv-ink-soft);
  border: 1px solid var(--asv-line-dark); padding: 8px 16px;
}

/* ---------- WORKS list ---------- */
.works-filter { display: flex; gap: 14px; margin: 56px 0 56px; flex-wrap: wrap; }
.works-filter button {
  font-family: var(--asv-en); font-size: 12px; letter-spacing: 0.16em;
  padding: 12px 24px; border: 1px solid var(--asv-line-dark); background: transparent;
  color: var(--asv-ink-soft); cursor: pointer; transition: all 0.3s; text-transform: uppercase;
}
.works-filter button.on, .works-filter button:hover { background: var(--asv-navy-deep); border-color: var(--asv-navy-deep); color: #fff; }
.works-gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 64px 48px; }
.wkg { text-decoration: none; color: inherit; display: block; }
.wkg .visual { overflow: hidden; margin-bottom: 24px; }
.wkg .visual > * { transition: transform 0.5s cubic-bezier(0.22,1,0.36,1); }
.wkg:hover .visual > * { transform: scale(1.06); }
.wkg .cat { font-family: var(--asv-en); font-size: 11px; letter-spacing: 0.18em; color: var(--asv-navy); }
.wkg .nm { font-size: 17px; font-weight: 600; letter-spacing: 0.08em; margin: 14px 0 8px; }
.wkg .ds { font-size: 12.5px; color: var(--asv-ink-soft); line-height: 1.9; margin: 0; }
.wkg .tg { display: flex; gap: 14px; margin-top: 14px; }

/* ---------- WORK detail ---------- */
.wd-hero { position: relative; height: 620px; }
.wd-meta { display: grid; grid-template-columns: 1fr 380px; gap: 80px; padding: 96px 0 0; }
.wd-meta h2 { font-size: 34px; line-height: 1.7; letter-spacing: 0.08em; font-weight: 600; }
.wd-meta .summary { font-size: 14.5px; line-height: 2.5; color: var(--asv-ink-soft); margin: 28px 0 0; }
.wd-spec { border-top: 1px solid var(--asv-ink); }
.wd-spec .r { display: flex; justify-content: space-between; gap: 20px; padding: 18px 0; border-bottom: 1px solid var(--asv-line); font-size: 13px; letter-spacing: 0.06em; }
.wd-spec .r dt { color: var(--asv-ink-faint); font-family: var(--asv-en); letter-spacing: 0.16em; text-transform: uppercase; margin: 0; }
.wd-spec .r dd { margin: 0; text-align: right; color: var(--asv-ink); }
.wd-body { padding: 100px 0 0; display: grid; grid-template-columns: 1fr; gap: 56px; }
.wd-figure .ph { height: 560px; }
.wd-figure.two { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.wd-figure.two .ph { height: 380px; }
.wd-figure figcaption { font-family: var(--asv-en); font-size: 11px; letter-spacing: 0.18em; color: var(--asv-ink-faint); margin-top: 16px; }
.wd-lead { max-width: 720px; font-size: 16px; line-height: 2.5; letter-spacing: 0.06em; color: var(--asv-ink); }
.wd-text { max-width: 720px; font-size: 14px; line-height: 2.5; color: var(--asv-ink-soft); }
.wd-text h3 { font-size: 19px; letter-spacing: 0.1em; margin: 0 0 20px; color: var(--asv-ink); }
.wd-next { margin-top: 130px; border-top: 1px solid var(--asv-line); display: flex; justify-content: space-between; align-items: center; padding: 48px 0; }
.wd-next .lbl { font-family: var(--asv-en); font-size: 11px; letter-spacing: 0.2em; color: var(--asv-ink-faint); }
.wd-next a { font-size: 20px; font-weight: 600; letter-spacing: 0.08em; color: var(--asv-ink); text-decoration: none; display: inline-flex; align-items: center; gap: 20px; }
.wd-next a .arr { font-family: var(--asv-en); color: var(--asv-navy); }

/* ---------- JOURNAL list ---------- */
.jl-feature { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 64px 0 80px; text-decoration: none; color: inherit; }
.jl-feature .visual { overflow: hidden; }
.jl-feature .visual .ph { height: 480px; transition: transform 0.6s cubic-bezier(0.22,1,0.36,1); }
.jl-feature:hover .visual .ph { transform: scale(1.05); }
.jl-feature .meta { background: #fff; border: 1px solid var(--asv-line); border-left: 0; padding: 64px 56px; display: flex; flex-direction: column; justify-content: center; }
.jl-feature .tagline { font-family: var(--asv-en); font-size: 11px; letter-spacing: 0.2em; color: var(--asv-navy); }
.jl-feature h2 { font-size: 26px; line-height: 1.9; letter-spacing: 0.08em; margin: 22px 0 22px; }
.jl-feature .ex { font-size: 13.5px; line-height: 2.2; color: var(--asv-ink-soft); margin: 0; }
.jl-feature .date { font-family: var(--asv-en); font-size: 12px; letter-spacing: 0.18em; color: var(--asv-ink-faint); margin-top: 28px; }
.jl-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px 40px; }
.jlc { text-decoration: none; color: inherit; display: block; border-top: 1px solid var(--asv-line); padding-top: 26px; }
.jlc .row { display: flex; justify-content: space-between; align-items: baseline; }
.jlc .cat { font-size: 11px; letter-spacing: 0.14em; color: var(--asv-navy); font-weight: 600; }
.jlc .date { font-family: var(--asv-en); font-size: 11px; letter-spacing: 0.16em; color: var(--asv-ink-faint); }
.jlc h3 { font-size: 15px; line-height: 2.1; letter-spacing: 0.06em; margin: 16px 0 0; font-weight: 600; }
.jlc .visual { overflow: hidden; margin-top: 22px; }
.jlc .visual .ph { height: 180px; transition: transform 0.5s cubic-bezier(0.22,1,0.36,1); }
.jlc:hover .visual .ph { transform: scale(1.06); }

/* ---------- JOURNAL article ---------- */
.art-wrap { max-width: 760px; margin: 0 auto; padding: 110px 0 0; }
.art-meta { display: flex; gap: 22px; align-items: baseline; }
.art-meta .cat { font-size: 12px; letter-spacing: 0.14em; color: var(--asv-navy); font-weight: 600; }
.art-meta .date { font-family: var(--asv-en); font-size: 12px; letter-spacing: 0.18em; color: var(--asv-ink-faint); }
.art-wrap h1 { font-size: 34px; line-height: 1.9; letter-spacing: 0.08em; font-weight: 600; margin: 28px 0 0; }
.art-hero { margin: 64px 0; }
.art-hero .ph { height: 460px; }
.art-body { font-size: 15px; line-height: 2.7; letter-spacing: 0.04em; color: var(--asv-ink); }
.art-body p { margin: 0 0 32px; }
.art-body h2 { font-size: 22px; letter-spacing: 0.08em; margin: 56px 0 26px; line-height: 1.7; }
.art-body .quote { border-left: 2px solid var(--asv-navy); padding: 4px 0 4px 32px; margin: 44px 0; font-size: 18px; line-height: 2.2; color: var(--asv-navy-deep); }
.art-foot { margin-top: 80px; border-top: 1px solid var(--asv-line); padding-top: 40px; display: flex; justify-content: space-between; }
.art-foot a { font-family: var(--asv-en); font-size: 12px; letter-spacing: 0.18em; color: var(--asv-ink); text-decoration: none; }

/* ---------- CONTACT ---------- */
.ct-grid { display: grid; grid-template-columns: 1fr; gap: 64px; padding: 100px 0 0; max-width: 760px; }
.ct-intro h2 { font-size: 28px; line-height: 2; letter-spacing: 0.1em; }
.ct-intro p { font-size: 14px; line-height: 2.5; color: var(--asv-ink-soft); margin: 28px 0 0; }
.ct-line {
  display: flex; align-items: center; gap: 18px;
  margin-top: 36px; padding: 20px 24px;
  border: 1px solid #06C755;
  text-decoration: none; color: var(--asv-ink);
  transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}
.ct-line:hover { background: #06C755; border-color: #06C755; color: #fff; }
.ct-line:hover .ct-line-en, .ct-line:hover .ct-line-arrow { color: #fff; }
.ct-line-en {
  font-family: var(--asv-en); font-size: 13px; letter-spacing: 0.2em;
  font-weight: 600; color: #06C755;
}
.ct-line-ja { flex: 1; font-size: 13px; letter-spacing: 0.06em; }
.ct-line-arrow { font-family: var(--asv-en); color: #06C755; }
.ct-info { margin-top: 56px; border-top: 1px solid var(--asv-line); }
.ct-info .r { padding: 22px 0; border-bottom: 1px solid var(--asv-line); }
.ct-info .r .k { font-family: var(--asv-en); font-size: 11px; letter-spacing: 0.18em; color: var(--asv-ink-faint); text-transform: uppercase; }
.ct-info .r .v { font-size: 14px; letter-spacing: 0.06em; margin-top: 8px; line-height: 1.9; }
.ct-form { display: flex; flex-direction: column; gap: 28px; }
.ct-field label { display: block; font-size: 12px; letter-spacing: 0.12em; color: var(--asv-ink); margin-bottom: 12px; }
.ct-field label .req { color: var(--asv-navy); font-family: var(--asv-en); margin-left: 8px; font-size: 10px; letter-spacing: 0.1em; }
.ct-field input, .ct-field textarea, .ct-field select {
  width: 100%; border: 0; border-bottom: 1px solid var(--asv-line-dark);
  background: transparent; padding: 14px 2px; font-size: 14px; color: var(--asv-ink);
  font-family: var(--asv-ja); letter-spacing: 0.06em; outline: none; transition: border-color 0.3s;
}
.ct-field textarea { resize: vertical; min-height: 130px; line-height: 2; }
.ct-field input:focus, .ct-field textarea:focus, .ct-field select:focus { border-color: var(--asv-navy); }
.ct-submit {
  position: relative; overflow: hidden;
  margin-top: 12px; height: 64px; background: var(--asv-navy-deep); color: #fff;
  border: 1px solid var(--asv-navy-deep);
  font-family: var(--asv-en); font-size: 14px; letter-spacing: 0.24em; cursor: pointer;
  display: flex; align-items: center; justify-content: center; gap: 14px;
  transition: color 0.45s ease;
}
.ct-submit::before {
  content: ""; position: absolute; inset: 0; z-index: 0;
  background: #fff;
  transform: scaleX(0); transform-origin: left center;
  transition: transform 0.45s cubic-bezier(0.7, 0, 0.2, 1);
}
.ct-submit > * { position: relative; z-index: 1; }
.ct-submit:hover { color: var(--asv-navy-deep); }
.ct-submit:hover::before { transform: scaleX(1); }

/* ---------- PRIVACY POLICY ---------- */
.vb-pagehead-plain {
  height: 260px;
  background: var(--asv-navy-deep);
  align-items: center;
}
.vb-pagehead-plain .vb-pagehead-inner { padding: 0 100px; }
.policy-body { max-width: 860px; margin: 0 auto; padding: 96px 0 0; }
.policy-body .policy-lead {
  font-size: 14.5px; line-height: 2.4; color: var(--asv-ink-soft);
  padding-bottom: 40px; border-bottom: 1px solid var(--asv-line);
  margin: 0 0 56px;
}
.policy-body h2 {
  font-size: 18px; letter-spacing: 0.08em; font-weight: 600;
  margin: 56px 0 20px;
}
.policy-body h2:first-of-type { margin-top: 0; }
.policy-body p {
  font-size: 14px; line-height: 2.4; letter-spacing: 0.04em;
  color: var(--asv-ink-soft); margin: 0 0 20px;
}
.policy-body ol {
  margin: 0 0 20px; padding-left: 1.6em;
  font-size: 14px; line-height: 2.4; letter-spacing: 0.04em; color: var(--asv-ink-soft);
}
.policy-body ol li { margin-bottom: 8px; }
.policy-body a { color: var(--asv-navy); text-decoration: underline; }
.policy-body .policy-date {
  margin-top: 64px; font-size: 12.5px; color: var(--asv-ink-faint);
}
