/* =========================================================
   ABRC PI 2026 CSS - Reorganized Version
   更新重點：
   1. 重新整理並移除重複覆蓋規則
   2. 首頁 991.98px 以下改用 mobile 首頁版型
   3. 首頁文字避免小筆電超出範圍
   4. 內頁內容寬度填滿
   5. papers / discoveries / awards / patents 卡片樣式統一
   6. research / research view / jobs / footer 樣式整理
========================================================= */

/* =========================================================
【01】Base
========================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  background-color: #becffc;
  color: #333;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

/* =========================================================
【02】Typography
========================================================= */
html[lang="zh-TW"] body,
html[lang="zh-Hant-TW"] body,
html[lang="zh-Hant"] body {
  font-family: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif;
  font-size: 17px;
  line-height: 1.7;
  letter-spacing: 0.02em;
}

html[lang="en"] body,
html[lang="en-US"] body,
html[lang="en-GB"] body {
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 0.01em;
}

/* =========================================================
【03】Common text
========================================================= */
p,
li,
td,
th,
figcaption,
blockquote,
dd {
  color: #444;
}

p {
  margin: 0 0 0.65rem;
}

strong,
b {
  font-weight: 700;
}

em,
i {
  font-style: italic;
}

small {
  font-size: 0.9em;
  color: #666;
}

mark {
  background: #fff3a3;
  padding: 0 0.15em;
}

/* =========================================================
【04】Headings
========================================================= */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.28;
  letter-spacing: 0.01em;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0.65em;
}

h1 {
  font-size: 2rem;
  color: #222;
}

h2 {
  font-size: 1.65rem;
  color: #222;
}

h3 {
  font-size: 1.35rem;
  color: #234b2d;
}

h4 {
  font-size: 1.15rem;
  color: #234b2d;
}

h5 {
  font-size: 1rem;
  color: #234b2d;
}

h6 {
  font-size: 0.95rem;
  color: #666;
}

/* =========================================================
【05】Links
========================================================= */
a {
  color: #1d4ed8;
  text-decoration: none;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

a:hover,
a:focus {
  color: #153ea8;
  text-decoration: underline;
}

a:focus-visible {
  outline: 2px solid #153ea8;
  outline-offset: 2px;
}

li a {
  text-decoration: none;
}

/* =========================================================
【06】Common elements
========================================================= */
ul,
ol {
  margin: 0 0 0.8rem 1.4em;
  padding: 0;
}

li {
  margin-bottom: 0.25rem;
  line-height: 1.55;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #fff;
  margin-bottom: 1.5rem;
}

caption {
  caption-side: top;
  text-align: left;
  font-weight: 700;
  color: #222;
  padding-bottom: 0.5rem;
}

th,
td {
  padding: 0.7rem 0.8rem;
  border: 1px solid #d8d8d8;
  vertical-align: top;
  text-align: left;
  letter-spacing: 0.01em;
  line-height: 1.55;
}

th {
  background-color: #eef3ff;
  color: #222;
  font-weight: 700;
}

tr:nth-child(even) td {
  background-color: #fafcff;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

figure {
  max-width: 100%;
  background-color: #fff;
  text-align: center;
  padding: 0.5rem;
  margin: 1rem 0;
}

figure img {
  margin: 0 auto;
}

figcaption {
  max-width: 100%;
  color: #555;
  font-size: 0.9rem;
  text-align: center;
  background-color: #fff;
  padding: 0.5rem;
  line-height: 1.45;
}

/* =========================================================
【07】Main containers
========================================================= */
.abrc-pi-page {
  overflow: hidden;
  background: #fff;
}

/* =========================================================
【08】Top header
========================================================= */
.abrc-top-header {
  background: #fff;
}

.abrc-top-header__top {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0.5rem 1rem 0.2rem;
}

.abrc-top-header__lang {
  color: #0f3568;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  letter-spacing: 0.01em;
}

.abrc-top-header__lang:hover,
.abrc-top-header__lang:focus,
.abrc-top-header__lang:active,
.abrc-top-header__lang:visited {
  color: #0f3568;
  text-decoration: none;
}

.abrc-top-header__main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0 1rem 1rem;
}

.abrc-top-header__logo-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  flex: 1 1 auto;
  min-width: 0;
}

.abrc-top-header__logo-link:hover,
.abrc-top-header__logo-link:focus {
  text-decoration: none;
}

.abrc-top-header__logo {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent;
}

.abrc-top-header__side {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.abrc-top-header__hero {
  display: block;
  max-height: 110px;
  width: auto;
  height: auto;
  border-radius: 0.5rem;
}

/* =========================================================
【09】Page banner
========================================================= */
.abrc-page-banner-mobile-bg {
  background: none;
  background-color: #101820;
}

.abrc-page-banner {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1320 / 240;
  min-height: 240px;
  margin: 0;
  background-color: #101820;
  background-image: var(--page-banner-bg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}

.abrc-page-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(7, 18, 42, 0.52) 0%,
    rgba(8, 20, 48, 0.34) 20%,
    rgba(10, 24, 54, 0.12) 38%,
    rgba(10, 24, 54, 0.02) 55%,
    rgba(10, 24, 54, 0) 68%
  );
}

.abrc-page-banner__inner {
  position: relative;
  z-index: 2;
  max-width: 800px;
  padding: 1.85rem 2.5rem 1.6rem;
}

.abrc-page-banner__title {
  margin: 0;
  font-size: clamp(2.2rem, 2.7vw, 3rem);
  line-height: 1.02;
  letter-spacing: 0.01em;
  font-weight: 800;
  text-shadow:
    0 3px 12px rgba(0, 0, 0, 0.38),
    0 1px 2px rgba(0, 0, 0, 0.24);
}

.abrc-page-banner__title::after {
  display: none;
  content: none;
}

.abrc-page-banner__title a,
.abrc-page-banner__title a:link,
.abrc-page-banner__title a:visited,
.abrc-page-banner__title a:hover,
.abrc-page-banner__title a:focus,
.abrc-page-banner__title a:active {
  color: #fff !important;
  text-decoration: none !important;
}

