@font-face {
    font-display: swap;
    font-family: "Noto Sans TC";
    font-style: normal;
    font-weight: 400;
    src: url("/fonts/bh-sans-tc-400.woff2") format("woff2");
}

@font-face {
    font-display: swap;
    font-family: "Noto Sans TC";
    font-style: normal;
    font-weight: 700;
    src: url("/fonts/bh-sans-tc-700.woff2") format("woff2");
}

@font-face {
    font-display: swap;
    font-family: "Noto Sans TC";
    font-style: normal;
    font-weight: 900;
    src: url("/fonts/bh-sans-tc-900.woff2") format("woff2");
}

@font-face {
    font-display: swap;
    font-family: "Noto Serif TC";
    font-style: normal;
    font-weight: 400;
    src: url("/fonts/bh-serif-tc-400.woff2") format("woff2");
}

@font-face {
    font-display: swap;
    font-family: "Noto Serif TC";
    font-style: normal;
    font-weight: 500;
    src: url("/fonts/bh-serif-tc-500.woff2") format("woff2");
}

:root {
    --white: #ffffff;
    --ink: #1e252d;
    --glass: rgba(30, 37, 45, 0.73);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scrollbar-gutter: stable;
}

body.massively-page {
    margin: 0;
    background: var(--ink);
    color: var(--white);
    font-family: "Noto Sans TC", "Microsoft JhengHei", Arial, sans-serif;
    min-width: 0;
    overflow-x: clip;
}

.massively-page a {
    color: inherit;
    text-decoration: none;
}

.title-tail {
    display: inline-block;
    white-space: nowrap;
}

.mobile-title-break {
    display: none;
}

.skip-link {
    left: 1rem;
    padding: 0.65rem 1rem;
    position: fixed;
    top: -5rem;
    z-index: 100;
    background: #fff;
    color: #111 !important;
}

.skip-link:focus {
    top: 1rem;
}

