.content-section {
  padding: clamp(70px, 9vw, 120px) 0;
  background: var(--paper);
  color: var(--ink);
}
.content-section + .contact-card,
.lower-main > .contact-card,
.front-main > .contact-card {
  width: min(calc(100% - 48px), var(--max));
  margin: 70px auto;
}
.prose {
  font-size: 1.02rem;
}
.prose h2,
.company-block h2 {
  margin-top: 2em;
  color: var(--blue);
  font-size: clamp(1.6rem, 3vw, 2.3rem);
  line-height: 1.4;
}
.prose img,
.article-main > img {
  width: 100%;
  margin-bottom: 40px;
  border-radius: var(--radius);
}
.card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}
.content-card {
  overflow: hidden;
  border: 1px solid #dedde5;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 14px 38px rgba(19, 19, 24, 0.08);
}
.content-card > a {
  display: block;
  height: 100%;
}
.content-card > a:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: -3px;
}
.content-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}
.content-card-body {
  padding: 25px;
}
.content-card h2,
.content-card h3 {
  margin: 4px 0 10px;
  color: var(--blue);
  font-size: 1.45rem;
  line-height: 1.45;
}
.content-card p {
  margin: 0;
}
.text-link {
  display: block;
  margin-top: 18px;
  color: var(--blue);
  font-weight: 700;
}
.is-sample small,
.draft-note {
  display: block;
  margin-top: 12px;
  color: #9c3030;
  font-weight: 700;
}
.client-confirm-note {
  margin: 18px 0 0;
  padding: 12px 16px;
  border-left: 4px solid #6f6caf;
  border-radius: 10px;
  background: #f4f3fb;
  color: #4c4d5f;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.7;
}
.content-wrap > .client-confirm-note:first-child {
  margin-top: 0;
  margin-bottom: 22px;
}
.info-list {
  display: grid;
  gap: 0;
}
.info-row {
  display: grid;
  padding: 25px 0;
  border-bottom: 1px solid #d5d4dc;
  color: #111;
  grid-template-columns: 120px 110px 1fr;
  gap: 12px 18px;
  align-items: start;
  text-decoration: none;
}
.info-row:hover h2,
.info-row:focus-visible h2 {
  color: var(--blue);
  text-decoration: underline;
}
.info-row:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 3px;
}
.info-row time {
  color: #111;
  font-variant-numeric: tabular-nums;
}
.info-row .tag,
.tag {
  width: fit-content;
  padding: 3px 10px;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  font-size: 0.75rem;
}
.info-row h2 {
  margin: 0;
  color: #111;
  font-size: 1.12rem;
}
.info-row p {
  grid-column: 3;
  margin: 0;
  color: #111;
}
.category-links {
  display: flex;
  margin-bottom: 35px;
  gap: 10px;
  flex-wrap: wrap;
}
.category-links a {
  padding: 8px 16px;
  border: 1px solid var(--blue);
  border-radius: 999px;
  color: var(--blue);
}
.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 55px;
  align-items: start;
}
.article-layout > .contact-card {
  position: sticky;
  top: 28px;
}
.article-meta {
  display: flex;
  margin-bottom: 25px;
  gap: 15px;
  align-items: center;
}
.detail-block {
  padding: 20px 0;
  border-top: 1px solid #d6d5dc;
}
.back-link {
  display: inline-block;
  margin-top: 35px;
  color: var(--blue);
  font-weight: 700;
}
.button-row {
  display: flex;
  margin-top: 36px;
  gap: 14px;
  flex-wrap: wrap;
}
.feature-stack {
  display: grid;
  gap: 55px;
}
.feature-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
  align-items: center;
}
.feature-row:nth-child(even) img {
  order: 2;
}
.feature-row img {
  width: 100%;
  height: 390px;
  border-radius: var(--radius);
  object-fit: cover;
}
.feature-row span {
  color: var(--blue);
  font-weight: 700;
  letter-spacing: 0.12em;
}
.feature-row h2 {
  margin: 8px 0;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
}
.message-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}
.message-layout img {
  height: 430px;
  border-radius: var(--radius);
  object-fit: cover;
}
.company-block {
  margin-top: 80px;
}
.company-table {
  margin: 0;
  border-top: 1px solid #c9c8d0;
}
.company-table > div {
  display: grid;
  padding: 18px 12px;
  border-bottom: 1px solid #c9c8d0;
  grid-template-columns: 220px 1fr;
}
.company-table dt {
  font-weight: 700;
  color: var(--blue);
}
.company-table dd {
  margin: 0;
}
.timeline {
  display: grid;
  gap: 0;
}
.timeline > div {
  display: grid;
  padding: 18px;
  border-left: 4px solid var(--blue);
  grid-template-columns: 180px 1fr;
  background: #fff;
}
.draft-banner {
  margin-bottom: 30px;
  padding: 18px 22px;
  border-left: 5px solid #a33;
  background: #fff0f0;
  color: #6f1818;
}
.role-grid,
.recruit-link-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.role-grid article,
.recruit-link-grid a {
  padding: 32px;
  border-radius: var(--radius);
  background: #fff;
}
.role-grid span,
.recruit-link-grid span {
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}
.recruit-link-grid {
  margin-top: 40px;
  grid-template-columns: repeat(2, 1fr);
}
.recruit-link-grid a {
  background: var(--blue);
  color: #fff;
}
.recruit-link-grid h2 {
  font-size: 2rem;
}
.contact-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 8%, rgba(119, 116, 185, 0.2), transparent 32%),
    linear-gradient(180deg, #f7f8fb 0%, #eef0f6 100%);
}
.contact-section::before {
  position: absolute;
  top: 70px;
  right: -80px;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(104, 63, 85, 0.16);
  border-radius: 50%;
  content: "";
}
.contact-intro {
  position: relative;
  z-index: 1;
  max-width: 780px;
  margin-bottom: clamp(34px, 5vw, 58px);
}
.contact-guide__header span,
.contact-form-heading span {
  color: #7774b9;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.contact-intro .section-title {
  margin-bottom: 18px;
}
.contact-intro > h2 {
  margin: 10px 0 14px;
  color: var(--blue);
  font-size: clamp(1.9rem, 3.4vw, 3.2rem);
  line-height: 1.35;
}
.contact-intro__lead {
  margin: 0 auto;
  color: #555b6b;
  line-height: 2;
  text-align: center;
}
.contact-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: clamp(34px, 5vw, 64px);
  align-items: start;
}
.contact-guide {
  position: sticky;
  top: 112px;
  padding: clamp(28px, 4vw, 40px);
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(22, 31, 71, 0.96), rgba(75, 52, 88, 0.94));
  color: #fff;
  box-shadow: 0 24px 60px rgba(30, 35, 70, 0.22);
}
.contact-guide h2,
.contact-guide p,
.contact-guide li {
  color: #fff;
}
.contact-guide__header h2 {
  margin: 8px 0 22px;
  font-size: clamp(1.55rem, 2.1vw, 2.1rem);
  line-height: 1.35;
}
.contact-example-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact-example-list li {
  position: relative;
  padding: 14px 14px 14px 42px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  line-height: 1.65;
}
.contact-example-list li::before {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #c0c1ff;
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.7);
  content: "";
}
.contact-info-card {
  display: grid;
  margin-top: 24px;
  padding: 18px;
  border-radius: 18px;
  grid-template-columns: auto 1fr;
  gap: 14px;
  background: rgba(255, 255, 255, 0.12);
}
.contact-info-card .material-symbols-outlined {
  display: grid;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  color: #683f55;
  place-items: center;
}
.contact-info-card p {
  margin: 0 0 4px;
  font-size: 0.9rem;
}
.contact-info-card strong {
  font-size: 1.25rem;
  letter-spacing: 0.04em;
}
.contact-step-list {
  display: grid;
  margin-top: 24px;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.contact-step-list div {
  padding: 14px 10px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.1);
  text-align: center;
}
.contact-step-list span {
  color: #c0c1ff;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.contact-step-list p {
  margin: 6px 0 0;
  font-size: 0.82rem;
  line-height: 1.5;
}
.form-panel {
  position: relative;
  padding: clamp(28px, 4vw, 42px);
  overflow: hidden;
  border: 1px solid rgba(104, 63, 85, 0.12);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(248, 247, 251, 0.98)),
    #fff;
  box-shadow: 0 22px 55px rgba(31, 37, 59, 0.12);
}
.form-panel::before {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-bottom: 22px;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(104, 63, 85, 0.1);
  color: #683f55;
  content: "Contact Form";
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.form-panel::after {
  position: absolute;
  top: -76px;
  right: -64px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(119, 116, 185, 0.22), rgba(119, 116, 185, 0));
  content: "";
  pointer-events: none;
}
.form-panel > * {
  position: relative;
  z-index: 1;
}
.contact-form-heading {
  margin-bottom: 24px;
}
.contact-form-heading h2 {
  margin: 8px 0 10px;
  color: var(--blue);
  font-size: clamp(1.45rem, 2.3vw, 2rem);
}
.contact-form-heading p {
  margin: 0;
  color: #626879;
  line-height: 1.8;
}
.form-mock,
.form-contact {
  display: grid;
  gap: 20px;
}
.form-mock label,
.form-contact label {
  display: grid;
  gap: 7px;
  font-weight: 700;
}
.form-mock label span,
.form-contact label span {
  color: #9c3030;
  font-size: 0.75rem;
}
.form-mock input,
.form-mock select,
.form-mock textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #aaa;
  border-radius: 7px;
  background: #fff;
}
.form-contact input,
.form-contact select,
.form-contact textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #aaa;
  border-radius: 7px;
}
.empty-state {
  padding: 45px;
  border-radius: var(--radius);
  background: #fff;
  text-align: center;
}
.requirements-staff-banners {
  margin-bottom: clamp(42px, 6vw, 72px);
}
.requirements-switch {
  display: grid;
  gap: clamp(26px, 4vw, 42px);
}
.requirements-switch-card {
  position: relative;
  display: grid;
  padding: clamp(22px, 3.2vw, 38px) clamp(18px, 3vw, 34px) 0;
  border-top: 1px solid rgba(30, 42, 94, 0.22);
  border-bottom: 1px solid rgba(30, 42, 94, 0.18);
  background:
    linear-gradient(90deg, rgba(111, 108, 175, 0.1), transparent 34%),
    transparent;
  gap: clamp(22px, 3.4vw, 38px);
}
.requirements-switch-card::before {
  position: absolute;
  top: -1px;
  left: 0;
  width: 170px;
  height: 3px;
  background: linear-gradient(90deg, var(--blue), #9b99d6);
  content: "";
}
.requirements-switch-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  scrollbar-width: thin;
}
.requirements-switch-tab {
  position: relative;
  min-width: 0;
  padding: 17px 42px 17px 16px;
  border: 0;
  border-bottom: 1px solid rgba(30, 42, 94, 0.18);
  background: rgba(255, 255, 255, 0.62);
  color: var(--blue);
  font: inherit;
  font-weight: 700;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition:
    border-color 0.3s ease,
    background 0.3s ease,
    color 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
}
.requirements-switch-tab::after {
  position: absolute;
  top: 50%;
  right: 15px;
  display: flex;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(30, 42, 94, 0.22);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  content: "›";
  font-size: 1.25rem;
  line-height: 0;
  padding-bottom: 2px;
  transform: translateY(-50%);
  transition:
    background 0.3s ease,
    color 0.3s ease,
    transform 0.3s ease;
}
.requirements-switch-tab span {
  display: block;
  color: #6f6caf;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.requirements-switch-tab:hover,
.requirements-switch-tab:focus-visible,
.requirements-switch-tab.is-active {
  border-color: var(--blue);
  background: rgba(30, 42, 94, 0.06);
  color: var(--blue);
  box-shadow: inset 0 -3px 0 var(--blue);
  transform: translateY(0);
}
.requirements-switch-tab:hover::after,
.requirements-switch-tab:focus-visible::after,
.requirements-switch-tab.is-active::after {
  background: var(--blue);
  color: #fff;
  transform: translate(3px, -50%);
}
.requirements-switch-tab:hover span,
.requirements-switch-tab:focus-visible span,
.requirements-switch-tab.is-active span {
  color: #6f6caf;
}
.requirements-switch-control {
  display: flex;
  margin-top: -18px;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
}
.requirements-switch-control p {
  margin: 0;
  color: #666878;
  font-size: 0.9rem;
}
.requirements-switch-arrows {
  display: flex;
  gap: 8px;
}
.requirements-switch-arrow {
  display: grid;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(30, 42, 94, 0.22);
  border-radius: 50%;
  place-items: center;
  background: #fff;
  color: var(--blue);
  cursor: pointer;
  transition:
    background 0.3s ease,
    color 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
}
.requirements-switch-arrow:hover,
.requirements-switch-arrow:focus-visible {
  background: var(--blue);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(30, 42, 94, 0.18);
}
.requirements-switch-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.46fr) minmax(0, 0.54fr);
  gap: clamp(24px, 4vw, 46px);
  align-items: stretch;
}
.requirements-switch-side {
  display: grid;
  gap: 18px;
  align-content: start;
}
.requirements-banner-window,
.requirements-panel-window {
  overflow: hidden;
}
.requirements-banner-track,
.requirements-panel-track {
  display: flex;
  transform: translateX(calc(var(--requirements-index, 0) * -100%));
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
.requirements-role-banner,
.requirements-role-panel {
  flex: 0 0 100%;
}
.requirements-role-banner {
  min-height: clamp(210px, 20vw, 280px);
}
.requirements-staff-banner-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2.4vw, 26px);
}
.requirements-staff-banner {
  position: relative;
  display: block;
  min-height: 250px;
  overflow: hidden;
  border-radius: 0;
  background: #101016;
  color: #fff;
  box-shadow: 0 18px 48px rgba(22, 26, 52, 0.16);
  isolation: isolate;
}
.requirements-staff-banner img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease;
}
.requirements-staff-banner__shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(10, 13, 32, 0), rgba(10, 13, 32, 0.62));
  transition: background 0.35s ease;
}
.requirements-staff-banner__body {
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
  z-index: 2;
  display: grid;
  gap: 8px;
}
.requirements-staff-banner__body small {
  color: #c0c1ff;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.requirements-staff-banner__body strong {
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  line-height: 1.35;
  text-align: right;
}
.requirements-staff-banner__body em {
  display: -webkit-box;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transform: translateY(10px);
  font-style: normal;
  line-height: 1.75;
  text-align: right;
  transition:
    max-height 0.35s ease,
    opacity 0.35s ease,
    transform 0.35s ease;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.requirements-staff-banner__arrow {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  display: grid;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.44);
  border-radius: 50%;
  place-items: center;
}
.requirements-staff-banner:hover img,
.requirements-staff-banner:focus-visible img {
  transform: scale(1.06);
}
.requirements-staff-banner:hover .requirements-staff-banner__shade,
.requirements-staff-banner:focus-visible .requirements-staff-banner__shade {
  background: linear-gradient(180deg, rgba(10, 13, 32, 0.28), rgba(10, 13, 32, 0.88));
}
.requirements-staff-banner:hover .requirements-staff-banner__body em,
.requirements-staff-banner:focus-visible .requirements-staff-banner__body em {
  max-height: 7em;
  opacity: 1;
  transform: translateY(0);
}
.requirements-banner-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 22px);
}
.requirements-banner-list .requirements-staff-banner.requirements-role-banner {
  min-height: clamp(210px, 20vw, 280px);
  aspect-ratio: 4 / 3;
  opacity: 0.82;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
}
.requirements-banner-list .requirements-staff-banner.requirements-role-banner.is-active,
.requirements-banner-list .requirements-staff-banner.requirements-role-banner:hover,
.requirements-banner-list .requirements-staff-banner.requirements-role-banner:focus-visible {
  opacity: 1;
  transform: translateY(-4px);
  box-shadow: 0 18px 44px rgba(30, 42, 94, 0.24);
}
.requirements-role-panel {
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.requirements-role-head {
  margin-bottom: 24px;
}
.requirements-role-head span {
  display: inline-block;
  margin-bottom: 8px;
  color: #6f6caf;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.requirements-role-head h3 {
  margin: 0 0 12px;
  color: var(--blue);
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  line-height: 1.35;
}
.requirements-role-head p {
  margin: 0;
  color: #555768;
  line-height: 1.9;
}
.requirements-table {
  border-top: 1px solid rgba(30, 42, 94, 0.16);
  background: transparent;
}
.requirements-table > div {
  border-bottom: 1px solid rgba(30, 42, 94, 0.12);
}
.requirements-note {
  margin: 0;
  padding: 14px 18px;
  border-left: 4px solid #6f6caf;
  border-radius: 12px;
  background: #f4f3fb;
  color: #555768;
  font-size: 0.92rem;
}
.requirements-actions {
  margin: -8px 0 clamp(22px, 3vw, 34px);
}

.split-lead {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(40px, 7vw, 90px);
  align-items: start;
}
.split-lead h2 {
  margin: 0;
  color: var(--blue);
  font-size: clamp(2rem, 4vw, 3.7rem);
  line-height: 1.35;
}
.split-lead .prose p:first-child {
  margin-top: 0;
}
.strength-numbers {
  padding: clamp(75px, 9vw, 120px) 0;
  background: #08080d;
}
.strength-numbers h2,
.support-flow h2 {
  margin: 0 0 38px;
  font-size: clamp(2rem, 4vw, 3.4rem);
}
.number-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.number-grid article {
  min-height: 250px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 20px;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.08),
    rgba(255, 255, 255, 0.02)
  );
}
.number-grid strong {
  display: block;
  color: var(--lavender);
  font-size: clamp(2.5rem, 5vw, 5rem);
  line-height: 1;
}
.number-grid span {
  display: block;
  margin-top: 12px;
  font-weight: 700;
}
.number-grid p {
  color: #c9c7d1;
  font-size: 0.9rem;
}
.strength-detail-section {
  padding: 50px 0;
}
.strength-detail-section.is-white {
  background: #fff;
}
.strength-feature {
  display: grid;
  min-height: 650px;
  grid-template-columns: 1.08fr 0.92fr;
  border-radius: 26px;
  overflow: hidden;
}
.strength-feature.is-dark {
  background: #101016;
  color: #fff;
}
.strength-feature.is-reverse .strength-feature-image {
  order: 2;
}
.strength-feature-image {
  position: relative;
  min-height: 540px;
}
.strength-feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.strength-feature-copy {
  display: flex;
  padding: clamp(38px, 6vw, 75px);
  flex-direction: column;
  justify-content: center;
}
.strength-feature-copy > span {
  color: var(--lavender);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}