.abrc-page-banner__subtitle {
  display: inline-block;
  width: fit-content;
  max-width: 100%;
  margin: 0.9rem 0 0;
  padding: 0.26rem 0.62rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: rgba(255, 255, 255, 0.97);
  font-weight: 600;
  font-size: 0.88rem;
  line-height: 1.25;
  letter-spacing: 0.01em;
  text-shadow: none;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  white-space: nowrap;
}

.abrc-page-banner__intro {
  max-width: 760px;
  margin-top: 1.35rem;
  font-size: 1.32rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #f8fbff !important;
}

.abrc-page-banner__intro,
.abrc-page-banner__intro * {
  color: #f8fbff !important;
}

.abrc-page-banner__intro p,
.abrc-page-banner__intro div,
.abrc-page-banner__intro li,
.abrc-page-banner__intro ul,
.abrc-page-banner__intro ol,
.abrc-page-banner__intro blockquote {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.abrc-page-banner__intro p:last-child,
.abrc-page-banner__intro div:last-child,
.abrc-page-banner__intro li:last-child,
.abrc-page-banner__intro ul:last-child,
.abrc-page-banner__intro ol:last-child,
.abrc-page-banner__intro blockquote:last-child {
  margin-bottom: 0;
}

.abrc-page-banner__intro a {
  color: #fff !important;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.abrc-page-banner__intro--desktop {
  display: block;
}

.abrc-page-banner-intro-mobile {
  display: none;
}

/* =========================================================
【10】PI sub navigation
========================================================= */
.pi-subnav-wrap {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
}

.abrc-page-banner + .pi-subnav-wrap {
  margin-top: 0;
}

.pi-subnav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.22rem 0.32rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0.3rem 0.45rem;
  list-style: none;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(15, 53, 104, 0.06);
  border-radius: 999px;
  box-shadow: 0 4px 10px rgba(15, 53, 104, 0.05);
}

.pi-subnav li,
.pi-subnav-item {
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pi-subnav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0.32rem 0.78rem;
  border-radius: 999px;
  color: #2f3f54;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.15;
  text-decoration: none;
  white-space: nowrap;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    box-shadow 0.2s ease;
}

.pi-subnav-link:hover,
.pi-subnav-link:focus {
  background: rgba(15, 53, 104, 0.08);
  color: #0f3568;
  text-decoration: none;
}

.pi-subnav-link.active,
.pi-subnav-link.is-active,
.pi-subnav-link[aria-current="page"] {
  background: #0f3568;
  color: #fff;
  box-shadow: 0 2px 8px rgba(15, 53, 104, 0.14);
}

/* =========================================================
【11】Homepage hero
========================================================= */
.abrc-pi-home .abrc-hero-box {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #101820;
  padding: 2.35rem 2.7rem;
  aspect-ratio: 1320 / 520;
}

.abrc-pi-home .abrc-hero-box::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: #101820;
  background-image: var(--hero-bg-desktop);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.abrc-pi-home .abrc-hero-box::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(8, 32, 54, 0.58) 0%,
    rgba(8, 32, 54, 0.42) 24%,
    rgba(8, 32, 54, 0.24) 45%,
    rgba(8, 32, 54, 0.10) 62%,
    rgba(8, 32, 54, 0.02) 78%
  );
}

.abrc-pi-home .abrc-hero-text {
  position: relative;
  z-index: 2;
  width: 72%;
  max-width: 72%;
  color: #fff;
  font-size: 1.08rem;
  line-height: 1.58;
  letter-spacing: 0.01em;
  word-break: break-word;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.42);
}

.abrc-pi-home .abrc-hero-text,
.abrc-pi-home .abrc-hero-text * {
  color: #fff !important;
}

.abrc-pi-home .abrc-hero-text h1 {
  font-size: clamp(2.05rem, 2.5vw, 2.75rem);
  line-height: 1.16;
  font-weight: 800;
  margin: 0 0 0.4rem;
}

.abrc-pi-home .abrc-hero-text h2 {
  font-size: clamp(1.48rem, 1.8vw, 1.9rem);
  line-height: 1.22;
  font-weight: 700;
  margin: 0 0 0.55rem;
}

.abrc-pi-home .abrc-hero-text h3 {
  margin: 0.5rem 0 0.5rem;
  padding-left: 0;
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: #ffffff !important;
}

.abrc-pi-home .abrc-hero-text h4,
.abrc-pi-home .abrc-hero-text h5,
.abrc-pi-home .abrc-hero-text h6 {
  font-size: 1.02em;
  line-height: 1.35;
  font-weight: 700;
  margin: 0 0 0.45rem;
}

.abrc-pi-home .abrc-hero-text p,
.abrc-pi-home .abrc-hero-text div,
.abrc-pi-home .abrc-hero-text li {
  font-size: 1.08rem;
  line-height: 1.8;
  font-weight: 400;
  margin: 0 0 0.55rem;
}

.abrc-pi-home .abrc-hero-text ul,
.abrc-pi-home .abrc-hero-text ol {
  margin: 0 0 0.6rem 1.25em;
  padding: 0;
}

.abrc-pi-home .abrc-hero-text a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 0.14em;
}

.abrc-pi-home .abrc-hero-text img {
  max-width: 100%;
  height: auto;
}

.abrc-pi-home .abrc-hero-text > *:last-child,
.abrc-pi-home .abrc-hero-text p:last-child,
.abrc-pi-home .abrc-hero-text div:last-child {
  margin-bottom: 0;
}

/* 中文首頁文字 */
html[lang="zh-Hant"] .abrc-pi-home .abrc-hero-text,
html[lang="zh-Hant"] .abrc-pi-home .abrc-hero-text p,
html[lang="zh-Hant"] .abrc-pi-home .abrc-hero-text div,
html[lang="zh-Hant"] .abrc-pi-home .abrc-hero-text li {
  font-size: 1.10rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
}

/* 英文首頁文字 */
html[lang="en"] .abrc-pi-home .abrc-hero-text,
html[lang="en"] .abrc-pi-home .abrc-hero-text p,
html[lang="en"] .abrc-pi-home .abrc-hero-text div,
html[lang="en"] .abrc-pi-home .abrc-hero-text li {
  font-size: 1.1rem;
  line-height: 1.76;
  letter-spacing: 0.01em;
}

html[lang="en"] .abrc-pi-home .abrc-hero-text h3 {
  font-size: 1.3rem;
  line-height: 1.6;
  letter-spacing: 0.01em;
}