.hero {
    align-items: center;
    background-image: url("/images/hero-concrete-walk-16x9.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    min-height: 100svh;
    overflow: hidden;
    padding: 4rem clamp(1.5rem, 6vw, 7rem) 9.2rem;
    position: relative;
}

.hero-shade {
    background:
        linear-gradient(180deg, rgba(10, 17, 24, 0.49) 0%, rgba(13, 20, 27, 0.38) 42%, rgba(12, 18, 24, 0.7) 100%),
        linear-gradient(90deg, rgba(9, 15, 21, 0.2), rgba(9, 15, 21, 0.08));
    inset: 0;
    position: absolute;
}

.hero-shade::after {
    background: radial-gradient(circle at center, transparent 28%, rgba(9, 13, 18, 0.24) 100%);
    content: "";
    inset: 0;
    position: absolute;
}

.hero-content {
    margin-top: -1vh;
    max-width: 64rem;
    position: relative;
    text-align: center;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
    width: 100%;
    z-index: 2;
}

.hero-kicker {
    font-size: clamp(0.62rem, 0.75vw, 0.78rem);
    font-weight: 800;
    letter-spacing: 0.27em;
    margin: 0 0 1.45rem;
    opacity: 0.82;
}

.hero h1 {
    font-family: "Arial Black", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-size: clamp(5.3rem, 10.8vw, 12.7rem);
    font-weight: 900;
    letter-spacing: 0.055em;
    line-height: 0.82;
    margin: 0;
    text-transform: uppercase;
}

.hero h1 span {
    display: block;
    font-size: 0.47em;
    letter-spacing: 0.17em;
    line-height: 1.22;
    padding-left: 0.17em;
}

.hero .brand-hero-title strong {
    display: block;
    font-size: 0.56em;
    letter-spacing: 0.035em;
    line-height: 1.05;
    margin-top: 0.08em;
    white-space: nowrap;
}

.hero .brand-hero-title--personal {
    font-size: clamp(5rem, 9vw, 10.5rem);
    letter-spacing: -0.045em;
}

.hero .brand-hero-title--personal span {
    font-size: 0.46em;
    letter-spacing: 0.035em;
    padding-left: 0;
}

.hero .brand-hero-title--personal strong {
    font-size: 0.58em;
    letter-spacing: -0.045em;
    line-height: 1.08;
    margin-top: 0.18em;
}

.hero-lead {
    font-family: Georgia, "Noto Serif TC", "PMingLiU", serif;
    font-size: clamp(1.05rem, 1.35vw, 1.42rem);
    font-style: italic;
    font-weight: 500;
    letter-spacing: 0.035em;
    line-height: 1.95;
    margin: clamp(2rem, 4.5vh, 3.4rem) auto 0;
    max-width: 49rem;
}

.scroll-button {
    align-items: center;
    border: 2px solid rgba(255, 255, 255, 0.88);
    border-radius: 50%;
    display: inline-flex;
    font-family: Arial, sans-serif;
    font-size: 1.8rem;
    height: 5.1rem;
    justify-content: center;
    margin-top: clamp(2rem, 5vh, 3.7rem);
    transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
    width: 5.1rem;
}

.scroll-button:hover,
.scroll-button:focus-visible {
    background: #fff;
    color: var(--ink);
    transform: translateY(4px);
}

.inner-scroll-button {
    display: flex;
    height: 4.4rem;
    margin: 1.25rem auto 0;
    width: 4.4rem;
}

.preview-nav {
    align-items: stretch;
    background: var(--glass);
    bottom: 2.15rem;
    display: flex;
    height: 5.2rem;
    justify-content: space-between;
    left: clamp(1.5rem, 9.5vw, 11rem);
    position: absolute;
    right: clamp(1.5rem, 9.5vw, 11rem);
    z-index: 3;
    backdrop-filter: blur(7px);
}

.nav-links,
.nav-contact {
    align-items: stretch;
    display: flex;
}

.preview-nav a {
    align-items: center;
    display: flex;
    font-size: clamp(0.62rem, 0.72vw, 0.75rem);
    font-weight: 900;
    letter-spacing: 0.11em;
    padding: 0 clamp(1rem, 1.7vw, 2rem);
    transition: background-color 180ms ease, color 180ms ease;
}

.preview-nav a:hover,
.preview-nav a:focus-visible {
    background: rgba(255, 255, 255, 0.12);
}

.preview-nav a.active {
    background: #fff;
    color: var(--ink);
}

.nav-contact a {
    border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.page-frame,
.works-sheet {
    background: #fff;
    color: var(--ink);
    margin: 0 auto;
    max-width: 1540px;
    position: relative;
    width: min(calc(100% - 6rem), 1540px);
}

.massive-feature,
.selected-preview,
.services-preview {
    padding: clamp(5.5rem, 9vw, 10rem) clamp(2rem, 8vw, 9rem);
}

.selected-preview,
.services-preview {
    border-top: 1px solid #d8d8d8;
}

.date-divider {
    align-items: center;
    display: grid;
    gap: 1.6rem;
    grid-template-columns: 1fr auto 1fr;
    margin-bottom: clamp(3.5rem, 6vw, 6rem);
}

.date-divider span {
    background: #d8d8d8;
    height: 1px;
}

.date-divider p,
.section-kicker,
.post-meta {
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    margin: 0;
}

.massive-feature {
    text-align: center;
}

.massive-feature h2,
.section-heading h2,
.contact-preview h2,
.inner-title h1,
.works-post h2,
.works-next h2 {
    font-family: "Arial Black", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-weight: 900;
    letter-spacing: -0.045em;
    line-height: 0.98;
    margin: 0;
    text-transform: uppercase;
}

.massive-feature h2 {
    font-size: clamp(3.2rem, 6.4vw, 7.2rem);
    margin: 1.4rem auto 2.2rem;
}

.feature-lead {
    font-family: Georgia, "Noto Serif TC", "PMingLiU", serif;
    font-size: clamp(1.05rem, 1.35vw, 1.35rem);
    font-style: italic;
    line-height: 1.95;
    margin: 0 auto 2.5rem;
    max-width: 53rem;
}

.outline-button {
    align-items: center;
    border: 2px solid var(--ink);
    display: inline-flex;
    font-size: 0.68rem;
    font-weight: 900;
    justify-content: center;
    letter-spacing: 0.14em;
    min-height: 3.5rem;
    padding: 0.7rem 1.8rem;
    transition: background-color 180ms ease, color 180ms ease;
}

.outline-button:hover,
.outline-button:focus-visible,
.outline-button.strong {
    background: var(--ink);
    color: #fff;
}

.outline-button.strong:hover,
.outline-button.strong:focus-visible {
    background: #33404b;
}

.profile-facts {
    border-bottom: 1px solid #d8d8d8;
    border-top: 1px solid #d8d8d8;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: clamp(4.5rem, 8vw, 8rem);
    text-align: left;
}

.profile-facts article {
    padding: 2.4rem clamp(1.2rem, 3vw, 3rem);
}

.profile-facts article + article {
    border-left: 1px solid #d8d8d8;
}

.profile-facts strong {
    display: block;
    font-family: "Arial Black", sans-serif;
    font-size: clamp(2.8rem, 4.5vw, 5rem);
    line-height: 1;
}

.profile-facts span {
    display: block;
    font-size: 0.62rem;
    font-weight: 900;
    letter-spacing: 0.15em;
    margin-top: 0.8rem;
}

.profile-facts p {
    color: #666;
    font-size: 0.88rem;
    margin: 0.45rem 0 0;
}

.section-heading {
    align-items: end;
    display: grid;
    gap: 4rem;
    grid-template-columns: 1.2fr 0.8fr;
    margin-bottom: clamp(4rem, 7vw, 7rem);
}

.section-heading h2 {
    font-size: clamp(4.2rem, 8vw, 9rem);
}

.section-heading > p {
    color: #4f565c;
    font-family: Georgia, "Noto Serif TC", "PMingLiU", serif;
    font-size: 1.03rem;
    font-style: italic;
    line-height: 1.9;
    margin: 0 0 0.65rem;
}

.home-work-grid,
.works-grid {
    border: 1px solid #d8d8d8;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-work-card,
.works-post {
    padding: clamp(2rem, 4vw, 4.5rem);
    text-align: center;
}

.home-work-card + .home-work-card,
.works-post + .works-post {
    border-left: 1px solid #d8d8d8;
}

.home-work-card h3,
.works-post h2 {
    font-family: "Arial Black", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-size: clamp(2.2rem, 4vw, 4.8rem);
    letter-spacing: -0.055em;
    line-height: 1.03;
    margin: 1.1rem 0 2.2rem;
}

.work-image {
    background: #e6e6e6;
    display: block;
    overflow: hidden;
}

.work-image img {
    aspect-ratio: 2 / 1;
    background: #e6e6e6;
    display: block;
    object-fit: cover;
    object-position: top center;
    transition: transform 420ms ease;
    width: 100%;
}

.work-image:hover img,
.work-image:focus-visible img {
    transform: scale(1.025);
}

.home-work-card > p:not(.post-meta),
.works-post > p:not(.post-meta) {
    color: #565e65;
    font-size: 0.96rem;
    line-height: 1.85;
    margin: 2rem auto;
    max-width: 34rem;
}

.center-action {
    display: flex;
    justify-content: center;
    margin-top: 3.5rem;
}

.compact-heading {
    margin-bottom: 4.5rem;
}

.service-table {
    border-bottom: 1px solid #d8d8d8;
    border-top: 1px solid #d8d8d8;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.service-summary-card {
    display: block;
    padding: clamp(2rem, 4vw, 4rem) clamp(1.4rem, 3vw, 3.2rem);
    transition: background-color 180ms ease;
}

.service-summary-card + .service-summary-card {
    border-left: 1px solid #d8d8d8;
}

.service-summary-card:hover,
.service-summary-card:focus-visible {
    background: #f0efed;
}

.service-table span {
    font-family: Georgia, serif;
    font-size: 0.82rem;
    font-style: italic;
}

.service-table h3 {
    font-size: clamp(1.35rem, 2vw, 2rem);
    line-height: 1.35;
    margin: 1.5rem 0 1rem;
}

.service-table p {
    color: #5e656b;
    font-size: 0.93rem;
    line-height: 1.8;
    margin: 0;
}

.service-summary-card b {
    display: block;
    font-size: 0.62rem;
    letter-spacing: 0.12em;
    margin-top: 2rem;
}

.contact-preview {
    background: var(--ink);
    color: #fff;
    padding: clamp(5.5rem, 9vw, 10rem) clamp(2rem, 8vw, 9rem);
    text-align: center;
}

.section-kicker.light {
    color: rgba(255, 255, 255, 0.65);
}

.contact-preview h2 {
    font-size: clamp(4.5rem, 9vw, 10rem);
    margin: 1.5rem 0 2rem;
}

.contact-preview > p:not(.section-kicker) {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.9;
    margin: 0 auto 2.6rem;
    max-width: 42rem;
}

.contact-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
}

.contact-actions a {
    border: 2px solid rgba(255, 255, 255, 0.72);
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    padding: 1rem 1.6rem;
    transition: background-color 180ms ease, color 180ms ease;
}

.contact-actions a:hover,
.contact-actions a:focus-visible {
    background: #fff;
    color: var(--ink);
}

.massive-footer {
    align-items: center;
    background: #e8e5e1;
    color: #60686f;
    display: flex;
    font-size: 0.58rem;
    font-weight: 800;
    justify-content: space-between;
    letter-spacing: 0.1em;
    min-height: 6rem;
    padding: 1.5rem clamp(1.5rem, 4vw, 4.5rem);
}

.inner-hero {
    align-items: center;
    background-image: url("/images/hero-concrete-walk-16x9.jpg");
    background-position: center 56%;
    background-size: cover;
    display: flex;
    justify-content: center;
    min-height: 100svh;
    padding: 5rem 2rem 9.5rem;
    position: relative;
}

.inner-hero-shade {
    background: linear-gradient(180deg, rgba(13, 19, 25, 0.75), rgba(13, 19, 25, 0.62));
    inset: 0;
    position: absolute;
}

.inner-nav {
    background: var(--glass);
    display: flex;
    height: 5rem;
    justify-content: space-between;
    left: clamp(1.5rem, 9.5vw, 11rem);
    position: absolute;
    right: clamp(1.5rem, 9.5vw, 11rem);
    bottom: 2.15rem;
    z-index: 3;
    backdrop-filter: blur(7px);
}

.inner-nav a {
    align-items: center;
    display: flex;
    font-size: clamp(0.62rem, 0.72vw, 0.75rem);
    font-weight: 900;
    letter-spacing: 0.11em;
    padding: 0 clamp(1rem, 1.7vw, 2rem);
}

.inner-nav a:hover,
.inner-nav a:focus-visible {
    background: rgba(255, 255, 255, 0.12);
}

.inner-nav a.active {
    background: #fff;
    color: var(--ink);
}

.inner-title {
    position: relative;
    text-align: center;
    z-index: 2;
}

.inner-title > p,
.inner-title > span {
    display: block;
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.18em;
}

.inner-title h1 {
    font-size: clamp(4.5rem, 9vw, 10rem);
    margin: 1.3rem 0 1.6rem;
}

.inner-title > span {
    font-family: Georgia, "Noto Serif TC", serif;
    font-size: clamp(0.9rem, 1vw, 1.05rem);
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0.04em;
}

.works-sheet {
    margin-top: 0;
    padding-top: clamp(5rem, 8vw, 8rem);
}

.works-sheet > .date-divider {
    padding: 0 clamp(2rem, 8vw, 9rem);
}

.works-grid {
    border-left: 0;
    border-right: 0;
}

.works-post h2 {
    margin-top: 1.2rem;
}

.project-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    justify-content: center;
    list-style: none;
    margin: 0 0 2rem;
    padding: 0;
}

.project-tags li {
    border: 1px solid #9ea4a8;
    font-size: 0.57rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    padding: 0.42rem 0.6rem;
}

.works-next {
    padding: clamp(5rem, 9vw, 9rem) clamp(2rem, 8vw, 9rem);
    text-align: center;
}

.works-next > span {
    font-size: 0.66rem;
    font-weight: 900;
    letter-spacing: 0.17em;
}

.works-next h2 {
    font-size: clamp(2.8rem, 5.5vw, 6rem);
    margin: 1.5rem 0 2.5rem;
}

.inner-footer a {
    border-bottom: 1px dotted currentColor;
}

@media (max-width: 980px) {
    .hero,
    .inner-hero,
    .case-detail-hero {
        background-position: 86% center;
    }

    .preview-nav,
    .inner-nav {
        left: 1.5rem;
        right: 1.5rem;
    }

    .nav-contact {
        display: none;
    }

    .page-frame,
    .works-sheet {
        width: calc(100% - 3rem);
    }

    .section-heading {
        gap: 2rem;
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .mobile-title-break {
        display: block;
    }

    .hero {
        background-position: 86% center;
        padding: 3.5rem 1.25rem 7rem;
    }

    .hero-shade {
        background:
            linear-gradient(180deg, rgba(10, 17, 24, 0.53) 0%, rgba(13, 20, 27, 0.44) 42%, rgba(12, 18, 24, 0.76) 100%),
            rgba(9, 15, 21, 0.12);
    }

    .hero-content {
        margin-top: -3rem;
    }

    .hero-kicker {
        font-size: 0.56rem;
        letter-spacing: 0.18em;
        margin-bottom: 1.1rem;
    }

    .hero h1 {
        font-size: clamp(4.5rem, 24vw, 7rem);
        letter-spacing: 0.015em;
    }

    .hero .brand-hero-title strong {
        font-size: 0.48em;
        letter-spacing: 0.015em;
    }

    .hero .brand-hero-title--personal {
        font-size: clamp(4rem, 20vw, 6.5rem);
    }

    .hero .brand-hero-title--personal span {
        font-size: 0.48em;
        letter-spacing: 0.025em;
    }

    .hero .brand-hero-title--personal strong {
        font-size: 0.52em;
        letter-spacing: -0.05em;
        line-height: 1.08;
        margin-top: 0.22em;
    }

    .hero-lead {
        font-size: 0.95rem;
        line-height: 1.8;
        max-width: 24rem;
    }

    .hero-lead br {
        display: none;
    }

    .scroll-button {
        font-size: 1.4rem;
        height: 4rem;
        width: 4rem;
    }

    .preview-nav,
    .inner-nav {
        bottom: 1.75rem;
        height: 4rem;
        left: 1rem;
        overflow-x: auto;
        right: 1rem;
        scrollbar-width: none;
    }

    .inner-nav {
        bottom: 1rem;
        top: auto;
    }

    .preview-nav::-webkit-scrollbar,
    .inner-nav::-webkit-scrollbar {
        display: none;
    }

    .nav-links {
        min-width: max-content;
    }

    .preview-nav a,
    .inner-nav a {
        font-size: 0.56rem;
        padding: 0 1rem;
    }

    .page-frame,
    .works-sheet {
        width: calc(100% - 1.5rem);
    }

    .massive-feature,
    .selected-preview,
    .services-preview {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .date-divider {
        gap: 0.75rem;
    }

    .date-divider p {
        font-size: 0.54rem;
        letter-spacing: 0.1em;
    }

    .profile-facts,
    .home-work-grid,
    .works-grid,
    .service-table {
        grid-template-columns: 1fr;
    }

    .profile-facts article + article,
    .home-work-card + .home-work-card,
    .works-post + .works-post,
    .service-summary-card + .service-summary-card {
        border-left: 0;
        border-top: 1px solid #d8d8d8;
    }

    .section-heading h2 {
        font-size: clamp(3.5rem, 18vw, 5.5rem);
    }

    .contact-preview {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .contact-actions {
        flex-direction: column;
    }

    .massive-footer {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.7rem;
    }

    .inner-hero {
        background-position: 86% center;
        min-height: 100svh;
        padding: 3.5rem 1.25rem 6.5rem;
    }

    .inner-title h1 {
        font-size: clamp(4rem, 22vw, 6.5rem);
    }

    .inner-title > span {
        line-height: 1.7;
    }

    .works-sheet > .date-divider {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        transition-duration: 0.01ms !important;
    }
}

/* Massively case studies */
.case-detail-hero {
    align-items: center;
    background-image: url("/images/hero-concrete-walk-16x9.jpg");
    background-position: center 56%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    min-height: 100svh;
    padding: 5rem 2rem 9.5rem;
    position: relative;
}

.case-detail-shade {
    background:
        linear-gradient(180deg, rgba(12, 17, 22, 0.79), rgba(13, 19, 25, 0.72)),
        radial-gradient(circle at center, transparent 10%, rgba(6, 10, 13, 0.42) 100%);
    inset: 0;
    position: absolute;
}

.case-detail-title {
    max-width: 76rem;
    position: relative;
    text-align: center;
    text-shadow: 0 3px 24px rgba(0, 0, 0, 0.48);
    width: 100%;
    z-index: 2;
}

.case-detail-title > p:first-child,
.case-visit-section > p {
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.18em;
    margin: 0;
}

.case-detail-title h1,
.case-intro-grid h2,
.case-section-heading h2,
.case-dark-grid h2,
.case-visit-section h2,
.about-profile-copy h2 {
    font-family: "Arial Black", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-weight: 900;
    letter-spacing: -0.055em;
    line-height: 0.98;
    margin: 0;
    word-break: keep-all;
}

.case-detail-title h1 {
    font-size: clamp(4.5rem, 8.8vw, 10rem);
    margin: 1.25rem 0 1.7rem;
}

.case-detail-title h1 span {
    display: block;
}

.case-detail-lead {
    font-family: Georgia, "Noto Serif TC", "PMingLiU", serif;
    font-size: clamp(0.95rem, 1.25vw, 1.22rem);
    font-style: italic;
    line-height: 1.9;
    margin: 0 auto 2rem;
    max-width: 46rem;
}

.case-hero-link {
    border: 2px solid rgba(255, 255, 255, 0.82);
    display: inline-flex;
    font-size: 0.66rem;
    font-weight: 900;
    letter-spacing: 0.13em;
    padding: 1rem 1.35rem;
    transition: background-color 180ms ease, color 180ms ease;
}

.case-hero-link:hover,
.case-hero-link:focus-visible {
    background: #fff;
    color: var(--ink);
    text-shadow: none;
}

.case-sheet,
.about-sheet,
.service-sheet,
.contact-sheet {
    background: #fff;
    color: var(--ink);
    margin: 0 auto;
    max-width: 1540px;
    width: min(calc(100% - 6rem), 1540px);
}

.case-section,
.about-profile-section {
    padding: clamp(5.5rem, 9vw, 9rem) clamp(2rem, 8vw, 9rem);
}

.case-intro-grid {
    display: grid;
    gap: clamp(3rem, 7vw, 8rem);
    grid-template-columns: minmax(0, 1.2fr) minmax(18rem, 0.8fr);
}

.case-intro-grid h2,
.case-section-heading h2 {
    font-size: clamp(2.9rem, 4vw, 4.4rem);
    margin-top: 1.15rem;
}

.case-long-copy {
    align-self: end;
    color: #555d63;
    font-family: Georgia, "Noto Serif TC", "PMingLiU", serif;
    font-size: 1.04rem;
    line-height: 1.95;
}

.case-long-copy p {
    margin: 0;
}

.case-long-copy p + p {
    margin-top: 1.25rem;
}

.case-fact-grid {
    border-bottom: 1px solid #d8d8d8;
    border-top: 1px solid #d8d8d8;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: clamp(4rem, 7vw, 7rem);
}

.case-fact-grid article {
    min-height: 8.8rem;
    padding: 1.8rem clamp(1rem, 2.5vw, 2.25rem);
}

.case-fact-grid article + article {
    border-left: 1px solid #d8d8d8;
}

.case-fact-grid span,
.case-desktop-frame figcaption,
.case-mobile-frame figcaption {
    display: block;
    font-size: 0.58rem;
    font-weight: 900;
    letter-spacing: 0.14em;
}

.case-fact-grid strong {
    display: block;
    font-size: clamp(0.92rem, 1.3vw, 1.15rem);
    line-height: 1.5;
    margin-top: 1.45rem;
}

.case-rwd-section {
    background: #eeeeec;
    border-top: 1px solid #d8d8d8;
}

.case-section-heading {
    align-items: end;
    display: grid;
    gap: 3rem;
    grid-template-columns: minmax(0, 1.25fr) minmax(17rem, 0.75fr);
    margin-bottom: clamp(4rem, 7vw, 7rem);
}

.case-section-heading > p {
    color: #555d63;
    font-family: Georgia, "Noto Serif TC", "PMingLiU", serif;
    font-size: 1rem;
    font-style: italic;
    line-height: 1.85;
    margin: 0 0 0.5rem;
}

.case-section-heading.compact {
    display: block;
}

.case-device-stage {
    padding: 0 clamp(4.8rem, 11vw, 10.5rem) clamp(3rem, 6vw, 6rem) 0;
    position: relative;
}

.case-device-stage figure {
    margin: 0;
}

.case-desktop-frame {
    background: #fff;
    border: 1px solid #c7c7c5;
    box-shadow: 0 2rem 5rem rgba(25, 31, 36, 0.14);
    overflow: hidden;
    padding-top: 2.5rem;
    position: relative;
}

.case-desktop-frame::before {
    background: #b8b8b6;
    border-radius: 50%;
    box-shadow: 0.75rem 0 #c7c7c5, 1.5rem 0 #d5d5d3;
    content: "";
    height: 0.42rem;
    left: 1.15rem;
    position: absolute;
    top: 1rem;
    width: 0.42rem;
}

.case-desktop-frame figcaption {
    color: #555d63;
    position: absolute;
    right: 1.1rem;
    top: 0.9rem;
}

.case-desktop-frame img,
.case-mobile-frame img {
    display: block;
    height: auto;
    width: 100%;
}

.case-mobile-frame {
    background: #171c21;
    border: 0.32rem solid #171c21;
    border-radius: 1.65rem;
    bottom: 0;
    box-shadow: 0 1.5rem 3.5rem rgba(10, 14, 18, 0.28);
    max-width: 17rem;
    overflow: hidden;
    padding-top: 2rem;
    position: absolute;
    right: 0;
    width: min(24%, 17rem);
    z-index: 2;
}

.case-mobile-frame::before {
    background: #333a40;
    border-radius: 10rem;
    content: "";
    height: 0.35rem;
    left: 50%;
    position: absolute;
    top: 0.75rem;
    transform: translateX(-50%);
    width: 2.6rem;
}

.case-mobile-frame figcaption {
    color: rgba(255, 255, 255, 0.68);
    left: 0.9rem;
    position: absolute;
    top: 0.67rem;
}

.case-mobile-frame img {
    border-radius: 0 0 1.25rem 1.25rem;
}

.case-screen-gallery {
    display: grid;
    gap: clamp(1.5rem, 3vw, 3rem);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: clamp(3.5rem, 7vw, 7rem);
}

.case-screen-gallery.single {
    grid-template-columns: 1fr;
}

.case-screen-gallery figure {
    margin: 0;
}

.case-screen-gallery img {
    background: #fff;
    border: 1px solid #c7c7c5;
    box-shadow: 0 1.2rem 3rem rgba(25, 31, 36, 0.11);
    display: block;
    height: auto;
    width: 100%;
}

.case-screen-gallery figcaption {
    color: #555d63;
    font-size: 0.58rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    margin-top: 0.9rem;
}

.case-dark-section {
    background: var(--ink);
    color: #fff;
    padding: clamp(5.5rem, 9vw, 9rem) clamp(2rem, 8vw, 9rem);
}

.case-dark-grid {
    display: grid;
    gap: clamp(4rem, 9vw, 10rem);
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.85fr);
}

.case-dark-grid h2 {
    font-size: clamp(3.4rem, 6.1vw, 7rem);
    margin-top: 1.4rem;
}

.case-dark-lead {
    color: rgba(255, 255, 255, 0.7);
    font-family: Georgia, "Noto Serif TC", "PMingLiU", serif;
    font-size: 1.08rem;
    line-height: 1.9;
    margin: 0 0 3.5rem;
}

.case-point-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.case-point-list li {
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    display: grid;
    gap: 1.5rem;
    grid-template-columns: 2rem 1fr;
    padding: 1.35rem 0;
}

.case-point-list span {
    color: rgba(255, 255, 255, 0.48);
    font-size: 0.62rem;
    letter-spacing: 0.13em;
}

.case-point-list strong {
    font-size: 0.98rem;
    line-height: 1.55;
}

.case-solution-section {
    border-top: 1px solid #d8d8d8;
}

.case-solution-table {
    border-bottom: 1px solid #d8d8d8;
    border-top: 1px solid #d8d8d8;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.case-solution-table article {
    min-height: 19rem;
    padding: clamp(2rem, 4vw, 4rem) clamp(1.4rem, 3vw, 3rem);
}

.case-solution-table article + article {
    border-left: 1px solid #d8d8d8;
}

.case-solution-table span {
    font-family: Georgia, serif;
    font-size: 0.8rem;
    font-style: italic;
}

.case-solution-table h3 {
    font-size: clamp(1.5rem, 2.4vw, 2.35rem);
    line-height: 1.3;
    margin: 4.8rem 0 1rem;
}

.case-solution-table p {
    color: #596168;
    font-size: 0.95rem;
    line-height: 1.8;
    margin: 0;
}

.case-visit-section {
    background: #e8e5e1;
    padding: clamp(5rem, 8vw, 8rem) clamp(2rem, 8vw, 9rem);
    text-align: center;
}

.case-visit-section h2 {
    font-size: clamp(3.4rem, 6.8vw, 7.6rem);
    margin: 1.35rem 0 2.5rem;
}

/* Massively about page */
.about-massive-hero {
    min-height: 100svh;
}

.about-profile-section {
    background: #fff;
}

.about-profile-grid {
    align-items: center;
    display: grid;
    gap: clamp(3rem, 8vw, 8rem);
    grid-template-columns: minmax(16rem, 0.82fr) minmax(20rem, 1.18fr);
}

.about-profile-photo {
    margin: 0;
}

.about-profile-photo img {
    display: block;
    height: auto;
    width: 100%;
}

.about-profile-copy h2 {
    font-size: clamp(2.8rem, 5.1vw, 5.7rem);
    margin: 1.25rem 0 2rem;
}

.about-profile-copy > p:not(.section-kicker) {
    color: #555d63;
    font-family: Georgia, "Noto Serif TC", "PMingLiU", serif;
    font-size: 1.02rem;
    line-height: 1.9;
    margin: 0 0 1.2rem;
}

.about-profile-copy .outline-button {
    margin-top: 1.25rem;
}

.about-facts-section {
    border-top: 1px solid #d8d8d8;
    padding: 0 clamp(2rem, 8vw, 9rem);
}

.about-fact-row {
    align-items: start;
    border-bottom: 1px solid #d8d8d8;
    display: grid;
    gap: 2rem;
    grid-template-columns: minmax(8rem, 0.35fr) minmax(0, 1.65fr);
    padding: clamp(2rem, 4vw, 3.7rem) 0;
}

.about-fact-row span {
    font-size: 0.62rem;
    font-weight: 900;
    letter-spacing: 0.13em;
}

.about-fact-row h3 {
    font-size: clamp(1.4rem, 2.6vw, 2.55rem);
    line-height: 1.45;
    margin: 0;
}

.about-contact-section {
    margin-top: clamp(5rem, 9vw, 9rem);
}

/* Massively services and contact pages */
.services-massive-hero,
.contact-massive-hero {
    min-height: 100svh;
}

.service-detail-list {
    border-top: 1px solid #d8d8d8;
}

.service-detail-row {
    background: #fff;
    border-bottom: 1px solid #d8d8d8;
    display: grid;
    gap: clamp(3rem, 8vw, 9rem);
    grid-template-columns: minmax(9rem, 0.36fr) minmax(0, 1.64fr);
    padding: clamp(4rem, 8vw, 8rem) clamp(2rem, 8vw, 9rem);
    scroll-margin-top: 2rem;
}

.service-detail-row:nth-child(even) {
    background: #efefed;
}

.service-detail-index span {
    display: block;
    font-family: Georgia, serif;
    font-size: clamp(2.5rem, 4vw, 4.8rem);
    font-style: italic;
    line-height: 1;
}

.service-detail-index small {
    display: block;
    font-size: 0.58rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    margin-top: 1.4rem;
}

.service-detail-copy {
    min-width: 0;
}

.service-detail-copy h2,
.contact-method-card h2,
.contact-details-copy h2 {
    font-family: "Arial Black", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-weight: 900;
    letter-spacing: -0.055em;
    line-height: 1;
    margin: 0;
}

.service-detail-copy h2 {
    font-size: clamp(3rem, 5vw, 5.8rem);
}

.service-detail-copy > p {
    color: #555d63;
    font-family: Georgia, "Noto Serif TC", "PMingLiU", serif;
    font-size: 1.04rem;
    line-height: 1.9;
    margin: 2rem 0 2.5rem;
    max-width: 48rem;
}

.service-detail-copy ul {
    border-bottom: 1px solid #cfcfcd;
    border-top: 1px solid #cfcfcd;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    list-style: none;
    margin: 0;
    padding: 0;
}

.service-detail-copy li {
    font-size: 0.9rem;
    font-weight: 800;
    line-height: 1.55;
    padding: 1.2rem 0;
}

.service-detail-copy li:nth-child(even) {
    border-left: 1px solid #cfcfcd;
    padding-left: 1.5rem;
}

.service-detail-copy li:nth-child(n + 3) {
    border-top: 1px solid #cfcfcd;
}

.service-process-grid {
    border-bottom: 1px solid #d8d8d8;
    border-top: 1px solid #d8d8d8;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.service-process-grid article {
    min-height: 18rem;
    padding: 2.2rem clamp(1.2rem, 2.5vw, 2.5rem);
}

.service-process-grid article + article {
    border-left: 1px solid #d8d8d8;
}

.service-process-grid span,
.contact-method-card > span,
.contact-brief-grid span {
    font-size: 0.6rem;
    font-weight: 900;
    letter-spacing: 0.14em;
}

.service-process-grid h3 {
    font-size: clamp(1.35rem, 2.1vw, 2.1rem);
    margin: 5rem 0 1rem;
}

.service-process-grid p {
    color: #596168;
    font-size: 0.92rem;
    line-height: 1.8;
    margin: 0;
}

.contact-method-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact-method-card {
    background: #eceae7;
    color: var(--ink);
    display: flex;
    flex-direction: column;
    min-height: 32rem;
    padding: clamp(3rem, 7vw, 7rem);
    transition: background-color 180ms ease, color 180ms ease;
}

.massively-page .contact-method-card--dark {
    background: var(--ink);
    color: #fff;
}

.contact-method-card:hover,
.contact-method-card:focus-visible {
    background: #dcd8d2;
}

.massively-page .contact-method-card--dark:hover,
.massively-page .contact-method-card--dark:focus-visible {
    background: #303a44;
    color: #fff;
}

.contact-method-card h2 {
    font-size: clamp(3rem, 5.6vw, 6.2rem);
    margin-top: 2.8rem;
}

.contact-method-card p {
    font-family: Georgia, "Noto Serif TC", "PMingLiU", serif;
    font-size: 1rem;
    line-height: 1.9;
    margin: 2rem 0;
    max-width: 34rem;
}

.contact-method-card strong {
    border-bottom: 1px solid currentColor;
    font-size: clamp(0.75rem, 1vw, 0.92rem);
    letter-spacing: 0.05em;
    margin-top: auto;
    padding-bottom: 0.65rem;
    width: fit-content;
}

.contact-brief-grid {
    border-bottom: 1px solid #d8d8d8;
    border-top: 1px solid #d8d8d8;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.contact-brief-grid article {
    min-height: 16rem;
    padding: 2rem clamp(1.25rem, 2.7vw, 2.8rem);
}

.contact-brief-grid article:not(:nth-child(3n + 1)) {
    border-left: 1px solid #d8d8d8;
}

.contact-brief-grid article:nth-child(n + 4) {
    border-top: 1px solid #d8d8d8;
}

.contact-brief-grid h3 {
    font-size: clamp(1.3rem, 2.1vw, 2rem);
    margin: 3.5rem 0 0.8rem;
}

.contact-brief-grid p {
    color: #596168;
    font-size: 0.9rem;
    line-height: 1.75;
    margin: 0;
}

.contact-details-section {
    background: var(--ink);
    color: #fff;
    display: grid;
    gap: clamp(4rem, 10vw, 11rem);
    grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.8fr);
    padding: clamp(5rem, 9vw, 9rem) clamp(2rem, 8vw, 9rem);
}

.contact-details-copy h2 {
    font-size: clamp(3.2rem, 5.8vw, 6.5rem);
    margin: 1.4rem 0 2rem;
}

.contact-details-copy > p:last-child {
    color: rgba(255, 255, 255, 0.68);
    font-family: Georgia, "Noto Serif TC", "PMingLiU", serif;
    line-height: 1.9;
    max-width: 42rem;
}

.contact-details-list {
    margin: 0;
}

.contact-details-list div {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    display: grid;
    gap: 1rem;
    grid-template-columns: 7rem 1fr;
    padding: 1.4rem 0;
}

.contact-details-list dt {
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.62rem;
    font-weight: 900;
    letter-spacing: 0.1em;
}

.contact-details-list dd {
    font-size: 0.92rem;
    line-height: 1.6;
    margin: 0;
}

.contact-final-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
}

@media (max-width: 980px) {
    .case-sheet,
    .about-sheet,
    .service-sheet,
    .contact-sheet {
        width: calc(100% - 3rem);
    }

    .case-intro-grid,
    .case-section-heading,
    .case-dark-grid {
        grid-template-columns: 1fr;
    }

    .case-long-copy {
        max-width: 46rem;
    }

    .case-fact-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .case-fact-grid article:nth-child(3) {
        border-left: 0;
    }

    .case-fact-grid article:nth-child(n + 3) {
        border-top: 1px solid #d8d8d8;
    }

    .case-mobile-frame {
        width: min(29%, 16rem);
    }

    .about-profile-grid {
        gap: 3.5rem;
        grid-template-columns: minmax(14rem, 0.75fr) minmax(18rem, 1.25fr);
    }

    .service-process-grid,
    .contact-brief-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .service-process-grid article:nth-child(3),
    .contact-brief-grid article:nth-child(odd) {
        border-left: 0;
    }

    .service-process-grid article:nth-child(n + 3),
    .contact-brief-grid article:nth-child(n + 3) {
        border-top: 1px solid #d8d8d8;
    }

    .contact-brief-grid article:nth-child(even) {
        border-left: 1px solid #d8d8d8;
    }

    .contact-details-section {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .massively-page h1,
    .massively-page h2,
    .massively-page h3 {
        line-break: strict;
        text-wrap: pretty;
    }

    .massively-page p,
    .massively-page li,
    .massively-page dd {
        line-break: strict;
        text-wrap: pretty;
    }

    .case-intro-grid > *,
    .case-section-heading > *,
    .case-dark-grid > * {
        min-width: 0;
    }

    .case-detail-title h1,
    .case-intro-grid h2,
    .case-section-heading h2,
    .case-dark-grid h2,
    .case-visit-section h2,
    .about-profile-copy h2 {
        line-break: strict;
        overflow-wrap: normal;
        text-wrap: pretty;
        word-break: normal;
    }

    .case-detail-hero {
        background-position: 86% center;
        min-height: 100svh;
        padding: 4rem 1.25rem 6.5rem;
    }

    .case-detail-title h1 {
        font-size: clamp(3.7rem, 19vw, 5.8rem);
    }

    .case-detail-title > p:first-child {
        font-size: 0.54rem;
        letter-spacing: 0.12em;
    }

    .case-detail-lead {
        font-size: 0.92rem;
        max-width: 22rem;
    }

    .case-sheet,
    .about-sheet,
    .service-sheet,
    .contact-sheet {
        width: calc(100% - 1.5rem);
    }

    .case-section,
    .case-dark-section,
    .case-visit-section,
    .about-profile-section {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .case-intro-grid h2,
    .case-section-heading h2 {
        font-size: clamp(2.1rem, 10.2vw, 2.9rem);
        line-height: 1.06;
    }

    .case-fact-grid,
    .case-solution-table {
        grid-template-columns: 1fr;
    }

    .case-fact-grid article + article,
    .case-fact-grid article:nth-child(3),
    .case-solution-table article + article {
        border-left: 0;
        border-top: 1px solid #d8d8d8;
    }

    .case-fact-grid article {
        min-height: auto;
    }

    .case-device-stage {
        display: grid;
        gap: 2rem;
        padding: 0;
    }

    .case-desktop-frame {
        padding-top: 2.1rem;
    }

    .case-desktop-frame figcaption {
        font-size: 0.48rem;
        top: 0.72rem;
    }

    .case-mobile-frame {
        margin: 0 auto;
        max-width: 15rem;
        position: relative;
        width: 76%;
    }

    .case-screen-gallery {
        grid-template-columns: 1fr;
    }

    .case-dark-grid h2 {
        font-size: clamp(2.35rem, 11.2vw, 3.15rem);
        line-height: 1.04;
    }

    .case-dark-lead {
        font-size: 0.98rem;
    }

    .case-solution-table article {
        min-height: auto;
    }

    .case-solution-table h3 {
        margin-top: 3rem;
    }

    .case-visit-section h2 {
        font-size: clamp(2.35rem, 11.2vw, 3.15rem);
        line-height: 1.04;
    }

    .about-profile-grid,
    .about-fact-row {
        grid-template-columns: 1fr;
    }

    .about-profile-copy h2 {
        font-size: clamp(2.05rem, 8.8vw, 2.6rem);
        line-height: 1.06;
    }

    .works-next h2 {
        font-size: clamp(2.05rem, 8.8vw, 2.7rem);
        line-height: 1.06;
    }

    .about-facts-section {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .services-massive-hero,
    .contact-massive-hero {
        min-height: 100svh;
    }

    .service-detail-row,
    .contact-details-section {
        gap: 2.5rem;
        grid-template-columns: 1fr;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .service-detail-copy h2,
    .contact-method-card h2,
    .contact-details-copy h2 {
        line-break: strict;
        overflow-wrap: normal;
        text-wrap: pretty;
        word-break: normal;
    }

    .service-detail-copy h2 {
        font-size: clamp(2.1rem, 10.2vw, 2.85rem);
        line-height: 1.06;
    }

    .contact-method-card h2 {
        font-size: clamp(2.4rem, 11.5vw, 3.15rem);
        line-height: 1.04;
    }

    .contact-details-copy h2 {
        font-size: clamp(2.3rem, 10.8vw, 3rem);
        line-height: 1.04;
    }

    .service-detail-copy ul,
    .service-process-grid,
    .contact-method-grid,
    .contact-brief-grid {
        grid-template-columns: 1fr;
    }

    .service-detail-copy li:nth-child(even),
    .service-process-grid article + article,
    .contact-brief-grid article:nth-child(even),
    .contact-brief-grid article:not(:nth-child(3n + 1)) {
        border-left: 0;
    }

    .service-detail-copy li + li,
    .service-process-grid article + article,
    .contact-brief-grid article + article {
        border-top: 1px solid #d8d8d8;
    }

    .service-detail-copy li:nth-child(even) {
        padding-left: 0;
    }

    .service-process-grid article,
    .contact-brief-grid article {
        min-height: auto;
    }

    .service-process-grid h3,
    .contact-brief-grid h3 {
        margin-top: 2.5rem;
    }

    .contact-method-card {
        min-height: 26rem;
        padding: 3rem 1.25rem;
    }

    .contact-details-list div {
        grid-template-columns: 1fr;
    }

    .contact-final-actions {
        align-items: stretch;
        flex-direction: column;
    }
}

/* Shared hero system: keep every primary page visually aligned. */
.hero,
.inner-hero,
.case-detail-hero {
    background-position: center 56%;
    min-height: 100svh;
    padding: 5rem 2rem 9.5rem;
}

.hero-shade,
.inner-hero-shade,
.case-detail-shade {
    background:
        linear-gradient(180deg, rgba(10, 17, 24, 0.55) 0%, rgba(13, 20, 27, 0.43) 42%, rgba(12, 18, 24, 0.72) 100%),
        radial-gradient(circle at center, transparent 28%, rgba(9, 13, 18, 0.24) 100%);
}

.hero-shade::after {
    display: none;
}

.hero .brand-hero-title--personal span,
.hero .brand-hero-title--personal strong,
.inner-title h1,
.case-detail-title h1 {
    font-size: clamp(4.5rem, 7.2vw, 8rem);
    font-weight: 900;
    letter-spacing: -0.055em;
    line-height: 0.98;
}

.hero .brand-hero-title--personal span {
    padding-left: 0;
}

.hero .brand-hero-title--personal strong {
    margin-top: 0.12em;
    white-space: nowrap;
}

.hero-lead {
    font-size: clamp(0.9rem, 1vw, 1.05rem);
    line-height: 1.7;
    margin-top: 1.6rem;
}

@media (max-width: 980px) {
    .hero,
    .inner-hero,
    .case-detail-hero {
        background-position: 86% center;
    }
}

@media (max-width: 720px) {
    .hero,
    .inner-hero,
    .case-detail-hero {
        background-position: 86% center;
        padding: 3.5rem 1.25rem 6.5rem;
    }

    .hero .brand-hero-title--personal span,
    .hero .brand-hero-title--personal strong,
    .inner-title h1,
    .case-detail-title h1 {
        font-size: clamp(3rem, 13vw, 4rem);
    }

    .hero .brand-hero-title--personal strong {
        white-space: normal;
    }
}

/* Full-site primary hero normalization. */
.hero-content,
.inner-title,
.case-detail-title {
    margin-top: 0;
    max-width: 76rem;
    position: relative;
    text-align: center;
    text-shadow: 0 3px 24px rgba(0, 0, 0, 0.42);
    width: 100%;
    z-index: 2;
}

.hero-kicker,
.inner-title > p,
.case-detail-title > p:first-child {
    font-family: "Noto Sans TC", "Microsoft JhengHei", Arial, sans-serif;
    font-size: clamp(0.62rem, 0.7vw, 0.68rem);
    font-weight: 900;
    letter-spacing: 0.18em;
    line-height: 1.5;
    margin: 0;
}

.hero .brand-hero-title--personal,
.inner-title h1,
.case-detail-title h1 {
    margin: 1.25rem 0 1.6rem;
}

.hero-lead,
.inner-title > span,
.case-detail-lead {
    display: block;
    font-family: Georgia, "Noto Serif TC", "PMingLiU", serif;
    font-size: clamp(0.9rem, 1vw, 1.05rem);
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 1.7;
    margin: 0 auto;
    max-width: 46rem;
}

.case-detail-lead {
    margin-bottom: 0;
}

.preview-nav,
.inner-nav {
    bottom: 2.15rem;
    height: 5.2rem;
}

.hero-scroll-button {
    bottom: 10.15rem;
    font-size: 1.45rem;
    height: 4.4rem;
    left: 50%;
    margin: 0;
    position: absolute;
    transform: translateX(-50%);
    width: 4.4rem;
    z-index: 4;
}

.hero-scroll-button:hover,
.hero-scroll-button:focus-visible {
    transform: translate(-50%, 4px);
}

.case-detail-hero > .case-hero-link {
    bottom: 10.65rem;
    left: clamp(1.5rem, 9.5vw, 11rem);
    margin: 0;
    position: absolute;
    transform: none;
    z-index: 4;
}

.case-detail-hero > .case-hero-link:hover,
.case-detail-hero > .case-hero-link:focus-visible {
    transform: none;
}

@media (max-width: 720px) {
    .hero-kicker,
    .inner-title > p,
    .case-detail-title > p:first-child {
        font-size: 0.56rem;
        letter-spacing: 0.14em;
    }

    .hero-lead,
    .inner-title > span,
    .case-detail-lead {
        font-size: 0.9rem;
        line-height: 1.7;
    }

    .preview-nav,
    .inner-nav {
        bottom: 1.5rem;
        height: 4rem;
    }

    .hero-scroll-button {
        bottom: 6.8rem;
        font-size: 1.4rem;
        height: 4rem;
        width: 4rem;
    }

    .case-detail-hero > .case-hero-link {
        bottom: 11.4rem;
        left: 50%;
        transform: translateX(-50%);
    }

    .case-detail-hero > .case-hero-link:hover,
    .case-detail-hero > .case-hero-link:focus-visible {
        transform: translateX(-50%);
    }
}

/* Always use the bundled typefaces instead of operating-system fallbacks. */
.massively-page h1,
.massively-page h2,
.massively-page h3 {
    font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}

.hero-lead,
.inner-title > span,
.case-detail-lead,
.feature-lead {
    font-family: "Noto Serif TC", Georgia, serif;
}
