.hhbio-page {
--hhbio-color-text: #171717;
--hhbio-color-text-muted: #666666;
--hhbio-color-text-soft: #494949;
--hhbio-color-text-faint: #cfcfcf;
--hhbio-color-surface: #ffffff;
--hhbio-color-surface-alt: #fafafa;
--hhbio-color-surface-grey: #ededed;
--hhbio-color-placeholder: #d9d9d9;
--hhbio-color-accent: #ffff41;
--hhbio-color-accent-soft: rgba(255, 255, 65, 0.6);
--hhbio-color-chip: #f3f4fc;
--hhbio-color-line: #1ce133;
--hhbio-shadow-card: 0 2px 6px rgba(0, 0, 0, 0.2);
--hhbio-shadow-raised: 0 6px 14px rgba(0, 0, 0, 0.22);
--hhbio-shadow-soft: 0 6px 12px rgba(0, 0, 0, 0.08);
--hhbio-font-family: Mulish, system-ui, -apple-system, "Segoe UI",
"PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", "Helvetica Neue",
Arial, sans-serif;
--hhbio-font-weight-thin: 200;
--hhbio-font-weight-light: 300;
--hhbio-font-weight-regular: 400;
--hhbio-font-weight-medium: 500;
--hhbio-font-weight-semibold: 600;
--hhbio-font-weight-bold: 700;
--hhbio-fs-xs: 12px;
--hhbio-fs-sm: 14px;
--hhbio-fs-md: 16px;
--hhbio-fs-lg: 18px;
--hhbio-fs-xl: 20px;
--hhbio-fs-2xl: 24px;
--hhbio-fs-3xl: 28px;
--hhbio-fs-4xl: 32px;
--hhbio-fs-5xl: 36px;
--hhbio-lh-tight: 1.15;
--hhbio-lh-heading: 1.35;
--hhbio-lh-body: 1.6;
--hhbio-lh-prose: 1.71;
--hhbio-canvas-width: 1440px;
--hhbio-gutter: 70px;
--hhbio-radius-pill: 999px;
box-sizing: border-box;
background-color: var(--hhbio-color-surface);
font-family: var(--hhbio-font-family);
color: var(--hhbio-color-text);
}
.hhbio-page *,
.hhbio-page *::before,
.hhbio-page *::after {
box-sizing: inherit;
}
.hhbio-sr-only {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip-path: inset(50%);
white-space: nowrap;
border: 0;
}
.hhbio-header {
position: relative;
background-color: var(--hhbio-color-surface-alt);
}
.hhbio-header__inner {
display: flex;
align-items: center;
justify-content: space-between;
height: 104px;
max-width: var(--hhbio-canvas-width);
margin: 0 auto;
padding: 0 59px 0 var(--hhbio-gutter);
}
.hhbio-header__logo {
display: block;
flex: 0 0 auto;
line-height: 0;
}
.hhbio-header__logo img {
display: block;
width: 48px;
height: 48px;
}
.hhbio-header__nav-list {
display: flex;
align-items: center;
gap: 60px;
margin: 0;
padding: 0;
list-style: none;
}
.hhbio-header__nav-link {
display: block;
font-size: var(--hhbio-fs-xs);
font-weight: var(--hhbio-font-weight-bold);
line-height: normal;
color: var(--hhbio-color-text-muted);
text-align: center;
text-decoration: none;
white-space: nowrap;
}
.hhbio-header__nav-link:focus-visible {
outline: 2px solid var(--hhbio-color-text-muted);
outline-offset: 4px;
}
.hhbio-header__toggle {
display: none;
}
.hhbio-footer {
background-color: var(--hhbio-color-surface-grey);
}
.hhbio-footer__inner {
display: grid;
grid-template-columns: 431px minmax(0, 1fr);
max-width: var(--hhbio-canvas-width);
margin: 0 auto;
padding: 95px 165px 93px;
}
.hhbio-footer__logo {
display: block;
margin-left: 3px;
line-height: 0;
}
.hhbio-footer__logo img {
display: block;
width: 181px;
height: 42px;
}
.hhbio-footer__tagline {
margin: 4px 0 0 3px;
font-size: var(--hhbio-fs-sm);
font-weight: var(--hhbio-font-weight-medium);
line-height: var(--hhbio-lh-body);
color: var(--hhbio-color-text-muted);
}
.hhbio-footer__company {
margin: 29px 0 0;
font-size: var(--hhbio-fs-sm);
font-weight: var(--hhbio-font-weight-light);
font-style: normal;
line-height: var(--hhbio-lh-body);
}
.hhbio-footer__social {
display: flex;
align-items: center;
gap: 25px;
margin: 29px 0 0;
padding: 0;
list-style: none;
}
.hhbio-footer__social a {
display: block;
line-height: 0;
}
.hhbio-footer__social a:focus-visible {
outline: 2px solid var(--hhbio-color-text-muted);
outline-offset: 4px;
}
.hhbio-footer__social img {
display: block;
}
.hhbio-footer__heading {
margin: 0;
font-size: var(--hhbio-fs-sm);
font-weight: var(--hhbio-font-weight-medium);
line-height: var(--hhbio-lh-body);
color: var(--hhbio-color-text-muted);
}
.hhbio-footer__block {
margin: 16px 0 0;
font-size: var(--hhbio-fs-sm);
font-weight: var(--hhbio-font-weight-light);
line-height: var(--hhbio-lh-body);
}
.hhbio-footer__block + .hhbio-footer__block {
margin-top: 23px;
}
.hhbio-footer__block a {
color: inherit;
text-decoration: underline;
text-underline-position: from-font;
text-decoration-skip-ink: none;
}
.hhbio-banner {
--hhbio-banner-ratio: 1440 / 520;
display: block;
background-color: var(--hhbio-color-surface-grey);
}
.hhbio-banner--certifications {
--hhbio-banner-ratio: 1440 / 424;
}
.hhbio-banner--pagehead {
--hhbio-banner-ratio: 1440 / 308;
}
.hhbio-banner img {
display: block;
width: 100%;
height: auto;
aspect-ratio: var(--hhbio-banner-ratio);
object-fit: cover;
}
.hhbio-columns {
background-color: var(--hhbio-color-accent);
padding: 64px 40px 80px;
}
.hhbio-columns__inner {
display: flex;
flex-direction: column;
align-items: center;
gap: 48px;
max-width: 1090px;
margin: 0 auto;
}
.hhbio-columns__title {
margin: 0;
width: 100%;
font-size: var(--hhbio-fs-4xl);
font-weight: var(--hhbio-font-weight-semibold);
line-height: var(--hhbio-lh-tight);
text-align: center;
}
.hhbio-columns__list {
display: grid;
grid-template-columns: repeat(3, 330px);
justify-content: center;
gap: 50px;
width: 100%;
margin: 0;
padding: 0;
list-style: none;
}
.hhbio-columns__list > li {
display: flex;
}
.hhbio-post {
display: flex;
flex-direction: column;
align-items: center;
gap: 15px;
width: 330px;
padding: 22px 25px 15px;
border-radius: 10px;
background-color: var(--hhbio-color-surface);
box-shadow: var(--hhbio-shadow-card);
color: var(--hhbio-color-text);
text-decoration: none;
transition: box-shadow 160ms ease, transform 160ms ease;
}
.hhbio-post:hover {
box-shadow: var(--hhbio-shadow-raised);
transform: translateY(-2px);
}
.hhbio-post:focus-visible {
outline: 2px solid var(--hhbio-color-text);
outline-offset: 3px;
}
.hhbio-post__thumb {
display: block;
width: 287px;
height: 151px;
object-fit: cover;
background-color: var(--hhbio-color-placeholder);
}
.hhbio-post__title {
margin: 0;
width: 287px;
font-size: var(--hhbio-fs-xl);
font-weight: var(--hhbio-font-weight-bold);
line-height: var(--hhbio-lh-heading);
text-align: center;
}
.hhbio-post__excerpt {
margin: 0;
width: 288px;
font-size: var(--hhbio-fs-sm);
font-weight: var(--hhbio-font-weight-regular);
line-height: var(--hhbio-lh-prose);
text-align: center;
}
.hhbio-post__more {
display: flex;
align-items: center;
gap: 14px;
margin-top: auto;
font-size: var(--hhbio-fs-md);
line-height: var(--hhbio-lh-body);
white-space: nowrap;
}
.hhbio-post__more img {
display: block;
width: 26px;
height: 15px;
}
.hhbio-guarantee {
--hhbio-card-width: 244px;
--hhbio-card-height: 102px;
--hhbio-card-radius: 60px;
--hhbio-grid-gap: 62px;
background-color: var(--hhbio-color-accent);
padding: 55px 40px 54px;
}
.hhbio-guarantee__list {
display: grid;
grid-template-columns: repeat(4, var(--hhbio-card-width));
justify-content: center;
align-items: start;
gap: var(--hhbio-grid-gap);
max-width: 1162px;
margin: 0 auto;
padding: 0;
list-style: none;
}
.hhbio-guarantee__item {
flex: 0 0 auto;
}
.hhbio-card {
display: block;
overflow: hidden;
width: var(--hhbio-card-width);
height: var(--hhbio-card-height);
background-color: var(--hhbio-color-surface);
border-radius: 0 var(--hhbio-card-radius) 0 0;
box-shadow: var(--hhbio-shadow-card);
transition: box-shadow 160ms ease, transform 160ms ease;
}
.hhbio-card:hover {
box-shadow: var(--hhbio-shadow-raised);
transform: translateY(-2px);
}
.hhbio-card:focus-visible {
outline: 2px solid var(--hhbio-color-text);
outline-offset: 3px;
}
.hhbio-card img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
.hhbio-team {
background-color: var(--hhbio-color-surface);
padding: 45px 0 82px;
}
.hhbio-team__intro {
display: flex;
align-items: center;
gap: 36px;
max-width: 1440px;
margin: 0 auto;
padding: 0 143px;
}
.hhbio-team__portrait {
flex: 0 0 auto;
width: 487px;
height: 424px;
}
.hhbio-team__portrait img {
display: block;
width: 100%;
height: 100%;
object-fit: contain;
}
.hhbio-team__bio {
flex: 1 1 auto;
min-width: 0;
}
.hhbio-team__role {
margin: 0;
font-size: var(--hhbio-fs-md);
font-weight: var(--hhbio-font-weight-semibold);
line-height: var(--hhbio-lh-body);
}
.hhbio-team__name {
margin: 0;
font-size: var(--hhbio-fs-3xl);
font-weight: var(--hhbio-font-weight-semibold);
line-height: var(--hhbio-lh-heading);
}
.hhbio-team__text {
margin: 6px 0 0;
max-width: 564px;
font-size: var(--hhbio-fs-sm);
font-weight: var(--hhbio-font-weight-regular);
line-height: var(--hhbio-lh-prose);
text-align: justify;
}
.hhbio-team__list {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 29px 50px;
max-width: 1058px;
margin: 45px auto 0;
padding: 0;
list-style: none;
}
.hhbio-member {
position: relative;
width: 227px;
height: 372px;
}
.hhbio-member__photo {
position: absolute;
left: 0;
top: 0;
width: 227px;
height: 241px;
object-fit: cover;
object-position: top;
}
.hhbio-member__label {
position: absolute;
left: 9px;
top: 241px;
display: flex;
flex-direction: column;
justify-content: center;
width: 209px;
height: 131px;
background-color: var(--hhbio-color-accent);
text-align: center;
}
.hhbio-member__label p {
margin: 0;
}
.hhbio-member__name,
.hhbio-member__en {
font-size: var(--hhbio-fs-lg);
font-weight: var(--hhbio-font-weight-semibold);
line-height: var(--hhbio-lh-heading);
}
.hhbio-member__job,
.hhbio-member__edu {
font-size: var(--hhbio-fs-xs);
font-weight: var(--hhbio-font-weight-regular);
line-height: var(--hhbio-lh-body);
}
.hhbio-cta {
padding: 88px 20px 120px;
background-color: var(--hhbio-color-surface-grey);
background-image: url(//blog.betterbio.com.tw/wp-content/themes/jnews-child/hhbio-assets/images/cta-bg.jpg);
background-size: cover;
background-position: center;
}
.hhbio-cta__panel {
max-width: 807px;
margin: 0 auto;
padding: 45px 24px 44px;
background-color: rgba(255, 255, 255, 0.85);
text-align: center;
}
.hhbio-cta__title {
margin: 0;
font-size: var(--hhbio-fs-2xl);
font-weight: var(--hhbio-font-weight-semibold);
line-height: var(--hhbio-lh-heading);
}
.hhbio-cta__text {
margin: 7px 0 0;
max-width: 682px;
margin-inline: auto;
font-size: var(--hhbio-fs-sm);
font-weight: var(--hhbio-font-weight-regular);
line-height: var(--hhbio-lh-prose);
}
.hhbio-cta__action {
display: flex;
justify-content: center;
margin-top: -30px;
}
.hhbio-cta__button {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 14px;
width: 220px;
height: 60px;
border-radius: var(--hhbio-radius-pill);
background-color: var(--hhbio-color-line);
color: var(--hhbio-color-text);
font-size: var(--hhbio-fs-md);
font-weight: var(--hhbio-font-weight-medium);
line-height: normal;
text-decoration: none;
white-space: nowrap;
transition: filter 160ms ease;
}
.hhbio-cta__button:hover {
filter: brightness(0.94);
}
.hhbio-cta__button:focus-visible {
outline: 2px solid var(--hhbio-color-text);
outline-offset: 3px;
}
.hhbio-cta__button img {
display: block;
width: 34px;
height: 15px;
}
.hhbio-idea {
background-color: var(--hhbio-color-surface-grey);
padding: 60px 20px 96px;
}
.hhbio-idea__title {
max-width: 1060px;
margin: 0 auto;
font-size: var(--hhbio-fs-4xl);
font-weight: var(--hhbio-font-weight-thin);
line-height: var(--hhbio-lh-tight);
text-align: center;
}
.hhbio-idea__body {
margin-top: 22px;
}
.hhbio-idea__text {
max-width: 976px;
margin: 0 auto;
font-size: var(--hhbio-fs-sm);
font-weight: var(--hhbio-font-weight-regular);
line-height: var(--hhbio-lh-prose);
text-align: center;
}
.hhbio-idea__text + .hhbio-idea__text {
margin-top: 0;
}
.hhbio-idea__text--group {
margin-top: 1.71em;
}
.hhbio-idea__list {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 48px 33px;
max-width: 744px;
margin: 64px auto 0;
padding: 0;
padding: 0;
list-style: none;
}
.hhbio-idea__item {
display: flex;
flex-direction: column;
align-items: center;
width: 226px;
height: 188px;
}
.hhbio-idea__item picture {
display: block;
width: 137px;
height: 137px;
}
.hhbio-idea__item img {
display: block;
width: 137px;
height: 137px;
object-fit: contain;
}
.hhbio-idea__caption {
margin: 23px 0 0;
font-size: var(--hhbio-fs-md);
font-weight: var(--hhbio-font-weight-regular);
line-height: var(--hhbio-lh-body);
color: var(--hhbio-color-text-soft);
text-align: center;
width: 312px;
}
.hhbio-promise {
background-color: var(--hhbio-color-accent-soft);
padding: 64px 130px;
}
.hhbio-promise__label {
margin: 0;
max-width: 656px;
margin-inline: auto;
font-size: var(--hhbio-fs-sm);
font-weight: var(--hhbio-font-weight-light);
line-height: var(--hhbio-lh-body);
text-align: center;
}
.hhbio-promise__lead {
margin: 12px auto 0;
max-width: 656px;
font-size: var(--hhbio-fs-xl);
font-weight: var(--hhbio-font-weight-medium);
line-height: var(--hhbio-lh-body);
text-align: center;
}
.hhbio-promise__grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
align-items: start;
gap: 48px 74px;
max-width: 1181px;
margin: 40px auto 0;
}
.hhbio-promise__grid > div {
min-width: 0;
}
.hhbio-promise__heading {
margin: 0;
overflow-wrap: anywhere;
font-size: var(--hhbio-fs-xl);
font-weight: var(--hhbio-font-weight-semibold);
line-height: var(--hhbio-lh-heading);
}
.hhbio-promise__points {
margin: 20px 0 0;
padding-left: 36px;
font-size: var(--hhbio-fs-sm);
font-weight: var(--hhbio-font-weight-regular);
line-height: var(--hhbio-lh-prose);
list-style: disc;
}
.hhbio-awards {
background-color: var(--hhbio-color-surface-alt);
padding: 0 79px 91px;
}
.hhbio-awards__list {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
align-items: start;
max-width: 1281px;
margin: 0 auto;
padding: 0;
list-style: none;
}
.hhbio-awards__list img {
display: block;
width: 100%;
height: auto;
}
.hhbio-awards__mobile {
display: none;
}
.hhbio-awards__action {
display: flex;
justify-content: center;
margin-top: 56px;
}
.hhbio-pill {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 14px;
min-width: 220px;
height: 60px;
padding: 0 28px;
border-radius: var(--hhbio-radius-pill);
background-color: var(--hhbio-color-accent);
color: var(--hhbio-color-text);
font-size: var(--hhbio-fs-md);
font-weight: var(--hhbio-font-weight-regular);
line-height: normal;
text-decoration: none;
white-space: nowrap;
transition: filter 160ms ease;
}
.hhbio-pill:hover {
filter: brightness(0.94);
}
.hhbio-pill:focus-visible {
outline: 2px solid var(--hhbio-color-text);
outline-offset: 3px;
}
.hhbio-pill img {
display: block;
width: 34px;
height: 15px;
}
.hhbio-teamhead {
position: relative;
overflow: hidden;
padding: 96px 20px;
background-image: url(//blog.betterbio.com.tw/wp-content/themes/jnews-child/hhbio-assets/images/teamhead-bg.png);
background-size: cover;
background-position: center;
text-align: center;
}
.hhbio-teamhead__title {
position: relative;
max-width: 672px;
margin: 0 auto;
font-size: var(--hhbio-fs-2xl);
font-weight: var(--hhbio-font-weight-semibold);
line-height: var(--hhbio-lh-heading);
}
.hhbio-staff__actions {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 39px;
margin-top: 26px;
}
.hhbio-chip {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 7px;
padding: 10px 30px;
border-radius: var(--hhbio-radius-pill);
background-color: var(--hhbio-color-surface);
box-shadow: var(--hhbio-shadow-card);
color: var(--hhbio-color-text);
font-size: var(--hhbio-fs-md);
font-weight: var(--hhbio-font-weight-medium);
line-height: var(--hhbio-lh-body);
text-decoration: none;
white-space: nowrap;
transition: filter 160ms ease;
}
.hhbio-chip--tinted {
background-color: var(--hhbio-color-chip);
}
.hhbio-chip:hover {
filter: brightness(0.97);
}
.hhbio-chip:focus-visible {
outline: 2px solid var(--hhbio-color-text);
outline-offset: 3px;
}
.hhbio-chip img {
display: block;
width: 34px;
height: 15px;
}
.hhbio-staff {
background-color: var(--hhbio-color-surface-grey);
padding: 72px 20px;
}
.hhbio-staff__eyebrow {
width: fit-content;
margin: 0 auto;
background-image: linear-gradient(transparent 60%, var(--hhbio-color-accent) 60%);
background-repeat: no-repeat;
font-size: var(--hhbio-fs-2xl);
font-weight: var(--hhbio-font-weight-regular);
line-height: var(--hhbio-lh-heading);
text-align: center;
}
.hhbio-staff__lead {
max-width: 992px;
margin: 48px auto 0;
font-size: var(--hhbio-fs-4xl);
font-weight: var(--hhbio-font-weight-thin);
line-height: var(--hhbio-lh-heading);
text-align: center;
}
.hhbio-staff__list {
display: grid;
grid-template-columns: repeat(6, 159.5px);
justify-content: center;
gap: 56px 43px;
align-items: start;
margin: 48px auto 0;
padding: 0;
list-style: none;
}
.hhbio-staff__list > .hhbio-profile {
grid-column: span 2;
}
@media (min-width: 1216px) {
.hhbio-staff__list > .hhbio-profile:nth-child(4):nth-last-child(4),
.hhbio-staff__list > .hhbio-profile:nth-child(6):nth-last-child(2) {
grid-column: 2 / span 2;
}
}
.hhbio-profile {
display: flex;
flex-direction: column;
align-items: center;
gap: 5px;
width: 100%;
}
.hhbio-profile__photo {
display: block;
width: 331px;
height: 351px;
}
.hhbio-profile__photo img {
display: block;
width: 100%;
height: 100%;
object-fit: contain;
}
.hhbio-profile__name {
margin: 0;
width: 100%;
font-size: var(--hhbio-fs-2xl);
font-weight: var(--hhbio-font-weight-semibold);
line-height: var(--hhbio-lh-heading);
text-align: center;
}
.hhbio-profile__tag {
display: flex;
align-items: center;
justify-content: center;
width: auto;
min-width: 152px;
height: 28px;
padding: 0 14px;
margin: 0;
background-color: var(--hhbio-color-accent);
font-size: var(--hhbio-fs-sm);
font-weight: var(--hhbio-font-weight-semibold);
line-height: 28px;
white-space: nowrap;
}
.hhbio-profile__credential {
display: flex;
align-items: center;
justify-content: center;
height: 34px;
padding: 0 10px;
margin: 0;
background-color: var(--hhbio-color-surface);
font-size: var(--hhbio-fs-md);
font-weight: var(--hhbio-font-weight-semibold);
line-height: 34px;
white-space: nowrap;
}
.hhbio-profile__bio {
margin: 0;
width: 100%;
font-size: var(--hhbio-fs-sm);
font-weight: var(--hhbio-font-weight-regular);
line-height: var(--hhbio-lh-prose);
text-align: center;
}
@media (prefers-reduced-motion: reduce) {
.hhbio-card,
.hhbio-post,
.hhbio-cta__button,
.hhbio-pill,
.hhbio-chip {
transition: none;
}
.hhbio-card:hover,
.hhbio-post:hover {
transform: none;
}
}
@media (max-width: 1199px) {
.hhbio-guarantee {
--hhbio-grid-gap: 40px;
padding: 48px 40px;
}
.hhbio-columns {
padding: 64px 40px 72px;
}
.hhbio-team {
padding: 45px 0 64px;
}
.hhbio-promise {
padding: 64px 40px 80px;
}
.hhbio-awards {
padding: 0 40px 72px;
}
.hhbio-staff {
padding: 64px 40px;
}
.hhbio-staff__list {
grid-template-columns: repeat(2, minmax(0, 362px));
}
.hhbio-staff__list > .hhbio-profile,
.hhbio-staff__list > .hhbio-profile:nth-child(4),
.hhbio-staff__list > .hhbio-profile:nth-child(6) {
grid-column: auto;
}
.hhbio-team__intro {
padding: 0 40px;
}
.hhbio-team__intro {
flex-direction: column;
align-items: center;
gap: 24px;
}
.hhbio-team__bio {
padding-top: 0;
}
.hhbio-team__portrait {
width: 487px;
max-width: 100%;
}
.hhbio-footer__inner {
grid-template-columns: minmax(0, 1fr);
gap: 48px;
padding: 64px 40px 48px;
}
}
@media (max-width: 1169px) {
.hhbio-columns__list {
grid-template-columns: minmax(0, 330px);
}
.hhbio-guarantee__list {
grid-template-columns: repeat(2, var(--hhbio-card-width));
}
}
@media (max-width: 899px) {
.hhbio-page {
--hhbio-gutter: 24px;
}
.hhbio-header__inner {
padding: 0 24px;
}
.hhbio-header__nav-list {
gap: 28px;
}
}
@media (max-width: 599px) {
.hhbio-guarantee {
--hhbio-card-width: 132px;
--hhbio-card-height: 55px;
--hhbio-card-radius: 32px;
--hhbio-grid-gap: 16px;
padding: 40px 16px;
}
.hhbio-columns {
padding: 48px 16px 48px;
}
.hhbio-post {
width: 100%;
max-width: 330px;
}
.hhbio-cta {
padding: 56px 16px 96px;
}
.hhbio-team {
--hhbio-member-width-mobile: 148px;
--hhbio-member-photo-height-mobile: 157px;
padding: 32px 0 48px;
}
.hhbio-team__list {
display: grid;
grid-template-columns: repeat(2, var(--hhbio-member-width-mobile));
gap: 24px 16px;
}
.hhbio-team__list > .hhbio-member:last-child {
grid-column: 1 / -1;
justify-self: center;
}
.hhbio-member {
width: var(--hhbio-member-width-mobile);
height: 253px;
}
.hhbio-member__photo {
width: var(--hhbio-member-width-mobile);
height: var(--hhbio-member-photo-height-mobile);
}
.hhbio-member__label {
left: 6px;
top: var(--hhbio-member-photo-height-mobile);
width: 136px;
height: 96px;
}
.hhbio-idea {
padding: 40px 16px 64px;
}
.hhbio-idea__title {
font-size: var(--hhbio-fs-3xl);
}
.hhbio-idea__list {
gap: 40px 20px;
margin-top: 48px;
}
.hhbio-idea__caption {
width: 100%;
font-size: var(--hhbio-fs-sm);
}
.hhbio-idea__item {
width: 140px;
}
.hhbio-promise {
padding: 48px 16px 56px;
}
.hhbio-promise__grid {
grid-template-columns: minmax(0, 1fr);
gap: 36px;
margin-top: 40px;
}
.hhbio-promise__lead,
.hhbio-promise__heading {
font-size: var(--hhbio-fs-md);
}
.hhbio-promise__points {
padding-left: 22px;
}
.hhbio-awards {
padding: 0 16px 48px;
}
.hhbio-awards__list {
display: none;
}
.hhbio-awards__mobile {
display: block;
width: 100%;
height: auto;
max-width: 402px;
margin: 0 auto;
}
.hhbio-banner {
--hhbio-banner-ratio: 402 / 434;
}
.hhbio-banner--pagehead {
--hhbio-banner-ratio: 402 / 246;
}
.hhbio-banner--certifications {
--hhbio-banner-ratio: 402 / 399;
}
.hhbio-awards__list {
grid-template-columns: minmax(0, 1fr);
}
.hhbio-teamhead {
padding: 0 16px;
background-image: url(//blog.betterbio.com.tw/wp-content/themes/jnews-child/hhbio-assets/images/teamhead-bg-mobile-v3.png);
background-position: center top;
aspect-ratio: 402 / 310;
}
.hhbio-teamhead__title {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip-path: inset(50%);
white-space: nowrap;
}
.hhbio-staff__actions {
flex-direction: column;
align-items: center;
gap: 14px;
margin-top: 20px;
}
.hhbio-chip {
padding: 8px 20px;
}
.hhbio-staff {
padding: 48px 16px;
}
.hhbio-staff__eyebrow,
.hhbio-staff__lead {
font-size: var(--hhbio-fs-xl);
}
.hhbio-staff__lead {
margin-top: 40px;
}
.hhbio-staff__list {
grid-template-columns: minmax(0, 362px);
gap: 40px 20px;
margin-top: 40px;
}
.hhbio-staff__list > .hhbio-profile,
.hhbio-staff__list > .hhbio-profile:nth-child(4),
.hhbio-staff__list > .hhbio-profile:nth-child(6) {
grid-column: auto;
}
.hhbio-profile {
width: 100%;
max-width: 362px;
}
.hhbio-profile__photo {
width: 100%;
max-width: 331px;
height: auto;
aspect-ratio: 331 / 351;
}
.hhbio-profile__name {
font-size: var(--hhbio-fs-xl);
}
.hhbio-team__intro {
padding: 0 16px;
}
.hhbio-team__name {
font-size: var(--hhbio-fs-xl);
}
.hhbio-cta__title {
font-size: var(--hhbio-fs-xl);
}
.hhbio-columns__inner {
gap: 32px;
}
.hhbio-columns__title {
font-size: var(--hhbio-fs-3xl);
}
.hhbio-header__inner {
height: 72px;
}
.hhbio-header__logo img {
width: 36px;
height: 36px;
}
.hhbio-header__toggle {
display: block;
width: 44px;
height: 44px;
padding: 0;
background: none;
border: 0;
font: inherit;
color: var(--hhbio-color-text-muted);
cursor: pointer;
}
.hhbio-header__nav {
display: none;
position: absolute;
left: 0;
right: 0;
top: 100%;
z-index: 20;
background-color: var(--hhbio-color-surface-alt);
box-shadow: var(--hhbio-shadow-soft);
}
.hhbio-header__nav[data-hhbio-open="true"] {
display: block;
}
.hhbio-header__nav-list {
flex-direction: column;
align-items: stretch;
gap: 0;
}
.hhbio-header__nav-link {
padding: 14px 24px;
text-align: left;
}
.hhbio-footer__inner {
padding: 48px 24px 40px;
}
}
@media (min-width: 600px) and (max-width: 630px) {
.hhbio-guarantee {
--hhbio-card-width: 132px;
--hhbio-card-height: 55px;
--hhbio-card-radius: 32px;
--hhbio-grid-gap: 16px;
}
}
@media (min-width: 1170px) and (max-width: 1245px) {
.hhbio-guarantee__list {
grid-template-columns: repeat(2, var(--hhbio-card-width));
}
}
@media (min-width: 600px) and (max-width: 799px) {
.hhbio-staff__list {
grid-template-columns: minmax(0, 362px);
}
.hhbio-staff__list > .hhbio-profile,
.hhbio-staff__list > .hhbio-profile:nth-child(4),
.hhbio-staff__list > .hhbio-profile:nth-child(6) {
grid-column: auto;
}
}
@media (min-width: 1200px) and (max-width: 1215px) {
.hhbio-staff__list {
grid-template-columns: repeat(2, minmax(0, 362px));
}
.hhbio-staff__list > .hhbio-profile,
.hhbio-staff__list > .hhbio-profile:nth-child(4),
.hhbio-staff__list > .hhbio-profile:nth-child(6) {
grid-column: auto;
}
}
@media (min-width: 600px) and (max-width: 799px) {
.hhbio-promise__grid {
column-gap: 16px;
}
.hhbio-promise__heading {
font-size: var(--hhbio-fs-md);
}
}