/* 首頁文字長度分級：中文 */
html[lang="zh-TW"] .abrc-pi-home .hero-text-short,
html[lang="zh-Hant-TW"] .abrc-pi-home .hero-text-short,
html[lang="zh-Hant"] .abrc-pi-home .hero-text-short,
html[lang="zh-TW"] .abrc-pi-home .hero-text-short p,
html[lang="zh-Hant-TW"] .abrc-pi-home .hero-text-short p,
html[lang="zh-Hant"] .abrc-pi-home .hero-text-short p,
html[lang="zh-TW"] .abrc-pi-home .hero-text-short div,
html[lang="zh-Hant-TW"] .abrc-pi-home .hero-text-short div,
html[lang="zh-Hant"] .abrc-pi-home .hero-text-short div,
html[lang="zh-TW"] .abrc-pi-home .hero-text-short li,
html[lang="zh-Hant-TW"] .abrc-pi-home .hero-text-short li,
html[lang="zh-Hant"] .abrc-pi-home .hero-text-short li {
  font-size: 1.28rem;
  line-height: 1.8;
}

html[lang="zh-TW"] .abrc-pi-home .hero-text-medium,
html[lang="zh-Hant-TW"] .abrc-pi-home .hero-text-medium,
html[lang="zh-Hant"] .abrc-pi-home .hero-text-medium,
html[lang="zh-TW"] .abrc-pi-home .hero-text-medium p,
html[lang="zh-Hant-TW"] .abrc-pi-home .hero-text-medium p,
html[lang="zh-Hant"] .abrc-pi-home .hero-text-medium p,
html[lang="zh-TW"] .abrc-pi-home .hero-text-medium div,
html[lang="zh-Hant-TW"] .abrc-pi-home .hero-text-medium div,
html[lang="zh-Hant"] .abrc-pi-home .hero-text-medium div,
html[lang="zh-TW"] .abrc-pi-home .hero-text-medium li,
html[lang="zh-Hant-TW"] .abrc-pi-home .hero-text-medium li,
html[lang="zh-Hant"] .abrc-pi-home .hero-text-medium li {
  font-size: 1.22rem;
  line-height: 1.7;
}

html[lang="zh-TW"] .abrc-pi-home .hero-text-long,
html[lang="zh-Hant-TW"] .abrc-pi-home .hero-text-long,
html[lang="zh-Hant"] .abrc-pi-home .hero-text-long,
html[lang="zh-TW"] .abrc-pi-home .hero-text-long p,
html[lang="zh-Hant-TW"] .abrc-pi-home .hero-text-long p,
html[lang="zh-Hant"] .abrc-pi-home .hero-text-long p,
html[lang="zh-TW"] .abrc-pi-home .hero-text-long div,
html[lang="zh-Hant-TW"] .abrc-pi-home .hero-text-long div,
html[lang="zh-Hant"] .abrc-pi-home .hero-text-long div,
html[lang="zh-TW"] .abrc-pi-home .hero-text-long li,
html[lang="zh-Hant-TW"] .abrc-pi-home .hero-text-long li,
html[lang="zh-Hant"] .abrc-pi-home .hero-text-long li {
  font-size: 1.18rem;
  line-height: 1.6;
}

html[lang="zh-TW"] .abrc-pi-home .hero-text-xlong,
html[lang="zh-Hant-TW"] .abrc-pi-home .hero-text-xlong,
html[lang="zh-Hant"] .abrc-pi-home .hero-text-xlong,
html[lang="zh-TW"] .abrc-pi-home .hero-text-xlong p,
html[lang="zh-Hant-TW"] .abrc-pi-home .hero-text-xlong p,
html[lang="zh-Hant"] .abrc-pi-home .hero-text-xlong p,
html[lang="zh-TW"] .abrc-pi-home .hero-text-xlong div,
html[lang="zh-Hant-TW"] .abrc-pi-home .hero-text-xlong div,
html[lang="zh-Hant"] .abrc-pi-home .hero-text-xlong div,
html[lang="zh-TW"] .abrc-pi-home .hero-text-xlong li,
html[lang="zh-Hant-TW"] .abrc-pi-home .hero-text-xlong li,
html[lang="zh-Hant"] .abrc-pi-home .hero-text-xlong li {
  font-size: 1.1rem;
  line-height: 1.5;
}

/* 首頁文字長度分級：英文 */
html[lang="en"] .abrc-pi-home .hero-text-short,
html[lang="en-US"] .abrc-pi-home .hero-text-short,
html[lang="en-GB"] .abrc-pi-home .hero-text-short,
html[lang="en"] .abrc-pi-home .hero-text-short p,
html[lang="en-US"] .abrc-pi-home .hero-text-short p,
html[lang="en-GB"] .abrc-pi-home .hero-text-short p,
html[lang="en"] .abrc-pi-home .hero-text-short div,
html[lang="en-US"] .abrc-pi-home .hero-text-short div,
html[lang="en-GB"] .abrc-pi-home .hero-text-short div,
html[lang="en"] .abrc-pi-home .hero-text-short li,
html[lang="en-US"] .abrc-pi-home .hero-text-short li,
html[lang="en-GB"] .abrc-pi-home .hero-text-short li {
  font-size: 1.28rem;
  line-height: 1.5;
}

html[lang="en"] .abrc-pi-home .hero-text-medium,
html[lang="en-US"] .abrc-pi-home .hero-text-medium,
html[lang="en-GB"] .abrc-pi-home .hero-text-medium,
html[lang="en"] .abrc-pi-home .hero-text-medium p,
html[lang="en-US"] .abrc-pi-home .hero-text-medium p,
html[lang="en-GB"] .abrc-pi-home .hero-text-medium p,
html[lang="en"] .abrc-pi-home .hero-text-medium div,
html[lang="en-US"] .abrc-pi-home .hero-text-medium div,
html[lang="en-GB"] .abrc-pi-home .hero-text-medium div,
html[lang="en"] .abrc-pi-home .hero-text-medium li,
html[lang="en-US"] .abrc-pi-home .hero-text-medium li,
html[lang="en-GB"] .abrc-pi-home .hero-text-medium li {
  font-size: 1.2rem;
  line-height: 1.4;
}