.strength-feature.is-reverse .strength-feature-copy > span,
.strength-feature.is-reverse h2 {
  color: var(--blue);
}
.strength-feature-copy h2 {
  margin: 12px 0 20px;
  font-size: clamp(2rem, 3.5vw, 3.4rem);
  line-height: 1.3;
}
.strength-feature-copy ul {
  padding-left: 1.2em;
}
.strength-benefit {
  margin-top: 22px;
  padding: 18px;
  border-left: 4px solid var(--lavender);
  background: rgba(192, 193, 255, 0.1);
}
.support-flow {
  padding: clamp(80px, 10vw, 135px) 0;
  background: var(--blue);
}
.flow-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.flow-grid article {
  padding: 30px 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.flow-grid article:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.flow-grid span {
  display: block;
  color: var(--lavender);
  font-size: 2rem;
  font-weight: 700;
}
.flow-grid h3 {
  font-size: 1.35rem;
}
.flow-grid p {
  color: #dedde5;
  font-size: 0.9rem;
}
.consultation-cases h2 {
  margin: 6px 0 35px;
  color: var(--blue);
  font-size: clamp(2rem, 4vw, 3.4rem);
}
.case-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.case-grid article {
  overflow: hidden;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(19, 19, 24, 0.1);
}
.case-grid img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.case-grid article > div {
  padding: 25px;
}
.case-grid span {
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 700;
}
.case-grid h3 {
  font-size: 1.25rem;
  line-height: 1.5;
}
.company-message-image {
  position: relative;
}
.company-message-image span {
  position: absolute;
  right: -18px;
  bottom: 25px;
  padding: 12px 22px;
  background: var(--blue);
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.company-sign {
  margin-top: 28px;
  text-align: right;
  font-weight: 700;
}
.access-block {
  display: grid;
  padding: 35px;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
  border-radius: 22px;
  background: #fff;
}
.access-block img {
  width: 100%;
  height: 330px;
  border-radius: 16px;
  object-fit: cover;
}
.product-category-showcase {
  padding: clamp(60px, 8vw, 95px) 0;
  background: #0b0b10;
}
.product-category-showcase .content-wrap {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.product-category-showcase .section-title {
  grid-column: 1 / -1;
  justify-self: center;
  margin-bottom: clamp(16px, 3vw, 30px);
  text-align: center;
}
.product-category-showcase .section-title__en {
  color: #c9cbff;
}
.product-category-showcase .section-title__ja {
  color: #fff;
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.34);
}
.product-category-panel {
  display: grid;
  min-height: 0;
  grid-template-columns: 42% 58%;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  color: var(--ink);
}
.product-category-panel:nth-child(even) .product-category-image {
  order: 0;
}
.product-category-image {
  position: relative;
  min-height: 300px;
}
.product-category-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-category-image > span {
  position: absolute;
  top: 16px;
  left: 16px;
  color: #fff;
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 2px 25px rgba(0, 0, 0, 0.35);
}
.product-category-copy {
  padding: 28px;
}
.product-category-copy h2 {
  margin: 5px 0 16px;
  color: var(--blue);
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  line-height: 1.4;
}
.product-category-copy ul {
  display: grid;
  margin: 0 0 22px;
  padding: 0;
  grid-template-columns: 1fr;
  gap: 4px;
  list-style: none;
}
.product-category-copy li {
  padding: 6px 0;
  border-bottom: 1px solid #ddd;
  font-size: 0.9rem;
}
.product-category-copy .button-component {
  min-height: 42px;
  padding: 8px 16px;
}
.plating-guide {
  padding: clamp(80px, 10vw, 140px) 0;
  background: var(--blue);
}
.plating-guide > .content-wrap {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(40px, 7vw, 90px);
  align-items: center;
}
.plating-guide-visual img {
  width: 100%;
  min-height: 580px;
  border-radius: 180px 20px 180px 20px;
  object-fit: cover;
}
.plating-guide-copy h2 {
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: 1.25;
}
.plating-points {
  display: grid;
  margin: 30px 0;
  gap: 12px;
}
.plating-points article {
  display: grid;
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  grid-template-columns: 130px 1fr;
  gap: 20px;
}
.plating-points strong {
  color: var(--lavender);
}
.new-product-magazine {
  padding: clamp(70px, 9vw, 120px) 0;
  background: #0b0b10;
}
.new-product-magazine .content-wrap {
  display: grid;
  gap: 55px;
}
.new-product-feature {
  display: grid;
  min-height: 480px;
  grid-template-columns: 1.15fr 0.85fr;
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
  color: var(--ink);
}
.new-product-feature.is-reverse .new-product-feature-image {
  order: 2;
}
.new-product-feature-image {
  position: relative;
}
.new-product-feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.new-product-feature-image > span {
  position: absolute;
  right: 24px;
  bottom: 15px;
  color: #fff;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.45);
}
.new-product-feature-copy {
  display: flex;
  padding: clamp(35px, 5vw, 65px);
  flex-direction: column;
  justify-content: center;
}
.new-product-feature-copy time {
  color: #777;
}
.new-product-feature-copy h2 {
  margin: 10px 0;
  color: var(--blue);
  font-size: clamp(1.8rem, 3.4vw, 3rem);
  line-height: 1.35;
}
.new-product-feature-copy .button-component {
  align-self: flex-start;
  margin-top: 20px;
}
.new-product-hero {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 50px;
  align-items: center;
}
.new-product-main-image {
  width: 100%;
  min-height: 520px;
  border-radius: 24px;
  object-fit: cover;
}
.new-product-facts {
  display: grid;
  margin-top: 30px;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.new-product-facts article {
  padding: 22px;
  border-radius: 14px;
  background: #fff;
}
.new-product-facts span {
  display: block;
  color: var(--blue);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}
.new-product-facts strong {
  display: block;
  margin-top: 8px;
}
.new-product-detail-grid {
  display: grid;
  margin-top: 60px;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.new-product-detail-grid section {
  padding: 30px;
  border-radius: 18px;
  background: #fff;
}
.new-product-detail-grid h2 {
  color: var(--blue);
}
.new-product-magazine {
  padding: clamp(65px, 8vw, 105px) 0;
  background: #0b0b10;
}
.new-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.new-product-grid .new-product-feature:first-child {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
}
.new-product-feature {
  display: flex;
  min-height: 0;
  flex-direction: column;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  color: var(--ink);
}
.new-product-feature.is-reverse .new-product-feature-image {
  order: 0;
}
.new-product-feature-image {
  position: relative;
  min-height: 230px;
}
.new-product-grid .new-product-feature:first-child .new-product-feature-image {
  min-height: 430px;
}
.new-product-feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.new-product-feature-image > span {
  position: absolute;
  right: 18px;
  bottom: 10px;
  color: #fff;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.45);
}
.new-product-feature-copy {
  display: flex;
  padding: 26px;
  flex: 1;
  flex-direction: column;
}
.new-product-feature-copy time {
  color: #777;
  font-size: 0.85rem;
}
.new-product-feature-copy h2 {
  margin: 8px 0;
  color: var(--blue);
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  line-height: 1.4;
}
.new-product-feature-copy p {
  font-size: 0.92rem;
}
.new-product-feature-copy .button-component {
  align-self: flex-start;
  margin-top: auto;
  min-height: 42px;
  padding: 8px 16px;
}
.new-product-hero {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 50px;
  align-items: center;
}
.new-product-main-image {
  width: 100%;
  min-height: 520px;
  border-radius: 24px;
  object-fit: cover;
}
.new-product-facts {
  display: grid;
  margin-top: 30px;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.new-product-facts article {
  padding: 22px;
  border-radius: 14px;
  background: #fff;
}
.new-product-facts span {
  display: block;
  color: var(--blue);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}
.new-product-facts strong {
  display: block;
  margin-top: 8px;
}
.new-product-detail-grid {
  display: grid;
  margin-top: 60px;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.new-product-detail-grid section {
  padding: 30px;
  border-radius: 18px;
  background: #fff;
}
.new-product-detail-grid h2 {
  color: var(--blue);
}
.recruit-visual-intro {
  padding: clamp(70px, 9vw, 120px) 0;
  background: #0a0a0f;
}
.recruit-intro-button {
  margin-top: 28px;
}
.recruit-collage {
  display: grid;
  grid-template-columns: 0.8fr 0.55fr 1.05fr;
  gap: 20px;
  align-items: center;
}
.recruit-collage > img {
  width: 100%;
  height: 500px;
  border-radius: 22px;
  object-fit: cover;
}
.recruit-collage > img:nth-child(2) {
  height: 380px;
}
.recruit-collage > div {
  padding: 25px;
}
.recruit-collage h2 {
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: 1.3;
}
.recruit-roles h2 {
  color: var(--blue);
  font-size: clamp(2rem, 4vw, 3.5rem);
}
.recruit-role-list {
  display: grid;
  gap: 32px;
}
.recruit-role-list article {
  display: grid;
  min-height: 360px;
  grid-template-columns: 0.85fr 1.15fr;
  border-radius: 22px;
  overflow: hidden;
  background: #fff;
}
.recruit-role-list article:nth-child(even) img {
  order: 2;
}
.recruit-role-list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recruit-role-list article > div {
  display: flex;
  padding: clamp(30px, 5vw, 60px);
  flex-direction: column;
  justify-content: center;
}
.recruit-role-list span {
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 700;
}
.recruit-role-list h3 {
  margin: 5px 0;
  font-size: 2rem;
}
.recruit-role-list a {
  margin-top: 20px;
  color: var(--blue);
  font-weight: 700;
}
.recruit-team-flow {
  padding: clamp(80px, 10vw, 130px) 0;
  background: var(--blue);
}
.recruit-team-flow h2 {
  font-size: clamp(2rem, 4vw, 3.6rem);
}
.team-flow-line {
  display: grid;
  margin-top: 40px;
  grid-template-columns: repeat(4, 1fr);
}
.team-flow-line article {
  padding: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}
.team-flow-line article:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.35);
}
.team-flow-line span {
  display: block;
  color: var(--lavender);
  font-size: 1.8rem;
  font-weight: 700;
}
.team-flow-line strong {
  display: block;
  margin: 10px 0;
  font-size: 1.1rem;
}
.team-flow-line p {
  color: #ddd;
}

/* 2026-06-18 lower-page visual refinement */
.news-detail-page > .page-hero h1 {
  max-width: min(100%, 1100px);
  padding: 0 0 clamp(12px, 1.8vw, 20px);
  font-size: clamp(2.6rem, 6vw, 5.5rem);
  line-height: 1.12;
  overflow-wrap: anywhere;
}

.news-detail-page > .page-hero h1::after {
  display: block;
  width: clamp(96px, 20vw, 220px);
  height: clamp(4px, 0.6vw, 7px);
  margin-top: clamp(14px, 2vw, 22px);
  border-radius: 999px;
  background: linear-gradient(90deg, var(--blue) 0 68%, #6f6caf 68% 100%);
  content: "";
}

.news-featured-image {
  overflow: hidden;
  margin: 0;
  border-radius: 18px;
  background: #e9e9ef;
  box-shadow: 0 14px 32px rgba(16, 20, 38, 0.1);
}
.news-featured-image img {
  display: block;
  width: 100%;
  height: clamp(220px, 26vw, 340px);
  object-fit: cover;
}

.news-detail-layout {
  max-width: 1120px;
}

.news-detail-card {
  display: grid;
  padding: clamp(24px, 3.4vw, 40px);
  border: 1px solid rgba(30, 42, 94, 0.12);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(247, 248, 252, 0.94)),
    #fff;
  box-shadow: 0 22px 70px rgba(18, 24, 52, 0.1);
  gap: 22px 32px;
  grid-template-columns: minmax(280px, 38%) minmax(0, 1fr);
}

.news-detail-meta {
  grid-column: 1 / -1;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(30, 42, 94, 0.12);
}

.news-detail-card .news-featured-image {
  grid-column: 1;
}

.news-block-content {
  grid-column: 2;
}

.news-detail-card:not(:has(.news-featured-image)) .news-block-content {
  grid-column: 1 / -1;
}

.news-block-content > *:first-child {
  margin-top: 0;
}

.news-block-content .news-editor-section,
.news-block-content > .wp-block-group {
  margin: 0 0 16px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.news-block-content .news-editor-section > h2,
.news-block-content .news-editor-section > .wp-block-heading,
.news-block-content .news-editor-section > .wp-block-group__inner-container > h2,
.news-block-content .news-editor-section > .wp-block-group__inner-container > .wp-block-heading {
  display: none;
}

.news-block-content .news-editor-lead {
  color: #202431;
  font-size: clamp(1.08rem, 1.7vw, 1.22rem);
  font-weight: 500;
  line-height: 1.9;
}

.news-block-content .news-editor-body {
  color: #333743;
  font-size: clamp(0.98rem, 1.35vw, 1.05rem);
  line-height: 1.95;
}

.news-block-content .news-editor-point,
.news-block-content .news-editor-link {
  display: none;
}

.news-block-content h2 {
  margin-top: 0;
}

.news-block-content img {
  display: block;
  width: 100%;
  max-height: 320px;
  object-fit: cover;
}

.news-related-link {
  grid-column: 2;
  margin-top: 6px;
}

.news-detail-card .back-link {
  grid-column: 1 / -1;
  margin-top: 8px;
}

.news-detail-card:not(:has(.news-featured-image)) .news-related-link {
  grid-column: 1 / -1;
}

@media (max-width: 900px) {
  .news-detail-card {
    grid-template-columns: 1fr;
  }

  .news-detail-card .news-featured-image,
  .news-block-content,
  .news-related-link {
    grid-column: 1 / -1;
  }
}
.navigation.pagination {
  margin-top: 48px;
}
.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.nav-links .page-numbers {
  display: grid;
  min-width: 44px;
  height: 44px;
  padding: 0 13px;
  border: 1px solid rgba(30, 42, 94, 0.2);
  border-radius: 999px;
  place-items: center;
  background: #fff;
  color: var(--blue);
  font-weight: 700;
  transition: 0.25s ease;
}
.nav-links .page-numbers.current,
.nav-links a.page-numbers:hover,
.nav-links a.page-numbers:focus-visible {
  border-color: var(--blue);
  background: var(--blue);
  color: #fff;
  transform: translateY(-2px);
}
.has-lower-page-js [data-reveal] {
  opacity: 0;
  transform: translateY(34px);
  transition:
    opacity 0.75s ease,
    transform 0.75s cubic-bezier(0.2, 0.75, 0.25, 1);
  transition-delay: calc(var(--reveal-order, 0) * 110ms);
}
.has-lower-page-js [data-reveal].is-visible {
  opacity: 1;
  transform: none;
}
.strengths-intro {
  overflow: hidden;
}
.strengths-intro-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 0.78fr) minmax(330px, 1fr);
  gap: clamp(28px, 4vw, 58px);
  align-items: center;
}
.strengths-intro-copy h2 {
  max-width: 12em;
  margin: 12px 0 0;
  font-size: clamp(2rem, 3.2vw, 3.45rem);
  line-height: 1.32;
}
.strengths-intro-prose {
  font-size: 0.98rem;
}
.strengths-intro-visual {
  position: relative;
  min-height: 470px;
}
.strengths-intro-visual::before {
  position: absolute;
  inset: 38px 0 28px 15%;
  border-radius: 22px;
  background: linear-gradient(145deg, var(--blue), #7674ae);
  content: "";
  transform: rotate(3deg);
}
.strengths-intro-visual img {
  position: absolute;
  display: block;
  object-fit: cover;
  box-shadow: 0 22px 55px rgba(17, 21, 45, 0.22);
}
.strengths-intro-main-image {
  top: 0;
  right: 0;
  width: 84%;
  height: 76%;
  border-radius: 20px;
}
.strengths-intro-sub-image {
  bottom: 0;
  left: 0;
  width: 55%;
  height: 44%;
  border: 8px solid #fff;
  border-radius: 18px;
}
.strengths-intro-visual > span {
  position: absolute;
  right: -10px;
  bottom: 5px;
  color: rgba(30, 42, 94, 0.12);
  font-size: clamp(3.4rem, 7vw, 7rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
}
.number-grid article {
  transition:
    box-shadow 0.3s ease,
    transform 0.3s ease;
}
.number-grid article:hover {
  box-shadow: 0 22px 50px rgba(22, 28, 58, 0.14);
  transform: translateY(-6px);
}
.strength-feature-stage {
  position: relative;
  padding: 40px 0;
  background:
    linear-gradient(rgba(12, 17, 39, 0.84), rgba(12, 17, 39, 0.84)),
    url("../img/strength-network.png") center/cover fixed;
}
.strength-feature-stage .strength-detail-section {
  padding: clamp(45px, 7vw, 90px) 0;
  background: transparent;
}
.strength-feature-stage .strength-feature {
  width: min(calc(100% - 48px), 1080px);
  min-height: 500px;
  grid-template-columns: minmax(0, 44fr) minmax(0, 56fr);
  box-shadow: 0 28px 75px rgba(0, 0, 0, 0.26);
}
.strength-feature-stage .strength-feature.is-reverse {
  grid-template-columns: minmax(0, 56fr) minmax(0, 44fr);
}
.strength-feature-stage .strength-feature.is-reverse .strength-feature-image {
  order: 2;
}
.strength-feature-stage .strength-feature-copy {
  min-width: 0;
  padding: clamp(36px, 5vw, 66px);
}
.support-flow {
  overflow: hidden;
  background: linear-gradient(135deg, #111a3b, #29275d);
}
.support-flow h2 {
  margin-bottom: 42px;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.4rem);
}
.flow-grid {
  gap: 14px;
}
.flow-step {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 560px;
  padding: 22px 20px 0 !important;
  border: 0 !important;
  border-radius: 16px;
  flex-direction: column;
  overflow: visible;
  background: #f5f6f8;
  color: var(--ink);
}
.flow-step:not(:last-child)::after {
  position: absolute;
  z-index: 3;
  top: 46%;
  right: -25px;
  width: 34px;
  height: 24px;
  background: linear-gradient(90deg, #807eb2, #b2b0d4);
  clip-path: polygon(0 30%, 65% 30%, 65% 0, 100% 50%, 65% 100%, 65% 70%, 0 70%);
  content: "";
}
.flow-grid .flow-step > span {
  display: flex;
  height: 128px;
  align-items: flex-end;
  color: #7472a8;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
}
.flow-grid .flow-step > span b {
  margin-left: 4px;
  font-size: 8.5rem;
  font-weight: 400;
  line-height: 0.75;
}
.flow-step h3 {
  min-height: 3em;
  margin: 30px 0 12px;
  color: #11172f;
  font-size: 1.2rem;
}
.flow-step p {
  min-height: 7.4em;
  color: #4b4e5d !important;
  font-size: 0.88rem;
  line-height: 1.85;
}
.flow-step-visual {
  height: 190px;
  margin-top: auto;
  overflow: hidden;
  border-radius: 90px 90px 0 0;
  background: #e4e7f1;
}
.flow-step-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: multiply;
}
.consultation-cases {
  overflow: hidden;
}
.case-grid {
  align-items: start;
}
.case-grid article {
  position: relative;
  border: 1px solid rgba(30, 42, 94, 0.08);
  transition:
    border-color 0.3s ease,
    box-shadow 0.3s ease,
    transform 0.3s ease;
}
.case-grid article:nth-child(2) {
  margin-top: 48px;
}
.case-grid article::after {
  position: absolute;
  right: 24px;
  bottom: 20px;
  color: var(--blue);
  content: "→";
  font-size: 1.5rem;
  transition: transform 0.3s ease;
}
.case-grid article:hover {
  border-color: rgba(30, 42, 94, 0.45);
  box-shadow: 0 25px 55px rgba(19, 24, 51, 0.17);
  transform: translateY(-8px);
}
.case-grid article:hover::after {
  transform: translateX(6px);
}
.case-grid img {
  transition: transform 0.6s ease;
}
.case-grid article:hover img {
  transform: scale(1.045);
}
.case-grid article > div {
  padding-bottom: 58px;
}
.case-grid span {
  letter-spacing: 0.18em;
}
.plating-guide > .content-wrap {
  display: block;
}
.plating-guide-heading {
  display: grid;
  margin-bottom: 38px;
  grid-template-columns: minmax(240px, 0.65fr) minmax(0, 1.35fr);
  gap: 12px 60px;
}
.plating-guide-heading .page-eyebrow,
.plating-guide-heading h2 {
  grid-column: 1;
}
.plating-guide-heading h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.5rem);
}
.plating-guide-heading p {
  margin: 0;
  grid-column: 2;
  grid-row: 1/3;
  color: #d9dbea;
  line-height: 2;
}
.plating-process-tabs {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 24px;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 30px 75px rgba(0, 0, 0, 0.25);
}
.plating-tab-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: #e8e9f0;
}
.plating-tab-list button {
  padding: 20px;
  border: 0;
  border-right: 1px solid rgba(30, 42, 94, 0.12);
  background: transparent;
  color: #555b75;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: 0.25s ease;
}
.plating-tab-list button:last-child {
  border-right: 0;
}
.plating-tab-list button[aria-selected="true"] {
  background: linear-gradient(135deg, var(--blue), #7774ae);
  color: #fff;
}
.plating-tab-list button:focus-visible {
  position: relative;
  z-index: 2;
  outline: 3px solid #a9a7d1;
  outline-offset: -4px;
}
.plating-tab-panel {
  display: grid;
  min-height: 420px;
  grid-template-columns: 48% 52%;
  align-items: stretch;
}
.plating-tab-panel[hidden] {
  display: none;
}
.plating-tab-panel img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}
.plating-tab-panel > div {
  display: flex;
  padding: clamp(35px, 5vw, 70px);
  flex-direction: column;
  justify-content: center;
}
.plating-tab-panel span {
  color: #7774ae;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}
.plating-tab-panel h3 {
  margin: 12px 0 20px;
  color: var(--blue);
  font-size: clamp(1.55rem, 2.5vw, 2.4rem);
  line-height: 1.45;
}
.plating-tab-panel p {
  line-height: 2;
}
.plating-consultation-cta {
  display: flex;
  margin-top: 28px;
  padding: 24px 28px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 16px;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  background: rgba(255, 255, 255, 0.08);
}
.plating-consultation-cta p {
  margin: 0;
  color: #fff;
  font-size: 1.04rem;
  font-weight: 700;
  line-height: 1.8;
}
.plating-consultation-cta .button-component {
  flex: 0 0 auto;
}
.new-products-showcase .section-heading {
  grid-template-columns: 1fr;
}
.new-products-compact-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.new-products-compact-grid .content-card {
  min-width: 0;
}
.new-products-compact-grid .content-card img {
  height: 190px;
}
.new-products-compact-grid .content-card > div {
  padding: 20px;
}
.new-products-compact-grid .content-card h3 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 1.08rem;
}
.new-product-list-link {
  display: flex;
  margin-top: 38px;
  justify-content: center;
}
.recruit-link-grid {
  gap: 28px;
}
.recruit-link-grid .recruit-link-banner {
  position: relative;
  min-height: 330px;
  padding: 0;
  overflow: hidden;
  background: #141a38;
  color: #fff;
  box-shadow: 0 20px 50px rgba(15, 20, 45, 0.18);
  isolation: isolate;
}
.recruit-link-banner::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  transition: background 0.35s ease;
}
.recruit-link-banner img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.65s ease;
}
.recruit-link-banner-overlay {
  position: relative;
  z-index: 2;
  display: flex;
  width: min(82%, 430px);
  height: 100%;
  min-height: 330px;
  padding: 42px;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}