html[lang="en"] .abrc-pi-home .hero-text-long,
html[lang="en-US"] .abrc-pi-home .hero-text-long,
html[lang="en-GB"] .abrc-pi-home .hero-text-long,
html[lang="en"] .abrc-pi-home .hero-text-long p,
html[lang="en-US"] .abrc-pi-home .hero-text-long p,
html[lang="en-GB"] .abrc-pi-home .hero-text-long p,
html[lang="en"] .abrc-pi-home .hero-text-long div,
html[lang="en-US"] .abrc-pi-home .hero-text-long div,
html[lang="en-GB"] .abrc-pi-home .hero-text-long div,
html[lang="en"] .abrc-pi-home .hero-text-long li,
html[lang="en-US"] .abrc-pi-home .hero-text-long li,
html[lang="en-GB"] .abrc-pi-home .hero-text-long li {
  font-size: 1.12rem;
  line-height: 1.3;
}

html[lang="en"] .abrc-pi-home .hero-text-xlong,
html[lang="en-US"] .abrc-pi-home .hero-text-xlong,
html[lang="en-GB"] .abrc-pi-home .hero-text-xlong,
html[lang="en"] .abrc-pi-home .hero-text-xlong p,
html[lang="en-US"] .abrc-pi-home .hero-text-xlong p,
html[lang="en-GB"] .abrc-pi-home .hero-text-xlong p,
html[lang="en"] .abrc-pi-home .hero-text-xlong div,
html[lang="en-US"] .abrc-pi-home .hero-text-xlong div,
html[lang="en-GB"] .abrc-pi-home .hero-text-xlong div,
html[lang="en"] .abrc-pi-home .hero-text-xlong li,
html[lang="en-US"] .abrc-pi-home .hero-text-xlong li,
html[lang="en-GB"] .abrc-pi-home .hero-text-xlong li {
  font-size: 1.04rem;
  line-height: 1.24;
}


.abrc-pi-home .abrc-hero-text.hero-text-short h3 {
  font-size: 1.36rem;
  line-height: 1.7;
}

.abrc-pi-home .abrc-hero-text.hero-text-medium h3 {
  font-size: 1.26rem;
  line-height: 1.6;
}

.abrc-pi-home .abrc-hero-text.hero-text-long h3 {
  font-size: 1.12rem;
  line-height: 1.5;
}

.abrc-pi-home .abrc-hero-text.hero-text-xlong h3 {
  font-size: 0.92rem;
  line-height: 1.4;
}

/* =========================================================
【12】Inner page content hero
========================================================= */
.abrc-pi-inner .abrc-hero-box {
  --hero-fade-height: 420px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #fff;
  padding: 2.35rem 2.4rem 2.6rem;
}

.abrc-pi-inner .abrc-hero-box::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: var(--hero-fade-height);
  z-index: 0;
  background-color: #ffffff;
  background-image: var(--hero-bg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  opacity: 0.2;
}

.abrc-pi-inner .abrc-hero-box::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: var(--hero-fade-height);
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.04) 0%,
      rgba(255, 255, 255, 0.02) 16%,
      rgba(255, 255, 255, 0) 32%
    ),
    linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0) 20%,
      rgba(255, 255, 255, 0.08) 40%,
      rgba(255, 255, 255, 0.26) 58%,
      rgba(255, 255, 255, 0.58) 76%,
      rgba(255, 255, 255, 0.86) 90%,
      #fff 100%
    );
}

.abrc-pi-inner .abrc-page-text-wrap,
.abrc-pi-inner .abrc-page-content,
.abrc-pi-inner .abrc-page-content__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: none;
  margin: 0;
  color: #222;
  text-shadow: none;
  word-break: break-word;
}

.abrc-page-content {
  padding: 0;
}

.abrc-page-content__inner {
  padding: 0 2.25rem 2.5rem;
}

.abrc-pi-inner .abrc-page-text-wrap,
.abrc-pi-inner .abrc-page-text-wrap *,
.abrc-page-content__inner,
.abrc-page-content__inner * {
  text-shadow: none;
}

.abrc-page-content__inner,
.abrc-page-content__inner p,
.abrc-page-content__inner li,
.abrc-page-content__inner td,
.abrc-page-content__inner th,
.abrc-page-content__inner div,
.abrc-page-content__inner span,
.abrc-page-content__inner strong,
.abrc-page-content__inner b {
  color: #222;
}

.abrc-page-content__inner a {
  color: #0f3568;
  text-decoration: underline;
  text-underline-offset: 0.14em;
}

.abrc-pi-inner .abrc-page-text-wrap p,
.abrc-pi-inner .abrc-page-text-wrap div,
.abrc-pi-inner .abrc-page-text-wrap li,
.abrc-pi-inner .abrc-page-text-wrap td,
.abrc-pi-inner .abrc-page-text-wrap th,
.abrc-page-content__inner p,
.abrc-page-content__inner div,
.abrc-page-content__inner li {
  font-size: 1.05rem;
  line-height: 1.55;
  margin-bottom: 0.6rem;
}

.abrc-page-content__inner h1,
.abrc-page-content__inner h2,
.abrc-page-content__inner h3,
.abrc-page-content__inner h4,
.abrc-page-content__inner h5,
.abrc-page-content__inner h6,
.abrc-pi-inner .abrc-page-text-wrap h1,
.abrc-pi-inner .abrc-page-text-wrap h2,
.abrc-pi-inner .abrc-page-text-wrap h3,
.abrc-pi-inner .abrc-page-text-wrap h4,
.abrc-pi-inner .abrc-page-text-wrap h5,
.abrc-pi-inner .abrc-page-text-wrap h6 {
  line-height: 1.28;
  margin-top: 0;
  margin-bottom: 0.75rem;
  font-weight: 700;
}

.abrc-page-content__inner h1,
.abrc-pi-inner .abrc-page-text-wrap h1 {
  font-size: 2.08rem;
  color: #222;
}

.abrc-page-content__inner h2,
.abrc-pi-inner .abrc-page-text-wrap h2 {
  font-size: 1.62rem;
  color: #222;
}

.abrc-page-content__inner h3,
.abrc-pi-inner .abrc-page-text-wrap h3 {
  font-size: 1.28rem;
  color: #234b2d;
}

.abrc-page-content__inner img {
  max-width: 100%;
  height: auto;
}

/* =========================================================
【13】Shared record cards
========================================================= */
.paper-list,
.discovery-list,
.award-list,
.patent-list,
.pi-record-list {
  width: 100%;
  max-width: none;
}

.paper-year,
.paper-year-title {
  font-size: 1.35rem;
  font-weight: 800;
  color: #1f2937;
  margin: 1.65rem 0 0.65rem;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid rgba(15, 53, 104, 0.10);
}

.paper-list-wrap {
  margin-top: 0.35rem;
}

.paper-year-block {
  margin-bottom: 1.6rem;
}

.paper-items,
.paper-list,
.patent-list {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.paper-item,
.discovery-item,
.award-item,
.patent-item,
.pi-record-item {
  background: rgba(255, 255, 255, 0.46);
  border: 1px solid rgba(15, 53, 104, 0.08);
  border-radius: 0.85rem;
  padding: 0.85rem 1rem;
  margin-bottom: 0;
  box-shadow: none;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.paper-item:hover,
.discovery-item:hover,
.award-item:hover,
.patent-item:hover,
.pi-record-item:hover {
  background: rgba(255, 255, 255, 0.66);
  border-color: rgba(15, 53, 104, 0.12);
}

.paper-title,
.discovery-title,
.award-title,
.pi-record-title,
.patent-item__title {
  font-weight: 800;
  font-size: 1rem;
  line-height: 1.38;
  margin: 0 0 0.35rem;
  color: #1f2937;
}

.paper-title a,
.discovery-title a,
.award-title a,
.pi-record-title a {
  color: #123b72;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.paper-authors,
.paper-item__authors,
.discovery-subtitle,
.discovery-place,
.award-subtitle,
.pi-record-subtitle {
  color: #334155;
  font-size: 0.96rem;
  line-height: 1.45;
  margin: 0 0 0.3rem;
}

.paper-meta,
.paper-item__citation,
.discovery-text,
.award-text,
.pi-record-text {
  color: #1f2937;
  font-size: 0.96rem;
  line-height: 1.45;
  margin: 0 0 0.35rem;
}

.paper-item p,
.paper-item div,
.discovery-text p,
.discovery-text div,
.award-text p,
.award-text div,
.pi-record-text p,
.pi-record-text div {
  margin-top: 0;
  margin-bottom: 0.35rem;
  line-height: 1.45;
}

.paper-item p:last-child,
.paper-item div:last-child,
.discovery-text p:last-child,
.discovery-text div:last-child,
.award-text p:last-child,
.award-text div:last-child,
.pi-record-text p:last-child,
.pi-record-text div:last-child {
  margin-bottom: 0;
}

/* =========================================================
【14】Patents
========================================================= */
.patent-item__meta {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.patent-item__row {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 0.6rem;
  align-items: start;
}

.patent-item__label {
  display: inline-block;
  padding: 0.2rem 0.52rem;
  border-radius: 999px;
  background: rgba(15, 53, 104, 0.06);
  color: #0f3568;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.patent-item__value {
  color: #334155;
  line-height: 1.45;
  word-break: break-word;
}

.patent-item__value > div {
  margin-bottom: 0.15rem;
}

.patent-item__value > div:last-child {
  margin-bottom: 0;
}

/* =========================================================
【15】Research list
========================================================= */
.abrc-research-list {
  display: grid;
  gap: 1rem;
}

.abrc-research-card {
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 0.35rem;
  background: #fff;
}

.abrc-research-card__image {
  display: block;
  padding: 0.25rem;
}

.abrc-research-card__image img {
  max-width: 210px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 0.35rem;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.abrc-research-card__body {
  padding: 0.35rem 1rem;
}

.abrc-research-card__title {
  font-size: 1.18rem;
  font-weight: 500;
  line-height: 1.55;
  margin-bottom: 0.65rem;
}

.abrc-research-card__title a {
  color: #248b3b;
  text-decoration: none;
}

.abrc-research-card__title a:hover {
  text-decoration: underline;
}

.abrc-research-card__text {
  color: #5f6f7a;
  font-size: 1rem;
  line-height: 1.9;
  letter-spacing: 0.06em;
}

.abrc-research-card__footer {
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  align-items: center;
}

.abrc-pi-tags a,
.abrc-pi-tags .btn,
.abrc-pi-tags .btn-success {
  border: 1px solid #208d45 !important;
  background: #fff !important;
  color: #208d45 !important;
  border-radius: 0.25rem !important;
  font-size: 0.86rem !important;
  padding: 0.22rem 0.6rem !important;
  text-decoration: none !important;
}

/* =========================================================
【16】Research detail
========================================================= */
.abrc-research-view {
  max-width: 920px;
  margin: 0 auto;
  padding: 0;
}

.abrc-research-view__top {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 1rem;
}

.abrc-research-view__article {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(15, 53, 104, 0.12);
  border-radius: 1.25rem;
  padding: 2rem 2.25rem;
  box-shadow: 0 18px 42px rgba(15, 53, 104, 0.08);
}

.abrc-research-view__title {
  color: #0f3568;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(15, 53, 104, 0.16);
}

.abrc-research-view__image {
  width: 100%;
  margin: 1.5rem auto 2rem;
  text-align: center;
}

.abrc-research-view__image img {
  max-width: 620px;
  width: 100%;
  height: auto;
  border-radius: 0.9rem;
  border: 1px solid rgba(15, 53, 104, 0.16);
  background: #fff;
  padding: 0.35rem;
}


.abrc-research-view__img {
  display: block;
  max-width: 500px;
  max-height: 500px;
  width: auto;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
  border-radius: 1rem;
}

.abrc-research-view__content {
  color: #263238;
  font-size: 1.08rem;
  line-height: 2;
  letter-spacing: 0.01em;
}

.abrc-research-view__content p {
  margin-bottom: 1.1rem;
}

.abrc-research-view__content img {
  max-width: 100%;
  height: auto;
}

.abrc-research-view__paper {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(15, 53, 104, 0.18);
}

.abrc-paper-info {
  margin: 0;
  padding: 1.15rem 1.35rem;
  border-left: 5px solid #0f3568;
  background: rgba(15, 53, 104, 0.045);
  color: #384650;
  font-size: 0.98rem;
  line-height: 1.85;
}

.abrc-paper-info a {
  color: #0f3568;
  font-weight: 600;
}

.abrc-research-view__pager {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.25rem;
}

.abrc-research-pager-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.45rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(15, 53, 104, 0.28);
  background: rgba(255, 255, 255, 0.9);
  color: #0f3568;
  font-size: 0.92rem;
  text-decoration: none;
}

.abrc-research-pager-link:hover {
  background: #0f3568;
  color: #fff;
}

/* =========================================================
【17】Buttons / More link
========================================================= */
.abrc-more-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.38rem 0.9rem;
  border: 1px solid #0f3568;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: #0f3568;
  text-decoration: none;
  font-size: 0.9rem;
  line-height: 1.2;
}

.abrc-more-link:hover {
  background: #0f3568;
  color: #fff;
}

/* =========================================================
【18】Jobs / Salary note
========================================================= */
.abrc-salary-note {
  background: rgba(15, 53, 104, 0.045);
  border: 1px solid rgba(15, 53, 104, 0.14);
  border-left: 5px solid #0f3568;
  border-radius: 1rem;
  padding: 1.25rem 1.5rem;
}

.abrc-salary-note__title {
  color: #0f3568;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0.6rem;
}

.abrc-salary-note__content {
  color: #263238;
  font-size: 1rem;
  line-height: 1.8;
}

/* =========================================================
【19】Footer
========================================================= */
.abrc-footer {
  clear: both;
  margin-top: 0;
  padding: 2.4rem 0 2.8rem;
  color: #f8fafc;
  text-align: left;
  background: linear-gradient(180deg, #2f2f33 0%, #25262b 100%);
  border-top: 0;
}

.abrc-footer .container {
  max-width: 1320px;
}

.abrc-footer .bg-white {
  background: rgba(255, 255, 255, 0.97) !important;
  border: 1px solid rgba(15, 53, 104, 0.08);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.10) !important;
}

.abrc-footer .rounded-4 {
  border-radius: 1.15rem !important;
}

.abrc-footer h3,
.abrc-footer h4 {
  color: #1f2937 !important;
  line-height: 1.35;
  letter-spacing: 0.01em;
  margin-top: 0;
}

.abrc-footer h3 {
  font-size: 1.35rem;
  font-weight: 800;
  margin-bottom: 0.45rem;
}

.abrc-footer h4 {
  font-size: 1.08rem;
  font-weight: 700;
  margin-bottom: 1rem;
  padding-bottom: 0.55rem;
  border-bottom: 1px solid rgba(15, 53, 104, 0.10);
}

.abrc-footer p,
.abrc-footer li,
.abrc-footer div,
.abrc-footer small {
  line-height: 1.55;
}

.abrc-footer .text-secondary {
  color: #667085 !important;
}

.abrc-footer .small {
  font-size: 0.95rem;
}

.abrc-footer ul.list-unstyled {
  margin: 0;
  padding: 0;
}

.abrc-footer ul.list-unstyled li {
  margin-bottom: 0.45rem;
  color: #334155;
}

.abrc-footer ul.list-unstyled li strong {
  display: inline-block;
  min-width: 3.2em;
  color: #0f3568;
  font-weight: 700;
}

.abrc-footer .bg-white a {
  color: #0f3568;
  text-decoration: none;
  word-break: break-word;
}

.abrc-footer .bg-white a:hover,
.abrc-footer .bg-white a:focus {
  color: #0a2850;
  text-decoration: underline;
}

.abrc-footer .border-top {
  border-top: 1px solid rgba(255, 255, 255, 0.16) !important;
}

.abrc-footer .pt-4.mt-4 {
  margin-top: 2rem !important;
  padding-top: 1.35rem !important;
}

.abrc-footer .text-light {
  color: rgba(255, 255, 255, 0.92) !important;
}

.abrc-footer .text-light.opacity-75 {
  color: rgba(255, 255, 255, 0.62) !important;
}

.abrc-footer .pt-4.mt-4 a.text-light {
  color: rgba(255, 255, 255, 0.95) !important;
  text-decoration: none;
}

.abrc-footer .pt-4.mt-4 a.text-light:hover,
.abrc-footer .pt-4.mt-4 a.text-light:focus {
  color: #fff !important;
  text-decoration: underline;
}

.abrc-footer .row.g-4 {
  --bs-gutter-y: 1.5rem;
}

.abrc-footer .h-100 {
  min-height: 100%;
}

@media (min-width: 768px) {
  .abrc-footer-right-block {
    border-left: 1px solid rgba(255, 255, 255, 0.18);
  }
}

/* =========================================================
【20】Responsive - Tablet / Small laptop
   991.98px 以下：
   1. 首頁改用 mobile 背景
   2. 首頁文字改滿版
   3. 避免小筆電首頁爆版
========================================================= */
@media (max-width: 1199.98px) {
  .abrc-top-header__top {
    padding: 0.45rem 0.85rem 0.15rem;
  }

  .abrc-top-header__lang {
    font-size: 0.9rem;
  }

  .abrc-top-header__main {
    padding: 0 0.85rem 0.85rem;
    gap: 0.5rem;
  }

  .abrc-top-header__logo {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .abrc-page-banner {
    min-height: 200px;
  }

  .abrc-page-banner__inner {
    max-width: 100%;
    padding: 1.45rem 1.4rem 1.15rem;
  }

  .abrc-page-banner__subtitle {
    margin-top: 0.68rem;
    font-size: 0.9rem;
  }

  .abrc-page-banner__intro {
    max-width: 100%;
    margin-top: 1rem;
    font-size: 0.96rem;
    line-height: 1.5;
  }

  .pi-subnav-wrap {
    padding: 0;
  }

  .pi-subnav {
    justify-content: flex-start;
    gap: 0.2rem 0.28rem;
    padding: 0.26rem 0.38rem;
  }

  .pi-subnav-link {
    min-height: 32px;
    padding: 0.28rem 0.68rem;
    font-size: 0.91rem;
  }

  .abrc-pi-home .abrc-hero-box {
    aspect-ratio: auto;
    min-height: auto;
    padding: 1.25rem 1.15rem 1.45rem;
    background: none;
  }

  .abrc-pi-home .abrc-hero-box::after {
    inset: 0;
    height: auto;
    background-image: var(--hero-bg-mobile);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
  }

  .abrc-pi-home .abrc-hero-box::before {
    inset: 0;
    height: auto;
    background: rgba(7, 18, 42, 0.18);
  }

  .abrc-pi-home .abrc-hero-text {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 100%;
    font-size: 0.98rem;
    line-height: 1.55;
  }

  .abrc-pi-home .abrc-hero-text p,
  .abrc-pi-home .abrc-hero-text div,
  .abrc-pi-home .abrc-hero-text li {
    font-size: 0.98rem;
    line-height: 1.55;
    margin-bottom: 0.48rem;
  }

  .abrc-pi-home .hero-text-short,
  .abrc-pi-home .hero-text-medium,
  .abrc-pi-home .hero-text-long,
  .abrc-pi-home .hero-text-xlong,
  .abrc-pi-home .hero-text-short p,
  .abrc-pi-home .hero-text-medium p,
  .abrc-pi-home .hero-text-long p,
  .abrc-pi-home .hero-text-xlong p,
  .abrc-pi-home .hero-text-short div,
  .abrc-pi-home .hero-text-medium div,
  .abrc-pi-home .hero-text-long div,
  .abrc-pi-home .hero-text-xlong div,
  .abrc-pi-home .hero-text-short li,
  .abrc-pi-home .hero-text-medium li,
  .abrc-pi-home .hero-text-long li,
  .abrc-pi-home .hero-text-xlong li {
    font-size: 0.98rem;
    line-height: 1.55;
  }

  .abrc-footer {
    padding: 2rem 0 2.3rem;
    text-align: left;
  }

  .abrc-footer .bg-white {
    padding: 1.25rem !important;
  }

  .abrc-footer h3 {
    font-size: 1.22rem;
  }

  .abrc-footer h4 {
    font-size: 1.02rem;
  }

  .abrc-footer img {
    max-width: 180px;
  }
}

/* =========================================================
【21】Responsive - Mobile
========================================================= */
@media (max-width: 767.98px) {
  html[lang="zh-TW"] body,
  html[lang="zh-Hant-TW"] body,
  html[lang="zh-Hant"] body {
    font-size: 16px;
    line-height: 1.6;
  }

  html[lang="en"] body,
  html[lang="en-US"] body,
  html[lang="en-GB"] body {
    font-size: 15px;
    line-height: 1.5;
  }

  h1 {
    font-size: 1.7rem;
  }

  h2 {
    font-size: 1.45rem;
  }

  h3 {
    font-size: 1.25rem;
  }

  th,
  td {
    padding: 0.6rem 0.65rem;
  }

  .abrc-page-banner-mobile-bg {
    position: relative;
    margin: 0;
    background: var(--mobile-banner-bg) center top / cover no-repeat;
  }

  .abrc-page-banner-mobile-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(7, 18, 42, 0.18);
    pointer-events: none;
    z-index: 0;
  }

  .abrc-page-banner {
    position: relative;
    z-index: 1;
    aspect-ratio: 1320 / 240;
    min-height: auto;
    background: none !important;
    background-image: none !important;
    background-color: transparent !important;
  }

  .abrc-page-banner::before {
    display: none;
  }

  .abrc-page-banner__inner {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 100%;
    padding: 1rem 1rem 0.5rem;
  }

  .abrc-page-banner__title {
    font-size: 1.55rem;
  }

  .abrc-page-banner__subtitle {
    margin-top: 0.56rem;
    padding: 0.22rem 0.5rem;
    font-size: 0.86rem;
  }

  .abrc-page-banner__intro--desktop {
    display: none;
  }

  .abrc-page-banner-intro-mobile {
    display: block;
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0;
    background: transparent;
  }

  .abrc-page-banner-intro-mobile__inner {
    padding: 0.5rem 1rem 0.95rem;
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    font-size: 0.94rem;
    line-height: 1.45;
    font-weight: 600;
    letter-spacing: 0.01em;
    color: #f8fbff !important;
    text-shadow:
      0 2px 10px rgba(0, 0, 0, 0.42),
      0 1px 3px rgba(0, 0, 0, 0.30);
  }

  .abrc-page-banner-intro-mobile__inner,
  .abrc-page-banner-intro-mobile__inner * {
    color: #f8fbff !important;
  }

  .abrc-page-banner-intro-mobile__inner p,
  .abrc-page-banner-intro-mobile__inner div,
  .abrc-page-banner-intro-mobile__inner li,
  .abrc-page-banner-intro-mobile__inner ul,
  .abrc-page-banner-intro-mobile__inner ol,
  .abrc-page-banner-intro-mobile__inner blockquote {
    margin-top: 0;
    margin-bottom: 0.2rem;
  }

  .abrc-page-banner-intro-mobile__inner a {
    color: #fff !important;
    text-decoration: underline;
    text-underline-offset: 2px;
  }

  .pi-subnav-wrap {
    padding: 0;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .pi-subnav-wrap::-webkit-scrollbar {
    display: none;
  }

  .pi-subnav {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0.18rem 0.24rem;
    width: max-content;
    min-width: 100%;
    margin: 0;
    padding: 0.24rem 0.3rem;
    border-radius: 16px;
  }

  .pi-subnav-link {
    flex: 0 0 auto;
    min-height: 30px;
    padding: 0.24rem 0.58rem;
    font-size: 0.86rem;
    white-space: nowrap;
  }

  .abrc-page-banner__profile {
    align-items: flex-start;
    gap: 0.85rem;
  }

  .abrc-page-banner__photo {
    width: 78px;
    height: 100px;
  }

  .abrc-pi-home .abrc-hero-text h1 {
    font-size: 1.75rem;
  }

  .abrc-pi-home .abrc-hero-text h2 {
    font-size: 1.35rem;
  }

  .abrc-pi-home .abrc-hero-text h3 {
    font-size: 1.08rem;
  }

  .abrc-pi-inner .abrc-hero-box {
    --hero-fade-height: 260px;
    padding: 1.4rem 1.15rem 1.8rem;
  }

  .abrc-pi-inner .abrc-hero-box::after {
    height: var(--hero-fade-height);
    background-position: center top;
    background-size: cover;
    opacity: 0.16;
  }

  .abrc-pi-inner .abrc-hero-box::before {
    height: var(--hero-fade-height);
    background:
      linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.06) 0%,
        rgba(255, 255, 255, 0.02) 16%,
        rgba(255, 255, 255, 0) 30%
      ),
      linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0) 16%,
        rgba(255, 255, 255, 0.10) 36%,
        rgba(255, 255, 255, 0.34) 58%,
        rgba(255, 255, 255, 0.70) 80%,
        #fff 100%
      );
  }

  .abrc-page-content__inner {
    padding: 0 0 1.5rem;
  }

  .abrc-pi-inner .abrc-page-text-wrap,
  .abrc-page-content__inner,
  .abrc-page-content__inner p,
  .abrc-page-content__inner div,
  .abrc-page-content__inner li {
    font-size: 0.96rem;
    line-height: 1.5;
  }

  .abrc-pi-inner .abrc-page-text-wrap h1,
  .abrc-page-content__inner h1 {
    font-size: 1.75rem;
    margin-bottom: 0.75rem;
  }

  .abrc-pi-inner .abrc-page-text-wrap h2,
  .abrc-page-content__inner h2 {
    font-size: 1.35rem;
  }

  .abrc-pi-inner .abrc-page-text-wrap h3,
  .abrc-page-content__inner h3 {
    font-size: 1.08rem;
  }

  .abrc-footer {
    padding: 1.8rem 0 2rem;
  }

  .abrc-footer .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .abrc-footer .bg-white {
    border-radius: 1rem !important;
  }

  .abrc-footer .text-center {
    text-align: center !important;
  }

  .abrc-footer ul.list-unstyled li strong {
    min-width: 0;
    margin-right: 0.35rem;
  }

  .abrc-footer .pt-4.mt-4 {
    margin-top: 1.5rem !important;
    padding-top: 1rem !important;
  }

  .abrc-footer .small {
    font-size: 0.9rem;
  }

  .paper-year-block {
    margin-bottom: 1.4rem;
  }

  .paper-year,
  .paper-year-title {
    font-size: 1.2rem;
    margin: 1.35rem 0 0.55rem;
  }

  .paper-item,
  .discovery-item,
  .award-item,
  .patent-item,
  .pi-record-item {
    padding: 0.75rem 0.85rem;
    border-radius: 0.78rem;
  }

  .paper-item__authors,
  .paper-item__citation,
  .paper-authors,
  .paper-meta,
  .discovery-subtitle,
  .discovery-text,
  .award-subtitle,
  .award-text {
    font-size: 0.94rem;
    line-height: 1.45;
  }

  .patent-item__title {
    font-size: 0.96rem;
    margin-bottom: 0.5rem;
  }

  .patent-item__row {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }

  .patent-item__label {
    justify-self: start;
  }

  .abrc-research-card__body {
    padding: 0.75rem 0.25rem 0.25rem;
  }

  .abrc-research-card__title {
    font-size: 1.08rem;
  }

  .abrc-research-view__article {
    padding: 1.25rem;
    border-radius: 1rem;
  }

  .abrc-research-view__title {
    font-size: 1.35rem;
  }

  
.abrc-research-view__img {
  display: block;
  max-width: 500px;
  max-height: 500px;
  width: auto;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
  border-radius: 1rem;
}

.abrc-research-view__content {
    font-size: 1rem;
    line-height: 1.85;
  }
}
/* =========================================================
【22】Footer profile / career / bottom
========================================================= */
.abrc-footer-main {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.abrc-footer-block {
  padding: 0 1rem;
}

.abrc-footer-section-title {
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
}

.abrc-footer-profile {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 1rem;
  text-align: left;
}

.abrc-footer-profile__photo-wrap {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 206px;
  margin-left: 20px;
  overflow: hidden;
}

.abrc-footer-profile__photo,
.abrc-footer .abrc-footer-profile__photo {
  display: block;
  width: auto !important;
  height: auto !important;
  max-width: 160px !important;
  max-height: 206px !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  border-radius: 0.5rem;
}

.abrc-footer-profile__info {
  flex: 1 1 auto;
  min-width: 0;
  color: #f8fafc;
}

.abrc-footer-profile__name {
  color: #ffffff;
  font-weight: 700;
}

.abrc-footer-switch > input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.abrc-footer-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 0.85rem;
}