.recruit-link-banner-overlay small {
  color: #c4c1ed;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}
.recruit-link-banner-overlay strong {
  margin: 8px 0 12px;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
}
.recruit-link-banner-overlay em {
  font-style: normal;
  line-height: 1.8;
}
.recruit-link-banner-overlay b {
  display: grid;
  width: 50px;
  height: 50px;
  margin-top: 26px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  place-items: center;
  font-size: 1.35rem;
  transition:
    transform 0.3s ease,
    background 0.3s ease;
}
.recruit-link-banner:hover img,
.recruit-link-banner:focus-visible img {
  transform: scale(1.06);
}
.recruit-link-banner:hover .recruit-link-banner-overlay b,
.recruit-link-banner:focus-visible .recruit-link-banner-overlay b {
  background: #fff;
  color: var(--blue);
  transform: translateX(8px);
}
.recruit-link-banner:focus-visible {
  outline: 4px solid #8d89c5;
  outline-offset: 4px;
}
@media (prefers-reduced-motion: reduce) {
  .has-lower-page-js [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .number-grid article,
  .case-grid article,
  .case-grid img,
  .recruit-link-banner img,
  .recruit-link-banner-overlay b,
  .nav-links .page-numbers {
    transition: none;
  }
}

/* 2026-06-18 follow-up refinement */
.strengths-intro-layout {
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
}
.strengths-intro-copy h2 {
  max-width: 15em;
  font-size: clamp(1.75rem, 2.35vw, 2.65rem);
}
.strengths-intro-prose {
  margin-top: 26px;
  max-width: 720px;
}
.strengths-intro-prose p {
  line-height: 2;
}
.strength-feature-stage .strength-feature,
.strength-feature-stage .strength-feature.is-reverse {
  grid-template-columns: minmax(0, 44fr) minmax(0, 56fr);
  background: #101016;
  color: #fff;
}
.strength-feature-stage .strength-feature.is-reverse {
  grid-template-columns: minmax(0, 56fr) minmax(0, 44fr);
}
.strength-feature-stage .strength-feature-image {
  align-self: center;
  min-height: 0;
  aspect-ratio: 4/3;
}
.strength-feature-stage .strength-feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.strength-feature-stage .strength-feature-copy,
.strength-feature-stage .strength-feature-copy h2,
.strength-feature-stage
  .strength-feature.is-reverse
  .strength-feature-copy
  > span,
.strength-feature-stage .strength-feature.is-reverse h2 {
  color: #fff;
}
.strength-feature-stage .strength-feature-copy > span {
  color: var(--lavender);
}
.flow-grid {
  padding-top: 42px;
}
.flow-step {
  min-height: 530px;
  padding-top: 40px !important;
  transition:
    box-shadow 0.35s ease,
    transform 0.35s ease;
}
.flow-step:hover,
.flow-step:focus-within {
  box-shadow: 0 28px 55px rgba(0, 0, 0, 0.3);
  transform: translateY(-14px);
}
.flow-grid .flow-step > span {
  height: 120px;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.flow-grid .flow-step > span b {
  font-size: 7.4rem;
}
.flow-step h3 {
  margin-top: 36px;
  text-align: center;
}
.consultation-cases .case-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.consultation-cases .case-grid article,
.consultation-cases .case-grid article:nth-child(2) {
  margin: 0;
  padding: 0;
  border: 1px solid rgba(30, 42, 94, 0.16);
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 14px 34px rgba(20, 26, 55, 0.08);
  transform: none;
}
.consultation-cases .case-grid article::after {
  display: none;
}
.consultation-toggle {
  display: grid;
  width: 100%;
  min-height: 170px;
  padding: 28px 30px;
  border: 0;
  grid-template-columns: 1fr auto;
  gap: 10px 20px;
  align-content: center;
  background: #fff;
  color: var(--ink);
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition:
    background 0.3s ease,
    color 0.3s ease;
}
.consultation-toggle span {
  grid-column: 1;
  color: var(--blue);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}
.consultation-toggle strong {
  grid-column: 1;
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  line-height: 1.65;
}
.consultation-toggle b {
  display: grid;
  width: 46px;
  height: 46px;
  grid-column: 2;
  grid-row: 1/3;
  border: 1px solid rgba(30, 42, 94, 0.3);
  border-radius: 50%;
  align-self: center;
  place-items: center;
  color: var(--blue);
  font-size: 1.5rem;
  transition:
    transform 0.3s ease,
    background 0.3s ease,
    color 0.3s ease;
}
.consultation-toggle:hover,
.consultation-toggle:focus-visible,
.consultation-toggle[aria-expanded="true"] {
  background: linear-gradient(135deg, #182452, #34336f);
  color: #fff;
}
.consultation-toggle:hover span,
.consultation-toggle:focus-visible span,
.consultation-toggle[aria-expanded="true"] span {
  color: #c8c8ff;
}
.consultation-toggle:hover b,
.consultation-toggle:focus-visible b,
.consultation-toggle[aria-expanded="true"] b {
  background: #fff;
  color: var(--blue);
}
.consultation-toggle[aria-expanded="true"] b {
  transform: rotate(45deg);
}
.consultation-answer {
  padding: 24px 30px 30px;
  border-top: 1px solid #e2e3eb;
  background: #f7f7fa;
}
.consultation-answer[hidden] {
  display: none;
}
.consultation-answer p {
  margin-top: 0;
}
.consultation-answer ul {
  margin-bottom: 0;
  padding-left: 1.2em;
}
.consultation-contact-only {
  display: flex;
  margin-top: 46px;
  justify-content: center;
}
.consultation-contact-only .button-component {
  min-width: 280px;
  min-height: 66px;
  padding: 16px 40px;
  font-size: 1.05rem;
}
.products-intro-stack {
  display: flex;
  max-width: 920px;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.products-intro-stack > div:first-child {
  max-width: 780px;
}
.products-intro-stack h2 {
  margin: 12px 0 24px;
  color: var(--blue);
  font-size: clamp(1.8rem, 3vw, 3rem);
}
.products-intro-stack .prose {
  max-width: 760px;
}
.product-category-showcase .content-wrap {
  gap: 18px;
}
.product-category-panel {
  position: relative;
  display: block;
  height: 330px;
  border-radius: 16px;
  isolation: isolate;
}
.product-category-image {
  position: absolute;
  inset: 0;
  min-height: 0;
}
.product-category-image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(8, 12, 28, 0.08) 30%,
    rgba(8, 12, 28, 0.88)
  );
  content: "";
}
.product-category-image > span {
  z-index: 2;
  font-size: 3rem;
}
.product-category-image h2 {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 22px;
  left: 24px;
  margin: 0;
  color: #fff;
  font-size: clamp(1.3rem, 2vw, 1.8rem);
  line-height: 1.4;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.65);
}
.product-category-overlay {
  position: absolute;
  z-index: 3;
  inset: 0;
  display: flex;
  padding: 28px;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(
    135deg,
    rgba(17, 27, 67, 0.96),
    rgba(70, 65, 125, 0.94)
  );
  color: #fff;
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 0.35s ease,
    transform 0.35s ease;
}
.product-category-panel:hover .product-category-overlay,
.product-category-panel:focus-within .product-category-overlay {
  opacity: 1;
  transform: none;
}
.product-category-overlay .card-label {
  color: #d1d0ff;
}
.product-category-overlay ul {
  display: grid;
  margin: 14px 0 22px;
  padding: 0;
  gap: 5px;
  list-style: none;
}
.product-category-overlay li {
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 0.86rem;
}
.product-category-overlay .button-component {
  align-self: flex-start;
  background: #fff;
  color: var(--blue);
}
.product-category-overlay-title {
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(1.25rem, 1.8vw, 1.75rem);
  line-height: 1.45;
}
.plating-guide {
  background:
    radial-gradient(
      circle at 18% 15%,
      rgba(105, 101, 176, 0.55),
      transparent 32%
    ),
    linear-gradient(145deg, #101a42 0%, #29265e 55%, #121735 100%);
}
.plating-guide-heading {
  display: block;
  margin: 0 auto 46px;
  max-width: 860px;
  text-align: center;
}
.plating-guide-heading-inner {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.plating-guide-heading h2 {
  margin: 8px 0 18px;
}
.plating-guide-heading p {
  max-width: 760px;
  color: #e1e3f1;
  line-height: 2;
}
.plating-process-tabs {
  border-color: rgba(255, 255, 255, 0.24);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 35px 90px rgba(4, 7, 22, 0.38);
}
.plating-tab-list {
  padding: 10px;
  background: #eef0f7;
}
.plating-tab-list button {
  position: relative;
  border: 0;
  border-radius: 14px;
  font-size: 0.92rem;
}
.plating-tab-list button[aria-selected="true"] {
  box-shadow: 0 12px 28px rgba(34, 39, 92, 0.24);
}
.plating-tab-panel {
  transition:
    opacity 0.34s ease,
    transform 0.34s ease;
}
.plating-process-tabs.is-switching .plating-tab-panel:not([hidden]) {
  opacity: 0;
  transform: translateY(12px);
}
.plating-tab-panel img {
  filter: saturate(0.88) contrast(1.03);
}
.plating-consultation-cta {
  position: relative;
  margin-top: 34px;
  padding: 30px 34px;
  border: 0;
  border-left: 6px solid #7471b6;
  background: #fff;
  box-shadow: 0 24px 60px rgba(3, 6, 20, 0.28);
}
.plating-consultation-cta::before {
  position: absolute;
  top: -18px;
  left: 32px;
  padding: 7px 14px;
  border-radius: 999px;
  background: #7774ae;
  color: #fff;
  content: "TOTAL SUPPORT";
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}
.plating-consultation-cta p {
  color: #171d3d;
  font-size: 1.08rem;
}
.plating-consultation-cta .button-component {
  min-height: 56px;
  background: var(--blue);
}
.new-product-filter-nav {
  display: flex;
  margin-bottom: 40px;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.new-product-filter-nav a {
  padding: 10px 22px;
  border: 1px solid rgba(30, 42, 94, 0.22);
  border-radius: 999px;
  background: #fff;
  color: var(--blue);
  font-weight: 700;
}
.new-product-filter-nav a:hover,
.new-product-filter-nav a:focus-visible,
.new-product-filter-nav a.is-current {
  border-color: var(--blue);
  background: var(--blue);
  color: #fff;
}
.new-product-archive-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.new-product-archive-card {
  display: grid;
  min-height: 250px;
  grid-template-columns: 42% 58%;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 15px 38px rgba(20, 25, 50, 0.1);
  transition:
    box-shadow 0.3s ease,
    transform 0.3s ease;
}
.new-product-archive-card:hover {
  box-shadow: 0 24px 52px rgba(20, 25, 50, 0.17);
  transform: translateY(-6px);
}
.new-product-archive-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.new-product-archive-copy {
  display: flex;
  padding: 25px;
  min-width: 0;
  flex-direction: column;
}
.new-product-archive-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  color: #76798a;
  font-size: 0.78rem;
}
.new-product-archive-meta span {
  color: var(--blue);
}
.new-product-archive-copy h2 {
  margin: 10px 0 12px;
  font-size: 1.3rem;
  line-height: 1.45;
}
.new-product-archive-copy p {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #555968;
  font-size: 0.9rem;
}
.new-product-card-link {
  margin-top: auto;
  padding-top: 14px;
  color: var(--blue);
  font-weight: 700;
}
.company-profile-layout {
  display: grid;
  margin-top: 80px;
  grid-template-columns: minmax(0, 1.2fr) minmax(330px, 0.8fr);
  gap: 36px;
  align-items: start;
}
.company-profile-layout .company-block {
  margin-top: 0;
}
.company-access-panel {
  overflow: hidden;
  border-radius: 22px;
  background: #111a3b;
  color: #fff;
  box-shadow: 0 22px 55px rgba(19, 24, 50, 0.18);
}
.company-access-panel > div {
  padding: 34px;
}
.company-access-panel h2 {
  margin: 7px 0 18px;
  font-size: 2rem;
}
.company-access-address {
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.8;
}
.company-access-panel img {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.company-history-narrow {
  width: min(100%, 850px);
  margin-right: auto;
  margin-left: auto;
}
.recruit-collage {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(40px, 7vw, 90px);
}
.recruit-collage-images {
  position: relative;
  min-height: 540px;
}
.recruit-collage-images img {
  position: absolute;
  width: 78%;
  height: 70%;
  border-radius: 22px;
  object-fit: cover;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}
.recruit-collage-images img:first-child {
  top: 0;
  left: 0;
}
.recruit-collage-images img:last-child {
  right: 0;
  bottom: 0;
  width: 62%;
  height: 54%;
  border: 7px solid #0a0a0f;
}
.recruit-collage-copy {
  padding: 0 !important;
}
.recruit-collage-copy h2 {
  font-size: clamp(1.9rem, 3vw, 3rem);
}
.recruit-role-list article {
  grid-template-columns: 1fr 1fr;
}
.recruit-role-list article:nth-child(even) {
  grid-template-columns: 1fr 1fr;
}
.selection-flow {
  background: #f4f2ee;
  color: #343b3f;
}
.selection-flow-layout {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 50px;
}
.selection-flow-label {
  display: flex;
  border-right: 1px solid #d8d5ce;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.selection-flow-label span {
  color: #7774ae;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}
.selection-flow-label strong {
  margin-top: 24px;
  color: #343b3f;
  font-size: 1.45rem;
  line-height: 1.7;
  writing-mode: vertical-rl;
}
.selection-flow-main {
  text-align: center;
}
.selection-flow-main h2 {
  margin: 8px 0 45px;
  color: #343b3f;
  font-size: clamp(2rem, 3.2vw, 3.1rem);
}
.selection-flow .team-flow-line {
  align-items: start;
  gap: 46px;
}
.selection-flow-step {
  position: relative;
  padding: 0 !important;
  border: 0 !important;
  text-align: center;
}
.selection-flow-step:not(:last-child)::after {
  position: absolute;
  top: 105px;
  right: -34px;
  color: #666b70;
  content: "→";
  font-size: 1.8rem;
}
.selection-flow-step > span {
  display: grid;
  width: min(100%, 210px);
  aspect-ratio: 1;
  margin: 0 auto 25px;
  border-radius: 50%;
  place-items: center;
  background: #ccd1e0;
  color: #4d65a0;
  font-size: 2.1rem;
}
.selection-flow-step strong {
  color: #343b3f;
  font-size: 1.05rem;
}
.selection-flow-step p {
  color: #555b5f;
  font-size: 0.86rem;
  line-height: 1.8;
}
.recruit-link-banner-overlay,
.recruit-link-banner-overlay strong,
.recruit-link-banner-overlay em {
  color: #fff !important;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.9);
}
.recruit-link-banner-overlay b {
  position: absolute;
  right: 30px;
  bottom: 28px;
  margin: 0;
}
.recruit-link-banner:hover::after,
.recruit-link-banner:focus-visible::after {
  background: rgba(5, 8, 24, 0.82);
}
.recruit-link-banner:hover .recruit-link-banner-overlay small,
.recruit-link-banner:focus-visible .recruit-link-banner-overlay small {
  color: #d6d4ff;
}
.recruit-link-banner:hover .recruit-link-banner-overlay strong,
.recruit-link-banner:focus-visible .recruit-link-banner-overlay strong {
  color: #fff !important;
}
@media (prefers-reduced-motion: reduce) {
  .flow-step,
  .product-category-overlay,
  .plating-tab-panel,
  .new-product-archive-card {
    transition: none;
  }
}

/* eyebrow-overlap-title / recruit banner alignment */
.recruit-link-banner-overlay {
  width: 100%;
  max-width: none;
  align-items: end;
  justify-content: space-between;
  gap: clamp(28px, 5vw, 72px);
  flex-direction: row;
}
.recruit-link-banner-text {
  display: flex;
  min-width: 0;
  max-width: 430px;
  flex-direction: column;
}
.recruit-link-banner-text strong {
  margin: 8px 0 12px;
}
.recruit-link-banner-overlay b {
  position: static;
  right: auto;
  bottom: auto;
  flex: 0 0 54px;
  margin-left: auto;
}
.lower-main .page-eyebrow {
  position: relative;
  z-index: 0;
  display: block;
  margin: 0 0 -24px;
  color: rgba(67, 69, 127, 0.15);
  font-size: clamp(2.8rem, 6vw, 6.2rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 0.9;
  white-space: nowrap;
  pointer-events: none;
}
.lower-main .page-eyebrow + h1,
.lower-main .page-eyebrow + h2 {
  position: relative;
  z-index: 1;
}
.page-hero .page-eyebrow {
  margin-bottom: -30px;
  color: rgba(111, 108, 175, 0.16);
}
.strength-numbers .page-eyebrow,
.selection-flow .page-eyebrow {
  color: rgba(67, 69, 127, 0.13);
}
.support-flow .page-eyebrow,
.plating-guide .page-eyebrow,
.recruit-visual-intro .page-eyebrow {
  color: rgba(255, 255, 255, 0.12);
}

/* product-overlay-half-panel / plating-industrial-frame */
.product-category-overlay {
  right: 0;
  left: auto;
  width: 50%;
  border-left: 1px solid rgba(255, 255, 255, 0.28);
  background: linear-gradient(145deg, rgba(16, 26, 65, 0.97), rgba(61, 57, 115, 0.96));
  box-shadow: -22px 0 48px rgba(5, 8, 25, 0.2);
  transform: translateX(32px);
}
.product-category-panel:hover .product-category-overlay,
.product-category-panel:focus-within .product-category-overlay {
  transform: translateX(0);
}
.plating-process-tabs {
  position: relative;
  border: 1px solid rgba(173, 178, 218, 0.42);
  border-radius: 0;
  background: #f9f9fc;
  box-shadow: 18px 22px 0 rgba(8, 13, 36, 0.24);
}
.plating-process-tabs::before {
  position: absolute;
  z-index: 4;
  top: -1px;
  right: -1px;
  left: -1px;
  height: 4px;
  background: linear-gradient(90deg, #8e8bc7, #4f5d9e 52%, #98a2d2);
  content: "";
}
.plating-tab-list {
  padding: 0;
  border-bottom: 1px solid #cfd2e2;
  background: #151d43;
}
.plating-tab-list button {
  position: relative;
  padding: 24px 18px;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.65);
  letter-spacing: 0.04em;
}
.plating-tab-list button:last-child {
  border-right: 0;
}
.plating-tab-list button::after {
  position: absolute;
  right: 18px;
  bottom: -1px;
  left: 18px;
  height: 3px;
  background: #aaa7df;
  content: "";
  opacity: 0;
  transform: scaleX(0.35);
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.plating-tab-list button[aria-selected="true"] {
  background: rgba(255, 255, 255, 0.04);
  box-shadow: none;
  color: #fff;
}
.plating-tab-list button[aria-selected="true"]::after {
  opacity: 1;
  transform: scaleX(1);
}
.plating-tab-panel {
  background: #f9f9fc;
}
.plating-tab-panel img {
  border-right: 1px solid #d4d6e2;
}
.plating-tab-panel > div {
  position: relative;
}
.plating-tab-panel > div::before {
  position: absolute;
  top: 34px;
  left: 0;
  width: 34px;
  height: 1px;
  background: #7774ae;
  content: "";
}

/* unified-section-eyebrow / company alignment / lower CTA removal */
.lower-main .card-label,
.lower-main .section-heading > span {
  position: relative;
  z-index: 0;
  display: block;
  margin: 0 0 -20px;
  color: rgba(67, 69, 127, 0.14);
  font-size: clamp(2.5rem, 5vw, 5.6rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 0.9;
  text-transform: uppercase;
  white-space: nowrap;
  pointer-events: none;
}
.lower-main .card-label + h2,
.lower-main .card-label + h3,
.lower-main .section-heading > span + h2 {
  position: relative;
  z-index: 1;
}
.content-card .card-label,
.new-product-feature .card-label,
.product-category-overlay .card-label,
.new-product-detail-grid .card-label {
  margin-bottom: -8px;
  font-size: clamp(1.35rem, 2.3vw, 2.4rem);
  white-space: normal;
}
.product-category-overlay .card-label,
.company-access-panel .card-label {
  color: rgba(255, 255, 255, 0.16);
}
.section-heading {
  position: relative;
}
.section-heading > span {
  grid-column: 1 / -1;
}
.section-heading > h2 {
  grid-column: 1;
}
.article-layout {
  grid-template-columns: 1fr;
}
.company-profile-layout {
  align-items: center;
}
.company-profile-layout > .company-block {
  align-self: end;
}
.company-block > .page-eyebrow + h2,
.company-block > h2 {
  margin-top: 0;
  margin-bottom: 34px;
}
.company-access-panel h2,
.company-access-panel .card-label + h2 {
  color: #fff;
}
.company-access-panel .button-component {
  margin-top: 24px;
}
.company-history-narrow {
  margin-top: 100px;
}

/* shared section titles and archive filters */
.section-title {
  position: relative;
  display: flex;
  margin-bottom: clamp(36px, 5vw, 58px);
  flex-direction: column;
}
.section-title--center {
  align-items: center;
  text-align: center;
}
.section-title--left {
  align-items: flex-start;
  text-align: left;
}
.section-title--left .section-title__en {
  margin-bottom: -24px;
}
.section-title__en {
  position: relative;
  z-index: 0;
  display: block;
  margin-bottom: -24px;
  color: rgba(67, 69, 127, 0.14);
  font-size: clamp(2.8rem, 6vw, 6rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 0.9;
  text-transform: uppercase;
  max-width: 100%;
  white-space: nowrap;
  pointer-events: none;
}
.section-title__en--long {
  font-size: clamp(2rem, 4.3vw, 4.7rem);
  letter-spacing: -0.01em;
}
.section-title__ja {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--blue);
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.3;
}
.section-title--compact {
  margin-bottom: 28px;
}
.section-title--compact .section-title__en {
  margin-bottom: -24px;
  font-size: clamp(2.2rem, 4.2vw, 4.5rem);
}
.section-title--compact .section-title__en--long {
  font-size: clamp(1.75rem, 3.55vw, 3.8rem);
}
.section-title--compact .section-title__ja {
  font-size: clamp(1.75rem, 3vw, 2.8rem);
}
.section-title.is-light .section-title__en,
.plating-guide .section-title__en {
  color: rgba(255, 255, 255, 0.13);
}
.section-title.is-light .section-title__ja,
.plating-guide .section-title__ja {
  color: #fff;
}
.plating-guide-heading .section-title {
  margin-bottom: 0;
}

/* Simple product and new-product detail pages */
.catalog-detail-section {
  background:
    radial-gradient(circle at 88% 8%, rgba(111, 108, 175, 0.1), transparent 28%),
    #f4f4f7;
}
.product-simple-layout,
.new-product-simple-layout {
  display: grid;
  grid-template-columns: minmax(340px, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(36px, 6vw, 80px);
  align-items: center;
}
.catalog-detail-image {
  position: relative;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border-radius: 22px;
  background: #e6e7ed;
  box-shadow: 0 24px 58px rgba(18, 22, 48, 0.14);
}
.catalog-detail-image::after {
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 15px;
  content: "";
  pointer-events: none;
}
.catalog-detail-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.catalog-detail-summary {
  min-width: 0;
  padding: 8px 0;
}
.catalog-detail-category {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(111, 108, 175, 0.12);
  color: #56539a;
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.catalog-detail-summary > h1 {
  margin: 0 0 30px;
  color: var(--blue);
  font-size: clamp(2rem, 3.6vw, 3.7rem);
  line-height: 1.3;
}
.catalog-summary-copy {
  margin-bottom: 28px;
  line-height: 2;
}
.catalog-block-content,
.catalog-detail-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
.catalog-detail-cards > section {
  min-width: 0;
  padding: 24px;
  border: 1px solid #dcdde6;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.88);
}
.catalog-detail-cards h2 {
  display: flex;
  margin: 0 0 12px;
  align-items: center;
  color: var(--blue);
  font-size: 1.05rem;
  line-height: 1.45;
}
.catalog-detail-cards h2::before {
  width: 4px;
  height: 1.15em;
  margin-right: 10px;
  background: linear-gradient(180deg, #56539a, #b9b7f2);
  content: "";
}
.catalog-detail-cards p {
  margin: 0;
  color: #525460;
  font-size: 0.94rem;
  line-height: 1.85;
}
.catalog-block-content {
  margin-bottom: 28px;
  line-height: 2;
}
.catalog-block-content > :first-child {
  margin-top: 0;
}
.catalog-block-content > :last-child {
  margin-bottom: 0;
}
.catalog-detail-cards {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.catalog-detail-summary .button-row {
  margin-top: 30px;
}

@media (max-width: 900px) {
  .product-simple-layout,
  .new-product-simple-layout {
    grid-template-columns: 1fr;
  }
  .catalog-detail-image {
    top: auto;
    width: min(100%, 720px);
  }
}
@media (max-width: 767px) {
  .product-simple-layout,
  .new-product-simple-layout {
    width: min(calc(100% - 32px), var(--max));
    gap: 30px;
  }
  .catalog-detail-image {
    border-radius: 16px;
  }
  .catalog-block-content,
  .catalog-detail-cards {
    grid-template-columns: 1fr;
  }
  .catalog-block-content > .catalog-editor-summary {
    grid-column: auto;
  }
  .catalog-block-content > .catalog-editor-section,
  .catalog-detail-cards > section {
    padding: 20px;
  }
}

/* Final staff sticky and work-scene slider overrides */
.staff-profile-page {
  overflow: visible;
}
.staff-profile-content,
.staff-character-layout {
  overflow: visible;
}
@media (min-width: 901px) {
  .staff-character-visual {
    position: sticky;
    top: 30px;
    height: min(calc(100vh - 60px), 760px);
    min-height: 560px;
  }
}
.staff-work-slider {
  position: relative;
  display: block !important;
  width: min(100%, 760px);
  max-width: 760px;
  height: auto;
  aspect-ratio: 4 / 3;
  margin-inline: auto;
  overflow: hidden;
  border-radius: 20px;
  background: #dfe1e8;
}
.staff-work-slider > .staff-work-slider__slide {
  position: absolute !important;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  border: 0;
  border-radius: 20px;
  opacity: 0;
  transform: scale(1.025);
  transition:
    opacity 0.7s ease,
    transform 1.1s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}
.staff-work-slider > .staff-work-slider__slide.is-active {
  z-index: 1;
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}
.staff-work-slider > .staff-work-slider__slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.staff-work-slider__controls {
  display: flex;
  width: fit-content;
  margin: 18px 0 0 auto;
  gap: 14px;
  align-items: center;
}
.staff-work-slider__controls button {
  display: grid;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid #7774b9;
  border-radius: 50%;
  place-items: center;
  background: #fff;
  color: #56539a;
  cursor: pointer;
  transition:
    background 0.25s ease,
    color 0.25s ease,
    transform 0.25s ease;
}
.staff-work-slider__controls button:hover,
.staff-work-slider__controls button:focus-visible {
  background: #56539a;
  color: #fff;
  outline: none;
  transform: translateY(-2px);
}
.staff-work-slider__counter {
  min-width: 62px;
  color: #56539a;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: center;
}
@media (max-width: 767px) {
  .staff-work-slider {
    height: 230px;
    border-radius: 14px;
  }
  .staff-work-slider > .staff-work-slider__slide {
    border-radius: 14px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .staff-work-slider > .staff-work-slider__slide {
    transform: none;
    transition: none;
  }
}

/* Staff readability, sticky visual and fixed gallery sizing */
.staff-character-info {
  color: #252531;
}
.staff-character-info p,
.staff-character-info dd,
.staff-character-questions .staff-editor-interview p,
.staff-character-questions .staff-interview-section__answer,
.staff-character-questions .staff-interview-section__answer p {
  color: #454753;
  opacity: 1;
}
.staff-character-info h1,
.staff-character-info h2,
.staff-character-questions h2,
.staff-character-questions .staff-profile-section-label h2 {
  color: #191970 !important;
  opacity: 1;
  text-shadow: none;
}
.staff-character-info .staff-profile-hero__eyebrow,
.staff-character-info .staff-profile-hero__name-en,
.staff-character-info dt,
.staff-character-profile h2,
.staff-character-questions h2::before,
.staff-character-questions .staff-profile-section-label > span {
  color: #56539a !important;
  opacity: 1;
}
.staff-character-visual {
  width: 100%;
  height: min(calc(100vh - 60px), 760px);
  min-height: 560px;
  align-self: start;
}
.staff-character-gallery .staff-editor-gallery figure,
.staff-photo-gallery figure {
  height: 280px;
  aspect-ratio: auto;
}
.staff-character-gallery .staff-editor-gallery img,
.staff-photo-gallery img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
}

@media (max-width: 900px) {
  .staff-character-visual {
    height: 620px;
    min-height: 620px;
  }
}

@media (max-width: 767px) {
  .staff-character-visual {
    height: 470px;
    min-height: 470px;
  }
  .staff-character-gallery .staff-editor-gallery figure,
  .staff-photo-gallery figure {
    height: 230px;
  }
}

/* Staff character-style profile */
.staff-profile-page > .page-hero {
  min-height: auto;
}
.staff-profile-content {
  padding: clamp(56px, 7vw, 92px) 0 0;
  background:
    linear-gradient(90deg, rgba(111, 108, 175, 0.055) 1px, transparent 1px) 0 0 / 72px 72px,
    #f4f4f7;
}
.staff-character-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  gap: clamp(34px, 6vw, 86px);
  align-items: start;
}
.staff-character-info {
  min-width: 0;
  padding: 18px 0 40px;
}
.staff-character-info .staff-profile-hero__catch {
  max-width: 18em;
  margin: 18px 0 22px;
  color: #252531;
  font-size: clamp(1.35rem, 2.2vw, 2.25rem);
  line-height: 1.5;
}
.staff-character-name {
  margin: 0;
  color: var(--blue);
  font-size: clamp(2.4rem, 1vw, 3.8rem);
  letter-spacing: 0.04em;
  line-height: 1.08;
}
.staff-character-info .staff-profile-hero__name-en {
  margin-top: 10px;
}
.staff-character-info .staff-profile-hero__meta {
  margin-top: 26px;
  padding: 18px 0;
  border-top: 1px solid #d8d9e2;
  border-bottom: 1px solid #d8d9e2;
}
.staff-character-profile {
  margin-top: 34px;
}
.staff-character-profile h2 {
  margin: 0 0 14px;
  color: #7774b9;
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.staff-character-profile p {
  margin: 0;
  color: #555763;
  line-height: 2;
}
.staff-character-questions {
  margin-top: 42px;
  border-top: 2px solid var(--blue);
}
.staff-character-questions > .staff-editor-interview,
.staff-character-questions > .staff-interview-section {
  border: 0;
  border-bottom: 1px solid #d8d9e2;
  border-radius: 0;
  background: transparent;
  color: #252531;
}
.staff-character-questions .staff-editor-interview__inner,
.staff-character-questions .staff-interview-section__inner {
  display: block;
  width: auto;
  min-height: 0;
  padding: 25px 0 27px;
}
.staff-character-questions .staff-editor-interview__inner::after,
.staff-character-questions .staff-interview-section__number {
  display: none;
}
.staff-character-questions h2,
.staff-character-questions .staff-profile-section-label h2 {
  margin: 0;
  color: var(--blue) !important;
  font-size: clamp(1.1rem, 1.55vw, 1.35rem);
  line-height: 1.5;
}
.staff-character-questions h2::before,
.staff-character-questions .staff-profile-section-label > span {
  display: block;
  margin-bottom: 6px;
  color: #7774b9 !important;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.staff-character-questions .staff-editor-interview p,
.staff-character-questions .staff-interview-section__answer {
  margin: 12px 0 0;
  color: #555763;
  font-size: 0.96rem;
  line-height: 1.9;
}
.staff-character-questions .staff-interview-section__answer p {
  margin: 0;
}
.staff-character-visual {
  position: sticky;
  top: 30px;
  min-height: min(74vh, 760px);
  margin: 0;
  overflow: hidden;
  border-radius: 26px 26px 110px 26px;
  background: #e5e6ec;
  box-shadow: 0 28px 70px rgba(18, 22, 48, 0.17);
}
.staff-character-visual .staff-profile-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.staff-character-visual > span {
  position: absolute;
  right: 22px;
  bottom: 22px;
  z-index: 1;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(2.1rem, 4.4vw, 4.8rem);
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 0.88;
  text-align: right;
  text-shadow: 0 3px 20px rgba(0, 0, 0, 0.22);
}
.staff-character-gallery {
  margin-top: clamp(54px, 7vw, 90px);
}
.staff-character-gallery > .staff-editor-photos {
  width: auto;
  margin: 0;
  padding: 0;
}
.staff-character-gallery > .staff-editor-photos > h2 {
  margin: 0 0 24px;
  color: var(--blue);
  font-size: clamp(1.55rem, 2.5vw, 2.5rem);
}
.staff-character-gallery > .staff-editor-photos > p {
  display: none;
}
.staff-character-gallery .staff-editor-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 26px);
}
.staff-character-gallery .staff-editor-gallery figure {
  width: 100% !important;
  margin: 0 !important;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border-radius: 18px;
  background: #e2e3e9;
}
.staff-character-gallery .staff-editor-gallery img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.staff-character-gallery .staff-editor-gallery:has(> figure:nth-child(2):last-child) {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.staff-profile-page .staff-profile-navigation {
  margin-top: 34px;
}

/* Aikiss-inspired decorative treatment, adapted to Toyama colors */
.staff-character-info {
  position: relative;
}
.staff-character-info::before {
  position: absolute;
  top: 18px;
  left: -34px;
  color: rgba(111, 108, 175, 0.34);
  content: "TOYAMA STAFF";
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  transform: rotate(180deg);
  writing-mode: vertical-rl;
}
.staff-character-info .staff-profile-hero__eyebrow {
  display: flex;
  align-items: center;
}
.staff-character-info .staff-profile-hero__eyebrow::after {
  width: min(160px, 34%);
  height: 1px;
  margin-left: 18px;
  background: linear-gradient(90deg, #6f6caf, rgba(185, 183, 242, 0));
  content: "";
}
.staff-character-info .staff-profile-hero__catch {
  position: relative;
  padding-left: 18px;
}
.staff-character-info .staff-profile-hero__catch::before {
  position: absolute;
  top: 0.15em;
  bottom: 0.15em;
  left: 0;
  width: 5px;
  background: linear-gradient(180deg, #56539a, #b9b7f2);
  content: "";
  transform: skewY(-18deg);
}
.staff-character-name {
  position: relative;
  display: inline-block;
}
.staff-character-name::after {
  position: absolute;
  right: -24px;
  bottom: 0.08em;
  width: 42px;
  height: 10px;
  border-right: 2px solid #7774b9;
  border-bottom: 2px solid #7774b9;
  content: "";
  transform: skewX(-32deg);
}
.staff-character-profile h2 {
  display: flex;
  align-items: center;
}
.staff-character-profile h2::after {
  height: 1px;
  margin-left: 18px;
  flex: 1;
  background: linear-gradient(90deg, #6f6caf 18%, #b9b7f2 62%, transparent);
  content: "";
}
.staff-character-questions {
  position: relative;
  padding-top: 44px;
  border-top: 0;
}
.staff-character-questions::before {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  align-items: center;
  color: #6f6caf;
  content: "INTERVIEW / QUESTION";
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}
.staff-character-questions::after {
  position: absolute;
  top: 8px;
  right: 0;
  left: 190px;
  height: 1px;
  background: linear-gradient(90deg, #6f6caf 20%, #b9b7f2 74%, transparent);
  content: "";
}
.staff-character-questions h2,
.staff-character-questions .staff-profile-section-label h2 {
  position: relative;
  padding-left: 18px;
}
.staff-character-questions h2::before,
.staff-character-questions .staff-profile-section-label > span {
  width: auto;
}
.staff-character-questions h2::after,
.staff-character-questions .staff-profile-section-label h2::before {
  position: absolute;
  top: 0.18em;
  bottom: 0.18em;
  left: 0;
  width: 4px;
  margin: 0;
  background: linear-gradient(180deg, #56539a, #b9b7f2);
  content: "";
}
.staff-character-visual {
  overflow: visible;
  isolation: isolate;
  box-shadow: none;
}
.staff-character-visual::before {
  position: absolute;
  z-index: -2;
  top: 16%;
  right: clamp(-70px, -5vw, -28px);
  width: 88%;
  height: 86%;
  background: linear-gradient(145deg, #3c397b 0%, #7774b9 55%, #c5c3ff 100%);
  content: "";
  clip-path: polygon(12% 0, 100% 0, 88% 100%, 0 91%);
}
.staff-character-visual::after {
  position: absolute;
  z-index: 2;
  inset: 18px -18px -18px 18px;
  border: 1px solid rgba(111, 108, 175, 0.62);
  border-radius: 22px 22px 104px 22px;
  content: "";
  pointer-events: none;
}
.staff-character-visual .staff-profile-hero__image {
  z-index: 1;
  border-radius: 26px 26px 110px 26px;
  clip-path: polygon(0 0, 100% 0, 100% 92%, 87% 100%, 0 100%);
}
.staff-character-visual > span {
  z-index: 3;
  right: 12px;
  bottom: 34px;
  color: rgba(255, 255, 255, 0.84);
  font-style: italic;
}
.staff-character-gallery {
  position: relative;
  padding-top: 34px;
}
.staff-character-gallery::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #6f6caf;
  content: "POINT / WORK SCENE";
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}
.staff-character-gallery::after {
  position: absolute;
  top: 8px;
  right: 0;
  left: 178px;
  height: 1px;
  background: linear-gradient(90deg, #6f6caf, #b9b7f2 70%, transparent);
  content: "";
}
.staff-character-gallery .staff-editor-gallery figure {
  position: relative;
  border: 1px solid transparent;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, #56539a, #c5c3ff) border-box;
  transition:
    opacity 0.35s ease,
    transform 0.35s ease;
}
.staff-character-gallery .staff-editor-gallery figure:hover {
  opacity: 0.88;
  transform: translateY(-5px);
}
.staff-profile-page .staff-profile-navigation > span a {
  display: inline-flex;
  align-items: center;
  transition:
    color 0.3s ease,
    transform 0.3s ease;
}
.staff-profile-page .staff-profile-navigation > span:first-child a:hover {
  color: #7774b9;
  transform: translateX(-6px);
}
.staff-profile-page .staff-profile-navigation > span:last-child a:hover {
  color: #7774b9;
  transform: translateX(6px);
}

@media (max-width: 900px) {
  .staff-character-layout {
    grid-template-columns: 1fr;
  }
  .staff-character-visual {
    position: relative;
    top: auto;
    min-height: 620px;
    grid-row: 1;
  }
  .staff-character-info {
    grid-row: 2;
  }
}

@media (max-width: 767px) {
  .staff-profile-content {
    padding-top: 38px;
  }
  .staff-character-layout {
    width: min(calc(100% - 32px), var(--max));
    gap: 32px;
  }
  .staff-character-visual {
    min-height: 470px;
    border-radius: 18px 18px 70px 18px;
  }
  .staff-character-visual::before {
    top: 12%;
    right: -16px;
    width: 86%;
    height: 92%;
  }
  .staff-character-visual::after {
    inset: 10px -8px -10px 10px;
    border-radius: 16px 16px 66px 16px;
  }
  .staff-character-visual .staff-profile-hero__image {
    border-radius: 18px 18px 70px 18px;
  }
  .staff-character-info {
    padding-top: 0;
  }
  .staff-character-info::before {
    display: none;
  }
  .staff-character-name {
    font-size: clamp(1.7rem, 7vw, 2rem);
  }
  .staff-character-gallery {
    width: min(calc(100% - 32px), var(--max));
  }
  .staff-character-gallery .staff-editor-gallery {
    grid-template-columns: 1fr;
  }
}

/* Staff profile detail */
.staff-profile-page {
  overflow: hidden;
  background: #f4f4f7;
}
.staff-profile-hero {
  position: relative;
  min-height: clamp(680px, 84vh, 900px);
  overflow: hidden;
  background: #11121a;
  color: #fff;
}
.staff-profile-hero__image,
.staff-profile-hero__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.staff-profile-hero__image {
  object-fit: cover;
  object-position: center;
}
.staff-profile-hero__shade {
  background:
    linear-gradient(90deg, rgba(7, 9, 22, 0.9) 0%, rgba(12, 15, 34, 0.56) 40%, rgba(12, 15, 34, 0.08) 72%),
    linear-gradient(0deg, rgba(7, 9, 22, 0.62) 0%, transparent 50%);
}
.staff-profile-hero__inner {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: clamp(680px, 84vh, 900px);
  padding-top: 46px;
  padding-bottom: clamp(68px, 9vh, 110px);
  flex-direction: column;
  justify-content: space-between;
}
.staff-profile-hero__breadcrumb .breadcrumb {
  margin-top: 0;
}
.staff-profile-hero__breadcrumb .breadcrumb a,
.staff-profile-hero__breadcrumb .breadcrumb li {
  color: rgba(255, 255, 255, 0.82);
}
.staff-profile-hero__copy {
  width: min(100%, 630px);
}
.staff-profile-hero__eyebrow,
.staff-profile-hero__name-en {
  display: block;
  color: #c5c3ff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.staff-profile-hero__catch {
  max-width: 15em;
  margin: 18px 0 24px;
  font-size: clamp(1.5rem, 3.1vw, 3.25rem);
  font-weight: 700;
  line-height: 1.45;
  text-wrap: balance;
}
.staff-profile-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(3rem, 7vw, 7.4rem);
  letter-spacing: 0.04em;
  line-height: 1.05;
  text-shadow: 0 6px 36px rgba(0, 0, 0, 0.28);
}
.staff-profile-hero__name-en {
  margin-top: 14px;
}
.staff-profile-hero__meta {
  display: flex;
  margin: 34px 0 0;
  gap: 10px 38px;
  flex-wrap: wrap;
}
.staff-profile-hero__meta div {
  display: grid;
  grid-template-columns: auto auto;
  gap: 12px;
  align-items: baseline;
}
.staff-profile-hero__meta dt {
  color: #c5c3ff;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.staff-profile-hero__meta dd {
  margin: 0;
  font-weight: 700;
}
.staff-profile-hero__index {
  position: absolute;
  right: -0.04em;
  bottom: -0.18em;
  z-index: 1;
  color: rgba(255, 255, 255, 0.1);
  font-size: clamp(12rem, 28vw, 28rem);
  font-weight: 700;
  line-height: 0.8;
  pointer-events: none;
}
.staff-profile-content {
  background:
    radial-gradient(circle at 12% 12%, rgba(111, 108, 175, 0.1), transparent 28%),
    #f4f4f7;
}
.staff-profile-intro {
  display: grid;
  padding-top: clamp(90px, 11vw, 150px);
  padding-bottom: clamp(70px, 9vw, 120px);
  grid-template-columns: minmax(220px, 0.65fr) minmax(0, 1.35fr);
  gap: clamp(40px, 8vw, 120px);
  align-items: start;
}
.staff-profile-section-label > span {
  display: block;
  margin-bottom: 14px;
  color: #7774b9;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.staff-profile-section-label h2 {
  margin: 0;
  color: var(--blue);
  font-size: clamp(1.75rem, 3.4vw, 3.25rem);
  line-height: 1.35;
}
.staff-profile-intro__body {
  font-size: clamp(1rem, 1.25vw, 1.1rem);
  line-height: 2.1;
}
.staff-profile-intro__body > :first-child,
.staff-interview-section__answer > :first-child {
  margin-top: 0;
}
.staff-profile-intro__body > :last-child,
.staff-interview-section__answer > :last-child {
  margin-bottom: 0;
}
.staff-photo-gallery {
  display: grid;
  padding-bottom: clamp(90px, 11vw, 150px);
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 28px);
}
.staff-photo-gallery figure {
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  background: #e2e3e9;
  box-shadow: 0 24px 60px rgba(18, 22, 48, 0.13);
}
.staff-photo-gallery img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}
.staff-photo-gallery--1 figure {
  grid-column: 2 / 12;
  aspect-ratio: 16 / 8;
}
.staff-photo-gallery--2 figure {
  grid-column: span 6;
  aspect-ratio: 4 / 3;
}
.staff-photo-gallery--3 figure {
  grid-column: span 4;
  aspect-ratio: 3 / 4;
}
.staff-photo-gallery--3 figure:nth-child(2) {
  transform: translateY(42px);
}
.staff-interview-list {
  background: #fff;
}
.staff-interview-section {
  position: relative;
  overflow: hidden;
  border-top: 1px solid #dedfe6;
}
.staff-interview-section.is-reverse {
  background: #171927;
  color: #fff;
}
.staff-interview-section__inner {
  position: relative;
  display: grid;
  min-height: 430px;
  padding-top: clamp(72px, 9vw, 120px);
  padding-bottom: clamp(72px, 9vw, 120px);
  grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(42px, 8vw, 120px);
  align-items: center;
}
.staff-interview-section__number {
  position: absolute;
  top: 0.08em;
  right: 0;
  color: rgba(67, 69, 127, 0.07);
  font-size: clamp(8rem, 18vw, 18rem);
  font-weight: 700;
  line-height: 1;
}
.staff-interview-section.is-reverse .staff-interview-section__number {
  color: rgba(255, 255, 255, 0.055);
}
.staff-interview-section.is-reverse .staff-profile-section-label h2 {
  color: #fff;
}
.staff-interview-section.is-reverse .staff-profile-section-label > span {
  color: #b9b7f2;
}
.staff-interview-section__answer {
  position: relative;
  z-index: 1;
  font-size: clamp(1rem, 1.35vw, 1.15rem);
  line-height: 2.15;
}
.staff-profile-navigation {
  display: grid;
  padding-top: 64px;
  padding-bottom: 84px;
  grid-template-columns: 1fr auto 1fr;
  gap: 24px;
  align-items: center;
}
.staff-profile-navigation > span:last-child {
  text-align: right;
}
.staff-profile-navigation > span a {
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}
.staff-block-content > .staff-editor-section {
  width: min(calc(100% - 48px), var(--max));
  margin-inline: auto;
  padding-top: clamp(82px, 10vw, 140px);
  padding-bottom: clamp(72px, 9vw, 120px);
}
.staff-block-content > .staff-editor-hero-fields {
  display: none;
}
.staff-block-content > .staff-editor-section > h2 {
  margin: 0 0 36px;
  color: var(--blue);
  font-size: clamp(1.8rem, 3.4vw, 3.25rem);
  line-height: 1.35;
}
.staff-block-content > .staff-editor-profile {
  display: grid;
  grid-template-columns: minmax(220px, 0.65fr) minmax(0, 1.35fr);
  gap: clamp(40px, 8vw, 120px);
  align-items: start;
}
.staff-block-content > .staff-editor-profile > h2 {
  margin: 0;
}
.staff-block-content > .staff-editor-profile > :not(h2) {
  margin-top: 0;
  font-size: clamp(1rem, 1.25vw, 1.1rem);
  line-height: 2.1;
}
.staff-block-content > .staff-editor-photos {
  padding-top: 0;
}
.staff-block-content > .staff-editor-photos > p {
  display: none;
}
.staff-block-content > .staff-editor-photos:not(:has(img)) {
  display: none;
}
.staff-block-content .staff-editor-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 28px);
}
.staff-block-content .staff-editor-gallery:empty {
  display: none;
}
.staff-block-content .staff-editor-gallery figure {
  width: 100% !important;
  margin: 0 !important;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  border-radius: 24px;
  background: #e2e3e9;
  box-shadow: 0 24px 60px rgba(18, 22, 48, 0.13);
}
.staff-block-content .staff-editor-gallery:has(> figure:nth-child(2):last-child) {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.staff-block-content .staff-editor-gallery figure:only-child {
  grid-column: 1 / -1;
  aspect-ratio: 16 / 8;
}
.staff-block-content .staff-editor-gallery img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.staff-block-content > .staff-editor-interview {
  position: relative;
  overflow: hidden;
  border-top: 1px solid #dedfe6;
  background: #fff;
}
.staff-block-content > .staff-editor-interview--reward,
.staff-block-content > .staff-editor-interview--schedule {
  background: #171927;
  color: #fff;
}
.staff-block-content .staff-editor-interview__inner {
  position: relative;
  display: grid;
  width: min(calc(100% - 48px), var(--max));
  min-height: 430px;
  margin-inline: auto;
  padding-top: clamp(72px, 9vw, 120px);
  padding-bottom: clamp(72px, 9vw, 120px);
  grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(42px, 8vw, 120px);
  align-items: center;
}
.staff-block-content .staff-editor-interview__inner::after {
  position: absolute;
  top: 0.08em;
  right: 0;
  color: rgba(67, 69, 127, 0.07);
  content: "01";
  font-size: clamp(8rem, 18vw, 18rem);
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
}
.staff-block-content .staff-editor-interview--reward .staff-editor-interview__inner::after {
  content: "02";
}
.staff-block-content .staff-editor-interview--reason .staff-editor-interview__inner::after {
  content: "03";
}
.staff-block-content .staff-editor-interview--schedule .staff-editor-interview__inner::after {
  content: "04";
}
.staff-block-content .staff-editor-interview--message .staff-editor-interview__inner::after {
  content: "05";
}
.staff-block-content .staff-editor-interview--reward .staff-editor-interview__inner::after,
.staff-block-content .staff-editor-interview--schedule .staff-editor-interview__inner::after {
  color: rgba(255, 255, 255, 0.055);
}
.staff-block-content .staff-editor-interview h2,
.staff-block-content .staff-editor-interview p {
  position: relative;
  z-index: 1;
}
.staff-block-content .staff-editor-interview h2 {
  margin: 0;
  color: var(--blue);
  font-size: clamp(1.75rem, 3.4vw, 3.25rem);
  line-height: 1.35;
}
.staff-block-content .staff-editor-interview h2::before {
  display: block;
  margin-bottom: 14px;
  color: #7774b9;
  content: "Interview";
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.staff-block-content .staff-editor-interview--reward h2,
.staff-block-content .staff-editor-interview--schedule h2 {
  color: #fff;
}
.staff-block-content .staff-editor-interview--reward h2::before,
.staff-block-content .staff-editor-interview--schedule h2::before {
  color: #b9b7f2;
}
.staff-block-content .staff-editor-interview p {
  margin: 0;
  font-size: clamp(1rem, 1.35vw, 1.15rem);
  line-height: 2.15;
}

/* 2026-06-22 compact character-profile layout */
.staff-profile-hero {
  min-height: 0;
  padding: 28px 0 52px;
  background:
    linear-gradient(135deg, #171927 0%, #242743 100%);
}
.staff-profile-hero__breadcrumb {
  position: relative;
  z-index: 3;
  margin-bottom: 24px;
}
.staff-profile-hero__layout {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 590px;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  overflow: hidden;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.24);
}
.staff-profile-hero__visual {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
}
.staff-profile-hero__image,
.staff-profile-hero__shade {
  position: absolute;
  inset: 0;
}
.staff-profile-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.staff-profile-hero__shade {
  background:
    linear-gradient(90deg, transparent 64%, rgba(255, 255, 255, 0.18)),
    linear-gradient(0deg, rgba(15, 18, 36, 0.28), transparent 42%);
}
.staff-profile-hero__copy {
  display: flex;
  width: auto;
  min-width: 0;
  padding: clamp(42px, 5vw, 72px);
  flex-direction: column;
  justify-content: center;
  color: #252531;
}
.staff-profile-hero__eyebrow,
.staff-profile-hero__name-en {
  color: #6f6caf;
}
.staff-profile-hero__catch {
  max-width: 17em;
  margin: 16px 0 22px;
  color: #252531;
  font-size: clamp(1.35rem, 2.2vw, 2.25rem);
  line-height: 1.45;
}
.staff-profile-hero h1 {
  color: var(--blue);
  font-size: clamp(2.8rem, 5vw, 5.6rem);
  text-shadow: none;
}
.staff-profile-hero__meta {
  margin-top: 26px;
  padding-top: 20px;
  border-top: 1px solid #dddde6;
  gap: 10px 28px;
}
.staff-profile-hero__meta dt {
  color: #7774b9;
}
.staff-profile-hero__summary {
  margin: 24px 0 0;
  color: #585966;
  font-size: 0.96rem;
  line-height: 1.9;
}
.staff-profile-hero__index {
  right: 0.02em;
  bottom: -0.12em;
  color: rgba(255, 255, 255, 0.035);
  font-size: clamp(8rem, 17vw, 17rem);
}
.staff-profile-intro {
  padding-top: 64px;
  padding-bottom: 56px;
  gap: clamp(28px, 5vw, 72px);
}
.staff-photo-gallery {
  padding-bottom: 72px;
}
.staff-photo-gallery--3 figure:nth-child(2) {
  transform: none;
}
.staff-interview-list {
  display: grid;
  width: min(calc(100% - 48px), var(--max));
  margin: 0 auto;
  padding-bottom: 64px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  background: transparent;
}
.staff-interview-section,
.staff-interview-section.is-reverse {
  border: 1px solid #dedfe7;
  border-radius: 18px;
  background: #fff;
  color: #252531;
}
.staff-interview-section__inner {
  display: block;
  min-height: 0;
  padding: 34px;
}
.staff-interview-section__number {
  top: 12px;
  right: 18px;
  font-size: 5.5rem;
}
.staff-interview-section.is-reverse .staff-profile-section-label h2 {
  color: var(--blue);
}
.staff-interview-section.is-reverse .staff-profile-section-label > span {
  color: #7774b9;
}
.staff-interview-section__answer {
  margin-top: 22px;
  font-size: 0.98rem;
  line-height: 1.95;
}
.staff-block-content {
  display: grid;
  width: min(calc(100% - 48px), var(--max));
  margin: 0 auto;
  padding: 54px 0 64px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.staff-block-content > .staff-editor-hero-fields,
.staff-block-content > .staff-editor-profile {
  display: none;
}
.staff-block-content > .staff-editor-section {
  width: auto;
  margin: 0;
  padding: 0;
}
.staff-block-content > .staff-editor-photos {
  grid-column: 1 / -1;
  padding-bottom: 28px;
}
.staff-block-content > .staff-editor-photos > h2 {
  margin-bottom: 24px;
  font-size: clamp(1.55rem, 2.5vw, 2.5rem);
}
.staff-block-content .staff-editor-gallery figure {
  aspect-ratio: 4 / 3;
  border-radius: 16px;
  box-shadow: 0 16px 38px rgba(18, 22, 48, 0.1);
}
.staff-block-content > .staff-editor-interview,
.staff-block-content > .staff-editor-interview--reward,
.staff-block-content > .staff-editor-interview--schedule {
  border: 1px solid #dedfe7;
  border-radius: 18px;
  background: #fff;
  color: #252531;
}
.staff-block-content .staff-editor-interview__inner {
  display: block;
  width: auto;
  min-height: 0;
  padding: 34px;
}
.staff-block-content .staff-editor-interview__inner::after {
  top: 12px;
  right: 18px;
  color: rgba(67, 69, 127, 0.06) !important;
  font-size: 5.5rem;
}
.staff-block-content .staff-editor-interview h2,
.staff-block-content .staff-editor-interview--reward h2,
.staff-block-content .staff-editor-interview--schedule h2 {
  color: var(--blue);
  font-size: clamp(1.35rem, 2vw, 1.9rem);
}
.staff-block-content .staff-editor-interview h2::before,
.staff-block-content .staff-editor-interview--reward h2::before,
.staff-block-content .staff-editor-interview--schedule h2::before {
  color: #7774b9;
}
.staff-block-content .staff-editor-interview p {
  margin-top: 22px;
  font-size: 0.98rem;
  line-height: 1.95;
}
.staff-profile-navigation {
  padding-top: 40px;
  padding-bottom: 58px;
}

@media (max-width: 767px) {
  .staff-profile-hero,
  .staff-profile-hero__inner {
    min-height: 720px;
  }
  .staff-profile-hero__shade {
    background:
      linear-gradient(90deg, rgba(7, 9, 22, 0.76), rgba(7, 9, 22, 0.18)),
      linear-gradient(0deg, rgba(7, 9, 22, 0.9) 0%, rgba(7, 9, 22, 0.12) 68%);
  }
  .staff-profile-hero__inner {
    padding-top: 28px;
    padding-bottom: 54px;
  }
  .staff-profile-hero__copy {
    width: 100%;
  }
  .staff-profile-hero__catch {
    margin-bottom: 18px;
    font-size: clamp(1.35rem, 6.5vw, 2.1rem);
  }
  .staff-profile-hero h1 {
    font-size: clamp(2.8rem, 14vw, 4.8rem);
  }
  .staff-profile-hero__meta {
    margin-top: 24px;
    gap: 8px 22px;
  }
  .staff-profile-intro,
  .staff-interview-section__inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .staff-photo-gallery {
    grid-template-columns: 1fr;
  }
  .staff-photo-gallery--1 figure,
  .staff-photo-gallery--2 figure,
  .staff-photo-gallery--3 figure {
    grid-column: 1;
    aspect-ratio: 4 / 3;
    transform: none;
  }
  .staff-photo-gallery img {
    min-height: 0;
  }
  .staff-interview-section__inner {
    min-height: 0;
  }
  .staff-profile-navigation {
    grid-template-columns: 1fr 1fr;
  }
  .staff-profile-navigation .button-component {
    grid-column: 1 / -1;
    grid-row: 1;
    justify-self: center;
  }
  .staff-block-content > .staff-editor-section {
    width: min(calc(100% - 32px), var(--max));
  }
  .staff-block-content > .staff-editor-profile,
  .staff-block-content .staff-editor-interview__inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .staff-block-content .staff-editor-gallery {
    grid-template-columns: 1fr;
  }
  .staff-block-content .staff-editor-gallery figure {
    aspect-ratio: 4 / 3;
  }
  .staff-block-content .staff-editor-interview__inner {
    width: min(calc(100% - 32px), var(--max));
    min-height: 0;
  }
  .staff-profile-hero {
    min-height: 0;
    padding: 18px 0 32px;
  }
  .staff-profile-hero__layout {
    min-height: 0;
    grid-template-columns: 1fr;
    border-radius: 18px;
  }
  .staff-profile-hero__visual {
    min-height: 430px;
  }
  .staff-profile-hero__shade {
    background: linear-gradient(0deg, rgba(15, 18, 36, 0.24), transparent 48%);
  }
  .staff-profile-hero__copy {
    padding: 32px 24px 38px;
  }
  .staff-profile-hero__catch {
    font-size: 1.45rem;
  }
  .staff-profile-hero h1 {
    font-size: clamp(2.7rem, 13vw, 4.3rem);
  }
  .staff-profile-hero__summary {
    font-size: 0.92rem;
  }
  .staff-interview-list,
  .staff-block-content {
    width: min(calc(100% - 32px), var(--max));
    grid-template-columns: 1fr;
  }
  .staff-interview-section__inner,
  .staff-block-content .staff-editor-interview__inner {
    width: auto;
    padding: 28px 24px;
  }
}

/* 2026-06-22 lower-page motion refinement */
.strength-numbers .section-title__en {
  color: #b9b7f2;
  text-shadow: 0 0 30px rgba(151, 147, 229, 0.2);
}
.strength-numbers .section-title__ja {
  color: #fff;
  text-shadow: 0 4px 22px rgba(0, 0, 0, 0.32);
}

.has-lower-page-js .section-title .section-title__en,
.has-lower-page-js .section-title .section-title__ja,
.has-lower-page-js .page-hero .page-eyebrow,
.has-lower-page-js .page-hero h1 {
  opacity: 0;
  clip-path: inset(0 100% 0 0);
  transform: translateX(-42px);
  transition:
    opacity 0.7s ease,
    clip-path 0.9s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, clip-path, transform;
}
.has-lower-page-js .section-title .section-title__ja,
.has-lower-page-js .page-hero h1 {
  transition-delay: 110ms;
}
.has-lower-page-js .section-title.is-motion-visible .section-title__en,
.has-lower-page-js .section-title.is-motion-visible .section-title__ja,
.has-lower-page-js .page-hero .is-motion-visible .page-eyebrow,
.has-lower-page-js .page-hero .is-motion-visible h1 {
  opacity: 1;
  clip-path: inset(0 0 0 0);
  transform: translateX(0);
}

.has-lower-page-js .strength-feature-stage .strength-feature-image,
.has-lower-page-js .strength-feature-stage .strength-feature-copy {
  opacity: 0;
  transition:
    opacity 0.75s ease,
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}
.has-lower-page-js .strength-feature-stage .strength-feature-image {
  transform: translate3d(-58px, 24px, 0) scale(0.975);
}
.has-lower-page-js .strength-feature-stage .strength-feature-copy {
  transform: translate3d(58px, 24px, 0);
  transition-delay: 100ms;
}
.has-lower-page-js .strength-feature-stage .strength-feature.is-reverse .strength-feature-image {
  transform: translate3d(58px, 24px, 0) scale(0.975);
}
.has-lower-page-js .strength-feature-stage .strength-feature.is-reverse .strength-feature-copy {
  transform: translate3d(-58px, 24px, 0);
}
.has-lower-page-js .strength-feature-stage .strength-feature.is-feature-visible .strength-feature-image,
.has-lower-page-js .strength-feature-stage .strength-feature.is-feature-visible .strength-feature-copy {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.team-flow-line article {
  animation: team-flow-float 5.8s ease-in-out infinite;
  will-change: transform;
}
.team-flow-line article:nth-child(2) {
  animation-delay: -1.45s;
}
.team-flow-line article:nth-child(3) {
  animation-delay: -2.9s;
}
.team-flow-line article:nth-child(4) {
  animation-delay: -4.35s;
}
@keyframes team-flow-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .has-lower-page-js .section-title .section-title__en,
  .has-lower-page-js .section-title .section-title__ja,
  .has-lower-page-js .page-hero .page-eyebrow,
  .has-lower-page-js .page-hero h1,
  .has-lower-page-js .strength-feature-stage .strength-feature-image,
  .has-lower-page-js .strength-feature-stage .strength-feature-copy {
    opacity: 1;
    clip-path: none;
    transform: none;
    transition: none;
  }
  .team-flow-line article {
    animation: none;
  }
}

/* Product cards and detail images */
.product-category-panel {
  height: 400px;
}
.new-product-detail-page .new-product-hero {
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.85fr);
  gap: clamp(34px, 5vw, 68px);
  align-items: start;
}
.new-product-image-frame {
  display: grid;
  min-width: 0;
  margin: 0;
  aspect-ratio: 4 / 3;
  place-items: center;
  overflow: hidden;
  border-radius: 24px;
  background: linear-gradient(145deg, #f7f8fb, #eceef5);
}
.new-product-detail-page .new-product-main-image {
  width: 100%;
  height: 100%;
  min-height: 0;
  margin: 0;
  border-radius: 0;
  object-fit: contain;
}
.new-product-summary {
  padding-top: clamp(8px, 2vw, 22px);
}
.new-product-detail-title {
  margin: 0 0 16px;
  color: var(--blue);
  font-size: clamp(1.8rem, 3.2vw, 3rem);
  line-height: 1.35;
}
.new-product-detail-category {
  display: inline-flex;
  margin: 0 0 30px;
  padding: 7px 16px;
  border: 1px solid rgba(57, 54, 112, 0.3);
  color: var(--blue);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.product-detail-image {
  display: flex;
  width: min(100%, 920px);
  margin: 0 auto 40px;
  padding: clamp(16px, 3vw, 30px);
  justify-content: center;
  overflow: hidden;
  border-radius: var(--radius);
  background: linear-gradient(145deg, #f7f8fb, #eceef5);
}
.article-main.prose .product-detail-image img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 620px;
  margin: 0;
  border-radius: 0;
  object-fit: contain;
}

/* Recruit image ratios */
.recruit-collage-images {
  min-height: 0;
  aspect-ratio: 1 / 1;
}
.recruit-collage-images img {
  height: auto;
  aspect-ratio: 3 / 2;
}
.recruit-collage-images img:first-child {
  width: 82%;
}
.recruit-collage-images img:last-child {
  width: 64%;
  height: auto;
}
.recruit-role-image {
  width: 100%;
  height: 100%;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: #eef0f5;
}
.recruit-role-list .recruit-role-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}
.recruit-role-list article:nth-child(even) .recruit-role-image {
  order: 2;
}
.staff-card img {
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
.staff-detail-image {
  display: flex;
  width: min(100%, 920px);
  margin: 0 auto 40px;
  padding: clamp(14px, 2.5vw, 26px);
  justify-content: center;
  overflow: hidden;
  border-radius: var(--radius);
  background: linear-gradient(145deg, #f7f8fb, #eceef5);
}
.article-main.prose .staff-detail-image img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 680px;
  margin: 0;
  border-radius: 0;
  object-fit: contain;
}
.plating-guide-heading .section-title__ja,
.new-products-showcase .section-title__ja {
  font-size: clamp(2rem, 4vw, 3.5rem);
}
.new-products-showcase .section-title {
  margin-bottom: 46px;
}
.archive-filter-nav {
  display: flex;
  margin: 0 auto 42px;
  padding: clamp(14px, 2vw, 20px);
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  border: 1px solid rgba(30, 42, 94, 0.12);
  border-radius: 999px;
  background: #f7f8fc;
  box-shadow: 0 14px 34px rgba(30, 42, 94, 0.08);
}
.archive-filter-nav a {
  display: inline-flex;
  min-height: 44px;
  padding: 11px 24px;
  border: 2px solid rgba(30, 42, 94, 0.24);
  border-radius: 999px;
  background: #fff;
  color: var(--blue);
  align-items: center;
  justify-content: center;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}
.archive-filter-nav a:hover,
.archive-filter-nav a:focus-visible,
.archive-filter-nav a.is-current {
  border-color: var(--blue);
  background: var(--blue);
  color: #fff;
  box-shadow: 0 10px 24px rgba(30, 42, 94, 0.22);
  transform: translateY(-2px);
}
.archive-filter-nav a:focus-visible {
  outline: 3px solid rgba(119, 116, 185, 0.32);
  outline-offset: 3px;
}
.archive-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.archive-category-panel[hidden] {
  display: none !important;
}
.archive-category-title {
  display: flex;
  margin: 0 0 26px;
  color: var(--blue);
  font-size: clamp(1.45rem, 2.8vw, 2.3rem);
  line-height: 1.35;
  letter-spacing: 0.06em;
  align-items: center;
  gap: 14px;
}
.archive-category-title::before {
  display: block;
  width: 36px;
  height: 3px;
  border-radius: 999px;
  background: var(--blue);
  content: "";
}
.staff-archive-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.privacy-content {
  width: min(100%, 920px);
}
.privacy-content .detail-block {
  padding: 34px 0;
  border-bottom: 1px solid #d7d8e0;
}
.privacy-content .detail-block:first-child {
  padding-top: 0;
}
.privacy-content .detail-block h2 {
  margin: 0 0 18px;
  color: var(--blue);
  font-size: clamp(1.35rem, 2vw, 1.8rem);
}

/* unified-section-title-spacing */
.section-title,
.section-title--center,
.section-title--left,
.section-title--compact {
  margin-bottom: clamp(36px, 5vw, 58px);
}
.section-title__en,
.section-title--center .section-title__en,
.section-title--left .section-title__en,
.section-title--compact .section-title__en {
  margin-bottom: -24px;
  line-height: 0.9;
}
.section-title__ja,
.section-title--center .section-title__ja,
.section-title--left .section-title__ja,
.section-title--compact .section-title__ja {
  margin: 0;
  line-height: 1.3;
}
.company-block > .section-title,
.company-history-narrow > .section-title,
.company-access-panel .section-title,
.message-layout .section-title {
  margin-bottom: clamp(36px, 5vw, 58px);
}
.company-block > .section-title + .company-table,
.company-history-narrow > .section-title + .timeline {
  margin-top: 0;
}
.plating-guide-heading .section-title {
  margin-bottom: 0;
}
/* Final cascade: staff sticky visual and slideshow */
.staff-profile-page {
  overflow: visible;
}
.staff-profile-content,
.staff-character-layout {
  overflow: visible;
}
@media (min-width: 901px) {
  .staff-character-visual {
    position: sticky;
    top: 30px;
    height: min(calc(100vh - 60px), 760px);
    min-height: 560px;
  }
}
.staff-work-slider {
  position: relative;
  display: block !important;
  width: 100%;
  height: 380px;
  overflow: hidden;
  border-radius: 20px;
  background: #dfe1e8;
}
.staff-work-slider > .staff-work-slider__slide {
  position: absolute !important;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  border-radius: 20px;
  opacity: 0;
  transform: scale(1.025);
  transition: opacity 0.7s ease, transform 1.1s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}
.staff-work-slider > .staff-work-slider__slide.is-active {
  z-index: 1;
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}
.staff-work-slider > .staff-work-slider__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .staff-work-slider {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    border-radius: 14px;
  }
}
/* User-supplied fixed background and public work-scene cleanup */
.staff-profile-page {
  background:
    linear-gradient(rgba(247, 248, 252, 0.58), rgba(247, 248, 252, 0.64)),
    url("../img/staff-profile-fixed-bg.png") center / cover fixed;
  background-attachment: fixed;
}
.staff-profile-content {
  background: transparent;
}
.staff-character-gallery::before,
.staff-character-gallery::after,
.staff-character-gallery > .staff-editor-photos > h2,
.staff-character-gallery > .staff-editor-photos > p,
.staff-character-gallery .staff-editor-photos > .wp-block-group__inner-container > h2,
.staff-character-gallery .staff-editor-photos > .wp-block-group__inner-container > p {
  display: none;
}
.staff-character-gallery {
  padding-top: 0;
}

/* Contact Form 7 */
.form-panel .wpcf7-form {
  color: #202731;
}
.contact-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 20px;
}
.contact-form-field {
  min-width: 0;
}
.contact-form-field--full,
.contact-form-submit {
  grid-column: 1 / -1;
}
.contact-form-field > label {
  display: grid;
  gap: 10px;
  font-weight: 700;
  line-height: 1.6;
}
.contact-form-field .is-required {
  display: inline-block;
  width: fit-content;
  margin-left: 0.45em;
  padding: 2px 7px;
  border-radius: 999px;
  background: #a02e42;
  color: #fff;
  font-size: 0.7rem;
  line-height: 1.4;
  vertical-align: 0.12em;
}
.contact-form-grid input:not([type="checkbox"]),
.contact-form-grid select,
.contact-form-grid textarea {
  width: 100%;
  border: 1px solid #cbd1d8;
  border-radius: 10px;
  background: #fff;
  color: #202731;
  font: inherit;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.contact-form-grid input:not([type="checkbox"]),
.contact-form-grid select {
  min-height: 54px;
  padding: 0 16px;
}
.contact-form-grid textarea {
  height: 132px;
  min-height: 112px;
  padding: 14px 16px;
  resize: vertical;
}
.contact-form-grid input:focus,
.contact-form-grid select:focus,
.contact-form-grid textarea:focus {
  border-color: #80546c;
  outline: 0;
  box-shadow: 0 0 0 4px rgba(128, 84, 108, 0.14);
}
.contact-form-privacy {
  padding: 18px 20px;
  border-radius: 10px;
  background: #f2f3f6;
  text-align: center;
}
.contact-form-privacy .wpcf7-list-item {
  margin: 0;
}
.contact-form-privacy label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-weight: 500;
}
.contact-form-privacy input {
  width: 18px;
  height: 18px;
  accent-color: #80546c;
}
.contact-form-privacy a {
  color: #694157;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.contact-form-submit {
  text-align: center;
}
.contact-form-submit .wpcf7-submit {
  min-width: min(100%, 320px);
  min-height: 58px;
  border: 0;
  border-radius: 999px;
  background: #683f55;
  color: #fff;
  font: inherit;
  font-weight: 700;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}
.contact-form-submit .wpcf7-submit:hover {
  transform: translateY(-2px);
  background: #4f2d40;
  box-shadow: 0 10px 24px rgba(79, 45, 64, 0.2);
}
.contact-confirm-error {
  margin: 0 0 18px;
  padding: 13px 16px;
  border-radius: 10px;
  background: #fff0f3;
  color: #a1263d;
  font-weight: 700;
  line-height: 1.6;
}
.wpcf7-form.is-contact-confirming .contact-form-grid {
  display: none;
}
.contact-confirm-panel {
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(104, 63, 85, 0.14);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(244, 243, 250, 0.98));
  box-shadow: 0 18px 45px rgba(31, 37, 59, 0.12);
}
.contact-confirm-panel__head span {
  color: #7774b9;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.contact-confirm-panel__head h3 {
  margin: 8px 0 10px;
  color: var(--blue);
  font-size: clamp(1.35rem, 2vw, 1.8rem);
}
.contact-confirm-panel__head p {
  margin: 0 0 20px;
  color: #626879;
  line-height: 1.8;
}
.contact-confirm-list {
  display: grid;
  margin: 0;
  border-top: 1px solid #dfe1e8;
}
.contact-confirm-list > div {
  display: grid;
  padding: 14px 0;
  border-bottom: 1px solid #dfe1e8;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 18px;
}
.contact-confirm-list dt {
  color: #683f55;
  font-weight: 700;
}
.contact-confirm-list dd {
  margin: 0;
  color: #202731;
  line-height: 1.75;
}
.contact-confirm-actions {
  display: flex;
  margin-top: 28px;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}
.contact-confirm-actions button {
  min-width: min(100%, 220px);
  min-height: 54px;
  padding: 0 24px;
  border-radius: 999px;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}
.contact-confirm-back {
  border: 1px solid rgba(104, 63, 85, 0.22);
  background: #fff;
  color: #683f55;
}
.contact-confirm-send {
  border: 0;
  background: #683f55;
  color: #fff;
}
.contact-confirm-actions button:hover,
.contact-confirm-actions button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(79, 45, 64, 0.18);
}
.contact-result-section {
  background:
    radial-gradient(circle at 50% 0%, rgba(119, 116, 185, 0.18), transparent 34%),
    #f7f8fb;
}
.contact-result-card {
  max-width: 760px;
  padding: clamp(38px, 6vw, 64px);
  border: 1px solid rgba(104, 63, 85, 0.12);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(31, 37, 59, 0.12);
  text-align: center;
}
.contact-result-card__icon {
  display: grid;
  width: 72px;
  height: 72px;
  margin: 0 auto 22px;
  border-radius: 50%;
  background: rgba(119, 116, 185, 0.14);
  color: #683f55;
  font-size: 2.2rem;
  place-items: center;
}
.contact-result-card h2 {
  margin: 0 0 16px;
  color: var(--blue);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
}
.contact-result-card p {
  margin: 0 0 12px;
  color: #5b6070;
  line-height: 1.9;
}
.contact-result-card .button-component {
  margin-top: 24px;
}
.wpcf7-form .wpcf7-not-valid {
  border-color: #b6344b !important;
}
.wpcf7-form .wpcf7-not-valid-tip {
  margin-top: 6px;
  color: #a1263d;
  font-size: 0.86rem;
}
.form-panel .wpcf7 form .wpcf7-response-output {
  margin: 24px 0 0;
  padding: 14px 16px;
  border-width: 1px;
  border-radius: 10px;
}
.contact-form-submit .wpcf7-spinner {
  display: block;
  margin: 12px auto 0;
}
@media (max-width: 767px) {
  .contact-layout {
    grid-template-columns: 1fr;
  }
  .contact-guide {
    position: relative;
    top: auto;
  }
  .contact-step-list {
    grid-template-columns: 1fr;
  }
  .contact-form-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .contact-form-field,
  .contact-form-field--full,
  .contact-form-submit {
    grid-column: 1;
  }
  .contact-form-grid textarea {
    height: 118px;
    min-height: 104px;
  }
  .contact-confirm-list > div {
    grid-template-columns: 1fr;
    gap: 5px;
  }
  .contact-form-privacy {
    padding: 16px;
    text-align: left;
  }
}

/* News detail title final override */
main.news-detail-page > .page-hero h1 {
  position: relative;
  display: inline-block;
  max-width: min(100%, 1100px);
  padding: 0 0 clamp(16px, 2vw, 24px);
  color: #fff;
  font-size: clamp(3rem, 6.6vw, 6rem);
  line-height: 1.08;
  letter-spacing: 0.04em;
  overflow-wrap: anywhere;
  text-shadow: 0 10px 26px rgba(0, 0, 0, 0.28);
}

main.news-detail-page > .page-hero h1::after {
  display: block;
  width: clamp(110px, 22vw, 260px);
  height: clamp(5px, 0.7vw, 8px);
  margin-top: clamp(16px, 2.2vw, 26px);
  border-radius: 999px;
  background: linear-gradient(90deg, var(--blue), #7774b9 58%, rgba(119, 116, 185, 0));
  content: "";
}


p.error {
  margin-top: -1em;
  color: #ff0000;
  font-weight: bold;
}
.button-back {
  background: #d0d0d0;
  border: #808080 !important;
  color: #555;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 0 15px -5px rgba(25, 25, 112, 0.2);
}