.abrc-footer-tab {
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  padding: 0.28rem 0.85rem;
  font-size: 0.82rem;
  line-height: 1.4;
  cursor: pointer;
}

.abrc-footer-tab-panel {
  display: none;
}

#footer_tab_basic:checked ~ .abrc-footer-tabs .abrc-footer-tab-basic,
#footer_tab_career:checked ~ .abrc-footer-tabs .abrc-footer-tab-career {
  background: #ffffff;
  color: #0f3568;
  border-color: #ffffff;
  font-weight: 700;
}

#footer_tab_basic:checked ~ .abrc-footer-basic-panel,
#footer_tab_career:checked ~ .abrc-footer-career-panel {
  display: block;
}

.abrc-footer-career {
  color: #ffffff;
  font-size: 0.95rem;
  line-height: 1.75;
  overflow: visible;
  max-height: none;
}

.abrc-footer-career,
.abrc-footer-career p,
.abrc-footer-career li,
.abrc-footer-career div,
.abrc-footer-career span {
  color: #ffffff !important;
}

.abrc-footer-career p {
  margin-bottom: 0.45rem;
}

.abrc-footer-career ul,
.abrc-footer-career ol {
  padding-left: 1.2rem;
  margin-bottom: 0.6rem;
}

.abrc-footer-bottom {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

/* =========================================================
【23】Page banner profile
========================================================= */
.abrc-page-banner__profile {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.abrc-page-banner__photo-wrap {
  flex: 0 0 auto;
}

.abrc-page-banner__photo {
  width: 110px;
  height: 140px;
  object-fit: cover;
  border-radius: 0.75rem;
  background: #fff;
}

.abrc-page-banner__name-block {
  min-width: 0;
}

/* =========================================================
【24】Responsive - Narrow mobile
========================================================= */
@media (max-width: 575.98px) {
  .abrc-footer-profile {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-left: 0;
  }

  .abrc-footer-profile__photo-wrap {
    width: 120px;
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .abrc-footer-profile__photo {
    margin-left: auto;
    margin-right: auto;
  }

  .abrc-footer-profile__info {
    width: 100%;
    text-align: center;
  }

  .abrc-footer-tabs {
    justify-content: center;
  }

  .abrc-research-view__img {
    max-width: 100%;
    max-height: 420px;
  }
}
